image
image

|


Go Back   macosx.com > Content & Information > Apple News, Rumors & Discussion

Reply
 
Thread Tools
  #1  
Old May 29th, 2003, 08:51 AM
Fahrvergnuugen's Avatar
I am the law!
 
Join Date: Apr 2001
Location: Galway, NY
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
Fahrvergnuugen is on a distinguished road
OSX.3 and mapped drives

I really hope that apple fixes the problems with mapping network drives.

When a drive disconnects because the server reboots, or the internet connection is lost, or for whatever reason, OSX.2 has a fit.

Not just the finder either...all applications seem to freeze for a minimum of 5 minutes until the finder finally pops up a message saying "server disconnected" or whatever it says.

This is so frustrating! I hate to say this but in windowz you have the option to run each explorer window in a seperate thread...I hope they do something similar with the Finder.

Anybody have any thoughts on this?
__________________
-Paul Wieland______________
http://www.sickdimension.com
Dual G5 2.0Ghz / 2.5GB Ram / 620 GB HD / 23" CD
Reply With Quote
  #2  
Old May 29th, 2003, 04:41 PM
ex2bot's Avatar
Mac Fanbot
 
Join Date: Apr 2002
Location: live?
Posts: 1,357
Thanks: 0
Thanked 0 Times in 0 Posts
ex2bot is on a distinguished road
From Mac OS X System & Misc. Software . . .


Doug
__________________
"Just as some newborn race of superintelligent robots are about to consume all humanity, our dear old species will likely be saved by a Windows crash. The poor robots will linger pathetically, begging us to reboot them, even though they'll know it would do no good." - Anonymous
Reply With Quote
  #3  
Old May 29th, 2003, 05:08 PM
Registered User
 
Join Date: Dec 2002
Posts: 440
Thanks: 0
Thanked 0 Times in 0 Posts
binaryDigit is on a distinguished road
Angry



This issue is a MASSIVE pain in my side. I regularly connect to different networks and if I mess up and forget to disconnect a share then life gets immediately bad. Not only does it take forever to timeout (and sometimes it is forever, like this morning, I left it for about four hours and it never came back), but it also slows the machine. Massive suckage.

Fahrvergnuugen one thing that helps matters (gets the finder back) is to right click on the finder in the dock, and select 'restart finder' (I think it only appears if the OS detects that the finder is hosed). While this gets the finder back, it's best to go ahead and shutdown and restart as things are still messed up, just not as bad. At times though things get so bad that the dock won't even work.

Reply With Quote
  #4  
Old May 29th, 2003, 08:46 PM
Darkshadow's Avatar
wandering shadow
 
Join Date: Jul 2001
Location: DE, USA
Posts: 1,532
Thanks: 0
Thanked 0 Times in 0 Posts
Darkshadow is on a distinguished road
Binary - edit your lookupd stuff in Netinfo. You need to set the timeout value shorter. It's lookupd that's causing everything to slow down until it times out looking for the host. Since the system uses lookupd for practically everything (even looking up local files), your system is going to be more or less hosed until it finishes whatever it's trying to do.

I wrote a small howto on speeding up DNS ...that gives some basic tips on NetInfo (first part of it), though it mostly goes to speeding up DNS stuff.

Here's my current lookupd config (this is output from the nidump command in the terminal):

Code:
{
  "ValidateCache" = ( "YES" );
  "LookupOrder" = ( "CacheAgent", "NIAgent", "DNSAgent", "NILAgent" );
  "ConfigSource" = ( "netinfo://localhost/local:/locations/lookupd" );
  "name" = ( "lookupd" );
  "LogFile" = ( "/var/log/lookupd.log" );
  "MaxIdleThreads" = ( "256" );
  "MaxThreads" = ( "256" );
  "MaxIdleServers" = ( "256" );
  "ValidationLatency" = ( "15" );
  "Timeout" = ( "30" );
  "DomainOrder" = ( "." );
  CHILDREN = (
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "users" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "groups" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "DNSAgent", "NIAgent", "NILAgent" );
      "name" = ( "networks" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "netgroups" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "services" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "protocols" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "rpcs" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "mounts" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "printers" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "bootparams" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "bootp" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "NILAgent" );
      "name" = ( "aliases" );
    },
    {
      "LookupOrder" = ( "CacheAgent", "NIAgent", "DNSAgent", "NILAgent" );
      "name" = ( "hosts" );
      "Timeout" = ( "30" );
      "ValidateCache" = ( "NO" );
    },
    {
      "name" = ( "agents" );
      CHILDREN = (
        {
          "name" = ( "NILAgent" );
          "TimeToLive" = ( "3600" );
          "Timeout" = ( "30" );
        },
        {
          "name" = ( "DNSAgent" );
          "Timeout" = ( "15" );
          "Retries" = ( "3" );
        },
        {
          "name" = ( "NIAgent" );
          "TimeToLive" = ( "14400" );
          "Timeout" = ( "30" );
          "ConnectTimeout" = ( "5" );
          "ValidationLatency" = ( "15" );
        },
        {
          "name" = ( "CacheAgent" );
          "TimeToLive" = ( "14400" );
          "ValidateCache" = ( "YES" );
        }
      )
    }
  )
}
Note that I don't connect to servers that often, so I'm not sure if the timeout values I have will work for you or not. I'd guess play with them until you find values that work for you.

Also, if you are able to launch applications still when this happens (sometimes you can't when lookupd gets hosed), you can force lookupd to relaunch & reload itself by doing this command in the terminal: /System/Library/SystemConfiguration/Kicker.bundle/Resources/restart-lookupd (note: you need to be root or use sudo to do that command). That may work to get responsiveness back.
__________________
I am but a lonely shadow,
Doomed forever to roam and wander.
But if you allow me to pause before I must go,
I'll spin you tales of mystery and wonder.


Site: Night Productions
Reply With Quote
  #5  
Old May 30th, 2003, 08:30 AM
Fahrvergnuugen's Avatar
I am the law!
 
Join Date: Apr 2001
Location: Galway, NY
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
Fahrvergnuugen is on a distinguished road
can't wait to try it. sounds promising...
thanks DarkShadow!
__________________
-Paul Wieland______________
http://www.sickdimension.com
Dual G5 2.0Ghz / 2.5GB Ram / 620 GB HD / 23" CD
Reply With Quote
Reply

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 04:47 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.