Bug#685166: installation-reports: Debian testing: wheezy beta1 release (NO BUGS)
Package: installation-reports Severity: minor NO BUGS -- Package-specific info: Boot method: USB memory stick Image version: wheezy beta1 release Date: Machine: ASUS F1A75-V PRO (4x AMD A6-3650 APU with Radeon HD Graphics) Partitions: Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot: [ ] Detect network card:[ ] Configure network: [ ] Detect CD: [ ] Load installer modules: [ ] Clock/timezone setup: [ ] User/password setup:[ ] Detect hard drives: [ ] Partition hard drives: [ ] Install base system:[ ] Install tasks: [ ] Install boot loader:[ ] Overall install:[ ] Comments/Problems: -- Please make sure that the hardware-summary log file, and any other installation logs that you think would be useful are attached to this report. Please compress large files using gzip. Once you have filled out this report, mail it to sub...@bugs.debian.org. == Installer lsb-release: == DISTRIB_ID=Debian DISTRIB_DESCRIPTION="Debian GNU/Linux installer" DISTRIB_RELEASE="7.0 (wheezy) - installer build 20120712" X_INSTALLATION_MEDIUM=netboot == Installer hardware-summary: == uname -a: Linux c5 3.2.0-3-amd64 #1 SMP Thu Jun 28 09:07:26 UTC 2012 x86_64 GNU/Linux lspci -knn: 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h Processor Root Complex [1022:1705] lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c8] lspci -knn: 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI BeaverCreek [Radeon HD 6530D] [1002:964a] lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c8] lspci -knn: 00:01.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series] [1002:1714] lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c8] lspci -knn: 00:10.0 USB controller [0c03]: Advanced Micro Devices [AMD] Hudson USB XHCI Controller [1022:7812] (rev 03) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: xhci_hcd lspci -knn: 00:10.1 USB controller [0c03]: Advanced Micro Devices [AMD] Hudson USB XHCI Controller [1022:7812] (rev 03) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: xhci_hcd lspci -knn: 00:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] Hudson SATA Controller [IDE mode] [1022:7800] (rev 40) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: ahci lspci -knn: 00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] Hudson USB OHCI Controller [1022:7807] (rev 11) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: ohci_hcd lspci -knn: 00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] Hudson USB EHCI Controller [1022:7808] (rev 11) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: ehci_hcd lspci -knn: 00:13.0 USB controller [0c03]: Advanced Micro Devices [AMD] Hudson USB OHCI Controller [1022:7807] (rev 11) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: ohci_hcd lspci -knn: 00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] Hudson USB EHCI Controller [1022:7808] (rev 11) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: ehci_hcd lspci -knn: 00:14.0 SMBus [0c05]: Advanced Micro Devices [AMD] Hudson SMBus Controller [1022:780b] (rev 13) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: 00:14.1 IDE interface [0101]: Advanced Micro Devices [AMD] Hudson IDE Controller [1022:780c] lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: pata_atiixp lspci -knn: 00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] Hudson Azalia Controller [1022:780d] (rev 01) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:841b] lspci -knn: 00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] Hudson LPC Bridge [1022:780e] (rev 11) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: 00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] Hudson PCI Bridge [1022:780f] (rev 40) lspci -knn: 00:14.5 USB controller [0c03]: Advanced Micro Devices [AMD] Hudson USB OHCI Controller [1022:7809] (rev 11) lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:84c7] lspci -knn: Kernel driver in use: ohci_hcd lspci -knn: 00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] Device [1022:43a0] lspci -knn: Kernel driver in use: pcieport lspci -knn
Bug#842993: /usr/bin/zip: Zip (or unzip) does not ALWAYS preserve the file time stamp correctly
Package: zip Version: 3.0-8 Severity: normal File: /usr/bin/zip Dear Maintainer, BUG: Zip (or unzip) does not ALWAYS preserve the file time stamp correctly as shown in example 1 and 2. EXAMPLE 1: - $ cat >a1.txt $ touch -t 201611021508.09 a1.txt $ zip a1.zip a1.txt $ mv a1.txt a2.txt $ unzip a1.zip time stamp of a1.txt : 201611021508.10 time stamp of a2.txt : 201611021508.09 EXAMPLE 2: -- $ cat >b1.txt $ touch -t 201611021508.06 b1.txt $ zip b1.zip b1.txt $ mv b1.txt b2.txt $ unzip b1.zip time stamp of b1.txt : 201611021508.06 time stamp of b2.txt : 201611021508.06 -- System Information: Debian Release: 8.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages zip depends on: ii libbz2-1.0 1.0.6-7+b3 ii libc6 2.19-18+deb8u6 Versions of packages zip recommends: ii unzip 6.0-16+deb8u2 zip suggests no packages. -- no debconf information