![]() |
1.4.0 Release Candidate 1 - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Testers (https://forums.snakeoil-os.net/Forum-Snakeoil-Testers) +--- Forum: Test Builds (https://forums.snakeoil-os.net/Forum-Test-Builds) +--- Thread: 1.4.0 Release Candidate 1 (/Thread-1-4-0-Release-Candidate-1) Pages:
1
2
|
RE: 1.4.0 Release Candidate 1 - Snoopy8 - 30-Dec-2024 (30-Dec-2024, 10:55 AM)agent_kith Wrote: This looks correct, but this works for me. I'm curious, are you using the domain name (aka fully qualified domain name FQDN) or the IP address of your NAS? I always used IP and that works. Can you confirm if you're using IP or FQDN? Also, what NAS are you using?Using Sydnology DS923 running latest DSM version. Using IP address. Was working with SO 1.3 Intel Ubuntu 22.04. NOT working with SO 1.3 Bookworm, SO 1.4 Ubuntu 24.01 (Intel NUC Element 11th Gen i7, Pi5). RE: 1.4.0 Release Candidate 1 - agent_kith - 30-Dec-2024 (30-Dec-2024, 11:47 AM)Snoopy8 Wrote: Using Sydnology DS923 running latest DSM version. Using IP address. Was working with SO 1.3 Intel Ubuntu 22.04. NOT working with SO 1.3 Bookworm, SO 1.4 Ubuntu 24.01 (Intel NUC Element 11th Gen i7, Pi5).Will have to search the Internet for this one. Worse come to worse if I cannot fix this in systemd, will just add something in code to address this. ![]() RE: 1.4.0 Release Candidate 1 - Primare11 - 30-Dec-2024 (30-Dec-2024, 10:51 AM)agent_kith Wrote:(29-Dec-2024, 10:01 PM)Primare11 Wrote: I looked for that since you stated "Add JRiver Media Center repo for auto install/uninstall" in the change log, but I can't find JRiver anywhere in the "Available Music Software (Expert)" or in the "Music Software" (after activation).Arrgh, You are right, I forgot to add a few more tweaks to enable them! When it's working (RC-2 and beyond), you can install/uninstall 32 and 33 from Snakeoil->Software. Many thanks ![]() RE: 1.4.0 Release Candidate 1 - Snoopy8 - 30-Dec-2024 (30-Dec-2024, 02:04 PM)agent_kith Wrote:(30-Dec-2024, 11:47 AM)Snoopy8 Wrote: Using Sydnology DS923 running latest DSM version. Using IP address. Was working with SO 1.3 Intel Ubuntu 22.04. NOT working with SO 1.3 Bookworm, SO 1.4 Ubuntu 24.01 (Intel NUC Element 11th Gen i7, Pi5).Will have to search the Internet for this one. Worse come to worse if I cannot fix this in systemd, will just add something in code to address this. Don't know whether this can help, for Intel NUC SO 1.4 RC1 ? Code: sudo systemd-analyze blame Code: sudo systemd-analyze critical-chain RE: 1.4.0 Release Candidate 1 - agent_kith - 31-Dec-2024 (30-Dec-2024, 06:59 PM)Snoopy8 Wrote: Don't know whether this can help, for Intel NUC SO 1.4 RC1 ?Not helping much. I have tweaked the service file to include nfs-client.target and nss-lookup.target in RC-2. If RC-2 didn't work for you, edit the service file (/etc/systemd/system/snakeoil-rest.service) and change the word "After" to "Requires". Reboot and see if it works. Your NUC is not using a USB network dongle by any chance? Even if it is USB it should be after network-online.target, so unsure what's happening. FWIW I'm using TrueNAS and mount the volume via NFSv3 and it works for me both in arm64 and amd64 (I'm using Ubuntu server though) RE: 1.4.0 Release Candidate 1 - Snoopy8 - 31-Dec-2024 (31-Dec-2024, 04:12 PM)agent_kith Wrote: Your NUC is not using a USB network dongle by any chance? Even if it is USB it should be after network-online.target, so unsure what's happening.Using built in NIC for both NUC and Pi5 (31-Dec-2024, 04:12 PM)agent_kith Wrote: FWIW I'm using TrueNAS and mount the volume via NFSv3 and it works for me both in arm64 and amd64 (I'm using Ubuntu server though)On Synology DSM, NFS enabled from v2 to v4. On SO, folders mounted as NFSv4. I did try mounting option of NFSv3, but still required manual mounting after reboot. Never had this problem with SO 1.3 (and earlier versions) on Ubuntu 22.04. What changed with SO 1.3 Pi5 Bookworm and SO 1.4 Ubuntu 24.01? RE: 1.4.0 Release Candidate 1 - agent_kith - 31-Dec-2024 (31-Dec-2024, 05:12 PM)Snoopy8 Wrote: On Synology DSM, NFS enabled from v2 to v4. On SO, folders mounted as NFSv4. I did try mounting option of NFSv3, but still required manual mounting after reboot.The problem should be Linux itself (i.e. Ubuntu). However I can't recreate this problem as I am using TrueNAS here. In RC-2, snakeoil-rest server should start after nfs-client target now, and that in theory should fix things. But if not I will have to add some hacks in Snakeoil to work around this.. Will see how it goes.. |