p.hosts"
cp /etc/hosts "$tmphosts"
cat "$tmphosts" | sed \
's/^::1\t.*$/::1\tlocalhost6.localdomain6\tlocalhost6/' > /etc/hosts
}
if [ "$2" = "up" ]
then
rewrite_hosts
fi
cut here **
On Tuesda
Hello,
Is there any way to trace how KDE sets proxy from the PAC
configuration file? For me it seems not working...
Here is a sample file proxy_config.pac:
function FindProxyForURL(url, host)
{
if (shExpMatch(url, "https:*")) return "DIRECT";
if (isInNet(host, "127.0.0.0", "255.0.0.0")) ret
On Monday 22 March 2010, Chris Tyler wrote:
> On Mon, 2010-03-22 at 22:38 +0200, Serguei Miridonov wrote:
> > On Monday 22 March 2010, Chris Tyler wrote:
> > > On Mon, 2010-03-22 at 21:10 +0200, Serguei Miridonov wrote:
> > > > Hello,
> > > >
> > &g
On Monday 22 March 2010, Chris Tyler wrote:
> On Mon, 2010-03-22 at 21:10 +0200, Serguei Miridonov wrote:
> > Hello,
> >
> > Is there a trick to run X window programs from PM suspend-resume
> > hooks? For example, I need to restore keyboard mapping after
> > susp
Hello,
Is there a trick to run X window programs from PM suspend-resume
hooks? For example, I need to restore keyboard mapping after suspend
to RAM using
xkbcomp some_file.xkm :0.0
Running this in
#!/bin/bash
DISPLAY=":0.0"
export DISPLAY
case $1 in
hibernate | suspend)
;;
th
On Monday 22 March 2010, Serguei Miridonov wrote:
> Hello,
>
> I have the following problem: after several days of up time with
> 2-3 suspend-to-RAM--resume cycles every day some keys stop
> working. The problem appears to be in X server: I can switch user
> in KDE and start a
Hello,
I have the following problem: after several days of up time with 2-3
suspend-to-RAM--resume cycles every day some keys stop working. The
problem appears to be in X server: I can switch user in KDE and start
a new X server where keyboard works as expected. I can even save key
mapping wit
On Saturday 13 March 2010, Fred Williams wrote:
> On 13 March 2010 19:03, Amiga5 wrote:
> > Nvidia release 195.36 has been removed from repo
> > You will have to settle with 190.53 for new kernel 2.6.32 9-70
> >
> > One problem I have noticed DO NOT UPDATE WITH YUM
> > Use system update
> >
On Friday 12 March 2010, Marcel Rieux wrote:
> On Thu, Mar 11, 2010 at 4:02 AM, Dario Lesca
wrote:
> > The nvidia module is missing.
>
> I haven't updated yet because I'm still waiting for kmod-nvidia,
> the module needed by the kernel for nvidia cards (proprietary
> driver only, I'm not sure. I
On Thursday 11 March 2010, Dario Lesca wrote:
> This morning, after kernel + nvidia driver update I get this error:
> > Mar 11 08:46:45 lesca kernel: NVRM: API mismatch: the client has
> > the version 195.36.08, but Mar 11 08:46:45 lesca kernel: NVRM:
> > this kernel module has the version 190.53.
10 matches
Mail list logo