Kristyna Streitova changed bug 917431
What Removed Added
CC   pgajdos@suse.com

Comment # 2 on bug 917431 from
I'm afraid I'm not able to reproduce this issue on 13.2 (or 13.1 or Factory).
There are the results of my tests (openSUSE 13.2):

-----
The first test case:

$ cat ab.txt bc.txt cd.txt 
the content of ab.txt
the content of bc.txt
the content of cd.txt

$ gzip -c ab.txt bc.txt cd.txt > arch1.gz
$ less arch1.gz
the content of ab.txt
the content of bc.txt
the content of cd.txt
arch1.gz lines 1-3/3 (END)

-----
The second test case:

$ tar -zcvf arch2.tar.gz arch2
arch2/
arch2/ab.txt
arch2/bc.txt
arch2/cd.txt

$ less arch2.tar.gz
drwxr-xr-x kstreitova/users  0 2015-02-12 16:51 arch2/
-rw-r--r-- kstreitova/users 22 2015-02-12 16:50 arch2/ab.txt
-rw-r--r-- kstreitova/users 22 2015-02-12 16:50 arch2/bc.txt
-rw-r--r-- kstreitova/users 22 2015-02-12 16:50 arch2/cd.txt
arch2.tar.gz lines 1-4/4 (END)

-----
The third test case:
I tried to find your ARCHIVES.gz file (downloaded from
http://download.opensuse.org/distribution/13.1/repo/oss/ARCHIVES.gz). I'm not
sure if it's the same as you have but in my case it works fine.

$ less ARCHIVES.gz
---------------------------------------------------------------------
---------------------------------------------------------------------
--------------- Here comes contents of all files: -------------------
------ *.rpm *.tar.gz *.tar.Z *.tgz *.taz *.tar.z *.tar *.deb -------
------------------ found in any subdirectory ------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
-----------------------------------------------------------------
---> ./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm
-----------------------------------------------------------------
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Name        : kernel-debug
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Version     : 3.11.6
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Release     : 4.1
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Architecture: i686
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Install Date: (not installed)
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Group       : System/Kernel
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Size        : 133093250
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    License     : GPL-2.0
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Signature   : RSA/SHA256, Fri 

(...)

./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    GIT Branch: openSUSE-13.1
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    Distribution: openSUSE 13.1
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    -rw-r--r--    1 root    root  
               2067513 Nov  1 13:25 /boot/System.map-3.11.6-4-debug
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    -rw-r--r--    1 root    root  
                142927 Nov  1 11:03 /boot/config-3.11.6-4-debug
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    lrwxrwxrwx    1 root    root  
                     6 Nov  1 13:56 /boot/initrd -> initrd
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    -rw-r--r--    1 root    root  
               2097152 Nov  1 13:56 /boot/initrd-3.11.6-4-debug
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    -rw-r--r--    1 root    root  
                     0 Nov  1 14:08 /boot/initrd-3.11.6-4-debug-kdump
./suse/i686/kernel-debug-3.11.6-4.1.i686.rpm:    -rw-r--r--    1 root    root  
                262572 Nov  1 13:56 /boot/symvers-3.11.6-4-debug.gz

(...)

-----

Can you please provide me with a link to ARCHIVES.gz file that causes you
troubles? Have you tried other .gz files? Thank you.


You are receiving this mail because: