Mailing List Archive

installing env-pdate
Hi,
When I run
env-update
I get
ParseError: invalid token (not'='):/etc/resolv.conf:line6

Should I not have used'=' previously?
Thanks
Gavin.


--
gentoo-hppa@gentoo.org mailing list
Re: installing env-pdate [ In reply to ]
http://www.gentoo.org/doc/en/handbook/handbook-hppa.xml?part=1&chap=3
Check the bottom (code listing 24). There is no equal sign anywhere.
Just this:
nameserver ip1
nameserver ip2

On 16 Sep 2004 11:57:09 +0000
Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:

> Hi,
> When I run
> env-update
> I get
> ParseError: invalid token (not'='):/etc/resolv.conf:line6
>
> Should I not have used'=' previously?
> Thanks
> Gavin.
>
>
> --
> gentoo-hppa@gentoo.org mailing list
>


--
Guy Martin
Gentoo Linux - HPPA port Lead / IPv6 team
Lug Charleroi (Belgium)
Re: installing env-pdate [ In reply to ]
Yes in /etc/resolv.conf. But why am I getting this error when I run
env-update?

Thanks,

Gavin.

On Thu, 2004-09-16 at 12:09, Guy Martin wrote:
> http://www.gentoo.org/doc/en/handbook/handbook-hppa.xml?part=1&chap=3
> Check the bottom (code listing 24). There is no equal sign anywhere.
> Just this:
> nameserver ip1
> nameserver ip2
>
> On 16 Sep 2004 11:57:09 +0000
> Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:
>
> > Hi,
> > When I run
> > env-update
> > I get
> > ParseError: invalid token (not'='):/etc/resolv.conf:line6
> >
> > Should I not have used'=' previously?
> > Thanks
> > Gavin.
> >
> >
> > --
> > gentoo-hppa@gentoo.org mailing list
> >
>


--
gentoo-hppa@gentoo.org mailing list
Re: installing env-pdate [ In reply to ]
Dr Gavin Seddon wrote:
> Yes in /etc/resolv.conf. But why am I getting this error when I run
> env-update?

Because /etc/resolv.conf is one of the files that env-update parses.

--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548


--
gentoo-hppa@gentoo.org mailing list
Re: installing env-pdate [ In reply to ]
Dr Gavin Seddon wrote:
> Thanks, there is no = sign in resolv.conf just 3 ip's and a line that
> reads
> search
> Should I remove this or, may I continue anyway?

If the line just says 'search' (nothing else after that), remove it. For the 3
IPs, does it say 'nameserver' in from of them? It should. For example:

nameserver 1.2.3.4
nameserver 2.3.4.5
nameserver 3.4.5.6

--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548


--
gentoo-hppa@gentoo.org mailing list
Re: installing env-pdate [ In reply to ]
Thanks, there is no = sign in resolv.conf just 3 ip's and a line that
reads
search
Should I remove this or, may I continue anyway?

Gavin


On Thu, 2004-09-16 at 15:44, Andrew Gaffney wrote:
> Dr Gavin Seddon wrote:
> > Yes in /etc/resolv.conf. But why am I getting this error when I run
> > env-update?
>
> Because /etc/resolv.conf is one of the files that env-update parses.


--
gentoo-hppa@gentoo.org mailing list
Re: installing env-pdate [ In reply to ]
Could you please paste the entire error message and even the command
line you ran.

Thanks


On 16 Sep 2004 11:57:09 +0000
Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:

> Hi,
> When I run
> env-update
> I get
> ParseError: invalid token (not'='):/etc/resolv.conf:line6
>
> Should I not have used'=' previously?
> Thanks
> Gavin.
>
>
> --
> gentoo-hppa@gentoo.org mailing list
>


--
Guy Martin
Gentoo Linux - HPPA port Lead / IPv6 team
Lug Charleroi (Belgium)
Re: installing env-pdate [ In reply to ]
command:
mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >>
/mnt/gentoo/etc/make.conf

error:

invalid token (not"=")
parse error :invalid token (not"="):/etc/make.conf:line 6


Sorry for the speee. I have to write stuff then apply to mail on
another box.

Gavin.

On Thu, 2004-09-16 at 16:16, Guy Martin wrote:
> Could you please paste the entire error message and even the command
> line you ran.
>
> Thanks
>
>
> On 16 Sep 2004 11:57:09 +0000
> Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:
>
> > Hi,
> > When I run
> > env-update
> > I get
> > ParseError: invalid token (not'='):/etc/resolv.conf:line6
> >
> > Should I not have used'=' previously?
> > Thanks
> > Gavin.
> >
> >
> > --
> > gentoo-hppa@gentoo.org mailing list
> >
>


--
gentoo-hppa@gentoo.org mailing list
Re: installing env-pdate [ In reply to ]
On 16 Sep 2004 16:36:24 +0000
Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:

> command:
> mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >>
> /mnt/gentoo/etc/make.conf

mirrorselect seems to be bugged :
http://bugs.gentoo.org/show_bug.cgi?id=62899

