Bug#745697: dmraid: Module dm-raid45 does not exist. It should not be forced to load in hook.

2014-04-23 Thread Steven Shiau
Package: dmraid
Version: 1.0.0.rc16-5
Severity: normal
Tags: patch

Dear Maintainer,

The initrd.img contains "dm-raid45" in /conf/modules, however, "dm-raid45" does 
not exist on Linux kenrel 3.13. Therefore we should drop force loading 
dm-raid45 module in the initramfs hook, as what Ubuntu has done in 
1.0.0.rc16-4.2ubuntu2:
http://changelogs.ubuntu.com/changelogs/pool/main/d/dmraid/dmraid_1.0.0.rc16-4.2ubuntu3/changelog
Attached please find the patch file.


-- Package-specific info:
--- dmraid -r -vvv output
WARN: locking /var/lock/dmraid/.lock
NOTICE: /dev/sda: asr discovering
NOTICE: /dev/sda: ddf1discovering
NOTICE: /dev/sda: hpt37x  discovering
NOTICE: /dev/sda: hpt45x  discovering
NOTICE: /dev/sda: isw discovering
NOTICE: /dev/sda: jmicron discovering
NOTICE: /dev/sda: lsi discovering
NOTICE: /dev/sda: nvidia  discovering
NOTICE: /dev/sda: pdc discovering
NOTICE: /dev/sda: sil discovering
NOTICE: /dev/sda: via discovering
no raid disks
WARN: unlocking /var/lock/dmraid/.lock

--- dmraid -s -vv output
NOTICE: /dev/sda: asr discovering
NOTICE: /dev/sda: ddf1discovering
NOTICE: /dev/sda: hpt37x  discovering
NOTICE: /dev/sda: hpt45x  discovering
NOTICE: /dev/sda: isw discovering
NOTICE: /dev/sda: jmicron discovering
NOTICE: /dev/sda: lsi discovering
NOTICE: /dev/sda: nvidia  discovering
NOTICE: /dev/sda: pdc discovering
NOTICE: /dev/sda: sil discovering
NOTICE: /dev/sda: via discovering
no raid disks

--- /proc/partitions:
major minor  #blocks  name

  1101048575 sr0
   80   31457280 sda
   81   29910903 sda1
   82  1 sda2
   851536097 sda5

--- initrd.img-3.13-1-686-pae:
75105 blocks
sbin/mdadm
conf/mdadm
scripts/local-top/mdadm
lib/modules/3.13-1-686-pae/kernel/drivers/md/dm-snapshot.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/raid1.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/dm-crypt.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/raid456.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/raid0.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/dm-log.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/raid10.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/dm-mirror.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/linear.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/md-mod.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/dm-region-hash.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/multipath.ko
lib/modules/3.13-1-686-pae/kernel/drivers/md/dm-mod.ko
etc/mdadm
etc/mdadm/mdadm.conf

--- /proc/modules:
dm_crypt 22171 0 - Live 0xf8c19000
dm_mirror 17262 0 - Live 0xf8379000
dm_region_hash 13107 1 dm_mirror, Live 0xf835d000
dm_log 13240 2 dm_mirror,dm_region_hash, Live 0xf8367000
dm_mod 74768 3 dm_crypt,dm_mirror,dm_log, Live 0xf839d000

--- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.13-1-686-pae 
root=UUID=de8a2656-f7f2-4401-a4c7-3ca819181c9b ro quiet


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.13-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dmraid depends on:
ii  dmsetup  2:1.02.83-2
ii  libc62.18-4
ii  libdmraid1.0.0.rc16  1.0.0.rc16-5
ii  libselinux1  2.2.2-1
ii  libsepol12.2-1
ii  udev 204-8

dmraid recommends no packages.

dmraid suggests no packages.

-- no debconf information
--- debian/initramfs/dmraid.initramfs-hook/dmraid	2014-04-24 12:26:47.0 +0800
+++ debian/initramfs/dmraid.initramfs-hook/dmraid.new	2014-04-24 12:29:21.208478811 +0800
@@ -20,7 +20,6 @@
 if [ -x /sbin/dmraid ]; then
 	force_load dm-mod
 	force_load dm-mirror
-	force_load dm-raid45
 	copy_exec /sbin/dmraid sbin
 	copy_exec /sbin/dmraid-activate sbin
 	if [ "$BUSYBOX" = n ]; then


Bug#742915: Confirmed this issue.

2014-03-29 Thread Steven Shiau
> xserver-xorg-video-vmware : Depends: libxatracker1 but it is not 
> installable

I confirmed this issue when debootstraping a sid.
Apparently libxatracker1 is no more. It's replaced by libxatracker2
(10.1.0-4).

Steven.
-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#722989: gsmartcontrol 0.8.7-2 is not available?

2014-05-29 Thread Steven Shiau

We encountered the same problem here.
From this bug report, there was a patched version 0.8.7-2.
However, now it's not available now:
https://packages.debian.org/search?keywords=gsmartcontrol
Did I miss something?
Thanks.

Steven.

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#692246: grub2: grub-mkimage 1.99-23.1 still lacks the XZ support

2012-11-03 Thread Steven Shiau
Package: grub-common
Version: 1.99-23.1
Severity: important

Dear Maintainer,
The XZ support for grub-mkimage has been marked as done in #688773. 
However, I am still having the problem to use it:
$ grub-mkimage -C xz -O i386-pc -o myxz.img
grub-mkimage: error: grub-mkimage is compiled without XZ support.

$ grub-mkimage --version
grub-mkimage (GRUB) 1.99-23.1

Did I miss something?

Steven.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-common depends on:
ii  gettext-base0.18.1.1-9
ii  libc6   2.13-36
ii  libdevmapper1.02.1  2:1.02.74-4
ii  libfreetype62.4.9-1
ii  libfuse22.9.2-1
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages grub-common recommends:
ii  os-prober  1.56

Versions of packages grub-common suggests:
pn  desktop-base   
pn  grub-emu   
pn  multiboot-doc  
ii  xorriso1.2.2-2

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#691609: RFP: tcplay - a free (BSD-licensed), pretty much fully featured and stable TrueCrypt implementation

2012-10-27 Thread Steven Shiau
Package: tcplay
Severity: wishlist

Truecrypt is a quite popular disk encryption software for 
Windows XP/2000/2003 and Linux. Howwever, due to its license issue, 
it's not in Debian package repository (#364034).
Tcplay is a free (BSD-licensed), pretty much fully featured (including
multiple keyfiles, cipher cascades, etc) and stable TrueCrypt
implementation. It is available on github:
https://github.com/bwalex/tc-play
Tcplay is now available in the official Fedora repository. Please
consider package tcplay in Debian for TrueCrypt compatibility.

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#686939: linux-image-3.2.0-3-686-pae: fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver

2012-09-23 Thread Steven Shiau

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 09/19/2012 11:46 AM, Ben Hutchings wrote:
> On Wed, 2012-09-19 at 10:09 +0800, Steven Shiau wrote:
>>
>> On 2012/9/16 下午 01:13, Ben Hutchings wrote:
>>> On Fri, 2012-09-07 at 19:37 +0800, Steven Shiau wrote:
>>>> Source: linux
>>>> Version: 3.2.23-1
>>>> Severity: important
>>>>
>>>> Dear Maintainer,
>>>>
>>>> When using "nomodeset" and "vga=788" in the boot parameters, the
machine hang at
>>>> "fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing
generic driver"
>>>> on a machine with Intel VGA card.
>>>> This happens no matter it's 686-pae kernel, or i486 one.
>>>> Since the Intel VGA card in very common, please consider to make
framebuffer work for KMS disabled.
>>>
>>> DRM drivers with KMS *are* framebuffer drivers. I think you mean 'keep
>>> VGA console working'.
>>>
>>>> How to reproduce this:
>>>> 1. Create a Debian live based on Sid:
>>>> http://live-build.debian.net/cgi-bin/live-build
>>>> 2. Burn the created iso on a CD, then boot it on a machine with
Intel VGA card
>>>> 3. In the 1st boot menu of isolinux, press "Tab" key to modify the
boot parameters. Just append "nomodeset vga=788", then press enter to
continue boot
>>>> 4. The above error will shown, and it just hangs there.
>>>
>>> This is really weird because i915 just shouldn't register a console at
>>> all if you do that... Ah, but xserver-video-xorg-intel still installs a
>>> configuration file which *overrides* nomodeset
>>> (/etc/modprobe.d/i915-kms.conf). (There was a very good reason for
>>> doing that in squeeze, but I think it can be dropped now.)
>>>
>>> So you could avoid installing xserver-video-xorg-intel, or empty the
>>> configuration file.
>>>
>>> Still, the kernel should be able to switch without hanging (and normally
>>> does). Does this *only* happen if you use 'nomodeset vga=788' or does
>>> it also happen if you use 'vga=788'?
>> It "only" happens when I use 'nomodeset vga=788'.
>
> Does /etc/modprobe.d/i915-kms.conf exist in the live system?
Apparently /etc/modprobe.d/i915-kms.conf is from package
xserver-xorg-video-intel, however, since the Debian live CD I created is
in for text mode, this package xserver-xorg-video-intel is not included.
Therefore no /etc/modprobe.d/i915-kms.conf in the live system.
I believe this is the same case for xserver-xorg-video-radeon,

Steven.

>
>
>> However, when using "vga=788", actually it won't work since the console
>> screen is not in the 800x600 text mode. It's in KMS mode I believe.
>
> Yes, by default i915 will load and set the screen mode immediately.
>
> Ben.
>

- -- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBfF1sACgkQCLPj15didVosGQCePZoUYxRox1/EnI4OWSj2/kqJ
xucAn1aTvrWFNwT3d5A+TNw0kF/9V+2u
=+8Kf
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#686939: linux-image-3.2.0-3-686-pae: fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver

2012-09-24 Thread Steven Shiau



On 2012/9/19 上午 11:46, Ben Hutchings wrote:

Does /etc/modprobe.d/i915-kms.conf exist in the live system?
I put /etc/modprobe.d/i915-kms.conf in the live CD filesystem.squashfs, 
with its contents:

  options i915 modeset=1
and even when I put "nomodeset vga=788" in the boot parameters, now the 
live system would enter KMS mode directly.
On the other hand, I added "nomodeset vga=788 i915.blacklist=yes" in the 
boot parameter, and apparently it entered framebuffer mode 800x600.
So my question is, how can I let Debian Sid honor "nomodeset vga=788" 
without "i915.blacklist=yes" in the boot parameter and without 
/etc/modprobe.d/i915-kms.conf inside the live system?


Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#692246: grub2: grub-mkimage 1.99-23.1 still lacks the XZ support

2012-11-18 Thread Steven Shiau


On 11/18/2012 06:34 PM, Colin Watson wrote:
> On Sun, Nov 04, 2012 at 12:10:31PM +0800, Steven Shiau wrote:
>> Package: grub-common
>> Version: 1.99-23.1
>> Severity: important
>>
>> Dear Maintainer,
>> The XZ support for grub-mkimage has been marked as done in #688773. 
>> However, I am still having the problem to use it:
>> $ grub-mkimage -C xz -O i386-pc -o myxz.img
>> grub-mkimage: error: grub-mkimage is compiled without XZ support.
> 
> #688773 had nothing whatsoever to do with grub-mkimage support for xz
> compression.  It was about compression of the .deb files.
Oops... I thought it's about grub-mkimage support for xz compression.
> 
> You filed this at Severity: important - could you explain?  Why is this
> important to you?  I didn't previously have plans to backport '-C xz'
> support to the 1.99 packaging, as there doesn't seem any particularly
> urgent need for it.
The reason I filed it at Severity: important was because I thought it's
about grub-mkimage support for xz compression, and it was tagged as
fixed, but not.
Anyway, please ignore it.
Thanks.

Steven.

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#638263: shadowconfig uses "pwck -p" and "grpck -p" which aren't actually supported

2012-02-15 Thread Steven Shiau
Package: passwd
Version: 1:4.1.5-1
Followup-For: Bug #638263

Dear Maintainer,
After upgrading to passwd 1:4.1.5-1, I found the same issue.
If I run "shadowconfig on", it shows me:

debian-TU:~# shadowconfig on
Usage: grpck [options] [group [gshadow]]

Options:
  -h, --helpdisplay this help message and exit
  -r, --read-only   display errors and warnings
but do not change files
  -R, --root CHROOT_DIR directory to chroot into
  -s, --sortsort entries by UID

Shadow passwords are now on.


Could you please fix this?
Thanks.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages passwd depends on:
ii  debianutils 4.2.1
ii  libc6   2.13-26
ii  libpam-modules  1.1.3-7
ii  libpam0g1.1.3-7
ii  libselinux1 2.1.0-4.1
ii  libsemanage12.1.0-2

passwd recommends no packages.

passwd suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#686939: linux-image-3.2.0-3-686-pae: fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver

2012-09-07 Thread Steven Shiau
Source: linux
Version: 3.2.23-1
Severity: important

Dear Maintainer,

When using "nomodeset" and "vga=788" in the boot parameters, the machine hang at
"fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver"
on a machine with Intel VGA card.
This happens no matter it's 686-pae kernel, or i486 one.
Since the Intel VGA card in very common, please consider to make framebuffer 
work for KMS disabled.
How to reproduce this:
1. Create a Debian live based on Sid:
   http://live-build.debian.net/cgi-bin/live-build
2. Burn the created iso on a CD, then boot it on a machine with Intel VGA card
3. In the 1st boot menu of isolinux, press "Tab" key to modify the boot 
parameters. Just append "nomodeset vga=788", then press enter to continue boot
4. The above error will shown, and it just hangs there.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#686939: linux-image-3.2.0-3-686-pae: fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver

2012-09-18 Thread Steven Shiau



On 2012/9/16 下午 01:13, Ben Hutchings wrote:

On Fri, 2012-09-07 at 19:37 +0800, Steven Shiau wrote:

Source: linux
Version: 3.2.23-1
Severity: important

Dear Maintainer,

When using "nomodeset" and "vga=788" in the boot parameters, the machine hang at
"fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver"
on a machine with Intel VGA card.
This happens no matter it's 686-pae kernel, or i486 one.
Since the Intel VGA card in very common, please consider to make framebuffer 
work for KMS disabled.


DRM drivers with KMS *are* framebuffer drivers.  I think you mean 'keep
VGA console working'.


How to reproduce this:
1. Create a Debian live based on Sid:
http://live-build.debian.net/cgi-bin/live-build
2. Burn the created iso on a CD, then boot it on a machine with Intel VGA card
3. In the 1st boot menu of isolinux, press "Tab" key to modify the boot parameters. Just 
append "nomodeset vga=788", then press enter to continue boot
4. The above error will shown, and it just hangs there.


This is really weird because i915 just shouldn't register a console at
all if you do that...  Ah, but xserver-video-xorg-intel still installs a
configuration file which *overrides* nomodeset
(/etc/modprobe.d/i915-kms.conf).  (There was a very good reason for
doing that in squeeze, but I think it can be dropped now.)

So you could avoid installing xserver-video-xorg-intel, or empty the
configuration file.

Still, the kernel should be able to switch without hanging (and normally
does).  Does this *only* happen if you use 'nomodeset vga=788' or does
it also happen if you use 'vga=788'?

It "only" happens when I use 'nomodeset vga=788'.
However, when using "vga=788", actually it won't work since the console 
screen is not in the 800x600 text mode. It's in KMS mode I believe.


Steven.


Ben.



--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#686939: linux-image-3.2.0-3-686-pae: fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver

2012-09-18 Thread Steven Shiau



On 2012/9/19 上午 11:46, Ben Hutchings wrote:

On Wed, 2012-09-19 at 10:09 +0800, Steven Shiau wrote:


On 2012/9/16 下午 01:13, Ben Hutchings wrote:

On Fri, 2012-09-07 at 19:37 +0800, Steven Shiau wrote:

Source: linux
Version: 3.2.23-1
Severity: important

Dear Maintainer,

When using "nomodeset" and "vga=788" in the boot parameters, the machine hang at
"fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver"
on a machine with Intel VGA card.
This happens no matter it's 686-pae kernel, or i486 one.
Since the Intel VGA card in very common, please consider to make framebuffer 
work for KMS disabled.


DRM drivers with KMS *are* framebuffer drivers.  I think you mean 'keep
VGA console working'.


How to reproduce this:
1. Create a Debian live based on Sid:
 http://live-build.debian.net/cgi-bin/live-build
2. Burn the created iso on a CD, then boot it on a machine with Intel VGA card
3. In the 1st boot menu of isolinux, press "Tab" key to modify the boot parameters. Just 
append "nomodeset vga=788", then press enter to continue boot
4. The above error will shown, and it just hangs there.


This is really weird because i915 just shouldn't register a console at
all if you do that...  Ah, but xserver-video-xorg-intel still installs a
configuration file which *overrides* nomodeset
(/etc/modprobe.d/i915-kms.conf).  (There was a very good reason for
doing that in squeeze, but I think it can be dropped now.)

So you could avoid installing xserver-video-xorg-intel, or empty the
configuration file.

Still, the kernel should be able to switch without hanging (and normally
does).  Does this *only* happen if you use 'nomodeset vga=788' or does
it also happen if you use 'vga=788'?

It "only" happens when I use 'nomodeset vga=788'.


Does /etc/modprobe.d/i915-kms.conf exist in the live system?
No. There is only a file /etc/modprobe.d/fbdev-blacklist.conf in the dir 
/etc/modprobe.d/.



However, when using "vga=788", actually it won't work since the console
screen is not in the 800x600 text mode. It's in KMS mode I believe.


Yes, by default i915 will load and set the screen mode immediately.

Got it. Sure.
Thanks.

Steven.


Ben.



--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#703146: apt: BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key (6.0/squeeze)?

2013-03-16 Thread Steven Shiau
Package: apt
Version: 0.9.7.8
Severity: important

