search for: dbx

Displaying 20 results from an estimated 120 matches for "dbx".

Did you mean: db
2014 Jul 09
3
error com un archivo
...6 , que son los estados deberia de darme lo mismo que Z1 que es el valor total de datos pero no se que error existe que me dan mas datos que los que hay.He comparado con el archivo en excel y los datos de na estan correctos. library(chron) library(xlsx) filename<-"monicap_50.csv" DBxy<-read.csv(filename, sep=";",header=TRUE,dec=",") DBx<-na.omit(DBxy) names(DBx)<-c("Boat","DateTime","TimeDiff", "Latitude", "Longitude", "Course", "Speed", "distNm", "calcSpeed"...
2014 Jun 04
2
error de incompatible methods
...cute mi script y funciono perfectamente y ahora volvi a ejecutarlo y me volvio a dar el mismo problema de ayer , despues de reiniciar y demas el tinnR y el R, no se si me vacila o es que tengo algo mal en realidad. Despues el error esta en los símbolos o algo com el tiempo DBfishing<- na.omit(DBx[(DBx$calcSpeed<=speedFishing & DBx$distHb>distHbRule & DBx$Time>minTime & DBx$Time<=maxTime),]) Porque lo ejecute por separado y me funcione pero al poner el tiempo no me funciona y me sale el warning message, mi pregunta es si com el tiempo hay que utilizar otros símbolos...
2014 Jun 03
3
error de incompatible methods
Hola!! Estoy intentando ejecutar un script com horas, al principio ejecute estos comandos DBx$Date<-strptime(DBx$Date, "%d-%m-%Y") ###Monicap use ; other use Y DBx$Year<-as.POSIXlt(DBx$Date)$year+1900 if(filename!="monicap_50.csv") {DBx$Time<-paste(DBx$Time, ":00", sep="")} Pero me daba el error de que mi base de datos tenia...
2007 Nov 15
1
imap process consuming 100% CPU (Dovecot 1.0.3)
...ing Thunderbird 2.0.0.6 (I think) on Solaris. On the > > client side, he see an hourglass that never goes away, has to shut > > down Thunderbird. > > > > Below is a log, which shows how the CPU is being used (the ps commands > > are done one right after another) and a dbx trace of the state of > > the imap process. I'm hoping that's enough info to figure out what's > > happening. > > > > Thanks much, > > Jackie > > --- > > Jackie Hunt > > ACNS...
2007 Apr 13
2
R on Solaris 10 x64
...ot mapped' Traceback: 1: .External("do_hdf5save", call, sys.frame(sys.parent()), fileout, ..., PACKAGE = "hdf5") 2: hdf5save(hdf5_Fstat, "Fstat", "geneNames", "genotype") aborting ... ************ We've tried many things to debug it: * dbx Runtime Checking (RTC) is not detecting any (meaningful) memory access problems that I can see. * The same on Solaris/SPARC. * Neither does Valgrind on Linux. * I've tried increasing the C stack size, assuming R could be running out of stack size. Didn't help. Running R under dbx (witho...
2002 Feb 01
3
3.0.2p1 under IRIX (coredumps)
...ild fine and tests out okay - OpenSSH builds, and then: openssh-3.0.2p1 % ./ssh -v myhost Trace/BPT/RangeErr/DivZero/Ovflow trap (core dumped) openssh-3.0.2p1 % openssh-3.0.2p1 % ls -ld core -rw-r--r-- 1 jblaine nuucp 393216 Feb 1 11:51 core openssh-3.0.2p1 % dbx ./ssh dbx version 7.3 MR 55458_Apr30_MR Apr 30 1999 13:44:41 Unable to find or process rld object list at address 0x0:( dbx internal status code 7) Core file does not correspond to executable Executable /afs/rcf.mitre.org/system/src/local/ssh/030/openssh-3.0.2p1/./ssh (dbx)...
2003 Dec 20
1
rsync "hang"
...was nothing particularly odd about the files being moved, not size nor content. They where in fact the unzip of the 8_Recommended patch set. We have been coping one partition to another in this mannor for several months using this procedure (extracted from larger procedure). echo "Copy /bk1-dbX files to /bk2-dbX" foreach DBX (db1 db2 db3) set FDIR="/bk1-$DBX/oracle" set TDIR="/bk2-$DBX/oracle" echo "Copy of $DBX files from bk1 to bk2" echo $FDIR $TDIR # rsync -rltv --delete -e ssh "$FDIR" "$TDIR" rsync -rltv -...
2011 Apr 16
2
doveadm mailbox status 2.0.12 crashes
My gdb won't cooperate and produce a backtrace so I hope this dbx stack trace gives sufficient clues as to why it crashed. It happended when I was testing a doveadm command for a user which a large collection of mboxs: # dbx doveadm (dbx) run mailbox status -u user messages \* ... long list ... igel messages=1 INBOX messages=231 doveadm(user): Panic...
2009 Apr 29
2
Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)
....3. Looking through previous versions of dovecot, I see this warning. I didn't realize this was something bad until today. My environment uses mbox/mbox-snarf plugin. The message in the logs is: local0.log.20090429:Apr 29 12:41:16 hostname dovecot: IMAP(jsiegle): Timeout leak: 1100054c0 In dbx(the AIX debugger) I see: $ dbx imap Type 'help' for help. reading symbolic information ... (dbx) gotoi 0x1100054c0 Goto address is not within current function or block. (set $unsafegoto to override) (dbx) set $unsafegoto (dbx) gotoi 0x1100054c0 stopped in cmd-append. at 0x1100054c0 0x1100...
2005 Sep 22
2
importing mails from a outlook express .dbx files
Hi, i need to import mails from outlook express .dbx files to thunderbird, kmail or and other email client. thanks.
2003 Apr 05
1
Samba 2.2.8 SEGV in rpcclient getdriver on Solaris 7
Hello I was trying to figure out how to add printer drivers manually for downloading to Windows 2000 clients and I came accross this problem. (The printer drivers were installed some time ago using an earlier version of samba 2.2.x). $ dbx /usr/local/samba/bin/rpcclient (dbx) run xxxxxxx -U yyyyyyy Running: rpcclient xxxxxxx -U yyyyyyy (process id 4735) Password: rpcclient $> enumprinters flags:[0x800000] name:[\\xxxxxxx\hpem] description:[\\xxxxxxx\hpem,HP LaserJet 4050 Series PS,HP LaserJet 4050N PS]...
2008 Jan 05
1
imap cores
Experts, (Now that I am able to run imap...) Here's what I am seeing with imap, it seems to die in the latest nightly. (tss, I am still trying to get dbx to work properly, maybe it won't, but I got some more details here.) ... 2 select "INBOX" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted. * 1 EXISTS * 0 RECENT * OK [UNSEEN 1] First unseen. * OK [...
2002 Jul 12
1
Outlook Express and "nt smb support=yes"
Hi, Has anyone working Outlook Express and "nt smb support=yes"? nt smb support=yes I can't use samba share as Outlook Express Store Root. Outlook Express can't read(?) *.dbx files and create new ones *(1).dbx *(2).dbx .after every start. nt smb support=no Outlook Express works fine, but I'm not able to create directories on shares using Win2k clients (I can with <= samba 2.2.3 (I didn't try 2.2.4)). Thanks jaro s.
2004 Sep 01
1
Omega cgi question
IRIX 6.5.22, compiled omega.0.8.1 with native MIPS compiler. omega.cgi isn't running from apache. From the log: [Wed Sep 1 10:04:36 2004] [error] [client 198.149.32.31] malformed header from script. Bad header=Caught unknown exception: /var/www/cgi- bin/omega.cgi This is with a url of http://<machine>/cgi-bin/omega.cgi?DB=/open/ When I run it from the command line with no
2010 Jan 04
1
bin/exec/R coredumps (PR#14177)
Full_Name: Jens Elkner Version: 2.10.1 OS: Solaris Submission from: (NULL) (87.188.113.172) elkner.idev2 elkner/build/R-2.10.1 > bin/exec/R -e Segmentation fault (core dumped) elkner.idev2 elkner/build/R-2.10.1 > dbx bin/exec/R core For information about new features see `help changes' To remove this message, put `dbxenv suppress_startup_message 7.7' in your .dbxrc Reading R core file header read successfully Reading ld.so.1 Reading libR.so Reading libRblas.so Reading libc.so.1 Reading libm.so.2 Reading...
2001 Jun 28
1
core dump running modreg-Ex.R (PR#1002)
.../../bin/R --vanilla < modreg-Ex.R > modreg-Ex.Rout This worked in R-1.2.3. It looks like there were a number of cosmetic changes to the modreg Fortran sources since R-1.2.3. SGI MIPSPro f90 was used to compile modreg, e.g.: f90 -OPT:IEEE_NaN_inf=ON -KPIC -O2 -c sslvrg.f -o sslvrg.o $ dbx ../../bin/R.bin dbx version 7.3 MR 55458_Apr30_MR Apr 30 1999 13:44:41 Core from signal SIGBUS: Bus error (dbx) where > 0 sslvrg(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7ffdaa38) ["/disk2/gwhite/src/R-1.3.0/src/library/modreg/src/sslvrg.f":94, 0x5fceff54] 1 sbart(0xd, 0x7ffcebc8, 0x7f...
2004 Jan 28
0
cross-realm spnego issue in 3.0.2rc1
...on flags were "-x03 -xarch=v8plusa -xchip=ultra2". I linked against openldap 2.1.22, mit-krb5 1.3.1, and cups 1.1.20 all from blastwave.com's pkg-get archive. The configure flags were: --with-pam --with-acl-support --with-ads --with-ldap --with-krb5=/opt/csw I attached to smbd with dbx in follow child on fork mode, and here's what I got: Attached to process 27186 t@1 (l@1) stopped in _libc_poll at 0xfed1ca1c 0xfed1ca1c: _libc_poll+0x0004: ta %icc,%g0 + 8 (dbx) cont detaching from process 27186 Attached to process 27621 t@1 (l@1) stopped in __fork at 0xfeeb5ec8 0xfeeb5e...
2015 Dec 15
2
Assert failure in 2.2.20: imap-fetch.c:554 (ctx->client->output_cmd_lock || ctx->client->output_cmd_lock == cmd)
...39; Maildir for files modified around this time and found: -rw------- 1 oling root 15743 Dec 14 10:54 .Deleted Messages/cur/1450099463.M318113P13582.mail,S=15743,W=16026:2,RSbcd Don't know if it's related though. Data from the core-dump / debugger: # /pkg/studio/default/bin/dbx /ifm/pkg/dovecot/default/libexec/dovecot/imap imap.2167.306 ... program terminated by signal ABRT (Abort) 0xfffffd7ffeb81eca: __lwp_kill+0x000a: jae __lwp_kill+0x18 [ 0xfffffd7ffeb81ed8, .+0xe ] Current function is default_fatal_finish 201 abort(); (dbx) where...
1999 Aug 19
1
bug: R says "Floating exception" on DEC-Alpha w/OSF1 (PR#252)
...r some demos, "help()" for on-line help, or "help.start()" for a HTML browser interface to help. Type "q()" to quit R. Floating exception (core dumped) ---------------------------------------------------------------------- So, I tried it with the debugger dbx and got this output: ---------------------------------------------------------------------- > R --debugger dbx dbx version 3.11.8 Type 'help' for help. "system.c" not defined or not active (dbx) run R : Copyright 1999, The R Development Core Team Version 0.64.0 (April 8, 19...
2008 Mar 11
3
Migrate Outlook Express mail to Thunderbird?
...my LAN 3) scp'ed recursively Documents\ and\ Settings/, 4) wiped the hard disk clean and 5) installed CentOS 5.1. No dual-boot, no prisoners, just 100% GNU/Linux :oD I managed to find the contents of the Outlook Express Mailboxes in some obscure subdirectory. It's a series of files in .dbx format. Is there any hope to convert these so I can import them into Thunderbird? Cheers, Niki