Bug 257093 - sysutils/py-salt os module error after upgrading to FreeBSD 13.0
Summary: sysutils/py-salt os module error after upgrading to FreeBSD 13.0
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-10 09:00 UTC by ari
Modified: 2021-07-11 06:54 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (christer.edwards)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ari 2021-07-10 09:00:00 UTC
ID: named
                  Function: service.running
                    Result: False
                   Comment: State 'service.running' was not found in SLS 'named'
                            Reason: 'service' __virtual__ returned False: Exception raised when processing __virtual__ function for salt.loaded.int.states.service. Module will not be loaded: 'os'


# salt -V
Salt Version:
          Salt: 3003.1

Dependency Versions:
          cffi: 1.14.5
      cherrypy: Not Installed
      dateutil: 2.8.1
     docker-py: Not Installed
         gitdb: Not Installed
     gitpython: Not Installed
        Jinja2: 2.11.2
       libgit2: Not Installed
      M2Crypto: Not Installed
          Mako: Not Installed
       msgpack: 1.0.2
  msgpack-pure: Not Installed
  mysql-python: Not Installed
     pycparser: 2.20
      pycrypto: Not Installed
  pycryptodome: 3.10.1
        pygit2: Not Installed
        Python: 3.7.10 (default, Jun 20 2021, 08:56:04)
  python-gnupg: Not Installed
        PyYAML: 5.4.1
         PyZMQ: 22.1.0
         smmap: Not Installed
       timelib: Not Installed
       Tornado: 4.5.3
           ZMQ: 4.3.4

System Versions:
          dist: freebsd 13.0
        locale: utf-8
       machine: amd64
       release: 13.0-RELEASE-p1
        system: FreeBSD
       version: FreeBSD 13.0


Problem doesn't seem to happen with salt-call for some reason.
Comment 1 ari 2021-07-11 06:54:05 UTC
Peculiar, but now its not happening. Perhaps some sort of grains caching problem. Caching issues seem to plague saltstack.