Public bug reported:
Problem
===
During Skype calls, pulseaudio switches input to front microphone
randomly. I need to manually switch back to rear mic every time that
happens.
Expected
===
I select the rear microphone as input (pavucontrol) and it stays that
way.
Workaround
==
Errata:
WRONG:
3. sudo mkdir -p /usr/local/lib/chk_size
SHOULD BE:
sudo mkdir -p /usr/local/lib
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/474258
Title:
Extremely dangerous!
I have a patch and a workaround.
PATCH
==
I refactored the code to expose the bug and make it easier to test edge cases:
https://code.launchpad.net/~cezary0/cryptsetup/bugfix474258_refactored
If anyone can think of other/related issues, edge cases or useful test
cases - let me know and I'll
** Branch linked: lp:~cezary0/cryptsetup/bugfix474258_refactored
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/474258
Title:
Extremely dangerous! cryptswap killed my partition
To manage not
@Tuomas:
I agree - LVM is a cleaner solution (although at first, I thought the
lvm handling would need too much code).
Good points about linking and /dev/dm*.
@bugfix
It turns out there is an obvious bug with detecting filesystems before
running mkswap.
My take on fixing it:
https://code.launc