
malebron
Members-
Posts
26 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
malebron's Achievements
Newbie (1/14)
4
Reputation
-
[Support] Linuxserver.io - Nextcloud
malebron replied to linuxserver.io's topic in Docker Containers
I initially had a permissions error also. Since it was for the version.php file I just edited, I simply used chmod 777 to enable all permissions on that file. I know that's a sledgehammer approach, but it allowed the updater to complete. I can't help on the SQLite question, but I remember that MariaDB was recommended. It was a while ago, but I think I followed a SpaceInvaderOne video in my initial installation. That may be your best bet. -
[Support] Linuxserver.io - Nextcloud
malebron replied to linuxserver.io's topic in Docker Containers
@SliMat I have had the EXACT same issue as you. I just fixed it by setting my repository to 25.0.4 and editing "/config/www/nextcloud/version.php" to replace 26.x.x with 25.0.4. My guess is that when I followed the advice in this thread and set the repo to 26, this file was updated - even though it was actually on 25.x.x. After this you can follow the instructions here: N https://info.linuxserver.io/issues/2023-06-25-nextcloud/ -
[Support] Linuxserver.io - Nextcloud
malebron replied to linuxserver.io's topic in Docker Containers
I found this useful document "https://info.linuxserver.io/issues/2023-06-25-nextcloud/" Which says: Check your /config/www/nextcloud/config/config.php file or /config/www/nextcloud/version.php file to determine the version you have installed Switch your image to the corresponding major version from the table above (ex: your files indicate 24.x.x, use lscr.io/linuxserver/nextcloud:version-24.0.12) and start the container The file "/config/www/nextcloud/config/config.php" contains the lines 'default_phone_region' => 'US', 'dbtype' => 'mysql', 'version' => '25.0.4.1', BUT The file "/config/www/nextcloud/version.php" contains <?php $OC_Version = array(26,0,2,1); $OC_VersionString = '26.0.2'; $OC_Edition = ''; $OC_Channel = 'stable'; $OC_VersionCanBeUpgradedFrom = array ( 'nextcloud' => Do I have 25.0.4 OR 26.0.2 ? Whichever image I choose, the updater fails with "Downloaded version is lower than installed version": root@_____:~# docker exec -it nextcloud updater.phar Nextcloud Updater - version: v26.0.0beta2-9-g64e2e4c dirty Current version is 26.0.2. Update to Nextcloud 25.0.9 available. (channel: "stable") Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-25.0.9.zip Open changelog ↗ Steps that will be executed: [ ] Check for expected files [ ] Check for write permissions [ ] Create backup [ ] Downloading [ ] Verify integrity [ ] Extracting [ ] Enable maintenance mode [ ] Replace entry points [ ] Delete old files [ ] Move new files in place [ ] Done Start update? [y/N] y Info: Pressing Ctrl-C will finish the currently running step and then stops the updater. [✔] Check for expected files [✔] Check for write permissions [✔] Create backup [✔] Downloading [✔] Verify integrity [✘] Extracting failed Downloaded version is lower than installed version Update failed. To resume or retry just execute the updater again. root@_____:~# -
[Support] Linuxserver.io - Nextcloud
malebron replied to linuxserver.io's topic in Docker Containers
I am in exactly the same position with the same problem. After changing the repository to 26.0.2 the updater wants to "upgrade" to 25.0.9. This does not work. The terminal window disappears after the extraction step. Can we go back to an older version available before 25.0.9 that the updater can then work on? -
After 6.12.3 upgrade console fails to connect to VM
malebron replied to malebron's topic in General Support
Thanks for the tip, itimpi. Unfortunately clearing the cache and restarting Firefox did not fix the problem. It works like a champ in Chrome and Safari. I should have mentioned I'm running the browsers on a Mac - OSX 12.5.1 -
After 6.12.3 upgrade console fails to connect to VM
malebron replied to malebron's topic in General Support
Update: I tried starting some other, previously working VMs - same console problem: "Failed to connect to server". Then I tried a different browser (Chrome) - voila! It worked. It seems after the Unraid 6.12 upgrade the VM console (noVMC) will no longer work with Firefox. (v115.02 at time of testing) -
malebron started following [Support] binhex - Airsonic-Advanced and After 6.12.3 upgrade console fails to connect to VM
-
I just upgraded to 6.12.3 from 6.11.5 My Ubuntu 22.04.2 VM is started but the VM console (noVNC) will not connect ("Failed to connect to server") This has "just worked" for so long, I'm not sure how to start troubleshooting this. Any tips please?
-
[Support] Linuxserver.io - Nextcloud
malebron replied to linuxserver.io's topic in Docker Containers
I've had a Nextcloud Docker instance running for over a year with no issues. I just upgraded to the latest Unraid (6.11.5), and updated my containers (I just clicked on the "update" link on the Docker page). Based on the info page I think it's now 25.0.4-ls225. Now I try to access Nextcloud I get: "This version of Nextcloud is not compatible with > PHP 8.0. You are currently running 8.1.16." Any ideas where I start to fix this? Is it in the container, is it Unraid, or where? I thought containers were self contained and took care of dependencies. THANKS!!! EDIT: I followed the instructions here. This fixed it for me: https://github.com/linuxserver/docker-nextcloud/issues/288 -
Yes!! +1 I can't believe this feature is not there. ESSENTIAL.
-
[Deprecated] Linuxserver.io - airsonic
malebron replied to linuxserver.io's topic in Docker Containers
RESOLVED! "Share" under "More Options" is for sharing the music play queue only. If the queue is empty a link will be generated, but it will be invalid and will not be added to the shared media list. This is used for songs only. To share a video you must use the Share icon in the video player. HOWEVER this icon is invisible (white on white!) in the default theme!! First change the theme to a dark theme. Then you will be able to see the share icon in the lower left corner of the player. This will generate the share link, which can be managed in the Shared Media tab. (as in Subsonic). I am told this will be fixed in a future release. -
I know this is an old thread, but in case anyone else is asking the same question: I used the linux.io community template for Airsonic-Advanced and followed Spaceinvader One's awesome videos to the letter. It worked perfectly! I use it for videos mostly rather than music, so my use case may be atypical but I discovered all kinds of problems with Airsonic-Advanced - share links don't work, video thumbnails are messed up and more. Then I found Hurricanes' Subsonic Docker on Docker Hub and followed the instructions in this thread: I found it simple to install and it was a drop-in replacement. (as long as you stop the Airsonic container before starting the Subsonic one!). No changes to the reverse proxy etc. The Subsonic version may be older but everything works exactly as it should (including my old premium license) with no issues. Based on this experience, I'd say that when they forked Airsonic from Subsonic, they forked it up! YMMV If there's a better (more recently maintained) Subsonic Docker image out there, I'd love to know.
-
[Deprecated] Linuxserver.io - airsonic
malebron replied to linuxserver.io's topic in Docker Containers
UPDATE: I fired up mu old server to see how it worked on Subsonic. The Subsonic webplayer has a "share" icon (along with fullscreen, new window, play and download). This generates a link which shows up under "manage my shared media". The Airsonic player does not. I can see CC, volume, fullscreen and quality choosers. (also no download?!). The only share function I can see is for "play queue" - which appears to do nothing. Where does the share function live now? Thanks! -
[Deprecated] Linuxserver.io - airsonic
malebron replied to linuxserver.io's topic in Docker Containers
Hi - I'm trying to get sharing to work. Where is /ext/share/ ? Clicking "Share" under "More options" generates a link <web.address>/ext/share/<Java key>, but this goes to a "Sorry, the content is not available" page, and clicking "Manage Shared Media" goes to an empty list. I'm wondering if this directory or a pointer to it is missing. I remember using this feature in Subsonic - did I miss something in the setup...? Thanks -
Just installed the docker and everything looks good. However when I use the share "Share" function the link generated causes an internal server error. Any ideas? I noticed that even after generating the link, there's nothing showing under the "Shared Media" tab. Status 500 Error Internal Server Error Message No message available Path /ext/share/eagVS Time Sat Mar 05 17:40:35 PST 2022 Exception Java version Oracle Corporation 1.8.0_281 Operating system Linux 5.10.28-Unraid Server Apache Tomcat/9.0.33 Memory Used 140 of 771 MB
-
Who knows what the problem was, but after I shut everything down (both server and desktop) and rebooted. It seems OK. Yup. "Turn it off and turn it on again" FTW!