• Как разрешить проблему зависимостей в debian?

    @ValeriyaWork Автор вопроса
    sources.list
    # deb ftp.debian.org/debian wheezy main

    deb ftp.debian.org/debian wheezy main contrib
    deb-src ftp.debian.org/debian wheezy main contrib

    deb security.debian.org wheezy/updates main contrib
    deb-src security.debian.org wheezy/updates main contrib

    ---------------
    # dpkg-reconfigure apache2.2-common
    /usr/sbin/dpkg-reconfigure: apache2.2-common is broken or not fully installed

    -----------
    # apt-get purge apache2.2-common
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    apache2-mpm-worker : Depends: apache2.2-common (= 2.2.22-13+deb7u4) but it is not going to be installed
    E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

    ----------------------
    # apt-get install apache2.2-common
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    apache2.2-common is already the newest version.
    apache2.2-common set to manually installed.
    The following packages were automatically installed and are no longer required:
    libcurl3-nss libnspr4 libnspr4-dev libnss3 libnss3-dev
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 103 not upgraded.
    3 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue [Y/n]? Y
    Setting up apache2.2-common (2.2.22-13+deb7u4) ...
    insserv: warning: script 'celery' missing LSB tags and overrides
    insserv: There is a loop between service monit and celery if stopped
    insserv: loop involving service celery at depth 2
    insserv: loop involving service monit at depth 1
    insserv: Stopping celery depends on monit and therefore on system facility `$all' which can not be true!
    insserv: exiting now without changing boot order!
    update-rc.d: error: insserv rejected the script header
    dpkg: error processing apache2.2-common (--configure):
    subprocess installed post-installation script returned error exit status 1
    dpkg: dependency problems prevent configuration of apache2-mpm-itk:
    apache2-mpm-itk depends on apache2.2-common (= 2.2.22-13+deb7u4); however:
    Package apache2.2-common is not configured yet.

    dpkg: error processing apache2-mpm-itk (--configure):
    dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of apache2-threaded-dev:
    apache2-threaded-dev depends on apache2.2-common (= 2.2.22-13+deb7u4); however:
    Package apache2.2-common is not configured yet.

    dpkg: error processing apache2-threaded-dev (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    apache2.2-common
    apache2-mpm-itk
    apache2-threaded-dev
    E: Sub-process /usr/bin/dpkg returned an error code (1)
  • Почему при запуске redmine не видит пакет bundler?

    @ValeriyaWork Автор вопроса
    Сергей:
    Через команду redmine заработал
    # curl localhost:3000

    а в браузере через apache все такая же ошибка
  • Почему при запуске redmine не видит пакет bundler?

    @ValeriyaWork Автор вопроса
    Дениска Кривощеков:
    Он установлен
    #apt-get install ruby-rvm

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package ruby-rvm
  • Почему при запуске redmine не видит пакет bundler?

    @ValeriyaWork Автор вопроса
    Дениска Кривощеков:

    redmine# curl localhost:3000

    Missing `secret_token` and `secret_key_base` for 'development' environment, set these values in `config/secrets.yml`

    В файле config/secrets.yml есть ключи
    development:
    secret_key_base: 7fb890b71df.....
    secret_token: 7fb890b71df271......
  • Почему при запуске redmine не видит пакет bundler?

    @ValeriyaWork Автор вопроса
    redmine# bundler exec rails server

    => Booting WEBrick
    => Rails 4.2.1 application starting in development on localhost:3000
    => Run `rails server -h` for more startup options
    => Ctrl-C to shutdown server
    [2015-05-27 13:33:56] INFO WEBrick 1.3.1
    [2015-05-27 13:33:56] INFO ruby 2.2.0 (2014-12-25) [x86_64-linux]
    [2015-05-27 13:33:56] INFO WEBrick::HTTPServer#start: pid=29554 port=3000

    Запуск прошел, но по ip сервера с портом 3000 ничего не открывается, я плохо в этом разбираюсь, но может где нужно донастраивать для работы с этого порта, сервер debian
  • Почему при запуске redmine не видит пакет bundler?

    @ValeriyaWork Автор вопроса
    Ты про это
    bundle exec bin/bundle

    В результате
    Bundle complete! 27 Gemfile dependencies, 46 gems now installed.
    Gems in the groups development, test, postgresql and sqlite were not installed.
    Use `bundle show [gemname]` to see where a bundled gem is installed.