[BlueOnyx:19781] Bulk changes to slave dns

2016-07-01 Thread Colin Jack
Quick one. What is the best way to make a bulk change to IP addresses for secondary DNS? We are moving datacentres and need to update records for primary addresses en-masse on our secondary servers. I suppose I could use dns-slaveszones.pl to dump to a text file and then sed the text file and

[BlueOnyx:19782] Login problem

2016-07-01 Thread fastreplies
Hello I'm getting this error while trying to login to server via GUI -- Fatal error: Call to undefined method System::getConfig() in /usr/sausalito/ui/chorizo/ci/application/libraries/CCE.php on line 124 - In mean while I have no mail, DNS, sites are down. An

[BlueOnyx:19783] Re: Login problem

2016-07-01 Thread Greg Kuhnert
I don’t think this will be an easy one to fix via the forum. (Just a guess). That error is in the CCE class that was designed as an alternative to using cce.so when Michael was first building 5209R. That code will only be used if cce.so is not working. That would normally only happen if there is

[BlueOnyx:19784] CMU errors on imap folders with spaces and accents

2016-07-01 Thread Janwillem Ronken
Hi all Since the update of CMU I see several errors when backing up IMAP directories: Scanout: running: tar cf - --files-from=/tmp/cmu-files.dat | pigz > /home/raqbackup/data/users-projects-public.tar.gz at /usr/cmu/perl/Archive.pm line 386, line 17359. Scanout: INFO: private archive uncompre

[BlueOnyx:19785] Re: Login problem

2016-07-01 Thread fastreplies
Hi, 1. As Michael suggested 'yum reinstall base-alpine-ui and yum reinstall base-admserv-glue' I'm getting: FAILED to download from mirror 2. Just before crash I have updated NS and rebooted. After reboot error show up. Neither of your 2 cases applied Cheers Bart - Original Message -

[BlueOnyx:19786] Re: Login problem

2016-07-01 Thread fastreplies
I have bad CCE.php but why I have lost DNS, mail, FTP and how can I recover at least them for now? Cheers Bart - Original Message - From: "Greg Kuhnert" To: "BlueOnyx General Mailing List" Sent: Friday, July 01, 2016 5:10 AM Subject: [BlueOnyx:19783] Re: Login problem I don't thin

[BlueOnyx:19787] Re: Login problem

2016-07-01 Thread Michael Stauber
Hi all, > Lets look at the specific error. This line of code reads: > $this->socketPath = $system->getConfig("ccedSocketPath"); > > That method is included in > /usr/sausalito/ui/chorizo/ci/application/libraries/System.php > > The method is designed to open /usr/sausalito/ui/conf/ui.cfg to get

[BlueOnyx:19788] Re: Login problem

2016-07-01 Thread Michael Stauber
Hi all, > I have bad CCE.php but why I have lost DNS, mail, FTP and how can I recover > at least them for now? Just for the record: This has been fixed by now. Thanks to all who helped Bart out. -- With best regards Michael Stauber ___ Blueonyx mail

[BlueOnyx:19789] Re: Login problem

2016-07-01 Thread fastreplies
Michael, you are a magician Thanks for help everybody Cheers Bart - Original Message - From: "Michael Stauber" To: "BlueOnyx General Mailing List" Sent: Friday, July 01, 2016 2:56 PM Subject: [BlueOnyx:19788] Re: Login problem > Hi all, > >> I have bad CCE.php but why I have lost D

[BlueOnyx:19790] Re: Bulk changes to slave dns

2016-07-01 Thread Colin Jack
Anybody any thoughts on this? Thanks Colin On 01/07/2016, 09:53, "Blueonyx on behalf of Colin Jack" wrote: Quick one. What is the best way to make a bulk change to IP addresses for secondary DNS? We are moving datacentres and need to update records for primary addresses en-masse on our sec

[BlueOnyx:19791] Re: Bulk changes to slave dns

2016-07-01 Thread Michael Stauber
Hi Colin, > need to update records for primary addresses en-masse on our > secondary servers. Anybody any thoughts on this? ]# /usr/sausalito/sbin/dnsMassChange.pl dnsMassChange.pl V2.0 == This script can change all DNS records with a certain old IP to a specified new IP. T

[BlueOnyx:19792] Re: Bulk changes to slave dns

2016-07-01 Thread Colin Jack
Hi Michael, > need to update records for primary addresses en-masse on our > secondary servers. Anybody any thoughts on this? ]# /usr/sausalito/sbin/dnsMassChange.pl dnsMassChange.pl V2.0 == This script can change all DNS records with a certain old IP to a specifi

[BlueOnyx:19793] Re: Bulk changes to slave dns

2016-07-01 Thread Michael Stauber
Hi Colin, > Would I need to dump the slave zone to a text file and then sed > the txt file and reimport or is there an easier way? Yeah, that would work. > If so, would that create duplicate records? Yes, it would. So before the re-import run this to remove all existing DNS records: /usr/saus

[BlueOnyx:19794] Re: Bulk changes to slave dns

2016-07-01 Thread Colin Jack
Ouch … will have to do this three times … but that is easier than manually via the GUI ☺ Thanks Colin On 01/07/2016, 23:14, "Blueonyx on behalf of Michael Stauber" wrote: Hi Colin, > Would I need to dump the slave zone to a text file and then sed > the txt file and reimport or is there an

[BlueOnyx:19795] Re: CMU errors on imap folders with spaces and accents

2016-07-01 Thread Greg Kuhnert
Hi JW. I beat you in finding that one :) Michael and I have been doing work on CMU in the background for a while. I found this one hiding a while back, and it has already been fixed in SVN. There are some more fixes to come in CMU in the near future, which is why new RPM’s have not yet been p