Re: [arch-general] battery charges only 49%

2012-04-23 Thread Christoph Vigano
On 04/23/2012 01:34 AM, Paulo Roberto P. Evangelista wrote: > Hello, > > I have a notebook lenovo G470 recently realized that the battery only > charges up to 49% searched the wiki and found that there is a software > called ts_mapi, he is not installed, but my computer is behaving as if > estives

Re: [arch-general] renice Bash at login

2012-04-23 Thread XeCycle
Leonidas Spyropoulos writes: > Hi all, > > I searched around with no help so if you can help out: > > I am trying to renice the user bash on Login. So every time someone > logs through SSH to the server to get a lower priority than normal. > Is that possible? Of course, the simplest being `exec

Re: [arch-general] battery charges only 49%

2012-04-23 Thread Madhurya Kakati
On Mon, Apr 23, 2012 at 5:04 AM, Paulo Roberto P. Evangelista wrote: > Hello, > > I have a notebook lenovo G470 recently realized that the battery only > charges up to 49% searched the wiki and found that there is a software > called ts_mapi, he is not installed, but my computer is behaving as if

[arch-general] Unable to add fonts to X

2012-04-23 Thread D. R. Evans
I couldn't find a more appropriate place to ask this question. Please feel free to point me to such a place if one exists. Using a completely up-to-date 32-bit arch system, I am trying to make some fonts available to X. My understanding of the process is: 1. Put the fonts in a directory. 2

Re: [arch-general] Screen locking problem in KDE

2012-04-23 Thread David C. Rankin
On 04/21/2012 02:52 AM, Dmitry Korzhevin wrote: Hello guys, Please give me advice - how can i debug problem with screen locking in KDE? I don't find any similar problems in arch forums/mailing lists. This problem appeared after update. Standart Ctrl+Alt+L doesn't work, plasma applet (screen loc

Re: [arch-general] LibreOffice crashing on Dual Screen

2012-04-23 Thread David C. Rankin
On 04/20/2012 04:49 AM, Vitor Garcia wrote: Good afternoon, Libreoffice started crashing when I try to start it on the display :0.1, since the last update. I have dual screen Nvidia layout (using proprietary driver, separate X screens and disabled Xinerama). Starting libreoffice on display :0.0

Re: [arch-general] renice Bash at login

2012-04-23 Thread Leonidas Spyropoulos
On Mon, Apr 23, 2012 at 7:27 PM, Mauro Santos wrote: > On 23-04-2012 19:03, Leonidas Spyropoulos wrote: >> Can you share the script please? >> >>> >>> -- >>> Mauro Santos >>> >> > > For arch it would be something like this: > > #!/bin/bash > renice 15 `ps axo "bsdtime,euid,pid,nice,%cpu,comm" | se

Re: [arch-general] renice Bash at login

2012-04-23 Thread Mauro Santos
On 23-04-2012 19:03, Leonidas Spyropoulos wrote: > Can you share the script please? > >> >> -- >> Mauro Santos >> > For arch it would be something like this: #!/bin/bash renice 15 `ps axo "bsdtime,euid,pid,nice,%cpu,comm" | sed 's/:..//' | awk '{if ($2 >= 1000 && $1 > 30 && $5 > 80 && $4 < 15 )

Re: [arch-general] renice Bash at login

2012-04-23 Thread Leonidas Spyropoulos
On Monday, April 23, 2012, Mauro Santos wrote: > On 23-04-2012 14:48, Geert Hendrickx wrote: >> On Mon, Apr 23, 2012 at 14:25:09 +0100, Leonidas Spyropoulos wrote: >>> Well I want to decrease the priority of all users logged into the >>> system (expect root) at login. So let's say run every bash a

Re: [arch-general] renice Bash at login

2012-04-23 Thread Mauro Santos
On 23-04-2012 14:48, Geert Hendrickx wrote: > On Mon, Apr 23, 2012 at 14:25:09 +0100, Leonidas Spyropoulos wrote: >> Well I want to decrease the priority of all users logged into the >> system (expect root) at login. So let's say run every bash and every >> spawned process that a user run with prio

Re: [arch-general] renice Bash at login

2012-04-23 Thread Gaetan Bisson
[2012-04-23 14:52:56 +0100] Leonidas Spyropoulos: > True effectively it's the same, but still I would like to not be > forced to run nice for every command the root run. You don't need to do that for *every* command, just those that are super important to you. Anything else sounds like bad practic

