Sunday, January 24, 2010

Crontab: unexpected end of line | Unix Errors

crontab unexpected errorTech Blog - The error "crontab: unexpected end of line" is a very common error, and it usually just mean there is a blank line on your crontab file, fixing it is just a matter of opening your crontab file using "crontab -e" command and looking for the blank lines, or use the "crontab -l" below see the content of your crontab file.


For example, in the following crontab file there is a blank line between the two cron jobs which has a red text now..

$ crontab -l
# The root crontab should be used to perform accounting data collection.
#
# The rtc command is run to adjust the real time clock if and when
# daylight savings time changes.
#
10 1 * * 0,4 /etc/cron.d/logchecker
16 3 * * 0 /usr/lib/fs/nfs/nfsfind
(DELETE THIS LINE)
30 4 * * * /usr/local/bin/disk_check,sh
;;;;
;;;
;;
;

hope this help!

Check out other pages:

Tuesday, January 12, 2010

No Terminal Authorization Granted | SSH Tectia Client Error | Unix

Tech Blog - Recently I have been using SSH Tectia Client to connect to my Unix and Linux servers, however just couple of days ago I start encountering errors during after authentication when connecting to HP-UX boxes, the error that is show was "No Terminal Authorization Granted" a protocol error was detected this usually indicate a bug in the SSH application( either client or server) however I can still connect to the same host using the different workstation, so I figured out that my SSH Tectia Client is causing the problem and not my server, to fix the problem Im having I went into the SSH Tectia Client folder and deleted "default.ssh2" te I restarted SSH Tectia Client and was able to connect, if your having other problem with the SSH Tectia Client you can run it on Debug mode, go to Help > select Debugging then Enable Debugging, on debug level you can put in 0 to 9, 0 being no information is shown and 9 most detailed information is shown, the higher the number the more detail is shown, do take note that the application will suffer during debug mode.

Best Web Host lists the best web hosts in today's market.

For suggestion and concerns E-mail