Everything posted by gevsan
-
[Support] Linuxserver.io - Nextcloud
The problem is that I don't know how to proceed from this message.. If i press "Start Upgrade" I will get this error, "Exception: Updates between multiple major versions and downgrades are unsupported."
-
[Support] Linuxserver.io - Nextcloud
I see.. I changed to "lscr.io/linuxserver/nextcloud:latest" Now when i acces nextcloud I'm getting this message
-
[Support] Linuxserver.io - Nextcloud
I would love to try this! However even if i try to acces nextcloud from domain or local I allways get this message: This version of Nextcloud requires at least PHP 8.0 You are currently running 7.4.26. Please update your PHP version. Do you know how to get to the "administarion settings" another way?
-
[Support] Linuxserver.io - Nextcloud
Hey, I'm not really sure of what you mean? How do I upgrade the GUI?
-
Lost my VM
Im pretty sure I do have a backup on another computer actually. I will check when im home.
-
Lost my VM
This is my output root@Tower:~# find /mnt -name libvirt.img /mnt/user/system/libvirt/libvirt.img /mnt/cache_doc/system/libvirt/libvirt.img
-
[Support] Linuxserver.io - Nextcloud
Yes, I tried this. But I always get stuck at "Extracting failed" I've tried all 3 different update steps on the first page aswell.. For upgrading the Nextcloud version there are 3 options. 1. Update via the webui when the upgrade shows as available. 2. Update from the terminal when the upgrade shows as available with: docker exec -it nextcloud updater.phar 3. Manual upgrade using occ. I'll attach my diagnostics aswell tower-diagnostics-20230421-1150.zip
-
Lost my VM
Hello, I can't see my VM on dashboard or in VM tab anymore. I had a W10 VM and I can still see it on my cache disk. It's called vdisk1.img Can I create a new VM somehow and connect my vdisk1.img to it? If Yes, how? tower-diagnostics-20230421-1150.zip
-
[Support] Linuxserver.io - Nextcloud
Sorry for the "bump" but from what I understand, I need to downgrade from 26.0.0 somehow. I just don't know how to do it... Or is it possible for me to upgrade to 26.0.1? If yes, how?
-
[Support] Linuxserver.io - Nextcloud
Hey, I am also getting this error This version of Nextcloud requires at least PHP 8.0 You are currently running 7.4.26. Please update your PHP version. Whatever I try to do, I allways end up with this error and I don't know to to solve this
-
[Support] Linuxserver.io - Nextcloud
After i typed chown nobody:users -R * Some of my folders changed owner to "UNKNOWN" I also lost my VMs somehow...
-
[Support] Linuxserver.io - Nextcloud
I get the same message when im trying to docker exec -it nextcloud occ maintenance:mode --off I don't know what to do
-
[Support] Linuxserver.io - Nextcloud
Yes I did. I get this message: root@Tower:~# docker exec -it nextcloud occ upgrade Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Cannot write into "config" directory. This can usually be fixed by giving the web server write access to the config directory. See https://docs.nextcloud.com/server/26/go.php?to=admin-dir_permissions. Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it. See https://docs.nextcloud.com/server/26/go.php?to=admin-config Cannot write into "apps" directory. This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file. An unhandled exception has been thrown: Exception: Environment not properly prepared. in /config/www/nextcloud/lib/private/Console/Application.php:167 Stack trace: #0 /config/www/nextcloud/console.php(99): OC\Console\Application->loadCommands() #1 /config/www/nextcloud/occ(11): require_once('...') #2 {main}root@Tower:~#
-
[Support] Linuxserver.io - Nextcloud
Thanks! I tried ls -la and I had no owner. So i typed chown nobody:users -R * and it still doesn't give me owner. Below is the output after I typed "chown nobody:users -R *" root@Tower:/mnt/user/appdata/nextcloud# ls -la total 145856 drwxrwxrwx 1 nobody users 192 Apr 12 09:34 ./ drwxrwxrwx 1 65534 users 606 Mar 29 10:56 ../ drwxrwxrwx 1 nobody users 20 Jan 24 2022 .cache/ -rw-r--r-- 1 nobody users 28 Oct 19 17:01 .migrations -rw------- 1 nobody users 1024 Apr 10 19:39 .rnd drwxrwxrwx 1 nobody users 8 Apr 13 07:54 crontabs/ drwxr-xr-x 1 nobody users 0 Feb 27 12:51 custom-cont-init.d/ drwxr-xr-x 1 nobody users 0 Feb 27 12:51 custom-services.d/ drwxrwxrwx 1 nobody users 32 Jan 24 2022 keys/ -rw-r--r-- 1 nobody users 149346219 Apr 12 09:34 latest.tar.bz2 drwxrwxrwx 1 nobody users 48 Apr 13 02:00 log/ drwxrwxrwx 1 nobody users 212 Apr 13 07:54 nginx/ drwxrwxrwx 1 nobody users 44 Jan 24 2022 php/ drwxrwxrwx 1 nobody users 70 Apr 13 07:52 www/
-
[Support] Linuxserver.io - Nextcloud
I will try this. Just a noobish question.. I assume you mean to do this through the terminal? How do i cd into the directory?
-
[Support] Linuxserver.io - Nextcloud
Hello, I have problems with updating nextcloud. Im trying to manual upgrade using occ. I get this message and i don't know how to change the permissions. I was trying to figure it out from some of the posts above but I don't understand how i should change it. My Repository is linuxserver/nextcloud Im getting this error: docker exec -it nextcloud occ upgrade Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Cannot write into "config" directory. This can usually be fixed by giving the web server write access to the config directory. See https://docs.nextcloud.com/server/26/go.php?to=admin-dir_permissions. Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it. See https://docs.nextcloud.com/server/26/go.php?to=admin-config Cannot write into "apps" directory. This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file. An unhandled exception has been thrown: Exception: Environment not properly prepared. in /config/www/nextcloud/lib/private/Console/Application.php:167 Stack trace: #0 /config/www/nextcloud/console.php(99): OC\Console\Application->loadCommands() #1 /config/www/nextcloud/occ(11): require_once('...')
-
[Support] hotio - All images released by hotio
Hello, Can anyone help me downgrade QBittorrent from Hotio? I don't like the new update with global speed. Now i can't see my upload speed. It's all converted (migrated) into a global speed together with my download speed.
-
[Support] Linuxserver.io - Nextcloud
This worked for me! Thanks!
-
[Support] Linuxserver.io - Nextcloud
Hello everybody. I wanted to add a new user to my nextcloud docker but the page is empty.. I tried all the other pages and found out that apps is also just an empty page. Nextcloud is working fine and with all the previous users. I am logged in as Admin. I have tried to clear my browser cache, and also tried a different web browser. Any suggestions?
-
[SUPPORT] SmartPhoneLover - Jellyfin (native image)
Hello. Im not sure what transcode options I should choose in jellyfin. Sometimes I have problems to start a movie with my nvidia shield pro (2019). Some movies is just loading forever and wont start. But everything is working fine when im looking on my computer. (Chrome) I have a gtx 1660 super in my server and all my media is in .mkv h264 hevc SDR and HDR. Both 1080p and 4k This is my current settings
-
[Plugin] Nvidia-Driver
Hello. I have a GTX 1660 Super in my server and last night it disappeared from your plugin and my unraid system. I did take the GPU outside to a test rig and the GPU is working fine, well atleast I got a video output from it so im assuming that it's fine. When reinstalling the GPU in my server again and Unraid still doesn't recognize or finding it. tower-diagnostics-20220814-2012.zip
-
Need help with secondary Nic card
Hey again. I finaly had a oppertunity to test this. I enabled virtualization in BIOS again and now I can connect to my unraid server again. So everything is fine All I did was to remove the new NIC. When the time comes and I need to reinstall the NIC I might run into the same problem. But that will be a new topic..
-
Need help with secondary Nic card
Hello again. Sorry for the late reply.. Once i type "diagnostics" in the console, how do I access it to post it here?
-
Need help with secondary Nic card
Here it is. I can access the GUI since I disabled VT-X in Bios. But right now I cannot remember if I removed the 2nd NIC from the motherboard or not... I will have to check and see if it's in when im home. tower-diagnostics-20220714-1011.zip
-
Need help with secondary Nic card
6.10.3