Samba fails with files having colon in file name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
samba (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
samba (openSUSE) |
Confirmed
|
Medium
|
Bug Description
smbd -V
Version 3.5.4
ver
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
Kernel: 2.6.35-22-generic
Bit width: 32 bits
Sound: Advanced Linux Sound Architecture Driver Version 1.0.23.
- Long file names including colon
- Samba with mangling disabled
I inserted "mangled names = no" to /etc/samba/smb.conf because I need to see long file names. That works ok except with those file names containing colon. I have a lot files containing colon in file name since those files are originally named according to date and time. That is very common with videos and photos. I have Linux-only environment i.e. colon is a legal character in a file name.
Regression ? Please see:
affects: | ubuntu → samba (Ubuntu) |
Changed in samba (Ubuntu): | |
importance: | Undecided → Medium |
status: | Incomplete → Triaged |
Changed in samba (openSUSE): | |
importance: | Unknown → Medium |
status: | Unknown → Fix Released |
Changed in samba (openSUSE): | |
status: | Fix Released → Confirmed |
Hi Robert,
thanks for reporting this bug and helping to make Ubuntu better.
Taking a look at the patch which fixed the bug you cited /bugzilla. samba.org/ attachment. cgi?id= 3999&action= view)
(https:/
It looks like it is already applied.
However, it does look like the block above the patched block is OBJECT_ NAME_INVALID
also playing with ':' and returning NT_STATUS_
in some cases.