/srv/irclogs.ubuntu.com/2018/05/18/#ubuntu-devel.txt

tsimonq2rbasak, nacc: Here you go: https://code.launchpad.net/~tsimonq2/usd-importer/+git/add-lubuntu/+merge/34579900:42
scientesrealtek wireless drivers suck04:21
scientesi just patched the 8822bu driver to work with 4.15+04:21
tarzeauwhen is popcon.ubuntu.com going to be fixed?09:17
TheMasterDid someone file an issue with rt?  I've done that in the past to get it fixed.09:18
tarzeauwhere's the rt? i'll file it09:18
tarzeauTheMaster: past? being > 1 year?09:18
tarzeauWed Jun 22 15:09:05 2016 UTC last update09:19
tarzeau2 years almost09:19
tarzeauRETARDED, there's bugs for it on launchpad.net09:19
TheMasterYeah I quit filing them after it kept on breaking, it was fixed every time I filed it.09:19
TheMastertarzeau: rt@ubuntu.com09:19
tarzeauhow many more bug reporting places do they want? they already also have bug reports in gnome-software appstore09:19
tarzeauTheMaster: where can i look the bug up, after filing it?09:19
tarzeaudo you have your last mail that succeeded filing it? i'll just copy paste your's09:20
tarzeaucan you send it to alex@aiei.ch ?09:20
TheMasterI do not have it, no.  I used the web interface to file.09:20
tarzeauTheMaster: sent09:23
TheMastertarzeau: Looks like I filed it 5 years ago, also had gotten someone else to file one about 4 months later too.09:35
tarzeaui filed it got an auto reply to see further discussion in another channeld09:35
tarzeau#canonical-sysadmin09:36
tarzeaubut they say it's not their business09:36
TheMasterI would put money on a stale lock file.09:37
tarzeauit's another people, and they don't read rt@u-d09:37
seb128tarzeau, hey, just curious but do you see value in those popcon result/want to use them? like would it be let down if the site was removed rather fixed?09:37
seb128not saying that it's going to09:37
Laneyxnox: how does systemd decide if the system is 'running' do you know?09:37
tarzeauseb128: absolutely, YES!09:37
tarzeauI ABSOLUTELY ENJOY THE DATA YES09:38
tarzeaubut the major thing is, either inform people on the url, it's not there anymore AND REMOVE POPCON-deb package09:38
tarzeauOR fix it09:38
seb128yeah, agreed either it should be fixed or removed09:38
seb128unsure it provides useful data though09:39
tarzeaunot have the url work with half assed outdated data. making the poeople go crazy reporting it to gnome-software center review, launchpad and rt@u-d09:39
seb128it's strongly biased toward what is installed by default09:39
tarzeauseb128: maybe not useful for you. but maybe check the webserver access logfiles? of the time when it was up to date09:39
seb128"people" being you? ;)09:39
tarzeauit'll have the answer09:39
TheMasterThat's true, but can still be useful nevertheless.09:39
tarzeauthere's this other guy:09:39
tarzeauTheMaster: SAY SOMETHING!09:39
tarzeaui don't know how much work it needs kept running, if it was way too complicated, i'd also just get rid of it - but i have no idea, i was only user of it09:40
TheMasterIt was mentioned in the other channel that it's only useful to show 'installed', but that entirely ignores the 'vote' data..09:40
tarzeaui'm only interested in how many machines have it installed09:41
tarzeaubut then now that ubuntu 18.04 has snap, flatpak support, they should probably integrate/add that to popcon too:09:41
tarzeauhttp://www.aiei.ch/linux/sw09:41
TheMasterEh, I couldn't really care about that info.09:41
tarzeaui did write this littly thing for me to get an overview on cluster nodes and foreign-computers09:41
tarzeauTheMaster: what info are you looking for?09:41
TheMasterI'm only interested in things actually packaged.09:42
tarzeauTheMaster: i want to know of specific deb packages i maintain how many users do i have in debian, how many in ubuntu (registered popcon users)09:42
tarzeauTheMaster: anything you miss? or work on?09:42
Laneyxnox: oh right, I guess if some units are still activating09:42
tarzeauTheMaster: ah about non-deb packages. likewise here09:42
tarzeauTheMaster: so my sw script is to make sure there's no snap packages09:43
tarzeauTheMaster: for the at my @work place09:43
TheMastertarzeau: Yeah, I maintain a few packages in Debian too, but not usually the only things I'm interested in.09:43
tarzeauthe biggest issue now is pip packages, and getting them updated (or not, if people link stuff against cython stuff) not packaged, but hand installed09:43
Laneyxnox: so on artful & bionic in lxd it seems like we timeout waiting for dev-getty, do you know why that might be?09:48
Laneythat makes the time to running be 90 seconds09:48
xnoxLaney, need a copy of your container i guess. or how do recreate it locally?09:49
xnoxLaney, we possibly have bugs in the config of the default container.09:49
Laneyxnox: just lxc launch images:ubuntu/bionic/amd64 should do it I think09:51
Laneysee if it is 'starting' or 'running' after 5 seconds or so09:51
xnoxLaney, ack. I can look into it. note this is not the image that foundations produces, but it is stgraber's edition.09:52
Laneyyeah09:52
xnox# systemctl list-jobs09:53
xnoxJOB UNIT                                 TYPE  STATE09:53
xnox  1 graphical.target                     start waiting09:53
xnox 64 serial-getty@getty.service           start waiting09:53
xnox  2 multi-user.target                    start waiting09:53
xnox 58 getty.target                         start waiting09:53
xnox 82 systemd-update-utmp-runlevel.service start waiting09:53
xnox 66 dev-getty.device                     start running09:53
xnoxyeah, not sure why serial-getty@ is there.09:53
Laneyyeah, who put that there?10:00
xnoxLaney, # systemctl disable serial-getty@.service10:01
xnoxLaney, makes the reboot of said container faster. It is an odd thing:10:01
xnox# systemctl enable serial-getty@.service10:01
xnoxCreated symlink /etc/systemd/system/getty.target.wants/serial-getty@.service → /lib/systemd/system/serial-getty@.service.10:01
Laneywho's enabling it?10:02
xnoxgiven that no instance is specified, thus it's confusing as to what device it is picked to operate on. Imho that shouldn't execute at all.10:02
Laneysomething in the image build I guess10:02
xnoxLaney, most likely overlay metadata of the container.10:02
xnoxLaney, let me try digging as to where the images are built. I've done that once before.10:02
Laneyhttps://jenkins.linuxcontainers.org/view/Images/job/image-ubuntu/architecture=amd64,release=bionic,restrict=lxc-priv,variant=default/10:03
xnoxLaney, i wonder if this is systemd regression. cause it looks like serial-getty@.service "choose" to use bar part of the foo-bar@.service as the instance name.10:04
xnoxwhen in fact instance name is empty....10:04
xnox(normally foo-bar@instance.service)10:04
Laneylaney@nightingale> ls etc/systemd/system/getty.target.wants                                                                                                                                                           ~/Downloads/s10:04
Laney'getty@tty1.service'@10:04
Laneyhmm10:05
Laneyxnox: the ubuntu: images don't have this unit enabled10:05
Laneyjust getty@tty1 but not serial-getty@10:05
xnoxLaney, hehe =) i hope you feel special now10:12
LaneyI do feel confused10:12
Laneybut that's not special, quite normal :'(10:12
xnoxLaney, i guess my email is faster than yours ;-)10:12
xnoxLaney, back to image - i've tracked down the image rootfs in /var/lib/lxd/images by hash from image list, mounted it.... and it doesn't have said thing enabled in the image10:15
xnoxit's magic as to where it comes from10:15
Laneyxnox: I only get emails every 5 minutes, and even then there's no notification thank you very much10:16
* Laney goes to see what you're talking about :-)10:16
Laneyand yes indeed, that rootfs I linked doesn't have it enabled in there10:17
xnoxLaney, i get push pop-up on the phone & chrome browser on the desktop =)10:17
LaneyI reckon some runtime thing10:17
Laneyeww10:17
Laneymy phone is also on silent and turned face down10:17
Laneyhaha, thanks, what a nice email10:18
xnoxLaney, stgraber - 1) no idea where /etc/systemd/system/getty.target.wants/serial-getty@.service comes from 2) no idea why that runs at all, given no instance specified...10:22
Laneyxnox: it's actually serial-getty@getty that gets instantiated10:25
Laneythis seems weird10:25
xnoxLaney, yeah, that's also one more no-idea10:25
Laneythere's no DefaultInstance in there (or whatever it is)10:25
xnoxomg10:31
xnoxsomething is broken in systemd.10:31
xnoxLaney, so i created a service called 'foo-bar@.service' which does ExecStart=/bin/echo %i10:31
xnoximpossible to start it.10:31
xnoxLaney, made it "wanted by" getty.target, and I got this....10:31
xnox# ls -latr /etc/systemd/system/getty.target.wants/foo-bar\@.service10:32
xnoxlrwxrwxrwx 1 root root 19 May 18 10:30 /etc/systemd/system/getty.target.wants/foo-bar@.service -> ../foo-bar@.service10:32
xnoxMay 18 10:31:00 prepared-pony systemd[1]: Started foo-bar@getty.service.10:32
xnoxMay 18 10:31:00 prepared-pony systemd[92]: foo-bar@getty.service: Executing: /bin/echo getty10:32
Laneyhaha10:32
Laneygetty is a special case?10:32
Laney(hmm, there's a systemd-getty-generator)10:34
xnoxyeah, i'm looking into getty-generator.c and it appears to be mangling stuff in add_symlink10:36
Laneyxnox: this is just what systemd does...10:45
LaneyMay 18 11:45:26 nightingale systemd[3946]: Starting Why laney...10:45
LaneyMay 18 11:45:26 nightingale echo[9380]: laney10:45
Laneylaney@.target.wants/laney@.service -> ../laney@.service; systemctl --user start laney.target10:46
Laneyyou get @targetname apparently10:46
xnoxO_o10:46
* xnox is very puzzled.10:47
Laneyxnox: it's got to be that detect_container() <= 0 hasn't it?11:56
Laneyand add_serial_getty() get an empty string11:56
Laneybut we shouldn't get that far if detect_container works properly11:56
xnoxLaney, but container=lxc is set as an environment variable... hence detect_container should always work right12:11
xnoxLaney, also I hate that there is no logging from generators anywhere that I can see.12:11
Laneywell it should, if that /run/systemd/container thing is written at the right time12:12
xnoxroot@test-laney-slow-boot:/run# rm systemd/container12:13
xnoxroot@test-laney-slow-boot:/run# /lib/systemd/system-generators/systemd-getty-generator12:13
xnoxFound container virtualization lxc.12:13
xnoxAutomatically adding console shell.12:13
xnoxcontainer=lxc is set globally, as the environment =/12:13
xnoxi wonder if systemd clears that when launching generators12:13
* xnox ponders how to create lxd container and mangle it before booting it for the first time12:14
xnoxlxc init!12:16
Laneyxnox: it only uses the getenv thing if you're pid 1 though, so not sure how that works12:17
Laneyand yeah, when it works you get that console-shell thing which you don't get on normal first boot12:17
Laneymaybe the ptrace thing works though to fish the environment out of pid1 from another process12:18
xnoxLaney, well used init, and then modified things on disk, then started the container12:21
xnoxdiverted that generator to &> /run/getty.log12:21
Laneynice, I always forget about init12:21
xnoxto get12:21
xnox# cat /run/getty-generator.log12:21
xnoxAutomatically adding console shell.12:21
xnoxwhich is bad, as it doesn't say "detected container blah"12:21
xnoxlet me crank up the logging on said generator.12:22
Laneybut console-shell isn't there?12:22
xnox/dev/console should be there.12:22
xnoxand is mostly harmless.12:22
Laneythe unit isn't generated12:22
Laneyxnox: nope, I actually removed that generator completely and the units were still made :/12:29
xnoxLaney, i'm lost, strace lxd daemon?!13:06
Laneyxnox: ha, no thanks, let's rope in stgraber when he's around13:26
xnoxstgraber, in summary. we are confused and we need your expert guidance, cause it seems like the force is not with us anymore....13:29
smoseram i the only one ?14:53
smoserCould not establish FTP connection to upload.ubuntu.com: timed out14:53
smoserthat is just from 'dput' on cosmic14:53
ahasenackisn't this a policy violation? https://pastebin.ubuntu.com/p/JNtz6dZ7z9/14:54
ahasenackhaving libcurl3 shipping libcurl4 instead of libcurl314:54
cjwatsonsmoser: logs seem to think it's up and handling connections, and I can connect to it with lftp (for testing).  But of course FTP is often pretty firewall-sensitive, so if it's being problematic in your network environment then use SFTP.14:58
smoserwell,. it worked 30 minutes ago15:02
smoserand then not 20 minutes ago15:02
smoserand now it just worked.15:02
cjwatsonno indication of a problem in the logs15:02
smoserand just 'ftp upload.ubuntu.com' did get a login prompt when iut wasnt15:02
smoserodd.15:02
cjwatsonbut could be your network env.15:02
smoseryeah.. but i use the network sometimes15:03
smoseri would probably notice :)15:03
Nafalloubiquity seem to use $RELEASE for at least the live installer. now, where does it get that from? :-)15:04
Nafallo^-- xnox cyphermox: one of you might know?15:04
jbichaI'm having problems using dput to Ubuntu now also15:04
jbichaSFTP error uploading to upload.ubuntu.com: SSHException('Error reading SSH protocol banner',)15:06
jbichaor15:06
jbichaCould not establish FTP connection to upload.ubuntu.com: timed out15:06
smoserjbicha: i saw that and then it went away.15:08
smosercjwatson: ^15:08
cjwatsonhmm, pepo is very loaded15:10
cjwatsontop - 15:10:39 up 39 days, 20:34,  2 users,  load average: 34.18, 27.68, 18.7315:10
cjwatsonmaybe SAN sadness again15:11
cjwatsonit was bad for a while and then better when its load dropped15:12
jbichaok, my upload worked now15:12
Nafalloxnox cyphermox: never mind. found it when I checked the right source code :-)15:12
cjwatsonThe state of the SAN is an ongoing problem there though, so if it's that then it's not something I can fix in a couple of hours before my EOW.  wgrant ^- FYI15:13
cjwatsoninteresting, the load graph has a really obvious daily spike correlating with the apt-ftparchive cache vacuum15:13
cjwatsonwhich I guess would make sense, so another reason to try to move that to weekly and at a more fixed time15:17
=== caravena_ is now known as caravena
dmj_s76tseliot: What has changed between the old/new nvidia packaging?16:33
=== shiftplusone_ is now known as shiftplusone
Unit193sarnold: Poke?20:44
sarnoldhey Unit193 :)P20:48
sarnoldsigh20:48
sarnoldplease forgive typos, swapped keyboards again20:48
Unit193I just thought your beard was on sideways.  Mind a quick PM?20:48
sarnoldsure :)20:48
* sarnold double-checks his beard20:48

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