< ^ txt
Sat Mar 19 07:33:09 EDT 2016
Slept from one to seven. I feel good now, but I may take a nap later.
Thirty-nine and mostly sunny today.
Goals:
- Clean apartment, and especially change linens
Changed towels and sheets
- Play with Fedora server
Done.
Fuck that.
Lots of annoyances/bugs that have been open for years.
Back to Debian.
- Read LotFP
No.
- Read He-Man comics
No.
Watched The River's Edge (1957). Pretty tight little fugitive movie. No relation to the 1986 movie River's Edge (which I also remember as being pretty good).
So, what would I want from a linux server (replacing FreeBSD)?
- Easy Let's Encrypt ssl
- Docker, LXC support
- Single process containers:
- MariaDB
- php-fpm
- nginx tt-rss
- nginx paulgorman.org
- nginx dg
Hmm... I seem to be having a problem with `virsh connect foo`. It hangs at "Escape character is ^]".
% sudo virsh dumpxml debian | grep -4 pty
<model type='rtl8139'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<serial type='pty'>
<source path='/dev/pts/5'/>
<target port='0'/>
<alias name='serial0'/>
</serial>
<console type='pty' tty='/dev/pts/5'>
<source path='/dev/pts/5'/>
<target type='serial' port='0'/>
<alias name='serial0'/>
</console>
Edit /etc/default/grub:
GRUB_CMDLINE_LINUX_DEFAULT="quite console=ttyS0"
...and run:
# update-grub
After reboot, the serial console should work, although we need to hit ENTER after "Escape character is ^]".
< ^ txt