* no msg when linux-kernel boot.
@ 2002-07-12 8:21 louie miranda
2002-07-12 8:22 ` Roy Sigurd Karlsbakk
0 siblings, 1 reply; 5+ messages in thread
From: louie miranda @ 2002-07-12 8:21 UTC (permalink / raw)
To: linux-kernel
Hi,
I saw this server twice. When she boots, it does not show extra kernel
"echo, requests" (Initializations)
ex:
LILO: linux...
Booting the kernel
and after that it pauses for a little while
and just shows the login prompt
Linux
Login:
---
Any ideas on this is much appreciated..
Thanks,
Louie...
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: no msg when linux-kernel boot.
2002-07-12 8:21 no msg when linux-kernel boot louie miranda
@ 2002-07-12 8:22 ` Roy Sigurd Karlsbakk
0 siblings, 0 replies; 5+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-07-12 8:22 UTC (permalink / raw)
To: louie miranda, linux-kernel
you wouødn't have a 'console=ttyS0' line or something in LILO/GRUB, would you?
On Friday 12 July 2002 10:21, louie miranda wrote:
> Hi,
>
> I saw this server twice. When she boots, it does not show extra kernel
> "echo, requests" (Initializations)
>
> ex:
>
>
> LILO: linux...
> Booting the kernel
>
> and after that it pauses for a little while
>
> and just shows the login prompt
>
>
> Linux
>
> Login:
>
>
> ---
>
> Any ideas on this is much appreciated..
>
>
>
>
>
> Thanks,
> Louie...
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Roy Sigurd Karlsbakk, Datavaktmester
Computers are like air conditioners.
They stop working when you open Windows.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Disk IO statistics still buggy
@ 2002-07-06 7:48 Andries Brouwer
2002-07-06 13:42 ` Thunder from the hill
0 siblings, 1 reply; 5+ messages in thread
From: Andries Brouwer @ 2002-07-06 7:48 UTC (permalink / raw)
To: Bill Davidsen; +Cc: Adrian Bunk, Jochen Suckfuell, Linux Kernel
On Sat, Jul 06, 2002 at 12:15:47AM -0400, Bill Davidsen wrote:
> > Marcelos' BK repository (that will become 2.4.19-rc2) includes a patch to
> > remove these statistics completely from /proc/partitions...
>
> Is this the new Linux way of life? Removing modules is hard, GET RID OF
> THE FEATURE! Stats in /proc/partitions are not always correct, GET RID OF
> THE FEATURE!
Shouting and exclamation marks - a bad sign.
You are mistaken. This has never been a feature.
It is not in 2.4.18, and it looks like it will not be in 2.4.19.
It is in some vendor kernels, but it is ugly and causes various problems.
If somebody cares about having statistics she should submit a patch
adding /proc/diskstat.
Andries
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Disk IO statistics still buggy
2002-07-06 7:48 Disk IO statistics still buggy Andries Brouwer
@ 2002-07-06 13:42 ` Thunder from the hill
2002-07-09 17:00 ` [PATCH] " Jochen Suckfuell
0 siblings, 1 reply; 5+ messages in thread
From: Thunder from the hill @ 2002-07-06 13:42 UTC (permalink / raw)
To: Bill Davidsen
Cc: Andries Brouwer, Adrian Bunk, Jochen Suckfuell, Linux Kernel
Hi,
On Sat, Jul 06, 2002 at 12:15:47AM -0400, Bill Davidsen wrote:
> > Marcelos' BK repository (that will become 2.4.19-rc2) includes a patch to
> > remove these statistics completely from /proc/partitions...
>
> Is this the new Linux way of life? Removing modules is hard, GET RID OF
> THE FEATURE! Stats in /proc/partitions are not always correct, GET RID OF
> THE FEATURE!
You misunderstood. It was nothing incorrect about the stats in
/proc/partitions, it was just moved because it just didn't belong into
/proc/partitions.
Regards,
Thunder
--
(Use http://www.ebb.org/ungeek if you can't decode)
------BEGIN GEEK CODE BLOCK------
Version: 3.12
GCS/E/G/S/AT d- s++:-- a? C++$ ULAVHI++++$ P++$ L++++(+++++)$ E W-$
N--- o? K? w-- O- M V$ PS+ PE- Y- PGP+ t+ 5+ X+ R- !tv b++ DI? !D G
e++++ h* r--- y-
------END GEEK CODE BLOCK------
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] Re: Disk IO statistics still buggy
2002-07-06 13:42 ` Thunder from the hill
@ 2002-07-09 17:00 ` Jochen Suckfuell
2002-07-12 5:46 ` Jens Axboe
0 siblings, 1 reply; 5+ messages in thread
From: Jochen Suckfuell @ 2002-07-09 17:00 UTC (permalink / raw)
To: Thunder from the hill, Marcelo Tosatti
Cc: Bill Davidsen, Andries Brouwer, Adrian Bunk, Jochen Suckfuell,
Linux Kernel
Hi!
On Sat, Jul 06, 2002 at 07:42:42AM -0600, Thunder from the hill wrote:
> On Sat, Jul 06, 2002 at 12:15:47AM -0400, Bill Davidsen wrote:
> > > Marcelos' BK repository (that will become 2.4.19-rc2) includes a patch to
> > > remove these statistics completely from /proc/partitions...
> >
> > Is this the new Linux way of life? Removing modules is hard, GET RID OF
> > THE FEATURE! Stats in /proc/partitions are not always correct, GET RID OF
> > THE FEATURE!
>
> You misunderstood. It was nothing incorrect about the stats in
> /proc/partitions, it was just moved because it just didn't belong into
> /proc/partitions.
And it hasn't been removed either. Only the output has been removed; the
data is still collected. Meanwhile I found the bug that leads to wrong
ios_in_flight values on SCSI systems:
The accounting was done on a copy of the request _after_ the request has
been dequeued and the irq_request_lock released. I fixed this by taking
this lock again while calling the accounting function (see the patch
below).
** This patch is relevant regardless where the statistics will finally
be printed. **
One issue is still left: on my non-SCSI machine, the ios_in_flight value
is at -1 when although requests are running. It doesn't get any more
wrong than that it seems, and I'm not sure where that happened. Maybe
something went wrong when initializing this value at boot time? I have a
workaround that corrects negative ios_in_flight values to zero each time
/proc/partitions is read. After further testing I will post it to the
list.
Bye
Jochen Suckfüll
--
Jochen Suckfuell --- http://www.suckfuell.net/jochen/ ---
--- linux/drivers/scsi/scsi_lib.c Mon Jul 8 16:15:27 2002
+++ linux_work/drivers/scsi/scsi_lib.c Tue Jul 9 17:56:39 2002
@@ -426,7 +426,9 @@
if (req->waiting != NULL) {
complete(req->waiting);
}
+ spin_lock_irq(&io_request_lock);
req_finished_io(req);
+ spin_unlock_irq(&io_request_lock);
add_blkdev_randomness(MAJOR(req->rq_dev));
SDpnt = SCpnt->device;
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] Re: Disk IO statistics still buggy
2002-07-09 17:00 ` [PATCH] " Jochen Suckfuell
@ 2002-07-12 5:46 ` Jens Axboe
2002-07-12 5:59 ` no msg when linux-kernel boot louie miranda
0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2002-07-12 5:46 UTC (permalink / raw)
To: Jochen Suckfuell
Cc: Thunder from the hill, Marcelo Tosatti, Bill Davidsen,
Andries Brouwer, Adrian Bunk, Linux Kernel
On Tue, Jul 09 2002, Jochen Suckfuell wrote:
> --- linux/drivers/scsi/scsi_lib.c Mon Jul 8 16:15:27 2002
> +++ linux_work/drivers/scsi/scsi_lib.c Tue Jul 9 17:56:39 2002
> @@ -426,7 +426,9 @@
> if (req->waiting != NULL) {
> complete(req->waiting);
> }
> + spin_lock_irq(&io_request_lock);
> req_finished_io(req);
> + spin_unlock_irq(&io_request_lock);
> add_blkdev_randomness(MAJOR(req->rq_dev));
>
> SDpnt = SCpnt->device;
good spotting, that's definitely a bug
--
Jens Axboe
^ permalink raw reply [flat|nested] 5+ messages in thread* no msg when linux-kernel boot.
2002-07-12 5:46 ` Jens Axboe
@ 2002-07-12 5:59 ` louie miranda
2002-07-12 10:57 ` Tigran Aivazian
2002-07-12 13:16 ` szonyi calin
0 siblings, 2 replies; 5+ messages in thread
From: louie miranda @ 2002-07-12 5:59 UTC (permalink / raw)
To: linux-kernel
Hi,
I saw this server twice. When she boots, it does not show extra kernel
"echo, requests" (Initializations)
ex:
LILO: linux...
Booting the kernel
and after that it pauses for a little while
and just shows the login prompt
Linux
Login:
---
Any ideas on this is much appreciated..
Thanks,
Louie...
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: no msg when linux-kernel boot.
2002-07-12 5:59 ` no msg when linux-kernel boot louie miranda
@ 2002-07-12 10:57 ` Tigran Aivazian
2002-07-12 13:16 ` szonyi calin
1 sibling, 0 replies; 5+ messages in thread
From: Tigran Aivazian @ 2002-07-12 10:57 UTC (permalink / raw)
To: louie miranda; +Cc: linux-kernel
check /proc/cmdline to see if there is a "quiet" option listed there. If
so, edit /etc/lilo.conf and get rid of it from "append=" line and rerun
lilo and reboot.
Regards
Tigran
On Fri, 12 Jul 2002, louie miranda wrote:
> Hi,
>
> I saw this server twice. When she boots, it does not show extra kernel
> "echo, requests" (Initializations)
>
> ex:
>
>
> LILO: linux...
> Booting the kernel
>
> and after that it pauses for a little while
>
> and just shows the login prompt
>
>
> Linux
>
> Login:
>
>
> ---
>
> Any ideas on this is much appreciated..
>
>
>
>
>
> Thanks,
> Louie...
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: no msg when linux-kernel boot.
2002-07-12 5:59 ` no msg when linux-kernel boot louie miranda
2002-07-12 10:57 ` Tigran Aivazian
@ 2002-07-12 13:16 ` szonyi calin
1 sibling, 0 replies; 5+ messages in thread
From: szonyi calin @ 2002-07-12 13:16 UTC (permalink / raw)
To: louie miranda, linux-kernel
--- louie miranda <louie@chikka.com> a écrit : > Hi,
>
> I saw this server twice. When she boots, it does not
> show extra kernel
> "echo, requests" (Initializations)
>
> ex:
>
>
> LILO: linux...
> Booting the kernel
>
> and after that it pauses for a little while
>
> and just shows the login prompt
>
>
> Linux
>
> Login:
>
He could be ashamed so he hides himself :-)
You can play with linux and make him really quiet :-)
It's actually a feature :-)
=====
--
The UNIX Hierarchy - Beginner
- insecure with the concept of a terminal
- has yet to learn the basics of "vi"
- has not figured out how to get a directory
- still has trouble with typing <RETURN> after each line of input
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-07-12 13:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-12 8:21 no msg when linux-kernel boot louie miranda
2002-07-12 8:22 ` Roy Sigurd Karlsbakk
-- strict thread matches above, loose matches on Subject: below --
2002-07-06 7:48 Disk IO statistics still buggy Andries Brouwer
2002-07-06 13:42 ` Thunder from the hill
2002-07-09 17:00 ` [PATCH] " Jochen Suckfuell
2002-07-12 5:46 ` Jens Axboe
2002-07-12 5:59 ` no msg when linux-kernel boot louie miranda
2002-07-12 10:57 ` Tigran Aivazian
2002-07-12 13:16 ` szonyi calin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®