Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Deleted tmp symbolic link can cause PPP problems System
Ever been using someone elses computer while you're at their house, and have something go terribly wrong, adamantly protesting that you didn't do anything? Well watch out for this culprit!

A strange bug has popped up surrounding the installation of iSync and Safari that corrupts and/or deletes the "/tmp --> /private/tmp" symbolic link, rendering a ppp connection failure upon dialup, stating that "there is an incorrectly set ppp option" or something like that. After looking at five option panels controlling the ppp dialup for three hours, and trying to find a single preference file that could be replaced from a backup, the only alternative was to give up until the morning.

Thank heavens for the discussion groups! I don't know how many people are aware of how useful the discussion groups are on Apple, but they are invaluable!

Navigating to "Discussions > Mac OS X > Getting Started and General Use > Getting Online > 10.2.3: Suddeny "Incorrect PPP option"" Quickly found a common issue found by many, and after spending time reading the threads discovered that all you really had to do was recreate the symbolic link, and you're off and running. The missing symbolic link had prevented the ppp dialup from writing a file to the "/tmp/ppp.log" path. Simple yet devastating.

All the thanks in the thread went to someone under the screename of "M Compass", and they trully deserve recognition for something that could have resulted in a reinstalled system and hours of anguish and resentment.
 % sudo ln -s /private/tmp /tmp
A good example of why in the absense of any answers, always check the Apple discussion groups (assuming you can find a computer that does have an internet connection.

[Editor's note: For those of you who were bitten by the Safari/tmp bug, you've probably already found this fix, but I'm noting it here for posterity's sake ... just in case!]
    •    
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[4,499 views]  

Deleted tmp symbolic link can cause PPP problems | 1 comments | Create New Account
Click here to return to the 'Deleted tmp symbolic link can cause PPP problems' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
this is bad
Authored by: wgscott on Jan 20, '03 06:28:31PM

This has the potential of screwing up a lot more stuff than just ppp. X11 and many unix programs write temporary files here.



[ Reply to This | # ]