search for: 244

Displaying 20 results from an estimated 1346 matches for "244".

Did you mean: 24
2001 Sep 14
5
wine serial support
Hi, I use wine to run a terminal emulator (NetTerm). It connects to a Linux Server (it was meant to run from windows) that runs a commerce software. This Linux commerce software sends the terminal emulator escape codes to interface with a "ticket" printer attached to a serial port. The reason to go thru all this problem is that the printer has a proprietary, closed source driver for
2010 Jul 27
3
Right digits of a floating number
Hi all, I am dealing with very large numbers but I am only interested in their last digits. > 244^244 [1] Inf As far as I can tell, the largest number R can take has 308 digits (1+E308). Is there a way I could see the last digits only of 244^244? Many thanks for your help. Vincent Deluard, CFA. -- View this message in context: http://r.789695.n4.nabble.com/Right-digits-of-a-floating-number-...
2004 Aug 31
1
Problem (bug?) with vector indices
...hat the problem is on my reasoning, and I would be grateful if someone could explain me why this happens. There goes the example: > x<-seq(-2,2,0.001) > y<-rep(0,length(x)) > for (i in x){y[1000*i+2001]<-i^2} > plot(x,y) # Here I found something wrong > which(y==0) [1] 244 353 357 361 365 369 482 486 490 494 579 583 587 591 595 [16] 599 603 607 611 615 619 708 712 716 720 724 728 732 736 740 [31] 744 837 841 845 849 853 857 861 865 869 962 966 970 974 978 [46] 982 986 990 994 998 2001 > x[244] [1] -1.757 > i<-...
2018 Feb 28
1
coro transformations insert unreachable in destroy fn?
I have this input IR in the final cleanup block of my coroutine: // call the free function call fastcc void %22(%Allocator* %20, %"[]u8"* byval %4), !dbg !244 // based on whether this is an early return or a normal return, we want to // either return to the caller, or resume the handle of the awaiter br i1 %19, label %Resume, label %Return, !dbg !244 Resume: ; preds = %CheckFree %31 = load i8*, i8** %14, al...
2006 Feb 10
2
Obtaining billsecs in the dialplan after a call?
Hi, I'm stuck on a silly thing. I need to get the "billsec" CDR value after a call. But I'm finding its always 0. Here's my test code: exten => *244*,1,Dial(Local/test@custom-tests/n,,g) exten => *244*,n,Noop(after dial duration is ${CDR(duration)} billsec is ${CDR(billsec)}) exten => *244*,n,Hangup [custom-tests] exten => test,1,Answer exten => test,n,Playback(tt-somethingwrong) exten => test,n,Hangup The actual CDR record...
2010 Apr 26
2
Tapply.
...g how tapply works and getting return values I expect Data: dataframe. DF DF$Id $D $Year....... Id D Year Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 11264402000 1 1980 NA NA NA NA NA 212 203 209 228 237 NA NA 11264402000 0 1981 NA NA 243 244 NA NA NA NA 225 NA 231 NA 11264402000 1 1981 NA 251 NA 248 241 NA NA NA 235 NA NA 245 11264402000 0 1982 236 237 242 240 242 205 199 NA NA NA NA NA 11264402000 1 1982 236 NA NA 240 242 NA NA NA NA NA NA NA 11264402000 0 1983 NA 247 NA...
2005 Nov 26
4
activerecord rake test_mysql
...rb:253:in `each'' ./test/../lib/active_record/fixtures.rb:253:in `create_fixtures'' ./test/../lib/active_record/fixtures.rb:251:in `transaction'' ./test/../lib/active_record/fixtures.rb:251:in `create_fixtures'' ./test/../lib/active_record/fixtures.rb:244:in `silence'' ./test/../lib/active_record/fixtures.rb:244:in `create_fixtures'' ./test/../lib/active_record/fixtures.rb:539:in `load_fixtures'' ./test/../lib/active_record/fixtures.rb:487:in `setup_with_fixtures'' ./test/../lib/active_record/fixtures....
2012 Feb 25
1
Fw: Same problem as last time, with IPv6 off
-----Originalmeddelande----- Fr?n: "Per Gunnarsson" <per at 80-244-81-186.customer.t3.se> Till: per.gunnarsson at lappstockholm.se Datum: 2012-02-25 15:20 ?mne: [Icecast] Same problem as last time, with IPv6 off OK, this is my configuration file: <icecast> ? ?<limits> ? ? ? ?<clients>100</clients> ? ? ? ?<sources>2</sou...
2018 Sep 10
1
make check (pigeonhole)
...oundef $* ==29930== Invalid read of size 8 ==29930==??? at 0x404699: mail_raw_user_create (mail-raw.c:142) ==29930==??? by 0x40325B: test_init (test-edit-mail.c:105) ==29930==??? by 0x4036DA: test_edit_mail_concatenated (test-edit-mail.c:187) ==29930==??? by 0x524D8B1: test_run_funcs (test-common.c:244) ==29930==??? by 0x524E280: test_run (test-common.c:315) ==29930==??? by 0x402FE5: main (test-edit-mail.c:765) ==29930==? Address 0xb8 is not stack'd, malloc'd or (recently) free'd ==29930== ==29930== ==29930== Process terminating with default action of signal 11 (SIGSEGV) ==29930==? Ac...
2003 Apr 03
2
Matrix eigenvectors in R and MatLab
Dear R-listers Is there anyone who knows why I get different eigenvectors when I run MatLab and R? I run both programs in Windows Me. Can I make R to produce the same vectors as MatLab? #R Matrix PA9900<-c(11/24 ,10/53 ,0/1 ,0/1 ,29/43 ,1/24 ,27/53 ,0/1 ,0/1 ,13/43 ,14/24 ,178/53 ,146/244 ,17/23 ,15/43 ,2/24 ,4/53 ,0/1 ,2/23 ,2/43 ,4/24 ,58/53 ,26/244 ,0/1 ,5/43) #R-syntax PA9900<-matrix(PA9900,nrow=5,byrow=T) eigen(PA9900) #R-output $values [1] 1.2352970 0.3901522 -0.2562860 0.2259411 0.1742592 $vectors [,1] [,2] [,3] [,4] [,5] [1,] -0...
2013 May 30
5
[LLVMdev] compiler-rt tests in cmake?
...ocal/mnt/workspace/draco/out/release_stage2/projects/compiler-rt/lib/asan/lit_tests/Linux/Output/unpoison_tls.cc.tmp 2>&1 -- Exit Code: 1 Command Output (stdout): -- ==19600==AddressSanitizer CHECK failed: /local/mnt/workspace/draco/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc:244 "((*tls_addr + *tls_size)) <= ((*stk_addr + *stk_size))" (0xf6111030, 0xf6111000) #0 0x8069d63 (/local/mnt/workspace/draco/out/release_stage2/projects/compiler-rt/lib/asan/lit_tests/Linux/Output/unpoison_tls.cc.tmp+0x8069d63) #1 0x806d30b (/local/mnt/workspace/draco/out/release...
2010 Dec 29
2
Samba crashes & floods logfiles: "smbd/notify_inotify.c:244(inotify_handler) - No data on inotify fd?!"
...t package Samba 3.4.3) approx. 8 months ago, I have encountered 3 or 4 times a severe crash of Samba. What happens is that all over a sudden Samba floods /var/log/messages and /var/log/warn with the following message (cropped out date/time/servername, etc.): smbd[19724]: smbd/notify_inotify.c:244(inotify_handler) smbd[19724]: No data on inotify fd?! This message is being repeated until those 2 logfiles have filled up the /var partition. Samba is not responsive anymore and due to a filled up /var the whole server is malfunctioning. The only remedy that I had until today is to reboot the...
1999 Jun 08
2
Tuýrkish Character Set
...have (and all Trukish users of Samba) trouble with Turkish charactes (iso8859-9)with Samba. I saw some character definition tables in charcnv.o (in sources). I couldn't understand the logic. A part of the table for iso8859-2 is /* MSDOS Code Page 852 -> ISO-8859-2 */ update_map("\241\244\242\364\243\235\244\317\245\225\246\227\247\365"); update_map("\250\371\251\346\252\270\253\233\254\215\256\246\257\275"); update_map("\261\245\262\362\263\210\264\357\265\226\266\230\267\363"); What does these number mean? Could anybody expain please? So that I can a prep...
2018 Sep 10
0
make check (pigeonhole)
...d read of size 8 > ==29930==??? at 0x404699: mail_raw_user_create (mail-raw.c:142) > ==29930==??? by 0x40325B: test_init (test-edit-mail.c:105) > ==29930==??? by 0x4036DA: test_edit_mail_concatenated > (test-edit-mail.c:187) > ==29930==??? by 0x524D8B1: test_run_funcs (test-common.c:244) > ==29930==??? by 0x524E280: test_run (test-common.c:315) > ==29930==??? by 0x402FE5: main (test-edit-mail.c:765) > ==29930==? Address 0xb8 is not stack'd, malloc'd or (recently) free'd > ==29930== > ==29930== > ==29930== Process terminating with default action of sig...
2018 Sep 09
3
make check (pigeonhole)
Hello list, During the 'make check' (pigeonhole) portion of a building (rpmbuild) a dovecot.spec file I'm getting the following error: testsuite(root): Fatal: Couldn't drop privileges: User is missing UID (see mail_uid setting) I'm not sure how to resolve this, and any help would be appreciated to help me finish the creating the rpm -- Eric Broch White Horse Technical
2006 Apr 01
3
acts_as_taggable, wrong number of arguments
...ems = Problem.tags_count :limit => 100 I get this error: ArgumentError in Volume#index wrong number of arguments (2 for 3) RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace /usr/local/lib/ruby/gems/1.8/gems/acts_as_taggable-1.0.4/lib/taggable.rb:244:in `add_limit!'' /usr/local/lib/ruby/gems/1.8/gems/acts_as_taggable-1.0.4/lib/taggable.rb:244:in `find_tagged_with'' #{RAILS_ROOT}/app/controllers/volume_controller.rb:6:in `index'' Is there something I''m doing wrong? Thanks in advance. -- Kuba Nowak
2002 May 15
0
[Bug 244] New: Remote port forwarding on solaris 8x86 doesn't work
http://bugzilla.mindrot.org/show_bug.cgi?id=244 Summary: Remote port forwarding on solaris 8x86 doesn't work Product: Portable OpenSSH Version: 3.1p1 Platform: ix86 OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: sshd...
2002 Jul 18
0
[Bug 244] Remote port forwarding on solaris 8x86 doesn't work
http://bugzilla.mindrot.org/show_bug.cgi?id=244 ------- Additional Comments From stevesk at pobox.com 2002-07-18 15:33 ------- can anyone dup this? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Jan 07
0
[Bug 244] Remote port forwarding on solaris 8x86 doesn't work
http://bugzilla.mindrot.org/show_bug.cgi?id=244 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Co...
2015 Oct 31
2
Initialization Failed:
...Dovecot (http://arstechnica.com/information-technology/2014/03/taking-e-mail-back-part-2-arming-your-server-with-postfix-dovecot/4/) So, now I have it installed and configured (I believe the way suggested) but when I try to connect via IMAP I am getting an error. If I try : root at ip-10-0-0-244:~# telnet mail.myactualdomain.com 143 Trying 127.0.0.1... Connected to mail.myactualdomain.com. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot (Ubuntu) ready. a1 LOGIN brian at myactualdomain.com...