[CentOS] Missing Java packages for java-1.6.0-openjdk under CentOS 5

2015-05-18 Thread Robert Heller
When I compile some Java code I am getting this sort of error: "package org.apache.http.annotation does not exist" I am presuming that I am missing a Jar file in /usr/lib/jvm/java-1.6.0-openjdk.x86_64. Most of the Jar files in /usr/lib/jvm/java-1.6.0-openjdk.x86_64 come from one or another RPM

Re: [CentOS] Missing Java packages for java-1.6.0-openjdk under CentOS 5

2015-05-18 Thread John R Pierce
On 5/18/2015 8:47 AM, Robert Heller wrote: When I compile some Java code I am getting this sort of error: "package org.apache.http.annotation does not exist" I suspect you need to get the jar file for org.apache.http and include it in your project. -- john r pierce, recycling bits in s

Re: [CentOS] unreachable peer

2015-05-18 Thread Gordon Messmer
On 05/16/2015 10:23 AM, Leon Fauster wrote: Well, the destination is not in my realm (different provider). Before contacting them I want to be sure that my system is not causing this. So far i just see a "tcp retransmission" while trying to establish a https connection (captured on our router):

Re: [CentOS] Missing Java packages for java-1.6.0-openjdk under CentOS 5

2015-05-18 Thread Liam O'Toole
On 2015-05-18, Robert Heller wrote: > When I compile some Java code I am getting this sort of error: > > "package org.apache.http.annotation does not exist" > > I am presuming that I am missing a Jar file in > /usr/lib/jvm/java-1.6.0-openjdk.x86_64. The core JAR files are placed there. Third-part

Re: [CentOS] Constant screen flicker with Firefox browser

2015-05-18 Thread Thomas Eriksson
On 05/17/2015 11:34 PM, László Csontos wrote: > Hi Thomas, > > Thanks for the hint. > > I'm trying to rebuild the original SRPM without the patch for know, but I'm > getting the following error. > > rpmbuild --rebuild /tmp/clutter-1.14.4-12.el7.src.rpm > ... > checking for XIAllowTouchEvents...

[CentOS] Turning off wifi in CentOS 7

2015-05-18 Thread m . roth
Someone else got the 7 pxe install going, and one thing that's annoying is that NetworkMangler appears to be regularly trying to fire up the wifi. On a workstation, in a wired environment. I just want to tell NM to knock it offIt's Monday, and my searching isn't going too well. Clues for the p

Re: [CentOS] Turning off wifi in CentOS 7

2015-05-18 Thread James Hogarth
On 18 May 2015 at 20:10, wrote: > Someone else got the 7 pxe install going, and one thing that's annoying is > that NetworkMangler appears to be regularly trying to fire up the wifi. > > On a workstation, in a wired environment. I just want to tell NM to knock > it offIt's Monday, and my sear

Re: [CentOS] Turning off wifi in CentOS 7

2015-05-18 Thread m . roth
James Hogarth wrote: > On 18 May 2015 at 20:10, wrote: >> Someone else got the 7 pxe install going, and one thing that's annoying >> is that NetworkMangler appears to be regularly trying to fire up the wifi. >> >> On a workstation, in a wired environment. I just want to tell NM to >> knock it off