Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian 9 - pan won't start

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
kitjackson
Posts: 12
Joined: 2016-09-27 16:52
Been thanked: 1 time

Debian 9 - pan won't start

#1 Post by kitjackson »

I hope this is the right forum. Please advise if not.

I've just installed Debian 9, reformated the root partition but kept the separate /home partition. Installed pan using synaptic but pan doesn't start. The following shows the result of trying to start pan from within a terminal.

Code: Select all

~$ uname -a
Linux debian 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) i686 GNU/Linux

~$ pan
*** Error in `pan': corrupted size vs. prev_size: 0xb1504940 ***
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(+0x6737a)[0xb634a37a]
/lib/i386-linux-gnu/libc.so.6(+0x6dfb7)[0xb6350fb7]
/lib/i386-linux-gnu/libc.so.6(+0x6f072)[0xb6352072]
pan(+0x17d570)[0x80222570]
pan(+0x16907d)[0x8020e07d]
pan(+0x1303f6)[0x801d53f6]
pan(+0x165e2a)[0x8020ae2a]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x70218)[0xb6985218]
/lib/i386-linux-gnu/libglib-2.0.so.0(+0x6f7aa)[0xb69847aa]
/lib/i386-linux-gnu/libpthread.so.0(+0x627a)[0xb5ecd27a]
/lib/i386-linux-gnu/libc.so.6(clone+0x66)[0xb63cab56]
followed by a long memory map. Do you need that as well?

What do I do next please?

peter_irich
Posts: 1403
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Debian 9 - pan won't start

#2 Post by peter_irich »

Show output

Code: Select all

apt-cache show pan |grep Archit
and show output

Code: Select all

cat /etc/apt/sources.list | grep -v ^#
Peter.

kitjackson
Posts: 12
Joined: 2016-09-27 16:52
Been thanked: 1 time

Re: Debian 9 - pan won't start

#3 Post by kitjackson »

Results are

Code: Select all

kit@debian:~$ apt-cache show pan |grep Archit
Architecture: i386
kit@debian:~$ cat /etc/apt/sources.list | grep -v ^#

deb http://ftp.uk.debian.org/debian/ stretch main
deb-src http://ftp.uk.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

deb http://ftp.uk.debian.org/debian/ stretch-updates main
deb-src http://ftp.uk.debian.org/debian/ stretch-updates main
The machine is a Lenovo C440 all-in-one with 4GB memory about 4 years old. Pan was working fine with Debian 8. I can't tell you the previous version of Pan under Debian 8 but the one not running now is straight from the repository.

peter_irich
Posts: 1403
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Debian 9 - pan won't start

#4 Post by peter_irich »

In Debian Jessie is pan-0.139-3+b1.
Show output

Code: Select all

dplg -l pan
Try edit your sources.list. Instead of "main" write "main contrib non-free".
Then enter commands

Code: Select all

apt-get update
apt-get -f install
apt-get --reinstall install pan
Then try call pan again.

Peter.

Post Reply