Re: [Cooker] Mozilla on the latest cooker still not launching

2003-01-03 Thread Emmanuel Blindauer
Le Vendredi 3 Janvier 2003 19:38, Serge Plüss a écrit :
> Hi
>
> well, now that the mirrors have started to work again I was hoping that
> doing all the latest updates would get mozilla to go again but no luck.
>
> This is a full cooker installation and the latest mozilla was working
> properly until doing a urpmi --auto-select --auto -v on December 30th.
I've done a 9.0 install without mozilla, and upgraded all packages to cooker 
and added mozilla for a few hours: mozilla is starting fine.
perhaps some old libraries on your side.

Emmanuel




Re: [Cooker] Mozilla on the latest cooker still not launching

2003-01-03 Thread Franco Silvestro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You can try  seek in deeper with:
strace -v -o stracemozilla.txt mozilla
(for me just opening and close mozilla is ~800K...good work...;o)
..I tryit seem your mozilla stops during fonts reading(bad fonts???), 
last lines of your strace (unlink) seems a normal termination...
I think no pbs in gconfd messages
cu...;o)
On Friday 03 January 2003 22:14, Serge Plüss wrote:
> Then 2 minutes later the following ones additionally:
>
> Jan  3 13:09:39 athlon-sp gconfd (spluess-2773): GConf server is not in
> use, shutting down.
[...]
> > > Ok, the strace output is pretty long. Here is just the last page before
> > > it ends:
> > >
> > > open("/usr/share/fonts/default/Type1/fonts.cache-1", O_RDONLY) = 19
> > > stat64("/usr/share/fonts/default/Type1", {st_mode=S_IFDIR|0755,
> > > st_size=3536, ...}) = 0
> > > stat64("/usr/share/fonts/default/Type1/fonts.cache-1",
> > > {st_mode=S_IFREG|0644, st_size=24217, ...}) = 0
> > > fstat64(19, {st_mode=S_IFREG|0644, st_size=24217, ...}) = 0
> > > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
> > > 0) = 0x409cc000
> > > read(19, "\"p052024l.pfb\" 0 \"URW Palladio L"..., 4096) = 4096
> > > brk(0)  = 0x839a000
> > > brk(0x839b000)  = 0x839b000
> > > read(19, "gv|ho|hr|hu|ia|id|ie|ik|io|is|it"..., 4096) = 4096
> > > read(19, "5  !!!W5  !!#3H!)pSj&  !"..., 4096) = 4096
> > > brk(0)  = 0x839b000
> > > brk(0x839c000)  = 0x839c000
> > > read(19, "d Oblique:slant=100:weight=200:i"..., 4096) = 4096
> > > read(19, "|smj|smn|so|sq|sr|sv|sw|tg|tk|tn"..., 4096) = 4096
> > > brk(0)  = 0x839c000
> > > brk(0x839d000)  = 0x839d000
> > > read(19, "oc|om|os|pl|pt|rm|ru|sah|se|sel|"..., 4096) = 3737
> > > brk(0)  = 0x839d000
> > > brk(0x839e000)  = 0x839e000
> > > read(19, "", 4096)  = 0
> > > close(19)   = 0
> > > munmap(0x409cc000, 4096)= 0
> > > unlink("/tmp/orbit-spluess/linc-9dc-0-78375ff67fbc") = 0
> > > close(7)= 0
> > > writev(8, [{"GIOP\1\2\1\5\4\0\0\0", 12}, {"p\357\377\277", 4}], 2) = 16
> > > close(8)= 0
> > > writev(6, [{"GIOP\1\2\1\5\4\0\0\0", 12}, {"p\357\377\277", 4}], 2) = 16
> > > close(6)= 0
> > > getpid()= 2524
> > > write(2, "\n** (:2524): WARNING **"..., 75) = 75
> > > getpid()= 2524
> > > write(2, "\n** (:2524): WARNING **"..., 86) = 86
> > > write(12, "\200\260$@\2\0\0\0\1\0\0\0008\230\f\10\200\203\n\10`-\n"> > > 148) = 
>148
> > > rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
> > > rt_sigsuspend([] 
> > > --- SIGRTMIN (Real-time signal 0) ---
> > > <... rt_sigsuspend resumed> )   = -1 EINTR (Interrupted system
> > > call) sigreturn() = ? (mask now [RTMIN])
> > > wait4(2560, NULL, __WCLONE, NULL)   = 2560
> > > SYS_252(0x1, 0, 0, 0x4042c824, 0x1) = -1 ENOSYS (Function not
> > > implemented) _exit(1)= ?
> > >
[...]

