search for: datastream

Displaying 20 results from an estimated 55 matches for "datastream".

2005 Jul 01
1
MPlayer problem
...tick device /dev/input/js0 : No such file or directory Can't init input joystick Setting up LIRC support... mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. libpng warning: Incomplete compressed datastream in iCCP chunk libpng warning: Profile size field missing from iCCP chunk libpng warning: Incomplete compressed datastream in iCCP chunk libpng warning: Profile size field missing from iCCP chunk libpng warning: Incomplete compressed datastream in iCCP chunk libpng warning: Profile size field missin...
2016 Oct 28
2
RFC: Removing the DataStreamer and MemoryObject interfaces
Hi all, BitstreamReader is the only in-tree client of the DataStreamer and MemoryObject interfaces. In practice when using user-facing LLVM tools, the bitcode will normally either be in memory or in a file, so the best way to access it is through memory, either directly or memory mapped. As part of some refactorings I am making to BitstreamReader, I would like to s...
2016 Oct 28
0
RFC: Removing the DataStreamer and MemoryObject interfaces
...any other opinions, then proceed to remove it. Peter [0] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20161024/400754.html On Fri, Oct 28, 2016 at 10:08 AM, Peter Collingbourne <peter at pcc.me.uk> wrote: > Hi all, > > BitstreamReader is the only in-tree client of the DataStreamer and > MemoryObject interfaces. In practice when using user-facing LLVM tools, the > bitcode will normally either be in memory or in a file, so the best way to > access it is through memory, either directly or memory mapped. > > As part of some refactorings I am making to BitstreamR...
2016 Oct 28
1
RFC: Removing the DataStreamer and MemoryObject interfaces
...Peter > > [0] > http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20161024/400754.html > > On Fri, Oct 28, 2016 at 10:08 AM, Peter Collingbourne <peter at pcc.me.uk> > wrote: >> >> Hi all, >> >> BitstreamReader is the only in-tree client of the DataStreamer and >> MemoryObject interfaces. In practice when using user-facing LLVM tools, the >> bitcode will normally either be in memory or in a file, so the best way to >> access it is through memory, either directly or memory mapped. >> >> As part of some refactorings I am...
2006 Jan 26
0
XML Request in R: Pointers/examples needed
...ished the COM object. (example: library(rcom) comCreateObject("MSXML2.XMLHTTP.3.0") Any pointers/examples would be appreciated. #### Script #1 Logon Request##################################### <?xml version="1.0"?> <ds:Requests xmlns:ds="http://product.datastream.com/zappy/dsxml_1_0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://product.datastream.com/zappy/dsxml_1_0 http://product.datastream.com/zappy/dsxml_1_0.xsd"> <ds:Request xsi:type="ds:SessionRequest"> <ds:UserName>m...
2007 Jan 11
1
Error in rsync protocol datastream on sync of
Hi list. I'm using OpenVPN to rsync a bunch of hosts each night and it works great on all but two of them which gives: Error in rsync protocol datastream on sync of <hostname> allmost every night. One of them is on a narrow line, so I could believe it was that causing it, but the other is on a 4Mb SDSL and should have the best connection of them all... What can cause this error, how can I determine the problem and if anyone in addition would...
2002 Oct 02
0
error in rsync protocol datastream(code12) at io.c(150)
Hi, I installed rsync-2.5.5 on both the boxes of redhat linux 7.3 and tried to execute rsync on box "A" I have given command like below rsync -avz /tmp/*.jsp machineb:/home/domains/rsyncdir/ but I got this problem error in rsync protocol datastream(code12) at io.c(150) OpenSSH vesrion is OpenSSH_3.1P1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f Do I need to upgrade OpenSSH to 3.4p1 Any help greatly appreciated Thks in advance --Venkat
2009 Dec 04
30
ZFS send | verify | receive
If there were a ?zfs send? datastream saved someplace, is there a way to verify the integrity of that datastream without doing a ?zfs receive? and occupying all that disk space? I am aware that ?zfs send? is not a backup solution, due to vulnerability of even a single bit error, and lack of granularity, and other reasons. However ......
2007 Dec 12
8
Solaris package woes
....10 - Puppet built from source] Puppet client version: 0.23.0 [Sun Solaris 10 Zone - Puppet built from source] The sudoers file is getting pushed out just fine so I decided to add the sudo package to the manifest and let Puppet manage that as well. I have tried using a package that is in both the datastream and directory format and each time I see the errors below on the client side. Am I missing something obvious here? I looked through the provider documentation and as far as I can tell everything in my class manifest looks ok. -Thomas Debug Output: notice: Starting Puppet client version 0.23....
2001 Nov 28
1
Config 2.2.0 error
...operating system and now when I try to install Samba 2.20 I get the following error message from the configure command: checking configure summary: ERROR: No locking available. Running Samba would be unsafe configure: error: summary failure. Aborting config Can you help? Thanks, Bill Spicuzza Datastream San Diego, CA -------------- next part -------------- HTML attachment scrubbed and removed
2007 May 08
3
Solaris streams package installation
Is it possible to install a solaris streams package with puppet? As some of my machines are not allowed to be a nfs client, I transfer the bunch of packages to these clients with the file type and puppet:// ... If the packages are in filesystem format there can be hundreds of files within large packages. It takes a huge amount of time to transfer all of them. So I''ve changed them into
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
...s, but I can try to ask chromium-dev or some other mailing list and see how common that is. *) The HTTP response can lie, or the server can be buggy, and give the wrong content-length. I think 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 advanceToPosI...
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
2017 Aug 07
4
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
...e that adds better support > for > this on FreeBSD, but what is the use case? > I've noticed in online forums that occasionally home NAS users will for various reasons have streams_xattr enabled and receive 'access denied' errors when trying to write files with large alternate datastreams. These are typically on media files (most commonly I've seen them on .avi files), but I haven't looked closely at them. I'd say the large ADS is either metadata or malware :-) The issue doesn't come up frequently because most people don't enable streams_xattr (though this may...
2013 Jan 06
0
[LLVMdev] Failure building llvm/clang from source using binary clang package on Fedora 17
...7.2/limits:1478:44: error: expected unqualified-id struct numeric_limits<unsigned __int128> ^ In file included from In file included from /home/fceldiener/vcs/llvm/lib/Support/CrashRecoveryContext.cpp:10: /home/fceldiener/vcs/llvm/lib/Support/DataStream.cpp:In file included from 18: 2) In file included from /home/fceldiener/vcs/llvm/include/llvm/Support/DataStream.h:/home/fceldiener/vcs/llvm/include/llvm/Support/CrashRecoveryContext.h20: In file included from /usr/bin/../lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/string::5...
2008 Aug 21
2
cpsups and OP1250.
..., "#1250VA ")) { dstate_setinfo("ups.mfr", "%s", "CyberPower"); dstate_setinfo("ups.model", "CPS_OP1250 %s",rating); // FIXME! dstate_setinfo("ups.runtime", "%s", "40"); //From datastream. dstate_setinfo("ups.power.normal", "%s", "1250"); //From datastream. //rmchar = 1; return; } Compile and run with this ... upsdrvctl start CyberPowerOP1250 Who's entry in ups.conf looks like this .... [CyberPowerOP1250]...
1998 Jul 03
0
Problems at installation.
...th the new release (1.9.18p8) installation on a sparc station. After umpacking the tar file, when I try to run the "pkgadd" utility, I receive this message. Using </usr/local> as the package base directory. cpio: Bad magic number/header. 1 errors pkgadd: ERROR: attempt to process datastream failed - process </usr/bin/cpio -icdumD -C 512> failed, exit code 1 pkgadd: ERROR: unable to unpack datastream Installation of <SMBA> failed (internal error). No changes were made to the system. I'd tried two different files fron two different mirror servers and I had the sam...
2008 Aug 01
1
New samba feature or new FF feature?
...nloaded files and I guess FF copied it (maybe a new standard? ).... But it's really "ugly" when looking at the filenames from windows. Is there a way to hide them or turn them off? Or is there a way to have them use the linux file system's native extended attributute/ alternate datastream functionality?? (like "XFS" has ability to save extended user-specified attributes).... Thanks...much! Linda
2007 Jun 27
2
Problems compiling Asterisk 1.4.5
Hi! I have this errors compiling Asterisk 1.4.5 cdr_tds.c:86:2: warning: #warning "You have older TDS, you should upgrade!" cdr_tds.c: In function `tds_log': cdr_tds.c:213: error: too many arguments to function `tds_process_simple_query' cdr_tds.c: In function `mssql_connect': cdr_tds.c:326: error: `TDSCONNECTINFO' undeclared (first use in this function) cdr_tds.c:326:
2003 Aug 15
1
Asterisk H323 Trunk
...don't quite work as advertised... 1/ the following line in extensions.conf explicitly sets the outgoing caller ID (required in my case for downstream GK processing..) exten => _1NX.,1,SetCallerID,6400047602100 exten => _1NX.,2,Dial,H323/${EXTEN:1} what comes out in the h323 datastream and logs is:- dialled digits { {src digits} { "6400047602100)" } ....... note the unbalanced closing backet. We tried changing the number length, and doing called ID with different functions, but it looks like a bug. A fairly detailed squiz around the dig...