Bug#992409: Updated the upstream bug : not related to locale but to print formatting

2022-06-29 Thread François Cerbelle


/usr/share/prometheus-node-exporter-collectors/smartmon.sh line 20 is :
 20   printf "%s_raw_value{%s,smart_id=\"%s\"} %e\n", $2, labels, $1,
$10 the explicitly requested format is "%e" which is the scientific
notation and not the human float notation expected by prometheus. I
think that the right fix would be to print a "%f" format, which would
work in any locale. BTW, this formatting (%e) is also used in other
places in this script, but outside of my test hardware.



Bug#987321: openntpd: if-up.d script uses SysV command instead of systemd and blocks boot

2021-04-21 Thread François Cerbelle

Package: openntpd
Version: 1:6.2p3-4.1
Severity: important

Dear Maintainer,

openntpd installs a smart if-up.d script to reload the configuration
when an interface is started. It blocks the boot process until a timeout
occurs at the "Raise network interfaces" step. 
I noticed an "invoke-rc.d force-reload" in the script. this force-reload
is supported by SysV scripts, but not by SystemD scripts, according to
the doc. I changed the "force-reload" to a simple 'reload', and the boot
process is not blocked anymore.



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

Kernel: Linux 5.10.0-6-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages openntpd depends on:
ii  adduser   3.118
ii  libc6 2.31-11
ii  lsb-base  11.1.0
ii  netbase   6.3

openntpd recommends no packages.

Versions of packages openntpd suggests:
ii  apparmor  2.13.6-10

-- Configuration Files:
/etc/apparmor.d/usr.sbin.ntpd changed:
/usr/sbin/ntpd flags=(attach_disconnected) {
  #include 
  #include 
  # conf
  /etc/openntpd/ntpd.conf r,
  # capabilities
  capability kill,
  capability sys_chroot,
  capability setgid,
  capability setuid,
  capability sys_time,
  capability sys_nice,
  /usr/sbin/ntpd mrix,
  /var/lib/openntpd/db/ntpd.drift rw,
  /var/lib/openntpd/run/ntpd.sock rw,
  /run/openntpd.pid rw,
}

/etc/default/openntpd changed:
DAEMON_OPTS="-f /etc/openntpd/ntpd.conf -p /var/run/openntpd.pid"

/etc/network/if-up.d/openntpd changed:
CONFIG="/etc/openntpd/ntpd.conf"
if [ "${METHOD}"X = "loopback"X ] || [ "${METHOD}"X = "none"X ]
then
exit 0
fi
invoke-rc.d openntpd reload || true

/etc/openntpd/ntpd.conf changed:
listen on 127.0.0.1
servers 0.debian.pool.ntp.org
servers 1.debian.pool.ntp.org
servers 2.debian.pool.ntp.org
servers 3.debian.pool.ntp.org


-- no debconf information

-- 
François - 21 rue d'Eaubonne - 95580 Margency
Free : +33 6 03 01 55 12
http://www.cerbelle.net


signature.asc
Description: PGP signature


Bug#987315: fwlogwatch: systemd unit with wrong PID file to monitor

2021-04-21 Thread François Cerbelle


Package: fwlogwatch
Version: 1.4-2+b1
Severity: important

Dear Maintainer,

when installed with default choices, service is disabled in
/etc/default/fwlogwatch. Systemd tries to start it but the unit returns
explicitely 1, systemd understands that it had to start it but failed
immediately

when installed with the service enabled, systemd tries to start
fwlogwatch, the process creates the /run/fwlogwatch.pid file (as
explained in the config file), but the systemd unit monitors another
file (bad copy/paste) : htpdate.pid

Changing the unit file to monitor the right PID filename makes
everything fine when the service is enabled. 

I did not find a way to have everything fine (systemd not complaining)
when the service is disabled (in /etc/default/fwlogwatch and/or in
debconf/dpkg-reconfigure).

Thanks a lot for your work.


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

