Current time: 04-19-2024, 11:22 PM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] Filserver is Blank
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #21
RE: Filserver is Blank
I hardly believe you only get theese two lines.

Did you check the proftpd mysql module?

/J
btw:
"FTP session requested from unknown class"

is not a failure...
(This post was last modified: 10-25-2008 12:38 AM by joximu.)
10-25-2008 12:30 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Shayne Offline
Junior Member
*

Posts: 53
Joined: Oct 2008
Reputation: 0
Post: #22
RE: Filserver is Blank
How do I check that??

Seriously while running debug mode and I try to connect.. thats the only 2 lines that pop up.
10-25-2008 01:04 AM
Find all posts by this user Quote this message in a reply
gregmcc Offline


Posts: 2
Joined: Oct 2008
Reputation: 0
Post: #23
RE: Filserver is Blank
I'm also getting a blank page after I logon. Running OpenSuse 11.

I can FTP to the server and logon successfully.
10-25-2008 08:14 AM
Find all posts by this user Quote this message in a reply
grungehead Offline


Posts: 3
Joined: Jan 2007
Reputation: 0
Post: #24
RE: Filserver is Blank
It may be useful to enable PHP-Errors for the net2ftp-Script, see in
/var/www/ispcp/gui/tools/filemanager/settings.inc.php on Line 36.
So I got the error
"Fatal error: Call to undefined function mcrypt_module_open() in /var/www/ispcp/gui/tools/filemanager/includes/StonePhpSafeCrypt_packcrypt.php on line 91"

I fixed it by just adding
"extension=mcrypt.so" to /var/www/fcgi/master/php5/php.ini (see in line 626, but have to replace php_mcrypt.dll with mcrypt.so and uncomment it!, reload apache and it should work.)

Hope this helps.
(This post was last modified: 10-27-2008 06:24 AM by grungehead.)
10-27-2008 06:23 AM
Find all posts by this user Quote this message in a reply
Shayne Offline
Junior Member
*

Posts: 53
Joined: Oct 2008
Reputation: 0
Post: #25
RE: Filserver is Blank
(10-27-2008 06:23 AM)grungehead Wrote:  It may be useful to enable PHP-Errors for the net2ftp-Script, see in
/var/www/ispcp/gui/tools/filemanager/settings.inc.php on Line 36.
So I got the error
"Fatal error: Call to undefined function mcrypt_module_open() in /var/www/ispcp/gui/tools/filemanager/includes/StonePhpSafeCrypt_packcrypt.php on line 91"

I fixed it by just adding
"extension=mcrypt.so" to /var/www/fcgi/master/php5/php.ini (see in line 626, but have to replace php_mcrypt.dll with mcrypt.so and uncomment it!, reload apache and it should work.)

Hope this helps.

ok.. definately progress Smile

I get an attempt at login but then I get this:

An error has occured
Unable to connect to FTP server localhost on port 21.

Are you sure this is the address of the FTP server? This is often different from that of the HTTP (web) server. Please contact your ISP helpdesk or system administrator for help.

The error occured in file /var/www/ispcp/gui/tools/filemanager/includes/filesystem.inc.php on line 56.

function ftp_openconnection (/var/www/ispcp/gui/tools/filemanager/modules/browse/browse.inc.php on line 223)
function net2ftp_module_printBody (/var/www/ispcp/gui/tools/filemanager/main.inc.php on line 314)
function net2ftp (/var/www/ispcp/gui/tools/filemanager/index.php on line 59)
argument 0: printBody

So seems i have a problem with proftp itself... I cant connect from an ftp client either Sad

I did post the proftpd.conf.. does anyone see a problem with it?
10-27-2008 05:28 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #26
RE: Filserver is Blank
proftpd.conf looks ok.

in post #10 you posted a bunch of debug lines - but at the end there is a "address already in use".
If yoiu now stop proftpd and repeat the debugged start (proftpd -nd5) then you should get also a couple of lines...
10-27-2008 05:52 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Shayne Offline
Junior Member
*

Posts: 53
Joined: Oct 2008
Reputation: 0
Post: #27
RE: Filserver is Blank
ok when I do debugging on level 10 I get this:
wor001.prihost.co.za - no matching vhost found for ***.***.***.***#21, using DefaultServer 'wor001.prihost.co.za'
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at main.c:903
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - SETUP PRIVS at main.c:908
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - FTP session requested from unknown class
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - performing module session initializations
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at mod_quotatab_sql.c:721
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - RELINQUISH PRIVS at mod_quotatab_sql.c:726
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at mod_quotatab.c:2682
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - RELINQUISH PRIVS at mod_quotatab.c:2689
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at mod_quotatab.c:2698
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - RELINQUISH PRIVS at mod_quotatab.c:2705
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - mod_sql/4.2.2: defaulting to 'mysql' backend
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at mod_delay.c:1095
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - RELINQUISH PRIVS at mod_delay.c:1097
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - FTP session closed.
10-27-2008 06:58 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #28
RE: Filserver is Blank
http://www.proftpd.org/localsite/Usergui.../x199.html
-d9 -n is maximum :-)

please try again - I really hope there will be something...

/J
10-27-2008 07:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Shayne Offline
Junior Member
*

Posts: 53
Joined: Oct 2008
Reputation: 0
Post: #29
RE: Filserver is Blank
ok on that level I get the same:

wor001.prihost.co.za - no matching vhost found for ***.***.***.***#21, using DefaultServer 'wor001.prihost.co.za'
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at main.c:903
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - SETUP PRIVS at main.c:908
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - FTP session requested from unknown class
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - performing module session initializations
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at mod_quotatab_sql.c:721
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - RELINQUISH PRIVS at mod_quotatab_sql.c:726
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at mod_quotatab.c:2682
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - RELINQUISH PRIVS at mod_quotatab.c:2689
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at mod_quotatab.c:2698
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - RELINQUISH PRIVS at mod_quotatab.c:2705
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - mod_sql/4.2.2: defaulting to 'mysql' backend
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - ROOT PRIVS at mod_delay.c:1095
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - RELINQUISH PRIVS at mod_delay.c:1097
wor001.prihost.co.za (***.***.***.***[***.***.***.***]) - FTP session closed.


Isnt the line that says no matching vhost found a problem???
Also the first few lines after running the debug are as such:

- mod_tls/2.1.2: using OpenSSL 0.9.8g 19 Oct 2007
- warning: "ProFTPD" address/port (**.***.***.***:21) already in use by "ProFTPD"
- disabling runtime support for IPv6 connections
- DenyFilter: compiling deny regex '\*.*/'
- <Directory /*>: deferring resolution of path
- PathDenyFilter: compiling deny regex '.quota$'
- <IfModule>: skipping '!mod_sql.c' section at line 108
- <IfModule>: skipping '!mod_sql_mysql.c' section at line 111
- <IfModule>: skipping '!mod_quotatab.c' section at line 114
- <IfModule>: skipping '!mod_quotatab_sql.c' section at line 117
- <IfModule>: using 'mod_quotatab.c' section at line 137
- <IfModule>: skipping 'mod_ratio.c' section at line 152
- <IfModule>: using 'mod_delay.c' section at line 159
- <IfModule>: using 'mod_ctrls.c' section at line 163
- <IfModule>: using 'mod_ctrls_admin.c' section at line 171
- processing configuration directory '/etc/proftpd/ispcp'
- <Directory ~/backups>: deferring resolution of path
- <Directory /var/www/virtual/cms.eu.bogus/backups/*>: deferring resolution of path
- <Directory ~/cgi-bin>: deferring resolution of path
- <Directory ~/cgi-bin/*>: deferring resolution of path
- <Directory ~/htdocs>: deferring resolution of path
- <Directory ~/htdocs/*>: deferring resolution of path
- <Directory ~/errors>: deferring resolution of path
- <Directory ~/errors/*>: deferring resolution of path
- <Directory ~/logs>: deferring resolution of path
- <Directory ~/logs/*>: deferring resolution of path
- <Directory ~/phptmp>: deferring resolution of path
- <Directory ~/phptmp/*>: deferring resolution of path
- <Directory ~/statistics>: deferring resolution of path
- <Directory ~/statistics/*>: deferring resolution of path

not sure if all the sql modules are loading Sad
(This post was last modified: 10-27-2008 08:17 PM by Shayne.)
10-27-2008 08:15 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #30
RE: Filserver is Blank
You can add your IP with the hostname wor001.prihost.co.za in /etc/hosts

but I think the error is another one...

Are you ftping from localhost (webftp in ispcp?) or with a ftp client software from your local pc?

/J
10-27-2008 08:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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