Kjetil Torgrim Homme

Results 35 comments of Kjetil Torgrim Homme

Useful info here: http://blog.nashcom.de/nashcomblog.nsf/dx/locale-issue-on-linux-centos-rhel.htm (Explains the glibc-all-langpacks) ```console [root@test-centos8 ~]# rpm -q --scripts glibc-minimal-langpack [root@test-centos8 ~]# rpm --eval "%{_install_langs}" all [root@test-centos8 ~]# locale -a C C.utf8 POSIX ``` So .....

This is my quick-fix. I use an exec so I can avoid making the rpm-macro file if there isn't one already, meaning the "all" behaviour is preserved rather than restricted...

EL7 has not changed behaviour in the interim, and EL7 is still listed as supported by the module, so I am a bit confused why you closed it. You don't...

my workaround, it can be put anywhere, also outside the module: ``` file { '/etc/logrotate.d/00_global': content => "su root syslog\n", owner => 'root', group => 'root', mode => '0444', }...

the simplest workaround is to use a terminfo defintion which is compatible with your terminal, but lacks the smcup and rmcup properties. you can check with: ```bash $ infocmp -I...

> things are often not as easy as initially thought... When as in your example the RTTs (< 2ms) are all less than the interval between the packets (111ms)... AND...

> I did this but it made my terminal not colour anymore. (5.6.15-windowsfx-10-generic) Right, my hack was intended to be used with the mtr command only. You could do this...

I looked at the code, and it seems like the default is "10 px or 10 ppt": ```c state RESIZE_PX: resize_px = number -> RESIZE_TILING end -> call cmd_resize($way, $direction,...

I came here to ask for support for ```yaml prometheus::node_exporter::ensure: absent ``` or similar :smile: It would need the daemon define to support this, I guess?

I don't think the failing tests are something I can fix? I don't see any action points, at least. please let me know if there is something I can do.