Differences between revisions 53 and 82 (spanning 29 versions)
Revision 53 as of 2018-08-29 09:06:30
Size: 2420
Comment:
Revision 82 as of 2021-12-30 18:59:33
Size: 4716
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * https://eioki.eu/2013/07/02/live-resize-libvirt-disk-lvm-multipath  * https://eioki.eu/2013/07/02/live-resize-libvirt-disk-lvm-multipath (tested and works, no downtime on guest)
Line 28: Line 28:
 * NTP servers are getting the time from themselves, thats not optimal. https://ubuntuforums.org/showthread.php?t=1513500 only 1 iburst server may be the solution.
Line 39: Line 38:
 * describe installing XP, floppy, and remove floppy when cloning
 * https://bugzilla.redhat.com/show_bug.cgi?id=1058526
 * describe installing win7, two cdroms, but set up as disks with device=cdrom instead of --cdrom option
 * spice protocol https://www.spice-space.org/spice-user-manual.html
 * spice clients https://virt-manager.org/download/
 * take a look at mandos to boot from encrypted root filesystem
 * perhaps we should change to powerdns at some point, since it can run a master/master setup

 * delete all crm configuration "rm /var/lib/heartbeat/crm/cib*"
 * https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.cdot-famg-nfs%2FGUID-0D282583-0A6F-4556-AF94-4B08FC5ADDE8.html
 * https://wiki.debian.org/OpenStackCephHowto
 * ceph, drbd, tahoe-lafs, moosefs, sheepdog, petasan
 * bug in virt-clone https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947150
 * https://www.dedoimedo.com/computers/kvm-bridged.html
 * https://www.dedoimedo.com/computers/kvm-intro.html --accelerate
 * syncthing on central server https://theselfhostingblog.com/posts/how-to-set-up-a-headless-syncthing-network/
 * https://wiki.libvirt.org/page/Networking
 * https://unix.stackexchange.com/questions/148794/how-to-create-kvm-guest-with-spice-graphics-but-tls-disabled-using-virt-install
 * Debian does raid resync on sundays, https://serverfault.com/questions/255544/reason-for-automatic-raid-resync
 * https://www.techspot.com/guides/287-default-router-ip-addresses/
 * https://www.youtube.com/watch?v=_yIq3GM4gjA
 * https://serverfault.com/questions/9708/what-is-a-pem-file-and-how-does-it-differ-from-other-openssl-generated-key-file

alternative bridge settings might be required
{{{
# bridging eth0 as br0
auto br0
iface br0 inet dhcp
        # bridge specific settings
        #bridge_stp on
        #bridge_maxwait 0
        #bridge_fd 0
        #bridge_ports eth0
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        # network settings
}}}

 * https://fedoraproject.org/wiki/Xfce
 * https://community.volumio.org/t/raspberry-pi-zero-w-and-buildin-bluetooth-chip-not-detected/7312/8
 * https://www.youtube.com/watch?v=Ow5rhYTbT34
 * spice client for windows systems: https://virt-manager.org/download/
 * https://wiki.libvirt.org/page/VNCTLSSetup
 * https://libvirt.org/formatdomain.html

TODO

Various Articles

misc

alternative bridge settings might be required

# bridging eth0 as br0
auto br0
iface br0 inet dhcp
        # bridge specific settings
        #bridge_stp on
        #bridge_maxwait 0
        #bridge_fd 0
        #bridge_ports eth0
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        # network settings

None: TODO (last edited 2021-12-30 18:59:33 by Kristian Kallenberg)