Xref: utzoo comp.unix.ultrix:2778 comp.unix.wizards:20599 alt.sys.sun:539 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!math.lsa.umich.edu!emv From: emv@math.lsa.umich.edu (Edward Vielmetti) Newsgroups: comp.unix.ultrix,comp.unix.wizards,alt.sys.sun Subject: Re: Use Domain In Hostname Or Not? Message-ID: Date: 14 Feb 90 22:11:42 GMT References: <4940@itivax.iti.org> Sender: news@math.lsa.umich.edu Followup-To: comp.unix.ultrix Organization: University of Michigan Math Dept., Ann Arbor MI. Lines: 16 In-reply-to: scs@iti.org's message of 14 Feb 90 21:26:39 GMT Fully qualified domain names in the hostname is generally 4.3 behavior, as opposed to 4.2 which only had the first part. Biggest hassle is that when you have names as long as ours, e.g. dirichlet.math.lsa.umich.edu -- it's a hassle to have csh prompts with the full name in it. Also you'll tickle some bugs in some vendors software (e.g. SunOS 4.0.3 lockd) where they have buffers of less than MAXDNAME (arpa/nameser.h) to hold hostnames. The csh business is fixable for new users but it's harder to try to retrofit old users stuff piecemeal. Which bugs are you running into -- I might be seeing the same ones.... --Ed