Apple Event: May 7th at 7 am PT

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

Com.apple.InternetSharing.plist launched every ten seconds. How to stop it ?

Hi


As i open the Console i have the follwing lines in the logs file.

Those commands lines are send every 10 seconds.


DATE HOUR,* sudo[*]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.InternetSharing.plist 
DATE HEURE,* com.apple.launchd[1]: (com.ReSources.inshare) Throttling respawn: Will start in 10 seconds


The man page for internetSharing give the following answer for interneSharing : "InternetSharing is the back-end for the Internet Sharing feature."

There is no internet sharing configured in my preference panel (share) // the only options set up are for admin purpose (remote connection - handling and session)

If you have any idea of where does this process comes from, i would really like to stop this process.


I although have this line in the logs file which i found every 20 seconds related to remoteDesktop.Agent


DATE HEURE,* com.apple.launchd.peruser.*[*]: (com.apple.RemoteDesktop.agent[*]) Exited: Killed: 9


Do you have any kind of idea about which process is responsible for this line ? Does it have something to do with the previous lines on internet sharing ?


Regards



Here is the configuation in the plist file for internetSharing if it's helps


<?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>Disabled</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.apple.InternetSharing</string>
        <key>WorkingDirectory</key>
        <string>/var/run</string>
        <key>UserName</key>
        <string>root</string>
        <key>GroupName</key>
        <string>wheel</string>
        <key>ProgramArguments</key>
        <array>
                <string>/usr/libexec/InternetSharing</string>
        </array>
        <key>MachServices</key>
        <dict>
                <key>com.apple.InternetSharing</key>
                <true/>
        </dict>
        <key>KeepAlive</key>
        <dict>
                <key>SuccessfulExit</key>
                <false/>
        </dict>
</dict>

</plist>



MacBook Pro, OS X Mountain Lion (10.8.5)

Posted on Mar 29, 2014 3:49 AM

Reply

There are no replies.

Com.apple.InternetSharing.plist launched every ten seconds. How to stop it ?

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