Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Konsole issue
Date: Tue, 03 Jan 2012 03:20:52
Message-Id: 4F0273C6.6060606@gmail.com
In Reply to: Re: [gentoo-user] Konsole issue by Colleen Beamer
1 Colleen Beamer wrote:
2 > On 01/02/12 14:42, Michael Mol wrote:
3 >> On Mon, Jan 2, 2012 at 2:32 PM, Colleen Beamer<colleen.beamer@×××××.com> wrote:
4 >>> On 01/02/12 04:57, Mick wrote:
5 >>>> On Monday 02 Jan 2012 02:25:45 Colleen Beamer wrote:
6 >>>>> On 01/01/12 20:29, Mark Knecht wrote:
7 >>>>>> On Sun, Jan 1, 2012 at 5:20 PM, Colleen Beamer
8 >>>>>> <colleen.beamer@×××××.com>
9 >>>> wrote:
10 >>>>>>> On 01/01/12 20:13, Mark Knecht wrote:
11 >> [snip]
12 >>
13 >>>> Since there were no updates/upgrades immediately prior to this error, this
14 >>>> could well have been a result of fs corruption, or memory problems. It
15 >>>> would
16 >>>> make sense to check what smartctl -a /dev/sda shows just in case.
17 >>> I'd be willing to try this, but what is smartctl a part of?
18 >> "smartctl -a" asks the hard disk device for diagnostic information.
19 > Yes, but when I ran 'smartctl -a /dev/sda' it tells me the command isn't
20 > found. I did a search for this command and it was found in
21 > /usr/share/bash-completion/ but if I run it (and it is executable to
22 > owner (root)), using the full path to the command, it tells me the
23 > command isn't found. I also tried creating a symlink to it in /usr/bin
24 > and I get the message:
25 > /usr/bin/smartctl: line 3: have: command not found.
26 >
27 > Regards,
28 >
29 > Colleen
30 >
31
32 emerge smartmontools
33
34 then when that is done, do this:
35
36 smartctl -t long /dev/sd<drive letter here>
37
38 When you do that, it should print a message that tells when the test
39 will complete. It is usually a 24 hour format thing too. This can run
40 while the drive is in use too. Sometime after that time, run this command:
41
42 smartctl -l selftest /dev/sd<drive letter here>
43
44 That should tell you the results of the test. If it says it passed,
45 this is good. If it reports a problem, well it is not good. If you are
46 lucky, it will be like a recent problem I had and reformatting will fix
47 it. It was a weird problem but beats replacing a drive.
48
49 Hope that helps.
50
51 Dale
52
53 :-) :-)
54
55 --
56 I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
57
58 Miss the compile output? Hint:
59 EMERGE_DEFAULT_OPTS="--quiet-build=n"

Replies

Subject Author
Re: [gentoo-user] Konsole issue Lorenzo Bandieri <lorenzo.bandieri@×××××.com>
Re: [gentoo-user] Konsole issue Colleen Beamer <colleen.beamer@×××××.com>