Bug#574645: freebsd-utils: swapon segfaults on kfreebsd-amd64

2010-03-20 Thread Petr Salinger
Running it with no argument at all, I also get a segfault. It looks like the getprogname() call is the culprit. [My crash is at swapon.c:215, which like swapon.c:160 uses a getprogname() call.] That's a bit strange, since setprogname() gets called with argv[0] at the beginning of main(),

Bug#574645: marked as done (freebsd-utils: swapon segfaults on kfreebsd-amd64)

2010-03-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Mar 2010 23:32:20 + with message-id e1nt89u-0001nq...@ries.debian.org and subject line Bug#574645: fixed in freebsd-utils 8.0-9 has caused the Debian Bug report #574645, regarding freebsd-utils: swapon segfaults on kfreebsd-amd64 to be marked as done. This means

Bug#544083: marked as done (freebsd-utils: please add vidcontrol)

2010-03-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Mar 2010 23:32:20 + with message-id e1nt89u-0001nk...@ries.debian.org and subject line Bug#544083: fixed in freebsd-utils 8.0-9 has caused the Debian Bug report #544083, regarding freebsd-utils: please add vidcontrol to be marked as done. This means that you claim

porting userland ppp to kfreebsd

2010-03-20 Thread The Anarcat
As far as I know, there's currently no possibility of doing PPP or PPPoE in Debian GNU/kFreeBSD. I'd like to see that fixed. So I've started trying to port the userland ppp daemon from FreeBSD 8.0: http://svn.freebsd.org/base/release/8.0.0/usr.sbin/ppp/ The attached patch makes ppp compile, and

Re: porting userland ppp to kfreebsd

2010-03-20 Thread Ludovic Courtès
Hi, The Anarcat anar...@koumbit.org writes: +#if defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) Only the last one makes sense: ‘__linux__’ is for the Linux kernel and ‘__GNU__’ is for GNU (aka. GNU/Hurd). Thanks, Ludo’. -- To UNSUBSCRIBE, email to