El día Saturday, January 23, 2016 a las 08:29:47PM +0100, Matthias Apitz escribió:
> > Hello, > > I have created on my netbook (r292778 amd64, KDE4 from ports December > 30) a new user for my son. When I do login as this user and run 'startx' > the KDE4 environment is created, because the ~/.xinitrc says: > > cd > setxkbmap -option terminate:ctrl_alt_bksp > xrandr --output default --mode 1366x768 > xset dpms 120 > /usr/local/bin/xbindkeys > test -f startkde.log && mv startkde.log startkde.log.last > ps ax | fgrep hal | tee -a startkde.log > exec /usr/local/bin/startkde 2>&1 | while read line; do echo -n "$(date > '+%T'): "; echo $line ; test "$line" = "startkde: Done." && exit ; done | tee > -a startkde.log > > KDE4 comes up fine but with a problem caused by the mysqld running for > the 'akonadi' service: the proc of mysqld consumes all free CPU cycles > and is not even killable, which at the end on shutdown of the FreeBSD is > causing that not all vnodes can be synced, and at the very end a PANIC. > > When I run the same 'startx' in my account on this netbook, all is fine. > > What is causing this? Or, how can I get rid of the akonadi service which > I do not need at all? As a workaround I renamed the mysqld so noboday > can start it at all. fyi: https://bugs.kde.org/show_bug.cgi?id=358467 as a workaround, I have renamed the server in /usr/local/bin/akonadiserver.away and all is fine; I think nobody really needs this PIM stuff :-) or, at least it should have a way to disable this in some rc file; matthias -- Matthias Apitz, ✉ [email protected], ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 UNIX since V7 on PDP-11 | UNIX on mainframe since ESER 1055 (IBM /370) UNIX on x86 since SVR4.2 UnixWare 2.1.2 | FreeBSD since 2.2.5 _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
