public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Networking
@ 2012-10-25 18:25 Silvio Siefke
  2012-10-25 19:31 ` Joseph
  2012-10-25 19:45 ` J. Roeleveld
  0 siblings, 2 replies; 9+ messages in thread
From: Silvio Siefke @ 2012-10-25 18:25 UTC (permalink / raw
  To: gentoo-user

Hello,

i have installed Virtualbox, but from the website not over Portage. I
have now delete, because it want not really run and the computer
has not the power.

But now i have problems with the network. I have static IP Adresses in
use, but gentoo want network not start the static Address, they
want use dhcpd. I have unmerged the dhcp but now nothing want run.
NFS, SSH, nothing really want start.

gentoo-desk init.d # cat /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /usr/share/doc/openrc*/net.example* and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0="192.168.2.22 netmask 255.255.255.0 broadcast 192.168.2.255"
routes_eth0="default via 192.168.2.1"
dns_servers_eth0="192.168.2.1"

gentoo-desk init.d # /etc/init.d/sshd start
 * ERROR: cannot start sshd as dhcpcd would not start

gentoo-desk init.d # /etc/init.d/nfsmount start
 * ERROR: cannot start nfsmount as dhcpcd would not start

I have only the net and in it stand static Network. Where i find the
config? I not know what should do now.

gentoo-desk init.d # ifconfig
eth0      Protokoll:Ethernet  Hardware Adresse 00:30:05:3f:a1:a4
          inet Adresse:192.168.2.22  Bcast:192.168.2.255  Maske:255.255.255.0
          inet6 Adresse: fe80::230:5ff:fe3f:a1a4/64
Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1994 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1348 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:1892812 (1.8 MiB)  TX bytes:257820 (251.7 KiB)

lo        Protokoll:Lokale Schleife
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0
          RX bytes:180 (180.0 B)  TX bytes:180 (180.0 B


The network start when i start with /etc/init,d net.eth0 start. I
understand not what uis the problem, has someone a idea?

Regards and Thank for help
Silvio


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

* Re: [gentoo-user] Networking
  2012-10-25 18:25 [gentoo-user] Networking Silvio Siefke
@ 2012-10-25 19:31 ` Joseph
  2012-10-25 19:47   ` Silvio Siefke
  2012-10-25 19:45 ` J. Roeleveld
  1 sibling, 1 reply; 9+ messages in thread
From: Joseph @ 2012-10-25 19:31 UTC (permalink / raw
  To: gentoo-user

unmerging dhcp was not a good idea.
I don't think you have very many options but to "boot strap" gentoo from CD and emerge back the net-misc/dhcp

Do you need both client/server or just client?
I'm running net-misc/dhcpcd

--
Joseph

On 10/25/12 20:25, Silvio Siefke wrote:
>Hello,
>
>i have installed Virtualbox, but from the website not over Portage. I
>have now delete, because it want not really run and the computer
>has not the power.
>
>But now i have problems with the network. I have static IP Adresses in
>use, but gentoo want network not start the static Address, they
>want use dhcpd. I have unmerged the dhcp but now nothing want run.
>NFS, SSH, nothing really want start.
>
>gentoo-desk init.d # cat /etc/conf.d/net
># This blank configuration will automatically use DHCP for any net.*
># scripts in /etc/init.d.  To create a more complete configuration,
># please review /usr/share/doc/openrc*/net.example* and save your configuration
># in /etc/conf.d/net (this file :]!).
>config_eth0="192.168.2.22 netmask 255.255.255.0 broadcast 192.168.2.255"
>routes_eth0="default via 192.168.2.1"
>dns_servers_eth0="192.168.2.1"
>
>gentoo-desk init.d # /etc/init.d/sshd start
> * ERROR: cannot start sshd as dhcpcd would not start
>
>gentoo-desk init.d # /etc/init.d/nfsmount start
> * ERROR: cannot start nfsmount as dhcpcd would not start
>
>I have only the net and in it stand static Network. Where i find the
>config? I not know what should do now.
>
>gentoo-desk init.d # ifconfig
>eth0      Protokoll:Ethernet  Hardware Adresse 00:30:05:3f:a1:a4
>          inet Adresse:192.168.2.22  Bcast:192.168.2.255  Maske:255.255.255.0
>          inet6 Adresse: fe80::230:5ff:fe3f:a1a4/64
>Gültigkeitsbereich:Verbindung
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:1994 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:1348 errors:0 dropped:0 overruns:0 carrier:0
>          Kollisionen:0 Sendewarteschlangenlänge:1000
>          RX bytes:1892812 (1.8 MiB)  TX bytes:257820 (251.7 KiB)
>
>lo        Protokoll:Lokale Schleife
>          inet Adresse:127.0.0.1  Maske:255.0.0.0
>          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
>          UP LOOPBACK RUNNING  MTU:16436  Metric:1
>          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
>          Kollisionen:0 Sendewarteschlangenlänge:0
>          RX bytes:180 (180.0 B)  TX bytes:180 (180.0 B
>
>
>The network start when i start with /etc/init,d net.eth0 start. I
>understand not what uis the problem, has someone a idea?
>
>Regards and Thank for help
>Silvio


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

* Re: [gentoo-user] Networking
  2012-10-25 18:25 [gentoo-user] Networking Silvio Siefke
  2012-10-25 19:31 ` Joseph
@ 2012-10-25 19:45 ` J. Roeleveld
  1 sibling, 0 replies; 9+ messages in thread
From: J. Roeleveld @ 2012-10-25 19:45 UTC (permalink / raw
  To: gentoo-user

Silvio Siefke <siefke_listen@web.de> wrote:

>Hello,
>
>i have installed Virtualbox, but from the website not over Portage. I
>have now delete, because it want not really run and the computer
>has not the power.
>
>But now i have problems with the network. I have static IP Adresses in
>use, but gentoo want network not start the static Address, they
>want use dhcpd. I have unmerged the dhcp but now nothing want run.
>NFS, SSH, nothing really want start.
>
>gentoo-desk init.d # cat /etc/conf.d/net
># This blank configuration will automatically use DHCP for any net.*
># scripts in /etc/init.d.  To create a more complete configuration,
># please review /usr/share/doc/openrc*/net.example* and save your
>configuration
># in /etc/conf.d/net (this file :]!).
>config_eth0="192.168.2.22 netmask 255.255.255.0 broadcast
>192.168.2.255"
>routes_eth0="default via 192.168.2.1"
>dns_servers_eth0="192.168.2.1"
>
>gentoo-desk init.d # /etc/init.d/sshd start
> * ERROR: cannot start sshd as dhcpcd would not start
>
>gentoo-desk init.d # /etc/init.d/nfsmount start
> * ERROR: cannot start nfsmount as dhcpcd would not start
>
>I have only the net and in it stand static Network. Where i find the
>config? I not know what should do now.
>
>gentoo-desk init.d # ifconfig
>eth0      Protokoll:Ethernet  Hardware Adresse 00:30:05:3f:a1:a4
>    inet Adresse:192.168.2.22  Bcast:192.168.2.255  Maske:255.255.255.0
>          inet6 Adresse: fe80::230:5ff:fe3f:a1a4/64
>Gültigkeitsbereich:Verbindung
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:1994 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:1348 errors:0 dropped:0 overruns:0 carrier:0
>          Kollisionen:0 Sendewarteschlangenlänge:1000
>          RX bytes:1892812 (1.8 MiB)  TX bytes:257820 (251.7 KiB)
>
>lo        Protokoll:Lokale Schleife
>          inet Adresse:127.0.0.1  Maske:255.0.0.0
>          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
>          UP LOOPBACK RUNNING  MTU:16436  Metric:1
>          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
>          Kollisionen:0 Sendewarteschlangenlänge:0
>          RX bytes:180 (180.0 B)  TX bytes:180 (180.0 B
>
>
>The network start when i start with /etc/init,d net.eth0 start. I
>understand not what uis the problem, has someone a idea?
>
>Regards and Thank for help
>Silvio

Silvio.

Do you have any other net.* services in your runlevel? If yes please remove them.

--
Joost
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.


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

* Re: [gentoo-user] Networking
  2012-10-25 19:31 ` Joseph
@ 2012-10-25 19:47   ` Silvio Siefke
  2012-10-25 20:17     ` Joseph
  0 siblings, 1 reply; 9+ messages in thread
From: Silvio Siefke @ 2012-10-25 19:47 UTC (permalink / raw
  To: gentoo-user

Hello,

2012/10/25 Joseph <syscon780@gmail.com>:
> unmerging dhcp was not a good idea.
> I don't think you have very many options but to "boot strap" gentoo from CD
> and emerge back the net-misc/dhcp
>
> Do you need both client/server or just client?
> I'm running net-misc/dhcpcd

Really, so never run Vmware or Virtualbox on system, nothing go more.
Thats strange.
I have back installed dhcpcd.


Regards
Silvio


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

* Re: [gentoo-user] Networking
  2012-10-25 19:47   ` Silvio Siefke
@ 2012-10-25 20:17     ` Joseph
  2012-10-25 20:27       ` Silvio Siefke
  0 siblings, 1 reply; 9+ messages in thread
From: Joseph @ 2012-10-25 20:17 UTC (permalink / raw
  To: gentoo-user

On 10/25/12 21:47, Silvio Siefke wrote:
>Hello,
>
>2012/10/25 Joseph <syscon780@gmail.com>:
>> unmerging dhcp was not a good idea.
>> I don't think you have very many options but to "boot strap" gentoo from CD
>> and emerge back the net-misc/dhcp
>>
>> Do you need both client/server or just client?
>> I'm running net-misc/dhcpcd
>
>Really, so never run Vmware or Virtualbox on system, nothing go more.
>Thats strange.
>I have back installed dhcpcd.
>
>
>Regards
>Silvio

Why don't you want to install VirtualBox from portage.  
I run VirtualBox on one of those tiny boxes with 1Mb or RAM and box takes only 18W of power.
Yes, it is slow but runs OK.

-- 
Joseph


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

* Re: [gentoo-user] Networking
  2012-10-25 20:17     ` Joseph
@ 2012-10-25 20:27       ` Silvio Siefke
  2012-10-25 22:40         ` mindrunner
  2012-10-26  3:03         ` Joseph
  0 siblings, 2 replies; 9+ messages in thread
From: Silvio Siefke @ 2012-10-25 20:27 UTC (permalink / raw
  To: gentoo-user

Hello,

On Thu, 25 Oct 2012 14:17:00 -0600
Joseph <syscon780@gmail.com> wrote:

> Why don't you want to install VirtualBox from portage.  

Has not internet, only mobile conection and so i have downloaded
by my dad direct from the website. 

> I run VirtualBox on one of those tiny boxes with 1Mb or RAM and box takes only 18W of power.
> Yes, it is slow but runs OK.

I want take a look at Android X86, but i think my kernel was not correct. 
Ok i have read today the Tutorial for Gentoo and Virtualbox. But when i 
have so trouble with the network, then is not so funny. The static ip 
is not for fun in config. I must see, maybe i try again, and then from 
portage. 

Now all is running, hope. But after delete the kernel, all config and udev
rules from Virtualbox and restart go all again.

Thank u and Regards
Silvio


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

* Re: [gentoo-user] Networking
  2012-10-25 20:27       ` Silvio Siefke
@ 2012-10-25 22:40         ` mindrunner
  2012-10-26  3:03         ` Joseph
  1 sibling, 0 replies; 9+ messages in thread
From: mindrunner @ 2012-10-25 22:40 UTC (permalink / raw
  To: gentoo-user

Actually this is no reason not installing with portage...

On 10/25/2012 10:27 PM, Silvio Siefke wrote:
>> Why don't you want to install VirtualBox from portage.  
> Has not internet, only mobile conection and so i have downloaded
> by my dad direct from the website. 
> 


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

* Re: [gentoo-user] Networking
  2012-10-25 20:27       ` Silvio Siefke
  2012-10-25 22:40         ` mindrunner
@ 2012-10-26  3:03         ` Joseph
  2012-10-26  7:40           ` Mick
  1 sibling, 1 reply; 9+ messages in thread
From: Joseph @ 2012-10-26  3:03 UTC (permalink / raw
  To: gentoo-user

On 10/25/12 22:27, Silvio Siefke wrote:
>Hello,
>
>On Thu, 25 Oct 2012 14:17:00 -0600
>Joseph <syscon780@gmail.com> wrote:
>
>> Why don't you want to install VirtualBox from portage.
>
>Has not internet, only mobile conection and so i have downloaded
>by my dad direct from the website.
>
>> I run VirtualBox on one of those tiny boxes with 1Mb or RAM and box takes only 18W of power.
>> Yes, it is slow but runs OK.
>
>I want take a look at Android X86, but i think my kernel was not correct.
>Ok i have read today the Tutorial for Gentoo and Virtualbox. But when i
>have so trouble with the network, then is not so funny. The static ip
>is not for fun in config. I must see, maybe i try again, and then from
>portage.
>
>Now all is running, hope. But after delete the kernel, all config and udev
>rules from Virtualbox and restart go all again.
>
>Thank u and Regards
>Silvio

You going too fast and in the wrong places :-) 
First you unmerge dhcp 
now, you are delete the kernel! With this paste you will be re-installing Gentoo in no time :-/

Rule #1 If It Aint Broken Don't Fix It. 
Just follow the instruction from: 
http://en.gentoo-wiki.com/wiki/VirtualBox
and everything will be working just fine.  If you upgrade the kernel yes, you need to recompile Virtual box modules.

-- 
Joseph


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

* Re: [gentoo-user] Networking
  2012-10-26  3:03         ` Joseph
@ 2012-10-26  7:40           ` Mick
  0 siblings, 0 replies; 9+ messages in thread
From: Mick @ 2012-10-26  7:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1537 bytes --]

On Friday 26 Oct 2012 04:03:09 Joseph wrote:
> On 10/25/12 22:27, Silvio Siefke wrote:
> >On Thu, 25 Oct 2012 14:17:00 -0600
> >
> >Joseph <syscon780@gmail.com> wrote:
> >> Why don't you want to install VirtualBox from portage.
> >
> >Has not internet, only mobile conection and so i have downloaded
> >by my dad direct from the website.
> >
> >> I run VirtualBox on one of those tiny boxes with 1Mb or RAM and box
> >> takes only 18W of power. Yes, it is slow but runs OK.
> >
> >I want take a look at Android X86, but i think my kernel was not correct.
> >Ok i have read today the Tutorial for Gentoo and Virtualbox. But when i
> >have so trouble with the network, then is not so funny. The static ip
> >is not for fun in config. I must see, maybe i try again, and then from
> >portage.
> >
> >Now all is running, hope. But after delete the kernel, all config and udev
> >rules from Virtualbox and restart go all again.
> >
> >Thank u and Regards
> >Silvio
> 
> You going too fast and in the wrong places :-)
> First you unmerge dhcp
> now, you are delete the kernel! With this paste you will be re-installing
> Gentoo in no time :-/
> 
> Rule #1 If It Aint Broken Don't Fix It.
> Just follow the instruction from:
> http://en.gentoo-wiki.com/wiki/VirtualBox
> and everything will be working just fine.  If you upgrade the kernel yes,
> you need to recompile Virtual box modules.

You need sys-kernel/module-rebuild to help you rebuild any out of kernel 
modules (like VBox).
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2012-10-26 17:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 18:25 [gentoo-user] Networking Silvio Siefke
2012-10-25 19:31 ` Joseph
2012-10-25 19:47   ` Silvio Siefke
2012-10-25 20:17     ` Joseph
2012-10-25 20:27       ` Silvio Siefke
2012-10-25 22:40         ` mindrunner
2012-10-26  3:03         ` Joseph
2012-10-26  7:40           ` Mick
2012-10-25 19:45 ` J. Roeleveld

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