mx-samba-config [Solved]
mx-samba-config [Solved]
mx-samba-config not working
You do not have the required permissions to view the files attached to this post.
- dolphin_oracle
- Developer
- Posts: 22654
- Joined: Sun Dec 16, 2007 12:17 pm
Re: mx-samba-config
its telling you that whatever user you wanted to use for samba userna,e doesn't have a matching local linux user. to keep file permissions and samba permissions in sync, samba-user must equal a linux user.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: mx-samba-config
correct. My local user is "usuario". The samba user I want to use is "usuario" and I get the window shown anterirorly
Re: mx-samba-config
What does this command show?
This is the command mx-samba-config is using to find the user, if "usuario" is in /etc/passwd it should find it...
Code: Select all
grep ^usuario: /etc/passwd
Re: mx-samba-config
You do not have the required permissions to view the files attached to this post.
Re: mx-samba-config
OK, that's weird, that's exactly the command used by mx-samba-config to determine if the user is in /etc/passwd
Can you try again? Maybe you entered a blank space after the user name?
Can you try again? Maybe you entered a blank space after the user name?
Re: mx-samba-config
I reinstalled the system and everything worked fine. Thank you.
Re: mx-samba-config
Sorry you needed to reinstall the system, it was a bug in one of the version of the program it should be fixed in the upcoming package update (should pop up in the repo in a day).pccuatro wrote: Mon Aug 01, 2022 4:53 pm I reinstalled the system and everything worked fine. Thank you.