/srv/irclogs.ubuntu.com/2018/04/24/#ubuntu+1.txt

=== telnet is now known as tel
=== tel is now known as telnet
=== brainwash_ is now known as brainwash
=== kallesbar_ is now known as kallesbar
vltHello. On MATE I switched from 16.04 to 18.04 and found a regression in the volume control. The master slider only has an effect when pulling it to "0" (which seems to enable "mute"), any higher value causes -0 dB attenuation on my output.06:53
lotuspsychjevlt: as in upgrade?06:53
vltThe volume sliders in the "applications" tab work.06:53
vltlotuspsychje: No, fresh install, same hardware.06:53
lotuspsychjevlt: ok, have you doublechecked !sound06:54
* vlt will06:54
lotuspsychjevlt: perhaps also a pavucontrol testing06:55
vltlotuspsychje: Thank you.06:55
katnipdoes this +1 channel cover all the flavors till thursday?08:02
katnipwhat is shim signed and does it require a reboot?10:25
stickyboyI'm doing some due dilligence, testing some of my deployment scripts against Ubuntu 18.04, and I notice that there's something weird going on with maven's Java dependencies.13:17
stickyboyI'm kinda lost in the depends and provides loop, trying to figure out if it's an error or if I should report it.13:18
stickyboyI want to use openjdk-8-jre-headless. The tomcat8-common package is ok with this, but maven seems to always pull in Java 10.13:18
stickyboyAh, openjdk-8-jre-headless provides java7-runtime-headless, and maven depends on java7-runtime-headless.13:29
stickyboySo it must be one of maven's dependencies that is pulling in Java 10.13:30
ekennedy80which version of maven?13:30
stickyboyekennedy80: System default maven, currently 3.5.2-2.13:36
ekennedy80from the maven project: "Maven 3.3+ require JDK 1.7 or above to execute "13:54
ekennedy80I don't think Java 10 is a direct dependancy13:54
stickyboyekennedy80: Yeah, it's an Ubuntu dependency issue. :)14:05
stickyboyI think something changed in the last two weeks, because I had been testing this recently and it worked.14:05
stickyboyAnd according to `aptitude why openjdk-11-jre-headless` I see maven indeed is the one that pulled in openjdk-11-jre-headless, despite it depending on: default-jre-headless (>= 2:1.7) | java7-runtime-headless14:07
stickyboyAnd openjdk-8-jre-headless actually provides java7-runtime-headless, so that should suffice.14:07
stickyboyMust be a bug.14:07
naccstickyboy: what did you specify to install?14:08
naccstickyboy: you have to specify explicitly openjdk-8-jre-headless, or it will use 1114:08
stickyboynacc: I installed openjdk-8-jdk-headless (JDK) which depends on openjdk-8-jre-headless (JRE) which provides java7-runtime-headless.14:10
naccstickyboy: right, but your default jre is 1114:10
stickyboynacc, but I'm installing openjdk-8-jdk-headless manually.14:11
naccstickyboy: to get maven to use java8 probably requires you to update-alternatives at a minimum14:11
stickyboyErr, explicitly.14:11
naccstickyboy: so?14:11
naccstickyboy: what does `java -version` say?14:11
stickyboyWait, but first, doesn't this mean a logical OR for maven's depends: default-jre-headless (>= 2:1.7) | java7-runtime-headless14:12
stickyboyI don't want to have to install Java 8 and Java 10 and then update-alternatives. The openjdk-8-jre-headless satisfies maven's dependency. That's why I think there's a packaging bug.14:13
naccit means either of those packages provide the necessary dependency for that stanza14:13
naccit doesn't mean if you pick one or the other that's what the package will use14:13
naccsince default-jre-headless is probalby *also* installed14:14
stickyboynacc: Right, I'm not talking about what maven will use.14:14
stickyboyI'm talking about maven pulling in Java 11.14:14
naccthen I don't know what you're talking about stickyboy14:14
naccstickyboy: what was the explicit apt-get line you used?14:14
stickyboyapt install openjdk-8-jdk-headless maven14:14
naccstickyboy: ok ... read the dependencies again and read what you wrote again14:17
naccjdk vs. jre14:17
stickyboynacc: JDK pulls in JRE, and the JRE satisfies the java7-runtime-headless dependency of maven.14:18
nacchrm, that may not be it14:18
stickyboy:)14:18
naccstickyboy: when i try to run it, i don't get any reference to 1114:18
stickyboyTotally a bug. Now I know I'm not crazy.14:18
naccalso default-jre is 10 in ubuntu14:18
stickyboynacc: Ok, let me do one more thing: lemme clean up my apt sources.14:18
naccstickyboy: oh i do see it pulling in default-jre-headless, though14:19
stickyboyI'm running through my normal Ansible provisioning scripts for our stack. The same ones I've been using since 12.04, 14,04, 16.04, etc.14:19
stickyboyBTW there's definitely something brewing with Java versions in Ubuntu 18.04: https://lists.ubuntu.com/archives/ubuntu-release/2018-February/004275.html14:19
stickyboyAnd this was working two weeks ago.14:20
naccyes, we will be SRUing in newer versions14:20
stickyboyAwesome, you're "we" (Ubuntu). :P14:20
stickyboyBasically, I want to run Tomcat 8 with OpenJDK 8. It was working two weeks ago when I first started porting our playbooks. The app was running.14:21
stickyboyI technically don't mind if Java 11 is sitting there unused on the system, though it seems erroneous and wasteful if I have Java 8 and did not explicitly pull in Java 11.14:22
stickyboyI know we have to take pre-releases with a grain of salt, too, so I usually just wait a few days and apt update and try again.14:22
stickyboyHold that thought, BRB.14:26
stickyboyI'm back, nacc, if you're still around.14:46
naccstickyboy: ack, although i'm on the phone14:47
naccstickyboy: i'm trying to see why default-jre-headless is getting pulled in, it's some other dep, i think14:48
stickyboyNo problem.14:48
naccstickyboy: intersting14:49
nacci installed opejdk-8-jdk-headless first14:50
naccthen maven14:50
naccand it dtrt14:50
naccso it seems like, possibly a bug in apt?14:50
nacclet me ask around14:50
stickyboynacc: What's 'dtrt'?14:54
stickyboyTypo or ubuntu dev slang? :P14:54
naccdo the right thing14:55
stickyboyAh ok.14:55
stickyboyAh, you're right. If I install opejdk-8-jdk-headless first then maven does not pull in Java 11.14:58
stickyboynacc: ^14:59
naccstickyboy: ack, i'm arguing with the dev14:59
stickyboyLOL14:59
stickyboynacc: Also, I just purged everything and tried with aptitude. It does the right thing.15:02
naccstickyboy: strange15:04
naccstickyboy: ok, so this seems to be one of those thing sthat 'can happen' -- you can look for apt bugs on it, or you can just use the workaround i suggested, which shoiuld always work15:07
stickyboynacc: Yeah, I'm already adding a workaround in my Ansible playbooks so that openjdk-8-jdk-headless is installed first in a separate transaction.15:08
naccstickyboy: yep, that should always be safe, and resolves the dependency tree outside of the single command15:08
naccwhich was probably just 'ahppening' to work in older releases where java8 was the only option15:08
stickyboyThanks for helping me track it down.15:09
naccstickyboy: np15:09
naccstickyboy: sorry for dismissing it as PEBCAK at first :)15:09
nacctbh, java in 18.04 appears to be a mess15:09
naccstickyboy: apt developer says they can't find the bug, so if you do want to file one, that'd be great -- it's definitely an unexpected behavior15:09
bobomahello. i filed a bug on launchpad. how can i set it as a regression bug?15:10
naccboboma: as in an update to an existing release?15:10
naccboboma: there are no 'regressions' in bionic, because it hasn't release yet15:11
nacc*released15:11
bobomaa regression between 17.10 and 18.0415:11
naccthere's an sru-regression (or regression-update) tag15:12
naccbut not sure if there is one for releases15:12
bobomahm. ok. how long does it usually take until somebody responds to bug reports?15:13
bobomai mean the maintainer of the program that has the bug for example15:13
stickyboynacc: I could be inclined to file a bug about the apt dependency issue. Never done it for Ubuntu, though. Is it through Launchpad?15:14
naccstickyboy: yes15:20
naccboboma: ... often there is not 'the maintainer'15:20
naccboboma: and it depends on the package involved15:20
naccstickyboy: ok, got more clarifcation15:21
naccyou can hold off on the bug15:21
naccit is what i said originally15:21
naccyou need to specify the jre explicitly15:21
naccif you don't, the dependency resolution order is undefined15:22
naccith appened to be ok for you before, because probably there was only 815:22
naccand 8 happened to be the default15:22
stickyboynacc: Ok.15:22
sveinseWhat is the pratical difference between running docker via apt vs via snap ?15:23
sveinseWhat would you choose?15:25
naccstickyboy: so the 'right' way is to specify openjdk-8-jre-headless rather than jdk-headless, i think15:25
naccstickyboy: and confirmd, no 11 instllation15:25
naccsveinse: practical? not much i'd assume. docker snap will update more frequently15:27
stickyboynacc: I need JDK though. :)15:54
naccstickyboy: ok, but not for maven itself15:55
naccstickyboy: so then you'd also install that separately (i think) (or it could be on the same line as maven, but it doesn't have to dow ith maven)15:55
stickyboynacc: Ah, I see this does work: apt install openjdk-8-jre-headless openjdk-8-jdk-headless maven15:56
stickyboyBecause I guess it happens in the same transaction.15:56
naccstickyboy: right, that's what i was saying before (the only bit that matters is the first and last packages)15:57
naccopenjdk-8-jdk-headless is an entirely separate package tree15:57
stickyboynacc: Logically, though, openjdk-8-jdk-headless brings in openjdk-8-jre-headless, which satisfies maven's dependencies.15:58
stickyboySo that's frustrating. :P15:58
naccstickyboy: as I said, it's about "when" dependencies are resolved15:59
naccstickyboy: apt doesn't go to that level of recursion, I think15:59
stickyboyYah, that's a hard problem to solve.16:00
stickyboyI don't mind working around it.16:00
stickyboyLike you said, though, I never ran into this before because I was already using Java 8.16:00
naccwell, because java 8 was the defeault16:01
naccso you actually were installing a second pacakge (default-jre)16:01
naccit just happened to be the same as what you wanted16:01
stickyboyI was using Oracle (!) Java actually, but yes.16:01
stickyboyEnough with Oracle binary crap.16:01
stickyboyOpen source, reproducible packages for the mf win.16:02
VolkodavI've made a partial upgrade and it now starts without X, startx logs me in Gnome session and I can't figure how can I get to my login screen so I can log in XFCE session which I normally run16:07
Volkodavlogout kills X again and gets me to tty116:08
brainwashVolkodav: sudo systemctl start lightdm16:19
brainwashor gdm3 (maybe without the 3)16:19
BionicMacjoin #nextcloud16:34
sveinseif I install docker with snap, how do I setup access for a user? I notice that there is no /var/lib/docker* nor is there a docker user/group to add oneself to, so I'm kinda stuck what to do next16:48
tdawhts the default filesystem in bionic?16:58
nacctda: ext416:59
tdanacc: still? thanks16:59
nacctda: ... why would it change?17:00
tdaa few other distros switched over to xfs. i usually use it to due to it just working and generally having fewer problems17:02
nacctda: ext4 also 'just works' and ... I can't remember the last time I had a filesystem problem on Linux17:02
nacctda: xfs is great for large files, but historically had issues with small files (which is the much more common case on desktops)17:02
nacctda: in any case, I don't think there is any driving impetus to move to anything else17:03
donofrio(I use ntfs - I'll go back to mute)17:03
nacclol17:03
tdalol17:03
tdaanyone try flash friendly?17:03
=== czesmir_ is now known as czesmir
pepermuntjeshi19:48
pepermuntjeshow do i hide the firefox top bar? 19:48
tdafile, edit, view, etc...?19:48
pepermuntjeswhy does the gnome software center installs another version of firefox (the snap one)19:53
pepermuntjeswhy is there no vlc in apt? 20:03
SlidingHornpepermuntjes: there is - https://packages.ubuntu.com/bionic/vlc20:05
pepermuntjesthanks, forgot to enable that repo20:05
pepermuntjeswhats better from repo or snap package?20:05
SlidingHornpepermuntjes: honestly, I think it's subjective.  I'm not really up-to-speed on the whole snap idea, which may contribute to what disdain I do have for it...20:06
naccpepermuntjes: you forgot to enable the ubuntu repo?20:07
SlidingHornnacc: universe20:07
naccpepermuntjes: ah, so not a default install20:07
pepermuntjesdoing some testing using a live disk on a virtual machine20:08
en1gmaif i install ubuntu 18.04 "freeze" will there be anything different from the 18.04 LTS coming out tomorrow?21:34
SlidingHorn!final | en1gma maybe a couple small bug fixes21:38
ubottuen1gma maybe a couple small bug fixes: If you install a development version of Ubuntu Bionic and keep up with package updates, then you will be upgraded to the official release of 18.04 when it comes out. To make sure, type « sudo apt update && sudo apt full-upgrade » in a terminal.21:38
en1gmaok. gonna grab a daily build then "Ubuntu 18.04 LTS (Bionic Beaver) Daily Build"21:42
en1gmawill the software updater to tell me to do it also?21:43
SlidingHornen1gma: I'm don't know if there would be any notification if you're already running the beta21:45
SlidingHorns/I'm/I *21:46
=== Smedles_ is now known as Smedles
ayeeFor some reason the hidraw kernel module isn't loaded on the VM I'm running. I can't figure out why. I can see hidraw compile flag was set  to yes, but lsmod doesn't show hidraw. I'm on bionic latest, with the latest updates, etc22:23
ayeeIs the latest bionic kernel missing the hidraw kernel module?22:23
hggdhayee: I cannot see this module on the current an previous kernels22:38
ayeehggdh: The weird thing is this: ➜  /boot cat config-4.15.0-19-generic|grep -i hidraw; uname -r CONFIG_HIDRAW=y 4.15.0-19-generic22:42
ayeeIt seems like it gets compiled in?22:42
Guest57550Hi all, the unstable release broke my computer  :P22:47
Guest57550More specifically, I suspend my Kubuntu 18.04 RC 1 install on actual hardware, resume it, and my trackpad goes totally nuts. Touches respond erratically and also type gibberish into any focused text field.22:49
hggdhayee: doesn't that mean it is compiled *in* the kernel?22:49
hggdhayee: as opposed to CONFIG_HIDRAW=m22:49
hggdhayee: yes, it is built in the kernel, not as a module22:50
kuswill I automatically get the latest gnome if I upgrade from 17.10 to 18.04? Is there a way to upgrade "cleanly"? I have multiple accounts on this computer and would prefer to not reformat and reinstall if possible. I am on artful 17.10 at the moment. Thanks 22:50
hggdhkus: you will get (mostly) Gnome 3.2822:52
hggdhoh, even evolution is 3.2822:53
kusoh wow nice 22:54
kusbut I have learned to never ever enter my google information in evolution. #neveragain 22:54
hggdhheh22:54
kusIt fills up all usable memory with all my useless Google junk 22:54
kusI mean yeah I should clean up my Google account but I am lazy 22:55
valorieGuest57550: have you filed a bug report?23:03
valorie`ubuntu-bug packagename` in the commandline from the computer that gets the problem23:04
valoriepackagename will be synaptic or libinput *I think*23:04
valorieapt policy synaptic (or apt-cache policy) will tell you if that is installed23:05
Guest57550Well, the computer is out of commission :P23:06
Guest57550I can boot in recovery mode but if I try to enable networking it also starts Xorg23:06
valorieand?23:07
Guest57550and I can't type any more because I don't have libinput or networking :P23:07
valorieoh23:07
Guest57550so I can't reinstall it23:07
valoriehmmm23:07
valorieyou should be able to reinstall.....23:07
Guest57550Yeah, I thought the package would be cached at least23:07
Guest57550but no dice23:08
valoriedid you have problems before with this machine?23:08
valorieI don't recall anyone mentioning such a problem before23:08
Guest57550There's variations on it in the bug tracker already, some of which are quite old23:09
Guest57550It's a Thinkpad X1 Yoga 201823:09
valoriestrangeness23:09
valoriewhat happens when you try to reinstall?23:09
Guest57550I've forgotten the package name but I'm using 'apt install', and it tries to update the index23:10
valorieno, no, I mean, with a USB try a NEW install23:10
valoriemaybe not of ubuntu, but perhaps something else that might have the driver you obv. need23:10
valoriedid you have an Ubuntu install on that computer before?23:11
Guest57550well, I can reproduce the issue in NixOS23:11
Guest57550But that allegedly uses synaptics anyway23:11
valorieso, not an ubuntu problem, but a driver problem23:11
Guest57550And potentially power management problem >_<23:11
valoriemy son used to buy new gaming laptops and have a heckuva time finding a distro that had suitable drivers23:12
valoriealways different23:12
valoriemandriva, manjaro, ubuntu, arch23:12
Guest57550"Get a thinkpad" they said, "they are easier to use with linux", they said...23:12
valoriedid you try it with a live session?23:13
valorieand again, did you already have linux installed on this laptop before, that was working23:13
Guest57550Yeah, the live session worked except I didn't notice the inability to resume. NixOS' previous release worked too23:13
Guest57550I'd like to get this issue into the tracker for the Kubuntu LTS release, but I'm not even sure which component is to blame :P23:14
valorieit's probably the kernel /driver and other than that I dunno23:15
valorieperhaps comment on one of those old bugs instead23:15
valorieand maybe try the next spin which will have a new kernel23:16
valorieI think23:16

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