Search #Ubuntu channel logs

Note: Use Ctrl+F to search through these logs

Thursday, February 23, 2017

#ubuntu channel featuring lerner, OerHeks, cfhowlett, Xundres, tonyt, sruli,

sruli 2017-02-23 12:55:17
how can i get udev to write to a file vendor & idproduct of usb device each time they connect
sruli 2017-02-23 12:56:33
in other words i want to "echo {idVendor}:{idProduct} > /file"
Xundres 2017-02-23 13:01:38
hi
Xundres 2017-02-23 13:02:04
I'm in ubuntu GNOME and I didn't manage to change the user avatar
Xundres 2017-02-23 13:02:28
When I go to select the image. I cannot select any images
lerner 2017-02-23 13:21:07
what I dont understand> I just used the shell to install mkvtoolnix. Then I saw the ppa. Got rid of mkvtoolnix and installed the ppa (https://launchpad.net/~djcj/+archive/ubuntu/mkvtoolnix). Then updated. I write, in the shell 'mkvtoolnix' and it returns 'command not found' what am I missing?
cfhowlett 2017-02-23 13:21:46
don't use ppa when there's a working package available in repos?
OerHeks 2017-02-23 13:22:35
Got rid of mkvtoolnix ... in the shell 'mkvtoolnix' and it returns 'command not found' ?
OerHeks 2017-02-23 13:23:20
reinstall mkvtoolnix perhaps?
lerner 2017-02-23 13:23:25
OerHeks, but then I added the ppa
lerner 2017-02-23 13:23:50
if I reinstall, will it install the repo version or the ppa version?
OerHeks 2017-02-23 13:24:00
upgrade just upgrades installed packages, AFAIK
tonyt 2017-02-23 13:41:05
can anyone tell me the traceroute command?
wedgie 2017-02-23 13:42:22
traceroute command for what?
azizLIGHT 2017-02-23 13:44:29
how do i find packages installed that are not from ubuntu repos?
azizLIGHT 2017-02-23 13:45:08
i have dpkg -l | awk '$1 == "ii" { print $2 }' | xargs apt-cache policy | grep -B1 'Installed' | sed ':a;N;$!ba;s/\n / /g' | grep -v "ubuntu" | grep -v -- "--"