[CentOS] Boot message of a modprobe.d conf file that does not exist

2015-04-26 Thread Tim
Hi all, I got a message at boot: dracut-pre-udev: libkmod: kmod_config_parse: /etc/modprobe.d/thinkpad_battery.conf line 2: ignoring bad line starting with 'options' I have had this file to load modules for my thinkpad (acpi_call & tp_smapi) but I removed it after recompiling the modules for a ne

Re: [CentOS] Broken Selinux Postfix Policy?

2015-04-26 Thread Alexander Dalloz
Am 26.04.2015 um 06:22 schrieb E.B.: Trying to restart postfix installed from yum. Restart fails, I get: type=AVC msg=audit(1430429813.721:12167): avc: denied { unlink } for pid=31624 comm="master" name="defer" dev="dm-0" ino=981632 scontext=system_u:system_r:postfix_master_t:s0 tcontext=syste

[CentOS] Route traffic through private IP for only certain hosts

2015-04-26 Thread Ian
Hi I am having a weird problem which I cant figure out - so I was hoping someone here could give me a hand. First off the end goal is that a specific server in my network runs an IPSEC connection to another company and I want all other servers to route traffic for the IP on that network through t

[CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Tim Dunphy
Hey guys, I'm trying to instal gd-devel onto a CentOS 7 host. --> Finished Dependency Resolution Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi) Requires: libvpx-devel(x86-64) You could try using --skip-broken to work around the problem You could try running: rpm -Va --

Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Eero Volotinen
Disable remi repo and try again.. 26.4.2015 11.54 ip. "Tim Dunphy" kirjoitti: > Hey guys, > > > I'm trying to instal gd-devel onto a CentOS 7 host. > > --> Finished Dependency Resolution > Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi) >Requires: libvpx-devel(x86-64) >

Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread John R. Dennison
On Sun, Apr 26, 2015 at 11:56:18PM +0300, Eero Volotinen wrote: > Disable remi repo and try again.. And perhaps ask Red Hat as you apparently aren't running CentOS. John -- Are you really sure that a floor can't also be a ceiling? -- Maurits Co

Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Eero Volotinen
2015-04-27 0:05 GMT+03:00 John R. Dennison : > On Sun, Apr 26, 2015 at 11:56:18PM +0300, Eero Volotinen wrote: > > Disable remi repo and try again.. > > And perhaps ask Red Hat as you apparently aren't running CentOS. > > Yep. looks like expensive rhel host on amazon ec2. -- Eero __

Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread John R Pierce
On 4/26/2015 1:54 PM, Tim Dunphy wrote: Hey guys, I'm trying to instal gd-devel onto a CentOS 7 host. --> Finished Dependency Resolution Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi) Requires: libvpx-devel(x86-64) You could try using --skip-broken to work around th

Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Eero Volotinen
2015-04-27 1:30 GMT+03:00 John R Pierce : > On 4/26/2015 1:54 PM, Tim Dunphy wrote: > >> Hey guys, >> >> >> I'm trying to instal gd-devel onto a CentOS 7 host. >> >> --> Finished Dependency Resolution >> Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi) >> Requires: libvpx-d

[CentOS] Prevent network setup from changing the hostname

2015-04-26 Thread Robert Nichols
How can I block network setup (via NetworkManager) from changing the machine's hostname whenever the network configuration changes? The problem: When my graphical login session starts, the xauth database gets an token that is labeled with the hostname at that time. If there is not yet a network c

Re: [CentOS] Prevent network setup from changing the hostname

2015-04-26 Thread Peter Larsen
Make it a system connection instead of a user connection. Or give the host a static name on install and don't allow dhcp to override it. On 04/26/2015 07:26 PM, Robert Nichols wrote: > How can I block network setup (via NetworkManager) from changing > the machine's hostname whenever the network co

Re: [CentOS] Prevent network setup from changing the hostname

2015-04-26 Thread Robert Nichols
On 04/26/2015 06:31 PM, Peter Larsen wrote: On 04/26/2015 07:26 PM, Robert Nichols wrote: How can I block network setup (via NetworkManager) from changing the machine's hostname whenever the network configuration changes? Make it a system connection instead of a user connection. Or give the ho

Re: [CentOS] Prevent network setup from changing the hostname

2015-04-26 Thread Frank Cox
On Sun, 26 Apr 2015 19:25:27 -0500 Robert Nichols wrote: > Do you know of a place I can set a static name that NetworkManager > won't override? What about this: hostnamectl set-hostname whateveryouwant -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com _

Re: [CentOS] Prevent network setup from changing the hostname

2015-04-26 Thread Peter Larsen
On 04/26/2015 08:25 PM, Robert Nichols wrote: > On 04/26/2015 06:31 PM, Peter Larsen wrote: >> On 04/26/2015 07:26 PM, Robert Nichols wrote: >>> How can I block network setup (via NetworkManager) from changing >>> the machine's hostname whenever the network configuration changes? >> >> Make it a sy

Re: [CentOS] Prevent network setup from changing the hostname

2015-04-26 Thread Robert Nichols
On 04/26/2015 07:37 PM, Frank Cox wrote: On Sun, 26 Apr 2015 19:25:27 -0500 Robert Nichols wrote: Do you know of a place I can set a static name that NetworkManager won't override? What about this: hostnamectl set-hostname whateveryouwant # which hostnamectl /usr/bin/which: no hostnamectl

Re: [CentOS] Prevent network setup from changing the hostname

2015-04-26 Thread Robert Nichols
On 04/26/2015 07:57 PM, Peter Larsen wrote: On 04/26/2015 08:25 PM, Robert Nichols wrote: On 04/26/2015 06:31 PM, Peter Larsen wrote: On 04/26/2015 07:26 PM, Robert Nichols wrote: How can I block network setup (via NetworkManager) from changing the machine's hostname whenever the network confi

Re: [CentOS] Prevent network setup from changing the hostname

2015-04-26 Thread Peter Larsen
On 04/26/2015 09:19 PM, Robert Nichols wrote: > On 04/26/2015 07:57 PM, Peter Larsen wrote: >> On 04/26/2015 08:25 PM, Robert Nichols wrote: >>> On 04/26/2015 06:31 PM, Peter Larsen wrote: On 04/26/2015 07:26 PM, Robert Nichols wrote: > How can I block network setup (via NetworkManager) fr

Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Tim Dunphy
> > Commercial rhel split repos weird way. so, this user might need to enable > some more redhat repos using subscription-manager or similar. Hmm yeah guys. Sorry for the obvious screw up! Not much was done on this host yet. Actually it's a free tier t-2 on AWS. So I think I'll just trash it and

Re: [CentOS] CentOS 7 /boot location

2015-04-26 Thread Peter Larsen
On 04/25/2015 01:43 PM, Devin Reade wrote: > I noticed that (in a case with a two disk md mirror and lvm), the > CentOS 7 installer is now placing /boot as the *last* partition on > the disk. The position doesn't really matter. Some old bios needed the boot sector inside the LBA (first 1024 cylind

Re: [CentOS] CentOS 7 /boot location

2015-04-26 Thread Devin Reade
--On Sunday, April 26, 2015 11:13:02 PM -0400 Peter Larsen wrote: On 04/25/2015 01:43 PM, Devin Reade wrote: I noticed that (in a case with a two disk md mirror and lvm), the CentOS 7 installer is now placing /boot as the *last* partition on the disk. The position doesn't really matter. C