need help with installation
  • my system:

    VServer
    ubuntu-he-10.04-x86_64

    PHP 5.4.8 (cli) (built: Sep  7 2013 08:15:39)
    Copyright (c) 1997-2012 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

    Manual installation


    my error code:

    dpkg: error processing /var/cache/apt/archives/monit_1%3a5.0.3-3_amd64.deb (--unpack):
     trying to overwrite '/etc/init.d/monit', which is also in package psa-watchdog 0:11.0.9-ubuntu10.04.build110120608.16
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
     /var/cache/apt/archives/monit_1%3a5.0.3-3_amd64.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    -------------------------------------------------------------------------------------------------------------------------------------

    Automated installation

    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:
      airtime: Depends: liquidsoap (>= 1.1.1~) but it is not going to be installed
               Depends: silan (>= 0.3.1~) but it is not going to be installed
    E: Broken packages

    ----------------------------------------------------------------------------------

    sudo apt-get install silan
    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:
      silan: Depends: libavcodec53 (>= 4:0.8-1~) but it is not installable or
                      libavcodec-extra-53 (>= 4:0.8-1~) but it is not installable
             Depends: libavformat53 (>= 4:0.8-1~) but it is not installable or
                      libavformat-extra-53 (>= 4:0.8-1~) but it is not installable
             Depends: libavutil51 (>= 4:0.8-1~) but it is not installable or
                      libavutil-extra-51 (>= 4:0.8-1~) but it is not installable
    E: Broken packages

    liquid soap I do not know what I have to take => http://apt.sourcefabric.org/misc/liquidsoap_1.1.1/
    Post edited by Mark Miquel at 2013-09-07 03:10:27
  • 6 Comments sorted by
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator

    my system:

    VServer
    ubuntu-he-10.04-x86_64

    PHP 5.4.8 (cli) (built: Sep  7 2013 08:15:39)
    Copyright (c) 1997-2012 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

    ...

    liquid soap I do not know what I have to take => http://apt.sourcefabric.org/misc/liquidsoap_1.1.1/

    Seems you run Ubuntu 10.04 so you'd have to choose lucid-version.

    But I advice to don't run Airtime on 10.04. Go, upgrade to 12.04 LTS and install Airtime with Automated Installation.
    Otherwise you will face a lot of difficulties with 10.04...
    or http://www.sourcefabric.org/en/resources/screencasts/

    cheers
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  • Ubuntu Update to 12.04 and install php 5.4 all is ok.

    install airtime

    To activate the new configuration, you need to run:
      service apache2 reload
    Enabling site airtime-vhost.
    To activate the new configuration, you need to run:
      service apache2 reload
    Module rewrite already enabled
    Site default already disabled
    Configuring php5...
     * Restarting web server apache2
    (98)Address already in use: make_sock: could not bind to address [::]:80
    (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    Action 'start' failed.
    The Apache error log may have more information.
       ...fail!
    invoke-rc.d: initscript apache2, action "restart" failed.
    dpkg: error processing airtime (--configure):
     subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
     airtime

    with Automated Installation
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator
    apache-version 2.2.2?
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  • apache2
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator


     * Restarting web server apache2
    (98)Address already in use: make_sock: could not bind to address [::]:80
    (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    Action 'start' failed.
    The Apache error log may have more information.
       ...fail!



    are you already running a website or similar on port 80?

    see the messages above...

    try to purge and reinstall apache 2 before airtime.

    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    this error say :
    you have another application who use port 80 (not apache)

    do a :

     netstap -taupe | grep "80"

     in a terminal windows to find it (and stop it, erase it, ...)
    Post edited by Albert FR at 2013-09-23 04:17:02