Re: kFreeBSD progress report week 8

2009-07-20 Thread Luca Favatella
On 20/07/2009, Luca Favatella slacky...@gmail.com wrote: [...] While debugging netcfg, I discovered that /var/log/syslog is not created, even manually executing syslogd. Currently, in d-i, BusyBox syslogd is used. My mentor solved this. See:

Re: kFreeBSD progress report week 8

2009-07-20 Thread Petr Salinger
It seems that all DHCP clients (dhcp3-client and busybox udhcpc) need other binaries, i.e. * ip, or * ifconfig + route I think the right way to get things work should be having a working BusyBox ip command on GNU/kFreeBSD. Any comment? Wouldn't be possible somehow create and use udeb from

Re: kFreeBSD progress report week 8

2009-07-20 Thread Luca Favatella
On 20/07/2009, Petr Salinger petr.salin...@seznam.cz wrote: It seems that all DHCP clients (dhcp3-client and busybox udhcpc) need other binaries, i.e. * ip, or * ifconfig + route I think the right way to get things work should be having a working BusyBox ip command on GNU/kFreeBSD. Any

Re: kFreeBSD progress report week 8

2009-07-20 Thread Frans Pop
On Monday 20 July 2009, Luca Favatella wrote: Aurelien Jarno told me that route is also needed, not only ip. BusyBox ip + route should be the long term solution. Unless I'm missing something 'ip' obsoletes both 'ifconfig' *and* 'route'. ifconfig = ip addr, ip link route = ip route -- To

Re: kFreeBSD progress report week 8

2009-07-20 Thread Otavio Salvador
Hello Frans, On Mon, Jul 20, 2009 at 9:01 AM, Frans Popelen...@planet.nl wrote: On Monday 20 July 2009, Luca Favatella wrote: Aurelien Jarno told me that route is also needed, not only ip. BusyBox ip + route should be the long term solution. Unless I'm missing something 'ip' obsoletes both

Re: kFreeBSD progress report week 8

2009-07-20 Thread Julián Moreno Patiño
Hi all, I find : BeastieBox is an attempt to bring a Busybox http://www.busybox.net/-like tool to the BSD world (and yes, I'm aware of crunchgenhttp://www.freebsd.org/cgi/man.cgi?query=crunchgensektion=1). BeastieBox aims to be *small* while keeping as much features as possible. Maybe useful to

kFreeBSD progress report week 8

2009-07-19 Thread Luca Favatella
In the past two weeks I focused on getting network configuration working in debian-installer (d-i), without success. I skipped the keyboard layout selection, because not a top priority, and I didn't reach udeb download (and installation). I focused on network configuration in d-i, mostly done by

Re: kFreeBSD progress report week 8

2009-07-19 Thread Otavio Salvador
Hello Luca, On Sun, Jul 19, 2009 at 9:03 PM, Luca Favatellaslacky...@gmail.com wrote: In the past two weeks I focused on getting network configuration working in debian-installer (d-i), without success. I skipped the keyboard layout selection, because not a top priority, and I didn't reach