Re: [PATCH] ftpfs

2002-10-23 Thread Thomas Bushnell, BSG
Moritz Schulte [EMAIL PROTECTED] writes: Just curious; was there something wrong with that patch? Nothing that pops out at first, but perhaps nobody has had a chance to look at it in detail. ___ Bug-hurd mailing list [EMAIL PROTECTED]

Re: uname -s

2002-10-23 Thread Petri Koistinen
On Tue, 22 Oct 2002, Robert Millan wrote: I think uname -s should print: GNUmach. That would break scripts that rely on uname -s. On the other hand, I think uname is wrong in changing the -s, which has always corresponded to system, into kernel just because Linux, the kernel, claims to

Re: uname -s

2002-10-23 Thread Thomas Bushnell, BSG
Petri Koistinen [EMAIL PROTECTED] writes: I think uname -s should print: GNUmach. uname -s prints the kernel, but it's the kernel in Unixspeak, that is, the thing that interprets the system calls where the system calls are read/write/open. In other words, the canonical case is a monolithic

Attention Petri Koistinen

2002-10-23 Thread Thomas Bushnell, BSG
Your mailer bounces valid mail for no reason; you need to fix it if you are going to continue to post on bug-hurd. A sample message was returned thus with the message: [EMAIL PROTECTED] SMTP error from remote mailer after RCPT TO:[EMAIL PROTECTED]: host joo.ath.cx [80.222.59.131]: 554

Installing Hurd: dselect causes panic

2002-10-23 Thread Greg Buchholz
I'm installing the Hurd (J2 iso set) for the first time and everything was going smoothly until I wanted to start installing packages with dselect. When I select cdrom as the install media, I get a message like... /dev/fd5: line222: 59 Segmentation fault mount $tp.m ...and dselect recovers

Re: Cthreads to Pthreads code.

2002-10-23 Thread James Morrison
--- Vicente Hernando Ara [EMAIL PROTECTED] wrote: Hi all! I am changing the Hurd code from cthreads to pthreads. There will be some patches at http://es.gnu.org/~zenton/Pthread (there are few now ;) Thanks, Vicente. (aka: zenton in #hurd) Cool, but watch out for pthread_create, the