Difference between revisions of "Add IPv6 Support to Condor"

From CDOT Wiki
Jump to: navigation, search
(Project Leader(s))
(Project News)
Line 36: Line 36:
  
 
Put detailed technical information into the Project Details page (i.e., update it as you go), and save this section for news about participation in the project.
 
Put detailed technical information into the Project Details page (i.e., update it as you go), and save this section for news about participation in the project.
 +
 +
Oct 28, 2008:
 +
* Downloaded condor 7.05 source tarball onto Ireland system (running rawhide)
 +
* Unpacked tarball, changed to src directory and ran ./build_init (seemed to run ok)
 +
* Tried to run configure but got error (something dealing with build_external)
 +
** to fix this I ran ./configure --disable-glibc-version-check but this produced another error - I needed to install csh
 +
* later in the evening Chris installed Fedora 9 so I'll have to start over.
 +
 +
Oct 29, 2008:
 +
* Now that Ireland is running Fedora 9, I did yum install condor - worked ok
 +
** ran condor_master
 +
** ran condor_status
 +
** ran condor_off
 +
** ran condor_off -master
 +
* Also, on China (running Fedora 8) I downloaded condor 7.05 source tarball.
 +
** installed csh
 +
** ran ./build_init
 +
** ran ./configure --disable-glibc-version-check
 +
** ran make - got error "asm/page.h no such file

Revision as of 13:00, 29 October 2008

Project Name

Add IPv6 Support to Condor

Project Description

Sooner or later we're going to have to live with IPv6. Many applications are very tied to IPv4 and that includes Condor. Understand what IP addresses really mean to Condor, like many existing systems, and what the implications of an IPv6 conversion means and how it can be done. There are many resources about IPv6 interfaces, but not many good transition guides, and fewer that address what the change can really mean to an application - Condor takes addresses and passes them as ascii text between components.

Resource: Nightlife wiki page, Matthew Farrellee


Project Leader(s)

Kezhong Liang

Project Contributor(s)

Name(s) of people casually working on the project, or who have contributed significant help. Include links to personal pages within wiki

NOTE: only Project Leader(s) should add names here. You can’t add your own name to the Contributor list.

Project Details

Provides more depth than the Project Description. This is the place for technical discussions, project specs, or other details. If this gets very long, you might consider breaking this part into multiple pages and linking to them.

Project News

This is where your regular updates will go. In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc.

Put detailed technical information into the Project Details page (i.e., update it as you go), and save this section for news about participation in the project.

Oct 28, 2008:

  • Downloaded condor 7.05 source tarball onto Ireland system (running rawhide)
  • Unpacked tarball, changed to src directory and ran ./build_init (seemed to run ok)
  • Tried to run configure but got error (something dealing with build_external)
    • to fix this I ran ./configure --disable-glibc-version-check but this produced another error - I needed to install csh
  • later in the evening Chris installed Fedora 9 so I'll have to start over.

Oct 29, 2008:

  • Now that Ireland is running Fedora 9, I did yum install condor - worked ok
    • ran condor_master
    • ran condor_status
    • ran condor_off
    • ran condor_off -master
  • Also, on China (running Fedora 8) I downloaded condor 7.05 source tarball.
    • installed csh
    • ran ./build_init
    • ran ./configure --disable-glibc-version-check
    • ran make - got error "asm/page.h no such file