/srv/irclogs.ubuntu.com/2022/08/05/#ubuntu-devel.txt

=== Serge_ is now known as hallyn
=== bmilfo[m] is now known as bmilfo
=== bmilfo is now known as bcm
felipeHello02:19
Unit193G'bye02:27
geniiYou say Hello, I say G'bye03:36
* genii humes the rest03:36
genii-e03:36
Psil0[m]1Hey everyone, looking to get my hands dirty and looking for ways to help the community. How would I find out what is in demand or what is something I can do that is productive, to attempt to find a team or a project to work with?04:12
Psil0[m]1If someone can point me into a direction of something that is being completed, or in the works I could perhaps talk to some team leads and see how I can help out? Have SRE Experience.04:13
Psil0[m]1Willing to fill bug reports, do write ups, what ever is required at the moment to kind of show my worth, if someone can point me into the right direction., it would be greatly appreciated, Thanks :)04:14
Unit193Psil0[m]1: Hello!  You've joined at the odd time of night, usually this is after the Americans have gone to bed and before the Euros have woken up.  If you'll stick around for a little while perhaps someone will show up with some good intro bits for you.04:28
Psil0[m]1:)04:47
Psil0[m]1Thank you Unit193 I figured :D You rock as my experience as an SRE :) and working with int teams.04:47
Psil0[m]1Thank you for your reply again, will stand by and start making accounts on launchpad etc.04:47
Unit193...Well I'm confused, but glad you got everything working out.  Depends on what you're looking for, and what flavor you like too.  There's usually documentation, testers are *always* needed and useful, or could help with bug reports, merges from Debian, etc.04:49
Psil0[m]1No i mean I figured most people are asleep, willing to wait :)04:55
Psil0[m]1I am just excited.04:55
Unit193Ah yeah, it's 1am for me. :)04:55
Psil0[m]1same here04:57
Psil0[m]1I am located in Toronto.04:57
Unit193Hah sweet, I'm just south of you then.  Well a fair bit south, but just over the lake.04:58
Psil0[m]1haha small world.04:58
schopinsrc:cargo is stuck in -proposed because of dependencies that aren't on i386. Is my understanding correct that I only need to ask archive admins to change this for those dependencies?08:46
lvoytekcoreycb and jamespage: Hi! I was looking to get openstack's virtualbmc package set up as a deb package in Ubuntu for convenient ipmi testing. I've currently got a repository and ppa set up for it that work with Kinetic. I'm planning to start the process of getting it added in, but first I just wanted to check with you too see if you have any additional notes or caveats about the package.16:11
ihmHi, I would like to add a new application to ubuntu, but I am not sure about the best way to do this: Try to build a package myself and get it accepted, or ask someone with more experience to build the package; what would be best ? (The application in question is https://github.com/marcIhm/harpwise btw); any help or pointers to more appropriate channels of communication would be appreciated.16:49
Eickmeyer[m]ihm: This might be a good starting point: https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages16:59
Eickmeyer[m]ihm: Speaking as the lead for Ubuntu Studio, your application kinda goes within my wheelhouse, but I'm kindof in a timecrunch to take it on right now.17:01
ihmI understand; does it make sense, if I start to work on this on my own ? And if time permits (later), someone would correct the errors I have made during packaging ?17:03
Eickmeyer[m]ihm: I'm actually looking over your github repository right now. Your application looks somewhat straightforward.17:03
ihmit is a ruby script with several dependencies listed in subdir install ...17:05
Eickmeyer[m]I see that. Wouldn't be hard to convert that to a debian/control file. Looks like no actually compiled code?17:06
ihmyes; installation would be copy-only (plus dependencies like sox, etc)17:07
Eickmeyer[m]Ok. So, it would probably live somewhere under /usr/lib/harpwise with a symlink under /usr/bin, correct?17:08
ihmyes; thats how I use it myself currently.17:08
Eickmeyer[m]Ok, that seems sane enough to me.17:08
coreycblvoytek: Hi, thanks for working on that. happy to take a look if/when you want. we can upload the source to lp:~ubuntu-openstack-dev if it is in a git repo and add it to the list of packages we update each release.17:10
Eickmeyer[m]Give me a couple weeks, I can probably get it into 22.10. It has to undergo an extensive review process, which might take some time since those that review it are working on the 22.04.1 release currently.17:10
Eickmeyer[m]But, I can definitely package this, ihm .17:10
Eickmeyer[m]ihm: Real quick, do you have any idea about the copyright owners of the fonts that you included?17:11
lvoytekcoreycb: Awesome, thanks! My fork of the repository with the debian packaging additions is located here: https://github.com/lvoytek/virtualbmc/tree/debian17:12
ihmI copied them from toilet and figlet and fixed one error ...17:12
Eickmeyer[m]ihm: Right, but I need to know who actually owns the copyright to those and how they're licensed otherwise I can't package those.17:15
Eickmeyer[m] That needs to be documented alongside them.17:15
ihmOkay I will look into this; maybe I will add toilet as a dependency too, than all the fonts will be present. After fixing this or updating it; how would I come back (in a few days) here on IRC or should I start a topic on the mailing list (ubuntu-devel)17:17
coreycblvoytek: great. do you mind if I make a few changes to align with the current openstack packages?  it doesn't look like it's been uploaded so I could make the changes in the current version.17:18
Eickmeyer[m]ihm: You can message me directly, or in #ubuntustudio-devel since that might be more appropriate. It gets into the exact same repo, Ubuntu Studio isn't a separate distribution.17:18
lvoytekcoreycb: Yeah that's fine by me, thanks for helping get this set up!17:19
ihmOkay, great ! I will come back as soon as I have cleared up copyrights for fonts ...17:19
Eickmeyer[m]ihm: Awesome, thanks! I'll sub to your github repo for updates.17:20
lucaskanashiro[mihm: have you considered packaging your software in debian first?17:20
ihmThanx !17:21
Eickmeyer[m]lucaskanashiro: I don't mind, it's in the wheelhouse of Ubuntu Studio as an instrument-type application.17:22
lucaskanashiro[mEickmeyer: I see, no problem with that. It is just that it could be useful also for debian users, and Ubuntu would sync it anyway17:23
Eickmeyer[m]lucaskanashiro: Absolutely. I'm on the Debian Multimedia Team as well and get stuff upstreamed all the time.17:24
ihmWell, for me Ubuntu is large enough a community. And I fear, that it would be more difficult to get it into ubuntu ...17:24
ihmI meant "debian" instead of "ubunut"17:24
lucaskanashiro[mthe packaging work needed is basically the same17:25
Eickmeyer[m]Well, either way I'm in direct contact with the DMT all the time, and they tend to take my packaging work and upstream it, so it's all good. Eventually it makes its way there. Happened with lsp-plugins and other packages.17:26
ihmUbuntu alone would be great ! I do not use debian and it might be problematic to get the audio-stuff right (you know better of course); so in my opinion I would like to target Ubuntu ... thanx and offline !17:29
jawn-smithLocutusOfBorg: I just noticed you did an upload yesterday updating opencv to use tbb2 with the note "needed for opencolorio"18:41
jawn-smithAre you working on packaging the new upstream opencolorio?18:41
jawn-smithI have been as well and recently got it building successfully in a PPA18:42
enr0nCan a core dev please trigger the PPA autopkgtests listed here? https://paste.ubuntu.com/p/hVM8ccRYcn/20:00
enr0nTIA20:00
bdmurrayenr0n: Have you been looking at ubuntu-release-upgrader bugs at all?20:09
bdmurrayI'll run those tests20:09
enr0nbdmurray: Yes I have been. I went through 15 or 20 earlier this week.20:10
enr0nbdmurray: And thanks!20:10
bdmurrayenr0n: nothing worrisome?20:10
enr0nbdmurray: No, just the usual suspects. PPA packages, network/mirror issues (no official mirrors), etc.20:11
bdmurrayarraybolt3[m]: ubuntu-release-upgrader usually have enough information in them that it doesn't matter what the reporter wrote e.g. bug 198320920:11
ubottuBug 1983209 in ubuntu-release-upgrader (Ubuntu) "trying to do release upgrade to 22.04" [Undecided, Incomplete] https://launchpad.net/bugs/198320920:11
arraybolt3[m]bdmurray: Good to know, I figured such bugs were just the user did something wrong. Thanks, I will know that for next time (I was juuust about to mark a similar bug as a question too!).20:12
bdmurrayenr0n: actually it looks like hosthink.net is an official mirror20:14
sarnoldI can't find 'think' on https://launchpad.net/ubuntu/+archivemirrors20:15
bdmurrayI'd looked at the mirror.cfg file in ubuntu-release-upgrader which I guess is slightly out of date!20:17
bdmurrayarraybolt3[m]: which bug?20:44
arraybolt3[m]bdmurray: LP: #198373320:45
ubottuLaunchpad bug 1983733 in ubuntu-release-upgrader (Ubuntu) "failure during attempted upgrade from 21.10 to 22.04 on framework laptop" [Undecided, New] https://launchpad.net/bugs/198373320:45
arraybolt3[m]I've not touched it yet.20:45
bdmurrayIf you are interested in these type of bugs the first thing to look at is VarLogDistupgradeMainLog.txt20:47
arraybolt3[m]bdmurray: OK, I'll do that.20:49
coreycblvoytek: I pushed to https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/virtualbmc?h=master20:58
coreycbbasically using this [1] to start things, but most is similar to what you had [1] https://github.com/openstack-charmers/pydeb-cookiecutter20:59
coreycbthere are some more details on how we add new releases and build here: https://wiki.ubuntu.com/OpenStack/CorePackages21:00
coreycblvoytek: I'll hold off on uploading until you give a +121:01
lvoytekcoreycb: Nice, looks good to me! Thanks21:02
luis220413Please sponsor the SRU in bug 196973421:02
ubottuBug 1969734 in network-manager-openconnect (Ubuntu) "[Jammy] NetworkManager-openconnect 1.2.6 not compatible with openconnect 8.20" [High, Confirmed] https://launchpad.net/bugs/196973421:02
coreycbivoks: ok will do21:02
luis220413This is a fatal bug for users of GlobalProtect VPNs with a common server-side configuration.21:03
luis220413This package is in the universe component, but is preinstalled in Kubuntu and Ubuntu Studio and try to get it into the main component for 20.04 and later sufficiently before Feature Freeze.21:04
luis220413And have it preinstalled in Ubuntu Desktop and all other flavors21:04
lvoytekcoreycb: Also thanks for the link to pydeb-cookiecutter, I'll keep it in mind when working with python modules in the future21:07
coreycblvoytek: you're welcome. thanks again for the package!21:09
luis220413Can anyone sponsor the SRU in bug 1969734?21:31
ubottuBug 1969734 in network-manager-openconnect (Ubuntu) "[Jammy] NetworkManager-openconnect 1.2.6 not compatible with openconnect 8.20" [High, Confirmed] https://launchpad.net/bugs/196973421:31
bdmurrayluis220413: it was sponsored by sil_2100 and you can find in the queue here https://launchpad.net/ubuntu/jammy/+queue?queue_state=1&queue_text=cryptsetup21:38
luis220413bdmurray: Thanks!21:38
bdmurraysorry here21:38
bdmurrayhttps://launchpad.net/ubuntu/jammy/+queue?queue_state=1&queue_text=openconnect21:38
bdmurrayThe SRU queue for Jammy is currently soft-frozen for the 22.04.1 point release21:38
bdmurrayAdditionally the queue is generally processed from oldest to newest and there 40 other things in the queue21:39
bdmurraySo it could be a wee bit21:39
bdmurrayI'm going to unsubscribe the Ubuntu Sponsors team given that it has already been sponsored21:40
luis220413bdmurray: OK21:45

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