[Spacewalk-list] pass extra args to api system.provisionVirtualGuest

2016-08-19 Thread William H. ten Bensel
I would like to use the spacewalk api system.provisionVirtualGuest, however I need the ability to pass extra args to the virt-install line that spacewalk would create. Is there any way to do this? Am I missing something obvious? Reasons: Do not use DHCP, PXE, etc. static IP only.

Re: [Spacewalk-list] Ongoing jabberd/osad issues.

2016-08-19 Thread Matt Moldvan
To answer your question about how you can tell if clients are registering (to OSA dispatcher, not jabber), set osa_dispatcher.debug = 4 (goes up to 9 but that is -too much- info in my experience) in /etc/rhn/rhn.conf and restart osa-dispatcher. This will tell you if systems are subscribing to the

Re: [Spacewalk-list] Jabber failed to start after spacewalk-service restart

2016-08-19 Thread Matt Moldvan
I replied to another thread here about Jabber and OSA dispatcher and my trials and tribulations... in the end I settled on an ugly hack that uses anything but the Berkley DB because of all the documented issues with it. Try SQLite or Postgres for the back end database for C2S and SM jabber

Re: [Spacewalk-list] Ongoing jabberd/osad issues.

2016-08-19 Thread Robert Paschedag
Did you ever look into /var/log/messages ? Am 19.08.2016 14:34 schrieb Daryl Rose : > > Basically you're doing everything that I've been doing with the exception of > the db_recover command.  I was not familiar with that command. > > > How can I tell if the clients are

Re: [Spacewalk-list] Ongoing jabberd/osad issues.

2016-08-19 Thread Daryl Rose
Basically you're doing everything that I've been doing with the exception of the db_recover command. I was not familiar with that command. How can I tell if the clients are self registering or not? Thank you. Daryl From: Robert Paschedag

Re: [Spacewalk-list] Ongoing jabberd/osad issues.

2016-08-19 Thread Robert Paschedag
Now I had also a problem with the database. Just wanted to check, which logfiles of the jabber db are not needed anymore as stated in http://web.stanford.edu/class/cs276a/projects/docs/berkeleydb/ref/transapp/logfile.html Just running "db_archive" killed my jabber db. Andfixing it with