Attempting cron jobs

Discussion and Technical Support for general software applications and utilities including OS related issues.
JMcNeese
Member
Member
Posts: 15
Joined: January 1st, 2012, 8:07 pm

Re: Attempting cron jobs

Post by JMcNeese »

and on the e-mail bit below is a list of my exact setup with obvious modifications ...i've left everything the same as your listing on the site outside of adding my personal info, sir

Code: Select all

# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
#root=postmaster
root=thisismye-mail@gmail.com

# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
#mailhub=mail
mailhub=smtp.gmail.com:587

AuthUser=thisismye-mail@gmail.com
AuthPass=Thisismypassword
UseTLS=YES
UseSTARTTLS=YES

# Where will the mail seem to come from?
#rewriteDomain=
thisismye-mail@gmail.com

# The full hostname
#hostname=MyMediaServer.home
hostname=thisismye-mail@gmail.com

# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
FromLineOverride=YES
JMcNeese
Member
Member
Posts: 15
Joined: January 1st, 2012, 8:07 pm

Re: Attempting cron jobs

Post by JMcNeese »

Ian wrote:
JMcNeese wrote:the other issue comes in the form of this message "/bin/sh: cannot create /dev/nul: Permission denied"

it's what i get for my drivetemp and.....


Hi,

You need to run the DriveTemp script as root. Your own username does not have sufficient permissions to run it by default.

Re the "no sensors found" for the CPU temp script. I guess it's possible your mobo/chip really doesn't monitor anything at all. Do you have a file called
"modules" in the /etc folder. If so, what's in it?:

Code: Select all

cat /etc/modules


When you ran the sensors-detect command as root, did it run through ok or did it throw horrible errors? Perhaps you could try running it again and dumping the output in your next post.

Ian.




semi-side note...family is the only user on this comp so how would i go about entering it in as a sudo process if from what i understand family is the only user i've created so far...shouldn't that be the the root user?

and when i type in cd /etc/modules i get

Code: Select all

-bash: cd: /etc/modules/: Not a directory


simple guess says that means i screwed up somewheres?
Post Reply