$ ssh root@192.168.1.23 'reboot'
root@192.168.1.23's password:
...
$ ssh root@192.168.1.23 'cat /etc/version'
root@192.168.1.23's password:
02.43.10-048
$ curl http://192.168.1.23:80
curl: (7) Failed to connect to 192.168.1.23 port 80: Connection refused
$ curl http://192.168.1.23:9000
curl: (7) Failed to connect to 192.168.1.23 port 9000: Connection refused
Hi @BGVevS,
Please refer to the following article Accessing the Twonky Media Server and Settings in Windows from a My Book World or ShareSpace:
https://support-en.wd.com/app/answers/detail/a_id/17869
For more information, please contact the WD Technical Support team for best assistance and troubleshooting:
https://support-en.wd.com/app/ask
@Keerti_01 Thanks for the reply.
I’m currently only able to log into the device via ssh, and the session can only last about 3 minutes.
I can’t access the web UI, and both Apache2 and Twonky fail to start because they can’t find the /etc/priority.conf
. See the following post for detail:
This is what is in priority.conf on my MyBookLive:
#!/bin/sh
###########################################
# 2010 Western Digital Technologies, Inc. All rights reserved.
#
# process priority definition file
###########################################
apache_nice="-16"
smbd_nice="-15"
AFPD_NICE="-15"
monitorio_nice="19"
twonky_nice="1"
@mb0w81651 Big thanks. It works for me. I finally got to see the web UI again:
However, the network connection is still lost after a few minutes. @Keerti_01