IPFS daemon receives interrupt signal from nobody

I am working with IPFS in RPI2 (raspbian jessie). I have IPFS version 0.4.9 (my RPI is full-upgraded) and every time that I start the daemon it shows a message (without doing ctrl + c):

Complete log:

IPFS_LOGGING=warning ipfs daemon
Initializing daemon…
20:52:44.819 WARNI basichost: protocol mux failed: %s (took %s)connection reset 864.485375ms basic_host.go:126
20:52:44.820 WARNI basichost: protocol mux failed: %s (took %s)connection reset 865.851364ms basic_host.go:126
20:52:45.623 WARNI basichost: protocol mux failed: %s (took %s)connection reset 1.214513251s basic_host.go:126
20:52:45.674 WARNI basichost: protocol mux failed: %s (took %s)connection reset 1.264643008s basic_host.go:126
Swarm listening on /ip4/10.13.10.6/tcp/4001
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/192.168.0.6/tcp/4001
Swarm listening on /ip6/::1/tcp/4001
API server listening on /ip4/127.0.0.1/tcp/5001
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
20:52:46.368 WARNI basichost: protocol mux failed: %s (took %s)connection reset 1.388672867s basic_host.go:126
20:52:46.369 WARNI basichost: protocol mux failed: %s (took %s)connection reset 1.389818023s basic_host.go:126
20:52:46.415 WARNI basichost: protocol mux failed: %s (took %s)connection reset 1.438036061s basic_host.go:126
20:52:46.415 WARNI basichost: protocol mux failed: %s (took %s)connection reset 1.437753146s basic_host.go:126

One day ago the daemon was working a bit buggy, but working.

If it is related, I have my IPFS path in a ext4 formated usb drive.

I have seen this related problem: IPFS 0.4.13 on RPI: "protocol mux failed" but the way that he uses to fix it is not clear to me, please help :slight_smile: