Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 17:52:57 -0800
From:      "Shawn Halloran" <SPHalloran2@hotmail.com>
To:        "72yan M" <freedom@72oot.net>, "freebsd-newbie" <freebsd-newbies@freebsd.org>
Subject:   Re: Boot sequence hangs
Message-ID:  <OE17RidKo1ujjSkZSvx00009817@hotmail.com>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Kool,

Thanks for the info.

Shawn
----- Original Message -----
From: 72yan M
Sent: Wednesday, February 20, 2002 1:55 PM
To: Shawn Halloran; freebsd-newbie
Subject: Re: Boot sequence hangs

Hello,

I am not using DSL, but I did have problems switching over from a static IP
when Attbi switched to dhcp. Your issue sounds like the IP least is not being
renewed in FBSD. I found that the solution was in the #/etc/dhcilent.conf.
The default is the have an empty file. I found a article on dhcp at
http://www.freebsddiary.org/athome.php it gave an example dhclient.conf to
follow. The information needed to setup is the hostname and network device.

Here is my dhclient.conf. It requests everything.

interface "fxp0" {
send host-name "c#######-a";
request subnet-mask, broadcast-address, time-offset, routers, domain-name,
domain-name-servers;
require subnet-mask;
media "media autoselect";}


72yan

> FYI,
>
> I use Verizon DSL with a DHCP. Apparently, atleast under the Windows
> environment, I loose my connection integrity. After I released the IP
> configuration and reset the modem (under Windows - still a Unix newbie) my
> boot problem in FBSD was resolved. I don't know why I have these persistent
> problems with my DCHP - I downloaded a patch, but it only helped
> marginally. If anybody knows where I can obtain additional information, I
> would appreciate your help.
>
> Shawn
>
> >----- Original Message -----
>
> From: Shawn Halloran
> Sent: Tuesday, February 19, 2002 11:00 PM
> To: Johnson David; freebsd-newbie
> Subject: Re: Boot sequence hangs
>
> That seems like a logical place to start. I appreciate your help.
>
> Shawn
>
>
>
> ----- Original Message -----
> From: Johnson David
> Sent: Tuesday, February 19, 2002 5:51 PM
> To: Shawn Halloran; freebsd-newbie
> Subject: Re: Boot sequence hangs
>
> On Tuesday 19 February 2002 05:19 pm, Shawn Halloran wrote:
> > "Starting standard daemons: inted cron sshd usbd sendmail"
> >
> > The boot process hangs at this point for almost five minutes
>
> This has happened to me before. As I recall, it was due to sendmail trying
> to qualify an unqualifiable host name. Your host needs a FQDN (fully
> qualified domain name). Either give your host a full name, or disable
> sendmail.
>
> The command "hostname" will tell you the full host name of your machine. If
> it's just a simple one word name like "mymachine", then sendmail will
> grumble. You need something on the order of "mymachine.my.domain".
>
> If you're on a network, your sysadmin will tell you your full host name. If
> you're the sysadmin, start boning up on hostname by reading the hostname
> manpage in section 7 (type "man 7 hostname").
>
> David
>
>
>
>
> Get more from the Web. FREE MSN Explorer download :
> http://explorer.msn.comGet more from the Web.  FREE MSN Explorer download :
> http://explorer.msn.com

----------------------------------------
Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description:
----------------------------------------Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

[-- Attachment #2 --]
<HTML><BODY STYLE="font:10pt verdana; border:none;"><DIV>Kool,</DIV> <DIV>&nbsp;</DIV> <DIV>Thanks for the info.</DIV> <DIV>&nbsp;</DIV> <DIV>Shawn</DIV> <BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"> <DIV style="FONT: 10pt Arial">----- Original Message -----</DIV> <DIV style="BACKGROUND: #e4e4e4; COLOR: black; FONT: 10pt Arial"><B>From:</B> 72yan M</DIV> <DIV style="FONT: 10pt Arial"><B>Sent:</B> Wednesday, February 20, 2002 1:55 PM</DIV> <DIV style="FONT: 10pt Arial"><B>To:</B> Shawn Halloran; freebsd-newbie</DIV> <DIV style="FONT: 10pt Arial"><B>Subject:</B> Re: Boot sequence hangs</DIV> <DIV>&nbsp;</DIV>Hello,<BR><BR>I am not using DSL, but I did have problems switching over from a static IP<BR>when Attbi switched to dhcp. Your issue sounds like the IP least is not being<BR>renewed in FBSD. I found that the solution was in the #/etc/dhcilent.conf.<BR>The default is the have an empty file. I found a article on dhcp at<BR>http://www.freebsddiary.org/athome.php it gave an example dhclient.conf to<BR>follow. The information needed to setup is the hostname and network device.<BR><BR>Here is my dhclient.conf. It requests everything.<BR><BR>interface "fxp0" {<BR>send host-name "c#######-a";<BR>request subnet-mask, broadcast-address, time-offset, routers, domain-name,<BR>domain-name-servers;<BR>require subnet-mask;<BR>media "media autoselect";}<BR><BR><BR>72yan<BR><BR>&gt; FYI,<BR>&gt;<BR>&gt; I use Verizon DSL with a DHCP. Apparently, atleast under the Windows<BR>&gt; environment, I loose my connection integrity. After I released the IP<BR>&gt; configuration and reset the modem (under Windows - still a Unix newbie) my<BR>&gt; boot problem in FBSD was resolved. I don't know why I have these persistent<BR>&gt; problems with my DCHP - I downloaded a patch, but it only helped<BR>&gt; marginally. If anybody knows where I can obtain additional information, I<BR>&gt; would appreciate your help.<BR>&gt;<BR>&gt; Shawn<BR>&gt;<BR>&gt; &gt;----- Original Message -----<BR>&gt;<BR>&gt; From: Shawn Halloran<BR>&gt; Sent: Tuesday, February 19, 2002 11:00 PM<BR>&gt; To: Johnson David; freebsd-newbie<BR>&gt; Subject: Re: Boot sequence hangs<BR>&gt;<BR>&gt; That seems like a logical place to start. I appreciate your help.<BR>&gt;<BR>&gt; Shawn<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ----- Original Message -----<BR>&gt; From: Johnson David<BR>&gt; Sent: Tuesday, February 19, 2002 5:51 PM<BR>&gt; To: Shawn Halloran; freebsd-newbie<BR>&gt; Subject: Re: Boot sequence hangs<BR>&gt;<BR>&gt; On Tuesday 19 February 2002 05:19 pm, Shawn Halloran wrote:<BR>&gt; &gt; "Starting standard daemons: inted cron sshd usbd sendmail"<BR>&gt; &gt;<BR>&gt; &gt; The boot process hangs at this point for almost five minutes<BR>&gt;<BR>&gt; This has happened to me before. As I recall, it was due to sendmail trying<BR>&gt; to qualify an unqualifiable host name. Your host needs a FQDN (fully<BR>&gt; qualified domain name). Either give your host a full name, or disable<BR>&gt; sendmail.<BR>&gt;<BR>&gt; The command "hostname" will tell you the full host name of your machine. If<BR>&gt; it's just a simple one word name like "mymachine", then sendmail will<BR>&gt; grumble. You need something on the order of "mymachine.my.domain".<BR>&gt;<BR>&gt; If you're on a network, your sysadmin will tell you your full host name. If<BR>&gt; you're the sysadmin, start boning up on hostname by reading the hostname<BR>&gt; manpage in section 7 (type "man 7 hostname").<BR>&gt;<BR>&gt; David<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Get more from the Web. FREE MSN Explorer download :<BR>&gt; http://explorer.msn.comGet more from the Web.&nbsp; FREE MSN Explorer download :<BR>&gt; http://explorer.msn.com<BR><BR>----------------------------------------<BR>Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"<BR>Content-Transfer-Encoding: quoted-printable<BR>Content-Description:<BR>----------------------------------------<BR></BLOCKQUOTE></BODY></HTML><br clear=all><hr>Get more from the Web.  FREE MSN Explorer download : <a href='http://explorer.msn.com'>http://explorer.msn.com</a><br></p>;
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OE17RidKo1ujjSkZSvx00009817>