search for: impatient

Displaying 20 results from an estimated 407 matches for "impatient".

2017 Apr 06
2
Dovecot impatient with mysql?
It seems dovecot is impatient with connecting with mysql, as I see in maillog entries like: Apr 6 11:48:30 z9m9z dovecot: dict: Error: mysql(localhost): Connect failed to database (postfix): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) - waiting for 5 seconds before retry...
2017 Apr 06
2
Dovecot impatient with mysql?
On 04/06/2017 12:50 PM, George Kontostanos wrote: > On Thu, Apr 6, 2017 at 7:10 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: >> It seems dovecot is impatient with connecting with mysql, as I see in >> maillog entries like: >> >> Apr 6 11:48:30 z9m9z dovecot: dict: Error: mysql(localhost): Connect failed >> to database (postfix): Can't connect to local MySQL server through socket >> '/var/lib/mysql/mysql.sock' (...
2017 Apr 06
0
Dovecot impatient with mysql?
On Thu, Apr 6, 2017 at 7:10 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: > It seems dovecot is impatient with connecting with mysql, as I see in > maillog entries like: > > Apr 6 11:48:30 z9m9z dovecot: dict: Error: mysql(localhost): Connect failed > to database (postfix): Can't connect to local MySQL server through socket > '/var/lib/mysql/mysql.sock' (13) - waiting for 5...
2017 Apr 06
0
Dovecot impatient with mysql?
...e dovecot waits before backing off configured? On 04/06/2017 01:04 PM, Robert Moskowitz wrote: > > > On 04/06/2017 12:50 PM, George Kontostanos wrote: >> On Thu, Apr 6, 2017 at 7:10 PM, Robert Moskowitz >> <rgm at htt-consult.com> wrote: >>> It seems dovecot is impatient with connecting with mysql, as I see in >>> maillog entries like: >>> >>> Apr 6 11:48:30 z9m9z dovecot: dict: Error: mysql(localhost): >>> Connect failed >>> to database (postfix): Can't connect to local MySQL server through >>> socket &g...
2020 May 13
2
CentOS 8 updates
...s that my local mirroring had picked up and later deleted a lot of "tmp" files for CentOS 8, is that an indication that something is on the way? I understand that everyone is struggling with Covid19 restrictions, so just tell me to get back into my isolation if I'm just a bit too impatient. -- Cheers Bill
2002 Dec 01
1
Alpha Two? (Impatient fan seeks news)
According to THIS: http://www.xiph.org/ogg/vorbis/update.html "Alpha Two is due out on December 1st" And according to THIS: http://lwn.net/Articles/11775/ "we've already got some fantastic plans for Theora Alpha Two." Believe it or not, I'm actually restraining myself from jumping up and down yelling "where is it!?! where is it?!?"...but I DID want to
2015 Oct 16
4
[cfe-dev] Buildbot Noise
...ch are "ought to get fixed soon"? In theory, the ones that have bugs associated with it, which is not easy to find unless someone adds a comment with the XFAIL, which not many people do. I'm not saying it's better, I'm just saying how it is. > For the people who now get impatient with red bots, there is no barrier > to having them be impatient with orange bots. And for the people who > complain about irrelevant noise, there would be less of it, which will > make them less irritating the rest of us. :-) I honestly don't see either way as problems, so I can...
2010 Feb 25
24
two questions for R beginners
* What were your biggest misconceptions or stumbling blocks to getting up and running with R? * What documents helped you the most in this initial phase? I especially want to hear from people who are lazy and impatient. Feel free to write to me off-list. Definitely write off-list if you are just confirming what has been said on-list. -- Patrick Burns pburns at pburns.seanet.com http://www.burns-stat.com (home of 'The R Inferno' and 'A Guide for the Unwilling S User')
2018 May 05
2
Ubuntu 18.04 bionic: availability of R Ubuntu packages/ppa?
...tu 18.04 LTS, and tried to add both the "Ubuntu packages" source as well as ppa. I was not able to do this, trying to add for example: deb http://cran.cnr.berkeley.edu/bin/linux/ubuntu bionic/ or using: sudo add-apt-repository ppa:marutter/c2d4u am I doing something wrong, or just being impatient? Are there any plans to build these repos in the near future? Big thanks to the maintainers for the great work :-) Matthieu [[alternative HTML version deleted]]
2004 May 15
2
Documentation discrepancies
...es. This originally confused me before Jerry explained it to me. The next issue is with step 6, where you're asked to configure /etc/nsswitch.conf. Here, the example entries are slightly different than in section 20 of the main documentation - Winbind: Use of Domain Accounts. Step 6 for the impatient suggests: passwd: files winbind group: files winbind hosts: files dns winbind While the instructions in Section 20 suggests: http://us2.samba.org/samba/docs/man/howto/winbind.html#id2574730 passwd: files winbind shadow: files group: files winbind Is this a potential problem? Whi...
2020 Jul 27
2
Thunderbird 68.10.0
Sorry if I'm being overly impatient, but is there some snag with releasing Thunderbird 68.10.0 for EL8? [RHSA-2020:3038-01] Important: thunderbird security update https://access.redhat.com/errata/RHSA-2020:3038 Thanks!
2006 Mar 05
2
Article: Creating a Live Datagrid
...cle on creating a lightweight but very functional web grid that does a slick job of live updating whatever content you put in. Much like Rails itself, I pulled the code from an active project effort, in the hopes that others would find it useful. http://unspace.ca/discover/datagrid Or, for the impatient, give the demo a shot: http://unspace.ca/datagrid Feedback welcome and appreciated! Pete Forde Partner, Unspace Interactive
2004 Mar 09
2
ForwardX11Trusted
Since packaging OpenSSH 3.8p1 for Debian, I've got a flood of bug reports and confusion about the new untrusted X client configuration. At least part of this seems to be the short (2 minutes!) timeout on the cookie, so that if you're impatient like me and open a connection to a machine that takes a little while to do the key exchange, go off and do something in another window in the meantime, and then come back when it's finished, you may well find that the untrusted cookie's expired in the meantime. This seems a bit excessive....
2003 Sep 06
1
prevent simultaneous copies?
Would it be worthwhile to have an option to check for the presence of the temporary dot file in the target directory and to warn the user that the file is already being transfered? Something like: --skip-in-progress-files ? We usually transfer files via a cron job, but sometimes impatient people try to push stuff out, not knowing the file is already being copied, and disk space and bandwidth is temporarily wasted. If they are copying big files to a small filesystem, there's a danger that the two big temp files may fill up the filesystem, preventing either from completing. -...
2013 Feb 28
2
Fortune?
...39;t complain. If you want to complain, you must follow the instructions. -- Jari Oksanen in Re: [Rd] Keeping up to date with R-devel -- Patrick Burns pburns at pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: 'Impatient R' 'The R Inferno' 'Tao Te Programming')
2015 Oct 16
2
[cfe-dev] Buildbot Noise
On 16 October 2015 at 15:17, Robinson, Paul <Paul_Robinson at playstation.sony.com> wrote: > But if > there are new fails, the blame mailer can do a set-difference and report > only the new ones. That would reduce the noise a bit, hmm? Hi Paul, The danger there is that it'd be easier to "get used" to having some failures as long as you don't have "new"
2017 Mar 31
3
samba 4.6.2 for Debian Jessie available. ( amd64 only )
Hai,   I’ve updated the samba packages to 4.6.2 ( amd64 only)   Found here. https://downloads.van-belle.nl/samba4/samba-4.6.2/ Older samba version are of the site.   Since this is a fix on the security release i signed the packages Info : https://downloads.van-belle.nl/samba4/   For the impatiant.. wget https://downloads.van-belle.nl/samba4/samba-4.6.2/samba-462-installer.sh
2007 Aug 03
2
vfile ACL's
(Sorry for the impatience. This was one of several questions in my email from yesterday. I thought I might have better luck being more direct.) Is there a way to set ACL's, using the vfile backend, on a truly global basis? or hierarchically (i.e. .Maildir.Sub inherits from .Maildir)? The wiki page says: "The default ACLs for mailboxes is to give owner all permissions and other users
2005 Oct 10
3
Query: Centos 4.2 availability
Hi, Not meaning to rush you folks (you're doing a great job). But I'm about to install/clone 4 computers with Centos 4. When can I expect 4.2 to be out (in DVD format preferably)? As in, is it worth waiting and saving myself the later hassle extra downloads? [I don't actually have 4.1 DVD's, just 4.0, so I pretty much have to download the DVD.ISO anyway] Cheers & Thanks,
2018 May 06
1
Ubuntu 18.04 bionic: availability of R Ubuntu packages/ppa?
...buntu > | packages" source as well as ppa. I was not able to do this, trying to add > | for example: > | > | deb http://cran.cnr.berkeley.edu/bin/linux/ubuntu bionic/ > | or using: sudo add-apt-repository ppa:marutter/c2d4u > | > | am I doing something wrong, or just being impatient? Are there any plans > to > | build these repos in the near future? > > Yes, yes, and yes. ;-) > > This has been discussed here before, maybe just scroll back through the > archives if you want to catch up. > > Michael has R 3.5.0 itself for bionic: > > https:/...