Hi, Another thing with MySQL, ensure that you've got hostname lookups turned off in my.cnf
You're my.cnf will either be at: /etc/my.cnf or /etc/mysql/my.cnf Add in the section: [mysqld] # Skip reverse DNS lookup of clients skip-name-resolve Restart Mysqld, restart the Rivendell daemons, and see if that fixes it. Lorne Tyndale > -------- Original Message -------- > Subject: Re: [RDD] Too long to save VTs > From: Pedro Picoto <[email protected]> > Date: Fri, February 21, 2014 7:38 pm > To: Cowboy <[email protected]> > Cc: "[email protected]" > <[email protected]> > > > Nope... didn't fix... > > (meanwhile thanks for your help) > > > On Fri, Feb 21, 2014 at 11:09 PM, Cowboy <[email protected]> wrote: > > > On Friday 21 February 2014 05:21:44 pm Pedro Picoto wrote: > > > These are the settings that suposedely are messing the logedit... > > > Due to the lack of knowledge I'm not comfortable dealing with this. It's > > > being a challenge, actually. > > > Having this, what should I tweak? > > > > OK, for test... > > > > As root, open a text editor on /etc/resolv.conf > > change > > nameserver 127.0.0.1 > > to > > #nameserver 127.0.0.1 > > > > Restart Rivendell. DO NOT reboot ! > > By having no nameserver to wait for, the timeout should be immediate. > > > > I think you said you're running an Ubuntu of some stripe. > > I'm not familiar with that OS specifically, so I can't tell you > > how to restart Rivendell on that OS. > > > > Let us know. > > > > -- > > Cowboy > > > > http://cowboy.cwf1.com > > > > "Being disintegrated makes me ve-ry an-gry!" <huff, huff> > > > > _______________________________________________ > > Rivendell-dev mailing list > > [email protected] > > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > ><hr>_______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
