Bug#634930: gpa: GPA unusable due to "General Assuan error"

2014-01-27 Thread kardan
Package: gpa
Version: 0.9.0-4
debian_version: 7.3

The following solution worked for me on wheezy (stable). Thanks, Joachim
Wiedorn, for the hint.

$ gpa # => "General Assuan error" + other messages as said in [1]
$ echo $GPG_AGENT_INFO
/home/user/.cache/keyring-kDmTeC/gpg:0:1
$ unset GPG_AGENT_INFO
$ gpa # => no error

According to the gpg manpage it appears safe to unset this value.

   GPG_AGENT_INFO
  Used to locate the gpg-agent.  This is only honored when
   --use-agent is set.  The value consists of 3 colon delimited
   fields: The first  is the  path  to  the Unix Domain Socket, the
   second the PID of the gpg-agent and the protocol version which
   should be set to 1. When starting the gpg-agent as described in
   its documentation, this variable is set to the correct value.
   The option  --gpg-agent-info  can  be  used  to override it.

Thanks for your work!

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634930#130


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



Bug#735872: sssd: installation fails with 'hostname: Name or service not known'

2014-01-17 Thread kardan
Package: sssd
Version: 1.8.4-2
Severity: normal

Dear Maintainer,

In a newly installed Skolelinux sssd had installation problems.

# service sssd start

/var/log/syslog shows:
Jan 18 06:46:37 auto-mac-80-00-60-0f-e8-00 sssd: Cannot read config
file /etc/sssd/sssd.conf, please check if permissions are 0600 and the
file is owned by root.root

There is a /etc/sssd/sssd-debian-edu.conf but no sssd.conf.

"cd /etc/sssd; ln -s sssd-debian-edu.conf sssd.conf" solved the problem.

Thanks for your hard work!

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages sssd depends on:
ii  libc-ares2 1.9.1-3
ii  libc6  2.13-38
ii  libcollection2 0.1.3-2
ii  libcomerr2 1.42.5-1.1
ii  libdbus-1-31.6.8-1+deb7u1
ii  libdhash1  0.1.3-2
ii  libini-config2 0.1.3-2
ii  libipa-hbac0   1.8.4-2
ii  libk5crypto3   1.10.1+dfsg-5+deb7u1
ii  libkeyutils1   1.5.5-3
ii  libkrb5-3  1.10.1+dfsg-5+deb7u1
ii  libldap-2.4-2  2.4.31-1+nmu2
ii  libldb11:1.1.6-1
ii  libnl1 1.1-7
ii  libnspr4   2:4.9.2-1+deb7u1
ii  libnss32:3.14.5-1
ii  libnss3-1d 2:3.14.5-1
ii  libpam0g   1.1.3-7.1
ii  libpcre3   1:8.30-5
ii  libpopt0   1.16-7
ii  libtalloc2 2.0.7+git20120207-1
ii  libtdb11.2.10-2
ii  libtevent0 0.9.16-1
ii  libunistring0  0.9.3-5
ii  multiarch-support  2.13-38
ii  python 2.7.3-4+deb7u1
ii  python-sss 1.8.4-2

Versions of packages sssd recommends:
ii  bind9-host   1:9.8.4.dfsg.P1-6+nmu2+deb7u1
ii  ldap-utils   2.4.31-1+nmu2
ii  libnss-sss   1.8.4-2
ii  libpam-sss   1.8.4-2
ii  libsasl2-modules-gssapi-mit  2.1.25.dfsg1-6+deb7u1
ii  libsasl2-modules-ldap2.1.25.dfsg1-6+deb7u1

Versions of packages sssd suggests:
pn  apparmor
pn  sssd-tools  

-- 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#746273: postgres: postgresql-9.1 fails to upgrade when another instance is already running

2014-04-28 Thread kardan
Package: postgresql-9.1
Version: 9.1.13-0wheezy1
Severity: normal

# apt-get upgrade -y
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up postgresql-9.1 (9.1.13-0wheezy1) ...
Starting PostgreSQL 9.1 database server: mainError: Port conflict:
another instance is already running on /var/run/postgresql with port
5432 ... failed! failed! invoke-rc.d: initscript postgresql, action
"start" failed. dpkg: error processing postgresql-9.1 (--configure):
 subprocess installed post-installation script returned error exit
status 1 Errors were encountered while processing:
 postgresql-9.1

# service postgresql stop
Stopping PostgreSQL 9.1 database server: mainError: pid file is invalid, please 
manually kill the stale server process. ... failed!
 failed!
# ps ax|grep postgres
 4991 ?S  0:02 /usr/lib/postgresql/9.1/bin/postgres -D 
/var/lib/postgresql/9.1/main -c 
config_file=/etc/postgresql/9.1/main/postgresql.conf
 4994 ?Ss 0:20 postgres: writer process
 4995 ?Ss 0:16 postgres: wal writer process
 4996 ?Ss 0:04 postgres: autovacuum launcher process
 4997 ?Ss 0:03 postgres: archiver process   last was 
000100B6
 4998 ?Ss 0:03 postgres: stats collector process
# kill 4991 4994 4995 4996 4997 4998
# service postgresql stop
Stopping PostgreSQL 9.1 database server: main.

# apt-get upgrade -y
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up postgresql-9.1 (9.1.13-0wheezy1) ...
Starting PostgreSQL 9.1 database server: main.

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages postgresql-9.1 depends on:
ii  libc6  2.13-38+deb7u1
ii  libcomerr2 1.42.5-1.1
ii  libgssapi-krb5-2   1.10.1+dfsg-5+deb7u1
ii  libkrb5-3  1.10.1+dfsg-5+deb7u1
ii  libldap-2.4-2  2.4.31-1+nmu2
ii  libpam0g   1.1.3-7.1
ii  libpq5 9.1.13-0wheezy1
ii  libssl1.0.01.0.1e-2+deb7u7
ii  libxml22.8.0+dfsg1-7+nmu3
ii  locales2.13-38+deb7u1
ii  postgresql-client-9.1  9.1.13-0wheezy1
ii  postgresql-common  134wheezy4
ii  ssl-cert   1.0.32
ii  tzdata 2014a-0wheezy1

postgresql-9.1 recommends no packages.

Versions of packages postgresql-9.1 suggests:
pn  locales-all 
pn  oidentd | ident-server  

-- no debconf information

-- 
6E0A4D784F94: 90E7 8C98 C58F 8442 5297  D461 6E0A 4D78 4FDD DD94


signature.asc
Description: PGP signature


Bug#714702: awesome: -c is being ignored

2013-07-01 Thread kardan
Hi Toni,

can you reproduce this with the git version?
What exactly was your command with -c? I ask because the -k -c issue has
been resolved in git: http://git.naquadah.org/?p=awesome.git;a=summary
What do you mean with "Installing the version from experimental looks
like too much of a disruption atm."?

All the best,
kardan


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



Bug#602327: eog: failed to open png file

2013-07-08 Thread kardan
Package: eog
Version: 3.4.2-1+build1+b1
Tags: WORKSFORME

This is what I see with above attachment:

Could not load image 'bugreport.jpg'. Error interpreting JPEG image
file (Not a JPEG file: starts with 0x00 0x00)

The message is shown as regular eog warning, so all seems to be fine.


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



Bug#491348: [eog] eog takes more than 1.5 GB of ram and all swap trying to open un .svg file

2013-07-08 Thread kardan
Package: eog
Version: 3.4.2-1+build1+b1
Tags: confirmed
thanks

I can confirm this bug with the version packaged in stable and testing.

(eog:30871): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_has_alpha: assertion
`GDK_IS_PIXBUF (pixbuf)' failed
(eog:30871): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion
`GDK_IS_PIXBUF (pixbuf)' failed
(eog:30871): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion
`GDK_IS_PIXBUF (pixbuf)' failed segmentation fault

PR  NI  VIRT  RES  SHR S %CPU %MEM TIME+   PID COMMAND
20   0 2550m 255m 2680 t  0,0 50,9   0:02.11  7765 eog

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6648b40 (LWP 7959)]
0xb77ed495 in ?? () from /usr/lib/i386-linux-gnu/librsvg-2.so.2

#0  0xb77ed495 in ?? () from /usr/lib/i386-linux-gnu/librsvg-2.so.2
#1  0xb77ee1bc in rsvg_handle_get_pixbuf_sub () from 
/usr/lib/i386-linux-gnu/librsvg-2.so.2
#2  0xb77ee243 in rsvg_handle_get_pixbuf () from 
/usr/lib/i386-linux-gnu/librsvg-2.so.2
#3  0x08063b76 in eog_image_real_load (error=0x82d7924, error@entry=0xd, 
job=0x82d7918, job@entry=0x1, data2read=15, 
data2read@entry=136795624, img=0x82755e8) at eog-image.c:1187
#4  eog_image_load (img=0x82755e8, 
data2read=data2read@entry=(EOG_IMAGE_DATA_IMAGE | EOG_IMAGE_DATA_DIMENSION 
| EOG_IMAGE_DATA_EXIF | EOG_IMAGE_DATA_XMP), 
job=job@entry=0x82d7918, error=error@entry=0x82d7924) at eog-image.c:1326
#5  0x08067314 in eog_job_load_run (job=0x82d7918) at eog-jobs.c:338
#6  0x08068524 in eog_job_run (job=0x82d7918) at eog-jobs.c:155
#7  0x08066081 in handle_job (job=0x82d7918) at eog-job-queue.c:77
#8  eog_render_thread (data=0x0) at eog-job-queue.c:146
#9  0xb70f31c3 in g_thread_proxy (data=0x80da150) at 
/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gthread.c:798
#10 0xb7056cf1 in start_thread (arg=0xb6648b40) at pthread_create.c:311
#11 0xb6f8f01e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:131


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



Bug#716938: Cannot write to ... (Success)

2013-07-14 Thread kardan
Package: wget
Version: 1.14-2
Severity: normal
Forwarded: https://savannah.gnu.org/bugs/?21714

For servers that don't specificy content size wget -c fails with

> Cannot write to '..' (Success).

Expected behaviour:

"The file is already fully retrieved; nothing to do." (see discussion:
http://lists.gnu.org/archive/html/bug-wget/2012-11/msg00026.html)

Test cases:
https://eula-downloads.yoctoproject.org/index.php'
https://freie-radios.net

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

Kernel: Linux 3.9.9-t23 (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wget depends on:
ii  libc6  2.17-7
ii  libgcrypt111.5.2-3
ii  libgnutls262.12.23-5
ii  libgpg-error0  1.10-3.1
ii  libidn11   1.25-2
ii  libuuid1   2.20.1-5.5
ii  zlib1g 1:1.2.8.dfsg-1

wget recommends no packages.

wget 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#712026: RFS: transcriber/1.5.1.1-7 [RC] -- Transcribe speech data using an integrated editor

2013-06-12 Thread kardan
Hi,

I tested your package. Maybe this information is useful for further
optimization.

In README_UNIX i find the

>   2. This step is needed only if you plan to use Sphere sound file
> format with Snack. Get NIST/Sphere archive:
>   ftp://jaguar.ncsl.nist.gov/pub/sphere_2.6a.tar.Z
The link does not work for me.

> NB - For recent Linux Distributions (i.e. Redhat 5.x or Debian 2.x)
> you need to comment the following line inside the file
>  nist/src/lib/sp/exit.c : extern char *sys_errlist[]; (thanks to
> Dafydd Gibbon for this information) For the courageous ones, a patch
> is given in the Transcriber source distribution in src/patch-sphere
> for a dynamic compilation of Sphere libs under Linux.

I did not try this out, but the hint for 'recent' Debian 2.x lets me
think, that this info is not update or hase at least not checked for
some time. Maybe it makes sense to check this and3 update the version.

There is no rule for make check

After compilation trans misses executable flag.

Error in startup script: couldn't read file
"./../lib/transcriber1.5/tcl/Main.tcl": no such file or directory

I remove the ../lib from TRANSPATH

Is 'bg=1' necessary to run the program?

configure misses a dependency check for tcLex

+ even after installation it can not be found
ii  tclex   1.2a1-15

can't find package tcLex
while executing
"package require tcLex"
(file "../tcl/Xml.tcl" line 34)
invoked from within
"source ../tcl/Xml.tcl"
("uplevel" body line 1)
invoked from within
"uplevel \#0 [list source [file join $v(path,tcl) $module.tcl]]"
(procedure "LoadModules" line 34)
invoked from within
"LoadModules"
(procedure "Main" line 10)
invoked from within
"Main $argv"
(file "../tcl/Main.tcl" line 1115)

echo "package require tclex" |
tclsh can't find package tclex

$ echo "package require tcl::tclex" |
tclsh can't find package tcl::tclex

Maybe i miss something or there is some bug. I don't know. I put the
author on BCC in case he is interested.

< /usr/share/doc/tclex/README.txt.gz
> Please send any  bugs  or  comments  to   ic.bon...@ciril.fr>. Bug reports
>   and user feedback are the only way I intend to improve and cor‐
> rect tcLex. If
>   no one uses tcLex, I see no reason why I  should  improve  this
> extension except
>   for my own use (for which tcLex is more than adequate for now).
> * Even if you have no comment, I’d appreciate  that  every  tcLex
> user send me a
>   mail  to the address mentioned above. That gives me information
> about the
>   number of users which is an important part of my motivation.

Please keep me informed about further updates.

All the best,
kardan

Am Wed, 12 Jun 2013 11:31:27 +0200
schrieb Giulio Paci :

> Package: sponsorship-requests
> Severity: wishlist
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "transcriber"
> 
> * Package name: transcriber
>   Version : 1.5.1.1-7
>   Upstream Author : Transcriber Team 
> * URL : http://trans.sf.net/
> * License : GPL-2+
>   Programming Lang: C, Tcl
>   Section : sound
> 
> It builds those binary packages:
> 
> transcriber - Transcribe speech data using an integrated editor
> 
> It fixes a missing dependency on tclex.
> 
> To access further information about this package, please visit the
> following URL:
> 
>   http://mentors.debian.net/package/transcriber
> 
> 
> Alternatively, one can download the package with dget using this
> command:
> 
> dget -x
> http://mentors.debian.net/debian/pool/main/t/transcriber/transcriber_1.5.1.1-7.dsc
> 
> Or from the git repository:
> 
> git://git.debian.org/git/collab-maint/transcriber.git
> 
> 
> More information about transcriber can be obtained from
> http://trans.sf.net/.
> 
> Regards,
>Giulio Paci
> 
> 


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



Bug#712026: RFS: transcriber/1.5.1.1-7 [RC] -- Transcribe speech data using an integrated editor

2013-06-12 Thread kardan
Hi,

Am Wed, 12 Jun 2013 17:52:03 +0300
schrieb Sergei Golovan :

> Apparently, tcLex doesn't work with Tcl 8.5. I'll look into it in a
> few days.
> 
> Cheers!
> -- 
> Sergei Golovan

tcLex is currently not working with tcl8.5, but with tcl8.4.

The url specified in the help message does not work for me:
http://www.etca.fr/CTA/gip/Projets/Transcriber/

Please add the possibility to specifiy an output directory.
It would be nice to handle, if no argument is given.
How can i transcribe wav to html? I found no hint for this.

< file:///home/kardan/build/transcriber/doc/Index.html
> When Transcriber is correctly installed, it can be started with the
> command: trans

$ ./trans
can't read "v(wavfm,list)": no such element in array
while executing
"foreach wavfm $v(wavfm,list) {
  ConfigWavfm $wavfm $mode
   }"
(procedure "ConfigAllWavfm" line 4)
invoked from within
"ConfigAllWavfm $mode"
(procedure "EmptySignal" line 35)
invoked from within
"EmptySignal"
(procedure "StartWith" line 270)
invoked from within
"StartWith $argv"
(procedure "Main" line 16)
invoked from within
"Main $argv"
(file "../tcl/Main.tcl" line 1115)

A more descriptive message could help to user who is inputting
nonsense.

$ ./trans ../demo/frint980428.wav 
can't read "v(wavfm,list)": no such element in array
while executing
"foreach wavfm $v(wavfm,list) {
  ConfigWavfm $wavfm $mode
   }"
(procedure "ConfigAllWavfm" line 4)
invoked from within
"ConfigAllWavfm $mode"
(procedure "EmptySignal" line 35)
invoked from within
"EmptySignal"
(procedure "StartWith" line 270)
invoked from within
"StartWith $argv"
(procedure "Main" line 16)
invoked from within
"Main $argv"
(file "../tcl/Main.tcl" line 1115)

$ ./trans -export lbl ../demo/frint980428.trs   
 
Converting transcription files to lbl format (.lbl):
converting ../demo/frint980428.trs (trs)
error with ../demo/frint980428.trs: can't read "v(trans,seg0)": no such element 
in array (can't read "v(trans,seg0)": no such
 element in array
while executing
"foreach s $v(trans,seg0) {
   foreach {t0 t1 text} $s break
   set t0 [Synchro::GetTime $t0]
   set t1 [Synchro::GetTime $t1]
   if {$..."
(procedure "::convert::lbl::export" line 5)
invoked from within
"${nsformat}::export [file tail [file root $name]]$ext")
0 file(s) processed.

$ ./trans -export
cha ../demo/frint980428.trs Converting transcription files to cha
format (.cha): converting ../demo/frint980428.trs (trs)
error with ../demo/frint980428.trs: Attribute 'role' for type 'Speaker'
not defined in DTD (Attribute 'role' for type 'Speake r' not defined in
DTD while executing
"error "Attribute '$name' for type '$type' not defined in DTD""
(procedure "::xml::dtd::attribute::default" line 6)
invoked from within
"${xml}::dtd::attribute::default [$item getType] $attr 1"
(procedure "::xml::element::getAttr" line 10)
invoked from within
"::xml::element::getAttr ::xml::element4 role"
("eval" body line 1)
invoked from within
"eval $cmd $item $lst_args"
(procedure "::xml::CheckEval" line 19)
invoked from within
"::xml::CheckEval element $method ::xml::element4 $args"
(procedure "::xml::element4" line 1)
invoked from within
"$speaker getAttr "role"
(procedure "::convert::cha::export" line 23)
invoked from within
"${nsformat}::export [file tail [file root $name]]$ext")
0 file(s) processed.

The html output looks good except the header (find the html errors
attached). A nice tool though.

Hope this is productive,
kardanTitle: 
[Invalid]
Markup Validation of frint980428.html - W3C Markup Validator


  
  


 
   
 			Markup Validation Service
   
   Check the markup (HTML, XHTML, …) of Web documents








Jump To:

Notes and Potential Issues


  Validation Output
  
  

  
  
  





  Errors found while checking this document as HTML 4.01 Transitional!

  



  


  

Result:


  6 Errors, 5 warning(s)
  





  File:
  


Use the file selection box above if you wish to re-validate the uploaded file frint980428.html
  
  



  

  
Encoding:
windows-1252
  (detect automatically)
  utf-

Bug#712056: RFS: scantailor [ITP] -- interactive post-processing tool for scanned document pages

2013-06-12 Thread kardan
Hi Daniel,

I tried to compile scantailor and am stuck with zlib1g.

$ cmake .
-- Boost version: 1.49.0
CMake Error at CMakeLists.txt:193 (MESSAGE):
  Could not find zlib headers.

  You may need to install a package named zlib1g-dev or similarly.

ii  zlib1g:i386 1:1.2.7.dfsg-13
ii  zlib1g-dbg  1:1.2.7.dfsg-13
ii  zlib1g-dev:i386 1:1.2.7.dfsg-13
Description:Debian GNU/Linux 7.0 (wheezy)
Release:7.0

Do you have an idea?

thanks,
kardan

Am Wed, 12 Jun 2013 17:44:30 +0200
schrieb Daniel Stender :

> Package: sponsorship-requests
> Severity: wishlist
> 
> Dear mentors,
> 
> I am looking for a sponsor for my initial package of Scantailor
> 0.9.11.1 for Debian.
> 
> I've uploaded it to mentors:
> http://mentors.debian.net/package/scantailor
> dget -x
> http://mentors.debian.net/debian/pool/main/s/scantailor/scantailor_0.9.11.1-1.dsc
> 
> and created a Git repo belonging to the collab-maint group:
> http://anonscm.debian.org/gitweb/?p=collab-maint/scantailor.git
> 
> I've builded against Sid using Cowbuilder, I've uploaded my build log
> here:
> http://www.danielstender.com/uploads/scantailor_0.9.11.1-1_amd64.build
> 
> Info on the program could be found here:
> http://scantailor.sourceforge.net/
> 
> Thanks for any hint, pointers, and reviews in advance!
> 
> Regards,
> Daniel Stender
> 


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



Bug#712056: RFS: scantailor [ITP] -- interactive post-processing tool for scanned document pages

2013-06-14 Thread kardan
Hi,

Am Wed, 12 Jun 2013 20:05:38 +0200
schrieb kardan :

> I tried to compile scantailor and am stuck with zlib1g.
>   Could not find zlib headers.
I solved this, by reinstalling the package. Obviously the header file
has been lost on the disk.

Now there is another issue with boost.

$ cmake .
-- Boost version: 1.49.0
-- Could NOT find Boost
CMake Error at CMakeLists.txt:297 (MESSAGE):
  Could not find boost headers or libraries.

  You may need to install a package named libboost1.35-dev or similarly.

ii  libboost-dev1.49.0.1

The interesting line CMakeLists.txt is
295: FIND_PACKAGE(Boost 1.35.0 COMPONENTS unit_test_framework
prg_exec_monitor)

< /usr/share/cmake-2.8/Modules/FindBoost.cmake
# Currently this module searches for the following version numbers:
# 1.33, 1.33.0, 1.33.1, 1.34, 1.34.0, 1.34.1, 1.35, 1.35.0, 1.35.1,
# 1.36, 1.36.0, 1.36.1, 1.37, 1.37.0, 1.38, 1.38.0, 1.39, 1.39.0,
# 1.40, 1.40.0, 1.41, 1.41.0, 1.42, 1.42.0, 1.43, 1.43.0, 1.44, 1.44.0,
# 1.45, 1.45.0, 1.46, 1.46.0, 1.46.1, 1.47, 1.47.0, 1.48, 1.48.0,
# 1.49, 1.49.0, 1.50, 1.50.0, 1.51, 1.51.0, 1.52, 1.52.0,
# 1.53, 1.53.0, 1.54, 1.54.0, 1.55, 1.55.0, 1.56, 1.56.0

With my limited view I assume it is not necessary to request this
specific version. Otherwise I see obstacles to use scantailor on wheezy.

Any hints are welcome.

thanks,
kardan


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



Bug#712056: RFS: scantailor [ITP] -- interactive post-processing tool for scanned document pages

2013-06-14 Thread kardan
Hi Martin,

thanks for your answer.

Am Fri, 14 Jun 2013 15:49:59 +0200
schrieb Martin Eberhard Schauer :

> My POV is: As you already found the error (line 295), your conclusion
> is wrong. You have 1.49.0.1, but cmake searches for 1.35.
You are right and I am confused. Boost has already been found at the
beginning but this is forgotten later. I learn, that FIND_PACKAGE
overrides all former states even if it was found already.
Also from [1] I learned that FIND_PACKAGE does not fail because of the
higher version as EXACT is not set, but as you can see in the following
it is about the COMPONENTS.

> So patch CMakeLists.txt or run ccmake.

$ grep -n -i boost CMakeLists.txt   
 
74:INCLUDE(FindBoost)
152:FILE(GLOB boost_dirs1 "${build_outer_dir}/boost_1_[0-9]*_[0-9]*")
153:FILE(GLOB boost_dirs2 "${source_outer_dir}/boost_1_[0-9]*_[0-9]*")
286:BOOST_ROOT boost-build.jam PATHS ${boost_dirs1} ${boost_dirs2}
287:DOC "Path to top-level Boost source directory."
289:SET(Boost_USE_STATIC_LIBS ON)
291:ADD_DEFINITIONS(-DBOOST_TEST_DYN_LINK)
294:SET(Boost_USE_MULTITHREADED ON)
295:FIND_PACKAGE(Boost 1.35.0 COMPONENTS unit_test_framework prg_exec_monitor)
296:FIND_PACKAGE(Boost 1.49.0 COMPONENTS unit_test_framework prg_exec_monitor)
297:FIND_PACKAGE(Boost 1.49.0)
298:FIND_PACKAGE(Boost 1.49.1 COMPONENTS unit_test_framework prg_exec_monitor)
299:IF(NOT Boost_FOUND)
302:"Could not find boost headers or libraries.\n"
303:"You may need to install a package named libboost1.35-dev or 
later."
305:ENDIF(NOT Boost_FOUND)
307:INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
308:LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})
354:${QT_DEFINITIONS} -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION
573:# There seems to be a bug in either gcc or boost that makes page 
sorting either crash

$ cmake .
-- Boost version: 1.49.0
-- Could NOT find Boost
-- Could NOT find Boost
-- Boost version: 1.49.0
-- Could NOT find Boost
CMake Error at CMakeLists.txt:300 (MESSAGE):
  Could not find boost headers or libraries.
  You may need to install a package named libboost1.35-dev or later

Only the third line hits (except FindBoost in 74). This leads to the
conclusion the there is some problem with the components
'unit_test_framework prg_exec_monitor'. Please correct me.

> If you don't want scantailor just to compile and run on your personal
> Wheezy box, compile for unstable, wait for testing migration and then
> do a backport.
> HTH, Martin
I would like to help. In this case the package is already RFS and I
think repackaging it would be counterproductive? 

thanks,
kardan


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



Bug#712056: RFS: scantailor [ITP] -- interactive post-processing tool for scanned document pages

2013-06-14 Thread kardan
Hi,

Am Fri, 14 Jun 2013 18:03:51 +0200
schrieb Martin Eberhard Schauer :

> I should have looked at 712056 before my answer. But as I did some C
> programming in the past, I thought that I understood the problem and
> "Hey, this one is easy to solve" :-(
> 1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712056#15

It's all fine for me now. The problems in the linked comment are still
relevant but not in relation to boost. I found out that
COMPONENT unit_test_framework is delivered by libboost-test-dev, which
was missing. I added a patch to notify the user. 

300c300
<   "You may need to install a package named
libboost1.35-dev or similarly." ---
>   "You may need to install a package named libboost-dev
> and libboost-test-dev version 1.35 or later."

> Daniel managed to overcome your problem. His package was reviewed (1) 
> and some
> work still has to be done. Comparing what you did and what Daniel did
> may be quite instructive. But instead of browsing in different
> sources and comparing
> them it's probably more effictive to have a look at the 
> "maint-guide(-xx)" (2)
> and "developers-reference" (3) packages - in that order.
> 2: 
> http://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=names&keywords=maint-guide
> 3: 
> http://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=all&keywords=developer+reference
>  

Thanks. Will use this in the future.

Great software! Definitively worth packaging.
A first taste (some scans are in poor quality due to the scan):
http://heahdk.net/~kardan/books/

The html is created with scantailor2html, find it attached, free for
further distribution.

Cheers,
Kardan300c300
< 		"You may need to install a package named libboost1.35-dev or similarly."
---
> 		"You may need to install a package named libboost-dev and libboost-test-dev version 1.35 or later."


scantailor2html
Description: Binary data


Bug#520377: gvfs-daemons miss documentation and --help shows no further options.

2013-06-18 Thread kardan
Package: gvfs-daemons
Version: 1.12.3-4
Thanks

I use awesome wm and am not in the need of gvfsd, but evince and
libglib2.0-0, which is required by libgtk2.0-0, claws-mail, libreoffice
and LOTS more, depend on it. I want to be able, to disable it
(#544148). Thanks!

gvfs* has no manual nor can any info be find in the doc,
which is reported without answer since 2009.

grep -i metadata $(find /usr/share/doc/gvfs* -type f)

The help is not quite verbose:

<
Usage:
  gvfsd-metadata [OPTION...] 

Metadata daemon for GVFS

Help Options:
  -h, --helpShow help options

Application Options:
  -r, --replace Replace old daemon.
>

Please use more time to document these daemons.

Thanks,
kardan


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



Bug#706524: gvfsd-metadata consumes cpu since hours

2013-06-18 Thread kardan
Package: gvfs-daemons
Version: 1.12.3-4
Severity: serious
Tags: fixed-upstream fixed-in-experimental
Thanks

Since hours gvfsd-metadata eats my cpu. It is running four times

  PID TTY  TIME CMD
 4570 ?00:00:00 gvfsd-metadata
 5068 ?00:00:00 gvfsd-metadata
 5816 ?00:00:00 gvfsd-metadata
11843 ?02:46:12 gvfsd-metadata

The is true for gvfsd. How can this happen?

And obviously the last one went crazy

PID  PR  NI  VIRT  RES  SHR S  %CPU %MEMTIME+  COMMAND
1184320   0  9060  416  416 R  94,4  0,1 167:41.82 gvfsd-metadata

# ps -C gvfsd
  PID TTY  TIME CMD
 4302 ?00:00:00 gvfsd
 4537 ?00:00:00 gvfsd
 4547 ?00:00:00 gvfsd
 4559 ?00:00:00 gvfsd
11832 ?00:00:00 gvfsd

As gvfs is part of the libarchive transition, the upgrade to 1.16 is
held in experimental. Please increase the urgency and apply patches
in #596054 and #677430. It seems this is the same occurance of #624507
and can be merged.

The changelog shows, this is fixed in 1.16 [1]
gvfs (1.16.2-1) experimental; urgency=low
  * New upstream release.
  * Refresh patches to apply cleanly:
- debian/patches/06_metadata_nfs.patch
- debian/patches/dont-crash-on-null-job.patch
- debian/patches/metadata-dont-flush-null-tree.patch
- debian/patches/metadata-nuke-junk-data.patch
- debian/patches/ref-jobs-in-thread.patch

I use awesome wm and am not in the need of gvfsd, but evince and
libglib2.0-0, which is required by libgtk2.0-0, claws-mail, libreoffice
and LOTS more, depend on it. I want to be able, to disable it
(#544148). Thanks!

Loaded symbols for /usr/lib/i386-linux-gnu/gio/modules/libgvfsdbus.so
apply_journal_to_builder (builder=0x8073448, tree=0x8067e58) at
metatree.c:2287 2287metatree.c: No such file or directory.

$ apt-file search metatree.c


(gdb) bt
#1  meta_tree_flush_locked (tree=tree@entry=0x8067e58) at metatree.c:2357
#2  0x0804fcd1 in meta_tree_flush (tree=0x8067e58) at metatree.c:2375
#3  0x0804b813 in writeout_timeout (data=data@entry=0x80710e8) at 
meta-daemon.c:62
#4  0xb7d530a7 in g_timeout_dispatch (source=source@entry=0x806f958, 
callback=0x804b800 , 
user_data=0x80710e8) at 
/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c:4413
#5  0xb7d52353 in g_main_dispatch (context=0x806b3f0) at 
/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c:3054
#6  g_main_context_dispatch (context=context@entry=0x806b3f0) at 
/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c:3630
#7  0xb7d526f0 in g_main_context_iterate (context=0x806b3f0, 
block=block@entry=1, dispatch=dispatch@entry=1, 
self=)
at /build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c:3701
#8  0xb7d52bcb in g_main_loop_run (loop=loop@entry=0x806b910) at 
/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c:3895
#9  0x0804b68e in main (argc=1, argv=0xb544) at meta-daemon.c:818

(gdb) frame 1
#1  meta_tree_flush_locked (tree=tree@entry=0x8067e58) at
metatree.c:2357 2357in metatree.c
(gdb) print tree
$1 = (MetaTree *) 0x8067e58
(gdb) frame 3
#3  0x0804b813 in writeout_timeout (data=data@entry=0x80710e8) at 
meta-daemon.c:62
62  meta-daemon.c: Datei oder Verzeichnis nicht gefunden.
(gdb) print data
$2 = (gpointer) 0x80710e8
(gdb) frame 4
#4  0xb7d530a7 in g_timeout_dispatch (source=source@entry=0x806f958, 
callback=0x804b800 , 
user_data=0x80710e8) at 
/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c:4413
4413/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c: Datei oder 
Verzeichnis nicht gefunden.
(gdb) print source
$3 = (GSource *) 0x806f958
(gdb) frame 5
#5  0xb7d52353 in g_main_dispatch (context=0x806b3f0) at 
/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c:3054
3054in /build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c
(gdb) print context
$4 = (GMainContext *) 0x806b3f0
(gdb) frame 6
#6  g_main_context_dispatch (context=context@entry=0x806b3f0) at 
/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c:3630
3630in /build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmain.c
(gdb) print context
$5 = (GMainContext *) 0x806b3f0

This is interesting but helps no further. I am thrown to the dangerous
depths of the internet and found some desperate ubuntu users [2]

<
It looks like your metadata store is got corrupted, leading to an
infinite loop in the code.
FIX:
The fix here is to remove the metadata storage, located in:
~/.local/share/gvfs-metadata.
>

Done this.

$ GVFS=~/.local/share/gvfs-metadata; find $GVFS; rm -r $GVFS
/home/kardan/.local/share/gvfs-metadata 
/home/kardan/.local/share/gvfs-metadata/root-8d18146e.log
/home/kardan/.local/share/gvfs-metadata/uuid-01050e0a-03a3-4805-825f-149b49691cca
/home/kardan/.local/share/gvfs-metadata/uuid-eec4f892-2cc8-4447-81d2-910b3ff061f2
/home/kardan/.local/share/gvfs-metadata/uuid-01050e0a-03a3-4805-825f-149b49691cca-15c60c55.log
/home/kardan/.local/share/gvfs-metadata/root-6418c987.log
/home/kardan/.local/share/gvfs-metadata/uuid-eec4f892-2cc8-4447-81d2-910b3ff061f2-af3df957.log

Bug#717775: lvm2: missing initscript for rc2

2013-07-24 Thread kardan
Package: lvm2
Version: 2.02.95-7
Severity: normal

On jessie i am missing the lvm2 initscript for rc2. I found this out,
when my volumegroups were missing after reboot and I had to start lvm2
manually. I found it is also not part of the package. Is the user intended to 
install this manually?

/etc/init.d/lvm2
# Default-Start: S

Maybe should it be:

# Default-Start: 2 3 4 5

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

Kernel: Linux 3.9.9-t23 (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lvm2 depends on:
ii  dmsetup   2:1.02.74-7
ii  initscripts   2.88dsf-41
ii  libc6 2.17-7
ii  libdevmapper-event1.02.1  2:1.02.74-7
ii  libdevmapper1.02.12:1.02.74-7
ii  libreadline5  5.2+dfsg-2
ii  libudev0  175-7.2
ii  lsb-base  4.1+Debian12

lvm2 recommends no packages.

lvm2 suggests no packages.

-- no debconf information

-- 
Kardan 
Encrypt your email: http://gnupg.org/documentation
Public GPG key 9D6108AE58C06558 at hkp://pool.sks-keyservers.net
fpr: F72F C4D9 6A52 16A1 E7C9  AE94 9D61 08AE 58C0 6558


signature.asc
Description: PGP signature


Bug#717776: tmux segfault

2013-07-24 Thread kardan
 U getpid
 U getppid
 U getpwnam
 U getpwuid
 U gettimeofday
 U getuid
00083274 B global_buffers
00084504 B global_environ
0008451c B global_options
00084514 B global_s_options
0008452c B global_w_options
 U gmtime_r
0004faba R grid_default_cell
0004faac R grid_marker_cell
 U ioctl
 U isatty
00083194 B key_bindings
 U kill
 U killpg
 U listen
 U localtime
0008319c B log_file
00084528 B login_shell
6e80 T main
 U malloc
 U memchr
 U memcmp
 U memcpy
 U memmove
 U memset
 U mkdir
000831a4 B mode_key_tree_emacs_choice
000831a8 B mode_key_tree_emacs_copy
000831a0 B mode_key_tree_emacs_edit
000831b4 B mode_key_tree_vi_choice
000831ac B mode_key_tree_vi_copy
000831b0 B mode_key_tree_vi_edit
0008328c B next_session_id
00084544 B next_window_id
00084548 B next_window_pane_id
 U open
 U opendir
 v program_invocation_short_name
 U read
 U readdir
 U readlink
 U realloc
 U recvmsg
 U sendmsg
000305d0 T server_client_callback
000831c0 B server_ev_accept
00083220 B server_ev_second
00083208 B server_fd
00064580 D server_options_table
0008320c B server_shutdown
00083284 B session_groups
000681e0 D session_options_table
00083280 B sessions
 U setenv
 U setlinebuf
 U setupterm
00084500 B shell_cmd
 U shutdown
 U sigaction
 U sigemptyset
 U socket
00083500 B socket_path
 U socketpair
 U sscanf
0008450c B start_time
 U stderr
 U strcasecmp
 U strcasestr
 U strchr
 U strcmp
 U strcspn
 U strerror
 U strftime
 U strlen
 U strncasecmp
 U strncmp
 U strrchr
 U strspn
 U strstr
 U strtol
 U strtoll
 U strtoul
 U sysconf
 U system
 U tcflush
 U tcgetattr
 U tcgetpgrp
 U tcsetattr
 U tigetflag
 U tigetnum
 U tigetstr
 U time
 U tparm
0003dd00 T tty_cmd_alignmenttest
0003f050 T tty_cmd_cell
0003db60 T tty_cmd_clearcharacter
0003d9a0 T tty_cmd_clearendofline
0003e080 T tty_cmd_clearendofscreen
0003da80 T tty_cmd_clearline
0003ddc0 T tty_cmd_clearscreen
0003d8d0 T tty_cmd_clearstartofline
0003df30 T tty_cmd_clearstartofscreen
0003f4a0 T tty_cmd_deletecharacter
0003fa40 T tty_cmd_deleteline
0003f5e0 T tty_cmd_insertcharacter
0003fb40 T tty_cmd_insertline
0003f7f0 T tty_cmd_linefeed
0003e250 T tty_cmd_rawstring
0003f930 T tty_cmd_reverseindex
0003d2a0 T tty_cmd_setselection
0003f460 T tty_cmd_utf8character
00064ae0 D tty_term_codes
0007 B tty_terms
 U ttyname
 U tzset
 U umask
 U uname
 U unlink
 U unsetenv
 U usleep
 U waitpid
00068a4c D window_choose_mode
00068a64 D window_clock_mode
00068a7c D window_copy_mode
00067ba0 D window_options_table
00084538 B windows
 U write
 U writev

I searched for the function at the shown address but it seems I was on
the wrong track.

Kardan

-- 
Kardan 
Encrypt your email: http://gnupg.org/documentation
Public GPG key 9D6108AE58C06558 at hkp://pool.sks-keyservers.net
fpr: F72F C4D9 6A52 16A1 E7C9  AE94 9D61 08AE 58C0 6558


signature.asc
Description: PGP signature


Bug#724823: wikipediafs: default url http://mblondel.org/mediawiki/index.php does not exist

2013-09-28 Thread kardan
Package: wikipediafs
Version: 0.4-5
Severity: minor

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
In ~/.wikipediafs/config.xml the site


mblondel.org
www.mblondel.org
/mediawiki/index.php


is defined which does not exist anymore.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I followed the man page.
# nano /etc/fstab # add: "none /mnt/wfs/ wikipediafs noauto,nouser"
# mkdir /mnt/wfs
$ mount /mnt/wfs/ && cd /mnt/wfs
$ vi mblondel.org/Test.mw

   * What was the outcome of this action?

The buffer is empty because the wiki does not exist anymore.

   * What outcome did you expect instead?
As the wiki does not exist anymore, the example should be removed from
 the manpage and replaced.

*** End of the template - remove these lines ***


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

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

Versions of packages wikipediafs depends on:
ii  fuse 2.9.2-4
ii  python   2.7.5-4
ii  python-fuse  2:0.2.1-8

wikipediafs recommends no packages.

wikipediafs 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#713804: gdb loops after client disappeared

2013-06-22 Thread kardan
t;%s")
> > at /build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmessages.c
> > :1456
> > 1456/build/glib2.0-Q0IaBZ/glib2.0-2.36.3/./glib/gmessages.
> > c: Datei oder Verzeichnis nicht gefunden.
> > (gdb) s
> > Program received signal SIGINT, Interrupt.
> > [Switching to Thread 0xb52ffb40 (LWP 11262)]
> > 0xb7fde424 in __kernel_vsyscall ()
> > (gdb) s
> > Single stepping until exit from function __kernel_vsyscall,
> > which has no line number information.
> > 
> >
> > As gdb consumes 99% cpu I attached to this instance (14240), found
> > out, that many -dbg are missing, detached, installed them and
> > attached again. As said at this time claws SIGINTed alread, which
> > was not caught properly by gdb. 
> >
> > There are still missing dbg packges for:
> > libexpat1/lib/i386-linux-gnu/libexpat.so.1
> > libc6/lib/ld-linux.so.2 (libc6-dbg ist installed)
> >
> > GDB uses Expat, an XML parsing library, to implement some
> > target-specific features.  Expat will be linked in if it is
> > available at build time, or those features will be disabled.  The
> > latest version of Expat should be available from
> > `http://expat.sourceforge.net'.
please provide a gdb-dbg package. As gdb uses libexpat1 also
libexpat1-dbg would be great
.
> > #0  0xb7fde424 in __kernel_vsyscall ()
> > #1  0xb7acfc53 in ptrace (request=PTRACE_CONT) at
> > ../sysdeps/unix/sysv/linux/ptrace.c:118
> > #2  0x080d23bf in ?? ()
> > #3  0x080d8470 in ?? ()
> > #4  0x080d8552 in ?? ()
> > #5  0x080d6eab in iterate_over_lwps ()
> > #6  0x080d8974 in ?? ()
> > #7  0x080d5662 in ?? ()
> > #8  0x081ec9b7 in target_resume ()
> > #9  0x081b2ffb in resume ()
> > #10 0x081b945e in ?? ()
> > #11 0x081b7907 in ?? ()
> > #12 0x081b42c6 in wait_for_inferior ()
> > #13 0x081b3805 in proceed ()
> > #14 0x081ad6c8 in ?? ()
> > #15 0x081ad359 in ?? ()
> > #16 0x081ad127 in ?? ()
> > #17 0x0810ad6b in ?? ()
> > #18 0x0810d597 in cmd_func ()
> > #19 0x0809754c in execute_command ()
> > #20 0x081cdf7a in ?? ()
> > #21 0x081ce4b8 in ?? ()
> > #22 0xb7fa86f5 in rl_callback_read_char ()
> > at
> > ldd-readline6_6.2+dfsg-0.1-i386-AtYqj8/readline6-6.2+dfsg/callback.c:220
> > #23 0x081cdb2f in ?? ()
> > #24 0x081cde9f in stdin_event_handler ()
> > #25 0x081ccf67 in ?? ()
> > #26 0x081cc685 in ?? ()
> > #27 0x081cc74a in gdb_do_one_event ()
> > #28 0x081cc79c in start_event_loop ()
> > #29 0x081cdb58 in cli_command_loop ()
> > #30 0x081c7919 in current_interp_command_loop ()
> > #31 0x0808de97 in ?? ()
> > #32 0x081c71dd in catch_errors ()
> > #33 0x0808edf9 in ?? ()
> > #34 0x081c71dd iIn file included from i386-linux-nat.c:27:0:
> > linux-nat.h:79:18: error: field ‘siginfo’ has incomplete type
> > n catch_errors ()
> > #35 0x0808ee2f in gdb_main ()
> > #36 0x0808dc0b in main ()
> >
> > To fill the holes I built it from source.
> >
> > $ apt-get source gdb=7.4.1+dfsg-0.1
> > E: Ignore unavailable version '7.4.1+dfsg-0.1' of package 'gdb'
> > E: Unable to find a source package for gdb
Is there anything wrong with the source package?

> > Got 7.4.1 from ftp://sourceware.org/pub/gdb/releases/ then.
> > Compilation run until: In file included from
> > i386-linux-nat.c:27:0: linux-nat.h:79:18: error: field ‘siginfo’
> > has incomplete type
> >
> > In the code I found ^L several times and removed them, but that was
> > not the point.
> > https://bugs.archlinux.org/task/30657 came closer, without solution
> > for this 'cosmetic error'.
> > This changelog
> > (http://people.redhat.com/anderson/crash.changelog.html) reported
> > an error with glib glibc-2.15.9.  I am using 2.36.3-1/i386.
> > - Replace usage of "struct siginfo" with "siginfo_t".
> >
> > Ok, compiles. One step closer to paradise.


> > I also tried 7.6 which is not the one of my installation..
> > As gdb has no -dbg package I compiled it from source and ignored
> > the makeinfo error by make (shouldnt configure warn before?). I
> > tried to disable doc creation, but it seems this is ignored as it
> > does not complain confmake --disable-doc --disable-everything
> >
> > WARNING: `makeinfo' is missing on your system.  You should only
> > need it if you modified a `.texi' or `.texinfo' file, or any other
> > file indirectly affecting the aspect of the manual.  The spurious
> >  call might also be the consequence of using a buggy
&

Bug#713875: obsolete use dh_pysupport in debian/rules file

2013-06-23 Thread kardan
Package:  apt-listchanges
Version:  2.85.12~exp1
Severity: normal

according to lintian: dh_pysupport-is-obsolete
http://lintian.debian.org/maintainer/mo...@debian.org.html#apt-listchanges

This package calls dh_pysupport in its debian/rules file. dh_pysupport
is deprecated and has been replaced by dh_python2.

dh_python2 is available in Squeeze; if backporting the package to a
Lenny or older system, please ignore this warning.

Refer to http://wiki.debian.org/Python/TransitionToDHPython2 for
details.


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



Bug#668345: apt-listchanges-2.85.9: gtk window could not be created

2013-06-23 Thread kardan
Retitle: 668345 apt-listchanges-2.85.9: gtk window could not be created
Tags:668345 moreinfo
Thanks

Hi shirish,

I try to figure out, what was the problem in your case. It seems to
be a related to Gtk, obviously the window creation failed. Have
you been able to reproduce this?

Greetings,
Kardan


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



Bug#714289: auto-completion for package URLs

2013-06-27 Thread kardan
Package: qa.debian.org
Severity: wishlist

Please add a rewrite rule for incomplete package names on the website.

http://packages.qa.debian.org/p/pkcs11
http://packages.qa.debian.org/p/pkcs11-helper
should be redirected to 
http://packages.qa.debian.org/p/pkcs11-helper.html

(entered 'pkcs11' to the jump-to field and received a 404)

I hope this is easy to implement if there is only one hit. Otherwise
showing a site for disambugiation would be great.

Just saw, the BTS is quite filled for qa. If there is little help needed
with perl/html I could offer my services.

Thanks!
Kardan


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



Bug#710140: fix or ask release team?

2013-06-29 Thread kardan
> apt-listbugs alerted me to this bug when I attempted to upgrade from
> 1.2.0-1.4. I can't tell from the information provided: if I upgrade to
> an affected version, should I expect things on my system to break?

I pinned the package, subscribed the bug and think it's good to have
some traffic in here. (Which of course will not fix the problem)
With a bit of luck, someone with knowledge tells ushow a proper solution
would look like.

Maybe this is useful, anyway there is a lot to read and learn:
* http://kernel-handbook.alioth.debian.org/ch-versions.html
* http://ispras.linuxbase.org/index.php/ABI_compliance_checker
* http://wiki.debian.org/Teams/ReleaseTeam/Transitions
* http://wiki.debian.org/Teams/ReleaseTeam

> Abi compliance checker
> http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
> abi-compliance-checker can be used to help reduce the possibility of
> an application crashing when the shared libraries it links against
> have changed. Signatures and data type definitions from two separate
> versions of a library are compared by examining the shared objects
> (.so) files themselves, and by analysing the header files (.h)
> provided for the two versions of the library and their dependencies.
> Shared library developers trying to strive for binary compatibility
> between releases may also use this tool to detect if an any
> accidental application binary interface (ABI) changes have been
> introduced. The checker may also be used for assessing binary
> compatibility between different Linux distributions.


gpgme1.0 (1.4.1-0.1) unstable; urgency=low

  * debian/control: Enable multiarch support (closes: #698970).
(Priority): Raised to standard (closes: #623353).
(Section): Changed to libs. Fixed
binary-control-field-duplicates-source. (Standards-Version): Bumped
to 3.9.4. (Vcs-Git, Vcs-Browser): Adjusted to point to svn tree
(closes: #610737). (Build-Depends, Depends): Added new dependencies
including libassuan-dev. Fixed debhelper-but-no-misc-depends.
Dropped dpatch and obsolete libpth-dev. Replaced gnupg by gnupg2.
(Description): Fixed several lintian hints.
  * debian/libgpgme11.files: Renamed to debian/libgpgme11.install,
adjusted.
  * debian/libgpgme11-dev.files: Likewise. Dropped .la (LP: #728497).
  * debian/libgpgme11.dirs, debian/libgpgme11-dev.dirs: Dropped useless
files.
  * debian/libgpgme11-dev.info: Ditto.
  * debian/libgpgme11-dev.doc-base (Section): Fixed.
  * debian/libgpgme11.symbols: Updated. Removed symbols of
libgpgme-pth.so.11.

 -- Daniel Leidert   Tue, 14 May 2013 20:29:20
 +0200


< http://wiki.debian.org/ReleaseTeamOverloaded
I think that part of the problem is that we're leaning on the release
team to make hard decisions that we should be capable of making
ourselves. -- JoeyHess

Read debian-release, you'll frequently see developers:
* Say: "can this  get into sarge?"
* Trying to get in a change without thinking it through.
* It's also annoyingly common for maintainers to upload a fix that
really needs to get into sarge with other nonessential changes that
increase the probability a bug will be introduced
* Upload something such as a security fix with a priority that's too low
* Package a new upstream version of a library in a way that it holds
lots of other things out of sarge.

All of these are responsible for a lot of the load on the release team.
All can be avoided by maintainers thinking through the conseqences. --
JoeyHess


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



Bug#848671: Bug#640162: fixed in xpdf 3.03-4

2017-04-30 Thread kardan
notfixed 640162 3.04-4
notfixed 640486 3.04-4
thanks

848671 is duplicate of above archived bugs.

Workaround: Comment "include /etc/xpdf/includes" in /etc/xpdf/xpdfrc.

$ strings /usr/bin/xpdf.real|grep 0:t|head
Unknown named action: '{0:t}'
Unknown link action type: '{0:t}'
Bad 'fontFile' config file command ({0:t}:{1:d})
Bad 'psFile' config file command ({0:t}:{1:d})
Bad 'psImageableArea' config file command ({0:t}:{1:d})
Bad 'psLevel' config file command ({0:t}:{1:d})
Bad 'initialZoom' config file command ({0:t}:{1:d})
Bad 'screenType' config file command ({0:t}:{1:d})
Bad 'bind' config file command ({0:t}:{1:d})
Bad 'unbind' config file command ({0:t}:{1:d})


References from #640162:

Derek B. Noonburg:
"Xpdf 3.03 changed the font configuration syntax around -- that may be
what you're running into.  Look at the "Upgrading from Xpdf 3.02"
section in the README file for more info."
"My guess is that the Debian build setup modified something in the Xpdf
source code (maybe xpdf/Error.cc?) which is breaking the error
reporting.  I'm not sure who's in charge of the Xpdf Debian package, but
hopefully this message will reach them."

Michael Gilbert:
"It looks like this is probably due to the fact that the default Debian
xpdfrc file was still using displayFontT1. I've just fixed that."



Bug#854497: ext4magic: SIGSEGV while recovery from encrypted USB stick

2017-02-07 Thread kardan
Package: ext4magic
Version: 0.3.2-7
Severity: normal

I am trying to recover files that have been moved but not saved on the new 
target
due to a blackout.

|---d_time  Histogram-  after    
Mon Feb  6 18:56:16 2017
1486412416 :0 |  |   
Mon Feb  6 21:20:16 2017
1486421056 :1 |***   |   
Mon Feb  6 23:44:16 2017
1486429696 :0 |  |   
Tue Feb  7 02:08:16 2017
1486438336 :0 |  |   
Tue Feb  7 04:32:16 2017
1486446976 :0 |  |   
Tue Feb  7 06:56:16 2017
1486455616 :0 |  |   
Tue Feb  7 09:20:16 2017
1486464256 :0 |  |   
Tue Feb  7 11:44:16 2017
1486472896 :0 |  |   
Tue Feb  7 14:08:16 2017
1486481536 :0 |  |   
Tue Feb  7 16:32:16 2017
1486490176 :   20 |**|   
Tue Feb  7 18:56:16 2017

# gdb --args ext4magic /dev/mapper/luks-95778b97-1f91-45d9-878e-e29189f1b8ed \
-j intenso2_journal.bin -m
Reading symbols from ext4magic...Reading symbols from 
/usr/lib/debug/.build-id/f3/35f5964c987d041fd70db64731e220d8657df9.debug...done.

done.   

  
(gdb) run
Starting program: /usr/sbin/ext4magic 
/dev/mapper/luks-95778b97-1f91-45d9-878e-e29189f1b8ed -j intenso2_journal.bin -m
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Warning: Activate magic-scan or disaster-recovery function, may be some command 
line options ignored
"RECOVERDIR"  accept for recoverdir
Filesystem in use: /dev/mapper/luks-95778b97-1f91-45d9-878e-e29189f1b8ed

Using external Journal at File intenso2_journal.bin
Activ Time after  : Tue Feb  7 17:30:19 2017
Activ Time before : Tue Feb  7 19:07:50 2017
Inode 2 is allocated

Program received signal SIGSEGV, Segmentation fault.
__GI___libc_free (mem=0x1) at malloc.c:2963
2963malloc.c: No such file or directory.
(gdb) bt
#0  __GI___libc_free (mem=0x1) at malloc.c:2963
#1  0x800048da in ext2fs_free_mem (ptr=0x80043284) at 
/usr/include/ext2fs/ext2fs.h:1784
#2  local_ext2fs_extent_free (handle=0x800431e8) at block.c:102
#3  0x800051bd in local_block_iterate3 (fs=0x80038008, inode=..., flags=8, 
block_buf=0x0, func=0x8001c220 , priv_data=0xb464) 
at block.c:702
#4  0x8001cbd7 in local_dir_iterate3 (fs=fs@entry=0x80038008, dir=dir@entry=2, 
inode=, flags=2, func=0x8001c660 , 
priv_data=0xb4cc,
block_buf=0x0) at lookup_local.c:460
#5  0x8001cfe1 in local_dir_iterate3 (priv_data=0xb4cc, func=0x8001c660 
, block_buf=0x0, flags=, inode=0x80045e90, dir=2,
fs=0x80038008) at lookup_local.c:554
#6  get_dir3 (d_inode=0x0, path_ino=0, ino=2, path=0x8002a5e8 "", 
name=0x800431a0 "", t_after=1486485019, t_before=1486490870, options=2) at 
lookup_local.c:545
#7  0x80003d38 in main (argc=, argv=) at 
ext4magic.c:1094

-- System Information:
Debian Release: 9.0
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages ext4magic depends on:
ii  e2fslibs1.43.3-1
ii  libblkid1   2.29.1-1
ii  libbz2-1.0  1.0.6-8.1
ii  libc6   2.24-9
ii  libmagic1   1:5.29-2
ii  libuuid12.29.1-1
ii  zlib1g  1:1.2.8.dfsg-5

ext4magic recommends no packages.

ext4magic suggests no packages.

-- no debconf information



Bug#751169: libc6:amd64: unable to upgrade libc6_2.13-38+deb7u2_amd64

2014-08-08 Thread kardan
Package: libc6
Version: 2.13-38

Hi,

upgrading libc6 fails on this installation of wheezy. I experienced the
bug as described above (every command failed with a segmentation fault)
several times in a chroot before and postponed the upgrade. In
this case however apt fails to upgrade and leaves the system intact.
As you can see, two architectures of libc6 were installed of which one
has been removed in the meantime. However their leftovers could produce
some problems.
Please tell me, if you need additional info.

# apt-get upgrade
Preparing to replace libc6:amd64 2.13-38+deb7u1 (using 
.../libc6_2.13-38+deb7u2_amd64.deb) ...
Unpacking replacement libc6:amd64 ...
dpkg: warning: subprocess old post-removal script was killed by signal 
(Segmentation fault)
dpkg: trying script from the new package instead ...
dpkg: error processing /var/cache/apt/archives/libc6_2.13-38+deb7u2_amd64.deb 
(--unpack):
 subprocess new post-removal script was killed by signal (Segmentation fault)
dpkg: error while cleaning up:
 subprocess installed pre-installation script was killed by signal 
(Segmentation fault)
Errors were encountered while processing:
 /var/cache/apt/archives/libc6_2.13-38+deb7u2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

# dpkg -l libc6*
iHR libc6:amd64   2.13-38+deb7u1 
amd64
rc  libc6-amd64   2.18-4 
i386
iU  libc6-dev:amd64   2.13-38+deb7u2 
amd64
rc  libc6-i686:i386   2.13-38+deb7u1 
i386
ii  libcompfaceg1 1:1.5.2-5  
amd64
ii  libcompfaceg1-dev 1:1.5.2-5  
amd64

# ls -l /lib /lib32 /lib64 /lib/i386-linux-gnu/ /lib/x86_64-linux-gnu/
ls: cannot access /lib32: No such file or directory
ls: cannot access /lib/i386-linux-gnu/: No such file or directory
/lib:
total 608
lrwxrwxrwx  1 root root 21 Jan 18  2014 cpp -> /etc/alternatives/cpp
drwxr-xr-x  3 root root   4096 Jan 18  2014 crda
drwxr-xr-x  4 root root   4096 Jan 18  2014 cryptsetup
drwxr-xr-x  2 root root   4096 Oct  5  2013 debian-edu-install
drwxr-xr-x  2 root root   4096 Jan 18  2014 discover
drwxr-xr-x 23 root root   4096 May 15 17:05 firmware
drwxr-xr-x  2 root root   4096 Jan 18  2014 hdparm
drwxr-xr-x  2 root root   4096 Jan 18  2014 init
-rwxr-xr-x  1 root root  72184 Nov 12  2012 klibc-2xtYrByCrj5OEwaInv4tMSjej98.so
lrwxrwxrwx  1 root root 17 Jan 31  2012 libaudit.so.0 -> libaudit.so.0.0.0
-rw-r--r--  1 root root  96616 Jan 31  2012 libaudit.so.0.0.0
lrwxrwxrwx  1 root root 19 Jan 31  2012 libauparse.so.0 -> 
libauparse.so.0.0.0
-rw-r--r--  1 root root  55760 Jan 31  2012 libauparse.so.0.0.0
lrwxrwxrwx  1 root root 22 Nov  7  2012 libcryptsetup.so.4 -> 
libcryptsetup.so.4.2.0
-rw-r--r--  1 root root 105400 Nov  7  2012 libcryptsetup.so.4.2.0
lrwxrwxrwx  1 root root 17 Mar  1  2013 libip4tc.so.0 -> libip4tc.so.0.1.0
-rw-r--r--  1 root root  31384 Mar  1  2013 libip4tc.so.0.1.0
lrwxrwxrwx  1 root root 17 Mar  1  2013 libip6tc.so.0 -> libip6tc.so.0.1.0
-rw-r--r--  1 root root  31448 Mar  1  2013 libip6tc.so.0.1.0
lrwxrwxrwx  1 root root 15 Mar  1  2013 libipq.so.0 -> libipq.so.0.0.0
-rw-r--r--  1 root root  10544 Mar  1  2013 libipq.so.0.0.0
lrwxrwxrwx  1 root root 16 Mar  1  2013 libiptc.so.0 -> libiptc.so.0.0.0
-rw-r--r--  1 root root   5928 Mar  1  2013 libiptc.so.0.0.0
-rw-r--r--  1 root root   9800 Sep 10  2011 libnss_mdns4_minimal.so.2
-rw-r--r--  1 root root  10880 Sep 10  2011 libnss_mdns4.so.2
-rw-r--r--  1 root root   9800 Sep 10  2011 libnss_mdns6_minimal.so.2
-rw-r--r--  1 root root  10880 Sep 10  2011 libnss_mdns6.so.2
-rw-r--r--  1 root root  10856 Sep 10  2011 libnss_mdns_minimal.so.2
-rw-r--r--  1 root root  10880 Sep 10  2011 libnss_mdns.so.2
lrwxrwxrwx  1 root root 19 Mar  1  2013 libxtables.so.7 -> 
libxtables.so.7.0.0
-rw-r--r--  1 root root  47824 Mar  1  2013 libxtables.so.7.0.0
drwxr-xr-x  3 root root   4096 Jan 18  2014 lsb
drwxr-xr-x  2 root root   4096 Jan 18  2014 modprobe.d
drwxr-xr-x  4 root root   4096 May 16 19:06 modules
drwxr-xr-x  2 root root   4096 Jan 18  2014 resolvconf
drwxr-xr-x  2 root root   4096 Jan 18  2014 security
drwxr-xr-x  3 root root   4096 Jan 18  2014 systemd
drwxr-xr-x 15 root root   4096 Jan 18  2014 terminfo
drwxr-xr-x  5 root root   4096 Mar 14 14:36 udev
drwxr-xr-x  4 root root  12288 Aug  8 22:17 x86_64-linux-gnu
drwxr-xr-x  2 root root   4096 Jan 18  2014 xtables

/lib64:
total 4404
-rwxr-xr-x 1 root root  136744 Apr 18 17:53 ld-2.18.so
lrwxrwxrwx 1 root root  10 Aug  8 22:17 ld-linux-x86-64.so.2 -> ld-2.18.so
-rw-r--r-- 1 root root   14864 Mar  2 18:50 libanl-2.18.so
lrwxrwxrwx 1 root root  14 Mar  2 18:50 libanl.so.1 -> libanl-2.18.so
-rw-r--r-- 1 root root6192 Mar  2 18:50 libBrokenLocale-2.18.so
lrwxrwxrwx 1 root root  23 Mar  2 18:50 libBrokenLocale

Bug#758321: gpe-screenshot: Error saving screenshot: Value for PNG text chunk CREATOR cannot be converted to ISO-8859-1 encoding.

2014-08-16 Thread kardan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: gpe-screenshot
Version: 0.4

Expected behaviour:

After creating a screenshot and clicking 'Save' the file is written to
disk.

Actual behaviour:

An error dialog is shown: 

"Error saving screenshot: Value for PNG text chunk CREATOR cannot be
converted to ISO-8859-1 encoding."

The bug is known for years but the propagated [1] solution does not
work for me. (cd /lib; ln -s libc.so.6 /lib/libc.so)

# ls -l /lib{,64}/libc*
- -rwxr-xr-x 1 root root 1729888 Mar  2 18:50 /lib64/libc-2.18.so
lrwxrwxrwx 1 root root   9 Aug 16 21:38 /lib64/libc.so -> libc.so.6
lrwxrwxrwx 1 root root  12 Mar  2 18:50 /lib64/libc.so.6 -> libc-2.18.so
lrwxrwxrwx 1 root root   9 Aug 16 22:19 /lib/libc.so -> libc.so.6
lrwxrwxrwx 1 root root  14 Aug 16 22:19 /lib/libc.so.6 -> /lib64/libc.so

ii  gpe-screenshot 0.4-4  amd64

Thanks for your time!

[1] https://docs.openmoko.org/trac/ticket/1694

- -- 
6E0A4D784F94: 90E7 8C98 C58F 8442 5297  D461 6E0A 4D78 4FDD DD94
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQJ8BAEBCgBmBQJT772pXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MEU3OEM5OEM1OEY4NDQyNTI5N0Q0NjE2
RTBBNEQ3ODRGRERERDk0AAoJEG4KTXhP3d2UpXYP/AtY19DV652sF4J92V9V9xfu
OdYgugHQpU7TvrdTR4wNgFMhR3KLW2cpHN0XP09xzTrBIo3RecSJTgHTEaCpoZua
9H+xBJGYVK/23Uh1oPf7ionpz9se3JSbkHXs35f6MIwbkcuzyR8mGJLCA76HHJj/
hVPiUZJQ996xj9muaw+m3mex4fRaRjb7IHbRvJRUsC9cgwRuhOVY07XeBQKrpL1t
6jy2CODsN74wAp2E9aEfhWwTgiGJ8WIWND0ZkhDIKr7Hza6clc722JFHduKCurkH
NjRp67hzSgwMvZTMMdTOi+ZqDnEuAM05PhkFIBjduv4cooV/b05uUJpRza1OyiNd
MH1rkXL+zd5LxC5R84PZx/f7Z4jMIoN+xQcZ31SuYgU6gJuzNkhTzn4Fs6L24KQf
RIBbM5YmmpvdccLZBKQdXcqnCBqV8BfEBkfz9KitYZ7YaWpULDYIdeJuvByRIENn
mj91LhrdUPTAfoVDG3D5fkJ+MM5Mad2qIf+afJxxgEgzw/6hqZRW/d7BywBN2ssg
k1v36JlAQ6D37CRMlmT8yZ6xXf3/A8MWUvQ6kgrLES3/JS16nCnYAZbriJAbg/eW
MdTETCpgXxP13hAzXZa5x00spZhsjevBeLzGJV49iGH/beevxlspfW5itqUSvwrW
sGEJGOPmJQe77QnIzugz
=VSrI
-END PGP SIGNATURE-


Bug#510223: How to avoid device name related kernel panics after dist(/automated kernel)-upgrade

2009-08-30 Thread kardan

On Sun, Sep 12, 2004 at 12:23:32PM +0300, Martin-?ric Racine wrote:
> Package: grub
> Severity: important
> 
> I have been wondering for a long time why the menu.lst gets automatically
updated on a single host out of my whole 
> i386 cluster.  The answer seems to be that update-grub won't
automatically run whenever upgrading or removing 
> kernel-images, because the following hooks are missing in
/etc/kernel-img.conf:
> 
> # Update the GRUB menu
> postrm_hook = /sbin/update-grub
> postinst_hook = /sbin/update-grub
> 
> Given how Debian standardizes on GRUB starting with Sarge, it would be
important that GRUB's installation scripts add
> the above lines to /etc/kernel-img.conf automatically, upon installing or
upgrading GRUB.  This would be easy to
> implement and would save the end-user a lot of troubles, thus making
Debian more user-friendly.

Dear Debian Developers.

you receive this mail because I just cant get a clear view how to solve my
following problem and to which bug it belongs to. Please dont bite my head
(filing a new bug probably would be even worse).
In the hope to get a clearing answer I CC debian-devel.

Applying a recent security update of linux-2.6 (DSA-1872-1) in lenny the
system suddenly seemed unbootable (at least for a person without any debian
skills).
The reason was a _silent_ reconfiguration of device names.

My wish:
* please provide a (half) automated, maybe interactive, way to verify the
configuration of fstab / menu.lst (and related) in any matching postinst
script
* in #debian-devel i got the hint to switch from device names to UUIDs - is
there a way to provide this automatically?
* will UUIDs according to rfc4122 ever be default in debian?

To me this problem doesn't seem to be grub specific, or do LILO and GRUB2
have a solution for it?

#271269 grub - how to deal with /etc/kernel-img.conf and update-grub on
kernel-image changes
  "Maybe dpkg triggers is the answer (we have a separate bug for that,
IIRC)."

