Message boards :
Technical News :
Who is --fqdn? (Feb 08 2007)
Message board moderation
Author | Message |
---|---|
Matt Lebofsky Send message Joined: 1 Mar 99 Posts: 1444 Credit: 957,058 RAC: 0 |
I just rebooted kryten again. It was the usual NFS issue, possibly aggravated by my zombie-result cleanup procedure and the catchup from the past couple days of spotty uptime elsewhere on the network. It was exhibiting bizarre behavior which we have seen before but have no idea what the heck is going on. The server gets into a state where its hostname suddenly and inexplicably changes from "kryten" to "--fqdn" (with two dashes and everything). This is what the "hostname" command returns. We all know what "fqdn" stands for, but does this hostname munging ring a bell with anybody? Maybe this is pointing to the crux of our NFS issues (i.e. bugs galore, or problems running a newer OS on old equipment). Upon restart the result disk array needed to be resync'ed. Argh! This isn't really affecting performance, and will wrap up in the background within a day or so (I hope). Earlier on in the day our front page was broken for a half hour due to a bungled CVS checkout. Not my fault - don't kill the messenger. I spent a chunk of the day today preparing for the boinc.berkeley.edu server OS/RAID overhaul. Getting temporary stub web servers in place, backing things up, etc. This will hopefully happen early next week. Happening even earlier next week is more network reconfiguration which requires careful timing with the network team down on campus. If successful, I'll finally divulge what we're doing exactly. If not, then we'll have to fall back and wait a while as other projects in the lab are launching and we can't be screwing around with the network between tuesday and at least friday if not later. This morning a very nice woman (who found my phone number via her own detective work) cold called me. She donated money and never got her green star. I didn't mind helping her, of course, since she generously gave to our project and did all the work to try to reach somebody. The transaction took ten minutes. I just did the math: If I gave ten minutes of tech support to 5% of our current active user base, this would take exactly one year of my time (I'm at the lab 32 hours/week - I'm not going to do tech support from my house). This has no bearing on anything - just some fun statistics. - Matt -- BOINC/SETI@home network/web/science/development person -- "Any idiot can have a good idea. What is hard is to do it." - Jeanne-Claude |
Dr. C.E.T.I. Send message Joined: 29 Feb 00 Posts: 16019 Credit: 794,685 RAC: 0 |
I just rebooted kryten again. It was the usual NFS issue, possibly aggravated by my zombie-result cleanup procedure and the catchup from the past couple days of spotty uptime elsewhere on the network. Thanks for the Post Matt . . . see BOLD < note: found this from 1995 Host: fqdn > may or may not be *relevant* - see other Messages in that Thread |
Keith T. Send message Joined: 23 Aug 99 Posts: 962 Credit: 537,293 RAC: 9 |
This is a total shot in the dark... Is the server named kryten or kryten.berkeley.edu ? |
Logan 5@SETI.USA Send message Joined: 7 May 01 Posts: 54 Credit: 1,275,043 RAC: 0 |
We all know what "fqdn" stands for, but does this hostname munging ring a bell with anybody? Hi Matt: Actually if you could share the meaning of "fqdn" if it's not an acronym for something that is not suitable for posting (like RTFM..lol) I in my neanderthal state would appreciate learning something new. Thanks |
Scarecrow Send message Joined: 15 Jul 00 Posts: 4520 Credit: 486,601 RAC: 0 |
We all know what "fqdn" stands for, but does this hostname munging ring a bell with anybody? I don't recall all the sordid details, but some time ago we had a Linux box that had some strangeness relating to the hostname command's response. It didn't return "--fqdn", but rather part of a line that was in /etc/hosts. It was tracked down to an entry in the /etc/hosts file that had something to do with the IPv6 entries, that were automagically added to the /etc/hosts file during an upgrade. (Too many beers ago for me to remember exactly) I'll see if any of the other guys remember more about just what happened. |
OzzFan Send message Joined: 9 Apr 02 Posts: 15691 Credit: 84,761,841 RAC: 28 |
Hi Matt: Actually if you could share the meaning of "fqdn" My name's not Matt, but I hope I can be of service anyway. FQDN is short for "Fully Qualified Domain Name". |
Jan Schotsmans Send message Joined: 27 Oct 00 Posts: 98 Credit: 92,693 RAC: 0 |
Check the configs of the programs running on the box for something like: hostname=$(/bin/hostname --fqdn) I found on google that way way way back in '97 a bug in a zmailer package had that setting in one of the .cf config files forcing the hostname to be set to "--fqdn" and that was the only instance where I found that that happend. Maybe the same booboo was made in one of your config files. Here is the link to the maillist where the problem was discussed: http://www.zmailer.org/mhalist/1997/msg00459.html |
Dr. C.E.T.I. Send message Joined: 29 Feb 00 Posts: 16019 Credit: 794,685 RAC: 0 |
|
littlegreenmanfrommars Send message Joined: 28 Jan 06 Posts: 1410 Credit: 934,158 RAC: 0 |
This is a total shot in the dark... The server's name is kryten. kryten.berkeley.edu would be what is called a Fully Qualified Domain Name. This is to distinguish it from other servers on the internet that may have the same server name. For example: I had a server named kryten. It was Domain Controller for a home network I called "heffnet". The Fully Qualified Domain Name was kryten.heffnet.local Hazarding a guess, I'd say kryten at Berkeley is ready to have a mobo go down. :( |
Jan Schotsmans Send message Joined: 27 Oct 00 Posts: 98 Credit: 92,693 RAC: 0 |
nobody: The problem there is that "hostname --FQDN" returns hostname instead of the FQDN because its set wrongly in the hosts file. The problem here is that the hostname gets literaly set to "--fqdn" which is a command flag for the command "hostname" to display the FQDN of the system. When the command is wrapped inside a "hostname = $" like the xmailer configs did in the example I posted the hostname literaly gets set to the phrase "--fqdn". |
Misfit Send message Joined: 21 Jun 01 Posts: 21804 Credit: 2,815,091 RAC: 0 |
I spent a chunk of the day today preparing for the boinc.berkeley.edu server OS/RAID overhaul. Do you need me to swing by Einstein again? me@rescam.org |
Dotsch Send message Joined: 9 Jun 99 Posts: 2422 Credit: 919,393 RAC: 0 |
I just rebooted kryten again. It was the usual NFS issue, possibly aggravated by my zombie-result cleanup procedure and the catchup from the past couple days of spotty uptime elsewhere on the network. Do you use AMD or automount for your NFS clients ? |
Dr. C.E.T.I. Send message Joined: 29 Feb 00 Posts: 16019 Credit: 794,685 RAC: 0 |
nobody: The problem there is that "hostname --FQDN" returns hostname instead of the FQDN because its set wrongly in the hosts file. > so whaT is the *exact* problem ? < @ Jan_ thanx 4 thE rEply & wElCoME to thE boards (ps - most of thE *examples* [as in _not_ ] originated from 1995 UC Irvine archive ;) |
Keith T. Send message Joined: 23 Aug 99 Posts: 962 Credit: 537,293 RAC: 9 |
Would this make a difference kryten.berkeley.edu vs kryten.ssl.berkeley.edu (or even kryten.setiweb.ssl.berkeley.edu)? |
littlegreenmanfrommars Send message Joined: 28 Jan 06 Posts: 1410 Credit: 934,158 RAC: 0 |
Would this make a difference kryten.berkeley.edu vs kryten.ssl.berkeley.edu (or even kryten.setiweb.ssl.berkeley.edu)? They would be different machines, as far as networking is concerned. I haven't tried, but it's POSSIBLE that using Virtual Machine or a similar aplication, the same physical computer COULD have two different FQDN's, and therefore appear on two different subnets, but I doubt that would be the case. |
Keith T. Send message Joined: 23 Aug 99 Posts: 962 Credit: 537,293 RAC: 9 |
Would this make a difference kryten.berkeley.edu vs kryten.ssl.berkeley.edu (or even kryten.setiweb.ssl.berkeley.edu)? Thanks LGM, I'm also a "student of IT". I used to work on an ISP helpdesk (Windows/Mac) in London for nearly 4 years dealing with home users. My UNIX knowledge is very slim.
|
Dr. C.E.T.I. Send message Joined: 29 Feb 00 Posts: 16019 Credit: 794,685 RAC: 0 |
might be of interest ? kryten.ssl.berkeley.edu [128.32.18.154] [Connected] Requesting the server's default page. Error retrieving page from server: 10053 error 10053 > Virtual circuit is aborted because of time-out or any other failure. |
n7rfa Send message Joined: 13 Apr 04 Posts: 370 Credit: 9,058,599 RAC: 0 |
Would this make a difference kryten.berkeley.edu vs kryten.ssl.berkeley.edu (or even kryten.setiweb.ssl.berkeley.edu)? The three names could point to 1, 2 or 3 systems with 1, 2 or 3 different IP addresses on 1, 2 or 3 different subnets. I have systems at work that are on 3 different subnets. I have other systems that can be accessed by multiple addresses on the same subnet. I have many more systems that are registered in multiple domains. |
Odysseus Send message Joined: 26 Jul 99 Posts: 1808 Credit: 6,701,347 RAC: 6 |
kryten.berkeley.edu would be what is called a Fully Qualified Domain Name. I believe that should be written “kryten.berkeley.edu.â€Ââ€â€a FQDN is supposed to end with a period, as if to indicate that it belongs to the Universal Domain. |
michael37 Send message Joined: 23 Jul 99 Posts: 311 Credit: 6,955,447 RAC: 0 |
In light of recent issues with kryten, and a backlog of uploads and downloads, could you please extend the deadline? I discovered I had at least 10 or more workunits which were distributed on Feb 4-5th (took them a while to download, due to previous issues). The deadlines were February 9th, and I am still unable to upload those units. |
©2024 University of California
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.