mrvilla

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by mrvilla

  1. 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?
  2. 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.
  3. 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!
  4. 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)
  5. 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.
  6. 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.
  7. How the he** did I not see that!? Thanks for helping me out!
  8. For some reason I am struggling with even the simplest of task in Unraid:) After getting loads of errors on my old cache SSD, I have changed it with an "new" one. I want to format it but this seems to be a rather complicated task. Before I started the array I choose btrfs as FS, clicked apply and started the array. It now says unmountable and thats it. How do I format it? I have searched for answer but I struggle to see a solution. I have tried Preclear but the disk does not show up there. No disks shows up there. I have one storage and one parity disk also. The parity sync is ongoinmg so that might cause some issue.... Anyone have an idea? Should the aray be started or not? Shall I assign it or not? what is the correct sequence to this?
  9. 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.
  10. 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
  11. 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!
  12. 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?
  13. Ah sorry. Here it is. mainstation-diagnostics-20190827-1749.zip
  14. Hi I just had an error message on my parity drive. Please see snap. Any ideas on how to go forward on this?
  15. Hi. Two questions. 1 how to enter existing worlds into the server and 2 how to make server use more ram?
  16. Hi. I bought two new 4GB disk about a year ago. One for data and one for Parity. Recently my parity disk was starting to act a little strange. Sometimes it did not come up before I started the array, but after it was up it suddenly connected. However it seems like it has now decided to stay off. It is now listed under historical devices and it is impossible to mount it. It just says missing under devices. Any ideas why it is acting like this and suggestions on what to do?
  17. Hi Just one question. Does everyone who wants to log into my nextcloud need to do all this vpn configuration?
  18. I did try the letsencrypt some time ago but did not succeed in configure it correctly. Since several people uses the nextcloud server I was afraid of messing up my setup and just went back to ordinary setup. I wanted to use VPN, but then again I was unsure on how to set that up. Everyone says it so easy to use this server but to be honest I think it is really really difficult. Everytime I log into the server I'm scared shitless of doing something wrong. It is working now but it is probably just a matter of days before something happends again, and messing around with VPN or letsencrypt seems really advanced. But based on your post I will try this when I come home to see if it actually is so easy;) Is the screenshot from the OpenVPN app in unraid?
  19. No I do not use Open VPN. Not exactly sure how to implement it when using www.no-ip.com address to host my web adress.
  20. Hi Frank. Thanks for replying. I was about to do the diagnostic, but I figured out some of the issue when my son asked my to forward a port to his minecraft server. I suddenly remembered that I had no port forwarding to my server in my router anymore. After fixing that it all worked again. Only for https but that is ok. So for the moment I can at least use my server from external:)
  21. After trying some more I can now log into my server and nextcloud by using https but only locally Still struggling using normal http though....
  22. Hi I have installed a new network card after having issues with the internal nic on motherboard. After trying a lot back and forward I can now get access out from server so that I can update plugins, dockers etc, but there is no way to enter it through LAN or internet. Any ideas on how to correct the issue? For information I have followed the tips given below to drcox1911 and have come to the point where everything looks great. I just can log in to the webui of the server from other computer on LAN or through internet. Really appreciate any help syslog