Ubuntu :: How To Use Anacron (schedule Tasks)

May 10, 2011

Well I'm totally frustrated. I have been trying to figure out how to use anacron (schedule tasks). I Googled,Binged,Yahooed, and manpaged.I cannot find how to, at least, start anacron. To use 'cron' I use crontab -e. What do i use to start anacron?.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Understanding Roles Of Commands: At - Batch And Anacron

Nov 19, 2010

I'm trying to understand the role of the at command. Does cron use at to run its jobs? Or is at, and batch for that matter, a separate cue that is only stored while the computer is on. As for anacron, anacron on runs once a day and is geared for a computer that is turned of frequently, as opposed to a server when it is on all the time. I've already man'ed these commands, and googled. I'm just trying to understand more how they work.

View 2 Replies View Related

Software :: Anacron Email - Segmentation Fault - Ubuntu

Dec 7, 2010

My sisters machine is running ubuntu and having just logged in as root I noticed I had some emails from anacron. These all read:

[Code]...

View 6 Replies View Related

Ubuntu :: Anacron Not Running Weekly Or Monthly Backup Script?

Aug 16, 2011

I have been trying to set up PC up to do automatic backups using a script I developed and anacron. The script runs perfectly when I run it manually in bash, but won't run through anacron. I followed all the advice on CronHowTo etc etc and are at a loss for why this is not happening. Here is my anacron tab (new bits in blue):

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# These replace cron's entries
1 5 cron.daily nice run-parts --report /etc/cron.daily
7 10 cron.weekly nice run-parts --report /etc/cron.weekly

[Code]...

View 1 Replies View Related

Fedora :: Boot Hangs After Anacron / Solution For This?

Aug 16, 2009

In F10 the boot sequence hangs just after loading anacron. I booted with interactive mode and after saying 'yes' to starting anacron I'm prompted to start 'local'. When I say yes, my system hangs.

I've seen quite a few posts regarding very similar issues that people were having. None of them seem to have a clear cut solution.

Some posts mentioned about the wrong video drivers, however I've been using the same video drivers for a couple of months now and never experienced this problem.

I looked at /etc/rc.local and all it has in it is 'touch /var/lock/sybsys/local'

I also looked at the file above and there is nothing in it.

Any ideas/solutions? Everything was working just fine the other day. so I'm completely baffled.

View 14 Replies View Related

Fedora :: Change Time At Which Daily Events Run Per Anacron?

Jan 21, 2011

I'm trying to find out how to change the time at which daily events run per Anacron. Has anyone done that before?

View 1 Replies View Related

Debian :: KERNEL PANIC When Cron/anacron Is Runnig?

Apr 6, 2010

I just turn of the services, but there is something wrong about it...How to locate the problem? Maybe its some script in /etc/cron.*? Ive tried running them "manually" but nothing special happened. Is there a log for cron-scripts (or what are they callled)?The kernel panic says something like this: "Kernel panic not syncing, fatal exception in interupt, iwl4965 - irq_tasklet".So it seems to be in the iwl4965 driver, but also strange as it is connected to ana/cron.

It hapens very unregularly sometimes just a minute after starting ana/cron, sometimes it can go longer. It wasnt always like this, first it just happened when I played Warcraft on wine and i thought that was the cause (it might not even be the same problem, but i think so), but then it happened at other times also, so I fiddeled around with the startup services and found that disabling cron and anacron (its about the same thing I figure) keeps the trouble away. Well, its not a big problem, but I just wanted to see what the problem is, Also, is the cron-script doing anything of importance

View 2 Replies View Related

Fedora Installation :: Newest Nvidia Driver Still Hangs At Anacron / Fix It?

Feb 6, 2009

After a few days of wrestling the xorg.conf file and the akmods/kmod apps, finally have it running properly with a dual display/one graphic card setup BUT only from init 3 and then startx. Trying with init 5 shows a segmentation fault right after recognizing the kmod driver but the sequence keeps running until it after it hits the anacron OK portion. This occurs with an NVIDIA 6800 XT which is covered by the 180.25 driver. Other forum Q&A suggests the wrong driver but NVIDIA recommends this one.

View 3 Replies View Related

Fedora Installation :: NVIDIA Quadro FX And 10 - System Always Locks Up During The 'Anacron' Testing Sequence

Feb 18, 2009

I recently purchased a Quadro FX 4800 and tried to install it on Fedora 10. During the installation, Fedora didn't recognize my new graphics card and began installing the OS in text mode. I stopped the installation and tried to start over, this time I passed the following command: linux resolution=1024x768. I then proceeded with the installation, and again, I was posed with a text mode installation. I continued with the text mode install and when Fedora was done installing, I rebooted and system just locked up.