Re: [arch-general] renice Bash at login

2012-04-23 Thread Leonidas Spyropoulos
On Mon, Apr 23, 2012 at 2:30 PM, Gaetan Bisson wrote: > [2012-04-23 14:25:09 +0100] Leonidas Spyropoulos: >> Well I want to decrease the priority of all users logged into the >> system (expect root) at login. So let's say run every bash and every >> spawned process that a user run with priority 5.

Re: [arch-general] renice Bash at login

2012-04-23 Thread Geert Hendrickx
On Mon, Apr 23, 2012 at 14:25:09 +0100, Leonidas Spyropoulos wrote: > Well I want to decrease the priority of all users logged into the > system (expect root) at login. So let's say run every bash and every > spawned process that a user run with priority 5. If your users are just running vi and

Re: [arch-general] renice Bash at login

2012-04-23 Thread Gaetan Bisson
[2012-04-23 14:25:09 +0100] Leonidas Spyropoulos: > Well I want to decrease the priority of all users logged into the > system (expect root) at login. So let's say run every bash and every > spawned process that a user run with priority 5. I understand but why do that when you can just increase th

Re: [arch-general] renice Bash at login

2012-04-23 Thread Leonidas Spyropoulos
On Mon, Apr 23, 2012 at 2:21 PM, Gaetan Bisson wrote: > [2012-04-23 14:02:23 +0100] Leonidas Spyropoulos: >> I am trying to renice the user bash on Login. So every time someone >> logs through SSH to the server to get a lower priority than normal. >> Is that possible? Is it a good idea in general?

Re: [arch-general] renice Bash at login

2012-04-23 Thread Gaetan Bisson
[2012-04-23 14:02:23 +0100] Leonidas Spyropoulos: > I am trying to renice the user bash on Login. So every time someone > logs through SSH to the server to get a lower priority than normal. > Is that possible? Is it a good idea in general? Why would you want to do that? As root, you can use nicene

[arch-general] renice Bash at login

2012-04-23 Thread Leonidas Spyropoulos
Hi all, I searched around with no help so if you can help out: I am trying to renice the user bash on Login. So every time someone logs through SSH to the server to get a lower priority than normal. Is that possible? Is it a good idea in general? A server usually is not to be used from users, onl

Re: [arch-general] Screen locking problem in KDE

2012-04-23 Thread Paul Gideon Dann
On Saturday 21 Apr 2012 12:30:26 Dmitry Korzhevin wrote: > 21.04.2012 11:35, gt написал: > > On Sat, Apr 21, 2012 at 10:52:54AM +0300, Dmitry Korzhevin wrote: > >> Hello guys, > >> > >> Please give me advice - how can i debug problem with screen > >> locking in KDE? I don't find any similar proble

Re: [arch-general] LibreOffice crashing on Dual Screen

2012-04-23 Thread sgalan
Vitor Garcia gmail.com> writes: > > Good afternoon, > > Libreoffice started crashing when I try to start it on the display :0.1, > since the last update. I have dual screen Nvidia layout (using > proprietary driver, separate X screens and disabled Xinerama). Starting > libreoffice on display :0

Re: [arch-general] Screen locking problem in KDE

2012-04-23 Thread Bruno
Il giorno 21/apr/2012 09:51, "Dmitry Korzhevin" ha scritto: > Hello guys, > > Please give me advice - how can i debug problem with screen locking in > KDE? I don't find any similar problems in arch forums/mailing lists. > This problem appeared after update. > > Standart Ctrl+Alt+L doesn't work, p

Re: [arch-general] Screen locking problem in KDE

2012-04-23 Thread Martti Kühne
On Sat, Apr 21, 2012 at 12:30:26PM +0300, Dmitry Korzhevin wrote: > 21.04.2012 11:35, gt написал: > > On Sat, Apr 21, 2012 at 10:52:54AM +0300, Dmitry Korzhevin wrote: > >> Hello guys, > >> > >> Please give me advice - how can i debug problem with screen > >> locking in KDE? I don't find any simil

[arch-general] fortune-mod against fortune-fefe :-)

2012-04-23 Thread FGr
Hi, the fortune-mod package is orphan , so we could use an alternative fortune program. I suggest using the Fefe's fortune program with my patch . An archive of fortune cookies is available