DaFr0n

Members
  • Posts

    59
  • Joined

  • Last visited

Recent Profile Visitors

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

DaFr0n's Achievements

Rookie

Rookie (2/14)

2

Reputation

1

Community Answers

  1. Hi all, I'm having a few problems with unraid behind OPNsense. OPNsense is setup as a VM within unraid. The issues I have at the moment mainly relates to dockers, looking at their address's they are correct 192.168.4.3:32400 e.g. for Plex. However if I try to open the Plex webui it doesn't load and the actual webui Ip is 169.254.126.151:32400 If you go into a docker template, delete the last letter of the name & re-add it to enable the save button it recreates the docker and the webui works again. Is there anything you can recommend?
  2. **UPDATE** Looks like the Pizero hasnt yet got its static IP during boot, therefore before OPNsense is running I need to use host instead of the IP: wget --user=USER --password='PASSWORD' ftp://[email protected]/files/keyfile -O /root/keyfile The file does transfer to unraid, however the server wont start, inspecting the transferred file in nano its actually blank. If I do a wget with the system already up and running it pulls fine, therefore why is the keyfile coming over blank during boot? ***UPDATE*** Scratch the file transferring I had -O which was creating a blank log file. I also tried --tries=0 but it doesn't make a difference. I'm at a loss
  3. Ok so far I have done the below: Headless Raspbian install on Pizero connected via LAN Installed vsftpd Saved a keyfile on the Pizero SSH directly into Pi from unraid console to generate keypair Tested the wget from the Pizero to unraid, trial and error but I got the transfer to work successfully, though its only ftp, everything else SFTP, curl, threw errors: wget --user=USER --password='PASSWORD' ftp://192.168.4.28/keyfile -O /root/keyfile Amended the go file: #!/bin/bash # get keyfile wget --user=USER --password='PASSWORD' ftp://192.168.4.28/keyfile -O /root/keyfile # Start the Management Utility /usr/local/sbin/emhttp & This is where I'm struggling, if I put the wget to the bottom of the go file, then it boots but it wont auto start however the keyfile is there in 'MAIN' , assume its auto starting before it fully pulls the keyfile. If I put the wget as per the above, before /usr/local/sbin/emhttp &, then it wont show the webgui or fully boot. Any ideas?
  4. As per the title, as of the latest unraid version 6.12, what's the best way to auto start an encrypted array? I never used to mind entering the passphrase, however I have since installed OPNsense, therefore I need the system to auto boot if it ever goes down & automatically start the OPNsense VM. My thinking is to have a Pi Zero (lan adapted) hidden somewhere is the house attached to the network, if the unraid server goes down then it automatically pulls the keyfile and starts the array, therefore in the unfortunate instance of the server being stolen, it would not find the pi/keyfile and therefore not start the array leaving the data encrypted. If anyone is doing this, instructions would be great please.
  5. Does anyone know how would you install the DEV branch on unraid?
  6. The only part I added to avoid conflict was: # path to the configuration directory (must be writable by motionEye) conf_path /etc/motioneye
  7. That did the trick, thank you
  8. Hi all, does anyone know where the config file is to check if a user is actually assigned, there is nothing in the settings list of user(s) >>>
  9. I will have a look at the LSI connectors in that case. Thanks for the help
  10. I have used unbalance to pull my IronWolf 2TB from the array as it has been disabled multiple times throughout the past few months, a extended SMART has been ran and the results are attached. My question is, looking at the data do you believe the HDD is actually faulty? unraid-smart-20230625-1110.zip
  11. I just ran it and there doesn't seem to be any issues accessing/writing files from my Windows SMB
  12. I'm having similar issues with Zoneminder not starting: root@30404418888a:/# service mysql start * Starting MariaDB database server mysqld [ OK ] root@30404418888a:/# service zoneminder start Starting ZoneMinder: 06/24/23 10:38:06.166412 zmpkg[22796].INF [main:318] [Sanity checking States table...] DBD::mysql::st execute failed: Lost connection to MySQL server during query at /usr/share/perl5/ZoneMinder/Logger.pm line 627. 06/24/23 10:38:06.234656 zmpkg[22796].ERR [ZoneMinder::Logger:630] [Can't execute log entry 'INSERT INTO Logs ( TimeKey, Component, ServerId, Pid, Level, Code, Message, File, Line ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, NULL )': Lost connection to MySQL server during query] DBD::mysql::st execute failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) at /usr/bin/zmpkg.pl line 325. 06/24/23 10:38:06.234864 zmpkg[22796].FAT [main:325] [Can't execute: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)] ZoneMinder failed to start
  13. Hi All, lately I'm having frequent disk errors with Disk3 in my array and it being disabled. Removing it from the config then re-adding it starts the parity rebuild process. I have been looking at unbalance to remove all data from disk3 distributing across the array. My question is, if I run docker safe new perms will the affect files and folders I have setup using the Windows SMB share (there is a lot)? I don't want to reset a load of permissions only to experience further issues. unraid-diagnostics-20230623-1524.zip
  14. Thanks for the help, out of interest what part of the diag would i need to be looking at?
  15. Looks like its ran, here unraid-smart-20230214-1727.zipis a copy of the SMART download