Bug#743905: '--quiet' option does not silnce the output

2014-04-08 Thread Raf Czlonka
Package: get-iplayer
Version: 2.83-1
Severity: normal

Hi,

According to the manual page:

--quiet, -q
  No logging output

Which does indeed silence the part of getting the '.flv' file. However,
since re-muxing is done by default, '--quiet' option should also apply
to the 'ffmpeg' re-muxing stage - otherwise it produces an undesired
effect, i.e. a very long email when run from 'cron'.

When '-q/--quiet' is specified, a '-loglevel quiet' (or similar)
should be passed to 'ffmpeg' at the same time.

There are of course '--ffmpeg-*' options when a user can pass the
argument (her/him)self but since there are four of them, it would need
to be done each of the four times (i.e. in the cron job or a script).

Therefore having one, universal way to silence 'ffmpeg' would be greatly
appreciated.

If silencing the whole step in one go, i.e. using '-q/--quiet', is not
desired, then having a _single_ option to silence 'ffmpeg' separately
would be just fine.

Best regards,

Raf

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

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

Versions of packages get-iplayer depends on:
ii  libwww-perl 6.05-2
ii  libxml-simple-perl  2.20-1
ii  perl5.18.2-2+b1
ii  rtmpdump2.4+20121230.gitdf6c518-1

Versions of packages get-iplayer recommends:
ii  atomicparsley 0.9.2~svn110-4
ii  id3v2 0.1.12-2.1
ii  libmp3-info-perl  1.24-1

Versions of packages get-iplayer suggests:
ii  ffmpeg  10:2.2-dmo2
ii  libav-tools 10:2.2-dmo2
ii  mplayer 3:1.1.1+20140321+svn37025-dmo1
ii  mplayer2 [mplayer]  1:2.0~git20130706-dmo3

-- 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#742702: 'gg:userlist -p' doesn't update the list on the server

2014-03-26 Thread Raf Czlonka
Package: ekg2
Version: 1:0.4~pre+20120506.1-3
Severity: normal

Hi,

After running 'gg:userlist -p' I get:

(gg) Roster exported

in response, however, when I type 'gg:userlist -g' the old list gets
downloaded.

The result is that I can't get rid of old contacts from my list - they
get redownloaded reach time I download the userlist from the sever.

Any ideas how to get it working?

Regards,

Raf

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

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

Versions of packages ekg2 depends on:
ii  ekg2-core1:0.4~pre+20120506.1-3
ii  ekg2-jabber  1:0.4~pre+20120506.1-3
ii  ekg2-ui-ncurses  1:0.4~pre+20120506.1-3

Versions of packages ekg2 recommends:
pn  ekg2-dbg  

Versions of packages ekg2 suggests:
pn  ekg2-gnupg 
pn  ekg2-scripting-perl
pn  ekg2-scripting-python  
pn  ekg2-ui-gtk

-- 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#739370: the problem hasn't been resolved

2014-02-18 Thread Raf Czlonka
On Tue, Feb 18, 2014 at 08:06:42AM GMT, Andrew Shadura wrote:

> Hello,

Hi,

> Yes, that's true; I don't currently know how to solve that issue
> properly. I've added a check in preinst script to remove that bogus
> directory, but that won't help with removing broken versions of the
> package co-installed with pkg-config: the only way to fix them is to
> upgrade then to a new version (or to fix the issue manually).

Such, such check (like the one below) will only work if the package is
upgraded, not removed. Broken packages can only be fixed by manua
intervention when a user decides to purge them from the system, rather
than trying to install to a newer version.

Something like this would at least allow users to get passed the broken
package state, install the new version and, if they choose to do so,
remove the package from their system using apt/dpkg.

pkgconfwrap="/usr/share/pkg-config-crosswrapper"
[ -f $pkgconfwrap/pkg-config-crosswrapper ] && mv 
$pkgconfwrap/pkg-config-crosswrapper ${pkgconfwrap}.orig
[ -d $pkgconfwrap ] && rmdir $pkgconfwrap && mv ${pkgconfwrap}.orig $pkgconfwrap

Variable has been used for brevity but feel free to expand it.

Since both, the script and the directory are created by an earlier
version of 'pkgconf' package, it is safe to assume that '.orig' file
does not exist and the directory is empty, hence the lack of any
additional tests in the above example.

Regards,

Raf


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



Bug#739370: the problem hasn't been resolved

2014-02-17 Thread Raf Czlonka
Package: pkgconf
Followup-For: Bug #739370

Hi,

New uploaded version hasn't resolved the issue because both 0.9.4-2 and
0.9.5-1, and possibly earlier, versions introduced a bug where they
create '/usr/share/pkg-config-crosswrapper' directory with
'pkg-config-crosswrapper' shell script inside it.

Whoever installed any of those versions will get into this problem:

dpkg-divert: error: cannot divert directories

Which is correct, since 'dpkg-divert' has the wrong information - since
'dpkg-divert' entries are in 'pkgconf.preinst' script, diversion takes
place *before* the directory gets created so there aren't any
installation issues. However, upon deinstallation, the directory being
there, causes an issue with 'dpkg-divert' which expects a
'pkg-config-crosswrapper' file, not a directory.

Package version 0.9.5-2 installs just fine on a system where none of the
above versions were installed, but does not resolve the issues
introduced by either of the earlier versions of the package.

Kind regards,

Raf

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

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

Versions of packages pkgconf depends on:
ii  libc6  2.17-97

pkgconf recommends no packages.

pkgconf 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#739149: duplicate configuration file

2014-02-16 Thread Raf Czlonka
Package: webcamd
Version: 0.7.6-5
Severity: minor

Hi,

'webcamd.conf' config file can be found in
'/usr/share/doc/webcamd/examples' (where one might expect it to be), but
there's also a duplicate in '/usr/share/doc/webcamd'.

IMVHO the latter can be safely removed.

Kind regards,

Raf

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

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

Versions of packages webcamd depends on:
ii  perl5.18.2-2
ii  perl-modules [libnet-perl]  5.18.2-2
ii  perlmagick  8:6.7.7.10-7
ii  xawtv   3.103-3

webcamd recommends no packages.

webcamd 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#735328: sudo: value `0022' is invalid for option `umask'

2014-01-14 Thread Raf Czlonka
Package: sudo
Version: 1.8.9p3-1
Severity: normal

Hi,

After recent 'sudo' update this is the warning message I'm getting:

sudo: value `0022' is invalid for option `umask'

Additionally, an email is being sent to 'root':


Subject: *** SECURITY information for debian ***
  

  
debian : Jan 14 19:59:41 : rjc : problem with defaults entries ; TTY=pts/4 ; 
PWD=/home/rjc ;


I have a custom '/etc/sudoers.d/local':

Defaults  env_keep += DISPLAY
Defaultssetenv
Defaultsumask = 0022
Defaultsumask_override
Defaultseditor = /usr/bin/editor
Defaultsinsults
%admALL=(ALL:ALL) NOPASSWD:ALL

with the default '/etc/sudoers' file.

I don't think I need to add that this setup worked fine up until
yesterday.

Regards,

Raf

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

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

Versions of packages sudo depends on:
ii  libc6   2.17-97
ii  libpam-modules  1.1.3-11
ii  libpam0g1.1.3-11
ii  libselinux1 2.2.2-1

sudo recommends no packages.

sudo suggests no packages.

-- Configuration Files:
/etc/sudoers [Errno 13] Permission denied: u'/etc/sudoers'
/etc/sudoers.d/README [Errno 13] Permission denied: u'/etc/sudoers.d/README'

-- 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#729997: does not work with debconf's 'readline' frontend

2013-11-20 Thread Raf Czlonka
On Wed, Nov 20, 2013 at 09:06:28AM GMT, Thomas Liske wrote:

> > 1. "Fix" 'needrestart' to work with debconf's 'readline' frontend.
> > 
> > 2. Dependency, at least, on 'dialog' or 'whiptail' needs to be put in
> > place - I'd suggest the latter as it is both smaller, and itself has
> > fewer dependencies. Having a logical 'or' for both (more?) would
> > suffice.
> 
> I would prefere needrestart to work with any of debconf's frontends.
> I'll review the usage of debconf in needrestart and try to make it
> working with the limited readline frontend.
> 
> I do not prefere to depend on any non critical packages. Dialog or
> whiptail might be recommended, but needrestart needs to work w/o them.

Nice to hear/read that. Good choice!

I'd prefer to see it working with readline too, and not Depend on or
Recommend anther - Suggests should suffice, IMVHO.

> > P.P.S. I have noticed that the manual page for 'needrestart' bears the
> > version number of '0.2', which obviously doesn't match the version
> > available in the packaged. I'd suggest modifying the man page to either
> > include the version number only in the footer, and it being updated with
> > respective version of the program, or removing it altogether.
> 
> I'll drop the version number... I'm wondering why I've included it at all.

Ta!

> Thanks for reporting!

Don't mention it.

Thanks for a prompt reply and good news about future changes.

Regards,

rjc


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



Bug#729997: does not work with debconf's 'readline' frontend

2013-11-19 Thread Raf Czlonka
Package: needrestart
Version: 0.3-1
Severity: important

Hi,

Let me start by saying that I was really pleased when I first saw
'needrestart' in Debian. I have now installed it on all of my machines.
On one of them, however, 'needrestart' does not run. The machine in
question is an 'armel' 'SheevaPlug'.

Due to limited space, I have removed all non-essential packages,
including 'dialog', and configured 'debconf' to use its 'readline'
frontend. This is also the reason why I'm reporting this bug from my
'i686' laptop, instead. It is obvious that, in order to be usable,
'needrestart' requires, at least, a dialog-like program to be available;
otherwise it fails with:

---8<---
Looking for daemons to restart
--

Debconf: CANCELED
--->8---

After installing, i.e. 'whiptail' I am presented with a familiar
list/menu.

The problem can be solved in either of the two ways:

1. "Fix" 'needrestart' to work with debconf's 'readline' frontend.

2. Dependency, at least, on 'dialog' or 'whiptail' needs to be put in
place - I'd suggest the latter as it is both smaller, and itself has
fewer dependencies. Having a logical 'or' for both (more?) would
suffice.

P.S. I have obviously omitted GUI frontends here, as these, I presume,
should simply work if enabled.

P.P.S. I have noticed that the manual page for 'needrestart' bears the
version number of '0.2', which obviously doesn't match the version
available in the packaged. I'd suggest modifying the man page to either
include the version number only in the footer, and it being updated with
respective version of the program, or removing it altogether.

Thanks in advance.

Kind regards,

rjc

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

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

Versions of packages needrestart depends on:
ii  dpkg 1.17.1
ii  libmodule-find-perl  0.11-1
ii  perl 5.18.1-4

needrestart recommends no packages.

needrestart 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#725289: grive is not installable due to unmet dependencies

2013-10-03 Thread Raf Czlonka
Package: grive
Version: 0.2.0-1+b2
Severity: important

Hi,

This is the second time this "bug" affects 'grive'.

The problem is that 'grive' package _insists_ on depending on a specific
version of 'binutils'. From what I have checked this is the *only*
package which introduces that strict 'binutils' version check. I can
appreciate the fact that 'grive' might require a specific version of
'binutils' AND a "greater than" one, but to limit the dependency to AND
a "lower than" as well, seems to be a bit "over the top", i.e. as if
expecting than an update to 'binutils' will automatically break 'grive'
all of a sudden.

Therefore I would highly recommend changing the dependency to a specific
version of binutils AND higher... only :^)

Kind regards,

rjc

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.10-3-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grive depends on:
ii  binutils2.23.90.20130927-1
ii  libboost-filesystem1.54.0   1.54.0-3
ii  libboost-program-options1.54.0  1.54.0-3
ii  libboost-system1.54.0   1.54.0-3
ii  libc6   2.17-93
ii  libcurl3-gnutls 7.32.0-1
ii  libexpat1   2.1.0-4
ii  libgcc1 1:4.8.1-10
ii  libgcrypt11 1.5.3-2
ii  libjson-c2  0.11-3
ii  libstdc++6  4.8.1-10
ii  zlib1g  1:1.2.8.dfsg-1

grive recommends no packages.

grive suggests no packages.


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



Bug#723655: package depends on libgd2-noxpm or libgd2-xpm, neither of which are available

2013-09-18 Thread Raf Czlonka
Package: openvas-client
Version: 2.0.5-1.1
Severity: serious

Hi,

I have installed the package a while back, hence it is still present
on my machine but and attempt to install it on another one fails as
neither libgd2-xpm nor libgd2-noxpm are available in the repository.

Please fix the package dependencies.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.10-3-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openvas-client depends on:
ii  libatk1.0-0   2.8.0-2
ii  libc6 2.17-92+b1
ii  libcairo2 1.12.16-2
ii  libfontconfig12.10.2-2
ii  libfreetype6  2.4.9-1.1
ii  libgd2-xpm2.0.36~rc1~dfsg-6.1
ii  libgdchart-gd2-noxpm  0.11.5-7.1
ii  libgdk-pixbuf2.0-02.28.2-1
ii  libglib2.0-0  2.36.4-1
ii  libgtk2.0-0   2.24.20-1
ii  libpango1.0-0 1.32.5-5+b1
ii  libpng12-01.2.49-4
ii  libssl1.0.0   1.0.1e-3
ii  zlib1g1:1.2.8.dfsg-1

openvas-client recommends no packages.

openvas-client 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#722676: depends on 'python2' which is unavailable

2013-09-13 Thread Raf Czlonka
Package: picard
Version: 1.2-2
Severity: important

Hi,

Picard depends on 'python2' which is unavailable - neither as a virtual
package, nor anywhere else on any other platform.

Looks like it might be a preparation for python2 -> python3 move or
a simple typo.

If it's the former, then it shoudln't have gottent to the archive yet
and if the latter, please fix it by removing it from dependencies.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.10-3-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages picard depends on:
ii  libc6 2.17-92+b1
ii  libchromaprint-tools  0.7-2
ii  libdiscid00.5.2-1
ii  python2.7.5-4
ii  python-mutagen1.21-1
ii  python-qt44.10.2-2
ii  python2.7 2.7.5-7

picard recommends no packages.

Versions of packages picard suggests:
ii  hicolor-icon-theme  0.12-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#716779: apt-xapian-index: xdg.Exceptions.ParsingError from cron.weekly/apt-xapian-index

2013-07-23 Thread Raf Czlonka
Package: app-install-data
Version: 2012.06.16.1
Followup-For: Bug #716779

The line should read:

Categories=Application;Game;ArcadeGame

and *not*

Categories=Application:Game:ArcadeGame

Categories are semicolon, not colon, -separated.

Regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 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#715561: new versions of 'beets' are available

2013-07-10 Thread Raf Czlonka
On Wed, Jul 10, 2013 at 02:51:03PM BST, Simon Chopin wrote:

