I agree with BernH but if that isn't possible, you could install lynx (text based browser) if the auth page isn't a javascript page.
Yeh, I will check the 'lynx' to connect server in my office.
Thanks.
I agree with BernH but if that isn't possible, you could install lynx (text based browser) if the auth page isn't a javascript page.
Yeh, I will check the 'lynx' to connect server in my office.
Thanks.
well how about a firefox docker if all you need is a browser
In my office, all client computers must connect to a central server using a web browser and authenticate to be able to network.
First step is auth' and Second step is Docker installation.
So, I'll find other solution.
Anyway, Thanks your comment. ![]()
Depending on how it validates... Could you just boot a Linux Live Disk (ubuntu, Debian, Mint, etc..) on the server one time?
Maybe, Your idea is good solution for me. I'll check it.
You shouldn't be able to install the Desktop GUI packages because APT will display you a conflict.
If so, is the following procedure possible?
After OMV7 installation,
1) apt purge --autoremove openmediavault
2) apt install xfce & web browsing at once
3) apt purge --autoremove xfce
4) apt install openmediavault & Run the omv-firstaid
^^;
If you need a desktop kind of environment for some task look at a webtop docker. If you just want a file browser, there is a file browser plugin that can do some things.
Installation of any kind of desktop environment directly on OMV will almost certainly break it and require a full reinstall.
Thanks for your comment.
Yeh, I'll check the 'webtop' docker.
But, I no need 'file browser', I need 'web broswer' exactly.
Only if you want to completely reinstall OMV. I would bet there will be some zombie packages sticking around that will make this a total pain
What exactly is your reasoning for this?
Thanks for your comment.
In my office, all client computers must connect to a central server using a web browser and authenticate to be able to network.
So, in order to use OMV7, you must somehow launch the web browser at least once.
Hello.
Can I use temporary GUI on OMV 7 ?
I must launch a web browser at least once on OMV 7.
I think below step :
1) OMV7 installation by ISO image file.
2) apt install xfce
- 'xfce' is light-weight GUI desktop environment.
3) Running the web browser. I must launch a web browser at least once.
4) apt purge --autoremove xfce
5) apt reinstall openmediavault
6) Run the omv-firstaid and then OMV7 running.
Is it possible to use OMV7 by these step ?
Thanks in advance for your help.
Hello, I need some help.
# omv-aptclean repos
1. Cleaning apt cache files...
2. Clearing available dpkg packages...
3. Removing apt lists...
removed '/var/lib/apt/lists/_var_cache_openmediavault_archives_Packages'
removed directory '/var/lib/apt/lists/auxfiles'
removed '/var/lib/apt/lists/lock'
removed directory '/var/lib/apt/lists/partial'
4. Removing OpenMediaVault cache packages...
removed '/var/cache/openmediavault/archives/Packages'
5. Creating new OpenMediaVault packages file...
6. Remove old omv-extras apt list files...
removed '/etc/apt/sources.list.d/omvextras.list'
7. Adding omv-extras repo and key...
gpg: no valid OpenPGP data found.
8. Adding backports pinning...
removed '/etc/apt/sources.list.d/omvdocker.list'
9. Adding docker repo and key...
gpg: no valid OpenPGP data found.
Can I fix these error ?
Hello.
I need some help to solve the 'apt update' command problem as belows :
# apt update
Err:6 https://openmediavault-plugin-…github.io/packages/debian shaitan InRelease
403 Forbidden [IP: 185.199.110.153 443]
Hit:7 https://openmediavault.github.io/packages shaitan InRelease
Hit:8 http://deb.debian.org/debian bullseye InRelease
Hit:9 http://deb.debian.org/debian bullseye-updates InRelease
Hit:10 http://security.debian.org/debian-security bullseye-security InRelease
Hit:11 http://packages.openmediavault.org/public shaitan InRelease
Hit:12 https://download.docker.com/linux/debian bullseye InRelease
Reading package lists... Done
E: Failed to fetch https://openmediavault-plugin-…n/dists/shaitan/InRelease 403 Forbidden [IP: 185.199.110.153 443]
E: The repository 'https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
# cat /etc/apt/sources.list
deb http://deb.debian.org/debian/ bullseye main
deb-src http://deb.debian.org/debian/ bullseye main
deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
# cat /etc/apt/sources.list.d/openmediavault.list
deb [signed-by=/usr/share/keyrings/openmediavault-archive-keyring.gpg] http://packages.openmediavault.org/public/ shaitan main
deb [signed-by=/usr/share/keyrings/openmediavault-archive-keyring.gpg] https://openmediavault.github.io/packages/ shaitan main
# uname -a
Linux mynas1 6.1.0-0.deb11.17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1~bpo11+1 (2024-01-05) x86_64 GNU/Linux
# ping -c 5 openmediavault-plugin-developers.github.io
PING openmediavault-plugin-developers.github.io (185.199.110.153) 56(84) bytes of data.
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=1 ttl=53 time=3.79 ms
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=2 ttl=53 time=7.15 ms
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=3 ttl=53 time=3.88 ms
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=4 ttl=53 time=6.43 ms
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=5 ttl=53 time=3.83 ms
--- openmediavault-plugin-developers.github.io ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4007ms
rtt min/avg/max/mdev = 3.785/5.014/7.149/1.466 ms
# omv-aptclean repos
1. Cleaning apt cache files...
2. Clearing available dpkg packages...
3. Removing apt lists...
removed '/var/lib/apt/lists/_var_cache_openmediavault_archives_Packages'
removed directory '/var/lib/apt/lists/auxfiles'
removed '/var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_InRelease'
.
.
.
removed '/var/lib/apt/lists/security.debian.org_debian-security_dists_bullseye-security_non-free_i18n_Translation-en'
removed '/var/lib/apt/lists/security.debian.org_debian-security_dists_bullseye-security_non-free_source_Sources'
4. Removing OpenMediaVault cache packages...
removed '/var/cache/openmediavault/archives/Packages'
5. Creating new OpenMediaVault packages file...
6. Remove old omv-extras apt list files...
removed '/etc/apt/sources.list.d/omvextras.list'
7. Adding omv-extras repo and key...
gpg: no valid OpenPGP data found.
removed '/etc/apt/sources.list.d/omvdocker.list'
8. Adding docker repo and key...
9. Updating apt...
Get:1 file:/var/cache/openmediavault/archives InRelease
Ign:1 file:/var/cache/openmediavault/archives InRelease
Get:2 file:/var/cache/openmediavault/archives Release
Ign:2 file:/var/cache/openmediavault/archives Release
Get:3 file:/var/cache/openmediavault/archives Packages
.
.
.
Get:4 file:/var/cache/openmediavault/archives Translation-en
Ign:4 file:/var/cache/openmediavault/archives Translation-en
Err:5 https://openmediavault-plugin-…github.io/packages/debian shaitan InRelease
403 Forbidden [IP: 185.199.110.153 443]
Get:6 https://openmediavault.github.io/packages shaitan InRelease [12.8 kB]
Get:7 http://deb.debian.org/debian bullseye InRelease [116 kB]
.
.
.
Get:25 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
Get:26 http://deb.debian.org/debian bullseye-updates/main Translation-en [10.9 kB]
Reading package lists... Done
E: Failed to fetch https://openmediavault-plugin-…n/dists/shaitan/InRelease 403 Forbidden [IP: 185.199.110.153 443]
E: The repository 'https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
10. Saving current package list...
11. Updating plugin index...
Creating index of upgradeable packages ...
Creating index of plugins ...
Can you help me ?
How can I fix this problem ?
Thanks your reply.
Hello.
I want to install the OMV7 on Debian 12 GUI OS.
Can I install OMV7 on Debian 12 GUI environment ?
Is possible CLI environment only ?
Thanks in advance.
Thanks a lot, ajaja.
I'll study it before setup the nginx.
Have a nice day !
Display MoreGoogle is your friend. Bob is your...
https://docs.nginx.com/nginx/a…/installing-nginx-docker/
https://docs.linuxserver.io/im…age-alpine-nginx/?h=nginx
https://www.nginx.com/blog/dep…-nginx-nginx-plus-docker/
Thanks, ajaja.
But, I need the easy tutorials in OMV web interface for like belows :
Hello,
I will install the OMV7 and then serve the HTTP service by NGINX in docker environment.
So,
Where can I find the manual pages or tutorials for nginx in docker ?
You already ran the commands to upgrade to the latest kernel available. Why do you think you need 11.13?
The reason you aren't getting it is because you are on Debian 11/OMV 6.x. You have the latest 6.1 backports kernel. The 11.13 kernel you are referring to either never existed or was pulled. I don't have it on my OMV 6.x system. You can get a newer, non-backports 6.1 kernel on Debian 12/OMV 7.x.
Thanks for your reply text.
Yes, I already use the backports by 'System > omv-extras > Enable backports' menu.
So, You mean that do 'Disable backports' and then upgrade again ?
or
Upgrade to OMV 7.X ?
My OMV 6.X has deb11.11 version of kernel.
I checked it as belows.
# uname -a
Linux omv1 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux
and then, I want to upgrade version of kernel by below command :
# apt update
...
All packages are up to date.
# apt upgrade
...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
How to upgrade this ??
info appendix :
# ls /boot
System.map-6.1.0-0.deb11.11-amd64 grub memtest86+_multiboot.bin
clonezilla-live-3.1.1-27-amd64.iso initrd.img-6.1.0-0.deb11.11-amd64 systemrescue-10.00-amd64.iso
config-6.1.0-0.deb11.11-amd64 memtest86+.bin vmlinuz-6.1.0-0.deb11.11-amd64
![]()
When I updating openmediavault (6.0.12-2) over (6.0.12-1), Below ERROR messages are printed.
Is there any solution ?
Unpacking openmediavault (6.0.12-2) over (6.0.12-1) ...
Setting up openmediavault (6.0.12-2) ...
Creating configuration database ...
Migrating configuration database ...
Setting up Salt environment ...
[ERROR ] Command '/usr/bin/patch' failed with return code: 1
[ERROR ] stdout: patching file /tmp/__salt.tmp.mmkb68wr (read from /lib/python3/dist-packages/salt/modules/network.py)
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file /tmp/__salt.tmp.psqgad_h
[ERROR ] retcode: 1
[ERROR ] Command '/usr/bin/patch' failed with return code: 1
[ERROR ] stdout: patching file /tmp/__salt.tmp.h08m7l4q (read from /lib/python3/dist-packages/salt/fileserver/roots.py)
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file /tmp/__salt.tmp.d26oft4g
[ERROR ] retcode: 1
Processing system modifications ...
Processing triggers for rsyslog (8.2102.0-2) ...
Processing triggers for openmediavault (6.0.12-2) ...
Restarting engine daemon ...
Updating workbench configuration files ...
The kvm plugin does that automatically - https://github.com/OpenMediaVa…m-add-form-page.yaml#L294
ryecoaaron, Thanks your post.
But I don't know that why my OMV 6 system not detect automatically.
By the way, KVM plugin is very useful program for me. // But I'm trying to solve mouse lag in the Windows 10 VM via virt-viewer.
Thank you for your effort.