Hi,
I am running Proxmox (Linux 2.6.32-16-pve #1 SMP Mon Oct 22 08:38:13 CEST 2012 x86_64 GNU/Linux) and after the last update I am not able to mount samba shares anymore. Now I get:
Any suggestions?
Thank you,
I am running Proxmox (Linux 2.6.32-16-pve #1 SMP Mon Oct 22 08:38:13 CEST 2012 x86_64 GNU/Linux) and after the last update I am not able to mount samba shares anymore. Now I get:
Code:
$ mount -a
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Code:
$ tail /var/log/syslog
Nov 22 18:22:36 uranus kernel: md4: disagrees about version of symbol module_layout
Nov 22 18:22:36 uranus modprobe: FATAL: Error inserting md4 (/lib/modules/2.6.32-16-pve/kernel/crypto/md4.ko): Invalid module format
Nov 22 18:22:36 uranus kernel: CIFS VFS: mdfour: Crypto md4 allocation error -2
Nov 22 18:22:36 uranus kernel:
Nov 22 18:22:36 uranus kernel: CIFS VFS: Error -2 during NTLM authentication
Nov 22 18:22:36 uranus kernel: CIFS VFS: Send error in SessSetup = -2
Nov 22 18:22:36 uranus kernel: CIFS VFS: cifs_mount failed w/return code = -2
Code:
$ file /lib/modules/2.6.32-16-pve/kernel/crypto/md4.ko
/lib/modules/2.6.32-16-pve/kernel/crypto/md4.ko: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
Code:
$ modinfo /lib/modules/2.6.32-16-pve/kernel/crypto/md4.ko
filename: /lib/modules/2.6.32-16-pve/kernel/crypto/md4.ko
description: MD4 Message Digest Algorithm
license: GPL
srcversion: 8142D86E99EAEBDE4798DD5
depends:
vermagic: 2.6.32-16-pve SMP mod_unload modversions
Code:
$ modprobe -v md4
insmod /lib/modules/2.6.32-16-pve/kernel/crypto/md4.ko
FATAL: Error inserting md4 (/lib/modules/2.6.32-16-pve/kernel/crypto/md4.ko): Invalid module format
Any suggestions?
Thank you,