• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle






  • Oh, yeah, I remember that time. Upgrading between major versions isn’t perfect, but it has improved dramatically since about 2017 on both Ubuntu and Debian.

    Debian has also just implemented apt v3, which adds many basic http/s quality-of-life improvements to package downloading and installing (like multithread, better config definitions, easier key mgmt, etc)

    I don’t know about Ubuntu because I moved from Ubuntu to debian 4 years ago for other reasons, but I’m sure they have aptv3 as well.














  • You are being prompted because the nobody/nogroup user/group has no password, no shell, and no permissions.

    That tutorial is wrong. Couple of problems immediately:

    • “valid users” specifies “all the users in this group are allowed access”. It is incompatible with “force user/group” directive
    • you should be using the “guest user=” directive, which sets the identity of any public access. Your permissions should match this user.
    • nobody/nogroup are special user and group that (usually) have no access to any file. They exist for processes to run with minimal provileges, or for a fallback default if UID/gid map are invalid. Using this user/group combo for this samba share implies that you will either alter them so that they now DO have privileges to access files, or that you intend samba to never access any files. Create a guest user, set permissions and umask in the directory.