Displaying 6 results from an estimated 6 matches for "itemp".
Did you mean:
temp
2014 Sep 15
1
Debug an R windows (Fortran) DLL within R with gdb?
...al/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -lgfortran -LF:/ProgramFiles/R/R-3.1.1/bin/i386 -lR
Here is the contents of the file ?main.f
-----------------------------------------
? ? ? SUBROUTINE NGCD(NA, NB, NGCDO)?
? ? ? ? IA = NA
? ? ? ? IB = NB
? ? 1 ? IF (IB.NE.0) THEN
? ? ? ? ? ITEMP = IA
? ? ? ? ? IA = IB
? ? ? ? ? IB = MOD(ITEMP, IB)
? ? ? ? ? GOTO 1
? ? ? ? END IF
? ? ? ? NGCDO = IA ?
? ? ? ? RETURN
? ? ? END
Thank you,
Andre Mikulec
Andre_Mikulec at Hotmail.com
2006 Jun 13
1
strange behaviour: connecting to mysql, but no queries after upgrade on ubuntu...
hi all,
I'm having trouble using dovecot with mysql after upgrading to 1.0.beta3 on
ubuntu. according to the mysql log, dovecot connects but doesn't issue any
queries..
any hints what might be wrong or where I should look?
--
Cheers,
Nikl
2005 Jul 09
1
apcsmart varibles
...8.0 Minutes
MBATTCHG : 5 Percent
MINTIMEL : 3 Minutes
MAXTIME : 0 Seconds
MAXLINEV : 113.4 Volts
MINLINEV : 112.2 Volts
OUTPUTV : 112.8 Volts
SENSE : High
DWAKE : 000 Seconds
DSHUTD : 020 Seconds
DLOWBATT : 02 Minutes
LOTRANS : 103.0 Volts
HITRANS : 132.0 Volts
RETPCT : 000.0 Percent
ITEMP : 44.5 C Internal
ALARMDEL : 5 seconds
BATTV : 27.3 Volts
LINEFREQ : 60.0 Hz
LASTXFER : Line voltage notch or spike
NUMXFERS : 0
TONBATT : 0 seconds
CUMONBATT: 0 seconds
XOFFBATT : N/A
SELFTEST : NO
STESTI : ON
STATFLAG : 0x008 Status Flag
DIPSW : 0x0F Dip Switch
REG3 : 0x00 Registe...
2009 Feb 10
2
"failed to map segment from shared object: Cannot allocate memory"
>From /var/log/auth.log (Dovecot 1.1.4 on Ubuntu 8.10):
Feb 10 08:29:06 home dovecot-auth: PAM unable to dlopen(/lib/security/pam_ck_connector.so): libdbus-1.so.3: failed to map segment from shared object: Cannot allocate memory
Feb 10 08:29:06 home dovecot-auth: PAM adding faulty module: /lib/security/pam_ck_connector.so
English, please? :) Strangely, it seemed to disappear after increasing
2010 May 07
2
Problems with the IMAP proxy after upgrading from dovecot 1.1.16 to 1.211
...='uid';
May 7 14:47:42 ttt dovecot: auth(default):
worker-server(uid,yyy.yyy.yyy.yyy): Aborted: Lookup timed out
May 7 14:47:42 ttt dovecot: auth-worker(default): mysql: Connected to
lll.lll.lll.lll (imapauth)
May 7 14:47:44 ttt dovecot: auth(default): client out:
FAIL^I1^Iuser=uid^Itemp
May 7 14:47:49 ttt dovecot: imap-login: Disconnected (auth failed, 1
attempts): user=<uid>, method=PLAIN, rip=yyy.yyy.yyy.yyy,
lip=xxx.xxx.xxx.xxx, TLS
May 7 14:48:26 ttt dovecot: auth(default): new auth connection: pid=5159
May 7 14:48:47 ttt dovecot: auth(default): client in:
AUTH^...
2003 Jun 14
4
problem installing packages from source on win2k
...gcvcss.f:61: warning: `best' might be used uninitialized in this function
gcvcss.f:63: warning: `trbest' might be used uninitialized in this function
gcvfc.f: In function `gcvfc':
gcvfc.f:18: warning: unused variable `rinf'
rkmat.f: In subroutine `rkbesl':
rkmat.f:212: warning: `itemp' might be used uninitialized in this function
hhc: not found
cp: cannot stat `c:/tmp/R.INSTALL/fields/chm/fields.chm': No such file or directory
make[1]: *** [chm-fields] Error 1
make: *** [pkg-fields] Error 2
#########################################
STDOUT:
---------- Making package fi...