#499176 grub - should fail verbosely when root device cannot be found
  "update-grub needs to identify the current root in order
to construct grub.cfg / menu.lst.  fstab was not reliable, so it's no
longer
being used."

#510223 grub - linux-image-2.6.26-1-686: upgrade from etch to lenny fails
in postinst
  "update-grub is supplied by grub, this looks like #499176."


Please do whateever you think should be done (except punching me :)

Have a nice day!
kardan



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



Bug#544348: gdb fails attaching /usr/bin/Xorg: internal-error: linux_nat_attach: [...] failed

2009-08-30 Thread kardan

Package: gdb
Version: 6.8-3
Severity: normal

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

hi,

# gdb /usr/bin/Xorg 3016
GNU gdb 6.8-debian
Copyright (C) 2008 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"...
Attaching to program: /usr/bin/Xorg, process 3016
/build/buildd/gdb-6.8/gdb/linux-nat.c:988: internal-error:
linux_nat_attach: Assertion `pid == GET_PID (inferior_ptid) && WIFSTOPPED
(status) && WSTOPSIG (status) == SIGSTOP' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y
/build/buildd/gdb-6.8/gdb/linux-nat.c:988: internal-error:
linux_nat_attach: Assertion `pid == GET_PID (inferior_ptid) && WIFSTOPPED
(status) && WSTOPSIG (status) == SIGSTOP' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) y

