[Risolto] Dal Coala alla Lince, thunderbird non funziona

Problemi riscontrati durante l'installazione di Ubuntu, degli aggiornamenti e degli avanzamenti del sistema.
Avatar utente
sape73
Prode Principiante
Messaggi: 92
Iscrizione: lunedì 16 novembre 2009, 16:12

[Risolto] Dal Coala alla Lince, thunderbird non funziona

Messaggio da sape73 »

Ciao a tutti/e voi del forum.

Sono passato da Koala a Lynx salvando prima la mia 'home' su un hd esterno, dopodiché ho installato Lucid Lynx dal Livecd e ho ricopiato la 'home'.
Tutto ok, tranne per Thunderbird:
Ho installato il mio programma di posta preferito da terminale

Codice: Seleziona tutto

sudo apt-get install thunderbird
Dopo aver installato il tutto, clicco sull'icona di Thunderbird, Ubuntu inizia a caricare ma poi non succede nulla...

Potete aiutarmi ?
Grazie !
Ultima modifica di sape73 il venerdì 21 maggio 2010, 16:58, modificato 1 volta in totale.
Avatar utente
guybrush.d
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1599
Iscrizione: venerdì 7 agosto 2009, 19:21

Re: Dal Coala alla Lince, thunderbird non funziona

Messaggio da guybrush.d »

Ciao,
prova a lanciarlo dal terminale, così dovrebbe riportarti l'eventuale errore, postalo e poi vediamo.
Nel menù accessori apri il terminale e scrivi thunderbird.
Quanto legno potrebbe rodere un roditore, se un roditore potesse rodere il legno?
Avatar utente
sape73
Prode Principiante
Messaggi: 92
Iscrizione: lunedì 16 novembre 2009, 16:12

Re: Dal Coala alla Lince, thunderbird non funziona

Messaggio da sape73 »

ciao, eccoti l'output... non è granchè:

Codice: Seleziona tutto

:~$ thunderbird
:~$          
Fammi sapere...grazie.
Avatar utente
guybrush.d
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1599
Iscrizione: venerdì 7 agosto 2009, 19:21

Re: Dal Coala alla Lince, thunderbird non funziona

Messaggio da guybrush.d »

Ciao,
niente proprio è? Sembrava facile e invece....
Ok prova a dare sempre da terminale:

Codice: Seleziona tutto

strace thunderbird
e posta l'output, forse da lì si riesce.
Quanto legno potrebbe rodere un roditore, se un roditore potesse rodere il legno?
Avatar utente
sape73
Prode Principiante
Messaggi: 92
Iscrizione: lunedì 16 novembre 2009, 16:12

Re: Dal Coala alla Lince, thunderbird non funziona

Messaggio da sape73 »

eh eh... vero, sembrava facile.

Eccoti l'output:

Codice: Seleziona tutto

$ strace thunderbird
execve("/usr/bin/thunderbird", ["thunderbird"], [/* 37 vars */]) = 0
brk(0)                                  = 0x84e4000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb786f000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=79875, ...}) = 0
mmap2(NULL, 79875, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb785b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000m\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1405508, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb785a000
mmap2(NULL, 1415592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x63a000
mprotect(0x78d000, 4096, PROT_NONE)     = 0
mmap2(0x78e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x153) = 0x78e000
mmap2(0x791000, 10664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x791000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7859000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb78596c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0x78e000, 8192, PROT_READ)     = 0
mprotect(0x805c000, 4096, PROT_READ)    = 0
mprotect(0x26d000, 4096, PROT_READ)     = 0
munmap(0xb785b000, 79875)               = 0
getpid()                                = 4226
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
geteuid32()                             = 1000
brk(0)                                  = 0x84e4000
brk(0x8505000)                          = 0x8505000
getppid()                               = 4225
stat64("/home/rino", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
open("/usr/bin/thunderbird", O_RDONLY)  = 3
fcntl64(3, F_DUPFD, 10)                 = 10
close(3)                                = 0
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x804f636, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
read(10, "#!/bin/sh\n\n# Firefox launcher co"..., 8192) = 4842
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7859728) = 4227
close(4)                                = 0
read(3, "/usr/bin/thunderbird\n", 128)  = 21
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4227
--- SIGCHLD (Child exited) @ 0 (0) ---
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7859728) = 4228
close(4)                                = 0
read(3, "thunderbird\n", 128)           = 12
read(3, "", 128)                        = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4228
stat64("/usr/lib/thunderbird-3.0.4/thunderbird", {st_mode=S_IFREG|0755, st_size=3885, ...}) = 0
stat64("/home/rino/.mozilla-thunderbird", 0xbfd615e0) = -1 ELOOP (Too many levels of symbolic links)
lstat64("/home/rino/.mozilla-thunderbird", {st_mode=S_IFLNK|0777, st_size=23, ...}) = 0
stat64("/home/rino/.thunderbird", 0xbfd615e0) = -1 ELOOP (Too many levels of symbolic links)
stat64("/home/rino/.thunderbird-3.0", 0xbfd61560) = -1 ENOENT (No such file or directory)
stat64("/home/rino/.thunderbird-2.0-replaced", 0xbfd61540) = -1 ENOENT (No such file or directory)
lstat64("/home/rino/.mozilla-thunderbird", {st_mode=S_IFLNK|0777, st_size=23, ...}) = 0
stat64("/home/rino/.mozilla-thunderbird", 0xbfd61540) = -1 ELOOP (Too many levels of symbolic links)
execve("/usr/lib/thunderbird-3.0.4/thunderbird", ["/usr/lib/thunderbird-3.0.4/thund"...], [/* 38 vars */]) = 0
brk(0)                                  = 0x94b9000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7808000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=79875, ...}) = 0
mmap2(NULL, 79875, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb77f4000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000m\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1405508, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb77f3000
mmap2(NULL, 1415592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x871000
mprotect(0x9c4000, 4096, PROT_NONE)     = 0
mmap2(0x9c5000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x153) = 0x9c5000
mmap2(0x9c8000, 10664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x9c8000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb77f2000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb77f26c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0x9c5000, 8192, PROT_READ)     = 0
mprotect(0x805c000, 4096, PROT_READ)    = 0
mprotect(0xda3000, 4096, PROT_READ)     = 0
munmap(0xb77f4000, 79875)               = 0
getpid()                                = 4226
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
geteuid32()                             = 1000
brk(0)                                  = 0x94b9000
brk(0x94da000)                          = 0x94da000
getppid()                               = 4225
stat64("/home/rino", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
open("/usr/lib/thunderbird-3.0.4/thunderbird", O_RDONLY) = 3
fcntl64(3, F_DUPFD, 10)                 = 10
close(3)                                = 0
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x804f636, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
read(10, "#!/bin/sh\n#\n# ***** BEGIN LICENS"..., 8192) = 3885
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb77f2728) = 4229
close(4)                                = 0
read(3, "/usr/lib/thunderbird-3.0.4\n", 128) = 27
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4229
--- SIGCHLD (Child exited) @ 0 (0) ---
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb77f2728) = 4230
close(4)                                = 0
read(3, "thunderbird\n", 128)           = 12
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4230
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64("/usr/lib/thunderbird-3.0.4/run-mozilla.sh", {st_mode=S_IFREG|0755, st_size=10450, ...}) = 0
geteuid32()                             = 1000
getgid32()                              = 1000
getegid32()                             = 1000
getgroups32(0, NULL)                    = 8
getgroups32(8, [4, 20, 24, 46, 105, 119, 122, 1000]) = 8
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb77f2728) = 4231
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4231
--- SIGCHLD (Child exited) @ 0 (0) ---
exit_group(1)                           = ?
:~$ 
speriamo bene...  ;)
Avatar utente
guybrush.d
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1599
Iscrizione: venerdì 7 agosto 2009, 19:21

Re: Dal Coala alla Lince, thunderbird non funziona

Messaggio da guybrush.d »

Ciao,
non vorrei essere in errore, ma da quello che leggo nell'output di strace, sembra ci sia qualche
problema di librerie, ed inoltre problemi con i collegamenti simbolici dell'eseguibile di thunderbird.
Questo problema è stato riscontrato anche qua: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/56849
Io avrei due proposte per provare a risolvere:

1) Reinstallazione pulita di Lucid così da avere il sistema privo di conflitti, e se devi ripristinare tutto il software che hai
installato adesso ti spiego come fare è davvero semplice.
2) Provare, prima di pulire tutto, ad utilizzare la versione di thunderbird fornita dal sito di mozilla, io ho una slackware installata
e thunderbird 3.0.4 non esiste pacchettizzato per questa distro per cui l'ho scaricata da sito ed uso quella. Basta andare su
http://www.mozillaitalia.it/home/download#thunderbird e cliccare su "build linux", scaricherai il file compresso che
dopo potrai scompattare dove vuoi, dopodichè per lanciare thunderbird hai l'eseguibile "thunderbird" all'interno della directory
appena creata.
Quanto legno potrebbe rodere un roditore, se un roditore potesse rodere il legno?
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: Dal Coala alla Lince, thunderbird non funziona

Messaggio da shouldes »

se hai rimosso evolution data server reinstallalo, visto non c'entra nulla con evolution, anche se ha quel nome, serve a 3/4 del sistema...
Avatar utente
sape73
Prode Principiante
Messaggi: 92
Iscrizione: lunedì 16 novembre 2009, 16:12

Re: Dal Coala alla Lince, thunderbird non funziona

Messaggio da sape73 »

Ringrazio a voi tutti per avermi risposto, ma ho dovuto reinstallare tutto da capo... Lynx non si avviava più.
Per ora funziona tutto... speriamo ;)

(b2b)
Scrivi risposta

Ritorna a “Installazione e aggiornamento del sistema operativo”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 11 ospiti