Displaying 2 results from an estimated 2 matches for "addserv".
Did you mean:
adserv
2011 Jan 24
0
error xenwebmanager
...uot;/usr/share/xenwebmanager/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/bin/xenwebmanager", line 1059, in alerts
listalerts += xc_servers[sessid][host].fill_alerts()
File "/usr/share/xenwebmanager/backend/addserver.py", line 45, in fill_alerts
for ref in self.all_messages.keys():
AttributeError: backend instance has no attribute ''all_messages
I have installated the last versione of xenwebserver
xenwebmanager-0.9.9-1.el5.rf.noarch.rpm
and my XEN serverer is xen-3.0.3-105.el5_5.5
The OS...
2009 Sep 19
0
memcached-1.4.1 and C4
...at rakosnicek eshop]# php d.php
PHP Warning: Memcached::get(): bad type specifier while parsing
parameters in /var/www/d.php on line 6
NULL
string(7) "SUCCESS"
array(1) {
["lhost:11211"]=>
string(5) "1.4.1"
}
The code is:
<?php
$m = new Memcached();
$m->addServer('localhost', 11211);
$m->set('foo', 100);
var_dump($m->get('foo'));
var_dump($m->getResultMessage());
var_dump($m->getVersion());
?>
Memcat returns:
[root at rakosnicek eshop]# memcat --servers=localhost foo
100
Package version are:
[root at rakosnicek es...