There is a wine64 version only called wine-wow64 (wine on wine64)


On September 5, 2024 8:41:20 PM GMT+02:00, Joe Salmeri <jmscdba@gmail.com> wrote:

Thanks Valentin, that makes sense.

It would be nice if wine could be packaged such that we could just install the 64 bit version.

I only use wine for a single app and it is x64 but since wine installs both 32 bit and 64 bit I end up with 223 32 bit packages installed which I don't need and which are updated all the time.

Joe

On 9/5/24 1:23 PM, Valentin Lefebvre wrote:
        WARNING: module /lib/security/pam_wtmpdb.so is not installed.
         WARNING: module /lib/security/pam_lastlog2.so is not
installed.

This warning  has been printed by *pam-config* called during an update of packages. Your system may contain the pam-32bit package (probably installed at the same time as wine 32).
Therefore, pam-config, considering the bi-architectural system, will check also about the needed pam modules  in 32 bits in addition to 64 bits modules.
These messages can be safely ignored as your pam modules exist in 64 bits.

Valentin Lefebvre

Linux Distribution Engineer - packager
Member of System Boot and Init team
SUSE Software Solutions Germany GmbH

56100 Lorient, France


On Thu, Sep 5, 2024 at 7:01 PM Joe Salmeri <jmscdba@gmail.com <mailto:jmscdba@gmail.com>> wrote:


I've been getting these 2 warnings for a while with TW updates:

        WARNING: module /lib/security/pam_wtmpdb.so is not installed.
         WARNING: module /lib/security/pam_lastlog2.so is not
installed.

The wtmpdb and libwtmpdb0 packages are installed

S  | Name         | Type    | Version                 | Arch   |
Repository
---+--------------+---------+-------------------------+--------+-----------------------------------
i  | libwtmpdb0   | package | 0.13.0+git.20240814-1.1 | x86_64 |
openSUSE-Tumbleweed-Oss (20240903)
i  | wtmpdb       | package | 0.13.0+git.20240814-1.1 | x86_64 |
openSUSE-Tumbleweed-Oss (20240903)
dir


And the 64 bit versions exist

ll /usr/lib64/security/pam_wtmpdb.so /usr/lib64/security/pam_lastlog2.so

-rwxr-xr-x 1 root root 14K Jul 16 09:25
/usr/lib64/security/pam_lastlog2.so
-rwxr-xr-x 1 root root 14K Aug 14 05:59
/usr/lib64/security/pam_wtmpdb.so


The only 32 bit sw that I use is wine and I really don't need 32 bit as
the Windows program is 64 bit but wine installs BOTH wine 32 and 64 bit
versions.

What package that is not installed provides :

        /lib/security/pam_wtmpdb.so is not installed.
        /lib/security/pam_lastlog2.so is not installed.




Unrelated but another message that has been coming up for quite a while
during updates but I'm not sure which package is causing it:

        udevadm hwdb is deprecated. Use systemd-hwdb instead.

Both /usr/bin/udevadm and /usr/bin/systemd-hwdb so I'm guessing that
some package still has references bot udevadm but not sure how to find
which one ?


-- Regards,

Joe