Re: Really strange resolution problems on xorg with a laptop

2009-01-30 Thread Jin Guojun[VFF]

Has this problem been resolved?

I have the same problem for a similar laptop (HP Pavilion dv5120us). 
The X Server 1.4.0 (FreeBSD 6.3-R) works fine, but 1.4.2 (From both 6.4 and 7.1) produce this problem.

My screen is 13.25 inch x 8.25 inch in resolution 1280x800.
The DPI shown in Xorg.0.log is (96, 96), which is correct according to the dpi 
expression listed below.

Only strange # from the Xorg.0.log is the screen size 310 x 21.
The screen size should be 330 x 301, which is corrected stated in xorg.conf.

I wonder if this is a X Server 1.4.2 bug.
Is anyway to correct this problem? or X 1.4.0 has to be used for this 
particular laptop till a new X Server released.

-Jin

- original message -
On Wed, 24 Dec 2008 16:22:40 -0500, Aryeh M. Friedman 
aryeh.fried...@gmail.com wrote:

Polytropon wrote:
 Check the DPI settings from your monitor and if they match the
 settings in xorg.conf. Some programs calculate font sizes
 according to these values.
   
How do I check that...


Eventually there's a setting in /etc/X11/xorg.conf called
DisplaySize that does not match the display size of the
monitor. Take a ruler and check. Then, calculate the dpi
resolution from what the manufacturer says about the amount
of pixels in X and Y (e. g. 1200x800).

   physical pixels x
dpi(x) = -
 display width in inch

and

   physical pixels y
dpi(y) = --
 display height in inch

The dpi resolution chosen by the X server can be determined
by

% grep DPI /var/log/Xorg.0.log

This should match the reality.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Really strange resolution problems on xorg with a laptop

2008-12-25 Thread Jeff Laine
On Wed, Dec 24, 2008 at 04:22:40PM -0500, Aryeh M. Friedman wrote:
 Polytropon wrote:
  On Wed, 24 Dec 2008 11:16:49 -0500, Aryeh M. Friedman 
  aryeh.fried...@gmail.com wrote:

  I have a HP Pavilion dv5000 and any standard xorg app like xterm or
  anything else that comes with xorg seems to work fine but every other X
  application has either HUGE (one character fills the whole screen) fonts
  and/or other weirdness (it could be fonts but who knows) I just did
  a complete reinstall from sources (portmaster) the FB version is
  8-CURRENT (current as of last night) and the ports tree from the same time
  
 
  Check the DPI settings from your monitor and if they match the
  settings in xorg.conf. Some programs calculate font sizes
  according to these values.
 
 
 

 How do I check that... btw your name seems familar ever use a public
 access freebsd machine called m-net?

Maybe this would be useful?

 xdpyinfo | grep -E res|dim 

Helped me in a similar case.


-- 
Best regards,
Jeff

() X-mas ribbon campaign
/\

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Really strange resolution problems on xorg with a laptop

2008-12-24 Thread Aryeh M. Friedman
I have a HP Pavilion dv5000 and any standard xorg app like xterm or
anything else that comes with xorg seems to work fine but every other X
application has either HUGE (one character fills the whole screen) fonts
and/or other weirdness (it could be fonts but who knows) I just did
a complete reinstall from sources (portmaster) the FB version is
8-CURRENT (current as of last night) and the ports tree from the same time

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Really strange resolution problems on xorg with a laptop

2008-12-24 Thread Polytropon
On Wed, 24 Dec 2008 11:16:49 -0500, Aryeh M. Friedman 
aryeh.fried...@gmail.com wrote:
 I have a HP Pavilion dv5000 and any standard xorg app like xterm or
 anything else that comes with xorg seems to work fine but every other X
 application has either HUGE (one character fills the whole screen) fonts
 and/or other weirdness (it could be fonts but who knows) I just did
 a complete reinstall from sources (portmaster) the FB version is
 8-CURRENT (current as of last night) and the ports tree from the same time

Check the DPI settings from your monitor and if they match the
settings in xorg.conf. Some programs calculate font sizes
according to these values.



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Really strange resolution problems on xorg with a laptop

