=== marcc is now known as kub === brainwash_ is now known as brainwash [09:49] This is my ouput when running "systemd-analyze time", "Startup finished in 3.446s (kernel) + 2.761s (userspace) = 6.207s". I'm wondering how to interpret this correctly, is it correct to say that given that it says 6.2 seconds, that after my Thinkpad BIOS screen has passed and the OS has begun loading, it should take 6.2 seconds to get to the login screen? Or am I missing something? [09:50] kinda [09:51] "Note that these measurements simply measure the time passed up to the point where all system services have been spawned, but not necessarily until they fully finished initialization or the disk is idle." [09:52] Ok, because there is quite a wide gap between my boot time and 6.2 seconds. [09:53] by how much? [09:54] kernel takes over until you can login [09:54] Is it normal for it to deviate almost 20 seconds? I'd guess my boot time is around 25-30 seconds. Though I realize now I've measured from when I hit the start button but maybe I should measure from when the BIOS screen goes away instead. [09:54] I'm running on an SSD. [09:54] yes, you have to measure after the bios/uefi is done [09:54] (25-30) seconds is my estimate if I cut out the BIOS screen [09:55] it's 40-44 seconds when measured from start-click [09:56] you could check the output of "systemd-analyze blame", "systemd-analyze critical-chain" and even create a boot graph with "systemd-analyze plot >bootup.svg" [09:56] Ye I've done that [09:56] no useful info? [09:57] Well I had the something "Wait for network service" at about 7.7 seconds and I disabled that because what I read I don't really need it [09:58] And with that disabled the most consuming thing when running blame is "1.061s keyboard-setup.service" [09:59] did you try to boot into command line instead of the graphical login screen (lightdm)? [10:00] Nope I haven't tried that [10:01] in case there is something strange going on with the graphical initialization [10:01] Ye [10:01] So I guess I'll have to change something now, and then reboot [10:01] as long as I know how to get back into the GUI :p [10:02] sudo systemctl set-default multi-user.target [10:02] sudo systemctl set-default graphical.target [10:02] second command to revert it [10:02] so if I run first command, then restart, I boot into cli? [10:03] yes [10:03] Alright, I'll give it a try and measure time aswell. back in a bit [10:08] So, it took 24 seconds to get to the cli login prompt (exl. bios time). And systemd-analyze time shows 7.047s [10:08] so 17 seconds is "unaccounted" for [10:09] mmh yeah [10:09] "Startup finished in 3.447s (kernel) + 3.599s (userspace) = 7.047s" when booting with the multi-user.target enabled. and I just entered "lightdm" afterwards to get into the GUI [10:10] can you share the critical-chain output via https://paste.ubuntu.com ? [10:11] other than that, you'll have to check if there is some hint in the "dmesg" output (or journalctl) [10:12] https://paste.ubuntu.com/p/sG7B2KXh4j/ [10:13] oh well [10:15] which xubuntu release is that? [10:15] 18.04 [10:16] Any keywords I can grep frolook form "dmesg", since I don't really know what to [10:16] to look for* [10:17] That sentence got messed up, any keywords I can grep from the dmesg output? [10:17] you scroll to the end while keeping an eye on the timestamp [10:19] maybe a timeout is mentioned there [10:19] or error [10:19] Hmm ye. I'll look through it and paste the parts that might be of interest [10:20] going afk for a bit [10:20] parts of interest, I assume is parts where there are large time gaps [10:20] ok [10:21] oaky: dmesg -T if you prefer wall clock time over milliseconds since boot. or use journalctl -b [10:21] * journalctl -kb [10:25] Ok [10:25] The output from journalctl seems to include less info though [10:26] On this paste, you can see some major time gaps [10:26] https://paste.ubuntu.com/p/rVwRZjPtdf/ [10:27] Biggest gap seems to be here: "[ 10.145855] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready [10:27] [ 72.413203] random: crng init done" [10:27] 10.....72 [10:27] is this a VM then? [10:28] hmm no you have wireless devices, can't be a VM then [10:28] Nope, running xubuntu on real hardware. Though I did just install virtualbox and win10 on a VM [10:29] should mention aswell that this is a fresh install of xubuntu, installed yesterday [10:29] anyways, there's a lack of entropy, causing the cryptographics random number generator initialization to be delayed. which itself causes the delayed boot to desktop. [10:30] is this system fully updated, yet? [10:30] sudo apt update && sudo apt full-upgrade [10:31] Yep, everything is up-to-date [10:31] which hardware is this? journalctl -b | grep 'DMI:' [10:32] "DMI: LENOVO 4174W2X/4174W2X, BIOS 8CET63WW (1.43 ) 10/12/2016" [10:33] is there an option to enable the IOMMU in the BIOS (UEFI) setup? [10:33] I read something online about similar things as what you mentioned with randomness, someone said when moving their mouse/pressing keys during boot it decreased boot-time, but I tried it and it didn't seem to improve. [10:34] look for the iommu option, if there is none you can install a software which will increase available entropy by adding new entropy sources. [10:35] but it'd be a little better to enable the kernel to do it the 'nmormal' way, so let's look for that first [10:35] that software is called haveged [10:36] Ok [10:36] I'll reboot into bios and look for IOMMU and set it to enabled if I find it [10:36] back in a bit [10:41] Morning... does the video driver in 18.04 support 4k at 60Hz? All of my hardware should be good but I can't get more than 30Hz out of it [10:44] PoolShark_: hello, what monitor do you have exactly? did you check on other cables? sometimes they are the culprit [10:45] also, what graphics card do you have? [10:45] Spass[m]: it's a Toshiba 4K 60Hz TV... just bought new cables that support HDMI 2.2 just in case it was that.. it's a GTX1060 card that is 2.0b, which should also do 4K at 60Hz. I can get 60Hz out of the TV up to 2880x1620 but if I go the next step to 3840x2160, 60Hz is not available as an options [10:46] Could not find anything related to IOMMU unfortunately [10:48] PoolShark_: 18.04 should have the 430 branch of NVIDIA drivers already (maybe they're still in the "bionic-proposed" repo), which version do you have installed currently? [10:48] Spass[m]: good question, let me take a look [10:48] It appears to be using nouveau [10:48] you can check that in the NVIDIA config GUI app dor example [10:49] well, you should try do change it to proprietary and check, 418 or 430 [10:49] oaky: ok, so do the haveged then. also see this newer bios update available for your system (you're on 1.43 currenty): https://pcsupport.lenovo.com/gb/en/products/LAPTOPS-AND-NETBOOKS/THINKPAD-T-SERIES-LAPTOPS/THINKPAD-T420S/4174/4174W2X/downloads/DS014963 [10:49] unless you don't want anything proprietary on you system [10:49] It lists 390 as my nvidia option [10:50] so I guess I need to add the bionic-proposed repo to sources.list and install something newer huh? [10:50] you could try with that 390 first [10:51] if that wouldn't work you can then 1) add PPA or 2) enable proposed [10:51] alright let me give it a go.. I tried to do this before I reinstalled the system but the nvidia driver would only drive one of my screens and at 1024x768 heh.. that is kinda what prompted me to nuke from orbit and start over hehe [10:51] tomreyn: Ok, I'll have a look. But what do you make of "for Windows 8,Win 7Vista,Xp" [10:52] oaky: i notice that it's an .iso and a .txt file and realize that those are universal. [10:52] oh, and if you won't be able to boot to your system just go to Ctrl+Alt+F2, log in and "sudo apt purge nvidia-driver-390" [10:53] Spass[m]: roger [10:53] will take a while to download the new driver... DSL [10:53] lol [10:53] but I guess your card really needs the newer driver than 390... [10:53] tomreyn: Ok. I'll first try updating the bios to 1.46 and then if nothing changed I'll look into haveged. Thanks for the help so far [10:53] Spass[m]: that sounds reasonable... I think all the hardware is okay [10:54] PoolShark_: so maybe go with the PPA route? [10:54] well it's downloading 390 now... we'll try that [10:54] oaky: you're welcome, good luck. [10:54] and one more thing, someone mentioned that there could be problem with gtx1650 and proprietary drivers when you have secure boot anabled [10:55] *enabled [10:55] something with the signatures... [10:55] oh, you have 1060 [10:55] so maybe 390 drivers will be sufficient after all [10:56] no secure boot for me [10:56] ok it's done... gonna restart and cross my fingers that I still have all 3 monitors [10:56] brb [10:57] nvidia drivers are proprietary, source code is not available to canonical. so they can't sign them with their secure boot accredited signing key. [10:58] [10:58] back [10:59] how bad is it? ;) [10:59] Spass[m]: It almost worked [10:59] I did get all three monitors back, which was good.. but I can only get 59.9Hz out of the TV [10:59] (hahahahahaha) [10:59] so yeah I think it's fine now [11:00] 59.9 is good enough I would say :P great [11:00] I think some of my desktop icons went off screen though [11:00] some of them have gone missing [11:01] can you somehow sort them? [11:01] yeah I did a right click / arrange [11:01] but nada [11:01] or, go to your ~/Desktop folder in Thunar, cut them, paste somewhere else temporarly, and then move again on the desktop [11:02] ohhh I see what's happening [11:03] so you know that screen panel where you can position multiple monitors? [11:03] you mean "xfce4-display-settings"? [11:04] left to right I have my 24inch, 24inch, and 43inch screen, 1080, 1080, and 2160 respectively.. I'm centering up the 4K monitor on a horizontal axis through the center of each monitor, so when I slide the 4K monitor up, it is aligning the icons on my first monitor but putting them at the resolution that would have them at the top of the 4K monitor, which is higher than the top of the 24" monitor.. if that makes any sense [11:04] (btw, my monitor has 59,9 Hz too, just checked) [11:06] yeah... Xfce, desktop icons and the multi-monitor setup, that is a recipe for some strange things ;) [11:06] at least that's what I see on Xfce forums many times [11:06] yeah it seems so [11:07] one last question... my mouse pointer is huge.. where's the thing to make it normal size? [11:08] you should be able to change its size here - https://docs.xfce.org/xfce/xfce4-settings/mouse#cursor [11:09] ahh yes that did the trick [11:09] thanks! [11:09] okay time to go for a bike ride. thanks for your help! [11:09] glad I could help, have a fun ride === xerox123_ is now known as xerox123 === sorinello1 is now known as sorinello === Israphel is now known as Guest34818 === Israphel_ is now known as Israphel === GridCube_ is now known as GridCube [18:44] Hello. I am trying to install pulseaudio-equalizer on Xubuntu 19.04 64bit, but I get the following error [18:45] The following packages have unmet dependencies: [18:45] pulseaudio-equalizer : Depends: libpulse0 (= 1:12.2-2ubuntu3) but 1:12.2-9~disco1 is to be installed [18:45] Depends: pulseaudio (= 1:12.2-2ubuntu3) [18:45] E: Unable to correct problems, you have held broken packages. [18:45] and idea what am I doing wrong ? [18:58] !ppa [18:58] A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [18:58] sorinello: what gives "apt policy libpulse0"? [18:59] brainwash, https://pastebin.com/aT5ZxJ7Y [19:03] sorinello: try to downgrade the package via "sudo apt install libpulse0=1:12.2-2ubuntu3" [19:25] sorinello: you seem to have had a PPA installed which you since removed, keeping packages from there installed. or you just installed single foreign .deb packages in versions not available in your ubuntu release. [19:26] this script can help identify such leftover foreign packages which are 'getting in the way' of the apt dependency resolver: https://github.com/tomreyn/scripts#foreign_packages [19:27] tomreyn, I have downgraded as brainwash suggested. I will reboot and be back in 3 minutes [19:28] usney> I have an issue with screen lock. When I lock my screen it doesn't respond to commands to wake it up and unlock it. [19:28] So I have to restart the system [19:28] sorry i forgot not to lock the screen so had to restart again [19:29] ok, seems that I have lost sound completely now [19:34] usney: try another screen locker [19:34] how? [19:34] is that xubuntu 19.04? [19:34] no [19:34] lts [19:35] so the new xfce4-screensaver is not in the repo yet [19:35] usney: gnome-screensaver or xscreensaver [19:36] I'll try the lighter one [19:36] I had some issues with light-locker on LTS on my machines [19:36] how do I change it to the default? [19:37] remove light-locker and install gnome-screensaver/xscreensaver [19:37] that should set the default [19:37] cool [19:37] after a relog that is [19:37] thank you so much [19:37] or rebbot [19:39] xscreensaver is probably lighter, but... definitely not prettier ;) but it works [19:43] yes I guessed so [19:43] so I installed that instead