* [linux-lvm] SYLOG MESSAGES
@ 1999-04-17 6:32 parkercj
1999-04-17 11:06 ` Heinz Mauelshagen
1999-04-17 13:44 ` Luca Berra
0 siblings, 2 replies; 3+ messages in thread
From: parkercj @ 1999-04-17 6:32 UTC (permalink / raw)
To: linux-lvm
Hi,
This is a great feature for Linux and looong overdue. I'm usually using some
form of volume management be it Dec OSF Volume Manager, Solaris's Veritas
really DEC's version of a.k.a Veritas) , IBM's AIX ( really great product)
, and even HP's LVM ( which can be tricky without patches). This software is
closer to HP's implementation than the others I usually deal with.
I only have one small sniggling problem. Whenever I issue any type of "pv"
or "vg" command I see a number of the following messages in my syslog file:
Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-33
Apr 16 23:16:11 sabrina last message repeated 5 times
Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-34
Apr 16 23:16:11 sabrina last message repeated 5 times
Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-9
Apr 16 23:16:12 sabrina last message repeated 9 times
Apr 16 23:16:12 sabrina modprobe: can't locate module block-major-8
This doesn't happen with any of the "lv" commands, but I'm keeping my eyes
open for anything strange. Am I missing something in my module
configuration???? The LVM program is built into my kernel not as a module
and my kernel is mostly monolithic except for a few networking and msdos
filesystem devices.
Acck ... here is my config before you ask! :)
RedHat Linux 2.2.5 #12 SMP ( Dual P200's MMX)
64 meg ram
LVM version 0.6 with the latest patch lvm_0.6-patch-15031999a.gz
and the usual stuff ... Sound, CDROM, 3com NIC etc cetera...
The box has all of my partitions created using LVM in three volume groups
except for the root partition.. I need it to boot for now. The configuration
is strictly IDE. The only SCSI device is a 6 pack 4mm HP SureStore Dat tape
drive using an Adaptec 2120 card. It's the only device on the chain.
Other than these messages the box is solid ... I currently run the Linux
version of Oracle8 ... nothing heavy duty with the application yet. I'm
still poking around with some web and RDBMS application stuff.
Any ideas???
C.J.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-lvm] SYLOG MESSAGES
1999-04-17 6:32 [linux-lvm] SYLOG MESSAGES parkercj
@ 1999-04-17 11:06 ` Heinz Mauelshagen
1999-04-17 13:44 ` Luca Berra
1 sibling, 0 replies; 3+ messages in thread
From: Heinz Mauelshagen @ 1999-04-17 11:06 UTC (permalink / raw)
To: cparker1; +Cc: mge, linux-lvm
On Fri, 16 Apr 1999 23:32:43 -0700, C.J. Parker
<cparker1@pacbell.net> wrote:
>
> This is a great feature for Linux and looong overdue. I'm usually using some
> form of volume management be it Dec OSF Volume Manager, Solaris's Veritas
> really DEC's version of a.k.a Veritas) , IBM's AIX ( really great product)
> , and even HP's LVM ( which can be tricky without patches). This software is
> closer to HP's implementation than the others I usually deal with.
Yes, i like HPs for quite a lot of years ;*)
>
> I only have one small sniggling problem. Whenever I issue any type of "pv"
> or "vg" command I see a number of the following messages in my syslog file:
>
>
> Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-33
> Apr 16 23:16:11 sabrina last message repeated 5 times
> Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-34
> Apr 16 23:16:11 sabrina last message repeated 5 times
> Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-9
> Apr 16 23:16:12 sabrina last message repeated 9 times
> Apr 16 23:16:12 sabrina modprobe: can't locate module block-major-8
>
This is no severe problem.
>
> This doesn't happen with any of the "lv" commands, but I'm keeping my eyes
> open for anything strange. Am I missing something in my module
> configuration????
Your modprobe config seems to contain active entries for the above majors
and a LVM library function called by some LVM command (pvscan for eg.) scans all
disk/MD majors to find online disks/MDs/PVs.
<SNIP config...>
Regards,
Heinz
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Systemmanagement C/S Deutsche Telekom AG
Entwicklungszentrum Darmstadt
Heinz Mauelshagen Otto-Roehm-Strasse 71c
Senior Systems Engineer Postfach 10 05 41
64205 Darmstadt
mge@ez-darmstadt.telekom.de Germany
+49 6151 886-425
FAX-386
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [linux-lvm] SYLOG MESSAGES
1999-04-17 6:32 [linux-lvm] SYLOG MESSAGES parkercj
1999-04-17 11:06 ` Heinz Mauelshagen
@ 1999-04-17 13:44 ` Luca Berra
1 sibling, 0 replies; 3+ messages in thread
From: Luca Berra @ 1999-04-17 13:44 UTC (permalink / raw)
To: parkercj; +Cc: linux-lvm
On Fri, Apr 16, 1999 at 11:32:43PM -0700, parkercj wrote:
<snip>
> Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-33
> Apr 16 23:16:11 sabrina last message repeated 5 times
> Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-34
> Apr 16 23:16:11 sabrina last message repeated 5 times
> Apr 16 23:16:11 sabrina modprobe: can't locate module block-major-9
> Apr 16 23:16:12 sabrina last message repeated 9 times
> Apr 16 23:16:12 sabrina modprobe: can't locate module block-major-8
>
<snip>
>
> Any ideas???
>
yes, put:
alias block-major-33 off
alias block-major-34 off
alias block-major-9 off
alias block-major-8 off
in /etc/conf.modules
L.
--
Luca Berra -- bluca@comedia.it
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~1999-04-17 13:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-04-17 6:32 [linux-lvm] SYLOG MESSAGES parkercj
1999-04-17 11:06 ` Heinz Mauelshagen
1999-04-17 13:44 ` Luca Berra
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.