Page 1 of 1

SnapRAID Script

Posted: June 29th, 2012, 4:39 am
by sirtyface
Hey guys,

I've implemented SnapRAID as described in the guide, including copy/pasting the Diff/Sync script. However, I'm receiving an error when running the script:
/usr/bin/mail: No such file or directory


Is there a package that I'm missing? Or should I modify the script itself to use the ssmtp program that was installed as part of the guide?

Thanks in advance for the help.

Re: SnapRAID Script

Posted: July 2nd, 2012, 9:44 pm
by Ian
Hi there,

Apologies for the lack of response. Yeah, looks like a change since I put up that guide. You need another package:

Code: Select all

sudo apt-get install mailutils


Then try and run the SnapRAID script again. Please let me know how you get on :thumbup:

Ian.

Re: SnapRAID Script

Posted: July 3rd, 2012, 5:05 am
by sirtyface
That did the trick. Thanks a lot Ian!