/srv/irclogs.ubuntu.com/2019/07/16/#ubuntu.txt

=== Thargoid is now known as stwalkerster
ekaj89Having issues getting 3.5mm speaker to play audio on a Raspberry Pi 3B running Ubuntu 18.02.2 LTS. I've installed alsa-utils, but the command "amixer cset numid=3 1" fails with "amixer: control default open error: no such file or directory"  and aplay -l outputs "no soundcards found..."00:06
ekaj89I've also removed pcspkr from /etc/modprobe.d/blacklist.conf and run "modprobe snd_bcm2835". Any suggestions?00:06
tomreynFreeBDSM: give it a try.   for module in nvidia nvidia_modeset nvidia_uvm nvidia_drm; do echo $module | sudo tee -a /etc/initramfs-tools/modules && sudo update-initramfs -k $(uname -r) -c00:07
univernI've installed jack (the audio platform) on Ubuntu, but sounds seem to be much softer than on ALSA/PulseAudio00:07
univern`gst-launch-1.0 audiotestsrc freq=200 volume=1.0 ! alsasink` is loud00:08
univern`gst-launch-1.0 audiotestsrc freq=200 volume=1.0 ! jackaudiosink` is faint00:08
tomreynFreeBDSM: then access grub and manually add the nvidia-drm.modeset=1 !kernelparm00:08
tomreyn!kernelparm | FreeBDSM00:08
ubottuFreeBDSM: To add a one-time or permanent kernel boot parameter see https://wiki.ubuntu.com/Kernel/KernelBootParameters00:08
univernIs there some kind of volume knob for the PulseAudio -> JACK bridge?00:08
ekaj89univern what distro are you running? I'm trying to get beeping to work on a Pi 3b with no success00:09
truexfan81on 19.04 with nvidia what do i have to do to make it remember my display setup correctly after a reboot? it seems to be struggling with the concept of the primary display being the one in the middle00:09
=== ekaj89 is now known as ekaj_
truexfan81i go into nvidia-settings, arrange the 3 of them how i want them, apply it, verify that its correct, and then save it to xorg.conf, and after a reboot its no longer how i had it set00:10
truexfan81makes no sense to me00:11
univernekaj89: Ubuntu 18.04 for x8600:11
univernHaven't tried on a Pi :)00:11
ekaj_jeebus finally got it to work00:17
sarnoldwhat was it?00:18
FreeBDSMtomreyn: Thanks. But what's the difference between update-grub and update-grub2?00:20
tomreynFreeBDSM: the latter ends with a 200:21
FreeBDSMtomreyn: :)00:21
tomreynreadlink -f $(which update-grub); readlink -f $(which update-grub2)00:21
FreeBDSMyeah, just noticed /usr/sbin/update-grub2 -> update-grub00:22
tomreynthe script could still behave differently basedon how it was run, but IIRC this one does not00:22
ekaj_had to add a line to /boot/firmware/config.txt, then modprobe bcm_2835. "beep" doesn't play a sound , but if i install sox i can use "play" to play tones00:23
FreeBDSMtomreyn: which script? the one-liner that adds modules to /etc/initramfs-tools/modules?00:23
tomreynFreeBDSM: the 3-liner that is /usr/sbin/update-grub00:23
FreeBDSMafaiu, enabling drm kms didn't work00:42
=== pcworld is now known as Keksdose
=== Keksdose is now known as pcworld
Sven_vBearlier one of my netbooks mostly froze because apparently the kernel was way to eager to try and cope although for my gut feeling it was clearly out of memory. I noticed because the tray clock was about 20 minutes behind my wall clock, so I forced two OOM kills as usual (it happens every few months). I have several processes that I like to keep around if possible but are never worth blocking user interaction, so can I start them in a01:03
Sven_vBway that the kernel knows to sacrifice them as soon as it's a bit in trouble, way before it would have to give up and OOM-kill on its own?01:03
deltabSven_vB: yes, you can change their /proc/$pid/oom_score_adjust01:07
Sven_vBdeltab, thanks! which side of the scale is killed first?01:08
deltabor you can set a limit using ulimit or cgroups01:09
Sven_vBwell as long as there's no problem I want them to roam freely.01:09
deltabhttps://askubuntu.com/questions/60672/how-do-i-use-oom-score-adj01:09
deltabhttp://man7.org/linux/man-pages/man1/choom.1.html01:11
Sven_vBthanks!01:12
MMYStichi, I solved my problem (bandwidht limitation) passing a parameter when loading the wifi module with something like the following: rmmod ath10k_pci && modprobe ath10k_pci ant_sel=201:15
Sven_vB"The value is inherited for child processes." might be a problem because the toplevel process of the expendible services usually is a bash script that loops infinitely.01:16
sarnoldMMYStic: oh cool! thanks for reporting back01:16
Sven_vBI'll search for how to detect whether a child process was OOM-killed01:17
sarnoldSven_vB: the closest is the parent can see that the child was killed via signal01:17
sarnoldSven_vB: to find out that it was killed by OOM you have to search through dmesg01:17
Sven_vBsarnold, is it a specific signal?01:18
sarnoldSven_vB: no01:18
Sven_vB:<01:18
sarnoldSven_vB: it'll be consistent, of course; probably it's SIGKILL. but you can send the same signal by hand01:18
Sven_vByeah I can live with that. I trust anyone who'd do that has a better reasons than the looping script has for looping again.01:19
Sven_vBI'll try and find some syslog entries about why it took more then 20 mins of freezing and the kernel still hadn't given up01:20
Sven_vBI suspect hard OOM condition is way too late for my liking.01:21
sarnoldit'd definitely be worth trying to fix whatever the actual problem is :) trying to fiddle with magic scripts and oom adjustments etc is recipe for more instability some point in the fuiture01:22
Sven_vByeah, I fixed the most common problem, me forgetting to close VLC before I upgrade apt packages. my upgrade script now checks for free memory. still there may be other things I could forget need lots of RAM.01:26
Sven_vBor things of whom I didn't even anticipate they'd need so much RAM.01:26
Sven_vBalso why should I as a human have to take care if my kernel could do it for me. :)01:27
sarnoldthe kernel does not have many options01:27
sarnoldit can either swap anonymous memory to disk (probably why it was slow for twenty minutes)01:27
sarnoldor it can kill processes01:27
sarnoldor it can return *failure* on memory allocation requests a lot earlier (guess how many programs handle that gracefully :)01:28
Sven_vBI don't have a swap, and yeah as long as some of my luxury processes are running, it's my express wish to rather kill them if it can help prevent a freeze.01:29
sarnoldno swap?? ouch01:29
BuffaloWingVaporSpeaking of VLC, every time I run VLC, it starts with 0 volume. With VLC's output set to Pulseaudio, there is no option to save volume. Therefore, every time I try to play a file (whether from CLI or Nautilus), the vol starts at zero. Is there a way to fix this?01:29
Sven_vBI never found a reasny why I'd want a swap. I have enough RAM for everything that's important to me.01:30
sarnoldSven_vB: apparently you don't :)01:30
Sven_vBsarnold, yes I had. when I noticed the freeze I immediately knew which processes should have been killed 20 mins ago because they were not important enough to me.01:31
sarnold"enough memory" would mean never seeing a slowdown in the first place01:31
jml2sarnold, slow internet?01:31
jml2sarnold, depends01:32
Sven_vBI'd rather not use disk space just to help semi-worthless proceses survive.01:32
=== zbenjamin is now known as Guest62824
=== zbenjamin_ is now known as zbenjamin
Sven_vBI might need a custom watchdog anyway, as syslog shows no signs of the kernel considering the system to be "really OOM" at any point.01:40
Sven_vBand I can't use cron for that because cron jobs were not run in that time.01:40
devslashstarting today ubuntu freezes up after i login in and i have to fprce reset it02:10
devslashis this only happens after the desktop fully loads02:12
distanthey quick question (sorry if this is the wrong place to ask first time here): Im trying to enable memory ballooning but i cannot turn off large pages to begin the process as i cannot get the appropriate UUID, i have been using # /usr/sbin/dmidecode | grep UUID to attain it but get an error saying its incorrect02:27
sarnolddistant: if you don't get any answers here in the next few minutes, try again in #ubuntu-server -- I suspect that group will have more experience here02:30
sarnolddistant: (but it's also less active, so maybe stick around for hours, ask again every few hours, etc)02:30
blue1distant: why can't you use blkid02:34
blue1distant: or you can use sudo blkid      if you don't know what device02:35
neilduganI have just downloaded 18.04.2 ... I copied it to a flash drive .. when I try to boot the computer from the flash drive I get the error "isolinux.bin missing or corrupt"  ... so how do I get past this?02:36
blue1neildugan: what software did you use to put the image on the usb stick?02:37
neilduganblue1, dd02:37
neilduganblue1, dd if=ubuntu-18.04.2-desktop-amd64.iso of=/dev/sdb bs=409602:38
blue1neildugan: that is what I use what was the command line you used?  something like  sudo dd if=filename.iso /of=/dev/devicename bs=4M02:38
neilduganblue1, snap02:39
blue1well forget the /of - its just of02:39
=== [b0b] is now known as b0b
neilduganblue1, I checked the sha1 signature too02:40
distantblue1 thank you for the response, the UUID generated from sudo blkid generates the same UUID as # /usr/sbin/dmidecode | grep UUID which unfortunetly gives the same error "VBoxManage: error: Could not find a registered machine named xxxxx02:40
neilduganblue1, the command I used didn't have the /of just of I don't know where that came from02:41
blue1distant: I am not familiar with VM's -- sound like that might be the issue.02:42
distantokie doke np02:42
blue1neildugan: you might try another flashing software -- I have had some problems with dd -- that absolutely should have worked.  Let me see what other software I used.02:42
sarnolddistant: are you sure vbox does balloon?02:43
Bashing-omdistant: Humm a thought as you have "registered machine named xxxxx02:44
blue1neildugan: I used ddrescue02:44
distantyup i double checked, im using version 6.0 64bit02:45
blue1neildugan: I had problems with getting dd to work with a raspberry pi image - ddrescue worked for me.02:45
blue1YMMV applies02:45
Bashing-om" is it that the code looks for the name as referenced in /etc/hostname ?02:45
ZaZaGXhi02:50
neilduganwhat does the 'live-server' download type do?02:50
sarnoldneildugan: it's just another way to install ubuntu https://help.ubuntu.com/lts/serverguide/installing-live-server.html02:53
neildugansarnold, ok02:53
neilduganis there a link I can download 18.04.01 from ... all I can find is links for 18.04.202:54
blue1neildugan: probably not02:55
Bashing-omneildugan: Yup ! See: http://old-releases.ubuntu.com/releases/18.04.1/ .03:02
neilduganBashing-om, thanks03:03
blue1Bashing-om: thanks -- I didn't know that.03:03
Bashing-omneildugan: blue1 : Glad to help :)03:05
sarnoldneildugan: be careful with those, the apt in them was vulnerable to a mitm attack https://justi.cz/security/2019/01/22/apt-rce.html03:09
Bashing-omsarnold: Assigned CVE-2019-3462 - is apt not now patched ? for my edification :D03:15
sarnoldBashing-om: it is, and the fix is on the 18.04.2 disc images, but not the 18.04.1 disc images03:16
Bashing-omsarnold: ouch ! thanks !03:16
UblxWhen I am running speedtest-cli I get a download speed of 0.00 Mbit/s. Is that possible? I am connected over WLAN to a router of Vodafone Kabel Deutschland (cable connecion original made for TV signals, Germany).03:21
the_actorhi guys!03:46
neilduganblue1, Bashing-om , so far I haven't been able to get 18.04 or 18.04.2 or 19.04 to boot03:51
sarnoldneildugan: rpi?03:52
Bashing-omneildugan: Verified the download ? How did you make the image ? verified the image ?03:52
sarnoldneildugan: I got the live server image to work on my rpi3b no trouble03:52
neildugansarnold, no a full amd64 motherboard.03:53
sarnoldneildugan: d'oh. I wonder what I was remembering..03:53
neilduganBashing-om, I did verify some of the images before coping to the USB drive the 18.04 give the "isolinux.bin missing or corrupt" error the 19.04 says "invalid kernal command"03:55
neilduganBashing-om, I created the images by useing dd to a USB flash drive03:58
Bashing-omneildugan: I would take "isolinux.bin missing or corrupt" as the truth in that the image is corrupt . Got another machine that you can try and boot with that USB ?03:58
Bashing-omneildugan: " sudo dd if=/path/to/iso of=/dev/sdX bs=4M && sync " is the command you ram to make the image ?04:01
neilduganBashing-om, the 'sync' seems to be the missing piece it seems to be booting now... that was about 2 hours wasted.04:15
Bashing-omneildugan: :) - the sync is just to make sure the buffer is written out - else wait a long time to make sure the write completes :)04:16
neilduganBashing-om, I did notice it took a while.  Now I can see if I can repair the grub.04:17
purplex88does htop display total cpu? i only see usage of processes but not overall05:20
litheumi'm on bionic and denyhosts isn't doing anything to a fail to authenticate from a remote host a whole bunch of times. it's configured to monitor /var/log/auth.log and i can for sure my failed auth attempts there, but it never seems to make note of it in /var/log/denyhosts or update /etc/hosts.deny or block anything05:33
litheumi see plenty of entries in /var/log/auth.log along the lines of ''sshd[19307]: Connection closed by authenticating user root 206.189.65.3 port 47102 [preauth]'' from my cloud vm *shrug*05:39
anibicHi, is there any channel for opera android ?05:50
anibicmy client cannot list any existing channel05:50
anibicIs there any VPN option for opera android ?05:52
neildugancan you mount a stopped lxc container image and read its filesystem06:00
=== macroprep_ is now known as macroprep
=== macroprep_ is now known as macroprep
KalElWindows 10 allows one to "Add Mirror" to logical volumes (i.e. software implementation of RAID-1). If I do that, will these drives still be readable by Ubuntu?06:18
bryanroderyckhello ubuntu , im having problem to install ubuntu  19 on my laptop dell n5010 does someone know why?07:00
bryanroderyckthe 64 bit version only have problem, the 32  bit works well.07:02
LaserAllan_Hey, I'm still trying to get my ultrawide monitor to work with Linux. I ended up updating the Intel drivers. Which didn't fix the issue. Any ideas?07:04
ikoniaLaserAllan_: be helpful if you explained what version of "linux", what the problem is beyond "not working" and how you updated the linux drivers07:06
LaserAllan_Oh sorry07:07
bryanroderyckcan someone help me ?07:07
guivercbryanroderyck, ubuntu 19? do you mean 19.04?  and what 32bit version do you mean works well?07:08
LaserAllan_I'm using Ubuntu 1804, I added the PPA ppa:oibaf/graphics-drivers. The monitor in question is the Dell u4919dw and it has a resolution of 5120*1440. However, I can't seem to go any higher than 4840"1080, if I do it'll basically not give me any desktop but I still have signal.07:09
bryanroderyckguiverc, yes the 19.04 does boot from usb, the ubuntu 16.04 32 bit work well on th dell n5010.07:10
ikoniaLaserAllan_: so have you looked at the requirements for that resolution eg: does it require anything special to get that resolution, eg: on nvidia, it may need g-sync,07:12
ikoniaLaserAllan_: have you looked at the xorg logs to see what happens when you set it to a higher resolution, what does the display server think/say it's doing07:13
guivercbryanroderyck, did you check-disc-for-defects (to ensure ISO download & usb/cd/dvd write was perfect)?07:13
LaserAllan_ikonia: not as far as I know. I installed Windows and there it works. So it's not related to that07:13
ikoniaLaserAllan_: that means nothing07:13
ikoniaLaserAllan_: the windows drivers are actually different than linux and the display server works in a different way07:14
LaserAllan_ikonia: I looked at that this morning. There were no xorg logs in /var/log07:14
LaserAllan_Alright then I'll discard that then07:14
ikoniaLaserAllan_: so there is no Xorg.0.log or anything like that in /var/log07:14
LaserAllan_That's correct07:15
ikoniaLaserAllan_: there is also the local session log in $HOME/.local/share/xorg07:15
LaserAllan_ikonia: I haven't looked there yet. I'll do that when I get home.07:15
LaserAllan_ikonia: I'll get back to you on that when I get home. It'll sadly be about 11 hours. I should also say that I'm using USB-C from the screen.07:17
=== bleb is now known as bleb_
tomreynLaserAllan_: if you can attach the screen via classic hdmi or displayport rather than usb-c this may be worth a try (if only to reduce complexity a little). also try without PPAs, with !HWE kernel *and* X, with a 19.04 live iso, with xwayland, or with this alternative PPA https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa (though versions and packages look quite similar to oibaf's)08:06
tomreynbut indeed, check logs first of all.08:06
tomreynjournalctl -b    returns the full system log since the latest boot (q to quit), including X logs. you may note that X starts twice, one time for the login manager, another for the actual desktop after login.08:07
=== imsurit_ofc is now known as imsurit
FuraiHey, is there a way to disable completely this ubuntu 19.04 update check? The option in software properties seems to have no effect at all.08:19
FuraiI'm updating my system everyday anyway, via cmdline.08:19
tomreynFurai: software-properties-gtk --open-tab=2    -> Automatically check for updates: never.      You could uninstall (purge) update-notifier-common, but this would also remove several other packages. and there may be a better approach.08:30
Furaitomreyn, that's exactly when I have changed it to never.08:31
FuraiAnd when I update I never just leave `apt update` hanging without actually installing.08:31
tomreynFurai: oh you said the setting has no effect, sorry, still waking up here.08:32
FuraiUnless it works and this is just the update notifier and the update check happens somewhere else.08:32
FuraiLike in some on init scripts when booting up.08:33
FuraiDunno, really it's just annoying to see that pop-up, that's all. Nothing serious.08:33
FuraiAnd it's only annoying cause I'm handling updates myself.08:33
tomreynon 18.04.2, there are two systemd timers for apt which also trigger apt hooks.08:34
tomreynapt-daily.timer + apt-daily-upgrade.timer08:34
tomreyn(according to systemctl list-timers)08:35
Furaihmm08:35
tomreynpersonally i install security updates automatically (no prompt), have the system prompt me about non security updates once a week. that's not annoying.08:36
tomreynthat's on a desktop08:36
tomreyn"/lib/systemd/system/apt-daily.service" runs "/usr/lib/apt/apt.systemd.daily update". "/lib/systemd/system/apt-daily-upgrade.service" runs "/usr/lib/apt/apt.systemd.daily install"08:39
tomreynFurai: so i guess that if you disable Update-Package-Lists in /etc/apt/apt.conf.d/10periodic (which would be equivalent to running 'sudo apt update') you'll get no notifications.08:42
Furaitomreyn, thanks, let me check that. I remember editing some post "apt update" hook which was triggering update notifier.08:43
FuraiBut for sure I haven't touched the periodic ones.08:43
FuraiAnyway, this is counterintuitive like with whole linux world. The GUI is just an afterthought to everything below. You'd expect it to actually work when you just choose "never".08:44
FuraiUh, I had that disabled. I remember looking at that file.08:45
tomreynFurai: see also bug 183422608:49
ubottubug 1834226 in software-properties (Ubuntu Eoan) "update-notifier doesn't respect "automatically check for updates: Never"" [High,New] https://launchpad.net/bugs/183422608:49
tomreynfixing this seems to be in the works08:50
tomreynthe id-... tag added there refers to a canonical task tracker, i think08:50
tomreynFurai: and yes, bugs can be counter intuitive, both in the linux world and elsewhere.08:51
tomreynif you'd prefer a more polished user experience, use LTS releases08:52
FuraiMkey, will subscribe to that issue and click that it affects me.08:53
Furaiwill give it some "importance" points.08:53
FuraiWent from 8 to 20.08:54
tomreyn22 now ;)08:54
Furaihaha, thanks08:54
blackflowBionic/LTS suffers from the same problem, and this issue has already been filed in the past.08:56
tomreynFurai: generally, when you are certain something is a bug, please do look for bug reports, and, if there is none, report it (using ubuntu-bug PACKAGENAME). that's how we can support the developers in supporting us.08:57
Furaibug 1832882, this one is also kind of annoying, but since I've just switched to web based spotify and I'm ok with it.08:57
ubottubug 1832882 in curl (Ubuntu Disco) "libcurl-gnutls segfaults spotify client" [High,Confirmed] https://launchpad.net/bugs/183288208:57
FuraiAnd what if application crashes? There's not much documentation on using apport or whatever it was.08:58
FuraiWhoopsy?08:58
FuraiCan't remember.08:58
tomreynwhoopsy is almost fully automated, should just show this prompt you know by default.08:59
FuraiUnless in privacy I have checked something that forbids my system to send data to ubuntu...08:59
FuraiWhich I might have.08:59
tomreynright08:59
FuraiAnyway, tutorial really wouldn't hurt.09:00
tomreyn!bug | Furai09:00
ubottuFurai: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.09:00
FuraiThanks.09:00
tomreynyou'll find a lot of documentation (sadly some is outdated) on help.ubuntu.com and wiki.ubuntu.com, also with a web search.09:01
FuraiYeah, I think I saw this one, tried following it but was confusing/outdated.09:02
FuraiI can always go and start new bugreport on launchpad09:02
FuraiBut what's good it is if I don't have any data to support my claim?09:02
FuraiOh, and recently I've talked my older brother try Ubuntu during the time when his macbook is being fixed.09:03
FuraiThe biggest complaint from him was lack of hibernation09:03
tomreynthis data is not just needed to support your claim but for developers to analyze the situation and understand what the root cause is09:04
FuraiOverall he said that system made a long way since the last time he tried it.09:04
FuraiBut even things like connecting bluetooht devices or using wireless printer were giving him a hard time.09:04
Furaitomreyn, yeah I'm aware of that. I'm kind of developer/more of a support guy for our games.09:05
FuraiSo I know the pains of bad bugreports.09:05
Furais/bluetooht/bluetooth/09:05
tomreynhibernation is generally supported. it doesn't always work, thoough, mostly due to firmware bugs (where the firmware doesn't exhibit its full functionality to non windows systems) and also due to a secure boot hen and egg problem.09:06
tomreynconsider using suspend (to ram) instead.09:06
FuraiHe said that the only solution he found was to compile kernel. No idea really what he was looking for. Was mentioning having to resize swap and so on.09:07
FuraiAnd to be honest that's really outside of capabilities of normal everyday user.09:08
geirhaiirc, hibernation is enabled for certified systems, while on others, you have to enable it yourself and pray it works09:09
tomreynFurai: what works well anhd what does not is still very dependant on hardware (part) manufacturers interest in supporting and testing linux. and while your brothers' experience seems worse than the average - there can be things which need some manual tweaking.09:09
Furai"certified systems" ?09:09
Furaitomreyn, yes, he's aware of that.09:10
cfhowlett!hcl | Furai09:10
ubottuFurai: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection09:10
tomreynFurai: point him to https://iam.tj/prototype/enhancements/Windows-acpi_osi.html09:10
FuraiIt just sucks that Linux is 2nd grade citizen.09:10
FuraiAnd how regular user is even supposed to find those articles?09:11
FuraiI've been on Freenode for years. I know I can usually just ask question and find my answers.09:11
FuraiSearching the net for someone inexperienced might be futile or lead to documents that are hard to follow or risk losing data if done wrong.09:12
FuraiAnyway, enough /rant.09:12
tomreynwe can always discuss in #ubuntu-discuss09:13
FuraiWe all know how the things are. And whining about won't fix things.09:13
FuraiI love linux and I won't ever go back on it.09:13
=== Koopzington is now known as Koopz
FreeBDSMwhat should have been the effect of enabling DRM KMS?10:20
FreeBDSMarch wiki said that switching between terminals (ctrl+alt+f2 ... f7) should become faster and that ctrl+alt+f2 terminals should have better resolution10:21
=== imsurit_ofc is now known as imsurit
BluesKajHi folks11:59
gokhanihi folks, How can we configure iscsi volumes on ubuntu 18.04.2 LTS live server ? There is no selection like Configure ISCSI volumes ? I need help12:02
lotuspsychjegokhani: welcome, you might have more luck in #ubuntu-server for that12:04
gokhaniok thanks lotuspsychje12:05
ryuoFreeBDSM: it's talking about the old days when switching between X and VCs were slow because the kernel wasn't in charge of modesetting, so there was a long pause where control switched from the X driver to the kernel and vice-versa.12:15
ryuoFreeBDSM: afaik you can still see this with some drivers like the nvidia driver, which still lacks KMS afaik.12:16
ryuoFreeBDSM: nowadays the switch is nearly instantaneous for all effective purposes.12:17
ryuothough there's still a very brief pause.12:17
FreeBDSMryuo: well, it takes 1-2 sec for me12:18
FreeBDSMeven more like 312:18
FreeBDSMand yes, nvidia driver here12:19
ryuook, well that probably explains it.12:19
ryuoKMS is primarily for the open source drivers.12:19
ryuoIntel / Radeon being the primary users.12:20
FreeBDSMbut I've enabled nvidia nvidia_modeset nvidia_uvm nvidia_drm in initramfs and following https://wiki.archlinux.org/index.php/NVIDIA#DRM_kernel_mode_setting added `nvidia-drm.modeset=1` kernel param to grub12:20
FreeBDSMarchwiki says 'nvidia 364.16 adds support for DRM (Direct Rendering Manager) kernel mode setting'12:21
ryuoDo you have a new enough version?12:21
FreeBDSMweird that I have nvidia-compute-utils-415, nvidia-dkms-415 and nvidia-kernel-common-415, the rest of the packages are -43012:22
FreeBDSMah, they have status 'rc', not 'ii'12:22
ryuook.. are you sure you bundled the kernel modules in the initramfs? ARCH uses a different system.12:23
ryuotheirs is called mkinitcpio.12:24
ryuochanges to grub also necessitate regenerating the config.12:24
LaserAllan_tomreyn: Allright, how do how do enable the HWE kernel?, iI notice its running the generic kernel12:24
LaserAllan_tomreyn: Ill get back to you with this tonight :)12:24
tomreyn!hwe | LaserAllan_12:25
ubottuLaserAllan_: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack12:25
LaserAllan_tomreyn: oh, so its that imple12:26
LaserAllan_I will give that a go12:26
LaserAllan_I also read somwhere that i can try to update the Intel drivers12:26
tomreynLaserAllan_: you did so by using the PPA. but you should probably not mix the PPAs with HWE12:27
LaserAllan_tomreyn: Allright I will try HWE first then12:27
tomreynLaserAllan_: and first of all, again, review your logs with the standard or HWE kernel.12:27
LaserAllan_should it be as simple as veryfying if it has changed after installing the HWE kernel then?12:28
LaserAllan_Hopefully that solves it12:28
LaserAllan_I am also not sure that HDMI cna push 5120x144012:29
tomreynhmm me neither, that's something you should probably read up on, too12:31
LaserAllan_tomreyn: so far I haven't really read any issues12:32
LaserAllan_tomreyn: but windows can push 5120x1440 SO, there is no doubt that USB-C can do that....I haven't tried this with HDMI. But I will start to install the HWE kernel when i get home12:33
LaserAllan_Hopefuly that helps12:33
tomreynhttps://en.wikipedia.org/wiki/HDMI#Refresh_frequency_limits_for_standard_video says hdmi 2.1 supports 5120 x 2880 (5K)12:33
LaserAllan_I will report back :)12:33
LaserAllan_tomreyn: I am not sur eif my laptop (Lenovo T480) has HDMI 2.112:33
tomreynyou will see12:34
LaserAllan_Yup12:36
LaserAllan_I iwll however install HWE Kernel tonight and we'll see how it all goes12:36
JonelethIrenicusmystery solved13:20
RochvellonI've got a problem. there is somewhere a trigger in my system (desktop, xfce, 16.04) that let crackle my audio periodically and if xfce4-volumed is active the osd volume appears then. what could it be? this behaviour appeared the first time as I pressed the volume up or down on my old keyboard but it happens with my new keyboard too13:20
JonelethIrenicusthe usb stick was just a microcontroller meant to use the windows key + r to run a web browser and launch a site13:20
leeijawhi, everyone, I just did `sudo apt upgrade` today and it upgrades firefox.13:24
leeijawHowever after the upgrade, I cannot switch input method as I did before.13:25
leeijawIn the text field of a website, I cannot switch input method.13:25
leeijawI used to use super+space to switch input method.13:25
leeijawI can still switch when the cursor is on the address bar or search  bar.13:26
leeijawbut not on the text field inside a website.13:26
leeijawI tried several things. One thing I found out is that if I press super+space super+space twice, I can switch.13:27
FreeBDSMryuo: I did add those 3 modules to `/etc/initramfs-tools/modules`, then did `sudo update-initramfs -k $(uname -r) -c`, then added `nvidia-drm.modeset=1` kernelparm to grub and did `sudo update-grub`13:27
TJ-leeijaw: is that only affecting Firefox? Which firefox version/package? which ubuntu release?13:28
leeijawOr super+c super+space also works, but super+space alone no longer works.13:28
leeijawYep only firefox13:28
leeijawfirefox/bionic-updates,bionic-security,now 68.0+build3-0ubuntu0.18.04.113:28
leeijawfirefox:amd64 (67.0.4+build1-0ubuntu0.18.04.1, 68.0+build3-0ubuntu0.18.04.1)13:29
leeijawAt least, the previous version doesn't have the problem.13:29
leeijawTJ-:13:30
leeijawI guess it has to be related to the super key.13:31
leeijawI'll to bind the action to another hotkey and see if the problem persists.13:31
FreeBDSM[drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver;      resource sanity check: requesting [mem 0x000e0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000e0000-0x000e3fff window];      caller os_map_kernel_space.part.9+0x6d/0x80 [nvidia] mapping multiple BARs    - what do these mean (from dmesg)?13:32
TJ-leeijaw: I'm on the same versions here and Super+Space works correctly (I tested in the DuckDuckGo search box)13:32
leeijawTJ-: I tried to bind it to ctrl-space, it works but not super+space13:33
TJ-leeijaw: is something else grabbing the Super key I wonder?13:33
leeijawTJ-: I am using fcitx, what input method framework are you using?13:33
TJ-leeijaw: ibus13:34
TJ-13:34
TJ-yes, and it works here ^^^ emoji method13:34
leeijawibus has always been working very wel with the rest of the system but its functionality is limited.13:34
leeijawMine is fcitx, it only has the problem on firefox website text field but not on any other software I found so far.13:35
leeijawI even tried Google Chrome, it works. Only firefox exhibits this problem.13:35
TJ-leeijaw: is it any web-site or just a few you've tested?13:36
TJ-leeijaw: does it fail on paste.ubuntu.com for example?13:36
leeijawI tried google, baidu, wikipedia, and many others.13:37
leeijawI'll try it.13:37
leeijawTJ-: Yes, it fails as long as it is inside the web page.13:38
=== jmcgnh_ is now known as jmcgnh
TJ-leeijaw: not sure what is going on there. Try creating a new user account and testing from that - that will help determine if it is a per-user issue, or system-wide13:43
leeijawTJ-: I could work around this problem by binding the hotkey to ctrl-space, but I am a heavy Emacs user, and C-SPC is a really important key in Emacs. Maybe I could just get used to press super-space twice to switch input method, a little inconvenience though.13:43
TJ-leeijaw: if it works when you press it twice, that's like in nested tmux having to do Ctrl+B, Ctrl+B -- is there a Firefox addon that is handling Super+Space... have you tested Firefox in Safe mode?13:45
leeijawI'll try safe mode first and then another user account next.13:46
leeijawSafe mode doesn't work.13:48
TJ-leeijaw: have you installed any other software or made config changes recently that could be related?13:55
leeijawAll I did was `sudo apt upgrade`13:55
cfhowlettI suggest you do apt full-upgrade13:55
leeijawI didn't install any new software or addon.13:55
leeijawcfhowlett: The output of `full-upgrade` is the same as plain `upgrade`.13:59
TJ-leeijaw: silly question but, if you had both fcitx and ibus were enabled, could they both be trying to consume super+space (I know in ibus it can be set on a per-application basis)14:02
iorialeeijaw, if the problem is FF, i'd try a 'refresh'14:19
leeijawTJ-: The funny I found out is that after I created new account, I cannot even get fcitx working.14:20
TJ-leeijaw: time to kick the machine :D14:21
leeijawI upgrade my computer from 16.04 January this year, and all the configuration is migrated from the previous release.  Maybe fcitx doesn't work well with gnome 3, the new desktop environment for 18.14:22
TJ-leeijaw: I've not used Gnome for 10 years so wouldn't surprise me14:22
leeijawMaybe I need to reconfigure the fcitx from scratch and see if this is also a problem with my installation of fcitx.14:24
cfhowlettleeijaw, baidu?14:30
leeijawcfhowlett: yep, I use  bing and baidu as my secondary search engine.14:34
cfhowlett!kylin | leeijaw guessing from that info and you nick that you're Chinese.  Seen this?14:34
ubottuleeijaw guessing from that info and you nick that you're Chinese.  Seen this?: Ubuntu Kylin is a variant of Ubuntu that focuses on Chinese users. It is an official part of Ubuntu. For more information, see http://www.ubuntukylin.com/14:34
cfhowlettmight be worth testing to get past your current problem14:35
leeijawAh, I am interested in plain Ubuntu and set it up to my liking.14:36
leeijawmore interested14:36
cfhowlettfair enough14:36
cfhowlettleeijaw,  you said  18.04 yes?14:38
cfhowletthttps://www.pinyinjoe.com/linux/ubuntu-18-gnome-chinese-setup.htm14:38
leeijawYes, 18.04. I upgraded my PC from 16.04 to 18.04 this Jan.14:39
leeijawI waited for one year to move and hope everything will be smoother a year later.14:40
cfhowlettvery wise.14:40
rapidwaveUbuntu has built-in features to automatically check my email and just let me know I have new (including sender and subject)?14:52
pragmaticenigmarapidwave: Typically if you are using an e-mail client like Thunderbird, it will trigger a toaster notification when new messages arrive. There might be an app that you can install that would handle just the notifications, but I'm not aware of any14:55
leeijawTJ-: After several rebooting and experimenting with my new user account and also tried login with Unity, my conclusion is that this is due to poor integration of fcitx into the new Ubuntu desktop environment.  Under Unity, I can set the keybinding using system setting. The fcitx configuration panel also has its own place to set the key.  Under unity, I can set them to different keys and both of them worked well. Under the new desktop env15:25
leeijawironment, only the key set with fcitx configuration panel works and only if that key is different from the system key binding.  In order to use super+space to switch input method under new desktop environment, I have to unset the system keybinding, and it works well on every software I installed, except on the webpage area (any site) of the newly  upgraded firefox.15:25
triblyi'm running ubuntu 18.04.1 lts with the kernel 3.10.107. is there any repository providing the perf linux-tools for that kernel? i need the 'perf' module15:26
lordcirthtribly, why not 18.04.2?15:27
pragmaticenigmaI'm concerned by the really old kernel version15:28
lordcirthtribly, yeah, how did you get 3.10 on 18.04.1? The LTS kernel package?15:28
triblyusing version provided by odroid. i'm using an odroid-c1+15:29
lordcirthtribly, so, not actual Ubuntu. odroid's Ubuntu remix isn't supported here.15:30
leeijawTJ-: Even under unity, I cannot switch input method using super-key smoothly on the new firefox.15:32
triblylordcirth: so what would be the solution, if i weren't using odroid?15:33
lordcirthtribly, the solution would be "use a supported kernel".15:41
triblythat's not really a solution15:44
lordcirthYes it is.15:45
lotuspsychjetribly: we only support, supported kernels here15:45
lordcirthSometimes the answer is "don't do that".15:46
triblyi have to do that. so no, that's not a solution15:46
pragmaticenigmatribly: The volunteers here are only able to support the officially release Ubuntu flavors and software found in the preinstalled repositories. There are many projects that base themselves off of Ubuntu, and those that do are responsible for providing their own support network. The volunteers here do not have the necessary documentation to support derivatives of Ubuntu. There are significant changes (as in your case a very old15:47
pragmaticenigmakernel being supplied) that just isn't possible to support in this forum.15:47
lordcirthtribly, you have to do that because you are on odroid. If you were on Ubuntu, you presumably wouldn't need 3.10.15:47
tribly"presumably wouldn't", exactly. you don't know what i need, or why. but thanks for the 'help'15:54
leftyfbtribly: you're asking for support in #ubuntu when you're not running Ubuntu. You're running a fork of Ubuntu. Seek support from whoever forked and modified the OS.15:55
TJ-tribly: you can build it yourself based on https://wiki.odroid.com/odroid-c1/os_images/ubuntu/v3.015:56
p0aHello15:59
Surfer2011hello, how can i start this in a systemctl on boot on ubuntu     screen -dm -S minecraft /opt/minecraft/ServerStart.sh15:59
lotuspsychjep0a: welcome, what can we do for you?16:00
Surfer2011for some reasons this needs root? or sudo user privs!?16:00
p0aI installed (apt-get) something from a custom sources.list file and then deleted the line to restore my sources.list. Now apt-get says the packages I installed are no longer needed. Did I make a mistake?16:00
leeijawTJ-: https://github.com/LeeiFrankJaw/ConfRepo/blob/master/user-phrases.txt I used to maintain a  personal phrase list for ibus, it was such a painful process. That was the reason I moved to fcitx. As an input method, IBus is way behind state of art tech, like IMEs from 90s, 00s at best. I might give it second try now and see if there is any improvements.16:00
lotuspsychjep0a: can you pastebin us your sources.list please?16:01
p0alotuspsychje: it is the usual now16:01
p0alotuspsychje: do you want to see the line I added?16:02
p0alotuspsychje: deb https://crawl.develz.org/debian crawl 0.2316:02
lotuspsychje!sources | p0a16:08
ubottup0a: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.16:08
lotuspsychjep0a: sometimes apt does autocleanup of packages that are not needed anymore, maybe its not related?16:09
p0alotuspsychje: yeah! thank you16:14
lotuspsychjeSurfer2011: can the section, create systemd file help? https://linuxize.com/post/how-to-install-minecraft-server-on-ubuntu-18-04/16:14
Surfer2011not sure ... because i have a ServerStart.sh script ... which is calling the jar file with java works perfectly16:16
Surfer2011but 1.) i want to start it in a detatched screen so i can "log into the server console" without stopping and starting the server16:16
Surfer2011and 2.) it seems like i need sudo privs if i own ALL the files in the minecraft dir by this so called minecraft user16:16
Surfer2011so i now owned all by my system "root" user16:17
ioriaSurfer2011, https://gist.github.com/justinjahn/4fe65b552b0622662420928cc8ffc7c016:17
Surfer2011ioria: i saw this allready but it has some WorkingDirectory=/opt/minecraft/instances/%i   for ? different servers in it which i don't need and can't get figured out how to remove it16:18
Surfer2011and 2nd i have a bash script to start my server16:18
ioriaSurfer2011, 1) you probabli can skip the wd 2) just replace the line with the script ?16:19
Surfer2011not working because i supposingly does not find the jar file that is called by the script16:20
Surfer2011one sec i will put it in pastebin16:20
Surfer2011https://pastebin.com/yi3ghtfD16:23
Surfer2011error with the systemctl file and the serverstart script16:23
Surfer2011and ... the systemctl asks me for my userpsw. once i start it as u can see16:24
Surfer2011would be great to fix this16:25
tomreynSurfer2011: this is not something we can fix here, this is not software which is part of ubuntu16:25
ioriaSurfer2011, are you sure there is a 'forke' type ?16:26
Surfer2011to me it's a systemctl problem (syntax i got wrong or s.t.?) since <<screen -Dm -S minecraft /opt/minecraft/ServerStart.sh>> works fine ... but i want it as autostart on boot16:27
ioriai think is 'forking'16:28
Surfer2011i just found that ... great (y)16:28
Surfer2011now what about my user psw? any idea to remove that so it can autostart?16:29
ioriaSurfer2011, are in the link i posted, you probably need a user “minecraft” without homedir and without password16:34
Surfer2011tryed still asks me for my main user psw16:35
lotuspsychjeSurfer2011: doublecheck here perhaps: https://linuxconfig.org/how-to-setup-minecraft-server-on-ubuntu-18-04-bionic-beaver-linux16:36
Surfer2011no :-(16:39
Surfer20111st does not work and 2nd still asking for auth.16:39
Surfer2011the "only" difference is16:40
Surfer2011ExecStart=/usr/bin/screen -Dm -S minecraft ServerStart.sh   insttead of their java ....16:40
=== im0nde| is now known as im0nde
lotuspsychjeSurfer2011: did you try a reboot yet after all your configurations?16:46
Surfer2011yes but rebooting again16:47
litheumi'm on bionic and denyhosts isn't doing anything to a fail to authenticate from a remote host a whole bunch of times. it's configured to monitor /var/log/auth.log and i can for sure my failed auth attempts there, but it never seems to make note of it in /var/log/denyhosts or update /etc/hosts.deny or block anything16:59
litheumi see plenty of entries in /var/log/auth.log along the lines of ''sshd[19307]: Connection closed by authenticating user root 206.189.65.3 port 47102 [preauth]'' from my cloud vm *shrug*16:59
tomreynit appears this package is essentially unmaintained17:13
litheumyikes. do you have any recommendation or preference for something to block hosts who are spamming ssh connection attempts?17:14
pragmaticenigmalitheum: My solution is to run SSH on a port other than 2217:18
tomreynlitheum: different port than 22 and only allow public key authentication. if that's not an option, use fail2ban with iptables (ipsets)17:19
Surfer2011still no success ... https://pastebin.com/mdK14zNr  ... it seems like it is running, but the server is not accessable nor the screen windows17:25
lotuspsychjeSurfer2011: did you try nmapping your ip adress already, see if its port is running and open?17:26
Surfer2011i can reach the server if i start it by hand without the systemctl so that is not the problem17:26
ioriaSurfer2011, screen -x minecraft17:28
Surfer2011--> There is no screen to be attached matching minecraft.17:28
lordcirthSurfer2011, what user is the minecraft service running as?17:30
lordcirthIt looks like it might be root?17:30
Surfer2011in the conf file it is setup as minecraft17:31
Surfer2011User=minecraft17:31
lordcirthSurfer2011, you mean in /etc/systemd/system/minecraft.service?17:31
Surfer2011yes17:31
Surfer2011but i logged in as dom (main user)17:32
lordcirthSurfer2011, so, you are trying to attach it while you are 'dom'. switch to the 'minecraft' user17:32
lordcirthsudo -u minecraft screen -r minecraft17:32
Surfer2011There is no screen to be resumed matching minecraft.17:33
Surfer2011https://pastebin.com/tbsAGjX6  (/etc/systemd... file)17:35
sarnoldSurfer2011: what's that $?17:36
sarnoldSurfer2011: shouldn't there be a minecraft.jar or something on that line?17:36
CStafford-14Hey guys! I'm trying to install Ubuntu alongside Windows 7, but the option to install them alongside each other doesn't show up, even though it detects Windows 7. Anything anyone can suggest?17:38
Surfer2011copy paste error17:39
Surfer2011https://pastebin.com/rMTfPj3T17:39
lotuspsychjeCStafford-14: did you make space for ubuntu to install in front?17:39
lotuspsychje!dualboot | CStafford-1417:39
ubottuCStafford-14: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot17:39
CStafford-14Nope, I need to know how to.17:39
lotuspsychje!uefi | CStafford-14 see also (if your system is uefi)17:40
ubottuCStafford-14 see also (if your system is uefi): UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI17:40
CStafford-14I am running a live session of Ubuntu right now17:40
CStafford-14I'm not sure how to tell if UEFI is supported. I don't think it supports it17:42
CStafford-14My device, that is.17:42
tomreynCStafford-14: this comand, when run in a Terminal window, would tell you how this system booted (currently):    echo -n 'This system booted via: '; [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS17:44
Surfer2011lordcirth: any idea why this is doing strange things? ... where am i doing something wrong17:44
tomreynCStafford-14: and this one would (ideall) tell you which hardware you have there exactly (so you can check on the web as to which boot modes (UEFI/BIOS) it supports): journalctl -b | grep 'DMI:'17:45
lotuspsychjeCStafford-14: not that its our business, but note that w7 will also go eol end of the year, maybe ubuntu singleboot?17:45
CStafford-14I need to have windows so I can run MS Office.17:45
CStafford-14Also, it says it's booted in BIOS17:45
lotuspsychjeCStafford-14: ok, then you can deny the !uefi part17:46
litheumtomreyn: hah, i had already disabled PasswordAuthentication, and the result is that a failed connection to a user that *does* exist just results in a "Connection closed by authenticating user root ... port 51202 [preauth]" message, which fail2ban can't really match on17:47
CStafford-14Ok, what should I do to install Ubuntu to boot via BIOS?17:47
CStafford-14Or can it only do UEFI?17:47
lotuspsychjeCStafford-14: read the !dualboot factoid i provided, its explained howto17:48
Surfer2011sarnold: u got an idea?17:49
CStafford-14I did, but that page is outdated. Should I try to install an earlier version of Ubuntu instead?17:49
lordcirthSurfer2011, "sudo -u minecraft screen -r minecraft" didn't work?17:49
lotuspsychjeSurfer2011: ddi you try nmap yet? see if its running or not?17:49
sarnoldSurfer2011: aha; glad it was just a typo. do you get any error messages in journalctl?>17:49
Surfer2011no error in journalctl17:50
Surfer2011sudo -u minecraft screen -r minecraft --> There is no screen to be resumed matching minecraft.17:51
lotuspsychjeCStafford-14: the wiki's principles are still the same, usually users that dualboot, create a partition from within windows, to use for ubuntu, dualboot17:51
Surfer2011nmap i will try now17:51
Surfer2011no port is used besides ssh17:52
CStafford-14Yes, but the instructions don't match what I'm trying to do. For example, it says there should be a button that can resize the partitions; it's not there on my end.17:52
lotuspsychjeCStafford-14: a magic button where?17:52
CStafford-14in the installer17:52
CStafford-14brb17:52
lordcirthSurfer2011, "sudo -u minecraft screen -list" ?17:52
tomreynlitheum: if there's a bug in fail2ban, please report it (if not already reported), too.17:52
Surfer2011lordcirth: No Sockets found in /run/screen/S-minecraft.17:53
tomreynlitheum: by the way, see also the recent updates on bug 161353217:54
ubottubug 1613532 in denyhosts (Ubuntu) "Major upstream version 3.1 released 1 year ago (2015-09) - Python 3 port, security fixes and other improvements!" [Undecided,Confirmed] https://launchpad.net/bugs/161353217:54
Surfer2011sarnold: https://pastebin.com/uYEp47qa17:54
lordcirthSurfer2011, try changing Type=forking to Type=simple, running 'systemctl daemon-reload' and restarting it17:55
lotuspsychjelitheum: we probably didnt ask yet, but is your system up to date?17:55
litheumi gave up on denyhosts and i'm using fail2ban now, fwiw17:56
litheumlotuspsychje: yep, up to date 18.04.217:56
Surfer2011lordcirth: tryed and now i am waiting ^^ ... doing something at least but not able to see more than "=== AUT. COMPLETET==="17:59
litheumthis issue addresses that whole thing, so maybe i'll show up in Ubuntu some day https://github.com/fail2ban/fail2ban/issues/223918:01
Surfer2011lordcirth: not working18:03
lordcirthSurfer2011, anything different in 'systemctl status'?18:03
Surfer2011https://pastebin.com/tbVCJtxa18:04
Surfer2011still no idea why it needs auth. all the time and as far as i understood i need the forking because the "screen" process is starting a java... process18:06
lordcirthSurfer2011, journalctl -xe --unit minecraft18:09
Surfer2011https://pastebin.com/5RAEABtr18:10
kek_hi a friend has an ubuntu web server where he hosts a simple app, apparently at some point the DB connection go lost and later the server crashed and he had to do a manual fsck to get it running again. Was wondering what logs could give me insights on what happened. :)18:15
Surfer2011:-(18:16
SeverdingFallsIs this the correct channel to ask for help with Landscape?18:18
lotuspsychjeSeverdingFalls: landscape think you need to contact canonical for support18:19
SeverdingFallsOk, thank you!18:19
tewardSeverdingFalls: Canonical if it's Landscape SaaS from them... oh they left.18:19
Surfer2011lordcirth: any more ideas? or things i could check on18:19
lordcirthSurfer2011, "sudo -u minecraft -i". Then try launching minecraft.18:25
Surfer2011still not working18:28
Surfer2011no screen in screen list nor an active service18:28
Surfer2011nor a connection by the mc-client18:28
lotuspsychjeSurfer2011: maybe you should talk to the #minecraft or #gamingonlinux guys there might be some experts18:29
Surfer2011ok thanks ... i iwll try ... thanks for the patience18:32
CStafford-14I'm back18:36
lotuspsychjeCStafford-14: where are you at now?18:37
CStafford-14"Select the partition you want to resize and press Enter. "18:37
CStafford-14 This comes up18:38
CStafford-14...18:38
CStafford-14http://u.cubeupload.com/CStafford14/Screenshotfrom201907.png18:40
CStafford-14^ That happens18:40
Surfer2011I dont know if systemd requires a statedir... but it would be the users $HOME ???18:43
CStafford-14?18:43
emOnehow can I tell if my software raid is activated?18:44
LantiziaTJ-, sorry realised we were speaking in here I think18:45
Lantiziait's working anyway :)  just one small snaggle that I didn't anticipate18:45
emOnemdadm -D /dev/md0 gives me the following18:46
emOne      Array Size : 33521664 (31.97 GiB 34.33 GB)18:47
emOne      Raid Devices : 218:47
emOne     Total Devices : 218:47
emOne       Persistence : Superblock is persistent18:47
emOneI have two 2tb disks18:47
emOnewhy is it 32GiB and 34GB?18:47
emOneshouldn't the raid 0 mean it is one 4TB drive?18:48
emOne /dev/md2       3810330016 1850768 3614854880   1% /18:49
emOne /dev/md1           498980   65677     407118  14% /boot18:49
lordcirth!paste | emOne18:53
ubottuemOne: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:53
lordcirthemOne, can you please pastebin 'lsblk -f'?18:53
emOnelooks like md2 has 3.8TB, while /boot only has 407MB18:53
emOnelordcirth: https://pastebin.com/8DNt1UqW18:54
lordcirthemOne, thanks. And what are you trying to do?18:55
Surfer2011lordcirth: could it be that the problem is that the minecraft user has no "perm." on java? ...18:56
lordcirthSurfer2011, I don't know much about java programs18:56
emOnelordcirth: I have ordered a server with two 2TB drives. I have set them up into raid018:56
emOneusing the server OS installer18:56
ZajtAfter I upgraded pip, something happened with the command https://paste.ubuntu.com/p/xm4pKYRbjy/ - how can I fix this now or recover it back to the original?18:56
emOnelordcirth: is it okay that /boot is located on a 400MB partition? I have never used raid before18:57
emOneI thought that I will keep things simple and just put the drives in raid 018:57
sarnoldZajt: try apt-get install --reinstall python-pip18:58
=== subopt is now known as _subopt_in_repos
emOneThis is for my self hosted apps. I understand about the dangers of raid 018:58
lordcirthemOne, I don't think grub can recontruct the kernel from a striped /boot.18:58
Zajtsarnold: Still the same https://paste.ubuntu.com/p/d6X8TrKtmV/18:59
lordcirthI would make a /boot as a normal partition, then raid the rest18:59
emOnelordcirth: how can it not reconstruct the kernel? The machine boots. Or do you mean something else?19:00
sarnoldZajt: dang. maybe debsums -c19:00
sarnoldZajt: .. can you help spot files that are still changed?19:00
lordcirthemOne, is md1 a raid0 or a raid1?19:00
Zajtwhat do you mean with files that are still changed?19:00
emOnelordcirth: raid119:01
lordcirthright, ok. raid1 /boot works.19:01
emOneis 400MB okay or is that an issue?19:01
OerHeksZajt, 1 reinstalled, 0 to remove and 17 not upgraded. .. first properly upgrade please19:02
lordcirthemOne, that should be big enough, if you remember to run 'apt autoremove' occasionally and keep an eye on it.19:02
lordcirthSometimes when updating Ubuntu will keep around more kernels than it should.19:02
Zajtokay how should I upgrade it? I was trying to follow this http://docs.pwntools.com/en/stable/install.html to install pwntools19:02
emOnelordcirth: cool!!!! Thank you so much!!! I am happy to see IRC alive and kicking with enthusiastic people!! Thanks :):):):19:03
OerHeksZajt, interesting, hacking and no clue about update/upgrade19:03
lordcirthemOne, np19:03
ioriaZajt, hash -r pip   and try again19:03
OerHeksioria, maybe those held back updates give a python package too19:05
sarnoldZajt: alright.. how about 'type pip' ?19:07
ZajtThen I got "pip is hashed (/usr/bin/pip)"19:08
ZajtWhat does this mean?19:09
sarnoldwhen you type a bare 'pip', bash will execute /usr/bin/pip directly, bypassing the PATH search that it would perform if it didn't already have the path to pip hashed19:09
sarnoldI wondered if bash was executing /usr/local/bin/pip instead of /usr/bin/pip19:10
sarnoldsomewhere in this giant mess of comments is apparentlyu advice on how to clean up this situation :/ https://github.com/pypa/pip/issues/522119:10
=== im0nde- is now known as im0nde
LaserAllan_tomreyn: this is the kernel19:17
LaserAllan_https://pastebin.com/LiRL6udK19:17
LaserAllan_it doesn't seem like the HWE kernel is loaded though19:17
LaserAllan_this is the output fropm the xorg log19:22
LaserAllan_https://pastebin.com/47iRMRTS19:22
Zajtthanks for the help, solved it now :)19:26
plujonI can't seem to compile a simple example of embedded ruby; Is the ruby-dev package broken?19:26
sarnoldZajt: nice, what did it take?19:27
Zajtpython -m pip uninstall pip19:27
ZajtThat one, and then: sudo apt install --reinstall python-pip19:27
sarnoldcool, thanks! :)19:28
plujonNevermind; the location of the included files has change.19:29
tomreynLaserAllan_: this is X failing to switch graphics modes, maybe as a result of edid data (provided by the moniotr) it is unable to interpret.19:31
LaserAllan_tomreyn: do you know how I should proceed?19:32
tomreyninstall package read-edid, then run    sudo read-edid | parse-edid    and show its output. also that of    xrandr19:33
tomreyni think i previously suggested other actions to take, too.19:33
tomreynthe maximum resolution you reported you were able to set may actually have been those supported by the intel GPU. so maybe you weren't actually using nvidia.19:34
LaserAllan_Well that's good19:35
LaserAllan_Because the main thing is that I want to use my work laptop with the screen :)19:35
LaserAllan_I'll get back to you in a minute, thank you for assisting.19:35
tomreynyou're welcome19:38
LaserAllan_tomreyn: any specific xrandr command?19:38
LaserAllan_Xrandr -q?19:38
tomreynxrandr --verbose |& nc termbin.com 999919:39
LaserAllan_tomreyn:  sudo read-edid | parse-edid that didn't work19:45
LaserAllan_commant not found19:45
LaserAllan_but package was found and installed19:45
LaserAllan_tomreyn: xrandr command has been run19:45
LaserAllan_tomreyn: https://termbin.com/n9hv19:46
RochvellonI've got a problem. there is somewhere a trigger in my system (desktop, xfce, 16.04) that let crackle my audio periodically and if xfce4-volumed is active the osd volume appears then. what could it be? this behaviour appeared the first time as I pressed the volume up or down on my old keyboard but it happens with my new keyboard too19:46
tomreynLaserAllan_: oops that's   sudo get-edid | parse-edid |& nc termbin.com 999919:47
LaserAllan_tomreyn: https://termbin.com/5sdv19:48
LaserAllan_that is a handy utility19:48
LaserAllan_nice to know so that i can use that int e future for any type of command outout :D19:48
LaserAllan_thank you again19:48
tomreynyou're welcome. the parse-edid output doesn't look too good, though.19:49
tomreynbut the xrandr output looks useful19:50
LaserAllan_tomreyn: i just it's possible to solve this :)19:52
LaserAllan_Because my hardware seems compatible19:52
tomreynyou have screen eDP-1 with a max resolution of 8192 x 8192, a connected primary monitor at connector eDP-1 which can apparently do 1920x1080, and a connected secondary monitor at connector DP-1 which can apparently do 5120x1440 (and this mode is also selected for it as preferred and current)19:52
LaserAllan_tomreyn: but what happens when i select the secondary monitor with 5120x1440 is that i get no desktop at all19:56
tomreynLaserAllan_: do you have any PPAs active now? any other customizations? i don't remember your environment.19:57
LaserAllan_tomreyn: It sounds on you that I have 3 screens which isn't really correct, I have one laptop monitor which should max out at 1920x1080 and the Dell externall display at 5120x144019:57
LaserAllan_tomreyn: No, none of that19:58
tomreyn2 monitors, 1 'screen'19:58
LaserAllan_yeah19:58
tomreynso those two minitors were detected fine.19:58
tomreynLaserAllan_: can you post this:   nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "$XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";)19:59
tomreynand this:   sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -qqy update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 </tmp/aptlog; rm /tmp/aptlog19:59
tomreynand this:  journalctl -b | nc termbin.com 999919:59
LaserAllan_sure19:59
LaserAllan_https://termbin.com/dscn20:00
LaserAllan_https://termbin.com/wtan20:00
LaserAllan_https://termbin.com/b0i6820:01
tomreynplease install the pending updates / upgrades, then reboot20:03
tomreynsudo apt full-upgrade20:03
LaserAllan_allreight will do20:06
tomreynthere are newer bios updates avaiable for this system (you current have N1QET81W (1.56 ) 02/20/2019 ):  https://pcsupport.lenovo.com/gb/en/products/laptops-and-netbooks/thinkpad-t-series-laptops/thinkpad-t25-type-20k7/downloads/ds12042920:08
tomreyncontaining cpu related security fixes20:10
LaserAllan_tomreyn: updated, no difference :(20:11
tomreynLaserAllan_: did you mean to say that you installed the pending package updates, rebooted, and there's no improvement in terms of high resolution output on the external screen?20:12
LaserAllan_tomreyn: installed20:12
LaserAllan_didn't even ask for a reboot20:13
LaserAllan_but ill do it anyway20:13
LaserAllan_tomreyn: Correct20:13
LaserAllan_I also downlaoded the linux bios update from lenovo now20:13
LaserAllan_installed that20:13
LaserAllan_I will reboot now20:13
tomreyngood.20:13
OerHeks:-)20:13
LaserAllan_tomreyn: no difference after BIOS update either....20:18
tomreynLaserAllan_: oh you did this, too, good. even if it didn't help with the immediate issue, it was a good thing to do nevertheless.20:19
LaserAllan_tomreyn: Indeed, if i at least can get it work with Intel on this machine then i have  apath to it on my other machine20:20
LaserAllan_which only has intel20:20
tomreynLaserAllan_: so far you were using the open source drivers for nvidia cards, which are very basic, since nvidia doesn't make information available. you should try to enable their prorpietary driver.20:21
LaserAllan_tomreyn: allright, but what about Intel?:)20:21
LaserAllan_but ill see if i can do that20:21
tomreynyour intel GPU is not able to provide the high resolution of your external monitor20:21
LaserAllan_I guess in this case ill have to donwload the drivers and install them20:21
tomreynhttps://www.intel.com/content/www/us/en/support/products/126789/graphics-drivers/graphics-for-8th-generation-intel-processors/intel-uhd-graphics-620.html20:22
tomreynmax resolution 4096x2304@24Hz20:22
tomreynactually 4096x2304@60Hz20:22
LaserAllan_oh...20:22
LaserAllan_so then20:22
LaserAllan_Damnit then20:22
LaserAllan_Well20:22
LaserAllan_Could you look at the T480?20:22
tomreyn!enter | LaserAllan_20:22
ubottuLaserAllan_: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone.20:22
LaserAllan_that is the worklaptop i have that is struggling20:22
tomreynthis is for the T48020:23
tomreynso you have a T480 and another system, what'S the other system?20:24
tomreynah i may have mixed up T470 and T480 there20:25
NikeshHello, I keep getting this error `vim: error while loading shared libraries: libruby-2.3.so.2.3: cannot open shared object file: No such file or directory`. I tried un-install vim and I now have neovim aliased as vim, but I still get this error when I do e.g. `git add --patch` end then try to `e`dit the commit. `sudo ldconfig -v | grep libruby` returns `libruby-2.5.so.2.5 -> libruby-2.5.so.2.5.1` (as well20:26
Nikeshas a few errors like `/sbin/ldconfig.real: Can't stat /usr/local/lib/i386-linux-gnu: No such file or directory` -- Any ideas how I can resolve this?20:26
LaserAllan_tomreyn: T25 is the one i am on now20:27
tomreynLaserAllan_: so this is for the T470 (also known as ThinkPad 25) https://www.intel.com/content/www/us/en/support/products/96551/graphics-drivers/graphics-for-7th-generation-intel-processors/intel-hd-graphics-620.html20:27
LaserAllan_tomreyn: but how can then the USB-C over the intel driver push 5120x1440 on windows20:27
LaserAllan_tomreyn: Yeah, i have a Nvidia Geforce 940M on that so that should be more than enough for the resolution20:27
LaserAllan_tomreyn: I installed the nvidia drivers, i guess i should restart before verifiying20:29
LaserAllan_so ill see if that made any cahnges20:29
tomreynLaserAllan_: how did you install the nvidia drivers?20:31
LaserAllan_tomreyn: Allright so that solved it20:31
LaserAllan_now it says 5120x144020:31
tomreynthe T480 seems to have the same intel GPU, either HD Graphics 620 or UHD Graphics 620 according to https://psref.lenovo.com/syspool/Sys/PDF/ThinkPad/ThinkPad%20T480/ThinkPad_T480_Platform_Specifications.pdf20:32
LaserAllan_tomreyn: nvidia-driver-39020:32
LaserAllan_and then reboot20:32
tomreynthat's a package you installed via apt?20:32
LaserAllan_tomreyn: then how can i push 5120x1440 with Windows.....:(20:33
LaserAllan_At least I think i should be able to push higher with Linux if windows can do that a physical limitaiton shouldn't be something even WIndows can wizzard around20:33
tomreyni don't know how it works, maybe you have the uhd variant and mabe this can run on higher resolutions.20:33
LaserAllan_  Do you recommend i should update drivers for the intel gpu?20:34
tomreynif you look at the specifications i just linked you'll see that you can tell which GPU it is based on the CPU model20:34
LaserAllan_tomreyn: thank you allot for the help, now i just need to make sure i3 can work as intended20:34
tomreyni don't recommend any software changes until it's clear which hardware you're working with20:34
LaserAllan_tomreyn: how do i check in linux which GPU is available?20:36
tomreynlspci -knn | grep -A3 VGA | nc termbin.com 999920:36
LaserAllan_allright20:36
LaserAllan_nice lemme start the machine up20:36
LaserAllan_and thank you :D20:36
tomreynnp ;)20:38
tomreynNikesh: which ubuntu version are you running?20:38
LaserAllan_tomreyn: It Intel HD graphics 62020:39
becoolis it a good idea to not use ubuntu 19 in prod until it reaches LTS?20:40
tomreynLaserAllan_: well, you saw those specifications on the intel website. maybe they are wrong, i don't know.20:40
tomreyn!yy.mm | becool20:41
ubottubecool: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle20:41
becooli see20:41
tomreynbecool: so you mean ubuntu 19.04 or 19.10?20:41
becooleither that doesn't have lts after it20:41
tomreynbecool: right, neither of them will be LTS releases20:42
becoolgotcha, that answers it20:42
tomreynbecool: LTS release are published every other year. the latest was 18.04 LTS.20:42
becoolis it best to only use lts releases in a prod environment?20:42
tomreyngenerally, yes, but it depends on what you produce ;)20:43
becoolsaas apps20:44
tomreyne.g. if you need the latest graphics driver stack then even though updated ones become available in LTS releases you might, in some cases only, prefer the non LTS release.20:44
tomreynSaaS apps is rather unspecific, but i assume you'll be best served with LTS20:44
becoolweb apps*20:44
tomreynuse LTS.20:45
becoolcool will do20:45
abtmhoping someone can help me20:59
abtmwhen I run apt upgrade I get the following error20:59
abtmdpkg error: processing package install-info (--configure)21:01
abtmsubprocess installed post-installation script returned error exit status 12721:02
abtmonly reference I found was to 2010 an issue with grub21:02
abtmsince my grub is installed, I dont think that is it21:03
abtmrunning lubuntu 16.04 lts21:03
Bashing-omabtm: Pastebin the outputs of ' sudo apt update ; sudo apt upgrade ' so we see all in context, please.21:03
abtmthis is annoying21:06
abtmterm lets me copy but I cant paste to leafpad or libreoffice21:06
abtmso I cant give you full output unless I type it :(21:06
tomreynabtm: run tihs, it will post online automatically, so you just need to copy or type the short url:  sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -qqy update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 </tmp/aptlog; rm /tmp/aptlog21:07
Bashing-omabtm: ninja'd by tomreyn :D21:07
tomreynthat's if copy and paste works in *this* direction21:07
tomreyn;-)21:07
abtmh3u821:08
abtmis the code at the end21:09
tomreynabtm: note there are two different clipboards on X. you can also just mark / highlight text using the mouse then just move to where you want to paste it and click middle mouse button.21:09
abtmusing laptop no middle button :)21:09
tomreynok https://termbin.com/h3u821:09
tomreynthe getdeb.net project no longer exists, remove all of its apt sources and packages installed from there21:10
tomreynyou're missing the apt signing key for the dl.winehq.org third party apt repository.21:11
abtmdrat they were useful in upgrading components21:11
abtmright.....21:11
abtmbut that should not cause the error 127....21:11
tomreynprobably not, i'm just moving from top to bottom21:12
tomreynahem looks like i didn't actually catch your error21:13
TJ-tom abtm  to cut short your hunt, it's install-info.postinst script calling update-info-dir which is indexing/writing to /usr/share/info/{,dir}21:13
abtmlet me try to run upgrade again see if error is still present....21:14
abtmerror still present21:14
tomreynTJ-: so what should be done about it?21:15
tomreynplease post the unique characters from the url this returns:  dpkg --configure -a |& nc termbin.com 999921:16
tomreynabtm: ^21:16
abtmt7rh21:16
tomreynah crap, i forgot sudo :)21:16
abtmsorry too literal21:16
abtmlet me run it again as root21:17
abtm:_21:17
abtmjust saw that myself21:17
abtm838i21:17
tomreyn"rem"? :)21:17
abtmno idea21:18
tomreynare you into .bat scripting?21:18
abtmoh shit21:18
abtmI know what the problem is21:18
tomreynuse # instead21:18
abtmits trying to look at the proxy var21:18
abtmyep21:18
abtmsquid quit working21:18
abtmneeded to update first21:18
abtmso I remed out the lines in proxy file21:19
abtm< feel like an idiot21:19
abtmall good thank you21:20
abtmI should have realized21:20
* tomreyn likes to type "ls" on windows cmd.21:20
tomreynso your packages now install?21:21
abtmyep completed21:21
abtmthank you21:21
tomreynyou should probably use    sudo apt full-upgrade   # rather than just "upgrade"21:21
Bashing-omabtm: Sometimes all it takes is to bounce something off someone else :P21:21
abtmwould that not force me to 18.04?21:21
tomreynno, unless your apt sources point are pointing to that21:22
tomreynbut that's not the case21:22
tomreyni suggest you sort out your apt repositories though21:23
abtmthank you again21:24
tomreynabtm: also lubuntu 16.04 is eol21:24
abtmits on my list :)21:24
tomreynhttps://help.ubuntu.com/community/EOL21:24
abtmthats why I am still on 16.04 :)21:25
abtmbut yes21:25
abtmhoping to hold out until 20.0421:25
tomreynyou'Re still on 16.04 because its unsupported?21:26
abtmno its LTS21:26
tomreynflavours choose their own support lifetimes21:26
daxflavors don't necessarily get 5 years of support, it's dependent on the flavor developers21:26
abtmah21:26
daxLubuntu doesn't, it went EOL in April21:26
TJ-depends on which bit of the flavour you're using21:26
dax18.04 is LTS and supported by Lubuntu until 202121:26
abtmthe base os is still supported (Still getting updates)21:26
daxyes21:26
abtmthought that was the entire stack....21:27
daxthe link tomreyn gave has details broken down by version and flavor, it's quite handy21:27
* tomreyn rejoices21:28
abtmgot it21:28
abtmthank you21:28
abtmso now I have to add migrating to my list as well :)21:28
abtmbusy weekends :)21:28
abtmthank you21:29
tomreynit's    do-release-upgrade21:29
abtmthanks again :)21:29
tomreynunless you prefer to use the GUI21:29
abtmI know but I would not want to cary my broken customization forward21:29
abtminstead back up data21:29
abtmget list of programs21:29
abtmfresh install21:30
abtmotherwise if I have been living with an issue21:30
abtmit can move forward21:30
abtmprefer not to21:30
tomreyni like your approach. have a nice weekend.21:30
abtmotherwise things can stay broken21:30
abtmty21:30
hyliananyone have a solve for: The following packages will be upgraded:21:58
hylian  msbuild21:58
hylian1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.21:58
hylianNeed to get 0 B/6,921 kB of archives.21:58
hylianAfter this operation, 955 kB disk space will be freed.21:58
hylian(Reading database ... 289791 files and directories currently installed.)21:58
OerHeks!paste21:59
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.21:59
tomreynhylian: you can talk again now. please be sure to read the message from ubottu above.22:01
hyliansorry about that all, something strange just happened with my really old dog, so i freaked out for a minute. i'm back.22:13
hylianAnyone know why apt-get can't complete this?: https://paste.ubuntu.com/p/CcHYnKXdJ2/22:14
tomreynwelcome back. it tells you: trying to overwrite '/usr/lib/mono/msbuild/15.0', which is also in package mono-roslyn 5.20.1.19-0xamarin2+ubuntu1804b122:15
tomreynso you have two third party packages installed, both of which can't be installed at the same time, but they are either from repositories not meant to be used together or just badly packaged.22:16
tomreynso for the immediate fix either uninstall mono-roslyn 5.20.1.19-0xamarin2+ubuntu1804b1 or do not install msbuild 1:16.0+xamarinxplat.2019.05.07.15.32-0xamarin2+ubuntu1804b122:17
tomreynand then sort out your apt repositories, make sure you don't have any configured which are known not to be used with the other.22:19
tomreynerr, bad grammar, but i think you get my point.22:20
hylianok, but thing is, this was all working fine until I went to update it this afternoon..??22:21
tomreynyou are making an assumption that if you combined to non-combinable apt repositories then something would have broken immediately, but it did not. and since it did not break immediately, it could also not break later, when new updates are pushed to those repositories. that's a logical fallacy.22:25
tomreynthis said, it's also possible that these packages are from the same apt repository and this is just very poorly maintained.22:26
tomreynapt-cache policy msbuild mono-roslyn     would tell22:27
hyliantomreyn: hmm, ok. i think that msbuild is part of the mono-project i have running. I'll remove it and see if that resolves this. If it doesm that would at least tell me where the issue comes from.22:28
tomreynrunning the above command and inspecting its output would22:29
hyliantomreyn: yeah, once i remove the repo for mono-project.org, problem dissapears. I'll have to investigate what's going on there. thanks22:31
tomreynyet another possible cause of this issue is that you just didn    sudo apt update     before you tried to install.22:31
tomreyn*didn't run22:31
hyliantomreyn: no, that's part of my update script. good thinking though.22:31
hyliantomreyn: thanks for helping me sort this out. have a good day! :)22:32
NikeshHello, I keep getting this error `vim: error while loading shared libraries: libruby-2.3.so.2.3: cannot open shared object file: No such file or directory`. I tried un-install vim and I now have neovim aliased as vim, but I still get this error when I do e.g. `git add --patch` end then try to `e`dit the commit. `sudo ldconfig -v | grep libruby` returns `libruby-2.5.so.2.5 -> libruby-2.5.so.2.5.1` (as well23:01
Nikeshas a few errors like `/sbin/ldconfig.real: Can't stat /usr/local/lib/i386-linux-gnu: No such file or directory` -- Any ideas how I can resolve this?23:01
sarnoldnote 2.5 vs 2.323:02
sarnoldthat may or may not be important23:02
sarnoldcheck ldd `which vim`23:02
NikeshYeah I noticed the 2.5 vs 2.323:03
NikeshThis is the output for ldd `which vim`23:06
NikeshI notice `libruby-2.3.so.2.3 => not found`23:06
NikeshI haven't found through searching how to resolve that23:07
NikeshI did recently upgrade, but I thought that vim was working after the upgrade, though this matches quite closely - https://stackoverflow.com/questions/52270456/vim-cant-be-used-after-system-upgrade-to-ubuntu18-0423:08
NikeshThe same error message23:08
NikeshWhat confuses me is that I don't even have vim installed, but git tries to use vim for patch edits - Maybe I could configure git to use neovim but it's interesting that the failure isn't just "vim is not installed"23:10
sarnoldNikesh: try apt-get install libruby2.323:11
=== christopherburg_ is now known as christopherburg
MannyLNJI need help fixing my broken Ubuntu install. Apt-get won't install new items because of what I think is an udev issue. See https://pastebin.com/wBEtDXMR23:53
MannyLNJAlso see https://pastebin.com/thWWxFEd23:53
OerHeks50 not upgraded... do a proper apt-get full-upgrade, before installing stuff23:55
OerHeks* which might require reboot23:56
MannyLNJOerHeks, trying that. Will report success or failure23:56
OerHeksapt install -f # could correct problems23:57
MannyLNJOerHeks, the  apt-get full-upgrade command is still running but I see failures already23:59

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