Re: busybox under the Hurd

2000-09-18 Thread Roland McGrath
busybox: ping.c fails due to undeclared MAXHOSTNAMELEN, it is defined in rpc/types.h, it is also defined in asm/param.h. ping.c gets its value via sys/param.h which calls linux/param.h which calls asm/param.h. I can get around this easily enough by calling rpc/types.h under both linux and

Problem Solved [Was: Re: New Install]

2000-09-18 Thread Steve Bowman
Got networking working! Yay :-) On Sun, Sep 17, 2000 at 09:52:56PM -0700, Steve Bowman wrote: On Sun, Sep 17, 2000 at 11:40:24PM -0500, Neal H Walfield wrote: And that was hours ago, I really need to do some non-computer stuff... :) You could always try oskit-mach, it uses drivers from

Root device does not exist

2000-09-18 Thread Thomas Poindessous
I'm trying to reinstall a hurd box but I have some problems. I know these problems have been answered a lot of time befor but I don't find the answers and I'm a little tired today. I have build my partition (hdd1) with mke2fs -o hurd -O none /dev/hdd1 and after mounting, tar --same-owner -p -xvzf

fd0 crash fixed in CVS

2000-09-18 Thread Marcus Brinkmann
Hi, The fd0 crash is fixed in CVS. 2000-09-19 Marcus Brinkmann [EMAIL PROTECTED] * linux/dev/glue/block.c (init_partition): Move initialization of MASK until it is asserted that gd is non-NULL. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org

minimal Hurd system

2000-09-18 Thread Glenn McGrath
Im trying to make a small hurd system. I previously mentioned that i was working on getting busybox working under the Hurd, i have enough working for it to be usefull, it fills out /bin, /sbin, /usr/sbin and /usr/bin pretty well, there is room for improvement though. busybox is at

Re: Ethernet problem actually in hp.c (was Re: Ethernet card detection bug in wd_probe)

2000-09-18 Thread Ramakrishnan M
Marcus Brinkmann wrote: OTOH, the better way to debug such problems is over the serial line or so. Can you please elaborate, how can this be done? -- Ramakrishnan.M If it isn't source, it isn't software.