Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-11 Thread Bruce M Simpson
On Fri, Jan 09, 2004 at 03:57:07PM +, YACINE GHANJAOUI wrote: when trying to intercept UDP packet after changing the protocol number from 17 to a user one (99) in the ip_input.c file. when trying to regenrate the packet after inserting some bit errors an error message appears in the

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread YACINE GHANJAOUI
Anyone help me how to untar a file with this extention file.tar.bz2 ? Thanks, ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Josef El-Rayes
YACINE GHANJAOUI [EMAIL PROTECTED] wrote: Anyone help me how to untar a file with this extention file.tar.bz2 ? tar xvfj file.tar.bz2 see man tar for details. greets, josef pgp0.pgp Description: PGP signature

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Lukas Ertl
On Fri, 9 Jan 2004, Josef El-Rayes wrote: YACINE GHANJAOUI [EMAIL PROTECTED] wrote: Anyone help me how to untar a file with this extention file.tar.bz2 ? tar xvfj file.tar.bz2 tar xvjf regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Josef El-Rayes
Lukas Ertl [EMAIL PROTECTED] wrote: On Fri, 9 Jan 2004, Josef El-Rayes wrote: tar xvfj file.tar.bz2 tar xvjf i do not think that the order of the parameters have any influence on the result. -josef pgp0.pgp Description: PGP signature

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Robert Klein
On Freitag, 9. Januar 2004 10:33, Josef El-Rayes wrote: Lukas Ertl [EMAIL PROTECTED] wrote: On Fri, 9 Jan 2004, Josef El-Rayes wrote: tar xvfj file.tar.bz2 tar xvjf i do not think that the order of the parameters have any influence on the result. No, but the filename has to be

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Josef El-Rayes
Robert Klein [EMAIL PROTECTED] wrote: On Fri, 9 Jan 2004, Josef El-Rayes wrote: i do not think that the order of the parameters have any influence on the result. No, but the filename has to be right after the f. The following commands work, and both have the same result: In this

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Markus Brueffer
On Friday 09 January 2004 11:27, Robert Klein wrote: On Freitag, 9. Januar 2004 10:33, Josef El-Rayes wrote: Lukas Ertl [EMAIL PROTECTED] wrote: On Fri, 9 Jan 2004, Josef El-Rayes wrote: tar xvfj file.tar.bz2 tar xvjf i do not think that the order of the parameters have

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Harti Brandt
On Fri, 9 Jan 2004, Markus Brueffer wrote: MBOn Friday 09 January 2004 11:27, Robert Klein wrote: MB On Freitag, 9. Januar 2004 10:33, Josef El-Rayes wrote: MB Lukas Ertl [EMAIL PROTECTED] wrote: MB On Fri, 9 Jan 2004, Josef El-Rayes wrote: MBtar xvfj file.tar.bz2 MB MB tar xvjf

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Mark Murray
YACINE GHANJAOUI writes: Anyone help me how to untar a file with this extention file.tar.bz2 ? Thanks, This is really questions@ material, but... $ tar -y M -- Mark Murray iumop ap!sdn w,I idlaH ___ [EMAIL PROTECTED] mailing list

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread YACINE GHANJAOUI
Hi, when trying to intercept UDP packet after changing the protocol number from 17 to a user one (99) in the ip_input.c file. when trying to regenrate the packet after inserting some bit errors an error message appears in the reciever telling that The udp checksum is incorrect even if i just

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Robert Klein
On Freitag, 9. Januar 2004 14:04, Josef El-Rayes wrote: Robert Klein [EMAIL PROTECTED] wrote: have you noticed that i am _not_ using the '-'? tar xvfj file.tar.bz2 - if you leave the '-' away then tar does not care about the order of the parameters. when you are using the dash before the