Summary: | Crash after new install and scan to mysql database | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Terence White <TerenceWhiteNZ> |
Component: | Database-Mysql | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: |
Description
Terence White
2011-01-04 11:03:29 UTC
One further thing I've noticed is that there is a basic difference between the directory shared via nfs on the client and the server. client (sample) drwxr-xr-x 2 4294967294 4294967294 4096 2011-01-04 19:00 2010-12-29 server drwxr-xr-x 2 terence terence 4096 2011-01-04 19:00 2010-12-29 looks like a bit of nfs inconsistencies here between 32bit (client) and 64bit (server) land. grep terence /etc/passwd client terence:x:1000:1000:Terence White,,,:/home/terence:/bin/bash server terence:x:1000:1000:Terence White,,,:/home/terence:/bin/bash but strangely I can still write to the directory from the client and the owner gets set correctly on the server side. client terence@terence-desktop:/media/shared_photos$ touch pip terence@terence-desktop:/media/shared_photos$ ls -l pip -rw-r--r-- 1 4294967294 4294967294 0 2011-01-04 23:10 pip server terence@lithium:/shared/photos$ ls -l pip -rw-r--r-- 1 terence terence 0 2011-01-04 23:10 pip crash is libkipi not in DB backend. update libkipi Gilles Caulier *** This bug has been marked as a duplicate of bug 255733 *** Problem fixed in 6.0.0 where all tools are now in digiKam core |