I can’t reproduce this error-message…. I noticed that you don’t have all files (created from the templates) in the web-directory.

Could you verify the file-permission on all directories too…

 

Perhaps it’s because of your 100 sensors and there are memory problems or something…

 

 

# ls -al /opt/lib/temploggerd/templates/

drwxr-xr-x    2 root     root         4096 May  9 12:03 .

drwxr-xr-x    4 root     root         4096 May  9 12:03 ..

-rw-r--r--    1 root     root         2342 May  9 13:15 README.temploggerd.templ

-rw-r--r--    1 root     root         2050 May  9 13:15 all.cgi.templ

-rw-r--r--    1 root     root         2082 May  9 13:15 all_humidity.cgi.templ

-rw-r--r--    1 root     root         3218 May  9 13:15 all_temperature.cgi.templ

-rw-r--r--    1 root     root         1636 May  9 13:15 index.html

-rw-r--r--    1 root     root          199 May  9 13:15 manual_selection.html

-rw-r--r--    1 root     root          210 May  9 13:15 meta_tags.html

-rw-r--r--    1 root     root         2025 May  9 13:15 sensor_humidity.cgi.templ

-rw-r--r--    1 root     root         2029 May  9 13:15 sensor_temperature.cgi.templ

-rw-r--r--    1 root     root         2762 May  9 13:15 style.css

-rw-r--r--    1 root     root         3072 May  9 13:15 time_links.html

#

# ls -al /opt/doc/                     

drwxr-xr-x    4 root     root         4096 May  9 09:31 .

drwxr-xr-x   17 root     root         4096 May  9 13:15 ..

-rwxr-xr-x    1 root     root        15285 Jan  1  1970 NOTES

-rwxr-xr-x    1 root     root        18424 Jan  1  1970 README

drwxr-xr-x    2 root     root         4096 May  6 15:35 bzip2

drwxr-xr-x    5 root     root         4096 May  9 09:31 temploggerd

# ls -al /opt/doc/temploggerd

drwxr-xr-x    5 root     root         4096 May  9 09:31 .

drwxr-xr-x    4 root     root         4096 May  9 09:31 ..

drwxr-xr-x    2 root     root         4096 May  9 09:31 cgi-bin

drwxrwxrwx    2 root     root         4096 May  9 09:31 images

-rw-rw-rw-    1 root     root         1542 May  9 12:04 index.html

-rw-rw-rw-    1 root     root          199 May  9 12:04 manual_selection.html

-rw-rw-rw-    1 root     root          210 May  9 12:04 meta_tags.html

drwxrwxrwx    2 root     root         4096 May  9 09:31 rrd

-rw-rw-rw-    1 root     root         2735 May  9 12:04 style.css

-rw-rw-rw-    1 root     root         3076 May  9 12:04 time_links.html

 

# ls -al /opt/doc/temploggerd/cgi-bin/

drwxr-xr-x    2 root     root         4096 May  9 09:31 .

drwxr-xr-x    5 root     root         4096 May  9 09:31 ..

-rwxr-xr-x    1 root     root         1842 May  9 12:04 28.8EE05E000000.temperature.cgi

-rwxr-xr-x    1 root     root         1887 May  9 12:04 28.E3015F000000.temperature.cgi

-rwxr-xr-x    1 root     root         1823 May  9 12:04 all.cgi

-rwxr-xr-x    1 root     root         2991 May  9 12:04 all.temperature.rrd.cgi

#

 

 

 

 


Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Paul Alfille
Skickat: den 9 maj 2006 13:41
Till: [email protected]
Ämne: Re: [Owfs-developers] temploggerd for NSLU2

 

# ls -l /home/httpd/html//Unslung/temploggerd//rrd/
-rw-rw-rw-    1 root     root     11695800 May  9 07:33 temperature.rrd

This is a pretty clean installation.

Paul

On 5/9/06, Christian Magnusson <[EMAIL PROTECTED]> wrote:


I don't think that's the problem... Could you look at the permissions on
the rrd-file? Have you set your umask to some strange value?

ls -l /home/httpd/html//Unslung/temploggerd//rrd/

I have updated the permissions in the startup-script anyway...

/Christian


On Tue, 2006-05-09 at 06:37 -0400, Paul Alfille wrote:
> On installation:
> # run-temploggerd
> Warning: Defined sensor in config-file not found [28.8EE05E000000]
> [temperature]
> Warning: Ignoring unknown sensor [89.852BC300705E]
> Warning: Ignoring unknown sensor [81.CD1B23000000]
> Warning: Ignoring unknown sensor [2C.8EF604000000]
> Warning: Ignoring unknown sensor [12.F3EA1F000000 ]
> Warning: Ignoring unknown sensor [12.4AE41F000000]
> Warning: Ignoring unknown sensor [12.15DF1F000000]
> Warning: Ignoring unknown sensor [01.0683C9090000]
> Warning: rrdimg_dir doesn't exist at
> [/home/httpd/html//Unslung/temploggerd//rrd/]
> Warning: [/home/httpd/html/Unslung/temploggerd/rrd//temperature.rrd]
> doesn't exist. Creating it now!
>
> Then looking at the URL:
>
> The requested URL '%.80s' resolves to a file that is not
> world-readable.
>
> Looking at permissions:
> # pwd ; ls -al
> /home/httpd/html/Unslung/temploggerd
> drwx------    5 root     root         4096 May  9 06:24 .
> drwxr-xr-x    4 root     root         4096 May  9 06:22 ..
> drwx------    2 root     root         4096 May  9 06:25 cgi-bin
> drwxrwxrwx    2 root     root         4096 May  9 06:24 images
> -rw-rw-rw-    1 root     root        48472 May  9 06:24 index.html
> -rw-rw-rw-    1 root     root          199 May  9 06:24
> manual_selection.html
> -rw-rw-rw-    1 root     root          210 May  9 06:24 meta_tags.html
> drwxrwxrwx    2 root     root         4096 May  9 06:22 rrd
> -rw-rw-rw-    1 root     root         2735 May  9 06:24 style.css
> -rw-rw-rw-    1 root     root         3076 May  9 06:24
> time_links.html
>
> Makes me wonder about permissions on cgi-bin
>
> Paul
>
>
> On 5/9/06, Christian Magnusson <[EMAIL PROTECTED] > wrote:
>
>         I made a quick compilation of temploggerd to NSLU2, and it
>         seems to
>         work.... It depends on rrdtool, and there already exist
>         rrdtool-1.2.12
>         in the repository... It's much bigger than rrdtool-1.0.50 and
>         won't fit
>         in the flash, so it's not useful in the openslug distribution.
>         Perhaps I
>         will compile the package "rrdtool1" which is the older and
>         much smaller
>         version.
>
>         ipkg update
>         ipkg install rrdtool
>         ipkg install temploggerd
>         run-temploggerd
>
>         Visit URL: http://192.168.0.77/Unslung/temploggerd/
>
>
>
>
>
>
>
>
>         -------------------------------------------------------
>         Using Tomcat but need to do more? Need to support web
>         services, security?
>         Get stuff done quickly with pre-integrated technology to make
>         your job easier
>         Download IBM WebSphere Application Server v.1.0.1 based on
>         Apache Geronimo
>         http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>         _______________________________________________
>         Owfs-developers mailing list
>         [email protected]
>         https://lists.sourceforge.net/lists/listinfo/owfs-developers
>



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

 

Reply via email to