FHEM startet nach Update nicht

Begonnen von mfeske, 20 April 2025, 21:13:09

Vorheriges Thema - Nächstes Thema

mfeske

Hallo zusammen,

ich habe nach sehr langer Zeit ein FHEM Update gemacht. Danach startet FHEM nicht mehr.

root@raspyfhem:~# service fhem status
fhem is not running
root@raspyfhem:~# service fhem start
Starting fhem...
Daemon with PID 2676 started!
Can't bind socket: Address already in use
"any" is not exported by the List::Util module
Can't continue after import errors at fhem.pl line 34
BEGIN failed--compilation aborted at fhem.pl line 34.

Bisher war die Datei TcpServerUtils.pm ein Problem bei updates, weshalb ich mir ein Backup angelegt hatte mit dem es immer funktioniert hat . FHEM war nach einem Update nicht erreichbar bis ich dann diese Datei ausgetauscht hatte. jetzt startet FHEM aber gar nicht mehr.

Euch auch schöne Ostern.

Gruß
Micha

processor    : 0
model name    : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS    : 2.00
Features    : half thumb fastmult vfp edsp java tls
CPU implementer    : 0x41
CPU architecture: 7
CPU variant    : 0x0
CPU part    : 0xb76
CPU revision    : 7

Hardware    : BCM2708
Revision    : 000e
Serial        : 0000000076c6a2a3

PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Hardware:
1 x Raspberry Pi Mod. B 512 MB
eq-3 2 x MAX! eTRV Heizungssteller, 1 x MAX! Fensterkontakt, 1 x MAX! Cube - LAN Gateway (ausser Betrieb)
Intertechno 1x ITZ-500, 3x ITT-1500, 9x ITR-1500, 3 x ITDL-1000, 2 x ITL-500
1 x CC1101-USB-Lite 433MHz (CUL433)  V3 1 x CC1101-USB-Lite 868MHz (CUL868)

Beta-User

Uralt-Perl, das du da verwendest....
auf einem völlig unsicheren (da outdated) OS...

https://forum.fhem.de/index.php?msg=1327348
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors

mfeske

#2
Ja läuft noch auf wheezy :-( Ich arbeite gerade an zwei raspi mit 3B+ und bookworm um dort fhem und raspberrymatic zu nutzen habe aber noch Probleme mit der Umsetzung zum Beispiel mit dem MP3 Gong :-(

Ich probiere es jetzt mit
sudo apt install libscalar-list-utils-perl
og´h mann hätte ich das mal alles noch so gelassen bis ich mit den neuen fertig bin :-(
Jetzt habe ich mir wohl endgültig alles zerschossen

Going to read '/root/.cpan/Metadata'
  Database was generated on Thu, 25 Dec 2014 10:29:02 GMT
Fetching with LWP:
http://mirror.23media.de/cpan/authors/01mailrc.txt.gz
Going to read '/root/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with LWP:
http://mirror.23media.de/cpan/modules/02packages.details.txt.gz
Going to read '/root/.cpan/sources/modules/02packages.details.txt.gz'
  Database was generated on Sun, 20 Apr 2025 15:41:01 GMT
..............
  New CPAN.pm version (v2.38) available.
  [Currently running version is v1.960001]
  You might want to try
    install CPAN
    reload cpan
  to both upgrade CPAN.pm and run the new version without leaving
  the current session.


..............................................................DONE
Fetching with LWP:
http://mirror.23media.de/cpan/modules/03modlist.data.gz
Going to read '/root/.cpan/sources/modules/03modlist.data.gz'
DONE
Going to write /root/.cpan/Metadata
Running install for module 'List::Util'
Running make for P/PE/PEVANS/Scalar-List-Utils-1.69.tar.gz
Fetching with LWP:
http://mirror.23media.de/cpan/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.69.tar.gz
Fetching with LWP:
http://mirror.23media.de/cpan/authors/id/P/PE/PEVANS/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.69.tar.gz ok
Uncompressed /root/.cpan/sources/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.69.tar.gz successfully
Using Tar:/bin/tar xf "Scalar-List-Utils-1.69.tar":
Couldn't untar Scalar-List-Utils-1.69.tar
Package seems to come without Makefile.PL.
  (The test -f "/root/.cpan/build/PEVANS-9Tc6cO/Makefile.PL" returned false.)
  Writing one on our own (setting NAME to ListUtil)
  Had problems unarchiving. Please build manually
Running make test
  Make had some problems, won't test
Running make install
  Make had some problems, won't install
root@raspyfhem:~#
root@raspyfhem:~# perl -MList::Util -e 'print "$List::Util::VERSION\n";'
1.23
Hardware:
1 x Raspberry Pi Mod. B 512 MB
eq-3 2 x MAX! eTRV Heizungssteller, 1 x MAX! Fensterkontakt, 1 x MAX! Cube - LAN Gateway (ausser Betrieb)
Intertechno 1x ITZ-500, 3x ITT-1500, 9x ITR-1500, 3 x ITDL-1000, 2 x ITL-500
1 x CC1101-USB-Lite 433MHz (CUL433)  V3 1 x CC1101-USB-Lite 868MHz (CUL868)