Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Esmond support in a Testpoint 5.1.4 docker container

Please Wait...

perfsonar-user@internet2.edu

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Esmond support in a Testpoint 5.1.4 docker container


Chronological Thread 
  • From: Johann Hugo <jhugo@sanren.ac.za>
  • To: Mark Feit <mfeit@internet2.edu>
  • Cc: "perfsonar-user@internet2.edu" <perfsonar-user@internet2.edu>
  • Subject: Re: [perfsonar-user] Esmond support in a Testpoint 5.1.4 docker container
  • Date: Tue, 1 Apr 2025 10:38:59 +0200

Hi Mark

I've tried to install it inside the container, but I can't find pscheduler-archiver-esmond
'
root@ps-6-100g:/# apt-get update

root@ps-6-100g:/# apt-get -y install pscheduler-archiver-esmond
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libevent-2.1-7 memcached python3-memcache
Suggested packages:
  libanyevent-perl libcache-memcached-perl libmemcached libterm-readkey-perl libyaml-perl
The following NEW packages will be installed:
  libevent-2.1-7 memcached pscheduler-archiver-esmond python3-memcache
0 upgraded, 4 newly installed, 0 to remove and 93 not upgraded.
Need to get 396 kB of archives.
After this operation, 1189 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB]
Get:2 https://downloads.perfsonar.net/debian perfsonar-5.1-staging/main amd64 pscheduler-archiver-esmond all 5.1.4-2 [20.5 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 memcached amd64 1.6.14-1ubuntu0.1 [210 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-memcache all 1.59-5 [17.6 kB]
Fetched 396 kB in 2s (196 kB/s)
Selecting previously unselected package libevent-2.1-7:amd64.
(Reading database ... 47162 files and directories currently installed.)
Preparing to unpack .../libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ...
Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ...
Selecting previously unselected package memcached.
Preparing to unpack .../memcached_1.6.14-1ubuntu0.1_amd64.deb ...
Unpacking memcached (1.6.14-1ubuntu0.1) ...
Selecting previously unselected package python3-memcache.
Preparing to unpack .../python3-memcache_1.59-5_all.deb ...
Unpacking python3-memcache (1.59-5) ...
Selecting previously unselected package pscheduler-archiver-esmond.
Preparing to unpack .../pscheduler-archiver-esmond_5.1.4-2_all.deb ...
Unpacking pscheduler-archiver-esmond (5.1.4-2) ...
Setting up python3-memcache (1.59-5) ...
Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ...
Setting up memcached (1.6.14-1ubuntu0.1) ...
invoke-rc.d: policy-rc.d denied execution of start.
Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service -> /lib/systemd/system/memcached.service.
/usr/sbin/policy-rc.d returned 101, not running 'start memcached.service'
Setting up pscheduler-archiver-esmond (5.1.4-2) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for pscheduler-server (5.1.4-2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...

root@ps-6-100g:/# systemctl start memcached.service
root@ps-6-100g:/# systemctl start pscheduler-archiver-esmond
Failed to start pscheduler-archiver-esmond.service: Unit pscheduler-archiver-esmond.service not found.

Regards
Johann

On Mon, Mar 31, 2025 at 6:41 PM Mark Feit <mfeit@internet2.edu> wrote:

Johann Hugo writes:

 

How can I add legacy esmond support for a Testpoint 5.1.4 docker container ?

 

The esmond archiver is still available but isn’t shipped with the container because we no longer support Esmond.

 

You can build a container from ours that adds it with a Dockerfile along these lines:

 

FROM perfsonar/testpoint:systemd

RUN apt-get update && apt-get -y install pscheduler-archiver-esmond

 

--Mark




Archive powered by MHonArc 2.6.24.

Top of Page