Re: [gentoo-ppc-user] liboil-0.3.7 compile problems

2006-02-08 Thread Draeven Eriu




Bug submitted
and resolved in portage today.

Thanks

Draeven

Joseph Jezak wrote:
Please file
a bug in bugzilla and we'll fix it there, this looks like a new issue.
  
  
-Joe
  





Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-12-01 Thread Draeven

Did you remember to emerge a dhcpcd server?

If not emerge dhcpcd

Draeven

Charles Trois wrote:

Draeven a écrit :

 
Charles Trois wrote:

Charles,

Did you do a rc-update add net.eth0 default so that the interface is 
brought up at boot?


You may also want to take a look at this section of the Gentoo Handbook:

http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml?part=4


I am still working hard at this; I even have burnt a new CD and
reinstalled from it, but there is nothing doing. To state my problem
again, it occurs on an G4 iMac with the Gentoo universal
ppc-install-2005.1 disc. At the end of the boot process, just before the
login, I get this:

==

 * Starting syslog-ng ...

[ ok ] * Starting gpm ...

[ ok ] * Starting eth0
 *   Bringing up eth0
 * Configuration not set for eth0 - assuming dhcp
 * dhcp
 *   Running dhcpcd ...

[ !! ] * Starting vixie-cron ...

[ ok ] * Starting local ...

[ ok ] * ERROR:  Problem starting needed services.
 * netmount was not started.

==

And the corresponding bit in /var/log/messsages is:

==

Dec  1 11:00:55 sirrah rc-scripts: Configuration not set for eth0 -
assuming dhcp
Dec  1 11:01:55 sirrah dhcpcd[4718]: timed out waiting for a valid DHCP
server response
Dec  1 11:01:55 sirrah cron[5378]: (CRON) STARTUP (V5.0)
Dec  1 11:01:56 sirrah rc-scripts: ERROR:  Problem starting needed 
services.

Dec  1 11:01:56 sirrah rc-scripts: netmount was not started.
Dec  1 11:02:50 sirrah login(pam_unix)[5457]: session opened for user
root by (uid=0)

==

The cause of the trouble seems to be pointed out by the line
dhcpcd[4718]: timed out waiting for a valid DHCP server response (and
there is indeed quite a delay at the stage Running dhcpcd).

But now what can I do to get this valid DHCP server response? There
seems to be nothing about dhcp in the .config file: what then? does it 
suppose that I am already connected to the Net?


Charles



--
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-12-01 Thread Draeven
I'm sorry, I mean a dhcp client, not a server, the dhcp server should 
already be on the network.  The most popular and easiest client IMHO is 
dhcpcd.


Like I said, emerge dhcpcd

HTH
Draeven

Draeven wrote:

Did you remember to emerge a dhcpcd server?

If not emerge dhcpcd

Draeven

Charles Trois wrote:


Draeven a écrit :

 
Charles Trois wrote:

Charles,

Did you do a rc-update add net.eth0 default so that the interface 
is brought up at boot?


You may also want to take a look at this section of the Gentoo Handbook:

http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml?part=4


I am still working hard at this; I even have burnt a new CD and
reinstalled from it, but there is nothing doing. To state my problem
again, it occurs on an G4 iMac with the Gentoo universal
ppc-install-2005.1 disc. At the end of the boot process, just before the
login, I get this:

== 



 * Starting syslog-ng ...

[ ok ] * Starting gpm ...

[ ok ] * Starting eth0
 *   Bringing up eth0
 * Configuration not set for eth0 - assuming dhcp
 * dhcp
 *   Running dhcpcd ...

[ !! ] * Starting vixie-cron ...

[ ok ] * Starting local ...

[ ok ] * ERROR:  Problem starting needed services.
 * netmount was not started.

== 



And the corresponding bit in /var/log/messsages is:

== 



Dec  1 11:00:55 sirrah rc-scripts: Configuration not set for eth0 -
assuming dhcp
Dec  1 11:01:55 sirrah dhcpcd[4718]: timed out waiting for a valid DHCP
server response
Dec  1 11:01:55 sirrah cron[5378]: (CRON) STARTUP (V5.0)
Dec  1 11:01:56 sirrah rc-scripts: ERROR:  Problem starting needed 
services.

Dec  1 11:01:56 sirrah rc-scripts: netmount was not started.
Dec  1 11:02:50 sirrah login(pam_unix)[5457]: session opened for user
root by (uid=0)

== 



The cause of the trouble seems to be pointed out by the line
dhcpcd[4718]: timed out waiting for a valid DHCP server response (and
there is indeed quite a delay at the stage Running dhcpcd).

But now what can I do to get this valid DHCP server response? There
seems to be nothing about dhcp in the .config file: what then? does it 
suppose that I am already connected to the Net?


Charles



--
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-11-23 Thread Draeven



Charles Trois wrote:
Charles,

Did you do a rc-update add net.eth0 default so that the interface is 
brought up at boot?


You may also want to take a look at this section of the Gentoo Handbook:

http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml?part=4

HTH

Draeven


Draeven a écrit :


Charles,

Please post the contents of your /etc/conf.d/net



I attach it here.


Also, is your NIC driver built into the kernel or a module?



I have no modules at all, everything is in the kernel; lsmod returns an 
empty list.


If it is modular, you can load it by using coldplug (emerge 
coldplug) or you can add the module to 
/etc/modules.autoload.d/kernel-2.6.



I also attach my .config file, just in case.

Charles



Charles Trois wrote:


Matti Bickel a écrit le 11/11/2005


Please check if you compiled support for tmpfs in your kernel. The
option is CONFIG_TMPFS. Do NOT make this a module.

This is kinda wild guess, but it sounds like you're missing
kernel-support.



Sorry for this late answer. Your guess was quite right and enabled me 
to get over that error. I then met various little problems that I was 
able to solve, but there remains a (hopefully) last one.


The new error message is:
Problem starting needed services
netmount was not started.

/etc/init.d/netmount start gives the same error. eth0 is not brought 
up and ifconfig lists only lo.


What have I done wrong?

--
gentoo-ppc-user@gentoo.org mailing list