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.

romain

Members
  • Joined

  • Last visited

Everything posted by romain

  1. I bought two 20tb drives and was preclearing them both and both failed. It looks like something went wrong with the zeroing, both have a line in the log saying "dd process hung at..." and so I'm wondering if that caused an issue with the post read? But the dd process hang was near the end of the zeroing and the post read failed kind of early on. Any help interpreting these logs would be appreciated, I'm just not sure if it's something I should be worried about or not. preclear_disk_ZVT51BBP_37942.txt preclear_disk_ZVT6L4TC_33438.txt
  2. I just started creating new pools - one for Plex to use and one to use for VMs. I used to use single disks in unassigned devices for these purposes but now set these up as 2-disk pools. I'm not sure if I did something wrong when I set them up or what, but now when I try stopping the array I get stuck with this message in the bottom corner: Array Stopping•Retry unmounting disk share(s)... Looking into the logs it looks like Unraid can't unmount my /mnt/vm pool. Does anyone have any tips on what I might have misconfigured to cause this? unraid-diagnostics-20230506-2053.zip
  3. Thanks for your input. I'll keep that in mind. It's good to know that I couldn't just control it directly from Unraid without a VM. I'm curious to learn about how to use a tape drive but it's a pretty large financial commitment to get set up in the first place like you're saying too.
  4. Hey everyone I'm thinking about getting started with tape backups on my Unraid server but I'm not sure what the best way to go about it is. I have a Dell T620 for Unraid and I think these are my options: I could get an internal tape drive, but if I did that I wouldn't know how to write data to the tape, would I be able to do that straight from MC or Krusader or would I need to install a Docker container or plugin to let me interface with the drive, or would I need to do something else? I could also get an external drive but I'd have the same questions as I do with the internal drive option, how to write data to tapes? I could get a tape library - maybe a Dell TL2000 - but I don't know how I'd control that either or get data written onto the tapes & I think this would be a more expensive starting point.
  5. Thanks for the suggestion I'll give a new browser a try. I've been using Brave but will try some others. I just pulled it up in Chrome and it does feel faster already but will have to see how it goes over the long run.
  6. @Squid here are the diagnostics. unraid-diagnostics-20230321-1527.zip
  7. I attached a screen shot. My server was on 24/7 except for restarts and updates for a few years and then I moved somewhere with expensive power and only turned it on every once in a while. I just started leaving it on 24/7 again recently and have noticed that the GUI gets stuck as shown in the screenshot fairly often. It'll sit like this for 5 or 10 minutes or longer, I haven't timed it but it's much longer than normal. Sometimes I'll stop & start the array and it'll work normally for a while, maybe less than an hour before it happens again. Does anyone have ideas for what might be causing this or how to fix? Let me know if there's any additional info I can provide.
  8. Thanks a lot for sharing that link. That looks like just what I'll need to do!
  9. I tried both, neither worked. When I tried using /live02/ in the settings (as opposed to what was shown in the screen shot) something confusing also happened when trying to go to code.mydomain.com/live02. Instead of it immediately not working, it sat there and tried to load for 10 - 20 seconds and then the URL changed to be code.mydomain.com:4443/live02/ which is very strange, nothing in my code-server or my Nginx Proxy Manager settings have anything to do with port 4443, so I'm not sure where that's coming from.
  10. I updated git through the docker console. I had to run this: sudo apt update sudo apt upgrade sudo apt-get install software-properties-common sudo add-apt-repository ppa:git-core/ppa sudo apt update sudo apt install git after those all finished I was on 2.29.1 or 2.29.2 or something.
  11. I've got another question - I was on version 3.6.0 and had updated git to 2.29.x. Today I let unRAID update code-server to 3.6.1 and after the update git was back on 2.17, is there a way to keep git up to date through container updates or will I just need to do a manual update every time the container updates?
  12. I'm using the code-server docker and accessing it through code.mydomain.com. The code-server application has an extension called "live server" that lets you view your html/css/js in a browser that updates live. By default you can access it from port 5500, if 5500 is not available then it uses 5501 and so on - right now 5502 seems to be the most available so that's what I'm setting up right now but I'll probably set up 5500 through 5509 or something once I get the first one working. I access the UI for the code-server container through port 8443. I'm using the "custom : br0" network type because if I used the default Bridge network type I couldn't access the "live server" page but using the bridged IP it does work if I pass the ports through in the container settings. code.mydomain.com works fine and takes me to 192.168.10.38:8443 with no issues, I got the "live server" to be accessible at live02.mydomain.com taking me to 192.168.10.38:5502, but ideally I'd like to be able to access it by going to code.mydomain.com/live02 INSTEAD OF live02.mydomain.com. I tried using the "custom locations" option in my code.mydomain.com proxy host setup but (I also tried /live02/ as the location instead of /live02 - the error page was styled differently which was interesting but it was still the same error). I've tried to set the custom locations up a time or two in the past but haven't been able to get them working so I'm hoping that I'll finally be able to get my head around how they work here. Thanks for any ideas or advice.
  13. Thanks for the idea. I'll look into doing that.
  14. Does anyone know how to get to the preview page from the Live Server extension? I saw someone asking about the extension in the past but I think my question is different - Live Server says it's running and that it's running on port 5500. Normally you would go to 127.0.0.1:5500/index.html if you were using VS Code on your local workstation but since it's a docker container that wouldn't/doesn't work like that - I tried adding a few ports to the docker configuration to try and let me access ports 5500 through 5505 from my LAN but that didn't work either. A screen shot of the port 5500 config that I tried to add. I just did this 6 times for 5500, ..., 5505. This may be more of a routing question than a code-server question, but if anyone here can help me out I'd appreciate it!
  15. I've tried installing this container a LOT of times, bridge mode, host mode, on its own ip address, with the standard ports, with extra ports, with fewer ports, no matter what I do the controller never finds any devices. When I install the pducharme controller my devices are found immediately. I've been trying to get this container to see my devices on and off for maybe a year..the strangest thing to me is that no one else on this form (as far as I can tell) has this problem. I don't think that my network has an especially unique setup. I would love to hear any suggestions for things I could try to get this working. I could easily go to the pducharme container but at this point it's just bugging me that I haven't gotten this version working.
  16. Well my "Media - TV Shows" was the share I wanted to bring in and that wasn't working, but I tried my "Audio" share and that worked fine. The "Audio" share and the "Media - TV Shows" share had different SMB Security Settings so I made the "Media - TV Shows" settings match the "Audio" share settings but it still wouldn't connect, so I ended up changing the share name from "Media - TV Shows" to "TV" and now it connects just fine - so I think that it was the dash in the share name that might have been giving me the problems. This second server was a mishmash of old drives that are really not in great condition but it's got a dual parity and for what it's being used for it's really not a big deal if I lose anything. I'm still going to remove drive 6 though because it's really at the very end of its life. Thanks Squid and dlandon for looking into my diagnostics and giving me some suggestions.
  17. Here is the zip file. I really appreciate you two taking the time to respond and check it out vault-diagnostics-20191012-1652.zip
  18. Where can I find those? The "Remote SMB/NFS Script Log" is empty and I'm not seeing anything in the main log about the SMB stuff. Is there somewhere else to look?\
  19. I have a second Unraid server that I'm trying to let my first Unraid server access using a SMB share through unassigned devices but I can't get the share to mount. I searched through this forum but if this has been addressed already I didn't see it. Please let me know if you need more info, I'm attaching a screen shot of the settings I'm trying to use. If there's another way to let my docker images on my first server see shares on my second server that makes more sense then please let me know about that too.

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.