Hello *, I have a VFS extension which let me work on tar.(gz|bz) archives like add/remove files or directories But now I get a weird error According tot the README to the VFS we have: ----[ STDIN ]----------------------------------------------------------- * Command: list archivename This command should list the complete archive content in the following format (a little modified ls -l listing): AAAAAAA NNN OOOOOOOO GGGGGGGG SSSSSSSS DATETIME [PATH/]FILENAME [-> [PATH/]FILENAME[/]]] where (things in [] are optional): AAAAAAA is the permission string like in ls -l NNN is the number of links OOOOOOOO is the owner (either UID or name) GGGGGGGG is the group (either GID or name) SSSSSSSS is the file size FILENAME is the filename PATH is the path from the archive's root without the leading slash (/) DATETIME has one of the following formats: Mon DD hh:mm, Mon DD YYYY, Mon DD YYYY hh:mm, MM-DD-YYYY hh:mm where Mon is a three letter English month name, DD is day 1-31, MM is month 01-12, YYYY is four digit year, hh hour is and mm is minute. If the -> [PATH/]FILENAME part is present, it means: If permissions start with an l (ell), then it is the name that symlink points to. (If this PATH starts with a MC vfs prefix, then it is a symlink somewhere to the other virtual filesystem (if you want to specify path from the local root, use local:/path_name instead of /path_name, since /path_name means from root of the archive listed). If permissions do not start with l, but number of links is greater than one, then it says that this file should be a hardlinked with the other file. ------------------------------------------------------------------------ and the VFS extension tdmc_tar is working ----[ command 'tdmc_tar list ies4linux-latest.tar.gz' ]----------------- -rw-r--r-- 0 501 501 18011 Nov 26 2007 06:28 ies4linux-2.99.0.1/LICENSE -rw-r--r-- 0 501 501 1409 Nov 26 2007 06:28 ies4linux-2.99.0.1/README -rwxr-xr-x 0 501 501 6784 Nov 26 2007 06:28 ies4linux-2.99.0.1/ies4linux -rw-r--r-- 0 501 501 5297 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/bgBG.sh -rw-r--r-- 0 501 501 3696 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/caES.sh -rw-r--r-- 0 501 501 3759 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/csCZ.sh -rw-r--r-- 0 501 501 3554 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/daDK.sh -rw-r--r-- 0 501 501 3617 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/deDE.sh -rw-r--r-- 0 501 501 4090 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/enUS.sh -rw-r--r-- 0 501 501 3647 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/esAR.sh -rw-r--r-- 0 501 501 3627 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/esES.sh -rw-r--r-- 0 501 501 3605 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/esMX.sh -rw-r--r-- 0 501 501 3757 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/etEE.sh -rw-r--r-- 0 501 501 4233 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/etET.sh -rw-r--r-- 0 501 501 3685 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/fiFI.sh -rw-r--r-- 0 501 501 3894 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/frFR.sh -rw-r--r-- 0 501 501 3455 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/hrHR.sh -rw-r--r-- 0 501 501 3909 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/huHU.sh -rw-r--r-- 0 501 501 3603 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/idID.sh -rw-r--r-- 0 501 501 3607 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/itIT.sh -rw-r--r-- 0 501 501 3262 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/jaJP.sh -rw-r--r-- 0 501 501 3616 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/ltLT.sh -rw-r--r-- 0 501 501 3413 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/lvLV.sh -rw-r--r-- 0 501 501 3218 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/msMY.sh -rw-r--r-- 0 501 501 3428 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/nbNO.sh -rw-r--r-- 0 501 501 3694 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/nlNL.sh -rw-r--r-- 0 501 501 3670 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/plPL.sh -rw-r--r-- 0 501 501 4107 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/ptBR.sh -rw-r--r-- 0 501 501 4097 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/ptPT.sh -rw-r--r-- 0 501 501 3780 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/roRO.sh -rw-r--r-- 0 501 501 3476 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/siSI.sh -rw-r--r-- 0 501 501 4359 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/skSK.sh -rw-r--r-- 0 501 501 3321 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/slSI.sh -rw-r--r-- 0 501 501 3092 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/srYU.sh -rw-r--r-- 0 501 501 3559 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/svSE.sh -rw-r--r-- 0 501 501 3747 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/trTR.sh -rw-r--r-- 0 501 501 4870 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/ukUA.sh -rw-r--r-- 0 501 501 4000 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/viVN.sh -rw-r--r-- 0 501 501 3293 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/zhCN.sh -rw-r--r-- 0 501 501 3317 Nov 26 2007 06:28 ies4linux-2.99.0.1/lang/zhTW.sh -rw-r--r-- 0 501 501 29381 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/files -rw-r--r-- 0 501 501 11278 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/functions.sh -rw-r--r-- 0 501 501 1877 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/help.sh -rw-r--r-- 0 501 501 3783 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/ies4linux.png -rw-r--r-- 0 501 501 9991 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/ies4linux.svg -rwxr-xr-x 0 501 501 16647 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/install.sh -rw-r--r-- 0 501 501 604 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/messages.txt -rw-r--r-- 0 501 501 1143 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/uninstall.sh -rwxr-xr-x 0 501 501 7393 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/xdg-desktop-icon -rwxr-xr-x 0 501 501 23751 Nov 26 2007 06:28 ies4linux-2.99.0.1/lib/xdg-desktop-menu -rw-r--r-- 0 501 501 3106 Nov 26 2007 06:28 ies4linux-2.99.0.1/mac/functions-overwrite.sh -rwxr-xr-x 0 501 501 911 Nov 26 2007 06:28 ies4linux-2.99.0.1/mac/whereiswine.sh -r--r--r-- 0 501 501 308 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/.svn/entries -r--r--r-- 0 501 501 2 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/.svn/format drwxr-xr-x 0 501 501 0 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/.svn/prop-base drwxr-xr-x 0 501 501 0 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/.svn/props drwxr-xr-x 0 501 501 0 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/.svn/text-base drwxr-xr-x 0 501 501 0 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/.svn/tmp/prop-base drwxr-xr-x 0 501 501 0 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/.svn/tmp/props drwxr-xr-x 0 501 501 0 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/.svn/tmp/text-base -rw-r--r-- 0 501 501 8940 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/kommander/advanced.kmdr -rw-r--r-- 0 501 501 10865 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/kommander/installation.kmdr -rw-r--r-- 0 501 501 4578 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/kommander/kommander.sh -rw-r--r-- 0 501 501 13083 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/kommander/logo.kmdr -rw-r--r-- 0 501 501 10924 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py -rw-r--r-- 0 501 501 124 Nov 26 2007 06:28 ies4linux-2.99.0.1/ui/pygtk/python-gtk.sh -rw-r--r-- 0 501 501 1140 Nov 26 2007 06:28 ies4linux-2.99.0.1/winereg/.ie1.reg -rw-r--r-- 0 501 501 1183 Nov 26 2007 06:28 ies4linux-2.99.0.1/winereg/.ie2.reg -rw-r--r-- 0 501 501 666 Nov 26 2007 06:28 ies4linux-2.99.0.1/winereg/ie5.reg -rw-r--r-- 0 501 501 669 Nov 26 2007 06:28 ies4linux-2.99.0.1/winereg/ie55.reg -rw-r--r-- 0 501 501 1552318 Feb 06 2008 09:47 ies4linux-2.99.0.1/winereg/ie6.reg -rw-r--r-- 0 501 501 2906 Nov 26 2007 06:28 ies4linux-2.99.0.1/winereg/ie7.reg ------------------------------------------------------------------------ but if I use mc to view the file I get the error see attached JPEG. The tdmc_tar is working on Debian Sarge/Etch... :-/ Any hints what going on with 4.7.0-pre1? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ ##################### Debian GNU/Linux Consultant ##################### Michelle Konzack Apt. 917 ICQ #328449886 +49/177/9351947 50, rue de Soultz MSN LinuxMichi +33/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)
Attachment:
mc_shoot.jpg
Description: JPEG image
Attachment:
signature.pgp
Description: Digital signature