|
From: Ma p. <the...@gm...> - 2016-09-27 08:39:51
|
Hello Heiko,
Thanks for the update. We approach the goal.
I think that misses some Python modules
When I launch crm I get the following output
root@DL1:~ # crm
Fatal error:
No module named lxml
No module named modules
Failed to start crmsh! This is likely due to a broken
installation or a missing dependency.
If you are using a packaged version of crmsh, please try
reinstalling the package. Also check your PYTHONPATH and
make sure that the crmsh module is reachable.
Please file an issue describing your installation at
https://github.com/Clusterlabs/crmsh/issues/ .
root@DL1:~ #
And when I launch pcs :
root@DL1:~ # pcs
Traceback (most recent call last):
File "/usr/sbin/pcs", line 9, in <module>
load_entry_point('pcs==0.9.153', 'console_scripts', 'pcs')()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line
519, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line
2630, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line
2310, in load
return self.resolve()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line
2316, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python2.7/site-packages/pcs/app.py", line 14, in <module>
from pcs import (
File "/usr/lib/python2.7/site-packages/pcs/acl.py", line 10, in <module>
from pcs import (
File "/usr/lib/python2.7/site-packages/pcs/prop.py", line 13, in <module>
from pcs import utils
File "/usr/lib/python2.7/site-packages/pcs/utils.py", line 65, in <module>
from pcs.lib.env import LibraryEnvironment
File "/usr/lib/python2.7/site-packages/pcs/lib/env.py", line 8, in
<module>
from lxml import etree
ImportError: No module named lxml
root@DL1:~ #
Regards
Christian
2016-09-24 14:24 GMT+02:00 Heiko Zuerker <he...@zu...>:
> Sorry for the delay. The latest build is uploading now.
> It should be done ~1 hour from the time I sent this email.
>
>
> Heiko
>
> Quoting Heiko Zuerker <he...@zu...>:
>
> They changes are in CVS. I don't think I'll be able to upload the nightly
> compile for at leat a few days. I'll get it done as soon as I can.
>
> Heiko
>
> Quoting Heiko Zuerker <he...@zu...>:
>
> Hey
>
> I'm hoping to get a chance on Saturday to work on the missing components.
> Stay tuned for further updates & sorry for being so slow.
>
> Heiko
>
> Quoting Ma poubelle <the...@gm...>:
>
> Hi Heiko,
>
> All the crm_... binaries is installed and work.
>
> My request is about the crm from crmsh . The shell to interactively
> configure HA. https://github.com/ClusterLabs/crmsh
>
> And other tools I like to use is pcs (Pacemaker/Corosync configuration
> system) https://github.com/ClusterLabs/pcs
>
> Can you integrate them on new rc ?
>
> Kind Regards
>
>
>
> 2016-08-28 15:39 GMT+02:00 Heiko Zuerker <he...@zu...>:
>
>>
>>
>>
>>
>>
>>
>>
>>
>> *Hey, I looked into this and all the crm binaries are there and corosync
>> & pacemaker started for me. Do you have a specific error message you can
>> share? Did you start with a vanilla config or are you upgrading something?
>> Heiko Quoting Heiko Zuerker <he...@zu... <he...@zu...>>:*
>>
>>
>>
>>
>>
>>
>>
>> *Hi, I won't get a chance to look into this until the weekend. Heiko
>> Quoting Ma poubelle <the...@gm... <the...@gm...>>:*
>>
>>
>> *Hi, *
>> *I use the 1.8.0-rc2-2016-08-13-x86_64*
>>
>>
>> *I just try to start a cluster using corosync and pacemaker and i stop my
>> test , cannot find the crm binary ! *
>> *Kind Regards*
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *-- Regards Heiko Zuerker *
>>
>>
>>
>>
>>
>>
>>
>>
>> *-- Regards Heiko Zuerker *
>>
>>
>>
>>
>>
>>
>> *------------------------------------------------------------------------------
>> _______________________________________________ Devil-linux-discuss mailing
>> list Dev...@li...
>> <Dev...@li...>
>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss
>> <https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss>*
>>
>
>
>
>
> --
>
> Regards
> Heiko Zuerker
>
>
>
>
>
> --
>
> Regards
> Heiko Zuerker
>
>
>
>
>
> --
>
> Regards
> Heiko Zuerker
>
>
> ------------------------------------------------------------
> ------------------
>
> _______________________________________________
> Devil-linux-discuss mailing list
> Dev...@li...
> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss
>
>
|