[PATCH 3/3] vm: Mark entries as in-transition while wiring down

2024-04-05 Thread Sergey Bugaev
e kernel code is "well-behaved" and doesn't alter VM regions that it doesn't "own", it can still access adjacent regions. While this doesn't affect the region being wired down as such, it can still end up causing trouble due to extension & coalescence (mergi

Re: Debian GNU/Hurd takes forever to shut down

2022-09-12 Thread Saniya Maheshwari
mmediately shutdown (no other commands run). My observation is that 5 minutes after that line appears, the machine has still not shut down. Let me know what you think. Thanks, Saniya On Sat, Sep 10 2022 at 12:05:13 AM + +, Damien Zammit wrote: Hi, On 9/9/22 1:08 am, Saniya Mahesh

Re: Debian GNU/Hurd takes forever to shut down

2022-09-09 Thread Damien Zammit
Hi, On 9/9/22 1:08 am, Saniya Maheshwari wrote: > INIT: Switching to runlevel: 1 > INIT: No inittab.d directory found > INIT: Sending processes configured via /etc/inittab the TERM signal > Using makefile-style concurrent boot in runlevel 1. > Stopping enhanced syslogd: rsyslogd. > Asking all rema

Debian GNU/Hurd takes forever to shut down

2022-09-08 Thread Saniya Maheshwari
, and I noticed that it takes forever to shut down. I believe I am using the latest version of the said disk image (debian-hurd-20220824.img). The command I used to start the VM is: kvm -m 1G -drive cache=writeback,file=debian-hurd-20220824.img,format=raw -cpu host The last few log messages

Re: [PATCH] biosmem: Round down to nearest page memory map entries

2022-02-12 Thread Samuel Thibault
Damien Zammit, le sam. 12 févr. 2022 22:01:01 +, a ecrit: > @@ -263,8 +263,8 @@ biosmem_map_build(const struct multiboot_raw_info *mbi) > end = entry + BIOSMEM_MAX_MAP_SIZE; > > while ((mb_entry < mb_end) && (entry < end)) { > -entry->base_addr = mb_entry->base_addr; > +

[PATCH] biosmem: Round down to nearest page memory map entries

2022-02-12 Thread Damien Zammit
This fixes incorrect handling of page 0x9f000, for example, when the end offset in the e820 memory map is set to 0x9fc00. --- i386/i386at/biosmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i386/i386at/biosmem.c b/i386/i386at/biosmem.c index 4f0914ca..44983ead 100644

Re: Is darnassus down?

2019-11-24 Thread Samuel Thibault
Joan Lledó, le dim. 24 nov. 2019 20:58:56 +0100, a ecrit: > I can't access to the Hurd's wiki at darnassus > > http://darnassus.sceen.net/~hurd-web/ > > Is it down? It is still running a kernel with interrupt issues, it needs to be upgraded, yes. Samuel

Is darnassus down?

2019-11-24 Thread Joan Lledó
Hi, I can't access to the Hurd's wiki at darnassus http://darnassus.sceen.net/~hurd-web/ Is it down?

Re: Web server at darnassus is down

2018-04-12 Thread Joan Lledó
Great! now it's working. 2018-04-12 10:59 GMT+02:00 Samuel Thibault : > Hello, > > Joan Lledó, le jeu. 12 avril 2018 10:41:50 +0200, a ecrit: >> It seems http://darnassus.sceen.net/~hurd-web/ is down, I couldn't >> access the site in the last few days. > >

Re: Web server at darnassus is down

2018-04-12 Thread Samuel Thibault
Hello, Joan Lledó, le jeu. 12 avril 2018 10:41:50 +0200, a ecrit: > It seems http://darnassus.sceen.net/~hurd-web/ is down, I couldn't > access the site in the last few days. It seems something had gotten stuck indeed. It was up for almost a dozen weeks, I took the opportunity to jus

Web server at darnassus is down

2018-04-12 Thread Joan Lledó
Hello, It seems http://darnassus.sceen.net/~hurd-web/ is down, I couldn't access the site in the last few days.

Re: [PATCH 2/4] Push pruning old threads down to the target

2016-12-08 Thread Thomas Schwinge
gt; + target_update_thread_list (); >update_threads_executing (); > } Pushed to master: commit c752a4cccb99ba73f51eff74b394dcdcd26d4c59 Author: Thomas Schwinge Date: Wed May 25 18:54:40 2016 +0200 Hurd: Adjust to changes to "push pruning old threads down to the target&quo

