/srv/irclogs.ubuntu.com/2017/05/01/#lubuntu.txt

Jenshaelynorian: I got "make" to work with the driver. I think I broke the kernal though. Doesn't work on reboot >.>00:14
JenshaeAnyway, a victory. 24 hours of trying to get make to work with the dependency hell.00:15
JenshaeThanks for the help. Good night o700:15
matejverHello, please can someone help me solve the problem with internet connection in Lubuntu ? I just installed Lubuntu and i connect to my WiFi, but the internet dont work08:58
matejverNow im trying connect my computer with LAN but it doesnt work too :(08:58
matejverand the panel "ethernet connection" is grey and cant click on it08:58
JenshaePress CTRL + ALT + T and then type: arp -a09:00
JenshaeThen go to your connection and check your IP addresses? Are they set as auto?09:01
JenshaeTry type ifconfig and compare.09:01
matejverim on it, thanks09:01
matejvernow i will see09:01
JenshaeBasically, with ARP you are looking for your router / modem / domain server / gateway.09:02
matejveroh... now i have another problem.. i tryied to install sudo net-tools, then it wants a password, but i cant type09:03
JenshaeYou need to make sure that it is:09:04
JenshaeIP address in correct format, e.g, 192.168.0.109:04
JenshaeSubnet same, eg 255.255.0.009:04
JenshaeGateway, device you find, 192.168.0.254 (is a common one)09:04
JenshaeTry tab into the password area?09:04
JenshaeALT tab to the password section09:04
JenshaeYou won't see **** in a terminal password09:04
matejveryes, im trying, cant tab in. i try start all comand as administrator09:05
JenshaeI don't know. Try ALT+F2 login and try it again there. Then ALT+F7 to come back to graphical interface09:06
JenshaeErm might be CTRL + ALT + F2 and F709:06
matejversooo09:09
matejveri finally can login in terminal09:09
JenshaeBy the way matejver if you play online games, you will want to stay on Ethernet. Wireless creates latency and slower ping.09:09
matejverbut it writes me, that it cant find the packages, should i connect the instalation USB ?09:09
matejvernow i typed command: sudo apt install net-tools09:10
JenshaeOh drat.09:10
matejverand it cant find packages09:10
JenshaeWell yes you won't. No net, no apt.09:11
Jenshaeapt pulls the programs from the Internet.09:11
JenshaeYou are using two machines, correct?09:11
matejveryes09:11
matejvertwo machines09:11
Jenshaehttps://www.maketecheasier.com/update-upgrade-ubuntu-without-internet-connection/ try this guide.09:12
matejverits for Ubuntu, does it work for Lubuntu same?09:13
JenshaeEssentially, you get the system information and give it to your second computer. The one that has internet downloads what the offline one needs and you physically move the packages with a USB09:13
JenshaeMuch of the core of Lubuntu is the same as Ubuntu.09:13
JenshaeThe biggest differences are the desktop interface and the applications you get by default, like Leaff instead of Gedit.09:14
JenshaeAFK09:14
matejverThank you very much for your assistance Jenshae !!!!09:15
kurkiintalHi guys, Im running lubuntu 17.04 but the system does not shutdown or reboot ... I have follwed this guide but nothing worked https://askubuntu.com/questions/764568/ubuntu-16-04-hangs-on-shutdown-restart any idea? thank you11:37
leszekany error message ?11:42
kurkiintalleszek: nothing ... it freezes while saying "[OK] reached target shutdown"11:43
pedahzurI recently installed Lubuntu 16.04 on a system.  The X login is using whatever the default configuration is.  The login screen has an option to put the system to sleep.  All well and good so far. However, when the system comes back from sleep, the screen is locked, and wants a password to to unlock. But...nobody is logged in at this point, so no user passwords work, and of course ther is no root password set.  Ideas?18:49
antishave you tried without password? just wondering? :)19:39
lynorianpedahzur, I thought that got fixed in later releases19:41
lynorianpedahzur, if no one is logged in you can press control alt f1 and log in as a user with sudo access19:42
lynorianand run sudo systemctl restart lightdm19:42
pedahzurantis: Yes, tried with no password.19:43
pedahzurlynorian: Well, yes, I can do that, but I can't tell the user who is using the system (who is not terribly technical) to do that. Is there a config fix? Or is it a code fix?19:43
antiswell, you could disable the screen lock in xscreensaver… but i guess this is not what you want. however this is the place where to look at :)19:45
pedahzurantis: I tried that (turned off one locking process), still locked. Not sure what else to disable at this point.19:45
lynorianI think this is a lightlocker problem19:45
lynorianalso try in xfce4wm power manager19:46
antislynorian, ah yes sorry, lightlocker is used now19:46
pedahzurlynorian: Wouldn't that be only for logged in config?  What do other distros use? Don't they use lightdm/lightlocker? My Kubuntu 16.04 system doesn't lock at the login screen, I doni't think.19:46
antispedahzur, my setup is slightly different from the lubuntu default (e.g. i am running "sddm" instead of "lightdm"). However, first I would identify the process, that locks the screen. If this is not obivous, you need to check your "ps" list, e.g. with:19:58
antis`ps aux | grep -iE "xscreen|light"`19:58
lynorianok antis btw you should use an sddm greeter other than sddm-theme-breeze as that pulls in a ton of usually uneeded parts of kde frameworks with the usual apt get20:00
lynorianinstall that first than install sddm if you want it that way gives much less dependencies20:00
antislynorian, thanks though off-topic :>20:01
antispredahzur, in general, linux configurations are stored at two places:20:04
antis1. User: $HOME/.config/<processname>20:04
antis2. System: /etc/<you-have-to-search>20:04
antisThis requires some linux background of course and should not be done by "the average user".20:04
pedahzurantis: I disabled one locker process at X startup. I think it was a locker in /etc/xdg/ But it still locked on sleep.20:07
antispedazuhr, so by disabling one of them the problem is solved?20:35
antislynorian, removing "sddm-theme-breeze" package would also remove "sddm", any idea?20:39
lynorianno that was just in general20:39
lynorianantis install the other sddm theme you want first20:40
lynorianas that has tons of recommends20:40
antisyeah ok, that does the trick, thanks20:47
antisok, i will relogin and hope everything works fine. cya - hopefully - soon :)20:48
pedahzurantis: Well, I removed a locker startup process that I found, but that didn't fix the problem (rebooted, just to make sure). So, apparently something else is locking the screen.20:49
antislynorian, ok back in - all fine :)20:51

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