Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Jlarimore

Members
  • Joined

  • Last visited

  1. So, I have been remodeling my garage recently (involving throwing breakers quite a bit) which has caused me to notice this problem frequently: Steps to Reproduce: 1) Set up an UPS. 2) Plug Unraid server into UPS. 3) Set Unraid to shutdown on n% UPS power. 4) Shut off power. 5) Wait until UPS batter depletes until at least n% power remaining. 6) Turn power back on. 7) Turn Unraid server on. 8) Attempt to login using webUI. User cannot login to webUI. The browser times out trying to connect. According to my router, the server is there. But, I cannot login to it until I crawl under my house to a nice cool place where the server lives, unplug the machine, take it into the house, plug it into a different network jack, turn the machine on, power it off, and then finally place it back in its home under the house. I've tried flushing power by unplugging the machine and network plug for 30 seconds. No luck. This is super annoying. My guess is this has something to do with the network not properly finding the thing after it gets a new IP address or it's coming back on with some kind of error that won't bypass without keyboard intervention. But, the funny thing is when I bring it into the house, no input is required. It comes right up just fine. -Jim
  2. My Nextcloud install atrophied over the last couple years and there wasn't much on there. So, I decided to blow it all away and start fresh on 7.0. I followed SpaceInvaderOne's Nextcloud AIO video which worked great right up until the point I received my initial 48 character admin password for Nextcloud. When I enter said password the screen flickers, the password field clears and has a red highlight (which I assume means it did not accept my password). I have reinstalled from scratch 3 times with the same results after cleaning up the previous docker installs using instructions I found on how to clean up dangling nextcloud docker containers. I can't reset the password as I have not gotten far enough to submit email information. My assumption is that there is a critical bug in Nextcloud AIO v10.3. Is that possible or am I doing something stupid?
  3. I moved it to another USB hub and am trying again. Seeing some weird behavior where Nextcloud is unaware of the files on the drive from the previous session. When accessing via Webdav through my windows client I see them. But, nextcloud does not. Any idea why that would happen? My machine is a small ITX build. It's all full with 10 nvme drives. So, trying to use other ports like the USB C.
  4. I'm using an unassigned devices NVMe drive outside of my array. I am doing this because it just collects security camera footage and I don't really need or want that to hammer on my parity disk. Unfortunately, the USB device does not seem to want to stay on reliably. It drops, seems to be unable to recover, and I have yet to figure out how to get the drive to reappear in Unraid. (a reboot didn't do it) I would like a drive that is reliable and outside of my array because if it disappears out from under the security camera, footage will back up and bad things will happen. Is there a way to make an external disk maintain a reliable connection to my server?
  5. His router is an Arris BGW210-700 supplied by AT&T. Mine is a Google Wifi router. I wouldn't say I trust his router. But, we have the same port forwarding rules set up as far as I can tell. Is there some setting on his router that would prevent internal traffic but not external traffic? I've never heard of such a thing. -Jim
  6. I have built two Unraid servers: One for myself and one for my dad. I am seeing a difference between the behavior on the two of them that I cannot explain: I am going to call one pair Computer A and NC A which are on my computers/network. Computer B and NC B are on my dads computers/network. Computer A can successfully mount a disk from both NC A and NC B without issues. (via WebDAV) Computer B can successfully mount a disk from NC A but not NC B. (within it's own network) "Net use" tries for a while and then gives an error 67. Does anyone have any idea why computer B would be able to map a drive outside of its network but not one from within?
  7. et tu davfs2! Were you the culprit all this time?
  8. The people pulling their hair out with similar issues online makes me pre hurt for what I am about to go through. Is the problem some upload limit with Cloudflare, WebDAV, Swag, Nextcloud? At first I thought Cloudflare was the culprit. But, my limit being closer to 50MB has me leaning WebDAV. I see plenty of guides on how to change that limit via the Windows registry. But, any idea how you up this limit in Unix?
  9. I have a remote camera FTPing video files to a beaglebone. In a script, those files get tarred up every 10 minutes and pushed to my Nextcloud server (via WinDAV) on my Unraid server. (in an external storage location) I have verified that the tar files are coming through intact. Once on the server, the script attempts to unpack them and that is where I am running into trouble. In my low res test scenario, there are 3-4 10MB files coming through. When unpacked the 30MB files create 2x10MB intact files and one 7MB partial file. The 40MB file untars into 1x10MB + 1x7MB + 2x0b files. In both cases I hit a ~57MB wall before getting the error "cannot write: no space left on device" and the untar process fails out leaving a mess of incomplete video files. (massive gaps in my surveillance footage) I can tell you there is 8TB allocated to this share and it is adding another 57MB every time the script runs. So, any idea why each session believes it has so little space to work with?
  10. It worked! The camera FTPs the videos to the Beaglebone. The Beaglebone mounts the Nextcloud drive and transfers the files via WebDAV.
  11. I do have Nextcloud running on the Unraid server and intend to spread any important videos to interested parties by sharing them via Nextcloud. The plan was to relay the files from Camera > Beaglebone > Unraid > Nextcloud (via nextcloud external mount). But, if you are saying it's better to push the files straight to a Nextcloud share via some kind of command line magic as Nextcloud has a bunch of security layers built in, that sounds like a good idea to me. How do you send something to Nextcloud without a GUI? Just mount the nextcloud share via webdav and create a script to move all the files over periodically?
  12. Alright, my current thinking is FTP the videos to the Beaglebone and send them or pull them via a Wireguard VPN tunnel from the Beaglebone to the Unraid server. Does that sound like a good approach?
  13. Let me explain my setup: My family has a cabin in Colorado. It is in a very remote location and is prone to bear breakins, floods, fires, etc. We need to surveil the place to make ensure it's still standing and not burning through propane due to broken windows/doors etc. We recently got internet access at the cabin and installed a Reolink camera. I have an Unraid server at my place in California. I would love to have the camera FTP its footage to my Unraid server where it can be assessed and easily distributed to all the interested parties. I keep reading that exposing Unraid to the greater internet via an FTP server would be a BAD idea. So, I'm definitely sold on doing this securely. I believe the camera can FTP or SFTP the footage out. But, I'm not sure how I can get Unraid to securely receive the data. I am only familiar with ProFTPd in Unraid and while there seem to be some old guides about how to get ProFTPd to use SFTP, they have deprecated warnings all over them and I am concerned that would be heading down the wrong path. How would you get these files from this camera in Colorado to an Unraid server in California securely? Technically there is also a Beaglebone in Colorado that could operate as an intermediary if this cannot be done directly due to the limited abilities of the camera.
  14. Alright found the sysconfig file on my PC cleaned out the bad formatting. Replaced with kernel /bzimage append initrd=/bzroot pcie_aspm=off And we're golden. No more log spam and subsequent system drain! Yay! Thank you guys for all the help. 50w less power usage at idle and CPU temp down 30 degrees. I'm pretty impressed with how much the logging program can tax a 12900k. Glad it's not multithreaded!
  15. Found it! Did something like this: kernel /bzimage append initrd=/bzroot append pcie_aspm=off Now the system is not booting. I assume something is wrong with my formatting. What do I do next? Pull the flash drive and edit the config file directly on my Windows PC? How should it read?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.