[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||7.0.0

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/e613bc900c58
   ||144256e6d24e463217dabe76e49
   ||5
 Resolution|DUPLICATE   |FIXED

--- Comment #18 from caulier.gil...@gmail.com ---
Git commit e613bc900c58144256e6d24e463217dabe76e495 by Gilles Caulier.
Committed on 08/01/2020 at 08:22.
Pushed by cgilles into branch 'master'.

This is a mess: some qWarning(), qInfo(), qCritical() messages are not wrapped
in litteral debug spaces as expected
and are printed as "unknown". To disable these messages, the right keyword is
"default" (it's logic of course!)
Now AppImage do not export the huge warning strings from Qt core in log files.
ouf...
Related: bug 415882, bug 414028

M  +1-1project/bundles/appimage/data/AppRun

https://invent.kde.org/kde/digikam/commit/e613bc900c58144256e6d24e463217dabe76e495

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #17 from caulier.gil...@gmail.com ---
Git commit bd7adde1afc349cad5001687846ee31af766d0c7 by Gilles Caulier.
Committed on 07/01/2020 at 08:37.
Pushed by cgilles into branch 'master'.

digiKam AppImage: Drop Qt core debug traces dispatched by Qt Logging categories
Related: bug 414028, bug 415882

M  +3-0project/bundles/appimage/data/AppRun

https://invent.kde.org/kde/digikam/commit/bd7adde1afc349cad5001687846ee31af766d0c7

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-06 Thread TahomaSoft
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #16 from TahomaSoft  ---
For what it is worth, I did receive thematically similar errors running Digikam
6.4 compiled from source.  Relevant lines are below.

digikam.metaengine: Cannot load metadata using Exiv2   (Error # 9 : 
/ZuHause/PhotoDrive1/FotoAlbumStructure/Primary/DropBox-EB/Dropbox2020-Jan6/2018/Sept2018/2018-09-18
06.54.49.heic: Failed to
 open the data source: Too many open files (errno = 24)

Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)
Could not create AF_NETLINK socket (Too many open files)

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #15 from caulier.gil...@gmail.com ---
Even if the Locale support in AppImage is bugous with Qt and libicu (which
generate this kind of warnings), we can disable message as well when Qt is
recompiled for the bundle.

In fact, Qt do not load properly ICU data and switch to Posix locale, and
generate warnings :

https://github.com/qt/qtbase/blob/dev/src/corelib/text/qcollator_posix.cpp#L53

As i plan to switch Qt from 5.13.2 to 5.14 in the AppImage, i will make a patch
in this way.

Gilles

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-06 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #14 from Maik Qualmann  ---
These are warnings that come directly from Qt. And of course warnings are
displayed. These messages will disappear when we find the error for the local
function in the AppImage. You shouldn't see any debug messages from digiKam
except for warnings.

Maik

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-06 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #13 from MarcP  ---
Hi. I tried scanning and rebuilding the faces database this morning (well, it's
still in progress), and both the /var/log/syslog and the journal seemed to have
increased significantly in size (between 1 and 2 GB together) in about 1 hour.

Mostly with these two lines, repeated thousands of times:

Jan  6 12:12:24 marc-TM1703 compiz[7498]: #033[34munknown#033[0m: Case
insensitive sorting unsupported in the posix collation implementation
Jan  6 12:12:24 marc-TM1703 compiz[7498]: #033[34munknown#033[0m: Numeric mode
unsupported in the posix collation implementation

So I would say the problem is still reproducible.

(I am using digikam-7.0.0-beta2-20200105T130918-x86-64.appimage on Ubuntu 18.04
with Unity)

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-06 Thread TahomaSoft
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #12 from TahomaSoft  ---
Created attachment 124921
  --> https://bugs.kde.org/attachment.cgi?id=124921=edit
A run of digikam appimage 7-beta with output captured by typescript. Last 1500
lines of output further edited for relevance.

Ran digikam-7.0.0-beta2-20200105T130918-x86-64.appimage.

Threw 178,000 files at it. Got most of the way through but eventually did
crash.

Running it again was successful.

Crash output attached.

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-05 Thread TahomaSoft
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #11 from TahomaSoft  ---
(In reply to MarcP from comment #10)
> I will try tomorrow and report back.

I will do the same.

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-05 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #10 from MarcP  ---
I will try tomorrow and report back.

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #9 from caulier.gil...@gmail.com ---
digiKam AppImage 7.0.0-beta2 64 bits is updated with last changes to reduce
QtLogging data stream at run-time.

File can be downloaded at this place for testing :

https://files.kde.org/digikam/

Can you reproduce the problem with this version ?

Thanks in advance

Gilles Caulier

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2020-01-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||traderbeck...@tahoma.com

--- Comment #8 from caulier.gil...@gmail.com ---
*** Bug 415882 has been marked as a duplicate of this bug. ***

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-12 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=414016

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #7 from Maik Qualmann  ---


*** This bug has been marked as a duplicate of bug 414028 ***

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #6 from caulier.gil...@gmail.com ---
Under Centos, qt loggin configuration (all disabled by default) set in a
qtlogging.ini file hosted in the system (somewhere in /usr/share/...)

Look this page :

https://doc.qt.io/qt-5/qloggingcategory.html

... and search "qtlogging.ini" for details.

I'm sure that Qt provide a way to dispatch all Qt debug spaces in
syslog/journald.

Gilles Caulier

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-11 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #5 from MarcP  ---
If I watch the /var/log/syslog in real time, I can see basically everything
digikam is doing, as if I had launched it from a terminal. And same for other
programs I am running.

I think that temporarily I'll limit the size of that log in
/etc/logrotate.d/rsyslog

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #4 from Maik Qualmann  ---
Unfortunately, the distributions lead the way and write warnings of
applications to /var/log/. For me, /var/log/ is really only for the kernel. But
the same here under openSUSE, everything to /var/log/.

Maik

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #3 from caulier.gil...@gmail.com ---
But there is no reason to see this whole package of messages in /var/log/...

digiKam do not play directly with these log-files.

Gilles Caulier

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-11 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=414016

--- Comment #2 from MarcP  ---
Ok, understood.

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=414016

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
That's the problem with the locale we've already talked about. At the moment I
strongly advise against using the AppImage. Without a working locale that
affects many things like date and string comparisons, digiKam is not safe to
use. At the moment, compile digiKam from the sources themselves.

Maik

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414016

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
  Component|general |Bundle-AppImage

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

[digikam] [Bug 414016] Log file /var/log/syslog grows in size very fast

2019-11-10 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=414016

MarcP  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

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