OK, it looks to me that your start_over could not really complete its job so that the old database tables were not cleaned up.
Can you run the following command to clean up oda? oda remove_oda And then re-start the installation? Regards, - DongInn Joseph Norris wrote: > Ok I did start_over and it deleted the files etc.... However when I > went to re-install I got hung in the same place: > DBD::mysql::db do failed: Cannot add or update a child row: a foreign > key constraint fails (`oscar/Group_Packages`, CONSTRAINT > `Group_Packages_ibfk_1` FOREIGN KEY (`package`) REFERENCES `Packages` > (`package`) ON DELETE CASCADE) at /opt/oscar/lib/OSCAR/oda.pm line 733. > DB_DEBUG>./wizard_prep: > ====> in Database::do_update SQL : INSERT INTO Group_Packages > (group_name, package, selected) VALUES ('Default', 'apitest', '1') > Error message: Failed to update Group_Packages table in database > <oscar>: Cannot add or update a child row: a foreign key constraint > fails (`oscar/Group_Packages`, CONSTRAINT `Group_Packages_ibfk_1` > FOREIGN KEY (`package`) REFERENCES `Packages` (`package`) ON DELETE > CASCADE) at > /opt/oscar/lib/OSCAR/oda.pm line 739. > ./wizard_prep: SQL command that failed was: <INSERT INTO Group_Packages > (group_name, package, selected) VALUES ('Default', 'apitest', '1')> at > /opt/oscar/lib/OSCAR/oda.pm line 739. > DB_DEBUG>./wizard_prep: > ====>Failed to insert values via << INSERT INTO Group_Packages > (group_name, package, selected) VALUES ('Default', 'apitest', '1') >> at > /opt/oscar/lib/OSCAR/Database.pm line 1681. > > > > Joseph Norris wrote: >> I build some symlinks and got it to work. it is deleting now. >> >> DongInn Kim wrote: >> >>> Joseph, >>> >>> Yes, it is supposed to removed a lot of stuff that have been installed >>> during the oscar installation. >>> Anyway, is your OSCAR cluster already setup and running? If not, why bother? >>> The "start_over" script will help you to setup your head node to make it >>> ready for the new oscar installation. >>> >>> Regards, >>> >>> - DongInn >>> >>> >>> Joseph Norris wrote: >>> >>> >>>> hmmm -looked at the script - appears to delete a bunch of stuff - is >>>> that what I really want to do? >>>> >>>> >>>> DongInn Kim wrote: >>>> >>>> >>>>> Hi Joseph, >>>>> >>>>> Can you try to start over the oscar installation by running >>>>> $OSCAR_HOME/scripts/start_over ? >>>>> Looks like your old database tables were already created and they are >>>>> used on the new installation. >>>>> >>>>> Regards, >>>>> >>>>> - DongInn >>>>> >>>>> >>>>> Joseph Norris wrote: >>>>> >>>>> >>>>> >>>>>> I went by the matrix given on the website - I have redhat enterprise >>>>>> server 5 installed on head node and all compute nodes. >>>>>> >>>>>> I downloaded the distribution: >>>>>> oscar-repo-common-rpms-5.1b2.tar.gz oscar-repo-rhel-5-i386-5.1b2.tar.gz >>>>>> >>>>>> I unpacked those where the instructions stated they should be unpacked. >>>>>> There were rpm's missing and I brought those into place via the redhat >>>>>> cds that I obtained from redhat for enterprise server 5. >>>>>> >>>>>> >>>>>> >>>>>> Michael Edwards wrote: >>>>>> >>>>>> >>>>>> >>>>>>> Hmm... what were the files you downloaded do the installation? >>>>>>> This error has come up when people try to install on unsupported >>>>>>> distros, so you might have the wrong files. >>>>>>> >>>>>>> On Mon, Jul 21, 2008 at 1:54 PM, Joseph Norris <[EMAIL PROTECTED] >>>>>>> <mailto:[EMAIL PROTECTED]>> wrote: >>>>>>> >>>>>>> Almost there - I think - got everything put in its proper place and >>>>>>> I >>>>>>> get to this: >>>>>>> >>>>>>> Starting MySQL: [ OK ] >>>>>>> Making sure that the mysqld database server starts on subsequent >>>>>>> boots ... >>>>>>> chkconfig mysqld on >>>>>>> Creating the OSCAR database ... >>>>>>> ... OSCAR database successfully created. >>>>>>> Checking for database existence of node oscar_server ... >>>>>>> Updating the hostname field in the oscar_server node to >>>>>>> <madrid.ucmerced.edu <http://madrid.ucmerced.edu>> ... >>>>>>> Updating the dns_domain field in the oscar_server node to >>>>>>> <ucmerced.edu <http://ucmerced.edu>> >>>>>>> Checking for existence of node group oscar_clients ... >>>>>>> Checking for existence of node group all ... >>>>>>> Creating node group all ... >>>>>>> Checking for existence of node group Default_node ... >>>>>>> Creating node group Default_node ... >>>>>>> Checking for existence of package set <Default> >>>>>>> Initializing package set <Default> >>>>>>> DBD::mysql::db do failed: Cannot add or update a child row: a >>>>>>> foreign >>>>>>> key constraint fails (`oscar/Group_Packages`, CONSTRAINT >>>>>>> `Group_Packages_ibfk_1` FOREIGN KEY (`package`) REFERENCES >>>>>>> `Packages` >>>>>>> (`package`) ON DELETE CASCADE) at /opt/oscar/lib/OSCAR/oda.pm >>>>>>> <http://oda.pm> line 733. >>>>>>> DB_DEBUG>./wizard_prep: >>>>>>> ====> in Database::do_update SQL : INSERT INTO Group_Packages >>>>>>> (group_name, package, selected) VALUES ('Default', 'apitest', '1') >>>>>>> Error message: Failed to update Group_Packages table in database >>>>>>> <oscar>: Cannot add or update a child row: a foreign key constraint >>>>>>> fails (`oscar/Group_Packages`, CONSTRAINT `Group_Packages_ibfk_1` >>>>>>> FOREIGN KEY (`package`) REFERENCES `Packages` (`package`) ON DELETE >>>>>>> CASCADE) at /opt/oscar/lib/OSCAR/oda.pm <http://oda.pm> line 739. >>>>>>> ./wizard_prep: SQL command that failed was: <INSERT INTO >>>>>>> Group_Packages >>>>>>> (group_name, package, selected) VALUES ('Default', 'apitest', '1')> >>>>>>> at >>>>>>> /opt/oscar/lib/OSCAR/oda.pm <http://oda.pm> line 739. >>>>>>> DB_DEBUG>./wizard_prep: >>>>>>> ====>Failed to insert values via << INSERT INTO Group_Packages >>>>>>> (group_name, package, selected) VALUES ('Default', 'apitest', '1') >>>>>>> >> at >>>>>>> /opt/oscar/lib/OSCAR/Database.pm line 1681. >>>>>>> [EMAIL PROTECTED] oscar]# Oscar Wizard preparation script failed to >>>>>>> complete >>>>>>> at ./install_cluster line 275. >>>>>>> >>>>>>> >>>>>>> Michael Edwards wrote: >>>>>>> > Not just the ones the script could not find, you should copy all >>>>>>> of >>>>>>> > them from all the CDs or there are fair odds it will just fail >>>>>>> again a >>>>>>> > bit later. >>>>>>> > >>>>>>> > Also, it is much easier to just do a bulk copy than find which >>>>>>> CD each >>>>>>> > RPM is on. >>>>>>> > >>>>>>> > On Mon, Jul 21, 2008 at 12:07 PM, Joseph Norris >>>>>>> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> wrote: >>>>>>> > >>>>>>> > Ok so the rpms that the script could not find I will copy them >>>>>>> > into this >>>>>>> > directory and then give it another try. thanks >>>>>>> > >>>>>>> > >>>>>>> > Michael Edwards wrote: >>>>>>> > > Are you using a remote repository? If not you will need >>>>>>> to copy the >>>>>>> > > rpms from the RHEL5 CDs into >>>>>>> > /tftpboot/distro/redhat-el-server-5-i386 >>>>>>> > > >>>>>>> > > You probably should try this anyway even if you are using >>>>>>> the remote >>>>>>> > > repository since it doesn't seem to be working in any event. >>>>>>> > > >>>>>>> > > On Mon, Jul 21, 2008 at 11:49 AM, Joseph Norris >>>>>>> > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> >>>>>>> > > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>> wrote: >>>>>>> > > >>>>>>> > > For the first command - nothing >>>>>>> > > >>>>>>> > > For the second and third command: >>>>>>> > > >>>>>>> > > >>>>>>> > > Linux madrid.ucmerced.edu <http://madrid.ucmerced.edu> >>>>>>> <http://madrid.ucmerced.edu> >>>>>>> > <http://madrid.ucmerced.edu> >>>>>>> > > 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST >>>>>>> > > 2007 i686 >>>>>>> > > [EMAIL PROTECTED] ~]# cat /etc/re >>>>>>> > > readahead.d/ reader.conf reader.conf.d/ >>>>>>> redhat-lsb/ >>>>>>> > > redhat-release >>>>>>> > > [EMAIL PROTECTED] ~]# cat /etc/redhat-release >>>>>>> > > Red Hat Enterprise Linux Server release 5 (Tikanga) >>>>>>> > > >>>>>>> > > >>>>>>> > > Michael Edwards wrote: >>>>>>> > > > These are all packages that should be in >>>>>>> > > > /tftpboot/distro/redhat-el-server-5-i386 >>>>>>> > > > >>>>>>> > > > What do you get from these commands: >>>>>>> > > > >>>>>>> > > > ls -l /tftpboot/distro/redhat-el-server-5-i386 | >>>>>>> grep dhcp >>>>>>> > > > uname -a >>>>>>> > > > cat /etc/redhat-release >>>>>>> > > > >>>>>>> > > > On Mon, Jul 21, 2008 at 11:37 AM, Joseph Norris >>>>>>> > > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> >>>>>>> > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> >>>>>>> > > > <mailto:[EMAIL PROTECTED] >>>>>>> <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED] >>>>>>> <mailto:[EMAIL PROTECTED]>> >>>>>>> > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>> wrote: >>>>>>> > > > >>>>>>> > > > >>>>>>> > > > Parsing package install arguments >>>>>>> > > > No Match for argument: dhcp >>>>>>> > > > No Match for argument: gd >>>>>>> > > > No Match for argument: nfs-utils >>>>>>> > > > No Match for argument: openssh >>>>>>> > > > No Match for argument: openssh-clients >>>>>>> > > > No Match for argument: openssh-server >>>>>>> > > > No Match for argument: openssl >>>>>>> > > > No Match for argument: tcpdump >>>>>>> > > > No Match for argument: xinetd >>>>>>> > > > No Match for argument: httpd >>>>>>> > > > No Match for argument: php >>>>>>> > > > No Match for argument: expat >>>>>>> > > > No Match for argument: python >>>>>>> > > > No Match for argument: zlib >>>>>>> > > > No Match for argument: zlib-devel >>>>>>> > > > No Match for argument: shadow-utils >>>>>>> > > > No Match for argument: libcap >>>>>>> > > > No Match for argument: ntp >>>>>>> > > > Nothing to do >>>>>>> > > > WARNING: Package dhcp was not installed! >>>>>>> > > > WARNING: Package xinetd was not installed! >>>>>>> > > > !!! Some packages were NOT installed !!! >>>>>>> > > > Could not install base prereqs! >>>>>>> > > > Oscar Wizard preparation script failed to >>>>>>> complete at >>>>>>> > > > ./install_cluster line 275. >>>>>>> > > > >>>>>>> > > > >>>>>>> > > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> > > > This SF.Net email is sponsored by the Moblin >>>>>>> Your Move >>>>>>> > > Developer's >>>>>>> > > > challenge >>>>>>> > > > Build the coolest Linux based applications with >>>>>>> Moblin >>>>>>> > SDK & win >>>>>>> > > > great prizes >>>>>>> > > > Grand prize is a trip for two to an Open Source >>>>>>> event >>>>>>> > > anywhere in >>>>>>> > > > the world >>>>>>> > > > >>>>>>> > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>> >>>>>>> > > >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>>> >>>>>>> > > > >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>> >>>>>>> > > >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>>>> >>>>>>> > > > _______________________________________________ >>>>>>> > > > Oscar-users mailing list >>>>>>> > > > Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>> >>>>>>> > > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>>> >>>>>>> > > > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>> >>>>>>> > > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>>>> >>>>>>> > > > >>>>>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>>>> > > > >>>>>>> > > > >>>>>>> > > > >>>>>>> > > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> > > > >>>>>>> > > > >>>>>>> > > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> > > > This SF.Net email is sponsored by the Moblin Your Move >>>>>>> > > Developer's challenge >>>>>>> > > > Build the coolest Linux based applications with >>>>>>> Moblin SDK >>>>>>> > & win >>>>>>> > > great prizes >>>>>>> > > > Grand prize is a trip for two to an Open Source >>>>>>> event anywhere >>>>>>> > > in the world >>>>>>> > > > >>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>> >>>>>>> > > >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>>> >>>>>>> > > > >>>>>>> > > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> > > > >>>>>>> > > > _______________________________________________ >>>>>>> > > > Oscar-users mailing list >>>>>>> > > > Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>> >>>>>>> > > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>>> >>>>>>> > > > >>>>>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>>>> > > > >>>>>>> > > >>>>>>> > > -- >>>>>>> > > Joseph Norris >>>>>>> > > Application Developer & Server Adminstrator >>>>>>> > > 209-228-4576 >>>>>>> > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> >>>>>>> > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> >>>>>>> > > >>>>>>> > > >>>>>>> > > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> > > This SF.Net email is sponsored by the Moblin Your Move >>>>>>> > Developer's >>>>>>> > > challenge >>>>>>> > > Build the coolest Linux based applications with Moblin >>>>>>> SDK & win >>>>>>> > > great prizes >>>>>>> > > Grand prize is a trip for two to an Open Source event >>>>>>> > anywhere in >>>>>>> > > the world >>>>>>> > > >>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>> >>>>>>> > > >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>>> >>>>>>> > > _______________________________________________ >>>>>>> > > Oscar-users mailing list >>>>>>> > > Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>> >>>>>>> > > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>>> >>>>>>> > > https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>>>> > > >>>>>>> > > >>>>>>> > > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> > > >>>>>>> > > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> > > This SF.Net email is sponsored by the Moblin Your Move >>>>>>> > Developer's challenge >>>>>>> > > Build the coolest Linux based applications with Moblin SDK >>>>>>> & win >>>>>>> > great prizes >>>>>>> > > Grand prize is a trip for two to an Open Source event >>>>>>> anywhere >>>>>>> > in the world >>>>>>> > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>> >>>>>>> > > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> > > >>>>>>> > > _______________________________________________ >>>>>>> > > Oscar-users mailing list >>>>>>> > > Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>> >>>>>>> > > https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>>>> > > >>>>>>> > >>>>>>> > -- >>>>>>> > Joseph Norris >>>>>>> > Application Developer & Server Adminstrator >>>>>>> > 209-228-4576 >>>>>>> > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> > This SF.Net email is sponsored by the Moblin Your Move >>>>>>> Developer's >>>>>>> > challenge >>>>>>> > Build the coolest Linux based applications with Moblin SDK & >>>>>>> win >>>>>>> > great prizes >>>>>>> > Grand prize is a trip for two to an Open Source event >>>>>>> anywhere in >>>>>>> > the world >>>>>>> > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > <http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/>> >>>>>>> > _______________________________________________ >>>>>>> > Oscar-users mailing list >>>>>>> > Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > <mailto:Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net>> >>>>>>> > https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> > >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> > This SF.Net email is sponsored by the Moblin Your Move >>>>>>> Developer's challenge >>>>>>> > Build the coolest Linux based applications with Moblin SDK & win >>>>>>> great prizes >>>>>>> > Grand prize is a trip for two to an Open Source event anywhere >>>>>>> in the world >>>>>>> > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> > >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> > >>>>>>> > _______________________________________________ >>>>>>> > Oscar-users mailing list >>>>>>> > Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> > https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>>>> > >>>>>>> >>>>>>> -- >>>>>>> Joseph Norris >>>>>>> Application Developer & Server Adminstrator >>>>>>> 209-228-4576 >>>>>>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>>>> challenge >>>>>>> Build the coolest Linux based applications with Moblin SDK & win >>>>>>> great prizes >>>>>>> Grand prize is a trip for two to an Open Source event anywhere in >>>>>>> the world >>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>>>>> _______________________________________________ >>>>>>> Oscar-users mailing list >>>>>>> Oscar-users@lists.sourceforge.net >>>>>>> <mailto:Oscar-users@lists.sourceforge.net> >>>>>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> >>>>>>> ------------------------------------------------------------------------- >>>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>>>> challenge >>>>>>> Build the coolest Linux based applications with Moblin SDK & win great >>>>>>> prizes >>>>>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>>>>> world >>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>> ------------------------------------------------------------------------ >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Oscar-users mailing list >>>>>>> Oscar-users@lists.sourceforge.net >>>>>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> ------------------------------------------------------------------------- >>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>> challenge >>>>> Build the coolest Linux based applications with Moblin SDK & win great >>>>> prizes >>>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>>> world >>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>> _______________________________________________ >>>>> Oscar-users mailing list >>>>> Oscar-users@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>>> >>>>> >>>>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Oscar-users mailing list >>> Oscar-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>> >>> >> > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oscar-users mailing list Oscar-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oscar-users