[opensuse] Strange error concerning iCal when making new entry in Time Tracker
Don't understand this at all. http://susepaste.org/92253337 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sunday 04 Dec 2011 00:37:57 Keith Gardner wrote:
Don't understand this at all. http://susepaste.org/92253337
The code that writes the calendar file where your entries are stored uses a "lockfile" to prevent simultaneous accesses from corrputing the file. Normally the process goes "lock, write, unlock". If that is interrupted, you get a leftover lockfile which prevents further writes. Log out of KDE or just stop ktimetracker, and delete the file mentioned in the dialog, and you'll be fine. Will -- Will Stephenson, openSUSE Team SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tuesday, December 06, 2011 11:13:53 PM Will Stephenson wrote:
On Sunday 04 Dec 2011 00:37:57 Keith Gardner wrote:
Don't understand this at all. http://susepaste.org/92253337
The code that writes the calendar file where your entries are stored uses a "lockfile" to prevent simultaneous accesses from corrputing the file. Normally the process goes "lock, write, unlock". If that is interrupted, you get a leftover lockfile which prevents further writes. Log out of KDE or just stop ktimetracker, and delete the file mentioned in the dialog, and you'll be fine.
Will Just deleting the file will do the trick? -- Roger Luedecke openSUSE Ambassador Ind. Repairs and Consulting **Looking for a C++ etc. mentor*** -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Keith Gardner
-
Roger Luedecke
-
Will Stephenson