Everything posted by ljm42
-
Unraid OS version 6.12.3 available
This is not related to the recent bug fix. Most likely, you had a SSH or a web terminal open and cd'd to the cache drive, like this: root@Tower:/mnt/cache/appdata# If desired, you can install the Tips and Tweaks plugin, by default it will automatically kill any ssh or bash process when you stop the array. There are other potential causes too, see https://forums.unraid.net/topic/69868-dealing-with-unclean-shutdowns/ If your normal workflow regularly gives unclean shutdowns, I'd get in the habit of stopping the array first before restarting. That will give you a chance to see the "Retry unmounting disks" message in the lower left corner and start investigating.
-
Ugpraded to 6.12.2 and GUI is meesed up
Very odd. See this for running diagnostics from the command line: https://docs.unraid.net/unraid-os/manual/troubleshooting/#system-diagnostics
-
Docker container access
Sounds like we're talking about the Remote Access feature? That is just for the webgui. To access to Docker containers or other items on your network you'll want to use a VPN https://forums.unraid.net/topic/84226-wireguard-quickstart/
-
Unraid OS version 6.12.3 available
It won't help you now, but this was discussed in the first post in this thread, bullet 3 in particular. Now that you are on 6.12.3 this cause of unclean shutdowns won't happen.
-
Unable to use zpool as "Secondary Storage" when cache is set to Primary. (6.12 rc7)
The cache drive concept exists because writes to the Unraid array are comparatively slow. When writing new files they can go to an SSD cache drive and then get copied over to the main array of spinning drives overnight when nobody cares how long it takes. I'm curious what benefit you see of putting an M.2 cache drive in front of a ZFS pool of NVME drives. Direct writes to the ZFS pool are going to be very fast, putting a cache drive in front of that doesn't get you anything that I can see.
-
[Plugin] CA Fix Common Problems
Your flash drive has errors, looks like that is preventing the file from being written to it: Jul 19 13:01:31 NAS kernel: FAT-fs (sda1): error, fat_get_cluster: invalid start cluster (i_pos 0, start 400e4138) Jul 19 13:01:31 NAS kernel: FAT-fs (sda1): error, fat_get_cluster: invalid start cluster (i_pos 0, start 400e4138) Jul 19 13:01:31 NAS kernel: FAT-fs (sda1): error, fat_get_cluster: invalid start cluster (i_pos 0, start 400e4138) Jul 19 13:02:31 NAS kernel: FAT-fs (sda1): error, fat_get_cluster: invalid start cluster (i_pos 0, start 200e0e43) Jul 19 13:02:31 NAS kernel: FAT-fs (sda1): error, fat_get_cluster: invalid start cluster (i_pos 0, start 200e0e43) Jul 19 13:02:31 NAS kernel: FAT-fs (sda1): error, fat_get_cluster: invalid start cluster (i_pos 0, start 200e0e43) Jul 19 13:02:31 NAS kernel: FAT-fs (sda1): error, fat_get_cluster: invalid start cluster (i_pos 0, start 400e4138) I'd recommend putting the drive in a Windows computer and running chkdsk, It may work after that. You should also make a backup and get a new flash drive on order ASAP in case this fails completely, in which case see https://docs.unraid.net/unraid-os/manual/changing-the-flash-device
-
[Plugin] CA Fix Common Problems
I would expect them to be listed on your Plugins tab. If not, please upload your diagnostics.zip (from Tools -> Diagnostics) Note that is really not advised to run rc releases so long. You should upgrade to 6.11.5 or 6.12.3
-
How to update ALLOWED_ORIGINS
We will definitely announce when this feature is available
-
[指南] 如何解决自定义网络上容器的 macvlan 和 ipvlan 问题
I really appreciate people posting about their experiences. But without diagnostics we have no way to begin to investigate. Note: we don't really need diagnostics about normal macvlan call traces, but if you get call traces with the solution discussed in the first post of this thread, we definitely need to see diagnostics.
-
Unraid leaked my IP - again!
Be sure to follow the first post here very closely: https://forums.unraid.net/topic/84316-wireguard-vpn-tunneled-access-to-a-commercial-vpn-provider/
-
Unraid OS version 6.12.3 available
It won't help you now, but this was discussed in the first post in this thread, bullet 3 in particular. Now that you are on 6.12.3 this cause of unclean shutdowns won't happen.
-
[6.12.1] Disappearing network connectivity for unRAID, network fine for dockers, etc.
So the system must be on the network since you can access its webgui. Since it can't connect to the Internet that sounds like either a bad gateway or DNS server. Go to Settings -> Network Settings and see if statically setting the DNS server to 8.8.8.8 helps.
-
WireGuard - VPN Tunneled Access to a commercial VPN provider
Follow the whole guide in the OP, including the "Testing the tunnel" part
-
WireGuard - VPN Tunneled Access to a commercial VPN provider
Odd. Does it help to make a dummy change to the WG config and apply? If not, Diagnostics might be helpful
-
WireGuard - VPN Tunneled Access to a commercial VPN provider
The "Peer DNS server" setting isn't really applicable when in "VPN tunneled access" mode because Peer settings apply to Peers, not Unraid itself. Best to follow the guide in the OP
-
WebUI randomly not accessible after upgrade to 6.12
Please provide updated diagnostics, the previous ones are from 6.12.2
-
Upgraded Server- Unraid Reverted to Older OS
The Unraid files are stored in the root of the flash drive (all the bz* files + changes.txt). Your config info is stored in the config directory. It honestly sounds like you somehow restored the flash drive from an old backup. Is there any way you can figure out if that is the case? The ideal thing would be to recreate the flash using the correct files. You can change the Unraid version replacing the bz* files + changes.txt with a different version following the instructions here: https://docs.unraid.net/unraid-os/manual/upgrade-instructions#manual-upgrade-or-downgrade but I'm more concerned about your config, specifically making sure the right drives are assigned for the array and cache.
-
[6.12.1] Disappearing network connectivity for unRAID, network fine for dockers, etc.
hmm, IPv6 should work in 6.12.3, but as a test let's go ahead and disable that (Settings -> Network -> use IPv4 only), then reboot and upload fresh diagnostics. thanks
-
WireGuard help. What am I doing wrong?
If you are still on 6.12.1, please upgrade to 6.12.3 Have you gone through everything in the first two posts here? https://forums.unraid.net/topic/84226-wireguard-quickstart/
-
Unraid 12.3 the IPv6 address will disappear after starting for a while
We really need to see your diagnostics.zip ( <<< click the link ) to be able to troubleshoot anything. Edit: hmm you said you can't pull diagnostics once the problem happens. Well, diagnostics from when it works might be helpful, and if you could post the syslog after the problem happens that would fill in the details
-
[6.12.1] Disappearing network connectivity for unRAID, network fine for dockers, etc.
diagnostics ( <<< click the link ) please
-
Server name changed after upgrade to 6.12.3
It is weird, the server initially boots as Tower and then it changes to NAS. Don't think I've seen that before: Jul 18 15:59:39 Tower emhttpd: shcmd (1013490): NAME='NAS' ; hostname ${NAME//[^a-zA-Z\-\.0-9]/\-} Jul 18 15:59:39 Tower emhttpd: shcmd (1013491): hostname -s >/etc/hostname Jul 18 15:59:39 Tower emhttpd: shcmd (1013492): echo '# Generated' >/etc/hosts Jul 18 15:59:40 Tower emhttpd: shcmd (1013493): echo 127.0.0.1 $(hostname -s) localhost >>/etc/hosts Jul 18 15:59:40 Tower emhttpd: shcmd (1013494): /usr/local/emhttp/webGui/scripts/update_access Jul 18 15:59:40 Tower root: sshd: no process found Jul 18 15:59:42 Tower emhttpd: shcmd (1013496): /usr/local/sbin/update_cron Jul 18 15:59:42 Tower emhttpd: shcmd (1013497): /etc/rc.d/rc.rsyslogd restart Jul 18 15:59:44 NAS rsyslogd: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="24790" x-info="https://www.rsyslog.com"] start Jul 18 15:59:44 NAS emhttpd: Starting services... Jul 18 15:59:44 NAS emhttpd: shcmd (1013500): /etc/rc.d/rc.samba start I'm guessing something on the flash got corrupted. Can you put the flash drive in a Windows computer and run chkdsk?
-
Execution error Image can not be deleted, in use by other container(s)
Does it help if you set the container to not autostart, then go to Settings -> Docker and disable the Docker service, then enable it?
-
WebUI randomly not accessible after upgrade to 6.12
Unraid 6.12.3 has improvements related to IPv6 https://forums.unraid.net/topic/142116-unraid-os-version-6123-available/
-
Constant dump of logs with "WARNING: no network interfaces found" from nmbd
Hmm, just to simplify the system, try removing Tailscale and then please provide updated diagnostics