At this point I was frustrated, so I reinstalled my old 8800 graphics card and started a new install with something that worked in the past. When the install was done, I loaded the latest NVIDIA drivers and the rebooted. I reinstalled my new graphics card (Quadro FX 4800) then powered up my system. I thought everything was good to go and all of a sudden my system flickered and then locked up during the 'Anacron' testing phase. I then rebooted with the "Ctrl+Alt+Del" hotkeys, but my system always locks up during the 'Anacron' testing sequence. I am aware that the Quadro FX 4800 is a few months old, but how can I get it to work in linux? It has gotten so bad, that I had to resort to using MS Vista.

System specs:
Intel Core Duo Quad Core
4 gigs DDR2
SATA RAID 0
Mobo: 680i SLI
800WATT Power Supply

View 5 Replies View Related

Ubuntu :: Schedule A GUI App With At Or Crontab?

Mar 2, 2010

I want to schedule a Java program to run at a certain time, which will open a GUI progress monitor while it runs, and then terminate when it's done. I can execute it fine from the command line, but I it doesn't seem to work when I schedule it with crontab. In fact, I can't make any gui by scheduling it, not even something like gedit or firefox.

I know it's pretty rare that someone would want to do this, but is there any way to schedule a GUI app?

View 1 Replies View Related

Ubuntu :: How To Schedule Program

May 23, 2011

now a day its difficult to wake up at 2 o'clock and on the pc starting downloading is there any way to schedule deluge program start at 2 o'clock

View 9 Replies View Related

Ubuntu :: Create A Script To Run Some Tasks?

Jan 6, 2011

I've been trying to create a script to run some tasks, for example: I have this script receita.sh, that needs the input of a time data to run. like: receita.sh <yyyymmdd> and I would like to get it running every 5 am with the computer time date..I have found the command date, that retrieves the system time date like:Thu Jan 6 17:39:39 WET 2011 Is there any way of getting the time date, and make it work in the script

View 3 Replies View Related

Ubuntu :: Free-BSD OS Benefit In Certain Tasks ?

Feb 11, 2011

I Had used Windows but fed-up of his Crashes and Viruses, Therefor i decided to Check out Linux for the 1st time, so i installed Ubuntu and as time Passed, i just love it now..I had also used KDE Environment but a lot of bugs+Little slow KDE Compelled me to stuck with Gnome,And am fine with it......I seen a lot of more OS's which are for special purposes like Backtrack , Free-BSD , Fedora etc....But i don't know their Purpose , So the post Objective is to find their Purpose and Benefits....

First of all i want to know about Free-BSD OS benefit in certain Tasks... & Why would Someone use Fedora , Backtrack..?

Moreover, I am Home-User, but i am interested to know about these OS's benefits, Where they are used and why...? Is these OS's are not for Home-Users....?

View 9 Replies View Related

Ubuntu :: Cannot Locate The Evolution Tasks

Apr 14, 2011

Recently installed 10.10 netbook edition, and evolution is behaving strangely. Albeit I've never used it before, but having read the documentation and googled it a bit I'm still lost. I cannot create or manage task lists. It's as if their functionality has been completely cut out of ev calendar. When I try to go to File->New->Task List, the Task list option does not appear in the menu (not greyed out, nothing). Can't find the button that's supposed to be there either. I've also checked synaptic for evolution task packages, but no avail.

View 3 Replies View Related

Ubuntu :: Tasks Not Showing In Evolution?

Jun 9, 2011

I'm using Evolution in Gnome 3 and I'm having this rather annoying issue---whenever I make a new Task, it does NOT show up in the Tasks bar. Even if I try searching for it, the task doesn't show up (even making a new Task List doesn't show up), which makes me think it was never saved properly in the first place. I also tried seeing if there was any sort of error while running Evolution by opening it via the terminal, but I don't get anything. Does anyone else have this issue? Is this a known bug with Evolution

View 2 Replies View Related

Ubuntu :: Evolution Tasks Missing

Jun 20, 2011

Yesterday, I found that the majority of my tasks on Evolution (2.28.3) had just disappeared. I last did a backup of my system 2 weeks ago but in that time important data has been added to my tasks lists on Evolution. I've read around and found that the problem may be fixed by rebuilding evolution-data-server (see here). However, if this means re-compiling evolution-data-server from the package manager, well, I don't seem to keen on doing that unless I can get confirmation of how to implement it, i.e. how do I rebuild evolution-data-server?

View 4 Replies View Related

Ubuntu Installation :: How To Do Mac OS Finder Tasks

Jun 20, 2011

Tried to use Ubuntu 11.4 to assist in recovering a windows xp system. Ran from cd without installing. Failure. Could not find Windows hd. How do I list all storage media. Where is the Mac OS Finder/Windows explorer? Could not find Terminal. Ran search, but seems limited to just your user data. How do I do a search for the terminal applications. Did get some worthless display of all installed programs, but could not launch application. Is there a way of switching the old User Interface from the running from CD version?

View 2 Replies View Related

Ubuntu :: Run A Script With Scheduled Tasks?

Jun 27, 2011

i have made a search on this subject and i always find the cron to be the solution for me. But i am asking because i think what i want can be done differently. i have a command line to grab stream and save it. i want this command to be run at different time (hours) on specific days. i should use the "at", as far as i saw here on the forum. But are there other way to do it? can i have a simple script that i run the day of the event, before this occur?

View 1 Replies View Related

Ubuntu :: How To Schedule Auto Shutdown

Feb 4, 2010

How to Schedule auto shutdown in Ubuntu? I am a newbie. Last night I have some downloads in progress while at the same time I really wanted to go asleep. So I wondered if there's a way to schedule auto shutdown the system after a set period of time. I heared its possible using command line but dont know the usage.

View 9 Replies View Related

Ubuntu Servers :: How To Schedule Email

Jun 17, 2010

I have Postfix and Procmail installed on Hardy.

Are there any tips/tutorials for sending out scheduled email?

My main use case for this would be sending out a Tweet and an email at the same time.

View 3 Replies View Related

Ubuntu :: Strategy To Schedule Rsnapshot If Pc Is Not Always On?

Jun 20, 2010

I just did my first rsnapshot backup of my /home/ to an external harddisk. When I am not at my computer for a couple of hours, I always shut it down. Therefore, there are no predictable hours of the day where I know that my computer is running. So, how should I schedule/crontab my rotating rsnapshot backups?

Is anyone using rsnapshot in combination with a schedule which is not based on exact times but rather on the time the computer is running?

View 2 Replies View Related

Ubuntu :: Create And Schedule A Script?

Sep 26, 2010

I'm running LXDE in Ubuntu 10.04, and NTP won't work properly for me. I've found that this command in a terminal will set my clock properly:

Code:
sudo ntpdate time.nrc.ca
But I have to do that manually.

How would I go about creating a shell script with that command and then scheduling it to run once a day?

View 2 Replies View Related

Ubuntu :: Schedule A Reboot Using The 'at' Command?

May 30, 2011

I'm trying to schedule a reboot ,using the 'at' command. Normally to reboot I have to be 'root'. I tried using sudo to start 'at',to no avail. How would I type the command ,using at, to reboot?

View 2 Replies View Related

Ubuntu :: Tool For Automating Repeated Tasks?

Feb 10, 2010

I want a tool, which can record my actions on the gnome desktop and play it again. I must be able to edit the recorded script.

View 3 Replies View Related

Ubuntu :: Installed A Version With No Desktop, Best Way To Do These Tasks?

Mar 6, 2010

Ok so i have a IOn based PC that i use for only xbmc. I previously had a full ubuntu 9.11 install.

I had to reformat the drive but i could not get audio working. I gave the ION Optimized live CD a go and it worked with HDMI audio running perfectly. The thing is when i close xbmc i don't have a desktop, it just goes to command line.

I need to install lirc, copy some keymap files into my xbmc folder and then setup wireless. What would be the best way? Can it all be done through command line? Can i install a desktop environment?

View 7 Replies View Related

Ubuntu :: Add Two Separate Tasks/jobs To Cron?

Jul 13, 2010

I want to add two separate tasks/jobs to Cron that needs to run every 10 minutes, but I would like the second job to kick off only 5 minutes after the first job. Is there any way this could be done within Cron?

View 2 Replies View Related

Ubuntu :: Execute Tasks List Before Shutdown

Aug 10, 2010

When I shut down my computer I want to show some pending tasks that I have to do before leaving the office... I did a local application to manage those tasks, so basically I just want to run a command, and shut down after I kill the app executed. I have already tried with these options:

* /etc/gdm/PostSession/Default --> this works only when I select LogOut option instead Shutdown.

* /etc/rc0.d/K01mycustomscript --> execute script after X is killed

* $HOME/.bash_logout --> This looks like does nothing.

* ./app-to-run && sudo shutdown -h now --> Don't like it for 2 reasons, prompts for sudo password, and can't use my laptop shutdown button.

How could I modify Shutdown dialog ? should I recompile Gnome ? Options? I am using Ubuntu 10.04

View 5 Replies View Related

Ubuntu Networking :: Purge Tasks In Evolution 2.30.3?

Jan 11, 2011

I'm running evolution 2.30.3 in ubuntu 10.10, with unity desktop, and I can't find the "purge" option for the tasks. As it disappeared or is it just me not finding it ? Also, while I'm here, I understand that unity is still in development. Where can I report the issues I notice while running it ?

View 3 Replies View Related

Ubuntu Networking :: Schedule Disconnection Of Internet?

Mar 25, 2010

i am using ubuntu 9.10.i connect to net through the gnome netwok manager via a mobile broadband connection. can anyone suggest any commands or tools with the help of which i can disconnect the net at a preset time or after a fixed interval has expired. i know that by executing "poff" command in terminal i can disconnect the connection, but i want the same to happen automatically without any kind of user intervention at a scheduled time.

View 2 Replies View Related

Ubuntu :: Closing And Opening Ports On Schedule?

May 26, 2010

how I can set up something to automatically open port 119 at 10pm and close it again at 3am..

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved