Joshua S Brown
Joshua S Brown
Before refresh.  After refresh 
@par-hermes format
Python PPA package downloads don't work with Bookworm. ``` #25 31.45 Setting up packagekit-tools (1.2.6-5) ... #25 31.46 Setting up software-properties-common (0.99.30-4.1~deb12u1) ... #25 31.57 Processing triggers for dbus (1.14.10-1~deb12u1)...
Hardcoded version numbers in Dockerfile will be addressed here: https://github.com/ORNL/DataFed/issues/1512
This is how we have doing this directly in the database. ``` db._useDatabase("sdms"); db.repo.save({ "_key" : "empty", "_id" : "repo/empty", "capacity" : 80000000000000, "pub_key" : "dummy_repo_key", "address" : "tcp://somedomain:9000", "endpoint"...
The Repo and User documents are nodes in the database, the allocation connects the two.
Ok now we are also seeing this: ``` 2025-07-03T19:58:30.295217Z ERROR /datafed/source/core/server/Config.cpp:loadRepositoryConfig:47 { "thread_name": "core_server-repoCacheThread", "thread_id": "2", "message": "Ignoring repo/datafed-at-hot-potato - invalid public key: " } ``` Looks like the zeroMQ...
It looks like that failed because curl was missing from python client machine which was running the tests. ``` Warning: Found 2 installation flag files with prefix '.nvm_installed-'. Cleaning up......
@nedvedba can you take a look at this and give some input. ``` 58.72 Setting up libboost-mpi-python-dev (1.74.0.3) ... 58.72 Setting up libboost-mpi-dev (1.74.0.3) ... 58.73 Setting up libboost-all-dev (1.74.0.3)...
To test this with existing state. The following was done. 1. Devel branch was checked out 2. cd compose/all 3. ./build_all_images.sh script was run 4. docker compose up 5. User...