On Wed, 2003-08-13 at 15:24, andre wrote:
> On Wednesday 13 August 2003 00:23, Jay DeKing wrote:
> > Likewise, I haven't had any serious problems with Mozilla, other than the
> > occasional lack of a flashing cursor within whatever input box happens to
> > be focused. When that happens, clicking the mouse a few times on the input
> > box restores the cursor.
>
> Am i the only own for who doesn't mozilla doesn't work?
>
No. Mozilla and Galeon don't work for me either. I'll attach the last
lines from a mozilla strace. This is on a fresh cooker install from
yesterday.
/curtis
open("/usr/lib/mozilla-1.4/chrome/chrome.rdf",
O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, 0666) = -1 EEXIST (File exists)
open("/usr/lib/mozilla-1.4/chrome/chrome.rdf", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE,
0664) = -1 EACCES (Permission denied)
open("/usr/lib/mozilla-1.4/chrome/chrome.rdf",
O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, 0666) = -1 EEXIST (File exists)
open("/usr/lib/mozilla-1.4/chrome/chrome.rdf", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE,
0664) = -1 EACCES (Permission denied)
write(7, "8", 1) = 1
kill(9286, SIGRTMIN) = 0
write(9, "[EMAIL PROTECTED]@[EMAIL PROTECTED]@\1\0\0"..., 148) = 148
kill(9287, SIGRTMIN) = 0
write(9, "[EMAIL PROTECTED]@[EMAIL PROTECTED]"..., 148) = 148
read(4, 0xbffff487, 1) = -1 EAGAIN (Resource temporarily unavailable)
close(4) = 0
close(5) = 0
close(6) = 0
close(7) = 0
write(9, "[EMAIL PROTECTED]@[EMAIL PROTECTED]@\300\351"..., 148) = 148
rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
rt_sigsuspend([] <unfinished ...>
--- SIGRTMIN (Unknown signal 32) @ 0 (0) ---
<... rt_sigsuspend resumed> ) = -1 EINTR (Interrupted system call)
sigreturn() = ? (mask now [RTMIN])
waitpid(9285, NULL, __WCLONE) = 9285
exit_group(1) = ?