image
image

Go Back   macosx.com > Mac Help Forums > Mac OS X System & Mac Software

Reply
 
Thread Tools
  #1  
Old September 10th, 2004, 12:02 AM
texanpenguin's Avatar
Registered Penguin
 
Join Date: Feb 2003
Location: Australia
Posts: 881
Thanks: 0
Thanked 0 Times in 0 Posts
texanpenguin is on a distinguished road
Cool "Disconnecting..." forever

I'm on a PowerBook G4 with a dial-up internet connection.

My ISP has four hour sessions, before you get automatically booted from the server, to free up modems.

Every now and again (not EVERY time, but many), when either the session expires or the internet is disconnected for some other reason (noisy line, someone calls that line, etc), the menu-bar status for the modem scrolls the word "Disconnecting..." indefinitely. The only way to get the computer to allow me to RE-connect is to restart the computer. Logging out doesn't work.

The connection is sometimes shared to the Built-in Ethernet port.

My PC-using brother delights in seeing my Mac do this, because it means it's restarting four or five times a day on occasion, when it used to have an uptime of over two months. I've repaired permissions more than once, and done a scour of the net, no luck.

Any help? Suggestions? Ideas?
Even just a process I could kill to turn the modem on and off without having to restart?
__________________
15" MacBook Pro
Mac OS X v10.5.1
2.33GHz, 2GB RAM, 120GB HDD

5G iPod 60GB
Reply With Quote
  #2  
Old September 10th, 2004, 11:52 AM
ElDiabloConCaca's Avatar
U.S.D.A. Prime
 
Join Date: Aug 2001
Location: San Antonio, Texas
Posts: 9,902
Thanks: 2
Thanked 60 Times in 56 Posts
ElDiabloConCaca has a spectacular aura aboutElDiabloConCaca has a spectacular aura aboutElDiabloConCaca has a spectacular aura about
I see your sig says you're running 10.3.4, but is there a chance that's out of date and you're actually running 10.3.5? Many people have had problems with dial-up connections under 10.3.5...

http://www.macfixit.com/article.php?...40910080240174
__________________
Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D • 2 x Radeon 7000 PCI • 2 x 17" CRT
MacBook 2.0GHz Core 2 Duo - White 10.5.5 • 2048MB • 80GB • CD-RW/DVD-ROM
iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k
http://www.jeffhoppe.com
Reply With Quote
  #3  
Old September 10th, 2004, 01:45 PM
ora's Avatar
ora ora is offline
tech-nophile
 
Join Date: Nov 2003
Location: Limbo
Posts: 1,639
Thanks: 0
Thanked 0 Times in 0 Posts
ora is on a distinguished road
I used to get this before i moved to adsl. I never worked out how to fix it, but i found that if you disconnect the phone cable from the computer, after a couple of minutes the system realises its not connected and brings up an error message. After that you can dial up again. Dull, but probably quicker than restarting.

ora
__________________
--MBP 15" C2D 2.33Ghz, 2GB RAM, 160GB HD, glossy, OS 10.4.8
--PowerBook 12" 867Mhz, 640mb ram, 40gb HD, Combi, OS 10.4.7, 19" Acer widescreen LCD
--PowerMac G4 'Sawtooth' 400mhz 256mb RAM, 10gb HD, OS 10.3.9
--Mini-racked Lacie 80, 250 and 300GB Ext HDs, Lacie 16x DL DVD writer
Reply With Quote
  #4  
Old September 13th, 2004, 03:10 AM
texanpenguin's Avatar
Registered Penguin
 
Join Date: Feb 2003
Location: Australia
Posts: 881
Thanks: 0
Thanked 0 Times in 0 Posts
texanpenguin is on a distinguished road
A) No, still running 10.3.4, didn't get 10.3.5 because it's too big to download on dial-up and people have been having so many issues with it. Come to think of it, this might have started with installing 10.3.4 over 10.3.3

B) I'd love ADSL, mainly because there's NO disconnecting involved. Pulling out the phone line doesn't work to stop the disconnecting loop.


Reading the system log in Console makes it seem like the computer is trying to open pppd before it's finished disconnecting, which, to me, sounds like a bad thing to do.

Can anyone with UNIX experience think of a reason not to just
Code:
kill pppd
Next time it happens? Will this cause any lasting damage?
__________________
15" MacBook Pro
Mac OS X v10.5.1
2.33GHz, 2GB RAM, 120GB HDD

5G iPod 60GB
Reply With Quote
  #5  
Old September 14th, 2004, 09:09 AM
Viro's Avatar
Registered User
 
Join Date: Nov 2003
Location: Oxford, UK
Posts: 2,489
Thanks: 0
Thanked 1 Time in 1 Post
Viro will become famous soon enoughViro will become famous soon enough
killing a process shouldn't cause any lasting damage. I do that all the time.
Reply With Quote
  #6  
Old September 14th, 2004, 09:44 AM
Da_iMac_Daddy's Avatar
Not-so-Neo-DumbA$$
 
Join Date: Sep 2002
Location: Dover, Delaware USA
Posts: 423
Thanks: 0
Thanked 0 Times in 0 Posts
Da_iMac_Daddy is on a distinguished road
If you don't mind using the terminal, I think, reading the manual for the commands ps, and kill will help you solve your problem. Also I don't know if this goes for OS X but on other linux distros you can either use the shutdown command with some option for a quick reboot. Maybe someone with more *BSD experience can shed some light on the situation?

[edit]
Maybe a search on the forums for quick reboot or something like that will return some helpful results.
[/edit]
__________________
Nathan Coffield
Apple iBook;
AMD 3400 3GB of RAM, 250GB SATA HD, 19" Wide Screen Monitor, Windows XP Home, VMWare running Slackware 11 for development purposes, Apache 2.2, PHP 5;

Home Page
Reply With Quote
  #7  
Old September 14th, 2004, 06:52 PM
Registered User
 
Join Date: Jun 2002
Location: Southwest Florida
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
sonjay is on a distinguished road
There's a program called "End Hanging Disconnect" that solves this problem. I can't remember where I found it, but a search on VersionTracker, or Google, should turn it up.
__________________
Sonjay
Tropical Web Works
Reply With Quote
  #8  
Old September 14th, 2004, 07:31 PM
texanpenguin's Avatar
Registered Penguin
 
Join Date: Feb 2003
Location: Australia
Posts: 881
Thanks: 0
Thanked 0 Times in 0 Posts
texanpenguin is on a distinguished road
Wow !

Thank you SO much sonjay - you saved the day .

Looking at the documentation, it looks like it just kills the pppd process five times, but still - it's got a GUI - saves me doing it each time


Thanks again - I owe you .
__________________
15" MacBook Pro
Mac OS X v10.5.1
2.33GHz, 2GB RAM, 120GB HDD

5G iPod 60GB
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 07:25 AM.


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.