Telemin l33t


Joined: 25 Aug 2005 Posts: 734 Location: Glasgow, UK
|
Posted: Wed Oct 22, 2014 10:30 am Post subject: Segfaults when trying to list CIFS share |
|
|
Hello all,
Can anyone help me try to track down a problem I have when trying to use a remote DFS share. I can get the mount to work fine, then as soon as I try to ls inside the mountpoint I get errors and segfaults:
e.g
Code: |
telemin@ankh ~ $ sudo mount /mnt/idrive
telemin@ankh ~ $ ls /mnt/idrive/
Science web.config
telemin@ankh ~ $ ls /mnt/idrive/Science/
ls: cannot access /mnt/idrive/Science/: Operation now in progress
telemin@ankh ~ $
|
Code: |
#/etc/fstab
//ds.strath.ac.uk/idrive /mnt/idrive cifs credentials=/etc/idrive.creds,uid=telemin,gid=telemin,nounix,noserverino 0 0
|
Dmesg:
Code: |
[ 3210.814099] CIFS VFS: Error connecting to socket. Aborting operation.
[ 3210.814344] CIFS VFS: cifs_mount failed w/return code = -115
[ 3233.156172] clpi[27067]: segfault at 7f058f4a6d08 ip 0000000000407035 sp 00007fff1b015600 error 4 in clpi[400000+14000]
[ 3233.758084] CIFS VFS: Error connecting to socket. Aborting operation.
[ 3233.758179] CIFS VFS: cifs_mount failed w/return code = -115
|
How do I go about even starting to debug this?
-Telemin- _________________ The Geek formerly known as -Freestyling-
When you feel your problem has been solved please add [Solved] to the topic title.
Please adopt an unanswered post |
|