Go Back   The macosxhints Forums > OS X Help Requests > Applications



Reply
 
Thread Tools Rate Thread Display Modes
Old 12-17-2012, 06:39 PM   #1
webexplorer
Triple-A Player
 
Join Date: Dec 2004
Posts: 60
Safari idle when not use for one hour that causes no connection

I am not online for one hour, then I came back to look up on the internet. My Safari cannot connect online. I logout the OS and entered my password to see if the online might come back. No luck.

I restarted my computer, and everything is fine with online. I also checked with the System Preference for Network, and the Ethernet shows a "green symbol" on the display which means that the connection is working.

I do this all the times. Does this happen to you? Why is that?

(Off record, does my iMac wants me to insert my coins in the card slot in order to connect online?)
webexplorer is offline   Reply With Quote
Old 12-17-2012, 07:16 PM   #2
DeltaMac
League Commissioner
 
Join Date: Jan 2002
Posts: 7,959
When your connection drops next time - go to your System Preferences, then Network.
Click on the Assist Me... button (at the bottom of the network window)
Click on "Diagnostics"
If your network connection is working, the "Network Status" will show all green.
If some are yellow (or red), then your connection is not completely working.

If your connection is sometimes dropping out, and you are presently using the "Automatic" location, then you can try making a new Location (in your Network pref pane), and making sure that your connection type (Ethernet) is correctly set up. Then, select that new location. That sometimes will help maintain a more stable connection.
DeltaMac is online now   Reply With Quote
Old 12-17-2012, 10:27 PM   #3
webexplorer
Triple-A Player
 
Join Date: Dec 2004
Posts: 60
Okay. Thank you.
webexplorer is offline   Reply With Quote
Old 12-18-2012, 04:42 AM   #4
Brus Martin
Guest
 
Posts: n/a
I have also the same issue.Thanks a ton sir(DeltaMac).
  Reply With Quote
Old 12-18-2012, 07:53 AM   #5
zo219
Triple-A Player
 
Join Date: Feb 2006
Posts: 83
Cool 10 cents a minute

Quote:
Originally Posted by webexplorer
does my iMac wants me to insert my coins in the card slot in order to connect online?)

I think not, but do let us know what happens, worth a try. A new way to finance the interwebs?

(Be sure and submit Apple feedback.)
zo219 is offline   Reply With Quote
Old 12-19-2012, 07:19 AM   #6
agentx
Hall of Famer
 
Join Date: Feb 2003
Location: Brighton, UK
Posts: 3,811
I have said this many times, i think this is very much related to mDNSresponder being a bit crap and the OS losing DNS resolution.

Here is a script wrapped into a command which will restart the process and often will get you online without a restart. You woudl just need to eneter an admin password to run.

here si contents of script.
Code:
#!/bin/sh
#Script to unload and reload mDNS as it is a bit crappy
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
echo "mDNS unloaded"
sleep 5
sudo launchctl load /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
echo "mDNS loaded"
sleep 5
echo "Hopefully you can get on with browsing again"
exit
agentx is offline   Reply With Quote
Old 12-19-2012, 05:56 PM   #7
mnewman
MVP
 
Join Date: Apr 2002
Location: Korat, Thailand
Posts: 2,046
Quote:
Originally Posted by agentx
I have said this many times, i think this is very much related to mDNSresponder being a bit crap and the OS losing DNS resolution.

Any clue why this happens to some machines and not others?
__________________
http://www.mgnewman.com/
mnewman is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 07:22 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.