Re: [CentOS] dhclient.conf

2015-03-03 Thread Ashish Yadav
Hi, On Wed, Mar 4, 2015 at 4:02 AM, Pol Hallen wrote: > Hi all :-) > > on centos 6 I need keep the hostname from a dhcp server: > > cat /etc/sysconfig/network-scripts/ifcfg-eth0 > > DEVICE=eth0 > HWADDR=00:50:56:27:0E:C8 > TYPE=Ethernet > UUID=20924b21-e92a-4944-a054-06d1967155c1 > ONBOOT=yes >

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Timothy Murphy
Peter wrote: > On 03/04/2015 08:12 AM, Timothy Murphy wrote: >> My question is simply: Does one require a separate cert for dovecot? > > Dovecot does not care if you use the same cert for other applications. Thank you, that was my question. > Your question is missing the point, others are tryin

Re: [CentOS] install latest gcc/g++ dev tools on centos

2015-03-03 Thread John R Pierce
On 3/3/2015 4:13 PM, John R Pierce wrote: On 2/22/2015 4:22 PM, Adekoya Adekunle wrote: How can I install the latest version of gcc/g++ development tools on my centos ? I have version 4.1.* on the machine. centos 6 cames with gcc 4.4.7, centos 7 uses 4.8.2.yum update should get you the la

Re: [CentOS] install latest gcc/g++ dev tools on centos

2015-03-03 Thread John R Pierce
On 2/22/2015 4:22 PM, Adekoya Adekunle wrote: How can I install the latest version of gcc/g++ development tools on my centos ? I have version 4.1.* on the machine. centos 6 cames with gcc 4.4.7, centos 7 uses 4.8.2.yum update should get you the latest supported release. what version of c

Re: [CentOS] install latest gcc/g++ dev tools on centos

2015-03-03 Thread Wang Wei
yum install gcc yum install gcc-c++ 在 2015年02月23日 08:22, Adekoya Adekunle 写道: Guys, How can I install the latest version of gcc/g++ development tools on my centos ? I have version 4.1.* on the machine. Can I do above from yum ? I would be glad to read your responses to my questions Br Kunle

Re: [CentOS] selinux allow FTP

2015-03-03 Thread Warren Young
On Mar 3, 2015, at 2:30 PM, Brian Mathis wrote: > > people are bound by corporate restrictions That seems like an awfully convenient rug to sweep problems under. Can’t fix a security problem? Corporate restrictions! Can’t require sensible security defaults restrictions by default? Corporate

[CentOS] dhclient.conf

2015-03-03 Thread Pol Hallen
Hi all :-) on centos 6 I need keep the hostname from a dhcp server: cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 HWADDR=00:50:56:27:0E:C8 TYPE=Ethernet UUID=20924b21-e92a-4944-a054-06d1967155c1 ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=dhcp PEERDNS=yes with this config, centos keep o

Re: [CentOS] selinux allow FTP

2015-03-03 Thread Brian Mathis
On Tue, Mar 3, 2015 at 2:33 PM, Les Mikesell wrote: > On Mon, Mar 2, 2015 at 4:43 PM, Tim Dunphy wrote: > >> > >> errr, I meant, sftp, not rscp > > > > > > Heh.. yeah. But the client isn't gonna go for that. LOL. Any way to allow > > regular ol' FTP using SELinux? Or does that just defeat the

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Peter
On 03/04/2015 08:12 AM, Timothy Murphy wrote: > My question is simply: Does one require a separate cert for dovecot? Dovecot does not care if you use the same cert for other applications. Your question is missing the point, others are trying to tell you that the real issue is that the cert was no

[CentOS] Apologies for the late replies

2015-03-03 Thread m . roth
*sigh* There seems to have been a problem with my hosting provider's mailqueues this morning. As in, I called, and told them, and no one had reported it, and I even got an actual trouble ticket So, I'm assuming they just figured it out. I sent the one on the cert, and the other, before 11:00 t

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread m . roth
Timothy Murphy wrote: > Jason Pyeron wrote: > >>> I'm getting endless complaints about my dovecot cert, >> >> Exact message please? > > The certificate does not apply to the given host This one indicates, I believe, that when you created the certs, you didn't use the hostname of the system that yo

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread m . roth
i...@microlinux.fr wrote: > > I just had the weirdest of system crashed. Here goes. > > I wanted to install a desktop step by step, as I usually do. First the > base system, then the X Window System, then the WindowMaker window > manager. Everything went OK, then I installed kmod-nvidia from ELRepo

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Jason Pyeron
> -Original Message- > From: Timothy Murphy > Sent: Tuesday, March 03, 2015 14:19 > > Greg Bailey wrote: > > >> I'm really just asking if I cannot just use what I take to be > >> the standard openssl certificate and key in /etc/pki/tls/ > >> Do I really have to create up a special cert fo

