Re: -- SPAM -- rc.local is not executed

2009-03-20 Thread Andrei Popescu
On Fri,13.Feb.09, 12:13:00, Ron Johnson wrote: > Because I don't have any GUI app activations in my rc.local. Only > daemons and other CLI apps. Here's what mine looks like: > > * BEGINNING OF rc.local > #!/bin/sh -e > > echo 210 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

Re: -- SPAM -- rc.local is not executed

2009-02-15 Thread Chris Bannister
On Sat, Feb 14, 2009 at 03:24:47PM -0800, Mike McClain wrote: > root@/deb40a:~> grep -R rc.local /etc/* > only shows the call in /etc/init.d/bootmisc.sh that I put there to > call my /root/bin/rc.local and the contents of the above mentioned > /etc/rc.local that I just generated which doesn't get

Re: -- SPAM -- rc.local is not executed

2009-02-14 Thread Mike McClain
On Fri, Feb 13, 2009 at 07:03:32PM +0100, Jochen Schulz wrote: > Mike McClain: > > On Sun, 08 Feb 2009, Ron Johnson wrote: > >> > >> Everything in my rc.local works like a champ. > > > > I'm curious how this works for you but not for Mr. Belahcene and not for me. > > > > I've a Debian 4.0 (Etch

Re: -- SPAM -- rc.local is not executed

2009-02-13 Thread Mike McClain
On Fri, Feb 13, 2009 at 07:03:32PM +0100, Jochen Schulz wrote: > > I've a Debian 4.0 (Etch mostly) system with sysv-rc installed > > and /etc/rc.local is not called by default. > > And you are sure you removed the "exit 0" line at the beginning of the > file? :) > > J. Well, my apologies, I'm so

Re: -- SPAM -- rc.local is not executed

2009-02-13 Thread Ron Johnson
On 02/13/2009 10:16 AM, Mike McClain wrote: On Sun, 08 Feb 2009, Ron Johnson wrote: On 02/08/2009 01:45 PM, Abdelkader Belahcene wrote: Hi, I used /etc/rc.local to run at the boot a program, but it didn't, here is what I wrote Everything in my rc.local works like a champ. I'm curious how t

Re: -- SPAM -- rc.local is not executed

2009-02-13 Thread Jochen Schulz
Mike McClain: > On Sun, 08 Feb 2009, Ron Johnson wrote: >> >> Everything in my rc.local works like a champ. > > I'm curious how this works for you but not for Mr. Belahcene and not for me. > > I've a Debian 4.0 (Etch mostly) system with sysv-rc installed > and /etc/rc.local is not called by defa

Re: -- SPAM -- rc.local is not executed

2009-02-13 Thread Mike McClain
On Sun, 08 Feb 2009, Ron Johnson wrote: >On 02/08/2009 01:45 PM, Abdelkader Belahcene wrote: >>Hi, >>I used /etc/rc.local to run at the boot a program, but it didn't, here >>is what I wrote > >Everything in my rc.local works like a champ. I'm curious how this works for you but not for Mr. Belahce

Re: -- SPAM -- rc.local is not executed

2009-02-10 Thread Javier
Abdelkader Belahcene escribió: Thanks for reply, exactly I want to run it at boot time, I am using gnome. so how to do it. thanks bela In Gnome, just go to System->Preferences->Sessions, and add the program to the list. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: -- SPAM -- Re: Re: -- SPAM -- rc.local is not executed

2009-02-10 Thread Ron Johnson
On 02/10/2009 07:50 AM, Abdelkader Belahcene wrote: Thanks for reply, exactly I want to run it at boot time, I am using gnome. so how to do it. No, you do *not* want it to run at boot time, since this is a GNOME app, and there is no GUI when the machine is being booted. It needs to start whe

Re: -- SPAM -- rc.local is not executed

2009-02-10 Thread s. keeling
Abdelkader Belahcene : > Ron Johnson: > > Minbar is a GNOME app. Why do you put it in the *system* startup? > > > > Don't you really want it to start when you go into GNOME? > > Thanks for reply, > exactly I want to run it at boot time, I am using gnome. Why don't you answer the question? Gno

Re: Re: -- SPAM -- rc.local is not executed

2009-02-10 Thread Abdelkader Belahcene
Thanks for reply, exactly I want to run it at boot time, I am using gnome. so how to do it. thanks bela -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: -- SPAM -- rc.local is not executed

2009-02-08 Thread Ron Johnson
On 02/08/2009 01:45 PM, Abdelkader Belahcene wrote: Hi, I used /etc/rc.local to run at the boot a program, but it didn't, here is what I wrote # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. /usr/bin/minbar Everything in my