Am 08.12.2020 um 14:45 schrieb Helmut Schneider:
> Am 08.12.2020 um 13:15 schrieb Bogdan Irimie:
>
>> Facter 4 resolves each fact on a separate thread, this can lead to a
>> high number of threads being created. Can you please provide the output
>> of `cat /proc/sys/kernel/threads-max` on the system where you see this
>> issue? Does this happen at every run or sporadically?
> The system is a VM on OpenVZ. Other machines on Hyper-V and VMWare are
> not affected.
facter seems to have an issue anyways:
helmut@h2873756:~$ facter ipaddress
helmut@h2873756:~$ facter networking.primary
helmut@h2873756:~$ facter networking | grep primary
primary => "aPublicIP"
helmut@h2873756:~$ facter networking.interfaces
helmut@h2873756:~$ facter networking | grep -A100 interfaces
interfaces => {
lo => {
bindings => [
{
ip => "10.0.124.17",
ip6 => "fe80::cc7a:d052:3220:e442",
mac => "",
mtu => 1500,
netmask => "255.255.255.255",
netmask6 => "ffff:ffff:ffff:ffff::",
network => "10.0.124.17",
network6 => "fe80::",
scope6 => "link"
},
venet0 => {
bindings => [
{
address => "127.0.0.1",
netmask => "255.255.255.255",
network => "127.0.0.1"
},
{
address => "aPublicIP",
netmask => "255.255.255.255",
network => "aPublicIP"
}
],
bindings6 => [
{
address => "::2",
netmask => "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
network => "::2"
},
{
address => "aPublicIP",
netmask => "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
network => "aPublicIP"
}
],
ip => "aPublicIP",
ip6 => "::2",
mac => "",
mtu => 1500,
netmask => "255.255.255.255",
netmask6 => "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
network => "aPublicIP",
network6 => "::2",
scope6 => "compat,global"
}
},
primary => "aPublicIP"
}
helmut@h2873756:~$ facter networking.hostname
h2873756
helmut@h2873756:~$
helmut@h2873756:~$ facter -v
4.0.46
helmut@h2873756:~$