Package Details: webmin 2.202-1

Git Clone URL: https://aur.archlinux.org/webmin.git (read-only, click to copy)
Package Base: webmin
Description: A web-based administration interface for Unix systems
Upstream URL: http://www.webmin.com/
Keywords: administration control cpanel panel
Licenses: custom:webmin
Submitter: ftschindler
Maintainer: amish
Last Packager: amish
Votes: 50
Popularity: 0.001894
First Submitted: 2015-09-13 12:47 (UTC)
Last Updated: 2024-08-13 02:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »

elppans commented on 2023-09-19 04:07 (UTC) (edited on 2023-09-19 04:19 (UTC) by elppans)

Hello everything is fine? I installed the package to test and when trying to log in, I was greeted with the following message:

webmin warning login failed. please try again

I only have a user with administrative rights (sudo), I do not have a root user. So I solved it like this:

echo -e "$USER:x:$(id -u)" | sudo tee -a /etc/webmin/miniserv.users
sudo sed -i "s/root/$USER/" /etc/webmin/webmin.acl
sudo systemctl restart webmin

After that, login worked normally

Source where I got the idea:

serverfault, how-do-you-access-webmin, 6

autinerd commented on 2023-01-24 19:33 (UTC)

@amish okay, interestingly enough it works for me without Net::WebSocket::Server

hexadecagram commented on 2023-01-10 01:50 (UTC)

@amish whatever you want to do is fine, I'm just passing along the message.

amish commented on 2023-01-10 01:05 (UTC)

@hexadecagram - As the lead developer has already mentioned. I am not comfortable with fallback to accessing /etc/shadow file directly. Arch Linux has decent pam configuration. Webmin uses default Arch PAM configuration. See webmin.pam file in source package, it indirectly calls default PAM configuration of Arch Linux.

But people using special config can always edit their webmin configuration.

hexadecagram commented on 2023-01-09 19:06 (UTC)

@amish, after I posted the link to the bug report I submitted, I was told by the lead developer that enabling pam_only=1 by default is not advised. May want to consider that.

amish commented on 2023-01-09 11:37 (UTC) (edited on 2023-01-09 11:38 (UTC) by amish)

@autinerd - I added perl-io-tty in optdepends. But xterm (Terminal) module also needs Net::WebSocket::Server which is not AUR or Arch repos. So I doubt module will work without it.

autinerd commented on 2023-01-09 05:30 (UTC)

Hi, Adding perl-io-tty as optional dependency for the Terminal module would be awesome :)

hexadecagram commented on 2023-01-08 22:04 (UTC)

@amish: The issue I was experiencing has been resolved. FWIW, https://sourceforge.net/p/webadmin/bugs/5601/

Pumpino commented on 2022-12-31 19:56 (UTC)

@amish. Could you please update webmin to the current version? I normally use paru to install and update AUR packages, and I'm not sure what I'd need to change in the PKGBUILD to download and build the current version. Thanks.

amish commented on 2022-12-18 13:48 (UTC)

@hexadecagram Best place to get the answers is webmin's official support page. https://www.webmin.com/community.html