Re: [cfarm-users] gcc67 instability?

2017-12-13 Thread Markus Trippelsdorf via cfarm-users
On 2017.12.13 at 16:57 +0100, Pierre Muller via cfarm-users wrote: > > > While logged on to gcc67, > I saw these messages: > > > Message from syslogd@gcc67 at Dec 13 15:05:28 ... > kernel:[3003407.806772] Uhhuh. NMI received for unknown reason 2d on CPU 9. > > Message from syslogd@gcc67 at

[cfarm-users] Please install Chromium build dependencies on gcc67

2017-11-28 Thread Markus Trippelsdorf via cfarm-users
Please install the build dependencies for Chromium on gcc67. (Building Chromium will be used for testing gcc.) Either (as root): /home/trippels/chromium_build_deps.sh --no-arm --no-nacl --no-syms Or the following package list by hand: xcompmgr ttf-mscorefonts-installer python-yaml pytho

Re: [cfarm-users] Installing emacs on GCC119/AIX

2017-10-11 Thread Markus Trippelsdorf via cfarm-users
On 2017.10.11 at 15:44 +0100, Jonathan Wakely via cfarm-users wrote: > On 11 October 2017 at 15:41, CM Graff via cfarm-users > wrote: > > You guys really over-reacted about this. > > Says the guy who waded into a thread about an OS he never uses, > complaining about thousands and thousands of dol

Re: [cfarm-users] GCC119/AIX disassembler?

2017-09-12 Thread Markus Trippelsdorf via cfarm-users
On 2017.09.13 at 00:54 -0400, Jeffrey Walton wrote: > On Wed, Sep 13, 2017 at 12:51 AM, Markus Trippelsdorf > wrote: > > On 2017.09.13 at 00:42 -0400, Jeffrey Walton via cfarm-users wrote: > >> Hi Everyone, > >> > >> Please forgive my ignorance. What is (are?) the disassemblers > >> available on G

Re: [cfarm-users] GCC119/AIX disassembler?

2017-09-12 Thread Markus Trippelsdorf via cfarm-users
On 2017.09.13 at 00:42 -0400, Jeffrey Walton via cfarm-users wrote: > Hi Everyone, > > Please forgive my ignorance. What is (are?) the disassemblers > available on GCC119, which is an AIX machine? In another thread you have stated that you don't read PPC assembly, so of what use would be a disass

Re: [cfarm-users] Upgrade status and status on cfarm offline

2017-08-19 Thread Markus Trippelsdorf via cfarm-users
On 2017.08.19 at 13:24 +0200, Torbjörn Granlund wrote: > It is a CPU bug. The only solution is to RMA the CPU. Just contact AMD. > They are aware of the issue. All Ryzen CPUs are potentially affected. > See: https://community.amd.com/thread/215773 > > There is a Ryzen CPU bugs which causes r

Re: [cfarm-users] Upgrade status and status on cfarm offline

2017-08-19 Thread Markus Trippelsdorf via cfarm-users
On 2017.08.19 at 12:12 +0200, Torbjörn Granlund wrote: > Markus Trippelsdorf via cfarm-users > writes: > > On 2017.08.19 at 10:59 +0200, Aymeric via cfarm-users wrote: > > gcc67 is unstable, we are aware, either there is a bug within the > > processor or withi

Re: [cfarm-users] Upgrade status and status on cfarm offline

2017-08-19 Thread Markus Trippelsdorf via cfarm-users
On 2017.08.19 at 10:59 +0200, Aymeric via cfarm-users wrote: > gcc67 is unstable, we are aware, either there is a bug within the > processor or within the kernel (maybe both), last captured crash was a > kernel Oops. From what we found were are not the only one to have > stability issue with AMD Ry

[cfarm-users] Disk on gcc112 is almost full

2017-06-27 Thread Markus Trippelsdorf via cfarm-users
Hi, the disk on gcc112 is almost full: Type Size Used Avail Use% Mounted on xfs 1.8T 1.7T 143G 93% /home So it would be nice if anyone could delete old unused cruft (and keep an eye on disk usage in the future.) Thanks in advance. -- Markus ___

Re: [cfarm-users] Please install MPFR, MPC, GMP devel packages and dejagnu on Ryzen machines (gcc6[78])

2017-06-19 Thread Markus Trippelsdorf via cfarm-users
On 2017.06.19 at 11:07 +0200, Martin Liška wrote: > Can you please install the packages mentioned in $subject. And while you are at it, please make: echo -1 > /proc/sys/kernel/perf_event_paranoid permanent in /etc/sysctl.conf. Thanks in advance. -- Markus ___

[cfarm-users] Please enable dmesg on gcc67 and gcc68

2017-06-01 Thread Markus Trippelsdorf via cfarm-users
Hi, dmesg is currently disabled on both gcc67 and gcc68: dmesg: read kernel buffer failed: Operation not permitted It is enabled on all other compile farm machines. So it would be nice if an admin could run: # echo 0 > /proc/sys/kernel/dmesg_restrict and perhaps make the setting permanent