On Fri, May 12, 2023 at 9:30 PM Sergey Bugaev wrote:
> But I haven't
> yet been able to receive any actual output from the shell or
> subsequent commands on the console.
I figured it out! -- it was trying to receive the SIGCHLD, and
crashing. Now it's all fixed, and signal delivery is totally wor
Hi,
On Sat, May 13, 2023, 04:01 wrote:
>
> Forgive me for asking the dumb question...
>
> is the current 64-bit port for both the kernel and userland?
Yes :)
> If yes, then I will submit a patch soon to remove this paragraph from the wiki
>
> There are currently no plans for 64-bit userlan
May 12, 2023 5:58 PM, "Samuel Thibault" wrote:
> I have put some note on the wiki
>
> https://darnassus.sceen.net/~hurd-web/open_issues/64-bit_port
>
> to build a proper debian hurd-amd64 chroot:
>
> sudo debootstrap --foreign --verbose --arch hurd-amd64
> --keyring=/usr/share/keyrings/debian
I have put some note on the wiki
https://darnassus.sceen.net/~hurd-web/open_issues/64-bit_port/
to build a proper debian hurd-amd64 chroot:
sudo debootstrap --foreign --verbose --arch hurd-amd64
--keyring=/usr/share/keyrings/debian-keyring.gpg sid chroot-hurd-amd64
https://people.debian.org/
On Fri, May 12, 2023 at 09:30:34PM +0300, Sergey Bugaev wrote:
> Hello everyone, I've got some exciting news :)
>
> /bin/sh runs!!!
>
> Things start up all the way -- exec, proc, auth, all that. Then
> /hurd/startup exec's /libexec/console-run; I placed a little shell
> script there. The shell (d
Sergey Bugaev, le ven. 12 mai 2023 21:30:34 +0300, a ecrit:
> Hello everyone, I've got some exciting news :)
>
> /bin/sh runs!!!
!! \o/ !!
May 12, 2023 2:31 PM, "Sergey Bugaev" wrote:
> Hello everyone, I've got some exciting news :)
>
> /bin/sh runs!!!
>
> Things start up all the way -- exec, proc, auth, all that. Then
> /hurd/startup exec's /libexec/console-run; I placed a little shell
> script there. The shell (dash) starts up,
Hello everyone, I've got some exciting news :)
/bin/sh runs!!!
Things start up all the way -- exec, proc, auth, all that. Then
/hurd/startup exec's /libexec/console-run; I placed a little shell
script there. The shell (dash) starts up, loads the script, and starts
executing it! And (this required