Re: Slow Firefox

2006-10-30 Thread Lars Staun Knudsen
celejar wrote: > My Firefox (1.5 on Sid) is really, really slow (startup, getting / > rendering pages, and even things like displaying the prefs screen) and > frequently (generally whenever it's doing anything interesting, as > above) raises cpu usage to 100%, I got a 1.6 GHz Intel Dothan and 1 GB

Re: Slow Firefox

2006-10-29 Thread Lars Staun Knudsen
Sven Arvidsson wrote: > That doesn't sound right. Try moving ~/.mozilla out of the way and start > with a fresh profile. It makes no difference. > If that doesn't work, maybe you can try launching firefox with strace > and see if you can spot something strange. I'm not familiar with strace and w

Slow Firefox

2006-10-29 Thread Lars Staun Knudsen
Hi I'm using the default firefox version (1.5) in Etch and it's so slow. I tried removing all extensions, using the "fasterfox" extension, but it's still slow. When i compare with Opera Firefox have a 20-40s load time! Am i the only one? Best Regards /Lars -- To UNSUBSCRIBE, email to [EMAIL

Re: gid option on ext3 in fstab[SOLVED]

2006-10-18 Thread Lars Staun Knudsen
Bill Marcum wrote: > The gid and uid mount options only work with file systems such > as vfat, which do not have a uid and gid for each file. Instead, you > could use "chmod g+s". Thanks you very much. I only used sticky bit on files and never though of using it on directories. Best Regards /

gid option on ext3 in fstab

2006-10-17 Thread Lars Staun Knudsen
Hi I want all files on a partition, used as a nfs-share, to have "utysket" as group. Earlier I had a script to run every second hour to set the right group. But then i remembered the gid option in fstab. /dev/hdc1 /Lager/01 ext3gid=utysket,noexec,defaults 0 2 But it d

Re: Xen 3.0.2 on Etch [SOLVED]

2006-09-25 Thread Lars Staun Knudsen
Alex Pimperton skrev: > This is a known issue with the 16-2 kernels, see: > > http://www.debian-administration.org/articles/435 > > There are also bugs filed in the BTS. Thanks, but actually i got the computer to boot with 2.6.16-2 (of course only with my own created initrd image). But let' see

Xen 3.0.2 on Etch

2006-09-23 Thread Lars Staun Knudsen
rrors came regarding modules.deb in /lib/modules/2.6.16-2-xen-vserver-686/. The file exist and the process stops with error on "/dev/console". Then the computer restarts and I'm lost... Thank you in advance. Best regards /Lars Staun Knudsen -- To UNSUBSCRIBE, email to [EMAIL PROTECT

Re: package error after debfoster

2006-02-23 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rogério Brito wrote: > I think that a simpler "touch /usr/bin/update-menus.real" as root would > work better than using --force-* for dpkg. This way, you can still use > higher level tools than dpkg. As you may have seen i've solved the problem. But i

Re: package error after debfoster [SOLVED]

2006-02-23 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I couldn't get any of the purge or force commands to clear that broken package. So i ended up with doing it the hard way, with dpkg - --listfiles http://lists.debian.org/debian-user/2005/01/msg04497.html Thank you for your input... - -- /Lars -B

Re: package error after debfoster

2006-02-22 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luis Finotti wrote: > I am not at my Debian machine, so I can't double check, but I think you > need "dpkg --force-purge". (Careful with that! Check the man page. > Search "force-thing".) > > HTH, > > Luis > # dpkg --force-purge menu dpkg: unknow

package error after debfoster

2006-02-22 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I cleaned out my system with debfoster, but unfortunately the package "menu" is stuck. I earlier remembered a way to force at package out with dpkg. But man or google can't make me remember.. # aptitude purge menu Reading Package Li

Re: Debian as terminalserver

2006-02-16 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Dugan wrote: > Have you had a look at LTSP, www.ltsp.org. I had this setup some time > ago and it worked well. Thanks, I'll have a look. - -- /Lars -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunde

Re: Terminal Server

2006-02-16 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel A Beller wrote: > Want to be careful on how you install apps, they can end up copied into > RAM on diskless clients if installed as if on local system. With > openoffice, this may eat up all 128 Mb's of RAM you've got. Sorry to jump in and "st

Keyboard & Lefthanded Mouse i X.Org

2006-02-07 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I'm running Sarge on my Asus M6Ne laptop with X.Org 6.8.2 backported and a couple of things is bothering me. 1) I use left hand for my usb-mouse, but prefer the right-hand settingsfor my synaptic touchpad. So i would like to change the settings, so

Re: debianmirror with rsync

2006-01-06 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc PERRUDIN wrote: > Have you try the debmirror package? It can create and update a mirror > with a single command. Here an example: > > debmirror [--ignore-release-gpg] -e rsync -h ftp.debian.org -r :debian > -d etch,sarge,sid -s main,non-free,cont

debianmirror with rsync

2006-01-04 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I'm trying to create a locale debmirror for powerpc and i386. I'm using the script published at debian.org. First i executed the script with only ARCH_EXCLUDE defined: ARCH_EXCLUDE="alpha amd64 arm hppa hurd-i386 ia64 m68k mipsel mips s390 sparc"

Re: Software RAID autostart [SOLVED]

2005-12-29 Thread Lars Staun Knudsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clive Menzies wrote: > I just posted how I fixed this here: > > add libata and ata_piix to /etc/modules > > YMMV Nice, that did the trick. Plus it helps if you set autostart to true. :-) BTW it works without loading "ata_piix", is that for your in

Sofware RAID autostart

2005-12-29 Thread Lars Staun Knudsen
Hi I'm have two 120gb HD and decided to setup a software raid and mount /home on the raid. The raid is created with mdadm and works fine. But the raid doesn't start after reboot! I'm running Sarge with a standard 2.6.8-smp kernel and has writing "md" and "raid1" in "/etc/modules" and created t