Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"netmount" was not started.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
EWQ222
n00b
n00b


Joined: 17 Dec 2004
Posts: 30
Location: Colorado USA

PostPosted: Wed Jan 12, 2005 6:19 am    Post subject: "netmount" was not started. Reply with quote

Heya guys, here we go. I somehow crashed my first version of gentoo so I decided to go ahead and rebuild my system a little better :) using the 2.6 kernel this time. anyway Ive worked through a few errors and this is my next one.

*Bringing eth1 up via DHCP...

* ERROR: Problem starting needed services.
* "netmount" was not started"

It seems Ive missed something, checked my kernel config, my 3com module is complied and selected, included in the file which I know forget so that it can be loaded.

I have installed dhcpcd.

I have read around and have not been able to find a good fix, anyone know this one?
_________________
Never give up, Never Surrender - Galaxy Quest
emerge eternal-lands
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Wed Jan 12, 2005 12:57 pm    Post subject: Reply with quote

emerge portmap
rc-update add netmount default
rc-update add portmap default
Back to top
View user's profile Send private message
EWQ222
n00b
n00b


Joined: 17 Dec 2004
Posts: 30
Location: Colorado USA

PostPosted: Wed Jan 12, 2005 4:19 pm    Post subject: Reply with quote

is portmap another version of netmount?

netmount is installed and is added to default, otherwise it would not show up :p also i can run it manually but i get the same error. the problem lies in the bridge, but i will reinstall everything anyway. Thanks, any more advice?
_________________
Never give up, Never Surrender - Galaxy Quest
emerge eternal-lands
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Wed Jan 12, 2005 4:56 pm    Post subject: Reply with quote

err, netmount doesnt work without portmap.
if you run "/etc/init.d/netmount start", then it will first start portmap. if portmap isnt found, netmount will fail.
well, at least this is the case for me. your mileage might vary..
Back to top
View user's profile Send private message
EWQ222
n00b
n00b


Joined: 17 Dec 2004
Posts: 30
Location: Colorado USA

PostPosted: Wed Jan 12, 2005 5:33 pm    Post subject: Reply with quote

Well, thanks, now I have two errors :). its the same error, just add on

*ERROR: Problem starting needed services.
"portmap" was not started.

whats next?
_________________
Never give up, Never Surrender - Galaxy Quest
emerge eternal-lands
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Wed Jan 12, 2005 5:37 pm    Post subject: Reply with quote

EWQ222 wrote:
Well, thanks, now I have two errors :).

you are welcome.such things happen if you listen to my hints :lol: :lol: :lol:

well, i am currently running a huge download, and dislike to play with this right now, but maybe someone else has a hint here. 8O
hmm.. your /etc/conf.d/net is correct? "ifconfig" does list your card?
and you compiled the correct 3com module in for your card? there are plenty if it comes to 3com..
Back to top
View user's profile Send private message
EWQ222
n00b
n00b


Joined: 17 Dec 2004
Posts: 30
Location: Colorado USA

PostPosted: Wed Jan 12, 2005 5:46 pm    Post subject: Reply with quote

ifconfig does not show my ethernet card, (eth1) in this case. But since eth1 never got up I dont see why it would. what is the command to force eth1 up? does it require netmount and or portmap?
_________________
Never give up, Never Surrender - Galaxy Quest
emerge eternal-lands
Back to top
View user's profile Send private message
asmvday
n00b
n00b


Joined: 11 Aug 2004
Posts: 18

PostPosted: Wed Jan 12, 2005 5:48 pm    Post subject: Reply with quote

I had the same problem and emerging portmap fixed it. Thanks, you saved me a headache.
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Wed Jan 12, 2005 5:57 pm    Post subject: Reply with quote

EWQ222 wrote:
ifconfig does not show my ethernet card, (eth1) in this case. But since eth1 never got up I dont see why it would. what is the command to force eth1 up? does it require netmount and or portmap?

duh! i didnt realize you have TWO network cards, sorry!

http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml

Code Listing 1.10: Set up Networking

Code:

[...]
(Only if you have multiple network interfaces:)
   (1) Create initscripts for each interface)                   
# ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1
# rc-update add net.eth1 default
[...]


HTH!
Back to top
View user's profile Send private message
EWQ222
n00b
n00b


Joined: 17 Dec 2004
Posts: 30
Location: Colorado USA

PostPosted: Wed Jan 12, 2005 6:56 pm    Post subject: Reply with quote

its done. eth1 is configured :0) but still the same error, i added eth0 back to default and relinked everything but nosuch luck. is there a way to verbosely find out why netmount is not working? perhaps its a problem with my networking?
_________________
Never give up, Never Surrender - Galaxy Quest
emerge eternal-lands
Back to top
View user's profile Send private message
EWQ222
n00b
n00b


Joined: 17 Dec 2004
Posts: 30
Location: Colorado USA

PostPosted: Wed Jan 12, 2005 7:05 pm    Post subject: Reply with quote

ohh, this bites. my nvidia based card works :p added net0 to the bootup and switched my network cable. well, now i know that my error lies in my 3com port and module, ill keep messing with this.
_________________
Never give up, Never Surrender - Galaxy Quest
emerge eternal-lands
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Wed Jan 12, 2005 9:41 pm    Post subject: Reply with quote

EWQ222 wrote:
added net0 to the bootup

