Ubuntu :: Kde Scheduler (kcron) Not Working?
Oct 5, 2010
When I try to schedule a task with kcron, It doesnt work. I installed it with sudo apt-get install kcron. Now it appears in advanced system settings.If I test the task with the run now button the task works correctly. However, when the set time arrives, the task is not performed automatically. I have tried both the personal user cron and the system cron.
By the way, when I try sudo service crond restart, It says service not recognized and when I use sudo contab -e, the file is empty. It should have something since I added an entry in the system's cron in the kde schedule manager.
View 9 Replies
ADVERTISEMENT
Jul 28, 2010
I recently read about "at" and thought it was neat, so I wanted to try it out. Unfortunately, it doesn't seem to do what it's supposed to. I would type: at now + 1 min
Then in the prompt I would type:
echo hello
zenity --info --text="HELLO"
<Ctrl+D>
I confirm the job is entered with "atq" and sure enough, the job is there, for the correct time. When the time comes around, nothing happens, and the job disappears. I don't see any text in the console, nor do I see a zenity infobox pop up.
View 9 Replies
View Related
Apr 24, 2011
I recently got an SSD and want to switch to using the noop IO scheduler permanently. I understand how to change the scheduler at runtime, but where can I put the command to make it apply on bootup?
I know you can pass "elevator=noop" to the kernel, but that sets all the drives to that scheduler, which I don't want as I still have ye olde spinning drives too - I just want a single drive set to noop..
I'm guessing there's an init script somewhere which is ideal for this, but I've no clue which!
View 3 Replies
View Related
Feb 6, 2010
Is there a DEB of the 2.6.32 Kernel with the BFS Scheduler built in? I'd like to give it a run, but I'm not so sure about compiling it on my own.
View 9 Replies
View Related
Apr 9, 2010
I have seen tutorials all over the web on how to use this, but I can't find the Task Scheduler anywhere on my system. I'm using 9.10.
Can anyone point me in the right direction?
View 1 Replies
View Related
Jul 20, 2010
I recently loaded ubuntu 10.04 on an older laptop to get a feel for using a GUI version. I would like to setup a recurring job schedule to start sound recorder or Audacity. I would prefer it was from a graphical user interface but would do it with a cron if I could get started.
View 1 Replies
View Related
Jul 8, 2010
I'm having a problem with Vuze locking up when I use the speed scheduler plugin. I never had this issue when I was using them in windows.
Here is whats happening. I have speed scheduler set to pause my seeds during the day. sometimes when it pauses a finished torrent the status of the torrent will be stuck on "stopping". When it does this my bandwidth up and down drop to 0 and I cannot download new torrents. I cannot removed the "stopping" torrent or even restart it. Vuze just kind of locks up. I have to kill the java process and restart Vuse before I can get it working again.
I'm running the latest version of Vuze and the speed scheduler plugin on Ubuntu 10.04.
View 2 Replies
View Related
Jul 12, 2010
I'm trying to run a command with the 'at' scheduler in Linux Mint 9. It's basically a ssh connection to my Smoothwall firewall to tell it to shut down, but that part isn't really important. The problem I have is that I can't get the 'at' schedule command to do much. I can type commands into the terminal and they work perfectly. If I enter exactly the same command into 'at' nothing happens.
For example, I can type 'plink -load smoothwall' into a terminal and a new ssh terminal comes up asking for my password to make an ssh connection. If I create an 'at' job with the same command, ie:
Code:
$ at now + 5 minutes
at> plink -load smoothwall
at> <Ctrl-d>
$
then nothing at all happens when the 5 minutes are up. I've checked that the job exists by doing an 'atq' command. Obviously there's something about 'at' that I don't understand. I've googled, I've looked in this forum and I've looked in a copy of 'The Linux Bible 2010' all without success. I've tried various alternative ways of entering the command for a couple of hours and I'm still stuck.
View 13 Replies
View Related
Feb 9, 2011
I am trying to write a BASH script that will help people print on Linux Servers (CentOS). I am asking the file in the script. We use a print server That have specific named print queue/ports.
The syntax I am using is:
lpr -H at-test.college.edu:Test-BWQ -U test test.doc
and I get a "lpr : Error - Scheduler is not responding!".
[Examples used:]
Server: at-test.college.edu
Port/queues: Test-BWQ
user: test
View 8 Replies
View Related
Jun 9, 2010
So how do I get real USB performance back? On older kernels, copying files to USB sticks, I'd get 30Mb/s. Struggling to get 4Mb/s now. What settings can I change?
View 10 Replies
View Related
Nov 16, 2009
I have made a vb6 porgram, it is running without any error in windows platform. However, i want it to be run at Fedora too. I run my program with Wine Windows Program Loader in a Linux pc, but the program stuck with an error message:
Run-time error '429':
ActiveX component can't create object
I thought it was the error message because of missing some dll/reference files, so I tried to copy all those related .dll & .ocx file into my wine file. (Just copy and paste into the system32 of wine, no regsvr32 statement to register the .dll as what we always do in Windows.) However, all my efforts are in vain. I not sure what is the cause of this error.
View 12 Replies
View Related
May 13, 2011
i am running linux kernel 2.6.32-30 and my aim is to do packet aggregation in linux,so i created a qdisc simple one like sch_fifo.c and i wanted to put upon the dequeue function but when i attach my qdisct with tc qdisc add dev wlan0 root aggregate my screen just go black and in var/log/messages it says 31 m of stolen memory.graphic perfomance may suffer. can you somebody pls help me. Below is my dequeue function.
static struct sk_buff *aggregate_dequeue(struct Qdisc *sch)
{
struct sk_buff *skb;
struct packet_buffer *packet_buffer = {0};
packet_buffer->size=0;
skb = __skb_dequeue(&sch->q);
[Code]...
View 1 Replies
View Related
Mar 20, 2011
When I boot , I find a line: starting deferred execution scheduler: atd failed. How to do with it? I use Debian 6.
View 1 Replies
View Related
Apr 30, 2010
I have created a simple download schedular with source-code give below :
---------------------record_strokes.sh-------------------
touch /home/student/packs/lynx/logfile
lynx -cmd_log /home/student/packs/lynx/logfile
[code]....
View 10 Replies
View Related
Mar 22, 2016
Following VMware recommendations on how to change linux I/O scheduler for guests, I'm trying to do it on my VM machine running Debian Wheezy. At the moment I'm running kernel backports:
Code: Select all$ uname -a
Linux brutus2 3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3~bpo70+1 (2016-01-19) x86_64 GNU/Linux
The default I/O scheduler at the moment for device /dev/sda is CFQ, and I can change it on the fly to NOOP:
Code: Select all$ cat /sys/block/sda/queue/scheduler
noop deadline [cfq]
$ echo noop > /sys/block/sda/queue/scheduler
$ cat /sys/block/sda/queue/scheduler
[noop] deadline cfq
[CODE]..
View 1 Replies
View Related
Jan 17, 2011
I am new to the forum and new to Linux.
I am trying to explore if Linux can be run on a multicore platform when the max frequency of one the cores is less than the others.
please give me some pointers or let me know if you have tried such HW configuration.
View 1 Replies
View Related
Aug 7, 2010
trying to save abit of power where i can, this is from my fileserver/htpc, a zotac gf 9300 itx motherboard and a underclocked e3300 at 100mhz on fsb. is there any way i can lower the amounnt that these processes wake up the cpu?
Code:< Detailed C-state information is not P-states (frequencies)
1250 Mhz 0.1%
1000 Mhz 0.0%
800 Mhz 0.0%
600 Mhz 99.8%
[Code]...
View 4 Replies
View Related
Apr 30, 2010
I have created a simple download schedular with source-code give below :
---------------------record_strokes.sh-------------------
touch /home/student/packs/lynx/logfile
lynx -cmd_log /home/student/packs/lynx/logfile
[code]....
View 1 Replies
View Related
Jan 21, 2010
I need a download manager software with scheduler and auto-shutdown ability for linux. I google it and found many of them, but all of theme can auto-shutdown after all download finished!I need something like Free Download Manager (FDM) in windows that schedules auto-shutdown at a specific time and date!Now I'm using cron. but I want the download manager do this for me.
View 3 Replies
View Related
Aug 12, 2010
as we all know Process Scheduler does Process scheduling and its a process as well. I was just wondering that if this happens then the Process "Process Scheduler" should be a part of Process queue as well.
So if there are 5 process are there in Process queue & process scheduler is administrating them then since its also a process, once it puts a process under RUN state it should itself go inside queue because at one instant only one process can get executed on a processor. This is quite confusing for me. Please help me out. I tried to search on this but could not find any relevant topics.
View 1 Replies
View Related
Jun 23, 2010
I the Linux kernel 2.6.32, The CFQ scheduler has been changed as you probably know. They insert the 'low_latency" mode in it.I read that this option, actually limits the affect of the dirty data write from the buffer cache while the system doing sync IO.
From url:
Quote:
"the amount of async writeback sent to the device will be limited by the time since that last sync IO." "limiting the damage that the async IO can do while sync IO is also happening"
I also read that this option is not recommended to Database server.As I know, DB writes his DB files with O_DIRECT and won't write to the Filesustem buffer cache.SO this option don't need do bother him.
View 2 Replies
View Related
Jul 13, 2011
When originally installing 11.04 I had problems getting my Ralink 5390 wireless card to work.
Today my computer froze completely and I had to turn it off via the power switch. When I turned it back on, wireless was no longer recognized! My iPod can connect to the network just fine, so it must be an Ubuntu problem. There are no problems with my ethernet connection either.
I researched this and found several threads about blocking and unblocking wireless devices using the rfkill command. Well, unfortunately for me the rfkill command doesn't work. When I type sudo rfkill list or sudo rfkill unblock all, nothing happens; it just returns me to my bash prompt. I even tried uninstalling and reinstalling rfkill...nothing.
View 1 Replies
View Related
Jun 21, 2010
I have been looking around the forums searching for similar problems, it seems not only me had this problem. About a month ago I did a regular update via Upd Manager. The next day - no wired connection.Still managable, since the local library has wireless. Now that won't work either.Just after I upgraded from Jaunty, I accidentally removed NetwMngr from the top right corner of the screen, but that should not have anything to do with how the program works, right? I now cannot reach NM, if I run it from the terminal, nothing happens visibly.
View 5 Replies
View Related
Sep 18, 2010
I installed it on a Dell Inspiron 531 with the GeForce 6150SE nForce 430 built in video card. From the recommend driver list I installed �NVIDIA accelerated graphics driver (version current) [Recommended
Well, turns out it should not have been recommended. I had restarted and all I got was a low res ubuntu logo and a boot right into a full screen terminal. Tried startx and got a no screens found, I look online for about an hour last night and decided to just reinstall, which takes a couple hours when installing all the packages.
I have done more research today and found to install the latest linux x64 driver from nVidias website, which I did, but it does not run. I followed some more instructions and it said to do a �sudo chmod +x <file>� which I did, and it starts to open and I get �You appear to be running an X server; please exit X before installing.�
I�m starting to get a little frustrated here, guess I�m just used to a lot of the ease of windows and assumed that something like installing a graphics card driver would be easy.
View 3 Replies
View Related
Nov 17, 2010
I have a Dell Latitude D530 Laptop (500 GB HDD). Installed Windows XP and then Ubuntu 10.10 to do dual boot. everything works fine in Windows XP.In Ubuntu 10.10 I had issues connecting to Internet(Through Wirelss), I was able to rectify this issue by dsiable ipv6 from firefox about:config and setting true to network.dns.disableIPv6. After this I was able to connect to internet and browse websites from Firefox.But I am having Issues with Evolution Mail(Connection Timed Out) and Google Talk Client(Connection Timed Out).Empathy Internet Messaging gets connected fine.I was wondering if I will have to disable IPv6 System wide and hence I added the following lines to /etc/sysctl.conf
#disable ipv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
[code]....
View 9 Replies
View Related
Jul 25, 2011
I had an Ubuntu Server 32 bit installation and everything was working fine. Now that I installed Ubuntu Server 64bit on a new drive in the same machine, the ethernet card is not working!! This is insane cause when I put the hard disk with the 32bit installation back and booting from it, the ethernet card is working without any problems but in the 64bits installation it is not shown at all using "ifconfig -a"
lspci output:
Quote:
02:00.0 Ethernet controller: Atheros Communications AR8151 v1.0 Gigabit Ethernet (rev c0)
How can I check which module is being loaded in the 32bits installation to try to load it manually in the 64 bits installation?
View 3 Replies
View Related
Jan 19, 2011
I just installed the lamp stack and so far my default site is working. But a 2nd site I made is not working.I created the config file in /etc/apache2/sites-availableit reads:Quote:
<VirtualHost myip:80>
ServerAdmin webmaster@mydomain.com
ServerName mydomain.com
[code]....
View 9 Replies
View Related
Mar 7, 2011
I have very interesting problem after ~10 PHP Fatal error, php 5(latest one) in apache2(latest one) in Ubuntu Server 10.10(with latest updates) just do not work. So if try any php page it's not working(user see white page), but HTML still work fine.What that can be? So only restart apache is help to back php. (we are running Wordpress blog 3.1)
View 2 Replies
View Related
Apr 25, 2011
I had a problem with apache2 and getting .htaccess working. I have done some things and i believe its working the ErrorDocument command is anyway. I believe there may be some problems with the rewrites though.Im trying to take a urlhttp://localhost/showthread/123and make it display whats on http://localhost/index.php?showthread=123The rewrite rule is Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^showthread/([^/.]+)/?$ index.php?showthread=$1 [L]
[code]....
View 8 Replies
View Related
Apr 26, 2011
.m4a files not working in banshee but working in rhythmbox.
View 1 Replies
View Related