Kernel: Linux 5.10.0-6-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fwlogwatch depends on:
ii  debconf [debconf-2.0] 1.5.75
ii  init-system-helpers   1.60
ii  libc6 2.31-11
ii  libcrypt1 1:4.4.18-2
ii  lsb-base  11.1.0
ii  msmtp-mta [mail-transport-agent]  1.8.11-2
ii  rsyslog [system-log-daemon]   8.2102.0-2
ii  zlib1g1:1.2.11.dfsg-2

fwlogwatch recommends no packages.

fwlogwatch suggests no packages.

-- debconf information:
  fwlogwatch/respond: no
* fwlogwatch/cron_parameters: -N -m 20 -z
  fwlogwatch/notify: no
  fwlogwatch/email: root@localhost
  fwlogwatch/buildconfig: true
* fwlogwatch/realtime: true
* fwlogwatch/cron_email: root

-- 
François - 21 rue d'Eaubonne - 95580 Margency
Free : +33 6 03 01 55 12
http://www.cerbelle.net



Bug#745025: RFP: khal -- a CLI (console) calendar build around CalDAV

2014-04-17 Thread François Cerbelle

Package: wnpp
Severity: wishlist

* Package name: khal
  Version : 0.1
  Upstream Author : Christian Geier k...@lostpackets.de
* URL : http://lostpackets.de/khal/
* License : Expat/MIT
  Programming Lang: Python
  Description : a CLI (console) calendar build around CalDAV

Khal is a CLI (console), CalDAV based calendar program, allowing syncing
of calendars with a variety of other programs on a host of different
platforms.

- khal can sync events from CalDAV calendar collections (and load plain
  icalendar files over http(s))
- add simple new events to a calendar and upload them
- ikhal (interactive khal) can show and edit events in the current and
  next two months
- simple recurring events support (no exceptions just yet)
- you cannot edit the timezones of events
- khal should run on all major operating systems [1]_ (has been tested
  on FreeBSD and Debian GNU/Linux)

Up to know, I was unable to find a console based calendar solution
similar to imapfilter+offlineimap+mutt. I currently use remind,
calendar, wyrd, and a lot of scripts to glue theses together and with
orage. I need to download full ics files when syncing, whereas khal
could help to only sync with dav !

Why not creating the package myself, maintaining. I am a Linux addict
since 1994, a full time debian user since 1999, I install Debian
everywhere (pro and pers laptops, home and datacenter servers, Raspberry
Pi cluster, ...), already made a lot of debian packages before, had my
personal and professional repositories (with dput and mini-dinstall), I
don't have any sponsor yet, but would be interested to have one and to
become a Debian maintainer. So, why not.

Regards
François


signature.asc
Description: Digital signature


Bug#745027: RFP: vdirsyncer -- Contacts and Agenda (CardDAV/CalDAV) synchronization between two storages

2014-04-17 Thread François Cerbelle
Package: wnpp
Severity: wishlist

* Package name: vdirsyncer
  Version : 0.1.3
  Upstream Author : Markus Unterwaditzer mar...@unterwaditzer.net
* URL : https://github.com/untitaker/vdirsyncer
* License : MIT
  Programming Lang: Python
  Description : Contacts and Agenda (CardDAV/CalDAV) synchronization 
between two storages

It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.

I created a RFP for khal
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745025), which will
soon depends on vdirsyncer. I heavily use OfflineIMAP, imapfilter, ...
and there is a need for such tools calendar oriented.

As I said with a lot of details in khal RFP, I am interested in becoming
an official debian maintainer.

Regards
François


signature.asc
Description: Digital signature


Bug#717369: RFP: slowmovideo -- slowmoVideo is an OpenSource program that creates slow-motion videos from your footage

2013-07-19 Thread François Cerbelle
Package: wnpp
Severity: wishlist

* Package name: slowmovideo
  Version : 0.3.1
  Upstream Author : Simon Eugster 
* URL : http://slowmovideo.granjow.net/
* License : GPL ?
  Programming Lang: C++
  Description : slowmoVideo is an OpenSource program that creates 
slow-motion videos from your footage

But it does not simply make your videos play at 0.01× speed. You can
smoothly slow down and speed up your footage, optionally with motion
blur.

How does slow motion work? slowmoVideo tries to find out where pixels
move in the video (this information is called Optical Flow), and then
uses this information to calculate the additional frames.

Videos in any format supported by ffmpeg can be loaded. Image sequences
can also be loaded, so, if you did a timelapse with too few frames,
slowmoVideo may help as well.
slowmoVideo does not work with a constant slowdown factor but with
curves that allow arbitrary time accelereation/deceleration/reversal.
Motion blur can be added, as much as you want.


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



Bug#702233: tinyca: GUI remains empty

2013-03-04 Thread François Cerbelle
Package: tinyca
Followup-For: Bug #702233

Dear Maintainer,

   * What led up to the situation?

   stable + testing in sourcelist
   apt.conf :
APT::Default-Release wheezy;
APT::Cache-Limit 5;
Acquire::Languages en;
   Worked perfectly until recently (I dont use it everyday !)

   Should you need more information from my environment's config, just
   ask.


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

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

Versions of packages tinyca depends on:
ii  libgtk2-perl2:1.244-1
ii  liblocale-gettext-perl  1.05-7+b1
ii  openssl 1.0.1e-1

Versions of packages tinyca recommends:
ii  zip  3.0-6

tinyca 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#606181: cairo-dock-mail-plugin: Seg fault terminating Cairo-dock

2010-12-06 Thread François Cerbelle
Package: cairo-dock-mail-plugin
Version: 2.1.3.10-3
Severity: normal
Tags: squeeze

When this plugin is activated, it makes Cairo-Dock to close when
checking emails. Not always, but randomly. It seems to receive a
SegFault (SIG6). 

I currently use 2 IMAPS mboxes. I use a customized shell script as
action for left click (imapfilter/msmtpq/offlineimap) and a command line
for each customized mailbox command (mutt -F profile.X). 

But the bug does not occur when left clicking nor when opening a
mailbox. It seems to randomly occur when checking the mailboxes


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

