Everything posted by Zeze21
-
After Downgrading to 6.11.5 VM Guest Agent not installed
Hi ever since I could not any of the 6.12.X versions to work correctly i downgraded to 6.11.5 But I am running to problems: One of them is that when i start my Win 11 VM i get: Guest Agent not installed... so i can not access it as it is not using VNC my XML is: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='5'> <name>Windows 11</name> <uuid>bed95bbc-2cfd-1316-25d9-aa74fadc0ff0</uuid> <description>Matthias Pc</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/> </metadata> <memory unit='KiB'>16252928</memory> <currentMemory unit='KiB'>16252928</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='20'/> <vcpupin vcpu='2' cpuset='5'/> <vcpupin vcpu='3' cpuset='21'/> <vcpupin vcpu='4' cpuset='6'/> <vcpupin vcpu='5' cpuset='22'/> <vcpupin vcpu='6' cpuset='7'/> <vcpupin vcpu='7' cpuset='23'/> <vcpupin vcpu='8' cpuset='8'/> <vcpupin vcpu='9' cpuset='24'/> <vcpupin vcpu='10' cpuset='9'/> <vcpupin vcpu='11' cpuset='25'/> <vcpupin vcpu='12' cpuset='10'/> <vcpupin vcpu='13' cpuset='26'/> <vcpupin vcpu='14' cpuset='11'/> <vcpupin vcpu='15' cpuset='27'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-6.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram>/etc/libvirt/qemu/nvram/bed95bbc-2cfd-1316-25d9-aa74fadc0ff0_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='8' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 11/vdisk1.img' index='3'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows 11/Win11_German_x64v1.iso' index='2'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.229-1.iso' index='1'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:d4:12:7e'/> <source bridge='br1'/> <target dev='vnet4'/> <model type='e1000'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/1'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/1'> <source path='/dev/pts/1'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-5-Windows 11/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> <alias name='tpm0'/> </tpm> <sound model='ich9'> <alias name='sound0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </sound> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/domains/vbios/rtx2070super.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> Could you tell me how to get my Network access back for this WM? Thank you all so much!
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Naja wie greifst du auf PiHole zu? wenn du es als DNS in der Fritz eingetragen hast, dann kommt da auch wieder der Fehler kein Interwebs... (vorteil der Lösung ist, dass es eine simple Lösung ist und alle neuen Geräte im Netzwerk automatisch über PiHole laufen würden) Btw bin jetzt wieder auf 6.11.5... Bisher hab ich fast alles am laufen... nur auf Home assistant VM kann ich via Swag nicht zugreifen.... es ist und bleibt verhext
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Wie genau bist du bei dem Update vorgegangen... Frage für einen Freund 😅
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Also "deine" Lösung hat für mich nicht so sodnerlich hingehauen. Eine Lösung für Home Assistant habe ich immer noch nicht - ich habe nun zunächst mal gemäß gehandelt d.h. docker laufen über ne zweite netzwerkschnittstelle. Also alle die br0 waren (sind ja nur noch 2) sind jetzt br01 damit hoffe ich läuft auch adguard etc wieder Home assistant ist weiterhin nicht erreichbar aber dafür mach ich ne neue topic auf
-
Crashes ever since Update from 6.11.X to 6.12
Have now a dedicated Ethernet Port for Docker... hopefully it will work
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Ok dann müsste ich ja theoretisch via swag (docker container) auf home assistant (vm) weiterleiten lassen können.... geht aber seit dem update auch nicht mehr.... und ist aktuell das einzige was nicht mehr geht
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Hat jemand abgesehen von mir getestet wie sich es mit vms verhält die von nem reverse proxy angesprochen werden sollen? Ich brauche home assistant unbedingt von aussen verfügbar 🙈
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Ich habe auf ipvlan umgestellt, damit geht's ... einigermaßen... Kann es sein, dass mein reverse proxy nicht mehr aus dem Dockernetzwerk rauskommt? Egal was ich tu, meine Home Assistant VM bekommt immer 502 Bad Request...
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
So sieht es jetzt bei mir aktuell auch aus habe 2 Container einfach raus genommen jetzt versorgt die Fritzbox den Server mit korrekter IP hab halt keinen adblocker und kein Fernsehen also auf der einen Seite mehr Werbung auf der anderen Seite weniger Werbung aber ein erfreulicher Zustand ist das nicht.
-
Unraid 6.12.2 Firtzbox Issues
I have posted before here (regarding 6.12 and 6.12.1) but apparently this also appies with 6.12.2. You can find the original Thread here: (in german though) I have had Unraid running for weeks/months without any problem on 6.11.X - That was why i updated without hesitation when 6.12 came along. As soon as I updated to 6.12 my server kept crashing. For no apparent reason. That's why i updated to 6.12.1 as soon as it came along (it came along very quickly) I tried several things (keep reading to find out what) the server was running somewhat stable but my reverse proxy didn't work anymore, so you can take the last sentece and replace 6.12.1 with 6.12.2, That's why i updated to 6.12.2 as soon as it came along (and again: it came along very quickly) Now honestly I just want to go back to 6.11.x because it seems everything is messed up and I think it is somewhat of a network problem. I have a Fritzbox with a DHCP and a certain setup. 10.10.10.1 is my Fritzbox ( Modell: FRITZ!Box 7590 FRITZ!OS:7.56-Version aktuell) The Fritzbox has a DHCP with the following setup: Home Network Settings: IPv4-Adress 10.10.10.1 Subnetmask 255.0.0.0 DHCP-Server Range from 10.10.100.1 to 10.10.100.255 Valid 10 Days Local DNS-Server: 10.10.10.1 (it used to be 10.10.10.2 my adguard docker container but since the server kept crashing I had to bypass it for other devices to stay online) 10.10.10.10 is my Unraid Server It has a couple of dockers (mostly bridge, 2 custom br0, and a couple of VMs) My Important Docker Containers (among others - all which are not mentioned run in bridge mode): Adguard-Home IP 10.10.10.2 Network mode: br0 ApacheGuacamole IP 10.10.10.10 Network mode: bridge (used to be another ip in 6.11.X and br0) mariadb IP 10.10.10.10 Network mode: bridge Nextcloud IP 10.10.10.10 Network mode: bridge (used to be another ip in 6.11.X and br0) openVPN-as IP 10.10.10.10. Network mode: bridge (I need it because I have somthing which only works with openVPN and not Wireshark unfortunately) swag IP 10.10.10.10 Network mode: bridge (used to be another ip in 6.11.X and br0) tvheadend IP 10.10.10.18 Network mode: br0 (not important as much but it is my only other br0 container so I wanted to include it in the list) vaultwarden IP 10.10.10.10 Network mode: bridge (used to be another ip in 6.11.X and br0) As said those are my most important ones. I do have a couple of VMS nothing fancy mainly 2 Windows VMS in the 10.10.10 Network Home Assistant 10.10.11.1 (why 10.10.11.1 you may ask - i like a clean cut so that i have all smart home devices in 10.10.11.X range)# Now here comes the weirdest part: Ever since the 6.12 Update the fritzbox is acting up: Usually I had a port forwarding to the swag container (back when it had the br0 setting to its IP) Also one port forwarding to openVPN-as All my devices/docker containers were corretly named automatically by the fritzbox. That is ever since 6.12 completely gone: If i switch to macvlan: My Server is suddenly listed twice (2 different mac adresses though) with arp -a I figured out that one "Server" is infact Ad-guard tvheadend isn't showing up at all - not in the fritzbox nor with arp-a however i can access the webinterface locally When I try to add a portforwarding to my server/swag with the right ports the fritzbox gives me "Es ist ein Fehler aufgetreten. Fehlerbeschreibung: Fehler beim Speichern (Daten inkonsistent)." An Error occured. Description: Error while saving (data inconsistent). So back to ipvlan: Everything seems to work just fine (and i almost deleted this thread i had written)... until something happenend... I don't know what causes this exactly but in my fritzbox, messes up the Ips of my server and it's docker containers... This is especially weird since i have set the ip of the server to static and also have checked the box to always assign the same ip on the fritzbox. In the Overview of the fritzbox it shows up correctly: When I click on edit it shows a differen IP as for example seen here: This would be the tvheadend container... Sometimes (i don't know how this works) it shows up as the adguard container The problem is that the port forwarding is then switched to this ip.... I would love to give a few containers a dedicated ip adress if possible. The thing is: I have a mainboard with 3(!) Network ports... of which 2 are not connected as I had trouble getting everything to work in the past. Here are my specs: and of course a diagnostics zip is included here as well as syslog. For now i have deactivated adguard and tvheadend. (yay... ads and no tv... ) I really love if someone could help me (and possibly many many other german, austrian and swiss users as fritzbox is the nonplusultra consumer device here) server-syslog-20230701-0714.zip server-diagnostics-20230701-0911.zip
-
Downgrade from 6.12.2 to 6.11.xx
For other reasons I would love to revert to 6.11.x as ever since 6.12 Unraid has become virutally unusable for me (reverse proxy not working anymore, server crashes - i am a german fritzbox user apparently that is not a good combo) I have only found the option to revert to 6.12.1 as I have now 6.12.2 Is there an option to go back further. I am quite desperate.
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Also bei mir läuft Unraid jetzt seit 2 Tagen ohne weitere Probleme durch. Und ich habe jetzt da Docker gedowngraded wurde auf 6.12.2 geupdated. Ich sage ohne weitere Probleme, das ist aber natürlich so nicht richtig: Die Docker Einstellungen zeigen: Netzwerktyp für benutzerdefinierte Docker-Netzwerke: ipvlan Irgendwie bin ich da durcheinander. Ich hatte auf macvlan umgestellt. Nach kurzer Überprufung hat sich es wohl wieder auf ipvlan umgestellt und ist auch tatsächlich in ipvlan Und der reverse Proxy anscheinend auch: Nextcloud liefert mir wenn ich explizit https eingebe: NET::ERR_CERT_AUTHORITY_INVALID Wenn ich auf die Domain für Home Assistant zugreifen will kommt auch Nextcloud (meckert aber dass ich über ne nicht zugelassene Domain zugreifen will) Jellyfin, Heimdall, Guacamole sowie Bitwarden sind allesamt nicht zu erreichen. Hier bekomme ich immer nur den Hinweis: hat die Verbindung abgelehnt. Ehrlich gesagt in dieser Konstellation ist Unraid für mich schlicht unbrauchbar geworden. Was kann ich denn tun damit das alles wieder funktioniert?
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Ok das ist aber für den weniger versierten User echt gemein, wie soll der feststellen was jetzt gerade läuft. Bei mir ist steht jedenfalls in den Docker Einstellungen wieder IPVLAN. Aber wenn ich mich darauf nicht verlassen kann, ist das ganze gelinde gesagt etwas doof. Ich bin noch nicht Zuhause aber sobald ich es bin werde ich das überprüfen.
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Also ich kann das mit dem IPVLAN so nicht bestätigen. AFAIK lief der Server ja mit IPVLAN unter 6.11.X Wochen/Monate lang ohne irgendwelche Probleme. Alle von mir geschilderten Probleme traten erst mit dem Update auf 6.12 auf ergo müsste doch hier der Fehler zu suchen sein? Ich lass mich gerne eines besseren belehren, aber mit diesem Update scheint es ja nicht nur mir plötzlich so zu ergehen. Ich werde noch heute persönlich bei AVM anfragen bzgl IPVLAN. Ich möchte wirklich GERNE den bug melden, weiß aber nicht wie. (Sorry - hab ich erwähnt dass ich geistig etwas zurückgeblieben bin ) An deinen Thread werde ich mich gleich nach der Arbeit dranhängen!
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Stand zunächst auf IPVLAN habe es aber auf MACVLAN umgestellt. Genau wie in dem Thread hat es sich aber auch bei einfach wieder umgestellt. Im Gegensatz zu dem Thread kann ich aber quasi nicht von Außen auf meine Container zugreifen? Die Sache ist die.... bis 6.11. lief der Server Wochenlang durch ohne Probleme. Nun ich kann schlecht meine Fritzbox austauschen ( repeater, Telefon etc) Gibt es ne andere Möglichkeit? Würde es helfen keinen Container im br0 Modus laufen zu haben? Wird an dem Problem gearbeitet? Wo kann ich nen Bug report erstellen? Oder bestehende supporten?
-
Merkwürdiges Verhalten seit Update auf 6.12 (auch 6.12.1) und komisches Fritzbox verhalten
Hallo und guten Abend, ich schreibe mal ausnahmsweise in das deutsche Forum, da ein Teil meines Problems auch meine Fritzbox betrifft und ich nehme an, diese hat mehr Anhänger im deutschen Forum. Zunächst einmal, seit dem Update auf 6.12 bzw 6.12.1 scheint der Server immer wieder abzustürzen. Wann bzw wobei/warum genau kann ich bisher nicht ganz nachvollziehen. Zudem funktioniert mein Reverse Proxy (Swag) seit dem Update nicht mehr. Auch eine komplette Neu Konfiguration, Neu installation hat nicht geholfen. (die Einstellungen sollten aber stimmen - vor dem Update hat alles funktioniert) Dabei ist es anscheinend nicht so dass hier gar nichts funkioniert - (einige Docker kann ich gar nicht erreichen, andere wie z.b. nextcloud stellen komischerweise auf http statt https um, Home Assistant (als VM) zeigt mir das Home Assistant Symbol aber gibt an sich nicht mit Home Assistant verbinden zu können - was mich ehrlich gesagt besonders verwirrt) Zudem ist auf der Fritzbox ein sehr merkwürdiger, reproduzierbarer Fehler aufgetreten - seit dem Update von Unraid. Ich habe natürlich für Swag ein Port Forwarding auf eben Swag eingerichtet. Zur Erklärung: Meine Fritzbox hat die Ip 10.10.10.1 Mein Server hat 10.10.10.10 Die meisten Docker Container laufen als bridge (bis auf Adguard und tvheadend diese laufen als br0) Dementsprechend ist für Swag ein Port Forwarding auf 10.10.10.10 mit Port 180 und 1443 (custom ports für Swag) eingerichtet. Ich habe dieses Port Fowarding gemäß der Ip Adresse 10.10.10.10 eingerichet. Allerdings zeigt mir nun (ich weiß nicht wann genau, warum und wie es sich ändert) mir die Fritzbox ein Portforwarding auf 10.10.10.2 (Adguard) an. Diese Änderung tritt aber reproduzierbar auf (sprich ich lösche dieses Port Forwarding und erstelle es von Grund auf neu -> irgendwann ist es wieder auf 10.10.10.2 geändert) Ich bin mit meinem Latein am Ende... vielleicht gibts ja jemanden der mir hier helfen kann? Danke schon mal an alle. (Log Dateien sind im Anhang) server-diagnostics-20230626-1851.zip
-
Crashes ever since Update from 6.11.X to 6.12
Hallo @ all, i have recently updated my Unraid Server to 6.12 and now I have ?random? crashes where i can not access the server at all only a hard reset/reboot helps. I tried to figure out what causes the problem but i ran into a dead end. Maybe someone of you great minds can help me (a simple mind) out? My System: Modell:Custom M/B:ASRock X399 Professional Gaming BIOS:American Megatrends Inc. Version P3.80 Datiert 12/04/2019 CPU:AMD Ryzen Threadripper 1920X 12-Core @ 3500 MHz HVM:Aktiviert IOMMU:Aktiviert Cache:L1 - Cache: 1152 KiB, L2 - Cache: 6 MiB, L3 - Cache: 32 MiB Arbeitsspeicher:128 GiB DDR4 Multi-bit ECC (Maximal installierbare Kapazität 512 GiB) Netzwerk:bond0: fault-tolerance (active-backup), mtu 1500 Kernel:Linux 6.1.33-Unraid x86_64 OpenSSL:1.1.1t Attached you find my Server Diagnostics and Server syslog The only other Error Message I got was at the Login Screen on the Server itself: Server login: BUG: Bad page map in process worker pte:ffff88816df8b568 pmd: e98a I habe absolutely no idea what that means.... server-diagnostics-20230620-2057.zip server-syslog-20230620-1958.zip
-
[Support] Linuxserver.io - Nextcloud
Thanks to the great guys at linuxserver discord channel (especially @j0nnymoe ) ever since 6.12 unraid / docker is strict on disallowing br0 to bridge communication so i had to adjust my containers to bridge
-
[Support] Linuxserver.io - Nextcloud
Hi to all! I have recently updated mz Unraid server to 6.12. On Said server runs a Nextcloud Docker. Ever since the Update, I get the following Error Message: Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log. https://pastebin.com/JLUi6AYD These are my Docker Parameters: docker run -d --name='nextcloud' --net='br0' --ip='10.10.10.7' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Server" -e HOST_CONTAINERNAME="nextcloud" -e 'TCP_PORT_443'='443' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='https://[IP]:[PORT:443]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-logo.png' -v '/mnt/user/nextcloud/':'/data':'rw' -v '/mnt/user/appdata/nextcloud':'/config':'rw' 'lscr.io/linuxserver/nextcloud' 227e0e45289b57a52a53ada7c40afdb0cba72da985a83d92d5ef23f531d72d67 https://pastebin.com/08bL47MY Config.php <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'oc5f7e00b7e0', 'passwordsalt' => '++++++', 'secret' => '++++++++++++++++++', 'trusted_domains' => array ( 0 => '10.10.*.*', 1 => 'cloud.+++++.+++', ), 'trusted_proxies' => array ( 0 => '10.10.0.0/16', 1 => 'cloud.+++++.+++', ), 'dbtype' => 'mysql', 'version' => '26.0.2.1', 'dbname' => 'nextcloud', 'dbhost' => '10.10.10.10:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'nextcloud', 'dbpassword' => '++++++', 'installed' => true, 'default_phone_region' => 'DE', 'maintenance' => false, 'loglevel' => 2, 'theme' => '', ); https://pastebin.com/WPt0wbcp Log File: #22 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(171): OC\Server->OC\{closure}() #23 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #24 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(138): Pimple\Container->offsetGet() #25 /config/www/nextcloud/lib/private/ServerContainer.php(171): OC\AppFramework\Utility\SimpleContainer->query() #26 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(65): OC\ServerContainer->query() #27 /config/www/nextcloud/lib/private/Server.php(2065): OC\AppFramework\Utility\SimpleContainer->get() #28 /config/www/nextcloud/lib/private/Files/View.php(119): OC\Server->getLockingProvider() #29 /config/www/nextcloud/lib/private/Server.php(464): OC\Files\View->__construct() #30 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(171): OC\Server->OC\{closure}() #31 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #32 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(138): Pimple\Container->offsetGet() #33 /config/www/nextcloud/lib/private/ServerContainer.php(171): OC\AppFramework\Utility\SimpleContainer->query() #34 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(65): OC\ServerContainer->query() #35 /config/www/nextcloud/lib/private/Server.php(1467): OC\AppFramework\Utility\SimpleContainer->get() #36 /config/www/nextcloud/lib/base.php(625): OC\Server->boot() #37 /config/www/nextcloud/lib/base.php(1167): OC::init() #38 /config/www/nextcloud/cron.php(43): require_once('...') #39 {main} Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] Host is unreachable in /config/www/nextcloud/lib/private/DB/Connection.php:140 Stack trace: #0 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1531): OC\DB\Connection->connect() #1 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1029): Doctrine\DBAL\Connection->getWrappedConnection() #2 /config/www/nextcloud/lib/private/DB/Connection.php(262): Doctrine\DBAL\Connection->executeQuery() #3 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(345): OC\DB\Connection->executeQuery() #4 /config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php(280): Doctrine\DBAL\Query\QueryBuilder->execute() #5 /config/www/nextcloud/lib/private/AppConfig.php(418): OC\DB\QueryBuilder\QueryBuilder->execute() #6 /config/www/nextcloud/lib/private/AppConfig.php(184): OC\AppConfig->loadConfigValues() #7 /config/www/nextcloud/lib/private/AppConfig.php(374): OC\AppConfig->getApps() #8 /config/www/nextcloud/lib/private/legacy/OC_App.php(976): OC\AppConfig->getValues() #9 /config/www/nextcloud/lib/private/Server.php(729): OC_App::getAppVersions() #10 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(171): OC\Server->OC\{closure}() #11 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #12 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(138): Pimple\Container->offsetGet() #13 /config/www/nextcloud/lib/private/ServerContainer.php(171): OC\AppFramework\Utility\SimpleContainer->query() #14 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(65): OC\ServerContainer->query() #15 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(193): OC\AppFramework\Utility\SimpleContainer->get() #16 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(171): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #17 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #18 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(138): Pimple\Container->offsetGet() #19 /config/www/nextcloud/lib/private/ServerContainer.php(171): OC\AppFramework\Utility\SimpleContainer->query() #20 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(65): OC\ServerContainer->query() #21 /config/www/nextcloud/lib/private/Server.php(1110): OC\AppFramework\Utility\SimpleContainer->get() #22 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(171): OC\Server->OC\{closure}() #23 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #24 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(138): Pimple\Container->offsetGet() #25 /config/www/nextcloud/lib/private/ServerContainer.php(171): OC\AppFramework\Utility\SimpleContainer->query() #26 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(65): OC\ServerContainer->query() #27 /config/www/nextcloud/lib/private/Server.php(2065): OC\AppFramework\Utility\SimpleContainer->get() #28 /config/www/nextcloud/lib/private/Files/View.php(119): OC\Server->getLockingProvider() #29 /config/www/nextcloud/lib/private/Server.php(464): OC\Files\View->__construct() #30 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(171): OC\Server->OC\{closure}() #31 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #32 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(138): Pimple\Container->offsetGet() #33 /config/www/nextcloud/lib/private/ServerContainer.php(171): OC\AppFramework\Utility\SimpleContainer->query() #34 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(65): OC\ServerContainer->query() #35 /config/www/nextcloud/lib/private/Server.php(1467): OC\AppFramework\Utility\SimpleContainer->get() #36 /config/www/nextcloud/lib/base.php(625): OC\Server->boot() #37 /config/www/nextcloud/lib/base.php(1167): OC::init() #38 /config/www/nextcloud/cron.php(43): require_once('...') #39 {main} https://pastebin.com/ZU10U851 on the Server I have of course the Maria DB Docker Parameters docker run -d --name='mariadb' --net='bridge' --privileged=true -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Server" -e HOST_CONTAINERNAME="mariadb" -e 'MYSQL_ROOT_PASSWORD'='++++++++++++' -e 'MYSQL_DATABASE'='nextcloud' -e 'MYSQL_USER'='nextcloud' -e 'MYSQL_PASSWORD'='++++++++++++' -e 'REMOTE_SQL'='http://URL1/your.sql,https://URL2/your.sql' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3306]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mariadb-logo.png' -p '3306:3306/tcp' -v '/mnt/user/appdata/mariadb':'/config':'rw' 'lscr.io/linuxserver/mariadb:10.6.13' d312be5a57d97bb7bd5f489097d01accede3e2528bb5bb2f3edbe95481d0e26b https://pastebin.com/SA9m1Avh Log File: UMASK must be a 3-digit mode with an additional leading 0 to indicate octal. The first digit will be corrected to 6, the others may be 0, 2, 4, or 6. [migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 99 User GID: 100 ─────────────────────────────────────── [custom-init] No custom files found, skipping... UMASK corrected from 022 to 0640 ... 230618 12:55:37 mysqld_safe Logging to '/config/databases/d312be5a57d9.err'. 230618 12:55:37 mysqld_safe Starting mariadbd daemon with databases from /config/databases [ls.io-init] done. https://pastebin.com/e727QWaX Where is my error? Thank you all for helping me out
-
[Support] Linuxserver.io - Nextcloud
I suddenly have a problem with my nextcloud instance: Whenever I try to access it it gives me Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log. I checked the log and here it goes: #31 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #32 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #33 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #34 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #35 /config/www/nextcloud/lib/private/Server.php(1445): OC\AppFramework\Utility\SimpleContainer->get() #36 /config/www/nextcloud/lib/base.php(602): OC\Server->boot() #37 /config/www/nextcloud/lib/base.php(1104): OC::init() #38 /config/www/nextcloud/cron.php(43): require_once('...') #39 {main} [migrations] started [migrations] 01-nginx-site-confs-default: skipped [migrations] done usermod: no changes ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 99 User GID: 100 ─────────────────────────────────────── using keys found in /config/keys **** The following active confs have different version dates than the samples that are shipped. **** **** This may be due to user customization or an update to the samples. **** **** You should compare the following files to the samples in the same folder and update them. **** **** Use the link at the top of the file to view the changelog. **** ┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐ │ old date │ new date │ path │ ├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤ │ │ 2022-08-20 │ /config/nginx/site-confs/default.conf │ └────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘ [custom-init] No custom files found, skipping... [ls.io-init] done. Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] Host is unreachable in /config/www/nextcloud/lib/private/DB/Connection.php:139 Stack trace: #0 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1519): OC\DB\Connection->connect() #1 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1041): Doctrine\DBAL\Connection->getWrappedConnection() #2 /config/www/nextcloud/lib/private/DB/Connection.php(261): Doctrine\DBAL\Connection->executeQuery() #3 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(345): OC\DB\Connection->executeQuery() #4 /config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php(281): Doctrine\DBAL\Query\QueryBuilder->execute() #5 /config/www/nextcloud/lib/private/AppConfig.php(411): OC\DB\QueryBuilder\QueryBuilder->execute() #6 /config/www/nextcloud/lib/private/AppConfig.php(176): OC\AppConfig->loadConfigValues() #7 /config/www/nextcloud/lib/private/AppConfig.php(367): OC\AppConfig->getApps() #8 /config/www/nextcloud/lib/private/legacy/OC_App.php(983): OC\AppConfig->getValues() #9 /config/www/nextcloud/lib/private/Server.php(713): OC_App::getAppVersions() #10 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #11 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #12 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #13 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #14 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #15 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(184): OC\AppFramework\Utility\SimpleContainer->get() #16 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #17 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #18 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #19 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #20 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #21 /config/www/nextcloud/lib/private/Server.php(1105): OC\AppFramework\Utility\SimpleContainer->get() #22 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #23 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #24 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #25 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #26 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #27 /config/www/nextcloud/lib/private/Server.php(2082): OC\AppFramework\Utility\SimpleContainer->get() #28 /config/www/nextcloud/lib/private/Files/View.php(122): OC\Server->getLockingProvider() #29 /config/www/nextcloud/lib/private/Server.php(454): OC\Files\View->__construct() #30 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #31 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #32 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #33 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #34 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #35 /config/www/nextcloud/lib/private/Server.php(1445): OC\AppFramework\Utility\SimpleContainer->get() #36 /config/www/nextcloud/lib/base.php(602): OC\Server->boot() #37 /config/www/nextcloud/lib/base.php(1104): OC::init() #38 /config/www/nextcloud/cron.php(43): require_once('...') #39 {main} I have used google but i am at a loss Thx at all you guys helping
-
Unraid als VM Server, Client Software
Ich habe da schon etwas gefunden Klingt aber etwas kompliziert: https://www.linkedin.com/pulse/pxe-boot-apple-mac-out-touching-keyboard-eric-bruno Dafür sollte auf meinem Chromebook das ganze einfacher laufen
-
Unraid als VM Server, Client Software
Die Hardware wäre bei dem Mac noch PC ähnlich (i5 wenn ich mich jetzt nicht irre) aber ich brauch ne PXE Bootoption und da hab ich auf die schnelle nix gefunden Openthinclient schreibt selbst:
-
Unraid als VM Server, Client Software
Ja ist es nur leider funktionieren wohl Apple Produkte (ich weiß warum ich die nicht mag) und Android bzw arm cpu produkte nicht (smh)
-
Unraid als VM Server, Client Software
Anleitung OpenthinClient auf Unraid Server: Man muss sich um an die Software zu kommen bei OpenThinClient anmelden - keine Angst kostet alles nix (wenn man maximal 24 Clients benutzt, was ich jetzt für nicht zu wenige halte) und ist alles auch nach DSGVO nachvollziehbar bei denen - dafür von meiner Seite gleich mal Daumen hoch! Nun bekommt man eine Email mit verschiedenen Links - ich hab anfänglich alle drei mal runtergeladen aber nichts wirklich zum laufen gebracht, was letztlich wohl am verwendeten Format liegt. VDMK -> damit scheint Unraid nicht so toll umgehen zu können. Aber man kann sich behelfen: Die heruntergeladene Datei bzw die openthinclient-Appliance-2022.1.1-disk001.vmdk entpacken. Mittel qwemu-img (auf Windows Maschinen muss man es erst herunterladen) dann folgenden Befehl über cmd - als Admin ausführen eingeben: qemu-img convert -p -f vmdk -O qcow2 openthinclient-Appliance-2022.1.1-disk001.vmdk openthinclient-Appliance-2022.1.1-disk001.qcow2 danach noch qemu-img resize openthinclient-Appliance-2022.1.1-disk001.qcow2 20G Auf dem Share Domains einen Ordner erstellen - ich hab den der Einfachheithalber mal OpenthinClientServer genannt. da kommt jetzt die openthinclient-Appliance-2022.1.1-disk001.qcow2 rein Bei Unraid hab ich eine neue Debian VM (weil der Server auf nem Debian Image beruht) erstellt: Autostart: Ja (soll ja in Zukunft immer laufen) Name: OpenthinClientServer (ich bin wahnsinnig kreativ bei sowas) Beschreibung: Grad egal (wirklich) CPU Modus: Host Passthrough (1 Kern 2 Threads gemäß den Empfehlungen von OpenthinClient) Anfänglicher Arbeitsspeicher: 4096MB ebenso Maximaler Arbeitsspeicher (gemäß den Empfehlungen von OpenthinClient) Gerät: Q35-7.1 (oder neuer) BIOS: SeaBIOS USB Controller:2.0 (EHCI) Primäre(r) vDisk Pfad: Manuell: /mnt/user/domains/OpenthinClientServer/openthinclient-Appliance-2022.1.1-disk001.qcow2 (wer jetzt dieselben Namen verwendet hat wie ich kann sich diese Dinge gleich kopieren ansonsten halt Pfad und Image Datei auswählen) Den rest habe ich bis auf VM Console Keyboard: German (de) so gelassen wie es voreingestellt ist. Damit konnte ich den Server starten. Ich hab ihm dann über meinen Router noch eine feste IP zugewiesen so bekommt man Openthinclient als server auf Unraid zum laufen - vielen Dank an alle die mir geholfen haben und ich werde demnächst berichten ob ich Windows Rechner (da bin ich recht hoffnungsvoll) Macs (semi hoffnungsvoll) Chromebook (ja...ähm... mal sehen) zum laufen bekomme
-
Unraid als VM Server, Client Software
Ich hab es bisher noch nicht geschafft mich an openthinclient heranzuwagen. Ich werde ggfs heute mal versuchen den server als VM zu installieren (was ich etwas verwirrend finde - ich benutze ne VM als Server um auf VMs zuzugreifen?) Bei Spice sieht es für mich kleinen dummen unerfahrenen User so aus als wäre das zumindest halbwegs nativ in unraid eingebunden. Letztlich möchte ich mit den transportablen Clients auch Weltweit auf die VMs zugreifen können - wie ich das hinbekomme weiß ich noch gar nicht.