After imageing Proxmox to a new server

To get pve-cluster going even if not in use mv /etc/pve /etc/backup.pve mkdir /etc/pve /etc/init.d/pve-cluster restart To get networking back vi /etc/udev/rules.d/70-persistent-net.rules

Published
Categorized as Technical

Apache Open SSL

This is how i did it on Ubuntu 12.04 LTS, and might work with Debian Squeeze too. sudo a2enmod ssl sudo a2ensite default-ssl /etc/init.d/apache2 restart

Published
Categorized as Technical

BackupPC

Adding backuppc using backports apt-get install backuppc/lucid-backports Change backuppc password sudo htpasswd /etc/backuppc/htpasswd backuppc ??Change user home dir to /home/backuppc ? so i do not have to update sshid everytime i reinstall backuppc to fix the external drive setup ??Change user uid and gid to match proxmox? dosnt really matter anymore not using bindmounts or… Continue reading BackupPC