/srv/irclogs.ubuntu.com/2017/03/03/#ubuntu-server.txt

WebDevBCould anyone help with this? http://stackoverflow.com/questions/42568194/fresh-lamp-setup-old-cakephp00:13
drablol, spent the entire day on it without making the connection...02:52
drabstgraber: thank you so much for writing that series of posts, they have been basically the best ref for lxd so far02:53
drabon that page I linked earlier it says that nesting is not supported on ZFS, but to run Docker inside a container it says it needs nesting. Does it mean no docker in lxc on zfs?03:02
sarnoldwhat storage engines does docker do these days? can you do "plain old dumb directory" thing? that might work03:04
sarnoldor does it only have fancier things like zfs and overlay?03:04
drabthe problem isn't docker tho, the rpoblem seems to be my requirement to use ZFS as a backend and that backend not supporting nesting03:05
drabaltho I guess I could carve out an exception, ie a partition on the disk, and convert that to lvm or something and start the container for docker stuff there, but it's not very practical03:06
sarnoldI really hope we get zfs delegated authority sometime soon. that'd be so much omre convenient..03:06
drabin any case, this lxc stuff is pure gold, I wish I had got on it a while back, would have saved me a lot of time over virtualbox, altho tbh it hasn't been that bad with snapshots03:06
drabsarnold: it'd be good to also get the ability to restore to any wanted snap, that seems also not possible according to that page03:07
drabie can only restore from last snap, which I don't get why, but maybe I shoud just try it :)03:07
drabthe other thing I haven't figure out is this macvlan business03:07
drabit works, but I can't ping the host, which is expected. I read you can also put the host on a macvlan, but haven't figured out how03:08
draband some macvlan tutorials talk about creating a macvlan interface on the host as if it was a bridge, but lxc works already with it and no such interface was created03:08
sarnolddrab: that's a surprising limitation of zfs -- you have to destroy the other snaps in order to get to the older one... I've never tried, but it might work, to clone the older snap and use that instead.03:08
drabyeah, I'll test, I'm still new to both things03:09
drabit just seemde to be the right tech to invest on to rebuild this VM host / NAS03:09
draband so far I'm hella pleased with the results03:09
drabthese are really just minor inconveniences that can be worked around03:09
drabmainly need to figure out the macvlan stuff and backups, apparently sending zfs snapshots won't work03:10
drabbut not too sure, haven't read/experimented with that part yet, just seen some blog posts floating around about it03:10
drabbbl03:10
sarnolddrab: have you seen this yet? https://pthree.org/2012/12/04/zfs-administration-part-i-vdevs/03:13
=== mwsb is now known as chuuu
=== chuuu is now known as chu
=== pavlushka is now known as whizzkid
=== whizzkid is now known as pavlushka
=== n1ce_ is now known as n1ce
Genk1Hello09:40
Genk1Is it normal to have one root password for each server ?09:40
Genk1I want to manage my servers via software provisioning system but they seems to only  adhere to the idea of 1 password for all servers09:42
ronatorhi. how come systemd has different proc names then 'ps'? I was looking for php-fpm, but only systemctl told true proc name php-fpm7.1 - 'ps -aux' shows different names? is that supposed to be normal? what's the replacement to 'ps' though since I cant rely on the names it outputs ...10:03
ronatorps aux | grep php-fpm -> "php-fpm: pool www"10:04
ronatorbut with sysctl ->  Main PID: 828 (php-fpm7.1)10:04
ronatorsystemctl sry10:04
zioprotozul: are you here ?10:32
jamespagezioproto: you're a bit early for him right now - he's based in canada10:38
zioproto:)11:50
zulzioproto: here now12:50
zioprotohello zul12:50
zulzioproto: whats up12:50
zioprotothe nova xenial packages12:51
zioproto13.1.312:51
zioprotoare out ?12:51
zulnope not yet....they still need to be accepted by the SRU team12:51
zioprotook12:51
zioprotothere is a queue in launchpad to monitor ?12:51
zulzioproto: not that i know of12:53
fricklerzioproto: zul: https://launchpad.net/ubuntu/xenial/+queue?queue_state=1&queue_text=12:55
zulfrickler: thanks12:55
=== marcoceppi_ is now known as marcoceppi
zulcoreycb: huh? https://bugs.launchpad.net/bugs/166976613:50
ubottuLaunchpad bug 1669766 in Ubuntu Cloud Archive "Keystone version package for Ocata" [Undecided,Incomplete]13:50
coreycbi assume he's missing an apt update13:51
mandrakebuona sera14:11
mandrake!list14:11
ubottumandrake: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».14:11
=== powersj` is now known as powersj
=== disposable3 is now known as disposable2
iGenihow do i auto start /usr/local/bin/supervisord -n -c /etc/supervisord.conf  with ubuntu 16.14:54
iGenii made a file in /lib/systemd/system named systemd-supervisord.service  with content https://dpaste.de/Ji9X14:55
iGenibut that aint working14:55
coreycbbeisner, pyeclib and liberasurecode1 are ready to promote from newton-proposed -> newton-updates14:56
iGenialso tried as supervisord.service14:59
sonu_nk hi i am facing issue with roundcube. https://paste.ubuntu.com/24102633/15:56
sonu_nkdpkg: error processing package roundcube (--configure):15:56
sonu_nkhi i want to install mail server on my ubutnu 1616:00
sonu_nkand need you help16:00
compdocan entire mail server? or do you just need to send some notices?16:02
sonu_nkcompdoc: entire email server...16:03
sonu_nkcompdoc: can you help me in this insallation?16:03
compdocI use a distro thats ready made, and run it as a kvm guest. You probably want sendmail to install on ubuntu16:05
sonu_nkfirst i need to install postfix...16:05
sonu_nkright16:05
compdocerr, postfix - yess16:05
fricklerzul: can you also add horizon to https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1664306 for completeness? I saw that you created a new build and pushed to yakkety already16:07
ubottuLaunchpad bug 1664306 in swift (Ubuntu Yakkety) "newton stable SRU releases" [Undecided,New]16:07
zulfrickler:done16:09
drabsarnold: yep, thanks, that was pretty much my intro to zfs16:28
drabone of the best guides I found16:28
drabsarnold: the other one that's really good, as an intro, is from freenas: https://forums.freenas.org/index.php?threads/slideshow-explaining-vdev-zpool-zil-and-l2arc-for-noobs.7775/16:29
drabit has *a lot* of good stuff in it, and not just theory, lots of practical stuff from direct experience16:29
drabunfortnuately in neither I see an answer to my questions ;)16:30
=== ejat_ is now known as ejat
=== kaosine_ is now known as kaosine
=== rxc is now known as Guest65792
=== lfrlucas_ is now known as lfrlucas
=== Dmitrii-Sh_ is now known as Dmitrii-Sh
=== wolsen_ is now known as wolsen
=== tarpman_ is now known as tarpman
=== diddledan_ is now known as diddledan
=== robher_ is now known as robher
=== rmcadams_ is now known as rmcadams
=== beardfac1 is now known as beardface
=== maxb_ is now known as maxb
=== apw_ is now known as apw
=== karstensrage_ is now known as karstensrage
=== thib_ is now known as thib
=== JanC_ is now known as JanC
=== PaulePan1er is now known as PaulePanter
=== madsa_ is now known as madsa
=== j7k6_ is now known as j7k6

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