View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#25
I am not succeeding in connecting to the server. I am getting '404 -Not found'. Also localhost on the N900 and 127.0.0.1 on the N900 give the 404 error. This is also what nmap reports after a scan of the N900
Code:
nmap -A -T4 192.168.49.202

Starting Nmap 6.00 ( http://nmap.org ) at 2012-08-12 22:23 CEST
Nmap scan report for 192.168.49.202
Host is up (0.0050s latency).
Not shown: 998 closed ports
PORT     STATE SERVICE VERSION
22/tcp   open  ssh     OpenSSH 5.1p1 Debian 6.maemo5 (protocol 2.0)
| ssh-hostkey: 1024 some key (DSA)
|_2048some key (RSA)
1234/tcp open  http    lighttpd 1.4.26
|_http-title: 404 - Not Found
MAC Address: C0:38:F9:EE:EF:96 (Nokia Danmark A/S)
Device type: general purpose
Running: Linux 2.6.X
OS CPE: cpe:/o:linux:kernel:2.6
OS details: Linux 2.6.9 - 2.6.31
Network Distance: 1 hop
Service Info: OS: Linux; CPE: cpe:/o:linux:kernel

TRACEROUTE
HOP RTT     ADDRESS
1   5.05 ms 192.168.49.202

OS and Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 15.08 seconds
Server is running and smartcontrol started through menu,
Code:
Nokia-N900:~# ps -A | grep lightt
 2232 root      2600 S    lighttpd -f lighttpd.conf
10088 root      2464 S    /usr/sbin/lighttpd -f /etc/lighttpd.conf
12283 root      2644 S    grep lightt
Nokia-N900:~# ps -A | grep smart
10103 user      2640 S    /bin/sh /opt/smartcontrol/bin/start_smartcontrol.sh
13457 root      2644 S    grep smart
the information popup points me tp IP::1234, but only IP:1234 is accepted by the browser to show 404.

Please try to point me to the point, where the setup fails on my device.