https://bugs.kde.org/show_bug.cgi?id=503551

--- Comment #7 from Ralf Habacker <ralf.habac...@freenet.de> ---
(In reply to Ralf Habacker from comment #6)
> I did run kmymoney with strace and got: 

This was the log for the second run. 

Here is the one from the first run: 

write(2, "Open file QUrl(\"file:///server/d"..., 83) = 83
access("/server/daten/kmymoney.xml", F_OK) = 0
statx(AT_FDCWD, "/server/daten/kmymoney.xml",
AT_STATX_SYNC_AS_STAT|AT_NO_AUTOMOUNT, STATX_ALL,
{stx_mask=STATX_BASIC_STATS|STATX_MNT_ID, stx_attributes=0,
stx_mode=S_IFREG|0644, stx_size=3649420, ...}) = 0
openat(AT_FDCWD, "/server/daten/kmymoney.xml", O_RDONLY|O_CLOEXEC) = 12
statx(12, "", AT_STATX_SYNC_AS_STAT|AT_NO_AUTOMOUNT|AT_EMPTY_PATH, STATX_ALL,
{stx_mask=STATX_BASIC_STATS|STATX_MNT_ID, stx_attributes=0,
stx_mode=S_IFREG|0644, stx_size=3649420, ...}) = 0
statx(12, "", AT_STATX_SYNC_AS_STAT|AT_NO_AUTOMOUNT|AT_EMPTY_PATH, STATX_ALL,
{stx_mask=STATX_BASIC_STATS|STATX_MNT_ID, stx_attributes=0,
stx_mode=S_IFREG|0644, stx_size=3649420, ...}) = 0
read(12, "<?xml version=\"1.0\" encoding=\"UT"..., 16384) = 16384
close(12)                               = 0
openat(AT_FDCWD, "/server/daten/kmymoney.xml.lck",
O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 12
flock(12, LOCK_EX|LOCK_NB)              = -1 EACCES (Keine Berechtigung)
write(2, "setNativeLocks failed: \"Permissi"..., 43) = 43

Since the same error message is displayed, the cause of the error is probably
somewhere else (indicated by the mentioned file '*.rmlock')

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to