Edit your make.conf and remove the garbage produced by mirrorselect and
all should be fine.

> error:
>
> invalid token (not"=")
> parse error :invalid token (not"="):/etc/make.conf:line 6
>
>
> Sorry for the speee. I have to write stuff then apply to mail on
> another box.
>
> Gavin.
>
> On Thu, 2004-09-16 at 16:16, Guy Martin wrote:
> > Could you please paste the entire error message and even the command
> > line you ran.
> >
> > Thanks
> >
> >
> > On 16 Sep 2004 11:57:09 +0000
> > Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:
> >
> > > Hi,
> > > When I run
> > > env-update
> > > I get
> > > ParseError: invalid token (not'='):/etc/resolv.conf:line6
> > >
> > > Should I not have used'=' previously?
> > > Thanks
> > > Gavin.
> > >
> > >
> > > --
> > > gentoo-hppa@gentoo.org mailing list
> > >
> >
>
>
> --
> gentoo-hppa@gentoo.org mailing list
>


--
Guy Martin
Gentoo Linux - HPPA port Lead / IPv6 team
Lug Charleroi (Belgium)
Re: installing env-pdate [ In reply to ]
Success!!!
Thanks

On Thu, 2004-09-16 at 17:43, Guy Martin wrote:
> On 16 Sep 2004 16:36:24 +0000
> Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:
>
> > command:
> > mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >>
> > /mnt/gentoo/etc/make.conf
>
> mirrorselect seems to be bugged :
> http://bugs.gentoo.org/show_bug.cgi?id=62899
>
> Edit your make.conf and remove the garbage produced by mirrorselect and
> all should be fine.
>
> > error:
> >
> > invalid token (not"=")
> > parse error :invalid token (not"="):/etc/make.conf:line 6
> >
> >
> > Sorry for the speee. I have to write stuff then apply to mail on
> > another box.
> >
> > Gavin.
> >
> > On Thu, 2004-09-16 at 16:16, Guy Martin wrote:
> > > Could you please paste the entire error message and even the command
> > > line you ran.
> > >
> > > Thanks
> > >
> > >
> > > On 16 Sep 2004 11:57:09 +0000
> > > Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:
> > >
> > > > Hi,
> > > > When I run
> > > > env-update
> > > > I get
> > > > ParseError: invalid token (not'='):/etc/resolv.conf:line6
> > > >
> > > > Should I not have used'=' previously?
> > > > Thanks
> > > > Gavin.
> > > >
> > > >
> > > > --
> > > > gentoo-hppa@gentoo.org mailing list
> > > >
> > >
> >
> >
> > --
> > gentoo-hppa@gentoo.org mailing list
> >
>


--
gentoo-hppa@gentoo.org mailing list
RE: installing env-pdate [ In reply to ]
Another gentoo success ;)

Ryan MacLean
Sales Representative
Century Computer
5443 Rainnie Drive, Halifax
Nova Scotia, B3J 1P8
mailto:ryanm@centurycomputer.net
Phone: 423-2500
Fax: 423-2929
-----Original Message-----
From: Dr Gavin Seddon [mailto:gavinseddon@blueyonder.co.uk]
Sent: Friday, September 17, 2004 9:08 AM
To: gentoo-hppa@lists.gentoo.org
Subject: Re: [gentoo-hppa] installing env-pdate

Success!!!
Thanks

On Thu, 2004-09-16 at 17:43, Guy Martin wrote:
> On 16 Sep 2004 16:36:24 +0000
> Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:
>
> > command:
> > mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >>
> > /mnt/gentoo/etc/make.conf
>
> mirrorselect seems to be bugged :
> http://bugs.gentoo.org/show_bug.cgi?id=62899
>
> Edit your make.conf and remove the garbage produced by mirrorselect and
> all should be fine.
>
> > error:
> >
> > invalid token (not"=")
> > parse error :invalid token (not"="):/etc/make.conf:line 6
> >
> >
> > Sorry for the speee. I have to write stuff then apply to mail on
> > another box.
> >
> > Gavin.
> >
> > On Thu, 2004-09-16 at 16:16, Guy Martin wrote:
> > > Could you please paste the entire error message and even the command
> > > line you ran.
> > >
> > > Thanks
> > >
> > >
> > > On 16 Sep 2004 11:57:09 +0000
> > > Dr Gavin Seddon <gavinseddon@blueyonder.co.uk> wrote:
> > >
> > > > Hi,
> > > > When I run
> > > > env-update
> > > > I get
> > > > ParseError: invalid token (not'='):/etc/resolv.conf:line6
> > > >
> > > > Should I not have used'=' previously?
> > > > Thanks
> > > > Gavin.
> > > >
> > > >
> > > > --
> > > > gentoo-hppa@gentoo.org mailing list
> > > >
> > >
> >
> >
> > --
> > gentoo-hppa@gentoo.org mailing list
> >
>


--
gentoo-hppa@gentoo.org mailing list


--
gentoo-hppa@gentoo.org mailing list