- -- 
Franco Silvestro
c/o CeSIA - Alma Mater Studiorum - Universita' di Bologna
'lynx -source http://www.reti.unibo.it/FrancoSilvestro.asc | gpg --import'
Key fingerprint = 3145 1309 C5D8 7B3F 2582  44D2 91BB ACAB E010 ABF9

Current Linux uptime: 7 hours 55 minutes.
Linux Version 2.4.20-2mdk, Compiled #1 Mon Dec 9 15:07:53 CET 2002
/proc/acpi/thermal_zone/THRM/temperature: 57 C
- -
Fri Jan  3 23:37:27 CET 2003
- -
Mandrake Linux Cooker-i586 20030103 19:33
One 650MHzIntelPentium III Processor, 512M RAM
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+FhHtkbusq+AQq/kRAgg0AKDHFKPG8/cxqJy3Df3J06S/6NlBrgCfSEXU
iogwDerC2u5ruOmaGSdNLV8=
=MRhl
-END PGP SIGNATURE-






Re: [Cooker] Mozilla on the latest cooker still not launching

2003-01-03 Thread Serge Plüss
Then 2 minutes later the following ones additionally:

Jan  3 13:09:39 athlon-sp gconfd (spluess-2773): GConf server is not in use, 
shutting down.
Jan  3 13:09:39 athlon-sp gconfd (spluess-2773): Exiting
Jan  3 13:09:39 athlon-sp gconfd (spluess-2773): CORBA_ORB_destroy: ORB still 
has 2 refs.
Jan  3 13:09:39 athlon-sp gconfd (spluess-2773): ORB: a total of 7 refs to 4 
ORB objects were leaked

Serge

On Friday 03 January 2003 01:08 pm, Serge Plüss wrote:
> And in /var/log/messages I get the following couple of lines:
>
> tail -f messages
> Jan  3 13:07:39 athlon-sp gconfd (spluess-2773): starting (version 1.2.1),
> pid 2773 user 'spluess'
> Jan  3 13:07:39 athlon-sp gconfd (spluess-2773): Resolved address
> "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only config source
> at position 0
> Jan  3 13:07:39 athlon-sp gconfd (spluess-2773): Resolved address
> "xml:readwrite:/home/spluess/.gconf" to a writable config source at
> position 1
> Jan  3 13:07:39 athlon-sp gconfd (spluess-2773): Resolved address
> "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config source
> at position 2
>
> Serge
>
> On Friday 03 January 2003 01:04 pm, Serge Plüss wrote:
> > Ok, the strace output is pretty long. Here is just the last page before
> > it ends:
> >
> > open("/usr/share/fonts/default/Type1/fonts.cache-1", O_RDONLY) = 19
> > stat64("/usr/share/fonts/default/Type1", {st_mode=S_IFDIR|0755,
> > st_size=3536, ...}) = 0
> > stat64("/usr/share/fonts/default/Type1/fonts.cache-1",
> > {st_mode=S_IFREG|0644, st_size=24217, ...}) = 0
> > fstat64(19, {st_mode=S_IFREG|0644, st_size=24217, ...}) = 0
> > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
> > = 0x409cc000
> > read(19, "\"p052024l.pfb\" 0 \"URW Palladio L"..., 4096) = 4096
> > brk(0)  = 0x839a000
> > brk(0x839b000)  = 0x839b000
> > read(19, "gv|ho|hr|hu|ia|id|ie|ik|io|is|it"..., 4096) = 4096
> > read(19, "5  !!!W5  !!#3H!)pSj&  !"..., 4096) = 4096
> > brk(0)  = 0x839b000
> > brk(0x839c000)  = 0x839c000
> > read(19, "d Oblique:slant=100:weight=200:i"..., 4096) = 4096
> > read(19, "|smj|smn|so|sq|sr|sv|sw|tg|tk|tn"..., 4096) = 4096
> > brk(0)  = 0x839c000
> > brk(0x839d000)  = 0x839d000
> > read(19, "oc|om|os|pl|pt|rm|ru|sah|se|sel|"..., 4096) = 3737
> > brk(0)  = 0x839d000
> > brk(0x839e000)  = 0x839e000
> > read(19, "", 4096)  = 0
> > close(19)   = 0
> > munmap(0x409cc000, 4096)= 0
> > unlink("/tmp/orbit-spluess/linc-9dc-0-78375ff67fbc") = 0
> > close(7)= 0
> > writev(8, [{"GIOP\1\2\1\5\4\0\0\0", 12}, {"p\357\377\277", 4}], 2) = 16
> > close(8)= 0
> > writev(6, [{"GIOP\1\2\1\5\4\0\0\0", 12}, {"p\357\377\277", 4}], 2) = 16
> > close(6)= 0
> > getpid()= 2524
> > write(2, "\n** (:2524): WARNING **"..., 75) = 75
> > getpid()= 2524
> > write(2, "\n** (:2524): WARNING **"..., 86) = 86
> > write(12, "\200\260$@\2\0\0\0\1\0\0\0008\230\f\10\200\203\n\10`-\n"...,
> > 148) = 148
> > rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
> > rt_sigsuspend([] 
> > --- SIGRTMIN (Real-time signal 0) ---
> > <... rt_sigsuspend resumed> )   = -1 EINTR (Interrupted system
> > call) sigreturn() = ? (mask now [RTMIN])
> > wait4(2560, NULL, __WCLONE, NULL)   = 2560
> > SYS_252(0x1, 0, 0, 0x4042c824, 0x1) = -1 ENOSYS (Function not
> > implemented) _exit(1)= ?
> >
> >
> > Hope this helps
> >
> > Serge
> >
> > On Friday 03 January 2003 12:17 pm, Franco Silvestro wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA1
> > >
> > > It starts for me without problemtry 'strace mozilla' to look where
> > > stops
> >
> > On Friday 03 January 2003 19:38, Serge Plüss wrote:
> > > [...]
> > >
> > > > mozilla is not giving any error messages, just doesn't launch. I
> > > > tried to
> > >
> > > [...]
> > > cu...;o)
> > > - --
> > > Franco Silvestro
> > > c/o CeSIA - Alma Mater Studiorum - Universita' di Bologna
> > > 'lynx -source http://www.reti.unibo.it/FrancoSilvestro.asc | gpg
> > > --import' Key fingerprint = 3145 1309 C5D8 7B3F 2582  44D2 91BB ACAB
> > > E010 ABF9
> > >
> > > Current Linux uptime: 5 hours 31 minutes.
> > > Linux Version 2.4.20-2mdk, Compiled #1 Mon Dec 9 15:07:53 CET 2002
> > > /proc/acpi/thermal_zone/THRM/temperature: 57 C
> > > - -
> > > Fri Jan  3 21:13:52 CET 2003
> > > - -
> > > Mandrake Linux Cooker-i586 20030103 19:33
> > > One 650MHzIntelPentium III Processor, 512M RAM
> > > -BEGIN PGP SIGNATURE-
>

