[livesupport-dev] new packages
  • I built new packages, but there is still a file missing:
    /opt/livesupport/var/LiveSupport/storageServer/var/conf.php

    Tomas, could you take a look at this? The packages are installed on
    62.44.9.210, and they are in my home directory; also under
    http://62.44.9.210/~fgerlits.

    Ferenc

    --------------------------
    the install log:
    --------------------------
    root@LiveSupport-Station-Studio:/home/fgerlits/public_html# dpkg -i
    livesupport-libs_1.0-1_i386.deb

    (Reading database ... 96737 files and directories currently installed.)
    Preparing to replace livesupport-libs 1.0-1 (using
    livesupport-libs_1.0-1_i386.deb) ...
    Unpacking replacement livesupport-libs ...
    Setting up livesupport-libs (1.0-1) ...

    root@LiveSupport-Station-Studio:/home/fgerlits/public_html# dpkg -i
    livesupport-station_1.0-1_i386.deb

    (Reading database ... 96737 files and directories currently installed.)
    Preparing to replace livesupport-station 1.0-1 (using
    livesupport-station_1.0-1_i386.deb) ...
    Checking for required tools...
    Exectuable sed found...
    Exectuable psql found...
    Exectuable php found...
    Exectuable pear found...
    Exectuable odbcinst found...
    Checking for validity of apache daemon group www-data...
    Apache daemon group www-data OK.
    Unpacking replacement livesupport-station ...
    Removing any system startup links for /etc/init.d/livesupport-station ...
    Setting up livesupport-station (1.0-1) ...
    Making post-install steps for the LiveSupport scheduler.

    Using the following installation parameters:

    installation directory: /opt/livesupport
    host name: localhost
    web server port: 80
    scheduler port: 3344
    database server: localhost
    database: LiveSupport
    database user: livesupport
    database user password: livesupport
    apache daemon group: www-data
    apache document root: /var/www
    broadcast device: plughw:0,0

    Checking for required tools...
    Executable sed found...
    Executable psql found...
    Executable php found...
    Executable pear found...
    Executable odbcinst found...
    Creating database and database user...
    ERROR: user "livesupport" already exists # this is OK
    ERROR: database "LiveSupport" already exists # not a real error
    Creating ODBC data source and driver...
    Registering LiveSupport ODBC data source...
    Configuring PEAR packages needed by LiveSupport
    (with destdir: /opt/livesupport)
    Installing PEAR packages needed by LiveSupport to directory:
    /opt/livesupport
    Archive_Tar (Archive_Tar-1.3.1) OK
    Console_Getopt (Console_Getopt-1.2) OK
    XML_RPC (XML_RPC-1.3.0RC1) OK
    PEAR (PEAR-1.3.5) OK
    Calendar (Calendar-0.5.2) OK
    DB (DB-1.7.6) OK
    File (File-1.2.0) OK
    File_Find (File_Find-0.3.1) OK
    HTML_Common (HTML_Common-1.2.1) OK
    HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK
    XML_Util (XML_Util-1.1.1) OK
    XML_Parser (XML_Parser-1.2.6) OK
    XML_Beautifier (XML_Beautifier-1.1) OK
    XML_Serializer (XML_Serializer-0.15.0) OK
    Setting up directory permissions...
    Configuring apache ...
    /etc/apache/conf.d Y
    /etc/apache2/conf/modules.d N
    /etc/httpd/conf.d N
    done
    Restarting apache...
    apache Y
    Restarting apache.
    apache2 N
    httpd N
    done
    Creating symlinks...
    Initializing database...

    Warning: main(../conf.php): failed to open stream: No such file or
    directory in
    /opt/livesupport/var/LiveSupport/storageServer/var/install/install.php
    on line 39

    Fatal error: main(): Failed opening required '../conf.php'
    (include_path='.:/usr/share/php:/usr/share/pear') in
    /opt/livesupport/var/LiveSupport/storageServer/var/install/install.php
    on line 39
    dpkg: error processing livesupport-station (--install):
    subprocess post-installation script returned error exit status 1
    Errors were encountered while processing:
    livesupport-station

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • 7 Comments sorted by
  • It's the problem I chat about - the missing file is in the deb, but
    it's not installed. I don't know why - only that this file is listed
    in conffiles and no file listed there is installed.

    But - moment:
    when I do this:
    dpkg --purge livesupport-studio
    dpkg --purge livesupport-station
    dpkg --purge livesupport-libs

    and install it back it's OK! No errors! Smile

    Yes! it's probably clear - when packaging system knows that package is installed,
    it don't overwrite files marked as config files (debian/conffile in deb) and
    if these files are removed installation fails.
    Removing livesupport with rm command is not sufficient, dpkg --purge is needed.

    Log:

    Checking for required tools...
    Executable sed found...
    Executable psql found...
    Executable php found...
    Executable pear found...
    Executable odbcinst found...
    Creating database and database user...
    CREATE USER
    CREATE DATABASE
    Creating ODBC data source and driver...
    Registering ODBC PostgreSQL driver...
    Registering LiveSupport ODBC data source...
    Configuring PEAR packages needed by LiveSupport
    (with destdir: /opt/livesupport)
    Installing PEAR packages needed by LiveSupport to directory:
    /opt/livesupport
    Archive_Tar (Archive_Tar-1.3.1) OK
    Console_Getopt (Console_Getopt-1.2) OK
    XML_RPC (XML_RPC-1.3.0RC1) OK
    PEAR (PEAR-1.3.5) OK
    Calendar (Calendar-0.5.2) OK
    DB (DB-1.7.6) OK
    File (File-1.2.0) OK
    File_Find (File_Find-0.3.1) OK
    HTML_Common (HTML_Common-1.2.1) OK
    HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK
    XML_Util (XML_Util-1.1.1) OK
    XML_Parser (XML_Parser-1.2.6) OK
    XML_Beautifier (XML_Beautifier-1.1) OK
    XML_Serializer (XML_Serializer-0.15.0) OK
    Setting up directory permissions...
    Configuring apache ...
    /etc/apache/conf.d Y
    /etc/apache2/conf/modules.d N
    /etc/httpd/conf.d N
    done
    Restarting apache...
    apache Y
    Restarting apache.
    apache2 N
    httpd N
    done
    Creating symlinks...
    Initializing database...
    #StorageServer install:
    # Install ...
    #storageServer main: OK
    # Install Transport submodule ...
    # Install Prefs submodule ...
    #storageServer submodules: OK

    /home/fgerlits/release-aug6-23pm/debian_build
    Installing LiveSupport scheduler database tables...
    using config file '/opt/livesupport/etc/scheduler.xml'
    /home/fgerlits/release-aug6-23pm/debian_build
    Creating gstreamer registry...
    Done.
    Adding system startup for /etc/init.d/livesupport-station ...
    /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station


    Tomas Hlava
    th@red2head.com

    P.S. Sorry for later response, but I've got asleep wayting for a rain ...

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

    On Sun, 07 Aug 2005 02:42:07 +0200 Ferenc Gerlits wrote:
    > I built new packages, but there is still a file missing:
    > /opt/livesupport/var/LiveSupport/storageServer/var/conf.php
    >
    > Tomas, could you take a look at this? The packages are installed on
    > 62.44.9.210, and they are in my home directory; also under
    > http://62.44.9.210/~fgerlits.
    >
    > Ferenc
    >
    > --------------------------
    > the install log:
    > --------------------------
    > root@LiveSupport-Station-Studio:/home/fgerlits/public_html# dpkg -i
    > livesupport-libs_1.0-1_i386.deb
    >
    > (Reading database ... 96737 files and directories currently installed.)
    > Preparing to replace livesupport-libs 1.0-1 (using
    > livesupport-libs_1.0-1_i386.deb) ...
    > Unpacking replacement livesupport-libs ...
    > Setting up livesupport-libs (1.0-1) ...
    >
    > root@LiveSupport-Station-Studio:/home/fgerlits/public_html# dpkg -i
    > livesupport-station_1.0-1_i386.deb
    >
    > (Reading database ... 96737 files and directories currently installed.)
    > Preparing to replace livesupport-station 1.0-1 (using
    > livesupport-station_1.0-1_i386.deb) ...
    > Checking for required tools...
    > Exectuable sed found...
    > Exectuable psql found...
    > Exectuable php found...
    > Exectuable pear found...
    > Exectuable odbcinst found...
    > Checking for validity of apache daemon group www-data...
    > Apache daemon group www-data OK.
    > Unpacking replacement livesupport-station ...
    > Removing any system startup links for /etc/init.d/livesupport-station ...
    > Setting up livesupport-station (1.0-1) ...
    > Making post-install steps for the LiveSupport scheduler.
    >
    > Using the following installation parameters:
    >
    > installation directory: /opt/livesupport
    > host name: localhost
    > web server port: 80
    > scheduler port: 3344
    > database server: localhost
    > database: LiveSupport
    > database user: livesupport
    > database user password: livesupport
    > apache daemon group: www-data
    > apache document root: /var/www
    > broadcast device: plughw:0,0
    >
    > Checking for required tools...
    > Executable sed found...
    > Executable psql found...
    > Executable php found...
    > Executable pear found...
    > Executable odbcinst found...
    > Creating database and database user...
    > ERROR: user "livesupport" already exists # this is OK
    > ERROR: database "LiveSupport" already exists # not a real error
    > Creating ODBC data source and driver...
    > Registering LiveSupport ODBC data source...
    > Configuring PEAR packages needed by LiveSupport
    > (with destdir: /opt/livesupport)
    > Installing PEAR packages needed by LiveSupport to directory:
    > /opt/livesupport
    > Archive_Tar (Archive_Tar-1.3.1) OK
    > Console_Getopt (Console_Getopt-1.2) OK
    > XML_RPC (XML_RPC-1.3.0RC1) OK
    > PEAR (PEAR-1.3.5) OK
    > Calendar (Calendar-0.5.2) OK
    > DB (DB-1.7.6) OK
    > File (File-1.2.0) OK
    > File_Find (File_Find-0.3.1) OK
    > HTML_Common (HTML_Common-1.2.1) OK
    > HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK
    > XML_Util (XML_Util-1.1.1) OK
    > XML_Parser (XML_Parser-1.2.6) OK
    > XML_Beautifier (XML_Beautifier-1.1) OK
    > XML_Serializer (XML_Serializer-0.15.0) OK
    > Setting up directory permissions...
    > Configuring apache ...
    > /etc/apache/conf.d Y
    > /etc/apache2/conf/modules.d N
    > /etc/httpd/conf.d N
    > done
    > Restarting apache...
    > apache Y
    > Restarting apache.
    > apache2 N
    > httpd N
    > done
    > Creating symlinks...
    > Initializing database...
    >
    > Warning: main(../conf.php): failed to open stream: No such file or
    > directory in
    > /opt/livesupport/var/LiveSupport/storageServer/var/install/install.php
    > on line 39
    >
    > Fatal error: main(): Failed opening required '../conf.php'
    > (include_path='.:/usr/share/php:/usr/share/pear') in
    > /opt/livesupport/var/LiveSupport/storageServer/var/install/install.php
    > on line 39
    > dpkg: error processing livesupport-station (--install):
    > subprocess post-installation script returned error exit status 1
    > Errors were encountered while processing:
    > livesupport-station

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:
    > ...
    > and install it back it's OK! No errors! Smile
    > ...

    I've caught one problem again - htmlUI/var/templates_c is not writable.
    There are missing corresponding lines in postInstallStation.sh, although
    it were in old postInstallScheduler.sh

    I've commit these lines back and trying to build it again.

    BTW. if I manually make templates_c writable for www-data, kill and restart
    scheduler, the htmlUI works without errors - tested: clip upload, insert to
    playlist, schedule playlist.

    Tomas Hlava
    th@red2head.com

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • This is a multipart message in MIME format.
    --=_alternative 001D009BC1257056_=
    Content-Type: text/plain; charset="us-ascii"

    I can't tell if this error is specific to my machine. But I can't get
    livesupport-libs to install now, where previously it was station that was
    giving me grief.

    root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    livesupport-libs_1.0-1_i386.deb
    (Reading database ... 84725 files and directories currently installed.)
    Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...
    dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe
    in copy)
    dpkg-deb: subprocess paste returned error exit status 2
    dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):
    short read in buffer_copy (backend dpkg-deb during
    `./opt/livesupport/lib/libicudata.so.30.0')
    Errors were encountered while processing:
    livesupport-libs_1.0-1_i386.deb






    Tomas Hlava
    08/07/05 05:14 AM
    Please respond to livesupport-dev


    To: livesupport-dev@campware.org
    cc:
    Subject: Re: [livesupport-dev] new packages - probably OK


    On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:
    > ...
    > and install it back it's OK! No errors! Smile
    > ...

    I've caught one problem again - htmlUI/var/templates_c is not writable.
    There are missing corresponding lines in postInstallStation.sh, although
    it were in old postInstallScheduler.sh

    I've commit these lines back and trying to build it again.

    BTW. if I manually make templates_c writable for www-data, kill and
    restart
    scheduler, the htmlUI works without errors - tested: clip upload, insert
    to
    playlist, schedule playlist.

    Tomas Hlava
    th@red2head.com



    --=_alternative 001D009BC1257056_=
    Content-Type: text/html; charset="us-ascii"



    I can't tell if this error is specific to my machine. But I can't get livesupport-libs to install now, where previously it was station that was giving me grief.



    root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i livesupport-libs_1.0-1_i386.deb

    (Reading database ... 84725 files and directories currently installed.)

    Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...

    dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)

    dpkg-deb: subprocess paste returned error exit status 2

    dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):

     short read in buffer_copy (backend dpkg-deb during `./opt/livesupport/lib/libicudata.so.30.0')

    Errors were encountered while processing:

     livesupport-libs_1.0-1_i386.deb













    Tomas Hlava <th@red2head.com>

    08/07/05 05:14 AM

    Please respond to livesupport-dev


           

            To:        livesupport-dev@campware.org

            cc:        

            Subject:        Re: [livesupport-dev] new packages - probably OK






    On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:

    > ...

    > and install it back it's OK! No errors!  :)

    > ...



    I've caught one problem again - htmlUI/var/templates_c is not writable.

    There are missing corresponding lines in postInstallStation.sh, although

    it were in old postInstallScheduler.sh



    I've commit these lines back and trying to build it again.



    BTW. if I manually make templates_c writable for www-data, kill and restart

    scheduler, the htmlUI works without errors - tested: clip upload, insert to

    playlist, schedule playlist.



    Tomas Hlava

    th@red2head.com






    --=_alternative 001D009BC1257056_=--

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • This is a multipart message in MIME format.
    --=_alternative 001FA952C1257056_=
    Content-Type: text/plain; charset="us-ascii"

    Hi,

    I found the source of the last error: the file apparently got damaged in
    the download process. I deleted it and copied it over again and it was
    fine.

    Now livesupport-libs installs without errors, but I'm getting the
    following error when I try to install livesupport-station. Also, I noticed
    that in /etc/init.d there are two scripts: livesupport-scheduler.sh and
    livesupport-station.sh. Should I delete them both when I try to purge the
    packages?

    root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    livesupport-station_1.0-1_i386.deb
    Selecting previously deselected package livesupport-station.
    (Reading database ... 85405 files and directories currently installed.)
    Unpacking livesupport-station (from livesupport-station_1.0-1_i386.deb)
    ...
    Checking for required tools...
    Exectuable sed found...
    Exectuable psql found...
    Exectuable php found...
    Exectuable pear found...
    Exectuable odbcinst found...
    Checking for validity of apache daemon group www-data...
    Apache daemon group www-data OK.
    Setting up livesupport-station (1.0-1) ...
    Making post-install steps for the LiveSupport scheduler.

    Using the following installation parameters:

    installation directory: /opt/livesupport
    host name: localhost.localdomain
    web server port: 80
    scheduler port: 3344
    database server: localhost
    database: LiveSupport
    database user: livesupport
    database user password: livesupport
    apache daemon group: www-data
    apache document root: /var/www
    broadcast device: plughw:0,0

    Checking for required tools...
    Executable sed found...
    Executable psql found...
    Executable php found...
    Executable pear found...
    Executable odbcinst found...
    Creating database and database user...
    ERROR: user "livesupport" already exists
    ERROR: database "LiveSupport" already exists
    Creating ODBC data source and driver...
    Registering ODBC PostgreSQL driver...
    Registering LiveSupport ODBC data source...
    Configuring PEAR packages needed by LiveSupport
    (with destdir: /opt/livesupport)
    Installing PEAR packages needed by LiveSupport to directory:
    /opt/livesupport
    Archive_Tar (Archive_Tar-1.3.1) OK
    Console_Getopt (Console_Getopt-1.2) OK
    XML_RPC (XML_RPC-1.3.0RC1) OK
    PEAR (PEAR-1.3.5) OK
    Calendar (Calendar-0.5.2) OK
    DB (DB-1.7.6) OK
    File (File-1.2.0) OK
    File_Find (File_Find-0.3.1) OK
    HTML_Common (HTML_Common-1.2.1) OK
    HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK
    XML_Util (XML_Util-1.1.1) OK
    XML_Parser (XML_Parser-1.2.6) OK
    XML_Beautifier (XML_Beautifier-1.1) OK
    XML_Serializer (XML_Serializer-0.15.0) OK
    Setting up directory permissions...
    Configuring apache ...
    /etc/apache/conf.d Y
    /etc/apache2/conf/modules.d N
    /etc/httpd/conf.d N
    done
    Restarting apache...
    apache N
    apache2 Y
    * Forcing reload of web server (Apache2)... [
    ok ]
    httpd N
    done
    Creating symlinks...
    Initializing database...
    #StorageServer install:
    # Install ...
    DB Error: already exists

    /home/douglas/My Downloads/lsfinal
    Installing LiveSupport scheduler database tables...
    using config file '/opt/livesupport/etc/scheduler.xml'
    /home/douglas/My Downloads/lsfinal
    Creating gstreamer registry...
    Done.
    Adding system startup for /etc/init.d/livesupport-station ...
    /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station
    Starting livesupport scheduler: using config file
    '/opt/livesupport/etc/scheduler.xml'
    livesupport-scheduler.
    Starting livesupport scheduler: using config file
    '/opt/livesupport/etc/scheduler.xml'
    livesupport-scheduler.

    root@chachi:/home/douglas/My Downloads/lsfinal #
    XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).
    XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).






    Douglas.Arellanes@mdlf.org
    08/07/05 07:17 AM
    Please respond to livesupport-dev


    To: livesupport-dev@campware.org
    cc:
    Subject: Re: [livesupport-dev] new packages - probably OK



    I can't tell if this error is specific to my machine. But I can't get
    livesupport-libs to install now, where previously it was station that was
    giving me grief.

    root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    livesupport-libs_1.0-1_i386.deb
    (Reading database ... 84725 files and directories currently installed.)
    Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...
    dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe
    in copy)
    dpkg-deb: subprocess paste returned error exit status 2
    dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):
    short read in buffer_copy (backend dpkg-deb during
    `./opt/livesupport/lib/libicudata.so.30.0')
    Errors were encountered while processing:
    livesupport-libs_1.0-1_i386.deb





    Tomas Hlava
    08/07/05 05:14 AM
    Please respond to livesupport-dev

    To: livesupport-dev@campware.org
    cc:
    Subject: Re: [livesupport-dev] new packages - probably OK



    On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:
    > ...
    > and install it back it's OK! No errors! Smile
    > ...

    I've caught one problem again - htmlUI/var/templates_c is not writable.
    There are missing corresponding lines in postInstallStation.sh, although
    it were in old postInstallScheduler.sh

    I've commit these lines back and trying to build it again.

    BTW. if I manually make templates_c writable for www-data, kill and
    restart
    scheduler, the htmlUI works without errors - tested: clip upload, insert
    to
    playlist, schedule playlist.

    Tomas Hlava
    th@red2head.com




    --=_alternative 001FA952C1257056_=
    Content-Type: text/html; charset="us-ascii"



    Hi,



    I found the source of the last error: the file apparently got damaged in the download process. I deleted it and copied it over again and it was fine.



    Now livesupport-libs installs without errors, but I'm getting the following error when I try to install livesupport-station. Also, I noticed that in /etc/init.d there are two scripts: livesupport-scheduler.sh and livesupport-station.sh. Should I delete them both when I try to purge the packages?



    root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i livesupport-station_1.0-1_i386.deb

    Selecting previously deselected package livesupport-station.

    (Reading database ... 85405 files and directories currently installed.)

    Unpacking livesupport-station (from livesupport-station_1.0-1_i386.deb) ...

    Checking for required tools...

    Exectuable sed found...

    Exectuable psql found...

    Exectuable php found...

    Exectuable pear found...

    Exectuable odbcinst found...

    Checking for validity of apache daemon group www-data...

    Apache daemon group www-data OK.

    Setting up livesupport-station (1.0-1) ...

    Making post-install steps for the LiveSupport scheduler.



    Using the following installation parameters:



      installation directory: /opt/livesupport

      host name:              localhost.localdomain

      web server port:        80

      scheduler port:         3344

      database server:        localhost

      database:               LiveSupport

      database user:          livesupport

      database user password: livesupport

      apache daemon group:    www-data

      apache document root:   /var/www

      broadcast device:       plughw:0,0



    Checking for required tools...

    Executable sed found...

    Executable psql found...

    Executable php found...

    Executable pear found...

    Executable odbcinst found...

    Creating database and database user...

    ERROR:  user "livesupport" already exists

    ERROR:  database "LiveSupport" already exists

    Creating ODBC data source and driver...

    Registering ODBC PostgreSQL driver...

    Registering LiveSupport ODBC data source...

    Configuring PEAR packages needed by LiveSupport

     (with destdir: /opt/livesupport)

    Installing PEAR packages needed by LiveSupport to directory:

     /opt/livesupport

     Archive_Tar (Archive_Tar-1.3.1) OK

     Console_Getopt (Console_Getopt-1.2) OK

     XML_RPC (XML_RPC-1.3.0RC1) OK

     PEAR (PEAR-1.3.5) OK

     Calendar (Calendar-0.5.2) OK

     DB (DB-1.7.6) OK

     File (File-1.2.0) OK

     File_Find (File_Find-0.3.1) OK

     HTML_Common (HTML_Common-1.2.1) OK

     HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK

     XML_Util (XML_Util-1.1.1) OK

     XML_Parser (XML_Parser-1.2.6) OK

     XML_Beautifier (XML_Beautifier-1.1) OK

     XML_Serializer (XML_Serializer-0.15.0) OK

    Setting up directory permissions...

    Configuring apache ...

    /etc/apache/conf.d Y

    /etc/apache2/conf/modules.d N

    /etc/httpd/conf.d N

    done

    Restarting apache...

    apache N

    apache2 Y

     * Forcing reload of web server  (Apache2)...                            [ ok ]

    httpd N

    done

    Creating symlinks...

    Initializing database...

    #StorageServer install:

    # Install ...

    DB Error: already exists<hr>

    /home/douglas/My Downloads/lsfinal

    Installing LiveSupport scheduler database tables...

    using config file '/opt/livesupport/etc/scheduler.xml'

    /home/douglas/My Downloads/lsfinal

    Creating gstreamer registry...

    Done.

     Adding system startup for /etc/init.d/livesupport-station ...

       /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station

       /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station

       /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station

       /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station

       /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station

       /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station

       /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station

    Starting livesupport scheduler: using config file '/opt/livesupport/etc/scheduler.xml'

    livesupport-scheduler.

    Starting livesupport scheduler: using config file '/opt/livesupport/etc/scheduler.xml'

    livesupport-scheduler.



    root@chachi:/home/douglas/My Downloads/lsfinal # XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).

    XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).













    Douglas.Arellanes@mdlf.org

    08/07/05 07:17 AM

    Please respond to livesupport-dev


           

            To:        livesupport-dev@campware.org

            cc:        

            Subject:        Re: [livesupport-dev] new packages - probably OK








    I can't tell if this error is specific to my machine. But I can't get livesupport-libs to install now, where previously it was station that was giving me grief.




    root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i livesupport-libs_1.0-1_i386.deb


    (Reading database ... 84725 files and directories currently installed.)


    Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...


    dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)


    dpkg-deb: subprocess paste returned error exit status 2


    dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):


    short read in buffer_copy (backend dpkg-deb during `./opt/livesupport/lib/libicudata.so.30.0')


    Errors were encountered while processing:


    livesupport-libs_1.0-1_i386.deb












    Tomas Hlava <th@red2head.com>

    08/07/05 05:14 AM

    Please respond to livesupport-dev

           

           To:        livesupport-dev@campware.org


           cc:        


           Subject:        Re: [livesupport-dev] new packages - probably OK








    On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:

    > ...

    > and install it back it's OK! No errors!  :)

    > ...



    I've caught one problem again - htmlUI/var/templates_c is not writable.

    There are missing corresponding lines in postInstallStation.sh, although

    it were in old postInstallScheduler.sh



    I've commit these lines back and trying to build it again.



    BTW. if I manually make templates_c writable for www-data, kill and restart

    scheduler, the htmlUI works without errors - tested: clip upload, insert to

    playlist, schedule playlist.



    Tomas Hlava

    th@red2head.com









    --=_alternative 001FA952C1257056_=--

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • This looks all right, though. Apparently, the previous install was not
    properly purged, and the database tables were already there. But it
    installed and started the scheduler OK. The only problem is that there
    was already a copy of the scheduler running.

    Ferenc


    Douglas.Arellanes@mdlf.org wrote:
    >
    > Hi,
    >
    > I found the source of the last error: the file apparently got damaged in
    > the download process. I deleted it and copied it over again and it was
    > fine.
    >
    > Now livesupport-libs installs without errors, but I'm getting the
    > following error when I try to install livesupport-station. Also, I
    > noticed that in /etc/init.d there are two scripts:
    > livesupport-scheduler.sh and livesupport-station.sh. Should I delete
    > them both when I try to purge the packages?
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    > livesupport-station_1.0-1_i386.deb
    > Selecting previously deselected package livesupport-station.
    > (Reading database ... 85405 files and directories currently installed.)
    > Unpacking livesupport-station (from livesupport-station_1.0-1_i386.deb) ...
    > Checking for required tools...
    > Exectuable sed found...
    > Exectuable psql found...
    > Exectuable php found...
    > Exectuable pear found...
    > Exectuable odbcinst found...
    > Checking for validity of apache daemon group www-data...
    > Apache daemon group www-data OK.
    > Setting up livesupport-station (1.0-1) ...
    > Making post-install steps for the LiveSupport scheduler.
    >
    > Using the following installation parameters:
    >
    > installation directory: /opt/livesupport
    > host name: localhost.localdomain
    > web server port: 80
    > scheduler port: 3344
    > database server: localhost
    > database: LiveSupport
    > database user: livesupport
    > database user password: livesupport
    > apache daemon group: www-data
    > apache document root: /var/www
    > broadcast device: plughw:0,0
    >
    > Checking for required tools...
    > Executable sed found...
    > Executable psql found...
    > Executable php found...
    > Executable pear found...
    > Executable odbcinst found...
    > Creating database and database user...
    > ERROR: user "livesupport" already exists
    > ERROR: database "LiveSupport" already exists
    > Creating ODBC data source and driver...
    > Registering ODBC PostgreSQL driver...
    > Registering LiveSupport ODBC data source...
    > Configuring PEAR packages needed by LiveSupport
    > (with destdir: /opt/livesupport)
    > Installing PEAR packages needed by LiveSupport to directory:
    > /opt/livesupport
    > Archive_Tar (Archive_Tar-1.3.1) OK
    > Console_Getopt (Console_Getopt-1.2) OK
    > XML_RPC (XML_RPC-1.3.0RC1) OK
    > PEAR (PEAR-1.3.5) OK
    > Calendar (Calendar-0.5.2) OK
    > DB (DB-1.7.6) OK
    > File (File-1.2.0) OK
    > File_Find (File_Find-0.3.1) OK
    > HTML_Common (HTML_Common-1.2.1) OK
    > HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK
    > XML_Util (XML_Util-1.1.1) OK
    > XML_Parser (XML_Parser-1.2.6) OK
    > XML_Beautifier (XML_Beautifier-1.1) OK
    > XML_Serializer (XML_Serializer-0.15.0) OK
    > Setting up directory permissions...
    > Configuring apache ...
    > /etc/apache/conf.d Y
    > /etc/apache2/conf/modules.d N
    > /etc/httpd/conf.d N
    > done
    > Restarting apache...
    > apache N
    > apache2 Y
    > * Forcing reload of web server (Apache2)...
    > [ ok ]
    > httpd N
    > done
    > Creating symlinks...
    > Initializing database...
    > #StorageServer install:
    > # Install ...
    > DB Error: already exists

    > /home/douglas/My Downloads/lsfinal
    > Installing LiveSupport scheduler database tables...
    > using config file '/opt/livesupport/etc/scheduler.xml'
    > /home/douglas/My Downloads/lsfinal
    > Creating gstreamer registry...
    > Done.
    > Adding system startup for /etc/init.d/livesupport-station ...
    > /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station
    > Starting livesupport scheduler: using config file
    > '/opt/livesupport/etc/scheduler.xml'
    > livesupport-scheduler.
    > Starting livesupport scheduler: using config file
    > '/opt/livesupport/etc/scheduler.xml'
    > livesupport-scheduler.
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal #
    > XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).
    > XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).
    >
    >
    >
    >
    > *Douglas.Arellanes@mdlf.org*
    >
    > 08/07/05 07:17 AM
    > Please respond to livesupport-dev
    >
    >
    > To: livesupport-dev@campware.org
    > cc:
    > Subject: Re: [livesupport-dev] new packages - probably OK
    >
    >
    >
    >
    >
    > I can't tell if this error is specific to my machine. But I can't get
    > livesupport-libs to install now, where previously it was station that
    > was giving me grief.
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    > livesupport-libs_1.0-1_i386.deb
    > (Reading database ... 84725 files and directories currently installed.)
    > Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...
    > dpkg-deb (subprocess): short read in buffer_copy (failed to write to
    > pipe in copy)
    > dpkg-deb: subprocess paste returned error exit status 2
    > dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):
    > short read in buffer_copy (backend dpkg-deb during
    > `./opt/livesupport/lib/libicudata.so.30.0')
    > Errors were encountered while processing:
    > livesupport-libs_1.0-1_i386.deb
    >
    >
    >
    > *Tomas Hlava *
    >
    > 08/07/05 05:14 AM
    > Please respond to livesupport-dev
    >
    >
    > To: livesupport-dev@campware.org
    > cc:
    > Subject: Re: [livesupport-dev] new packages - probably OK
    >
    >
    >
    >
    >
    > On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:
    > > ...
    > > and install it back it's OK! No errors! Smile
    > > ...
    >
    > I've caught one problem again - htmlUI/var/templates_c is not writable.
    > There are missing corresponding lines in postInstallStation.sh, although
    > it were in old postInstallScheduler.sh
    >
    > I've commit these lines back and trying to build it again.
    >
    > BTW. if I manually make templates_c writable for www-data, kill and restart
    > scheduler, the htmlUI works without errors - tested: clip upload, insert to
    > playlist, schedule playlist.
    >
    > Tomas Hlava
    > th@red2head.com
    >
    >
    >

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • This is a multipart message in MIME format.
    --=_alternative 00272CC0C1257056_=
    Content-Type: text/plain; charset="us-ascii"

    After doing chown and chmod on the templates_c file, I can work with the
    HTML UI.

    But when I install and try to start gLiveSupport, I get this error:

    root@chachi:/opt/livesupport/bin # ./gLiveSupport.sh start
    using configuration file: /opt/livesupport/etc/gLiveSupport.xml
    using config file '/opt/livesupport/etc/gLiveSupport.xml'
    ./gLiveSupport.sh: line 57: 7552 Aborted $gLiveSupport_exe -c
    $config_file
    root@chachi:/opt/livesupport/bin #

    When I try to run it from the Gnome applications menu, I get this error:

    Details: Failed to execute child process
    "/opt/livesupport/bin/LiveSupport/gLiveSupport.sh" (No such file or
    directory)









    Ferenc Gerlits
    08/07/05 09:01 AM
    Please respond to livesupport-dev


    To: livesupport-dev@campware.org
    cc:
    Subject: Re: [livesupport-dev] new packages - probably OK


    This looks all right, though. Apparently, the previous install was not
    properly purged, and the database tables were already there. But it
    installed and started the scheduler OK. The only problem is that there
    was already a copy of the scheduler running.

    Ferenc


    Douglas.Arellanes@mdlf.org wrote:
    >
    > Hi,
    >
    > I found the source of the last error: the file apparently got damaged in

    > the download process. I deleted it and copied it over again and it was
    > fine.
    >
    > Now livesupport-libs installs without errors, but I'm getting the
    > following error when I try to install livesupport-station. Also, I
    > noticed that in /etc/init.d there are two scripts:
    > livesupport-scheduler.sh and livesupport-station.sh. Should I delete
    > them both when I try to purge the packages?
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    > livesupport-station_1.0-1_i386.deb
    > Selecting previously deselected package livesupport-station.
    > (Reading database ... 85405 files and directories currently installed.)
    > Unpacking livesupport-station (from livesupport-station_1.0-1_i386.deb)
    ...
    > Checking for required tools...
    > Exectuable sed found...
    > Exectuable psql found...
    > Exectuable php found...
    > Exectuable pear found...
    > Exectuable odbcinst found...
    > Checking for validity of apache daemon group www-data...
    > Apache daemon group www-data OK.
    > Setting up livesupport-station (1.0-1) ...
    > Making post-install steps for the LiveSupport scheduler.
    >
    > Using the following installation parameters:
    >
    > installation directory: /opt/livesupport
    > host name: localhost.localdomain
    > web server port: 80
    > scheduler port: 3344
    > database server: localhost
    > database: LiveSupport
    > database user: livesupport
    > database user password: livesupport
    > apache daemon group: www-data
    > apache document root: /var/www
    > broadcast device: plughw:0,0
    >
    > Checking for required tools...
    > Executable sed found...
    > Executable psql found...
    > Executable php found...
    > Executable pear found...
    > Executable odbcinst found...
    > Creating database and database user...
    > ERROR: user "livesupport" already exists
    > ERROR: database "LiveSupport" already exists
    > Creating ODBC data source and driver...
    > Registering ODBC PostgreSQL driver...
    > Registering LiveSupport ODBC data source...
    > Configuring PEAR packages needed by LiveSupport
    > (with destdir: /opt/livesupport)
    > Installing PEAR packages needed by LiveSupport to directory:
    > /opt/livesupport
    > Archive_Tar (Archive_Tar-1.3.1) OK
    > Console_Getopt (Console_Getopt-1.2) OK
    > XML_RPC (XML_RPC-1.3.0RC1) OK
    > PEAR (PEAR-1.3.5) OK
    > Calendar (Calendar-0.5.2) OK
    > DB (DB-1.7.6) OK
    > File (File-1.2.0) OK
    > File_Find (File_Find-0.3.1) OK
    > HTML_Common (HTML_Common-1.2.1) OK
    > HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK
    > XML_Util (XML_Util-1.1.1) OK
    > XML_Parser (XML_Parser-1.2.6) OK
    > XML_Beautifier (XML_Beautifier-1.1) OK
    > XML_Serializer (XML_Serializer-0.15.0) OK
    > Setting up directory permissions...
    > Configuring apache ...
    > /etc/apache/conf.d Y
    > /etc/apache2/conf/modules.d N
    > /etc/httpd/conf.d N
    > done
    > Restarting apache...
    > apache N
    > apache2 Y
    > * Forcing reload of web server (Apache2)...
    > [ ok ]
    > httpd N
    > done
    > Creating symlinks...
    > Initializing database...
    > #StorageServer install:
    > # Install ...
    > DB Error: already exists

    > /home/douglas/My Downloads/lsfinal
    > Installing LiveSupport scheduler database tables...
    > using config file '/opt/livesupport/etc/scheduler.xml'
    > /home/douglas/My Downloads/lsfinal
    > Creating gstreamer registry...
    > Done.
    > Adding system startup for /etc/init.d/livesupport-station ...
    > /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station
    > Starting livesupport scheduler: using config file
    > '/opt/livesupport/etc/scheduler.xml'
    > livesupport-scheduler.
    > Starting livesupport scheduler: using config file
    > '/opt/livesupport/etc/scheduler.xml'
    > livesupport-scheduler.
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal #
    > XmlRpcServer::bindAndListen: Could not bind to specified port (error
    98).
    > XmlRpcServer::bindAndListen: Could not bind to specified port (error
    98).
    >
    >
    >
    >
    > *Douglas.Arellanes@mdlf.org*
    >
    > 08/07/05 07:17 AM
    > Please respond to livesupport-dev
    >
    >
    > To: livesupport-dev@campware.org
    > cc:
    > Subject: Re: [livesupport-dev] new packages - probably OK
    >
    >
    >
    >
    >
    > I can't tell if this error is specific to my machine. But I can't get
    > livesupport-libs to install now, where previously it was station that
    > was giving me grief.
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    > livesupport-libs_1.0-1_i386.deb
    > (Reading database ... 84725 files and directories currently installed.)
    > Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...
    > dpkg-deb (subprocess): short read in buffer_copy (failed to write to
    > pipe in copy)
    > dpkg-deb: subprocess paste returned error exit status 2
    > dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):
    > short read in buffer_copy (backend dpkg-deb during
    > `./opt/livesupport/lib/libicudata.so.30.0')
    > Errors were encountered while processing:
    > livesupport-libs_1.0-1_i386.deb
    >
    >
    >
    > *Tomas Hlava *
    >
    > 08/07/05 05:14 AM
    > Please respond to livesupport-dev
    >
    >
    > To: livesupport-dev@campware.org
    > cc:
    > Subject: Re: [livesupport-dev] new packages - probably OK
    >
    >
    >
    >
    >
    > On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:
    > > ...
    > > and install it back it's OK! No errors! Smile
    > > ...
    >
    > I've caught one problem again - htmlUI/var/templates_c is not writable.
    > There are missing corresponding lines in postInstallStation.sh, although
    > it were in old postInstallScheduler.sh
    >
    > I've commit these lines back and trying to build it again.
    >
    > BTW. if I manually make templates_c writable for www-data, kill and
    restart
    > scheduler, the htmlUI works without errors - tested: clip upload, insert
    to
    > playlist, schedule playlist.
    >
    > Tomas Hlava
    > th@red2head.com
    >
    >
    >



    --=_alternative 00272CC0C1257056_=
    Content-Type: text/html; charset="us-ascii"



    After doing chown and chmod on the templates_c file, I can work with the HTML UI.



    But when I install and try to start gLiveSupport, I get this error:



    root@chachi:/opt/livesupport/bin # ./gLiveSupport.sh start

    using configuration file:  /opt/livesupport/etc/gLiveSupport.xml

    using config file '/opt/livesupport/etc/gLiveSupport.xml'

    ./gLiveSupport.sh: line 57:  7552 Aborted                 $gLiveSupport_exe -c $config_file

    root@chachi:/opt/livesupport/bin #



    When I try to run it from the Gnome applications menu, I get this error:



    Details: Failed to execute child process "/opt/livesupport/bin/LiveSupport/gLiveSupport.sh" (No such file or directory)



















    Ferenc Gerlits <fgerlits@gmail.com>

    08/07/05 09:01 AM

    Please respond to livesupport-dev


           

            To:        livesupport-dev@campware.org

            cc:        

            Subject:        Re: [livesupport-dev] new packages - probably OK






    This looks all right, though.  Apparently, the previous install was not

    properly purged, and the database tables were already there.  But it

    installed and started the scheduler OK.  The only problem is that there

    was already a copy of the scheduler running.



    Ferenc





    Douglas.Arellanes@mdlf.org wrote:

    >

    > Hi,

    >

    > I found the source of the last error: the file apparently got damaged in

    > the download process. I deleted it and copied it over again and it was

    > fine.

    >

    > Now livesupport-libs installs without errors, but I'm getting the

    > following error when I try to install livesupport-station. Also, I

    > noticed that in /etc/init.d there are two scripts:

    > livesupport-scheduler.sh and livesupport-station.sh. Should I delete

    > them both when I try to purge the packages?

    >

    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i

    > livesupport-station_1.0-1_i386.deb

    > Selecting previously deselected package livesupport-station.

    > (Reading database ... 85405 files and directories currently installed.)

    > Unpacking livesupport-station (from livesupport-station_1.0-1_i386.deb) ...

    > Checking for required tools...

    > Exectuable sed found...

    > Exectuable psql found...

    > Exectuable php found...

    > Exectuable pear found...

    > Exectuable odbcinst found...

    > Checking for validity of apache daemon group www-data...

    > Apache daemon group www-data OK.

    > Setting up livesupport-station (1.0-1) ...

    > Making post-install steps for the LiveSupport scheduler.

    >

    > Using the following installation parameters:

    >

    >   installation directory: /opt/livesupport

    >   host name:              localhost.localdomain

    >   web server port:        80

    >   scheduler port:         3344

    >   database server:        localhost

    >   database:               LiveSupport

    >   database user:          livesupport

    >   database user password: livesupport

    >   apache daemon group:    www-data

    >   apache document root:   /var/www

    >   broadcast device:       plughw:0,0

    >

    > Checking for required tools...

    > Executable sed found...

    > Executable psql found...

    > Executable php found...

    > Executable pear found...

    > Executable odbcinst found...

    > Creating database and database user...

    > ERROR:  user "livesupport" already exists

    > ERROR:  database "LiveSupport" already exists

    > Creating ODBC data source and driver...

    > Registering ODBC PostgreSQL driver...

    > Registering LiveSupport ODBC data source...

    > Configuring PEAR packages needed by LiveSupport

    >  (with destdir: /opt/livesupport)

    > Installing PEAR packages needed by LiveSupport to directory:

    >  /opt/livesupport

    >  Archive_Tar (Archive_Tar-1.3.1) OK

    >  Console_Getopt (Console_Getopt-1.2) OK

    >  XML_RPC (XML_RPC-1.3.0RC1) OK

    >  PEAR (PEAR-1.3.5) OK

    >  Calendar (Calendar-0.5.2) OK

    >  DB (DB-1.7.6) OK

    >  File (File-1.2.0) OK

    >  File_Find (File_Find-0.3.1) OK

    >  HTML_Common (HTML_Common-1.2.1) OK

    >  HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK

    >  XML_Util (XML_Util-1.1.1) OK

    >  XML_Parser (XML_Parser-1.2.6) OK

    >  XML_Beautifier (XML_Beautifier-1.1) OK

    >  XML_Serializer (XML_Serializer-0.15.0) OK

    > Setting up directory permissions...

    > Configuring apache ...

    > /etc/apache/conf.d Y

    > /etc/apache2/conf/modules.d N

    > /etc/httpd/conf.d N

    > done

    > Restarting apache...

    > apache N

    > apache2 Y

    >  * Forcing reload of web server  (Apache2)...                          

    >  [ ok ]


    > httpd N

    > done

    > Creating symlinks...

    > Initializing database...

    > #StorageServer install:

    > # Install ...

    > DB Error: already exists<hr>

    > /home/douglas/My Downloads/lsfinal

    > Installing LiveSupport scheduler database tables...

    > using config file '/opt/livesupport/etc/scheduler.xml'

    > /home/douglas/My Downloads/lsfinal

    > Creating gstreamer registry...

    > Done.

    >  Adding system startup for /etc/init.d/livesupport-station ...

    >    /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station

    > Starting livesupport scheduler: using config file

    > '/opt/livesupport/etc/scheduler.xml'

    > livesupport-scheduler.

    > Starting livesupport scheduler: using config file

    > '/opt/livesupport/etc/scheduler.xml'

    > livesupport-scheduler.

    >

    > root@chachi:/home/douglas/My Downloads/lsfinal #

    > XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).

    > XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).

    >

    >

    >

    >

    >                  *Douglas.Arellanes@mdlf.org*

    >

    > 08/07/05 07:17 AM

    > Please respond to livesupport-dev

    >

    >                        

    >         To:        livesupport-dev@campware.org

    >         cc:        

    >         Subject:        Re: [livesupport-dev] new packages - probably OK

    >

    >

    >

    >

    >

    > I can't tell if this error is specific to my machine. But I can't get

    > livesupport-libs to install now, where previously it was station that

    > was giving me grief.

    >

    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i

    > livesupport-libs_1.0-1_i386.deb

    > (Reading database ... 84725 files and directories currently installed.)

    > Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...

    > dpkg-deb (subprocess): short read in buffer_copy (failed to write to

    > pipe in copy)

    > dpkg-deb: subprocess paste returned error exit status 2

    > dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):

    > short read in buffer_copy (backend dpkg-deb during

    > `./opt/livesupport/lib/libicudata.so.30.0')

    > Errors were encountered while processing:

    > livesupport-libs_1.0-1_i386.deb

    >

    >

    >

    >                  *Tomas Hlava <th@red2head.com>*

    >

    > 08/07/05 05:14 AM

    > Please respond to livesupport-dev

    >

    >                        

    >        To:        livesupport-dev@campware.org

    >        cc:        

    >        Subject:        Re: [livesupport-dev] new packages - probably OK

    >

    >

    >

    >

    >

    > On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:

    >  > ...

    >  > and install it back it's OK! No errors!  :)

    >  > ...

    >

    > I've caught one problem again - htmlUI/var/templates_c is not writable.

    > There are missing corresponding lines in postInstallStation.sh, although

    > it were in old postInstallScheduler.sh

    >

    > I've commit these lines back and trying to build it again.

    >

    > BTW. if I manually make templates_c writable for www-data, kill and restart

    > scheduler, the htmlUI works without errors - tested: clip upload, insert to

    > playlist, schedule playlist.

    >

    > Tomas Hlava

    > th@red2head.com

    >

    >

    >






    --=_alternative 00272CC0C1257056_=--

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • This is a multipart message in MIME format.
    --=_alternative 002B8065C1257056_=
    Content-Type: text/plain; charset="us-ascii"

    There seem to be a couple of things happening when trying to install the
    livesupport-station package. Most important is that it tries to run two
    copies of the /etc/init.d, which then results in an error at the end.

    Once you run ps aux -A | grep livesupport and kill the scheduler there,
    then it responds to a command in /etc/init.d/livesupport-station, then
    that runs.

    Making changes to chown and chmod on the templates_c file allows the HTML
    UI to communicate with the scheduler.

    Then when I try to upload a 4.5 meg MP3, I can't get it to work because I
    get an HTML UI file size error.

    Tomas sent me a 700K file for testing, and I was able to add that to the
    library, add it to a playlist, then schedule the playlist. But when the
    scheduled time comes, no sound comes out. I'm running ALSA, so that should
    be good.

    In addition, I can't get gLiveSupport to come up.

    As my dad says about my atrocious golf game: forward progress. At least
    the ball is moving forward, sort of.

    doug






    Douglas.Arellanes@mdlf.org
    08/07/05 09:08 AM
    Please respond to livesupport-dev


    To: livesupport-dev@campware.org
    cc:
    Subject: Re: [livesupport-dev] new packages - probably OK



    After doing chown and chmod on the templates_c file, I can work with the
    HTML UI.

    But when I install and try to start gLiveSupport, I get this error:

    root@chachi:/opt/livesupport/bin # ./gLiveSupport.sh start
    using configuration file: /opt/livesupport/etc/gLiveSupport.xml
    using config file '/opt/livesupport/etc/gLiveSupport.xml'
    ./gLiveSupport.sh: line 57: 7552 Aborted $gLiveSupport_exe -c
    $config_file
    root@chachi:/opt/livesupport/bin #

    When I try to run it from the Gnome applications menu, I get this error:

    Details: Failed to execute child process
    "/opt/livesupport/bin/LiveSupport/gLiveSupport.sh" (No such file or
    directory)








    Ferenc Gerlits
    08/07/05 09:01 AM
    Please respond to livesupport-dev

    To: livesupport-dev@campware.org
    cc:
    Subject: Re: [livesupport-dev] new packages - probably OK



    This looks all right, though. Apparently, the previous install was not
    properly purged, and the database tables were already there. But it
    installed and started the scheduler OK. The only problem is that there
    was already a copy of the scheduler running.

    Ferenc


    Douglas.Arellanes@mdlf.org wrote:
    >
    > Hi,
    >
    > I found the source of the last error: the file apparently got damaged in

    > the download process. I deleted it and copied it over again and it was
    > fine.
    >
    > Now livesupport-libs installs without errors, but I'm getting the
    > following error when I try to install livesupport-station. Also, I
    > noticed that in /etc/init.d there are two scripts:
    > livesupport-scheduler.sh and livesupport-station.sh. Should I delete
    > them both when I try to purge the packages?
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    > livesupport-station_1.0-1_i386.deb
    > Selecting previously deselected package livesupport-station.
    > (Reading database ... 85405 files and directories currently installed.)
    > Unpacking livesupport-station (from livesupport-station_1.0-1_i386.deb)
    ...
    > Checking for required tools...
    > Exectuable sed found...
    > Exectuable psql found...
    > Exectuable php found...
    > Exectuable pear found...
    > Exectuable odbcinst found...
    > Checking for validity of apache daemon group www-data...
    > Apache daemon group www-data OK.
    > Setting up livesupport-station (1.0-1) ...
    > Making post-install steps for the LiveSupport scheduler.
    >
    > Using the following installation parameters:
    >
    > installation directory: /opt/livesupport
    > host name: localhost.localdomain
    > web server port: 80
    > scheduler port: 3344
    > database server: localhost
    > database: LiveSupport
    > database user: livesupport
    > database user password: livesupport
    > apache daemon group: www-data
    > apache document root: /var/www
    > broadcast device: plughw:0,0
    >
    > Checking for required tools...
    > Executable sed found...
    > Executable psql found...
    > Executable php found...
    > Executable pear found...
    > Executable odbcinst found...
    > Creating database and database user...
    > ERROR: user "livesupport" already exists
    > ERROR: database "LiveSupport" already exists
    > Creating ODBC data source and driver...
    > Registering ODBC PostgreSQL driver...
    > Registering LiveSupport ODBC data source...
    > Configuring PEAR packages needed by LiveSupport
    > (with destdir: /opt/livesupport)
    > Installing PEAR packages needed by LiveSupport to directory:
    > /opt/livesupport
    > Archive_Tar (Archive_Tar-1.3.1) OK
    > Console_Getopt (Console_Getopt-1.2) OK
    > XML_RPC (XML_RPC-1.3.0RC1) OK
    > PEAR (PEAR-1.3.5) OK
    > Calendar (Calendar-0.5.2) OK
    > DB (DB-1.7.6) OK
    > File (File-1.2.0) OK
    > File_Find (File_Find-0.3.1) OK
    > HTML_Common (HTML_Common-1.2.1) OK
    > HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK
    > XML_Util (XML_Util-1.1.1) OK
    > XML_Parser (XML_Parser-1.2.6) OK
    > XML_Beautifier (XML_Beautifier-1.1) OK
    > XML_Serializer (XML_Serializer-0.15.0) OK
    > Setting up directory permissions...
    > Configuring apache ...
    > /etc/apache/conf.d Y
    > /etc/apache2/conf/modules.d N
    > /etc/httpd/conf.d N
    > done
    > Restarting apache...
    > apache N
    > apache2 Y
    > * Forcing reload of web server (Apache2)...
    > [ ok ]
    > httpd N
    > done
    > Creating symlinks...
    > Initializing database...
    > #StorageServer install:
    > # Install ...
    > DB Error: already exists

    > /home/douglas/My Downloads/lsfinal
    > Installing LiveSupport scheduler database tables...
    > using config file '/opt/livesupport/etc/scheduler.xml'
    > /home/douglas/My Downloads/lsfinal
    > Creating gstreamer registry...
    > Done.
    > Adding system startup for /etc/init.d/livesupport-station ...
    > /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station
    > /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station
    > Starting livesupport scheduler: using config file
    > '/opt/livesupport/etc/scheduler.xml'
    > livesupport-scheduler.
    > Starting livesupport scheduler: using config file
    > '/opt/livesupport/etc/scheduler.xml'
    > livesupport-scheduler.
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal #
    > XmlRpcServer::bindAndListen: Could not bind to specified port (error
    98).
    > XmlRpcServer::bindAndListen: Could not bind to specified port (error
    98).
    >
    >
    >
    >
    > *Douglas.Arellanes@mdlf.org*
    >
    > 08/07/05 07:17 AM
    > Please respond to livesupport-dev
    >
    >
    > To: livesupport-dev@campware.org
    > cc:
    > Subject: Re: [livesupport-dev] new packages - probably OK
    >
    >
    >
    >
    >
    > I can't tell if this error is specific to my machine. But I can't get
    > livesupport-libs to install now, where previously it was station that
    > was giving me grief.
    >
    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i
    > livesupport-libs_1.0-1_i386.deb
    > (Reading database ... 84725 files and directories currently installed.)
    > Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...
    > dpkg-deb (subprocess): short read in buffer_copy (failed to write to
    > pipe in copy)
    > dpkg-deb: subprocess paste returned error exit status 2
    > dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):
    > short read in buffer_copy (backend dpkg-deb during
    > `./opt/livesupport/lib/libicudata.so.30.0')
    > Errors were encountered while processing:
    > livesupport-libs_1.0-1_i386.deb
    >
    >
    >
    > *Tomas Hlava *
    >
    > 08/07/05 05:14 AM
    > Please respond to livesupport-dev
    >
    >
    > To: livesupport-dev@campware.org
    > cc:
    > Subject: Re: [livesupport-dev] new packages - probably OK
    >
    >
    >
    >
    >
    > On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:
    > > ...
    > > and install it back it's OK! No errors! Smile
    > > ...
    >
    > I've caught one problem again - htmlUI/var/templates_c is not writable.
    > There are missing corresponding lines in postInstallStation.sh, although
    > it were in old postInstallScheduler.sh
    >
    > I've commit these lines back and trying to build it again.
    >
    > BTW. if I manually make templates_c writable for www-data, kill and
    restart
    > scheduler, the htmlUI works without errors - tested: clip upload, insert
    to
    > playlist, schedule playlist.
    >
    > Tomas Hlava
    > th@red2head.com
    >
    >
    >




    --=_alternative 002B8065C1257056_=
    Content-Type: text/html; charset="us-ascii"



    There seem to be a couple of things happening when trying to install the livesupport-station package. Most important is that it tries to run two copies of the /etc/init.d, which then results in an error at the end.



    Once you run ps aux -A | grep livesupport and kill the scheduler there, then it responds to a command in /etc/init.d/livesupport-station, then that runs.



    Making changes to chown and chmod on the templates_c file allows the HTML UI to communicate with the scheduler.



    Then when I try to upload a 4.5 meg MP3, I can't get it to work because I get an HTML UI file size error.



    Tomas sent me a 700K file for testing, and I was able to add that to the library, add it to a playlist, then schedule the playlist. But when the scheduled time comes, no sound comes out. I'm running ALSA, so that should be good.



    In addition, I can't get gLiveSupport to come up.



    As my dad says about my atrocious golf game: forward progress. At least the ball is moving forward, sort of.



    doug













    Douglas.Arellanes@mdlf.org

    08/07/05 09:08 AM

    Please respond to livesupport-dev


           

            To:        livesupport-dev@campware.org

            cc:        

            Subject:        Re: [livesupport-dev] new packages - probably OK








    After doing chown and chmod on the templates_c file, I can work with the HTML UI.




    But when I install and try to start gLiveSupport, I get this error:




    root@chachi:/opt/livesupport/bin # ./gLiveSupport.sh start


    using configuration file:  /opt/livesupport/etc/gLiveSupport.xml


    using config file '/opt/livesupport/etc/gLiveSupport.xml'


    ./gLiveSupport.sh: line 57:  7552 Aborted                 $gLiveSupport_exe -c $config_file


    root@chachi:/opt/livesupport/bin #




    When I try to run it from the Gnome applications menu, I get this error:




    Details: Failed to execute child process "/opt/livesupport/bin/LiveSupport/gLiveSupport.sh" (No such file or directory)


















    Ferenc Gerlits <fgerlits@gmail.com>

    08/07/05 09:01 AM

    Please respond to livesupport-dev

           

           To:        livesupport-dev@campware.org


           cc:        


           Subject:        Re: [livesupport-dev] new packages - probably OK








    This looks all right, though.  Apparently, the previous install was not

    properly purged, and the database tables were already there.  But it

    installed and started the scheduler OK.  The only problem is that there

    was already a copy of the scheduler running.



    Ferenc





    Douglas.Arellanes@mdlf.org wrote:

    >

    > Hi,

    >

    > I found the source of the last error: the file apparently got damaged in

    > the download process. I deleted it and copied it over again and it was

    > fine.

    >

    > Now livesupport-libs installs without errors, but I'm getting the

    > following error when I try to install livesupport-station. Also, I

    > noticed that in /etc/init.d there are two scripts:

    > livesupport-scheduler.sh and livesupport-station.sh. Should I delete

    > them both when I try to purge the packages?

    >

    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i


    > livesupport-station_1.0-1_i386.deb

    > Selecting previously deselected package livesupport-station.

    > (Reading database ... 85405 files and directories currently installed.)

    > Unpacking livesupport-station (from livesupport-station_1.0-1_i386.deb) ...

    > Checking for required tools...

    > Exectuable sed found...

    > Exectuable psql found...

    > Exectuable php found...

    > Exectuable pear found...

    > Exectuable odbcinst found...

    > Checking for validity of apache daemon group www-data...

    > Apache daemon group www-data OK.

    > Setting up livesupport-station (1.0-1) ...

    > Making post-install steps for the LiveSupport scheduler.

    >

    > Using the following installation parameters:

    >

    >   installation directory: /opt/livesupport

    >   host name:              localhost.localdomain

    >   web server port:        80

    >   scheduler port:         3344

    >   database server:        localhost

    >   database:               LiveSupport

    >   database user:          livesupport

    >   database user password: livesupport

    >   apache daemon group:    www-data

    >   apache document root:   /var/www

    >   broadcast device:       plughw:0,0

    >

    > Checking for required tools...

    > Executable sed found...

    > Executable psql found...

    > Executable php found...

    > Executable pear found...

    > Executable odbcinst found...

    > Creating database and database user...

    > ERROR:  user "livesupport" already exists

    > ERROR:  database "LiveSupport" already exists

    > Creating ODBC data source and driver...

    > Registering ODBC PostgreSQL driver...

    > Registering LiveSupport ODBC data source...

    > Configuring PEAR packages needed by LiveSupport

    >  (with destdir: /opt/livesupport)

    > Installing PEAR packages needed by LiveSupport to directory:

    >  /opt/livesupport

    >  Archive_Tar (Archive_Tar-1.3.1) OK

    >  Console_Getopt (Console_Getopt-1.2) OK

    >  XML_RPC (XML_RPC-1.3.0RC1) OK

    >  PEAR (PEAR-1.3.5) OK

    >  Calendar (Calendar-0.5.2) OK

    >  DB (DB-1.7.6) OK

    >  File (File-1.2.0) OK

    >  File_Find (File_Find-0.3.1) OK

    >  HTML_Common (HTML_Common-1.2.1) OK

    >  HTML_QuickForm (HTML_QuickForm-3.2.4pl1) OK

    >  XML_Util (XML_Util-1.1.1) OK

    >  XML_Parser (XML_Parser-1.2.6) OK

    >  XML_Beautifier (XML_Beautifier-1.1) OK

    >  XML_Serializer (XML_Serializer-0.15.0) OK

    > Setting up directory permissions...

    > Configuring apache ...

    > /etc/apache/conf.d Y

    > /etc/apache2/conf/modules.d N

    > /etc/httpd/conf.d N

    > done

    > Restarting apache...

    > apache N

    > apache2 Y

    >  * Forcing reload of web server  (Apache2)...                          

    >  [ ok ]


    > httpd N

    > done

    > Creating symlinks...

    > Initializing database...

    > #StorageServer install:

    > # Install ...

    > DB Error: already exists<hr>

    > /home/douglas/My Downloads/lsfinal

    > Installing LiveSupport scheduler database tables...

    > using config file '/opt/livesupport/etc/scheduler.xml'

    > /home/douglas/My Downloads/lsfinal

    > Creating gstreamer registry...

    > Done.

    >  Adding system startup for /etc/init.d/livesupport-station ...

    >    /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station

    >    /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station

    > Starting livesupport scheduler: using config file

    > '/opt/livesupport/etc/scheduler.xml'

    > livesupport-scheduler.

    > Starting livesupport scheduler: using config file

    > '/opt/livesupport/etc/scheduler.xml'

    > livesupport-scheduler.

    >

    > root@chachi:/home/douglas/My Downloads/lsfinal #

    > XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).

    > XmlRpcServer::bindAndListen: Could not bind to specified port (error 98).

    >

    >

    >

    >

    >                  *Douglas.Arellanes@mdlf.org*

    >

    > 08/07/05 07:17 AM

    > Please respond to livesupport-dev

    >

    >                        

    >         To:        livesupport-dev@campware.org

    >         cc:        

    >         Subject:        Re: [livesupport-dev] new packages - probably OK

    >

    >

    >

    >

    >

    > I can't tell if this error is specific to my machine. But I can't get

    > livesupport-libs to install now, where previously it was station that

    > was giving me grief.

    >

    > root@chachi:/home/douglas/My Downloads/lsfinal # dpkg -i

    > livesupport-libs_1.0-1_i386.deb

    > (Reading database ... 84725 files and directories currently installed.)

    > Unpacking livesupport-libs (from livesupport-libs_1.0-1_i386.deb) ...

    > dpkg-deb (subprocess): short read in buffer_copy (failed to write to

    > pipe in copy)

    > dpkg-deb: subprocess paste returned error exit status 2

    > dpkg: error processing livesupport-libs_1.0-1_i386.deb (--install):

    > short read in buffer_copy (backend dpkg-deb during

    > `./opt/livesupport/lib/libicudata.so.30.0')

    > Errors were encountered while processing:

    > livesupport-libs_1.0-1_i386.deb

    >

    >

    >


    >                  *Tomas Hlava <th@red2head.com>*

    >

    > 08/07/05 05:14 AM

    > Please respond to livesupport-dev

    >

    >                        

    >        To:        livesupport-dev@campware.org

    >        cc:        

    >        Subject:        Re: [livesupport-dev] new packages - probably OK

    >

    >

    >

    >

    >

    > On Sun, 7 Aug 2005 04:33:21 +0200 Tomas Hlava wrote:

    >  > ...

    >  > and install it back it's OK! No errors!  :)

    >  > ...

    >

    > I've caught one problem again - htmlUI/var/templates_c is not writable.

    > There are missing corresponding lines in postInstallStation.sh, although

    > it were in old postInstallScheduler.sh

    >

    > I've commit these lines back and trying to build it again.

    >

    > BTW. if I manually make templates_c writable for www-data, kill and restart

    > scheduler, the htmlUI works without errors - tested: clip upload, insert to

    > playlist, schedule playlist.

    >

    > Tomas Hlava

    > th@red2head.com

    >

    >

    >









    --=_alternative 002B8065C1257056_=--

    ------------------------------------------
    Posted to Phorum via PhorumMail