jdaues writes:
> All my internet connections are working now, thanks to resolvconf (and
> to Jhair)
Good to know :)
Have fun,
--
-- Jhair
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
All my internet connections are working now, thanks to resolvconf (and
to Jhair)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Wed, Jan 10, 2007 at 11:34:46PM +0100, Jhair Tocancipa Triana wrote:
> jdaues writes:
>
> > So I installed resolvconf, and then reentered the values for the
> > network. I rebooted and now resolv.conf is this:
>
> > # Dynamic resolv.conf(5) file for glibc resolver(3) generated by
> > resolvco
On Wed, Jan 10, 2007 at 05:48:47PM -0600, John Hasler wrote:
> If you have the zeroconf package installed, remove it. Remove resolvconf
> as well. You don't need it.
to clarify... if youhave the zeroconf package that is probably what is
over-riding your resolv.conf. if you also remove resolvconf
If you have the zeroconf package installed, remove it. Remove resolvconf
as well. You don't need it.
--
John Hasler
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
jdaues writes:
> I read the man page. it gives no hint as to the syntax. I see nothing
> on the internets about this either. I can only guess maybe this:
> domain 123.45.67.8 91.23.456.78
> or
> dns 123.45.67.8 91.23.456.78
> Are either of these correct?
The syntax is the same as the one desc
I read the man page. it gives no hint as to the syntax. I see nothing
on the internets about this either. I can only guess maybe this:
domain 123.45.67.8 91.23.456.78
or
dns 123.45.67.8 91.23.456.78
Are either of these correct?
Jhair Tocancipa Triana wrote:
jdaues writes:
So I installed
jdaues writes:
> So I installed resolvconf, and then reentered the values for the
> network. I rebooted and now resolv.conf is this:
> # Dynamic resolv.conf(5) file for glibc resolver(3) generated by
> resolvconf(8)
> #DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
> Ther
So I installed resolvconf, and then reentered the values for the
network. I rebooted and now resolv.conf is this:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by
resolvconf(8)
#DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
There is no mention of glibc
jdaues writes:
> The etc/resolv.conf file is being written over when i reboot.
> I have setup for static ip address, NOT dhcp. The outside word sees
> the static ip address, and inside on the NAT, each machine is
> 192.168.0.x. In KDE, System -> Networking, I set up the ip address,
> subnet mask
Matthew Cross wrote:
> This problem can also be resolved using dhclient by putting the following
> into your /etc/dhclient.conf file
>
> supersede domain-name "[yourdomain.com]"
>
> You then can run dhclient again to renew your lease and you will see the
> trailing /000 disappear from your /etc/r
This problem can also be resolved using dhclient by putting the following
into your /etc/dhclient.conf file
supersede domain-name "[yourdomain.com]"
You then can run dhclient again to renew your lease and you will see the
trailing /000 disappear from your /etc/resolv.conf file.
--Matt
___
The following change in /etc/dhclient-script will strip the \000 from
the domain line in resolv.conf
make_resolv_conf() {
# echo search $new_domain_name >/etc/resolv.conf
echo search $new_domain_name | sed -e 's/\\000$//' >/etc/resolv.conf
Sincerely,
Richard Black
http://www.cpqlinux.com/sitema
On Thu, Aug 28, 2003 at 02:06:57PM -0400, Victory wrote:
| I setup my machine as a dhcp client, once in a while
| it add 000 to the end of search entry in "resolv.conf" file
| i.e "search mydomain.com\000" and it causing machine can not
| ping other machine by name,
| Where're these number 000 co
On Thu, 2003-08-28 at 13:06, Victory wrote:
> I setup my machine as a dhcp client, once in a while
> it add 000 to the end of search entry in "resolv.conf" file
> i.e "search mydomain.com\000" and it causing machine can not
> ping other machine by name,
> Where're these number 000 come from and h
15 matches
Mail list logo