shaunak saha, le Wed 04 Apr 2012 02:41:12 +0530, a écrit :
> #ettrans -afgp /servers/socket/2 /hurd/pfinet -i eth0 -a 10.0.2.15 -g
> 10.0.2.2 -m 255.255.255.0
>
> # echo "nameserver 10.0.2.3" > /etc/resolv.conf
>
> But still no luck.Not able to do apt-get.
Also check
devprobe eth0
to see whet
Jakub Daniel, le Tue 03 Apr 2012 23:30:59 +0200, a écrit :
> i believe its due to omitting -i eth0, if you upgraded your gnumach and hurd
> from not-dde version to the dde one you might need to set up /dev/eth0
> manually,
No, that's not needed yet.
Samuel
Hi,
i believe its due to omitting -i eth0, if you upgraded your gnumach and
hurd from not-dde version to the dde one you might need to set up /dev/eth0
manually, there should be a /hurd/ddesomething or /hurd/somethingdde which
is a all-in-one ethernet driver (if things didnt change lately)
sry, t
Hi All,
Suddenly from today netoworking is not workinh in my existing hurd system
inside qemu.
I tried
#ettrans -afgp /servers/socket/2 /hurd/pfinet -i eth0 -a 10.0.2.15 -g
10.0.2.2 -m 255.255.255.0
# echo "nameserver 10.0.2.3" > /etc/resolv.conf
But still no luck.Not able to do apt-get.
And w
Samuel Thibault skribis:
> Ludovic Courtès, le Wed 14 Mar 2012 23:13:51 +0100, a écrit :
>> This fixes compilation of user code in C99 or GNU99 mode.
>
> Actually we have had a patch with the same kind of goal in Debian for
> some time, which just needed some cleanup and commit, which I have done
Svante Signell, le Tue 03 Apr 2012 09:51:48 +0200, a écrit :
> On Tue, 2012-04-03 at 09:38 +0200, Samuel Thibault wrote:
> > Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit :
>
> > > I've been struggling with this for a while now. Whatever changes I make
> > > the segfault happen at the
On Tue, 2012-04-03 at 09:38 +0200, Samuel Thibault wrote:
> Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit :
> > I've been struggling with this for a while now. Whatever changes I make
> > the segfault happen at the same place(s).
>
> But did you the pthread definitions? If not, don'
Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit :
> > I have uploaded packages on debian-ports, so we can consider that the
> > bootstrap step is done, thanks again!
>
> Nice! Did you enable build of the GNU locale in addition to ada in
> debian/rules.defs.
Ah, no, I forgot.
> > We no
On Tue, 2012-04-03 at 01:33 +0200, Samuel Thibault wrote:
> Hello,
>
> Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit :
> > Finally gnat builds on GNU/Hurd,
>
> Thanks!
You are welcome!
> I have uploaded packages on debian-ports, so we can consider that the
> bootstrap step is done,