Bug#956637: trash-cli: fail to find trashed file outside home directory

2020-05-24 Thread Samuele Battarra
Package: trash-cli
Version: 0.17.1.14-3
Followup-For: Bug #956637

Dear Maintainer,

attatched a patch
--- trashcli/list_mount_points.py   2017-01-14 23:25:12.0 +0100
+++ list_mount_points.py2020-05-16 00:50:22.635053303 +0200
@@ -60,9 +60,9 @@
 libc.fopen.restype = c_void_p
 libc.fclose.argtypes = [c_void_p]
 
-f = libc.fopen("/proc/mounts", "r")
+f = libc.fopen(b'/proc/mounts', b'r')
 if f==None:
-f = libc.fopen("/etc/mtab", "r")
+f = libc.fopen(b'/etc/mtab', b'r')
 if f == None:
 raise IOError("Unable to open /proc/mounts nor /etc/mtab")
 
@@ -71,6 +71,6 @@
 if bool(entry) == False:
 libc.fclose(f)
 break
-yield Filesystem(entry.contents.mnt_dir,
- entry.contents.mnt_type,
- entry.contents.mnt_fsname)
+yield Filesystem(entry.contents.mnt_dir.decode('utf-8'),
+ entry.contents.mnt_type.decode('utf-8'),
+ entry.contents.mnt_fsname.decode('utf-8'))


Bug#956637: trash-cli: fail to find trashed file outside home directory

2020-05-24 Thread Samuele Battarra
Package: trash-cli
Version: 0.17.1.14-3
Followup-For: Bug #956637

Dear Maintainer,

attached a patch to solve the problem
--- trashcli/list_mount_points.py   2017-01-14 23:25:12.0 +0100
+++ list_mount_points.py2020-05-16 00:50:22.635053303 +0200
@@ -60,9 +60,9 @@
 libc.fopen.restype = c_void_p
 libc.fclose.argtypes = [c_void_p]
 
-f = libc.fopen("/proc/mounts", "r")
+f = libc.fopen(b'/proc/mounts', b'r')
 if f==None:
-f = libc.fopen("/etc/mtab", "r")
+f = libc.fopen(b'/etc/mtab', b'r')
 if f == None:
 raise IOError("Unable to open /proc/mounts nor /etc/mtab")
 
@@ -71,6 +71,6 @@
 if bool(entry) == False:
 libc.fclose(f)
 break
-yield Filesystem(entry.contents.mnt_dir,
- entry.contents.mnt_type,
- entry.contents.mnt_fsname)
+yield Filesystem(entry.contents.mnt_dir.decode('utf-8'),
+ entry.contents.mnt_type.decode('utf-8'),
+ entry.contents.mnt_fsname.decode('utf-8'))


Bug#956637: trash-cli: fail to find trashed file outside home directory

2020-04-13 Thread Samuele Battarra
Package: trash-cli
Version: 0.17.1.14-3
Severity: important

Dear Maintainer,
after upgrading package 0.17.1.14-2 -> 0.17.1.14-3, it fail to find trashed 
file outside home directory.
Es:
user@pc:/media/disk$ touch test
user@pc:/media/disk$ trash-put test
user@pc:/media/disk$ trash-restore
No files trashed from current dir ('/media/disk')

and trash-list only show file trashed from home directory.

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

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages trash-cli depends on:
ii  python33.8.2-2
ii  python3-pkg-resources  44.0.0-1

trash-cli recommends no packages.

trash-cli suggests no packages.

-- no debconf information



Bug#907262: [plasma-workspace] Cannot load tray icons and Vault

2018-08-26 Thread Samuele Battarra
Package: plasma-workspace
Version: 4:5.13.4-1
Followup-For: Bug #907262

I have the same problem.
See https://bugs.kde.org/show_bug.cgi?id=397875

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

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

Versions of packages plasma-workspace depends on:
ii  dbus-x11 [dbus-session-bus]  1.12.10-1
ii  drkonqi  5.13.4-1
ii  frameworkintegration 5.47.0-1
ii  gdb  8.1-4
ii  iso-codes3.79-1
ii  kactivitymanagerd5.13.4-1
ii  kded55.47.0-1
ii  kinit5.47.0-1
ii  kio  5.47.0-1
ii  kpackagetool55.47.0-1
ii  kwin-common  4:5.13.4-1
ii  libappstreamqt2  0.12.2-2
ii  libc62.27-5
ii  libcln6  1.3.4-4
ii  libcolorcorrect5 4:5.13.4-1
ii  libgcc1  1:8.2.0-4
ii  libgps23 3.17-5+b1
ii  libice6  2:1.0.9-2
ii  libkf5activities55.47.0-1
ii  libkf5auth5  5.47.0-1
ii  libkf5baloo5 5.47.0-1
ii  libkf5bookmarks5 5.47.0-1
ii  libkf5calendarevents55.47.0-1
ii  libkf5completion55.47.0-1
ii  libkf5config-bin 5.47.0-1
ii  libkf5configcore55.47.0-1
ii  libkf5configgui5 5.47.0-1
ii  libkf5configwidgets5 5.47.0-1
ii  libkf5coreaddons55.47.0-1
ii  libkf5crash5 5.47.0-1
ii  libkf5dbusaddons55.47.0-1
ii  libkf5declarative5   5.47.0-1
ii  libkf5globalaccel-bin5.47.0-1
ii  libkf5globalaccel5   5.47.0-1
ii  libkf5guiaddons5 5.47.0-1
ii  libkf5holidays5  1:5.49.0-1
ii  libkf5i18n5  5.47.0-1
ii  libkf5iconthemes55.47.0-1
ii  libkf5idletime5  5.47.0-1
ii  libkf5itemviews5 5.47.0-1
ii  libkf5jobwidgets55.47.0-1
ii  libkf5js55.47.0-1
ii  libkf5jsembed5   5.47.0-1
ii  libkf5kdelibs4support5   5.47.0-1
ii  libkf5kiocore5   5.47.0-1
ii  libkf5kiofilewidgets55.47.0-1
ii  libkf5kiogui55.47.0-1
ii  libkf5kiowidgets55.47.0-1
ii  libkf5networkmanagerqt6  5.49.0-1
ii  libkf5newstuff5  5.47.0-1
ii  libkf5notifications5 5.47.0-1
ii  libkf5notifyconfig5  5.47.0-1
ii  libkf5package5   5.47.0-1
ii  libkf5plasma55.47.0-1
ii  libkf5plasmaquick5   5.47.0-1
ii  libkf5prison55.49.0-1
ii  libkf5quickaddons5   5.47.0-1
ii  libkf5runner55.47.0-1
ii  libkf5service-bin5.47.0-1
ii  libkf5service5   5.47.0-1
ii  libkf5solid5 5.47.0-1
ii  libkf5texteditor55.47.0-1+b1
ii  libkf5textwidgets5   5.47.0-1
ii  libkf5wallet-bin 5.47.0-1
ii  libkf5wallet55.47.0-1
ii  libkf5waylandclient5 4:5.47.0-1
ii  libkf5widgetsaddons5 5.47.0-1
ii  libkf5windowsystem5  5.47.0-1
ii  libkf5xmlgui55.47.0-1+b1
ii  libkscreenlocker55.13.4-1
ii  libksgrd74:5.13.4-1
ii  libkworkspace5-5 4:5.13.4-1
ii  libphonon4qt5-4  4:4.10.1-1
ii  libplasma-geolocation-interface5 4:5.13.4-1
ii  libprocesscore7  4:5.13.4-1
ii  libprocessui74:5.13.4-1
ii  libqalculate5v5  0.9.7-9.2+b1
ii  libqt5core5a 5.11.1+dfsg-6
ii  libqt5dbus5  5.11.1+dfsg-6
ii  libqt5gui5   5.11.1+dfsg-6

Bug#834390: /usr/bin/korgac: korganizer: reminder deaemon crashes on akonadi restart

2018-01-20 Thread Samuele Battarra
Package: korganizer
Followup-For: Bug #834390

Dear Maintainer,

last update solved the problem

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

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

Versions of packages korganizer depends on:
ii  kdepim-runtime   4:17.08.3-3
ii  kio  5.37.0-2
ii  libc62.26-2
ii  libgcc1  1:7.2.0-19
ii  libkf5akonadicalendar5   4:17.08.3-1
ii  libkf5akonadicontact54:17.08.3-1
ii  libkf5akonadicore5   4:17.08.3-2
ii  libkf5akonadimime5   4:17.08.3-1
ii  libkf5akonadinotes5  4:17.08.3-1
ii  libkf5akonadisearchpim5  4:17.08.3-1
ii  libkf5akonadiwidgets54:17.08.3-2
ii  libkf5calendarcore5  4:17.08.3-1
ii  libkf5calendarsupport5   4:17.08.3-1
ii  libkf5calendarutils5 4:17.08.3-1
ii  libkf5codecs55.37.0-2
ii  libkf5completion55.37.0-2
ii  libkf5configcore55.37.0-2
ii  libkf5configgui5 5.37.0-2
ii  libkf5configwidgets5 5.37.0-2
ii  libkf5contacts5  4:17.08.3-1
ii  libkf5coreaddons55.37.0-3
ii  libkf5crash5 5.37.0-2
ii  libkf5dbusaddons55.37.0-2
ii  libkf5eventviews54:17.08.3-1
ii  libkf5holidays5  17.08.3-1
ii  libkf5i18n5  5.37.0-2
ii  libkf5iconthemes55.37.0-2
ii  libkf5identitymanagement517.08.3-1
ii  libkf5incidenceeditor-bin17.08.3-1
ii  libkf5incidenceeditor5   17.08.3-1
ii  libkf5itemmodels55.37.0-2
ii  libkf5itemviews5 5.37.0-2
ii  libkf5jobwidgets55.37.0-2
ii  libkf5kcmutils5  5.37.0-2
ii  libkf5kdelibs4support5   5.37.0-2
ii  libkf5kdepimdbusinterfaces5  4:17.08.3-1
ii  libkf5kiocore5   5.37.0-2
ii  libkf5kiowidgets55.37.0-2
ii  libkf5kontactinterface5  17.08.3-1
ii  libkf5libkdepim-plugins  4:17.08.3-1
ii  libkf5libkdepim5 4:17.08.3-1
ii  libkf5libkdepimakonadi5  4:17.08.3-1
ii  libkf5mailtransport5 17.08.3-2
ii  libkf5mailtransportakonadi5  17.08.3-2
ii  libkf5mime5  17.08.3-1
ii  libkf5newstuff5  5.37.0-2
ii  libkf5notifications5 5.37.0-2
ii  libkf5parts5 5.37.0-2
ii  libkf5pimcommon-plugins  4:17.08.3-1
ii  libkf5pimcommon5 4:17.08.3-1
ii  libkf5pimcommonakonadi5  4:17.08.3-1
ii  libkf5pimtextedit5   17.08.3-1
ii  libkf5service-bin5.37.0-2
ii  libkf5service5   5.37.0-2
ii  libkf5widgetsaddons5 5.37.0-2
ii  libkf5windowsystem5  5.37.0-2
ii  libkf5xmlgui55.37.0-2
ii  libphonon4qt5-4  4:4.9.1-3
ii  libqt5core5a 5.9.2+dfsg-6
ii  libqt5dbus5  5.9.2+dfsg-6
ii  libqt5gui5   5.9.2+dfsg-6
ii  libqt5widgets5   5.9.2+dfsg-6
ii  libstdc++6   7.2.0-19
ii  phonon4qt5   4:4.9.1-3

korganizer recommends no packages.

korganizer suggests no packages.

-- no debconf information



Bug#834393: kmail: search box doesn't release focus

2018-01-20 Thread Samuele Battarra
Package: kmail
Followup-For: Bug #834393

Dear Maintainer,

last update solves the problem


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

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

Versions of packages kmail depends on:
ii  akonadi-server   4:17.08.3-2
ii  kdepim-runtime   4:17.08.3-3
ii  kio  5.37.0-2
ii  libc62.26-2
ii  libgcc1  1:7.2.0-19
ii  libgpgmepp6  1.10.0-1
ii  libkf5akonadiagentbase5  4:17.08.3-2
ii  libkf5akonadicontact54:17.08.3-1
ii  libkf5akonadicore5   4:17.08.3-2
ii  libkf5akonadimime5   4:17.08.3-1
ii  libkf5akonadisearch-bin  4:17.08.3-1
ii  libkf5akonadisearch-plugins  4:17.08.3-1
ii  libkf5akonadisearchdebug54:17.08.3-1
ii  libkf5akonadisearchpim5  4:17.08.3-1
ii  libkf5akonadiwidgets54:17.08.3-2
ii  libkf5bookmarks5 5.37.0-2
ii  libkf5calendarcore5  4:17.08.3-1
ii  libkf5calendarutils5 4:17.08.3-1
ii  libkf5codecs55.37.0-2
ii  libkf5completion55.37.0-2
ii  libkf5configcore55.37.0-2
ii  libkf5configgui5 5.37.0-2
ii  libkf5configwidgets5 5.37.0-2
ii  libkf5contacts5  4:17.08.3-1
ii  libkf5coreaddons55.37.0-3
ii  libkf5crash5 5.37.0-2
ii  libkf5dbusaddons55.37.0-2
ii  libkf5followupreminder5  4:17.08.3-1
ii  libkf5grantleetheme-plugins  17.08.3-1
ii  libkf5gravatar5  4:17.08.3-1
ii  libkf5guiaddons5 5.37.0-2
ii  libkf5i18n5  5.37.0-2
ii  libkf5iconthemes55.37.0-2
ii  libkf5identitymanagement517.08.3-1
ii  libkf5itemmodels55.37.0-2
ii  libkf5itemviews5 5.37.0-2
ii  libkf5jobwidgets55.37.0-2
ii  libkf5kcmutils5  5.37.0-2
ii  libkf5kiocore5   5.37.0-2
ii  libkf5kiofilewidgets55.37.0-2
ii  libkf5kiowidgets55.37.0-2
ii  libkf5kontactinterface5  17.08.3-1
ii  libkf5ksieveui5  4:17.08.3-2
ii  libkf5libkdepim-plugins  4:17.08.3-1
ii  libkf5libkdepim5 4:17.08.3-1
ii  libkf5libkdepimakonadi5  4:17.08.3-1
ii  libkf5libkleo5   4:17.08.3-1
ii  libkf5mailcommon-plugins 4:17.08.3-1
ii  libkf5mailcommon54:17.08.3-1
ii  libkf5mailtransport5 17.08.3-2
ii  libkf5mailtransportakonadi5  17.08.3-2
ii  libkf5messagecomposer5   4:17.08.3-1
ii  libkf5messagecore5   4:17.08.3-1
ii  libkf5messagelist5   4:17.08.3-1
ii  libkf5messageviewer5 4:17.08.3-1
ii  libkf5mime5  17.08.3-1
ii  libkf5mimetreeparser54:17.08.3-1
ii  libkf5notifications5 5.37.0-2
ii  libkf5notifyconfig5  5.37.0-2
ii  libkf5parts5 5.37.0-2
ii  libkf5pimcommon-plugins  4:17.08.3-1
ii  libkf5pimcommon5 4:17.08.3-1
ii  libkf5pimcommonakonadi5  4:17.08.3-1
ii  libkf5pimtextedit5   17.08.3-1
ii  libkf5sendlater5 4:17.08.3-1
ii  libkf5service-bin5.37.0-2
ii  libkf5service5   5.37.0-2
ii  libkf5sonnetui5  5.37.0-2
ii  libkf5templateparser54:17.08.3-1
ii  libkf5textwidgets5   5.37.0-2
ii  libkf5tnef5  4:17.08.3-1
ii  libkf5wallet-bin 5.37.0-2
ii  libkf5wallet55.37.0-2
ii  libkf5webengineviewer5   4:17.08.3-1
ii  libkf5widgetsaddons5 5.37.0-2
ii  libkf5windowsystem5  5.37.0-2
ii  libkf5xmlgui55.37.0-2
ii  libqgpgme7   1.10.0-1
ii  libqt5core5a 5.9.2+dfsg-6
ii  libqt5dbus5  5.9.2+dfsg-6
ii  libqt5gui5   5.9.2+dfsg-6
ii  libqt5network5   5.9.2+dfsg-6
ii  libqt5widgets5   5.9.2+dfsg-6
ii  libqt5xml5   5.9.2+dfsg-6
ii  libstdc++6   7.2.0-19

Versions of packages kmail recommends:
pn  accountwizard   
ii  gnupg   2.2.4-1
ii  kdepim-addons   17.08.3-1
pn  kdepim-themeeditors 
pn  mbox-importer   
pn  pim-data-exporter   
pn  pim-sieve-editor
ii  pinentry-gnome3 [pinentry-x11]  1.0.0-3
ii  pinentry-qt [pinentry-x11]  1.0.0-3

Versions of packages kmail suggests:
ii  bogofilter1.2.4+dfsg1-10
pn  clamav
ii  kaddressbook  4:17.08.3-1
ii  kleopatra 4:17.08.3-1
ii  procmail  3.22-26

-- no debconf information



Bug#834395: kmail: number on tray icon unreadable

2018-01-20 Thread Samuele Battarra
Package: kmail
Followup-For: Bug #834395

Dear Maintainer,

new version of kmail removed the number so the problem is "solved".



Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2017-10-08 Thread Samuele Bulloni
Thanks Bernhard Ehlers, looks like your patched version solved the 
problems for me. I hope the Debian manteiners correct the bug soon.



--
ZE-Light e ZE-Pro: servizi zimbra per caselle con dominio email.it, per tutti i dettagli 
Clicca qui http://posta.email.it/caselle-di-posta-z-email-it.php?utm_campaign=email_Zimbra_102014=main_footer/f


Sponsor:
Soluzioni di email hosting per tutte le esigenze: dalle caselle gratuite a 
quelle professionali su piattaforma Zimbra, da quelle su proprio dominio a 
quelle certificate PEC. Confronta le soluzioni
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=13325=9-10



Bug#800152: dolphin: Crash when showing info panel (F11)

2017-09-14 Thread Samuele Battarra
Package: dolphin
Followup-For: Bug #800152

Dear Maintainer,

this bug is solved in latest versions

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

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

Versions of packages dolphin depends on:
ii  baloo-kf5  5.37.0-2
ii  kinit  5.37.0-2
ii  kio5.37.0-2
ii  libc6  2.24-17
ii  libdolphinvcs5 4:16.08.3-3
ii  libkf5baloo5   5.37.0-2
ii  libkf5baloowidgets516.04.0-1+b1
ii  libkf5bookmarks5   5.37.0-2
ii  libkf5codecs5  5.37.0-2
ii  libkf5completion5  5.37.0-2
ii  libkf5configcore5  5.37.0-2
ii  libkf5configgui5   5.37.0-2
ii  libkf5configwidgets5   5.37.0-2
ii  libkf5coreaddons5  5.37.0-2
ii  libkf5crash5   5.37.0-2
ii  libkf5dbusaddons5  5.37.0-2
ii  libkf5filemetadata35.37.0-2
ii  libkf5i18n55.37.0-2
ii  libkf5iconthemes5  5.37.0-2
ii  libkf5itemviews5   5.37.0-2
ii  libkf5jobwidgets5  5.37.0-2
ii  libkf5kcmutils55.37.0-2
ii  libkf5kiocore5 5.37.0-2
ii  libkf5kiofilewidgets5  5.37.0-2
ii  libkf5kiowidgets5  5.37.0-2
ii  libkf5newstuff55.37.0-2
ii  libkf5notifications5   5.37.0-2
ii  libkf5parts5   5.37.0-2
ii  libkf5service-bin  5.37.0-2
ii  libkf5service5 5.37.0-2
ii  libkf5solid5   5.37.0-2
ii  libkf5textwidgets5 5.37.0-2
ii  libkf5widgetsaddons5   5.37.0-2
ii  libkf5windowsystem55.37.0-2
ii  libkf5xmlgui5  5.37.0-2
ii  libphonon4qt5-44:4.9.0-4
ii  libqt5core5a   5.9.1+dfsg-9
ii  libqt5dbus55.9.1+dfsg-9
ii  libqt5gui5 5.9.1+dfsg-9
ii  libqt5widgets5 5.9.1+dfsg-9
ii  libqt5xml5 5.9.1+dfsg-9
ii  libstdc++6 7.2.0-4
ii  phonon4qt5 4:4.9.0-4

Versions of packages dolphin recommends:
ii  kio-extras  4:16.08.3-1
ii  ruby1:2.3.3

Versions of packages dolphin suggests:
pn  dolphin-plugins  

-- no debconf information



Bug#762141: trash-cli: trash-list crash piping to less

2017-09-14 Thread Samuele Battarra
Package: trash-cli
Followup-For: Bug #762141

Dear Maintainer,

with latest version the bug solved

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

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

Versions of packages trash-cli depends on:
ii  python2.7.13-2
ii  python-pkg-resources  36.2.7-2

trash-cli recommends no packages.

trash-cli suggests no packages.

-- no debconf information



Bug#855251: [easytag] No clicks, but broken files

