/srv/irclogs.ubuntu.com/2018/07/24/#ubuntu-release.txt

-queuebot:#ubuntu-release- Unapproved: ubiquity (bionic-proposed/main) [18.04.14.3 => 18.04.14.4] (core)00:55
-queuebot:#ubuntu-release- Unapproved: rejected ubiquity [source] (bionic-proposed) [18.04.14.4]01:42
-queuebot:#ubuntu-release- Unapproved: ubiquity (bionic-proposed/main) [18.04.14.3 => 18.04.14.4] (core)01:44
-queuebot:#ubuntu-release- Unapproved: accepted ubiquity [source] (bionic-proposed) [18.04.14.4]01:55
-queuebot:#ubuntu-release- Unapproved: ubiquity (bionic-proposed/main) [18.04.14.4 => 18.04.14.5] (core)05:51
-queuebot:#ubuntu-release- Unapproved: accepted ubiquity [source] (bionic-proposed) [18.04.14.5]06:28
LocutusOfBorginfinity, you are right as usual, I'll fix that in the right way (TM)07:32
LocutusOfBorgit has been months since my last underlinking fix, but usually we spot them in package, not in testsuite, this is what tricked me07:32
LocutusOfBorg(btw a simple missing pthread link)07:33
LocutusOfBorginfinity, sorry again, but seems that even adding -pthread manually, the ldd doesn't show it07:58
LocutusOfBorgprobably because there are lots of "pragma weak" stuff?07:58
LocutusOfBorgno-as-needed works, but manual link addition doesn't07:59
LocutusOfBorginfinity, https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/134025007:59
ubot5Ubuntu bug 1340250 in libunistring (Ubuntu) ""#pragma weak" symbol is 0 even when defined" [Undecided,New]07:59
LocutusOfBorgis this a real bug?07:59
infinityLocutusOfBorg: It could be a toolchain bug, or upstream may just say it's an oddity of how weak symbols work, and you need to -Wl,--no-as-needed -lpthread -Wl,--as-needed -lother -lstuff08:00
infinityLocutusOfBorg: Agreed that said response is a bit gross. :P08:00
infinityLocutusOfBorg: But that's, for instance, the only way you can intentionally link something that's not referenced at all.  And weak references are a weird grey area.08:00
infinityLocutusOfBorg: So yeah, I wasn't saying that your fix was necessarily wrong, just that it was worth investigating.08:01
LocutusOfBorgI agree this is grey area, but I want something that I can submit upstream08:02
LocutusOfBorgdid you see the bug? I updated it08:02
LocutusOfBorgand you are right, how can the linker decide if a library has to be added or not, when symbols are weak?08:02
infinityI haven't looked at it recently, but I'm familiar with the odd behaviour.08:02
LocutusOfBorgtltr; pthread symbols are all declared as weak in the code, linker strips pthread.08:03
infinityAnd it gets really muddy when you look at things like plugins (where weak symbols are the norm).08:03
infinityAnd you intentionally don't link plugins to the libraries that the runtime already links.08:03
infinitySo, in that case, --no-as-needed gets it right.08:03
LocutusOfBorgmy opinion is that wl,as-needed by default is a pain :)08:04
LocutusOfBorg(at least the divergence from debian is)08:04
infinityIt's marginally goofy.  The solution is to get more people using it.08:04
infinityWe're not the only distro, thankfully.08:04
LocutusOfBorgtrue :)08:04
infinityJust, as you say, we haven't gotten Debian to do it.08:04
LocutusOfBorgdo you think I should a) remove weak references b) enclose no-as-needed to every pthread linking?08:05
LocutusOfBorgI think b might be upstreamable08:05
infinityI'm honestly not sure how weak references make sense in the context where you then expect them to always exist.  Unless you expect all your callers to link to pthread.08:05
infinity(Which might indeed be an expected thing via linker script or a pkg-config bit or some such)08:06
infinityAt some point, something needs to get pthread into your address space, or you've lost.08:06
LocutusOfBorg   of the program don't use them.  Here we use them, because we don't want08:06
LocutusOfBorg   every program that uses libintl to depend on libpthread.  This assumes08:06
LocutusOfBorg   that libpthread would not be loaded after libintl; i.e. if libintl is08:06
LocutusOfBorg   loaded first, by an executable that does not depend on libpthread, and08:06
LocutusOfBorg   then a module is dynamically loaded that depends on libpthread, libintl08:06
LocutusOfBorg   will not be multithread-safe.  */08:06
LocutusOfBorg   whether a function pointer's value, such as &pthread_mutex_init, is08:06
LocutusOfBorg   non-NULL.  However, some versions of GCC have a bug through which, in08:06
LocutusOfBorg   PIC mode, &foo != NULL always evaluates to true if there is a direct08:06
LocutusOfBorg   call to foo(...) in the same function.  To avoid this, we test the08:06
LocutusOfBorg   address of a function in libpthread that we don't use.  */08:06
infinityThat's some serious acrobatics to avoid sanity.08:07
LocutusOfBorgseriously, I'm getting lost08:07
infinityI'd certainly say the Debian/Ubuntu solution should be to force it to be linked, full stop.08:08
LocutusOfBorgso, link libintl and libunistring to pthread, end of the story08:08
infinityThe upstream solution, if they're intent on this weird "we want to only be thread-safe if you ask us as runtime to be" nonsense is pretty unclear.08:08
LocutusOfBorgthis makes sense, but meh, I found even a "USE_POSIX_THREADS_WEAK" define08:08
LocutusOfBorglet me debug it08:08
LocutusOfBorgautoconf, why you so damn hard08:09
-queuebot:#ubuntu-release- Builds: Netboot amd64 [Bionic 18.04.1] (20101020ubuntu543.1) has been added08:21
-queuebot:#ubuntu-release- Builds: Netboot arm64 [Bionic 18.04.1] (20101020ubuntu543.1) has been added08:21
-queuebot:#ubuntu-release- Builds: Netboot armhf [Bionic 18.04.1] (20101020ubuntu543.1) has been added08:21
-queuebot:#ubuntu-release- Builds: Netboot i386 [Bionic 18.04.1] (20101020ubuntu543.1) has been added08:21
-queuebot:#ubuntu-release- Builds: Netboot ppc64el [Bionic 18.04.1] (20101020ubuntu543.1) has been added08:21
-queuebot:#ubuntu-release- Builds: Netboot s390x [Bionic 18.04.1] (20101020ubuntu543.1) has been added08:21
-queuebot:#ubuntu-release- Builds: Ubuntu Base amd64 [Bionic 18.04.1] (20180724) has been added08:29
-queuebot:#ubuntu-release- Builds: Ubuntu Base arm64 [Bionic 18.04.1] (20180724) has been added08:29
-queuebot:#ubuntu-release- Builds: Ubuntu Base armhf [Bionic 18.04.1] (20180724) has been added08:29
-queuebot:#ubuntu-release- Builds: Ubuntu Base i386 [Bionic 18.04.1] (20180724) has been added08:29
-queuebot:#ubuntu-release- Builds: Ubuntu Base ppc64el [Bionic 18.04.1] (20180724) has been added08:29
-queuebot:#ubuntu-release- Builds: Ubuntu Base s390x [Bionic 18.04.1] (20180724) has been added08:29
-queuebot:#ubuntu-release- Builds: Ubuntu Server amd64 [Bionic 18.04.1] (20180724) has been added08:52
-queuebot:#ubuntu-release- Builds: Ubuntu Server arm64 [Bionic 18.04.1] (20180724) has been added08:52
-queuebot:#ubuntu-release- Builds: Ubuntu Server ppc64el [Bionic 18.04.1] (20180724) has been added08:52
-queuebot:#ubuntu-release- Builds: Ubuntu Server s390x [Bionic 18.04.1] (20180724) has been added08:52
infinityjibel: So, mvo has a theory that with my latest livecd-rootfs fix, your snapd bug will disappear on the next image.09:02
infinityjibel: I'm heading to bed soon after I trigger the last round of builds, but would be nice if you could confirm that.09:03
infinityjibel: (for bionic, I haven't hacked up cosmic)09:03
jibelinfinity, yes thanks, I read his comment on #u-devel. I'll try on next build.09:03
infinityjibel: Shiny.  Just triggered all the desktop builds, they should trickle out over the next few hours.09:04
infinityjibel: Would also be awesome if you could maybe put out a call for testing to QA, flavours, ubuntu-release, etc.  I'm too brain dead to work a mail client.09:04
jibelinfinity, I'll do that. enjoy your bed09:04
infinityjibel: Also note, Studio isn't LTS, so don't be surprised if they don't respond (and maybe remind them if they do :P)09:05
infinityThere are no studio point release images.09:05
infinityjibel: And thanks.09:05
infinityOh FFS.09:06
infinityjibel: Also, I'm an idiot and the images still have PROPOSED enabled.09:06
infinityAlways forget one thing...09:06
sil2100infinity: should I re-spin after these are done then?09:06
infinitysil2100: I'll get it when the dust settles.  Staying awake and watching TV is easy, I don't have to think. ;)09:07
infinityActually, on second thought, I imagine bugs will be found anyway.  Naive to believe these will be perfect.09:07
infinitySo, just let 'em be as they are.09:08
infinityI'll respin after I've woken up if there's nothing else to fix first.09:08
infinityjibel: But yeah, mention in your call for testing that the images have proposed enabled and are, thus, not final.  But people should test them as if they are, so we don't have to iterate ad nauseum.09:08
sil2100infinity: ok!09:09
infinitysil2100: Also, after I've slept, remind me that I only have a couple of days to help land a bunch of stuff for your xenial point release next week. :P09:09
sil2100infinity: ;)09:09
infinityMost notably, systemd and d-i and almost certainly some livecd-rootfs fixes, cause builds are broken right now, AFAIK.09:09
sil2100Broken builds? How?09:10
infinitysil2100: Oh, but if you're looking for something helpful to do for bionic, when the desktop images start spitting out, can you grab all the manifest files from the milestone images and diff (minus versions, obviously) with the release images, and maybe toss the results (if non-0) somewhere for me to look at?09:10
infinitysil2100: Broken as in a bunch of them were failing last I saw.  But maybe that resolved itself.09:11
sil2100infinity: I mean, I only checked the daily desktop one but it seems to be working09:11
infinitysil2100: But also willing to bet there are manifest oopses due to HWE stack shuffle.09:11
sil2100(testing langpacks)09:11
sil2100infinity: as for bionic, sure o/09:11
infinitysil2100: I'm pretty sure I've seen xenial failures zip by my inbox.  For some flavours, at least.09:12
sil2100I have the kernel bumps for d-i ready, but I'm still waiting with that until I know if we have all the d-i bits in place already09:12
sil2100So I'll probably push those out on Thursday or something09:12
infinitysil2100: We don't have all the d-i bits ready.09:12
infinitysil2100: (see systemd)09:12
sil2100Yeah, which is why I didn't push it out yet, didn't want to have to re-upload for no reason09:13
sil2100Ok!09:13
-queuebot:#ubuntu-release- Builds: Ubuntu Server armhf+raspi2 [Bionic 18.04.1] (20180724) has been added09:16
infinitysil2100, jibel: Oh, other useful thing one of you can do is to fix all the URLs for bionic on the tracker.  They all need bionic/ inserted in them, as we have to do for every LTS, or people who don't know how to drive a web browser complain that the images don't exist. :P09:18
sil2100infinity: on it o/09:18
infinityTa.09:18
sil2100(might be a bit slow with that since my laptop is suspiciously slow with a VM installing in the background)09:19
-queuebot:#ubuntu-release- Builds: Lubuntu Desktop amd64 [Bionic 18.04.1] (20180724) has been added09:29
-queuebot:#ubuntu-release- Builds: Lubuntu Desktop i386 [Bionic 18.04.1] (20180724) has been added09:29
-queuebot:#ubuntu-release- Builds: Ubuntu Desktop amd64 [Bionic 18.04.1] (20180724) has been added09:34
-queuebot:#ubuntu-release- Builds: Ubuntu Budgie Desktop amd64 [Bionic 18.04.1] (20180724) has been added09:38
-queuebot:#ubuntu-release- Builds: Ubuntu Budgie Desktop i386 [Bionic 18.04.1] (20180724) has been added09:38
-queuebot:#ubuntu-release- Builds: Kubuntu Desktop amd64 [Bionic 18.04.1] (20180724) has been added09:41
-queuebot:#ubuntu-release- Builds: Kubuntu Desktop i386 [Bionic 18.04.1] (20180724) has been added09:41
-queuebot:#ubuntu-release- Builds: Ubuntu MATE Desktop amd64 [Bionic 18.04.1] (20180724) has been added09:41
-queuebot:#ubuntu-release- Builds: Ubuntu MATE Desktop i386 [Bionic 18.04.1] (20180724) has been added09:41
-queuebot:#ubuntu-release- Builds: Ubuntu Kylin Desktop amd64 [Bionic 18.04.1] (20180724) has been added09:46
-queuebot:#ubuntu-release- Builds: Ubuntu Kylin Desktop i386 [Bionic 18.04.1] (20180724) has been added09:46
-queuebot:#ubuntu-release- Builds: Xubuntu Desktop amd64 [Bionic 18.04.1] (20180724) has been added09:46
-queuebot:#ubuntu-release- Builds: Xubuntu Desktop i386 [Bionic 18.04.1] (20180724) has been added09:46
sil2100jibel: if anything, I'm in progress of updating the DL links09:48
-queuebot:#ubuntu-release- Builds: Ubuntu Server Subiquity amd64 [Bionic 18.04.1] (20180724) has been added09:54
sil2100Lots of click-click09:56
jibelsil2100, I'm doing a sanity check of pending then will send the CFT09:59
doko_sil2100: please update the version for the libreoffice/i386 hint10:00
doko_oSoMoN: ^^^10:01
jibelsil2100, are you done with the links?10:22
ginggswould someone please bump the r-cran-curl/3.2-2build1/arm64 in vorlon's hints?10:23
apwginggs, helpful if you tell us what to, and hint as to why in the line above10:23
apwginggs, and that appears to be in sil2100s hints10:24
ginggsapw: vorlon's hints has:10:25
ginggs# crash in an unrelated module used only for testing10:25
ginggsforce-badtest r-cran-curl/3.1-2/arm64 r-cran-curl/3.2-1/arm6410:25
apwsil2100:force-badtest r-cran-curl/3.2-2build1/ppc64el r-cran-curl/3.2-2build1/s390x10:25
apwbut ... sil has that, which is the current version10:25
apwright?  so do you actually need a change ?10:25
ginggsplease make it 'force-badtest r-cran-curl/3.1-2/arm64 r-cran-curl/3.2-1/arm64 r-cran-curl/3.2-2build1/arm64' in vorlon's hints10:26
apwoh god, disjoin arches in different files ... ugg10:26
ginggsapw: i think they are different issues too - so i think keep arm64 in vorlon's file10:27
apwginggs, the discription in sil2100's sounds like the same thing10:28
ginggsapw: ok, if you think it's better to merge, then please do10:30
apwginggs, i see the debian bug is yours, but that bug is for amd64 in actuality10:31
sil2100jibel: still ongoing, it's not a super slow process but there's a lot of products10:31
apwginggs, yeah it is crashing in the amd64 one against the bug sil is quoting10:32
apwso it seems plausible10:32
apwginggs, nayhow, i've done something vaguly sensible to make this less confusing, and kicked the can10:34
ginggsapw: many thanks!10:34
jibelsil2100, need help?10:38
jibelcan someone moderate my email to ubuntu-release ML ?10:38
sil2100jibel: I'm almost finished I guess10:39
sil2100jibel: ok, only the server+base ones are left, I'll finish those in a few moments - most important is that the desktop ones are all done for all flavours10:42
sil2100jibel: if you feel like copy-pasting then I guess you could pick up the base ones, but if you have better things to do I'll get to those eventually10:44
jibelsil2100, k10:45
sil2100jibel: server done, should I move on to base?10:55
oSoMoNdoko_, done11:00
jibelsil2100, i'm on it11:01
jibelsil2100, the issue with preinstalled snaps is not fixed11:01
jibelbut gedit is installable now11:01
sil2100eh11:03
jfhthx for fixing (server)11:04
jibelsil2100, done11:07
sil2100jibel: thanks!11:08
-queuebot:#ubuntu-release- New binary: ruby-bindex [amd64] (cosmic-proposed/none) [0.5.0-1] (no packageset)11:12
-queuebot:#ubuntu-release- New binary: ruby-bindex [i386] (cosmic-proposed/none) [0.5.0-1] (no packageset)11:13
-queuebot:#ubuntu-release- New binary: ruby-bindex [s390x] (cosmic-proposed/none) [0.5.0-1] (no packageset)11:13
-queuebot:#ubuntu-release- New binary: ruby-bindex [ppc64el] (cosmic-proposed/none) [0.5.0-1] (no packageset)11:13
-queuebot:#ubuntu-release- New binary: ruby-bindex [arm64] (cosmic-proposed/universe) [0.5.0-1] (no packageset)11:14
-queuebot:#ubuntu-release- New binary: ruby-bindex [armhf] (cosmic-proposed/universe) [0.5.0-1] (no packageset)11:14
-queuebot:#ubuntu-release- Unapproved: mutter (bionic-proposed/main) [3.28.2-2~ubuntu18.04.1 => 3.28.3-1~ubuntu18.04.1] (desktop-extra, ubuntu-desktop)11:27
ginggsr-base migrated \o/ thanks apw!11:31
apwginggs, miracles11:43
-queuebot:#ubuntu-release- Unapproved: gnome-shell (bionic-proposed/main) [3.28.2-0ubuntu0.18.04.1 => 3.28.3-0ubuntu0.18.04.1] (desktop-extra, mozilla, ubuntu-desktop)11:52
jibelsil2100, in only-ubiquity mode keyboard pre-selection is broken. for example if I select french as language the keyboard is set to Afghan (1st on the list)12:02
jibelit works with the release image12:06
sil2100jibel: ok, let me look into that, I have some leads12:17
jibelsil2100, bug 178332612:24
ubot5bug 1783326 in ubiquity (Ubuntu) "Wrong keyboard layout is preselected in only-ubiquity mode" [Undecided,New] https://launchpad.net/bugs/178332612:24
tsimonq2slangasek: pinentry/1.1.0-1build2/amd64 decided it would be a fun idea to pass... can I get an updated hint please?13:02
ahasenackhi, what's the usual solution to a package that is in main, and inadvertently growed a runtime dependency on a package that that particular version of ubuntu doesn't even have?13:59
ahasenackhttps://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1687095 case in point13:59
ubot5Ubuntu bug 1687095 in crmsh (Ubuntu) "crm cluster health: NameError: global name 'parallax' is not defined" [High,Confirmed]13:59
ahasenackin xenial, it's in main, and has a runtime dependency on python-parallax which was only added in artful, and to universe13:59
apwahasenack, we typically avoid that happening14:04
apw(which clearly we did not in this case)14:04
=== plars_ is now known as plars
ahasenackyeah :/14:05
apwperhaps it should be backed out14:05
apw(on the assumption it is an SRU which broke it so14:06
apwor was it broken in the -release pocket14:07
ahasenackit's in the release pocket, no update14:08
ahasenack *** 2.2.0-1 50014:08
ahasenack        500 http://br.archive.ubuntu.com/ubuntu xenial/main amd64 Packages14:08
ahasenackI also added UCA, thinking that maybe it would have an updated version, of even python-parallax available, but no14:09
ahasenackI thought openstack relied on crmsh (clustering) a lot for HA deployments14:09
apwgiven crmsh got dropped to universe in a later series, that likely was done to fix the dependency issues14:10
apwand indeed it starts depending on python-parallax somewhen14:11
ahasenackyes14:15
ahasenackone alternative could be to downgrade the xenial version back to when it wasn't requiring parallax, but that has its own problems, like possibly missing functionality14:15
apwyeah, this is a true mess, and i am unsure what all options are even valid given the nominal component missmatch14:16
slangasektsimonq2: can I get a baseline retest of the pinentry in cosmic release with no proposed packages, please, to be sure it's genuinely a flaky test?15:21
cyphermoxslangasek: tsimonq2: pinentry?15:22
cyphermoxnvm15:25
-queuebot:#ubuntu-release- Unapproved: openssl-ibmca (xenial-proposed/universe) [1.3.0-0ubuntu2.16.04.1 => 1.3.0-0ubuntu2.16.04.2] (no packageset)15:32
LocutusOfBorgI did schedule it tsimonq215:35
=== jdstrand_ is now known as jdstrand
jibelsil2100, any update on the kbd layout selection issue?16:28
LocutusOfBorgslangasek, https://autopkgtest.ubuntu.com/packages/pinentry/cosmic/amd6416:32
slangasekLocutusOfBorg: ta, hinting16:33
LocutusOfBorgthanks!16:33
sil2100jibel: no, still investigating, I thought that maybe the latest console-setup update caused it but I'm not sure now16:43
sil2100jibel: I mean, I tried reverting it but I'm not sure if that's enough, as the changes were in the postinst16:43
sil2100(also reverted ubiquity and had the same result)16:44
sil2100So now I'm actually debugging it normally from scratch16:44
tsimonq2LocutusOfBorg, slangasek: thanks.17:11
tsimonq2Bad tests are bad...17:12
-queuebot:#ubuntu-release- New binary: apache-mode-el [amd64] (cosmic-proposed/universe) [2.1+4.g97bf66c-1] (no packageset)17:12
-queuebot:#ubuntu-release- New binary: rust-csv-core [ppc64el] (cosmic-proposed/universe) [0.1.4-1] (no packageset)17:12
-queuebot:#ubuntu-release- New binary: capstone [s390x] (cosmic-proposed/universe) [3.0.5-1] (no packageset)17:12
-queuebot:#ubuntu-release- New binary: rust-csv-core [s390x] (cosmic-proposed/universe) [0.1.4-1] (no packageset)17:12
-queuebot:#ubuntu-release- New binary: boxquote-el [amd64] (cosmic-proposed/universe) [2.1-2] (no packageset)17:13
-queuebot:#ubuntu-release- New binary: capstone [i386] (cosmic-proposed/universe) [3.0.5-1] (no packageset)17:13
-queuebot:#ubuntu-release- New binary: capstone [amd64] (cosmic-proposed/universe) [3.0.5-1] (no packageset)17:14
-queuebot:#ubuntu-release- New binary: rust-csv-core [amd64] (cosmic-proposed/universe) [0.1.4-1] (no packageset)17:14
-queuebot:#ubuntu-release- New binary: rust-csv-core [armhf] (cosmic-proposed/universe) [0.1.4-1] (no packageset)17:14
-queuebot:#ubuntu-release- New binary: capstone [ppc64el] (cosmic-proposed/universe) [3.0.5-1] (no packageset)17:14
-queuebot:#ubuntu-release- New binary: rust-csv-core [i386] (cosmic-proposed/universe) [0.1.4-1] (no packageset)17:14
-queuebot:#ubuntu-release- New binary: rust-csv-core [arm64] (cosmic-proposed/universe) [0.1.4-1] (no packageset)17:14
-queuebot:#ubuntu-release- New binary: capstone [arm64] (cosmic-proposed/universe) [3.0.5-1] (no packageset)17:14
-queuebot:#ubuntu-release- New binary: capstone [armhf] (cosmic-proposed/universe) [3.0.5-1] (no packageset)17:15
-queuebot:#ubuntu-release- New binary: gmbal-pfl [amd64] (cosmic-proposed/universe) [4.0.1-b003-1] (no packageset)17:15
-queuebot:#ubuntu-release- New binary: nova [amd64] (cosmic-proposed/main) [2:18.0.0~b2-0ubuntu3] (openstack, ubuntu-server)17:17
-queuebot:#ubuntu-release- New binary: hyperscan [i386] (cosmic-proposed/universe) [5.0.0-2] (no packageset)17:28
-queuebot:#ubuntu-release- New binary: hyperscan [amd64] (cosmic-proposed/universe) [5.0.0-2] (no packageset)17:49
infinityjibel: Still around?20:29
-queuebot:#ubuntu-release- Unapproved: console-setup (bionic-proposed/main) [1.178ubuntu2.2 => 1.178ubuntu2.3] (core)20:49
tsimonq2infinity: Bug 1783416 is something one of my testers just found. It looks like fun.21:39
ubot5bug 1783416 in syslinux (Ubuntu) "18.04.1 release candidate fails to boot " [Undecided,New] https://launchpad.net/bugs/178341621:39
-queuebot:#ubuntu-release- Unapproved: ubiquity (xenial-proposed/main) [2.21.63.6 => 2.21.63.7] (core)21:39
slangasektsimonq2: using what process to copy the image to the USB stick?21:40
lynorianslangasek, dd21:40
slangasekok21:40
slangasek(not usb-creator, is the important thing, since that routinely creates unbootable things due to bugs in usb-creator rather than the image)21:41
tsimonq2lynorian: You ran "sync" after dd, right? :P21:41
infinityNeither syslinux nor its configs have changed since release, so failing there can't possibly be a regression.21:42
lynoriannot explictly but I did leave it on for a little while after it finished21:42
infinitylynorian: Leaving it in for a little bit doesn't guarantee much. :)21:42
lynorianok will try sync21:43
lynorianthis could be a bit embarasing21:43
lynorianoops pebkac21:49
tsimonq2l21:52
tsimonq2lynorian: Thanks for testing though :)21:52
tsimonq2Was that it?21:53
lynorianyes how have I not come across that before21:56
-queuebot:#ubuntu-release- Unapproved: localechooser (bionic-proposed/main) [2.71ubuntu2 => 2.71ubuntu3] (core)22:24
-queuebot:#ubuntu-release- Unapproved: accepted console-setup [source] (bionic-proposed) [1.178ubuntu2.3]22:41
-queuebot:#ubuntu-release- Unapproved: accepted localechooser [source] (bionic-proposed) [2.71ubuntu3]22:42
-queuebot:#ubuntu-release- Unapproved: ubiquity (bionic-proposed/main) [18.04.14.5 => 18.04.14.6] (core)23:13
-queuebot:#ubuntu-release- New binary: simavr [s390x] (cosmic-proposed/universe) [1.6+dfsg-1] (no packageset)23:14
-queuebot:#ubuntu-release- New binary: simavr [i386] (cosmic-proposed/universe) [1.6+dfsg-1] (no packageset)23:14
Kamilionjust like to point out, if you prefer commandline tools to GUI tools, `dc3dd if=file.iso of=/dev/sdX` has worked tremendously well for me for nearly a decade now. Automatic sector size selection so no bs=, and it will sync before returning unless asked not to with the nosync option.23:14
-queuebot:#ubuntu-release- New binary: simavr [ppc64el] (cosmic-proposed/universe) [1.6+dfsg-1] (no packageset)23:14
-queuebot:#ubuntu-release- New binary: simavr [amd64] (cosmic-proposed/universe) [1.6+dfsg-1] (no packageset)23:15
-queuebot:#ubuntu-release- New binary: simavr [arm64] (cosmic-proposed/universe) [1.6+dfsg-1] (no packageset)23:16
-queuebot:#ubuntu-release- New binary: simavr [armhf] (cosmic-proposed/universe) [1.6+dfsg-1] (no packageset)23:16
-queuebot:#ubuntu-release- Unapproved: accepted ubiquity [source] (bionic-proposed) [18.04.14.6]23:17
-queuebot:#ubuntu-release- New: accepted simavr [amd64] (cosmic-proposed) [1.6+dfsg-1]23:17
-queuebot:#ubuntu-release- New: accepted simavr [armhf] (cosmic-proposed) [1.6+dfsg-1]23:17
-queuebot:#ubuntu-release- New: accepted simavr [ppc64el] (cosmic-proposed) [1.6+dfsg-1]23:17
-queuebot:#ubuntu-release- New: accepted simavr [arm64] (cosmic-proposed) [1.6+dfsg-1]23:17
-queuebot:#ubuntu-release- New: accepted simavr [s390x] (cosmic-proposed) [1.6+dfsg-1]23:17
-queuebot:#ubuntu-release- New: accepted simavr [i386] (cosmic-proposed) [1.6+dfsg-1]23:17
-queuebot:#ubuntu-release- New: accepted nova [amd64] (cosmic-proposed) [2:18.0.0~b2-0ubuntu3]23:18
-queuebot:#ubuntu-release- New: accepted capstone [amd64] (cosmic-proposed) [3.0.5-1]23:18
-queuebot:#ubuntu-release- New: accepted capstone [armhf] (cosmic-proposed) [3.0.5-1]23:18
-queuebot:#ubuntu-release- New: accepted capstone [ppc64el] (cosmic-proposed) [3.0.5-1]23:18
-queuebot:#ubuntu-release- New: accepted ruby-bindex [amd64] (cosmic-proposed) [0.5.0-1]23:18
-queuebot:#ubuntu-release- New: accepted ruby-bindex [armhf] (cosmic-proposed) [0.5.0-1]23:18
-queuebot:#ubuntu-release- New: accepted ruby-bindex [ppc64el] (cosmic-proposed) [0.5.0-1]23:18
-queuebot:#ubuntu-release- New: accepted capstone [arm64] (cosmic-proposed) [3.0.5-1]23:18
-queuebot:#ubuntu-release- New: accepted capstone [s390x] (cosmic-proposed) [3.0.5-1]23:18
-queuebot:#ubuntu-release- New: accepted ruby-bindex [i386] (cosmic-proposed) [0.5.0-1]23:18
-queuebot:#ubuntu-release- New: accepted capstone [i386] (cosmic-proposed) [3.0.5-1]23:18
-queuebot:#ubuntu-release- New: accepted ruby-bindex [s390x] (cosmic-proposed) [0.5.0-1]23:18
-queuebot:#ubuntu-release- New: accepted ruby-bindex [arm64] (cosmic-proposed) [0.5.0-1]23:18
-queuebot:#ubuntu-release- New: accepted apache-mode-el [amd64] (cosmic-proposed) [2.1+4.g97bf66c-1]23:19
-queuebot:#ubuntu-release- New: accepted gmbal-pfl [amd64] (cosmic-proposed) [4.0.1-b003-1]23:19
-queuebot:#ubuntu-release- New: accepted boxquote-el [amd64] (cosmic-proposed) [2.1-2]23:19
-queuebot:#ubuntu-release- New: accepted hyperscan [amd64] (cosmic-proposed) [5.0.0-2]23:19
-queuebot:#ubuntu-release- New: accepted rust-csv-core [amd64] (cosmic-proposed) [0.1.4-1]23:19
-queuebot:#ubuntu-release- New: accepted rust-csv-core [armhf] (cosmic-proposed) [0.1.4-1]23:19
-queuebot:#ubuntu-release- New: accepted rust-csv-core [ppc64el] (cosmic-proposed) [0.1.4-1]23:19
-queuebot:#ubuntu-release- New: accepted hyperscan [i386] (cosmic-proposed) [5.0.0-2]23:19
-queuebot:#ubuntu-release- New: accepted rust-csv-core [i386] (cosmic-proposed) [0.1.4-1]23:19
-queuebot:#ubuntu-release- New: accepted rust-csv-core [arm64] (cosmic-proposed) [0.1.4-1]23:19
-queuebot:#ubuntu-release- New: accepted rust-csv-core [s390x] (cosmic-proposed) [0.1.4-1]23:19

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