Thanks,
Eelco
This is the command AVPN is using
sed -E "1,1s/[ ]+/ /g"
come to think of it, "-E" is not quite standard option (at least sed
which comes with FC does not have this option). Was it the case of
the problem? Did your version of sed choked on "-E"?
This is the logging of the event:
---
Jul 2, 2008 3:02:06 PM com.leapingbytes.almostvpn.util.ScriptRunner runScript
INFO: Script err :
sed: invalid option -- E
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
-n, --quiet, --silent
suppress automatic printing of pattern space
-e script, --expression=script
add the script to the commands to be executed
-f script-file, --file=script-file
add the contents of script-file to the commands to be executed
-i[SUFFIX], --in-place[=SUFFIX]
edit files in place (makes backup if extension supplied)
-l N, --line-length=N
specify the desired line-wrap length for the `l' command
--posix
disable all GNU extensions.
-r, --regexp-extended
use extended regular expressions in the script.
-s, --separate
consider files as separate rather than as a single continuous
long stream.
-u, --unbuffered
load minimal amounts of data from the input files and flush
the output buffers more often
--help display this help and exit
--version output version information and exit
If no -e, --expression, -f, or --file option is given, then the first
non-option argument is taken as the sed script to interpret. All
remaining arguments are names of input files; if no input files are
specified, then the standard input is read.
E-mail bug reports to: bon...@gnu.org .
Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
utils.sh: line 86: [: =: unary operator expected
ifconfig: interface 169.245.0.2 does not exist
---
~/Library/Application Support/AlmostVPNPRO/almostvpn.log
NOTE: This file does not contain any passwords, but it does contain
real user names/host names/ip addresses. If you want, you can replace
them with placebo.
Also, could you please run following command in the Terminal and e-
mail me results
ifconfig
Andrei Tchijov
Leaping Bytes, LLC
web: www.leapingbytes.com
email: and...@leapingbytes.com
AIM: leapingbytes
Google: leapin...@gmail.com
ICQ: 151229319
On Jul 1, 2008, at 09:50 , Eelco Cramer wrote:
>
> I'am using the latest version of AVPN. I did try to reboot (and fix
> file permissions) but the problem still persists.
>
> Thanks,
> Eelco
>
> On Tue, Jul 1, 2008 at 3:48 PM, Leaping Bytes, LLC
> <andrei....@gmail.com> wrote:
>>
>> which version of AVPN are you running (latest is 1.6/226)?
>>
>> does this problem keep persist after you reboot the box?
>>
>>
>> On Jul 1, 4:36 am, Ezz <eel...@gmail.com> wrote:
>>> Hi,
>>>
>>> After I updated to OS X 10.5.4 I can't use AVPN anymore. After
>>> entering my password the connection fails. In the logging I see the
>>> following messages:
>>>
>>> ---
>>> SEVERE: Fail to start profile : XXX
>>> ProfileException : Can't assign requested address
>>> at
Sorry for inconvenience.