2017-02-25 Thread Samuele Battarra
In data giovedì 23 febbraio 2017 11:20:44 CET, hai scritto:
> Control: tags -1 - moreinfo
> Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=776110
> 
> Since the original submitter hasn't replied, I'll assume this bug is the
> same as the upstream bug (like above).
> 
> Thanks,
> James

Yes, it's the same bug.

-- 
Samuele Battarra
batta...@email.it



Bug#855250: easytag doesn't save settings

2017-02-25 Thread Samuele Battarra
In data venerdì 17 febbraio 2017 14:25:28 CET, hai scritto:

> Do you get any warnings from easytag when you run it in a terminal? Do
> you have an active DBus session bus? dconf relies on that.
> 

No warnings running from the terminal.
But today I runned easytag and it worked.
Now it saves settings.

-- 
Samuele Battarra
batta...@libero.it



Bug#855251: easytag corrupt ogg files

2017-02-15 Thread Samuele Battarra
Package: easytag
Version: 2.4.3-1
Severity: normal

Dear Maintainer,
I have a ogg file encoded from a live cd, I split it to single tracks with 
oggsplt and then tag the tracks with easytag.
When I play the files I hear a click at file change.
The click is not present in files before the tagging and if I tag with kid3.

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

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

Versions of packages easytag depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2
ii  libc62.24-9
ii  libflac8 1.3.2-1
ii  libgcc1  1:6.3.0-6
ii  libgdk-pixbuf2.0-0   2.36.4-1
ii  libglib2.0-0 2.50.2-2
ii  libgtk-3-0   3.22.7-2
ii  libid3-3.8.3v5   3.8.3-16.2
ii  libid3tag0   0.15.1b-12
ii  libogg0  1.3.2-1
ii  libopus0 1.2~alpha2-1
ii  libopusfile0 0.8-1+b1
ii  libspeex11.2~rc1.2-1
ii  libstdc++6   6.3.0-6
ii  libtag1v51.11.1+dfsg.1-0.1
ii  libvorbis0a  1.3.5-4
ii  libvorbisfile3   1.3.5-4
ii  libwavpack1  5.0.0-2

Versions of packages easytag recommends:
pn  gnome-icon-theme  
pn  gvfs  
pn  yelp  

Versions of packages easytag suggests:
pn  easytag-nautilus  

-- no debconf information



Bug#855250: easytag doesn't save settings

2017-02-15 Thread Samuele Battarra
Package: easytag
Version: 2.4.3-1
Severity: normal

Dear Maintainer,
today I opened EasyTag after some time and I found all settings resetted to 
defaults.
I setted it again, quit the program, when I opened again they are back to 
defaults.
The file ~/.config/easytag/easytagrc show a last mod time of august, and it 
contains mime settings.

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

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

Versions of packages easytag depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2
ii  libc62.24-9
ii  libflac8 1.3.2-1
ii  libgcc1  1:6.3.0-6
ii  libgdk-pixbuf2.0-0   2.36.4-1
ii  libglib2.0-0 2.50.2-2
ii  libgtk-3-0   3.22.7-2
ii  libid3-3.8.3v5   3.8.3-16.2
ii  libid3tag0   0.15.1b-12
ii  libogg0  1.3.2-1
ii  libopus0 1.2~alpha2-1
ii  libopusfile0 0.8-1+b1
ii  libspeex11.2~rc1.2-1
ii  libstdc++6   6.3.0-6
ii  libtag1v51.11.1+dfsg.1-0.1
ii  libvorbis0a  1.3.5-4
ii  libvorbisfile3   1.3.5-4
ii  libwavpack1  5.0.0-2

Versions of packages easytag recommends:
pn  gnome-icon-theme  
pn  gvfs  
pn  yelp  

Versions of packages easytag suggests:
pn  easytag-nautilus  

-- no debconf information



Bug#847449: kwalletmanager: kwallet fail to authenticate after adding new gpg key

2016-12-08 Thread Samuele Battarra
Package: kwalletmanager
Version: 4:16.08.3-1
Severity: important

Dear Maintainer,

I have kwallet configured to use gpg encryption.
Today I added a new keypair to my private keyring and kwallet stoped working, 
it tells he can't decode.
In gpg config the old key is set as default.
Creating a new wallet ask what key I want to use, ask for the password and the 
works.

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

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

Versions of packages kwalletmanager depends on:
ii  kio 5.27.0-2
ii  libc6   2.24-7
ii  libkf5archive5  5.27.0-1
ii  libkf5auth5 5.27.0-1
ii  libkf5codecs5   5.27.0-1
ii  libkf5configcore5   5.27.0-1
ii  libkf5configwidgets55.27.0-1
ii  libkf5coreaddons5   5.27.0-1
ii  libkf5dbusaddons5   5.27.0-1
ii  libkf5i18n5 5.27.0-2
ii  libkf5iconthemes5   5.27.0-1
ii  libkf5itemviews55.27.0-1
ii  libkf5jobwidgets5   5.27.0-1
ii  libkf5kdelibs4support5  5.27.0-1
ii  libkf5kiocore5  5.27.0-2
ii  libkf5notifications55.27.0-1
ii  libkf5service-bin   5.27.0-1
ii  libkf5service5  5.27.0-1
ii  libkf5textwidgets5  5.27.0-1
ii  libkf5wallet-bin5.27.0-1
ii  libkf5wallet5   5.27.0-1
ii  libkf5widgetsaddons55.27.0-1
ii  libkf5xmlgui5   5.27.0-1
ii  libqt5core5a5.7.1~20161021+dfsg-6
ii  libqt5dbus5 5.7.1~20161021+dfsg-6
ii  libqt5gui5  5.7.1~20161021+dfsg-6
ii  libqt5widgets5  5.7.1~20161021+dfsg-6
ii  libqt5xml5  5.7.1~20161021+dfsg-6
ii  libstdc++6  6.2.1-5

Versions of packages kwalletmanager recommends:
ii  kde-runtime  4:16.08.3-1

kwalletmanager suggests no packages.

-- no debconf information



Bug#843386: php7.0-gd: wrong libwebp dependency

2016-11-06 Thread Samuele Battarra
Package: php7.0-gd
Version: 7.0.12-1
Severity: normal

Dear Maintainer,

every time I run php or sessionclean is run from cron, I get this error:
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php/20151012/gd.so' - libwebp.so.5: cannot open shared object file: 
No such file or directory in Unknown on line 0

the problem is than php7.0-gd depends only on libwebp6, but uses also libwebp5

$ ldd /usr/lib/php/20151012/gd.so | grep libwebp
libwebp.so.6 => /usr/lib/x86_64-linux-gnu/libwebp.so.6 (0x7f3f2c439000)
libwebp.so.5 => not found

installing package libwebp5 solve the problem

-- Package-specific info:
 Additional PHP 7.0 information 

 PHP @PHP_VERSION SAPI (php7.0query -S): 

 PHP 7.0 Extensions (php7.0query -M -v): 

 Configuration files: 
 /etc/php/7.0/mods-available/gd.ini 
extension=gd.so


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

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

Versions of packages php7.0-gd depends on:
ii  libc62.24-5
ii  libfreetype6 2.6.3-3+b1
ii  libgd3   2.2.3-3+b1
ii  libjpeg62-turbo  1:1.5.1-2
ii  libpng16-16  1.6.25-2
ii  libwebp6 0.5.1-2
ii  libx11-6 2:1.6.3-1
ii  libxpm4  1:3.5.11-1+b1
ii  php-common   1:45
ii  php7.0-common7.0.12-1
ii  ucf  3.0036
ii  zlib1g   1:1.2.8.dfsg-2+b3

php7.0-gd recommends no packages.

php7.0-gd suggests no packages.

Versions of packages php7.0-common depends on:
ii  libc62.24-5
ii  libssl1.0.2  1.0.2j-1
ii  php-common   1:45
ii  ucf  3.0036

Versions of packages php7.0-cli depends on:
ii  libc62.24-5
ii  libedit2 3.1-20150325-1+b1
ii  libmagic11:5.29-1
ii  libpcre3 2:8.39-2
ii  libssl1.0.2  1.0.2j-1
ii  libxml2  2.9.4+dfsg1-2.1
ii  mime-support 3.60
ii  php7.0-common7.0.12-1
ii  php7.0-json  7.0.12-1
ii  php7.0-opcache   7.0.12-1
ii  php7.0-readline  7.0.12-1
ii  tzdata   2016h-1
ii  ucf  3.0036
ii  zlib1g   1:1.2.8.dfsg-2+b3

Versions of packages php7.0-cli suggests:
pn  php-pear  

Versions of packages libapache2-mod-php7.0 depends on:
ii  apache2-bin [apache2-api-20120211]  2.4.23-5
ii  libc6   2.24-5
ii  libmagic1   1:5.29-1
ii  libpcre32:8.39-2
ii  libssl1.0.2 1.0.2j-1
ii  libxml2 2.9.4+dfsg1-2.1
ii  mime-support3.60
ii  php7.0-cli  7.0.12-1
ii  php7.0-common   7.0.12-1
ii  php7.0-json 7.0.12-1
ii  php7.0-opcache  7.0.12-1
ii  tzdata  2016h-1
ii  ucf 3.0036
ii  zlib1g  1:1.2.8.dfsg-2+b3

Versions of packages libapache2-mod-php7.0 recommends:
ii  apache2  2.4.23-5

Versions of packages libapache2-mod-php7.0 suggests:
pn  php-pear  

-- no debconf information



Bug#843380: libgvc6 fail to install on stretch

2016-11-06 Thread Samuele Battarra
Package: libgvc6
Version: 2.38.0-16
Severity: grave
Justification: renders package unusable

Dear Maintainer,

when I try to install graphviz I got this error:

Performing actions...
Recupero delle segnalazioni di bug... Fatto
Analisi delle informazioni... Fatto
Selezionato il pacchetto libgts-0.7-5:amd64 non precedentemente selezionato.
(Lettura del database... 236814 file e directory attualmente installati.)
Preparativi per estrarre .../0-libgts-0.7-5_0.7.6+darcs121130-1.2_amd64.deb...
Estrazione di libgts-0.7-5:amd64 (0.7.6+darcs121130-1.2)...
Selezionato il pacchetto libann0 non precedentemente selezionato.
Preparativi per estrarre .../1-libann0_1.1.2+doc-5+b3_amd64.deb...
Estrazione di libann0 (1.1.2+doc-5+b3)...
Selezionato il pacchetto libcdt5 non precedentemente selezionato.
Preparativi per estrarre .../2-libcdt5_2.38.0-16_amd64.deb...
Estrazione di libcdt5 (2.38.0-16)...
Selezionato il pacchetto libcgraph6 non precedentemente selezionato.
Preparativi per estrarre .../3-libcgraph6_2.38.0-16_amd64.deb...
Estrazione di libcgraph6 (2.38.0-16)...
Selezionato il pacchetto libpathplan4 non precedentemente selezionato.
Preparativi per estrarre .../4-libpathplan4_2.38.0-16_amd64.deb...
Estrazione di libpathplan4 (2.38.0-16)...
Selezionato il pacchetto libxdot4 non precedentemente selezionato.
Preparativi per estrarre .../5-libxdot4_2.38.0-16_amd64.deb...
Estrazione di libxdot4 (2.38.0-16)...
Selezionato il pacchetto libgvc6 non precedentemente selezionato.
Preparativi per estrarre .../6-libgvc6_2.38.0-16_amd64.deb...
Estrazione di libgvc6 (2.38.0-16)...
Selezionato il pacchetto libgvpr2 non precedentemente selezionato.
Preparativi per estrarre .../7-libgvpr2_2.38.0-16_amd64.deb...
Estrazione di libgvpr2 (2.38.0-16)...
Selezionato il pacchetto graphviz non precedentemente selezionato.
Preparativi per estrarre .../8-graphviz_2.38.0-16_amd64.deb...
Estrazione di graphviz (2.38.0-16)...
Configurazione di libgts-0.7-5:amd64 (0.7.6+darcs121130-1.2)...
Configurazione di libpathplan4 (2.38.0-16)...
Configurazione di libxdot4 (2.38.0-16)...
Elaborazione dei trigger per menu (2.1.47)...
Elaborazione dei trigger per libc-bin (2.24-5)...
Configurazione di libann0 (1.1.2+doc-5+b3)...
Elaborazione dei trigger per man-db (2.7.5-1)...
Configurazione di libcdt5 (2.38.0-16)...
Configurazione di libcgraph6 (2.38.0-16)...
Configurazione di libgvc6 (2.38.0-16)...
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gd.so.6" - file not found
Segmentation fault
dpkg: errore nell'elaborare il pacchetto libgvc6 (--configure):
 il sottoprocesso installato script di post-installation ha restituito lo stato 
di errore 139
 Configurazione di libgvpr2 (2.38.0-16)...
 dpkg: problemi con le dipendenze impediscono la configurazione di graphviz:
  graphviz dipende da libgvc6; comunque:
Il pacchetto libgvc6 non è ancora configurato.

dpkg: errore nell'elaborare il pacchetto graphviz (--configure):
 problemi con le dipendenze - lasciato non configurato
 Elaborazione dei trigger per libc-bin (2.24-5)...
 Si sono verificati degli errori nell'elaborazione:
  libgvc6
   graphviz
   E: Sub-process /usr/bin/dpkg returned an error code (1)
   Configurazione di libgvc6 (2.38.0-16)...
   Error: /usr/lib/graphviz/config6a is zero sized, or other read error.
   Warning: Could not load "/usr/lib/graphviz/libgvplugin_gd.so.6" - file 
not found
   Segmentation fault
   dpkg: errore nell'elaborare il pacchetto libgvc6 (--configure):
il sottoprocesso installato script di post-installation ha restituito 
lo stato di errore 139
dpkg: problemi con le dipendenze impediscono la configurazione di 
graphviz:
 graphviz dipende da libgvc6; comunque:
   Il pacchetto libgvc6 non è ancora configurato.
   
   dpkg: errore nell'elaborare il pacchetto graphviz (--configure):
problemi con le dipendenze - lasciato non configurato
Elaborazione dei trigger per libc-bin (2.24-5)...
Si sono verificati degli errori nell'elaborazione:
 libgvc6
  graphviz
  Press Return to continue, 'q' followed by Return to quit.

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

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

Versions of packages libgvc6 depends on:
ii  libc62.24-5
ii  libcairo21.14.6-1+b1
ii  libcdt5  2.38.0-16
ii  libcgraph6   2.38.0-16
ii  libexpat12.2.0-1
ii  libfontconfig1   2.11.0-6.7
ii  libfreetype6 2.6.3-3+b1
ii  libgd3   2.2.3-3+b1
ii  libglib2.0-0 2.50.1-1
ii  libgts-0.7-5 

Bug#842725: kmail filter action "add tag" doesn't work after akonadi restart

2016-10-31 Thread Samuele Battarra
Package: kmail
Version: 4:16.04.3-2
Severity: normal

Dear Maintainer,

if I create a filter with the action to add a tag it works fine until I restart 
akonadi.
After this the tag stop to be applied and filter log show an error with this 
action.
Removing the action and adding it again make it work again.

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

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

Versions of packages kmail depends on:
ii  akonadi-server   4:16.04.3-2
ii  kdepim-runtime   4:16.04.2-2
ii  kdepimlibs-data  4:16.04.2-2
ii  kf5-kdepimlibs-kio-plugins   4:16.04.2-2
ii  libc62.24-5
ii  libgcc1  1:6.2.0-9
ii  libkf5akonadiagentbase5  4:16.04.3-2
ii  libkf5akonadicalendar5   16.04.2-2
ii  libkf5akonadicontact54:16.04.2-2
ii  libkf5akonadicore-bin4:16.04.3-2
ii  libkf5akonadicore5   4:16.04.3-2
ii  libkf5akonadimime5   4:16.04.2-2
ii  libkf5akonadisearch-plugins  16.04.3-1
ii  libkf5akonadisearchdebug516.04.3-1
ii  libkf5akonadiwidgets54:16.04.3-2
ii  libkf5alarmcalendar5 16.04.2-2
ii  libkf5archive5   5.27.0-1
ii  libkf5bookmarks5 5.27.0-1
ii  libkf5calendarcore5  4:16.04.2-1
ii  libkf5calendarsupport5   4:16.04.2-2
ii  libkf5calendarutils5 16.04.3-1
ii  libkf5codecs55.27.0-1
ii  libkf5completion55.27.0-1
ii  libkf5configcore55.27.0-1
ii  libkf5configgui5 5.27.0-1
ii  libkf5configwidgets5 5.27.0-1
ii  libkf5contacts5  16.04.2-1
ii  libkf5coreaddons55.27.0-1
ii  libkf5crash5 5.27.0-1
ii  libkf5dbusaddons55.27.0-1
ii  libkf5followupreminder5  4:16.04.2-2
ii  libkf5gpgmepp-pthread5   16.04.3-1
ii  libkf5gravatar5  4:16.04.2-2
ii  libkf5guiaddons5 5.27.0-1
ii  libkf5i18n5  5.27.0-2
ii  libkf5iconthemes55.27.0-1
ii  libkf5identitymanagement516.04.2-1
ii  libkf5incidenceeditor-bin16.04.2-2
ii  libkf5incidenceeditor5   16.04.2-2
ii  libkf5itemmodels55.27.0-1
ii  libkf5itemviews5 5.27.0-1
ii  libkf5jobwidgets55.27.0-1
ii  libkf5kcmutils5  5.27.0-1
ii  libkf5kdelibs4support5   5.27.0-1
ii  libkf5kiocore5   5.27.0-1
ii  libkf5kiofilewidgets55.27.0-1
ii  libkf5kiowidgets55.27.0-1
ii  libkf5kmanagesieve5  4:16.04.3-1
ii  libkf5kontactinterface5  16.04.2-1
ii  libkf5ksieveui5  4:16.04.3-1
ii  libkf5libkdepim-plugins  4:16.04.2-3
ii  libkf5libkdepim5 4:16.04.2-3
ii  libkf5libkleo5   4:16.04.2-1
ii  libkf5mailcommon-plugins 4:16.04.2-2
ii  libkf5mailcommon54:16.04.2-2
ii  libkf5mailimporter5  4:16.04.2-2
ii  libkf5mailtransport5 16.04.2-3
ii  libkf5messagecomposer5   4:16.04.3-2
ii  libkf5messagecore5   4:16.04.3-2
ii  libkf5messagelist5   4:16.04.3-2
ii  libkf5messageviewer5 4:16.04.3-2
ii  libkf5mime5  16.04.2-1
ii  libkf5notifications5 5.27.0-1
ii  libkf5notifyconfig5  5.27.0-1
ii  libkf5parts5 5.27.0-1
ii  libkf5pimcommon-plugins  4:16.04.2-2
ii  libkf5pimcommon5 4:16.04.2-2
ii  libkf5pimtextedit5   16.04.2-1
ii  libkf5sendlater5 4:16.04.2-2
ii  libkf5service-bin5.27.0-1
ii  libkf5service5   5.27.0-1
ii  libkf5sonnetui5  5.27.0-1
ii  libkf5templateparser54:16.04.3-2
ii  libkf5textwidgets5   5.27.0-1
ii  libkf5wallet-bin 5.27.0-1
ii  libkf5wallet55.27.0-1
ii  libkf5widgetsaddons5 5.27.0-1
ii  libkf5windowsystem5  5.27.0-1
ii  libkf5xmlgui55.27.0-1
ii  libqt5core5a 5.6.1+dfsg-3+b1
ii  libqt5dbus5  5.6.1+dfsg-3+b1
ii  libqt5gui5   5.6.1+dfsg-3+b1
ii  libqt5network5   5.6.1+dfsg-3+b1
ii  libqt5widgets5   5.6.1+dfsg-3+b1
ii  libqt5xml5   5.6.1+dfsg-3+b1
ii  libstdc++6   6.2.0-9

Versions of packages kmail recommends:
pn  accountwizard   
ii  gnupg-agent 2.1.15-4
ii  gnupg2  2.1.15-4
ii  kdepim-addons   16.04.3-1
pn  kdepim-doc  
pn  kdepim-themeeditors 
pn  ktnef   
ii  pinentry-qt [pinentry-x11]  0.9.7-6

Versions of packages kmail suggests:
ii  bogofilter1.2.4+dfsg1-8
pn  clamav
ii  kaddressbook  4:16.04.3-2
ii  kleopatra 4:16.04.2-2
ii  

Bug#835562: baloo-kf5: baloo stopping indexing after ~5000 files

2016-09-05 Thread Samuele Battarra
Package: baloo-kf5
Version: 5.25.0-1
Followup-For: Bug #835562

I have the same problem.

I'm on a 64-bit system and the indexing stop at ~65000 files.
The number is not always the same, first time was 65535, after adding some 
files and reindexing now is 68701.

/sbin/sysctl fs.inotify
fs.inotify.max_queued_events = 16384
fs.inotify.max_user_instances = 128
fs.inotify.max_user_watches = 8192

last lines of strace:

open("/media/hd0/film/0 da salvare/test", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=122, ...}) = 0
statfs("/media/hd0/film/0 da salvare/test/", {f_type=0x58465342, f_bsize=4096, 
f_blocks=488106735, f_bfree=75991441, f_bavail=75991441, f_files=390676096, 
f_ffree=390642451, f_fsid={2431, 0}, f_namelen=255, f_frsize=4096, 
f_flags=ST_VALI
D|ST_RELATIME}) = 0
getdents(14, /* 5 entries */, 32768)= 200
lstat("/media/hd0/film/0 da salvare/test/wmv-leveltest_fr_720p.wmv", 
{st_mode=S_IFREG|0644, st_size=5738742, ...}) = 0
lstat("/media/hd0/film/0 da salvare/test/wmv-mastery_hd_mire_1080p.wmv", 
{st_mode=S_IFREG|0644, st_size=186734, ...}) = 0
lstat("/media/hd0/film/0 da salvare/test/wmv-surroundtest_720p.wmv", 
{st_mode=S_IFREG|0644, st_size=5257489, ...}) = 0
getdents(14, /* 0 entries */, 32768)= 0
close(14)   = 0
ioctl(17, FIONREAD, [32])   = 0
read(17, "\1\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0baloo.txt\0\0\0\0\0\0\0", 32) = 32
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=8, events=POLLPRI}, {fd=17, events=POLLIN}], 5, 10) = 1 ([{fd=17, 
revents=POLLIN}])
read(3, 0x7ffd775b5620, 16) = -1 EAGAIN (Resource temporarily 
unavailable)
ioctl(17, FIONREAD, [32])   = 0
read(17, "\1\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0baloo.txt\0\0\0\0\0\0\0", 32) = 32
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=8, events=POLLPRI}, {fd=17, events=POLLIN}], 5, 10) = 1 ([{fd=17, 
revents=POLLIN}])
ioctl(17, FIONREAD, [32])   = 0
read(17, "\1\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0baloo.txt\0\0\0\0\0\0\0", 32) = 32
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=8, events=POLLPRI}, {fd=17, events=POLLIN}], 5, 10) = 1 ([{fd=17, 
revents=POLLIN}])
ioctl(17, FIONREAD, [32])   = 0
read(17, "\1\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0baloo.txt\0\0\0\0\0\0\0", 32) = 32
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, 
{fd=8, events=POLLPRI}, {fd=17, events=POLLIN}], 5, 10) = 1 ([{fd=17, 
revents=POLLIN}])

the last three lines repeat until killed.


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

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

Versions of packages baloo-kf5 depends on:
ii  libc62.23-5
ii  libkf5baloo5 5.25.0-1
ii  libkf5balooengine5   5.25.0-1
ii  libkf5configcore55.25.0-1
ii  libkf5coreaddons55.25.0-1
ii  libkf5crash5 5.25.0-1
ii  libkf5dbusaddons55.25.0-1
ii  libkf5filemetadata3  5.25.0-1
ii  libkf5i18n5  5.25.0-1
ii  libkf5idletime5  5.25.0-1
ii  libkf5kiocore5   5.25.0-1
ii  libkf5solid5 5.25.0-1
ii  libqt5core5a 5.6.1+dfsg-3+b1
ii  libqt5dbus5  5.6.1+dfsg-3+b1
ii  libqt5gui5   5.6.1+dfsg-3+b1
ii  libqt5qml5   5.6.1-5
ii  libqt5widgets5   5.6.1+dfsg-3+b1
ii  libstdc++6   6.1.1-11

baloo-kf5 recommends no packages.

baloo-kf5 suggests no packages.

-- no debconf information



Bug#836132: libharfbuzz-icu0: libreoffice doesn't start without libicu55

2016-08-31 Thread Samuele Battarra
Package: libharfbuzz-icu0
Followup-For: Bug #836132

> So no idea what weird stuff you did, but...

No weird stuff, only normal package upgrade.
I have purged and reinstalled the package, now it's all ok.
Problem in the ugrade script?



Bug#836048: closed by "Rene Engelhard" <rene.engelh...@gmx.de> (Aw: Bug#836048: libreoffice-core: libreoffice doesn't start without libicu55)

2016-08-30 Thread Samuele Battarra
On my system ldd report the library as used.
This is the dependency chain:

soffice.bin
libmergedlo.so
libharfbuzz-icu.so.0
libicuuc.so.55

So the problem is in libharfbuzz-icu0.
I opened bug #836132

-- 
Samuele Battarra
batta...@email.it
 
 
 --
 ZE-Light e ZE-Pro: servizi zimbra per caselle con dominio email.it, per tutti 
i dettagli 
Clicca qui 
http://posta.email.it/caselle-di-posta-z-email-it/?utm_campaign=email_Zimbra_102014=main_footer/f
 
 Sponsor:
 Soluzioni di email hosting per tutte le esigenze: dalle caselle gratuite a 
quelle professionali su piattaforma Zimbra, da quelle su proprio dominio a 
quelle certificate PEC. Confronta le soluzioni
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=13326=30-8



Bug#836132: libharfbuzz-icu0: libreoffice doesn't start without libicu55

2016-08-30 Thread Samuele Battarra
Package: libharfbuzz-icu0
Version: 1.2.7-1+b1
Severity: normal

Dear Maintainer,

after removing libicu55 from my system libreoffice doesn't start, but print 
this error:
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: 
libicuuc.so.55: cannot open shared object file: No such file or directory

with ldd I found the dependency chain to be:

soffice.bin
libmergedlo.so
libharfbuzz-icu.so.0
libicuuc.so.55

so the problem is in libharfbuzz-icu0 that depends on libicu57 but uses libicu55

# objdump -p /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0 | grep libicuuc
  NEEDED   libicuuc.so.55
  
-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libharfbuzz-icu0 depends on:
ii  libc6  2.23-5
ii  libgcc11:6.1.1-11
ii  libharfbuzz0b  1.2.7-1+b1
ii  libicu57   57.1-3
ii  libstdc++6 6.1.1-11

libharfbuzz-icu0 recommends no packages.

libharfbuzz-icu0 suggests no packages.

-- no debconf information



Bug#836048: libreoffice-core: libreoffice doesn't start without libicu55

2016-08-30 Thread Samuele Battarra
Package: libreoffice-core
Version: 1:5.2.0-2
Severity: normal

Dear Maintainer,

after removing libicu55 from my system libreoffice doesn't start, but print 
this error:
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: 
libicuuc.so.55: cannot open shared object file: No such file or directory

libreoffice doesn't depend on libicu55 but on libicu57

-- Package-specific info:
All deployed bundled extensions:


All deployed shared extensions:


All deployed user extensions:



Experimental features enabled:

Installed VCLplugs:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   
  ArchitectureDescription
+++-=-===-===-===
ii  libreoffice-kde   1:5.2.0-2 
  amd64   office productivity suite -- KDE 
integration

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

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

Versions of packages libreoffice-core depends on:
ii  fontconfig2.11.0-6.5
ii  fonts-opensymbol  2:102.7+LibO5.2.0-2
ii  libboost-date-time1.61.0  1.61.0+dfsg-2.1
ii  libc6 2.23-5
ii  libcairo2 1.14.6-1+b1
ii  libclucene-contribs1v52.3.3.4-4.2
ii  libclucene-core1v52.3.3.4-4.2
ii  libcmis-0.5-5v5   0.5.1+git20160603-2
ii  libcups2  2.1.4-4
ii  libcurl3-gnutls   7.50.1-1
ii  libdbus-1-3   1.10.10-1
ii  libdbus-glib-1-2  0.106-1
ii  libdconf1 0.26.0-1
ii  libeot0   0.01-3
ii  libexpat1 2.2.0-1
ii  libexttextcat-2.0-0   3.4.4-1
ii  libfontconfig12.11.0-6.5
ii  libfreetype6  2.6.3-3+b1
ii  libgcc1   1:6.1.1-11
ii  libgl1-mesa-glx [libgl1]  11.2.2-1
ii  libglew1.13   1.13.0-2
ii  libglib2.0-0  2.48.1-2
ii  libgltf-0.0-0v5   0.0.2-4+b1
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libgraphite2-31.3.8-1
ii  libharfbuzz-icu0  1.2.7-1+b1
ii  libharfbuzz0b 1.2.7-1+b1
ii  libhunspell-1.4-0 1.4.1-2
ii  libhyphen02.8.8-3
ii  libice6   2:1.0.9-1+b1
ii  libicu57  57.1-3
ii  libjpeg62-turbo   1:1.5.0-1
ii  liblangtag1   0.5.7-2
ii  liblcms2-22.7-1
ii  libldap-2.4-2 2.4.42+dfsg-2+b2
ii  libmythes-1.2-0   2:1.2.4-1
ii  libneon27-gnutls  0.30.1-5
ii  libnspr4  2:4.12-2
ii  libnss3   2:3.25-1
ii  libodfgen-0.1-1   0.1.6-1
ii  libpcre3  2:8.39-1
ii  libpng16-16   1.6.24-2
ii  librdf0   1.0.17-1+b1
ii  libreoffice-common1:5.2.0-2
ii  librevenge-0.0-0  0.0.4-5
ii  libsm62:1.2.2-1+b1
ii  libssl1.0.2   1.0.2h-1
ii  libstdc++66.1.1-11
ii  libx11-6  2:1.6.3-1
ii  libxext6  2:1.3.3-1
ii  libxinerama1  2:1.1.3-1+b1
ii  libxml2   2.9.4+dfsg1-1+b1
ii  libxrandr22:1.5.0-1
ii  libxrender1   1:0.9.9-2
ii  libxslt1.11.1.29-1
ii  uno-libs3 5.2.0-2
ii  ure   5.2.0-2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages libreoffice-core recommends:
ii  libpaper-utils  1.1.24+nmu4

libreoffice-core suggests no packages.

Versions of packages libreoffice-common depends on:
ii  dpkg  1.18.10
ii  libreoffice-style-breeze [libreoffice-style]  1:5.2.0-2
ii  libreoffice-style-galaxy [libreoffice-style-default]  1:5.2.0-2
ii  ure   5.2.0-2

Versions of packages libreoffice-common recommends:
ii  fonts-liberation2.00.1-2
ii  libexttextcat-data  3.4.4-1
pn  python3-uno 

Versions of packages libreoffice-common suggests:
ii  libreoffice-style-breeze  1:5.2.0-2
pn  libreoffice-style-hicontrast  
pn  libreoffice-style-oxygen  
pn  libreoffice-style-sifr
pn  libreoffice-style-tango   

Versions of packages fonts-opensymbol recommends:
ii  fontconfig  2.11.0-6.5

Versions of packages 

Bug#834395: kmail: number on tray icon unreadable

2016-08-15 Thread Samuele Battarra
Package: kmail
Version: 4:16.04.3-1
Severity: minor

Dear Maintainer,

with option 'show unread mail in tray icon' the number shown is small and 
unreadable.

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

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

Versions of packages kmail depends on:
ii  akonadi-server  4:16.04.3-1
ii  kdepim-runtime  4:16.04.2-2
ii  kdepimlibs-data 4:16.04.2-2
ii  kf5-kdepimlibs-kio-plugins  4:16.04.2-2
ii  libc6   2.23-4
ii  libgcc1 1:6.1.1-11
ii  libkf5akonadiagentbase5 4:16.04.3-1
ii  libkf5akonadicalendar5  16.04.2-2
ii  libkf5akonadicontact5   4:16.04.2-2
ii  libkf5akonadicore-bin   4:16.04.3-1
ii  libkf5akonadicore5  4:16.04.3-1
ii  libkf5akonadimime5  4:16.04.2-2
ii  libkf5akonadisearchdebug5   16.04.2-2
ii  libkf5akonadiwidgets5   4:16.04.3-1
ii  libkf5alarmcalendar516.04.2-2
ii  libkf5archive5  5.24.0-1
ii  libkf5bookmarks55.23.0-1
ii  libkf5calendarcore5 4:16.04.2-1
ii  libkf5calendarsupport5  4:16.04.2-2
ii  libkf5calendarutils516.04.3-1
ii  libkf5codecs5   5.23.0-1
ii  libkf5completion5   5.23.0-1
ii  libkf5configcore5   5.23.0-1
ii  libkf5configgui55.23.0-1
ii  libkf5configwidgets55.23.0-1
ii  libkf5contacts5 16.04.2-1
ii  libkf5coreaddons5   5.23.0-1
ii  libkf5crash55.23.0-1
ii  libkf5dbusaddons5   5.23.0-1
ii  libkf5followupreminder5 4:16.04.2-2
ii  libkf5gpgmepp-pthread5  16.04.3-1
ii  libkf5gravatar5 4:16.04.2-2
ii  libkf5guiaddons55.23.0-1
ii  libkf5i18n5 5.23.0-1
ii  libkf5iconthemes5   5.23.0-1
ii  libkf5identitymanagement5   16.04.2-1
ii  libkf5incidenceeditor-bin   16.04.2-2
ii  libkf5incidenceeditor5  16.04.2-2
ii  libkf5itemmodels5   5.23.0-1
ii  libkf5itemviews55.23.0-1
ii  libkf5jobwidgets5   5.23.0-1
ii  libkf5kcmutils5 5.23.0-1
ii  libkf5kdelibs4support5  5.23.0-1
ii  libkf5kiocore5  5.23.0-1
ii  libkf5kiofilewidgets5   5.23.0-1
ii  libkf5kiowidgets5   5.23.0-1
ii  libkf5kmanagesieve5 4:16.04.2-2
ii  libkf5kontactinterface5 16.04.2-1
ii  libkf5ksieveui5 4:16.04.2-2
ii  libkf5libkdepim-plugins 4:16.04.2-3
ii  libkf5libkdepim54:16.04.2-3
ii  libkf5libkleo5  4:16.04.2-1
ii  libkf5mailcommon-plugins4:16.04.2-2
ii  libkf5mailcommon5   4:16.04.2-2
ii  libkf5mailimporter5 4:16.04.2-2
ii  libkf5mailtransport516.04.2-2
ii  libkf5messagecomposer5  4:16.04.3-2
ii  libkf5messagecore5  4:16.04.3-2
ii  libkf5messagelist5  4:16.04.3-2
ii  libkf5messageviewer54:16.04.3-2
ii  libkf5mime5 16.04.2-1
ii  libkf5notifications55.23.0-1
ii  libkf5notifyconfig5 5.23.0-1
ii  libkf5parts55.23.0-1
ii  libkf5pimcommon-plugins 4:16.04.2-2
ii  libkf5pimcommon54:16.04.2-2
ii  libkf5pimtextedit5  16.04.2-1
ii  libkf5sendlater54:16.04.2-2
ii  libkf5service-bin   5.23.0-1
ii  libkf5service5  5.23.0-1
ii  libkf5sonnetui5 5.23.0-1
ii  libkf5templateparser5   4:16.04.3-2
ii  libkf5textwidgets5  5.23.0-1
ii  libkf5wallet-bin5.23.0-3
ii  libkf5wallet5   5.23.0-3
ii  libkf5widgetsaddons55.23.0-1
ii  libkf5windowsystem5 5.23.0-1
ii  libkf5xmlgui5   5.23.0-1
ii  libqt5core5a5.6.1+dfsg-3+b1
ii  libqt5dbus5 5.6.1+dfsg-3+b1
ii  libqt5gui5  5.6.1+dfsg-3+b1
ii  libqt5network5  5.6.1+dfsg-3+b1
ii  libqt5widgets5  5.6.1+dfsg-3+b1
ii  libqt5xml5  5.6.1+dfsg-3+b1
ii  libstdc++6  6.1.1-11

Versions of packages kmail recommends:
pn  accountwizard   
ii  gnupg-agent 2.1.11-7
ii  gnupg2  2.1.11-7
pn  kdepim-addons   
pn  kdepim-doc  
pn  kdepim-themeeditors 
pn  ktnef   
ii  pinentry-qt [pinentry-x11]  0.9.7-5

Versions of packages kmail suggests:
ii  bogofilter1.2.4+dfsg1-7
pn  clamav
ii  kaddressbook  4:16.04.3-1
ii  kleopatra 4:16.04.2-2
ii  procmail  3.22-25

-- no debconf information



Bug#834393: kmail: search box doesn't release focus

2016-08-15 Thread Samuele Battarra
Package: kmail
Version: 4:16.04.3-1
Severity: normal

Dear Maintainer,

after typing something in search box on message list, if you click on a message 
the focus remain on search box, preventing keyboard shortcuts to work.

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

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

Versions of packages kmail depends on:
ii  akonadi-server  4:16.04.3-1
ii  kdepim-runtime  4:16.04.2-2
ii  kdepimlibs-data 4:16.04.2-2
ii  kf5-kdepimlibs-kio-plugins  4:16.04.2-2
ii  libc6   2.23-4
ii  libgcc1 1:6.1.1-11
ii  libkf5akonadiagentbase5 4:16.04.3-1
ii  libkf5akonadicalendar5  16.04.2-2
ii  libkf5akonadicontact5   4:16.04.2-2
ii  libkf5akonadicore-bin   4:16.04.3-1
ii  libkf5akonadicore5  4:16.04.3-1
ii  libkf5akonadimime5  4:16.04.2-2
ii  libkf5akonadisearchdebug5   16.04.2-2
ii  libkf5akonadiwidgets5   4:16.04.3-1
ii  libkf5alarmcalendar516.04.2-2
ii  libkf5archive5  5.24.0-1
ii  libkf5bookmarks55.23.0-1
ii  libkf5calendarcore5 4:16.04.2-1
ii  libkf5calendarsupport5  4:16.04.2-2
ii  libkf5calendarutils516.04.3-1
ii  libkf5codecs5   5.23.0-1
ii  libkf5completion5   5.23.0-1
ii  libkf5configcore5   5.23.0-1
ii  libkf5configgui55.23.0-1
ii  libkf5configwidgets55.23.0-1
ii  libkf5contacts5 16.04.2-1
ii  libkf5coreaddons5   5.23.0-1
ii  libkf5crash55.23.0-1
ii  libkf5dbusaddons5   5.23.0-1
ii  libkf5followupreminder5 4:16.04.2-2
ii  libkf5gpgmepp-pthread5  16.04.3-1
ii  libkf5gravatar5 4:16.04.2-2
ii  libkf5guiaddons55.23.0-1
ii  libkf5i18n5 5.23.0-1
ii  libkf5iconthemes5   5.23.0-1
ii  libkf5identitymanagement5   16.04.2-1
ii  libkf5incidenceeditor-bin   16.04.2-2
ii  libkf5incidenceeditor5  16.04.2-2
ii  libkf5itemmodels5   5.23.0-1
ii  libkf5itemviews55.23.0-1
ii  libkf5jobwidgets5   5.23.0-1
ii  libkf5kcmutils5 5.23.0-1
ii  libkf5kdelibs4support5  5.23.0-1
ii  libkf5kiocore5  5.23.0-1
ii  libkf5kiofilewidgets5   5.23.0-1
ii  libkf5kiowidgets5   5.23.0-1
ii  libkf5kmanagesieve5 4:16.04.2-2
ii  libkf5kontactinterface5 16.04.2-1
ii  libkf5ksieveui5 4:16.04.2-2
ii  libkf5libkdepim-plugins 4:16.04.2-3
ii  libkf5libkdepim54:16.04.2-3
ii  libkf5libkleo5  4:16.04.2-1
ii  libkf5mailcommon-plugins4:16.04.2-2
ii  libkf5mailcommon5   4:16.04.2-2
ii  libkf5mailimporter5 4:16.04.2-2
ii  libkf5mailtransport516.04.2-2
ii  libkf5messagecomposer5  4:16.04.3-2
ii  libkf5messagecore5  4:16.04.3-2
ii  libkf5messagelist5  4:16.04.3-2
ii  libkf5messageviewer54:16.04.3-2
ii  libkf5mime5 16.04.2-1
ii  libkf5notifications55.23.0-1
ii  libkf5notifyconfig5 5.23.0-1
ii  libkf5parts55.23.0-1
ii  libkf5pimcommon-plugins 4:16.04.2-2
ii  libkf5pimcommon54:16.04.2-2
ii  libkf5pimtextedit5  16.04.2-1
ii  libkf5sendlater54:16.04.2-2
ii  libkf5service-bin   5.23.0-1
ii  libkf5service5  5.23.0-1
ii  libkf5sonnetui5 5.23.0-1
ii  libkf5templateparser5   4:16.04.3-2
ii  libkf5textwidgets5  5.23.0-1
ii  libkf5wallet-bin5.23.0-3
ii  libkf5wallet5   5.23.0-3
ii  libkf5widgetsaddons55.23.0-1
ii  libkf5windowsystem5 5.23.0-1
ii  libkf5xmlgui5   5.23.0-1
ii  libqt5core5a5.6.1+dfsg-3+b1
ii  libqt5dbus5 5.6.1+dfsg-3+b1
ii  libqt5gui5  5.6.1+dfsg-3+b1
ii  libqt5network5  5.6.1+dfsg-3+b1
ii  libqt5widgets5  5.6.1+dfsg-3+b1
ii  libqt5xml5  5.6.1+dfsg-3+b1
ii  libstdc++6  6.1.1-11