Kernel: Linux 2.6.32aspire1 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cairo-dock-mail-plugin depends on:
ii  cairo-dock-plugin-data2.1.3.10-3 Cairo-dock - Plug-in data file
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libcurl3-gnutls   7.21.0-1   Multi-protocol file transfer libra
ii  libdb4.7  4.7.25-9   Berkeley v4.7 Database Libraries [
ii  libdbus-1-3   1.2.24-3   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.88-2 simple interprocess messaging syst
ii  libetpan130.58-1 mail handling library
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libgl1-mesa-glx [libgl1]  7.7.1-4A free implementation of the OpenG
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libglu1-mesa [libglu1]7.7.1-4The OpenGL utility library (GLU)
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libgtkglext1  1.2.0-1.1  OpenGL Extension to GTK+ (shared l
ii  libice6   2:1.0.6-2  X11 Inter-Client Exchange library
ii  liblockfile1  1.08-4 NFS-safe locking library, includes
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  librsvg2-22.26.3-1   SAX-based renderer library for SVG
ii  libsasl2-22.1.23.dfsg1-6 Cyrus SASL - authentication abstra
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxcomposite11:0.4.2-1  X11 Composite extension library
ii  libxfixes31:4.0.5-1  X11 miscellaneous 'fixes' extensio
ii  libxinerama1  2:1.1-3X11 Xinerama extension library
ii  libxml2   2.7.8.dfsg-1   GNOME XML library
ii  libxmu6   2:1.0.5-2  X11 miscellaneous utility library
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  libxtst6  2:1.1.0-3  X11 Testing -- Record extension li

cairo-dock-mail-plugin recommends no packages.

cairo-dock-mail-plugin suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#588800: pcmanfm: Find command miss a tailing slash bar when searching from a soft link = no results

2010-07-12 Thread François Cerbelle
Package: pcmanfm
Version: 0.5.2+svn20091029-2
Severity: normal

If you have such a folder :
/shares $ ls -l
drwxr-xr-x 4 root   root4096 12 juil. 00:25 data1
drwxr-xr-x 4 root   root4096 17 févr.  2003 data2
lrwxrwxrwx 1 root   root  20 17 nov.   2006 groups - 
/shares/data2/groups

You can browse in /shares/groups transparently, when you ask for a
search, it searchs from this path (/shares/groups), but the command line
miss a trailing slash at the end of the path because the find command
consider /shares/groups as a file (soft link) and /shares/groups/ as the
target folder.

It should not caus problems if pcmanfm always checks for a trailing
slash and add it if there is not for each search path.


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

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

Versions of packages pcmanfm depends on:
ii  dbus 1.2.24-1simple interprocess messaging syst
ii  desktop-file-utils   0.15-2  Utilities for .desktop files
ii  gamin0.1.10-2+b1 File and directory monitoring syst
ii  hal  0.5.14-2Hardware Abstraction Layer
ii  libc62.10.2-9Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.24-1simple interprocess messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess messaging syst
ii  libgamin0 [libfam0]  0.1.10-2+b1 Client library for the gamin file 
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1The GTK+ graphical user interface 
ii  libhal-storage1  0.5.14-2Hardware Abstraction Layer - share
ii  libhal1  0.5.14-2Hardware Abstraction Layer - share
ii  libpango1.0-01.28.0-1Layout and rendering of internatio
ii  libstartup-notification0 0.10-1  library for program launch feedbac
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  shared-mime-info 0.71-1  FreeDesktop.org shared MIME databa

Versions of packages pcmanfm recommends:
ii  gksu2.0.2-2+b1   graphical frontend to su
ii  gnome-icon-theme2.30.2.1-1   GNOME Desktop icon theme
ii  ntfs-3g 1:2010.3.6-1 read-write NTFS driver for FUSE

pcmanfm suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#581938: gtimelog: Double-clic on a category does not give the focus to the text field anymore

2010-05-17 Thread François Cerbelle
Package: gtimelog
Version: 0.0+svn88-3
Severity: minor

When double-clicking on a category, in the right panel, gtimelog used to
automatically fill-in the text field at bottom and to transfer focus to
this field, so it was possible (and logical / intuitive) to double-clic
on a category and to validate by pressing enter.

Now, when double-clicking on a category, it fills the text field, but
does not transfer the focus. When selecting a category with the keyboard
and presing enter, it fills the text field and gives it the focus.

So, the workaround for me is to double-clic on a caetgory to select it
and fill the text field (or to simple clic just to select it), then I
press enter twice, one time to (re)fill the text field and to give it
the focus and a second time to validate.

It is a light interface bug. The category selection functions (by
enter-key and by double-clic) shoud just be synced, I think.


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

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

Versions of packages gtimelog depends on:
ii  python 2.5.4-9   An interactive high-level object-o
ii  python-eggtrayicon 2.25.3-4.1+b3 Python module to display icons in 
ii  python-glade2  2.17.0-2  GTK+ bindings: Glade support
ii  python-gtk22.17.0-2  Python bindings for the GTK+ widge

gtimelog recommends no packages.

Versions of packages gtimelog suggests:
ii  mutt  1.5.20-7   text-based mailreader supporting M
pn  vim-gnome none (no description available)

-- no debconf information


signature.asc
Description: Digital signature


Bug#524470: audacious: Playlist does not close filedescriptors when loading MP3 metadata and stops loading it

2009-07-01 Thread François Cerbelle

John Lindgren a écrit :

tags 524470 fixed-upstream
thanks
http://hg.atheme.org/audacious-plugins/rev/c061ceca7eaf


Hi

I dont understand. Does this means that my bug has been reproduced and 
fixed (in upstream sources) ?



Francois
--
François - Batiment B10 - 6, rue d'Andilly - 95600 Eaubonne
SFR : +33 6 03 01 55 12 - Freebox : +33 9 51 77 77 56
http://www.cerbelle.net - http://www.afdm-idf.org



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



Bug#524470: [Pkg-audacious-maintainers] Bug#524470: audacious: Playlist does not close filedescriptors when loading MP3 metadata and stops loading it

2009-06-29 Thread François Cerbelle

William Pitcock a écrit :

Can you send me a copy of your audacious configuration?



Here is my config file.

Francois
[audacious]
allow_multiple_instances=FALSE
use_realtime=FALSE
always_show_cb=TRUE
convert_underscore=TRUE
convert_twenty=TRUE
convert_slash=TRUE
show_numbers_in_pl=TRUE
show_separator_in_pl=TRUE
snap_windows=TRUE
save_window_positions=TRUE
dim_titlebar=TRUE
get_info_on_load=TRUE
get_info_on_demand=FALSE
eq_scaled_linked=TRUE
no_playlist_advance=FALSE
refresh_file_list=TRUE
sort_jump_to_file=FALSE
use_pl_metadata=TRUE
warn_about_win_visibility=TRUE
use_backslash_as_dir_delimiter=FALSE
player_shaded=FALSE
player_visible=TRUE
shuffle=FALSE
repeat=FALSE
scaled=FALSE
autoscroll_songname=TRUE
stop_after_current_song=FALSE
playlist_shaded=FALSE
playlist_visible=TRUE
use_fontsets=FALSE
mainwin_use_bitmapfont=TRUE
equalizer_visible=FALSE
equalizer_active=FALSE
equalizer_shaded=FALSE
equalizer_autoload=FALSE
easy_move=FALSE
use_eplugins=FALSE
always_on_top=FALSE
sticky=FALSE
random_skin_on_play=FALSE
pause_between_songs=FALSE
show_wm_decorations=FALSE
eq_extra_filtering=TRUE
analyzer_peaks=TRUE
allow_broken_skins=FALSE
close_dialog_open=TRUE
close_dialog_add=TRUE
resume_playback_on_startup=FALSE
playlist_detect=TRUE
show_filepopup_for_tuple=TRUE
recurse_for_cover=FALSE
use_file_cover=FALSE
use_xmms_style_fileselector=FALSE
use_extension_probing=TRUE
filepopup_showprogressbar=TRUE
close_jtf_dialog=TRUE
twoway_scroll=TRUE
software_volume_control=FALSE
warn_about_broken_gtk_engines=TRUE
disable_inline_gtk=FALSE
remember_jtf_entry=TRUE
enable_replay_gain=TRUE
enable_clipping_prevention=TRUE
replay_gain_track=TRUE
replay_gain_album=FALSE
enable_adaptive_scaler=FALSE
enable_src=FALSE
bypass_dsp=FALSE
player_x=168
player_y=16
timer_mode=0
vis_type=3
analyzer_mode=0
analyzer_type=1
scope_mode=0
vu_mode=255
voiceprint_mode=0
vis_refresh_rate=0
analyzer_falloff=3
peaks_falloff=1
playlist_x=443
playlist_y=16
playlist_width=300
playlist_height=841
playlist_position=0
equalizer_x=518
equalizer_y=259
snap_distance=10
pause_between_songs_time=2
mouse_wheel_change=8
scroll_pl_by=3
titlestring_preset=0
resume_playback_on_startup_time=-1
output_buffer_size=500
recurse_for_cover_depth=0
filepopup_pixelsize=150
filepopup_delay=20
colorize_r=255
colorize_g=255
colorize_b=255
output_bit_depth=16
saved_volume=24672
src_rate=48000
src_type=0
playlist_font=Sans Bold 9
mainwin_font=Sans Bold 8
eqpreset_default_file=dir_default.preset
eqpreset_extension=preset
generic_title_format=${?artist:${artist} - }${?album:${album} - }${title}
cover_name_exclude=back
equalizer_preamp=0
replay_gain_preamp=0
default_gain=-9
equalizer_band0=0
equalizer_band1=0
equalizer_band2=0
equalizer_band3=0
equalizer_band4=0
equalizer_band5=0
equalizer_band6=0
equalizer_band7=0
equalizer_band8=0
equalizer_band9=0
scale_factor=2
enabled_gplugins=statusicon.so (#0),aosd.so (#0)
filesel_path=/group
playlist_path=/shares/data1/users/fcerbell
url_history_length=0
skin=/usr/share/audacious/Skins/Default
output_plugin=/usr/lib/audacious/Output/ALSA.so (#0)
[AdPlug]
16bit=TRUE
Stereo=FALSE
Frequency=44100
Endless=FALSE
[CDDA]
use_dae=TRUE
limitspeed=1
use_cdtext=TRUE
use_cddb=TRUE
cddbserver=freedb.org
cddbport=8880
cddbhttp=FALSE
debug=FALSE
[AudioCompress]
anticlip=FALSE
target=0
gainmax=0
gainsmooth=0
buckets=0
[statusicon]
rclick_menu=0
scroll_action=0
mw_visib_prevstatus=FALSE
pw_visib_prevstatus=FALSE
ew_visib_prevstatus=FALSE
[ALSA]
buffer_time=500
period_time=100
pcm_device=default
mixer_card=0
mixer_device=PCM
volume_left=100
volume_right=100


Bug#524470: [Pkg-audacious-maintainers] Bug#524470: audacious: Playlist does not close filedescriptors when loading MP3 metadata and stops loading it

2009-06-26 Thread François Cerbelle

William Pitcock a écrit :

Hi,

On Thu, 2009-06-25 at 15:58 +0200, François Cerbelle wrote:

[...]


On a hunch... do any of your directories have .cue files in them?  I
believe there may be an FD leak in that code in 1.5.

William


Nope, no .cue file.
Did you reproduce the problem

Francois



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



Bug#524470: audacious: Playlist does not close filedescriptors when loading MP3 metadata and stops loading it

2009-06-25 Thread François Cerbelle


Hi John,


John Lindgren a écrit :

I can't reproduce. I've tried load metadata on display and load
metadata on load, and I've tried disabling fast play-length
calculation.
$ audacious -v
Audacious 1.5.1 [UNSUPPORTED VERSION]


Audacious 1.5.1 [UNSUPPORTED VERSION]


$ rm ~/.config/audacious/playlist.xspf
$ ls *.mp3
Bach, Johann S - Wachet auf.mp3Handel, George - See, the 
Conquering Hero Comes.mp3
Brahms, J - Es ist ein 'Ros.mp3Let All Mortal Flesh Keep 
Silence.mp3
Caldara, A - Sinfonia 'Naboth'.mp3 On Jordan's Bank.mp3
Come, Thou Long-Expected Jesus.mp3 Savior of the Nations, Come.mp3
Handel, George - Hallelujah, Amen.mp3  Veni, Veni, Emmanuel.mp3
Handel, George - Let God Arise.mp3

I think you have not enought files.



$ audacious *.mp3 
[1] 5685
I/O warning : failed to load external entity 
/home/john/.config/audacious/playlist.xspf

Here I have a lot of messages, here is the most importants :
Unable to read from file:group/musique/The Police/Every Breath You Take, The Classics/01 - 
Roxanne.mp3, giving up.
Unable to read from file:group/musique/The Police/Every Breath You Take, The Classics/02 - Can t 
Stand Losing You.mp3, giving up.
Unable to read from file:group/musique/The Police/Every Breath You Take, The Classics/03 - 
Message In A Bottle.mp3, giving up.

...
MADPlug-Message: error initialising input
MADPlug-Message: error initialising input
MADPlug-Message: error initialising input
MADPlug-Message: error initialising input
...
(keyfile.c:189) [keyfile_write]: keyfile_write(): Failed to open 
`/shares/users/fcerbell/.config/audacious/config.tmp' for writing: Trop de fichiers ouverts

I/O error : Too many open files
I/O error : Too many open files

** (audacious:10414): WARNING **: Could not save extra playlists

(keyfile.c:189) [keyfile_write]: keyfile_write(): Failed to open 
`/shares/users/fcerbell/.config/audacious/config.tmp' for writing: Trop de fichiers ouverts

amidi-plug(i_backend.c:i_backend_unload:164): unloading backend 'alsa'
amidi-plug(i_backend.c:i_backend_unload:167): backend 'alsa' unloaded
(keyfile.c:189) [keyfile_write]: keyfile_write(): Failed to open 
`/shares/users/fcerbell/.config/audacious/config.tmp' for writing: Trop de fichiers ouverts
(keyfile.c:189) [keyfile_write]: keyfile_write(): Failed to open 
`/shares/users/fcerbell/.config/audacious/config.tmp' for writing: Trop de fichiers ouverts

LASTFM: (cleanup) Cleanup finished

Trop de fichiers ouverts = Too many open files


$ lsof | grep mp3
audacious 5685   john   10r  REG3,3  4063399 2191194 
/home/john/Music/Ave Maria Choir - Fall 2008/Advent/Bach, Johann S - Wachet 
auf.mp3

Several screens of list !!!

I use a 64bits computer under lenny amd64.
The files are in a subdirectory tree :
Artist/Album/song.mp3

I hope it helps you

Francois



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



Bug#524470: audacious: Playlist does not close filedescriptors when loading MP3 metadata and stops loading it

2009-04-17 Thread François Cerbelle



Package: audacious
Version: 1.5.1-4
Severity: important

When adding a whole directory of MP3 files in the playlist, it begins to
scan the files to extract the meta data (author, album, title, time,
...) and display it in the playlist. To do so, it opens each MP3 file,
reads the information and should close it. But it seems not to close the
files. So the informations appears only for the N first files and stops.
As it stopped because all the filedescriptors are used, audacious can
not open any more file and can not play. If I increase the ulimit (-n),
it can get information from more files and stop again, ... I tried to
increase ulimit -n 15000, the playlist got 2500 files information and
stopped. It was unable to open a single more file to play it, and there
was 15000 open file descriptors in /proc/PID/fd . When I run audacious
from command line, the same thing happens, and when I quit audacious it
tries to save the config but can not, the error message is explicit.

The limit was about 1500 files for ulimit -n 1024
So the files seems to be openned multiple times


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')

Architecture: amd64 (x86_64)

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

Versions of packages audacious depends on:
ii  audacious-plugins   1.5.1-2  Base plugins for audacious
ii  dbus1.2.1-5  simple interprocess messaging syst
ii  gtk2-engines-pixbuf 2.12.12-1~lenny1 Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libaudclient1   1.5.1-4  audacious dbus remote control libr
ii  libaudid3tag1   1.5.1-4  audacious id3 tag manipulation lib
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-5  simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libglib2.0-02.16.6-1+lenny1  The GLib library of C routines
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libmcs1 0.7.1-1  Abstraction library to store confi
ii  libmowgli1  0.6.1-1  a high performance development fra
ii  libpango1.0-0   1.20.5-3 Layout and rendering of internatio
ii  libsamplerate0  0.1.4-1  audio rate conversion library
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libx11-62:1.1.5-2X11 client-side library

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.5.1-2Various extra plugins for audaciou
ii  unzip 5.52-12De-archiver for .zip files

audacious 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#520516: gtimelog: monthly reports show a category (none) in summary when subcategory is empty

2009-03-20 Thread François Cerbelle

Package: gtimelog
Version: 0.0+svn88-3
Severity: normal


When using categories, for example :
A
A:a
A:b
B
B:a
B:b

the monthly report sumarize by categories :
A = sum(A:*)
B = sum(B:*)

but also :
(none) = sum(A,B)

it considers that time spent in categories without subcategories in
outside the category.

Bye
Francois


-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable'), (500, 'unstable'), 
(500, 'testing')

Architecture: amd64 (x86_64)

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

Versions of packages gtimelog depends on:
ii  python2.5.2-3An interactive high-level 
object-o
ii  python-eggtrayicon2.19.1-3.1 Python module to display 
icons in

ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gnome2-extras  2.19.1-3.1 Extra Python bindings for 
the GNOM
ii  python-gtk2   2.12.1-6   Python bindings for the 
GTK+ widge


gtimelog recommends no packages.

Versions of packages gtimelog suggests:
ii  mutt  1.5.18-6   text-based mailreader 
supporting M

pn  vim-gnome none (no description available)

-- no debconf information



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