ifplugd(lo): 프로그램 실행이 실패하고 반환 값은 1입니다.

ifplugd(lo): 프로그램 실행이 실패하고 반환 값은 1입니다.

Raspbian을 실행하는 Raspberry Pi가 있는데 초기화할 때 이 오류가 표시됩니다 ifplugd.

ifplugd(lo): Program execution failed, return value is 1.

로그 섹션을 보면 시작된 곳에서 끝나는 것처럼 보입니다 ifplugd initializing. 아마도 프로세스가 궁극적으로 성공했음을 나타낼 수 있습니다.

내 이더넷에 알려진 문제가 없으므로 이 오류가 얼마나 중요한지 잘 모르겠습니다.

Nov 27 12:36:39 raspberrypi ifplugd(lo)[203]: ifplugd 0.28 initializing.
Nov 27 12:36:39 raspberrypi ifplugd(lo)[203]: Using interface lo/00:00:00:00:00:00
Nov 27 12:36:39 raspberrypi ifplugd(lo)[203]: Using detection mode: SIOCETHTOOL
Nov 27 12:36:39 raspberrypi ifplugd(lo)[203]: Initialization complete, link beat detected.
Nov 27 12:36:39 raspberrypi ifplugd(lo)[203]: Executing '/etc/ifplugd/ifplugd.action lo up'.
Nov 27 12:36:39 raspberrypi systemd[1]: Found device /dev/ttyAMA0.
Nov 27 12:36:39 raspberrypi kernel: gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Nov 27 12:36:39 raspberrypi ifplugd(lo)[203]: client: /sbin/ifup: failed to open lockfile /run/network/.ifstate.lock: No such file or directory
Nov 27 12:36:39 raspberrypi ifplugd(lo)[203]: client: run-parts: /etc/ifplugd/action.d//ifupdown exited with return code 1
Nov 27 12:36:39 raspberrypi mtp-probe[215]: checking bus 1, device 6: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Nov 27 12:36:39 raspberrypi mtp-probe[215]: bus: 1, device: 6 was not an MTP device
Nov 27 12:36:39 raspberrypi mtp-probe[217]: checking bus 1, device 3: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1"
Nov 27 12:36:39 raspberrypi mtp-probe[216]: checking bus 1, device 5: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4"
Nov 27 12:36:39 raspberrypi mtp-probe[216]: bus: 1, device: 5 was not an MTP device
Nov 27 12:36:39 raspberrypi ifplugd(lo)[203]: Program execution failed, return value is 1.
Nov 27 12:36:39 raspberrypi mtp-probe[217]: bus: 1, device: 3 was not an MTP device
Nov 27 12:36:39 raspberrypi mtp-probe[227]: checking bus 1, device 4: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2"
Nov 27 12:36:39 raspberrypi systemd[1]: Found device /dev/mmcblk0p5.
Nov 27 12:36:39 raspberrypi systemd[1]: Starting File System Check on /dev/mmcblk0p5...
Nov 27 12:36:39 raspberrypi mtp-probe[227]: bus: 1, device: 4 was not an MTP device
Nov 27 12:36:39 raspberrypi ifplugd(eth0)[248]: ifplugd 0.28 initializing.

관련성이 없을 수도 있지만 mtp-probe로그의 이 부분에서 액세스되는 것을 볼 수 있습니다. 최근에 다음과 같은 유형의 로그 오류가 발생했습니다.

Nov 26 21:50:51 raspberrypi systemd-udevd[184]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1 1 3': No such file or directory

그런 다음 나는 떠났습니다 apt-get install libmtp-runtime.

관련 정보