Re: problem on shut-down

2014-04-11 Thread Riccardo Mottola
Hi, Justus Winter wrote: appears to be something with my xinted/telnetd! Could you please specify which packages you are using? Debian has three telnetd packages, and I don't seem to be able to locate the xinetd package at all. Justus dpkg-query shows me: ii telnet

Re: problem on shut-down

2014-04-10 Thread Justus Winter
Quoting Riccardo Mottola (2014-04-09 23:35:16) > Hi, > > I was able to investigate this more. I have the inconveninece that at > every HURD shtudown (even if graceful) I lookse my date&time in the bios... > > Justus Winter wrote: > >> Sometimes bugs can't be easily reproduced, sadly. One needs t

Re: problem on shut-down

2014-04-10 Thread Riccardo Mottola
Hi, let me add also: 4) connect through telnet, gracefully close the telnet connection by logging out, shut down: hang Riccardo Riccardo Mottola wrote: Hi, I was able to investigate this more. I have the inconveninece that at every HURD shtudown (even if graceful) I lookse my date&

Re: problem on shut-down

2014-04-09 Thread Riccardo Mottola
Hi, I was able to investigate this more. I have the inconveninece that at every HURD shtudown (even if graceful) I lookse my date&time in the bios... Justus Winter wrote: Sometimes bugs can't be easily reproduced, sadly. One needs to gather >information in the best possible way then... Yes,

Re: problem on shut-down

2014-04-04 Thread Justus Winter
ltiserver OS like Hurd, because stopping > > vital system servers will most likely also prevent killall5 from > > completing its job (e.g. killall5 used to stop procfs and then it > > tried to iterate over /proc, resulting in a deadlock). > Do we have a precedence problem here? Wha

Re: problem on shut-down

2014-04-04 Thread Riccardo Mottola
ompleting its job (e.g. killall5 used to stop procfs and then it tried to iterate over /proc, resulting in a deadlock). Do we have a precedence problem here? To prevent this, I came up with 5f536bc5ae7948555af12b105a97aa887fe5da48 ff. I trust you are running the stock Debian/Hurd package? I a

Re: problem on shut-down

2014-04-04 Thread Justus Winter
97aa887fe5da48 ff. I trust you are running the stock Debian/Hurd package? > I shut down from console and had a remote connection open. At this point > even issuing a "sync" will hang and I need to cut the machine's power Please be more specific when reporting this, as ideall

Re: problem on shut-down

2014-04-03 Thread Riccardo Mottola
89 - S 109 - S--mode=1777 tmpfs 194 - S--mode=1777 tmpfs 216 - S 582 - S--fast 599 - S192.168.1.254 -m 2 600 - So0:00.01 /hurd/devnode -M /dev/netdde eth0 601 - SI shut down from console and had a remote connection open. At this point even issuing a "sync"

Re: problem on shut-down

2014-04-02 Thread Riccardo Mottola
internet superserver: inetd. multix@ithil:/var/log$ sudo /etc/init.d/openbsd-inetd start [sudo] password for multix: [ ok ] Starting internet superserver: inetd. I should try perhaps just booting an shuttingo down, to see how a clean system works. Are you doing anything that might trigger this that I&#

Re: problem on shut-down

2014-04-02 Thread Justus Winter
to filesystem where everything did hang. That is it looks that > it is not just one hanging... I just did 'poweroff &' without and with openbsd-inetd installed, the system shut down properly. Note that we don't do apm or acpi, so the system won't power down at the end. If

Re: problem on shut-down

2014-04-02 Thread Riccardo Mottola
should try perhaps just booting an shuttingo down, to see how a clean system works. what should I do with "set -x" ? Please explain further... Riccardo

Re: problem on shut-down

2014-04-01 Thread Justus Winter
Quoting Riccardo Mottola (2014-04-01 09:24:21) > my box hangs when shutting down. When it comes to "stopping the internet > superdaemon inetd" it just hangs. :/ As a workaround, using {reboot,halt}-hurd is safe (filesystem-wise) even when using sysvinit. Using those comm

problem on shut-down

2014-04-01 Thread Riccardo Mottola
Hi, my box hangs when shutting down. When it comes to "stopping the internet superdaemon inetd" it just hangs. Riccardo

Re: down?

2013-06-08 Thread Thomas Schwinge
> > > replaces the dead link with a working one. > > > > > [ mkernelconstructionurl.patch: application/octet-stream (as text/x-diff) > > > ] > > > 14c14 > > > < [[Liedtke]] explains in [On Microkernel > > > Construction](http://l4ka.org/publications/paper.php?docid=6

down? (was: Fixed dead link on hurd-web)

2013-06-06 Thread Thomas Schwinge
> replaces the dead link with a working one. > > > [ mkernelconstructionurl.patch: application/octet-stream (as text/x-diff) ] > > 14c14 > > < [[Liedtke]] explains in [On Microkernel > > Construction](http://l4ka.org/publications/paper.php?docid=642) >

Re: Public Hurd box down for a few days

2012-11-27 Thread Richard Braun
On Tue, Nov 20, 2012 at 04:03:04PM +0100, Richard Braun wrote: > The public Hurd box darnassus.sceen.net suffered a problem (due to human > error when updating kernel/libc/hurd servers), which caused a fatal > corruption of the root file system. The machine needs to be completely > reinstalled, and

Public Hurd box down for a few days

2012-11-20 Thread Richard Braun
Hello, The public Hurd box darnassus.sceen.net suffered a problem (due to human error when updating kernel/libc/hurd servers), which caused a fatal corruption of the root file system. The machine needs to be completely reinstalled, and this won't be done before a few days. Hopefully, the /home fil

Re: flubber and grubber down; wiki

2012-08-08 Thread Samuel Thibault
Thomas Schwinge, le Wed 08 Aug 2012 23:56:34 +0200, a écrit : > On Wed, 8 Aug 2012 23:30:16 +0200, Samuel Thibault > wrote: > > Thomas Schwinge, le Sun 05 Aug 2012 14:05:10 +0200, a écrit : > > > On Fri, 22 Jun 2012 09:52:28 +0200, I wrote: > > > > Two days ago, zenhost (the Xen dom0 hosting flub

Re: flubber and grubber down; wiki

2012-08-08 Thread Thomas Schwinge
Hi! On Wed, 8 Aug 2012 23:30:16 +0200, Samuel Thibault wrote: > Thomas Schwinge, le Sun 05 Aug 2012 14:05:10 +0200, a écrit : > > On Fri, 22 Jun 2012 09:52:28 +0200, I wrote: > > > Two days ago, zenhost (the Xen dom0 hosting flubber, grubber, snubber) > > > rebooted, and now the root file system

Re: flubber and grubber down; wiki

2012-08-08 Thread Samuel Thibault
Thomas Schwinge, le Sun 05 Aug 2012 14:05:10 +0200, a écrit : > On Fri, 22 Jun 2012 09:52:28 +0200, I wrote: > > Two days ago, zenhost (the Xen dom0 hosting flubber, grubber, snubber) > > rebooted, and now the root file systems of flubber and grubber are > > sufficiently damaged that they don't boo

Re: flubber and grubber down; wiki

2012-08-05 Thread Thomas Schwinge
Hi! On Fri, 22 Jun 2012 09:52:28 +0200, I wrote: > Two days ago, zenhost (the Xen dom0 hosting flubber, grubber, snubber) > rebooted, and now the root file systems of flubber and grubber are > sufficiently damaged that they don't boot anymore (hangs after starting > the exec server, init would be

flubber and grubber down; wiki

2012-06-22 Thread Thomas Schwinge
Hi! Two days ago, zenhost (the Xen dom0 hosting flubber, grubber, snubber) rebooted, and now the root file systems of flubber and grubber are sufficiently damaged that they don't boot anymore (hangs after starting the exec server, init would be next). snubber, the machine behind etc. is fine. T

Re: freenode.net down?

2011-09-16 Thread Svante Signell
On Fri, 2011-09-16 at 23:54 +0200, Thomas Schwinge wrote: > Hi! > > > > | It's just you. http://freenode.net is up. > > ;-) > > > Grüße, > Thomas I had to downgrade network-manager from 0.9.0-2 to 0.8.4.0-2 to make irc work again. Will f

Re: freenode.net down?

2011-09-16 Thread Thomas Schwinge
Hi! | It's just you. http://freenode.net is up. ;-) Grüße, Thomas pgpDkh5QujEgG.pgp Description: PGP signature

freenode.net down?

2011-09-16 Thread Svante Signell
See the subject.

Re: flubber down for re-installation

2010-10-10 Thread Thomas Schwinge
Hello! On Fri, Oct 08, 2010 at 09:21:52AM +0200, I wrote: > It's been a really long-long time (hooray!), but now flubber's root file > system is totally hosed, and thus needs to be re-installed. > I'll do this over the > weekend. /home/ etc. are not affected, thanks to being on a separate > part

Re: flubber down for re-installation

2010-10-08 Thread Thomas Schwinge
Hello! On Fri, Oct 08, 2010 at 09:21:52AM +0200, I wrote: > It's been a really long-long time (hooray!), but now flubber's root file > system is totally hosed, and thus needs to be re-installed. 2008-08-02 -- that's more than two years ago! Regards, Thomas signature.asc Description: Digital

flubber down for re-installation

2010-10-08 Thread Thomas Schwinge
Hello! It's been a really long-long time (hooray!), but now flubber's root file system is totally hosed, and thus needs to be re-installed. (I've been running apt-get dist-upgrade when the box apparently crashed.) Running e2fsck on it spew out over 50.000 lines of illegal and multiply-claimed bl

Re: blubber and grubber down

2010-03-02 Thread Barry deFreese
On 3/2/2010 8:48 AM, Thomas Schwinge wrote: > Hello! > > On Mon, Mar 01, 2010 at 11:09:35PM +0100, Ludovic Courtès wrote: >> Thomas Schwinge writes: >>> But now grubber is re-installed, too. >> >> ‘goober’ and ‘clubber’ are down, too. > > OK, but I

Re: blubber and grubber down

2010-03-02 Thread Thomas Schwinge
Hello! On Mon, Mar 01, 2010 at 11:09:35PM +0100, Ludovic Courtès wrote: > Thomas Schwinge writes: > > But now grubber is re-installed, too. > > ‘goober’ and ‘clubber’ are down, too. OK, but I can't do anything about these: I can only manage those that are domUs on zenhost,

Re: blubber and grubber down

2010-03-02 Thread Ludovic Courtès
888/~hurd-web/public_hurd_boxen/zenhost/> now >> documents the installation process, so that someday another person can do >> this, too. > > This totally moved out of my radar, and nobody complained. But now > grubber is re-installed, too. ‘goober’ and ‘clubber’ are down, too. Thanks, Ludo’.

Re: blubber and grubber down

2010-03-01 Thread Thomas Schwinge
Hello! On Tue, Nov 10, 2009 at 05:47:24PM +0100, I wrote: > On Sun, Nov 08, 2009 at 11:45:39AM +0100, I wrote: > > I think I'll reinstall them later today (preserving /home/, of course). > > Sergiu rightfully so reminded me that I had forgotten to do that. > blubber is again up running, and grubb

Re: blubber and grubber down

2009-11-10 Thread Michael Banck
On Tue, Nov 10, 2009 at 05:47:24PM +0100, Thomas Schwinge wrote: > Hello! > > On Sun, Nov 08, 2009 at 11:45:39AM +0100, I wrote: > > I think I'll reinstall them later today (preserving /home/, of course). > > Sergiu rightfully so reminded me that I had forgotten to do that. > blubber is again up

Re: blubber and grubber down

2009-11-10 Thread Thomas Schwinge
Hello! On Sun, Nov 08, 2009 at 11:45:39AM +0100, I wrote: > I think I'll reinstall them later today (preserving /home/, of course). Sergiu rightfully so reminded me that I had forgotten to do that. blubber is again up running, and grubber will be in some days -- realistically. ;-) (I did some ch

blubber and grubber down (was: Someone interested in writing a regression test suite for Hurd components?)

2009-11-08 Thread Thomas Schwinge
Hello! On Sun, Nov 08, 2009 at 11:31:22AM +0100, I wrote: > Running rpctrace on /bin/true, ten lines somewhere in the middle: Wow. Actually that was ``rpctrace /bin/true | head -n 100 | tail -n 10'' -- and it crashed both blubber and grubber where I was running the command on. Perhaps due to SI

Re: Shutting down some Hurd mailing lists?

2009-10-24 Thread Arne Babenhauserheide
Am Samstag, 24. Oktober 2009 09:35:22 schrieb olafbuddenha...@gmx.net: > And we can always think about splitting them up again, when the traffic > really becomes a problem... OK, agreed :) Best wishes, Arne --- --- --- --- --- --- --- --- --- Unpolitisch sein heißt politisch sein, ohne es zu

Re: Shutting down some Hurd mailing lists?

2009-10-24 Thread olafBuddenhagen
Hi, On Tue, Sep 29, 2009 at 12:37:42PM -0700, Roland McGrath wrote: > IIRC hurd-devel was a private list, so if you shut it down just shut > it down completely rather than making it forward anywhere. It was public but invite-only. Not sure whether that's what you mean by "private"... -antrik-

Re: Shutting down some Hurd mailing lists?

2009-10-24 Thread olafBuddenhagen
Hi, On Tue, Sep 29, 2009 at 09:32:51PM +0200, Thomas Schwinge wrote: > Which brings us (back?) to another topic: should we shut down some > Hurd mailing lists? web-hurd and hurd-devel aren't being used at all; > help-hurd hardly so; what about l4-hurd? I'd say: > &

Re: Shutting down some Hurd mailing lists?

2009-10-24 Thread olafBuddenhagen
Hi, On Wed, Sep 30, 2009 at 12:24:41AM +0200, Arne Babenhauserheide wrote: > Am Dienstag, 29. September 2009 21:32:51 schrieb Thomas Schwinge: > > * help-hurd: mostly unused, shut down. Forward to bug-hurd. > > Rationale: people seeking help about using the Hurd end up on t

Re: Shutting down some Hurd mailing lists? (was: News 2009-08-31, documentation, wiki)

2009-09-29 Thread Arne Babenhauserheide
Am Dienstag, 29. September 2009 21:32:51 schrieb Thomas Schwinge: > > And adding another list will make the Hurd lists less accessible. > > Which brings us (back?) to another topic: should we shut down some Hurd > mailing lists? web-hurd and hurd-devel aren't being used

Re: Shutting down some Hurd mailing lists? (was: News 2009-08-31, documentation, wiki)

2009-09-29 Thread Roland McGrath
IIRC hurd-devel was a private list, so if you shut it down just shut it down completely rather than making it forward anywhere.

Shutting down some Hurd mailing lists? (was: News 2009-08-31, documentation, wiki)

2009-09-29 Thread Thomas Schwinge
> > And adding another list will make the Hurd lists less accessible. Which brings us (back?) to another topic: should we shut down some Hurd mailing lists? web-hurd and hurd-devel aren't being used at all; help-hurd hardly so; what about l4-hurd? I'd say: * web-hurd:

Re: [PATCH 2/4] Go away when the mountee has been shut down.

2009-08-17 Thread Sergiu Ivanov
Hello, On Sun, Aug 16, 2009 at 09:55:26PM +0200, olafbuddenha...@gmx.net wrote: > On Mon, Aug 03, 2009 at 11:37:50PM +0300, Sergiu Ivanov wrote: > > On Wed, Jul 29, 2009 at 10:47:53AM +0200, olafbuddenha...@gmx.net wrote: > > > > Hm... While this keeps the code surprisingly simple, it is a rather

[PATCH 2/4] Go away when the mountee has been shut down.

2009-08-17 Thread Sergiu Ivanov
*/ uid_t * uids; @@ -133,6 +137,31 @@ start_mountee (node_t * np, char * argz, size_t argz_len, int flags, return err; } /* start_mountee */ +/* Listens to the MACH_NOTIFY_DEAD_NAME notification for the port on + the control port of the mountee. */ +er

Re: [PATCH 2/4] Go away when the mountee has been shut down.

2009-08-17 Thread olafBuddenhagen
Hi, On Mon, Aug 03, 2009 at 11:37:50PM +0300, Sergiu Ivanov wrote: > On Wed, Jul 29, 2009 at 10:47:53AM +0200, olafbuddenha...@gmx.net wrote: > > On Fri, Jul 17, 2009 at 01:57:33PM +0300, Sergiu Ivanov wrote: > > Hm... While this keeps the code surprisingly simple, it is a rather > > unusual appr

Re: [PATCH 2/4] Go away when the mountee has been shut down.

2009-08-03 Thread Sergiu Ivanov
14 Jul 2009 19:41:41 + > > Subject: [PATCH 2/4] Go away when the mountee has been shut down. > > > > * mount.c (mountee_control): New variable. > > (mountee_listen_port): Likewise. > > (start_mountee): Store the control port of the mountee i

Re: [PATCH 2/4] Go away when the mountee has been shut down.

2009-07-29 Thread olafBuddenhagen
Hi, On Fri, Jul 17, 2009 at 01:57:33PM +0300, Sergiu Ivanov wrote: > >From ba1a38092c3b79c5c4668c159a7a1640c6d94c51 Mon Sep 17 00:00:00 2001 > From: Sergiu Ivanov > Date: Tue, 14 Jul 2009 19:41:41 + > Subject: [PATCH 2/4] Go away when the mountee has been shut down.

[PATCH 2/4] Go away when the mountee has been shut down.

2009-07-17 Thread Sergiu Ivanov
>From ba1a38092c3b79c5c4668c159a7a1640c6d94c51 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 14 Jul 2009 19:41:41 + Subject: [PATCH 2/4] Go away when the mountee has been shut down. * mount.c (mountee_control): New variable. (mountee_listen_port): Likewise. (start_mountee): St

Hunt down non-GPLv3-compatible code

2008-11-15 Thread Davi Leal
In discussion with William Leslie (verte) in the #hurd IRC channel, the idea of getting rid of GPLv2 only code was exposed. A kernel under "GPLv3 or later" would be great. Optionally with some "BSD" code. Maybe it could be one of the long-term target of "the Hurd roadmap". Currently gnumac

[bug #24383] ftpfs: Hang if network is down

2008-09-26 Thread Remco Bras
URL: <http://savannah.gnu.org/bugs/?24383> Summary: ftpfs: Hang if network is down Project: The GNU Hurd Submitted by: rvbras Submitted on: Fri 26 Sep 2008 09:37:01 PM CEST Category: Hurd Servers Se

Turned down for a home loan?

2004-06-18 Thread Use Your Equity
RE: Thinking of Re-Modeling your home? Use the value in your home for any reason. Put your home's equity to good use: New room addition, complete re-model, new car, children's tuition...etc. Now's the time - Before rates go up... * Lock 1.95% today * No-obligation Quote * ANY Credit is OK * It'

down

2004-04-16 Thread fafdyvf
Lorie * The cablefilterz will allow you to receive all the channels that you order with your remote control,__ payperviews,aXXXmovies,sport events,special-events) http://www.8006hosting.com/cable/ salk ,evansville . ___ Bug-hurd mailing list [EMAIL P