Re: [CentOS] selinux allow FTP

2015-03-03 Thread Les Mikesell
On Mon, Mar 2, 2015 at 4:43 PM, Tim Dunphy wrote: >> >> errr, I meant, sftp, not rscp > > > Heh.. yeah. But the client isn't gonna go for that. LOL. Any way to allow > regular ol' FTP using SELinux? Or does that just defeat the purpose of > having a secure SELlinux server entirely? What is the

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread Ned Slider
On 03/03/15 18:47, Niki Kovacs wrote: > > > Le 03/03/2015 19:25, Jonathan Billings a écrit : >> One of the things that the nvidia driver adds is "nouveau.modeset=0 >> rdblacklist=nouveau" to the kernel arguments. Do you see them? I >> know that we saw the kernel panic when the nouveau driver

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Timothy Murphy
Greg Bailey wrote: >> I'm really just asking if I cannot just use what I take to be >> the standard openssl certificate and key in /etc/pki/tls/ >> Do I really have to create up a special cert for dovecot? > There's not really a "standard" SSL certificate. Perhaps you're > referring to a "defaul

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Timothy Murphy
Jason Pyeron wrote: >> I'm really just asking if I cannot just use what I take to be >> the standard openssl certificate and key in /etc/pki/tls/ >> Do I really have to create up a special cert for dovecot? > > It depends on what you mean by special and was it done properly the first > time. The

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread Niki Kovacs
Le 03/03/2015 19:25, Jonathan Billings a écrit : One of the things that the nvidia driver adds is "nouveau.modeset=0 rdblacklist=nouveau" to the kernel arguments. Do you see them? I know that we saw the kernel panic when the nouveau driver was loaded on a el6.6 system with an NVidia K620, so

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread Niki Kovacs
Le 03/03/2015 18:45, Scott Robbins a écrit : This might have to do with the NVidia update, explained on the elrepo pages. http://elrepo.org/tiki/kmod-nvidia You may have an older card that will require the 340xx versions of the various NVidia tools. No, it's a GT520 which is supposed to wor

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread Jonathan Billings
On Tue, Mar 03, 2015 at 04:41:01PM +0100, i...@microlinux.fr wrote: > Anyway, I rebooted, and then... nothing. System refused even to startup, and > systemd suggested to me that I open journalctl (which taught me nothing). This doesn't make any sense. You said 'nothing' but it also suggested you

Re: [CentOS] selinux allow FTP

2015-03-03 Thread Warren Young
On Mar 2, 2015, at 3:43 PM, Tim Dunphy wrote: > >> >> errr, I meant, sftp, not rscp > > But the client isn't gonna go for that. LOL. Why not? SFTP clients are now as readily available as FTP clients. Unless you’re going to tell me it needs to be done from a box you absolutely positively c

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread Scott Robbins
On Tue, Mar 03, 2015 at 05:08:10PM +0100, i...@microlinux.fr wrote: > Le 03.03.2015 17:00, Steve Thompson a écrit : > >On Tue, 3 Mar 2015, i...@microlinux.fr wrote: > > > >Any suggestions? > > > >There are multiple nvidia drivers in Elrepo, depending on the model of > >video card. Install and run n

Re: [CentOS] disk space trouble on ec2 instance

2015-03-03 Thread Warren Young
On Mar 1, 2015, at 5:17 PM, Tim Dunphy wrote: > > Maybe a little unconventional, but at least it got the job done. Adding disks is unconventional in the physical server world because it has a minimum base cost and you eventually run out of disk bays in the chassis. You quickly hit practical l

Re: [CentOS] selinux allow FTP

