Current time: 05-05-2024, 08:51 PM Hello There, Guest! (LoginRegister)


Post Reply 
before install ,i can`t login to admin ....
Author Message
wayking Offline
Newbie
*

Posts: 8
Joined: Feb 2009
Reputation: 0
Post: #1
before install ,i can`t login to admin ....
hi,thank you for ispcp,it`s very usefull~

i have installed it on freebsd 7.1,
but when i execute "cpan upgrade",
it list:
Quote:www# cpan upgrade
CPAN: Storable loaded ok (v2.18)
Going to read /root/.cpan/Metadata
Database was generated on Mon, 23 Feb 2009 17:26:55 GMT
Warning: Cannot install upgrade, don't know what it is.
Try the command

i /upgrade/

to find objects with matching identifiers.
CPAN: Time::HiRes loaded ok (v1.9715)

and when i login as admin it`s not work,
halt on when i click submit.
nothing output~

help me..........
02-24-2009 06:23 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: before install ,i can`t login to admin ....
You must first start "cpan" and then upgrade in the cpan shell itself.
Type "cpan" and when you are on the cpan-shell type "upgrade"

Here is a short output:
Code:
matrix# cpan
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.9301)
ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?)

cpan[1]> upgrade

CPAN: Storable loaded ok (v2.19)
Going to read /root/.cpan/Metadata
  Database was generated
CPAN: Storable loaded ok (v2.19)
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 24 Feb 2009 02:28:55 GMT

Package namespace         installed    latest  in CPAN file
Attribute::Handlers         0.78_03      0.81  SMUELLER/Attribute-Handlers-0.81.tar.gz
AutoLoader                     5.67      5.68  SMUELLER/AutoLoader-5.68.tar.gz
B::Debug                       1.05      1.11  RURBAN/B-Debug-1.11.tar.gz
DB_File                       1.817     1.819  PMQS/DB_File-1.819.tar.gz
Devel::PPPort                  3.14      3.16  MHX/Devel-PPPort-3.16.tar.gz
Digest::MD5                    2.37      2.38  GAAS/Digest-MD5-2.38.tar.gz
Encode                         2.26      2.31  DANKOGAI/Encode-2.31.tar.gz
ExtUtils::Command              1.15      1.16  RKOBES/ExtUtils-Command-1.16.tar.gz
ExtUtils::Install           1.50_01      1.52  YVES/ExtUtils-Install-1.52.tar.gz
ExtUtils::MakeMaker           undef      6.48  MSCHWERN/ExtUtils-MakeMaker-6.48.tar.gz
ExtUtils::Manifest             1.55      1.56  RKOBES/ExtUtils-Manifest-1.56.tar.gz
File::Temp                     0.20      0.21  TJENNESS/File-Temp-0.21.tar.gz
Filter::Simple                 0.83      0.84  SMUELLER/Filter-Simple-0.84.tar.gz
Math::Complex                  1.54      1.56  JHI/Math-Complex-1.56.tar.gz
Pod::Parser                    1.35      1.37  MAREKR/Pod-Parser-1.38.tar.gz
Pod::Perldoc                   3.14      3.15  FERREIRA/Pod-Perldoc-3.15.tar.gz
Switch                         2.13      2.14  RGARCIA/Switch-2.14.tar.gz
Test::Harness                  2.64      3.16  ANDYA/Test-Harness-3.16.tar.gz
Test::Harness::Straps       0.26_01      0.30  MSCHWERN/Test-Harness-Straps-0.30.tar.gz
Test::Simple                   0.80      0.86  MSCHWERN/Test-Simple-0.86.tar.gz
Time::HiRes                  1.9715    1.9719  JHI/Time-HiRes-1.9719.tar.gz
English                        1.03      1.04  RGARCIA/perl-5.10.0.tar.gz
Fatal                          1.06     1.998  PJF/autodie-1.998.tar.gz
Pod::Man                       1.37      2.22  RRA/podlators-2.2.2.tar.gz
Text::Balanced                 1.98  2.000000  DCONWAY/Text-Balanced-
...

Next is, i´m still trying to get ispCP working well per default on FreeBSD.
But there are still many things todo and patches to use. So it is not the best choice this time.

Greez BeNe
02-24-2009 06:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
wayking Offline
Newbie
*

Posts: 8
Joined: Feb 2009
Reputation: 0
Post: #3
RE: before install ,i can`t login to admin ....
thank you .
it`s working now ...

but login is very slow.....
when i keyin admin user and pass ,and click submit ,,,i will hlod maybe five mins..
02-24-2009 07:18 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #4
RE: before install ,i can`t login to admin ....
Quote:thank you .
it`s working now ...
Fine Wink
Quote:but login is very slow.....
when i keyin admin user and pass ,and click submit ,,,i will hlod maybe five mins..
What ? Five mins ? There should be a timeout before.
What hind of Server is this ?

Btw: How did you install ispCP Omega now ?
With this one --> http://www.isp-control.net/documentation...on/freebsd ?

Do you use mod_php or fast_cgi ?
I search a way to get all per default running, maybe you can help here ?

Greez BeNe
02-24-2009 08:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
wayking Offline
Newbie
*

Posts: 8
Joined: Feb 2009
Reputation: 0
Post: #5
RE: before install ,i can`t login to admin ....
YES,i follow the "http://www.isp-control.net/documentation...on/freebsd " gurid install...

LOGIN VERY SLOW...

Do you use mod_php or fast_cgi ?
means add next to httpd.conf?

----------------------------------------------------
LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so
Include etc/apache22/extra/fastcgi_ispcp.conf
-----------------------------------------------------
02-24-2009 08:48 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: before install ,i can`t login to admin ....
Your server is able to resolv isp-control.net? Try to disable update check (as admin Setting -> Check for update = Disabled).
02-24-2009 11:03 PM
Visit this user's website Find all posts by this user Quote this message in a reply
wayking Offline
Newbie
*

Posts: 8
Joined: Feb 2009
Reputation: 0
Post: #7
RE: before install ,i can`t login to admin ....
thank you ,is alrady disabled
02-25-2009 05:27 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #8
RE: before install ,i can`t login to admin ....
And is the Login now faster ?
Does this happen on all sites or only in the Panel ?

Greez BeNe
02-25-2009 05:30 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)