It is a most satisfying feeling to be able to solve a problem – correctly – with a simple “zfs destroy”.
2017-11-02
Zerstörer2017-11-01
Sony MDR-1000XProblem: Sony MDR-1000X (Bluetooth-Kopfhörer mit Geräuschunterdrückung) werden vom PC nur im Hands-Free-Modus verbunden, also mit miesem Sound.
Analyse: Die Kopfhörer können zwar mit A2DP und Hands-Free gleichzeitig verbunden sein, aber nur mit jeweils einem Gerät.
Lösung: Die bestehende Verbindung des A2DP-Profils mit dem anderen Gerät trennen, dann auch die mit dem PC, dann letztere neu verbinden.
2017-10-27
RasendWer in einem Hörspiel mit der Stimme von B’Elanna Torres spricht, sollte mit Klagen über »impulsives Wesen« und »unkontrollierte Wutausbrüche« anderer vorsichtig sein.
2017-10-18
Facebook Floppotron 2: MacGyver editionhttps://www.youtube.com/watch?v=aPmSoG9BXjI&feature=share
Ich glaube, ich wiederhole mich, aber: GACKER!!1!
https://www.youtube.com/watch?v=2DLzroy7rxc&feature=share
A match made in stepper motor heaven.
2017-10-12
Science2017-10-10
HogwashOnly mailed pigs are good.
Post hog ergo proper hog.
2017-10-02
Ende eines WochenendesUmziehen macht Spaß! Man fängt am Freitagmorgen an, schläft ein paar Stunden pro Nacht, und ist am Montagabend fertig. Völlig.
2017-09-26
PXEhttp://pxeboot.com/pxeboot.n12
Booting Linux via PXE from Windows Deployment Services.
There are several guides on the web that claim to explain how it is done. After combining a few of them, it even does. Up to the point where TFTPing a live filesystem (squashfs) fails with an “access violation” from the WDS TFTP server. I think that is because the initramfs, or whatever does the fetching, puts a leading slash into the path. It would make sense for the server to refuse an absolute path on paranoid grounds.
So, let’s try HTTP instead. As luck would have it, there’s an IIS on the WDS already. Configure virtual directory, quickly check permissions, looking good, reboot VM.
- Huh? The directory returns 200.
IIS log. There’s the 404; win32-status is 50. “The request is not supported.” Double-huh?
Deep down in ancient genetic memory, something stirs. Doesn’t IIS refuse requests for static files with unknown extensions?
Add MIME type mapping. squashfs -> application/octet-stream. Reboot VM.
Works. Nice.
Now. Why does WDS on 2012R2 complain about
wdsutil /add-device ... /bootprogram:foo/bar/pxelinux.com
and tell me that that option should not be used since 2008R2 and “to use a custom PXE prompt policy, […]"? I guess MS decided to abstract from the pxeboot.com/pxeboot.n12 pair into a UI option for F12 or no F12, dropping (un)support for other people’s PXE loaders by the wayside. But at least there is a /force flag to do it anyway. (Or I could change the platform’s default boot program and chain the WDS loader from PXElinux.)

