From jhay at meraka.org.za Wed Jul 1 08:01:19 2009 From: jhay at meraka.org.za (John Hay) Date: Wed Jul 1 08:01:26 2009 Subject: cvsup-master.freebsd.org ipv6 limits Message-ID: <20090701080110.GA51364@zibbi.meraka.csir.co.za> Hi Guys, Are the limits for ipv6 cvsup access to cvsup-master.freebsd.org different from ipv4 access? I have been using ipv6 to access cvsup-master.freebsd.org from cvsup.za.freebsd.org, but lately I have seen a lot more "Rejected by server: Access limit exceeded; try again later" in its logs. John -- John Hay -- jhay@meraka.csir.co.za / jhay@FreeBSD.org From rea-fbsd at codelabs.ru Mon Jul 6 06:34:52 2009 From: rea-fbsd at codelabs.ru (Eygene Ryabinkin) Date: Mon Jul 6 06:34:58 2009 Subject: www.freebsd.org is down? Message-ID: Good day. Seems like www.freebsd.org (69.147.83.33) isn't responding on the port 80. freebsd.org responds, but this is just a redirector. I had tested this behaviour from a number of geographically-distributed networks and it seem to be the endpoint issue rather than the client's network path problem. -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ # From test-bounces at lists.econ.utah.edu Fri Jul 10 10:41:03 2009 From: test-bounces at lists.econ.utah.edu (test-bounces@lists.econ.utah.edu) Date: Fri Jul 10 10:41:08 2009 Subject: [WARNING: VIRUS REMOVED]The results of your email commands Message-ID: The results of your email command are provided below. Attached is your original message. - Results: Ignoring non-text/plain MIME parts - Unprocessed: ----- The following addresses had permanent fatal errors ----- test-request@lists.econ.utah.edu - Done. -------------- next part -------------- An embedded message was scrubbed... From: hubs@freebsd.org Subject: Returned mail: see transcript for details Date: Fri, 10 Jul 2009 12:12:32 +0200 Size: 1532 Url: http://lists.freebsd.org/pipermail/freebsd-hubs/attachments/20090710/c9ec33a9/attachment.eml From murray at stokely.org Sun Jul 19 06:55:11 2009 From: murray at stokely.org (Murray Stokely) Date: Sun Jul 19 06:55:22 2009 Subject: No anonymous CVS repositories for docs Message-ID: <2a7894eb0907182325p54242ed4v5d486330c301d388@mail.gmail.com> None of the five sources of anonymous CVS access to FreeBSD supports the doc repository. Is it possible for someone to host an anonymous CVS server for the doc ("dcvs") repository? http://www.freebsd.org/doc/en/books/handbook/anoncvs.html - Murray From simon at FreeBSD.org Sun Jul 19 13:20:54 2009 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Sun Jul 19 13:21:06 2009 Subject: No anonymous CVS repositories for docs In-Reply-To: <2a7894eb0907182325p54242ed4v5d486330c301d388@mail.gmail.com> References: <2a7894eb0907182325p54242ed4v5d486330c301d388@mail.gmail.com> Message-ID: <20090719132053.GB1164@arthur.nitro.dk> On 2009.07.18 23:25:35 -0700, Murray Stokely wrote: > None of the five sources of anonymous CVS access to FreeBSD supports > the doc repository. Is it possible for someone to host an anonymous > CVS server for the doc ("dcvs") repository? > > http://www.freebsd.org/doc/en/books/handbook/anoncvs.html brd@ has at least in the past run an anonymous CVS server - I'm not sure what the state of that is? Brad? -- Simon L. Nielsen From simon at FreeBSD.org Sun Jul 19 14:25:52 2009 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Sun Jul 19 14:25:58 2009 Subject: cvsup-master.freebsd.org ipv6 limits In-Reply-To: <20090701080110.GA51364@zibbi.meraka.csir.co.za> References: <20090701080110.GA51364@zibbi.meraka.csir.co.za> Message-ID: <20090719142550.GC1164@arthur.nitro.dk> On 2009.07.01 10:01:10 +0200, John Hay wrote: > Are the limits for ipv6 cvsup access to cvsup-master.freebsd.org > different from ipv4 access? I have been using ipv6 to access > cvsup-master.freebsd.org from cvsup.za.freebsd.org, but lately I have > seen a lot more "Rejected by server: Access limit exceeded; try again > later" in its logs. cvsupd does not support IPv6 natively, so IPv6 access works by making nc(1) proxy the IPv6 TCP connection to an localhost IPv4 connection. This means that all IPv6 connections are seen as comming from localhost. Looking at the config it actually seems like we only allow one IPv6 connection at the time since we allow from from each IP... There probably just hasn't been enough IPv6 connections for anyone to notice before. I tried bumping the number of IPv6 (localhost) connections to 5. Could you check if this has fixed the problem? Oh, and I just noticed that some of the internal FreeBSD.org syncs seems to have started using IPv6 - that means there is at least an IPv6 connection every 30 minute to collide with. -- Simon L. Nielsen From droolin at gmail.com Mon Jul 20 03:25:15 2009 From: droolin at gmail.com (droolin) Date: Mon Jul 20 03:25:21 2009 Subject: anonymous CVS repositories for docs In-Reply-To: <20090719120025.DDCA0106573B@hub.freebsd.org> References: <20090719120025.DDCA0106573B@hub.freebsd.org> Message-ID: <4A63DDC8.1070900@gmail.com> How much storage would be required to host this repository? I currently have a couple repositories set up on my business server which I use for my own personal code but I have never set the CVS environmental variable for any of them. This server has an OC connection which I am allocated a tb of bandwidth. Business sucks, and this is a glorified toy for me. The only thing that use's a large amount of bandwidth is a shout cast server for a very small irc radio station. I also have extra ip's if needed. I have locked down this server so that FTP and telnet access is denied. ssh only. If that is a problem, I apologize but I will not change that policy. I think my major concerns with doing this are. 1). How much storage would be required? 2). Would online access be required? I have never set up online access for cvs, so that would be a new one for me. 3). I have never synchronizing with a remote CVS repository before which I imagine would be required. 4). Would I get hammered in bandwidth usage? Dan freebsd-hubs-request@freebsd.org wrote: > Send freebsd-hubs mailing list submissions to > freebsd-hubs@freebsd.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freebsd.org/mailman/listinfo/freebsd-hubs > or, via email, send a message with subject or body 'help' to > freebsd-hubs-request@freebsd.org > > You can reach the person managing the list at > freebsd-hubs-owner@freebsd.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of freebsd-hubs digest..." > > > Today's Topics: > > 1. No anonymous CVS repositories for docs (Murray Stokely) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 18 Jul 2009 23:25:35 -0700 > From: Murray Stokely > Subject: No anonymous CVS repositories for docs > To: hubs@freebsd.org > Cc: FreeBSD doc list > Message-ID: > <2a7894eb0907182325p54242ed4v5d486330c301d388@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > None of the five sources of anonymous CVS access to FreeBSD supports > the doc repository. Is it possible for someone to host an anonymous > CVS server for the doc ("dcvs") repository? > > http://www.freebsd.org/doc/en/books/handbook/anoncvs.html > > - Murray > > > ------------------------------ > > _______________________________________________ > freebsd-hubs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hubs > To unsubscribe, send any mail to "freebsd-hubs-unsubscribe@freebsd.org" > > > End of freebsd-hubs Digest, Vol 271, Issue 1 > ******************************************** > From brd at FreeBSD.org Mon Jul 20 04:43:59 2009 From: brd at FreeBSD.org (Brad Davis) Date: Mon Jul 20 04:44:36 2009 Subject: No anonymous CVS repositories for docs In-Reply-To: <20090719132053.GB1164@arthur.nitro.dk> References: <2a7894eb0907182325p54242ed4v5d486330c301d388@mail.gmail.com> <20090719132053.GB1164@arthur.nitro.dk> Message-ID: <20090720042340.GK40521@valentine.liquidneon.com> On Sun, Jul 19, 2009 at 03:20:53PM +0200, Simon L. Nielsen wrote: > On 2009.07.18 23:25:35 -0700, Murray Stokely wrote: > > None of the five sources of anonymous CVS access to FreeBSD supports > > the doc repository. Is it possible for someone to host an anonymous > > CVS server for the doc ("dcvs") repository? > > > > http://www.freebsd.org/doc/en/books/handbook/anoncvs.html > > brd@ has at least in the past run an anonymous CVS server - I'm not > sure what the state of that is? Brad? Err.. I'm quite confused.. I run anoncvs1.f.o and it has always hosted the docs repo: 22:22:05 brd@penelope:~> cvs -d anoncvs@anoncvs1.freebsd.org:/home/ncvs co doc/ cvs checkout: Updating doc U doc/Makefile U doc/README cvs checkout: Updating doc/FAQ cvs checkout: Updating doc/bn_BD.ISO10646-1 [..snip..] Regards, Brad Davis From murray at stokely.org Mon Jul 20 05:24:01 2009 From: murray at stokely.org (Murray Stokely) Date: Mon Jul 20 05:24:07 2009 Subject: No anonymous CVS repositories for docs In-Reply-To: <20090720042340.GK40521@valentine.liquidneon.com> References: <2a7894eb0907182325p54242ed4v5d486330c301d388@mail.gmail.com> <20090719132053.GB1164@arthur.nitro.dk> <20090720042340.GK40521@valentine.liquidneon.com> Message-ID: <2a7894eb0907192223m57be958dw68969f4379d88fe0@mail.gmail.com> I was thrown by the ncvs path.. I expected that to be at /home/dcvs for docs. Thanks for clarifying. - Murray On Sun, Jul 19, 2009 at 9:23 PM, Brad Davis wrote: > On Sun, Jul 19, 2009 at 03:20:53PM +0200, Simon L. Nielsen wrote: >> On 2009.07.18 23:25:35 -0700, Murray Stokely wrote: >> > None of the five sources of anonymous CVS access to FreeBSD supports >> > the doc repository. ?Is it possible for someone to host an anonymous >> > CVS server for the doc ("dcvs") repository? >> > >> > http://www.freebsd.org/doc/en/books/handbook/anoncvs.html >> >> brd@ has at least in the past run an anonymous CVS server - I'm not >> sure what the state of that is? Brad? > > Err.. I'm quite confused.. I run anoncvs1.f.o and it has always hosted > the docs repo: > > 22:22:05 brd@penelope:~> cvs -d anoncvs@anoncvs1.freebsd.org:/home/ncvs co doc/ > cvs checkout: Updating doc > U doc/Makefile > U doc/README > cvs checkout: Updating doc/FAQ > cvs checkout: Updating doc/bn_BD.ISO10646-1 > [..snip..] > > > Regards, > Brad Davis > > From lwhsu at FreeBSD.org Wed Jul 22 19:47:56 2009 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Wed Jul 22 19:48:33 2009 Subject: No anonymous CVS repositories for docs In-Reply-To: <2a7894eb0907192223m57be958dw68969f4379d88fe0@mail.gmail.com> References: <2a7894eb0907182325p54242ed4v5d486330c301d388@mail.gmail.com> <20090719132053.GB1164@arthur.nitro.dk> <20090720042340.GK40521@valentine.liquidneon.com> <2a7894eb0907192223m57be958dw68969f4379d88fe0@mail.gmail.com> Message-ID: <1e39c0a90907221222h71d93eb9qfc9cda6535f1765a@mail.gmail.com> On Mon, Jul 20, 2009 at 13:23, Murray Stokely wrote: > I was thrown by the ncvs path.. ?I expected that to be at /home/dcvs for docs. > anoncvs.tw.freebsd.org now servers /home/pcvs and /home/dcvs. They are only symbolic links, but possibly have some help. Maybe update the documents? -- Li-Wen Hsu http://lwhsu.org From freebsd+hubs at dohd.org Sun Jul 26 09:48:41 2009 From: freebsd+hubs at dohd.org (Mark Huizer) Date: Sun Jul 26 09:48:48 2009 Subject: TLD cvsup mirrors In-Reply-To: References: <1244913371.55746.12.camel@neo.cse.buffalo.edu> <4A355903.3040408@egr.msu.edu> <1245017993.12125.62.camel@neo.cse.buffalo.edu> <18997.36674.796746.256916@hergotha.csail.mit.edu> Message-ID: <20090726094836.GA77745@eeyore.local.dohd.org> On Mon, Jun 15, 2009 at 08:57:18AM +0200, Rutger Bevaart wrote: > I'd be happy to add our CVSup machine to the list, being located in > the Netherlands. To me it seems a lot of cvsup mirrors in the > Netherlands are aliases of the one located at SURFnet. > > Anybody on the list who can check/test and add ours? > > cvsup.illian.net located in AS39292. > Actually, they are aliases of a machine that is not at surfnet but at ClaraNet Netherlands. :-) But if you want to be added as cvsup2.nl.freebsd.org, be my guest, just contact me at hostmaster at nl.freebsd.org Greetings Mark From merketing.e at email.it Wed Jul 29 21:07:30 2009 From: merketing.e at email.it (M. Lorona) Date: Wed Jul 29 21:07:36 2009 Subject: Richiesta Message-ID: From dimitar.vassilev at gmail.com Thu Jul 30 08:19:49 2009 From: dimitar.vassilev at gmail.com (Dimitar Vasilev) Date: Thu Jul 30 08:19:55 2009 Subject: bg.freebsd.org revival Message-ID: <59adc1a0907300050h37b9dc9eucb8219f240cefbed@mail.gmail.com> Hello, I got a new power supply, confirmation from dealer that disks are ok and the machine after having some issues in private life. So I hope that in a month or so will bring back the mirror to the state it was about 12 months ago - working . Best regards, Dimitar
SOFTWARE PER L' EMAIL-MARKETING

  • Software che estrapola dati dalle Pagine Gialle e Bianche.
  • Software per creare le email info@ da ricerche on line su motori
  • Software Gestionale per inviare newsletter
  • 800 server smtp per inviare le tue newsletter (10.000 per ora)
    ps: il servizio smtp non ? soggetto a sospensioni del servizio per segnalazione di terzi.
    Creare appuntamenti inbound in poco tempo si pu?, cosa aspetti, noi ti diamo gli strumenti.

  • se sei interessato all'acquisto clicca il link sottostante.
    Clicca per ulteriori chiarimenti
    Se non riesci ad aprire il link scrivi una e-mail email.marketing.spa@gmail.com