Bug#866907: true color support

2023-09-26 Thread folkert
Hi,

Please reconsider backporting the true-color option into the current
debian version of screen as the feature is over 5 years old now (and
thus probably stable).



Bug#1037925: not resolved

2023-07-30 Thread Folkert van Heusden
situation:

* clean debian bookworm install
* install icingaweb2 and the other icinga packages
* trying to configure mysql via the web-interface
* get tons of deprecation warnings that make the web-interface unusable:
https://vanheusden.com/permshare/debian-icinga2.png


Bug#995625: httping FTBFS: error: format not a string literal and no format arguments [-Werror=format-security]

2021-11-26 Thread folkert
It's on https://github.com/folkertvanheusden/HTTPing

> Would it be possible to either have the URL of the upstream VCS or a
> proper patch file for 4ea9d5b78540c972e3fe1bf44db9f7b3f87c0ad0?
> I couldn't find any mention of a VCS on the homepage, only tarballs.



Bug#995625: httping FTBFS: error: format not a string literal and no format arguments [-Werror=format-security]

2021-10-03 Thread folkert
4ea9d5b78540c972e3fe1bf44db9f7b3f87c0ad0

On Sun, Oct 03, 2021 at 11:36:12PM +0530, Abhijith PA wrote:
> Thank you folkert. I will be very happy to take the patch, if you have 
> committed in upstream repo. :)
> 
> 
> --abhijith 
> 
> 
> On 03/10/21 07:49 PM, folkert wrote:
> > replace it by:
> > 
> > wprintw(w, "%s", what);
> > 
> > On Sun, Oct 03, 2021 at 07:48:19AM +0200, Helmut Grohne wrote:
> > > Source: httping
> > > Version: 2.5-5.1
> > > Severity: serious
> > > Tags: ftbfs
> > > 
> > > httping fails to build from source in unstable on amd64. A non-parallel
> > > build ends as follows:
> > > 
> > > | x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<>=. 
> > > -fstack-protector-strong -Wformat -Werror=format-security -Wall -W 
> > > -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.5\" 
> > > -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb 
> > > -Wdate-time -D_FORTIFY_SOURCE=2  -c -o nc.o nc.c
> > > | nc.c: In function ???myprint???:
> > > | nc.c:238:3: error: format not a string literal and no format arguments 
> > > [-Werror=format-security]
> > > |   238 |   wprintw(w, what);
> > > |   |   ^~~
> > > | nc.c: In function ???draw_graph???:
> > > | nc.c:611:24: warning: unused parameter ???val??? [-Wunused-parameter]
> > > |   611 | void draw_graph(double val)
> > > |   | ~~~^~~
> > > | nc.c: In function ???status_line???:
> > > | nc.c:389:2: warning: ignoring return value of ???vasprintf??? declared 
> > > with attribute ???warn_unused_result??? [-Wunused-result]
> > > |   389 |  vasprintf(, fmt, ap);
> > > |   |  ^
> > > | cc1: some warnings being treated as errors
> > > | make[1]: *** [: nc.o] Error 1
> > > | make[1]: Leaving directory '/<>'
> > > | dh_auto_build: error: make -j1 returned exit code 2
> > > | make: *** [debian/rules:10: build] Error 25
> > > | dpkg-buildpackage: error: debian/rules build subprocess returned exit 
> > > status 2
> > > 
> > > This is likely caused by ncurses adding format string annotations.
> > > 
> > > Helmut
> > 
> > 
> > Folkert van Heusden
> > 
> > -- 
> > MultiTail ist eine flexible Applikation um Logfiles und Kommando
> > Eingaben zu überprüfen. Inkl. Filter, Farben, Zusammenführen,
> > Ansichten etc. http://www.vanheusden.com/multitail/
> > --
> > Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


Folkert van Heusden

-- 
Nagios user? Check out CoffeeSaint - the versatile Nagios status
viewer! http://www.vanheusden.com/java/CoffeeSaint/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#995625: httping FTBFS: error: format not a string literal and no format arguments [-Werror=format-security]

2021-10-03 Thread folkert
replace it by:

wprintw(w, "%s", what);

On Sun, Oct 03, 2021 at 07:48:19AM +0200, Helmut Grohne wrote:
> Source: httping
> Version: 2.5-5.1
> Severity: serious
> Tags: ftbfs
> 
> httping fails to build from source in unstable on amd64. A non-parallel
> build ends as follows:
> 
> | x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wextra 
> -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.5\" 
> -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb 
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o nc.o nc.c
> | nc.c: In function ???myprint???:
> | nc.c:238:3: error: format not a string literal and no format arguments 
> [-Werror=format-security]
> |   238 |   wprintw(w, what);
> |   |   ^~~
> | nc.c: In function ???draw_graph???:
> | nc.c:611:24: warning: unused parameter ???val??? [-Wunused-parameter]
> |   611 | void draw_graph(double val)
> |   | ~~~^~~
> | nc.c: In function ???status_line???:
> | nc.c:389:2: warning: ignoring return value of ???vasprintf??? declared with 
> attribute ???warn_unused_result??? [-Wunused-result]
> |   389 |  vasprintf(, fmt, ap);
> |   |  ^
> | cc1: some warnings being treated as errors
> | make[1]: *** [: nc.o] Error 1
> | make[1]: Leaving directory '/<>'
> | dh_auto_build: error: make -j1 returned exit code 2
> | make: *** [debian/rules:10: build] Error 25
> | dpkg-buildpackage: error: debian/rules build subprocess returned exit 
> status 2
> 
> This is likely caused by ncurses adding format string annotations.
> 
> Helmut


Folkert van Heusden

-- 
MultiTail ist eine flexible Applikation um Logfiles und Kommando
Eingaben zu überprüfen. Inkl. Filter, Farben, Zusammenführen,
Ansichten etc. http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#962480: libnghttp2-dev: please include libnghttp2_asio

2020-06-08 Thread folkert
Package: libnghttp2-dev
Version: 1.41.0-2
Severity: wishlist

Dear Maintainer,

Please include libnghttp2_asio in the -dev package.
libnghttp2_asio is the C++ api (see 
https://nghttp2.org/documentation/libnghttp2_asio.html )


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf, i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_SOFTLOCKUP
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libnghttp2-dev depends on:
ii  libnghttp2-14  1.41.0-2
ii  pkg-config 0.29-4+b1

libnghttp2-dev recommends no packages.

Versions of packages libnghttp2-dev suggests:
pn  libnghttp2-doc  

-- no debconf information



Bug#959980: TAG: libgwavi -- c library for generating avi files

2020-05-07 Thread folkert
Package: WNPP
Severity: ITP



Bug#959979: TAG: constatus -- video monitoring system

2020-05-07 Thread folkert
Package: WNPP
Severity: ITP



Bug#959977: obs-api: does not include application.css

2020-05-07 Thread folkert
> I installed obs-api.
> It works mostly only the web-interface is broken: this is due to
> /stylesheets/webui/application.css and other web-files missing.

I removed obs-api and did a new install.
Then when I ran /usr/share/obs/api/script/rake-tasks.sh setup I got a
few errors. Stylesheets etc are still missing.

/usr/lib/ruby/vendor_ruby/mysql2/error.rb:55: warning: Using the last argument 
as keyword parameters is deprecated
/usr/lib/ruby/vendor_ruby/mysql2/error.rb:94: warning: Using the last argument 
as keyword parameters is deprecated
Database 'obsapi' already exists
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/connection_adapters/mysql/database_statements.rb:12:
 warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/connection_adapters/abstract/query_cache.rb:95:
 warning: The called method `select_all' is defined here
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/transactions.rb:212:
 warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:260:
 warning: The called method `transaction' is defined here
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:171:
 warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:97:
 warning: The called method `initialize' is defined here
/usr/share/rubygems-integration/all/gems/activemodel-5.2.4.1/lib/active_model/type/integer.rb:13:
 warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
/usr/share/rubygems-integration/all/gems/activemodel-5.2.4.1/lib/active_model/type/value.rb:8:
 warning: The called method `initialize' is defined here
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/relation/delegation.rb:132:
 warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/relation.rb:25:
 warning: The called method `initialize' is defined here
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/persistence.rb:705:
 warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/timestamp.rb:105:
 warning: The called method `_update_record' is defined here
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/associations.rb:1855:
 warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
/usr/share/rubygems-integration/all/gems/activerecord-5.2.4.1/lib/active_record/associations.rb:1368:
 warning: The called method `has_many' is defined here
bundler: command not found: writeconfiguration
Install missing gem executables with `bundle install`
Run in api.
`/root` is not writable.
Bundler will use `/tmp/bundler20200507-24301-qzlloj24301' as your home 
directory temporarily.
Rails Error: Unable to access log file. Please ensure that 
/usr/share/obs/api/log/production.log exists and is writable (ie, make it 
writable for user and group: chmod 0664 /usr/share/obs/api/log/production.log). 
The log level has been raised to WARN and the output directed to STDERR until 
the problem is fixed.
I, [2020-05-07T20:38:57.829887 #24301]  INFO -- : Writing 
/usr/share/obs/api/public/assets/webui/application/cm2/index-e27139c45f6ef69ad021ee93390421d2e5678b1f7720aeaf4ddbc2c7f91ac50a.js
I, [2020-05-07T20:38:57.830339 #24301]  INFO -- : Writing 
/usr/share/obs/api/public/assets/webui/application/cm2/index-e27139c45f6ef69ad021ee93390421d2e5678b1f7720aeaf4ddbc2c7f91ac50a.js.gz
I, [2020-05-07T20:39:01.550639 #24301]  INFO -- : Writing 
/usr/share/obs/api/public/assets/webui/application/cm2/index-diff-0ebb8c72c0a49c913e2c74acd75ba836dad39195e266c1f99863eb86e99ce381.js
I, [2020-05-07T20:39:01.550839 #24301]  INFO -- : Writing 
/usr/share/obs/api/public/assets/webui/application/cm2/index-diff-0ebb8c72c0a49c913e2c74acd75ba836dad39195e266c1f99863eb86e99ce381.js.gz
I, [2020-05-07T20:39:05.253283 #24301]  INFO -- : Writing 
/usr/share/obs/api/public/assets/webui/application/cm2/index-xml-7194be093c9b9ff3deb4050e0263de35429b0ed04019ddaca1d5b24d015da34e.js
I, [2020-05-07T20:39:05.253518 #24301]  INFO -- : Writing 

Bug#959977: obs-api: does not include application.css

2020-05-07 Thread folkert
Package: obs-api
Version: 2.9.4-3
Severity: important

Dear Maintainer,

I installed obs-api.
It works mostly only the web-interface is broken: this is due to
/stylesheets/webui/application.css and other web-files missing.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf, i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages obs-api depends on:
ii  adduser 3.116
ii  apache2 2.4.38-3
ii  dbconfig-common 2.0.8
ii  debconf 1.5.63
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.3
ii  libapache2-mod-passenger5.0.30-1.1+b2
ii  libapache2-mod-xforward 0.6-1+b2
ii  libgd-perl [libgd-gd2-perl] 2.71-2+b1
ii  libjs-bootstrap 3.3.7+dfsg-2
pn  libjs-html5shiv 
ii  lsb-base9.20170808
ii  mariadb-client-10.3 [virtual-mysql-client]  1:10.3.17-1
ii  memcached   1.6.5-2
ii  ruby1:2.7+1
ii  ruby-activemodel-serializers-xml1.0.2-2
ii  ruby-acts-as-list   0.9.15-1
ii  ruby-acts-as-tree   2.8.0-1
ii  ruby-addressable2.7.0-1
ii  ruby-bcrypt 3.1.13-2+b1
ii  ruby-bunny  2.14.4-3
ii  ruby-capybara   3.12.0-1
ii  ruby-chunky-png 1.3.8-1
ii  ruby-cliver 0.3.2-3
ii  ruby-clockwork  2.0.4-1
ii  ruby-cocoon 1.2.6-2
ii  ruby-codemirror-rails   5.16.0-1
ii  ruby-coderay1.1.2-3
ii  ruby-coffee-rails   4.2.2-1
ii  ruby-colorize   0.8.1-1
ii  ruby-crack  0.4.3-4
ii  ruby-crass  1.0.2-2
ii  ruby-cssmin 1.0.3-5
ii  ruby-daemons1.1.9-2
ii  ruby-dalli  2.7.9-2
ii  ruby-data-migrate   5.3.1-1
ii  ruby-delayed-job4.1.5-1
ii  ruby-delayed-job-active-record  4.1.3-1
ii  ruby-docile 1.1.5-2
ii  ruby-erubis 2.7.0-3
ii  ruby-escape-utils   1.2.1-1+b3
ii  ruby-execjs 2.6.0-1
ii  ruby-feature1.4.0-2
ii  ruby-flot-rails 0.0.7-1
ii  ruby-font-awesome-rails 4.7.0.5-1
ii  ruby-gssapi 1.2.0-1
ii  ruby-haml   5.1.2-1
ii  ruby-hike   1.2.1-3
ii  ruby-i18n   1.8.2-2
ii  ruby-innertube  1.1.0-5
ii  ruby-joiner 0.4.2-2
ii  ruby-jquery-datatables-rails3.4.0+dfsg-1
ii  ruby-jquery-rails   4.3.3-1
ii  ruby-jquery-ui-rails6.0.1+dfsg-3
pn  ruby-json   
ii  ruby-kaminari   1.0.1-5
ii  ruby-kgio   2.11.2-1+b3
ii  ruby-ldap   0.9.20-1+b3
ii  ruby-metaclass  0.0.4-1
ii  ruby-method-source  1.0.0-2
ii  ruby-middleware 0.1.0-1
ii  ruby-mime-types 3.3.1-1
ii  ruby-momentjs-rails 2.20.1-2
ii  ruby-mousetrap-rails1.4.6-6
ii  ruby-mysql2 0.5.2-1+b3
ii  ruby-nokogiri   1.10.9+dfsg-1
ii  ruby-nokogumbo  1.4.2+ds-1+b7
ii  ruby-peek   1.1.0-1
ii  ruby-pkg-config 1.4.1-1
ii  ruby-pundit 2.0.0-1
ii  ruby-rails  2:5.2.4.1+dfsg-2
ii  ruby-rails-tokeninput   1.7.0-1
ii  ruby-raindrops  0.19.0-1+b4
ii  ruby-redcarpet  3.5.0-1+b2
ii  ruby-responders 3.0.0-3
ii  ruby-riddle

Bug#929262: libv4l-dev: pac207 cam(s) give frame decode errors

2019-05-20 Thread folkert
Hi,

> I strongly recommend that you buy a new webcam. This is ancient hardware.
> Even the cheapest UVC webcams you can buy today will have far better
> quality than a pac207. If you really, really need this to work, then I
> need the full dmesg output and you also need to check if you can reproduce
> this issue with the v4l2-ctl command:
> 
> v4l2-ctl -d /dev/videoX --stream-mmap
> (it keeps capturing frames until you press ctrl-X)

v4l2-ctl:
- raspberry pi 2 and 3b+: fail
- laptop: ok for at least a few minutes


> I should have one of these webcams, but won't be able to test until next
> week.

Thanks but it looks to be a raspberry pi problem.



Bug#929262: libv4l-dev: pac207 cam(s) give frame decode errors

2019-05-20 Thread folkert
Package: libv4l-dev
Version: 1.12.3-1
Severity: normal

Dear Maintainer,

Trying to get a pac207 camera to work with constatus.

2019-05-20 10:22:34.864900  INFO constatus [1-1] source v4l2 thread started
libv4l2: error got 4 consecutive frame decode errors, last error: v4l-convert: 
error unknown pac207 row header: 0x
2019-05-20 10:22:35.597949 ERROR cs:src_v4l2 [1-1] VIDIOC_DQBUF failed: 
Input/output error
ioctl(VIDIOC_QBUF) failed
errno: 22 (Invalid argument)

To verify that it is not a constatus-problem I also tried a raspberry-pi camera 
via its video4linux-interface and that works fine.


-- System Information:
Distributor ID: Raspbian
Description:Raspbian GNU/Linux 9.3 (stretch)
Release:9.3
Codename:   stretch
Architecture: armv7l

Kernel: Linux 4.14.98-v7+ (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libv4l-dev depends on:
ii  libv4l-01.12.3-1
ii  libv4l2rds0 1.12.3-1
ii  libv4lconvert0  1.12.3-1

libv4l-dev recommends no packages.

Versions of packages libv4l-dev suggests:
ii  pkg-config  0.29-4

-- no debconf information



Bug#924636: patchage: settings are not persistent

2019-03-15 Thread folkert
Package: patchage
Version: 1.0.0~dfsg0-0.1+b5
Severity: normal

Dear Maintainer,

Thank you for packaging patchage.
Problem with it is that it does not remember its settings, e.g. which
endpoint is connected to which.


-- System Information:
Debian Release: buster/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf, i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages patchage depends on:
ii  libasound21.1.3-5
ii  libatk1.0-0   2.22.0-1
ii  libatkmm-1.6-1v5  2.24.2-2
ii  libc6 2.28-3
ii  libcairo2 1.14.10-1
ii  libcairomm-1.0-1v51.12.0-1+b1
ii  libfontconfig12.13.1-2
ii  libfreetype6  2.9.1-3
ii  libganv-1-1v5 1.4.2~dfsg0-2
ii  libgcc1   1:7.2.0-7
ii  libgdk-pixbuf2.0-02.36.5-2+deb9u2
ii  libglib2.0-0  2.54.1-1
ii  libglibmm-2.4-1v5 2.50.0-1
ii  libgtk2.0-0   2.24.31-2
ii  libgtkmm-2.4-1v5  1:2.24.5-1
ii  libjack-jackd2-0 [libjack-0.125]  1.9.10+20150825git1ed50c92~dfsg-5
ii  libpango-1.0-01.40.5-1
ii  libpangocairo-1.0-0   1.40.5-1
ii  libpangoft2-1.0-0 1.40.5-1
ii  libpangomm-1.4-1v52.40.1-3
ii  libsigc++-2.0-0v5 2.10.0-1
ii  libstdc++68.2.0-21

Versions of packages patchage recommends:
ii  jackd  5

Versions of packages patchage suggests:
pn  ladish  

-- no debconf information



Bug#879249: http/2

2018-12-03 Thread folkert
This problem is now especially worse since prefork no longer allows
http/2.


Folkert van Heusden

-- 
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#895456: Fw: Re: [Linux-ham] axlisten: colors for command line

2018-11-25 Thread folkert
Hi,

Maybe this patch can help?

It is against git://git.linux-ax25.org/pub/scm/ax25-apps.git


This patch below has the following features:
- colors in non-ncurses mode (-C)
- press 'q' to exit (-e to enable)

diff --git a/AUTHORS b/AUTHORS
index 7b91e72..d0d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,6 +17,7 @@ Heikki Hannikainen OH7LZB 
 Alan Cox GW4PTS 
 Jean-Paul for rose decoding
 Jeroen Vreeken for INP decoding
+Folkert van Heusden 
 
 call:
 Alexander Tietzel DG6XA 
diff --git a/listen/listen.c b/listen/listen.c
index 6504ed5..fb80987 100644
--- a/listen/listen.c
+++ b/listen/listen.c
@@ -3,6 +3,8 @@
 #include 
 
 #include 
+#include 
+#include 
 #include 
 #include 
 #include 
@@ -202,9 +204,15 @@ int main(int argc, char **argv)
struct ifreq ifr;
int proto = ETH_P_AX25;
int exit_code = EXIT_SUCCESS;
+   char q_exit = 0;
+   struct pollfd fds[2];
+   struct termios oldtermios, newtermios;
 
-   while ((s = getopt(argc, argv, "8achip:rtv")) != -1) {
+   while ((s = getopt(argc, argv, "e8acChip:rtv")) != -1) {
switch (s) {
+   case 'e':
+   q_exit = 1;
+   break;
case '8':
sevenbit = 0;
break;
@@ -214,6 +222,9 @@ int main(int argc, char **argv)
case 'c':
color = 1;
break;
+   case 'C':
+   a_color = 1;
+   break;
case 'h':
dumpstyle = HEX;
break;
@@ -276,6 +287,17 @@ int main(int argc, char **argv)
return 1;
}
 
+   fds[0].fd = sock;
+   fds[0].events = POLLIN;
+
+   fds[1].fd = STDIN_FILENO;
+   fds[1].events = POLLIN;
+
+   tcgetattr(STDIN_FILENO, );
+   newtermios = oldtermios;
+
+   cfmakeraw();
+
if (color) {
color = initcolor();/* Initialize color support */
if (!color)
@@ -285,93 +307,120 @@ int main(int argc, char **argv)
setservent(1);
 
while (!sigint) {
+   int rc;
+
asize = sizeof(sa);
 
-   signal(SIGINT, handle_sigint);
-   signal(SIGTERM, handle_sigint);
-   size = recvfrom(sock, buffer, sizeof(buffer), 0, , );
-   if (size == -1) {
-   /*
-* Signals are cared for by the handler, and we
-* don't want to abort on SIGWINCH
-*/
-   if (errno == EINTR) {
-   refresh();
-   continue;
-   } else if (!(errno == EBADF && sigint)) {
-   perror("recv");
-   exit_code = errno;
-   }
+   tcsetattr(STDIN_FILENO, TCSANOW, );
+   fds[0].events = fds[1].events = POLLIN;
+   fds[0].revents = fds[1].revents = 0;
+
+   rc = poll(fds, q_exit ? 2 : 1, -1);
+   if (rc == -1) {
+   perror("poll");
break;
}
-   gettimeofday(_recv, NULL);
-   signal(SIGINT, SIG_DFL);
-   signal(SIGTERM, SIG_DFL);
-   if (sock == -1 || sigint)
-   break;
 
-   if (dev != NULL && strcmp(dev, sa.sa_data) != 0)
+   if (rc == 0)
continue;
 
-   if (proto == ETH_P_ALL) {
-   strcpy(ifr.ifr_name, sa.sa_data);
+   if (q_exit && fds[1].revents == POLLIN) {
+   int c = getchar();
+   if (c == 'q' || c == 3)
+   break;
+   }
+
+   tcsetattr(STDIN_FILENO, TCSANOW, );
+
+   if (fds[0].revents == POLLIN) {
signal(SIGINT, handle_sigint);
signal(SIGTERM, handle_sigint);
-   if (ioctl(sock, SIOCGIFHWADDR, ) == -1) {
-   if (!(errno == EBADF && sigint)) {
-   perror("SIOCGIFHWADDR");
+   size = recvfrom(sock, buffer, sizeof(buffer), 0, , 
);
+   if (size == -1) {
+   /*
+* Signals are cared for by the handler, and we
+* don't want to abort on SIGWINCH
+*/
+   if (errno == EINTR) {
+   refresh();
+   continue;
+   } else if (!

Bug#857111: Info received (same problem)

2018-01-31 Thread folkert
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789119 seems to be
related and
apt-get purge libnettle4
fixes the problem (at least here).


Folkert van Heusden



Bug#857111: same problem

2018-01-31 Thread folkert
Hi,

I can confirm the problem. I have it on all my raspberry pi 2s.

Program received signal SIGSEGV, Segmentation fault.
nettle_yarrow256_update (ctx=0x74291b98, source_index=, 
entropy=128, length=32,
data=0x7efff4cc 
"π\351\352i\204l\310\354\311\002Cw\030\266\177\005v'w\311\004\243{\340\253\311\377\003\a",
 ) at yarrow256.c:264
264 yarrow256.c: No such file or directory.
(gdb) bt
#0  nettle_yarrow256_update (ctx=0x74291b98, source_index=, 
entropy=128, length=32,
data=0x7efff4cc 
"π\351\352i\204l\310\354\311\002Cw\030\266\177\005v'w\311\004\243{\340\253\311\377\003\a",
 ) at yarrow256.c:264
#1  0x742699ec in ?? () from /usr/lib/arm-linux-gnueabihf/libgnutls-deb0.so.28
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

So it looks like it may as well be in libnettle.
I have the following versions installed:

ii  libnettle4:armhf  2.7.1-5+deb8u1  armhf 
   low level cryptographic library (symmetric and one-way cryptos)
ii  libnettle6:armhf  3.3-1   armhf 
   low level cryptographic library (symmetric and one-way cryptos)


Folkert van Heusden



Bug#775779: tip

2017-02-27 Thread Folkert van Heusden
Hi,
 
 I also got this problem with polyglot failing on invalid pgn-files.
 I found "pgn-extract" to be the solution for this.

 Please note that you need at least pgn-extract 17-37 for this.
 

Bug#640765: screen: -U even with UTF-8 locale results in garbled ncurses apps

2017-01-04 Thread folkert
Hi,

Please close the report: I have no (longer an) idea when this problem
happened. Probably under putty.

On Wed, Nov 30, 2016 at 11:53:40PM +0100, Axel Beckert wrote:
> Control: tag -1 + moreinfo
> 
> Hi,
> 
> Daniel Dickinson wrote:
> > Package: screen
> > Version: 4.0.3-14
> > 
> > Use of screen -U results in corrupted screen for ncurses apps, even if 
> > locale is UTF-8.
> 
> This is a very general description of an issue, so it's difficult to
> check if the issue is still present.
> 
> Can you check with either a current Debian Stable (i.e. Jessie) or
> Debian Testing/Unstable if this is still happening for you.
> 
> I know there are still known issues with screen
> 4.1.0~20120320gitdb59704-7 in Wheezy (currently oldstable) which are
> no more present in Debian Unstable (and others which are still there).
> 
> Folkert van Heusden wrote:
> > I can confirm this problem.
> > Directly on the ssh prompt, things run fine. Then when i invoke screen
> > and run a program, then all lines are garbled.
> > See for example this:
> > http://keetweej.vanheusden.com/~folkert/fi-screen.png
> 
> Can't access that URL anymore. Can you please sent the picture to the
> bug report (if the issue still appears for you in Debian Stable,
> Testing or Unstable) instead?
> 
>   Regards, Axel
> -- 
>  ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
> : :' :  |  Debian Developer, ftp.ch.debian.org Admin
> `. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
>   `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE


Folkert van Heusden

-- 
Curious about the inner workings of your car? Then check O2OO: it'll
tell you all that there is to know about your car's engine!
http://www.vanheusden.com/O2OO/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#843638: same problem

2016-12-19 Thread folkert
> > Apparently autogen and intltool were missing and not in the build-dep.
> 
> You seem to use the package from testing. Package swami (2.0.0+svn389-4)
> from unstable already has this build-dependency fixed:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837841

ah right ok

> > After building the package from the sources from the deb-src, the
> > program runs fine!
> 
> Even the fftune plugin? That'd be strange, since the code calls both
> fftw_free() and fftwf_free(), whereas the libfftw3f.so.3 library, against
> which the plugin links, only exports the latter.

Yes. Well it no longer segfaults at start-up. Things like finding loops
in samples works fine.


Folkert van Heusden



Bug#843638: same problem

2016-12-16 Thread folkert
> > You mean build-essential?
> > That I have installed. Also libtool.
> 
> Nope, I meant "apt-get build-dep " to install a package's
> build-dependencies.

Apparently autogen and intltool were missing and not in the build-dep.

After building the package from the sources from the deb-src, the
program runs fine!



Bug#843638: same problem

2016-12-16 Thread folkert
> > You mean build-essential?
> > That I have installed. Also libtool.
> 
> Nope, I meant "apt-get build-dep " to install a package's
> build-dependencies.

Right, yes, they also have been installed. Did a verify build-dep
install.


Folkert van Heusden



Bug#843638: same problem

2016-12-16 Thread Folkert van Heusden
On Fri, Dec 16, 2016 at 10:15 AM, Fabian Greffrath  wrote:
>
> apt-get build-dep


You mean build-essential?
That I have installed. Also libtool.


-- 
www.vanheusden.com
www.slimwinnen.nl



Bug#843638: same problem

2016-12-15 Thread folkert
I've got this problem as well.

Tried building it from source (apt-get source + dpkg-buildpackage)
but this fails:

libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:33: error: possibly undefined macro: AC_PROG_INTLTOOL
  If this token and others are legitimate, please use
m4_pattern_allow.
  See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
dh_autoreconf: autoreconf -f -i returned exit code 1
debian/rules:6: recipe for target 'build' failed



Bug#837190: [Pkg-xfce-devel] Bug#837190: xfce4-terminal: terminal becomes garbled when scrolling

2016-09-10 Thread folkert
> > It also happened with gnome-terminal but from what I heard (haven't used
> > gnome-terminal for a while) this has been fixed.
> 
> gnome-terminal uses vte3, not vte2 so it's not relevant. Please try
> lxterminal.

Yes I can reproduce it with lxterminal too:
http://vps001.vanheusden.com/~folkert/xfce4-terminal-corruption-lxterminal.png


Folkert van Heusden



Bug#837190: [Pkg-xfce-devel] Bug#837190: xfce4-terminal: terminal becomes garbled when scrolling

2016-09-10 Thread folkert
> > > control: tag -1 moreinfo
> > > > 
> > > > This happens randomly and rather often. Both in vim as well as on the
> > > > command line.
> > > > In vim I can resolve it by pressing ^L, on the command line by pressing
> > > > enter.
> > > > I'll see if I can add a screenshot.
> > > 
> > > few question on this:
> > > 
> > > - when did it start happening?
> > 
> > This problem is there for at least 2 years, maybe longer.
> 
> And you decided to report it just know? I never experienced this, btw.

Yes on two different laptops (a lenovo and some german brand).
Also a friend of mine has the same experience.

> > > - does it happen with other vte-based terminal like lxterminal
> > 
> > It also happened with gnome-terminal but from what I heard (haven't used
> > gnome-terminal for a while) this has been fixed.
> 
> gnome-terminal uses vte3, not vte2 so it's not relevant. Please try
> lxterminal.

will do


Folkert van Heusden

-- 
Nagios user? Check out CoffeeSaint - the versatile Nagios status
viewer! http://www.vanheusden.com/java/CoffeeSaint/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#837190: [Pkg-xfce-devel] Bug#837190: xfce4-terminal: terminal becomes garbled when scrolling

2016-09-10 Thread folkert
> control: tag -1 moreinfo
> > This happens randomly and rather often. Both in vim as well as on the 
> > command line.
> > In vim I can resolve it by pressing ^L, on the command line by pressing 
> > enter.
> > I'll see if I can add a screenshot.
> 
> few question on this:
> 
> - when did it start happening?

This problem is there for at least 2 years, maybe longer.

> - can you identify the update?

Unfortunately no.

> - does it happen with other vte-based terminal like lxterminal

It also happened with gnome-terminal but from what I heard (haven't used
gnome-terminal for a while) this has been fixed.


Folkert van Heusden

-- 
MultiTail är ett flexibel redskap för att följa en eller flera logfiler, utföra
kommandon, filtrera, färglägga, sammanfoga, o.s.v...
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#837190: screendump

2016-09-09 Thread folkert
See http://vps001.vanheusden.com/~folkert/xfce4-terminal-corruption.png



Bug#837190: xfce4-terminal: terminal becomes garbled when scrolling

2016-09-09 Thread folkert
Package: xfce4-terminal
Version: 0.6.3-2
Severity: normal

This happens randomly and rather often. Both in vim as well as on the command 
line.
In vim I can resolve it by pressing ^L, on the command line by pressing enter.
I'll see if I can add a screenshot.

-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfce4-terminal depends on:
ii  exo-utils   0.10.7-1
ii  libatk1.0-0 2.20.0-1
ii  libc6   2.23-4
ii  libgdk-pixbuf2.0-0  2.34.0-1
ii  libglib2.0-02.48.1-2
ii  libgtk2.0-0 2.24.30-4
ii  libpango-1.0-0  1.40.1-1
ii  libvte9 1:0.28.2-5+b1
ii  libx11-62:1.6.3-1
ii  libxfce4ui-1-0  4.12.1-2
ii  libxfce4util7   4.12.1-2

Versions of packages xfce4-terminal recommends:
ii  dbus-x11  1.10.10-1

xfce4-terminal suggests no packages.

-- no debconf information



Bug#833869: [Pkg-samba-maint] Bug#833869: samba: Samba file permissions and "unix extensions = yes"

2016-08-09 Thread Folkert Muller
replying again for inclusion of the 833...@bugs.debian.org cc

2016-08-09 19:24 GMT+02:00 Folkert Muller <folkertmul...@gmail.com>:

> The permissions were 644 in the case I found, and 755 when I tested it
> myself.
> In the first case I only have seen the result on the server, in the second
> case the rights on the client and server where the same. When I created a
> new file (with thunar on a folder mounted on this server) the permissions
> were 664 as expected.
>
> I expected the "force create mode = 0664" its brother "create mask = 0664"
> to overrule permissions when copying to the server.
>
> Maybe I just didn't understand "unix extensions" would overwrite the above
> options.
>
> I use 664 on one big share, and have the base folder set so nobody can
> edit it, the rights on the next folders are drwxrxs--- or drwxrwsr-x with
> the groups corresponding to who may edit.
>
> Cheers to you as well, it's 19:13 here in the netherlands and I am
> drinking the australian chardonnay "willowglen". I hope you are enjoying
> yourself as well.
>
> Greetings, Folkert
>
> 2016-08-09 18:57 GMT+02:00 Jelmer Vernooij <jel...@debian.org>:
>
>> severity 833869 wishlist
>> thanks
>>
>> On Tue, Aug 09, 2016 at 06:46:48PM +0200, folkert wrote:
>> > I found out a user put a file on the server and another user from the
>> same group
>> > not beeing able to edit it. Both users using a debian stable client.
>> What were the permissions/owner/group of the file after being copied by
>> the
>> first user?
>>
>> This sounds like regular unix behaviour.
>>
>> Cheers,
>>
>> Jelmer
>>
>
>


Bug#833869: samba: Samba file permissions and "unix extensions = yes"

2016-08-09 Thread folkert
Package: samba
Version: 2:4.2.10+dfsg-0+deb8u3
Severity: important

Dear Maintainer,

I found out a user put a file on the server and another user from the same 
group 
not beeing able to edit it. Both users using a debian stable client.

When putting "unix extensions = no" in smb.conf this was solved. yes was 
default.
I would have expected the lines "create mask" and "force create mode" to rule
what is happening since copying a file from my desktop to the server creates a 
new file on that server. If "create mask" and "force create mode" don't rule the
world I would have expected a small explanation in the man-page of smb.conf

My personal problem seems solved by this setting but I hope this helps.

Regards, Folkert


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

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

Versions of packages samba depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.17.27
ii  libbsd0  0.7.0-2
ii  libc62.19-18+deb8u4
ii  libhdb9-heimdal [heimdal-hdb-api-8]  1.6~rc2+dfsg-9
ii  libldb1  2:1.1.20-0+deb8u1
ii  libpam-modules   1.1.8-3.1+deb8u1+b1
ii  libpam-runtime   1.1.8-3.1+deb8u1
ii  libpopt0 1.16-10
ii  libpython2.7 2.7.9-2
ii  libtalloc2   2.1.2-0+deb8u1
ii  libtdb1  1.3.6-0+deb8u1
ii  libtevent0   0.9.25-0+deb8u1
ii  lsb-base 4.1+Debian13+nmu1
ii  multiarch-support2.19-18+deb8u4
ii  procps   2:3.3.9-9
ii  python   2.7.9-1
ii  python-dnspython 1.12.0-1
ii  python-ntdb  1.0-5
ii  python-samba 2:4.2.10+dfsg-0+deb8u3
pn  python2.7:any
ii  samba-common 2:4.2.10+dfsg-0+deb8u3
ii  samba-common-bin 2:4.2.10+dfsg-0+deb8u3
ii  samba-dsdb-modules   2:4.2.10+dfsg-0+deb8u3
ii  samba-libs   2:4.2.10+dfsg-0+deb8u3
ii  tdb-tools1.3.6-0+deb8u1
ii  update-inetd 4.43

Versions of packages samba recommends:
ii  attr   1:2.4.47-2
ii  logrotate  3.8.7-1+b1
ii  samba-vfs-modules  2:4.2.10+dfsg-0+deb8u3

Versions of packages samba suggests:
pn  bind9  
pn  bind9utils 
pn  ctdb   
pn  ldb-tools  
ii  ntp1:4.2.6.p5+dfsg-7+deb8u2
pn  smbldap-tools  
pn  winbind

-- debconf information:
  samba-common/title:
  samba/run_mode: daemons



Bug#825296: mess-data: mame : Depends: mame-data (= 0.173-6) but it is not installable

2016-05-25 Thread folkert
Package: mess-data
Version: 0.173-6
Severity: important

Hi,

Mame is missing mame-data:

oot@travelmate:/home/folkert# apt-get install mame 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mame : Depends: mame-data (= 0.173-6) but it is not installable
E: Unable to correct problems, you have held broken packages.



-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

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



Bug#824430: multitail: Illegal utf-8 character sequences break output permanently

2016-05-15 Thread folkert
Hi Christoph,

Thanks for the elaborate research and the fix!
I've merged it and pushed things to the github repo.

On Sun, May 15, 2016 at 11:54:00PM +0200, Christoph Biedl wrote:
> Package: multitail
> Version: 6.4.2-1
> Severity: normal
> 
> Dear Maintainer,
> 
> if the locale settings are somewhat utf-8-ish, illegal utf-8 character
> sequences break any future multitail output until the program is
> terminated. Instead of the actual text, the string "^`" is printed for
> each character, inverted.
> 
> 
> Reproducer:
> 
> printf '\xf8\xa7\nhello\n' | LANG=en_US.UTF-8 multitail -j
> 
> 
> Analysis:
> 
> The mbsrtowcs invocation in mt.c might fail. The program does not catch
> this but uses the pre-defined value for wcur which is the null byte.
> The documentation states the value is undefined but appearently it's
> just left untouched. That null value is considered a control character
> and the code to print that generates the observed sequence (it should
> rather be "^@", different story).
> 
> The surprising thing is any future invocations to mbsrtowcs will fail,
> too. Appearently the internal state is distorted in a way it cannot
> recover even when processing sound input. This might be an issue in
> glibc, I've filed #824429
> 
> 
> Workaround:
> 
> Set LANG to C before calling multitail.
> 
> 
> Possible fixes:
> 
> - Set LC_CTYPE to "C" instead of "" in main. Unless this has other
>   side effects.
> - Instead of using the internal state, provide one on our own,
>   and reset it upon error, see below.
> 
> In either way it's a good idea to set wcur to the question mark to
> indicate a character conversion error. More elaborate things were
> printing it inverted and/or using the replacement character U+FFFD for
> this. Figuring out side effects is left as an exercise to the reader.
> 
> Christoph
> 
> --- a/mt.c
> +++ b/mt.c
> @@ -617,8 +617,12 @@ void do_color_print(proginfo *cur, char *use_string, int 
> prt_start, int prt_end,
>  
>  #ifdef UTF8_SUPPORT
>   const char *dummy = _string[offset];
> - wchar_t wcur = 0;
> - mbsrtowcs(, , 1, NULL);
> + wchar_t wcur;
> + static mbstate_t state;
> + if (mbsrtowcs(, , 1, ) == -1) {
> + wcur = '?';
> + memset (, '\0', sizeof (mbstate_t));
> + }
>  #else
>   char wcur = use_string[offset];
>  #endif
> 
> 
> -- System Information:
> Debian Release: stretch/sid
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 4.4.9 (SMP w/4 CPU cores)
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
> Shell: /bin/sh linked to /bin/dash
> Init: unable to detect
> 
> Versions of packages multitail depends on:
> ii  libc6 2.22-7
> ii  libncursesw5  6.0+20160319-1
> ii  libtinfo5 6.0+20160319-1
> 
> multitail recommends no packages.
> 
> multitail suggests no packages.
> 
> -- no debconf information


Folkert van Heusden

-- 
Multitail est un outil permettant la visualisation de fichiers de
journalisation et/ou le suivi de l'exécution de commandes. Filtrage,
mise en couleur de mot-clé, fusions, visualisation de différences
(diff-view), etc.  http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#810638: mutrace: no longer works on jessie

2016-01-10 Thread folkert
Package: mutrace
Version: 0.2.0-2
Severity: normal

No tcmalloc used or so:

folkert@belle:~↥ 1 $ g++-4.4 -rdynamic t.cpp 
folkert@belle:~↥ $ mutrace ./a.out 
mutrace: Detected non-glibc memory allocator. Your program uses some
mutrace: alternative memory allocator (jemalloc?) which is not compatible with
mutrace: mutrace. Please rebuild your program with the standard memory
mutrace: allocator or fix mutrace to handle yours correctly.
folkert@belle:~↥ 1 $ ldd ./a.out
linux-vdso.so.1 (0x7fffc6787000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f0cb0259000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7f0caff58000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f0cafd41000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f0caf998000)
/lib64/ld-linux-x86-64.so.2 (0x7f0cb0608000)
folkert@belle:~↥ 39s 148 $ set | grep PRELOAD 
folkert@belle:~↥ 1 $ ls -lad /etc/ld.so.preload
ls: cannot access /etc/ld.so.preload: No such file or directory
folkert@belle:~↥ 2 $ 


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/12 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 mutrace depends on:
ii  libc6  2.19-13

mutrace recommends no packages.

mutrace suggests no packages.

-- no debconf information



Bug#808396: /usr/bin/avr-gcc: please provide a "long double" which would be 8 bytes or just an 8-byte double

2015-12-19 Thread folkert
Package: gcc-avr
Version: 1:4.8.1+Atmel3.4.5-1
Severity: wishlist
File: /usr/bin/avr-gcc

Please provide a "long double" which would be 8 bytes or just an 8-byte double.
We're also doing 64 bit ints so why no 64b double?


-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

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

Versions of packages gcc-avr depends on:
ii  binutils-avr  2.24+Atmel3.4.5-1
ii  libc6 2.21-4
ii  libgmp10  2:6.0.0+dfsg-6
ii  libmpc3   1.0.2-1
ii  libmpfr4  3.1.3-1
ii  zlib1g1:1.2.8.dfsg-2+b1

gcc-avr recommends no packages.

Versions of packages gcc-avr suggests:
ii  avr-libc  1:1.8.0+Atmel3.4.5-1
ii  gcc   4:5.3.1-1
pn  gcc-doc   
pn  task-c-devel  

-- no debconf information



Bug#801849: node-jquery does not register

2015-10-15 Thread folkert
Package: node-jquery
Version: 1.6.3-1
Severity: important

Hi,

The node-jquery package no longer works at all:

module.js:460
  return process.dlopen(module, path._makeLong(filename));
 ^

Error: Module did not self-register.
at Error (native)
at Object.Module._extensions..node (module.js:460:18)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object. (/usr/lib/nodejs/contextify/contextifyjs.js:1:77)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/12 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 node-jquery depends on:
ii  node-jsdom  0.8.10+dfsg1-1
ii  nodejs  4.2.1~dfsg-1

node-jquery recommends no packages.

node-jquery suggests no packages.

-- no debconf information



Bug#789182: multitail: Please support squid3 logfiles

2015-09-24 Thread folkert
Oh it is possible that I put it into the github version but did not
release that in a tar-ball.

Ok i've uploaded 6.4.2 containing that (and a segfault fix).

On Wed, Sep 23, 2015 at 11:38:37PM +0200, Rene Engelhard wrote:
> [ Just wanted to update to 6.4.1... ]
> 
> Hi,
> 
> On Wed, Jun 24, 2015 at 03:18:35PM +0200, folkert wrote:
> > I've committed your change to the github repo.
> 
> sure? At least the released 6.4.1 from 
> http://www.vanheusden.com/multitail/download.php
> does not contain the change and
> 
> > > Please consider an enhancement, the following worked for me:
> > > 
> > > diff --git a/multitail.conf b/multitail.conf
> > > --- a/multitail.conf
> > > +++ b/multitail.conf
> > > @@ -912,6 +912,7 @@ scheme:apache_error:/var/log/apache/.*error
> > >  scheme:asterisk:/var/log/asterisk/messages
> > >  scheme:samba:/var/log/samba/
> > >  scheme:squid:/var/log/squid/
> > > +scheme:squid:/var/log/squid3/
> > >  scheme:syslog,ssh:/var/log/
> > >  scheme:vnetbr:bplog.rest
> > >  scheme:procmail:procmail.log
> > > @@ -1139,6 +1140,7 @@ default_convert:apache:/var/log/apache/.*access
> > >  default_convert:apache:/var/log/lighttpd/.*access
> > >  default_convert:asterisk:/var/log/asterisk/messages
> > >  default_convert:squid:/var/log/squid/
> > > +default_convert:squid:/var/log/squid3/
> > >  default_convert:qmailtimestr:/var/log/qmail/qmail.smtpd.log
> > >  #
> > >  # when a buffer (for scrollback) gets too full, some lines must be freed 
> > > (unless one sets the buffersize to unlimited)
> 
> still applies.
> 
> Regards,
> 
> Rene


Folkert van Heusden

-- 
Want to finally win in the MegaMillions lottery? www.smartwinning.info
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#793940: ntp: does not use pps

2015-07-29 Thread Folkert van Heusden
Package: ntp
Version: 1:4.2.8p3+dfsg-1
Severity: normal

Hi,

Ntpd no longer opens pps-device.
This greatly affects the accuracy of the time-keeping.

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

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/12 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 ntp depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.17.25
ii  libc62.19-18
ii  libcap2  1:2.24-8
ii  libedit2 3.1-20150325-1
ii  libgcc1  1:4.9.2-10
ii  libopts251:5.18.6~pre3-3
ii  libssl1.0.0  1.0.1k-3
ii  lsb-base 4.1+Debian13+nmu1
ii  netbase  5.3

Versions of packages ntp recommends:
ii  perl  5.20.2-3

Versions of packages ntp suggests:
ii  ntp-doc  1:4.2.6.p5+dfsg-7

-- Configuration Files:
/etc/ntp.conf changed:
driftfile /var/lib/ntp/ntp.drift
server 127.127.20.1 minpoll 4 prefer
fudge  127.127.20.1 flag3 1
disable monitor
peer hetlicht
peer detijd
peer clara
peer nanosg20
peer china
server ntp.xs4all.nl iburst
server ntp.nmi.nl iburst prefer
server chime1.surfnet.nl iburst
server ntp0.nl.uu.net iburst
restrict -4 default kod notrap nomodify
restrict -6 default kod notrap nomodify
restrict 127.0.0.1
restrict ::1
broadcast 224.0.1.1
broadcast 192.168.39.255
broadcast 192.168.64.255
broadcast 192.168.178.255


-- 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#758871: rrdtool-dbg: does not contain debug symbols for librrd_th

2015-07-27 Thread Folkert van Heusden
I'm sorry I can't help; i'm not using rrdtool anymore.



-Original message-
From: Jean-Michel Vourgère nir...@debian.org
Sent: Friday 24th July 2015 17:53
To: Folkert van Heusden f.vanheus...@zarafa.com
Cc: 758...@bugs.debian.org
Subject: Re: rrdtool-dbg: does not contain debug symbols for librrd_th


Control: tags -1 moreinfo

Hello Folkert

Your wrote:
 rrdtool-dbg: does not contain debug symbols for librrd_th


I rebuilt version 1.4.8-1.1 and here's an extract of the build logs with
DH_VERBOSE=1 :

 dh_strip -a --dbg-package=rrdtool-dbg
 (...)
 install -d debian/rrdtool-dbg/usr/lib/debug/.build-id/86
 
 objcopy --only-keep-debug --compress-debug-sections 
 debian/librrd4/usr/lib/librrd_th.so.4.2.1 
 debian/rrdtool-dbg/usr/lib/debug/.build-id/86/53ea4714da9eaf4abe6b19532bf7685483e383.debug
 
 chmod 644 
 debian/rrdtool-dbg/usr/lib/debug/.build-id/86/53ea4714da9eaf4abe6b19532bf7685483e383.debug
 
 strip --remove-section=.comment --remove-section=.note --strip-unneeded 
 debian/librrd4/usr/lib/librrd_th.so.4.2.1
 
 objcopy --add-gnu-debuglink 
 debian/rrdtool-dbg/usr/lib/debug/.build-id/86/53ea4714da9eaf4abe6b19532bf7685483e383.debug
  debian/librrd4/usr/lib/librrd_th.so.4.2.1

So it looks like the symbols are in the -dbg package.

Running valgrind, I find the same level of information in rrdtools that
in other libraries.

Valgrind is not a tool I know much about.

Can you explain what you expected?

Here, if I run
 valgrind -d -v -v --leak-check=full rrdtool graph temperature.png
DEF:t=temperature.rrd:temp:AVERAGE LINE1:t#FF:temperature\l
(should work with any command), I get:
 (...)
 --20065-- Reading syms from /usr/bin/rrdtool
 --20065--svma 0x401620, avma 0x401620
 --20065--   Considering 
 /usr/lib/debug/.build-id/d3/910add213ad29a1b3f751982fe540a21f76987.debug ..
 --20065--   .. build-id is valid
 (...)
 --20065-- Reading syms from /usr/lib/librrd.so.4.2.1
 --20065--svma 0x0072b0, avma 0x0004e3c2b0
 --20065--   Considering 
 /usr/lib/debug/.build-id/ab/17988d14073d564daf60499867b0cbb018b2f5.debug ..
 --20065--   .. build-id is valid

And so on.

Can you try it with -d -v -v and post the Reading syms from blocks,
please?

If I uninstall rrdtool-dbg, I have errors like
 --20198-- Reading syms from /usr/lib/librrd.so.4.2.1
 --20198--svma 0x0072b0, avma 0x0004e3c2b0
 --20198--object doesn't have a symbol table

so I guess this is working ok.



Reading other bug repports, I can see that there are issue with valgrind
not showing the line numbers. Is that your issue?

See:
https://bugs.debian.org/701480
https://bugs.debian.org/780173

Please keep us informed if this is it.



Bug#790973: ntp: does not do PPS sync

2015-07-03 Thread Folkert van Heusden
Package: ntp
Version: 1:4.2.6.p5+dfsg-7
Severity: normal

Dear Maintainer,

Ntpd is not using PPS.

As you can see in the attached cfg, I configured a nmea time source with pps 
support (flag3 set to 1).

root@neo:/home/folkert# lsof -n | grep ntp | grep dev
ntpd  18641   root0u  CHR1,3  
0t0   1028 /dev/null
ntpd  18641   root1u  CHR1,3  
0t0   1028 /dev/null
ntpd  18641   root2u  CHR1,3  
0t0   1028 /dev/null
ntpd  18641   root5u  CHR   4,65  
0t0   1114 /dev/ttyS1

root@neo:/home/folkert# ls -l /dev/pps*
crw--- 1 root root 251, 0 May 18 23:46 /dev/pps0
lrwxrwxrwx 1 root root  9 May 18 23:47 /dev/pps1 - /dev/pps0

 remote   refid  st t when poll reach   delay   offset  jitter
==
x127.127.20.1.GPS.0 l7   16  3770.000  -687.34   7.630

This is a somewhat serious defficiency.


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

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/12 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 ntp depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.17.25
ii  libc62.19-18
ii  libcap2  1:2.24-8
ii  libedit2 3.1-20150325-1
ii  libopts251:5.18.4-3
ii  libssl1.0.0  1.0.1k-3
ii  lsb-base 4.1+Debian13+nmu1
ii  netbase  5.3

Versions of packages ntp recommends:
ii  perl  5.20.2-3

Versions of packages ntp suggests:
ii  ntp-doc  1:4.2.6.p5+dfsg-7

-- Configuration Files:
/etc/ntp.conf changed:
driftfile /var/lib/ntp/ntp.drift
server 127.127.20.1 minpoll 4 prefer
fudge  127.127.20.1 flag3 1 flag2 0
disable monitor
peer hetlicht
peer detijd
peer clara
peer nanosg20
peer china
server ntp.xs4all.nl iburst
server ntp.nmi.nl iburst prefer
server chime1.surfnet.nl iburst
server ntp0.nl.uu.net iburst
restrict -4 default kod notrap nomodify
restrict -6 default kod notrap nomodify
restrict 127.0.0.1
restrict ::1
broadcast 224.0.1.1
broadcast 192.168.39.255
broadcast 192.168.64.255
broadcast 192.168.178.255


-- 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#789182: multitail: Please support squid3 logfiles

2015-06-24 Thread folkert
Hi,

I've committed your change to the github repo.

thanks

On Thu, Jun 18, 2015 at 07:25:04PM +0200, Christoph Biedl wrote:
 Package: multitail
 Version: 6.2.1-1
 Severity: wishlist
 
 Dear Maintainer,
 
 The squid package was removed in jessie, replaced by squid3. However,
 the multitail configuration does not include patterns for the
 different log file paths, rendering the squid rules useless.
 
 Please consider an enhancement, the following worked for me:
 
 diff --git a/multitail.conf b/multitail.conf
 --- a/multitail.conf
 +++ b/multitail.conf
 @@ -912,6 +912,7 @@ scheme:apache_error:/var/log/apache/.*error
  scheme:asterisk:/var/log/asterisk/messages
  scheme:samba:/var/log/samba/
  scheme:squid:/var/log/squid/
 +scheme:squid:/var/log/squid3/
  scheme:syslog,ssh:/var/log/
  scheme:vnetbr:bplog.rest
  scheme:procmail:procmail.log
 @@ -1139,6 +1140,7 @@ default_convert:apache:/var/log/apache/.*access
  default_convert:apache:/var/log/lighttpd/.*access
  default_convert:asterisk:/var/log/asterisk/messages
  default_convert:squid:/var/log/squid/
 +default_convert:squid:/var/log/squid3/
  default_convert:qmailtimestr:/var/log/qmail/qmail.smtpd.log
  #
  # when a buffer (for scrollback) gets too full, some lines must be freed 
 (unless one sets the buffersize to unlimited)
 
 
 Regards,
 
 Christoph
 
 -- System Information:
 Debian Release: 8.1
   APT prefers stable-updates
   APT policy: (500, 'stable-updates'), (500, 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.14.44 (SMP w/4 CPU cores)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/dash
 Init: sysvinit (via /sbin/init)
 
 Versions of packages multitail depends on:
 ii  libc6 2.19-18
 ii  libncursesw5  5.9+20140913-1+b1
 ii  libtinfo5 5.9+20140913-1+b1
 
 multitail recommends no packages.
 
 multitail suggests no packages.
 
 -- no debconf information
 




Folkert van Heusden

-- 
Always wondered what the latency of your webserver is? Or how much more
latency you get when you go through a proxy server/tor? The numbers
tell the tale and with HTTPing you know them!
 http://www.vanheusden.com/httping/
---
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


signature.asc
Description: Digital signature


Bug#753602: closed by Dmitry Smirnov only...@debian.org (Done: bfgminer: won't connect; some kind of issue with libcurl)

2015-06-17 Thread folkert
Explain then why bfgminer build from source does work, using the same
script for starting it? (which sets the username+password)

On Wed, Jun 17, 2015 at 03:30:10PM +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the bfgminer package:
 
 #753602: bfgminer: won't connect; some kind of issue with libcurl
 
 It has been closed by Dmitry Smirnov only...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Dmitry Smirnov 
 only...@debian.org by
 replying to this email.
 
 
 -- 
 753602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753602
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems

 Date: Thu, 18 Jun 2015 01:26:33 +1000
 From: Dmitry Smirnov only...@debian.org
 To: 753602-d...@bugs.debian.org
 Subject: Done: bfgminer: won't connect; some kind of issue with libcurl
 
 As upstream himself commented, this is most likely a problem with credentials 
 used for authentication and not a bug.
 
 Thank you for reporting the bug, which will now be closed.  If you
 have further comments please address them to 753...@bugs.debian.org,
 and the maintainer will reopen the bug report if appropriate.
 
 -- 
 All the best,
  Dmitry Smirnov



 Date: Thu, 03 Jul 2014 15:43:08 +0200
 From: Folkert van Heusden folk...@vanheusden.com
 To: Debian Bug Tracking System sub...@bugs.debian.org
 Subject: bfgminer: won't connect; some kind of issue with libcurl
 X-Mailer: reportbug 6.4.4
 
 Package: bfgminer
 Version: 4.2.0+dfsg-1
 Severity: grave
 Justification: renders package unusable
 
 Hi,
 
 I try to mine at btcguild. I use the command-line they suggest (apart from 
 the --api* of course):
 
   /usr/bin/bfgminer --syslog -o 
 stratum+tcp://eu-stratum.btcguild.com: -u flok_1 -p 123 -S erupter:all 
 --api-listen --api-network --icarus-options 115200:1:1 --icarus-timing 3.0=100
 
 This doesn't work:
 
   Jul  3 15:37:18 neo bfgminer: Found BES 0 at /dev/ttyUSB4
   ...
   Jul  3 15:37:18 neo bfgminer: Found BES 7 at /dev/ttyUSB3
   Jul  3 15:37:19 neo bfgminer[24326]: Probing for an alive pool
   Jul  3 15:37:19 neo bfgminer[24326]: Testing pool 
 stratum+tcp://eu-stratum.btcguild.com:
   Jul  3 15:37:19 neo bfgminer[24326]: HTTP request failed: Protocol 
 stratum+tcp not supported or disabled in libcurl
   Jul  3 15:37:19 neo bfgminer[24326]: pool 0 JSON stratum auth failed: 
 (null)
   Jul  3 15:37:20 neo bfgminer[24326]: Pool: 0  URL: 
 stratum+tcp://eu-stratum.btcguild.com:  User: flok_1  Password: 123
   Jul  3 15:37:36 neo bfgminer[24326]: Pool: 0  URL: 
 stratum+tcp://eu-stratum.btcguild.com:  User: flok_1  Password: 123
 
 
 -- System Information:
 Debian Release: 7.3
   APT prefers stable-updates
   APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
 (500, 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.11-rc7-amd64 (SMP w/12 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages bfgminer depends on:
 ii  libblkmaker-0.1-0  0.4.0-1
 ii  libc6  2.17-7
 ii  libcurl3-gnutls7.32.0-1
 ii  libevent-2.0-5 2.0.19-stable-3
 ii  libjansson42.5-1
 ii  libmicrohttpd100.9.33-1
 ii  libncurses55.9+20130608-1
 ii  libsensors41:3.3.3-1
 ii  libtinfo5  5.9+20130608-1
 ii  libudev1   204-5
 ii  libusb-1.0-0   2:1.0.17-1+b1
 
 Versions of packages bfgminer recommends:
 ii  amd-opencl-icd-legacy [opencl-icd]  8.97.100.7-4
 ii  ocl-icd-libopencl1  2.1.3-4
 
 bfgminer suggests no packages.
 
 -- no debconf information



Folkert van Heusden

-- 
Multi tail barnamaj mowahib li mora9abat attasjilat wa nataij awamir
al 7asoub. damj, talwin, mora9abat attarchi7 wa ila akhirih.
http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


signature.asc
Description: Digital signature


Bug#785665: ntp: support for atom driver not included

2015-05-18 Thread Folkert van Heusden
Package: ntp
Version: 1:4.2.6.p5+dfsg-7
Severity: normal

When trying to use the atom driver, the following error appears:

May 18 23:32:52 neo ntpd[12749]: refclock_newpeer: clock type 22 invalid  
May 18 23:32:52 neo ntpd[12749]: 127.127.22.1 interface 127.0.0.1 - (none)

This means that atom support is not included.

There are situations where it is preferred (e.g. when the gps nmea time 
sentences are way off so that you only want to use its pps signal with a 
regular ntp sources as a base).

-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/12 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 ntp depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.17.25
ii  libc62.19-18
ii  libcap2  1:2.24-8
ii  libedit2 3.1-20140620-2
ii  libopts251:5.18.4-3
ii  libssl1.0.0  1.0.1k-3
ii  lsb-base 4.1+Debian13+nmu1
ii  netbase  5.3

Versions of packages ntp recommends:
ii  perl  5.20.2-3

Versions of packages ntp suggests:
pn  ntp-doc  none

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

-- no debconf information


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



Bug#785263: gpsd: ignores serial devices

2015-05-17 Thread folkert
Hi Bernd,

TL;DR: modemmanager had /dev/ttyS1 open and gpsd had no access to the
device (was not in the dialout group).

(hopefully google picks this up)

 control: severity 785263 normal
 control: tags 785263 unreproducible moreinfo
  gpsd in jessie no longer works for serial devices.
  In /etc/default/gpsd I usually configure /dev/ttyS1 with the -n flag but 
  since jessie this is ignored.
  The device is not openend at start, and also not if I explicitly start a 
  client (e.g. gpsmon).
  Tried the version of experimental as well but that version doesn't work 
  either.
 
 What you are seing is probably a permission issue. You might want to check if
 the user gpsd is able to access that device.

Indeed gpsd was not in the group with access to the tty.
But after changing that it still won't access it:

root@neo:/home/folkert# ls -la /dev/ttyS1 
crw-rw 1 root dialout 4, 65 May  7 22:53 /dev/ttyS1
root@neo:/home/folkert# grep gpsd /etc/group
dialout:x:20:nut,gpsd
root@neo:/home/folkert# ps -deaf | grep gpsd
gpsd 14358 1  0 12:53 ?00:00:00 /usr/sbin/gpsd -N -n /dev/ttyS1
root 14406 13042  0 12:54 pts/200:00:00 grep gpsd
root@neo:/home/folkert# lsof -n | grep gpsd | grep tty
root@neo:/home/folkert# 

 Also check if something is being reported in the logs.

Then I did that and:

May 17 12:53:38 neo gpsd[14358]: gpsd:ERROR: /dev/ttyS1 already opened
by another process
May 17 12:53:38 neo gpsd[14358]: gpsd:ERROR: initial GPS device
/dev/ttyS1 open failed
root@neo:/home/folkert# 
root@neo:/home/folkert# lsof -n | grep ttyS
ModemMana  5431   root   11u  CHR   4,65 0t0   
1114 /dev/ttyS1
gmain  5431  5554 root   11u  CHR   4,65 0t0   
1114 /dev/ttyS1
gdbus  5431  5654 root   11u  CHR   4,65 0t0   
1114 /dev/ttyS1

...again this not-so-nice modemmanager has bitten me. This is not the
first time (in other not related (arduino) cases). Sigh.

Problem solved!


Could've figured this out myself probably but I'm still a bit scared of
systemd.


Thanks,

Folkert van Heusden

-- 
MultiTail is a versatile tool for watching logfiles and output of
commands. Filtering, coloring, merging, diff-view, etc.
http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#785263: gpsd: ignores serial devices

2015-05-13 Thread Folkert van Heusden
Package: gpsd
Version: 3.12-1
Severity: grave
Justification: renders package unusable

Hi,

gpsd in jessie no longer works for serial devices.
In /etc/default/gpsd I usually configure /dev/ttyS1 with the -n flag but since 
jessie this is ignored.
The device is not openend at start, and also not if I explicitly start a client 
(e.g. gpsmon).
Tried the version of experimental as well but that version doesn't work either.

-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/12 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 gpsd depends on:
ii  adduser  3.113+nmu3
ii  init-system-helpers  1.22
ii  libbluetooth35.23-2+b1
ii  libc62.19-18
ii  libdbus-1-3  1.8.16-1
ii  libgps22 3.12-1
ii  libusb-1.0-0 2:1.0.19-1
ii  lsb-base 4.1+Debian13+nmu1
ii  netbase  5.3
ii  systemd-sysv 215-17

Versions of packages gpsd recommends:
ii  python  2.7.9-1
ii  udev215-17

Versions of packages gpsd suggests:
ii  dbus  1.8.16-1
ii  gpsd-clients  3.12-1

-- Configuration Files:
/etc/default/gpsd changed:
START_DAEMON=true
USBAUTO=false
DEVICES=/dev/ttyS1
GPSD_OPTIONS=-n


-- debconf information:
  gpsd/daemon_options: -n
  gpsd/socket: /var/run/gpsd.sock
  gpsd/device: /dev/ttyS1
  gpsd/start_daemon: true
  gpsd/autodetection: false


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



Bug#774299: documentation

2015-04-02 Thread folkert
Hi,

Am I right that this is new behaviour is not documented anywhere?
I checked /usr/share/doc/openssl/* for OPENSSL_ALLOW_SSLv3 and did not
see it.
Would've been helpful.


Folkert van Heusden

-- 
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#772129: dpkg-build: silently ignores lines it does not understand

2014-12-06 Thread folkert
  Package: dpkg-build
  Version: any
  Severity: important
 
  For example debian/control with:
  
  package: bla
  
  This is silently ignored. You just don't find any resulting package.
 
 I fear you'll have to provide way more information, as it stands this
 bug report is not very actionable.
 
 What's the contents of the packaging, at least the entire debian/control
 and debian/rules files, how do you create the package, or what error
 are you getting, etc.

The problem is as follows:
debian/control
--
package: my-package
architecture: all
section: web
depends: php5
description: bla
 bla bla

The package builder will now ignore this section (note the lowercase
first character for each command!) without any warnings.


Folkert van Heusden

-- 
Nagios user? Check out CoffeeSaint - the versatile Nagios status
viewer! http://www.vanheusden.com/java/CoffeeSaint/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#772129: dpkg-build: silently ignores lines it does not understand

2014-12-05 Thread Folkert van Heusden
Package: dpkg-build
Version: any
Severity: important

For example debian/control with:

package: bla

This is silently ignored. You just don't find any resulting package.

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

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


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



Bug#688451: solution for high cpu usage

2014-11-17 Thread Folkert van Heusden
I got frusted a bit by this problem (smsd using incredible much cpu
even when idle) so I ran smsd through valgrind (well, callgrind).
It looks like tons of time is spend in an usleep(100); (yes, hundred).
I always thought that Linux would just round it up to the next
scheduling interval but it looks like that is a busy loop these days?
I changed it from 100us to 10ms and now the cpu usage dropped from on
average  8% to  1%. And that is on a Intel(R) Core(TM) i7-3930K CPU
@ 3.20GHz.
Really something that communicates with a device at 19.2kBps should
not use that much cpu.
So please apply.
Thanks.
Oh and I think there maybe other possibilities of optimizing smsd left.



Regards,


Folkert van Heusden

www.smartwinning.info
diff -uNrBbd smstools-3.1.15.org/src/extras.c smstools-3.1.15/src/extras.c
--- smstools-3.1.15.org/src/extras.c2013-11-08 10:16:02.0 +0100
+++ smstools-3.1.15/src/extras.c2014-11-17 14:01:44.915072505 +0100
@@ -1436,7 +1436,7 @@
   struct timezone tz;
   unsigned long long now;
 
-  do
+  for(;;)
   {
 gettimeofday(tv, tz);
 now = (unsigned long long)tv.tv_sec *100 +tv.tv_usec;
@@ -1444,10 +1444,11 @@
 if (terminate == 1)
   return 1;
 
-if (now  target_time)
-  usleep(100);
+if (now = target_time)
+  break;
+
+usleep(1);
   }
-  while (now  target_time);
 
   return 0;
 }


Bug#717129: setpwc not in debian jessie

2014-10-13 Thread folkert
  setpwc package is currently removed from debian testing, as such it
  will not be part of next debian release codename jessie.
  
  Since the period of freeze starts in a couple of days (Nov 5th), could
  someone please confirm that :
  1. either a patch is pending
  2. setpwc should completely be removed from debian archive.
  
  Thanks.
 
 Hi Mathieu,
 
 Thanks for looking into this old issue. I was under the impression that there 
 will be no patch and that setpwc should be removed. But if Folkert provides 
 one I'll be happy to pack it.

Hi,

As far as I know all specialties of the pwc chipset can be accessed now
from files under /sys.


Folkert van Heusden

-- 
MultiTail is a versatile tool for watching logfiles and output of
commands. Filtering, coloring, merging, diff-view, etc.
http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#763687: Please enable hardened build flags

2014-10-02 Thread folkert
 Package: multitail
 Please enable hardening build flags on your package; adding:
   DPKG_EXPORT_BUILDFLAGS = 1
   include /usr/share/dpkg/buildflags.mk

Are there any indications that multitail has security problems?


Folkert van Heusden

-- 
You've probably gotten really fed up with never winning in the Mega-
Millions lottery. Well, cry no longer: www.smartwinning.info tells you
everything that might help you deciding what numbers to choose. With
nice graphs and pretty animations!
--


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



Bug#758869: librrd-dev: crashes due to use-after-free bugs

2014-08-22 Thread folkert
Package: librrd-dev
Version: 1.4.8-1.1+b1
Severity: important

Hi,

I'm generating graphs using librrd from within a c++ program.
I link against the _th version which should be thread safe.
My c++ program contains a webserver. If I keep F5 pressed in my browser
and thus let tons of graphs be drawn in paralel, then rrdtool crashes
and goes into a loop spewing glib errors.
I tried wrapping the call to rrd_graph in a mutex so that only one
instance is running at a time but that did not help. According to
valgrind the following goes wrong:

==29025== Thread 8:
==29025== Invalid read of size 8
==29025==at 0xADD6C2E: pango_cairo_font_map_create_context 
(pangocairo-fontmap.c:285)
==29025==by 0x6470CF9: rrd_graph_init (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x647581E: rrd_graph_v (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x6475B62: rrd_graph (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x41B761: draw_RRD_file(char const*, char const*, char**, 
unsigned long*) (rrdtool.cpp:114)
==29025==by 0x417F4D: get_graph_cgi(MHD_Connection*, 
std::vectorstd::pairstd::string, std::string, 
std::allocatorstd::pairstd::string, std::string  *) (webserver.cpp:451)
==29025==by 0x4182FD: request_handler(void*, MHD_Connection*, char const*, 
char const*, char const*, char const*, unsigned long*, void**) 
(webserver.cpp:551)
==29025==by 0x4E38011: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x4E391FF: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x4E3CEED: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x6EB50A3: start_thread (pthread_create.c:309)
==29025==by 0x71AFFBC: clone (clone.S:111)
==29025==  Address 0x12558bc0 is 112 bytes inside a block of size 176 free'd
==29025==at 0x4C2970C: free (vg_replace_malloc.c:468)
==29025==by 0xB25CE31: g_type_free_instance (in 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==29025==by 0xAFF4831: pango_context_finalize (pango-context.c:118)
==29025==by 0xB240316: g_object_unref (in 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==29025==by 0xAFFC176: pango_layout_finalize (pango-layout.c:286)
==29025==by 0xB240316: g_object_unref (in 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==29025==by 0x6469E52: im_free (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x64759FB: rrd_graph_v (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x6475B62: rrd_graph (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x41B761: draw_RRD_file(char const*, char const*, char**, 
unsigned long*) (rrdtool.cpp:114)
==29025==by 0x417F4D: get_graph_cgi(MHD_Connection*, 
std::vectorstd::pairstd::string, std::string, 
std::allocatorstd::pairstd::string, std::string  *) (webserver.cpp:451)
==29025==by 0x4182FD: request_handler(void*, MHD_Connection*, char const*, 
char const*, char const*, char const*, unsigned long*, void**) 
(webserver.cpp:551)

So it looks like either rrdtool or pango are trying to use memory that
already had been freed.

It also does something odd when setting up a cairo font map:

==29025== Invalid read of size 8
==29025==at 0xADD6C36: pango_cairo_font_map_create_context 
(pangocairo-fontmap.c:285)
==29025==by 0x6470CF9: rrd_graph_init (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x647581E: rrd_graph_v (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x6475B62: rrd_graph (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x41B761: draw_RRD_file(char const*, char const*, char**, 
unsigned long*) (rrdtool.cpp:114)
==29025==by 0x417F4D: get_graph_cgi(MHD_Connection*, 
std::vectorstd::pairstd::string, std::string, 
std::allocatorstd::pairstd::string, std::string  *) (webserver.cpp:451)
==29025==by 0x4182FD: request_handler(void*, MHD_Connection*, char const*, 
char const*, char const*, char const*, unsigned long*, void**) 
(webserver.cpp:551)
==29025==by 0x4E38011: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x4E391FF: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x4E3CEED: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x6EB50A3: start_thread (pthread_create.c:309)
==29025==by 0x71AFFBC: clone (clone.S:111)
==29025==  Address 0xb9b9b9b9b9b9b9b9 is not stack'd, malloc'd or (recently) 
free'd

Note that the 0xb9... pattern comes from the valgrind command-line I
use:
valgrind --show-reachable=yes --leak-check=full --read-var-info=yes 
--track-origins=yes --malloc-fill=93 --free-fill=b9 --error-limit=no

The errors outputted are by the way:
(process:10571): Pango-CRITICAL **: pango_cairo_font_map_create_context: 
assertion 'PANGO_IS_CAIRO_FONT_MAP (fontmap)' failed

(process:10571): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion 
'G_IS_OBJECT (object)' failed

(process:10571): GLib-GObject-CRITICAL **: g_object_replace_qdata: assertion 
'G_IS_OBJECT (object)' failed

(process:10571): 

Bug#758868: librrd-dev: crashes due to use-after-free bugs

2014-08-22 Thread folkert
Package: librrd-dev
Version: 1.4.8-1.1+b1
Severity: important

Hi,

I'm generating graphs using librrd from within a c++ program.
I link against the _th version which should be thread safe.
My c++ program contains a webserver. If I keep F5 pressed in my browser
and thus let tons of graphs be drawn in paralel, then rrdtool crashes
and goes into a loop spewing glib errors.
I tried wrapping the call to rrd_graph in a mutex so that only one
instance is running at a time but that did not help. According to
valgrind the following goes wrong:

==29025== Thread 8:
==29025== Invalid read of size 8
==29025==at 0xADD6C2E: pango_cairo_font_map_create_context 
(pangocairo-fontmap.c:285)
==29025==by 0x6470CF9: rrd_graph_init (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x647581E: rrd_graph_v (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x6475B62: rrd_graph (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x41B761: draw_RRD_file(char const*, char const*, char**, 
unsigned long*) (rrdtool.cpp:114)
==29025==by 0x417F4D: get_graph_cgi(MHD_Connection*, 
std::vectorstd::pairstd::string, std::string, 
std::allocatorstd::pairstd::string, std::string  *) (webserver.cpp:451)
==29025==by 0x4182FD: request_handler(void*, MHD_Connection*, char const*, 
char const*, char const*, char const*, unsigned long*, void**) 
(webserver.cpp:551)
==29025==by 0x4E38011: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x4E391FF: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x4E3CEED: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x6EB50A3: start_thread (pthread_create.c:309)
==29025==by 0x71AFFBC: clone (clone.S:111)
==29025==  Address 0x12558bc0 is 112 bytes inside a block of size 176 free'd
==29025==at 0x4C2970C: free (vg_replace_malloc.c:468)
==29025==by 0xB25CE31: g_type_free_instance (in 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==29025==by 0xAFF4831: pango_context_finalize (pango-context.c:118)
==29025==by 0xB240316: g_object_unref (in 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==29025==by 0xAFFC176: pango_layout_finalize (pango-layout.c:286)
==29025==by 0xB240316: g_object_unref (in 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==29025==by 0x6469E52: im_free (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x64759FB: rrd_graph_v (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x6475B62: rrd_graph (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x41B761: draw_RRD_file(char const*, char const*, char**, 
unsigned long*) (rrdtool.cpp:114)
==29025==by 0x417F4D: get_graph_cgi(MHD_Connection*, 
std::vectorstd::pairstd::string, std::string, 
std::allocatorstd::pairstd::string, std::string  *) (webserver.cpp:451)
==29025==by 0x4182FD: request_handler(void*, MHD_Connection*, char const*, 
char const*, char const*, char const*, unsigned long*, void**) 
(webserver.cpp:551)

So it looks like either rrdtool or pango are trying to use memory that
already had been freed.

It also does something odd when setting up a cairo font map:

==29025== Invalid read of size 8
==29025==at 0xADD6C36: pango_cairo_font_map_create_context 
(pangocairo-fontmap.c:285)
==29025==by 0x6470CF9: rrd_graph_init (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x647581E: rrd_graph_v (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x6475B62: rrd_graph (in /usr/lib/librrd_th.so.4.2.1)
==29025==by 0x41B761: draw_RRD_file(char const*, char const*, char**, 
unsigned long*) (rrdtool.cpp:114)
==29025==by 0x417F4D: get_graph_cgi(MHD_Connection*, 
std::vectorstd::pairstd::string, std::string, 
std::allocatorstd::pairstd::string, std::string  *) (webserver.cpp:451)
==29025==by 0x4182FD: request_handler(void*, MHD_Connection*, char const*, 
char const*, char const*, char const*, unsigned long*, void**) 
(webserver.cpp:551)
==29025==by 0x4E38011: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x4E391FF: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x4E3CEED: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10.27.0)
==29025==by 0x6EB50A3: start_thread (pthread_create.c:309)
==29025==by 0x71AFFBC: clone (clone.S:111)
==29025==  Address 0xb9b9b9b9b9b9b9b9 is not stack'd, malloc'd or (recently) 
free'd

Note that the 0xb9... pattern comes from the valgrind command-line I
use:
valgrind --show-reachable=yes --leak-check=full --read-var-info=yes 
--track-origins=yes --malloc-fill=93 --free-fill=b9 --error-limit=no

The errors outputted are by the way:
(process:10571): Pango-CRITICAL **: pango_cairo_font_map_create_context: 
assertion 'PANGO_IS_CAIRO_FONT_MAP (fontmap)' failed

(process:10571): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion 
'G_IS_OBJECT (object)' failed

(process:10571): GLib-GObject-CRITICAL **: g_object_replace_qdata: assertion 
'G_IS_OBJECT (object)' failed

(process:10571): 

Bug#758871: rrdtool-dbg: does not contain debug symbols for librrd_th

2014-08-22 Thread folkert
Package: rrdtool-dbg
Version: 1.4.8-1.1+b1
Severity: normal

rrdtool-dbg: does not contain debug symbols for librrd_th

e.g. valgrind gives:

==12723==by 0x6470CF9: rrd_graph_init (in /usr/lib/librrd_th.so.4.2.1)
==12723==by 0x647581E: rrd_graph_v (in /usr/lib/librrd_th.so.4.2.1)
==12723==by 0x6475B62: rrd_graph (in /usr/lib/librrd_th.so.4.2.1)

which is not too helpful :-)


-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-rc6-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rrdtool-dbg depends on:
ii  libc6   2.19-9
ii  librrd4 1.4.8-1.1+b1
ii  python-dbg  2.7.8-1
ii  rrdtool 1.4.8-1.1+b1

Versions of packages rrdtool-dbg recommends:
ii  liblua5.1-rrd0  1.4.8-1.1+b1
pn  librrds-perlnone
ii  python-all-dbg  2.7.8-1
ii  python-rrdtool  1.4.8-1.1+b1
ii  rrdtool-tcl 1.4.8-1.1+b1
ii  ruby-rrd1.4.8-1.1+b1

rrdtool-dbg 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#758868: crash

2014-08-22 Thread Folkert van Heusden
The problem can fairly easy be triggered using this test-code: 
http://vps001.vanheusden.com/~folkert/pango-crash.tgz



Bug#723721: gnome-terminal: colors are swapped

2014-07-30 Thread folkert
  Black and white are swapped.
  If a program (eg an ncurses application) selects black, then gnome-terminal 
  draws with white instead.
 
 Osamu Aoki merged this with #721489, but I'm not so sure that it's actually
 the same issue.

Unfortunately I switched to xfce so I can't test anything, but:

 Are you sure the program is selecting black, and not the default colour?
 The two are separate, and there are different terminal escapes to
 use them. Most terminals have white as their default foreground and black
 as their default background (e.g. xterm), but gnome-terminal has its defaults
 the other way round.

...that would explain it. But from a programming point of view it is
counter-intuitive imho.


Folkert van Heusden

-- 
www.TrustedTimestamping.com is a service that enables you to show that
at a certain point in time, you had access to a hash-value reflecting
the contents of a file (this file can be a word document, a jpeg
image, everything).
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#686011: gnome-shell: does not always lock when I close my laptop

2014-07-17 Thread folkert
Hi,

  Could you please still reproduce this issue with newer gnome-shell version
  like 3.4.2-7+deb7u1 or 3.8.4-5+b1 ?
 
 I think this bug report should now be closed. Shall I go ahead, or do
 the maintainers want to handle this differently?

I now run xfce so this does not bother me anymore.


Folkert van Heusden

-- 
Multi tail barnamaj mowahib li mora9abat attasjilat wa nataij awamir
al 7asoub. damj, talwin, mora9abat attarchi7 wa ila akhirih.
http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#753602: bfgminer: won't connect; some kind of issue with libcurl

2014-07-03 Thread Folkert van Heusden
Package: bfgminer
Version: 4.2.0+dfsg-1
Severity: grave
Justification: renders package unusable

Hi,

I try to mine at btcguild. I use the command-line they suggest (apart from the 
--api* of course):

/usr/bin/bfgminer --syslog -o 
stratum+tcp://eu-stratum.btcguild.com: -u flok_1 -p 123 -S erupter:all 
--api-listen --api-network --icarus-options 115200:1:1 --icarus-timing 3.0=100

This doesn't work:

Jul  3 15:37:18 neo bfgminer: Found BES 0 at /dev/ttyUSB4
...
Jul  3 15:37:18 neo bfgminer: Found BES 7 at /dev/ttyUSB3
Jul  3 15:37:19 neo bfgminer[24326]: Probing for an alive pool
Jul  3 15:37:19 neo bfgminer[24326]: Testing pool 
stratum+tcp://eu-stratum.btcguild.com:
Jul  3 15:37:19 neo bfgminer[24326]: HTTP request failed: Protocol 
stratum+tcp not supported or disabled in libcurl
Jul  3 15:37:19 neo bfgminer[24326]: pool 0 JSON stratum auth failed: 
(null)
Jul  3 15:37:20 neo bfgminer[24326]: Pool: 0  URL: 
stratum+tcp://eu-stratum.btcguild.com:  User: flok_1  Password: 123
Jul  3 15:37:36 neo bfgminer[24326]: Pool: 0  URL: 
stratum+tcp://eu-stratum.btcguild.com:  User: flok_1  Password: 123


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

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

Versions of packages bfgminer depends on:
ii  libblkmaker-0.1-0  0.4.0-1
ii  libc6  2.17-7
ii  libcurl3-gnutls7.32.0-1
ii  libevent-2.0-5 2.0.19-stable-3
ii  libjansson42.5-1
ii  libmicrohttpd100.9.33-1
ii  libncurses55.9+20130608-1
ii  libsensors41:3.3.3-1
ii  libtinfo5  5.9+20130608-1
ii  libudev1   204-5
ii  libusb-1.0-0   2:1.0.17-1+b1

Versions of packages bfgminer recommends:
ii  amd-opencl-icd-legacy [opencl-icd]  8.97.100.7-4
ii  ocl-icd-libopencl1  2.1.3-4

bfgminer 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#730022: gdb: does not handle window resize correctly

2014-05-08 Thread folkert
  When running gdb on an ncurses application, gdb fails to do what is 
  neccessary to inform the application of the window resize.
  Even if I first enter handle SIGWINCH'. Yes, the signal is forwarded but 
  the resize fails: half of the output is missing. This happens with programs 
  which happily resize when not run in gdb.
 
 Could you please provide a test case and instructions to reproduce such 
 behaviour and report upstream GNU GDB bugtracker?

apt-get install multitail
gdb /usr/bin/multitail


Folkert van Heusden

-- 
MultiTail is een flexibele tool voor het volgen van logfiles en
uitvoer van commando's. Filteren, van kleur voorzien, mergen,
'diff-view', etc. http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#740969: network-manager: combined WPA2/WPA2 enterprise always choses enterprise

2014-03-06 Thread folkert
Package: network-manager
Version: 0.9.8.0-5
Severity: normal

There's an accesspoint allowing both pre shared key wpa2 and the wpa2 
enterprise where you need to enter a username/password.
Network-manager does not allow to choose for the pre-shared-key forcing you to 
always use username/password.
This is a problem as u/p is not always available to the user while 
pre-shared-key is.

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

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

Versions of packages network-manager depends on:
ii  adduser3.113+nmu3
ii  dbus   1.6.18-1
ii  isc-dhcp-client4.2.4-7
ii  libc6  2.17-93
ii  libdbus-1-31.8.0-1
ii  libdbus-glib-1-2   0.100.2-1
ii  libgcrypt111.5.3-2
ii  libglib2.0-0   2.38.2-5
ii  libgnutls262.12.23-8
ii  libgudev-1.0-0 204-7
ii  libnl-3-2003.2.21-1
ii  libnl-genl-3-200   3.2.21-1
ii  libnl-route-3-200  3.2.21-1
ii  libnm-glib40.9.8.0-5
ii  libnm-util20.9.8.0-5
ii  libpolkit-gobject-1-0  0.105-4
ii  libuuid1   2.20.1-5.5
ii  lsb-base   4.1+Debian12
ii  udev   204-7
ii  wpasupplicant  1.0-3+b2

Versions of packages network-manager recommends:
ii  crda  1.1.2-1
ii  dnsmasq-base  2.67-1
ii  iptables  1.4.20-2
pn  modemmanager  none
ii  policykit-1   0.105-4
ii  ppp   2.4.5+git20130610-1

Versions of packages network-manager suggests:
ii  avahi-autoipd  0.6.31-2

-- Configuration Files:
/etc/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla 
[Errno 13] Permission denied: 
u'/etc/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla'

-- 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#740969: Acknowledgement (network-manager: combined WPA2/WPA2 enterprise always choses enterprise)

2014-03-06 Thread folkert
Please close the bug.
The problem is not in network-manager.


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



Bug#673817: gnome-terminal: shows garbage for ncurses line-drawings

2014-02-13 Thread folkert
Hi,

 Could you please share your links again ?
 or could you please try to reproduce that behaviour with newer version of
 gnome-terminal like 3.4.1.1-2 or 3.10.1-1 ?

The problem can be closed: I'm running f-irc now fine in gnome terminal
3.10.1-1.


Folkert van Heusden

-- 
Afraid of irssi? Scared of bitchx? Does xchat gives you bad shivers?
In all these cases take a look at http://www.vanheusden.com/fi/ maybe
even try it or use it for all your day-to-day IRC conversations!
---
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#727027: clamav: yet another new upsteam version

2014-01-19 Thread Greg Folkert
Package: clamav
Version: 0.97.8+dfsg-1
Followup-For: Bug #727027

Dear Maintainer,

What has led to this situation is Sourcefire has released a new verion of 
ClamAV (0.98.1) with additional functionality and possibly fixed your 
compiling issue Noted in your previous listing.

This is becoming a serious issue. Especially for those of us that run PCI 
compliant systems. Our QSA (Qualified Security Assessor) noticed our version 
was behind and they don't particularly care for behind versions from vendor 
that aren't either updated to latest version or at least maintained with 
backports of patches to required API versions.

This package is neither at this point and it is forcing me to make my Debian 
systems come under scrutiny that my RedHat/CentOS systems aren't coming
under, since they've been updated already. This wouldn't be such a bad thing, 
except Freshclam announces to the world that things are not up to snuff.


What I did exactly: I watch logs from the updating engine FreshClam, telling 
me this version is outdated. Here is the snippet from the relevant log:

WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.97.8 Recommended version: 0.98.1


Also 0.98 was released September 19th, 2013 and subsequently 0.98.1 was 
released January 15th, 2014.

Please at least make some effort to either update this bug or other 
remediation updates.

I thank you in advance for your work and hope you are well.

Sincerely and best wishes.

-- 
g...@gregfolkert.net
PGP key 1024D/B524687C 2003-08-05
Fingerprint: E1D3 E3D7 5850 957E FED0 2B3A ED66 6971 B524 687C
The only way to enjoy anything in this life is to earn it first.
-- Ginger Rogers


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



Bug#727027: clamav: new upsteam version

2014-01-08 Thread Greg Folkert
Package: clamav
Version: 0.97.8+dfsg-1
Followup-For: Bug #727027

Dear Maintainer,

What has led to this situation is Sourcefire has released a new verion of 
ClamAV (0.98) with additional functionality.


What I did exactly: I watch logs from the updating engine FreshClam, telling me 
this version is outdated. Here is the snippet from the relevant log:

WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.97.8 Recommended version: 0.98

This action caused me to try to update CLamAV to no avail. I have also updated 
to the latest available in Sid/Unstable, but to no avail. I also notice the 
last official release for Sid is 0.97.8+dfsg-1, not 0.98-something

The outcome I expected was to have the latest version to rid logs of the issue. 
Also 0.98 was released September 19th, 2013, with numerous improvements in the 
scanning engine and signature detection. Other various items are also included 
in 0.98.


Thanks for you work and I look forward to getting this updated!

Greg Folkert
g...@gregfolkert.net (and g...@uno.gregfolkert.net)

-- Package-specific info:
--- configuration ---
Checking configuration files in /etc/clamav

Config file: clamd.conf
---
LogFile = /var/log/clamav/clamav.log
LogFileUnlock disabled
LogFileMaxSize = 4294967295
LogTime = yes
LogClean disabled
LogSyslog disabled
LogFacility = LOG_LOCAL6
LogVerbose disabled
ExtendedDetectionInfo = yes
PidFile = /var/run/clamav/clamd.pid
TemporaryDirectory = /tmp
DatabaseDirectory = /var/lib/clamav
OfficialDatabaseOnly disabled
LocalSocket = /var/run/clamav/clamd.ctl
LocalSocketGroup = 108
LocalSocketMode = 770
FixStaleSocket = yes
TCPSocket disabled
TCPAddr disabled
MaxConnectionQueueLength = 15
StreamMaxLength = 10485760
StreamMinPort = 1024
StreamMaxPort = 2048
MaxThreads = 12
ReadTimeout = 180
CommandReadTimeout = 5
SendBufTimeout = 200
MaxQueue = 100
IdleTimeout = 30
ExcludePath disabled
MaxDirectoryRecursion = 10
FollowDirectorySymlinks disabled
FollowFileSymlinks disabled
CrossFilesystems = yes
SelfCheck = 3600
VirusEvent disabled
ExitOnOOM disabled
Foreground disabled
Debug disabled
LeaveTemporaryFiles disabled
User = clamav
AllowSupplementaryGroups = yes
Bytecode = yes
BytecodeSecurity = TrustSigned
BytecodeTimeout = 6
BytecodeUnsigned disabled
BytecodeMode = Auto
DetectPUA disabled
ExcludePUA disabled
IncludePUA disabled
AlgorithmicDetection = yes
ScanPE = yes
ScanELF = yes
DetectBrokenExecutables = yes
ScanMail = yes
ScanPartialMessages disabled
PhishingSignatures = yes
PhishingScanURLs = yes
PhishingAlwaysBlockCloak disabled
PhishingAlwaysBlockSSLMismatch disabled
HeuristicScanPrecedence disabled
StructuredDataDetection disabled
StructuredMinCreditCardCount = 3
StructuredMinSSNCount = 3
StructuredSSNFormatNormal = yes
StructuredSSNFormatStripped disabled
ScanHTML = yes
ScanOLE2 = yes
OLE2BlockMacros disabled
ScanPDF = yes
ScanArchive = yes
ArchiveBlockEncrypted disabled
MaxScanSize = 104857600
MaxFileSize = 26214400
MaxRecursion = 16
MaxFiles = 1
ClamAuth disabled
ClamukoScanOnAccess disabled
ClamukoScannerCount = 3
ClamukoScanOnOpen disabled
ClamukoScanOnClose disabled
ClamukoScanOnExec disabled
ClamukoIncludePath disabled
ClamukoExcludePath disabled
ClamukoExcludeUID disabled
ClamukoMaxFileSize = 5242880
DevACOnly disabled
DevACDepth disabled
DevLiblog disabled

Config file: freshclam.conf
---
LogFileMaxSize = 4294967295
LogTime disabled
LogSyslog disabled
LogFacility = LOG_LOCAL6
LogVerbose disabled
PidFile = /var/run/clamav/freshclam.pid
DatabaseDirectory = /var/lib/clamav/
Foreground disabled
Debug disabled
AllowSupplementaryGroups disabled
UpdateLogFile = /var/log/clamav/freshclam.log
DatabaseOwner = clamav
Checks = 12
DNSDatabaseInfo = current.cvd.clamav.net
DatabaseMirror = db.local.clamav.net, database.clamav.net, 
db.us.clamav.net
MaxAttempts = 5
ScriptedUpdates = yes
TestDatabases = yes
CompressLocalDatabase disabled
ExtraDatabase disabled
DatabaseCustomURL disabled
HTTPProxyServer disabled
HTTPProxyPort disabled
HTTPProxyUsername disabled
HTTPProxyPassword disabled
HTTPUserAgent disabled
NotifyClamd = /etc/clamav/clamd.conf
OnUpdateExecute disabled
OnErrorExecute disabled
OnOutdatedExecute disabled
LocalIPAddress disabled
ConnectTimeout = 30
ReceiveTimeout = 30
SubmitDetectionStats disabled
DetectionStatsCountry disabled
DetectionStatsHostID disabled
SafeBrowsing disabled
Bytecode disabled

clamav-milter.conf not found

Software settings
-
Version: 0.97.8
Optional features supported: MEMPOOL IPv6 FRESHCLAM_DNS_FIX AUTOIT_EA06 BZIP2 
RAR JIT

Database information

Database directory: /var/lib/clamav/
WARNING: freshclam.conf and clamd.conf point to different database directories
main.cld: version 55, sigs: 2424225, built on Tue Sep 17 10:57:28 2013
daily.cld: version 18326, sigs: 639819, built on Wed Jan  8 07:18:19 2014
Total number of signatures: 3064044

Platform information

uname: Linux

Bug#734498: e2fsprogs: please upgrade to 1.43-WIP

2014-01-07 Thread folkert
Package: e2fsprogs
Version: 1.42.9-2
Severity: wishlist

Hi,

Please upgrade to 1.43-WIP so that one can implement metadata checksums.
See https://ext4.wiki.kernel.org/index.php/Ext4_Metadata_Checksums for details.

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

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

Versions of packages e2fsprogs depends on:
ii  e2fslibs1.42.9-2
ii  libblkid1   2.20.1-5.5
ii  libc6   2.17-93
ii  libcomerr2  1.42.8-1
ii  libss2  1.42.8-1
ii  libuuid12.20.1-5.5
ii  util-linux  2.20.1-5.5

e2fsprogs recommends no packages.

Versions of packages e2fsprogs suggests:
pn  e2fsck-static  none
pn  gpart  none
ii  parted 2.3-16

-- 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#729908: grub-pc: fails with /usr/sbin/grub-probe: error: no such disk. when GRUB_TERMINAL=gfxterm and GRUB_FONT_PATH=/usr/share/grub are specified

2013-12-06 Thread folkert
 Control: merge -1 729909
 
  fails with /usr/sbin/grub-probe: error: no such disk. when
  GRUB_TERMINAL=gfxterm and GRUB_FONT_PATH=/usr/share/grub are specified
 
 Could you please run this command as root and attach the resulting
 grub-probe.out file to this bug report?
   grub-probe -vv -t fs /

It did not produce that file by itself so I redirected its output to the
file I attached to this mail. Does that suffice?

 Could you also please clarify whether the file system containing /
 (/dev/mapper/VGTRAVELMATE-LVROOT) is within your encrypted container on
 /dev/sda2?  I suspect it is and that this is the problem ...

The one with / is indeed encrypted, but /boot is not.


Folkert van Heusden

-- 
Always wondered what the latency of your webserver is? Or how much more
latency you get when you go through a proxy server/tor? The numbers
tell the tale and with HTTPing you know them!
 http://www.vanheusden.com/httping/
---
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
grub-core/disk/raid.c:740: Scanning for dmraid_nv RAID devices on disk hd0
grub-probe: info: Scanning for dmraid_nv RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/emu/hostdisk.c:716: opening the device `/dev/sda' in 
open_device()
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/disk.c:338: Closing `hd0'.
grub-probe: info: scanning hd0 for LVM.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/emu/hostdisk.c:716: opening the device `/dev/sda' in 
open_device()
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/emu/hostdisk.c:716: opening the device `/dev/sda' in 
open_device()
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd0
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/emu/hostdisk.c:716: opening the device `/dev/sda' in 
open_device()
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 1953525168.
grub-core/partmap/msdos.c:166: partition 0: flag 0x80, type 0x83, start 0x800, 
len 0xf3800
grub-core/kern/emu/hostdisk.c:716: opening the device `/dev/sda1' in 
open_device()
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/partmap/msdos.c:166: partition 1: flag 0x0, type 0x83, start 0xf4000, 
len 0x74612800
grub-core/kern/emu/hostdisk.c:716: opening the device `/dev/sda2' in 
open_device()
grub-core/partmap/apple.c:123: bad magic (found 0x4c55; wanted 0x4552
grub-core/partmap/msdos.c:166: partition 2: flag 0x0, type 0x0, start 0x0, len 
0x0
grub-core/partmap/msdos.c:166: partition 3: flag 0x0, type 0x0, start 0x0, len 
0x0
grub-core/partmap/msdos.c:166: partition 0: flag 0x80, type 0x83, start 0x800, 
len 0xf3800
grub-core/partmap/msdos.c:166: partition 1: flag 0x0, type 0x83, start 0xf4000, 
len 0x74612800
grub-core/partmap/msdos.c:166: partition 2: flag 0x0, type 0x0, start 0x0, len 
0x0
grub-core/partmap/msdos.c:166: partition 3: flag 0x0, type 0x0, start 0x0, len 
0x0
grub-core/partmap/msdos.c:166: partition 0: flag 0x80, type 0x83, start 0x800, 
len 0xf3800
grub-core/partmap/msdos.c:166: partition 1: flag 0x0, type 0x83, start 0xf4000, 
len 0x74612800
grub-core/partmap/msdos.c:166: partition 2: flag 0x0, type 0x0, start 0x0, len 
0x0
grub-core/partmap/msdos.c:166: partition 3: flag 0x0, type 0x0, start 0x0, len 
0x0
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552
grub-core/kern/disk.c:338: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0,msdos2
grub-probe: info: Scanning for mdraid09 RAID

Bug#728040: multitail: Weird display of lines containing hard tab

2013-11-22 Thread folkert
 I noticed multitail in wheezy shows weird characters if a line
 contains the hard tab character. Reproducer:
 printf '\t\n' | multitail -j
 Results in (but is slightly different every time):
 ^`^u^^?O.^`^`
 with all these characters inverted. Debian stable does fine.

Confirmed. Will be fixed in version 6.0 (that is not a typo).

 This smells like a out-of-range buffer access so the issue might be a
 bit serious, but I didn't check further.

Indeed it is.


Folkert van Heusden

-- 
Afraid of irssi? Scared of bitchx? Does xchat gives you bad shivers?
In all these cases take a look at http://www.vanheusden.com/fi/ maybe
even try it or use it for all your day-to-day IRC conversations!
---
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#730022: gdb: does not handle window resize correctly

2013-11-20 Thread folkert
Package: gdb
Version: 7.6-5
Severity: normal

Hi,

When running gdb on an ncurses application, gdb fails to do what is neccessary 
to inform the application of the window resize.
Even if I first enter handle SIGWINCH'. Yes, the signal is forwarded but the 
resize fails: half of the output is missing. This happens with programs which 
happily resize when not run in gdb.

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

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

Versions of packages gdb depends on:
ii  gdbserver 7.6-5
ii  libc6 2.17-93
ii  libexpat1 2.1.0-4
ii  liblzma5  5.1.1alpha+20120614-2
ii  libncurses5   5.9+20130608-1
ii  libpython2.7  2.7.5-8
ii  libreadline6  6.2+dfsg-0.1
ii  libtinfo5 5.9+20130608-1
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages gdb recommends:
ii  libc6-dbg [libc-dbg]  2.17-93

Versions of packages gdb suggests:
pn  gdb-doc  none

-- 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#729908: grub-pc: fails with /usr/sbin/grub-probe: error: no such disk. when GRUB_TERMINAL=gfxterm and GRUB_FONT_PATH=/usr/share/grub are specified

2013-11-18 Thread folkert
Package: grub-pc
Version: 1.99-27+deb7u2
Severity: normal

fails with /usr/sbin/grub-probe: error: no such disk. when 
GRUB_TERMINAL=gfxterm and GRUB_FONT_PATH=/usr/share/grub are specified

This happens when running update-grub


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/VGTRAVELMATE-LVROOT / ext4 
rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext4 rw,noatime,stripe=4,data=ordered 0 0
/dev/mapper/VGTRAVELMATE-LVHOME /home ext4 rw,noatime,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-WDC_WD10JPVX-22JC3T0_WD-WXC1E33FULV7
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.12-rc7-amd64' --class debian --class 
gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.12-rc7-amd64 ...'
linux   /vmlinuz-3.12-rc7-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro 
 quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.12-rc7-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.12-rc7-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.12-rc7-amd64 ...'
linux   /vmlinuz-3.12-rc7-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro 
single 
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.12-rc7-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64' --class debian --class 
gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.10-3-amd64 ...'
linux   /vmlinuz-3.10-3-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro  
quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.10-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.10-3-amd64 ...'
linux   /vmlinuz-3.10-3-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro 
single 
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.10-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class 
gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.2.0-4-amd64 ...'
linux   /vmlinuz-3.2.0-4-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro  
quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.2.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.2.0-4-amd64 ...'
linux   /vmlinuz-3.2.0-4-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro 
single 
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.2.0-4-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN 

Bug#729909: grub-pc: fails with /usr/sbin/grub-probe: error: no such disk. when GRUB_TERMINAL=gfxterm and GRUB_FONT_PATH=/usr/share/grub are specified

2013-11-18 Thread folkert
Package: grub-pc
Version: 1.99-27+deb7u2
Severity: normal

fails with /usr/sbin/grub-probe: error: no such disk. when 
GRUB_TERMINAL=gfxterm and GRUB_FONT_PATH=/usr/share/grub are specified

I get this when I run update-grub



-- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/VGTRAVELMATE-LVROOT / ext4 
rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext4 rw,noatime,stripe=4,data=ordered 0 0
/dev/mapper/VGTRAVELMATE-LVHOME /home ext4 rw,noatime,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-WDC_WD10JPVX-22JC3T0_WD-WXC1E33FULV7
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.12-rc7-amd64' --class debian --class 
gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.12-rc7-amd64 ...'
linux   /vmlinuz-3.12-rc7-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro 
 quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.12-rc7-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.12-rc7-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.12-rc7-amd64 ...'
linux   /vmlinuz-3.12-rc7-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro 
single 
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.12-rc7-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64' --class debian --class 
gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.10-3-amd64 ...'
linux   /vmlinuz-3.10-3-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro  
quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.10-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.10-3-amd64 ...'
linux   /vmlinuz-3.10-3-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro 
single 
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.10-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class 
gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.2.0-4-amd64 ...'
linux   /vmlinuz-3.2.0-4-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro  
quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.2.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
9ab1b626-abd7-42e0-a5e8-cae9fc05d589
echo'Loading Linux 3.2.0-4-amd64 ...'
linux   /vmlinuz-3.2.0-4-amd64 root=/dev/mapper/VGTRAVELMATE-LVROOT ro 
single 
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.2.0-4-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN 

Bug#728776: RFP: f-irc -- an irc-client for the console/terminal

2013-11-05 Thread Folkert van Heusden (Hackerspace Gouda)
Package: f-irc

 Subject: RFP: f-irc -- an irc-client for the console/terminal
DESCRIPTION:
F-IRC is an IRC client for terminals/command-line/console.
Its goal is to be as user friendly as possible with easy navigation
and keyboard shortcuts for quick navigation. It has an as much a
gentle learning curve as possible.

URL:
http://www.vanheusden.com/f-irc/

COPYRIGHT:
(C) 2006-2013 by folk...@vanheusden.com

LICENSE:
GPLv2

-- 
www.unitedcheesehackers.nl


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



Bug#726247: xboard keeps crashing when playing on a fics-server

2013-10-13 Thread folkert
Package: xboard
Version: 4.7.2-1
Severity: important

I use xboard as an interface between my chess program and a chess server using 
the fics software.
Every game, it crashes somewhere in the game:

(gdb) bt
#0  0x7f4446b11f41 in XtWidgetToApplicationContext () from 
/usr/lib/x86_64-linux-gnu/libXt.so.6
#1  0x7f4446b18c6c in XtGetValues () from 
/usr/lib/x86_64-linux-gnu/libXt.so.6
#2  0x7f44480f0542 in ?? ()
#3  0x7f44480de71f in ?? ()
#4  0x7f44480c097b in ?? ()
#5  0x7f4446b20817 in XtAppProcessEvent () from 
/usr/lib/x86_64-linux-gnu/libXt.so.6
#6  0x7f4446b1589d in XtAppMainLoop () from 
/usr/lib/x86_64-linux-gnu/libXt.so.6
#7  0x7f4448091bdb in ?? ()
#8  0x7f444574b995 in __libc_start_main (main=0x7f44480912b0, argc=17, 
ubp_av=0x7fff85e31338, init=optimized out, fini=optimized out, 
rtld_fini=optimized out, 
stack_end=0x7fff85e31328) at libc-start.c:260
#9  0x7f44480921f3 in ?? ()

Last few lines from xboard debug log:

load 8x8 board
parseboard 4, castling = 7 0 4 7 0 4
accepted move h5 from ICS, parse it.
moveNum = 4
board = 0-8 x 8
Move parsed to 'h5 (0:04)'
nps: w=-1, b=-1
Display title 'WaDuuttie(39) DeepBrutePos(38) {5 1}, gameInfo.variant = 0' 
ICS: \012\01512 rnbqkbnr p-p-  -P-p ---P  
PPP--PPP RNBQKBNR B 3 1 1 1 1 0 1 WaDuuttie DeepBrutePos 1 5 1 39 38 279 297 3 
P/d2-d4 (0:07) d4 1 1\012\015\012\015\015fics% 
ics input 4, castling = 7 0 4 7 0 4
Parsing board: rnbqkbnr p-p-  -P-p ---P  PPP--PPP 
RNBQKBNR B 3 1 1 1 1 0 1 WaDuuttie DeepBrutePos 1 5 1 39 38 279 297 3 P/d2-d4 
(0:07) d4 1 1

load 8x8 board
parseboard 5, castling = 7 0 4 7 0 4
accepted move d4 from ICS, parse it.
moveNum = 5
board = 0-8 x 8
Move parsed to 'd4 (0:07)'
10182863 first : time 29700
10182863 first : otim 27900
book hit = (NULL)
10182863 first : d4
nps: w=-1, b=-1
Display title 'WaDuuttie(39) DeepBrutePos(38) {5 1}, gameInfo.variant = 0'
ICS: \012\015WaDuuttie(1957)(C) kibitzes: !!! +1.78/15 (7.38 sec, 8165427 
\012\015\   nodes, 1106 knps) PV=d2d4 d7d5 f1d3 b8c6 c2c3 d8d6 g1e2 e7e5 
\012\015\   f5e6 c8e6 c1f4 d6d7 e1g1 e8c8 b1d2 e6g4\012\015fics% 
ics input 5, castling = 7 0 4 7 0 4

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

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

Versions of packages xboard depends on:
ii  dpkg1.16.12
ii  install-info5.2.0.dfsg.1-1
ii  libc6   2.17-93
ii  libcairo2   1.12.16-2
ii  libgdk-pixbuf2.0-0  2.28.2-1
ii  libglib2.0-02.36.4-1
ii  libice6 2:1.0.8-2
ii  librsvg2-2  2.36.4-2
ii  libsm6  2:1.2.1-2
ii  libx11-62:1.6.1-1
ii  libxaw7 2:1.0.11-1
ii  libxmu6 2:1.1.1-1
ii  libxpm4 1:3.5.10-1
ii  libxt6  1:1.1.4-1

Versions of packages xboard recommends:
ii  fairymax   4.8q-2
ii  xfonts-100dpi  1:1.0.3
ii  xfonts-75dpi   1:1.0.3

Versions of packages xboard suggests:
ii  xterm [x-terminal-emulator]  297-1

-- no debconf information


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



Bug#726067: linux-image-3.10-1-amd64: perf functionality missing

2013-10-11 Thread Folkert van Heusden
Package: src:linux
Version: 3.10.3-1
Severity: important

Hi,

I'm trying to debug a networking problem with a KVM guest: it looses all
connectivity every couple of days and an rmmod virtio_net / modprobe fixes
that.
To further dig into this problem, I need to do the following on the host:

  (host)$ sudo perf probe --module vhost_net handle_tx
  (host)$ sudo perf record --pid 24306 -e probe:handle_tx -R

the first one fails with:

root@neo:/home/folkert# perf probe --module vhost_net handle_tx
/sys/kernel/debug/tracing/kprobe_events file does not exist - please rebuild
kerrnel with CONFIG_KPROBE_EVENTS.
  Error: Failed to add events. (-1)

So I would like to ask to include kprobe_events.



-- Package-specific info:
** Version:
Linux version 3.10-1-amd64 (debian-ker...@lists.debian.org) (gcc version 4.7.3 
(Debian 4.7.3-6) ) #1 SMP Debian 3.10.3-1 (2013-07-27)

** Command line:
BOOT_IMAGE=/vmlinuz-3.10-1-amd64 root=/dev/mapper/VGNEO-LVROOT ro

** Tainted: W (512)
 * Taint on warning.

** Kernel log:
[1102838.036016] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[1103429.968027] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[1107311.060285] usb 5-1.4: USB disconnect, device number 21
[1107311.288158] usb 5-1.4: new low-speed USB device number 22 using ehci-pci
[1107311.386161] usb 5-1.4: New USB device found, idVendor=0c45, idProduct=7401
[1107311.386165] usb 5-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[1107311.386167] usb 5-1.4: Product: TEMPerV1.4
[1107311.386168] usb 5-1.4: Manufacturer: RDing
[1107311.389445] input: RDing TEMPerV1.4 as 
/devices/pci:00/:00:1a.0/usb5/5-1/5-1.4/5-1.4:1.0/input/input271
[1107311.389537] hid-generic 0003:0C45:7401.01FB: input,hidraw4: USB HID v1.10 
Keyboard [RDing TEMPerV1.4] on usb-:00:1a.0-1.4/input0
[1107311.391670] hid-generic 0003:0C45:7401.01FC: hiddev0,hidraw5: USB HID 
v1.10 Device [RDing TEMPerV1.4] on usb-:00:1a.0-1.4/input1
[1107334.820041] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[1107358.948022] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[810.764302] usb 5-1.4: USB disconnect, device number 22
[811.000178] usb 5-1.4: new low-speed USB device number 23 using ehci-pci
[811.098179] usb 5-1.4: New USB device found, idVendor=0c45, idProduct=7401
[811.098183] usb 5-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[811.098185] usb 5-1.4: Product: TEMPerV1.4
[811.098186] usb 5-1.4: Manufacturer: RDing
[811.101577] input: RDing TEMPerV1.4 as 
/devices/pci:00/:00:1a.0/usb5/5-1/5-1.4/5-1.4:1.0/input/input272
[811.101683] hid-generic 0003:0C45:7401.01FD: input,hidraw4: USB HID v1.10 
Keyboard [RDing TEMPerV1.4] on usb-:00:1a.0-1.4/input0
[811.104099] hid-generic 0003:0C45:7401.01FE: hiddev0,hidraw5: USB HID 
v1.10 Device [RDing TEMPerV1.4] on usb-:00:1a.0-1.4/input1
[850.196020] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[1113929.220033] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[1116029.664014] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[1116310.212327] usb 5-1.4: USB disconnect, device number 23
[1116310.432060] usb 5-1.4: new low-speed USB device number 24 using ehci-pci
[1116310.530184] usb 5-1.4: New USB device found, idVendor=0c45, idProduct=7401
[1116310.530188] usb 5-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[1116310.530190] usb 5-1.4: Product: TEMPerV1.4
[1116310.530191] usb 5-1.4: Manufacturer: RDing
[1116310.533586] input: RDing TEMPerV1.4 as 
/devices/pci:00/:00:1a.0/usb5/5-1/5-1.4/5-1.4:1.0/input/input273
[1116310.533719] hid-generic 0003:0C45:7401.01FF: input,hidraw4: USB HID v1.10 
Keyboard [RDing TEMPerV1.4] on usb-:00:1a.0-1.4/input0
[1116310.535810] hid-generic 0003:0C45:7401.0200: hiddev0,hidraw5: USB HID 
v1.10 Device [RDing TEMPerV1.4] on usb-:00:1a.0-1.4/input1
[1116341.720023] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[1120229.612019] xhci_hcd :07:00.0: Timeout while waiting for stop endpoint 
command
[1120810.940240] usb 5-1.4: USB disconnect, device number 24
[1120811.192111] usb 5-1.4: new low-speed USB device number 25 using ehci-pci
[1120811.290242] usb 5-1.4: New USB device found, idVendor=0c45, idProduct=7401
[1120811.290246] usb 5-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[1120811.290248] usb 5-1.4: Product: TEMPerV1.4
[1120811.290249] usb 5-1.4: Manufacturer: RDing
[1120811.293895] input: RDing TEMPerV1.4 as 
/devices/pci:00/:00:1a.0/usb5/5-1/5-1.4/5-1.4:1.0/input/input274
[1120811.294004] hid-generic 0003:0C45:7401.0201: input,hidraw4: USB HID v1.10 
Keyboard [RDing TEMPerV1.4] on usb-:00:1a.0-1.4/input0
[1120811.296518] hid-generic 0003:0C45:7401.0202: hiddev0,hidraw5: USB HID 
v1.10 Device [RDing TEMPerV1.4] on usb-:00:1a.0-1.4

Bug#725083: xboard: sends level command only to 1 engine

2013-10-02 Thread folkert
  invoking:
  xboard -firstChessProgram ./dn.sh -secondChessProgram ./do.sh
 
  Then starting an engine match between these two with fixed time; each get 5 
  seconds per move.
  Xboard then only sends to the first chess program the level 40 5 0 
  command. This gives a mismatch.
 
 I didn't check the messages sent by XBoard but I just tried with:
 
  xboard -firstChessProgram gnuchess -secondChessProgram fairymax
 
 And then I launched a new game in two machines mode with 1 second per
 move. In this game, each program had 1 second to play and both programs
 followed this rule. Thus I'd say they both knew they only had 1 second
 per move. Am I missing something ? I'll report the bug upstream if you
 confirm the bug.

Hi,

Well, I had a chat with upstream as well and I'm not yet certain (after
the chat) if it really should work that way. For consistency and such I
would expect both should get that level-command but I shall investigate
some more.


Folkert van Heusden

-- 
www.TrustedTimestamping.com is a service that enables you to show that
at a certain point in time, you had access to a hash-value reflecting
the contents of a file (this file can be a word document, a jpeg
image, everything).
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#725083: xboard: sends level command only to 1 engine

2013-10-01 Thread folkert
Package: xboard
Version: 4.7.2-1
Severity: normal

invoking:
xboard -firstChessProgram ./dn.sh -secondChessProgram ./do.sh

Then starting an engine match between these two with fixed time; each get 5 
seconds per move.
Xboard then only sends to the first chess program the level 40 5 0 command. 
This gives a mismatch.

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

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

Versions of packages xboard depends on:
ii  dpkg1.16.10
ii  install-info5.1.dfsg.1-5
ii  libc6   2.17-92+b1
ii  libcairo2   1.12.16-2
ii  libgdk-pixbuf2.0-0  2.28.2-1
ii  libglib2.0-02.36.4-1
ii  libice6 2:1.0.8-2
ii  librsvg2-2  2.36.4-2
ii  libsm6  2:1.2.1-2
ii  libx11-62:1.6.1-1
ii  libxaw7 2:1.0.11-1
ii  libxmu6 2:1.1.1-1
ii  libxpm4 1:3.5.10-1
ii  libxt6  1:1.1.4-1

Versions of packages xboard recommends:
ii  fairymax   4.8q-2
ii  xfonts-100dpi  1:1.0.3
ii  xfonts-75dpi   1:1.0.3

Versions of packages xboard suggests:
ii  xterm [x-terminal-emulator]  297-1

-- no debconf information


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



Bug#725028: libapache2-svn: won't install

2013-09-30 Thread folkert
Package: libapache2-svn
Version: not installable
Severity: important

Hi,

- I completely uninstalled apache2 with all packages related (eg php etc)
- then I installed it again with: apt-get install apache2
- then I wanted to install libapache2-svn

  The following packages have unmet dependencies:
   libapache2-svn : Depends: apache2.2-common but it is not going to be 
installed
  E: Unable to correct problems, you have held broken packages.

What on earth can this be? And more important: how can I fix this?


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

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

Versions of packages libapache2-svn depends on:
pn  apache2.2-common  none
ii  libc6 2.17-92+b1
ii  libsvn1   1.7.9-1+nmu4

libapache2-svn recommends no packages.

Versions of packages libapache2-svn suggests:
ii  db5.1-util  5.1.29-6


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



Bug#724533: kdesvn: refuses to work with a repository created with the subversion from debian

2013-09-24 Thread folkert
Package: kdesvn
Version: 1.6.0-2
Severity: grave
Justification: renders package unusable

Trying to access a repo on a debian server. Refuses to work with as it uses an
too old svn. No more-recent version available from debian.



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages kdesvn depends on:
ii  kde-runtime 4:4.10.5-1
ii  kdesvn-kio-plugins  1.6.0-2
ii  libapr1 1.4.6-4
ii  libaprutil1 1.5.2-1
ii  libc6   2.17-3
ii  libgcc1 1:4.8.1-2
ii  libkdecore5 4:4.10.5-1+b1
ii  libkdeui5   4:4.10.5-1+b1
ii  libkio5 4:4.10.5-1+b1
ii  libkparts4  4:4.10.5-1+b1
ii  libnepomuk4 4:4.10.5-1+b1
ii  libnepomukutils44:4.10.5-1+b1
ii  libqt4-dbus 4:4.8.4+dfsg-4
ii  libqt4-network  4:4.8.4+dfsg-4
ii  libqt4-sql  4:4.8.4+dfsg-4
ii  libqt4-svg  4:4.8.4+dfsg-4
ii  libqt4-xml  4:4.8.4+dfsg-4
ii  libqtcore4  4:4.8.4+dfsg-4
ii  libqtgui4   4:4.8.4+dfsg-4
ii  libsoprano4 2.9.2+dfsg.1-1
ii  libstdc++6  4.8.1-2
ii  libsvn1 1.7.9-1+nmu4
ii  libsvnqt7   1.6.0-2

Versions of packages kdesvn recommends:
ii  graphviz  2.26.3-14
ii  kompare   4:4.10.5+dfsg-2

Versions of packages kdesvn suggests:
pn  kdiff3   none
pn  khelpcenter  none

-- 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#723944: gnome-terminal: g-t says it is xterm while in fact it is xterm-256color, this severely limits the user experience/comfort

2013-09-21 Thread folkert
Package: gnome-terminal
Version: 3.4.1.1-2
Severity: important

g-t says it is xterm while in fact it is xterm-256color, this severely
limits the user experience/comfort
Without the correct xterm-256color settings programs are limited to 16
colors.



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages gnome-terminal depends on:
ii  gconf-service  3.2.6-1
ii  gnome-terminal-data3.4.1.1-2
ii  gsettings-desktop-schemas  3.4.2-3
ii  libatk1.0-02.8.0-2
ii  libc6  2.17-3
ii  libgconf-2-4   3.2.6-1
ii  libgdk-pixbuf2.0-0 2.28.2-1
ii  libglib2.0-0   2.36.1-2build1
ii  libgtk-3-0 3.4.2-6
ii  libice62:1.0.8-2
ii  libpango1.0-0  1.32.5-5+b1
ii  libsm6 2:1.2.1-2
ii  libvte-2.90-9  1:0.32.2-1
ii  libx11-6   2:1.6.0-1

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.6.12-1
ii  gvfs  1.12.3-4
ii  yelp  3.8.1-2

gnome-terminal 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#723721: gnome-terminal: colors are swapped

2013-09-19 Thread folkert
Package: gnome-terminal
Version: 3.4.1.1-2
Severity: important

Black and white are swapped.
If a program (eg an ncurses application) selects black, then gnome-terminal 
draws with white instead.

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

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

Versions of packages gnome-terminal depends on:
ii  gconf-service  3.2.5-1+build1
ii  gnome-terminal-data3.4.1.1-2
ii  gsettings-desktop-schemas  3.4.2-3
ii  libatk1.0-02.4.0-2
ii  libc6  2.17-5
ii  libgconf-2-4   3.2.5-1+build1
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libglib2.0-0   2.33.12+really2.32.4-5
ii  libgtk-3-0 3.4.2-6
ii  libice62:1.0.8-2
ii  libpango1.0-0  1.30.0-1
ii  libsm6 2:1.2.1-2
ii  libvte-2.90-9  1:0.32.2-1
ii  libx11-6   2:1.5.0-1

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.6.8-1
ii  gvfs  1.12.3-4
ii  yelp  3.4.2-1+b1

gnome-terminal 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#458739: vgrabbj crashes frequently

2013-09-07 Thread Folkert van Heusden
Hi

What did you expect?

Regards
Op 7 sep. 2013 14:47 schreef Ludovic Rousseau ludovic.rouss...@free.fr
het volgende:

 Hello,

 You have not sent any new information to this bug report.
 I am now closing it.

 If you still have crashes with the latest version 0.9.7-1 then open a new
 bug.

 Thanks

 Le 02/01/08 15:18, Folkert van Heusden a écrit :

 Package: vgrabbj
 Version: 0.9.6-3
 Severity: normal


 vgrabbj crashes frequently (multiple times per day):

 Output in dmesg:
 vgrabbj[12737]: segfault at 000f rip 2b935ff24020 rsp
 7fff4ba30be8 error 4

 Startup command-line:
 /usr/bin/vgrabbj -l 30 -f /home/appel/webcam/lastsnap_**new.jpg -C -d
 /dev/video0 -a 3 -n -i cif -t /usr/share/ircmarkers/fixed_**01.ttf


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

 Kernel: Linux 2.6.22-3-amd64 (SMP w/4 CPU cores)
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages vgrabbj depends on:
 ii  ftplib3 3.1-1-6  Library of callable ftp
 routines
 ii  libc6   2.7-3GNU C Library: Shared
 libraries
 ii  libjpeg62   6b-14The Independent JPEG Group's
 JPEG
 ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
 ii  libttf2 1.4pre.cvs20060210-1 Old FreeType 1 TrueType font
 engin
 ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

 vgrabbj recommends no packages.

 -- no debconf information






 --
  Dr. Ludovic Rousseau




Bug#458739: vgrabbj crashes frequently

2013-09-07 Thread Folkert van Heusden
Hmm did i miss those messages? Odd.
Well yeah close it. I solved it by writing something myself (grabby and
its successor koudevoeten).
Op 7 sep. 2013 19:07 schreef Ludovic Rousseau ludovic.rouss...@gmail.com
het volgende:

 Le 07/09/13 16:35, Folkert van Heusden a écrit :

 Hi

 What did you expect?


 A gdb backtrace ?
 A run inside valgrind as requested in http://bugs.debian.org/cgi-**
 bin/bugreport.cgi?bug=458739#**10http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458739#10?

 Or anything that would be informative enough to find the problem.

 It is OK if you do not know how to use gdb. Is it the case?

 Bye

 --
  Dr. Ludovic Rousseau




Bug#720548: xboard: does not store time settings in configuration file

2013-08-23 Thread folkert
Package: xboard
Version: 4.6.2-1
Severity: normal

I always set time management to x seconds per move.
Then I click on save settings.
But after an xboard restart the settings are reset to the defaults.


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

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

Versions of packages xboard depends on:
ii  dpkg1.16.9   Debian package management system
ii  libc6   2.17-3   Embedded GNU C Library: Shared lib
ii  libice6 2:1.0.8-2X11 Inter-Client Exchange library
ii  libsm6  2:1.2.1-2X11 Session Management library
ii  libx11-62:1.5.0-1+deb7u1 X11 client-side library
ii  libxaw7 2:1.0.10-2   X11 Athena Widget library
ii  libxmu6 2:1.1.1-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.10-1   X11 pixmap library
ii  libxt6  1:1.1.3-1+deb7u1 X11 toolkit intrinsics library

Versions of packages xboard recommends:
ii  fairymax  4.8q-2 xboard compatible chess and chess-
ii  xfonts-100dpi 1:1.0.3100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.375 dpi fonts for X

Versions of packages xboard suggests:
ii  gnome-terminal [x-terminal-em 3.4.1.1-2  GNOME terminal emulator applicatio
ii  xterm [x-terminal-emulator]   278-4  X terminal emulator

-- 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#720607: gnome-calculator: functionality suddenly severely limited

2013-08-23 Thread folkert
Package: gnome-calculator
Version: 3.8.2-1
Severity: grave
Justification: renders package unusable

Something very odd happened to gnome calculator: all functionality like
cos/sin/tan, programming calculations, well anything more than the absolute
most basic functionality is suddenly gone and also the functionality to re-
enable them is nowhere to be found.



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages gnome-calculator depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.16.0-4
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-3
ii  libglib2.0-0 2.36.1-2build1
ii  libgtk-3-0   3.4.2-6
ii  libpango-1.0-0   1.32.5-5+b1
ii  libxml2  2.8.0+dfsg1-7+nmu1

Versions of packages gnome-calculator recommends:
ii  gnome-icon-theme  3.8.2-2
ii  gvfs  1.12.3-4
ii  yelp  3.8.1-2

gnome-calculator 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#720607: close the bug plesae

2013-08-23 Thread folkert
Please close the bug-report: the features are still there, they're just
very much hidden.


Folkert van Heusden

-- 
Winnen in de staatsloterij? Check htp://vanheusden.com/sl.php voor
alle staatsloterij-uitslag statistieken denkbaar en zelfs ook een paar
win-tips!
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#717677: if there's an error, mutt makes you wait a long time before continuing

2013-07-23 Thread folkert
Package: mutt
Version: 1.5.21-6.2
Severity: wishlist


If there's an error, mutt makes you wait a long time before continuing.
E.g. when the connection by the mailserver is aborted.
Please make this interruptable.

-- Package-specific info:
Mutt 1.5.21 (2010-09-15)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 3.9-1-amd64 (x86_64)
ncurses: ncurses 5.9.20110404 (compiled with 5.9)
libidn: 1.25 (compiled with 1.25)
hcache backend: tokyocabinet 1.4.47
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/share/mutt
SYSCONFDIR=/etc
EXECSHELL=/bin/sh
MIXMASTER=mixmaster
To contact the developers, please mail to mutt-...@mutt.org.
To report a bug, please visit http://bugs.mutt.org/.

misc/am-maintainer-mode
features/ifdef
features/xtitles
features/trash-folder
features/purge-message
features/imap_fast_trash
features/sensible_browser_position
features-old/patch-1.5.4.vk.pgp_verbose_mime
features/compressed-folders
features/compressed-folders.debian
debian-specific/Muttrc
debian-specific/Md.etc_mailname_gethostbyname.diff
debian-specific/use_usr_bin_editor.diff
debian-specific/correct_docdir_in_man_page.diff
debian-specific/dont_document_not_present_features.diff
debian-specific/document_debian_defaults
debian-specific/assumed_charset-compat
debian-specific/467432-write_bcc.patch
debian-specific/566076-build_doc_adjustments.patch
misc/define-pgp_getkeys_command.diff
misc/gpg.rc-paths
misc/smime.rc
upstream/531430-imapuser.patch
upstream/537818-emptycharset.patch
upstream/543467-thread-segfault.patch
upstream/542817-smimekeys-tmpdir.patch
upstream/548577-gpgme-1.2.patch
upstream/553321-ansi-escape-segfault.patch
upstream/568295-references.patch
upstream/547980-smime_keys-chaining.patch
upstream/528233-readonly-open.patch
upstream/228671-pipe-mime.patch
upstream/383769-score-match.patch
upstream/578087-header-strchr.patch
upstream/603288-split-fetches.patch
upstream/537061-dont-recode-saved-attachments.patch
upstream/608706-fix-spelling-errors.patch
upstream/620854-pop3-segfault.patch
upstream/611412-bts-regexp.patch
upstream/624058-gnutls-deprecated-set-priority.patch
upstream/624085-gnutls-deprecated-verify-peers.patch
upstream/584138-mx_update_context-segfault.patch
upstream/619216-gnutls-CN-validation.patch
upstream/611410-no-implicit_autoview-for-text-html.patch
upstream/path_max
misc/579967-fixes-german-translation.patch
mutt.org

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

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

Versions of packages mutt depends on:
ii  libc6 2.17-3 Embedded GNU C Library: Shared lib
ii  libcomerr21.42.5-1   common error description library
ii  libgnutls26   2.12.20-2  GNU TLS library - runtime library
ii  libgpg-error0 1.10-3.1   library for common error values an
ii  libgpgme111.2.0-1.4  GPGME - GnuPG Made Easy
ii  libgssapi-krb5-2  1.10.1+dfsg-3  MIT Kerberos runtime libraries - k
ii  libidn11  1.25-2 GNU Libidn library, implementation
ii  libk5crypto3  1.10.1+dfsg-3  MIT Kerberos runtime libraries - C
ii  libkrb5-3 1.10.1+dfsg-3  MIT Kerberos runtime libraries
ii  libncursesw5  5.9-10 shared libraries for terminal hand
ii  libsasl2-22.1.25.dfsg1-6 Cyrus SASL - authentication abstra
ii  libtinfo5 5.9-10 shared low-level terminfo library 
ii  libtokyocabinet9  1.4.47-2   Tokyo Cabinet Database Libraries [

Versions of packages mutt recommends:
ii  libsasl2-modules  2.1.25.dfsg1-6 Cyrus SASL - pluggable authenticat
ii  locales   2.17-3 Embedded GNU C Library: National L
ii  mime-support  3.52-1 MIME files 'mime.types'  'mailcap
ii  postfix [mail-transport-a 2.9.3-2.1  High-performance mail transport ag

Versions of 

Bug#669184: Fwd: guest-vm frequently (2 times a day at least) loses networking

2013-07-22 Thread Folkert van Heusden
Hi,

At least two times a day one of the vms on my server loses all
networking to 1 interface.
This vm has 3 virtual interfaces connected to 3 bridges and 1
interface to a virtual network.
Now one bridge-connection keeps falling of the network.
The only thing that helps is rebooting the vm.
I tried e1000 but that did not help at all.
The other 3 VMs don't have this problem.
No logging in the kernel logging (dmesg) and none in any other logfile.
A ping from within that VM complains about no buffer space
available. I verified that at most 800 sockets are opened by +/- 100
processes. This setup had previously running fine for years on real
hardware.
This happens with 3.2, 3.8, 3.9 and 3.10 in both the host as well as the guest.

When this problems happens, every packet send out increases the
dropped packets counter in the guest. All other guests using this
bridge work fine, including the host itself.
I verified that it is not a firewall problem (disabled the iptables script).
I did some googling and found the suggestion of installing vhost_net
on the host and the suggestion to use the e1000 emulation but both did
not help.

pxe-qemu 1.0.0+git-20120202.f6840ba-3
kvm 1:1.1.2+dfsg-6
qemu 1.1.2+dfsg-6a
qemu-keymaps 1.1.2+dfsg-6a
qemu-kvm 1.1.2+dfsg-6
qemu-system 1.1.2+dfsg-6a
qemu-user 1.1.2+dfsg-6a
qemu-utils 1.1.2+dfsg-6a

I also tried disabling STP on the bridge (did not help).

The mac address of the interface in the guest does not show up in the
brctl showmacs br1 output.

It is not likely to be a memory problem as the guest vm has 5.5GB out
of 8GB of free ram (free, not buffers).
The host system has 16GB free ram.

Last night the problem happened in 5 minutens. Then after I rebooted
the host(!) it was fine for half a day but then it got back again.


--
www.vanheusden.com


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



Bug#717129: setpwc -p fails on Wheezy amd64

2013-07-17 Thread folkert
Hi,

As far as I know it should not work at all with recent kernels due to
api changes.
So I'm somewhat surprised it does work with 32 bit.

Could Bortel or anyone else with access to an i686 system do an strace
of setpwc -p and mail that to me? Then I'll contact the pwc driver
maintainer.

On Wed, Jul 17, 2013 at 09:29:52AM +0200, Mathieu Malaterre wrote:
 Hi Bortel,
 
   I have CC'ed the maintainer.
   So in summary 1.2.1 works nicely on i686 but not on amd64.
   And 1.3 seems to give some slightly better results, on amd64. Does
 it works on i686 ?
 
 Dear folkert,
 
   Have you ever had such report before:
 
 On Wed, Jul 17, 2013 at 7:31 AM, Bortel László bor...@freemail.hu wrote:
 [...]
  root@Zsifike:/tmp# setpwc -p
  setpwc v1.3, (C) 2003-2006 by folk...@vanheusden.com
  Current device: Philips 740 webcam (pwc @ usb-:00:1a.7-5.1)
  VIDIOCPWCPROBE returns: Philips 740 webcam - 740
  Serial number: 0169C5588301
  Resolution (x, y): 640, 480
  Brightness: Brightness
Value:   63
Minimum: 0
Maximum: 127
Step:1
Default: 63
Flags:   slider
  Hue: VIDIOC_G_CTRL failed: Invalid argument
  Colour: Saturation
Value:   0
Minimum: -100
Maximum: 100
Step:1
Default: 0
Flags:   slider
  Contrast: Contrast
Value:   32
Minimum: 0
Maximum: 63
Step:1
Default: 32
Flags:   slider
  Whiteness: Gamma
Value:   21
Minimum: 0
Maximum: 31
Step:1
Default: 21
Flags:   slider
  Palette: Unknown! (842093913 - YU12)
  Compression preference: 1
  Automatic gain control: -1
  Whitebalance mode: auto
  Blinking of LED is not supported by the combination
  of your webcam and the driver.
  Sharpness: 33287
  Backlight compensation mode: off
  Anti-flicker mode: on
  Noise reduction mode: 1
  Pan/tilt range is not supported by the combination
  of your webcam and the driver.
  Get pan/tilt position is not supported by the combination
  of your webcam and the driver.
 
 
 
 Thanks,


Folkert van Heusden

-- 
Nagios user? Check out CoffeeSaint - the versatile Nagios status
viewer! http://www.vanheusden.com/java/CoffeeSaint/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#717051: gcj-jdk: number of processors reported by Runtime.getRuntime().availableProcessors() is incorrect

2013-07-16 Thread folkert
Package: gcj-jdk
Version: 4:4.7.2-1
Severity: normal


Number of processors/cores/threads returned by a java program compiled with gcj 
is incorrect:

folkert@belle:~$ cat numprocs.java
class numprocs {
public static void main(String [] args) {
System.out.println(number of processors:  + 
Runtime.getRuntime().availableProcessors());
}
}

folkert@belle:~$ gcj --version
gcj (Debian 4.8.1-2) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

folkert@belle:~$ gcj --main=numprocs -o numprocs numprocs.java
folkert@belle:~$ ./numprocs
number of processors: 1

folkert@belle:~$ java -version
java version 1.7.0_03
OpenJDK Runtime Environment (IcedTea7 2.1.3) (7u3-2.1.3-1)
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)

folkert@belle:~$ javac numprocs.java
folkert@belle:~$ java numprocs
number of processors: 12

folkert@belle:~$ grep -c '^processor   *:' /proc/cpuinfo
12


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

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

Versions of packages gcj-jdk depends on:
ii  gcj-4.7-jdk   4.7.2-3gcj and classpath development tool
ii  gcj-jre   4:4.7.2-1  Java runtime environment using GIJ
ii  libgcj-common 1:4.6.3-8  Java runtime library (common files

gcj-jdk recommends no packages.

gcj-jdk 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#715198: gnome-media: volume control panel no longer works

2013-07-06 Thread folkert
Package: gnome-media
Version: 3.4.0-1
Severity: normal

Since upgrading:
- changing volume no longer works
- selecting  headphones no longer works
- disabling internal speaker no longer works

What still works is for example test speakers: I hear the sample of the
woman.



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

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

Versions of packages gnome-media depends on:
ii  gconf-service3.2.6-1
ii  gconf2   3.2.6-1
ii  gstreamer0.10-gconf  0.10.31-3+nmu1
ii  gstreamer0.10-plugins-base   0.10.36-1.1
ii  gstreamer0.10-plugins-good   0.10.31-3+nmu1
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-3
ii  libgconf-2-4 3.2.6-1
ii  libglib2.0-0 2.36.1-2build1
ii  libgnome-media-profiles-3.0-03.0.0-1
ii  libgstreamer-plugins-base0.10-0  0.10.36-1.1
ii  libgstreamer0.10-0   0.10.36-1.2
ii  libgtk-3-0   3.4.2-6
ii  x11-utils7.7~1

Versions of packages gnome-media recommends:
ii  gnome-control-center  1:3.4.3.1-2
ii  gstreamer0.10-pulseaudio  0.10.31-3+nmu1
ii  pulseaudio4.0-3

gnome-media 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#711821: please close bug

2013-06-10 Thread folkert
Please close bug: I've upgraded to the latest nfs-common and now all is
fine again.


Folkert van Heusden

-- 
Ever wonder what is out there? Any alien races? Then please support
the seti@home project: setiathome.ssl.berkeley.edu
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#711821: nfs-common: segfaults during mount

2013-06-09 Thread Folkert van Heusden
Package: nfs-common
Version: 1:1.2.2-5
Severity: important

mount.nfs segfaults for all mount actions attempted:

mauer:/home/folkert# mount belle:/data3/mp3/music/mp3 -o defaults 
mauer:/home/folkert# dmesg
[48069.392279] mount.nfs[15614]: segfault at 0 ip 0031d923ac13 sp 
7fff6b7a85d0 error 4 in libc-2.17.so[31d920+1a4000]
mauer:/home/folkert# grep data3/mp3 /etc/fstab
belle:/data3/mp3/music/mp3nfs defaults,bg,ro,vers=3  0 0

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

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

Versions of packages nfs-common depends on:
ii  adduser 3.113+nmu3   add and remove users and groups
ii  initscripts 2.88dsf-13.13scripts for initializing and shutt
ii  libc6   2.17-3   Embedded GNU C Library: Shared lib
ii  libcap2 1:2.22-1.2   support for getting/setting POSIX.
ii  libcomerr2  1.42.5-1.1   common error description library
ii  libevent-1.4-2  1.4.14b-stable-1 asynchronous event notification li
ii  libgssapi-krb5-21.10.1+dfsg-5MIT Kerberos runtime libraries - k
ii  libgssglue1 0.4-2mechanism-switch gssapi library
ii  libk5crypto31.10.1+dfsg-5MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.10.1+dfsg-5MIT Kerberos runtime libraries
ii  libnfsidmap20.25-4   NFS idmapping library
ii  librpcsecgss3   0.19-5   allows secure rpc communication us
ii  libwrap07.6.q-24 Wietse Venema's TCP wrappers libra
ii  lsb-base4.1+Debian9  Linux Standard Base 4.1 init scrip
ii  netbase 4.47 Basic TCP/IP networking system
ii  rpcbind [portmap]   0.2.0-8  converts RPC program numbers into 
ii  ucf 3.0025+nmu3  Update Configuration File: preserv

nfs-common recommends no packages.

nfs-common 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#711342: linux-image-3.10-rc4-amd64: does not include f2fs filesystem support

2013-06-06 Thread folkert
Package: src:linux
Version: 3.10~rc4-1~exp1
Severity: normal

Since kernel 3.8 a new 'f2fs' filesystem is included in the Linux kernel.
The Debian image for 3.14-rc4 is missing this filesystem.

Please include it: it is usefull for e.g. external SSD harddrives connected via 
USB which don't support TRIM and also for SD-cards and such.

-- Package-specific info:
** Version:
Linux version 3.10-rc4-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.7.3 (Debian 4.7.3-4) ) #1 SMP Debian 3.10~rc4-1~exp1 (2013-06-03)

** Command line:
BOOT_IMAGE=/vmlinuz-3.10-rc4-amd64 root=/dev/mapper/VGPEGASUS-LVOS ro quiet

** Tainted: C (1024)
 * Module from drivers/staging has been loaded.

** Kernel log:
[   20.639886] ieee80211 phy0: Selected rate control algorithm 
'ath9k_rate_control'
[   20.640746] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xc900103e, 
irq=17
[   20.820581] psmouse serio1: elantech: retrying ps2 command 0xf8 (2).
[   21.035475] Console: switching to colour frame buffer device 128x37
[   21.042586] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[   21.042592] i915 :00:02.0: registered panic notifier
[   21.056895] acpi device:2c: registered as cooling_device4
[   21.057018] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   21.057264] input: Video Bus as 
/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[   21.057593] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[   21.057844] ACPI Warning: 0x0828-0x082f SystemIO 
conflicts with Region \PMIO 1 (20130328/utaddress-251)
[   21.057869] ACPI Warning: 0x0828-0x082f SystemIO 
conflicts with Region \_SB_.PCI0.SBRG.IELK.GPSE 2 (20130328/utaddress-251)
[   21.057885] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   21.057896] ACPI Warning: 0x04b0-0x04bf SystemIO 
conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20130328/utaddress-251)
[   21.057911] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   21.057919] ACPI Warning: 0x0480-0x04af SystemIO 
conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20130328/utaddress-251)
[   21.057932] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   21.057937] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   21.150667] iTCO_vendor_support: vendor-support=0
[   21.399780] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[   21.399872] iTCO_wdt: Found a NM10 TCO device (Version=2, TCOBASE=0x0860)
[   21.400760] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   21.524051] psmouse serio1: elantech: retrying ps2 command 0xf8 (1).
[   21.685682] snd_hda_intel :00:1b.0: irq 45 for MSI/MSI-X
[   21.970226] input: HDA Intel Headphone Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input8
[   22.153204] input: ETPS/2 Elantech Touchpad as 
/devices/platform/i8042/serio1/input/input9
[   22.593495] media: Linux media interface: v0.10
[   23.092451] Linux video capture interface: v2.00
[   23.362722] uvcvideo: Found UVC 1.00 device USB2.0 UVC VGA WebCam (13d3:5702)
[   23.381627] input: USB2.0 UVC VGA WebCam as 
/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/input/input10
[   23.381917] usbcore: registered new interface driver uvcvideo
[   23.381924] USB Video Class driver (1.1.1)
[   23.775625] cfg80211: World regulatory domain updated:
[   23.775636] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[   23.775645] cfg80211:   (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   23.775652] cfg80211:   (2457000 KHz - 2482000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[   23.775659] cfg80211:   (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[   23.775667] cfg80211:   (517 KHz - 525 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   23.775674] cfg80211:   (5735000 KHz - 5835000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   26.065747] EXT4-fs (dm-2): re-mounted. Opts: (null)
[   26.442589] EXT4-fs (dm-2): re-mounted. Opts: errors=remount-ro
[   26.732915] loop: module loaded
[   26.840992] ip_tables: (C) 2000-2006 Netfilter Core Team
[   27.056688] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   29.950655] Adding 3997692k swap on /dev/mapper/VGPEGASUS-LVSWAP.  
Priority:-1 extents:1 across:3997692k 
[   30.785431] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: 
(null)
[   30.894047] EXT4-fs (dm-4): warning: maximal mount count reached, running 
e2fsck is recommended
[   30.895345] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: 
(null)
[   34.485694] RPC: Registered named UNIX socket transport module.
[   34.485702] RPC: Registered udp transport module.
[   34.485707] RPC: Registered tcp transport module.
[   34.485711] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   34.593563] Key 

Bug#705805: dracut: doesn't see lvms

2013-04-20 Thread folkert
Package: dracut
Severity: important

- installed kernel 3.8 from experimental repository
- this required dracut
- default installation of dracut
- system won't come up: doesn't see any volume groups. also explicitly scanning 
for them in the dracut shell won't show them
- reinstalling initramfstools makes the system bootable again

things i tried:
- added
add_dracutmodules+=crypt-loop lvm
force_add_dracutmodules+=crypt-loop lvm
  to dracut.conf
- set hostonly to no
- set lvmconf to yes

Will send sosreport.txt and /var/log/dracut.log.


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

Kernel: Linux 3.6-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dracut depends on:
ii  cpio   2.11+dfsg-0.1
ii  kbd1.15.3-9
ii  kpartx 0.4.9+git0.4dfdaf2b-6
ii  module-init-tools  3.16-1
ii  udev   175-7.1
ii  util-linux 2.20.1-5.3

Versions of packages dracut recommends:
ii  cryptsetup  2:1.4.1-2
ii  dmraid  1.0.0.rc16-4.2
ii  dmsetup 2:1.02.74-7
ii  lvm22.02.88-2
ii  mdadm   3.2.5-5

Versions of packages dracut suggests:
pn  dracut-network  none


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



Bug#705805: additional files

2013-04-20 Thread folkert
] ata2: DUMMY
[1.397313] ata3: DUMMY
[1.397318] ata4: DUMMY
[1.692129] usb 5-1: new high-speed USB device number 2 using ehci-pci
[1.716092] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[1.717459] ata1.00: unexpected _GTF length (8)
[1.717767] ata1.00: ATA-8: WDC WD2500BEVT-80A23T0, 01.01A01, max UDMA/133
[1.717775] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[1.719219] ata1.00: unexpected _GTF length (8)
[1.719520] ata1.00: configured for UDMA/133
[1.719868] scsi 0:0:0:0: Direct-Access ATA  WDC WD2500BEVT-8 01.0 
PQ: 0 ANSI: 5
[1.732932] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 
GiB)
[1.733210] sd 0:0:0:0: [sda] Write Protect is off
[1.733220] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[1.733325] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[1.770309]  sda: sda1 sda2  sda5 
[1.771730] sd 0:0:0:0: [sda] Attached SCSI disk
[1.830901] usb 5-1: New USB device found, idVendor=093b, idProduct=004a
[1.830912] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1.830919] usb 5-1: Product: DVDR PX-L611U USB Device
[1.830925] usb 5-1: Manufacturer: Plextor
[1.830931] usb 5-1: SerialNumber: 201009020003556
[1.837913] Initializing USB Mass Storage driver...
[1.838262] scsi4 : usb-storage 5-1:1.0
[1.838511] usbcore: registered new interface driver usb-storage
[1.838516] USB Mass Storage support registered.
[1.940110] usb 5-6: new high-speed USB device number 3 using ehci-pci
[2.841806] scsi 4:0:0:0: CD-ROMPLEXTOR  DVDR   PX-L611U  1.04 
PQ: 0 ANSI: 0
[2.859905] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda 
tray
[2.859915] cdrom: Uniform CD-ROM driver Revision: 3.20
[2.860519] sr 4:0:0:0: Attached scsi CD-ROM sr0
[2.990861] usb 5-6: New USB device found, idVendor=13d3, idProduct=5702
[2.990871] usb 5-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[2.990879] usb 5-6: Product: USB2.0 UVC VGA WebCam
[2.990885] usb 5-6: Manufacturer: Azurewave
[2.990891] usb 5-6: SerialNumber: 200901010001
[   33.568420] dracut Warning: Could not boot.
[   33.568815] dracut Warning: /dev/mapper/VGPEGASUS-LVOS does not exist
[   33.569028] dracut Warning: /dev/mapper/VGPEGASUS-LVOS does not exist
+ [ -f /run/initramfs/init.log ]


Folkert van Heusden

-- 
Feeling generous? - http://www.vanheusden.com/wishlist.php
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#703687: smstools: inefficient polling of directories should be replaced by inotify interface

2013-03-22 Thread Folkert van Heusden
Package: smstools
Version: 3.1.14-1
Severity: minor


Hi,

Smstools currently checks a couple of directories every x seconds.
That is inefficient:
 1. it doesn't react immediately on new outgoing sms messages, delaying their 
transmission
 2. it polls when it is not neccessary, using system resources

Regarding point 2: this is a real problem in situations where for example a 
simple server like a raspberry pi is used.

I suggest to use inotify: smstools can then sleep forever and as soon as a new 
file appears in its outbound directory, it is woken up immediately.
Of course it needs to explicitly scan the outbound directory when it starts up 
as new files may have appeared while it was not running.


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

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

Versions of packages smstools depends on:
ii  adduser  3.113   add and remove users and groups
ii  debconf  1.5.41  Debian configuration management sy
ii  libc62.13-24 Embedded GNU C Library: Shared lib
ii  libmm14  1.4.2-4 Shared memory library - runtime
ii  ucf  3.0025+nmu2 Update Configuration File: preserv

smstools recommends no packages.

smstools suggests no packages.

-- Configuration Files:
/etc/logrotate.d/smstools changed:
/var/log/smstools/smsd.log {
rotate 2
weekly
compress
missingok
postrotate
invoke-rc.d smstools reload  /dev/null
endscript
}


-- debconf information:
  smstools/modems/deviceincoming1: true
  smstools/deviceincoming: true
  smstools/devicebaudrateother:
  smstools/modems/devicename1: GSM1
  smstools/devicebaudrate: 19200
  smstools/devicenodeother:
  smstools/configureanothermodem1: false
  smstools/modems/devicebaudrate1: 19200
* smstools/config_exist:
  smstools/devicename: GSM1
  smstools/configure: true
  smstools/devicenode:
  smstools/modems/devicenode1: /dev/ttyS0
  smstools/configureanothermodem: false
  smstools/deviceinit:
  smstools/modems/deviceinit1:
  smstools/eventhandler: /usr/local/sbin/sms_eventhandler


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



Bug#699451: libportaudio2:armhf: recording sound no longer works with RPI kernel 3.6.11

2013-01-31 Thread folkert
Package: libportaudio2
Version: 19+svn2021-1
Severity: important

Hi,

Since the upgrade to the latest raspberry pi kernel (using rpi-update), 
recording sound using libportaudo2:armhf no longer works.
To the system, a USB audio-device is connected.

The error messages emitted by portaudio are:

ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.front.0:CARD=0'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM front
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.surround40.0:CARD=0'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM surround40
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM surround41
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM surround50
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM surround51
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.surround71.0:CARD=0'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM surround71
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM iec958
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM spdif
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM 
bcm2835 AL.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4720:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM spdif
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only 
playback stream
ALSA lib pcm_direct.c:877:(snd1_pcm_direct_initialize_slave) slave plugin does 
not support mmap interleaved or mmap noninterleaved access
ALSA lib pcm_dmix.c:1030:(snd_pcm_dmix_open) unable to initialize slave
Expression 'parameters-channelCount = maxChans' failed in 
'src/hostapi/alsa/pa_linux_alsa.c', line: 1438
Expression 'ValidateParameters( inputParameters, hostApi, StreamDirection_In )' 
failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 2742
Error opening audio stream 

Bug#698311: /usr/bin/apt-get: should emit summary of required actions

2013-01-16 Thread folkert
Package: apt
Version: 0.9.5.1
Severity: wishlist
File: /usr/bin/apt-get


Hi,

It would be helpfull if apt-get would emit a list of actions that are required 
for the sysop to execute.
E.g. you need to adjust this or that file under /etc as this or that has 
changed. Or you need to rebuild a database.
Yes, an admin could go through the changelogs in the doc-directories of each 
installed/upgraded package but that is error-prone and it would be so much 
easier if (especially after an apt-get (dist-)upgrade) a report would be 
emitted (preferably to a file) indicating all required actions per package.


Regards,



-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture amd64;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Install-Recommends 1;
APT::Install-Suggests 0;
APT::Authentication ;
APT::Authentication::TrustCDROM true;
APT::NeverAutoRemove ;
APT::NeverAutoRemove:: ^firmware-linux.*;
APT::NeverAutoRemove:: ^linux-firmware$;
APT::NeverAutoRemove:: ^linux-image.*;
APT::NeverAutoRemove:: ^kfreebsd-image.*;
APT::NeverAutoRemove:: ^linux-restricted-modules.*;
APT::NeverAutoRemove:: ^linux-ubuntu-modules-.*;
APT::NeverAutoRemove:: ^gnumach$;
APT::NeverAutoRemove:: ^gnumach-image.*;
APT::Never-MarkAuto-Sections ;
APT::Never-MarkAuto-Sections:: metapackages;
APT::Never-MarkAuto-Sections:: restricted/metapackages;
APT::Never-MarkAuto-Sections:: universe/metapackages;
APT::Never-MarkAuto-Sections:: multiverse/metapackages;
APT::Never-MarkAuto-Sections:: oldlibs;
APT::Never-MarkAuto-Sections:: restricted/oldlibs;
APT::Never-MarkAuto-Sections:: universe/oldlibs;
APT::Never-MarkAuto-Sections:: multiverse/oldlibs;
APT::Periodic ;
APT::Periodic::Update-Package-Lists 1;
APT::Periodic::Download-Upgradeable-Packages 0;
APT::Periodic::AutocleanInterval 0;
APT::Update ;
APT::Update::Post-Invoke-Success ;
APT::Update::Post-Invoke-Success touch 
/var/lib/apt/periodic/update-success-stamp 2/dev/null || true;
APT::Update::Post-Invoke-Success:: /usr/bin/test -e 
/usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service  
/usr/bin/test -S /var/run/dbus/system_bus_socket  /usr/bin/gdbus call 
--system --dest org.freedesktop.PackageKit --object-path 
/org/freedesktop/PackageKit --timeout 1 --method 
org.freedesktop.PackageKit.StateHasChanged cache-update  /dev/null; /bin/echo 
 /dev/null;
APT::Archives ;
APT::Archives::MaxAge 30;
APT::Archives::MinAge 2;
APT::Archives::MaxSize 500;
APT::Architectures ;
APT::Architectures:: amd64;
APT::Compressor ;
APT::Compressor::. ;
APT::Compressor::.::Name .;
APT::Compressor::.::Extension ;
APT::Compressor::.::Binary ;
APT::Compressor::.::Cost 1;
APT::Compressor::gzip ;
APT::Compressor::gzip::Name gzip;
APT::Compressor::gzip::Extension .gz;
APT::Compressor::gzip::Binary gzip;
APT::Compressor::gzip::Cost 2;
APT::Compressor::gzip::CompressArg ;
APT::Compressor::gzip::CompressArg:: -9n;
APT::Compressor::gzip::UncompressArg ;
APT::Compressor::gzip::UncompressArg:: -d;
APT::Compressor::bzip2 ;
APT::Compressor::bzip2::Name bzip2;
APT::Compressor::bzip2::Extension .bz2;
APT::Compressor::bzip2::Binary bzip2;
APT::Compressor::bzip2::Cost 3;
APT::Compressor::bzip2::CompressArg ;
APT::Compressor::bzip2::CompressArg:: -9;
APT::Compressor::bzip2::UncompressArg ;
APT::Compressor::bzip2::UncompressArg:: -d;
APT::Compressor::xz ;
APT::Compressor::xz::Name xz;
APT::Compressor::xz::Extension .xz;
APT::Compressor::xz::Binary xz;
APT::Compressor::xz::Cost 4;
APT::Compressor::xz::CompressArg ;
APT::Compressor::xz::CompressArg:: -6;
APT::Compressor::xz::UncompressArg ;
APT::Compressor::xz::UncompressArg:: -d;
APT::Compressor::lzma ;
APT::Compressor::lzma::Name lzma;
APT::Compressor::lzma::Extension .lzma;
APT::Compressor::lzma::Binary xz;
APT::Compressor::lzma::Cost 5;
APT::Compressor::lzma::CompressArg ;
APT::Compressor::lzma::CompressArg:: --format=lzma;
APT::Compressor::lzma::CompressArg:: -9;
APT::Compressor::lzma::UncompressArg ;
APT::Compressor::lzma::UncompressArg:: --format=lzma;
APT::Compressor::lzma::UncompressArg:: -d;
APT::CompressorName ;
APT::CompressorExtension .;
APT::CompressorBinary ;
APT::CompressorCost 100;
APT::CompressorCompressArg ;
APT::CompressorCompressArg:: -9;
APT::CompressorUncompressArg ;
APT::CompressorUncompressArg:: -d;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::mirrors mirrors/;
Dir::State::extended_states extended_states;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::sourceparts sources.list.d;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::netrc auth.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Etc::preferencesparts preferences.d;
Dir::Etc::trusted 

Bug#659012: Segfaults shortly after start

2012-09-20 Thread folkert
Package: powertop
Version: 1.11-1
Severity: normal

Problem persists.
screen output:
-

 PowerTOP version 1.11  (C) 2007 Intel Corporation

CnAvg residency   P-states (frequencies)
C0 (cpu running)( 0.5%) 1.60 Ghz 0.2%
polling   0.0ms ( 0.0%) 1333 Mhz 0.0%
C1 mwait  3.1ms ( 0.0%) 1067 Mhz 0.2%
C2 mwait  8.1ms ( 1.3%)  800 Mhz99.6%
C4 mwait  6.0ms (98.2%)

Wakeups-from-idle per second : 166.3interval: 5.0s
no ACPI power usage estimate available

Top causes for wakeups:
  35.8% ( 31.4)   interrupt : uhci_hcd:usb3
  35.8% ( 31.4)   USB device  3-2 : USB-Ampel (Cleware GmbH)
   9.1% (  8.0) swapper/0 : mod_timer (rh_timer_func)
   4.8% (  4.2) swapper/0 : hrtimer_start (tick_sched_timer)
   4.6% (  4.0) swapper/0 : hrtimer_start_range_ns (tick_sched_timer)
   2.3% (  2.0)  nrpe : hrtimer_start_range_ns (hrtimer_wakeup)
   2.1% (  1.8)   interrupt : eth0
   2.1% (  1.8) swapper/1 : hrtimer_start_range_ns (tick_sched_timer)
   1.1% (  1.0)  ntpd : hrtimer_start_range_ns (posix_timer_fn)
   1.1% (  1.0) tincd : hrtimer_start_range_ns (hrtimer_wakeup)
   0.5% (  0.4) swapper/1 : hrtimer_start (tick_sched_timer)
   0.2% (  0.2)kerneloops : hrtimer_start_range_ns (hrtimer_wakeup)
   0.2% (  0.2) swapper/0 : mod_timer (dev_watchdog)
   0.2% (  0.2)  init : hrtimer_start_range_ns (hrtimer_wakeup)
Segmentation fault
root@ieieie:~#


strace:
--
write(1, \33[1BTop causes for wakeups:\r\33[1B..., 1340) = 1340
rt_sigaction(SIGTSTP, {0xb76ad810, [], SA_RESTART}, NULL, 8) = 0
access(/proc/config.gz, R_OK) = -1 ENOENT (No such file or directory)
open(/proc/sys/kernel/osrelease, O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76e5000
read(3, 3.2.0-3-686-pae\n, 1024)  = 16
close(3)= 0
munmap(0xb76e5000, 4096)= 0
open(/boot/config-3.2.0-3-686-pae, O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=134558, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb76e5000
read(3, #\n# Automatically generated file..., 1024) = 1024
...
read(3, ND_IPOIB=m\nCONFIG_INFINIBAND_IPO..., 1024) = 1024
read(3, V_DS3232 is not set\nCONFIG_RTC_D..., 1024) = 1024
read(3, 01=m\nCONFIG_RTC_DRV_V3020=m\nCONF..., 1024) = 1024
read(3, NG=y\nCONFIG_ET131X=m\n# CONFIG_SL..., 1024) = 1024
read(3, DT282X=m\nCONFIG_COMEDI_DMM32AT=m..., 1024) = 1024
read(3, CI9111=m\nCONFIG_COMEDI_ADL_PCI91..., 1024) = 1024
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

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

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages powertop depends on:
ii  libc6 2.13-35Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-5 shared libraries for terminal hand

powertop recommends no packages.

Versions of packages powertop suggests:
ii  cpufrequtils  007-1  utilities to deal with the cpufreq
pn  laptop-mode-tools none (no description available)

-- no debconf information


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



Bug#529314: QEMU 1.2.0

2012-09-07 Thread folkert
  Looking at the changelog of Qemu 1.2.0 it looks as if work regarding
  this is on its way!
  
  PowerPC
  The pSeries target correctly creates segment size device tree nodes
  (fixes odd bugs with HV vs PR KVM)
  The pSeries target implements an IOMMU.
  ... pSeries VGA, USB, etc.? ...
  The E500 target generates its device tree dynamically
  New mpc8544ds -machine option: dumpdtb. This allows to dump the
  dynamically generated device tree to a file.
  Emulation for e5500 cores
  PC87312 Super I/O chipset emulation for PReP, adding parallel port to
  prep machine
 
 pSeries support is already present in 1.1. That said if it works well
 with Linux, I am not sure someone tried to run AIX as it is requested in
 this bug report.

Are you sure?
It doesn't work:

folkert@nieuw:~$ qemu --version
QEMU emulator version 1.1.0 (Debian 1.1.0+dfsg-1), Copyright (c) 2003-2008 
Fabrice Bellard
folkert@nieuw:~$ qemu-system-ppc64 -M pSeries
Supported machines are:
ref405ep ref405ep
taihutaihu
bamboo   bamboo
mac99Mac99 based PowerMAC (default)
g3beige  Heathrow based PowerMAC
prep PowerPC PREP platform
mpc8544dsmpc8544ds
pseries  pSeries Logical Partition (PAPR compliant)
virtex-ml507 Xilinx Virtex ML507 reference design



Folkert van Heusden

-- 
www.vanheusden.com/multitail - multitail is tail on steroids. multiple
   windows, filtering, coloring, anything you can think of
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



Bug#529314: QEMU 1.2.0

2012-09-07 Thread folkert
 []
  pSeries support is already present in 1.1. That said if it works well
 []
  Are you sure?
 
  It doesn't work:
  
  folkert@nieuw:~$ qemu --version
  QEMU emulator version 1.1.0 (Debian 1.1.0+dfsg-1), Copyright (c) 2003-2008 
  Fabrice Bellard
  folkert@nieuw:~$ qemu-system-ppc64 -M pSeries
  Supported machines are:
 
  pseries  pSeries Logical Partition (PAPR compliant)
 
 Maybe this one?

(insert some profanity here)

I missed that one.
Sorry for that.


Folkert van Heusden

-- 
MultiTail ist eine flexible Applikation um Logfiles und Kommando
Eingaben zu überprüfen. Inkl. Filter, Farben, Zusammenführen,
Ansichten etc. http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com


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



  1   2   3   4   5   >