[kde-freebsd] KDE4 akonadi && mysqld run away proc
Matthias Apitz
guru at unixarea.de
Sat Jan 23 19:29:47 UTC 2016
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.
Thanks
matthias
--
Matthias Apitz, ✉ guru at unixarea.de, ⌂ 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
More information about the kde-freebsd
mailing list