Hi, I have installed pulp with self compiled rpm's from here https://fedorahosted.org/pulp/wiki/UGInstallCentOS This documentation is working fine for centos5!
After some mongodb startup problems i think everything is running for pulp now. >From here: https://fedorahosted.org/pulp/wiki/UGQuickStart I try to change the password with: pulp-admin -u admin -p admin user update --username admin --password test --name "pulptest" or to write the credentials file with: pulp-admin -u admin -p admin auth login Both commands are waiting for something read if i use strace: brk(0xf28b000) = 0xf28b000 read(3, "\26\3\1\0000", 5) = 5 read(3, "0\205\371v>~\322\344N\v\7\271\3p\345\300\331\6,@\6\316qN1\1>\205\277\261\1q"..., 48) = 48 read(3, [root@cent5 ~]# rpm -qa| grep mongo pymongo-1.9-8.el5 mongodb-1.6.4-1.el5 mongodb-server-1.6.4-1.el5 [root@cent5 ~]# rpm -qa| grep pulp pulp-common-0.0.139-1 pulp-client-0.0.139-1 pulp-0.0.139-1 [root@cent5 ~]# rpm -qa| grep qpid qpid-cpp-server-store-0.7.946106-28 qpid-cpp-server-ssl-0.7.946106-28 qpid-cpp-server-0.7.946106-28 qpid-cpp-client-ssl-0.7.946106-28 python-qpid-0.7.946106-15 qpid-cpp-client-0.7.946106-28 [root@cent5 ~]# service mongod status mongod (pid 9483) is running... [root@enclouder-cent5 ~]# service qpidd status qpidd (pid 9503) is running... Do i need a new pulp version? thanks, Thomas _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
