Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk
To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk
You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."
Today's Topics:
1. Re: Slightly less mysterious DNS problem (Keith Edmunds)
2. 19-inch VGA CRT monitor needs a new home (John Honniball)
3. Re: LUG Meeting this Saturday 25/10/14 (John Honniball)
4. Re: LUG Meeting this Saturday 25/10/14 (david)
5. Re: Slightly less mysterious DNS problem (Y Martin)
6. Re: Slightly less mysterious DNS problem (Y Martin)
----------------------------------------------------------------------
Message: 1
Date: Wed, 22 Oct 2014 19:58:35 +0100
From: Keith Edmunds <kae@midnighthax.com>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID: <20141022195835.69f20138@ws.the.cage>
Content-Type: text/plain; charset=US-ASCII
On Wed, 22 Oct 2014 09:34:29 +0000, ym2013@riseup.net said:
> sudo grep -sxRil "10.42." /var/log/
Why are you including the -x option in your grep command? You may want to
run without it.
--
Linux for Web Devlopers - 15 Mistakes to Avoid: http://goo.gl/2SKjYL
"You can't live a perfect day without doing something for someone
who will never be able to repay you."
------------------------------
Message: 2
Date: Wed, 22 Oct 2014 22:26:29 +0100
From: John Honniball <coredump@gifford.co.uk>
To: Bristol UK Hackspace <hackspacebristol@lists.aktivix.org>, Bristol
and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] 19-inch VGA CRT monitor needs a new home
Message-ID: <54482105.7000800@gifford.co.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I need to find a new home for a Samsung SyncMaster 957DF.
It's a fine VGA monitor with a flat-screen CRT. It's
big and heavy. Maximum resolution is 1920x1440 at 64Hz.
The only possible advantage that I can think of
over an LCD is that nobody will pinch it off your desk!
Free to collector, in Stoke Gifford, north Bristol. I could
drop off locally if needed.
--
John Honniball
------------------------------
Message: 3
Date: Wed, 22 Oct 2014 22:37:53 +0100
From: John Honniball <coredump@gifford.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] LUG Meeting this Saturday 25/10/14
Message-ID: <544823B1.6000102@gifford.co.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 22/10/2014 09:43, david wrote:
> John
> Do you still have an excess of 12v 1amp PSU's?
Yes! How many do you need?
PS. I used your UK101 emulator in Javascript to demo
my "Flappy 101" game at Dorkbot yesterday!
--
John Honniball
------------------------------
Message: 4
Date: Wed, 22 Oct 2014 23:15:54 +0100
From: david <david@avoncliff.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] LUG Meeting this Saturday 25/10/14
Message-ID: <54482C9A.1080007@avoncliff.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 22/10/14 22:37, John Honniball wrote:
> On 22/10/2014 09:43, david wrote:
>> John
>> Do you still have an excess of 12v 1amp PSU's?
>
> Yes! How many do you need?
>
> PS. I used your UK101 emulator in Javascript to demo
> my "Flappy 101" game at Dorkbot yesterday!
>
Excellent. Now I really must get to LUG meeting just to find out about
Flappy!
A few would be useful, I have 10 cards to power, but not all now and I
have some psu already.
See you Saturday
David
------------------------------
Message: 5
Date: Wed, 22 Oct 2014 22:21:22 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID: <54482DE2.9080802@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1
Oops, I meant to have a flag to find the exact match, but I think its
"-F" I want. I think it tells grep to look for the plain string instead
of treating it as a pattern where dot means "any character".
Thanks :-)
so its:
grep -sFRil "10.42." / --exclude-dir=/home/ --exclude-dir=/var/log
--exclude-dir=/tmp
Keith Edmunds:
> On Wed, 22 Oct 2014 09:34:29 +0000, ym2013@riseup.net said:
>
>> sudo grep -sxRil "10.42." /var/log/
>
> Why are you including the -x option in your grep command? You may want to
> run without it.
>
------------------------------
Message: 6
Date: Wed, 22 Oct 2014 22:25:03 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID: <54482EBF.7090408@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1
Hi Max
$ cat /etc/nsswitch.conf
passwd: compat
group: compat
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
$ cat /etc/host.conf
multi on
$ cat /etc/resolv.conf
nameserver 192.168.2.123
#nameserver 8.8.8.8 #this one didnt work either :-(
$ dig +trace www.google.co.uk
; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> +trace www.google.co.uk
;; global options: +cmd
;; connection timed out; no servers could be reached
Max B:
> Can you post your /etc/nsswitch.conf , /etc/host.conf and
> /etc/resolve.conf?
>
> and also the output of dig +trace www.google.co.uk.
>
> Thanks, Max B
>
> On 22 October 2014 11:34, Y Martin <ym2013@riseup.net> wrote:
>
>> sudo grep -sxRil "10.42." /var/log/
>> comes up with nothing :(
>>
>> sudo grep -sxRil "10.42." / --exclude-dir=/home/ --exclude-dir=/var/log
>> --exclude-dir=/tmp
>> but this took all day!
>>
>> After about 6 hours it found nothing. I forgot I was running it at the
>> end of the day and shut my PC down.. doh! I should do it from 'sudo su'
>> today so that I cant shut my PC down without killing this command.
>> i.e.
>> root@hostname:~# grep -sxRil "10.42." / --exclude-dir=/home/
>> --exclude-dir=/var/log --exclude-dir=/tmp
>>
>> Amias Channer:
>>> On 20 October 2014 13:52, Y Martin <ym2013@riseup.net> wrote:
>>>
>>>> So what next? Unless you have a less crude idea, I will do a grep search
>>>> of my whole OS for the mischievous IP "10.42.0.1" to find where this
>>>> configuration is residing..
>>>>
>>>
>>> grep your logs first.
>>>
>>> Cheers
>>> Amias
>>>
>>>
>>>
>>> This body part will be downloaded on demand.
>>>
>>
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>>
>>
>> This body part will be downloaded on demand.
------------------------------
_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol
End of Bristol Digest, Vol 573, Issue 7
***************************************
Tidak ada komentar:
Posting Komentar