Blog Posts
1) Download a Linux Mint iso file Download links 2) Use Rufus to create the Linux Live USB (if using a Windows PC) or BalenaEtcher if using Linux. 3) Try booting the PC using the Linux Mint Live USB (Press F2, F12, Esc etc depending of your model / brand) 4) Once you booted let’s […]
In case you want to rename the cluster name where you already have running hypervisors, you need ssh in every hypervisor do the following commands: sqlite3 /var/lib/pve-cluster/config.db “SELECT * FROM tree WHERE name = ‘corosync.conf’;” output —- debug: off to_syslog: yes } nodelist { node { name: pve1 nodeid: 1 quorum_votes: 1 ring0_addr: […]
In order to redo the cluster you need to run the following commands on pc nodes pvecm nodes rm -f /etc/pve/cluster.conf /etc/pve/corosync.conf rm -f /etc/cluster/cluster.conf /etc/corosync/corosync.conf rm /var/lib/pve-cluster/.pmxcfs.lockfile On client nodes: rm -f /etc/corosync/authkey Reboot Set them up again
Solution: pvecm updatecerts
Solution: There is nothing you can do on the vm, run on the node: apt update && apt upgrade If not working after upgrade reboot the node.
Create a file /etc/rc.local with the following content: #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just […]
Update 18-09-2023 Installing this module will solve the problem: https://github.com/lewellyn/virtualmin-nginx ———————————————————————————— If you install the official module from https://www.justindhoffman.com/sites/justindhoffman.com/files/nginx-0.10.wbm_.gz First install libwww-perl (ubuntu/debian based distro) apt-get install libwww-perl On fedora based yum install libwww-perl
Login using ssh into your router: ssh root@192.168.1.1 then run: opkg update opkg install nano nano /etc/usb-mode-customMDM9200.json paste the following content and CTR+X { “messages”: [ “5553424308306384c000000080000671030000000000000000000000000000” ], “devices”: { “05c6:f000”: { “*”: { “t_vendor”: “05c6”, “t_product”: “6000”, “msg”: [0] } } } } then paste the following command: usbmode -s -v -c /etc/usb-mode-customMDM9200.json This […]