Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 50017

Summary: international chars in filenames gives filename stat error
Product: Gentoo Linux Reporter: Mads Rasmussen <mads>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WORKSFORME    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mads Rasmussen 2004-05-04 13:15:52 UTC
Please help me out,

I have downloaded some files with international characters in the filename

Somehow I cannot access these files, I keep getting stat errors.

With ls I can see the files, however with ls -al I get a "cannot stat <filename> - filename not found" error msg

I cannot rename nor delete the files - it has some ? and ~ chars in it

I cannot even list the inodes involved (ls -i)

--show-control-chars, makes no difference

I have tried midnight commander, a console filemanager, but it also fails to access the files

Here is an example:

bash-2.05b# ls
demo spanish espa?ol.zip 

bash-2.05b# ls -al
ls: demo spanish espa?ol.zip: No such file or directory
Comment 1 Andrew Cooks 2004-08-08 01:29:02 UTC
This bug has been inactive for more than 90 days.

Can this still be reproduced?
Comment 2 SpanKY gentoo-dev 2004-08-08 14:13:03 UTC
try `mv s*.zip blah.zip` or something similar