i reran it:

# gdb /usr/bin/Xorg 3016
GNU gdb 6.8-debian
Copyright (C) 2008 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"...
Attaching to program: /usr/bin/Xorg, process 3016

*freezes*

$ top

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND   
   
   

 3016 root  20   0  379m  31m  10m R   97  3.1 119:52.84
/usr/X11R6/bin/X :0 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7 
   
   


#

full story:

I just experianced #415147 on a friends netbook (lg x110).

running "chvt 1" works with keyboard, switiching back to graphical
interface freezes keyboard again. I can repeat this as long as I want ..
the computer is a netbook lg x110

before I installed 'libc6-dbg' I got:

#

# gdb /usr/bin/Xorg 3016
GNU gdb 6.8-debian
Copyright (C) 2008 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"...
Attaching to program: /usr/bin/Xorg, process 3016
... [loading all the symbols, all found]
[Thread debugging using libthread_db enabled]
[New Thread 0xb7c50a30 (LWP 3016)]
... [more symbols, all found]
0xb7f5e7f2 in ?? () from /lib/ld-linux.so.2
(gdb) cont
Continuing.

Program received signal SIGUSR1, User defined signal 1.
[Switching to Thread 0xb7c50a30 (LWP 3016)]
0xb7f5e7f2 in ?? () from /lib/ld-linux.so.2
(gdb) cont
Continuing.

Program received signal SIGUSR1, User defined signal 1.
0xb7f5e7f2 in ?? () from /lib/ld-linux.so.2
(gdb) cont
Continuing.

Program received signal SIGUSR1, User defined signal 1.
0xb7f5e7f2 in ?? () from /lib/ld-linux.so.2
(gdb) bt f
#0  0xb7f5e7f2 in ?? () from /lib/ld-linux.so.2
No symbol table info available.
#1  0xb7dcda7d in select () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0x081b8350 in WaitForSomething (pClientsReady=0xbfb76db0) at
../../os/WaitFor.c:236
i = 
waittime = {tv_sec = 0, tv_usec = 844000}
wt = (struct timeval *) 0xbfb76d70
timeout = 
clientsReadable = {fds_bits = {0 }}
clientsWritable = {fds_bits = {157411680, 1, 60817445, 5, 1, 158931800,
-1078498152, 136192612, 161431808, 0, -1078498008, 134722372, 161431928,
16384, 5, 1, 157648680, 160808224, 60817500, -1073741823, 2, 158931800, 1, 
136192612, 157411680, 16384, 0, 0, 0, 161334020, 60817500,
-1073741823}}
curclient = 
selecterr = 0
nready = 
devicesReadable = {fds_bits = {136369608, 0, -1078498236, 0, 0, 0, 0,
136192612, -1078498216, -1078498188, -1078498264, 134815440, 136369608,
-1078498236, -1078498200, 135612952, 136369608, -1078498236, 0,
-1214269570, 
160808224, 160808224, 60817445, 136192612, 16384, 161431928,
-1078498152, 135392634, 161431928, 16384, -1078498152, 134700561}}
now = 29675198
someReady = 0
#3  0x0808db96 in Dispatch () at ../../dix/dispatch.c:425
result = 
clie

Bug#544373: gnome-screensaver: Kernel freeze / Keyboard input stops being accepted

2009-08-30 Thread kardan

Package: gnome-screensaver
Version: 2.22.2-2
Severity: critical
Justification: breaks unrelated software

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

I was able to isolate problems mentioned in bugs #415147, #452121, (422430)
to be caused by gnome-screensaver.
Please verify that.

Problem:
* After logging in to gnome, keyboard stops working or kernel freezes hard

Steps to reproduce:
* Login to gdm
* trigger screensaver start (e.g. close laptop lid)

Solution:
* uninstall gnome-screensaver

After uninstalling gnome-screensaver the problem disappeared.

This worked for me as well:
"Via ssh to the malfunctioning machine, I ran 'chvt 1'.  The console
properly switched to a text console, and the local keyboard worked fine
there.  Upon switching back to the X console, the local keyboard again
appeared to be completely dead.  This exercise could be repeated any
number of times with the same result." (415147#5)

System:
Netbook LG x110


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

