Hi,

it isn't finding the actual binary of your go app. The binary could be in 
one of two places, 

if you run go install
it goes to 

$GOPATH/bin

which is /root/work/bin

if you did go build, it is at the root of your project directory

Hope that helps.

On Tuesday, November 29, 2016 at 1:03:09 PM UTC-5, gni...@gmail.com wrote:
>
> Hi my environment variables are :
>
> GOPATH="/root/work"
>
>
> GOROOT="/usr/local/go" 
>
> and my supervisor of my app are : 
>
> [program:appname]
>
> command=/work/bin/appname
>
> autostart=true
>
> autorestart=true
>
> startretries=10
>
> user=appname
>
> directory=/src/appname
>
> redirect_stderr=true
>
> stdout_logfile=/var/log/supervisor/appname.log
>
> stdout_logfile_maxbytes=50MB
>
> stdout_logfile_backups=10
>
>
>                                                                           
>                                                             IN LOG FILE :INFO 
> spawnerr: can't find command '/work/bin/appname'
>
>  What i am doing wrong ?                                                 
>                                
>
>
>
>                                                                            
>                                        
>
>                                                                          
>                           
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to