the admin interface should not be actived by default, I don't have admin but works with default config. I am cofused.
can you provide more information? ie, pastebin the full records.config and the following result: > [root@unknown-10-62-163-x trafficserver]# grep admin records.config > # administration guide or the addendum: > CONFIG proxy.config.admin.admin_user STRING admin > CONFIG proxy.config.admin.number_config_bak INT 3 > CONFIG proxy.config.admin.user_id STRING nobody > CONFIG proxy.config.admin.autoconf_port INT 8083 > [root@unknown-10-62-163-x trafficserver]# grep nobody /etc/passwd > nobody:x:99:99:Nobody:/:/sbin/nologin > [root@unknown-10-62-163-x trafficserver]# grep nobody records.config > CONFIG proxy.config.alarm_email STRING nobody > CONFIG proxy.config.admin.user_id STRING nobody 在 2011-06-15三的 22:23 +0200,Jan-Frode Myklebust写道: > On Wed, Jun 15, 2011 at 01:41:59PM +0800, [email protected] wrote: > > I have started the Fedora package review in > > https://bugzilla.redhat.com/show_bug.cgi?id=683463 > > > > it is still v2.x now, I will update it to v3.0.0 asap. > > Great, I've tested the v3.0.0 package and left some comments > in the bugzilla. > > When I built this and run it on RHEL6 I'm seeing some problems. > The traffic_cop is reporting it can't find the passwd entry for the > admin user: > > traffic_cop[12924]: can't get passwd entry for the admin user > > so I guess this user should be added by the package (not sure which use > this is though). > > Also TS is dying occationally on startup (after "service trafficserver > restart"), with the following set of log entries. > > Server: Jun 15 22:07:05 dibs traffic_cop[12854]: --- Cop Starting > [Version: Apache Traffic Server - traffic_cop - 3.0.0 - (build # 51513 on Jun > 15 2011 at 13:30:41)] --- > Jun 15 22:07:05 dibs traffic_cop[12854]: can't get passwd entry for the > admin user > Jun 15 22:07:05 dibs traffic_cop[12854]: can't get passwd entry for the > admin user > Jun 15 22:07:05 dibs traffic_cop[12854]: traffic_manager not running, > making sure traffic_server is dead > Jun 15 22:07:05 dibs traffic_cop[12854]: spawning traffic_manager > Jun 15 22:07:05 dibs traffic_manager[12856]: NOTE: --- Manager Starting > --- > Jun 15 22:07:05 dibs traffic_manager[12856]: NOTE: Manager Version: > Apache Traffic Server - traffic_manager - 3.0.0 - (build # 51513 on Jun 15 > 2011 at 13:29:26) > Jun 15 22:07:05 dibs traffic_manager[12856]: NOTE: > RLIMIT_NOFILE(7):cur(30000),max(30000) > Jun 15 22:07:05 dibs traffic_manager[12856]: {139862762063840} STATUS: > opened /var/log/trafficserver/manager.log > Jun 15 22:07:07 dibs traffic_server[12867]: NOTE: --- Server Starting > --- > Jun 15 22:07:07 dibs traffic_server[12867]: NOTE: Server Version: > Apache Traffic Server - traffic_server - 3.0.0 - (build # 51513 on Jun 15 > 2011 at 13:30:19) > Jun 15 22:07:07 dibs traffic_server[12867]: {47910052150624} STATUS: > opened /var/log/trafficserver/diags.log > Jun 15 22:07:15 dibs traffic_cop[12854]: (cli test) unable to retrieve > manager_binary > Jun 15 22:07:15 dibs traffic_cop[12854]: manager heartbeat [variable] > failed [1] > Jun 15 22:07:25 dibs traffic_cop[12854]: (cli test) unable to retrieve > manager_binary > Jun 15 22:07:25 dibs traffic_cop[12854]: manager heartbeat [variable] > failed [2] > Jun 15 22:07:25 dibs traffic_cop[12854]: killing manager > > Strangely it's not happening every time.. I'm running pretty much > default config, except the following changes: > > remap.config: > map http://blag.tanso.net/ http://127.0.0.1:8080/ > storage.config: > # /var/cache/trafficserver 256M > /dev/rootvg/trafficlv > records.config: > CONFIG proxy.config.proxy_name STRING dibs.tanso.net > CONFIG proxy.config.http.server_port INT 80 > CONFIG proxy.config.http.server_other_ports STRING 80:X6 > > > -jf
