Re: [CentOS] virtualisation

2014-02-04 Thread David Beveridge
I've run proxmox as a VMware guest on esx and it allows openvz guests inside proxmox, but not KVM. Dave On 5 Feb 2014 11:49, "Yanis Guenane" wrote: > > On 02/04/2014 02:38 AM, John R Pierce wrote: > > On 2/3/2014 1:31 PM, Ridhwaan Mayet wrote: > >> I run a small company and I would like to virtu

Re: [CentOS] Verizon DSL + rp-pppoe + CentOS 6.5

2014-03-18 Thread David Beveridge
run pppoe-setup On Tue, Mar 18, 2014 at 11:56 PM, Max Pyziur wrote: > > Greetings, > > I've just upgrade a home server to CentOS 6.5 with a new dual-core > processor and mobo. > > I see that with the CentOS 6.x release rp-pppoe can be run as a daemon. > > I've looked through some online one-p

Re: [CentOS] Static IPv6 configuration

2014-03-28 Thread David Beveridge
System->Preferences-->Network Connections or "nm-connection-editor" from command line Only controls connections which are managed by Network Manager. see https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/3/html/Installation_and_Configuration_Guide/Disab

Re: [CentOS] Centos for Interested Children

2014-04-03 Thread David Beveridge
There is this http://wiki.laptop.org/go/Sugar based on fedora, for younger children. dave ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Centos for Interested Children

2014-04-04 Thread David Beveridge
I have been considering doing a basic intro to computing course along these lines aimed at 8-12yo kids. The school where my kids go have XO machines that run Sugar Desktop for the little kids and gnome for the older kids. We just upgraded all the XO machines to something based on Fedora18. (from 17

Re: [CentOS] HeartBleed in RHEL

2014-04-13 Thread David Beveridge
see https://access.redhat.com/security/cve/CVE-2014-0160 This issue did not affect the versions of openssl as shipped with Red Hat Enterprise Linux 5, Red Hat Enterprise Linux 6.4 and earlier, Red Hat JBoss Enterprise Application Platform 5 and 6, and Red Hat JBoss Web Server 1 and 2. This issue do

Re: [CentOS] Change server name in postfix configuration

2014-05-12 Thread David Beveridge
The change host name in /etc/sysconfig/network is really the primary one, unless it has been hardcoded into main.cf The main.cf entries you should concern yourself with is myhostname (defaults to actual hostname if missing) and mydestination which is the list of domains you accept mail for. I'd su

Re: [CentOS] Use postfix and spamd on CentOS 6 - looking for a shortest guide

2014-08-11 Thread David Beveridge
Ha what a co-incidence, just did this an hour ago I roughly followed this http://www.rosehosting.com/blog/how-to-install-and-integrate-spamassassin-with-postfix-on-a-centos-6-vps/ my master.cf looks like this spamassassin unix - n n - - pipe user=nobody argv=/usr/bin

Re: [CentOS] Use postfix and spamd on CentOS 6 - looking for a shortest guide

2014-08-11 Thread David Beveridge
On Tue, Aug 12, 2014 at 3:27 AM, Adam King wrote: > Thanks :) > > Am 11.08.2014 um 18:43 schrieb Adam King: > > Can you explain why you'd use milter over spamassassin? Genuinely > interested as we could certainly get better spam filtering... > > just becaus eit is the only way where you can > *bl

Re: [CentOS] MySQL - replication - how to restore master?

2014-08-13 Thread David Beveridge
It's quite simple really. Just make your master a slave of your slave. It's called Multi Master. see http://mysql-mmm.org/ On Wed, Aug 13, 2014 at 9:53 PM, John Horne wrote: > Hello, > > We have MySQL running as a master which is replicating to a single slave > server. We are, however, consid

Re: [CentOS] Use postfix and spamd on CentOS 6 - looking for a shortest guide

2014-08-14 Thread David Beveridge
If you want an easy to setup postfix instance with a web interface have a look at Zimbra http://www.zimbra.com/community/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Use postfix and spamd on CentOS 6 - looking for a shortest guide

2014-08-14 Thread David Beveridge
On Thu, Aug 14, 2014 at 7:27 PM, Timothy Murphy wrote: > > That is not part of the task of postfix, which is what I was discussing. > In fact, it is very easy to say what I want to do with viruses and spam. > I want email to pass through clamd to catch viruses, > and I want email to pass through

Re: [CentOS] Use postfix and spamd on CentOS 6 - looking for a shortest guide

2014-08-14 Thread David Beveridge
On Thu, Aug 14, 2014 at 8:49 PM, Timothy Murphy wrote: > David Beveridge wrote: > > >> I'm happy to leave the definition of spam to spamassassin, > >> and leave Mr Bayes to do my thinking for me. > > And therein lies the problem. > > Unfortunately spamas

Re: [CentOS] Bind config question, centos 5.10

2014-08-16 Thread David Beveridge
I cannot see your firewall rules, so I maybe on the wrong track here, but... It's not really a good idea to be running a recursive name server that is open to the world (any;) Your server is trying to resolve something for a client that could be anyone. This kind of error appears when the domain be

Re: [CentOS] CentOS 6, Postfix, and Procmail -- how do I get it to work?

2014-08-18 Thread David Beveridge
Postfix has feature for this sort of thing built in. see http://www.postfix.org/ADDRESS_REWRITING_README.html#auto_bcc On Tue, Aug 19, 2014 at 3:26 AM, Robert Heller wrote: > What is the trick to get Postfix's local command to pipe mail through > procmail? > > I have: > > -bash-4.1$ grep allow

Re: [CentOS] bind zone files graphical management tool

2014-08-29 Thread David Beveridge
see https://github.com/bevhost/probind On Sat, Aug 30, 2014 at 6:35 AM, Robert Moskowitz wrote: > On a server that does not have a gui, only command line. > > In the past I have used webmin, and was happy with it, but it is more > than I really need. > > I COULD rsync the files to my notebook

Re: [CentOS] bind zone files graphical management tool

2014-08-29 Thread David Beveridge
cPanel also has bind zone editing. On Sat, Aug 30, 2014 at 8:56 AM, David Beveridge wrote: > see > https://github.com/bevhost/probind > > > > On Sat, Aug 30, 2014 at 6:35 AM, Robert Moskowitz > wrote: > >> On a server that does not have a gui, only command line.

Re: [CentOS] mairadb doesn't prompt for user/pass

2014-08-31 Thread David Beveridge
There is a program "mysql_secure_installation" which can be used to set a root password and remove those accounts. However it sounds like you did the job manually. Did you also issue the sql command "flush privileges"? On Sun, Aug 31, 2014 at 1:12 PM, Tim Dunphy wrote: > Hello, > > I discover