Gentoo Archives: gentoo-user

From: waltdnes@××××××××.org
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Hibernate script trying to bring down non-existant "sit0"
Date: Sat, 26 Jun 2010 23:01:49
Message-Id: 20100626230057.GA24538@waltdnes.org
1 Another little glitch on my new machine. I have hibernate enabled for
2 my regular user account via /etc/sudoers. The command fails due to an
3 error in NetworkStop. Switching to root, and running hibernate with the
4 verbose "-v3" option, I see the following...
5
6 hibernate: [60] Executing NetworkStop ...
7 Bringing down interface eth0
8 * Stopping eth0
9 * Bringing down eth0
10 * Shutting down eth0 ... [ ok ]
11 Bringing down interface sit0
12 hibernate: Aborting suspend due to errors in NetworkStop (use --force to override).
13
14 Hibernate dies trying to bring down "sit0". Huh??? I've checked...
15 - no /etc/init.d/net.sit0
16 - only eth0 is mentioned in /etc/conf.d/net
17 - ifconfig only shows "eth0" and "lo"
18 - lspci only shows one ethernet controller
19
20 For now, I've enabled hibernate with the --force option in sudoers,
21 but I'm not comfortable with it.
22
23 --
24 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-user] Hibernate script trying to bring down non-existant "sit0" Mick <michaelkintzios@×××××.com>