freeipmi-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freeipmi-users] Cat ate the fish


From: Anand Babu
Subject: Re: [Freeipmi-users] Cat ate the fish
Date: 15 Nov 2004 02:30:50 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

For some reason, fi-load primitive is not able to see
$prefix/share/fish/extensions path. Let us hunt it step by step. 

Try this:
debian-ia64:~# fish
FreeIPMI Shell [fish-0.1.3]
Copyright (C) 2003-2004 FreeIPMI Core Team
This program is free software; you may redistribute it under the terms
of the GNU General Public License.  This program has absolutely no
warranty.
fish#
fish# eval (fi-load "/usr/share/fish/extensions/bmc-info.scm")
fish# eval (bmc-info-main '(""))
Device ID:         20
Device Revision:   1
                   [SDR Support]
Firmware Revision: 0.27
                   [Device Available (normal operation)]
IPMI Version:      1.5
Additional Device Support:
                   [Sensor Device]
                   [SDR Repository Device]
                   [SEL Device]
                   [FRU Inventory Device]
                   [IPMB Event Receiver]
                   [Chassis Device]
Manufacturer ID:   157h
Product ID:        100h
Aux Firmware Revision Info: Boot Code v00.13, PIA v01.27
fish# quit
debian-ia64:~#

If the above succeeds, do the same by stripping the path. "fi-load"
primitive should use the default search path.  Quit and start a new
instance of shell and then 

fish# eval (fi-load "bmc-info.scm")
fish# eval (bmc-info-main '(""))

and let me know what happens.

Thanks,
-- 
Anand Babu
Free as in Freedom <www.gnu.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]