-
Describe the BugI'm trying to setup the timemachine (smb) so that 2 users have their own access/credentials. I have setup the macvlan since avahi was interfering with the host, and below is the docker compose. When I try to log into the Timemachine from my mac, I keep being denied. Looking at the log I believe the individual user I have set up (alex) are not being successfully created, the log show it fails to add the usergroup, user, find the user. I'm not too sure what I'm doing incorrectly or how I can go about troubleshooting this further. Any help is welcomed! Expected BehaviorSuccessful creation of user credentials and ability to log into the timemachine using the credentials Steps to Reproduce
How You're Launching the Container
Container Logs
Time Machine client LogsNo response Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Please post your |
Beta Was this translation helpful? Give feedback.
-
Here is my file:
|
Beta Was this translation helpful? Give feedback.
-
It isn't showing up in what your copied above but It looks like you have some odd carriage returns/end of lines in your user config file. In your logs, it looks like after every reference to the variables in the config file, it's including some sort of new line character. Here is the startup of when I created the user config plus me making one up for
I am guessing that the conf files that you have created a DOS file formatted text file. This can be verified using the
You can use
You'll want to see that they're just a plain ASCII text file:
Or you can do all of this from inside the container: Exec into the container:
Install
Check and convert the files and re-check them:
Then restart your time machine container. |
Beta Was this translation helpful? Give feedback.
-
@mbentley That certainly fixed it - thank you for the quick replies! Amazing support :). I was truly going in circles trying to understand what characters it wasn't liking. I do not think I would have figured this out without your help! Thank you so much, this has resolved the issue. :) |
Beta Was this translation helpful? Give feedback.
It isn't showing up in what your copied above but It looks like you have some odd carriage returns/end of lines in your user config file. In your logs, it looks like after every reference to the variables in the config file, it's including some sort of new line character.
Here is the startup of when I created the user config plus me making one up for
kimberly.conf
: