you have 2 files owned and *only* writable by the user orsep, so how
should the web server user 'nobody' be able to overwrite them? I once
wrote you "remove *all* files from the legend directory". I guess you
did not do that, nor did you follow the most basic instructions that
say at
http://svn.pmapper.net/trac/wiki/DocQuickinstall#Directoryimageslegend

Directory /images/legend/
Important: This directory must be writeable for the user that runs the
web server

if you had run a command like

# chown -R nobody images/legend/

(as listed on the site mentioned) it would not have been possible that
the files in 'images/legend' are still owned by the user 'orsep'...

armin




On Mon, Jun 8, 2009 at 4:59 PM, Gonzalo Lionel
Rodriguez<gonz...@sepp0.com.ar> wrote:
> ]# ls -la images/legend
> total 8
> drwxrwxrwt  2 orsep orsep 4096 Jun  8 11:13 .
> drwxr-xr-x  9 orsep orsep 4096 Jun  2 17:20 ..
> -rw-r--r--  1 orsep orsep    0 Jun  8 11:13 Argentina_i0.png
> -rw-r--r--  1 orsep orsep    0 Jun  8 11:13 createimg.log
>
> # ps aux | grep -i httpd
> nobody    3934  0.0  0.2 16844 2876 ?        S    11:15   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody    3936  0.0  0.2 16840 3004 ?        S    11:15   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody    3937  0.0  0.2 16972 2804 ?        S    11:15   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody    3938  0.0  0.2 16972 3012 ?        S    11:15   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody    3939  0.0  0.2 16824 2888 ?        S    11:15   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody    3940  0.0  0.3 16836 3420 ?        S    11:15   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody    5925  0.0  0.3 16836 3276 ?        S    07:32   0:04
> /usr/local/apache/bin/httpd -DSSL
> nobody    8532  0.0  0.3 16828 3224 ?        S    11:41   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody    8657  0.0  0.3 16856 3416 ?        S    08:00   0:03
> /usr/local/apache/bin/httpd -DSSL
> nobody    8659  0.0  0.2 16836 2872 ?        S    08:00   0:03
> /usr/local/apache/bin/httpd -DSSL
> nobody    9202  0.0  0.3 16836 3380 ?        S    08:05   0:03
> /usr/local/apache/bin/httpd -DSSL
> nobody    9203  0.0  0.2 16836 2968 ?        S    08:05   0:04
> /usr/local/apache/bin/httpd -DSSL
> nobody    9556  0.0  0.2 16824 2596 ?        S    11:48   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10274  0.0  0.2 16824 2584 ?        S    11:53   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10278  0.0  0.2 16824 2592 ?        S    11:53   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10309  0.0  0.2 16824 2600 ?        S    11:53   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10331  0.0  0.2 16828 2576 ?        S    11:53   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10338  0.0  0.2 16840 2572 ?        S    11:53   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10339  0.0  0.2 16824 2584 ?        S    11:53   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10344  0.0  0.2 16836 2600 ?        S    11:53   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10628  0.0  0.2 16824 2592 ?        S    11:55   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10630  0.0  0.2 16824 2600 ?        S    11:55   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10634  0.0  0.2 16820 2504 ?        S    11:55   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10635  0.0  0.2 16816 2508 ?        S    11:55   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10645  0.0  0.2 16836 2620 ?        S    11:55   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10648  0.1  0.2 16840 2620 ?        S    11:55   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10650  0.0  0.2 16816 2516 ?        S    11:55   0:00
> /usr/local/apache/bin/httpd -DSSL
> nobody   10655  0.0  0.2 16824 2540 ?        S    11:55   0:00
> /usr/local/apache/bin/httpd -DSSL
>
>
> 2009/6/8 Armin Burger <armin.bur...@gmail.com>:
>> what output do you get when running the commands
>>
>> # ls -la images/legend
>>
>> # ps aux | grep -i apache
>> ( or  # ps aux | grep -i httpd)
>>
>> Armin
>>
>>
>> On Mon, Jun 8, 2009 at 4:19 PM, Gonzalo Lionel
>> Rodriguez<gonz...@sepp0.com.ar> wrote:
>>> Hi everyone, i have a problem with createimg.log, pmapper dont create
>>> the file, so pmapper have a Internal Server Error, if i create the
>>> file (touch createimg.log) with user:group pmapper work fine, but if i
>>> change everything of the .map configuration pmapper have a internal
>>> server error again, so i delete the file rm createimg.log and create
>>> again, pmapper works with the change of .map!
>>>
>>> I dont understand where is the problem, the directory image/legend
>>> have 777 permission and the user:group correct.
>>>
>>> Any ideas?
>>>
>>> Best regards.
>>>
>>> ------------------------------------------------------------------------------
>>> OpenSolaris 2009.06 is a cutting edge operating system for enterprises
>>> looking to deploy the next generation of Solaris that includes the latest
>>> innovations from Sun and the OpenSource community. Download a copy and
>>> enjoy capabilities such as Networking, Storage and Virtualization.
>>> Go to: http://p.sf.net/sfu/opensolaris-get
>>> _______________________________________________
>>> pmapper-users mailing list
>>> pmapper-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>>
>>
>

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to