Bug#984884: libgcrypt20: Unknown error executing apt-key [Bullseye]

2021-03-09 Thread Davide Prina

Package: libgcrypt20
Version: 1.8.7-3
Severity: critical

I set it as critical because user cannot anymore upgrade their system, 
please adjust Severity if you think it not correct. Note that this can 
be also a security problem because very old libgcrypt20 is in use.


Some users in Italian mailing list have reported that they have an error 
when they try upgrade/install packages:


# apt update
Get:1 http://deb.debian.org/debian bullseye InRelease [142 kB]
Err:1 http://deb.debian.org/debian bullseye InRelease
  Unknown error executing apt-key
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository 
is not updated and the previous index files will be used. GPG error: 
http://deb.debian.org/debian bullseye InRelease: Unknown error executing 
apt-key
W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease 
 Unknown error executing apt-key
W: Some index files failed to download. They have been ignored, or old 
ones used instead.


dig the problem we found that they have the following files on their system:

$ /sbin/ldconfig -p | grep libgcrypt
libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
libgcrypt.so.20 (libc6,x86-64) => 
/usr/lib/x86_64-linux-gnu/libgcrypt.so.20


$ ls -l /lib/x86_64-linux-gnu/libgcrypt.so.20
lrwxrwxrwx 1 root root 19 17 mar  2020 
/lib/x86_64-linux-gnu/libgcrypt.so.20 -> libgcrypt.so.20.1.5

$ ls -l /lib/x86_64-linux-gnu/libgcrypt.so.20.1.5
-rw-r--r-- 1 root root 1112184 14 gen  2017 
/lib/x86_64-linux-gnu/libgcrypt.so.20.1.5


but these files are from package migrated to testing in:
[2017-01-25] libgcrypt20 1.7.5-3 MIGRATED to testing (Debian testing 
watch)[¹]


So for some reason when the library path change they have not been deleted.

All users with that problem cannot use apt to solve the issue.

I know that the user that report the problem has not the security 
repository in its sources.list file.


I suggest to check that those file are removed from
/lib/x86_64-linux-gnu/
in all new libgcrypt20 new version, elsewhere when Bullseye become 
stable more user can have that problem.


Ciao
Davide

[¹]
https://tracker.debian.org/pkg/libgcrypt20/news/?page=3
https://snapshot.debian.org/archive/debian/20170114T162918Z/pool/main/libg/libgcrypt20/libgcrypt20_1.7.5-3_amd64.deb



Bug#949894: quiterss: Segmentation fault at start

2020-01-26 Thread Davide Prina

Package: quiterss
Version: 0.19.2+dfsg-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

when I try to start quiterss I get a segmentation fault

I try:

***
1) to execute from command line:

$ quiterss &
[1] 22703
[1]+  Errore di segmentazione quiterss



***
2) to see what I can get using the debug symbols package and gdb:

$ gdb quiterss
GNU gdb (Debian 8.3.1-1) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from quiterss...
Reading symbols from 
/usr/lib/debug/.build-id/73/ce3f81b45ac6dc622ccd7476886a63f1aadf32.debug...

(gdb) run
Starting program: /usr/bin/quiterss
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
__memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:2373
2373	../sysdeps/x86_64/multiarch/memcpy-ssse3.S: File o directory non 
esistente.

(gdb) bt
#0  0x7371bd4b in __memcpy_ssse3 () at 
../sysdeps/x86_64/multiarch/memcpy-ssse3.S:2373
#1  0x73af29e6 in QString::append(QString const&) () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x5567826e in QString::operator+=(QString const&) (s=..., 
this=0x7fffd918) at 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:483
#3  0x5567826e in operator+(QString const&, char const*) 
(s2=0x5572d0e9 "/debug.log", s1=...) at 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1357
#4  0x5567826e in LogFile::msgHandler(QtMsgType, 
QMessageLogContext const&, QString const&) (type=QtInfoMsg, msg=...) at 
src/application/logfile.cpp:40

#5  0x73a6b4d1 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x73a6ca8d in qt_message_output(QtMsgType, 
QMessageLogContext const&, QString const&) () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x73b5d090 in QDebug::~QDebug() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7424fc2a in 
QGuiApplicationPrivate::createPlatformIntegration() () at 
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#9  0x74251c30 in 
QGuiApplicationPrivate::createEventDispatcher() () at 
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#10 0x73c39035 in QCoreApplicationPrivate::init() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7425399f in QGuiApplicationPrivate::init() () at 
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#12 0x7789d4d9 in QApplicationPrivate::init() () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x556fe0b2 in QtSingleApplication::QtSingleApplication(int&, 
char**, bool) (this=0x7fffddf0, argc=, 
argv=, GUIenabled=)

at 3rdparty/qtsingleapplication/qtsingleapplication.cpp:154
#14 0x55675b88 in MainApplication::MainApplication(int&, char**) 
(this=0x7fffddf0, argc=@0x7fffddec: 1, argv=) at 
src/application/mainapplication.cpp:30
#15 0x555c52d4 in main(int, char**) (argc=, 
argv=0x7fffdfb8) at src/main/main.cpp:40

(gdb) n

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb) q



***
3) to get a backtrace recompiling quiterss with nostrip[¹]

$ gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'bt full' 
-ex 'thread apply all bt full' --args quiterss

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffed901700 (LWP 34164)]
[New Thread 0x7fffe7974700 (LWP 34165)]
[]

and with this option the package work correctly



***
4) to reinstall quiterss from Debian repository

$ quiterss
Errore di segmentazione


***
5) to search some clues on the Debian compilation[²]

I found only few warning:

* WARNING: Project ERROR: Unknown module(s) in QT: phonon

* [...]implicitly-declared[...]

Ciao
Davide

[¹]
https://wiki.debian.org/HowToGetABacktrace

[²]
https://buildd.debian.org/status/fetch.php?pkg=quiterss=amd64=0.19.2%2Bdfsg-1=1575113652=0


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

Kernel: Linux 5.4.13-dp-20200125 (SMP w/4 CPU 

Bug#949178: linux-image-5.4.0-2-amd64: system freeze with i915 with error: 0000:00:02.0: Resetting rcs0 for hang on rcs0

2020-01-17 Thread Davide Prina

Package: src:linux
Version: 5.4.8-1
Severity: grave
Justification: causes non-serious data loss

I have noted in the last days that sometime the desktop freeze from some 
fraction of second to some seconds and then the desktop is usable again 
without problems.


I have had a longer freeze, then I get a black screen with all blocked.
I have used the Magic Key Ctrl-AltGr-REISU, but I can only have the 
keyboard leds working, Ctrl-Alt-Fx working, but I cannot reach a console 
or the Desktop GUI, so I have done a Ctrl-AltGr-B to reboot.


After reboot, I see the following errors in the log:

Jan 15 11:37:33 prinad03 kernel: [ 9354.966794] i915 :00:02.0: GPU 
HANG: ecode 9:1:0x, hang on rcs0
Jan 15 11:37:33 prinad03 kernel: [ 9354.966797] GPU hangs can indicate a 
bug anywhere in the entire gfx stack, including users

pace.
Jan 15 11:37:33 prinad03 kernel: [ 9354.966798] Please file a _new_ bug 
report on bugs.freedesktop.org against DRI -> DRM/Inte

l
Jan 15 11:37:33 prinad03 kernel: [ 9354.966799] drm/i915 developers can 
then reassign to the right component if it's not a ker

nel issue.
Jan 15 11:37:33 prinad03 kernel: [ 9354.966800] The GPU crash dump is 
required to analyze GPU hangs, so please always attach i

t.
Jan 15 11:37:33 prinad03 kernel: [ 9354.966801] GPU crash dump saved to 
/sys/class/drm/card0/error
Jan 15 11:37:33 prinad03 kernel: [ 9354.967810] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:37:33 prinad03 kernel: [ 9354.968580] [drm:gen8_reset_engines 
[i915]] *ERROR* rcs0 reset request timed out: {request

: 0001, RESET_CTL: 0001}
Jan 15 11:37:33 prinad03 kernel: [ 9354.968680] i915 :00:02.0: 
Resetting chip for hang on rcs0
Jan 15 11:37:33 prinad03 kernel: [ 9354.970473] [drm:gen8_reset_engines 
[i915]] *ERROR* rcs0 reset request timed out: {request

: 0001, RESET_CTL: 0001}
Jan 15 11:37:33 prinad03 kernel: [ 9354.971264] [drm:gen8_reset_engines 
[i915]] *ERROR* rcs0 reset request timed out: {request: 0001, 
RESET_CTL: 0001}
Jan 15 11:37:36 prinad03 kernel: [ 9358.166773] Asynchronous wait on 
fence i915:gnome-shell[1935]:184e0 timed out 
(hint:intel_atomic_commit_ready+0x0/0x50 [i915])
Jan 15 11:37:43 prinad03 kernel: [ 9364.950744] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:37:51 prinad03 kernel: [ 9372.950740] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:37:53 prinad03 kernel: [ 9374.966742] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:37:55 prinad03 kernel: [ 9376.950742] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:37:57 prinad03 kernel: [ 9378.966745] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:37:59 prinad03 kernel: [ 9380.950742] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:01 prinad03 kernel: [ 9382.966734] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:03 prinad03 kernel: [ 9384.950697] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:05 prinad03 kernel: [ 9386.966738] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:07 prinad03 kernel: [ 9388.950738] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:09 prinad03 kernel: [ 9390.966738] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:11 prinad03 kernel: [ 9392.950737] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:13 prinad03 kernel: [ 9394.966734] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:15 prinad03 kernel: [ 9396.950732] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:17 prinad03 kernel: [ 9398.966735] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:19 prinad03 kernel: [ 9400.950740] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:21 prinad03 kernel: [ 9402.966724] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:23 prinad03 kernel: [ 9404.950754] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:25 prinad03 kernel: [ 9406.966730] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:27 prinad03 kernel: [ 9408.950736] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0
Jan 15 11:38:29 prinad03 kernel: [ 9410.966733] i915 :00:02.0: 
Resetting rcs0 for hang on rcs0


$ cat /sys/class/drm/card0/error
No error state collected

Probably this is due because I have reboot the PC.

I have searched back to see if there are error for the previously 
momentaney freezes and I found the following line more than once.


kernel: [29704.922284] i915 :00:02.0: Resetting rcs0 for stuck wait 
on rcs0


I think that I get all the freezes when I'm using firefox.
I can reproduce the "dead" freeze when I use an internal web application 
for about 0,5h - 1h. The freeze seem to be random and not on a specific 
operation (I can do the last operation that generate the freeze after a 
reboot).


I have noted that the line before or near before is always the following 
(but 

Bug#910135: xserver-dorg-core: Xserver crashes after update to 1.20.1-4

2018-10-07 Thread Davide Prina

Hi,

I have reported a similar problem with the bug #907655, I have 
mistakenly open the bug to the xserver-xorg-video-mga (I have a gma not 
mga video card) and not the xserver-xorg-core (I have ask to move here 
the bug here... if someone can do that...).


Also for me the last version that start X is the 2:1.19.6-1, as you can 
see from the bug #907655 I have try to install all the version after 
that that are present on the snapshot.debian.org site.


Each time I have to upgrade my system I do:
# apt -f install
# apt update; apt -u upgrade; apt -u dist-upgrade
# dpkg -i xserver-xog-core-2%3a1.19.6-1_i386.deb

elsewhere the X don't start.

Tell me if I can do some test or you need more info.

Ciao
Davide



Bug#907655: xserver-xorg-core: X don't start with the latest package version

2018-09-05 Thread Davide Prina

On 05/09/2018 20:13, Davide Prina wrote:


If I install xserver-xorg-core 2:1.20.1-1 X don't start
If I install xserver-xorg-core 2:1.19.6-1 X start


I have installed xserver-xorg-core version (taken from snapshot.debian.org):
* 2:1.20.0-3 X don't start
* 2:1.20.0-2 X don't start
* 2:1.20.0-1 X don't start
* 2:1.19.99.901-1 X don't start

Ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
Database: http://www.postgresql.org
GNU/Linux User: 302090: http://counter.li.org
Non autorizzo la memorizzazione del mio indirizzo su outlook



Bug#907655: xserver-xorg-video-mga: X don't start with the latest package version

2018-09-05 Thread Davide Prina

On 08/30/2018 09:10 PM, Davide Prina wrote:

Package: xserver-xorg-video-mga
Version: 1:1.6.5-1
Severity: grave
Justification: renders package unusable


I see now that I make a mistake :-(
My video is gma and not mga

$ lsmod | grep gma | cut -d ' ' -f 1
gma500_gfx
drm_kms_helper
drm
i2c_algo_bit
video

so the package that don't let me to have a X starting is not
xserver-xorg-video-mga, but it is xserver-xorg-core.

If I install xserver-xorg-core 2:1.20.1-1 X don't start
If I install xserver-xorg-core 2:1.19.6-1 X start

Please change the Subject to xserver-xorg-core and move the bug to this 
package.


Let me know if I can do some test and give you more info.

thanks
Davide



Bug#907655: xserver-xorg-video-mga: X don't start with the latest package version

2018-08-31 Thread Davide Prina

On 31/08/2018 17:15, Julien Cristau wrote:


Please provide the full Xorg logs from the working and not-working cases.


I attached the following Xorg.0.log:
* bad_var_log_Xorg.0.log is /var/log/Xorg.0.log
* good_local_share_xorg_Xorg.0.log is ~/.local/share/xorg/Xorg.0.log
* good_var_log_Xorg.0.log is /var/log/Xorg.0.log

"good" is when X works correctly and "bad" what the screen hung up. Note 
that there is not a bad for .local/share/xorg because it written only in 
the "good" case.


Ciao
Davide
[  1680.867] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[  1680.888] X Protocol Version 11, Revision 0
[  1680.894] Build Operating System: Linux 4.9.0-5-amd64 i686 Debian
[  1680.902] Current Operating System: Linux debian-eeepc 4.17.0-3-686-pae #1 SMP Debian 4.17.17-1 (2018-08-18) i686
[  1680.902] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.17.0-3-686-pae root=UUID=0a5125b0-7623-41ad-9924-f86564311fe3 ro single
[  1680.917] Build Date: 26 January 2018  05:11:03PM
[  1680.924] xorg-server 2:1.19.6-1 (https://www.debian.org/support) 
[  1680.932] Current version of pixman: 0.34.0
[  1680.948] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1680.948] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1680.981] (==) Log file: "/home/davide/.local/share/xorg/Xorg.0.log", Time: Thu Aug 30 20:11:16 2018
[  1681.003] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1681.066] (==) No Layout section.  Using the first Screen section.
[  1681.066] (==) No screen section available. Using defaults.
[  1681.066] (**) |-->Screen "Default Screen Section" (0)
[  1681.066] (**) |   |-->Monitor ""
[  1681.066] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1681.067] (==) Automatically adding devices
[  1681.067] (==) Automatically enabling devices
[  1681.067] (==) Automatically adding GPU devices
[  1681.067] (==) Max clients allowed: 256, resource mask: 0x1f
[  1681.135] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1681.135] 	Entry deleted from font path.
[  1681.196] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  1681.196] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1681.196] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1681.197] (II) Loader magic: 0x770720
[  1681.197] (II) Module ABI versions:
[  1681.197] 	X.Org ANSI C Emulation: 0.4
[  1681.197] 	X.Org Video Driver: 23.0
[  1681.197] 	X.Org XInput driver : 24.1
[  1681.197] 	X.Org Server Extension : 10.0
[  1681.218] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[  1681.218] (++) using VT number 1

[  1681.222] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1681.241] (--) PCI:*(0:0:2:0) 8086:8108:1043:83ce rev 7, Mem @ 0xf3f8/524288, 0xd000/268435456, 0xf3f4/262144, I/O @ 0xc880/8, BIOS @ 0x/131072
[  1681.241] (II) LoadModule: "glx"
[  1681.254] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1681.369] (II) Module glx: vendor="X.Org Foundation"
[  1681.369] 	compiled for 1.19.6, module version = 1.0.0
[  1681.369] 	ABI class: X.Org Server Extension, version 10.0
[  1681.369] (==) Matched psb as autoconfigured driver 0
[  1681.369] (==) Matched psb_drv as autoconfigured driver 1
[  1681.369] (==) Matched psb as autoconfigured driver 2
[  1681.369] (==) Matched psb_drv as autoconfigured driver 3
[  1681.369] (==) Matched modesetting as autoconfigured driver 4
[  1681.369] (==) Matched fbdev as autoconfigured driver 5
[  1681.369] (==) Matched vesa as autoconfigured driver 6
[  1681.370] (==) Assigned the driver to the xf86ConfigLayout
[  1681.370] (II) LoadModule: "psb"
[  1681.371] (WW) Warning, couldn't open module psb
[  1681.371] (II) UnloadModule: "psb"
[  1681.371] (II) Unloading psb
[  1681.371] (EE) Failed to load module "psb" (module does not exist, 0)
[  1681.371] (II) LoadModule: "psbdrv"
[  1681.373] (WW) Warning, couldn't open module psbdrv
[  1681.373] (II) UnloadModule: "psbdrv"
[  1681.373] (II) Unloading psbdrv
[  1681.373] (EE) Failed to load module "psbdrv" (module does not exist, 0)
[  1681.373] (II) LoadModule: "modesetting"
[  1681.373] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1681.374] (II) Module modesetting: vendor="X.Org Foundation"
[  1681.374] 	compiled for 1.19.6, module version = 1.19.6
[  1681.374] 	Module class: X.Org Video Driver
[  1681.374] 	ABI class: 

Bug#907655: xserver-xorg-video-mga: X don't start with the latest package version

2018-08-30 Thread Davide Prina

Package: xserver-xorg-video-mga
Version: 1:1.6.5-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

upgrading the system to the latest version don't let X to start: screen 
black with a cursor not blinking at the upper left corner. Ctrl-Alt-Fx 
don't works. Magic keys work.


Restarting the system in recovery mode and accessing as root I was able 
to install previous version of xserver-xorg-video-mga and server-xorg-core:


# dpkg -i xserver-xorg-video-mga_1%3a1.6.5-1_i386.deb xserver-xorg-
core_2%3a1.19.6-1_i386.deb

this fix the problem.

using the command
$ grep --binary-files=text wdm /var/log/syslog

in a successful start I see the following:

Aug 30 20:12:52 debian-eeepc wdm: X.Org X Server 1.19.6
Aug 30 20:12:52 debian-eeepc wdm: Release Date: 2017-12-20
Aug 30 20:12:53 debian-eeepc wdm: X Protocol Version 11, Revision 0
Aug 30 20:12:53 debian-eeepc wdm: Build Operating System: Linux 
4.9.0-5-amd64

i686 Debian
Aug 30 20:12:53 debian-eeepc wdm: Current Operating System: Linux 
debian-eeepc

4.17.0-3-686-pae #1 SMP Debian 4.17.17-1 (2018-08-18) i686
Aug 30 20:12:53 debian-eeepc wdm: Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-4.17.0-3-686-pae
root=UUID=0a5125b0-7623-41ad-9924-f86564311fe3 ro quiet
Aug 30 20:12:53 debian-eeepc wdm: Build Date: 26 January 2018  05:11:03PM
Aug 30 20:12:53 debian-eeepc wdm: xorg-server 2:1.19.6-1
(https://www.debian.org/support)
Aug 30 20:12:53 debian-eeepc wdm: Current version of pixman: 0.34.0
Aug 30 20:12:53 debian-eeepc wdm: #011Before reporting problems, check
http://wiki.x.org
Aug 30 20:12:53 debian-eeepc wdm: #011to make sure that you have the latest
version.
Aug 30 20:12:53 debian-eeepc wdm: Markers: (--) probed, (**) from config 
file,

(==) default setting,
Aug 30 20:12:53 debian-eeepc wdm: #011(++) from command line, (!!) 
notice, (II)

informational,
Aug 30 20:12:53 debian-eeepc wdm: #011(WW) warning, (EE) error, (NI) not
implemented, (??) unknown.
Aug 30 20:12:53 debian-eeepc wdm: (==) Log file: "/var/log/Xorg.0.log", 
Time:

Thu Aug 30 20:12:52 2018
Aug 30 20:12:53 debian-eeepc wdm: (==) Using system config directory
"/usr/share/X11/xorg.conf.d"
Aug 30 20:12:54 debian-eeepc wdm: (EE) fbdev: module ABI major version (24)
doesn't match the server's version (23)
Aug 30 20:12:54 debian-eeepc wdm: (EE) vesa: module ABI major version (24)
doesn't match the server's version (23)
Aug 30 20:12:54 debian-eeepc wdm: pci id for fd 14: 8086:8108, driver (null)
Aug 30 20:12:58 debian-eeepc wdm: EGL_MESA_drm_image required.
Aug 30 20:13:02 debian-eeepc wdm: Cannot open config file. Using builtin
defaults
Aug 30 20:16:55 debian-eeepc wdm[705]: geometry:
530x240+-2147483648+-2147483648

Note: the EE is because I have installed all 24 except mga and core

in an unsuccessful start I see the following:
Aug 30 18:41:52 debian-eeepc wdm: X.Org X Server 1.20.1
Aug 30 18:41:52 debian-eeepc wdm: X Protocol Version 11, Revision 0
Aug 30 18:41:52 debian-eeepc wdm: Build Operating System: Linux 
4.9.0-7-amd64

i686 Debian
Aug 30 18:41:52 debian-eeepc wdm: Current Operating System: Linux 
debian-eeepc

4.17.0-3-686-pae #1 SMP Debian 4.17.17-1 (2018-08-18) i686
Aug 30 18:41:52 debian-eeepc wdm: Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-4.17.0-3-686-pae
root=UUID=0a5125b0-7623-41ad-9924-f86564311fe3 ro quiet
Aug 30 18:41:52 debian-eeepc wdm: Build Date: 17 August 2018  08:05:00PM
Aug 30 18:41:52 debian-eeepc wdm: xorg-server 2:1.20.1-1
(https://www.debian.org/support)
Aug 30 18:41:52 debian-eeepc wdm: Current version of pixman: 0.34.0
Aug 30 18:41:52 debian-eeepc wdm: #011Before reporting problems, check
http://wiki.x.org
Aug 30 18:41:52 debian-eeepc wdm: #011to make sure that you have the latest
version.
Aug 30 18:41:52 debian-eeepc wdm: Markers: (--) probed, (**) from config 
file,

(==) default setting,
Aug 30 18:41:52 debian-eeepc wdm: #011(++) from command line, (!!) 
notice, (II)

informational,
Aug 30 18:41:52 debian-eeepc wdm: #011(WW) warning, (EE) error, (NI) not
implemented, (??) unknown.
Aug 30 18:41:52 debian-eeepc wdm: (==) Log file: "/var/log/Xorg.0.log", 
Time:

Thu Aug 30 18:41:52 2018
Aug 30 18:41:52 debian-eeepc wdm: (==) Using system config directory
"/usr/share/X11/xorg.conf.d"
Aug 30 18:41:52 debian-eeepc wdm: pci id for fd 14: 8086:8108, driver (null)
Aug 30 18:41:53 debian-eeepc wdm: (EE)
Aug 30 18:41:53 debian-eeepc wdm: (EE) Backtrace:
Aug 30 18:41:53 debian-eeepc wdm: server unexpectedly died
Aug 30 18:42:08 debian-eeepc wdm: Server for display :0 can't be started,
session disabled

Let me know if you need more info.

Ciao
Davide


-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Dec  5  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Jan 18  2018 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation System 
Controller Hub (SCH Poulsbo) Graphics Controller [8086:8108] (rev 

Bug#905409: upgrade of util-linux and login break the xhost command for other users

2018-08-09 Thread Davide Prina

On 09/08/2018 21:06, Helge Kreutzmann wrote:


+Use a separate X display (e.g. "Switch User" in GNOME, or the equivalent 
fast-user-switching feature in other desktop environments),


here probably it is better to say that the user can switch from one to 
other user with the Ctrl-Alt-Fx keys



+Use ssh, e.g. "ssh -X -oForwardX11Trusted=no otheruser@localhost".


and here, I think it is better to write somethings like:
+Use ssh, e.g. "ssh -X -oForwardX11Trusted=no $OTHERUSER@$LOCALHOST".
+Where $OTHERUSER is the user you want to use to execute commands
+and $LOCALHOST is your localhost (it can be: localhost, 127.0.0.1, ...)

and probably it is better to mention that you need sshd process active 
in your system (you must install openssh-server).


I don't know if it is better to evidence that with this solution you can 
have performance problems and not all can work correctly as you expected.



+Allow \fBsu\fR explicit display access by issuing "xhost 
+si:localuser:otheruser" in


and here, I think it is better to write somethings like:
+explicit display access by issuing "xhost +si:localuser:$OTHERUSER"
...


+the originating X session and "DISPLAY=:0 command" under \fBsu\fR.


and here
+the originating X session and "DISPLAY=:0 $COMMAND" under \fBsu\fR.
+or export the DISPLAY variable as "export DISPLAY=:0"
+and then execute all the commands with GUI you like: "$COMMAND &"
+where $COMMAND is the GUI command you like to exec (eg: qcalculate &)

Probably it is better to put some link to documentation
man sshd
man ssh_config
man sshd_config
man xhost
...

Ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
Motivi per non comprare/usare ms-windows-vista:
http://badvista.fsf.org/
Non autorizzo la memorizzazione del mio indirizzo su outlook



Bug#905409: upgrade of util-linux and login break the xhost command for other users

2018-08-05 Thread Davide Prina

Hi Andreas,

On 05/08/2018 05:40, Andreas Henriksson wrote:


$ xhost +si:localuser:temp
$ su - temp


You are right that the old su would copy over DISPLAY and XAUTHORITY
environment variables, even when you tell it to give you a new
clean environment.


probably this modification must be written in the changelog as an 
important change.



$ firefox &
Error: GDK_BACKEND does not match available displays


The error message is a bit misleading. Please just try running this
instead:

DISPLAY=:0 firefox &


thanks, this work :-)

strange, one of the first things that I have done was:
export DISPLAY=:0

probably I have mistake writing something :-(
... looking the history I found that I don't have write "export" :-(


Please feel free to submit a merge request with a util-linux.NEWS entry
addition mentioning the difference if you can come up with a nice
user-understandable description.


I'm not very good in English.

I think you can close this bug.

thanks for your help
Davide



Bug#905409: upgrade of util-linux and login break the xhost command for other users

2018-08-04 Thread Davide Prina

Package: util-linux
Version: 2.32-0.1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

upgrading
* util-linux:amd64 (2.32-0.1, 2.32-0.3)
* login:amd64 (1:4.5-1, 1:4.5-1.1)

do not let work anymore something like this:

$ xhost +si:localuser:temp
$ su - temp
$ firefox &
Error: GDK_BACKEND does not match available displays

downgrade this two packages (as I have done now before writing this bug 
report) solve the problem


If I mistake and this is a login package problem please reassign the bug.

thank
Davide

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

Kernel: Linux 4.17.8-dp-20180723 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8), 
LANGUAGE=it_IT.utf8 (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages util-linux depends on:
ii  fdisk  2.32-0.3
ii  libaudit1  1:2.8.3-1+b1
ii  libblkid1  2.32-0.3
ii  libc6  2.27-5
ii  libmount1  2.32-0.3
ii  libpam0g   1.1.8-3.7
ii  libselinux12.8-1+b1
ii  libsmartcols1  2.32-0.3
ii  libsystemd0239-7
ii  libtinfo6  6.1+20180714-1
ii  libudev1   239-7
ii  libuuid1   2.32-0.3
ii  zlib1g 1:1.2.11.dfsg-1

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools  4.1-2
ii  kbd 2.0.4-4
pn  util-linux-locales  

-- debconf information:
  util-linux/noauto-with-nonzero-passnum:



Bug#896550: kazam: Binding 'R' failed!

2018-04-30 Thread Davide Prina

On 29/04/2018 20:45, Andrew Starr-Bochicchio wrote:


Could you please provide a bit more info about your set up to help
track down the root cause here?


ok, tell me what you want to know


What desktop environment is in use?


$ dpkg -l | grep " gnome "
ii  gnome1:3.22+9   amd64

I have a Debian testing up to date

I will try to give you more information

Reading the warning message it is probably that it try to run with the 
wrong python version or python library version


$ python --version
Python 2.7.15rc1

I have try to use alias to change the python default for the shell
$ alias python='/usr/bin/python3.6'
but nothing change, I have always the same warning messages.

What I have seen is that someone, that have had the same problem, tell 
that they don't have installed some package... probably a missing 
dependency?


$ dpkg -l | grep "ii  python" | cut -d ' ' -f 3
python
python-alabaster
python-all
python-all-dev
python-apt
python-apt-common
python-asn1crypto
python-attr
python-automat
python-babel
python-babel-localedata
python-backports-abc
python-backports-shutil-get-terminal-size
python-backports.functools-lru-cache
python-backports.ssl-match-hostname
python-bleach
python-blinker
python-brial
python-bs4
python-bsddb3
python-cairo:amd64
python-certifi
python-cffi-backend
python-chardet
python-click
python-colorama
python-concurrent.futures
python-configparser
python-constantly
python-crypto
python-cryptography
python-cvxopt
python-cycler
python-cypari2:amd64
python-cysignals-pari:amd64
python-dateutil
python-dbg
python-dbus
python-debian
python-debianbts
python-decorator
python-defusedxml
python-dev
python-docutils
python-entrypoints
python-enum34
python-flask
python-flask-autoindex
python-flask-babel
python-flask-oldsessions
python-flask-openid
python-flask-silk
python-fpylll:amd64
python-funcsigs
python-functools32
python-future
python-gconf
python-gd
python-gi
python-gi-cairo
python-glade2
python-gmpy
python-gnome2
python-gnucash
python-gnutls
python-gobject
python-gobject-2
python-gobject-2-dbg
python-gtk2
python-html5lib
python-httplib2
python-hyperlink
python-idna
python-imagesize
python-imaging
python-incremental
python-ipaddress
python-ipykernel
python-ipython
python-ipython-genutils
python-ipywidgets
python-itsdangerous
python-jinja2
python-jsonschema
python-jupyter-client
python-jupyter-core
python-keyring
python-keyrings.alt
python-lxml:amd64
python-lzma
python-markupsafe
python-matplotlib
python-matplotlib-data
python-minimal
python-mistune
python-mlt
python-mock
python-moinmoin
python-mpmath
python-nautilus
python-nbconvert
python-nbformat
python-networkx
python-nose
python-notebook
python-numpy
python-numpy-dbg:amd64
python-olefile
python-opengl
python-openid
python-openssl
python-pam
python-pandocfilters
python-parsedatetime
python-passlib
python-path
python-pathlib2
python-pbr
python-pdfrw
python-pexpect
python-pickleshare
python-pil:amd64
python-pip
python-pip-whl
python-pkg-resources
python-pkgconfig
python-ply
python-prompt-toolkit
python-psutil
python-ptyprocess
python-pyasn1
python-pyasn1-modules
python-pycurl
python-pygame
python-pyglet
python-pygments
python-pygraphviz
python-pyicu
python-pyinotify
python-pyorbit
python-pyparsing
python-pyqt5
python-pyqt5.qtwebkit
python-pysimplesoap
python-pysqlite2
python-qt4
python-rabbyt
python-recaptcha
python-renderpm:amd64
python-reportlab
python-reportlab-accel:amd64
python-requests
python-roman
python-rpy2
python-sagenb
python-sagenb-export
python-scandir
python-scipy
python-scour
python-secretstorage
python-send2trash
python-serial
python-service-identity
python-setuptools
python-setuptools-scm
python-simplegeneric
python-simplejson
python-singledispatch
python-sip
python-six
python-snowballstemmer
python-soappy
python-sphinx
python-sphinx-rtd-theme
python-subprocess32
python-svn
python-sympy
python-sympy-doc
python-talloc
python-terminado
python-testpath
python-tk
python-tornado
python-traitlets
python-twisted
python-twisted-bin:amd64
python-twisted-core
python-twisted-web
python-typing
python-tz
python-urllib3
python-vcversioner
python-wcwidth
python-webencodings
python-werkzeug
python-wheel
python-wstools
python-wxgtk3.0
python-wxversion
python-xapian
python-xappy
python-xdg
python-yaml
python-zmq
python-zope.interface
python2.7
python2.7-dbg
python2.7-dev
python2.7-minimal
python3
python3-apt
python3-bleach
python3-brlapi
python3-cairo:amd64
python3-certifi
python3-chardet
python3-crypto
python3-cups
python3-cupshelpers
python3-dateutil
python3-dbus
python3-debconf
python3-debian
python3-debianbts
python3-decorator
python3-dev
python3-distutils
python3-docutils
python3-entrypoints
python3-gi
python3-gi-cairo
python3-gpg
python3-html5lib
python3-httplib2
python3-idna
python3-ipykernel
python3-ipython
python3-ipython-genutils
python3-ipywidgets
python3-jinja2
python3-jsonschema
python3-jupyter-client
python3-jupyter-core
python3-keyrings.alt
python3-lib2to3
python3-louis
python3-magic
python3-mako
python3-markupsafe

Bug#896550: kazam: Binding 'R' failed!

2018-04-22 Thread Davide Prina

Package: kazam
Version: 1.4.5-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

if I start kazam from an x-term

$ kazam
/usr/bin/kazam:32: PyGIWarning: Gtk was imported without specifying a 
version first. Use gi.require_version('Gtk', '3.0') before import to 
ensure that the right version gets loaded.

  from gi.repository import Gtk
/usr/lib/python3/dist-packages/kazam/frontend/window_area.py:30: 
PyGIWarning: Wnck was imported without specifying a version first. Use 
gi.require_version('Wnck', '3.0') before import to ensure that the right 
version gets loaded.

  from gi.repository import Gtk, GObject, Gdk, Wnck, GdkX11
/usr/lib/python3/dist-packages/kazam/backend/gstreamer.py:35: 
PyGIWarning: Gst was imported without specifying a version first. Use 
gi.require_version('Gst', '1.0') before import to ensure that the right 
version gets loaded.

  from gi.repository import GObject, Gst
/usr/lib/python3/dist-packages/kazam/frontend/indicator.py:97: 
PyGIWarning: Keybinder was imported without specifying a version first. 
Use gi.require_version('Keybinder', '3.0') before import to ensure that 
the right version gets loaded.

  from gi.repository import Keybinder

** (kazam:30445): WARNING **: 10:35:07.589: Binding 'R' failed!

** (kazam:30445): WARNING **: 10:35:07.589: Binding 'F' failed!

** (kazam:30445): WARNING **: 10:35:07.589: Binding 'P' failed!

** (kazam:30445): WARNING **: 10:35:07.589: Binding 'W' failed!

** (kazam:30445): WARNING **: 10:35:07.589: Binding 'Q' failed!
/usr/lib/python3/dist-packages/kazam/app.py:145: Warning: value 
"((GtkIconSize) 32)" of type 'GtkIconSize' is invalid or out of range 
for property 'icon-size' of type 'GtkIconSize'

  self.builder.add_from_file(os.path.join(prefs.datadir, "ui", "kazam.ui"))

(kazam:30445): Gtk-WARNING **: 10:35:07.839: Can't set a parent on 
widget which has a parent


(kazam:30445): Gtk-WARNING **: 10:35:07.856: Can't set a parent on 
widget which has a parent





And the key for start/stop registration don't work.
So I can set to save the screencast, start it, bug I cannot stop it (I 
can do it with Ctrl-C or kill command, but I don't have the screencast 
with something usable: I see a movie with area subdivided into black and 
withe squares).


I search the internet and found two solution[1] for other users that 
don't work for me:


1) comment out some instruction on instruction on 
/usr/lib/python3/dist-packages/kazam/frontend/indicator.py


2) install python3-xlib (I try to install also python-xlib)

Ciao
Davide

[1]
https://askubuntu.com/questions/982233/kazam-fails-with-pygiwarning-gtk-was-imported-without-specifying-a-version-fir


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

Kernel: Linux 4.15.11-dp-20180401 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8), 
LANGUAGE=it_IT.utf8 (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kazam depends on:
ii  gir1.2-gst-plugins-base-1.0  1.14.0-2
ii  gir1.2-gstreamer-1.0 1.14.0-1
ii  gir1.2-keybinder-3.0 0.3.2-1
ii  gir1.2-wnck-3.0  3.24.1-2
ii  gnome-session-canberra   0.30-6
ii  gstreamer1.0-plugins-base1.14.0-2
ii  gstreamer1.0-plugins-good1.14.0-4
ii  gstreamer1.0-plugins-ugly1.14.0-1
ii  gstreamer1.0-pulseaudio  1.14.0-4
ii  python3  3.6.4-1
ii  python3-cairo1.16.2-1
ii  python3-dbus 1.2.6-1
ii  python3-gi   3.28.2-1
ii  python3-gi-cairo 3.28.2-1
ii  python3-xdg  0.25-4

Versions of packages kazam recommends:
ii  gstreamer1.0-libav  1.14.0-1

kazam suggests no packages.

-- no debconf information



Bug#641412: [libreoffice] segfault from libsofficeapp.so on

2011-09-13 Thread Davide Prina

Package: libreoffice
Version: 1:3.4.3-1

I have had the same error and I found that the installation process stop 
with an error (sorry for the Italian message from my log):


-8---8---8---8---8---8---8--
Elaborazione dei trigger per libreoffice-common...

ERROR: 
com.sun.star.registry.SimpleRegistry.open(file:///usr/lib/libreoffice/basis3.4/program/services.rdb): 
underlying Registry::open/create() = 3

Exception details:
(com.sun.star.registry.InvalidRegistryException) { { Message = 
com.sun.star.registry.SimpleRegistry.open(file:///usr/lib/libreoffice/basis3.4/program/services.rdb): 
underlying Registry::open/create() = 3, Context = 
(com.sun.star.uno.XInterface) @193ee70 (ImplementationName = 
com.sun.star.comp.stoc.SimpleRegistry) } }


unopkg failed.
dpkg: errore nell'elaborare libreoffice-common (--unpack):
 il sottoprocesso vecchio script di post-installation ha restituito lo 
stato di errore 1

configured to not write apport reports
  Si sono verificati degli errori 
nell'elaborazione:

 libreoffice-common
-8---8---8---8---8---8---8--


I think (I can use Libreoffice) I have solved this problem with:

# apt-get -f install
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
I seguenti pacchetti sono stati installati automaticamente e non sono 
più richiesti:

[...]
Usare apt-get autoremove per rimuoverli.
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
32 non completamente installati o rimossi.
Dopo quest'operazione, verranno occupati 0 B di spazio su disco.
Configurazione di libgraphite2-2.0.0 (1.0.2-1)...
Configurazione di libreoffice-common (1:3.4.3-1)...
Configurazione di libreoffice-core (1:3.4.3-1)...
Configurazione di libreoffice-l10n-it (1:3.4.3-1)...
Configurazione di openoffice.org-l10n-it (1:3.4.0~ooo340m1-3)...
Elaborazione dei trigger per libreoffice-common...
Updating services.rdb...
done.
Configurazione di libreoffice-base-core (1:3.4.3-1)...
Configurazione di libreoffice-writer (1:3.4.3-1)...
Configurazione di libreoffice-calc (1:3.4.3-1)...
Configurazione di libreoffice-draw (1:3.4.3-1)...
Configurazione di libreoffice-impress (1:3.4.3-1)...
Configurazione di libreoffice-math (1:3.4.3-1)...
Configurazione di libreoffice-base (1:3.4.3-1)...
Configurazione di libreoffice (1:3.4.3-1)...
Configurazione di libreoffice-filter-binfilter (1:3.4.3-1)...
Configurazione di libreoffice-gtk (1:3.4.3-1)...
Configurazione di libreoffice-gnome (1:3.4.3-1)...
Configurazione di libreoffice-help-en-us (1:3.4.3-1)...
Configurazione di libreoffice-help-it (1:3.4.3-1)...
Configurazione di libreoffice-officebean (1:3.4.3-1)...
Configurazione di python-uno (1:3.4.3-1)...
Configurazione di openoffice.org-base (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-calc (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-draw (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-filter-binfilter (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-gnome (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-gtk (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-help-en-us (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-help-it (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-impress (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-math (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-officebean (1:3.4.0~ooo340m1-3)...
Configurazione di openoffice.org-writer (1:3.4.0~ooo340m1-3)...
Elaborazione dei trigger per menu...
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB

Ciao
Davide

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-1-amd64

Debian Release: wheezy/sid
  500 testing security.debian.org
  500 testing mi.mirror.garr.it
  500 testing ftp.it.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libreoffice-core (= 1:3.4.3-1) | 1:3.4.3-1
libreoffice-writer | 1:3.4.3-1
libreoffice-calc   | 1:3.4.3-1
libreoffice-impress| 1:3.4.3-1
libreoffice-draw   | 1:3.4.3-1
libreoffice-math   | 1:3.4.3-1
libreoffice-base   | 1:3.4.3-1
libreoffice-report-builder-bin | 1:3.4.3-1
ttf-dejavu | 2.33-2
ttf-sil-gentium-basic  | 1.1-2

Bug#641412: [libreoffice] segfault from libsofficeapp.so on

2011-09-13 Thread Davide Prina

Package: libreoffice
Version: 1:3.4.3-1
Followup-For: Bug #641412

I have forgotten to say a thing: when the libreoffice crash (I don't 
have see the error in the installation process) I have moved the 
.libreoffice directory in .libreoffice_old and than I have do the 
apt-get -f install.

Then I moved the .libreoffice_old in .libreoffice

Now I have try to do:

# apt-get install --reinstall libreoffice libreoffice-base 
libreoffice-base-core libreoffice-calc libreoffice-core libreoffice-draw 
libreoffice-filter-binfilter libreoffice-gnome libreoffice-gtk 
libreoffice-help-en-us libreoffice-help-it libreoffice-impress 
libreoffice-l10n-it libreoffice-math libreoffice-officebean 
libreoffice-writer openoffice.org-base openoffice.org-calc 
openoffice.org-draw openoffice.org-filter-binfilter openoffice.org-gnome 
openoffice.org-gtk openoffice.org-help-en-us openoffice.org-help-it 
openoffice.org-impress openoffice.org-l10n-it openoffice.org-math 
openoffice.org-officebean openoffice.org-writer python-uno


to see if I can get the installation error, but all work correctly.

Now all seem to work correctly.

Ciao
Davide

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

Kernel: Linux 3.0.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

Versions of packages libreoffice depends on:
ii  liblucene2-java 2.9.4+ds1-2
ii  libreoffice-base1:3.4.3-1
ii  libreoffice-calc1:3.4.3-1
ii  libreoffice-core1:3.4.3-1
ii  libreoffice-draw1:3.4.3-1
ii  libreoffice-filter-mobiledev1:3.4.3-1
ii  libreoffice-impress 1:3.4.3-1
ii  libreoffice-java-common 1:3.4.3-1
ii  libreoffice-math1:3.4.3-1
ii  libreoffice-report-builder-bin  1:3.4.3-1
ii  libreoffice-writer  1:3.4.3-1
ii  ttf-dejavu  2.33-2
ii  ttf-sil-gentium-basic   1.1-2

Versions of packages libreoffice recommends:
ii  libpaper-utils  1.1.24+nmu1
ii  ttf-liberation  1.07.0-1

Versions of packages libreoffice suggests:
ii  cups-bsd   none
ii  default-jre [java5-runtime]1:1.6-40
ii  gstreamer0.10-ffmpeg   1:0.10.11-4.1
ii  gstreamer0.10-plugins-bad  0.10.22-3
ii  gstreamer0.10-plugins-base 0.10.35-1
ii  gstreamer0.10-plugins-good 0.10.30-1
ii  gstreamer0.10-plugins-ugly 0.10.18-3
ii  hunspell-dictionarynone
ii  hyphen-hyphenation-patternsnone
ii  icedove3.1.13-1
ii  iceweasel  5.0-6
ii  imagemagick8:6.6.9.7-5
ii  libgl1-mesa-glx [libgl1]   7.11-5
ii  libldap-2.4-2  2.4.25-3
ii  libreoffice-filter-binfilter   1:3.4.3-1
ii  libreoffice-gnome  1:3.4.3-1
ii  libreoffice-help-en-us [libreoffice-help-3.4]  1:3.4.3-1
ii  libreoffice-help-it [libreoffice-help-3.4] 1:3.4.3-1
ii  libreoffice-l10n-it [libreoffice-l10n-3.4] 1:3.4.3-1
ii  libreoffice-officebean 1:3.4.3-1
ii  libsane1.0.22-6
ii  libxrender11:0.9.6-2
ii  menu   2.1.45
ii  myspell-en-us [myspell-dictionary] 1:3.3.0-3
ii  mythes-en-us [mythes-thesaurus]1:3.3.0-3
ii  openclipart-libreofficenone
ii  openjdk-6-jre [java5-runtime]  6b23~pre7-1
ii  pstoedit   3.60-1
ii  sun-java6-jre [java5-runtime]  6.26-3
ii  unixodbc   2.2.14p2-3

Versions of packages libreoffice-core depends on:
ii  fontconfig   2.8.0-3
ii  libatk1.0-0  2.0.1-2
ii  libc62.13-18
ii  libcairo21.10.2-6.1
ii  libcurl3-gnutls  7.21.7-1
ii  libdb5.1 5.1.25-11
ii  libexpat12.0.1-7
ii  libfontconfig1   2.8.0-3
ii  libfreetype6 2.4.6-2
ii  libgcc1  1:4.6.1-4
ii  libgdk-pixbuf2.0-0   2.24.0-1
ii  libglib2.0-0 2.28.6-1
ii  libgraphite2-2.0.0   1.0.2-1
ii  libgstreamer-plugins-base0.10-0  0.10.35-1
ii  libgstreamer0.10-0   0.10.35-1
ii  libgtk2.0-0  2.24.4-3
ii  libhunspell-1.2-01.2.14-4
ii  libhyphen0   2.7.1-4
ii  libice6  2:1.0.7-2
ii  libicu44 4.4.2-2
ii  libjpeg8   

Bug#570500: svn-workbench: crash on start: AttributeError: 'NoneType' object has no attribute 'lower'

2010-02-19 Thread Davide Prina
Package: svn-workbench
Version: 1.6.2-1
Justification: renders package unusable
Severity: grave

$ svn-workbench
Warning: Switch translation of Work Bench starting to U_!
Traceback (most recent call last):
  File /usr/share/svn-workbench/wb_main.py, line 248, in module
sys.exit( main( sys.argv ) )
  File /usr/share/svn-workbench/wb_main.py, line 80, in main
app = wb_app.WbApp( startup_dir, args )
  File /usr/share/svn-workbench/wb_app.py, line 104, in __init__
all=1 )
  File /usr/lib/python2.5/gettext.py, line 437, in find
for nelang in _expand_lang(lang):
  File /usr/lib/python2.5/gettext.py, line 132, in _expand_lang
locale = normalize(locale)
  File /usr/lib/python2.5/locale.py, line 298, in normalize
fullname = localename.lower()
AttributeError: 'NoneType' object has no attribute 'lower'

Ciao
Davide

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

Kernel: Linux 2.6.30-customized (SMP w/1 CPU core; PREEMPT)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages svn-workbench depends on:
ii  python 2.5.4-9   An interactive high-level object-o
ii  python-central 0.6.14+nmu2   register and build utility for Pyt
ii  python-svn 1.7.2-2   A(nother) Python interface to Subv
ii  python-wxgtk2.82.8.10.1-2+b1 wxWidgets Cross-platform C++ GUI t

svn-workbench recommends no packages.

svn-workbench suggests no packages.

-- no debconf information


-- 
Dizionari: http://linguistico.sourceforge.net/wiki
Conoscere il TC: http://www.no1984.org
Strumenti per l'ufficio: http://it.openoffice.org
Sistema operativo: http://www.it.debian.org
Browser: http://www.mozilla.org/products/firefox
Client di posta: http://www.mozilla.org/products/thunderbird
GNU/Linux User: 302090: http://counter.li.org
--
Non autorizzo la memorizzazione del mio indirizzo di posta a chi usa
outlook: non voglio essere invaso da spam



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



Bug#531535: There's not a dependency on gpm

2009-07-22 Thread Davide Prina

Francesco P. Lovergine wrote:

That's quite weird, I have not gpm installed and xwpe does not ask
for it here. That's both in xterm and tty at least in sid/squeeze.



I have installed xwpe only to see it.

# apt-get remove --purge gpm

$ xwpe
and it work without messages

I have try this:
$ xwpe 2 /tmp/err.out

$ cat /tmp/err.out
sh: /usr/sbin/gpm: No such file or directory

Probably I have done somethings wrong the first time I have executed it. 
Sorry.


Ciao
Davide



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



Bug#531535: [xwpe] missing dependency

2009-06-02 Thread Davide Prina

Package: xwpe
Version: 1.5.30a-2+b1
Severity: grave

I have installed xwpe and when I try to execute it I have:

$ xwpe
sh: /usr/sbin/gpm: No such file or directory

$ apt-file seach /usr/sbin/gpm
gpm: /usr/sbin/gpm

installing gpm package solve the problem

Ciao
Davide

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-customized

Debian Release: squeeze/sid
  990 testing www.debian-multimedia.org
  990 testing security.debian.org
  990 testing ftp.it.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6(= 2.7-1) | 2.9-12
libgpm2 (= 1.20.4) | 1.20.4-3.2
libncurses5 (= 5.6+20071006-3) | 5.7+20090404-1
zlib1g (= 1:1.1.4) | 1:1.2.3.3.dfsg-13


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
gdb | 6.8-3


--
Dizionari: http://linguistico.sourceforge.net/wiki
Sistema operativo: http://www.it.debian.org
GNU/Linux User: 302090: http://counter.li.org
Non autorizzo la memorizzazione del mio indirizzo su outlook



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



Bug#527239: [sqlfairy] missing dependency

2009-05-10 Thread Davide Prina

Package: sqlfairy
Version: 0.09004-1

I have found that the problem is a missing dependency

$ apt-file search Digest/SHA1.pm
libdigest-sha1-perl: /usr/lib/perl5/Digest/SHA1.pm

# apt-get install libdigest-sha1-perl

solve the problem

Ciao
Davide

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-customized

Debian Release: squeeze/sid
  990 testing www.debian-multimedia.org
  990 testing security.debian.org
  990 testing ftp.it.debian.org

--- Package information. ---
Depends(Version) | Installed
-+-==
perl | 5.10.0-19
libsql-translator-perl (= 0.09004-1) | 0.09004-1
libgraphviz-perl | 2.03-2


Package's Recommends field is empty.

Package's Suggests field is empty.


--
Dizionari: http://linguistico.sourceforge.net/wiki
Petizione per l'uso di formati accessibili nell'Unione Europea
http://tinyurl.com/y6u4m5
Non autorizzo la memorizzazione del mio indirizzo su outlook



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



Bug#527239: sqlfairy: Can't locate Digest/SHA1.pm in @INC

2009-05-06 Thread Davide Prina
Package: sqlfairy
Version: 0.09004-1
Justification: renders package unusable
Severity: grave

after upgrade from version 0.09000-1 to 0.09004-1 I have the following errors:

$ sqlt-graph -f Oracle -o out.ps -t ps --show-constraints schema_rmt.sql
Can't locate Digest/SHA1.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at
/usr/share/perl5/SQL/Translator/Utils.pm line 25.
BEGIN failed--compilation aborted at
/usr/share/perl5/SQL/Translator/Utils.pm line 25.
Compilation failed in require at
/usr/share/perl5/SQL/Translator/Schema/Procedure.pm line 49.
BEGIN failed--compilation aborted at
/usr/share/perl5/SQL/Translator/Schema/Procedure.pm line 49.
Compilation failed in require at
/usr/share/perl5/SQL/Translator/Schema.pm line 50.
BEGIN failed--compilation aborted at
/usr/share/perl5/SQL/Translator/Schema.pm line 50.
Compilation failed in require at /usr/share/perl5/SQL/Translator.pm line 39.
BEGIN failed--compilation aborted at /usr/share/perl5/SQL/Translator.pm line 39.
Compilation failed in require at /usr/bin/sqlt-graph line 100.
BEGIN failed--compilation aborted at /usr/bin/sqlt-graph line 100.

if I downgrade all work without problems

# dpkg -i /var/cache/apt/archives/sqlfairy_0.09000-1_all.deb
/var/cache/apt/archives/sqlfairy_0.0900
$ sqlt-graph -f Oracle -o out.ps -t ps --show-constraints schema_rmt.sql
Image written to 'out.ps'.  Done.

Ciao
Davide

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

Kernel: Linux 2.6.26-customized (SMP w/1 CPU core; PREEMPT)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages sqlfairy depends on:
ii  libgraphviz-perl  2.03-2 Perl interface to the GraphViz gra
ii  libsql-translator-perl0.09004-1  SQL translation library
ii  perl  5.10.0-19  Larry Wall's Practical Extraction

sqlfairy recommends no packages.

sqlfairy suggests no packages.

-- no debconf information



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



Bug#517424: firestarter: Possible workaround

2009-03-07 Thread Davide Prina

Followup-For: Bug #517424
Package: firestarter
Version: 1.0.3-7

I'm using Squeeze.

I found that firestarted can run successfully with the following command:

# dbus-launch firestarter 

but I prefer the following (for eliminate the crash bug):
# G_SLICE=always-malloc dbus-launch firestarter 

firestart start, but I have an error: External network device $IF is 
not ready. Aborting.., so the firewall is running but is always inactive.


I have used
$ /sbin/ifconfig
and I see that my internet connection is ppp0 ... and I have used this 
to modify the firestarter.sh script.


I have make the following change in /etc/firestarter/firestarter.sh

I have changed the following:
---8---8---8---8---8---8---8---8---8---8
# --(Extract Network Information)--

# External network interface data
IP=`/sbin/ifconfig $IF | grep inet | cut -d : -f 2 | cut -d \  -f 1`
MASK=`/sbin/ifconfig $IF | grep Mas | cut -d : -f 4`
BCAST=`/sbin/ifconfig $IF |grep Bcast: | cut -d : -f 3 | cut -d \  -f 1`
NET=$IP/$MASK
---8---8---8---8---8---8---8---8---8---8

with:
---8---8---8---8---8---8---8---8---8---8
# --(Extract Network Information)--

IF=ppp0

# External network interface data
IP=`/sbin/ifconfig $IF | grep inet | cut -d : -f 2 | cut -d \  -f 1`
MASK=`/sbin/ifconfig $IF | grep Mas | cut -d : -f 4`
BCAST=`/sbin/ifconfig $IF |grep Bcast: | cut -d : -f 3 | cut -d \  -f 1`
NET=$IP/$MASK
---8---8---8---8---8---8---8---8---8---8

Note: I have added only the line IF=ppp0 and ppp0 must be replaced 
with the interface used to connect to internet


Ciao
Davide

PS: bug #456279 is a duplicate of this bug

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

Kernel: Linux 2.6.26-customized
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages firestarter depends on:
ii  gconf2 2.24.0-7  GNOME configuration 
database syste

ii  gksu   2.0.0-8   graphical frontend to su
ii  iptables   1.4.2-6   administration tools for 
packet fi
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D 
graphi

ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2   The Cairo 2D vector 
graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration 
library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, 
shared lib
ii  libgconf2-42.24.0-7  GNOME configuration 
database syste
ii  libglade2-01:2.6.3-1 library to load .glade 
files at ru

ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libgnome2-02.20.1.1-2The GNOME 2 library - 
runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented 
display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User 
Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System 
(runtime
ii  libgtk2.0-02.12.12-1 The GTK+ graphical user 
interface
ii  libice62:1.0.5-1 X11 Inter-Client Exchange 
library
ii  liborbit2  1:2.14.16-0.1 libraries for ORBit2 - a 
CORBA ORB
ii  libpango1.0-0  1.22.4-2  Layout and rendering of 
internatio
ii  libpixman-1-0  0.14.0-1  pixel-manipulation library 
for X a

ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline 
parameters

ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcb-render-util00.3.3-2   utility libraries for X C 
Binding

ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb11.1-1.1   X C Binding
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libxrender11:0.9.4-2 X Rendering Extension 
client libra
ii  lsb-base   3.2-20Linux Standard Base 3.2 
init scrip

ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

firestarter recommends no packages.

Versions of packages firestarter suggests:
pn  dhcp3-server  none (no description available)

-- no debconf information


--
Dizionari: http://linguistico.sourceforge.net/wiki
Petizione per liberare i PC:
http://www.petitiononline.com/liberasw/
Non autorizzo la memorizzazione del mio indirizzo su outlook




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of 

Bug#513743: OO-calc bug

2009-02-02 Thread Davide Prina

Rene Engelhard wrote:


Jorge Barreiro wrote:


I also noted that just downgrading the package openoffice.org-core to the -15 
version is enough to get rid of the bug (you don't need to downgrade the 
openoffice.org-calc package).


OK, that's what I already guessed from the backtrace. (as a lib in -core 
crashes)


I have try to replace the openoffice.org-core 2.4.1-17 with the 2.4.1-15 
(I have just copy all the files in the correct position ... I was trying 
to find if there is a library 2.4.1-15 that solve the bug).


But this not solve the crash problems.
So the problem can be out of openoffice.org-core package.

Ciao
Davide




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



Bug#513743: OO-calc bug

2009-02-02 Thread Davide Prina

Rene Engelhard wrote:

I have try to replace the openoffice.org-core 2.4.1-17 with the 2.4.1-15  
(I have just copy all the files in the correct position ... I was trying  


Why? dpkg --force-depends --force-conflicts


but with only dpkg -i I have downgraded the 2.4.1-15 for only the 
openoffice.org-core package



Everywhere where I installed -15 the crash went away and when I installed -17 
it came back.


yes, I confirm this

also copying all -15 files resolve the bug.

I will try to find is there is a single library that solve the bug

Ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
Strumenti per l'ufficio: http://it.openoffice.org
GNU/Linux User: 302090: http://counter.li.org
Non autorizzo la memorizzazione del mio indirizzo su outlook



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



Bug#513743: OO-calc bug

2009-02-02 Thread Davide Prina

if you replace this only library you solve the bug

/usr/lib/openoffice/program/libcomphelp4gcc3.so

Ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
Elenco di software libero: http://tinyurl.com/eddgj
GNU/Linux User: 302090: http://counter.li.org
Non autorizzo la memorizzazione del mio indirizzo su outlook



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



Bug#513743: OO-calc bug

2009-02-02 Thread Davide Prina

Davide Prina wrote:

Rene Engelhard wrote:


Jorge Barreiro wrote:


I also noted that just downgrading the package openoffice.org-core to 
the -15 version is enough to get rid of the bug (you don't need to 
downgrade the openoffice.org-calc package).


OK, that's what I already guessed from the backtrace. (as a lib in 
-core crashes)


I have try to replace the openoffice.org-core 2.4.1-17 with the 2.4.1-15 
(I have just copy all the files in the correct position ... I was trying 
to find if there is a library 2.4.1-15 that solve the bug).


But this not solve the crash problems.
So the problem can be out of openoffice.org-core package.


with dpkg -i openoffice.org-core-2.4.1-15

this solve the problem

I don't understand why a simple files copy do not do the same effect.

ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
Petizione contro il formato ms-ooxml:
http://www.noooxml.org/petition
Non autorizzo la memorizzazione del mio indirizzo su outlook



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



Bug#513743: openoffice.org-calc: Calc always crash on Lenny

2009-01-31 Thread Davide Prina

Package: openoffice.org-calc
Version: 1:2.4.1-17
Severity: grave
Justification: renders package unusable

after upgrade OOo from 2.4.1-15 to 2.4.1-17 on Lenny I have crash on 
OOoCalc as soon as I touch something.


For example I get a crash when:

1) open a new OOoCalc spreadsheet

2) click on sheet 2

I have crash also on opening saved .ods files.
The recover procedure at start of OOo crash when I try to recover a .ods

I have try to:
* remove the ~/.openoffice.org2
* start OOo from another user
* start OOo from shell

But I have always a crash and I have not an error message

I have asked to the Italian mailing list and the report is:
* 2 crash on i386
* 1 crash on amd64
* 1 without crash

Also I don't have crash problems on my work laptop. On that I have Lenny 
and the difference I can remember (I don't have at home my laptop) with 
my home desktop is that on laptop I have an ATI card and on desktop an 
Nvdia (I use only free driver).


Ciao
Davide

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-20090116
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org-calc depends on:
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libstlport4.6ldbl4.6.2-3.2   STLport C++ class library
ii  libsuitesparse-3.1.0 3.1.0-3 collection of libraries for 
comput
ii  lp-solve 5.5.0.10-10 Solve (mixed integer) 
linear progr
ii  openoffice.org-base-core 1:2.4.1-17  OpenOffice.org office suite 
-- lib
ii  openoffice.org-core  1:2.4.1-17  OpenOffice.org office suite 
archit


openoffice.org-calc recommends no packages.

openoffice.org-calc suggests no packages.

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.6.0-3   generic font configuration 
library

ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector 
graphics libra
ii  libcurl3   7.18.2-8  Multi-protocol file 
transfer libra
ii  libdb4.6   4.6.21-11 Berkeley v4.6 Database 
Libraries [
ii  libexpat1  2.0.1-4   XML parsing C library - 
runtime li
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, 
shared lib

ii  libgcc11:4.3.2-1.1   GCC support library
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from 
the base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries 
and eleme
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user 
interface
ii  libhunspell-1.2-0  1.2.6-1   spell checker and 
morphological an
ii  libhyphen0 2.4-4 ALTLinux hyphenation 
library - sha
ii  libice62:1.0.4-1 X11 Inter-Client Exchange 
library
ii  libicu38   3.8.1-3   International Components 
for Unico
ii  libjpeg62  6b-14 The Independent JPEG 
Group's JPEG

ii  libldap-2.4-2  2.4.11-1  OpenLDAP libraries
ii  libneon27  0.28.2-6.1An HTTP and WebDAV client 
library
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime 
Library
ii  libnss3-1d 3.12.0-5  Network Security Service 
libraries
ii  libpam0g   1.0.1-5   Pluggable Authentication 
Modules l
ii  libpango1.0-0  1.20.5-3  Layout and rendering of 
internatio

ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libssl0.9.80.9.8g-15 SSL shared libraries
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libstlport4.6ldbl  4.6.2-3.2 STLport C++ class library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxaw72:1.0.4-2 X11 Athena Widget library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension 
librar

ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libxrender11:0.9.4-2 X Rendering Extension 
client libra
ii  libxslt1.1 1.1.24-2  XSLT processing library - 
runtime

ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource 
extension
ii  openoffice.org-common  1:2.4.1-17OpenOffice.org office suite 
archit

ii  ttf-opensymbol 1:2.4.1-17The OpenSymbol TrueType font
ii  zlib1g  

Bug#513743: openoffice.org-calc: Calc always crash on Lenny

2009-01-31 Thread Davide Prina

Hi Rene,

Rene Engelhard wrote:


Davide Prina wrote:
after upgrade OOo from 2.4.1-15 to 2.4.1-17 on Lenny I have crash on  


And what about -16?
(snapshot.debian.net should have it)


I don't know.

I upgrade nearly each day my Debian box and:
$ grep openoffice.org-calc /var/log/dpkg.log
2009-01-29 19:25:21 upgrade openoffice.org-calc 1:2.4.1-15 1:2.4.1-17
2009-01-29 19:25:21 status half-configured openoffice.org-calc 1:2.4.1-15
2009-01-29 19:25:23 status unpacked openoffice.org-calc 1:2.4.1-15
2009-01-29 19:25:23 status half-installed openoffice.org-calc 1:2.4.1-15
2009-01-29 19:25:24 status half-installed openoffice.org-calc 1:2.4.1-15
2009-01-29 19:25:26 status half-installed openoffice.org-calc 1:2.4.1-15
2009-01-29 19:25:26 status half-installed openoffice.org-calc 1:2.4.1-15
2009-01-29 19:25:27 status unpacked openoffice.org-calc 1:2.4.1-17
2009-01-29 19:25:27 status unpacked openoffice.org-calc 1:2.4.1-17
2009-01-29 19:28:24 configure openoffice.org-calc 1:2.4.1-17 1:2.4.1-17
2009-01-29 19:28:24 status unpacked openoffice.org-calc 1:2.4.1-17
2009-01-29 19:28:24 status half-configured openoffice.org-calc 1:2.4.1-17
2009-01-29 19:28:24 status installed openoffice.org-calc 1:2.4.1-17

and in the latest news I see:
# [2009-01-29] openoffice.org 1:2.4.1-17 MIGRATED to testing (Britney)
# [2009-01-27] Accepted 1:3.0.1-1 in experimental (low) (Rene Engelhard)
# [2009-01-23] Accepted 1:3.0.1~rc2-2 in experimental (low) (Rene Engelhard)
# [2009-01-21] Accepted 1:2.4.1-17 in unstable (medium) (Rene Engelhard)
# [2009-01-16] Accepted 1:2.4.1-16 in unstable (medium) (Rene Engelhard)

so 2.4.1-16 never go to testing.


I have asked to the Italian mailing list and the report is:
* 2 crash on i386
* 1 crash on amd64
* 1 without crash


And what is the difference on those?


I don't know ... if you want to know something I can ask they.
I have asked they to use reportbug to reply to this bug

Ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
Strumenti per l'ufficio: http://it.openoffice.org
GNU/Linux User: 302090: http://counter.li.org
Non autorizzo la memorizzazione del mio indirizzo su outlook



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



Bug#351495: The package is unusable without the patch #335845

2006-02-05 Thread Davide Prina

Package: festlex-ifd
Version: 1.0-10
Severity: grave

The package is unusable if you do not have added the patch reported in 
the bug #335845 to the package festival.


I think that people who install this package need to know this problem 
with apt-listbug and know also that there is a solution for it.


Ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
Conoscere il TC: http://www.no1984.org
Strumenti per l'ufficio: http://it.openoffice.org
Sistema operativo: http://www.it.debian.org
Browser: http://www.mozilla.org/products/firefox
Client di posta: http://www.mozilla.org/products/thunderbird
GNU/Linux User: 302090: http://counter.li.org
--
Non autorizzo la memorizzazione del mio indirizzo di posta a chi usa
outlook: non voglio essere invaso da spam


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