1.5.3


Old Stuff

 www.your-freedom.net
 www.secure-tunnel.com

Ticket #91 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

not starting

Reported by: lukasc@gmail.com Assigned to: andrei
Priority: normal Milestone: AlmostVPN 0.9.7
Component: FAQ Version: 0.9
Severity: normal Keywords:
Cc:

Description (Last modified by andrei)

AlmostVPN is not running. Not Running. I have a profile with an account and a Drive setup. I click start, it starts for 1/4 second, then goes back to not running.

here is the console log:

2005-12-05 22:00:02.990 System Preferences[309] startStop result

2005-12-05 22:00:04.536 System Preferences[309] startStop result

2005-12-05 22:00:16.957 System Preferences[309] startStop result

and the Log files (notice .log is missing - never is created)

Lukas-Chrostowskis-Computer:~/Library/Application Support/AlmostVPN lukasc$ ls -l
total 24
-rwxrwxrwx   1 lukasc  lukasc    32 Dec  5 22:00 almostvpn.status
-rw-r--r--   1 lukasc  lukasc  1797 Dec  5 22:00 launchd.QuickStart.plist
-rw-r--r--   1 lukasc  lukasc   977 Dec  5 21:33 launchd.default.plist
Lukas-Chrostowskis-Computer:~/Library/Application Support/AlmostVPN lukasc$ more almostvpn.status 
default|Not Running|Not Running
Lukas-Chrostowskis-Computer:~/Library/Application Support/AlmostVPN lukasc$ 

As a background, I used 0.9.4 a few days ago. it worked, but after sleeping my powerbook, it wouldn't mount again. I found ticket #68, and thus installed 0.9.5. I had some problems after installing 0.9.5, where the Sys Preferences AlmostVPN window didn't appear (stayed blank). After several uninstall/re-install, it finally worked. Also, at some point in time, I tried the "Install for All users" option, which may have caused a problem since i notice it is suggested not to use this one.

Any ideas?

Thank you lukas

Change History

12/06/05 08:17:18 changed by andrei

  • description changed.

12/06/05 11:04:27 changed by andrei

  • status changed from new to assigned.
  • milestone set to AlmostVPN 1.0.

12/12/05 18:23:54 changed by andrei

Lukas,

Is it still a problem with 0.9.6?

Andrei

12/13/05 12:24:53 changed by andrei

  • status changed from assigned to closed.
  • resolution set to fixed.
  • milestone changed from AlmostVPN 1.0 to AlmostVPN 0.9.7.

Problem was resolved with 0.9.6 + restart of launchd.

launchd was in such a state that "kill" did not work. Customer have to use "kill -9".

runtime scripts were modified to make sure that launchd gets killed ( kill; wait; kill -9 if needed)