I know you can't use Quick filter in Synaptic after purging apt-xapian-index, but is there something more severe?
I know there are some performance issues, when you have it:
I know you can't use Quick filter in Synaptic after purging apt-xapian-index, but is there something more severe?
I know there are some performance issues, when you have it:
Ok, So I've made my script, I dropped it in /etc/cron.hourly
then I chmod 777
the file but it won't run (automatically). If I manually run it, it works fine. Do I need to do anything else?
I intend to use mutt
to send automated emails via cron
or at
with attachments to my gmail address when particular events happen on my Ubuntu server. Currently, mutt
cannot send email to external email addresses, I believe this is because I need to setup a Mail Transfer Agent. How do I go about selecting a suitable MTA and how do I set it up to perform what I need it to do?
If I create a script and then place it in this folder (/etc/cron.hourly), will my system run this script hourly? Or does my script need to begin with a command as well?
What is the Ubuntu way for system administrators to receive system notifications, which typically take the form of e-mail sent to the root account?
Examples of such notifications are the output of cron jobs, or degraded RAID notifications.
On a pretty much default Ubuntu 10.04 installation, I can't find any way that anything happens to root's mail other than being deposited in /var/mail/root
. How are users supposed to 1. discover it and 2. read it as it arrives?
I observe that on a warty, the installer added root: myusername
to /etc/aliases
. So back then the user who installed the system if (s)he read the local mail. So there seems to have been a regression somewhere along the way. Still this was not a complete solution, because Ubuntu users can't be expected to be aware that they have local mail and should set up their mail client to read it.
ADDED: given current replies, a server user should be able to cope, provided he's aware of the issue. Fair enough. But consider J. Random Desktop User, who doesn't know how to use a command line, and only knows how to click the mailbox icon to read his mail. How can he be notified that his system wants to tell him something? (Allow a one-time intervention by a more competent user if that's unavoidable.)