Dear Maintainer,
I got an error: 
W: GPG error: http://ftp.us.debian.org sid Release: The following signatures 
were invalid: BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key 
(6.0/squeeze) 
when run "apt-get update" in a debootstrap sid base system.
The steps to reproduce this issue:
1. LANG=C debootstrap --verbose --arch=i386 sid sid-chroot 
http://ftp.us.debian.org/debian
2. chroot sid-chroot/
3. apt-get update
Get:1 http://ftp.us.debian.org sid Release.gpg [836 B]
Hit http://ftp.us.debian.org sid Release
Ign http://ftp.us.debian.org sid Release
Get:2 http://ftp.us.debian.org sid/main i386 Packages/DiffIndex [7876 B]
Get:3 http://ftp.us.debian.org sid/main Translation-en [4111 kB]
Fetched 4120 kB in 12s (331 kB/s)
Reading package lists... Done
W: GPG error: http://ftp.us.debian.org sid Release: The following signatures 
were invalid: BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key 
(6.0/squeeze) 

Two days ago the same steps worked without any issue. Attached please find the 
whole log.

-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring  2012.4
ii  gnupg   1.4.12-7
ii  libapt-pkg4.12  0.9.7.8
ii  libc6   2.13-38
ii  libgcc1 1:4.7.2-5
ii  libstdc++6  4.7.2-5

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc  
pn  aptitude | synaptic | wajig  
ii  dpkg-dev 1.16.9
pn  python-apt   
ii  xz-utils 5.1.1alpha+20120614-2

-- no debconf information
root@debian-TU:# LANG=C debootstrap --verbose --arch=i386 sid sid-chroot 
http://ftp.us.debian.org/debian
I: Retrieving InRelease
I: Checking Release signature
I: Valid Release signature (key id 9FED2BCBDCD29CDF762678CBAED4B06F473041FA)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional required dependencies: insserv libbz2-1.0 libdb5.1 
libsemanage-common libsemanage1 libslang2 libustr-1.0-1
I: Found additional base dependencies: libept1.4.12 libgcrypt11 libgnutls26 
libgpg-error0 libidn11 libmnl0 libnetfilter-acct1 libnfnetlink0 libp11-kit0 
libsqlite3-0 libtasn1-3 libxapian22
I: Checking component main on http://ftp.us.debian.org/debian...
I: Retrieving libacl1
I: Validating libacl1
I: Retrieving adduser
I: Validating adduser
I: Retrieving apt
I: Validating apt
I: Retrieving apt-utils
I: Validating apt-utils
I: Retrieving libapt-inst1.5
I: Validating libapt-inst1.5
I: Retrieving libapt-pkg4.12
I: Validating libapt-pkg4.12
I: Retrieving aptitude
I: Validating aptitude
I: Retrieving aptitude-common
I: Validating aptitude-common
I: Retrieving libattr1
I: Validating libattr1
I: Retrieving base-files
I: Validating base-files
I: Retrieving base-passwd
I: Validating base-passwd
I: Retrieving bash
I: Validating bash
I: Retrieving libboost-iostreams1.49.0
I: Validating libboost-iostreams1.49.0
I: Retrieving bsdmainutils
I: Validating bsdmainutils
I: Retrieving libbz2-1.0
I: Validating libbz2-1.0
I: Retrieving coreutils
I: Validating coreutils
I: Retrieving cpio
I: Validating cpio
I: Retrieving cron
I: Validating cron
I: Retrieving libcwidget3
I: Validating libcwidget3
I: Retrieving dash
I: Validating dash
I: Retrieving libdb5.1
I: Validating libdb5.1
I: Retrieving debconf
I: Validating debconf
I: Retrieving debconf-i18n
I: Validating debconf-i18n
I: Retrieving debian-archive-keyring
I: Validating debian-archive-keyring
I: Retrieving debianutils
I: Validating debianutils
I: Retrieving diffutils
I: Validating diffutils
I: Retrieving dmidecode
I: Validating dmidecode
I: Retrieving dpkg
I: Validating dpkg
I: Retrieving e2fslibs
I: Validating e2fslibs
I: Retrieving e2fsprogs
I: Validating e2fsprogs
I: Retrieving libcomerr2
I: Validating libcomerr2
I: Retrieving libss2
I: Validating libss2
I: Retrieving libc-bin
I: Validating libc-bin
I: Retrieving libc6
I: Validating libc6
I: Retrieving multiarch-support
I: Validating multiarch-support
I: Retrieving findutils
I: Validating findutils
I: Retrieving gcc-4.7-base
I: Validating gcc-4.7-base
I: Retrieving libgcc1
I: Validating libgcc1
I: Retrieving libstdc++6
I: Validating libstdc++6
I: Retrieving libgdbm3
I: Validating libgdbm3
I: Retrieving gnupg
I: Validating gnupg
I: Retrieving gpgv
I: Validating gpgv
I: Retrieving libgnutls26
I: Validating libgnutls26
I: Retrieving grep
I: Validating grep
I: Retrieving groff-base
I: Validating groff-base
I: Retrieving gzip
I: Validating g

Bug#703146: apt: BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key (6.0/squeeze)?

2013-03-16 Thread Steven Shiau
Hi David,
I did a test 10 minutes ago, but still got the same error.
Anything more I can test here?
Thanks.

Steven.

On 03/16/2013 06:24 PM, David Kalnischkies wrote:
> Hi Steven,
> 
> could you please try again?
> 
> This is very likely a temporary mirror hiccup while it is syncing.
> 
> With disabling InRelease we get all the Release vs. Release.gpg mismatches
> back, which look/are more critical than the (In)Release vs. Packages & Co.
> mismatches. There are various ideas to make syncs more atomic, but none
> is foolproof - and need "provider" support as APT is only a "consumer" here.
> 
> 
> Best regards
> 
> David Kalnischkies
> 

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#703146: apt: BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key (6.0/squeeze)?

2013-03-18 Thread Steven Shiau

Hi Michael,
I confirmed that your patch does fix this issue.
Thanks.
Hope this patch will be applied in the next version of debootstrap...

Steven.
--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#703146: apt: BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key (6.0/squeeze)?

2013-03-19 Thread Steven Shiau
I suggest to add a command "rm -f $reldest" before the gpg command, as 
attached.
Otherwise although it works for debootstrap, however, when using with 
Debian live-build, it will enter interactive mode:

=
P: If the following stage fails, the most likely cause of the problem is 
with your mirror configuration, a caching proxy or the sid distribution.

P: Running debootstrap...
I: Retrieving InRelease
I: Checking Release signature
I: Valid Release signature (key id 9FED2BCBDCD29CDF762678CBAED4B06F473041FA)
File 
`/work/debian-live/chroot/var/lib/apt/lists/debootstrap.invalid_dists_sid_Release' 
exists. Overwrite? (y/N)

=

My 2 cents.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C
--- functions.orig  2013-03-20 11:30:46.0 +0800
+++ functions   2013-03-20 09:35:10.0 +0800
@@ -530,7 +530,8 @@
warning KEYRING "Cannot check Release signature; keyring file 
not available %s" "$KEYRING_WANTED"
fi
if [ "$release_file_variant" = "IN" ]; then
-   mv "$relsigdest" "$reldest"
+   rm -f $reldest
+gpg --output "$reldest" --decrypt --keyring "$KEYRING" 
--ignore-time-conflict "$relsigdest"
fi
 }
 


Bug#576243: linux-base postinst exits when no /etc/fstab in Debian live

2010-04-01 Thread Steven Shiau

Package: linux-base
Version: 2.6.33-1~experimental.2
Severity: important
Tags: sid

*** Please type your report below this line ***
When creating a Debian live system with live-helper, there is no file 
/etc/fstab for such a live system. However, the "$fstab->close();" in 
"/var/lib/dpkg/info/linux-base.postinst" will just exit in this case.

Please fix it. Thanks.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-base depends on:
ii  debconf [debconf-2.0] 1.5.30 Debian configuration 
management sy

ii  libapt-pkg-perl   0.1.24 Perl interface to libapt-pkg

linux-base recommends no packages.

linux-base suggests no packages.

-- debconf information excluded

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#576243: linux-base postinst exits when no /etc/fstab in Debian live

2010-04-02 Thread Steven Shiau



Ben Hutchings wrote:

On Fri, 2010-04-02 at 09:13 +0800, Steven Shiau wrote:
  

Package: linux-base
Version: 2.6.33-1~experimental.2
Severity: important
Tags: sid

*** Please type your report below this line ***
When creating a Debian live system with live-helper, there is no file 
/etc/fstab for such a live system. However, the "$fstab->close();" in 
"/var/lib/dpkg/info/linux-base.postinst" will just exit in this case.

Please fix it. Thanks.



Thanks for pointing out this bug.  The fundamental issue is that we
shouldn't be attempting to do any conversion during a fresh installation
(whether that is done through debootstrap, debian-installer or
live-helper).

Because linux-base is a new package, we cannot simply check that this is
a fresh installation of linux-base.  Instead, I've added a check that
(1) /etc/fstab exists and (2) one or more linux-image packages are
already installed.  I believe this will do the right thing.

Ben.

  

Got it. Thanks.
Look forward to the next release.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#721115: linux-base: Depends on libuuid-perl then perlapi-5.14.2, however perlapi-5.14.2 was removed in perl (5.18.1-2)

2013-08-27 Thread Steven Shiau
Package: linux-base
Version: 3.5
Severity: normal

Dear Maintainer,
linux-base depends on libuuid-perl then perlapi-5.14.2, however perlapi was 
removed in perl (5.18.1-2). This will cause the running linux-image package to 
be removed.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.10-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-base depends on:
ii  debconf [debconf-2.0]  1.5.51
pn  libuuid-perl   
ii  udev   175-7.2
ii  util-linux 2.20.1-5.5

linux-base recommends no packages.

linux-base suggests no packages.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#725970: sysv-rc: Disable "concurrency" boot via boot parameter

2013-10-10 Thread Steven Shiau
Package: sysv-rc
Version: 2.88dsf-43
Severity: wishlist
Tags: patch

Dear Maintainer,
It would be great if the "concurrency" boot could be disabled via a boot 
parameter (e.g. none-concurrency). This will be easier for debugging and 
customization. Attached please find a patch about this.
My 2 cents.

Steven.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.10-3-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sysv-rc depends on:
ii  debconf [debconf-2.0]  1.5.51
ii  insserv1.14.0-5
ii  sysvinit-utils 2.88dsf-43

Versions of packages sysv-rc recommends:
ii  lsb-base  4.1+Debian12

Versions of packages sysv-rc suggests:
pn  bum   
pn  sysv-rc-conf  

-- debconf information:
  sysv-rc/unable-to-convert:
* sysv-rc/convert-legacy: true
--- rc	2012-10-16 01:30:41.0 +0800
+++ rc.new	2013-10-10 21:25:29.0 +0800
@@ -76,6 +76,9 @@
 if test -e /etc/init.d/.legacy-bootordering ; then
 	CONCURRENCY="none"
 fi
+if grep -wqs none-concurrency /proc/cmdline; then
+	CONCURRENCY="none"
+fi
 if ! test -e /proc/stat; then
 	if [ "$(uname)" = "GNU/kFreeBSD" ] ; then
 		# startpar requires /proc/stat


Bug#724491: localepurge: "debconf-communicate -fnoninteractive localepurge" does not work

2013-09-24 Thread Steven Shiau
Package: localepurge
Version: 0.7.3
Severity: normal

Dear Maintainer,
After upgrading to localepurge 0.7.3, the following commands do not work:
=
debconf-communicate -fnoninteractive localepurge <
pn  debfoster  
pn  deborphan  

-- debconf information:
  localepurge/none_selected: false
  localepurge/mandelete: true
  localepurge/showfreedspace: true
* localepurge/nopurge: en, en_US.UTF-8
* localepurge/use-dpkg-feature: false
  localepurge/dontbothernew: false
  localepurge/remove_no:
  localepurge/verbose: false
  localepurge/quickndirtycalc: true


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#724491: localepurge: "debconf-communicate -fnoninteractive localepurge" does not work

2013-09-24 Thread Steven Shiau


On 09/24/2013 05:24 PM, Niels Thykier wrote:
> Control: tags -1 moreinfo
> 
> On 2013-09-24 11:11, Steven Shiau wrote:
>> Package: localepurge
>> Version: 0.7.3
>> Severity: normal
>>
>> Dear Maintainer,
> 
> Hi,
> 
>> After upgrading to localepurge 0.7.3, the following commands do not work:
>> =
>> debconf-communicate -fnoninteractive localepurge <> set localepurge/nopurge ca_ES.UTF-8, de_DE.UTF-8
>> fset localepurge/nopurge seen true
>> EOF
>>
>> [...]
>>
>> I expect it should be changed as
>> Value: ca_ES.UTF-8, de_DE.UTF-8
>>
>> However, if I downgrade localepurge to 0.6.3, this issue is gone.
>> Did I miss something for the new version of localepurge?
>> Thanks.
>>
>> Steven.
>>
>> [...]
> 
> In 0.7.3, I (mostly[1]) fixed a problem where localepurge was not
> respecting the values stored in /etc/locale.nopurge.  It seems that you
> are working around #691431 when you should instead just update
> /etc/locale.nopurge to contain the values you want.
>   Currently, localepurge will (now) read the values from
> /etc/locale.nopurge when it is being (re-)configured (or upgraded) and
> inject those into the database before asking questions.
> 
Hi Niels,
Thanks for the quick response. Actually I can reproduce the problem in
the bootstrap chroot environment. Here is how I reproduce the problem:
1. debootstrap --verbose --arch=i386 sid sid-chroot
http://free.nchc.org.tw/debian
2. sudo chroot sid-chroot
3. apt-get update; apt-get install localepurge
   Then (1) choose not to remove all locales, (2) not to use dpkg
--path-exclude (3) selecting locale file "en_US.UTF-8"
4. grep -A3 localepurge/nopurge /var/cache/debconf/config.dat
Name: localepurge/nopurge
Template: localepurge/nopurge
Value: en_US.UTF-8
Owners: localepurge
Flags: seen
5. debconf-communicate -fnoninteractive localepurge < set localepurge/nopurge ca_ES.UTF-8, de_DE.UTF-8
> fset localepurge/nopurge seen true
> EOF
6. dpkg-reconfigure --priority=low --unseen-only localepurge
   Then choose also delete localized man pages.
7. grep -A3 localepurge/nopurge /var/cache/debconf/config.dat
Name: localepurge/nopurge
Template: localepurge/nopurge
Value: en_US.UTF-8
Owners: localepurge
Flags: seen

The value is still "en_US.UTF-8", which I expect it should be
"ca_ES.UTF-8, de_DE.UTF-8".

I also ran steps 5-6 again, and the step 7 step still showed me "Value:
en_US.UTF-8"

Any suggestion or idea?
Thanks.

Steven.

> ~Niels
> 
> [1] "Mostly" because I haven't fixed #563774 yet.  But from what I can
> tell, that particular bug does not apply to your case.
> 

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#724491: localepurge: "debconf-communicate -fnoninteractive localepurge" does not work

2013-09-24 Thread Steven Shiau


On 09/25/2013 02:44 AM, Niels Thykier wrote:
> So now it uses the generated config file (if available) to (re)seed the
> debconf database before asking requestions so the default is to generate
> the same config file you already have[1].  You may want to read the bugs
> #691431 and #563774 for more information as they are the reason the
> behaviour has changed (and why I believe I cannot change it back).
Hi Niels,
Got it. So now what I have to do is to forget about using
debconf-communicate to feed the config for purge in debconf, instead I
should just edit /etc/locale.nopurge. This is actually easier. However,
I have a question about this. The reason I want to use
debconf-communicate is to avoid the interactive mode during deb package
is installed, i.e. "apt-get install localepurge". This unattended mode
is used for creating Debian live CD. Now how could preseed the config
before installing localepurge so that when "apt-get install localepurge"
is run it won't enter interactive mode? Any hint is appreciated.
Thanks.

Steven.

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#724491: localepurge: "debconf-communicate -fnoninteractive localepurge" does not work

2013-09-24 Thread Steven Shiau


On 09/25/2013 12:35 PM, Niels Thykier wrote:
> Ah, this should still work for preseeding localepurge.
>   However, you can only do it /before/ installing localepurge (or if you
> remove /etc/locale.nopurge before running dpkg-reconfigure).
Hi Niels,
Thanks for the quick response. However, could you please tell how to
preseed localepurge?
Before installing localepurge, if I run:
echo set localepurge/nopurge | debconf-communicate
It will give me:
10 localepurge/nopurge doesn't exist

And since I can not edit a /etc/locale.nopurge before install
localepurge, how could I preseed that?
Thanks in advance.

Steven.


-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#724491: localepurge: "debconf-communicate -fnoninteractive localepurge" does not work

2013-09-25 Thread Steven Shiau


On 09/25/2013 02:46 PM, Niels Thykier wrote:
> Mmm, honestly I have never done much of that so I can only be of limited
> help here.  By the looks of it though, it seems that you should use
> debconf-set-selections.  Apparently, debconf-communicate is for
> "debugging"-purposes.  Note that debconf-det-selections does seem to use
> a slightly different format (and defaults to marking things as "seen").
Hi Niels,
Cool! Thanks for telling me to use debconf-set-selections. It works
well. Awesome!
By doing this:
debconf-set-selections < 
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#661913: grub-legacy: Support ext4

2012-03-02 Thread Steven Shiau
Source: grub-legacy
Version: 0.97-66
Severity: wishlist

Dear Maintainer,
The grub-legacy (0.97-66) does not support ext4 file system.
It would be great to apply that patches included in Ubuntu Precise:
http://packages.ubuntu.com/precise/grub
to support ext4.
This is especially useful when using Debian live as a rescue system to deal 
with those OSes using grub1 on ext4, e.g. CentOS 6.
Please consider this.
Thanks.

Steven.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#650948: libnfsidmap2: nfs-common fails to startup due to new libnfsidmap2 (version 0.24-2)

2011-12-04 Thread Steven Shiau
Package: libnfsidmap2
Version: 0.24-2
Severity: important

Dear Maintainer,
After libnfsidmap2 was upgraded to 0.24-2, the nfs-common (version 
1:1.2.5-2+b1) service fails to start:
~$ sudo /etc/init.d/nfs-common start
Starting NFS common utilities: statd idmapdrpc.idmapd: libnfsidmap: requested 
translation method, 'nsswitch', is not available

rpc.idmapd: Unable to create name to user id mappings.
 failed!

If libnfsidmap2 is reverted to 0.24-1, no such issue:
~$ sudo apt-get install libnfsidmap2=0.24-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libicu44 libgck-1-0 libcap-ng0
Use 'apt-get autoremove' to remove them.
The following packages will be DOWNGRADED:
  libnfsidmap2
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 1 not upgraded.
Need to get 29.6 kB of archives.
After this operation, 11.3 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://free.nchc.org.tw/debian/ wheezy/main libnfsidmap2 i386 0.24-1 
[29.6 kB]
Fetched 29.6 kB in 0s (313 kB/s)
dpkg: warning: downgrading libnfsidmap2 from 0.24-2 to 0.24-1.
(Reading database ... 139346 files and directories currently installed.)
Preparing to replace libnfsidmap2 0.24-2 (using 
.../libnfsidmap2_0.24-1_i386.deb) ...
Unpacking replacement libnfsidmap2 ...
Processing triggers for man-db ...
Setting up libnfsidmap2 (0.24-1) ...

~$ sudo /etc/init.d/nfs-common start
Starting NFS common utilities: statd idmapd.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libnfsidmap2 depends on:
ii  libc6  2.13-21
ii  libldap-2.4-2  2.4.25-4+b1

libnfsidmap2 recommends no packages.

libnfsidmap2 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#650948: nfs-common still fails to start with libnfsidmap 0.24-3

2011-12-04 Thread Steven Shiau

Dear Maintainer,
nfs-common still fails to start with libnfsidmap 0.24-3:
==
$ sudo apt-get install nfs-kernel-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libnfsidmap2 nfs-common
The following NEW packages will be installed:
  libnfsidmap2 nfs-common nfs-kernel-server
0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded.
Need to get 478 kB of archives.
After this operation, 1,303 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://free.nchc.org.tw/debian/ sid/main libnfsidmap2 i386 0.24-3 
[35.0 kB]
Get:2 http://free.nchc.org.tw/debian/ sid/main nfs-common i386 
1:1.2.5-2+b1 [276 kB]
Get:3 http://free.nchc.org.tw/debian/ sid/main nfs-kernel-server i386 
1:1.2.5-2+b1 [167 kB]

Fetched 478 kB in 0s (4,368 kB/s)
Selecting previously unselected package libnfsidmap2.
(Reading database ... 139227 files and directories currently installed.)
Unpacking libnfsidmap2 (from .../libnfsidmap2_0.24-3_i386.deb) ...
Selecting previously unselected package nfs-common.
Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-2+b1_i386.deb) ...
Selecting previously unselected package nfs-kernel-server.
Unpacking nfs-kernel-server (from 
.../nfs-kernel-server_1%3a1.2.5-2+b1_i386.deb) ...

Processing triggers for man-db ...
Setting up libnfsidmap2 (0.24-3) ...
Setting up nfs-common (1:1.2.5-2+b1) ...

Creating config file /etc/idmapd.conf with new version

Creating config file /etc/default/nfs-common with new version
Starting NFS common utilities: statd idmapdrpc.idmapd: libnfsidmap: 
requested translation method, 'nsswitch', is not available


rpc.idmapd: Unable to create name to user id mappings.
 failed!
invoke-rc.d: initscript nfs-common, action "start" failed.
dpkg: error processing nfs-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of nfs-kernel-server:
 nfs-kernel-server depends on nfs-common (= 1:1.2.5-2+b1); however:
  Package nfs-common is not configured yet.
dpkg: error processing nfs-kernel-server (--configure):
 dependency problems - leaving unconfigured
configured to not write apport reports
  configured to not write apport 
reports


 Errors were encountered while processing:
 nfs-common
 nfs-kernel-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
==

Please let me know what extra info I can provide to debug this.

Steven.
--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620722: Acknowledgement (ITP: drbl -- Diskless Remote Boot in Linux for client machines)

2012-01-01 Thread Steven Shiau

Hi Georges,

On 2011/12/29 下午 10:54, Georges Khaznadar wrote:

Hello Steven,

Steven Shiau a écrit :

When I inspect the code of sbin/drblsrv, I see the following lines:

# Source DRBL setting
. /opt/drbl/conf/drbl.conf

I will write a script to modify such lines (in any script) into

# Source DRBL setting
. /etc/drbl/drbl.conf

...
Do you think that such a general change might provide a consistent set
of scripts?

I believe so. Once you finalize that, we will change that in the newer
release.


As you agree, I applied the changes, and uploaded the release 1.10.31-2
to Debian.

It should be available shortly at
http://ftp.debian.org/debian/pool/main/d/drbl/

Please can you check whether this release provides at least something
usable? I shall be able to make simple checks later when things will be
stabilized. However I fear major inconsistencies at the beginning.

Happy new year!
I did some tests on the latest sid:
=
steven@sid:~$ sudo apt-get install drbl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  ash ipcalc libcrypt-passwdmd5-perl mtools syslinux syslinux-common 
wakeonlan

Suggested packages:
  floppyd dosfstools
The following NEW packages will be installed:
  ash drbl ipcalc libcrypt-passwdmd5-perl mtools syslinux syslinux-common
  wakeonlan
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 4,119 kB of archives.
After this operation, 12.3 MB of additional disk space will be used.
=
The installation is OK. However, when running "drblsrv -i", it gave this 
error:

steven@sid:~$ sudo drblsrv -i
/usr/sbin/drblsrv: line 32: /opt/drbl/sbin/drbl-functions: No such file 
or directory


Therefore you have to change the above line to
. /usr/share/drbl/sbin/drbl-functions



By the way, there should be some dependency from drbl to parclone, isn't
it?

Yes, definitely.
The required packages are mentioned in /etc/drbl/drbl.conf, they are 
described by these variables:

$PKG_FROM_DBN, $PKG_FROM_DRBL_FOR_CLONEZILLA_LIVE, and $PKG_FROM_DRBL


One thing occurred to me is, after you rewrite everything, what's the 
best method I adopt that in the unstable DRBL? Now the version is 
1.10.77-1drbl, and it is much different from 1.10.31-2.


Thanks again.
Regards,
Steven.


Best regards,   Georges.



--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#654351: whiptail: sefault - glibc detected *** whiptail: corrupted double-linked list: 0x08740500

2012-01-03 Thread Steven Shiau

Package: whiptail
Version: 0.52.14-3
Severity: important

Dear Maintainer,
When running whiptail with this command on Debian Sid:
whiptail --backtitle 'test' --title 'title' --menu 'Choose the mode:' 0 
0 0 Mode1 'mode 1' Mode2 'mode 2'

I got a segfault, the major error message:
glibc detected *** whiptail: corrupted double-linked list: 0x08740500

Complete log is attached.
Please fix it. Thanks.

Steven.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages whiptail depends on:
ii  libc62.13-24
ii  libnewt0.52  0.52.14-3
ii  libpopt0 1.16-3
ii  libslang22.2.4-5

whiptail recommends no packages.

whiptail suggests no packages.

-- debconf-show failed

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A
whiptail --backtitle 'test' --title 'title' --menu 'Choose the mode:' 0 0 0 
Mode1 'mode 1' Mode2 'mode 2'




















test






┌──────┤ title 
├───────┐
│ Choose the mode: │
│  │
│ Mode1 mode 1 │
│ Mode2 mode 2 │
│  │
│  │
│  │
│  │

└──────────────────────┘






*** glibc detected *** whiptail: corrupted double-linked list: 0x08740500 ***
 
=== Backtrace: =
 
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x6aa81)[0xb766da81]
  /lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x6aeda)[0xb766deda]
   
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x6c265)[0xb766f265]

/lib/i386-linux-gnu/i686/cmov/libc.so.6(cfree+0x6d)[0xb767239d]
   
/lib/i386-linux-gnu/libslang.so.2(SLfree+0x1f)[0xb78052ef]
 whiptail[0x804b048]

/lib/i386-linux-gnu/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb7619e46]
   whiptail[0x80497b1]
  === Memory map: 
  
08048000-0804e000 r-xp  08:01 81775  /usr/bin/whiptail
0804e000-0804f000 r--p 
5000 08:01 81775  /usr/bin/whiptail
  0804f000-0805 rw-p 6000 08:01 
81775  /usr/bin/whiptail
0871f000-08761000 rw-p  00:00 0  
[heap]
   b730-b7321000 rw-p  00:00 0
   b7321000-b740 ---p  
00:00 0
   b7422000-b743e000 r-xp  08:01 433768 
/lib/i386-linux-gnu/libgcc_s.so.1
 b743e000-b743f000 rw-p 0001b000 08:01 433768 
/lib/i386-linux-gnu/libgcc_s.so.1
   b744f000-b7463000 r-xp  08:01 269819 
/usr/lib/libfribidi.so.0.3.1
b7463000-b7464000 rw-p 00013000 08:01 269819 
/usr/lib/libfribidi.so.0.3.1
 b7464000-b75db000 r--p  08:01 102118 /usr/lib/locale/locale-archive

b75db000-b75dd000 rw-p  00:00 0
b75dd000-b7601000 r-xp  08:01 
557923 /lib/i386-linux-gnu/i686/cmov/libm-2.13.so
   b7601000-b7602000 r--p 
00023000 08:01 557923 /lib/i386-linux-gnu/i686/cmov/libm-2.13.so
  b7602000-b7603000 
rw-p 00024000 08:01 557923 /lib/i386-linux-gnu/i686/cmov/libm-2.13.so
 
b7603000-b7756000 r-xp  08:01 557935 
/lib/i386-linux-gnu/i686/cmov/libc-2.13.so
b7756000-b7757000 ---p 00153000 08:01 557935 
/lib/i386-linux-gnu/i686/cmov/libc-2.13.so
   b7757000-b7759000 r--p 00153000 08:01 557935 
/lib/i386-linux-gnu/i686/cmov/libc-2.13.so
  b7759000-b775a000 rw-p 00155000 08:01 557935 
/lib/i386

Bug#650948: Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-07 Thread Steven Shiau
Anibal,
I confirm this issue is gone in 0.24-4. Cool! Thanks!

$ sudo apt-get install nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libnfsidmap2
The following NEW packages will be installed:
  libnfsidmap2 nfs-common
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 304 kB of archives.
After this operation, 752 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://free.nchc.org.tw/debian/ sid/main libnfsidmap2 i386 0.24-4
[28.5 kB]
Get:2 http://free.nchc.org.tw/debian/ sid/main nfs-common i386
1:1.2.5-2+b1 [276 kB]
Fetched 304 kB in 0s (1,284 kB/s)
Selecting previously unselected package libnfsidmap2.
(Reading database ... 139229 files and directories currently installed.)
Unpacking libnfsidmap2 (from .../libnfsidmap2_0.24-4_i386.deb) ...
Selecting previously unselected package nfs-common.
Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-2+b1_i386.deb) ...
Processing triggers for man-db ...
Setting up libnfsidmap2 (0.24-4) ...
Setting up nfs-common (1:1.2.5-2+b1) ...

Creating config file /etc/idmapd.conf with new version

Creating config file /etc/default/nfs-common with new version
Starting NFS common utilities: statd idmapd.


Steven.

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620722: Acknowledgement (ITP: drbl -- Diskless Remote Boot in Linux for client machines)

2011-12-27 Thread Steven Shiau


On 12/27/2011 05:35 AM, Georges Khaznadar wrote:
> Here is a reminder about an intention to package DRBL for Debian (an
> ITP bug in Debian's language)
> 
> I just uploaded a package made from your work, but ordinary debian users
> will probably not find it as useful as other packages, since no one
> command lies in the ordinary executable path.
> 
> How can I help to make this package more handy? I suggest writing a small
> set of commands to put into the executable patch, each of them setting
> the right environment variables (like DRBL_SCRIPT_PATH) and invoking 
> some of the commands which live in /usr/share/drbl, as per the FHS (file
> hierarchy standard), and writing a short manpage for each of them.
> 
> I would like to ask you which command could be made available for the
> mean debian user at first. Maybe drbl4imp? Please can you write me
> which commands would be the most important to implement for an end user?
The most important commands to configure DRBL is:
drblsrv
drblpush
and the most important command an system administrator will use is:
dcs

Do you want me to list all the commands an user might use?

Steven.
> 
> Best regards, Georges.
> 
> Georges Khaznadar a écrit :
>> Hello NCHC free-libre coders!
>>
>> I shall begin to package DRBL for Debian, with your help, if you do not
>> mind. There is work to do to meet Debian standards for packages in the
>> main section.
>>
>> I will talk about details in a separate e-mail. This one is to inform you
>> about the ITP (intention to package), see
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620722 if you prefer
>> viewing it in your favourite browser.
>>
>> Best regards,Georges.
>>
>>
>> Debian Bug Tracking System a écrit :
>>> Thank you for filing a new Bug report with Debian.
>>>
>>> This is an automatically generated reply to let you know your message
>>> has been received.
>>>
>>> Your message is being forwarded to the package maintainers and other
>>> interested parties for their attention; they will reply in due course.
>>>
>>> As you requested using X-Debbugs-CC, your message was also forwarded to
>>>   debian-de...@lists.debian.org
>>> (after having been given a Bug report number, if it did not have one).
>>>
>>> Your message has been sent to the package maintainer(s):
>>>  w...@debian.org
>>>
>>> If you wish to submit further information on this problem, please
>>> send it to 620...@bugs.debian.org.
>>>
>>> Please do not send mail to ow...@bugs.debian.org unless you wish
>>> to report a problem with the Bug-tracking system.
>>>
>>> -- 
>>> 620722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620722
>>> Debian Bug Tracking System
>>> Contact ow...@bugs.debian.org with problems
>>>
>>
>> -- 
>> Georges KHAZNADAR et Jocelyne FOURNIER
>> 22 rue des mouettes, 59240 Dunkerque France.
>> Téléphone +33 (0)3 28 29 17 70
>>
> 
> 
> 

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620722: Acknowledgement (ITP: drbl -- Diskless Remote Boot in Linux for client machines)

2011-12-28 Thread Steven Shiau
Hi Georges,

On 12/28/2011 01:16 AM, Georges Khaznadar wrote:
> Hello Steven,
> 
> Steven Shiau a écrit :
>> The most important commands to configure DRBL is:
>> drblsrv
>> drblpush
>> and the most important command an system administrator will use is:
>> dcs
>>
>> Do you want me to list all the commands an user might use?
> 
> This will be necessary sooner or later. However let us focus on most
> important commands first.
> 
> When I inspect the code of sbin/drblsrv, I see the following lines:
> 
> # Source DRBL setting
> . /opt/drbl/conf/drbl.conf
> 
> I will write a script to modify such lines (in any script) into
> 
> # Source DRBL setting
> . /etc/drbl/drbl.conf
> 
> since files which provide system-wide settings should live in /etc, per
> the FHS. The change will not propagate into your upstream development,
> it will be part only of the debian package.
> 
> Do you think that such a general change might provide a consistent set
> of scripts?
I believe so. Once you finalize that, we will change that in the newer
release.
> 
> I wrote the attached files to output the manpage drblsrv.8, Would you
> agree to review them and provide some feedback? You can view thr manpage
> by typing "man -l drblsrv.8"
> 
> These files come with some suggestions:
> - adding option -h/--help and -v/--version for the command
I will add -h/--help. However, as for the version, do you have a better
mechanism for that?
> - documenting some strings output as diagnostics, documenting the exit
>   status if it is useful,
> - writing a minimal manual page for drbl.conf's contents
> - documenting known bugs if any
Yes, we need more time to cook these. I am not familiar with writing
such a man page. Which tool are you using for writing such a man page?
Thank you very much.

Steven.

> 
> These suggestions are consistent with debian's quality assurance team's
> policy about manpages. They are not mandatory, but if we succeed in
> implementing some of them, users will enjoy.
> 
> Thank you in advance for your feedback.
> 
> Best regards, Georges.
> 
> Then I shall write a manpage in docbook/xml format for drblsrv and
> submit it to your review. Will you be kind enough to provide me feedback
> about it?
> 
> Best regards, Georges.
> 
> 
> 
>>
>> Steven.
>>>
>>> Best regards,   Georges.
>>>
>>> Georges Khaznadar a écrit :
>>>> Hello NCHC free-libre coders!
>>>>
>>>> I shall begin to package DRBL for Debian, with your help, if you do not
>>>> mind. There is work to do to meet Debian standards for packages in the
>>>> main section.
>>>>
>>>> I will talk about details in a separate e-mail. This one is to inform you
>>>> about the ITP (intention to package), see
>>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620722 if you prefer
>>>> viewing it in your favourite browser.
>>>>
>>>> Best regards,  Georges.
>>>>
>>>>
>>>> Debian Bug Tracking System a écrit :
>>>>> Thank you for filing a new Bug report with Debian.
>>>>>
>>>>> This is an automatically generated reply to let you know your message
>>>>> has been received.
>>>>>
>>>>> Your message is being forwarded to the package maintainers and other
>>>>> interested parties for their attention; they will reply in due course.
>>>>>
>>>>> As you requested using X-Debbugs-CC, your message was also forwarded to
>>>>>   debian-de...@lists.debian.org
>>>>> (after having been given a Bug report number, if it did not have one).
>>>>>
>>>>> Your message has been sent to the package maintainer(s):
>>>>>  w...@debian.org
>>>>>
>>>>> If you wish to submit further information on this problem, please
>>>>> send it to 620...@bugs.debian.org.
>>>>>
>>>>> Please do not send mail to ow...@bugs.debian.org unless you wish
>>>>> to report a problem with the Bug-tracking system.
>>>>>
>>>>> -- 
>>>>> 620722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620722
>>>>> Debian Bug Tracking System
>>>>> Contact ow...@bugs.debian.org with problems
>>>>>
>>>>
>>>> -- 
>>>> Georges KHAZNADAR et Jocelyne FOURNIER
>>>> 22 rue des mouettes, 59240 Dunkerque France.
>>>> Téléphone +33 (0)3 28 29 17 70
>>>>
>>>
>>>
>>>
>>
>> -- 
>> Steven Shiau  
>> National Center for High-performance Computing, Taiwan.
>> http://www.nchc.org.tw
>> Public Key Server PGP Key ID: 1024D/9762755A
>> Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A
>>
> 

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#673117: I confirmed this issue - cifs-utils: mount.cifs fails without any message nor log

2012-05-18 Thread Steven Shiau
I have exactly the same problem here.
With cifs-utils version 2:5.4-1 on Debian Sid, I could not mount a SMB
server, and it gives no message and no log.
I solved this issue by downgrading cifs-utils to 2:5.3-2.

Steven.
-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#669246: This is due to no /etc/init.d/fuse in fuse 2.8.7-2

2012-04-18 Thread Steven Shiau

I believe this issue is due to this:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667988
No more /etc/init.d/fuse in in fuse 2.8.7-2.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#666971: ncurses-base: Garbled frame boundary for dialog with ncurses-base 5.9.5

2012-04-02 Thread Steven Shiau
Package: ncurses-base
Version: 5.9-5
Severity: normal

Dear Maintainer,
Just did a upgrade for my Sid box, and I found ncurses-base 5.9-5 does not 
behave as that of version 5.9-4, i.e.  garbled frame boundary when running 
dialog with LC_ALL=C. 
How to reproduce:
1. Login Debian Sid console (e.g. tty1) as a normal user, and this problem only 
occurs on console, not remote shell.
2. cd /usr/share/doc/dialog/examples
3. LC_ALL=C ./msgbox
Then you can see the garbled frame boundary. As shown in the attached png file.
The dialog version is 1.1-20120215-1. This issue also occurs when running 
whiptail (0.52.14-8) with the following command:
===
LC_ALL=C whiptail --title "MESSAGE BOX" --clear "$@" \
--msgbox "Hi, this is a simple message box. You can use this to \
display any message you like. The box will remain until \
you press the ENTER key." 10 41
===
If I downgrade ncurses-base to 5.9-4, rerun the above steps, no such issue.
BTW, it's OK when running with LC_ALL=en_US.UTF-8 and zh_TW.UTF-8, so this 
issue only happens for LC_ALL=C.
Could you please fix this?
Thanks.

Steven.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information
<>

Bug#795952: base-files postinst error causes debootstrap to exit

2015-08-18 Thread Steven Shiau
Package: base-files
Version: 9.3
Severity: important

Dear Maintainer,

With the latest base-files, debootstrap won't be able to create a Sid
bootstrap system.
This is due to the postinst error, as shown in the bootstrap log:
Setting up base-files (9.3) ...
cp: cannot stat '/usr/share/base-files//usr/share/base-files/info.dir':
No such file or directory
dpkg: error processing package base-files (--install):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 base-files

The command I used to create a bootstrap system is:
debootstrap --verbose --arch=i386 sid sid-chroot
http://free.nchc.org.tw/debian
Attached please find the log when running debootstrap. If you need more
info, please let me know.
Thanks.

Steven.
-- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C
steven@sid-amd64:~/tmp$ sudo debootstrap --verbose --arch=i386 sid sid-chroot 
http://free.nchc.org.tw/debian
I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional required dependencies: adduser dmsetup insserv libapparmor1 
libaudit-common libaudit1 libbz2-1.0 libcap2 libcap2-bin libcryptsetup4 
libdb5.3 libdebconfclient0 libdevmapper1.02.1 libgcrypt20 libgpg-error0 
libkmod2 libncursesw5 libprocps4 libseccomp2 libsemanage-common libsemanage1 
libsystemd0 libudev1 libustr-1.0-1 procps systemd systemd-sysv udev
I: Found additional base dependencies: libdns-export100 libffi6 libgmp10 
libgnutls-deb0-28 libgnutls-openssl27 libhogweed4 libicu55 libidn11 
libirs-export91 libisc-export95 libisccfg-export90 libnettle6 libnfnetlink0 
libp11-kit0 libpsl0 libtasn1-6
I: Checking component main on http://free.nchc.org.tw/debian...
I: Retrieving libacl1 2.2.52-2
I: Validating libacl1 2.2.52-2
I: Retrieving adduser 3.113+nmu3
I: Validating adduser 3.113+nmu3
I: Retrieving libapparmor1 2.9.2-3
I: Validating libapparmor1 2.9.2-3
I: Retrieving apt 1.0.10.1
I: Validating apt 1.0.10.1
I: Retrieving apt-utils 1.0.10.1
I: Validating apt-utils 1.0.10.1
I: Retrieving libapt-inst1.5 1.0.9.10
I: Validating libapt-inst1.5 1.0.9.10
I: Retrieving libapt-inst1.7 1.0.10.1
I: Validating libapt-inst1.7 1.0.10.1
I: Retrieving libapt-pkg4.12 1.0.9.10
I: Validating libapt-pkg4.12 1.0.9.10
I: Retrieving libapt-pkg4.16 1.0.10.1
I: Validating libapt-pkg4.16 1.0.10.1
I: Retrieving libattr1 1:2.4.47-2
I: Validating libattr1 1:2.4.47-2
I: Retrieving libaudit-common 1:2.4.2-1
I: Validating libaudit-common 1:2.4.2-1
I: Retrieving libaudit1 1:2.4.2-1
I: Validating libaudit1 1:2.4.2-1
I: Retrieving base-files 9.3
I: Validating base-files 9.3
I: Retrieving base-passwd 3.5.38
I: Validating base-passwd 3.5.38
I: Retrieving bash 4.3-13
I: Validating bash 4.3-13
I: Retrieving libdns-export100 1:9.9.5.dfsg-11
I: Validating libdns-export100 1:9.9.5.dfsg-11
I: Retrieving libirs-export91 1:9.9.5.dfsg-11
I: Validating libirs-export91 1:9.9.5.dfsg-11
I: Retrieving libisc-export95 1:9.9.5.dfsg-11
I: Validating libisc-export95 1:9.9.5.dfsg-11
I: Retrieving libisccfg-export90 1:9.9.5.dfsg-11
I: Validating libisccfg-export90 1:9.9.5.dfsg-11
I: Retrieving libboost-iostreams1.54.0 1.54.0+dfsg-7
I: Validating libboost-iostreams1.54.0 1.54.0+dfsg-7
I: Retrieving libboost-iostreams1.55.0 1.55.0+dfsg-4
I: Validating libboost-iostreams1.55.0 1.55.0+dfsg-4
I: Retrieving libboost-iostreams1.58.0 1.58.0+dfsg-3
I: Validating libboost-iostreams1.58.0 1.58.0+dfsg-3
I: Retrieving bsdmainutils 9.0.6
I: Validating bsdmainutils 9.0.6
I: Retrieving libbz2-1.0 1.0.6-8
I: Validating libbz2-1.0 1.0.6-8
I: Retrieving libdebconfclient0 0.195
I: Validating libdebconfclient0 0.195
I: Retrieving coreutils 8.23-4
I: Validating coreutils 8.23-4
I: Retrieving cpio 2.11+dfsg-4.1
I: Validating cpio 2.11+dfsg-4.1
I: Retrieving cron 3.0pl1-128
I: Validating cron 3.0pl1-128
I: Retrieving libcryptsetup4 2:1.6.6-5
I: Validating libcryptsetup4 2:1.6.6-5
I: Retrieving dash 0.5.7-4+b1
I: Validating dash 0.5.7-4+b1
I: Retrieving libdb5.3 5.3.28-9+b1
I: Validating libdb5.3 5.3.28-9+b1
I: Retrieving debconf 1.5.57
I: Validating debconf 1.5.57
I: Retrieving debconf-i18n 1.5.57
I: Validating debconf-i18n 1.5.57
I: Retrieving debian-archive-keyring 2014.3
I: Validating debian-archive-keyring 2014.3
I: Retrieving debianutils 4.5.1
I: Validating debianutils 4.5.1
I: Retrieving diffutils 1:3.3-1+b1
I: Validating diffutils 1:3.3-1+b1
I: Retrieving dmidecode 2.12-4
I: Validating dmidecode 2.12-4
I: Retrieving dpkg 1.18.2
I: Validating dpkg 1.18.2
I: Retrieving e2fslibs 1.42.13-1
I: Validating e2fslibs 1.42.13-1
I: Retrieving e2fsprogs 1.42.13-1
I: Validating e2fsprogs 1.42.13-1
I: Retrieving libcomerr2 1.42.13-1
I: Validating libcome

Bug#825089: util-linux 2.28 makes nfsroot fail to reboot/shutdown

2016-05-23 Thread Steven Shiau
Package: util-linux
Version: 2.28-5
Severity: important

Dear Maintainer,

   * What led up to the situation?
 After upgrading to util-linux 2.28-5, the nfsroot machine fails to reboot 
or shutdown. It hangs at
 "nfs: server xxx not responding, still trying".
 If I reverted to util-linux 2.27.1-6, then no such issue.
 Attached please find the error messages when client failing to 
reboot/shutdown.
 If you need more info, please let me know.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.5.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages util-linux depends on:
ii  libblkid1  2.28-5
ii  libc6  2.22-9
ii  libfdisk1  2.28-5
ii  libmount1  2.28-5
ii  libncursesw5   6.0+20160319-1
ii  libpam0g   1.1.8-3.2
ii  libselinux12.5-3
ii  libsmartcols1  2.28-5
ii  libsystemd0229-6
ii  libtinfo5  6.0+20160319-1
ii  libudev1   229-6
ii  libuuid1   2.28-5
ii  zlib1g 1:1.2.8.dfsg-2+b1

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools  4.0-2
ii  kbd 2.0.3-2
pn  util-linux-locales  

-- debconf information excluded


Bug#825089: Fixed with systemd upgraded to 230

2016-05-29 Thread Steven Shiau


On 5/23/2016 PM 09:38, Steven Shiau wrote:

Package: util-linux
Version: 2.28-5
Severity: important

Dear Maintainer,

* What led up to the situation?
  After upgrading to util-linux 2.28-5, the nfsroot machine fails to reboot 
or shutdown. It hangs at
  "nfs: server xxx not responding, still trying".
  If I reverted to util-linux 2.27.1-6, then no such issue.
  Attached please find the error messages when client failing to 
reboot/shutdown.
  If you need more info, please let me know.



This issue was fixed when my systemd was upgraded to 230.
Thanks.

Steven

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#827797: ncurses-bin: The files under /usr/bin/ are missing.

2016-06-21 Thread Steven Shiau
Package: ncurses-bin
Version: 6.0+20160319-2
Severity: important

Dear Maintainer,

After upgrading ncurses-bin to 6.0+20160319-2, the binary files in /usr/bin/ 
are gone. No more command "clear", etc. After inspecting the files from 
ncurses-bin, they are not included:
$ dpkg -L ncurses-bin
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/ncurses-bin
/usr/share/doc/ncurses-bin/FAQ
/usr/share/doc/ncurses-bin/changelog.Debian.gz
/usr/share/doc/ncurses-bin/changelog.gz
/usr/share/doc/ncurses-bin/copyright
/usr/share/man


However, if I download the source with apt (apt-get source ncurses-bin), then 
rebuild it with "debuild", the created ncurses-bin deb does contain those 
binary files. Any changes to ncruses-bin or did I mss anything? 

Thank you very much.

Steven

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.6.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

-- no debconf information



Bug#823323: busybox: Side effect after disabling CONFIG_FEATURE_PREFER_APPLETS

2016-05-03 Thread Steven Shiau
Package: busybox
Version: 1:1.22.0-19
Severity: important

Dear Maintainer,

To address the issue about kmod's modprobe in busybox (#821307), the
CONFIG_FEATURE_PREFER_APPLETS is disabled in busybox 1:1.22.0-19. 
However, this causes some issues for live-boot. There are some commands in
the shell script use the options that the commands from kmod do not support.
E.g. now when "ls" is used, the one from kmod is used. However, it only
supports option "-h":
$ bin/ls -h
Usage: ls [-h] [FILE ...]

While in live-boot, the following scripts, for example:
9990-misc-helpers.sh:   if [ -z "$(ls -A "${src}")" ]
9990-mount-iscsi.sh:devices="$(ls -d 
/sys/class/scsi_device/${host}*/device/block:* \
9990-overlay.sh:num_block=$(ls -l /sys/block | wc -l)
9990-select-eth-device.sh:  l_interfaces="$(cd 
/sys/class/net/ && ls -d * 2>/dev/null | grep -v "lo")"
9990-toram-todisk.sh:   size=$( expr $(ls -la 
${MODULETORAMFILE} | awk '{print $5}') / 1024 + 5000 )

All of them use the options which kmod's ls does not support.
This change causes many failures for live-boot. Any way to find the balance?
Thanks in advance.

Steven

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.5.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages busybox depends on:
ii  libc6  2.22-7

busybox recommends no packages.

busybox suggests no packages.

-- no debconf information



Bug#823323: busybox: Side effect after disabling CONFIG_FEATURE_PREFER_APPLETS

2016-05-03 Thread Steven Shiau


On 5/4/2016 AM 04:26, Ben Hutchings wrote:


On 3 May 2016 15:27:07 CEST, Steven Shiau  wrote:

Package: busybox
Version: 1:1.22.0-19
Severity: important

Dear Maintainer,

To address the issue about kmod's modprobe in busybox (#821307), the
CONFIG_FEATURE_PREFER_APPLETS is disabled in busybox 1:1.22.0-19.
However, this causes some issues for live-boot. There are some commands
in
the shell script use the options that the commands from kmod do not
support.

I guess you mean klibc-utils not kmod?

Oh, YES. My bad. Thanks for correcting that.



E.g. now when "ls" is used, the one from kmod is used. However, it only
supports option "-h":
$ bin/ls -h
Usage: ls [-h] [FILE ...]

[...]

/bin/ls should be a symlink to busybox. Why isn't it?
No idea here. Is it due to the config of initramfs-tools? There are some 
more files in initrd.img in the Debian live are from klibc-utils:

# file * | grep klibc | awk -F":" '{print $1}'
cat
chroot
cpio
dd
dmesg
false
fstype
halt
ipconfig
kill
ln
losetup
ls
minips
mkdir
mkfifo
mknod
mount
mv
nfsmount
nuke
pivot_root
poweroff
readlink
reboot
resume
run-init
sleep
sync
true
umount
uname

While the rest are busybox, e.g. df, cut...
Thanks.

Steven



Ben.


--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#823400: tmpfs size calculation fails

2016-05-04 Thread Steven Shiau


On 05/04/2016 06:48 PM, Marcos Mello wrote:
> + ls -la /live/medium/clonezilla/filesystem.squashfs
> + awk {print $5}
> -la: No such file or directory
Your issue might be related to this one:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823323

Which version of busybox do you have in your customized Clonezilla live?

Steven

-- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#823323: busybox: Side effect after disabling CONFIG_FEATURE_PREFER_APPLETS

2016-05-04 Thread Steven Shiau

Hi Ben,
On 05/04/2016 04:26 AM, Ben Hutchings wrote:
> /bin/ls should be a symlink to busybox. Why isn't it?
OK, I found apparently it's due to the hook file from klibc-utils:
/usr/share/initramfs-tools/hooks/klibc-utils
It copies all files from /usr/lib/klibc/bin/ to /bin/ in initramfs, and
it contains the file "ls":
# ls -l /usr/lib/klibc/bin/ls
-rwxr-xr-x 1 root root 2716 Feb 11 00:38 /usr/lib/klibc/bin/ls
That's why /bin/ls is not a symlink to busybox.

A related bug was just reported:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823400

Steven

-- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#823400: tmpfs size calculation fails

2016-05-04 Thread Steven Shiau


On 05/04/2016 08:41 PM, Marcos Mello wrote:
> busybox 1.22.0-18. /bin/ls is not a symlink to busybox in the initramfs.
>
> ls -la /bin/ls
> -rwxr-xr-x1 00 2576 Jan 18 23:35 /bin/ls
>
> Running /bin/ls directly:
>
> /bin/ls -la /bin/ls
> -la: No such file or directory
>
> (klibc-utils ls)
>
> So I do not know if #823323 has a role here.
>
> busybox does use its built in ls as you can see, but not when the script is 
> run.
Which did you do when you customized Clonezilla live?
Did you try the original, unmodified version of Clonezilla live
2.4.5-23? It has no problem to use "To RAM" option provided by
live-boot. I have just tested it again and confirmed it is OK for "To
RAM" option.

Steven

-- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#793760: grub-pc: Autoload grub2's config file when netbooting for uEFI clients

2015-07-27 Thread Steven Shiau
Package: grub-pc
Version: 2.02~beta2-26
Severity: wishlist
Tags: patch

Dear Maintainer,

Grub 2.02 does not provide the mechanism to automatically load a config file 
for uEFI network boot clients like that of PXELinux. It always let network boot 
client load grub.cfg. We need the ability for client to auto load that, like:
(tftp,192.168.1.254)/boot/grub/grub.cfg-01-00-0c-29-68-f3-23
(tftp,192.168.1.254)/boot/grub/grub.cfg-C0A80101
(tftp,192.168.1.254)/boot/grub/grub.cfg-C0A8010
(tftp,192.168.1.254)/boot/grub/grub.cfg-C0A801
(tftp,192.168.1.254)/boot/grub/grub.cfg-C0A80
(tftp,192.168.1.254)/boot/grub/grub.cfg-C0A8
(tftp,192.168.1.254)/boot/grub/grub.cfg-C0A
(tftp,192.168.1.254)/boot/grub/grub.cfg-C0
(tftp,192.168.1.254)/boot/grub/grub.cfg-C
(tftp,192.168.1.254)/boot/grub/grub.cfg

CentOS/Fedora distribution has a patch for this, as described here:
https://git.centos.org/blob/rpms!grub2.git/0dc71c7bacb66388590a4a8e457d30813ce45205/SOURCES!0100-Search-for-specific-config-file-for-netboot.patch;jsessionid=11wvmi6s9c8nr192bj7zhe61yg
https://bugzilla.redhat.com/show_bug.cgi?id=873406

Is that possible we can have the same patch applied in Debian?
Thank you very much.

Steven.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.0.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]  1.5.57
ii  grub-common2.02~beta2-26
ii  grub-pc-bin2.02~beta2-26
ii  grub2-common   2.02~beta2-26
ii  ucf3.0030

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#773868: Patch to support overlay

2015-02-13 Thread Steven Shiau
I modified live-boot to support overlay from Linux kernel >=3.18 a few
days ago, by referring to kiwi from OpenSuSE.
Attached please find the patch to support overlayfs for live-boot 4.
My 2 cents.

Steven.

-- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C

--- a/components/9990-misc-helpers.sh
+++ b/components/9990-misc-helpers.sh
@@ -1322,7 +1322,7 @@
 			pidof unionfs-fuse >> /run/sendsigs.omit.d/unionfs-fuse || true )
 			;;
 
-		overlayfs)
+		overlayfs|overlay)
 			# XXX: can multiple unionro be used? (overlayfs only handles two dirs, but perhaps they can be chained?)
 			# XXX: and can unionro be optional? i.e. can overlayfs skip lowerdir?
 			if echo ${unionro} | grep -q " "
@@ -1333,7 +1333,18 @@
 panic "Overlayfs needs at least one lower filesystem (read-only branch)."
 			fi
 			unionmountopts="-o noatime,lowerdir=${unionro},upperdir=${unionrw}"
-			mount -t ${UNIONTYPE} ${unionmountopts} ${UNIONTYPE} "${unionmountpoint}"
+			if ! mount -t ${UNIONTYPE} ${unionmountopts} ${UNIONTYPE} "${unionmountpoint}" 2>/dev/null; then
+# Ref: kiwi from OpenSuse kiwi-7.02.18-1.1
+# overlayfs in version >= v22 behaves differently
+			# + renamed from overlayfs to overlay
+			# + requires a workdir to become mounted
+			# + requires workdir and upperdir to reside under the same mount
+			# + requires workdir and upperdir to be in separate subdirs
+mkdir ${unionrw}/rw
+mkdir ${unionrw}/work
+unionmountopts="-o noatime,lowerdir=${unionro},upperdir=${unionrw}/rw,workdir=${unionrw}/work"
+mount -t ${UNIONTYPE} ${unionmountopts} ${UNIONTYPE} "${unionmountpoint}"
+			fi
 			;;
 
 		*)
--- a/components/9990-overlay.sh
+++ b/components/9990-overlay.sh
@@ -9,7 +9,7 @@
 	addimage_directory="${3}"
 
 	case ${UNIONTYPE} in
-		aufs|unionfs|overlayfs)
+		aufs|unionfs|overlayfs|overlay)
 			modprobe -q -b ${UNIONTYPE}
 
 			if ! cut -f2 /proc/filesystems | grep -q "^${UNIONTYPE}\$" && [ -x /bin/unionfs-fuse ]


Bug#775832: live-build: functions/packagelists.sh fails to find correct arch for package like e2fslibs:i386=1.42.12-1

2015-01-20 Thread Steven Shiau
Package: live-build
Version: 4.0.4-1
Severity: normal
Tags: patch

Dear Maintainer,

   When assigning a package with version number, like
   syslinux-common=3:6.03+dfsg-5 or e2fslibs:i386=1.42.12-1,
   functions/packagelists.sh fails to find the correct arch.
   Attached please find the patch to get the correct arch.
   My 2 cents.
  
-- Package-specific info:

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages live-build depends on:
ii  cdebootstrap  0.6.4
ii  debootstrap   1.0.67

Versions of packages live-build recommends:
ii  cpio2.11+dfsg-4
ii  live-boot-doc   4.0.2-1
ii  live-config-doc 4.0.4-1
ii  live-manual-html [live-manual]  1:4.0.2-1

live-build suggests no packages.

-- no debconf information
--- functions/packagelists.sh	2014-12-10 14:56:58.0 +0800
+++ functions/packagelists.sh.new	2015-01-20 22:14:45.466783615 +0800
@@ -134,7 +134,7 @@
 			for _LB_PACKAGE_LINE_PART in ${_LB_PACKAGE_LINE}
 			do
 # Looking for :
-if [ -n "$(echo ${_LB_PACKAGE_LINE_PART} | awk -F':' '{print $2}')" ]
+if [ -n "$(echo ${_LB_PACKAGE_LINE_PART} | awk -F"=" '{print $1}' | awk -F':' '{print $2}')" ]
 then
 	_LB_DISCOVERED_ARCHITECTURES="${_LB_DISCOVERED_ARCHITECTURES} $(echo ${_LB_PACKAGE_LINE_PART} | awk -F':' '{print $2}')"
 fi


Bug#798268: squashfs-tools: 32-bit mksquashfs (4.3) fails on 64-bit Linux kernel

2015-09-07 Thread Steven Shiau
Package: squashfs-tools
Version: 1:4.3-1
Severity: important
Tags: patch

Dear Maintainer,

The updated squashfs-tools in the repository now has an issue to run 32-bit 
mksquashfs on 64-bit Linux kernel. This was reported here:
https://github.com/plougher/squashfs-tools/issues/4
A patch has been committed after squashfs-tools 4.3 was released:
https://github.com/plougher/squashfs-tools/commit/55f7ba830d40d438f0b0663a505e0c227fc68b6b
Could you please apply this patch?
Otherwise this squashfs-tools will make live-build fail to create 32-bit live 
system on an amd64 Debian system.
Thank you very much.

Steven.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.1.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages squashfs-tools depends on:
ii  libc6  2.19-19
ii  liblz4-1   0.0~r131-1
ii  liblzma5   5.1.1alpha+20120614-2.1
ii  liblzo2-2  2.08-1.2
ii  zlib1g 1:1.2.8.dfsg-2+b1

squashfs-tools recommends no packages.

squashfs-tools suggests no packages.

-- no debconf information



Bug#761255: partclone: please use ntfs-3g instead of linux-ntfs

2014-09-21 Thread Steven Shiau

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Georges,
Thanks for the bug report. We will deal with that.

Thomas,
Please remember to fix this.
Thanks.

Steven.

On 2014年09月12日 16:53, Georges Khaznadar wrote:
> Dear Aurelien, dear friends from NCHC,
>
> thank you for the bug report, Aurelien, I forward this reply to upstreams
> authors.
>
> Best regards,Georges.
>
> Aurelien Jarno a écrit :
>> Package: partclone
>> Version: 1:2014.2.15AR.1-5
>> Severity: normal
>> Tags: patch
>>
>> linux-ntfs is deprecated and will be removed from the archive (see
>> bug#734699). Please use ntfs-3g instead, which is as simple as switching
>> the build-dependencies:
>>
>> diff -Nru partclone-0.2.72/debian/control partclone-0.2.72/debian/control
>> --- partclone-0.2.72/debian/control2014-08-26 13:53:09.0
+0200
>> +++ partclone-0.2.72/debian/control2014-09-12 09:21:58.0
+0200
>> @@ -7,7 +7,7 @@
>>   gettext (>=0.18.2.1),
>>   e2fslibs-dev (>= 1.41.3), xfslibs-dev, libreiser4-dev (>=1.0.7-6.2),
>>   libreadline-gplv2-dev|libreadline5-dev,
>> - libbsd-dev, libncursesw5-dev, libntfs-dev, vmfs-tools,
>> + libbsd-dev, libncursesw5-dev, ntfs-3g-dev, vmfs-tools,
>>   libblkid-dev, pkg-config, xsltproc, docbook-xsl
>>  Standards-Version: 3.9.5
>>  Homepage: http://partclone.org/
>>
>>
>> -- System Information:
>> Debian Release: jessie/sid
>>   APT prefers unstable
>>   APT policy: (500, 'unstable'), (1, 'experimental')
>> Architecture: amd64 (x86_64)
>> Foreign Architectures: i386
>>
>> Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
>> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
>> Shell: /bin/sh linked to /bin/bash
>>
>

- -- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJUHssYAAoJEBHBEtpHz5Nc1E8P/0tV87kdJZZdprbbXc9G/m3F
covzK4l8on7J0Xqd3GGmwQZBNHJhQInfZ9qWfBrDCSd7l9pR3mTr9NGWSII9nptG
rnAYLz94s3aiWL8ho9xe8L2UChe1EHyNf3rKCJD9LZxCWtAfifUKeBa5athw1FmE
7qouWMQjKHpiAsie9VoHROCrTmOCClZysY6fQlxwlw0rSYzfZsz9g7SdIc45UEv2
SUpZ5G5nyCS9XAbtgQtPXVKEXGwoXgsWfXcdXj0vS5ZNid3RueEz8iOaYwQ0w2SI
V0p6VN+OzQWzaQuuv3G3Nnbg2fu7FKxyuUB/i2HOv0OHGcC6A7WUL0u9eX40JCa+
J4qwNHMTHyrbPS+PzwkE2xmpNuWKxOj0FpsKTwUGE7KKe5N53rGQ2cXvWzR/vMJM
h9wcFJkJipuoOa0DaypzUvLw4XqBqFrLNnfFaZw+N12d0ylMoE2Ii3k217WRR3V1
jnDvkDKPEVCIjFpzl6Vuy09rNMvwMCAqVcFyWh/rUpniDKSoAiHnpHGqLQql0XY4
VPGkryzrbGpPL4XGQsbdbUitJ2+xoViJjphi96zriSq14n4QKuVqYUBn5kcZ5PtJ
35qspR2SZ9cfLOK2RLAoNNflrJgRRE4yZCg9uQlQNdon1KZVJNsyeUl6kk7w6arm
EYjP84umLjEkT/lE2Fd5
=XoQ7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#759533: alien: Converted rpm won't be installed on Fedora system

2014-08-28 Thread Steven Shiau
Package: alien
Version: 8.91
Severity: normal

Dear Maintainer,
When I use alien to convert a deb to rpm package, the empty directories in the 
rpm are denied by Fedora system.
Steps to reproduce the issue (just an example, I know there is pigz on Fedora 
system):
1. sudo apt-get -d --reinstall install pigz
2. fakeroot alien -k --to-rpm /var/cache/apt/archives/pigz_2.3.1-1_i386.deb 
3. The content of converted rpm:
/
/usr
/usr/bin
/usr/bin/pigz
/usr/bin/unpigz
/usr/share
/usr/share/doc
/usr/share/doc/pigz
/usr/share/doc/pigz/README
/usr/share/doc/pigz/changelog.Debian.gz
/usr/share/doc/pigz/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/pigz.1.gz
/usr/share/man/man1/unpigz.1.gz

4. Copy the rpm to Fedora 19 i386 system, then install it. I got the following
   error messages:
   [steven@localhost tmp]$ sudo rpm -ivh pigz-2.3.1-1.i386.rpm
   Preparing...  # 
[100%]
   file / from install of pigz-2.3.1-1.i386 conflicts with file from 
package filesystem-3.2-10.fc19.i686
   file /usr/bin from install of pigz-2.3.1-1.i386 conflicts with file 
from package filesystem-3.2-10.fc19.i686

Apparently the "/" and "/usr/bin/" cause the issue.
Thanks.

Steven.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.14-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages alien depends on:
ii  cpio   2.11+dfsg-2
ii  debhelper  9.20140817
ii  dpkg-dev   1.17.13
ii  make   4.0-8
ii  perl   5.20.0-4
ii  rpm4.11.2-3
ii  rpm2cpio   4.11.2-3

alien recommends no packages.

Versions of packages alien suggests:
ii  bzip21.0.6-7
pn  lintian  
pn  lsb-rpm  
ii  lzma 9.22-2
ii  patch2.7.1-6
ii  xz-utils [lzma]  5.1.1alpha+20120614-2

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#813910: console-data: console-common should be listed as required for console-data

2016-02-06 Thread Steven Shiau
Package: console-data
Version: 2:1.12-5
Severity: normal

Dear Maintainer,

Package console-common is listed as recommends for console-data.
However, if console-common is not installed, there is a problem to run
"dpkg-reconfigure console-data", i.e. when it's run, after selecting
"Select keymap from arch list", nothing happens. Normally it should ask
the "Keyboard layout family", then "Keyboard layout".
This is how to reproduce it:
1. bootstrap a Debian Sid environment:
debootstrap --verbose --arch=amd64 --exclude=console-common
--include=console-data sid sid-chroot http://free.nchc.org.tw/debian

2. chroot sid-chroot

3. dpkg-reconfigure console-data

4. Select "Select keymap from arch list", then it quits without
asking "Keyboard layout family", and  "Keyboard layout", i.e. Nothing
happens.

If the Debian Sid environment is build with:
debootstrap --verbose --arch=amd64 --include=console-data,console-common
sid sid-chroot-amd64 http://free.nchc.org.tw/debian
Then "dpkg-reconfigure console-data" works when selecting the keymap.

So it seems to make sense to list "console-common" as required for
"console-data"?
My 2 cents.
Thanks.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/2 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 console-data depends on:
ii  debconf [debconf-2.0]  1.5.58

Versions of packages console-data recommends:
ii  console-common  0.7.89
ii  kbd 2.0.3-2

Versions of packages console-data suggests:
pn  unicode-data  

-- debconf information excluded

-- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#872194: espeakup: Espeakup fails to start due to libespeak-ng.so.1.1.49 segfault

2017-08-14 Thread Steven Shiau
Package: espeakup
Version: 1:0.80-5+b3
Severity: normal

Dear Maintainer,

Espeakup fails to start due to libespeak-ng.so.1.1.49 segfault in Debian Sid.

   * How to reproduce the issue?
 Just run "sudo service espeakup start"

 The error messages in /var/log/messages are attached.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.12.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages espeakup depends on:
ii  espeak   1.48.04+dfsg-5+b1
ii  init-system-helpers  1.49
ii  libc62.24-14
ii  libespeak-ng11.49.1+dfsg-2
ii  lsb-base 9.20161125

espeakup recommends no packages.

espeakup suggests no packages.

-- no debconf information
Aug 15 14:25:45 debian-TU kernel: [  252.462812] espeakup[988]: segfault at f8 
ip b76e3148 sp bf8bcab0 error 6 in libespeak-ng.so.1.1.49[b76ac000+52000]
Aug 15 14:25:53 debian-TU kernel: [  259.965879] espeakup[1001]: segfault at f8 
ip b770b148 sp bfb75650 error 6 in libespeak-ng.so.1.1.49[b76d4000+52000]
Aug 15 14:27:23 debian-TU kernel: [  350.205346] espeakup[1059]: segfault at f8 
ip b767b148 sp bfe88290 error 6 in libespeak-ng.so.1.1.49[b7644000+52000]


Bug#872194: espeakup: Espeakup fails to start due to libespeak-ng.so.1.1.49 segfault

2017-08-16 Thread Steven Shiau
OK, if I downgrade these two packages from 1.49.1 to 1.49.0, then 
everything is OK:

espeak-ng-data:amd641.49.0+dfsg-11
libespeak-ng1:amd64 1.49.0+dfsg-11

Steven

On 8/15/2017 PM 02:28, Steven Shiau wrote:

Package: espeakup
Version: 1:0.80-5+b3
Severity: normal

Dear Maintainer,

Espeakup fails to start due to libespeak-ng.so.1.1.49 segfault in Debian Sid.

* How to reproduce the issue?
  Just run "sudo service espeakup start"

  The error messages in /var/log/messages are attached.

-- System Information:
Debian Release: buster/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.12.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages espeakup depends on:
ii  espeak   1.48.04+dfsg-5+b1
ii  init-system-helpers  1.49
ii  libc62.24-14
ii  libespeak-ng11.49.1+dfsg-2
ii  lsb-base 9.20161125

espeakup recommends no packages.

espeakup suggests no packages.

-- no debconf information


--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#872194: espeakup: Espeakup fails to start due to libespeak-ng.so.1.1.49 segfault

2017-08-17 Thread Steven Shiau

On 08/18/2017 08:31 AM, Samuel Thibault wrote:
> Control: tags -1 + moreinfo
>
> Hello,
>
> Steven Shiau, on mar. 15 août 2017 14:28:56 +0800, wrote:
>> Espeakup fails to start due to libespeak-ng.so.1.1.49 segfault in Debian Sid.
>>
>>* How to reproduce the issue?
>>  Just run "sudo service espeakup start"
> I can't reproduce it, I have these versions, and things work just fine
> for me.
>
> Does the crash happen very quickly, or some particular things need to be
> done on the console?
> What configuration do you have in /etc/default/espeakup?
Hi Samuel,
Yes, the crash happens very quickly if I run "sudo service espeakup
restart". I can see the in /var/log/messages, and it actually will retry
and the segfalut occurs every about 90 secs.
Nothing was changed in /etc/default/espeakup:
==
$ cat /etc/default/espeakup
# To choose the default voice of the espeakup daemon, define VOICE here.
# See /usr/lib/*/espeak-data/voices/ for a list of possible voices.

VOICE=

# To choose audio output on another sound card, uncomment this and set as
# appropriate (either a card number or a card name as seen in CARD= alsa
# output).
#
# ALSA_CARD=0
==

I can reproduce this issue in many of different machines, like the
latest (updated these 2 days)  Debian Sid on VMWare WS, both i386 and
AMD64 architectures with Linux kernel 4.12.0-1, and on my Lenovo x230
laptop.
Thanks.

Steven
>
> Samuel

-- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#868015: [patch] knockd does not start after system reboot

2017-08-31 Thread Steven Shiau
I suffered the same issue after upgrading to Debian 9. Attached please 
find the patch file.


Steven

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C

--- knockd.service.orig 2017-09-01 11:27:21.080168675 +0800
+++ knockd.service  2017-09-01 11:27:35.432233376 +0800
@@ -11,3 +11,7 @@
 SuccessExitStatus=0 2 15
 ProtectSystem=full
 CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN
+
+[Install]
+WantedBy=multi-user.target
+Alias=knockd.service


Bug#874436: opensource.nchc.org.tw debian mirror contact address

2017-09-06 Thread Steven Shiau
Hi Peter,

Please list 3 of us:
Ceasar Sun, cea...@nchc.org.tw
Thomas Tsai, tho...@nchc.org.tw
Steven Shiau, ste...@nchc.org.tw
Thanks.

Steven

On 2017/09/06 18:07, Peter Palfrader wrote:
> Dear Sirs,
>
> I was checking some things in the Debian mirror universe and noticed
> an issue with the opensource.nchc.org.tw debian mirror.
>
> Unfortunately, the contact addresses we have on file -
>  Yu-Chung Chen , 
> ftpad...@opensource.nchc.org.tw
> both bounce.
>
> Can you please let us know who maintains the mirror at 
>  http://opensource.nchc.org.tw/debian/
>
> Thanks,

-- 
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#847729: whiptail: [Patch] Whiptail fails to allocate good space for tag and item strings in long strings

2016-12-10 Thread Steven Shiau
Package: whiptail
Version: 0.52.19-1
Severity: normal
Tags: patch

Dear Maintainer,

Whiptail fails to allocate good space for tag and item strings in long strings.

How reproducible:
Always

Steps to Reproduce:
The window size in the console:
$ resize
COLUMNS=100;
LINES=37;
export COLUMNS LINES;

This command for whiptail does not show good strings:
whiptail --backtitle 'TEST' --title 'TEST' --menu 'MODE' 0 0 0 \
runA 'RunA' \
runB 'RunB' \
runC 
'RunC01234567890123456789012345678901234567890123456789012345678901234567890123456789012'
 \
2> /tmp/output.txt

However, if making the strings shorter, the result is good:
whiptail --backtitle 'TEST' --title 'TEST' --menu 'MODE' 0 0 0 \
runA 'RunA' \
runB 'RunB' \
runC 
'RunC0123456789012345678901234567890123456789012345678901234567890123456789012345678901'
 \
2> /tmp/output.txt

After reporting to upstream 
(https://bugzilla.redhat.com/show_bug.cgi?id=1353792), a patch is available 
from upstream: 
https://git.fedorahosted.org/cgit/newt.git/commit/?id=10bbfd2837eb5ad87416ed2a648231a2a9b7c6fc
I have tested it and confirmed it works well. Since newt is not released very 
often, could you please apply this patch ?
Thank you very much.

Steven


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.7.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages whiptail depends on:
ii  libc62.24-8
ii  libnewt0.52  0.52.19-1
ii  libpopt0 1.16-10
ii  libslang22.3.1-5

whiptail recommends no packages.

whiptail suggests no packages.

-- no debconf information



Bug#840489: dislocker: Fails to run dislocker-find due to libdislocker0-dev is required.

2016-10-12 Thread Steven Shiau
Package: dislocker
Version: 0.6.1-6
Severity: important

Dear Maintainer,

When I run dislocker-find, it shows me the error:
$ sudo dislocker-find
/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot 
load such file -- libdislocker (LoadError)
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
from /usr/bin/dislocker-find:26:in `'

