Solarisbf opened a new issue, #8059:
URL: https://github.com/apache/trafficcontrol/issues/8059

   <!--
   ************ STOP!! ************
   If this issue identifies a security vulnerability, DO NOT submit it! 
Instead, contact
   the Apache Traffic Control Security Team at 
[email protected] and follow the
   guidelines at https://apache.org/security regarding vulnerability disclosure.
   
   - For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack 
(https://s.apache.org/tc-slack-request)
   or the Traffic Control Users mailing list (send an email to 
[email protected] to subscribe).
   - Before submitting, please **SEARCH GITHUB** for a similar issue or PR
       * https://github.com/apache/trafficcontrol/issues
       * https://github.com/apache/trafficcontrol/pulls
   -->
   
   <!-- Do not submit security vulnerabilities or support requests here - see 
above -->
   ## This Bug Report affects these Traffic Control components:
   <!-- delete all those that don't apply -->
   - Traffic Monitor
   - CDN in a Box
   
   ## What did you do?
   <!-- If the current behavior is a bug, please provide the *STEPS TO 
REPRODUCE* and
   include the applicable TC version.
   --> 8.0.1
   
   
   ## What did you expect to happen?
   <!-- Describe how the bug happens -->
   
   trafficmonitor (unhealthy) --> healthy 
   
   i want to pass tests below
   
   #40 Example Command to See the CDN in 
Action[](https://traffic-control-cdn.readthedocs.io/en/v8.0.1/admin/quick_howto/ciab.html#id17)
   sudo docker-compose exec enroller curl -L 
"http://video.demo1.mycdn.ciab.test";
   To test the foo.kabletown.net. Federation:
   
   #41 Query the Federation CNAME using the Delivery Service 
hostname[](https://traffic-control-cdn.readthedocs.io/en/v8.0.1/admin/quick_howto/ciab.html#id18)
   sudo docker-compose exec trafficrouter dig +short 
@trafficrouter.infra.ciab.test -t CNAME video.demo2.mycdn.ciab.test
   
   # Expected response:
   foo.kabletown.net.
   
   
   ## What actually happened?
   <!-- Describe what the behavior would be without the bug -->
   
   i am trying to install cdn-in-a-box based on ( 
https://traffic-control-cdn.readthedocs.io/en/v8.0.1/admin/quick_howto/ciab.html
 )
   
   OS : ubuntu 22.04
   docker version : 27.1.1
   docker-compose version : 1.28.2
   
   on infrastructure/cdn-in-a-box/
   
   i did successfully below commands
   
   make
   docker-compose build --parallel 
   
   and `docker-compose -f docker-compose.yml -f docker-compose.expose-ports.yml 
up` 
   
   and docker ps -a
   
   trafficmonitor (unhealthy)
   
   and docker-compose logs trafficmonitor, below log are looping again and again
   
   trafficmonitor_1   | waiting for TM_USER creation...
   trafficmonitor_1   | + jq -c -e '.response[].username|length'
   trafficmonitor_1   | + to-get 'api/4.0/users?username=tmon'
   trafficmonitor_1   | waiting for TM_USER creation...
   trafficmonitor_1   | + echo 'waiting for TM_USER creation...'
   trafficmonitor_1   | + sleep 3
   
   please help me @jpeach @lestrrat @dewrich @dangogh @nerdynick 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to