* Re: [gentoo-user] lvm problem(s)NOT-FIXED
@ 2009-06-17 1:32 Maxim Wexler
2009-06-17 7:49 ` Neil Bothwick
0 siblings, 1 reply; 6+ messages in thread
From: Maxim Wexler @ 2009-06-17 1:32 UTC (permalink / raw
To: gentoo-user
On 6/16/09, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 16 Jun 2009 22:39:56 +0200, Alan McKinnon wrote:
>
>> I also find in general that rescue systems are not very good at these
>> desktopy things, and automagic SD card hotplugging is very much
>> something driven by desktop usage. Try by all means, I just think YMMV.
>
> Except Maxim doesn't want automatic hotplugging, he wants to mount the LV
> from init scripts.
>
Going cuckoo here @!#>. I said it was fixed. I uncommented the
rc_hotplug line in rc.conf and rebooted and it worked! The volumes
were found and mounted. Fantasia! Now I rebooted again having tried to
shut of dhcpcd, using rc-update del net.lo because I'd rather do that
manually, but not only do the volumes not mount, dhcpcd is still
running and taking its own sweet time finding out there is no net
service available at this location unless it involves a phone line.
Guess you're right, I don't want hotplugging.
Another strangeness: under init.d the two links depscan.sh and
runscript.sh came up as broken(flashing red) when the volumes WERE
mounted and now that they ARE NOT mounted the links are intact. Defies
logic :-(
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lvm problem(s)NOT-FIXED
2009-06-17 1:32 [gentoo-user] lvm problem(s)NOT-FIXED Maxim Wexler
@ 2009-06-17 7:49 ` Neil Bothwick
2009-06-17 15:41 ` Maxim Wexler
0 siblings, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2009-06-17 7:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 903 bytes --]
On Tue, 16 Jun 2009 19:32:56 -0600, Maxim Wexler wrote:
> Going cuckoo here @!#>. I said it was fixed. I uncommented the
> rc_hotplug line in rc.conf and rebooted and it worked! The volumes
> were found and mounted. Fantasia! Now I rebooted again having tried to
> shut of dhcpcd, using rc-update del net.lo because I'd rather do that
> manually, but not only do the volumes not mount, dhcpcd is still
> running and taking its own sweet time finding out there is no net
> service available at this location unless it involves a phone line.
>
> Guess you're right, I don't want hotplugging.
I never said you don't want hotplugging. Set rc_hotplug to
"!net.*" to disable network hotplugging, and add net.lo back to the boot
runlevel, you really don't want to disable that, and
it doesn't need DHCP.
--
Neil Bothwick
Those who live by the sword get shot by those who don't.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lvm problem(s)NOT-FIXED
2009-06-17 7:49 ` Neil Bothwick
@ 2009-06-17 15:41 ` Maxim Wexler
2009-06-17 15:44 ` Neil Bothwick
0 siblings, 1 reply; 6+ messages in thread
From: Maxim Wexler @ 2009-06-17 15:41 UTC (permalink / raw
To: gentoo-user
>> Guess you're right, I don't want hotplugging.
>
> I never said you don't want hotplugging. Set rc_hotplug to
you said "automatic" hotplugging; is that something else?
> "!net.*" to disable network hotplugging, and add net.lo back to the boot
thanks Neil, speeds up the boot process a lot. May I ask where you got
that? It's not in man rc.conf.
mw
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lvm problem(s)NOT-FIXED
2009-06-17 15:41 ` Maxim Wexler
@ 2009-06-17 15:44 ` Neil Bothwick
2009-06-17 16:14 ` Alan McKinnon
0 siblings, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2009-06-17 15:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 767 bytes --]
On Wed, 17 Jun 2009 09:41:14 -0600, Maxim Wexler wrote:
> >> Guess you're right, I don't want hotplugging.
> >
> > I never said you don't want hotplugging. Set rc_hotplug to
>
> you said "automatic" hotplugging; is that something else?
I explained that in my previous post, Alan was referring to desktop
hotplugging, like mounting removable devices when they are connected, a
completely different use of the same word.
>
> > "!net.*" to disable network hotplugging, and add net.lo back to the
> > boot
>
> thanks Neil, speeds up the boot process a lot. May I ask where you got
> that? It's not in man rc.conf.
It's in the comments in the original file.
--
Neil Bothwick
Nothing is foolproof to a sufficiently talented fool.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lvm problem(s)NOT-FIXED
2009-06-17 15:44 ` Neil Bothwick
@ 2009-06-17 16:14 ` Alan McKinnon
2009-06-17 16:46 ` Neil Bothwick
0 siblings, 1 reply; 6+ messages in thread
From: Alan McKinnon @ 2009-06-17 16:14 UTC (permalink / raw
To: gentoo-user
On Wednesday 17 June 2009 17:44:22 Neil Bothwick wrote:
> > > I never said you don't want hotplugging. Set rc_hotplug to
> >
> > you said "automatic" hotplugging; is that something else?
>
> I explained that in my previous post, Alan was referring to desktop
> hotplugging, like mounting removable devices when they are connected, a
> completely different use of the same word.
The only reason I brought up a desktop system is that I've found Ubuntu to be
a very reliable distro for finding out which *kernel modules* are actually
needed - because it does convenient "automagic stuff" and does it right.
The fact that it's aligned around desktop users is of no significance here,
but looking back, it would be easy to miss that bit.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lvm problem(s)NOT-FIXED
2009-06-17 16:14 ` Alan McKinnon
@ 2009-06-17 16:46 ` Neil Bothwick
0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2009-06-17 16:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 658 bytes --]
On Wed, 17 Jun 2009 18:14:11 +0200, Alan McKinnon wrote:
> The fact that it's aligned around desktop users is of no significance
> here, but looking back, it would be easy to miss that bit.
>
It was where you said
> I also find in general that rescue systems are not very good at these
> desktopy things, and automagic SD card hotplugging is very much
> something driven by desktop usage.
This isn't about hotplugging or mounting the card, which is very
desktopy, it stays in place,but hotplugging/autoloading the driver for
the card slot.
--
Neil Bothwick
Everybody needs a little love sometime; stop hacking and fall in love!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-06-17 16:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 1:32 [gentoo-user] lvm problem(s)NOT-FIXED Maxim Wexler
2009-06-17 7:49 ` Neil Bothwick
2009-06-17 15:41 ` Maxim Wexler
2009-06-17 15:44 ` Neil Bothwick
2009-06-17 16:14 ` Alan McKinnon
2009-06-17 16:46 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox