>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 [email protected]:/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: _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
