public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] openrc conf.d/modules
@ 2010-06-12  9:27 Adam
  2010-06-12 22:09 ` [gentoo-user] " walt
  2010-06-13 12:58 ` [gentoo-user] " Neil Bothwick
  0 siblings, 2 replies; 14+ messages in thread
From: Adam @ 2010-06-12  9:27 UTC (permalink / raw
  To: gentoo-user

My modules file contains;
modules="vmmon vmnet vmblock vmci vsock"

modules_2_6="${modules_2_6} acpi-cpufreq"
module_acpi_cpufreq_args_2_6=""

modules_2_6="${modules_2_6} fuse"
module_fuse_args_2_6=""

modules_2_6="${modules_2_6} usbhid"
module_usbhid_args_2_6="quirks=0x05ac:0x1294:0x04"


But the vm modules arent loaded. dmesg has nothing. What am i missing?



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-user] Re: openrc conf.d/modules
  2010-06-12  9:27 [gentoo-user] openrc conf.d/modules Adam
@ 2010-06-12 22:09 ` walt
  2010-06-13  0:56   ` Adam
  2010-06-13 12:58 ` [gentoo-user] " Neil Bothwick
  1 sibling, 1 reply; 14+ messages in thread
From: walt @ 2010-06-12 22:09 UTC (permalink / raw
  To: gentoo-user

On 06/12/2010 02:27 AM, Adam wrote:
> My modules file contains;

Which 'modules' file do you mean?

> modules="vmmon vmnet vmblock vmci vsock"
>
> modules_2_6="${modules_2_6} acpi-cpufreq"
> module_acpi_cpufreq_args_2_6=""
>
> modules_2_6="${modules_2_6} fuse"
> module_fuse_args_2_6=""
>
> modules_2_6="${modules_2_6} usbhid"
> module_usbhid_args_2_6="quirks=0x05ac:0x1294:0x04"
>
>
> But the vm modules arent loaded. dmesg has nothing. What am i missing?

Are there any references to those modules in /etc/modprobe.d/*conf or
/etc/modules.d/*conf ? If not, there should be.  If yes, did you run
update-modules?




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Re: openrc conf.d/modules
  2010-06-12 22:09 ` [gentoo-user] " walt
@ 2010-06-13  0:56   ` Adam
  2010-06-13 16:17     ` walt
  0 siblings, 1 reply; 14+ messages in thread
