* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
@ 2010-01-01 23:14 ` bugzilla-daemon
2010-01-02 13:19 ` bugzilla-daemon
` (10 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-01 23:14 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #1 from Artem S. Tashkinov <t.artem@mailcity.com> 2010-01-01 23:14:38 ---
Created an attachment (id=24399)
--> (http://bugzilla.kernel.org/attachment.cgi?id=24399)
.config; dmesg; lspci; hdparm -I
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
2010-01-01 23:14 ` [Bug 14972] " bugzilla-daemon
@ 2010-01-02 13:19 ` bugzilla-daemon
2010-01-02 15:10 ` bugzilla-daemon
` (9 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-02 13:19 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
Theodore Tso <tytso@mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tytso@mit.edu
--- Comment #2 from Theodore Tso <tytso@mit.edu> 2010-01-02 13:19:23 ---
Regression from what? Ext3? Or some earlier kernel version?
What arguments are you giving to this test program of yours? It looks like it
does some number of reads and/or writes to the file, and then calls 10,000
msyncs with 50ms wait between each msync.
I'm not seeing any disk activity as a result. Was anything else reading or
writing to the file or to the file system at the same time?
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
2010-01-01 23:14 ` [Bug 14972] " bugzilla-daemon
2010-01-02 13:19 ` bugzilla-daemon
@ 2010-01-02 15:10 ` bugzilla-daemon
2010-01-02 16:47 ` bugzilla-daemon
` (8 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-02 15:10 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #3 from Artem S. Tashkinov <t.artem@mailcity.com> 2010-01-02 15:10:03 ---
(In reply to comment #2)
> Regression from what? Ext3? Or some earlier kernel version?
Regression from ext3.
>
> What arguments are you giving to this test program of yours? It looks like it
> does some number of reads and/or writes to the file, and then calls 10,000
> msyncs with 50ms wait between each msync.
While doing those msync()s mmap file is unchanged, but ...
>
> I'm not seeing any disk activity as a result. Was anything else reading or
> writing to the file or to the file system at the same time?
... my HDD led keeps flashing continuously which certainly means some disk
activity. Should I attach a video showing this abnormality on kernel 2.6.32.2
on runlevel 1 with no application running except bash and this application?
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (2 preceding siblings ...)
2010-01-02 15:10 ` bugzilla-daemon
@ 2010-01-02 16:47 ` bugzilla-daemon
2010-01-02 16:48 ` bugzilla-daemon
` (7 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-02 16:47 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #4 from Theodore Tso <tytso@mit.edu> 2010-01-02 16:47:35 ---
OK, so that's not technically a regression as far as what the kernel bugzilla
field is concerned.
>... my HDD led keeps flashing continuously which certainly means some disk
>activity. Should I attach a video showing this abnormality on kernel 2.6.32.2
>on runlevel 1 with no application running except bash and this application?
What would be much more useful would be to install blktrace, and then attach
the output of "btrace /dev/sdXX" while this application is running.
When I do the test, I am seeing some excess write barriers which we can
optimize away:
254,3 0 1148 31.613064584 10904 Q WB [test]
254,3 0 1149 31.664270330 10904 Q WB [test]
254,3 0 1150 31.715259078 10904 Q WB [test]
254,3 0 1151 31.772662156 10904 Q WB [test]
254,3 0 1152 31.827932269 10904 Q WB [test]
254,3 0 1153 31.883122551 10904 Q WB [test]
but that's not a disaster. (If there is no pending writes from other
applications, this won't cause any extra hard drive activity.)
I'd like to confirm whether you are seeing anything more, since at least for me
on my system, empty write barriers don't cause the hard drive activity light to
go on. Maybe it does for your system, though. I'd like to confirm this since
because if it's just a matter of extra (unnecessary) write barriers, we would
prioritize this as a much lower priority bug to tackle than if there's
something else going on.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (3 preceding siblings ...)
2010-01-02 16:47 ` bugzilla-daemon
@ 2010-01-02 16:48 ` bugzilla-daemon
2010-01-02 16:54 ` bugzilla-daemon
` (6 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-02 16:48 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
Theodore Tso <tytso@mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Regression|Yes |No
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (4 preceding siblings ...)
2010-01-02 16:48 ` bugzilla-daemon
@ 2010-01-02 16:54 ` bugzilla-daemon
2010-01-02 17:54 ` bugzilla-daemon
` (5 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-02 16:54 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #5 from Artem S. Tashkinov <t.artem@mailcity.com> 2010-01-02 16:54:28 ---
What debug options are needed for blktrace?
blktrace /dev/sda
Invalid debug path /sys/kernel/debug: 2/No such file or directory
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (5 preceding siblings ...)
2010-01-02 16:54 ` bugzilla-daemon
@ 2010-01-02 17:54 ` bugzilla-daemon
2010-01-03 10:31 ` bugzilla-daemon
` (4 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-02 17:54 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #6 from Theodore Tso <tytso@mit.edu> 2010-01-02 17:54:54 ---
You need to compile kernel with CONFIG_BLK_DEV_IO_TRACE and then you need to
make sure that the debugfs file system is mounted in /sys/kernel/debug, i.e.:
mount -t debugfs none /sys/kernel/debug
The following documentation is from 2007, so there are some newer features (and
the underlying implementation has moved to using ftrace), but the basic user
interface hasn't changed much:
http://pdfedit.petricek.net/bt/file_download.php?file_id=17&type=bug
More information:
http://www.gelato.org/pdf/apr2006/gelato_ICE06apr_blktrace_brunelle_hp.pdf
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (6 preceding siblings ...)
2010-01-02 17:54 ` bugzilla-daemon
@ 2010-01-03 10:31 ` bugzilla-daemon
2010-01-03 12:11 ` bugzilla-daemon
` (3 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-03 10:31 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #7 from Artem S. Tashkinov <t.artem@mailcity.com> 2010-01-03 10:31:49 ---
Created an attachment (id=24417)
--> (http://bugzilla.kernel.org/attachment.cgi?id=24417)
trace pipe output
blktrace produces zero output, so I'm attaching trace pipe output while running
this test application.
I tried using blktrace this way:
# mount -t debugfs nul /sys/kernel/debug
# echo blk > /sys/kernel/debug/tracing/current_tracer
# echo 1 > /sys/block/sda/sda3/trace/enable
# blktrace /dev/sda3
BLKTRACESETUP(2) /dev/sda3 failed: 16/Device or resource busy
Thread 0 failed open /sys/kernel/debug/block/(null)/trace0: 2/No such file or
directory
Thread 1 failed open /sys/kernel/debug/block/(null)/trace1: 2/No such file or
directory
FAILED to start thread on CPU 0: 1/Operation not permitted
FAILED to start thread on CPU 1: 1/Operation not permitted
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (7 preceding siblings ...)
2010-01-03 10:31 ` bugzilla-daemon
@ 2010-01-03 12:11 ` bugzilla-daemon
2010-01-03 12:38 ` bugzilla-daemon
` (2 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-03 12:11 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #8 from Theodore Tso <tytso@mit.edu> 2010-01-03 12:11:56 ---
I'm not sure why you are getting the device busy or resource busy error to the
BLKTRACESETUP ioctl. Are you sure this is a kernel with the blktrace support
configured in? And I assume the '#' error message indicates that you are
running as root. You don't have SELinux or some other LSM configured, do you?
Blktrace running alone does not produce output; it produces trace files for
each CPU that can be parsed using the blkparse program. If you look back,
you'll see that I suggested running the btrace program after you install the
blktrace package. The btrace program is a convenience script which runs
blktrace and blkparse to produce immediate output to standard out. There are
man pages for blktrace, blkparse, and btrace which should have been installed
when you installed the binaries for blktrace.
Still, it shouldn't have spit out those error messages....
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (8 preceding siblings ...)
2010-01-03 12:11 ` bugzilla-daemon
@ 2010-01-03 12:38 ` bugzilla-daemon
2010-01-04 3:35 ` bugzilla-daemon
2010-01-04 10:05 ` bugzilla-daemon
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-03 12:38 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #9 from Artem S. Tashkinov <t.artem@mailcity.com> 2010-01-03 12:38:54 ---
grep BLK.*TRACE /usr/src/linux/.config
CONFIG_BLK_DEV_IO_TRACE=y
Yes, I'm running under root. SeLinux is disabled in the kernel. I've no idea
what to do :(
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (9 preceding siblings ...)
2010-01-03 12:38 ` bugzilla-daemon
@ 2010-01-04 3:35 ` bugzilla-daemon
2010-01-04 10:05 ` bugzilla-daemon
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-04 3:35 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
Eric Sandeen <sandeen@redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sandeen@redhat.com
--- Comment #10 from Eric Sandeen <sandeen@redhat.com> 2010-01-04 03:35:22 ---
(In reply to comment #9)
> grep BLK.*TRACE /usr/src/linux/.config
>
> CONFIG_BLK_DEV_IO_TRACE=y
>
> Yes, I'm running under root. SeLinux is disabled in the kernel. I've no idea
> what to do :(
Drop the echos. Just mounting debugfs & running blktrace will suffice:
[root@inode ~]# mount -t debugfs none /sys/kernel/debug/
[root@inode ~]# blktrace /dev/sda
^C=== sda ===
CPU 0: 0 events, 0 KiB data
CPU 1: 1 events, 1 KiB data
Total: 1 events (dropped 0), 1 KiB data
but if you do this first:
[root@inode ~]# echo blk > /sys/kernel/debug/tracing/current_tracer
[root@inode ~]# echo 1 > /sys/block/sda/sda3/trace/enable
you get the -EBUSY:
[root@inode ~]# blktrace /dev/sda
BLKTRACESETUP(2) /dev/sda failed: 16/Device or resource busy
Thread 1 failed open /sys/kernel/debug/block/(null)/trace1: 2/No such file or
directory
Thread 0 failed open /sys/kernel/debug/block/(null)/trace0: 2/No such file or
directory
FAILED to start thread on CPU 0: 1/Operation not permitted
FAILED to start thread on CPU 1: 1/Operation not permitted
It's not related to selinux.
-Eric
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
` (10 preceding siblings ...)
2010-01-04 3:35 ` bugzilla-daemon
@ 2010-01-04 10:05 ` bugzilla-daemon
11 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2010-01-04 10:05 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #11 from Artem S. Tashkinov <t.artem@mailcity.com> 2010-01-04 10:05:42 ---
Created an attachment (id=24427)
--> (http://bugzilla.kernel.org/attachment.cgi?id=24427)
blktrace for /dev/sda while running the test application
Thank you very much, Eric!
It seems like a lot of documentation needs to be updated.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
[not found] <bug-14972-13602@https.bugzilla.kernel.org/>
@ 2011-03-03 11:25 ` bugzilla-daemon
2012-01-11 0:08 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2011-03-03 11:25 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=14972
Sergiy Zuban <s.zuban@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |s.zuban@gmail.com
--- Comment #12 from Sergiy Zuban <s.zuban@gmail.com> 2011-03-03 11:25:02 ---
due to bad implementation of some apps/libs this bug cause continual disk
access (HDD led is always ON) and possible disk damage. Is there a chance to
somehow speed up release of fix for this bug (it's been reported over a year
ago)? I believe the first step to change status to CONFIRMED.
Many people noticed unusual disk activity after upgrade to ext4:
https://bbs.archlinux.org/viewtopic.php?pid=692073
http://bugs.winehq.org/show_bug.cgi?id=24044#c13
http://www.justlinux.com/forum/showthread.php?p=891737
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
[not found] <bug-14972-13602@https.bugzilla.kernel.org/>
2011-03-03 11:25 ` [Bug 14972] [regression] msync() call on ext4 causes disk thrashing bugzilla-daemon
@ 2012-01-11 0:08 ` bugzilla-daemon
2012-03-17 8:46 ` bugzilla-daemon
2012-03-17 9:07 ` bugzilla-daemon
3 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2012-01-11 0:08 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=14972
Artem S. Tashkinov <t.artem@mailcity.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |CODE_FIX
--- Comment #13 from Artem S. Tashkinov <t.artem@mailcity.com> 2012-01-11 00:07:59 ---
In one of recent kernels (somewhere around 2.6.38) this issue was fixed.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
[not found] <bug-14972-13602@https.bugzilla.kernel.org/>
2011-03-03 11:25 ` [Bug 14972] [regression] msync() call on ext4 causes disk thrashing bugzilla-daemon
2012-01-11 0:08 ` bugzilla-daemon
@ 2012-03-17 8:46 ` bugzilla-daemon
2012-03-17 9:07 ` bugzilla-daemon
3 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2012-03-17 8:46 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #14 from Sergiy Zuban <s.zuban@gmail.com> 2012-03-17 08:46:13 ---
can someone else confirm it was really fixed? I'm still getting continual HDD
activity on Linux laptop 3.0.0-16-generic #28-Ubuntu SMP Fri Jan 27 17:50:54
UTC 2012 i686 i686 i386 GNU/Linux in some apps (e.g. Miranda IM
http://bugs.winehq.org/show_bug.cgi?id=24044#c13)
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug 14972] [regression] msync() call on ext4 causes disk thrashing
[not found] <bug-14972-13602@https.bugzilla.kernel.org/>
` (2 preceding siblings ...)
2012-03-17 8:46 ` bugzilla-daemon
@ 2012-03-17 9:07 ` bugzilla-daemon
3 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2012-03-17 9:07 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=14972
--- Comment #15 from Artem S. Tashkinov <t.artem@mailcity.com> 2012-03-17 09:07:57 ---
(In reply to comment #14)
> can someone else confirm it was really fixed? I'm still getting continual HDD
> activity on Linux laptop 3.0.0-16-generic #28-Ubuntu SMP Fri Jan 27 17:50:54
> UTC 2012 i686 i686 i386 GNU/Linux in some apps (e.g. Miranda IM
> http://bugs.winehq.org/show_bug.cgi?id=24044#c13)
Please, try the attachment from comment 1. If you run it your HDD LED shouldn't
light up, if it does then this bug is certainly not fixed.
Like I said "it works for me":
/dev/sdaX on / type ext4 (rw,noatime,nobarrier)
/dev/sdaX on /home type ext4 (rw,noatime,nobarrier)
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2012-03-17 9:07 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-14972-13602@https.bugzilla.kernel.org/>
2011-03-03 11:25 ` [Bug 14972] [regression] msync() call on ext4 causes disk thrashing bugzilla-daemon
2012-01-11 0:08 ` bugzilla-daemon
2012-03-17 8:46 ` bugzilla-daemon
2012-03-17 9:07 ` bugzilla-daemon
2010-01-01 23:09 [Bug 14972] New: " bugzilla-daemon
2010-01-01 23:14 ` [Bug 14972] " bugzilla-daemon
2010-01-02 13:19 ` bugzilla-daemon
2010-01-02 15:10 ` bugzilla-daemon
2010-01-02 16:47 ` bugzilla-daemon
2010-01-02 16:48 ` bugzilla-daemon
2010-01-02 16:54 ` bugzilla-daemon
2010-01-02 17:54 ` bugzilla-daemon
2010-01-03 10:31 ` bugzilla-daemon
2010-01-03 12:11 ` bugzilla-daemon
2010-01-03 12:38 ` bugzilla-daemon
2010-01-04 3:35 ` bugzilla-daemon
2010-01-04 10:05 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).