Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2012 11:47:08 GMT
From:      Alexander Yerenkow <yerenkow@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/166906: xz strange bug
Message-ID:  <201204131147.q3DBl8jR003814@red.freebsd.org>
Resent-Message-ID: <201204131150.q3DBoEH4017785@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166906
>Category:       misc
>Synopsis:       xz strange bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 11:50:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Yerenkow
>Release:        FreeBSD 9.0
>Organization:
>Environment:
9.0-RELEASE FreeBSD 9.0-RELEASE #0 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Somehow, xz can't archive files with two dots (just a guess, take a look at how-to-repeat).

If I rename file - archiving went just fine.
>How-To-Repeat:
$ mkdir tmp1
$ cd tmp1
$ echo "bla bla" > a.1.log
$ xz -z a.1.log > a.1.log.xz
xz: a.1.log.xz: File exists

$ ls -l
total 4
-rw-r--r--  1 user  wheel  8 13 apr 14:45 a.1.log
-rw-r--r--  1 user  wheel  0 13 apr 14:45 a.1.log.xz

>Fix:
Don't use such names? ;)

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204131147.q3DBl8jR003814>