From greg at runlevelzero.net Mon May 5 17:33:31 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Mon, 5 May 2003 17:33:31 -0700 Subject: [cAos] Tomorrow's meeting... Message-ID: <20030506003330.GA16600@titan.runlevelzero.net> Reminder that tomorrow's meeting will be at the LBNL Linux Users Group. We are featuring Jeremy Allison (maintainer of Samba) as the speaker, so it should be good! Please RSVP at http://lug.lbl.gov if you are interested in attending! Greg -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From greg at runlevelzero.net Thu May 8 11:19:23 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Thu, 8 May 2003 11:19:23 -0700 Subject: [cAos] Status Update Message-ID: <20030508181923.GA30180@titan.runlevelzero.net> Sorry for the lack of public updates... I have been overwhelming busy as of recent. The back-end part of the web application for managing packages is almost done. I set up a demo account 'u=demo,p=demo' if anyone wants to see what it looks like so far. Presently I am implementing the ACL's, and fixing some minor bugs. Also, some of the non-package related links are not built yet so I know there are some broken links. I won't keep that account active for long, and also nothing is documented. Hopefully it will be straight forward enough that the bulk of it will be intuitive. http://caosity.org/ Happy comments welcome. Negative comments will be tolerated as long they come with good advice! :) Greg -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From greg at runlevelzero.net Tue May 13 12:08:07 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Tue, 13 May 2003 12:08:07 -0700 Subject: [cAos] Meeting today... Message-ID: <20030513190807.GA11293@titan.runlevelzero.net> At around 3pm we will be meeting in my office (instead of lunch today). Please let me know if you are interested in attending. If people off-site are interested in listening in, let me know and we can perhaps arrange you to conference in. The proposed agenda will be: - Yes, lots of work has been happening! - Introduction to the site engine - Feedback and usability ideas - Building of accounts and package depots for users present - Next steps forward and action items Greg -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From greg at runlevelzero.net Wed May 14 01:12:43 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Wed, 14 May 2003 01:12:43 -0700 Subject: [cAos] Status... Message-ID: <20030514081242.GA18394@titan.runlevelzero.net> I have identified the list of SRPMS needed to be built for 1.0. The list can be found at (contact me if you need an account): http://caosity.org/pkg_adopt.php To take ownership of a package just build the SRPM, rsync it to your depot and then click on the package name at the above link. It will prompt you to select the proper SRPM and md5sum of that package. Each package is part of a group, and the role of the group maintainers is to make sure everything comes together properly (dependencies and package builds). Group maintainers are also responsible for doing the package builds. In the future we hope to have a small heterogeneous build cluster that will build for different architectures via a batch scheduler. 1.0 will occur when base and development package groups are ready and when the update repositories and web site are ready. My goal is ~2 months. Greg -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From herrold at owlriver.com Wed May 14 07:16:13 2003 From: herrold at owlriver.com (R P Herrold) Date: Wed, 14 May 2003 10:16:13 -0400 (EDT) Subject: [cAos] Status... In-Reply-To: <20030514081242.GA18394@titan.runlevelzero.net> Message-ID: On Wed, 14 May 2003, Greg Kurtzer wrote: > I have identified the list of SRPMS needed to be built for 1.0. The list can > be found at (contact me if you need an account): > > http://caosity.org/pkg_adopt.php hmmm --- looks like a signup, lost password and change password set of code is needed. Is a MySQL-ish backend available for authentication code? -- Russ From greg at runlevelzero.net Wed May 14 07:37:20 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Wed, 14 May 2003 07:37:20 -0700 Subject: [cAos] Status... In-Reply-To: References: <20030514081242.GA18394@titan.runlevelzero.net> Message-ID: <20030514143720.GB26417@titan.runlevelzero.net> On Wed, May 14, 2003 at 10:16:13AM -0400, R P Herrold told me: > On Wed, 14 May 2003, Greg Kurtzer wrote: > > > I have identified the list of SRPMS needed to be built for 1.0. The list can > > be found at (contact me if you need an account): > > > > http://caosity.org/pkg_adopt.php > > hmmm --- looks like a signup, lost password and change > password set of code is needed. Is a MySQL-ish backend > available for authentication code? It is running PHP[sessions]->MySQL on the backside. Password changing is (or will be) available when you get in. A lost password form is also planned. Greg -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From greg at runlevelzero.net Mon May 19 11:52:24 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Mon, 19 May 2003 11:52:24 -0700 Subject: [cAos] Still adding packages... Message-ID: <20030519185224.GA32571@titan.runlevelzero.net> Hello all, I think that we are just about 2/3rd done with the cAos SRPM builds for the base system. I took on the hard ones first so the rest should be hopefully pretty straight forward. The next 2 hurtles to jump is the devel package group, and then the X and Gnome2 groups. Also, I will need to start creating the nightly build system and making ISO's. I will give more details on this and ask for input later (unless you have ideas on this now). Greg -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From greg at runlevelzero.net Mon May 19 11:55:14 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Mon, 19 May 2003 11:55:14 -0700 Subject: [cAos] Tomorrows meeting... Message-ID: <20030519185514.GB32571@titan.runlevelzero.net> When/Where should we meet tomorrow? It would be good to make it in a place that has a conference phone for the people that can not make it in person. Greg -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From geoff at galitz.org Mon May 19 23:34:12 2003 From: geoff at galitz.org (Geoff Galitz) Date: Mon, 19 May 2003 23:34:12 -0700 (PDT) Subject: [cAos] Tomorrows meeting... In-Reply-To: <20030519185514.GB32571@titan.runlevelzero.net> References: <20030519185514.GB32571@titan.runlevelzero.net> Message-ID: <1275.208.201.229.52.1053412452.squirrel@ssl.sonic.net> Who plans on attending? I can meet as early as noon, though later is better. -geoff > When/Where should we meet tomorrow? > > It would be good to make it in a place that has a conference phone for > the people that can not make it in person. > > Greg > -- > /* Greg Kurtzer, Open Source Developer > * http://runlevelzero.net/greg/ > * > * RunLevelZero.net Warewulf GRAB > * greg at runlevelzero.net greg at warewulf-cluster.org > greg at rpm-grab.org * http://runlevelzero.net/ > http://warewulf-cluster.org/ http://rpm-grab.org/ * > * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! > Do not * send me ANY M$ Office documents or it will be deleted upon > arrival (plain * text, OpenOffice.org format, and RTF welcomed). > */ > _______________________________________________ > cAos mailing list > cAos at runlevelzero.net > http://www.runlevelzero.net/mailman/listinfo/caos From greg at runlevelzero.net Tue May 20 07:56:04 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Tue, 20 May 2003 07:56:04 -0700 Subject: [cAos] Tomorrows meeting... In-Reply-To: <1275.208.201.229.52.1053412452.squirrel@ssl.sonic.net> References: <20030519185514.GB32571@titan.runlevelzero.net> <1275.208.201.229.52.1053412452.squirrel@ssl.sonic.net> Message-ID: <20030520145604.GA12674@titan.runlevelzero.net> I was hoping to have the meeting at 11am so Russ can phone in. Russ, can you make it if we hold at 1pm PST? Greg On Mon, May 19, 2003 at 11:34:12PM -0700, Geoff Galitz told me: > Who plans on attending? I can meet as early as noon, though later is better. > > > -geoff > > > > > When/Where should we meet tomorrow? > > > > It would be good to make it in a place that has a conference phone for > > the people that can not make it in person. > > > > Greg > > -- > > /* Greg Kurtzer, Open Source Developer > > * http://runlevelzero.net/greg/ > > * > > * RunLevelZero.net Warewulf GRAB > > * greg at runlevelzero.net greg at warewulf-cluster.org > > greg at rpm-grab.org * http://runlevelzero.net/ > > http://warewulf-cluster.org/ http://rpm-grab.org/ * > > * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! > > Do not * send me ANY M$ Office documents or it will be deleted upon > > arrival (plain * text, OpenOffice.org format, and RTF welcomed). > > */ > > _______________________________________________ > > cAos mailing list > > cAos at runlevelzero.net > > http://www.runlevelzero.net/mailman/listinfo/caos > > > > _______________________________________________ > cAos mailing list > cAos at runlevelzero.net > http://www.runlevelzero.net/mailman/listinfo/caos -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From geoff at galitz.org Tue May 20 09:14:24 2003 From: geoff at galitz.org (Geoff Galitz) Date: Tue, 20 May 2003 09:14:24 -0700 (PDT) Subject: [cAos] Tomorrows meeting... In-Reply-To: <20030520145604.GA12674@titan.runlevelzero.net> References: <20030519185514.GB32571@titan.runlevelzero.net> <1275.208.201.229.52.1053412452.squirrel@ssl.sonic.net> <20030520145604.GA12674@titan.runlevelzero.net> Message-ID: <1076.208.201.229.52.1053447264.squirrel@ssl.sonic.net> I can also phone in at 11am, if that makes things easier. -geoff > I was hoping to have the meeting at 11am so Russ can phone in. Russ, can > you make it if we hold at 1pm PST? > > Greg > > On Mon, May 19, 2003 at 11:34:12PM -0700, Geoff Galitz told me: >> Who plans on attending? I can meet as early as noon, though later is >> better. >> >> >> -geoff >> >> >> >> > When/Where should we meet tomorrow? >> > >> > It would be good to make it in a place that has a conference phone >> for the people that can not make it in person. >> > >> > Greg >> > -- >> > /* Greg Kurtzer, Open Source Developer >> > * http://runlevelzero.net/greg/ >> > * >> > * RunLevelZero.net Warewulf GRAB >> > * greg at runlevelzero.net greg at warewulf-cluster.org >> > greg at rpm-grab.org * http://runlevelzero.net/ >> > http://warewulf-cluster.org/ http://rpm-grab.org/ * >> > * Do not add my E-mail or contact info to ANY M$ Outlook >> addressbook! >> > Do not * send me ANY M$ Office documents or it will be deleted upon >> arrival (plain * text, OpenOffice.org format, and RTF welcomed). >> > */ >> > _______________________________________________ >> > cAos mailing list >> > cAos at runlevelzero.net >> > http://www.runlevelzero.net/mailman/listinfo/caos >> >> >> >> _______________________________________________ >> cAos mailing list >> cAos at runlevelzero.net >> http://www.runlevelzero.net/mailman/listinfo/caos > > -- > /* Greg Kurtzer, Open Source Developer > * http://runlevelzero.net/greg/ > * > * RunLevelZero.net Warewulf GRAB > * greg at runlevelzero.net greg at warewulf-cluster.org > greg at rpm-grab.org * http://runlevelzero.net/ > http://warewulf-cluster.org/ http://rpm-grab.org/ * > * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! > Do not * send me ANY M$ Office documents or it will be deleted upon > arrival (plain * text, OpenOffice.org format, and RTF welcomed). > */ > _______________________________________________ > cAos mailing list > cAos at runlevelzero.net > http://www.runlevelzero.net/mailman/listinfo/caos From herrold at owlriver.com Tue May 20 10:13:26 2003 From: herrold at owlriver.com (R P Herrold) Date: Tue, 20 May 2003 13:13:26 -0400 (EDT) Subject: [cAos] Tomorrows meeting... In-Reply-To: <20030520145604.GA12674@titan.runlevelzero.net> Message-ID: On Tue, 20 May 2003, Greg Kurtzer wrote: > I was hoping to have the meeting at 11am so Russ can phone in. Russ, can you > make it if we hold at 1pm PST? sure == 1600 local -- please call me on setup at: 800 726 2117 x 1654, or return a number I should call - R From greg at runlevelzero.net Tue May 20 10:42:34 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Tue, 20 May 2003 10:42:34 -0700 Subject: [cAos] Tomorrows meeting... In-Reply-To: References: <20030520145604.GA12674@titan.runlevelzero.net> Message-ID: <20030520174234.GA13887@titan.runlevelzero.net> OK, Lets do a 1pm meeting here (at LBNL). Lets plan on meeting in the 50C conference room (or my office if that room is busy). Agenda items: - Current status Greg - SRPM flow spec walk-though (if Russ does not mind me putting him on the spot) Russ - Things to get done before 1.0 All See you later... Greg On Tue, May 20, 2003 at 01:13:26PM -0400, R P Herrold told me: > On Tue, 20 May 2003, Greg Kurtzer wrote: > > > I was hoping to have the meeting at 11am so Russ can phone in. Russ, can you > > make it if we hold at 1pm PST? > > sure == 1600 local -- please call me on setup at: 800 726 > 2117 x 1654, or return a number I should call > > - R > > _______________________________________________ > cAos mailing list > cAos at runlevelzero.net > http://www.runlevelzero.net/mailman/listinfo/caos -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From greg at runlevelzero.net Tue May 27 10:10:52 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Tue, 27 May 2003 10:10:52 -0700 Subject: [cAos] Meeting... Message-ID: <20030527171051.GA25071@titan.runlevelzero.net> Can anyone make a 1pm PST meeting today? Sorry for the late notice, but because of the 3 day weekend, I totally forgot. Greg -- /* Greg Kurtzer, Open Source Developer * http://runlevelzero.net/greg/ * * RunLevelZero.net Warewulf GRAB * greg at runlevelzero.net greg at warewulf-cluster.org greg at rpm-grab.org * http://runlevelzero.net/ http://warewulf-cluster.org/ http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From KSBeattie at lbl.gov Tue May 27 10:51:55 2003 From: KSBeattie at lbl.gov (Keith Beattie) Date: Tue, 27 May 2003 10:51:55 -0700 Subject: [cAos] Meeting... In-Reply-To: <20030527171051.GA25071@titan.runlevelzero.net> References: <20030527171051.GA25071@titan.runlevelzero.net> Message-ID: <3ED3A5BB.3050905@lbl.gov> On 05/27/2003 10:10 AM, Greg Kurtzer wrote: > Can anyone make a 1pm PST meeting today? Sorry for the late notice, but > because of the 3 day weekend, I totally forgot. > > Greg I can. ksb -- // Keith S. Beattie Secure Grid Technologies Group \\ // KSBeattie at lbl.gov Distributed Systems Department \\ // http://www-itg.lbl.gov/~ksb Computational Research Division \\ // 510-486-6297 Lawrence Berkeley Laboratory \\ From herrold at owlriver.com Tue May 27 11:33:45 2003 From: herrold at owlriver.com (R P Herrold) Date: Tue, 27 May 2003 14:33:45 -0400 (EDT) Subject: [cAos] Meeting... In-Reply-To: <20030527171051.GA25071@titan.runlevelzero.net> Message-ID: On Tue, 27 May 2003, Greg Kurtzer wrote: > Can anyone make a 1pm PST meeting today? Sorry for the late notice, but > because of the 3 day weekend, I totally forgot. me -- Russ From greg at runlevelzero.net Tue May 27 11:52:47 2003 From: greg at runlevelzero.net (Greg Kurtzer) Date: Tue, 27 May 2003 11:52:47 -0700 Subject: [cAos] Meeting... In-Reply-To: <20030527171051.GA25071@titan.runlevelzero.net> References: <20030527171051.GA25071@titan.runlevelzero.net> Message-ID: <20030527185247.GA25738@titan.runlevelzero.net> OK. Meeting will be at 1pm today in LBNL:50C-3305 conf room. - Define tasks that need to happen for 1.0 release - Needed documentation for maintainers Russ, can you email me your contact number. Thanks, Greg On Tue, May 27, 2003 at 10:10:52AM -0700, Greg Kurtzer told me: > Can anyone make a 1pm PST meeting today? Sorry for the late notice, but > because of the 3 day weekend, I totally forgot. > > Greg -- /* Greg Kurtzer, http://runlevelzero.net/greg/ * * Open Source Projects: * cAos: http://caosity.org/ * Warewulf: http://warewulf-cluster.org/ * GRAB: http://rpm-grab.org/ * * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! Do not * send me ANY M$ Office documents or it will be deleted upon arrival (plain * text, OpenOffice.org format, and RTF welcomed). */ From geoff at galitz.org Tue May 27 12:20:26 2003 From: geoff at galitz.org (Geoff Galitz) Date: Tue, 27 May 2003 12:20:26 -0700 (PDT) Subject: [cAos] Meeting... In-Reply-To: <20030527185247.GA25738@titan.runlevelzero.net> References: <20030527171051.GA25071@titan.runlevelzero.net> <20030527185247.GA25738@titan.runlevelzero.net> Message-ID: <1671.208.201.229.52.1054063226.squirrel@ssl.sonic.net> I also completely forgot about that today was the first day back from a long weekend. My schedule will not allow me to attend today. Have fun without me! -geoff > OK. Meeting will be at 1pm today in LBNL:50C-3305 conf room. > > - Define tasks that need to happen for 1.0 release > - Needed documentation for maintainers > > Russ, can you email me your contact number. > > Thanks, > Greg > > On Tue, May 27, 2003 at 10:10:52AM -0700, Greg Kurtzer told me: >> Can anyone make a 1pm PST meeting today? Sorry for the late notice, >> but because of the 3 day weekend, I totally forgot. >> >> Greg > -- > /* Greg Kurtzer, http://runlevelzero.net/greg/ > * > * Open Source Projects: > * cAos: http://caosity.org/ > * Warewulf: http://warewulf-cluster.org/ > * GRAB: http://rpm-grab.org/ > * > * Do not add my E-mail or contact info to ANY M$ Outlook addressbook! > Do not * send me ANY M$ Office documents or it will be deleted upon > arrival (plain * text, OpenOffice.org format, and RTF welcomed). > */ > _______________________________________________ > cAos mailing list > cAos at runlevelzero.net > http://www.runlevelzero.net/mailman/listinfo/caos