[Fli4l_dev] Neue fli4l-Testversionen

Helmut Pohl helmut_pohl at arcor.de
Mo Aug 19 18:02:03 CEST 2024


Hallo Harvey,

Am 19.08.2024 um 17:28 schrieb Harvey:
> Hallo Helmut,
> 
> ich habe folgende Pakete bei mir erfolgreich aktiviert und am laufen:
> advanced_networking
> apcupsd
> base
> chrony
> dns_dhcp
> dyndns
> easycron
> firmware
> hd
> httpd
> hwsupp (APU2D)
> kernel_6_10
> mc
> openvpn
> proxy
> rrdtool
> sshd
> tools
> umts
> usb
> virt
> vpn
> wlan
> wol
> 
> So viel vorweg. Da du Probleme hast, kann das dann wohl nur in 
> unterschiedlichen hwsupp.txt und tools.txt config Dateien und damit dort 
> aktivierten Programmen liegen. Magst du die configs mal zeigen, am 
> besten als Anhang? Dann kann ich mal bei mir ein Diff machen und sehen, 
> wo die Unterschiede liegen um das dann zu debuggen.
> 
> Sorry wenn das blöd klingt, aber du verwendest schon config-Dateien aus 
> der Version 4.0, oder?
> 
> Gruß
> Harvey

Das ist ja sehr komisch. Gibt es bei Dir ein Verzeichnis 
opt/usr/libexec/valgrind und ein Verzeichnis opt/usr/lib/valgrind ?

Gruß,
Helmut
-------------- nächster Teil --------------
##-----------------------------------------------------------------------------
## fli4l 4.0.0-r60785-testing - configuration for package "hwsupp"
##
##  P L E A S E  R E A D  T H E  D O C U M E N T A T I O N !
##
##  B I T T E  U N B E D I N G T  D I E  D O K U M E N T A T I O N  L E S E N !
##
##-----------------------------------------------------------------------------
## Creation:     2007-10-06 lanspezi
## Last Update:  $Id: hwsupp.txt 59591 2021-01-10 19:56:54Z lanspezi $
##
## Copyright (c) 2014-2016 - fli4l-Team <team at fli4l.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package: hwsupp 
# hardware support for mainboards and embedded devices 
#------------------------------------------------------------------------------

OPT_HWSUPP='yes'                # activate embedded support
HWSUPP_TYPE='pcengines-apu2'    # type of hardware, like
                                # 'generic-pc', ' generic-acpi'
								# 'generic-acpi-coretemp', 'fsc-futro-s200', 
								# 'fsc-futro-s900', 'jnt-surfstation',
                                # 'pcengines-alix', 'soekris-net4801', 
                                # 'pcengines-apu', 'pcengines-apu2',
								# 'rpi', or 'bpi-r1'
                                # see documentation for complete list

#------------------------------------------------------------------------------
# Feature watchdog
# activates watchdog if supported by the hardware
#------------------------------------------------------------------------------

HWSUPP_WATCHDOG='yes'            # start watchdog

#------------------------------------------------------------------------------
# Feature cpufreq
# activate cpufreq governors if supported
#------------------------------------------------------------------------------

HWSUPP_CPUFREQ='yes'             # enable cpufreq governors
HWSUPP_CPUFREQ_GOVERNOR='ondemand'
                                # cpufreq governor: one of
                                # performance ondemand conservative powersave
                                # or userspace

#------------------------------------------------------------------------------
# Feature LEDs
# activate onboard and external LEDs
#------------------------------------------------------------------------------

HWSUPP_LED_N='0'                # number of LEDs

HWSUPP_LED_1='ready'            # information to be displayed on this LED
                                # 'ready' means blinking during boot
                                # and on if system is up and running
                                # see documentation for other values
HWSUPP_LED_1_DEVICE='apu::1'    # led device or gpio where the LED is attached
                                # see documentation.

HWSUPP_LED_2='wlan'             # 'wlan' activates the LED if wlan's in
                                # HWSUPP_LED_x_PARAM are active 
HWSUPP_LED_2_DEVICE='gpio::42'  
HWSUPP_LED_2_PARAM='wlan0'      # option parameters, for HWSUPP_LED_x='wlan'
                                # the WLAN device(s) to be displayed  
                                # see documentation.

HWSUPP_LED_3='online'           # 'online' LED is active while the router is
                                # online
HWSUPP_LED_3_DEVICE='keyboard::scroll' 

HWSUPP_LED_4='trigger'          # "trigger" activates a kernel led trigger
HWSUPP_LED_4_DEVICE='keyboard::num' 
HWSUPP_LED_4_PARAM='heartbeat'  # kernel led trigger name

HWSUPP_LED_5='user'             # execute script defined in HWSUPP_LED_x_PARAM
HWSUPP_LED_5_DEVICE='apu::2' 
HWSUPP_LED_5_PARAM='/usr/local/bin/user.sh'
                                # user script, see documentation.
                                   
#HWSUPP_BOOT_LED='1'            # a LED to blink during boot
                                # see documentation.

#------------------------------------------------------------------------------
# Feature buttons
# activate onboard and external buttons
#------------------------------------------------------------------------------

HWSUPP_BUTTON_N='0'             # number of BUTTONs

HWSUPP_BUTTON_1='wlan'          # action taken by pushing the button
                                # 'wlan' toggles the wlan devices in
                                # HWSUPP_BUTTON_1_PARAM 
                                # see documentation for other values
HWSUPP_BUTTON_1_DEVICE='gpio::252'
                                # gpio to which the BUTTON is attached
                                # see documentation.
HWSUPP_BUTTON_1_PARAM='wlan0'   # WLAN device to be toggled  
                                # see documentation.

HWSUPP_BUTTON_2='online'        # 'online' toggles the online state
HWSUPP_BUTTON_2_DEVICE='gpio::123'

  
#------------------------------------------------------------------------------
# Optional package: vpn_card 
# support for PCI, PCIe, miniPCI and miniPCIe crypto cards  
#------------------------------------------------------------------------------

#OPT_VPN_CARD='no'              # activate crypto card support
VPN_CARD_TYPE='hifn795x'        # type of crypto card
                                # see documentation
-------------- nächster Teil --------------
##-----------------------------------------------------------------------------
## fli4l 4.0.0-r60785-testing - configuration for package "tools"
##
##  P L E A S E  R E A D  T H E  D O C U M E N T A T I O N !
##
##  B I T T E  U N B E D I N G T  D I E  D O K U M E N T A T I O N  L E S E N !
##
##-----------------------------------------------------------------------------
## Creation:     26.06.2001  fm
## Last Update:  $Id: tools.txt 57968 2020-02-21 07:16:02Z alex $
##
## Copyright (c) 2001-2020 - Frank Meyer, fli4l-Team <team at fli4l.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Package tools
#------------------------------------------------------------------------------

#------------------------------------------------------------------------------
# network tools
#------------------------------------------------------------------------------

OPT_BMON='yes'                 # install bmon          yes or no
OPT_CURL='yes'                 # install curl          yes or no
OPT_DHCPDUMP='yes'             # install dhcpdump      yes or no
OPT_DIG='yes'                  # install dig           yes or no
OPT_FTP='yes'                  # install ftp           yes or no
OPT_IFTOP='yes'                # install iftop         yes or no
OPT_IMONC='yes'                # install imonc         yes or no
OPT_IPERF='yes'                # install iperf         yes or no
OPT_LNSTAT='yes'               # install lnstat        yes or no
OPT_NETCAT='yes'               # install netcat        yes or no
OPT_NETIO='yes'                # install netio         yes or no
OPT_NGREP='yes'                # install ngrep         yes or no
OPT_NMAP='yes'                 # install nmap          yes or no
OPT_NTTCP='yes'                # install nttcp         yes or no
OPT_RTMON='yes'                # install netlink monitor
OPT_SOCAT='yes'                # install socat         yes or no
OPT_TCPDUMP='yes'              # install tcpdump       yes or no
OPT_TRACEPATH='yes'            # install tracepath     yes or no
OPT_WGET='yes'                 # install wget, see howto on www.fli4l.de

#------------------------------------------------------------------------------
# hardware tools
#------------------------------------------------------------------------------

OPT_HW_DETECT='yes'             # simple hardware detection script; lists
                                # devices and matching device drivers
HW_DETECT_AT_BOOTTIME='yes'     # detect at boot-time and write to bootlog.txt
                                # see above
OPT_LSPCI='yes'                 # install lspci         yes or no
OPT_I2CTOOLS='yes'              # install i2ctools      yes or no
OPT_IWLEEPROM='yes'             # install iwleeprom     yes or no
OPT_ATH_INFO='yes'              # install ath_info      yes or no
OPT_FLASHROM='yes'              # install flashrom      yes or no

#------------------------------------------------------------------------------
# file tools
#------------------------------------------------------------------------------

OPT_E3='yes'                    # install e3            yes or no
OPT_MTOOLS='yes'                # install mtools        yes or no
OPT_SHRED='yes'                 # install shred         yes or no
OPT_YTREE='yes'                 # an unix filemanager   yes or no

#------------------------------------------------------------------------------
# dev tools
#------------------------------------------------------------------------------

OPT_OPENSSL='yes'               # install openssl binary yes or no
OPT_REAVER='yes'                # Brute force attack against Wifi Protected Setup
OPT_STRACE='yes'                # install strace        yes or no
OPT_VALGRIND='yes'              # install valgrind      yes or no


Mehr Informationen über die Mailingliste Fli4l_dev