search for: messge

Displaying 20 results from an estimated 84 matches for "messge".

Did you mean: message
2011 Sep 29
2
Timeout leak in get quota
Hello! I wrote perl script for read current quota usage, it works but when I run the program I receive a warning in Dovecot log: 2011-09-29 14:45:30 doveadm(guest at testmail.com): Warning: Timeout leak: 0x7f14800ad970 This is the script: =============================== #!/usr/bin/perl use strict; use Socket; use IO::Handle; socket(TSOCK, PF_UNIX, SOCK_STREAM,0); connect(TSOCK,
2019 Feb 14
1
Proposed function file.backup
Dear R Core: In the kutils package, I wrote a function that is so handy that I would like to ask you put it in R itself. file.backup() will look at a file, find its last modification time, and create a new backup with a name that appends YYYYMMDD-HHMM to the file name. So now, whenever I worry that running write.csv or saving a graph might destroy something valuable, I use an idiom like fn
2005 May 06
1
shutdown and console messges
Just a minor irritation. 1. When I shutdown from the GDM menu, most of the time the screen goes black and none of the "stopping..." messages are visible until just about the time the mounted filesystems are shutdown, about three lines before acpi poweroff. 2. Always when I shutdown from my desktop manager (IceWm in my case), I get all the messages immediately. Once in a blue moon, this
2008 Jul 01
1
Messge ``no visible binding''.
I have written a function make.fun(), which I keep in my personal ``miscellaneous'' package. It searches the current working directory for files named ``*.R'' and sources them if their modification date is later than the date stored in ``.Last.make.date''. (The variable .Last.make.date then gets updated.) The function checks whether .Last.make.date exists before
2017 Aug 04
3
VDQ Repos for CentOS 7
I have a woefully dumb question. When I tell my wife's laptop, with CentOS 7 installed and a live ethernet cable plugged into it, "yum update," it fails saying that it doesn't see any repos. What do I need to do to?
2010 Jan 15
2
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
...R4 is marked <kill> at MBB0. If I scan R4's liverange by [MBB0->MBB1->MBB2]. I will find R4 first is killed, then is used. It can not unlogisch. Attually R4 just is <Used>. It will cause my optimization pass crash(Actually, I ingore Live In message of MBB. I recollect live in messges at my pass.). 1. Does <kill> attribute of R4 at MBB0 is a unimportant and redundancy messages, Or a little bug??? 2. Is it unreliable to get a physical register's liverange by Kill, Dead messages from MachineBasicBlock?? ________________________________________________...
2020 Jul 19
3
I need some help with my Dovecot and Postfix configs - I'm unable to log in on my mail server
Postconf: https://pastebin.com/vTVn2UMr Doveconf: https://pastebin.com/nEpZrpzB all my logs from mail.(warn,err,info,log): https://pastebin.com/ccEVUqyd my messges log: https://pastebin.com/cXaEBmcH I'm not sure if you meant this about dict_nis_init but I've done what's explained here: https://unix.stackexchange.com/questions/244199/postfix-mail-logs-keep-showing-nis-domain-not-set On 19/07/2020 21:05, Alexander Dalloz wrote: > Am 19.07.20...
2009 Mar 18
2
admin privliges needed and program won't run in 98 mode
i am trying to install a driver for my midi pad kontrol but in wine i can't install my device because it requires administration privliges and when i try setting wine back to win 98 i just get a messg that it wont run the install in 98/Me really need a way around this any help would be appreciated thnx
2005 Sep 13
1
coxph.detail() does not work
Hello everyone, I tried to use coxph.detail() to get the hazard function. But a warning messge always returns to me, even in the example provided by its help document: > ?coxph.detail > fit <- coxph(Surv(futime,fustat) ~ age + rx + ecog.ps, ovarian, x=TRUE) > fitd <- coxph.detail(fit) Warning message: data length [37] is not a sub-multiple or multiple of the number of rows...
2006 Dec 22
1
ape-package
Dear Sir or Madam, I am very new to R, and I am trying to install seqinr-package. In the manual I read that I need to install ape-package first, and I failed to do it. I had the following error messges: /usr/bin/ld: cannot find -lgfortran collect2: ld returned 1 exit status make: *** [ape.so] ?????? 1 ERROR: compilation failed for package 'ape' ** Removing '/usr/lib/R/library/ape' What to do with this and how to install it? Many thanks in advance! Natasha
2005 Sep 01
1
login: Missing Protocol from server name 'imap'
Hello All (possibly again) I did send a messge earlier, but it may have been eaten by the mail system. I've now managed to get dovecot started, and I'm now getting "Missing protocol from server name 'imap'" This is somewhat confusing. Does it mean that I have somewhere called my server imap? or is it talking about...
2001 Aug 02
1
Word97 on 'no-windows' computer
RH7.1, wine release 20010731. There is no windows installed on this computer and I try to install Word97 in 'no-windows' environment'. After I run 'wine setup' I see the initial word installation screen but after entering code numbers I see the following eror messge: Setup error 544: Setup is unamble to open data file E:\MSSETUP.T\~msstfof.t\Word97.stf. Run setup again from where you originally ran it." Any idea what this could mean?
2012 Mar 14
1
Just in time AV scanning
I'm curious if anyone has any plugins for AV integration directly into dovecot. Our old pop servers have been scanning messges as they're moved from new->cur in the inbox and, at least where user's aren't poping every few seconds, there is occasionally enough time between scanning through the MXs to message retreval to snag a few more virues with updated definitions before they reach customers. Anyone...
1999 Sep 29
2
win95 and long filenames
Hi there! I've got some trouble with one win95-client. this client didn't use long file names. error messge: target didn't use long filenames. the target is samba 1.9.18p2 on hp-ux 10.01 and this target accepts long filenames from all other clients (including other win95clients). i tried to find the error by using debuglevel 5, but everything looks fine. has somebody an idea whats wrong with this c...
2010 Jan 15
0
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
...R4 is marked <kill> at MBB0. If I scan R4's liverange by [MBB0->MBB1->MBB2]. I will find R4 first is killed, then is used. It can not unlogisch. Attually R4 just is <Used>. It will cause my optimization pass crash(Actually, I ingore Live In message of MBB. I recollect live in messges at my pass.). A register should not be used after it is killed, and if it is needed by a successor block, it should be live out. Note that a register in the live-in list of an MBB is not always live-out from all predecessors. A register defined by IMPLICIT_DEF can be optimized away entirely. &g...
2013 Feb 06
1
NTLMv2 with win2003 AD question
...arget info field just has one item with empty value... This is really confused me. Is it a bug of win2k3 AD and make use of the bug?? When I'm using win2k8 AD, NTLMv2 doesn't work. Win2k8 AD returns an 'Invalid Parameter' message in 'SMB_COM_SESSION_SETUP_ANDX' response messge. BTY, the OS is win2k3 R2 Enterprise SP2 and win2k8 R2 Enterprise SP1. Thanks again. Derek.
2009 Feb 21
1
Cant Receive Email from dovecot pop
...ssdb sql { args = /etc/dovecot-mysql.conf } } first_valid_uid = 89 default_mail_env = maildir:/home/vmail/%d/%n # Debugging options auth_verbose = yes auth_debug = yes C. Error Message from the Email Client - Kmail ................................................................ I get a messge saying; "Could not Login to mail.mesara.biz. The password may be wrong. The server said authentication failed" D. Other info ............. I am running on a Centos 5.2 box , with postfix 2.3, dovecot 1.0.7, mysql 5.0.45 Pls help. Much appreciated. Regards. gomez
2013 Feb 25
1
Samba 4, DHCP and Bind
...lf works and hands out IP addresses. What I would like to have happen is the following: - PC is joined to the Samba 4 domain (this works) - PC gets an IP via DHCPD - DHCP or the PC registers the IP in BIND Network PC's should resolve cleanly when pinging pc01.office.local My logs are full of messges aalong the lines of: Feb 25 14:36:24 knottypine named[22655]: samba_dlz: starting transaction on zone office.local Feb 25 14:36:24 knottypine named[22655]: client 192.168.65.101#57781: update 'office.local/IN' denied Feb 25 14:36:24 knottypine named[22655]: samba_dlz: cancelling transactio...
2008 Feb 08
1
xspline(..., draw=FALSE) fails if there is no open device (PR#10727)
...1 0 $ y: num [1:3] 1 0 1 This won't: > dev.off() null device 1 > xspline(c(0,1,0), c(1,0,1), draw=FALSE) Error in xspline(c(0, 1, 0), c(1, 0, 1), draw = FALSE) : plot.new has not been called yet R graphics internal are black magic to me. However, it seems that the error messge comes from function GCheckState(DevDesc *dd) in graphics.c, which is called by do_xspline(SEXP call, SEXP op, SEXP args, SEXP env) in plot.c even when xspline was called with draw = FALSE (and even before getting the argument draw into do_xspline). It seems that graphics device is needed somewhere...
2007 May 03
2
Testing IMAP clients with Dovecot, problems with MacMail
...hen the illegal overquota xfer fails (as it should) with a popup reading 'Message could not be moved', with (port 993) and without (port 143) SSL 2) with Dovecot, 1) login and mailbox load goes OK to port 10143, plain listen, and the illegal xfer correctly fails as it should with a popup messge under a plain connection, but 2) When the port number is set to the Dovecot ssl_listen port and the SSL box is checked, Mac Mail doesn't bring up the inbox and folders...it acts like it can't connect. Has anyone else seen this behavior, and is there a fix? Mac Mail is also known as M...