Re: [Cooker] Mozilla on the latest cooker still not launching

2003-01-03 Thread Serge Plüss
And in /var/log/messages I get the following couple of lines:

tail -f messages
Jan  3 13:07:39 athlon-sp gconfd (spluess-2773): starting (version 1.2.1), pid 
2773 user 'spluess'
Jan  3 13:07:39 athlon-sp gconfd (spluess-2773): Resolved address 
"xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only config source at 
position 0
Jan  3 13:07:39 athlon-sp gconfd (spluess-2773): Resolved address 
"xml:readwrite:/home/spluess/.gconf" to a writable config source at position 
1
Jan  3 13:07:39 athlon-sp gconfd (spluess-2773): Resolved address 
"xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config source at 
position 2

Serge

On Friday 03 January 2003 01:04 pm, Serge Plüss wrote:
> Ok, the strace output is pretty long. Here is just the last page before it
> ends:
>
> open("/usr/share/fonts/default/Type1/fonts.cache-1", O_RDONLY) = 19
> stat64("/usr/share/fonts/default/Type1", {st_mode=S_IFDIR|0755,
> st_size=3536, ...}) = 0
> stat64("/usr/share/fonts/default/Type1/fonts.cache-1",
> {st_mode=S_IFREG|0644, st_size=24217, ...}) = 0
> fstat64(19, {st_mode=S_IFREG|0644, st_size=24217, ...}) = 0
> mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
> 0x409cc000
> read(19, "\"p052024l.pfb\" 0 \"URW Palladio L"..., 4096) = 4096
> brk(0)  = 0x839a000
> brk(0x839b000)  = 0x839b000
> read(19, "gv|ho|hr|hu|ia|id|ie|ik|io|is|it"..., 4096) = 4096
> read(19, "5  !!!W5  !!#3H!)pSj&  !"..., 4096) = 4096
> brk(0)  = 0x839b000
> brk(0x839c000)  = 0x839c000
> read(19, "d Oblique:slant=100:weight=200:i"..., 4096) = 4096
> read(19, "|smj|smn|so|sq|sr|sv|sw|tg|tk|tn"..., 4096) = 4096
> brk(0)  = 0x839c000
> brk(0x839d000)  = 0x839d000
> read(19, "oc|om|os|pl|pt|rm|ru|sah|se|sel|"..., 4096) = 3737
> brk(0)  = 0x839d000
> brk(0x839e000)  = 0x839e000
> read(19, "", 4096)  = 0
> close(19)   = 0
> munmap(0x409cc000, 4096)= 0
> unlink("/tmp/orbit-spluess/linc-9dc-0-78375ff67fbc") = 0
> close(7)= 0
> writev(8, [{"GIOP\1\2\1\5\4\0\0\0", 12}, {"p\357\377\277", 4}], 2) = 16
> close(8)= 0
> writev(6, [{"GIOP\1\2\1\5\4\0\0\0", 12}, {"p\357\377\277", 4}], 2) = 16
> close(6)= 0
> getpid()= 2524
> write(2, "\n** (:2524): WARNING **"..., 75) = 75
> getpid()= 2524
> write(2, "\n** (:2524): WARNING **"..., 86) = 86
> write(12, "\200\260$@\2\0\0\0\1\0\0\0008\230\f\10\200\203\n\10`-\n"...,
> 148) = 148
> rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
> rt_sigsuspend([] 
> --- SIGRTMIN (Real-time signal 0) ---
> <... rt_sigsuspend resumed> )   = -1 EINTR (Interrupted system
> call) sigreturn() = ? (mask now [RTMIN])
> wait4(2560, NULL, __WCLONE, NULL)   = 2560
> SYS_252(0x1, 0, 0, 0x4042c824, 0x1) = -1 ENOSYS (Function not
> implemented) _exit(1)= ?
>
>
> Hope this helps
>
> Serge
>
> On Friday 03 January 2003 12:17 pm, Franco Silvestro wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > It starts for me without problemtry 'strace mozilla' to look where
> > stops
>
> On Friday 03 January 2003 19:38, Serge Plüss wrote:
> > [...]
> >
> > > mozilla is not giving any error messages, just doesn't launch. I tried
> > > to
> >
> > [...]
> > cu...;o)
> > - --
> > Franco Silvestro
> > c/o CeSIA - Alma Mater Studiorum - Universita' di Bologna
> > 'lynx -source http://www.reti.unibo.it/FrancoSilvestro.asc | gpg
> > --import' Key fingerprint = 3145 1309 C5D8 7B3F 2582  44D2 91BB ACAB E010
> > ABF9
> >
> > Current Linux uptime: 5 hours 31 minutes.
> > Linux Version 2.4.20-2mdk, Compiled #1 Mon Dec 9 15:07:53 CET 2002
> > /proc/acpi/thermal_zone/THRM/temperature: 57 C
> > - -
> > Fri Jan  3 21:13:52 CET 2003
> > - -
> > Mandrake Linux Cooker-i586 20030103 19:33
> > One 650MHzIntelPentium III Processor, 512M RAM
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.2.1 (GNU/Linux)
> >
> > iD8DBQE+Fe/8kbusq+AQq/kRAiniAJ4lBp4PlTcOF+R/+TUBDJw+CSRfVgCgkbnJ
> > UHjEB1+ZUUVwYG7pNOiVBpI=
> > =JP12
> > -END PGP SIGNATURE-





