RFE: torrents.fp.o -> torrent.fp.o?

2007-11-08 Thread Chris Weyl
>From the "d'oh!" category:  I tend to go reflexively to
torrents.fedoraproject.org rather than torrent.fp.o, always resulting
in a momentary twinge of panic when I get the "server not found"
alert.

Any chance we can setup a "torrents" subdomain and just have it
redirect (dns alias, apache, whatever) to torrent?

My brain would appreciate it :)

Thanks-
    -Chris
-- 
Chris Weyl
Ex astris, scientia

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: RFE: torrents.fp.o -> torrent.fp.o?

2007-11-08 Thread Chris Weyl
On 11/8/07, seth vidal <[EMAIL PROTECTED]> wrote:
> On Thu, 2007-11-08 at 17:17 -0800, Chris Weyl wrote:
> > Any chance we can setup a "torrents" subdomain and just have it
> > redirect (dns alias, apache, whatever) to torrent?
>
> This is done.

Thanks :)

-- 
Chris Weyl
Ex astris, scientia

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: remote vnc-installs

2007-11-21 Thread Chris Weyl
On Nov 19, 2007 7:18 PM, seth vidal <[EMAIL PROTECTED]> wrote:
> Here's the steps I took to reinstall the serverbeach servers:
>
> 0. make sure the hosts ip is allowed to access the repos on
> infrastructure. and make sure puppet allows the host to connect to its
> fileserver - in the fileserver.conf file in cvs
>
> 1. login to existing system as root
> 2. run:
>  urlgrabber \
> http://infrastructure.fedoraproject.org/rhel/RHEL5-x86_64/images/pxeboot/vmlinuz
>  \ /boot/vmlinuz-install

I don't follow this list closely, but are we now using RHEL for Fedora
infrastructure?  Weren't we using Fedora to run the Fedora
infrastructure (for obvious reasons)?  Why the change?

    -Chris
-- 
Chris Weyl
Ex astris, scientia

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


correct CSS urls?

2007-11-25 Thread Chris Weyl
Hey all --

I use a number of Fedora CSS sheets in a project of mine[1], specifically:

http://admin.fedoraproject.org/css/layout.css
http://admin.fedoraproject.org/css/content.css
http://admin.fedoraproject.org/css/docbook.css

I forget where I originally found them, but I suspect it was from
something off of the old cvs.fedora.redhat.com pages.

They've been sporadically unavailable lately -- sometimes one or more
fails to load; on a page refresh the previous failures tend to succeed
and the successes, well, fail.  It's irksome :)

Am I linking to these incorrectly?  Should I be using a different
location for them?

Thanks-
   -Chris

[1] http://fedora.biggerontheinside.net/perl/

-- 
Chris Weyl
Ex astris, scientia

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


CSS?

2008-08-24 Thread Chris Weyl
Hey all --

I know this is probably last thing from a priority perspective right
now, but I'd been using the stylesheets at:

http://admin.fedoraproject.org/css/layout.css
http://admin.fedoraproject.org/css/content.css
http://admin.fedoraproject.org/css/docbook.css

Any idea when they'll be back online?  (Or should I be using them at a
different location...?)

Thanks-
  -Chris

-- 
Chris Weyl
Ex astris, scientia

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: Maintaining a partial cvs workarea

2008-08-24 Thread Chris Weyl
2008/8/24 Axel Thimm <[EMAIL PROTECTED]>:
> Hi,
>
> I'm keeping only a partial checkout of the packages, e.g. the ones I'm
> maintaining. Now I'd like to be able to cvs up and have all updates
> flow in, but if I do so cvs will want to get all other thousand
> packages in.
>
> Until now I'm using a poor man's solution with a for loop and
> pushd/popd, but it's extremely slow due to login in for each package.
>
> Is there a more clever way to get cvs up running w/o pulling in all of
> the cvsroot? I could probably manually edit CVS/Entries, but this feels
> a bit dirty. What are other packagers doing?

With respect to the ssh logins required for each cvs operation, I tend
to use opportunistic connection multiplexing.  e.g., in my
~/.ssh/config I have:


ControlMaster auto
ControlPath   ~/.ssh/sockets/%h_%p_%r_multi.sock

Host cvs.fedora.redhat.com
Compression  yes
CompressionLevel 3


And then I just do a "ssh -f -N cvs.fedora.redhat.com".  It
authenticates me once, then just kicks around in the background until
I perform a network operation though CVS, at which point the "new"
connection is routed through the existing one.  If I haven't forked
off a connection to c.f.r.c, no biggie, ssh just connects per usual.

This won't help with selectively pulling down CVS, but it should make
each operation a smidge faster :-)

  -Chris
-- 
Chris Weyl
Ex astris, scientia

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: Maintaining a partial cvs workarea

2008-08-24 Thread Chris Weyl
2008/8/24 Dennis Gilmore <[EMAIL PROTECTED]>:
> That shouldnt work with the Makefiles.  since they all use
> cvs.fedoraproject.org not the old legacy address :)

s/cvs.fedora.redhat.com/cvs.fedoraproject.org/ in the above then :)
I've never had any issues  Though, I _really_ ought to update my
checkout to use the new addy.

(Yes, I've had my cvs checkout since way before it became an old
legacy address, and I hate change :-) )

      -Chris
-- 
Chris Weyl
Ex astris, scientia

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list