Displaying 20 results from an estimated 600 matches similar to: "problems with "Save As" in BNA Income Tax Planner for Windows"
1997 Dec 17
1
"Save As" fails to Samba drive, works on Win95, NT, Novell ...
Hi --
I originally posted the following message about 2 weeks ago -- I don't mean to
annoy but really need to solve this problem - if anyone can shed any light on
the issue I'd greatly appreciate it.
Since the original post, we've run the application with its data on network
drives shared from 95, NT, and Novell, and all work fine, as does saving
locally. It only fails on a
2001 Nov 29
1
(no subject)
I'm having a problem with files locking so that every time the are
opened up they are opened as Read-Only. Windows doesn't see them as
readonly but Samba thinks that they are write=no and so they can't be
saved or deleted.
I've included a log, my smb.conf, and a getfacl of a user's home
directory as well as a getfacl of the directory from /home. Any help
would be
1998 Sep 15
0
Directories show empty after some time ...
Sorry that I will ask a kind of a vague question, but I don't really know
how to proceed at the moment:
Some of our Samba (1.9.18p10) users experience the following problem: they
map a drive to a Samba share (pointing into AFS, if that matters) and see
all files/dirs correctly after the password dialog. 'Some time' later (for
one user usually about one hour) they try to use the drive
1999 May 28
2
Help! problems with Arcserve. Can someone decrypt the logs ?
Hi everyone,
We use samba 2.0.4 and are very glad of it. However, recently I had to add a
backup facility on our network, so we plan to purchase Arcserve IT for NT,
in order to backup our servers. We are using mainly 3 Linux servers and 1 NT
server, which runs the backup service.
However, as Itried to add a simple share on the file server to enable
backup, later I encounter problems with
2014 Jul 15
3
[LLVMdev] Does LLVM 3.5 works with IR from LLVM 3.0?
On Tue, Jul 15, 2014 at 10:46 AM, John Criswell <jtcriswel at gmail.com> wrote:
> On 7/15/14, 9:32 AM, Gaoyao Xiao wrote:
>
> Hi,
>
>
> I have some IR files which can be compiled using llc-3.0 and gcc-4.6.3.
> I want to instrument these IR files. My instrumentation pass is implemented
> under LLVM-3.5 and some data structures in LLVM-3.5 are not available on
>
2005 May 27
0
[LLVMdev] SSA in the Front End
Ricardo wrote:
> Hi,
>
> I have been looking into the code that generates the LLVM assembly in the LLVM front end, but I am
> not very sure if at the time that the llvm_c_expand_body_1 function is called, the SSA form was
> already constructed (each definition dominates all the uses). Can somebody please tell me?
The LLVM GCC frontend does not translate variables directly into
2004 Apr 30
1
--backup requires remote connection?
Does the --backup, --backup-dir set require that either then source or
target be a remote connection?
Test folder hierarchy:
/Users/localskaiser/source/myfile.txt
/Users/localskaiser/source/a/b/c/newfile.txt
/Users/localskaiser/target
/Users/localskaiser/archive
I can not get the following command to work (after running it once, and
then modifying newfile.txt):
[skaiser-pbg4:~] localska%
2005 May 28
1
[LLVMdev] SSA in the Front End
Thanks for the explanation. It's more clear now
The only thing that seems strange is that in the function llvm_expand_shortcircuit_truth_expr in
the front end, there is the creation of a PHI instruction. If there is no SSA yet, why do you do
that?
Thanks in advance
--- John Criswell <criswell at cs.uiuc.edu> wrote:
> Ricardo wrote:
> > Hi,
> >
> > I have been
2010 Jun 04
0
[LLVMdev] Inserting a function call into bitcode
On Fri, Jun 4, 2010 at 12:09 AM, Nehal Gandhi <nbg2k7 at gmail.com> wrote:
> On Thu, Jun 3, 2010 at 10:45 PM, Nehal Gandhi <nbg2k7 at gmail.com> wrote:
>>> Hi Eli,
>>>
>>> Thanks for that. Rookie mistake on my side. It solves the linking issue.
>>> However, it was not the main problem. The problem is when I execute the
>>> linked file (
2010 Jun 04
2
[LLVMdev] Inserting a function call into bitcode
On Thu, Jun 3, 2010 at 10:45 PM, Nehal Gandhi <nbg2k7 at gmail.com> wrote:
>> Hi Eli,
>>
>> Thanks for that. Rookie mistake on my side. It solves the linking issue.
>> However, it was not the main problem. The problem is when I execute the
>> linked file ( modified bitcode + file containing the function), I get an
>> assertion error - Assertion `Addr
2009 Jul 13
1
are new directories created inside the partial dir?
When --partial-dir is used rsync creates new or updated files inside a
temporary dir. For example the new version of some/path/file is
created in some/path/<partial-dir-name>/file and later moved.
What happens if a new directory is created? If
some/path/newdir/newfile is to be copied, is it done in
some/path/<partial-dir-name>/newdir/<partial-dir-name>/newfile? Or is
newdir
2001 Sep 25
2
read.table() suggestions
Hi,
I understand work is being done to improve read.table(), especially by
Prof. Brian D. Ripley. I offer below a version that I wrote, in the hope some
aspects of it may prove useful or at least inspire discussion.
Be aware that my version differs in a couple fundamental ways that reflect
my aversion to dataframes and factors. So it returns a list of vectors which
are all character,
2010 Jun 04
2
[LLVMdev] Inserting a function call into bitcode
Hi Eli,
I have attached a tar file containing Pass (ConditionPass.cpp), External
function (PrintRes.cpp) and test program (try.c). I use command chain as
describe in previous mail.
Thanks,
Nehal.
-----Original Message-----
From: Eli Friedman [mailto:eli.friedman at gmail.com]
Sent: Friday, June 04, 2010 3:39 AM
To: Nehal Gandhi
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Inserting a
2013 Jan 16
1
Read.dta and Write.dta Binary Data Error
Thanks in advance.
I pass data sets between R and Stata and think dta files would be the best
files for this. To do this I can use package foreign or package memisc. I
mostly use foreign, although have used memisc and this problem mostly didn't
happen, but created errors at other times.
I have a csv data set (and created a test case) with with at least one
column completely missing. This
2010 Jun 04
0
[LLVMdev] Inserting a function call into bitcode
On Fri, Jun 4, 2010 at 1:09 AM, Nehal Gandhi <nbg2k7 at gmail.com> wrote:
> Hi Eli,
>
> I have attached a tar file containing Pass (ConditionPass.cpp), External
> function (PrintRes.cpp) and test program (try.c). I use command chain as
> describe in previous mail.
Can you just attach the final program.bc you pass to lli? I don't
know how to build a plugin off the top of
2003 Jul 23
1
Strange behaviour when running R from within Emacs on Winddows
Dear R-experts,
I run R in a shell under Emacs on Win2k using ESS. I get the following strange error
> shell("copy c:\\file.txt c:\\newfile.txt")
warning: extra args ignored after 'copy'
Forkert syntaks for kommandoen.
Warning message:
cmd execution failed with error code 1 in: shell("copy c:\\file.txt c:\\newfile.txt")
The same problem emerges independently of
2006 Jun 03
1
[LLVMdev] Help with pass ordering
Dear llvm guys,
I am trying to add the BreakCriticalEdges pass to my application. I
tried to add it to the PNE pass (e.g. PHIElimination.cpp -
AU.addRequiredID(BreakCriticalEdgesID); ), but I get this error:
llc -f -regalloc=simple Base1Sum.bc -o simple.s
-----------------------------------------------
llc: PassManagerT.h:387: void
llvm::PassManagerT<Trait>::markPassUsed(const
2000 Jul 06
1
R 1.1.0 dev.print()
Hi, I just upgraded to 1.1.0 from 1.0.1 this morning on my OSF/1
machine. I now have problems with the following code:
%E /tmp 43% R --vanilla
Version 1.1.0 (June 15, 2000)
...
> test2 <- function ()
{
plot(runif(30))
ofile <- "/tmp/newfile.ps"
dev.print(file = ofile)
}
+ + + + + > > test2()
Error in device(...) : Object "ofile" not found
However, if
2017 Jan 24
1
Samba shared folders: file permission bits issue
Dear Samba list,
I set up a samba server on debian. The samba version is 4.2.10, and the server configuration is as follows:
# Global parameters
[global]
server role = standalone server
security = USER
map to guest = Bad User
obey pam restrictions = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log
2010 Jun 04
0
[LLVMdev] Inserting a function call into bitcode
On Thu, Jun 3, 2010 at 9:43 PM, Nehal Gandhi <nbg2k7 at gmail.com> wrote:
> Hi All,
>
>
>
> I am trying to write code for simple instrumentation. What I want to do is
> to insert a call to an external function for result of each conditional
> branch instruction. This external function simply print true or false based
> on the result of condition. The modified code is