Displaying 20 results from an estimated 2000 matches similar to: "[nut-commits] svn commit r3137 - trunk"
2024 Nov 09
1
NUT stopped working after an upgrade
Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora
package. CyberPower CP1000AVRLCD connected by USB.
I updated the system yesterday with all the latest Fedora packages. Now
NUT will not run. Chasing the issue through the layers, I come to this:
=====================
[root at mythtv rules.d]# upsc cyberpower
Error: Driver not connected
[root at mythtv rules.d]#
2024 Nov 09
1
NUT stopped working after an upgrade
Did the upgrade by chance install/alter any udev rules causing the UPS devices to now have incorrect permissions? And what user is nut running as?
On November 9, 2024 9:58:57 AM EST, Bill Gee <bgee at campercaver.net> wrote:
>Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora package. CyberPower CP1000AVRLCD connected by USB.
>
>I updated the system yesterday
2013 Sep 23
1
Centos 6.4 on Xserve, IPMI error
Hello!
I'm trying to install Centos 6.4 64 bit on this Xserve:
http://www.everymac.com/systems/apple/xserve/specs/xserve-intel-xeon-2.8-eight-core-specs.html
I got a bootloader from:
http://blog.christophersmart.com/2009/07/23/linux-on-an-apple-xserve-efi-only-machine/
as none of the official Centos releases (full, minimal, network 64 bit) boot on this machine.
They all crash when loading
2005 Jul 26
1
Shutdown and IPMI
I have a Dell PowerEdge SC1425 server and I installed Xen with Debian on
it. When I plug the power in, I''m able to access the server via IPMI.
After I start the machine, IPMI is still available. But when I command a
shutdown on dom0, it will go down and say "Power down", stay there and
IPMI is not available anymore. Only after I remove the power cord and
replug it is the
2016 Sep 17
4
IPMI ??
On 09/17/2016 04:11 AM, Mauricio Tavares wrote:
> On Sat, Sep 17, 2016 at 6:25 AM, Alice Wonder <alice at domblogger.net> wrote:
>> Never used IPMI in my life and while I thought it was cool when I heard
>> about it, had no plans to.
>>
> Under many different names (Sun called it LOM; I forgot IBM's
> name), this has been out there for a while. And it
2016 May 25
3
Fail to load kernel module ipmi_si on CentOS-6
Hi all,
I am trying to load kernel module ipmi_si, while failed with error "No such
device", truth is I can find file in
../kernel/drivers/char/ipmi/ipmi_si.ko. So why I can't load it?
Steps:
# ls -l
/lib/modules/2.6.32-573.el6.x86_64/kernel/drivers/char/ipmi/ipmi_si.ko
-rwxr--r--. 1 root root 93080 Jul 23 2015
2012 Oct 05
1
[nut-commits] svn commit r3739 - in trunk: docs/man drivers tools/nut-scanner
On Oct 4, 2012, at 6:50 PM, Arnaud Quette wrote:
> +/* IPMI auth defines, simply using FreeIPMI defines */
> +#ifndef IPMI_AUTHENTICATION_TYPE_NONE
> + #define IPMI_AUTHENTICATION_TYPE_NONE 0x00
> + #define IPMI_AUTHENTICATION_TYPE_MD2 0x01
> + #define IPMI_AUTHENTICATION_TYPE_MD5 0x02
> + #define
2010 Mar 10
3
An odd IPMI problem
Well, we're figure the board's got problems, but I installed OpenIPMI a
couple weeks ago, and fired it up as a service, then added a cron job.
That all ran well until last evening; we came in to find 5 zillion emails
complaining
Unable to open SDR for reading
I worked my way through logs, and googling, and then trying to run
ipmitool by hand, and it complains there's no such device as
2024 Nov 09
1
NUT stopped working after an upgrade
Nut should be running as user nut. As far as I can tell, the udev rules
have not changed. And the system IS seeing the UPS at a low level.
I looked through /dev/ but did not see a device that jumps out as the UPS.
=====================
[root at mythtv rules.d]# dmesg | grep -i 0764
[ 2.021485] usb 1-1.8: New USB device found, idVendor=0764,
idProduct=0501, bcdDevice= 0.01
[ 2.049515]
2005 Oct 05
2
OpenIPMI on a SunFire v20z
Hi all,
New to the list and (mostly) new to CentOS. We have just moved from
running RHEL to CentOS on our main production servers.
Anyway, I am configuring a couple of new SunFire v20z servers here at
the moment and trying to get the systems' management interfaces to work
fully under CentOS.
First issue was trying to install the openipmi RPM from the CD that came
with the SunFires, this RPM
2008 Jan 11
2
xen-3.1 IPMI sensor (fwd)
Hallo *!
I have a board SE7501HG2.
- On 2.6.18 ipmitool works succefull.
On Xen-3.1 (2.6.18) ipmitool say:
# ipmitool sensor
WARNING: Unknown SDR repository version 0x00
SDR record id 0x0000: invalid length 0
(see thread [ipmitool-devel] Unknown SDR version)
- On page [4] as written:
ipmitool -> BMC ---> i2c/smbus
''-> SDR
- On Thread [9] was written:
2011 Jul 01
1
NUT PSU/IPMI driver using FreeIPMI (was: [Freeipmi-devel] in need of guidance...)
Hi Al,
(FYI, I cc'ed the NUT developers list for info)
2011/6/30 Albert Chu <chu11 at llnl.gov>
> Hi Arnaud,
>
> On Tue, 2011-06-28 at 12:19 -0700, Arnaud Quette wrote:
> > Hi Al,
> >
> > 2011/6/28 Albert Chu <chu11 at llnl.gov>
> > On Tue, 2011-06-28 at 02:28 -0700, Arnaud Quette wrote:
> > (...)
> > >
2013 Nov 12
2
IPMI serial over lan disconnects seem to trigger extlinux reboots
Hi,
I hope somebody can help me with this problem. I don't know whether
it's a problem with my configuration or a bug or feature in extlinux.
I am using an IPMI 2.0 serial-over-lan console to connect to a system
with an Intel S3200SHL motherboard. The first line of my extlinux.conf
file looks like this:
serial 0 57600 0x003
I am using ipmitool to access the console, like so:
2016 Sep 18
2
IPMI ??
On 09/17/2016 09:15 PM, Keith Keller wrote:
> On 2016-09-17, Alice Wonder <alice at domblogger.net> wrote:
>>
>> Okay if it requires DHCP this might be out, I'm currently out of town
>> watching my brothers (various disabilities) while parents are on much
>> needed vacation. Don't have easy physical access to the router, would
>> have to take out
2015 Jul 08
2
IPMI in Libvirt
Greetings all,
I am looking for a solution to use IPMI (BMC) in with LibVirt (Virt-Manager). Actually there is a Customer behind this request as well.
Trying to be short: We are looking for a Solution in OpenStack Environment. Customer wants to have the entire environment running in Virt-Manager (probably for a P.O.C or tests purposes). So here is what he is trying to do: http://red.ht/1HfNn9r
2018 Jul 13
2
C7, ipmi, NIC2, still fighting
On Thu, Jul 12, 2018 at 07:27:58PM -0500, Chris Adams wrote:
> > Default Gateway IP : 192.168.0.100
> > Default Gateway MAC : 00:25:90:0a:42:87
>
> No, that does not look right. You have configured the gateway of the
> IPMI to be the host OS side of the NIC. You can't do that... in a lot
> of systems I've seen, the IPMI side of the NIC can't even
2013 Sep 24
1
dmesg and syslog errors in CentOS 6.4 on Dell R720 server
Hi,
I have updated the firmware for perc raid controller card, network card,
IDRAC firmware and the BIOS version on Dell R720 server. I have installed
CentOS 6.4 and updated with all the latest packages using yum -y update.
# cat /var/log/messages | grep -i error
Sep 23 14:09:35 x24 kernel: ERST: Error Record Serialization Table (ERST)
support is initialized.
Sep 23 14:09:35 x24 kernel: ACPI
2016 Sep 17
3
IPMI ??
Never used IPMI in my life and while I thought it was cool when I heard
about it, had no plans to.
Just built a home server (while out of town) using a SUPERMICRO
MBD-X10SLM+-F-O
I put an nVidia 405 based video card in it but it may be bad.
When I power it on, I get some beeps but they are different than the no
memory beeps (I intentionally powered on w/o memory to hear those) and I
think
2017 May 03
2
[SPAM?] Re: CentOS 7 on HP DL160 G6
On 05/02/17 21:49, H wrote:
> On 05/02/2017 08:01 AM, mark wrote:
>> On 05/02/17 06:56, Steven Tardy wrote:
>>>
>>>> On May 1, 2017, at 8:49 PM, H <agents at meddatainc.com> wrote:
>>>>
>>>> the computer locks up at random intervals
>>>
>>> Anything in /var/log/mcelog?
>>> Is the "edac" module running?
2008 Aug 29
2
IPMI and Dell ERA/O
Hi Everyone,
I have a dell 1750 server with ERA/O card running on FreeBSD 7.0-STABLE
According to Dell, the ERA card supports ipmi 1.0:
http://linux.dell.com/ipmi.shtml
But so far no luck with freebsd :/
[root@home /usr/src/sys/i386/conf]# ipmitool -I open channel info 1
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No
such file or directory