Re: [newbie] tar error when building root filesystem

2004-10-30 Thread Russell W. Behne
Today at 00:00, Russell W. Behne wrote: I'm trying to follow the instructions in http://www.tldp.org/HOWTO/NFS-Root-3.html to build a root filesystem for a pair of boxes. Under ``3.2 Creation of the root filesystem'' it says to do ``tar cClf / - | tar xpCf /tftpboot - '', but I get this

Re: [newbie] tar error when building root filesystem

2004-10-30 Thread Stew Benedict
On Sat, 30 Oct 2004, Russell W. Behne wrote: Today at 00:00, Russell W. Behne wrote: I'm trying to follow the instructions in http://www.tldp.org/HOWTO/NFS-Root-3.html to build a root filesystem for a pair of boxes. Under ``3.2 Creation of the root filesystem'' it says to do ``tar

[newbie] tar error when building root filesystem

2004-10-29 Thread Russell W. Behne
I'm trying to follow the instructions in http://www.tldp.org/HOWTO/NFS-Root-3.html to build a root filesystem for a pair of boxes. Under ``3.2 Creation of the root filesystem'' it says to do ``tar cClf / - | tar xpCf /tftpboot - '', but I get this error message: tar: Cowardly refusing

Re: [newbie] tar CD

2003-10-18 Thread Michael Adams
To: [EMAIL PROTECTED] Subject: [newbie] tar CD Does anyone have a one liner that will tar.bz to CD sized volumes. TIA -- Michael I was of the impression that tar would do volumes itself with the -M option. I am just too slow to work out how to impliment the volume size part

[newbie] tar CD

2003-10-17 Thread Michael Adams
Does anyone have a one liner that will tar.bz to CD sized volumes. TIA -- Michael Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

RE: [newbie] tar CD

2003-10-17 Thread Tony S. Sykes
Michael, This depends on how you want to use the tar files. You can tar and then use split. Tony. -Original Message- From: Michael Adams [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:29 AM To: [EMAIL PROTECTED] Subject: [newbie] tar CD Does anyone have a one liner

Re: [newbie] tar CD

2003-10-17 Thread jon remener
You can make one big archive and then use the split command(split -b 700m filename). You can then use cat to put them back together. Michael Adams wrote: Does anyone have a one liner that will tar.bz to CD sized volumes. TIA

Re: [newbie] tar CD

2003-10-17 Thread Raffaele Belardi
man tar lists: -L, --tape-length N change tapes after writing N*1024 bytes Unfortunately it seems it is not able to work together with 'z' (compress) option. If you type: tar cf test.tar -L 20 documents/ tar will create a first archive named test.tar, then stop

[newbie] tar: how to extract first specific file then stop?

2003-07-19 Thread Eric Huff
If i do a command like this tar -xv home/huff/a/home.htm -f /mnt/cdrom2/cudaback.tar it will find the file in an early directory, but then keep looking. Since i know there is only one home/huff/a/home.htm, is there any way to make it stop after the first hit? thanks, eric Want to buy your

Re: [newbie] Tar tumbling?

2003-03-09 Thread Hendrik Boom
On Sat, Mar 08, 2003 at 12:31:26PM +0100, Paul wrote: Greetings everyone, I seem to have a problem with my tar backups. When I check the backed up information, I see: -rw-r--r--1 paul paul 10240 Mar 8 12:00 backup1.tar.gz -rw-r--r--1 paul paul 10240 Mar

Re: [newbie] Tar tumbling?

2003-03-09 Thread Paul
In reply to Benjamin's mail, d.d. Sun, 9 Mar 2003 04:03:45 +0100: [...] file size (blocks, -f) 10 That means the system won't allow you to write files bigger than 100.000KB. One obvious way to change it is to use ulimit itself, although non-root users are limited in the ways

[newbie] Tar tumbling?

2003-03-08 Thread Paul
Greetings everyone, I seem to have a problem with my tar backups. When I check the backed up information, I see: -rw-r--r--1 paul paul 10240 Mar 8 12:00 backup1.tar.gz -rw-r--r--1 paul paul 10240 Mar 7 12:00 backup2.tar.gz Weird, since the backup1 file (made

Re: [newbie] Tar tumbling?

2003-03-08 Thread Benjamin Pflugmann
Hi. On Sat 2003-03-08 at 12:31:26 +0100, [EMAIL PROTECTED] wrote: I seem to have a problem with my tar backups. Yes, you do have. ;) When I check the backed up information, I see: -rw-r--r--1 paul paul 10240 Mar 8 12:00 backup1.tar.gz -rw-r--r--1 paul paul

Re: [newbie] tar questions, ta

2003-03-08 Thread David E. Fox
$ mkdosfs /dev/fd0 is only part of the story. Presumably working on preformatted or prepped disks? Yep - presumably the disk has already been (fd) formatted. But most floppy disks purchased these days have already been formatted. Want to buy your Pack or Services from MandrakeSoft? Go

RE: [newbie] tar questions, ta

2003-03-07 Thread Ken Walker
March 2003 8:25 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] tar questions, ta Greg Meyer wrote: On Sunday 02 March 2003 02:16 pm, Michael Adams wrote: What number of 1k blocks will fit on a 1.44Mb DOS floppy? An empty dos-formatted floppy has 1,457,664 bytes free - which if my calculator

Re: [newbie] tar questions, ta

2003-03-03 Thread Michael Adams
On Mon, 03 Mar 2003 11:38, David E. Fox wrote: What number of 1k blocks will fit on a 1.44Mb DOS floppy? (I dont know where to read the available space. I can see usage with 'df' or in konq, but not free space.) Like another poster said, 1440 1K blocks. On the other hand, that assumes you

Re: [newbie] tar questions, ta

2003-03-03 Thread Michael Adams
On Mon, 03 Mar 2003 12:21, Stephen Kuhn wrote: On Mon, 2003-03-03 at 06:16, Michael Adams wrote: 1. I backed up an old system and i made the mistake of using absolute paths. I now want to extract from this tar ball into my newer system. I want to extract individual files and want to place

Re: [newbie] tar questions, ta

2003-03-03 Thread g
David E. Fox wrote: Either. But you can send the tar right to the floppy, without creating a file system first. You just need to visualize the floppy disk as a short, flattened tape :). # tar -cvf /dev/fd0 /path/to/data better yet, why not just as it is, a device.? better yet, why not use

Re: [newbie] tar questions, ta

2003-03-03 Thread g
Michael Adams wrote: My impression was it was a 2Mb RAW disk and when the filesystem (DOS) is written to it. 1.44MB remains. this is where you need to start looking at your system hardware as devices, not names associated with description or function. capacity becomes what it is, not 1m44 that

Re: [newbie] tar questions, ta

2003-03-03 Thread g
Michael Adams wrote: Yeah, me too, but konq won't see .hiddenfiles in a tar. it will if you enable. .directories, do not show in tree structure. or so i have not found in x setup. i would venture that it could be from source mod. peace out. tc,hago. g . -- think green... save a tree,

Re: [newbie] tar questions, ta

2003-03-03 Thread g
Stephen Kuhn wrote: I like using the facilities within Konqueror as a file manager for handling TAR/GZ files - then I can just drag/drop files where I want them - irregardless of paths. admit it, you are just lazy. but then again, who am i to talk about lazy? i never registered or updated

Re: [newbie] tar questions, ta

2003-03-03 Thread John McQuillen
On Mon, 2003-03-03 at 19:49, Michael Adams wrote: On Mon, 03 Mar 2003 12:21, Stephen Kuhn wrote: On Mon, 2003-03-03 at 06:16, Michael Adams wrote: 1. I backed up an old system and i made the mistake of using absolute paths. I now want to extract from this tar ball into my newer system. I

Re: [newbie] tar questions, ta

2003-03-03 Thread Stephen Kuhn
On Mon, 2003-03-03 at 20:13, g wrote: Michael Adams wrote: Yeah, me too, but konq won't see .hiddenfiles in a tar. it will if you enable. .directories, do not show in tree structure. or so i have not found in x setup. i would venture that it could be from source mod. Either I'm

Re: [newbie] tar questions, ta

2003-03-03 Thread David E. Fox
better yet, why not just as it is, a device.? I thought that's what i did :). I was tarring directly to /dev/fd0. better yet, why not use cpio? Why not? My feeling is that tar is a lot easier, and probably a lot more portable. I look at the cpio man page and there are all sorts of different

Re: [newbie] tar questions, ta

2003-03-03 Thread David E. Fox
My impression was it was a 2Mb RAW disk and when the filesystem (DOS) is written to it. 1.44MB remains. AFAIK, the 2mb capacity is 'unformatted' and 'formmatted' means that the drive is low-level prepped for use, timing tracks and so forth have been written. At that point it's a 1.44 meg

[newbie] tar questions, ta

2003-03-02 Thread Michael Adams
1. I backed up an old system and i made the mistake of using absolute paths. I now want to extract from this tar ball into my newer system. I want to extract individual files and want to place them in an 'extraction' directory. Can i do it? How? (if i get it wrong i could write over existing

Re: [newbie] tar questions, ta

2003-03-02 Thread Greg Meyer
On Sunday 02 March 2003 02:16 pm, Michael Adams wrote: What number of 1k blocks will fit on a 1.44Mb DOS floppy? (I dont know where to read the available space. I can see usage with 'df' or in konq, but not free space.) 1440 I guess -- Greg Want to buy your Pack or Services from

Re: [newbie] tar questions, ta

2003-03-02 Thread David E. Fox
What number of 1k blocks will fit on a 1.44Mb DOS floppy? (I dont know where to read the available space. I can see usage with 'df' or in konq, but not free space.) Like another poster said, 1440 1K blocks. On the other hand, that assumes you don't put a filesystem on it, which would take up

RE: [linux] [newbie] Tar - Is there a 2Gb limit file size on NT4

2002-12-03 Thread Ken Walker
] [newbie] Tar - Is there a 2Gb limit file size on NT4 I'm just picking up on the tail end of this thread, so someone might have already answered this. I'm assuming your NT partition is setup with FAT. If so, FAT (Win9x, WinNT) has a 2GB limit. That's why when drives larger than 2GB first appeared

RE: [linux] [newbie] Tar - Is there a 2Gb limit file size on NT4

2002-12-03 Thread Michael Viron
Actually, FAT32 has been included as an available filesystem since win 95B came out. As for winnt 4, you have to purchase it as an extra piece of software. Michael -- Michael Viron Project Manager / Primary Developer / Manager of Online Operations General Education Online BTW

RE: [linux] [newbie] Tar - Is there a 2Gb limit file size on NT4

2002-12-02 Thread Ken Walker
Well, m i thought. So i set-up a quick LM9. did a tar of about 4Gig ( a 9G i borrowed :o) but he wants it back :o( )and tried to copy it to the NT machine using cp Cad.tar ///xxx Cad.tar Stopped at 2G did a copy to a win98 machine cp Cad.tar //x/xxx Cad.tar Stopped at 2G But

RE: [linux] [newbie] Tar - Is there a 2Gb limit file size on NT4

2002-12-02 Thread Joseph Braddock
I'm just picking up on the tail end of this thread, so someone might have already answered this. I'm assuming your NT partition is setup with FAT. If so, FAT (Win9x, WinNT) has a 2GB limit. That's why when drives larger than 2GB first appeared, they were set up with multiple 2GB partitions. I

[newbie] Tar - Is there a 2Gb limit file size on NT4

2002-11-28 Thread Ken Walker
I'm trying to tar 8.4Gb to a NT4 machine. But tar stops at 2,097,153. Stating 'File size limit exceeded'. I know that the system partition for NT4 can't be bigger than 2G. I'm Tar'ing to a 36G Raid drive. I'm logging in as a superuser. I know i have the option of taring to specific file sizes,

RE: [newbie] Tar - Is there a 2Gb limit file size on NT4

2002-11-28 Thread Tony S. Sykes
been able to do larger than 2gb. Wk2 ntfs can handle it. You will be best checking the MS web for info on nt4 ntfs. Tony. -Original Message- From: Ken Walker [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 10:38 AM To: '[EMAIL PROTECTED]' Subject: [newbie] Tar

RE: [linux] [newbie] Tar - Is there a 2Gb limit file size on NT4

2002-11-28 Thread Richard Urwin
10:38 To: '[EMAIL PROTECTED]' Subject: [linux] [newbie] Tar - Is there a 2Gb limit file size on NT4 I'm trying to tar 8.4Gb to a NT4 machine. But tar stops at 2,097,153. Stating 'File size limit exceeded'. I know that the system partition for NT4 can't be bigger than 2G. I'm Tar'ing to a 36G

[newbie] tar again

2002-11-02 Thread root
ok I tried to run the command to a tar file mldonkey in particular and I got this error. It makes no sense to me tar: This does not look like a tar archive tar: Skipping to next header tar: Archive contains obsolescent base-64 headers tar: Error exit delayed from previous errors this is the

Re: [newbie] tar again

2002-11-02 Thread Paul
In reply to root's mail, d.d. Sat, 2 Nov 2002 13:57:59 -0500: this is the name of the tar file exactly that I'm trying to do mldonkey-2.00.shared.i586-Linux.tar.bz2.tar tar xfvj mldo* The j will handle the bz2 part Paul -- Life is like a game of cards. The hand that is dealt you represents

Re: [newbie] tar files

2002-10-14 Thread Todd Flinders
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Beach Sent: Saturday, 27 October 2001 11:26 AM To: [EMAIL PROTECTED] Subject: [newbie] tar files Is there a program I need to use to install tar files? or am I just not doing it right. Want to buy your Pack or Services from

[newbie] tar files

2002-10-11 Thread Robert Beach
Is there a program I need to use to install tar files? or am I just not doing it right. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

RE: [newbie] Tar or zip?

2002-09-23 Thread Franki
or you can just tar it, winzip can open both tar, and tar.gz files just fine. rgds frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Derek Jennings Sent: Monday, 23 September 2002 4:26 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Tar or zip

Re: [newbie] Tar or zip?

2002-09-23 Thread Anne Wilson
On Sunday 22 Sep 2002 11:45 pm, you wrote: Try GnoZip or LnxZip, both of which are WinZip like applications on your installation disks. Plenty of options, then :-) I'll try at least one of them in the next day or two - I seem to be screamingly busy just now Thanks to all who answered Anne

[newbie] Tar or zip?

2002-09-22 Thread Anne Wilson
I need to send a collection of fonts (about a dozen in all) to a windows user. I thought a zip file would be the easiest way., but I'm not sure how to get a zip file in linux (Mdk 8.2). I thought I would temporarily copy the files into a separate directory so that I can zip all the files in

Re: [newbie] Tar or zip?

2002-09-22 Thread Alastair Scott
On Sun, 2002-09-22 at 20:05, Anne Wilson wrote: On Sunday 22 Sep 2002 7:54 pm, you wrote: On Sun, 2002-09-22 at 19:34, Anne Wilson wrote: I need to send a collection of fonts (about a dozen in all) to a windows user. I thought a zip file would be the easiest way., but I'm not sure

Re: [newbie] Tar or zip?

2002-09-22 Thread Alastair Scott
On Sun, 2002-09-22 at 19:34, Anne Wilson wrote: I need to send a collection of fonts (about a dozen in all) to a windows user. I thought a zip file would be the easiest way., but I'm not sure how to get a zip file in linux (Mdk 8.2). I thought I would temporarily copy the files into a

Re: [newbie] Tar or zip?

2002-09-22 Thread Anne Wilson
On Sunday 22 Sep 2002 7:54 pm, you wrote: On Sun, 2002-09-22 at 19:34, Anne Wilson wrote: I need to send a collection of fonts (about a dozen in all) to a windows user. I thought a zip file would be the easiest way., but I'm not sure how to get a zip file in linux (Mdk 8.2). I thought I

[newbie] tar hep

2002-09-04 Thread Anthony V
Hello everyone. Im having trouble with creating a tar file out of a directory that I have made filled with Icons so that I can install it on my computer. If anyone knows how to make a tar file please tell me.Anthony VDo You Yahoo!? Yahoo! Finance - Get real-time stock quotes

Re: [newbie] TAR problems

2002-06-27 Thread Bill Davidson
On Thu, 27 Jun 2002 01:03:26 -0400 Dennis Myers [EMAIL PROTECTED] wrote: On Thursday 27 June 2002 12:21 am, you wrote: I've been having some problems running tar. I type something like tar -x foo.tar and it just hangs there for a long time. I've tried using -x -v and -t, but it still

[newbie] TAR problems

2002-06-26 Thread Matt Dalen
I've been having some problems running tar. I type something like tar -x foo.tar and it just hangs there for a long time. I've tried using -x -v and -t, but it still hangs indefinitely, doing nothing. Anyone have any suggestions? Matt Dalen Want to buy your Pack or Services from

Re: [newbie] TAR problems

2002-06-26 Thread Dennis Myers
On Thursday 27 June 2002 12:21 am, you wrote: I've been having some problems running tar. I type something like tar -x foo.tar and it just hangs there for a long time. I've tried using -x -v and -t, but it still hangs indefinitely, doing nothing. Anyone have any suggestions? Matt Dalen

Re: [newbie] tar; sane; snapscan; how to

2002-05-18 Thread Simon Matthews
If you don't have any success with the agfa packages try installing the gphoto2 package via the Software Manager in Mandrake Control Panel. I have a Nikon 880 USB camera and got things working fine using GTkam which is part of this package. simon On Fri, 2002-05-17 at 23:02, Birger wrote:

Re: [newbie] tar; sane; snapscan; how to

2002-05-18 Thread Tom Brinkman
On Friday 17 May 2002 05:48 pm, John Richard Smith wrote: On Friday 17 May 2002 16:02, you wrote: How do i unpack this files? and where do they go? should i rightclick on the tar file an choose openwithterminalshell, and the write the tar-command to unpack the files? The easiest way

Re: [newbie] tar; sane; snapscan; how to

2002-05-17 Thread John Richard Smith
On Friday 17 May 2002 16:02, you wrote: i`ve done sevral how to search with google on how to get my usb agfa snapscan 1212u to work with with mandrake.(xsane) i`ve downloaded the latest packs/drivers for snapscan1212u and sane-backends. How do i unpack this files? and where do they go?

[newbie] tar file size limit???

2002-05-12 Thread David
I am trying to backup /home with the following simple script: #!/bin/sh backup=home-$(date +%m-%d-%y) tar -cvMf /mnt/TRASH-BOX/backups/$backup.tar home/ When the tar file reaches 2GB, I get the following output: /usr/sbin/backup: line 3: 29016 File size limit exceededtar -cvMf

Re: [newbie] tar file size limit???

2002-05-12 Thread Ralph Slooten
Umm, I wasn't aware that there is a size limit with tar. This warning you get, is that when you use the M flag, or even when you don't? If you want to save time, I suggest you use: tar cvfz /mnt/TRASH-BOX/backups/$backup.tar.gz /home ... this will gzip up the tar file. It probably will take

Re: [newbie] tar file size limit???

2002-05-12 Thread Brian Parish
OK - wondered why my reply to this hadn't shown up then realized the reply to address was set to go back to David direct. The problem here is that /mnt/TRASH-BOX (nice mount point!) is /mnt/W$ - meaning FAT32. FAT32 has a max file size of 2GB. Brian On Mon, 2002-05-13 at 08:50, David wrote:

Re: [newbie] tar file size limit???

2002-05-12 Thread Mike Oliver
Brian Parish wrote: OK - wondered why my reply to this hadn't shown up then realized the reply to address was set to go back to David direct. The problem here is that /mnt/TRASH-BOX (nice mount point!) is /mnt/W$ - meaning FAT32. FAT32 has a max file size of 2GB. So does ext2, which has

[newbie] tar/zip then untar/unzip (in detail though )

2002-04-28 Thread Hanan Shargi
Hi, Hi All, On my machine that dual boots Linux 8.1 and Win89 ( which I have no CD burner on ) I need to do the following: 1- tar and zip my /home folder and save it on the D: partition ( a win fat32 partition ) 2- I'll split the partition I have linux on right now into two partitions: /

Re: [newbie] tar/zip then untar/unzip (in detail though )

2002-04-28 Thread Darwin Gottfried
On Sun, 28 Apr 2002 18:32:05 -0400 Hanan Shargi [EMAIL PROTECTED] wrote: [...] I need somebody to tell me what are the commands I need to run for the taring and zipping, and then untarring and unzipping into the new /home directory :) as root, cd / tar -cWvf home.tar home/ gzip -v home.tar

Re: [newbie] tar/zip then untar/unzip (in detail though )

2002-04-28 Thread Robin Turner
On Monday 29 April 2002 01:32, Hanan Shargi wrote: Hi, Hi All, On my machine that dual boots Linux 8.1 and Win89 ( which I have no CD burner on ) I need to do the following: 1- tar and zip my /home folder and save it on the D: partition ( a win fat32 partition ) 2- I'll split the

Re: [newbie] tar/zip then untar/unzip (in detail though )

2002-04-28 Thread Hanan Shargi
Many Thanks Darwin Robin ...and they say Linux lacks the support !! cheers - Hanan AL-Shargi Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] tar error?

2002-01-03 Thread skidley
On Thu, 3 Jan 2002, Jon Doe wrote: I have this in a script: OF=/home/jon/backup-$(date +%m%d%Y).tar.gz tar -cZf $OF /home/jon/backups and when I run it, it works but I get this: tar: Removing leading `/' from member names tar: Child returned status 2 tar: Error exit delayed from

Re: [newbie] tar error?

2002-01-03 Thread Paul
On Fri, 4 Jan 2002 01:40:32 -0400 (AST), skidley [EMAIL PROTECTED] wrote: I have this in a script: OF=/home/jon/backup-$(date +%m%d%Y).tar.gz tar -cZf $OF /home/jon/backups and when I run it, it works but I get this: tar: Removing leading `/' from member names tar: Child returned

Re: [newbie] tar command ?

2001-11-18 Thread Pascal Goguey
On Monday 19 November 2001 11:30, you wrote: Hi! I like to zip all my /var/named files in one zip files. I need the command how to tar it. tar cvf archive.tar /var/named Can someone email me the command ? Best regards, SKLIM Want to buy your Pack or Services from MandrakeSoft? Go

Re: [newbie] tar command ?

2001-11-18 Thread Dan Butler
, November 18, 2001 9:33 PM Subject: Re: [newbie] tar command ? tar zcvf thetarfile.tgz [insert your /var/named files here] the z in the option means that the files are to be compressed using gzip. you can omit it like tar cvf thetarfile.tar [insert your /var/named files here

Re: [newbie] tar command ?

2001-11-18 Thread SKLIM
Thank .. I have done it again. Thank for your information ... Thank U Thank U Best regards, SKLIM - Original Message - From: Dan Butler To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, November 19, 2001 10:47 AM Subject: Re: [newbie] tar command

Re: [newbie] tar command ?

2001-11-18 Thread skidley
On Mon, 19 Nov 2001, SKLIM wrote: Hi! I like to zip all my /var/named files in one zip files. I need the command how to tar it. Can someone email me the command ? Best regards, SKLIM tar czvf file.tar.gz /var/named -- Linux User #195191 Want to buy your Pack or Services from

[newbie] Tar --newer option

2001-09-08 Thread Michel Hardy-Vallée
Hi there, as usual when I see a problem on my Linux box, I wonder if I am stupid or if there is a bug. Fortunately, I'm stupid more than often. But I was trying to use tar yesterday to do a backup of my /home rep. for files which are newer than August 29 2001. So I issued the following

Re: [newbie] Tar Installs

2000-11-13 Thread Ronald J. Hall
Jeff Malka wrote: Is there a way to force it to install in a specific directory. Like /opt? When I do a TAR -zxvf filename then I run ./configure, make and make install, I can see on the console screen that there's nothing wrong after the install. My big problem is not knowing where

RE: [newbie] Tar Installs

2000-11-13 Thread Bill Shirley
Use: tar -zxvf filname -C /directory/where/you/want/it/to/go HTH, Bill P.S. Uppercase C -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of gcobb Sent: Sunday, November 12, 2000 4:19 PM To: [EMAIL PROTECTED] Subject: [newbie] Tar Installs I've got

Re: [newbie] Tar Installs

2000-11-13 Thread Tom Brinkman
When I do a TAR -zxvf filename then I run ./configure, make and make install, I can see on the console screen that there's nothing wrong after the install. My big problem is not knowing where it put the file to start the program or what the name would be. The latest culprit is the

RE: [newbie] Tar Installs

2000-11-12 Thread veloct
On the console: whereis firestarter or which firestarter --- Original Message --- "gcobb" [EMAIL PROTECTED] Wrote on Sun, 12 Nov 2000 15:19:11 -0600 -- I've got this really basic question that I haven't been able to conquer just yet. When I do a TAR -zxvf filename then I run

RE: [newbie] Tar Installs

2000-11-12 Thread bishoju
Traditionally the bulk of rpms end up in /usr, /usr/local is where you put stuff you install while /usr/src is where you place the source for stuff you install. there is also /opt which sometimes has a symplic link back to somewhere with more space such as /usr. Hope that helps a little bit.

[newbie] TAR

2000-10-27 Thread Manuel Tuthill
Hello everyone, Please can you help i'm getting desprete now. I need to restore some files from a tape i have but cant workout how to do it. have done a "tar tv log.txt" toget a list of all the files and have fond it but cant get it back. the filename in the log.txt says

Re: [newbie] TAR Issue

2000-10-22 Thread Greg Stewart
] To: [EMAIL PROTECTED] cc:(bcc: Lad Gaal/MarconiMedical) Subject: Re: [newbie] TAR Issue Nothing in /proc is "really" a file. These are generated by the kernel when you cat the file for information. They appear as files... but only "somtain" something when reqeusted

