canonical / sdcore-upf-snap

A snap for the UPF from SD-Core
https://snapcraft.io/sdcore-upf
0 stars 0 forks source link

Missing conf.parser from snap #7

Closed markbeierl closed 7 months ago

markbeierl commented 8 months ago

Describe the bug

Cannot run bessctl due to missing packages.

To Reproduce

  1. Install upf snap
  2. Execute sdcore-upf.bessctl run /snap/sdcore-upf/current/up4
  3. See this error
*** Error: Unhandled exception in the configuration script (most recent call last)
  File "/snap/sdcore-upf/current/up4.bess", line 6, in <module>
    from conf.parser import *
ModuleNotFoundError: No module named 'conf.parser'
  Command failed: run /snap/sdcore-upf/current/up4

Expected behavior

Bess should be configured

Environment

markbeierl commented 8 months ago

Unfortunately, this is not quite right either.

markbeierl commented 7 months ago

Fixed with #11