search for: uncoment

Displaying 17 results from an estimated 17 matches for "uncoment".

Did you mean: uncomment
2010 Oct 07
0
Tinn-R and DDE
...tils) ## Check necessary packages necessary <- c('TinnR', 'svSocket') installed <- necessary %in% installed.packages()[, 'Package'] if (length(necessary[!installed]) >=1) install.packages(necessary[!installed]) ## Load packages library(TinnR) library(svSocket) ## Uncoment the two lines below if you want Tinn-R starts always R starts ## (Observation: check the path of Tinn-R.exe) options(IDE='C:/Programs/Tinn-R/bin/Tinn-R.exe') trStartIDE() ## Set options options(use.DDE=T) ## Start DDE trDDEInstall() .trPaths <- paste(paste(Sys.getenv('APPDATA'...
2010 Sep 12
0
packages update and error: no package called 'lattice',Error: package 'Hmisc could not be loaded; Tinn-R
...============ library(utils) # check necesary packages necessary = c('TinnR', 'svSocket') installed = necessary %in% installed.packages()[, 'Package'] if (length(necessary[!installed]) >=1) install.packages(necessary[!installed], dep=T) # set options options(use.DDE=T) # uncoment the line below if you want Tinn-R starts # always R starts options(IDE='C:/Program Files/Tinn-R/bin/Tinn-R.exe') # load packages library(TinnR) library(svSocket) # start DDE trDDEInstall() .trPaths <- paste(paste(Sys.getenv('APPDATA'), '\\Tinn-R\\tmp\\', sep=''...
2005 Dec 14
0
Error when trying to view printer properties
...ling a printer shared to windows. When I go to properties on the printer I have shared I get Function address 0x606407fe caused a protection fault. (exception code 0xc0000005) Some or all property pages may not be displayed. Using HP Inkjet 1200 samba-3.0.20b edited mime.conv and mime.types and uncomented lines application/octet-stream application/vnd.cups-raw 0 - application/octet-stream ------------------------------------------------ [global] workgroup = DOMAINA netbios name = SAMBA-CUPS server string = Samba Server log file = /var/log/samba/%...
2010 Apr 30
1
Problem: packages TinnR, Hmisc, applications Tinn-R and R version 2.11.0
...ils) ## Check necessary packages necessary <- c('TinnR', 'svSocket') installed <- necessary %in% installed.packages()[, 'Package'] if (length(necessary[!installed]) >=1) install.packages(necessary[!installed]) ## Load packages library(TinnR) library(svSocket) ## Uncoment the two lines below if you want Tinn-R to always start R at start-up ## (Observation: check the path of Tinn-R.exe) #options(IDE='C:/Tinn-R/bin/Tinn-R.exe') #trStartIDE() ## Set options options(use.DDE=T) ## Start DDE trDDEInstall() .trPaths <- paste(paste(Sys.getenv('APPDATA'...
2015 Jan 26
4
imap-login: Fatal: pipe() failed: Too many open files
...r is '^]'. Connection closed by foreign host. root at WM-01 [~]$ cat /var/log/mail Jan 26 01:39:12 WM-01 dovecot: imap-login: Fatal: pipe() failed: Too many open files Jan 26 01:39:12 WM-01 dovecot: master: Error: service(imap-login): command startup failed, throttling for 4 secs If I uncoment port = 0 in POP and IMAP then it looks even worse then above. Telnet is not even closed by remote host and three of the "Too many open files" errors are showing up in maillog: root at WM-01 [~]$ telnet 127.0.0.1 143 Trying 127.0.0.1... Connected to localhost. Escape character is '...
2010 Aug 09
1
dovecot 1.2 and quota_rules from AD
...ecot: deliver(testeti at teste.mydomain): Namespace : Using permissions from /var/vmail/testeti/Maildir: mode=0700 gid=-1 Aug 9 11:41:37 vm29 dovecot: deliver(testeti at teste.mydomain): msgid=<201008091142.53089.lyra at pop-pr.rnp.br>: saved mail to INBOX There?s no quota_rule in logs... uncomenting the line quota_rule = *:storage=2M I got quota, bu only this static one, and not per-user. What I?m doing wrong? Btw... with static configuration the maildirsize file is created, but without static configuration it?s not (well.. no quota_rule...). thanks in advance, -- Christian Lyra POP...
2008 Aug 07
0
[LLVMdev] crash in JIT when running the inliner
Hi, > Today I've been trying to debug a weird bug that makes JIT crash with > certain code and when using the inliner. This may sound weird, but if I > disable the inliner, it doesn't crash. > I include an example gdb dump below. Does something looks wrong? Do you > think it's a bug in JIT or it's just some other piece of code that is > writing on the JIT
2002 Dec 26
3
windows to linux printer problem
Hello all, I know I need to read the manual but I don't even know where I need to look in the manual. I'm haveing a little bit of a problem getting XP to print to my linux printer. I've got the smb.conf file set up to allow xp to access the corect share and it even sees the printer but it apears it doesn't have permision to print to it. What might I need to do to
2008 Aug 09
1
[LLVMdev] crash in JIT when running the inliner
...would have pointers to IR that had been already freed. After fixing this problem in my code, I still get the very same problem: the program crashes when I run the inliner. Running valgrind on the program without the inliner doesn't show any error. If I run the program with the inliner (just uncoment 1 line), valgrind gives a few errors. Example of one of the errors: ==11384== Invalid read of size 4 ==11384== at 0x54B6F04: llvm::StringMapEntryBase::getKeyLength() const (StringMap.h:47) ==11384== by 0x59C6CFD: llvm::Value::getNameStr() const (Value.cpp:162) ==11384== by 0x544FE54: ll...
2010 Oct 02
2
Tinn R
Dear ALL, I am trying to run Tinn R for the first time with R. I have already selected the SDI option. When ever I run the code I get the following error: > source(.trPaths[4]) Error in source(.trPaths[4]) : object '.trPaths' not found Can any one help? Raphael
2015 Jan 26
0
imap-login: Fatal: pipe() failed: Too many open files
...n host. > > root at WM-01 [~]$ cat /var/log/mail > Jan 26 01:39:12 WM-01 dovecot: imap-login: Fatal: pipe() failed: Too > many open files > Jan 26 01:39:12 WM-01 dovecot: master: Error: service(imap-login): > command startup failed, throttling for 4 secs > > > > If I uncoment port = 0 in POP and IMAP then it looks even worse then > above. Telnet is not even closed by remote host and three of the "Too > many open files" errors are showing up in maillog: > > > > root at WM-01 [~]$ telnet 127.0.0.1 143 > Trying 127.0.0.1... > Connected t...
2008 Aug 06
2
[LLVMdev] crash in JIT when running the inliner
Hi, Today I've been trying to debug a weird bug that makes JIT crash with certain code and when using the inliner. This may sound weird, but if I disable the inliner, it doesn't crash. I include an example gdb dump below. Does something looks wrong? Do you think it's a bug in JIT or it's just some other piece of code that is writing on the JIT memory?.. I don't really know
2015 Jan 26
0
imap-login: Fatal: pipe() failed: Too many open files
...n host. > > root at WM-01 [~]$ cat /var/log/mail > Jan 26 01:39:12 WM-01 dovecot: imap-login: Fatal: pipe() failed: Too > many open files > Jan 26 01:39:12 WM-01 dovecot: master: Error: service(imap-login): > command startup failed, throttling for 4 secs > > > > If I uncoment port = 0 in POP and IMAP then it looks even worse then > above. Telnet is not even closed by remote host and three of the "Too > many open files" errors are showing up in maillog: > > > > root at WM-01 [~]$ telnet 127.0.0.1 143 > Trying 127.0.0.1... > Connected t...
2009 Feb 02
2
Upgrading to TINN - R 2.1.1.6
I know this has been addressed before, but I'm still confused by the solution. When running TINN - R (ver 2.1.1.6) with R (2.8.0) I have lost the functionality of TINN-R It returns an error source(.trPaths[5], echo=TRUE, max.deparse.length=150) I modified the RProfile.site file as follows: options(pager="interal") .trPaths=c( 'C:/Documents and
2003 Nov 10
12
PDC
Hi, im using a WinXP Pro with samba 2.2.8, i have configured samba according the the online book - Using Samba, 2ed, O'Reilly & Associates and the system is generating the following error when i try to logon: [2003/11/10 21:20:13, 3] smbd/oplock.c:init_oplocks(1214) open_oplock_ipc: opening loopback UDP socket. [2003/11/10 21:20:13, 3] lib/util_sock.c:open_socket_in(813) bind
2007 Apr 30
1
Networkbrige is not working
In spite of reading howtos and this mailing list now for several weeks, I am still not able to get the network of my winXP guest connected to the host (opensuse 10.2) or the external network. There are some network interfaces missing on my host (peth0, vif0.0). ifconfig: eth0 Protokoll:Ethernet Hardware Adresse 00:18:8B:B3:1A:AC inet Adresse:192.168.0.66 Bcast:192.168.0.255
2006 Aug 31
7
Core 2 Duo
Am considering a new laptop, and I wonder if anyone here can share their Xen experiences with the newest Core 2 Duo CPUs, ref http://www.intel.com/products/processor/core2duo/specifications.htm The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors doesn''t include any Core 2 Duos. Does that mean that people have had problems, or is the wiki just not up to date? I gather