Displaying 19 results from an estimated 19 matches for "readraw".
Did you mean:
readdraw
2000 Mar 21
0
Summing up histograms and misc.
..., I get a warning when trying to compile a c-routine (that was
provided to me by Brain Ripley to read the abovementioned images
off-list), it doesn't seem to mean anything, but I figured I might as well
ask since I (finally) have upgraded to R-1.0.0. It goes:
rukbat:~/hfag/src/c> R CMD SHLIB readraw.c
cc -I/local/R/lib/R/include -ieee_with_inexact -std1 -O3 -tune ev56 -c
readraw.c -o readraw.o
f77 -shared -o readraw.so readraw.o -ldxml -lUfor -lfor -lFutil -lm
-lots -lmld:
Warning: Unresolved:
Rf_error
Is it anything to worry about?
Best,
Kjetil
--
Kjetil Kjernsmo
Graduate astronomy...
2005 Aug 17
0
Raw data type transformations
...to manipulate raw binary data in R,
with more than the minimal raw transformation functions in the base
package. So I've written a small package in C that effectively lets
me cast back and forth between raw vectors and other data types.
I've implemented four functions: rawToHex, hexToRaw, readRaw, and
writeRaw. The first two convert between raw vectors and hex character
strings. I use these to work around a limitation of ROracle not
directly supporting raw data types, but they may have other uses.
readRaw and writeRaw are similar to readBin and writeBin, but operate
on raw vectors in plac...
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all,
trying to build some Heimdal-based packages for Samba AD DC under
openSUSE I am facing some difficulties with the build system:
During the installation which is triggered by "make install" waf complains
about some task dependency cycle after leaving folder bin/default.
Full log including config options can be seen unter https://build.opensuse.org/
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...mbackoff.xml,preloadmodules.xml,preservecase.xml,printable.xml,printcapcachetime.xml,printcapname.xml,printcommand.xml,printername.xml,printing.xml,printjobusername.xml,printnotifybackchannel.xml,privatedir.xml,queuepausecommand.xml,queueresumecommand.xml,rawntlmv2auth.xml,readlist.xml,readonly.xml,readraw.xml,realm.xml,registryshares.xml,rejectmd5clients.xml,rejectmd5servers.xml,remoteannounce.xml,remotebrowsesync.xml,renameuserscript.xml,requirestrongkey.xml,resetonzerovc.xml,restrictanonymous.xml,rndccommand.xml,rootdirectory.xml,rootpostexec.xml,rootpreexec.xml,rootpreexecclose.xml,rpcbigendian.x...
2019 Mar 20
2
build problem with 4.10.0
...mbackoff.xml,preloadmodules.xml,preservecase.xml,printable.xml,printcapcachetime.xml,printcapname.xml,printcommand.xml,printername.xml,printing.xml,printjobusername.xml,printnotifybackchannel.xml,privatedir.xml,queuepausecommand.xml,queueresumecommand.xml,rawntlmv2auth.xml,readlist.xml,readonly.xml,readraw.xml,realm.xml,registryshares.xml,rejectmd5clients.xml,rejectmd5servers.xml,remoteannounce.xml,remotebrowsesync.xml,renameuserscript.xml,requirestrongkey.xml,resetonzerovc.xml,restrictanonymous.xml,rndccommand.xml,rootdirectory.xml,rootpostexec.xml,rootpreexec.xml,rootpreexecclose.xml,rpcbigendian.x...
2001 Oct 13
2
Samba 2.2.2 released
...tidyup fixes all over the code.
10). Large improvement in hash table code efficiency - would be found with
large stat caches.
11). Error code consistency improved (still needs more work).
12). Profile shared memory support added to nmbd.
13). New Windows 2000/NT passthrough info levels added.
14). readraw/writeraw code rewritten - many bugs fixed.
15). UNIX password sync (non pam) code fixed, use correct wildcard matcher.
16). Reverse DNS lookup avoided on socket open.
17). Bug preventing nmbd re-registering names on WINS server timeout fixed.
18). Zero length byte range lock code added. Much closer...
2001 Oct 13
2
Samba 2.2.2 released
...tidyup fixes all over the code.
10). Large improvement in hash table code efficiency - would be found with
large stat caches.
11). Error code consistency improved (still needs more work).
12). Profile shared memory support added to nmbd.
13). New Windows 2000/NT passthrough info levels added.
14). readraw/writeraw code rewritten - many bugs fixed.
15). UNIX password sync (non pam) code fixed, use correct wildcard matcher.
16). Reverse DNS lookup avoided on socket open.
17). Bug preventing nmbd re-registering names on WINS server timeout fixed.
18). Zero length byte range lock code added. Much closer...
2002 Feb 03
5
Samba 2.2.3 released
...tidyup fixes all over the code.
10). Large improvement in hash table code efficiency - would be found with
large stat caches.
11). Error code consistency improved (still needs more work).
12). Profile shared memory support added to nmbd.
13). New Windows 2000/NT passthrough info levels added.
14). readraw/writeraw code rewritten - many bugs fixed.
15). UNIX password sync (non pam) code fixed, use correct wildcard matcher.
16). Reverse DNS lookup avoided on socket open.
17). Bug preventing nmbd re-registering names on WINS server timeout fixed.
18). Zero length byte range lock code added. Much closer...
1998 Mar 28
1
Samba 1.9.18p4 released.
...ing correctly (bug
in is_in_path function - fix from Steven Hartland
<steven_hartland@pa.press.net>.
18). Fixed bug in smbclient where debug log level on the
command line was being overridden by the log level in smb.conf.
19). Fixed bug in USE_MMAP code where client sending
a silly offset to readraw could cause a smbd core dump.
Bugfixes added since 1.9.18p2
-----------------------------
1). Fix to cause oplocked files to be broken when open
file table is full before giving up and reporting 'too
many open files'. This fix seems to help many applications
on Win95.
2). Fix to stop extr...
2002 Feb 03
5
Samba 2.2.3 released
...tidyup fixes all over the code.
10). Large improvement in hash table code efficiency - would be found with
large stat caches.
11). Error code consistency improved (still needs more work).
12). Profile shared memory support added to nmbd.
13). New Windows 2000/NT passthrough info levels added.
14). readraw/writeraw code rewritten - many bugs fixed.
15). UNIX password sync (non pam) code fixed, use correct wildcard matcher.
16). Reverse DNS lookup avoided on socket open.
17). Bug preventing nmbd re-registering names on WINS server timeout fixed.
18). Zero length byte range lock code added. Much closer...
1998 May 13
0
Samba 1.9.18p7 released.
...ing correctly (bug
in is_in_path function - fix from Steven Hartland
<steven_hartland@pa.press.net>.
18). Fixed bug in smbclient where debug log level on the
command line was being overridden by the log level in smb.conf.
19). Fixed bug in USE_MMAP code where client sending
a silly offset to readraw could cause a smbd core dump.
Bugfixes added since 1.9.18p2
-----------------------------
1). Fix to cause oplocked files to be broken when open
file table is full before giving up and reporting 'too
many open files'. This fix seems to help many applications
on Win95.
2). Fix to stop extr...
1998 Jun 13
0
Samba 1.9.18p8 released.
...ing correctly (bug
in is_in_path function - fix from Steven Hartland
<steven_hartland@pa.press.net>.
18). Fixed bug in smbclient where debug log level on the
command line was being overridden by the log level in smb.conf.
19). Fixed bug in USE_MMAP code where client sending
a silly offset to readraw could cause a smbd core dump.
Bugfixes added since 1.9.18p2
-----------------------------
1). Fix to cause oplocked files to be broken when open
file table is full before giving up and reporting 'too
many open files'. This fix seems to help many applications
on Win95.
2). Fix to stop extr...
1998 May 09
2
Samba 1.9.18p5 released.
...ing correctly (bug
in is_in_path function - fix from Steven Hartland
<steven_hartland@pa.press.net>.
18). Fixed bug in smbclient where debug log level on the
command line was being overridden by the log level in smb.conf.
19). Fixed bug in USE_MMAP code where client sending
a silly offset to readraw could cause a smbd core dump.
Bugfixes added since 1.9.18p2
-----------------------------
1). Fix to cause oplocked files to be broken when open
file table is full before giving up and reporting 'too
many open files'. This fix seems to help many applications
on Win95.
2). Fix to stop extr...
2002 May 04
0
[jerry@samba.org: Samba 2.2.4 Released]
...tidyup fixes all over the code.
10). Large improvement in hash table code efficiency - would be found with
large stat caches.
11). Error code consistency improved (still needs more work).
12). Profile shared memory support added to nmbd.
13). New Windows 2000/NT passthrough info levels added.
14). readraw/writeraw code rewritten - many bugs fixed.
15). UNIX password sync (non pam) code fixed, use correct wildcard matcher.
16). Reverse DNS lookup avoided on socket open.
17). Bug preventing nmbd re-registering names on WINS server timeout fixed.
18). Zero length byte range lock code added. Much closer...
1998 Aug 26
1
Samba 1.9.18p10 released.
...ing correctly (bug
in is_in_path function - fix from Steven Hartland
<steven_hartland@pa.press.net>.
18). Fixed bug in smbclient where debug log level on the
command line was being overridden by the log level in smb.conf.
19). Fixed bug in USE_MMAP code where client sending
a silly offset to readraw could cause a smbd core dump.
Bugfixes added since 1.9.18p2
-----------------------------
1). Fix to cause oplocked files to be broken when open
file table is full before giving up and reporting 'too
many open files'. This fix seems to help many applications
on Win95.
2). Fix to stop extr...
2002 Jun 20
1
Samba 2.2.5 has been released
...tidyup fixes all over the code.
10). Large improvement in hash table code efficiency - would be found with
large stat caches.
11). Error code consistency improved (still needs more work).
12). Profile shared memory support added to nmbd.
13). New Windows 2000/NT passthrough info levels added.
14). readraw/writeraw code rewritten - many bugs fixed.
15). UNIX password sync (non pam) code fixed, use correct wildcard matcher.
16). Reverse DNS lookup avoided on socket open.
17). Bug preventing nmbd re-registering names on WINS server timeout fixed.
18). Zero length byte range lock code added. Much closer...
2002 Jun 20
1
Samba 2.2.5 has been released
...tidyup fixes all over the code.
10). Large improvement in hash table code efficiency - would be found with
large stat caches.
11). Error code consistency improved (still needs more work).
12). Profile shared memory support added to nmbd.
13). New Windows 2000/NT passthrough info levels added.
14). readraw/writeraw code rewritten - many bugs fixed.
15). UNIX password sync (non pam) code fixed, use correct wildcard matcher.
16). Reverse DNS lookup avoided on socket open.
17). Bug preventing nmbd re-registering names on WINS server timeout fixed.
18). Zero length byte range lock code added. Much closer...
2002 May 02
3
Samba 2.2.4 Released
...tidyup fixes all over the code.
10). Large improvement in hash table code efficiency - would be found with
large stat caches.
11). Error code consistency improved (still needs more work).
12). Profile shared memory support added to nmbd.
13). New Windows 2000/NT passthrough info levels added.
14). readraw/writeraw code rewritten - many bugs fixed.
15). UNIX password sync (non pam) code fixed, use correct wildcard matcher.
16). Reverse DNS lookup avoided on socket open.
17). Bug preventing nmbd re-registering names on WINS server timeout fixed.
18). Zero length byte range lock code added. Much closer...
2003 Dec 01
0
No subject
...e: The request contains an invalid argument. (22)
The server logs this as "Connection reset by peer"
After spending two days banging my head (since this wasn't a universal
problem, but did seem to be spreading), I finally noticed in a tcpdump
that the last thing the server did was a readraw, so I disabled "read raw"
in smb.conf and the problem went away.
This particular server is a FreeBSD 4.2 system, connected on 100Mb
switched ethernet (the switch does not note any appreciable errors on any
port). The client OS'es are Win95 OSR2 and Win98.
I also experienced the pro...