KriZ82

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by KriZ82

  1. Yes, I saw it. Lesson learned, I guess. I now have CA appdata backup installed.
  2. Hi, I am having an issue where I seem to have lost my appdata configuration data. All the dockers are there, but all are like if they run for the first time. I had flash data backup enabled. However, now that I want to download that, I had to log in again, and it says ''Flash Backup Disabled''. Can I just activate it again, and my backup will be there? Or will it just start making a new backup and overwrite the old one? I didn't change the USB so I guess the old backup is still somewhere linked to that USB Flash GUID? Any help would be appreciated.
  3. Removed the overclock and now its running without errors for a couple of days. Thanks!
  4. I am getting the ''Machine Check Events detected on your server'' error message. The machine is running perfectly. What is causing this? Can it be because its overclocked to 4,4 GHz? Its water cooled and running on windows previously it was super stable. MCE log is installed. server-diagnostics-20210326-2149.zip
  5. So I guess there is nothing to worry about. I thought it was weird it showed Xeon things as this System doesn't have any. server-diagnostics-20210325-1042.zip
  6. I moved my Unraid to another system. Changed from a Xeon 1260L to an i7 3770K setup. The move went without issues but if I look under the device list, it still lists the Xeon devices. Is there a way to delete the current hardware list and let Unraid find all drivers again? [8086:0150] 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09) [8086:0151] 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09) [8086:0162] 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09) [8086:1e31] 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) [8086:1e3a] 00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04) [8086:1e2d] 00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04) [8086:1e20] 00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04) [8086:1e10] 00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4) [8086:1e16] 00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 4 (rev c4) [8086:1e18] 00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4) [8086:1e1a] 00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4) [8086:1e1e] 00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4) [8086:1e26] 00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04) [8086:1e44] 00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04) [8086:1e02] 00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode](rev04) [8086:1e22] 00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04) [1d6a:d107] 01:00.0 Ethernet controller: Aquantia Corp. AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] (rev 02) [1b21:0612] 03:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01) [14e4:16b1] 04:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetLink BCM57781 Gigabit Ethernet PCIe (rev 10) [1b21:1080] 05:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03) [1b21:1042] 07:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
  7. Some of my of my torrents are added in a stopped state. Any idea what the issue could be?
  8. I got it working now. I was using the username and password and it wasn't working. Without it works fine. Speeds are very good but I do get a Tracker: [Unable to connect to UDP tracker.] error.
  9. Yeah, thats it, but I still can't get it to work. My rtorrent.rc file has scgi_port = 0.0.0.0:5000 which i am not sure is right. My server address is 192.168.2.4 and the LAN_NETWORK setting in the docker is 192.168.2.0/24
  10. I cant get rtorrent to talk to Sickrage. I had it going before but had a broken cache disk. The search shows a link to an image with the right settings but the link is broken. Anybody has the settings for me?
  11. No more errors and emails. But i am still not seeing anything in the log. I was under the assumption that the |& logger command would give me all the actions rsync did in the system log?
  12. This problem has been solved. The issue was i edited the file with notepad. Now all works without this error.
  13. Thanks. Yes i added the .cron file in nano, but after that i indeed edited it in notepad. Can i just delete the .cron file in windows and add it again using only nano? Edit: I have deleted it in windows and added the job again through nano. My other errors are gone so i hope all is working good now.
  14. Now I am getting an error email saying: Subject: cron for user root rsync -a --delete /mnt/user/Pictures\ and\ Video/ /mnt/disks/Backup_Pictures |& logger /bin/sh: $'logger\r': command not found Anybody know whats wrong with it? I am a complete unRaid newbie and my trial is almost finished. I would like to have everything running perfectly before purchasing.
  15. Output of cat /etc/cron.d/root # Generated ssd trim schedule: 45 4 * * * /sbin/fstrim -a -v | logger &> /dev/null # Generated system data collection schedule: */1 * * * * /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &>/dev/null # Perform a daily backup of my main share at 6:30am 30 6 * * * rsync -a --delete /mnt/user/Pictures\ and\ Video/ /mnt/disks/Backup_Pictures |& logger # Generated docker monitoring schedule: 10 0 * * * /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate.php check &> /dev/null # Generated system monitoring schedule: */1 * * * * /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null # Generated mover schedule: 30 3 * * * /usr/local/sbin/mover |& logger # Generated parity check schedule: 0 2 28 * * /usr/local/sbin/mdcmd check &> /dev/null # Generated plugins version check schedule: 10 0 * * * /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null # Generated array status check schedule: 20 0 * * 1 /usr/local/emhttp/plugins/dynamix/scripts/statuscheck &> /dev/null output crontab -l # If you don't want the output of a cron job mailed to you, you have to direct # any output to /dev/null. We'll do this here since these jobs should run # properly on a newly installed system. If a script fails, run-parts will # mail a notice to root. # # Run the hourly, daily, weekly, and monthly cron jobs. # Jobs that need different timing may be entered into the crontab as before, # but most really don't need greater granularity than this. If the exact # times of the hourly, daily, weekly, and monthly cron jobs do not suit your # needs, feel free to adjust them. # # Run hourly cron jobs at 47 minutes after the hour: 47 * * * * /usr/bin/run-parts /etc/cron.hourly 1> /dev/null # # Run daily cron jobs at 4:40 every day: 40 4 * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null # # Run weekly cron jobs at 4:30 on the first day of the week: 30 4 * * 0 /usr/bin/run-parts /etc/cron.weekly 1> /dev/null # # Run monthly cron jobs at 4:20 on the first day of the month: 20 4 1 * * /usr/bin/run-parts /etc/cron.monthly 1> /dev/null
  16. All of a sudden I am getting this error. All was working good and I didn't change anything. Any idea where this is coming from? Sep 10 18:56:02 Server crond[1555]: failed parsing crontab for user root: #015 Sep 10 19:15:02 Server crond[1555]: failed parsing crontab for user root: #015 Sep 10 19:33:11 Server crond[1555]: failed parsing crontab for user root: #015 Sep 10 19:51:11 Server crond[1555]: failed parsing crontab for user root: #015 Sep 10 20:09:02 Server crond[1555]: failed parsing crontab for user root: #015 Sep 10 20:28:01 Server crond[1555]: failed parsing crontab for user root: #015
  17. I have setup a rsync cron job for a daily backup to an external disk. Everything works fine, but I can't see anything in the system log. Am I doing something wrong or is it normal nothings shows up there? I am using the following code: # Perform a daily backup of my main share at 6:30am 30 6 * * * rsync -a --delete /mnt/user/Pictures\ and\ Video/ /mnt/disks/Backup_Pictures |& logger
  18. I am having a small problem. I am using an ICY BOX IB-3620 JBOD box for 2 drives. Problem is both drives are detected with the same identification. If I format them and mount them, the share names of both drives are the same. If I change the name of 1, the other changes too. The only way to prevent this is to format the drives in windows with NTFS and give them their names there. Then put them in the box. Then they still detected with the same identification but with 2 different share names. But I want to use XFS. I there any way to get the drives to show up with different shares with XFS?