General :: Crontab Show Live Timing/queue Of Upcoming Jobs?
Nov 18, 2010
is there a command or utility out there anywhere which can output a countdown of upcoming jobs from crontab? So you can display the queue of tasks in the order that they'll next run.
Anything like this out there?
EDIT: I realise there's crontab -l but that just echoes out the contents of the crontab file. I'd like somehow to get a countdown.
View 4 Replies
ADVERTISEMENT
Nov 30, 2010
I am having a shell script which runs perl jobs.The script is starting the perl jobs when it is executed manually from the command line , but when the same script runs from crontab it is not starting the perl jobs.I have these things in the begining of the script
. /etc/profile
export MDX_HOME=/home/entsms
source $MDX_HOME/.bash_profile
[code]....
View 1 Replies
View Related
Mar 28, 2010
I have 2 printers plugged into a Windows XP PC (an Epson Stylus Photo RX580, and an HP Laserjet 1020) with full sharing on and everything, and is shared with other Windows PCs via the network I have set up. It has worked perfect. But today I added a PC running Ubuntu 9.10 and and can't figure out for the life of me what I am doing wrong. I installed both of the printers via the GUI in Administration, and both of them are detected and Ubuntu says they're working. But when I put something in the queue to print it stays there with the status "pending".
View 8 Replies
View Related
Jun 16, 2010
I have no idea what's going on. I've had this machine running for over a year, and it's been great. A month or so ago, I realized that jobs weren't going to the printer. When i VNC'd in, I noticed that print jobs would show up in the queue as "Processing" briefly, then disappear.
lsusb:
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code]....
I've even reinstalled the OS (not just for this reason) to no avail. Printer is dete cted without issue, I just can't use it.
View 6 Replies
View Related
Jul 26, 2010
I'm running openSUSe 11.3 on a laptop and the printer is connected to my desktop which is running Windows XP. I have the printer and several folders and drives shared. I can see the folders and drivers on my laptop but I cannot get the printer to actually print. It is an HP printer but I am not using HPLIP. I can send a print job to the queue and the printer resets itself like it's going to print but nothing else happens and the print job just sits in the queue until I hit cancel and restart then printer.
View 9 Replies
View Related
Aug 22, 2010
my ERP is sending multiple xml files to my queue and printing daemon reads each files and send it to windows printer (queue) where another software that uses each file and prints one document at a time.I would like to control first part when ERP send XML file I would like printing daemon to send files to windows queue in order the files came in from ERP. Currently it send it in random order. (i think it's based on how fast it can process, size of file..ect)
View 5 Replies
View Related
Jun 10, 2010
My Printer Brother DCP-8045D only prints, when I send the computer (Lenovo X200) to suspend (or shutdown) and wake it up again, whilst a document is in the printer queue.
View 2 Replies
View Related
Jun 8, 2010
We have a lpr server for printing (not CUPS for compatibility with complicated domain/systems). We configured our linux systems -- RHEL4, RHEL5, and Ubuntu 10.04 -- so that lpr is one of the gtk print possiblities by adding 'gtk-print-backends = "lpr,pdf,file"' to gtkrc. This works great for several gtk-enabled applications like Acrobat Reader (acroread).
However, Firefox 3+ (tested 3.6.3 & 3.0.19) doesn't actually queue any lpr jobs until after quitting the application.
View 1 Replies
View Related
Jun 20, 2015
In my office there is a department where the access of internet & intranet is very limited. I've been given a task that I should add a script which would automatically take screenshots of the PCs. The script works fine, but I can't make it work with the cron jobs. There are many methods given on the internet to grab screen, but none of them works with cron.
View 2 Replies
View Related
Apr 27, 2010
I am using Linux 64 bit Redhat Linux. I am trying to setup simple crontab as follow...1. Edited crontab file using crontab -e2. Listed the file once to verify it using crontab -l. This will display as.. 18 5 * * 2-3 ksh $HOME/testScript.sh > $HOME/testscript.out3. Logged in a root and restarted cron deamon using "/etc/init.d/crond restart"As per my understanding now my testScript should start running at 5:18 am Thuesday
View 3 Replies
View Related
Jun 12, 2010
On formula1.com live timing which is java applet starts but does not refresh. Time of training is not counting and there are no new sector times and overall times for drivers laps. Firefox is 3.6.3 and jre is jre-1.6.0_20-fcs.i586.
View 3 Replies
View Related
May 9, 2010
Running a clean install of Lucid 64, I have a problem with the Firefox Java plugin with the "Live Timing" feature of the www,formula1.com site. Live Timing is an applet they provide that displays sector and lap time information for races, practice and qualifying sessions. It was working fine under Karmic 32 but no luck so far with Lucid 64.
Initially trying to start Live Timing caused Firefox to become unresponsive, I saw that the Java plugin being used was the IcedTea one, which I have heard can be a bit flakey. (Not sure what I was using under Karmic BTW).
I notice that the Sun proprietary Java stuff is installed - I presume when I installed ubuntu-restricted-extras. So I disabled the IcedTea plugin in Firefox and tried to use the Sun Java Moz plugin by creating a symlink to
Code:
/usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/amd64/libnpjp2.so
in
Code:
/usr/lib/mozilla/plugins
Firefox then lists the Sun proprietary plugin under addons - plugins but it doesn't actually seem to do anything, as I just get an empty Window with the Live Timing Applet.
View 2 Replies
View Related
Oct 4, 2010
im searching a kde programm to show current print jobs. I've installed aptosid (actual version).I've searched the repository and I only found printer-applet which does not run in aptosid - I got the following error messages:
Code:
Traceback (most recent call last):
File "/usr/bin/printer-applet", line 1161, in <module>
[code]...
View 2 Replies
View Related
Feb 7, 2011
I have a 11.3 machine as a print server sharing out a printer Then I have two clients using that printer. One 11.3 and one 11.4 6 of 6. When I print from LibreOffice on either machines every other print job disappears. I'm a bit puzzled ! It's not random it's exactly every other that doesn't show up at the server. It's not in the server job log.
View 5 Replies
View Related
Jun 23, 2011
is it possible disabling a crontab job without deleting the crontab description entry (by crontab -e)?I could also accept to change the entry itself. Now it's:0 0 * * 0-6 /home/me/cron/script.csh
View 4 Replies
View Related
Dec 3, 2010
Show me the content of your linux live cd running linux with it. (The thing is we are using a live USB, is it possible with a usb, how to do it, otherwise I tell everyone to burn a live CD, if it is possible with a live CD and not with a USB (= normally not loaded in bios in windows usb = plug&play).
View 6 Replies
View Related
Nov 3, 2010
is it possible to get the length or even the items of both queues, the run queue and the swap queue? I've googled a lot but had no luck. Maybe I havn't used the correct search words...
Is there any header and/or code example to use structures or any API to get these information from the kernel or the scheduler?
View 1 Replies
View Related
Mar 11, 2010
I just installed my first ever install of Linux (used Fedora) and am using SSH to access it from my Windows machine. It keeps timing out. Is there something I need to set to make it available all the time?
I was able to get the SSH on and to autostart just fine but when I boot up it only works half of the time. I have to move the mouse and keyboard on the Linux machine before it will respond.
Also if I am working on my Windows machine and don't move the mouse or keyboard every now and then it doesn't work.
View 6 Replies
View Related
May 29, 2011
What is the difference between the crontab located in /etc/crontab and the crontab that can be edited using crontab -e?
View 2 Replies
View Related
Apr 8, 2011
I have a remote desktop session to a Windows 7 Workstation that keeps timingut/disconnecting after a minute or two of idiling. Also, sometimes it disconnects while I am in the middle of using it.I have tried turing off all NIC power saving options, the sound option for remote desktop, and all the go to sleep power saving options. I don't have any issues with remote desktop connecting to various Windows Server 2008 R2 Machines and VMs.
View 1 Replies
View Related
Jan 12, 2011
After some difficulty I got MoBlock and Mobloquer installed on my Ubuntu 10.10 live USB. Lists all updated perfectly, and I made sure that HTTP and FTP traffic are not allowed. All's going well, still it shows nothing under the "Logs" tab, and under the "Manage" tab, "Number of blocked connections: " is still 0. MoBlock is "up and running". Now I did some browsing as a test, cuz I'm pretty used to Peer Guardian on Windows, and I know that by now it should have blocked quite a lot of stuff. Should I have "No time stamping" checked, cuz in the "Blockcontrol log", whilst struggling to get it working, it said that "notimestamp" was a depreciated feature.. or some thing like that anyway. It still shows nothing under the "Logs" tab, and it shows "no blocked connections under the "Manage" tab still.
View 1 Replies
View Related
Aug 28, 2011
I'm having a bit of Internet trouble with a fresh install of Ubuntu Natty and I haven't been able to track down the problem. I have my desktop running over a wireless network, which connects without fail. Somewhat frequently, however, connections to particular websites will start timing out (google, facebook, stackoverflow, us ubuntu archive, etc.). I'm also having a strange issue where my home page [URL] is redirecting to [URL].
Initially I thought it might be an issue with Comcast DNS, so I updated the router to use OpenDns servers. When that didn't work I started to try accessing some of the problematic sites through my laptop (which is using the same router) and they all connect without problem. The issue seems to be with my Ubuntu install, but I'm not sure where to look.
EDIT After doing some further digging, this is starting to look like a DNS issue. My home page appears the resolve to an incorrect ip address when the redirect issue occurs. Still not sure how to track down the problem, however.
View 1 Replies
View Related
Nov 10, 2010
I followed the instruction in the cheese help tutorial. The changes inGStreamer to produce the live stream in cheese "try changing from xvimagesinkto ximagesink or vice-versa.", only make both fail if changed to xvimagesink.As suggested here it goes the log...
Cheese 2.28.1
Probing devices with HAL...
Found device 041e:4051, getting capabilities...
[code]...
View 7 Replies
View Related
Jan 21, 2011
My question is, why can't Xorg show live previews of minimized X clients? Mac OS X is the only OS that can, and I have no good idea why.
View 4 Replies
View Related
Jun 24, 2011
I'd like to measure network latency for SNMP GET request. There is a free command line tool time which can be used to find timing statistics for various commands. For example it can be used with snmpget in the following way:$ time snmpget -v 2c -c public 192.168.1.3 .1.3.6.1.2.1.2.2.1.10.2IF-MIB::ifInOctets.2 = Counter32: 112857973real 0m0.162suser 0m0.069ssys 0m0.005sAccording to the manual, statistics conists of:
the elapsed real time between
invocation and termination,
the user CPU time (the sum of the
[code]....
View 3 Replies
View Related
Mar 19, 2016
I have a Mac Pro 1.1 and am having trouble installing Debian. I installed rEFIt but it won't show my install and live disks at startup. I have very little experience with the command line but would be willing to try. I have installed debian to my pc and used the command line successfully there, but want the OS for my mac.
View 4 Replies
View Related
Apr 4, 2010
I am booting from a USB stick live CD image of Kubuntu 10.04 Beta. When I run the installer, and choose the "manual select partitons" option, it lists only my full hardisk, whereas I have atleast 5 partitions on it, and none are shown. Could anybody help me with this? I want to install on one of the partitions and leave the rest intact. I am dual-booting BTW.
View 4 Replies
View Related
Jun 13, 2010
I am wondering how i would do this using VLC (i want both video and audio to be recored),
i see this RTSP Protocol people use but no idea how to use this for a website thats going to have a live show on.
By the way the thing i want to record will be here http://e3.nintendo.com.
Would it be rtsp://e3.nintendo.com?
hopefully thats a link that can be recorded...right?
the reason i want to record this is because i got a test i have to take... i gotta stay for like 2 hours.
View 6 Replies
View Related
Aug 26, 2010
I have a question about using crontab with /etc/crontab...
I had a cron job that I needed to run as root. At the time I thought that sticking it in /etc/crontab would be a good idea. However, I used the crontab command to edit /etc/crontab, which I guess is not standard procedure? Specifically, I configured /etc/crontab as my local user's crontab (i.e. sudo crontab /etc/crontab) then added my cron job as I would a local user crontab (i.e. sudo crontab -e).
Originally, my cron job looked like this:
30 * * * * root /my/batch/script &> /dev/null
After adding the new cron job I started seeing errors. Something to the effect of "can't find command root" or something similar. So I removed the 'root' user definition from the cron job and the job started running fine. However, because this is /etc/crontab, there are other system related cron jobs that have been defined to run under the root account (e.g. "17 * * * * root cd / && run-parts --report /etc/cron.hourly" runs as root, etc.). So these pre-existing system cron jobs, which up until now have been running smoothly, are now generating "can't find command root" errors. But I think that the system cron jobs _are_ successfully being run someplace because logrotate seems to be working.
So what I _think_ is happening is that /etc/crontab is being run twice: once as the system crontab, and once as my sudoed local user's crontab. When I run crontab -l I see nothing, but when I run sudo crontab -l I can see the contents of /etc/crontab. I am reluctant to delete my sudoed local user's crontab, because then in the process I would be deleting the system crontab, and I do not know how I should restore the system crontab's contents. (I am still not sure as to the most appropriate way to edit the system crontab).
How can I get out of this mess? I want /etc/crontab to go back to the way it was before--running _once_ as the system crontab. As for my new cron job, I'm willing to reconfigure it anywhere so long as I am still able to run it as root. Any ideas? (I am using Ubuntu 8.04 Server LTE)
View 2 Replies
View Related
Nov 18, 2010
I created a the class like this for shaping the packets with a specified bandwidth rate.....
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 15
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 750kbit ceil 750kbit
tc class add dev eth0 parent 1:1 classid 1:3 htb rate 600kbit ceil 750kbit prio 0
For Our Requirement:-
I dont want to specify the bandwidth rate strictly like this rate750kbit ceil 750kbit,based on whatever speed is coming which should allocate the bandwidth rate for particular class...I need one application for finding the upcoming bandwidth & Is any other method is there for specify the bandwidth rate in a classes.
View 1 Replies
View Related