Re: Power Mgt on Laptop

2004-04-02 Thread Bob Hauck
On Sat, 3 Apr 2004, Sylvain Joyeux wrote:

> AFAIK, on ext3, the commit interval can't be changed. So, every time a
> process write sth on disk, the journal commit occurs physically within
> something like 10s.

The "laptop-mode patch" makes the interval adjustable at mount time.  The
-mm kernels include this patch for 2.6.  Try:



It is in the "broken-out" subdirectory under the appropriate kernel
version.  Recent 2.4 kernels already have it IIRC, but it isn't an
official part of 2.6 yet.  The Documentation subdirectory of the source
tree has usage info if the patch has been applied.


> Moreover, without noflushd, the kernel buffers are flushed every 30s (or
> less, I can't remember)

The same patch also tweaks this.


-- 
 -| Bob Hauck
 -| To Whom You Are Speaking
 -| http://www.haucks.org/




3.2.1 and krfb

2004-04-02 Thread Christoph Kaminski
I there any fix for it yet?




Re: Power Mgt on Laptop

2004-04-02 Thread Sylvain Joyeux
AFAIK, on ext3, the commit interval can't be changed. So, every time a 
process write sth on disk, the journal commit occurs physically within 
something like 10s.

Moreover, without noflushd, the kernel buffers are flushed every 30s (or 
less, I can't remember)

Try mounting you partition using ext2 and use noflushd
-- 
Sylvain Joyeux




kmail and imap

2004-04-02 Thread Christoph Kaminski
Hi!

I have a question to kmail (sid + kde 3.2.1)

when I start it, that need a long time until it shows how much new or unreaded 
mails I have in subdirs of my imap folder...

Can I make it faster?

It takes up to 1 minute, bevor I can see it...
Or is that normal?

CU




Re: Power Mgt on Laptop

2004-04-02 Thread Jeff Coppock
On Sat, 3 Apr 2004 00:25:43 +0200
Frans Pop <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Saturday 03 April 2004 00:10, Jeff Coppock wrote:
> > I've tried to see what was accessing files/dirs using the following
> > script:
> >
> > I can get KDE to a point where nothing KDE-related shows up, but
> > still no joy.
> >
> I suspect FAM may be the culprit. Try using lsof (as root) to see what
> files are open and by what processes.

Sorry, I forgot to mention that I don't run FAM.  Here is a list of
current KDE processes:

kdeinit:Running...
kdeinit:dcopserver
kdeinit:klauncher
kdeinit:kded
kdeinit:kaccess
kdeinit:knotify
kdeinit:ksmserver
kdeinit:kwin
kdeinit:kdesktop
kdeinit:kicker
kdeinit:klipper
kdeinit:konqueror
kdeinit:konqueror
kdeinit:kio_pop3
kdeinit:kio_file
kdeinit:konsole

jc

-- 
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User




Re: Power Mgt on Laptop

2004-04-02 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 03 April 2004 00:10, Jeff Coppock wrote:
> I've tried to see what was accessing files/dirs using the following
> script:
>
> I can get KDE to a point where nothing KDE-related shows up, but still
> no joy.
>
I suspect FAM may be the culprit. Try using lsof (as root) to see what files 
are open and by what processes.

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

iD8DBQFAbehzgm/Kwh6ICoQRAq7ZAJ4k1DkyKDLzOdV3fi6iM164vbGiSACg14cs
uV7YA5YRUV85qBKiHSyC4Zk=
=qFGC
-END PGP SIGNATURE-




Re: Power Mgt on Laptop

2004-04-02 Thread Jeff Coppock
On Fri, 2 Apr 2004 14:10:29 -0800
Jeff Coppock <[EMAIL PROTECTED]> wrote:

> Lately, I've been working on making my laptop as efficient on power as
> possible.  
> 
> Dell Latitude C610, BIOS version A16, Testing release.
> 
> There is a lot of information out there on this subject and I've
> accomplished quite a bit on the system:
> 
> 1.  I mount my EXT3 partitions with noatime
> 2.  I have /tmp mounting in memory with tmpfs
> 3.  I adjusted syslog-ng logging with the sync() option to buffer 5
> lines before writing to file
> 4.  I do not use swap since I have enough memory to handle all my
> needs
> 
> But, in spite of this I simply cannot get the HDD to spin down with
> KDE running.  If I exit to KDM, it works just fine.   With KDE
> running, I've tried stopping all the daemons I can and still no joy.
> 
> I've tried to see what was accessing files/dirs using the following
> script:
> 
> #!/bin/bash
> echo
> echo "Finding new files and dirs 5 minutes old."
> echo
> echo "Files..."
> find / -mount -type f -amin -5
> find /usr -mount -type f -amin -5
> find /home -mount -type f -amin -5
> echo
> echo "Directories..."
> find / -mount -amin -5
> find /usr -mount -amin -5
> find /home -mount -amin -5
> 
> I can get KDE to a point where nothing KDE-related shows up, but still
> no joy.  
> 
> I've also found that noflushd doesn't work by testing it against
> hdparm-S, which does work.  So I'm using hdparm now.
> 
> I'm thinking now that it's hopeless with KDE running, that I won't be
> able to read email or other doc's offline without the HDD spinning and
> burning battery.  If anyone has idea's or suggestions to help me out,
> I'd really appreciate it.

I forgot to mention my kernel information.  I'm running a self-compile
2.4.21 kernel, which is configured properly for what I need/want.  I'm
stuck at this version for an application I need that won't run on newer
kernels yet.  I looked into laptop_mode, but I'm not convince it will
buy me anything compared to what I have so far.

jc


-- 
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User




kde 3.2 noatun and mpeg

2004-04-02 Thread Ralph Alvy
I find that since upgrading from KDE 3.1.5, the new noatun (and kaboodle)
fails to play mpeg videos.




Power Mgt on Laptop

2004-04-02 Thread Jeff Coppock
Lately, I've been working on making my laptop as efficient on power as
possible.  

Dell Latitude C610, BIOS version A16, Testing release.

There is a lot of information out there on this subject and I've
accomplished quite a bit on the system:

1.  I mount my EXT3 partitions with noatime
2.  I have /tmp mounting in memory with tmpfs
3.  I adjusted syslog-ng logging with the sync() option to buffer 5
lines before writing to file
4.  I do not use swap since I have enough memory to handle all my needs

But, in spite of this I simply cannot get the HDD to spin down with KDE
running.  If I exit to KDM, it works just fine.   With KDE running, I've
tried stopping all the daemons I can and still no joy.

I've tried to see what was accessing files/dirs using the following
script:

#!/bin/bash
echo
echo "Finding new files and dirs 5 minutes old."
echo
echo "Files..."
find / -mount -type f -amin -5
find /usr -mount -type f -amin -5
find /home -mount -type f -amin -5
echo
echo "Directories..."
find / -mount -amin -5
find /usr -mount -amin -5
find /home -mount -amin -5

I can get KDE to a point where nothing KDE-related shows up, but still
no joy.  

I've also found that noflushd doesn't work by testing it against hdparm
-S, which does work.  So I'm using hdparm now.

I'm thinking now that it's hopeless with KDE running, that I won't be
able to read email or other doc's offline without the HDD spinning and
burning battery.  If anyone has idea's or suggestions to help me out,
I'd really appreciate it.

thanks,
jc

-- 
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User




Re: *** POSSIBLE SPAM DETECTED *** Fwd: Warning again

2004-04-02 Thread Tiscali news
Hallo lieber Tiscali-Kunde,

vielen Dank für Ihre Anfrage.

Wir bitten Sie um Verständnis, dass wir Antworten auf diesen Newsletter
nicht bearbeiten können. Um eine schnelle Beantwortung Ihrer Anfrage zu
gewährleisten, verwenden Sie bitte das Kontakt-Formular unter
http://www.tiscali.de/hilfe/emailformular.php Ihre Anfrage wird dann
umgehend bearbeitet.

Auch auf unseren Hilfeseiten im Internet unter http://www.tiscali.de/hilfe
finden Sie zu vielen Themenbereichen alle notwendigen Informationen.


Weiterhin viel Spaß im Internet wünscht Ihnen

Ihr Tiscali Team




[support #245828]: Re: Administration

2004-04-02 Thread Demon Internet Support
-English translation below-

Bedankt voor uw e-mail aan [EMAIL PROTECTED] Uw bericht is door ons
ontvangen, en is verder bij Demon Internet bekend onder het 
referentienummer 245828.  Wij verzoeken u dit nummer te vermelden
in eventuele verdere correspondentie met Demon Internet over dit 
onderwerp. Door de huidige onvoorziene drukte kan de beantwoording 
van e-mail enige vertraging oplopen. Wij streven er momenteel naar om 
uw E-mail binnen 4 werkdagen beantwoord te hebben. wij willigen geen 
terugbelverzoeken in die via email zijn verstuurd.

BELANGRIJK:
Mocht u vergeten zijn uw systeemnaam te vermelden in het orginele
bericht dan kunt u deze als nog toevoegen door middel van een reply
op dit bericht.

Wij willen u erop wijzen dat u veel informatie op onze website kunt
vinden waarmee u mogelijk snel uw probleem zelf kunt oplossen.
Hieronder een aantal handige URL's:

Een digitale handleiding voor uw ADSL account is te vinden op:
http://www.demon.nl/support/dslexpress/handleidingen.html

- Support Algemeen: http://www.demon.nl/support

Kijkt u bij specifieke problemen eens op een van de volgende
pagina's:

- Bij problemen met uw inbelverbinding:
  http://www.demon.nl/support/inbelverbinding/intro.html
- Bij problemen met uw e-mail:
  http://www.demon.nl/support/email/emailintro.html
- Bij problemen met uw homepage:
  http://www.demon.nl/support/homepages/homeintro.html
- Bij problemen met uw webspace:
  http://www.demon.nl/support/webspace/webspace.html

Op deze pagina kunt u verschillende wijzigingen doorvoeren voor uw Demon
account(s):

- Service Pagina: http://www.demon.nl/support/services/index.html

Actuele meldingen over storingen en netwerkproblemen vindt u op:

- Netwerkstatus: http://www.demon.nl/demon/nieuws/netwerkstatus.html

Om onafhankelijk van een e-mailprogramma toegang te verkrijgen tot uw
e-mail:

- Webmail: http://webmail.demon.nl

Indien uw vraag beantwoord is met behulp van een van bovenstaande links,
dan verzoeken wij u vriendelijk ons dit melden door een reply te sturen
op dit bericht.




-English translation-

Thank you for your e-mail to [EMAIL PROTECTED] Your message has been
received and has been assigned a reference number 245828. Please
quote this number in any future correspondence with Demon concerning 
this matter. Due to the current unforseen overtaxation on the support
desk you may experience some delays in our response. We strife to
answer E-mail within 4 working days. We do not honor callback requests
made via E-mail.

IMPORTANT:
If your original message did not contain your hostname or 
"systeemnaam" you can add this by sending a reply to this message
containing the pertinent information.

Our website contains much information that may allow you to quickly
solve some of the more common problems yourself. Below is a list of
URL's:

A digital manual for you ADSL line (in dutch) can be found on:
http://www.demon.nl/support/dslexpress/handleidingen.html

- General support pages: http://www.demon.nl/eng/support

More specific information on a number of subjects:

- Information about problems with dial-up connections:
http://www.demon.nl/eng/support/dialup/index.html
- Information about problems with your e-mail:
http://www.demon.nl/eng/support/email/index.html
- Information about problems with your homepage:
http://www.demon.nl/eng/support/homepages/index.html
- Information about problems with your webspace:
http://www.demon.nl/eng/support/webspace/index.html

Demon also has a number of pages which allow you to make certain
changes to settings for your products:

- Demon Service pages: http://www.demon.nl/eng/support/services/index.html

Information about current network status and outages can be found at:

http://www.demon.nl/eng/demon/news/networkstatus.html

To read your e-mail via a webbrowser:

- Webmail: http://webmail.demon.nl

In case you succeed in solving your problems using the information
mentioned above, could you please let us know by replying to this
message. We can then close this ticket.


--
Supportteam
Demon Internet NL




Re: customize menu all users

2004-04-02 Thread Achim Bohnet
On Friday 02 April 2004 01:21, Chris Cheney wrote:
> On Thu, Apr 01, 2004 at 08:48:31AM -0300, Raul Montagne wrote:
> > > Note that the directory /usr/local/share/applications may not exist [1], 
> > > but
> > > you need only create it, and it will be searched by the KDE menu system.
> > 1.-which is the search order of KDE for the menus?
> 
> I am not certain, but if it doesn't look in /usr/local first it is buggy
> since the freedesktop.org basedir spec states it must look there first.

$ kde-config --types
...
xdgconf-menu - XDG Menu layout (.menu files)
xdgdata-apps - XDG Application menu (.desktop files)
xdgdata-dirs - XDG Menu descriptions (.directory files)
$ kde-config --path xdgdata-app
/home/ach/.local/share/applications/:/usr/local/share/applications/:/usr/share/applications/

Yupp, /usr/local before /usr ;)

Raul, note kde-config only shows directories of the search path that exists
to prevent unnecessary lookups.

Achim
> 
> > 2.- the applications I want to *add* in the KDE menu, I would put in
> > /usr/local/share/applications. But if I want to weed out some
> > applications?
> > I have to weed out this apps from the KDE menu, in the very same
> > /usr/share/application (for KDE 3.2) isn't it?
> 
> You should be able to simply put a .desktop file into the local
> directory with the same name as the one you want to replace with the
> "NoDisplay=True" value set in the .desktop file
> 
> > 3.- (last...for the time being) where, how to customize a "standard"
> > panel for a machine for every user?
> 
> I think this is set via the list in /usr/share/apps/kicker/default-apps
> if so you should be override it via /usr/local as well.
> 
> Chris
-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]