Why is dolphin trying to connect 127.0.0.1:1113?
I'm running dolphin without KDE4 environment, today after the upgrade of
KDE4 in Arch, I can no longer use the Propertity context menu anymore.
So I tried to find out what's happending, here's part of output of strace:
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 21
connect(21, {sa_family=AF_INET, sin_port=htons(1113),
sin_addr=inet_addr("127.0.0.1")}, 16
I'm not sure why it's connecting that port, and there's no program
listening on it.
What should I do now?
No comments:
Post a Comment