thx for reply, that helped, can i set it in the config file?
/etc/systemd/journald.confPosts by Mio
-
-
Hello all,
i successfully migrated my backup server to new omv8 without any issues. i wanted to check syslog via gui, but i received gateway timeout:
i checked then at least kernel log, and that works ok.
then i checked my main omv installation which is still on omv7 and there i also received gateway timeout:
is it something on my side? could you please check? thx
-
As for the proxy-confs, what's the output of:
ls -al /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/*.conf
seems ok, but still dont know why it doesnt work:
Code
Display Moreroot@openmediavault:~# ls -al /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/*.conf -rw-rw-r-- 1 user users 1985 Apr 1 2022 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/bitwarden.subfolder.conf -rw-rw-r-- 1 user users 4371 Mar 30 08:22 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/dashboard.subdomain.conf -rw-rw-r-- 1 user users 1143 Apr 1 2022 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/documentserver.subdomain.conf.backup.conf -rw-rw-r-- 1 user users 1083 Apr 1 2022 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/freshrss.subfolder.conf -rw-rw-r-- 1 user users 1647 Mar 30 09:27 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/guacamole.subdomain.conf -rw-rw-r-- 1 user users 2357 Mar 30 16:51 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/homeassistant.subdomain.conf -rw-rw-r-- 1 user users 1925 Mar 30 09:27 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/linkwarden.subdomain.conf -rw-rw-r-- 1 user users 1253 Mar 30 09:26 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/nextcloud.subdomain.conf -rw-rw-r-- 1 user users 1156 Apr 1 2022 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/nextcloud.subdomain.conf.backup_16032024.conf -rw-rw-r-- 1 user users 831 Apr 1 2022 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/subsonic.subdomain.conf -rw-rw-r-- 1 user users 3057 Mar 30 10:03 /sharedfolders/Innostor/appdata/Lets/nginx/proxy-confs/whoogle.subdomain.conf -
Soma , now tested the wildcards, extra_domains still doesn't work, i have freedns subdomains also, understood it now. thx for explaining.
i switched back to http, as i need to adapt my bitwarden and other pages/configs etc.
here is the ls output:
Code
Display Moreroot@openmediavault:~# ls -al /sharedfolders/Innostor/appdata/Lets/ total 84 drwxrwsr-x 14 user users 4096 Sep 22 2022 . drwxrwsr-x+ 34 user users 4096 Apr 10 2024 .. drwxr-sr-x 2 user users 4096 Jan 26 2023 crontabs drwxr-sr-x 2 user users 4096 Jun 24 2021 custom-cont-init.d.KPwBfmVk drwxr-sr-x 2 user users 4096 Jun 24 2021 custom-services.d.KPwBfmVk drwxr-sr-x 2 user users 4096 Mar 30 19:21 dns-conf -rw-rw-r-- 1 user users 292 Mar 30 19:21 .donoteditthisfile.conf -rw-rw-r--+ 1 user users 14340 Mar 30 19:30 .DS_Store drwxr-sr-x 3 user users 4096 Mar 30 10:49 etc drwxr-sr-x 4 user users 4096 Jun 3 2020 fail2ban drwxr-sr-x 2 user users 4096 Mar 30 09:01 geoip2db drwxr-sr-x 2 user users 4096 Mar 30 19:21 keys drwxr-sr-x 6 user users 4096 Mar 29 02:00 log -rw-r--r-- 1 user users 54 Jan 6 20:17 .migrations drwxrwsr-x 4 user users 4096 Mar 30 19:21 nginx drwxr-sr-x 2 user users 4096 Mar 30 10:42 php drwxrwsr-x 2 user users 4096 Jan 8 2021 www -
ok, i damaged now my swag, and certificate is valid only for one website, website1, other 4 subdomains are not available and cert is valid only for 1
also the extra_domains dont have certificate valid....
this is now my yaml:
Code
Display Moreversion: "3" services: swag: cap_add: - NET_ADMIN container_name: swag environment: - PUID=1000 - PGID=100 - TZ=Europe/Bratislava - EMAIL=x@gmail.com - URL=website1.duckdns.org - SUBDOMAINS=wildcard - EXTRA_DOMAINS=extra1,extra2 - VALIDATION=duckdns - DUCKDNSTOKEN=x - DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:swag-dbip image: ghcr.io/linuxserver/swag:latest ports: - 81:81 - 450:443/tcp - 90:80/tcp restart: always volumes: - /sharedfolders/Innostor/appdata/Lets:/config:rw network_mode: bridge -
hi Soma ,
thx for checking, im using latest swag image, like proxy itself works correctly, only the dashboard proxies are not listed in the page.
here is my yaml:
Code
Display Moreversion: "3" services: swag: cap_add: - NET_ADMIN container_name: swag environment: - PUID=1000 - PGID=1000 - TZ=Europe/Bratislava - EMAIL=*@gmail.com - URL=duckdns.org - SUBDOMAINS=* - ONLY_SUBDOMAINS=true - EXTRA_DOMAINS=* - VALIDATION=http - DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:swag-dbip image: ghcr.io/linuxserver/swag:latest ports: - 81:81 - 450:443/tcp - 90:80/tcp restart: always volumes: - /sharedfolders/Innostor/appdata/Lets:/config:rw network_mode: bridgehere is log from the swag container:
Code
Display More[mod-init] Installing linuxserver/mods:swag-dashboard [mod-init] linuxserver/mods:swag-dashboard applied to container [mod-init] Adding linuxserver/mods:swag-dbip to container [mod-init] Downloading linuxserver/mods:swag-dbip from lscr.io [mod-init] Installing linuxserver/mods:swag-dbip [mod-init] linuxserver/mods:swag-dbip applied to container [migrations] started [migrations] 01-nginx-site-confs-default: skipped [migrations] 02-swag-old-certbot-paths: skipped [migrations] done ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support the app dev(s) visit: Certbot: https://supporters.eff.org/donate/support-work-on-certbot To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── Linuxserver.io version: 3.3.0-ls373 Build-date: 2025-03-29T03:33:22+00:00 ─────────────────────────────────────── 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 │ ├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤ │ 2023-02-09 │ 2023-04-27 │ /config/nginx/authentik-server.conf │ │ 2020-05-31 │ 2024-03-16 │ /config/nginx/authelia-server.conf │ │ 2023-02-09 │ 2023-04-27 │ /config/nginx/authentik-location.conf │ │ 2020-05-31 │ 2024-03-14 │ /config/nginx/authelia-location.conf │ │ 2020-06-02 │ 2022-08-20 │ /config/nginx/ldap-server.conf │ └────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘ **** The following site-confs have extensions other than .conf **** **** This may be due to user customization. **** **** You should review the files and rename them to use the .conf extension or remove them. **** **** nginx.conf will only include site-confs with the .conf extension. **** /config/nginx/site-confs/default.conf_old.backup.zip /config/nginx/site-confs/.DS_Store /config/nginx/site-confs/default.conf_new.zip Variables set: 0 0 TZ=Europe/Bratislava URL=duckdns.org SUBDOMAINS=* EXTRA_DOMAINS=* ONLY_SUBDOMAINS=true VALIDATION=http CERTPROVIDER= DNSPLUGIN= EMAIL=*@gmail.com STAGING= Using Let's Encrypt as the cert provider SUBDOMAINS entered, processing Sub-domains processed are: xxx EXTRA_DOMAINS entered, processing Extra domains processed are: xxx E-mail address entered: *.com http validation is selected Certificate exists; parameters unchanged; starting nginx The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am). /config/nginx/geoip2.conf exists. Please migrate to https://github.com/linuxserver/docker-mods/tree/swag-maxmind Applying the dbip mod... **** Applying the SWAG dashboard mod... **** Applied the dbip mod **** Adding goaccess to package install list **** **** libmaxminddb already installed, skipping **** **** Applied the SWAG dashboard mod **** [pkg-install-init] **** Installing all mod packages **** fetch http://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz (1/1) Installing goaccess (1.9.3-r0) Executing busybox-1.37.0-r12.trigger OK: 183 MiB in 223 packages [custom-init] No custom files found, skipping... [ls.io-init] done. Server ready -
hi all,
maybe for someone fast fix, but I spent 2 days and found nothing. I found out SWAG Dashboard, and at first i had seen the proxies, but after fixing some confs in swag, now i dont see them:
and i error log i have this:
Code2025/03/30 12:59:05 [error] 917#917: *9 FastCGI sent in stderr: "PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /dashboard/www/proxies.php on line 18" while reading response header from upstream, client: 192.168.123.109, server: _, request: "GET /proxies.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.123.80:81" 2025/03/30 13:04:50 [error] 918#918: *54 FastCGI sent in stderr: "PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /dashboard/www/index.php on line 60; PHP message: PHP Warning: Undefined array key 1 in /dashboard/www/index.php on line 183; PHP message: PHP Warning: Undefined array key 2 in /dashboard/www/index.php on line 183; PHP message: PHP Warning: Undefined array key 1 in /dashboard/www/index.php on line 183; PHP message: PHP Warning: Undefined array key 2 in /dashboard/www/index.php on line 183; PHP message: PHP Warning: Undefined array key 1 in /dashboard/www/index.php on line 183; PHP message: PHP Warning: Undefined array key 2 in /dashboard/www/index.php on line 183" while reading response header from upstream, client: 192.168.123.109, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.123.80:81" 2025/03/30 13:04:51 [error] 918#918: *54 FastCGI sent in stderr: "PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /dashboard/www/proxies.php on line 18" while reading response header from upstream, client: 192.168.123.109, server: _, request: "GET /proxies.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.123.80:81"pls what did I wrong where?
thank you for any help.
-
ok, found it. now it is fixed. thank you for helping me and have a nice weekend.
-
hi Soma ,
i have all on version 7 including omv extras:
Coderoot@openmediavault:~# dpkg -l | grep openme ii openmediavault 7.7.1-3 all openmediavault - The open network attached storage solution ii openmediavault-diskstats 7.0.2-1 all openmediavault disk monitoring plugin ii openmediavault-kernel 7.1.6 all kernel package ii openmediavault-keyring 1.0.2-2 all GnuPG archive keys of the openmediavault archive ii openmediavault-omvextrasorg 7.0.1 all OMV-Extras.org Package Repositories for OpenMediaVault ii openmediavault-sharerootfs 7.0-1 all openmediavault share root filesystem plugin ii openmediavault-symlinks 7.0 all OpenMediaVault symlinks plugin ii openmediavault-tgt 7.0.1 all OpenMediaVault tgt plugin ii openmediavault-wol 7.0.2 all OpenMediaVault WOL pluginbut my gui looks like this:
do i really need to execute the script fix6to7upgrade?
i refreshed browser couple of times.
thx
-
hi ryecoaaron ,
thx for info, upgrade went really smooth, great job. only thing left, that i see omv extras still as versions 6.X via gui.
do i need to clear some cache somewhere?
thank you
-
Hi all, i will use this topic, i hope you will not be mad. after the openmediavault.org page outage from 2 days ago, i found out im using old 6 version.
I tried find some guide here, also in guides didnt found something how to do it correctly. i have seen that docker have some issues after the migration. or should i make a new topic?
are there some correct steps how to do properly an upgrade? what services needs to be stopped, drives unmounted etc?
i have OMV on proxmox as virtual machine with docker on it.
thank you for any hints.
-
ryecoaaron - sorry for late reply, was a hectic year ... after some investigation i found out that one of my VMs was corrupting whole host, where i am running my VMs... it was debian 10 VM with docker and with OnlyOFFICE on it. When i removed it, all started working smoothly again.
-
Hi all,
i recently updated my OMV installation to kernel Linux 5.18.0-0.deb11.3-amd64, since then im having random freezes.
My OMV is running as VM in proxmox and what freezes is only the OMV VM... Im thinking to use the OMV proxmox kernel. It is suggested to use the proxmox kernel when it is running as VM in proxmox? it will be better for proxmox to use OMV proxmox kernel?
thank you for any hints
-
Hi all,
im running OMV6 as a VM in proxmox, and now every scheduled backup, using stop metod, when the OS will boot up back, the OS disk is not recognized by the GUI:
I dont know what to check, but im using the sharerootfs plugin, and the samba share that i created there is accessible, so maybe its only some cosmetic issue with the gui
-
Zoki - migration to OMV6 looks successful. All docker applications running and working correctly. Samba shares are accessible. I manually recreated the Shared folders again, after i mounted all the disks and also the same i did with the samba shared folders. thank you for hints and helping me out.
PS: i didnt touch the xml config file, i made the users from scratch and i had no groups on my old OMV5.
-
ok, understood, thank you for info
-
ryecoaaron - pls it will be pushed out this week? or with later updates? thx
-
You mean just the docker service itself?
exactly, i mean only the docker service itself, thank you if it will be possible to add it there.
-
-
so first create symlinks on omv5, then update the docker-compose files from portainer? ... also how can i export scheduled jobs? or crontab -e and i can copy it to txt document?
EDIT: for the shared folders and samba shares should i use symlinks? or direct path? What is the best practice?
for instance appdata folder is direct path and whoogle is symlink path...