Re: too many warning messages from gnumach

2010-03-21 Thread Da Zheng
Hi, On 10-3-22 上午1:09, Samuel Thibault wrote: >> I'm still not sure. The number of pageouts isn't 0 but vmstat doesn't give me >> anything about swap area. vmstat --swap-active shows me nothing. >> Is swap disabled? > > I'd tend to think so. What is pageouts? Is it not the number of pages that ar

[bug #29292] ext2 filesystem doesn't sync properly on shutdown

2010-03-21 Thread Emilio Pozuelo Monfort
URL: Summary: ext2 filesystem doesn't sync properly on shutdown Project: The GNU Hurd Submitted by: pochu Submitted on: Sun 21 Mar 2010 10:09:40 PM GMT Category: None

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

2010-03-21 Thread Emilio Pozuelo Monfort
URL: 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: None

[bug #28934] execve(path, args) should take path as a a relative path if it doesn't contain slashes

2010-03-21 Thread Emilio Pozuelo Monfort
Follow-up Comment #7, bug #28934 (project hurd): The attached two patches fix this by adding a new exec flag in Hurd, EXEC_FILE_NAME, that will make the exec server to not look at PATH, but just exec the name it's been passed, even if it doesn't contain slashes. Then we add a new _hurd_exec_file

Re: too many warning messages from gnumach

2010-03-21 Thread Samuel Thibault
Da Zheng, le Mon 22 Mar 2010 00:58:10 +0800, a écrit : > On 10-3-22 上午12:32, Samuel Thibault wrote: > > Da Zheng, le Sun 21 Mar 2010 18:55:48 +0800, a écrit : > >> Do I disable swap in the right way? > > > > You can ask vmstat whether it's really disabled. If it is, there is > > probably a bug in

Re: too many warning messages from gnumach

2010-03-21 Thread Da Zheng
On 10-3-22 上午12:32, Samuel Thibault wrote: > Da Zheng, le Sun 21 Mar 2010 18:55:48 +0800, a écrit : >> Do I disable swap in the right way? > > You can ask vmstat whether it's really disabled. If it is, there is > probably a bug in Mach in finding argv[0]. I'm still not sure. The number of pageouts

Re: too many warning messages from gnumach

2010-03-21 Thread Samuel Thibault
Da Zheng, le Sun 21 Mar 2010 18:55:48 +0800, a écrit : > Do I disable swap in the right way? You can ask vmstat whether it's really disabled. If it is, there is probably a bug in Mach in finding argv[0]. Samuel

Re: Aren't spinlocks missing a memory clobber? [Was: ext2fs crashes lately]

2010-03-21 Thread Samuel Thibault
Thomas Schwinge, le Sat 20 Mar 2010 10:23:06 +0100, a écrit : > Yet, I just hit that one again: > > ext2fs: /var/tmp/hurd-20090404/./libports/port-ref.c:31: ports_port_ref: > Assertion `pi->refcnt || pi->weakrefcnt' failed. > > Samuel, I presume that version does include the glibc fix? Yes.

Re: too many warning messages from gnumach

2010-03-21 Thread Da Zheng
Hi, On 10-3-17 下午8:39, Samuel Thibault wrote: > > Mmm, the command column is normally only empty if the page got swapped > out. If you disable the swap completely, there shouldn't be a problem. How do I disable swap? I thought if I don't run mach-defpager and swapon, swap is disabled. I comment t