/srv/irclogs.ubuntu.com/2017/12/27/#ubuntu-mate.txt

=== Menzie is now known as Menzador
celiooi00:55
ljhi05:00
y0shinessI need a teeny bit of help. My (fresh) installation of Ubuntu MATE 17.10 is stuck in what seems to be an infinite loop.05:41
y0shinessIt's stuck in an infinite loop of booting up, that is.05:43
alkisgy0shiness: write the error messages or paste a screenshot. Tell more details. How/when did it happen.06:25
ayhanhi there13:02
oniohas anybody experience issue with "System>>Administration/User and Group" feature. no matter what I do I can't seem to get ubuntu mate 16.04 to ask for password on login. I am thinking of have to re-install the Ubuntu which I think is an overkill.14:47
onioI made a change to my Ubuntu 16.04 mate to allow auto login as a work around of me being able to use a Logictech wireless keyboard for login14:50
oniois my  post visible on this channel?14:51
diogenes_onio, what is the dm for mate?14:51
nemoonio: check /etc/groups14:51
onioahh14:51
nemoonio: I think Ubuntu calls the group nopasswdlogin14:52
nemomaybe the MATE dialog is broken due to anticipating some other method?14:52
onioI think I am using lightdm14:52
nemoI mean, they've used that for like a decade, why would they change it now14:53
onioI tried removing myself fro the nopasswdlogin but that did not help14:53
diogenes_onio, then look for: find / -type f 2>/dev/null | grep "lightdm.conf"14:53
diogenes_and there should be the option: ask for password or something like that14:54
nemohttps://unix.stackexchange.com/questions/159083/how-can-i-disable-lightdm-auto-login-from-the-command-line-when-isnt-possible-t14:54
onioI don't have that lightdm.conf file.14:54
* diogenes_ has to go14:54
nemoonio: you don't have /etc/lightdm/lightdm.conf ?14:55
onioI have the following lightdm.conf.d            lightdm-gtk-greeter.conf.d14:55
oniolightdm-gtk-greeter.conf  users.conf14:55
nemoah14:55
nemothey reorganised eh14:55
nemousers.conf sounds promising...14:55
onionothing in there14:56
nemoonio: I gotta say tho, personally my exp w/ gentoo halts w/ 14.04 LTS - from now on I'm going to be on Devuan.  But I'm still hanging out here since I haven't gotten everything off 14.04 LTS yet ☺14:56
oniothat relates to log in14:56
onio1 [UserList]14:56
onio 12 minimum-uid=50014:56
onio 13 hidden-users=nobody nobody4 noaccess14:56
onio 14 hidden-shells=/bin/false /usr/sbin/nologin14:56
nemoonio: how bout grep autologin in all the files ?14:56
nemohttps://askubuntu.com/questions/106428/how-to-disable-automatic-login-in-lightdm14:57
oniookay I would try that nemo14:57
nemohm.14:57
nemoskimming this askubuntu, so far the answers are nopasswdlogin group and the autologin lightdm conf param14:57
nemoyou sure you are on lightdm?14:57
nemolooks like gdm has an autologin config too14:58
nemowonder if lightdm reads gdm for backwards compatibility14:58
oniodoing a search14:58
nemoooooh /etc/gshadow14:58
nemodidn't know group had a shadow!  why???14:58
nemoRun sudo grep nopasswd /etc/*14:58
nemoThis will display at least 2 lines:14:58
nemo/etc/group:nopasswdlogin:x:112:`<login name>`14:58
nemo/etc/gshadow:nopasswdlogin:!::`<login name>`14:58
nemoWTF. that's nutty14:58
* nemo searches for info on *that*14:59
onioI didn't think this should be as complicated as it is14:59
* nemo agrees14:59
nemohttps://linux.die.net/man/5/gshadow14:59
oniosearch is on : sudo find / -type f -exec grep -H 'autologin' {} \;15:00
nemooh interesting15:00
nemoI had no idea one could create groups with passwords. TIL15:00
nemowelp. gshadow makes sense then ☺15:00
nemoonio: ok. in that case. did you check gshadow for nopasswdlogin too ☺15:00
onio/etc/gshadow = > nopasswdlogin:!::15:02
nemooh well15:02
onioso I remove this?15:03
nemono15:03
oniookay15:03
nemoyou're not a member of nopasswdlogin in /etc/groups or gshadow so np15:03
oniofair enough15:03
nemothat find could take a long time to run15:04
nemoonio: especially since you're calling -exec - so far less efficient than recursive grep ☺15:04
nemomaybe at least restrict it to /etc15:04
onioI thought it was more efficient15:04
oniookay15:05
onionothing found in /etc15:05
nemoonio: well. every invocation of -exec is a new subshell15:05
onioah15:06
onioI would remember that15:06
nemofind / -type f -iname "*lightdm*"  -exec grep -qi autologin "{}" \; -print 2>/dev/null     might be few enough files to not take a ridiculously long time.15:08
nemoI wonder about that gdm tho15:08
nemoonio: how long ago did you enable autologin?15:08
onioI think I am have been on this off/on for the last 3 days. This is the first time I am able get help from an IRC channel15:09
alkisgonio: did you find the solution? it's in lightdm.conf15:12
onioyes15:12
onioI was find a way of showing result15:12
onioI can't remember the paste url15:12
alkisgpaste.ubuntu.com15:12
nemothere are tons of pastebins out there15:12
alkisgor: command | nc termbin.com 999915:13
nemoonio: hm. odd. I've been using IRC for support pretty successfully for like a couple of decades15:13
oniothanks alkisg15:13
onioone second nemo15:13
alkisg# grep -r autologin /etc/lightdm/15:13
alkisg/etc/lightdm/lightdm.conf:autologin-guest=false15:13
alkisg/etc/lightdm/lightdm.conf:autologin-user=administrator15:13
alkisg/etc/lightdm/lightdm.conf:autologin-user-timeout=015:13
alkisgThose are the lines where autologin is set15:14
onio/var/lib/dpkg/info/lightdm.conffiles15:14
onio/var/lib/dpkg/info/lightdm.list15:14
onio/var/lib/dpkg/info/liblightdm-gobject-1-0:amd64.symbols15:14
onio/usr/sbin/lightdm-gtk-greeter15:14
onio/usr/sbin/lightdm15:14
onio/usr/lib/x86_64-linux-gnu/liblightdm-gobject-1.so.0.0.015:14
onio/usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf15:14
alkisgSo you can just remove that file in order to disable autologin15:14
nemoalkisg: that sounds a little aggressive ☺15:21
alkisgnemo: nah, that's the purpose of that file, it doesn't exist if you don't select autologin15:21
alkisgSo ubiquity creates it just for that15:22
nemolightdm.conf? O_o15:22
nemosurely it configures other things too15:22
alkisgNope15:22
alkisgThere's a lightdm.d directory for that15:22
nemoalkisg: well anyway. he didn't have it15:22
alkisgAlthough the main configuration is in /usr, not in etc15:22
nemonor did he have the nopasswdlogin group15:22
alkisgReally? That's how ubuntu setup does it15:22
nemoalkisg: yeah. thought that was odd. that's why I asked him if he was sure he was using lightdm15:23
alkisgnopasswdlogin group isn't used15:23
nemoalkisg: eh. could be configured to be used.15:23
nemoubuntu used to use it15:23
nemostill get people reporting they have it set15:23
alkisgI mean, in the current 16.04.3 lts version15:24
nemowe lost onio anyway.  apparently he ignored pastebin suggestions15:24
nemohttps://wiki.archlinux.org/index.php/LightDM#Enabling_autologin  arch uses it still, it seems15:25
onioHi nemo are you still in the room. Sorry I was banned from the chat room because of the paste I did :)16:56
alkisgonio: what's the output of this command? grep -ri autologin /etc/lightdm* | nc termbin.com 999916:57
alkisg(copy paste the command, then copy/paste the output here)16:57
onioalkisg: I found a filename "60-lightdm-gtk-greeters.conf" that had autolog=myusername16:59
onioI removed that and now I get the login prompt16:59
alkisgCool16:59
onioI didn't realise that people get banned from these IRC channels17:00
alkisgOnly for flooding, because they think you're a bot17:00
onioI pasted the result of my "find" command and suddenly I was automatically logged out17:00
alkisgIt's an automatic check17:00
onioI have infrequently used these channel so I was quite surprised. Learning every day17:01
onioI am glad that it is sorted because I was going to re-install ubuntu as it was taking too long17:02
nemoonio: it's funny because you'd asked about pastebins17:03
nemoalkisg gave 2 options ☺17:03
oniowas it the use of the word that got me banned or because I did a paste that had multiple lines?17:04
alkisgpasting more than 3-4 lines17:04
alkisgthat gets you banned for a while17:04
onioah17:04
oniothanks its good to know for future reference17:05
onioThe last time I was on one these channel I can't remember which one. But I recall someone saying that use pastebin is frown upon in the irc channels so I kind of avoided them. Is this correct or did the person wrongly advised me17:07
nemoO_o17:07
nemono. pastebins are strongly encouraged17:07
nemounless the text is short of course17:07
oniofair enough17:07
nemo /msg is frowned on - some people like to /msg others privately and that defeats purpose of support channel17:07
ayhanhey does anyone use airvpn ?17:08
oniookay copied that17:08
nemoayhan: can't be bothered personally.  sshuttle is enough for my simple needs17:08
ayhanany idea how to prevent dns leaks?17:08
ayhanwhat is sshuttle?17:09
ayhanaaaaahh a vpn over ssh17:10
ayhani see17:10
nemoyep. convenient, simple17:10
nemopretty good performance17:10
ayhansafe?17:11
nemoayhan: safe in terms of...17:11
ayhantorrenting17:12
nemooh. dunno17:12
nemodon't use it for that17:12
nemoI imagine one could route everything through it, why not17:12
nemoayhan: it's just a simple overlay of linux firewall rules17:12
nemoand it supports DNS lookups17:13
ayhani will try it out. But i would like to use my vpn.....17:13
nemoup to you17:13
micka_Hi ,-22:17
micka_there is someone here? ^^22:20

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!