update master to 1.0.x: no timeline update

edited September 2011 in Installation
Hello,

I have updated my statunet instance from 0.9.6 to 1.0.x:

$ ./scripts/checkschema.php
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory

I have launch the daemons but there is no update (except 4/5 from the Twitter bridge, but it's not enough).

Have you an idea?

syslog: http://pastebin.homecomputing.fr/f566672fb

Comments

  • edited September 2011
    It looks like there's something wrong with the locales on your box.
    What is the output of
    locale
    from the cli.

    TwitterBridge, xmpp etc have not yet been tested with 1.0.x I can't help there unfortunately.
  • edited September 2011
    > What is the output of locale

    $ locale
    LANG=fr_FR.UTF-8
    LC_CTYPE="fr_FR.UTF-8"
    LC_NUMERIC="fr_FR.UTF-8"
    LC_TIME="fr_FR.UTF-8"
    LC_COLLATE="fr_FR.UTF-8"
    LC_MONETARY="fr_FR.UTF-8"
    LC_MESSAGES="fr_FR.UTF-8"
    LC_PAPER="fr_FR.UTF-8"
    LC_NAME="fr_FR.UTF-8"
    LC_ADDRESS="fr_FR.UTF-8"
    LC_TELEPHONE="fr_FR.UTF-8"
    LC_MEASUREMENT="fr_FR.UTF-8"
    LC_IDENTIFICATION="fr_FR.UTF-8"
    LC_ALL=

  • My guess is the update might be trying to set the local to en_US.UTF-8 which might not be installed on your machine.
    Does en_US.utf8 show up when you check
    locale -a
  • edited September 2011
    Ok, en_US.utf8 was missing. I have regenerate the locale but this not fix the problem.

    $ locale -a
    C
    en_US.utf8
    fr_FR.utf8
    POSIX


    Edit: the syslog seems better:
    Sep 12 17:55:21 cuddles statusnet: [statusnet.homecomputing.fr:queuedaemon.php:15799] DBQueueManager (main): Checking for notices...
    Sep 12 17:55:21 cuddles statusnet: [statusnet.homecomputing.fr:queuedaemon.php:15799] DBQueueManager (main): No notices waiting; idling.
    Sep 12 17:55:21 cuddles statusnet: [statusnet.homecomputing.fr:queuedaemon.php:15799] Waiting up to 10 seconds for socket data...
    Sep 12 17:55:22 cuddles statusnet: [statusnet.homecomputing.fr:imdaemon.php:15803] DBQueueManager (im): Checking for notices...
    Sep 12 17:55:22 cuddles statusnet: [statusnet.homecomputing.fr:imdaemon.php:15803] DBQueueManager (im): No notices waiting; idling.
    Sep 12 17:55:22 cuddles statusnet: [statusnet.homecomputing.fr:imdaemon.php:15803] Waiting up to 10 seconds for socket data...
    Sep 12 17:55:31 cuddles statusnet: [statusnet.homecomputing.fr:queuedaemon.php:15799] DBQueueManager (main): Checking for notices...
    Sep 12 17:55:31 cuddles statusnet: [statusnet.homecomputing.fr:queuedaemon.php:15799] DBQueueManager (main): No notices waiting; idling.
    Sep 12 17:55:31 cuddles statusnet: [statusnet.homecomputing.fr:queuedaemon.php:15799] Waiting up to 10 seconds for socket data...
    Sep 12 17:55:32 cuddles statusnet: [statusnet.homecomputing.fr:imdaemon.php:15803] DBQueueManager (im): Checking for notices...
    Sep 12 17:55:32 cuddles statusnet: [statusnet.homecomputing.fr:imdaemon.php:15803] DBQueueManager (im): No notices waiting; idling.
    Sep 12 17:55:32 cuddles statusnet: [statusnet.homecomputing.fr:imdaemon.php:15803] Waiting up to 10 seconds for socket data...
  • Despite the messages, there is no update.
  • It it local updates or remote update you're having trouble with?
  • It's the remote update, from the other statusnet instances.
  • Can you show me your config.php?
  • Try just this

    <?php
    if (!defined('STATUSNET')) { exit(1); }
    $config['site']['name'] = 'Homecomputing statusnet';
    $config['site']['server'] = 'statusnet.homecomputing.fr';
    $config['site']['path'] = false;
    $config['site']['fancy'] = true;
    $config['db']['database'] = 'mysqli://xxx:xxx@localhost/statusnet';
    $config['db']['type'] = 'mysql';


    See if you can get it working without the queues and fb/twitter, then start to re-enable.
  • No change :(
  • I have restarted the daemon in root (for writing in /var/run) : http://pastebin.homecomputing.fr/f334b999d
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID