search for: sato

Displaying 20 results from an estimated 51 matches for "sato".

Did you mean: sat
2010 Oct 24
1
Optimize parameters of ODE Problem which is solved numeric
Hi, I have a data-matrix: > PID sato hrs fim health 214 3 4.376430 6.582958 5 193 6 4.361825 3.138525 6 8441 6 4.205771 3.835886 7 7525 6 4.284489 3.245139 6 6806 7 4.168926 2.821833 7 5682 7 1.788707 1.212653 7 5225 6 1.651463 1.436980 7 4845 6 1.692710 1....
2007 Sep 19
1
v1.1 alpha6: Log synchronization error ... Append with UID 0
...this reason in that source code. Hum... I think why the deliver is not using a 'MAILBOX_TRANSACTION_FLAG_ASSIGN_UIDS' flag. # deliver/deliver.c:142::deliver_save() function - calling mailbox_transactio n_begin() The imap's COPY/APPEND commands is using this flag. Thanks. -- Asuka Sato ========================================================= [syslog] ------------------------- Sep 18 14:04:41 host212 deliver(asuka.sato at example.jp): \ Log synchronization error at seq=2,offset=208 \ for /var/mss/example.jp/p001/mail/dovecot.index: \ Append with UID 0, but next_uid =...
2019 Aug 03
3
conflicting builtins in clang with musl (stddef.h)
Hello there, I'm building a Linux distribution based on musl and LLVM as default toolchain (including lld/libc++/libc++abi/libunwind rather than GNU). For most of the time this works pretty well. However I'm having troubles with few packages, webkit for instance fails because of max_align_t being redeclared in musl's stddef.h I see that stddef.h is provided by both musl and in the
2011 Aug 04
3
[Q] VmError: Disk isn''t accessible with tap2:tapdisk:vhd
...ges/xen/xend/XendDomainInfo.py", line 3285, in _configureBootloader bootloader_args, kernel, ramdisk, args) File "/usr/lib64/python2.6/site-packages/xen/xend/XendBootloader.py", line 44, in bootloader raise VmError(msg) VmError: Disk isn''t accessible -- Hiroyuki Sato _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Apr 29
1
Analysis and graphics by groups
...also need fitting a line to the nDMTRBgm2~nDMTRBgm2.T.1 data using the same model above. I've used plotfit to do that with one nlm data set. Is it possible to fit each group trend line and data with different colours/symbols in one same graphic? Thank you, Cristiano -- Cristiano Yuji Sasada Sato Doutorando Programa de Pós-Graduação em Ecologia e Evolução - IBRAG / UERJ Laboratório de Ecologia de Rios e Córregos Departamento de Ecologia - Universidade do Estado do Rio de Janeiro [[alternative HTML version deleted]]
2004 Sep 02
2
How let SIP clients connect directly?
I use tips from Voip-info but doesn't work yet. canreinvite=yes in sip.conf rgds Sato --------------------------------- Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040902/fbf4cf74/attachment.htm
2011 Feb 25
1
wine-1.3.14 working on Solaris 11 Express
...://twitpic.com/42u61h I operated by backout the fix. libwine: Reserve some low memory space even without a preloader. http://www.winehq.org/pipermail/wine-cvs/2009-October/061016.html To our regret, what it is effective in this operation is not understood. Please enjoy. Thanks, Kazuyuki Sato
1998 Sep 30
1
Windows NT in portuguese
...station" (this is my translation from portuguese). The TCPIP connection sound good as long as I can use telnet, ftp, X windows emulator from this workstation. We have PCs with Windows NT (in english) and Windows 95 (in portuguese), and all are working fine. Any guess? Prof. Hedison Kiuity Sato Fone: 55(71) 237-0408 E-Mail: sato@pppg.ufba.br Fax: 247-3004 **************************************************************************** Federal University of Bahia Research Center in Geophysics and Geology ****************************************************...
2007 Apr 03
0
[Sybase Adaptor] find_by_xxx does not work correctly.
...:string column t.column :last_name, :string t.column :first_name,:string >> User.find(1) => #<User:0x2abe232a68e8 @attributes={"code"=>"1", "id"=>"1", "first_name"=>"hiroyuki", "last_name"=>"sato"}> code data only include number >> User.find_by_code("1") ActiveRecord::StatementInvalid: RuntimeError: SQL Command Failed for User Load: SELECT * FROM users WHERE (users.[code] = 1) This SQL should be quote like this SELECT * FROM users WHERE (users.[code] = "1&qu...
2012 Apr 05
2
problem to configuration dovecot and postfix
Hi, I'm having a problem with dovecot and postfix. I'm using a dovecot version 2.0.13. Postfix (Version: 2.8.5) config is changed according to the http://wiki2.dovecot.org/LDA/Postfix: I have thought to build a virtual user and virtual mailbox, and use the functionality of the Sieve. However, when the test set, the mail not received the mailbox. Record that there was a "temporary
2003 May 08
1
NFS problem?
...fsclient.1731995803 > nfsserver.nfs: 1472 write [|nfs] (frag 33263:1480@0+) 23:44:43.050506 truncated-ip - 2 bytes missing! nfsserver > nfsclient: udp (frag 33263:224@1480) Did anyone experience this symptom? I tried NetBSD/sparc64 as a NFS client, but got the same result. -- | Hiroki SATO <hrs@eos.ocn.ne.jp> / <hrs@FreeBSD.org>
2009 Nov 30
2
em interface slow down on 8.0R
Hi, I noticed that network connection of one of my boxes got significantly slow just after upgrading it to 8.0R. The box has an em0 (82547EI) and worked fine with 7.2R. The symptoms are: - A ping to a host on the same LAN takes 990ms RTT, it reduces gradually to around 1ms, and then it returns to around 1s. The rate was about 2ms/ping. - The response is quite slow, but no packet
2017 Mar 16
2
[GSoC] Project Proposal: Parallel extensions for llvm analysis and transform framework
...uential order of statements in the IR of a parallel program. Lifting such constraints can provide better optimization chances even for already existing sequential passes. For an example of using such pass, see point 3 below. 2 - Redundant barrier removal: ---------------------------------------- Satoh et al. [7] developed a memory synchronization analysis algorithm. At each synchronization point n, the algorithm calculates 2 sets: (1) WSync(n): is the set of definitions/writes that may need to be synchronized at n. (2) RSync(n): is the set of uses/reads that may need to be synchronized at n....
2007 Mar 20
2
Logon script change failure
I've got a bunch of servers which for a long time now have provided domain logon scripts of the form %u.bat or %m.bat I've recently created a more capable logon script in Kixtart and have changed smb.conf to launch it for all users as just logon.bat So no more per-machine or per-user scripts, everybody runs the same one, and inside it it does per-machine and/or per-user things. At maybe
2018 Jan 27
0
New package IndexNumR: A package for computation of index numbers
Hello useRs, A new package, IndexNumR, has been released on CRAN. IndexNumR provides a set of functions for computing various bilateral and multilateral indices. It is designed to compute price or quantity indices over time. Bilateral indices include Laspeyres, Paasche, Fisher, Tornqvist, Sato-Vartia, Walsh and CES, as well as elementary indices Dutot, Carli, Harmonic mean, CSWD and Jevons. All of these bilateral indices can be computed as period-on-period, fixed-base or chained. Multilateral indices can be computed in the time series context using the GEKS methodology, and updating is...
2000 Jul 11
0
No subject
...igning values to specific elements of an array from functions. For example, if I were using the array x in the main function, I could not change x[1,2] from a helper function. I used <<-, but that did not seem to work. If you know what I am doing wrong, please help me. Thank you. Tomo Sato -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2004 May 18
1
How can I dial (0 + telephone number)
I connect Asterisk to my analog PBX using X100P. In my analog PBX, I need to dial 0 (zero) to pick up the line. How can I use Dial command to dial (0 + telephone number) directly? I used exten => 10,1,Answer() exten => 10,2,Dial(Zap/1/0) exten => 10,3,Hangup It works, but I need to dial 10 and after the ring tone, the telephone number How can I do?
2004 Jul 07
1
X100P don´t answer sometimes
What can I do because my X100P don´t answer sometimes. I put these parameters in the zapata.conf, but sometimes my X100P don´t answer. usedistinctiveringdetection=yes dring1=363,137,0 dring1context=incoming2 Any sugestion? Thank´s --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! -------------- next part -------------- An HTML attachment
2006 May 17
0
Upgrade issues
...May 17 12:11:25 ERROR[13298]: chan_zap.c:10483 setup_zap: Unable to register channel '1' May 17 12:11:25 WARNING[13298]: loader.c:414 __load_resource: chan_zap.so: load_module failed, returning -1 May 17 12:11:25 WARNING[13298]: loader.c:554 load_modules: Loading module chan_zap.so failed! sato:/etc/asterisk# Ouch ... error while writing audio data: : Broken pipe Junk at the beginning 49443303 Warning, flexibel rate not heavily tested! Ouch ... error while writing audio data: : Broken pipe Junk at the beginning 49443303 Warning, flexibel rate not heavily tested! Any help is greatly appre...
2003 Jan 21
1
Q : Rsync verbose message
Hi, I am using rsync for file server mirroring by Linux(Redhat7.2). Please tell me, How to read about rsync last verbose message. wrote 3000000000 bytes read 2000000 bytes 600000.00 bytes/sec total size is 400000000000 speedup is 125.30 "bytes/sec" Is this figure only as a result of a file transfer? Or is it the total result of since the rsync command is performed? I had connected by