Re: [newbie] TAR Issue

2000-10-20 Thread Lad . Gaal
] To: [EMAIL PROTECTED] cc:(bcc: Lad Gaal/MarconiMedical) Subject: Re: [newbie] TAR Issue Nothing in /proc is "really" a file. These are generated by the kernel when you cat the file for information. They appear as files... but only "somtain" something when reqeusted. You should

Re: [newbie] TAR Issue

2000-10-19 Thread Lad . Gaal
back up of my system before I install Mandrake 7.1! BTW- Can I upgrade form 6.0 to 7.1 with minimal impact on PHP PostgreSQL etc? [EMAIL PROTECTED] on 10/19/2000 02:20:43 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Lad Gaal/MarconiMedical) Subject: Re: [newbie

Re: [newbie] TAR Issue

2000-10-19 Thread Greg Stewart
EMAIL PROTECTED] cc:(bcc: Lad Gaal/MarconiMedical) Subject: Re: [newbie] TAR Issue "Lad. Gaal" wrote: I want to back up the hard drives on my unit to a SCSI 8mm tape (exabyte 8205) drive. For the life of me I can't figure out how to get the tar command to go more than

Re: [newbie] Tar and .Gz

2000-06-15 Thread spooky
hi all: well I tried installing a software that has been proven by many scientists to work w/ a PC windows, Linux and Unix systems. I finished unzipping them and untarring them and gave the command './configure and so forth' and guess what message i got my gcc and C compiler is

Re: [newbie] Tar and .Gz

2000-06-15 Thread Tom Brinkman
On Thu, 15 Jun 2000, spooky wrote: hi all: well I tried installing a software that has been proven by many scientists to work w/ a PC windows, Linux and Unix systems. I finished unzipping them and untarring them and gave the command './configure and so forth' and guess what

Re: [newbie] Tar and .Gz

2000-06-14 Thread spooky
Next, how do I install software from TAR or GZ format? I know how to install packages, but I downloaded a file in GZ format and opened it with the software that came with Mandrake, but I could not figure out what to do next? I mean in Windows there is always a setup.exe, but what about

Re: [newbie] Tar and .Gz