> Hi Raf,

Hi Simon,

> the 1.2.1 version is already packaged and is waiting in the PAPT SVN
> repo. I still have a couple of details to fix in one of its dependencies
> before I can upload it, however.

Glad to know that it is being worked on!

Thanks for a prompt reply.

> Cheers
> Simon

Cheers,

Raf


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



Bug#715561: new versions of 'beets' are available

2013-07-10 Thread Raf Czlonka
Package: beets
Version: 1.0.0-1
Severity: wishlist

Hi,

While I do appreciate the fact that the version available in the
repository is from January this year (2013) and that 'beets' is in
active development (this should actually be "because of" rather than "in
spite of"), I'd like to request 'beets' to be updated, at least, to
version 1.2.1 (possibly 1.2.2 if it gets release soon) and, if possible,
be kept up to date (as much as possible) with upstream version. This is
not only because of new features which are available in new versions,
but especially with bug fixes which these version introduce.

I do understand that 'beets' is packaged by a team effort, rather than
an individual, and judging by the number of team members on Alioth [0],
you are not short of people. If you do, however, need a hand packaging
'beets' (as this is the only application I am currently interested in) I
would be more than happy to give a helping hand.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages beets depends on:
ii  libjs-backbone 0.9.2-4
ii  libjs-jquery   1.7.2+dfsg-2
ii  libjs-underscore   1.4.4-2
ii  python 2.7.5-2
ii  python-munkres 1.0.5.4-2
ii  python-musicbrainzngs  0.4-1
ii  python-mutagen 1.20-1
ii  python-pkg-resources   0.6.37-1
ii  python-unidecode   0.04.12-1

beets recommends no packages.

Versions of packages beets suggests:
ii  beets-doc1.0.0-1
pn  libav-tools  
ii  mp3gain  1.5.2-r2-2
ii  python-acoustid  1.0.0-1
ii  python-flask 0.10.1-1
ii  python-gst0.10   0.10.22-3
ii  python-imaging   1.1.7-4
pn  python-pylast
ii  python-rgain 1.2-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#715368: calendar: /usr/bin/cpp: No such file or directory

2013-07-08 Thread Raf Czlonka
Package: bsdmainutils
Version: 9.0.5
Severity: important
File: /usr/bin/calendar

Hi,

While running 'calendar' I get:

calendar: /usr/bin/cpp: No such file or directory

Since 'calendar' is unusable without 'cpp', 'bsdmainutils' should
either 'Depend' on, rather than simply 'Suggest', it; or 'calendar'
code should be changed so that it does not use the GNU C preprocessor,
which, BTW, pulls additional packages: cpp-4.8, libcloog-isl4, libgmp10,
libisl10, libmpc3, libmpfr4.

The latter solution would be preferable as, given that 'bsdmainutils'
Priority is 'important', it gets installed automatically even when
'Recommended' and 'Suggested' packages ere disabled in APT and 14.8 MB
disk space for 'cpp' and its dependencies can be quite substantial on
machines with limited storage, i.e. armel - this SheevaPlug.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armel (armv5tel)

Kernel: Linux 3.9-1-kirkwood
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bsdmainutils depends on:
ii  bsdutils 1:2.20.1-5.4
ii  debianutils  4.3.4
ii  libc62.17-7
ii  libgcc1  1:4.8.1-5
ii  libncurses5  5.9+20130608-1
ii  libtinfo55.9+20130608-1

bsdmainutils recommends no packages.

Versions of packages bsdmainutils suggests:
pn  cpp   
pn  vacation  
ii  wamerican [wordlist]  7.1-1
ii  wbritish [wordlist]   7.1-1
ii  whois 5.0.25

-- 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#714291: unable to install it on powerpc

2013-06-30 Thread Raf Czlonka
On Sun, Jun 30, 2013 at 03:28:39PM BST, Emmanuel Engelhart wrote:

> Kiwix package should depend on the new version of xulrunner
> (xulrunner-17.0?). 

I concur, it should.

> If a dummy package exists (xulrunner?), should be better to use it.

No such package exists I'm afraid [0].

IMVHO, a better idea would be to provide a virtual, rather than a dummy,
'xulrunner' package.

[0] http://packages.debian.org/search?keywords=xulrunner

Kind regards,

Raf


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



Bug#714290: [Pkg-nagios-devel] Bug#714290: package does not ship any documentation

2013-06-28 Thread Raf Czlonka
On Fri, Jun 28, 2013 at 07:54:31AM BST, Alexander Wirt wrote:

> Upstream thought it was a good idea to remove the docs. I'll either
> remove that package or replace it.

I didn't realise you had it automated to such a degree :^)

Thank you.

> And I don't think missing docs are a grave bug.

>From Debian official documentation:

grave

makes the package in question unusable or mostly so, or causes data
loss, or introduces a security hole allowing access to the accounts
of users who use the package.

So yes, the severity is *exactly* at 'grave' level as per "makes the
package in question unusable or mostly so" as the package *is* unusable.

As far as I'm concerned, there's nothing in the Debian Policy which
makes bugs in certain types of packages, i.e. '*-doc', etc., less
*important*.

Kind regards,

Raf


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



Bug#714303: installation hangs indefinitely

2013-06-27 Thread Raf Czlonka
Package: aide-common
Version: 0.16~a2.git20130520-1
Severity: grave

Hi,

In order to make sure that the bug #641810 has indeed been fixed, I
removed '/etc/aide' directory and all its content as 'aide-common' does
not clean up after itself on 'purge'.

This has already been reported nearly a year ago in a bug #683877, to
which the error message below, seems to be related to. The latter bug
needs its severity increased to 'important' at the very least, BTW, as
it prevent one from fully reinstalling the package in question.

After dozens of:

Not replacing deleted config file /etc/aide/aide.conf.d/...

Package installation hangs indefinitely after:

/etc/aide/aide.conf.d/31_aide_apt: line 3: 
/etc/aide/aide.settings.d/10_aide_sourceslist: No such file or directory

Processes which are running and are related to the package:

% ps auwx|grep aide
root  8710  0.0  0.9  17492 13976 pts/4Ss+  16:30   0:00 /usr/bin/dpkg 
--status-fd 45 --configure aide:powerpc aide-common:all
root  8711  0.4  0.8  19016 13712 pts/4S+   16:31   0:06 /usr/bin/perl 
-w /usr/share/debconf/frontend /var/lib/dpkg/info/aide-common.postinst 
configure 
root  8718  0.0  0.0   2128   656 pts/4S+   16:31   0:00 /bin/sh 
/var/lib/dpkg/info/aide-common.postinst configure 
root 17256  0.0  0.0   4720  1520 pts/4S+   16:33   0:00 /bin/bash 
/usr/sbin/update-aide.conf
root 17260  0.0  0.0   4720   920 pts/4S+   16:33   0:00 /bin/bash 
/usr/sbin/update-aide.conf
root 17261  0.0  0.0   4720   648 pts/4S+   16:33   0:00 /bin/bash 
/usr/sbin/update-aide.conf
root 17275  0.0  0.0   4712  1496 pts/4S+   16:33   0:00 /bin/bash 
/etc/aide/aide.conf.d/31_aide_apt
root 17278  0.0  0.0   4712   504 pts/4S+   16:33   0:00 /bin/bash 
/etc/aide/aide.conf.d/31_aide_apt

The fix was quite simple:

% cd /usr/share/aide/config/aide && \
for i in aide.conf aide.conf.d/* aide.settings.d/* ; \
do sudo ucf --purge /etc/aide/$i ; done

It is, however, unacceptable as a solution to both #683877 and, in turn,
this bug.

In order to resolve this one, bug #683877 needs to be fixed first.

Thank you for your work on AIDE packages.

Kind regards,

Raf

P.S. What is the benefit of having all the configuration under
'/usr/share/aide/config/aide' and then all of it copied *again* to
'/etc/aide'? Wouldn't it be easier to install all of the files directly
to '/etc/aide' in the first place?

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages aide-common depends on:
iu  aide0.16~a2.git20130520-1
ii  bsd-mailx [mailx]   8.1.2-0.2006cvs-1
ii  cdebconf [debconf-2.0]  0.182
ii  debconf [debconf-2.0]   1.5.50
ii  initscripts 2.88dsf-41
ii  liblockfile11.09-6
ii  mailutils [mailx]   1:2.99.97-3
ii  ucf 3.0027

Versions of packages aide-common recommends:
ii  cron  3.0pl1-124

aide-common suggests no packages.

-- debconf information:
* aide/aideinit: true
  aideinit/overwritenew: true
* aideinit/copynew: true


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



Bug#714291: unable to install it on powerpc

2013-06-27 Thread Raf Czlonka
Package: kiwix
Version: 0.9~beta6.8-1
Severity: serious

Hi,

I have installed the package a while back, but I am no longer able to
install it on other 'powerpc' machines as it depends on 'xulrunner-10.0'
which got removed from the pool for that achitecture.

Please update the package dependencies to newer versions of 'xulrunner'.

Regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kiwix depends on:
ii  aria2   1.17.0-1
ii  desktop-file-utils  0.21-1
ii  libc6   2.17-6
ii  libclucene0ldbl 0.9.21b-2+b1
ii  libgcc1 1:4.8.1-4
ii  libicu484.8.1.1-12
ii  liblzma55.1.1alpha+20120614-2
ii  libmicrohttpd10 0.9.27-1
ii  libnspr42:4.10-1
ii  libnspr4-0d 2:4.10-1
ii  libstdc++6  4.8.1-4
ii  libxapian22 1.2.15-2
ii  menu2.1.46
ii  xulrunner-10.0  10.0.12esr-1+nmu1
ii  zlib1g  1:1.2.8.dfsg-1

Versions of packages kiwix recommends:
ii  xapian-tools  1.2.15-2

kiwix 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#714290: package does not ship any documentation

2013-06-27 Thread Raf Czlonka
Package: nagios3-doc
Version: 3.4.1-4
Severity: grave

Hi,

After installing the package I get an error message:

Error in `/usr/share/doc-base/nagios3', line 9: all `Format' sections are 
invalid.

This is due to the fact that the above file references HTML files which
simply do not exists. Moreover, the package doesn't ship any
documentation.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 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#709912: Error while merging foo-xx with foo-en: format html already defined

2013-06-26 Thread Raf Czlonka
Package: doc-base
Followup-For: Bug #709912

Hi Daniel,

Correct me if I'm wrong, but according to 'doc-base' documentation [0]
you *can* use the same Document ID for the same documentation in
multiple files, but it only makes sense if you use different formats:


2.5.1 Splitting control files over multiple binary packages

Since version 0.8.7 is it possible to provide documents with the same
document-id by more than one binary package. All such documents with be
merged together and the merged document will be generated in
/var/lib/doc-base/documents/document-id file. This feature can be useful
in cases when the same documentation, but in different formats, is
provided by two binary packages.


Here it mentions multiple binary packages, but it may as well be applied
to your example, where everything is in the same package. You get the
above error because your already specified HTML format for 'gtypist'.
You could merge it if you provided, i.e. PDF, PS or other formats.
Also, translations are not the same documentation any more, they're
distinct in 'doc-base' meaning.

This is how I understand it and it is what 'doc-base' documentation
suggests. It's hard to be 100% sure as the documentation I quoted
doesn't mention anything about translations. However, modifying Document
ID for each translation fixes the issue. Morover, this is what other
packages are doing exactyl - having different Document IDs for
translations.

[0] file:///usr/share/doc/doc-base/doc-base.html/ch-interface.html

I hope this helps.

Regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages doc-base depends on:
ii  libuuid-perl   0.02-5
ii  libyaml-tiny-perl  1.51-2

doc-base recommends no packages.

Versions of packages doc-base suggests:
pn  dhelp | dwww | doc-central | yelp | khelpcenter4  
pn  rarian-compat 

-- 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#714117: unable to install due to unmet dependencies

2013-06-26 Thread Raf Czlonka
On Wed, Jun 26, 2013 at 06:59:41AM BST, Petter Reinholdtsen wrote:

> Hi.  Very glad to hear you tested isenkram. :)

Your blog post prompted me to do so :^)

> > New version of the package (0.4) is impossible to install due to error
> > in dependencies:
> > 
> > dep: python (<< 2.7)
> > 
> > However, version of Python available in unstable is 2.7.5-2.
> 
> Obs.  My mistake.  I forgot to build it using pbuilder.  If you
> rebuild the source, it should work fine.  I'll reupload with fixed
> dependencies.  The package work fine with any python, but the build
> system insert specific versions as dependencies.

OK, it makes sense now.

No worries.

What if after the upload, the package only gets added to the repository
after its dependencies are met? That would eliminate a number of bugs
like this one, i.e. unable to install due to unmet dependencies. The
upload queue could be set to an arbitrary number/time after which, if
the dependencies have not been resolved [0] it drops the package from
the queue. That would help with the errors mentioned above but also aid
with transitions and possibly with a situation when a package is being
removed from a pool for a specific release and other ones, which depend
on it, are then "hidden" from the pool and their maintainers informed
(this should be handled with care as we wouldn't like a situation where
a major chunk of the repository disappears).
Recently, after unstable thaw(?), I had all of the above happen to me.
I have filed a couple of bugs because of it but it would be nice if that
was done automatically... Just a thought :^)

Thanks a lot for a prompt response.

Cheers,

Raf


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



Bug#714117: unable to install due to unmet dependencies

2013-06-25 Thread Raf Czlonka
Package: isenkram
Version: 0.4
Severity: grave

Hi Petter,

New version of the package (0.4) is impossible to install due to error
in dependencies:

dep: python (<< 2.7)

However, version of Python available in unstable is 2.7.5-2.

Version 0.3 has the correct dependency (< 2.8).
Please use it in the new version of the package.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages isenkram depends on:
ii  libgnome2-perl1.042-2+b2
ii  python2.7.5-2
ii  python-aptdaemon-gtk  0.45-2
ii  python-gobject3.8.2-1
ii  python-gudev  147.2-3
ii  python-notify 0.1.1-3

Versions of packages isenkram recommends:
pn  aptdaemon  

isenkram 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#641810: /var/lib/aide/aide.db.new not copied

2013-06-13 Thread Raf Czlonka
On Wed, Jun 12, 2013 at 06:42:42PM BST, Hannes von Haugwitz wrote:

> > When debconf asks you whether you want to copy /var/lib/aide/aide.db.new
> > to /var/lib/aide/aide.db and you answer "Yes" it is still not happening,
> > as you can see from the error generated below.
> [cut]
> > Fatal error: The AIDE database '/var/lib/aide/aide.db' does not exist!
> > This may mean you haven't created it, or it may mean that someone has 
> > removed it.
> > End of script errors
> [cut]
> This situation can occur if the cron job is started while the
> initialization process of the installation is still running.

I don't think you understand. As I've written above, when choosing 'Yes'
to debconf's question whether to copy the '.new' database and replace
existing one, it's not being done - '/var/lib/aide/aide.db.new' is not
being copied to '/var/lib/aide/aide.db' [0].

With a new installation there's obviously no 'existing one', but that's
beside the point.

The easiest way to test it is if you purge all the aide packages and
reinstall 'aide' and 'aide-common'.

[0]

Before AIDE can be used, you will have to initialize a database. You
can immediately do this here, or run the '/usr/sbin/aideinit' script
from a shell later.

Initialize AIDE database

It is advisable for you to first look over /var/lib/aide/aide.db.new
file before replacing the existing db. You can have the package replace
the database anyway here.

If you do not choose this option, you will need to copy the file
/var/lib/aide/aide.db.new to /var/lib/aide/aide.db before AIDE can
use it.

Copy aide.db.new to aide.db?


Regards,

Raf


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



Bug#712181: unable to install package due to unmet dependencies

2013-06-13 Thread Raf Czlonka
Package: grive
Version: 0.2.0-1
Severity: serious

Grive depends on binutils << 2.23, however that version is no longer
available in unstable and renders the package not installable.

Please update package dependencies.

Regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grive depends on:
ii  binutils2.23.52.20130612-1
ii  libboost-filesystem1.49.0   1.49.0-4
ii  libboost-program-options1.49.0  1.49.0-4
ii  libboost-system1.49.0   1.49.0-4
ii  libc6   2.17-5
ii  libcurl3-gnutls 7.30.0-2
ii  libexpat1   2.1.0-3
ii  libgcc1 1:4.8.1-3
ii  libgcrypt11 1.5.2-2
ii  libjson00.11-2
ii  libstdc++6  4.8.1-3
ii  zlib1g  1:1.2.8.dfsg-1

grive recommends no packages.

grive suggests no packages.


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



Bug#708735: errors in inadyn.postinst script

2013-05-18 Thread Raf Czlonka
On Sat, May 18, 2013 at 10:15:03AM BST, Timur Birsh wrote:
> On Sat, May 18, 2013 at 09:06 +0100, Raf Czlonka wrote:
>  
> > Removing the line fixes the issue.
> 
> Shame on me :) Fixed.

Not to worry, it happens ;^)

> This make sense. I've removed warning. Now, there is should be message
> without warning.

Thanks for that and, again, for a prompt reply.

Regards,

Raf


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



Bug#708734: unable to start 'inadyn' as a daemon from init

2013-05-18 Thread Raf Czlonka
On Sat, May 18, 2013 at 10:05:23AM BST, Timur Birsh wrote:

> Thanks for your report.

You're welcome.

> Fixed.

That's one of the fastest 'fixed' replies I ever got while reporting
bugs in Debian. Keep it up! :^)

Raf


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



Bug#708735: errors in inadyn.postinst script

2013-05-18 Thread Raf Czlonka
Package: inadyn
Version: 1.98.1+git20130517-1
Severity: important

Hi,

While installing 'inadyn' I get a dpkg error message:

Setting up inadyn (1.98.1+git20130517-1) ...
/var/lib/dpkg/info/inadyn.postinst: 38:
/var/lib/dpkg/info/inadyn.postinst: debian-inadyn: not found
dpkg: error processing inadyn (--configure):
 subprocess installed post-installation script returned error exit
 status 127
Errors were encountered while processing:
 inadyn

This is due to the fact that line 38 contains:

  debian-inadyn 755 $LOGDIR

on it's own, which seems like a copy paste error as it duplicates the
end of the line preceeding it.

Removing the line fixes the issue.


There's a second (this time a minor issue) in the postinst file.
Line 48, or 49 if you hadn't fixed the above issue yet ;^), contains:

   invoke-rc.d inadyn start || exit $?

This introduces a warning straight after the package has been installed:

inadyn: Not starting. Disabled in /etc/default/inadyn ... (warning).

Since there's are no configuration dialogues and one is unable to change
'RUN_DAEMON' option from "no" to "yes" at this stage, the above line
doesn't make much sense and will always produce the warning on a new
install.

This might be undesirable for another reason - one might not want to run
'inadyn' as a daemon at all, but simply from 'cron', i.e. once a day.
That way, not enabling daemon mode, one will get the warning on every
package update as well as fresh install.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages inadyn depends on:
ii  adduser  3.113+nmu3
ii  libc62.17-3

inadyn recommends no packages.

inadyn suggests no packages.

-- Configuration Files:
/etc/inadyn.conf [Errno 13] Permission denied: u'/etc/inadyn.conf'

-- 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#708734: unable to start 'inadyn' as a daemon from init

2013-05-18 Thread Raf Czlonka
Package: inadyn
Version: 1.98.1+git20130517-1
Severity: important

Hi,

When trying to start 'inadyn' as a daemon from init I get:

% service inadyn start
Sat May 18 08:37:18 2013: Error parsing option 7: --drop-privs
Sat May 18 08:37:18 2013: Failed starting daemon: RC_DYNDNS_INVALID_OPTION

This is due to the fact that you are using two different variable names
for both the user and the group:

% grep 'USER\|GROUP' /etc/init.d/inadyn
USER=${USER:-debian-inadyn}
GROUP=${GROUP:-debian-inadyn}
 --drop-privs $INADYN_USER:$INADYN_GROUP"
chown $USER:$GROUP $CACHEDIR

Please change the occurances of $INADYN_USER and $INADYN_GROUP to $USER
and $GROUP, respectively.

Regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages inadyn depends on:
ii  adduser  3.113+nmu3
ii  libc62.17-3

inadyn recommends no packages.

inadyn suggests no packages.

-- Configuration Files:
/etc/inadyn.conf [Errno 13] Permission denied: u'/etc/inadyn.conf'

-- 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#707792: ohcount is uninstallable due to dependency on libdifflcs-ruby which is unavailable

2013-05-11 Thread Raf Czlonka
Package: ohcount
Version: 3.0.0-6.1
Severity: grave

Hi,

I've just tried to install 'ohcount' but it depends on a package which
is unavailable - 'libdifflcs-ruby'.

Please fix the dependency issue.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ohcount depends on:
ii  file 1:5.14-1
ii  libc62.17-1
pn  libdifflcs-ruby  
ii  libpcre3 1:8.31-2
ii  ruby 1:1.9.3
ii  ruby1.8 [ruby]   1.8.7.358-7

ohcount recommends no packages.

Versions of packages ohcount suggests:
pn  ohcount-doc  


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



Bug#707791: mpdcron is uninstallable due to dependency on libnokogiri-ruby which is unavailable

2013-05-11 Thread Raf Czlonka
Package: mpdcron
Version: 0.3+git20110303-3
Severity: grave

Hi,

I've just tried to install 'mpdcron' but it depends on a package which
is unavailable - 'libnokogiri-ruby'.

Please fix the dependency issue.

Kind regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mpdcron depends on:
ii  libc6 2.17-1
ii  libcurl3-gnutls   7.30.0-2
ii  libdaemon00.14-2
ii  libglib2.0-0  2.36.1-2
ii  libmpdclient2 2.3-1
pn  libnokogiri-ruby  
ii  libnotify-bin 0.7.5-2
ii  libsqlite3-0  3.7.16.2-1
ii  ruby  1:1.9.3
ii  ruby1.8 [ruby]1.8.7.358-7

mpdcron recommends no packages.

Versions of packages mpdcron suggests:
pn  mpd  


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



Bug#690097: package not available for powerpc any more

2013-05-10 Thread Raf Czlonka
Package: dynamips
Followup-For: Bug #690097

Hi,

With new stable release ("wheezy"), 'dynamips' is no longer available
for powerpc processor architecture while 'dynagen' and 'gns3' are
available for all architectures and depend on 'dynamips'.

This seems to be related to the initial email and I'd rather start here,
to see if anything can be done, before I start filing bugs for said
packages with unmet dependencies.

Kind regards,

Raf

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

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dynamips depends on:
ii  libc6   2.17-1
ii  libpcap0.8  1.3.0-1

dynamips recommends no packages.

dynamips 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#700485: libpam-doc doc-base files refer to nonexistent documents

2013-02-13 Thread Raf Czlonka
Package: libpam-doc
Version: 1.1.3-9
Severity: normal

Hi,

New version of libpam-doc causes doc-base to spit this out:

Processing triggers for doc-base ...
Processing 3 changed doc-base files...
Error in `/usr/share/doc-base/pam-modules-guide', line 14: all `Format' 
sections are invalid.
Error in `/usr/share/doc-base/pam-admin-guide', line 14: all `Format' sections 
are invalid.
Error in `/usr/share/doc-base/pam-applications-guide', line 17: all `Format' 
sections are invalid.
Note: `install-docs --verbose --check file_name' may give more details about 
the above errors.

As suggested:

% install-docs --verbose --check /usr/share/doc-base/pam-*

Warning in `/usr/share/doc-base/pam-admin-guide', line 12: file 
`/usr/share/doc/libpam-doc/html/Linux-PAM_SAG.html' does not exist.
Warning in `/usr/share/doc-base/pam-admin-guide', line 14: file mask 
`/usr/share/doc/libpam-doc/txt/Linux-PAM_SAG.txt.gz' does not match any files.
Error in `/usr/share/doc-base/pam-admin-guide', line 14: all `Format' sections 
are invalid.
/usr/share/doc-base/pam-admin-guide: Fatal error found, the file won't be 
registered.
Warning in `/usr/share/doc-base/pam-applications-guide', line 15: file 
`/usr/share/doc/libpam-doc/html/Linux-PAM_ADG.html' does not exist.
Warning in `/usr/share/doc-base/pam-applications-guide', line 17: file mask 
`/usr/share/doc/libpam-doc/txt/Linux-PAM_ADG.txt.gz' does not match any files.
Error in `/usr/share/doc-base/pam-applications-guide', line 17: all `Format' 
sections are invalid.
/usr/share/doc-base/pam-applications-guide: Fatal error found, the file won't 
be registered.
Warning in `/usr/share/doc-base/pam-modules-guide', line 12: file 
`/usr/share/doc/libpam-doc/html/Linux-PAM_MWG.html' does not exist.
Warning in `/usr/share/doc-base/pam-modules-guide', line 14: file mask 
`/usr/share/doc/libpam-doc/txt/Linux-PAM_MWG.txt.gz' does not match any files.
Error in `/usr/share/doc-base/pam-modules-guide', line 14: all `Format' 
sections are invalid.
/usr/share/doc-base/pam-modules-guide: Fatal error found, the file won't be 
registered.

None of the files exist elsewere in the package either.

Kind regards,

Raf

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 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#700281: git-annex: unknown command webapp

2013-02-11 Thread Raf Czlonka
On Mon, Feb 11, 2013 at 09:40:18AM GMT, Raf Czlonka wrote:
> Could you shed some more light on that, please?

After I sent the last email I dug just a tad deeper and voila [0] ;^)
Seems to have been fixed upstream though [1].

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631073
[1] http://hackage.haskell.org/trac/ghc/ticket/2972

Cheers,

Raf


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



Bug#700281: git-annex: unknown command webapp

2013-02-11 Thread Raf Czlonka
On Mon, Feb 11, 2013 at 12:50:39AM GMT, Joey Hess wrote:
> Raf Czlonka wrote:
> > Architecture: powerpc (ppc)
> 
> Template haskell is not currently available for the powerpc architecture.
> The git-annex webapp uses yesod, which is a heavy user of template
> haskell.

I thought that might be the case - seven years I've been using this
laptop and there's always some problems with either endianness or
processor architecture in general so (unfortunately) got used to it ;^)

I did some digging and the only missing build dependencies I found,
after some minutes of going through buildd logs, were:

- haskell-yesod (= 1.0.1.6-2) build-depends on missing:
  - libghc-hamlet-dev (> 1.0)

Source package for libghc-hamlet-dev is haskell-hamlet:

- haskell-hamlet (= 1.0.1.3-1) build-depends on missing:
  - ghc-ghci

But ghc-ghci is a virtual package provided by ghc package which has the
same version on all platforms apart from hppa and m68k. Since it's only
a virtual package, and the versions match I am a bit lost.

Could you shed some more light on that, please?

Kind regards,

Raf


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



Bug#700281: git-annex: unknown command webapp

2013-02-10 Thread Raf Czlonka
Package: git-annex
Version: 3.20130207
Severity: important

Hi Joey,

Like it says in the subject line:

§ git annex webapp
git-annex: unknown command webapp

I suspect it is related to a bug reported earlier [0].

[0] http://git-annex.branchable.com/bugs/git-annex_webapp_command_not_found/

Regards,

Raf

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-annex depends on:
ii  curl7.28.0-3
ii  git 1:1.7.10.4-2
ii  libc6   2.13-38
ii  libffi5 3.0.10-3
ii  libgmp102:5.0.5+dfsg-2
ii  libgnutls26 2.12.20-4
ii  libgsasl7   1.8.0-2
ii  libidn111.25-2
ii  libpcre31:8.31-2
ii  libxml2 2.8.0+dfsg1-7
ii  openssh-client  1:6.0p1-4
ii  rsync   3.0.9-4
ii  uuid1.6.2-1.3
ii  wget1.14-1

Versions of packages git-annex recommends:
ii  bind9-host  1:9.8.4.dfsg.P1-5
ii  gnupg   1.4.12-7
ii  lsof4.86+dfsg-1

Versions of packages git-annex suggests:
ii  bup  0.25~git2011.11.04-5
ii  graphviz 2.26.3-12
ii  libnss-mdns  0.10-3.2

-- no debconf information


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



Bug#696993: vsftpd: Problem in install when vsftp is configured with listen=no

2013-01-28 Thread Raf Czlonka
Package: vsftpd
Version: 3.0.2-2
Followup-For: Bug #696993

Hi,

I have a similar situation here: "listen=NO", I change it to
"listen=YES" onyl if I want to use the server, which is not very often.

IMHO the prerm script should check whether the server was actually
running at the time of upgrade and/or "listen" is set to "yes/no" in the
config file before command:

invoke-rc.d vsftpd stop || exit $?

is executed and postinst should check for "listen" set to yes/no before
running:

invoke-rc.d vsftpd start || exit $?

A bit of grep with some if statememnts hould do the trick but I'm not
sure what Debian Policy has to say about situations like that.

Kind regards,

rjc

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (999, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vsftpd depends on:
ii  adduser 3.113+nmu3
ii  cdebconf [debconf-2.0]  0.181
ii  debconf [debconf-2.0]   1.5.49
ii  libc6   2.13-38
ii  libcap2 1:2.22-1.2
ii  libpam-modules  1.1.3-7.1
ii  libpam0g1.1.3-7.1
ii  libssl1.0.0 1.0.1c-4
ii  libwrap07.6.q-24
ii  netbase 5.0

Versions of packages vsftpd recommends:
ii  logrotate  3.8.3-3

vsftpd suggests no packages.

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

-- debconf information:
* vsftpd/username: ftp
* vsftpd/directory: /srv/ftp


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



Bug#694585: please add 'version' argument

2012-11-27 Thread Raf Czlonka
Package: mr
Version: 1.13
Severity: wishlist

Hi Joey,

There doesn't seem to be any way to get version of 'mr'.
Could you add the 'version' argument, please?

Thanks,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

mr depends on no packages.

Versions of packages mr recommends:
ii  libhtml-parser-perl  3.69-2
ii  libwww-perl  6.04-1
ii  perl 5.14.2-15

Versions of packages mr suggests:
ii  bzr 2.6.0~bzr6526-1
ii  curl7.28.0-3
ii  cvs 2:1.12.13+real-9
ii  darcs   2.8.1-1+b1
ii  fossil  1:1.24-1
ii  git [git-core]  1:1.7.10.4-2
ii  git-core1:1.7.10.4-2
ii  liburi-perl 1.60-1
ii  mercurial   2.2.2-1
ii  subversion  1.7.5-1
ii  vcsh1.0-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#694584: "version" argument not available

2012-11-27 Thread Raf Czlonka
Package: vcsh
Version: 1.0-1
Severity: wishlist

Hi Richard,

Could we get "version" argument to vcsh, please?
Currently there's no way to determine which version one is running.

Thanks,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vcsh depends on:
ii  git  1:1.7.10.4-2

Versions of packages vcsh recommends:
ii  mr   1.13
ii  openssh-client [ssh-client]  1:6.0p1-3

vcsh 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#693705: package not updated in over 5 years

2012-11-24 Thread Raf Czlonka
On Wed, Nov 21, 2012 at 03:18:12AM GMT, Dave Vehrs wrote:
> I have tried to submit updates via Debian Mentors but the packages
> always seem to be denied for various reasons.  The latest update
> seems to have just a couple issues that should be fairly easily
> fixable.  I hope to have them fixed and an update submitted for
> consideration soon.

I had a look at Lintian warning and they are trivial to fix - warnings
(online) themselves have links with information how to get rid of
them.

Again, let me know if you need any help.

Cheers,

Raf


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



Bug#693705: package not updated in over 5 years

2012-11-19 Thread Raf Czlonka
Package: podget
Version: 0.5.8-1
Severity: wishlist

Hi Dave,

The version of 'podget' in Debian repository hasn't changed in a long
time. 0.5.8-1 is the package version available in all: oldstable,
stable, testing and unstable.

This version of podget has been released nearly 6 years ago and there
have been several realeses since then, with the newest one (0.6.7)
being released over half a year ago.

Over the years the package accumulated several bugs which haven't been
fixed or have been dealt with upstream but not fixed in the package.

There's also a similar bug report in Ubuntu filed over a year and
a half ago [0].

Considering all of the above but mostly the fact that you are also
the upstream developer it seems that enthusiasm to maintain the
package after uploading it to Debian repository has waned quite
quickly.

Do you have any plans updating the package?

[0] https://bugs.launchpad.net/ubuntu/+source/podget/+bug/715505

Kind regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages podget depends on:
ii  bash   4.2-5
ii  coreutils  8.13-3.2
ii  grep   2.14-1
ii  sed4.2.1-10
ii  tofrodos   1.7.9.debian.1-1
ii  wget   1.14-1

podget recommends no packages.

Versions of packages podget suggests:
ii  libc6  2.13-37

-- 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#690193: 'git annex init "name"' fails - git-annex does not read $HOME/.gitconfig

2012-10-10 Thread Raf Czlonka
Package: git-annex
Version: 3.20121009
Severity: important

Hi Joey,

This is the first time I used git-annex and to my surprise it failed.
I was folowing the walkthrough [0].

-
§ git init
Initialized empty Git repository in /home/rjc/annex/.git/
rjc at thor in [ ~/annex ]
± git annex init "iBook"
init iBook 
*** Please tell me who you are.

Run

  git config --global user.email "y...@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident   not allowed

git-annex: user error (git 
["--git-dir=/home/rjc/annex/.git","--work-tree=/home/rjc/annex","commit-tree","4b825dc642cb6eb9a060e54bf8d69288fbee4904"]
 exited 128)
failed
git-annex: init: 1 failed
-

git-annex fails to read $HOME/.gitconfig, which of course contains the
required configuration.

rjc at thor in [ ~/annex ]
± head -n 3 $HOME/.gitconfig
[user]
name = $my_name
email = $my_email

Adding the above to .git/config solves the problem.

[0] http://git-annex.branchable.com/walkthrough/#index1h2

Regards,

rjc

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-annex depends on:
ii  curl7.27.0-1
ii  git 1:1.7.10.4-1
ii  libc6   2.13-35
ii  libffi5 3.0.10-3
ii  libgmp102:5.0.5+dfsg-2
ii  libpcre31:8.31-1
ii  libxml2 2.8.0+dfsg1-6
ii  openssh-client  1:6.0p1-3
ii  rsync   3.0.9-3
ii  uuid1.6.2-1.3
ii  wget1.14-1

Versions of packages git-annex recommends:
ii  gnupg  1.4.12-4+b1
ii  lsof   4.86+dfsg-1

Versions of packages git-annex suggests:
ii  bup  0.25~git2011.11.04-5
ii  graphviz 2.26.3-12
ii  libnss-mdns  0.10-3.2

-- no debconf information


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



Bug#678361: stopped expanding aliases

2012-06-24 Thread Raf Czlonka
On Sat, Jun 23, 2012 at 01:57:25PM BST, markus schnalke wrote:
> Thanks for sharing your thoughts.
> 
> Upstream masqmail does not assume there is such a default as
> /etc/aliases. Thus your expectations didn't match. But by defaulting
> to /etc/aliases in further package versions we solve this problem for
> Debian.

Great to hear (read) that :^)

> IMO, the problem is rather that the NEWS entries are not displayed by
> default.

That's more or less what I meant.

I wasn't aware of the requirement to put such information in the NEWS
file, actually I wasn't even aware of the requirement to create such
file in the first place. Since this is published in Debian Policy
which is aimed at maintainers and developers, the end user won't have
the first clue about it, unless (s)he reads the aforementioned policy
which, at least now, is not a prerequisite to use Debian ;^)

Some packages use debconf to display such information.
How about using it instead?

> meillo

Cheers,
-- 
Raf



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



Bug#678660: Unknown option --usage

2012-06-23 Thread Raf Czlonka
Package: irssi
Version: 0.8.15-5
Severity: minor

Hi,

Irssi's manual page lists:

--usage
display brief usage message.

Running irssi with that option however gives:

% irssi --usage
Unknown option --usage
Run 'irssi --help' to see a full list of available command line options.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages irssi depends on:
ii  libc6   2.13-33
ii  libglib2.0-02.32.3-1
ii  libncurses5 5.9-9
ii  libperl5.14 5.14.2-12
ii  libssl1.0.0 1.0.1c-3
ii  libtinfo5   5.9-9
ii  perl5.14.2-12
ii  perl-base [perlapi-5.14.2]  5.14.2-12

irssi recommends no packages.

Versions of packages irssi suggests:
ii  irssi-scripts  20120326

-- 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#678361: stopped expanding aliases

2012-06-23 Thread Raf Czlonka
On Sat, Jun 23, 2012 at 11:08:29AM BST, markus schnalke wrote:
> [2012-06-21 07:40] Raf Czlonka 
> > 
> > After upgrading to the new version masqmail stopped expanding aliases.
> 
> Thanks for the bug report. I apologize for the inconveniece.

No worries, it was an easy fix - not necessarily an intuitive one.

/etc/aliases being the default on many unices I simply assumed that
you can point to a different alias file but the default one would be
read when the "alias_file=" is commented out, especially when
the config file doesn't contain "expand_aliases=true/false" it
seemed strange to me that alias_file would both point to an alias
file AND enable alias expansion.

> > Mail which usually landed in my mailbox ended up in root's.
> 
> I agree that masqmail should do aliasing by default as the old package
> had done. We'll fix this with the next package version.

Thank you.

> > Upgrade should not break the current setup without any warning.
> 
> We do warn using the debian NEWS file, conforming to the policy.
> 
> The NEWS entry contains a warning that the transition from 0.2.x
> versions to 0.3.x versions is not possible without human actions. The
> administrator must check the configuration manually.

Debian Policy seems to be aimed at maintainers and developers...
...not end users ;^)

Thanks again for your reply.

-- 
Raf



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



Bug#678361: stopped expanding aliases

2012-06-20 Thread Raf Czlonka
Package: masqmail
Version: 0.3.4-1
Severity: important

Hi,

After upgrading to the new version masqmail stopped expanding aliases.
Mail which usually landed in my mailbox ended up in root's.

Upgrade should not break the current setup without any warning.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages masqmail depends on:
ii  dpkg  1.16.4.3
ii  libc6 2.13-33
ii  libglib2.0-0  2.32.3-1
ii  liblockfile1  1.09-4
ii  netbase   5.0

masqmail recommends no packages.

Versions of packages masqmail suggests:
ii  bsd-mailx [mail-reader]  8.1.2-0.2006cvs-1
ii  emacs23 [mail-reader]23.4+1-3
ii  evolution [mail-reader]  3.4.3-1
ii  icedove [mail-reader]10.0.4-1
ii  logrotate3.8.1-4
ii  mailutils [mail-reader]  1:2.2+dfsg1-6+b1
ii  mutt [mail-reader]   1.5.21-5+b1
ii  procmail 3.22-20

-- debconf information:
* masqmail/ipup_fetch: false
* masqmail/mda: /usr/bin/procmail -Y -d ${rcpt_local}
* masqmail/init_smtp_daemon: false
* masqmail/local_hosts: localhost;thor;thor.local
* masqmail/host_name: thor.local
* masqmail/manage_config_with_debconf: true
* masqmail/use_syslog: false
* masqmail/listen_addresses:
* masqmail/init_fetch_daemon: false
* masqmail/init_queue_daemon: false
* masqmail/online_file: /var/run/masqmail-route
* masqmail/mbox_default: mbox
* masqmail/ipup_runqueue: false
* masqmail/online_detect: file
  masqmail/queue_daemon_ival: -q10m
* masqmail/alias_local_caseless: false
  masqmail/move_existing_nondebconf_config: true
* masqmail/ifup_ifaces: none
  masqmail/online_pipe:
  masqmail/fetch_daemon_ival: -go5m
* masqmail/local_nets:



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



Bug#673551: Processed: Bug#673551: ifupdown: error during boot: grep: unrecognized option '--all'

2012-06-09 Thread Raf Czlonka
On Sat, Jun 09, 2012 at 09:57:53AM BST, markus schnalke wrote:
> tags 673551 pending
> thanks
> 
> Hello,
> 
> thanks for reporting this bug and thanks for the discussion already
> done.

Hi Markus,

Thanks for getting back to me.

> Now, I'd like to have a look at the bug reporter's
> /etc/default/masqmail file. What value has it assigned to IFUP_IFACES?
> I guess that it's ``--all'', instead of ``all''.
> 
> @Thilo: Can you confirm?

Since it is me who got to the bottom of this and since we don't
actually know whether Thilo uses masqmail at all, let me answer your
question.

This is my /etc/default/masqmail

INIT_SMTP_DAEMON="false"
INIT_QUEUE_DAEMON="false"
INIT_FETCH_DAEMON="false"
QUEUE_DAEMON_IVAL="-q10m"
FETCH_DAEMON_IVAL="-go5m"
IPUP_RUNQUEUE="false"
IPUP_FETCH="false"
IFUP_IFACES="none"

> If I've not missed anything, I'd declare this bug as misconfiguration
> by user and thus no bug in the package.

It seems like you've missed what I've written in my previous email,
it is IFACE variable which holds "--all", not IFUP_IFACES.

Also, since IFACE is not declared anywhere in the script and by
testing I found out that is being passed from if{up,down} as no
matter which /etc/network/ip-up.d/ script I put "echo $IFACE"
I get "--all" after running "ifup -a".

Running "ifup wlan0" for example echoes "wlan0" as the IFACE.

> Anyway, the soon uploaded new package won't include this ifupdown
> script.

I guess IFACE shouldn't hold "--all" in the first place since a lot of
scripts in the above location rely on it holding only an interface's
name or all the scripts should be corrected not to use $IFACE.

I'm getting more and more confused to be honest and am not sure which
behaviour is correct, "--all" being passed in IFACE by ifupdown
(can someone more knowledgeable correct me if I'm wrong here) or
scripts assuming the usage of $IFACE to be only a single interface
name.

> meillo

Cheers,
-- 
Raf



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



Bug#673551: ifupdown: error during boot: grep: unrecognized option '--all'

2012-06-08 Thread Raf Czlonka
On Fri, Jun 08, 2012 at 04:04:34PM BST, Andrew Shadura wrote:
> It is not a problem of ifupdown anyway, it's something which has its
> scripts under /etc/network/if-*.d, most probably initscripts. Do you
> have initscripts=2.88dsf-25 installed? If you don't, please install it
> and check again.

Thank you for clarifying and pointing me into the right direction.
Having had 2.88dsf-26 version of initscripts installed I started
digging and found the offending scripts:

/etc/network/if-up.d/1masqmail
/etc/network/if-down.d/99masqmail

which are part of masqmail package.

The problem is the way grep is used in those scripts in the lines:

echo $IFUP_IFACES | grep $IFACE > /dev/null || exit 0

Since IFACE variable holds "--all", grep treats it as its own option.

I'd appreciate if you could reassign the bug to masqmail then, please.

Regards,
-- 
Raf



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



Bug#673551: ifupdown: error during boot: grep: unrecognized option '--all'

2012-06-08 Thread Raf Czlonka
On Fri, Jun 08, 2012 at 09:59:34AM BST, Andrew Shadura wrote:
> Hello,
> 
> Does it still happen with the latest initscripts and ifupdown?

Yes it does, checked yesterday - in fact, I restarted my laptop
remotely and the network hadn't come back ;^)

Had to fiddle a bit with it and bring the interfaces down and back up
one by one as restarting networking script calls if{up,down} with -a.

It's not initscripts-related at all, as I already mentioned that
if{up,down} -a on its own causes it.

Cheers,
-- 
Raf



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



Bug#673551: ifupdown: error during boot: grep: unrecognized option '--all'

2012-06-08 Thread Raf Czlonka
Package: initscripts
Followup-For: Bug #673551

Hi,

It is indeed caused by both 'ifup' and 'ifdown' from 'ifupdown'
package when run with '-a' option.

This bug shoud be therefore re-assigned to ifupdown.

Cheers,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initscripts depends on:
ii  coreutils   8.13-3.2
ii  debianutils 4.3.1
ii  libc6   2.13-33
ii  lsb-base4.1+Debian6
ii  mount   2.20.1-5
ii  sysv-rc 2.88dsf-26
ii  sysvinit-utils  2.88dsf-26

Versions of packages initscripts recommends:
ii  e2fsprogs  1.42.2-2
ii  psmisc 22.17-1

initscripts 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#672583: when run with web interface a couple of errors get thrown

2012-05-13 Thread Raf Czlonka
On Sun, May 13, 2012 at 06:36:54AM BST, Thomas Perl wrote:
> Hi,

Hi,

> Thank you for your bug report.

Not a problem.

> >   File "/usr/lib/python2.7/socket.py", line 316, in write
> > data = str(data) # XXX Should really reject non-string non-buffers
> > UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in 
> > position 678: ordinal not in range(128)
> 
> Does this happen for all podcasts or only specific podcasts? Can you
> maybe provide the list of subscriptions (if you don't want to publish
> them for some reason, feel free to send them to me via private mail), so
> I have some way of reproducing the bug? As you can see, it tries to
> print the episode description and fails at that.

Only on some of them and not even on specific podcasts but their lists
- navigate to TEDTalks (opml file attached, I hadn't changed anything
  after migrating to version 3).
I figured that might be the case.

> >   File "/usr/lib/pymodules/python2.7/gpodder/webui/__init__.py", line 78, 
> > in do_GET
> > self.wfile.write(open(fn).read())
> > IOError: [Errno 2] No such file or directory: 
> > '/usr/lib/pymodules/python2.7/gpodder/webui/../../../data/gpodder.png'
> > -
> 
> This error seems like I've somehow messed up the way that gPodder uses
> to find the logo file - that's fixed in the Git repository, because the
> Web UI has changed a bit in gPodder 3.1.0.

I figured it might be looking in the wrong place or the file is missing.

> > 2. I don't know what to expect in a web browser but
> > 
> > "playing: /path/to/file.mp3"
> > 
> > would suggest that I should hear something but unfortunately I don't.
> > The errors above don't seem to be related to the second problem which
> > probably deservers a separate bug report - BTW, tested with SID's
> > Luakit and Iceweasel.
> 
> The playing part is not supported yet (it was a leftover of an
> Android-related experiment that used Android SL4A APIs to playback the
> audio). The Web UI is still very experimental and in flux. Can you check
> out the Git version of gPodder, which has an improved Web UI? It's still
> readonly, but now uses JQuery Mobile and proper JSON requests to get the
> data instead of building static HTML on the server side.

OK, thanks for letting me know.

> See http://wiki.gpodder.org/wiki/Git for instructions on how to run
> gPodder from Git (you can use "bin/gpo webui" in the checkout to test it
> without having to install it).

Will do as soon as I get some spare time :^)

Thanks again,
-- 
Raf



gPodder subscriptions
Sat, 19 Nov 2011 10:06:22 +


http://feeds.feedburner.com/Bsdtalk"/>
http://leo.am/podcasts/floss"/>
http://feeds.feedburner.com/linuxoutlaws"/>
http://feeds.feedburner.com/MusicManumit"/>
http://feeds.feedburner.com/tedtalks_video"/>




Bug#672585: "quiet" option for "gpo update" and "gpo download" (possibly other commands) missing

2012-05-13 Thread Raf Czlonka
On Sun, May 13, 2012 at 06:31:18AM BST, Thomas Perl wrote:
> Actually, you can simply get rid of these error messages by redirecting
> stdout in the crontab, e.g.:
> 
>   5 0 * * *gpo update >/dev/null

I know how to redirect STDOUT, thanks ;^)

> I consider this easier than having an additional "quiet" option. It also
> works for all options, and doesn't need any code changes. Therefore
> (with the current request) I consider this a WONTFIX. If there's
> something that can't be done with input redirection, please tell me.

I agree, it's easier for you and me, I was simply thinking about
people who are new to unix-like OSs, don't know anything about stream
redirection, yet they use gPodder and just heard of this thing called
cron and would like to use it to download new podcasts.

As I've mentioned earlier, "podget" has "-s" option which is explicitly
mentioned in the manual as "for cron jobs".

Most of the programs I use have both "verbose" and "quiet" options.
gPodder does have "-v/--verbose".

Using both as examples and analogies I simply thought "it would be nice
to have" the "quiet/silent" option.

> If it was not clear to you, maybe you can provide some documentation
> additions as a patch to the README file or "gpo" manual page? I'd really
> appreciate that, especially the manpage could be improved here.
> 
> See http://github.com/gpodder/gpodder for the Git repository of gPodder,
> against which patches should be submitted.

Will look into it.

At the moment I'm evaluating several command line podcast downloaders,
gPodder, podget being just a few. I'd like to settle on one
eventually - ability to use it from cron is just one of the
criteria.

I'd also like to recommend it to people who might be starting their
journey with a form of *nix and are not technically savvy and gPodder
fits here really nicely here with all its features: i.e. both GUI and
CLI (+interactive one), gpodder.net, multi-platform, hooks, etc.

Thanks for all your work and a prompt reply.

Regards,
-- 
Raf



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



Bug#672585: "quiet" option for "gpo update" and "gpo download" (possibly other commands) missing

2012-05-12 Thread Raf Czlonka
Package: gpodder
Version: 3.0.4-1
Severity: wishlist

Hi,

I update my podcast feeds and download them overnight using user's
crontab entry. While it's really useful to have a summary at the end
of a download running gpo from command line, it would also be very
useful to have a "quiet" option to "update" and "download" (possibly
other options as well) so we can avoid having an email sent by cron
every time - something like "podget -s".

Kind regards,

rjc

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gpodder depends on:
ii  python  2.7.2-10
ii  python-dbus 1.1.0-1
ii  python-feedparser   5.0.1-1
ii  python-gtk2 2.24.0-3
ii  python-mygpoclient  1.4-1
ii  python-support  1.0.14

Versions of packages gpodder recommends:
ii  dbus-x11   1.5.12-1
ii  python-gst0.10 0.10.22-3
ii  python-simplejson  2.5.0-1
ii  python-webkit  1.1.8-2

Versions of packages gpodder suggests:
ii  gnome-bluetooth   3.2.2-1
ii  mplayer-g4 [mplayer]  3:1.0~rc4+svn20120430-dmo1
ii  mplayer2 [mplayer]1:2.0~git20120430-dmo1
ii  python-eyed3  0.6.17-3

-- 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#672583: when run with web interface a couple of errors get thrown

2012-05-12 Thread Raf Czlonka
Package: gpodder
Version: 3.0.4-1
Severity: normal

Hi,

1. When running the web interface I get a bunch of errors on the console:

-
1336813175.983053 [gpodder.plugins.woodchuck] INFO: Unable to load pywoodchuck. 
Disabling woodchuck plug-in.
1336813176.037966 [gpodder.plugins.woodchuck] INFO: Got on_ui_initialized. 
Setting up woodchuck..

Server running. Point your web browser to:
http://localhost:8086/

Press Ctrl+C to stop the web server.

localhost - - [12/May/2012 09:59:49] "GET /podcast/2/383 HTTP/1.1" 200 -
1336813189.994085 [gpodder.dbsqlite] INFO: Loading podcasts
1336813190.002301 [gpodder.dbsqlite] DEBUG: Database opened.
1336813190.013308 [gpodder.dbsqlite] INFO: Loading episodes for podcast 2
1336813190.168182 [gpodder.dbsqlite] INFO: Loading episodes for podcast 3
1336813190.242582 [gpodder.dbsqlite] INFO: Loading episodes for podcast 4
1336813190.293703 [gpodder.dbsqlite] INFO: Loading episodes for podcast 5
1336813190.509033 [gpodder.dbsqlite] INFO: Loading episodes for podcast 6
playing: /home/user/gPodder/Downloads/Directory Name/filename.mp3

Exception happened during processing of request from ('127.0.0.1', 35413)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 284, in 
_handle_request_noblock
self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 638, in __init__
self.handle()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
  File "/usr/lib/pymodules/python2.7/gpodder/webui/__init__.py", line 162, in 
do_GET
print >>self.wfile, '',episode.description,''
  File "/usr/lib/python2.7/socket.py", line 316, in write
data = str(data) # XXX Should really reject non-string non-buffers
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 
678: ordinal not in range(128)

localhost - - [12/May/2012 09:59:50] "GET /logo HTTP/1.1" 200 -

Exception happened during processing of request from ('127.0.0.1', 35414)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 284, in 
_handle_request_noblock
self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 638, in __init__
self.handle()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
  File "/usr/lib/pymodules/python2.7/gpodder/webui/__init__.py", line 78, in 
do_GET
self.wfile.write(open(fn).read())
IOError: [Errno 2] No such file or directory: 
'/usr/lib/pymodules/python2.7/gpodder/webui/../../../data/gpodder.png'
-

2. I don't know what to expect in a web browser but

"playing: /path/to/file.mp3"

would suggest that I should hear something but unfortunately I don't.
The errors above don't seem to be related to the second problem which
probably deservers a separate bug report - BTW, tested with SID's
Luakit and Iceweasel.

Kind regards,

rjc

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'testing'), (1, 'experimental'), (1, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gpodder depends on:
ii  python  2.7.2-10
ii  python-dbus 1.1.0-1
ii  python-feedparser   5.0.1-1
ii  python-gtk2 2.24.0-3
ii  python-mygpoclient  1.4-1
ii  python-support  1.0.14

Versions of packages gpodder recommends:
ii  dbus-x11   1.5.12-1
ii  python-gst0.10 0.10.22-3
ii  python-simplejson  2.5.0-1
ii  python-webkit  1.1.8-2

Versions of packages gpodder suggests:
ii  gnome-bluetooth   3.2.2-1
ii  mplayer-g4 [mplayer]  3:1.0~rc4+svn20120430-dmo1
ii  mplayer2 [mplayer]1:2.0~git20120430-dmo1
ii  python-eyed3  0.6.17-3

-- no debconf information



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

Bug#632543: cron job fails with "Authentication failure"

2012-05-09 Thread Raf Czlonka
Package: debsecan
Followup-For: Bug #632543

Hi,

Recently I stumbled upon a similar problem witha another package [0].
which I have managed to find a solution to.
Luckily I did remember that I have seen it somehwere before and found
out that it is affected by the same issue - the user was missing from
shadow file (I should have checked it alongside passwd).
Again, no idea how the user got removed though.
One way or the other you can close this bug.

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

Cheers,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debsecan depends on:
ii  cdebconf [debconf-2.0]  0.160
ii  debconf [debconf-2.0]   1.5.43
ii  python  2.7.2-10
ii  python-apt  0.8.4

Versions of packages debsecan recommends:
ii  cron 3.0pl1-121
ii  masqmail [mail-transport-agent]  0.2.30-1

debsecan suggests no packages.

-- debconf information:
* debsecan/source:
* debsecan/mailto: root
* debsecan/suite: sid
* debsecan/report: true



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



Bug#668784: "su: Authentication failure\n(Ignored)" error message when from cron job

2012-04-14 Thread Raf Czlonka
On Sat, Apr 14, 2012 at 08:35:17PM BST, Bill Allombert wrote:
> Hello Raf,

Hi Bill,

Thanks for a quick response.

> Do you know why 'su' complains ?

Initially I didn't and since it was the only occurrence I've seen on my
system I assumed it was caused by popularity-contest itself.

> Does 
> su -s /bin/sh -c /usr/sbin/popularity-contest nobody
> fail ?

Well, it generates that error message but it seems like it works.

> Does
> su -s /bin/sh -c /bin/ls nobody
> work ?

It was with the error message but did work.

Eventually I tracked it down - well, I think so anyway ;^)
I've managed to get rid of the message at least, and probably its
original cause.

Adding user "nobody" to /etc/shadow file fixed the issue.

It's hard for me to establish whether it has ever been there in the
first place, and if so, when has it been removed and by which package.
I keep my /etc in git repository using etckeeper but it seems that if
anything has changed /etc/{passwd,shadow,group,gshadow} it must have
been before I started using etckeeper as history doesn't show anything.

Since /etc/shadow and /etc/gshadow are generated using "shadowconfig",
actually by "pwconv" and "grpconv" respectively, user "nobody" exists
in the original "passwd.master" file from "base-passwd" package and it
gets created by running "update-passwd" and "pwconv" in chroot
environment, it sounds like what I've written above is true and there's
a broke bit of software somewhere [0] which removes that user.

[0] Not necessarily an official Debian package from debian.org
repository but from another one (I use quite a few) or an unpackaged
bit of software.

Ta,
-- 
Raf



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



Bug#668784: "su: Authentication failure\n(Ignored)" error message when from cron job

2012-04-14 Thread Raf Czlonka
Package: popularity-contest
Version: 1.53
Severity: normal

Hi,

When popularity-contest cron job runs I get an error message:

su: Authentication failure
(Ignored)

adding "set -x" to the script reveals that the line responsible is:

su -s /bin/sh -c /usr/sbin/popularity-contest nobody

When run manually it doesn't exist straight away after the error message
so I presume that popularity-contest actually finishes its job, i.e.
SUBMITTED=no changes to SUBMITTED=yes.

Give me a shout if you need me to do any more testing.

Regards,

rjc

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages popularity-contest depends on:
ii  cdebconf [debconf-2.0]  0.160
ii  debconf [debconf-2.0]   1.5.42
ii  dpkg1.16.2

Versions of packages popularity-contest recommends:
ii  cron 3.0pl1-121
ii  masqmail [mail-transport-agent]  0.2.30-1

Versions of packages popularity-contest suggests:
ii  anacron  2.3-17

-- debconf-show failed



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



Bug#668776: log directory permissions insecure/wrong

2012-04-14 Thread Raf Czlonka
Package: lshell
Version: 0.9.15.1-1
Severity: normal

Hi,

When logrotate runs it generates an error message:

error: skipping "/var/log/lshell/*.log" because parent directory has insecure 
permissions (It's world writable or writable by group which is not "root") Set 
"su" directive in config file to tell logrotate which user/group should be used 
for rotation.

The persmissions on /var/log/lshell directory are as follows:

drwxrwx---  2 root lshell  4096 Apr 13 01:54 .

while group never has write permissions on any other subdirectories
in /var/log:

---8<---
drwxr-xr-x  2 root  root 4096 Apr  1 07:41 apt
drwxr-xr-x  2 root  root 4096 Jul  3  2011 atsar
drwxr-xr-x  2 root  root 4096 Sep 13  2011 collectl
drwxr-xr-x  2 root  root 4096 Jun 23  2011 ctdb
drwxr-xr-x  2 root  lpadmin  4096 Apr 14 00:53 cups
drwxr-xr-x  2 root  root 4096 Jan  1  1904 fsck
drwxr-xr-x  2 root  root 4096 Jan 10 17:41 hp
drwxr-xr-x  3 root  root 4096 Jan  1  1904 installer
drwxr-xr-x  2 root  root 4096 Apr  5  2010 mgetty
drwxr-x---  3 root  adm  4096 Sep 24  2011 samba
drwxr-x---  2 root  adm  4096 Apr 13 00:46 setuid
--->8---

Setting the permisions to 640 on /var/log/lshell fixes the issue.

Kind regards,

rjc

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lshell depends on:
ii  adduser3.113+nmu1
ii  python 2.7.2-10
ii  python2.6  2.6.7-4
ii  python2.7  2.7.3~rc2-2

lshell recommends no packages.

lshell 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#575549: freedns.afraid.org example in inadyn(8) is incorrect

2012-03-23 Thread Raf Czlonka
Package: inadyn
Version: 1.96.2-1
Followup-For: Bug #575549

Hi,

Two years ago you've mentioned that the bug is fixed in repository.
Manual page in the package is still wrong.

Cheers,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages inadyn depends on:
ii  libc6  2.13-27

inadyn recommends no packages.

inadyn 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#658641: mozilla-libreoffice: starts libreoffice when iceweasel quits

2012-02-29 Thread Raf Czlonka
On Wed, Feb 29, 2012 at 09:35:35AM GMT, Rene Engelhard wrote:
> Hi,
> 
> On Wed, Feb 29, 2012 at 09:21:32AM +0000, Raf Czlonka wrote:
> > be a coincidence. Since LibreOffice 3.5.0 is not in Debian yet
> > Mozilla plugin might actually depend on a particular version.
> 
> Wrong.
> 
>  libreoffice | 1:3.5.0-2 | experimental  | source, amd64, armel, 
> i386, ia64, mips, powerpc, s390, sparc

Do I really need to add "... and installable" ;^)
Dependencies are not met.

Regards,
-- 
Raf



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



Bug#658641: mozilla-libreoffice: starts libreoffice when iceweasel quits

2012-02-29 Thread Raf Czlonka
On Wed, Feb 29, 2012 at 07:10:52AM GMT, Rene Engelhard wrote:
> On Wed, Feb 29, 2012 at 01:41:48AM +0000, Raf Czlonka wrote:
> > I also tried 1:3.5.0-2 version from experimental and LibreOffice doesn't
> > start up with a web browser any more.
> 
> Ah. If that was true this bug needs no action as 3.5.x will be uploaded to
> sid before the freeze and thus hopefully will be in wheezy. (And as the bug 
> is only
> marked as found in 1:3.4.5-2 and that's an other branch it isn't even marked
> affecting 1:3.5.0-2 already)

I can confirm that the bug is also present in 1:3.4.5-4.

Regarding 1:3.5.0-2, I just had a thought that the numbering might not
be a coincidence. Since LibreOffice 3.5.0 is not in Debian yet
Mozilla plugin might actually depend on a particular version.

I think we'll need to hold off with the final judgement until 3.5.0 gets
to unstable.

Regards,
-- 
Raf



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



Bug#661669: commands history in prompt (Mod4+r) not in order any more

2012-02-28 Thread Raf Czlonka
Package: awesome
Version: 3.4.11-2
Severity: normal

Hi,

I can't quite remember when it stopped working, but the command history
in prompt (Mod4+r) always appeared in th order they had been executed,
i.e. if I started luakit, then uzbl, then luakit again, I would see
luakit, after pressing (Mod4+r) and up arrow, as it was the last command
I executed; now I will see uzbl, even though I run luakit after it.

The problem becomes more apparent with dozens of commands in the history
when running a command, which has been executed 5 commands before, twice
in a row, would require pressing up arrow ten times both the first and
the second time. With old behavioud it would have been 5 times the
first time and once the second time. With more than 10 commands in
cache, the history becomes useless as it's easier to re-enter the
command name again rather then scroll up thorugh the history even if the
command's being run over and over again.

It appears that commands which have been run previously and run again
are not being saved in history file [0] after subsequent executions.
To bring back previous behaviour the command should be pushed down in
the file, e.g. similarly to zsh's "histignorealldups" option.

I would appreciate any help with trying to resolve this issue.

[0] $HOME/.cache/history

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages awesome depends on:
ii  dbus-x11  1.4.18-1
ii  libc6 2.13-27
ii  libcairo2 1.10.2-6.2
ii  libdbus-1-3   1.4.18-1
ii  libev41:4.11-1
ii  libglib2.0-0  2.30.2-6
ii  libimlib2 1.4.4-1+b1
ii  liblua5.1-0   5.1.4-12
ii  libpango1.0-0 1.29.4-2
ii  libstartup-notification0  0.12-1
ii  libx11-6  2:1.4.4-4
ii  libxcb-icccm4 0.3.8-1
ii  libxcb-image0 0.3.8-1
ii  libxcb-keysyms1   0.3.8-1
ii  libxcb-randr0 1.8-2
ii  libxcb-render01.8-2
ii  libxcb-shape0 1.8-2
ii  libxcb-shm0   1.8-2
ii  libxcb-util0  0.3.8-2
ii  libxcb-xinerama0  1.8-2
ii  libxcb-xtest0 1.8-2
ii  libxcb1   1.8-2
ii  libxdg-basedir1   1.1.1-2
ii  menu  2.1.46

Versions of packages awesome recommends:
ii  feh2.3-2
ii  rlwrap 0.37-2
ii  x11-xserver-utils  7.6+3

awesome 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#658641: mozilla-libreoffice: starts libreoffice when iceweasel quits

2012-02-28 Thread Raf Czlonka
Package: mozilla-libreoffice
Followup-For: Bug #658641

Hi all,

I can confirm that LibreOffice starts when I open any web browser, be it
Iceweasel, LuaKit, Uzbl - hadn't tried others but I presume any using
Mozilla plugins would be affected, i.e. there's a bug #641589 filed
against Konqueror with exactly the same symptoms.

I can confirm that after removing mozilla-libreoffice the problem
disappears.

I also tried 1:3.5.0-2 version from experimental and LibreOffice doesn't
start up with a web browser any more.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mozilla-libreoffice depends on:
ii  libc6 2.13-27
ii  libgcc1   1:4.6.2-16
ii  libreoffice-core  1:3.4.5-4
ii  libstdc++64.6.2-16
ii  uno-libs3 3.4.5-4

Versions of packages mozilla-libreoffice recommends:
ii  iceweasel10.0.2-1
ii  libreoffice-base 1:3.4.5-4
ii  libreoffice-calc 1:3.4.5-4
ii  libreoffice-draw 1:3.4.5-4
ii  libreoffice-impress  1:3.4.5-4
ii  libreoffice-math 1:3.4.5-4
ii  libreoffice-writer   1:3.4.5-4

mozilla-libreoffice 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#660822: john cron job doesn't run

2012-02-22 Thread Raf Czlonka
Package: john
Version: 1.7.8-1
Severity: important

Hi,

I just tried running john from cron, this is what I get when it starts:

/usr/share/john/cronjob: line 28: cd: /var/lib/john: No such file or directory  
   
mktemp: failed to create file via template `/var/run/john/cronpasswd.XX': 
No such file or directory

We can see two errors there, both caused by non-existant directories.

Kind regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages john depends on:
ii  john-data  1.7.8-1
ii  libc6  2.13-26

john recommends no packages.

Versions of packages john suggests:
ii  wamerican [wordlist]7.1-1
ii  wbritish [wordlist] 7.1-1
ii  wbritish-insane [wordlist]  7.1-1
ii  wpolish [wordlist]  20120212-1

-- Configuration Files:
/etc/cron.d/john changed:
00 1 * * *  root[ -x /usr/share/john/cronjob ] && nice 
/usr/share/john/cronjob start
00 7 * * *  root[ -x /usr/share/john/cronjob ] && 
/usr/share/john/cronjob stop


-- 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#660474: there's no way to zoom out below the document size/resolution

2012-02-19 Thread Raf Czlonka
Package: mupdf
Version: 0.9-2
Severity: important

Hi,

It doesn't seem to be possible (at least I couldn't find it) to zoom out
a document so a page, when it's larger than the screen size, fits into
a window. One can zoom in and view the page 2x or 4x but not below 1x
(I presume), e.g. 0.5x or 0.1x for large PDFs.
This makes viewing large PDFs quite difficult as one needs to navigate
within a page to view it in whole, especially when ones contains, or is
purely limited to, images.
Also, key bind similar to 'w' (shrinkwrap) would be very handy but the
other way around - shrinkwrap page to fit the window (known from other
viewers, not necessarily PDF ones) - so it would be possible to zoom out
a PDF with a large page size. 'p' for page or 'z' for zoom would be
nice.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mupdf depends on:
ii  libc6 2.13-26
ii  libfreetype6  2.4.8-1
ii  libjbig2dec0  0.11+20120125-1
ii  libjpeg8  8d-1
ii  libopenjpeg2  1.3+dfsg-4
ii  libx11-6  2:1.4.4-4
ii  libxext6  2:1.3.0-3
ii  zlib1g1:1.2.6.dfsg-1

mupdf recommends no packages.

Versions of packages mupdf suggests:
ii  mupdf-tools  0.9-2

-- no debconf information



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



Bug#660065: doesn't start complaining being unable to open a font file

2012-02-15 Thread Raf Czlonka
Package: tmw
Version: 20110911-2
Severity: serious

Hi,

After starting tmw I get these errors:

§ tmw
Error: Unable to load 'fonts/dejavusans-mono.ttf': 
SDLTrueTypeFont::SDLTrueTypeFont: Couldn't open 
/usr/share/mana/data/fonts/dejavusans-mono.ttf
§ ls -lA /usr/share/mana/data/fonts
total 0
lrwxrwxrwx 1 root root 54 Feb 13 17:24 dejavusans-bold.ttf -> 
../../../fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf
lrwxrwxrwx 1 root root 49 Feb 13 17:24 dejavusans.ttf -> 
../../../fonts/truetype/ttf-dejavu/DejaVuSans.ttf

The link is simply missing from that directory and it can be easily
fixed:

§ cd /usr/share/mana/data/fonts; sudo ln -s 
../../../fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf dejavusans-mono.ttf

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tmw depends on:
ii  mana  0.6.0-1

Versions of packages tmw recommends:
ii  tmw-music  0.3-2

tmw 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#650515: mlterm: Crashes at start

2011-12-07 Thread Raf Czlonka
Package: mlterm
Version: 3.0.9-1
Followup-For: Bug #650515

hi,

Same here using awesome.

§ mlterm
X Error of failed request:  BadPixmap (invalid Pixmap parameter)
Major opcode of failed request:  54 (X_FreePixmap)
Resource id in failed request:  0x0
Serial number of failed request:  60
Current serial number in output stream:  61

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mlterm depends on:
ii  libc6   2.13-21
ii  libgdk-pixbuf2.0-0  2.24.0-1
ii  libglib2.0-02.30.2-4
ii  libssh2-1   1.2.8-2
ii  libx11-62:1.4.4-4
ii  mlterm-common   3.0.9-1

Versions of packages mlterm recommends:
ii  mlterm-tools  3.0.9-1

Versions of packages mlterm suggests:
ii  fonts-arphic-bsmi00lp
ii  fonts-arphic-gbsn00lp
ii  fonts-baekmuk
ii  fonts-takao-gothic [fonts-japanese-gothic]   003.02.01-5
ii  mlterm-im-m17nlib
ii  mlterm-im-scim   
ii  mlterm-im-uim
ii  t1-cyrillic  
ii  ttf-freefont 20100919-1
ii  ttf-sazanami-gothic [fonts-japanese-gothic]  20040629-12
ii  unifont  1:5.1.20080914-1.1
ii  xfonts-efont-unicode 0.4.2-4

-- no debconf information



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



Bug#650290: ITP: lastfmfp -- Last.fm audio fingerprinting library

2011-11-28 Thread Raf Czlonka
On Mon, Nov 28, 2011 at 03:59:26PM GMT, Simon Chopin wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Simon Chopin 
> 
> * Package name: lastfmfp
>   Version : 1.6.0
>   Upstream Author : Last.fm Ltd 
> * URL : http://github.com/lastfm/FingerprinterL
> * License : LGPL-2.1+
>   Programming Lang: C++
>   Description : Last.fm audio fingerprinting library
> 
> This library has been developed by Last.fm to calculate the audio
> fingerprint of a PCM flux and return it in a format compatible with the
> Last.fm Webservice API.
> 
> It is a dependency of the lastid plugin for beets.

Support for this plugin has been dropped in the upcoming beets version
1.0b11 (in development) which introduces chromaprint/acoustid plugin
which is already packaged.

Regards,
-- 
Raf



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



Bug#650290: ITP: lastfmfp -- Last.fm audio fingerprinting library

2011-11-28 Thread Raf Czlonka
On Mon, Nov 28, 2011 at 05:21:43PM GMT, Simon Chopin wrote:
> Oh. My apologies then. I apparently missed the link on the Wiki page. I
> guess I'll close the ITP then.

No worries, as soon as I noticed the info on WNPP I wanted to make sure
that no work is being carried out unnecessarily, that all :^)

> For the record, I just pushed what I have accomplished so far on github:
> 
> http://github.com/laarmen/Fingerprinter.git

Thanks for the info,
-- 
Raf



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



Bug#650290: ITP: lastfmfp -- Last.fm audio fingerprinting library

2011-11-28 Thread Raf Czlonka
On Mon, Nov 28, 2011 at 04:53:09PM GMT, Simon Chopin wrote:
> I did know about the chromaprint introduction, indeed. But I didn't see
> anything mentioning dropping this plugin, neither in the git/hg
> changelogs nor the wiki.
> 
> Not that I don't believe you, but Cc: Adrian for confirmation. In any
> case, it would have allowed me to learn a solid bit about packaging
> shared libs :).

"The new Chromaprint/Acoustid Plugin uses the Acoustid open-source
acoustic fingerprinting service. This replaces the old lastid plugin,
which used Last.fm fingerprinting and is now deprecated. Fingerprinting
with this library should be faster and more reliable."

http://readthedocs.org/docs/beets/en/latest/changelog.html

-- 
Raf



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



Bug#650078: [Python-apps-team] Bug#650078: please update to the newest version

2011-11-28 Thread Raf Czlonka
On Sun, Nov 27, 2011 at 06:16:31PM GMT, Stefano Rivera wrote:
> Hi Raf (2011.11.26_13:07:32_+0200)
> > Version 1.0b11 drops LastID[0] plugin and introduces Chromaprint/Acousid[1]
> > amongs other ones.
> 
> Version 1.0b11 hasn't released yet. But yes, I have my eye on it.

You're obviously right - "latest" above "1.0b10" under Project Versions
fooled me ;^)
Good to hear that - looking forward to new versions.
As Clint Adams noticed[0] it is a great tool which needed to be
packaged :^)

[0] http://xana.scru.org/xana2/barks/wnppbeets/

Regards,
-- 
Raf



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



Bug#649084: -f/--force option doesn't work at all

2011-11-28 Thread Raf Czlonka
On Fri, Nov 18, 2011 at 04:01:54PM GMT, Dave Vehrs wrote:
> I'm looking into adding -vv, etc for the various verbosity levels.
> Hopefully that will follow soon.

Good news and great to see responsive upstream :^)

> Thanks for the report and I'm sorry I didn't keep it up to date.

Thanks for a prompt reply and no worries - looking forward to the new
version.

Regards,
-- 
Raf



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



Bug#650078: please update to the newest version

2011-11-26 Thread Raf Czlonka
Package: beets
Version: 1.0~b10+dfsg-2
Severity: wishlist

Hi,

I realise that beets is in constant development and it just appeared in
Debian but could you update it to the newest version, please?
Version 1.0b11 drops LastID[0] plugin and introduces Chromaprint/Acousid[1]
amongs other ones.
The latter one uses the open source fingerprinting technology[2] which
is also supported by MucisBrainz Picard[3].

[0] http://readthedocs.org/docs/beets/en/1.0b10/plugins/lastid.html
[1] http://readthedocs.org/docs/beets/en/latest/plugins/chroma.html
[2] http://acoustid.org/
[3] http://musicbrainz.org/doc/AcoustID

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages beets depends on:
ii  libjs-backbone0.5.3-2  
ii  libjs-jquery  1.7-1
ii  libjs-underscore  1.1.6-2  
ii  python2.7.2-9  
ii  python-munkres1.0.5.4-2
ii  python-musicbrainz2   0.7.4-1  
ii  python-mutagen1.20-1   
ii  python-pkg-resources  0.6.24-1 
ii  python-unidecode  0.04.9-1 

beets recommends no packages.

Versions of packages beets suggests:
ii  python-flask0.8-1
ii  python-gst0.10  0.10.22-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#649427: previously used configuration stopped working in 2.1.7 version

2011-11-20 Thread Raf Czlonka
Package: ike-qtgui
Version: 2.1.7+dfsg-1+b1
Severity: important

Hi,

Last time I used ike was several months ago - might have been 2.1.5
version. Recently I had to do connect to work network but when I tried
all I'm getting is "negotiation timeout occured". This config worked for
me previously and I hadn't changed a thing. What's even more interesting
is the fact that when I downgrade to 2.1.5 version all works as before -
the tunnel goes up instantainously.
I don't know what changed between the version but I would imagine that
the same config should still work with the new version.
I'm not sure which version stopped working, the first 2.1.7 or the +b1
one, but the bit in the changelog about the latter makes me wonder.
For the time being I'll carry on using the old version but would like to
see the new one working as well.
I've attached the config with site specific settings blank.

Please let me know if you need any assistance in testing potential fix.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ike-qtgui depends on:
ii  ike  2.1.7+dfsg-1+b1
ii  libc62.13-21
ii  libgcc1  1:4.6.2-4  
ii  libice6  2:1.0.7-2  
ii  libqt3-mt3:3.3.8b-11
ii  libsm6   2:1.2.0-2  
ii  libssl1.0.0  1.0.0e-2.1 
ii  libstdc++6   4.6.2-4
ii  libx11-6 2:1.4.4-4  
ii  libxext6 2:1.3.0-3  

ike-qtgui recommends no packages.

ike-qtgui suggests no packages.

-- no debconf information
n:version:3
n:network-ike-port:500
n:network-mtu-size:1380
n:client-addr-auto:1
n:network-natt-port:4500
n:network-natt-rate:15
n:network-frag-size:540
n:network-dpd-enable:1
n:client-banner-enable:1
n:network-notify-enable:1
n:client-dns-used:1
n:client-dns-auto:1
n:client-dns-suffix-auto:1
n:client-splitdns-used:1
n:client-splitdns-auto:1
n:client-wins-used:1
n:client-wins-auto:1
n:phase1-dhgroup:2
n:phase1-life-secs:86400
n:phase1-life-kbytes:0
n:vendor-chkpt-enable:0
n:phase2-life-secs:3600
n:phase2-life-kbytes:0
n:policy-nailed:0
n:policy-list-auto:1
s:network-host:
s:client-auto-mode:pull
s:client-iface:virtual
s:network-natt-mode:enable
s:network-frag-mode:enable
s:auth-method:mutual-psk-xauth
s:ident-client-type:fqdn
s:ident-server-type:any
s:ident-client-data:
b:auth-mutual-psk:
s:phase1-exchange:aggressive
s:phase1-cipher:auto
s:phase1-hash:auto
s:phase2-transform:auto
s:phase2-hmac:auto
s:ipcomp-transform:disabled
n:phase2-pfsgroup:-1


Bug#649084: -f/--force option doesn't work at all

2011-11-20 Thread Raf Czlonka
On Fri, Nov 18, 2011 at 04:01:54PM GMT, Dave Vehrs wrote:
> OK, the -f or --force  appear to be working here but that's because I
> haven't gotten a new version uploaded into Debian for a while (you
> have version 0.5.8 and I'm on 0.6.2).  I've uploaded a new version
> with dput and requested help to upload it through reportbug.  So
> hopefully this will take care of the first issue.

Will have a look as soon as it gets to the repository pool.

> I'm looking into adding -vv, etc for the various verbosity levels.
> Hopefully that will follow soon.

Thank you for that. I would very much welcome it.

> Thanks for the report and I'm sorry I didn't keep it up to date.

You are welcome, I only wish I spotted it earlier. No worries.

Regards,
-- 
Raf



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



Bug#649351: uninstallable due to broken dependencies

2011-11-20 Thread Raf Czlonka
Package: bup
Version: 0.24b-1.1
Severity: serious

Hi,

bup has been in the above state since Python 2.6 -> 2.7 transition as
the default python version in unstable.
Please, could we fix its dependencies to python2.6 package or make
sure it works with Python 2.7 and in turn make it depend on python >= 2.7.

Thank you,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bup depends on:
ii  git [git-core]  1:1.7.7.3-1
ii  git-core1:1.7.7.3-1
ii  libc6   2.13-21
ii  python  2.7.2-9
ii  python-fuse 2:0.2.1-7  
ii  python-support  1.0.14 
ii  python-tornado  2.1.0-1

Versions of packages bup recommends:
ii  par2  0.4-11

bup suggests no packages.



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



Bug#649084: -f/--force option doesn't work at all

2011-11-17 Thread Raf Czlonka
Package: podget
Version: 0.5.8-1
Severity: normal

Hi,

I've been using podget for a while now. Today I started filesystem
cleanup, searching for empty files and directories amongst other things.
Some playlists were empty which I guess is related to the bug reported
earlier.
What surprised me though was the fact that some of the files were empty
as well. I remembered that there's an option to download files which
have already been downloaded so I looked in the manual.
I expected that some of the files might not be available for download
any more, since they might have gotten removed form a particular feed,
but I was expecting all the files which are still available to be
re-downloaded. To my surprise podget only reported that the files have
already been downloaded.
To summarise, force option (either -f or --force) doesn't work at all.

P.S. Could we get -v behaviour, known from other utilities, implemented
in podget as well, please? I mean the --verbosity LEVEL equivalent when
one simply uses -vv, -vvv, etc.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages podget depends on:
ii  bash   4.1-3   
ii  coreutils  8.13-3  
ii  grep   2.9-2   
ii  sed4.2.1-9 
ii  tofrodos   1.7.9.debian.1-1
ii  wget   1.13.4-1

podget recommends no packages.

Versions of packages podget suggests:
ii  libc6  2.13-21

-- 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#642398: closed by Willi Mann (Bug#642398: fixed in logwatch 7.4.0+svn20111018rev68-1)

2011-11-06 Thread Raf Czlonka
Hi,

It now works fine.

Thank you.
-- 
Raf



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



Bug#645232: Copy Link Location doesn't work

2011-10-13 Thread Raf Czlonka
Package: uzbl
Version: 0.0.0~git.20110412-1+b1
Severity: normal

Hi,

I just notised that, while other methods of copying wotk just fine, e.g.
copy selected text using right click or simply 'Ctrl-c', 'Copy Link
Location', using right click menu as well, doesn't work - X clipboard is
empty, e.g. 'xclip -o' doesn't generate any output. Therefore entries
such as:

@cbind  gY = sh 'echo "event NEW_TAB `xclip -selection primary -o`" > $4'

(taken from Uzbl wiki)

simply don't work.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages uzbl depends on:
ii  libatk1.0-0 2.2.0-2   
ii  libc6   2.13-21   
ii  libcairo2   1.10.2-6.1
ii  libfontconfig1  2.8.0-3   
ii  libfreetype62.4.6-2   
ii  libgdk-pixbuf2.0-0  2.24.0-1  
ii  libglib2.0-02.28.6-1  
ii  libgtk2.0-0 2.24.6-2  
ii  libpango1.0-0   1.29.4-1  
ii  libsoup2.4-12.36.0-1  
ii  libwebkitgtk-1.0-0  1.4.2-2   
ii  libx11-62:1.4.4-2 
ii  python  2.7.2-9   
ii  python-gobject  2.28.6-5  
ii  python-gtk2 2.24.0-2  
ii  python-support  1.0.14

uzbl recommends no packages.

Versions of packages uzbl suggests:
ii  python-simplejson  2.2.0-1
ii  socat  1.7.1.3-1.2
ii  suckless-tools 38-1   
ii  xclip  0.12-1 
ii  zenity 3.2.0-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#644017: cron job calls the wrong script

2011-10-07 Thread Raf Czlonka
On Fri, Oct 07, 2011 at 01:38:46PM BST, Daniel Baumann wrote:
> On 10/07/2011 02:26 PM, Raf Czlonka wrote:
> > This bug is still present in this version.
> 
> no, it's not. it was fixed in 5-1.

It might have been fixed for the new packages but whoever installed it
prior to 5-1 will never have the fixed applied because when package is
being updated cron entry is not.
Updated version of the package should introduce the fix, be it a default
option in the config file, typo in the man page or entry in the cron job.
Please fix it.

Regards,
-- 
Raf



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



Bug#644017: cron job calls the wrong script

2011-10-07 Thread Raf Czlonka
Package: git-stuff
Version: 7-1
Followup-For: Bug #644017

Hi,

I don't understand why this bug report was closed when it's been clearly
reported for a version newer than in the first bug report.
This bug is still present in this version.

Please fix it, and then close the bug.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-stuff depends on:
ii  cdebconf [debconf-2.0]  0.157  
ii  debconf [debconf-2.0]   1.5.41 
ii  git 1:1.7.6.3-1

Versions of packages git-stuff recommends:
ii  cron  3.0pl1-120
ii  git-buildpackage  0.5.31
ii  mr1.05  
ii  pristine-tar  1.14  

git-stuff suggests no packages.

-- debconf information:
  git-repack-repositories/cron: @monthly
* git-stuff/bash-profile: false
* git-repack-repositories/enable: false
  git-repack-repositories/title:
  git-stuff/title:
  git-repack-repositories/directories: /srv/git



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



Bug#644017: cron job calls the wrong script

2011-10-01 Thread Raf Czlonka
Package: git-stuff
Version: 7-1
Severity: normal

Hi,

This is the cron job file:

# /etc/cron.d/git-repack-repositories

# By default this is run @monthly, see crontab(5) for more information.
@monthly root if [ -x /usr/bin/git-repack-repositories ]; then 
/usr/bin/git-repack-repositories --quiet; fi

I believe that git-repack-repositories-cron should be run instead as I
got this from cron:

/usr/bin/git-repack-repositories: 40: cd: can't cd to *.git

When the other script is run it correctly reports that it is disabled.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-stuff depends on:
ii  cdebconf [debconf-2.0]  0.157  
ii  debconf [debconf-2.0]   1.5.41 
ii  git 1:1.7.6.3-1

Versions of packages git-stuff recommends:
ii  cron  3.0pl1-120
ii  git-buildpackage  0.5.31
ii  mr1.05  
ii  pristine-tar  1.14  

git-stuff suggests no packages.

-- debconf information:
  git-repack-repositories/cron: @monthly
* git-stuff/bash-profile: false
* git-repack-repositories/enable: false
  git-repack-repositories/title:
  git-stuff/title:
  git-repack-repositories/directories: /srv/git



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



Bug#642398: fails to send email

2011-09-22 Thread Raf Czlonka
Package: logwatch
Version: 7.3.6.cvs20090906-2
Severity: normal

Hi,

As you can see below I'm using a 'dma' as my MTA, which is
sendmail-compatible but it seems that logwatch uses a more
"complicated", for a lack of a better word, way to send email than any
other monitoring/reporting software I've got installed.

This is what I get when trying to run it:

# /etc/cron.daily/00logwatch
sendmail: can not read mail: Invalid argument

logwatch is the only piece of software I'm unable to get emails from.

Neither "--output mail" not "--mailto username" works.

Could you fix this minor glitch, please?

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages logwatch depends on:
ii  dma [mail-transport-agent]  0.0.2010.06.17-11
ii  perl5.12.4-4 

Versions of packages logwatch recommends:
ii  libdate-manip-perl  6.25-1

Versions of packages logwatch suggests:
ii  fortune-mod  1:1.99.1-4

-- no debconf information



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



Bug#641810: /var/lib/aide/aide.db.new not copied

2011-09-16 Thread Raf Czlonka
Package: aide
Version: 0.15.1-3
Severity: normal

Hi,

One of the install scripts is broken.
When debconf asks you whether you want to copy /var/lib/aide/aide.db.new
to /var/lib/aide/aide.db and you answer "Yes" it is still not happening,
as you can see from the error generated below.


This is an automated report generated by the Advanced Intrusion Detection
Environment on thor.local started at 2011-09-16 07:35:20.

**
*   The cron job was terminated by a fatal error.*
**


**
*the cron job was interrupted before AIDE could return an exit code. *
**
**
*   script errors*
**
Fatal error: The AIDE database '/var/lib/aide/aide.db' does not exist!
This may mean you haven't created it, or it may mean that someone has removed 
it.
End of script errors

AIDE produced no errors.

funny, AIDE did not leave a log.

End of AIDE daily cron job at 2011-09-16 07:35, run time 0 seconds


Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages aide depends on:
ii  aide-common   0.15.1-3 
ii  bsd-mailx 8.1.2-0.20100314cvs-1
ii  liblockfile1  1.09-3   
ii  ucf   3.0025+nmu2  

Versions of packages aide recommends:
ii  cron  3.0pl1-119

aide 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#641805: AIDE initialization problem

2011-09-16 Thread Raf Czlonka
Package: aide
Version: 0.15.1-3
Severity: normal

Hi,

I just installed aide and this the error I got:

AIDE init errors:
cat: /etc/apt/sources.list: No such file or directory
/etc/aide/aide.conf.d/31_aide_apt-file: line 12: /etc/apt/sources.list: No such 
file or directory

I use a modular setup with /etc/apt/sources.list.d directory and don't have
the need for /etc/apt/sources.list to exist at all.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages aide depends on:
ii  aide-common   0.15.1-3 
ii  bsd-mailx 8.1.2-0.20100314cvs-1
ii  liblockfile1  1.09-3   
ii  ucf   3.0025+nmu2  

Versions of packages aide recommends:
ii  cron  3.0pl1-119

aide 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#641191: luakit only starts with -U, otherwise it fails, give dbus warning

2011-09-11 Thread Raf Czlonka
Package: luakit
Version: 2011.07.22-r1-1
Severity: important

Hi,

luakit only starts with the "-U", otherwise simply fails:

> luakit

(luakit:26076): Unique-DBus-WARNING **: Unable to open a connection to the 
session bus: /usr/bin/dbus-launch terminated abnormally without any error 
message

(luakit:26076): Unique-DBus-WARNING **: Unable to connect to the running 
instance, aborting.


In case you wondering, whether dbus is running:

> ps auwx|grep dbus
104   1306  0.0  0.0   4004  1464 ?Ss   Sep08   0:01 
/usr/bin/dbus-daemon --system
rjc   1943  0.0  0.0   4408   732 tty1 SSep08   0:00 dbus-launch 
--autolaunch e66e282f66d7b5f6458407f749305dc7 --binary-syntax --close-stderr
rjc   1944  0.0  0.0   3776  1284 ?Ss   Sep08   0:02 
/usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session


> luakit -k
Configuration file syntax OK.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages luakit depends on:
ii  libatk1.0-02.0.1-2   
ii  libc6  2.13-20   
ii  libcairo2  1.10.2-6.1
ii  libfontconfig1 2.8.0-3   
ii  libfreetype6   2.4.6-2   
ii  libgdk-pixbuf2.0-0 2.24.0-1  
ii  libglib2.0-0   2.28.6-1  
ii  libgtk2.0-02.24.6-1  
ii  liblua5.1-05.1.4-10  
ii  liblua5.1-filesystem0  1.5.0-2   
ii  libpango1.0-0  1.28.4-3  
ii  libsoup2.4-1   2.34.3-1  
ii  libsqlite3-0   3.7.7-2   
ii  libunique-1.0-01.1.6-2   
ii  libwebkitgtk-1.0-0 1.4.2-2   

luakit recommends no packages.

luakit 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#632543: job fails with "Authentication failure"

2011-07-05 Thread Raf Czlonka
Package: debsecan
Version: 0.4.15
Followup-For: Bug #632543

Hi,

Just to let you know, it's not mailer-related.

PS Look below.

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.39-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debsecan depends on:
ii  debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii  python2.6.6-14   interactive high-level object-orie
ii  python-apt0.8.0  Python interface to libapt-pkg

Versions of packages debsecan recommends:
ii  cron  3.0pl1-118 process scheduling daemon
ii  exim4 4.76-2 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.76-2 lightweight Exim MTA (v4) daemon

debsecan suggests no packages.

-- debconf information:
* debsecan/source:
* debsecan/mailto: root
* debsecan/suite: sid
* debsecan/report: true



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



Bug#632680: typo in getweb's usage

2011-07-04 Thread Raf Czlonka
Package: foo2zjs
Version: 20110210dfsg-2
Severity: minor
File: /usr/bin/getweb

Hi,

When run with no options a typo in usage information can be seen:

$ ./getweb 1005 # Get HP LJ 1005 firmware file
$ ./getweb 1018 # Get HP LJ 1005 firmware file

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.39-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages foo2zjs depends on:
ii  cups 1.4.6-11+b1 Common UNIX Printing System(tm) - 
ii  cups-client  1.4.6-11+b1 Common UNIX Printing System(tm) - 
ii  dc   1.06.95-2   The GNU dc arbitrary precision rev
ii  foomatic-filters 4.0.7-1 OpenPrinting printer support - fil
ii  libc62.13-9  Embedded GNU C Library: Shared lib
ii  libcups2 1.4.6-11+b1 Common UNIX Printing System(tm) - 

Versions of packages foo2zjs recommends:
ii  foomatic-db-engine4.0.7-2OpenPrinting printer support - pro
ii  unzip 6.0-5  De-archiver for .zip files
ii  wget  1.12-3.1   retrieves files from the web

Versions of packages foo2zjs suggests:
pn  hannah-foo2zjs (no description available)
ii  psutils   1.17-29A collection of PostScript documen
ii  tix   8.4.3-4The Tix library for Tk -- runtime 
ii  tk8.4 8.4.19-4   Tk toolkit for Tcl and X11, v8.4 -

-- no debconf information



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



Bug#632543: cron job fails with "Authentication failure"

2011-07-03 Thread Raf Czlonka
Florian Weimer wrote:
> Then it's something else.   Perhaps you've deleted the daemon user?

/etc/passwd:daemon:x:1:1:daemon:/usr/sbin:/bin/sh

It has something to do with either the daemon user or cron as it runs
fine and sends an email when ran as root/sudo.

Regards,
-- 
Raf



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



Bug#632543: cron job fails with "Authentication failure"

2011-07-03 Thread Raf Czlonka
Florian Weimer wrote:
> Can you show the exact error message?

This IS the error message.

CRON[PID]: Authentication failure

-- 
Raf



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



Bug#632543: cron job fails with "Authentication failure"

2011-07-03 Thread Raf Czlonka
Florian Weimer wrote:
> * Raf Czlonka:
> 
> > ii  dma [mail-transport-ag 0.0.2010.06.17-10 lightweight mail transport 
> > agent
> 
> I wonder if this related.  Does dma support sending mail as any local
> user?

I get emails from, e.g. logcheck which is being ran from cron as
logcheck.
The one which complains about the authentication failure is cron, not dma.

Regards,
-- 
Raf



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



Bug#632543: cron job fails with "Authentication failure"

2011-07-03 Thread Raf Czlonka
Package: debsecan
Version: 0.4.15
Severity: important

Hi,

After installing debsecan I never got mail from it.
Checking the logs I discovered that at the time of its cron job, cron
spits out "Authentication error".
There's no other cron job scheduled at that time in case you're
wondering.
Anything to do with it being run as daemon user?

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.39-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debsecan depends on:
ii  debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii  python2.6.6-14   interactive high-level object-orie
ii  python-apt0.8.0  Python interface to libapt-pkg

Versions of packages debsecan recommends:
ii  cron   3.0pl1-118process scheduling daemon
ii  dma [mail-transport-ag 0.0.2010.06.17-10 lightweight mail transport agent

debsecan suggests no packages.

-- debconf information:
* debsecan/source:
* debsecan/mailto: root
* debsecan/suite: sid
* debsecan/report: true



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



Bug#623725: rtorrent: print_status_info(...) wrote past end of the buffer.

2011-06-27 Thread Raf Czlonka
manuk7 wrote:
> Hi Raf,
> 
> Could you check whether your problem still occurs with the version
> 0.8.7-7 (sid/wheezy) ? I'm unable to reproduce your bug.

Some time ago I had started some downloads and haven't finished them, closed
rtorrent and haven't started it for a while, then, a couple of versions/updates
later, it stopped working.
After I cleared all the files + cache and started it "fresh", all went
back to normal.
Seems like there's some incompatibility between versions in the way they
handle files or cache.

Thanks for getting back to me.

Regards,
-- 
Raf



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



Bug#623727: command "cwd" does not exist

2011-04-22 Thread Raf Czlonka
Package: rtorrent
Version: 0.8.7-6+b1
Severity: normal

Hi,

Funilly enough this bug is somewhat related to the one I filed over two
years ago ;^) - #513726.

This time it's the option which you recommended:

% rtorrent
rtorrent: Error in option file: ~/.rtorrent.rc:16: Command "cwd" does
not exist.

Please update the man page to reflect the changes.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.38-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rtorrent depends on:
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcurl3 7.21.4-2Multi-protocol file transfer libra
ii  libgcc1  1:4.6.0-4   GCC support library
ii  libncursesw5 5.8-1   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a   2.2.9-1 type-safe Signal Framework for C++
ii  libssl1.0.0  1.0.0d-2SSL shared libraries
ii  libstdc++6   4.6.0-4 The GNU Standard C++ Library v3
ii  libtorrent13 0.12.7-5+b1 a C++ BitTorrent library by Raksha
ii  libxmlrpc-core-c31.16.33-2   A lightweight RPC library based on

rtorrent recommends no packages.

Versions of packages rtorrent suggests:
ii  dtach 0.8-2  emulates the detach/attach feature
ii  screen4.0.3-14   terminal multiplexor with VT100/AN

-- 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#623725: rtorrent: print_status_info(...) wrote past end of the buffer.

2011-04-22 Thread Raf Czlonka
Package: rtorrent
Version: 0.8.7-6+b1
Severity: grave

Hi,

rtorrent doesn't run any more for me, this is what I get:

% rtorrent
rtorrent: print_status_info(...) wrote past end of the buffer.

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.38-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rtorrent depends on:
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcurl3 7.21.4-2Multi-protocol file transfer libra
ii  libgcc1  1:4.6.0-4   GCC support library
ii  libncursesw5 5.8-1   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a   2.2.9-1 type-safe Signal Framework for C++
ii  libssl1.0.0  1.0.0d-2SSL shared libraries
ii  libstdc++6   4.6.0-4 The GNU Standard C++ Library v3
ii  libtorrent13 0.12.7-5+b1 a C++ BitTorrent library by Raksha
ii  libxmlrpc-core-c31.16.33-2   A lightweight RPC library based on

rtorrent recommends no packages.

Versions of packages rtorrent suggests:
ii  dtach 0.8-2  emulates the detach/attach feature
ii  screen4.0.3-14   terminal multiplexor with VT100/AN

-- 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#623679: xlock doesn't play nicely with unclutter

2011-04-22 Thread Raf Czlonka
Package: xlockmore
Version: 1:5.31-1
Severity: wishlist
File: /usr/bin/xlock

Hi,

I run a combination of awesome wm + unclutter + xlock and I only noticed
this recently after I tried running xlock:

xlock: xlock, could not grab pointer! (1)

I run unclutter with -grab option as otherwise I can't switch between
windows on the same tab or for most applications re-drawing the
interface lags and this is the only way I can make it do pllay ball.

First of all, I know that xlock grabs both keyboard and mouse to lock
the screen - it even says so in the man page - that's why this bug
report is a wishlist one.

Could we have that altered so it either grabs the keyboard only or does
the whole thing in a way that works nicely with unclutter, please?

Thanks,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.38-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xlockmore depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-4  GCC support library
ii  libice6   2:1.0.7-1  X11 Inter-Client Exchange library
ii  libpam0g  1.1.2-2Pluggable Authentication Modules l
ii  libsm62:1.2.0-1  X11 Session Management library
ii  libstdc++64.6.0-4The GNU Standard C++ Library v3
ii  libx11-6  2:1.4.3-1  X11 client-side library
ii  libxext6  2:1.2.0-2  X11 miscellaneous extension librar
ii  libxmu6   2:1.1.0-1  X11 miscellaneous utility library

Versions of packages xlockmore recommends:
ii  libpam-modules1.1.2-2Pluggable Authentication Modules f

Versions of packages xlockmore suggests:
ii  fortune-mod [fortune] 1:1.99.1-4 provides fortune cookies on demand

-- 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#623068: man page for k5login is hidden

2011-04-18 Thread Raf Czlonka
Sam Hartman wrote:
> I'll talk to upstream about this.
> It does seem that man pages like .netrc etc are without the leading dot.

It seemed a bit odd that it was the only man page in the whole system
(over 4500 installed packages) which starts with a dot - that's why
I thought it was an error.

Thanks for looking into it.
-- 
Raf



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



Bug#623068: man page for k5login is hidden

2011-04-18 Thread Raf Czlonka
Sam Hartman wrote:
> What is wrong with the current state?
> .k5login is a dotfile in the user's directory.
> apropos finds the man page.
> What do you believe is wrong? Presumably that there is a leading . and
> so the man page does not show up in ls.
> 
> Is there some policy about how man pages for dotfiles are named?
> Why is this bad?

Initially I thought it is a mistake but since it's deliberate - well,
.k5login is the only man page in the whole system starting with a dot (.).

It makes it counter-intuitive when one simply uses:

% man file_name

or command/file auto-completion, since all other dotfiles - even when
they're not used anywhere else, e.g. in /etc or a sub-folder but directly
in users home directory - have their man pages accessed simply by their
name, without the leading dot.
I am unaware of any naming convention for man pages for dot files.

Two reasons I can think of right now are mentioned above.

1. Counter-intuitive.
2. Consistency.

Regards,
-- 
Raf



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



Bug#502878: allow for non-persistent /var/run

2011-04-16 Thread Raf Czlonka
Package: john
Version: 1.7.3.1-1+b1
Followup-For: Bug #502878

Hi,

mktemp: failed to create file via template `/var/run/john/cronpasswd.XX': 
No such file or directory

Could something be done about this, please?
It is trivial to fix and the initial bug report has been filed over 2.5
years ago.

Thank you,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.38-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages john depends on:
ii  john-data 1.7.3.1-1  active password cracking tool - ch
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libssl1.0.0   1.0.0d-2   SSL shared libraries

john recommends no packages.

Versions of packages john suggests:
ii  wamerican [wordlist]  6-3American English dictionary words 
ii  wbritish [wordlist]   6-3British English dictionary words f
ii  wbritish-insane [wordlist]6-3British English dictionary words f
ii  wpolish [wordlist]20110328-1 Polish dictionary words for /usr/s

-- Configuration Files:
/etc/cron.d/john changed:
00 1* * *   root[ -x /usr/share/john/cronjob ] && nice 
/usr/share/john/cronjob start
00 7* * *   root[ -x /usr/share/john/cronjob ] && 
/usr/share/john/cronjob stop


-- 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#623068: man page for k5login is hidden

2011-04-16 Thread Raf Czlonka
Package: krb5-doc
Version: 1.9+dfsg-1
Severity: normal

Hi,

Well, it speaks for itself:

% find /usr/share/man -name .\*
/usr/share/man/man5/.k5login.5.gz

You know what to do ;^)

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.38-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages krb5-doc depends on:
ii  dpkg  1.16.0.2   Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 

krb5-doc recommends no packages.

krb5-doc suggests no packages.



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



  1   2   >