Re: Porting upstart to kfreebsd

2009-07-22 Thread Michael Biebl
Michael Biebl wrote: ... > If you are interested, please help us to get this done. > If you have (technical) questions, please ask. I forgot to mention, I'm not subscribed to the debian-bsd mailing list, so please CC on replies Michael -- Why is it that all of the instruments seeking intelligen

Porting upstart to kfreebsd

2009-07-22 Thread Michael Biebl
Hi kfreebsd porters, I've just uploaded upstart 0.6.2-1 to the archive. The first major new release in Debian since almost two years. During the bootpermance sprint in London, we discussed the possibility of making upstart our default /sbin/init for Debian. One of the prerequisites we identified

Re: [patch] generalize loopback network interface name

2009-07-22 Thread Otavio Salvador
Hello, On Wed, Jul 22, 2009 at 7:58 PM, Luca Favatella wrote: > Loopback network interface name is lo on GNU/Linux and lo0 on GNU/kFreeBSD. > This patch generalizes it with a macro. > > Tested on GNU/kFreeBSD. > Could affect GNU/Linux (but it shouldn't). Please go ahead and commit it. -- Otavio

[patch] generalize loopback network interface name

2009-07-22 Thread Luca Favatella
Loopback network interface name is lo on GNU/Linux and lo0 on GNU/kFreeBSD. This patch generalizes it with a macro. Tested on GNU/kFreeBSD. Could affect GNU/Linux (but it shouldn't). Cheers, Luca Favatella Index: debian/changelog ==

kfreebsd-7_7.2-4_kfreebsd-i386.changes ACCEPTED

2009-07-22 Thread Archive Administrator
Accepted: kfreebsd-headers-7-486_7.2-4_kfreebsd-i386.deb to pool/main/k/kfreebsd-7/kfreebsd-headers-7-486_7.2-4_kfreebsd-i386.deb kfreebsd-headers-7-686-smp_7.2-4_kfreebsd-i386.deb to pool/main/k/kfreebsd-7/kfreebsd-headers-7-686-smp_7.2-4_kfreebsd-i386.deb kfreebsd-headers-7-686_7.2-4_kfreebs

Processing of kfreebsd-7_7.2-4_kfreebsd-i386.changes

2009-07-22 Thread Archive Administrator
kfreebsd-7_7.2-4_kfreebsd-i386.changes uploaded successfully to localhost along with the files: kfreebsd-headers-7.2-1_7.2-4_kfreebsd-i386.deb kfreebsd-image-7.2-1-486_7.2-4_kfreebsd-i386.deb kfreebsd-image-7-486_7.2-4_kfreebsd-i386.deb kfreebsd-headers-7.2-1-486_7.2-4_kfreebsd-i386.deb k

Re: [patch] add GNU/kFreeBSD detect-console

2009-07-22 Thread Luca Favatella
On 22/07/2009, Otavio Salvador wrote: > Hello, > > On Wed, Jul 22, 2009 at 3:01 PM, Luca Favatella wrote: >> This patch adds GNU/kFreeBSD /lib/debian-installer/detect-console. [...] > Fine with me. Committed to trunk. Thanks, Luca Favatella -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists

Re: [patch] add GNU/kFreeBSD fstab and init

2009-07-22 Thread Luca Favatella
On 22/07/2009, Luca Favatella wrote: > On 22/07/2009, Otavio Salvador wrote: >> Hello, >> >> On Wed, Jul 22, 2009 at 2:26 PM, Luca Favatella >> wrote: >>> On 22/07/2009, Luca Favatella wrote: This patch adds GNU/kFreeBSD /etc/fstab and /sbin/init. Please carefully review it. > [...] >>

Re: [patch] add GNU/kFreeBSD inittab

2009-07-22 Thread Luca Favatella
On 22/07/2009, Otavio Salvador wrote: > Hello > > On Wed, Jul 22, 2009 at 2:53 PM, Luca Favatella wrote: >> This patch adds GNU/kFreeBSD /etc/inittab, considering /dev/ttyv[1-3] >> instead of /dev/tty[2-4] (as on GNU/Linux). [...] > Fine with me :-D Committed to trunk. Thanks, Luca Favatella -

Re: [patch] add GNU/kFreeBSD inittab

2009-07-22 Thread Otavio Salvador
Hello On Wed, Jul 22, 2009 at 2:53 PM, Luca Favatella wrote: > This patch adds GNU/kFreeBSD /etc/inittab, considering /dev/ttyv[1-3] > instead of /dev/tty[2-4] (as on GNU/Linux). > > Using this patch kfreebsd d-i has alt-f[1-4] working. > This patch has been in kfreebsd d-i branch for a while. Fi

Re: [patch] add GNU/kFreeBSD detect-console

2009-07-22 Thread Otavio Salvador
Hello, On Wed, Jul 22, 2009 at 3:01 PM, Luca Favatella wrote: > This patch adds GNU/kFreeBSD /lib/debian-installer/detect-console. > > It needs the BusyBox "tty" command (it builds on GNU/kFreeBSD i386 > with no patches more needed). > > Please carefully review this, because I used it only /dev/tt

Re: [patch] add GNU/kFreeBSD fstab and init

2009-07-22 Thread Otavio Salvador
Hello, On Wed, Jul 22, 2009 at 2:26 PM, Luca Favatella wrote: > On 22/07/2009, Luca Favatella wrote: >> This patch adds GNU/kFreeBSD /etc/fstab and /sbin/init. >> Please carefully review it. > > Now the patch should be really attached. > Sorry for the noise. Fine with me; the only thing I'd do d

kfreebsd-7_7.2-3_kfreebsd-i386.changes REJECTED

2009-07-22 Thread Archive Administrator
Rejected: kfreebsd-7_7.2-3_kfreebsd-i386.changes: a file with this name already exists in the Done directory. Rejected: kfreebsd-image-7.2-1-686_7.2-3_kfreebsd-i386.deb: can not overwrite existing copy already in the archive. Rejected: md5sum and/or size mismatch on existing copy of kfreebsd-im

Re: [patch] add GNU/kFreeBSD fstab and init

2009-07-22 Thread Luca Favatella
On 22/07/2009, Otavio Salvador wrote: > Hello, > > On Wed, Jul 22, 2009 at 2:26 PM, Luca Favatella wrote: >> On 22/07/2009, Luca Favatella wrote: >>> This patch adds GNU/kFreeBSD /etc/fstab and /sbin/init. >>> Please carefully review it. [...] > Fine with me; the only thing I'd do different is to

[patch] add GNU/kFreeBSD detect-console

2009-07-22 Thread Luca Favatella
This patch adds GNU/kFreeBSD /lib/debian-installer/detect-console. It needs the BusyBox "tty" command (it builds on GNU/kFreeBSD i386 with no patches more needed). Please carefully review this, because I used it only /dev/ttyv console. Cheers, Luca Favatella Index: debian/changelog

[patch] add GNU/kFreeBSD inittab

2009-07-22 Thread Luca Favatella
This patch adds GNU/kFreeBSD /etc/inittab, considering /dev/ttyv[1-3] instead of /dev/tty[2-4] (as on GNU/Linux). Using this patch kfreebsd d-i has alt-f[1-4] working. This patch has been in kfreebsd d-i branch for a while. Cheers, Luca Favatella Index: debian/changelog =

Processing of kfreebsd-7_7.2-3_kfreebsd-i386.changes

2009-07-22 Thread Archive Administrator
kfreebsd-7_7.2-3_kfreebsd-i386.changes uploaded successfully to localhost along with the files: kfreebsd-headers-7.2-1_7.2-3_kfreebsd-i386.deb kfreebsd-image-7.2-1-486_7.2-3_kfreebsd-i386.deb kfreebsd-image-7-486_7.2-3_kfreebsd-i386.deb kfreebsd-headers-7.2-1-486_7.2-3_kfreebsd-i386.deb k

Re: [patch] add GNU/kFreeBSD fstab and init

2009-07-22 Thread Luca Favatella
On 22/07/2009, Luca Favatella wrote: > This patch adds GNU/kFreeBSD /etc/fstab and /sbin/init. > Please carefully review it. Now the patch should be really attached. Sorry for the noise. Index: debian/changelog === --- debian/changel

[patch] add GNU/kFreeBSD fstab and init

2009-07-22 Thread Luca Favatella
This patch adds GNU/kFreeBSD /etc/fstab and /sbin/init. Please carefully review it. I'm proposing both together because they are closely related. This patch should not affect GNU/Linux builds and has been in the kfreebsd d-i branch for a while. Cheers, Luca Favatella -- To UNSUBSCRIBE, email

Re: RFC: util-linux's FTBFS

2009-07-22 Thread Aurelien Jarno
On Wed, Jul 22, 2009 at 01:39:25AM +0200, Cyril Brulebois wrote: > Heya, > > new util-linux is a prerequisite for the whole hal thing. I've just > downloaded and built it from git.debian.org[1], and I encountered the > following problem with ENOMEDIUM, that seems to be Linux-specific. I'm > attach

Re: d-i Kfreebsd work

2009-07-22 Thread Luca Favatella
On 22/07/2009, Julián Moreno Patiño wrote: > Hi All =D, > > I Find some bugs on di kfreebsd: It should work now. (10:55:13) aurel32: slackydeb: with the current SVN (after rebuilding busybox, netcfg and dhcp3-client), it should work (10:55:22) aurel32: the route message is still there, but can b

GNU/kFreeBSD packages in the Debian archive (status update)

2009-07-22 Thread Petr Salinger
Hi all, As announced in [1], the build daemons have been switched to the official archive, and packages are getting in. Currently at about 60% of the packages are built on both kfreebsd-i386 and kfreebsd-amd64, see [2], [3]. We are being blocked by hal unavailability. We are waiting for upload o

d-i Kfreebsd work

2009-07-22 Thread Julián Moreno Patiño
Hi All =D, I Find some bugs on di kfreebsd: 1. Fix error /etc/resolv.conf and try dns resolution works 2. Fix configuration lo0 interface: by default 127.0.0.1 , but this is not set. 3. Fix dupplicate interfaces and syslogd error netcfg[73] ip not found *{a} 4. Fix netcfg defaul