What I propose:
uninstall zfs plugininstall proxmox kernel (from openmediavault-kernel plugin)
uninstall non-proxmox kernels (from openmediavault-kernel plugin)
install zfs plugin
After these steps, can i enable backports repo?
What I propose:
uninstall zfs plugininstall proxmox kernel (from openmediavault-kernel plugin)
uninstall non-proxmox kernels (from openmediavault-kernel plugin)
install zfs plugin
After these steps, can i enable backports repo?
Did you delete the current network interface (but DO NOT apply the changes) first?
no i didn't try
In point 3.3 of this guide it is explained how a network bridge can be made.
Thread[How-To] Use the Openmediavault-KVM plugin1. INTRODUCTION…
- The OPENMEDIAVAULT-KVM plug-in provides a virtualization tool built into the OMV GUI. We may have one or more "guest" operating systems remotely accessible on the server. Said in a "simple" way, having a server within the server.
- The plugin uses LIBVIRT internally, so virsh commands will work if necessary. If you create a VM with the plugin, you can also make changes to that VM with virt-manager, any missing features in the plugin are probably available in virt-manager or
Many thanks!
The same issue- cannot create a bridge with managent omv interface. With another interface you can.
OMV6
Since proxmox has the zfs modules pre-compiled, it doesn't need zfs-dkms. That is why the plugin has an 'or' dependency. Just another reason why the proxmox kernel is better. No compiling and the version of the module matches the kernel exactly and is tested by Canonical/Ubuntu and Proxmox. This is a MUCH wider audience than Debian backports users.
ryecoaaron, we must disable Debian backports repo or we can use it again?
atime=off
aclinherit=passthrough
xattr=sa
sync=standart
acltype=posixacl
compression=lz4
and also ashift=12 on creation zfs
Have you found the solution for this?
No...
I am using linuxserver/letsencrypt docker container for ssl and fo reverse proxy for some services and for omv5 access.
In omv autorization log i see docker ip:
openmediavault-webgui[1751553]: Authorized login from ::ffff:172.17.0.3 [username=admin, user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0]
But in docker nginx config :
location / {
proxy_headers_hash_max_size 512;
proxy_headers_hash_bucket_size 64;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
add_header Front-End-Https on;
proxy_pass http://my_local_omv_ip:81;
}
whats wrong? please help
Cannot configure vlan on omv5. I have server with 4 ethernet cards.
One card (eno4) configure for dhcp and its work fine.
When i add vlan 10 with static ip on another interface eno2 - all networks not working.
Not working eno4 via dhcp and eno2.10 .And as you can see on ifconfig screen - eno2.10 and eno4 has the same mac.
Will it be possible to install and use OMV 5 and Proxmox 6 on one host (not as guest os)?
Hi, please add ipvlan mode in dockker plugin.
I added a string
"experimental": true
in /etc/docker/daemon.json
then systemctl daemon-reload and systemctl restart docker
create a ipvlan network, but in webul i see only macvlan network mode.... How can add new mode ipvlan to webui?
Many thanks fo help
Any idea? (
I even cannot remove openmediavault-docker-gui
with the same issue
Failed to stop docker.socket: Unit docker.socket not loaded.
and
Cannot create socket to [localhost]:2812 -- Connection refused
still error Failed to stop docker.socket: Unit docker.socket not loaded.
same here...
Service status
root@nas:/etc/samba# systemctl status smbd
● smbd.service - Samba SMB Daemon
Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-11-07 13:46:12 MSK; 25min ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 31072 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
Main PID: 26846 (smbd)
Status: "smbd: ready to serve connections..."
Tasks: 3 (limit: 4915)
Memory: 1.9G
CPU: 2.331s
CGroup: /system.slice/smbd.service
├─26846 /usr/sbin/smbd
├─26850 /usr/sbin/smbd
└─26851 /usr/sbin/smbd
ноя 07 13:51:25 nas systemd[1]: Reloading Samba SMB Daemon.
ноя 07 13:51:25 nas systemd[1]: Reloaded Samba SMB Daemon.
ноя 07 13:56:21 nas systemd[1]: Reloading Samba SMB Daemon.
ноя 07 13:56:21 nas systemd[1]: Reloaded Samba SMB Daemon.
ноя 07 14:00:42 nas systemd[1]: Reloading Samba SMB Daemon.
ноя 07 14:00:42 nas systemd[1]: Reloaded Samba SMB Daemon.
ноя 07 14:04:56 nas systemd[1]: Reloading Samba SMB Daemon.
ноя 07 14:04:56 nas systemd[1]: Reloaded Samba SMB Daemon.
ноя 07 14:09:24 nas systemd[1]: Reloading Samba SMB Daemon.
ноя 07 14:09:24 nas systemd[1]: Reloaded Samba SMB Daemon.
Display More
Samba daemon reports in log every 5 minutes the following string.
systemd[1]: Reloading Samba SMB Daemon.
systemd[1]: Reloaded Samba SMB Daemon.
Why? and is it normal?
Hi
I create a scrub job of my pool in cron (Sheduled jobs), but now i find in /etc/cron.d/zfsutils-linux with job
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Scrub the second Sunday of every month.
24 0 8-14 * * root [ $(date +\%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/scrub ] && /usr/lib/zfs-linux/scrub
Is it means that there is no need in my new scrub cron job?