Current time: 04-20-2024, 05:24 AM Hello There, Guest! (LoginRegister)


Post Reply 
Can not open directory ! - Please contact your administrator !
Author Message
bindalf Offline


Posts: 4
Joined: Aug 2008
Reputation: 0
Post: #1
Can not open directory ! - Please contact your administrator !
Hi

i got this Message on every Choose Dir Button.

i addet /tmp to php open_basedir like someone said in another thread. Same Failure.
08-08-2008 08:01 PM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #2
RE: Can not open directory ! - Please contact your administrator !
http://www.isp-control.net/documentation...n_this_faq
08-08-2008 08:11 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bindalf Offline


Posts: 4
Joined: Aug 2008
Reputation: 0
Post: #3
RE: Can not open directory ! - Please contact your administrator !
i have a fresh installation of ispCP and vserver

ispCP 1.0.0 RC6 OMEGA
build: 20080806

Operating System suse-he-10.3-x86
Virtuozzo virtual server at hosteurope.com


only info in apache error.log is


[Fri Aug 08 12:23:41 2008] [notice] Apache/2.2.4 (Linux/SUSE) PHP/5.2.6 with Suhosin-Patch mod_ssl/2.2.4 OpenSSL/0.9.8e mod_fastcgi/2.4.2 configured -- resuming normal operations
[Fri Aug 08 12:28:18 2008] [notice] caught SIGTERM, shutting down
[Fri Aug 08 12:28:19 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Aug 08 12:28:19 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Fri Aug 08 12:28:19 2008] [warn] module proxy_module is already loaded, skipping
[Fri Aug 08 12:28:20 2008] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/sbin/suexec2)
[Fri Aug 08 12:28:20 2008] [notice] FastCGI: process manager initialized (pid 1553)
[Fri Aug 08 12:28:20 2008] [warn] FastCGI: server "/srv/www/fcgi/master/php5-fcgi-starter" (uid 2000, gid 2000) started (pid 1554)
[Fri Aug 08 12:28:20 2008] [notice] Apache/2.2.4 (Linux/SUSE) PHP/5.2.6 with Suhosin-Patch mod_ssl/2.2.4 OpenSSL/0.9.8e mod_fastcgi/2.4.2 configured -- resuming normal operations


and this in messages

Aug 8 13:08:10 lvps87-230-9-151 proftpd[7507]: lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - FTP session closed.

after clicking choose dir
(This post was last modified: 08-08-2008 09:10 PM by bindalf.)
08-08-2008 09:00 PM
Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #4
RE: Can not open directory ! - Please contact your administrator !
check if proftpd is running and you can connect to it.
08-08-2008 09:25 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bindalf Offline


Posts: 4
Joined: Aug 2008
Reputation: 0
Post: #5
RE: Can not open directory ! - Please contact your administrator !
server is running

0:00 proftpd: (accepting connections)

but right, i cant connect. ill try to fix it.

thank you !
08-08-2008 09:35 PM
Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #6
RE: Can not open directory ! - Please contact your administrator !
bindalf Wrote:server is running

0:00 proftpd: (accepting connections)

but right, i cant connect. ill try to fix it.

thank you !
Did you manage to fix this? If no verify if mod-mysql is compiled or loaded (
Code:
proftpd -vv
or in proftpd.conf
Code:
LoadModule mod_sql_mysql.c
) Also i discover that mod_sql_mysql is incompatible with mod_tls at least for proftpd v1.3.1 (default in debian lenny).
08-08-2008 10:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bindalf Offline


Posts: 4
Joined: Aug 2008
Reputation: 0
Post: #7
RE: Can not open directory ! - Please contact your administrator !
sci2tech Wrote:
bindalf Wrote:server is running

0:00 proftpd: (accepting connections)

but right, i cant connect. ill try to fix it.

thank you !
Did you manage to fix this? If no verify if mod-mysql is compiled or loaded (
Code:
proftpd -vv
or in proftpd.conf
Code:
LoadModule mod_sql_mysql.c
) Also i discover that mod_sql_mysql is incompatible with mod_tls at least for proftpd v1.3.1 (default in debian lenny).

yes the module is loaded...i came a bit closer.. the sql passwd in proftpd.conf was wrong but now i get

Code:
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - FTP session opened.
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_core
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_core
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_delay
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_auth
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_auth
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - no supplemental groups found for user 'tmp_489c5d5081cd3@taletellers.de'
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching POST_CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_sql
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching POST_CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_delay
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching LOG_CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_sql
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching LOG_CMD command 'USER tmp_489c5d5081cd3@taletellers.de' to mod_log
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_sql
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - no supplemental groups found for user 'tmp_489c5d5081cd3@taletellers.de'
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching CMD command 'PASS (hidden)' to mod_auth
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - USER tmp_489c5d5081cd3@taletellers.de (Login failed): No such user found.
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_sql
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_delay
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_sql
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'QUIT' to mod_core
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'QUIT' to mod_core
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching CMD command 'QUIT' to mod_core
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching POST_CMD command 'QUIT' to mod_sql
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching LOG_CMD command 'QUIT' to mod_sql
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching LOG_CMD command 'QUIT' to mod_log
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - dispatching LOG_CMD command 'QUIT' to mod_core
lvps87-230-9-151.dedicated.hosteurope.de (127.0.0.1[127.0.0.1]) - FTP session closed.

EDIT

seems the mod sql isnt loaded :

Code:
lvps87-230-9-151:~ # proftpd -vv
- ProFTPD Version: 1.3.1 (stable)
-   Scoreboard Version: 01040002
-   Built: Sun Oct 14 10:59:07 UTC 2007
-     Module: mod_core.c
-     Module: mod_xfer.c
-     Module: mod_auth_unix.c
-     Module: mod_auth_file/0.8.3
-     Module: mod_auth.c
-     Module: mod_ls.c
-     Module: mod_log.c
-     Module: mod_site.c
-     Module: mod_delay/0.6
-     Module: mod_dso/0.4
-     Module: mod_auth_pam/1.0.1
-     Module: mod_cap/1.0
-     Module: mod_ctrls/0.9.4
(This post was last modified: 08-09-2008 01:05 AM by bindalf.)
08-09-2008 12:53 AM
Find all posts by this user Quote this message in a reply
xen Offline


Posts: 1
Joined: Aug 2008
Reputation: 0
Post: #8
RE: Can not open directory ! - Please contact your administrator !
install and use proftpd-mysql (backup proftpd.conf) instead, it helped in my case
08-11-2008 08:04 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)