undefined method `chomp' for nil:NilClass (RDoc::Error)
Posted in Новости on 26 ноября, 2014 by adminFix :
gem update rdoc
Fix :
gem update rdoc
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 07DC563D1F41B907
gpg --export | apt-key add -
Ошибка связана с тем, что в nginx был включен ssl_stapling , но не был указан адрес резолвера. Чтобы исправить проблему добавляем в конфиг виртхоста, где прописан степлинг :
resolver 8.8.8.8; # or another dns
и перезагружаете сервис.
apt-get install bsdutils
Сохраняем словарь ответов :
roundcube-core roundcube/mysql/method select tcp/ip
roundcube-core roundcube/dbconfig-reinstall boolean false
roundcube-core roundcube/dbconfig-install boolean true
roundcube-core roundcube/purge boolean false
roundcube-core roundcube/language select ru_RU
roundcube-core roundcube/db/dbname string roundcube
roundcube-core roundcube/remote/newhost string 127.0.0.1
roundcube-core roundcube/remote/port string 3306
roundcube-core roundcube/restart-webserver boolean false
roundcube-core roundcube/install-error select ignore
roundcube-core roundcube/mysql/admin-user string root
roundcube-core roundcube/mysql/admin-pass password mysqlrootpass
roundcube-core roundcube/mysql/app-pass password
roundcube-core roundcube/database-type select mysql
roundcube-core roundcube/remote/host select 127.0.0.1
roundcube-core roundcube/db/app-user string roundcube
где mysqlrootpass - текущий актуальный пароль для root MySQL
Подгружаем ответы из нашего словаря в систему
debconf-set-selections < roundcube.txt
Ставим пакет :
apt-get install roundcube roundcube-mysql