Kernel: Linux 2.6.26-2-openvz-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-screensaver depends on:
ii  dbus-x111.2.1-5+lenny1   simple interprocess messaging
syst
ii  gconf2  2.22.0-1 GNOME configuration database
syste
ii  gnome-icon-theme2.22.0-1 GNOME Desktop icon theme
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18   GNU C Library: Shared
libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics
libra
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging
syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging
syst
ii  libfontconfig1  2.6.0-3  generic font configuration
library
ii  libfreetype62.3.7-2+lenny1   FreeType 2 font engine, shared
lib
ii  libgconf2-4 2.22.0-1 GNOME configuration database
syste
ii  libgl1-mesa-glx [li 7.0.3-7  A free implementation of the
OpenG
ii  libglade2-0 1:2.6.2-1library to load .glade files
at ru
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgnome-menu2  2.22.2-4 an implementation of the
freedeskt
ii  libgnomekbd22.22.0-1 GNOME library to manage
keyboard c
ii  libgnomekbdui2  2.22.0-1 User interface library for
libgnom
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user
interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange
library
ii  libnotify1 [libnoti 0.4.4-3  sends desktop notifications to
a n
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication
Modules l
ii  libpango1.0-0   1.20.5-5 Layout and rendering of
internatio
ii  libpixman-1-0   0.10.0-2 pixel-manipulation library for
X a
ii  libpng12-0  1.2.27-2+lenny2  PNG library - runtime
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxcb-render-util0 0.2.1+git1-1 utility libraries for X C
Binding 
ii  libxcb-render0  1.1-1.2  X C Binding, render extension
ii  libxcb1 1.1-1.2  X C Binding
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext62:1.0.4-1X11 miscellaneous extension
librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes'
extensio
ii  libxi6  2:1.1.4-1X11 Input extension library
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxklavier12   3.5-2X Keyboard Extension
high-level AP
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii  libxrandr2  2:1.2.3-1X11 RandR extension library
ii  libxrender1 1:0.9.4-2X Rendering Extension client
libra
ii  libxss1 1:1.1.3-1X11 Screen Saver extension
library
ii  libxxf86misc1   1:1.0.1-3X11 XFree86 miscellaneous
extensio
ii  libxxf86vm1 1:1.0.2-1X11 XFree86 video mode
extension l
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager  2.24.2-2.1  power management tool for the
GNOM
ii  libpam-gnome-keyring 2.22.3-2PAM module to unlock the GNOME
key
ii  rss-glx  0.8.1-10+b1 Really Slick Screensavers GLX
Port

Versions of packages gnome-screensaver suggests:
ii  xscreensaver-data 5.05-3 data files to be shared among
scre

-- no debconf information




--
To UNSUBSCRIBE, email to debian

Bug#544385: epiphany-browser: Add option to load session on start

2009-08-30 Thread kardan

Package: epiphany-browser
Version: 2.26.3-2
Severity: wishlist

hi,

the possibility to automatically load a specified session on start or even
show a list of saved sessions to pick would be great.

thanks for all the plugins! epiphany got chances to become my favourite
browser 8)


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

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

Versions of packages epiphany-browser depends on:
ii  epiphany-gecko2.26.3-2   Intuitive GNOME web browser -
Geck

epiphany-browser recommends no packages.

epiphany-browser suggests no packages.

Versions of packages epiphany-gecko depends on:
ii  dbus-x11  1.2.16-2   simple interprocess messaging
syst
ii  epiphany-browser-data 2.26.3-2   Data files for the GNOME web
brows
ii  gnome-icon-theme  2.26.0-1   GNOME Desktop icon theme
ii  iso-codes 3.10.2-1   ISO language, territory,
currency,
ii  libavahi-client3  0.6.25-1   Avahi client library
ii  libavahi-common3  0.6.25-1   Avahi common library
ii  libavahi-gobject0 0.6.25-1   Avahi GObject library
ii  libc6 2.9-25 GNU C Library: Shared
libraries
ii  libcanberra-gtk0  0.12-1.1   Gtk+ helper for playing widget
eve
ii  libcanberra0  0.12-1.1   a simple abstract interface
for pl
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging
syst
ii  libdbus-glib-1-2  0.82-1 simple interprocess messaging
syst
ii  libenchant1c2a1.4.2-3.3  a wrapper library for various
spel
ii  libgcc1   1:4.4.1-3  GCC support library
ii  libgconf2-4   2.26.2-3   GNOME configuration database
syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files
at ru
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgnome2-0   2.26.0-1   The GNOME library - runtime
files
ii  libgnomeui-0  2.24.1-1   The GNOME 2 libraries (User
Interf
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user
interface 
ii  libnotify1 [libnotify1-gt 0.4.5-1sends desktop notifications to
a n
ii  libnspr4-0d   4.8-1  NetScape Portable Runtime
Library
ii  libpango1.0-0 1.24.5-1   Layout and rendering of
internatio
ii  libstdc++64.4.1-3The GNU Standard C++ Library
v3
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxml2   2.7.3.dfsg-2.1 GNOME XML library
ii  libxslt1.11.1.24-2   XSLT processing library -
runtime 
ii  python2.5 2.5.4-1An interactive high-level
object-o
ii  xulrunner-1.9 1.9.0.13-1 XUL + XPCOM application runner
ii  xulrunner-1.9-gnome-suppo 1.9.0.13-1 Support for GNOME in xulrunner
app

-- 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#544385: epiphany-browser: Add option to load session on start

2009-09-01 Thread kardan
On Tue, 01 Sep 2009 09:57:13 +0200, Josselin Mouette 
>
> Have you tried the "session management" extension, in
> epiphany-extensions-more ?
> 

I just saved and loaded a session. It worked fine. Is there more to test?

* saving a session could add a file extionsion
* the load/save session dialog starts in / instead of my home



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



Bug#542891: libpurple connects without encryption while "require TLS/SSL" is enabled

2009-08-21 Thread kardan
Package: pidgin
Version: 2.6.0
Severity: important
Tags: security etch lenny squeeze sid
X-Debbugs-CC: secur...@debian.org, a...@debian.org

"When connecting to a jabberd server on port 5222 with TLS/SSL required
enabled, the TLS/SSL connection fails but libpurple still connects to
the server without encryption." http://developer.pidgin.im/ticket/8131

this issue has been fixed in 2.6.1, which has been packaged for
experimental two days ago.

Solution: Please see the attached patch on the page linked above.

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

Kernel: Linux 2.6.29.1-bbox (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  gconf2   2.26.2-3GNOME configuration database syste
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.16-2simple interprocess messaging syst
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgstreamer0.10-0   0.10.23-2   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface 
ii  libgtkspell0 2.0.13-2a spell-checking addon for GTK's T
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libpango1.0-01.24.0-3+b1 Layout and rendering of internatio
ii  libpurple0   2.5.8-1+b2  multi-protocol instant messaging l
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libstartup-notification0 0.10-1  library for program launch feedbac
ii  libx11-6 2:1.2.2-1   X11 client-side library
ii  libxss1  1:1.1.3-1   X11 Screen Saver extension library
ii  perl 5.10.0-24   Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]   5.10.0-24   minimal Perl system
ii  pidgin-data  2.5.8-1 multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.23-3  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.15-2  GStreamer plugins from the "good" 

Versions of packages pidgin suggests:
ii  evolution-data-server2.26.3-1+b1 evolution database backend server
ii  gnome-panel  2.26.2-1launcher and docking facility for 
ii  libsqlite3-0 3.6.16-1SQLite 3 shared library

-- 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#542891: libpurple connects without encryption while "require TLS/SSL" is enabled

2009-08-25 Thread kardan
found 542891 2.5.8-1~bpo50+1
found 542891 2.5.9-1~bpo50+1
tags 542891 patch
thank you

I further tested on this issue, that is what I found out:

* All versions prior 2.6.0 show the same behaviour:
1) connecting to a server without ssl succeeds without any message about
not using ssl
2) after applying the patch below, the connections is refused (as
intended): You require encryption, but it is not available on this server.

I checked the pidgin ancestor gaim from oldstable
(gaim_2.0.0+beta5-10etch3). It behaved lik 1), what no bug there as gaim
doesn't offer the option 'require tls/ssl'.

it seems to me as the option 'require ssl' has been implemented to pidgin
without really checking it when the connecting is made.

The attached patch will fix that.
# patch "libpurple/protocols/jabber/auth.c"
#

@@ -689,6 +689,18 @@ void jabber_auth_start_old(JabberStream
JabberIq *iq;
xmlnode *query, *username;

+   /* We can end up here without encryption if the server doesn't support
+*  and we're not using old-style SSL.  If the user
+* is requiring SSL/TLS, we need to enforce it.
+*/
+   if (js->gsc == NULL &&
+   
purple_account_get_bool(purple_connection_get_account(js->gc), "require_tls", 
FALSE)) {
+   purple_connection_error_reason (js->gc,
+   PURPLE_CONNECTION_ERROR_ENCRYPTION_ERROR,
+   _("You require encryption, but it is not available on 
this server."));
+   return;
+   }
+
 #ifdef HAVE_CYRUS_SASL
/* If we have Cyrus SASL, then passwords will have been set
 * to OPTIONAL for this protocol. So, we need to do our own

Bug#593846: iotop fails to start with wrong locale

2010-08-21 Thread kardan
Package: iotop
Version: 0.4-2

Invoking iotop with an unaivalbe locale set, results in a traceback:

$ LANG=foo iotop
Traceback (most recent call last):
  File "/usr/bin/iotop", line 16, in 
main()
  File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 497, in main
locale.setlocale(locale.LC_ALL, '')
  File "/usr/lib/python2.6/locale.py", line 513, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting

Testing with source (git://repo.or.cz/iotop.git) made no change.

I would expect a warning and that the program continues as usual as the
output of iotop is no wordy text.

Thanks!
kardan



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



Bug#554511: /var/lib/dpkg/info/epiphany-extensions.postinst: line 6: 2845 Segmentation fault

2009-11-04 Thread kardan
Package: epiphany-browser
Version: 2.26.3-2
Severity: grave

Hi,

just tried to install but it fails:

Setting up epiphany-extensions (2.26.1-1) ...
/var/lib/dpkg/info/epiphany-extensions.postinst: line 6: 21561
Segmentation fault  scrollkeeper-update -q
dpkg: error processing epiphany-extensions (--configure):
 subprocess installed post-installation script returned error exit status
139
Setting up epiphany-browser (2.26.3-2) ...
Errors were encountered while processing:
 epiphany-extensions
E: Sub-process /usr/bin/dpkg returned an error code (1)

Fixed this by updating scrollkeeper.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-rc5-0xb5 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages epiphany-browser depends on:
ii  epiphany-gecko2.26.3-2   Intuitive GNOME web browser -
Geck

epiphany-browser recommends no packages.

epiphany-browser suggests no packages.

Versions of packages epiphany-gecko depends on:
ii  dbus-x111.2.16-2 simple interprocess messaging
syst
ii  epiphany-browser-data   2.26.3-2 Data files for the GNOME web
brows
ii  gnome-icon-theme2.28.0-1 GNOME Desktop icon theme
ii  iso-codes   3.11-1   ISO language, territory,
currency,
ii  libavahi-client30.6.25-1 Avahi client library
ii  libavahi-common30.6.25-1 Avahi common library
ii  libavahi-gobject0   0.6.25-1 Avahi GObject library
ii  libc6   2.9-26   GNU C Library: Shared
libraries
ii  libcanberra-gtk00.12-1.1 Gtk+ helper for playing
widget eve
ii  libcanberra00.12-1.1 a simple abstract interface
for pl
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging
syst
ii  libdbus-glib-1-20.82-2   simple interprocess messaging
syst
ii  libenchant1c2a  1.4.2-3.3a wrapper library for various
spel
ii  libgcc1 1:4.4.1-4GCC support library
ii  libgconf2-4 2.28.0-1 GNOME configuration database
syste
ii  libglade2-0 1:2.6.4-1library to load .glade files
at ru
ii  libglib2.0-02.22.2-2 The GLib library of C
routines
ii  libgnome2-0 2.26.0-1 The GNOME library - runtime
files
ii  libgnomeui-02.24.2-1 The GNOME libraries (User
Interfac
ii  libgtk2.0-0 2.18.2-1 The GTK+ graphical user
interface 
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications
to a n
ii  libnspr4-0d 4.8-1NetScape Portable Runtime
Library
ii  libpango1.0-0   1.24.0-3+b1  Layout and rendering of
internatio
ii  libstdc++6  4.4.1-4  The GNU Standard C++ Library
v3
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  libxslt1.1  1.1.26-1 XSLT processing library -
runtime 
ii  python2.5   2.5.4-1  An interactive high-level
object-o
ii  xulrunner-1.9   1.9.0.14-1   XUL + XPCOM application
runner
ii  xulrunner-1.9-gnome-support 1.9.0.14-1   Support for GNOME in
xulrunner app

Versions of packages epiphany-webkit depends on:
ii  dbus-x111.2.16-2 simple interprocess messaging
syst
ii  epiphany-webkit-data2.27.3-1 Data files for the GNOME web
brows
ii  gnome-icon-theme2.28.0-1 GNOME Desktop icon theme
ii  iso-codes   3.11-1   ISO language, territory,
currency,
ii  libavahi-client30.6.25-1 Avahi client library
ii  libavahi-common30.6.25-1 Avahi common library
ii  libavahi-gobject0   0.6.25-1 Avahi GObject library
ii  libc6   2.9-26   GNU C Library: Shared
libraries
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging
syst
ii  libdbus-glib-1-20.82-2   simple interprocess messaging
syst
ii  libgconf2-4 2.28.0-1 GNOME configuration database
syste
ii  libglib2.0-02.22.2-2 The GLib library of C
routines
ii  libgtk2.0-0 2.18.2-1 The GTK+ graphical user
interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange
library
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications
to a n
ii  libpango1.0-0   1.24.0-3+b1  Layout and rendering of
internatio
ii  libsm6  2:1.1.1-1X11 Session Management
library
ii  libsoup-gnome2.4-1  2.28.0-1 an HTTP library
implementation in 
ii  libsoup2.4-12.28.0-1 an HTTP library
implementation in 
ii  libwebkit-1.0-2 

Bug#902396: [nvram-wakeup] segfault with config generated by guess-helper

2018-06-25 Thread kardan
Package: nvram-wakeup
Version: 1.1-4+b1
Severity: normal

On first run as root:

nvram-wakeup: Your mainboard is currently not supported.
nvram-wakeup: Please try determining the addresses and sending the
following nvram-wakeup: information back to the maintainers:
nvram-wakeup:  - The addresses you found out (read README.mb)
nvram-wakeup:  - Mainboard vendor:   "ASUSTeK Computer INC."
nvram-wakeup:  - Mainboard type: "M2NS-NVM"
nvram-wakeup:  - Mainboard revision: "1.XX"
nvram-wakeup:  - BIOS vendor:    "Phoenix Technologies, LTD"
nvram-wakeup:  - BIOS version:   "M2NS-NVM 0103"
nvram-wakeup:  - BIOS release:   "08/31/2006"

Following instructions of /usr/share/doc/nvram-wakeup/README.mb.gz
I ran guess-helper which generated
attached /root/guess-directisa/nvram-wakeup.conf, after copying it
to /etc:

# nvram-wakeup -A -C /etc/nvram-wakeup.conf -s $((`date +%s` + 60))
Speicherzugriffsfehler

-A was used because the config contains "upper_method = VT82Cxxx" and
'man nvram-wakeup' suggests

   -A, --directisa
  Use direct I/O port access to access the nvram instead
   of /dev/nvram.  This option must be used if the configuration
   option upper_method is set. The device /dev/rtc is still used.

  WARNING: If you use the option --directisa and some other
  programm tries to access nvram and/or rtc at the same
  time, you might screw up all your nvram (i.e. all CMOS
  settings).

Note that the segfault also happens without the -A flag.

I attached gdb.txt created with following command:

echo -e "set logging on\n run\n bt full" | gdb --args \
  nvram-wakeup -D -A -C /etc/nvram-wakeup.conf -s $((`date +%s` + 60))

After adding # before each line of nvram-wakeup.conf I got:

# nvram-wakeup -A -s $((`date +%s` + 60)) -C /etc/nvram-wakeup2.conf
nvram-wakeup: addr_stat (0x) is beyond the end of nvram

Although the upstream project tracker looks a bit dead I have good
faith that this bugreport will help to both fix this nice tool and
to support above mainboard in the future.

(I did not register at sf because it did not let me - "Your registration
violated our antispam filter.")

https://sourceforge.net/p/nvram-wakeup/bios-mb-list/

Please let me know if I made any mistakes using the program or some
information is missing.

Thanks for your work!
 
--- System information. ---
Architecture: 
Kernel:   Linux 4.9.0-6-amd64
 
Debian Release: 9.4
  500 stable-updates  ftp.de.debian.org 
  500 stable-debug    debug.mirrors.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.de.debian.org 
 
--- Package information. ---
Depends  (Version) | Installed
==-+-===
libc6    (>= 2.14) | 
 
 
Package's Recommends field is empty.
 
Package's Suggests field is empty.

(gdb) Starting program: /usr/sbin/nvram-wakeup -D -A -C /etc/nvram-wakeup.conf

Program received signal SIGSEGV, Segmentation fault.
assign (lnr=lnr@entry=12, b=b@entry=0x55795480 , ptr=0x55795494 
, val=val@entry=0x557974a1 "0x4A", 
allow_symbolic=allow_symbolic@entry=0) at readconf.c:73
73  readconf.c: Datei oder Verzeichnis nicht gefunden.
(gdb) #0  assign (lnr=lnr@entry=12, b=b@entry=0x55795480 , 
ptr=0x55795494 , val=val@entry=0x557974a1 "0x4A", 
allow_symbolic=allow_symbolic@entry=0) at readconf.c:73
tail = 0x55797480 "addr_stat"
prev = 0x55795754
#1  0x5557ed44 in readconf (b=0x55795480 , 
filename=0x7fffe641 "/etc/nvram-wakeup.conf") at readconf.c:183
ret = 
line = 0x55796260 ""
rest = 
comment = 
name = 
val = 0x557974a1 "0x4A"
n = 0
lnr = 12
fd_conf = 0x55796030
#2  0x55575147 in main (argc=0, argv=) at 
nvram-wakeup.c:125
retval = 
addr = 
changed = 0
need_reboot = 0
oChkH = 0x77de30c1 <_dl_lookup_symbol_x+353> "H\203\304\060\203", 

oChkL = 0x0
nChkH = 0x7fffe2a0 "Ȳ\271\367\005"
nChkL = 0x0
oChk = 0
nChk = 0
oChkH2 = 0x0
oChkL2 = 0x0
nChkH2 = 0x77ffe708 ""
---Type  to continue, or q  to quit---nChkL2 = 0x0
oChk2 = 0
nChk2 = 0
oStat = 0x0
nStat = 0x0
oMon = 0x77ffea90 "\300\351\377\367\377\177"
nMon = 0x7fffe1b0 "h\242\377\367\377\177"
oDay = 0x0
nDay = 0x77ffe708 ""
oWdays = 0x7fffe1a0 "\377\377\377\377"
nWdays = 0x77b9b2e7 "__vdso_getcpu"
oHour = 0x6562b026 
nHour = 0x 
oMin = 0x0
nMin = 0x77ffa268 "6"
oSec = 0x77ffe708 ""
nSec = 0x0
oRtcDay = 0x0
nRtcDay = 0x0
oRtcMon = 0x0
nRtcMon = 0x0
oRtc_tm = {tm_sec = 0, tm_min = 0, tm_hour = 0, tm_mday = 0, tm_mon = 
0, tm_year = 0, tm_wday = 0, tm_yday = 0, tm_isdst = 0}
   

Bug#894061: guake refuses to work with sway/wayland

2018-03-25 Thread kardan
Package: guake
Version: 3.0.4-1
Severity: wishlist

When sway is running on another tty, in a Xorg session guake fails on startup:

Traceback (most recent call last):
  File "/usr/bin/guake", line 10, in 
sys.exit(exec_main())
  File "/usr/lib/python3/dist-packages/guake/main.py", line 356, in exec_main
if not main():
  File "/usr/lib/python3/dist-packages/guake/main.py", line 333, in main
remote_object.show_hide()
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.NameError: Traceback 
(most recent call last):
  File "/usr/lib/python3/dist-packages/guake/utils.py", line 31, in 
get_server_time
return GdkX11.x11_get_server_time(widget.get_window())
TypeError: argument window: Expected GdkX11.X11Window, but got 
__gi__.GdkWaylandWindow

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python3/dist-packages/guake/dbusiface.py", line 45, in 
show_hide
self.guake.show_hide()
  File "/usr/lib/python3/dist-packages/guake/guake_app.py", line 768, in 
show_hide
self.show()
  File "/usr/lib/python3/dist-packages/guake/guake_app.py", line 888, in show
time = get_server_time(self.window)
  File "/usr/lib/python3/dist-packages/guake/utils.py", line 36, in 
get_server_time
return get_local_timestamp()
NameError: name 'get_local_timestamp' is not defined

When sway is stopped, guake works as usual.

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

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

Versions of packages guake depends on:
ii  gir1.2-glib-2.0   1.54.1-4
ii  gir1.2-gtk-3.03.22.29-1
ii  gir1.2-keybinder-3.0  0.3.2-1
ii  gir1.2-notify-0.7 0.7.7-3
ii  gir1.2-pango-1.0  1.40.14-1
ii  gir1.2-vte-2.91   0.52.0-1
ii  libglib2.0-bin2.56.0-2
ii  python3   3.6.4-1
ii  python3-cairo 1.16.2-1
ii  python3-dbus  1.2.6-1
ii  python3-gi3.26.1-2
ii  python3-pbr   3.1.1-4

guake recommends no packages.

Versions of packages guake suggests:
ii  libutempter0 1.1.6-3
pn  numix-gtk-theme  

-- no debconf information



Bug#897364: [debian-installer] debian-installer: fails to install to unclean target (tar: can't open ?)

2018-05-01 Thread kardan
Package: debian-installer
Severity: normal

--- Please enter the report below this line. ---

Installing debian stretch onto an unclean target fails with

tar: can't open './lib/x86_64-linux-gnu/libacl.so.1.1.0': File exists

Instead existing files should be overwritten or kept instead of
failing. The install script should check for tar's error code and
continue silently if the file exists.

Installer source:
http://ftp.nl.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/mini.iso
  
http://ftp.nl.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/netboot.tar.gz

http://ftp.nl.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/pxelinux.0
(ctime: Mar  4 20:38)

Thanks for your great work!



Bug#898479: [gnome] gnome-software should detach fwupd as a dependency

2018-05-12 Thread kardan
Package: gnome
Severity: normal

gnome-software depends on fwupd which triggers web requests containing
"client user-agent, IP address, timestamp, OS distribution name and OS
version to fwupd.org upon each firmware downloading process (or
checking for firmware updates manually by the user)"  without the
knowledge of the user. The metadata is downloaded from a CDN hosted by amazon.

https://fosspost.org/analytics/privacy-security-concern-regarding-gnome-software

Please follow the suggestions of above article:

"We believe the following should be taken into consideration to solve
the issues above:

GNOME Software should detach fwupd as a dependency. Because if
fwupd package is installed, it will auto-check for updates in the
background (fwupd daemon will autostart after boot) and it will
send the data to fwupd.org automatically.

GNOME Software should disable the service of using fwupd.org for
firmware updates by default. Users wishing to subscribe to such
service should opt-in their selves.

Upon activation of fwupd service, a privacy policy dialog should be
displayed telling users about what’s going to be collected and why."

Thanks!



Bug#898479: [gnome] gnome-software should detach fwupd as a dependency

2018-05-12 Thread kardan
fwupd consists of 

> fwupd - Firmware update daemon
> fwupd-doc - Firmware update daemon documentation (HTML format)
> fwupd-tests - Test suite for firmware update daemon
> gir1.2-fwupd-2.0 - GObject introspection data for libfwupd
> libfwupd-dev - development files for libfwupd
> libfwupd2 - Firmware update daemon library
> fwupdate - Tools to manage UEFI firmware updates
> libfwup-dev - Development headers for libfwup
> libfwup1 - Library to manage UEFI firmware updates

gnome-software depends on libfwupd2 and suggests fwupd. On a fresh
stretch 

- "dpkg -l|grep fwupd" lists

> ii  libfwupd1:amd64 0.7.4-2 amd64 Firmware update daemon library

- "apt-get autoremove gnome-software" will remove fowllowing packages

> The following packages will be REMOVED:
>   fonts-sil-gentium fonts-sil-gentium-basic gnome gnome-core
> gnome-software gnome-software-common hyphen-en-us libappstream-glib8
> libbsh-java libfwupd1 libgcab-1.0-0 libreoffice libreoffice-help-en-us
> libreoffice-librelogo libreoffice-nlpsolver libreoffice-ogltrans
> libreoffice-pdfimport libreoffice-script-provider-bsh
> libreoffice-script-provider-js libreoffice-script-provider-python
> libreoffice-wiki-publisher mythes-en-us task-gnome-desktop

including libfwupd1, which

> Description-en: Library to manage UEFI firmware updates
>  fwupdate provides functionality to update system firmware. It has
> been initially designed to update firmware using UEFI capsule
> updates, but it is designed to be extensible to other firmware update
> standards. .
>  This library is to allow for the simple manipulation of UEFI firmware
> updates. Description-md5: e3969afc33c85ca9cf78ec51008936f0

has the functionality to "update system firmware".

Can you guarantee that it is not used by any application
(without user interaction)?

> that sounds like visiting any web site in a browser. Should
> we stop installing Firefox?
> 
> Checking for updates using apt also reveals that information.

Question is to whom. LVFS is still hosted on an amazon server
(although planned to be transferred to the Linux Foundation []). Debian
should not repeat Ubuntu's mistakes. We know that Canonical / Ubuntu /
Gnome had ties with amazon's quick search and hoped that debian
developers had more scruples regarding privacy.

https://en.wikipedia.org/wiki/Ubuntu_(operating_system)#Amazon_controversy

Quoting the article:

> According to the developer, fwupd.org is hosted on Amazon EC2. Amazon
> (beside many other companies as well) has donated $2000 per year to
> develop the project, and provides some hosting features for free as
> well. fwupd.org domain name is registered in the personal name of the
> project’s developer (if you check from who.is).

> > https://fosspost.org/analytics/privacy-security-concern-regarding-gnome-software
>
> Did you read the replies from the fwupd maintainer, Richard Hughes?
> 
> I would actually argue that Debian GNOME should recommend fwupd like
> most other distros do.

His answer was longer, just quoting relevant parts:

> Sure, we get the IP address and the user-agent when downloading the
> firmware file. The metadata is downloaded from the CDN so we see very
> little as there are basically no logs there. You only upload the
> firmware report when you’ve actually done a firmware update and you
> want to *opt-in* to sharing metadata with us. We show you in the
> console exactly what data is sent; the *exact* json string.

I read his answers and including the reaction to add a dialogue for
Redhat. Why doesn't Debian request something similar as the article
suggested?

https://github.com/GNOME/gnome-software/commit/d695afcf9a762fdee500c26e9d42e7f42149d950

As a debian user i expect that services hosted by private companies are
not enabled by default. If this is not the case, some users may be
disappointed and loose trust in Debian.

If fwupd is an import service for the system, why is it only included
in GNOME?

Best,
kardan



Bug#898479: [gnome] gnome-software should detach fwupd as a dependency

2018-05-12 Thread kardan
> What is your exact privacy concern and why is it so important that it
> outweighs our users having outdated firmware for their hardware, some
> with potential known security vulnerabilities?

A service hosted by amazon may not meet the high standards for FOSS.

My intention is to make the content of the article known to debian
users. They shall be able to make a knowledged decision when they
enable this feature to update their firmware. Citing the article:

> According to the developer, fwupd.org is hosted on Amazon EC2. Amazon
> (beside many other companies as well) has donated $2000 per year to
> develop the project, and provides some hosting features for free as
> well. fwupd.org domain name is registered in the personal name of the
> project’s developer (if you check from who.is).
> 
> The privacy policy page mentions that the metadata users send to
> fwupd.org is stored up to a maximum of 5 years:
> 
> Anonymized user data (e.g. metadata requests) will be kept for a
> maximum of 5 years which allows us to project future service
> requirements and provide usage graphs to the vendor.

> The current CDN (~$100/month) is kindly sponsored by Amazon, but that
> won’t last forever and the donations I get for the LVFS service don’t
> cover the cost of using S3. Long term we are switching to a ‘dumb’
> provider (currently BunnyCDN) which works out 1/10th of the cost.

> We couldn’t find reports or sources on how many people in total are
> behind the whole project, or how many people are reviewing the
> pushed .cab files by vendors. The metadata stored in fwupd.org are
> said to be stored under a locked LUKS filesystem hosted on Amazon.
> 
> The other concerning issue is that the developers are not 100%
> financially covered. There has been multiple calls for donations by
> the developers:
> 
> At the moment the secure part of the LVFS is hosted in a
> dedicated Scaleway instance, so any additional donations would be
> spent on paying this small bill and perhaps more importantly buying
> some (2nd hand?) hardware to include as part of our release-time QA
> checks.

According to this merge request the migration to a server under control
of the Linux Foundation is planned:

https://github.com/hughsie/fwupd/pull/444

> > If fwupd is an import service for the system, why is it only
> > included in GNOME?  
> 
> You're asking this question on a bug report for a GNOME package. The
> people responsible for that package generally don't have anything to
> do with other desktops. You're welcome to ask other desktops to
> implement this feature if you want.

Wouldn't it be more useful to provide a software that does not depend
on a single DE for updating firmware.

Currently gnome-software seems to be the only software to update the
OEM firmware (BIOS): https://fwupd.org/users

The list of vendors not supporting fwupd is still long. For buying new
devices following lists my be useful:

https://fwupd.org/vendorlist
https://fwupd.org/lvfs/devicelist

Another question, is who audits .cab files before they are delivered to
users:

> Vendors can push .cab files to users to be downloaded later by GNOME
> Software. These .cab filed are claimed to be tested by a separated QA
> team before released to users.

Where can I find more info about this QA team?

Best,
kardan



Bug#898499: [reportbug-ng] sigsegv on exit

2018-05-12 Thread kardan
Package: reportbug-ng
Version: 2.1
Severity: normal

--- Please enter the report below this line. ---

reportbug-ng crashed on quit after viewing several bug reports on x86

Thread 5 "Qt bearer threa" received signal SIGSEGV, Segmentation fault. 

[Switching to Thread 0xa4b3eb40 (LWP 31996)]
0xb735bb04 in QAbstractEventDispatcherPrivate::allocateTimerId() () 

   from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
(gdb) bt
#0  0xb735bb04 in QAbstractEventDispatcherPrivate::allocateTimerId() () 

at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#1  0xb735c239 in QAbstractEventDispatcher::registerTimer(int, Qt::TimerType, 
QObject*) ()  
at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#2  0xb739732f in QObject::startTimer(int, Qt::TimerType) () at 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#3  0xb73a32e6 in QTimer::start() () at 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#4  0xb3351b6b in QNetworkConfigurationManagerPrivate::startPolling() ()

at /usr/lib/i386-linux-gnu/libQt5Network.so.5
#5  0xb335211f in QNetworkConfigurationManagerPrivate::updateConfigurations() 
()
at /usr/lib/i386-linux-gnu/libQt5Network.so.5
#6  0xb33d8d09 in  () at /usr/lib/i386-linux-gnu/libQt5Network.so.5 

#7  0xb73922c0 in QMetaCallEvent::placeMetaCall(QObject*) () at 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#8  0xb7396293 in QObject::event(QEvent*) () at 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#9  0xb735fe87 in QCoreApplication::notifyInternal2(QObject*, QEvent*) ()   

at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#10 0xb7362c94 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, 
QThreadData*) () 
at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#11 0xb73631d7 in QCoreApplication::sendPostedEvents(QObject*, int) ()  

at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#12 0xb73c5743 in  () at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5   

#13 0xb697df30 in g_main_context_dispatch () at 
/usr/lib/i386-linux-gnu/libglib-2.0.so.0
#14 0xb697e1a9 in  () at /usr/lib/i386-linux-gnu/libglib-2.0.so.0   

#15 0xb697e254 in g_main_context_iteration () at 
/usr/lib/i386-linux-gnu/libglib-2.0.so.0   
#16 0xb73c4c83 in 
QEventDispatcherGlib::processEvents(QFlags) ()   
  
at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#17 0xb735dcfd in QEventLoop::exec(QFlags) ()

at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#18 0xb71679a1 in QThread::exec() () at 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#19 0xb7167af8 in QThread::run() () at 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5 
#20 0xb716d63c in  () at /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5   

#21 0xb7f9b3a6 in start_thread (arg=0xa4b3eb40) at pthread_create.c:463 

#22 0xb7d894d6 in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:108   



--- System information. ---
Architecture: 
Kernel:   Linux 4.15.0-2-686

Debian Release: buster/sid
  500 testing ftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
python:any(>= 2.7.5-5~) | 
python-debianbts   (>= 1.0) | 2.7.2
python-pyqt5| 5.10.1+dfsg-1
python-pyqt5.qtwebkit   | 5.10.1+dfsg-1
xdg-utils   | 1.1.2-2
xterm   | 333-1
python-apt  (>= 0.7.93) | 1.6.0


Package's Recommends field is empty.

Package's Suggests field is empty.



Bug#909279: [epiphany-browser] BUG: In pixman_region32_init_rect: Invalid rectangle passed

2018-09-20 Thread kardan
Package: epiphany-browser
Version: 3.28.3.1-1
Severity: normal

--- Please enter the report below this line. ---

Found this is my log running epiphany-browser started by claws-mail:

(epiphany:29153): Gtk-WARNING **: 18:21:25.225: gtk_widget_size_allocate(): 
attempt to allocate widget with width -42 and height 46 
  
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

1   0xb3ae3d70 
/usr/lib/i386-linux-gnu/libjavascriptcoregtk-4.0.so.18(WTFCrash+0x20) 
[0xb3ae3d70]
2   0xb44c780f /usr/lib/i386-linux-gnu/libwebkit2gtk-4.0.so.37(+0x5fd80f) 
[0xb44c780f]
3   0xb44c83b9 /usr/lib/i386-linux-gnu/libwebkit2gtk-4.0.so.37(+0x5fe3b9) 
[0xb44c83b9]
4   0xb44c85d7 /usr/lib/i386-linux-gnu/libwebkit2gtk-4.0.so.37(+0x5fe5d7) 
[0xb44c85d7]
5   0xb7b20a51 /usr/lib/i386-linux-gnu/libgio-2.0.so.0(+0x74a51) [0xb7b20a51]
6   0xb7cdad94 
/usr/lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x154) 
[0xb7cdad94]
   
7   0xb7cdb1a9 /usr/lib/i386-linux-gnu/libglib-2.0.so.0(+0x491a9) [0xb7cdb1a9]
8   0xb7cdb559 /usr/lib/i386-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0xf9) 
[0xb7cdb559]
9   0xb3b2bcc1 
/usr/lib/i386-linux-gnu/libjavascriptcoregtk-4.0.so.18(_ZN3WTF7RunLoop3runEv+0x161)
 [0xb3b2bcc1]   

10  0xb3b2a74d 
/usr/lib/i386-linux-gnu/libjavascriptcoregtk-4.0.so.18(+0xb1774d) [0xb3b2a74d]
11  0xb3aff4a8 
/usr/lib/i386-linux-gnu/libjavascriptcoregtk-4.0.so.18(_ZN3WTF6Thread10entryPointEPNS0_16NewThreadContextE+0x68)
 [0xb3aff4a8]  
12  0xb3b298d8 
/usr/lib/i386-linux-gnu/libjavascriptcoregtk-4.0.so.18(+0xb168d8) [0xb3b298d8]
13  0xb2a76f36 /lib/i386-linux-gnu/libpthread.so.0(+0x6f36) [0xb2a76f36]
14  0xb6fc3246 /lib/i386-linux-gnu/libc.so.6(clone+0x66) [0xb6fc3246]

Let me know if you need more info!

--- System information. ---
Architecture: 
Kernel:   Linux 4.17.0-3-686

Debian Release: buster/sid
  500 tor-nightly-master-buster sdscoq7snqtznauu.onion 
  500 testing-debug   ktqxbqrhg5ai2c7f.onion 
  500 testing vwakviie2ienjx6t.onion 
  500 testing sdscoq7snqtznauu.onion 

--- Package information. ---
Depends   (Version) | Installed
===-+-
epiphany-browser-data   (>= 3.28.3.1-1) | 3.28.3.1-1
libc6  (>= 2.7) | 2.27-6
libcairo2(>= 1.2.4) | 1.15.12-1
libgcr-base-3-1  (>= 3.8.0) | 3.28.0-1
libgcr-ui-3-1(>= 3.8.0) | 3.28.0-1
libgdk-pixbuf2.0-0  (>= 2.25.2) | 2.36.12-2
libglib2.0-0(>= 2.52.0) | 2.56.1-2
libgmp10| 2:6.1.2+dfsg-3
libgtk-3-0 (>= 3.22.13) | 3.22.30-2
libhogweed4   (>= 3.2~) | 3.4-1
libicu60   (>= 60.1-1~) | 60.2-6
libjavascriptcoregtk-4.0-18 | 2.20.5-1
libjson-glib-1.0-0   (>= 1.2.0) | 1.4.2-4
libnettle6(>= 3.4~) | 3.4-1
libnotify4   (>= 0.7.0) | 0.7.7-3
libpango-1.0-0  (>= 1.37.5) | 1.42.4-1
libsecret-1-0 (>= 0.18) | 0.18.6-2
libsoup2.4-1   (>= 2.41.90) | 2.64.0-2
libsqlite3-0 (>= 3.5.9) | 3.24.0-1
libwebkit2gtk-4.0-37(>= 2.19.2) | 2.20.5-1
libxml2  (>= 2.7.4) | 2.9.4+dfsg1-7+b1
default-dbus-session-bus| 
 OR dbus-session-bus| 
iso-codes   | 4.1-1
gsettings-desktop-schemas   | 3.28.0-1


Recommends (Version) | Installed
-+-===
yelp | 3.30.0-1
evince   | 3.30.0-2
browser-plugin-evince| 3.28.2-1
ca-certificates  | 20180409
libwebkit2gtk-4.0-37-gtk2| 2.20.5-1


Package's Suggests field is empty.



Bug#903393: [initramfs-tools] update-initramfs -u warns: Unknown X keysym "dead_belowmacron"

2018-07-09 Thread kardan
Package: initramfs-tools
Version: 0.130
Severity: normal

I experienced this when apt triggered initramfs-tools:

Trigger für initramfs-tools (0.130) werden
verarbeitet ... update-initramfs:
Generating /boot/initrd.img-4.16.0-2-686 WARNING: Unknown X keysym
"dead_belowmacron" WARNING: Unknown X keysym "dead_belowmacron"
WARNING: Unknown X keysym "dead_belowmacron"
WARNING: Unknown X keysym "dead_belowmacron"
W: APT had planned for dpkg to do more than it reported back (15 vs
19). Affected packages: udev:i386

It is reproducable running 

# update-initramfs -u||echo "Failed."
update-initramfs:
Generating /boot/initrd.img-4.16.0-2-686 WARNING: Unknown X keysym
"dead_belowmacron" WARNING: Unknown X keysym "dead_belowmacron"
WARNING: Unknown X keysym "dead_belowmacron"
WARNING: Unknown X keysym "dead_belowmacron"

The command ends without error. Let me know, if you know more info.

For reference:
https://bugs.freedesktop.org/show_bug.cgi?id=35527
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/738314

This is buster upgraded to testing with some packages installed from
sid.

# apt policy initramfs-tools
initramfs-tools:
  Installed: 0.130
  Candidate: 0.130
  Version table:
 *** 0.130 500
500 http://ftp.de.debian.org/debian buster/main i386 Packages
100 /var/lib/dpkg/status

# apt policy xkb-data
xkb-data:
  Installed: 2.23.1-1
  Candidate: 2.23.1-1
  Version table:
 *** 2.23.1-1 500
500 http://ftp.de.debian.org/debian buster/main i386
Packages 100 /var/lib/dpkg/status

# apt policy console-setup
console-setup:
  Installed: 1.184
  Candidate: 1.184
  Version table:
 *** 1.184 500
500 http://ftp.de.debian.org/debian buster/main i386
Packages 100 /var/lib/dpkg/status

# apt policy xkeyboard-config
xkeyboard-config:
  Installed: (none)
  Candidate: (none)
  Version table:

--- System information. ---
Architecture: 
Kernel:   Linux 4.16.0-2-686

Debian Release: buster/sid
  500 testing-debug   debug.mirrors.debian.org 
  500 testing ftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
initramfs-tools-core  (= 0.130) | 0.130
linux-base  | 4.5


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-===
bash-completion| 1:2.8-1



--- Output from package bug script ---
-- initramfs sizes
-rw-r--r-- 1 root root 22M Apr 24 21:21 /boot/initrd.img-4.15.0-2-686
-rw-r--r-- 1 root root 22M Jun  9 18:44 /boot/initrd.img-4.16.0-1-686
-rw-r--r-- 1 root root 22M Jul  9 13:34 /boot/initrd.img-4.16.0-2-686
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-4.16.0-2-686 root=/dev/mapper/ ro quiet

-- resume
RESUME=/dev/mapper/
-- /proc/filesystems
ext3
ext2
ext4
squashfs
fuseblk

-- lsmod
Module  Size  Used by
rpcsec_gss_krb532768  0
nfsv4 454656  0
fuse   90112  1
dns_resolver   16384  1 nfsv4
nfs   192512  1 nfsv4
fscache45056  2 nfsv4,nfs
iTCO_wdt   16384  0
iTCO_vendor_support16384  1 iTCO_wdt
ipw2200   131072  0
libipw 32768  1 ipw2200
snd_intel8x0   32768  2
snd_ac97_codec 98304  1 snd_intel8x0
lib80211   16384  1 libipw
pcmcia 49152  0
radeon   1347584  6
ac97_bus   16384  1 snd_ac97_codec
cfg80211  462848  2 ipw2200,libipw
ttm65536  1 radeon
drm_kms_helper122880  1 radeon
snd_pcm81920  2 snd_ac97_codec,snd_intel8x0
yenta_socket   36864  0
pcmcia_rsrc20480  1 yenta_socket
pcmcia_core20480  3 yenta_socket,pcmcia,pcmcia_rsrc
drm   299008  9 radeon,ttm,drm_kms_helper
joydev 20480  0
evdev  20480  19
i2c_algo_bit   16384  1 radeon
fb_sys_fops16384  1 drm_kms_helper
lpc_ich24576  0
serio_raw  16384  0
syscopyarea16384  1 drm_kms_helper
pcspkr 16384  0
sysfillrect16384  1 drm_kms_helper
thinkpad_acpi  65536  0
sysimgblt  16384  1 drm_kms_helper
rng_core   16384  0
snd_timer  28672  1 snd_pcm
sg 32768  0
button 16384  0
nvram  16384  1 thinkpad_acpi
snd61440  9
snd_ac97_codec,snd_timer,thinkpad_acpi,snd_intel8x0,snd_pcm
soundcore  16384  1 snd rfkill 20480  3
thinkpad_acpi,cfg80211 shpchp 32768  0
battery20480  0
ac 16384  0
video  36864  1 thinkpad_acpi
acpi_cpufreq   20480  1
squashfs   45056  2
zstd_decompress65536  1 squashfs
xxhash 20480  1 zstd_decompress
loop   

Bug#865121: X session is killed when tty is switched

2018-03-06 Thread kardan
This is a freshly installed buster on an ibm t43 laptop.

> when I switch back from tty1 (i3 X11 session) to tty7  
> (LightDM + Arctica Greeter) directly (not via a text based tty), the  
> X.org processes dies immediately (or gets killed, I don't know) and  
> X.org restarts anew. The greeter appears, I can log in.

I see a similar behaviour. In my case the logged in session is killed
when I switch to a lower tty (1-6) as well.

Some non DEBUG messages from the logs:

< /var/log/lightdm/lightdm.log
CRITICAL: g_dbus_connection_call_sync_internal: assertion
'G_IS_DBUS_CONNECTION (connection)' failed 13:12
WARNING: Error getting user list from org.freedesktop.Accounts:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.Accounts was not provided by any .service files

< /var/log/lightdm/seat0-greeter.log
** (lightdm-gtk-greeter:25072): WARNING **: [PIDs] Failed to execute
command: upstart 

< /var/log/lightdm/x-0.log
(EE) event1  - SynPS/2 Synaptics TouchPad: kernel bug: Touch jump
detected and discarded. See
https://wayland.freedesktop.org/libinput/doc/1.10.1/touchpad_jumping_cursor.html
for details 

Xorg.log shows the (probably unrelated) touchpad bug and next to II
messages only:
(EE) AIGLX: reverting to software rendering

This system will be available for testing to gathering additional info
for some time. Feel free to send me pointers where to look.



Bug#538967: Subject: Re: Bug#538967: Obsolete init.d/timidity left behind after

2009-09-01 Thread Kardan Brueckenschlaeger
> From: Joost Yervante Damad 
> To: Petter Reinholdtsen ,
>  538...@bugs.debian.org
> Subject: Re: Bug#538967: Obsolete init.d/timidity left behind after
> upgrade? Date: Tue, 28 Jul 2009 21:18:34 +0200
> 
> On Tuesday 28 July 2009 10:53:05 Petter Reinholdtsen wrote:
> >
> > A user reported a problem with enabling dependency based boot
> > sequencing (now the default in Debian unstable) because of some
> > obsolete init.d scripts left behind in /etc/init.d/.
> > /etc/init.d/timidity with MD5 sum c6a7a1050aa801fc4c01e9cc90a4abe9
> > was one of the two files he reported.
> >
> 
> This conf-file has been moved from the package "timidity" to the
> package "timidity-daemon". It's quite unclear to me how to handle
> this situation cleanly.
> 
> Joost

hi,

summarizing a bit: /etc/init.d/timidity is no longer provided by timidity
but timidity-daemon. So the postinst script of timidity leaves the config
file for timidity-daemon, which causes a problem with insserv, when
timidity has only removed before but not upgraded or purged.

* if the config file has not been touched be the user, just drop it when
timidiy is removed
* otherwise timidit's postinst script could ask the user if the config
file should stay there, or not
* also insserv could ask the user, if a conflicting config file may be
deleted

how to archieve this? 

Gracefully Handling conffiles: http://wiki.debian.org/DpkgConffileHandling
Configuration upgrade by package:
http://wiki.debian.org/PackageConfigUpgrade
index: http://wiki.debian.org/DebianPackagingHandbook

Hope some elder will jump in!


-- 
Kardan Brueckenschlaeger
mail/XMPP: kar...@brueckenschlaeger.de
gpg-key: 9E7E278D
F0A5 D8D1 6914 D9E8 F2E5
55D1 682D 0299 9E7E 278D

sharewiki.org -  Open Networks for a free world
tsolife.org - Skillsharing and self organized learning
we.riseup.net - Crabgrass - social organizing platform



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



Bug#566000: udev: upgrade from lenny to squeeze fails

2010-02-12 Thread Kardan Brueckenschlaeger
uration:


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

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

Versions of packages udev depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration
management sy
ii  libc6 2.10.2-2   GNU C Library: Shared
libraries
ii  libselinux1   2.0.89-4   SELinux runtime shared
libraries
ii  libvolume-id0 0.125-7+lenny3 libvolume_id shared library
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init
scrip

udev recommends no packages.

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:

-- 
kardan | brueckenschlaeger
mail/XMPP: kar...@brueckenschlaeger.de
gpg-key: 9E7E278D
F0A5 D8D1 6914 D9E8 F2E5
55D1 682D 0299 9E7E 278D




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