>>Can anyone tell me why my astmanproxy is not working: >> >>Starting astmanproxy... >>Aborting: server spec incomplete: 127.0.0.1,5038,<username>,<password>,on >> >>The username and password are all correct in manager.conf. >> >>Regards >>Mike > > >Hello List, > >is have the same problem with Astmanproxy as Mike before: > >./astmanproxy -ddddddd >Apr 15 20:03:40: config: parsing configuration file: /etc/astmanproxy.conf >Apr 15 20:03:40: config: host, 127.0.0.1,5038,astman,4711,on >Aborting: server spec incomplete: 127.0.0.1,5038,astman,4711,on > >this is the /etc/astmanproxy.conf generated by Astlinux 0.4.8 on a >Soekris net4801: > >; Auto generated >host = 127.0.0.1, 5038, astman, 4711, on >retryinterval = 2 >maxretries = 10 >listenaddress = * >listenport = 5039 >proc_user = nobody >proc_group = nobody >inputformat = standard >outputformat = standard >autofilter = off >logfile = /dev/null > >And here is my manager.conf > >[general] >enabled = yes >port = 5038 >bindaddr = 0.0.0.0 >;displayconnects = yes > >[astman] >secret = 4711 >permit=0.0.0.0/0.0.0.0 >read = system,call,log,verbose,command,agent,user >write = system,call,log,verbose,command,agent,user > >The AMI interface via telnet to port 5038 works normally. > >Any ideas?
I am a bit further: with a changed astmanproxy.conf (the last "off" is for SSL): ; Auto generated ; host = 127.0.0.1, 5038, astman, 4711, on host = 127.0.0.1, 5038, astman, 4711, on, off retryinterval = 2 maxretries = 10 ;acceptunencryptedconnection = yes listenaddress = * listenport = 5039 proc_user = nobody proc_group = nobody inputformat = standard outputformat = standard autofilter = off logfile = /dev/null I got this output: ./astmanproxy -d Apr 15 20:27:29: config: parsing configuration file: /etc/astmanproxy.conf Apr 15 20:27:29: config: host, 127.0.0.1,5038,astman,47110815,on,off Apr 15 20:27:29: config: retryinterval, 2 Apr 15 20:27:29: config: maxretries, 10 Apr 15 20:27:29: config: listenaddress, * Apr 15 20:27:29: config: listenport, 5039 Apr 15 20:27:29: config: proc_user, nobody Apr 15 20:27:29: config: proc_group, nobody Apr 15 20:27:29: config: inputformat, standard Apr 15 20:27:29: config: outputformat, standard Apr 15 20:27:29: config: autofilter, off Apr 15 20:27:29: config: logfile, /dev/null Apr 15 20:27:29: SSL critical error: Failed to use the certificate file! Apr 15 20:27:29: loading handlers Apr 15 20:27:29: loading: module csv (/usr/lib/astmanproxy/modules/csv.so) Apr 15 20:27:29: loading: note, csv_read does not exist; ignoring Apr 15 20:27:29: loading: note, csv_onconnect does not exist; ignoring Apr 15 20:27:29: loading: module standard (/usr/lib/astmanproxy/modules/standard.so) Apr 15 20:27:29: loading: module xml (/usr/lib/astmanproxy/modules/xml.so) Apr 15 20:27:29: loading: note, xml_onconnect does not exist; ignoring Apr 15 20:27:29: loading: module http (/usr/lib/astmanproxy/modules/http.so) Apr 15 20:27:29: loading: note, http_write does not exist; ignoring Apr 15 20:27:29: loading: note, http_onconnect does not exist; ignoring Apr 15 20:27:29: loaded handlers chown(1000,65535) of /dev/null failed! Cannot set user/group! Check proc_user and proc_group config setting! I tried also with user/group root but then it stops earlier. Michael -- Email: mailto:[EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
