[CentOS] Install Bind with gss-spnego enabled

2015-04-15 Thread Mike
CentOS 7.1503 installed. Installed Samba 4 from sernet: Version 4.1.17-SerNet-RedHat-11.el7 (to be configured). The samba wiki Readme First page states, "Some distributions like . . . Red Hat Enterprise Linux (and clones), ship BIND9 packages with disabled GSS-SPNEGO option, which is required for

Re: [CentOS] Where's the debuginfo?

2015-04-15 Thread Lamar Owen
On 04/03/2015 11:11 AM, Eric Millbrandt wrote: Specifically, I'm looking for kernel-debuginfo-3.10.0-229.1.2.el7.x86_64, but the latest debuginfo file is kernel-debuginfo-3.10.0-123.13.2.el7.x86_64.rpm, which isn't even the most recent release from 7.0.1406. Is my Google-fu failing me or is http

Re: [CentOS] systemd private tmp dirs

2015-04-15 Thread Les Mikesell
On Wed, Apr 15, 2015 at 9:00 PM, John R Pierce wrote: > On 4/15/2015 6:52 PM, Les Mikesell wrote: >> >> Mostly I'm interested in avoiding surprises and having code that isn't >> married to the weirdness of any particular version of any particular >> distribution. And I found this to be pretty sur

Re: [CentOS] systemd private tmp dirs

2015-04-15 Thread John R Pierce
On 4/15/2015 6:52 PM, Les Mikesell wrote: Mostly I'm interested in avoiding surprises and having code that isn't married to the weirdness of any particular version of any particular distribution. And I found this to be pretty surprising, given that I could see the file in /tmp and could read the

Re: [CentOS] systemd private tmp dirs

2015-04-15 Thread Les Mikesell
On Wed, Apr 15, 2015 at 6:48 PM, Matthew Miller wrote: > On Wed, Apr 15, 2015 at 05:31:52PM -0500, Les Mikesell wrote: >> Thanks - I can see how those would work once you understand what is >> broken on the target system and why, but is there a way that programs >> 'should' be written to run with/

Re: [CentOS] Modifying files of NFS

2015-04-15 Thread Steven Tardy
> I have an NFS storage system and want to run jpegoptim on several GB's > of jpeg images and I'm wondering what the best approach is. > Is it ok to run this operation on the Server itself while the clients > have it mounted or will this lead to problems like e.g. the dreaded > "stale filehandle"?

Re: [CentOS] systemd private tmp dirs

2015-04-15 Thread Matthew Miller
On Wed, Apr 15, 2015 at 05:31:52PM -0500, Les Mikesell wrote: > Thanks - I can see how those would work once you understand what is > broken on the target system and why, but is there a way that programs > 'should' be written to run with/without systemd? That just happened > to be the first thing

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread Kahlil Hodgson
I would avoid the Thinkpad X1 Carbon 2nd generation if I was you (I'm writing this on one). The 1st gen is much better (my wife has one) and I hear that the 3rd gen is too, but just stay away from the 2nd gen (so much grief). ___ CentOS mailing list Cent

Re: [CentOS] systemd private tmp dirs

2015-04-15 Thread Les Mikesell
On Wed, Apr 15, 2015 at 5:01 PM, Matthew Miller wrote: > On Wed, Apr 15, 2015 at 04:15:23PM -0500, Les Mikesell wrote: >> > Why does this directory have to be /tmp rather than a specific >> > directory belonging to twiki? >> Twiki is a perl web application run under apache. It doesn't have its >>

Re: [CentOS] systemd private tmp dirs

2015-04-15 Thread Matthew Miller
On Wed, Apr 15, 2015 at 04:15:23PM -0500, Les Mikesell wrote: > > Why does this directory have to be /tmp rather than a specific > > directory belonging to twiki? > Twiki is a perl web application run under apache. It doesn't have its > own uid. It doesn't 'have' to be anywhere in particular but

Re: [CentOS] Related to the new laptop question: CentOS on a netbook?

2015-04-15 Thread Fred Smith
On Wed, Apr 15, 2015 at 05:46:56PM -0400, Fred Smith wrote: > On Wed, Apr 15, 2015 at 02:52:51PM -0600, Frank Cox wrote: > > On Wed, 15 Apr 2015 15:55:26 -0400 > > m.r...@5-cent.us wrote: > > > > > I've got a netbook, circe 2009. When I got it, not that I was wild about > > > ubuntu, but there was

Re: [CentOS] Related to the new laptop question: CentOS on a netbook?

2015-04-15 Thread Fred Smith
On Wed, Apr 15, 2015 at 02:52:51PM -0600, Frank Cox wrote: > On Wed, 15 Apr 2015 15:55:26 -0400 > m.r...@5-cent.us wrote: > > > I've got a netbook, circe 2009. When I got it, not that I was wild about > > ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a > > few years later

Re: [CentOS] systemd private tmp dirs

2015-04-15 Thread Les Mikesell
On Wed, Apr 15, 2015 at 4:07 PM, Matthew Miller wrote: > On Wed, Apr 15, 2015 at 03:55:34PM -0500, Les Mikesell wrote: >> Is there a generic way that processes written to share files with >> (say) apache in /tmp can figure out that they are running on an OS >> with systemd and in that case, where

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread Eero Volotinen
2015-04-16 0:07 GMT+03:00 Johnny Hughes : > On 04/15/2015 12:38 PM, Eero Volotinen wrote: > > Usually works fine, but try with livecd, if possible in shop? > > Thinkpads usually work fine with Linux too. > > Thinkpads are also specifically the laptops that Red Hat issues > internally for Linux lap

Re: [CentOS] systemd private tmp dirs

2015-04-15 Thread Matthew Miller
On Wed, Apr 15, 2015 at 03:55:34PM -0500, Les Mikesell wrote: > Is there a generic way that processes written to share files with > (say) apache in /tmp can figure out that they are running on an OS > with systemd and in that case, where the daemon in question thinks > /tmp is? > > For example, tw

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread Johnny Hughes
On 04/15/2015 12:38 PM, Eero Volotinen wrote: > Usually works fine, but try with livecd, if possible in shop? > Thinkpads usually work fine with Linux too. Thinkpads are also specifically the laptops that Red Hat issues internally for Linux laptops .. so RHEL (and therefore CentOS, since built fro

[CentOS] systemd private tmp dirs

2015-04-15 Thread Les Mikesell
Is there a generic way that processes written to share files with (say) apache in /tmp can figure out that they are running on an OS with systemd and in that case, where the daemon in question thinks /tmp is? For example, twiki has a backup/restore add-in where the backup part is normally done fro

Re: [CentOS] Related to the new laptop question: CentOS on a netbook?

2015-04-15 Thread m . roth
John R Pierce wrote: > On 4/15/2015 12:55 PM, m.r...@5-cent.us wrote: >> I've got a netbook, circe 2009. When I got it, not that I was wild about >> ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a >> few years later - has anyone put CentOS (6, preferably) on a netbook, >> a

Re: [CentOS] Related to the new laptop question: CentOS on a netbook?

2015-04-15 Thread Frank Cox
On Wed, 15 Apr 2015 15:55:26 -0400 m.r...@5-cent.us wrote: > I've got a netbook, circe 2009. When I got it, not that I was wild about > ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a > few years later - has anyone put CentOS (6, preferably) on a netbook, and > were there

Re: [CentOS] Related to the new laptop question: CentOS on a netbook?

2015-04-15 Thread Warren Young
On Apr 15, 2015, at 2:28 PM, John R Pierce wrote: > > On 4/15/2015 12:55 PM, m.r...@5-cent.us wrote: >> I've got a netbook, circe 2009. When I got it, not that I was wild about >> ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a >> few years later - has anyone put CentOS (

Re: [CentOS] Related to the new laptop question: CentOS on a netbook?

2015-04-15 Thread John R Pierce
On 4/15/2015 12:55 PM, m.r...@5-cent.us wrote: I've got a netbook, circe 2009. When I got it, not that I was wild about ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a few years later - has anyone put CentOS (6, preferably) on a netbook, and were there any problems? 'ne

[CentOS] Related to the new laptop question: CentOS on a netbook?

2015-04-15 Thread m . roth
I've got a netbook, circe 2009. When I got it, not that I was wild about ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a few years later - has anyone put CentOS (6, preferably) on a netbook, and were there any problems? mark ___

[CentOS] Routing setup questions

2015-04-15 Thread James B. Byrne
I am experimenting with routing tables to obtain a little understanding of how things work. I have a kvm hypervisor host (KVM1) with two physical Ethernet nics configured as bridges (br0 and br1). KVM1 br0 is configured with a public ipv4 address [x.y.z.42/24] and br1 is configured with a private

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread Valeri Galtsev
On Wed, April 15, 2015 12:38 pm, Eero Volotinen wrote: > Usually works fine, but try with livecd, if possible in shop? > Thinkpads usually work fine with Linux too. I for one gave up on Lenovo totally after the started doing this (I paste our network security group's message with references they g

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread John R Pierce
CentOS 6 and 7 both boot up and seem to work just fine on the Dell Latitude E6420, which is a 2-3 year old model frequently available 'refurbished' for quite cheap from lease returns. That specific model is a 14", and has an optional 1600x900 screen (which I advise, the default 1280x600(?) scr

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread Eero Volotinen
Usually works fine, but try with livecd, if possible in shop? Thinkpads usually work fine with Linux too. -- Eero 2015-04-15 20:35 GMT+03:00 Steve Clark : > On 04/15/2015 01:01 PM, Eero Volotinen wrote: > >> Hi, >> >> Dell provides laptops with RHEL ws. Buy one of that kind ? >> > Some quick goo

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread Steve Clark
On 04/15/2015 01:01 PM, Eero Volotinen wrote: Hi, Dell provides laptops with RHEL ws. Buy one of that kind ? Some quick googles only turned up articles about RHEL on Dell Laptops in 2012 - nothing with RHEL seems to be current only with Ubuntu 14.04 . Eero 2015-04-15 19:55 GMT+03:00 Steve Cla

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread Karanbir Singh
On 15/04/15 17:55, Steve Clark wrote: > Hello, > > Has anyone used the Dell M3800 (ubuntu) laptop to run CentOS 6.x? If so > how did it work out? > > Also does anyone have a fairly new laptop they are running CentOS 6.x > on, that they are happy > about? I am in the market for a new laptop and i

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread m . roth
Eero Volotinen wrote: > > Dell provides laptops with RHEL ws. Buy one of that kind ? Yup. And it'll be slightly cheaper, since you won't be paying for an M$ license Just make sure to spend more, though, and buy a business-class machine, not a consumer grade even Dell's are less good.

Re: [CentOS] Update to 1503 release problem

2015-04-15 Thread James Hogarth
On 15 Apr 2015 13:22, "Dennis Jacobfeuerborn" wrote: > > On 15.04.2015 12:41, Alessandro Baggi wrote: > > Hi there, > > Yesterday I've updated from 7 to 7.1 and today I've noticed on 2 server > > that postgresql systemd file was replaced with default values. This make > > postgres to no start and

Re: [CentOS] Laptop for CentOS

2015-04-15 Thread Eero Volotinen
Hi, Dell provides laptops with RHEL ws. Buy one of that kind ? Eero 2015-04-15 19:55 GMT+03:00 Steve Clark : > Hello, > > Has anyone used the Dell M3800 (ubuntu) laptop to run CentOS 6.x? If so > how did it work out? > > Also does anyone have a fairly new laptop they are running CentOS 6.x on,

[CentOS] Laptop for CentOS

2015-04-15 Thread Steve Clark
Hello, Has anyone used the Dell M3800 (ubuntu) laptop to run CentOS 6.x? If so how did it work out? Also does anyone have a fairly new laptop they are running CentOS 6.x on, that they are happy about? I am in the market for a new laptop and it must run CentOS 6.x. Thanks, -- Stephen Clark

Re: [CentOS] Independent dual monitors on CentOS 7

2015-04-15 Thread Michael Hennebry
On Tue, 14 Apr 2015, Devin Reade wrote: Does anyone have the magic incantation required to getting *independent* multi-monitors going under CentOS 7? Ideally under xfce or trinity, but I'm interested about GNOME/KDE observations as well. Myu suspicion is that it can be done by starting two X

[CentOS] CentOS-announce Digest, Vol 122, Issue 8

2015-04-15 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

[CentOS] Modifying files of NFS

2015-04-15 Thread Dennis Jacobfeuerborn
Hi, I have an NFS storage system and want to run jpegoptim on several GB's of jpeg images and I'm wondering what the best approach is. Is it ok to run this operation on the Server itself while the clients have it mounted or will this lead to problems like e.g. the dreaded "stale filehandle"? Regar

Re: [CentOS] Update to 1503 release problem

2015-04-15 Thread Dennis Jacobfeuerborn
On 15.04.2015 12:41, Alessandro Baggi wrote: > Hi there, > Yesterday I've updated from 7 to 7.1 and today I've noticed on 2 server > that postgresql systemd file was replaced with default values. This make > postgres to no start and webserver give me problem. This problem was > fixed and now all wo

[CentOS] Update to 1503 release problem

2015-04-15 Thread Alessandro Baggi
Hi there, Yesterday I've updated from 7 to 7.1 and today I've noticed on 2 server that postgresql systemd file was replaced with default values. This make postgres to no start and webserver give me problem. This problem was fixed and now all works good. It's normal that on major update I can ge