EdgarWallace

Members
  • Posts

    873
  • Joined

  • Last visited

About EdgarWallace

  • Birthday 09/05/1963

Converted

  • Gender
    Male
  • Location
    Switzerland

Recent Profile Visitors

3698 profile views

EdgarWallace's Achievements

Collaborator

Collaborator (7/14)

7

Reputation

  1. I have my backup server moved into another location hence had to assign another IP address (192.168.178.xx -->> 192.168.200.xx). Using 192.168.200.xx --> result: server is redirecting towards https://hash.unraid.net/ not found Using https://192.168.200.xx --> result: 404 Not Found I can access this server via terminal and I can access my files. The only issue is to access the WebUI.
  2. Thanks a lot @JorgeB. There is no newer BIOS available for the ASRock - E3C224D4I-14S and at least to my knowledge the HBA is part of the mainboard. This would mean a new mobo 😞
  3. I am having issues with an increasing amount of parity errors after each run. I have attached the diagnostics and would appreciate anyone's help. Thank you so much. nas-diagnostics-20221123-1921.zip
  4. I do not understand how to add the link that I am getting via the log. As soon as I am clicking on the link and basically linking unRIAD Dropbox to my Dropbox account I am getting another error (please see screenshot).
  5. There was a issue with emby: https://emby.media/community/index.php?/topic/69848-feature-option-preventing-emby-from-deleting-media-files/ I have now revoked permission for all emby users to delete anything. A bug in emby was my first interpretation for the data loss, but horror crept in when I saw that some other files were missing....
  6. Btw. since I am having installed 6.10.0-rc2 my server always comes up with a parity check....is it possible that this has something to do with the deletions?
  7. Thanks Squid!!! One example: I had all episodes in season 1 of The Walking dead. Now only "The walking Dead-S01E06.mkv" is left. I might have made a mistake when I did a data rebuild a year ago or so....seems that I have to check my backup file by file?
  8. Definitely in /mnt/user/iTunes and /mnt/user/Serien. I am afraid that there is more that I don‘t know yet.
  9. Recently I discovered that a fair amount of TV shows were missing and I thought that EMBY was the culprit. Today I saw that music files have also been deleted. I am really don't trust my server anymore after running unRAID since more than 10 years. Diagnostics attached, thanks for any help or hint. tower-diagnostics-20220220-1904.zip
  10. I came across this thread because of issues with Timemachine (Catalina). The TM backup wasn't running since unRAID 6.10.0-rc2 was installed. I think that "Samba extra configuration" elements need to be included if “Enhanced macOS interoperability” is enabled!
  11. [email protected]:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='openHAB' --net='br0' --ip='192.168.178.22' --cpuset-cpus='5' --privileged=true -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -v '/etc/localtime':'/etc/localtime':'ro' -v '/mnt/user/system/appdata/openhab/conf/':'/openhab/conf':'rw' -v '/mnt/user/system/appdata/openhab/userdata/':'/openhab/userdata':'rw' --device=/dev/ttyACM0 --shm-size 2g 'openhab/openhab:latest-debian' /bin/chmod o+rw /dev/ttyACM0 && /entrypoint.sh 55c064827917c2b56ce5dbc5983f7d635623dec20f4aca7477e2b0fad4ef2e7c sh: /entrypoint.sh: No such file or directory ...doesn't like the command...
  12. What does that mean please? Should I enter this into the Post Arguments box? /bin/chmod o+rw /dev/ttyACM0 && /entrypoint.sh
  13. If you are using openhab/openhab:latest-debian as openHAB Repository you are getting that update automatically.
  14. Unfortunately openHAB doesn‘t start when I am adding /bin/chmod o+rw /dev/ttyACM0 into the Post Arguments box....