gtrashing 0 Newbie Poster

Hi, I'm tring to write a script that as to be executed by root on linux...
This script execute other bash script normally like root, the problem was that I have to log what my script do. I choose the logging library...
Perhaps I have to write the log in a directory owned by a different user than root, in this directory root can't write and I don't know how write all log like this different user.

I've tried also to create another folder in the same (nfs) path with root owner but I got the same error:

Joss2:/opt/nfs/log # ls -l | grep reboot
drwxrwxr-x 2 jboss root     4096 Jun  5 12:59 reboot

Joss2:/opt/nfs/log/reboot # ../../bin/joss-reboot.py michael
Traceback (most recent call last):
  File "../../bin/joss-reboot.py", line 37, in ?
    reboot_istance(istance) 
  File "../../bin/joss-reboot.py", line 20, in reboot_istance
    filemode='a')
  File "/usr/lib/python2.4/logging/__init__.py", line 1207, in basicConfig
    hdlr = FileHandler(filename, mode)
  File "/usr/lib/python2.4/logging/__init__.py", line 753, in __init__
    stream = open(filename, mode)
IOError: [Errno 13] Permission denied: '/opt/nfs/log/reboot/michael-Joss2-reboot.log'
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.