You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

WINS workgroup resets every time I startup my MAC

Hi,

I m a new mac user.

I noticed that every time i switch off then on my mini, the remote pc s on my network can t access my smb shares.


After investigating i foud out that in fact at each startup, the WINS workgroup name i've set manually to "WORKGROUP" the time before. resets.


And according to the kdc.log file, here s the reason :

NTLM domain not configured

Anyway the /Library/Preferences/SystemConfiguration/com.apple.smb.server.plist is correct and the WORKGROUP appears right.


In fact, what happens, is that smb is launching too soon in the startup sequence (is that because my SSD causes my mac to boot up in less than 15 sec ?), and the network is not initiated when samba starts.


as a result, disabling/enabling file sharing makes my mac shares instantly available on all my PCs

also, typing the following command :

sudo touch "/Library/Preferences/SystemConfiguration/com.apple.smb.server.plist does the trick to.


But i'm fed up with doig that on every startup.

so I found the following script on the web, which should reset samba 60 seconds after startup.


<?xml version="1.0" encoding="UTF-8"?> 
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.me.restart_smb</string>
<key>ProgramArguments</key>
<array> <string>/bin/bash</string>
<string>-c</string>
<string>sleep 60;touch "/Library/Preferences/SystemConfiguration/com.apple.smb.server.plist"</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>


I ve put the plist in /library/LaunchDaemons

but it's not working.


I'd like some help to automate the

touch "/Library/Preferences/SystemConfiguration/com.apple.smb.server.plist"


command at startup.

I tried compiling an app with that command in applescripteditor, but as it requests the "with admin privileges" tag, it prompts an asks for my password.


As I said, I only had a mac for 2 weeks now so I can not go further by my own.

Any help would be appreciated.


Thanks a lot.

Mac mini, OS X Mountain Lion (10.8.2), Late 2012, quad core, 1TB + OCZ SSD

Posted on Nov 16, 2012 5:26 AM

Reply
46 replies

Nov 1, 2013 5:34 AM in response to MrTweety

OK, dathan42 very kindly sent along the script. Copied it to the LaunchDaemons folder no problem.


However, when I go into Terminal and try the sudo step, I get the following error:


"sudo: can't open /private/etc/sudoers: Permission denied

sudo: no valid sudoers sources found, quitting

server:LaunchDaemons Music$ "


I saw the post in the thread about ownership of the plist - if that's the problem, I don't know how to change the ownership. Otherwise, does anyone have any suggestions?

Nov 1, 2013 3:50 PM in response to mylesdevon

I love how these problems are all nested within each other... anyway, I found the solution to my problem, which seems to be created when (in my case) making a whole bunch of changes for enabling file sharing while trying to get a Windows/Mac network up and running, which the loss of WORKGROUP naming made only more frustrating.


In case someone else finds this thread, I solved my problem here - it was the least radical of all the solutions I found, and a good number of people seem to have had the problem.


https://discussions.apple.com/thread/3680870?start=15&tstart=0


It's on the second page, next to the last post.


Thanks to everyone here for helping me fix this, and especially dathan42!

Oct 19, 2014 9:48 AM in response to MrTweety

A huge thank you to all who contributed to this thread. Running Lion Server and (now in retrospect it all makes sense) recently upgraded to an SSD. Mixed Win and Mac environment, could no longer connect to the network storage on the Windows machines. Of course, I blamed it all on Windows 8! Heaven forbid that it was a Mac problem. I must admit, I love Mac products but their commitment to Server environments is atrocious. In any event, all is currently well...thanks to all of you.

WINS workgroup resets every time I startup my MAC

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.