From: Adam @ 2010-06-13  0:56 UTC (permalink / raw
  To: gentoo-user

>> My modules file contains;
> 
> Which 'modules' file do you mean?

/etc/conf.d/modules

>> modules="vmmon vmnet vmblock vmci vsock"
>>
>> modules_2_6="${modules_2_6} acpi-cpufreq"
>> module_acpi_cpufreq_args_2_6=""
>>
>> modules_2_6="${modules_2_6} fuse"
>> module_fuse_args_2_6=""
>>
>> modules_2_6="${modules_2_6} usbhid"
>> module_usbhid_args_2_6="quirks=0x05ac:0x1294:0x04"
>>
>>
>> But the vm modules arent loaded. dmesg has nothing. What am i missing?
> 
> Are there any references to those modules in /etc/modprobe.d/*conf or
> /etc/modules.d/*conf ? If not, there should be.  If yes, did you run
> update-modules?

There's no reference to the modules in either of those locations before
or after running update-modules (so no i hadnt run it because the openrc
update guide doesnt mention that its required, so I had assumed that its
no longer required).




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] openrc conf.d/modules
  2010-06-12  9:27 [gentoo-user] openrc conf.d/modules Adam
  2010-06-12 22:09 ` [gentoo-user] " walt
@ 2010-06-13 12:58 ` Neil Bothwick
  1 sibling, 0 replies; 14+ messages in thread
From: Neil Bothwick @ 2010-06-13 12:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

On Sat, 12 Jun 2010 19:27:20 +1000, Adam wrote:

> My modules file contains;
> modules="vmmon vmnet vmblock vmci vsock"

> But the vm modules arent loaded. dmesg has nothing. What am i missing?

I have no vmware modules in that file, the modules are loaded by the
vmware init script.


-- 
Neil Bothwick

For security reasons, all text in this mail is double-rot13 encrypted.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-user] Re: openrc conf.d/modules
  2010-06-13  0:56   ` Adam
@ 2010-06-13 16:17     ` walt
  2010-06-13 17:32       ` [gentoo-user] emerge gnome fail Jose Juan Montiel
  2010-06-14  4:54       ` [gentoo-user] Re: openrc conf.d/modules Adam
  0 siblings, 2 replies; 14+ messages in thread
From: walt @ 2010-06-13 16:17 UTC (permalink / raw
  To: gentoo-user

On 06/12/2010 05:56 PM, Adam wrote:
>>> My modules file contains;
>>
>> Which 'modules' file do you mean?
>
> /etc/conf.d/modules
>
>>> modules="vmmon vmnet vmblock vmci vsock"
>>>
>>> modules_2_6="${modules_2_6} acpi-cpufreq"
>>> module_acpi_cpufreq_args_2_6=""
>>>
>>> modules_2_6="${modules_2_6} fuse"
>>> module_fuse_args_2_6=""
>>>
>>> modules_2_6="${modules_2_6} usbhid"
>>> module_usbhid_args_2_6="quirks=0x05ac:0x1294:0x04"
>>>
>>>
>>> But the vm modules arent loaded. dmesg has nothing. What am i missing?
>>
>> Are there any references to those modules in /etc/modprobe.d/*conf or
>> /etc/modules.d/*conf ? If not, there should be.  If yes, did you run
>> update-modules?
>
> There's no reference to the modules in either of those locations before
> or after running update-modules (so no i hadnt run it because the openrc
> update guide doesnt mention that its required, so I had assumed that its
> no longer required).

I missed your reference to openrc last time.  Do you see any interesting
messages when you run /etc/init.d/modules restart?

Where do those vm* modules come from?






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-user] emerge gnome fail
  2010-06-13 16:17     ` walt
@ 2010-06-13 17:32       ` Jose Juan Montiel
  2010-06-13 18:13         ` Alex Schuster
                           ` (2 more replies)
  2010-06-14  4:54       ` [gentoo-user] Re: openrc conf.d/modules Adam
  1 sibling, 3 replies; 14+ messages in thread
From: Jose Juan Montiel @ 2010-06-13 17:32 UTC (permalink / raw
  To: gentoo-user

Hi,

yesterday i finally decide to try Gentoo (I came from debian).

I follow all step of 
http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml but when i 
finally go to install gnome...  in the latests package (mailclient or 
something similar) fail...

I would like to know how to skip a failed package of metapackage 
gnome... or how to update to other version (2.28 -> 2.30)...

Sorry for this trivial question ;)

Thanks.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] emerge gnome fail
  2010-06-13 17:32       ` [gentoo-user] emerge gnome fail Jose Juan Montiel
@ 2010-06-13 18:13         ` Alex Schuster
  2010-06-13 19:27         ` David Abbott
  2010-06-14  2:37         ` Stroller
  2 siblings, 0 replies; 14+ messages in thread
From: Alex Schuster @ 2010-06-13 18:13 UTC (permalink / raw
  To: gentoo-user

Jose Juan Montiel writes:

> yesterday i finally decide to try Gentoo (I came from debian).

Welcome!

> I follow all step of 
> http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml but when i 
> finally go to install gnome...  in the latests package (mailclient or 
> something similar) fail...
> 
> I would like to know how to skip a failed package of metapackage 
> gnome... or how to update to other version (2.28 -> 2.30)...
> 
> Sorry for this trivial question ;)

Use emerge --resume --skipfirst to continue where you were, skipping
this package.
Or simply emerge --keep-going <package>, this will continue
automatically even if a package fails.
To compile the package that faileed, there is often a bug report on
bugs.gentoo.org already. Just google for the error message, and if
you're lucky, you will find the solution. If not, just open a new bug
report :)

Oh, and please open a new thread the next time. This one appears under
the openrc thread.

	Wonko



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] emerge gnome fail
  2010-06-13 17:32       ` [gentoo-user] emerge gnome fail Jose Juan Montiel
  2010-06-13 18:13         ` Alex Schuster
@ 2010-06-13 19:27         ` David Abbott
  2010-06-14  2:37         ` Stroller
  2 siblings, 0 replies; 14+ messages in thread
From: David Abbott @ 2010-06-13 19:27 UTC (permalink / raw
  To: gentoo-user

On Sun, Jun 13, 2010 at 1:32 PM, Jose Juan Montiel
<josejuan.montiel@gmail.com> wrote:
> Hi,
>
> yesterday i finally decide to try Gentoo (I came from debian).
>
> I follow all step of
> http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml but when i finally
> go to install gnome...  in the latests package (mailclient or something
> similar) fail...
>
> I would like to know how to skip a failed package of metapackage gnome... or
> how to update to other version (2.28 -> 2.30)...
>
> Sorry for this trivial question ;)
>
> Thanks.
>
>
Hi Jose and welcome to Gentoo, check out "man emerge" and some useful
parameters like --skip-first,  --resume and --keep-going.
Have Fun
-- 
David Abbott (dabbott)



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] emerge gnome fail
  2010-06-13 17:32       ` [gentoo-user] emerge gnome fail Jose Juan Montiel
  2010-06-13 18:13         ` Alex Schuster
  2010-06-13 19:27         ` David Abbott
@ 2010-06-14  2:37         ` Stroller
  2010-06-14  8:43           ` Jose Juan Montiel
  2 siblings, 1 reply; 14+ messages in thread
From: Stroller @ 2010-06-14  2:37 UTC (permalink / raw
  To: gentoo-user

Hi Jose,

Please don't hijack threads. Previous discussion & explanation:

http://www.mail-archive.com/gentoo-user@lists.gentoo.org/msg71515.html


On 13 Jun 2010, at 18:32, Jose Juan Montiel wrote:
> yesterday i finally decide to try Gentoo (I came from debian).
>
> I follow all step of http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml

The quick install guide is for users who are already experienced with  
Gentoo. With a Debian background, you'll probably be fine, but you  
might find it worth keeping the full install guide handy.

> but when i finally go to install gnome... in the latests package  
> (mailclient or something similar) fail...

Have you rebooted the system yet? Don't bother about installing Gnome  
until you've done so. Be absolutely minimal in your steps, if they're  
not directly related to having a working system. A DE is eyecandy -  
just get the disks prepared, the files copied, the kernel installed  
and the bootloader going. When the system boots for the first time to  
a plain console you can then log in as root and add ~jose, cron,  
syslog, GUI (although you'll probably want to install GNU screen a  
little bit earlier).

> I would like to know how to skip a failed package of metapackage  
> gnome... or how to update to other version (2.28 -> 2.30)...

Once you have the system booting you'll be able to copy & paste the  
full output of the error.  Note that most install CDs also offer SSH,  
if you have another, fully-working system.

Stroller.




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Re: openrc conf.d/modules
  2010-06-13 16:17     ` walt
  2010-06-13 17:32       ` [gentoo-user] emerge gnome fail Jose Juan Montiel
@ 2010-06-14  4:54       ` Adam
  1 sibling, 0 replies; 14+ messages in thread
From: Adam @ 2010-06-14  4:54 UTC (permalink / raw
  To: gentoo-user

> I missed your reference to openrc last time.  Do you see any interesting
> messages when you run /etc/init.d/modules restart?

sphinx adam # /etc/init.d/modules restart
 * WARNING: you are stopping a boot service
 * Loading module acpi-cpufreq ...
  [ ok ]
 * Loading module fuse ...
  [ ok ]
 * Loading module usbhid ...
  [ ok ]
 * Autoloaded 3 module(s)

So they're just being missed. I've changed it to
modules_2_6="${modules_2_6} vmmon vmnet vmblock vmci vsock"

And it now works ok.

> Where do those vm* modules come from?

VMware 7.1 (used the vmware installer... messy i know)




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] emerge gnome fail
  2010-06-14  2:37         ` Stroller
@ 2010-06-14  8:43           ` Jose Juan Montiel
  2010-06-14  8:53             ` Peter Humphrey
  0 siblings, 1 reply; 14+ messages in thread
From: Jose Juan Montiel @ 2010-06-14  8:43 UTC (permalink / raw
  To: gentoo-user

> Please don't hijack threads. Previous discussion & explanation:
>
> http://www.mail-archive.com/gentoo-user@lists.gentoo.org/msg71515.html
>

Sorry i'll use icedove button reply list, and changed title (i tought
that this create a new message).

Sorry. I'll write a new post with resume of answers.

Thanks.

-- 
This is your badness level.
It's unusually high for someone your size.
We have to fix that.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] emerge gnome fail
  2010-06-14  8:43           ` Jose Juan Montiel
@ 2010-06-14  8:53             ` Peter Humphrey
  2010-06-14  9:11               ` Jose Juan Montiel
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Humphrey @ 2010-06-14  8:53 UTC (permalink / raw
  To: gentoo-user

On Monday 14 June 2010 09:43:05 Jose Juan Montiel wrote:

> i'll use icedove button reply list, and changed title (i tought that
> this create a new message).

I don't know what icedove is, but what you need is not to reply to 
anything but to start a new message. Changing titles does not start a 
new thread, nor should it. Ask yourself: what is the difference between a 
/new/ message and a /reply/ to another message?

You should be able just to click on the list address in any email from 
the list; that will start a new thread.

-- 
Rgds
Peter.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] emerge gnome fail
  2010-06-14  8:53             ` Peter Humphrey
@ 2010-06-14  9:11               ` Jose Juan Montiel
  2010-06-14 10:05                 ` Peter Humphrey
  0 siblings, 1 reply; 14+ messages in thread
From: Jose Juan Montiel @ 2010-06-14  9:11 UTC (permalink / raw
  To: gentoo-user

Hi,

> but what you need is not to reply to
> anything but to start a new message. Changing titles does not start a
> new thread, nor should it. Ask yourself: what is the difference between a
> /new/ message and a /reply/ to another message?
>
> You should be able just to click on the list address in any email from
> the list; that will start a new thread.

Thanks, now i know this.

The problem was "reply" put this meta...

To: gentoo-user@lists.gentoo.org
Subject: emerge gnome fail
References: <4C1352F8.4050105@jaftan.com.au>
<hv10i3$lt7$1@dough.gmane.org> <4C142CC6.4020004@jaftan.com.au>
<hv302u$o6l$1@dough.gmane.org>
In-Reply-To: <hv302u$o6l$1@dough.gmane.org>

And as i see now, in [1] and [2] the tag "In-Reply-To" do "the magic"...

Thanks and sorry again for "hijack threads".

Thanks.

[1] http://cr.yp.to/immhf/thread.html
[2] http://www.faqs.org/rfcs/rfc822.html

-- 
This is your badness level.
It's unusually high for someone your size.
We have to fix that.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] emerge gnome fail
  2010-06-14  9:11               ` Jose Juan Montiel
@ 2010-06-14 10:05                 ` Peter Humphrey
  0 siblings, 0 replies; 14+ messages in thread
From: Peter Humphrey @ 2010-06-14 10:05 UTC (permalink / raw
  To: gentoo-user

On Monday 14 June 2010 10:11:19 Jose Juan Montiel wrote:

> Thanks, now i know this.

We all have to start somewhere - good luck!

-- 
Rgds
Peter.



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-06-14 11:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-12  9:27 [gentoo-user] openrc conf.d/modules Adam
2010-06-12 22:09 ` [gentoo-user] " walt
2010-06-13  0:56   ` Adam
2010-06-13 16:17     ` walt
2010-06-13 17:32       ` [gentoo-user] emerge gnome fail Jose Juan Montiel
2010-06-13 18:13         ` Alex Schuster
2010-06-13 19:27         ` David Abbott
2010-06-14  2:37         ` Stroller
2010-06-14  8:43           ` Jose Juan Montiel
2010-06-14  8:53             ` Peter Humphrey
2010-06-14  9:11               ` Jose Juan Montiel
2010-06-14 10:05                 ` Peter Humphrey
2010-06-14  4:54       ` [gentoo-user] Re: openrc conf.d/modules Adam
2010-06-13 12:58 ` [gentoo-user] " Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox