NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53329: netboot over nfs broken



The following reply was made to PR kern/53329; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/53329: netboot over nfs broken
Date: Tue, 24 Aug 2021 15:54:45 +0100

 Just hit this bug again, this time with a much newer cisco switch, and
 with Julian's suggestion I hope interpreted correctly, the port is set
 to:
 
 interface GigabitEthernet1/0/3
  switchport access vlan 47
  switchport trunk native vlan 4
  spanning-tree portfast
 
 Doubling the delays to
 
 Index: sys/nfs/nfs_boot.c
 ===================================================================
 RCS file: /cvsroot/src/sys/nfs/nfs_boot.c,v
 retrieving revision 1.88
 diff -r1.88 nfs_boot.c
 428,429c428,429
 < #define       MAX_RESEND_DELAY 5      /* seconds */
 < #define TOTAL_TIMEOUT   30    /* seconds */
 ---
 > #define       MAX_RESEND_DELAY 10     /* seconds */
 > #define TOTAL_TIMEOUT    60   /* seconds */
 
 
 got the system booting and installed.
 


Home | Main Index | Thread Index | Old Index