Search #Ubuntu channel logs

Note: Use Ctrl+F to search through these logs

Thursday, March 2, 2017

#ubuntu channel featuring scottjl, nicomachus, aotaointbin, nacc, EEzzekiel, k1l, and 7 others.

rayn 2017-03-02 05:59:15
how to know why is explorer.exe executing. i dont have wine installed. What else could be?
nacc 2017-03-02 06:02:10
rayn: what makes you think it is executing? `pstree ` may help
rayn 2017-03-02 06:05:50
nacc: it is cosumming a lot of cpu. "ps -feww|grep explorer" -> "23041 2315 2 10:40 ? 00:00:33 C:\windows\system32\explorer.exe /desktop"
Rookiee` 2017-03-02 06:06:11
hi
Rookiee` 2017-03-02 06:07:09
I am a linux admin and i am interested to do any project to imrove my linux Availability or controlling cpu limit etc
Rookiee` 2017-03-02 06:07:17
any one any idea?
scottjl 2017-03-02 06:07:39
Rookiee`: maybe try #linux ?
nicomachus 2017-03-02 06:07:43
Rookiee`: you can limit cpu with cpufreq, idk what you mean by the rest of that.
nacc 2017-03-02 06:08:40
rayn: are you on windows? you can't run a windows executable normally in linux
nacc 2017-03-02 06:08:54
rayn: pstree will tell you what spawned that pid, but it seems buggy
matsaman 2017-03-02 06:09:23
"problem resolver broke stuff" that's a good one
Rookiee` 2017-03-02 06:10:33
matsaman: ??
matsaman 2017-03-02 06:10:45
Rookiee`: correct
rayn 2017-03-02 06:11:05
nacc no no windows. ubuntu 16.04. "pstree 23041" -> "explorer.exe───3*[{explorer.exe}]". Wnat other programs emulate windows programs?
Rookiee` 2017-03-02 06:11:13
matsaman: what ?/
nacc 2017-03-02 06:12:04
Rookiee`: i assume matsaman is trolling and is ot anyways
nicomachus 2017-03-02 06:12:11
rayn: only Wine... PlayOnLinux does, but it does it through Wine
nacc 2017-03-02 06:12:40
rayn: what nicomachus said :)
nicomachus 2017-03-02 06:12:55
o/
nacc 2017-03-02 06:12:55
rayn: you may want pstree -p (to show pids) and then see what the topmost parent is
aotaointbin 2017-03-02 06:13:01
wine is not [an] emulator
matsaman 2017-03-02 06:13:12
Rookiee`: just a hilarious error from apt-get
aotaointbin 2017-03-02 06:13:36
Rookiee`: man nice
Rookiee` 2017-03-02 06:13:59
I said cpu laod as example
nacc 2017-03-02 06:14:12
Rookiee`: cgroups generally is probably what you should learn about
Rookiee` 2017-03-02 06:14:47
nacc: aotaointbin any one have any idea about docker?
Rookiee` 2017-03-02 06:14:47
what it does?
scottjl 2017-03-02 06:14:54
i love docker
nicomachus 2017-03-02 06:15:16
!info cgroups | Rookiee`
ubottu 2017-03-02 06:15:16
Rookiee`: Package cgroups does not exist in yakkety
Rookiee` 2017-03-02 06:15:17
scottjl: what exactly it do and how its helps?
nicomachus 2017-03-02 06:15:20
oops
aotaointbin 2017-03-02 06:15:34
i'm not a fan of docker, but lots of other people love it.
rayn 2017-03-02 06:15:37
nacc: it looks it is self executing? :\ "pstree -p 23041" -> "explorer.exe(23041)─┬─{explorer.exe}(23059) ├─{explorer.exe}(23060) └─{explorer.exe}(23061)"
scottjl 2017-03-02 06:15:45
Rookiee`: go to docker.io and you can read more than you can stand about docker
scottjl 2017-03-02 06:16:04
aotaointbin: if you need what it does, it does it well.
Rookiee` 2017-03-02 06:16:15
scottjl: can u give small example how I can use it ?/ so ,amy sy they love docker
nacc 2017-03-02 06:16:30
Rookiee`: what docker does is offtopic here really -- they have their own channel and so much documentation online
aotaointbin 2017-03-02 06:16:43
so, yes, in theory. say i want to containerize apache. but i always want security updates for apache.
Rookiee` 2017-03-02 06:16:45
I am not able to join
aotaointbin 2017-03-02 06:16:46
now what? :P
Rookiee` 2017-03-02 06:16:51
i already tried
nacc 2017-03-02 06:16:54
!register | Rookiee`
ubottu 2017-03-02 06:16:54
Rookiee`: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.
Rookiee` 2017-03-02 06:17:05
oknye then
rayn 2017-03-02 06:17:16
nicomachus: thanks. No no wine instaled "wine ->No command 'wine' found,"
Guest79359 2017-03-02 06:18:58
Hello :)
aotaointbin 2017-03-02 06:25:06
is the www-data user a system account?
rayn 2017-03-02 06:25:10
why would upstart start explorer? systemd(1)───lightdm(1242)───lightdm(2284)───upstart(2315)───explorer.exe(23041)─┬─{explorer.exe}(23059)├─{explorer.exe}(23060)└─{explorer.exe}(23061)
scottjl 2017-03-02 06:25:31
aotaointbin: yes.
aotaointbin 2017-03-02 06:25:44
thanks :)
nacc 2017-03-02 06:26:09
rayn: upstart is the session manager still (iirc) for the DEs
scottjl 2017-03-02 06:26:37
aotaointbin: pretty much any UID under 1000, and usually always under 500 is a system account. at least that's tradition
aotaointbin 2017-03-02 06:26:39
and presumable the www-group is a system group?
k1l 2017-03-02 06:26:50
rayn: i guess thats a wine thing
aotaointbin 2017-03-02 06:27:30
scottjl: i know, but i'm working with an image that has the www-data user/group deleted. trying to recreate them correctly.
nacc 2017-03-02 06:27:30
k1l: rayn says they do not have wine installed
scottjl 2017-03-02 06:27:31
aotaointbin: yeah i discussed them with you yesterday. ;-) the group is www-data, both user and group are www-data, and uid/gid 33/33
scottjl 2017-03-02 06:27:45
aotaointbin: it's ok
aotaointbin 2017-03-02 06:27:45
does it need to be 33?
scottjl 2017-03-02 06:28:09
aotaointbin: it should be 33, simply because any existing files with 33:33 need to be reattached to that uid/gid
aotaointbin 2017-03-02 06:28:16
gotcha.
scottjl 2017-03-02 06:28:29
ubuntu is expecting them to be 33:33
k1l 2017-03-02 06:28:50
nacc: well, ubuntu doesnt use explorer.exe. that is clearly a wine thing.
nacc 2017-03-02 06:28:57
k1l: agreed :)
scottjl 2017-03-02 06:29:29
assuming it isn't a script or other program simply named "explorer.exe"
k1l 2017-03-02 06:31:02
rayn: "apt policy wine* | nc termbin.com 9999"
nacc 2017-03-02 06:31:20
scottjl: good point, you can also look at the pid's state in /proc, i guess
rayn 2017-03-02 06:33:19
k1l: http://termbin.com/rozh
rayn 2017-03-02 06:33:39
k1l thanks for that
ioria 2017-03-02 06:34:26
rayn, wine-staging: is installed
k1l 2017-03-02 06:34:30
rayn: "wine-staging:"
ioria 2017-03-02 06:34:49
rayn, same issue here : https://bbs.archlinux.org/viewtopic.php?id=213220
rayn 2017-03-02 06:37:12
ioria, k1l : thanks a lot my friends :) . time tu purge that thing
ioria 2017-03-02 06:37:23
rayn, it's possible that it runs by itself also without any win apps running, mayb purge it
EEzzekiel 2017-03-02 06:42:32
test
scottjl 2017-03-02 06:42:41
#fail
su_ 2017-03-02 06:44:35
Hello
scottjl 2017-03-02 06:44:52
hi