/srv/irclogs.ubuntu.com/2019/07/26/#ubuntu-devel.txt

SkuggenHow is apparmor set up for dep8 testing?10:15
ckingi'm seeing gawk segfaults on xenial gawk ppc64el, 1:4.1.3+dfsg-0.1, https://bugs.launchpad.net/ubuntu/+source/gawk/+bug/1838014 - this is a regression for sure11:08
ubottuLaunchpad bug 1838014 in gawk (Ubuntu) "random segfaults in gawk on ppc6el xenial, gawk 1:4.1.3+dfsg-0.1" [Critical,New]11:08
rbasakcoreycb: heads up on a nova dep8 failure13:17
rbasakERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IDENTIFIED BY 'changeme'' at line 113:17
rbasakThat's because MySQL 8.0 has deprecated and removed the use of IDENTIFIED BY in a GRANT statement13:18
coreycbrbasak: thanks, is that eoan?13:18
rbasakThe user's password has to be set during CREATE USER or with ALTER USER.13:18
rbasakcoreycb: yes - the MySQL 8 transition is now in progress13:18
coreycbrbasak: right ok thanks we'll take a look13:18
rbasakWe will get to it if you don't, but we have rather a long list of fixes to make right now :-/13:19
rbasakcoreycb: let me know if you do look into it and hit anything else. I vaguely know of all the MySQL 8 breaking changes.13:20
coreycbrbasak: ok thank you13:21
=== imcleod_ is now known as imcleod
rbasakrafaeldtinoco: oh, one more thing15:36
rbasakrafaeldtinoco: we're staging patches at https://code.launchpad.net/~mysql-ubuntu/+git/mysql-8.0-transition15:36
rbasakSince most packages aren't imported into git-ubuntu, we can't use MPs15:36
rbasakFeel free to push directly there when ready15:37
rafaeldtinocorbasak: perfect!15:46
rafaeldtinocotks15:46
bdmurrayHow could I figure out why / how a systemd service has been disabled?16:13
bdmurrayvorlon: ^?16:16
vorlonbdmurray: uh grep -r16:23
bdmurrayvorlon: ?16:29
vorlonbdmurray: figuring out how/why it's been disabled, well, anything could've done it including a user, so if the user didn't do it you have to look around the system in all the places software might be running that would manipulate the state of the systemd units16:34
vorlongrep -r systemd.*$unit_name /var/lib/dpkg/info ?16:35
bdmurrayvorlon: I'm the user and don't think I did it. Strangely whoopsie is active but disabled16:36
vorlonhuh16:36
vorlonwhat's the output of systemctl status whoopsie?16:36
bdmurrayand I don't see anything in journalctl strange since my most recent reboot which was this morning16:36
bdmurrayLoaded: loaded (/lib/systemd/system/whoopsie.service; disabled; vendor preset: enabled)16:40
bdmurrayvorlon: https://paste.ubuntu.com/p/Xpnk4rDHKk/16:40
vorlonbdmurray: ok; that state can be reproduced by running 'systemctl disable whoopsie' on a system that has the whoopsie service running16:53
vorlonbut that doesn't say what did this16:53
bdmurrayhrm, there are some bugs where I think people are having the same issue16:58
vorlonbdmurray: how did you come to notice it?  especially given that the service only started 1h43m prior to the pastebin17:07
bdmurrayvorlon: "Here's a litte story I've got to tell..." so cinnamon-settings crashed and I clicked continue on the crash report and nothing happened and I remembered bug 1814611 (b/c I got an email about it this morning) and then I looked and didrocks MP from a while ago (https://code.launchpad.net/~didrocks/apport/whoopsie-auto-ui/+merge/348479) and then I saw the call to 'sytemctl is-enabled17:10
ubottubug 1814611 in apport (Ubuntu) "ubuntu-bug never (any longer) opens browser window" [Undecided,Confirmed] https://launchpad.net/bugs/181461117:10
bdmurraywhoopsie.service' so I tried that.17:10
bdmurrayMaybe is-active is a better check but regardless I wonder what's going on.17:11
vorlonhuh17:11
vorlonso is-active will return false if the service has recently crashed and is in the process of restarting; is-enabled will return false in your present situation17:12
vorlondepends whether you're trying to check state (is-active) or intent (is-enabled)17:12
juliankMaybe someone here has an idea:17:46
juliankswift post "moo" works, but the script does not: https://paste.ubuntu.com/p/8s8smBRVwQ/17:46
juliankit's using the same environment variables?17:46
juliankah17:52
juliankswift command-line client is using OS_ variables17:53
juliankand there's a typo somewhere17:53
connor_kAside from putting together some kind of scraper, is there a way to view all the child wiki pages descending from a single wiki page root on the ubuntu wiki? I.e., all pages descending from https://wiki.ubuntu.com/Kernel/18:05
connor_kusing the search menu for something like Kernel/ gets me close, but it's paginated and I suspect it's matching a number of pages that are not specifically descended from the root one18:06
sarnoldconnor_k: oh god that sounds terrible. the wiki is SO SLOW scraping a subset will take an absolute eternity18:43
connor_ksarnold, actually launchpad was surprisingly spry today18:43
connor_ki did this horrible thing to accomplish what I wanted: https://paste.ubuntu.com/p/z4cxXqw8Q5/18:44
connor_k^ certainly not intended to be an actual solution for anyone else, I'm basically throwing that script away lol18:44
sarnoldconnor_k: hah, cool :) how long did that thing take?18:45
connor_ksarnold, about 10 seconds to get the ~270ish results I was interested in18:45
sarnoldnice18:46

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