https://bugs.kde.org/show_bug.cgi?id=420113
Bug ID: 420113
Summary: Skrooge very slow without ::1 set as ipv6 address
Product: skrooge
Version: 2.18.0
Platform: Debian testing
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
STEPS TO REPRODUCE
1. ip addr delete ::1/128 dev lo
2. start skrooge
3. stop skrooke
4. ip addr add ::1/128 dev lo
5. start skrooge
OBSERVED RESULT
The first time skrooge is started it is very slow (start-up time of few minutes
instead of seconds).
If the IPv6 stack is completely disabled (ipv6.disable=1 as kernel parameter)
or partially disabled (echo 1 | tee
/proc/sys/net/ipv6/conf/{lo,all,default}/disable_ipv6) or the IPv6 link local
address is set, startup is fast.
EXPECTED RESULT
Always fast startup independent of used IP addresses.
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
The missing link local address was not on purpose, so finding the root cause
fixed this bug for me. Although it would probably be better to not depend on an
IPv6 link local address, the important thing is to document this behavior
(which this bug report does, at least to some extent).
--
You are receiving this mail because:
You are watching all bug changes.