Skip to content
Snippets Groups Projects
  1. Nov 18, 2022
  2. Sep 06, 2021
  3. Sep 05, 2021
  4. Oct 29, 2020
  5. Oct 28, 2020
  6. Oct 22, 2020
  7. Oct 07, 2020
    • Alessandro Rubini's avatar
      Fix monit problem with commit 9bc9dd16 · 8a971908
      Alessandro Rubini authored
      There is a monit-related problem in commit 9bc9dd16
      
      .
      
      The commit renames /etc/init.d/lldpd.sh into /etc/init.d/lldpd.bash
      whle adding a single stanza. Try "git diff e61eb08 9ebc5e2" to
      see the difference.
      
      But monit still uses the old name. Instead of changing monit
      (a two-liner, but adds noise because of .bash), this renames back
      the file to .sh and removes the needless bashism in the new stanza.
      
      Please note that calling stuff ".bash" makes no sense (suffixes
      make no sense most of the time!). The only thing rcS does is checking
      if the name is "*.sh", to just read it in the current shell instead
      of executing. So anything not ".sh" is executed, we don't need to
      special case .bash, .py or whatever.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      8a971908
  8. Aug 28, 2020
  9. Aug 13, 2020
  10. Jul 11, 2020
  11. Jun 11, 2020
  12. May 26, 2020
  13. May 22, 2020
  14. May 20, 2020
  15. May 19, 2020
  16. Apr 15, 2020
  17. Apr 09, 2020
  18. Apr 08, 2020
  19. Mar 30, 2020
    • Maciej Lipinski's avatar
      [starup/DHCP] Introduce escape to wait_dhcp_forever(). · fb730c85
      Maciej Lipinski authored
      Setting the options to force dot-config/IP over DHCP can
      be dangerous. Until now, the switch would wait endlessly
      in an infinite loop.
      
      This commit introduces a way to escape the loop. This can
      be done by connecting to the back UART and pressing any
      key.
      fb730c85
  20. Mar 27, 2020
  21. Mar 13, 2020
  22. Mar 09, 2020
    • Jean-Claude BAU's avatar
      VLAN config · c892aaf6
      Jean-Claude BAU authored
      - New script to generate the VLAN kconfig
      - Allows raw configuration for vlan ports
      - New key for PTP VID
      c892aaf6
  23. Jan 14, 2020
    • Jean-Claude BAU's avatar
      Bug fix: Monit errors appearing in syslog at startup · 65970bde
      Jean-Claude BAU authored
      As monit process is started after other processes, it does not take into
      account  the 'unmonitor' messages sent from start scripts (ldap.sh,
      ...). This generates error messages at startup.
      
      To avoid that, the configuration of monit is set now dynamically in the
      apply_dotconfig script. All disabled processes are then removed from the
      configuration to avoid errors due to process start order.
      Also the first monitoring cycle is postponed by 30s at startup.
      65970bde
  24. Jan 13, 2020
  25. Jan 07, 2020
    • Jean-Claude BAU's avatar
      network script: new behavior · 4d9968c3
      Jean-Claude BAU authored
      When the configuration indicates that the network is  forced to use the
      DHCP service for its setup (CONFIG_ETH0_DHCP=y), the script waits
      forever the availability of the DHCP service.
      
      In the other cases, the behavior remains unchanged.
      4d9968c3
    • Jean-Claude BAU's avatar
      dot-config script: new behavior · c9fe1601
      Jean-Claude BAU authored
      When the dot-config file is read at startup using the DHCP service to
      get the server IP address, the script waits forever the availability of
      DHCP service in the following case :
      - CONFIG_DOTCONF_SOURCE_FORCE_DHCP=y AND CONFIG_ETH0_DHCP=y
      
      CONFIG_ETH0_DHCP: Set to indicate that the network is forced to use DHCP
      for its setup.
      
      In the other cases, the behavior stay unchanged.
      c9fe1601
  26. Nov 14, 2019
    • Jean-Claude BAU's avatar
      New timing mode ARB_GM in kConfig · 3f1f872b
      Jean-Claude BAU authored
      - ARB_GM correspond to clock class 13.
      - Interface changed with assembly_ppsi_conf.sh :
         - The clock class number is always defined in dot-config.
      assembly_ppsi_conf.sh uses it instead of the timing mode.
         - The PTP options (accuracy, variance, timeSource) can be overwritten
      and KConfig proposes always the default ones depending of the timing
      mode.
      3f1f872b