Re: You can't export non-ffs filesystems with NFS, and it isn't documented

2007-09-30 Thread Adi
On Sun, Sep 30, 2007 at 11:28:59AM +0159, Han Boetes wrote: ~% grep usb /etc/fstab /dev/sd0i /mnt/usb msdos rw,nodev,nosuid,noauto,noexec0 0 ~% grep usb /etc/exports /mnt/usb -maproot=han:nfs marsupilami ~% mount |grep usb /dev/sd0i on /mnt/usb type msdos (NFS exported,

Re: libc: missing POSIX functions

2007-09-21 Thread Adi
On Fri, Sep 21, 2007 at 04:39:49PM +0200, Christoph Egger wrote: Which form is better (a) or b))? a) char slave[80]; ... if (openpty(masterfd, slavefd, slave, NULL, NULL) 0) char slave[PATH_MAX] ? I think it's a reasonable assumption that no library function will return (on any

trouble with extended partitions in latest snapshot

2006-09-15 Thread Adi
latest snapshot doesn't see the last two partitions on my disk. neither 3.9, linux or freebsd have any problem with that. Does anyone know what's going on ? Thanks a lot. (see below the output from disklabel -d, as seen on the snapshot from September 1st and on 3.9)

Re: trouble with extended partitions in latest snapshot

2006-09-15 Thread Adi
that was supposed to go to the list, sorry. Adi On 9/15/06, Adi [EMAIL PROTECTED] wrote: Can you try to revert sys/arch/i386/i386/disksubr.c to rev 1.53 and see if the problem goes away? yes, that fixes it. Adi