Re: [CentOS-docs] proposed changes option

2009-04-06 Thread Marcus Moeller
Dear Karan,

>> Please be patient. Karan is going to prepare the xoops_users tables,
>> so we can continue testing. The migration script (at least placed on
>> the TestVM) should not be accessible to the public.

> I've got this done at home over the weekend - its amazing how much work
> one can do when there is no internet access - as soon as the link comes
> back on [1] I'll do the poking on the VM to get you guys access.

Just send me a PM when it's up.

> Essentially, its a complete forum dump from a few weeks back along with
> userid's. Email's replaced with @centosproject.org and passwd's
> replaced by random generated ones from expect's mkpasswd. The other
> userdata including IM details etc are intact. Perhaps setup a http basic
> auth around the site and post a username/password to the list here,
> while that will be public - it should keep google etc from picking up on
> that and using that info.

I am going to put a simple .htaccess on it and will grant access on request.

Best Regards
Marcus
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] New HowTo on Local Mirrors

2009-04-06 Thread Phil Schaffner
On Mon, 2009-04-06 at 10:36 +0100, Karanbir Singh wrote:
> [r...@koala ~]# yum search "reposync"

Ughhh! Why didn't I think of that?  "man reposync" or "reposync --help"
would also have demonstrated more cluefullness on my part.  Oh well,
should have just gone to bed earlier.  :-)

Will check it out and add the info, but probably not before I get back
to town late in the week.

Thank,
Phil


___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] New HowTo on Local Mirrors

2009-04-06 Thread JohnS

On Mon, 2009-04-06 at 10:36 +0100, Karanbir Singh wrote:
> JohnS wrote:
> > Or did you mean your repo? BTW article seems to be nice be I would just
> > mirror base extras updates and addons and not the dvds
> > 
> 
> [r...@koala ~]# yum search "reposync"
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
>   * extras: ftp.plusline.de
>   * base: archive.cs.uu.nl
>   * addons: archive.cs.uu.nl
> == Matched: reposync 
> ===
> yum-utils.noarch : Utilities based around the yum package manager
> 
> 
> its in yum-utils, thats hosted in the [os] dir, reposync works for 
> centos-3/4/5 and since it uses the internal yum setup, you can make it 
> do quite nice things like share a cache for X local install setups and 
> also use it to keep repo's in real sync without needing to get every 
> package that is hosted in the repo. Also, works well for include / 
> exclude segments so you can easily ( and in a more yum friendly manner ) 
> manage the package set.
> 
> With a bit more creativity, its possible to use that and squid to setup 
> an avahi based lan area zeroconf yum mirror with failback to remote urls 
> if required.
> 
> I seriously doubt I'll have the time to sit and actually writeup an 
> article on this - but I'd be happy to point people in some directions or 
> maybe we can setup a shared screen session + voice  and do a demo.
> 
> - KB
---
Cool, thanks Karan. Sound like what I am looking for (real time
synchronization). I didn't know it was in the yum-utils package.Didn't
know it existed until your mention of it also.

"reposync -n --repoid=updates" Is what I am looking for. It will sync
only the newest package updates. That really saves a lot of work on my
end. Thanks for pointing it out.  :-)

JohnStanley


___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] proposed changes option

2009-04-06 Thread Karanbir Singh
Marcus Moeller wrote:
> Please be patient. Karan is going to prepare the xoops_users tables,
> so we can continue testing. The migration script (at least placed on
> the TestVM) should not be accessible to the public.

I've got this done at home over the weekend - its amazing how much work 
one can do when there is no internet access - as soon as the link comes 
back on [1] I'll do the poking on the VM to get you guys access.

Essentially, its a complete forum dump from a few weeks back along with 
userid's. Email's replaced with @centosproject.org and passwd's 
replaced by random generated ones from expect's mkpasswd. The other 
userdata including IM details etc are intact. Perhaps setup a http basic 
auth around the site and post a username/password to the list here, 
while that will be public - it should keep google etc from picking up on 
that and using that info.

- KB

[1] :  http://www.openreach.co.uk/orpg/news/generalbriefings/gen02709.do
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] New HowTo on Local Mirrors

2009-04-06 Thread Karanbir Singh
Karanbir Singh wrote:
> Also, works well for include / 
> exclude segments so you can easily ( and in a more yum friendly manner ) 
> manage the package set.

forgot to mention, that it also uses yum's transport - so it works 
through proxy / firewall / tunnel / vpns etc.

The *massive* disadvantage of using rsync in production is that you 
never know what the state of the repo is - there might be partial or 
missing tree/metadata sets on the remote end, specially when there are 
new releases going through, so once you have the images/; using reposync 
is a better way to keep up.

( yes, you would need some other way to get images/ down - reposync wont 
help with that - cobbler + reposync, if you are using that set will work 
though : but then thats a whole different ballgame )

- KB
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] New HowTo on Local Mirrors

2009-04-06 Thread Karanbir Singh
JohnS wrote:
> Or did you mean your repo? BTW article seems to be nice be I would just
> mirror base extras updates and addons and not the dvds
> 

[r...@koala ~]# yum search "reposync"
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
  * extras: ftp.plusline.de
  * base: archive.cs.uu.nl
  * addons: archive.cs.uu.nl
== Matched: reposync 
===
yum-utils.noarch : Utilities based around the yum package manager


its in yum-utils, thats hosted in the [os] dir, reposync works for 
centos-3/4/5 and since it uses the internal yum setup, you can make it 
do quite nice things like share a cache for X local install setups and 
also use it to keep repo's in real sync without needing to get every 
package that is hosted in the repo. Also, works well for include / 
exclude segments so you can easily ( and in a more yum friendly manner ) 
manage the package set.

With a bit more creativity, its possible to use that and squid to setup 
an avahi based lan area zeroconf yum mirror with failback to remote urls 
if required.

I seriously doubt I'll have the time to sit and actually writeup an 
article on this - but I'd be happy to point people in some directions or 
maybe we can setup a shared screen session + voice  and do a demo.

- KB
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs