/srv/irclogs.ubuntu.com/2018/03/13/#ubuntu+1.txt

veeboxi pasted a big file to my desktop, but theres not a progress bar to be found02:02
=== tfgbd__ is now known as tfgbd_
chemnicHi. I noticed the option for encrypting home is not present in latest installer. Is this a bug, or intentional?16:27
TJ-chemnic: I've not seen mention of it but ecryptfs isn't being actively maintained any more and ext4 and other file-system are gaining support for native encryption so I suspect it's been dropped16:30
chemnicI suspect encrypting the whole system with LVM is encouraged then?16:33
TJ-well we've had FDE and per-user for a while, they're 2 different use cases16:34
TJ-FDE protects in a power-off state, per-user protects whilst logged out16:34
enycSilly (actually not so)  question:  Did anybody consider  btrfs or otherwise  as default ubuntu fs, instead of ext4?  =).17:09
Onigirienyc: Does btrfs still shred data in raid5 & 6 modes?17:10
enycOnigiri: i don't know =)17:12
enycOnigiri: there is a whole-mess brough-up with ubuntu-devs about ext4 setitngs and e2fsprogs compatibility, but thas another matter.17:13
TJ-enyc: one of the scenrios I thought about later re ext4 is when using iscsi, if the iscsi host is 16.04, exports a blkdev to an 18.04 host, which formats it ext4, then later the iscsi host needs to fsck that F/S ... or the opposite, 18.04 iscsi host, formats and exports an ext4 formatted F/S, to a 16.04 host 17:33
AlexPortableIs there a list of changes from 16.04 ?17:41
tomreynAlexPortable: https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes - not complete, yet, of course.17:43
Azure_ChaosHow stable is the new beta compared to debian testing im trying to switch if its decent.17:44
AlexPortableI've used gnome-session-fallback in the past on 16.04, how would this work out on 18.04 ?17:49
foresterI have read that synaptic will work again in 18.04. Is it so?17:50
foresterHi17:50
ecormierforester: it works...17:51
foresterThank you17:51
ecormierforester: no, I mean it works on 17.1017:51
foresterI have tryed beta 17.10 and it was not.17:52
ecormieryou have to login using xorg, not wayland17:52
foresterWill Synaptic be working in UbuntuMate due to snappy?17:52
ecormieror there is an xhost command you can run to make it work17:52
foresterok17:53
Odd_BlokeThe default desktop session in 18.04 will be X, not Wayland.17:53
Odd_Bloke(But under 17.10 you could still opt in to an X session.)17:53
foresterWhen log in.17:53
ecormierhttps://askubuntu.com/questions/963842/synaptic-not-launching-on-ubuntu-17-1017:54
tomreynand then there is the "xhost +SI:localuser:root" workaround, whihc i assume would also work for synaptic.17:54
foresterThank you17:54
ecormiertomreyn: yep17:54
AlexPortableI've set `XSession=gnome-fallback` in lightdmconfig, now moving to GDM, how do I set this?17:55
AlexPortableHow can i get a taskbar on ubuntu 18.04 ?18:07
enycTJ-: can you add that to relevant bug? 18:41
enycTJ-: i'm going to do a multi-boot test to check the grub2 issues following cjwatson's feedback in ubuntu-devel18:42
enycTJ-: ALSO -- ther ewoulg be peolpe ithotut JUST ubuntu.  My understanding is that upstream  e2fsprogs has  ONLY JUST (within days!!)  enabled 64bit,metadata_csum  'for everybody' by default.  tytso wearing "debian hat" had turned it on for  (usulally more technically skilled)  debian users, in order to get more testing...  it wonut' have been on many places for a while etc.18:43
TJ-enyc: Yeah, I read Ted's comments. I'll see if I can get some time tomorrow to set up a iscsi test harness18:44
estanhi folks. i might be going insane. i'm helping test out a package from bionic-proposed. i noticed that some files listed in the installed file list (dpkg -L libblosc-dev) wasn't present after installation.18:45
enycTJ-: i think it improtant you make some points clearly yourself,  explain etc.18:45
estanso i started investigating: https://paste.ubuntu.com/p/FMDjsJmypY/18:45
TJ-estan: where's the source for this package?18:45
enycTJ-: i have files to setup a VM:  I'm going to   14.04-server (with minimal updates,), install 16.04-server also similarly, then 18.04-nightly     i.e. no HWE kernels out of the box18:45
estanTJ-: it's synced unmodified from debian unstable, so it's here: https://salsa.debian.org/debian/c-blosc/tree/debian/master18:46
enycTJ-: then going to go update 14.04 and watch it rewrite bootloader ;p18:46
TJ-estan: give me a moment then18:46
enycTJ-: see how much  grub-probe and os-prober  etc etc gets on or chokes-to-death18:46
enycTJ-: INTERESTINGLY  it may be detecting/multi-booting those other os  with grub's own FS-reading code in userspace, not relying on 14.04 to have kernel support to mount the 18.04 FS18:47
estanTJ-: i had a little look at it, there's a libblosc-dev.examples, and the dh_installexamples helper is getting invoked during the package build (build log is here: https://launchpadlibrarian.net/360523710/buildlog_ubuntu-bionic-amd64.c-blosc_1.14.0+ds1-1_BUILDING.txt.gz)18:47
enycTJ-: do you agree with my initial multi-booting test-case ?18:47
enyc[efi multi booting is somewhat different, but thats another matter]18:47
estanTJ-: dpkg -L libblosc-dev lists those example files, they just haven't been copied to where they're supposed to be during package installation, for some reason.18:48
estan(i'm trying this out in an ubuntu:18.04 docker container, if that matters, i hope the docker container doesn't have some strange dpkg that strips out stuff :p)18:48
TJ-ha! "fatal: could not create work tree dir 'master': No space left on device" ... I love lvextend :)18:49
estani think i'm going to go ahead and blame these missing examples files on cosmic rays.18:57
TJ-estan: you're doing this in docker? is it redirecting /usr/share/doc/ to /dev/null ?18:59
estanTJ-: ah no, i started suspecting that and tried touching a file there. worked fine :/19:03
estanTJ-: https://paste.ubuntu.com/p/5MMRm2SkGT/19:04
TJ-estan: use "dpkg --debug=100 ..."19:06
estanTJ-: https://paste.ubuntu.com/p/FKgnVJS87f/ , hmm, so "D000100: tarobject nonexistent".19:12
estanbut it's strange, because if i open up the .deb (https://launchpad.net/ubuntu/bionic/+upload/17731721/+files/libblosc-dev_1.14.0+ds1-1_amd64.deb), and have a look at data.tar.xz, the examples are there just fine.19:14
estanhere's an excerpt from an strace of the dpkg process when (i think) it's trying to install one of the example files: https://paste.ubuntu.com/p/DhmpCR4njf/19:28
TJ-estan: did you build the package yourself or fetch it from the debian server?19:34
estanTJ-: i fetched it.19:34
estanfrom bionic-proposed using `apt-get download libblosc-dev`.19:34
TJ-estan: I can't reproduce your issue from the package itself, but I don't use docker. Does /any/ package manage to install anything under /usr/share/doc/ in that container?19:36
estani'm really starting to suspect something funny with docker/overlayfs.. here's one bug that seems at least vaguely similar to this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836211 (note how it was re-opened).19:36
ubottuDebian bug 836211 in linux "dpkg: Cannot upgrade some packages on overlayfs: Invalid cross-device link" [Normal,Open]19:36
TJ-estan: have you checkd dmesg for any file-system error reports?19:36
estanhm, actually. i had a look at the strace package (which i installed actively myself inside the container), and it's docs are broken as well.19:38
estane.g. https://paste.ubuntu.com/p/Tj23RQRs7K/19:39
estanso something with docker/overlayfs breaks it.19:39
estanthe dmesg isn't showing anything unusual.19:40
TJ-Like I said earlier, maybe the internal dpkg is redirecting to /dev/null to save space since docs aren't expected to be useful in a container19:41
estanaha, i thought you meant redirection at another level (like the fs), not a patched dpkg.19:42
estanbut now i think you may be right. i'll look at how the official ubuntu docker image is created.19:43
estanaha, bingo: https://paste.ubuntu.com/p/9m9HbW3cQp/19:50
estanthanks TJ-.19:50
estanvery sneaky. and i still haven't found out where that file is written. oh well.19:52
TJ-estan: haha, I looked at the dpkg.conf but didn't think they'd slip a run-parts file in there19:58
TJ-estan: based on your pastebin the file isn't extracted from the tar at all19:59
AlexPortableHow do I choose session to use on GDM?19:59
estanTJ-: yea. i didn't even know had such sneaky functionality built-in, and without even printing a big fat "hey i'm skipping this" during package installation.20:00
TJ-estan: :)20:01
estan(also underestimated the hoops the extent to which the docker image creating folks try to slim down people's images out of the box)20:01
estans/the hoops//20:01
TJ-yes, it's a good obsession after all the bloat there is in other realms20:02
TJ-looking at you, Electron!20:02
estan*shudder*20:02
* enyc grumbelsa nd mutters atd tries to get bionic boot image to work in virtualbox ;p20:12
* TJ- pets Qemu :)20:13
enycworknig with more ram ;p20:16
enyci didn't find a "server" image20:16
TJ-enyc: you mean an ubuntu-server /installed/ image?20:22
enycno 20:23
enycjust dvd-image20:23
enyciso-file20:23
enyc'for "server"20:23
TJ-http://cdimage.ubuntu.com/ubuntu-server/daily/current/20:23
enycoh ;p20:23
enycnever mind, ive got bionic-desktop installing on end of disk after the other 2 servers20:23
enyc'which is good enough20:23
enycfine to test this multi-boot-problem20:23
enyci'll see if 14.04 chokes and breaks grub in updating itself20:24
TJ-the cloud-image server has preinstalled bootables which are great for overlaying on a bootable disk layout https://cloud-images.ubuntu.com/bionic/current/20:24
archetech-UClient: HexChat 2.12.4 • OS: Ubuntu "bionic" 18.04 • CPU: Intel(R) Pentium(R) CPU G4400 @ 3.30GHz (992MHz) • Memory: Physical: 7.6 GiB Total (6.6 GiB Free) Swap: 1000.0 MiB Total (1000.0 MiB Free) • Storage: 13.1 GB / 168.3 GB (155.2 GB Free) • VGA: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] @ Intel Corporation Skylake Host Bridge/DRAM Registers • Uptime: 5m 28s20:44
archetech-Uoops20:44
enycTJ-: i see20:57
enycTJ-: neveretnhess now updating my 14.04 (going to put in a new kernel...)20:57
=== czesmir_ is now known as czesmir
AlexPortableHow do I achieve this on ubuntu? https://www.omgubuntu.co.uk/wp-content/uploads/2017/11/firefox-57-on-ubuntu.jpg23:21

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