Re: [CentOS] creating a local repo

2010-04-25 Thread Anne Wilson
On Sunday 25 April 2010 12:27:20 john maclean wrote: > > Your dns isn't working for you:) > > > > rsync -avrt --exclude=debug/ > > rsync://mirror.ovh.net/ftp.centos.org/5/updates/ updates/ > > Solved. Wrong syntax and a firewall in the way. > More details would help anyone searching the archives

Re: [CentOS] creating a local repo

2010-04-25 Thread john maclean
> > Your dns isn't working for you:) > > rsync -avrt --exclude=debug/ rsync://mirror.ovh.net/ftp.centos.org/5/updates/ > updates/ Solved. Wrong syntax and a firewall in the way. Thanks. -- John Maclean 07739 171 531 MSc (DIC) Enterprise Linux Systems Engineer

Re: [CentOS] creating a local repo

2010-04-24 Thread Joseph L. Casale
>rsync'ing ain't working for me. Is this the right syntax? > >rsync -avrt rsync://mirror.ovh.net/centos/5.4/updates/i386 >--exclude=debug/ updates/ > >rsync: getaddrinfo: mirror.ovh.net 873: Temporary failure in name resolution ^^

[CentOS] creating a local repo

2010-04-24 Thread john maclean
rsync'ing ain't working for me. Is this the right syntax? rsync -avrt rsync://mirror.ovh.net/centos/5.4/updates/i386 --exclude=debug/ updates/ rsync: getaddrinfo: mirror.ovh.net 873: Temporary failure in name resolution rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.

Re: [CentOS] Creating a local repo

2007-12-23 Thread Akemi Yagi
On Dec 23, 2007 9:35 PM, Joseph L. Casale <[EMAIL PROTECTED]> wrote: > >How about this wiki article? > > > >http://wiki.centos.org/HowTos/CreateLocalRepos > > So the ticket here is that the createrepo command has to be run each time > files are added? That was my issue I suppose. Yes. Whenever y

RE: [CentOS] Creating a local repo

2007-12-23 Thread Joseph L. Casale
>How about this wiki article? > >http://wiki.centos.org/HowTos/CreateLocalRepos So the ticket here is that the createrepo command has to be run each time files are added? That was my issue I suppose. Thanks, jlc ___ CentOS mailing list CentOS@centos.or

Re: [CentOS] Creating a local repo

2007-12-23 Thread Akemi Yagi
On Dec 23, 2007 8:13 PM, Joseph L. Casale <[EMAIL PROTECTED]> wrote: > I have created a local repo, set its priority highest, and populated it with > xen-3.1.0-1.i386.rpm and kernel-xen-2.6.18-3.1.0.i386.rpm yet when I do a yum > list *xen* I don't see those rpm's? > > Can someone shed some light

[CentOS] Creating a local repo

2007-12-23 Thread Joseph L. Casale
I have created a local repo, set its priority highest, and populated it with xen-3.1.0-1.i386.rpm and kernel-xen-2.6.18-3.1.0.i386.rpm yet when I do a yum list *xen* I don't see those rpm's? Can someone shed some light on this for me? Thanks! jlc ___