Search Debian Channel Logs

Thursday, February 2, 2017

#debian channel featuring OS-26343, crackotage, Bray90820, gftg, greycat, JPT, and 8 others.

OS-26343 2017-02-02 08:46:09
aa
SynrG 2017-02-02 08:46:44
powi: ok. and this might be useful: update-alternatives --display glx
SynrG 2017-02-02 08:46:57
powi: as well as the other command i gave before: find /lib/modules/$(uname -r)/ -name 'nvidia*.ko'
SynrG 2017-02-02 08:47:15
powi: and the /var/log/Xorg.0.log we're still waiting for :)
SynrG 2017-02-02 08:47:22
powi: ok, i'm outta here in two minutes.
powi 2017-02-02 08:48:10
Find nothing searching for nvidia*.ko
SynrG 2017-02-02 08:48:29
ah. so the dkms build failed?
powi 2017-02-02 08:48:39
paste.debian.net/912553
powi 2017-02-02 08:48:55
SynrG: I think so.
SynrG 2017-02-02 08:49:15
dpkg-reconfigure nvidia-kernel-dkms
SynrG 2017-02-02 08:49:54
missing kernel headers for your kernel?
SynrG 2017-02-02 08:50:03
apt-cache policy linux-headers-amd64
powi 2017-02-02 08:50:17
Last line : "Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed.
SynrG 2017-02-02 08:50:24
ok, i'm done
SynrG 2017-02-02 08:50:28
yeah. missing headers
SynrG 2017-02-02 08:50:33
install those and all should go well for you :)
SynrG 2017-02-02 08:50:34
good luck
powi 2017-02-02 08:51:14
Eh... When I split the screen in half with tmux (Ctrl+"), how to close a split, please ? x)
SanchoPensa 2017-02-02 08:53:08
yo, guys!
SanchoPensa 2017-02-02 08:53:08
can anybody pls explain to me, why my pulseaudio has a constant cpu load of 5% and above, while absolutely NO SOUND is running?
powi 2017-02-02 08:54:22
Thanks a lot SynrG Don't know If it'll work, but still you've helped a lot !
gftg 2017-02-02 08:54:46
powi: Ctrl+x will ask to kill the pane. Is this what you're looking for?
powi 2017-02-02 08:55:23
Thanks gftg !!
powi 2017-02-02 08:55:29
OWWW !! IT Work !
powi 2017-02-02 08:55:34
I'm soooooo happy !
powi 2017-02-02 08:56:20
Well well. Let's stay serious. Please SynrG when you'll be back, note that I'm thankful ! Have a good morning|day|evening|night !
nChomsky 2017-02-02 08:59:46
Good evening.
nChomsky 2017-02-02 09:00:19
I am trying to send a file between a host and a guest VM I've created with KVM.
nChomsky 2017-02-02 09:00:51
I managed to make a shared folder and was able to send files thorugh it from the guest VM to the host VM.
nChomsky 2017-02-02 09:01:00
But not the other way around
nChomsky 2017-02-02 09:02:40
I get the following error: "cp: cannot open ´file.zipx´ for reading: Permission denied when trying to copy it to my home folder from the shared folder.
nChomsky 2017-02-02 09:03:06
Even when I'm root.
JPT 2017-02-02 09:03:43
Perhaps your file share has different permissions restricting remote users from reading from it
nChomsky 2017-02-02 09:04:16
I believe that to be the case.
JPT 2017-02-02 09:04:17
being root is like being the king within a house. your neighbour still won't worship you :)
crackotage 2017-02-02 09:04:19
371!
greycat 2017-02-02 09:04:24
NFS in particular maps root to "nobody" for file permission purposes.
JPT 2017-02-02 09:04:45
squash root
greycat 2017-02-02 09:05:02
You have more permissions as a regular user than you do as root, when talking to an NFS server without no_root_squash.
nChomsky 2017-02-02 09:05:04
I see...
nChomsky 2017-02-02 09:05:29
Let me try it.
nChomsky 2017-02-02 09:06:04
Ok, squash root is not a command XD
greycat 2017-02-02 09:06:16
no_root_squash is an option
greycat 2017-02-02 09:06:20
in the NFS config file
nChomsky 2017-02-02 09:06:39
Anyway, this is how I set up the shared folder:
nChomsky 2017-02-02 09:07:23
"Type: mount / Driver: Default / Mode: Mapped"
greycat 2017-02-02 09:07:52
what in the HELL does that mean? are you using NFS or something else? what FILE did you EDIT and what COMMANDS did you EXECUTE
greycat 2017-02-02 09:08:16
if it's NFS you edit /etc/exports and run exportfs -a and so on.
JPT 2017-02-02 09:09:15
sounds like nfs through a gui
greycat 2017-02-02 09:09:41
sounds like a GUI user for sure, but I don't have the slightest clue what file-sharing apparatus is being used
nChomsky 2017-02-02 09:09:42
I'm using KVM running a Whonix 13. I used the options made available through the GUI following these instructions: https://www.whonix.org/wiki/KVM#Shared_Folders
greycat 2017-02-02 09:10:02
!kvm
dpkg 2017-02-02 09:10:03
Kernel-based Virtual Machine (KVM) is a full solution for Linux hosts on x86 hardware with x86 guests. Packaged as qemu-kvm since Debian 6.0 "Squeeze". See http://wiki.debian.org/KVM for installation instructions, also ask me about . http://www.linux-kvm.org/page/FAQ http://www.linux-kvm.org/ #kvm on irc.freenode.net.
greycat 2017-02-02 09:10:12
fucking why....
greycat 2017-02-02 09:10:32
!whonix
dpkg 2017-02-02 09:10:33
Whonix is a Linux distribution based on Debian, distributed as two virtual machine images. It is not supported in #debian; ask me about . http://whonix.org/ #whonix on irc.oftc.net.
nChomsky 2017-02-02 09:10:43
Thank you, I'll check their IRC.
JPT 2017-02-02 09:11:05
kvm virtualization was quite fun for me, i once installed windows 7 on a dedicated server to run a separate desktop. quite insane when i think about it now :D
missmbob 2017-02-02 09:11:12
jesus. he's been here for at least a week
nChomsky 2017-02-02 09:11:27
Hahahaha!
nChomsky 2017-02-02 09:11:40
A lot to learn and fuck up.
JPT 2017-02-02 09:12:06
Of course :) That's what we're here for. But always make sure to have a backup out of shooting range ;)
greycat 2017-02-02 09:12:09
How about starting SIMPLE and just using actual operating systems on actual hardware and learning the BASICS before you go and introduce fuckin' virtual machines.
greycat 2017-02-02 09:12:24
Oh wait, what am I thinking. Nobody would ever do THAT. It's not COOL.
greycat 2017-02-02 09:12:35
You have to use the latest cool thing.
nChomsky 2017-02-02 09:12:43
Man, my first Linux was a Qubes OS.
awal1 2017-02-02 09:12:45
how to grep "something" in var apt including .gz files
greycat 2017-02-02 09:12:57
zgrep something /var/whatever/*.gz
nChomsky 2017-02-02 09:13:16
I started ONLY with VMs.
missmbob 2017-02-02 09:13:19
note zcat is also a thing
greycat 2017-02-02 09:13:55
if you want the zgrep equivalent of grep -r, maybe try shopt -s globstar; zgrep something /var/whatever/**/*.gz
awal1 2017-02-02 09:14:30
greycat, good , thanks
pikaro 2017-02-02 09:15:37
hi! I'm getting "GPG error: http://ftp.de.debian.org/debian-archive/debian lenny Release: The following signatures were invalid: 9FED2BCBDCD29CDF762678CBAED4B06F473041FA The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4D270D06F42584E6" on apt-get update. I do have debian-archive-keyring installed. what's the problem here?
awal1 2017-02-02 09:19:02
nChomsky, I haven't really followed your topic bcuz I cleared my irc window and logs aren't enabled but spice-vdagent is what I use when I run qemu-kvm for copy paste and few stuff more
missmbob 2017-02-02 09:19:24
awal1: he's not using debian. Whonix
greycat 2017-02-02 09:19:39
I can't even figure out how many computers are involved in his problem.
awal1 2017-02-02 09:19:50
missmbob, oh, ok
greycat 2017-02-02 09:19:51
I assumed there would be TWO, since y'know file sharing, but then this bullshit VM thing popped up.
awal1 2017-02-02 09:21:25
dpkg: whonix
dpkg 2017-02-02 09:21:25
Whonix is a Linux distribution based on Debian, distributed as two virtual machine images. It is not supported in #debian; ask me about . http://whonix.org/ #whonix on irc.oftc.net.
nChomsky 2017-02-02 09:22:01
Wait, my host is Debian.
nChomsky 2017-02-02 09:22:29
Whonix is guest, and it is Debian-based.
greycat 2017-02-02 09:22:41
WHONIX IS NOT DEBIAN
missmbob 2017-02-02 09:22:46
!based on debian
dpkg 2017-02-02 09:22:46
Your distribution may be based on and have software in common with Debian, but it is not Debian. We don't and cannot know what changes were made by your distribution (compare http://futurist.se/gldt/). #debian only supports Debian and pure s; please respect our choice to volunteer here to help Debian users. Support for other distributions is off-topic on #debian, even if your own distro's channel is clueless or non-existent.
nChomsky 2017-02-02 09:22:58
Yikes!
nChomsky 2017-02-02 09:23:05
Ok XD
missmbob 2017-02-02 09:23:28
nChomsky: you've been wasting people's time for a week. please go away
nChomsky 2017-02-02 09:24:30
Man, my problens through this whole week were based on Debian.
nChomsky 2017-02-02 09:24:38
Whonix is a new thing.
nChomsky 2017-02-02 09:24:53
But ok, whatever.
Bray90820 2017-02-02 09:42:21
Would this be a good place to get help with raspbian
missmbob 2017-02-02 09:42:31
!raspbian
dpkg 2017-02-02 09:42:31
Raspbian is a distribution made specifically for the . Raspbian is not Debian and it is not supported in #debian. Please use #raspbian on irc.freenode.net for support. http://www.raspbian.org/
greycat 2017-02-02 09:42:33
No.
Bray90820 2017-02-02 09:42:42
Thanks
Bray90820 2017-02-02 09:43:16
Is there an official version of debian for the raspberry pi?