2015-03-03 Thread SilverTip257
On Mon, Mar 2, 2015 at 5:51 PM, Eero Volotinen wrote: > 2015-03-03 0:43 GMT+02:00 Tim Dunphy : > > > > > > > errr, I meant, sftp, not rscp > > > > > > Heh.. yeah. But the client isn't gonna go for that. LOL. Any way to allow > > regular ol' FTP using SELinux? Or does that just defeat the purpos

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread info
Le 03.03.2015 17:00, Steve Thompson a écrit : On Tue, 3 Mar 2015, i...@microlinux.fr wrote: Any suggestions? There are multiple nvidia drivers in Elrepo, depending on the model of video card. Install and run nvidia-detect to find out which driver you need; just installing the "kmod-nvidia" pack

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread Steve Thompson
On Tue, 3 Mar 2015, i...@microlinux.fr wrote: Any suggestions? There are multiple nvidia drivers in Elrepo, depending on the model of video card. Install and run nvidia-detect to find out which driver you need; just installing the "kmod-nvidia" package is not guaranteed to give you a workin

Re: [CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread Valeri Galtsev
On Tue, March 3, 2015 9:41 am, i...@microlinux.fr wrote: > Hi, > > I just had the weirdest of system crashed. Here goes. > > I wanted to install a desktop step by step, as I usually do. First the > base system, then the X Window System, then the WindowMaker window > manager. Everything went OK, th

[CentOS] Strange crash after NVidia driver installation from ELRepo

2015-03-03 Thread info
Hi, I just had the weirdest of system crashed. Here goes. I wanted to install a desktop step by step, as I usually do. First the base system, then the X Window System, then the WindowMaker window manager. Everything went OK, then I installed kmod-nvidia from ELRepo. Yum informed me that the d

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Jason Pyeron
> -Original Message- > From: Timothy Murphy > Sent: Tuesday, March 03, 2015 10:13 > > Jason Pyeron wrote: > > >> I'm getting endless complaints about my dovecot cert, > > > > Exact message please? > > The certificate does not apply to the given host So lets deal with this first. What

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Greg Bailey
On 03/03/2015 08:12 AM, Timothy Murphy wrote: Jason Pyeron wrote: I'm getting endless complaints about my dovecot cert, Exact message please? The certificate does not apply to the given host The certificate is not signed by any trusted certificate authority Do I really have to use a separat

Re: [CentOS] Custom user profile for GNOME 3?

2015-03-03 Thread James B. Byrne
On Tue, March 3, 2015 06:27, Niki Kovacs wrote: > Hi, > > I wonder where - and eventually how - GNOME 3 stores its user > preferences. I'd like to create a custom user profile, with slightly > different settings than the default ones: > You might take a look at the gsettings utility. -- ***

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Timothy Murphy
Jason Pyeron wrote: >> I'm getting endless complaints about my dovecot cert, > > Exact message please? The certificate does not apply to the given host The certificate is not signed by any trusted certificate authority >> Do I really have to use a separate cert and key for dovecot? >> Can I not

Re: [CentOS] Ignorant question on SSL certs

2015-03-03 Thread Jason Pyeron
> -Original Message- > From: Timothy Murphy > Sent: Tuesday, March 03, 2015 9:55 > > I'm getting endless complaints about my dovecot cert, Exact message please? > /etc/pki/dovecot/certs/dovecot.pem > which I created years ago following the dovecot instructions. > > Do I really have to u

[CentOS] Ignorant question on SSL certs

2015-03-03 Thread Timothy Murphy
I'm getting endless complaints about my dovecot cert, /etc/pki/dovecot/certs/dovecot.pem which I created years ago following the dovecot instructions. Do I really have to use a separate cert and key for dovecot? Can I not use the "standard" cert in /etc/pki/tls/certs (and key) from CACert.org ? -

[CentOS] Amanda Testing RPMs

2015-03-03 Thread Johnny Hughes
It was noted in CentOS Bug 7795 that the amanda package in CentOS does not have dump or xfsdump support: http://bugs.centos.org/view.php?id=7795 I found that it is also like this upstream and they plan to fix it at some point: https://bugzilla.redhat.com/show_bug.cgi?id=1140321 In the mean time,

Re: [CentOS] Custom user profile for GNOME 3?

2015-03-03 Thread Nux!
Niki, Look at dconf / gsettings. HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Niki Kovacs" > To: "CentOS mailing list" > Sent: Tuesday, 3 March, 2015 11:27:31 > Subject: [CentOS] Custom user profile for GNOME 3? > Hi

[CentOS] CentOS-announce Digest, Vol 121, Issue 1

2015-03-03 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] Custom user profile for GNOME 3?

2015-03-03 Thread Niki Kovacs
Hi, I wonder where - and eventually how - GNOME 3 stores its user preferences. I'd like to create a custom user profile, with slightly different settings than the default ones: * don't show home folder on ~/Desktop * don't show Trash * use custom default wallpaper * stretch wallpaper instead