/srv/irclogs.ubuntu.com/2019/03/01/#ubuntu-server.txt

lordievaderGood morning07:19
coreycbjamespage: 5 smoke failures on bionic-stein-updates. trying proposed now.09:41
omletHi09:51
omletI installed a 18.04 server with automatic lvm partition layout09:51
omletwith 240Go disk, the ubuntu-lv is only 4go09:52
omletand now full...09:52
omletI tried to extend and it's ok09:52
lordievader4Gb is quite small for a root-fs....09:52
omletyes :/09:52
omletwhen I boot now it showing no space...09:53
lordievaderDid you forget to extend the fs?09:53
omletI tried resize2fs but it can't find valid filesystem block09:53
omletI tried: resize2fs /dev/ubuntu-vg/ubuntu-lv09:54
lordievaderCould you pastebin the output of `sudo pvs`, `sudo vgs` and `sudo lvs`?09:54
omlet"Filesystem has unsupported read-only features"09:54
omletI'm in live cd right now :p09:55
omletTrying to paste that09:55
omlethttps://pastebin.com/GDa69fXa09:57
omletlooks good to me :/09:58
lordievaderYou forgot the `sudo lvs` 😉10:00
omletlordievader: sorry https://pastebin.com/4r3mR9c110:02
lordievaderYes, that looks good. `sudo resize2fs /dev/ubuntu-vg/ubuntu-lv` gave an error?10:05
omletI'm on 16.04 live10:05
lordievaderAlso, why are you using LVM if you only have a single paritition claming all the space?10:05
omletit says e2fsck get a newer version10:05
omletthat was auto during installing10:06
omletmy bad :/10:06
omletwill try from 18.04 livecd10:07
omletresize2fs ok via 18.04 livecd....10:22
omletthanks lordievader10:22
jamespagecoreycb: +1 great!11:06
coreycbjamespage: well, up to 13 on proposed but getting there and it might just be limited to nova api11:07
jamespagecoreycb: ok11:25
jamespageI'll take a peek as well11:25
kstenerudDoes anyone know what this lintian error means, or how to fix it?11:26
kstenerudE: libphp7.2-embed: package-must-activate-ldconfig-trigger usr/lib/libphp7.2.so11:26
kstenerudcpaelzer rbasak Do you guys know?11:28
rbasakkstenerud: I do, but the full detail is a bit complex to explain. Have you done any Googling on this?11:29
rbasakkstenerud: start by trying to understand what ldconfig does11:29
kstenerudyes. All I get for any lintian errors is a list of lintian reports11:29
rbasakkstenerud: and then what dpkg triggers do.11:30
kstenerudbut nothing about an explanation of what the error codes mean11:30
kstenerudThe actual meaning of the lintian errors seems to have been lost in time, not documented anywhere11:30
rbasakFirst hit: https://lintian.debian.org/tags/package-must-activate-ldconfig-trigger.html11:31
rbasakDoes the extended description at the top there not explain it?11:31
kstenerudoh hang on yeah just saw that. I didn't notice the yellow bit at the top, only the list of failing packages11:32
kstenerudrbasak: 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:33
rbasakkstenerud: sbuild runs the version of lintian that's in the target release. That might be different perhaps?11:35
rbasakBesides 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
kstenerudI'm just running it on the dsc file11:36
kstenerudso I'd need to run it against the deb file then?11:37
rbasakAll the generated deb files, yes.11:38
kstenerudok thanks11:39
jamespagecoreycb: hmm ImagePropertiesFilter is removing all hosts11:53
coreycbjamespage: ah yeah that's interesting12:48
rbasakHappy mailman day everyone!13:26
=== tobias-urdin is now known as tobeass-urdin
nacckstenerud: is that a lintian error not present in debian?15:14
kstenerudnacc: I'm not sure. I'm trying to port over php 7.2.15 from upstream15:14
kstenerudI'm trying adding libphp-embed.triggers to see if that helps15:15
nacckstenerud: well, i mean, it's already in bionic and cosmic15:18
kstenerudyeah, but they were upgraded from 7.2.10, whereas devel is at 7.2.1115:19
nacckstenerud: is that error present in the pkg currently in dd ?15:19
kstenerudhow would I check?15:19
nacckstenerud: you can run lintian on those src and debs, no?15:20
naccon 7.2.11-3build2, that is15:20
kstenerudoh15:25
kstenerudtested 7.2.15 on bionic, passes with no warnings/errors15:25
kstenerudlet's see about disco15:25
kstenerud7.2.11 also passes15:28
naccinteresting, so it could be a lintian change in coordination with a srcpkg change?15:28
kstenerudI don't really know how this all works tbh15:30
naccyou only get the error from the binary debs? or from the srcpkg?15:30
kstenerudI get it when I try to sbuild15:30
kstenerudnot from the source15:30
naccoh15:30
kstenerudI've been chasing down how to do triggers because that's what the docs say to add15:31
naccwell, i mean sbuild is building the src :)15:31
kstenerudbut adding debian/triggers didn't help, so now I'm trying debian/libphp-embed.triggers15:31
nacchttps://lintian.debian.org/full/team+pkg-php@tracker.debian.org.html#php7.3_7.3.1-115:33
naccso it's a bug in the debian package too15:33
kstenerudhmm weird I wonder why I'm not triggering it when I run it on the deb myself?15:34
nacckstenerud: so sanity check, build the exact same sourc pacakge in a bionic sbuild15:54
nacckstenerud: if it doesn't error, it's a behavior change in lintian, which seems themost likely15:54
kstenerudok15:54
kstenerudbut regardless, isn't the error going to cause it to be rejected in lp?15:54
nacckstenerud: the build fails?15:54
kstenerudthe build ends with status successful, and lintian fail15:55
nacckstenerud: well, 7.3.2-3 built on disco15:56
nacchttps://launchpad.net/ubuntu/+source/php7.3/7.3.2-315:56
nacckstenerud: does the srcpkg invoke dh_makeshlibs?16:06
kstenerudactually since it's the same behavior in debian, we don't want to harden it more than them16:07
nacckstenerud: yeah16:16
nacckstenerud: 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 DD16:16
=== lotuspsychje_ is now known as lotuspsychje
Elagostanyone have any experience running a local apt mirror?19:58
lordcirthElagost, what's your actual question?20:02
ElagostI'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
ElagostIs 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:03
ElagostIs there, somewhere, an example /etc/apt/mirror.list that I can look at?20:04
ElagostTrying to migrate our 14.04 servers to at least 16.04.20:04
ElagostThis 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.html20:05
Elagostbut 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:06
JanCdependencies?20:12
ElagostLikely. it's upgrading most of the packages on the system anyway.20:12
Elagostbut they ideally should be mirrored already; I'm pretty sure there's something in the mirror that I just don't have.20:13
sarnoldhow did you populate your mirror?20:14
Elagostusing apt-mirror.20:14
sarnoldare 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:14
JanCit's the commandline version of update-manager, so it should disable all non-standard repositories20:16
Elagostthey're 404ing on something with the repo IP in it, but in pool/main/...etc...20:17
sdezielElagost: maybe you could paste the output you are seeing?20:17
JanCis it giving the 404s as errors or as info/warnings?20:19
ElagostI'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
Elagostthe apt-mirror server is the only one with internet access.20:19
ElagostAnd it's aborting the upgrade because of the 404s, so pretty confident they're errors.20:20
sdezielElagost: could you tell some of the package names that got 404?20:22
Elagost'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
ElagostI think there's something wrong with my apt-mirror.20:23
ElagostBut 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:24
sdezielElagost: 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:26
Elagostyeah, I've repeatedly run apt-mirror today after adding new repos. Not sure what all is the recommended default.20:27
Elagostcan't find documentation on it.20:27
sarnoldI think most mirrors are using the double-rsync method20:28
Elagostapt-mirror's man page: "* It never produces an inconsistend mirror including while mirroring" :)20:31
ElagostWell, now I'm mirroring security.ubuntu.com as well as us.archive.ubuntu.com. That should help in some way at least.20:49
lordcirthElagost, are you sure you need a mirror? Most people who want a mirror would be better off with a caching proxy20:49
Elagostlordcirth: That might be better. It was set up this way before I got here though :)20:52
sarnolddefinitely caching proxy would be way less bandwidth20:54
Elagostexactly; 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:54
sarnoldnod, a lot of laptops could host a full archive mirror :)20:55
sarnoldrpi with a usb enclosure..20:55
Elagostthat would be awful!20:56
* keithzg[m] swears by apt-cacher-ng22:36
=== 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

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