I have two piCorePlayers on two different rPis - one is a pi Zero and one is a pi 3. Both have piCorePlayer 8.2.0 installed.
After upgrading both to 8.2.0, I cannot mount a remote (smb/cifs) drive on the zero player. I have the same options for mounting on both machines, but the zero refuses to mount. Perhaps I am missing an extension or something on the zero? Can anyone give a hint given the logs/info below? I have updated extensions/minor patch etc on both devices.
Edit: this is trying to mount against an Ubuntu 20.04.5 machine.
Edit2: I now realize I had this same problem when moving from 7.x to 8.0, only on the pi zero, paul- did some magic and updated something somewhere - see message here . Perhaps that fix needs to be added to 8.2 or I need to do something to update? I tried updating extensions in various ways already (command line, ui etc).
Thanks for any advice.
TomS
====================
Pi Zero (failed mount):
Pi 3 (successful mount):
After upgrading both to 8.2.0, I cannot mount a remote (smb/cifs) drive on the zero player. I have the same options for mounting on both machines, but the zero refuses to mount. Perhaps I am missing an extension or something on the zero? Can anyone give a hint given the logs/info below? I have updated extensions/minor patch etc on both devices.
Edit: this is trying to mount against an Ubuntu 20.04.5 machine.
Edit2: I now realize I had this same problem when moving from 7.x to 8.0, only on the pi zero, paul- did some magic and updated something somewhere - see message here . Perhaps that fix needs to be added to 8.2 or I need to do something to update? I tried updating extensions in various ways already (command line, ui etc).
Thanks for any advice.
TomS
====================
Pi Zero (failed mount):
piCorePlayerZero | piCorePlayer v8.2.0 | www v00017 | linux 5.15.35-pcpCore (32) | piCore v13.2 | Squeezelite v1.9.9-1419-pCP
[ 47.394072] FS-Cache: Netfs 'cifs' registered for caching
[ 47.417045] Key type cifs.spnego registered
[ 47.417172] Key type cifs.idmap registered
[ 47.422101] CIFS: Attempting to mount \\192.168.5.163\pcp
[ 47.497301] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 47.543934] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 47.594140] CIFS: VFS: Could not allocate crypto hmac(md5)
[ 47.594186] CIFS: VFS: Error -2 during NTLMSSP authentication
[ 47.417045] Key type cifs.spnego registered
[ 47.417172] Key type cifs.idmap registered
[ 47.422101] CIFS: Attempting to mount \\192.168.5.163\pcp
[ 47.497301] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 47.543934] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 47.594140] CIFS: VFS: Could not allocate crypto hmac(md5)
[ 47.594186] CIFS: VFS: Error -2 during NTLMSSP authentication
Pi 3 (successful mount):
piCorePlayer | piCorePlayer v8.2.0 | www v00017 | linux 5.15.35-pcpCore-v7 (32) | piCore v13.2 | Squeezelite v1.9.9-1392-pCP
[ 172.967836] FS-Cache: Netfs 'cifs' registered for caching
[ 172.971387] Key type cifs.spnego registered
[ 172.971418] Key type cifs.idmap registered
[ 172.972138] CIFS: Attempting to mount \\192.168.5.163\pcp
(and this is a manual mount from UI)
[ INFO ] Mount configuration changed for 192.168.5.163:/pcp
[ INFO ] Unmounting Old Mount Point: /mnt/musicmanbackup.
[ INFO ] Checking new Mount Point /mnt/musicmanbackup.
[ INFO ] Mounting Disk.
[INFO] mount -v -t cifs -o username=xxx,password="xxxxx",uid=1001,gid=50,ver s=3.0 //192.168.5.163/"pcp" /mnt/musicmanbackup
mount: //192.168.5.163/pcp mounted on /mnt/musicmanbackup.
[ INFO ] Disk Mounted Successfully.
[ 172.967836] FS-Cache: Netfs 'cifs' registered for caching
[ 172.971387] Key type cifs.spnego registered
[ 172.971418] Key type cifs.idmap registered
[ 172.972138] CIFS: Attempting to mount \\192.168.5.163\pcp
(and this is a manual mount from UI)
[ INFO ] Mount configuration changed for 192.168.5.163:/pcp
[ INFO ] Unmounting Old Mount Point: /mnt/musicmanbackup.
[ INFO ] Checking new Mount Point /mnt/musicmanbackup.
[ INFO ] Mounting Disk.
[INFO] mount -v -t cifs -o username=xxx,password="xxxxx",uid=1001,gid=50,ver s=3.0 //192.168.5.163/"pcp" /mnt/musicmanbackup
mount: //192.168.5.163/pcp mounted on /mnt/musicmanbackup.
[ INFO ] Disk Mounted Successfully.
Comment