Re: [Cooker] Mozilla on the latest cooker still not launching

2003-01-03 Thread Serge Plüss
Ok, the strace output is pretty long. Here is just the last page before it 
ends:

open("/usr/share/fonts/default/Type1/fonts.cache-1", O_RDONLY) = 19
stat64("/usr/share/fonts/default/Type1", {st_mode=S_IFDIR|0755, st_size=3536, 
...}) = 0
stat64("/usr/share/fonts/default/Type1/fonts.cache-1", {st_mode=S_IFREG|0644, 
st_size=24217, ...}) = 0
fstat64(19, {st_mode=S_IFREG|0644, st_size=24217, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x409cc000
read(19, "\"p052024l.pfb\" 0 \"URW Palladio L"..., 4096) = 4096
brk(0)  = 0x839a000
brk(0x839b000)  = 0x839b000
read(19, "gv|ho|hr|hu|ia|id|ie|ik|io|is|it"..., 4096) = 4096
read(19, "5  !!!W5  !!#3H!)pSj&  !"..., 4096) = 4096
brk(0)  = 0x839b000
brk(0x839c000)  = 0x839c000
read(19, "d Oblique:slant=100:weight=200:i"..., 4096) = 4096
read(19, "|smj|smn|so|sq|sr|sv|sw|tg|tk|tn"..., 4096) = 4096
brk(0)  = 0x839c000
brk(0x839d000)  = 0x839d000
read(19, "oc|om|os|pl|pt|rm|ru|sah|se|sel|"..., 4096) = 3737
brk(0)  = 0x839d000
brk(0x839e000)  = 0x839e000
read(19, "", 4096)  = 0
close(19)   = 0
munmap(0x409cc000, 4096)= 0
unlink("/tmp/orbit-spluess/linc-9dc-0-78375ff67fbc") = 0
close(7)= 0
writev(8, [{"GIOP\1\2\1\5\4\0\0\0", 12}, {"p\357\377\277", 4}], 2) = 16
close(8)= 0
writev(6, [{"GIOP\1\2\1\5\4\0\0\0", 12}, {"p\357\377\277", 4}], 2) = 16
close(6)= 0
getpid()= 2524
write(2, "\n** (:2524): WARNING **"..., 75) = 75
getpid()= 2524
write(2, "\n** (:2524): WARNING **"..., 86) = 86
write(12, "\200\260$@\2\0\0\0\1\0\0\0008\230\f\10\200\203\n\10`-\n"..., 148) = 
148
rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
rt_sigsuspend([] 
--- SIGRTMIN (Real-time signal 0) ---
<... rt_sigsuspend resumed> )   = -1 EINTR (Interrupted system call)
sigreturn() = ? (mask now [RTMIN])
wait4(2560, NULL, __WCLONE, NULL)   = 2560
SYS_252(0x1, 0, 0, 0x4042c824, 0x1) = -1 ENOSYS (Function not implemented)
_exit(1)= ?


Hope this helps

Serge


On Friday 03 January 2003 12:17 pm, Franco Silvestro wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> It starts for me without problemtry 'strace mozilla' to look where
> stops 
On Friday 03 January 2003 19:38, Serge Plüss wrote:
> [...]
>
> > mozilla is not giving any error messages, just doesn't launch. I tried to
>
> [...]
> cu...;o)
> - --
> Franco Silvestro
> c/o CeSIA - Alma Mater Studiorum - Universita' di Bologna
> 'lynx -source http://www.reti.unibo.it/FrancoSilvestro.asc | gpg --import'
> Key fingerprint = 3145 1309 C5D8 7B3F 2582  44D2 91BB ACAB E010 ABF9
>
> Current Linux uptime: 5 hours 31 minutes.
> Linux Version 2.4.20-2mdk, Compiled #1 Mon Dec 9 15:07:53 CET 2002
> /proc/acpi/thermal_zone/THRM/temperature: 57 C
> - -
> Fri Jan  3 21:13:52 CET 2003
> - -
> Mandrake Linux Cooker-i586 20030103 19:33
> One 650MHzIntelPentium III Processor, 512M RAM
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.1 (GNU/Linux)
>
> iD8DBQE+Fe/8kbusq+AQq/kRAiniAJ4lBp4PlTcOF+R/+TUBDJw+CSRfVgCgkbnJ
> UHjEB1+ZUUVwYG7pNOiVBpI=
> =JP12
> -END PGP SIGNATURE-





Re: [Cooker] Mozilla on the latest cooker still not launching

2003-01-03 Thread Franco Silvestro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It starts for me without problemtry 'strace mozilla' to look where stops
On Friday 03 January 2003 19:38, Serge Plüss wrote:
[...]
> mozilla is not giving any error messages, just doesn't launch. I tried to
[...]
cu...;o)
- -- 
Franco Silvestro
c/o CeSIA - Alma Mater Studiorum - Universita' di Bologna
'lynx -source http://www.reti.unibo.it/FrancoSilvestro.asc | gpg --import'
Key fingerprint = 3145 1309 C5D8 7B3F 2582  44D2 91BB ACAB E010 ABF9

Current Linux uptime: 5 hours 31 minutes.
Linux Version 2.4.20-2mdk, Compiled #1 Mon Dec 9 15:07:53 CET 2002
/proc/acpi/thermal_zone/THRM/temperature: 57 C
- -
Fri Jan  3 21:13:52 CET 2003
- -
Mandrake Linux Cooker-i586 20030103 19:33
One 650MHzIntelPentium III Processor, 512M RAM
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Fe/8kbusq+AQq/kRAiniAJ4lBp4PlTcOF+R/+TUBDJw+CSRfVgCgkbnJ
UHjEB1+ZUUVwYG7pNOiVBpI=
=JP12
-END PGP SIGNATURE-