Versions of packages kmail recommends:
pn  accountwizard   
ii  gnupg-agent 2.1.11-7
ii  gnupg2  2.1.11-7
pn  kdepim-addons   
pn  kdepim-doc  
pn  kdepim-themeeditors 
pn  ktnef   
ii  pinentry-qt [pinentry-x11]  0.9.7-5

Versions of packages kmail suggests:
ii  bogofilter1.2.4+dfsg1-7
pn  clamav
ii  kaddressbook  4:16.04.3-1
ii  kleopatra 4:16.04.2-2
ii  procmail  3.22-25

-- no debconf information



Bug#834390: /usr/bin/korgac: korganizer: reminder deaemon crashes on akonadi restart

2016-08-15 Thread Samuele Battarra
Package: korganizer
Version: 4:16.04.3-1
Severity: normal
File: /usr/bin/korgac

Dear Maintainer,

every time I restart akonadi, korgac crashes.

org.kde.akonadi.ETM: GEN true false true
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: Subtree:  1 QSet(1, 112, 113)
org.kde.akonadi.ETM: collection: "Search"
org.kde.akonadi.ETM: collection: "OpenInvitations"
org.kde.akonadi.ETM: collection: "DeclinedInvitations"
org.kde.akonadi.ETM: Subtree:  114 QSet(114)
org.kde.akonadi.ETM: collection: "akonadi_ical_resource_0"
org.kde.akonadi.ETM: Subtree:  115 QSet(118, 119, 116, 117, 115)
org.kde.akonadi.ETM: collection: "x...@gmail.com"
org.kde.akonadi.ETM: collection: 
"en.italian#holi...@group.v.calendar.google.com"
org.kde.akonadi.ETM: collection: "#conta...@group.v.calendar.google.com"
org.kde.akonadi.ETM: collection: "MTM4MDE2Mzk4MzI4ODMyOTM4NDc6MDow"
org.kde.akonadi.ETM: collection: "x...@gmail.com"
org.kde.akonadi.ETM: Subtree:  6 QSet(6)
org.kde.akonadi.ETM: collection: "Birthdays & Anniversaries"
org.kde.akonadi.ETM: Fetch job took  3 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 10
org.kde.akonadi.ETM: first fetched collection: "Search"
org.kde.akonadi.ETM: Fetch job took  2 msec
org.kde.akonadi.ETM: was item fetch job: items: 0
org.kde.akonadi.ETM: Fetch job took  2 msec
org.kde.akonadi.ETM: was item fetch job: items: 0
org.kde.akonadi.ETM: Fetch job took  3 msec
org.kde.akonadi.ETM: was item fetch job: items: 0
org.kde.akonadi.ETM: Fetch job took  9 msec
org.kde.akonadi.ETM: was item fetch job: items: 31
org.kde.akonadi.ETM: Fetch job took  9 msec
org.kde.akonadi.ETM: was item fetch job: items: 0
org.kde.akonadi.ETM: Fetch job took  14 msec
org.kde.akonadi.ETM: was item fetch job: items: 43
org.kde.akonadi.ETM: Fetch job took  26 msec
org.kde.akonadi.ETM: was item fetch job: items: 114
org.kde.akonadi.ETM: Fetch job took  26 msec
org.kde.akonadi.ETM: was item fetch job: items: 0
org.kde.akonadi.ETM: Fetch job took  27 msec
org.kde.akonadi.ETM: was item fetch job: items: 0
org.kde.akonadi.ETM: Fetch job took  32 msec
org.kde.akonadi.ETM: was item fetch job: items: 24
akonadicore_log: Socket error occurred: "QLocalSocket: Remote closed"   

 
akonadicore_log: Socket error occurred: "QLocalSocket: Remote closed"   

 
akonadicore_log: Socket error occurred: "QLocalSocket: Remote closed"   

 
org.kde.akonadi.ETM: GEN true false true

 
org.kde.akonadi.ETM: collection: QVector()  

 
org.kde.akonadi.ETM: Subtree:  1 QSet(1, 112, 113)  

 
org.kde.akonadi.ETM: collection: "Search"   

 
org.kde.akonadi.ETM: collection: "OpenInvitations"  

 
org.kde.akonadi.ETM: collection: "DeclinedInvitations"  

 
org.kde.akonadi.ETM: Subtree:  114 QSet(114)

 
org.kde.akonadi.ETM: collection: "akonadi_ical_resource_0"  

 
org.kde.akonadi.ETM: Subtree:  115 QSet(118, 119, 116, 117, 115)


Bug#833625: kmail crash at start

2016-08-14 Thread Samuele Battarra
> And the database seems to be corrupted somehow. Maybe the schema update from
> the previous version failed, maybe it was already corrupted in a way that
> wasn't affecting kmail before. This is going to be very hard to figure out.

Solved, it was the db.
Deleting and rebuilding it let kmail start.
There was some missing mail, I had to delete all akonadi data and conf and 
restore it with pimsettingexporter, but now all works fine.

-- 
Samuele Battarra
batta...@email.it



Bug#834209: easytag: no alert when cannot save

2016-08-13 Thread Samuele Battarra
Package: easytag
Version: 2.4.2-1
Severity: normal

Dear Maintainer,

if you try to edit a file with no write permission, when saving no warning is 
shown, it's seem that saving was successful.

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

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

Versions of packages easytag depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-1
ii  libc62.23-4
ii  libflac8 1.3.1-4
ii  libgcc1  1:6.1.1-10
ii  libgdk-pixbuf2.0-0   2.34.0-1
ii  libglib2.0-0 2.48.1-2
ii  libgtk-3-0   3.20.7-1
ii  libid3-3.8.3v5   3.8.3-16.2
ii  libid3tag0   0.15.1b-12
ii  libogg0  1.3.2-1
ii  libopus0 1.1.2-1
ii  libopusfile0 0.8-1
ii  libspeex11.2~rc1.2-1
ii  libstdc++6   6.1.1-10
ii  libtag1v51.9.1-2.4
ii  libvorbis0a  1.3.5-3
ii  libvorbisfile3   1.3.5-3
ii  libwavpack1  4.80.0-1

Versions of packages easytag recommends:
pn  gnome-icon-theme  
pn  gvfs  
pn  yelp  

Versions of packages easytag suggests:
pn  easytag-nautilus  

-- no debconf information



Bug#833625: kmail crash at start

2016-08-09 Thread Samuele Battarra
Package: kmail
Version: 4:16.04.3-1
Followup-For: Bug #833625

> Have you closed your plasma session after upgrading kmail and akonadi?
I have rebooted my pc, kmail still crashes.

> please install the additional dbgsym packages ...
Installed kmail-dbgsym, other packages?
Where i can find logs?
You can send me privately info how to get debug logs?



Bug#833625: kmail crash at start

2016-08-07 Thread Samuele Battarra
Package: kmail
Version: 4:16.04.3-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

after upgrade kmail crashes at start, this is the output:

Pass a valid window to KWallet::Wallet::openWallet().
log_messagelist: Saved theme loading failed
log_messagelist: Saved theme loading failed
log_messagelist: Saved theme loading failed
log_messageviewer: No plugin found !
log_messageviewer: No plugin found !
log_messageviewer: No plugin found !
this does not work on a KActionCollection containing actions!
org.kde.akonadi.ETM: GEN true false false
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: 
org.kde.akonadi.ETM: Fetch job took  91 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
akonadicore_log: Failed SpecialCollectionsRequestJob::slotResult "Failed to 
fetch the resource collection."
log_mailcommon: "The Email program encountered a fatal error and will terminate 
now.\nThe error was:\nFailed to fetch the resource collection."
org.kde.akonadi.ETM: Fetch job took  181 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 1
org.kde.akonadi.ETM: first fetched collection: "cestino"
akonadicore_log: Failed SpecialCollectionsRequestJob::slotResult "Failed to 
fetch the resource collection."
log_mailcommon: "The Email program encountered a fatal error and will terminate 
now.\nThe error was:\nFailed to fetch the resource collection."
akonadicore_log: Failed to request resource "akonadi_maildir_resource_0" : 
"Failed to fetch the resource collection."
akonadicore_log: Failed SpecialCollectionsRequestJob::slotResult "Failed to 
fetch the resource collection."
log_mailcommon: "The Email program encountered a fatal error and will terminate 
now.\nThe error was:\nFailed to fetch the resource collection."
akonadicore_log: Failed to request resource "akonadi_maildir_resource_0" : 
"Failed to fetch the resource collection."
akonadicore_log: Failed SpecialCollectionsRequestJob::slotResult "Failed to 
fetch the resource collection."
log_mailcommon: "The Email program encountered a fatal error and will terminate 
now.\nThe error was:\nFailed to fetch the resource collection."
akonadicore_log: Failed to request resource "akonadi_maildir_resource_0" : 
"Failed to fetch the resource collection."
akonadicore_log: Failed SpecialCollectionsRequestJob::slotResult "Failed to 
fetch the resource collection."
log_mailcommon: "The Email program encountered a fatal error and will terminate 
now.\nThe error was:\nFailed to fetch the resource collection."
akonadicore_log: Failed to request resource "akonadi_maildir_resource_0" : 
"Failed to fetch the resource collection."
akonadicore_log: Failed SpecialCollectionsRequestJob::slotResult "Failed to 
fetch the resource collection."
log_mailcommon: "The Email program encountered a fatal error and will terminate 
now.\nThe error was:\nFailed to fetch the resource collection."
akonadicore_log: Failed to request resource "akonadi_maildir_resource_0" : 
"Failed to fetch the resource collection."
*** KMail got signal 11 (Exiting)
Errore di segmentazione

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

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

Versions of packages kmail depends on:
ii  akonadi-server  4:16.04.3-1
ii  kdepim-runtime  4:16.04.2-2
ii  kdepimlibs-data 4:16.04.2-2
ii  kf5-kdepimlibs-kio-plugins  4:16.04.2-2
ii  libc6   2.23-4
ii  libgcc1 1:6.1.1-10
ii  libkf5akonadiagentbase5 4:16.04.3-1
ii  libkf5akonadicalendar5  16.04.2-2
ii  libkf5akonadicontact5   4:16.04.2-2
ii  libkf5akonadicore-bin   4:16.04.3-1
ii  libkf5akonadicore5  4:16.04.3-1
ii  libkf5akonadimime5  4:16.04.2-2
ii  libkf5akonadisearchdebug5   16.04.2-2
ii  libkf5akonadiwidgets5   4:16.04.3-1
ii  libkf5alarmcalendar516.04.2-2
ii  libkf5archive5  5.24.0-1
ii  libkf5bookmarks55.23.0-1
ii  libkf5calendarcore5 4:16.04.2-1
ii  libkf5calendarsupport5  4:16.04.2-2
ii  libkf5calendarutils516.04.2-1
ii  libkf5codecs5   5.23.0-1
ii  libkf5completion5   5.23.0-1
ii  libkf5configcore5   5.23.0-1
ii  libkf5configgui55.23.0-1
ii  libkf5configwidgets55.23.0-1
ii  libkf5contacts5 16.04.2-1
ii  libkf5coreaddons5   5.23.0-1
ii  libkf5crash55.23.0-1
ii  libkf5dbusaddons5   5.23.0-1
ii  libkf5followupreminder5 4:16.04.2-2
ii  libkf5gpgmepp-pthread5  16.04.3-1
ii  libkf5gravatar5 4:16.04.2-2
ii  libkf5guiaddons55.23.0-1
ii  libkf5i18n5 5.23.0-1
ii  libkf5iconthemes5   

Bug#822859: python-rgain: crash after upgrade gstreamer from 1.6.3-1 -> 1.8.1-1

2016-04-28 Thread Samuele Battarra
Package: python-rgain
Version: 1.3.3-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After upgrading gstreamer from 1.6.3-1 -> 1.8.1-1 replaygain stop working.

It give this message:

Error while calculating gain - GST error: Your GStreamer installation is 
missing a plug-in. (gstdecodebin2.c(4565): gst_decode_bin_expose (): 
/GstPipeline:pipeline0/GstDecodeBin:decbin:
no suitable plugins found:
Missing decoder: MPEG-1 Layer 3 (MP3) (audio/mpeg, mpegversion=(int)1, 
mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, 
parsed=(boolean)true)

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

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

Versions of packages python-rgain depends on:
ii  gir1.2-gstreamer-1.0   1.8.1-1
ii  gstreamer1.0-plugins-base  1.8.1-1
ii  gstreamer1.0-plugins-good  1.8.1-1
ii  python 2.7.11-1
ii  python-gi  3.20.0-2
ii  python-mutagen 1.31-1

Versions of packages python-rgain recommends:
ii  gstreamer1.0-plugins-bad  1.8.0-1+b1

python-rgain suggests no packages.

-- no debconf information



Bug#807748: rss2email: option to set user-agent

2015-12-12 Thread Samuele Battarra
Package: rss2email
Version: 1:3.9-2
Severity: wishlist

Dear Maintainer,

some feeds start to apply filters on accepted user-agent,
it could be handy to have a way to set it to a custom value.

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

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

Versions of packages rss2email depends on:
ii  python-xdg  0.25-4
ii  python2.7   2.7.10-5+b1
ii  python3-feedparser  5.1.3-3
ii  python3-html2text   2015.6.21-1
pn  python3:any 

Versions of packages rss2email recommends:
pn  python3-bs4  

Versions of packages rss2email suggests:
pn  esmtp  

-- no debconf information



Bug#807250: fretsonfire-game: Game fail to start: obsolete function called

2015-12-06 Thread Samuele Battarra
Package: fretsonfire-game
Version: 1.3.110.dfsg2-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Game fail to start with this output:

Traceback (most recent call last):
  File "./FretsOnFire.py", line 74, in 
  engine = GameEngine(config)
  File "/usr/share/games/fretsonfire/game/GameEngine.py", line 194, in __init__
  self.data = Data(self.resource, self.svg)
  File "/usr/share/games/fretsonfire/game/Data.py", line 48, in __init__
  self.loadSvgDrawing(self, "star1",   "star1.svg", textureSize = (128, 
128))
  File "/usr/share/games/fretsonfire/game/Data.py", line 106, in loadSvgDrawing
  drawing  = self.resource.load(target, name, lambda: SvgDrawing(self.svg, 
fileName), synch = True)
  File "/usr/share/games/fretsonfire/game/Resource.py", line 157, in load
  return l.finish()
  File "/usr/share/games/fretsonfire/game/Resource.py", line 68, in load
  self.result = self.function()
  File "/usr/share/games/fretsonfire/game/Data.py", line 106, in 
  drawing  = self.resource.load(target, name, lambda: SvgDrawing(self.svg, 
fileName), synch = True)
  File "/usr/share/games/fretsonfire/game/Svg.py", line 552, in __init__
  self.texture = Texture(bitmapFile)
  File "/usr/share/games/fretsonfire/game/Texture.py", line 202, in __init__
  self.loadFile(name)
  File "/usr/share/games/fretsonfire/game/Texture.py", line 206, in loadFile
  self.loadImage(Image.open(name))
  File "/usr/share/games/fretsonfire/game/Texture.py", line 213, in loadImage
  string = image.tostring('raw', 'RGBA', 0, -1)
  File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 686, in tostring
  "Please call tobytes() instead.")
Exception: tostring() has been removed. Please call tobytes() instead.

Replacing 'tostring' with 'tobytes' in function loadImage in Texture.py solves 
the problem.

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

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

Versions of packages fretsonfire-game depends on:
ii  fonts-mgopen 1.1-9
ii  python   2.7.9-1
ii  python-imaging   3.0.0-1
ii  python-ogg   1.3+repack-7
ii  python-opengl3.0.2-1
ii  python-pygame1.9.1release+dfsg-10+b1
ii  python-pyvorbis  1.5-4
ii  ttf-dejavu   2.35-1

Versions of packages fretsonfire-game recommends:
pn  fretsonfire-songs-muldjord  
pn  fretsonfire-songs-sectoid   

Versions of packages fretsonfire-game suggests:
ii  vorbis-tools  1.4.0-7

-- no debconf information



Bug#800152: dolphin: Crash when showing info panel (F11)

2015-09-27 Thread Samuele Battarra
Package: dolphin
Version: 4:15.08.1-1
Severity: normal

Dear Maintainer,

showing the info panel (es. by pressing F11), dolphin crashes.
After this the panel presence is saved in configuration, so dolphin crashes at 
every start
until the configuration restored from backup.

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

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

Versions of packages dolphin depends on:
ii  libc6  2.19-22
ii  libdolphinvcs5 4:15.08.1-1
ii  libkf5baloo5   5.14.0-1
ii  libkf5baloowidgets515.08.0-2
ii  libkf5bookmarks5   5.14.0-1
ii  libkf5codecs5  5.14.0-1
ii  libkf5completion5  5.14.0-1
ii  libkf5configcore5  5.14.0-1
ii  libkf5configgui5   5.14.0-1
ii  libkf5configwidgets5   5.14.0-1
ii  libkf5coreaddons5  5.14.0-1
ii  libkf5dbusaddons5  5.14.0-1
ii  libkf5filemetadata35.14.0-1
ii  libkf5i18n55.14.0-1
ii  libkf5iconthemes5  5.14.0-1
ii  libkf5itemviews5   5.14.0-1
ii  libkf5jobwidgets5  5.14.0-1
ii  libkf5kcmutils55.14.0-1
ii  libkf5kiocore5 5.14.0-1
ii  libkf5kiofilewidgets5  5.14.0-1
ii  libkf5kiowidgets5  5.14.0-1
ii  libkf5newstuff55.14.0-1
ii  libkf5notifications5   5.14.0-1
ii  libkf5parts5   5.14.0-1
ii  libkf5service5 5.14.0-1
ii  libkf5solid5   5.14.0-2
ii  libkf5textwidgets5 5.14.0-1
ii  libkf5widgetsaddons5   5.14.0-1
ii  libkf5windowsystem55.14.0-1
ii  libkf5xmlgui5  5.14.0-1
ii  libphonon4qt5-44:4.8.3-2
ii  libqt5core5a   5.4.2+dfsg-9
ii  libqt5dbus55.4.2+dfsg-9
ii  libqt5gui5 5.4.2+dfsg-9
ii  libqt5widgets5 5.4.2+dfsg-9
ii  libqt5xml5 5.4.2+dfsg-9
ii  libstdc++6 5.2.1-17
ii  phonon4qt5 4:4.8.3-2

Versions of packages dolphin recommends:
ii  ruby  1:2.1.5.1

Versions of packages dolphin suggests:
ii  dolphin-plugins  4:15.08.1-1

-- no debconf information



Bug#798304: easytag: crash on saving playlist

2015-09-07 Thread Samuele Battarra
Package: easytag
Version: 2.4.0-1
Severity: normal

Dear Maintainer,

if I try to write a playlist with the option use mask, the program segfaults 
with this message

(easytag:2657): GLib-GIO-CRITICAL **: g_settings_get_flags() called on key 
'rename-convert-spaces' which is not associated with a flags type
**
ERROR:src/playlist_dialog.c:482:write_button_clicked: code should not be reached
Annullato


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

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

Versions of packages easytag depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.24.0-2
ii  libc62.19-19
ii  libflac8 1.3.1-4
ii  libgcc1  1:5.2.1-16
ii  libgdk-pixbuf2.0-0   2.31.5-1
ii  libglib2.0-0 2.44.1-1.1
ii  libgtk-3-0   3.16.6-1
ii  libid3-3.8.3v5   3.8.3-16.2
ii  libid3tag0   0.15.1b-11
ii  libogg0  1.3.2-1
ii  libopus0 1.1-2
ii  libopusfile0 0.6-1
ii  libspeex11.2~rc1.2-1
ii  libstdc++6   5.2.1-16
ii  libtag1v51.9.1-2.4
ii  libvorbis0a  1.3.4-2
ii  libvorbisfile3   1.3.4-2
ii  libwavpack1  4.75.0-1

Versions of packages easytag recommends:
pn  gnome-icon-theme  
pn  gvfs  
pn  yelp  

Versions of packages easytag suggests:
pn  easytag-nautilus  

-- no debconf information



Bug#787286: pulseaudio device preferences lost on reboot

2015-05-30 Thread Samuele Carcagno
Package: pulseaudio
Version: 5.0-13
Severity: normal

I have an external USB soundcard. I use pavucontrol to route the audio to this
external soundcard (for each application)
but when I reboot this setting is lost, the internal soundcard is used, and if
I want the audio to be sent to the external
soundcard I have to select it again with pavucontrol. I'm using KDE, I'm not
sure if this is related, but in the KDE multimedia
settings I have a similar issue: I put the USB soundcard on top of the
preference list, but upon reboot the internal soundcard
goes on top. If I just logout and login again to KDE my preferences are not
changed, but if I reboot the issue occurs.

I have reported this issue on the pulseaudio mailing list:

http://lists.freedesktop.org/archives/pulseaudio-discuss/2015-May/023867.html

I have resorted to blacklisting the snd_hda_intel module to effectively disable
the internal soundcard so that the only soundcard
available is the external one and I don't have to select it through pavucontrol
each time.



-- Package-specific info:
File '/etc/default/pulseaudio' does not exist


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

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

Versions of packages pulseaudio depends on:
ii  adduser   3.113+nmu3
ii  libasound21.0.28-1
ii  libasound2-plugins1.0.28-1+b1
ii  libc6 2.19-18
ii  libcap2   1:2.24-8
ii  libdbus-1-3   1.8.16-1
ii  libfftw3-single3  3.3.4-2
ii  libgcc1   1:4.9.2-10
ii  libice6   2:1.0.9-1+b1
ii  libltdl7  2.4.2-1.11
ii  liborc-0.4-0  1:0.4.22-1
ii  libpulse0 5.0-13
ii  libsamplerate00.1.8-8
ii  libsm62:1.2.2-1+b1
ii  libsndfile1   1.0.25-9.1
ii  libspeexdsp1  1.2~rc1.2-1
ii  libstdc++64.9.2-10
ii  libsystemd0   215-17
ii  libtdb1   1.3.1-1
ii  libudev1  215-17
ii  libwebrtc-audio-processing-0  0.1-3
ii  libx11-6  2:1.6.2-3
ii  libx11-xcb1   2:1.6.2-3
ii  libxcb1   1.10-3+b1
ii  libxtst6  2:1.2.2-1+b1
ii  lsb-base  4.1+Debian13+nmu1
ii  pulseaudio-utils  5.0-13
ii  udev  215-17

Versions of packages pulseaudio recommends:
ii  pulseaudio-module-x11  5.0-13
ii  rtkit  0.11-2

Versions of packages pulseaudio suggests:
ii  paman0.9.4-1
pn  paprefs  none
ii  pavucontrol  2.0-3
ii  pavumeter0.9.3-4

-- no debconf information
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio 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 Lesser General Public License
# along with PulseAudio; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; default-sink = 
; default-source =
; default-server =
; default-dbus-server =

autospawn = yes
; daemon-binary = /usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB

; auto-connect-localhost = no
; auto-connect-display = no
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio 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 Lesser General Public License
# along with PulseAudio; if not, write to the Free Software
# Foundation, Inc., 59 Temple 

Bug#784830: libreoffice-calc: problem with double border on cels

2015-05-09 Thread Samuele Battarra
Package: libreoffice-calc
Version: 1:4.4.2-1
Severity: normal

Dear Maintainer,

On a new sheet, select a cell and apply a double line border.
The preview show a thick line border, but the border is applied correctly.
Save and reload the document, no border on the cell.
Open an old document that had a double line border on a cell.
The cell show a thick line border, but in border window the preview show 
correcly a double line border.

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

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

Versions of packages libreoffice-calc depends on:
ii  coinor-libcbc32.8.12-1
ii  coinor-libcoinmp1 1.7.6+dfsg1-1
ii  libboost-iostreams1.55.0  1.55.0+dfsg-3
ii  libc6 2.19-18
ii  libgcc1   1:4.9.2-10
ii  libicu52  52.1-8
ii  liblcms2-22.6-3+b3
ii  libmwaw-0.3-3 0.3.4-2
ii  libodfgen-0.1-1   0.1.3-2
ii  liborcus-0.8-00.7.0+dfsg-9
ii  libreoffice-base-core 1:4.4.2-1
ii  libreoffice-core  1:4.4.2-1
ii  librevenge-0.0-0  0.0.2-2
ii  libstdc++64.9.2-10
ii  libwps-0.3-3  0.3.1-2
ii  libxml2   2.9.1+dfsg1-5
ii  lp-solve  5.5.0.13-7+b1
ii  uno-libs3 4.4.2-1
ii  ure   4.4.2-1
ii  zlib1g1:1.2.8.dfsg-2+b1

libreoffice-calc recommends no packages.

Versions of packages libreoffice-calc suggests:
pn  ocl-icd-libopencl1  none

Versions of packages libreoffice-core depends on:
ii  fontconfig2.11.0-6.3
ii  fonts-opensymbol  2:102.6+LibO4.4.2-1
ii  libatk1.0-0   2.14.0-1
ii  libboost-date-time1.55.0  1.55.0+dfsg-3
ii  libc6 2.19-18
ii  libcairo2 1.14.0-2.1
ii  libclucene-contribs1  2.3.3.4-4
ii  libclucene-core1  2.3.3.4-4
ii  libcmis-0.5-5 0.5.0-2
ii  libcups2  1.7.5-11
ii  libcurl3-gnutls   7.42.1-1
ii  libdbus-1-3   1.8.16-1
ii  libdbus-glib-1-2  0.102-1
ii  libeot0   0.01-3
ii  libexpat1 2.1.0-6+b3
ii  libexttextcat-2.0-0   3.4.4-1
ii  libfontconfig12.11.0-6.3
ii  libfreetype6  2.5.2-4
ii  libgcc1   1:4.9.2-10
ii  libgdk-pixbuf2.0-02.31.1-2+b1
ii  libgl1-mesa-glx [libgl1]  10.4.2-2
ii  libglew1.10   1.10.0-3
ii  libglib2.0-0  2.44.0-2
ii  libgltf-0.0-0 0.0.2-3
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgraphite2-31.2.4-3
ii  libgtk2.0-0   2.24.25-3
ii  libharfbuzz-icu0  0.9.40-2
ii  libharfbuzz0b 0.9.40-2
ii  libhunspell-1.3-0 1.3.3-3
ii  libhyphen02.8.8-2
ii  libice6   2:1.0.9-1+b1
ii  libicu52  52.1-8
ii  libjpeg62-turbo   1:1.3.1-12
ii  liblangtag1   0.5.1-3
ii  liblcms2-22.6-3+b3
ii  libldap-2.4-2 2.4.40+dfsg-1
ii  libmythes-1.2-0   2:1.2.4-1
ii  libneon27-gnutls  0.30.1-1
ii  libnspr4  2:4.10.8-1
ii  libnss3   2:3.17.2-1.1
ii  libodfgen-0.1-1   0.1.3-2
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpng12-01.2.50-2+b2
ii  librdf0   1.0.17-1+b1
ii  libreoffice-common1:4.4.2-1
ii  librevenge-0.0-0  0.0.2-2
ii  libsm62:1.2.2-1+b1
ii  libssl1.0.0   1.0.2a-1
ii  libstdc++64.9.2-10
ii  libx11-6  2:1.6.3-1
ii  libxext6  2:1.3.3-1
ii  libxinerama1  2:1.1.3-1+b1
ii  libxml2   2.9.1+dfsg1-5
ii  libxrandr22:1.4.2-1+b1
ii  libxrender1   1:0.9.8-1+b1
ii  libxslt1.11.1.28-2+b2
ii  libxt61:1.1.4-1+b1
ii  uno-libs3 4.4.2-1
ii  ure   4.4.2-1
ii  zlib1g1:1.2.8.dfsg-2+b1

-- 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#734233: apt-listbugs: Unable to start, debian_version load error

2014-01-05 Thread Samuele Battarra
Package: apt-listbugs
Version: 0.1.12
Followup-For: Bug #734233

Same problem.
Upgrading to ruby 1.9 solved for me.

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

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

Versions of packages apt-listbugs depends on:
ii  apt   0.9.14.2
ii  ruby  1:1.9.3
ii  ruby-debian   0.3.8+b2
ii  ruby-gettext  3.0.3-1
ii  ruby-httpclient   2.3.3-2
ii  ruby-soap4r   2.0.5-2
ii  ruby-xmlparser0.7.2-2
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.484-1

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  chromium [www-browser]   31.0.1650.63-1
ii  debianutils  4.4
ii  elinks [www-browser] 0.12~pre6-4
ii  konqueror [www-browser]  4:4.11.3-1
ii  rekonq [www-browser] 0.9.2-1
ii  reportbug6.4.4
ii  w3m [www-browser]0.5.3-15

-- 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#729203: Yes, bring FFmpeg back

2013-12-25 Thread Samuele Rini
I hated this message:

*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a
future release. Please use avconv instead.

...and it's simply NOT true.

Now I'm compiling it manually. Not a big issue. But I think FFmpeg deserves
to be back.


Bug#732438: amule crashes after a while

2013-12-17 Thread Samuele Battarra
-le32d4.cache-4
b3521000-b3526000 r--s  08:02 336836 
/var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le32d4.cache-4
b3526000-b3528000 r--s  08:02 336835 
/var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le32d4.cache-4
b3528000-b3538000 r--s  08:02 336834 
/var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le32d4.cache-4
b3538000-b353f000 r--s  08:02 336833 
/var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le32d4.cache-4
b353f000-b3548000 r--s  08:02 269295 
/var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le32d4.cache-4
b3548000-b355b000 r--s  08:02 284721 
/var/cache/fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le32d4.cache-4
b355b000-b3565000 r--s  08:02 336830 
/var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le32d4.cache-4
b3565000-b35b r--s  08:02 336829 
/var/cache/fontconfig/eeebfc908bd29a90773fd860017aada4-le32d4.cache-4
b35b-b35fb000 r--s  08:02 284742 
/var/cache/fontconfig/21a99156bb11811cef641abeda519a45-le32d4.cache-4
b35fb000-b35fc000 r--s  08:03 17695326   
/home/samuele/.cache/fontconfig/03e65fcfee892a309557f1c4850ca4ef-le32d4.cache-4
b35fc000-b35fd000 r--s  08:03 17695333   
/home/samuele/.cache/fontconfig/80b3802e353fd82ac76b51dfe35a1270-le32d4.cache-4
b35fd000-b35fe000 r--s  08:03 17695323   
/home/samuele/.cache/fontconfig/d9d7aa684146468a92253f3954494bf4-le32d4.cache-4
b35fe000-b35ff000 r--s  08:03 17695337   
/home/samuele/.cache/fontconfig/5967eccab2fe96854f13df931b55e7fe-le32d4.cache-4
b35ff000-b360 r--s  08:03 17695329   
/home/samuele/.cache/fontconfig/1b88cf12daed2ae3c6da25d5aa47bf3b-le32d4.cache-4
b360-b3601000 r--s  08:03 17695322   
/home/samuele/.cache/fontconfig/bbb0c22cb2e4f2ccdb717c06fe8831e9-le32d4.cache-4
b3601000-b3603000 r--s  08:03 17695335   
/home/samuele/.cache/fontconfig/cc1db1bde490739f02bffce8c605c18c-le32d4.cache-4
b3603000-b3606000 r--s  08:03 17695330   
/home/samuele/.cache/fontconfig/cad2bf712faab736bf36a928f00a7910-le32d4.cache-4
b3606000-b3608000 r--s  08:02 284714 
/var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le32d4.cache-4
b3608000-b360e000 rw-p  00:00 0 
b360e000-b3626000 r--p  08:02 140490 
/usr/share/locale/it/LC_MESSAGES/glib20.mo
b3626000-b3686000 rw-s  00:04 35913736   /SYSV (deleted)
b3686000-b368c000 r-xp  08:02 922052 
/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b368c000-b368d000 r--p 5000 08:02 922052 
/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b368d000-b368e000 rw-p 6000 08:02 922052 
/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b368e000-b36ee000 rw-s  00:04 35880966   /SYSV (deleted)
b36ee000-b36f9000 r-xp  08:02 525146 
/lib/i386-linux-gnu/i686/cmov/libnss_files-2.17.so
b36f9000-b36fa000 r--p a000 08:02 525146 
/lib/i386-linux-gnu/i686/cmov/libnss_files-2.17.so
b36fa000-b36fb000 rw-p b000 08:02 525146 
/lib/i386-linux-gnu/i686/cmov/libnss_files-2.17.so
b36fb000-b36fc000 r--s  08:03 17695328   
/home/samuele/.cache/fontconfig/c5dfe63f3cd726525d652450b8312d49-le32d4.cache-4
b36fc000-b3702000 r--p  08:02 140105 
/usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo
b3702000-b371a000 rw-p  00:00 0 
b371a000-b3744000 r--p  08:02 140131 
/usr/share/locale/it/LC_MESSAGES/gtk20-properties.mo
b3744000-b3768000 r--p  08:02 138277 
/usr/share/locale/it/LC_MESSAGES/libc.mo
b3768000-b3777000 r--p  08:02 139572 
/usr/share/locale/it/LC_MESSAGES/gtk20.mo
b3777000-b390 r--p  08:02 927324 /usr/lib/locale/locale-archive
b390-b3907000 rw-p  00:00 0 
b3907000-b3917000 r-xp  08:02 920912 
/usr/lib/i386-linux-gnu/libglapi.so.0.0.0
b3917000-b3919000 r--p f000 08:02 920912 
/usr/lib/i386-linux-gnu/libglapi.so.0.0.0
b3919000-b391e000 rwxp 00011000 08:02 920912 
/usr/lib/i386-linux-gnu/libglapi.so.0.0.0
b391e000-b587c000 r-xp  08:02 918921 
/usr/lib/i386-linux-gnu/libnvidia-glcore.so.319.76
b587c000-b58da000 rwxp 01f5e000 08:02 918921 
/usr/lib/i386-linux-gnu/libnvidia-glcore.so.319.76
b58da000-b58ec000 rwxp  00:00 0 
b58ec000-b58ef000 r-xp  08:02 918919 
/usr/lib/i386-linux-gnu/tls/libnvidia-tls.so.319.76
b58ef000-b58f rw-p 3000 08:02 918919 
/usr/lib/i386-linux-gnu/tls/libnvidia-tls.so.319.76
b58f-b58fb000 r-xp  08:02 918524 
/usr/lib/i386-linux-gnu/libdrm.so.2.4.0
b58fb000-b58fc000 r--p a000 08:02 918524 
/usr/lib/i386-linux-gnu/libdrm.so.2.4.0
b58fc000-b58fd000 rw-p b000 08:02 918524 
/usr/lib/i386-linux-gnu/libdrm.so.2.4.0
b58fd000-b58fe000 rw-p  00:00 0 
b58fe000-b590f000 r-xp  08:02 524533 
/lib/i386-linux-gnu

Bug#670700: dirmngr: upgrade broken, it fails in init script if /bin/sh is link to /bin/dash

2012-04-28 Thread Samuele Battarra
Package: dirmngr
Version: 1.1.0-3
Severity: normal

Dear Maintainer,

On upgrade the init script fail, it is not possible to complete the upgrade.

The command that fail is:

su -c . /lib/lsb/init-functions  umask 027  start_daemon -p $PIDFILE 
$DAEMON --daemon --sh - dirmngr

this is the output error:

-su: 11: /etc/bash.bashrc: shopt: not found
-su: 32: /etc/bash.bashrc: shopt: not found
-su: 29: /etc/bash_completion: [[: not found
-su: 35: /etc/bash_completion: [[: not found
-su: 51: /etc/bash_completion: shopt: not found
-su: 57: /etc/bash_completion: complete: not found
-su: 62: /etc/bash_completion: complete: not found
-su: 65: /etc/bash_completion: complete: not found
-su: 68: /etc/bash_completion: complete: not found
-su: 71: /etc/bash_completion: complete: not found
-su: 74: /etc/bash_completion: complete: not found
-su: 77: /etc/bash_completion: complete: not found
-su: 80: /etc/bash_completion: complete: not found
-su: 83: /etc/bash_completion: complete: not found
-su: 86: /etc/bash_completion: complete: not found
-su: 89: /etc/bash_completion: complete: not found
-su: 92: /etc/bash_completion: complete: not found
-su: 101: /etc/bash_completion: Syntax error: ( unexpected (expecting })

The problem could be that on my system /bin/sh is linked to /bin/dash, linking 
to /bin/bash solves the problem.

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

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

Versions of packages dirmngr depends on:
ii  adduser3.113+nmu1
ii  dpkg   1.16.3
ii  install-info   4.13a.dfsg.1-10
ii  libassuan0 2.0.3-1
ii  libc6  2.13-30
ii  libgcrypt111.5.0-3
ii  libgpg-error0  1.10-3
ii  libksba8   1.2.0-2
ii  libldap-2.4-2  2.4.28-1.1
ii  libpth20   2.0.7-16
ii  lsb-base   4.1+Debian2

dirmngr recommends no packages.

dirmngr 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#661390: audacious still doesn't work with imms

2012-02-26 Thread Samuele Giovanni Tonon
Package: imms-audacious
Version: 3.1.0~rc8-3
Severity: normal

imms-audacious puts files in /usr/lib/audacious/General/
but audacious on 64 bit read  from /usr/lib64/audacious/General/

however just copying the lib doesn't work and audacious will output 
this error :

*** ERROR: /usr/lib/x86_64-linux-gnu/audacious/General/libaudaciousimms.so is 
not compatible with this version of Audacious.
 

Regards
Samuele 



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

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages imms-audacious depends on:
ii  imms-common 3.1.0~rc8-3
ii  libatk1.0-0 2.2.0-2
ii  libaudcore1 3.2.1-1
ii  libc6   2.13-26
ii  libcairo2   1.10.2-6.2
ii  libdbus-1-3 1.4.18-1
ii  libdbus-glib-1-20.98-1
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  libgcc1 1:4.6.2-15
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.10-1
ii  libmcs1 0.7.2-2
ii  libmowgli2  0.7.1-1
ii  libpango1.0-0   1.29.4-2
ii  libpcre38.12-4
ii  libsqlite3-03.7.10-1
ii  libstdc++6  4.6.2-15
ii  libtag1c2a  1.7-2
ii  libtorch3c2 3.1-2.1
ii  libx11-62:1.4.4-4
ii  libxext62:1.3.0-3
ii  libxss1 1:1.2.1-2
ii  zlib1g  1:1.2.6.dfsg-2

imms-audacious recommends no packages.

imms-audacious suggests no packages.

-- no debconf information

-- 
While various networks have become deeply rooted, and thoughts have been 
sent out as light and electrons in a singular direction, this era has 
yet to digitize/computerize to the degree necessary for individuals to 
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex



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



Bug#649346: fglrx can't use xv extension

2012-01-28 Thread Samuele Giovanni Tonon
hello,
bug is still present.
i don't know if it's amd to be blame or xorg, however, hoping it will
help this is the relevant log for the crash.

[ 38847.842] 0: /usr/bin/X (xorg_backtrace+0x26) [0x7f169abb1476]
[ 38847.842] 1: /usr/bin/X (0x7f169aa2d000+0x1880d9) [0x7f169abb50d9]
[ 38847.842] 2: /lib/x86_64-linux-gnu/libpthread.so.0
(0x7f1699d55000+0xf030) [0x7f1699d64030]
[ 38847.843] 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so
(xs111LookupPrivate+0x22) [0x7f16966ae372]
[ 38847.843] 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so
(xclLookupPrivate+0xd) [0x7f1696089cdd]
[ 38847.843] 5: /usr/lib/xorg/modules/amdxmm.so (X740XvPutImage+0x12e)
[0x7f169331581e]
[ 38847.843] 6: /usr/bin/X (0x7f169aa2d000+0xa659e) [0x7f169aad359e]
[ 38847.843] 7: /usr/lib/xorg/modules/extensions/libextmod.so
(0x7f1697b58000+0x12db2) [0x7f1697b6adb2]
[ 38847.843] 8: /usr/bin/X (0x7f169aa2d000+0x51f81) [0x7f169aa7ef81]
[ 38847.843] 9: /usr/bin/X (0x7f169aa2d000+0x411aa) [0x7f169aa6e1aa]
[ 38847.843] 10: /lib/x86_64-linux-gnu/libc.so.6
(__libc_start_main+0xfd) [0x7f1698a80ead]
[ 38847.844] 11: /usr/bin/X (0x7f169aa2d000+0x4149d) [0x7f169aa6e49d]
[ 38847.844] Segmentation fault at address 0x20


as you can see problem is related to XvPutImage in amdxmm.so ; i'm
on 64 bit on a AMD Phenom(tm) II X4 945 Processor if this can help
(saw someone saying 32bit is unaffected)
.

I'll try to downgrade to testing Xserver to see if the problem persist
or not.

Cheers
Samuele



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



Bug#649346: fglrx-driver: using xv extension crashes Xorg

2011-11-20 Thread Samuele Giovanni Tonon
Package: fglrx-modules-dkms
Followup-For: Bug #649346





Version: 1:11-11-2



-- Package-specific info:
VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Cayman XT [AMD Radeon 
HD 6900 Series]

DRM and fglrx Informations from dmesg:
[0.00] No AGP bridge found
[0.00] No AGP bridge found
[0.722317] PCI-DMA: Disabling AGP.
[0.725405] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[1.032310] Linux agpgart interface v0.103
[   53.610157] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, 
Starnberg, GERMANY' taints kernel.
[   53.740982] [fglrx] Maximum main memory to use for locked dma buffers: 7738 
MBytes.
[   53.741076] [fglrx]   vendor: 1002 device: 6718 count: 1
[   53.741428] [fglrx] ioport: bar 4, base 0xe000, size: 0x100
[   53.741736] [fglrx] Kernel PAT support is enabled
[   53.741751] [fglrx] module loaded - fglrx 8.91.4 [Oct 25 2011] with 1 minors
[   54.061373] fglrx_pci :01:00.0: irq 79 for MSI/MSI-X
[   54.063027] [fglrx] Firegl kernel thread PID: 2443
[   54.063158] [fglrx] Firegl kernel thread PID: 2444
[   54.063286] [fglrx] Firegl kernel thread PID: 2445
[   54.063499] [fglrx] IRQ 79 Enabled
[   54.326759] [fglrx] Gart USWC size:1279 M.
[   54.326763] [fglrx] Gart cacheable size:508 M.
[   54.326771] [fglrx] Reserved FB block: Shared offset:0, size:100 
[   54.326775] [fglrx] Reserved FB block: Unshared offset:f8ff000, size:401000 
[   54.326778] [fglrx] Reserved FB block: Unshared offset:7fff4000, size:c000 

Xorg X server configuration file status:
-rw-r--r-- 1 root root 711 Nov 20 14:23 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section ServerLayout
Identifier aticonfig Layout
Screen  0  aticonfig-Screen[0]-0 0 0
EndSection

Section Module
EndSection

Section Monitor
Identifier   aticonfig-Monitor[0]-0
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
EndSection

Section Device
Identifier  aticonfig-Device[0]-0
Driver  fglrx
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier aticonfig-Screen[0]-0
Device aticonfig-Device[0]-0
Monitoraticonfig-Monitor[0]-0
DefaultDepth 24
SubSection Display
Modes 1920x1080
Virtual   3200 1080
Depth 24
EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 52630 Nov 20 14:23 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[52.870] 
X.Org X Server 1.11.1.902 (1.11.2 RC 2)
Release Date: 2011-10-28
[52.877] X Protocol Version 11, Revision 0
[52.877] Build Operating System: Linux 3.1.0-rc4-amd64 x86_64 Debian
[52.877] Current Operating System: Linux cthulhu 3.1.0-1-amd64 #1 SMP Mon 
Nov 14 08:02:25 UTC 2011 x86_64
[52.877] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64 
root=UUID=275302bd-6f28-406c-9ce3-f93fabd0519f ro quiet
[52.877] Build Date: 02 November 2011  10:15:50AM
[52.878] xorg-server 2:1.11.1.902-1 (Cyril Brulebois k...@debian.org) 
[52.878] Current version of pixman: 0.24.0
[52.878]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[52.878] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[52.879] (==) Log file: /var/log/Xorg.0.log, Time: Sun Nov 20 14:23:18 
2011
[53.010] (==) Using config file: /etc/X11/xorg.conf
[53.010] (==) Using system config directory /usr/share/X11/xorg.conf.d
[53.014] (==) ServerLayout aticonfig Layout
[53.014] (**) |--Screen aticonfig-Screen[0]-0 (0)
[53.014] (**) |   |--Monitor aticonfig-Monitor[0]-0
[53.015] (**) |   |--Device aticonfig-Device[0]-0
[53.015] (==) Automatically adding devices
[53.015] (==) Automatically enabling devices
[53.043] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[53.043]Entry deleted from font path.
[53.044] (WW) The directory /usr/share/fonts/X11/75dpi/ does not exist.
[53.044]Entry deleted from font path.
[53.051] (WW) The directory /usr/share/fonts/X11/75dpi does not exist.
[53.051]Entry deleted from font path.
[53.087] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[53.087] (==) ModulePath set to /usr/lib/xorg/modules
[53.087] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 

Bug#649346: fglrx-driver: using xv extension crashes Xorg

2011-11-20 Thread Samuele Giovanni Tonon
hello,
in case you need some more info, attached here a Xorg.0.log
for the crash

as you can see problem arise between fglrx and X; maybe we should send
the problem to Ati too ?

Best Regards
Samuele
[45.759] 
X.Org X Server 1.11.1.902 (1.11.2 RC 2)
Release Date: 2011-10-28
[45.759] X Protocol Version 11, Revision 0
[45.759] Build Operating System: Linux 3.1.0-rc4-amd64 x86_64 Debian
[45.759] Current Operating System: Linux cthulhu 3.1.0-1-amd64 #1 SMP Mon Nov 14 08:02:25 UTC 2011 x86_64
[45.760] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64 root=UUID=275302bd-6f28-406c-9ce3-f93fabd0519f ro quiet
[45.760] Build Date: 02 November 2011  10:15:50AM
[45.760] xorg-server 2:1.11.1.902-1 (Cyril Brulebois k...@debian.org) 
[45.760] Current version of pixman: 0.24.0
[45.760] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[45.760] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[45.761] (==) Log file: /var/log/Xorg.0.log, Time: Sun Nov 20 17:21:08 2011
[45.782] (==) Using config file: /etc/X11/xorg.conf
[45.782] (==) Using system config directory /usr/share/X11/xorg.conf.d
[45.796] (==) ServerLayout aticonfig Layout
[45.796] (**) |--Screen aticonfig-Screen[0]-0 (0)
[45.796] (**) |   |--Monitor aticonfig-Monitor[0]-0
[45.797] (**) |   |--Device aticonfig-Device[0]-0
[45.797] (==) Automatically adding devices
[45.797] (==) Automatically enabling devices
[45.841] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[45.841] 	Entry deleted from font path.
[45.841] (WW) The directory /usr/share/fonts/X11/75dpi/ does not exist.
[45.841] 	Entry deleted from font path.
[45.848] (WW) The directory /usr/share/fonts/X11/75dpi does not exist.
[45.848] 	Entry deleted from font path.
[45.884] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[45.884] (==) ModulePath set to /usr/lib/xorg/modules
[45.885] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[45.885] (II) Loader magic: 0x7f3c5f47fae0
[45.885] (II) Module ABI versions:
[45.885] 	X.Org ANSI C Emulation: 0.4
[45.885] 	X.Org Video Driver: 11.0
[45.885] 	X.Org XInput driver : 13.0
[45.885] 	X.Org Server Extension : 6.0
[45.886] (--) PCI:*(0:1:0:0) 1002:6718:174b:e182 rev 0, Mem @ 0xc000/268435456, 0xfea2/131072, I/O @ 0xe000/256, BIOS @ 0x/131072
[45.886] (II) Open ACPI successful (/var/run/acpid.socket)
[45.886] (II) extmod will be loaded by default.
[45.886] (II) dbe will be loaded by default.
[45.886] (II) glx will be loaded by default.
[45.886] (II) record will be loaded by default.
[45.886] (II) dri will be loaded by default.
[45.886] (II) dri2 will be loaded by default.
[45.886] (II) LoadModule: extmod
[45.929] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[45.937] (II) Module extmod: vendor=X.Org Foundation
[45.937] 	compiled for 1.11.1.902, module version = 1.0.0
[45.937] 	Module class: X.Org Server Extension
[45.937] 	ABI class: X.Org Server Extension, version 6.0
[45.937] (II) Loading extension SELinux
[45.937] (II) Loading extension MIT-SCREEN-SAVER
[45.937] (II) Loading extension XFree86-VidModeExtension
[45.937] (II) Loading extension XFree86-DGA
[45.937] (II) Loading extension DPMS
[45.937] (II) Loading extension XVideo
[45.937] (II) Loading extension XVideo-MotionCompensation
[45.937] (II) Loading extension X-Resource
[45.937] (II) LoadModule: dbe
[45.938] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[45.941] (II) Module dbe: vendor=X.Org Foundation
[45.941] 	compiled for 1.11.1.902, module version = 1.0.0
[45.941] 	Module class: X.Org Server Extension
[45.941] 	ABI class: X.Org Server Extension, version 6.0
[45.941] (II) Loading extension DOUBLE-BUFFER
[45.941] (II) LoadModule: glx
[45.941] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[45.957] (II) Module glx: vendor=Advanced Micro Devices, Inc.
[45.958] 	compiled for 6.9.0, module version = 1.0.0
[45.958] (II) Loading extension GLX
[45.958] (II) LoadModule: record
[45.959] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[45.959] (II) Module record: vendor=X.Org Foundation
[45.959] 	compiled for 1.11.1.902, module version = 1.13.0
[45.959] 	Module class: X.Org Server Extension
[45.959] 	ABI class: X.Org Server Extension, version 6.0
[45.959] (II) Loading extension RECORD
[45.960

Bug#649346: [Pkg-fglrx-devel] Bug#649346: fglrx-driver: using xv extension crashes Xorg

2011-11-20 Thread Samuele Giovanni Tonon
On 11/20/11 20:52, Patrick Matthäi wrote:
 Am 20.11.2011 17:26, schrieb Samuele Giovanni Tonon:
 hello,
 in case you need some more info, attached here a Xorg.0.log
 for the crash

 as you can see problem arise between fglrx and X; maybe we should send
 the problem to Ati too ?
 
 Is xvba-va-driver installed and what is the output of vainfo?
 If it is installed, try to uninstall it and the other way.

no, xvba-va-driver is not the problem: crash occurs if i have
o i haven't both driver and library:


samu@cthulhu:~$vainfo
libva: libva version 0.32.0
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/r600_drv_video.so
libva: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit


samu@cthulhu:~$vainfo
vainfo: VA API version: 0.32
vainfo: Driver version: Splitted-Desktop Systems XvBA backend for VA-API
- 0.8.0
vainfo: Supported profile and entrypoints
  VAProfileH264High   : VAEntrypointVLD
  VAProfileVC1Advanced: VAEntrypointVLD


in both cases X crashed when attempting to use mplayer/xine with xv or
dga.

is there anything i can test more to help you get the issue ?

Regards
Samuele




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



Bug#630980: php5-common: wrong php.ini-development

2011-06-19 Thread Samuele Battarra
Package: php5-common
Version: 5.3.6-12
Severity: normal

The file /usr/share/doc/php5-common/examples/php.ini-development is not a 
development conf example,
it is a copy of /usr/share/php5/php.ini-production

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

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

Versions of packages php5-common depends on:
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  sed   4.2.1-9The GNU sed stream editor

Versions of packages php5-common recommends:
pn  php5-suhosin  none (no description available)

php5-common suggests no packages.

-- no debconf information



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



Bug#628994: kde-window-manager: The screen image get corrupted when maximizing konsole.

2011-06-02 Thread Samuele Battarra
Package: kde-window-manager
Version: 4:4.6.3-1
Severity: normal

If I open konsole and I maximize the window, the screen become corrupted.
I tryed other programs but I found only konsole give this problem.
After the screen get corrupted, there is no way to restore,
I tryed restarting kwin and xorg, the only way is a reboot.
Maximizing konsole a second time freezes everything,
the only thing I can do is to connect via ssh and doing a reboot that will take 
longer than usual.
Everyting works fine with compositing off.
The problem started after an upgrade in which I updated many packages,
so I can't figure out what caused the problem, among them there was the kernel 
and nvidia drivers.


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

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

Versions of packages kde-window-manager depends on:
ii  kdebase-runtime   4:4.6.3-1  runtime components from the offici
ii  kdebase-workspace-bin 4:4.6.3-1  core binaries for the KDE Plasma W
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx [libgl1]  7.10.2-3   free implementation of the OpenGL 
ii  libice6   2:1.0.7-1  X11 Inter-Client Exchange library
ii  libkcmutils4  4:4.6.3-2  utility classes for using KCM modu
ii  libkdecorations4  4:4.6.3-1  library used by decorations for th
ii  libkdecore5   4:4.6.3-2  KDE Platform Core Library
ii  libkdeui5 4:4.6.3-2  KDE Platform User Interface Librar
ii  libkephal4abi14:4.6.3-1  API for easier handling of multihe
ii  libkio5   4:4.6.3-2  Network-enabled File Management Li
ii  libknewstuff3-4   4:4.6.3-2  Get Hot New Stuff v3 Library for
ii  libkwineffects1abi1   4:4.6.3-1  library used by effects for the KD
ii  libkworkspace44:4.6.3-1  library for the kdebase workspace
ii  libplasma34:4.6.3-2  Plasma Library for the KDE Platfor
ii  libqt4-dbus   4:4.7.3-1  Qt 4 D-Bus module
ii  libqt4-script 4:4.7.3-1  Qt 4 script module
ii  libqt4-xml4:4.7.3-1  Qt 4 XML module
ii  libqtcore44:4.7.3-1  Qt 4 core module
ii  libqtgui4 4:4.7.3-1  Qt 4 GUI module
ii  libsm62:1.2.0-1  X11 Session Management library
ii  libstdc++64.6.0-10   The GNU Standard C++ Library v3
ii  libx11-6  2:1.4.3-1  X11 client-side library
ii  libxcomposite11:0.4.3-1  X11 Composite extension library
ii  libxcursor1   1:1.1.11-1 X cursor management library
ii  libxdamage1   1:1.1.3-1  X11 damaged region extension libra
ii  libxext6  2:1.3.0-1  X11 miscellaneous extension librar
ii  libxfixes31:5.0-2X11 miscellaneous 'fixes' extensio
ii  libxrandr22:1.3.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra
ii  perl  5.12.3-7   Larry Wall's Practical Extraction 

kde-window-manager recommends no packages.

kde-window-manager 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#608077: pcmanfm: mistake in italian translation

2010-12-26 Thread samuele fanetti
Package: pcmanfm
Version: 0.9.7-1
Severity: minor
Tags: squeeze

When I right-click on a device icon in the left panel of main window, next
options are shown:
Monta Volume / Smona Volume
(italian localization)

So a t is missing in the second option that should be Smonta Volume

cheers

samuele fanetti



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

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

Versions of packages pcmanfm depends on:
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  libfm-gtk00.1.12-1   file management support - GTK+ GUI
ii  libfm00.1.12-1   file management support - core lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  libx11-6  2:1.3.3-4  X11 client-side library

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  gvfs-backends 1.6.4-2userspace virtual filesystem - bac
pn  gvfs-fuse none (no description available)

pcmanfm 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#606351: googleearth-package: Package build fail if run from a path with spaces

2010-12-08 Thread Samuele Battarra
Package: googleearth-package
Version: 0.6.1
Severity: normal
Tags: patch

If you run make-googleearth-package from a directory with a space in the full 
path, tar fail to extract the files.
Here a patch.

--- /usr/bin/make-googleearth-package   2010-12-06 19:34:33.0 +0100
+++ make-googleearth-package2010-12-08 16:51:33.459409695 +0100
@@ -373,13 +373,14 @@
   mkdir $instdir $tmpdir
 
   ln $OPT_FILE $tmpdir
-  sh $OPT_FILE --tar -xvf -C $tmpdir 2
+  cd $tmpdir
+  sh $OPT_FILE --tar -xvf 2
 
   cd $instdir
   mkdir -p usr/lib/googleearth
   cd usr/lib/googleearth
-  tar -xf $tmpdir/googleearth-linux-x86.tar
-  tar -xf $tmpdir/googleearth-data.tar
+  tar -xf $tmpdir/googleearth-linux-x86.tar
+  tar -xf $tmpdir/googleearth-data.tar
 
   # removed with 0.6.0 
   # Workaround symbol problem in libcrypto

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

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

Versions of packages googleearth-package depends on:
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  curl  7.21.2-3   Get a file from an HTTP, HTTPS or 
ii  dpkg-dev  1.15.8.6   Debian package development tools
ii  fakeroot  1.14.5-1   Gives a fake root environment
ii  file  5.04-5 Determines file type using magic
ii  wget  1.12-2.1   retrieves files from the web
ii  x11-common1:7.5+8X Window System (X.Org) infrastruc
ii  x11-utils 7.5+4  X11 utilities

googleearth-package recommends no packages.

googleearth-package 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#601493: fglrx 10.9 not working with Savage 2 and Hon

2010-10-26 Thread Samuele Giovanni Tonon
Package: fglrx-glx
Version: 1:10-9-3
Severity: normal

Hello,
i have the same issue as it have been reported in  586102 .
Savage 2 (and Heroes of Newerth) doesn't work and end up with a segfault :
from console.log you see:
[]
Fragment shader was successfully compiled to run on hardware.

Loading VertexShader 'mesh_depth'
Compiling vertex shader: mesh_depth.vsh (vs_glsl)
Vertex shader was successfully compiled to run on hardware.
Compiling vertex shader: mesh_depth.vsh (vs_glsl)
Shutting down CSoundManager...

and crash.log :

Signal: Segmentation Fault

Backtrace:
./savage2.bin() [0x40b1d5]
/lib/libc.so.6(+0x321e0) [0x7ffc14bbb1e0]
/usr/lib/dri/fglrx_dri.so(+0xf02f92) [0x7ffc0db5af92]
/usr/lib/dri/fglrx_dri.so(+0xf051c2) [0x7ffc0db5d1c2]
[...]

From a search on google i've found it looks like it's an issue with
ATI 57xx series, they still haven't fixed it since 10-4 .
Downgrading it's impossible since the changes in xorg. 

I'm reporting to you mainly to send a public information about that to
other users.
I'll try to fill the bug to ATI hoping for a fix.

p.s. Keep the good work you are doing with fglrx guys i owe you a lot
of beers :-D

Regards
Samuele


-- Package-specific info:
VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Juniper [Radeon HD 5700 
Series]

DRM and fglrx Informations from dmesg:
No AGP bridge found
No AGP bridge found
PCI-DMA: Disabling AGP.
PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
Linux agpgart interface v0.103
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, 
GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 3799 MBytes.
[fglrx]   vendor: 1002 device: 68b8 count: 1
[fglrx] ioport: bar 4, base 0xc000, size: 0x100
[fglrx] Kernel PAT support is enabled
[fglrx] module loaded - fglrx 8.77.5 [Aug 25 2010] with 1 minors
[fglrx] Firegl kernel thread PID: 3970
[fglrx] IRQ 45 Enabled
[fglrx] Gart USWC size:1240 M.
[fglrx] Gart cacheable size:491 M.
[fglrx] Reserved FB block: Shared offset:0, size:100 
[fglrx] Reserved FB block: Unshared offset:f91f000, size:3e1000 
[fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000 

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2581 Aug 18 20:46 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section ServerLayout
Identifier aticonfig Layout
Screen  0  aticonfig-Screen[0]-0 0 0
EndSection

Section Files
EndSection

Section Module
EndSection

Section ServerFlags
Option  Xinerama off
EndSection

Section Monitor
Identifier   aticonfig-Monitor[0]-0
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
EndSection

Section Monitor
Identifier   aticonfig-Monitor[0]-1
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
EndSection

Section Monitor
Identifier   0-DFP3
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
Option  PreferredMode 1920x1080
Option  TargetRefresh 60
##OptionPosition 0 0
Option  Position 1280 0
Option  Rotate normal
Option  Disable false
EndSection

Section Monitor
Identifier   0-CRT1
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
Option  PreferredMode 1280x1024
Option  TargetRefresh 75
##OptionPosition 1920 19
Option  Position 0 0
Option  Rotate normal
Option  Disable false
EndSection

Section Monitor
Identifier   0-DFP2
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
Option  PreferredMode 1920x1080
Option  TargetRefresh 60
Option  Position 1280 0
Option  Rotate normal
Option  Disable false
EndSection

Section Device
Identifier  aticonfig-Device[0]-0
Driver  fglrx
Option  DesktopSetup clone
Option  Monitor-DFP3 0-DFP3
Option  Monitor-CRT1 0-CRT1
BusID   PCI:1:0:0
EndSection

Section Device
Identifier  aticonfig-Device[0]-1
Driver  fglrx
Option  Monitor-CRT1 0-CRT1
BusID   PCI:1:0:0
Screen  1
EndSection

Section Screen
Identifier aticonfig-Screen[0]-0
Device aticonfig-Device[0]-0
DefaultDepth 24
SubSection Display
Viewport   0 0
Virtual   3200 3200
Depth 24
Modes1280x1024
EndSubSection
EndSection

Bug#601493: [Pkg-fglrx-devel] Bug#601493: fglrx 10.9 not working with Savage 2 and Hon

2010-10-26 Thread Samuele Giovanni Tonon
On 10/26/10 19:52, Michael Gilbert wrote:
 On Mon, 25 Oct 2010 22:27:39 +0200, Samuele Giovanni Tonon wrote:
 Package: fglrx-glx
 Version: 1:10-9-3
 Severity: normal

 Hello,
 i have the same issue as it have been reported in  586102 .
 Savage 2 (and Heroes of Newerth) doesn't work and end up with a segfault :
 from console.log you see:
 []
 Fragment shader was successfully compiled to run on hardware.

 Loading VertexShader 'mesh_depth'
 Compiling vertex shader: mesh_depth.vsh (vs_glsl)
 Vertex shader was successfully compiled to run on hardware.
 Compiling vertex shader: mesh_depth.vsh (vs_glsl)
 Shutting down CSoundManager...

 and crash.log :

 Signal: Segmentation Fault

 Backtrace:
 ./savage2.bin() [0x40b1d5]
 /lib/libc.so.6(+0x321e0) [0x7ffc14bbb1e0]
 /usr/lib/dri/fglrx_dri.so(+0xf02f92) [0x7ffc0db5af92]
 /usr/lib/dri/fglrx_dri.so(+0xf051c2) [0x7ffc0db5d1c2]
 [...]

 From a search on google i've found it looks like it's an issue with
 ATI 57xx series, they still haven't fixed it since 10-4 .
 Downgrading it's impossible since the changes in xorg. 

 I'm reporting to you mainly to send a public information about that to
 other users.
 I'll try to fill the bug to ATI hoping for a fix.
 
 you may also want to send a message to the game developer.  who knows,
 they may be able to provide a rebuild with a workaround.  s2games seems
 fairly linux-friendly, so they may be proactive about this.

hello mike
there isn't a client workaround: i already asked heroes of newerth
developers and they replied me the only way is to switch back to 10.4 ;
i think Savage 2 falls in the same category.

Btw i saw newer ati catalist is out with 10.10, before opening a bug
with them i'll test both games with it, hoping. :-D

Regards
Samuele



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



Bug#582634: not change language

2010-08-15 Thread Samuele Battarra
Package: widelands
Severity: normal

Same problem here with italian language.
I add the info that doesn't seem the same problem of #591237, because
setting manually the language in the conf file doesn't solve the problem
and after it at startup these message appear:

LANG it_IT, LANGUAGE it_IT:it
textdomain widelands @ share/games/widelands/locale
using locale it_IT

Even phisically replace the english files with the italian doesn't work,
the program don't load any translation.


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

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

Versions of packages widelands depends on:
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libggz2 0.0.14.1-1   GGZ Gaming Zone: common utilities 
ii  libggzcore9 0.0.14.1-1   GGZ Gaming Zone: core client front
ii  libggzmod4  0.0.14.1-1   GGZ Gaming Zone: game frontend lib
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblua5.1-0 5.1.4-5  Simple, extensible, embeddable pro
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libsdl-gfx1.2-4 2.0.20-1 drawing and graphical effects exte
ii  libsdl-image1.2 1.2.10-2+b1  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.8-6+b1   mixer library for Simple DirectMed
ii  libsdl-net1.2   1.2.7-2  network library for Simple DirectM
ii  libsdl-ttf2.0-0 2.0.9-1  ttf library for Simple DirectMedia
ii  libsdl1.2debian 1.2.14-6 Simple DirectMedia Layer
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libtiff43.9.4-1  Tag Image File Format (TIFF) libra
ii  ttf-freefont20090104-7   Freefont Serif, Sans and Mono True
ii  widelands-data  1:15-2   fantasy real-time strategy game (d
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

widelands recommends no packages.

widelands 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#567100: [Pkg-fglrx-devel] Bug#567100: stream/opencl support for fglrx

2010-01-28 Thread Samuele Giovanni Tonon
On Wed, 2010-01-27 at 18:03 +0100, Patrick Matthäi wrote: 
 On 27.01.2010 12:04, Samuele Giovanni Tonon wrote:
  Package: fglrx-source
  Version: 1:9-12-1
  Severity: wishlist
 
  hello,
  first let me thanks for the work you are doing with the fglrx.
  I was wondering if you are planning to create a fglrx driver that support 
  Stream/OpenCl technology
  too, because this one is not supporting it (for what i have been testing).
 
  Atm Ati gives a .run file with the ability to generate deb packages with 
  the driver with stream capabilities
  but unfortunately the building of the debs fails miserably.
 
 
 Hmm what files are missing for this?

i suspect it's best to make another package since i don't think that
driver will be compatible for graphics cards who don't support it.

i downloaded this file Catalyst_9.12_Hotfix_Linux_8.682.2RC1_Dec15.zip
from http://developer.amd.com/gpu/atistreamsdk/pages/default.aspx

inside there there's  a new driver as well as some libraries you have to
add, here's the list with an md5sum







list.md5.bz2
Description: application/bzip


Bug#567100: [Pkg-fglrx-devel] Bug#567100: stream/opencl support for fglrx

2010-01-28 Thread Samuele Giovanni Tonon
sorry,
disregard my message since i was able to make stream work with the
debian driver, apparently it was a problem related to poor ati support
and some quirks rather than the driver not supporting it

In the end i was able to make it work with fglrx provided by your team.

Big thanks for your work and again sorry for opening a nonexistent bug.

Regards
Samuele

-- 
While various networks have become deeply rooted, and thoughts have been
sent out as light and electrons in a singular direction, this era has
yet to digitize/computerize to the degree necessary for individuals to
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex





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



Bug#567100: stream/opencl support for fglrx

2010-01-27 Thread Samuele Giovanni Tonon
Package: fglrx-source
Version: 1:9-12-1
Severity: wishlist

hello,
first let me thanks for the work you are doing with the fglrx.
I was wondering if you are planning to create a fglrx driver that support 
Stream/OpenCl technology
too, because this one is not supporting it (for what i have been testing).

Atm Ati gives a .run file with the ability to generate deb packages with the 
driver with stream capabilities
but unfortunately the building of the debs fails miserably.

Let me know
Many thanks
Samuele



-- Package-specific info:
VGA-compatible devices on PCI bus:
04:00.0 VGA compatible controller: ATI Technologies Inc Juniper [Radeon HD 5700 
Series]

DRM and fglrx Informations from dmesg:
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, 
GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 1897 MBytes.
[fglrx]   vendor: 1002 device: 68b8 count: 1
[fglrx] ioport: bar 4, base 0xe000, size: 0x100
[fglrx] Kernel PAT support is enabled
[fglrx] module loaded - fglrx 8.68.2 [Nov 24 2009] with 1 minors

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1393 Jan 26 20:22 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section ServerLayout
Identifier aticonfig Layout
Screen  0  aticonfig-Screen[0]-0 0 0
EndSection

Section Files
EndSection

Section Module
EndSection

Section ServerFlags
Option  DontZap False
EndSection

Section Monitor
Identifier   aticonfig-Monitor[0]-0
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
EndSection

Section Device
Identifier  aticonfig-Device[0]-0
Driver  fglrx
BusID   PCI:4:0:0
EndSection

Section Screen
Identifier aticonfig-Screen[0]-0
Device aticonfig-Device[0]-0
Monitoraticonfig-Monitor[0]-0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 47374 Jan 27 00:09 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux cthulhu 2.6.32 #1 SMP Tue Jan 26 19:42:33 CET 
2010 i686
Build Date: 13 October 2009  11:25:51AM
xorg-server 2:1.6.5-1 (bui...@murphy.debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Jan 26 20:30:56 2010
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout aticonfig Layout
(**) |--Screen aticonfig-Screen[0]-0 (0)
(**) |   |--Monitor aticonfig-Monitor[0]-0
(**) |   |--Device aticonfig-Device[0]-0
(**) Option DontZap False
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/misc does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.
(II) Loader magic: 0x6c0
(II) Module ABI

Bug#557013: dpkg-dev: dpkg-scanpackages doesn't find IO/String.pm

2009-11-18 Thread Samuele Battarra
Package: dpkg-dev
Version: 1.15.5.1
Severity: normal

Running dpkg-scanpackages give this error:

Can't locate IO/String.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at /usr/bin/dpkg-scanpackages line 23.
BEGIN failed--compilation aborted at /usr/bin/dpkg-scanpackages line 23.

To solve package 'libio-string-perl' could to be installed.

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

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

Versions of packages dpkg-dev depends on:
ii  base-files5.0.0  Debian base system miscellaneous f
ii  binutils  2.20-4 The GNU assembler, linker and bina
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  dpkg  1.15.5.1   Debian package management system
ii  libtimedate-perl  1.1900-1   Time and date functions for Perl
ii  lzma  4.43-14Compression method of 7z format in
ii  make  3.81-7 An utility for Directing compilati
ii  patch 2.5.9-5Apply a diff file to an original
ii  perl [perl5]  5.10.1-7   Larry Wall's Practical Extraction 
ii  perl-modules  5.10.1-7   Core Perl modules
ii  xz-utils  4.999.9beta+20091016-1 XZ-format compression utilities

Versions of packages dpkg-dev recommends:
ii  build-essential   11.4   Informational list of build-essent
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  gcc [c-compiler]  4:4.3.4-1  The GNU C compiler
ii  gcc-4.3 [c-compiler]  4.3.4-6The GNU C compiler
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep
ii  gpgv  1.4.10-2   GNU privacy guard - signature veri

Versions of packages dpkg-dev suggests:
pn  debian-keyringnone (no description available)
pn  debian-maintainersnone (no description available)

-- no debconf information



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



Bug#520371: QTIPLOT starts without graphical user interface

2009-10-24 Thread Samuele Fanetti
Sure that I live with it as it is ;-)
It's not a seriuos trouble for me: qtiplot starts regularly when cupsd is
down.
Stopping cupsd is a workaround...

Best regards

Samuele


-- 
linux user #470612
http://lowmemorymode.wordpress.com


Bug#520371: QTIPLOT starts without graphical user interface

2009-10-21 Thread Samuele Fanetti
Hi,I riproduced same behavior of qtiplot  0.9.6.2-1 in Debian Lenny (Xfce
desktop).
When the CUPS deamon (cupsd) is running, qtiplot process start whitout the
GUI. No error messages in console, simply the user interface is not shown.
Now, stopping cupsd, all new istances of qtiplot starts without
any problems.

cups 1.3.8-1+lenny6

qtiplot 0.9.6.2-1

best regards
samuele fanetti (aka borlongioffei)

-- 
linux user #470612
http://lowmemorymode.wordpress.com


Bug#538431: Module fails to load and reports Cannot allocate memory

2009-09-17 Thread Samuele Innocenti
same problem after dist-upgrade:

FATAL: Error inserting fglrx
(/lib/modules/2.6.30-1-686/nonfree/fglrx/fglrx.ko): Cannot allocate memory

so no dri and no dual head feature
please fix it


Bug#519324: unstable reprepro makes simple-cdd hang

2009-03-11 Thread Samuele Giovanni Tonon
Package: simple-cdd
Version: 0.3.9
Severity: normal


As already reported on debian-custon mailing list, simple-cdd stops with 
the error :

Error parsing /media/samu/tmp//mirror/conf/distributions, line 3, column 16:
A 'UDebComponents'-field is only allowed after a 'Components'-field.

downgrading to reprepro 3.5.2-6 ( the one in stable ) solves the problem,
while reprepro on testing hangs like the one in sid.

 
Regards
Samuele


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (550, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27.1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages simple-cdd depends on:
ii  apt-utils 0.7.20.2   APT utility programs
ii  dctrl-tools   2.13.1 Command-line tools to process Debi
ii  debian-cd 3.1.1  Tools for building (Official) Debi
ii  debootstrap   1.0.11 Bootstrap a basic Debian system
ii  debpartial-mirror 0.2.97 tools to create partial Debian mir
ii  lsb-release   3.2-20 Linux Standard Base version report
ii  python2.5.4-2An interactive high-level object-o
ii  reprepro  3.5.2-6Debian package repository producer
ii  rsync 3.0.5-1fast remote file copy program (lik
ii  wget  1.11.4-2   retrieves files from the web

simple-cdd recommends no packages.

Versions of packages simple-cdd suggests:
pn  qemu  none (no description available)

-- no debconf information

-- 
While various networks have become deeply rooted, and thoughts have been 
sent out as light and electrons in a singular direction, this era has 
yet to digitize/computerize to the degree necessary for individuals to 
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex



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



Bug#516008: possible arbitrary code execution from .desktop files in email attachments

2009-02-18 Thread Samuele Giovanni Tonon
Package: kdebase-bin
Version: 4:3.5.9.dfsg.1-6
Severity: grave

hello,
as pointed out in  http://www.geekzone.co.nz/foobar/6229 , at the moment KDE
and gnome desktop allow to execute code by reading and interpreting 
a so called  .desktop files which are launchers files without them being
executable.

This feature gives a malicious user the ability to make you download
and execute malicious code without being aware .

Scenario :
Attacker Alice knows that Bob runs kde so she sends to him an email with an 
attachment as the one included here .
The attachment is by default saved in a default location which for many users
is ~/Desktop .

Later Bob looks on the Desktop but it doesn't found any README file, instead
it founds a strange file with an appealing name, it double clicks it but instead
of launching the expected application the program execute a small script that
download install and execute malicious code on the box.

Problem:
Bob has been framed because he executed a program without being aware
of it.

Solution: 

Change .desktop file to execute the command inside only if they have
+x bit or - better -  change those launcher files so that the first line would 
be
#!/usr/bin/desktop-launch, with the rest of the script following afterwards.
With the execute bit set this would become merely a normal script, which is
interpreted by the specified separate 'shell' or utility, rather than something
integrated into the desktop

This issue has already been reported to freedesktop since 2006 but it has never 
been solved; while i know it's not a problem specific to debian only it is
something indeed that affects debian too and you should be aware.

In attachment one of those launchers file which, when double clicked will 
execute
two konquerors.

Regards
Samuele
 


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (600, 'unstable'), (550, 'testing'), (500, 'oldstable'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27.1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdebase-bin depends on:
ii  kdebase-runtime-bin-kd 4:4.1.0-2 core binaries for the KDE 4 base r
ii  kdelibs4c2a4:3.5.10.dfsg.1-1 core libraries and binaries for al
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgcc11:4.3.3-4 GCC support library
ii  libpam-runtime 1.0.1-5   Runtime support for the PAM librar
ii  libpam0g   1.0.1-5   Pluggable Authentication Modules l
ii  libqt3-mt  3:3.3.8b-5+b1 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.3.3-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxkbfile11:1.0.5-1 X11 keyboard file manipulation lib
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 

kdebase-bin recommends no packages.

Versions of packages kdebase-bin suggests:
ii  gdb6.8-3 The GNU Debugger
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-6 help center for KDE

-- no debconf information

-- 
While various networks have become deeply rooted, and thoughts have been 
sent out as light and electrons in a singular direction, this era has 
yet to digitize/computerize to the degree necessary for individuals to 
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex
[Desktop Entry]
Type=Application
Name=Naked Chicks 2009.ppt
Exec=konqueror; konqueror
Icon=/usr/share/icons/hicolor/48x48/apps/ooo-writer.png


Bug#505683: [INTL:it] apt 0.7.19 updated FIXED A TYPO 2008/11/14

2008-11-14 Thread Samuele Giovanni Tonon
Package: apt
Version: 0.7.18
Severity: wishlist
Tags: patch l10n



Hello,
this is an updated po for italian, with some typo fixed.
Either close #505518 or simply forget that po file.




-- Package-specific info:

-- (/etc/apt/preferences present, but not submitted) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (550, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27.1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring   2008.04.16+nmu1 GnuPG archive keys of the Debian a
ii  libc62.7-16  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1   GCC support library
ii  libstdc++6   4.3.2-1 The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc   none (no description available)
ii  aptitude  0.4.11.10-1lenny1.1+b1 terminal-based package manager
ii  bzip2 1.0.5-1high-quality block-sorting file co
ii  dpkg-dev  1.14.22Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
ii  python-apt0.7.7.1+nmu1   Python interface to libapt-pkg
ii  synaptic  0.62.1 Graphical package manager

-- no debconf information

-- 
While various networks have become deeply rooted, and thoughts have been 
sent out as light and electrons in a singular direction, this era has 
yet to digitize/computerize to the degree necessary for individuals to 
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex


it.po.gz
Description: Binary data


Bug#505518: [INTL:it] apt 0.7.19 updated

2008-11-13 Thread Samuele Giovanni Tonon

Package: apt
Version: 0.7.18
Severity: wishlist
Tags: l10n


hello,
i updated it.po


-- Package-specific info:

-- (/etc/apt/preferences present, but not submitted) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (550, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27.1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring   2008.04.16+nmu1 GnuPG archive keys of the Debian a
ii  libc62.7-16  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1   GCC support library
ii  libstdc++6   4.3.2-1 The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc   none (no description available)
ii  aptitude  0.4.11.10-1lenny1.1+b1 terminal-based package manager
ii  bzip2 1.0.5-1high-quality block-sorting file co
ii  dpkg-dev  1.14.22Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
ii  python-apt0.7.7.1+nmu1   Python interface to libapt-pkg
ii  synaptic  0.62.1 Graphical package manager

-- no debconf information

-- 
While various networks have become deeply rooted, and thoughts have been 
sent out as light and electrons in a singular direction, this era has 
yet to digitize/computerize to the degree necessary for individuals to 
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex


it.po.gz
Description: Binary data


Bug#456394: problem solved

2008-01-04 Thread Samuele Battarra
I upgraded to 1.4.5-1 and m3u files now works again.

-- 
Samuele Battarra
[EMAIL PROTECTED]



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



Bug#456394: audacious: segfault when play m3u files

2007-12-15 Thread Samuele Battarra
Package: audacious
Version: 1.4.4-1
Severity: normal

Audacious segfault when play m3u files

[EMAIL PROTECTED]:/home/music$ audacious playlist.m3u
amidi-plug(amidi-plug.c:amidiplug_init:97): init, read configuration
amidi-plug(i_backend.c:i_backend_load:107): loading backend 
'/usr/lib/audacious/Input/amidi-plug/ap-alsa.so'
amidi-plug(i_backend.c:i_backend_load:145): backend 
/usr/lib/audacious/Input/amidi-plug/ap-alsa.so (name 'alsa') successfully loaded

** (audacious:13448): WARNING **: could not open 'audio.ogg', no transport 
plugin available
Segmentation fault


audio.ogg is the first file in the playlist

if I play audio.ogg directly it works



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

Kernel: Linux 2.6.23-mio (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious depends on:
ii  audacious-plugins  1.4.1-2   Base plugins for audacious
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libaudclient1  1.4.4-1   Audacious C++ remote control libra
ii  libc6  2.7-4 GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1.3The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.4-2  The GLib library of C routines
ii  libgtk2.0-02.12.3-2  The GTK+ graphical user interface 
ii  libmcs10.4.1-2+b1Abstraction library to store confi
ii  libmowgli1 0.5.0-3   a high performance development fra
ii  libpango1.0-0  1.18.3-1  Layout and rendering of internatio
ii  libsamplerate0 0.1.2-5   audio rate conversion library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.30.dfsg-3 GNOME XML library

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

-- no debconf information



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



Bug#424711: O: apcupsd -- APC UPS Power Management

2007-05-16 Thread Samuele Giovanni Tonon
Package: apcupsd
Version: 3.14.0-2+b1
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages apcupsd depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libgcc1   1:4.1.2-6  GCC support library
ii  libncurses5   5.5-5  Shared libraries for terminal hand
ii  libsnmp10 5.3.1-6NET SNMP (Simple Network Managemen
ii  libssl0.9.8   0.9.8e-4   SSL shared libraries
ii  libstdc++64.1.2-6The GNU Standard C++ Library v3
ii  libwrap0  7.6.dbs-13 Wietse Venema's TCP wrappers libra

apcupsd recommends no packages.

-- no debconf information


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



Bug#424712: O: bcrypt -- Cross platform file encryption utility

2007-05-16 Thread Samuele Giovanni Tonon
Package: bcrypt
Version: 1.1-3
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages bcrypt depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  zlib1g1:1.2.3-14 compression library - runtime

bcrypt recommends no packages.

-- no debconf information


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



Bug#424710: O: ample -- A simple MP3 server easy to use

2007-05-16 Thread Samuele Giovanni Tonon
Package: ample
Version: 0.5.7-2
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages ample depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libwrap0  7.6.dbs-13 Wietse Venema's TCP wrappers libra

ample recommends no packages.

-- no debconf information


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



Bug#424714: O: fidelio -- gnome Hotline client

2007-05-16 Thread Samuele Giovanni Tonon
Package: fidelio
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash


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



Bug#424716: O: medussa -- Distributed password cracking system

2007-05-16 Thread Samuele Giovanni Tonon
Package: medussa
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages medussa depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libreadline5  5.2-2  GNU readline and history libraries
ii  libssl0.9.8   0.9.8e-4   SSL shared libraries

medussa recommends no packages.


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



Bug#424720: O: stegdetect

2007-05-16 Thread Samuele Giovanni Tonon
Package: stegdetect
Version: 0.6-4
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages stegdetect depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libmagic1 4.20-5 File type determination library us
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  witalian [wordlist]   1.7.3-0.1  The Italian dictionary words for /

stegdetect recommends no packages.

-- no debconf information


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



Bug#424718: O: outguess -- Universal Steganographic tool

2007-05-16 Thread Samuele Giovanni Tonon
Package: outguess
Version: 1:0.2-5
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages outguess depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries

outguess recommends no packages.

-- no debconf information


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



Bug#424713: O: divxcomp -- bitrate calculator for DivX:-) movies written in perl

2007-05-16 Thread Samuele Giovanni Tonon
Package: divxcomp
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash


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



Bug#424715: O: labrea -- a sticky honeypot and IDS

2007-05-16 Thread Samuele Giovanni Tonon
Package: labrea
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages labrea depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libdumbnet1   1.8-1.5A dumb, portable networking librar
ii  libpcap0.70.7.2-7System interface for user-level pa

labrea recommends no packages.


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



Bug#424719: O: splint -- A tool for statically checking C programs for bugs

2007-05-16 Thread Samuele Giovanni Tonon
Package: splint
Version: 3.1.1-6
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages splint depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries

splint recommends no packages.

-- no debconf information


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



Bug#424722: O: rancid

2007-05-16 Thread Samuele Giovanni Tonon
Package: rancid
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash


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



Bug#424721: O: traffic-vis

2007-05-16 Thread Samuele Giovanni Tonon
Package: traffic-vis
Severity: normal



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-dvb (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages traffic-vis depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libglib1.21.2.10-17  The GLib library of C routines
ii  libpcap0.70.7.2-7System interface for user-level pa
ii  netpbm2:10.0-11  Graphics conversion tools
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

traffic-vis recommends no packages.


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



Bug#416642: apcupsd: diff for NMU version 3.14.0-2.1

2007-05-16 Thread Samuele Giovanni Tonon

Luk Claes wrote:

Package: apcupsd
Version: 3.14.0-2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my apcupsd 3.14.0-2.1 NMU which is uploaded to
DELAYED-0.



http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-nmu-guidelines
thanks for the emails


--
While various networks have become deeply rooted, and thoughts have been
sent out as light and electrons in a singular direction, this era has
yet to digitize/computerize to the degree necessary for individuals to
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex


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



Bug#409349: apcupsd: Generates lots of kernel hid-core error messages

2007-02-21 Thread Samuele Giovanni Tonon
David Härdeman wrote:
 Tom Wright wrote:
 Package: apcupsd
 Version: 3.12.4-2
 Severity: critical
 Justification: breaks unrelated software

 After the system has been running for a few hours, I get a lot of
 kernel hid-core.c error messages in /var/log/messages:

 Were you able to reproduce this with the latest Debian packaged Linux 2.6
 kernel?

no sorry,
i'm still trying but i'm not able.




--
4% fats, 2% cerebral activities



Bug#409675: wrong information in the description

2007-02-06 Thread Samuele Giovanni Tonon
Rafal Czlonka wrote:
 Package: xsteg
 Version: 0.6-4
 Severity: minor
 
 In the description it is written that 'Steganography is a method
 of hiding information within image files.'
 This information is wrong because of two reasons:
 1. Information can be hidden in other types of files as well.
 2. Steganography covers more than just IT.
 
While i can agree with what you have written, and i really don't
remember from where that sentence came from (i think something
i've found in the docs) i would also point out that is not a lie
but just limitating .

Regards
Samuele

-- 
4% fats, 2% cerebral activities


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



Bug#409796: medussa hppa crunch 0 password

2007-02-06 Thread Samuele Giovanni Tonon
Blackhat wrote:
 Package: medussa
 Version:   0.8-2
 Severity:  Low
 
 in a meddussa environment:
 medussa: i386
 tentacle:  i386
 tentacle:  hppa
  the command tentacle connect correctly to the medussa but don' crunch
 password
 show R 0 (state crunching but 0 cps)
 
 [EMAIL PROTECTED] sh n
 node   cps   start time   total time   current slice
 spirocheta   R 3181 2007/02/05 15:54  0:00:01:02  
 387272:450908 i386
 parisc1  R 02007/02/05 15:54  None
 7:14   hppa
 30lo-ws  R 2000 2007/02/05 15:54  0:00:01:00  
 450908:500908  i386
 

i don't think hppa was supposed to work with medussa, and i don't think
author is going to fix it.

Regards
Samuele

-- 
4% fats, 2% cerebral activities


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



Bug#409349: apcupsd: Generates lots of kernel hid-core error messages

2007-02-02 Thread Samuele Giovanni Tonon
Tom Wright wrote:
 Package: apcupsd
 Version: 3.12.4-2
 Severity: critical
 Justification: breaks unrelated software
 
 After the system has been running for a few hours, I get a lot of kernel 
 hid-core.c error messages in 
 /var/log/messages:
 
 Feb  1 09:36:10 thor kernel: drivers/usb/input/hid-core.c: control queue full
 Feb  1 09:37:20 thor last message repeated 7 times
 Feb  1 09:38:30 thor last message repeated 7 times
 Feb  1 09:38:50 thor last message repeated 2 times
 Feb  1 09:40:30 thor last message repeated 4 times
 Feb  1 09:41:30 thor last message repeated 6 times
 Feb  1 09:42:30 thor last message repeated 6 times
 Feb  1 09:42:40 thor kernel: drivers/usb/input/hid-core.c: control queue full
 Feb  1 09:44:30 thor last message repeated 5 times
 Feb  1 09:45:30 thor last message repeated 6 times
 Feb  1 09:46:21 thor last message repeated 5 times
 Feb  1 09:46:31 thor kernel: drivers/usb/input/hid-core.c: control queue full
 Feb  1 09:48:21 thor last message repeated 5 times
 Feb  1 09:49:21 thor last message repeated 6 times
 Feb  1 09:50:21 thor last message repeated 6 times
 Feb  1 09:51:41 thor last message repeated 2 times
 
 This has been seen before:
 http://sourceforge.net/mailarchive/message.php?msg_id=17497136
 http://lists.centos.org/pipermail/centos/2006-January/059093.html
 http://lists.opensuse.org/opensuse/2006-10/msg00598.html
 
 but no solution was found.
 
 I have an Athlon MP dual-CPU box, with an A7M-266D motherboard, if that's any 
 help.  The UPS is a 
 CS-650 model.
 
 When these messages start appearing, it breaks all other USB devices on the 
 system, and will 
 occasionally prevent the system from shutting down properly (so a remote 
 reboot is not possible and I 
 have to get someone to hit the power switch - I don't have physical access to 
 the machine very often).
 
i had the same problem while i was using 2.4.x kernel.
Try to get latest 2.6 (you are using 2.6.17 right?) and see if the
problem persist, try to message the apcupsd ml list, so far i have no
solution for it.


Regards
Samuele

-- 
4% fats, 2% cerebral activities


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



Bug#316932: apcupsd: There's still problems with killpower

2006-12-30 Thread Samuele Giovanni Tonon

William Ono wrote:

Peter Mogensen wrote:

The fix in 3.10.18-1 does not work when /usr can not simply be remounted.
Specific: When /usr is on an LVM and RAID device, LVM and RAID has already been 
stopped when killpower is executed.
Maybe the general solution is a staticly linked killpower binary?


On Fri, Sep 29, 2006 at 09:27:23AM +0200, Samuele Giovanni Tonon wrote:

i'm thinking of putting killpower in /bin directory and advise
the authors to move the binary to that place.


Ping...

Any chance a solution to this will arrive soon?  apcupsd is half useless
on systems affected by this, such as mine.

Let me/us know if you need help.

Thanks.


Hello,
Lately i have been quite busy so i wrote something in my todo list but 
didn't do anything :-(


For what i remember problem is related to the fact that apcupsd depends
on some library in /usr/lib (libnetsnmp and libcrypto if i remember 
correctly) so i can see 2 solutions:


move libsnmp to /lib (so ask libsnmp maintainer to move it)
create an apcupsd withour snmp support and this will be used only on
server with LVM RAID device but not SNMP (both can't work together).

i will work on that the next days, what solution would you think is best ?

Regards
Samuele


--
While various networks have become deeply rooted, and thoughts have been
sent out as light and electrons in a singular direction, this era has
yet to digitize/computerize to the degree necessary for individuals to
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex


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



Bug#402516: stegdetect: forked magic seems like the wrong design decision

2006-12-11 Thread Samuele Giovanni Tonon
J S Bygott wrote:
 Package: stegdetect
 Version: 0.6-3
 Severity: normal
 
 I'm puzzled by the layout of the stegdetect package.  It seems like a
 seriously bad idea to include all the magic stuff (it's a fork of the
 stuff in package 'file', and it doesn't look up to date).
those decision were chosen by the upstream author, i'm still not aware
what could change if i make those magic file dynamic.

I have made some links to them now and removed magic.inc because it was
generated during compilation.

 Secondly, do you need to ship a separate magic man page?  Again, it
 seems undesirable to fork the magic manpage.

again it is produced on the fly from the make, i have removed it
(didn't noticed)

 Thirdly, stegdetect 0.6-3 containes no man page in section 5, so the
 dirs in the binary (see the line above) should not include
 ./usr/share/man/man5/
fixed

 
 Also, in the source for 0.6-3, the file stegdetect-0.6/debian/stegdetect.dirs
 lists usr/man/man1.  Isn't that a relic from the bad old days (before
 the manpage transition)?
fixed

 Fourth, the sarge version of stegdetect shipped these files...
 
  drwxr-xr-xroot/root  0 ./usr/share/stegbreak/
  -rw-r--r--root/root   1912 ./usr/share/stegbreak/rules.ini
it was a long time ago and i really don't remember what that link was
for: seems that in the old version there was a rules.ini for stegbreak
and later it has been removed.
i fixed it.

I am uploading the new version, please go take a look and tell me if
it is better :-)


Regards
Samuele



-- 
4% fats, 2% cerebral activities


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



Bug#396351: FTBFS: /usr/bin/install: cannot create regular file `/sbin/apcupsd': Permission denied

2006-11-02 Thread Samuele Giovanni Tonon
apt-get build-dep apcupsd
apt-get source apcupsd
cd apcupsd-3.12.4
debuild

this worked for me on an amd64.
maybe use make and not pmake ?

Regards
Samuele


-- 
4% fats, 2% cerebral activities


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



Bug#395013: apcupsd: does not work with linux 2.6.18

2006-10-24 Thread Samuele Giovanni Tonon

A Mennucc wrote:

Package: apcupsd
Version: 3.12.4-1
Severity: important

hi

today I upgrade to kernel Linux 2.6.18-1-amd64 and did a reboot ;
after reboot, apcupsd refuses to recognize that there is a APC 500
attached via USB 


I looked into  /proc/bus/usb/devices and I see

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=1.5 MxCh= 0
D:  Ver= 1.10 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=051d ProdID=0002 Rev= 1.00
S:  Manufacturer=American Power Conversion
S:  Product=B
S:  SerialNumber=BB0309024776
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr= 30mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=(none)
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=10ms

It seems that Driver=(none)   is wrong, it should be   driver=(hid)



this is the problem : u don't have /dev/usb/hiddev**

2890 open(/dev/usb/hiddev1, O_RDWR|O_NOCTTY) = -1 ENOENT (No such file 
or directory)
12890 open(/dev/usb/hiddev2, O_RDWR|O_NOCTTY) = -1 ENOENT (No such 
file or directory)
12890 open(/dev/usb/hiddev3, O_RDWR|O_NOCTTY) = -1 ENOENT (No such 
file or directory)
12890 open(/dev/usb/hiddev4, O_RDWR|O_NOCTTY) = -1 ENOENT (No such 
file or directory)
12890 open(/dev/usb/hiddev5, O_RDWR|O_NOCTTY) = -1 ENOENT (No such 
file or directory)



--
While various networks have become deeply rooted, and thoughts have been
sent out as light and electrons in a singular direction, this era has
yet to digitize/computerize to the degree necessary for individuals to
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex


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



Bug#390995: debconf: [INTL:it] italian translation update for apt 0.6.46.1

2006-10-04 Thread Samuele Giovanni Tonon

Christian Perrier wrote:

Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):


Package: apt
Version: N/A
Severity: wishlist
Tags: patch l10n




Ahem. Where's the file ? :-)


whoops :-(
please close the bug.
will post a new one tomorrow morning after some decent sleep, seems i 
need it


sorry for mistake

samuele


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



Bug#316932: apcupsd: There's still problems with killpower

2006-09-29 Thread Samuele Giovanni Tonon
Peter Mogensen wrote:
 Package: apcupsd
 Version: 3.12.3-1
 Followup-For: Bug #316932
 
 
 The fix in 3.10.18-1 does not work when /usr can not simply be remounted.
 Specific: When /usr is on an LVM and RAID device, LVM and RAID has already 
 been stopped when killpower is executed.
 Maybe the general solution is a staticly linked killpower binary?

i'm thinking of putting killpower in /bin directory and advise
the authors to move the binary to that place.


cheers
Samuele

-- 
4% fats, 2% cerebral activities


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



Bug#387730: qc-usb-source: fails to compile with kernel 2.4.32

2006-09-16 Thread Battarra Samuele
Package: qc-usb-source
Version: 0.6.4-4
Severity: normal


qc-usb-source: fails to compile with kernel 2.4.32 with this error:

make[3]: Entering directory `/usr/src/modules/qc-usb-source'
gcc-3.3 -I/usr/src/linux/include -nostdinc -iwithprefix include -DMODULE 
   -D__KERNEL__ -DNOKERNEL -O2 -fomit-frame-pointer -fno-strict-aliasing 
   -fno-common -Wall -Wstrict-prototypes -Wno-trigraphs  -pipe -c qc-driver.c
qc-driver.c:80: error: syntax error before int
qc-driver.c:80: warning: type defaults to `int' in declaration of `module_param'
qc-driver.c:80: warning: function declaration isn't a prototype
qc-driver.c:80: warning: data definition has no type or storage class


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

Versions of packages qc-usb-source depends on:
ii  debhelper 5.0.37.3   helper programs for debian/rules

Versions of packages qc-usb-source recommends:
ii  kernel-package10.056 A utility for building Linux kerne

-- no debconf information


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



Bug#386667: apcupsd: Causes kernel oops

2006-09-09 Thread Samuele Giovanni Tonon

Steve Langasek wrote:

reassign 386667 kernel-image-2.4.27-i386
severity 386667 important
thanks

On Sat, Sep 09, 2006 at 07:15:56PM +1000, Peter Dey wrote:

Package: apcupsd
Version: 3.10.17-2
Severity: critical
Justification: breaks the whole system



The kernel on my system has Oopses, on average, twice a month, since installing 
apcupsd.
In all Oops cases, apcupsd has been listed as the process in kern.log.


Since the instructions its oopsing on are fairly generic (sys_ioctl and exit_sighand), I'm guessing apcupsd is somehow 
managing to cause the oops...


However, a kernel oops is always a kernel bug.  Given that apcupsd doesn't
contain any kernel modules, I'm reassigning this to the corresponding kernel
package.

I'm also lowering the severity, since from the kernel POV this bug doesn't
make the kernel unusable, it just makes it impossible to use apcupsd with
this kernel.
will forward this bug to apcupsd mantainer, maybe they have some clue 
about it .


Regards
Samuele

--
While various networks have become deeply rooted, and thoughts have been
sent out as light and electrons in a singular direction, this era has
yet to digitize/computerize to the degree necessary for individuals to
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex


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



Bug#375622: rss2email: r2e run dies with ImportError on feedparser

2006-06-27 Thread Battarra Samuele
Package: rss2email
Version: 1:2.59-1
Severity: normal


running r2e run output this:

Traceback (most recent call last):
File /usr/share/rss2email/rss2email.py, line 228, in ?
import feedparser
ImportError: No module named feedparser


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

Versions of packages rss2email depends on:
ii  python2.3.5-11   An interactive high-level object-o
ii  python-feedparser 4.1-4  Universal Feed Parser for Python

rss2email recommends no packages.

-- no debconf information


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



Bug#370421: amule-common: no ed2k handler in package

2006-06-05 Thread Battarra Samuele
Package: amule-common
Version: 2.1.2-1.1
Severity: normal

file /usr/bin/ed2k and /usr/bin/ed2k.wrapper are missing 

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

-- no debconf information


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



Bug#362649: rss2email: more info

2006-04-18 Thread Battarra Samuele
Package: rss2email
Version: 1:2.57-1
Followup-For: Bug #362649

after some test I see that:

sometimes r2e can't retrieve info from feed, but doesn't have a timeout and 
wait forever
when r2e is running, if you run another copy it would lock

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

Versions of packages rss2email depends on:
ii  python2.3.5-5An interactive high-level object-o
ii  python-feedparser 4.1-2  Universal Feed Parser for Python

rss2email recommends no packages.

-- no debconf information


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



Bug#362649: rss2email add address doesn't end

2006-04-14 Thread Battarra Samuele
Package: rss2email
Version: 1:2.57-1
Severity: normal


rss2email add address doesn't end
I have to type ^C to stop it
it print this message
Traceback (most recent call last):
File /usr/share/rss2email/rss2email.py, line 552, in ?
elif action == add: add(*args)
File /usr/share/rss2email/rss2email.py, line 319, in add
feeds, feedfileObject = load()
File /usr/share/rss2email/rss2email.py, line 295, in load
if unix: fcntl.flock(feedfileObject.fileno(), fcntl.LOCK_EX)
KeyboardInterrupt

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

Versions of packages rss2email depends on:
ii  python2.3.5-5An interactive high-level object-o
ii  python-feedparser 4.1-2  Universal Feed Parser for Python

rss2email recommends no packages.

-- no debconf information


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



Bug#353726: apcupsd-cgi: testing/unstable version reports false ONLINE NO BATTERY status

2006-02-22 Thread Samuele Giovanni Tonon
Alexander Gattin wrote:
 Package: apcupsd-cgi
 Version: 3.12.1-2
 Severity: normal
 
 Hi!
 
 Today I found that apcupsd-cgi reports status of
 perfectly working hosts as ONLINE NO BATTERY.
 
 Downgrading to stable version fixes the problem.

pls can u try to upgrade all of three to testing/unstable
version and see if the problem is fixed ? it could be that
3.11 can't communicate with 3.12.x ...

Regards
Samuele


-- 
4% fats, 2% cerebral activities


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



Bug#348771: apcupsd: Fails to start on boot with USB UPS and hotplug since kernel modules not yet loaded

2006-01-19 Thread Samuele Giovanni Tonon
Martin Fuzzey wrote:
 Package: apcupsd
 Version: 3.10.17-2
 Severity: important
 
 apcupsd starts at S12 whereas hotplug starts at S40

uhm, right now i haven't the time to look in the past
bugs but if u can, u should find that there was a problem
if u gave to apcupsd a value  S40 ...
however i need to confirm it, otherwise i'll change it.

ciao
Samuele


-- 
4% fats, 2% cerebral activities


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



Bug#347225: dpkg: po-debconf correction in the Italian translation

2006-01-10 Thread Samuele Giovanni Tonon
Christian Perrier wrote:
you can get both the plain files as well as an unidiff against current 
version fetched from

  http://people.debian.org/~seppy/d-i/level4/files/it/

I fixed several inconsistencies, such as double \-escapes, and typos, 
and took the freedom of removing some double form (... pacchetti NUOVI 
(NEW) ...) that do not seem appropriate (I mean, it is not the case of 
a reference to some obscure symbol or to an API). Finally, I deleted 
obsoleted entries.
 
 
 
 I actually prefer seeing updates sent as bug reports to the relevant
 package(s) if you can. That way, it's way better tracked down.

i'll do for apt.

Regards
Samuele

-- 
While various networks have become deeply rooted, and thoughts have been
sent out as light and electrons in a singular direction, this era has
yet to digitize/computerize to the degree necessary for individuals to
become a singular complex entity.
  KOUKAKU KIDOUTAI Stand Alone Complex


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



Bug#345756: eclipse-platform-common: startup script fail to start eclipse

2006-01-03 Thread Battarra Samuele
Package: eclipse-platform-common
Version: 3.1.1-7
Severity: normal
Tags: patch

after this piece of code:

# If the user has not set JAVA_HOME, cycle through our list of compatible VM's
# and pick the first one that exists.
if [ -z ${JAVA_HOME} ]; then
echo searching for compatible vm...
cat /etc/eclipse/java_home | grep -v '^#' | grep -v '^$' | \
while read JAVA_HOME; do
echo -n   testing ${JAVA_HOME}...
if [ -x ${JAVA_HOME}/bin/java ]; then
export JAVA_HOME
echo found
break
else
echo not found
fi
done
fi

$JAVA_HOME is always empty and eclipse will not start

replacing 
cat·/etc/eclipse/java_home·|·grep·-v·'^#'·|·grep·-v·'^$'·|·while·read·JAVA_HOME;·do
with
for JAVA_HOME in `cat /etc/eclipse/java_home | grep -v ^# | grep -v ^$`; do
should work without the export

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

Versions of packages eclipse-platform-common depends on:
ii  gij-4.0 [java1-runtime]   4.0.2-5j2  The GNU Java bytecode interpreter
ii  java-common   0.23   Base of all Java packages
ii  zenity2.10.1-1   Display graphical dialog boxes fro

eclipse-platform-common recommends no packages.

-- no debconf information



Bug#335144: Intention to NMU

2006-01-02 Thread Samuele Giovanni Tonon
Luk Claes wrote:
 Hi
 
 Attached the patch for the version I intend to upload. Please respond if
 you don't want this NMU to happen, if you are working yourself on a
 patch or if you think that the attached patch won't work.
 
 Cheers
 
hi,
i'll handle this by myself soon.
however thanks for the patch

Regards
Samuele

-- 
4% fats, 2% cerebral activities


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



  1   2   >