[07:19] Good morning [09:41] jamespage: 5 smoke failures on bionic-stein-updates. trying proposed now. [09:51] Hi [09:51] I installed a 18.04 server with automatic lvm partition layout [09:52] with 240Go disk, the ubuntu-lv is only 4go [09:52] and now full... [09:52] I tried to extend and it's ok [09:52] 4Gb is quite small for a root-fs.... [09:52] yes :/ [09:53] when I boot now it showing no space... [09:53] Did you forget to extend the fs? [09:53] I tried resize2fs but it can't find valid filesystem block [09:54] I tried: resize2fs /dev/ubuntu-vg/ubuntu-lv [09:54] Could you pastebin the output of `sudo pvs`, `sudo vgs` and `sudo lvs`? [09:54] "Filesystem has unsupported read-only features" [09:55] I'm in live cd right now :p [09:55] Trying to paste that [09:57] https://pastebin.com/GDa69fXa [09:58] looks good to me :/ [10:00] You forgot the `sudo lvs` 😉 [10:02] lordievader: sorry https://pastebin.com/4r3mR9c1 [10:05] Yes, that looks good. `sudo resize2fs /dev/ubuntu-vg/ubuntu-lv` gave an error? [10:05] I'm on 16.04 live [10:05] Also, why are you using LVM if you only have a single paritition claming all the space? [10:05] it says e2fsck get a newer version [10:06] that was auto during installing [10:06] my bad :/ [10:07] will try from 18.04 livecd [10:22] resize2fs ok via 18.04 livecd.... [10:22] thanks lordievader [11:06] coreycb: +1 great! [11:07] jamespage: well, up to 13 on proposed but getting there and it might just be limited to nova api [11:25] coreycb: ok [11:25] I'll take a peek as well [11:26] Does anyone know what this lintian error means, or how to fix it? [11:26] E: libphp7.2-embed: package-must-activate-ldconfig-trigger usr/lib/libphp7.2.so [11:28] cpaelzer rbasak Do you guys know? [11:29] kstenerud: I do, but the full detail is a bit complex to explain. Have you done any Googling on this? [11:29] kstenerud: start by trying to understand what ldconfig does [11:29] yes. All I get for any lintian errors is a list of lintian reports [11:30] kstenerud: and then what dpkg triggers do. [11:30] but nothing about an explanation of what the error codes mean [11:30] The actual meaning of the lintian errors seems to have been lost in time, not documented anywhere [11:31] First hit: https://lintian.debian.org/tags/package-must-activate-ldconfig-trigger.html [11:31] Does the extended description at the top there not explain it? [11:32] oh hang on yeah just saw that. I didn't notice the yellow bit at the top, only the list of failing packages [11:33] rbasak: But one other question: The error only shows up in an sbuild, not when I run lintian manually. What does sbuild do differently to get the different error list? [11:35] kstenerud: sbuild runs the version of lintian that's in the target release. That might be different perhaps? [11:36] Besides that, lintian has a bunch of severity and reportingg options that might be affecting the output. Also, finally, lintian runs some checks on the sources and others on the built binaries. When you run locally are you doing both? [11:36] I'm just running it on the dsc file [11:37] so I'd need to run it against the deb file then? [11:38] All the generated deb files, yes. [11:39] ok thanks [11:53] coreycb: hmm ImagePropertiesFilter is removing all hosts [12:48] jamespage: ah yeah that's interesting [13:26] Happy mailman day everyone! === tobias-urdin is now known as tobeass-urdin [15:14] kstenerud: is that a lintian error not present in debian? [15:14] nacc: I'm not sure. I'm trying to port over php 7.2.15 from upstream [15:15] I'm trying adding libphp-embed.triggers to see if that helps [15:18] kstenerud: well, i mean, it's already in bionic and cosmic [15:19] yeah, but they were upgraded from 7.2.10, whereas devel is at 7.2.11 [15:19] kstenerud: is that error present in the pkg currently in dd ? [15:19] how would I check? [15:20] kstenerud: you can run lintian on those src and debs, no? [15:20] on 7.2.11-3build2, that is [15:25] oh [15:25] tested 7.2.15 on bionic, passes with no warnings/errors [15:25] let's see about disco [15:28] 7.2.11 also passes [15:28] interesting, so it could be a lintian change in coordination with a srcpkg change? [15:30] I don't really know how this all works tbh [15:30] you only get the error from the binary debs? or from the srcpkg? [15:30] I get it when I try to sbuild [15:30] not from the source [15:30] oh [15:31] I've been chasing down how to do triggers because that's what the docs say to add [15:31] well, i mean sbuild is building the src :) [15:31] but adding debian/triggers didn't help, so now I'm trying debian/libphp-embed.triggers [15:33] https://lintian.debian.org/full/team+pkg-php@tracker.debian.org.html#php7.3_7.3.1-1 [15:33] so it's a bug in the debian package too [15:34] hmm weird I wonder why I'm not triggering it when I run it on the deb myself? [15:54] kstenerud: so sanity check, build the exact same sourc pacakge in a bionic sbuild [15:54] kstenerud: if it doesn't error, it's a behavior change in lintian, which seems themost likely [15:54] ok [15:54] but regardless, isn't the error going to cause it to be rejected in lp? [15:54] kstenerud: the build fails? [15:55] the build ends with status successful, and lintian fail [15:56] kstenerud: well, 7.3.2-3 built on disco [15:56] https://launchpad.net/ubuntu/+source/php7.3/7.3.2-3 [16:06] kstenerud: does the srcpkg invoke dh_makeshlibs? [16:07] actually since it's the same behavior in debian, we don't want to harden it more than them [16:16] kstenerud: yeah [16:16] kstenerud: my point above was that you're just doing an upstream update, which doens't change any packaging, which means it's not a regression, afaict from what is already in DD === lotuspsychje_ is now known as lotuspsychje [19:58] anyone have any experience running a local apt mirror? [20:02] Elagost, what's your actual question? [20:03] I'm trying to run do-release-upgrade on a server behind a local apt mirror. There are some files 404's on beause they're not in my pool, but I thought I had everything appropriately mirrored. [20:03] Is there a way to ensure I have a complete set of packages a server's going to need for an upgrade in mirror/ubuntu/pool/ ? [20:04] Is there, somewhere, an example /etc/apt/mirror.list that I can look at? [20:04] Trying to migrate our 14.04 servers to at least 16.04. [20:05] This guide was pretty helpful with getting the meta-release files, etc. http://blog.ef.net/2012/10/26/unbutu-release-upgrade-with-local-apt-mirror.html [20:06] but when i actually do-release-upgrade on the client machine, it 404's on DLing a bunch of packages that were not in its list of packages it was going to upgrade in the first place. [20:12] dependencies? [20:12] Likely. it's upgrading most of the packages on the system anyway. [20:13] but they ideally should be mirrored already; I'm pretty sure there's something in the mirror that I just don't have. [20:14] how did you populate your mirror? [20:14] using apt-mirror. [20:14] are you sure the 404s are packages and not something hosted outside the archive? (I have to admit I'm shockingly unaware of how do-release-upgrade works..) [20:16] it's the commandline version of update-manager, so it should disable all non-standard repositories [20:17] they're 404ing on something with the repo IP in it, but in pool/main/...etc... [20:17] Elagost: maybe you could paste the output you are seeing? [20:19] is it giving the 404s as errors or as info/warnings? [20:19] I'm not running the upgrades from this machine; it's a totally network isolated environment on a separate machine. I'll get output soon as I can. [20:19] the apt-mirror server is the only one with internet access. [20:20] And it's aborting the upgrade because of the 404s, so pretty confident they're errors. [20:22] Elagost: could you tell some of the package names that got 404? [20:23] 'zerofre' is one of them. It's looking for 1.0.3, and my apt mirror is hosting 1.0.2. It has the targz files and dsc files for 1.0.3, and the upgrade is requesting 1.0.3, but for some reason my mirror doesn't have the .deb for it. [20:23] I think there's something wrong with my apt-mirror. [20:24] But not sure what sort of stuff I should have in my /etc/apt/mirror.list. Just spitballing at this point, then re running apt-mirror and waiting for it to finish another 30GB at this point. [20:26] Elagost: OK, zerofree was not updated recently so that rules out the hypothesis that maybe the release file was pointing to an update published after your mirror sync'ed. [20:27] yeah, I've repeatedly run apt-mirror today after adding new repos. Not sure what all is the recommended default. [20:27] can't find documentation on it. [20:28] I think most mirrors are using the double-rsync method [20:31] apt-mirror's man page: "* It never produces an inconsistend mirror including while mirroring" :) [20:49] Well, now I'm mirroring security.ubuntu.com as well as us.archive.ubuntu.com. That should help in some way at least. [20:49] Elagost, are you sure you need a mirror? Most people who want a mirror would be better off with a caching proxy [20:52] lordcirth: That might be better. It was set up this way before I got here though :) [20:54] definitely caching proxy would be way less bandwidth [20:54] exactly; there are a lot of packages here that I don't need. but it's a drop in the bucket compared to some of our other servers! [20:55] nod, a lot of laptops could host a full archive mirror :) [20:55] rpi with a usb enclosure.. [20:56] that would be awful! [22:36] * keithzg[m] swears by apt-cacher-ng === cryptodan is now known as cryptodan_mobile === sadin999_ is now known as sadin999 === beisner_ is now known as beisner === noganoo_ is now known as noganoo === npochet_ is now known as npochet === PaulW2U_ is now known as PaulW2U === diddledan_ is now known as diddledan === setuid_ is now known as setuid === jamespage_ is now known as jamespage === peltre_ is now known as peltre === mwhahaha_ is now known as mwhahaha === trobotham1 is now known as trobotham