smbnetfs-devel Mailing List for SMBNetFS
Status: Beta
Brought to you by:
kshevetskiy
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Rudolf C. <ce...@fi...> - 2007-05-17 19:38:09
|
Hello, I'm trying to use fusefs-smbnetfs-0.3.10 + fusefs-libs-2.6.4 + fusefs-kmod-0.3.0_4 on FreeBSD 6.2-STABLE against Novell Netware and I currently see two problems: 1) I see many connection loses, trying to run find . on a directory tree ends after some time with connection lost. Sometimes after a minute, sometimes after five minutes. 2) I see problems with % character in names, here is example: # touch "x%%32%30y" # ls x%20y # ls -l ls: x%20y: No such file or directory total 0 # rm "x%20y" rm: x%20y: No such file or directory # rm "x%%32%30y" # ls -l total 0 Why the % is interpreted at all? Do you have any idea, what would be the problems? Regards. -- Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic |