Dear,
I have some troubles with WebAccess on the Buffalo Linkstation LS-WXL.
I've configured the WebAccess both manual (with static port), or dynamic (with UPNP) and it works as it has to do (for a short time).
After a while the process on the Linkstation which should be listening on incoming requests stops doing that.
I already contacted Buffalo by phone and they advised me to reset my Buffalo Linkstation, and that resolved the problem. But reset and reconfigure the linkstation takes a lot of time, I have to add and configure all my users, Backups, Bittorrent,... back.
And the issue is only resolved for some minutes to some hours. And I don't think it's the intention to reconfigure your linkstation e.g.. each 4hours.
When I logged in on the Buffalo Linkstation with ssh and root access I found that before the issue (after a reset) with netstat -t, port 9000 is listening and with top that the following process is running:
Hi
At this moment I'm running the following script all the time (nohup script.sh)
to make the script executable: chown u+x script.sh
It detects each minute if the Webserver is stopped running and start the process again if necessary.
But can someone tell me why the process stop with listening?
#!/bin/sh
# Fix the bug in WebAccess
# STIEGRO
# 29/08/2012
while [ true ]; do
var=$(lsof -i | grep 9000 | head -n 1 | awk '{print $1}')
if [[ "$var" != *httpd* ]]
then
/usr/local/webaxs/apache/bin/httpd -k start;
date > log_webaccess.txt
fi
sleep 60
done
With kind regards,
Stiegro
Thank you for your reply.
But I already had that problem when I bought the Buffalo Linkstation.
I already re-flashed it to the latest firmware (to enable ssh with root access) and that haven't solved the problem.
Do you really think that reflash again will solve the problem? And am I the only person with this problem?
With kind regards,
Stijn
Hi
Thank you for your advice. I will give it a chance.
I'm also glad that no one replied with a solution related to configuring the right port ;-)
Almost all the information found on the internet is related with that.
with kind regards,
stiegro
I am having the same issue with WebAccess using the rev 1.57 firmware. I was able to get it going again by just restoring the factory settings. The WebAccess quit at some point while I was adding folders and users. Thoughts?