LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 07-18-2014, 06:02 PM   #1
turboscrew
Member
 
Registered: Apr 2009
Location: Nokia (town), Finland
Distribution: Mint, Debian
Posts: 601

Rep: Reputation: 46
Does anyone know about lxr.linux.no


I've used it quite lot in the past, but it seems to be slow and often not even accessible. What has happened to it?

I'm aware about lxr.free-electrons.com. Is there a relation between the two?
 
Old 07-18-2014, 07:55 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
I was not able to connect to lxr.linux.no, while lxr.free-electrons.com loaded flawlessly (I did like the geeky index page!). A little work with dig and an IP lookup site told me this.


Code:
$ dig lxr.free-electrons.com

; <<>> DiG 9.9.5-4-Debian <<>> lxr.free-electrons.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53918
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;lxr.free-electrons.com.                IN      A

;; ANSWER SECTION:
lxr.free-electrons.com. 19159   IN      A       91.121.45.118

;; Query time: 0 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Fri Jul 18 20:38:48 EDT 2014
;; MSG SIZE  rcvd: 56

$ dig lxr.linux.no

; <<>> DiG 9.9.5-4-Debian <<>> lxr.linux.no
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60130
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;lxr.linux.no.                  IN      A

;; ANSWER SECTION:
lxr.linux.no.           267     IN      A       87.238.46.5

;; Query time: 0 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Fri Jul 18 20:39:16 EDT 2014
;; MSG SIZE  rcvd: 46

lxr.linux.no at IP 87.238.46.5 is assigned to Norway.

lxr.free-electrons.com at IP 91.121.45.118 is assigned to France.

Nevertheless, they both are served by a machine identified as 192.168.2.1#53(192.168.2.1).

I don't think answers your questions, but I had fun mucking about with it.
 
Old 07-19-2014, 05:03 PM   #3
turboscrew
Member
 
Registered: Apr 2009
Location: Nokia (town), Finland
Distribution: Mint, Debian
Posts: 601

Original Poster
Rep: Reputation: 46
Quote:
Originally Posted by frankbell View Post
I was not able to connect to lxr.linux.no, while lxr.free-electrons.com loaded flawlessly (I did like the geeky index page!). A little work with dig and an IP lookup site told me this.


Code:
$ dig lxr.free-electrons.com

; <<>> DiG 9.9.5-4-Debian <<>> lxr.free-electrons.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53918
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;lxr.free-electrons.com.                IN      A

;; ANSWER SECTION:
lxr.free-electrons.com. 19159   IN      A       91.121.45.118

;; Query time: 0 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Fri Jul 18 20:38:48 EDT 2014
;; MSG SIZE  rcvd: 56

$ dig lxr.linux.no

; <<>> DiG 9.9.5-4-Debian <<>> lxr.linux.no
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60130
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;lxr.linux.no.                  IN      A

;; ANSWER SECTION:
lxr.linux.no.           267     IN      A       87.238.46.5

;; Query time: 0 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Fri Jul 18 20:39:16 EDT 2014
;; MSG SIZE  rcvd: 46

lxr.linux.no at IP 87.238.46.5 is assigned to Norway.

lxr.free-electrons.com at IP 91.121.45.118 is assigned to France.

Nevertheless, they both are served by a machine identified as 192.168.2.1#53(192.168.2.1).

I don't think answers your questions, but I had fun mucking about with it.
Are you sure that the address 192.168.2.1 is not your router's address?
Anyway, the sites don't seem to be related. Thanks.
I was wondering if the lxr.linux.no is moving to lxr.free-electrons.com.

Last edited by turboscrew; 07-19-2014 at 05:06 PM.
 
Old 07-19-2014, 09:06 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Quote:
Are you sure that the address 192.168.2.1 is not your router's address?
It is indeed. I am not a dig expert; it's possible that dig thinks my router is the server. I just got the same entry in a dig on Yahoo, so, thanks, you've taught me something.
 
Old 07-19-2014, 09:35 PM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,124

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
I haven't had decent response from lxr.linux.no for months - usually no response at all.
 
Old 02-03-2015, 09:16 PM   #6
codegrep
LQ Newbie
 
Registered: Feb 2015
Distribution: ubuntu
Posts: 2

Rep: Reputation: Disabled
an alternative

Try out an alternative here. Feel free to let me know any feedback.

https://code-grep.com/view/project/5...linux-3.19-rc2
 
Old 03-16-2015, 08:19 PM   #7
turboscrew
Member
 
Registered: Apr 2009
Location: Nokia (town), Finland
Distribution: Mint, Debian
Posts: 601

Original Poster
Rep: Reputation: 46
Hey! lxr.linux.no is there again.

(Is this thread too old to be marked as solved? There is no such option in thread tools.)

Last edited by turboscrew; 03-16-2015 at 08:22 PM.
 
Old 03-18-2015, 07:46 AM   #8
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
Quote:
Originally Posted by turboscrew View Post
Hey! lxr.linux.no is there again.

(Is this thread too old to be marked as solved? There is no such option in thread tools.)
Threads in <General> can't be marked as "Solved."
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help wanted: Any one knows how to setup LXR in Montreal Canada? xlu2000 Linux - Software 0 10-05-2011 02:23 PM
Any Source Code Browser as LXR? xlu2000 Linux - Software 0 09-21-2011 06:39 PM
LXR ((Linux Cross Referencer) alternative for CentOS Lantzvillian Linux - Software 15 07-08-2008 06:49 PM
Help with makefile for LXR d98rolb Linux - General 0 10-13-2005 01:44 PM
LXR code crossreference tool klopex Programming 0 11-23-2004 03:57 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 01:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration