a___ 2017-03-03 12:45:33
c-c: not sure how to disable from bios, is that the only way to do it?
a___ 2017-03-03 12:45:46
c-c: ubuntu installs on my machine without uefi by default
c-c 2017-03-03 12:46:14
a___: I think you can google some now, I gtg
mtn 2017-03-03 12:46:49
a___: if efi is on in the settings, it must be installed with efi partition
mtn 2017-03-03 12:47:02
a___: if efi is off, then you install grub to the mbr
mtn 2017-03-03 12:47:59
a___: I would recommend you do some research on this topic. your motherboard manual could be helpful, too
a___ 2017-03-03 12:48:39
mtn: I'm migrating from ubuntu. all the problems I talked about didn't occur in ubuntu, and ubuntu doesn't have a separate 'ubuntu' entry in BIOS so I assumed it doesn't use UEFI, and that UEFI is the cause of my problems with debian, and that solving it requires installing debian without UEFI..
mtn 2017-03-03 12:49:11
a___: nope. debian will work either way, you just have to it correctly
a___ 2017-03-03 12:49:58
not sure what the ubuntu install was doing that debian isn't
mtn 2017-03-03 12:50:11
a___: https://wiki.debian.org/UEFI
a___ 2017-03-03 12:50:28
thanks
amz3 2017-03-03 12:58:45
I'd like to study aptitude algorithm that resolve dependencies, where can i find the vcs repository?
ksft 2017-03-03 13:01:32
When I run `optirun glxgears`, the window that appears is white with specks of cyan, magenta, and yellow
Klaus_Dieter 2017-03-03 13:03:54
amz3: apt-get src aptitude fetches the source.
jrtc27 2017-03-03 13:06:16
Klaus_Dieter: amz3: or "debcheckout aptitude" (you'll need to install devscripts)
amz3 2017-03-03 13:06:51
tx
Klaus_Dieter 2017-03-03 13:08:25
so what can I do about this signing issue of the apt repository?
jrtc27 2017-03-03 13:15:46
Klaus_Dieter: does apt-key think the key is present?
Klaus_Dieter 2017-03-03 13:17:28
jrtc27: yes it does
Klaus_Dieter 2017-03-03 13:17:55
jrtc27: http://paste.debian.net/917902/
Klaus_Dieter 2017-03-03 13:18:08
the bottom one
jrtc27 2017-03-03 13:19:30
what hash algorithm is used to sign the file?
jrtc27 2017-03-03 13:20:00
gpg --list-packets on InRelease should tell you
Klaus_Dieter 2017-03-03 13:20:36
I am not sure: http://paste.debian.net/917903/
Klaus_Dieter 2017-03-03 13:21:25
the repository and the signing is done by aptly
jrtc27 2017-03-03 13:21:41
oh even easier, InRelease itself says Hash: SHA1 right at the top
jrtc27 2017-03-03 13:21:46
you need to use something stronger than SHA1
Klaus_Dieter 2017-03-03 13:22:16
ah so that is it.
Klaus_Dieter 2017-03-03 13:25:00
this explains why this is only happening with 8.7 and not with 8.0
Klaus_Dieter 2017-03-03 13:27:46
unfortunaly aptly is required in a newer version than 0.8.3 so I will have to use the version from testing
Klaus_Dieter 2017-03-03 13:27:52
this will be fun... :/
jrtc27 2017-03-03 13:28:53
can you modify gpg.conf?
jrtc27 2017-03-03 13:28:59
I don't know if aptly picks that up
Klaus_Dieter 2017-03-03 13:29:52
it may be
Klaus_Dieter 2017-03-03 13:29:58
from the manpage it is signing with gpg
Klaus_Dieter 2017-03-03 13:30:09
but it is unclear whether it is the program or the general mechanism used
dtcrshr 2017-03-03 13:30:19
hello eveyrone. I cloned a debian machine which has LVM on its disk. On the destination machine i cannot boot with an error that the vg was not found. Booting on a live machine I edited the fstab so the blkid from the root partition was correct, I got grub back but still the system boots to initramfs
dtcrshr 2017-03-03 13:30:54
is there any other ways to repair the destination machine so it boots correctly? I can see all the vgs, lvs, pvs on the live machine
Klaus_Dieter 2017-03-03 13:31:01
jrtc27: I can edit gpg.conf what should I place to check whether aptly uses that?
Klaus_Dieter 2017-03-03 13:32:03
ah, should be --digest-algo SHA256
jrtc27 2017-03-03 13:32:28
either digest-algo SHA256 or personal-digest-algo
jrtc27 2017-03-03 13:32:52
or SHA512 (I assume all versions of apt support that)
Klaus_Dieter 2017-03-03 13:33:34
jrtc27: aptly picks up whatever is in gpg.conf
Klaus_Dieter 2017-03-03 13:33:41
I now have a sha 256 signed inRelease
jrtc27 2017-03-03 13:33:45
\o/
Klaus_Dieter 2017-03-03 13:34:06
and the warning is gone on the system where I want to install its packages
Klaus_Dieter 2017-03-03 13:34:18
thank you very much I hardly would have come up with that myself! :)
amcorreia 2017-03-03 13:37:39
anyone have installed kubernetes in debian using APT?
c-c 2017-03-03 13:38:21
amcorreia: its not in Jessie
kingkong- 2017-03-03 13:38:42
hi. on "history" output, i can see a command on 3259. line. how can i run it or copy in short way by recall from history?
c-c 2017-03-03 13:39:09
kingkong-: !command
c-c 2017-03-03 13:39:29
(reruns the last match for 'command')
amcorreia 2017-03-03 13:39:34
c-c, the only repository i've found (apt.kubernetes.io) don't have even for wheezy
Klaus_Dieter 2017-03-03 13:39:40
the error message is pretty horrible though as the signature is actually valid but not trusted due to the weak hash
borsin 2017-03-03 13:41:10
kingkong-: ctrl + r, then type part of the beginning of line 3259
kingkong- 2017-03-03 13:43:21
!command
c-c 2017-03-03 13:43:42
be careful with that
kingkong- 2017-03-03 13:43:43
c-c: but i dont need the last match.
kingkong- 2017-03-03 13:44:16
borsin: it shows another command used later. can i jump another match ?
c-c 2017-03-03 13:44:45
kingkong-: are you using bash