Iwik
Iwik
`[root@web:~]# perl -e "use Digest::MD5" ` (empty output) `root@web:~]# perl -e "use MD5" Can't locate MD5.pm in @INC (you may need to install the MD5 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1...
I am using debian packages, devuan was upgraded, all was working before. I have some devel, since debugging previous issue: ``` [root@web:~]# dpkg -l | grep webmin ii webmin 2.105.202311281443...
Doing strace I see there is MD5 after uninstalling packages: openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/perl/5.32/Digest/MD5.pm", O_RDONLY|O_CLOEXEC) = 3
Hi, sorry for late reply. I have tried what you suggested: ``` [root@web:~]# perl -MDigest::MD5 -e '$md5 = Digest::MD5->new; if ($md5->can("add")) { $md5->add("Your data here"); print $md5->hexdigest, "\n"; } else...
`The status of your system is being checked to ensure that all enabled features are available and properly configured ..` `Your system has 15.64 GiB of memory, which is at...
Continuing in this old thread.... I am using powerdns (with bind backend) instead of bind, because I need ALIAS record. So it is not real error and it is working,...
I have installed bind also, since I remember it was requirement for virtualmin. Is it possible to run virtualmin without having bind even installed? Edit: I know I can disable...
I don't want to do this. I just need ALIAS record, so I have bind installed to keep virtualmin happy and I am running powerdns (with bind backend) instead of...
_The ALIAS record provides a way to have CNAME-like behaviour on the zone apex._ https://doc.powerdns.com/authoritative/guides/alias.html
Yes, it works that way. Almost all cloud providers support this type of record, unfortunately bind does not, since it is not official standard. https://docs.cpanel.net/knowledge-base/dns/the-alias-dns-record/ https://learn.microsoft.com/en-us/azure/dns/dns-alias https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html https://www.ibm.com/docs/en/ns1-connect?topic=answers-comparing-cname-alias-linked-records