Rabu, 22 Oktober 2014

Bristol Digest, Vol 573, Issue 6

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: Looking for "10.24.0.1" (nick robinson)
2. Scanjet 2100C needs an ohm (Peter Hemmings)
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 (Amias Channer)
6. Re: Slightly less mysterious DNS problem (Y Martin)
7. Re: Slightly less mysterious DNS problem (Max B)


----------------------------------------------------------------------

Message: 1
Date: Tue, 21 Oct 2014 13:58:16 +0100
From: nick robinson <nick@njrobinson.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Looking for "10.24.0.1"
Message-ID:
<CADo8qK5PMyV6NgOOoCx1CvGaCOv-BpKCBET_Eypdg=SUnwzPbQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

one way would be

grep -P "10\.24\.0\.1"

On 21 October 2014 12:24, jpff <jpff@codemist.co.uk> wrote:

> grep or fgrep? Looking fir string containing . must skow it down
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141021/9cc8c46b/attachment-0001.html>

------------------------------

Message: 2
Date: Tue, 21 Oct 2014 17:47:56 +0100
From: Peter Hemmings <peter@hemmings.eclipse.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] Scanjet 2100C needs an ohm
Message-ID: <54468E3C.7070306@hemmings.eclipse.co.uk>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

I have a HP Scanjet 2100C that works OK with Linux, I can bring it to
the KT if anyone wants it.

Regards
--
Peter H



------------------------------

Message: 3
Date: Tue, 21 Oct 2014 23:57:09 +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: <5446E4C5.7080206@gifford.co.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 20/10/2014 22:37, Sebastian wrote:
> Who other than myself is intending on coming this Saturday? I'll
> probably be there about 2pm/3pm.

I'll be there! I'll bring the laptop and the electronic sign, too.

--
John Honniball





------------------------------

Message: 4
Date: Wed, 22 Oct 2014 09:43:29 +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: <54476E31.9000707@avoncliff.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

John
Do you still have an excess of 12v 1amp PSU's?
David



On 21/10/14 23:57, John Honniball wrote:
> On 20/10/2014 22:37, Sebastian wrote:
>> Who other than myself is intending on coming this Saturday? I'll
>> probably be there about 2pm/3pm.
>
> I'll be there! I'll bring the laptop and the electronic sign, too.
>




------------------------------

Message: 5
Date: Wed, 22 Oct 2014 09:47:25 +0100
From: Amias Channer <me@amias.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID:
<CAMgU7XXkqMLg7bEn64xAq1gHv3W-85bu8gYLTq7=vpwkwbwKFA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141022/7ba156fe/attachment-0001.html>

------------------------------

Message: 6
Date: Wed, 22 Oct 2014 09:34:29 +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: <54477A25.7050007@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

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.
>




------------------------------

Message: 7
Date: Wed, 22 Oct 2014 12:00:12 +0200
From: Max B <psykx.out@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID:
<CALe8LgEQ6ZtdXUYJeAP=ehp6VaVc4q_EP-Aprvytvex0QRQ1jg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141022/eedf6acb/attachment-0001.html>

------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 573, Issue 6
***************************************

Tidak ada komentar:

Posting Komentar