which - of course - does not belong there. and it doesnt help getting your net1 to work either 8O
well, i have no clue what you are playing with, sorry!

you did check this out:
http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml

8O 8O 8O
Back to top
View user's profile Send private message
EWQ222
n00b
n00b


Joined: 17 Dec 2004
Posts: 30
Location: Colorado USA

PostPosted: Thu Jan 13, 2005 6:02 am    Post subject: Reply with quote

I have run over the full version many times over, thats not the problem, im convinced that the 2.6 kernel for some reason does not like my eth1 so i am just going to use eth0

Thanks!
_________________
Never give up, Never Surrender - Galaxy Quest
emerge eternal-lands
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Thu Jan 13, 2005 6:13 am    Post subject: Reply with quote

it's boot not bootup
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
nomadsoul22
n00b
n00b


Joined: 08 Jan 2005
Posts: 30
Location: St. Margrethen Switzerland

PostPosted: Thu Jan 13, 2005 5:59 pm    Post subject: Reply with quote

and what can i do if i got 3 network devices??? i tried several things with
Code:
# cd /etc/init.d
# ln -s net.eth0 net.eth1
# rc-update add net.eth1 default

but i think now i have to delet them first cause else he'll skip it....

so who can help me???
_________________
Zitat aus Butterfly Effect: "Guck mal, ne Wunderkerze!"
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Thu Jan 13, 2005 6:12 pm    Post subject: Reply with quote

nomadsoul22 wrote:

# ln -s net.eth0 net.eth1
# rc-update add net.eth1 default

ln -s net.eth0 net.eth1
ln -s net.eth0 net.eth2
rc-update net.eth0 default
rc-update net.eth1 default
rc-update net.eth2 default

wasnt that difficult, was it :P
Back to top
View user's profile Send private message
nomadsoul22
n00b
n00b


Joined: 08 Jan 2005
Posts: 30
Location: St. Margrethen Switzerland

PostPosted: Thu Jan 13, 2005 6:47 pm    Post subject: Reply with quote

its not working.. but only cause i got these files.. they're wrong.. but i got them.. how can i remove them first??? i tried it with rm net.eth0 and so on.. now he cant find the net.eth0 anymore.. :cry:
what can i do now??
_________________
Zitat aus Butterfly Effect: "Guck mal, ne Wunderkerze!"
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Thu Jan 13, 2005 7:01 pm    Post subject: Reply with quote

nomadsoul22 wrote:
its not working.. but only cause i got these files.. they're wrong.. but i got them.. how can i remove them first???

excuse me, but what files are you talking about exactly 8O
name them. including the path.
Back to top
View user's profile Send private message
nomadsoul22
n00b
n00b


Joined: 08 Jan 2005
Posts: 30
Location: St. Margrethen Switzerland

PostPosted: Thu Jan 13, 2005 7:54 pm    Post subject: Reply with quote

example:
Code:
rc-update add net.eth0 default
* /sbin/rc-update: /etc/init.d/net.eth0 not found; aborting.

mfg noma
_________________
Zitat aus Butterfly Effect: "Guck mal, ne Wunderkerze!"
Back to top
View user's profile Send private message
nomadsoul22
n00b
n00b


Joined: 08 Jan 2005
Posts: 30
Location: St. Margrethen Switzerland

PostPosted: Fri Jan 14, 2005 11:17 pm    Post subject: Reply with quote

he i solved that other prob... but netmount is still not working... i tried it in many few ways now... its juz not working.. ^o)
what can i do?
_________________
Zitat aus Butterfly Effect: "Guck mal, ne Wunderkerze!"
Back to top
View user's profile Send private message
nomadsoul22
n00b
n00b


Joined: 08 Jan 2005
Posts: 30
Location: St. Margrethen Switzerland

PostPosted: Fri Jan 14, 2005 11:55 pm    Post subject: Reply with quote

i also solved that problem! for everyone who's got the same prob... i had netmount and portmap in the wrong runlevel (default) now i havent got a error message.. but its still not working.. here the codes..
Code:
#to remove old things entries
rc-update del portmap default
rc-update del netmount default
#then to add them in the other runlevel
rc-update add portmap boot
rc-update add netmount boot

that should work... and for my other probs.... HELP...
_________________
Zitat aus Butterfly Effect: "Guck mal, ne Wunderkerze!"
Back to top
View user's profile Send private message
Mantichora
n00b
n00b


Joined: 06 Jan 2005
Posts: 6

PostPosted: Sat Jan 15, 2005 2:27 pm    Post subject: Reply with quote

Hi,

I had the same error.
Don't if it had the same reason, but for me it was because I had forgotten to
Code:
modprobe pcnet32


Does this help anything?
Back to top
View user's profile Send private message
hds
Advocate
Advocate


Joined: 21 Aug 2004
Posts: 2629
Location: Sprockhoevel [GER]

PostPosted: Sat Jan 15, 2005 2:53 pm    Post subject: Reply with quote

well, haveing the module for the network card loaded is the minimum requirement, i'd say.
Back to top
View user's profile Send private message
KuraiKumo
Tux's lil' helper
Tux's lil' helper


Joined: 27 Feb 2006
Posts: 90

PostPosted: Thu Mar 09, 2006 10:15 pm    Post subject: Reply with quote

yeah i got netmount working but i have no net-setup and says eth0 not found
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum