Fail to get an IP from DHCP server after installing fvdw-sl

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 11:01 pm

now lets see if you can connect via ssh (putty) on port 12
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 11:02 pm

fvdw wrote:now lets see if you can connect via ssh (putty) on port 12


yes sorry i've edited my last post. putty and assistant can see the nas. putty accept the credential :thumbup

whats next :applause
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 11:04 pm

finally we can talk to it :whistle

On the command line of putty terminal
do this
Code: Select all
cd /bin
ldd busybox-org

what is the output ?
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 11:06 pm

fvdw wrote:finally we can talk to it :whistle

On the command line of putty terminal
do this
Code: Select all
cd /bin
ldd busybox-org

what is the output ?


Sorry my fault :hammerhead
Code: Select all
login as: root
root@192.168.0.188's password:
root@kirkwood-4:/ # cd /bin
root@kirkwood-4:/bin # cd /bin
root@kirkwood-4:/bin # ldd busybox-org
        libm.so.6 => /lib/libm.so.6 (0xb6e66000)
        libtirpc.so.1 => /usr/lib/libtirpc.so.1 (0xb6e42000)
        libc.so.6 => /lib/libc.so.6 (0xb6d06000)
        /lib/ld-linux.so.3 (0xb6f0e000)
        libnsl.so.1 => /lib/libnsl.so.1 (0xb6cea000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb6cca000)
root@kirkwood-4:/bin #
root@kirkwood-4:/bin #

Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 11:08 pm

you must enter the command
Code: Select all
ldd busybox-org
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 11:08 pm

yes yes correct my post, sorry.
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 11:09 pm

oke and what does this command give as output
Code: Select all
cd /usr/bin
ldd php


and
Code: Select all
/bin/busybox-org ifconfig eth0
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 11:10 pm

Code: Select all
root@kirkwood-4:/bin # cd /usr/bin
root@kirkwood-4:/usr/bin # ldd php
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xb6eea000)
        libresolv.so.2 => /lib/libresolv.so.2 (0xb6ecd000)
        librt.so.1 => /lib/librt.so.1 (0xb6ebe000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0xb6e82000)
        libz.so.1 => /lib/libz.so.1 (0xb6e68000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb6e42000)
        libm.so.6 => /lib/libm.so.6 (0xb6d99000)
        libnsl.so.1 => /lib/libnsl.so.1 (0xb6d7d000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb6c58000)
        libdl.so.2 => /lib/libdl.so.2 (0xb6c4d000)
        libc.so.6 => /lib/libc.so.6 (0xb6b11000)
        /lib/ld-linux.so.3 (0xb6f22000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb6af1000)
root@kirkwood-4:/usr/bin # /bin/busybox-org ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:D0:4B:8D:9A:81
          inet addr:192.168.0.188  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::2d0:4bff:fe8d:9a81/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1193 errors:0 dropped:320 overruns:0 frame:0
          TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:80757 (78.8 KiB)  TX bytes:9197 (8.9 KiB)
          Interrupt:11

root@kirkwood-4:/usr/bin #
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 11:13 pm

tsss looks oke lets see if we can start the webserver

Code: Select all
/usr/bin/httpd -f httpd.conf -d /etc


after that check if it is running
Code: Select all
ps -ef | grep httpd
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 11:16 pm

Code: Select all
root@kirkwood-4:/usr/bin # /usr/bin/httpd -f httpd.conf -d /etc
root@kirkwood-4:/usr/bin # ps -ef | grep httpd
root      1030     1  1 00:14 ?        00:00:00 /usr/bin/httpd -f httpd.conf -d /etc
nobody    1034  1030  0 00:14 ?        00:00:00 /usr/bin/httpd -f httpd.conf -d /etc
root      1036   990  0 00:14 pts/0    00:00:00 grep httpd
root@kirkwood-4:/usr/bin #


OK..we reach the web page from google chrome, for credential I use admin-nas / admin like my old 5big2, this is the response:

"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at you@example.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log."

:shocked
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: nos96 and 9 guests