summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-29 10:18:49 +0000
committerobrien <obrien@FreeBSD.org>1998-10-29 10:18:49 +0000
commit7b016aff6e4b71e745b0caa5533389c836e5f642 (patch)
treec7146d22ab13f6456545e8ffbe9822df6c7e33bc /usr.sbin/sysinstall/media.c
parent011dea986ec2667172fccc3e5cf054f0c3415fd0 (diff)
downloadFreeBSD-src-7b016aff6e4b71e745b0caa5533389c836e5f642.zip
FreeBSD-src-7b016aff6e4b71e745b0caa5533389c836e5f642.tar.gz
Add some debugging statments (only if DEBUG opt is set), to try pin down
the hangs many of us are experiencing.
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r--usr.sbin/sysinstall/media.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c
index c5ae93e..95a2007 100644
--- a/usr.sbin/sysinstall/media.c
+++ b/usr.sbin/sysinstall/media.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: media.c,v 1.88 1998/10/10 09:43:44 jkh Exp $
+ * $Id: media.c,v 1.89 1998/10/12 23:45:07 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -387,7 +387,11 @@ mediaSetFTP(dialogMenuItem *self)
msgDebug("port # = `%d'\n", FtpPort);
}
if (variable_get(VAR_NAMESERVER)) {
+ if (isDebug())
+ msgDebug("Starting DNS.\n");
kickstart_dns();
+ if (isDebug())
+ msgDebug("Looking up hostname: %s.\n", hostname);
if ((inet_addr(hostname) == INADDR_NONE) && (gethostbyname(hostname) == NULL)) {
msgConfirm("Cannot resolve hostname `%s'! Are you sure that your\n"
"name server, gateway and network interface are correctly configured?", hostname);
OpenPOWER on IntegriCloud