Nächster Server-Versuch..
… diesmal mit VMWare…
Nachdem mich mein letzter Xen-Versuch, trotz intensiver Sucherei und auch Schrauberei weiterhin mit der Meldung ‘..4gb seg fixup…‘ nervt:
Mar 19 07:58:08 bsmith kernel: 4gb seg fixup, process sys-stats.pl (pid 10281), cs:ip 73:b7dedcac
Mar 19 07:58:08 bsmith kernel: 4gb seg fixup, process sys-stats.pl (pid 10281), cs:ip 73:b7dedcac
Mar 19 07:58:18 bsmith kernel: printk: 1276 messages suppressed.
Mar 19 07:58:18 bsmith kernel: 4gb seg fixup, process sys-stats.pl (pid 10281), cs:ip 73:b7dedcac
Mar 19 07:58:18 bsmith kernel: 4gb seg fixup, process sys-stats.pl (pid 10281), cs:ip 73:b7dedcac
Mar 19 07:58:28 bsmith kernel: printk: 1276 messages suppressed.
Mar 19 07:58:28 bsmith kernel: 4gb seg fixup, process sys-stats.pl (pid 10281), cs:ip 73:b7dedcac
Mar 19 07:58:28 bsmith kernel: 4gb seg fixup, process sys-stats.pl (pid 10281), cs:ip 73:b7dedcac
Nachdem ich mich damit eine Weile abgemüht hatte, habe ich jetzt den Rechner nochmal neu aufgesetzt und versuche es jetzt mit dem VMWare-Server.
Die Installation hatte ich ja schonmal versucht und nun lief sie heute zügig durch.
Ein Problem hatte ich dann aber noch. In meinem Syslog schlugen einige Zeilen dieser Art auf:
….
xxx vmware-authd[9589]: PAM unable to dlopen(/lib/security/pam_unix2.so)
xxx vmware-authd[9589]: PAM [dlerror: /lib/security/pam_unix2.so: cannot open shared object file: No such file or directory]
xxx vmware-authd[9589]: PAM adding faulty module: /lib/security/pam_unix2.so
…
Und tatsächlich gab es das File nicht:
# ls -l /lib/security/pam_unix2.so
ls: Zugriff auf /lib/security/pam_unix2.so nicht möglich: Datei oder Verzeichnis nicht gefunden
# apt-get install libpam-unix2
….
# ls -l /lib/security/pam_unix2.so
-rw-r–r– 1 root root 51136 2006-09-02 22:28 /lib/security/pam_unix2.so
#
Und gleich hatte ich das nächste Problem im Syslog:
….
xxx vmware-authd[7853]: pam_unix2: Unknown option: ’shadow’
….
Das ‘shadow‘ kommt aus der Datei /etc/pam.d/vmware-authd :
#%PAM-1.0
#auth sufficient /lib/security/pam_unix2.so shadow nullok
auth sufficient /lib/security/pam_unix2.so nullok
auth required /lib/security/pam_unix_auth.so shadow nullok
account sufficient /lib/security/pam_unix2.so
account required /lib/security/pam_unix_acct.so
Ich habe es mal einfach gelöscht ?!
Und siehe da, geht doch. ![]()





