Skip navigation.
Home
Now Shipping Version 7.0

atd - at daemon missing?


Posts: 3

Hi,

I have been using Fedora, but found it a little hard to get the most out of, so moved to MEPIS which caught my eye with the nice Beryl business going on and the great LiveCD install.

However, having been running it for a few days, I tried to run an 'at' command to schedule a powerdown and at is not there.

I've searched for mention of this, but can't see it anywhere. It doesn't seem to be in the standard apt repositories.

Is there an alternative on Mepis or do I have something weird going on?

Beryl blows my mind - look forward to seeing the compiz merge.

Cheers
Moray

AdrianTM's picture

It is in the repos, I always

It is in the repos, I always do an "apt-get update" and then "apt-get install at" when I install MEPIS
--
Check out MEPIS Wiki: www.mepis.org/docs
Post on MEPISLovers, that's where MEPIS users help each others.

Thanks

I did an apt-cache search and couldn't see it, and then must have done an apt-get install atd.

Now I've done apt-get install at, and it's installed.

Thanks very much

Moray

Jon Du Quesne's picture

Remember

Moray, remember when you do an initial install of ANY Linux distro, that you should then use whatever tools are provided to "bring it up-to-date". So when you first install Mepis (the current version), there is the "apt-notify" icon on the toolbar. It will show you that some updates are necessary. Usually the number is not-quite-right. So start it up (this will start synaptic), enter root's password, and then click the Reload button, Mark all updates, and Apply.

What that does is, not only bring your system up-to-date, but also updates the list of available packages. If the list isn't current, no amount of "apt-cache searching" will find what you're looking for Smiling

BTW, glad you found "at" Smiling

I'm curious. For what purpose are you shutting your system down at a specific time? Don't you want your computer running all the time?

Jon

The ability to comfortably use a computer is directly proportional to desire to listen, learn, and experiment, and is inversely proportional to the fear, anger, and stubbornness that you show.

Hi, Thanks for taking the

Hi,

Thanks for taking the time over this. I've done an apt-get update, and when I search for "at" the results I get still don't seem to include it. There are a lot of them, so perhaps it is somewhere else. I presume the whole thing is going alphabetically though (unless it is done separately by repositories), so I would have expected to find it around here:-

"acm4 - multi-player aerial combat simulation
ale - A tool that merges images to increase fidelity or create mosaics
annoyance-filter - Filter that uses Bayesian statistics to detect junk mail
aolserver4-nsimap - This is AOLserver 4 module that implements IMAP4 interface
bbrun - An elegant tool for the Blackbox window manager that runs commands"

I don't seem to have an apt-notify and I'm using the command line rather than synaptic - perhaps this makes a difference?

It's a home PC in my bedroom so I leave it playing music and then it powers down. I don't use it during the day at all, or even the evening at the moment, so I feel guilty leaving it burning power. I've already got a SME server running 24/7 so figure that's my bit for the green movement Smiling

Jon Du Quesne's picture

Thanks

Thanks morayj for the clarification.

Yes, searching for a common word in amongst so much software's going to give you too many hits. In synaptic it is possible to do a search "by name" rather than a "search by description and name". The former will give you a much smaller list. The command-line "apt-cache search" will give you TOO MUCH GOOD STUFF.

I just did a "man at" (man is your friend) and found that you can do this instead:

$ apt-cache -n search at

The "-n" is a "names-only" search. It does not look for the string in the long description. The results; however, are still a bit long, and unordered. Do this instead:

$ apt-cache -n search at | sort | less

That will give you a nicely sorted (by name) list and allow you to page through it. You will find "at" about the second screen full Smiling

Jon

The ability to comfortably use a computer is directly proportional to desire to listen, learn, and experiment, and is inversely proportional to the fear, anger, and stubbornness that you show.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.