Everything posted by mrvilla
-
[Support] binhex - Crafty
Hi. This docker has been working okay for some time. I have not used it in a couple of months now. When I try to log inn now I do not get any log in or password in the log file that I used to get earlier. Any tips to help me log in?
-
[Support] binhex - Crafty
I tried that but it did not work.
-
[Support] binhex - Crafty
When i started my minecraft launcher is autoupdated to 1.18 and it requires the server to be upgraded as well. The server is 1.17 but my launcher does not accept it.
-
[Support] binhex - Crafty
Hi I recently updated minecraft client to 1.18 and now it says that I can not play since the server is for 1.17. Any idea for when this will be fixed? I tried to replace the server.jar file in the docker but that did not help. Being a total newb on this I do not wanna try something here and ruin everything but would appreciate an feedback for when an update will be released since my kids are getting a bit frustrated here. Thanks for any update!
-
[Support] binhex - MinecraftServer
Hi Getting the following error when trying to enter WEBUI. There is no screen to be attached matching minecraft CONNECTION CLOSED Any ideas? Ok, I restartet it but I do not get much further. Get the following [screen is terminating]in" java.lang.UnsupportedClassVersionError: net/minecraft/server/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only re cognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:601)
-
[Support] Linuxserver.io - Nextcloud
I have a collection of photos on my nextcloud. For some reason when sync to my computer some files/folders can not be synced. I can not sync the files, move the files or rename the files. I can view them though. Any ideas? It is just some random folder it seems like.
-
[Support] Linuxserver.io - Nextcloud
Hi AN update. I have now changed the cache disk and everything is up an running but the Nextcloud is still giving me the same error message. There is nothing on my network on 92. Any ideas? I will see if I find the log files to attach here but not entirely sure where they are saved. EDIT: I figure it out. I remembered that I was struggling with an update a week or two ago. I therefore went in and tried to update using the terminal. That went like a charm and now everything is working fine.
-
[Support] Linuxserver.io - Nextcloud
Hi there is nothing on 92 on my network. I am trying to figure out how to change the cache now and will come back when done.
-
[Support] Linuxserver.io - Nextcloud
Hi suddenly could not longer access my nextcloud. both remote and local is unavailable When entering the server there was loads and loads of error messages regarding the cache disk. It is an intel SSD and for some reason it had plenty of read errors. This might cause the entire nextcloud to go down, I do not know. I will see if changing the ssd can fix the issue, but I guess that there is more to it than that. The error message i get is: Internal Server Error The server was unable to complete your request. If this happens again, please send the technical details below to the server administrator. More details can be found in the server log. Technical details Remote Address: 192.168.0.92 Request ID: gAiXEogaBirsFLW0AM59 Not sure why it is referring to 92 when I am using 100. I have checked the server and the router and it is both confirming that the server is at 100. I also use 100 when logging into the server so where the 92 is comming from is unknown for me
-
[Support] Linuxserver.io - Nextcloud
Hi I watched Spaceinvader one and got rid of most errors. Have a few more that I can not find a solution to and that he did not mention. Issue 1 MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read the documentation page about this. Issue 2 The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the W3C Recommendation ↗. Would appreciate any help!
-
[Support] Linuxserver.io - Nextcloud
Thanks for the tip!
-
[Support] Linuxserver.io - Nextcloud
Hi I have a nextcloud docker and have some issues when checking settings on the nextcloud online page. the following messages appear: Issue 1 MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read the documentation page about this. Issue 2 The "X-Frame-Options" HTTP header is not set to "SAMEORIGIN". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly. Issue 3 The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster. Missing index "share_with_index" in table "oc_share". Missing index "parent_index" in table "oc_share". Missing index "owner_index" in table "oc_share". Missing index "initiator_index" in table "oc_share". Missing index "fs_mtime" in table "oc_filecache". Missing index "twofactor_providers_uid" in table "oc_twofactor_providers". Missing index "version" in table "oc_whats_new". Missing index "cards_abid" in table "oc_cards". Missing index "cards_prop_abid" in table "oc_cards_properties". Missing index "calendarobject_calid_index" in table "oc_calendarobjects_props". Missing index "schedulobj_principuri_index" in table "oc_schedulingobjects". Missing index "properties_path_index" in table "oc_properties". Issue 4 The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running "occ db:add-missing-columns" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability. Issue 5 Missing optional column "reference_id" in table "oc_comments". Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this. activity.activity_id activity.object_id activity_mq.mail_id filecache.fileid filecache.storage filecache.parent filecache.mimetype filecache.mimepart filecache.mtime filecache.storage_mtime mimetypes.id mounts.storage_id mounts.root_id mounts.mount_id storages.numeric_id Issue 6 The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the W3C Recommendation ↗. Since I have no idea on how to fix these I am hoping for some advice here. What can I do to clear these messages?
-
[Support] Linuxserver.io - Nextcloud
SOlved it
-
[Support] Linuxserver.io - OpenVPN AS
Hi Just one question. Does everyone who wants to log into my nextcloud need to do all this vpn configuration?
-
[Support] Linuxserver.io - Nextcloud
Hi I have tried to activate the app "Registration" in order for people to register by them own. It does not work and I just get the following: Internal Server Error The server was unable to complete your request. If this happens again, please send the technical details below to the server administrator. More details can be found in the server log. Technical details Remote Address: 192.168.0.30 Request ID: zo79vlafywRVpJGLUHuq Any ideas?
-
[Support] Linuxserver.io - Nextcloud
Thanks! That fixed it!
-
[Support] Linuxserver.io - Nextcloud
Get the following error: could not open input file: /var/www/nextcloud/occ
-
[Support] Linuxserver.io - Nextcloud
Got stuck in maintenance mode after updating. Have tried enter command line mode from nextcloud docker menu and enter the following: sudo -u www-data php /var/www/nextcloud/occ maintenance:mode --off doesnt work. Get that user www-data is unknown Please help.
-
[Support] Linuxserver.io - Plex Media Server
I do not have xbox but thanks for the tip!
-
[Support] Linuxserver.io - Plex Media Server
I think you are on to something here! I tried playing the movie on my browser and it play without any issues. I will try to reinstall the plex on my TV. If that will not work than what? Chromecast?
-
[Support] Linuxserver.io - Plex Media Server
After running plexmediaserver for about two years it now recently started to stutter a lot when showing movies. I use my plex app on my samsung tv to watch the movies. After I turn on a movie it takes about 2 sek and it start to flicker and stutter. I have no idea what is wrong. I do not know a lot about this so I just installed the docker, mapped the movie directory and everything have been going great after that. I have made no changes before the stuttering started. I have tried direct play, direct streaming and transcode. Nothing changes. I have manually tried to set the buffer size but makes no difference. As mentioned I have not changed any settings before this happen. Have there been any updates that has caused some issues regarding the transfer that I have not seen? Please help. My plex server is useless at the moment:(
-
[Support] Linuxserver.io - Nextcloud
Hi I have some issues with autoupload. It does not work. I have tried the following. Delete my account, clear nextcloud cache, delete nextcloud, restart Samsung S7, install nextcloud but still does not work. Any ideas and suggestions? Appreciate all help
-
[Support] Linuxserver.io - Duplicati
Hehe.....no it havent. I did not thought about that. I just assumed it would store a new "version" regardless of any change.
-
[Support] Linuxserver.io - Duplicati
Hi I am testing this docker now and although everything seems to be working fine there is one issue. I have set it to backup a small folder every three hours and to keep the last 10 backups. After about 24 hours I see that it have backed up every three hours from the log (or at least it seems like it), but there is only the first version. Any ideas?
-
[Support] Linuxserver.io - Nextcloud
How can I backup my nextcloud data folder? (or any folder in unraid for that matter but specifically this folder since nexctloud has ruined my my data once already)