Discussion:
[uClinux-dev] Problem executing syslogd (busybox)
Ted Victorio
2016-03-11 08:22:00 UTC
Permalink
The syslogd (busybox) compiled successfully; however, executing syslogd gave this result:

/> syslogd: exec /proc/self/exe: No such file or directory

Please advise. Thank you very much.
Regards,
Ted


The platform is Freescale MCF5329EVB with uClinux-dist-20080808; build with m68k-uclinux-tools-20061214

# Busybox Settings
#

#
# General Configuration
#
CONFIG_USER_BUSYBOX_SHOW_USAGE=y
CONFIG_USER_BUSYBOX_FEATURE_COMPRESS_USAGE=y
CONFIG_USER_BUSYBOX_GETOPT_LONG=y
CONFIG_USER_BUSYBOX_FEATURE_DEVPTS=y
CONFIG_USER_BUSYBOX_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_USER_BUSYBOX_FEATURE_SYSLOG=y


#
# System Logging Utilities
#
CONFIG_USER_BUSYBOX_SYSLOGD=y
# CONFIG_USER_BUSYBOX_FEATURE_ROTATE_LOGFILE is not set
CONFIG_USER_BUSYBOX_FEATURE_REMOTE_LOG=y
# CONFIG_USER_BUSYBOX_FEATURE_SYSLOGD_DUP is not set
# CONFIG_USER_BUSYBOX_FEATURE_IPC_SYSLOG is not set
# CONFIG_USER_BUSYBOX_KLOGD is not set
CONFIG_USER_BUSYBOX_LOGGER=y
Waldemar Brodkorb
2016-03-12 21:12:41 UTC
Permalink
Ted Victorio wrote,
Post by Ted Victorio
/> syslogd: exec /proc/self/exe: No such file or directory
Please advise. Thank you very much.
Is /proc mounted on your system?

best regards
Waldemar
_______________________________________________
uClinux-dev mailing list
uClinux-***@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-***@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev
Ted Victorio
2016-03-14 18:59:55 UTC
Permalink
Problem resolved with the following modifications:
        CONFIG_USER_BUSYBOX_FEATURE_INSTALLER=y        CONFIG_USER_BUSYBOX_FEATURE_PREFER_APPLETS=y        CONFIG_USER_BUSYBOX_BUSYBOX_EXEC_PATH="/bin/busybox"
Cheers,Ted

On Saturday, March 12, 2016 1:12 PM, Waldemar Brodkorb <***@openadk.org> wrote:


Ted Victorio wrote,
Post by Ted Victorio
/> syslogd: exec /proc/self/exe: No such file or directory
Please advise. Thank you very much.
Is /proc mounted on your system?

best regards
Waldemar
_______________________________________________
uClinux-dev mailing list
uClinux-***@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-***@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Loading...