Comment 34 for bug 1727653

Revision history for this message
Wolf Rogner (war-rsb) wrote :

I cannot confirm that ulimit -s 16384 will heal the issue (suggested in #30). I have inserted ulimit -s 16384 to no avail.

Exec=sh -c "ulimit -v 1000000; ulimit -s 16384; ulimit -n 4096; exec /usr/lib/x86_64-linux-gnu/deja-dup/deja-dup-monitor"

-> still causes the issue.

Trying to check my file count I realized that Nautilus interupts file count and restarts regularly. This behaviour might be triggered by several symlinks.

Can it be that duplicity tries to follow a directory structure and gets confused if circular references via symlinks exist?

If so, I have to draw a link tree for further analysis.