elwisp 2017-02-03 08:48:58
So i installed debian with full disk encryption. But now im about to add a 2nd harddrive. Cannot for the life of me remember where to add it so that it too decrypts on bootup
Agafnd 2017-02-03 09:31:05
so, I cannot install anything with pip today
Agafnd 2017-02-03 09:31:12
it is the same as this https://stackoverflow.com/questions/27341064/how-do-i-fix-importerror-cannot-import-name-incompleteread
Agafnd 2017-02-03 09:31:29
"ImportError: cannot import name 'IncompleteRead'"
KaffeeJunky123 2017-02-03 09:33:45
For some reason chromium is started with the --disable-extensions-except option on my debian stretch installation, does anyone know how to change that?
atrigent 2017-02-03 09:34:11
ok, so, motivated by wanting to change as little as possible about what is happening in my build, I am trying to add as little as I need from jessie-backports in order for the build to work
atrigent 2017-02-03 09:34:38
I have determined that apt-get install -t jessie-backports openjdk-8-jdk is NOT what I want, because it pulls in backports stuff that was not previously being pulled in
atrigent 2017-02-03 09:35:11
how do I solve this without explicitly listing dependencies?
jdd 2017-02-03 09:38:11
Hello debian! I'm trying to setup my system as a genode build environment, and everything was running smoothly until make told me mkisofs wasn't found... but mkisofs was deprecated for genisoimage a while ago. I'm at a roadblock and would love assistance
jdd 2017-02-03 09:41:15
Is there a way I can edit my makefile to point to genisoimage instead of mkisofs?