DB Error : connect failed
  • Hi,

    When I try to log in the Airtime administration interface (88.191.136.56), I get this error :

    ERROR: DB Error: connect failed [nativecode=pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host "88.191.136.56" and accepting TCP/IP connections on port 5432?] ** pgsql(pgsql)://airtime:PASSWORD@88.191.136.56/airtime

    As far as the port is concerned, I opened it, but it's still not working.
    I hope someone would be able to help me. 

    Thanks,

    Thibault

    PS : Sorry for the english. I'm french :p
  • 30 Comments sorted by
  • Hi,

    It looks like either you don't have postgresql installed, or it is not running. 

    Please try the following

    sudo service postgresql status 


    and paste that output here. Also run
    airtime-check-system
    and post that output as well. 
    Airtime Pro Hosting: http://airtime.pro
  • First, thanks for having answered so quickly. I post the output below.

    root@sd-25587:~# sudo service postgresql status
    postgresql: unrecognized service


    root@sd-25587:~# airtime-check-system
    CPU                            = VIA Nano processor U2250 (1.6GHz Capable)
    Total RAM                      = 2024456 kB
    Free RAM                       = 222176 kB
    OS                             = Ubuntu 10.04.3 LTS x86-64
    AIRTIME_CONFIG_FILES           = OK
    POSTGRESQL_DATABASE            = FAILED
    PYTHON_KOMBU_VERSION           = 1.2.0
    PYTHON_POSTER_VERSION          = 0.8.1
    PYTHON_MUTAGEN_VERSION         = 1.20
    PYTHON_PYINOTIFY_VERSION       = 0.9.2
    RABBITMQ_SERVER                = OK
    AIRTIME_VERSION_URL            = http://localhost:80/api/version/api_key/%%api_key%%
    APACHE_CONFIGURED              = YES
    AIRTIME_VERSION                = Could not contact server
    PLAYOUT_ENGINE_PROCESS_ID      = 5061
    PLAYOUT_ENGINE_RUNNING_SECONDS = 3406
    LIQUIDSOAP_PROCESS_ID          = 5066
    LIQUIDSOAP_RUNNING_SECONDS     = 3406
    MEDIA_MONITOR_PROCESS_ID       = 2142
    MEDIA_MONITOR_RUNNING_SECONDS  = 17547
    SHOW_RECORDER_PROCESS_ID       = 2101
    SHOW_RECORDER_RUNNING_SECONDS  = 17549
    ICECAST_PROCESS_ID             = 5104

      -- There appears to be problems with your setup. Please visit
      -- http://wiki.sourcefabric.org/x/HABQ for troubleshooting info.



  • It looks like you don't have postgresql installed.

    Did you run "airtime-full-install" from "airtime/install_full/ubuntu" directory?
    Airtime Pro Hosting: http://airtime.pro
  • Hi,


    with the sudo apt-get install postgresql. And when I try to install it again, the output of the console is that it's the most recent version which is installed. 
    So, it seems to be installed, no ?

    Thanks, again, for your help
  • It's possible that something went wrong during the postgresql install. Please do the following:

    sudo apt-get purge postgresql*
    sudo apt-get install postgresql

    For the second command, please post the output.
    Airtime Pro Hosting: http://airtime.pro
  • I think everything went well...

    root@sd-25587:~# apt-get install postgresql

    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances       
    Lecture des informations d'état... Fait
    Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
      pwgen libmp3lame-dev erlang-crypto ocaml-findlib python-setuptools
      libsoundtouch-ocaml libsamplerate0 libcamomile-ocaml-dev libogg-ocaml
      erlang-snmp odbc-postgresql odbcinst1debian1 unzip erlang-syntax-tools
      libjack0 libtagc0 libtaglib-ocaml libsctp1 libvorbis-dev libncurses5-dev
      lksctp-tools libapr1 poc-streamer libapache2-mod-php5 odbcinst
      libaprutil1-ldap ocaml-interp libogg-dev apache2-mpm-prefork
      libsdl1.2debian-alsa php5-gd gcc-4.4 apache2-utils libmad-ocaml apache2
      erlang-runtime-tools libportaudio2 libfindlib-ocaml-dev python-pip
      apache2.2-common php-pear libmp3lame0 libsdl1.2debian php5-curl libt1-5 gcc
      libcurl3 python-virtualenv libvorbis-ocaml-dev libaprutil1-dbd-sqlite3
      rabbitmq-server apache2.2-bin erlang-mnesia libcamomile-ocaml-data
      erlang-public-key camlp4 libvorbis-ocaml libao2 curl libvorbisfile3 libxpm4
      libflac8 php5-pgsql erlang-os-mon libfindlib-ocaml libvorbisenc2 libgd2-xpm
      libao-ocaml ledit ocaml-base-nox monit libc6-dev libtag1c2a libsoundtouch1c2
      libmad0 libid3tag0 erlang-ssl linux-libc-dev manpages-dev ecasound php5-cli
      libc-dev-bin binutils libaprutil1 ocaml-nox libogg-ocaml-dev php5-common
      libsndfile1 oggvideotools erlang-base python-ecasound2.2 libtag1-vanilla
    Veuillez utiliser « apt-get autoremove » pour les supprimer.
    Les NOUVEAUX paquets suivants seront installés :
      postgresql
    0 mis à jour, 1 nouvellement installés, 0 à enlever et 2 non mis à jour.
    Il est nécessaire de prendre 0o/23,2ko dans les archives.
    Après cette opération, 57,3ko d'espace disque supplémentaires seront utilisés.
    Sélection du paquet postgresql précédemment désélectionné.
    (Lecture de la base de données... 37561 fichiers et répertoires déjà installés.)
    Dépaquetage de postgresql (à partir de .../postgresql_8.4.9-0ubuntu0.10.04_all.deb) ...
    Paramétrage de postgresql (8.4.9-0ubuntu0.10.04) ...

    I really don't understand why it doesn't work. The output is ok.
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    perharps, because you have installed postgresql after airtime...no ?

    peut etre parce que tu as installé postgresql après airtime, non ?
  • OK, now that you reinstalled postgresql try installing Airtime again, first run:

    service postgresql status


    So that we can see it is running properly, and then reinstall the Airtime package as Albert suggested.

    apt-get purge airtime
    apt-get install airtime
    Post edited by Martin Konecny at 2011-11-08 11:31:16
    Airtime Pro Hosting: http://airtime.pro
  • This morning, I've totally reconfigured my dedicated server. Like if it was new.

    I've reinstalled all the components (nano, postgresql, airtime...), following the tutorial.
    And when I reach the end of the configuration page of the tutorial, I still can't log in.
    the "service postgresql status" sends this output :

    unrecognized service

    And, this time, I installed all in the right way. But I've chosen the automated installation. Should I try the manual one ? Or It doesn't matter ?

    Thanks for helping me.
  • I make an "up", because things have changed.

    I can log -what a liberation- in the Administration Interface, but the "On Air" button is unlit while songs seem to be played.
    When I do a 
    service airtime-playout status
    I get this output :

    CPU                            = VIA Nano processor U2250 (1.6GHz Capable)
    Total RAM = 2028364 kB
    Free RAM = 1229888 kB
    OS = Ubuntu 10.04.3 LTS Intel 80386
    AIRTIME_CONFIG_FILES = OK
    POSTGRESQL_DATABASE = OK
    PYTHON_KOMBU_VERSION = 1.2.0
    PYTHON_POSTER_VERSION = 0.8.1
    PYTHON_MUTAGEN_VERSION = 1.20
    PYTHON_PYINOTIFY_VERSION = 0.9.2
    RABBITMQ_SERVER = OK
    AIRTIME_VERSION_URL = http://localhost:80/api/version/api_key/%%api_key%%
    APACHE_CONFIGURED = YES
    AIRTIME_VERSION = 1.9.5
    PLAYOUT_ENGINE_PROCESS_ID = 22031
    PLAYOUT_ENGINE_RUNNING_SECONDS = 1352
    LIQUIDSOAP_PROCESS_ID =
    LIQUIDSOAP_RUNNING_SECONDS = 0
    -- WARNING! It looks like the Liquidsoap engine is continually restarting.
    -- 2011/11/09 16:22:33 [threads:1] Thread "alsa_out(default)" aborts with exception Alsa error: No such file or directory!
    -- 2011/11/09 16:22:33 [threads:3] Raised by primitive operation at file "", line 0, characters 0-0
    -- 2011/11/09 16:22:33 [main:3] Shutdown started!
    -- 2011/11/09 16:22:33 [main:3] Waiting for threads to terminate...
    -- 2011/11/09 16:22:33 [radiogmt(dot)mp3:3] Closing connection...
    -- 2011/11/09 16:22:33 [radiogmt(dot)ogg:3] Closing connection...
    -- 2011/11/09 16:22:33 [clock.wallclock_alsa:3] Streaming loop stopped.
    -- 2011/11/09 16:22:33 [threads:3] Thread "wallclock_alsa" terminated (0 remaining).
    -- 2011/11/09 16:22:33 [main:3] Cleaning downloaded files...
    -- 2011/11/09 16:22:33 >>> LOG END
    MEDIA_MONITOR_PROCESS_ID = 808
    MEDIA_MONITOR_RUNNING_SECONDS = 63191
    SHOW_RECORDER_PROCESS_ID = 822
    SHOW_RECORDER_RUNNING_SECONDS = 63191
    ICECAST_PROCESS_ID = 22849

    -- There appears to be problems with your setup. Please visit
    -- http://wiki.sourcefabric.org/x/HABQ for troubleshooting info.
    I checked the configuration files, and nothing seems to be wrong. Can someone help me ?
    Thanks in advance for the answers I'll receive.
    Have a good day,

    Thibault.
  • Have you enabled the soundcard output? It looks like its complaining because there is no audio device available. Please post /etc/airtime/liquidsoap.cfg 
    Airtime Pro Hosting: http://airtime.pro
  • I've just enable the soundcard output in the liquidsoap config' file. But, it doesn't solve antyhing : on air is still unlit, and the songs seem to be played...
  • HI Thibault, sorry my mistake, I didn't want you to enable the soundcard out, I was just wondering if you had enabled it. 

    If you didn't enable it, I'm not sure why it's complaining about ALSA files missing. Can you try this command and post the output:

    /usr/lib/airtime/pypo/bin/liquidsoap_bin/liquidsoap /usr/lib/airtime/pypo/bin/liquidsoap_scripts/library/pervasives.liq 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "hackme", mount = "liq.ogg", mksafe(single("/var/lib/airtime/tmp/airtime_mvc/application/models/tests/test10003.mp3")))'
    Airtime Pro Hosting: http://airtime.pro
  • Hi, i'm a friend of Thibaut, we're both working on the airtime configuration. the output of this command says :


    ~$ /usr/lib/airtime/pypo/bin/liquidsoap_bin/liquidsoap /usr/li                                                                                        b/airtime/pypo/bin/liquidsoap_scripts/library/pervasives.liq 'output.icecast(%vo                                                                                        rbis, host = "localhost", port = 8000, password = "hackme", mount = "liq.ogg", m                                                                                        ksafe(single("/var/lib/airtime/tmp/airtime_mvc/application/models/tests/test1000                                                                                        3.mp3")))'
    2011/11/10 11:20:59 >>> LOG START
    2011/11/10 11:20:59 [protocols.external:3] Didn't find "ufetch".
    2011/11/10 11:20:59 [protocols.external:3] Found "/usr/bin/wget".
    2011/11/10 11:20:59 [main:3] Liquidsoap 1.0.0-beta2
    2011/11/10 11:20:59 [main:3] Using: pcre=6.0.1 dtools=0.2.2 duppy=0.4.0 duppy.sy                                                                                        ntax=0.4.0 cry=0.2.0 mm=0.1.0 xmlplaylist=0.1.2 ogg=0.4.2 vorbis=0.6.0 mad=0.4.2                                                                                         flac=0.1.0 flac.ogg=0.1.0 lame=0.3.0 alsa=0.2.1 samplerate=0.1.1 taglib=0.1.4 c                                                                                        amomile=0.7.1 portaudio=@VERSION ladspa=0.1.2
    2011/11/10 11:20:59 [dynamic.loader:2] Could not load plugins in directory /usr/                                                                                        local/lib/liquidsoap/1.0.0-beta2/plugins.
    2011/11/10 11:20:59 [lang:3] Lastfm/audioscrobbler support was not compiled.
    2011/11/10 11:20:59 [single:3] "/var/lib/airtime/tmp/airtime_mvc/application/mod                                                                                        els/tests/test10003.mp3" will be queued.
    2011/11/10 11:20:59 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.
    2011/11/10 11:20:59 [frame:3] Frame size must be a multiple of 1764 ticks = 1764                                                                                         audio samples = 1 video samples.
    2011/11/10 11:20:59 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio sa                                                                                        mples = 1764 ticks.
    2011/11/10 11:20:59 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video s                                                                                        amples = 1764 ticks.
    2011/11/10 11:20:59 [threads:3] Created thread "generic queue #1".
    2011/11/10 11:20:59 [liq(dot)ogg:3] Connecting mount liq.ogg for source@localhos                                                                                        t...
    2011/11/10 11:20:59 [request:3] Nonexistent file or ill-formed URI "/var/lib/air                                                                                        time/tmp/airtime_mvc/application/models/tests/test10003.mp3"!
    2011/11/10 11:20:59 [request:3] Nonexistent file or ill-formed URI "/var/lib/air                                                                                        time/tmp/airtime_mvc/application/models/tests/test10003.mp3"!
    2011/11/10 11:20:59 [request:3] Nonexistent file or ill-formed URI "/var/lib/air                                                                                        time/tmp/airtime_mvc/application/models/tests/test10003.mp3"!
    2011/11/10 11:20:59 [request:3] Nonexistent file or ill-formed URI "/var/lib/air                                                                                        time/tmp/airtime_mvc/application/models/tests/test10003.mp3"!
    2011/11/10 11:20:59 [liq(dot)ogg:2] Connection failed: 401, Authentication Requi                                                                                        red (HTTP/1.0)!
    2011/11/10 11:20:59 [clock.wallclock_main:2] Error when starting output liq(dot)                                                                                        ogg: Tutils.Exit!
    init: exception encountered during main phase:
      Tutils.Exit
    exception: Tutils.Exit
    Raised at file "queue.ml", line 87, characters 29-34
    2011/11/10 11:20:59 [main:3] Shutdown started!
    2011/11/10 11:20:59 [main:3] Waiting for threads to terminate...
    2011/11/10 11:20:59 [main:3] Cleaning downloaded files...
    2011/11/10 11:20:59 >>> LOG END

  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    your airtime install seems to be broken :/

  • Do you think we have to re-install everything or just some packages ?
    Post edited by Malo at 2011-11-10 10:24:57
  • Hi Malo,

    Update the command so that it points to a valid mp3 file on your harddrive.
    Airtime Pro Hosting: http://airtime.pro
  • Hi,
    When i try with this one, i don't have a log, the console is blocked...

    /usr/lib/airtime/pypo/bin/liquidsoap_bin/liquidsoap /usr/lib/airtime/pypo/bin/liquidsoap_scripts/library/pervasives.liq 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "hackme", mount = "liq.ogg", mksafe(single("/srv/airtime/stor/imported/unknown/unknown/01-PLAYLIST+JAZZ+1-96kbps.mp3")))
  • Hi Malo, you are missing the ' character at the end.
    Airtime Pro Hosting: http://airtime.pro
  • Sorry with this one :
    /usr/lib/airtime/pypo/bin/liquidsoap_bin/liquidsoap /usr/lib/airtime/pypo/bin/liquidsoap_scripts/library/pervasives.liq 'output.icecast(%vorbis, host = "localhost", port = 8000, password = "psswd", mount = "radiogmt.mp3", mksafe(single("/srv/airtime/stor/imported/unknown/unknown/01-PLAYLIST+JAZZ+1-96kbps.mp3")))

    2011/11/10 17:21:26 >>> LOG START
    2011/11/10 17:21:25 [protocols.external:3] Didn't find "ufetch".
    2011/11/10 17:21:25 [protocols.external:3] Found "/usr/bin/wget".
    2011/11/10 17:21:25 [main:3] Liquidsoap 1.0.0-beta2
    2011/11/10 17:21:25 [main:3] Using: pcre=6.0.1 dtools=0.2.2 duppy=0.4.0 duppy.syntax=0.4.0 cry=0.2.0 mm=0.1.0 xmlplaylist=0.1.2 ogg=0.4.2 vorbis=0.6.0 mad=0.4.2 flac=0.1.0 flac.ogg=0.1.0 lame=0.3.0 alsa=0.2.1 samplerate=0.1.1 taglib=0.1.4 camomile=0.7.1 portaudio=@VERSION ladspa=0.1.2
    2011/11/10 17:21:25 [dynamic.loader:2] Could not load plugins in directory /usr/local/lib/liquidsoap/1.0.0-beta2/plugins.
    2011/11/10 17:21:25 [lang:3] Lastfm/audioscrobbler support was not compiled.
    2011/11/10 17:21:26 [decoder:3] Method "MP3" accepted "/srv/airtime/stor/imported/unknown/unknown/01-PLAYLIST+JAZZ+1-96kbps.mp3".
    2011/11/10 17:21:26 [single:3] "/srv/airtime/stor/imported/unknown/unknown/01-PLAYLIST+JAZZ+1-96kbps.mp3" is static, resolving once for all...
    2011/11/10 17:21:26 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.
    2011/11/10 17:21:26 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples.
    2011/11/10 17:21:26 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks.
    2011/11/10 17:21:26 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks.
    2011/11/10 17:21:26 [threads:3] Created thread "generic queue #1".
    2011/11/10 17:21:26 [single_4618:3] Prepared "/srv/airtime/stor/imported/unknown/unknown/01-PLAYLIST+JAZZ+1-96kbps.mp3" (RID 0).
    2011/11/10 17:21:26 [radiogmt(dot)mp3:3] Connecting mount radiogmt.mp3 for source@localhost...
    2011/11/10 17:21:26 [radiogmt(dot)mp3:3] Connection setup was successful.
    2011/11/10 17:21:26 [threads:3] Created thread "wallclock_main" (1 total).
    2011/11/10 17:21:26 [clock.wallclock_main:3] Streaming loop starts, synchronized with wallclock.
    2011/11/10 17:21:26 [mksafe:3] Switch to single_4618.

    The it is blocked, i do a ctrl + c

    ^C2011/11/10 17:21:58 [main:3] Shutdown started!
    2011/11/10 17:21:58 [main:3] Waiting for threads to terminate...
    2011/11/10 17:21:58 [radiogmt(dot)mp3:3] Closing connection...
    2011/11/10 17:21:58 [single_4618:3] Finished with "/srv/airtime/stor/imported/unknown/unknown/01-PLAYLIST+JAZZ+1-96kbps.mp3".
    2011/11/10 17:21:58 [clock.wallclock_main:3] Streaming loop stopped.
    2011/11/10 17:21:58 [threads:3] Thread "wallclock_main" terminated (0 remaining).
    2011/11/10 17:21:58 [main:3] Cleaning downloaded files...
    2011/11/10 17:21:58 >>> LOG END

    Post edited by Malo at 2011-11-10 11:22:11
  • Ok thanks, it looks like we are getting somewhere. 

    Now try the following please:

    sudo -u pypo /usr/lib/airtime/pypo/bin/airtime-liquidsoap
    Airtime Pro Hosting: http://airtime.pro
  • sudo -u pypo /usr/lib/airtime/pypo/bin/airtime-liquidsoap
    At file /etc/airtime/liquidsoap.cfg, line 15, character 15: The variable
      output_stereo defined here is not used anywhere in its scope.
      Use ignore(...) instead of output_stereo = ... if you meant to not use it.
      Otherwise, this may be a typo or a sign that your script does not do
      what you intend.

    And in the liquidsoap.cfg file :

    ###########################################
    # Output settings                         #
    ###########################################
    output_sound_device = true
    output_icecast_vorbis = false
    output_icecast_mp3 = true
    output_shoutcast = false

    output_bitrate = 96
    output_samplerate = 44100
    output_stereo = true

    EDIT : maybe it can help, when i enter service airtime-playout restart, i have :

    Restarting Airtime Playout: start-stop-daemon: warning: failed to kill 23387: No such process
    Done.

    Post edited by Malo at 2011-11-10 14:41:23
  • Hi Malo,

    It looks like you uncommented "output_stereo", please put a "#" character back in front of this. We will be removing it from future releases. Also, make sure output_sound_device is false, as it looks like you don't have a soundcard.


    output_sound_device = false

    Airtime Pro Hosting: http://airtime.pro
  • Ok done but ON AIR is still unlit !

    service airtime-playout status :
    CPU                            = VIA Nano processor U2250 (1.6GHz Capable)
    Total RAM                      = 2028364 kB
    Free RAM                       = 915988 kB
    OS                             = Ubuntu 10.04.3 LTS Intel 80386
    AIRTIME_CONFIG_FILES           = OK
    POSTGRESQL_DATABASE            = OK
    PYTHON_KOMBU_VERSION           = 1.2.0
    PYTHON_POSTER_VERSION          = 0.8.1
    PYTHON_MUTAGEN_VERSION         = 1.20
    PYTHON_PYINOTIFY_VERSION       = 0.9.2
    RABBITMQ_SERVER                = OK
    AIRTIME_VERSION_URL            = http://localhost:80/api/version/api_key/%%api_k                                                                                        ey%%
    APACHE_CONFIGURED              = YES
    AIRTIME_VERSION                = 1.9.5
    PLAYOUT_ENGINE_PROCESS_ID      = 25510
    PLAYOUT_ENGINE_RUNNING_SECONDS = 283
    LIQUIDSOAP_PROCESS_ID          =
    LIQUIDSOAP_RUNNING_SECONDS     = 0
      -- WARNING! It looks like the Liquidsoap engine is continually restarting.
      -- 2011/11/10 18:54:13 [alsa_out(default):3] Using ALSA 1.0.22.
      -- 2011/11/10 18:54:13 [threads:1] Thread "alsa_out(default)" aborts with exce                                                                                        ption Alsa error: No such file or directory!
      -- 2011/11/10 18:54:13 [threads:3] Raised by primitive operation at file "", l                                                                                        ine 0, characters 0-0
      -- 2011/11/10 18:54:13 [main:3] Shutdown started!
      -- 2011/11/10 18:54:13 [main:3] Waiting for threads to terminate...
      -- 2011/11/10 18:54:13 [radiogmt(dot)mp3:3] Closing connection...
      -- 2011/11/10 18:54:13 [clock.wallclock_alsa:3] Streaming loop stopped.
      -- 2011/11/10 18:54:13 [threads:3] Thread "wallclock_alsa" terminated (0 remai                                                                                        ning).
      -- 2011/11/10 18:54:13 [main:3] Cleaning downloaded files...
      -- 2011/11/10 18:54:13 >>> LOG END
    MEDIA_MONITOR_PROCESS_ID       = 14362
    MEDIA_MONITOR_RUNNING_SECONDS  = 88859
    SHOW_RECORDER_PROCESS_ID       = 14457
    SHOW_RECORDER_RUNNING_SECONDS  = 88846
    ICECAST_PROCESS_ID             = 22849

      -- There appears to be problems with your setup. Please visit
      -- http://wiki.sourcefabric.org/x/HABQ for troubleshooting info.

    Post edited by Malo at 2011-11-10 15:17:07
  • Also please ask Thibault to check his private messages.
    Post edited by Martin Konecny at 2011-11-10 15:30:31
    Airtime Pro Hosting: http://airtime.pro
  • Thibaut will come back in 2 days, he's gone for a trip.

    $ sudo -u pypo /usr/lib/airtime/pypo/bin/airtime-liquidsoap

    2011/11/10 21:33:25 >>> LOG START
    2011/11/10 21:33:25 [protocols.external:3] Didn't find "ufetch".
    2011/11/10 21:33:25 [protocols.external:3] Found "/usr/bin/wget".
    2011/11/10 21:33:25 [main:3] Liquidsoap 1.0.0-beta2
    2011/11/10 21:33:25 [main:3] Using: pcre=6.0.1 dtools=0.2.2 duppy=0.4.0 duppy.sy                                                                                        ntax=0.4.0 cry=0.2.0 mm=0.1.0 xmlplaylist=0.1.2 ogg=0.4.2 vorbis=0.6.0 mad=0.4.2                                                                                         flac=0.1.0 flac.ogg=0.1.0 lame=0.3.0 alsa=0.2.1 samplerate=0.1.1 taglib=0.1.4 c                                                                                        amomile=0.7.1 portaudio=@VERSION ladspa=0.1.2
    2011/11/10 21:33:25 [dynamic.loader:2] Could not load plugins in directory /usr/                                                                                        local/lib/liquidsoap/1.0.0-beta2/plugins.
    2011/11/10 21:33:25 [lang:3] Lastfm/audioscrobbler support was not compiled.
    2011/11/10 21:33:25 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.
    2011/11/10 21:33:25 [frame:3] Frame size must be a multiple of 1764 ticks = 1764                                                                                         audio samples = 1 video samples.
    2011/11/10 21:33:25 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio sa                                                                                        mples = 1764 ticks.
    2011/11/10 21:33:25 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video s                                                                                        amples = 1764 ticks.
    2011/11/10 21:33:25 [threads:3] Created thread "generic queue #1".
    2011/11/10 21:33:25 [threads:3] Created thread "non-blocking queue #1".
    2011/11/10 21:33:25 [radiogmt(dot)mp3:3] Connecting mount radiogmt.mp3 for sourc                                                                                        e@88.191.136.56...
    2011/11/10 21:33:25 [radiogmt(dot)mp3:3] Connection setup was successful.
    2011/11/10 21:33:25 [threads:3] Created thread "wallclock_main" (1 total).
    2011/11/10 21:33:25 [clock.wallclock_main:3] Streaming loop starts, synchronized                                                                                         with wallclock.
    2011/11/10 21:33:25 [fallback_4725:3] Switch to src_4723.
    2011/11/10 21:33:25 [src_4723:3] Inserting missing metadata.
    /usr/lib/airtime/pypo/bin/liquidsoap_scripts/notify.sh --data='0' --media-id=

    #########################################
    #           *** pypo  ***               #
    #     pypo notification gateway         #
    #########################################
    NOTICE: 'media_id' command-line argument not given.

    I do ctrl + c
    ^C2011/11/10 21:34:39 [main:3] Shutdown started!
    2011/11/10 21:34:39 [main:3] Waiting for threads to terminate...
    2011/11/10 21:34:39 [radiogmt(dot)mp3:3] Closing connection...
    2011/11/10 21:34:39 [clock.wallclock_main:3] Streaming loop stopped.
    2011/11/10 21:34:39 [threads:3] Thread "wallclock_main" terminated (0 remaining).
    2011/11/10 21:34:39 [main:3] Cleaning downloaded files...
    2011/11/10 21:34:39 >>> LOG END

  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    perharps i can help you
    check your private message too ;)

    in french in the text ;)
  • Everything is fine, thanks a lot !
  • Vote Up0Vote Down MaloMalo
    Posts: 15Member

    Post edited by Malo at 2012-08-04 14:44:02