grazie per la risposte,
ho rifatto tutto, ora ho due slack current virtuali su proxmox, nodo1 e nodo2. ecco i files hosts dei nodi:
root@nodo1:/etc/rc.d# cat /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server. Just add the names, addresses
# and any aliases to this file...
#
# For loopbacking.
127.0.0.1 localhost
::1 localhost
127.0.0.1 nodo1.dominio.lan nodo1
::1 nodo1.dominio.lan nodo1
192.168.1.138 nodo1.dominio.lan nodo1
192.168.1.56 nodo2.dominio.lan nodo2
root@nodo2:/etc/rc.d# cat /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server. Just add the names, addresses
# and any aliases to this file...
#
# For loopbacking.
127.0.0.1 localhost
::1 localhost
127.0.0.1 nodo2.dominio.lan nodo2
::1 nodo2.dominio.lan nodo2
192.168.1.56 nodo2.dominio.lan nodo2
192.168.1.138 nodo1.dominio.lan nodo1
ora la prova con nmap:
root@nodo1:/etc/rc.d# nmap -p 10245 localhost
Starting Nmap 7.95 (
https://nmap.org ) at 2025-05-18 19:35 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000043s latency).
Other addresses for localhost (not scanned): ::1
PORT STATE SERVICE
10245/tcp open unknown
Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
root@nodo1:/etc/rc.d# nmap -p 10245 nodo2
Starting Nmap 7.95 (
https://nmap.org ) at 2025-05-18 19:35 CEST
Nmap scan report for nodo2 (192.168.1.56)
Host is up (0.00086s latency).
rDNS record for 192.168.1.56: nodo2.dominio.lan
PORT STATE SERVICE
10245/tcp open unknown
MAC Address: BC:24:11:8C:5F:54 (Proxmox Server Solutions GmbH)
Nmap done: 1 IP address (1 host up) scanned in 0.15 seconds
root@nodo1:/etc/rc.d#
root@nodo2:/etc/rc.d# nmap -p 10245 localhost
Starting Nmap 7.95 (
https://nmap.org ) at 2025-05-18 19:36 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000042s latency).
Other addresses for localhost (not scanned): ::1
PORT STATE SERVICE
10245/tcp open unknown
Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
root@nodo2:/etc/rc.d# nmap -p 10245 nodo1
Starting Nmap 7.95 (
https://nmap.org ) at 2025-05-18 19:36 CEST
Nmap scan report for nodo1 (192.168.1.138)
Host is up (0.00031s latency).
rDNS record for 192.168.1.138: nodo1.dominio.lan
PORT STATE SERVICE
10245/tcp open unknown
MAC Address: BC:24:11:CD:C7:F5 (Proxmox Server Solutions GmbH)
Nmap done: 1 IP address (1 host up) scanned in 0.18 seconds
nodo1 esegue schedule e iceccd , nodo2 esegue solo iceccd . compilazione di ffmpeg su nodo 1, ecco che nodo2 mostra il dito medio e non compila.
nal file di log /var/log/icecream/iceccd.log del nodo2 trovo
[2814] 2025-05-18 17:56:21: Remote compilation completed with exit code 0
[1371] 2025-05-18 19:56:21: handle_end 356 192.168.1.138
[1371] 2025-05-18 19:56:21: accepted 10 192.168.1.138 as 357
[1371] 2025-05-18 19:56:21: request for job 697
[1371] 2025-05-18 19:56:21: handle connection returned 2818
[2818] 2025-05-18 17:56:21: remote compile for file libavformat/movenchint.c
[2818] 2025-05-18 17:56:21: remote compile arguments: -D_ISOC11_SOURCE -D_FILE_OFFSET_BITS=>
[2819] 2025-05-18 17:56:21: Compile job memory limit set to 578 megabytes
[2819] 2025-05-18 17:56:21: final arguments: -x c -D_ISOC11_SOURCE -D_FILE_OFFSET_BITS=64 ->
[2805] 2025-05-18 17:56:20: <parent, waiting>
[2805] 2025-05-18 17:56:21: unexpected EOF while reading preprocessed file
[2805] 2025-05-18 17:56:21: Remote compilation aborted with exit code 143
[2818] 2025-05-18 17:56:21: <parent, waiting>
[2818] 2025-05-18 17:56:21: unexpected EOF while reading preprocessed file
[2818] 2025-05-18 17:56:21: Remote compilation aborted with exit code 143
[1371] 2025-05-18 19:56:21: handle_end 357 192.168.1.138
[1371] 2025-05-18 19:56:21: handle_end 354 192.168.1.138
ancora grazie