From a_s_soares at yahoo.com.br Mon Feb 2 11:37:42 2009 From: a_s_soares at yahoo.com.br (Alexsandro Soares) Date: Mon, 2 Feb 2009 11:37:42 -0800 (PST) Subject: [cAos] Install problem Message-ID: <371323.18119.qm@web51607.mail.re2.yahoo.com> Hi, When I tried to install Caos NSA 1 64 bits, the folowing message appears, just after I choose to boot with autoinstall from CD: locating the cinch cdrom... The CDROM was not found. Any suggestions? Alex Veja quais s?o os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com From gmkurtzer at gmail.com Mon Feb 2 12:21:29 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Mon, 2 Feb 2009 12:21:29 -0800 Subject: [cAos] Install problem In-Reply-To: <371323.18119.qm@web51607.mail.re2.yahoo.com> References: <371323.18119.qm@web51607.mail.re2.yahoo.com> Message-ID: <571f1a060902021221ta676b5bqd71672d3c32d1593@mail.gmail.com> Hello Alex, Usually this means there was a problem recognizing the CDROM drive itself. What kind of device are you using? Maybe try a USB CDROM? Regards, Greg On Mon, Feb 2, 2009 at 11:37 AM, Alexsandro Soares wrote: > Hi, > > When I tried to install Caos NSA 1 64 bits, the folowing message appears, just after I choose to boot with autoinstall from CD: > locating the cinch cdrom... > The CDROM was not found. > > Any suggestions? > > Alex > > > > Veja quais s?o os assuntos do momento no Yahoo! +Buscados > http://br.maisbuscados.yahoo.com > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From caos at commobil.de Tue Feb 3 03:07:35 2009 From: caos at commobil.de (Mike) Date: Tue, 3 Feb 2009 12:07:35 +0100 Subject: [cAos] 2 small questions Message-ID: <3DA4E3C1-ACDD-4FD4-B146-4FE9AB36925E@commobil.de> Hi folks, first of all thanks for this pretty clean system. Finally a real successor for my beloved Trustix! Anyway, I?ve installed Caos NSA 1.0 and stumbled into two problems. First and formost: How to add a second ip address to an interface? I?ve tried it the way I did in Trustix/ Centos but without bringing it to work. Here is what I?ve tried: /etc/sysconfig/nics/eth0_1 GATEWAY=x.x.x.1 TYPE=Ethernet DEVICE=eth0:1 BOOTPROTO=none NETMASK=255.255.255.0 DHCP_HOSTNAME=egw.in.reproheinatz.de IPADDR=x.x.x.250 USERCTL=no IPV6INIT=no ONPARENT=yes PEERDNS=yes Second problem: How to change the keyboard map? Can?t find the mentioned kbdconfig, can?t find a file to edit. Best regards, Mike From gmkurtzer at gmail.com Tue Feb 3 12:15:11 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Tue, 3 Feb 2009 12:15:11 -0800 Subject: [cAos] 2 small questions In-Reply-To: <3DA4E3C1-ACDD-4FD4-B146-4FE9AB36925E@commobil.de> References: <3DA4E3C1-ACDD-4FD4-B146-4FE9AB36925E@commobil.de> Message-ID: <571f1a060902031215x2960c256k1d4f7141295c900f@mail.gmail.com> Glad to know that Caos is working out well for you! Change the type of the device to alias instead of Ethernet (TYPE=alias), and then the rest of the file would look just like the other device configs: So if you put this in a file called /etc/sysconfig/nics/somename DEVICE=eth0:1 TYPE=alias ONBOOT=yes IPADDR=10.0.0.1 NETMAS=255.255.255.0 and then "ifup somename" will do the trick. The name of the config file can be anything, and you can address it with the ifup and ifdown commands. So for example, I have configs on my laptop for wireless home, wireless open, eth0, etc... If you do a "smart upgrade" you will get the kbd RPM and updates to the sysinit package to set "KEYMAP=xxx" in the file /etc/sysconfig/sysinit. Let me know if you have any questions on this. Good luck! Greg On Tue, Feb 3, 2009 at 3:07 AM, Mike wrote: > Hi folks, > first of all thanks for this pretty clean system. Finally a real > successor for my beloved Trustix! Anyway, I?ve installed Caos NSA 1.0 > and stumbled into two problems. First and formost: How to add a second > ip address to an interface? I?ve tried it the way I did in Trustix/ > Centos but without bringing it to work. Here is what I?ve tried: > /etc/sysconfig/nics/eth0_1 > > GATEWAY=x.x.x.1 > TYPE=Ethernet > DEVICE=eth0:1 > BOOTPROTO=none > NETMASK=255.255.255.0 > DHCP_HOSTNAME=egw.in.reproheinatz.de > IPADDR=x.x.x.250 > USERCTL=no > IPV6INIT=no > ONPARENT=yes > PEERDNS=yes > > Second problem: How to change the keyboard map? Can?t find the > mentioned kbdconfig, can?t find a file to edit. > > Best regards, > > > Mike > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From caos at commobil.de Wed Feb 4 04:18:09 2009 From: caos at commobil.de (Mike) Date: Wed, 4 Feb 2009 13:18:09 +0100 Subject: [cAos] 2 small questions In-Reply-To: <571f1a060902031215x2960c256k1d4f7141295c900f@mail.gmail.com> References: <3DA4E3C1-ACDD-4FD4-B146-4FE9AB36925E@commobil.de> <571f1a060902031215x2960c256k1d4f7141295c900f@mail.gmail.com> Message-ID: <75091295-90E6-4E38-B9EE-DE6C9756F106@commobil.de> Hi Greg, thanks for the reply. Am 03.02.2009 um 21:15 schrieb Greg Kurtzer: > Glad to know that Caos is working out well for you! > > Change the type of the device to alias instead of Ethernet > (TYPE=alias), and then the rest of the file would look just like the > other device configs: > > So if you put this in a file called /etc/sysconfig/nics/somename > > DEVICE=eth0:1 > TYPE=alias > ONBOOT=yes > IPADDR=10.0.0.1 > NETMAS=255.255.255.0 > > and then "ifup somename" will do the trick. The name of the config > file can be anything, and you can address it with the ifup and ifdown > commands. So for example, I have configs on my laptop for wireless > home, wireless open, eth0, etc... > Too bad, that doesn?t work for me. I?ve created a new file, put the the abouve stuff, but it doesn?t come up. Both boot and ipup are failing without any error messages. But when I misspell something in the file let?s say NETMAS instead of NETMASK, I get error messages both during boot and with the ipup command. On the other hand "ipconfig eth0:1 10.0.0.1" adds the second ip address to the interface without any problems and both ip addresses can be pinged. As a current work around I have added the ipconfig line to the network init script. > If you do a "smart upgrade" you will get the kbd RPM and updates to > the sysinit package to set "KEYMAP=xxx" in the file > /etc/sysconfig/sysinit. Let me know if you have any questions on this. hm, doesn?t seem to work. I?ve added KEYMAP="de" at the end of /etc/ sysconfig/sysinit but doesn?t work. No german keymap aviable? Best regards, Mike > > > Good luck! > > Greg > > > > On Tue, Feb 3, 2009 at 3:07 AM, Mike wrote: >> Hi folks, >> first of all thanks for this pretty clean system. Finally a real >> successor for my beloved Trustix! Anyway, I?ve installed Caos NSA 1.0 >> and stumbled into two problems. First and formost: How to add a >> second >> ip address to an interface? I?ve tried it the way I did in Trustix/ >> Centos but without bringing it to work. Here is what I?ve tried: >> /etc/sysconfig/nics/eth0_1 >> >> GATEWAY=x.x.x.1 >> TYPE=Ethernet >> DEVICE=eth0:1 >> BOOTPROTO=none >> NETMASK=255.255.255.0 >> DHCP_HOSTNAME=egw.in.reproheinatz.de >> IPADDR=x.x.x.250 >> USERCTL=no >> IPV6INIT=no >> ONPARENT=yes >> PEERDNS=yes >> >> Second problem: How to change the keyboard map? Can?t find the >> mentioned kbdconfig, can?t find a file to edit. >> >> Best regards, >> >> >> Mike >> _______________________________________________ >> cAos mailing list >> cAos at caoslinux.org >> http://lists.caosity.org/mailman/listinfo/caos >> > > > > -- > Greg Kurtzer > http://www.infiscale.com/ > http://www.perceus.org/ > http://www.caoslinux.org/ > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos From gmkurtzer at gmail.com Wed Feb 4 10:27:51 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Wed, 4 Feb 2009 10:27:51 -0800 Subject: [cAos] 2 small questions In-Reply-To: <75091295-90E6-4E38-B9EE-DE6C9756F106@commobil.de> References: <3DA4E3C1-ACDD-4FD4-B146-4FE9AB36925E@commobil.de> <571f1a060902031215x2960c256k1d4f7141295c900f@mail.gmail.com> <75091295-90E6-4E38-B9EE-DE6C9756F106@commobil.de> Message-ID: <571f1a060902041027h3bd70844w16581d5e6bd77378@mail.gmail.com> On Wed, Feb 4, 2009 at 4:18 AM, Mike wrote: > Hi Greg, > thanks for the reply. > Am 03.02.2009 um 21:15 schrieb Greg Kurtzer: > >> Glad to know that Caos is working out well for you! >> >> Change the type of the device to alias instead of Ethernet >> (TYPE=alias), and then the rest of the file would look just like the >> other device configs: >> >> So if you put this in a file called /etc/sysconfig/nics/somename >> >> DEVICE=eth0:1 >> TYPE=alias >> ONBOOT=yes >> IPADDR=10.0.0.1 >> NETMAS=255.255.255.0 >> >> and then "ifup somename" will do the trick. The name of the config >> file can be anything, and you can address it with the ifup and ifdown >> commands. So for example, I have configs on my laptop for wireless >> home, wireless open, eth0, etc... >> > Too bad, that doesn?t work for me. I?ve created a new file, put the > the abouve stuff, but it doesn?t come up. Both boot and ipup are > failing without any error messages. But when I misspell something in > the file let?s say NETMAS instead of NETMASK, I get error messages > both during boot and with the ipup command. On the other hand > "ipconfig eth0:1 10.0.0.1" adds the second ip address to the interface > without any problems and both ip addresses can be pinged. As a current > work around I have added the ipconfig line to the network init script. Ack,.. Sorry about that, I not only mistyped NETMASK, but I also forgot BOOTPROTO=static. The correct file should look like: DEVICE=eth0:1 TYPE=alias ONBOOT=yes IPADDR=10.0.0.1 NETMASK=255.255.255.0 BOOTPROTO=static Which I just double checked should work fine. > >> If you do a "smart upgrade" you will get the kbd RPM and updates to >> the sysinit package to set "KEYMAP=xxx" in the file >> /etc/sysconfig/sysinit. Let me know if you have any questions on this. > hm, doesn?t seem to work. I?ve added KEYMAP="de" at the end of /etc/ > sysconfig/sysinit but doesn?t work. No german keymap aviable? The kbd package and sysinit upgrade is still in nsa-testing. You can enable that in sidekick by navigating to: Applications -> Packages -> Repositories and then select nsa-testing. Let me know if that helps better. :) Thanks, Greg > > Best regards, > > Mike > >> >> >> Good luck! >> >> Greg >> >> >> >> On Tue, Feb 3, 2009 at 3:07 AM, Mike wrote: >>> Hi folks, >>> first of all thanks for this pretty clean system. Finally a real >>> successor for my beloved Trustix! Anyway, I?ve installed Caos NSA 1.0 >>> and stumbled into two problems. First and formost: How to add a >>> second >>> ip address to an interface? I?ve tried it the way I did in Trustix/ >>> Centos but without bringing it to work. Here is what I?ve tried: >>> /etc/sysconfig/nics/eth0_1 >>> >>> GATEWAY=x.x.x.1 >>> TYPE=Ethernet >>> DEVICE=eth0:1 >>> BOOTPROTO=none >>> NETMASK=255.255.255.0 >>> DHCP_HOSTNAME=egw.in.reproheinatz.de >>> IPADDR=x.x.x.250 >>> USERCTL=no >>> IPV6INIT=no >>> ONPARENT=yes >>> PEERDNS=yes >>> >>> Second problem: How to change the keyboard map? Can?t find the >>> mentioned kbdconfig, can?t find a file to edit. >>> >>> Best regards, >>> >>> >>> Mike >>> _______________________________________________ >>> cAos mailing list >>> cAos at caoslinux.org >>> http://lists.caosity.org/mailman/listinfo/caos >>> >> >> >> >> -- >> Greg Kurtzer >> http://www.infiscale.com/ >> http://www.perceus.org/ >> http://www.caoslinux.org/ >> _______________________________________________ >> cAos mailing list >> cAos at caoslinux.org >> http://lists.caosity.org/mailman/listinfo/caos > > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From caos at commobil.de Thu Feb 5 00:48:35 2009 From: caos at commobil.de (Mike) Date: Thu, 5 Feb 2009 09:48:35 +0100 Subject: [cAos] [Solved]Re: 2 small questions In-Reply-To: <571f1a060902041027h3bd70844w16581d5e6bd77378@mail.gmail.com> References: <3DA4E3C1-ACDD-4FD4-B146-4FE9AB36925E@commobil.de> <571f1a060902031215x2960c256k1d4f7141295c900f@mail.gmail.com> <75091295-90E6-4E38-B9EE-DE6C9756F106@commobil.de> <571f1a060902041027h3bd70844w16581d5e6bd77378@mail.gmail.com> Message-ID: <00F36D4C-0963-44E2-A996-A986ADF01E3D@commobil.de> Hi Greg, all problems fixed, thanks a lot, Mike Am 04.02.2009 um 19:27 schrieb Greg Kurtzer: > On Wed, Feb 4, 2009 at 4:18 AM, Mike wrote: >> Hi Greg, >> thanks for the reply. >> Am 03.02.2009 um 21:15 schrieb Greg Kurtzer: >> >>> Glad to know that Caos is working out well for you! >>> >>> Change the type of the device to alias instead of Ethernet >>> (TYPE=alias), and then the rest of the file would look just like the >>> other device configs: >>> >>> So if you put this in a file called /etc/sysconfig/nics/somename >>> >>> DEVICE=eth0:1 >>> TYPE=alias >>> ONBOOT=yes >>> IPADDR=10.0.0.1 >>> NETMAS=255.255.255.0 >>> >>> and then "ifup somename" will do the trick. The name of the config >>> file can be anything, and you can address it with the ifup and >>> ifdown >>> commands. So for example, I have configs on my laptop for wireless >>> home, wireless open, eth0, etc... >>> >> Too bad, that doesn?t work for me. I?ve created a new file, put the >> the abouve stuff, but it doesn?t come up. Both boot and ipup are >> failing without any error messages. But when I misspell something in >> the file let?s say NETMAS instead of NETMASK, I get error messages >> both during boot and with the ipup command. On the other hand >> "ipconfig eth0:1 10.0.0.1" adds the second ip address to the >> interface >> without any problems and both ip addresses can be pinged. As a >> current >> work around I have added the ipconfig line to the network init >> script. > > Ack,.. Sorry about that, I not only mistyped NETMASK, but I also > forgot BOOTPROTO=static. The correct file should look like: > > DEVICE=eth0:1 > TYPE=alias > ONBOOT=yes > IPADDR=10.0.0.1 > NETMASK=255.255.255.0 > BOOTPROTO=static > > Which I just double checked should work fine. > >> >>> If you do a "smart upgrade" you will get the kbd RPM and updates to >>> the sysinit package to set "KEYMAP=xxx" in the file >>> /etc/sysconfig/sysinit. Let me know if you have any questions on >>> this. >> hm, doesn?t seem to work. I?ve added KEYMAP="de" at the end of /etc/ >> sysconfig/sysinit but doesn?t work. No german keymap aviable? > > The kbd package and sysinit upgrade is still in nsa-testing. You can > enable that in sidekick by navigating to: Applications -> Packages -> > Repositories and then select nsa-testing. > > Let me know if that helps better. :) > > Thanks, > Greg > >> >> Best regards, >> >> Mike >> >>> >>> >>> Good luck! >>> >>> Greg >>> >>> >>> >>> On Tue, Feb 3, 2009 at 3:07 AM, Mike wrote: >>>> Hi folks, >>>> first of all thanks for this pretty clean system. Finally a real >>>> successor for my beloved Trustix! Anyway, I?ve installed Caos NSA >>>> 1.0 >>>> and stumbled into two problems. First and formost: How to add a >>>> second >>>> ip address to an interface? I?ve tried it the way I did in >>>> Trustix/ >>>> Centos but without bringing it to work. Here is what I?ve tried: >>>> /etc/sysconfig/nics/eth0_1 >>>> >>>> GATEWAY=x.x.x.1 >>>> TYPE=Ethernet >>>> DEVICE=eth0:1 >>>> BOOTPROTO=none >>>> NETMASK=255.255.255.0 >>>> DHCP_HOSTNAME=egw.in.reproheinatz.de >>>> IPADDR=x.x.x.250 >>>> USERCTL=no >>>> IPV6INIT=no >>>> ONPARENT=yes >>>> PEERDNS=yes >>>> >>>> Second problem: How to change the keyboard map? Can?t find the >>>> mentioned kbdconfig, can?t find a file to edit. >>>> >>>> Best regards, >>>> >>>> >>>> Mike >>>> _______________________________________________ >>>> cAos mailing list >>>> cAos at caoslinux.org >>>> http://lists.caosity.org/mailman/listinfo/caos >>>> >>> >>> >>> >>> -- >>> Greg Kurtzer >>> http://www.infiscale.com/ >>> http://www.perceus.org/ >>> http://www.caoslinux.org/ >>> _______________________________________________ >>> cAos mailing list >>> cAos at caoslinux.org >>> http://lists.caosity.org/mailman/listinfo/caos >> >> _______________________________________________ >> cAos mailing list >> cAos at caoslinux.org >> http://lists.caosity.org/mailman/listinfo/caos >> > > > > -- > Greg Kurtzer > http://www.infiscale.com/ > http://www.perceus.org/ > http://www.caoslinux.org/ > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos From gmkurtzer at gmail.com Thu Feb 5 09:53:52 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Thu, 5 Feb 2009 09:53:52 -0800 Subject: [cAos] [Solved]Re: 2 small questions In-Reply-To: <00F36D4C-0963-44E2-A996-A986ADF01E3D@commobil.de> References: <3DA4E3C1-ACDD-4FD4-B146-4FE9AB36925E@commobil.de> <571f1a060902031215x2960c256k1d4f7141295c900f@mail.gmail.com> <75091295-90E6-4E38-B9EE-DE6C9756F106@commobil.de> <571f1a060902041027h3bd70844w16581d5e6bd77378@mail.gmail.com> <00F36D4C-0963-44E2-A996-A986ADF01E3D@commobil.de> Message-ID: <571f1a060902050953q5a9c3ba9q20a19464fcb64f90@mail.gmail.com> Mike, Happy to help and glad to hear everything is working! Greg On Thu, Feb 5, 2009 at 12:48 AM, Mike wrote: > Hi Greg, > all problems fixed, thanks a lot, > > Mike > > Am 04.02.2009 um 19:27 schrieb Greg Kurtzer: > >> On Wed, Feb 4, 2009 at 4:18 AM, Mike wrote: >>> Hi Greg, >>> thanks for the reply. >>> Am 03.02.2009 um 21:15 schrieb Greg Kurtzer: >>> >>>> Glad to know that Caos is working out well for you! >>>> >>>> Change the type of the device to alias instead of Ethernet >>>> (TYPE=alias), and then the rest of the file would look just like the >>>> other device configs: >>>> >>>> So if you put this in a file called /etc/sysconfig/nics/somename >>>> >>>> DEVICE=eth0:1 >>>> TYPE=alias >>>> ONBOOT=yes >>>> IPADDR=10.0.0.1 >>>> NETMAS=255.255.255.0 >>>> >>>> and then "ifup somename" will do the trick. The name of the config >>>> file can be anything, and you can address it with the ifup and >>>> ifdown >>>> commands. So for example, I have configs on my laptop for wireless >>>> home, wireless open, eth0, etc... >>>> >>> Too bad, that doesn?t work for me. I?ve created a new file, put the >>> the abouve stuff, but it doesn?t come up. Both boot and ipup are >>> failing without any error messages. But when I misspell something in >>> the file let?s say NETMAS instead of NETMASK, I get error messages >>> both during boot and with the ipup command. On the other hand >>> "ipconfig eth0:1 10.0.0.1" adds the second ip address to the >>> interface >>> without any problems and both ip addresses can be pinged. As a >>> current >>> work around I have added the ipconfig line to the network init >>> script. >> >> Ack,.. Sorry about that, I not only mistyped NETMASK, but I also >> forgot BOOTPROTO=static. The correct file should look like: >> >> DEVICE=eth0:1 >> TYPE=alias >> ONBOOT=yes >> IPADDR=10.0.0.1 >> NETMASK=255.255.255.0 >> BOOTPROTO=static >> >> Which I just double checked should work fine. >> >>> >>>> If you do a "smart upgrade" you will get the kbd RPM and updates to >>>> the sysinit package to set "KEYMAP=xxx" in the file >>>> /etc/sysconfig/sysinit. Let me know if you have any questions on >>>> this. >>> hm, doesn?t seem to work. I?ve added KEYMAP="de" at the end of /etc/ >>> sysconfig/sysinit but doesn?t work. No german keymap aviable? >> >> The kbd package and sysinit upgrade is still in nsa-testing. You can >> enable that in sidekick by navigating to: Applications -> Packages -> >> Repositories and then select nsa-testing. >> >> Let me know if that helps better. :) >> >> Thanks, >> Greg >> >>> >>> Best regards, >>> >>> Mike >>> >>>> >>>> >>>> Good luck! >>>> >>>> Greg >>>> >>>> >>>> >>>> On Tue, Feb 3, 2009 at 3:07 AM, Mike wrote: >>>>> Hi folks, >>>>> first of all thanks for this pretty clean system. Finally a real >>>>> successor for my beloved Trustix! Anyway, I?ve installed Caos NSA >>>>> 1.0 >>>>> and stumbled into two problems. First and formost: How to add a >>>>> second >>>>> ip address to an interface? I?ve tried it the way I did in >>>>> Trustix/ >>>>> Centos but without bringing it to work. Here is what I?ve tried: >>>>> /etc/sysconfig/nics/eth0_1 >>>>> >>>>> GATEWAY=x.x.x.1 >>>>> TYPE=Ethernet >>>>> DEVICE=eth0:1 >>>>> BOOTPROTO=none >>>>> NETMASK=255.255.255.0 >>>>> DHCP_HOSTNAME=egw.in.reproheinatz.de >>>>> IPADDR=x.x.x.250 >>>>> USERCTL=no >>>>> IPV6INIT=no >>>>> ONPARENT=yes >>>>> PEERDNS=yes >>>>> >>>>> Second problem: How to change the keyboard map? Can?t find the >>>>> mentioned kbdconfig, can?t find a file to edit. >>>>> >>>>> Best regards, >>>>> >>>>> >>>>> Mike >>>>> _______________________________________________ >>>>> cAos mailing list >>>>> cAos at caoslinux.org >>>>> http://lists.caosity.org/mailman/listinfo/caos >>>>> >>>> >>>> >>>> >>>> -- >>>> Greg Kurtzer >>>> http://www.infiscale.com/ >>>> http://www.perceus.org/ >>>> http://www.caoslinux.org/ >>>> _______________________________________________ >>>> cAos mailing list >>>> cAos at caoslinux.org >>>> http://lists.caosity.org/mailman/listinfo/caos >>> >>> _______________________________________________ >>> cAos mailing list >>> cAos at caoslinux.org >>> http://lists.caosity.org/mailman/listinfo/caos >>> >> >> >> >> -- >> Greg Kurtzer >> http://www.infiscale.com/ >> http://www.perceus.org/ >> http://www.caoslinux.org/ >> _______________________________________________ >> cAos mailing list >> cAos at caoslinux.org >> http://lists.caosity.org/mailman/listinfo/caos > > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From gmkurtzer at gmail.com Thu Feb 5 11:00:55 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Thu, 5 Feb 2009 11:00:55 -0800 Subject: [cAos] Caos and Perceus on the web Message-ID: <571f1a060902051100m35bd4bc6m35fc7d70bd6da39a@mail.gmail.com> Linux Magazine article on clustering with Caos NSA and Perceus (great article, thanks Jeff Layton!): http://www.linux-mag.com/id/7239 Video HOWO on Caos NSA installation created by the good folks at Infiscale: http://www.youtube.com/watch?v=itQkufR0sPA Enjoy! -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From darr at ocean.washington.edu Thu Feb 5 12:32:03 2009 From: darr at ocean.washington.edu (david darr) Date: Thu, 5 Feb 2009 12:32:03 -0800 Subject: [cAos] JRE capable broswer for 64-bit Caos? Message-ID: <6a8af7e80902051232x11865ccaj96b2170900934588@mail.gmail.com> Hi all, I'm running 64-bit Caos NSA and have been unable to get a JRE-capable browser working. I've tried the 32-bit version of Firefox and SeaMonkey, both to no avail. Any suggestions on how to get this to work? thanks, David -- -------------------------------------------------------------------------- David Darr - ph: (206) 616-4953 - email: darr at ocean.washington.edu School of Oceanography - Univ. of Washington - Seattle, WA. 98195 -------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090205/bac1bef8/attachment.html From mej at caoslinux.org Thu Feb 5 14:03:41 2009 From: mej at caoslinux.org (Michael Jennings) Date: Thu, 5 Feb 2009 14:03:41 -0800 Subject: [cAos] JRE capable broswer for 64-bit Caos? In-Reply-To: <6a8af7e80902051232x11865ccaj96b2170900934588@mail.gmail.com> References: <6a8af7e80902051232x11865ccaj96b2170900934588@mail.gmail.com> Message-ID: <20090205220341.GP12468@kainx.org> On Thursday, 05 February 2009, at 12:32:03 (-0800), david darr wrote: > I'm running 64-bit Caos NSA and have been unable to get a > JRE-capable browser working. I've tried the 32-bit version of > Firefox and SeaMonkey, both to no avail. Any suggestions on how to > get this to work? I have 32-bit firefox working with Flash and Java on Caos, and it works fine. What kinds of problems are you seeing? Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ Linux Server/Cluster Admin, LBL.gov Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "Do not meddle in the affairs of cats, for they are subtle and will piss on your computer." -- Bruce Graham From darr at ocean.washington.edu Thu Feb 5 14:14:32 2009 From: darr at ocean.washington.edu (david darr) Date: Thu, 5 Feb 2009 14:14:32 -0800 Subject: [cAos] JRE capable broswer for 64-bit Caos? In-Reply-To: <20090205220341.GP12468@kainx.org> References: <6a8af7e80902051232x11865ccaj96b2170900934588@mail.gmail.com> <20090205220341.GP12468@kainx.org> Message-ID: <6a8af7e80902051414o221265b5r6715aa38c6f70879@mail.gmail.com> On Thu, Feb 5, 2009 at 2:03 PM, Michael Jennings wrote: > On Thursday, 05 February 2009, at 12:32:03 (-0800), > david darr wrote: > > > I'm running 64-bit Caos NSA and have been unable to get a > > JRE-capable browser working. I've tried the 32-bit version of > > Firefox and SeaMonkey, both to no avail. Any suggestions on how to > > get this to work? > > I have 32-bit firefox working with Flash and Java on Caos, and it > works fine. What kinds of problems are you seeing? I couldn't get it to fire up at all. Lots of missing libs (presumably 32-bit)..... How did you install? -- -------------------------------------------------------------------------- David Darr - ph: (206) 616-4953 - email: darr at ocean.washington.edu School of Oceanography - Univ. of Washington - Seattle, WA. 98195 -------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090205/9d8b45e7/attachment.html From mej at caoslinux.org Thu Feb 5 15:22:44 2009 From: mej at caoslinux.org (Michael Jennings) Date: Thu, 5 Feb 2009 15:22:44 -0800 Subject: [cAos] JRE capable broswer for 64-bit Caos? In-Reply-To: <6a8af7e80902051414o221265b5r6715aa38c6f70879@mail.gmail.com> References: <6a8af7e80902051232x11865ccaj96b2170900934588@mail.gmail.com> <20090205220341.GP12468@kainx.org> <6a8af7e80902051414o221265b5r6715aa38c6f70879@mail.gmail.com> Message-ID: <20090205232244.GQ12468@kainx.org> On Thursday, 05 February 2009, at 14:14:32 (-0800), david darr wrote: > I couldn't get it to fire up at all. Lots of missing libs (presumably > 32-bit)..... How did you install? smart install firefox at i386 Here's the channel file in case that's what you're missing: [caos-main] name = Caos 1.0 32-bit package repository baseurl = http://mirror.caoslinux.org/Caos-NSA-1.0/packages/i386/ type = rpm-md priority = 10 Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ Linux Server/Cluster Admin, LBL.gov Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "I am I am I said I'm not myself, I'm not dead, and I'm not for sale. So keep your bankroll lottery eat your salad day deathbed motor- cade." -- Stone Temple Pilots, "Trippin' on a Hole in a Paper Heart" From darr at ocean.washington.edu Thu Feb 5 15:40:26 2009 From: darr at ocean.washington.edu (david darr) Date: Thu, 5 Feb 2009 15:40:26 -0800 Subject: [cAos] JRE capable broswer for 64-bit Caos? In-Reply-To: <20090205232244.GQ12468@kainx.org> References: <6a8af7e80902051232x11865ccaj96b2170900934588@mail.gmail.com> <20090205220341.GP12468@kainx.org> <6a8af7e80902051414o221265b5r6715aa38c6f70879@mail.gmail.com> <20090205232244.GQ12468@kainx.org> Message-ID: <6a8af7e80902051540g4c8c14ffm91495890b754141@mail.gmail.com> On Thu, Feb 5, 2009 at 3:22 PM, Michael Jennings wrote: > On Thursday, 05 February 2009, at 14:14:32 (-0800), > david darr wrote: > > > I couldn't get it to fire up at all. Lots of missing libs (presumably > > 32-bit)..... How did you install? > > smart install firefox at i386 > > Here's the channel file in case that's what you're missing: > [caos-main] > name = Caos 1.0 32-bit package repository > baseurl = http://mirror.caoslinux.org/Caos-NSA-1.0/packages/i386/ > type = rpm-md > priority = 10 Great -- thanks! -- -------------------------------------------------------------------------- David Darr - ph: (206) 616-4953 - email: darr at ocean.washington.edu School of Oceanography - Univ. of Washington - Seattle, WA. 98195 -------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090205/14fe7abc/attachment.html From darr at ocean.washington.edu Thu Feb 5 15:50:07 2009 From: darr at ocean.washington.edu (david darr) Date: Thu, 5 Feb 2009 15:50:07 -0800 Subject: [cAos] JRE capable broswer for 64-bit Caos? In-Reply-To: <20090205232244.GQ12468@kainx.org> References: <6a8af7e80902051232x11865ccaj96b2170900934588@mail.gmail.com> <20090205220341.GP12468@kainx.org> <6a8af7e80902051414o221265b5r6715aa38c6f70879@mail.gmail.com> <20090205232244.GQ12468@kainx.org> Message-ID: <6a8af7e80902051550g16458337sf63e8ee3e66ddd73@mail.gmail.com> On Thu, Feb 5, 2009 at 3:22 PM, Michael Jennings wrote: > On Thursday, 05 February 2009, at 14:14:32 (-0800), > david darr wrote: > > > I couldn't get it to fire up at all. Lots of missing libs (presumably > > 32-bit)..... How did you install? > > smart install firefox at i386 > > Here's the channel file in case that's what you're missing: > [caos-main] > name = Caos 1.0 32-bit package repository > baseurl = http://mirror.caoslinux.org/Caos-NSA-1.0/packages/i386/ > type = rpm-md > priority = 10 Unfortunately this didn't work. Is there a typo (perhaps?) in "smart install firefox at i386"? Here's what happened: smart install firefox at i386 New channel 'Caos 1.0 32-bit package repository (caos-main)' detected. Include it? (Y/n): y Loading cache... Updating cache... ######################################## [100%] error: 'firefox at i386' matches no packages -------------------------------------------------------------------------- David Darr - ph: (206) 616-4953 - email: darr at ocean.washington.edu School of Oceanography - Univ. of Washington - Seattle, WA. 98195 -------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090205/569eef51/attachment.html From mej at caoslinux.org Thu Feb 5 15:54:27 2009 From: mej at caoslinux.org (Michael Jennings) Date: Thu, 5 Feb 2009 15:54:27 -0800 Subject: [cAos] JRE capable broswer for 64-bit Caos? In-Reply-To: <6a8af7e80902051550g16458337sf63e8ee3e66ddd73@mail.gmail.com> References: <6a8af7e80902051232x11865ccaj96b2170900934588@mail.gmail.com> <20090205220341.GP12468@kainx.org> <6a8af7e80902051414o221265b5r6715aa38c6f70879@mail.gmail.com> <20090205232244.GQ12468@kainx.org> <6a8af7e80902051550g16458337sf63e8ee3e66ddd73@mail.gmail.com> Message-ID: <20090205235427.GR12468@kainx.org> On Thursday, 05 February 2009, at 15:50:07 (-0800), david darr wrote: > Unfortunately this didn't work. Is there a typo (perhaps?) in "smart install > firefox at i386"? Nope. > smart install firefox at i386 > New channel 'Caos 1.0 32-bit package repository (caos-main)' detected. > Include it? (Y/n): y > > Loading cache... > Updating cache... ######################################## > [100%] > > error: 'firefox at i386' matches no packages root at tracon ~ #> smart update Loading cache... Updating cache... ######################################################################## [100%] Fetching information for 'Caos NSA 1.0 main package repository'... -> http://mirror.caoslinux.org/Caos-NSA-1.0/packages/x86_64/repodata/repomd.xml repomd.xml ######################################################################## [ 11%] Fetching information for 'Caos 1.0 32-bit package repository'... -> http://mirror.caoslinux.org/Caos-NSA-1.0/packages/i386/repodata/repomd.xml repomd.xml ######################################################################## [ 66%] Updating cache... ######################################################################## [100%] Channels have 19 new packages. Saving cache... root at tracon ~ #> smart install firefox at i386 Loading cache... Updating cache... ######################################################################## [100%] warning: firefox-3.0.5-1.caos at i386 is already installed Computing transaction... Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ Linux Server/Cluster Admin, LBL.gov Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "We're going to take a break and go outside for about 15 minutes. Security advises us that this would be a good idea." -- Bill Poucher From dmadsen at ikk-nord.de Thu Feb 5 22:48:53 2009 From: dmadsen at ikk-nord.de (Dethlef Madsen) Date: Fri, 6 Feb 2009 07:48:53 +0100 Subject: [cAos] php-imap and source rpms Message-ID: <003d01c98826$fa9df340$0564c80a@CZC5110LOJ> Hallo all, I need the php-imap module. Will it be avalaible in a later release ? And i looked around for the NSA source rpms but cannot find them, only the old ones from cAos-2. Thank you Dethlef From gmkurtzer at gmail.com Fri Feb 6 12:27:05 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Fri, 6 Feb 2009 12:27:05 -0800 Subject: [cAos] php-imap and source rpms In-Reply-To: <003d01c98826$fa9df340$0564c80a@CZC5110LOJ> References: <003d01c98826$fa9df340$0564c80a@CZC5110LOJ> Message-ID: <571f1a060902061227w69eddc8j35ff965b493f08ca@mail.gmail.com> Just wanted to let you know we didn't overlook this, and are looking into solutions. Greg On Thu, Feb 5, 2009 at 10:48 PM, Dethlef Madsen wrote: > Hallo all, > > I need the php-imap module. Will it be avalaible in a later release ? > > And i looked around for the NSA source rpms but cannot find them, only the > old ones from cAos-2. > > Thank you > > Dethlef > > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From bo2k2 at yahoo.com Sun Feb 8 13:01:20 2009 From: bo2k2 at yahoo.com (Bogdan Nicolescu) Date: Sun, 8 Feb 2009 13:01:20 -0800 (PST) Subject: [cAos] VNFS with a recompiled kernel Message-ID: <247504.28900.qm@web84107.mail.mud.yahoo.com> What is the recommended way to create a VNFS with a re-compiled kernel? Master node could be either CAOS or Centos, and all my nodes are indentical. I want to recompile a kernel so it contains only that which is required, and nothing is compiled as a module (unless required). 1. Use CAOS and generic kernel source. Problem: there is no /usr/src/cprots/packages/kernel 2. Follow procedure specified http://wiki.caoslinux.org/SCM_Access to build packages. (Can the kernel be build using this procedure)? 3. Use Centos, percpus re-compile kernel and then build VNFS using new kernel Any other options? Any advantages, disadavantages associated withe each method? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090208/e808c6df/attachment.html From gmkurtzer at gmail.com Sun Feb 8 16:20:33 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Sun, 8 Feb 2009 16:20:33 -0800 Subject: [cAos] VNFS with a recompiled kernel In-Reply-To: <247504.28900.qm@web84107.mail.mud.yahoo.com> References: <247504.28900.qm@web84107.mail.mud.yahoo.com> Message-ID: <571f1a060902081620v34990420ud9581b9481ea9b43@mail.gmail.com> Hello, If using Caos on the master node as well you can install the "caos-kernel-source" package via "smart" which will install the kernel sources in /usr/src/kernels/[version], and you can customize and build from there. What is the reasoning for building your own kernel in the VNFS? Is it to save space in ram, or other optimization? Regards, Greg On Sun, Feb 8, 2009 at 1:01 PM, Bogdan Nicolescu wrote: > What is the recommended way to create a VNFS with a re-compiled kernel? > Master node could be either CAOS or Centos, and all my nodes are > indentical. I want to recompile a kernel so it contains only that which is > required, and nothing is compiled as a module (unless required). > > 1. Use CAOS and generic kernel source. Problem: there is no > /usr/src/cprots/packages/kernel > > 2. Follow procedure specified http://wiki.caoslinux.org/SCM_Access to build > packages. (Can the kernel be build using this procedure)? > > 3. Use Centos, percpus re-compile kernel and then build VNFS using new > kernel > > Any other options? Any advantages, disadavantages associated withe each > method? > > TIA > > > > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From bo2k2 at yahoo.com Sun Feb 8 18:31:44 2009 From: bo2k2 at yahoo.com (Bogdan Nicolescu) Date: Sun, 8 Feb 2009 18:31:44 -0800 (PST) Subject: [cAos] VNFS with a recompiled kernel References: <247504.28900.qm@web84107.mail.mud.yahoo.com> <571f1a060902081620v34990420ud9581b9481ea9b43@mail.gmail.com> Message-ID: <769297.48575.qm@web84101.mail.mud.yahoo.com> Hi Greg, The short answer is, I'm trying to make a minimal VNFS, not only at the package level, but also at the kernel level.? For the packages I found this blog http://clusterbuffer.wetpaint.com/?t=anon?which?looks like?a good introduction. As for building?a?new kernel, I want?get my hands dirty before building?the cluster, and also get an idea what is the?improvement of an?optimized kernel compared to the standard kernel, at least at the size level.? Considering that the standard RH/Clones kernels?include everything except the kitchen sink, I'd be very surprised if the improvement is insignificant, at least at the size level.? Performance improvement would require testing.? Who knows, when it is all said and done the improvements might not justify the time and energy (and possible instability) and I might end up with the standard kernel and disable?the unused modules.? But it is worth a try, at least for the learning experience. As for?my new cluster, all the nodes are identical, no sound board, no usb ports, no serial ports, no parallel port, no floppy drive,? no power management, no firewall required, and no ipv6.???Once the cluster is up and running?the nodes will only be used?with MPI. Thanks for quick?reply. regards bogdan ? ________________________________ From: Greg Kurtzer To: Community-Assembled Operating System Sent: Sunday, February 8, 2009 7:20:33 PM Subject: Re: [cAos] VNFS with a recompiled kernel Hello, If using Caos on the master node as well you can install the "caos-kernel-source" package via "smart" which will install the kernel sources in /usr/src/kernels/[version], and you can customize and build from there. What is the reasoning for building your own kernel in the VNFS? Is it to save space in ram, or other optimization? Regards, Greg On Sun, Feb 8, 2009 at 1:01 PM, Bogdan Nicolescu wrote: > What is the recommended way to create a VNFS with a re-compiled kernel? > Master node could be either CAOS or Centos, and all my nodes are > indentical.? I want to recompile a kernel so it contains only that which is > required, and nothing is compiled as a module (unless required). > > 1. Use CAOS and generic kernel source. Problem: there is no > /usr/src/cprots/packages/kernel > > 2. Follow procedure specified http://wiki.caoslinux.org/SCM_Access to build > packages.? (Can the kernel be build using this procedure)? > > 3. Use Centos, percpus re-compile kernel and then build VNFS using new > kernel > > Any other options?? Any advantages, disadavantages associated withe each > method? > > TIA > > > > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ _______________________________________________ cAos mailing list cAos at caoslinux.org http://lists.caosity.org/mailman/listinfo/caos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090208/f909e84f/attachment.html From gmkurtzer at gmail.com Sun Feb 8 21:31:27 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Sun, 8 Feb 2009 21:31:27 -0800 Subject: [cAos] VNFS with a recompiled kernel In-Reply-To: <769297.48575.qm@web84101.mail.mud.yahoo.com> References: <247504.28900.qm@web84107.mail.mud.yahoo.com> <571f1a060902081620v34990420ud9581b9481ea9b43@mail.gmail.com> <769297.48575.qm@web84101.mail.mud.yahoo.com> Message-ID: <571f1a060902082131w7d5ceca1o71aa77cabebab967@mail.gmail.com> Hello, I am once again, just curious. Is the motivation for the minimal VNFS and kernel speed optimizations or size limitations/requirements? I am only asking because there are several ways you can proceed depending on your requirements. For example, I am aware of someone that has created a RHEL general use VNFS capsule that only takes up about 35MB of RAM. I am also aware of some people that have non-general purpose capsules (built and tuned to run a single application) that are also small. If your worried about OS noise, then you can take different approaches as well. :) As far as performance goes, I don't know how much of an optimization you will gain by building a monolithic kernel. You might be able to tune a bit more for your processor and architecture, but I am not sure it will be worth the effort. And if your just hoping to save space, I would recommend doing a very simple removal of kernel modules that aren't needed to save some major headaches (maybe even blow away the entire module directories after boot). So really it comes down to what is the end result you are shooting for, because there are several paths to get there. :) Regards, Greg On Sun, Feb 8, 2009 at 6:31 PM, Bogdan Nicolescu wrote: > Hi Greg, > > The short answer is, I'm trying to make a minimal VNFS, not only at the > package level, but also at the kernel level. For the packages I found this > blog > http://clusterbuffer.wetpaint.com/?t=anon which looks like a good > introduction. > > As for building a new kernel, I want get my hands dirty before building the > cluster, and also get an idea what is the improvement of an optimized kernel > compared to the standard kernel, at least at the size level. Considering > that the standard RH/Clones kernels include everything except the kitchen > sink, I'd be very surprised if the improvement is insignificant, at least at > the size level. Performance improvement would require testing. Who knows, > when it is all said and done the improvements might not justify the time and > energy (and possible instability) and I might end up with the standard > kernel and disable the unused modules. But it is worth a try, at least for > the learning experience. > > As for my new cluster, all the nodes are identical, no sound board, no usb > ports, no serial ports, no parallel port, no floppy drive, no power > management, no firewall required, and no ipv6. Once the cluster is up and > running the nodes will only be used with MPI. > > Thanks for quick reply. > > regards > bogdan > > > ________________________________ > From: Greg Kurtzer > To: Community-Assembled Operating System > Sent: Sunday, February 8, 2009 7:20:33 PM > Subject: Re: [cAos] VNFS with a recompiled kernel > > Hello, > > If using Caos on the master node as well you can install the > "caos-kernel-source" package via "smart" which will install the kernel > sources in /usr/src/kernels/[version], and you can customize and build > from there. > > What is the reasoning for building your own kernel in the VNFS? Is it > to save space in ram, or other optimization? > > Regards, > > Greg > > > On Sun, Feb 8, 2009 at 1:01 PM, Bogdan Nicolescu wrote: >> What is the recommended way to create a VNFS with a re-compiled kernel? >> Master node could be either CAOS or Centos, and all my nodes are >> indentical. I want to recompile a kernel so it contains only that which >> is >> required, and nothing is compiled as a module (unless required). >> >> 1. Use CAOS and generic kernel source. Problem: there is no >> /usr/src/cprots/packages/kernel >> >> 2. Follow procedure specified http://wiki.caoslinux.org/SCM_Access to >> build >> packages. (Can the kernel be build using this procedure)? >> >> 3. Use Centos, percpus re-compile kernel and then build VNFS using new >> kernel >> >> Any other options? Any advantages, disadavantages associated withe each >> method? >> >> TIA >> >> >> >> _______________________________________________ >> cAos mailing list >> cAos at caoslinux.org >> http://lists.caosity.org/mailman/listinfo/caos >> >> > > > > -- > Greg Kurtzer > http://www.infiscale.com/ > http://www.perceus.org/ > http://www.caoslinux.org/ > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From f.bonnet at esiee.fr Mon Feb 9 08:53:25 2009 From: f.bonnet at esiee.fr (Frank Bonnet) Date: Mon, 09 Feb 2009 17:53:25 +0100 Subject: [cAos] (newbie) webdav graphical client ? Message-ID: <49905F85.1030502@esiee.fr> Hello Is there a graphical ( file browser can't do it ) client to connect to a https webdav server at caos ? thanks From a_s_soares at yahoo.com.br Mon Feb 9 11:10:47 2009 From: a_s_soares at yahoo.com.br (Alexsandro Soares) Date: Mon, 9 Feb 2009 11:10:47 -0800 (PST) Subject: [cAos] Slurm, Perceus and OpenMPI Message-ID: <885894.14008.qm@web51608.mail.re2.yahoo.com> Hi all, I have a 2 node cluster Caos NSA installed. The frontend and the only (by now) computer node are Intel core 2 duo. I installed Perceus and Slurm too and I think they are ok. I have the standard MPI's "Hello World" program. My problem is: I just can run this program on the frontend. How can I do to run this program using the frontend and the computer node (all 4 processors)? Please, give-me a step-by-step instruction because I'm starting in parallel programming. Thanks in advance for any answers. Alex Veja quais s?o os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com From gmkurtzer at gmail.com Mon Feb 9 11:18:20 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Mon, 9 Feb 2009 11:18:20 -0800 Subject: [cAos] (newbie) webdav graphical client ? In-Reply-To: <49905F85.1030502@esiee.fr> References: <49905F85.1030502@esiee.fr> Message-ID: <571f1a060902091118w53b575aal25762da9f75170fc@mail.gmail.com> Hello, This probably isn't what you are looking for, but there is a webdav/fuse solution that looks like it can mount webdav servers as a kernel mount. http://dav.sourceforge.net/ Hope that helps, Greg On Mon, Feb 9, 2009 at 8:53 AM, Frank Bonnet wrote: > Hello > > Is there a graphical ( file browser can't do it ) client to > connect to a https webdav server at caos ? > > > thanks > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From gmkurtzer at gmail.com Mon Feb 9 11:27:53 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Mon, 9 Feb 2009 11:27:53 -0800 Subject: [cAos] Slurm, Perceus and OpenMPI In-Reply-To: <885894.14008.qm@web51608.mail.re2.yahoo.com> References: <885894.14008.qm@web51608.mail.re2.yahoo.com> Message-ID: <571f1a060902091127i5e2eada9r371fadc8e37a62a4@mail.gmail.com> Hello, There are a lot of documents on how to do this already written at http://www.open-mpi.org. In a nutshell: $ mpicc -o hello-world hello.c $ mpirun -np 4 -hostfile ./nodes ./hello-world The host file "nodes" must contain entries for each node hostname that you wish to use for the job. Best of luck! Greg On Mon, Feb 9, 2009 at 11:10 AM, Alexsandro Soares wrote: > > Hi all, > > I have a 2 node cluster Caos NSA installed. The frontend and the only (by now) computer node are Intel core 2 duo. I installed Perceus and Slurm too and I think they are ok. I have the standard MPI's "Hello World" program. > My problem is: I just can run this program on the frontend. How can I do to run this program using the frontend and the computer node (all 4 processors)? > Please, give-me a step-by-step instruction because I'm starting in parallel programming. > > Thanks in advance for any answers. > > Alex > > > > Veja quais s?o os assuntos do momento no Yahoo! +Buscados > http://br.maisbuscados.yahoo.com > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From a_s_soares at yahoo.com.br Mon Feb 9 14:57:26 2009 From: a_s_soares at yahoo.com.br (Alexsandro Soares) Date: Mon, 9 Feb 2009 14:57:26 -0800 (PST) Subject: [cAos] Res: Slurm, Perceus and OpenMPI References: <885894.14008.qm@web51608.mail.re2.yahoo.com> <571f1a060902091127i5e2eada9r371fadc8e37a62a4@mail.gmail.com> Message-ID: <314383.70208.qm@web51604.mail.re2.yahoo.com> Hello Greg, I tried your suggestion, the results was: ================================================= [root at nsa0 Mpi]# cat nodes nsa0 slots=2 n0000 slots=2 [root at nsa0 Mpi]# mpirun -np 4 -hostfile ./nodes ./hello-world -------------------------------------------------------------------------- Failed to find or execute the following executable: Host: n0000 Executable: ./hello-world Cannot continue. -------------------------------------------------------------------------- ^Z [6]+ Stopped mpirun -np 4 -hostfile ./nodes ./hello-world [root at nsa0 Mpi]# ssh n0000 Dear Caos User, ... The Caos Team [root at n0000 ~]# ================================================ I have tried this too: =========================================================== [root at nsa0 Mpi]# salloc -N 4 sh salloc: error: Failed to allocate resources: More processors requested than permitted [root at nsa0 Mpi]# salloc -N 2 sh salloc: error: Failed to allocate resources: Node count specification invalid [root at nsa0 Mpi]# salloc -n 2 sh salloc: Granted job allocation 4 sh-3.1# mpirun ./hello-world Process 0 on nsa0.labia.ufu out of 2 running Process 1 on nsa0.labia.ufu out of 2 runing sh-3.1# mpirun -np 4 ./hello-world Process 1 on nsa0.labia.ufu out of 4 running Process 3 on nsa0.labia.ufu out of 4 running Process 2 on nsa0.labia.ufu out of 4 running Process 0 on nsa0.labia.ufu out of 4 running ============================================================ Any ideas? Alex ----- Mensagem original ---- De: Greg Kurtzer Para: Community-Assembled Operating System Enviadas: Segunda-feira, 9 de Fevereiro de 2009 17:27:53 Assunto: Re: [cAos] Slurm, Perceus and OpenMPI Hello, There are a lot of documents on how to do this already written at http://www.open-mpi.org. In a nutshell: $ mpicc -o hello-world hello.c $ mpirun -np 4 -hostfile ./nodes ./hello-world The host file "nodes" must contain entries for each node hostname that you wish to use for the job. Best of luck! Greg On Mon, Feb 9, 2009 at 11:10 AM, Alexsandro Soares wrote: > > Hi all, > > I have a 2 node cluster Caos NSA installed. The frontend and the only (by now) computer node are Intel core 2 duo. I installed Perceus and Slurm too and I think they are ok. I have the standard MPI's "Hello World" program. > My problem is: I just can run this program on the frontend. How can I do to run this program using the frontend and the computer node (all 4 processors)? > Please, give-me a step-by-step instruction because I'm starting in parallel programming. > > Thanks in advance for any answers. > > Alex > > > > Veja quais s?o os assuntos do momento no Yahoo! +Buscados > http://br.maisbuscados.yahoo.com > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ _______________________________________________ cAos mailing list cAos at caoslinux.org http://lists.caosity.org/mailman/listinfo/caos Veja quais s?o os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com From gmkurtzer at gmail.com Mon Feb 9 17:39:31 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Mon, 9 Feb 2009 17:39:31 -0800 Subject: [cAos] Res: Slurm, Perceus and OpenMPI In-Reply-To: <314383.70208.qm@web51604.mail.re2.yahoo.com> References: <885894.14008.qm@web51608.mail.re2.yahoo.com> <571f1a060902091127i5e2eada9r371fadc8e37a62a4@mail.gmail.com> <314383.70208.qm@web51604.mail.re2.yahoo.com> Message-ID: <571f1a060902091739s3f89d3fbq725078b17c9fea3@mail.gmail.com> Hello, If you login directly to n0000, can you find the program? I am thinking that it doesn't see the program. Maybe /home is not mounted, or you need to try to call it with the full path. Not sure how else I can help. Good luck though. Greg On Mon, Feb 9, 2009 at 2:57 PM, Alexsandro Soares wrote: > > Hello Greg, > > I tried your suggestion, the results was: > > ================================================= > [root at nsa0 Mpi]# cat nodes > nsa0 slots=2 > n0000 slots=2 > > [root at nsa0 Mpi]# mpirun -np 4 -hostfile ./nodes ./hello-world > -------------------------------------------------------------------------- > Failed to find or execute the following executable: > > Host: n0000 > Executable: ./hello-world > > Cannot continue. > -------------------------------------------------------------------------- > ^Z > [6]+ Stopped mpirun -np 4 -hostfile ./nodes ./hello-world > > [root at nsa0 Mpi]# ssh n0000 > Dear Caos User, > ... > The Caos Team > [root at n0000 ~]# > ================================================ > > I have tried this too: > > =========================================================== > [root at nsa0 Mpi]# salloc -N 4 sh > salloc: error: Failed to allocate resources: More processors requested than permitted > [root at nsa0 Mpi]# salloc -N 2 sh > salloc: error: Failed to allocate resources: Node count specification invalid > [root at nsa0 Mpi]# salloc -n 2 sh > salloc: Granted job allocation 4 > > sh-3.1# mpirun ./hello-world > Process 0 on nsa0.labia.ufu out of 2 running > Process 1 on nsa0.labia.ufu out of 2 runing > > sh-3.1# mpirun -np 4 ./hello-world > Process 1 on nsa0.labia.ufu out of 4 running > Process 3 on nsa0.labia.ufu out of 4 running > Process 2 on nsa0.labia.ufu out of 4 running > Process 0 on nsa0.labia.ufu out of 4 running > ============================================================ > > Any ideas? > > Alex > > > > > > ----- Mensagem original ---- > De: Greg Kurtzer > Para: Community-Assembled Operating System > Enviadas: Segunda-feira, 9 de Fevereiro de 2009 17:27:53 > Assunto: Re: [cAos] Slurm, Perceus and OpenMPI > > Hello, > > There are a lot of documents on how to do this already written at > http://www.open-mpi.org. In a nutshell: > > $ mpicc -o hello-world hello.c > $ mpirun -np 4 -hostfile ./nodes ./hello-world > > The host file "nodes" must contain entries for each node hostname that > you wish to use for the job. > > Best of luck! > > Greg > > > On Mon, Feb 9, 2009 at 11:10 AM, Alexsandro Soares > wrote: >> >> Hi all, >> >> I have a 2 node cluster Caos NSA installed. The frontend and the only (by now) computer node are Intel core 2 duo. I installed Perceus and Slurm too and I think they are ok. I have the standard MPI's "Hello World" program. >> My problem is: I just can run this program on the frontend. How can I do to run this program using the frontend and the computer node (all 4 processors)? >> Please, give-me a step-by-step instruction because I'm starting in parallel programming. >> >> Thanks in advance for any answers. >> >> Alex >> >> >> >> Veja quais s?o os assuntos do momento no Yahoo! +Buscados >> http://br.maisbuscados.yahoo.com >> _______________________________________________ >> cAos mailing list >> cAos at caoslinux.org >> http://lists.caosity.org/mailman/listinfo/caos >> > > > > -- > Greg Kurtzer > http://www.infiscale.com/ > http://www.perceus.org/ > http://www.caoslinux.org/ > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > > > > Veja quais s?o os assuntos do momento no Yahoo! +Buscados > http://br.maisbuscados.yahoo.com > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From caos at commobil.de Mon Feb 9 23:40:39 2009 From: caos at commobil.de (Mike) Date: Tue, 10 Feb 2009 08:40:39 +0100 Subject: [cAos] =?iso-8859-1?q?Can=B4t_run_openldap?= Message-ID: <21B960F8-7806-43A6-8FD5-73D10F9AF4BE@commobil.de> Hi, I?ve tried to run ldap but it didn?t work. I?ve installed it with "smart install openldap*" to include the devel stuff and everything worked fine. After that I?ve added my local domain data to the slapd.conf and tried to start the slapd with "/etc/init.d/lapd start". The startup script fails complaining about the missing command "runuser". Well there is no runuser within the caos installation. A quick google search tells me that runuser seems to be part of the core- utils which are installed on my system. To no longer mess up the system I just copied over the runuser command from a Centos 5 box. Now the init script fails with errors in the configuration files even when I go back to my backups and brings at least the message "Cannot connect to session". Any ideas what to do to run ldap? Best regards, Mike From f.bonnet at esiee.fr Tue Feb 10 02:14:21 2009 From: f.bonnet at esiee.fr (Frank Bonnet) Date: Tue, 10 Feb 2009 11:14:21 +0100 Subject: [cAos] (newbie) webdav graphical client ? In-Reply-To: <571f1a060902091118w53b575aal25762da9f75170fc@mail.gmail.com> References: <49905F85.1030502@esiee.fr> <571f1a060902091118w53b575aal25762da9f75170fc@mail.gmail.com> Message-ID: <4991537D.60308@esiee.fr> Greg Kurtzer wrote: > Hello, > > This probably isn't what you are looking for, but there is a > webdav/fuse solution that looks like it can mount webdav servers as a > kernel mount. > > http://dav.sourceforge.net/ > > Hope that helps, > > Greg > Okay thank you I'm gonna test this one. Frank From a_s_soares at yahoo.com.br Wed Feb 11 09:17:09 2009 From: a_s_soares at yahoo.com.br (Alexsandro Soares) Date: Wed, 11 Feb 2009 09:17:09 -0800 (PST) Subject: [cAos] Slurm node Message-ID: <619589.66040.qm@web51606.mail.re2.yahoo.com> Hi, I don't solve my problem. Slurm doesn't include my new node 'n0000' in its node list. Do I have to manually configure each new node? How can I do it? Please, help me. Alex Veja quais s?o os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com From justin at infiscale.com Thu Feb 12 14:21:07 2009 From: justin at infiscale.com (justin at infiscale.com) Date: Thu, 12 Feb 2009 15:21:07 -0700 Subject: [cAos] =?iso-8859-1?q?Can=B4t_run_openldap?= In-Reply-To: <21B960F8-7806-43A6-8FD5-73D10F9AF4BE@commobil.de> References: <21B960F8-7806-43A6-8FD5-73D10F9AF4BE@commobil.de> Message-ID: <20090212152107.9axi7u321czokcg4@webmail.infiscale.com> Hello Mike. openldap is being worked for integration with Caos NSA. A post to the list will be made when a package is available for testing. Sorry for not being able to offer any advice at this time. -Justin. Quoting Mike : > Hi, > I?ve tried to run ldap but it didn?t work. I?ve installed it with > "smart install openldap*" to include the devel stuff and everything > worked fine. After that I?ve added my local domain data to the > slapd.conf and tried to start the slapd with "/etc/init.d/lapd start". > The startup script fails complaining about the missing command > "runuser". Well there is no runuser within the caos installation. A > quick google search tells me that runuser seems to be part of the core- > utils which are installed on my system. To no longer mess up the > system I just copied over the runuser command from a Centos 5 box. Now > the init script fails with errors in the configuration files even when > I go back to my backups and brings at least the message "Cannot > connect to session". Any ideas what to do to run ldap? > > Best regards, > > Mike > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > From support at infiscale.com Thu Feb 12 16:29:11 2009 From: support at infiscale.com (support at infiscale.com) Date: Thu, 12 Feb 2009 17:29:11 -0700 Subject: [cAos] Slurm node Message-ID: <20090212172911.74kfv65gxvmswwo4@webmail.infiscale.com> Hello Alex. Nodes should be added to Slurm automatically when added to Perceus. Perhaps there is a problem with your setup. I would recommend first to remove your node from perceus. # perceus node delete n0000 Next I would try to restart the Slurm daemon # /etc/init.d/slurm restart And add the node back into Perceus by powering it up. Slurm should detect it then. Also, you may get better a better response regarding Perceus and clustering questions by addressing the warewulf mailing list at warewulf at caoslinux.org, as more people with knowledge in that subject are watching that list. Let us know how it goes, and if we can offer any other assistance. -Infiscale Support Staff From awong at gweiss.com Thu Feb 19 10:22:10 2009 From: awong at gweiss.com (Apollo Wong) Date: Thu, 19 Feb 2009 13:22:10 -0500 Subject: [cAos] installation problem on HP xw4200 Message-ID: <6FCFAF3A6750C544B6776BC80D02F29714836B14@THOWELL.gweiss.local> Hi, I have a lot of problem with installing CAOS NSA 1.0 on my Hp XW4200 box. When I do test, everyting went fine it detect all the network and harddrives. When I do either autoinstall, or autoinstall layout=manual, it would went thru the fdisk and formatting. Then the installation process would complain about : cp: unable to create '/newroot/dev/tty': No such file or directory and a whole bunch of other ttys and uba and urandom and zero. Then it complain about Chroot: cannot execute /sbin/grub-install: No such file or directory. Then it unmount all files and quit, doing no installations. When I do demo, it try to create the working files, then complain about a Gzip: bad block of type 3 Cannot extract the /boot/vmlinuz Then it quit. Would someone please help!! Thanks. Apollo This e-mail is being sent to you for your information pursuant to your request. This information is not warranted as to completeness or accuracy. The views expressed in the message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of George Weiss Associates, Inc. or any of it's affiliated entities. This message is for the named person's use only. It may contain sensitive and private proprietary or legally priviledged information. No confidentiality or privilege is waived or lost by any mistransmission. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090219/a4b9ae3a/attachment.html From astevens at infiscale.com Thu Feb 19 10:42:25 2009 From: astevens at infiscale.com (astevens at infiscale.com) Date: Thu, 19 Feb 2009 18:42:25 +0000 Subject: [cAos] installation problem on HP xw4200 In-Reply-To: <6FCFAF3A6750C544B6776BC80D02F29714836B14@THOWELL.gweiss.local> References: <6FCFAF3A6750C544B6776BC80D02F29714836B14@THOWELL.gweiss.local> Message-ID: <1104370016-1235068981-cardhu_decombobulator_blackberry.rim.net-1345935544-@bxe1086.bisx.prod.on.blackberry> Can you try installing without doing a manual partitioning? Autoinstall alone should install a base system for you. If that works, please forward your partition information you are trying so we can check that. Thanks, Arthur Sent via BlackBerry from T-Mobile -----Original Message----- From: "Apollo Wong" Date: Thu, 19 Feb 2009 13:22:10 To: Subject: [cAos] installation problem on HP xw4200 _______________________________________________ cAos mailing list cAos at caoslinux.org http://lists.caosity.org/mailman/listinfo/caos From awong at gweiss.com Fri Feb 20 10:09:53 2009 From: awong at gweiss.com (Apollo Wong) Date: Fri, 20 Feb 2009 13:09:53 -0500 Subject: [cAos] installation problem on HP xw4200 Message-ID: <6FCFAF3A6750C544B6776BC80D02F2971544CB95@THOWELL.gweiss.local> Don't worry about this one, as it turned out it is my stupid CD-ROM drive, I changed to a new drive and the install work. Now I get my second question. Does CAOS NSA support libvirt? If so, where can I get the rpm? Actually , in general what rpm is compatible with NSA? Fc10? Fc11? Thanks. Apollo This e-mail is being sent to you for your information pursuant to your request. This information is not warranted as to completeness or accuracy. The views expressed in the message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of George Weiss Associates, Inc. or any of it's affiliated entities. This message is for the named person's use only. It may contain sensitive and private proprietary or legally priviledged information. No confidentiality or privilege is waived or lost by any mistransmission. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090220/e8f78a4b/attachment.html From gmkurtzer at gmail.com Fri Feb 20 10:32:45 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Fri, 20 Feb 2009 10:32:45 -0800 Subject: [cAos] installation problem on HP xw4200 In-Reply-To: <6FCFAF3A6750C544B6776BC80D02F2971544CB95@THOWELL.gweiss.local> References: <6FCFAF3A6750C544B6776BC80D02F2971544CB95@THOWELL.gweiss.local> Message-ID: <571f1a060902201032w268ee6fq6139ac0c86082b6f@mail.gmail.com> Hello Apollo, As you discovered, the installer is setup in such a way that any device or media errors causes very weird failures. We have some ideas on the best way to handle device error conditions and testing of media/device prior to the install. With that said, good to see you got NSA installed and welcome to the team! We don't currently have libvirt in the distro. Reason being (last time I checked), there were some dependency loops that needed further investigation. As far as binary compatibility, it would really depend on the package itself. I would say we are closest to FC9-10, but they implement aspects of the OS that we don't support (e.g. SELinux Vs. GRSecurity) that would affect a good handful of packages. We are happy to take package requests that are within the scope of the OS (e.g. NSA: Nodes, Servers, Appliances). We are also accepting contributions and encouraging participation from the community if anyone is interested (speaking to the masses). Regards, Greg On Fri, Feb 20, 2009 at 10:09 AM, Apollo Wong wrote: > Don't worry about this one, as it turned out it is my stupid CD-ROM drive, I > changed to a new drive and the install work. > > Now I get my second question. Does CAOS NSA support libvirt? If so, where > can I get the rpm? > > Actually , in general what rpm is compatible with NSA? Fc10? Fc11? > > Thanks. > > Apollo > > This e-mail is being sent to you for your information pursuant to your > request. This information is not warranted as to completeness or accuracy. > The views expressed in the message are those of the individual sender, > except where the message states otherwise and the sender is authorized to > state them to be the views of George Weiss Associates, Inc. or any of its > affiliated entities. This message is for the named person's use only. It may > contain sensitive and private proprietary or legally privileged information. > No confidentiality or privilege is waived or lost by any mis-transmission. > You must not, directly or indirectly, use, disclose, distribute, print or > copy any part of this message if you are not the intended recipient. > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From awong at gweiss.com Fri Feb 20 13:08:55 2009 From: awong at gweiss.com (Apollo Wong) Date: Fri, 20 Feb 2009 16:08:55 -0500 Subject: [cAos] R-base-2.8.1 rpm? Message-ID: <6FCFAF3A6750C544B6776BC80D02F2971544CBCB@THOWELL.gweiss.local> Hi, Where can I find the R-base-2.8.1 rpm to be installed on CAOS NSA 1.0.8? Can I use rpm for fc? Or SUSE? Thanks. This e-mail is being sent to you for your information pursuant to your request. This information is not warranted as to completeness or accuracy. The views expressed in the message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of George Weiss Associates, Inc. or any of it's affiliated entities. This message is for the named person's use only. It may contain sensitive and private proprietary or legally priviledged information. No confidentiality or privilege is waived or lost by any mistransmission. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090220/b5a16d12/attachment.html From gmkurtzer at gmail.com Sat Feb 21 20:20:28 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Sat, 21 Feb 2009 20:20:28 -0800 Subject: [cAos] R-base-2.8.1 rpm? In-Reply-To: <6FCFAF3A6750C544B6776BC80D02F2971544CBCB@THOWELL.gweiss.local> References: <6FCFAF3A6750C544B6776BC80D02F2971544CBCB@THOWELL.gweiss.local> Message-ID: <571f1a060902212020r1f273fd4ja5d910eb04651b8d@mail.gmail.com> There are RPMS in the nsa-testing repository for R. Once the testing repository has been activated (sidekick; Applications -> Packages -> Repositories -> nsa-testing) you can run the following command: $ sudo smart install R This is the first integration of R into Caos, so let us know how it goes for you. Greg On Fri, Feb 20, 2009 at 1:08 PM, Apollo Wong wrote: > Hi, > > Where can I find the R-base-2.8.1 rpm to be installed on CAOS NSA 1.0.8? > > Can I use rpm for fc? Or SUSE? > > Thanks. > > > > This e-mail is being sent to you for your information pursuant to your > request. This information is not warranted as to completeness or accuracy. > The views expressed in the message are those of the individual sender, > except where the message states otherwise and the sender is authorized to > state them to be the views of George Weiss Associates, Inc. or any of its > affiliated entities. This message is for the named person's use only. It may > contain sensitive and private proprietary or legally privileged information. > No confidentiality or privilege is waived or lost by any mis-transmission. > You must not, directly or indirectly, use, disclose, distribute, print or > copy any part of this message if you are not the intended recipient. > _______________________________________________ > cAos mailing list > cAos at caoslinux.org > http://lists.caosity.org/mailman/listinfo/caos > > -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From awong at gweiss.com Tue Feb 24 05:40:19 2009 From: awong at gweiss.com (Apollo Wong) Date: Tue, 24 Feb 2009 08:40:19 -0500 Subject: [cAos] question about qemu on CAOS NSA 1 Message-ID: <6FCFAF3A6750C544B6776BC80D02F2971544CDEC@THOWELL.gweiss.local> Hi, I successfully installed a 3 node (including master) cluster using CAOS NSA 1.0.8. I enable the test archive using sidekick and installed successfully the R package, as well as qemu. (R has nothing to do with qemu, I know). Libvirt and virt-manager was not in the archive so I cannot installed them. I even try compiling libvirt from source code but it require libxenstore with make me hesitate since I do not know if Xen would interfere with perceus. However, my question is that now I got qemu working (despite no management tools like virt-manager, I can still do command line). Does any one has experience on how to run multiple virtual machine on a CAOS NSA cluster? Would the master node farm extra workload onto the slave nodes automatically? Or do I need additional packages? I already enable SLURM. Thanks in advance. Apollo This e-mail is being sent to you for your information pursuant to your request. This information is not warranted as to completeness or accuracy. The views expressed in the message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of George Weiss Associates, Inc. or any of it's affiliated entities. This message is for the named person's use only. It may contain sensitive and private proprietary or legally priviledged information. No confidentiality or privilege is waived or lost by any mistransmission. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090224/16800063/attachment.html From astevens at infiscale.com Tue Feb 24 08:37:00 2009 From: astevens at infiscale.com (Arthur Stevens) Date: Tue, 24 Feb 2009 08:37:00 -0800 Subject: [cAos] question about qemu on CAOS NSA 1 References: <6FCFAF3A6750C544B6776BC80D02F2971544CDEC@THOWELL.gweiss.local> Message-ID: <9579F35E6F864E61AAC5DA387CB34534@computer> That is why we have Abstractual now. Abstractual will let you populate the systems with vm's as well as move them around, etc. Arthur ----- Original Message ----- From: Apollo Wong To: caos at caoslinux.org Sent: Tuesday, February 24, 2009 5:40 AM Subject: [cAos] question about qemu on CAOS NSA 1 Hi, I successfully installed a 3 node (including master) cluster using CAOS NSA 1.0.8. I enable the test archive using sidekick and installed successfully the R package, as well as qemu. (R has nothing to do with qemu, I know). Libvirt and virt-manager was not in the archive so I cannot installed them. I even try compiling libvirt from source code but it require libxenstore with make me hesitate since I do not know if Xen would interfere with perceus. However, my question is that now I got qemu working (despite no management tools like virt-manager, I can still do command line). Does any one has experience on how to run multiple virtual machine on a CAOS NSA cluster? Would the master node farm extra workload onto the slave nodes automatically? Or do I need additional packages? I already enable SLURM. Thanks in advance. Apollo This e-mail is being sent to you for your information pursuant to your request. This information is not warranted as to completeness or accuracy. The views expressed in the message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of George Weiss Associates, Inc. or any of its affiliated entities. This message is for the named person's use only. It may contain sensitive and private proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mis-transmission. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. ------------------------------------------------------------------------------ _______________________________________________ cAos mailing list cAos at caoslinux.org http://lists.caosity.org/mailman/listinfo/caos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090224/aba78dab/attachment.html From gmkurtzer at gmail.com Wed Feb 25 00:20:06 2009 From: gmkurtzer at gmail.com (Greg Kurtzer) Date: Wed, 25 Feb 2009 00:20:06 -0800 Subject: [cAos] Caos Linux NSA-1.0 and installer update Message-ID: <571f1a060902250020g7fac49geda2a5300ca7843f@mail.gmail.com> The Caos team of developers and contributors from Infiscale are proud to announce the public release of Caos Linux NSA-1.0.8, an updated release to the NSA-1.0 tree. Caos Linux is a community-managed and openly-maintained distribution of Linux focusing on areas where Linux naturally leads and excels: high performance computation (HPC), servers (especially LAMP and general Web), and custom appliances (such as file servers and firewalls). The NSA-1.0 release identifies the stabilization and validation of the core operating system, fully tested on some of the world's fastest public and private systems and architectures. And now with NSA 1.0.8 you get bleeding-edge security updates, the new 2.6.28 kernel, updated packages such as OFED 1.4 and gcc-4.3.3, a streamlined Sidekick system configuration toolkit (making the installation of Caos Linux and Perceus even faster and easier), the latest Perceus 1.5 cluster management software, and Abstractual, Infiscale's cloud virtualization solution. All of these updates are already integrated in the NSA-1.0.8 ISO release of Caos Linux, available now on our download mirrors. Please note: All updates for Caos Linux NSA 1.0 are available as package upgrades to existing installs using the command "smart upgrade". This announcement was sent on behalf of the Caos development team and Infiscale. -- Greg Kurtzer http://www.infiscale.com/ http://www.perceus.org/ http://www.caoslinux.org/ From awong at gweiss.com Wed Feb 25 18:51:57 2009 From: awong at gweiss.com (Apollo Wong) Date: Wed, 25 Feb 2009 21:51:57 -0500 Subject: [cAos] question about qemu on CAOS NSA 1 Message-ID: <6FCFAF3A6750C544B6776BC80D02F2971544D128@THOWELL.gweiss.local> I was told Abstractual can do multiple vm's distributed on slave nodes. However, where can I find documentation of Abstractual? The best I came up with google was the faq page. Is there a how to ? Or better yet, is there a user guide for Abstractual. I have Abstractual installed on my CAOS NSA 1.0.8 cluster. However, when I start abstractual, all it complains about was the daemon is not running. Any help would be appreciated. Thanks. Apollo This e-mail is being sent to you for your information pursuant to your request. This information is not warranted as to completeness or accuracy. The views expressed in the message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of George Weiss Associates, Inc. or any of it's affiliated entities. This message is for the named person's use only. It may contain sensitive and private proprietary or legally priviledged information. No confidentiality or privilege is waived or lost by any mistransmission. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://altruistic.infiscale.org/pipermail/caos/attachments/20090225/3d169422/attachment.html