LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-02-2006, 01:12 AM   #1
monideepa
LQ Newbie
 
Registered: Feb 2006
Posts: 5

Rep: Reputation: 0
at daemon


I am working on a suse Linux 10.0 system.
I have installed a software and when I run certain components of it I get an application error which reads as folllows:

Error: Warning: commands will be executed using /bin/sh job6 at 2006-02-02-6:57
Can't open /var/run/atd.pid to signal atd. No atd running?

I have no idea as to why I am getting this error. PLease let me know how I can solve this problem.
 
Old 02-02-2006, 02:48 AM   #2
timmeke
Senior Member
 
Registered: Nov 2005
Location: Belgium
Distribution: Red Hat, Fedora
Posts: 1,515

Rep: Reputation: 61
Your At daemon is probably not running.
If all is well, you should have a file called /etc/init.d/atd to run the At service (daemon).

This means you can use:
/sbin/service atd status
to check it's status (see if it's running or not)
/sbin/service atd start
to start it. Likewise using "stop" to stop it or "restart" to restart it.
/sbin/chkconfig --list
gives a list of all services and the runlevels for which they're supposed to start automatically.

If you want to have atd started after each reboot, you should look at:
man chkconfig
(man page for /sbin/chkconfig)
man init
for more information on the different runlevels of your system.

For instance, a command like
/sbin/chkconfig --levels 345 atd on
starts the "atd" service (at daemon) when your system enters runlevels 3, 4 or 5 (typically the multi-user runlevels - ie the runlevels you enter after a normal boot).

man atd
man at
will of course give you info on the "at" program and it's background daemon "atd".
"at" is used to make certain commands run at a fixed time in the future. It's a bit like cron, but cron schedules tasks repetitively, ie it makes programs run each day, each week, every Tuesday, and stuff like that.
"at" on the other hands makes the program run just once at a given time. You can for instance use it to make
your program run tomorrow at 2am, so you don't have to wake up to run it

atd.pid is the PID-file (PID stands for Process ID) for the "at" daemon (atd). A PID-file simply said stores the PID (the process number under which atd is running). If the file is missing, this typically indicates that atd isn't running. If it is running, it should store it's PID in the atd.pid file.
 
Old 02-15-2006, 11:09 PM   #3
monideepa
LQ Newbie
 
Registered: Feb 2006
Posts: 5

Original Poster
Rep: Reputation: 0
thanks very much for the help. it is working fine now
 
Old 02-16-2006, 01:47 AM   #4
timmeke
Senior Member
 
Registered: Nov 2005
Location: Belgium
Distribution: Red Hat, Fedora
Posts: 1,515

Rep: Reputation: 61
Can you please post some of the configurations you've changed or commands you've entered to make it work?
This information is very handy for future readers of the forum.
Think of it like this: if one day someone who has the same problem as you tries to search this forums for the answer, and all he gets is "it is working fine now", he won't be too happy...
 
Old 02-16-2006, 09:26 PM   #5
monideepa
LQ Newbie
 
Registered: Feb 2006
Posts: 5

Original Poster
Rep: Reputation: 0
I enabled atd services from Yast-System-System services(Runlevel)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Daemon arunachalam Linux - Newbie 1 09-08-2005 06:22 AM
daemon or not? ZX_SA Linux - General 2 08-08-2005 01:13 AM
In need of a sound daemon Aphex_Twin2 Linux - General 6 05-17-2005 09:18 AM
daemon nobu Slackware 1 01-09-2003 08:02 AM
What is a daemon? nutshell Linux - General 3 02-26-2002 06:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration