Dean Hamstead

Results 53 issues of Dean Hamstead

https://github.com/mmatuska/mfsbsd/blob/24798f3482172806fe1307bb509722cfe202dc93/Makefile#L404 Should force 600 when installing.

https://github.com/mmatuska/mfsbsd/blob/24798f3482172806fe1307bb509722cfe202dc93/Makefile#L35 Isnt used The actual packages step uses TOOLSDIR/packages ?

Expose the AdminCcAddresses and CcAddresses when GETing the queue details (read only)

This is a request for support for the MNDP - Mikrotik Neighbor Discovery Protocol MNDP is Mikrotik's discovery protocol, because why not make a new one? Prior art: Wireshark https://www.wireshark.org/docs/dfref/m/mndp.html...

## Describe the bug The 'account' function always bumps the password set time, even when it doesnt change anything. Consider this simple config ``` account 'mp', ensure => 'present', uid...

bug

From virt-what, lxc containers can be detected as follows. virt-what cites this documentation http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface ``` if [ -e "${root}/proc/1/environ" ] && cat "${root}/proc/1/environ" | tr '\000' '\n' | grep -Eiq...

Looking through the code and docs, i cant see if there is a way to install packages with the --no-install-recommends option my use case is with collectd, which by design...

As below ``` [2017-10-11 21:51:29] ERROR - Error executing task: [2017-10-11 21:51:29] ERROR - Error running netstat at /home/dean/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/Rex/Hardware/Network/Linux.pm line 225. [2017-10-11 21:51:29] ERROR - 1 out of 2 task(s)...

Its been a while and much has been added. Perhaps a new release is in order?

If there is only one username, pick out which group its in and use that. So people dont have to worry about user@group if they are in one group but...