Bug#324900: another problem with /var, mayby related

2007-01-24 Thread Witold Baryluk
Hi,

few days ago my workstation stoped working properly.
After investigetaion, i concluded that problem is
with nscd and with /var partition mounted with nosuid.
(nscd cache db in /var/db/nscd).
I removed nosuid flag (is there rational arguement why I should?) ,
and everythings work now.
I thking there is somewere bug in code. Nscd should check
succesfullnes of fs operations, and on error log it to logfile.
Now nscd even with debug level 10,  dont' do this,
and for example "getend passwd" is crashing with Seg fault.
After few tries, nscd deamon disapeer from process list,
without any error message or entry in logfile.

regards.

-- 
Witold Baryluk


signature.asc
Description: Digital signature


Bug#370088: x11-common: Should also conflicts with gv (<=1:3.5.8-26.1)

2006-11-11 Thread Witold Baryluk
Package: x11-common
Version: 1:7.0.22
Followup-For: Bug #370088

gv 3.5.8-26.1 contain /usr/X11R6/bin/gv , so similary this package
should conflicts (so upgrade will be easier).



signature.asc
Description: Digital signature


Bug#398255: boot flopies for i386 20061111 fails to boot

2006-11-12 Thread Witold Baryluk
Package: installation-reports

Boot method: floppy
Image version: http://people.debian.org/~joeyh/d-i/images/daily/floppy/root.img 
(11-Nov-2006 21:04)
http://people.debian.org/~joeyh/d-i/images/daily/floppy/boot.img
(11-Nov-2006 21:04)
Date: 12-11-2006 19:61

Machine: Compaq DeskPro En P800
Processor: Pentium III 800MHz/133MHz, 32/256KB cache
Memory: 256MB/133MB
Partitions: dosen't metter (imho)

Output of lspci -nn and lspci -vnn:
00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host
Bridge and Memory Controller Hub [8086:1130] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation 82815 CGC
[Chipset Graphics Controller] [8086:1132] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge
[8086:244e] (rev 01)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801BA ISA Bridge (LPC)
[8086:2440] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801BA IDE U100
[8086:244b] (rev 01)
00:1f.4 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB (Hub
#2) [8086:2444] (rev 01)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation
82801BA/BAM AC'97 Audio [8086:2445] (rev 01)
02:08.0 Ethernet controller [0200]: Intel Corporation 82801BA/BAM/CA/CAM
Ethernet Controller [8086:2449] (rev 01)


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:
boot floppy loads correctly (boot: expert),
then i was prompted to insert root floppy, boot system
detected that this is root 2006 and then fails
saying "./cpio: Not found".

Mayby make some regression test system for testing bootfloppies
(via bochs, or other emulator)



signature.asc
Description: Digital signature


Bug#398436: openssh-server: dosen't install on ldap enabled box (usermod fails)

2006-11-13 Thread Witold Baryluk
Package: openssh-server
Version: 1:4.3p2-5
Severity: important

I have a set of boxes which uses ldap authentification.
Yesterday i considered it will be usefull to install
ssh-server on them (there was ssh-client) for
remote updates.

so apt-get install openssh-server
...
Konfigurowanie openssh-server (4.3p2-5.1) ...
usermod: nie znaleziono sshd w /etc/passwd
dpkg: b��d przetwarzania openssh-server (--configure):
 podproces post-installation script zwr�ci� kod b��du 6
...

I think here is a problem:

/var/lib/dpkg/info/openssh-server.postinst : 292

fix_sshd_shell() {
if getent passwd sshd | grep -q ':/bin/false$'; then
usermod -s /usr/sbin/nologin sshd
fi
}

And
[EMAIL PROTECTED]:/home2/baryluk# getent passwd sshd
sshd:x:101:65534:sshd:/var/run/sshd:/bin/false

but usermod:
usermod -s /usr/sbin/nologin sshd
usermod: nie znaleziono sshd w /etc/passwd

so it looks like usermod is using /etc/passwd any way.

# grep sshd /etc/passwd
# empty

Additional info:
# cat /etc/nsswitch.conf
passwd: compat ldap
group: compat ldap
shadow: compat

...
# cat /etc/libnss-ldap.conf
host 10.0.1.1
base dc=smp,dc=if,dc=uj,dc=edu,dc=pl
ldap_version 3
rootbinddn cn=ldapadmin,dc=smp,dc=if,dc=uj,dc=edu,dc=pl
scope sub
# ustawione bo udev przy bootowaniu jest skopany
bind_policy soft

nss_base_passwd ou=People,dc=smp,dc=if,dc=uj,dc=edu,dc=pl
nss_base_shadow ou=People,dc=smp,dc=if,dc=uj,dc=edu,dc=pl
nss_base_group  ou=Group,dc=smp,dc=if,dc=uj,dc=edu,dc=pl
nss_base_aliasesou=Aliases,dc=smp,dc=if,dc=uj,dc=edu,dc=pl

# nscd running

# ldd `which usermod` | grep pam
# empty (usermod is using /etc/passwd directly!)

Suggestion: Use chsh (which use PAM).


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)

Versions of packages openssh-server depends on:
ii  adduser  3.99Add and remove users and groups
ii  debconf  1.5.8   Debian configuration management sy
ii  dpkg 1.13.22 package maintenance system for Deb
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library
ii  libkrb53 1.4.4-3 MIT Kerberos runtime libraries
ii  libpam-m 0.79-4  Pluggable Authentication Modules f
ii  libpam-r 0.79-4  Runtime support for the PAM librar
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libselin 1.32-2  SELinux shared libraries
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  libwrap0 7.6.dbs-11  Wietse Venema's TCP wrappers libra
ii  openssh- 1:4.3p2-5   Secure shell client, an rlogin/rsh
ii  zlib1g   1:1.2.3-13  compression library - runtime

openssh-server recommends no packages.

-- debconf information:
  ssh/insecure_rshd:
  ssh/insecure_telnetd:
  ssh/new_config: true
* ssh/use_old_init_script: true
  ssh/disable_cr_auth: false
  ssh/encrypted_host_key_but_no_keygen:


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



Bug#604744: gnome-shell: text rendering malformed on nouveau

2010-11-23 Thread Witold Baryluk
Package: gnome-shell
Version: 2.29.0-3+b1
Severity: important

It basically look just like this screenshot

http://live.gnome.org/GnomeShell/RemoteDisplay

but I have been using local machine with integrated

00:12.0 VGA compatible controller: nVidia Corporation C68 [GeForce 7050 PV / 
nForce 630a] (rev a2)

and

ii  libdrm-nouveau1  2.4.21-1~squeeze3  
  Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  xserver-xorg-video-nouveau   1:0.0.15+git20100329+7858345-5 
  X.Org X server -- Nouveau display driver (experimental)

Thanks.

-- 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/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-shell depends on:
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  gir1.0-clutter-1.0  1.2.12-3 GObject introspection data for the
ii  gir1.0-freedesktop  0.6.14-1+b1  Introspection data for some FreeDe
ii  gir1.0-glib-2.0 0.6.14-1+b1  Introspection data for GLib, GObje
ii  gir1.0-gtk-2.0  0.6.5-6+b1   GObject introspection data for the
ii  gir1.0-json-glib-1.00.10.2-2 GLib JSON manipulation library (do
ii  gir1.0-mutter-2.29  2.29.0-3 GObject introspection data for Mut
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libclutter-1.0-01.2.12-3 Open GL based interactive canvas l
ii  libcroco3   0.6.2-1  a generic Cascading Style Sheet (C
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libffi5 3.0.9-3  Foreign Function Interface library
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgirepository1.0-00.6.14-1+b1  Library for handling GObject intro
ii  libgjs0a0.7.1-1  Mozilla-based javascript bindings 
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.2-2 Utility library for loading .deskt
ii  libgnome-menu2  2.30.3-1 an implementation of the freedeskt
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libjson-glib-1.0-0  0.10.2-2 GLib JSON manipulation library
ii  libmozjs2d  1.9.1.15-1   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.6-1  NetScape Portable Runtime Library
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxcomposite1  1:0.4.3-1X11 Composite extension library
ii  libxdamage1 1:1.1.3-1X11 damaged region extension libra
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.5-1X11 miscellaneous 'fixes' extensio
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  mesa-utils  7.7.1-4  Miscellaneous Mesa GL utilities
ii  mutter  2.29.0-3 lightweight GTK+ window manager
ii  pkg-config  0.25-1.1 manage compile and link flags for 
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnome-shell recommends:
ii  xserver-xephyr2:1.7.7-9  nested X server

gnome-shell 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#565802: scrambles various menus and windows

2010-11-23 Thread Witold Baryluk
> I don't know if blaming gnome-shell is
> correct anyways, yet it all worked before using it, so here we go..
Hi.

I have the same problems here in gnome-shell 2.29.0-3+b1.
I only see horizontal violet/pink lines/rectangle backgrounds in context menus.
Unfortunelly it only happens from time to time. :/
And do not appears when using metacity.

I have Intel vga

00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)

Regards,
Witek



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



Bug#605396: delgroup --system gdm fails on gdm remove, on LDAP enabled box

2010-11-29 Thread Witold Baryluk
Package: gdm
Version: 2.20.11-2
Severity: important

Hi.

On my box with LDAP nss, gdm.postrm fails

r...@escalus:~# LC_ALL=C dpkg -P gdm
(Reading database ... 439702 files and directories currently installed.)
Removing gdm ...
Purging configuration files for gdm ...
Removing group `gdm' ...
groupdel: cannot remove entry 'gdm' from /etc/group
/usr/sbin/delgroup: `/usr/sbin/groupdel gdm' returned error code 10. Exiting.
groupdel: cannot remove entry 'gdm' from /etc/group
/usr/sbin/delgroup: `/usr/sbin/groupdel gdm' returned error code 10. Exiting.
dpkg: error processing gdm (--purge):
 subprocess installed post-removal script returned error exit status 128
Processing triggers for menu ...
Errors were encountered while processing:
 gdm
r...@escalus:~# 

r...@escalus:~# getent passwd gdm
r...@escalus:~#
r...@escalus:~# getent group gdm
gdm:x:112:
r...@escalus:~#
r...@escalus:~# grep gdm /etc/group
r...@escalus:~# 

Which means that gdm group is defined on LDAP box.
But using groupdel for them will not work (for few reasons).

Ignoring groupdel error resolves my problem, and upgrade can process without 
any issues.

Thanks.


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

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

Versions of packages gdm depends on:
ii  adduser 3.112add and remove users and groups
ii  debconf [debconf-2.0]   1.5.36   Debian configuration management sy
ii  gksu2.0.2-5  graphical frontend to su
ii  gnome-session [x-session-ma 2.30.2-3 The GNOME Session Manager - GNOME 
ii  gnome-terminal [x-terminal- 2.30.2-1 The GNOME terminal emulator applic
ii  kde-window-manager [x-windo 4:4.4.5-4the K window manager (KWin)
ii  konsole [x-terminal-emulato 4:4.4.5-1X terminal emulator
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libattr11:2.4.44-2   Extended attribute shared library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libdmx1 1:1.1.0-2X11 Distributed Multihead extensio
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libpam-modules  1.1.1-6.1Pluggable Authentication Modules f
ii  libpam-runtime  1.1.1-6.1Runtime support for the PAM librar
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxau6 1:1.0.6-1X11 authorisation library
ii  libxdmcp6   1:1.0.3-2X11 Display Manager Control Protoc
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxi6  2:1.3-5  X11 Input extension library
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  lsb-base3.2-23.1 Linux Standard Base 3.2 init scrip
ii  lxsession [x-session-manage 0.4.4-3  a lightweight X11 session manager
ii  lxterminal [x-terminal-emul 0.1.8-2  desktop independent vte-based term
ii  metacity [x-window-manager] 1:2.30.1-3   lightweight GTK+ window manager
ii  openbox [x-window-manager]  3.4.11.1-1   standards compliant, fast, light-w
ii  rxvt [x-terminal-emulator]  1:2.6.4-14   VT102 terminal emulator for the X 
ii  rxvt-unicode-lite [x-termin 9.07-2+b1RXVT-like terminal emulator with b
ii  terminator [x-terminal-emul 0.93-1   multiple GNOME terminals in one wi
ii  twm [x-window-manager]  1:1.0.4-2Tab window manager
ii  xfce4-session [x-session-ma 4.6.2-3  Xfce4 Session Manager
ii  x

Bug#605400: Please remove gnome-do from system-wide autostart.

2010-11-29 Thread Witold Baryluk
Package: gnome-do
Version: 0.8.3.1+dfsg-2
Severity: wishlist
Tags: squeeze

Hi.

File /etc/xdg/autostart/gnome-do.desktop makes gnome-do start
for each user.

Actually it starts for example in gnome, and additionally
shows popup which is very confusing because there is no "x" (close)
button to close it (yes, i know esc will work, but not all users know this).

It also eats some memory and most users do not use it by default.
So it is wasteful both in memory and start up time.

If somebody want to use it, will easily add it to autostart manually.

Thanks.



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

Kernel: Linux 2.6.37-rc3-sredniczarny-10767-g3561d43
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-do depends on:
ii  dbus 1.2.24-3simple interprocess messaging syst
ii  gconf2   2.28.1-6GNOME configuration database syste
ii  libc62.11.2-7Embedded GNU C Library: Shared lib
ii  libgconf2.0-cil  2.24.1-6CLI binding for GConf 2.24
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libglib2.0-cil   2.12.10-1   CLI binding for the GLib utility l
ii  libgnome-keyring1.0- 1.0.0-3 CLI library to access the GNOME Ke
ii  libgnome-vfs2.0-cil  2.24.1-6CLI binding for GnomeVFS 2.24
ii  libgnome2.24-cil 2.24.1-6CLI binding for GNOME 2.24
ii  libgnomedesktop2.20- 2.26.0-3CLI binding for GNOME Desktop 2.24
ii  libgtk2.0-0  2.20.1-2The GTK+ graphical user interface 
ii  libgtk2.0-cil2.12.10-1   CLI binding for the GTK+ toolkit 2
ii  libmono-addins0.2-ci 0.4-8   addin framework for extensible CLI
ii  libmono-cairo2.0-cil 2.6.7-3 Mono Cairo library (for CLI 2.0)
ii  libmono-corlib2.0-ci 2.6.7-3 Mono core library (for CLI 2.0)
ii  libmono-posix2.0-cil 2.6.7-3 Mono.Posix library (for CLI 2.0)
ii  libmono-system2.0-ci 2.6.7-3 Mono System libraries (for CLI 2.0
ii  libndesk-dbus-glib1. 0.4.1-3 CLI implementation of D-Bus (GLib 
ii  libndesk-dbus1.0-cil 0.6.0-4 CLI implementation of D-Bus
ii  libnotify0.4-cil 0.4.0~r3032-2   CLI library for desktop notificati
ii  libnunit2.4-cil  2.4.7+dfsg-6Unit test framework for CLI
ii  libwnck2.20-cil  2.26.0-3+b1 CLI binding for wnck 2.24
ii  libx11-6 2:1.3.3-4   X11 client-side library
ii  mono-runtime 2.6.7-3 Mono runtime
ii  procps   1:3.2.8-10  /proc file system utilities
ii  xdg-utils1.0.2+cvs20100307-3 desktop integration utilities from

Versions of packages gnome-do recommends:
ii  gnome-do-docklets 0.8.2-2Dock applets for GNOME Do's "Docky
ii  gnome-do-plugins  0.8.2.1+dfsg-2 Extra functionality for GNOME Do

gnome-do 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#649119: imagej: max_mem variable not set on 32-bit Linux

2011-11-17 Thread Witold Baryluk
Package: imagej
Version: 1.45k-1
Severity: normal

Pretty simple bug. max_mem is set only on x86_64
in start wrapper, but should in fact be set on
all Linux architectures. Same code as for amd64
works, so it can be moved to Linux generic path.

In fact I think somebody performed some copy-paste,
and forgot to change free_mem to max_mem.

patch below

--- imagej.org  2011-11-17 21:13:10.584635165 +0100
+++ imagej  2011-11-17 21:13:52.254336782 +0100
@@ -107,7 +107,7 @@
else
arch='-d32'
java_path="${ij_path}/jre/bin/java"
-   free_mem=`free | awk 'NR == 2 {fmem=int($2 / 1024); if (fmem < 1800) 
{print fmem} else {print 1800}}'`
+   max_mem=`free | awk 'NR == 2 {fmem=int($2 / 1024); if (fmem < 1800) 
{print fmem} else {print 1800}}'`
free_mem=`free | awk 'NR == 3 {fmem=int($4 / 1024); if (fmem < 
1800) {print fmem} else {print 1800}}'`
mem=${free_mem}/3*2
if (( $mem > $default_mem || $mem < $min_mem )) ; then 
mem=$default_mem ; fi



Thanks.




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

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

Versions of packages imagej depends on:
ii  openjdk-6-jre  6b23~pre11-1

imagej recommends no packages.

Versions of packages imagej suggests:
pn  java-virtual-machine  

-- 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#649200: rsyslog doesn't start anymore

2011-11-18 Thread Witold Baryluk
Package: rsyslog
Version: 5.8.6-1
Severity: important

Hi,

I just discovered that rsyslog on my machine is  not running.

I tried starting it, but ended with

Starting enhanced syslogd: rsyslogdError during class init for object 'rsyslog 
runtime' - failing...
rsyslogd initializiation failed - global classes could not be initialized.
Did you do a "make install"?
Suggested action: run rsyslogd with -d -n options to see what exactly fails.
rsyslogd run failed with error 22 (see rsyslog.h or try 
http://www.rsyslog.com/e/-22 to learn what that number means)
..


trying running it with -c5 -d -n does nothing more than above message.

strace shows no errors (last syscals are for sched_getparam sched_getscheduler,
both sucessfull).

I never touched rsyslog config files, but I purged rsyslog,
and installed it again. And it didn't helped at all.

I use Debian testing kernel. I see no reason for rsyslog
to fail on startup.

I think it is regression, and was introduced in some of the
uploads.

Regards,
Witek


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

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

Versions of packages rsyslog depends on:
ii  initscripts  2.88dsf-13.13   
ii  libc62.13-21 
ii  lsb-base 3.2-28  
ii  zlib1g   1:1.2.3.4.dfsg-3

Versions of packages rsyslog recommends:
ii  logrotate  3.7.8-6

Versions of packages rsyslog suggests:
pn  rsyslog-doc
pn  rsyslog-gnutls 
pn  rsyslog-gssapi 
pn  rsyslog-mysql | rsyslog-pgsql  
pn  rsyslog-relp   

-- debconf-show failed



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



Bug#649200: rsyslog doesn't start anymore

2011-11-18 Thread Witold Baryluk
On 11-18 20:18, Michael Biebl wrote:
> On 18.11.2011 20:08, Witold Baryluk wrote:
> > Package: rsyslog
> > Version: 5.8.6-1
> > Severity: important
> > 
> > Hi,
> > 
> > I just discovered that rsyslog on my machine is  not running.
> > 
> > I tried starting it, but ended with
> > 
> > Starting enhanced syslogd: rsyslogdError during class init for object 
> > 'rsyslog runtime' - failing...
> > rsyslogd initializiation failed - global classes could not be initialized.
> > Did you do a "make install"?
> > Suggested action: run rsyslogd with -d -n options to see what exactly fails.
> > rsyslogd run failed with error 22 (see rsyslog.h or try 
> > http://www.rsyslog.com/e/-22 to learn what that number means)
> > ..
> 
> Could you please install debsums and attach the output of
> debsums rsyslog
> I'd also be interested in the output of
> 
> ldd /usr/sbin/rsyslogd
> 
> A debug output would be helpful, too. run /usr/sbin/rsyslog -d -n -c5
> and attach the output.
> -- 
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
> 

Hi,

I already said it is clear install and running rsyslogd ed with the same error 
message,
but here you have it all

movax-dev:~# debsums rsyslog  
/lib/systemd/system/rsyslog.service   OK
/usr/lib/rsyslog/imfile.soOK
/usr/lib/rsyslog/imklog.soOK
/usr/lib/rsyslog/immark.soOK
/usr/lib/rsyslog/impstats.so  OK
/usr/lib/rsyslog/imtcp.so OK
/usr/lib/rsyslog/imudp.so OK
/usr/lib/rsyslog/imuxsock.so  OK
/usr/lib/rsyslog/lmnet.so OK
/usr/lib/rsyslog/lmnetstrms.soOK
/usr/lib/rsyslog/lmnsd_ptcp.soOK
/usr/lib/rsyslog/lmregexp.so  OK
/usr/lib/rsyslog/lmstrmsrv.so OK
/usr/lib/rsyslog/lmtcpclt.so  OK
/usr/lib/rsyslog/lmtcpsrv.so  OK
/usr/lib/rsyslog/lmzlibw.so   OK
/usr/lib/rsyslog/ommail.soOK
/usr/lib/rsyslog/omprog.soOK
/usr/lib/rsyslog/omruleset.so OK
/usr/lib/rsyslog/pmaixforwardedfrom.soOK
/usr/lib/rsyslog/pmcisconames.so  OK
/usr/lib/rsyslog/pmlastmsg.so OK
/usr/lib/rsyslog/pmrfc3164sd.so   OK
/usr/lib/rsyslog/pmsnare.so   OK
/usr/sbin/rsyslogdOK
/usr/share/doc/rsyslog/AUTHORSOK
/usr/share/doc/rsyslog/NEWS.Debian.gz OK
/usr/share/doc/rsyslog/README.Debian  OK
/usr/share/doc/rsyslog/changelog.Debian.gzOK
/usr/share/doc/rsyslog/changelog.gz   OK
/usr/share/doc/rsyslog/copyright  OK
/usr/share/lintian/overrides/rsyslog  OK
/usr/share/man/man5/rsyslog.conf.5.gz OK
/usr/share/man/man8/rsyslogd.8.gz OK

movax-dev:~# LC_ALL=C md5sum /etc/rsyslog.conf /etc/rsyslog.d/*
746f1e2beadaf5bc18a845ebf874c1b0  /etc/rsyslog.conf
md5sum: /etc/rsyslog.d/*: No such file or directory


movax-dev:~# ldd /usr/sbin/rsyslogd
linux-gate.so.1 =>  (0xb7748000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7726000)
libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 
(0xb770d000)
libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb7708000)
librt.so.1 => /lib/i386-linux-gnu/i686/cmov/librt.so.1 (0xb76ff000)
libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb75a5000)
/lib/ld-linux.so.2 (0xb7749000)


movax-dev:~# /usr/sbin/rsyslogd -c5 -d -n

4655.407514956:b761eb40: rsyslogd 5.8.6 startup, compatibility mode 5, module 
path '', cwd:/ro

Bug#610826: gdm3: Should detect short lived X server , or Xorg returning error

2011-11-18 Thread Witold Baryluk
 --display-id 
/org/gnome/DisplayManager/Display5679
root 20280  0.0  0.1  11148  2576 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5680
root 20281  0.0  0.1  11148  2580 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5681
root 20282  0.0  0.1  11148  2580 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5682
root 20283  0.0  0.1  11148  2580 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5683
root 20284  0.0  0.1  11148  2576 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5684
root 20285  0.0  0.1  11148  2576 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5685
root 20286  0.0  0.1  11148  2580 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5686
root 20287  0.0  0.1  11148  2580 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5687
root 20288  0.0  0.1  11148  2580 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5688
root 20289  0.0  0.1  11148  2576 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5689
root 20292  0.0  0.1  11148  2576 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5690
root 20295  0.0  0.1  11148  2580 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5691
root 20296  0.0  0.1  11148  2576 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5692
root 20297  0.0  0.1  11148  2576 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5693
root 20306  0.0  0.1  11148  2572 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5694
root 20307  0.0  0.1  11148  2576 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5695
root 20308  0.0  0.1  11148  2580 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5696
root 20309  0.0  0.1  11064  2316 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5697
root 20330  0.0  0.1  11064  2312 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5698
root 20331  0.0  0.1  11064  2312 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5699
root 20332  0.0  0.1  11064  2316 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5700
root 20333  0.0  0.1  11064  2312 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5701
root 20334  0.0  0.1  11064  2316 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5702
root 20335  0.0  0.1  11064  2312 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5703
root 20336  0.0  0.1  11064  2316 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5704
root 20337  0.0  0.1  11064  2316 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5705
root 20338  0.0  0.1  11064  2312 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5706
root 20339  0.0  0.1  11064  2312 ?S20:19   0:00 
/usr/lib/gdm3/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Display5707
1000 20341  0.0  0.0   3504   772 tty2 S+   20:19   0:00 grep gdm




-- 
Witold Baryluk
JID: witold.baryluk // jabster.pl



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



Bug#649596: gnome-session: Please provide /usr/bin/gnome-session-fallback as alternative to /usr/bin/x-session-manager

2011-11-22 Thread Witold Baryluk
Package: gnome-session
Version: 3.0.2-3
Severity: important

Dear Maintainer,

Hello, i just update some of workstations in our department,
and find that gnome-shell is starting by default with miserable effects
both in terms of stability and productivity.

I would like to choice gnome session with gnome-panel as default,
but there is no x-session-manager alternative installed
by default.

I find that best way to fix it is to execute

update-alternatives --install /usr/bin/x-session-manager x-session-manager
/usr/bin/gnome-session-fallback 60

I think it will be approprimate to add it to the gnome-session-fallback
package postinst script. Priority 60 because if someone installed
gnome-session-fallback he/she clearly want to have it activated.

Thanks.



-- 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=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-session depends on:
ii  gnome-session-bin  3.0.2-3
ii  gnome-session-common   3.0.2-3
ii  gnome-settings-daemon  3.0.3-3
ii  gnome-shell3.0.2-7

Versions of packages gnome-session recommends:
ii  gnome-power-manager 3.0.2-3
ii  gnome-session-fallback  3.0.2-3

Versions of packages gnome-session suggests:
ii  desktop-base  6.0.7  
ii  gnome-keyring 3.2.2-1
ii  gnome-user-guide  3.2.2-1

-- debconf-show failed



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



Bug#649770: gnome-panel: no way to remove dynamical space around clock applet

2011-11-23 Thread Witold Baryluk
Package: gnome-panel
Version: 3.2.1-1
Severity: normal

Hi.

Clock applet is currently centered on panel, but it looks
that actually around applet is some kind of invisible applet / item,
which just changes width acording how other elements
takes space.

You can move around it, but moving around other applets
and elements. But you cannot remove them, configure or add them.

One should be able to Alt-Right-Click on this space and show
Move and Remove from panel in context menu.

Thanks,
Witek



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

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

Versions of packages gnome-panel depends on:
ii  gnome-icon-theme-symbolic  3.2.1-1
ii  gnome-menus3.2.0.1-2  
ii  gnome-panel-data   3.2.1-1
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-21
ii  libcairo-gobject2  1.10.2-6.1 
ii  libcairo2  1.10.2-6.1 
ii  libcamel-1.2-233.0.3-2
ii  libdconf0  0.7.5-3
ii  libebook1.2-10 3.0.3-2
ii  libecal1.2-8   3.0.3-2
ii  libedataserver1.2-14   3.0.3-2
ii  libedataserverui-3.0-0 3.0.3-2
ii  libfontconfig1 2.8.0-3
ii  libfreetype6   2.4.8-1
ii  libgconf2-43.2.3-1
ii  libgdk-pixbuf2.0-0 2.24.0-1   
ii  libglib2.0-0   2.30.2-4   
ii  libgnome-desktop-3-0   3.0.2-2
ii  libgnome-menu-3-0  3.2.0.1-2  
ii  libgtk-3-0 3.2.2-2
ii  libgweather-3-03.2.1-1
ii  libical0   0.44-3 
ii  libice62:1.0.7-2  
ii  libnspr4-0d4.8.9-1
ii  libnss3-1d 3.13.1.with.ckbi.1.88-1
ii  libpanel-applet-4-03.2.1-1
ii  libpango1.0-0  1.29.4-2   
ii  librsvg2-2 2.34.2-1   
ii  libsm6 2:1.2.0-2  
ii  libsoup2.4-1   2.36.0-1   
ii  libsqlite3-0   3.7.9-2
ii  libstartup-notification0   0.12-1 
ii  libtelepathy-glib0 0.16.2-1   
ii  libwnck-3-03.2.1-1
ii  libx11-6   2:1.4.4-4  
ii  libxau61:1.0.6-4  
ii  libxml22.7.8.dfsg-5   
ii  libxrandr2 2:1.3.2-2  
ii  python 2.7.2-9
ii  python-gconf   2.28.1-3   

Versions of packages gnome-panel recommends:
ii  alacarte   0.13.2-3 
ii  evolution-data-server  3.0.3-2  
ii  gnome-applets  3.2.1-1  
ii  gnome-control-center   1:3.0.2-3
ii  gnome-icon-theme   3.2.1.2-1
ii  gnome-session  3.0.2-3  
ii  gvfs   1.8.2-2  

Versions of packages gnome-panel suggests:
ii  epiphany-browser  3.2.1-2
ii  evolution 3.0.3-2
ii  gnome-terminal [x-terminal-emulator]  3.2.1-2
ii  gnome-user-guide [gnome2-user-guide]  3.2.2-1
ii  nautilus  3.2.1-2
ii  terminator [x-terminal-emulator]  0.95-1 
ii  xterm [x-terminal-emulator]   276-1  
ii  yelp  3.2.1+dfsg-1+b1

-- 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#509828: gnome-panel: Clock applet may not update often enough with custom format

2011-11-23 Thread Witold Baryluk
Package: gnome-panel
Version: 3.2.1-1
Followup-For: Bug #509828

Detection of second dependency in format is simple.
Just check it for some particular timestamp,
and for timestamp+1, if strings are the same,
you can assume one minut update interval is enough.



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

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

Versions of packages gnome-panel depends on:
ii  gnome-icon-theme-symbolic  3.2.1-1
ii  gnome-menus3.2.0.1-2  
ii  gnome-panel-data   3.2.1-1
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-21
ii  libcairo-gobject2  1.10.2-6.1 
ii  libcairo2  1.10.2-6.1 
ii  libcamel-1.2-233.0.3-2
ii  libdconf0  0.7.5-3
ii  libebook1.2-10 3.0.3-2
ii  libecal1.2-8   3.0.3-2
ii  libedataserver1.2-14   3.0.3-2
ii  libedataserverui-3.0-0 3.0.3-2
ii  libfontconfig1 2.8.0-3
ii  libfreetype6   2.4.8-1
ii  libgconf2-43.2.3-1
ii  libgdk-pixbuf2.0-0 2.24.0-1   
ii  libglib2.0-0   2.30.2-4   
ii  libgnome-desktop-3-0   3.0.2-2
ii  libgnome-menu-3-0  3.2.0.1-2  
ii  libgtk-3-0 3.2.2-2
ii  libgweather-3-03.2.1-1
ii  libical0   0.44-3 
ii  libice62:1.0.7-2  
ii  libnspr4-0d4.8.9-1
ii  libnss3-1d 3.13.1.with.ckbi.1.88-1
ii  libpanel-applet-4-03.2.1-1
ii  libpango1.0-0  1.29.4-2   
ii  librsvg2-2 2.34.2-1   
ii  libsm6 2:1.2.0-2  
ii  libsoup2.4-1   2.36.0-1   
ii  libsqlite3-0   3.7.9-2
ii  libstartup-notification0   0.12-1 
ii  libtelepathy-glib0 0.16.2-1   
ii  libwnck-3-03.2.1-1
ii  libx11-6   2:1.4.4-4  
ii  libxau61:1.0.6-4  
ii  libxml22.7.8.dfsg-5   
ii  libxrandr2 2:1.3.2-2  
ii  python 2.7.2-9
ii  python-gconf   2.28.1-3   

Versions of packages gnome-panel recommends:
ii  alacarte   0.13.2-3 
ii  evolution-data-server  3.0.3-2  
ii  gnome-applets  3.2.1-1  
ii  gnome-control-center   1:3.0.2-3
ii  gnome-icon-theme   3.2.1.2-1
ii  gnome-session  3.0.2-3  
ii  gvfs   1.8.2-2  

Versions of packages gnome-panel suggests:
ii  epiphany-browser  3.2.1-2
ii  evolution 3.0.3-2
ii  gnome-terminal [x-terminal-emulator]  3.2.1-2
ii  gnome-user-guide [gnome2-user-guide]  3.2.2-1
ii  nautilus  3.2.1-2
ii  terminator [x-terminal-emulator]  0.95-1 
ii  xterm [x-terminal-emulator]   276-1  
ii  yelp  3.2.1+dfsg-1+b1

-- 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#649771: gnome-panel: clock applet constantly changes width

2011-11-23 Thread Witold Baryluk
Package: gnome-panel
Version: 3.2.1-1
Severity: normal

When using proportional space, and clock
with seconds, I find it changes width almost
everysecond, which makes applets around
clock applet unhappy (they redraws from scrath,
for example system monitor applets blinks,
and starts monitoring from begining, which both are
annoying).

Clock applet should remember its maximal width and keep
it until settings are changed, or new maximal width is
set.

Regards,
Witek



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

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

Versions of packages gnome-panel depends on:
ii  gnome-icon-theme-symbolic  3.2.1-1
ii  gnome-menus3.2.0.1-2  
ii  gnome-panel-data   3.2.1-1
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-21
ii  libcairo-gobject2  1.10.2-6.1 
ii  libcairo2  1.10.2-6.1 
ii  libcamel-1.2-233.0.3-2
ii  libdconf0  0.7.5-3
ii  libebook1.2-10 3.0.3-2
ii  libecal1.2-8   3.0.3-2
ii  libedataserver1.2-14   3.0.3-2
ii  libedataserverui-3.0-0 3.0.3-2
ii  libfontconfig1 2.8.0-3
ii  libfreetype6   2.4.8-1
ii  libgconf2-43.2.3-1
ii  libgdk-pixbuf2.0-0 2.24.0-1   
ii  libglib2.0-0   2.30.2-4   
ii  libgnome-desktop-3-0   3.0.2-2
ii  libgnome-menu-3-0  3.2.0.1-2  
ii  libgtk-3-0 3.2.2-2
ii  libgweather-3-03.2.1-1
ii  libical0   0.44-3 
ii  libice62:1.0.7-2  
ii  libnspr4-0d4.8.9-1
ii  libnss3-1d 3.13.1.with.ckbi.1.88-1
ii  libpanel-applet-4-03.2.1-1
ii  libpango1.0-0  1.29.4-2   
ii  librsvg2-2 2.34.2-1   
ii  libsm6 2:1.2.0-2  
ii  libsoup2.4-1   2.36.0-1   
ii  libsqlite3-0   3.7.9-2
ii  libstartup-notification0   0.12-1 
ii  libtelepathy-glib0 0.16.2-1   
ii  libwnck-3-03.2.1-1
ii  libx11-6   2:1.4.4-4  
ii  libxau61:1.0.6-4  
ii  libxml22.7.8.dfsg-5   
ii  libxrandr2 2:1.3.2-2  
ii  python 2.7.2-9
ii  python-gconf   2.28.1-3   

Versions of packages gnome-panel recommends:
ii  alacarte   0.13.2-3 
ii  evolution-data-server  3.0.3-2  
ii  gnome-applets  3.2.1-1  
ii  gnome-control-center   1:3.0.2-3
ii  gnome-icon-theme   3.2.1.2-1
ii  gnome-session  3.0.2-3  
ii  gvfs   1.8.2-2  

Versions of packages gnome-panel suggests:
ii  epiphany-browser  3.2.1-2
ii  evolution 3.0.3-2
ii  gnome-terminal [x-terminal-emulator]  3.2.1-2
ii  gnome-user-guide [gnome2-user-guide]  3.2.2-1
ii  nautilus  3.2.1-2
ii  terminator [x-terminal-emulator]  0.95-1 
ii  xterm [x-terminal-emulator]   276-1  
ii  yelp  3.2.1+dfsg-1+b1

-- 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#628968: [reportbug] reportbug crashes with assertion failed

2011-11-23 Thread Witold Baryluk
Package: reportbug
Followup-For: Bug #628968

Version: 6.3


I just get same assertion failure. Just after clicking Continue after filling
bug report text. Agh!

user1@sc:~$ reportbug  gnome-panel
**
Gdk:ERROR:/build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gdk
/gdkregion-generic.c:1114:miUnionNonO: assertion failed: (r->x1 < r->x2)
Przerwane
user1@sc:~$


Why this failure happens only sometimes?

-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/user1/.reportbugrc:
reportbug_version "6.3"
mode advanced
ui gtk2
realname "Witold Baryluk"
email "bary...@smp.if.uj.edu.pl"
no-cc
header "X-Debbugs-CC: bary...@smp.if.uj.edu.pl"
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt   0.8.15.9
ii  python2.7.2-9
ii  python-reportbug  6.3

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils  
ii  debsums
ii  dlocate
ii  emacs22-bin-common | emacs23-bin-common
ii  exim4  4.77-1
ii  exim4-daemon-light [mail-transport-agent]  4.77-1+b1
ii  file   5.09-2
ii  gnupg  1.4.11-3
ii  python-gtk22.24.0-2
ii  python-gtkspell2.25.3-11
ii  python-urwid   
ii  python-vte 1:0.28.2-3
ii  xdg-utils  1.1.0~rc1-3

Versions of packages python-reportbug depends on:
ii  apt   0.8.15.9
ii  python2.7.2-9
ii  python-debian 0.1.21
ii  python-debianbts  1.10
ii  python-support1.0.14

python-reportbug 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#649776: gnome-panel: activators changes width when hovered over by mouse cursor

2011-11-23 Thread Witold Baryluk
Package: gnome-panel
Version: 3.2.1-1
Severity: normal

Hi,

like in title. If you log in into gnome, and have multiple activators
on panel, and start hovering mouse over activators items,
they starts to stretch out by increasing slightly (2 pixels)
width.

It should compute size of both icons (highlighted and not),
and use maximal size in both direction.

Regards,
Witek



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

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

Versions of packages gnome-panel depends on:
ii  gnome-icon-theme-symbolic  3.2.1-1
ii  gnome-menus3.2.0.1-2  
ii  gnome-panel-data   3.2.1-1
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-21
ii  libcairo-gobject2  1.10.2-6.1 
ii  libcairo2  1.10.2-6.1 
ii  libcamel-1.2-233.0.3-2
ii  libdconf0  0.7.5-3
ii  libebook1.2-10 3.0.3-2
ii  libecal1.2-8   3.0.3-2
ii  libedataserver1.2-14   3.0.3-2
ii  libedataserverui-3.0-0 3.0.3-2
ii  libfontconfig1 2.8.0-3
ii  libfreetype6   2.4.8-1
ii  libgconf2-43.2.3-1
ii  libgdk-pixbuf2.0-0 2.24.0-1   
ii  libglib2.0-0   2.30.2-4   
ii  libgnome-desktop-3-0   3.0.2-2
ii  libgnome-menu-3-0  3.2.0.1-2  
ii  libgtk-3-0 3.2.2-2
ii  libgweather-3-03.2.1-1
ii  libical0   0.44-3 
ii  libice62:1.0.7-2  
ii  libnspr4-0d4.8.9-1
ii  libnss3-1d 3.13.1.with.ckbi.1.88-1
ii  libpanel-applet-4-03.2.1-1
ii  libpango1.0-0  1.29.4-2   
ii  librsvg2-2 2.34.2-1   
ii  libsm6 2:1.2.0-2  
ii  libsoup2.4-1   2.36.0-1   
ii  libsqlite3-0   3.7.9-2
ii  libstartup-notification0   0.12-1 
ii  libtelepathy-glib0 0.16.2-1   
ii  libwnck-3-03.2.1-1
ii  libx11-6   2:1.4.4-4  
ii  libxau61:1.0.6-4  
ii  libxml22.7.8.dfsg-5   
ii  libxrandr2 2:1.3.2-2  
ii  python 2.7.2-9
ii  python-gconf   2.28.1-3   

Versions of packages gnome-panel recommends:
ii  alacarte   0.13.2-3 
ii  evolution-data-server  3.0.3-2  
ii  gnome-applets  3.2.1-1  
ii  gnome-control-center   1:3.0.2-3
ii  gnome-icon-theme   3.2.1.2-1
ii  gnome-session  3.0.2-3  
ii  gvfs   1.8.2-2  

Versions of packages gnome-panel suggests:
ii  epiphany-browser  3.2.1-2
ii  evolution 3.0.3-2
ii  gnome-terminal [x-terminal-emulator]  3.2.1-2
ii  gnome-user-guide [gnome2-user-guide]  3.2.2-1
ii  nautilus  3.2.1-2
ii  terminator [x-terminal-emulator]  0.95-1 
ii  xterm [x-terminal-emulator]   276-1  
ii  yelp  3.2.1+dfsg-1+b1

-- 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#649777: reportbug: high cpu load when displaying progress bar (like sending mail or retriving bugs)

2011-11-23 Thread Witold Baryluk
Package: reportbug

Version: 6.3
Severity: normal

Reportbug eats about 30% of cpu doing essentially nothing.
I guess code which does progress bar updating is called
too often and overhead is just so big. Reportbug can be in such
state for few minutes, if for example smtp connection
is very slow.

-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/user1/.reportbugrc:
reportbug_version "6.3"
mode advanced
ui gtk2
realname "Witold Baryluk"
email "bary...@smp.if.uj.edu.pl"
no-cc
header "X-Debbugs-CC: bary...@smp.if.uj.edu.pl"
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt   0.8.15.9
ii  python2.7.2-9
ii  python-reportbug  6.3

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils  
ii  debsums
ii  dlocate
ii  emacs22-bin-common | emacs23-bin-common
ii  exim4  4.77-1
ii  exim4-daemon-light [mail-transport-agent]  4.77-1+b1
ii  file   5.09-2
ii  gnupg  1.4.11-3
ii  python-gtk22.24.0-2
ii  python-gtkspell2.25.3-11
ii  python-urwid   
ii  python-vte 1:0.28.2-3
ii  xdg-utils  1.1.0~rc1-3

Versions of packages python-reportbug depends on:
ii  apt   0.8.15.9
ii  python2.7.2-9
ii  python-debian 0.1.21
ii  python-debianbts  1.10
ii  python-support1.0.14

python-reportbug 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#550361: gdb: Cannot access memory at address 0x5

2011-11-23 Thread Witold Baryluk
On 11-22 13:35, Hector Oron wrote:
> Hello,
> 
> On Fri, Oct 09, 2009 at 05:51:48PM +0200, Witold Baryluk wrote:
> > Package: gdb
> > Version: 6.8.50.20090628-4
> > Severity: important
> > 
> > I just wanted to do some C development and debuging of some problematic 
> > application on kFreeBSD and have problem with GDB.
> 
> Is this problem gone away with version in unstable 4.3-1?


I do not know. Will need to reinstall kfreebsd in VM.
If you have fast machine you can do it quickly by yourself.

Regards,
Witek



-- 
Witold Baryluk



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



Bug#649770: gnome-panel: no way to remove dynamical space around clock applet

2011-11-23 Thread Witold Baryluk
On 11-23 22:23, Julian Andres Klode wrote:
> On Wed, Nov 23, 2011 at 10:10:38PM +0100, Witold Baryluk wrote:
> > Package: gnome-panel
> > Version: 3.2.1-1
> > Severity: normal
> > 
> > Hi.
> > 
> > Clock applet is currently centered on panel, but it looks
> > that actually around applet is some kind of invisible applet / item,
> > which just changes width acording how other elements
> > takes space.
> > 
> > You can move around it, but moving around other applets
> > and elements. But you cannot remove them, configure or add them.
> > 
> > One should be able to Alt-Right-Click on this space and show
> > Move and Remove from panel in context menu.
> 
> You can position a widget left, center, or right on the panel. It's
> not possible to place an applet at a freely-chosen position. I guess
> this is what you think to be a problem here[1].
> 
> [1] I guess we all know that gnome-panel 2.X was horribly broken
> WRT applet placement, at least for everyone using screens of
> multiple resolutions.


I see. So essentially there are 3 groups now, left, center and right,
and you can place applet in one of them, and change order of applets
in each group.

It may look like nice improvement, but I know some people which was actually
happy and exploited old behaviour to freelly lay out activators
and applets in ways which are currently impossible to do.
Like increasing inter-activator space.

I also had multiple groups of activators, now I can/must have only 3.
Separator applet allows only for small space beetwen groups,
and is almost useless (and additionally is not transparent,
and is not configurable to have variable width). This applet should
be improved to allow this. This way we can have better managment
of activators placement, but still have good behaviour
with respect to left/center/right alignment as well changing resolution
of screen, makeing it more fluid.

Maybe 'Move' in context menu should be changed to something different,
to prevent confusion?

Regards,
Witek


-- 
Witold Baryluk



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



Bug#649770: gnome-panel: no way to remove dynamical space around clock applet

2011-11-24 Thread Witold Baryluk
On 11-24 14:06, Julian Andres Klode wrote:
> On Thu, Nov 24, 2011 at 01:40:20AM +0100, Witold Baryluk wrote:
> > On 11-23 22:23, Julian Andres Klode wrote:
> > > On Wed, Nov 23, 2011 at 10:10:38PM +0100, Witold Baryluk wrote:
> > > > Package: gnome-panel
> > > > Version: 3.2.1-1
> > > > Severity: normal
> > > > 
> > > > Hi.
> > > > 
> > > > Clock applet is currently centered on panel, but it looks
> > > > that actually around applet is some kind of invisible applet / item,
> > > > which just changes width acording how other elements
> > > > takes space.
> > > > 
> > > > You can move around it, but moving around other applets
> > > > and elements. But you cannot remove them, configure or add them.
> > > > 
> > > > One should be able to Alt-Right-Click on this space and show
> > > > Move and Remove from panel in context menu.
> > > 
> > > You can position a widget left, center, or right on the panel. It's
> > > not possible to place an applet at a freely-chosen position. I guess
> > > this is what you think to be a problem here[1].
> > > 
> > > [1] I guess we all know that gnome-panel 2.X was horribly broken
> > > WRT applet placement, at least for everyone using screens of
> > > multiple resolutions.
> > 
> > 
> > I see. So essentially there are 3 groups now, left, center and right,
> > and you can place applet in one of them, and change order of applets
> > in each group.
> > 
> > It may look like nice improvement, but I know some people which was actually
> > happy and exploited old behaviour to freelly lay out activators
> > and applets in ways which are currently impossible to do.
> > Like increasing inter-activator space.
> 
> The problem with the free layout was that applets would move randomly
> when you resized the screen. More can be found at:
> 
> http://www.vuntz.net/journal/post/2011/04/13/gnome-panel-is-dead%2C-long-live-gnome-panel%21

You already said that, and I understand that.

What I say is that now I cannot setup what is spacing beetwen applets
and activators in each group. I liked it less dense that it is now.
I can try using separator applet, but it doesn't introduce enough
spacing, and it draws ugly vertical line.

So, I think we can change this bug report to wishlist for separator
applet being more configurable (allowing setting width and color).

Regards,
Witek

-- 
Witold Baryluk



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



Bug#698075: duplicity: Exception after completing full backup

2013-01-13 Thread Witold Baryluk
Package: duplicity
Version: 0.6.20-1
Severity: normal

Just after completing backup and printing statistics I got error:

baryluk@sredniczarny ~/ > duplicity /home/baryluk/Projekty/ 
"sftp://u...@host.com//home/baryluk/backup-sredniczarny/duplicity-Projekty/";
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: none
GnuPG passphrase: 
Retype passphrase to confirm: 
Nie odnaleziono sygnatur, zmiana na pełną kopię zapasową.
--[ Statystyki kopii zapasowej ]--
StartTime 1358060745.84 (Sun Jan 13 08:05:45 2013)
EndTime 1358076446.88 (Sun Jan 13 12:27:26 2013)
ElapsedTime 15701.03 (4 hours 21 minutes 41.03 seconds)
SourceFiles 283804
SourceFileSize 12866065538 (12.0 GB)
NewFiles 283804
NewFileSize 12866065538 (12.0 GB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 283804
RawDeltaSize 12865481099 (12.0 GB)
TotalDestinationSizeChange 8180933499 (7.62 GB)
Errors 0
--

Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 1574, in 
run
: 'NoneType' object has no attribute 'error'
baryluk@sredniczarny ~/ >


Not sure how important it is.
It looks that backup is correct. Incremental backups later, also completed,
this timeout without any error.

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

Kernel: Linux 3.8.0-rc3-t43-prod-00074-gb719f43-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages duplicity depends on:
ii  libc6  2.13-38
ii  librsync1  0.9.7-9
ii  python 2.7.3-3

Versions of packages duplicity recommends:
ii  python-httplib2  0.7.4-2
ii  python-oauth 1.0.1-3
ii  python-paramiko  1.7.7.1-3.1
ii  rsync3.0.9-4

Versions of packages duplicity suggests:
pn  lftp   
pn  ncftp  
pn  python-boto
pn  python-cloudfiles  
ii  python-gdata   2.0.17+dfsg-1
ii  python-pexpect 2.4-1
pn  tahoe-lafs 

-- 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#684663: ntfs-3g: Cannot write new files to ntfs-3g file system

2012-08-12 Thread Witold Baryluk
Package: ntfs-3g
Version: 1:2012.1.15AR.5-4
Severity: important

Hello,

I would like to report serious regression in ntfs-3g (I belive this is
not a problem of kernel, as other fuse filesystems doesn't have this
problems).

File system is mounted read-write and succesed in mounting.

sredniczarny:/sctank4# mount | grep sctank4
/dev/sdb1 on /sctank4 type fuseblk 
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)

but still I cannot create any new files (from normal user or root):

sredniczarny:/sctank4# touch 
touch: cannot touch `': No such file or directory

debug output from ntfs-3g:

unique: 17396, opcode: LOOKUP (1), nodeid: 1, insize: 45, pid: 1901
LOOKUP /
getattr /
   unique: 17396, error: -2 (Nie ma takiego pliku ani katalogu), outsize: 16
unique: 17397, opcode: CREATE (35), nodeid: 1, insize: 61, pid: 1901
create flags: 0x8841 / 0666 umask=0022
Invalid arguments.
   unique: 17397, error: -2 (Nie ma takiego pliku ani katalogu), outsize: 16
unique: 17398, opcode: LOOKUP (1), nodeid: 1, insize: 45, pid: 1901
LOOKUP /
getattr /
   unique: 17398, error: -2 (Nie ma takiego pliku ani katalogu), outsize: 16



similary:

sredniczarny:/sctank4# echo ala > 
bash: : No such file or directory


LOOKUP /
getattr /
   unique: 17399, error: -2 (Nie ma takiego pliku ani katalogu), outsize: 16
unique: 17400, opcode: CREATE (35), nodeid: 1, insize: 61, pid: 1742
create flags: 0x8241 / 0666 umask=0022
Invalid arguments.
   unique: 17400, error: -2 (Nie ma takiego pliku ani katalogu), outsize: 16



Reading and copying from ntfs-3g works.
Also mkdir, rm, rmdir, mv (renaming) all works perfectly.

But cp TO ntfs-3g doesn't work.


This is regression, I had no such problems previously (in fact all files
on this file system was creted on my computer on Linux with ntfs-3g).


Regards,
Witek



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

Kernel: Linux 3.6.0-rc1-t43-prod-00112-ge7882d6-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ntfs-3g depends on:
ii  debconf [debconf-2.0]  1.5.45
ii  fuse   2.9.0-5
ii  libc6  2.13-35
ii  libfuse2   2.9.0-5
ii  libgcrypt111.5.0-3
ii  libgnutls262.12.20-1
ii  multiarch-support  2.13-35

ntfs-3g recommends no packages.

ntfs-3g suggests no packages.

-- debconf information:
* ntfs-3g/setuid-root: false
* ntfs-3g/initramfs: true


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



Bug#656375: libdrm-intel1: screen corruptions, kernel message "*ERROR* Prepared flip multiple times"

2012-01-18 Thread Witold Baryluk
Package: libdrm-intel1
Version: 2.4.30-1
Severity: important

Hi,

After logging into GNOME, I started getting LOTS of
[  239.494761] [drm:intel_prepare_page_flip] *ERROR* Prepared flip multiple
times
in kernel log repeated ever few microseconds.

Lots of GNOME elements is missing (they are still there, but not drawned), like
some menus,
some font glyphs. It is clearly regression, because just month ago everything
was working.

lizander:~> uname -a
Linux lizander 3.1.0-1-686-pae #1 SMP Tue Jan 10 05:42:54 UTC 2012 i686
GNU/Linux
lizander:~> lspci  | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics
Controller (rev 02)
lizander:~> glxinfo | grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL version string: 1.3 Mesa 7.11.2
lizander:~>

ii  libgl1-mesa-dri 7.11.2-1
free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx 7.11.2-1
free implementation of the OpenGL API -- GLX runtime

ii  xserver-xorg1:7.6+10
X.Org X server
ii  xserver-xorg-core   2:1.11.3.901-1
Xorg X server - core server
ii  xserver-xorg-video-intel2:2.17.0-1
X.Org X server -- Intel i8xx, i9xx display driver

Machine is IBM ThinkCentre (MT-M: 8183-QGP):
http://support.lenovo.com/en_US/detail.page?LegacyDocID=MIGR-51078
http://support.lenovo.com/?lndocid=MIGR-51266


Thanks,



-- 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=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libdrm-intel1 depends on:
ii  libc6  2.13-24
ii  libdrm22.4.30-1
ii  libpciaccess0  0.12.902-1
ii  multiarch-support  2.13-24

libdrm-intel1 recommends no packages.

libdrm-intel1 suggests no packages.

-- debconf-show failed



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



Bug#656378: iceweasel: System-wide extensions (in /usr/share/) should be trusted by default

2012-01-18 Thread Witold Baryluk
Package: iceweasel
Version: 9.0.1-1
Severity: normal

Hi,

after upgrading iceweasel of some extensions, an iceweasel asks again user if
he/she wants to use and trust each extension fro /usr/share directory. I think
it is redundant, and such question should be not asked (/usr/share should be
equivalent
to whitelisted and secured source of extension). This is particulary troubeling
currently, because updating iceweasel or its extensions is independent fro
using iceweasel, so after upgrading iceweasel or extension (especially because
of secuirty updates), it may make user show randomly (for him) monits about if
he/she wants to trust extensions.

Just whitelist /usr/share/* and /usr/local/share/* or whetever subdirectories
are needed for this to work without unacassary monits.

Thanks.



-- Package-specific info:

-- Extensions information
Name: CSS Validator extensionfalse
Location: ${PROFILE_EXTENSIONS}/{AB7308B2-C13C-4eba-AC78-2AD55B96EE09}
Status: app-disabled

Name: DOM Inspector extensionfalse
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/inspec...@mozilla.org
Package: xul-ext-dom-inspector
Status: enabled

Name: Default themefalse
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: FireUnit extensionfalse
Location: ${PROFILE_EXTENSIONS}/fireu...@mozilla.com
Status: app-disabled

Name: Firebug extensionfalse
Location: ${PROFILE_EXTENSIONS}/fire...@software.joehewitt.com
Status: app-disabled

Name: FirefoxNotify extensionfalse
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/firefoxnotify@abhishek.mukherjee
Package: xul-ext-notify
Status: app-disabled

Name: Flashblock extensionfalse
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{3d7eb24f-2740-49df-8937-200b1cc08f8a}
Package: xul-ext-flashblock
Status: enabled

Name: Greasemonkey extensionfalse
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Package: xul-ext-greasemonkey
Status: enabled

Name: Html Validator extensionfalse
Location: ${PROFILE_EXTENSIONS}/{3b56bcc7-54e5-44a2-9b44-66c3ef58c13e}
Status: app-disabled

Name: Polski Language Pack localefalse
Location: /usr/lib/iceweasel/extensions/langpack...@firefox.mozilla.org.xpi
Package: iceweasel-l10n-pl
Status: enabled

Name: Relaxed the HTML Validator extensionfalse
Location: ${PROFILE_EXTENSIONS}/rela...@vse.cz
Status: app-disabled

Name: ShowIP extensionfalse
Location: ${PROFILE_EXTENSIONS}/{3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}.xpi
Status: user-disabled

-- Plugins information
Name: DivX® Web Player
Location: /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Package: totem-mozilla
Status: enabled

Name: Gnome Shell Integration
Location: /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
Package: gnome-shell
Status: enabled

Name: QuickTime Plug-in 7.6.6
Location: /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Package: totem-mozilla
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: Skype Buttons for Kopete
Location: /usr/lib/mozilla/plugins/skypebuttons.so
Package: kopete
Status: enabled

Name: VLC Multimedia Plugin (compatible Totem 3.0.1)
Location: /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
Package: totem-mozilla
Status: enabled

Name: Windows Media Player Plug-in 10 (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Package: totem-mozilla
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled


-- Addons package information
ii  gnome-shell3.2.1-8graphical shell for the GNOME desktop
ii  iceweasel  9.0.1-1Web browser based on Firefox
ii  iceweasel-l10n 1:9.0+debian-1 Polish language package for Iceweasel
ii  kopete 4:4.6.5-3  instant messaging and chat application
ii  rhythmbox-plug 2.95-1 plugins for rhythmbox music player
ii  totem-mozilla  3.0.1-6Totem Mozilla plugin
ii  xul-ext-dom-in 1:2.0.10-1 tool for inspecting the DOM of pages in Icew
ii  xul-ext-flashb 1.5.15-1   mozilla extension to block Adobe Flash conte
ii  xul-ext-grease 0.9.13-1   extension that enables customization of webp
ii  xul-ext-notify 1.5.4-4integrate Iceweasel/Firefox download message

-- 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=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceweasel depends on:
ii  debianutils 4.1
ii  fontconfig  2.8.0-3
ii  libc6   2.13-24
ii  libgdk-pixbuf2.0-0  2.24.0-2
ii  libglib2.0-02.30.2-4
ii  libgtk2.0-0 2.24.8-2
ii

Bug#656570: xawtv: Fails to upgrade, with "PAL: not found" error message

2012-01-19 Thread Witold Baryluk
Package: xawtv
Version: 3.102-0.1
Severity: important

Was just doing upgrade


root@ss:~# LC_ALL=C dpkg --configure -a
Setting up xawtv (3.102-0.1) ...
vid-open-auto: using analog TV device /dev/video0
PAL: not found
dpkg: error processing xawtv (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 xawtv
root@ss:~#


root@ss:~# ls -l /dev/video0
crw-rw---T+ 1 root video 81, 0 sty 20 07:17 /dev/video0


[8.167450] Linux video capture interface: v2.00

[   10.738929] cx88[0]/0: registered device video0 [v4l2]


01:08.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI
Video and Audio Decoder (rev 05)


Linux silkmoon 3.1.0-1-686-pae #1 SMP Tue Jan 10 05:42:54 UTC 2012 i686
GNU/Linux



Regards,
Witek.




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

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

Versions of packages xawtv depends on:
ii  debconf [debconf-2.0] 1.5.41
ii  lesstif2  1:0.95.2-1
ii  libasound21.0.24.1-4
ii  libc6 2.13-24
ii  libfontconfig12.8.0-3
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libice6   2:1.0.7-2
ii  libjpeg8  8c-2
ii  liblircclient00.9.0~pre1-1
ii  libncurses5   5.9-4
ii  libpng12-01.2.46-4
ii  libsm62:1.2.0-2
ii  libtinfo5 5.9-4
ii  libx11-6  2:1.4.4-4
ii  libxaw7   2:1.0.9-3
ii  libxext6  2:1.3.0-3
ii  libxft2   2.2.0-3
ii  libxinerama1  2:1.1.1-3
ii  libxmu6   2:1.1.0-3
ii  libxp61:1.0.1-2
ii  libxpm4   1:3.5.9-4
ii  libxrandr22:1.3.2-2
ii  libxrender1   1:0.9.6-2
ii  libxt61:1.1.1-2
ii  libxv12:1.0.6-2
ii  libxxf86dga1  2:1.1.2-1
ii  libxxf86vm1   1:1.1.1-2
ii  libzvbi0  0.2.33-4
ii  pia   3.102-0.1
ii  scantv3.102-0.1
ii  v4l-conf  3.102-0.1
ii  x11-utils 7.6+4
ii  xawtv-plugins 3.102-0.1
ii  zlib1g1:1.2.3.4.dfsg-3

xawtv recommends no packages.

Versions of packages xawtv suggests:
pn  tv-fonts 1.1-8
pn  xawtv-plugin-qt  

-- debconf information:
* xawtv/freqtab: europe-east
* xawtv/channel-scan: true
* xawtv/tvnorm: PAL
  xawtv/makedev: true
* xawtv/build-config: true



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



Bug#678551: RuntimeError: apt-cache dumpavail returned error code 100

2012-06-22 Thread Witold Baryluk
Package: debtags
Version: 1.10.1
Severity: normal


Hi!

When upgrading my system debtags shows some errors.

sredniczarny:/home/baryluk# LC_ALL=C dpkg --configure -a
Setting up debtags (1.10.1) ...
E: read, still have 392 to read but none left
Traceback (most recent call last):
  File "/usr/bin/debtags-fetch", line 347, in 
if not src.fetch():
  File "/usr/bin/debtags-fetch", line 133, in fetch
raise RuntimeError("apt-cache dumpavail returned error code %d" % 
proc.returncode)
RuntimeError: apt-cache dumpavail returned error code 100
fetcher command /usr/bin/debtags-fetch --local update failed. Context:
acquiring new data
dpkg: error processing debtags (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 debtags



I have no idea how to solve this problem.

Regards,
Witek

-- 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=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debtags depends on:
ii  apt 0.9.7
ii  libapt-pkg4.12  0.9.7
ii  libc6   2.13-33
ii  libept1.4.121.0.9
ii  libgcc1 1:4.7.1-1
ii  libstdc++6  4.7.1-1
ii  libxapian22 1.2.10-2
ii  python  2.7.3~rc2-1
ii  python-debian   0.1.21
ii  zlib1g  1:1.2.7.dfsg-12

debtags recommends no packages.

Versions of packages debtags suggests:
pn  tagcoll  

-- 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#678567: debian-installer: DMA errors when using tg3 (Broadcom Corporation NetXtreme) prevents using network in d-i

2012-06-22 Thread Witold Baryluk
Package: debian-installer
Severity: normal

Hello,

I was trying to install using netinstall or businesscard or
netinst+firmware images of wheezy/testing on IBM xSeries x366 server
and ended with serious DMA error when using tg3 driver with 

Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet 

controler.

This prevents using network in d-i. I loaded firmware from pendrive or
from unofficial netinstall+firmware iso images.


Basically it is problem with 3.2.x kernel, and is a regression against
for example 2.6.26. I belive problem is fixed in 3.4.x kernels.


I belive this is exactly the same problem like in Ubuntu 12.04,

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1005699

(actually running Ubuntu 12.04 livecd presents same error).


It looks like this

tg3 :03:06.0: eth0: DMA Status error. Resetting chip.
tg3 :03:06.0: eth0: 0x: 0x164814e4, 0x22b00146, 0x0210, 
0x00804010

tg3 :03:06.0: eth0: 0x7010: 0x44ea66f0, 0x00014a00, 0x009f0020, 
0xa184a053
tg3 :03:06.0: eth0: 0: Host status block 
[0007:0001:(::):(:)]
tg3 :03:06.0: eth0: 0: NAPI info 
[:0001:(::01ff)::(00c8:::)]
tg3 :03:06.0: tg3_stop_block timed out, ofs=4800 enable_bit=2




Patches was sent also there
https://lists.ubuntu.com/archives/kernel-team/2012-June/020610.html
https://lists.ubuntu.com/archives/kernel-team/2012-June/020609.html


Without this fixes, d-i is not able to use network, and fails to obtain
IP using DHCP, or use network.

I'm using debian testing installer for amd64.

Machine configuration

baryluk@duzyczarny-lan1:~$ lspci
00:00.0 Host bridge: IBM Calgary PCI-X Host Bridge (rev 02)
00:01.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 
7000/VE]
00:03.0 USB Controller: NEC Corporation USB (rev 43)
00:03.1 USB Controller: NEC Corporation USB (rev 43)
00:03.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
00:0f.0 Host bridge: Broadcom CSB6 South Bridge (rev a0)
00:0f.1 IDE interface: Broadcom CSB6 RAID/IDE Controller (rev a0)
00:0f.3 ISA bridge: Broadcom GCLE-2 Host Bridge
01:00.0 Host bridge: IBM Calgary PCI-X Host Bridge (rev 02)
01:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit 
Ethernet (rev 10)
01:01.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit 
Ethernet (rev 10)
01:02.0 RAID bus controller: Adaptec AAC-RAID (rev 02)
02:00.0 Host bridge: IBM Calgary PCI-X Host Bridge (rev 02)
04:00.0 Host bridge: IBM Calgary PCI-X Host Bridge (rev 02)
06:00.0 Host bridge: IBM Calgary PCI-X Host Bridge (rev 02)
08:00.0 Host bridge: IBM Calgary PCI-X Host Bridge (rev 02)
0a:00.0 Host bridge: IBM Calgary PCI-X Host Bridge (rev 02)
0c:00.0 Host bridge: IBM Calgary PCI-X Host Bridge (rev 02)


baryluk@duzyczarny-lan1:~$ lspci -n
00:00.0 0600: 1014:02a1 (rev 02)
00:01.0 0300: 1002:5159
00:03.0 0c03: 1033:0035 (rev 43)
00:03.1 0c03: 1033:0035 (rev 43)
00:03.2 0c03: 1033:00e0 (rev 04)
00:0f.0 0600: 1166:0203 (rev a0)
00:0f.1 0101: 1166:0213 (rev a0)
00:0f.3 0601: 1166:0227
01:00.0 0600: 1014:02a1 (rev 02)
01:01.0 0200: 14e4:1648 (rev 10)
01:01.1 0200: 14e4:1648 (rev 10)
01:02.0 0104: 9005:0285 (rev 02)
02:00.0 0600: 1014:02a1 (rev 02)
04:00.0 0600: 1014:02a1 (rev 02)
06:00.0 0600: 1014:02a1 (rev 02)
08:00.0 0600: 1014:02a1 (rev 02)
0a:00.0 0600: 1014:02a1 (rev 02)
0c:00.0 0600: 1014:02a1 (rev 02)



If needed please reasign problem to kernel team. It is quite important,
I have Broadcom lan adapters in multiple computers including two
servers, two workstations and two laptops. It is quite common device for
Gigabit Ethernet access

Regards,
Witek



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



Bug#641873: xpdf doesn't display text in many PDF files

2012-02-14 Thread Witold Baryluk
Package: xpdf
Version: 3.03-8
Followup-For: Bug #641873

Hi,

I think I have same problem.

I was trying to read

http://www.hitachi.com/rd/pdf/news/merl060301nrde_elevator.pdf

And it essentially miss almost all text when trying to view in xpdf.

It reads fine in Evince or in GV after converting using pdftops.

I had one more pdf few days ago with similar problem, but cannot
remember where it was.

Regards,
Witek



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

Kernel: Linux 3.3.0-rc3-t43-devel-smp-00188-g3ec1e88-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xpdf depends on:
ii  lesstif2  1:0.95.2-1
ii  libc6 2.13-26
ii  libgcc1   1:4.6.2-14
ii  libpoppler13  0.16.7-3
ii  libstdc++64.6.2-14
ii  libx11-6  2:1.4.4-4
ii  libxt61:1.1.1-2

Versions of packages xpdf recommends:
ii  gsfonts-x110.22
ii  poppler-data   0.4.5-2
ii  poppler-utils  0.16.7-3
ii  yudit  2.8.1-4

xpdf 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#659925: libfm0: A cache (/usr/lib/gio/modules/giomodule.cache) should be removed on uninstall/purge

2012-02-14 Thread Witold Baryluk
Package: libfm0
Severity: normal


I was uninstalling libfm0 because deborphan said it is not used by any package,
so I purged it. However dpkg complained about non-empty directory.


Czyszczenie z plików konfiguracyjnych dla libfm0 ...
dpkg: ostrzeżenie: podczas usuwania libfm0, katalog "/usr/lib/gio/modules" nie 
był pusty, więc nie został usunięty.


$ find /usr/lib/gio/modules
/usr/lib/gio/modules
/usr/lib/gio/modules/giomodule.cache
$

I needed to manually remove cache and directory.

How about automatically removing giomodule.cache? It is just a cache,
and if nobody is using it, and was created automatically should be safe
to remove.


Feel free to reassign to other package if needed.

Regards,
Witek



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

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

Versions of packages libfm0 depends on:
ii  libc6 2.13-26
ii  libdbus-1-3   1.4.16-1
ii  libdbus-glib-1-2  0.98-1
ii  libglib2.0-0  2.30.2-6
ii  libmenu-cache10.3.2-2.1
ii  lxmenu-data   0.1.2-1

libfm0 recommends no packages.

libfm0 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#657935: xawtv: Fails to upgrade/install due error in postinst script (ret variable)

2012-01-29 Thread Witold Baryluk
Package: xawtv
Version: 3.102-2
Severity: important

Clearly, line 41 of /var/lib/dpkg/info/xawtv.postinst lacks a dollar character:

if [ ret -ne 0 ]; then

should be

if [ $ret -ne 0 ]; then


Anyway, this whole fragment of code is full of bugs. :)
Hope it is temporary.

Regards,
Witek




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

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

Versions of packages xawtv depends on:
ii  debconf [debconf-2.0] 1.5.41
ii  lesstif2  1:0.95.2-1
ii  libasound21.0.24.1-4
ii  libc6 2.13-24
ii  libfontconfig12.8.0-3.1
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libice6   2:1.0.7-2
ii  libjpeg8  8c-2
ii  liblircclient00.9.0~pre1-1
ii  libncurses5   5.9-4
ii  libpng12-01.2.46-4
ii  libsm62:1.2.0-2
ii  libtinfo5 5.9-4
ii  libx11-6  2:1.4.4-4
ii  libxaw7   2:1.0.9-3
ii  libxext6  2:1.3.0-3
ii  libxft2   2.2.0-3
ii  libxinerama1  2:1.1.1-3
ii  libxmu6   2:1.1.0-3
ii  libxp61:1.0.1-2
ii  libxpm4   1:3.5.9-4
ii  libxrandr22:1.3.2-2
ii  libxrender1   1:0.9.6-2
ii  libxt61:1.1.1-2
ii  libxv12:1.0.6-2
ii  libxxf86dga1  2:1.1.2-1
ii  libxxf86vm1   1:1.1.1-2
ii  libzvbi0  0.2.33-4
ii  pia   3.102-2
ii  scantv3.102-2
ii  v4l-conf  3.102-2
ii  x11-utils 7.6+4
ii  xawtv-plugins 3.102-2
ii  zlib1g1:1.2.3.4.dfsg-3

xawtv recommends no packages.

Versions of packages xawtv suggests:
pn  tv-fonts 1.1-8
pn  xawtv-plugin-qt  

-- debconf information:
* xawtv/freqtab: europe-east
* xawtv/channel-scan: true
* xawtv/tvnorm: PAL
  xawtv/makedev: true
* xawtv/build-config: true



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



Bug#657935: xawtv: Fails to upgrade/install due error in postinst script (ret variable)

2012-01-30 Thread Witold Baryluk
On 01-30 08:12, Maximiliano Curia wrote:
> Hola Witold Baryluk!
> 
> El 30/01/2012 a las 02:06 escribiste:
> > Anyway, this whole fragment of code is full of bugs. :)
> > Hope it is temporary.
> 
> Apart from this one, and the TODO.
> What do you mean by full of bugs?
> 

Just saying it looks to be unfinished part of the code, and probably can
be done in cleaner way, with more explicit usage of if/test, than some
|| && magic, which is often hard to understand.


Regards,
Witek

-- 
Witold Baryluk



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



Bug#657986: terminator: Upgrade changed behaviour of F10 key

2012-01-30 Thread Witold Baryluk
Package: terminator
Version: 0.95-1
Severity: normal

As in title.

Previously pressing F10 just sent a F10 key press to particular terminal,
now it does that AND shows up a terminator context menu (equivalent
to pressing right mouse button).

I find it very annoying, and cannot find how to disable this context menu
appearence.

Regards,
Witek



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

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

Versions of packages terminator depends on:
ii  gconf2  3.2.3-1
ii  libgtk2.0-bin   2.24.8-3
ii  python  2.7.2-10
ii  python-gobject  3.0.3-3
ii  python-gtk2 2.24.0-2
ii  python-support  1.0.14
ii  python-vte  1:0.28.2-4

Versions of packages terminator recommends:
ii  python-gnome2 2.28.1-3
ii  python-keybinder  
ii  xdg-utils 1.1.0~rc1+git20111210-5

terminator 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#657992: mc: Default tab / indentation settings are worst possible

2012-01-30 Thread Witold Baryluk
Package: mc
Version: 3:4.7.0.9-2
Severity: normal

Hi,

mcedit have this interesting "fake half tab" mode, in which single tab key
press,
generates 4 spaces, and second single tab key press generates 4 more space,
which are automagically converted to real tab which is displayed as 8 character
width.

I found that this mode makes after a while real mess in a code base.
This is because after a while, especially when coping and reindenting pieces
of code from other files or editors, you start having mix of space and tabs
used for
indentation, which is extreamally bad for maintaince and readibility reasons.

I personally always change it to not use "fake half tabs", and display tabs as
4 character width
(however leaving current 8 characters is also fully acceptable by me, and
somtimes preferable).
I would like to have this become standard and default setting for mcedit. One
can argue about
to eventually not use tabs (with 2, 4 or 8 or whetever width), but use spaces
(when using
"Fill tabs with spaces" mcedit option), but this bug report is about
consistency. And because mcedit
already uses hard tabs, I just think that logical conslusion is to disable
"fake half tabs" in default/initial
settings.

Fake half tabs mode have other undesired properties, like fact that pressing
tab two times,
gives you single hard tab, and then you can remove it using single backspace
press, makeing
it highly assymetric and unreversible.

Whichever you choice, please be consistant and do not mix spaces and real hard
tabs
for indentation. This implies disabling "fake half tabs" option by default, as
I indicated.
Simple single change.

I want to raise awerness of this problem, because I find more and more people
use mcedit
with its default settings, especially computer science students, and it drives
me mad
when I see mixed indentation and messed source code due stupid mcedit defaults.
It is not that I cannot change the setting in my own mcedit. But this is
because I understand
the problem, however many beginers doesn, and often doesn't care, makeing mess.
If they doesn't understand or care, please make default settings a sane ones.
(just disable "fake half tabs" option, which of course can be reenabled by
whoever
wants)

Thanks,
Witek




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

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

Versions of packages mc depends on:
ii  e2fslibs  1.42-1
ii  libc6 2.13-24
ii  libcomerr21.42-1
ii  libglib2.0-0  2.30.2-6
ii  libgpm2   1.20.4-4
ii  libslang2 2.2.4-5

Versions of packages mc recommends:
ii  mime-support  3.51-1

Versions of packages mc suggests:
ii  arj  3.10.22-10
ii  bzip21.0.6-1
ii  catdvi   
ii  dbview   
ii  djvulibre-bin3.5.24-9
ii  evince [pdf-viewer]  3.2.1-1
ii  file 5.09-2
ii  gv [pdf-viewer]  1:3.7.3-1
ii  imagemagick  8:6.6.9.7-5+b2
ii  links2.5-1
ii  lynx 2.8.8dev.9-3
ii  odt2txt  0.4+git20100620-1
ii  perl 5.14.2-7
ii  python   2.7.2-10
ii  python-boto  
ii  python-tz2011h-1
ii  unzip6.0-5
ii  w3m  0.5.3-5
ii  xpdf [pdf-viewer]3.03-7
ii  xpdf-reader  3.02-12
ii  zip  3.0-4

-- 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#658090: xen-utils-common: xl create fails due missing /var/lib/xen directory

2012-01-31 Thread Witold Baryluk
Package: xen-utils-common
Version: 4.1.2-1
Severity: important

Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Witold Baryluk 
To: Debian Bug Tracking System 
Subject: /usr/lib/xen-common/bin/xen-toolstack-wrapper: xl create fails because 
of
 missing /var/lib/xen
Message-ID: <20120131101505.7889.68452.reportbug@localhost.localdomain>
X-Mailer: reportbug 6.3.1
Date: Tue, 31 Jan 2012 11:15:05 +0100

Package: xen-utils-common
Version: 4.1.2-1
Severity: important
File: /usr/lib/xen-common/bin/xen-toolstack-wrapper

Dear Maintainer,

I changed toolstack to xl in /etc/default/xen, rebooted
machine, and xl started working, but creating domU (kfreebsd9 from
package kfreebsd-image-9.0-1-xen) fails, because /var/lib/xen is missing.
Just doing 'mkdir /var/lib/xen' solved my problem, and kfreebsd9 kernel now 
loads
(still panics because of lack of root file system, but kernel itself 
loads&works!).
Probably few other subdirectories are missing there.

Regards,
Witek


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

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

Versions of packages xen-utils-common depends on:
ii  gawk1:3.1.8+dfsg-0.1
ii  lsb-base3.2-28.1
ii  udev175-3
ii  xenstore-utils  4.1.2-2

xen-utils-common recommends no packages.

xen-utils-common suggests no packages.

-- Configuration Files:
/etc/default/xen changed:
TOOLSTACK=xl


-- no debconf information

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

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

Versions of packages xen-utils-common depends on:
ii  gawk1:3.1.8+dfsg-0.1
ii  lsb-base3.2-28.1
ii  udev175-3
ii  xenstore-utils  4.1.2-2

xen-utils-common recommends no packages.

xen-utils-common suggests no packages.

-- Configuration Files:
/etc/default/xen changed:
TOOLSTACK=xl


-- 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#658100: xl: hangs in qemu-dm when trying to run PV domU

2012-01-31 Thread Witold Baryluk
Package: xen-utils-common
Version: 4.1.2-1
Severity: normal

Hi, I was doing some experiments today with XL TOOLSTACK,
and found few problems when trying to do PV domU boot.

I was trying to run kfreebsd9 or linux-3.2 kernel in qemu using PV i386,
and with simple configuration without any disks, nics or virtual framebuffer,
kernel boots (and then kernel itselfs correctly fails with information that 
root cannot be mounted).
(ignoring spurious information/error "kernel is not a bzImage: Invalid kernel",
and another - already reported - bug which was solved by simply 'mkdir 
/var/lib/xen')

movax-dev:/etc/xen# cat kfreebsd9.cfg
name = "kfreebsd9"
#kernel = "/boot/vmlinuz-3.2.0-1-686-pae"
kernel = "/boot/kfreebsd-9.0-1-xen.gz"
memory = 256

movax-dev:/etc/xen# xl create kfreebsd9.cfg -c
Parsing config file kfreebsd9.cfg
xc: error: panic: xc_dom_bzimageloader.c:556: xc_dom_probe_bzimage_kernel: 
kernel is not a bzImage: Invalid kernel
Daemon running with PID 11583
WARNING: loader(8) metadata is missing!
GDB: no debug ports present
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
#0 Sat Jan  7 14:06:17 UTC 2012 i386
Xen reported: 2793.110 MHz processor.
Timecounter "ixen" frequency 1953125 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.11-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf41  Family = f  Model = 4  Stepping = 1
  
Features=0xbfe3fbff
  Features2=0x441d
  AMD Features=0x10
real memory  = 268435456 (256 MB)
avail memory = 254488576 (242 MB)
[XEN] IPI cpu=0 irq=128 vector=RESCHEDULE_VECTOR (0)
[XEN] IPI cpu=0 irq=129 vector=CALL_FUNCTION_VECTOR (1)
xenstore0:  on motherboard
[XEN] xen_rtc_probe: probing Hypervisor RTC clock
rtc0:  on motherboard
[XEN] xen_rtc_attach: attaching Hypervisor RTC clock
xc0:  on motherboard
Event timer "ixen" quality 600
[XEN] hypervisor wallclock nudged; nudging TOD.
Timecounters tick every 10.000 msec
xenbusb_back0:  on xenstore0
xctrl0:  on xenstore0
xenbusb_front0:  on xenstore0
xenbusb_add_device: Device device/suspend/event-channel ignored. State 6
Timecounter "TSC" frequency 279311 Hz quality 800

Loader variables:

Manual root filesystem specification:
  : [options]
  Mount  using filesystem 
  and with the specified (optional) option list.

eg. ufs:/dev/da0s1a
zfs:tank
cd9660:/dev/acd0 ro
  (which is equivalent to: mount -t cd9660 -o ro /dev/acd0 /)

  ?   List valid disk boot devices
  .   Yield 1 second (for background tasks)
  Abort manual input

mountroot> 
panic: mountroot: unable to (re-)mount root.
cpuid = 0
KDB: enter: panic
[ thread pid 1 tid 12 ]
Stopped at  kdb_enter+0x38: movl$0,kdb_why
db> halt
movax-dev:/etc/xen# 



Adding any disk or vfb stanzas to config, like:

vfb = [ "type=vnc,vncdisplay=1,vnclisten=0.0.0.0,vncpasswd=secret123456" ]
disk = [ ]
disk = [ "file:/home/FreeBSD-9.0-RELEASE-i386-dvd1.iso,sda,r" ]
disk = [ "file://home/kfreebsd9-disk1.img,sda,w" ]

(of course each disk = , once in given .cfg file)

makes it stop working.

With vfb, it looks qemu is started, but serial console is not functioning:

movax-dev:/etc/xen# xl create kfreebsd9.cfg -c
Parsing config file kfreebsd9.cfg
xc: error: panic: xc_dom_bzimageloader.c:556: xc_dom_probe_bzimage_kernel: 
kernel is not a bzImage: Invalid kernel
Daemon running with PID 11761
xenconsole: Could not read tty from store: No such file or directory
movax-dev:/etc/xen# 

(there is about 10 seconds delay between "Deamon running with PID ...", and 
"xenconsole: Could not read tty from store: ...")

Also "xl conole .." fails then:

movax-dev:/etc/xen# xl console 22
xenconsole: Could not read tty from store: No such file or directory
movax-dev:/etc/xen# 

It looks that qemu-dm is running:

movax-dev:/etc/xen# ps aux | grep qemu
root 11759  0.1  0.9  18744  3000 ?Ssl  12:11   0:00 qemu-dm -d 22 
-domain-name kfreebsd9 -vnc 0.0.0.0:1,password -vncunused -M xenpv

and in fact I am able to connect using VNC client, but screen/display is black.

Log file lists some problems with gnttab

movax-dev:/var/log/xen# cat qemu-dm-kfreebsd9.log
domid: 22
Warning: vlan 0 is not connected to host network
-videoram option does not work with cirrus vga device model. Videoram set to 4M.
xen be core: xen be core: can't open gnttab device
can't open gnttab device
xs_read(): target get error. /local/domain/22/target.
movax-dev:/var/log/xen# 


Exactly same happens, if instead of 'vfb', i add 'disk':


root 11939  0.3  0.7  17128  2520 ?Ssl  12:14   0:00 qemu-dm -d 23 
-domain-name kfreebsd9 -nographic -M xenpv

movax-dev:/var/log/xen# cat qemu-dm-kfreebsd9.log
domid: 23
Warning: vlan 0 is not connected to host network
-videoram option does not work

Bug#658101: xen-utils-common: xl create fails because of missing /var/lib/xen

2012-01-31 Thread Witold Baryluk
Package: xen-utils-common
Version: 4.1.2-1
Severity: important

Dear Maintainer,

I changed toolstack to xl in /etc/default/xen, rebooted
machine, and xl started working, but creating domU (kfreebsd9 from
package kfreebsd-image-9.0-1-xen) fails, because /var/lib/xen is missing.
Just doing 'mkdir /var/lib/xen' solved my problem, and kfreebsd9 kernel now 
loads
(still panics because of lack of root file system, but kernel itself 
loads&works!).
Probably few other subdirectories are missing there.

Regards,
Witek



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

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

Versions of packages xen-utils-common depends on:
ii  gawk1:3.1.8+dfsg-0.1
ii  lsb-base3.2-28.1
ii  udev175-3
ii  xenstore-utils  4.1.2-2

xen-utils-common recommends no packages.

xen-utils-common suggests no packages.

-- Configuration Files:
/etc/default/xen changed:
TOOLSTACK=xl


-- 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#658100: [Pkg-xen-devel] Bug#658100: xl: hangs in qemu-dm when trying to run PV domU

2012-01-31 Thread Witold Baryluk
On 01-31 16:51, Ian Campbell wrote:
> On Tue, 2012-01-31 at 12:32 +0100, Witold Baryluk wrote:
> > I found NetBSD user/developer had very similar problem (when using xl as 
> > TOOLSTACK,
> > just like me!) about year ago (Mar 2011).
> > 
> > http://mail-index.netbsd.org/port-xen/2011/03/31/msg006552.html
> > with some discussion, that NetBSD doesn't have gnttap implemented in kernel:
> 
> I think that is correct and I'm afraid this will prevent the use of
> either vfb or qdisk (which is what file:// becomes in the absence of
> blktap, which freebsd does not have) disk backends. Userspace PV device
> backends simply cannot work without a gnttab device.
> 
> There has been some work on xen-unstable (by Roger Pau Monet) to make
> file:// type disks use the in kernel vbd backend (which won't need vbd)
> but this is still a work in progress and won't be in 4.1. Hopefully this
> will be in in time for 4.2.
> 
> As a workaround in the meantime you can use the FreeBSD equivalent of
> losetup (vnconfig?) to manually turn your file:/path/etc into a
> phy:/dev/vndN which will use the in kernel vbd backend.
> 
> (I'm not a FreeBSD guy so I may have got some of the names above wrong)


I do not know what you are talking about. Im using Debian's Xen and
Debian/GNU Linux 3.2 kernel as dom0. The same happens with freebsd and linux
kernels as domU. Clearly I expect Linux dom0 (and domU) to support
gnttab. (btw. there is NO dom0 support in FreeBSD).


> 
> The vfb stuff cannot, AFAIK, ever work without a gnttab or equivalent
> and therefore without this kernel feature there is no chance of it
> working. I'm afraid that what's needed is for a FreeBSD kernel hacker to
> work on making this stuff work :-/

I do not think this has nothing to do with freebsd! I was trying to boot
exactly same kernel in domU as in dom0, and effect was the same. In
fact, kernel is not even started in domU, it is qemu or dom0 issue!
qemu-dm is hanging (busylooping) waiting for proper devices to appear,
but this never happens because of problem in dom0.




In fact I was able to fix my problem by simply 'modprobe xen-gntdev'.
kFreeBSD booted without problem, and started installation over serial
console. It booted installer from supplied .iso file as 'sdb' disk, it
also sees disk image as 'sda', and is installing just now! Also
Debian/Linux domU started without problem. Also gnumach (Hurd) kernel
starts!


So problem lies in not loading proper modules automatically by init scripts.
This may be xl-only problem.

I think this is because /dev/xen/gntdev file was provided by xen-evtchn
or xenfs module in previous kernels (like 2.6.32 in squeeze), but is now
in separate module (xen-gntdev).


I performed 'lsmod' after reboot, and there was NO single xen releated
module loaded, even after 'xl create ...'. So clearly something is not doing
its job. I guess, 'xl' tool should make sure proper modules are loaded,
or /etc/init.d/xen(d) should modprobe them.

I loaded xen-gntdev xen-evtchn xen-blkback xen-netback (not in this
order) manually, and now everything works.


Regards,
Witek

-- 
Witold Baryluk



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



Bug#658100: [Pkg-xen-devel] Bug#658100: xl: hangs in qemu-dm when trying to run PV domU

2012-01-31 Thread Witold Baryluk
On 01-31 19:58, Ian Campbell wrote:
> On Tue, 2012-01-31 at 18:41 +0100, Witold Baryluk wrote:
> > On 01-31 16:51, Ian Campbell wrote:
> > > On Tue, 2012-01-31 at 12:32 +0100, Witold Baryluk wrote:
> > > > I found NetBSD user/developer had very similar problem (when using xl 
> > > > as TOOLSTACK,
> > > > just like me!) about year ago (Mar 2011).
> > > > 
> > > > http://mail-index.netbsd.org/port-xen/2011/03/31/msg006552.html
> > > > with some discussion, that NetBSD doesn't have gnttap implemented in 
> > > > kernel:
> > > 
> > > I think that is correct and I'm afraid this will prevent the use of
> > > either vfb or qdisk (which is what file:// becomes in the absence of
> > > blktap, which freebsd does not have) disk backends. Userspace PV device
> > > backends simply cannot work without a gnttab device.
> > > 
> > > There has been some work on xen-unstable (by Roger Pau Monet) to make
> > > file:// type disks use the in kernel vbd backend (which won't need vbd)
> > > but this is still a work in progress and won't be in 4.1. Hopefully this
> > > will be in in time for 4.2.
> > > 
> > > As a workaround in the meantime you can use the FreeBSD equivalent of
> > > losetup (vnconfig?) to manually turn your file:/path/etc into a
> > > phy:/dev/vndN which will use the in kernel vbd backend.
> > > 
> > > (I'm not a FreeBSD guy so I may have got some of the names above wrong)
> > 
> > 
> > I do not know what you are talking about. Im using Debian's Xen and
> > Debian/GNU Linux 3.2 kernel as dom0. The same happens with freebsd and linux
> > kernels as domU. Clearly I expect Linux dom0 (and domU) to support
> > gnttab. (btw. there is NO dom0 support in FreeBSD).
> 
> Your bug report said:
> movax-dev:/etc/xen# dpkg -l | grep -- -image
> ii  gnumach-image-1-xen-486  2:1.3.99.dfsg.git20111010-1  The GNU 
> version of the Mach microkernel
> ii  gnumach-image-1.3.99-xen-486 2:1.3.99.dfsg.git20111010-1  The GNU 
> version of the Mach microkernel for Xen
> ii  kfreebsd-image-9-xen 9.0-1kernel 
> of FreeBSD 9 image (meta-package)
> ii  kfreebsd-image-9.0-1-xen 9.0-1kernel 
> of FreeBSD 9.0 image
> [...]
> 
> so I'm sure you can see where I got the idea you might be running
> Debian/kfreebsd from.
> 

Indeed, I may not stress this sufficiently in initial post. (there was uname -a
and some host information, at the end, but I probably should start from it)

> [...]
> > I think this is because /dev/xen/gntdev file was provided by xen-evtchn
> > or xenfs module in previous kernels (like 2.6.32 in squeeze), but is now
> > in separate module (xen-gntdev).
> > 
> > 
> > I performed 'lsmod' after reboot, and there was NO single xen releated
> > module loaded, even after 'xl create ...'. So clearly something is not doing
> > its job. I guess, 'xl' tool should make sure proper modules are loaded,
> > or /etc/init.d/xen(d) should modprobe them.
> 
> $ grep modprobe /etc/init.d/xen*
> /etc/init.d/xend: modprobe xenfs 2>/dev/null
> /etc/init.d/xend: modprobe xen-evtchn 2>/dev/null
> 
> so it is loading some things but clearly it needs to load some more,
> like xen-gntdev and xen-*back.
> 

I guess, even with xl toolstack, a some parts of /etc/init.d/xend will
be started, like modprobing, but is not yet done in sid.

I think it is good to add this modprobes, but how about checking also in
qemu-dm and quiting with error when it cannot open this devices in
/dev/xen/ ? Currently qemu-dm is busy-looping there infinitly, using
100% CPU, and without giving good error message. Why qemu-dm is
busy-looping anyway? Should there be some exit(1) or sleep(1) ?


> > I loaded xen-gntdev xen-evtchn xen-blkback xen-netback (not in this
> > order) manually, and now everything works.
> 
> Great.

Hope to see this changes in xen-utils-common soon.

Good work! I'm using Debian/Linux Xen on few machines for like 5 years now,
and it is awesome. Thanks. :)


Regards,
Witek

-- 
Witold Baryluk
JID: witold.baryluk // jabster.pl



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



Bug#658636: Acknowledgement (xserver-xorg-video-radeon: Multiple DRI regressions)

2012-02-07 Thread Witold Baryluk
Ok,

I managed to fix my computer.

It was not a problem in Xorg, DDX or udev at all.

It is kernel problem, and in my particular case a module loading done by 
initramfs.

It looks that initramfs-tools, was loading radeonfb module before
another ones, in early bootup process, and this messed with drm stuff
(drm and radeon module) for some reason. Initramfs was loading this
module early because I added 'radeonfb'  entry to the
/etc/initramfs-tools/modules long time ago, but it was not working or
was not an issue. Now it started to be issue. In fact I belive I hit
exactly same problem when I was compiling kernel with radeonfb and
radeon built-in directly into kernel. Modules was loading probably in
wrong order or something.

It was not udev fault. After booting, there was not even a proper
'card0' files in /sys/ tree. Removing 'radeonfb' from early boot loading
from initramfs, resolved problem for me.

So it looks that it is some problem beetween radeonfb and radeon modules.

In fact I do not have radeonfb module loaded right now, but I still have
a highresolution framebuffer on the console and /dev/fb0 exists, so I am
somehow confused how is this possible!

# dmesg | grep fb
[5.157160] device: 'fbcon': device_add
[5.157218] PM: Adding info for No Bus:fbcon
[  118.948689] [drm] fb mappable at 0xC00C
[  118.948848] [drm] fb depth is 24
[  118.949031] device: 'fb0': device_add
[  118.978424] PM: Adding info for No Bus:fb0
[  118.978936] fbcon: radeondrmfb (fb0) is primary device
[  119.549784] fb0: radeondrmfb frame buffer device


So why there are two incompatible drivers, especially when radeon looks
to be providing framebuffer anyway? Is radeonfb module supporting even
some older hardware so it is keeped in kernel?

Maybe maintainers of Xorg will have better knowledge about this
radeon/radeonfb mess, than Kernel maintainers before reassigning or
closing bug.


Regards,
Witek

-- 
Witold Baryluk



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



Bug#601916: gtkterm: New upstream release and New upstream maintainer

2012-02-08 Thread Witold Baryluk
Package: gtkterm
Version: 0.99.5-1+b2
Followup-For: Bug #601916

Witek

There is gtkterm version 0.99.7-rc1 on https://fedorahosted.org/gtkterm/
https://fedorahosted.org/released/gtkterm/

some even newer sources in git

https://fedorahosted.org/gtkterm/browser

Please update packaged version.

Thanks,
Witek



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

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

Versions of packages gtkterm depends on:
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-26
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.9-1
ii  libpango1.0-0   1.29.4-2
ii  libvte9 1:0.28.2-4
ii  libx11-62:1.4.4-4
ii  libxcursor1 1:1.1.12-1
ii  libxext62:1.3.0-3
ii  libxfixes3  1:5.0-4
ii  libxft2 2.2.0-3
ii  libxi6  2:1.4.5-1
ii  libxinerama12:1.1.1-3
ii  libxrandr2  2:1.3.2-2
ii  libxrender1 1:0.9.6-2

gtkterm recommends no packages.

gtkterm 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#668325: colord-sane consumes 40-82% cpu at all times

2012-07-23 Thread Witold Baryluk
Package: colord
Version: 0.1.21-1
Followup-For: Bug #668325

It looks colord-sane calls select every few miliseconds,
and despite 1.0 second timeout
(please increase it to more, like 60 seconds, to allow deeper CPU sleep),
it returns every few microseconds.

$ strace -f -t -p `pidof colord-sane`

[pid 18071] 18:08:01 select(1203, [1090 1091 1093 1094 1096 1097 1099 1104 1105 
1106 1109  1112 1114 1116 1117 1119 1123 1124 1125 1126 1128 1129 1130 1132 
1135 1137 1139 1140 1142 1143 1147 1184 1185 1186 1187], NULL, NULL, {1, 0}) = 
36 (in [1090 1091 1093 1094 1096 1097 1099 1104 1105 1106 1109  1112 1114 
1116 1117 1119 1123 1124 1125 1126 1128 1129 1130 1132 1135 1137 1139 1140 1142 
1143 1147 1184 1185 1186 1187], left {0, 81})
[pid 18071] 18:08:01 select(1203, [1090 1091 1093 1094 1096 1097 1099 1104 1105 
1106 1109  1112 1114 1116 1117 1119 1123 1124 1125 1126 1128 1129 1130 1132 
1135 1137 1139 1140 1142 1143 1147 1184 1185 1186 1187], NULL, NULL, {1, 0}) = 
36 (in [1090 1091 1093 1094 1096 1097 1099 1104 1105 1106 1109  1112 1114 
1116 1117 1119 1123 1124 1125 1126 1128 1129 1130 1132 1135 1137 1139 1140 1142 
1143 1147 1184 1185 1186 1187], left {0, 81})
[pid 18071] 18:08:01 select(1203, [1090 1091 1093 1094 1096 1097 1099 1104 1105 
1106 1109  1112 1114 1116 1117 1119 1123 1124 1125 1126 1128 1129 1130 1132 
1135 1137 1139 1140 1142 1143 1147 1184 1185 1186 1187], NULL, NULL, {1, 0}) = 
36 (in [1090 1091 1093 1094 1096 1097 1099 1104 1105 1106 1109  1112 1114 
1116 1117 1119 1123 1124 1125 1126 1128 1129 1130 1132 1135 1137 1139 1140 1142 
1143 1147 1184 1185 1186 1187], left {0, 81})
[pid 18071] 18:08:01 select(1203, [1090 1091 1093 1094 1096 1097 1099 1104 1105 
1106 1109  1112 1114 1116 1117 1119 1123 1124 1125 1126 1128 1129 1130 1132 
1135 1137 1139 1140 1142 1143 1147 1184 1185 1186 1187], NULL, NULL, {1, 0}) = 
36 (in [1090 1091 1093 1094 1096 1097 1099 1104 1105 1106 1109  1112 1114 
1116 1117 1119 1123 1124 1125 1126 1128 1129 1130 1132 1135 1137 1139 1140 1142 
1143 1147 1184 1185 1186 1187], left {0, 79})



Regards,
Witek


-- 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=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages colord depends on:
ii  acl2.2.51-8
ii  adduser3.113+nmu3
ii  libc6  2.13-34
ii  libcolord1 0.1.21-1
ii  libglib2.0-0   2.32.3-1
ii  libgudev-1.0-0 175-3.1
ii  libgusb2   0.1.3-5
ii  liblcms2-2 2.2+git20110628-2.2
ii  libpolkit-gobject-1-0  0.105-1
ii  libsane1.0.22-7.3
ii  libsqlite3-0   3.7.13-1
ii  libusb-1.0-0   2:1.0.12-2
ii  multiarch-support  2.13-34
ii  policykit-10.105-1

colord recommends no packages.

colord 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#683583: /usr/lib/dconf/dconf-service: fsync madness

2012-08-01 Thread Witold Baryluk
Package: dconf-service
Version: 0.12.1-2
Severity: important
File: /usr/lib/dconf/dconf-service

Dear Maintainer,

I think dconf-service is doing very strange thing, because
when I came back to my computer running Gnome classic,
hard disk started doing strange noises. Like writing
10 times per second without good reason.

I think culprit is dconf-service, because iotop says it
is doing lots of writes, strace then shows it is doing
lots of write and fsync(8), few per second actually,
and kill -STOP stops strange hdd noises.

There was also gnome-settings-deamon process using 100%
cpu for no reason, but doing kill -STOP on it,
do not stop dconf-service from still writing
and fsyncing a lot on hdd.

fd 8 corresponds to ~/.config/dconf/user.sometemporaryname file.


part of strace which repeats indefinitly

open("/home/ch/.cache/dconf/user", O_WRONLY) = -1 ENOENT (No such file or 
directory)
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x8bee410, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8bee178, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8be6398, FUTEX_WAKE_PRIVATE, 1) = 1
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x8bee410, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8bee178, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8be6398, FUTEX_WAKE_PRIVATE, 1) = 1
gettimeofday({1343884700, 43601}, NULL) = 0
open("/home/ch/.config/dconf/user", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
mmap2(NULL, 6, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb7706000
close(8)= 0
gettimeofday({1343884700, 53895}, NULL) = 0
gettimeofday({1343884700, 54402}, NULL) = 0
gettimeofday({1343884700, 54740}, NULL) = 0
gettimeofday({1343884700, 55071}, NULL) = 0
gettimeofday({1343884700, 58880}, NULL) = 0
gettimeofday({1343884700, 59436}, NULL) = 0
gettimeofday({1343884700, 59773}, NULL) = 0
gettimeofday({1343884700, 60066}, NULL) = 0
open("/home/ch/.config/dconf/user.KSNFIW", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 
0666) = 8
fcntl64(8, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat64(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7705000
_llseek(8, 0, [0], SEEK_CUR)= 0
write(8, "GVariant\0\0\0\0\0\0\0\0\30\0\0\0\204P\0\0\0\0\0(\337\2\0\0"..., 
40960) = 40960
write(8, "\1\0butf8-for-spam-filter\0\1\0bchees"..., 3486) = 3486
fstatfs64(8, 84, {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=32750737, 
f_bfree=27008274, f_bavail=26844207, f_files=8208384, f_ffree=8045118, 
f_fsid={1928974342, -592692885}, f_namelen=255, f_frsize=4096}) = 0
lstat64("/home/ch/.config/dconf/user", {st_mode=S_IFREG|0644, st_size=6, 
...}) = 0
fsync(8)= 0
close(8)= 0
munmap(0xb7705000, 4096)= 0
rename("/home/ch/.config/dconf/user.KSNFIW", "/home/ch/.config/dconf/user") = 0
gettimeofday({1343884700, 98240}, NULL) = 0
gettimeofday({1343884700, 98640}, NULL) = 0
gettimeofday({1343884700, 99007}, NULL) = 0
gettimeofday({1343884700, 99364}, NULL) = 0
gettimeofday({1343884700, 99725}, NULL) = 0
munmap(0xb7706000, 6)   = 0
open("/home/ch/.cache/dconf/user", O_WRONLY) = -1 ENOENT (No such file or 
directory)
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x8bee410, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8bee178, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8be6398, FUTEX_WAKE_PRIVATE, 1) = 1
write(7, "\1\0\0\0\0\0\0\0", 8) = 8
futex(0x8bee410, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8bee178, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x8be6398, FUTEX_WAKE_PRIVATE, 1) = 1
open("/home/ch/.config/dconf/user", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
mmap2(NULL, 6, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb7706000
close(8)= 0
gettimeofday({1343884700, 110800}, NULL) = 0
gettimeofday({1343884700, 59}, NULL) = 0
gettimeofday({1343884700, 111491}, NULL) = 0
gettimeofday({1343884700, 111818}, NULL) = 0
gettimeofday({1343884700, 112142}, NULL) = 0
gettimeofday({1343884700, 112467}, NULL) = 0





Additionally in ~/.xsession-errors
I see lots (10636) lines like this:

** (gnome-settings-daemon:14338): WARNING **: Przekroczono czas oczekiwania


"Przekroczony czas oczekiwania" means "Timeout limit exceeded" or just "Timeout"

regards,

Witek



-- 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=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dconf-service depends on:
ii  libc6 2.13-35
ii  libdconf0 0.12.1-2
ii  libglib2.0-0  2.32.3-1

Versions of packages dconf-service recommends:
ii  dconf-gsettings-backend  0.12.1-2

dconf-service suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
wi

Bug#683586: debian-installer: Please include rdnssd in d-i and base system to fully automatic IPv6 support

2012-08-01 Thread Witold Baryluk
Package: debian-installer
Severity: normal
Tags: ipv6 d-i

I belive that rdnssd package (IPv6 recursive DNS server discovery daemon)
should be included in d-i as udeb or even used by default,
as well installed by default in base system.

It is used for automatic configuration without DHCP (v6).

This is because indeed kernel does autoconfiguration (SLAC) by reciving
ICMP RA and properly adding addresses to interfaces on IPv6 enabled
networks, with proper routers. But this leavs other informations from RA
packets unprocessed. This include network domain name, ntp server names,
and DNS server addresses.

This is handled by rdnssd package:

Description-en: IPv6 recursive DNS server discovery daemon
 rdnssd autoconfigures recursive DNS servers on IPv6 networks
 using ICMPv6 Neighbor Discovery (RFC 5006), and can update the
 DNS resolvers configuration (/etc/resolv.conf) accordingly.


rdnssd doesn't have any dependencies beside libc6. It recommends
resolvconf for even better IPv6 support but it is optional.

It is fully automatic, essentially doesn't have any configuration
(beside optional script which can be used for merging already existing
resolv.conf when not using resolvconf package/system).

It have just few files, main binary written in C is just 16100 bytes on
i386m abd consumes very small memory and cpu:

sredniczarny:~# ps aux  | grep rdnssd
root  2837  0.0  0.0   1960   268 ?Ss   lip30   0:00 /sbin/rdnssd 
-u rdnssd -H /etc/rdnssd/merge-hook
rdnssd2838  0.0  0.0   2176   516 ?Slip30   0:00 /sbin/rdnssd 
-u rdnssd -H /etc/rdnssd/merge-hook

It also starts extremally quickly:

sredniczarny:~# time /etc/init.d/rdnssd  start
[ ok ] Starting IPv6 Recursive DNS Server discovery Daemon: rdnssd.

real0m0.074s
user0m0.000s
sys0m0.004s



So, please include rdnssd by default on all systems.

It would be good idea to adive security team on this matter, because
as a networked deamon it can be prone to remote attacks (both DoS and
remote exploits). It should be pretty safe, considering simplisity of
processing rdnssd is doing, but still some cautions should be taken.


Regards,
Witek


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

Kernel: Linux 3.5.0-t43-prod-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.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#603191: chromium-browser: should try both AAAA and A records when resolving HTTP proxy hostname

2013-05-13 Thread Witold Baryluk
Package: chromium
Version: 26.0.1410.43-1
Followup-For: Bug #603191

Dear Maintainer,


I have the same issue. In gnome settings I have localhost:8118 set as my HTTP 
proxy.

The same gnome setting dialog is shown when I go to chromium, Settings, Show 
advanced setting..., Network / Change proxy server...

privoxy is listening on [::1]:8118 (good), and other browsers works fine trying 
first [::1] instead of 127.0.0.1 for localhost,
or failing back if first doesn't work.

Chromium doesn't do that.

It shows (for HTTP pages):

Unable to connect to the proxy server
A proxy server is a server that acts as an intermediary between your computer 
and other servers. Right now, your system is configured to use a proxy, but 
Chromium can't connect to it.
Here are some suggestions:
If you use a proxy server, check your proxy settings or contact your network 
administrator to make sure the proxy server is working. If you don't believe 
you should be using a proxy server, adjust your proxy settings: Go to the 
Chromium menu > Settings > Show advanced settings... > Change proxy settings... 
and make sure your configuration is set to "no proxy" or "direct."
Error 130 (net::ERR_PROXY_CONNECTION_FAILED): Proxy server connection failed.




HTTPS works (bypassing proxy).


Changing proxy to [::1]:8118 or ip6-localhost:8118 in Gnome setting makes HTTP 
proxing work.


This bug still exists in version 26.0


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium depends on:
ii  chromium-inspector  26.0.1410.43-1
ii  gconf-service   3.2.5-1+build1
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libbz2-1.0  1.0.6-4
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libcups21.5.3-5
ii  libdbus-1-3 1.6.8-1
ii  libevent-2.0-5  2.0.19-stable-3
ii  libexpat1   2.1.0-1
ii  libflac81.2.1-6
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgcc1 1:4.7.2-5
ii  libgconf-2-43.2.5-1+build1
ii  libgcrypt11 1.5.0-5
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnome-keyring0   3.4.1-1
ii  libgtk2.0-0 2.24.10-2
ii  libjpeg88d-1
ii  libnspr42:4.9.2-1
ii  libnss3 2:3.14.3-1
ii  libnss3-1d  2:3.14.3-1
ii  libpango1.0-0   1.30.0-1
ii  libpulse0   2.0-6.1
ii  libspeechd2 0.7.1-6.2
ii  libspeex1   1.2~rc1-7
ii  libstdc++6  4.7.2-5
ii  libudev0175-7.2
ii  libx11-62:1.5.0-1
ii  libxcomposite1  1:0.4.3-2
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.1-2
ii  libxfixes3  1:5.0-4
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxrandr2  2:1.3.2-2
ii  libxrender1 1:0.9.7-1
ii  libxslt1.1  1.1.26-14.1
ii  libxss1 1:1.2.2-1
ii  xdg-utils   1.1.0~rc1+git20111210-6

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  

-- 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#563229: identification seems to work now

2010-03-02 Thread Witold Baryluk
Package: epiphany-browser
Severity: normal

It looks that new version of epiphany is correclty identified as Epiphany 2.29,
for example on Peacekeeper benchmark

user agent have now Epiphany component:
Useragent: Mozilla/5.0 (X11; U; Linux i686; pl-pl) AppleWebKit/531.2+ (KHTML, 
like Gecko) Safari/531.2+ Epiphany/2.29.91


This bug can be closed, please.



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

Kernel: Linux 2.6.32-trunk-686-bigmem (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages epiphany-browser depends on:
ii  dbus-x11 1.2.20-2simple interprocess messaging syst
ii  epiphany-browser-data2.29.91-1   Data files for the GNOME web brows
ii  gnome-icon-theme 2.28.0-1GNOME Desktop icon theme
ii  iso-codes3.14-1  ISO language, territory, currency,
ii  libavahi-client3 0.6.25-3Avahi client library
ii  libavahi-common3 0.6.25-3Avahi common library
ii  libavahi-gobject00.6.25-3Avahi GObject library
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libdbus-1-3  1.2.20-2simple interprocess messaging syst
ii  libdbus-glib-1-2 0.84-1  simple interprocess messaging syst
ii  libgconf2-4  2.28.0-1GNOME configuration database syste
ii  libgirepository1.0-0 0.6.7-3 Library for handling GObject intro
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libgnome-keyring02.28.2-1GNOME keyring services library
ii  libgtk2.0-0  2.18.7-1The GTK+ graphical user interface 
ii  libice6  2:1.0.6-1   X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-g 0.4.5-1 sends desktop notifications to a n
ii  libnspr4-0d  4.8.3-1 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.5-2Network Security Service libraries
ii  libpango1.0-01.26.2-1Layout and rendering of internatio
ii  libseed0 2.28.1-1GObject JavaScript bindings for th
ii  libsm6   2:1.1.1-1   X11 Session Management library
ii  libsoup-gnome2.4-1   2.29.91-1   an HTTP library implementation in 
ii  libsoup2.4-1 2.29.91-1   an HTTP library implementation in 
ii  libwebkit-1.0-2  1.1.22-1Web content engine library for Gtk
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library
ii  libxslt1.1   1.1.26-2XSLT processing library - runtime 

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20090814Common CA certificates
ii  evince   2.28.2-1Document (postscript, pdf) viewer
ii  yelp 2.28.0+webkit-2 Help browser for GNOME

epiphany-browser 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#576113: rubygems: IPv6 HTTP Proxy doesn't work

2010-03-31 Thread Witold Baryluk
Package: rubygems
Version: 1.3.5-2
Severity: important
Tags: ipv6

$ netstat -apn | grep 8118 | grep LISTEN tcp6   0  0 ::1:8118
:::*LISTEN  -   5123/privoxy $ grep local
/etc/hosts 127.0.0.1   localhost ::1 localhost ip6-localhost
ip6-loopback $ env | grep proxy http_proxy=http://localhost:8118
no_proxy=localhost,127.0.0.0/8 $ gem install --remote sprockets ERROR:
http://gems.rubyforge.org/ does not appear to be a repository ERROR:  could not
find gem sprockets locally or in a repository $ export http_proxy= $ gem
install --remote sprockets WARNING:  Installing to ~/.gem since
/var/lib/gems/1.8 and   /var/lib/gems/1.8/bin aren't both writable.
WARNING:  You don't have /home/baryluk/.gem/ruby/1.8/bin in your PATH,
gem executables will not run. Successfully installed sprockets-1.0.2 1 gem
installed Installing ri documentation for sprockets-1.0.2... Installing RDoc
documentation for sprockets-1.0.2... $   It is probably not directly releated
to bug in rubygems, but i don't have enought expertise in Ruby to find which
module in Ruby is handling HTTP proxy.  If so please reassign this bug to
proper package.  Thanks You.


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

Kernel: Linux 2.6.34-rc2-sredniczarny-00184-g01e7770 (PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rubygems depends on:
ii  rubygems1.8   1.3.5-2package management framework for R

rubygems recommends no packages.

rubygems 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#576115: links: IPv6 HTTP proxy doesn't work

2010-03-31 Thread Witold Baryluk
Package: links
Version: 2.2-1+b1
Severity: important
Tags: ipv6

I was trying with  1. environment variable http_proxy=http://localhost:8118
and empty links' settings 2. environment variable http_proxy=http://[::1]:8118
and empty links' settings 3. links' HTTP proxy settings of localhost:8118 4.
links' HTTP proxy settings of [::1]:8118  In cases 1, 2 settings was ignored.
In case 3 i have "Connection refused" dialog box on any connect.  In case 4 i
have "Bad URL syntax" dialog box on any connect (saving config doesn't lead to
any error)  $ netstat -apn | grep 8118 | grep LIS tcp6   0  0 ::1:8118
:::*LISTEN  -1551/privoxy $ grep local
/etc/hosts 127.0.0.1   localhost ::1 localhost ip6-localhost
ip6-loopback $  Proxy is working in programs like wget, epiphany-browser or
opera. (case #2 is generally not working (it is indeed bad http_proxy syntax
probably, but case #1 is working correctly, as programs tries to connect both
to IPv4 and IPv6 [in some order] and use first sucessful connect).  Example for
wget:  $ env | grep proxy http_proxy=http://localhost:8118
no_proxy=localhost,127.0.0.0/8   $ wget http://www.debian.org/index.html
--2010-04-01 03:35:05--  http://www.debian.org/index.html Translacja
localhost... ::1, 127.0.0.1 Łączenie się z localhost|::1|:8118...
połączono. Żądanie Proxy wysłano, oczekiwanie na odpowiedź... 200 OK
Długość: 13819 (13K) [text/html] Zapis do: `index.html'
100%[==>] 13.819  62,8K/s   w
0,2s  2010-04-01 03:35:06 (62,8 KB/s) - zapisano `index.html' [13819/13819]
$


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

Kernel: Linux 2.6.34-rc2-sredniczarny-00184-g01e7770 (PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages links depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgpm2 1.20.4-3.3   General Purpose Mouse - shared lib
ii  libssl0.9.8 0.9.8m-2 SSL shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

links recommends no packages.

links 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#576116: reportbug: Broken handling of newlines in main message field

2010-03-31 Thread Witold Baryluk
Package: reportbug
Version: 4.11
Severity: important

Few minutes ago i posted two bug report using reportbug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576113  and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576115  But which was very
nicely formated in the reportbug. After submiting them everything collapsed to
giant single line, which was then broken into 72 char lines.  This is
distaster.  BTW. This bug report should contain 7 distinct paragraphs.


-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/baryluk/.reportbugrc:
reportbug_version "4.8"
mode advanced
ui gtk2
email "bary...@smp.if.uj.edu.pl"
no-cc
header "X-Debbugs-CC: bary...@smp.if.uj.edu.pl"
smtphost reportbug.debian.org

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

Kernel: Linux 2.6.34-rc2-sredniczarny-00184-g01e7770 (PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.7.25.3   Advanced front-end for dpkg
ii  python2.5.4-9An interactive high-level object-o
ii  python-reportbug  4.11   Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils  (no description available)
pn  debsums(no description available)
pn  dlocate(no description available)
pn  emacs22-bin-common |   (no description available)
ii  exim44.71-3  metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [ 4.71-3  lightweight Exim MTA (v4) daemon
ii  file 5.04-1  Determines file type using "magic"
ii  gnupg1.4.10-3GNU privacy guard - a free PGP rep
ii  python-gtk2  2.16.0-2Python bindings for the GTK+ widge
pn  python-gtkspell(no description available)
pn  python-urwid   (no description available)
ii  python-vte   1:0.22.5-3  Python bindings for the VTE widget
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

-- 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#471067: It also doesn't work with IPv6 HTTP proxy (i.e. POST command)

2010-03-31 Thread Witold Baryluk
Package: libwww-perl
Version: 5.834-1
Severity: normal

I have env.var. http_proxy=http://localhost:8118, and my /etc/hosts contain ::1
for localhost, and proxy (privoxy) is listening ONLY on [::1]:8118. POST fails
in such situation, with "500 Can't connct to localhost:8118 (Bad hostname
'localhost')." (resolver fails), when i have "options inet6", or "500 Can't
connect to localhost:8118 (connect: Połączenie odrzucone)" (it is using IPv4
addres, where no service is running) without "options inet6".  Other programs
works (wget,curl,opera,epiphany-browser,reportbug). Sorry for lack of new lines
(bug in reportbug).


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

Kernel: Linux 2.6.34-rc2-sredniczarny-00184-g01e7770 (PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libwww-perl depends on:
ii  libhtml-parser-perl   3.64-1 collection of modules that parse H
ii  libhtml-tagset-perl   3.20-2 Data tables pertaining to HTML
ii  libhtml-tree-perl 3.23-2 Perl module to represent and creat
ii  liburi-perl   1.53-1 module to manipulate and access UR
ii  netbase   4.40   Basic TCP/IP networking system
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 

Versions of packages libwww-perl recommends:
ii  libhtml-format-perl   2.04-2 format HTML syntax trees into text
ii  libmailtools-perl 2.06-1 Manipulate email in perl programs
ii  perl [libio-compress-perl]5.10.1-11  Larry Wall's Practical Extraction 

Versions of packages libwww-perl suggests:
ii  libcrypt-ssleay-perl  0.57-2 Support for https protocol in LWP
ii  libio-socket-ssl-perl 1.33-1 Perl module implementing object or

-- 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#576118: apt-listbugs: Doesn't work with IPv6 HTTP proxy

2010-03-31 Thread Witold Baryluk
Package: apt-listbugs
Version: 0.1.3
Severity: normal
Tags: ipv6

Please see bug #576113, for identical bug in rubygems, probably releated. In
short words, with http_proxy=http://localost:8118, and privoxy listeing ONLY on
[::1]:8118, apt-listbugs fails to connect (it uses IPv4 address). /etc/hosts
contains proper lines and other programs (wget,curl,opera,epiphany-
browser,reportbug) works correctly with such settings. Thanks.


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

Kernel: Linux 2.6.34-rc2-sredniczarny-00184-g01e7770 (PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-listbugs depends on:
ii  apt  0.7.25.3Advanced front-end for dpkg
ii  libdpkg-ruby1.8  0.3.6   modules/classes for dpkg on ruby 1
ii  libgettext-ruby1.8   2.1.0-1 Gettext for ruby1.8
ii  libhttp-access2-ruby1.8  2.1.5.2-2   HTTP accessing library for ruby (t
ii  libruby1.8 [libzlib-ruby1.8] 1.8.7.249-2 Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.80.6.8-4 Interface of expat for the scripti
ii  ruby 4.4 An interpreter of object-oriented 

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  5.0.364.0~svn20100327r42891- Chromium browser
ii  3.2.2Miscellaneous utilities specific t
ii  2.29.92-1Intuitive GNOME web browser
ii  2.0.7-1.2+b1 GNOME web browser for advanced use
ii  3.5.8-1  Web browser based on Firefox
ii  2.2-1+b1 Web browser running in text mode
ii  2.8.8dev.2-1 Text-mode WWW Browser with NLS sup
ii  10.20.4744.gcc4.qt4  The Opera Web Browser
ii  4.11 reports bugs in the Debian distrib
ii  0.5.2-4  WWW browsable pager with excellent

-- 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#573851: [wnpp] xvattr is in debian-multimedia.org repositories

2010-03-31 Thread Witold Baryluk
In debian-multimedia.org repos there already is xvattr in vesion 1.3

http://debian-multimedia.org/dists/unstable/main/binary-i386/package/xvattr.php

It is working. I was using it to switch xv video overlay
in dual screen setup on my laptop.





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



Bug#576484: libc6-prof: segmentation fault when using profiling with pthread.

2010-04-04 Thread Witold Baryluk
Package: libc6-prof
Version: 2.10.2-6
Severity: important

# cat a.c  int main() { return 0; } # gcc -g -pg a.c -o a  -static-libgcc -lc_p
# ./a Exit code 0 # gcc -g -pg a.c -o a  -static-libgcc -lc_p -pthread  # ./a
Segmentation fault (core dumped) # gdb ./a ./core  [New Thread 9335]
warning: Can't read pathname for load map: Input/output error. Reading symbols
from /lib/i686/cmov/libpthread.so.0...Reading symbols from
/usr/lib/debug/lib/i686/cmov/libpthread-2.10.2.so...done. done. Loaded symbols
for /lib/i686/cmov/libpthread.so.0 Reading symbols from
/lib/i686/cmov/libc.so.6...Reading symbols from
/usr/lib/debug/lib/i686/cmov/libc-2.10.2.so...done. done. Loaded symbols for
/lib/i686/cmov/libc.so.6 Reading symbols from /lib/ld-linux.so.2...Reading
symbols from /usr/lib/debug/lib/ld-2.10.2.so...done. done. Loaded symbols for
/lib/ld-linux.so.2 Core was generated by `./a'. Program terminated with signal
11, Segmentation fault. #0  0x0807fed1 in _dl_get_tls_static_info () (gdb) bt
#0  0x0807fed1 in _dl_get_tls_static_info () #1  0x400425ff in
__pthread_initialize_minimal_internal () at nptl-init.c:387 #2  0x40041df8 in
_init () at /build/buildd-eglibc_2.10.2-6-i386-fHPOAN/eglibc-2.10.2/build-
tree/i386-i686/nptl/crti.S:24 #3  0x4000e554 in call_init (l=0x40020858,
argc=1, argv=0xbfaa6734,  env=0xbfaa673c) at dl-init.c:70 #4  0x4000e6e6 in
_dl_init (main_map=0x4001d670, argc=1, argv=0xbfaa6734,  env=0xbfaa673c) at
dl-init.c:100 #5  0x488f in _dl_start_user () from /lib/ld-linux.so.2 (gdb)
Using -lpthread also gives this error. Removing -pthread from gcc command line
resolves problem in test program.   Unfortunetly in my program i'm using
threads, and after removing -pthread, i have linking error.  recursive.o: In
function `launch_thread': /maradns-1.4.03/server/recursive.c:3544: undefined
reference to `pthread_create'   I found that using -lpthread_p resolves problem
in my test program (it links and runs correctly), but then in my main program i
got on linking this:  /usr/lib/gcc/i486-linux-
gnu/4.4.3/../../../../lib/libpthread_p.a(lowlevellock.op): In function
`__lll_lock_wait_private': /build/buildd-eglibc_2.10.2-6-i386-fHPOAN/eglibc-2.1
0.2/nptl/../nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S:76: multiple
definition of `__lll_lock_wait_private' /usr/lib/gcc/i486-linux-
gnu/4.4.3/../../../../lib/libc_p.a(libc-lowlevellock.op):(.text+0x0): first
defined here /usr/lib/gcc/i486-linux-
gnu/4.4.3/../../../../lib/libpthread_p.a(lowlevellock.op): In function
`__lll_unlock_wake_private': /build/buildd-eglibc_2.10.2-6-i386-fHPOAN/eglibc-2
..10.2/nptl/../nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S:326:
multiple definition of `__lll_unlock_wake_private' /usr/lib/gcc/i486-linux-
gnu/4.4.3/../../../../lib/libc_p.a(libc-lowlevellock.op):(.text+0x30): first
defined hereCould you add this information to
/usr/share/doc/libc6-prof/README.Debian , and solve problem with multiple
definitions?   I also found that executable is probably not linked (compiler
done something wrong) correctly:  # ldd ./a linux-gate.so.1 =>
(0x4001e000) libpthread.so.0 => /lib/i686/cmov/libpthread.so.0
(0x4003e000) libc.so.6 => /lib/i686/cmov/libc.so.6 (0x40057000)
/lib/ld-linux.so.2 (0x4000) #  Thanks.


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

Kernel: Linux 2.6.34-rc2-sredniczarny-00184-g01e7770 (PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6-prof depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib

libc6-prof recommends no packages.

libc6-prof 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#576118: apt-listbugs: Doesn't work with IPv6 HTTP proxy

2010-04-06 Thread Witold Baryluk
On 04-03 16:48, Francesco Poli wrote:
> On Fri, 2 Apr 2010 17:08:19 -0700 Ryan Niebur wrote:
> 
> > On Fri, Apr 02, 2010 at 10:16:41PM +0200, Francesco Poli wrote:
> > > 
> > > Finally, I am afraid I don't have access to any IPv6 network, hence it
> > > won't be easy for me to investigate this issue.
> > > I hope that Ryan (the other co-maintainer of apt-listbugs) has access
> > > to some IPv6 network...
> > > Ryan, do you have?
> > > 
> > 
> > no. but it sounds like you don't need a network to reproduce this
> > since it's all just with localhost, right?

IPv6 netork is not needed.

It is sufficient to in default privoxy configuration
change "listen-address 127.0.0.1:8118", to "listen-address [::1]:8118"

$ env | grep proxy
http_proxy=http://localhost:8118/
no_proxy=localhost,127.0.0.0/8
$ cat /etc/resolv.conf
nameserver 127.0.0.1
$ cat /etc/hosts
127.0.0.1   localhost
127.0.1.1   sredniczarny
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
$

I have also nscd package installed and running.


> 
> Well, I don't know: it probably depends on where exactly the problem
> lies.

Somewhere in ruby's libraries probably.

> Hopefully the situation will be clearer, when we get the answers to the
> questions I asked Witold...
> 


Unfortunettly i just tried 'apt-get install something' which will trigger 
apt-listbugs,
but it looks that apt-lisbugs now connect to the internet directly,
despite the fact that there is http_proxy variable.
I do not know why this behaviour changed.

After setting soap_use_proxy=on

i got:
...
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... 0% Fail
Error retrieving bug reports from the server with the following error message:
 W: Connection refused - connect(2) (http://localhost:8118)
It could be because your network is down, or because of broken proxy servers, 
or the BTS server itself is down. Check network configuration and try again


Neverthless this is other error message i was seying previously.

Is this possible that apt-listbugs used http_proxy WITHOUT soap_use_proxy?
And why this environment variable is needed at all. It would be much better
to have enabled this by default (lack of soap_use_proxy will mean
that one should use http_proxy variable if it is set).




-- 
Witold Baryluk
JID: witold.baryluk // jabster.pl


signature.asc
Description: Digital signature


Bug#630337: collectd: battery plugin uses deprecated /proc/acpi/battery file

2011-06-12 Thread Witold Baryluk
Package: collectd
Version: 4.10.1-2.1
Severity: normal
Tags: sid

If CONFIG_ACPI_PROCFS and CONFIG_ACPI_PROCFS_POWER
is disabled in kernel,
/proc/acpi/battery directory do not exists, and battery informations
should be accesses mostly using /sys/ directory.

batter plugin uses /proc/acpi/battery file right now.
I do not know what is a schedul for deprecation,
but this file will be removed from kernel permamently
at some point in time.

There is some comments in kernel documentation/config,
that some of this interfaces will be removed in 2.6.39, 2.6.40/3.0
kernel, so it will probably happen sooned than we think.

Thanks,
Witek



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

Kernel: Linux 2.6.39-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages collectd depends on:
ii  collectd-core 4.10.1-2.1 statistics collection and monitori
ii  libc6 2.13-6 Embedded GNU C Library: Shared lib
ii  librrd4   1.4.3-3time-series data storage and displ

Versions of packages collectd recommends:
ii  iptables 1.4.10-1administration tools for packet fi
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libc62.13-6  Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libcurl3-gnutls  7.21.6-1Multi-protocol file transfer libra
ii  libdbi0  0.8.3+really0.8.2-1 Database Independent Abstraction L
ii  libdbus-1-3  1.4.12-2simple interprocess messaging syst
ii  libdbus-glib-1-2 0.94-2  simple interprocess messaging syst
ii  libesmtp61.0.6-1+b1  LibESMTP SMTP client library
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcrypt11  1.4.6-5 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libhal1  0.5.14-6Hardware Abstraction Layer - share
pn  libmemcached5  (no description available)
ii  libmysqlclient16 5.1.56-1MySQL database client library
ii  libnotify1 [libnotif 0.5.0-2 sends desktop notifications to a n
ii  libopenipmi0 2.0.16-1.2  Intelligent Platform Management In
ii  liboping01.6.1+2.g207d51d-1  C/C++ library to generate ICMP ECH
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libpcap0.8   1.1.1-6 system interface for user-level pa
pn  libperl5.10(no description available)
ii  libpq5   9.0.4-1+b1  PostgreSQL C client library
ii  libprotobuf-c0   0.14-1+b1   Protocol Buffers C library
ii  libpython2.6 2.6.6-10Shared Python runtime library (ver
ii  librrd4  1.4.3-3 time-series data storage and displ
ii  libsensors4  1:3.3.0-3   library to read temperature/voltag
ii  libsnmp155.4.3~dfsg-2.2  SNMP (Simple Network Management Pr
ii  libssl0.9.8  0.9.8o-7SSL shared libraries
pn  libtokyotyrant3(no description available)
ii  libupsclient12.6.1-1 network UPS tools - client library
ii  libvirt0 0.9.2-2 library for interfacing with diffe
ii  libxml2  2.7.8.dfsg-3GNOME XML library
ii  libyajl1 1.0.8-1 Yet Another JSON Library

collectd suggests no packages.

-- Configuration Files:
/etc/collectd/collectd.conf changed [not included]

-- 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#630341: rhino: Incorrect handling of denormalized numbers

2011-06-12 Thread Witold Baryluk
Package: rhino
Version: 1.7R2-4
Severity: important

Probably some memory corruption in to string conversion

js> m = 2.2250738585072014e-308
2.2250738585072014e-308
js> m * 0.99
F.028231199221293e-309
js> m * 0.999
F.228487846486944e-309
js> m * 0.98
E.805723813370573e-309
js> m * 0.95
E.13820165581841e-309
js> m * 0.91
D.248172112415536e-309
js> m * 0.8
A.80059086805761e-309
js> m * 0.5
;.125369292536007e-309
js> m * 0.4
8.900295434028804e-309
js> m * 0.6
=.35044315104321e-309
js> m * 0.7
?.57551700955041e-309
js>


Regards,
Witek



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

Kernel: Linux 2.6.39-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rhino depends on:
ii  default-jre-headless [java5 1:1.6-40 Standard Java or Java compatible R
ii  gcj-4.4-jre-headless [java5 4.4.6-6  Java runtime environment using GIJ
ii  gcj-4.6-jre-headless [java5 4.6.0-13 Java runtime environment using GIJ
ii  gij-4.3 [java5-runtime-head 4.3.4-4  The GNU Java bytecode interpreter
ii  libjline-java   0.9.94-5 Java library for handling console 
ii  openjdk-6-jre-headless [jav 6b18-1.8.7-5 OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java5-runtim 6.26-1   Sun Java(TM) Runtime Environment (

rhino recommends no packages.

Versions of packages rhino suggests:
pn  rhino-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#625988: BIND 9.8

2011-08-21 Thread Witold Baryluk
Package: bind9
Version: 1:9.7.3.dfsg-1+b1
Followup-For: Bug #625988

Hi,

What is the status of bringing BIND 9.8 to Debian?
Status of this bugreport was changed to pending,
but I donot see why.

There is some references here
http://anonscm.debian.org/gitweb/?p=users/lamont/bind9.git;a=blob;f=debian/changelog;h=f7bb5c8046c434d404d1cbe2fcaf09a4b9b6daf3;hb=stable/v9.8.0

but what stops maintainer from uploading it to experimental?

I really need 9.8 for dns64 support. :(

Thanks in advance.



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

Kernel: Linux 3.1.0-rc2-t43-prod-00171-gbed8cad-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bind9 depends on:
ii  adduser3.113 add and remove users and groups
ii  bind9utils 1:9.7.3.dfsg-1+b1 Utilities for BIND
ii  debconf [debconf-2 1.5.41Debian configuration management sy
ii  libbind9-601:9.7.3.dfsg-1+b1 BIND9 Shared Library used by BIND
ii  libc6  2.13-16   Embedded GNU C Library: Shared lib
ii  libcap21:2.22-1  support for getting/setting POSIX.
ii  libcomerr2 1.42~WIP-2011-07-02-1 common error description library
ii  libdb5.1   5.1.25-11 Berkeley v5.1 Database Libraries [
ii  libdns69   1:9.7.3.dfsg-1+b1 DNS Shared Library used by BIND
ii  libgssapi-krb5-2   1.9.1+dfsg-2  MIT Kerberos runtime libraries - k
ii  libisc62   1:9.7.3.dfsg-1+b1 ISC Shared Library used by BIND
ii  libisccc60 1:9.7.3.dfsg-1+b1 Command Channel Library used by BI
ii  libisccfg621:9.7.3.dfsg-1+b1 Config File Handling Library used 
ii  libk5crypto3   1.9.1+dfsg-2  MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.9.1+dfsg-2  MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.25-3  OpenLDAP libraries
ii  liblwres60 1:9.7.3.dfsg-1+b1 Lightweight Resolver Library used 
ii  libssl1.0.01.0.0d-3  SSL shared libraries
ii  libxml22.7.8.dfsg-4  GNOME XML library
ii  lsb-base   3.2-27Linux Standard Base 3.2 init scrip
ii  net-tools  1.60-24.1 The NET-3 networking toolkit
ii  netbase4.46  Basic TCP/IP networking system

bind9 recommends no packages.

Versions of packages bind9 suggests:
ii  bind9-doc  1:9.7.3.dfsg-1Documentation for BIND
ii  dnsutils   1:9.7.3.dfsg-1+b1 Clients provided with BIND
ii  resolvconf 1.58  name server information handler
pn  ufw(no description available)

-- Configuration Files:
/etc/bind/named.conf.local changed [not included]
/etc/bind/named.conf.options changed [not included]

-- 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#638824: transmission-gtk: libnatpmp dependency problems

2011-08-22 Thread Witold Baryluk
Package: transmission-gtk
Version: 2.32-1
Severity: grave
Tags: experimental
Justification: renders package unusable

Hi,

I just installed transmission-gtk from experimental,
but run into problem

$ transmission-gtk
transmission-gtk: error while loading shared libraries: libnatpmp.so.0: cannot
open shared object file: No such file or directory
$

I have libnatpmp1 20110808-1 installed, and it have /usr/lib/libnatpmp.so.1
file.

I do not have libnatpmp-dev.

I think rebuilding transmission again with libnatpmp1* from current
unstable will solve problem, because it looks there was soname
change in it, and transmission was and is using libnatpmp0-* as dependency.
However, libnatpmp1 is Replacing/Providing/Breaking: libnatpmp0,
and thus makes it appear it is OK.

Maybe this is actually problem with libnatpmp1 claiming it is providing
libnatpmp0?
Anyway it is very young [1] package, so its dependency problems
are probably affectly only few packages, including transmission.


BTW. There is 2.33 already, so it is good time to upload it :)

Thanks.


[1] http://packages.qa.debian.org/libn/libnatpmp.html



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

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

Versions of packages transmission-gtk depends on:
ii  libc6   2.13-16  Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.7-1 Multi-protocol file transfer libra
ii  libdbus-glib-1-20.94-4   simple interprocess messaging syst
ii  libevent-2.0-5  2.0.12-stable-1  Asynchronous event notification li
ii  libgdk-pixbuf2.0-0  2.23.5-3 GDK Pixbuf library
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgtk2.0-0 2.24.5-4 GTK+ graphical user interface libr
ii  libminiupnpc5   1.5-2UPnP IGD client lightweight librar
ii  libnatpmp1 [libnatpmp0] 20110808-1   portable and fully compliant imple
ii  libnotify4  0.7.3-2  sends desktop notifications to a n
ii  libpango1.0-0   1.28.4-3 Layout and rendering of internatio
ii  libssl1.0.0 1.0.0d-3 SSL shared libraries
ii  transmission-common 2.32-1   lightweight BitTorrent client (com
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages transmission-gtk recommends:
ii  xdg-utils1.1.0~rc1-2 desktop integration utilities from

transmission-gtk 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#644420: openssl md5, changed a output format

2011-10-05 Thread Witold Baryluk
Package: openssl
Version: 1.0.0e-2
Severity: normal

It looks openssl changed a way it formats digest output

squeezy

# echo a  | openssl md5
60b725f10c9c85c70d97880dfe8191b3
#

wheezy:

# echo a | openssl md5
(stdin)= 60b725f10c9c85c70d97880dfe8191b3
#


It may break,in for example freenx nx server implementation
break for this reason.

Thanks.



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

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openssl depends on:
ii  libc62.13-21 
ii  libssl1.0.0  1.0.0e-2
ii  zlib1g   1:1.2.3.4.dfsg-3

openssl recommends no packages.

Versions of packages openssl suggests:
ii  ca-certificates  20110502+nmu1

-- debconf-show failed



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



Bug#644567: cpufreqd tries to read non-existing file in /sys

2011-10-06 Thread Witold Baryluk
Package: cpufreqd
Version: 2.4.2-1
Severity: important

cpufreqd fails to start,


Oct  7 01:16:19 sredniczarny cpufreqd: parse_config_general : Remote
control enabled.
Oct  7 01:16:19 sredniczarny cpufreqd: parse_config_general : Remote
controls will be r/w for group root (0).
Oct  7 01:16:19 sredniczarny cpufreqd: get_class_device_attribute: couldn't
open
/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/current_now
(No such file or directory)
Oct  7 01:16:19 sredniczarny cpufreqd: acpi_battery_init: Couldn't open
BAT0 attributes
Oct  7 01:16:19 sredniczarny cpufreqd: get_class_device_attribute: couldn't
open
/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/current_now
(No such file or directory)
Oct  7 01:16:19 sredniczarny cpufreqd: acpi_battery_init: Couldn't open
BAT0 attributes
Oct  7 01:16:19 sredniczarny acpid: client connected from 18907[0:0]
Oct  7 01:16:19 sredniczarny acpid: 1 client rule loaded
Oct  7 01:16:20 sredniczarny acpid: client 18907[0:0] has disconnected


in this directory i have

sredniczarny:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0#
ls -l
razem 0
-rw-r--r-- 1 root root 4096 paź  6 22:45 alarm
-r--r--r-- 1 root root 4096 paź  7 01:17 cycle_count
lrwxrwxrwx 1 root root0 paź  6 23:34 device -> ../../../PNP0C0A:00
-r--r--r-- 1 root root 4096 paź  6 22:45 energy_full
-r--r--r-- 1 root root 4096 paź  6 22:45 energy_full_design
-r--r--r-- 1 root root 4096 paź  6 22:45 energy_now
-r--r--r-- 1 root root 4096 paź  6 22:45 manufacturer
-r--r--r-- 1 root root 4096 paź  6 22:45 model_name
drwxr-xr-x 2 root root0 paź  7 01:17 power
-r--r--r-- 1 root root 4096 paź  6 22:45 power_now
-r--r--r-- 1 root root 4096 paź  6 22:45 present
-r--r--r-- 1 root root 4096 paź  6 22:45 serial_number
-r--r--r-- 1 root root 4096 paź  6 22:45 status
lrwxrwxrwx 1 root root0 paź  6 22:45 subsystem ->
.../../../../../../../../../class/power_supply
-r--r--r-- 1 root root 4096 paź  6 22:45 technology
-r--r--r-- 1 root root 4096 paź  6 22:44 type
-rw-r--r-- 1 root root 4096 paź  6 22:45 uevent
-r--r--r-- 1 root root 4096 paź  6 22:45 voltage_min_design
-r--r--r-- 1 root root 4096 paź  6 22:45 voltage_now

# cat status
Full
#

Regards,
Witek



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

Kernel: Linux 3.1.0-rc9-t43-prod-up-5-g538d288-dirty
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cpufreqd depends on:
ii  libc62.13-21   
ii  libcpufreq0  007-2 
ii  libsensors4  1:3.3.0-4 
ii  libsysfs22.1.0+repack-1
ii  lsb-base 3.2-28

Versions of packages cpufreqd recommends:
ii  acpid  1:2.0.12-1

Versions of packages cpufreqd suggests:
ii  cpufrequtils  007-2

-- Configuration Files:
/etc/cpufreqd.conf changed:
[General]
pidfile=/var/run/cpufreqd.pid
poll_interval=5
verbosity=4
enable_remote=1
remote_group=root
[/General]
[Profile]
name=On Demand High
minfreq=60%
maxfreq=100%
policy=ondemand
[/Profile]
[Profile]
name=On Demand Wide
minfreq=20%
maxfreq=100%
policy=ondemand
[/Profile]
[Profile]
name=On Demand Low
minfreq=0%
maxfreq=60%
policy=ondemand
[/Profile]
[Profile]
name=On Demand Mid
minfreq=20%
maxfreq=80%
policy=ondemand
[/Profile]
[Profile]
name=Performance High
minfreq=100%
maxfreq=100%
policy=performance
[/Profile]
[Profile]
name=Performance Low
minfreq=80%
maxfreq=80%
policy=performance
[/Profile]
[Profile]
name=Powersave High
minfreq=60%
maxfreq=60%
policy=powersave
[/Profile]
[Profile]
name=Powersave Low
minfreq=40%
maxfreq=40%
policy=powersave
[/Profile]
[Profile]
name=Powersave Very Low
minfreq=0%
maxfreq=20%
policy=powersave
[/Profile]
[Profile]
name=Conservative High
minfreq=33%
maxfreq=100%
policy=conservative
[/Profile]
[Profile]
name=Conservative Wide
minfreq=0%
maxfreq=100%
policy=conservative
[/Profile]
[Profile]
name=Conservative Mid
minfreq=20%
maxfreq=80%
policy=conservative
[/Profile]
[Profile]
name=Conservative Low
minfreq=0%
maxfreq=66%
policy=conservative
[/Profile]
[Profile]
name=Conservative Very Low
minfreq=0%
maxfreq=33%
policy=conservative
[/Profile]
[Rule]
name=AC Rule
ac=on# (on/off)
acpi_temperature=0-60
profile=Conservative Wide
[/Rule]
[Rule]
name=AC Off - High Power
ac=off   # (on/off)
battery_interval=70-100
profile=Performance Low
[/Rule]
[Rule]
name=AC Off - Medium Battery
ac=off   # (on/off)
battery_interval=30-70
profile=Powersave High
[/Rule]
[Rule]
name=AC Off - Low Battery
ac=off   # (on/off)
battery_interval=0-30
profile=Powersave Low
[/Rule]
[Rule]
name=CPU Too Hot
acpi_temperature=65-100
exec_post=rovclock  -c 100 -m 120
cpu_interval=50-100
profile=Conservative Low
[/Rul

Bug#302567: blam: Never refreshes over proxy

2011-10-08 Thread Witold Baryluk
Package: blam
Version: 1.8.9-1
Followup-For: Bug #302567

Hi, i just installed blam, and noticed same problem.

I use privoxy proxy, and have localhost:8118 in Gnome proxy settings.
Privoxy is listening on IPv6 socket (::1) only.
More than dozen of programs do not have any problem with it.

Blam however do not updates. Disabling proxy, make it work.

When refreshing feed I have exception like this:

$ blam
(Blam:17859): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-
zero page size is deprecated

(Blam:17859): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-
zero page size is deprecated
Exception: System.Net.WebException: Error: ConnectFailure (Connection refused)
---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x0]
in :0
  at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request)
[0x0] in :0
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult)
[0x0] in :0
  at System.Net.HttpWebRequest.GetResponse () [0x0] in :0
  at Imendio.Blam.FeedUpdater.GetRemoteChannelData (Imendio.Blam.Channel
channel) [0x0] in :0



Regards,
Witek



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

Kernel: Linux 3.1.0-rc9-t43-prod-up-5-g538d288-dirty
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages blam depends on:
ii  gconf2 2.32.4-1 
ii  libc6  2.13-21  
ii  libgconf2.0-cil2.24.2-1 
ii  libglade2.0-cil2.12.10-2
ii  libglib2.0-cil 2.12.10-2
ii  libgnome2.24-cil   2.24.2-1 
ii  libgtk2.0-cil  2.12.10-2
ii  libmono-corlib2.0-cil  2.6.7-5  
ii  libmono-posix2.0-cil   2.6.7-5  
ii  libmono-system-web2.0-cil  2.6.7-5  
ii  libmono-system2.0-cil  2.6.7-5  
ii  libwebkit1.1-cil   0.3-5
ii  mono-runtime   2.6.7-5  

blam recommends no packages.

blam 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#389381: kexec uses zlib, also on i386

2011-09-01 Thread Witold Baryluk
On 08-10 10:54, Khalid Aziz wrote:
> I am not seeing this on a freshly installed sid machine. Since you have
> zlib1g installed, you must have libz.so.1. What is the output of
> "ldd /sbin/kexec" and "/sbin/kexec -v" on your laptop?

I actually cannot reproduce this bug anymore.

Will see in day or two, if it works or not.

Thanks for consideration.

Regards,
Witek

-- 
Witold Baryluk


signature.asc
Description: Digital signature


Bug#576115: links: IPv6 HTTP proxy doesn't work

2011-09-01 Thread Witold Baryluk
On 08-19 00:59, Axel Beckert wrote:
> Hi Witold,
> 
> Witold Baryluk wrote:
> > Subject: links: IPv6 HTTP proxy doesn't work
> > [...]
> > Version: 2.2-1+b1
> 
> Can you check, if it works with 2.3~pre2-1 or 2.3-1?
> 
> Since 2.3~pre2-1 there is an IPv6 patch applied...
> 

I just tested links 2.3-1, with proxiy setting "localhost:8118",
and having privoxy listen on IPv6 only (::1) on port 8118.

From my tests everything works! 

For example this is long running download (from kernel.org,
also by IPv6) using links


# netstat -apn | grep -E 'privoxy|links'
tcp6   0  0 ::1:8118:::*LISTEN  
4537/privoxy
tcp6   0  0 ::1:43256   ::1:8118ESTABLISHED 
5252/links  
tcp6   0  0 2001:470:1f0b:527:54042 2001:500:60:10:1994::80 ESTABLISHED 
4537/privoxy
tcp6   0   7040 ::1:8118::1:43256   ESTABLISHED 
4537/privoxy
unix  2  [ ACC ] STREAM LISTENING 2284871  5252/links  
/home/baryluk/.links2/socket
#

And this is similar long download to ftp.de.debian.org (which is IPv4 only 
currently).

tcp0  0 10.0.2.153:39190141.76.2.4:80   ESTABLISHED 
4537/privoxy
tcp6   0  0 ::1:8118:::*LISTEN  
4537/privoxy
tcp6   0  0 ::1:43288   ::1:8118ESTABLISHED 
5252/links  
tcp6   0   7240 ::1:8118::1:43288   ESTABLISHED 
4537/privoxy
unix  2  [ ACC ] STREAM LISTENING 2284871  5252/links  
/home/baryluk/.links2/socket



So, everything works extreamly well! No timeouts, errors,
everything was working fast, so no slow paths or retries
was encountered. At least in this quick testing.

Beyond testing "localhost:8118", I also entered
"[::1]:8118", and it also worked!

Nice. Thanks you.

Now only if links could respect http_proxy environment variable,
(if it is not already configured in links configuration),
everything will be perfect.

I think this bug can be properly closed for 2.3-1, as it is fixed. :)

-- 
Witold Baryluk


signature.asc
Description: Digital signature


Bug#640239: /usr/bin/lspci: lspci -t (-v) doesn't show bridges

2011-09-03 Thread Witold Baryluk
Package: pciutils
Version: 1:3.1.7-12
Severity: normal
File: /usr/bin/lspci

Hi.

When using lspci in tree mode, a PCI bridges are not displayed:

# lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express
Processor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root
Port (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI
Express Port 1 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI
Express Port 3 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) AC'97 Audio Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge
(rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev
03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus
Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon
X300]
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit
Ethernet PCI Express (rev 11)
0b:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
0b:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG [Calexico2]
Network Connection (rev 05)


#  lspci -t -v
-[:00]-+-00.0  Intel Corporation Mobile 915GM/PM/GMS/910GML Express
Processor to DRAM Controller
   +-01.0-[01]00.0  ATI Technologies Inc M22 [Mobility Radeon X300]
   +-1c.0-[02]00.0  Broadcom Corporation NetXtreme BCM5751M Gigabit
Ethernet PCI Express
   +-1c.2-[03-0a]--
   +-1d.0  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB
UHCI #1
   +-1d.1  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB
UHCI #2
   +-1d.2  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB
UHCI #3
   +-1d.3  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB
UHCI #4
   +-1d.7  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2
EHCI Controller
   +-1e.0-[0b-0e]--+-00.0  Ricoh Co Ltd RL5c476 II
   |   \-02.0  Intel Corporation PRO/Wireless 2915ABG
[Calexico2] Network Connection
   +-1e.2  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97
Audio Controller
   +-1f.0  Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge
   +-1f.2  Intel Corporation 82801FBM (ICH6M) SATA Controller
   \-1f.3  Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus
Controller


One can see, that
# lspci -n | egrep '1c.0|1c.2|1e.0'
00:1c.0 0604: 8086:2660 (rev 03)
00:1c.2 0604: 8086:2664 (rev 03)
00:1e.0 0604: 8086:2448 (rev d3)

# lspci -v -n | egrep '1c.0|1c.2|1e.0'
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI
Express Port 1 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI
Express Port 3 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)


I think showing PCI bridges would be usefull, and will actually simplify
tree rendering, by showing bridge always on the first position in the subtree.

Regards,
Witek



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

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pciutils depends on:
ii  libc62.13-18   
ii  libpci3  1:3.1.7-12

pciutils recommends no packages.

Versions of packages pciutils suggests:
ii  bzip2  1.0.5-6 
ii  curl   7.21.7-1
ii  lynx   2.8.8dev.9-2
ii  wget   1.13-1  

-- 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#640318: trimage: should remember attributes of original files

2011-09-04 Thread Witold Baryluk
Package: trimage
Version: 1.0.5-1
Severity: grave
Justification: causes non-serious data loss

Hi,

trimage without question compress images, without doing backup files.
Files often store additional metadata including permisions,
modification files, ACL and xattrs.
All of them are lost in process of the compression.

I suggest first things is to preserve them.

Second is more a GUI design. Why not first preview
compression ratio? I know it will be two pass,
but output files can actually be cached somewhere,
(in same directory),
and removed when files are removed from list
or trimage quits.

I know the label says "Add to list and compress",
but it do not says "save and overwrite". It is not obvious.
Especially when you first try program, it supprise you,
and changes files.

"Add to list and preview", "Compress" would be better IMHO.

Similary one could want to preserve other metadata,
like exif (usefull camer settings, gps location, image orientation),
but others do do want (prior to publishing in the Internet,
want to remove it - for privacy and even smaller size).
There should be an option (single checkbox) to preserve
exif (or other technologies in other formats) in compressed images.

Thanks.



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

Kernel: Linux 3.1.0-rc4-t43-prod-00131-g9e79e3e-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages trimage depends on:
ii  advancecomp 1.15-1
ii  jpegoptim   1.2.3-2+b1
ii  optipng 0.6.4-1   
ii  pngcrush1.7.9-1   
ii  python  2.6.7-3   
ii  python-qt4  4.8.3-4   
ii  python-support  1.0.14

trimage recommends no packages.

trimage 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#640348: gnome-power-manager: doesn't properly detect AC pluged in after critical low battery level dialog

2011-09-04 Thread Witold Baryluk
Package: gnome-power-manager
Version: 2.32.0-3
Severity: normal

So,

I sometimes forgot to plug in ac to laptop.

Batter drains, until it is 5% (there is also some small message on 20%),
when it gpm shows that battery level is critical (and 2 minutes are left).
So I click OK, in 2 second plug in ac, battery starts charging,
LED on laptop, pc speaker and applets shows me that AC is connected
and battery is indeed charging.

But in about 20 seconds after that my computer suspends anyway.
And I have no way to stop it.

It is really annoying. g-p-m should recheck ac, batter level
and battery status just prior to the suspend if it was triggered
by critically low battery condition. user could plug in ac,
put laptop into docking station, or swap in second battery in proper
slot.

Sometimes suspend will not work anyway (for example sometimes FUSE
issues in kernel prevents supend), but some minor annoyances
remains - droped network connections, changed network addresses,
need to wait sometimes few minutes for full suspend/resume
(even if it is s2ram, it can sometimes take a lot of time).

Is this issues known?

Regards,
Witek



-- Package-specific info:
Distro version:   wheezy/sid
Kernel version:   3.1.0-rc4-t43-prod-00131-g9e79e3e-dirty
g-p-m version:2.32.0
HAL version:  0.5.14
System manufacturer:  missing
System version:   missing
System product:   missing
AC adapter present:   yes
Battery present:  no
Laptop panel present: yes
CPU scaling present:  no
Battery Information:
UPower data:
Device: /org/freedesktop/UPower/devices/line_power_AC
  native-path:  
/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC
  power supply: yes
  updated:  Sun Sep  4 14:36:31 2011 (651 seconds ago)
  has history:  no
  has statistics:   no
  line-power
online: yes

Daemon:
  daemon-version:  0.9.12
  can-suspend: yes
  can-hibernateyes
  on-battery:  no
  on-low-battery:  no
  lid-is-closed:   no
  lid-is-present:  yes
  is-docked:   no
GNOME Power Manager Process Information:
baryluk   7841  0.0  0.3 104368  8084 ?Sl   Sep03   0:01  
\_ gnome-power-mana
baryluk   8091  0.0  0.3 108308  7064 ?Sl   Sep03   0:00 
/usr/lib/gnome-power-manager/gno
HAL Process Information:
106   3866  0.0  0.1  16512  2452 ?Ssl  Sep03   0:01 /usr/sbin/hald
root  3867  0.0  0.0   5196  1056 ?SSep03   0:00  \_ hald-runner
root  4098  0.0  0.0   5260   720 ?SSep03   0:00  \_ 
/usr/lib/hal/hald-addon-
root  4108  0.0  0.0   5268  1008 ?SSep03   0:03  \_ 
hald-addon-input: Listen
root  4115  0.0  0.0   5260   724 ?SSep03   0:00  \_ 
/usr/lib/hal/hald-addon-
root  4137  0.0  0.0   5264   724 ?SSep03   0:00  \_ 
/usr/lib/hal/hald-addon-
root  4140  0.0  0.0   5264   724 ?SSep03   0:00  \_ 
/usr/lib/hal/hald-addon-
root  4143  0.0  0.0   5260   724 ?SSep03   0:00  \_ 
/usr/lib/hal/hald-addon-
root  4181  0.0  0.0   5268   964 ?SSep03   0:01  \_ 
hald-addon-storage: no p
106   4192  0.0  0.0   3648   944 ?SSep03   0:00  \_ 
hald-addon-acpi: listeni
root 10328  0.0  0.0   5268  1272 ?S11:47   0:00  \_ 
hald-addon-storage: poll
root 19050  0.0  0.0   5268  1280 ?S11:59   0:00  \_ 
hald-addon-storage: poll

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

Kernel: Linux 3.1.0-rc4-t43-prod-00131-g9e79e3e-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-power-manager depends on:
ii  consolekit   0.4.5-1
ii  dbus-x11 1.4.14-1   
ii  gconf2   2.32.4-1   
ii  libbonobo2-0 2.24.3-1   
ii  libc62.13-18
ii  libcairo21.10.2-6.1 
ii  libcanberra-gtk0 0.28-1 
ii  libcanberra0 0.28-1 
ii  libdbus-1-3  1.4.14-1   
ii  libdbus-glib-1-2 0.94-4 
ii  libgconf2-4  2.32.4-1   
ii  libgdk-pixbuf2.0-0   2.24.0-1   
ii  libglib2.0-0 2.28.6-1   
ii  libgnome-keyring03.0.3-1
ii  libgtk2.0-0  2.24.5-4   
ii  libnotify4   0.7.4-1
ii  libpanel-applet2-0   2.30.2-4+b1
ii  libpango1.0-01.28.4-3   
ii  libunique-1.0-0  1.1.6-2
ii  libupower-glib1  0.9.12-1   
ii  libx11-6 2:1.4.4-1  
ii  libxext6 2:1.3.0-3  
ii  libxrandr2   2:1.3.2-2  
ii  notification-daemon  0.7.1-6
ii  upower   0.9.12-1   

Versions of packages gnome-power-manager recommends:
ii  udisks  1.0.4-1

Versions of packages gnome-power-manager suggests:
ii  policykit-1  0.

Bug#640370: lvm2: lvchange undocumented options

2011-09-04 Thread Witold Baryluk
Package: lvm2
Version: 2.02.86-1
Severity: normal

Hi,

I just find minor issues in lvchange


# lvchange
  Need 1 or more of -a, -C, -j, -m, -M, -p, -r, --resync, --refresh, --alloc,
--addtag, --deltag, --monitor or --poll
  Run `lvchange --help' for more information.


# lvchange --help
  lvchange: Change the attributes of logical volume(s)

lvchange
[-A|--autobackup y|n]
[-a|--available [e|l]y|n]
[--addtag Tag]
[--alloc AllocationPolicy]
[-C|--contiguous y|n]
[-d|--debug]
[--deltag Tag]
[-f|--force]
[-h|--help]
[--ignorelockingfailure]
[--ignoremonitoring]
[--monitor {y|n}]
[--poll {y|n}]
[--noudevsync]
[-M|--persistent y|n] [--major major] [--minor minor]
[-P|--partial]
[-p|--permission r|rw]
[-r|--readahead ReadAheadSectors|auto|none]
[--refresh]
[--resync]
[--sysinit]
[-t|--test]
[-v|--verbose]
[-y|--yes]
[--version]
LogicalVolume[Path] [LogicalVolume[Path]...]

No mention of -j, -m. Also man page doesn't
show anything.

I will ignore that --help is not really big help,
just a a list of available options (without any
brief description of each option).

Most are obvious from reading coresponding long
options. But there are few not obvious.

Thaks.



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

Kernel: Linux 3.1.0-rc4-t43-prod-00131-g9e79e3e-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lvm2 depends on:
ii  dmsetup 2:1.02.65-1
ii  libc6   2.13-18
ii  libdevmapper1.02.1  2:1.02.65-1
ii  libreadline55.2-10 
ii  libudev0172-1  
ii  lsb-base3.2-28 

lvm2 recommends no packages.

lvm2 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#640377: debian-installer: /usr partition is too small, even on hugh hard disk

2011-09-04 Thread Witold Baryluk
Package: debian-installer
Severity: normal

Hi.

I am normally using FAI to installing Debian boxes,
but I was evaluating migration to amd64 from i386,
so needed some more control. Mostly applications
(some are i386 only), and some user testing if
everything is OK.

I done this manually using squeezy installer,
as our FAI box is configured to serve i386 Debian,
and I do not see any easy way to have both
i386 and amd64 on the same FAI machine.

I just wanted to do this quickly so used squeeze biarch
DVD. I also just used "guided partitioning".

It is similar to the #575914 bug
( debian-installer: cannot resize partitions after "guided partitioning" step )


So, I have 250GB SATA disk, and automatic partitioning
with multiple partitions ended with /usr having 8.3GB (df -h).

I rebooted, and started installing sofware with apt-get.

I was in the middle of installing software (everything from
normal Debian repositories), when /usr space
run out. I comparred to the other boxes, and most use about 12GB
of space in /usr.

It is not really big installation, just a workstation software,
full gnome, kde, xfce, openoffice, few other important software,
multiple compilers and development libraries.
Inspecting packages on other machines,
we have about 3000-3380 packages installed.
We have list of packages which are automatically installed
by FAI, and I was using exactly same list.
http://smp.if.uj.edu.pl/~baryluk/fai/KOLO_WS

I guess, this 8GB /usr partition is some kind
of celling in the debian-installer, but 14GB will be much
better for really big HDDs, especially if someone
wants to install both kde and gnome, and still wants 1-2 GB
for things like Mathematica or Quake 3 in /usr/local. :)

User will be safe, if he/she puts everything on single partition,
or separate /home probably, but when he/she choose
separate /var, /usr and /tmp, he will have trouble.

I just checked recipes/multi file in the
git://anonscm.debian.org/d-i/partman-auto.git
and it says 9000 MB is the max for /usr

I think we can assume amd64 is new enough,
and user have quite big hard disk. (at least on amd64).

Actully I find that not so long ago (Oct 2010),
in commit b639042b331dc, changed /usr
from 6000MB to 9000MB.

Previous change was from 5000MB to 6000MB,
in May 2010 in commit 0cfe282142e2905.

I know 14GB may sound like huge jump from 9GB.
So, I think limiting this to amd64, and maybe some
additional small logic (like having at least 200GB free
space used for autopartitioning), should solve it.

I inspected serveral different machines installed
by me, desktops, laptops, installed manually,
or using FAI. And 12GB used in /usr was almost
on all of them. Some machines used about 14GB,
because for example of Mathematica or Intel Compiler.

It is also good to slightly over-estimate size, as
over-estimating doesn't hurt much (maybe other partition
will have smaller size), in the oposition to under
estimating size. Also having /usr filled too much
will make it highly fragmented, thus drastically
decressing performance and boot+login speed.

Also people who use multi parition profile,
tend to be a) wanting server, b) wanting
workstation used by multiple people, c)
desktop or laptop of advanced user, which
likes to experiment.

In cases 2 and 3 in most situations, we will need
quite big /usr space needs, in range about 12-14GB
range.

Other aspect is LVM. On LVM it is much smaller issue,
as one can increase file system by borowing space
from other logical volume. However, I always
find that I decress /home LV, and give some more
room for /usr, not always just after installation,
but it always happen, even if I was partitioning
disk manually. By making defaults bigger we can
avoid that, and we will not waste space anyway,
as user still can use LVM to do the reverse
(decress size of /usr, and give it to /var or /home, etc).
Reverse however is less probably, it will also
make underlaying partition extents of /usr, be
more continous on the disk, thus also improving
seek times and file system layout.

Another reason is that amd64 binaries tends to be slightly
larger than i386 (about 10%), and that gcc 4.6 recently often
produces bigger object files (depending on flags).
Actually ia64 architecture would see biggest
benefit from this change, binaries there are 2.1x bigger
on avarage (sometimes more) than on i386 or amd64.
ia64 have currently only 7000 MB in /usr in multi partition scheme,
by default, combining it with much bigger object files,
it would be good to increase it. Other archs, could also
have similar problem, but probably only alpha and sparc64,
are reasonable candidates.

Here is good, representative example
http://packages.debian.org/sid/links
which shows how installed package size varies
beetwen arcitectures. This pattern is common
for lots of binary packages.


tl;dr: Increase default maximal size of /usr to 13GB
on amd64, kfreebsd-amd64 and ia64

Still would be good to have #575914 fixed, one could
adjust partition sizes after autopartitio

Bug#640381: scripting errors in xen-hotplug-cleanup

2011-09-04 Thread Witold Baryluk
Package: xen-utils-common
Version: 4.0.0-1


Hi,

I discovered that one of the scripts does something wrong
on my squeeze machine.

/etc/xen/scripts/xen-hotplug-cleanup: line 24: [: !=: unary operator expected
/etc/xen/scripts/xen-hotplug-cleanup: line 24: [: !=: unary operator expected
/etc/xen/scripts/xen-hotplug-cleanup: line 24: [: !=: unary operator expected
/etc/xen/scripts/xen-hotplug-cleanup: line 24: [: !=: unary operator expected
...
...


line 24 of /etc/xen/scripts/xen-hotplug-cleanup if

  if [ $(xenstore-read "$vm_dev" 2>/dev/null) != "" ] \
   && [ "${path_array[1]}" = "vbd" ]; then

Maybe result is empty or outputs multiple results?

Xen releated packages

root@noisy:/var/log/xen# dpkg -l | grep -i xen
ii  libc6-xen   2.11.2-10
Embedded GNU C Library: Shared libraries [Xen version]
ii  libxenstore3.0  4.0.1-2  
Xenstore communications library for Xen
ii  linux-image-2.6-xen-686 2.6.32+29Linux 
2.6 for modern PCs (meta-package), Xen dom0 support
ii  linux-image-2.6.18-6-xen-6862.6.18.dfsg.1-23etch1Linux 
2.6.18 image on i686
ii  linux-image-2.6.18-6-xen-vserver-6862.6.18.dfsg.1-23etch1Linux 
2.6.18 image on i686
ii  linux-image-2.6.26-1-xen-6862.6.26-13lenny2  Linux 
2.6.26 image on i686, oldstyle Xen support
ii  linux-image-2.6.26-2-xen-6862.6.26-26lenny1  Linux 
2.6.26 image on i686, oldstyle Xen support
ii  linux-image-2.6.32-5-xen-6862.6.32-35Linux 
2.6.32 for modern PCs, Xen dom0 support
ii  linux-image-xen-686 2.6.32+29Linux 
for modern PCs (meta-package), Xen dom0 support
ii  linux-modules-2.6-xen-686   2.6.26+17+lenny1 Linux 
2.6 modules on i686
ii  linux-modules-2.6.18-6-xen-686  2.6.18.dfsg.1-23etch1Linux 
2.6.18 modules on i686
ii  linux-modules-2.6.18-6-xen-vserver-686  2.6.18.dfsg.1-23etch1Linux 
2.6.18 modules on i686
ii  linux-modules-2.6.26-1-xen-686  2.6.26-13lenny2  Linux 
2.6.26 modules on i686
ii  linux-modules-2.6.26-2-xen-686  2.6.26-26lenny1  Linux 
2.6.26 modules on i686
ii  xen-hypervisor-4.0-i386 4.0.1-2  The 
Xen Hypervisor on i386
ii  xen-tools   4.2-1Tools 
to manage Xen virtual servers
ii  xen-utils-4.0   4.0.1-2  XEN 
administrative tools
ii  xen-utils-common4.0.0-1  XEN 
administrative tools - common files
ii  xenstore-utils  4.0.1-2  
Xenstore utilities for Xen



Regards,
Witek

-- 
Witold Baryluk


signature.asc
Description: Digital signature


Bug#609389: Processed: Reopening: incorrect cache sizes in getconf -a

2011-09-12 Thread Witold Baryluk
On 09-12 06:47, Aurelien Jarno wrote:
> On Sun, Sep 11, 2011 at 07:27:10PM +, Debian Bug Tracking System wrote:
> > Processing commands for cont...@bugs.debian.org:
> > 
> > > unarchive 609389
> > Bug #609389 {Done: Aurelien Jarno } [libc-bin] 
> > libc-bin: getconf -a have many variables set not properly (i.e. 
> > LEVEL*CACHE*)
> > Unarchived Bug 609389
> > > reopen 609389
> > Bug #609389 {Done: Aurelien Jarno } [libc-bin] 
> > libc-bin: getconf -a have many variables set not properly (i.e. 
> > LEVEL*CACHE*)
> > 'reopen' may be inappropriate when a bug has been closed with a version;
> > you may need to use 'found' to remove fixed versions.
> > > found 609389 2.13-20
> > Bug #609389 [libc-bin] libc-bin: getconf -a have many variables set not 
> > properly (i.e. LEVEL*CACHE*)
> > Bug Marked as found in versions eglibc/2.13-20.
> > > thanks
> > Stopping processing here.
> > 
> 
> If you reopen this bug, my questions from the message #10 [1] still 
> applies, without answer I'll simply close the bug.
> 
> [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609389#10
> 

Yes, I provided all information, just BTS somehow not forwarded it.

It is in this message:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=346;bug=609389

Also I sent it in private corespondence long time ago,
but is probably lost by now.

I repeate it for clarity


Same machine as in initial report.

# cpuid
 eax ineax  ebx  ecx  edx
 0002 756e6547 6c65746e 49656e69
0001 06d8 0816 0180 afe9fbff
0002 02b3b001 00f0  2c04307d
8000 8008   
8001    0010
8002 20202020 20202020 65746e49 2952286c
8003 6e655020 6d756974 20295228 7270204d
8004 7365636f 20726f73 33372e31 007a4847
8005    
8006   08006040 
8007    
8008 2020   

Vendor ID: "GenuineIntel"; CPUID level 2

Intel-specific functions:
Version 06d8:
Type 0 - Original OEM
Family 6 - Pentium Pro
Model 13 - 
Stepping 8
Reserved 0

Brand index: 22 [not in table]
Extended brand string: "Intel(R) Pentium(R) M processor 1.73GHz"
CLFLUSH instruction cache line size: 8

Feature flags afe9fbff:
FPUFloating Point Unit
VMEVirtual 8086 Mode Enhancements
DE Debugging Extensions
PSEPage Size Extensions
TSCTime Stamp Counter
MSRModel Specific Registers
PAEPhysical Address Extension
MCEMachine Check Exception
CX8COMPXCHG8B Instruction
APIC   On-chip Advanced Programmable Interrupt Controller present and enabled
SEPFast System Call
MTRR   Memory Type Range Registers
PGEPTE Global Flag
MCAMachine Check Architecture
CMOV   Conditional Move and Compare Instructions
FGPAT  Page Attribute Table
CLFSH  CFLUSH instruction
DS Debug store
ACPI   Thermal Monitor and Clock Ctrl
MMXMMX instruction set
FXSR   Fast FP/MMX Streaming SIMD Extensions save/restore
SSEStreaming SIMD Extensions instruction set
SSE2   SSE2 extensions
SS Self Snoop
TM Thermal monitor
31 reserved

TLB and cache info:
b0: unknown TLB/cache descriptor
b3: unknown TLB/cache descriptor
02: Instruction TLB: 4MB pages, 4-way set assoc, 2 entries
f0: unknown TLB/cache descriptor
7d: unknown TLB/cache descriptor
30: unknown TLB/cache descriptor
04: Data TLB: 4MB pages, 4-way set assoc, 8 entries
2c: unknown TLB/cache descriptor
#

# cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 13
model name  : Intel(R) Pentium(R) M processor 1.73GHz
stepping: 8
cpu MHz : 800.000
cache size  : 2048 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx up bts est tm2
bogomips: 1596.11
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 32 bits virtual
power management:
#

Upstream bugzilla page
http://cygwin.com/bugzilla/show_bug.cgi?id=12587

A fix in 2.13-1 was using
patches/i386/cvs-cacheinfo.diff
it should be in upstream sources, but looks
something changed.

For some reason I do not have
/sys/devices/system/cpu/cpu0/cache directory
despite having CONFIG_X86_CPUID=y in kernel.
So, cannot report what kernel says.

Regards,
Witek



-- 
Witold Baryluk


signature.asc
Description: Digital signature


Bug#636116: libc6-dev-amd64

2011-08-01 Thread Witold Baryluk
Package: libc6-dev-amd64
Version: 2.13-11
Followup-For: Bug #636116

Just hit by the same problem on normal upgrade.

sredniczarny:/tmp# apt-get upgrade
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
Następujące pakiety zostały zatrzymane:
  some packages
Następujące pakiety zostaną zaktualizowane:
  some packages
53 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 31 nieaktualizowanych.
Konieczne pobranie 0 B/50,4 MB archiwów.
Po tej operacji zostanie dodatkowo użyte 197 kB miejsca na dysku.
Kontynuować [T/n]?
Odczytywanie dzienników zmian... Zrobione
apt-listchanges: Poczta do baryluk: apt-listchanges: dzienniki zmian dla
komputera sredniczarny
Rozpakowywanie szablonów dla pakietów: 100%
Prekonfiguracja pakietów ...
(Odczytywanie bazy danych ... 520813 files and directories currently
installed.)
Przygotowanie do zastąpienia libc-bin 2.13-11 (wykorzystując .../libc-
bin_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc-bin ...
Przetwarzanie wyzwalaczy dla man-db...
Konfigurowanie libc-bin (2.13-13) ...
(Odczytywanie bazy danych ... 520813 files and directories currently
installed.)
Przygotowanie do zastąpienia libc6 2.13-11 (wykorzystując
/libc6_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc6 ...
Konfigurowanie libc6 (2.13-13) ...
(Odczytywanie bazy danych ... 520813 files and directories currently
installed.)
Przygotowanie do zastąpienia libc6-i686 2.13-11 (wykorzystując
/libc6-i686_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc6-i686 ...
Przygotowanie do zastąpienia libc6-prof 2.13-11 (wykorzystując
/libc6-prof_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc6-prof ...
Przygotowanie do zastąpienia libc-dev-bin 2.13-11 (wykorzystując .../libc-
dev-bin_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc-dev-bin ...
Przygotowanie do zastąpienia libc6-dev 2.13-11 (wykorzystując
/libc6-dev_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc6-dev ...
Przygotowanie do zastąpienia libc6-dev-amd64 2.13-11 (wykorzystując .../libc6
-dev-amd64_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc6-dev-amd64 ...
dpkg: błąd przetwarzania /var/cache/apt/archives/libc6-dev-
amd64_2.13-13_i386.deb (--unpack):
 próba nadpisania "/usr/include/bits", który istnieje także w pakiecie
libc6-dev 2.13-13
configured to not write apport reports
  Przygotowanie do zastąpienia libc6-amd64
2.13-11 (wykorzystując .../libc6-amd64_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc6-amd64 ...
Przygotowanie do zastąpienia libc6-dbg 2.13-11 (wykorzystując
/libc6-dbg_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc6-dbg ...
Przygotowanie do zastąpienia libc6-xen 2.13-11 (wykorzystując
/libc6-xen_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego libc6-xen ...
Przygotowanie do zastąpienia libcurl3 7.21.6-3 (wykorzystując
/libcurl3_7.21.7-1_i386.deb) ...
Rozpakowanie pakietu zastępującego libcurl3 ...
Przygotowanie do zastąpienia libcurl4-gnutls-dev 7.21.6-3 (wykorzystując
/libcurl4-gnutls-dev_7.21.7-1_i386.deb) ...
Rozpakowanie pakietu zastępującego libcurl4-gnutls-dev ...
Przygotowanie do zastąpienia libcurl3-gnutls 7.21.6-3 (wykorzystując
/libcurl3-gnutls_7.21.7-1_i386.deb) ...
Rozpakowanie pakietu zastępującego libcurl3-gnutls ...
Przygotowanie do zastąpienia multiarch-support 2.13-11 (wykorzystując
/multiarch-support_2.13-13_i386.deb) ...
Rozpakowanie pakietu zastępującego multiarch-support ...
Przetwarzanie wyzwalaczy dla man-db...
Przetwarzanie wyzwalaczy dla doc-base...
Przetwarzanie 1 zmienionego pliku doc-base...
Rejestrowanie dokumentów w programie scrollkeeper...
Wystąpiły błędy podczas przetwarzania:
 /var/cache/apt/archives/libc6-dev-amd64_2.13-13_i386.deb
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB

Total disk space freed by localepurge: 0 KiB

E: Sub-process /usr/bin/dpkg returned an error code (1)





Sorry for non-English output, it just says  dpkg is trying to overwrite file
from other package.


sredniczarny:/tmp# LC_ALL=C apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libc6-dev-amd64 : Depends: libc6-amd64 (= 2.13-11) but 2.13-13 is installed
   Depends: libc6-dev (= 2.13-11) but 2.13-13 is installed
E: Unmet dependencies. Try using -f.




sredniczarny:/tmp# LC_ALL=C apt-get -f install -V
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
[ autoremove stuff... ]
The following extra

Bug#636557: build problems on alpha due curl/types.h missing

2011-08-03 Thread Witold Baryluk
Subject: Re: curl/types.h
Followup-For: Bug #636457
Package: libcurl4-gnutls-dev
Version: 7.21.7-1
X-Debbugs-CC: debian-al...@lists.debian.org

Hi,

I got similar error when compiling packages

conky_1.8.1-1
nepenthes_0.2.2-6.1
tclcurl_7.19.6-2

on alpha architecture.

...
gcc ... -c `echo ./generic/tclcurl.c` -o tclcurl.o
In file included from ./generic/tclcurl.c:14:
./generic/tclcurl.h:19:24: error: curl/types.h: No such file or directory
...



Full logs here

http://buildd.debian-ports.org/status/fetch.php?pkg=tclcurl&arch=alpha&ver=7.19.6-2&stamp=1312372880
http://buildd.debian-ports.org/status/fetch.php?pkg=nepenthes&arch=alpha&ver=0.2.2-6.1&stamp=1312328709


I think it is problem with curl itself.
Can a maintainer look at it?

Thanks.

-- 
Witold Baryluk



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



Bug#636558: FTBFS with libcurl4-gnutls-dev 7.21.7-1 on alpha

2011-08-03 Thread Witold Baryluk
Package: tclcurl
Version: 7.19.6-2
X-Debbugs-CC: debian-al...@lists.debian.org

tclcurl uses curl/typs.h

./generic/tclcurl.h:19:24: error: curl/types.h: No such file or directory

but this file is deprected and should not be used.

I used libcurl4-gnutls-dev 7.21.7-1

See 

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



There is no newer version of tclcurl in Debian currently,
which probably fixes this.

Full build log here
http://buildd.debian-ports.org/status/fetch.php?pkg=tclcurl&arch=alpha&ver=7.19.6-2&stamp=1312372880

Thanks,
Witek

-- 
Witold Baryluk



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



Bug#636559: FTBFS with libcurl4-gnutls-dev 7.21.7-1 on alpha

2011-08-03 Thread Witold Baryluk
Package: nepenthes
Version: 0.2.2-6.1
X-Debbugs-CC: debian-al...@lists.debian.org

nepethes uses curl/typs.h
and fails building with

download-curl.hpp:31:41: error: curl/types.h: No such file or directory


Header file curl/types.h is deprected and in fact removed in recent libcurl 
release.


See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636457
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636557

Full build log here
http://buildd.debian-ports.org/status/fetch.php?pkg=nepenthes&arch=alpha&ver=0.2.2-6.1&stamp=1312328709

Thanks,
Witek

-- 
Witold Baryluk



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



Bug#636768: rrdcached: Should be chrooted and run as another user by default

2011-08-05 Thread Witold Baryluk
Package: rrdcached
Version: 1.4.3-3.1+b2
Severity: normal
Tags: security

Hi,

I spoted few important issues which should be solved in rrdcached,
before somebody get hurt.

I think it would be very good to make rrdcached chrootable,
and indeed chroot it by default.

There is no operation which needs root permision there,
and also considering rrdcached could be setuped to listen
on TCP socket, I think it should be secured (I know
it already should be secured in firewall, but if rrdcached
is gethering rrd updates from lots of different servers,
there is always probability one of them will be compromised
and used to perform attack.)

Also there is no particular reason rrdcached should be running as root,
as it is now. There should be separete user/group for it,
and all file operations (maybe exluding initial socket creation)
should be done as it.

It also will simplify rrd reading. Currently one needs to be read
rrd files, for example to create graphs or analyze them in other way.
Starting rrdcache as other user, groups, and allowing specifing
permisions and owner/group of new files will make it much easier,


Also manpage says

"
  The daemon will blindly write to any file it gets told, so you really should
create a
   separate user just for this daemon. Also it does not do any sanity
checks, so if it
   gets told to write values for a time far in the future, your files will
be messed up
   good!
"


So, please follow this nice recomendation.

Thanks you.



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

Kernel: Linux 3.0.0-t43-prod-03124-g81d6743-dirty
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rrdcached depends on:
ii  libc6   2.13-13  Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6.1   The Cairo 2D vector graphics libra
ii  libdbi1 0.8.4-5.1DB Independent Abstraction Layer f
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libpango1.0-0   1.28.4-1 Layout and rendering of internatio
ii  libpng12-0  1.2.46-3 PNG library - runtime
ii  librrd4 1.4.3-3.1+b2 time-series data storage and displ
ii  libxml2 2.7.8.dfsg-4 GNOME XML library

rrdcached recommends no packages.

rrdcached suggests no packages.

-- Configuration Files:
/etc/default/rrdcached changed [not included]

-- 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#636810: logcheck: Should concatenate pattern files before execution

2011-08-05 Thread Witold Baryluk
Package: logcheck
Version: 1.3.13
Severity: normal

Hi!

I have logcheck running and running, for very long time now.
This is mostly because I have very big logfiles currently
due bug in one of deamons. It take so long that
it take few hours to process (and logcheck is started every 2 hours,
no enough to process this). I often need to killall -9 -u logcheck,
as it starts to be eating lots of CPU and making my laptop really hot. :/

So, I looked why actually it take so long for logcheck
and ways of improving.

One of things I immediately see, was that in top I see things
like this:


 egrep --text -v -f /tmp/logcheck.SVwK21/ignore/dovecot
/tmp/logcheck.SVwK21/checked


In this particular moment it runs (already for 10 minutes) negative matching
using grep -E, with preprocessed dovecot pattern files
(probably removing empty lines and lines beging with # - comments - I guess).
On a file /tmp/logcheck.SVwK21/checked, and this files have about 310k lines
and 61MB.

Immediately I asked myself, why logcheck doesn't actually create one pattern
file
from all files in ignore.d, and pass it to egrep ? (Similar for positive
matches).

So, finding no excuse I filling this report.

Merging all pattern files (both for positive and negative match passes), will
greatly
improve performance by doing only single pass over log file. It will also
in principle allow egrep to optimize regular expressions better (because
there is lots of commonality beetwen patterns), make it even
slightly faster overally.

Please implement it, it is very simple change. Do not have particular
benchmark numbers, but if you want I can perform some.

Thanks.




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

Kernel: Linux 3.0.0-t43-prod-03124-g81d6743-dirty
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages logcheck depends on:
ii  adduser   3.113  add and remove users and groups
ii  cron  3.0pl1-118 process scheduling daemon
ii  exim4-daemon-light [mail-tran 4.76-2 lightweight Exim MTA (v4) daemon
ii  lockfile-progs0.1.15 Programs for locking and unlocking
ii  logtail   1.3.13 Print log file lines that have not
ii  mime-construct1.11   construct/send MIME messages from 
ii  rsyslog [system-log-daemon]   5.8.3-1reliable system and kernel logging

Versions of packages logcheck recommends:
ii  logcheck-database 1.3.13 database of system log rules for t

Versions of packages logcheck suggests:
ii  syslog-summary1.14-2 summarize the contents of a syslog

-- Configuration Files:
/etc/cron.d/logcheck changed [not included]
/etc/logcheck/logcheck.conf [Errno 13] Brak dostępu: 
u'/etc/logcheck/logcheck.conf'
/etc/logcheck/logcheck.logfiles [Errno 13] Brak dostępu: 
u'/etc/logcheck/logcheck.logfiles'

-- 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#451191: obsolated /proc/bus/usb

2011-08-29 Thread Witold Baryluk
Package: usbview
Version: 1.1-1
Followup-For: Bug #451191

Any update on this,

this package should use /dev/bus/usb or /sys/bus/usb/devices.

I guess /proc/bus/usb can be still used in kfreebsd or hurd however,
so it still would be usefull to have it, also in case somebody have still
enabled /proc/bus/usb on Linux or older kernel.

Any updates?



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

Kernel: Linux 3.1.0-rc3-t43-prod-00270-g7a54f5e-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages usbview depends on:
ii  libatk1.0-0   2.0.1-2ATK accessibility toolkit
ii  libc6 2.13-18Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6.1 The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-3generic font configuration library
ii  libfreetype6  2.4.6-2FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.5-4   GTK+ graphical user interface libr
ii  libpango1.0-0 1.28.4-3   Layout and rendering of internatio

usbview recommends no packages.

Versions of packages usbview suggests:
ii  usbutils  1:004-1Linux USB utilities

-- 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#639783: acetoneiso: should change dependency of libqt4-webkit to libqtwebkit4

2011-08-30 Thread Witold Baryluk
Package: acetoneiso
Version: 2.3-1
Severity: normal
Tags: wheezy

I think acetoneiso should change dependency of
libqt4-webkit to libqtwebkit4.

libqt4-webkit is a transitional packges, which
depends on libqtwebkit4.

Some versioning checks would be needed,
before change.


Thanks.



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

Kernel: Linux 3.1.0-rc4-t43-prod-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages acetoneiso depends on:
ii  cdrdao  1:1.2.3-0.1  records CDs in Disk-At-Once (DAO) 
ii  fuse-utils  2.8.5-4  Filesystem in Userspace (transitio
ii  fuseiso 20070708-2   FUSE module to mount ISO filesyste
ii  genisoimage 9:1.1.11-2   Creates ISO-9660 CD-ROM filesystem
ii  gnupg-agent 2.0.17-2 GNU privacy guard - password agent
ii  gnupg2  2.0.17-2 GNU privacy guard - a free PGP rep
ii  libc6   2.13-18  Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.1-8GCC support library
ii  libphonon4  4:4.6.0really4.5.0-4 multimedia framework from KDE - co
ii  libqt4-dbus 4:4.7.3-7Qt 4 D-Bus module
ii  libqt4-webkit   4:4.7.3-7transitional package for Qt 4 WebK
ii  libqtcore4  4:4.7.3-7Qt 4 core module
ii  libqtgui4   4:4.7.3-7Qt 4 GUI module
ii  libstdc++6  4.6.1-8  GNU Standard C++ Library v3
ii  p7zip-full  9.20.1~dfsg.1-3  7z and 7za file archivers with hig
ii  phonon  4:4.6.0really4.5.0-4 multimedia framework from KDE - me
ii  pinentry-qt40.8.1-1  Qt-4-based PIN or pass-phrase entr

acetoneiso recommends no packages.

Versions of packages acetoneiso suggests:
pn  mencoder   (no description available)
ii  nautilus  2.30.1-3   file manager and graphical shell f
ii  thunar1.2.2-1+b1 File Manager for Xfce

-- 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#639785: qtnx: should change libqt4-* dependencies

2011-08-30 Thread Witold Baryluk
Package: qtnx
Version: 0.9-3
Severity: normal
Tags: sid

Hi,

I just discovered that qtnx is depending on

libqt4-core (>= 4.3.4), libqt4-gui (>= 4.3.4)

however both are transitional packages in unstable.

I'm not sure if qt3 -> qt4 transition was ended,
but maintainer could look at it. (other package
with similar problem is acetoneise).


Thanks.




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

Kernel: Linux 3.1.0-rc4-t43-prod-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qtnx depends on:
ii  libaudio2   1.9.2-9  Network Audio System - shared libr
ii  libc6   2.13-18  Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-3  generic font configuration library
ii  libfreetype62.4.6-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.1-8GCC support library
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libice6 2:1.0.7-2X11 Inter-Client Exchange library
pn  libnxcl1   (no description available)
ii  libpng12-0  1.2.46-3 PNG library - runtime
ii  libqt4-core 4:4.7.3-7transitional package for Qt 4 core
ii  libqt4-gui  4:4.7.3-7transitional package for Qt 4 GUI 
ii  libsm6  2:1.2.0-2X11 Session Management library
ii  libstdc++6  4.6.1-8  GNU Standard C++ Library v3
ii  libx11-62:1.4.4-1X11 client-side library
ii  libxcursor1 1:1.1.12-1   X cursor management library
ii  libxext62:1.3.0-3X11 miscellaneous extension librar
ii  libxfixes3  1:5.0-4  X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.4.3-3X11 Input extension library
ii  libxinerama12:1.1.1-3X11 Xinerama extension library
ii  libxrandr2  2:1.3.2-2X11 RandR extension library
ii  libxrender1 1:0.9.6-2X Rendering Extension client libra
ii  libxt6  1:1.1.1-2X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

qtnx recommends no packages.

qtnx 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#639789: aptitude: Should pause and ask user before continuing when some downloads failed

2011-08-30 Thread Witold Baryluk
Package: aptitude
Version: 0.6.4-1
Severity: normal

Hi,

I had most of .deb files download, as I already used apt-get dist-upgrade -d,
but in aptitude I selected slightly different solution.
And it included downloading one more package.


#

Zaakceptować rozwiązanie? [T/n/q/?]
Następujące NOWE pakiety zostaną zainstalowane:
  junit{a} libcommon-sense-perl{a} libgdata1.8-cil{a}
Następujące pakiety zostaną zaktualizowane:
  banshee claws-mail-fetchinfo-plugin gnome-do-plugins liblinux-inotify2-perl
libplexus-cipher-java libplexus-sec-dispatcher-java
6 pakietów aktualizowanych, 3 instalowanych, 0 do usunięcia i 15 nie
aktualizowanych.
Do pobrania 16,5 kB/7026 kB archiwów. Zajęte po rozpakowaniu: 913 kB.
Kontynuować? [T/n/?]
Err http://ftp.pl.debian.org/debian/ sid/main claws-mail-fetchinfo-plugin i386
3.7.10-1
  Nie udało się zainicjalizować połączenia z ftp.pl.debian.org:80
(2001:4070:1::fafb). - connect (101: Sieć jest niedostępna) [IP:
2001:4070:1::fafb 80]
Odczytywanie dzienników zmian... Zrobione... 20%
apt-listchanges: Poczta do baryluk: apt-listchanges: dzienniki zmian dla
komputera sredniczarny
Zaznaczenie poprzednio niezaznaczonego pakietu libgdata1.8-cil.
(Odczytywanie bazy danych ... 466855 files and directories currently
installed.)
Rozpakowanie libgdata1.8-cil (z .../libgdata1.8-cil_1.8.0.0-1_all.deb) ...
Przygotowanie do zastąpienia banshee 2.0.1-4+b1 (wykorzystując
/banshee_2.0.1-4+b2_i386.deb) ...
Rozpakowanie pakietu zastępującego banshee ...
Przygotowanie do zastąpienia gnome-do-plugins 0.8.4-1 (wykorzystując
/gnome-do-plugins_0.8.4-2_all.deb) ...
Rozpakowanie pakietu zastępującego gnome-do-plugins ...
Zaznaczenie poprzednio niezaznaczonego pakietu junit.
Rozpakowanie junit (z .../archives/junit_3.8.2-8_all.deb) ...
Zaznaczenie poprzednio niezaznaczonego pakietu libcommon-sense-perl.
Rozpakowanie libcommon-sense-perl (z .../libcommon-sense-perl_3.4-1_all.deb)

Przygotowanie do zastąpienia liblinux-inotify2-perl 1:1.2-0.1+b1
(wykorzystując .../liblinux-inotify2-perl_1%3a1.22-0.2_i386.deb) ...
Rozpakowanie pakietu zastępującego liblinux-inotify2-perl ...
Przygotowanie do zastąpienia libplexus-cipher-java 1.5-1 (wykorzystując
/libplexus-cipher-java_1.5-2_all.deb) ...
Rozpakowanie pakietu zastępującego libplexus-cipher-java ...
Przygotowanie do zastąpienia libplexus-sec-dispatcher-java 1.3.1-4
(wykorzystując .../libplexus-sec-dispatcher-java_1.3.1-5_all.deb) ...
Rozpakowanie pakietu zastępującego libplexus-sec-dispatcher-java ...
Przetwarzanie wyzwalaczy dla man-db...
Przetwarzanie wyzwalaczy dla menu...
Przetwarzanie wyzwalaczy dla gnome-menus...
Przetwarzanie wyzwalaczy dla desktop-file-utils...
Przetwarzanie wyzwalaczy dla hicolor-icon-theme...
Przetwarzanie wyzwalaczy dla shared-mime-info...
Konfigurowanie libgdata1.8-cil (1.8.0.0-1) ...
* Installing 14 assemblies from libgdata1.8-cil into Mono
Konfigurowanie banshee (2.0.1-4+b2) ...
Konfigurowanie gnome-do-plugins (0.8.4-2) ...
Konfigurowanie junit (3.8.2-8) ...
Konfigurowanie libcommon-sense-perl (3.4-1) ...
Konfigurowanie liblinux-inotify2-perl (1:1.22-0.2) ...
Konfigurowanie libplexus-cipher-java (1.5-2) ...
Konfigurowanie libplexus-sec-dispatcher-java (1.3.1-5) ...
Przetwarzanie wyzwalaczy dla menu...
localepurge: Disk space freed in /usr/share/locale: 6224 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 1140 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB

Total disk space freed by localepurge: 7364 KiB

E: Nie udało się pobrać http://ftp.pl.debian.org/debian/pool/main/c/claws-
mail-extra-plugins/claws-mail-fetchinfo-plugin_3.7.10-1_i386.deb: Nie udało
się zainicjalizować połączenia z ftp.pl.debian.org:80 (2001:4070:1::fafb).
- connect (101: Sieć jest niedostępna) [IP: 2001:4070:1::fafb 80]

Bieżący status: 16 aktualizacji [-5].
E: Nie udało się pobrać http://ftp.pl.debian.org/debian/pool/main/c/claws-
mail-extra-plugins/claws-mail-fetchinfo-plugin_3.7.10-1_i386.deb: Nie udało
się zainicjalizować połączenia z ftp.pl.debian.org:80 (2001:4070:1::fafb).
- connect (101: Sieć jest niedostępna) [IP: 2001:4070:1::fafb 80]
#



Question is why aptitude did not stopped when download failed?
I was expecting rather termination, retry or question about what to do,
like proceeding, terminating, retrying.

Whatever download failed (it was probably temporary network outage here),
it essentially doesn't doing what user wanted (aptitude asked to continue for
particular
solution, but performed different solution). I see,
aptitude was clever and probably understand that not having claws-mail-extra-
plugins
doesn't really break anything, (updating it or not updating it, doesn't really
affect any other package in any way). Yes, nice, but still doing this
unprompted
is not good solution.

I'm not sure if also download problem is not related to some other bugs.
Aptitude shows only that IPv6 address

Bug#639901: linux-image-3.0.0-1-686-pae: WARNING at radeon_fence wait: GPU lockup -- when starting gdm3, some fonts glyphs missings

2011-08-31 Thread Witold Baryluk
Package: linux-2.6
Version: 3.0.0-3
Severity: important

I was booting about 10 times on this kernel and didn't have this issues.
Also I had no problem with my hardware.

When I was in the middle of boot process, and when gdm3 just started
starting (Xorg already started, blanked screen, and showed
spiining waithing wheel), I hit Ctrl-Alt-F1 to go back to the console
(I often do so, to look for the rest of the boot process, and to work from
the console).

This times however, just moments after seeing console (gdm3 was still 
initializing
and displaying its loging screen in the background), I saw warning
at 106 seconds on the screen (kernel log below).

I waited for boot process to end.

After switching back to Alt-F7, some font glyphs was missing (not rendered).
It was missing glyphs in user logins menu and system menu (this with restart / 
poweroff).
Notably glyphs a and i was missing, few others, but few other letters was 
present.
missing glyphs renderes just like empty space (probably with variable size like 
original glyphs).
Background color wasn't changed on this empty space (just like putting there a 
space).

Restarting gdm3 solved this problem. Strange.

It was fresh boot, no
upgrades going on in the same time gdm was starting or running.

Do not know if this is reproductible even on my hardware,
and with what freqency.

Thanks.



-- Package-specific info:
** Version:
Linux version 3.0.0-1-686-pae (Debian 3.0.0-3) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-8) ) #1 SMP Sat Aug 27 16:41:03 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-3.0.0-1-686-pae root=/dev/mapper/sredniczarny-root ro 
resume=/dev/mapper/sredniczarny-swap_1 thinkpad_acpi.fan_control=1 threadirqs 
pcie_aspm=force pci=use_crs

** Tainted: WC (1536)
 * Taint on warning.
 * Module from drivers/staging has been loaded.

** Kernel log:
[   92.128918] uhci_hcd :00:1d.1: USB bus 3 deregistered
[   92.128931] uhci_hcd :00:1d.1: PCI INT B disabled
[   92.128941] uhci_hcd :00:1d.0: remove, state 4
[   92.128948] usb usb2: USB disconnect, device number 1
[   92.129344] uhci_hcd :00:1d.0: USB bus 2 deregistered
[   92.129360] uhci_hcd :00:1d.0: PCI INT A disabled
[   92.130174] WARNING! power/level is deprecated; use power/control instead
[   92.169210] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
[   92.169601] zram: num_devices not specified. Using default: 1
[   92.169605] zram: Creating 1 devices ...
[   92.240635] Adding 524284k swap on /dev/zram0.  Priority:10 extents:1 
across:524284k SS
[   92.844561] EXT4-fs (dm-1): re-mounted. Opts: 
errors=remount-ro,barrier=1,user_xattr,acl,commit=120,commit=0
[   93.149118] EXT4-fs (dm-5): re-mounted. Opts: 
barrier=1,user_xattr,acl,commit=300,commit=0
[   93.366060] EXT4-fs (dm-2): re-mounted. Opts: 
barrier=1,user_xattr,acl,commit=120,commit=0
[   94.031297] EXT4-fs (dm-3): re-mounted. Opts: 
barrier=1,user_xattr,acl,commit=120,commit=0
[   94.039447] EXT4-fs (dm-6): re-mounted. Opts: 
barrier=1,user_xattr,acl,commit=120,commit=0
[   97.462655] Bridge firewalling registered
[   97.722290] ip_tables: (C) 2000-2006 Netfilter Core Team
[   98.012760] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   98.030432] P-state transition latency capped at 20 uS
[   98.207031] ADDRCONF(NETDEV_UP): virbr1: link is not ready
[   98.940915] microcode: CPU0 sig=0x6d8, pf=0x20, revision=0x20
[   98.956905] microcode: Microcode Update Driver: v2.00 
, Peter Oruba
[   99.477822] tun: Universal TUN/TAP device driver, 1.6
[   99.483153] tun: (C) 1999-2004 Max Krasnyansky 
[  104.172113] Ebtables v2.0 registered
[  104.248398] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  106.968051] radeon :01:00.0: GPU lockup CP stall for more than 10020msec
[  106.973583] [ cut here ]
[  106.979133] WARNING: at 
/build/buildd-linux-2.6_3.0.0-3-i386-G7H4XL/linux-2.6-3.0.0/debian/build/source_i386_none/drivers/gpu/drm/radeon/radeon_fence.c:267
 radeon_fence_wait+0x23d/0x2a7 [radeon]()
[  106.990755] Hardware name: 2669UYD
[  106.996607] GPU lockup (waiting for 0x0075 last fence id 0x0069)
[  107.002573] Modules linked in: ip6table_filter ip6_tables ebtable_nat 
ebtables tun microcode ipt_MASQUERADE iptable_nat nf_nat nf_conntrack_ipv4 
nf_defrag_ipv4 xt_state acpi_cpufreq mperf nf_conntrack cpufreq_userspace 
ipt_REJECT cpufreq_stats xt_CHECKSUM iptable_mangle xt_tcpudp iptable_filter 
ip_tables x_tables bridge stp zram(C) dummy xfrm_user esp6 esp4 xfrm6_mode_beet 
xfrm4_mode_beet decnet cn cpufreq_conservative cpufreq_powersave bnep rfcomm 
bluetooth lib80211_crypt_ccmp binfmt_misc uinput deflate ctr camellia serpent 
blowfish cast5 des_generic xcbc rmd160 sha512_generic sha1_generic hmac 
crypto_null af_key ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr 
iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi nfsd nfs lockd auth_rpcgss 
nfs_acl sunrpc irtty_sir sir_dev ircomm_tty ircomm irda crc_c

Bug#617456: Two awful bugs

2011-09-12 Thread Witold Baryluk
Package: slim
Version: 1.3.1-8
Followup-For: Bug #617456


I agree, that not obeying SIGTERM is bad.
It is important problem, and should be fixed.

slim should use SIGTERM and properly exit.
or initscript should be updated and use SIGKILL.


Thanks,
Witek


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

Kernel: Linux 3.1.0-rc5-t43-prod-00079-ged2888e-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages slim depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  libc6  2.13-20   
ii  libgcc11:4.6.1-10
ii  libjpeg62  6b1-2 
ii  libpam0g   1.1.3-2   
ii  libpng12-0 1.2.46-3  
ii  libstdc++6 4.6.1-10  
ii  libx11-6   2:1.4.4-1 
ii  libxft22.2.0-3   
ii  libxmu62:1.1.0-2 

Versions of packages slim recommends:
ii  xterm  271-1

Versions of packages slim suggests:
ii  scrot  0.8-13

-- debconf information:
* shared/default-x-display-manager: slim



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



Bug#641580: dizzy: should fail when no display can be used

2011-09-14 Thread Witold Baryluk
Package: dizzy
Version: 0.2-1
Severity: normal

First dizzy works on my account.


However when I use xterm and 
do 'su someotheruser' I have some error handling problems.
I started dizzy there. I got strange screen (like text console
on tty0). Mouse was visible, but no other windows
was shown. Mouse is still changing shape when
I move it arround. However nothing is drawn/redrawn on screen.
I needed to go to real console Ctrl-Alt-F1, and back Ctrl-Alt-F7
to restore graphics.
Then I saw in terminal that dizzy ended with 'Segmentation fault'.

This other account have DISPLAY set (inherited from first user),
but it doesn't have permission (as it doesn't have permision
to the file pointed by XAUTHORITY) to use it.

When I set xhost +, or change permissions, or run dizzy
from root, it works.

It looks that dizzy doesn't check if connecting
to Xserver actually was sucessful.

In gdb I have this

(gdb) r
Starting program: /usr/bin/perl /usr/games/dizzy
[Thread debugging using libthread_db enabled]
No protocol specified
No protocol specified
init kbd.

Program received signal SIGSEGV, Segmentation fault.
0xb75963e0 in SDL_GL_SetAttribute () from /usr/lib/libSDL-1.2.so.0
(gdb) bt
#0  0xb75963e0 in SDL_GL_SetAttribute () from /usr/lib/libSDL-1.2.so.0
#1  0xb764da5e in XS_SDL_GLSetAttribute () from 
/usr/lib/perl5/auto/SDL_perl/SDL_perl.so
#2  0x080e3c63 in Perl_pp_entersub ()
#3  0x080db232 in Perl_runops_standard ()
#4  0x08081db1 in perl_run ()
#5  0x080657af in main ()


Program crashes after I go to Ctrl-Alt-F1,
and then go back Ctrl-Alt-F1.


Why actually screen turns console-like is also mistery
(maybe some remanents in the framebuffer,
but how then It have rights to do something
like that, if it doesn't have right to use Xserver).
Maybe some error in the driver.


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

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dizzy depends on:
ii  libconvert-color-perl  0.08-1
ii  libopengl-perl 0.62+dfsg-1+b1
ii  libsdl-perl2.2.5-1+b2
ii  perl   5.12.4-4  

dizzy recommends no packages.

dizzy 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#641592: xscreensaver-data-extra: ifs: upper limit of detail parameter is too high

2011-09-14 Thread Witold Baryluk
Package: xscreensaver-data-extra
Version: 5.14-1
Severity: normal

Minor bug, with simple fix, but too long explanation. :)

in ifs.xml we have this

  


however ifs -detail 9 (default), is very fast,
and is animated in real time. However,
on my machine -detail 16 is already rendering
each frame for about 3 seconds (0.3 fps),
-detail 17 makes it 10 seconds (0.1 fps),
etc. -detail 20 needs few minutes for single frame.

ifs program by itself will accept essentially any
positive number for -detail, but already for -detail 30,
each frame will render hours. That is fine
when launching ifs manually.

However ifs.xml (and thus GUI slider range),
should be changed to high="16".

Without it, user will move it ther, and will wonder
why nothings show on the screen.

** Rest of explanation can be skiped for lazy people **


It will also create 100% cpu load.
ifs have a 20ms delay beetween each frame
to not use too high frame-rate unaccassarly,
and thus reducing CPU load, however this delay
is counted beetween rendering start of each frame,
so for anything which calculates longer than 20ms,
will make it use 100% CPU. It essentially
is trying to do 50 frames per second, and will
cap a CPU load if it can do more, however it will
try to render as much fps as possible if it is less than 50 (1000ms/20ms = 50),
thus using 100% of CPU.

This is problem for background task (I do not know
if screensaver are run niced), power consumption
and heat emission on mobile devices (100% cpu will
make cpu switch to higher frequency).

For example on my Thinkpad T43 with Pentium-M 1.7 Ghz,
-detail 9 and -detail 10 (in default -iterate mode),
makes about 30% of CPU load, more than 30 fps,
and my cpu is still opearaing on lowest frequency (800MHz).
When observering -detail 9 I see cpu is constantly at 800MHz,
but -detail 10 is sometimes (rearly) jumping to 1.3 or 1.7 GHz.
However just switching to -detail 11, makes it do about 60% of CPU load,
and kernel (ondemand governor) switches frequently to 1.7 GHz,
using more make it even worse:

detail 9: 20-26%, up to 51%, constant 800 Mhz, even when cpu load jumps to 
40-55% range for a moment.
detail 10: 35-47%, up to 66%, almost always 800Mhz, sometimes 1.06 Ghz
detail 11: 54%, up to 75%, half 1.7Ghz, half 800Mhz
detail 12: 68%, up to 88% (when fractl is very random over whole screen), 
almost constantly 1.7 Ghz
detail 13: 84%, up to 91%, almost constant 1.7 Ghz (sometimes 800Mhz, if 
fractal is contained in small area)
detail 14: 93%, up to 99%, constant 1.7 Ghz

So -detail 9 is very good default. :)

Regards,
Witek

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

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xscreensaver-data-extra depends on:
ii  dictionaries-common  1.11.6   
ii  libc62.13-21  
ii  libgdk-pixbuf2.0-0   2.24.0-1 
ii  libglib2.0-0 2.28.6-1 
ii  libice6  2:1.0.7-2
ii  libjpeg-progs8c-2 
ii  libsm6   2:1.2.0-2
ii  libx11-6 2:1.4.4-1
ii  libxext6 2:1.3.0-3
ii  libxmu6  2:1.1.0-2
ii  libxpm4  1:3.5.9-1
ii  libxt6   1:1.1.1-2
ii  netpbm   2:10.0-15
ii  xscreensaver-data5.14-1   

xscreensaver-data-extra recommends no packages.

xscreensaver-data-extra 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#642363: gdisk: Package description is missleding

2011-09-21 Thread Witold Baryluk
Package: gdisk
Version: 0.7.2-1
Severity: minor

Package description says:

Description: GPT fdisk text-mode partitioning tool
 GPT fdisk (aka gdisk) is a text-mode partitioning
 tool for Intel-based Linux that works on Globally
 Unique Identifier (GUID) Partition Table (GPT)
 disks, rather than on the more common (through 2009)
 Master Boot Record (MBR) partition tables.
 .
 Please note that gdisk is still in beta version.


Hovewer it is not true that gdisk is tool for Intel-based
Linux. It works on all Debian architectures, and probably also
not only Linux (other Unix systems, like Hurd and kFreeBSD,
and maybe even more will also work). Also GPT
is not restricted in anyway to Intel (or Intel-compatible)
machines. By Intel I mean (and probably author of description
also meaned) IA-32 and EMT64/AMD64, AMD clones,
and other compatible hardware (VIA, etc.),
this exludes IA-64 (Itanium), and other architectures.
However of course GPT is independed of architecture,
and similary gdisk program is quite portable, so it is
also independed of architecture, and even operating
system kernel, or even storage system (SATA, PATA, USB, iSCSI,
SCSI, etc. etc.).

AFAIK GPT is already used on some PowerPC and SPARC
and ARM systems (some of them even nativly can boot from them).
I also use it on Alpha architecture, mostly for use
with big hard drives.

I propose to remove words "for Intel-based Linux"
completly. Remaining description is still valid and
better describe what gdisk is. ;)

Just my $0.02.

Regards,
Witek


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

Kernel: Linux 3.1.0-rc6-t43-prod-00364-g9d037a7-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdisk depends on:
ii  groff-base  1.21-6
ii  libc6   2.13-21   
ii  libgcc1 1:4.6.1-11
ii  libicu444.4.2-2   
ii  libpopt01.16-1
ii  libstdc++6  4.6.1-11  
ii  libuuid12.19.1-5  

gdisk recommends no packages.

gdisk 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#639556: smart-notifier: must not restart dbus on install/upgrade

2011-09-23 Thread Witold Baryluk
Package: smart-notifier
Followup-For: Bug #639556

Dear Maintainer,

I hit the same bug yeasterday. It crashed gdm3, gnome
sessions and network-manager. I needed to manually
reload all this services.

Please do not stop/start dbus. Use reload,
or do nothing with system-wide dbus at all!

Thanks you.

-- 
Witold Baryluk



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



Bug#644027: slock: cannot unlock screen

2011-10-01 Thread Witold Baryluk
Package: suckless-tools
Version: 38-1
Severity: important

Hello,

I have some interesting problem with slock.

Well basically slock is executed by xflock4 for locking
purpose.

On my computer (Thinkpad T43) with
01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon 
X300]
i have problems unlocking screen.

Essentially screen keeps blinking, or rather a LCD backlight is blinking
(screen is still black). I can enter password by blind and hit enter,
and it unlocks, but I do not see anything on screen when I enter a password
In fact whole LCD backlight is off.
It sometimes blinks for unknown reason (like 1-2 times per second).
I can switch to text console (Ctrl-Alt-F1), and everything is perfect,
but when switch back to X console, backlight is off. I was trying doing
something with xrandr, but nothing helps. I was also trying to use xbacklight
utility from console (with setting proper XAUTHORITY and DISPLAY env variables),
but it says 'No outputs have backlight property'.
On the other hand  xrandr --output LVDS --off, and
xrandr --output LVDS --auto works, and switches off/on a backlight.

Any ideas?

This is my Xorg.

Section "Monitor"
Identifier  "Integrated LCD"
EndSection
Section "Device"
Identifier  "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
Driver  "radeon"
BusID   "PCI:1:0:0"
Option "AccelMethod"   "EXA"
Option  "Monitor-LVDS"  "Integrated LCD"
Option  "DynamicClocks" "on"
Option  "DynamicPM" "on"
Option  "ForceLowPowerMode" "true"
Option  "ColorTiling"   "on"
Option  "FBTexPercent"  "40"
Option  "UseFBDev"  "true"
Option  "DRI"   "true"
Option "ClockGating" "on"
Option  "AccelDFS" "on"
Option  "AGPMode" "4"
Option  "AGPFastWrite" "yes"
Option  "2DAccel" "true"
Option "ForceGallium" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device  "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Virtual 3968 1200
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier  "Layout0"
Screen  "Screen0"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Module"
Load "glx"
Load "dri"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection


I do had any problems in Gnome, or when using xscreensaver.
Backlight control is in all cases working without problem.

I have compositing disabled.

Just calling manually 'slock' is enaugh to trigger backlight problem
when unlocking.

Regards,
Witek


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

Kernel: Linux 3.1.0-rc8-t43-prod-up-00524-ga102a9e-dirty
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages suckless-tools depends on:
ii  libc6 2.13-21  
ii  libx11-6  2:1.4.4-2
ii  libxext6  2:1.3.0-3
ii  libxinerama1  2:1.1.1-3

suckless-tools recommends no packages.

Versions of packages suckless-tools suggests:
ii  dwm  5.8.2-4

-- 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#635626: RFP: hipl-daemon -- HIP for Linux IPsec key management and mobility daemon

2011-07-27 Thread Witold Baryluk
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org



   Package name: hipl-daemon
Version: 1.0.6
Upstream Author: HIPL team 
URL: http://launchpad.net/hipl
License: GPL v2
Description: HIP for Linux IPsec key management and mobility daemon

 The Host Identity Protocol (HIP) and the related architecture form a proposal
 to change the TCP/IP stack to securely support mobility and multi-homing.




   Package name: hipl-dnsproxy
Version: 1.0.6
Upstream Author: HIPL team 
URL: http://launchpad.net/hipl
License: GPL v2
Description: HIP for Linux name lookup proxy

 Intercepts DNS lookups and returns HITs or LSIs when corresponding
 entries are found in the DNS or in hosts files.




Upstream have already some infrastructure for debian packages.
Also some old packages for Ubuntu was released. It uses sysvinit
style scripts so should be very easy.

http://hipl.hiit.fi/index.php?index=download
http://packages.infrahip.net/ubuntu/dists/natty/main/binary-i386/
http://bazaar.launchpad.net/~hipl-core/hipl/trunk/files/head:/debian/

Would be good to have this in Debian IMHO.

Thanks.

-- 
Witold Baryluk



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



Bug#134214: libnss-ldap and nscd/unscd

2011-07-29 Thread Witold Baryluk
Package: libnss-ldap
Version: 264-2.2
Severity: normal

Hi.

Just happened to update my stable box witch still uses libnss-ldap (instead of 
libnss-ldapd
which is even better, I agree, but not migrated all machines to it). 

It also happens tha the same box have unscd instead of nscd, and I ended with 
not so
nice error message. postinst scripts detects /usr/sbin/nscd (it is in unscd 
package)
hower tries to do invoke-rc.d nscd restart. However initscript is called unscd.

I fixed this by edditing postinst script to use unscd, and dpkg -configure -a

Would be nice to fix this here or in unscd packages. Thanks.


-- 
Witold Baryluk


signature.asc
Description: Digital signature


Bug#660976: scsh: Newer versions avaiable

2012-02-23 Thread Witold Baryluk
Package: scsh
Severity: normal

Hello scsh matinainer!

First,

there is 0.6.7 (May, 2006) version available at scsh.net

http://www.scsh.net/download/download.html
http://scsh.cvs.sourceforge.net/viewvc/scsh/scsh/

It have lots of upgrades since 0.6.6 (Mar, 2004).

Scsh isn't dead at all, and
http://www.scsh.net/about/news.html
lists many updates in 2006, 2008, 2009, 2010 and 2011.

There was no new releases, but documentation and examples are updates,
as well some other code repositories was linked.

Second there is this repositories at different locations:

http://www.ccs.neu.edu/home/roderic/arbeit/
https://github.com/scheme/scsh
and
http://code.google.com/p/scsh/source/browse/

which looks to have MUCH newer work available.

Will be good to have 0.6.7 packaged ASAP before wheezy freeze,
then work toward using code from new repositories.

Regards,
Witek



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

Kernel: Linux 3.3.0-rc3-t43-devel-smp-00278-g4903062-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.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#663339: epiphany-browser: Segmentation fault when using flashplugin-nonfree

2012-03-10 Thread Witold Baryluk
Package: epiphany-browser
Version: 3.2.1-2
Severity: important

Dear Maintainer,

I was visiting

http://www.extremadurathome.org/extremadurathome/

website, and almost immiedietly Epiphany crashed.

I belive this is flash ralated.

This is epiphany under gdb, with just above website opened.

lizander:~> gdb /usr/bin/epiphany-browser
GNU gdb (GDB) 7.4-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
---Type  to continue, or q  to quit---
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/epiphany-browser...(no debugging symbols
found)...done.
(gdb) r
Starting program: /usr/bin/epiphany-browser
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-
gnu/i686/cmov/libthread_db.so.1".
[New Thread 0xb380cb70 (LWP 7589)]
[New Thread 0xb300bb70 (LWP 7590)]
[New Thread 0xacc02b70 (LWP 7591)]
[New Thread 0xac2d1b70 (LWP 7592)]
[New Thread 0xab971b70 (LWP 7593)]
[New Thread 0xaad17b70 (LWP 7617)]
[New Thread 0xaa4e7b70 (LWP 7619)]
[New Thread 0xa9bcdb70 (LWP 7620)]
[New Thread 0xa93ccb70 (LWP 7621)]
[New Thread 0xa8a88b70 (LWP 7622)]
[New Thread 0xa8277b70 (LWP 7623)]
[Thread 0xaad17b70 (LWP 7617) exited]
[Thread 0xa9bcdb70 (LWP 7620) exited]
[Thread 0xa8a88b70 (LWP 7622) exited]
[Thread 0xa8277b70 (LWP 7623) exited]
[Thread 0xaa4e7b70 (LWP 7619) exited]
[New Thread 0xaa4e7b70 (LWP 7628)]
[New Thread 0xa8277b70 (LWP 7629)]
[Thread 0xa93ccb70 (LWP 7621) exited]
[Thread 0xaa4e7b70 (LWP 7628) exited]
[New Thread 0xaa4e7b70 (LWP 7634)]
[New Thread 0xa93ccb70 (LWP 7635)]
[Thread 0xaa4e7b70 (LWP 7634) exited]
[Thread 0xa93ccb70 (LWP 7635) exited]
[New Thread 0xa93ccb70 (LWP 7640)]
[New Thread 0xaa4e7b70 (LWP 7641)]
[New Thread 0xa8a88b70 (LWP 7642)]
[New Thread 0xa9bcdb70 (LWP 7643)]
[New Thread 0xaad17b70 (LWP 7644)]
[Thread 0xa8277b70 (LWP 7629) exited]
[Thread 0xaad17b70 (LWP 7644) exited]
[Thread 0xa8a88b70 (LWP 7642) exited]
[Thread 0xaa4e7b70 (LWP 7641) exited]
[Thread 0xa9bcdb70 (LWP 7643) exited]
[New Thread 0xa9bcdb70 (LWP 7656)]
[New Thread 0xaa4e7b70 (LWP 7657)]
[New Thread 0xa8a88b70 (LWP 7659)]
[New Thread 0xaad17b70 (LWP 7660)]
[New Thread 0xa8277b70 (LWP 7661)]
[Thread 0xaad17b70 (LWP 7660) exited]
[New Thread 0xaad17b70 (LWP 7666)]
[New Thread 0xa705db70 (LWP 7667)]
[Thread 0xa8277b70 (LWP 7661) exited]
[Thread 0xaad17b70 (LWP 7666) exited]
[Thread 0xaa4e7b70 (LWP 7657) exited]
[Thread 0xa9bcdb70 (LWP 7656) exited]
[Thread 0xa93ccb70 (LWP 7640) exited]
[Thread 0xa705db70 (LWP 7667) exited]
(epiphany-browser:7581): GnomeShellBrowserPlugin-DEBUG: plugin loaded
** (epiphany-browser:7581): DEBUG: NP_Initialize
** (epiphany-browser:7581): DEBUG: NP_Initialize succeeded
** (epiphany-browser:7581): DEBUG: NP_Initialize
** (epiphany-browser:7581): DEBUG: NP_Initialize succeeded
** (epiphany-browser:7581): DEBUG: NP_Initialize
** (epiphany-browser:7581): DEBUG: NP_Initialize succeeded
** (epiphany-browser:7581): DEBUG: NP_Initialize
** (epiphany-browser:7581): DEBUG: NP_Initialize succeeded
[Thread 0xa8a88b70 (LWP 7659) exited]
[New Thread 0xa8a88b70 (LWP 7714)]
[New Thread 0xa705db70 (LWP 7720)]
[New Thread 0xa93ccb70 (LWP 7721)]
[New Thread 0xa9bcdb70 (LWP 7722)]
[New Thread 0xa4ef9b70 (LWP 7723)]
[New Thread 0xa46f8b70 (LWP 7724)]
[New Thread 0xa3ef7b70 (LWP 7725)]
[New Thread 0xa36f6b70 (LWP 7726)]
[New Thread 0xa2ef5b70 (LWP 7727)]
[New Thread 0xa26f4b70 (LWP 7728)]
[New Thread 0xa1ef3b70 (LWP 7729)]
[New Thread 0xa16f2b70 (LWP 7730)]
[New Thread 0xa0ef1b70 (LWP 7731)]
[Thread 0xa705db70 (LWP 7720) exited]
[Thread 0xa8a88b70 (LWP 7714) exited]
[Thread 0xa9bcdb70 (LWP 7722) exited]
[Thread 0xa2ef5b70 (LWP 7727) exited]
[Thread 0xa36f6b70 (LWP 7726) exited]
[Thread 0xa4ef9b70 (LWP 7723) exited]
[Thread 0xa16f2b70 (LWP 7730) exited]
[New Thread 0xa16f2b70 (LWP 7732)]
[New Thread 0xa4ef9b70 (LWP 7733)]
[Thread 0xa26f4b70 (LWP 7728) exited]
[New Thread 0xa26f4b70 (LWP 7734)]
[Thread 0xa46f8b70 (LWP 7724) exited]
[New Thread 0xa46f8b70 (LWP 7738)]
[Thread 0xa1ef3b70 (LWP 7729) exited]
[New Thread 0xa1ef3b70 (LWP 7739)]
[Thread 0xa3ef7b70 (LWP 7725) exited]
[Thread 0xa1ef3b70 (LWP 7739) exited]
[Thread 0xa0ef1b70 (LWP 7731) exited]

(epiphany-browser:7581): libsoup-CRITICAL **: soup_message_io_pause: assertion
`io != NULL' failed

(epiphany-browser:7581): libsoup-CRITICAL **: soup_message_io_unpause:
assertion `io != NULL' failed

(epiphany-browser:7581): libsoup-CRITICAL **: soup_message_io_unpause:
assertion `io != NULL' failed
[Thread 0xa26f4b70 (LWP 7734) exited]
[Thread 0xa4ef9b70 (LWP 7733) exited]
[Thread 0xa16f2b70 (LWP 7732) exited]

(epiphany-browser:7581): GLib-GObject-WARNING **: cannot register exis

Bug#663419: policycoreutils: /etc/init.d/sandbox referes non-existing sucess and failure functions / scripts

2012-03-10 Thread Witold Baryluk
Package: policycoreutils
Version: 2.1.10-1
Severity: normal

Hi!


/etc/init.d/sandbox refers to sucess and failure function in start,
stop, restart section.



But there is no such functions or script defined. and when starting
script fails with 'command not found' errors.

Regards,
Witek






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

Kernel: Linux 3.3.0-rc5-t43-devel-smp-00166-g1f033c1-dirty (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages policycoreutils depends on:
ii  libaudit0 1:1.7.18-1.1
ii  libc6 2.13-27
ii  libcap2   1:2.22-1
ii  libdbus-1-3   1.4.18-1
ii  libdbus-glib-1-2  0.98-1
ii  libglib2.0-0  2.30.2-6
ii  libpam0g  1.1.3-7
ii  libpcre3  8.12-4
ii  libselinux1   2.1.9-2
ii  libsemanage1  2.1.6-2
ii  libsepol1 2.1.4-1
ii  lsb-base  3.2+Debian30
ii  psmisc22.16-1
ii  python2.7.2-10
ii  python-selinux2.1.9-2
ii  python-semanage   2.1.6-2
ii  python-sepolgen   1.1.5-1
ii  python-support1.0.14

Versions of packages policycoreutils recommends:
pn  selinux-policy-default  

Versions of packages policycoreutils suggests:
pn  selinux-policy-dev  

-- Configuration Files:
/etc/init.d/policycoreutils [Errno 2] Nie ma takiego pliku ani katalogu: 
u'/etc/init.d/policycoreutils'

-- 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#604744: gnome-shell: text rendering malformed on nouveau

2011-11-04 Thread Witold Baryluk
On 11-01 10:55, Alexander Kurtz wrote:
> Version: 3.0.2-5
> 
> On Wed, 2010-11-24 at 00:16 +0100, Witold Baryluk wrote:
> > It basically look just like this screenshot
> > 
> > http://live.gnome.org/GnomeShell/RemoteDisplay
> > 
> > but I have been using local machine with integrated
> > 
> > 00:12.0 VGA compatible controller: nVidia Corporation C68 [GeForce 7050 PV 
> > / nForce 630a] (rev a2)
> > 
> > and
> > 
> > ii  libdrm-nouveau1  2.4.21-1~squeeze3  
> >   Userspace interface to nouveau-specific kernel DRM services 
> > -- runtime
> > ii  xserver-xorg-video-nouveau   1:0.0.15+git20100329+7858345-5 
> >   X.Org X server -- Nouveau display driver (experimental)
> 
> After installing "libgl1-mesa-dri-experimental" gnome-shell works just
> fine with nouveau here, so I'm closing this bug for now. Please feel
> free to reopen if you still experience text rendering issues.
> 
> Best regards
> 
> Alexander Kurtz

I'm currently using nvidia priopeatary drivers, and do not haveproblems.
I think indeed it can  be safely closed, considering it is old,
and mesa/drm is changing so fast. If needed I will reopen it.

Thanks.

-- 
Witold Baryluk



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



Bug#635609: recent libfontconfig1 update shows several invalid reads under valgrind

2011-11-07 Thread Witold Baryluk
Package: libfontconfig1
Version: 2.8.0-3
Followup-For: Bug #635609

Any progress on this problem?

Valgrind suppression is just temporary hack
to hide valgrind warnings.

But this is probably real problem in fontconfig code,
which can lead to bugs and crashes.

Thanks,
Witek



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

Kernel: Linux 3.1.0-t43-prod-up-09694-gc861cd3-dirty
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libfontconfig1 depends on:
ii  fontconfig-config  2.8.0-3 
ii  libc6  2.13-21 
ii  libexpat1  2.0.1-7.2   
ii  libfreetype6   2.4.7-2 
ii  multiarch-support  2.13-21 
ii  zlib1g 1:1.2.3.4.dfsg-3

libfontconfig1 recommends no packages.

libfontconfig1 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#598465: valgrind: add zlib suppressions

2011-11-07 Thread Witold Baryluk
Package: zlib1g
Version: 1:1.2.3.4.dfsg-3
Followup-For: Bug #598465

Hi,

why suppressing this error, it is probably real problem
in libz.

I hit it today when running opera unde valgrind.

==26950== Conditional jump or move depends on uninitialised value(s)
==26950==at 0x42CAA2E: inflateReset2 (inflate.c:157)
==26950==by 0x42CAB0C: inflateInit2_ (inflate.c:193)


==26950== Conditional jump or move depends on uninitialised value(s)
==26950==at 0x42CAA2E: inflateReset2 (inflate.c:157)
==26950==by 0x42CAB0C: inflateInit2_ (inflate.c:193)
==26950==by 0x42CAB82: inflateInit_ (inflate.c:206)


Would be good to fix this possibly big bug in zlib.
Especially considering that it may lead to some serious
security issues (because zlib often receives data from
network or untrusted sources in various applications).

Thanks,
Witek



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

Kernel: Linux 3.1.0-t43-prod-up-09694-gc861cd3-dirty
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zlib1g depends on:
ii  libc6  2.13-21

zlib1g recommends no packages.

zlib1g 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#635609: recent libfontconfig1 update shows several invalid reads under valgrind

2011-11-07 Thread Witold Baryluk
Package: libfontconfig1
Version: 2.8.0-3
Followup-For: Bug #635609

I actually looked at source code, at it looks fontconfig is ok.

It looks that problem is in strlen function, which employes
fact that malloc is probably 4-byte alligned from both sides,
to speed up strlen, by comparing 4-bytes at one time.

I was able to reproduce problem by this code:


#include 
#include 
#include 

int main() {
char* a;
int l;
a = malloc(2);
a[0] = 'a';
a[1] = '\0';
l = strlen(a)+1;
return l;
}


compile with gcc -O2 -g -o cos cos.c

and I got

==29615== Command: ./cos
==29615==
==29615== Invalid read of size 4
==29615==at 0x804843F: main (cos.c:11)
==29615==  Address 0x41b0028 is 0 bytes inside a block of size 2 alloc'd
==29615==at 0x4025018: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==29615==by 0x8048435: main (cos.c:8)



I think this bug should should be reassigned to glibc or valgrind.
strlen function is probably inlined, so it doesn't show in
the valgrind output.

Valgrind should include supression file, or this supression
file should be included in -dbg package probably.

Other possibility is to tell valgrind that actually 22-bytes
are 24-bytes in memory, so 4-byte read at 20-byte offset
is safe.

Regards,
Witek




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

Kernel: Linux 3.1.0-t43-prod-up-09694-gc861cd3-dirty
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libfontconfig1 depends on:
ii  fontconfig-config  2.8.0-3 
ii  libc6  2.13-21 
ii  libexpat1  2.0.1-7.2   
ii  libfreetype6   2.4.7-2 
ii  multiarch-support  2.13-21 
ii  zlib1g 1:1.2.3.4.dfsg-3

libfontconfig1 recommends no packages.

libfontconfig1 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#647924: gnome-panel: lost all configuration after upgrade

2011-11-07 Thread Witold Baryluk
Package: gnome-panel
Version: 3.0.2-1
Severity: important

Hello,

I had pretty complex gnome-panel setup,
with 3 panels, about 12 applets, and many
activators. After upgrade and logging to my account
using gdm3 with "GNOME tryb zastępczy" (fallback mode, in pl_PL locales),
i was presented with two black panels, with standard layout
of applets.

Disaster.

Fortunately I have a backup of my system, and will try to recover
gnome-panel settings.

Is this known problem, or only me?



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

Kernel: Linux 3.1.0-t43-prod-up-09694-gc861cd3-dirty
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-panel depends on:
ii  gnome-icon-theme-symbolic  3.2.1-1
ii  gnome-menus3.0.1-3
ii  gnome-panel-data   3.0.2-1
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-21
ii  libcairo-gobject2  1.10.2-6.1 
ii  libcairo2  1.10.2-6.1 
ii  libcamel-1.2-233.0.3-1
ii  libdconf0  0.7.5-3
ii  libebook1.2-10 3.0.3-1
ii  libecal1.2-8   3.0.3-1
ii  libedataserver1.2-14   3.0.3-1
ii  libedataserverui-3.0-0 3.0.3-1
ii  libfontconfig1 2.8.0-3
ii  libfreetype6   2.4.7-2
ii  libgconf2-42.32.4-1   
ii  libgdk-pixbuf2.0-0 2.24.0-1   
ii  libglib2.0-0   2.28.8-1   
ii  libgnome-desktop-3-0   3.0.2-2
ii  libgnome-menu2 3.0.1-3
ii  libgtk-3-0 3.0.12-2   
ii  libgweather-3-03.2.1-1
ii  libical0   0.44-3 
ii  libice62:1.0.7-2  
ii  libnspr4-0d4.8.9-1
ii  libnss3-1d 3.13.1.with.ckbi.1.88-1
ii  libpanel-applet-4-03.0.2-1
ii  libpango1.0-0  1.29.4-2   
ii  librsvg2-2 2.34.1-3   
ii  libsm6 2:1.2.0-2  
ii  libsoup2.4-1   2.36.0-1   
ii  libsqlite3-0   3.7.9-1
ii  libstartup-notification0   0.12-1 
ii  libtelepathy-glib0 0.16.1-1   
ii  libwnck-3-03.2.1-1
ii  libx11-6   2:1.4.4-2  
ii  libxau61:1.0.6-3  
ii  libxml22.7.8.dfsg-5   
ii  libxrandr2 2:1.3.2-2  
ii  python 2.7.2-9
ii  python-gconf   2.28.1-3   

Versions of packages gnome-panel recommends:
ii  alacarte   0.13.2-3 
ii  evolution-data-server  3.0.3-1  
ii  gnome-applets  3.2.1-1  
ii  gnome-control-center   1:3.0.2-3
ii  gnome-icon-theme   3.2.1.2-1
ii  gnome-session  3.0.2-3  
ii  gvfs   1.8.2-2  

Versions of packages gnome-panel suggests:
ii  epiphany-browser  3.0.4-1  
ii  evolution 3.0.3-2  
ii  gnome-terminal [x-terminal-emulator]  3.0.1-1  
ii  gnome-user-guide [gnome2-user-guide]  3.2.1-1  
ii  nautilus  3.0.2-4  
ii  rxvt-unicode [x-terminal-emulator]9.12-1   
ii  terminal.app [x-terminal-emulator]0.9.4+cvs20051125-6.1
ii  terminator [x-terminal-emulator]  0.95-1   
ii  xfce4-terminal [x-terminal-emulator]  0.4.8-1  
ii  xterm [x-terminal-emulator]   276-1
ii  yelp  3.2.1+dfsg-1+b1  

-- 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#647924: gnome-panel: lost all configuration after upgrade

2011-11-07 Thread Witold Baryluk
On 11-07 22:31, Josselin Mouette wrote:
> severity 647924 wishlist
> tag 647924 wontfix
> thanks
> 
> Le lundi 07 novembre 2011 à 20:50 +0100, Witold Baryluk a écrit : 
> > I had pretty complex gnome-panel setup,
> > with 3 panels, about 12 applets, and many
> > activators. After upgrade and logging to my account
> > using gdm3 with "GNOME tryb zastępczy" (fallback mode, in pl_PL locales),
> > i was presented with two black panels, with standard layout
> > of applets.
> > 
> > Disaster.
> > 
> > Fortunately I have a backup of my system, and will try to recover
> > gnome-panel settings.
> > 
> > Is this known problem, or only me?
> 
> This is deliberate. The gnome-panel 3.x panels and applets configuration
> is not compatible with the gnome-panel 2.x in several ways (applets
> naming, location on the panels). Add to that the extreme complexity of
> the panel settings, a migration script is not really feasible.

I do not really see technical problems with implementing at least
approximate migration of what user had, and leave compatible
(maping them to new names) known applets, and map properly location.
I guess GNOME developers are just lazy :(


> Worse, it
> would lose the top-right menu, hence losing the ability to logout.
This is argument? Why to remove "System" menu from top-right menu
in the first place. If you want to not have System menu
in this applet, simply make it configurable and/or provide
alternative simple applet which do/don't have this single entry.
This way both new users (with Programs/Places on left + indicator applet on 
right),
and old users (whetever configuration they had, most probably 
programs/places/system,
or separate logout/poweroff buttons).


> 
> All in all this is not going to change.
> 

So where is information in changelogs about this?
Where is information after first login that settings will be lost?
Why I cannot add teatime (2.8.0-6) and computertemp (0.9.6.1-1.1) or
service-discovery-applet (0.4.4-4.1) applets? I guess there is
dozen other nice and usefull applets already in Debian
which will not working? Check... giplet - not working,
gnome-netstatus-applet - not working, hamster-applet - not working,
netspeed - not working.

Is this a joke?


Sad,
Witek


-- 
Witold Baryluk



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



Bug#647970: gnome-panel: main menu entries do not have context menu anymore

2011-11-07 Thread Witold Baryluk
Package: gnome-panel
Version: 3.0.2-1
Severity: normal

Hello again GNOME maintainers,

In previous version all activators in main menu,
(in Programs in Left Upper corner)
had a context menu after clicking right mouse button,
which allowed easily to add this activator to panel
or desktop (and then easily move it on the panel or desktop).
There is currently no such functionality in main menu.
Actually clicking right mouse button activates an entry,
and launches application. It is unintuitive.

I know there is way to add activator via "Add to the panel..."
dialog but it have problems (no easy way to maximize window,
entries are larger, so searching is harder, it loads
all icons and descriptions, which can take something around
one minute, and mixes applications/launchers with applets,
which are somehow different concepts).

I think main menu entries should have context menu
with "Add this to panel" (or whatever it was called in previous
versions). In fact also something like "Hide this application",
"Rename" may also by useful
(it could be unhided/renamed/defaulted in "Modify menu").


Regards,
Witek



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

Kernel: Linux 3.1.0-t43-prod-up-09694-gc861cd3-dirty
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-panel depends on:
ii  gnome-icon-theme-symbolic  3.2.1-1
ii  gnome-menus3.0.1-3
ii  gnome-panel-data   3.0.2-1
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-21
ii  libcairo-gobject2  1.10.2-6.1 
ii  libcairo2  1.10.2-6.1 
ii  libcamel-1.2-233.0.3-1
ii  libdconf0  0.7.5-3
ii  libebook1.2-10 3.0.3-1
ii  libecal1.2-8   3.0.3-1
ii  libedataserver1.2-14   3.0.3-1
ii  libedataserverui-3.0-0 3.0.3-1
ii  libfontconfig1 2.8.0-3
ii  libfreetype6   2.4.7-2
ii  libgconf2-42.32.4-1   
ii  libgdk-pixbuf2.0-0 2.24.0-1   
ii  libglib2.0-0   2.28.8-1   
ii  libgnome-desktop-3-0   3.0.2-2
ii  libgnome-menu2 3.0.1-3
ii  libgtk-3-0 3.0.12-2   
ii  libgweather-3-03.2.1-1
ii  libical0   0.44-3 
ii  libice62:1.0.7-2  
ii  libnspr4-0d4.8.9-1
ii  libnss3-1d 3.13.1.with.ckbi.1.88-1
ii  libpanel-applet-4-03.0.2-1
ii  libpango1.0-0  1.29.4-2   
ii  librsvg2-2 2.34.1-3   
ii  libsm6 2:1.2.0-2  
ii  libsoup2.4-1   2.36.0-1   
ii  libsqlite3-0   3.7.9-1
ii  libstartup-notification0   0.12-1 
ii  libtelepathy-glib0 0.16.1-1   
ii  libwnck-3-03.2.1-1
ii  libx11-6   2:1.4.4-2  
ii  libxau61:1.0.6-3  
ii  libxml22.7.8.dfsg-5   
ii  libxrandr2 2:1.3.2-2  
ii  python 2.7.2-9
ii  python-gconf   2.28.1-3   

Versions of packages gnome-panel recommends:
ii  alacarte   0.13.2-3 
ii  evolution-data-server  3.0.3-1  
ii  gnome-applets  3.2.1-1  
ii  gnome-control-center   1:3.0.2-3
ii  gnome-icon-theme   3.2.1.2-1
ii  gnome-session  3.0.2-3  
ii  gvfs   1.8.2-2  

Versions of packages gnome-panel suggests:
ii  epiphany-browser  3.0.4-1  
ii  evolution 3.0.3-2  
ii  gnome-terminal [x-terminal-emulator]  3.0.1-1  
ii  gnome-user-guide [gnome2-user-guide]  3.2.1-1  
ii  nautilus  3.0.2-4  
ii  rxvt-unicode [x-terminal-emulator]9.12-1   
ii  terminal.app [x-terminal-emulator]0.9.4+cvs20051125-6.1
ii  terminator [x-terminal-emulator]  0.95-1   
ii  xfce4-terminal [x-terminal-emulator]  0.4.8-1  
ii  xterm [x-terminal-emulator]   276-1
ii  yelp  3.2.1+dfsg-1+b1  

-- 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



  1   2   3   4   5   6   7   8   9   10   >