Gentoo Archives: gentoo-user

From: Pawel K <pawlaczus@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nfs and samba doesn't mount at boot
Date: Fri, 22 Sep 2006 11:32:00
Message-Id: 20060922112617.39849.qmail@web33801.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] nfs and samba doesn't mount at boot by Alan McKinnon
1 > It looks like an dependency problem on your init
2 scripts.
3 > Did you tried to run "depscan.sh"? it should fix
4 init.d dependencies.
5
6 depscan.sh didn't help.
7 I find that when I remove xdm from default runlevel
8 everything works fine.
9 I can also see that when stopping xdm via:
10 /etc/init.d/xdm stop
11 I receive error message.
12 My xdm depend() section looks like:
13 depend() {
14 need localmount
15
16 # this should start as early as possible
17 # we can't do 'before *' as that breaks it
18 # (#139824) Start after ypbind and autofs for
19 network authentication
20 # (#145219) Could use lirc mouse as input
21 device
22 after bootmisc readahead-list ypbind autofs
23 openvpn gpm netmount lircd
24 before alsasound net.lo
25
26 # Start before X
27 use acpid hald xfs
28 }
29
30 Do You have any idea what can be wrong ?
31 Thank You for help.
32
33 -at
34
35 --- Alan McKinnon <alan@××××××××××××××××.za> wrote:
36
37 > On Friday 15 September 2006 17:46, Pawel K wrote:
38 > > Hello
39 > > NFS and SAMBA doesn't mount at boot:
40 > >
41 > > 1. NFS
42 > >
43 > > I receive the following message at boot:
44 > > Sep 15 14:34:34 [rc-scripts] ERROR: cannot start
45 > > nfsmount as net.eth0 could not start
46 > > Sep 15 14:34:35 [rc-scripts] ERROR: cannot start
47 > > netmount as net.eth0 could not start
48 >
49 > [snip]
50 >
51 > > Do You have any idea what can be wrong with my
52 > > configuration ?
53 >
54 > The answer is right there in the error messages. The
55 > scripts
56 > cannot bring up your eth0 interface, so there's a
57 > snowball's
58 > chance in hell of nfs or samba ever working until
59 > that's fixed.
60 >
61 > You need to find out why networking isn't coming up.
62 > Start
63 > with /etc/conf.d/net and the output from ifconfig.
64 >
65 > Can you use ifconfig to bring the interface up
66 > manually?
67 > Run /etc/init.d/net.eth0 and inspect the output
68 > closely,
69 > that'll give you further clues.
70 >
71 > alan
72 >
73 >
74 > --
75 > gentoo-user@g.o mailing list
76 >
77 >
78
79
80
81 __________________________________________________
82 Do You Yahoo!?
83 Tired of spam? Yahoo! Mail has the best spam protection around
84 http://mail.yahoo.com
85 --
86 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] nfs and samba doesn't mount at boot Drew <drew.kay@×××××.com>