Oliver Freyermuth
Oliver Freyermuth
I've taken the opportunity that 1.5 years have passed to: * Rebase this onto current `master`. Merging automatically was impossible due to the large reformatting, so I applied all changes...
I've taken the kind reminder by @stale-bot to push the branch in-sync with current `master`.
> On the plus side for DMTCP over CRIU - it supports some HPC relevant concepts that CRIU does not, or did not when the comparison was last updated [...]...
> Does your S2 boot to download mode, or is it a complete brick? It's a complete brick. > The firmware you downloaded probably did not intend to upgrade sboot,...
> According to this link, it seems that ODROID also released a method for booting U-Boot on Exynos 4210, so this does look promising. Nice! > Can you post some...
> there is no boot ROM device detected at USB bus. Nothing in dmesg. Same here for the dead SGS2 I have. Completely "dead", i.e. neither USB jig does anything,...
I'm now using the following workaround: ``` unless defined(Class['Zabbix::Repo']) { class { '::zabbix::repo': manage_repo => true, zabbix_version => $zabbix_version, manage_apt => false, } } class { 'zabbix::agent': ...... zabbix_version =>...
Actually, it seems we now have another special case. Newer 3.0 releases seem to be signed with `RPM-GPG-KEY-ZABBIX-A14FE591`. However, `RPM-GPG-KEY-ZABBIX-A14FE591` and `zabbix-official-repo.key` appear to be identical, the latter just has...
This now also affects 3.0 releases for RHEL 7. For those suffering from similar issues, I use the following hack right now: ``` if $facts['os']['family'] == 'RedHat' { exec {...
Same here, we are on Puppet 5 and https://github.com/voxpupuli/puppet-network has many issues for us, so we'd like to migrate to this module here, but this is one of the things...