Bugs item #773350, was opened at 2003-07-17 19:08
Message generated for change (Comment added) made by brechin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=773350&group_id=9368

Category: Installation
Group: 2.3
>Status: Closed
>Resolution: Fixed
Priority: 8
Submitted By: Jeff Squyres (jsquyres)
Assigned to: Jason Brechin (brechin)
>Summary: oscar.interface not in ODA

Initial Comment:
If you do not download additional packages, select
packages to install, or configure the selected packages
(ie., go straight to "Install Server Packages"), you'll
get the following error:

-----
--> Step 3: Running: ./install_server
No interface specified at ./install_server line 39
--> Step 3: Failed to properly install OSCAR server;
please check the logs
-----

It *should* say:

----
--> Step 3: Running ./install_server eth0
...
----

(or whatever your network device is)

This used to be supported behavior (skipping
select/configure); is this no longer supported?

----------------------------------------------------------------------

>Comment By: Jason Brechin (brechin)
Date: 2003-07-18 08:57

Message:
Logged In: YES 
user_id=274641

You should have been able to run without arguments, and the 
interface selector should do its job.  That still works.

You can now specify an argument, and it works properly.  I'm 
not sure exactly what was causing the problem, since I was 
already doing what was suggested below.  It may have been 
the extra newline that I didn't chomp... nevertheless, it works 
now.

----------------------------------------------------------------------

Comment By: Terry Fleury (tfleury)
Date: 2003-07-17 20:03

Message:
Logged In: YES 
user_id=116599

The problem is with the install_cluster script.  I can
repeat the problem by doing:

oda drop_database; 
rpm -e oda; 
install_cluster eth0

In install_cluster around line 320 (the part where the
interface adapter gets added to oda), you need to make sure
that there is a record there to modify before calling
"modify_records oscar.interface~eth0".  So, first check if
the oscar.interface records is there by doing a read_records
and if not do an insert_record command.

Neil said to look at scripts/set_global_oscar_values for an
example of how to do this.


----------------------------------------------------------------------

Comment By: Jeff Squyres (jsquyres)
Date: 2003-07-17 19:14

Message:
Logged In: YES 
user_id=11722

This seems to be related to recent changes in ODA.  

As further notes, if I run install_cluster a second time,
there are a lot of ODA warnings (I don't think they were
there yesterday, but I can't swear to it).  My full
oscarinstall.log from a second run of install_cluster is
attached.

----------------------------------------------------------------------

Comment By: Jeff Squyres (jsquyres)
Date: 2003-07-17 19:11

Message:
Logged In: YES 
user_id=11722

Clarification -- this *always* happens, regardless of
whether you run steps 0, 1, or 2 (or not).

>From the oscarinstall.log:

-----
=============================================================================
== Prerequisites installed
=============================================================================

--> OSCAR version: 2.3b1
--> Command line invocation: ./install_cluster

--> Hostname: rpm
--> Domainname: lam-mpi.org
--> Network interface:
-----

Note that "Network interface" is empty.

This problem must have been introduced relatively recently...?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=773350&group_id=9368


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to