Project

General

Profile

Activity

From 07/25/2016 to 08/23/2016

08/18/2016

07:01 AM Bug #16099 (Closed): Running smart-proxy in daemon mode results in missed inotify events on isc leases file
Applied in changeset commit:350b4cf73f7452943a4fc8a601df771c7cd0dbf9. Anonymous
07:01 AM Bug #16122 (Closed): Implement equality (==) operation on Subnet and Record to improve/simplify testing
Applied in changeset commit:0f39b11aa0ac141be919f91e47172f6de50233e9. Anonymous
06:34 AM Revision 350b4cf7: Fixes #16099 - in daemon mode module threads continue to execute
This also fixes the issue with missed isc lease file updates. Dmitri Dolguikh
06:33 AM Revision 0f39b11a: Fixes #16122 - added equality method
For Proxy::DHCP::Subnet and Proxy::DHCP::Record Dmitri Dolguikh
06:01 AM Refactor #16145 (Closed): Remove pointless tests for common dhcp entities
Applied in changeset commit:dd93f6026d5d0a1950f4bf5b07d84f2938f7654b. Anonymous
05:41 AM Revision dd93f602: Fixes #16145 - Removed unnecessary tests for common dhcp entities
Dmitri Dolguikh

08/17/2016

07:06 AM Feature #4171: Smart proxy DHCP plugin does not honor exclude ranges
We have quite a few issues related to our isc configuration/leases parser and this is one of them. If it turns out th... Anonymous
06:57 AM Feature #4171: Smart proxy DHCP plugin does not honor exclude ranges
https://github.com/theforeman/smart-proxy/pull/445 Fixes this issue on Windows server as ms api is used for ip alloca... Anonymous
06:06 AM Feature #4171: Smart proxy DHCP plugin does not honor exclude ranges
I confirm this happens with ISC DHCP as well, it's DHCP core plugin feature. Lukas Zapletal
07:01 AM Bug #16021 (Closed): inotify queue overflow halts ISC lease file monitoring
Applied in changeset commit:2e0765fee3ea97539ceb130f798928cbb2dd3f25. Dominic Cleal
06:52 AM Revision c4314a8b: refs #16021 - monitor modifications on entire directory
inotify file watches are based on the inode, so after the leases file
is recreated the watch no longer fires. Later v...
Dominic Cleal
06:44 AM Refactor #16145 (Ready For Testing): Remove pointless tests for common dhcp entities
The Foreman Bot
06:37 AM Refactor #16145 (Closed): Remove pointless tests for common dhcp entities
Anonymous
06:08 AM Revision 2e0765fe: fixes #16021 - restart inotify monitoring on queue overflow
inotify watches are now more specific to only monitor for modifications
to the lease file and incoming file moves in ...
Dominic Cleal
04:35 AM Refactor #16140 (New): Register ISC inotify leases watcher on leases file only, not directory
The ISC inotify leases watcher currently adds a :modify watcher on the entire parent directory, but should instead re... Dominic Cleal

08/16/2016

08:54 AM Bug #16021 (Ready For Testing): inotify queue overflow halts ISC lease file monitoring
The Foreman Bot
06:41 AM Bug #16122 (Ready For Testing): Implement equality (==) operation on Subnet and Record to improve/simplify testing
The Foreman Bot
06:26 AM Bug #16122 (Closed): Implement equality (==) operation on Subnet and Record to improve/simplify testing
Anonymous
05:01 AM Refactor #15942 (Closed): Update dns providers to use new module initialization and configuration
Applied in changeset commit:69afd3426cece83821d9bdb16be426a082b68e42. Anonymous
04:07 AM Revision 69afd342: Fixes #15942 - dns module and providers use updated di config.
Dmitri Dolguikh
03:08 AM Bug #14911: Racing for free IPs resulting in DHCP reservation conflicts
Guido Günther wrote:
> Dominic Cleal wrote:
> > The smart proxy is meant to retain a lock on the IP for a period to...
Dominic Cleal
12:50 AM Bug #14911: Racing for free IPs resulting in DHCP reservation conflicts
Dominic Cleal wrote:
> The smart proxy is meant to retain a lock on the IP for a period to prevent it being realloca...
Guido Günther

08/15/2016

06:02 AM Feature #16009 (Closed): Support for native iPXE
Applied in changeset commit:24e943d7d672f7d5862808afe5bbd29fcb8ffce2. Anonymous
06:01 AM Bug #10581 (Closed): UTF8 encoding error on realm update with freeipa
Applied in changeset commit:e7c224d97b0948ddca296c5266b85222e8d9f192. Ivan Necas
05:11 AM Revision 24e943d7: fixes #16009 - added support for native iPXE variant
Konstantin Orekhov
05:08 AM Revision e7c224d9: Fixes #10581 - ensure string from IPA XML-RPM is marked as UTF8
Otherwise, Ruby considers them being ASCII-8BIT, which leads to ugly
errors when trying to convert to UTF8.
Ivan Necas

08/12/2016

03:10 PM Bug #16099 (Ready For Testing): Running smart-proxy in daemon mode results in missed inotify events on isc leases file
The Foreman Bot
02:58 PM Bug #16099: Running smart-proxy in daemon mode results in missed inotify events on isc leases file
The cause of the problem is the monitoring thread started at https://github.com/theforeman/smart-proxy/blob/develop/m... Anonymous
02:16 PM Bug #16099: Running smart-proxy in daemon mode results in missed inotify events on isc leases file
A possible fix is to do forking before all initialization/startup code. Anonymous
02:05 PM Bug #16099 (Closed): Running smart-proxy in daemon mode results in missed inotify events on isc leases file
Anonymous
04:19 AM Bug #16084 (Resolved): uninitialized constant Rack::Handler::WEBrick::RACK_VERSION
Dominic Cleal
04:11 AM Bug #16084: uninitialized constant Rack::Handler::WEBrick::RACK_VERSION
Dominic Cleal wrote:
> You have a local rack-2.0.1 gem installed that's overriding the 1.6.4 version provided by you...
Christian Meißner
03:51 AM Bug #16084 (Feedback): uninitialized constant Rack::Handler::WEBrick::RACK_VERSION
You have a local rack-2.0.1 gem installed that's overriding the 1.6.4 version provided by your OS packages, and the O... Dominic Cleal
03:48 AM Bug #16084: uninitialized constant Rack::Handler::WEBrick::RACK_VERSION
Dominic Cleal wrote:
> Can you run @gem list@ and @dpkg -l ruby*@? If you have more information in the smart proxy l...
Christian Meißner
03:40 AM Bug #16084: uninitialized constant Rack::Handler::WEBrick::RACK_VERSION
Hi Dominic,
Dominic Cleal wrote:
> Can you run @gem list@ and @dpkg -l ruby*@? If you have more information in th...
Christian Meißner
03:35 AM Bug #16084: uninitialized constant Rack::Handler::WEBrick::RACK_VERSION
Can you run @gem list@ and @dpkg -l ruby*@? If you have more information in the smart proxy log including stack trace... Dominic Cleal
03:25 AM Bug #16084 (Resolved): uninitialized constant Rack::Handler::WEBrick::RACK_VERSION
Hi,
i upgraded my environment
trusty -> xenial
foreman 1.7 -> 1.12
puppet 3.7 -> 3.8
But now foreman can'...
Christian Meißner

08/11/2016

05:37 PM Bug #16079 (Closed): ISC DHCP subnets fail to parse with host or class stanzas inside
I have a subnet definition
subnet 10.253.2.0 netmask 255.255.255.0 {
stuff
}
If I add a host definition to the...
alvin starr
08:37 AM Bug #16056: Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
Hello Dmitri,
hello dominic,
i set up the smart-proxy with 1.12.1 and windows server 2012 R2 in english. The smar...
Anonymous
06:43 AM Bug #16056: Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
Dmitri Dolguikh wrote:
> I didn't realise the shell was in German too. The version of ms dhcp provider you are using...
Anonymous
06:29 AM Bug #16056: Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
I didn't realise the shell was in German too. The version of ms dhcp provider you are using relies on parsing of nets... Anonymous
05:46 AM Bug #16056: Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
Dmitri Dolguikh wrote:
> Could you try executing 'netsh.exe -c dhcp server <your server ip here> show scope' from th...
Anonymous
05:38 AM Bug #16056: Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
Could you try executing 'netsh.exe -c dhcp server <your server ip here> show scope' from the command line?
I suspec...
Anonymous
05:23 AM Bug #16056 (New): Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
Dominic Cleal
05:13 AM Bug #16056: Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
Dominic Cleal wrote:
> This has been fixed via ticket #13575, please try version 1.12.1.
Thanks for your fast rep...
Anonymous
04:19 AM Bug #16056 (Duplicate): Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
This has been fixed via ticket #13575, please try version 1.12.1. Dominic Cleal
04:03 AM Bug #16056 (Resolved): Non-english locale casuses "Vendor Class not found" errors when using windows dhcp provider
Good morning,
iam Setting up a new Foreman/Puppet infrastructure for provisioning VM's on VMware.
For this i need...
Anonymous

08/10/2016

07:07 PM Support #7964 (Closed): unable to import puppet class
no reaction, closing. Anonymous
06:42 AM Bug #10581 (Ready For Testing): UTF8 encoding error on realm update with freeipa
The Foreman Bot
06:21 AM Bug #10581 (Assigned): UTF8 encoding error on realm update with freeipa
Ivan Necas

08/09/2016

12:02 PM Bug #15985 (Closed): Pxegrub2 config file prefix missing
Applied in changeset commit:d4b60b36842ce5203cc009863ef89e21d71176b5. Anonymous
11:34 AM Revision d4b60b36: fixes #15985 - Pxegrub2 tftp filename prefix
Timo Goebel
06:22 AM Bug #16021 (Closed): inotify queue overflow halts ISC lease file monitoring
When using ISC lease file monitoring (nightly), the inotify event queue can overflow with many events if they're not ... Dominic Cleal
05:32 AM Bug #6022: puppetssh fails due to host key prompt when trying to do puppetrun
Hi,
Fix for version 1.12.1 :...
Francois Laupretre

08/08/2016

04:53 PM Feature #16009: Support for native iPXE
Please ignore PR #450 - it is already closed on github. Konstantin Orekhov
04:39 PM Feature #16009 (Ready For Testing): Support for native iPXE
The Foreman Bot
04:38 PM Feature #16009 (Closed): Support for native iPXE
Add native iPXE support in smart-proxy as per thread https://groups.google.com/forum/#!searchin/foreman-users/ipxe$20... Konstantin Orekhov
12:10 PM Bug #10581: UTF8 encoding error on realm update with freeipa
Also, I expect this issue is with ruby 1.9+, right? Ivan Necas
11:58 AM Bug #10581: UTF8 encoding error on realm update with freeipa
We have seen similar issue in remote execution, the problem was we were not indicating properly that the
external st...
Ivan Necas
09:08 AM Feature #2482 (New): Global search in DHCP reservations/leases using MAC and/or hostname
https://github.com/theforeman/smart-proxy/pull/97 was opened, but is now closed due to inactivity. Dominic Cleal
06:20 AM Feature #13326 (New): Update list of features in Foreman on Smart Proxy startup
The pull request has been closed due to inactivity. Dominic Cleal
03:05 AM Bug #14911: Racing for free IPs resulting in DHCP reservation conflicts
The smart proxy is meant to retain a lock on the IP for a period to prevent it being reallocated. Dominic Cleal

08/04/2016

03:19 PM Bug #15985 (Ready For Testing): Pxegrub2 config file prefix missing
The Foreman Bot
03:15 PM Bug #15985 (Closed): Pxegrub2 config file prefix missing
#12633 added Pxegrub2 pxe variant, grub2 expects a client's MAC address prefixed by 01- as the config file format. th... Timo Goebel
02:06 PM Bug #14911: Racing for free IPs resulting in DHCP reservation conflicts
I have poked at this a bit more and it's not DHCP only. If I retry DHCP I can also get
fatal: [localhost]: FAILE...
Guido Günther
06:02 AM Bug #15959 (Closed): Remove recursive require from lib/proxy/log_buffer/decorator
Applied in changeset commit:37fb340ae11e4992aac8d49e276773235d7550df. Anonymous
06:00 AM Revision 37fb340a: Fixes #15959 - removed recursive require
Dmitri Dolguikh
05:09 AM Revision 05b96b99: Fixes #15944 - Make it obvious that messages come from DHCP
The occasional log reader might not know if this refers to a DNS or
DHCP 'record'.
Capitalize DHCP consistently.
Guido Günther

08/03/2016

10:27 AM Bug #15959 (Ready For Testing): Remove recursive require from lib/proxy/log_buffer/decorator
The Foreman Bot
10:25 AM Bug #15959 (Closed): Remove recursive require from lib/proxy/log_buffer/decorator
Anonymous
07:30 AM Refactor #15942 (Ready For Testing): Update dns providers to use new module initialization and configuration
The Foreman Bot

08/02/2016

10:32 AM Refactor #15942 (Closed): Update dns providers to use new module initialization and configuration
Anonymous

07/29/2016

11:02 AM Refactor #15864 (Closed): Pxelinux kind as an alias for Syslinux
Applied in changeset commit:056e0c49d85ef8832490bdc118a5431fff71ca5a. Anonymous
10:06 AM Revision 056e0c49: Fixes #15864 - Pxelinux alias variant for Syslinux
Lukas Zapletal
07:02 AM Bug #2687 (Closed): Performance issues with large ISC dataset (DHCP smart proxy)
Applied in changeset commit:7bd71b5efd38b609f5acf80bf3b5c899b3bd7e1c. Anonymous
06:42 AM Bug #1090 (Feedback): When editing DHCP records, ISC backend times out if the number of subnets is large.
The inotify-related changes from ticket #2687 have now been made in develop (nightly) for 1.13, which should drastica... Dominic Cleal
06:41 AM Bug #12359 (Feedback): 100% cpu usage foreman-proxy after upgrade to 1.9
The inotify-related changes from ticket #2687 have now been made in develop (nightly) for 1.13, which should drastica... Dominic Cleal
06:41 AM Bug #12392 (Feedback): 100% cpu usage on foreman-proxy DHCP calls
The inotify-related changes have now been made in develop (nightly) for 1.13, which should drastically reduce the amo... Dominic Cleal
06:28 AM Revision 7bd71b5e: Fixes #2687: Leases file is no longer parsed on every request
Also: refs 12392, #12359, #12425, #1090 Dmitri Dolguikh
06:01 AM Bug #15865 (Closed): Pin json_pure to < 2.0.0 for Ruby < 2.0.0
Applied in changeset commit:5a38c119eed6f2a7a161d300aff4d16bafa86ab9. Anonymous
05:36 AM Revision 5a38c119: Fixes #15865 - pin json_pure to < 2.0.0 for RUBY_VERSION < 2.0.0
Dmitri Dolguikh

07/28/2016

07:53 AM Feature #15874: Log X-Request-ID by default
Make sure this gets recorded in structured format in logger buffer as well, so we can easily pull out logs (e.g. erro... Lukas Zapletal
05:41 AM Feature #15874 (Closed): Log X-Request-ID by default
The default log configuration of the smart proxy should log the contents of the X-Request-ID header if it's set, whic... Dominic Cleal
07:51 AM Feature #15877 (Duplicate): Print session/request id in foreman-proxy logs
Ticket #15874. Dominic Cleal
07:49 AM Feature #15877 (Duplicate): Print session/request id in foreman-proxy logs
After Foreman is able to pass session/request as HTTP headers, we should send them to logs similarly Foreman core do ... Lukas Zapletal

07/27/2016

11:57 AM Bug #15865 (Ready For Testing): Pin json_pure to < 2.0.0 for Ruby < 2.0.0
The Foreman Bot
11:55 AM Bug #15865 (Closed): Pin json_pure to < 2.0.0 for Ruby < 2.0.0
json_pure >= 2.0.0 isn't supported on earlier rubies, which leads to test failures. Anonymous
11:08 AM Refactor #15864 (Ready For Testing): Pxelinux kind as an alias for Syslinux
The Foreman Bot
11:06 AM Refactor #15864 (Closed): Pxelinux kind as an alias for Syslinux
We are removing template variant attribute from OS in Foreman Core and template kind will define what to pass to Prox... Lukas Zapletal
07:08 AM Feature #15853 (Rejected): Add tests for Infoblox DNS provider
Anonymous
06:58 AM Feature #15853 (Rejected): Add tests for Infoblox DNS provider
Anonymous

07/26/2016

11:42 AM Bug #15790 (Rejected): In MS DHCP provider disabling ddns should be done on subnet scope, not per record.
Anonymous
11:42 AM Bug #15790: In MS DHCP provider disabling ddns should be done on subnet scope, not per record.
You are right, I followed the docs which turned out to be lacking/misleading. Thanks for the correction! Anonymous
09:49 AM Bug #15790 (Feedback): In MS DHCP provider disabling ddns should be done on subnet scope, not per record.
Why do you say this? Which version of the DHCP server are you using. I admit that I have only used W2K8 DHCP and high... Paul Kelly

07/25/2016

06:02 AM Bug #15791 (Closed): Intermittent DHCPServerMicrosoftTest failures on ruby 1.8.7
Applied in changeset commit:bce15a5de363f6ba41476e4b66ae4d680d50bfe9. Anonymous
04:43 AM Bug #15791: Intermittent DHCPServerMicrosoftTest failures on ruby 1.8.7
... Dominic Cleal
05:00 AM Revision bce15a5d: Fixes #15791 - no more intermittent test failures in ms dhcp test
Dmitri Dolguikh
 

Also available in: Atom