http://bugs.openembedded.org/show_bug.cgi?id=889

           Summary: gpe-calendar alarms aren't saved after reboot
           Product: Openembedded
           Version: OpenZaurus 3.5.4.x
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


gpe-calendar alarms for upcoming events aren't saved after a reboot because they
are created as atd event scripts under /var/spool/at, whereas that directory is
a volatile filesystem re-created on reboot, so the contents are lost.

I suggest having /var/spool/at created as a symlink to a non-volatile space. For
my own machine (poodle) /home is such a filesystem, so I've created a
/home/local/spool directory & changed the /etc/default/volatiles/00_core so:

 [EMAIL PROTECTED]/0][/etc/default/volatiles]$ diff 00_core 00_core.1
 33a34
 > d root root 0755 /var/spool
 41d41
 < l root root 0777 /var/spool /home/local/spool

removing the original directory creation & adding the creation of the symlink.
This way the contents of the spool directory are saved.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to