Version is - ProFTPD Version 1.2.9rc1
I have compiled whit this configure
./configure --sysconfdir=3D/etc/proftpd --localstatedir=3D/var/run=20
--with-
modules=3Dmod_sql:mod_sql_mysql:mod_quotatab:mod_quotatab_sql:m
od_auth_pam:mod_readme=20
--with-includes=3D/usr/local/include/mysql --with-
libraries=3D/usr/local/lib/mysql
and i have no error on configure or make.
grep open proftpd.strace
187 open("/etc/ld.so.preload", O_RDONLY) =3D -1 ENOENT (No such file=20
or directory)
187 open("/etc/ld.so.cache", O_RDONLY) =3D 3
187 open("/lib/libcrypt.so.1", O_RDONLY) =3D 3
187 open("/lib/libpam.so.0", O_RDONLY) =3D 3
187 open("/lib/libm.so.6", O_RDONLY) =3D 3
187 open("/usr/lib/libz.so.1", O_RDONLY) =3D 3
187 open("/usr/local/lib/mysql/libmysqlclient.so.12", O_RDONLY) =3D 3
187 open("/lib/libc.so.6", O_RDONLY) =3D 3
187 open("/lib/libdl.so.2", O_RDONLY) =3D 3
187 open("/lib/libnsl.so.1", O_RDONLY) =3D 3
187 open("/etc/localtime", O_RDONLY) =3D 3
187 open("/dev/log", O_WRONLY|O_LARGEFILE) =3D -1 ENXIO (No such=20
device or address)
187 open("/etc/nsswitch.conf", O_RDONLY) =3D 3
187 open("/etc/ld.so.cache", O_RDONLY) =3D 3
187 open("/lib/libnss_db.so.2", O_RDONLY) =3D 3
187 open("/lib/libnss_files.so.2", O_RDONLY) =3D 3
187 open("/usr/lib/libdb3.so.3", O_RDONLY) =3D 3
187 open("/var/lib/misc/protocols.db", O_RDWR|O_LARGEFILE) =3D -1=20
ENOENT (No such file or directory)
187 open("/var/lib/misc/protocols.db", O_RDONLY|O_LARGEFILE) =3D -1=20
ENOENT (No such file or directory)
187 open("/etc/protocols", O_RDONLY) =3D 3
187 open("/var/lib/misc/protocols.db", O_RDWR|O_LARGEFILE) =3D -1=20
ENOENT (No such file or directory)
187 open("/var/lib/misc/protocols.db", O_RDONLY|O_LARGEFILE) =3D -1=20
ENOENT (No such file or directory)
187 open("/var/lib/misc/services.db", O_RDWR|O_LARGEFILE) =3D -1=20
ENOENT (No such file or directory)
187 open("/var/lib/misc/services.db", O_RDONLY|O_LARGEFILE) =3D -1=20
ENOENT (No such file or directory)
187 open("/etc/services", O_RDONLY) =3D 3
187 open("/etc/proftpd/proftpd.conf", O_RDONLY|O_LARGEFILE) =3D 3
187 open("/etc/passwd", O_RDONLY|O_LARGEFILE) =3D 4
187 open("/etc/group", O_RDONLY|O_LARGEFILE) =3D 5
187 open("/etc/resolv.conf", O_RDONLY) =3D 3
187 open("/etc/host.conf", O_RDONLY) =3D 3
187 open("/etc/hosts", O_RDONLY) =3D 3
187 open("/etc/hosts", O_RDONLY) =3D 3
187 open("/etc/ld.so.cache", O_RDONLY) =3D 3
187 open("/lib/libnss_compat.so.2", O_RDONLY) =3D 3
I can't see my.cnf :(
TJ Saunders <tj@...> =EDrta:
>=20
> phptes>:~# strace -f -o proftpd.strace proftpd
> phptes>upeek: ptrace(PTRACE_PEEKUSER, ... ): Operation not=20
permitted
>=20
> Interesting.
>=20
> phptes>:~# grep open proftpd.strace | grep cnf
> phptes>no match for this :(
>=20
> How about just 'grep open proftpd.strace'?
>=20
> What version of proftpd is running?
>=20
> TJ
>=20
=20
|