similar to: Full mail

Displaying 20 results from an estimated 100 matches similar to: "Full mail"

2010 Jan 14
1
Fonts installed but reported as missing
Hi, I am getting the trouble, the .net 2.0 application reports verdana font is missing though it is installed: ~$ ll ~/.wine/drive_c/windows/Fonts/Verdana* -rw-r--r-- 1 phaoost phaoost 136032 2010-01-15 00:16 /home/phaoost/.wine/drive_c/windows/Fonts/Verdanab.TTF -rw-r--r-- 1 phaoost phaoost 154264 2010-01-15 00:16 /home/phaoost/.wine/drive_c/windows/Fonts/Verdanai.TTF -rw-r--r-- 1 phaoost
2017 Apr 04
0
[Bug 1143] New: physdev extension not working
https://bugzilla.netfilter.org/show_bug.cgi?id=1143 Bug ID: 1143 Summary: physdev extension not working Product: iptables Version: 1.4.x Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: iptables Assignee: netfilter-buglog at
2006 Feb 02
1
tdb corruption
Hi guys - I'd really like to straighten the fiollowing errors out. Any ideas? Feb 2 09:01:58 primary smbd[8041]: [2006/02/02 09:01:58, 0] smbd/connection.c:register_message_flags(220) Feb 2 09:01:58 primary smbd[8041]: register_message_flags: tdb_fetch failed Feb 2 09:02:41 primary smbd[8467]: [2006/02/02 09:02:41, 0] smbd/connection.c:register_message_flags(220) Feb 2 09:02:41
2010 Sep 27
2
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
I am new to LLVM but have perused the code alongside using llvm-gcc and CLANG to build ARM EABI objects. Based on this superficial analysis it appears that LLVM currently does not support the ARM Exception Handling ABI (as defined under the EABI). Can anyone comment on whether plans are in place to remedy this? I did see the discussion regarding work on the MC for ARM. Will this work include
2006 Jan 16
0
FW: Exited non-zero
I am working on this app to dial two external numbers. The second is dialed after the first hangs up. I have simplified things down to: exten => 3852,1,Dial(zap/g1/3964,10,g) exten => 3852,2,Wait(2) exten => 3852,3,Dial(zap/g1/7757,10,g) exten => 3852,4,Hangup Here is the debug: -- Accepting call from '0000000000' to '3852' on channel 0/23, span 1 --
2012 Oct 28
1
Tabular datos de Encuesta Continua de Hogares
Buenas, tengo la siguiente inquietud. Tengo un data frame con los microdatos de la ECH de mi pais. He realizado un cuadro sin problemas en excel pero me gustaria una rutina de R para poder generar la tabla. El data.frame se llama ECH2009. Cuenta con las siguientes variables para este caso: idhogar region estrato integranteshogar expansor ingpercapsvl Computador TvAbonado Internet 1 capital 1 2
2006 Jan 12
3
Bridging app
Hi All- I am trying to create a post call survey application. I would like to: 1. ask the caller if they want to take a survey after their call completes 2. If no, just transfer the call 3. if yes, 4. bridge up another extension 5. wait for that extension to hang-up 6. have the system (not the user) transfer the call to different extension that administers an IVR based survey. Anyone
2003 Apr 10
2
exited non-zero
I've been beating myself up over this script but clearly I'm missing something. If I enter an extension like 101 it rings through fine, but if I pick 2 for sales it hangs up with this message: == Spawn extension (sales, s, 1) exited non-zero on `Zap/1-1' Since I'm not sure what that exacly means I cannot take appropriate action. Any help would be appreciated. [default]
1999 Oct 23
1
greek letters and deparsing in title
Dear All, In the title of a plot, I would like to mix greek letters with numbers, where the numbers are obtained from a particular function to a vector (e.g., max(x)); in each call, the value of this vector can change. Without greek symbols I use something like: title(sub=paste("x1=", deparse(x[1]),"beta = ",deparse(max(x)), "rho = ", deparse(min(x)))) but I'd
2010 Sep 27
0
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
On Mon, Sep 27, 2010 at 8:50 AM, Dennis Taul <dtaul at codeaurora.org> wrote: > > I am new to LLVM but have perused the code alongside using llvm-gcc > and CLANG to build ARM EABI objects. > > Based on this superficial analysis it appears that LLVM currently does > not support the ARM Exception Handling ABI (as defined under the > EABI). > > Can anyone comment on
2000 Jun 14
1
pdf documentation from a package and date format
Dear All, When generating pdf documentation for a package (using R CMD Rd2dvi --pdf), is there a way to get the date to use the typical international standard of day month year instead of the US one of month day, year? Thanks, Ramon -- Ramón Díaz-Uriarte Dept. Zoology and Statistics University of Wisconsin-Madison Madison, WI 53706-1381 email: rdiazuri at students.wisc.edu (NOTE: starting
2000 Mar 16
1
stepAIC and coxph objects with cluster(id)
Is it appropriate to use stepAIC (library MASS) with coxph objects (from library survival5) that use "cluster(id)"? It is my understanding that, when using "cluster(id)", we can test for sets of terms by using the methods in Wei et al., (1989; JASA, 84: 1065-1073), or as explained in pp. 53 and ff. of the survival.ps document. But if we use a likelihood ratio test instead
2000 Jun 15
1
prcomp help: is this a typo?
Dear All, The help for prcomp, under "Value" says: sdev: the standard deviation of the principal components (i.e., the eigenvalues of the cov matrix, though the calculation is actually done with the singular values of the data matrix). The way I read it, it implies that the sdev are the eigenvalues, but I think that sdev is actually the square root of the
2015 Nov 20
3
usbhid-ups dying, consistently
This issue has been occurring for years on my setup. OS: Gentoo most recent kernel: 4.1.12 UPS: Eaton Powerware 9130 rackmount 2000kVA, connected via USB The upsdrv service dies and must be restarted several times a day. Zero output to dmesg or any other log other than failed reattempts reporting no such file or directory errors. "/lib64/nut/usbhid-ups -DDD -q -a powerware" exited 1
2012 Oct 29
0
Tabular datos de Encuesta Continua de Hogares}
> Buenas, tengo la siguiente inquietud. > Tengo un data frame con los microdatos de la ECH de mi pais. He realizado > un cuadro sin problemas en excel pero me gustaria una rutina de R para > poder generar la tabla. El data.frame se llama ECH2009. Cuenta con las > siguientes variables para este caso: > > idhogar region estrato integranteshogar expansor ingpercapsvl Computador
2000 Nov 06
1
openssh-2.1.1p1 on HP-UX 11.00: processes hanging around
Hello, I'm unsure what kind of problem this is, but If I use eval $(ssh-agent) ssh-add scp ... (several times) ssh-add -D exit There are many ssh processes around in the system: UID PID PPID C STIME TTY TIME COMMAND root 4266 1 0 11:33:56 pts/0 0:00 /usr/local/bin/ssh -x -oFallBack ToRsh no -oFallBackToRsh no root 1876 9788 0 11:11:26 ? 0:01
2004 Nov 20
1
Asterisk dead but pid file exists - gdb asterisk core.13089
Dear ALL, Any clues or tips for the following gdb messages. [root@localhost asterisk]# uname -a Linux localhost 2.4.22-1.2115.nptlsmp #1 SMP Wed Oct 29 15:30:09 EST 2003 i686 i686 i386 GNU/Linux localhost*CLI> show version Asterisk CVS-HEAD-09/22/04-11:19:09 built by root@localhost on a i686 running Linux [root@localhost asterisk]# gdb asterisk core.13089 GNU gdb Red Hat Linux
2000 Jul 05
3
recommended linux environment for R
Hello, I'd like to ask whether there is a prefered linux distribution for use with R (Suse, Redhat, Debian) and what fortran compiler is recommended (f77 or f2c)? Thank you -- Dr. Jens Oehlschl?gel Analyse BBDO InterOne Gr?nstr. 15 40212 D?sseldorf Tel.: +49 (0)211 1379-187 Fax.: +49 (0)211 1379-461 http://www.bbdo-interone.de
2000 Jun 20
2
# of users of R, and biological examples of the use of R
Dear All, With a colleague we are writing a paper where we show how R is a very nice tool to deal with some issues in the analyses of data in evolutionary biology. For the intro, I wonder if 1) Anybody has any rough idea of how many people might be using R or how many people have downloaded R, or similar (I am aware answering this question might require divinatory powers...). 2) Have/are any
2011 Mar 08
5
warnings from 2.0.11
During a stress test dovecot-2.0.11 logs many warnings: Mar 8 06:19:52 gromit dovecot[59204]: imap(pid 68864 user user15): Warning: /Volumes/Mail/user15/dovecot-uidlist: Duplicate file entry at line 183: 1299556557.M571530P31883.gromit.example.com,S=21175,W=21549 (uid 67 -> 250) Mar 8 06:20:10 gromit dovecot[59204]: imap(pid 68865 user user34): Warning: /Volumes/Mail/user34/dovecot-uidlist: