public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] cisco vpn : cvpnd hangs
@ 2006-08-04 13:10 Jonathan Schaeffer
  2006-08-04 14:10 ` Kevin F. Quinn
                   ` (2 more replies)
  0 siblings, 3 replies; 36+ messages in thread
From: Jonathan Schaeffer @ 2006-08-04 13:10 UTC (permalink / raw
  To: gentoo-amd64

Hi list,

I have to configure the cisco vpn client at home on my amd64 gentoo box.

There's no way to make it run though the ebuild compiles and installs properly.

The symptom is the following, trying to run vpnclient :

Cisco Systems VPN Client Version 4.8.00 (0490)
Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.
Client Type(s): Linux
Running on: Linux 2.6.17-gentoo-r4 #1 Fri Aug 4 12:02:53 CEST 2006 x86_64
Config file directory: /etc/opt/cisco-vpnclient

Enter Certificate password:
Initializing the VPN connection.
The VPN sub-system is busy or has failed.




Here are some infos I gathered about the problem :

azile distfiles # ldd /opt/cisco-vpnclient/bin/vpnclient
        linux-gate.so.1 =>  (0xffffe000)
        libvpnapi.so => /opt/cisco-vpnclient/lib/libvpnapi.so (0xf7ec7000)
        libm.so.6 => /lib32/libm.so.6 (0xf7e85000)
        libc.so.6 => /lib32/libc.so.6 (0xf7d6d000)
        /lib/ld-linux.so.2 (0xf7f10000)

azile jo # ldd /opt/cisco-vpnclient/bin/cvpnd
        linux-gate.so.1 =>  (0xffffe000)
        libdl.so.2 => /lib32/libdl.so.2 (0xf7f46000)
        libm.so.6 => /lib32/libm.so.6 (0xf7f23000)
        libc.so.6 => /lib32/libc.so.6 (0xf7e0b000)
        /lib/ld-linux.so.2 (0xf7f6a000)

The permission on ccvpnd :
-r-s--x--x 1 root root 2178328 Aug  4 14:19 cvpnd

and finaly the strace output, where the error appears on the call of
umask() [sorry this output is a bot longer] :


azile jo # strace /opt/cisco-vpnclient/bin/cvpnd
execve("/opt/cisco-vpnclient/bin/cvpnd",
["/opt/cisco-vpnclient/bin/cvpnd"], [/* 37 vars */]) = 0
[ Process PID=20418 runs in 32 bit mode. ]
uname({sys="Linux", node="azile", ...}) = 0
brk(0)                                  = 0x8261000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(0x3, 0xffb756c0)                = 0
mmap2(NULL, 124577, PROT_READ, MAP_PRIVATE, 3, 0) = 0xfffffffff7f15000
close(3)                                = 0
open("/lib32/libdl.so.2", O_RDONLY)     = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\v\0"..., 512) = 512
fstat64(0x3, 0xffb75734)                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xfffffffff7f14000
mmap2(NULL, 12392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xfffffffff7f10000
madvise(0xf7f10000, 12392, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xf7f12000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xfffffffff7f12000
close(3)                                = 0
open("/lib32/libm.so.6", O_RDONLY)      = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p3\0\000"..., 512) = 512
fstat64(0x3, 0xffb75718)                = 0
mmap2(NULL, 139424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xfffffffff7eed000
madvise(0xf7eed000, 139424, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xf7f0e000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20) = 0xfffffffff7f0e000
close(3)                                = 0
open("/lib32/libc.so.6", O_RDONLY)      = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20P\1\000"...,
512) = 512
fstat64(0x3, 0xffb756fc)                = 0
mmap2(NULL, 1146076, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfffffffff7dd5000
madvise(0xf7dd5000, 1146076, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xf7ee7000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112) = 0xfffffffff7ee7000
mmap2(0xf7eeb000, 7388, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7eeb000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xfffffffff7dd4000
mprotect(0xf7ee7000, 4096, PROT_READ)   = 0
mprotect(0xf7f49000, 4096, PROT_READ)   = 0
set_thread_area(0xffb75d8c)             = 0
munmap(0xf7f15000, 124577)              = 0
open("/dev/urandom", O_RDONLY)          = 3
read(3, "OS]K", 4)                      = 4
close(3)                                = 0
brk(0)                                  = 0x8261000
brk(0x8282000)                          = 0x8282000
setrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=577862994696298440}) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=4294967297*1024,
rlim_max=-20445311479672844}) = 0
setsid()                                = 20418
umask(0 <unfinished ...>
--- SIGCHLD (Child exited) @ 0 (0) ---
<... umask resumed> )                   = -1 ENOSYS (Function not implemented)


since I had no problem before on my previous gentoo-amd64
installation, I came to the conclusion that ther is something wrong
with my computer ...

if someone as an idea, I'll try it out :)

thanks,

jo
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2006-08-07 16:15 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-04 13:10 [gentoo-amd64] cisco vpn : cvpnd hangs Jonathan Schaeffer
2006-08-04 14:10 ` Kevin F. Quinn
2006-08-04 14:17   ` Jonathan Schaeffer
2006-08-04 17:23 ` [gentoo-amd64]emerge make my comp slow :( jai kumar
2006-08-04 17:30   ` Simon Stelling
2006-08-04 17:33   ` Mihir Sevak
2006-08-04 21:37     ` Reinhard Kotucha
2006-08-04 22:00       ` Mihir Sevak
2006-08-04 22:04         ` Rodrigo Gnoatto Amaral
2006-08-04 22:07           ` Mihir Sevak
2006-08-04 22:30           ` Reinhard Kotucha
2006-08-04 22:35             ` Mihir Sevak
2006-08-05 19:41             ` jai kumar
2006-08-05 20:01               ` jai kumar
2006-08-05 20:13                 ` jai kumar
2006-08-05 21:16                   ` Richard Fish
2006-08-05 21:15                 ` Richard Fish
2006-08-05 21:29               ` Hemmann, Volker Armin
2006-08-04 23:05           ` Gary E. Miller
2006-08-05  5:25       ` [gentoo-amd64] emerge " J'raxis 270145
2006-08-04 23:15   ` [gentoo-amd64]emerge " Hemmann, Volker Armin
2006-08-05  9:11     ` yoshi watanabe
2006-08-05 12:51       ` Mihir Sevak
2006-08-05 13:12         ` Will Briggs
2006-08-05 15:13         ` Hemmann, Volker Armin
2006-08-05 17:56           ` Luigi Cristalli
2006-08-06 15:42       ` Paul de Vrieze
2006-08-06 20:55         ` jai kumar
2006-08-06 23:39           ` Richard Fish
2006-08-07 14:12             ` jai kumar
2006-08-07 15:32               ` Hemmann, Volker Armin
2006-08-07 16:12                 ` jai kumar
2006-08-05  0:40   ` Luigi Cristalli
2006-08-05  5:44     ` [gentoo-amd64] Re: emerge " Duncan
2006-08-05 23:48 ` [gentoo-amd64] Re: cisco vpn : cvpnd hangs Michael Hordijk
2006-08-07  6:52   ` Jonathan Schaeffer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox