Autor Tópico: Thunderbird não inicia  (Lida 1515 vezes)

Offline woodcane

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
Thunderbird não inicia
« Online: 26 de MAR?O de 2015, 09:47 »
Olá, primeiro post aqui
Aqui no meu trabalho preciso criar uma máquina para ser usada como imagem para todas as outras máquinas do local, instalei o Ubuntu 14.04 LTS e configurei todos os serviços do computador (softwares de prateleira, ldap, compartilhamentos...) com alguns scripts personalizados, após a instalação de todos os serviços todos os softwares funcionam perfeitamente.
Quando ligo a máquina no dia seguinte a instalação o thunderbird não inicia em nenhum usuário de rede, apenas nos usuário locais, sendo que após a instalação do S.O. foi testado todos os softwares e nenhum deu problema.
Código: [Selecionar]
uname -a
Linux IMG-Ubuntu-780 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Usando o strace consigo ver quando ele dá erro, mas não consigo identificar o problema.
Segue a parte final do strace thunderbird.
Código: [Selecionar]
---texto cortado---
open("/etc/ldap/ldap.conf", O_RDONLY)   = 54
fstat(54, {st_mode=S_IFREG|0644, st_size=332, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb38d000000
read(54, "#\n# LDAP Defaults\n#\n\n# See ldap."..., 4096) = 332
read(54, "", 4096)                      = 0
close(54)                               = 0
munmap(0x7fb38d000000, 4096)            = 0
geteuid()                               = 1406
getuid()                                = 1406
open("/home/user//ldaprc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/user//.ldaprc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ldaprc", O_RDONLY)                = -1 ENOENT (No such file or directory)
stat("/etc/ldap.conf", {st_mode=S_IFREG|0644, st_size=9151, ...}) = 0
geteuid()                               = 1406
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 54
fcntl(54, F_GETFL)                      = 0x2 (flags O_RDWR)
fcntl(54, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
connect(54, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in progress)
poll([{fd=54, events=POLLOUT}], 1, 0)   = 1 ([{fd=54, revents=POLLOUT|POLLERR|POLLHUP}])
getsockopt(54, SOL_SOCKET, SO_ERROR, [111], [4]) = 0
fcntl(54, F_SETFL, O_RDWR)              = 0
close(54)                               = 0
socket(PF_LOCAL, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 54
connect(54, {sa_family=AF_LOCAL, sun_path="/dev/log"}, 110) = 0
sendto(54, "<83>Mar 26 09:11:00 thunderbird:"..., 105, MSG_NOSIGNAL, NULL, 0) = 105
sendto(54, "<86>Mar 26 09:11:00 thunderbird:"..., 100, MSG_NOSIGNAL, NULL, 0) = 100
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=0} ---
unlink("/home/user/.thunderbird/m553daor.default/lock") = 0
close(9)                                = 0
rt_sigaction(SIGSEGV, NULL, {0x7fb39b0e0fe0, [], SA_RESTORER|SA_NODEFER|SA_SIGINFO, 0x7fb39f34d340}, 8) = 0
prctl(PR_SET_DUMPABLE, 1)               = 0
gettid()                                = 10738
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb38c603000
pipe([9, 55])                           = 0
clone(child_stack=0x7fb38c604f40, flags=CLONE_FS|CLONE_FILES|CLONE_UNTRACED) = 10778
prctl(PR_SET_PTRACER, 0x2a1a, 0x9d, 0, 0) = 0
write(55, "a", 1)                       = 1
wait4(10778, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], __WALL, NULL) = 10778
close(9)                                = 0
close(55)                               = 0
gettimeofday({1427371860, 710416}, NULL) = 0
open("/home/user/.thunderbird/Crash Reports/LastCrash", O_WRONLY|O_CREAT|O_TRUNC, 0600) = 9
write(9, "1427371860", 10)              = 10
close(9)                                = 0
open("/home/user/.thunderbird/m553daor.default/minidumps/7380ace5-0459-f778-68d70228-4815d5bc.extra", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 9
write(9, "StartupTime=1427371858\nEMCheckCo"..., 598) = 598
write(9, "CrashTime=", 10)              = 10
write(9, "1427371860", 10)              = 10
write(9, "\n", 1)                       = 1
write(9, "SecondsSinceLastCrash=", 22)  = 22
write(9, "44", 2)                       = 2
write(9, "\n", 1)                       = 1
close(9)                                = 0
fork()                                  = 10779
munmap(0x7fb38c603000, 8192)            = 0
rt_sigaction(SIGSEGV, {SIG_DFL, [SEGV], SA_RESTORER|SA_RESTART, 0x7fb39efaed40}, {0x7fb39b0e0fe0, [], SA_RESTORER|SA_NODEFER|SA_SIGINFO, 0x7fb39f34d340}, 8) = 0
exit_group(11)                          = ?
+++ exited with 11 +++

Grato.