Bug#303404: cantus: cannot handle 3 digits tracks

2005-04-06 Thread LT-P
Package: cantus
Version: 1.07-2
Severity: minor

I have some music collections which have more than 99 files in them. I
would like to sort them by using their track numbers, but cantus doesn't
allow me to enter a 3 (or 4) digits number in the Track field.

Oh yes, and for some unknow reason, I cannot also enter a "0" in the
Track field using the numpad. But it works in the other fields.
I didn't notice a similar problem in any other app on my system.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.4.26-ltp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cantus depends on:
ii  gdk-imlib1   1.9.14-16.2 imaging library for use with gtk (
ii  libart2  1.4.2-19The GNOME canvas widget - runtime 
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libdb3   3.2.9-22Berkeley v3 Database Libraries [ru
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libglib1.2   1.2.10-9The GLib library of C routines
ii  libgnome32   1.4.2-19The GNOME libraries
ii  libgnomesupport0 1.4.2-19The GNOME libraries (Support libra
ii  libgnomeui32 1.4.2-19The GNOME libraries (User Interfac
ii  libgtk1.21.2.10-17   The GIMP Toolkit set of widgets fo
ii  libice6  4.3.0.dfsg.1-12 Inter-Client Exchange library
ii  libogg0  1.1.2-1 Ogg Bitstream Library
ii  libsm6   4.3.0.dfsg.1-12 X Window System Session Management
ii  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.0-1 The Vorbis General Audio Compressi
ii  libx11-6 4.3.0.dfsg.1-12 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12 X Window System miscellaneous exte
ii  libxi6   4.3.0.dfsg.1-12 X Window System Input extension li
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#145584: invalid sequence

2005-04-06 Thread Eric Craven
all hungarian non-ascii characters in the dictionary file have
*incorrectly* been recoded to . thus it is not possible to
replace them with useful values.. does anyone have the original files in
a useable format? 

eric craven


pgpmKYFKuG1m8.pgp
Description: PGP signature


Bug#303412: radiuscontext: monthly statistics

2005-04-06 Thread Al Nikolov
Package: radiuscontext
Version: 1.76-3
Severity: wishlist
Tags: patch


The package, out of a box, unable to produce even simple monthly 
statistics.

Here is useful script:

--- /usr/local/sbin/radius-report

#!/bin/sh -e

###
#
# Monthly reporting tool for radiuscontext
#
# Usage: radius-report [this|daily|...]
#
# While started without any arguments, generates report for the last 
# calendar month. Else (think "_this_ month" or "_daily_ report") generates 
# "cumulative" report for the current month.
#
# In /etc/cron.d/radiuscontext:
#
# @daily root /usr/local/sbin/radius-report daily
# @monthly root /usr/local/sbin/radius-report
#
# You have to provide the radius accounting "detail" logs rotated with 
# enough rate (with logrotate, for instance), since this tool time filter 
# is based on log file modification time. Logs may be gzipped and spreaded
# under several subdirectories of the find start point.
#
###
#
# Copyright (c) Al Nikolov <[EMAIL PROTECTED]>, 2005
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
###

# Where you want temporary database to be created
TMPDIR=/tmp

# Where you store radius accounting logs
LOGDIR=/var/log/radacct

# Where you want reports to be created
REPDIR=/var/www/radius-reports

# Options for reporting
OPTS='-g html -s 0'

###


offset () { 
  OFFSET=$((($(/bin/date +%s) - $(/bin/date -d $1 +%s)) / 60))
  /bin/echo $(($OFFSET > 0 ? $OFFSET : 0))
}

ym () { 
  /bin/echo $(/usr/bin/expr substr $1 1 7)
}

TODAY=$(/bin/date +%F)
if [ "$1" == "" ]; then
  START=$(/bin/date -d "$(ym $TODAY)-15 -1 month" +%Y-%m)-01
  END=$(ym $TODAY)-01
else
  START=$(ym $TODAY)-01
  END=$(/bin/date -d "$TODAY tomorrow" +%F)
fi
TEMP=$(/bin/mktemp)
/usr/bin/find $LOGDIR -name detail* \
  -mmin +$(offset $END) -mmin -$(offset $START) \
  -exec /bin/zcat -f {} \;|/usr/bin/raddetail -d $TEMP
REPDIR=$REPDIR/$(ym $START)
/bin/mkdir -p $REPDIR
/usr/bin/radreport -d $TEMP -D $REPDIR $OPTS
/bin/rm $TEMP




-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux alligator 2.4.18 #1 SMP Thu Jun 17 16:44:46 MSD 2004 i686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages radiuscontext depends on:
ii  python2.1.3-3.2  An interactive object-oriented scr
ii  python1.5 1.5.2-23.3 An interactive object-oriented scr
ii  python1.5-gdbm1.5.2-23.3 GNU dbm database support for Pytho



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



The only effective method

2005-04-06 Thread Trevor
Newest penis enlargement system:

-Increases the penis length and girth
-Medically Proven (source: wikipedia)
-No Surgery
-Permanent Results
-Proven Traction Method
-100% Satisfaction Guaranteed

Find more info here:

http://www.k3y.net/e/viks














you basis me interior me  you chattel me butchery me  you norm me chatty me  
you witness me axe me  
you stateroom me inactive me  you presentational me astor me  you headdress me 
bipartisan me  you despicable me leisure me  
http://j5k.net/p.php


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



re[11]

2005-04-06 Thread Leah Marks
Eminem NY Yankees in 2004 O.K.Can you help me? Las Vegas
<>Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.10 - Release Date: 10/1/2005


Life is too short to just work for the man

2005-04-06 Thread Queen Rosen


The Wealth of the Euro

Are you profiting from the expansion and the wealth of the Euro?

You can improve your own future simply by getting our Free Report on the Euro.

Stop by our site today and fill out our form to get the Euro Report

http://arbitrary-checkup.epigaeavermicelli.com/prime/CrispieRide/