Bug#648204: blobby-server: does not start because server.xml is missing --- documentation on this file is not available

2011-11-09 Thread Timo Schneider
Package: blobby-server
Version: 0.8-dfsg-2+b1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

after installing blobby server it can not be used because it needs a file
called server.xml with its configuration settings.

man blobby-server is uninformative, as it does not even mention the command
line options which are mentioned by blobby-server --help. Also there is no
documentation on this file (for exmaple where blobby server expects it and how
this path can be changed) in /usr/share/doc/blobby-server.

Here is an example for how blobby-server fails to start:

$ blobby-server 
Running in background as PID 30490
$ terminate called after throwing an instance of 'FileLoadException'
  what():  Couldn't load server.xml

Regards,
Timo

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

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

Versions of packages blobby-server depends on:
ii  blobby-data  0.8-dfsg-2
ii  libc62.13-4
ii  libgcc1  1:4.4.5-8 
ii  libphysfs1   2.0.2-5   
ii  libsdl1.2debian  1.2.14-6.4
ii  libstdc++6   4.6.2-4   
ii  libtinyxml2.6.2  2.6.2-1   

blobby-server recommends no packages.

blobby-server 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#382491: fixed in current version

2006-08-18 Thread Timo Schneider
Hi,

it seems that the bug is fixed in the new version in sid (0.2.1-1).
So it should be closed.


signature.asc
Description: Digital signature


Bug#358801: Debian libdata-compare-perl package (bug #358801)

2006-06-22 Thread Timo Schneider
On Thu, Jun 22, 2006 at 01:45:31AM +0200, Matthieu Crapet wrote:

 Timo hasn't answered for two months.
 This is the new package with the latest upstream version.

Sorry, I only answered [EMAIL PROTECTED] in private, not forwarding my
answer to the bts. Shame on me! Here is what I wrote to him:

 Are you still interested in maintaining this package? If not I will
 hand it over to the QA team.

Yes. I allready have build a new version from the 0.13 (most recent)
upstream version. The problem is that the new version adds a dependency
to libscalar-properties-perl, which is not in debian. So I had to build
a package for that to. My sponsor already uploaded it, is is in new,
but it might take a little while until it hits the archive because new
queue is kind of large right now.
Unfortunally I can't upload libdata-compare-perl until all it's
dependencies are accepted.

My prepared package can be viewed here: http://files.perlplexity.org/debian/.
I know that I made a mistake, if you really want to maintain the package
you can.


signature.asc
Description: Digital signature


Bug#358801: adoption of libdata-compare-perl

2006-04-17 Thread Timo Schneider
Hi,

Bug #358801 states that you don't want to maintain libdata-compare-perl
any more.

I would be happy to adopt it and prepare a new upstream release which
fixes the outstanding bugs, if you agree with this.

Regards,
Timo

-- 
BOFH excuse #24:
network packets travelling uphill (use a carrier pigeon)


signature.asc
Description: Digital signature


Bug#357309: should be arch: all

2006-03-17 Thread Timo Schneider
On Thu, Mar 16, 2006 at 05:44:48PM +, Martin Michlmayr wrote:

Hello,

 Package: crip
 Version: 3.7-2
 Severity: minor
 
 This package is arch: any but it doesn't (afaik) include any
 architecture specific code, so it should be arch: all.  I can only
 find some perl scripts in the package.

You are right. The package should be arch: all since crip 3.6. I will
fix it as soon as Robert told me that my fix for #353318 is aprpriate.

Regards,
Timo

-- 
BOFH excuse #52:
Smell from unhygienic janitorial staff wrecked the tape heads


signature.asc
Description: Digital signature


Bug#346336: ITP: cereal -- a simulator for the Intel 8051 microcontroller

2006-01-06 Thread Timo Schneider
Package: wnpp
Severity: wishlist
Owner: Timo Schneider [EMAIL PROTECTED]

* Package name: cereal
  Version : 0.9.35
  Upstream Author : Miloslav Trmac [EMAIL PROTECTED]
* URL : http://carolina.mff.cuni.cz/~trmac/blog/cereal/
* License : GPL
  Description : a simulator for the Intel 8051 microcontroller

cereal is an emulation framework designed to allow easy emulation of
interconnected modules. Its main component is an 8051 emulator module,
so it can be used as an 8051 emulator which offers breakpoints, watches,
evaluate/modify dialog (which can solve 2 * x + 1 = 5). The KDE GUI also
can be extended using KParts (the 8051 interface is provided as a KParts
plugin). Also included is a command interface usable for creating
testsuites for your programs and a simple 8051 disassembler.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#334533: crip: does not use settings from user config file (#334533)

