ispCP - Board - Support
[SOLVED] Filserver is Blank - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [SOLVED] Filserver is Blank (/thread-4770.html)

Pages: 1 2 3 4


RE: Filserver is Blank - joximu - 10-25-2008 12:30 AM

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...


RE: Filserver is Blank - Shayne - 10-25-2008 01:04 AM

How do I check that??

Seriously while running debug mode and I try to connect.. thats the only 2 lines that pop up.


RE: Filserver is Blank - gregmcc - 10-25-2008 08:14 AM

I'm also getting a blank page after I logon. Running OpenSuse 11.

I can FTP to the server and logon successfully.


RE: Filserver is Blank - grungehead - 10-27-2008 06:23 AM

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.


RE: Filserver is Blank - Shayne - 10-27-2008 05:28 PM

(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?


RE: Filserver is Blank - joximu - 10-27-2008 05:52 PM

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...


RE: Filserver is Blank - Shayne - 10-27-2008 06:58 PM

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.


RE: Filserver is Blank - joximu - 10-27-2008 07:59 PM

http://www.proftpd.org/localsite/Userguide/linked/x199.html
-d9 -n is maximum :-)

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

/J


RE: Filserver is Blank - Shayne - 10-27-2008 08:15 PM

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


RE: Filserver is Blank - joximu - 10-27-2008 08:21 PM

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