Cannot access Buffalo RAID server: Difference between revisions

From mywiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
|Analysis=Trying to circumvent. smbclient can access server and I can get to it on all the machines I've not upgraded.
|Analysis=Trying to circumvent. smbclient can access server and I can get to it on all the machines I've not upgraded.


Submitted bug report https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246
To circumvent changed backup repository to local drive until fix available.
 
Will not be upgrading other systems until problem resolved here.
 
Submitted bug report  
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246
|Thread=Problem
|Thread=Problem
|EditDate=2023/08/13
|EditDate=2023/08/13
Line 11: Line 17:
|WebRef=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
|WebRef=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
}}
}}
'''RESOLVED''' Updated microcode on BuffaloNAS and adding vers=2.0 to fstab allowed me to acces disks.
Test mount command:
sudo mount -t cifs --verbose //BuffaloNAS/Music //mnt/sotp -o user=johnny,vers=1.0,uid=1000,sec=ntlm
==Symptoms==
==Symptoms==
* CIFS: VFS: bad security option: ntlm
* CIFS: VFS: bad security option: ntlm
Line 20: Line 30:
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
==Log==
==Log==
* --[[User:Johnny|Johnny]] ([[User talk:Johnny|talk]]) 14:37, 13 August 2023 (EDT) Just found https://bugzilla.kernel.org/show_bug.cgi?id=215375 and https://bugzilla.kernel.org/show_bug.cgi?id=216682
* --[[User:Johnny|Johnny]] ([[User talk:Johnny|talk]]) 14:37, 13 August 2023 (EDT) Just found https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2f6f19c7aaad5005dc75298a413eb0243c5d312d, https://bugzilla.kernel.org/show_bug.cgi?id=215375 and https://bugzilla.kernel.org/show_bug.cgi?id=216682

Latest revision as of 18:46, 24 August 2023


EditDate 2023/08/13

Related Threads: Problem

Upgraded to Ubuntu 23.04 and can no longer access Buffalo RAID Server via cifs. Buffalo NAS server requires vers=1.0 and I suspect sec=ntlm which is no longer supported.

smbclient on upgraded system can access drive and all other systems on my net which are lower level 22.04 are accessing drive.

Trying to circumvent. smbclient can access server and I can get to it on all the machines I've not upgraded.

To circumvent changed backup repository to local drive until fix available.

Will not be upgrading other systems until problem resolved here.

Submitted bug report https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246

https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246A fatal error occurred in the #info parser function  

RESOLVED Updated microcode on BuffaloNAS and adding vers=2.0 to fstab allowed me to acces disks. Test mount command:

sudo mount -t cifs --verbose //BuffaloNAS/Music //mnt/sotp -o user=johnny,vers=1.0,uid=1000,sec=ntlm

Symptoms

Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

Log