Re: [gentoo-user] [OT] Memory error messages in dmesg

2015-11-30 Thread boy
On 11/28/2015 11:01 AM, Dan Johansson wrote:
> I have started noticing the following messages in the dmesg output (and
> in the log-files) on my Gentoo rig:
> 
> [46545.779803] [Hardware Error]: Corrected error, no action required.
> [46545.779984] [Hardware Error]: CPU:3 (15:2:0)
> MC2_STATUS[Over|CE|MiscV|-|AddrV|-|-|CECC]: 0xdc2540f40136
> [46545.780434] [Hardware Error]: MC2 Error Address: 0x0002cc215138
> [46545.780605] [Hardware Error]: MC2 Error: Fill ECC error on data fills.
> [46545.783764] [Hardware Error]: cache level: L2, tx: DATA, mem-tx: DRD
> [46545.784088] mce: [Hardware Error]: Machine check events logged

Are you using ECC memory? I saw the same errors when I just finished
building a machine that had some faulty ECC DIMMs installed.

> I have been running memtest for some time (~100h) and have not gotten
> any error message - so I am suspecting that this is a CPU problem. Am I
> correct?

In my case memtest didn't find any errors after a night of running
either, but when I'd boot Gentoo the errors would occur more frequently
the longer I was running or the more packages I had compiled.
I think the version of memtest I was running didn't take into account
error corrections, so for memtest every test succeeded even though the
memory had to use error corrections to make sure everything was
read/written properly.

> If it was just these error-messages I would not be that worried, but I
> have started to get a lot of "hangers" on this rig when compiling larger
> packages. Could there be a relation to the error-messages?

What I'd try to do is find the DIMM that's causing these errors and see
how your machine runs without it installed. I used EDAC [0] and
edac-utils [1] to find my faulty DIMMs.

- Boy

[0] https://www.kernel.org/doc/Documentation/edac.txt
[1] https://packages.gentoo.org/package/sys-apps/edac-utils


0x729527E4.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] rsync reverts to old file versions

2009-12-28 Thread Boy Hartsuiker
On Mon, 2009-12-28 at 17:16 -0800, Grant wrote:
> Periodically, I'll manually touch up cover art that I've scanned, and
> I've noticed that it will revert to the untouched-up version after one
> of these rsyncs.  Does that make sense to anyone?
> 
> - Grant

So it it synchronizes in the opposite direction of the one given in the
command?





Re: [gentoo-user] Re: Xorg-server fails to compile

2009-12-14 Thread Boy Hartsuiker
On Mon, 2009-12-14 at 17:43 +0100, meino.cra...@gmx.de wrote:
> I did a
> emerge -C libXext xextproto; emerge -1 libXext xextproto; emerge
-1 xorg-server
> but the error remains the same.
> 
> Now?

Seems like the versions are incompatible with each other. 

Do you have anything X related masked/unmasked or key worded?

You can also try unmerging them both and then emerging xorg-server and
let portage handle the dependencies.

If this is a first install you should emerge x11-base/xorg-x11. I made
the mistake of just emerging the X server once, and that doesn't work.

Maybe run revdep-rebuild two times to be sure everything is in order.





Re: [gentoo-user] Re: Xorg-server fails to compile

2009-12-14 Thread Boy Hartsuiker
On Mon, 2009-12-14 at 17:43 +0100, meino.cra...@gmx.de wrote:
> I did a
> emerge -C libXext xextproto; emerge -1 libXext xextproto; emerge -1 
> xorg-server
> but the error remains the same.
> 
> Now?

Seems like the versions are incompatible with each other. 

Do you have anything X related masked/unmasked or key worded?

You can also try unmerging them both and then emerging xorg-server and
let portage handle the dependencies.

If this is a first install you should emerge x11-base/xorg-x11. I made
the mistake of just emerging the X server once, and that doesn't work.

Maybe run revdep-rebuild two times to be sure everything is in order.




Re: [gentoo-user] Re: Xorg-server fails to compile

2009-12-14 Thread Boy Hartsuiker
On Mon, 2009-12-14 at 04:27 +0100, meino.cra...@gmx.de wrote:
> but interestingly
> 
> portageq owners / xextproto
> 
> reports
> 
> None of the installed packages claim the file(s).

Yes, since you have given it the name of an ebuild, not a file.

You can do what you want by "equery files [packagename]"





Re: [gentoo-user] Re: Xorg-server fails to compile

2009-12-13 Thread Boy Hartsuiker
Just unmerge libXext and xextproto and then emerge them again.
It looks like some files have been moved from one to the other.




Re: [gentoo-user] Problems setting up sshd on an installation kernel

2009-12-06 Thread Boy Hartsuiker
On Sun, Dec 06, 2009 at 02:48:36PM +, Alan Mackenzie wrote
> Hi, folks!
>
> I'm trying to get sshd working on an embryonic Gentoo installation on my
> laptop.  The reason is that I want to ssh from my nice comfy desktop
> system into this laptop to do the rest of the installation stuff.
>
> The installation kernel with which I'm having problems is:
> Linux livecd 2.6.30-gentoo-r8 #1 SMP Tue Nov 3 11:40:51 UTC 2009.
>
> Having started sshd on my laptop, when I do
>
> ssh -lroot 192.168.2.101
>
> from my desktop, I get prompted for my ssh key's pass phrase, which I
> enter.  Thereafter, nothing happens, and it continues to happen for a
> long, long time.

I experienced something similar once, because I copied a new fstab over
the default installed one. Be sure to have this line in /etc/fstab:

devpts /dev/pts devpts rw,nosuid,noexec,gid=5,mode=620 0 0