=== chris14_ is now known as chris14 === lord_black is now known as lord_daemon === mirespace_ is now known as mirespace [12:17] Hello everyone! I have been told to try #ubuntu-server instead of ubuntu here. I am trying to the the ubuntu multi-node deployment of microstack using sunbeam and cannot get past the part where it is adding microceph into the micok8s cluster. [12:17] I am doing the multi-node deployment, but when I run the sunbeam cluster bootstrap --role control --role compute --role storage command it will get to the point of adding microceph and then timeout, if I run the command again I get to choose the disk I want to use, but I get an error. If I reboot and try to run the command again, I generally get a "could not list disks" or a permissions issue. [14:35] hello, is there a way to set multiple user:group permissions in vsftpd ? [14:36] i am creating virtual users and i would like to assign permissions to each virtual user [14:53] I think it maps all virtual users to the same real user [14:54] <|N3on21|> Hello - How do I make sure that all the permissions are inherit from the parent folder and "down" on a smba folder ? [15:32] you can setup a default acl on the folder using setfacl command [15:38] I usually set them for the group and use the setgid bit to ensure the group name is preserved, for example, if the folder name is /sambadir, I would use: [15:40] chgrp samba /sambadir ; chmod g+s /sambadir; setfacl -d g:samba:rwx /sambadir; setfacl g:samba:rwx /sambadir ; chmod g+rwx /sambadir === alkisg1 is now known as alkisg [19:10] <|N3on21|> okay thanks - is it normalt that I have to run the chmod command for everytime i create a dir ? [19:11] <|N3on21|> just to make sure that permissions er set to the new dir [19:19] |N3on21|, the permissions for new directories, like regular files, are controlled by the umask (which is 0022 on ubuntu if you haven't changed it.) that clears the group and other write bits, so the perms are rwxr-xr-x. [19:22] |N3on21|, if you want some other default you can set umask in a startup script like .profile... [19:23] <|N3on21|> ohhh I did not know. can you explain more :) [19:25] |N3on21|, here's an article on umask I found: https://www.cyberciti.biz/tips/understanding-linux-unix-umask-value-usage.html [19:25] <|N3on21|> perfect ! thanks a million :) === Poster` is now known as Poster === hsmiths1 is now known as hsmiths