search for: cmu

Displaying 20 results from an estimated 795 matches for "cmu".

Did you mean: cmd
2006 Aug 21
3
sieve-cvs build failing @ 'make'
...storage - -I/usr/ports/dovecot/dovecot-cvs/src/deliver - -I/usr/local/berkeley-db/include -I/usr/local/cyrus-sasl/include - -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations - -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast - -I/usr/local/ssl/include -MT sieve-cmu.lo -MD -MP -MF ".deps/sieve-cmu.Tpo" -c -o sieve-cmu.lo sieve-cmu.c; \ then mv -f ".deps/sieve-cmu.Tpo" ".deps/sieve-cmu.Plo"; else rm -f ".deps/sieve-cmu.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/ports/dovecot/dovecot-cvs - -I/usr/ports/dovec...
2009 Feb 19
2
deliver: Panic: file sieve-cmu.c: line 90 (unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t')
...00000000004a80ca in i_panic (format=Could not find the frame base for "i_panic". ) at failures.c:198 #6 0x0000000800e0b265 in unfold_header ( str=0x800c55a40 "\"firm ru\n?\217?\201???????? ?\236?\220?\216?????????\220????\" <our_email@ example.ru>") at sieve-cmu.c:90 #7 0x0000000800e0b381 in unfold_multiline_headers (headers=0x800c55a30) at sieve-cmu.c:119 #8 0x0000000800e0b406 in getheader (v=0x7fffffffeab0, phead=0x800c5a160 "to", body=0x7fffffffc048) at sieve-cmu.c:132 #9 0x0000000800e1affc in eval_bc_test (interp=0x800c2d380, body_cache=0x...
2011 Apr 11
1
Fwd: CRAN problem with plyr-1.4.1
It looks like there might be some kind of problem with the Plyr-1.4.1 packages pushed to CRAN? The web pages show 1.4.1 as the current version, but trying to fetch the source through the provided link gives a 404: http://lib.stat.cmu.edu/R/CRAN/web/packages/plyr/index.html $ wget http://lib.stat.cmu.edu/R/CRAN/src/contrib/plyr_1.4.1.tar.gz --2011-04-11 13:19:09-- http://lib.stat.cmu.edu/R/CRAN/src/contrib/plyr_1.4.1.tar.gz Resolving lib.stat.cmu.edu... 128.2.241.212 Connecting to lib.stat.cmu.edu|128.2.241.212|:80... connected...
2016 Jun 05
2
inconsistent DNS information, windows domain member issues..
...1ts.org } GRATUITOUS.ORG = { kdc = kerberos.gratuitous.org admin_server = kerberos.gratuitous.org } DOOMCOM.ORG = { kdc = kerberos.doomcom.org admin_server = kerberos.doomcom.org } ANDREW.CMU.EDU = { kdc = kerberos.andrew.cmu.edu kdc = kerberos2.andrew.cmu.edu kdc = kerberos3.andrew.cmu.edu admin_server = kerberos.andrew.cmu.edu default_domain = andrew.cmu.edu } CS.CMU.EDU = {...
2019 Apr 05
1
wbinfo isn't working on domain member
...t_domain = csail.mit.edu         }         IHTFP.ORG = {                 kdc = kerberos.ihtfp.org                 admin_server = kerberos.ihtfp.org         }         1TS.ORG = {                 kdc = kerberos.1ts.org                 admin_server = kerberos.1ts.org         }         ANDREW.CMU.EDU = {                 admin_server = kerberos.andrew.cmu.edu                 default_domain = andrew.cmu.edu         }         CS.CMU.EDU = {                 kdc = kerberos-1.srv.cs.cmu.edu                 kdc = kerberos-2.srv.cs.cmu.edu                 kdc = kerberos-3.srv.cs.cmu.edu    ...
2007 Aug 07
2
dovecot-sieve vacation changes
I'd like to put forward the following patch for dovecot-sieve. Essentially this just merges in some changes made in CMU sieve 2.3.8 and as such brings the behaviour more in line with RFC 3834 "Recommendations for Automatic Responses to Electronic Mail": - fixes erroneous sender "-request" substring match - checks for existence of a selection of list-* headers - expands "named-as-recipi...
2016 Apr 27
3
Crash: setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)
Hi, Using 2.2.9 (ubuntu 14.04 LTS) and sending the following command, the server crashes when I try to delete an annotation: ? login ? C: 2 setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL) Apr 27 09:29:16 backend1 dovecot: imap-login: Login: user=<heiko>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6651, secured Apr 27 09:29:16 backend1 dovecot: imap(heiko): Fatal: master: service(imap): child 6651 killed with signal...
2007 Feb 03
1
Installation Help
...4/libz.a(crc32.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/lib64/libz.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[4]: *** [R_X11.so] Error 1 make[4]: Leaving directory `/afs/cs.cmu.edu/user/amahmed/R-2.4.0 /src/modules/X11' make[3]: *** [R] Error 2 make[3]: Leaving directory `/afs/cs.cmu.edu/user/amahmed/R-2.4.0 /src/modules/X11' make[2]: *** [R] Error 1 make[2]: Leaving directory `/afs/cs.cmu.edu/user/amahmed/R-2.4.0 /src/modules' make[1]: *** [R] Error 1 make[1]...
2007 Aug 17
2
MANAGESIEVE patch v7 for dovecot 1.0.3
.... It currently won't compile with 1.1 due to significant changes in the master code. Change Log V7 ------------- - Robin Breathe indicated that the regex capability was missing in the server's SIEVE listing. It turns out I forgot to make arrangements for setting ENABLE_REGEX in the cmu libsieve sources, so the regex extension was not compiled in. I copied the configure.in section regarding ENABLE_REGEX from dovecot-sieve-1.0.2 and that fixed the problem. This patch still includes (yet another) instance of the CMU Sieve source, as explained in one of my previous e-mails...
2009 Mar 12
0
Sieve - Backtrace after deliver(brabax): Panic: file sieve-cmu.c: line 264 (part_save): assertion failed: (buf->used - 1 == part->body_size.physical_size)
...client: path: /var/spool/postfix/private/auth-client mode: 432 user: postfix group: postfix /var/syslog Mar 10 22:19:01 aquarius /USR/SBIN/CRON[23838]: (root) CMD (/etc/webmin/fetchmail/check.pl --owner --errors) Mar 10 22:19:04 aquarius deliver(brabax): Panic: file sieve-cmu.c: line 264 (part_save): assertion failed: (buf->used - 1 == part- >body_size.physical_size) Mar 10 22:19:04 aquarius deliver(brabax): Raw backtrace: /usr/lib/dovecot/deliver [0xb8068e01] -> /usr/lib/dovecot/deliver(i_syslog_fatal_handler+0x38) [0xb8068ee8] -> /usr/lib/dovecot/deli...
2008 Jan 06
2
Custom 'quota exceeded' message + Sieve script from database
Hi! I'm quite new to Dovecot. helping my friend to migrate from Courier-IMAP to something more efficient, we are evaluating Dovecot at the moment. I had to prepare 2 small patches for Dovecot to suit our needs, and I've decided to post it here. I'm not fully familiar with Dovecot architecture yet, I'd appreciate if someone could look if these changes make sense (i.e.
2019 Apr 05
2
wbinfo isn't working on domain member
Hi Rowland, I made the change you suggested to auto refresh kerberos. It didn't seem to fix the issue unfortunately, even after a machine restart. Following your line of reasoning that it is a Kerberos issue, I then tried to grab a new kerberos ticket on the server in question which appears to fail though. Perhaps this gives some further insight? pi at fs1:~ $ kinit administrator at
2007 Jun 01
1
CMU Sieve pluigin missing proper charset support
Hello, After testing the Sieve plugin for the LDA, I have noticed that it does not handle charset issues properly. IETF draft says: 4.3. Subject and From Parameters The ":subject" parameter specifies a subject line to attach to any vacation response that is generated. UTF-8 characters can be used in the string argument; implementations MUST convert the string to
2007 Dec 31
1
Segmentation fault in dovecot-sieve-1.1.2 + dovecot-1.1.beta13
...>buffer->used / array->element_size; (gdb) bt #0 get_flags (sieve_flags=0xbfe7e438, flags_r=0xbfe7dee4, keywords_r=0x2) at /root/dovecot-1.1.beta13/src/lib/array.h:145 #1 0x00f68744 in sieve_keep (ac=0x2, ic=0x0, sc=0xbfe7f4e0, mc=0xbfe7f480, errmsg=0xbfe7e3f0) at sieve-cmu.c:561 #2 0x00f779a5 in do_sieve_error (ret=0, interp=0x92dbf18, script_context=0xbfe7f4e0, message_context=0xbfe7f480, imapflags=0xbfe7e438, actions=0x92e42d8, notify_list=0x0, lastaction=8, implicit_keep=1, actions_string=0xbfe7e440 "Action(s) taken:\n", errmsg=0x0)...
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
Full_Name: Paul Gutwin Version: R-1.0.0 OS: AIX 4.2.1 Submission from: (NULL) (198.133.22.67) R-1.0.0 fails to compile. I'm using the config.cache file from a successful compliation of R-0.65.0 (prob #290, fixed thanks to Thomas Vogels @ CMU). Compiling R-1.0.0 fails with the following error messages: make Target "R" is up to date. gcc -I. -I../include -I../../src/include -I../../src/include/R_ext -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c Rsock.c -o Rsock.o In file included from Rsock.c:34: /usr/include/unistd.h:162: parse...
2002 Oct 01
1
ssh with iptables and equalize
...on ISP2, the router NATs out traffic. OpenSSH client *almost* works. Does anyone know what's going on here? The only other application that is having problems with this load-balancing router configuration is AOL AIM for windows. Here is debug information: $ /usr/sbin/traceroute unix1.andrew.cmu.edu traceroute to unix1.andrew.cmu.edu (128.2.11.201), 30 hops max, 38 byte packets ... 8 195.ATM7-0.GW3.PIT1.ALTER.NET (152.63.36.249) 26.216 ms 26.120 ms 26.088 ms 9 psc-gw2.customer.alter.net (65.194.72.114) 28.217 ms 27.871 ms 28.211 ms 10 bar-foo.psc.net (192.88.115.1) 27.594 ms 2...
2016 Jun 05
0
inconsistent DNS information, windows domain member issues..
...; kdc = kerberos.gratuitous.org > admin_server = kerberos.gratuitous.org > } > DOOMCOM.ORG = { > kdc = kerberos.doomcom.org > admin_server = kerberos.doomcom.org > } > ANDREW.CMU.EDU = { > kdc = kerberos.andrew.cmu.edu > kdc = kerberos2.andrew.cmu.edu > kdc = kerberos3.andrew.cmu.edu > admin_server = kerberos.andrew.cmu.edu > default_domain = andrew.cmu.edu > } &g...
2009 Jan 07
1
Cannot access packages
...ited States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.8.1 > When I try to load a package ("chron" in this example) from the CMU mirror, I get the following error message: > utils:::menuInstallPkgs() --- Please select a CRAN mirror for use in this session --- trying URL 'http://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/2.8/chron_2.3-28.zip' Error in download.file(url, destfile, method, mode = "wb",...
2004 Nov 17
1
"Impossible to run" error message when using Sweave
...achievement scores. Essentially, the aim is to develop a custom report for each school. To accomplish this, I have code for a loop that gets sourced into R and then Sweaves the multiple files to create the individual school reports. Here is the code for the loop schnum.list <- as.vector(unique(cmu$schid)) for(current.school in schnum.list) { school.df <- subset(cmu, cmu$schid==current.school) school.grades <- as.vector(unique(school.df$grade)) sname <- paste(paste("read", current.school, sep=""),"Rnw",sep=".") system(...
2019 Oct 16
2
message error NT_STATUS_OBJECT_NAME_NOT_FOUND regulary in the log
...?? admin_server = kerberos.csail.mit.edu ??? ??? default_domain = csail.mit.edu ??? } ??? IHTFP.ORG = { ??? ??? kdc = kerberos.ihtfp.org ??? ??? admin_server = kerberos.ihtfp.org ??? } ??? 1TS.ORG = { ??? ??? kdc = kerberos.1ts.org ??? ??? admin_server = kerberos.1ts.org ??? } ??? ANDREW.CMU.EDU = { ??? ??? admin_server = kerberos.andrew.cmu.edu ??? ??? default_domain = andrew.cmu.edu ??? } ??????? CS.CMU.EDU = { ??????????????? kdc = kerberos-1.srv.cs.cmu.edu ??????????????? kdc = kerberos-2.srv.cs.cmu.edu ??????????????? kdc = kerberos-3.srv.cs.cmu.edu ??????????????? admin_s...