Re: Halt in X

2024-10-31 Thread Samuel Thibault
Joshua Branson, le jeu. 31 oct. 2024 11:09:59 -0400, a ecrit: > Samuel Thibault writes: > > > Samuel Thibault, le sam. 26 oct. 2024 13:11:40 +0200, a ecrit: > >> Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: > >> > - One cannot do `# halt`

Re: Halt in X

2024-10-31 Thread Joshua Branson
Samuel Thibault writes: > Samuel Thibault, le sam. 26 oct. 2024 13:11:40 +0200, a ecrit: >> Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: >> > - One cannot do `# halt` when running X. [This is a known >> > issue.](https://darnassus.sceen.net/~hurd

Re: Halt in X

2024-10-26 Thread Samuel Thibault
k > shutdown-hurd, hurd-shutdown, hurd-poweroff, halt-hurd, and hurd-halt to > poweroff-hurd ? You can define aliases for yourself. > >> Weirdly enough, after I pressed return on that command, I could > >> still move the cursor. > > > > That's not re

Re: Halt in X

2024-10-26 Thread Joshua Branson
Joshua Branson writes: > Samuel Thibault writes: > >> Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: >>> - One cannot do `# halt` when running X. [This is a known >>> issue.](https://darnassus.sceen.net/~hurd-web/faq/x-exit/) >> >> No,

Re: Halt in X

2024-10-26 Thread Joshua Branson
Samuel Thibault writes: > Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: >> - One cannot do `# halt` when running X. [This is a known >> issue.](https://darnassus.sceen.net/~hurd-web/faq/x-exit/) > > No, the faq entry is about the normal session shutdown, du

Re: Halt in X (Was: Hurd Tips)

2024-10-26 Thread Samuel Thibault
Samuel Thibault, le sam. 26 oct. 2024 13:11:40 +0200, a ecrit: > Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: > > - One cannot do `# halt` when running X. [This is a known > > issue.](https://darnassus.sceen.net/~hurd-web/faq/x-exit/) > > No, the faq entr

Halt in X (Was: Hurd Tips)

2024-10-26 Thread Samuel Thibault
Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: > - One cannot do `# halt` when running X. [This is a known > issue.](https://darnassus.sceen.net/~hurd-web/faq/x-exit/) No, the faq entry is about the normal session shutdown, due to a missing kill() functionality. Halt not

Re: [PATCH 11/17] tests: Fix halt()

2024-03-27 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le mer. 27 mars 2024 19:18:35 +0300, a ecrit: > Mark it as noreturn, and make sure to halt, not reboot. > --- > tests/include/testlib.h | 2 +- > tests/testlib.c | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff

[PATCH 11/17] tests: Fix halt()

2024-03-27 Thread Sergey Bugaev
Mark it as noreturn, and make sure to halt, not reboot. --- tests/include/testlib.h | 2 +- tests/testlib.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/include/testlib.h b/tests/include/testlib.h index a3f3a6a8..cdb2ce13 100644 --- a/tests/include

Re: [PATCH v2 2/4] shutdown: Use new acpi RPC to halt machine, clean up

2022-09-12 Thread Samuel Thibault
Damien Zammit, le lun. 12 sept. 2022 10:39:45 +, a ecrit: > This allows clean shutdown of all modern x86 machines > (not just qemu) by using the acpi translator to call > into libacpica code. Applied, thanks! > --- > shutdown/Makefile| 2 +- > shutdown/acpi_shutdown.c | 66 -

[PATCH v2 2/4] shutdown: Use new acpi RPC to halt machine, clean up

2022-09-12 Thread Damien Zammit
This allows clean shutdown of all modern x86 machines (not just qemu) by using the acpi translator to call into libacpica code. --- shutdown/Makefile| 2 +- shutdown/acpi_shutdown.c | 66 shutdown/acpi_shutdown.h | 18 --- shutdown/shutdown

Re: [PATCH 2/5] shutdown: Use new acpi RPC to halt machine, clean up

2022-09-05 Thread Samuel Thibault
Damien Zammit, le dim. 04 sept. 2022 03:47:14 +, a ecrit: > This allows clean shutdown of all modern x86 machines > (not just qemu) by using the acpi translator to call > into libacpica code. Way less hardcoded :D > diff --git a/shutdown/shutdown.c b/shutdown/shutdown.c > index f821b1f2..a4cc

[PATCH 2/5] shutdown: Use new acpi RPC to halt machine, clean up

2022-09-03 Thread Damien Zammit
This allows clean shutdown of all modern x86 machines (not just qemu) by using the acpi translator to call into libacpica code. --- shutdown/Makefile| 2 +- shutdown/acpi_shutdown.c | 66 shutdown/acpi_shutdown.h | 18 --- shutdown/shutdown

[PATCH 2/2] shutdown: Use new acpi RPC to halt machine, clean up

2022-09-02 Thread Damien Zammit
This allows clean shutdown of all modern x86 machines (not just qemu) by using the acpi translator to call into libacpica code. --- shutdown/Makefile| 2 +- shutdown/acpi_shutdown.c | 66 shutdown/acpi_shutdown.h | 18 --- shutdown/shutdown

Re: [PATCH 1/3] ddb: add "halt" command

2014-05-02 Thread Samuel Thibault
Justus Winter, le Fri 02 May 2014 21:33:00 +0200, a écrit : > * ddb/db_command.c (db_command_table): Add "halt" command. > * i386/i386/db_interface.h (db_halt_cpu): New declaration. > * i386/i386at/model_dep.c (db_halt_cpu): New function. Ack. > --- > ddb/db_command.c

[PATCH 1/3] ddb: add "halt" command

2014-05-02 Thread Justus Winter
* ddb/db_command.c (db_command_table): Add "halt" command. * i386/i386/db_interface.h (db_halt_cpu): New declaration. * i386/i386at/model_dep.c (db_halt_cpu): New function. --- ddb/db_command.c | 1 + i386/i386/db_interface.h | 2 ++ i386/i386at/model_dep.c | 5 + 3 files

[bug #29287] halt seems to hang when running on the hurd console

2013-02-03 Thread Samuel Thibault
Update of bug #29287 (project hurd): Status:None => Fixed Assigned to:None => sthibaul Open/Closed:Open => Closed _

[bug #29287] halt seems to hang when running on the hurd console

2010-03-21 Thread Emilio Pozuelo Monfort
URL: <http://savannah.gnu.org/bugs/?29287> Summary: halt seems to hang when running on the hurd console Project: The GNU Hurd Submitted by: pochu Submitted on: Sun 21 Mar 2010 08:13:38 PM GMT Category

Re: halt

2009-11-18 Thread Anatoly A. Kazantsev
On Wed, 18 Nov 2009 18:21:20 +0100 Jakub Daniel wrote: > Hello, > > I didnt mention it before but every time i try tu run halt everything > freezes and nothing happens... when i start the system again it says that > the fs wasnt unmounted properly.. > what do i do wrong. &g

Re: halt

2009-11-18 Thread Samuel Thibault
slog or such to dump gnumach messages on the Hurd console too. What you can do is type ctrl-alt-backspace to kill the Hurd console and get back to the Mach console. Then you can login, type halt, and see the Mach messages about shutdown. You'll notice that a few seconds are needed to sync all the ext2fss. Samuel

Re: halt

2009-11-18 Thread Jakub Daniel
Definitely hurd console ... I configured it to run after boot up. 2009/11/18 Samuel Thibault > Jakub Daniel, le Wed 18 Nov 2009 18:21:20 +0100, a écrit : > > I didnt mention it before but every time i try tu run halt everything > freezes > > and nothing happens... > >

Re: halt

2009-11-18 Thread Samuel Thibault
Jakub Daniel, le Wed 18 Nov 2009 18:21:20 +0100, a écrit : > I didnt mention it before but every time i try tu run halt everything freezes > and nothing happens... Are you running the Hurd console or just the Mach console? (I.e. are you able to switch between virtual consoles thanks to

halt

2009-11-18 Thread Jakub Daniel
Hello, I didnt mention it before but every time i try tu run halt everything freezes and nothing happens... when i start the system again it says that the fs wasnt unmounted properly.. what do i do wrong. Jakub

[bug #17123] not unmounting file systems on system halt

2008-07-09 Thread anonymous
Additional Item Attachment, bug #17123 (project hurd): File name: powered_apache_80x15.png Size:3 KB ___ Reply to this item at: ___ Message sent

[bug #17123] not unmounting file systems on system halt

2008-06-16 Thread Denise
Follow-up Comment #2, bug #17123 (project hurd): http://mp3alf.com/artist-download-mp3-music-alcymar-monteiro-86404-1/ http://mp3alf.com/album-download-full-mp3-quadrilha/album-ao-vivo-deixa-que-aconteca-285591/ http://mp3alf.com/artist-download-mp3-music-edorf-77907-1/ http://mp3alf.com/album-do

[bug #17123] not unmounting file systems on system halt

2006-07-17 Thread Thomas Schwinge
Follow-up Comment #1, bug #17123 (project hurd): 21:12 < youpi> Mmm, ext2fs doesn't seem to have a S_startup_dosync() handler, is that intended ? I'm not sure it performs sync on shutdown 21:13 < youpi> I mean, if I call sync before halt for shutting my hurd box down, I ha

[bug #17123] not unmounting file systems on system halt

2006-07-17 Thread Thomas Schwinge
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17123> Summary: not unmounting file systems on system halt Project: The GNU Hurd Submitted by: tschwinge Submitted on: Monday 07/17/06 at 11:09 Cate

Re: reboot&halt with su

2002-04-12 Thread Jeff Bailey
2002 at 06:00:47PM +0200, Gottfried M. Reimann wrote: > Hi! > > I4m able to reboot and halt logged in as root. But after logging in as > normal user and changing to root with "su" these command are not found: > > -- > log

reboot&halt with su

2002-04-12 Thread Gottfried M. Reimann
Hi! I´m able to reboot and halt logged in as root. But after logging in as normal user and changing to root with "su" these command are not found: -- login> login testuser Password: testuser@hurd:~$ whoami testuser testuser@hurd:~