* [sisyphus] pptpd
@ 2006-07-24 8:45 Anton Gorlov
2006-07-25 13:04 ` Vladimir V. Kamarzin
0 siblings, 1 reply; 8+ messages in thread
From: Anton Gorlov @ 2006-07-24 8:45 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list pptp
Хм..а как теперь принято поднимать pptpd сервер на базе сизифа? Раньше
был пакети pptpd... Сейчас же нашёл только pptp-client
--
np: silence
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] pptpd
2006-07-24 8:45 [sisyphus] pptpd Anton Gorlov
@ 2006-07-25 13:04 ` Vladimir V. Kamarzin
2006-07-25 13:09 ` Anton Gorlov
2006-07-26 14:49 ` Anton Gorlov
0 siblings, 2 replies; 8+ messages in thread
From: Vladimir V. Kamarzin @ 2006-07-25 13:04 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
>>>>> On 24 Jul 2006 at 14:45 "AG" == Anton Gorlov writes:
AG> Хм..а как теперь принято поднимать pptpd сервер на базе сизифа? Раньше
AG> был пакети pptpd... Сейчас же нашёл только pptp-client
Он и сейчас на месте.
--
vvk
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] pptpd
2006-07-25 13:04 ` Vladimir V. Kamarzin
@ 2006-07-25 13:09 ` Anton Gorlov
2006-07-26 14:49 ` Anton Gorlov
1 sibling, 0 replies; 8+ messages in thread
From: Anton Gorlov @ 2006-07-25 13:09 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Vladimir V. Kamarzin пишет:
> AG> Хм..а как теперь принято поднимать pptpd сервер на базе сизифа? Раньше
> AG> был пакети pptpd... Сейчас же нашёл только pptp-client
> Он и сейчас на месте.
[root@gws boot]# apt-cache search pptpd
[root@gws boot]#
Хотя да, в 32 битном есть. Придётся разобраться почему не собран на
x86_64, но после того как узнаю что делать с pam
--
np: Crematory - An Other...
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] pptpd
2006-07-25 13:04 ` Vladimir V. Kamarzin
2006-07-25 13:09 ` Anton Gorlov
@ 2006-07-26 14:49 ` Anton Gorlov
2006-07-26 14:54 ` Igor Zubkov
1 sibling, 1 reply; 8+ messages in thread
From: Anton Gorlov @ 2006-07-26 14:49 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
У кого 32 битный сизиф и есть под руками pptpd покажите пожалуста вывод
nm -CD /usr/sbin/pptpd
ldd /usr/sbin/pptpd
ldd /usr/lib/pptpd/pptpd-logwtmp.so
--
np: Crematory - Temple Of Love
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] pptpd
2006-07-26 14:49 ` Anton Gorlov
@ 2006-07-26 14:54 ` Igor Zubkov
2006-07-26 18:30 ` Anton Gorlov
0 siblings, 1 reply; 8+ messages in thread
From: Igor Zubkov @ 2006-07-26 14:54 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 2389 bytes --]
В сообщении от 26 июля 2006 17:49 Anton Gorlov написал(a):
> У кого 32 битный сизиф и есть под руками pptpd покажите пожалуста вывод
> nm -CD /usr/sbin/pptpd
> ldd /usr/sbin/pptpd
> ldd /usr/lib/pptpd/pptpd-logwtmp.so
[icesik@iceberg ~]$ nm -CD /usr/sbin/pptpd
U accept
U access
0804d354 D allow_severity
U __assert_fail
U bind
U calloc
U close
U closelog
U daemon
0804d358 D deny_severity
U dup2
0804d360 V environ
0804d360 V _environ
0804d360 B __environ
U __errno_location
U execve
U execvp
U exit
U _exit
U fclose
U fcntl
U fgets
U fopen
U fork
U fprintf
U free
U freopen
U gethostbyname
U getopt_long
U getpid
U getservbyname
U gettimeofday
w __gmon_start__
U hosts_access
U inet_addr
U inet_ntoa
0804bc5c R _IO_stdin_used
w _Jv_RegisterClasses
U kill
U __libc_start_main
U listen
U malloc
U memcpy
U memset
U openlog
0804d368 B optarg
U perror
U pipe
U printf
U read
U realloc
U recv
U request_init
U select
U setsockopt
U sigaction
U sigaddset
U sigemptyset
U signal
U snprintf
U socket
U sock_host
U sprintf
U sscanf
0804d364 B stdin
U strchr
U strcpy
U __strdup
U strerror
U strlcpy
U strlen
U strncmp
U __strtol_internal
U syslog
U vsnprintf
U waitpid
U warn
U write
[icesik@iceberg ~]$ ldd /usr/sbin/pptpd
linux-gate.so.1 => (0xffffe000)
libwrap.so.0 => /lib/libwrap.so.0 (0xb7f21000)
libc.so.6 => /lib/libc.so.6 (0xb7e12000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb7dfd000)
/lib/ld-linux.so.2 (0x80000000)
[icesik@iceberg ~]$ ldd /usr/lib/pptpd/pptpd-logwtmp.so
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/libc.so.6 (0xb7e9d000)
/lib/ld-linux.so.2 (0x80000000)
[icesik@iceberg ~]$
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] pptpd
2006-07-26 14:54 ` Igor Zubkov
@ 2006-07-26 18:30 ` Anton Gorlov
2006-07-29 20:54 ` Sviatoslav Sviridov
0 siblings, 1 reply; 8+ messages in thread
From: Anton Gorlov @ 2006-07-26 18:30 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Igor Zubkov пишет:
>> У кого 32 битный сизиф и есть под руками pptpd покажите пожалуста вывод
>> nm -CD /usr/sbin/pptpd
>> ldd /usr/sbin/pptpd
>> ldd /usr/lib/pptpd/pptpd-logwtmp.so
> [icesik@iceberg ~]$ nm -CD /usr/sbin/pptpd
Странно.. при сборке на x86_64 получаю облом в виде
Verifying ELF objects in /home/stalker/tmp/pptpd-buildroot
(arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol: debug
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol: ifname
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol:
ip_down_notifier
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol:
ip_up_notifier
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol:
peer_authname
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol: logwtmp
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol: notice
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol:
add_options
verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol:
add_notifier
Но при этом судя по ldd что на 32, что на x86_64 всё слинкованно с
одними и теми же либами.. сам pptpd эти символы не предоставляет.. а кто
же тогда?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] pptpd
2006-07-26 18:30 ` Anton Gorlov
@ 2006-07-29 20:54 ` Sviatoslav Sviridov
2006-08-01 8:27 ` Anton Gorlov
0 siblings, 1 reply; 8+ messages in thread
From: Sviatoslav Sviridov @ 2006-07-29 20:54 UTC (permalink / raw)
To: sisyphus
Anton Gorlov пишет:
> ...
>
> Verifying ELF objects in /home/stalker/tmp/pptpd-buildroot
> (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
> ...
> verify-elf: ERROR: ./usr/lib64/pptpd-logwtmp.so: undefined symbol: logwtmp
> ...
> Но при этом судя по ldd что на 32, что на x86_64 всё слинкованно с
> одними и теми же либами.. сам pptpd эти символы не предоставляет.. а кто
> же тогда?
$ findsym logwtmp
/lib/libutil.so.1: 00001140 T logwtmp
/lib/libutil-2.3.6.so: 00001140 T logwtmp
...
по остальным - ждать пока отыщутся не стал...
--
Best regards,
Sviatoslav Sviridov
--
Don't compare floating point numbers solely for equality.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] pptpd
2006-07-29 20:54 ` Sviatoslav Sviridov
@ 2006-08-01 8:27 ` Anton Gorlov
0 siblings, 0 replies; 8+ messages in thread
From: Anton Gorlov @ 2006-08-01 8:27 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Sviatoslav Sviridov пишет:
> по остальным - ждать пока отыщутся не стал...
по ним поиск ничего и не дал..првоерно на 2 машинках (32 битная и 64
битная с запатченным findsym). debug нашёлся но явно не то
Filename: libfpx-1.2.0.13-alt1.x86_64.rpm
Description: Библиотека для обработки изображений FlashFPX
--
np: silence ( Winamp ушел в Партизаны ;-)
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-08-01 8:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-24 8:45 [sisyphus] pptpd Anton Gorlov
2006-07-25 13:04 ` Vladimir V. Kamarzin
2006-07-25 13:09 ` Anton Gorlov
2006-07-26 14:49 ` Anton Gorlov
2006-07-26 14:54 ` Igor Zubkov
2006-07-26 18:30 ` Anton Gorlov
2006-07-29 20:54 ` Sviatoslav Sviridov
2006-08-01 8:27 ` Anton Gorlov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git