View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#1631
Originally Posted by yaliang View Post
I am sorry for my poor English.I can't express myself clearly.

Code:
/usr/bin/worldclock
Segmentation fault
It happened when I edited some alarms.
Maybe your alarmfile is corrupted. Do alarms still ring? You could try from xterm (as one sentence):
Code:
mv /var/cache/alarmd/alarm_queue.ini /var/cache/alarmd/alarm_queue.ini.orig
and try again?

if it makes no differences, restore the file:
Code:
mv /var/cache/alarmd/alarm_queue.ini.orig /var/cache/alarmd/alarm_queue.ini
 

The Following User Says Thank You to ade For This Useful Post: