can someone do this: 1. download this archive http://plone.googlecode.com/files/Plone-2.5.3-final.tar.gz 2. open it using midnight commander 3. copy its content to any directory 4. check ATReferenceBrowserWidget\skins\ATReferenceBrowserWidget subdirectory 5. there should be files referencebrowser_startupDirectory.py, referencebrowser_queryCatalog.py, referencebrowser_insertHistory.py, referencebrowser_filterBreadCrumbs.py 6. there are? on one CentoS 5.0 machine everything is fine; on other (with the same updates) those files have shorted names, (referencebrowser_queryCat, referencebrowser_filterBr, and so); I checked it twice 7. what and why is happening? I have almost identical instalations, on ext3 partitions; I don't know what information should I attach, bacause I never seen something like that thanks for any info Lukasz -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mo??liwo??ci, nowe inspiracje...
On Tue, 7 Aug 2007, Lukasz wrote:> Subject: [CentOS] [5.0] little bug confirmation request > can someone do this: > > 1. download this archive > http://plone.googlecode.com/files/Plone-2.5.3-final.tar.gz > > 2. open it using midnight commander > > 3. copy its content to any directoryI would suggest you try a) unpacking with tar and look at the result b) if the problem exists with tar, run strace on tar, otherwise run strace on mc c) run strace with the same program unpacking archive on CentOS5.0 machine where it does work correctly d) compare results (look at the piece surrounding selected truncated name)> > 4. check > ATReferenceBrowserWidget\skins\ATReferenceBrowserWidget > subdirectory > > 5. there should be files referencebrowser_startupDirectory.py, > referencebrowser_queryCatalog.py, > referencebrowser_insertHistory.py, > referencebrowser_filterBreadCrumbs.py > > 6. there are? on one CentoS 5.0 machine everything is fine; on > other (with the same updates) those files have shorted names, > (referencebrowser_queryCat, referencebrowser_filterBr, and > so); I checked it twice > > 7. what and why is happening? > > I have almost identical instalations, on ext3 partitions; I > don't know what information should I attach, bacause I never > seen something like that > > thanks for any info > > Lukasz >
So, I've seen this from time to time with midnight commander, and never really looked into it. Now on second thought, maybe it has something to do with locale/utf8/language configuration issues. Could you try running "LC_ALL=C LANG=C mc" and see if that 'fixes' it? Maciej On Tue, 7 Aug 2007, Lukasz wrote:> > can someone do this: > > 1. download this archive > http://plone.googlecode.com/files/Plone-2.5.3-final.tar.gz > > 2. open it using midnight commander > > 3. copy its content to any directory > > 4. check ATReferenceBrowserWidget\skins\ATReferenceBrowserWidget subdirectory > > 5. there should be files referencebrowser_startupDirectory.py, > referencebrowser_queryCatalog.py, referencebrowser_insertHistory.py, > referencebrowser_filterBreadCrumbs.py > > 6. there are? on one CentoS 5.0 machine everything is fine; on other (with > the same updates) those files have shorted names, (referencebrowser_queryCat, > referencebrowser_filterBr, and so); I checked it twice > > 7. what and why is happening? > > I have almost identical instalations, on ext3 partitions; I don't know what > information should I attach, bacause I never seen something like that > > thanks for any info > > Lukasz > > > -- > Opole - Miasto Bez Granic. > http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mo??liwo??ci, nowe > inspiracje... > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >
User Lukasz wrote:> > can someone do this:[cut] Thanks everyone. This is mc issue, tar extracts it correctly. After that, mc shows file names. It's still possible that something is wrong with encoding, but since tar works, this isn't very bad. With some time, I'll try to find why mc is not working. -- Opole - Miasto Bez Granic. http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci, nowe inspiracje...