Displaying 20 results from an estimated 36 matches for "cfile".
Did you mean:
file
2001 Sep 19
2
Coda and Ext3
Hi everyone,
The Linux Coda drivers and the ext3 patches don't seem to get along
very well, at least in Linux 2.4.7. I've got a stock 2.4.7 kernel with
a patch applied to the USB drivers (for a sony digital camera; see
http://www.sujal.net/tech/linux/ just a change in unusual_devs.h).
After I applied the ext3 patches from
http://www.uow.edu.au/~andrewm/linux/ext3/ . Basically,
2006 May 24
7
OCI8::Cursor (Name Error) in HP-UX 11.11 error
...locate the exact problem and the
solution for it.
Basically, I successfully installed ruby 1.8.4 on HP-UX 11.11 with rails
gem.
But unfortunately whenever I try to create a test application by using
"rails testapp", I am getting the follwing errror:
$ rails testapp
/apps/gcti/ccon_rep/cfile//lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/oracle_adapter.rb:520:
undefined method `define_a_column'' for class `OCI8::Cursor'' (NameError)
from
/apps/gcti/ccon_rep/cfile//lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`requ...
2000 Mar 29
0
Something about Upper/Lower-case
...nd its status.m_szFullName there is the
problem.
Hope someone can help me / correct me.
Hans-Henrik Andresen
Project Manager
Pine Tree systems
hha@pine.dk
PS: Tried to send a bug-report, but my mail return'ed
----------------------------------------------------------------------------
CFile::GetStatus
BOOL GetStatus( CFileStatus& rStatus ) const;
static BOOL PASCAL GetStatus( LPCTSTR lpszFileName, CFileStatus& rStatus
);
Return Value
TRUE if the status information for the specified file is successfully
obtained; otherwise, FALSE.
Parameters
rStatus
A reference to a user-...
2005 Jul 06
1
dyn.load in linux: missing libraries?
...emacs, and ess running from the debian
repositories. Of course, there is a hitch. I have a bit of C code in one
of my personal functions. I have, apparently without problem, been able
to compile it using R CMD SHLIB, but when I try to dyn.load it I get the
following error:
> dyn.load("Cfiles/Neutral/Bell2000.dll")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/home/tyler/RWorkingDirectory/Cfiles/Neutral/Bell2000.dll':
/home/tyler/RWorkingDirectory/Cfiles/Neutral/Bell2000.dll: invalid ELF
header
I take this to mean one o...
2008 Feb 04
5
WinXP/x64 - MFC CFile objects leak parent directory handles
...ct same program runs fine
on the same x64 XP client when the share accessed
is on a Windows server or when it is run on a 32-bit
XP client, regardless of whether the share belongs to
a Samba server or to a Windows server.
I have traced the problem to a local instantiation of an
object of MFC class CFile in the line 170 of the following
code:
166 CString CWaitForChangedFile::GetFileContent()
167 { if (mstrFilePath.IsEmpty())
168 return "";
169 _my_TRY
170 CFile file(mstrFilePath,
CFile::modeRead |...
2006 Jun 26
1
/bin/tar bug
...files with the same ownership
--no-same-owner extract files as yourself
Compatibility options:
-o when creating, same as --old-archive
when extracting, same as --no-same-owner
and Now a test!
#goto tmp dir
cd /tmp
#become root
su - root
#create three test files
touch afile bfile cfile
#verify ownership
ls -l
total 0
-rw-r--r-- 1 root root 0 Jun 26 11:16 afile
-rw-r--r-- 1 root root 0 Jun 26 11:16 bfile
-rw-r--r-- 1 root root 0 Jun 26 11:16 cfile
#create a tar archive
tar zcvf testoh.tgz afile bfile cfil
#become regular user
tar -zxof testoh.tgz
tar: afile: Cannot change o...
2007 Jun 08
1
Question about Running C code from R
...****
Basically, there are two problems (at least!). If I have LINE A in the C code instead of LINE B then it compiles alright, but if I try to run the R script it says:
Error in FUN(c("Rc", "Rc2")[[1]], ...) : no such symbol Rc in package C:/Documents and Settings/Toby/Desktop/cfiles/Project1.exe
I've read a lot online about the "R CMD INSTALL" command and the ?INSTALL man page, but I can't use that command because I've got Windows-R rather than Linux-R (unfortunately). Somehow, R can't 'see' these C functions in the executable, even though I...
2005 Mar 14
4
[SMB 3.0.10] File Locking Mechanism Windows <-> Unix
Hello,
Iam facing a problem in locking of files across samba shares. We have samba
3.0.10 running on Solaris 9 with the smb.conf as follows.
# Global parameters
[global]
workgroup = NMUINT
netbios name = NMUINTFS
interfaces = <IP>
bind interfaces only = Yes
security = DOMAIN
password server = XXX.XXX.XXX.XXX
log level = 1
ldap
2010 Mar 08
0
Difficulties in add cover art to FLAC file
...got a "fail to write: status 0" message.
picture->data.picture.type = (FLAC__StreamMetadata_Picture_Type)3;
FLAC__metadata_object_picture_set_mime_type( picture, "image/jpeg", true );
FLAC__metadata_object_picture_set_description( picture,
(FLAC__byte*)"", true );
CFile picfile;
picfile.Open( L"I:\\1.jpg", CFile::modeRead | CFile::shareDenyWrite);
ULONGLONG dwLength = picfile.GetLength();
LPSTR pData = new char[static_cast<unsigned int>(dwLength+1)];
picfile.Read(pData, static_cast<UINT>(dwLength));
FLAC__metadata_object_picture_set_data( pi...
2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
...8 Jul 2005 16:48:52 -0000 1.50
+++ tools/gccld/GenerateCode.cpp 1 Aug 2005 22:06:26 -0000
@@ -325,8 +325,7 @@
return sys::Program::ExecuteAndWait(llc, &args[0]);
}
-/// GenerateAssembly - generates a native assembly language source file from the
-/// specified bytecode file.
+/// GenerateCFile - generates a C source file from the specified bytecode file.
int llvm::GenerateCFile(const std::string &OutputFile,
const std::string &InputFile,
const sys::Path &llc,
@@ -344,7 +343,7 @@
return sys::Program::ExecuteAndWait(llc, &am...
2004 Jul 02
0
Patch to fix dist rule in ocfs-tools with another minor fix
...\
include/kernel-list.h \
include/ocfs2_fs.h \
Index: ocfs2/debugfs.ocfs2/Makefile
===================================================================
--- ocfs2/debugfs.ocfs2/Makefile (revision 127)
+++ ocfs2/debugfs.ocfs2/Makefile (working copy)
@@ -12,7 +12,7 @@
CFLAGS += -Wall -O2
CFILES = main.c commands.c dump.c readfs.c utils.c journal.c
-HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h
+HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h include/jbd.h
OBJS =...
2006 May 25
0
LDAP Upgrades (both Unix and Samba
...tral
LDAP server. It was a far from painless experience, so I thought I'd write
up the experience in the hope that it may help others. If I've left
anything out, please let me know. mailto:bcwhite@precidia.com (or if I've
left there, mailto:bcwhite@pobox.com).
I used my own "cfile" utility (http://sf.net/projects/cfile) to manage all
the configuration files across multiple machines. I hope to package it up
for Debian soon.
Here's what I did... Note that I'm using Debian 3.1 as my installed system.
2012 Mar 23
1
Read File for Matrix with rownames
Good morning,
Good morning,
I'm trying to read the file into an array, with the following code.
A<- as.matrix(read.csv("~/Desktop/Results/Cfile.csv", header = FALSE,
sep=","))
The content of the file
" ","1","2","3","4"
"1", 484,43,67,54
"2",54,35,67,34
"3",69,76,78,55
"4",67,86,44,34
What I needed is that the first line was the nam...
2006 Aug 04
2
IFB support in 2.6.17 kernel
...cumentantion on how to activate this feature and the
kernel documentation lacks of this information. I remember that IMQ could be
activated in the ''Network devices'' menu in 2.6.8 kernels, but this option no
longer exists. Where can I find some information about this? I found a
ifb.cfile in the kernel source directory tree, but I''m not sure if an
ifb module
will be generated, as this option doesn''t seem to be available during the
kernel configuration.
Thanks.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman...
2006 Jul 13
1
writeForeignSAS and potential extensions
...uot;1", "2"),
class = "data.frame")
require(foreign)
### adQuote here to (temporarily) avoid ':::'
adQuote <- function (x) paste("\"", x, "\"", sep = "")
dfile <- file.path(tempdir(), "test.dat")
cfile <- file.path(tempdir(), "test.sas")
write.foreign(d, datafile = dfile, codefile = cfile,
package = "SAS7", validvarname = "V6")
file.show(dfile)
file.show(cfile)
Sincerely,
Stephen
::::::::::::::::::::::::::::::::::
Stephen Weigand
Division of Bi...
2005 Aug 02
0
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
...8 Jul 2005 16:48:52 -0000 1.50
+++ tools/gccld/GenerateCode.cpp 2 Aug 2005 04:11:11 -0000
@@ -325,8 +325,7 @@
return sys::Program::ExecuteAndWait(llc, &args[0]);
}
-/// GenerateAssembly - generates a native assembly language source file from the
-/// specified bytecode file.
+/// GenerateCFile - generates a C source file from the specified bytecode file.
int llvm::GenerateCFile(const std::string &OutputFile,
const std::string &InputFile,
const sys::Path &llc,
@@ -344,8 +343,8 @@
return sys::Program::ExecuteAndWait(llc, &am...
2005 Mar 02
1
Error on Windows installing package to non-default library
...t;C:/falcon/sw/rw2010dev/library"
pkg = "c:\\falcon\\abind_1.1-0.zip"
install.packages(pkg, repos=NULL, lib=badLib)
package 'abind' successfully unpacked and MD5 sums checked
updating HTML package descriptions
Error in gsub("^URL: ../../../library", lib0, readLines(cfile)) :
invalid backreference 2 in regular expression
After looking at src/library/utils/R/windows/linkhtml.R, it seems the
error is that the "\\2" part of the path is interpreted by gsub as a
back reference.
Changing "\\" to "/" in the library path fixes this...
2001 Nov 13
1
win95 + linux oplock error, even with kernel oplocks = no.
....c:request_oplock_break(981)
request_oplock_break: no response received to oplock break request to pid 636 on port 1036 for dev = 301, inode = 45828, file_id = 1
[2001/11/12 16:22:37, 0] smbd/open.c:open_mode_check(552)
open_mode_check: exlusive oplock left by process 636 after break ! For file cfiles/digiwijs.FCD, dev = 301, inode = 45828. Deleting it to cont
inue...
[2001/11/12 16:22:37, 0] lib/util.c:smb_panic(1053)
PANIC: open_mode_check: Existant process 636 left active oplock.
[2001/11/12 16:22:37, 2] smbd/connection.c:count_fn(97)
pid 639 doesn't exist - deleting connections 1 [...
2017 May 05
2
problem with non-allocatable register classes
I am using some non-allocatable RegisterClasses to define lists of registers that are used for various non-allocation-related processing in the back end. For example, we have a post-allocation functional unit selection pass that is guided by the register assignment, which does things like 'myRegClass.contains(Reg)' to see if a register is in the set of registers accessible by a given unit.
2015 Feb 05
3
Rcurl crash in R-devel
Hello,
I don't know if the problem originates from R-devel 3.2 or Rcurl itself.
I post this message to the R-devel list and to the author of RCurl
(duncan at r-project.org).
> library("RCurl")
Le chargement a n?cessit? le package : bitops
> print(sessionInfo())
R Under development (unstable) (2015-02-03 r67717)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: