RE: Newbie problem: "Boot failure" when installing RH5

1998-04-25 Thread Gerald Carl Wieder
Got RH5 installed. The key was creating the boot.img disk from DOS. As you suggested, NT4 somehow screws up the rawrite process. Thanks again. > Apologies for the RTF and thanks for the tips from all. I'll give some of > it a try, and let y'all know how it goes. Thanks again. -- PLEASE

RE: Newbie problem: "Boot failure" when installing RH5

1998-04-24 Thread Gerald Carl Wieder
OTECTED] > Subject: RE: Newbie problem: "Boot failure" when installing RH5 > > > I don't think you are supposed to be sending messages to the list in RTF. > This will cause most peoples messages to be garbled. -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAI

RE: Newbie problem: "Boot failure" when installing RH5

1998-04-24 Thread Trenton D. Adams
I don't think you are supposed to be sending messages to the list in RTF. This will cause most peoples messages to be garbled. > -Original Message- > From: Gerald Carl Wieder [mailto:[EMAIL PROTECTED]] > Sent: April 24, 1998 7:38 AM > To: Redhat-List@Redhat. Com >

Re: Newbie problem: "Boot failure" when installing RH5

1998-04-24 Thread Fred W. Noltie Jr.
-Original Message- From: Chris "Cranky Spice" Harshman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, April 24, 1998 13:23 Subject: Re: Newbie problem: "Boot failure" when installing RH5 >One thing I've always foun

Re: Newbie problem: "Boot failure" when installing RH5

1998-04-24 Thread Chris \"Cranky Spice\" Harshman
One thing I've always found is that NT gets in the way of creating bootdisks with Slackware, and I imagine RedHat's the same way. NT (AFAIK) doesn't allow programs, especially DOS software, to get at the hardware the way RAWRITE needs to. (Someone shoot me if I've got it all wrong.) If you can

Re: Newbie problem: "Boot failure" when installing RH5

1998-04-24 Thread David E. Fox
> I'm new to the list, and the world of Unix/Linux in general. I picked up > Macmillan's package for Linux 5 at the local Best Buy, and attempted an > install for the first time. I created the boot.img and supp.img disks as > instucted and and got an error message: "Boot failure: change disks a

Newbie problem: "Boot failure" when installing RH5

1998-04-24 Thread Gerald Carl Wieder
Hi, I'm new to the list, and the world of Unix/Linux in general. I picked up Macmillan's package for Linux 5 at the local Best Buy, and attempted an install for the first time. I created the boot.img and supp.img disks as instucted and and got an error message: "Boot failure: change disks and

Re: Newbie problem

1998-04-03 Thread David E. Fox
> Hi ! > I have download some "books" about linux. The file format is tar.gz, Can anyone > here tell me how to unpack them. I have tried several variants of tar and > gunzip, but unsuccesfully. Usually $ zcat whateveritis.tar.gz | tar -tvf - to see what's in there -- what, if any, directories a

Re: Newbie problem

1998-04-02 Thread Keith Dart
On Thu, 2 Apr 1998, Chuck Carson wrote: > I have gone thru several C books and the best I have found is by Kelley and > Pohl entitles > "A Book On C". > > I used the third edition, there is now a fourth, almost twice as thick, so I > am sure it is still > just as good. However, nothing will ever

Re: Newbie problem

1998-04-02 Thread Drachen
l On Sat, 4 Jan 1997, Osman wrote: > Date: Sat, 4 Jan 1997 03:55:25 +0100 > From: Osman <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Newbie problem > Resent-Date: 2 Apr 1998 14:01:19 - > Resent-From: [EMAIL PROTECTED] > Resent

Re: Newbie problem

1998-04-02 Thread Linus Ã…kerlund
Hello! > ps. > can anyone here recommend some good (newbie) books about C-programming I liked "Teach yourself C in 21 days", because I didn't know much about programming before learning C, except for some BASIC and Pascal. It's very easy to follow. --- Li

Re: Newbie problem

1998-04-02 Thread erik
On 4 Jan, Osman wrote: > Hi ! > I have download some "books" about linux. The file format is tar.gz, Can anyone > here tell me how to unpack them. I have tried several variants of tar and > gunzip, but unsuccesfully. If in fact the file is a tar.gz file, the correct syntax to explode it is this:

Re: Newbie problem

1998-04-02 Thread Chuck Carson
--Original Message- From: Brian <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, April 02, 1998 8:26 AM Subject: Re: Newbie problem >> can anyone here recommend some good (newbie) books about C-programming >> > >I didn't see an

Re: Newbie problem

1998-04-02 Thread Brian
> can anyone here recommend some good (newbie) books about C-programming > I didn't see any response to this question. One of my first classes in college on C++ used a book called: Problem Solving with C++, by Walter Savitch You can check it out at this website: http://www.aw.com/cseng It's

Re: Newbie problem

1998-04-02 Thread Derek Balling
Better solution: tar -xzf thefilename.tar.gz Then you don't have the larger, decompressed tarfile remaining behind. On Thu, 2 Apr 1998, Tad Johnson wrote: > gunzip thefilename.tar.gz > > then: > > tar -xf thefilename.tar > > Tad > > At 03:55 AM 1/4/97 +0100, you wrote: > >Hi ! > >I have do

Re: Newbie problem

1998-04-02 Thread Mike Edwards
On Sat, 4 Jan 1997, Osman wrote: > Hi ! > I have download some "books" about linux. The file format is tar.gz, Can anyone > here tell me how to unpack them. I have tried several variants of tar and > gunzip, but unsuccesfully. Try: tar xvzf somefile.tar.gz Also, check out the man pages for bo

Re: Newbie problem

1998-04-02 Thread Tad Johnson
gunzip thefilename.tar.gz then: tar -xf thefilename.tar Tad At 03:55 AM 1/4/97 +0100, you wrote: >Hi ! >I have download some "books" about linux. The file format is tar.gz, Can anyone >here tell me how to unpack them. I have tried several variants of tar and >gunzip, but unsuccesfully. > >Than

Newbie problem

1998-04-02 Thread Osman
Hi ! I have download some "books" about linux. The file format is tar.gz, Can anyone here tell me how to unpack them. I have tried several variants of tar and gunzip, but unsuccesfully. Thanks ps. can anyone here recommend some good (newbie) books about C-programming -- PLEASE read the Red