I thought bcachefs will be dropped from 6.18? It will then need dkms . So that will make a plugin break?
Posts by donh
-
-
Looks like it is an opt in kernel.
Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscriptionWe recently uploaded the 6.17 kernel to our repositories. The current default kernel for the Proxmox VE 9 series is still 6.14, but 6.17 is now an option. We…forum.proxmox.comThanks
-
Is that a proxmox kernel? My proxmox server is only at this as of now..
Code
Display MoreUpdating PVE Debian GNU/Linux 13 (trixie) pve-manager 9.0.10 all Proxmox Virtual Environment Management Tools Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following NEW packages will be installed: proxmox-kernel-6.14.11-4-pve-signed The following packages will be upgraded: proxmox-backup-client proxmox-backup-file-restore proxmox-firewall proxmox-kernel-6.14 pve-firmware pve-ha-manager pve-i18n pve-manager pve-yew-mobile-i18n qemu-server 10 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 340 MB of archives. After this operation, 738 MB of additional disk space will be used. Do you want to continue? [Y/n]Thanks
-
You could try ls -laR/pathtosource >text.txt . You can control what ls shows with options. Then open the text file in your favorite pdf software.
-
If you don't like having to enter the ssh password you can set it up with a certificate. That will work in a script too.
-
Try apt autoremove --purge. It should remove all but the last two kernels. Assuming the newest kernel works.
-
Proxmox released a 6.14 kernel.
Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscriptionWe recently uploaded a 6.14 kernel into our repositories. The current 6.8 kernel will stay the default on the Proxmox VE 8 series, the newly introduced 6.14…forum.proxmox.comSeems to be working on my proxmox server.
FYI
-
Try df -h and see if / is full.
-
I am not sure why it no longer works for you. I think you have two options.
1: Add an entry in the hosts file of your machines that don't work.
2: Add a dns server you can control. There are lots of ways to do this. I use https://pi-hole.neta as a vm. You can do it with a raspberry-pi or as a vm, container or other hardware. Probably even as a vm running on OMV. The pi-hole is very flexible light weight dhcp and dns server that can block most adds network wide. There is a new version coming out "soon". You might wait for that? The beta works fine for me. Your milage may very.
Good luck.
-
Another option to save settings threw an update is to add mkdir /etc/samba/smb.conf.d. Create *.conf files there.
Then add "include = /etc/samba/smb.conf.d" to "Extra options".
testparm is a useful tool.
-
Do users and groups show up in the OMV web ui. Do getent passwd or getent group show the users and groups?
-
Can't check now but 6 may have used mdns as well. 7 may not. There aren't many name resolution protocols.
Your router may require a power cycle for changes to apply.
-
Well it is that time of year again. Proxmox has released a 6.11 kernel for testing. Seems to run great on my Proxmox server.
Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscriptionWe recently uploaded a 6.11 kernel into our repositories. The current 6.8 kernel will stay the default on the Proxmox VE 8 series, the newly introduced 6.11…forum.proxmox.comFYI
-
Google your router and dns settings. There should be a way to add an entry for your OMV. If not Google your OS and "hosts file" and add an entry there.
-
nslookup 10.0.1.1 10.0.1.2 Replace 10.0.1.2 with omv ip and 10.0.1.1 with the dns server ip (router) I guess. There should be a way to add the name and address to the router. That is called revers dns lookup.
-
You need to add the name and address to your dns server.
You could cheat and add them to the 'hosts' file on your computer.
On the omv cli nslookup 'omv ip" "dns ip" will show what the dns thinks is the name of your OMV.
-
Great work. If you make a more detailed post I will link to it in the first post.
-
You can ssh into untangle. You might need to enable it. Any linux or mac box will have ssh available at the terminal. You can scroll, cut and paste from that. If you are on windows there is putty and newer windows have support built in. Google or your preferred search engine will find more info. I gave up on windows when I retired. For example.
-
Sorry my memory is failing. Should have been journalctl -x -b. You can use grep on this output too.
-
A few more details might get you a better guess. What hardware, arm or x86/64? What drive type, sata, usb, etc.
Look at systemctl -x -b or other trouble shooting tools like dmesg.