Search #Ubuntu channel logs

Note: Use Ctrl+F to search through these logs

Wednesday, February 1, 2017

#ubuntu channel featuring powerfulgirl, alkisg, ppf, Tahr-Poop, ducasse, geirha, and 8 others.

alkisg 2017-01-31 21:45:28
glache: you tried systemctl disable avahi-daemon, and it still starts?
glache 2017-01-31 21:45:47
I haven't tried it yet.
glache 2017-01-31 21:45:57
I read somewhere that it hangs.
glache 2017-01-31 21:46:10
I'd like to permanently disable it.
Sourcey 2017-01-31 21:46:11
Hello. If I would like to get an email if anyone logs into the database. Is this possible? phpmyadmin in this case
Tahr-Poop 2017-01-31 21:46:19
glache, glache, sudo systemctl disable avahi-daemon.service && sudo systemctl mask avahi-daemon.service
jimmyar 2017-01-31 21:47:20
I went to the ps aux and it says it's name of "eog"
jimmyar 2017-01-31 21:47:24
strange name
glache 2017-01-31 21:47:31
Netstat -plunt still shows it
jimmyar 2017-01-31 21:47:32
eog for gnome image-viewer
alkisg 2017-01-31 21:47:58
glache: systemctl disable disables the service for all next boots. systemctl stop stops it now so that you don't see it in ps aux
glache 2017-01-31 21:48:12
ohhhh
glache 2017-01-31 21:48:20
Let me reboot. brb
ducasse 2017-01-31 21:48:56
jimmyar: the viewer is called "eye of gnome", that's why.
jimmyar 2017-01-31 21:50:26
ducasse: how do i uninstall a software , and remove EVERY TRACE OF IT
jimmyar 2017-01-31 21:50:34
and including the config files
L0rdLaravel 2017-01-31 21:50:55
jimmyar, sudo rm -rf /
jimmyar 2017-01-31 21:50:57
So that when I install it, it's as if its is the first time I am installing it
jimmyar 2017-01-31 21:51:11
no lol rm -rf / removes everything the complete smack
ducasse 2017-01-31 21:51:11
jimmyar: if you want to remove the config files in your homedir, you need to do that manually
ducasse 2017-01-31 21:51:25
L0rdLaravel: don't suggest that, not funny
jimmyar 2017-01-31 21:51:27
what about in /etc ?
L0rdLaravel 2017-01-31 21:51:46
what software is it jimmyar ?
jimmyar 2017-01-31 21:51:47
and else where , like in /usr/
glache 2017-01-31 21:51:58
alright, it's gone. ty
jimmyar 2017-01-31 21:52:03
It can be any software, but in this case it is wireshark
L0rdLaravel 2017-01-31 21:52:11
ok that stores it in your home dir
L0rdLaravel 2017-01-31 21:52:15
~/.wireshark most likely
alkisg 2017-01-31 21:52:20
glache: np
jimmyar 2017-01-31 21:52:20
no
glache 2017-01-31 21:52:34
How can I disable cupsd permanently?
L0rdLaravel 2017-01-31 21:52:55
sudo systemd cupsd disable i think
ducasse 2017-01-31 21:53:05
jimmyar: 'sudo apt purge wireshark' removes the package, look in ~/.config for config files
jimmyar 2017-01-31 21:54:11
how do i purge the autoremove packages ? also
jimmyar 2017-01-31 21:54:46
apt-get autoremove doesn't remove the deps completely,every last trace of it
jimmyar 2017-01-31 21:55:12
I think, this is a advanced question regarding the package management
no_gravity 2017-01-31 21:55:27
Hello! Do you guys use screen with multiple linux users? If so, how?
jimmyar 2017-01-31 21:55:29
And this may even be beyond most users
alkisg 2017-01-31 21:55:42
jimmyar: those remarks are lame. sudo apt-get purge --auto-remove wireshark
glache 2017-01-31 21:56:03
beyond me for sure
L0rdLaravel 2017-01-31 21:56:10
https://askubuntu.com/questions/827109/how-to-remove-wireshark-from-my-ubuntu-16-04-lts
L0rdLaravel 2017-01-31 21:56:26
google search is beyond us all, god save the Queen
glache 2017-01-31 21:56:46
lol, I searched though
L0rdLaravel 2017-01-31 21:56:57
ssshhhh ;p
jimmyar 2017-01-31 21:57:52
alkisg: dude E: Command line option --purge is not understood in combination with the other options . Have you even tried it?
jimmyar 2017-01-31 21:58:06
So many people never try the comands that they tell to others.
alkisg 2017-01-31 21:58:18
jimmyar: try copy/paste, you made typos
alkisg 2017-01-31 21:58:28
jimmyar: also, stop begin rude
alkisg 2017-01-31 21:58:56
jimmyar: I didn't say "--purge", I said "purge", read again.
jimmyar 2017-01-31 21:59:37
I tried that too
alkisg 2017-01-31 22:00:05
jimmyar, I said: sudo apt-get purge --auto-remove wireshark
alkisg 2017-01-31 22:00:12
jimmyar: that's a perfectly valid command
alkisg 2017-01-31 22:00:20
If you can't type it properly, don't blame others
L0rdLaravel 2017-01-31 22:00:27
works for me alkisg
glache 2017-01-31 22:00:37
Why do I get a permission denied when I try "sudo echo "manual" > /etc/init/cups.override"?
alkisg 2017-01-31 22:00:50
glache: run `sudo -i` first, then do the cd commands
L0rdLaravel 2017-01-31 22:00:55
glache, manually edit the file
L0rdLaravel 2017-01-31 22:01:01
oh nice -i
alkisg 2017-01-31 22:01:03
glache: *the echo commands
glache 2017-01-31 22:01:05
There is no file though....
L0rdLaravel 2017-01-31 22:01:15
it will make it
alkisg 2017-01-31 22:01:22
glache: sudo -i echo "manual" > /etc/init/cups.override
glache 2017-01-31 22:01:51
Why is the 'sudo -i' required first in this case?
L0rdLaravel 2017-01-31 22:01:51
lol alkisg it's kind of sad i realised what sudo -i does, i have been using it for 10 years
alkisg 2017-01-31 22:02:21
glache: when you run a pipe, sudo xx | yy, then the xx command runs as root, but the yy as the user, so it can't access special files
jimmyar 2017-01-31 22:02:29
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
glache 2017-01-31 22:02:33
ohhhhhhh
jimmyar 2017-01-31 22:02:33
what's autoclean
glache 2017-01-31 22:02:37
makes sense
L0rdLaravel 2017-01-31 22:02:51
!ban jimmyar
glache 2017-01-31 22:03:30
How can I break out the root prompt without closing the window and without loses the sudo session?
alkisg 2017-01-31 22:03:42
Ctrl+C ?
glache 2017-01-31 22:03:57
Doesn't work
jimmyar 2017-01-31 22:04:09
in what way is autoclean different from autoremove, and I do get a lot of not upgraded packages
jimmyar 2017-01-31 22:04:25
alkisg: yeah that works though, yes it is a valid cmd I know now
jimmyar 2017-01-31 22:04:57
L0rdLaravel: what about you, giving other rm -rf advice , and now I should be removed from here?
geirha 2017-01-31 22:04:59
run exit or hit Ctrl+d
glache 2017-01-31 22:05:15
sweet, ty
alkisg 2017-01-31 22:05:15
jimmyar: auto-clean means "delete the package *cache*, the .deb files that are no longer needed", while auto-remove means "uninstall the packages that are currently installed but not needed by other packages"
kovanovsky 2017-01-31 22:05:15
exit works to break out of the root prompt, but not sure if it'll lose the sudo session
powerfulgirl 2017-01-31 22:05:20
Adolf Hitler's Warning https://youtu.be/MCNHaLziBQw "this video just opens my eyes"
jimmyar 2017-01-31 22:05:28
alkisg: ok thex
jimmyar 2017-01-31 22:05:45
powerfulgirl: are you a Nazi ?
glache 2017-01-31 22:05:52
ctrl+d did break the sudo session
glache 2017-01-31 22:05:57
didn't*
powerfulgirl 2017-01-31 22:05:59
(((the open borders lobby))) (((mass murders))) (((international hyenas)))
glache 2017-01-31 22:06:24
oh no, a nazi in the chat
jimmyar 2017-01-31 22:06:28
powerfulgirl I understand that, but this is ##ubuntu not ##NAzi
glache 2017-01-31 22:06:36
lol
L0rdLaravel 2017-01-31 22:06:36
it's a bot silly people lol
jimmyar 2017-01-31 22:06:52
how do you know ? And who put it here to troll us all
L0rdLaravel 2017-01-31 22:07:08
i have been using IRC for 10+ years and it behaves like a bot
jimmyar 2017-01-31 22:07:21
bots nowawdays can be as intelligent as humans
L0rdLaravel 2017-01-31 22:07:36
not this one, look at it lol
glache 2017-01-31 22:07:39
I use to use IRC 10+ years ago, but I stopped for along time.
L0rdLaravel 2017-01-31 22:07:39
powerfulgirl, sup
glache 2017-01-31 22:07:50
I'm still a noob.
jimmyar 2017-01-31 22:08:09
glache: seriously how can have you been using linux ?
powerfulgirl 2017-01-31 22:08:19
"I spent my whole life believing that Hitler was just evil, but the fact is that Jewish bankers do own and run most of the world, they cause most of the wars, they create poverty as a tool of their power, and they are committing worldwide white genocide."
L0rdLaravel 2017-01-31 22:08:21
jimmyar, do you have any friends in real life ?
jimmyar 2017-01-31 22:08:35
like 10+ years, seriously? And don't even know ctrl+d
jimmyar 2017-01-31 22:08:40
L0rdLaravel: no why ?
powerfulgirl 2017-01-31 22:08:41
The truth set me free!
glache 2017-01-31 22:08:41
I've been using Linux only like three years.
jimmyar 2017-01-31 22:08:55
I have no friends L0rdLaravel but why ?
jimmyar 2017-01-31 22:09:05
what about you L0rdLaravel
L0rdLaravel 2017-01-31 22:09:10
oh I can tell by how you type on IRC, so I wanted to confirm my suspicions
L0rdLaravel 2017-01-31 22:09:14
Yes I have friends in real life, thanks
jimmyar 2017-01-31 22:09:18
L0rdLaravel: ?
geirha 2017-01-31 22:09:37
glache: It should, unless you've bound Ctrl+d to something other than the default
jimmyar 2017-01-31 22:09:37
How I type ? What that has to do with it ? is my typing strange to you ?
jimmyar 2017-01-31 22:09:55
Doesn't it tell me something about the real life ? NO internet is my life
jimmyar 2017-01-31 22:10:01
I live and roam on the internet
ppf 2017-01-31 22:10:57
remember, this is #ubuntu
jimmyar 2017-01-31 22:11:02
I want to become digital, and shed my human form
glache 2017-01-31 22:11:36
I use to use AIM back in the day. In the late 90's, early 2000's.
glache 2017-01-31 22:12:39
Is it normal to have DNSmasq listening if I'm not hosting a server?
L0rdLaravel 2017-01-31 22:14:02
yes i think so glache
ducasse 2017-01-31 22:14:08
glache: yes, ubuntu uses it as a caching resolver by default
glache 2017-01-31 22:14:30
So it's not a security risk in any way?
alkisg 2017-01-31 22:15:03
It's actually trying to solve security issues
alkisg 2017-01-31 22:15:09
badly, imho, but anyways it's the default
ducasse 2017-01-31 22:15:17
glache: open ports something is listening on are always a risk
glache 2017-01-31 22:17:03
Scary stuff.
alkisg 2017-01-31 22:17:15
It's listening on localhost, trying to avoid dns cache poisoning
alkisg 2017-01-31 22:17:30
It's not scary, just quick and dirty implementation instead of something better
ducasse 2017-01-31 22:17:57
they switched to systemd-resolved in 16.10, i think?
alkisg 2017-01-31 22:18:15
Dunno, I stick to lts releases
glache 2017-01-31 22:18:24
I'm just trying to protect the noc list.
JennyBlueBird 2017-01-31 22:29:04
hi guys, getting only blank pages in firefox with all addons disabled. Chromium works fine, and I tried clearing all offline data. The websites seem to load but do not render. Any ideas ?
hateball 2017-01-31 22:30:00
JennyBlueBird: if you press F12 to get the dev console, does that show any particular errors?
hateball 2017-01-31 22:30:24
JennyBlueBird: or if you start firefox from a terminal, does it spit out any weird errors?
hateball 2017-01-31 22:30:37
JennyBlueBird: have you tried with a clean/new profile?
JennyBlueBird 2017-01-31 22:31:01
hateball, sec
JennyBlueBird 2017-01-31 22:31:56
I think it may be the tracking protection gone awry
JennyBlueBird 2017-01-31 22:32:41
[GFX1]: Failed 2 buffer db=0 dw=0 for 0, -1, 64, 42
JennyBlueBird 2017-01-31 22:32:45
That sounds bad
JennyBlueBird 2017-01-31 22:33:26
hateball, it seems to get a bunch of gfx errors
JennyBlueBird 2017-01-31 22:33:30
[GFX1]: Failed 2 buffer db=0 dw=0 for 0, 0, 1440, 742
JennyBlueBird 2017-01-31 22:33:30
and the like
hateball 2017-01-31 22:34:14
JennyBlueBird: can you try disabling HW accel? In options -> advanced
hateball 2017-01-31 22:34:34
restart the browser after
JennyBlueBird 2017-01-31 22:35:32
hateball, slight change, but same problem
JennyBlueBird 2017-01-31 22:35:48
hateball, I get some background for elements now , mostly blue
hateball 2017-01-31 22:36:06
JennyBlueBird: what GPU/driver are you using?
hateball 2017-01-31 22:36:19
Intel (i915) ?
JennyBlueBird 2017-01-31 22:36:24
nvidia , the one which the utility says is tested
JennyBlueBird 2017-01-31 22:36:29
it worked up until this morning
hateball 2017-01-31 22:37:20
JennyBlueBird: so nvidia-367 I take it?
JennyBlueBird 2017-01-31 22:37:43
it was 340
JennyBlueBird 2017-01-31 22:37:53
gonna try to change it to 367 and restart
JennyBlueBird 2017-01-31 22:38:04
reporting back after a reboot
JennyBlueBird 2017-01-31 22:42:31
nope
JennyBlueBird 2017-01-31 22:42:35
still failing hard
JennyBlueBird 2017-01-31 22:42:58
hateball, that made it infeasible to boot