From gmk at runlevelzero.net Thu Sep 8 23:17:53 2005 From: gmk at runlevelzero.net (Greg M. Kurtzer) Date: Thu, 8 Sep 2005 23:17:53 -0700 Subject: [cAos] cAos-2 repo updates Message-ID: <20050909061753.GA11421@titan.runlevelzero.net> Current: + SRPMS/BitchX-1.1-4.caos.src.rpm + SRPMS/amarok-1.3.1-0.caos.src.rpm + SRPMS/cutecom-0.13.1-2.caos.src.rpm + SRPMS/dictd-1.9.14-3.caos.src.rpm + SRPMS/gstreamer-plugins-0.8.11-0.caos.src.rpm + SRPMS/openssh-4.2p1-1.caos.src.rpm + SRPMS/php5-5.0.5-5.src.rpm + SRPMS/rkhunter-1.2.7-1.caos.src.rpm + SRPMS/tre-0.7.2-2.src.rpm + SRPMS/udev-050-6.src.rpm + SRPMS/warewulf-2.4.4-1.src.rpm - SRPMS/BitchX-1.1-3.caos.src.rpm - SRPMS/dictd-1.9.14-1.caos.src.rpm - SRPMS/gstreamer-0.8.9-2.caos.src.rpm - SRPMS/gstreamer-plugins-0.8.8-0.caos.src.rpm - SRPMS/openssh-4.1p1-3.caos.src.rpm - SRPMS/openssh-4.1p1-6.caos.src.rpm - SRPMS/php5-5.0.3-4.src.rpm - SRPMS/rkhunter-1.0.6-1.caos.src.rpm - SRPMS/tre-0.7.2-1.src.rpm - SRPMS/udev-050-5.src.rpm - SRPMS/warewulf-2.4.1-1.src.rpm Stable: + SRPMS/BitchX-1.1-4.caos.src.rpm + SRPMS/cutecom-0.13.1-2.caos.src.rpm + SRPMS/dictd-1.9.14-3.caos.src.rpm + SRPMS/ecore-0.9.9.013-1.src.rpm + SRPMS/evas-0.9.9.013-1.src.rpm + SRPMS/gstreamer-0.8.10-1.caos.src.rpm + SRPMS/gstreamer-plugins-0.8.11-0.caos.src.rpm + SRPMS/php5-5.0.5-5.src.rpm + SRPMS/rkhunter-1.2.7-1.caos.src.rpm + SRPMS/tre-0.7.2-2.src.rpm + SRPMS/udev-050-6.src.rpm + SRPMS/warewulf-2.4.4-1.src.rpm - SRPMS/BitchX-1.1-3.caos.src.rpm - SRPMS/dictd-1.9.14-1.caos.src.rpm - SRPMS/ecore-1.0.0-0.pre7.20050224.src.rpm - SRPMS/evas-1.0.0-0.pre13.20050224.src.rpm - SRPMS/gstreamer-0.8.9-2.caos.src.rpm - SRPMS/gstreamer-plugins-0.8.8-0.caos.src.rpm - SRPMS/php5-5.0.3-4.src.rpm - SRPMS/rkhunter-1.0.6-1.caos.src.rpm - SRPMS/tre-0.7.2-1.src.rpm - SRPMS/udev-050-5.src.rpm - SRPMS/warewulf-2.4.1-1.src.rpm -- Greg M. Kurtzer http://runlevelzero.net/ http://caosity.org/ http://warewulf-cluster.org/ Do not look anywhere for truth, for all that is needed is to refrain from allowing concepts to arise. From dgs at gs.washington.edu Fri Sep 16 14:22:51 2005 From: dgs at gs.washington.edu (David S.) Date: Fri, 16 Sep 2005 14:22:51 -0700 Subject: [cAos] Apache2 RPM Message-ID: <20050916212251.GB7523@zambezi.gs.washington.edu> What happened to the Apache2 RPM? Or, if that's gone for good, can anyone suggest how to get PHP working with httpd-2.0.53-10? When I try to start httpd-2.0.53-10 loading 'libphp4.so' from php-4.3.9-5.caos, I get proteome:5% sudo ./httpd start Starting httpd: Syntax error on line 6 of /etc/httpd/conf.d/php.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: ap_user_id On another Caos 2 i386 host I have apache2-2.0.53-1.caos and php-apache2-4.3.9-5.caos, and it all works fine. Thanks in advance for any help. David S. From gmk at runlevelzero.net Fri Sep 16 14:28:20 2005 From: gmk at runlevelzero.net (Greg M. Kurtzer) Date: Fri, 16 Sep 2005 14:28:20 -0700 Subject: [cAos] Apache2 RPM In-Reply-To: <20050916212251.GB7523@zambezi.gs.washington.edu> References: <20050916212251.GB7523@zambezi.gs.washington.edu> Message-ID: <20050916212820.GA29046@titan.runlevelzero.net> Hello, Apache2 was removed for maintenance, but I would recommend that you use the package httpd (which is also apache2). You can do this via: # yum remove apche2* php* # yum install httpd That will pull in php5 as well. The primary difference now with apache2 and httpd is the default configurations. Our plan is to merge them and then offer configuration packages for different defaults. Sorry for the confusion, and I hope that this helps. On Fri, Sep 16, 2005 at 02:22:51PM -0700, David S. wrote: > > > What happened to the Apache2 RPM? Or, if that's gone for good, can > anyone suggest how to get PHP working with httpd-2.0.53-10? When > I try to start httpd-2.0.53-10 loading 'libphp4.so' from php-4.3.9-5.caos, > I get > > proteome:5% sudo ./httpd start > Starting httpd: Syntax error on line 6 of /etc/httpd/conf.d/php.conf: > Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: ap_user_id > > On another Caos 2 i386 host I have apache2-2.0.53-1.caos and > php-apache2-4.3.9-5.caos, and it all works fine. > > Thanks in advance for any help. > > David S. > > _______________________________________________ > cAos mailing list > cAos at caosity.org > http://lists.caosity.org/mailman/listinfo/caos -- Greg M. Kurtzer http://runlevelzero.net/ http://caosity.org/ http://warewulf-cluster.org/ Do not look anywhere for truth, for all that is needed is to refrain from allowing concepts to arise. From mej at caosity.org Sat Sep 17 14:24:36 2005 From: mej at caosity.org (Michael Jennings) Date: Sat, 17 Sep 2005 17:24:36 -0400 Subject: [cAos] Apache2 RPM In-Reply-To: <20050916212251.GB7523@zambezi.gs.washington.edu> References: <20050916212251.GB7523@zambezi.gs.washington.edu> Message-ID: <20050917212436.GB23711@kainx.org> On Friday, 16 September 2005, at 14:22:51 (-0700), David S. wrote: > What happened to the Apache2 RPM? Or, if that's gone for good, can > anyone suggest how to get PHP working with httpd-2.0.53-10? It's not gone for good. There's a fixed version in the "testing" repository you can try. I'd appreciate any feedback on how it works so we can push it into "current" sooner rather than later. :) Thanks, Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "If God is for us, who can be against us? No power on Earth Can take His love away." -- DeGarmo and Key From gmk at runlevelzero.net Fri Sep 23 01:22:56 2005 From: gmk at runlevelzero.net (Greg M. Kurtzer) Date: Fri, 23 Sep 2005 01:22:56 -0700 Subject: [cAos] caos-2 repository updates Message-ID: <20050923082256.GD4441@titan.runlevelzero.net> current: + binfind-0.0.3-1.caos.src.rpm + centericq-4.21.0-2.caos.src.rpm + cmt-1.15-1.caos.src.rpm + compartment-1.1-1.src.rpm + dstat-0.6.1-1.caos.src.rpm + firefox-1.0.7-0.src.rpm + fuse-2.2-2.caos.src.rpm + gamin-0.1.1-2.src.rpm + infobot-0.45.3-1.caos.src.rpm + lablgtk-2.4.0-13.src.rpm + libmad-0.15.1b-4.caos.src.rpm + lynx-2.8.5-24.caos.src.rpm + mdadm-1.12.0-1.caos.src.rpm + mediawiki-1.4.9-1.caos.src.rpm + mldonkey-2.6.3-48.src.rpm + mozilla-1.7.10-1.caos.src.rpm + mt-daapd-0.2.2-1.caos.src.rpm + nc-1.10-20.src.rpm + ndiswrapper-1.2-2.caos.src.rpm + ocaml-3.08.4-11.src.rpm + tikiwiki-1.9.1-2.caos.src.rpm + wireless-tools-28-0.8.src.rpm + xmms-1.2.10-11.caos.src.rpm - firefox-1.0.5-0.src.rpm - firefox-1.0.6-0.src.rpm - lynx-2.8.5-23.src.rpm stable: + binfind-0.0.3-1.caos.src.rpm + cmt-1.15-1.caos.src.rpm + compartment-1.1-1.src.rpm + firefox-1.0.7-0.src.rpm + fuse-2.2-2.caos.src.rpm + infobot-0.45.3-1.caos.src.rpm + lablgtk-2.4.0-13.src.rpm + lynx-2.8.5-24.caos.src.rpm + mldonkey-2.6.3-48.src.rpm + mt-daapd-0.2.2-1.caos.src.rpm + nc-1.10-20.src.rpm + ndiswrapper-1.2-2.caos.src.rpm + ocaml-3.08.4-11.src.rpm - firefox-1.0.5-0.src.rpm - lynx-2.8.5-23.src.rpm -- Greg M. Kurtzer http://runlevelzero.net/ http://caosity.org/ http://warewulf-cluster.org/ Do not look anywhere for truth, for all that is needed is to refrain from allowing concepts to arise. From dgs at gs.washington.edu Mon Sep 26 16:30:27 2005 From: dgs at gs.washington.edu (DGS) Date: Mon, 26 Sep 2005 16:30:27 -0700 Subject: [cAos] Installation with a USB CDROM Message-ID: <20050926233027.GA6202@zambezi.gs.washington.edu> I'm trying to install Caos 2.2.1 x86 on a system with a USB CDROM. The installation fails at the "Building Core File System Step", apparently because the installation program can't read the CDROM. Slackware and Gentoo installation programs see the CDROM as a SCSI device. I'm guessing that I have to load some modules into the kernel for the Caos installer to work, but I'm not sure how. I'd be grateful for any help. David S. From gmk at runlevelzero.net Mon Sep 26 17:58:15 2005 From: gmk at runlevelzero.net (Greg M. Kurtzer) Date: Mon, 26 Sep 2005 17:58:15 -0700 Subject: [cAos] Installation with a USB CDROM In-Reply-To: <20050926233027.GA6202@zambezi.gs.washington.edu> References: <20050926233027.GA6202@zambezi.gs.washington.edu> Message-ID: <20050927005815.GA5908@titan.runlevelzero.net> USB CDROM support will be in cinch-2-2.2 which should be released in the next week or so. Sorry USB support isn't there now. :( Keep an eye out for the release email, and please test if you can. Thanks! On Mon, Sep 26, 2005 at 04:30:27PM -0700, DGS wrote: > > I'm trying to install Caos 2.2.1 x86 on a system with a USB CDROM. > The installation fails at the "Building Core File System Step", > apparently because the installation program can't read the CDROM. > Slackware and Gentoo installation programs see the CDROM as a > SCSI device. I'm guessing that I have to load some modules into > the kernel for the Caos installer to work, but I'm not sure how. > I'd be grateful for any help. > > David S. > > _______________________________________________ > cAos mailing list > cAos at caosity.org > http://lists.caosity.org/mailman/listinfo/caos -- Greg M. Kurtzer http://runlevelzero.net/ http://caosity.org/ http://warewulf-cluster.org/ Do not look anywhere for truth, for all that is needed is to refrain from allowing concepts to arise.