Gentoo Archives: gentoo-user

From: Pupino <pupinux@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Shutting down process hangs - how to proceed?
Date: Mon, 21 Sep 2009 17:53:04
Message-Id: dad98e440909211052p786b429dx5e2712269d9d3f0e@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Shutting down process hangs - how to proceed? by meino.cramer@gmx.de
1 2009/9/21 <meino.cramer@×××.de>:
2 > walt <w41ter@×××××.com> [09-09-21 19:36]:
3 >> On 09/20/2009 07:40 PM, meino.cramer@×××.de wrote:
4 >> >walt<w41ter@×××××.com>  [09-09-21 02:32]:
5 >> >>On 09/20/2009 09:15 AM, meino.cramer@×××.de wrote:
6 >> >>
7 >> >>>solfire:/home/mccramer>l /etc/asound.state
8 >> >>>-rw-r--r-- 1 root root 10122 2009-08-06 18:05 /etc/asound.state
9 >> >>>solfire:/home/mccramer>sudo rm -f /etc/asound.state
10 >> >>>solfire:/home/mccramer>sudo alsactl store
11 >> >>>alsactl: get_control:249: Cannot read control '2,0,0,Mic Capture
12 >> >>>Volume,0': Invalid argument
13 >> >>>solfire:/home/mccramer>
14 >> >>
15 >> >>I also have /etc/asound.names, which was apparently created a year
16 >> >>ago
17 >> >>by "alsactl names" (now deprecated).  If you have that file it should
18 >> >>also be deleted.
19 >> >
20 >> >If alsactl is deprecated -- what to use instead?
21 >>
22 >> Sorry, only the "names" flag is deprecated, not alsactl.
23 >>
24 > No need to feel sorry ! :)
25 > Thanks for the explanation!
26 >
27 > Nonetheless...after removing all the stuff I still get the
28 > described error...
29 >
30 > Keep hacking!
31 > mcc
32 >
33 >
34 >
35 >
36 > --
37 > Please don't send me any Word- or Powerpoint-Attachments
38 > unless it's absolutely neccessary. - Send simply Text.
39 > See http://www.gnu.org/philosophy/no-word-attachments.html
40 > In a world without fences and walls nobody needs gates and windows.
41 >
42 >
43 >
44
45 What about trying to stop every single service by hand and see if one hangs?
46 you can have a list of services by "rc-update show" (or something like
47 that, not really sure)
48 and then "/etc/init.d/<servicename> stop" for every service, leaving
49 the boot ones for last
50 HTH
51
52 Davide