Displaying 20 results from an estimated 200 matches similar to: "observations about delays"
2003 Aug 14
1
more transitional joys
well, now that I have moved to dovecot, I'm not getting any spam... in fact, I'm
not getting e-mail at all.
default_mail_env =mbox:~/IMap2/:INBOX=/var/spool/mail/%u
when I first tried to access my inbox, I was told I had permission problems:
Aug 14 17:47:22 harvee imap(esj): open(/var/spool/mail/esj.lock) failed:
Permission denied
Aug 14 17:47:22 harvee imap(esj): file_lock_dotlock()
2003 Aug 14
1
joys of transition.
Red Hat 8.0
stock dovecot 99.10
for a variety of reasons, I decided to cut over to dovecot this morning. I
extracted all of my mailboxes from mbx purgatory back to mbox purgatory, set up
dovecot and proceed to get authentication failures. (am using simple password
based authentication either direct or through pam)
I turned authentication verbosity on and got:
Aug 14 11:51:38 harvee dovecot:
2003 Nov 25
2
did the conversion and something broke
figures. Converted over to maildir today. Procmail is a piece of cake
once I managed to pride out of its cold dead fingers the essential tiny
bit of documentation I needed. But I'm having a problem with my nested
directories. I have a directory called incoming sort my incoming mail.
The conversion utility created a bunch of files called incoming.<stuff>
and 1 file is visible
2004 Oct 03
0
Filesystem Locking or lack of locking issues
Good Day,
I'm running into some issues and wondered if there are a few of you that can
assist. Or please let me know if this is better off in a Java forum (but
figure the Samba crew knows a bit more about filesystems then the java team
:)
Information prior to question/concern:
Samba Ver: Version 3.0.6
OS: Linux sc8-a7-lri4.rsc01.net 2.4.20-30.9smp #1 SMP Wed Feb 4 20:36:46 EST
2004 i686
2004 Oct 31
0
RE: smb_request: result -512, setting invalid
Forgot to provide errors from my samba.log
[2004/10/30 19:37:00, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/usr/local/samba/var/locks/gencache.tdb): tdb_lock failed on list 4
ltype=1 (Bad file descriptor)
[2004/10/30 19:37:00, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/usr/local/samba/var/locks/gencache.tdb): tdb_lock failed on list 4
ltype=1 (Bad file descriptor)
<shrug>, oplocks is turned off, so
2004 May 28
2
Asterisk with Draytek 2600V
I am unable to get a my Draytek working with our Asterisk server. I can
make/recieve calls but get no audio. I have tried the various codecs at the
Vigor end but still getting nothing. I looked at sip debug (below) but am
new to Asterisk and don't really know what I am looking for. Asterisk works
fine with XLITE so I know my installation is ok.
Sip read:
INVITE
2010 Jan 27
1
How to sort data.frame
Dear R heleprs
Suppose I have following data
Scenarios
combination_names
series1
series2
Sc1
MAT2 GAU1
7.26554
8.409778
Sc2
MAT2 GAU2
7.438128
8.130275
Sc3
MAT3 GAU1
8.058422
8.06457
Sc4
MAT1 GAU2
8.179855
8.022071
Sc5
MAT3 GAU2
8.184033
8.191831
Sc6
MAT3 GAU2
7.50312
8.232425
Sc7
MAT1 GAU2
7.603291
8.200993
Sc8
MAT1 GAU1
8.221755
8.380097
Sc9
MAT3 GAU2
7.904908
2007 Jun 12
1
Cannot get cmusieve to work
Hi,
# I messed with the identities in my MUA and sent the email with a non
registered address, sorry for the incinvenience ##
I'm not able to make cmusieve to work to filter emails. Below is my
configuration.
I'm using a .dovecot-sieve example from the wiki:
require "fileinto";
if exists "X-Spam-Flag" {
? fileinto ".Junk/";
}
I've been following
2008 Jan 18
2
couple questions about supported UPSes and politics of purchase
a customer of mine needs a UPS capable of supporting a small server in his
office. Obviously, nut is a good thing for him for clean shutdown etc.
especially with the crappy quality power in his office condo.
I wanted to purchase an MGE UPS but it looks like they purchased APC and are now
flogging that product line. Now, I've never been happy with APC. I have an APC
3000 (sans
1998 Nov 24
0
Additional autoconf test for linuxppc/mklinux
I am attaching a patch to R-0.63's configure.in file which will enable
R to detect and use some special math libraries on linuxppc and mklinux.
The patch provides tests for these libraries and enable/disable switches
for them as well.
One library is the libmoto math library which must be used in
conjunction
with libm (it only replaces some of libm's functions). The other is a
RISC
1998 Nov 24
0
Additional autoconf test for linuxppc/mklinux
I am attaching a patch to R-0.63's configure.in file which will enable
R to detect and use some special math libraries on linuxppc and mklinux.
The patch provides tests for these libraries and enable/disable switches
for them as well.
One library is the libmoto math library which must be used in
conjunction
with libm (it only replaces some of libm's functions). The other is a
RISC
1999 Jan 21
0
hdf5 config test in R-0.63.2
I just tried to build R-0.63.2 on my mklinux machine and noticed a
problem with the configure script.
First, configure tests for the library libhdf5, then it tests for the
libz library. Since libhdf5 depends on libz, the libhdf5 test fails
even when it is present.
Later in the configuration script, there is a test for hdf5.h. If this
file is found, then support for HDF5 is enabled. However,
2000 Dec 22
0
patch to specify DSA host key on command line
--- openssh-2.3.0p1/sshd.c Sat Oct 14 01:23:13 2000
+++ openssh-2.3.0p1.new/sshd.c Tue Dec 19 11:26:51 2000
@@ -506,7 +506,7 @@
initialize_server_options(&options);
/* Parse command-line arguments. */
- while ((opt = getopt(ac, av, "f:p:b:k:h:g:V:u:diqQ46")) != EOF) {
+ while ((opt = getopt(ac, av, "f:p:b:k:h:H:g:V:u:diqQ46")) != EOF) {
1999 Nov 24
1
Printing to NT Printer
I have a shared printer on an NT server and I am trying to print to it from
a unix machine running Solaris 2.7 and Samba 2.04. Can someone help me out
please?
Ray Moroney
Principal Engineer,
RF Integration Inc.,
505 Middlesex Turnpike, Suite 15,
Billerica, MA 01821.
Tel: (978) 663 7960
Fax: (978) 663 7965
1999 Nov 18
1
Samba Server cannot find shares on NT Machine
I have a network containing an NT server, an NT workstation, a number of
Windows95/98 machines and a Unix machine running Solaris 2.7 and Samba
2.0.4. The Samba machine shows up on all the windows machines and seems to
be working fine from that point of view. However when I use the command
./smbclient -L hostname on the unix machine, the shares on the NT machines
do not show up. The shares on the
2009 Jul 20
0
COM returned an unexpected error code. Details are RPCInternal error (RPC_S_INTERNAL_ERROR, 1766)
relay log http://filebin.ca/owhj/relay1.txt.gz
generated by:
env WINEPREFIX="/home/esj/.wine" WINEDEBUG=+relay,+seh,+tid wine "C:\Program
Files\Nuance\NaturallySpeaking10\Program\natspeak.exe" &>/tmp/relay1.txt
I get the error in the subject line whenever I use a "spell that" and it brings
up the correction dialog box. I can make the warning box close but I
1998 Nov 20
2
R and hdf
Hi,
I've been playing with R for only a few days, so I'm not terribly
familiar with it yet. Has anyone ever done any work using HDF or
NetCDF files with R? Both file formats have libraries which can be
linked to a program to read and write data to these formats. Is this
sort of thing possible with R? We are planning to use the HDF format to
store experimental data collected by some
2006 Aug 08
4
choosing a UPS (in the United States)
I do a bunch of "kindness of strangers" hosting in my basement and my
three kVA apc unit died recently. In looking around, it looked like
Belkin was a reasonable low-end replacement for a few machines. Then I
read this mailing list after I purchased one and was gifted another. It
looks like people don't like Belkin. ;-)
So the question is what's a good UPS for running
2009 Jan 01
1
looking for Windows rsync without cygwin
wondering if anyone has built a native port yet. It looks like I may have to go
through eliminate delta copy from a half a dozen machines because of transfer
lockups. Conversation on the rsnapshot list indicates that using cygwin may be
the source of my problems.
"""Yes, there's a well-known Cygwin hang bug that rsync seems to hit
especially often. IIRC, the problem is that
2005 Dec 08
1
belkin Q:
I'm trying to set up a belkin f6c1100-unv UPS to work with nuts. From
reading the mailing list, it sounds like the belkinunv serial driver
should work and that the USB driver is potentially troublesome. Is this
a correct impression?
Also I may have missed this but if I do go with the serial (or USB port)
is there any simple command line method for verifying basic
connectivity? The