search for: getbytes

Displaying 13 results from an estimated 13 matches for "getbytes".

Did you mean: gbytes
2011 Apr 16
3
calling dovecot exported auth from Java
As far as I have been able to figure out, dovecot auth always works over a Unix domain socket. I believe it is not currently possible to operate dovecot auth over an Internet domain (TCP) socket. Am I correct? I want to call dovecot's exported authentication from a Java application. Java doesn't natively know how to talk to a Unix domain socket, so there are inconveniences. There
2013 Feb 25
0
Definition of DATA in regress/cipher-speed.sh
Hi, I noticed that DATA is defined twice in regress/cipher-speed.sh: % grep -n DATA cipher-speed.sh 12:DATA=/bin/ls 13:DATA=/bsd 33: < ${DATA} ) 2>&1 | getbytes 54: < ${DATA} ) 2>&1 | getbytes % The second definition will override the first, however /bsd is not present on all operating systems. Perhaps using something like $OBJ/sshd would be more portable. -- Iain Morgan
2009 Nov 20
1
R 2.10 'memory leak'? on OS X
...0000000000067ee2 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0xffff07c7 __memcpy + 39 (cpu_capabilities.h:246) 1 com.apple.CoreFoundation 0x96a6a0b4 __CFStringEncodeByteStream + 4052 2 com.apple.Foundation 0x94446eb7 -[NSString(NSStringOtherEncodings) getBytes:maxLength:usedLength:encoding:options:range:remainingRange:] + 295 3 com.apple.Foundation 0x94446a1a _NSNewStringByAppendingStrings + 538 4 com.apple.Foundation 0x94446760 -[NSString stringByAppendingString:] + 192 5 org.R-project.R 0x00009ce8 -[RController d...
2009 Nov 20
2
R 2.10 memory leak on OS X
...000000000067ee2 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0xffff07c7 __memcpy + 39 (cpu_capabilities.h:246) 1 com.apple.CoreFoundation 0x96a6a0b4 __CFStringEncodeByteStream + 4052 2 com.apple.Foundation 0x94446eb7 -[NSString(NSStringOtherEncodings) getBytes:maxLength:usedLength:encoding:options:range:remainingRange:] + 295 3 com.apple.Foundation 0x94446a1a _NSNewStringByAppendingStrings + 538 4 com.apple.Foundation 0x94446760 -[NSString stringByAppendingString:] + 192 5 org.R-project.R 0x00009ce8 -[RController...
2002 Jun 10
4
R search applet initialization
R 1.5.1 is due to come out ... and I've just noticed that the R help.start page search applet doesn't work on my Mandrake 8.2 system even though I've upgraded mozilla to version 1.0 and I have a perfectly working java (all right, I'm using 1.4.0 now, but with mozilla 0.98 and java 1.3.1 it still didn't work). I had thought the problem due to a too-old mozilla version, but it
2002 Nov 14
0
[Bug 436] New: SSH client API
...grams. Java-stype pseudo code: // create connections and forward ports SSHClient ssh = new SSHClient(); ssh.setUserAuthenticationHandler(new PasswordDialog()); ssh.setHostAuthenticationHandler(this); SSHSocket con = ssh.connect("127.0.0.1"); con.getOutputStream().write("hello".getBytes()); ssh.localForward(80, "www.google.com", 80); ssh.remoteForward(80, "www.google.com", 80); // access configuration SSHConfiguration sshConfig = ssh.getConfiguration(); SSHHostConfiguration hc = sshConfig.getHostConfiguration("*.ssh.box"); hc.setForwardX11(true); ssh...
2005 Feb 28
1
Manager "Message: Originate failed" beinggenerated when callee does not pick up
<<I am getting "Message: Originate failed" even the phone is ringing on the other end of the line.>> Originate will ring your own extension first and when you pick up, call the other number. If you don't pick up your extension, you will receive the message you see. Bill Seddon ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf
2013 Mar 11
1
[PATCH] Portability improvements for regress/cipher-speed.sh
...========================================================== RCS file: /cvs/openssh/regress/cipher-speed.sh,v retrieving revision 1.10 diff -u -r1.10 cipher-speed.sh --- regress/cipher-speed.sh 19 Feb 2013 19:53:30 -0000 1.10 +++ regress/cipher-speed.sh 11 Mar 2013 18:19:14 -0000 @@ -5,12 +5,13 @@ getbytes () { - sed -n '/transferred/s/.*secs (\(.* bytes.sec\).*/\1/p' + sed -n -e '/transferred/s/.*secs (\(.* bytes.sec\).*/\1/p' \ + -e '/copied/s/.*s, \(.* MB.s\).*/\1/p' } tries="1 2" -DATA=/bin/ls -DATA=/bsd +DATA=/tmp/cipher-speed.$$ +dd if=/dev/zero of=$DATA...
2005 Apr 22
5
IAX help
I am trying to send calls from (telx-NY17S) to (telx-nyc) via an IAX2 channel. However the call is being rejected on the (telx-nyc) server. See error below copied from telx-nyc CLI> Apr 22 13:56:57 NOTICE[147465]: chan_iax2.c:5390 socket_read: Rejected connect attempt from 192.168.0.251 I have icluded the following conf files 1. extensions.conf (telx-nyc) 2. iax.conf (telx-nyc) 3.
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
Hi Rafael, Would you mind waiting for Derek to come back from vacation to discuss this? We do use this code and could improve how it's used and tested within LLVM. Derek is the best person to discuss this, he'll be back in mid-January. Thanks, JF On Fri, Dec 19, 2014 at 6:41 AM, Rafael EspĂ­ndola < rafael.espindola at gmail.com> wrote: > > > I CC'ed llvmdev to put a
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
...net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:65) at sun.net.www.protocol.file.FileURLConnection.initializeHeaders(FileURLConnection.java:82) at sun.net.www.protocol.file.FileURLConnection.getContentLength(FileURLConnection.java:113) at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:223) at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:41) at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:137) at java.security.AccessController.doPrivileged(Native Method) at sun.applet.AppletClassLoader.findClass(AppletClassLoader.j...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
...l.file.FileURLConnection.connect(FileURLConnection.java:65) > at sun.net.www.protocol.file.FileURLConnection.initializeHeaders(FileURLConnection.java:82) > at sun.net.www.protocol.file.FileURLConnection.getContentLength(FileURLConnection.java:113) > at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:223) > at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:41) > at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:137) > at java.security.AccessController.doPrivileged(Native Method) > at sun.applet.AppletClassLoader.findClass...
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
...nk we can try to do the safe thing here, but will have to be careful. ===== Misc review comments: class DataStreamer { -public: - /// Fetch bytes [start-end) from the stream, and write them to the - /// buffer pointed to by buf. Returns the number of bytes actually written. - virtual size_t GetBytes(unsigned char *buf, size_t len) = 0; + uint64_t Size; + const uint8_t *Data; + + virtual bool advanceToPosImpl(uint64_t Pos) = 0; +public: + const uint8_t *getPointer(uint64_t Pos, unsigned Size); + DataStreamer(); virtual ~DataStreamer(); -}; -DataStreamer *getDataFileStreamer(const std:...