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 8

2004-01-09 Thread Josef El-Rayes
YACINE GHANJAOUI <[EMAIL PROTECTED]> wrote: > I have a problem when recompiling my Unix Kernel. I want to enable > ipchains modules. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html greets, josef pgp0.pgp Description: PGP signature

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 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

Re: GEOM + Vinum

2004-01-21 Thread Josef El-Rayes
Greg 'groggy' Lehey <[EMAIL PROTECTED]> wrote: > And to answer another message: yes, Vinum on FreeBSD *must* > be adapted to GEOM. There's no other solution. shouldn't we add this as a task item to the releng schedule? -josef -- Josef El-Rayes

Re: [CFR] Fix adduser's recognition of nologin

2004-09-20 Thread Josef El-Rayes
1.24 > diff -u -r1.24 adduser.sh > --- src/usr.sbin/adduser/adduser.sh 28 Aug 2004 14:32:10 - 1.24 > +++ src/usr.sbin/adduser/adduser.sh 16 Sep 2004 11:43:23 - [...] hm, i cant see any difference between the removed and added lines. did i oversee something? gre

Re: Technical Differences of *BSD and Linux

2003-01-24 Thread Josef El-Rayes
Dear Arief, as you can see your questions are not very welcome on the mailinglists, therefore i advice you to have a look at this book if you are interested in BSD's technical background Title: The Design and Implementation of the 4.4BSD Operating System Authors: McKusick, Bostic, Karels and Q

kernel design questions

2003-02-26 Thread Josef El-Rayes
hi! i was looking for some kernel documentation and i had to find out it was justas the words say it "use the source luke". so i just want ask whether the freebsd kernel can be called a monolithic kernel? as far as i understood a monolithic kernel is just one big binary that does not get modifie