2008-12-24 Thread Aryeh M. Friedman
Polytropon wrote:
 On Wed, 24 Dec 2008 11:16:49 -0500, Aryeh M. Friedman 
 aryeh.fried...@gmail.com wrote:
   
 I have a HP Pavilion dv5000 and any standard xorg app like xterm or
 anything else that comes with xorg seems to work fine but every other X
 application has either HUGE (one character fills the whole screen) fonts
 and/or other weirdness (it could be fonts but who knows) I just did
 a complete reinstall from sources (portmaster) the FB version is
 8-CURRENT (current as of last night) and the ports tree from the same time
 

 Check the DPI settings from your monitor and if they match the
 settings in xorg.conf. Some programs calculate font sizes
 according to these values.



   
How do I check that... btw your name seems familar ever use a public
access freebsd machine called m-net?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Really strange resolution problems on xorg with a laptop

2008-12-24 Thread Polytropon
On Wed, 24 Dec 2008 16:22:40 -0500, Aryeh M. Friedman 
aryeh.fried...@gmail.com wrote:
 Polytropon wrote:
  Check the DPI settings from your monitor and if they match the
  settings in xorg.conf. Some programs calculate font sizes
  according to these values.

 How do I check that...

Eventually there's a setting in /etc/X11/xorg.conf called
DisplaySize that does not match the display size of the
monitor. Take a ruler and check. Then, calculate the dpi
resolution from what the manufacturer says about the amount
of pixels in X and Y (e. g. 1200x800).

   physical pixels x
dpi(x) = -
 display width in inch

and

   physical pixels y
dpi(y) = --
 display height in inch

The dpi resolution chosen by the X server can be determined
by

% grep DPI /var/log/Xorg.0.log

This should match the reality.



 btw your name seems familar ever use a public
 access freebsd machine called m-net?

No, must be somebody else. Name is from Homer's Illias. And,
no, it's not Homer Simpson. :-)



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Resolution problems

2004-09-21 Thread Tom Connolly
I have 8 Megs of RAM and I have set the DefaultDepth to 16 already.

-Original Message-
From: Warren Block [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 20, 2004 6:10 PM
To: Tom Connolly
Cc: FreeBSD_Questions
Subject: Re: Resolution problems

On Mon, 20 Sep 2004, Tom Connolly wrote:

 I am currently running 4.10 with the latest version of xfree86.  My video
 card is an integrated ATI Rage Pro and I can't seem to get resolutions
above
 800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and
I'm
 sure the hardware is capable of this.  I am using the generic ATI driver.
 Could this be my problem?  Any help would be greatly appreciated.

How much video RAM does it have?  If it's only 2M, there's not enough to 
run 1280x1024 at the default 24-bit depth.  If you have 4M, ignore this. 
If not, try explicitly setting

   DefaultDepth 16

in your Screen section, just before any Display subsections.

-Warren Block * Rapid City, South Dakota USA

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Resolution problems

2004-09-20 Thread Tom Connolly
Hello list,

I am currently running 4.10 with the latest version of xfree86.  My video
card is an integrated ATI Rage Pro and I can't seem to get resolutions above
800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and I'm
sure the hardware is capable of this.  I am using the generic ATI driver.
Could this be my problem?  Any help would be greatly appreciated.

 

Thank you,

 

Thomas

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resolution problems

2004-09-20 Thread Fabian Keil
On Monday 20 September 2004 22:17, Tom Connolly wrote:

 I am currently running 4.10 with the latest version of xfree86.  My video
 card is an integrated ATI Rage Pro and I can't seem to get resolutions above
 800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and I'm
 sure the hardware is capable of this.  I am using the generic ATI driver.
 Could this be my problem?  Any help would be greatly appreciated.

How do you try to change the resolution?
Do you just start xfree86 and hit [ctrl] [alt] [+] or have you modified 
/etc/X11/XF86Config?

Any error messages in /var/log/XFree86.0.log?  

Regards
Fabian
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resolution problems

2004-09-20 Thread Kevin D. Kinsey, DaleCo, S.P.
Tom Connolly wrote:
Hello list,
I am currently running 4.10 with the latest version of xfree86.  My video
card is an integrated ATI Rage Pro and I can't seem to get resolutions above
800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and I'm
sure the hardware is capable of this.  I am using the generic ATI driver.
Could this be my problem?  Any help would be greatly appreciated.
 

What Sync/Refresh rates do you have for your monitor in xf86config?
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Resolution problems

2004-09-20 Thread Tom Connolly
I have the resolutions in XF86Config and I've tried using ctrl + alt +
[+/-].  It will only allow 2 resolutions.  I have several in the XF86Config
file.  I haven't checked the log file you mentioned but I will do so.
Actually, as I am new to FreeBSD (UNIX altogether) I didn't realize it
existed.

Thanks Fabian,
Thomas

-Original Message-
From: Fabian Keil [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 20, 2004 3:15 PM
To: [EMAIL PROTECTED]
Cc: Tom Connolly
Subject: Re: Resolution problems

On Monday 20 September 2004 22:17, Tom Connolly wrote:

 I am currently running 4.10 with the latest version of xfree86.  My video
 card is an integrated ATI Rage Pro and I can't seem to get resolutions
above
 800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and
I'm
 sure the hardware is capable of this.  I am using the generic ATI driver.
 Could this be my problem?  Any help would be greatly appreciated.

How do you try to change the resolution?
Do you just start xfree86 and hit [ctrl] [alt] [+] or have you modified
/etc/X11/XF86Config?

Any error messages in /var/log/XFree86.0.log?  

Regards
Fabian

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Resolution problems

2004-09-20 Thread Tom Connolly
My Sync/Refresh rates are consistent with my monitor documentation but
offhand, I'm not sure what they are. I will check when I get on my box.

-Original Message-
From: Kevin D. Kinsey, DaleCo, S.P. [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 20, 2004 3:58 PM
To: Tom Connolly
Cc: FreeBSD_Questions
Subject: Re: Resolution problems

Tom Connolly wrote:

Hello list,

I am currently running 4.10 with the latest version of xfree86.  My video
card is an integrated ATI Rage Pro and I can't seem to get resolutions
above
800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and I'm
sure the hardware is capable of this.  I am using the generic ATI driver.
Could this be my problem?  Any help would be greatly appreciated.
  


What Sync/Refresh rates do you have for your monitor in xf86config?

Kevin Kinsey

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resolution problems

2004-09-20 Thread Warren Block
On Mon, 20 Sep 2004, Tom Connolly wrote:
I am currently running 4.10 with the latest version of xfree86.  My video
card is an integrated ATI Rage Pro and I can't seem to get resolutions above
800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and I'm
sure the hardware is capable of this.  I am using the generic ATI driver.
Could this be my problem?  Any help would be greatly appreciated.
How much video RAM does it have?  If it's only 2M, there's not enough to 
run 1280x1024 at the default 24-bit depth.  If you have 4M, ignore this. 
If not, try explicitly setting

  DefaultDepth 16
in your Screen section, just before any Display subsections.
-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resolution problems

2004-09-20 Thread horio shoichi
On Mon, 20 Sep 2004 14:17:12 -0600
Tom Connolly [EMAIL PROTECTED] wrote:
 Hello list,
 
 I am currently running 4.10 with the latest version of xfree86.  My video
 card is an integrated ATI Rage Pro and I can't seem to get resolutions above
 800 X 600 (at least I think that's what it is).  I want 1280 x 1024 and I'm
 sure the hardware is capable of this.  I am using the generic ATI driver.
 Could this be my problem?  Any help would be greatly appreciated.
 
  
 
 Thank you,
 
  
 
 Thomas
 
  
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Not the answers but hints for display resolution problems.


Google with 'VideoModes.doc' ; will lead you to Eric Raymond's famous tutorial.

If that's not enough google with 'Eric Raymond diplay resolution' ; same
but with more examples.


horio shoichi

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resolution problems

2004-09-20 Thread Kevin D. Kinsey, DaleCo, S.P.
Tom Connolly wrote:
My Sync/Refresh rates are consistent with my monitor documentation but
offhand, I'm not sure what they are. I will check when I get on my box.
 

I found out last night (celebrating one year of FBSD on the desktop)
that I could gain a higher resolution by increasing those numbers.
YMMV, and there are some warnings that probably have merit, or
they wouldn't be warning us, right? include #disclaimer.h
Here's what I did.
1.  Save/close everthing on the desktop.
2.  Switch to console on ttyv1, edit Xf86config, raising top of 
sync/refresh ranges.
3.  kill -HUP {pid of Xfree86} ... system would send me to ttyv0 (GUI).
4.  If monitor complains out of range, switch to ttyv1 again...
5.  edit Xf86config, *lowering* sync/refresh ranges.
6.  Back to step #3

After several loops, I got a display back on ttyv0, and logged in
to GNOME (environment of choice), which now allows me to choose
at least 1280x1024 ... quid pro quo:  I chose a higher res [1600x1200]
in GNOME, once since then, and had to salvage the session on ttyv1
'cause GNOME didn't reset things automagically...fortunately no big
files unsaved there
YMMV, of course.
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resolution problems in x and CLI

2003-12-07 Thread Chris Hill
On Sat, 6 Dec 2003, Minnesota Slinky wrote:

 I’ve got a couple of questions regarding resolutions.  First, is there
 a way to increase/decrease the resolution of the CLI interface?

I don't know how to do this, but I'm sure someone here does.

 My next question refers to xfree86.  Part of my log file seems to
 indicate X is running at 640x480, and another seems to indicate
 1024x768.  Is there a way I can test this for sure?

From an xterm, type xdpyinfo - it will tell you more than you wanted to
know, including your screen resolution.

HTH.

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resolution problems in x and CLI

2003-12-07 Thread Matthew Seaman
On Sun, Dec 07, 2003 at 11:00:24AM -0500, Chris Hill wrote:
 On Sat, 6 Dec 2003, Minnesota Slinky wrote:
 
  I’ve got a couple of questions regarding resolutions.  First, is there
  a way to increase/decrease the resolution of the CLI interface?
 
 I don't know how to do this, but I'm sure someone here does.

vidcontrol(1)

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


RE: Resolution problems in x and CLI

2003-12-07 Thread Thomas Lippert
on Dec 2003 22:03:14 -0800 (PST) Minnesota Slinky wrote:
Hello all,
I’ve got a couple of questions regarding resolutions. 
First, is there a way to increase/decrease the
resolution of the CLI interface? I’ve got a laptop
that only seems to use the center 1/3 of the screen,
I’m thinking 640x480, where my native resolution is
1024x768.
Personally i had to turn on the bios to what was called LCD
expansion doesn't effect the real resolution but it does 
scale the display. I couldn't change the resolution of the
console, though it is in general possible.
 
My next question refers to xfree86. Part of my log
file seems to indicate X is running at 640x480, and
another seems to indicate 1024x768. Is there a way I
can test this for sure?
Try adding a modes 1024x768 under one of the color
depths sections and a default depth to point to that depth. 
 
TIA
Eric F Crist
President
AdTech Integrated Systems, Inc
(612) 998-3588
-
Hope that helps,
Thomas
$clever_quote = $quote + $cleverness

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Resolution problems in x and CLI

2003-12-06 Thread Minnesota Slinky
Hello all,

 

I’ve got a couple of questions regarding resolutions. 
First, is there a way to increase/decrease the
resolution of the CLI interface?  I’ve got a laptop
that only seems to use the center 1/3 of the screen,
I’m thinking 640x480, where my native resolution is
1024x768.

 

My next question refers to xfree86.  Part of my log
file seems to indicate X is running at 640x480, and
another seems to indicate 1024x768.  Is there a way I
can test this for sure?

 

TIA

 

Eric F Crist

President

AdTech Integrated Systems, Inc

(612) 998-3588

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dns resolution problems

2002-11-11 Thread Per olof Ljungmark
Peter Schoenmaker wrote:


I am having problems resolving hosts with freebsd.  Specificly i have
problems resolving hosts @ united airlines.  These include www.ual.com,
www.united.com, www.ua2go.com, www.itn.net.  Some of them use different
dns servers but they still have the problem.  I have tried to look into
the problem but can't find it.  The problem doesn't occur on solaris
2.8/2.9, or windows.  I am running FreeBSD 4.7 RELEASE, and the box
is not behind a firewall.  I have tried having the box resolve again
multiple DNS servers with the same result.  Does anyone have any ideas,
or are experiencing the same problem?

peter



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Have similar problems here with own servers. For example, www.ual.com 
does not resolve but ual.com does. Have no explanation at the moment 
though. Servers are OpenBSD running BIND-8.

bash# dig www.ual.com

;  DiG 2.2  www.ual.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 38129
;; flags: qr rd ra; Ques: 1, Ans: 0, Auth: 0, Addit: 0
;; QUESTIONS:
;;  www.ual.com, type = A, class = IN

;; Total query time: 1 msec
;; FROM: as9-2-1.bi.s.bonet.se to SERVER: default -- 127.0.0.1
;; WHEN: Mon Nov 11 21:27:48 2002
;; MSG SIZE  sent: 29  rcvd: 29

bash# dig ual.com

;  DiG 2.2  ual.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 55825
;; flags: qr rd ra; Ques: 1, Ans: 1, Auth: 7, Addit: 7
;; QUESTIONS:
;;  ual.com, type = A, class = IN

;; ANSWERS:
ual.com.246 A   64.95.89.20

;; AUTHORITY RECORDS:
ual.com.246 NS  gw.ual.com.
ual.com.246 NS  auth100.ns.uu.net.
ual.com.246 NS  auth110.ns.uu.net.
ual.com.246 NS  swhqswd1.ual.com.
ual.com.246 NS  swhqswd2.ual.com.
ual.com.246 NS  swhqswd3.ual.com.
ual.com.246 NS  swhqswd4.ual.com.

;; ADDITIONAL RECORDS:
gw.ual.com. 172130  A   161.215.19.154
auth100.ns.uu.net.  172131  A   198.6.1.202
auth110.ns.uu.net.  137699  A   198.6.1.114
swhqswd1.ual.com.   247 A   161.215.38.8
swhqswd2.ual.com.   247 A   161.215.38.9
swhqswd3.ual.com.   247 A   161.215.38.30
swhqswd4.ual.com.   247 A   161.215.38.31

;; Total query time: 4 msec
;; FROM: as9-2-1.bi.s.bonet.se to SERVER: default -- 127.0.0.1
;; WHEN: Mon Nov 11 21:28:07 2002
;; MSG SIZE  sent: 25  rcvd: 31



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


RE: dns resolution problems

2002-11-11 Thread Charles Pelletier
are you absolutely sure your DNS info is correct? need current information:
what is your service provider?
what are the DNS numbers you are currently using?
are there any other errors that you receive?

from the information you have given, everything points towards bad DNS info,
but, as you are positive it is NOT bad DNS info, please post your
/etc/resolv.conf as you currently have it.


Charles Pelletier
Tech. Coordinator
St Luke's School
Irving, TX

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Peter
Schoenmaker
Sent: Monday, November 11, 2002 2:38 PM
To: Miroslav Pendev
Cc: freebsd-questions
Subject: Re: dns resolution problems


On Mon, Nov 11, 2002 at 02:28:41PM -0500, Miroslav Pendev wrote:
 Hi Peter

  I am having problems resolving hosts with freebsd.

 It looks to me as the DNS servers in your /etc/resolv.conf
 are not working well...

I have used multiple different name servers and have used the same
name server on windows, solaris, and freebsd.


  Specificly i have
  problems resolving hosts @ united airlines.  These include www.ual.com,
  www.united.com, www.ua2go.com, www.itn.net.  Some of them use different
  dns servers but they still have the problem.  I have tried to look into
  the problem but can't find it.  The problem doesn't occur on solaris
  2.8/2.9, or windows.

 Probably because the other boxes use diferent DNS servers. Try to use
 the same DNS servers on the FreeBSD box.

configured with the same nameservers.

peter


  I am running FreeBSD 4.7 RELEASE, and the box
  is not behind a firewall.  I have tried having the box resolve again
  multiple DNS servers with the same result.  Does anyone have any ideas,
  or are experiencing the same problem?
 
  peter

 I have FreeBSD 4.7 RELEASE and I can resolve all of these without
 a problem.

 Sometimes if there is a DNS problem (or change) win box can still resolv
 old IP, because of the DNS cash... until you reboot the system.

 To think that FreeBSD itself have something to do with this problem
 is ridiculous :-)

 Miro

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: dns resolution problems

2002-11-11 Thread Peter Schoenmaker
.  There are sometimes
// unobvious pitfalls.  Setting up a secondary is comparably simpler.
//
// NB: Don't blindly enable the examples below. :-)  Use actual names
// and addresses instead.
//
// NOTE!!! FreeBSD can run bind in a sandbox (see named_flags in rc.conf).
// The directory containing the secondary zones must be write accessible 
// to bind.  The following sequence is suggested:
//
//  mkdir /etc/namedb/s
//  chown bind:bind /etc/namedb/s
//  chmod 750 /etc/namedb/s

zone lugs.com in {
type master;
notify no;
file master/lugs.com;
};

/*
zone domain.com {
type slave;
file s/domain.com.bak;
masters {
192.168.1.1;
};
};

zone 0.168.192.in-addr.arpa {
type slave;
file s/0.168.192.in-addr.arpa.bak;
masters {
192.168.1.1;
};
};
*/


 
 
 Charles Pelletier
 Tech. Coordinator
 St Luke's School
 Irving, TX
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Peter
 Schoenmaker
 Sent: Monday, November 11, 2002 2:38 PM
 To: Miroslav Pendev
 Cc: freebsd-questions
 Subject: Re: dns resolution problems
 
 
 On Mon, Nov 11, 2002 at 02:28:41PM -0500, Miroslav Pendev wrote:
  Hi Peter
 
   I am having problems resolving hosts with freebsd.
 
  It looks to me as the DNS servers in your /etc/resolv.conf
  are not working well...
 
 I have used multiple different name servers and have used the same
 name server on windows, solaris, and freebsd.
 
 
   Specificly i have
   problems resolving hosts @ united airlines.  These include www.ual.com,
   www.united.com, www.ua2go.com, www.itn.net.  Some of them use different
   dns servers but they still have the problem.  I have tried to look into
   the problem but can't find it.  The problem doesn't occur on solaris
   2.8/2.9, or windows.
 
  Probably because the other boxes use diferent DNS servers. Try to use
  the same DNS servers on the FreeBSD box.
 
 configured with the same nameservers.
 
 peter
 
 
   I am running FreeBSD 4.7 RELEASE, and the box
   is not behind a firewall.  I have tried having the box resolve again
   multiple DNS servers with the same result.  Does anyone have any ideas,
   or are experiencing the same problem?
  
   peter
 
  I have FreeBSD 4.7 RELEASE and I can resolve all of these without
  a problem.
 
  Sometimes if there is a DNS problem (or change) win box can still resolv
  old IP, because of the DNS cash... until you reboot the system.
 
  To think that FreeBSD itself have something to do with this problem
  is ridiculous :-)
 
  Miro
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: dns resolution problems

2002-11-11 Thread Kevin Stevens

On Monday, Nov 11, 2002, at 13:04 US/Pacific, Peter Schoenmaker wrote:


On Mon, Nov 11, 2002 at 02:54:57PM -0600, Charles Pelletier wrote:

are you absolutely sure your DNS info is correct? need current 
information:
what is your service provider?

verio


what are the DNS numbers you are currently using?


Verio's servers seem to be confused, they didn't work for me either.  I 
then switched over to ns1.earthlink.net (I can remember that so I use 
it for tests like this) and it resolved the www.ual.com address fine.

KeS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message