search for: test5

Displaying 20 results from an estimated 105 matches for "test5".

Did you mean: test
2011 Jun 10
0
Rails 3.1 RC4 with jruby-1.6.2 and stream-renderer missing constant Fiber
...he railscast http://asciicasts.com/episodes/266-http-streaming to have streaming. calling the http://localhost:3000/users ends up with following error: [INFO] NameError (uninitialized constant ActionView::StreamingTemplateRenderer::Fiber): [INFO] /home/kristian/projects/sandbox/rails3.1/rails3.1-test5/ target/rubygems/gems/actionpack-3.1.0.rc4/lib/action_view/renderer/ streaming_template_renderer.rb:71:in `delayed_render'' [INFO] /home/kristian/projects/sandbox/rails3.1/rails3.1-test5/ target/rubygems/gems/actionpack-3.1.0.rc4/lib/action_view/renderer/ abstract_renderer.rb:33:in `instr...
2008 Oct 16
0
(no subject)
...on a share, I can update them but I can't write on special occasions. And because of this thunderbird (with a remote profile) does not work as well. Look, I can create a file, write to it but can't create a new file in place of an old one: [CODE]martel@nebula:~$ echo agata > Shared/test5.txt martel@nebula:~$ cat Shared/test5.txt agata martel@nebula:~$ echo agata > Shared/test5.txt bash: Shared/test5.txt: Not a directory martel@nebula:~$ echo agata >> Shared/test5.txt martel@nebula:~$ cat Shared/test5.txt agata agata martel@nebula:~$ echo agata > Shared/test5.txt bash: S...
2007 Sep 14
2
Problems with quota dict in 1.1.alpha4
Hello, there are problems with quota dict when multiple dovecot deliver processes are launched in parallel. It can be reproduced by sending a mail with multiple different recipients - the mail is delivered OK to all recipients, but the quota are not updated correctly in sql. I looked at the code and it seems that the problem is somewhere in dict cache. If I configure in Postfix max number of
2006 Mar 13
0
R_alloc problem (Mac OSX)
...drawn to line #2 in the gdb 'where' output, but line #1 seems sensible so I may just be displaying my ignorance by drawing attention to this. Q: Can anyone advise as to how I should proceed? $ R --version R 2.2.1 (2005-12-20). Copyright (C) 2005 R Development Core Team $ gcc -g -o test5 test5.c -I/library/Frameworks/R.framework/Versions/ 2.2/Resources/include/ -L/library/Frameworks/R.framework/Versions/2.2/ Resources/lib/ -lR -lm /usr/bin/ld: warning multiple definitions of symbol _signgam /library/Frameworks/R.framework/Versions/2.2/Resources/lib//libR.dylib (lgamma.lo) defini...
2006 Mar 15
1
R_alloc problem on Mac OSX (PR#8683)
...#39;where' output, but line #1 seems sensible so I may just be displaying my ignorance by drawing attention to this. I wonder, is there something I should be doing first, to initialize memory? ...... $ R --version R 2.2.1 (2005-12-20). Copyright (C) 2005 R Development Core Team $ gcc -g -o test5 test5.c -I/library/Frameworks/R.framework/Versions/2.2/Resources/include/ -L/library/Frameworks/R.framework/Versions/2.2/Resources/lib/ -lR -lm /usr/bin/ld: warning multiple definitions of symbol _signgam /library/Frameworks/R.framework/Versions/2.2/Resources/lib//libR.dylib(lgamma.lo) definition o...
2009 Jul 17
0
Rsync problem : stops unexpectedly
...ment : It's seems to stop to send datas. Here an example of Rsync's error between my server "*.8*" and "*.22*" (with the file "port-stagiaire.htm" ~20Ko ) #> rsync -avvvv --timeout=60 /volume1/old/port-stagiaire.htm root at 192.168.0.8:/volume1/NetBackup/test5 *cmd=<NULL> machine=192.168.0.8 user=root path=/volume1/NetBackup/test5 cmd[0]=ssh cmd[1]=-l cmd[2]=root cmd[3]=192.168.0.8 cmd[4]=rsync cmd[5]=--server cmd[6]=-vvvvlogDtpre.iLs cmd[7]=--timeout=60 cmd[8]=. cmd[9]=/volume1/NetBackup/**test5 opening connection using: ssh -l root 192.168.0.8 r...
2009 Jul 15
0
Rsync stops in the middle of a transfer
...It's seems to stop to send informations. Here an example of Rsync's error between my server "*.8*" and "*.22*" (with the file "port-stagiaire.htm" ~20Ko ) #> rsync -avvvv --timeout=60 /volume1/old/port-stagiaire.htm root at 192.168.0.8:/volume1/NetBackup/test5 *cmd=<NULL> machine=192.168.0.8 user=root path=/volume1/NetBackup/test5 cmd[0]=ssh cmd[1]=-l cmd[2]=root cmd[3]=192.168.0.8 cmd[4]=rsync cmd[5]=--server cmd[6]=-vvvvlogDtpre.iLs cmd[7]=--timeout=60 cmd[8]=. cmd[9]=/volume1/NetBackup/**test5 opening connection using: ssh -l root 192.168.0.8 r...
2008 Apr 25
1
samba and openldap authentication issues!
...ey also are a local user. for example, kylec exists both locally and in smbldap-users, his smb passwd is differnt from his local passwd. Code: [root@beedril samba]# smbldap-userlist uid |username 0 |root 999 |nobody 1000 |kylec 1001 |test 1002 |test1 1003 |test2 1004 |test3 1005 |test4 1006 |test5 1007 |test6 1008 |test7$ 1009 |test8$ 1010 |test9 here is log output from samba when kylec connects Code: kyle@kyle-laptop:~$ smbclient //10.0.0.218/clients -U kylec Password: Domain=[WINIX] OS=[Unix] Server=[Samba 3.0.25b-1.el5_1.4] smb: \> quit [2008/04/24 17:33:49, 2] passdb/pdb_ldap.c:...
2007 Oct 30
1
postscript(), used from a pre R-2.6.0 workspace
I find that if start R-2.6.0 in a workspace with no .RData file, load one of my workspaces from R-2.5.1 or earlier into R-2.6.0, and then before doing anything else type postscript(file="z.ps"), I get:: > ls() character(0) > load(url("http://www.maths.anu.edu.au/~johnm/r/test5.RData")) > postscript(file="z.ps") Error in postscript(file = "z.ps") : Invalid font type In addition: Warning messages: 1: closing unused connection 3 (gzcon(http://www.maths.anu.edu.au/~johnm/r/test5.RData) ) 2: In postscript(file = "z.ps") : font family...
2014 Oct 19
1
Writing UTF8 on Windows
....txt") test4.txt: UTF-8 Unicode text, with CRLF line terminators > readLines("test4.txt", encoding="UTF-8") [1] "Z?rich" However useBytes is definitely not ignored either, because disabling it will (now correctly) write latin1 again: > con <- file("test5.txt", open="w", encoding = "latin1") > writeLines(string, con, useBytes = FALSE) > close(con) > system("file test5.txt") test5.txt: ISO-8859 text, with CRLF line terminators > readLines("test5.txt", encoding="UTF-8") [1] "Z\xfc...
2011 Aug 14
3
cant mount degraded (it worked in kernel 2.6.38.8)
# uname -a Linux dhcppc1 3.0.1-xxxx-std-ipv6-64 #1 SMP Sun Aug 14 17:06:21 CEST 2011 x86_64 x86_64 x86_64 GNU/Linux mkdir test5 cd test5 dd if=/dev/null of=img5 bs=1 seek=2G dd if=/dev/null of=img6 bs=1 seek=2G losetup /dev/loop2 img5 losetup /dev/loop3 img6 mkfs.btrfs -d raid1 -m raid1 /dev/loop2 /dev/loop3 btrfs device scan btrfs filesystem show Label: none uuid: d7ba6c4e-04ed-49f5-88cd-8432c948e822 Total device...
2003 Sep 10
1
ext3 dead after testing 2.6.0-test5
Hi! I was testing 2.6.0-test5, but got lots of journal aborted errors. Then I Sysrq-s/u/b and wanted to boot 2.4.23-pre3 or 2.4.22, but ext3 error: cannot find root fs cannot mount because of unsupported optional feature (4) after trying to mount it with ext2 (rootfstype=ext2, not working) I rebooted again into 2.4.22, thi...
2003 Apr 16
2
0.99.9-test5
- Fixed startup crashing in POP3 server - Several fixes to opening index file which needs to be rebuilt. Before it didn't always rebuild the index but just fallbacked to using only memory, and that could have been quite slow since all mails in the mailbox were opened and parsed. - If there's nothing in mail_cache_fields, index rebuilding doesn't open the file anymore. This should
2003 Aug 11
1
0.99.10-test5
Again at http://dovecot.procontrol.fi/test/ if someone wants to test it. - new index file code should work now - mbox support is completely broken - caching isn't very smart yet. it always caches only what client requested at the time - header caching might have some problems actually now that I think of it.. I was anyway going to change a bit how it worked.
2011 Oct 23
3
How to create a new variable based on parts of another character variable.
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111023/ae046d6a/attachment.pl>
2007 Nov 13
16
mongrel startup fails now: already initialized constant OPTIONS
...ast night and updated some gems and now mongrel doesn''t work: MacOS 10.4.10 $ ruby --version ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin8.10.1] $ gem list rails *** LOCAL GEMS *** rails (1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.6) Here''s a simple test: $ rails test5 create ... $ cd test5 $ script/server => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3000 **...
2012 Jun 02
2
How can I export a paired t-test output table to an excel file?
...to export a paired t-test output table (see below) to an excel file? Jason, with(score2,pairwise.t.test(values,ind, + p.adjust.method="holm", paired=T)) Pairwise comparisons using paired t tests data: values and ind test1 test2 test3 test4 test5 test6 test1 1.0000 - - - - - test2 1.0000 1.0000 - - - - test3 1.0000 1.0000 1.0000 - - - test4 0.2110 0.4331 0.3402 0.0780 - - test5 8.2e-08 1.4e-05 6.7e-05 1.3e-05 3.1e-06 -...
2006 Dec 12
1
strings as factors
...quot;factor" "oldClass" >test4 <-expand.grid(ID = 1:2, sex = I(c('male','female'))) >is(test4[,2]) [1] "factor" "oldClass" >options(stringsAsFactors = FALSE) >options("stringsAsFactors") $stringsAsFactors [1] FALSE >test5 <-expand.grid(ID = 1:2, sex = I(c('male','female'))) >is(test5[,2]) [1] "factor" "oldClass" is there anyway I can get sex to be a character? Arnab _________________________________________________________________ Visit MSN Holiday Challenge for your c...
2008 Oct 31
0
Desktop-operations in Metacity and Compiz.
...ut algorithms that work both in flat Metacity and Compiz VMs. Please study and test-run the code and give your best opinions. The tests area: TEST1: Get number of desktops. TEST2: Get desktop names. TEST3: Get the current desktop number. TEST4: Move to the last desktop, sleep(2) and come back. TEST5: Get the desktop number for a spesific Window ID. (Requires you to modify the code (in TEST5) and change the window_id= to a correct value. Use xwininfo command to find out window-id for any window you like), then recompile and run. The test code (desk-test.c) is available from http://www.futurede...
2010 Jan 15
1
Using multicore with an open pdf device results in corrupt pdf (PR#14186)
The attached code produces corrupted pdfs (test2.pdf, test4.pdf and test5.pdf). The resulting pdf depends on how many cores are available on the machine. I don't see why there should be any difference between the pdfs (exept for the timestamp). Doing many operations involving mclapply can increase the size of the resulting pdf by ten times! Thank you for checking...