Re: Need help with approx configuration changes for squeeze [SOLVED]

2011-05-06 Thread Boyd Stephen Smith Jr.
In <20110506155703.ga2...@big.lan.gnu>, Paul E Condon wrote:
>Note that none of these five lines (in two different files on two different
>hosts) contain 'volatile'.

As expected for squeeze and above.  The services previously provided by 
volatile.debian.org and its completely separate mirror system have now live on 
the same infrastructure as the latest release.

>But it appears that a 'volatile' service is not yet running for
>wheezy, so I have the 'wheezy-updates' line commented out on the hosts
>that are running wheezy.

That *is* the "volatile service" for Wheezy.  The "*-updates" repository on 
the master server (or one of its mirrors) has completely replaces the "debian-
volatile" repository on volatile.debian.org.

(The "debian-volatile-sloppy" was effectively replaced by backports for a 
while, I don't think it ever got a package during the Lenny release.)
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: Need help with approx configuration changes for squeeze [SOLVED]

2011-05-06 Thread Paul E Condon
On 20110506_092810, Gilles Mocellin wrote:
> Le Friday 06 May 2011 07:15:37 Boyd Stephen Smith Jr., vous avez écrit :
> > In <20110505230413.ga4...@big.lan.gnu>, Paul E Condon wrote:
> > >On 20110505_164439, Boyd Stephen Smith Jr. wrote:
> > >> On 2011-05-05 16:15:31 Paul E Condon wrote:
> > >> >#volatile   http://volatile.debian.org/debian-volatile
> > >> >
> > >> >I thought the word 'volatile' was being
> > >> >eliminated.
> > >> 
> > >> volatile.debian.org is no longer used.  Instead use the "stable-updates"
> > >> repository on the master archive or one of it's mirrors.
> > >
> > >So the replacement line in approx.conf should be
> > 
> > ...nonexistant.  You'll use the "debian" entry. So, you'll list:
> > deb http://localhost:/debian/stable
> > AND instead of your volatile entry you'll use:
> > deb http://localhost:/debian/stable-updates
> 
> I'd say better :
> 
> deb http://localhost:/debian squeeze main
> AND instead of your volatile entry you'll use:
> deb http://localhost:/debian squeeze-updates main
> 
> 1) use the name of the stable release, it will help you not having troubles
> 2) squeeze and squeeze-updates are what's called a suite, it's after the URL 
> in the deb line.
> 3) you also need the archive area, at least main, but you can add contrib and 
> non-free.
> 
> Approx just has to know where is the Debian root archive. So no changes, and 
> you can use the same entry for lenny and squeeze.
 ^
And also for wheezy.
In my case, there are tweeks that can be useful to others:

1) the non-comment entries in /etc/approx/approx.conf should be:

debian  http://ftp.debian.org/debian
securityhttp://security.debian.org/

Some comments in the skeleton version installed by the approx package
are misleading on this issue, IMHO.

2) In my case, the approx instance is not on localhost for most of my
hosts, It is on the host I call 'gq', but which is also
192.168.1.12. I use the IP address, not gq because the IP can be used
in conjunction with netinst CD. So my working version of /etc/apt/sources.list
on my main computer is

deb http://192.168.1.12:/debian/ squeeze main non-free contrib
deb http://192.168.1.12:/security/ squeeze/updates main contrib non-free
deb http://192.168.1.12:/debian/ squeeze-updates main contrib non-free

Note that none of these five lines (in two different files on two different
hosts) contain 'volatile'.

But it appears that a 'volatile' service is not yet running for
wheezy, so I have the 'wheezy-updates' line commented out on the hosts
that are running wheezy.

I'm happy. Thanks for the help.
-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110506155703.ga2...@big.lan.gnu



Re: Need help with approx configuration changes for squeeze

2011-05-06 Thread Gilles Mocellin
Le Friday 06 May 2011 07:15:37 Boyd Stephen Smith Jr., vous avez écrit :
> In <20110505230413.ga4...@big.lan.gnu>, Paul E Condon wrote:
> >On 20110505_164439, Boyd Stephen Smith Jr. wrote:
> >> On 2011-05-05 16:15:31 Paul E Condon wrote:
> >> >#volatile   http://volatile.debian.org/debian-volatile
> >> >
> >> >I thought the word 'volatile' was being
> >> >eliminated.
> >> 
> >> volatile.debian.org is no longer used.  Instead use the "stable-updates"
> >> repository on the master archive or one of it's mirrors.
> >
> >So the replacement line in approx.conf should be
> 
> ...nonexistant.  You'll use the "debian" entry. So, you'll list:
> deb http://localhost:/debian/stable
> AND instead of your volatile entry you'll use:
> deb http://localhost:/debian/stable-updates

I'd say better :

deb http://localhost:/debian squeeze main
AND instead of your volatile entry you'll use:
deb http://localhost:/debian squeeze-updates main

1) use the name of the stable release, it will help you not having troubles
2) squeeze and squeeze-updates are what's called a suite, it's after the URL 
in the deb line.
3) you also need the archive area, at least main, but you can add contrib and 
non-free.

Approx just has to know where is the Debian root archive. So no changes, and 
you can use the same entry for lenny and squeeze.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201105060928.11259.gilles.mocel...@free.fr



Re: Need help with approx configuration changes for squeeze

2011-05-05 Thread Boyd Stephen Smith Jr.
In <20110505230413.ga4...@big.lan.gnu>, Paul E Condon wrote:
>On 20110505_164439, Boyd Stephen Smith Jr. wrote:
>> On 2011-05-05 16:15:31 Paul E Condon wrote:
>> >#volatile   http://volatile.debian.org/debian-volatile
>> >
>> >I thought the word 'volatile' was being
>> >eliminated.
>> 
>> volatile.debian.org is no longer used.  Instead use the "stable-updates"
>> repository on the master archive or one of it's mirrors.
>
>So the replacement line in approx.conf should be

...nonexistant.  You'll use the "debian" entry. So, you'll list:
deb http://localhost:/debian/stable
AND instead of your volatile entry you'll use:
deb http://localhost:/debian/stable-updates
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: Need help with approx configuration changes for squeeze

2011-05-05 Thread Paul E Condon
On 20110505_164439, Boyd Stephen Smith Jr. wrote:
> On 2011-05-05 16:15:31 Paul E Condon wrote:
> >#volatile   http://volatile.debian.org/debian-volatile
> >
> >I thought the word 'volatile' was being
> >eliminated.
> 
> volatile.debian.org is no longer used.  Instead use the "stable-updates" 
> repository on the master archive or one of it's mirrors.

So the replacement line in approx.conf should be

volatile   http://stable-updates/debian-volatile   ? or
volatile   http://stable-updates/stable-updates? or what?

The volatile on the left side is the name of a directory within
the /var/cache/approx on my server at home. I don't think it 
needs to be changed. Correct me if that is wrong. 

But note that there *two* instances of the string 'volatile' in
the maintainer's suggestion. Are they both to be changed? or not?

-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110505230413.ga4...@big.lan.gnu



Re: Need help with approx configuration changes for squeeze

2011-05-05 Thread Boyd Stephen Smith Jr.
On 2011-05-05 16:15:31 Paul E Condon wrote:
>#volatile   http://volatile.debian.org/debian-volatile
>
>I thought the word 'volatile' was being
>eliminated.

volatile.debian.org is no longer used.  Instead use the "stable-updates" 
repository on the master archive or one of it's mirrors.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.