gnewsense-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gNewSense-users] Re: Burningdog crash - need help


From: Ringo Kamens
Subject: Re: [gNewSense-users] Re: Burningdog crash - need help
Date: Mon, 5 Feb 2007 18:09:06 -0700

You'll need to do apt-get remove firefox
apt-get install firefox

This is one of my MAJOR gripes with gnewsense. Don't call it "firefox"
in the repositories if it isn't.
Once you do that, install ONE EXTENSION at a time and reboot and then
we can narrow down the possibilities.
Ringo Kamens

On 2/5/07, andrei raevsky <address@hidden> wrote:
one more thing. since  all I have is dial-up I tried to see how much I
would have to download to reinstall burningdog.  Look what happened:

address@hidden:/home/andrei# apt-get -s install burningdog
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package burningdog
address@hidden:/home/andrei#

but:

address@hidden:/home/andrei# which burningdog
/usr/bin/burningdog
address@hidden:/home/andrei#

why does apt-get not see burningdog?  what am I missing?

thanks!

On 2/5/07, andrei raevsky <address@hidden> wrote:
> Hi friends,
>
> I just installed a couple of extensions for Firefox on my brand new
> BuringDog (weather, downthemall, cyrilic fonts).  I turned off the
> computer, then later when I started it again BurningDog would not
> start and instead I got the following error:
>
> error launching browser window: no XLB binding for browser
>
> I did an 'strace -c' on a CLI launch of Burningdog.  Here is what I got:
>
> address@hidden:~$ strace -c burningdog
> % time     seconds  usecs/call     calls    errors syscall
> ------ ----------- ----------- --------- --------- ----------------
>  36.03    0.094787         162       586           write
>  23.80    0.062619          22      2893        73 read
>   7.53    0.019810          24       819       296 open
>   7.00    0.018414          86       213           poll
>   4.58    0.012038          27       450           old_mmap
>   3.08    0.008111         353        23           writev
>   2.41    0.006345          17       367        67 stat64
>   2.26    0.005959          13       462       253 access
>   2.16    0.005673          87        65           kill
>   1.59    0.004195          30       138           munmap
>   1.48    0.003901           7       538           close
>   1.27    0.003341           7       470           gettimeofday
>   1.03    0.002705          22       124         3 ioctl
>   0.96    0.002529          14       182           brk
>   0.65    0.001715          43        40           getdents64
>   0.55    0.001445           4       339           fstat64
>   0.39    0.001033           4       257           lseek
>   0.34    0.000897         449         2           execve
>   0.32    0.000831         208         4           unlink
>   0.31    0.000828         828         1           fork
>   0.31    0.000811         116         7         4 connect
>   0.20    0.000537           3       178           rt_sigprocmask
>   0.17    0.000445          45        10        10 rt_sigsuspend
>   0.16    0.000430           4        99           _llseek
>   0.15    0.000387          55         7           mmap2
>   0.13    0.000349           4        81           fcntl64
>   0.13    0.000330          14        23           readv
>   0.11    0.000292         292         1           rename
>   0.10    0.000261           6        47           uname
>   0.09    0.000226           9        24         3 lstat64
>   0.08    0.000222          25         9           socket
>   0.06    0.000157         157         1           chmod
>   0.06    0.000148         148         1           bind
>   0.05    0.000130         130         1           symlink
>   0.05    0.000127          12        11        11 mkdir
>   0.05    0.000124          18         7           pipe
>   0.04    0.000108           3        33           rt_sigaction
>   0.04    0.000105          53         2           shmat
>   0.03    0.000089           3        34           getpid
>   0.03    0.000083          42         2           shmget
>   0.03    0.000074          74         1           shutdown
>   0.02    0.000064           6        11        10 sigreturn
>   0.02    0.000051           6         8           sched_get_priority_min
>   0.02    0.000041          14         3         1 waitpid
>   0.02    0.000041           8         5           dup2
>   0.01    0.000038          38         1           accept
>   0.01    0.000031          31         1           utime
>   0.01    0.000028          28         1           clone
>   0.01    0.000028           3         9           sched_get_priority_max
>   0.01    0.000019           3         7           getuid32
>   0.01    0.000018           6         3           time
>   0.00    0.000011          11         1           getcwd
>   0.00    0.000010          10         1           mprotect
>   0.00    0.000010          10         1           _sysctl
>   0.00    0.000008           4         2           shmctl
>   0.00    0.000007           4         2           umask
>   0.00    0.000007           4         2           sched_getscheduler
>   0.00    0.000007           4         2           getrlimit
>   0.00    0.000007           4         2           geteuid32
>   0.00    0.000006           3         2           sched_getparam
>   0.00    0.000006           6         1           sched_setscheduler
>   0.00    0.000006           3         2           getegid32
>   0.00    0.000006           6         1           setsockopt
>   0.00    0.000005           5         1           listen
>   0.00    0.000004           4         1           setrlimit
>   0.00    0.000004           2         2           getgid32
>   0.00    0.000004           4         1           getgroups32
>   0.00    0.000004           4         1           getresuid32
>   0.00    0.000004           4         1           getsockname
>   0.00    0.000003           3         1           getppid
>   0.00    0.000003           3         1           getpgrp
>   0.00    0.000002           2         1           getresgid32
> ------ ----------- ----------- --------- --------- ----------------
> 100.00    0.263094                  8630       731 total
>
> I would note that this problem affects me as a user.  When I 'sux'
> into root Buringdog works just fine, however, I do not want to browse
> the net as root.
>
> Can you help me fix this?
>
> Many thanks.
>
> Andrei
>


_______________________________________________
gNewSense-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gnewsense-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]