Apparently /usr/lib/libdislocker.so is missing. After libdislocker0-dev is 
installed, dislocker-find runs without any problem.
$ dpkg -S /usr/lib/libdislocker.so
libdislocker0-dev: /usr/lib/libdislocker.so

Either libdislocker0-dev has to be the required package for dislocker, like 
libdislocker0.6:
$ apt-cache show dislocker | grep Depends
Depends: libc6 (>= 2.3.6-6~), libdislocker0.6 (>= 0.6.1), libfuse2 (>= 2.6), 
libmbedcrypto0 (>= 2.0), libruby2.3 (>= 2.3.0~preview2), ruby

Or actually /usr/lib/libdislocker.so should be in the package libdislocker0.6.
If you need more info, please let me know.
My 2 cents.
Thanks.

Steven


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.7.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages dislocker depends on:
ii  libc62.24-3
ii  libdislocker0.6  0.6.1-6
ii  libfuse2 2.9.7-1
ii  libmbedcrypto0   2.3.0-1
ii  libruby2.3   2.3.1-5+b1
ii  ruby 1:2.3.0+4

dislocker recommends no packages.

dislocker suggests no packages.

-- no debconf information



Bug#840710: parted: Fix recognition of FAT file system after resizing

2016-10-13 Thread Steven Shiau

Package: parted
Version: 3.2-16+b1
Severity: wishlist
Tags: patch

Dear Maintainer,
Could you please apply the patch from upstream to fix recognition of FAT 
file system after resizing:

http://git.savannah.gnu.org/cgit/parted.git/commit/?id=c0d394abac4d6d2ce35c98585b6ecb33aea48583
This patch was applied in GParted live and confirmed to work well:
https://bugzilla.gnome.org/show_bug.cgi?id=759916

Thank you very much.

Steven

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.5.0-2-amd64 (SMP w/2 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 parted depends on:
ii  libc6 2.24-3
ii  libparted23.2-16+b1
ii  libreadline7  7.0-1
ii  libtinfo5 6.0+20160917-1

parted recommends no packages.

Versions of packages parted suggests:
pn  parted-doc  

-- no debconf information



--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#840709: parted: Prevent crash resizing FAT with very deep directories

2016-10-13 Thread Steven Shiau

Package: parted
Version: 3.2-16+b1
Severity: wishlist
Tags: patch

Dear Maintainer,
Could you please apply the patch from upstream to prevent crash resizing 
FAT with very deep directories:

http://git.savannah.gnu.org/cgit/parted.git/commit/?id=6242ad71d855be62d99ec345e52393be86ca9900
The patch was applied in GParted live and confirmed to work well:
https://bugzilla.gnome.org/show_bug.cgi?id=762448

Thank you very much.

Steven

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.5.0-2-amd64 (SMP w/2 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 parted depends on:
ii  libc6 2.24-3
ii  libparted23.2-16+b1
ii  libreadline7  7.0-1
ii  libtinfo5 6.0+20160917-1

parted recommends no packages.

Versions of packages parted suggests:
pn  parted-doc  

-- no debconf information


--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C



Bug#834687: ecryptfs-utils: Fail to install ecryptfs-utils due to libnss3-1d was removed

2016-08-17 Thread Steven Shiau
Source: ecryptfs-utils
Version: 111-1
Severity: normal

Dear Maintainer,

   When installing ecryptfs-utils on Debian Sid today, it shows me this error:
   The following packages have unmet dependencies:
   ecryptfs-utils : Depends: libnss3-1d but it is not going to be installed
   E: Unable to correct problems, you have held broken packages.

   This looks like due to nss (2:3.26-1) has removed the libnss3-1d
   transitional packages. Therefore ecryptfs-utils has to be rebuilt
   with new dependence (libnss3?).
   My 2 cents.
   Thanks.

   Steven


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.6.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)



Bug#830696: apt-key requires gnupg or gnupg2 in apt=1.3~pre2

2016-07-10 Thread Steven Shiau
Package: apt
Version: 1.3~pre2
Severity: important

Dear Maintainer,

   * What led up to the situation?
 After upgrading to apt 1.3~pre2, the apt-key does not work. It complains 
gnupg or gnupg2 not found.
 This is especially when running in a bootstrap environment that gnupg or 
gnupg2 is not installed.

   * What exactly did you do (or not do) that was effective (or ineffective)?
 steven@debian-TU:~$ apt-key list
 Error: gnupg or gnupg2 do not seem to be installed,
 Error: but apt-key requires gnupg or gnupg2 for this operation.

 steven@debian-TU:~$ dpkg-query -W -f='${binary:Package} ${Version}\n' apt
 apt 1.3~pre2
 steven@debian-TU:~$ dpkg -l gnupg gnupg2
 Desired=Unknown/Install/Remove/Purge/Hold
 | 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
 |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
 ||/ Name Version   Architecture  
Description
 
+++--=-=-==
 un  gnupg(no 
description available)
 un  gnupg2   (no 
description available)


 * What outcome did you expect instead?
   Apt should depend on gnupg or gnupg2.


-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (no /etc/apt/preferences.d/* present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- (/etc/apt/sources.list.d/dnjl-main-repository.list present, but not 
submitted) --


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.6.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages apt depends on:
ii  adduser 3.115
ii  debian-archive-keyring  2014.3
ii  gpgv1.4.20-6
ii  init-system-helpers 1.37
ii  libapt-pkg5.0   1.3~pre2
ii  libc6   2.23-1
ii  libgcc1 1:6.1.1-9
ii  libstdc++6  6.1.1-9

Versions of packages apt recommends:
pn  gnupg | gnupg2  

Versions of packages apt suggests:
pn  apt-doc  
pn  aptitude | synaptic | wajig  
ii  dpkg-dev 1.18.9
ii  powermgmt-base   1.31+nmu1
pn  python-apt   

-- no debconf information



Bug#831830: live-tools: live-medium-eject not working.

2016-07-19 Thread Steven Shiau
Package: live-tools
Version: 1:20151214+nmu1
Severity: normal
Tags: patch

Dear Maintainer,
   The live-medium-eject fails to eject the CD in my live system. I found on my 
live system, the _DEVICE is parsed to as something very weird:
   root@debian:~# bash -x /bin/live-medium-eject
   ...
   ++ awk '/\/lib\/live\/mount\/medium / { print $1 }' /proc/mounts
   + _DEVICE='/dev/sr0 | sed -e '\''s|/dev/||'\'' -e '\''s|[0-9].*$||'\'')'
   + '[' '!' -b '/dev//dev/sr0 | sed -e '\''s|/dev/||'\'' -e 
'\''s|[0-9].*$||'\'')' ']'
   + exit 0

   Attached please find the patch file. It works here.
   My 2 cents.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.6.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages live-tools depends on:
ii  init-system-helpers  1.39
ii  initramfs-tools  0.125
ii  lsb-base 9.20160629

live-tools recommends no packages.

Versions of packages live-tools suggests:
pn  debian-installer-launcher  
ii  eject  2.1.5+deb1+cvs20081104-13.1
ii  perl   5.22.2-2
ii  procps 2:3.3.12-2
ii  rsync  3.1.1-3
ii  uuid-runtime   2.28-6

-- no debconf information
Index: live-tools-20151214+nmu1/bin/live-medium-eject
===
--- live-tools-20151214+nmu1.orig/bin/live-medium-eject
+++ live-tools-20151214+nmu1/bin/live-medium-eject
@@ -40,7 +40,7 @@ done
 LIVE_MEDIUM_EJECT_VERBOSE="${LIVE_MEDIUM_EJECT_VERBOSE:-true}"
 
 # Ejecting live-medium
-_DEVICE="$(awk '/\/lib\/live\/mount\/medium / { print $1 }' /proc/mounts) | sed -e 's|/dev/||' -e 's|[0-9].*$||')"
+_DEVICE="$(findmnt -Un -o source -T /lib/live/mount/medium | sed -e 's|^/dev/||')"
 
 if [ ! -b "/dev/${_DEVICE}" ]
 then


Bug#1065394: debootstrap Sid failed to run due to libuuid1t64 and libuuid1 coexist

2024-03-03 Thread Steven Shiau

Hi,
debootstrap Sid on amd64 failed to run due to libuuid1t64 2.39.3-6.1 and 
libuuid1 2.39.3-9 coexist:

debootstrap --verbose --arch=amd64 sid sid-chroot
...
I: Extracting libunistring5...
I: Extracting libuuid1...
I: Extracting libuuid1t64...
E: Tried to extract package, but tar failed. Exit...

Though libuuid1 2.39.3-9 from util-linux was released, the libuuid1t64 
2.39.3-6.1 still in the repository, therefore causing debootstrap fails.


Steven

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/163E3FB0
Fingerprint: EB1D D5BF 6F88 820B BCF5  356C 8E94 C9CD 163E 3FB0



Bug#1065463: debootstrap can deal with native dpkg file replacement feature

2024-03-04 Thread Steven Shiau

Package: debootstrap
Version: 1.0.134
Severity: wishlist

Dear Maintainer,

As mentioned here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065394#28
For the moment on Mar/5/2024 in the Debian Sid repository, libuuid1 
"Provides:

libuuid1t64 (= 2.39.3-9)", and an exact version of libuuid1t64 which
is not in repos. libuuid1 and libuuid1t64 have "Replaces:" on each other 
already.
debootstrap should be able to solve the libuuid1t64 dependency by 
installing libuuid1 only.

Otherwise now if the following command is run:
$ sudo debootstrap --verbose --arch=amd64 sid sid-chroot
The debootstrap will fail at this:

I: Extracting libunistring5...
I: Extracting libuuid1...
I: Extracting libuuid1t64...
E: Tried to extract package, but tar failed. Exit...

and the log shows:
$ tail sid-chroot/debootstrap/debootstrap.log
Saving to: 
‘sid-chroot//var/cache/apt/archives/partial/zlib1g_1%3a1.3.dfsg-3.1_amd64.deb’


 0K .. .. .. .. .. 58%  845K 0s
    50K .. .. .. .    100% 
2.39M=0.07s


2024-03-03 10:33:06 (1.13 MB/s) - 
‘sid-chroot//var/cache/apt/archives/partial/zlib1g_1%3a1.3.dfsg-3.1_amd64.deb’ 
saved [87580/87580]


tar: ./usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0: Cannot open: File exists
tar: ./usr/lib/x86_64-linux-gnu/libuuid.so.1: Cannot create symlink to 
‘libuuid.so.1.3.0’: File exists

tar: Exiting with failure status due to previous errors

-- System Information:
Debian Release: 12.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'stable')

Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-18-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: 
LC_ALL set to en_US.UTF-8), LANGUAGE=en_US:en

Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages debootstrap depends on:
ii  wget  1.21.3-1+b2

Versions of packages debootstrap recommends:
ii  arch-test   0.20-1
ii  debian-archive-keyring  2023.3+deb12u1
ii  gnupg   2.2.40-1.1
ii  mount   2.38.1-5+b1

Versions of packages debootstrap suggests:
ii  binutils 2.40-2
pn  squid-deb-proxy-client   
ii  ubuntu-keyring [ubuntu-archive-keyring]  2020.06.17.1-1
ii  xz-utils 5.4.1-0.2
ii  zstd     1.5.4+dfsg2-5

-- no debconf information


--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/163E3FB0
Fingerprint: EB1D D5BF 6F88 820B BCF5  356C 8E94 C9CD 163E 3FB0

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/163E3FB0
Fingerprint: EB1D D5BF 6F88 820B BCF5  356C 8E94 C9CD 163E 3FB0



Bug#1022052: whiptail 0.52.21-6: fails with output: "free(): invalid pointer"

2022-10-19 Thread Steven Shiau

Package: whiptail
Version: 0.52.21-6
Severity: normal

Dear Maintainer,

   * What led up to the situation?
 After doing a system update in my Sid box today, the whiptail 
fails with output: "free(): invalid pointer"


   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 Run the following in the command line as a normal user:
 whiptail --backtitle 'backtitle' --title 'testing' --menu 
'Choose:' 0 0 0 A 'A' B 'B' C 'C'

 Choose either A, B, or C then press Enter.

   * What was the outcome of this action?
 free(): invalid pointer
 Aborted

   * What outcome did you expect instead?
 Either A, B, or C is shown in the command line.

 This issue is almost the same with this bug report, just the 
whiptail is newer, and libpopt0 is newer (version 1.19+dfsg-1):

 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942557
 Not sure if culprit is still libpopt0?

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.0.0-1-amd64 (SMP w/6 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: 
LC_ALL set to en_US.UTF-8), LANGUAGE not set

Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages whiptail depends on:
ii  libc6    2.35-3
ii  libnewt0.52  0.52.21-6
ii  libpopt0 1.19+dfsg-1
ii  libslang2    2.3.3-2

whiptail recommends no packages.

whiptail suggests no packages.

-- no debconf information

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/163E3FB0
Fingerprint: EB1D D5BF 6F88 820B BCF5  356C 8E94 C9CD 163E 3FB0



Bug#1022052: whiptail 0.52.21-6: fails with output: "free(): invalid pointer"

2022-10-19 Thread Steven Shiau
   This issue is almost the same with this bug report, just the 
whiptail is newer, and libpopt0 is newer (version 1.19+dfsg-1):

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942557
 Not sure if culprit is still libpopt0?
I confirmed if I downgraded to libpopt0 1.18-3, not the latest libpopt0 
1.19+dfsg-1, this issue is gone.

Could you please reassign this issue to libpop0?
Thank you very much.

Steven

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/163E3FB0
Fingerprint: EB1D D5BF 6F88 820B BCF5  356C 8E94 C9CD 163E 3FB0



Bug#1025163: whiptail 0.52.22-1: checklist and radiolist are broken

2022-11-30 Thread Steven Shiau

Package: whiptail
Version: 0.52.22-1
Severity: important

Dear Maintainer,

   As reported here, checklist and radiolist are broken in whiptail 
0.52.22:

   https://pagure.io/newt/issue/23

   New upstream has fixed this issue, and newt version 0.52.23 is 
available now:

   https://pagure.io/newt/releases
   Could you please upgrade to the latest version?
   Thank you very much.


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.0.0-1-amd64 (SMP w/6 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE 
not set

Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages whiptail depends on:
ii  libc6    2.36-6
ii  libnewt0.52  0.52.22-1
ii  libpopt0 1.19+dfsg-1
ii  libslang2    2.3.3-2

whiptail recommends no packages.

whiptail suggests no packages.

-- no debconf information

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/163E3FB0
Fingerprint: EB1D D5BF 6F88 820B BCF5  356C 8E94 C9CD 163E 3FB0



Bug#1065463: debootstrap can deal with native dpkg file replacement feature

2024-03-13 Thread Steven Shiau

On 3/5/2024 7:25 PM, Holger Levsen wrote:

On Tue, Mar 05, 2024 at 08:36:59AM +0800, Steven Shiau wrote:

debootstrap should be able to solve the libuuid1t64 dependency by installing
libuuid1 only.

just in case you are not aware, bootstrapping using either mmdebstrap or
cdebootstrap works atm. mmdebstrap is faster and mostly a drop-in replacement.
(same applies to cdebootstrap but its less faster :)

daily tests are available at:

https://jenkins.debian.net/job/reproducible_debootstrap_unstable/
https://jenkins.debian.net/job/reproducible_cdebootstrap_unstable/
https://jenkins.debian.net/job/reproducible_mmdebstrap_unstable/

Hi Holger,
Great. Thanks for this useful info.
We have patched Debian live-build and created a merger request to 
support mmdebostrap:

https://salsa.debian.org/live-team/live-build/-/merge_requests/343

Steven

--
Steven Shiau 
Public Key Server PGP Key ID: 4096R/163E3FB0
Fingerprint: EB1D D5BF 6F88 820B BCF5  356C 8E94 C9CD 163E 3FB0



Bug#407144: udftools: can't install in etch chroot

2007-08-16 Thread Steven Shiau
I confirm this bug. Although makedev is installed before udftools, but
in chroot environment, the /dev/MAKEDEV does not exist, since
ln -sf /sbin/MAKEDEV /dev/MAKEDEV
is not done by the function "create_dev_makedev" in /etc/init.d/udev. I
mean in chroot, the udev service is not run actually unless manually
start it.
Therefor IMHO maybe it's better to use
cd /dev; /sbin/MAKEDEV pktcdvd
instead of
cd /dev; ./MAKEDEV pktcdvd
in postinst.

My 2 cents.

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 9762755A
Fingerprint -- A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#427590: Segmentation fault when choosing nothing then press OK in whiptail

2007-06-04 Thread Steven Shiau
Package: whiptail
Version: 0.51.6-20
Severity: normal

When I choose nothing then press OK in whiptail, for example, the following 
script:
-
#!/bin/bash
LC_ALL=C whiptail --backtitle "whiptail bug ?" --title "Choose nothing, then 
press OK" --radiolist "You will get a segfault." 0 0 0 "opt1" "msg1" off "opt2" 
"msg2" off 2>TMP
-
It gives me a segmentation fault.
This happens both in whiptail 0.51.6-20 (Sarge) and 0.52.2-10 (Etch).


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=BIG5) (ignored: LC_ALL set to zh_TW.Big5)

Versions of packages whiptail depends on:
ii  libc6 2.3.2.ds1-22sarge6 GNU C Library: Shared libraries an
ii  libnewt0.51   0.51.6-20  Not Erik's Windowing Toolkit - tex
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  slang1a-utf8  1.4.9dbs-8 The S-Lang programming library wit

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#427590: A patch to fix this bug

2007-11-11 Thread Steven Shiau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
This is a patch to fix this bug, which is provided by Chris Liu from
NCHC, Taiwan.
It is tested to be OK with newt 0.52.2-11.
Please revise this patch, and if possible, include this in the newer newt.
Thanks.

Steven.
- --
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQFHN5GACLPj15didVoRAkaFAJisc4OggVsX8r7mABIH9h6QIvOaAJ95Mars
ql9wnn0CdhyAftH970qR8A==
=MTyY
-END PGP SIGNATURE-
diff -ruN newt-0.52.2-old/dialogboxes.c newt-0.52.2/dialogboxes.c
--- newt-0.52.2-old/dialogboxes.c	2007-11-09 19:37:02.0 +0800
+++ newt-0.52.2/dialogboxes.c		2007-11-09 19:14:37.0 +0800
@@ -441,10 +441,11 @@
 
 if (useRadio) {
 	answer = newtRadioGetCurrent(cbInfo[0].comp);
+	if (answer == NULL) return DLG_ESCAPE;
 	for (i = 0; i < numBoxes; i++) 
 	if (cbInfo[i].comp == answer) {
 		*selections = malloc(sizeof(char *) * 2);
-	 	if (*selections == NULL) return DLG_ERROR;
+	 	if (*selections == NULL) return DLG_ESCAPE;
 		(*selections)[0] = cbInfo[i].tag;
 		(*selections)[1] = NULL;
 		break;
@@ -463,10 +464,8 @@
 	if (cbStates[i] != ' ') 
 		(*selections)[numSelected++] = cbInfo[i].tag;
 	}
-
 	(*selections)[numSelected] = NULL;
 }
-
 return rc;
 }
 


Bug#544072: cdebootstrap: debootstrap has problem, too.

2009-09-05 Thread Steven Shiau
Subject: cdebootstrap: debootstrap has problem, too.
Package: cdebootstrap
Version: 0.5.4
Severity: normal

Just gave debootstrap instead of cdebootstrap a try, no good luck:
# LANG=C debootstrap --verbose --arch=i386 squeeze squeeze-chroot
http://mirrors.kernel.org/debian
...
W: Failure while configuring required packages.

Full log is attached.

-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/4 CPU cores)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cdebootstrap depends on:
ii debian-archive-keyring 2009.01.31 GnuPG archive keys of the Debian a
ii gpgv 1.4.9-4 GNU privacy guard - signature veri
ii libc6 2.9-25 GNU C Library: Shared libraries
ii libdebian-installer-extra4 0.61 Library of some extra debian-insta
ii libdebian-installer4 0.61 Library of common debian-installer
ii wget 1.11.4-4 retrieves files from the web

cdebootstrap recommends no packages.

cdebootstrap suggests no packages.

-- no debconf information

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A

# LANG=C debootstrap --verbose --arch=i386 squeeze squeeze-chroot 
http://mirrors.kernel.org/debian
I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional required dependencies: libdb4.7
I: Checking component main on http://mirrors.kernel.org/debian...
I: Retrieving adduser
I: Validating adduser
I: Retrieving apt
I: Validating apt
I: Retrieving apt-utils
I: Validating apt-utils
I: Retrieving aptitude
I: Validating aptitude
I: Retrieving base-files
I: Validating base-files
I: Retrieving base-passwd
I: Validating base-passwd
I: Retrieving bash
I: Validating bash
I: Retrieving bsdmainutils
I: Validating bsdmainutils
I: Retrieving bsdutils
I: Validating bsdutils
I: Retrieving coreutils
I: Validating coreutils
I: Retrieving cpio
I: Validating cpio
I: Retrieving cron
I: Validating cron
I: Retrieving debconf
I: Validating debconf
I: Retrieving debconf-i18n
I: Validating debconf-i18n
I: Retrieving debian-archive-keyring
I: Validating debian-archive-keyring
I: Retrieving debianutils
I: Validating debianutils
I: Retrieving dhcp3-client
I: Validating dhcp3-client
I: Retrieving dhcp3-common
I: Validating dhcp3-common
I: Retrieving dmidecode
I: Validating dmidecode
I: Retrieving dpkg
I: Validating dpkg
I: Retrieving e2fslibs
I: Validating e2fslibs
I: Retrieving e2fsprogs
I: Validating e2fsprogs
I: Retrieving ed
I: Validating ed
I: Retrieving findutils
I: Validating findutils
I: Retrieving gcc-4.2-base
I: Validating gcc-4.2-base
I: Retrieving gcc-4.3-base
I: Validating gcc-4.3-base
I: Retrieving gcc-4.4-base
I: Validating gcc-4.4-base
I: Retrieving gnupg
I: Validating gnupg
I: Retrieving gpgv
I: Validating gpgv
I: Retrieving grep
I: Validating grep
I: Retrieving groff-base
I: Validating groff-base
I: Retrieving gzip
I: Validating gzip
I: Retrieving hostname
I: Validating hostname
I: Retrieving ifupdown
I: Validating ifupdown
I: Retrieving info
I: Validating info
I: Retrieving initscripts
I: Validating initscripts
I: Retrieving install-info
I: Validating install-info
I: Retrieving iproute
I: Validating iproute
I: Retrieving iptables
I: Validating iptables
I: Retrieving iputils-ping
I: Validating iputils-ping
I: Retrieving libacl1
I: Validating libacl1
I: Retrieving libattr1
I: Validating libattr1
I: Retrieving libblkid1
I: Validating libblkid1
I: Retrieving libbz2-1.0
I: Validating libbz2-1.0
I: Retrieving libc-bin
I: Validating libc-bin
I: Retrieving libc6
I: Validating libc6
I: Retrieving libcomerr2
I: Validating libcomerr2
I: Retrieving libcwidget3
I: Validating libcwidget3
I: Retrieving libdb4.7
I: Validating libdb4.7
I: Retrieving libdevmapper1.02.1
I: Validating libdevmapper1.02.1
I: Retrieving libept0
I: Validating libept0
I: Retrieving libgcc1
I: Validating libgcc1
I: Retrieving libgdbm3
I: Validating libgdbm3
I: Retrieving liblocale-gettext-perl
I: Validating liblocale-gettext-perl
I: Retrieving libncurses5
I: Validating libncurses5
I: Retrieving libncursesw5
I: Validating libncursesw5
I: Retrieving libnewt0.52
I: Validating libnewt0.52
I: Retrieving libpam-modules
I: Validating libpam-modules
I: Retrieving libpam-runtime
I: Validating libpam-runtime
I: Retrieving libpam0g
I: Validating libpam0g
I: Retrieving libpopt0
I: Validating libpopt0
I: Retrieving libreadline5
I: Validating libreadline5
I: Retrieving libreadline6
I: Validating libreadline6
I: Retrieving libselinux1
I: Validating libselinux1
I: Retrieving libsepol1
I: Validating libsepol1
I: Retrieving libsigc++-2.0-0c2a
I: Validating libsigc++-2.0-0c2a
I: Retrieving libslang2
I: Validating libslang2
I: Retrievin

Bug#544072: Looks this bug was fixed in libsepol1 2.0.37-2.

2009-09-05 Thread Steven Shiau

Looks this bug was fixed in libsepol1 2.0.37-2.

From bug #545018:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545018

Changes: 
libsepol (2.0.37-2) unstable; urgency=low

.
  * [f7ba986]: [libsepol]: common code update: Make sure the jobserver is
no killed.
  * [b8570c3]: [libsepol] only run init -u when not in a chroot
This fix was done 10 days ago, I just forgot to upload the new
version; and then I was wondering how the bugs could possibly happen,
since the code in front of me would prevent that.
Bug fix: "postinst script fails in chroot environment", thanks to
Ondřej Surý (Closes: #543347 
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543347>).
Bug fix: "telinit doesn't work inside chroot", thanks to Sylvain
Le Gall (Closes: #543344 
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543344>).

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545611: live-helper: Live-helper does'nt make squeeze package, in debootstrap part, failed to configure sysvinit package

2009-09-08 Thread Steven Shiau

I believe this problem is due to this bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545018

It has been fixed in libsepol 2.0.37-2. However, since another release 
2.0.38-1 is in sid, no 2.0.37-2 will be in squeeze. The problem now is:

# grep-excuses libsepol
libsepol (2.0.37-1 to 2.0.38-1)
   Maintainer: Manoj Srivastava
   6 days old (needed 5 days)
   Overriding age needed from 10 days to 5 by luk
   out of date on ia64: libsepol1, libsepol1-dev, sepol-utils (from 
2.0.37-2)

   Updating libsepol1 fixes old bugs: #545018
   Not considered

Any workaround to force debootstrap or cdebootstrap to use libsepol 
2.0.38-1 when creating squeeze live using live-helper?

Appreciate.

Steven.

Daniel Baumann wrote:

reassign 545611 debootstrap
thanks

as said on the list and on irc already, this is not a debian-live
problem. live-helper just calls debootstrap, thus reassigning.

  


--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570752: xulrunner-1.9.1 (1.9.1.8-2_i386) fails in the fresh installation.

2010-02-21 Thread Steven Shiau
Package: xulrunner-1.9.1
Version: 1.9.1.8-2
Severity: normal

*** Please type your report below this line ***
xulrunner-1.9.1 1.9.1.8-2 fails in the fresh installation. On a debian
Sid system, I ran:
apt-get install xulrunner-1.9.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
xulrunner-1.9.1
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B/7,209kB of archives.
After this operation, 19.4MB of additional disk space will be used.
Selecting previously deselected package xulrunner-1.9.1.
(Reading database ... 64355 files and directories currently installed.)
Unpacking xulrunner-1.9.1 (from .../xulrunner-1.9.1_1.9.1.8-2_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/xulrunner-1.9.1_1.9.1.8-2_i386.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/xulrunner-1.9.1_1.9.1.8-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I did a test sid cdebootstrap:
LANG=C cdebootstrap --verbose --debug --arch=i386 --flavour=minimal
--include=xulrunner-1.9.1 sid sid-chroot http://free.nchc.org.tw/debian
It failed, too:
O: Unpacking xulrunner-1.9.1 (from
.../xulrunner-1.9.1_1.9.1.8-2_i386.deb) ...
P: Unpacking package xulrunner-1.9.1
D: Updating xulrunner-1.9.1 to status 2
O: dpkg: error processing
/var/cache/bootstrap/xulrunner-1.9.1_1.9.1.8-2_i386.deb (--unpack):
O: subprocess new pre-installation script returned error exit status 1
O: Errors were encountered while processing:
O: /var/cache/bootstrap/xulrunner-1.9.1_1.9.1.8-2_i386.deb
O: E: Sub-process /usr/bin/dpkg returned an error code (1)
D: Status: 25600
E: Internal error: install


-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xulrunner-1.9.1 depends on:
ii libasound2 1.0.22-2 shared library for ALSA applicatio
ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii libbz2-1.0 1.0.5-4 high-quality block-sorting file co
ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib
ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra
ii libdbus-1-3 1.2.20-2 simple interprocess messaging syst
ii libfontconfig1 2.8.0-2 generic font configuration library
ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.4.3-2 GCC support library
ii libglib2.0-0 2.22.4-1 The GLib library of C routines
ii libgtk2.0-0 2.18.7-1 The GTK+ graphical user interface
ii libhunspell-1.2-0 1.2.8-6 spell checker and morphological an
ii libjpeg62 6b-16.1 The Independent JPEG Group's JPEG
ii libmozjs2d 1.9.1.8-2 The Mozilla SpiderMonkey JavaScrip
ii libnspr4-0d 4.8.3-1 NetScape Portable Runtime Library
ii libnss3-1d 3.12.5-2 Network Security Service libraries
ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio
ii libpng12-0 1.2.42-2 PNG library - runtime
ii libreadline6 6.1-1 GNU readline and history libraries
ii libsqlite3-0 3.6.22-1 SQLite 3 shared library
ii libstartup-notification 0.10-1 library for program launch feedbac
ii libstdc++6 4.4.3-2 The GNU Standard C++ Library v3
ii libx11-6 2:1.3.3-1 X11 client-side library
ii libxrender1 1:0.9.5-1 X Rendering Extension client libra
ii libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages xulrunner-1.9.1 recommends:
ii libdbus-glib-1-2 0.84-1 simple interprocess messaging syst
ii libgconf2-4 2.28.0-1 GNOME configuration database syste
ii libgnome2-0 2.28.0-1 The GNOME library - runtime files
ii libgnomeui-0 2.24.2-1 The GNOME libraries (User Interfac
ii libgnomevfs2-0 1:2.24.2-2 GNOME Virtual File System (runtime

xulrunner-1.9.1 suggests no packages.

-- no debconf information

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#579397: STAT_FAIL to debian for SM_MON of 192.168.120.254, No canonical hostname found for 192.168.120.254

2010-06-09 Thread Steven Shiau



On 2010年06月06日 04:29, Ben Hutchings wrote:

On Thu, 2010-06-03 at 17:08 -0400, Chuck Lever wrote:
   

On 05/24/10 11:22 AM, Chuck Lever wrote:
 

[...]
   

We can probably remove the reverse mapping constraint for presentation
addresses. A simple fix might be to change statd_canonical_name() from:

freeaddrinfo(ai);
if (!result)
return NULL;

to

freeaddrinfo(ai);
if (!result)
return strdup(hostname);

Let me know if this works.
   

Any update?  I have a patch ready for nfs-utils to fix this regression,
but I need confirmation that it addresses your problem.
 

Steven originally had this problem, not me.  Steven, do you need me to
build a new package with this change?

Ben.

   

Ben,
Yes, please.
Thanks.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#590554: "/boot/grub/stage1 not read correctly" for grub-common

2010-07-27 Thread Steven Shiau

Package: grub-common
Version: 1.98+20100722-1
Severity: important

*** Please type your report below this line ***
I created a Debian Sid live CD with Debian live as a rescue system.
When I booted the rescue system, and used the grub-legacy program to 
reinstall grub for Debian Lenny system (installed in /dev/sda1) by:

r...@debian:~# grub-install --root-directory=/mnt /dev/sda
I got the error:
===
The file /mnt/boot/grub/stage1 not read correctly.
===

I downloaded the grub-common 1.98-1 from:
http://snapshot.debian.org/archive/debian/20100409T161321Z/pool/main/g/grub2/grub-common_1.98-1_i386.deb
Installed it on the Debian Sid environment, without rebooting, I ran the 
same command again:

r...@debian:~# grub-install --root-directory=/mnt /dev/sda
The command ran smoothly:
===
Installation finished. No error reported.
This is the contents of the device map /mnt/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(fd0)   /dev/fd0
(hd0) 
/dev/disk/by-id/ata-VMware_Virtual_IDE_Hard_Drive_0001
(hd1) 
/dev/disk/by-id/ata-VMware_Virtual_IDE_Hard_Drive_0101

===

Apparently there is something changed in grub-common 1.98+20100722-1 
that breaks the grub 1 support.

If you need more info, please let me know.

Steven.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-common depends on:
ii  base-files  5.8  Debian base system 
miscellaneous f
ii  dpkg1.15.7.2 Debian package management 
system
ii  gettext-base0.18.1.1-1   GNU Internationalization 
utilities
ii  libc6   2.11.2-2 Embedded GNU C Library: 
Shared lib
ii  libdevmapper1.02.1  2:1.02.48-2  The Linux Kernel Device 
Mapper use
ii  libfreetype62.4.0-2  FreeType 2 font engine, 
shared lib

ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages grub-common recommends:
pn  os-prober  (no description available)

Versions of packages grub-common suggests:
pn  grub-emu   (no description available)
pn  multiboot-doc  (no description available)
pn  xorriso(no description available)

-- no debconf information

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#613895: live-build: 'chroot/var/lib/apt/lists/*_Release*': No such file or directory

2011-02-17 Thread Steven Shiau

Package: live-build
Version: 2.0.12-2
Severity: normal

*** Please type your report below this line ***
When I created a Sid live with live-build 2.0.12-2 on Squeeze, it showed me:
cp: cannot stat `chroot/var/lib/apt/lists/*_Release*': No such file or 
directory


The commands to reproduce the problem:

lb config --archive-areas main
lb config --mirror-binary http://ftp.tw.debian.org/debian
lb config --mirror-bootstrap http://ftp.tw.debian.org/debian
lb config --mirror-chroot http://ftp.tw.debian.org/debian
lb config --bootstrap-flavour minimal --apt apt --apt-recommends false 
--binary-indices false --bootstrap cdebootstrap --tasksel none

lb config --volatile false
lb config --initramfs live-initramfs
lb config --username user --bootappend username=user
lb config --cache-indices true
lb config --binary-images iso-hybrid
lb config --distribution sid
lb config --linux-flavours 686
lb config --memtest none
lb build


The whole output and patch file are attached.

Steven.

-- Package-specific info:

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (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

Versions of packages live-build depends on:
ii  cdebootstrap  0.5.7  Bootstrap a Debian system
ii  cdebootstrap-static   0.5.7  Bootstrap a Debian system - 
static

ii  debootstrap   1.0.26 Bootstrap a basic Debian system

Versions of packages live-build recommends:
ii  cpio  2.11-4 GNU cpio -- a program to 
manage ar
ii  gnu-fdisk 1.2.4-3Linux fdisk replacement 
based on l


Versions of packages live-build suggests:
ii  dosfstools   3.0.9-1 utilities for making and 
checking

ii  fakeroot 1.14.4-1Gives a fake root environment
ii  genisoimage  9:1.1.11-1  Creates ISO-9660 CD-ROM 
filesystem
ii  grub 0.97-64 GRand Unified Bootloader 
(dummy pa

pn  memtest86+ | memtest   (no description available)
ii  mtools   4.0.12-1Tools for manipulating 
MSDOS files
ii  parted   2.3-5   The GNU Parted disk 
partition resi
ii  squashfs-tools   1:4.0-8 Tool to create and append 
to squas
ii  sudo 1.7.4p4-2.squeeze.1 Provide limited super user 
privile

ii  syslinux 2:4.02+dfsg-7   collection of boot loaders
pn  uuid-runtime   (no description available)
pn  win32-loader   (no description available)

-- no debconf information


--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A
P: Considering defaults defined in /etc/live/build.conf
P: Creating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Considering defaults defined in /etc/live/build.conf
P: Updating config tree
P: Setting up cleanup function
P: Begin caching bootstrap stage...
P: Begin bootstrapping system...
P: If the following stage fails, the most likely cause of the problem is with 
your mirror configuration, a caching proxy or the sid distribution.
P: Running cdebootstrap (download-only)...
P: Retrieving Release
P: Retrieving Release.gpg
P: Validating Release
I: Good signature from "Debian Archive Automatic Signing Key (6.0/squeeze) 
"
P: Parsing Release
P: Retrieving Packages.gz
P: Validating Packages.gz
P: Parsing Packages
P: Retrieving libc-bin
P: Validating libc-bin
P: Retrieving gcc-4.4-base
P: Validating gcc-4.4-base
P: Retrieving libgcc1
P: Validating libgcc1
P: Retrieving libc6
P: Validating libc6
P: Retrieving libstdc++6
P: Validating libstdc++6
P: Retrieving zlib1g
P: Validating zlib1g
P: Retrieving libbz2-1.0
P: Validating libbz2-1.0
P: Retrieving libselinux1
P: Validating libselinux1
P

Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-06 Thread Steven Shiau

I can reproduce this problem on Debian live (Squeeze) daily build 20101206.
Package: console-data
Version: 2:1.10-8
Severity: normal

How to reproduce:
1. Download 
http://live.debian.net/cdimage/daily-builds/squeeze/20101206-1/i386/iso-hybrid/debian-live-squeeze-i386-standard.iso

2. Boot it
3. sudo dpkg-reconfigure console-data
4. Choose any keymap from the list, e.g.
Choose "Select keymap from full list", then "amiga / Unknown / Italian / 
Standard / Standard"

Then it shows:
Looking for keymap to install:
amiga-it
loadkeys: /etc/console/boottime.kmap.gz:6683: unicode keysym out of 
range: U+

-e Failed to load keymap!

Not only Italian keyboard, others have similar problem. e.g.
Choose "Select keymap from full list", then "pc / qwerty / British / 
Apple USB / Standard",

Then it shows:
Looking for keymap to install:
mac-usb-uk
loadkeys: /etc/console/boottime.kmap.gz:8200: unicode keysym out of 
range: U+

-e Failed to load keymap!

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-06 Thread Steven Shiau



On 2010/12/7 上午 01:57, Christian PERRIER wrote:

Quoting Steven Shiau (ste...@nchc.org.tw):

I can reproduce this problem on Debian live (Squeeze) daily build 20101206.
Package: console-data
Version: 2:1.10-8
Severity: normal

How to reproduce:
1. Download 
http://live.debian.net/cdimage/daily-builds/squeeze/20101206-1/i386/iso-hybrid/debian-live-squeeze-i386-standard.iso
2. Boot it
3. sudo dpkg-reconfigure console-data
4. Choose any keymap from the list, e.g.
Choose "Select keymap from full list", then "amiga / Unknown /
Italian / Standard / Standard"
Then it shows:
Looking for keymap to install:
amiga-it
loadkeys: /etc/console/boottime.kmap.gz:6683: unicode keysym out of
range: U+
-e Failed to load keymap!


What happens if you run "loadkeys amiga-it" as root?



Thanks for your reply.
Yes, it is working:
r...@debian:~# loadkeys amiga-it
Loading /usr/share/keymaps/amiga/amiga-it.kmap.gz
r...@debian:~#


However, I'd like to have a TUI for others to switch the keyboard 
layout. It's easier.

Could this be fixed? Or any workaround to have a TUI to make this?
Thanks.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-08 Thread Steven Shiau



On 2010/12/8 上午 01:20, Christian PERRIER wrote:

Quoting Steven Shiau (ste...@nchc.org.tw):


Thanks for your reply.
Yes, it is working:
r...@debian:~# loadkeys amiga-it
Loading /usr/share/keymaps/amiga/amiga-it.kmap.gz
r...@debian:~#


However, I'd like to have a TUI for others to switch the keyboard
layout. It's easier.
Could this be fixed? Or any workaround to have a TUI to make this?
Thanks.



Don't have too much hope. console-data and friends are really in the
process of being obsoleted by console-setup (that uses X keymaps and
not a separate set of keymaps).

So, I would actually highly recommend to drop everything
console-related in favor of console-setup.
Is that possible I can use console-setup to have a TUI to configure the 
keymap on a console?

I tried "dpkg-reconfigure console-setup", but no keymap can be selected.
Thanks.

Steven.





--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-08 Thread Steven Shiau



On 2010/12/8 下午 06:51, Anton Zinoviev wrote:

On Wed, Dec 08, 2010 at 05:58:05PM +0800, Steven Shiau wrote:


I tried "dpkg-reconfigure console-setup", but no keymap can be selected.


Try "dpkg-reconfigure keyboard-configuration ; setupcon".

Anton Zinoviev



Great! Thanks!

Steven.





--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-10 Thread Steven Shiau



On 2010/12/9 上午 05:26, Michael Schutte wrote:

Hey,

On Wed, Dec 08, 2010 at 04:14:39PM +0200, Anton Zinoviev wrote:

On Tue, Dec 07, 2010 at 11:37:21PM +0200, Anton Zinoviev wrote:


On my machine I can reproduce the bug of dumpkeys in the following way:

# dumpkeys | grep 
compose '`' 'A' to U+ffc0
compose '`' 'a' to U+ffe0
...
... more lines of this form


Dumpkeys from console-tools doesn't do this.  I suppose this bug can be
reassigned to kbd.


Yup, that is (or, hopefully, was) a kbd thing, and it looks very much
like #66.  I uploaded a fix just yesterday; could you confirm that
the problem goes away with 1.15.2-2 in sid?

Cheers,


I can confirm here that problem has been fixed on Debian Sid.
Thanks!

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#614314: Confirmed- Same issue here

2011-02-21 Thread Steven Shiau

I can confirmed that I have the exactly same issue here.
I need cdebootstrap or debootstrap to create Sid live.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#581420: util-linux: missing dependency on initscripts breaks installing in cdebootstrap/ debootstrap

2010-05-18 Thread Steven Shiau

I confirmed this problem here.
Any plan to fix this recently?
Thanks.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#579397: STAT_FAIL to debian for SM_MON of 192.168.120.254, No canonical hostname found for 192.168.120.254

2010-05-21 Thread Steven Shiau

Same problem here. However, mine is on the client side.
On sid system, running kernel is 2.6.32-5-686, nfs-common is 1:1.2.2-1.
When I mount my NFS server 192.168.120.254, it works. However, if I want 
to use some tool which need to lock file to save the file on the NFS 
server, e.g.

vgcfgbackup -f $NFS_MNT_POINT/vg.cfg
I get the message "lockd: cannot monitor 192.168.120.254", and the 
message shown on the /var/log/daemon.log:
May 21 08:52:44 debian rpc.statd[1298]: STAT_FAIL to debian for SM_MON 
of 192.168.120.254
May 21 08:52:44 debian rpc.statd[1298]: No canonical hostname found for 
192.168.120.254


I have to put a lookup setting in /etc/hosts, something like
192.168.120.254 nfs-server
then the command vgcfgbackup can successfully save the file on the NFS dir.
This bug is really annoying especially in the private IP addresses 
environment. It's really a pain to put all the possible machines on the 
/etc/hosts.
Please consider this as a serious issue, because it will cause a lot of 
NFS-based computing clusters fail.

My 2 cents.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#581579: Confirmed this problem is still in util-linux 2.17.2-2

2010-05-23 Thread Steven Shiau

I can confirm that this problem is still in util-linux 2.17.2-2.

Steven.
--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#513216: Acknowledgement (/usr/sbin/grub-install: line 374: [:, =: unary operator expected)

2009-02-25 Thread Steven Shiau
I confirm this bug. Exactly the same happens in stable Debian lenny.

-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#562757: confirmed in my Sid system.

2009-12-28 Thread Steven Shiau

Hi,
I can reproduce this nfs-common problem in my Sid system. Tried to 
install rpcbind, but it conflicts with libc-bin:
dpkg: error processing /var/cache/apt/archives/rpcbind_0.2.0-1_i386.deb 
(--unpack):
 trying to overwrite '/usr/share/man/man8/rpcinfo.8.gz', which is also 
in package libc-bin 0:2.10.2-2

Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/rpcbind_0.2.0-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#562757: rpcbind does not fix it

2009-12-29 Thread Steven Shiau

Confirmed. Even rpcinfo-0.2.0-2 installed, this problem still exists.

Steven.

Tony Houghton wrote:

I've got the same problem. Installing rpcbind and removing portmap has
not fixed it.



--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#562757: It seems that rpcbind is not started by default

2009-12-30 Thread Steven Shiau

Oren,
Yes, with rpcbind started manually as a service, the nfs-common service 
can be started successfully.
BTW, how about portmap? Both portmap and rpcbind can run as a service at 
the same time without any issue?


On 2009/12/31 上午 01:19, Oren Held wrote:

The rpcbind package doesn't even contain an init script, weird.

Steven, Tony: when you run (as root) rpcbind, does it fix it?
Running rpcbindinfo should state if rpcbind is running or not.





--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#557044: parted: Parted 1.8.8.git.2009.07.19 not informing the kernel of changes to the partition table

2009-11-18 Thread Steven Shiau
Package: parted
Version: 1.8.8.git.2009.07.19-5
Severity: grave
Justification: renders package unusable


Parted 1.8.8.git.2009.07.19 not informing the kernel of changes to the partition


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages parted depends on:
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  libparted1.8-12   1.8.8.git.2009.07.19-5 The GNU Parted disk partitioning s
ii  libreadline5  5.2-7  GNU readline and history libraries

parted recommends no packages.

Versions of packages parted suggests:
pn  parted-doc (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#557047: parted: Parted 1.8.8.git.2009.07.19 not informing the kernel of changes to the partition table

2009-11-18 Thread Steven Shiau
Package: parted
Version: 1.8.8.git.2009.07.19-5
Justification: renders package unusable
Severity: grave

*** Please type your report below this line ***

On GParted bugzilla, a bug about parted 1.9.0 not informing the kernel
of changes to the partition table has been confirmed [1]. I believe this
bug also exists in the parted 1.8.8.git.2009.07.19-5, which is now in
Debian Sid.

A patch file on git.debian.org is available:
http://git.debian.org/?p=parted/parted.git;a=commit;h=ad25892bb995f61b0ddf801ed1f74e0b1e7390ce
Or you can find it at the fedora site:
http://koji.fedoraproject.org/koji/buildinfo?buildID=129982

Hope this one can be applied in parted 1.8.8.git.2009.07.19-5, or the
upcoming 1.9.0 (if it will be available soon), too. My 2 cents.

[1]. https://bugzilla.gnome.org/show_bug.cgi?id=601574#c13

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages parted depends on:
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libncurses5   5.7+20090803-2 shared libraries for
terminal hand
ii  libparted1.8-12   1.8.8.git.2009.07.19-5 The GNU Parted disk
partitioning s
ii  libreadline5  5.2-7  GNU readline and history
libraries

parted recommends no packages.

Versions of packages parted suggests:
pn  parted-doc (no description available)

-- no debconf information


-- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#557044: parted: Parted 1.8.8.git.2009.07.19 not informing the kernel of changes to the partition table

2009-11-18 Thread Steven Shiau

Oops... I accidentally sent an unfinished mail.

The info I did not put:

On GParted bugzilla, a bug about parted 1.9.0 not informing the kernel
of changes to the partition table has been confirmed [1]. I believe this
bug also exists in the parted 1.8.8.git.2009.07.19-5, which is now in
Debian Sid.

A patch file on git.debian.org is available:
http://git.debian.org/?p=parted/parted.git;a=commit;h=ad25892bb995f61b0ddf801ed1f74e0b1e7390ce
Or you can find it at the fedora site:
http://koji.fedoraproject.org/koji/buildinfo?buildID=129982

Hope this one can be applied in parted 1.8.8.git.2009.07.19-5, or the
upcoming 1.9.0 (if it will be available soon), too. My 2 cents.

[1]. https://bugzilla.gnome.org/show_bug.cgi?id=601574#c13

Steven Shiau wrote:

Package: parted
Version: 1.8.8.git.2009.07.19-5
Severity: grave
Justification: renders package unusable


Parted 1.8.8.git.2009.07.19 not informing the kernel of changes to the partition


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages parted depends on:
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  libparted1.8-12   1.8.8.git.2009.07.19-5 The GNU Parted disk partitioning s
ii  libreadline5  5.2-7  GNU readline and history libraries

parted recommends no packages.

Versions of packages parted suggests:
pn  parted-doc (no description available)

-- no debconf information



--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#623875: libuuid-perl is uninstallable, which makes linux-image-2.6.38-2-686 fail to install

2011-05-03 Thread Steven Shiau
may help to resolve the situation:

The following packages have unmet dependencies:
 libuuid-perl : Depends: perlapi-5.10.1 but it is not installable
E: Broken packages

Steven.

- -- 
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3As0gACgkQCLPj15didVrikQCeOfxtwag4yj263ZIYWdv4/ioU
KfkAn0HEs9eKC5dVx8JGnsavhU89gyug
=H2VB
-END PGP SIGNATURE-




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#623875: libuuid-perl is uninstallable, which makes linux-image-2.6.38-2-686 fail to install

2011-05-04 Thread Steven Shiau

On 2011/5/4 下午 02:32, gregor herrmann wrote:

On Wed, 04 May 2011 10:00:40 +0800, Steven Shiau wrote:


The following packages have unmet dependencies:
  linux-base : Depends: libuuid-perl but it is not going to be installed
E: Broken packages


According to
https://buildd.debian.org/status/package.php?p=libuuid-perl
libuuid-perl is already rebuilt.


Thanks! Now this issue is gone.

Steven.

Cheers,
gregor



--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#613658: Please enable SQUASHFS_XZ in 2.6.38-5

2011-05-06 Thread Steven Shiau
As a Debian live user, I have been looking forward to this feature for a 
long time.

it will be very nice to have it enabled in the next release of linux-2.6.
Thanks.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#613658: marked as done (Please enable SQUASHFS_XZ et al for >=2.6.38-rc1.)

2011-05-08 Thread Steven Shiau

This is very cool. It has been enabled in the experimental kernel.
Is that possible the kernel in sid (2.6.38) to be enabled, too?
Thanks.

Steven.

On 2011/5/9 上午 03:27, Debian Bug Tracking System wrote:

Your message dated Sun, 08 May 2011 19:25:08 +
with message-id
and subject line Bug#613658: fixed in linux-2.6 2.6.39~rc6-1~experimental.1
has caused the Debian Bug report #613658,
regarding Please enable SQUASHFS_XZ et al for>=2.6.38-rc1.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)




--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



  1   2   >