Re: It runs!

2023-05-14 Thread Sergey Bugaev
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

Re: It runs!

2023-05-13 Thread Sergey Bugaev
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

Re: It runs!

2023-05-12 Thread jbranso
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

Re: It runs!

2023-05-12 Thread Samuel Thibault
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/

Re: It runs!

2023-05-12 Thread Michael Banck
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

Re: It runs!

2023-05-12 Thread Samuel Thibault
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/ !!

Re: It runs!

2023-05-12 Thread jbranso
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,

It runs!

2023-05-12 Thread Sergey Bugaev
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