Re: Re: Problem to resolv many hosts

2017-12-15 Thread Tiago Oliveira de Jesus
Hi! Thanks for help! I found problem... is something on my ISP.. This is a little local ISP provider, using radios to share internet, and after changes at few days, this problem happened. They are investigating. [] s

Re: Problem to resolv many hosts

2017-12-15 Thread deloptes
Tiago Oliveira de Jesus wrote: > I'm stel trying find... but, if having help is better what is your setup? Do you have local DNS (looks like 127.0.0.1)? On local do you have bind? and how is it configured? I had similar issues and I moved the router dns down the dns list and put the external dns

Re: Problem to resolv many hosts

2017-12-15 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Hello Tiago!!! In Article , Tiago Oliveira de Jesus writes: > All ok, but now: > > *root@bkp2:~# host www.walmart.com.br* > ;; connection timed out; no servers could be reached (precise)soyeomul@localhost:~$ cat /etc/resolv.conf nameserver 192.168.43.1 options single-request timeout:1 attempts

Problem to resolv many hosts

2017-12-14 Thread Tiago Oliveira de Jesus
Hi all! First, sorry my bad english.. I'm a old Debian user, and from some days, i note problem to access some sites (big sites!) from Brasil.. And, today, i looking better this problem, and see is occourred on DNS name resolution: This tests do at fresh machine install using Debian 9: *ro

Re: Squeeze: Possible? Don't resolv NFS Links/path

2011-09-08 Thread Denny Schierz
hi, Am Donnerstag, den 08.09.2011, 11:30 +0100 schrieb Darac Marjal: > Presumably you have a symlink such as: > /home/foobar -> /nethome/disc01/users/homes/foobar > > You could try using pam-mount to create a bind mount in /home/$user. I'm not sure, if it fits for ~2000 students ... but intere

Squeeze: Possible? Don't resolv NFS Links/path

2011-09-08 Thread Denny Schierz
hi, We have the NFS homes on something like: /nethome/disc01/users/homes/foobar /nethome/disc02/users/homes/bla /nethome/disc03/users/homes/golem and a special mountpoint for /home, that contains links to the real homepath: pwd shows "/nethome/disc02/users/homes/bla" instead of /home/bla. But n

How to resolv samba server names when using Ad-Hoc

2007-12-08 Thread Jabka Atu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello,.. maybe this is the wrong place i will be glad if it will be forwarded to the correct place. On my lpatop i have samba shares (Debian Testing) and the configuration is here : [CODE][global] workgroup = MSHOME netbios name = acerium security

Re: Wget don't resolv hostnames?

2007-08-18 Thread Orestes leal
On Sat, 18 Aug 2007 14:22:42 -0400 Orestes leal <[EMAIL PROTECTED]> wrote: > Hi Folks, I ran wget in my system but when i try to get one file > for example > > > wget --server-response http://www.server.com/fichero.xml > --14:15:06-- http://www.server.com/fichero.xml >=> `fiche

Wget don't resolv hostnames?

2007-08-18 Thread Orestes leal
Hi Folks, I ran wget in my system but when i try to get one file for example wget --server-response http://www.server.com/fichero.xml --14:15:06-- http://www.server.com/fichero.xml => `fichero.xml' Resolving www.server.com... " ""And stays there with this message. Resolving

Re: resolv gets wacked after reboots

2005-07-13 Thread Thomas Hood
Package: resolvconf Version: 1.29 Severity: important Yes, there is a bug in resolvconf's removal logic. The problem is that /etc/resolvconf/run/resolv.conf resides on a volatile filesystem and is therefore empty after boot until something writes to it. If the resolvconf package is removed then

Re: resolv gets wacked after reboots

2005-07-12 Thread John Hasler
Bob Proulx writes: > If so then it needs to be purged to remove the configuration files. However, if it left behind scripts that are being executed at boot it is buggy. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Re: resolv gets wacked after reboots

2005-07-12 Thread Bob Proulx
Curtis Vaughan wrote: > John Hasler wrote: > >Remove the resolvconf package and make sure the link is removed as > >well. > > Resolvconf is not installed. Maybe it was at one time though. Perhaps it has left configuration files behind. dpkg -l resolvconf Does it say 'rc' as status? dpkg

Re: resolv gets wacked after reboots

2005-07-12 Thread John Hasler
Curtis Vaughan wrote: > I noticed that in /etc/network/if-up.d there is a script 000resolvconf > and in /etc/network/if-down.d there is a script resolvconf. The latter > looks like it clears the resolv.conf file, while the former sets it up. Those scripts are part of the resolvconf package. Remov

Re: resolv gets wacked after reboots

2005-07-12 Thread Curtis Vaughan
On 12 juil. 05, at 12:18, John Hasler wrote: Curtis Vaughan writes: The only thing different about this computer compared to the rest is that the /etc/resolv.conf is a link to /etc/resolvconf/run/ resolv.conf and I don't know why. Remove the resolvconf package and make sure the link is

Re: resolv gets wacked after reboots

2005-07-12 Thread Thomas Hood
On Tue, 12 Jul 2005 11:59:37 -0700, Curtis Vaughan wrote: > What is going on? You have the resolvconf package installed and haven't set it up. Either remove the package or read /usr/share/doc/resolvconf/README.gz. (You probably need "dns-nameservers" options in /etc/network/interfaces.) -- Thoma

Re: resolv gets wacked after reboots

2005-07-12 Thread John Hasler
Curtis Vaughan writes: > The only thing different about this computer compared to the rest is that > the /etc/resolv.conf is a link to /etc/resolvconf/run/ resolv.conf and I > don't know why. Remove the resolvconf package and make sure the link is removed as well. -- John Hasler -- To UNSUBSCR

Re: resolv gets wacked after reboots

2005-07-12 Thread Curtis Vaughan
In addition to what I've written already: I noticed that in /etc/network/if-up.d there is a script 000resolvconf and in /etc/network/if-down.d there is a script resolvconf. The latter looks like it clears the resolv.conf file, while the former sets it up. I changed the mode on these from 755

resolv gets wacked after reboots

2005-07-12 Thread Curtis Vaughan
On one Debian server (and only on one of several that we have - all being sarge) after every reboot, the resolv.conf file is empty. The only thing different about this computer compared to the rest is that the /etc/resolv.conf is a link to /etc/resolvconf/run/ resolv.conf and I don't know wh

Resolv conf not working with dialup connection (testing)

2003-08-14 Thread Kieren Diment
I did apt-get dist-upgrade to testing this morning, and now when I connect to the net using wvdial, the dns entries in resolv.conf are not updating. This leaves me without a useful net conneciton ( I can get out by numerical ip address, but this is not terribly useful). Any help in remedying this

Re: Soundmixers all mixed up... :( How do I resolv?

2002-11-17 Thread Hubert Chan
> "Pontus" == Pontus Edvardsson <[EMAIL PROTECTED]> writes: [...] Pontus> Trying to start a mix I get the following error: Pontus> amixer: Mixer attach default error: No such file or directory This is unrelated to having other mixers installed. This means that either the sound modules are n

Re: Soundmixers all mixed up... :( How do I resolv?

2002-11-17 Thread Shawn Lamson
--- Shawn Lamson <[EMAIL PROTECTED]> wrote: > > --- Pontus Edvardsson <[EMAIL PROTECTED]> wrote: > > On Sun, 17 Nov 2002 06:24:34 -0800 (PST) > > Shawn Lamson <[EMAIL PROTECTED]> wrote: > > > > > --- Pontus Edvardsson <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > > > > > I use Sarge, kerne

Re: Soundmixers all mixed up... :( How do I resolv?

2002-11-17 Thread Shawn Lamson
--- Pontus Edvardsson <[EMAIL PROTECTED]> wrote: > On Sun, 17 Nov 2002 06:24:34 -0800 (PST) > Shawn Lamson <[EMAIL PROTECTED]> wrote: > > > --- Pontus Edvardsson <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > I use Sarge, kernel 2.5.44 and Alsa compiled in. Thats mainly > > > because the a

Re: Soundmixers all mixed up... :( How do I resolv?

2002-11-17 Thread Pontus Edvardsson
On Sun, 17 Nov 2002 06:24:34 -0800 (PST) Shawn Lamson <[EMAIL PROTECTED]> wrote: > --- Pontus Edvardsson <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I use Sarge, kernel 2.5.44 and Alsa compiled in. Thats mainly > > because the alsa modules available in Debian didn't work well with > > my sound

Re: Soundmixers all mixed up... :( How do I resolv?

2002-11-17 Thread Shawn Lamson
--- Pontus Edvardsson <[EMAIL PROTECTED]> wrote: > Hi all, > > I use Sarge, kernel 2.5.44 and Alsa compiled in. Thats mainly because > the alsa modules available in Debian didn't work well with my > soundcard, > an ICH2 on an ASUS P4B mobo, ( 82801BA/BAM AC'97 Audio (rev 05) > > What happens is t

Soundmixers all mixed up... :( How do I resolv?

2002-11-17 Thread Pontus Edvardsson
Hi all, I use Sarge, kernel 2.5.44 and Alsa compiled in. Thats mainly because the alsa modules available in Debian didn't work well with my soundcard, an ICH2 on an ASUS P4B mobo, ( 82801BA/BAM AC'97 Audio (rev 05) What happens is that instead of amixer that I'm used to configure alsa with, aumix

hosts, resolv setup?

2001-02-15 Thread Svante Signell
Can someone explain to me how to set up /etc/hosts and /etc/resolv.conf for ssh (and similar programs) _not_ to search for my local network host names using the external nameservers in resolv.conf? The local network is built up with NICs. I'm not using bind on my debian host. It's installed on th

apt is unable to resolv zlib1g->libc6 dependecy

1999-11-16 Thread Peter Schuller
Hello, in preparation for an "apt-get disp-upgrade" I will be making soon, I did an "apt-get -s disp-upgrade", because I wanted to see what it would do. However, it complained about a few dependency problems, which I fixed, except for one thing. It says zlib1g depends on libc6. This is a hamm sys

Re: Squid (suddenly) does not resolv local hostnames

1999-10-13 Thread Craig Sanders
On Wed, Oct 13, 1999 at 12:53:06AM +0200, Laurent Martelli wrote: > I'm having a strange problem with squid. It suddenly does not resolv > local hostnames which are not in /etc/hosts. > > For instance, if I try to browse www with "lynx http://www/";, it says: > &g

Squid (suddenly) does not resolv local hostnames

1999-10-12 Thread Laurent Martelli
I'm having a strange problem with squid. It suddenly does not resolv local hostnames which are not in /etc/hosts. For instance, if I try to browse www with "lynx http://www/";, it says: The requested URL could not be retrieved

Re: WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-26 Thread john
I wrote: > This implies that 'host' deals only in names and would therefor make 'host > 127.0.0.1' undocumented behavior. However, the man page also says: > ... > This, on the other hand, implies that 'host' does deal in IP addresses. > Looks like a bug in the man page. Adam Shand writes: > this

Re: WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-25 Thread Adam Shand
> This implies that 'host' deals only in names and would therefor make 'host > 127.0.0.1' undocumented behavior. However, the man page also says: > This, on the other hand, implies that 'host' does deal in IP addresses. > Looks like a bug in the man page. this is a little old (i've been lazy

Re: WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-16 Thread john
Adrian writes: > It's wierder than that as someone at IBM pointed out - "host 127.0.0.1" > _does_ read /etc/hosts, but "host localhost" doesn't. Strange. >From the man page: host [-v] [-a] [-t querytype] [options] name [server] ... ... host looks for information about

Re: WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-16 Thread Adrian Bridgett
On Fri, Aug 14, 1998 at 01:40:10PM -0400, Michael Stone wrote: > Quoting Robert J. Alexander ([EMAIL PROTECTED]): > > The debugging I and a friend in IBM have been doing seem to pinpoint the > > resolver problems I had to the release of libc6 we just both upgraded > > to: > > Version: 2.0.7t-1 > >

Re: WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-15 Thread Michael Stone
Quoting Robert J. Alexander ([EMAIL PROTECTED]): > If you do a "strace 127.0.0.1" you will see that the host command > command used in this way WILL take a look to your /etc/nsswitch.conf > file and if the latter has a hosts: files,dns line in it, will open > your /etc/hosts file, read from it and

Re: WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-15 Thread Robert J. Alexander
Michael Stone wrote: > > That is the correct behavior. The host program only queries DNS servers; > it does not consult the local host table. You can try pinging a hostname > in the host table to see if it resolves. > Well let's try to close this issue once for all to everybody's relief. First

Re: WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-14 Thread john
Robert J. Alexander writes: > The debugging I and a friend in IBM have been doing seem to pinpoint the > resolver problems I had to the release of libc6 we just both upgraded to: > Version: 2.0.7t-1 > with this installed even if your /etc/nsswitch.conf and your /host.conf > files point to /etc/hos

Re: WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-14 Thread Michael Stone
Quoting Robert J. Alexander ([EMAIL PROTECTED]): > The debugging I and a friend in IBM have been doing seem to pinpoint the > resolver problems I had to the release of libc6 we just both upgraded > to: > Version: 2.0.7t-1 > > with this installed even if your /etc/nsswitch.conf and your > /host.con

WARNING : libc6 Version: 2.0.7t-1 breaks resolv routines

1998-08-14 Thread Robert J. Alexander
The debugging I and a friend in IBM have been doing seem to pinpoint the resolver problems I had to the release of libc6 we just both upgraded to: Version: 2.0.7t-1 with this installed even if your /etc/nsswitch.conf and your /host.conf files point to /etc/hosts, the host command never even tries

resolv+

1998-01-23 Thread Ulisses Alonso Camaro
Hi again, the resov+ library: is used also for incomming packets? so If I put "nospoof on" it will check if IP and and DNS adress conicides? Thanks in advance, Ulisses -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EM