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
What is the output of
localefrom the cli.
TwitterBridge, xmpp etc have not yet been tested with 1.0.x I can't help there unfortunately.
$ localeLANG=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=
Does en_US.utf8 show up when you check
locale -a$ locale -aC
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...
<?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.