Error in creating user root

2016-06-29 Thread Vered Zvi
Hello, I'm using busybox 1.20.2 In order to create a new user I ran: addgroup root adduser -h /home/root -G root root I'm getting a message: passwd: unknown uid 0 Can you please help ? Thank you, Z.V The information contained in this communication is proprietary to Israel Aerospace Industrie

Kernel panic - not syncing: No working init found

2016-11-01 Thread Vered Zvi
Hello, I'm working with kernel 3.18.24, busybox 1.24.2 /lib contains the following files: ld-2.22.so ld-linux-x86-64.so.2 -> ld-2.22.so libc-2.22.so libcrypt-2.22.so libcrypt.so.1 -> libcrypt-2.22.so libc.so.6 -> libc-2.22.so libdl-2.22.so libdl.so.2 -> libdl-2.22.so libgcc_s.so libgcc_s.so.1 li

RE: Kernel panic - not syncing: No working init found

2016-11-01 Thread Vered Zvi
[m...@mattiasschlenker.de] Sent: Tuesday, November 01, 2016 2:58 PM To: busybox@busybox.net Subject: Re: Kernel panic - not syncing: No working init found Am 01.11.2016 um 13:41 schrieb Vered Zvi: > Hello, > > I'm working with kernel 3.18.24, busybox 1.24.2 > > /lib contains the following files: &g

RE: Kernel panic - not syncing: No working init found

2016-11-01 Thread Vered Zvi
Subject: Re: Kernel panic - not syncing: No working init found Am 01.11.2016 um 13:41 schrieb Vered Zvi: > Hello, > > I'm working with kernel 3.18.24, busybox 1.24.2 > > /lib contains the following files: > > ld-2.22.so > ld-linux-x86-64.so.2 -> ld-2.22.so &

RE: Kernel panic - not syncing: No working init found

2016-11-01 Thread Vered Zvi
, 2016 5:00 PM To: busybox@busybox.net Subject: Re: Kernel panic - not syncing: No working init found Am 01.11.2016 um 15:15 schrieb Vered Zvi: > Hello, > > Where should I run: > chroot /bin/busybox ? > > under the host PC ? Yes, under the host PC. I assume, host PC and targe

Problem in compiling busybox 1.14.2

2009-08-03 Thread Vered Zvi
Hello, I built using Dan Kegel's crossbuild tool. The toolchain is gcc-4.1.0-glibc-2.3.6 for i686 targets. Using this toolchain I built busybox 1.14.2 with: make ARCH=x86 defconfig make ARCH=x86 CROSS_COMPILE=i686-unknown-linux-gnu and got the following 2 errors: miscutils/ionice.c: In fun

/sbin/init: error while loading shared libraries: libm.so.6

2009-10-06 Thread Vered Zvi
Hello, I built busybox 1.14.2 using a toolchain built with the CLFS project (Cross Linux From Scratch). The cross toolchain contains gcc 4.2.4, glibc 2.7, binutils 2.18 I also built the kernel image using this toolchain. I'm getting the following message when the kernel boots: /sbin/init:

Create RAM disk downloaded via TFTP

2016-12-18 Thread Vered Zvi
Hello, I created a root file system with busybox. Currently I have a tree with the following folders: bin sbin boot tmp sys proc My target (ARM-V7, NXP's LS1021A) was booted OK with this tree over NFS. Now I have to convert this tree into RAM disk. The goal is to download the following

Compiling 1.25.1 for ARM-V7: limits.h + byteswap.h

2016-12-30 Thread Vered Zvi
Hello, I have to compile busybox (1.25.1) for ARM-V7 (NXP's LS1021A) So I installed the standalone compiler supplied by NXP. With this compiler I compiled the kernel (supplied by NXP). Then I tried to compile busybox and got: /x86_64-fslsdk-linux/usr/lib/arm-fsl-linux-gnueabi/gcc/arm-fsl-linux-gn

Compiling busybox for ARM-V7

2017-01-05 Thread Vered Zvi
Hello, I compiled busybox 1.25.1 for ARM-V7 using crosstool-ng toolchain. I used the commands: TOOLCHAIN=/home/zvivered/module/CARD/linux4.1.13/toolchain make clean make ARCH=arm CROSS_COMPILE=$TOOLCHAIN/crosstool/release/bin/arm-cortex_a15-linux-gnueabihf- defconfig make ARCH=arm CROSS_COMPI

RE: Compiling busybox for ARM-V7

2017-01-05 Thread Vered Zvi
Hello, Target: arm-cortex_a15-linux-gnueabihf-gcc Thank you for your help, Z.V From: Kang-Che Sung [explore...@gmail.com] Sent: Friday, January 06, 2017 7:20 AM To: Vered Zvi Cc: busybox Subject: Re: Compiling busybox for ARM-V7 On Fri, Jan 6, 2017 at

RE: Compiling busybox for ARM-V7

2017-01-07 Thread Vered Zvi
...@xyzzy.org.uk] Sent: Friday, January 06, 2017 1:54 PM To: Vered Zvi Cc: busybox@busybox.net Subject: Re: Compiling busybox for ARM-V7 On Fri, Jan 06 at 04:07, Vered Zvi wrote: > Hello, > > I compiled busybox 1.25.1 for ARM-V7 using crosstool-ng toolchain. > > I used the commands

Can httpd collect data from target ?

2017-02-21 Thread Vered Zvi
Hello, I launched httpd in target. Upon web page request from chrome (or any other web client), the html file located in the target is displayed in the host. But my html page has text boxes in which it should display telemetry data collected from the target. How can I configure httpd to collec

Web server under busybox

2017-03-19 Thread Vered Zvi
Hello, I'm working with busybox 1.25.1 I have to run a web server under vanilla Linux (and busybox) Upon http request to display a web page, the web server has also to collect some data from the target and display it in the HTML page. What is the right solution for my scenario ? Can

1.25.1: nslookup fails to convert the name to ip

2018-03-06 Thread Vered Zvi
Hello, My /etc/hosts contains the following rows: 127.0.0.1 localhost 192.168.0.1 remotepc Under busybox 1.25.1 I ran: nslookup remotepc But it seems nslookup fails to convert the name to ip. I googled this problem and found that busybox should be linked with static gcc libs. But this

1.25.1: nslookup fails to convert IP

2018-03-06 Thread Vered Zvi
Hello, My /etc/hosts contains the following rows: 127.0.0.1 localhost 192.168.0.1 remotepc Under busybox 1.25.1 I ran: nslookup remotepc But it seems nslookup fails to convert the name to ip. I googled this problem and found that busybox should be linked with static gcc libs. But thi