Everything posted by robbrown99
-
can't access webui for immich after enabling tailscale
Fixed by adding: 1. A separate Redis container 2. The following container variables: Container Variable: IMMICH_WEB_URL: http://192.168.1.109:8080 Container Variable: PUBLIC_IMMICH_SERVER_URL: http://192.168.1.109:8080/api Container Variable: PUBLIC_IMMICH_URL: http://192.168.1.109:8080 Container Variable: HOST_ALLOW: 192.168.1.109 Immich can now use either the local network when tailscale is off, or when tailscale is on (when away from the network)
-
can't access webui for immich after enabling tailscale
I added tailscale to the docker container using the built-in Unraid plugin. Now I cannot access the webUI from the local network when I am not connected to the tailnet Tailscale Off: try to access on http://192.168.1.109:8080/ , and I get timeout message (I am accessing from my LAN) Tailscale On: try to access on my tailscale URL, and I can access the webUI I filed this on the imagegenius GitHub, but they closed it and auggested I ask here. https://github.com/imagegenius/docker-immich/issues/530
-
Can't get tailscale to work for FreshRSS container
Hi, I am trying to set up tailscale for freshrss in unraid. I get these errors after successfully authorizing the tailnet. I used the default tailscale settings for the container. I guess this is a port issue. When I tried changing the port and serve port in the container, I get the same message (same port failure). I haven't had this issue setting up tailscale for my other containers. nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] still could not bind() nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use
-
Backing up a zpool array to a removable disk
So I solved the problem of removing that backup pool. That at least gets my backup out of the array during a big storm. My questions however still stand... 1. Is it possible to export a zpool in Unraid today, or have a means of a pool being offline (and disk not in the server)? 2. If this is not possible today, are there any other methods of allowing for a single disk to be attached temporarily to Unraid to allow a backup? It looks like btrfs arrays only support 3 disks for example. The unassigned devices plugin is 'pending', so that seems not an option either? 3. Or should I just connect my single disk to my computer, and backup from the unraid server to that disk via my computer. Seems suboptimal, but it would work I guess... I can simply import and export the pool via command line, then use a backup utility.
-
Backing up a zpool array to a removable disk
OK edit... I removed the pool... click on pool name, then click Remove Pool. I can now start the array without having this specific zpool attached.
-
Backing up a zpool array to a removable disk
And exporting the pool doesn't work via command line in unraid, even though that pool is online. root@bnode:~# sudo zpool export Backup18tb cannot open 'Backup18tb': no such pool So It appears I am a little stuck... - I cannot start any array without having this disk inserted for the zpool. Nothing will start. Bug? - I cannot delete the pool (at least via the GUI). Seems to me like an oversight in the GUI implementation. Not a bug, just not implemented. - I cannot export the pool. Perhaps the zpool name is something different internally to unraid?
-
Backing up a zpool array to a removable disk
OK, so even clicking the option to 'remove the missing pool and then bring the array on-line' doesn't work. It seems I am forced into having this zpool permanently connected. Is there a way of blowing this zpool away?
-
Backing up a zpool array to a removable disk
I have a use case to create a backup of my zpool. I have a large single disk that I want to backup my zpool to. I keep this disk off site. I am a home user and this is my personal data only. Currently I tried the approach of creating a zpool with a single disk for this backup disk. However, I ran into a problem where unraid doesn't yet support exporting (or importing) a zpool via the GUI. it assumes (I think) that zpools are permanently attached to the system. When i stop the array, I can unassign the device from the pool, but not sure what happens if I start the pool; there is a message next to the start button: "Start will remove the missing pool disk and then bring the array on-line". I assume this means the zpool gets blown away and not exported (and no way to import). Technically ZFS does support exporting and importing pools, and I don't want to get into a philosophical debate about whether this is correct or incorrect, or optimal or suboptimal (I already did that over in reddit). So my questions quite simply are these: 1. Is it possible to export a zpool in Unraid today, or have a means of a pool being offline (and disk not in the server)? 2. If this is not possible today, are there any other methods of allowing for a single disk to be attached temporarily to Unraid to allow a backup? It looks like btrfs arrays only support 3 disks for example. The unassigned devices plugin is 'pending', so that seems not an option either? 3. Or should I just connect my single disk to my computer, and backup from the unraid server to that disk via my computer. Seems suboptimal, but it would work I guess... I can simply import and export the pool via command line, then use a backup utility. Any tips appreciated. Thanks!
-
How to access NFS share on Linux
Thank you @Frank1940 I ran that command, and it looks like the appropriate folders do indeed have the permissions. Thank you for the tip there. I did notice an issue where my NAS wasn't on earlier, then when my client computer started the automount failed (but did not hang!). I need to write a script to manually mount it if it comes online out of sequence. Shouldn't be an issue in the future if NAS is always on but you never know. Right now I turn it off as I'm still building it and the fan is too loud (that's another project).
-
How to access NFS share on Linux
Thanks @Frank1940 I just managed to get it working while you were typing this response. It is more convoluted than I'd like, but it works. NFS is significantly faster for small file transfers (which for a photo library is what I need) than SMB. I tried both and NFS very obviously faster. Steps below. STEP 1. In the media server software (in this case Unraid), set up the share to support NFS in both a) the share itself: SHARES >> <SHARE NAME>add rule *(rw) , Export = Yes, Security = Private b) under SETTINGS >> NFS >> Enable NFS = Yes, Tunable (fuse_remember): 330 (default) STEP 2. On linux desktop client, a) Find the name of the NFS open terminal: type the following, where the IP address is that of your media server. showmount -e 192.168.1.109 This will then return a list of the NFS shares that have been exported, e.g. Export list for 192.168.1.109: /mnt/user/nextcloud * /mnt/user/Rob * b) Copy the name of the share you want to mount e.g. /mnt/user/Rob STEP 3. Set up the NFS share to automount: a) Open folder /etc/ , open 'fstab' in a text editor (you may have to use super user privileges to save it) b) Enter the following into fstab at the bottom of the file taking the share path and IP address from step 2. Note the format is as following: <yourserver IP address>:<path to the exported share you want to mount from step 2b> <path you want to mount the NFS share to e.g. /mnt/name> nfs <options> 0 0 More details on the options to set are here: [https://linuxopsys.com/linux-nfs-mount-entry-in-fstab-with-example](https://linuxopsys.com/linux-nfs-mount-entry-in-fstab-with-example) example: 192.168.1.109:/mnt/user/Rob /mnt/nfs/Rob nfs rw,hard,intr,nofail,timeo=14 0 0 mount /mnt/nfs/Rob Then save the file. c) In terminal run systemctl daemon-reload STEP 4: Reboot the system to ensure this mounts persistently. Your folder should mount automatically under the path from Step 2b e.g. /mnt/nfs/Rob Given this was a struggle, how can I go edit the Unraid user documentation to make this easier for people in the future?
-
How to access NFS share on Linux
I found some documentation on fedora I had my command wrong when passing the folder arguments This command helps find the folder: rbrown@localhost-live:~$ showmount -e 192.168.1.109 Export list for 192.168.1.109: /mnt/user/nextcloud * /mnt/user/Rob * I then mounted the folder. rbrown@localhost-live:~$ sudo mount 192.168.1.109:/mnt/user/Rob /mnt/nfs/Rob I cannot get it to be read write though. I tried this: rbrown@localhost-live:~$ sudo mount 192.168.1.109:/mnt/user/Rob /mnt/nfs/Rob -w --read-write I also tried adding *(rw) to the NFS share in UNRAID. That doesn't work either Any ideas on how I can mount as R+W?
-
How to access NFS share on Linux
OK, OK I found a helpful video on youtube. I created a folder under my local /mnt/ directory but I can't seem to mount, probably because I am not passing any password? The --help option isn't very helpful about how to add credentials rbrown@localhost-live:~$ sudo mount 192.168.1.109:/Rob /mnt/nfs/Rob mount.nfs: access denied by server while mounting 192.168.1.109:/Rob
-
How to access NFS share on Linux
I am new to NFS, but familiar with SMB. I set up an NFS (and SMB) share, and struggling to understand how to access it. The SMB share automatically shows up. The NFS does not... and looking at the interweb, there is a lot of convoluted setup to get it working via command line. Are there any GNOME or other utilities that make setup simpler? I'd like to set this up, have the share be auto-mounted, and be able to access this like any other system folder (most desktop apps give a file picker, and don't allow for manual address entry). I am on Fedora linux. Thanks
-
Cannot access dashboard, but can access smb share
Attached. Interestingly it now works. If it happens again I will post here. Will mark as solved for now. bnode-diagnostics-20240825-2055.zip
-
Cannot access dashboard, but can access smb share
I went to my router and found the IP address http://192.168.1.109/ ... this worked to allow me in. However the name of the server as the url still won't work (bnode.local)
-
Cannot access dashboard, but can access smb share
just today I can't seem to access my web dashboard. My server name is bnode. I tried the following in brave, and firefox. On my computer and phone. I can see files on the smb share though. http://bnode.local https://bnode.local http://bnode.local/Dashboard https://bnode.local/Dashboard http://tower.local (and variations of) Tried rebooting the server and that doesn't help. Running the v7 beta 2. Any ideas? Thanks
-
Advice on fan speed control for non PWM motherboard, or just switch?
Thank you @Vr2Io
-
Advice on fan speed control for non PWM motherboard, or just switch?
bump, any advice available? Thank you
-
Drive heat concern: Exos enterprise vs Ironwolf red NAS
bump, any advice available? Thank you
-
Plugin to allow access to NAS away from home, and web hosting etc
Thank you @JorgeB !
-
Plugin to allow access to NAS away from home, and web hosting etc
I'd like to be able to set up my unraid system to be able to access the control panel and content in shared folder away from home, my photoprism library, and also do web hosting if possible. I did a little reading... do I need a VPS? There is nginx for example - which I tried and failed to get running. What is the best way to do this securely? Thanks (newbie to NAS, Unraid)
-
Advice on fan speed control for non PWM motherboard, or just switch?
I purchased an N5105 motherboard (link here), and only just realized that the case fan speed cannot be controlled as the board only has a 3 pin connection - no PWM support. This is an issue as I'd like to save power, and keep noise low if the system isn't being used as it currently sits in my office. What are my options? Is there a method of modifying the BIOS to get the fan to run at a different speed based off the total system temp (or ideally average disk temp), or should I instead just buy a different motherboard with PWM fan control support? It looks like there are a number of containers that allow PWM fans to be set based on disk temp. If you'd recommend a new board, any pointers to boards that have 6+ sata ports, support for 32GB RAM, and low power? My case is a Jonsbo N4 (supports mini ITX or micro ATX). Thanks!
-
Drive heat concern: Exos enterprise vs Ironwolf red NAS
I purchased a set of new 5x EXOS 6TB 3.5 enterprise drives from newegg for a great price. I installed in a new Jonsbo N4 build. After just a few minutes three of the five disks heated up to over 60 degrees (64, 63, 61) and the other two were in the mid 50s. This is with ZERO load (on but no throughput). This is seriously hot, and while the user manual states they can run at up to 60 by design I am concerned about this. I tried a few old 1TB seagate drives, and those ran in the mid 30s and 40s. Much better! So I went to pick up a few 6TB Seagate ironwolf NAS red drives (I already have two in my PC, so can swap those in) to replace the EXOS drives, coupled with a fancy Noctua fan to replace the measly Jonsbo fan that really wasn't putting out much of a draft. I installed the fan to see how that would work out. Immediately the system is much cooler, and disks run at 35C BUT my system is now LOUD as I made a poor selection of MOBO without PWM fan support (an N5105 - I will tackle that in a separate thread). So my question is this: Should I go ahead and do the swap out of the EXOS drives and use the NAS drives instead? It seems to me that the EXOS drives are really meant to be in an enterprise server room with great cooling and super loud fans. I would imagine the NAS disks would run naturally cooler, and perhaps be more power efficient, and I could then drop the case fan speed (manually of course unless I switch the motherboard too). I can return the EXOS drives easily. Thoughts?
-
advice on zfs pool config for a new custom NAS
@JorgeB thanks for the pool recommendation. I will go for a 5 disk single z2 zdev for now, and hope the 2.3 upgrade will allow for future flexibility. Only gigabit LAN in the house. I guess if I notice issues I can add later (but again assume I can only do that with 2.3). I have a spare 512gb ssd so maybe I will just throw that in now.
-
advice on zfs pool config for a new custom NAS
Hi all, I'm a newbie to Unraid. I've been running a simple ZFS mirror on an old Mac Pro (openzfs on mac then zfs on Linux mInt), and before that I was one of the first Drobo v1 users. I've had really great success with ZFS integrity and want to continue with it. I have built a new NAS box with a Jonsbo N4 case (6x 3.5 bays, 2x 2.5 bays) and a N5105 motherboard / 4 core Intel Combo, 32GB ram. My existing pool is 2x 6TB seagate ironwolf NAS drives in a mirror. I am thinking of buying 4x more 6TB drives (either same seagate NAS or Exos drives), and creating a 5x or 6x 3.5 inch drive setup. Not sure what the best option is though. Use cases... 1. Primary storage for my 25 year old collection of photos (I take a lot of photos). Data integrity v important, but also because it would be my primary storage for photo editing then I'd like good read speed. 2. Backup for my computer 3. Backup for my family computers... a mix of Mac and Windows. 4. Ideally a photo server so that one day I can stop paying flickr $100 a year 5. Perhaps run next cloud or similar. 6. Kids are into gaming so maybe the odd server 7. I toy with linux distros so occasionally running those for fun. 8. Would love to run my website for it one day, and maybe a small mastodon server. So nothing too taxing. I'd like some input on the following please... 1. With regards to creating a new pool do I need to start with all disks populated first, or can I populate say 4 disks, get the new pool online then copy my data, then move the 2x disks from my old pool? Or best to just buy all new? Perhaps I just go all new and use my existing drives for offaite backup. 2. For the pool setup I am thinking ... 5x 6TB disks in a raidz1 (24TB available storage) ... 5x 6TB disks in a raidz2 (18tb storage, better integrity) ... 2x z1 groups in 1 pool... where each group has 3x 6TB (1 is parity). I believe this would be the most performant (but only 12TB storage). Though that's a LOT of drives used for marginal storage! ... or 6x 6TB with Z2 (24TB). Is the read and write speed for the pool significantly better with groups? 3. Is it a good idea to also populate one of the 2.5 bays with an SSD for a cache drive? How do I add the cache drive If I do this? Perhaps this is a good way to get a performance boost with a Z2 setup? E.g. 5. New Exos (non enterprise) disks are $30 cheaper right now than ironwolf nas drives. I bought some refurbished exos drives but they ran hot (55 c!) after a min of use so I returned those. Any tips appreciated. Thanks!