2000-06-14 Thread Edison Gica
is not working (?). any suggestions would be helpful, I have LM 7.0 version. thanks in advance, edison From: Anthony Huereca [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [newbie] Tar and .Gz Date: Tue, 13 Jun 2000 22:42:13 -0400 Next, how do I install software from

RE: [newbie] Tar and .Gz

2000-06-14 Thread Jose M. Sanchez
or another, Developement should be the minimum install for Linux, in my book, in spite of the requirements. -JMS -Original Message- From: Edison Gica [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 13, 2000 4:31 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Tar and .Gz hi all: well I tried

Re: [newbie] Tar and .Gz

2000-06-14 Thread Tom Brinkman
On Wed, 14 Jun 2000, you wrote: Next, how do I install software from TAR or GZ format? I know how to install packages, but I downloaded a file in GZ format and opened it with the software that came with Mandrake, but I could not figure out what to do next? I mean in Windows there is

RE: [newbie] Tar and .Gz

2000-06-14 Thread Brash, Matthew
Have you installed the Kernel headers? -Original Message- Subject: Re: [newbie] Tar and .Gz hi all: well I tried installing a software that has been proven by many scientists to work w/ a PC windows, Linux and Unix systems. I finished unzipping them and untarring them and gave

[newbie] Tar and .Gz

2000-06-13 Thread Fred Hamilton
I am a REAL newbie. I just installed Mandrake 7.1 last night. I have a couple of questions. First, my system has 164Mb of RAM but Mandrake only reports 64. During the install I tried to over-ride this and entered the correct amount of RAM, but it still only reports 64Mb. How can I fix this,

Re: [newbie] Tar and .Gz

2000-06-13 Thread Michael Lueck
On Tue, 13 Jun 2000 21:47:54 -0400, Fred Hamilton wrote: First, my system has 164Mb of RAM but Mandrake only reports 64. I got a nice answer a while back on this same issue - saved text follows: To check what Linux detected, use the command 'free'. The output will look like:

Re: [newbie] Tar and .Gz

2000-06-13 Thread Sthitaprajna
On 13 Jun 00, at 21:47, Fred Hamilton wrote: correct amount of RAM, but it still only reports 64Mb. How can I fix this, or do I need to worry about it? At the LILO prompt specify the amount of RAM. BTW, how did you get 164MB RAM on your machine? 128+32=160. Maybe, you don't have 164MB

Re: [newbie] Tar and .Gz

2000-06-13 Thread Anthony Huereca
Next, how do I install software from TAR or GZ format? I know how to install packages, but I downloaded a file in GZ format and opened it with the software that came with Mandrake, but I could not figure out what to do next? I mean in Windows there is always a setup.exe, but what about

Re: [newbie] tar help please

2000-06-07 Thread Mark Potochnik
Romanator wrote: Thanks for pointing this out. Unfortunately, my printer ran out of ink. I'll have to write this out in long hand. Shake the ink cartridge.. Sometimes it comes back for a while From a cheapskate. MarkP

Re: [newbie] tar help please

2000-06-06 Thread Romanator
Thanks for pointing this out. Unfortunately, my printer ran out of ink. I'll have to write this out in long hand. Cheers! Philip Gabbert wrote: Quite simple .. Tar is an app that gets many people. Got me to until I finally figured it out :) Say you want to tar and zip up /www/ .. All

[newbie] Tar help

2000-06-05 Thread mcoady
Go to www.gnu.org/manual/tar/index.html You can download the manual which should answer any questions on the subject. mcoady

[newbie] tar help please

2000-06-04 Thread Barry Winch
Hi, I've tried looking at the tar man page, but still cant get any joy with tar. I have a directory called archive, with numerous subdirectories. I want to save all these files as a single file called all_archive, while preserving the dirctory structure and permissions, and then finally compress

Re: [newbie] tar help please

2000-06-04 Thread Philip Gabbert
Quite simple .. Tar is an app that gets many people. Got me to until I finally figured it out :) Say you want to tar and zip up /www/ .. All you have to do is cd to /. Then, under linux run: tar -zcvf all_archive.tgz www z - gzip compression c - create archive v -

Re: [newbie] tar help please

2000-06-04 Thread Paul
On Sun, 4 Jun 2000, Barry Winch wrote: Hi, I've tried looking at the tar man page, but still cant get any joy with tar. I have a directory called archive, with numerous subdirectories. I want to save all these files as a single file called all_archive, while preserving the dirctory structure

Re: [newbie] tar command

2000-04-29 Thread Michelle Schneider
Try tar -cvfM /dev/fd0 /home/user/[location of files]. The "f" has to be there to work. Michelle On Fri, 28 Apr 2000, you wrote: I'm trying to create a multiple volume backup onto floppy discs. Using konsole, when in root I change to the directory that contains the files I want to

[newbie] tar files

2000-04-16 Thread Donald Carpenter
What is the command line to extract and untar a file at once?

Re: [newbie] tar

2000-03-27 Thread flupke
_-+Richard Kim=-_ a écrit : how do i untar a file tar ?v?f filename.tar.gz I forgot the command can anyone tell me? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= My new website made with apache

Re: [newbie] tar

2000-03-27 Thread flupke
Just typing : modprobe es1371 in a console should make it work. HTH Flupke _-+Richard Kim=-_ a écrit : I have a Sound Blaster PCI128 speaker but cant get it to work on sndconfig. is there a driver I can use? if there is then tell me where to get it and how to install it or just

AW: [newbie] tar

2000-03-27 Thread Drazenko Djuricic
PROTECTED] Betreff: Re: [newbie] tar Just typing : modprobe es1371 in a console should make it work. HTH Flupke _-+Richard Kim=-_ a écrit : I have a Sound Blaster PCI128 speaker but cant get it to work on sndconfig. is there a driver I can use? if there is then tell me wh

Re: [newbie] tar

2000-03-27 Thread Emanuele La Rosa
Il lun, 27 mar 2000, hai scritto: For making things easy download gxtar. It works well Just typing : modprobe es1371 in a console should make it work. HTH Flupke _-+Richard Kim=-_ a écrit : I have a Sound Blaster PCI128 speaker but cant get it to work on sndconfig. is

  1   2   >