2005-11-05 Thread Timo Schneider
On Sat, Nov 05, 2005 at 05:12:17PM +0100, gregor herrmann wrote:
 
 BTW: Why have you sent this mail only to me and not to the BTS? 
I'm sorry.

 cc'ing [EMAIL PROTECTED] now.
I will do the same from now on.

 $ grep mapeurochars /home/gregoa/.criprc 
 $mapeurochars = on;
Ah. With mapeurochars = on it should work. See this:

grep mapeurochars ~/.criprc
mapeurochars = on

perl -d /usr/bin/crip

Loading DB routines from perl5db.pl version 1.28
Editor support available.

Enter h or `h h' for help, or `man perldebug' for more help.

main::(/usr/bin/crip:4):$ENV{PATH} .= :/usr/lib/crip;

  DB1 s
main::(/usr/bin/crip:6):  $version = crip v3.5 
(http://bach.dynet.com/crip);

...

  DB2 s
main::(/usr/bin/crip:179):open(CONFIG,  . $ENV{HOME} . /.criprc);
  DB2 s
main::(/usr/bin/crip:180):while (CONFIG) {
  DB2 
main::(/usr/bin/crip:184):s/\=/___EQ___/; # replace first equal sign
  DB2 
main::(/usr/bin/crip:185):($key, $val) = split /___EQ___/;
  DB2 
main::(/usr/bin/crip:186):$key =~ s/[\t ]//g;   # trim leading  
trailing spaces
  DB2 
main::(/usr/bin/crip:187):$val = join  , grep { $_ } split /[\t 
]/, $val;

...
  
main::(/usr/bin/crip:188):${$key} = $val;

...
 
main::(/usr/bin/crip:191):close CONFIG;

...

  DB2 
main::(/usr/bin/crip:195):$cddbsubmitaddrCc = $contact;
  DB2 p $mapeurochars
on

...

  DB4 
main::(/usr/bin/crip:312):if (defined $askclassicalflag) {
  DB4 
main::(/usr/bin/crip:319):if (! -e $cddevice) {
  DB4 
main::(/usr/bin/crip:320):die No such device: $cddevice!\n$USAGE;
  DB4 
No such device: /dev/cdrom!
/usr/bin/crip [options]

Options:
  -h, --helpPrint this help then exit
  -v, --version Print version of crip then exit

...

 at /usr/bin/crip line 320
Debugged program terminated.  Use q to quit or R to restart,
  use O inhibit_exit to avoid stopping after program termination,
  h q, h R or h O to get additional info.  
  DB4 p $mapeurochars
on
  DB5 q


 PS: Maybe you could take a look at #334535: crip: error in cddb
 submissions with non-ASCII characters, too.
Sure. As soon as I verified that the ~/.criprc works I will contact
upstream and add a encoding-variable.

Regards,
Timo


signature.asc
Description: Digital signature


Bug#225819: man page for blackhole

2005-07-23 Thread Timo Schneider
Package: xjokes
Tags: patch

.\ Process this file with
.\ groff -man -Tascii blackhole.1
.\
.TH blackhole 1
.SH NAME
blackhole, mori1, mori2, yasiti \- draws funny things on an XDisplay
.SH SYNOPSIS
.B blackhole
[-display displayname]
.SH DESCRIPTION
.TP
.B blackhole
produces an animated zoom-out effect on a display. The display will be restored 
afterwards. 
.TP
.B mori1
tiles a display with the face of a girl winking at you. The display will be 
restored afterwards. 
.TP
.B mori2
displays the face of a girl winking at you. The display will be restored 
afterwards.
.TP
.B yasiti
displays the face of a girl winking at you. The display will be restored 
afterwards.
.SH OPTIONS
.TP
.B \-display displayname
With this argument you can determine on which display the programs should draw. 
By default, the display specified by the DISPLAY environment variable is used. 
.SH SEE ALSO
.BR X (7)
.SH AUTHOR
This manual page was written by Timo Schneider [EMAIL PROTECTED], for the 
Debian project (but may be used by others).


signature.asc
Description: Digital signature


Bug#317064: ITP: libcompress-bzip2-perl -- Perl interface to the Bzip2 library

2005-07-05 Thread Timo Schneider
Package: libcompress-bzip2-perl
Severity: wishlist

Version: 2.08
Upstream: Rob Janes, rwjanes at primus.ca

The Compress::Bzip2 module provides a Perl interface to the Bzip2
compression library, a relevant subset of the functionality provided
by Bzip2  is available in Compress::Bzip2.

The module can be split into two general areas of functionality, namely
in-memory compression/decompression and read/write access to bzip2
files.

This library may be redistributed under the terms of either the GNU 
General Public License or the Artistic License.

The original Perl Module is available at:
http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/Compress-Bzip2-2.08.tar.gz

Regards,
Timo Schneider


signature.asc
Description: Digital signature