Bump version to 1.0.9
Fix Wake-on-LAN: set SO_BROADCAST on UDP socket, send 3 magic packets, expose broadcast_addr and wake timeout fields in UI, add Test Wake endpoint, surface send errors in job status, bump default wake timeout to 180s.
This commit is contained in:
@@ -63,7 +63,11 @@ export interface ErrorCodeInfo {
|
||||
const ERROR_CODES: Record<string, ErrorCodeInfo> = {
|
||||
wol_timeout: {
|
||||
title: "Machine didn't wake up",
|
||||
hint: 'Check Wake-on-LAN settings, MAC address, and network connectivity',
|
||||
hint: 'Waited for machine to respond and got no SSH reply. Make sure the server and the target machine are on the same L2 broadcast domain. For HP Microservers and similar hardware, increase the Wake timeout in the machine settings (180s or more).',
|
||||
},
|
||||
wol_send_failed: {
|
||||
title: 'Wake-on-LAN packet failed to send',
|
||||
hint: 'The magic packet could not be sent. Check the server logs for details. The server must be on the same broadcast domain as the target machine NIC and must have NET_ADMIN or CAP_NET_RAW capability.',
|
||||
},
|
||||
rsync_error: {
|
||||
title: 'rsync failed',
|
||||
|
||||
Reference in New Issue
Block a user