Re: [opensuse] How to schedule an application to run and close

2007-02-11 Thread Johnny Ernst Nielsen
Greetings Dan.

Søndag 11 februar 2007 07:36 kvad Dan:
 Does anyone know of a scheduling utility that will run a shortcut
 or an application at a specified time and then shut it down at a
 specified time?

I think cron or at.

In both cases you would need two entries for the scheduling utility -- 
one starting the program at the specified time, and one stopping the 
program at an other specified time.

Best regards :o)

Johnny :o)
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] How to schedule an application to run and close

2007-02-11 Thread Joe Morris (NTM)
Dan wrote:
 Does anyone know of a scheduling utility that will run a shortcut or
 an application at a specified time and then shut it down at a
 specified time?

Cron

-- 
Joe Morris
Registered Linux user 231871 running openSUSE 10.2 x86_64






-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] How to schedule an application to run and close

2007-02-11 Thread Dan

Anders Johansson wrote:

On Sunday 11 February 2007 17:47, Dan wrote:
  

Ok,  I have used cron on netware before so it should not be hard to
use.  The only thing is, I cannot get it to run on my box or my server.
I get a message like this.

cron: can't lock /var/run/cron.pid, otherpid may be 8086: Resource
temporarily unavailable

Any ideas?



Looks like you are trying to start it when it's already running.

In SUSE it runs by default. All you have to do is edit your crontab, the 
changes will get picked up automatically


  


Makes sense.  Do you know if there is a gui to manage the cron jobs?

Dan.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] How to schedule an application to run and close

2007-02-11 Thread Anders Johansson
On Sunday 11 February 2007 22:53, Dan wrote:
 Anders Johansson wrote:
  On Sunday 11 February 2007 17:47, Dan wrote:
  Ok,  I have used cron on netware before so it should not be hard to
  use.  The only thing is, I cannot get it to run on my box or my server.
  I get a message like this.
 
  cron: can't lock /var/run/cron.pid, otherpid may be 8086: Resource
  temporarily unavailable
 
  Any ideas?
 
  Looks like you are trying to start it when it's already running.
 
  In SUSE it runs by default. All you have to do is edit your crontab, the
  changes will get picked up automatically

 Makes sense.  Do you know if there is a gui to manage the cron jobs?

If you run KDE, you can install the kdeadmin3 package, then you will get under

system-service configuration

an option called kcron, which will allow you to schedule applications through 
a GUI

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]