Long-Term Supported Versions

    Innovation Versions

      Installation and Deployment

      Currently, devmaster can be used in the VM environment. This section describes the requirements and procedure of devmaster installation and deployment.

      Software

      • OS: openEuler 23.09

      Hardware

      • x86_64 or AArch64 architecture

      Installation and Deployment

      1. Run the following yum command to install the sysmaster-devmaster package:

        # yum install sysmaster-devmaster
        
      2. Run the following commands to create the default rule file /etc/devmaster/rules.d/99-default.rules and the daemon configuration file /etc/devmaster/config.toml:

        # mkdir -p /etc/devmaster/rules.d
        # mkdir -p /etc/devmaster/network.d
        # echo "TAG+=\"devmaster\"" > /etc/devmaster/rules.d/99-default.rules
        # cat << EOF > /etc/devmaster/config.toml
        log_level = "info"
        rules_d = ["/etc/devmaster/rules.d"]
        network_d = ["/etc/devmaster/network.d"]
        max_workers = 1
        log_targets = ["console"]
        EOF
        
      3. Run the following commands to start the devmaster daemon and export logs to the /tmp/devmaster.log file:

        # /lib/devmaster/devmaster &>> /tmp/devmaster.log &
        

        NoteNote:

        devmaster must be started with the root privilege and cannot be running with udev at the same time. Before starting devmaster, stop the udev service.

        If udev is started by sysMaster, run the following command:

        # sctl stop udevd.service udevd-control.socket udevd-kernel.socket
        

        If udev is started by systemd, run the following command:

        # systemctl stop systemd-udevd.service systemd-udevd systemd-udevd-kernel.socket systemd-udevd-control.socket
        
      4. Run the following command to use the devctl tool to trigger a device event:

        # devctl trigger
        
      5. Check the /run/devmaster/data/ directory. If the device database is generated, the deployment is successful.

        # ll /run/devmaster/data/
        

      Bug Catching

      Buggy Content

      Bug Description

      Submit As Issue

      It's a little complicated....

      I'd like to ask someone.

      PR

      Just a small problem.

      I can fix it online!

      Bug Type
      Specifications and Common Mistakes

      ● Misspellings or punctuation mistakes;

      ● Incorrect links, empty cells, or wrong formats;

      ● Chinese characters in English context;

      ● Minor inconsistencies between the UI and descriptions;

      ● Low writing fluency that does not affect understanding;

      ● Incorrect version numbers, including software package names and version numbers on the UI.

      Usability

      ● Incorrect or missing key steps;

      ● Missing prerequisites or precautions;

      ● Ambiguous figures, tables, or texts;

      ● Unclear logic, such as missing classifications, items, and steps.

      Correctness

      ● Technical principles, function descriptions, or specifications inconsistent with those of the software;

      ● Incorrect schematic or architecture diagrams;

      ● Incorrect commands or command parameters;

      ● Incorrect code;

      ● Commands inconsistent with the functions;

      ● Wrong screenshots.

      Risk Warnings

      ● Lack of risk warnings for operations that may damage the system or important data.

      Content Compliance

      ● Contents that may violate applicable laws and regulations or geo-cultural context-sensitive words and expressions;

      ● Copyright infringement.

      How satisfied are you with this document

      Not satisfied at all
      Very satisfied
      Submit
      Click to create an issue. An issue template will be automatically generated based on your feedback.
      Bug Catching
      编组 3备份