Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] docker-compose issues

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] docker-compose issues


Chronological Thread 
  • From: Joachim <>
  • To: Johann Hugo <>
  • Cc:
  • Subject: Re: [perfsonar-user] docker-compose issues
  • Date: Fri, 5 Aug 2022 12:47:50 +0200

Hi Johann 

ahhh looks to be the same for me almost. 
how did you import the cgroup from host to container

got the ports attached, but now my issue are cgroup/systemd which will not conntect to the container. 
shown by 
docker logs “containerID"

Best regards 
Joachim Hunosøe

+45 5374 7719

On 5 Aug 2022, at 11.57, Johann Hugo <> wrote:

Hi Joachim

I can't remember any D-bus errors. I got a psconfig-pscheduler-agent.service: main process exited error

Here is the docker-compose.yml file I use:

version: '3.8'
services:
  testpoint:
    image: perfsonar/testpoint:latest
    network_mode: "host"
    privileged: true
    entrypoint: ["/usr/sbin/init"]
    environment:
       - TZ=Africa/Johannesburg
    restart: on-failure
    volumes:
       - ./compose/psconfig:/etc/perfsonar/psconfig
       - ./compose/perf/lsregistrationdaemon.conf:/etc/perfsonar/lsregistrationdaemon.conf
       - ./compose/perf/resolv.conf:/etc/resolv.conf
       - /etc/localtime:/etc/localtime
       - ./volumes/perfsonar/psconfig/archives.d:/etc/perfsonar/psconfig/archives.d
       - ./volumes/perfsonar/psconfig/pscheduler.d:/etc/perfsonar/psconfig/pscheduler.d
       - ./volumes/perfsonar/psconfig/transforms.d:/etc/perfsonar/psconfig/transforms.d

I also have a MACVLAN config on some of the servers.

Regards
Johann


On Thu, Aug 4, 2022 at 3:30 PM Joachim <> wrote:
Hi Johann 

oh yeah you had. 
 
at the moment Im rolling with the v4.3.4-systemd 

but Im still heading the wall with 

failed to get D-bus Operation net permitted 
when I want to check if psconfig or pscheduler services are running. 

plus my exposed ports in the Dockerfile aren’t being exposed. 

are those 2 issues, you also had at the time? 

Best regards 
Joachim Hunosøe

+45 5374 7719

On 4 Aug 2022, at 12.40, Johann Hugo <> wrote:

Hi

I had the same issue. This advice fixed the problem.

Regards
Johann

On Tue, Aug 2, 2022 at 12:55 PM Joachim <> wrote:
Hey Guys

wanna know if some of you guys have tried the same

Im running an docker-compose installation

have tried with and without static IP, macvlan which has its own 10G, custom pscheduler-agent.json file

but
pscheduler-troubleshoot and tasks gave
failed, missed or run has not completed


##Troubleshooting run

only troubleshooting command which worked was
pscheduler ping localhost
localhost: pScheduler is alive

##debug
every program besides api was not running

Best regards
Joachim Hunosøe

+45 5374 7719




--
SANReN Engineer
South African National Research Network (SANReN)
National Integrated Cyber Infrastructure System (NICIS)
CSIR NextGen Enterprises and Institutions Cluster

Office: 012 841 2066Email: Website: www.sanren.ac.za / www.csir.co.za


Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.24.

Top of Page