Search results

  1. M

    Upgrade to kernel 4.15.18-12-pve goes BOOM!

    ... I bite the bullet (after read more posts) and go for the remove - upgrade way, and I hope to restart this server at night, this is the output of all the process and doesn't look any bad... someone can read and tell me if I can reboot with confidence our server? Thanks and regards! # apt -f...
  2. M

    Upgrade to kernel 4.15.18-12-pve goes BOOM!

    I found that I use one script, so I can make changes on the network interfaces without Restart the server, maybe this is the origin or maybe not: cat ./donetworkingrestart.sh #!/bin/bash echo ==== Proxmox Network-tap-ssh RESTART brctl show | grep 'vmbr' | awk '{print $1}' brctl show | grep...
  3. M

    Upgrade to kernel 4.15.18-12-pve goes BOOM!

    Grettings t.lamprecht After reading this thread, I got the feeling that I'm in the same side with a potential problem, so I need to ask If I run this : # apt update && apt dist-upgrade The following packages will be REMOVED: insserv The following packages will be upgraded: zfs-initramfs...
  4. M

    [SOLVED] Proxmox + Samba + OpenVPN + PFsense...

    Hello, can you share that tutorial (link or how to)? I too want to create something like that; especially the pfsense + vpn. In my case I'm installing a VM for nethserver; as a domain controller with samba shares. Regards!
  5. M

    After upgrade, reboot without shutdown VMs?

    Thanks! Seeing the output, I wonder how to set the locale... I allways try to setup my systems in english, but with spanish keyboard/time support, because I haven't english keyboards just spanish with "ñ" key. pveversion -v perl: warning: Setting locale failed. perl: warning: Please check that...
  6. M

    After upgrade, reboot without shutdown VMs?

    I'm testing and learning proxmox with currently two VMs running. Today I install updates at the end it recommends to reboot the host. I reboot the host but I don't stop the VMs. I search before doing the reboot, but I can't find and answer to: I need to manually stop all the VMs before a...