[02:42] jayjo-: oh i'm good with things ;) [02:42] jayjo-: my opinion stands use the VNC solution for pfSense ;) It works :P [02:42] i'd give up with memstick installer [07:27] hey jamespage: would you mind taking a peek at the train and ussuri branches at https://code.launchpad.net/~chris.macnaughton/ubuntu/+source/python-cinderclient/+git/python-cinderclient - adding a Conflicts is something I've not done before so I'd hate to do it incorrectly :) [08:11] icey: looking now [08:11] thanks jamespage [08:15] icey: Conflicts is a bit hard - a Breaks/Replaces on a versioned python-cinderclient would be better as the bash completion file is moving between packages [08:18] jamespage: seems like it would be a Breaks/Replaces generally, not with a specific verison of python-cinderclient? [08:19] breaks/replaces should always be versioned to < the version where the file is moved between packages [08:31] so, in this case, we should probably look at doing it in the stein timeframe? [08:31] (the cinderclient version that is replaced) [08:38] the version just needs to be the first version where the bash completion script moved to python3-cinderclient [08:50] jamespage: any way to identify that shy of just looking through the package history? [09:02] jamespage: something like https://pastebin.ubuntu.com/p/rpjqqFvrjk/ seems more reasonable (it looks like 4.2.0 is the version where the bash autocomplete moved) [09:02] ( https://paste.ubuntu.com/p/2jfmFZ2cWF/ ) [11:21] Hi I am trying to solve this issue https://askubuntu.com/questions/205841/how-do-i-mount-a-folder-from-another-partition by using mount --bind. So I have folder /home/user/ and i want map/ binds contents of /var/www/html/wordpress to it, so when user sftp into server he can access wordpress folder and make changes there. Problem is that when I run [11:21] sudo mount --bind /var/www/html/wordpress/ /home/user/ I get an error mount: /home/user: mount(2) system call failed: No such file or directory. [11:23] you have to mkdir /home/user first [11:23] (sudo mkdir, I suppose) [11:26] mgedmin what dir exactly? /home/user/wordpress? [11:27] huh? if you want /home/user/wordpress/* to reflect the contents of /var/www/html/wordpress/*, then you need to sudo mount --bind /var/www/html/wordpress /home/user/wordpress [11:27] but in any case both directories need to exist for mount --bind to succeed [11:28] no I want /home/user to reflect .../wordpress [11:28] and /home/user does exist [11:34] in that case your command is good, and all you need to do is sudo mkdir /home/user, like I said [11:34] wait, _does_ exist? [11:34] sorry misread [11:34] does /var/www/html/wordpress exist? [11:34] maybe mount didn't like the trailing slashes? [11:37] mgedmin dunno tried with and without trailing same issuse [11:41] does /var/www/html/wordpress exist? [11:47] yes [11:48] this is bizzarre, and I don't know how to explain it [11:48] can you pastebin the output of ls -ld /var/www/html/wordpress /home/user && sudo mount --bind /var/www/html/wordpress /home/user [12:27] mwhudson, I think #curtin is another channel you should join at this point :) === Payhn is now known as savoiringfaire === savoiringfaire is now known as Payhn_ === Payhn_ is now known as Payhn === cpaelzer__ is now known as cpaelzer [13:41] mgedmin: is wordpress inside the userspace? Because that usually will break php accessing it, bind mount or not [13:41] (because permissions get weird then) [13:42] ... nvm they disappearified [18:21] paride: had no idea that existed! [19:34] hey folks! it seems something went wrong with image build process [19:34] as http://cdimage.ubuntu.com/ubuntu-base/releases/18.04.3/release/ looks totally wrong [19:34] and for http://cdimage.ubuntu.com/ubuntu-base/releases/18.04/release everything except 18.04.5 has been dropped out of there [19:36] noonedeadpunk: try http://old-releases.ubuntu.com/releases/18.04.3/ [19:36] it also looks a bit funny, it's got everything in it.. [19:36] well, I need base image for lxc honestly... [19:38] noonedeadpunk: This was an intentional change, it was reported to the ubuntu-release ML: https://lists.ubuntu.com/archives/ubuntu-release/2020-October/005113.html [19:39] so under 18.04.3 directory placed 18.04.5 images is intentional? ok, good to know... [19:40] weird though [19:41] it would be also awesome to have some symlink at least to the latest available relase tbh [19:42] so it could be used in automation and might be reliable [19:43] as currently this means that all releases of our software which was making lxc containers on ubuntu and do depoyments inside are totally broken which is not really fun... [19:43] LXD doesn't use images from cdimage (unless you're doing something unusual, of course :). [19:45] so I was talking about lxc) if you can suggest proper source for getting base images that would be awesome! [19:45] (without lxd) [19:46] noonedeadpunk: perhaps http://cloud-images.ubuntu.com/bionic/current/ ? [19:48] ah, bionic-server-cloudimg-amd64-lxd.tar.xz ? [19:48] well, I have missed it [19:48] thanks sarnold! [19:48] well, except it's a daily build.. [19:49] but I think http://cloud-images.ubuntu.com/releases/focal/release/ is good [19:51] uh, and they're pretty far from base image http://cdimage.ubuntu.com/ubuntu-base/releases/18.04/release [19:51] 315M vs 25M [19:55] Ah, I don't have much experience with lxc specifically, apologies for misunderstanding your request! [19:55] I don't really know what format lxc expects, so I'm not sure what to recommend. [19:58] oh, I think https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ [19:59] anyway thanks a lot as you've pointed me to the right direction:) [20:08] I think you;re right and lxc aand lxd uses the same image format but yeah, we do wierd things with image before creating container from it:) [20:40] noonedeadpunk: Glad you found what you needed. :)