Re: periodic script in base system to run csup

2010-07-17 Thread jhell
On Fri, 16 Jul 2010 09:58, Gabor Kovesdan wrote: In Message-Id: <4c406589.7030...@freebsd.org> Hi folks, Steven Kreuzer wrote a periodic script to run csup updates with periodic daily. I've reviewed it and added support for multiple supfiles. I'd like to commit this to head. : http://kove

Re: periodic script in base system to run csup

2010-07-17 Thread Alex Kozlov
On Fri, Jul 16, 2010 at 07:04:38PM -0400, Lowell Gilbert wrote: > Alex Kozlov writes: > > On Fri, Jul 16, 2010 at 04:27:39PM +0200, Gabor Kovesdan wrote: > >> Em 2010.07.16. 16:23, Alex Kozlov escreveu: > >> > On Fri, Jul 16, 2010 at 03:58:33PM +0200, Gabor Kovesdan wrote: > >> > > >> > Thousands

Re: periodic script in base system to run csup

2010-07-17 Thread Christof Schulze
> [periodic updating source] Besides technical feasibility: What is the use case behind it? Regards Christof Am Saturday 17 July 2010 10:00:07 schrieb Matthew Seaman: > On 17/07/2010 24:04:38, Lowell Gilbert wrote: > > Alex Kozlov writes: > >> On Fri, Jul 16, 2010 at 04:27:39PM +0200, Gabor Ko

Re: periodic script in base system to run csup

2010-07-17 Thread Matthew Seaman
On 17/07/2010 24:04:38, Lowell Gilbert wrote: > Alex Kozlov writes: > >> On Fri, Jul 16, 2010 at 04:27:39PM +0200, Gabor Kovesdan wrote: >>> Em 2010.07.16. 16:23, Alex Kozlov escreveu: On Fri, Jul 16, 2010 at 03:58:33PM +0200, Gabor Kovesdan wrote: Thousands pc simultaneously try t

Re: periodic script in base system to run csup

2010-07-16 Thread Lowell Gilbert
Alex Kozlov writes: > On Fri, Jul 16, 2010 at 04:27:39PM +0200, Gabor Kovesdan wrote: >> Em 2010.07.16. 16:23, Alex Kozlov escreveu: >> > On Fri, Jul 16, 2010 at 03:58:33PM +0200, Gabor Kovesdan wrote: >> > >> > Thousands pc simultaneously try to access cvsup servers? >> > Sound like a ddos to me

Re: periodic script in base system to run csup

2010-07-16 Thread Alex Kozlov
On Fri, Jul 16, 2010 at 04:27:39PM +0200, Gabor Kovesdan wrote: > Em 2010.07.16. 16:23, Alex Kozlov escreveu: > > On Fri, Jul 16, 2010 at 03:58:33PM +0200, Gabor Kovesdan wrote: > > > > Thousands pc simultaneously try to access cvsup servers? > > Sound like a ddos to me. > Yes, this was the only co

Re: periodic script in base system to run csup

2010-07-16 Thread Gabor Kovesdan
Em 2010.07.16. 16:23, Alex Kozlov escreveu: On Fri, Jul 16, 2010 at 03:58:33PM +0200, Gabor Kovesdan wrote: Thousands pc simultaneously try to access cvsup servers? Sound like a ddos to me. Yes, this was the only concern and that's why I started this discussion. Btw, if You have time, can

Re: periodic script in base system to run csup

2010-07-16 Thread Gabor Kovesdan
Em 2010.07.16. 16:15, Jilles Tjoelker escreveu: Hmm, /usr/src/Makefile has an 'update' target that can run csup and other updating tools. Perhaps it should call that instead? It is not just for updating your src tree but your ports tree, doc tree or eventually your local CVS repo. That's why

Re: periodic script in base system to run csup

2010-07-16 Thread Jilles Tjoelker
On Fri, Jul 16, 2010 at 03:58:33PM +0200, Gabor Kovesdan wrote: > Steven Kreuzer wrote a periodic script to run csup updates with periodic > daily. I've reviewed it and added support for multiple supfiles. I'd > like to commit this to head. > http://kovesdan.org/files/600.csup > Is there any ob