Bug#637211: /bin/false: man page mentions arguments which are not accepted

2011-08-09 Thread Michal Suchanek
Package: coreutils Version: 8.5-1 Severity: minor File: /bin/false man page mentions the --help and --version arguments which should produce output but have no effect. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (500, 'testing'), (410,

Bug#636705: interrupting live-build may leave chroot/dev/pts mounted

2011-08-06 Thread Michal Suchanek
On 6 August 2011 01:02, Daniel Baumann daniel.baum...@progress-technologies.net wrote: tag 636705 moreinfo thanks On 08/05/2011 04:16 PM, Michal Suchanek wrote: Interrupting the build with ^C may leave chroot/dev/pts mounted. hmm? Exit() in exit.sh does unmount it. please elaborate why you

Bug#636697: initramfs-tools: no way to include library modules for libraries installed in multiarch path

2011-08-05 Thread Michal Suchanek
Package: initramfs-tools Version: 0.99 Severity: normal Hello initramfs-tools hook-functions include copy_exec function that copies an executable including all required libraries, possibly including libraries in some odd places like /lib32 /lib64 /lib/i386-linux-gnu, etc. However, some

Bug#636705: interrupting live-build may leave chroot/dev/pts mounted

2011-08-05 Thread Michal Suchanek
Package: live-build Version: 3.0~a26-1 Severity: minor Interrupting the build with ^C may leave chroot/dev/pts mounted. The only problem that results is inability to run lb clean without manually unmounting. The odd thing is that chroot/dev is *not* mounted. -- Package-specific info: --

Bug#636601: posh does not glob words partially quoted

2011-08-04 Thread Michal Suchanek
Package: posh Version: 0.8.5 Severity: normal $ ls /lib/*/libc.so.* /lib/x86_64-linux-gnu/libc.so.6 $ b=*/libc.so.* $ ls /lib/$b /lib/x86_64-linux-gnu/libc.so.6 $ a=/lib/ $ ls $a$b ls: cannot access /lib/*/libc.so.*: No such file or directory $ $a is quoted but $b is not but it's still not

Bug#636601: does not glob words partially quoted

2011-08-04 Thread Michal Suchanek
Package: posh Version: 0.10 Severity: normal Still a problem with posh from testing. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'), (200, 'experimental'), (111, 'oldstable'), (107, 'natty-updates'),

Bug#636217: initrd/vmlinuz filenames and syslinux menu entries do not match, can't boot the live image

2011-08-04 Thread Michal Suchanek
Package: live-build Version: 3.0~a21-1 Severity: normal You might want a script like this in the binary_local-hooks. #!/bin/bash cd binary/live || exit 1 vmlinuz=$(ls vmlinuz* | tail -n1) ln $vmlinuz vmlinuz || true initrd=$(ls initrd.img* | tail -n1) ln $initrd initrd.img || true -- To

Bug#636352: dpkg: no option to deretmine multiarch architecture

2011-08-03 Thread Michal Suchanek
Excerpts from Jonathan Nieder's message of Tue Aug 02 21:01:34 +0200 2011: Hi, Raphael Hertzog wrote: On Tue, 02 Aug 2011, Michal Suchanek wrote: Also you can have libraries for *both* subarchs and there is no way to tell on what arch you are actually running, /etc/ld.so.conf

Bug#636352: dpkg: no option to deretmine multiarch architecture

2011-08-03 Thread Michal Suchanek
Excerpts from Raphael Hertzog's message of Tue Aug 02 20:43:21 +0200 2011: reopen 636352 severity 636352 wishlist retitle 636352 dpkg: provide a way to query the multiarch path component without dpkg-dev thanks On Tue, 02 Aug 2011, Michal Suchanek wrote: Also you can have libraries

Bug#636352: dpkg: no option to deretmine multiarch architecture

2011-08-03 Thread Michal Suchanek
Excerpts from Raphael Hertzog's message of Wed Aug 03 11:25:37 +0200 2011: On Wed, 03 Aug 2011, Michal Suchanek wrote: It's also unlikely to be quickly fixed at this point. It would basically require to rewrite a large part of dpkg-architecture in C. Why the need to rewrite

Bug#636352: dpkg: no option to deretmine multiarch architecture

2011-08-03 Thread Michal Suchanek
Excerpts from Jonathan Nieder's message of Wed Aug 03 12:54:12 +0200 2011: Michal Suchanek wrote: It's possible to take some random binary which is likely to be native (eg. /bin/sh), run ldd on it, and parse the output to determine what libc is actually used. But that's the point

Bug#636352: dpkg: no option to deretmine multiarch architecture

2011-08-03 Thread Michal Suchanek
Excerpts from Raphael Hertzog's message of Wed Aug 03 14:32:42 +0200 2011: On Wed, 03 Aug 2011, Guillem Jover wrote: I understand it's annoying to not have dpkg-architecture around for maintainer scripts. And duplication is not really desirable, but then those packages do not really need

Bug#636352: dpkg: no option to deretmine multiarch architecture

2011-08-03 Thread Michal Suchanek
Excerpts from Sven Joachim's message of Wed Aug 03 13:58:50 +0200 2011: On 2011-08-03 13:11 +0200, Michal Suchanek wrote: Excerpts from Jonathan Nieder's message of Wed Aug 03 12:54:12 +0200 2011: Michal Suchanek wrote: It's possible to take some random binary which is likely

Bug#636340: linux-image-3.0.0-1-686-pae: KMS produces garbage on Zacate (E35M1-I)

2011-08-02 Thread Michal Suchanek
Package: linux-image-3.0.0-1-686-pae Version: 3.0.0-1 Severity: normal On E35M1-I board KMS produces garbage. The Mainboard is based on Zacate chipset with ATI HD 6310 integrated graphics. firmware-linux-nonfree should be installed. -- To UNSUBSCRIBE, email to

Bug#636352: dpkg: no option to deretmine multiarch architecture

2011-08-02 Thread Michal Suchanek
Package: dpkg Version: 1.16.0.3 Severity: normal Since libraries are allowed to install in /lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) and it is necessary to pick libnss_dns.so.* from there to have DNS lookup working in initramfs dpkg-architecture from dpkg-dev (and hence build-essintials) is

Bug#636208: live-build: lb config fails without any diagnostic

2011-08-01 Thread Michal Suchanek
Package: live-build Version: 3.0~a25-1 Severity: important P: Automatically populating config tree. P: Executing auto/config script. P: Considering defaults defined in /etc/live/build.conf E: internal error /usr/share/live/build/scripts/build/lb_config The same config works with a21: P:

Bug#636208: lb config fails without any diagnostic

2011-08-01 Thread Michal Suchanek
Package: live-build Severity: normal reproducible with # lb config -r live.debian.net -- Package-specific info: -- System Information: Debian Release: 6.0.2 APT prefers stable APT policy: (990, 'stable'), (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')

Bug#636230: libc6: installs NSS modules in nonsensical location

2011-08-01 Thread Michal Suchanek
Package: libc6 Version: 2.13-10 Severity: important I need this module which used to be in /lib in initramfs to get DNS lookup support. /lib/i386-linux-gnu/libnss_dns-2.13.so How I am supposed to infer its location from the below or anything else? DEB_BUILD_ARCH=i386 DEB_BUILD_ARCH_OS=linux

Bug#636230: installs NSS modules in nonsensical location

2011-08-01 Thread Michal Suchanek
Package: libc6 Version: 2.13-10 Severity: normal it appears that libc installs the nss modules in these locations: /lib (Squeeze) /lib/$(dpkg-architecture -qDEB_HOST_ARCH)-$(dpkg-architecture -qDEB_HOST_GNU_SYSTEM) (Wheezy i386) /lib/$(dpkg-architecture -qDEB_HOST_GNU_CPU)-$(dpkg-architecture

Bug#631533: [DRE-maint] Bug#631533: new upstream version available

2011-07-25 Thread Michal Suchanek
Excerpts from Antonio Terceiro's message of Mon Jul 25 01:10:53 +0200 2011: Hi, Thanks for your suggestions. I applied the dependencies part, but these suggestions do not seem right to me: diff --git a/debian/ruby-gio2.README.Debian b/debian/ruby-gio2.README.Debian new file mode 100644

Bug#634369: cannot build wine - missing freetype

2011-07-19 Thread Michal Suchanek
Package: ia32-libs Version: 20110609 Severity: normal checking for gp_camera_new in -lgphoto2... no checking for cmsOpenProfileFromFile in -llcms... no checking for freetype-config... freetype-config checking for -lfreetype... not found configure: error: FreeType 32-bit development files not

Bug#554387: segmentation fault when trying to update

2011-07-19 Thread Michal Suchanek
Package: apt Version: 0.8.10.3+squeeze1 Severity: normal This happens when the pkgcache is corrupted (eg due to update with too low disk space). -- Package-specific info: -- (/etc/apt/preferences present, but not submitted) -- -- (/etc/apt/sources.list present, but not submitted) -- --

Bug#634669: apt: unable to determine failed source from update messages

2011-07-19 Thread Michal Suchanek
Package: apt Version: 0.8.10.3+squeeze1 Severity: normal apt-get update prints only the server and the release directory of the downloaded package lists. When multiple package sources are mirrored on the same server it is impossible to tell what source failed to download. debian security and

Bug#634369: [Pkg-ia32-libs-maintainers] Bug#634369: cannot build wine - missing freetype

2011-07-19 Thread Michal Suchanek
Excerpts from Goswin von Brederlow's message of Tue Jul 19 13:34:51 +0200 2011: Michal Suchanek michal.sucha...@ruk.cuni.cz writes: Package: ia32-libs Version: 20110609 Severity: normal checking for gp_camera_new in -lgphoto2... no checking for cmsOpenProfileFromFile in -llcms

Bug#634369: [Pkg-ia32-libs-maintainers] Bug#634369: cannot build wine - missing freetype

2011-07-19 Thread Michal Suchanek
Excerpts from Goswin von Brederlow's message of Tue Jul 19 13:34:51 +0200 2011: Michal Suchanek michal.sucha...@ruk.cuni.cz writes: Package: ia32-libs Version: 20110609 Severity: normal checking for gp_camera_new in -lgphoto2... no checking for cmsOpenProfileFromFile in -llcms

Bug#634264: ia32-libs: cannot use libgl1-mesa-swx11

2011-07-18 Thread Michal Suchanek
Package: ia32-libs Version: 20110609 Severity: normal The ia32-libs does not provide a gl library for non-glx X server. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'), (200, 'experimental'), (111,

Bug#634369: ia32-libs: cannot build wine - missing freetype

2011-07-18 Thread Michal Suchanek
Package: ia32-libs Version: 20110609 Severity: normal Wine is not buildable on Debian. Works on Ubuntu. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'), (200, 'experimental'), (111, 'oldstable'), (107,

Bug#620020: closed by d+...@vdr.jp (Re: Bug#620020: uim: IM toggle key does not work)

2011-07-16 Thread Michal Suchanek
Excerpts from Debian Bug Tracking System's message of Fri Jul 15 17:27:13 +0200 2011: On Fri, Jul 15, 2011 at 04:52:16PM +0200, Michal Suchanek wrote: Obviously, I am not running uim anymore because it had numerous problems and I received no feedback for quite some time. Still I have

Bug#634063: fontconfig: please disable broken (incompolete) embedded bitmaps in ttf fonts

2011-07-16 Thread Michal Suchanek
Package: fontconfig Version: 2.8.0-2.1 Severity: wishlist Hello, I was wondering why Iceweasel displays some pages in very ugly way - some glyphs were sharp, others were somewhat fuzzy and different size/weight. It turned out that - the page selects Tahoma as the preferred font - wine

Bug#633951: iceweasel: sucks at rendering some font glyphs

2011-07-15 Thread Michal Suchanek
Package: iceweasel Version: 5.0-2 Severity: important DOM inspector says computed font style is: font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 12px; font-weight: 400; (others are normal or none) encoding is ISO-8859-2. broken with fresh profile. -- Package-specific info: --

Bug#633951: iceweasel: sucks at rendering some font glyphs

2011-07-15 Thread Michal Suchanek
Excerpts from Mike Hommey's message of Fri Jul 15 13:19:47 +0200 2011: On Fri, Jul 15, 2011 at 01:08:58PM +0200, Michal Suchanek wrote: Package: iceweasel Version: 5.0-2 Severity: important DOM inspector says computed font style is: font-family: Tahoma,Arial,Helvetica,sans

Bug#631533: new upstream version available

2011-07-11 Thread Michal Suchanek
Package: ruby-gnome2 Version: 0.90.9-0 Severity: normal Attaching a small patch against the git repo. Please review the remaining discrepancies. Thanks -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'),

Bug#631915: pdfjam: does not work nor does report errors

2011-06-28 Thread Michal Suchanek
Package: pdfjam Version: 2.05-2 Severity: important pdfjam: Calling pdflatex... pdfjam: FAILED. The call to 'pdflatex' resulted in an error. If '--no-tidy' was used, you can examine the log file at /var/tmp/pdfjam-0EpXn6/a.log to try

Bug#631533: new upstream version available

2011-06-27 Thread Michal Suchanek
Package: ruby-gnome2 Version: 0.90.9-0 Severity: normal You will probably want this additional patch to the previously attached tarball. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'), (200,

Bug#631533: new upstream version available

2011-06-27 Thread Michal Suchanek
Package: ruby-gnome2 Version: 0.90.9-0 Severity: normal And also this patch. --- debian/libgdk-pixbuf2-ruby.examples~2011-06-24 14:22:51.0 +0200 +++ debian/libgdk-pixbuf2-ruby.examples 2011-06-27 17:12:22.0 +0200 @@ -1 +1 @@ -gdkpixbuf/sample/* +gdk_pixbuf2/sample/* ---

Bug#595227: [Pkg-urxvt-maintainers] Bug#595227: Still an issue?

2011-06-27 Thread Michal Suchanek
Excerpts from Ryan Kavanagh's message of Mon Jun 27 17:47:41 +0200 2011: On Mon, Jun 27, 2011 at 03:15:47PM +0200, Michal Suchanek wrote: Excerpts from Ryan Kavanagh's message of Mon Jun 27 14:31:57 +0200 2011: to switch (C-a-n) to another screen window, so at least input partially works

Bug#631484: bonnie++: man page and program help text out of sync

2011-06-24 Thread Michal Suchanek
Package: bonnie++ Version: 1.96 Severity: normal bonnie++ help text mentions -c option not described in man page. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'), (200, 'experimental'), (111,

Bug#631533: ruby-gnome2: new upstream version available

2011-06-24 Thread Michal Suchanek
Package: ruby-gnome2 Version: 0.90.9-0 Severity: normal This should resolve, at the very least: #583901 libgnomevfs2-ruby: gnome-vfs is deprecated upstream #631196 ruby-gnome2-dev: no gio2 bindings Attaching a tarball of the debian files. Needs some review and updates of the debian files.

Bug#595227: Still an issue?

2011-06-23 Thread Michal Suchanek
Excerpts from Ryan Kavanagh's message of Wed Jun 22 17:43:46 +0200 2011: Hi, On Wed, Jun 22, 2011 at 03:38:01PM +0200, Michal Suchanek wrote: Yes, it is. I have 9.07-2+b1 installed. What versions of X and kernel are you using? Which window manager are you using? Is there anything unusual

Bug#595227: Still an issue?

2011-06-22 Thread Michal Suchanek
Excerpts from Ryan Kavanagh's message of Wed Jun 22 15:14:33 +0200 2011: tag 595227 + unreproducible moreinfo thanks Hi Michal, Thanks for the bug report. Is this still an issue with the latest version of rxvt-unicode? Yes, it is. I have 9.07-2+b1 installed. And it is not easily

Bug#631196: ruby-gnome2-dev: no gio2 bindings

2011-06-21 Thread Michal Suchanek
Package: ruby-gnome2-dev Version: 0.19.3-2.1 Severity: normal People on ruby-gnome2 list suggest gio2 for I/O but this is not avaialble in the Debian package. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (510, 'unstable'), (500,

Bug#630642: [Pkg-oss4-maintainers] Bug#630642: oss4-base: Does not include upstream utilities soundon/soundoff

2011-06-17 Thread Michal Suchanek
On 16 June 2011 18:19, Romain Beauxis to...@rastageeks.org wrote: Hi Michal! To be honnest with you, I am not exactly sure why this was removed.. I do not remember exactly how the package started but I think that I took over a previous' work that included a init script that was meant to

Bug#630642: Does not include upstream utilities soundon/soundoff

2011-06-17 Thread Michal Suchanek
Package: oss4-base Version: 4.2-build2003-1ubuntu1 Followup-For: Bug #630642 Hello, looking more in this the utilities are simple to implement using the init script: soundon: /etc/init.d/oss4-base start soundoff: /etc/init.d/oss4-base stop /etc/init.d/oss4-base unload The init script does

Bug#630722: http://www.debian.org/doc/debian-policy/index.html lacks changelog

2011-06-16 Thread Michal Suchanek
Package: www.debian.org Severity: normal http://www.debian.org/doc/debian-policy/index.html has no changelog. While this document is only a small part of the web site changelog is crucial for this document. Without one it is nearly useless as you can't tell what a package of particular

Bug#630582: reportbug does not include package names in openoffice.org bugreports

2011-06-15 Thread Michal Suchanek
Package: reportbug Version: 4.12.6 Severity: normal The suggested packges for openoffice are not listed. -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (900, 'stable'), (510, 'unstable'), (500, 'testing'), (200, 'experimental'), (111, 'oldstable'), (107,

Bug#619272: [Pkg-oss4-maintainers] Bug#619272: oss4-dkms: Current kernel in archive is 2.6.39 which is still not supported.

2011-06-15 Thread Michal Suchanek
On 15 June 2011 21:51, Romain Beauxis to...@rastageeks.org wrote: This is fixed in 4.2-build2004-1 which was uploaded yesterday. Yes, tried installing the oss packages before the updated package was on my mirror. Thanks Michal -- To UNSUBSCRIBE, email to

Bug#630642: oss4-base: Does not include upstream utilities soundon/soundoff

2011-06-15 Thread Michal Suchanek
Package: oss4-base Version: 4.2-build2004-1 Severity: normal Upstream provides soundon and soundoff utilities that unload and reload the OSS modules enabling system suspend and resume. The debian OSS packages do not include these, and the README.Debian does not mention what replaces them. --

Bug#629936: oss4-base: works now

2011-06-15 Thread Michal Suchanek
Package: oss4-base Followup-For: Bug #629936 This was fixed in build 2004. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (990, 'stable'), (500, 'testing'), (400, 'unstable'), (395, 'experimental'), (300, 'oldstable') Architecture: amd64 (x86_64) Kernel:

Bug#630466: libreoffice: HTML exports from calc suck

2011-06-14 Thread Michal Suchanek
Package: libreoffice Version: 1:3.3.2-2+b1 Severity: normal There are numerous issues with HTML exports from Calc - the automatic colors (the default black on white) are not recorded in the export. I am not sure if these automatic colors can change. LibreOffice does not seem to respond to

Bug#630466: libreoffice: HTML exports from calc suck

2011-06-14 Thread Michal Suchanek
On 14 June 2011 10:55, Rene Engelhard r...@debian.org wrote: Hi, On Tue, Jun 14, 2011 at 10:34:35AM +0200, Michal Suchanek wrote: There are numerous issues with HTML exports from Calc And you beliebve *anything* exporting HTML will produce proper HTML? No. Proper HTML is done by hand. Even

Bug#630466: libreoffice: HTML exports from calc suck

2011-06-14 Thread Michal Suchanek
On 14 June 2011 12:08, Rene Engelhard r...@debian.org wrote: On Tue, Jun 14, 2011 at 11:41:12AM +0200, Michal Suchanek wrote: Other software being broken is not an excuse for all software being broken. By this approach no bug would ever be fixed. Exporting HTML *always* is suboptimal. So

Bug#630516: libreoffice: does not pick system theme colors

2011-06-14 Thread Michal Suchanek
Package: libreoffice Version: 1:3.3.2-2+b1 Severity: normal In OOo Calc uses the system theme colors (either GTK or X resources) for automatic colors. LibreOffice shows everything in black on white. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (990,

Bug#630518: openoffice.org: openoffice displays print preview in theme color, not paper color

2011-06-14 Thread Michal Suchanek
Package: openoffice.org Version: 1:3.2.1-11+squeeze2 Severity: normal When the system colors dffer from black on white the print preview is displayed in the system theme colors rather than printout color (black on white). The print preview should display the colors that will be printed. --

Bug#630521: bash-completion: no longer completes files for vi

2011-06-14 Thread Michal Suchanek
Package: bash-completion Version: 1:1.3-3 Severity: important This is a regression, it used to be possible to complete pretty much any file. Now only directories are completed for vi, or some very unusual files I don't have. To fix this I had to comment out the line complete -f -X

Bug#564279: openprinting-ppds: does not print to LaserJet 6P / JetDirect

2011-06-14 Thread Michal Suchanek
On 14 June 2011 18:12, Didier Raboud o...@debian.org wrote: tags 564279 + moreinfo thanks Le vendredi, 8 janvier 2010 23.11:26, Michal Suchanek a écrit : Package: openprinting-ppds Version: 20080211-2+nmu Severity: normal Adding the ppd packages brings new printer model selections

Bug#630516: libreoffice: does not pick system theme colors

2011-06-14 Thread Michal Suchanek
the -gtk part. Installing it resolves the issue. On 14 June 2011 21:07, Rene Engelhard r...@debian.org wrote: Hi, On Tue, Jun 14, 2011 at 09:02:06PM +0200, Rene Engelhard wrote: On Tue, Jun 14, 2011 at 08:14:01PM +0200, Michal Suchanek wrote: Package: libreoffice Version: 1:3.3.2-2+b1 Severity

Bug#630521: [Bash-completion-devel] Bug#630521: bash-completion: no longer completes files for vi

2011-06-14 Thread Michal Suchanek
Hello, On 14 June 2011 21:22, David Paleino da...@debian.org wrote: On Tue, 14 Jun 2011 21:05:07 +0200, Michal Suchanek wrote: This is a regression, it used to be possible to complete pretty much any file. Now only directories are completed for vi, or some very unusual files I don't have

Bug#630518: openoffice.org: openoffice displays print preview in theme color, not paper color

2011-06-14 Thread Michal Suchanek
Excerpts from Rene Engelhard's message of Tue Jun 14 21:04:36 +0200 2011: tag 630518 + moreinfo thanks On Tue, Jun 14, 2011 at 08:27:14PM +0200, Michal Suchanek wrote: When the system colors dffer from black on white the print preview is displayed in the system theme colors rather than

Bug#619272: oss4-dkms: Current kernel in archive is 2.6.39 which is still not supported.

2011-06-14 Thread Michal Suchanek
Package: oss4-dkms Version: 4.2-build2003-1.1 Followup-For: Bug #619272 oss4-dkms sitll does not build with curent kernel. Setting up oss4-base (4.2-build2003-1.1) ... Setting up oss4-dkms (4.2-build2003-1.1) ... Loading new oss4-4.2-build2003 DKMS files... First Installation: checking all

Bug#630516: libreoffice: does not pick system theme colors

2011-06-14 Thread Michal Suchanek
On 14 June 2011 21:46, Rene Engelhard r...@debian.org wrote: retitle 630516 libreoffice: does not pick GTK system theme colors when -gtk isn't installed tag 630516 + wontfix thanks On Tue, Jun 14, 2011 at 09:44:30PM +0200, Michal Suchanek wrote: pn  libreoffice-gnome | li none

Bug#629423: cannot access network location without a bookmark

2011-06-09 Thread Michal Suchanek
Excerpts from Josselin Mouette's message of Wed Jun 08 10:28:35 +0200 2011: Le mardi 07 juin 2011 à 19:06 +0200, Michal Suchanek a écrit : Package: gvfs Version: 1.6.4-3 Severity: normal reassign 629423 gtk+2.0 2.24.4-3 tags 629423 patch clone 629423 -1 reassign -1 gtk+3.0

Bug#629545: gtk+2.0: FTBFS in parallel with -j6

2011-06-07 Thread Michal Suchanek
Package: gtk+2.0 Version: 2.24.4-3 Severity: normal Building with -j6 results in some error about docs. -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (900, 'stable'), (510, 'unstable'), (500, 'testing'), (200, 'experimental'), (111, 'oldstable'), (107,

Bug#629423: cannot access network location without a bookmark

2011-06-07 Thread Michal Suchanek
Package: gvfs Version: 1.6.4-3 Severity: normal reassign 629423 gtk+2.0 2.24.4-3 tags 629423 patch clone 629423 -1 reassign -1 gtk+3.0 3.0.10-1 quit This is because the location_entry is not properly initialized. -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy:

Bug#629382: profile manager cannot be started while iceweasel is running

2011-06-06 Thread Michal Suchanek
Package: iceweasel Version: 3.6.17-1 Severity: normal Running iceweasel -profileManager starts the profile manager but only when Iceweasel is not running. -- Package-specific info: -- Plugins information Name: OpenOffice.org Plug-in Location: /usr/lib/openoffice/program/libnpsoplugin.so

Bug#629413: xsane: does not find scanner

2011-06-06 Thread Michal Suchanek
Package: xsane Version: 0.997-2+b1 Severity: normal xsane says there is no scanner. $ sane-find-scanner # sane-find-scanner will now attempt to detect your scanner. If the # result is different from what you expected, first make sure your # scanner is powered up and properly connected to

Bug#629382: closed by Mike Hommey m...@glandium.org (Re: Bug#629382: profile manager cannot be started while iceweasel is running)

2011-06-06 Thread Michal Suchanek
, 2011 at 10:41:49AM +0200, Michal Suchanek wrote: Package: iceweasel Version: 3.6.17-1 Severity: normal Running iceweasel -profileManager starts the profile manager but only when Iceweasel is not running. Use -no-remote as well. But why do I have to? -profileManager says I

Bug#629413: xsane: does not find scanner

2011-06-06 Thread Michal Suchanek
Excerpts from Michal Suchanek's message of Mon Jun 06 15:28:58 +0200 2011: Package: xsane Version: 0.997-2+b1 Severity: normal xsane says there is no scanner. $ sane-find-scanner # sane-find-scanner will now attempt to detect your scanner. If the # result is different from what

Bug#498462: doesn't support opening pdf over samba shared folder anymore

2011-06-06 Thread Michal Suchanek
Package: gvfs-backends Severity: normal Accessing files over smb is possible. It still sucks, though. -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (900, 'stable'), (510, 'unstable'), (500, 'testing'), (200, 'experimental'), (111, 'oldstable'), (107,

Bug#629421: gvfs-backends: domain required to access smb share

2011-06-06 Thread Michal Suchanek
Package: gvfs-backends Version: 1.6.4-3 Severity: normal Some dialogs for connection to smb shares won't connetc unless domain is specified. Domain is not needed to connect to shares. It may be required to authenticate correctly in some cases but is *not* required in general. -- System

Bug#629423: gvfs: cannot access network location without a bookmark

2011-06-06 Thread Michal Suchanek
Package: gvfs Version: 1.6.4-3 Severity: normal To access a network location form file open dialog a bookmark for the location is required. It is not posible to browse network locations or open files from them without having a bookmark for the location beforehand. -- System Information: Debian

Bug#629423: gvfs: cannot access network location without a bookmark

2011-06-06 Thread Michal Suchanek
Excerpts from Josselin Mouette's message of Mon Jun 06 17:52:53 +0200 2011: Le lundi 06 juin 2011 à 17:05 +0200, Michal Suchanek a écrit : Package: gvfs Version: 1.6.4-3 Severity: normal Please send bug reports to packages in which the bug happens, not in a random package that you

Bug#498462: doesn't support opening pdf over samba shared folder anymore

2011-06-06 Thread Michal Suchanek
Excerpts from Josselin Mouette's message of Mon Jun 06 17:51:04 +0200 2011: Le lundi 06 juin 2011 à 17:00 +0200, Michal Suchanek a écrit : Accessing files over smb is possible. It still sucks, though. To access PDF files over Samba, you need either of: - a PDF reader with gio support

Bug#627763: linux-image-2.6.38-2-amd64: suspend to disk locks up box when not enough swap available

2011-06-05 Thread Michal Suchanek
Excerpts from Moritz Mühlenhoff's message of Sat May 28 11:13:17 +0200 2011: On Tue, May 24, 2011 at 11:52:43AM +0200, Michal Suchanek wrote: Package: linux-2.6 Version: 2.6.38-4 Severity: important When suspending to disk with not enough space available the system locks up

Bug#629166: /sbin/modprobe: loads blacklisted modules

2011-06-04 Thread Michal Suchanek
Package: module-init-tools Version: 3.12-1 Severity: normal File: /sbin/modprobe I have blacklist soundcore in /etc/modprobe.d/local.conf Still sound modules are loaded. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (990, 'stable'), (500, 'testing'),

Bug#629238: tmux: reset does not show cursor

2011-06-04 Thread Michal Suchanek
Package: tmux Version: 1.3-2+squeeze1 Severity: normal When a curses application crashes with cursor hidden reset does not restore the cursor. It is visible when different terminals in the same tmux session are shown but not in the affected terminal. -- System Information: Debian Release:

Bug#629166: /sbin/modprobe: loads blacklisted modules

2011-06-04 Thread Michal Suchanek
On 4 June 2011 10:20, Marco d'Itri m...@linux.it wrote: On Jun 04, Michal Suchanek hramr...@centrum.cz wrote: blacklist soundcore in /etc/modprobe.d/local.conf Still sound modules are loaded. I do not think the blacklist directive is supposed to apply to dependencies. Do you have any

Bug#628917: xscreensaver exits

2011-06-02 Thread Michal Suchanek
Package: xscreensaver Version: 5.11-1+b1 Severity: grave Tags: security Justification: user security hole I guess I am experiencing the bug just fixed in unstable on Squeeze: I have this in my .xsession-errors: xscreensaver-command: activating and locking. xscreensaver-command: activating and

Bug#628987: libreadline-gplv2-dev: does not provide libreadline-dev

2011-06-02 Thread Michal Suchanek
Package: libreadline-gplv2-dev Version: 5.2-8 Severity: important Does not provide libreadline-dev which libreadline5-dev did and on which packages depend. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (990, 'stable'), (500, 'testing'), (400, 'unstable'),

Bug#628999: enna: FTBFS - missing libs

2011-06-02 Thread Michal Suchanek
Package: enna Version: 0.4.1~r3557 Severity: serious Justification: fails to build from source Need to build with LIBS=-leina -lm -lecore_x -lX11 -lecore_input dpkg-buildpackage -b otherwise the binary fails to link. -- System Information: Debian Release: wheezy/sid APT prefers stable

Bug#629000: enna: uninstallable - depends on nonexistent libevas-svn-06-engines-x

2011-06-02 Thread Michal Suchanek
Package: enna Version: 0.4.1~r3557-1 Severity: grave Justification: renders package unusable Package libevas-svn-06-engines-x on which enna depends is not available. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (990, 'stable'), (500, 'testing'), (400,

Bug#629002: enna: does not do anything

2011-06-02 Thread Michal Suchanek
Package: enna Version: 0.4.1~r3557-1 Severity: important In the default configuration enna just shows 7 black squares in a row in the top left corner of the screen. Apparently there is something missing. Attaching a log. -- System Information: Debian Release: wheezy/sid APT prefers stable

Bug#628708: ipxe: please provide rom images for qemu

2011-05-31 Thread Michal Suchanek
Package: ipxe Version: 1.0.0+git-1.293e34-2 Severity: wishlist Please provide rtl8139.rom e1000-82540em.rom virtio-net.rom rtl8029.rom pcnet32.rom and ne2k_isa.rom padded to 64k so that they can be loaded as rom images into qemu/kvm directly. Also a package that provides etherboot-qemu and

Bug#628152: kvm: locks up when out of disk space

2011-05-27 Thread Michal Suchanek
Package: qemu-kvm Version: 1:0.14.0+dfsg-1~tls Severity: normal When running a VM on a sparse raw disk image and a disk write results in exceeding available disk space kvm locks up. At the very least kvm should report an error and exit if it is not capable of dealing with this situation

Bug#570491: sometimes locks up on suspend to disk

2011-05-25 Thread Michal Suchanek
Excerpts from Ben Hutchings's message of Tue May 24 19:17:26 +0200 2011: On Tue, 2011-05-24 at 13:10 +0200, Michal Suchanek wrote: Package: linux-2.6 Severity: normal close 570491 thanks This is fixed in recent kernels. Which version? Since 2.6.34 I would guess

Bug#627924: closed by Cyril Brulebois k...@debian.org (Re: Bug#627924: libgl1-mesa-dri-experimental: no vmwgfx support)

2011-05-25 Thread Michal Suchanek
by Cyril Brulebois k...@debian.org. Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Cyril Brulebois k...@debian.org by replying to this email. Michal

Bug#627763: linux-image-2.6.38-2-amd64: suspend to disk locks up box when not enough swap available

2011-05-24 Thread Michal Suchanek
Package: linux-2.6 Version: 2.6.38-4 Severity: important When suspending to disk with not enough space available the system locks up on the snapshotting system screen. I guess this is a regression, there used to be a check in place that would immediately resume the system if there waas not

Bug#570491: sometimes locks up on suspend to disk

2011-05-24 Thread Michal Suchanek
Package: linux-2.6 Severity: normal close 570491 thanks This is fixed in recent kernels. Thanks Michal -- Package-specific info: ** Version: Linux version 2.6.38-2-amd64 (Debian 2.6.38-4) (b...@decadent.org.uk) (gcc version 4.4.6 (Debian 4.4.6-2) ) #1 SMP Sat Apr 23 18:47:49 UTC 2011 **

Bug#627773: cython: not available in python 2.7

2011-05-24 Thread Michal Suchanek
Package: cython Version: 0.12.1-1.1 Severity: normal Cython packages can't bu built with python 2.7, Pyrex can. Replacing Pyrex with Cython like this: diff -ur parti-all-0.0.6+dfsg/debian/control parti-all-0.0.6+dfsg.cython/debian/control --- parti-all-0.0.6+dfsg/debian/control 2010-12-30

Bug#627784: x11vnc: the () keys are reported with wrong keycode

2011-05-24 Thread Michal Suchanek
Package: x11vnc Version: 0.9.10-1.1 Severity: normal If you look in /usr/share/X11/xkb/keycodes/evdev there is: ... AE09 = 18; AE10 = 19; ... I187 = 187; // #define KEY_KPLEFTPAREN 179 I188 = 188; // #define KEY_KPRIGHTPAREN180

Bug#627773: [Python-apps-team] Bug#627773: cython: not available in python 2.7

2011-05-24 Thread Michal Suchanek
Excerpts from Yaroslav Halchenko's message of Tue May 24 15:17:17 +0200 2011: Version: 0.12.1-1.1 too old of a version -- that one wasn't built with 2.7 support I guess -- upgrade! we have now 0.14.1-6 Yes, squeeze version apparently does not need to support post-squeeze python, even if

Bug#627187: live-boot-initramfs-tools: No support for IPv6 in debian-live network boot

2011-05-19 Thread Michal Suchanek
Excerpts from Daniel Baumann's message of Wed May 18 18:17:28 +0200 2011: On 05/18/2011 05:05 PM, Michal Suchanek wrote: However, this still has to be addressed in live-boot once an alternative tool is available or ipconfig supports IPv6. right, but there's no point in having a bug upen

Bug#627147: /sbin/dhclient: $old_ip_address undocumented

2011-05-18 Thread Michal Suchanek
Package: isc-dhcp-client Version: 4.1.1-P1-16.1 Severity: normal File: /sbin/dhclient $old_ip_address usen in dhclient-script is undocumented. -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (990, 'stable'), (500, 'testing'), (400, 'unstable'), (395,

Bug#627150: live-build: syslinux support broken

2011-05-18 Thread Michal Suchanek
On 18 May 2011 09:00, Grzegorz Bizon grzegorz.bi...@ntsn.pl wrote: Package: live-build Version: 3.0~a16-1 Severity: important Hello, It appears that something is wrong with live-build and syslinux. I'm trying to build wheezy live on wheezy, and if I try building with syslinux as

Bug#627164: klibc-utils: ipconfig does not support for ipv6

2011-05-18 Thread Michal Suchanek
Package: klibc-utils Version: 1.5.20-1 Severity: important IPv6 is the current IP standard. ipconfig does not support it. -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (900, 'stable'), (510, 'unstable'), (500, 'testing'), (200, 'experimental'), (111,

Bug#627166: ipconfig: ignores dhcp options

2011-05-18 Thread Michal Suchanek
Package: klibc-utils Version: 1.5.20-1 Severity: important File: ipconfig ipconfig does not support many dhcp options. Specifically it does not report the domain-search option which is required to construct a resolv.conf properly. It also does not report lease time which is required to

Bug#622838: Bug#627150: live-build: syslinux support broken

2011-05-18 Thread Michal Suchanek
On 18 May 2011 12:30, Grzegorz Bizon grzegorz.bi...@ntsn.pl wrote: Probably because I'm building livecd on wheezy - package syslinux-themes-debian-squeeze version is 8-1 and directory /usr/share/syslinux/themes/debian-squeeze/syslinux-live is present. So it appears that #622838 is fixed in

Bug#627178: live-boot-initramfs-tools: resolv.conf not present on netbooted systems

2011-05-18 Thread Michal Suchanek
Package: live-boot-initramfs-tools Severity: normal On netbooted system ipconfig is used to obtain an IP address. Since dhclient is broken and running it on netbooted box kills the box it is not started. This means there is no resolv.conf created on the live system. For resolver to work

Bug#553211: /sbin/dhclient: Patch.

2011-05-18 Thread Michal Suchanek
Package: isc-dhcp-client Version: 4.1.1-P1-15+squeeze2 Severity: normal File: /sbin/dhclient Tags: patch Sending patch which works around this issue. There si no way to update routing tables atomically together with the ip address so there is always a possibility that the network goes down

Bug#627187: live-boot-initramfs-tools: No support for IPv6 in debian-live network boot

2011-05-18 Thread Michal Suchanek
Package: live-boot-initramfs-tools Severity: normal Tags: ipv6 live-boot uses ipconfig from klibc-utils to configure the network for network boot which does not support IPv6 - bug 627164 -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (900, 'stable'), (510,

Bug#627073: live-build: print where debootstrap is going to download packages from

2011-05-17 Thread Michal Suchanek
Package: live-build Version: 3.0~a16-1 Severity: wishlist The bootstrap mirror settings should be printed by live-build. Unlike apt debootstrap does not print mirror it is downloading from. P: Setting up cleanup function P: Begin caching bootstrap stage... P: Begin bootstrapping system... P:

<    2   3   4   5   6   7   8   9   10   11   >