jhblzk

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jhblzk's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I have a line in the go file to run a .sh file to set up rsync between unraid servers. After upgrading to 6.8.0, this stopped working. I opened a terminal into the source server and tried to run the .sh file by itself. I get a permission denied message. There are no related messages in the syslog. I also logged into the server using putty, logging in as root, and got the same errors. I had to fall back to the previous release (6.7.2) where this is again working fine. As an observation, when listing files using ls, the resulting displays are not the same in the 6.8.0 level as they are in the 67.2 level when listing a user directory that is not affected by the release upgrade. I have no diagnostic file.
  2. What do I have to do to get notifications via email working? There does not appear to be any mail or smtp process running to provide this service, even though there are options for this on the notifications page. I really need those emails to know that my unraid boxes are running correctly.
  3. I had version 6.6.6. SMTP and emails were working correctly. Upgraded to version 6.7.2. SMTP settings show correct in Notifications settings. Use TEST button to send test email. Button changes to "Test Results" but none shows. Never receive test email. Checked SYSLOG but there are no entries referring to SMTP/mail activity at all. Do not receive daily system status emails. jhblzu1-diagnostics-20190712-1202.zip
  4. I used VIM on the script and specified "set list" to show special characters. There are no carriage returns, only line feeds ("$") at the end of each line. The script has been in use for several years without modification. The only change I have made recently was to install the latest unmenu version. I use PuTTY on windows to get into root on my unraid server. I tried copying the script from its file on windows to the clipboard, but I could not find any way to paste the text into a VIM session. Any other suggestions?
  5. I am running this script: date > /tmp/rsync.log rsync -ahv --stats --delete --log-format="%t %o %f %l %b" /mnt/user/HomeData/ rsync://192.168.1.132/mnt/user/HomeData >> /tmp/rsync.log date >> /tmp/rsync.log echo "-------------------------------------------------------------------" >> /tmp/rsync.log rsync -ahv --stats --delete --log-format="%t %o %f %l %b" /mnt/user/Media/ rsync://192.168.1.132/mnt/user/Media >> /tmp/rsync.log date >> /tmp/rsync.log echo "-------------------------------------------------------------------" >> /tmp/rsync.log rsync -ahv --stats --delete --log-format="%t %o %f %l %b" /mnt/user/Music/ rsync://192.168.1.132/mnt/user/Music >> /tmp/rsync.log date >> /tmp/rsync.log logger -f /tmp/rsync.log echo "rsync status from `hostname`" | mail -s "rsync stats" -a /tmp/rsync.log root The list line fails with file not found (/tmp/rsync.log). When I do list the /tmp directory, it shows a file named "rsync.log\r". If I attempt to do anything with the file, an error message says there is no such directory or file. I can list it if I use "ls rsync.log?". Does anyone have any idea why there is a special character being added to the end of the file name? I am running unraid 5.0-rc16c.