getting eclipse-TestNG to work on Fedora 23

2016-11-17 Thread perryh
On Fedora 23 with Eclipse and TestNG I am getting an error whenever I try to run a TestNG class. The entire system was updated (using yum (DNF) extender) within the last 24 hours; versions of (what I think are) relevant packages are: eclipse-filesystem 1.0-5.fc23, eclipse-jdt 4.5.2-10.fc23, eclips

Re: USB3 Type C -

2016-11-17 Thread Bob Goodwin
On 11/16/16 13:20, Rick Stevens wrote: >I installed a new MSI mainboard about a month ago that has four USB3 >connectors on the back panel that accept nothing I have on hand. >Apparently it is known as a "type C" connector. How do I deal with this? >Googling has not produced much useful informati

Re: evolution tweaks ?

2016-11-17 Thread Patrick O'Callaghan
On Wed, 2016-11-16 at 20:08 -0500, DJ Delorie wrote: > Just upgraded to F24 and there are a few things about Evolution I > don't like... > > 1. the left-hand calendar pane uses white-on-blue for the "shown" >days, as well as the weekday-name rows. How do I change the >colors? > > 2. The

Re: USB3 Type C -

2016-11-17 Thread Andy Paterson
I must be an old fart too My system has a pretty old ATX LGA 775 MB with intel Q6700 & USB2 in a nice big coolermaster case which is really easy to upgrade. To get USB3 I simply bought a new card which had 2 USB3 A connectors at the back and an internal connector to a card reader + USB3 A con

Re: how to correctly log without journald (and its blobs)?

2016-11-17 Thread Franta Hanzlík
Nobody knows how to get rid of those unnecessary journald binary logs? On Sun, 18 Sep 2016 13:01:49 +0200 Franta Hanzlík wrote: > In previous Fedora distros was (IMHO) right way to log only to syslog, > without journald and its (for me) unwanted annoying binary logs, by using > configuration a

Re: how to correctly log without journald (and its blobs)?

2016-11-17 Thread Franta Hanzlík
On Thu, 17 Nov 2016 15:50:24 +0100 Franta Hanzlík wrote: > > Nobody knows how to get rid of those unnecessary journald binary logs? > > > On Sun, 18 Sep 2016 13:01:49 +0200 > Franta Hanzlík wrote: > > > In previous Fedora distros was (IMHO) right way to log only to syslog, > > without journa

Re: how to correctly log without journald (and its blobs)?

2016-11-17 Thread Tom Horsley
On Thu, 17 Nov 2016 15:50:24 +0100 Franta Hanzlík wrote: > Nobody knows how to get rid of those unnecessary journald binary logs? I can't get rid of journald, but I can reduce it to nothing more than a proxy, relaying data to rsyslog, which then writes logs in readable text as God intended them:

Re: ssh/screen -- cmdline vs php

2016-11-17 Thread bruce
aha!! ok.. more testing, more insight into whats going on... the basic setup client box (boxA) - running the screen session 'test' local box (boxB) - invokes the ssh/screen/remote app test I) -running the test app on boxB that invokes the ssh/screen remote app works if the test screen sessi

Re: USB3 Type C -

2016-11-17 Thread Dave Stevens
Quoting Bob Goodwin : On 11/16/16 13:20, Rick Stevens wrote: I installed a new MSI mainboard about a month ago that has four USB3 connectors on the back panel that accept nothing I have on hand. Apparently it is known as a "type C" connector. How do I deal with this? Googling has not produced m

Re: ssh/screen -- cmdline vs php

2016-11-17 Thread Rick Stevens
On 11/17/2016 07:14 AM, bruce wrote: > aha!! > > ok.. more testing, more insight into whats going on... > > the basic setup > client box (boxA) - running the screen session 'test' > > local box (boxB) - invokes the ssh/screen/remote app > > test I) > -running the test app on boxB that invokes

Re: how to correctly log without journald (and its blobs)?

2016-11-17 Thread Tom H
On Thu, Nov 17, 2016 at 5:03 PM, Franta Hanzlík wrote: > > Eh, excuse for bad formulation. Binary log I can inhibit with > specifiing 'Storage=none' in [Journal] section of > /etc/systemd/journald.conf. > > What I want is completely eliminate 'journald' program, That's not possible. You need jour

Re: ssh/screen -- cmdline vs php

2016-11-17 Thread bruce
Hey Rick... More testing Not sure if you can use the "-x -r" attributes at the same time.. I'll def check it though. As a kludge/workaround.. I did a quick screen -ls to check if the session was attached/detached, and implemented the remote app based on that.. As I said a kludge ,but it work

Re: how to correctly log without journald (and its blobs)?

2016-11-17 Thread Tom H
On Thu, Nov 17, 2016 at 5:04 PM, Tom Horsley wrote: > > 1. Make sure you install rsyslog if it isn't already. > > 2. Edit /etc/systemd/journald.conf and set these parameters: > > Storage=none > ForwardToSyslog=yes > > 3. Edit /etc/rsyslog.conf and make sure > $ModLoad imuxsock > is *not* commented

Re: ssh/screen -- cmdline vs php

2016-11-17 Thread Rick Stevens
On 11/17/2016 09:47 AM, bruce wrote: > Hey Rick... > > More testing > > Not sure if you can use the "-x -r" attributes at the same time.. I'll > def check it though. > > As a kludge/workaround.. I did a quick screen -ls to check if the > session was attached/detached, and implemented the rem

Re: how to correctly log without journald (and its blobs)?

2016-11-17 Thread Tom Horsley
On Thu, 17 Nov 2016 19:53:04 +0200 Tom H wrote: > PS: Using non-legacy directives, > > module(load="imuxsock" SysSock.Name="/run/systemd/journal/syslog") You must be a rsyslog developer, because the last time I tried, I couldn't find the slightest particle of human readable documentation explain

Re: USB3 Type C -

2016-11-17 Thread Bob Goodwin
On 11/17/16 12:29, Dave Stevens wrote: you know Bob, it would be useful perhaps to say which motherboard model. D + Sorry Dave, I was too lazy, finally dug out the box, it is an MSI H81M-E34 if that means anything to you and I bought a low end Intel Celeron processor that fit the sock

Installer abort after download problem

2016-11-17 Thread christophm30
Hi Fedora user list, I am trying to install Fedora 24 for aarch64 in a virtual environment on my amd64 notebook. Unfortunately the installer aborts as it cannot download a package. I am starting the installer with this command: sudo virt-install --name Fedora_24_AArch64 --ram 4096 --arch aarch64

Re: how to correctly log without journald (and its blobs)?

2016-11-17 Thread Tom H
On Thu, Nov 17, 2016 at 8:27 PM, Tom Horsley wrote: > On Thu, 17 Nov 2016 19:53:04 +0200 Tom H wrote: > >> PS: Using non-legacy directives, >> >> module(load="imuxsock" SysSock.Name="/run/systemd/journal/syslog") > > You must be a rsyslog developer Definitely not, LOL > because the last time I t

Re: how to correctly log without journald (and its blobs)?

2016-11-17 Thread Franta Hanzlík
On Thu, 17 Nov 2016 19:43:11 +0200 Tom H wrote: > On Thu, Nov 17, 2016 at 5:03 PM, Franta Hanzlík wrote: > > > > Eh, excuse for bad formulation. Binary log I can inhibit with > > specifiing 'Storage=none' in [Journal] section of > > /etc/systemd/journald.conf. > > > > What I want is completely e