Last active
October 2, 2022 23:03
-
-
Save RohanBali31/aa10ad9ac8d46e90460b25bb7b1e1e7f to your computer and use it in GitHub Desktop.
COSMOS sb1 Missing baseline-uhd.ndz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# log on to sb1 console | |
rbali@console:~$ hostname | |
console.sb1.cosmos-lab.org | |
# try to load baseline-uhd.ndz | |
rbali@console:~$ omf load -i baseline-uhd.ndz -t sdr2-s1-lg1.sb1.cosmos-lab.org | |
/usr/share/omf-expctl-5.4/gems/gems/oml4r-2.9.5/lib/oml4r.rb:29: warning: already initialized constant OML4R::DEF_SERVER_PORT | |
/var/lib/gems/2.3.0/gems/oml4r-2.10.6/lib/oml4r.rb:33: warning: previous definition of DEF_SERVER_PORT was here | |
/usr/share/omf-expctl-5.4/gems/gems/oml4r-2.9.5/lib/oml4r.rb:30: warning: already initialized constant OML4R::DEF_PROTOCOL | |
/var/lib/gems/2.3.0/gems/oml4r-2.10.6/lib/oml4r.rb:34: warning: previous definition of DEF_PROTOCOL was here | |
INFO NodeHandler: OMF Experiment Controller 5.4 (git 861d645) | |
INFO NodeHandler: Slice ID: pxe_slice | |
INFO NodeHandler: Experiment ID: pxe_slice-2022-10-02t22.50.33.116+00.00 | |
INFO NodeHandler: Message authentication is disabled | |
INFO property.resetDelay: resetDelay = 300 (Fixnum) | |
INFO property.resetTries: resetTries = 1 (Fixnum) | |
INFO property.nodes: nodes = "sdr2-s1-lg1.sb1.cosmos-lab.org" (String) | |
INFO property.image: image = "baseline-uhd.ndz" (String) | |
INFO property.domain: domain = "sb1.cosmos-lab.org" (String) | |
INFO property.outpath: outpath = "/tmp" (String) | |
INFO property.outprefix: outprefix = "pxe_slice-2022-10-02t22.50.33.116+00.00" (String) | |
INFO property.timeout: timeout = 800 (Fixnum) | |
INFO property.resize: resize = nil (NilClass) | |
FATAL run: ---------- | |
FATAL run: A fatal error was encountered while processing your experiment description. | |
FATAL run: Exception: OEDLException | |
FATAL run: Exception: (RuntimeError) Frisbee service reported: Image file '/var/lib/omf-images-5.4/baseline-uhd.ndz' not found or not readable by user 'rbali' | |
FATAL run: In file: system:exp:imageNode:187:in `_binding' | |
FATAL run: ---------- | |
INFO NodeHandler: | |
INFO NodeHandler: Shutting down experiment, please wait... | |
INFO NodeHandler: | |
INFO NodeHandler: Shutdown flag is set - Turning Off the resources | |
INFO run: Experiment pxe_slice-2022-10-02t22.50.33.116+00.00 finished after 0:3 | |
# confirm that it is also missing in exports | |
bali@console:~$ ls /export/omf-images-5.4/baseline*uhd* | |
/export/omf-images-5.4/baseline-sdr-uhd-003.009.003.ndz /export/omf-images-5.4/baseline-uhd-3_13.ndz /export/omf-images-5.4/baseline_uhd_omf54.ndz.old | |
/export/omf-images-5.4/baseline-uhd-003.009.004.ndz /export/omf-images-5.4/baseline_uhd_omf54.ndz /export/omf-images-5.4/baseline_uhd_omf54.ndz.old.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment