Re: [foreman-users] How to display IPMI consoles in the Foreman?

2017-10-26 Thread No1
I understood a little bit of what you said. I didn't quite get the point of changing the foreman host controller. Are you saying hostcontroller.rb? BTW, Are you available on IRC? Thanks, No1. On Thursday, October 26, 2017 at 10:38:09 AM UTC-5, Konstantin Lepikhov wrote: > > Hi No1! > > On

Re: [foreman-users] Lots of "Mysql2::Error: Deadlock found when trying to get lock" under increased load

2017-10-26 Thread 'Konstantin Orekhov' via Foreman users
Ok. Is there anything I could do now to workaround this? The only thing worked for me so far was to periodically go through discovered hosts and remove duplicate entries. Thanks! Konstantin. > On Oct 26, 2017, at 07:18, Lukas Zapletal wrote: > > Ok this confirms it. http://projects.theforem

[foreman-users] DevConf.cz Feb 2018 - Call for presentations

2017-10-26 Thread Greg Sutcliffe
Hi all, If you're planning your travel for early next year then DevConf.cz is one to add to your list. Foreman will be there in some form (hopefully with a booth & swag :P), and we'd love to meet you. If you are planning to go to DevConf, ou could also consider adding a Foreman talk to the CFP -

Re: [foreman-users] How to display IPMI consoles in the Foreman?

2017-10-26 Thread Konstantin Lepikhov
Hi No1! On 10/25/2017, at 12:27:11 PM you wrote: > Hi Konstantin Lepikhov, > > Would you mind explaining a little more on how did you implemented noVNC > from ikvm branch from kelleyk [https://github.com/kelleyk/noVNC ]?. I am > confused on the part to wire the info into Foreman and how to I d

Re: [foreman-users] Is there a way to update Hosts details after provisioned from AutoProvision using Discovery Plugin?

2017-10-26 Thread No1
Hi Lukas, Thanks for the info. I guess I'll have to manually provision them for now :) However, Would I be able to change all the facts / update all the details some where on the back-end so that they get reflected in the front end GUI once after I provisioned them. I plan on using the ansible

Re: [foreman-users] Re: WebSock error: [object Event]

2017-10-26 Thread subramaniyan.R
Hi Lzap, Thanka for your reply. I'm following the same article,but not able to get the console for libvirt, getting the same error.can you help me to trace the issue? On Oct 26, 2017 7:25 PM, "Lukas Zapletal" wrote: Please read: https://theforeman.org/manuals/1.15/index.html#7.1NoVNC and fol

Re: [foreman-users] Lots of "Mysql2::Error: Deadlock found when trying to get lock" under increased load

2017-10-26 Thread Lukas Zapletal
Ok this confirms it. http://projects.theforeman.org/issues/21479 we will fix later. We don't have an unique index on DB level, just in Rails level and a second NIC with same MAC can sneak in. The relevant code in core is: validate :mac_uniqueness, :if => Proc.new { |nic| nic.managed? && nic.h

Re: [foreman-users] Re: Foreman - Solaris 11 install

2017-10-26 Thread Lukas Zapletal
Looks like you messed up DHCP configuration. If you deployed it via our installer, you can re-run it to fix it for you: foreman-installer -v -n With -n you get "dry run" to see what would puppet do, then you can run it for real. Reservations are not stored anywhere else then in leases file, nope

Re: [foreman-users] Is there a way to update Hosts details after provisioned from AutoProvision using Discovery Plugin?

2017-10-26 Thread Lukas Zapletal
Hello, autoprovisioning has completely different code flow, the support is not there yet. It simply ignores all NICs there and leave them untouched. LZ On Wed, Oct 25, 2017 at 11:58 PM, No1 wrote: > *Hi Lukas,* > > *That's really bad news. and I am wondering whether I conveyed my issue or > no

Re: [foreman-users] Re: WebSock error: [object Event]

2017-10-26 Thread Lukas Zapletal
Please read: https://theforeman.org/manuals/1.15/index.html#7.1NoVNC and follow the instructions there. LZ On Thu, Oct 26, 2017 at 7:04 AM, Subramaniyan .R wrote: > i have used libvirt, > > On Wednesday, 25 October 2017 19:14:34 UTC+5:30, Lukas Zapletal wrote: >> >> What compute resource is it