|
Bugzilla – Full Text Bug Listing |
| Summary: | Login to Webyast doesn't work for any non-root user, missing /sbin/unix2_chkpwd | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.3 | Reporter: | Forgotten User 6hXCJc5h-F <forgotten_6hXCJc5h-F> |
| Component: | WebYaST | Assignee: | Vladimir Moravec <vmoravec> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | forgotten_6hXCJc5h-F, forgotten_mowgTs0AN3, franzmach, suse-beta, vmoravec |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User 6hXCJc5h-F
2013-03-23 10:59:03 UTC
Oh, and login doesn't work for root either. I have the same problem,
WebYast installed on OpenSUSE 12.3 x86_64, tried to access it from a openSUSE 12.2 client with Firefox 19 and Opera 12.14 -same result:
>>
This is embarrassing....
Lo sentimos, pero se han producido algunos problemas.
Problema:
No such file or directory - /sbin/unix2_chkpwd
Por favor, informe del error para que podamos resolver el problema. Report a bug in bugzilla.
<<
zypper in pam-modules should fix it. This also means that a dependency on pam-modules should be added to the webyast package ;-) Ok, after installing pam-modules the login works. However I can't do anything else because appearently there are more dependencies missing, now I get a "No such file or directory - /var/lib/polkit-1/" Polkit was actually already installed but the directory is named /var/lib/polkit and not /var/lib/polkit-1 which webyast requires. I created a symlink to polkit-1 and seems to work so far. *** Bug 809243 has been marked as a duplicate of this bug. *** (In reply to comment #5) > Polkit was actually already installed but the directory is named > /var/lib/polkit and not /var/lib/polkit-1 which webyast requires. > I created a symlink to polkit-1 and seems to work so far. There is a known issue with the current webyast polkit rules which are not compatible with the recent polkit release (permissions must be written in javascript); for updates see this bnc#810336. I tested the symlink workaround with a fresh openSuse-12.3 studio appliance for the root, and it does not work for me with no or several modules installed; I was only able to sign in, however no further action was allowed, got just this error message: You have no permissions to see or change the modules, please contact the administrator to set up permissions first! The symlink workaround is not reliable and i'm wondering it is working for you. However, I'm going to push fix for the missing dependency on pam-modules package, will put update here. Fix ready in https://github.com/webyast/webyast/pull/89 Fixed in the last webyast update. |