[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-12-23 Thread Martin
I have opened a new bug report which is basically the same as the current, 
which still happens on Lucid:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/908112

But I am not able (Or I don't know how) to attach it to a specific
ubuntu distribution release.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/110992

Title:
  ipmi modules need to manually inserted and device created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/110992/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-07-18 Thread Brad Figg
This bug was filed against a series that is no longer supported and so
is being marked as Won't Fix. If this issue still exists in a supported
series, please file a new bug.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: Invalid = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/110992

Title:
  ipmi modules need to manually inserted and device created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/110992/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-04-14 Thread Jeremy Foshee
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/110992

Title:
  ipmi modules need to manually inserted and device created

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-03-08 Thread Jeff Lane
Why is this still even an issue?

Verified that on the latest Lucid SRU, ipmi_si and ipmi_msghandler load
at boot but ipmi_devintf does not.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/110992

Title:
  ipmi modules need to manually inserted and device created

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-03-08 Thread Jeremy Foshee
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New = Triaged

** Tags added: kernel-key

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/110992

Title:
  ipmi modules need to manually inserted and device created

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-03-08 Thread Jeff Lane
Ok... so further investigation:

Fresh Natty install on an IBM server with BMC using the latest ISOs as
of 8 March.

Looking in /lib/modules/2.6.38-5-generic/kernel/drivers/char/ipmi/ shows that 
the drivers are present.
No IPMI packages are installed:

First I install ipmitool:


ubuntu@ubuntu:~$ sudo apt-get install ipmitool
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  openipmi
The following NEW packages will be installed:
  ipmitool
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
Need to get 418 kB of archives.
After this operation, 1,118 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ natty/universe ipmitool amd64 
1.8.11-2ubuntu3 [418 kB]
Fetched 418 kB in 0s (431 kB/s)   
ySelecting previously deselected package ipmitool.
(Reading database ... 30797 files and directories currently installed.)
Unpacking ipmitool (from .../ipmitool_1.8.11-2ubuntu3_amd64.deb) ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...
Setting up ipmitool (1.8.11-2ubuntu3) ...
ipmievd: using pidfile /var/run/ipmievd.pid0
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Unable to open interface
invoke-rc.d: initscript ipmievd, action start failed.
Unable to start ipmievd during installation.  Trying to disable.

Also note that installing ipmitool does not install any other packages
at all.

These errors happened because /dev/ipmi0 is not created... that requires
ipmi_devmntf to be loaded.  One would think that since I just installed
ipmitool, which includes ipmievd to pass BMC messages on to syslog, that
as soon as I reboot, the modules would be loaded, /dev/ipmi0 would be
created and everthing would be copacetic.  So after installing ipmitool
and verifying that ipmievd was not running, /dev/ipmi0 was not there,
and the modules were not loaded, I rebooted the server to see what would
happen.

ipmi modules are NOT loaded, ipmievd is not started, and /dev/ipmi0 is
not created, thus, nothing.

Now I install the openipmi package (which is NOT pulled in by installing
ipmitool):


ubuntu@ubuntu:~$ sudo apt-get install openipmi
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libopenipmi0 libperl5.10 libsensors4 libsnmp-base libsnmp15
Suggested packages:
  lm-sensors snmp-mibs-downloader
The following NEW packages will be installed:
  libopenipmi0 libperl5.10 libsensors4 libsnmp-base libsnmp15 openipmi
0 upgraded, 6 newly installed, 0 to remove and 13 not upgraded.
Need to get 2,288 kB of archives.
After this operation, 6,595 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 
http://10.189.84.1/enablement/cdimage.ubuntu.com/ubuntu-server/daily/current/natty-server-amd64/
 natty/main libopenipmi0 amd64 2.0.18-0ubuntu3 [559 kB]
Get:2 
http://10.189.84.1/enablement/cdimage.ubuntu.com/ubuntu-server/daily/current/natty-server-amd64/
 natty/main libperl5.10 amd64 5.10.1-17ubuntu3 [1,200 B]
Get:3 
http://10.189.84.1/enablement/cdimage.ubuntu.com/ubuntu-server/daily/current/natty-server-amd64/
 natty/main libsensors4 amd64 1:3.2.0-1 [32.8 kB]
Get:4 
http://10.189.84.1/enablement/cdimage.ubuntu.com/ubuntu-server/daily/current/natty-server-amd64/
 natty/main libsnmp-base all 5.4.3~dfsg-2ubuntu1 [214 kB]
Get:5 
http://10.189.84.1/enablement/cdimage.ubuntu.com/ubuntu-server/daily/current/natty-server-amd64/
 natty/main libsnmp15 amd64 5.4.3~dfsg-2ubuntu1 [1,336 kB]
Get:6 
http://10.189.84.1/enablement/cdimage.ubuntu.com/ubuntu-server/daily/current/natty-server-amd64/
 natty/main openipmi amd64 2.0.18-0ubuntu3 [146 kB]
Fetched 2,288 kB in 0s (26.5 MB/s)
Selecting previously deselected package libopenipmi0.
(Reading database ... 30810 files and directories currently installed.)
Unpacking libopenipmi0 (from .../libopenipmi0_2.0.18-0ubuntu3_amd64.deb) ...
Selecting previously deselected package libperl5.10.
Unpacking libperl5.10 (from .../libperl5.10_5.10.1-17ubuntu3_amd64.deb) ...
Selecting previously deselected package libsensors4.
Unpacking libsensors4 (from .../libsensors4_1%3a3.2.0-1_amd64.deb) ...
Selecting previously deselected package libsnmp-base.
Unpacking libsnmp-base (from .../libsnmp-base_5.4.3~dfsg-2ubuntu1_all.deb) ...
Selecting previously deselected package libsnmp15.
Unpacking libsnmp15 (from .../libsnmp15_5.4.3~dfsg-2ubuntu1_amd64.deb) ...
Selecting previously deselected package openipmi.
Unpacking openipmi (from .../openipmi_2.0.18-0ubuntu3_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up libopenipmi0 (2.0.18-0ubuntu3) ...
Setting up libperl5.10 (5.10.1-17ubuntu3) ...
Setting up libsensors4 (1:3.2.0-1) ...
Setting up libsnmp-base (5.4.3~dfsg-2ubuntu1) ...
Setting up libsnmp15 

[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-03-08 Thread Jeff Lane
Also, by pulling in openipmi I mean that perhaps the control file for
the ipmitool package could change from suggesting openipmi to
recommending openipmi

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/110992

Title:
  ipmi modules need to manually inserted and device created

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-02-17 Thread Ted Reed
I can confirm the same results as Niklas. In addition, there are errors
that occur during installation of ipmitool:

(Reading database ... 48065 files and directories currently installed.)
Unpacking libreadline5 (from .../libreadline5_5.2-7build1_amd64.deb) ...
Selecting previously deselected package ipmitool.
Unpacking ipmitool (from .../ipmitool_1.8.11-1ubuntu1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up libreadline5 (5.2-7build1) ...

Setting up ipmitool (1.8.11-1ubuntu1) ...
ipmievd: using pidfile /var/run/ipmievd.pid0
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Unable to open interface
invoke-rc.d: initscript ipmievd, action start failed.
Unable to start ipmievd during installation.  Trying to disable.

Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/110992

Title:
  ipmi modules need to manually inserted and device created

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2010-08-19 Thread Niklas Edmundsson
On my lucid install ipmi_si seems to autoload, but ipmi_devintf doesn't.
Loading ipmi_devintf is enough to have /dev/ipmi0 created and ipmitool then 
works.

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 110992] Re: ipmi modules need to manually inserted and device created

2010-06-04 Thread Perry E. Metzger

Dave Walker davewal...@ubuntu.com writes:
 Can this bug be reproduced on Lucid?

I'm not running Lucid yet. However, you can check if the defect is there
just by reading a couple of files, you don't need to ask anyone to
reproduce it.

Perry
-- 
Perry E. Metzgerpe...@piermont.com

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2009-11-01 Thread Perry E. Metzger
One would imagine that this bug could have been fixed any time in the
last couple of years. It would require editing a couple of files on the
part of one of the maintainers. Is there a good reason this has not been
completed?

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2009-06-24 Thread Chuck Short
Why not just get to load the modules when the server boots?

** Changed in: ipmitool (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: ipmitool (Ubuntu)
   Status: Confirmed = Triaged

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2009-04-13 Thread Perry E. Metzger
The problem is straightforward to see and is easy to confirm.

** Changed in: ipmitool (Ubuntu)
   Status: Incomplete = Confirmed

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs