LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-24-2012, 11:29 AM   #1
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
404 Not Found The requested URL '/zm' was not found on this server.


kubuntu-12.04

Trying to get Zoneminder working, if I do in Firefox a :

http://192.168.1.106

I get:

404 Not Found
The requested URL '/zm' was not found on this server.

What could be the problem ?
 
Old 07-24-2012, 11:40 AM   #2
dmdeb
Member
 
Registered: Jul 2007
Location: Germany
Distribution: Debian
Posts: 45

Rep: Reputation: 6
Quote:
Originally Posted by mickeyboa View Post
kubuntu-12.04

Trying to get Zoneminder working, if I do in Firefox a :

http://192.168.1.106

I get:

404 Not Found
The requested URL '/zm' was not found on this server.

What could be the problem ?
Hey mickeyboa,

does this help: http://ubuntuforums.org/showthread.php?t=1379559
?

Regards
dmdeb
 
Old 07-24-2012, 02:01 PM   #3
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
I have already tried :

sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf

and then:
Code:

sudo /etc/init.d/apache2 reload


And it did not work.

Thanks for responding
 
Old 07-25-2012, 10:05 AM   #4
dmdeb
Member
 
Registered: Jul 2007
Location: Germany
Distribution: Debian
Posts: 45

Rep: Reputation: 6
Quote:
Originally Posted by mickeyboa View Post
I have already tried :

sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf

and then:
Code:

sudo /etc/init.d/apache2 reload


And it did not work.

Thanks for responding
Did you check all the basic infrastructural aspects - such as:
- Is the zoneminder service running? (Does it appear in the process list?)
- Is the IP correct? You mentioned 192.168.1.106 but the documentation suggests that 192.168.2.100 might be the default (I'm not sure about that).
- Can you access http://<zoneminder IP>/ (without the /zm path)?
- Did you check your httpd/apache and zoneminder logs after trying to view that page?
- When you get the 404, does the error page also describe which server you were talking to?

Sorry that these are just some general ideas where to look...
 
Old 07-25-2012, 12:29 PM   #5
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
Did you check all the basic infrastructural aspects - such as:
- Is the zoneminder service running? (Does it appear in the process list

What process list and how ?

192.168.1.106 is on the display of the Webcam.

192.168.1.106 will let me access the Settings setup in the webcam.

Linksys WVC210.zm

When running http://192.168.1.106/zm in firefox browser.

in the Apache2 error log is;
[Wed Jul 25 13:19:02 2012] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.2 with Suhosin-Patch configured -- resuming normal operations.

There is nothing in the zm log folder.

Last edited by mickeyboa; 07-25-2012 at 12:30 PM.
 
Old 07-25-2012, 01:30 PM   #6
dmdeb
Member
 
Registered: Jul 2007
Location: Germany
Distribution: Debian
Posts: 45

Rep: Reputation: 6
Quote:
Originally Posted by mickeyboa View Post
Did you check all the basic infrastructural aspects - such as:
- Is the zoneminder service running? (Does it appear in the process list

What process list and how ?

192.168.1.106 is on the display of the Webcam.

192.168.1.106 will let me access the Settings setup in the webcam.

Linksys WVC210.zm

When running http://192.168.1.106/zm in firefox browser.

in the Apache2 error log is;
[Wed Jul 25 13:19:02 2012] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.2 with Suhosin-Patch configured -- resuming normal operations.

There is nothing in the zm log folder.
As far as I know, zoneminder is a service that needs to run (in the background, like any good service would) so you can access any zoneminder web pages. See the zoneminder documentation wiki for details.

I don't know your webcam and I don't know why it displays 192.168.1.106. That's probably an IP address the webcam got via DHCP?

What device are you running zoneminder on? I don't think you have httpd/apache and zoneminder running on the webcam, do you? Then why should the webcam provide the /zm path?

The important rule here is: Understand the system. Yeah, I know it sounds boring...
 
Old 07-25-2012, 03:47 PM   #7
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
jim@Asus-1000:~$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2 ... waiting [ OK ]


jim@Asus-1000:~$ sudo /etc/init.d/zoneminder start
Starting ZoneMinder: failure


As you can see ZoneMinder won't start. Why?, Zoneminder is installed.

Is there a GUI for services in Ubuntu ?
I'm new to Ubuntu .

THE LINKSYS WVC210 Webcam Settings as shown in Camera settings
DHCP 192.168.1.106.
The camera's internal settings are as they should be.
And the WVC210 is compatible with ZoneMinder.
 
Old 07-26-2012, 10:38 AM   #8
dmdeb
Member
 
Registered: Jul 2007
Location: Germany
Distribution: Debian
Posts: 45

Rep: Reputation: 6
Quote:
Originally Posted by mickeyboa View Post
jim@Asus-1000:~$ sudo /etc/init.d/zoneminder start
Starting ZoneMinder: failure

As you can see ZoneMinder won't start. Why?
Good question. I never used Ubuntu - maybe someone else can give you some hints regarding service management in Ubuntu.

Either way, I wonder... When zoneminder reports "failure" on startup, shouldn't it log the error cause somewhere? Did you check the logs once more?
 
Old 07-26-2012, 11:02 AM   #9
eSelix
Senior Member
 
Registered: Oct 2009
Location: Wroclaw, Poland
Distribution: Arch, Kubuntu
Posts: 1,281

Rep: Reputation: 320Reputation: 320Reputation: 320Reputation: 320
Quote:
Originally Posted by mickeyboa View Post
Webcam Settings as shown in Camera settings
DHCP 192.168.1.106
So the camera has that IP. Zoneminder is available on your PC, through Apache. You need to enter in Firefox "http://localhost/zm/". Why it not start? - check logs as dmdeb sugested. Maybe it is already running, what you see after "sudo /etc/init.d/zoneminder restart"?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
the requested phpmyadmin url not found on server. puneetv Linux - Newbie 8 05-25-2012 09:51 AM
The requested URL /phpmyadmin was not found on this server. zodehala Linux - Newbie 7 08-19-2011 03:17 AM
The requested URL /defaultsite was not found on this server. lqforumuser Linux - Newbie 1 06-28-2009 02:59 PM
The requested URL /server-inifo not found on this server narsimha.v Linux - Software 1 01-18-2008 01:57 AM
The requested URL/sever-info not found on this server narsimha.v Linux - Newbie 1 01-17-2008 08:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration