Ilia Ross

Results 664 comments of Ilia Ross

Ah, okay, it's definitely a bug! Please apply this patch and try again: ``` webmin patch https://github.com/webmin/authentic-theme/commit/ae7c8a1 ```

> Webmin Tree File Menu Not Loading on Ubuntu 24 with Webmin 2 behind nginx subdomain Does it work without proxy when connecting directly to the server using `IP:10000`?

> * Prosody IM: Warning, only supports SCRAM-SHA-1(-PLUS) I'm interested in creating a module for Prosody. Though, it can only be a side project. > Did these get removed? Less...

> [@iliaross](https://github.com/iliaross): About XMPP, have you progressed? No, I never started it yet. But I want to do it, most likely after the Virtualmin 8 release...

> # Finish Postfix chrooted configuration: > **Configure sasl binding for postfix (/etc/postfix/sasl/smtpd.conf):** Incorrect: `saslauthd_path: /var/spool/postfix/var/run/saslauthd/mux` or nothing Correct: `saslauthd_path: /var/run/saslauthd/mux` Hmm, I'd personally love to use `/var/run/saslauthd/mux` with a...

> @iliajie could this be due to theme modifications of the redirect after a button is clicked? No, it should have nothing to do with the theme. > And a...

@GrumpyNyanCat Is there a way to reproduce this issue? I don't see it happening.

Jamie, I think we should always use `Digest::MD5` in `md5_perl_module` sub. Ivan, also it would be interesting to see the output of `perl -e "use MD5"` command. Perhaps, you could...

> `[root@web:~]# perl -e "use Digest::MD5" ` > (empty output) It means all good. > root@web:~]# perl -e "use MD5" Can't locate MD5.pm This is expected output! > I need...

> I am using debian packages, devuan was upgraded, all was working before. Well, I think there is something going on with your `perl` modules' dependencies. I have this list...