Current time: 04-30-2024, 03:01 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 10 Votes - 4.6 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[FAQ] Установка на чистый Debian
Author Message
willrain Offline
Junior Member
*

Posts: 62
Joined: Jul 2010
Reputation: 1
Post: #71
RE: [FAQ] Установка на чистый Debian
Вряд ли - во-первых, sendmail удалялся, потом на его место ставился postfix. В идеале, после удаления sendmail'a в системе практически не должно было оставаться его следов. Во-вторых, пользователи у них разные, конфиги тоже. Ну и мы снова возвращаемся к гаданию о том, что случилось в момент установки пакетов для панели.
11-27-2010 08:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
DragonZX Offline
Moderator
*****
Moderators

Posts: 441
Joined: Aug 2010
Reputation: 5
Post: #72
RE: [FAQ] Установка на чистый Debian
Я так понял VPS?
1. Какой используется хостинг-провайдер?
2. Конечно не имеет отношения к ошибке, но проверь - правильно ли выставлен hostname (тут он указывается панелью)
3. sources.list Должен быть вида
Code:
deb     http://ftp.de.debian.org/debian  lenny  main non-free contrib
deb-src http://ftp.de.debian.org/debian  lenny  main non-free contrib

deb     http://security.debian.org/  lenny/updates  main contrib non-free
deb-src http://security.debian.org/  lenny/updates  main contrib non-free
Если не так - забекапь старый файлик и исправь строки.

Создал спецтему для VPS
(This post was last modified: 11-27-2010 07:39 PM by DragonZX.)
11-27-2010 07:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BBK Offline
Junior Member
*

Posts: 17
Joined: Dec 2010
Reputation: 0
Post: #73
RE: [FAQ] Установка на чистый Debian
не могу поставить на Debian 5, не встает и все тут. на Ubuntu 10.04 без проблем

[Image: 20d8f80db0b7.jpg]


Code:
getCmdExitValue()              | Ending...
sys_command('/bin/cp -pf /etc/ispcp/apache/working/fcgid_ispcp.conf /etc/apache2/mods-available/') | Ending...
get_file()                     | Starting...
get_file()                     | Ending...
store_file()                   | Starting...
setfmode()                     | Starting...
setfmode()                     | Ending...
store_file()                   | Ending...
sys_command()                  | Starting...
getCmdExitValue()              | Starting...
getCmdExitValue()              | [DEBUG] External command exited with value 0
getCmdExitValue()              | Ending...
sys_command('/bin/cp -pf /etc/ispcp/apache/working/fcgid_ispcp.load /etc/apache2/mods-available/') | Ending...
sys_command()                  | Starting...
system()                       | [DEBUG] ERROR: Module php4 does not exist!
ERROR: Module php5 does not exist!
getCmdExitValue()              | Starting...
getCmdExitValue()              | [DEBUG] External command exited with value 1
getCmdExitValue()              | Ending...
sys_command()                  | [ERROR] External command '/usr/sbin/a2dismod php4 php5' exited with value 1 !
sys_command()                  | Starting...
system()                       | [DEBUG] Enabling module actions.
Run '/etc/init.d/apache2 restart' to activate new configuration!
getCmdExitValue()              | Starting...
getCmdExitValue()              | [DEBUG] External command exited with value 0
getCmdExitValue()              | Ending...
sys_command('/usr/sbin/a2enmod actions') | Ending...
sys_command()                  | Starting...
system()                       | [DEBUG] ERROR: Module fastcgi_ispcp does not exist!
getCmdExitValue()              | Starting...
getCmdExitValue()              | [DEBUG] External command exited with value 1
getCmdExitValue()              | Ending...
sys_command()                  | [ERROR] External command '/usr/sbin/a2dismod fastcgi_ispcp' exited with value 1 !
exit_msg()                     | Starting...
exit_msg()                     | Ending...

кто подскажет как это исправить?
12-02-2010 02:37 AM
Find all posts by this user Quote this message in a reply
willrain Offline
Junior Member
*

Posts: 62
Joined: Jul 2010
Reputation: 1
Post: #74
RE: [FAQ] Установка на чистый Debian
В /etc/apache/mods-available посоздавай файлы fastcgi_ispcp.load и fastcgi.load

BTW, в 6-м то же самое.
12-02-2010 03:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
beliy Offline
Junior Member
*

Posts: 125
Joined: Oct 2010
Reputation: 0
Post: #75
RE: [FAQ] Установка на чистый Debian
попробуй переда этапом установки панели переустановить то на что ругается:
aptitude install apache fastCGI
12-02-2010 06:45 PM
Find all posts by this user Quote this message in a reply
user Offline
Junior Member
*

Posts: 75
Joined: Nov 2010
Reputation: 0
Post: #76
RE: [FAQ] Установка на чистый Debian
* ispCP system hosts file: [ Failed ]

Почему ошибка??
(This post was last modified: 12-03-2010 03:51 AM by user.)
12-03-2010 03:51 AM
Find all posts by this user Quote this message in a reply
willrain Offline
Junior Member
*

Posts: 62
Joined: Jul 2010
Reputation: 1
Post: #77
RE: [FAQ] Установка на чистый Debian
Quote:попробуй переда этапом установки панели переустановить то на что ругается:
Зачем ставить то, что не используется? Только для того, чтобы его выключить?

Quote:aptitude install apache fastCGI
Пакета fastCGI не существует. Для того и выбор в установщике дан, чтобы выбрать то, что реально может использоваться. Бага в установщике - не проверяется наличие файла и сразу идет попытка отключения модуля (это камень и в сторону php4).
Quote: Почему ошибка??
Потому что логи не читаешь.
(This post was last modified: 12-03-2010 05:25 AM by willrain.)
12-03-2010 05:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
user Offline
Junior Member
*

Posts: 75
Joined: Nov 2010
Reputation: 0
Post: #78
RE: [FAQ] Установка на чистый Debian
Code:
setup_hosts()                  | Starting...
sys_command_rs()               | Starting...
system()                       | [DEBUG] /bin/cp: cannot stat `/etc/hosts': No $
sys_command_rs()               | Ending...
getCmdExitValue()              | Starting...
getCmdExitValue()              | [DEBUG] External command exited with value 1
getCmdExitValue()              | Ending...
exit_msg()                     | Starting...
exit_msg()                     | Ending...
12-03-2010 06:12 AM
Find all posts by this user Quote this message in a reply
willrain Offline
Junior Member
*

Posts: 62
Joined: Jul 2010
Reputation: 1
Post: #79
RE: [FAQ] Установка на чистый Debian
> cannot stat `/etc/hosts'

Ну а сам-то файлик есть?
12-03-2010 06:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
user Offline
Junior Member
*

Posts: 75
Joined: Nov 2010
Reputation: 0
Post: #80
RE: [FAQ] Установка на чистый Debian
Поставил Smile
(This post was last modified: 12-03-2010 06:55 AM by user.)
12-03-2010 06:23 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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