PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > why sarge is so noisy
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

why sarge is so noisy

Réponse
 
LinkBack Outils de la discussion
Vieux 08/09/2007, 00h00   #26
Mumia W..
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: why sarge is so noisy

On 09/07/2007 02:34 PM, Andrea S. Gozzi wrote:
> On Fri, 2007-09-07 at 13:40 -0500, Mumia W.. wrote:
>> On 09/07/2007 11:58 AM, David Brodbeck wrote:
>>> Also, Linux is very aggressive about swapping out idle pages. (Some
>>> would even say too aggressive.) Even if you have what you think is
>>> plenty of RAM, it's quite likely Linux will swap out some stuff in order
>>> to make more room for the disk cache.
>>>

>> Is there a way to disable this aggressive swapping?
>>
>>

>
> You could try tuning /proc/sys/vm/swappiness but I'm not sure sarge kernel supports it.
>


Thanks. I've compiled 2.6.22 from source, so I'll try that.



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 00h00   #27
Mumia W..
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: why sarge is so noisy

On 09/07/2007 02:33 PM, David Brodbeck wrote:
> [...] There's a good
> summary of the arguments for and against tweaking it here:
> http://kerneltrap.org/node/3000
>
> 2.4.x didn't have any way to tune this. But the virtual memory system
> in 2.4.x has so many unpleasant behaviors, anyway, that I'd really
> suggest upgrading if you're experiencing problems in this area.
>
>
>


Thanks for the link. I installed 2.6.22 onto Sarge by compiling from source.

I'll try swappiness at 30 for a while.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 00h50   #28
Serena Cantor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut (solved) Re: why sarge is so noisy

Thanks!

--- David <wizzardx@gmail.com> wrote:

> On 9/7/07, Serena Cantor <qipaishi2006@yahoo.com> wrote:
> > I have sarge, I use it all the time (it's server)
> > The machine is my bedroom and scsi disk make noise from time to time (it's read/writing)
> >
> > which script cause reading/writing? Let's assume it's default installation. I don't start any
> > program myself.
> >

>
> First stop cron, and check if you still get the noise. If the noise
> stops then check what runs from cron (tail /var/log/syslog). If your
> scsi drive makes a noise every minute, on the minute (or on some
> interval of time divisible by 60 seconds) then it is probably a cron
> script.
>
> Then run pstree and see what's running. Kill the process off one by
> one until the noise stops. When the noise stops then the last thing
> you killed is your suspect.
>





__________________________________________________ __________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
http://mobile.yahoo.com/go?refer=1GNXIC


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 01h00   #29
Serena Cantor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: why sarge is so noisy

Thanks! I don't create swap partition during installation.

--- Hal Vaughan <hal@thresholddigital.com> wrote:

> On Friday 07 September 2007, Serena Cantor wrote:
> > Thanks! "most of server-related work" are very specialized program I
> > wrote myself.
> >
> > another example: seeding in bittorrent, if memory is big enough and
> > file being served is small enough.

>
> Also, depending on RAM size, even if you think everything can be done in
> memory only, a lot of processes might be using swap space or may be
> writing cache or log files to the disc.
>
> Hal
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>





__________________________________________________ __________________________________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 01h00   #30
Hal Vaughan
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: (solved) Re: why sarge is so noisy

On Friday 07 September 2007, Serena Cantor wrote:
> Thanks!


So did you locate one program in particular that was creating most of
the noise? Others might want to know that answer at some point.

Hal


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 01h10   #31
Hal Vaughan
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: why sarge is so noisy

On Friday 07 September 2007, Serena Cantor wrote:
> Thanks! I don't create swap partition during installation.


I don't know if Debian uses a swap file or not. Someone else would
know. If so, then you might still be hearing noise from swapping.

Hal


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 01h10   #32
Serena Cantor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: (solved) Re: why sarge is so noisy

No. I don't expect my question generate so many replies. I have to sign off the list so I wrote
"solved" in the hope of stoping good guys answering my question again.

I'm considering moving sarge to another room and setting up WLAN.

--- Hal Vaughan <hal@thresholddigital.com> wrote:

> On Friday 07 September 2007, Serena Cantor wrote:
> > Thanks!

>
> So did you locate one program in particular that was creating most of
> the noise? Others might want to know that answer at some point.
>
> Hal
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>





__________________________________________________ __________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
http://mobile.yahoo.com/go?refer=1GNXIC


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 01h10   #33
Serena Cantor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut (solved)Re: why sarge is so noisy

Thanks! I'm considering moving it to another room.

--- David Brodbeck <brodbd@u.washington.edu> wrote:

>
> On Sep 7, 2007, at 2:42 AM, Serena Cantor wrote:
>
> > Thanks! "most of server-related work" are very specialized program
> > I wrote myself.
> >
> > another example: seeding in bittorrent, if memory is big enough and
> > file being served is small
> > enough.

>
> Since things seem to have veered off topic, I'll give the most likely
> answer to your original question:
>
> If you're hearing disk activity at a specific time every day, it's
> most likely one of the periodic cron jobs. Most of these are
> specified by files in /etc/cron.daily, /etc/cron.hourly, and /etc/
> cron.monthly. You can disable individual jobs by removing the
> execute bits on their scripts in those directories. You can also
> change when they run by editing the "run-parts" entries in /etc/crontab.
>
> I had to do this once when I had a server in my dorm room. The
> server was at the foot of my bed, and it had a noisy old Kalok IDE
> hard disk as one of its drives. The nightly updatedb job kept waking
> me up, so I moved it to a time when I'd already be awake.
>
> You'll never get rid of *all* of the disk activity because there's a
> lot going on behind the scenes in a Linux system.
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>





__________________________________________________ __________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
http://smallbusiness.yahoo.com/webhosting


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 06h30   #34
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: why sarge is so noisy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09/07/07 18:04, Hal Vaughan wrote:
> On Friday 07 September 2007, Serena Cantor wrote:
>> Thanks! I don't create swap partition during installation.

>
> I don't know if Debian uses a swap file or not. Someone else would
> know. If so, then you might still be hearing noise from swapping.


Linux has been able to use swap files since (I think) v2.0.

Up until v2.6, though, they've been markedly slower than swap
partitions.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG4iQhS9HxQb37XmcRAhSJAKC2FdvEHQVBEQbLBdcl3P CPJbdyugCg6zQY
QpK/5JEBsu5i8RyYB7TS9tY=
=a1vS
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 06h40   #35
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: (solved) Re: why sarge is so noisy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Fat chance. We *love* discussing this kind of thing.

On 09/07/07 18:06, Serena Cantor wrote:
> No. I don't expect my question generate so many replies. I have
> to sign off the list so I wrote "solved" in the hope of stoping
> good guys answering my question again.
>
> I'm considering moving sarge to another room and setting up WLAN.
>
>
> --- Hal Vaughan <hal@thresholddigital.com> wrote:
>
>> On Friday 07 September 2007, Serena Cantor wrote:
>>> Thanks!

>> So did you locate one program in particular that was creating
>> most of the noise? Others might want to know that answer at
>> some point.


- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG4iSCS9HxQb37XmcRAiklAKDL8H/p3bM6sH4TE12qgLoUzUg77gCeMvsI
KlxJpQR0hKXMFxEcQBrxLDQ=
=N/lA
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 10h50   #36
David
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: (solved) Re: why sarge is so noisy

On 9/8/07, Serena Cantor <qipaishi2006@yahoo.com> wrote:
> No. I don't expect my question generate so many replies. I have to sign off the list so I wrote
> "solved" in the hope of stoping good guys answering my question again.


Might I suggest setting up mail filters so that list-related mails go
directly to separate folders rather than your inbox? Then you won't be
overwhelmed by replies and can review them at your leisure.

Also, make sure you use a mail client/service with good thread handling.

I use gmail, and I have a mail filter which says 'if the "to" contains
debian.org, then tag with "debian" and bypass the inbox'. Filters like
that make your mail much more manageable :-)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 11h40   #37
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut mail filters (was Re: (solved) Re: why sarge is so noisy)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09/08/07 03:45, David wrote:
> On 9/8/07, Serena Cantor <qipaishi2006@yahoo.com> wrote:
>> No. I don't expect my question generate so many replies. I have
>> to sign off the list so I wrote "solved" in the hope of stoping
>> good guys answering my question again.

>
> Might I suggest setting up mail filters so that list-related
> mails go directly to separate folders rather than your inbox?
> Then you won't be overwhelmed by replies and can review them at
> your leisure.
>
> Also, make sure you use a mail client/service with good thread
> handling.


Always an excellent idea.

> I use gmail, and I have a mail filter which says 'if the "to"
> contains debian.org, then tag with "debian" and bypass the
> inbox'. Filters like that make your mail much more manageable :-)


This is a flawed strategy, because debian-user@lists.debian.org
might be in the CC list. Or even be Bcc'd.

Better (perfect, actually) to filter on
List-Id: <debian-user.lists.debian.org>

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG4my0S9HxQb37XmcRAgayAJ44q7INUnqlD4ES07sToM ulNJKWwgCg38NB
L6GlH//8xAjQoF3yiUXI1CI=
=7DEZ
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/09/2007, 17h40   #38
David
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mail filters (was Re: (solved) Re: why sarge is so noisy)

> > I use gmail, and I have a mail filter which says 'if the "to"
> > contains debian.org, then tag with "debian" and bypass the
> > inbox'. Filters like that make your mail much more manageable :-)

>
> This is a flawed strategy, because debian-user@lists.debian.org
> might be in the CC list. Or even be Bcc'd.
>
> Better (perfect, actually) to filter on
> List-Id: <debian-user.lists.debian.org>
>


>
> This is a flawed strategy, because debian-user@lists.debian.org
> might be in the CC list. Or even be Bcc'd.
>
> Better (perfect, actually) to filter on
> List-Id: <debian-user.lists.debian.org>


Thanks for the information. Gmail can't filter on List-Id AFAICT, but
it does have a "Has the words" option, and putting
"debian-user.lists.debian.org" there works. Gmail "To" also matches
"CC", but not BCC. Have actually had a few of the latter in my main
inbox (don't know how they expected replies to get back to the list)
so your suggestion will there :-)

David.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 10/09/2007, 01h40   #39
Celejar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mail filters (was Re: (solved) Re: why sarge is so noisy)

On Sat, 8 Sep 2007 17:33:13 +0200
David <wizzardx@gmail.com> wrote:

> > > I use gmail, and I have a mail filter which says 'if the "to"
> > > contains debian.org, then tag with "debian" and bypass the
> > > inbox'. Filters like that make your mail much more manageable :-)

> >
> > This is a flawed strategy, because debian-user@lists.debian.org
> > might be in the CC list. Or even be Bcc'd.
> >
> > Better (perfect, actually) to filter on
> > List-Id: <debian-user.lists.debian.org>
> >

>
> >
> > This is a flawed strategy, because debian-user@lists.debian.org
> > might be in the CC list. Or even be Bcc'd.
> >
> > Better (perfect, actually) to filter on
> > List-Id: <debian-user.lists.debian.org>

>
> Thanks for the information. Gmail can't filter on List-Id AFAICT, but
> it does have a "Has the words" option, and putting
> "debian-user.lists.debian.org" there works. Gmail "To" also matches
> "CC", but not BCC. Have actually had a few of the latter in my main
> inbox (don't know how they expected replies to get back to the list)
> so your suggestion will there :-)


I use Gmail's free POP service, and do filtering on the client
(Sylpheed) side.

> David.


Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 10/09/2007, 19h30   #40
David Brodbeck
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: (solved) Re: why sarge is so noisy


On Sep 8, 2007, at 1:45 AM, David wrote:
> I use gmail, and I have a mail filter which says 'if the "to" contains
> debian.org, then tag with "debian" and bypass the inbox'. Filters like
> that make your mail much more manageable :-)


I find it's more reliable to filter on the "List-Id" header.




--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 13/09/2007, 17h40   #41
Michelle Konzack
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: why sarge is so noisy

Am 2007-09-07 00:15:34, schrieb Serena Cantor:
> Could you be more specific?
>
> Supporse I have just installed sarge, which script are read/writing disk from time to time (so I
> can change it)?


At which time?

Maybe it is the cronjob for the find db?

I gabe a SCSI-System with 96 drives of 300 GByte and if it start to
index my Server you are thinking, you are on an Aircraft-Carier.

96 drives with 15.000 RpM... :-)

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack Apt. 917 ICQ #328449886
50, rue de Soultz MSN LinuxMichi
0033/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFG6VblC0FPBMSS+BIRArbCAJ9EmWZxy03ruhDZXIeL1f j8+oEx0wCfVivo
Bhti12lqG3YRmaL0uUUm508=
=KFnj
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 15/09/2007, 11h10   #42
Chris Bannister
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: why sarge is so noisy

On Fri, Sep 07, 2007 at 05:40:38PM +1000, Julian De Marchi wrote:
> Serena Cantor wrote:
>> Thanks! Could you give me a list of programs that start automatically? Do
>> you mean that there's
>> nothing I can do about it?


Run top when the noise starts. Could be anacron kicking in. Does it
happen 5 minutes after starting your computer?

> <snip>
>
> Silly question.


Silly answer, considering this list is _supposed_ to people use
Debian. And a waste of bandwidth!

--
Chris.
======


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h31.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,24509 seconds with 25 queries