lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 19 Apr 2007 12:00:01 -0700
From:	"Tom Strader" <tom.strader@...inx.com>
To:	<linux-kernel@...r.kernel.org>
Subject: unable to run busybox /sbin/int

This is the final output from my kernel as I try to launch busybox
(/sbin/init is linked to /bin/busybox)
As it launches the kernel looks for libraries which do not exist (not
sure why), but it appears to find /lib/libcrypt.so.1 and /lib/libc.so.6
but the system does not output after that.  I can press keys on the
keyboard and there are echoed to the screen, I can also use the control
characters C-c, C-s, C-q, and so on and I see kernel messages indication
the uart_flush_buffer(0) is being called but busybox does not appear to
start.  Here is my kernel output, any suggestions would help. Thanks.

VFS: Mounted root (jffs2 filesystem).
Freeing init memory: 64K
#do_sys_open(/dev/console)... n_tty_set_termios()
opening ttyS0...uart_open(0) called
ret 0
running /sbin/init
#do_sys_open(/etc/ld.so.cache)... do_filp_open error
ret -2
#do_sys_open(/lib/v5l/fast-mult/half/libcrypt.so.1)... do_filp_open
error
ret -2
#do_sys_open(/lib/v5l/fast-mult/libcrypt.so.1)... do_filp_open error
ret -2
#do_sys_open(/lib/v5l/half/libcrypt.so.1)... do_filp_open error
ret -2
#do_sys_open(/lib/v5l/libcrypt.so.1)... do_filp_open error
ret -2
#do_sys_open(/lib/fast-mult/half/libcrypt.so.1)... do_filp_open error
ret -2
#do_sys_open(/lib/fast-mult/libcrypt.so.1)... do_filp_open error
ret -2
#do_sys_open(/lib/half/libcrypt.so.1)... do_filp_open error
ret -2
#do_sys_open(/lib/libcrypt.so.1)... ret 3
#do_sys_open(/lib/libc.so.6)... ret 3


Thanks,
Tom Strader
Systems Engineer
Xilinx Inc. - GPD Product Planning
Tom.Strader@...inx.com
+1 (408)879-4464


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