/srv/irclogs.ubuntu.com/2018/07/06/#kubuntu.txt

duckx0rDoes anyone else have the problem where after resuming a suspended session it brings you to the login screen instead of the unlock screen? And then logging in again just seems to hang the system? It happens to me randomly, like maybe 1 in 15 suspends. It is also something specific to 18.04 because I didn't have this problem at all in 17.10.01:09
vykerexit04:29
=== himcesjf_ is now known as him-cesjf
=== Katnip is now known as Guest72708
=== Katnip is now known as Guest96858
=== Guest96858 is now known as Katnip
=== Katnip is now known as Guest15049
=== Guest15049 is now known as Katnip
silv3r_m00nhi there i went to system settings > appearance > application style > gnome application style(gtk) and changed the gtk2 and gtk3 themes to breeze dark and everthing became dark including libreoffice, chrome, gedit, mouseedit etc. but when i reverted back to Breeze all applications turned as eariler but libreoffice still remains dark08:38
silv3r_m00ncan somebody help fix this ?08:38
=== pataijozsef is now known as pataijozsef_
=== Taggnostr is now known as Taggnostr2
BluesKajHi folks10:50
jubo2Hello. My system is booting the lowlatency kernel by default.. on startup no grub menu is shown. How do I access the grub menu?12:10
jubo2This is relevant because my 20GB /-partition is shot full almost to the brim and I'd like to get rid of the lowlatency kernel to save space12:10
jubo2I did do a 'sudo apt remove linux-lowlatency' but that saved merely 20kb12:11
jubo2because it did not delete the lowlatency image .. probably because it is in use12:11
jubo2I'd like to upgrade to 18.04.01 when that becomes possible but with only 600MB empty space in the /-partition I'm afraid the /-partition will fill up during the distribution upgrade and break the system12:13
lordievaderjubo2: The package you removed is a meta-package. Run `sudo apt autoremove` to remove the orphaned packages.12:18
jubo2lordievader: I did run 'sudo apt autoremove'12:19
jubo2Looking at 'last' the lowlatency kernel is in use atm12:19
lordievaderjubo2: What is the output of 'dpkg -l|grep linux-image'?12:19
jubo2lordievader: a long list ... I see even 4.10 kernels there. How do I remove 'em?12:20
jubo24.13 is the latest version it shows12:21
jubo2I'm on Kubuntu 17.1012:21
lordievaderjubo2: `sudo apt purge <package-name>`12:21
jubo2lordievader: is that safe? I'm afraid I'll break something if I start purging stuff12:23
lordievaderjubo2:  What I usually do is remove all kernels except for the current running one and the latest one.12:24
jubo2I removed the 4.10 one but zero bytes were freed12:26
lordievaderjubo2: `dpkg-query -W --showformat='${Installed-Size}\t${Package}\n' | sort -nr | less` is always a nice oneliner to see what packages consume the most.12:29
diogenes_jubo2, run: dpkg -l '*linux*' | nc termbin.com 999912:29
diogenes_share the link12:29
jubo2diogenes_: http://termbin.com/k6vc12:38
jubo2I just want a clean and safe way to get rid of the old kernel images and get space on the /-partition12:38
jubo2removing the 4.10 kernel with 'sudo apt purge' freed 0 bytes of space12:39
diogenes_also the output of: ls /boot | nc termbin.com 999912:39
diogenes_and: uname -r | nc termbin.com 999912:39
jubo2diogenes_: http://termbin.com/27px contains only one line: '4.13.0-46-lowlatency'12:41
diogenes_jubo2, try: sudo dpkg --purge --force-all linux-image-4.10.0-21-generic12:42
diogenes_of course do always have a bootable usb with kubuntu :)12:42
jubo2yeah. I got many bootable USBs12:43
diogenes_see if after that you get some free space12:43
jubo2ok. I try it12:44
diogenes_also: sudo dpkg --purge --force-all linux-image-4.10.0-21-generic12:45
diogenes_oh i already gave it :)12:45
jubo2I didn't do a 'df' before the command so I don't see much change12:46
jubo2the command didn't output anything about saving space12:47
jubo2I try to remove another kernel and doing a 'df' before and after12:47
diogenes_now: sudo dpkg --purge --force-all inux-headers-4.10.0-21-lowlatency12:48
diogenes_and so one, using that list12:48
jubo2diogenes_: it says "dpkg: warning: ignoring request to remove linux-headers-4.10.0-21-lowlatency which isn't installed"12:49
diogenes_go down the list12:49
diogenes_pick next one12:49
jubo2ok12:49
diogenes_be careful not to purge this one: 4.13.0-46-lowlatency12:50
jubo2that did free a little bit of disk space12:51
diogenes_good, now next one, there is a huge list12:51
jubo2so I purge them one-by-one?12:51
diogenes_yes12:51
jubo2oh ok.. thanks for help diogenes_12:51
diogenes_np12:52
jubo2Uhh.. diogenes_ .. after purging another kernel there is actually _less_ space on the /-partition13:23
jubo2this is really really annoying13:23
jubo2yeah.. each time I purge a kernel image the /-partition just fills up. This is agravating behaviour13:32
jubo2Couldn't we just have a Linux that does something by itself to keep the /-partition from filling up13:33
diogenes_jubo2, try to remove the headers too13:35
diogenes_and now after removing some of them, try: sudo apt sutoremove13:39
geniis/sutoremove/autoremove13:41
jubo2running 'df' repeatedly shows remaining disk space disappearing by the second13:42
jubo2something very wrong with this system13:42
jubo2could be activity in the /tmp though13:43
jubo2diogenes_: there are headers only for the 4.13 kernels13:45
jubo2Whoever said 15GB is enough for /-partition? I have 20GB and am struggling to keep some space free there13:45
diogenes_jubo2, yes look in /tmp13:45
jubo2nope. tmp is using only 368kb13:47
jubo2'sudo apt autoremove' just comments that it isn't doing anything13:48
jubo2I'm losing free space at an alarming rate13:50
jubo2I'm starting to think the OS is compromised by some attack13:50
diogenes_jubo2, don't worry :) try: sudo apt autoclean13:51
jubo2diogenes_: I tried 'sudo apt autoclean' to no avail13:52
acheronukncdu /13:52
acheronukand see where your space has gone13:53
diogenes_jubo2, ok meybe this script can help: http://dpaste.com/3XQHPJ613:54
jubo2diogenes_: maybe but I'm kind of weary of running scripts I don't understand13:56
jubo2/usr is taking up 6.6GB13:56
jubo2going offline for a moment to make backups (including the irc logs, that's why the logoff)14:14
=== pan is now known as Guest25691
Canonanyone here that is using the latest verion of virtualbox16:32
vegiihelp, my computer is doing strange things17:55
vegiiall my panels would freeze in such way that they'd wodk but not update their appearance (clock would display static time, charts would stop etc.) but it'd be responsive to clicking if you did it blindly17:59
vegiitoday, I woke up my computer from suspend to ram and the widgets were unfrozen. I got lots of popups about some directories not being qriteable, so I rebooted... well, it became unresponsive so I had to ctr+alt+F2, login and then type reboot, it worked18:01
vegiibut after rebooting and typing in the luks password, there's no gui logon screen, just a busybox built-in shell (ash)18:03
vegiiand (initramfs)18:04
vegii*writeable18:05
vegiiokay, I typed exit and it told me to run fsck manually18:32
vegiiokay, fsck helped18:35
vegiiall I had to do was run fsck in the directory it printed18:35
vegiiand then yes to all18:36
vegiiI'd like to suggest that it would have been a lot more user friendly if it would do that automatically or suggest doing it automatically, in a simillar fashion to checkdisk. While this modifies the filesystem and could theoretically damage it, to an average user such a computer that requires fiddling with ash shell is of no use anyway18:39
Guest25691hey guys! how do I tell the file indexing to not only index my system drive (SSD) but also my additional data drive (HDD)? The HDD is set to automount on login. The system is Kubuntu 18.0418:39
=== amine is now known as Guest44629
valorieGuest25691: your question intrigued me so I tried21:08
valoriesince my computer is also set up like that21:08
valoriewhat I did was type baloo in krunner (alt+space) and then remove DATA from the list not to be scanned21:09
valorieselect it, click the minus button, then "apply"21:10
Guest25691valorie: thanks for your answer! unfortunately I already did that. still no search results from the HDD.23:16
valoriehmmm23:16
valorieperhaps ask in #kde ?23:16
valoriein euro-working hours, preferably23:17

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