Active Topics

 


Reply
Thread Tools
Posts: 23 | Thanked: 7 times | Joined on Jun 2010
#1
Hello

I am using alarmed and it seems that sometimes my profiles are being switched automatically and I can't seem to track it down to anything.

After seeing this:
If it should happen that you create an event and for some reason it gets lost from Alarmed's menu/list, but still exists and acts, look in /var/cache/alarmd/alarm_queue.ini and you'll find your event somewhere at the bottom. It comes with a "cookie", which identifies it. For example: "cookie: 886". You can then use the CLI interface to delete the event. It will tell you it doesn't exist, but it will nevertheless delete the backend-event:
Code:

/opt/alarmed/alarmed.py -CD 886
I was looking at /var/cache/alarmd/alarm_queue.ini

and I am wondering do I need these entries? Are these possibly switching my profile back?

Code:
[#0000000a]
cookie: 10
trigger: 1283261880
title: Scheduler
flags: 131080
alarm_appid: qttest-asj
alarm_time: -1
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 1
recurrence_cnt: 1
action0.flags: 34
action0.dbus_interface: com.nokia.profiled
action0.dbus_service: com.nokia.profiled
action0.dbus_path: /com/nokia/profiled
action0.dbus_name: set_profile
action0.dbus_args: ssilent\\;
recurrence_tab0.mask_hour: 512
recurrence_tab0.mask_wday: 30

[#0000000b]
cookie: 11
trigger: 1283267880
title: Scheduler
flags: 131080
alarm_appid: qttest-asj
alarm_time: -1
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 1
recurrence_cnt: 1
action0.flags: 34
action0.dbus_interface: com.nokia.profiled
action0.dbus_service: com.nokia.profiled
action0.dbus_path: /com/nokia/profiled
action0.dbus_name: set_profile
action0.dbus_args: sgeneral\\;
recurrence_tab0.mask_min: 262144
recurrence_tab0.mask_hour: 2048
recurrence_tab0.mask_wday: 30

[#00000025]
cookie: 37
trigger: 1283614680
title: Scheduler
flags: 131080
alarm_appid: qttest-asj
alarm_time: -1
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 1
recurrence_cnt: 1
action0.flags: 34
action0.dbus_interface: com.nokia.profiled
action0.dbus_service: com.nokia.profiled
action0.dbus_path: /com/nokia/profiled
action0.dbus_name: set_profile
action0.dbus_args: sgeneral\\;
recurrence_tab0.mask_hour: 2048
recurrence_tab0.mask_wday: 64
And my full config
Code:
Nokia-N900-51-1:/home/user# cat /var/cache/alarmd/alarm_queue.ini
[config]
snooze: 300

[#00000001]
cookie: 1
trigger: 1283264405
flags: 132288
alarm_appid: ham_updates_status_menu_item
alarm_time: 1277389205
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_secs: 86400
recur_count: -1
action_cnt: 1
action0.flags: 4130
action0.dbus_interface: com.nokia.hildon_update_notifier
action0.dbus_service: com.nokia.hildon_update_notifier
action0.dbus_path: /com/nokia/hildon_update_notifier
action0.dbus_name: check_for_updates

[#0000000a]
cookie: 10
trigger: 1283261880
title: Scheduler
flags: 131080
alarm_appid: qttest-asj
alarm_time: -1
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 1
recurrence_cnt: 1
action0.flags: 34
action0.dbus_interface: com.nokia.profiled
action0.dbus_service: com.nokia.profiled
action0.dbus_path: /com/nokia/profiled
action0.dbus_name: set_profile
action0.dbus_args: ssilent\\;
recurrence_tab0.mask_hour: 512
recurrence_tab0.mask_wday: 30

[#0000000b]
cookie: 11
trigger: 1283267880
title: Scheduler
flags: 131080
alarm_appid: qttest-asj
alarm_time: -1
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 1
recurrence_cnt: 1
action0.flags: 34
action0.dbus_interface: com.nokia.profiled
action0.dbus_service: com.nokia.profiled
action0.dbus_path: /com/nokia/profiled
action0.dbus_name: set_profile
action0.dbus_args: sgeneral\\;
recurrence_tab0.mask_min: 262144
recurrence_tab0.mask_hour: 2048
recurrence_tab0.mask_wday: 30

[#00000025]
cookie: 37
trigger: 1283614680
title: Scheduler
flags: 131080
alarm_appid: qttest-asj
alarm_time: -1
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 1
recurrence_cnt: 1
action0.flags: 34
action0.dbus_interface: com.nokia.profiled
action0.dbus_service: com.nokia.profiled
action0.dbus_path: /com/nokia/profiled
action0.dbus_name: set_profile
action0.dbus_args: sgeneral\\;
recurrence_tab0.mask_hour: 2048
recurrence_tab0.mask_wday: 64

[#0000010e]
cookie: 270
trigger: 1284464400
flags: 131072
alarm_appid: School_TuTh
alarm_time: 1282736400
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 1
recurrence_cnt: 1
action0.flags: 36
action0.exec_command: /opt/alarmed/profileswitcher.sh silent
recurrence_tab0.mask_min: 1099511627776
recurrence_tab0.mask_hour: 128
recurrence_tab0.mask_wday: 20
recurrence_tab0.special: 1

[#00000116]
cookie: 278
trigger: 1283611200
flags: 131072
alarm_appid: School_-_Sat
alarm_time: 1283006400
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 1
recurrence_cnt: 1
action0.flags: 36
action0.exec_command: /opt/alarmed/profileswitcher.sh silent
recurrence_tab0.mask_min: 1099511627776
recurrence_tab0.mask_hour: 1024
recurrence_tab0.mask_wday: 64
recurrence_tab0.special: 1

[#0000011b]
cookie: 283
trigger: 1283188500
flags: 131264
alarm_appid: modest
alarm_time: 900
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_secs: 900
recur_count: -1
action_cnt: 1
action0.flags: 4130
action0.dbus_interface: com.nokia.modest
action0.dbus_service: com.nokia.modest
action0.dbus_path: /com/nokia/modest
action0.dbus_name: SendReceive

[#0000011c]
cookie: 284
trigger: 1283248440
title: Alarm
message: School-TuTh
icon: qgn_list_hclk_alarm
flags: 136240
alarm_appid: worldclock_alarmd_id
alarm_time: -1
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 2
recurrence_cnt: 1
attr_cnt: 1
action0.flags: 65
action0.label: cloc_bd_alarm_notification_snooze
action1.flags: 64
action1.label: cloc_bd_stop
recurrence_tab0.mask_min: 18014398509481984
recurrence_tab0.mask_hour: 32
recurrence_tab0.mask_wday: 20
attr0.attr_name: textdomain
attr0.attr_type: 3
attr0.attr_data.sval: osso-clock

[#0000011d]
cookie: 285
trigger: 1283601600
title: Alarm
message: School-Sat
icon: qgn_list_hclk_alarm
flags: 136240
alarm_appid: worldclock_alarmd_id
alarm_time: -1
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 2
recurrence_cnt: 1
attr_cnt: 1
action0.flags: 65
action0.label: cloc_bd_alarm_notification_snooze
action1.flags: 64
action1.label: cloc_bd_stop
recurrence_tab0.mask_min: 1
recurrence_tab0.mask_hour: 256
recurrence_tab0.mask_wday: 64
attr0.attr_name: textdomain
attr0.attr_type: 3
attr0.attr_data.sval: osso-clock
Thanks!
 
Posts: 23 | Thanked: 7 times | Joined on Jun 2010
#2
Just in case anyone comes across this thread in the future I went ahead and deleted the three entries without any ill effect (as far as I can tell). It also seems to have solved my problem with the profiles changing (against my will/configuration).
 

The Following User Says Thank You to pyther For This Useful Post:
Posts: 182 | Thanked: 40 times | Joined on Apr 2010 @ Seatle, WA
#3
Originally Posted by pyther View Post
Just in case anyone comes across this thread in the future I went ahead and deleted the three entries without any ill effect (as far as I can tell). It also seems to have solved my problem with the profiles changing (against my will/configuration).

Thanks Mate, I was just bogged down by some thing which was changing my profile every morning at 9. I recall I installed and uninstalled timedsilencer, but it seems the program still left it traces. So I deleted those alarm. Confirmation tomorrow if it works.
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:55.