Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53148

Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of

Newsgroups comp.lang.python
Date 2013-08-28 05:48 -0700
References (4 earlier) <521cdce7$0$29986$c3e8da3$5496439d@news.astraweb.com> <3d299421-7c03-4c92-b860-15b111e75bc1@googlegroups.com> <521de8db$0$6599$c3e8da3$5496439d@news.astraweb.com> <bad26a85-e9d7-4e85-a4aa-e5ff8b7f8c4b@googlegroups.com> <521def33$0$6599$c3e8da3$5496439d@news.astraweb.com>
Message-ID <9fc603a0-6ab9-4c05-b3df-86f07f09fa52@googlegroups.com> (permalink)
Subject Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of
From Ferrous Cranus <nikos.gr33k@gmail.com>

Show all headers | View raw


Τη Τετάρτη, 28 Αυγούστου 2013 3:38:11 μ.μ. UTC+3, ο χρήστης Steven D'Aprano έγραψε:
> On Wed, 28 Aug 2013 05:17:34 -0700, Ferrous Cranus wrote:
> 
> 
> 
> > As i have pointed out i as the owner of the accoutn have read and write
> 
> > perimssion bot at www/ and www/cgi-bin i also chnage the filename and
> 
> > still cant write to the file.
> 
> 
> 
> If you type filenames as carelessly as you type requests for help, who 
> 
> knows what file name you are actually trying to open?
> 
> 
> 
> Or to put it another way...
> 
> 
> 
> If yuo tpye filnaems as carlesl yas y outype reqets for help, woh knwos 
> 
> wha tfile nmae oyu ar eactaly tying to oep n?
> 
> 
> 
> 
> 
> Nikos, my Greek is completely non-existent, and I admire you for learning 
> 
> a second language. I know your English is good, because I have seen you 
> 
> write fluent, excellent English. But if you can't be bothered to type 
> 
> carefully and clearly when asking questions, then how can you expect 
> 
> others to be bothered to read and respond to your questions?
> 
> 
> 
> 
> 
> > if you as experts cannot help resolve this, how me as a newbiw can?
> 
> 
> 
> Just because your account has write permission to a location doesn't mean 
> 
> that the script being run by the webserver has write permission. You need 
> 
> to write to a location where the script has permission to write. First 
> 
> you need to find out what account the script is being run under -- it may 
> 
> be "apache", or possible "nobody", but I don't know. It shouldn't be 
> 
> "root", and almost certainly isn't "nikos". I'm not an expert, but a few 
> 
> seconds googling came up with a lot of useful looking hits. Google on 
> 
> "what user does apache run as" and do your research.
> 
> 
> 
> This is off-topic though. This is not a "beginner's guide to apache" 
> 
> forum, if you can't solve this problem yourself you'll have to take it 
> 
> elsewhere.
> 
> 
> 
> 
> 
> 
> 
> -- 
> 
> Steven

Hi steven , sorry for the typos.

you are write my script is invoked by apache web server application which it runs under account 'nobody'

Here is proof of that:

nikos@superhost.gr [~]# ps aux | grep Apache
nikos     8531  0.0  0.0   6372   680 pts/0    R+   12:44   0:00 grep Apache
nikos@superhost.gr [~]# ps aux | grep apache
root      1101  0.0  0.2  65576  4168 ?        Ss   08:30   0:01 /usr/local/apache/bin/httpd -k start -DSSL
root      8448  0.0  0.1  65576  1700 ?        S    12:42   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nobody    8449  0.0  0.2  65712  3228 ?        S    12:42   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nobody    8450  0.0  0.2  65848  3348 ?        S    12:42   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nobody    8451  0.0  0.2  65848  3360 ?        S    12:42   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nobody    8452  0.0  0.2  65712  3340 ?        S    12:42   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nobody    8453  0.0  0.2  65712  3260 ?        S    12:42   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nobody    8467  0.0  0.1  65712  2356 ?        S    12:43   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nobody    8468  0.0  0.1  65712  2344 ?        S    12:43   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nobody    8519  0.0  0.1  65712  2344 ?        S    12:43   0:00 /usr/local/apache/bin/httpd -k start -DSSL
nikos     8537  0.0  0.0   6372   684 pts/0    R+   12:44   0:00 grep apache

My script were all workign in the previous VPS enviroment, the script is correct is just a few minor thing in the new VPS env that they need to be taken care of thus prohibit my script to run..

please don't give up helping me and tell me please what you want me to try.
tahnk you very much.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos@superhost.gr> - 2013-08-27 15:52 +0300
  Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos@superhost.gr> - 2013-08-27 16:05 +0300
    Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos@superhost.gr> - 2013-08-27 16:35 +0300
      Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-08-27 19:20 -0400
    Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of ishish <ishish@domhain.de> - 2013-08-27 14:59 +0100
      Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos@superhost.gr> - 2013-08-27 18:04 +0300
        Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of ishish <ishish@domhain.de> - 2013-08-27 16:22 +0100
          Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 02:48 -0700
            Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of ishish <ishish@domhain.de> - 2013-08-28 11:11 +0100
              Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 03:43 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 03:46 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 04:14 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Dave Angel <davea@davea.name> - 2013-08-28 11:32 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 04:35 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 04:38 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Dave Angel <davea@davea.name> - 2013-08-28 18:40 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 04:55 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-08-28 15:38 +0200
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 07:58 -0700
                RE: [error] [client 178.59.111.223] (2)No such file or directory: exec of "Prasad, Ramit" <ramit.prasad@jpmorgan.com.dmarc.invalid> - 2013-08-28 18:44 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-28 22:49 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-28 18:56 -0400
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-28 23:36 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Chris Angelico <rosuav@gmail.com> - 2013-08-29 08:55 +1000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of ishish <ishish@domhain.de> - 2013-08-28 12:51 +0100
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 05:03 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of ishish <ishish@domhain.de> - 2013-08-28 13:16 +0100
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-28 12:21 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 05:36 -0700
        Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-27 17:07 +0000
          Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 01:46 -0700
            Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 02:24 -0700
            Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-28 12:11 +0000
              Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 05:17 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-28 12:38 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 05:48 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 06:11 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-28 22:56 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-08-28 21:20 -0700
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Steven D'Aprano <steve@pearwood.info> - 2013-08-29 06:30 +0000
                Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Cameron Simpson <cs@zip.com.au> - 2013-08-29 11:01 +1000
              Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Cameron Simpson <cs@zip.com.au> - 2013-08-29 11:04 +1000

csiph-web