similar to: problem in R.sh.in script

Displaying 20 results from an estimated 10000 matches similar to: "problem in R.sh.in script"

1999 Sep 10
1
problem in R.sh.in script (PR#273)
At 10 Sep 1999 06:53:01 -0000, Mitsuru Oka <oka@debian.or.jp> wrote: > > > I found problem in R-0.65.0/src/scripts/R.sh.in script. > When I run R program with `R -d gdb', R script say, > > /usr/local/bin/R[104]: shift: bad number > > I fixed this problem by applying following patch to the script: ... > > Version: > platform = i586-unknown-linux
1999 Sep 08
1
PostScript output error
Hello, I'm currently using R-0.65.0 with --gnome option in configure on IRIX64 and Debian GNU/Linux. I found a problem in generated postscript file which has following sequence: x <- 1:30 postscript("output.ps") par(mfg=c(1,1,2,2)) plot(x,sin(x)) plot(x,sin(x)) plot(x,sin(x)) plot(x,sin(x)) dev.off() The generated postscript file "output.ps" can't
2002 May 21
4
Samba+PDC+LDAP (add user script + unix passwd sync) Can't call perl script
Hi, i've compiled samba 2.2.4 on a Redhat 7.1 machine, working with openldap 2.0.23. I also downloaded smbldap-tools from IDEALX which i fixed myself to fit my needs. Everything work very fine when running the scripts in shell mode... but! In smb.conf : ============= add user script = /usr/local/sbin/smbldap-useradd.pl -w %u This line don't work and it should, because when running
2002 Jun 02
0
BDC with LDAP and Samba 2.2.4
Hi, I've compiled samba 2.2.4 on two servers, working with openldap 2.0.23 with a master and a slave. Replication on LDAP servers works fine. I've set up a domain controller and wanted to set the other server as BDC in case the PDC goes down. Each time i put the "domain logons = yes" option, some people can't log in, computers seems to seek for a domain controler. Also,
2000 Aug 26
0
smbsh - Samba 2.0.7 - Solaris 2.6? Thanks!
Hi Oka, It worked! All works fine in the tcsh. Thanks! Kurt ----- Original Message ----- From: Stam, Kurt To: 'kurt@oneheartbreak.com' Sent: Friday, August 25, 2000 4:33 PM Subject: FW: smbsh - Samba 2.0.7 - Solaris 2.6 -----Original Message----- From: Oka Setiawan [mailto:oka@indigopool.com] Sent: Friday, August 25, 2000 4:37 PM To: Stam Kurt Subject: RE: smbsh - Samba 2.0.7 -
2002 Jun 04
2
PDC and BDC with LDAP and Samba 2.2.4
Hi, I'm trying to build a PDC and BDC to elimenate Windows NT on a network and have load balancing and fault tolerence for users. I've compiled samba 2.2.4 on two servers, working with openldap 2.0.23 with a master and a slave. Replication on LDAP servers works fine. I've set up a domain controller and wanted to set the other server as BDC in case the PDC goes down. Each time i put
2005 Jul 29
2
R_BATCHSAVE setting in config.site
Hi, I just downloaded and installed last nights version of R-patched and decided that I'd set R_BATCHSAVE=--no-save in config.site, which I haven't done before. Since the comment above R_BATCHSAVE in config.site says: ## The default behavior of R if it encounters EOF in batch mode. ## Set this to one of '--save' or '--no-save' depending whether you ## want automatic
2013 Mar 28
0
(no subject)
Hello list Iam add a server as BDC with samba4, my PDC samba 4 too, I read the how to and everything ok, but but give me this error Partition[DC=eccmg,DC=cupet,DC=cu] objects[11735/15277] linked_values[0/0] Partition[DC=eccmg,DC=cupet,DC=cu] objects[12137/15277] linked_values[0/0] Partition[DC=eccmg,DC=cupet,DC=cu] objects[12539/15277] linked_values[0/0] Partition[DC=eccmg,DC=cupet,DC=cu]
1999 Dec 16
1
R-0.90.1 buglet in R shell (PR#375)
I recently took "." off my PATH for security reasons and now find that R does not work in my home directory where the .Renviron file resides. The fix is simple. In the R shell startup section replace ". .Renviron" by ". ./.Renviron". The relevant section is: # Startup if ${USE_R_ENVIRON}; then # use the one in current dir, or default if [ -r .Renviron ] then .
2002 May 24
1
add user script w/ idealx perl script (ldap)
Dear samba guru, I have a little bug i can't solve. It is pretty misterious to me, must be a problem how samba execute the add user script. Now here is the situation. I've compiled samba 2.2.4 with ldap 2.0.23 to run as PDC with win2k workstations. Everything works as expected except the add user script to add workstation automaticly to the domain. add user script =
1999 Aug 21
2
Bug list summary (automatic post)
================================================= This is an automated summary of the status of the R-bugs repository. Note that this may be neither complete nor perfectly correct at any given instance: Not all bugs are reported, and some reported bugs may have been fixed, but the repository not yet updated. Some bug fixes are difficult to verify because they pertain to specific hardware or
2009 Jul 27
2
[LLVMdev] PROPOSAL : Introduce NamedMetadata
On Mon, Jul 27, 2009 at 1:13 PM, Dan Gohman<gohman at apple.com> wrote: > > On Jul 27, 2009, at 10:10 AM, Devang Patel wrote: > > >> In LLVM IR metadata is used to attach auxiliary information with >> various IR constructs. Currently metadata information is represented >> using MDNode and MDString. The metadata can refer to LLVM values but >> these
2018 May 22
0
Nelson-Aalen Estimator in R: Error Message
Hard to tell from the info you are giving us. I assume this regards the "mice" package? One way to proceed is to set options(error=recover) which will dump you into the browser() environment when the error occurs and you can oka around and see what the value of variables was at the point of the error. This could give you a clue about what is going on. -pd > On 22 May 2018, at 15:29
2016 Apr 20
2
Dangling debug value or bug in argument elimination pass?
David, Peter, Let me try it one more time, now with an example… Short of upstreaming a fake function clone pass, let me only illustrate the issue in raw debug output. Hopefully it should be sufficient. Try this: clang -Os -g -fno-strict-aliasing test_arg_del.ll -mllvm -debug -mllvm -print-after-all After DAE - Removing argument 1 (reg) from foo DAE - Removing argument 2
2020 Apr 15
0
[PATCH nbdkit 8/9] eval, sh: Set $tmpdir before running the command, instead of globally.
The $tmpdir environment variable is used by the eval and sh plugins to communicate the path to the temporary directory created by the plugin for shell scripts to use for temporary files. Previously we set this environment variable globally (in .load()), but this means the environment variable can be leaked into undesirable places, eg. into the --run script: $ nbdkit sh - --run 'echo
2017 Sep 07
2
RFC: Introduce DW_OP_LLVM_memory to describe variables in memory with dbg.value
On Thu, Sep 7, 2017 at 9:46 AM, David Blaikie <dblaikie at gmail.com> wrote: > Feels to me like bugs rather than inconsistencies (I'd think of an > inconsistency as "we do X over here intentionally and Y over here > intentionally but they're in contradiction to one another") > The DBG_VALUE MachineInstr actually already has a way to indicate that the computed
2009 Sep 24
3
[LLVMdev] Is line number in DbgStopPointInst in LLVM accurate?
Dear developers, When I try to map line numbers in source code back to LLVM basicblocks, I meet some problems: there is a source file with 1500 lines of code, but when I use BasicBlockPass to collect all DbgStopPoint instructions in this file, I can only get 500 lines of code. The source code and the collected results are both attached. Is there any way to map line numbers
2003 Jan 09
2
(no subject)
I just ran across this myself. I guess I dont understand why there needs to be machine names in /etc/passwd if you are storing everything in LDAP. Am I missing a configuration option here? Can one of you samba geniuses point me in the right direction please? Thank you! >I have exactly the same bug. Your original email was dated 24 May 2002 >so I can safely assume that either you
2013 Apr 26
0
[LLVMdev] 'LowerDbgDeclare' in Instruction combining affects scope information
Hi All,   For the test snippet below, int func(int dd, int ds, int *rm) {   int d_sn = 0;   int dv_sn = 0;   unsigned int d, r;   if (dd < 0) { d_sn = 1; dd = -dd; };   if (ds < 0) { dv_sn = 1; ds = -ds ; };     d = func1( dd, ds, &r);     if (d_sn && dv_sn){ r = -r;}   else if (d_sn) { d = -d; r = -r; }   else if (dv_sn) { d = -d; };     if (rm) { *rm = (signed int)r; }  
2010 Dec 09
2
[LLVMdev] Bad gcc versions
Török Edwin <edwintorok at gmail.com> writes: >> > Which regression tests are failing with LLVM 2.8 and GCC 4.4.x? >> >> Too many to list. > > Can you give me 2 or 3 examples (that fail with LLVM 2.8 and GCC 4.4 > but work with LLVM 2.8 and GCC 4.3), also I'd like to know how they > fail. > If I have some time I'll check with my 4.4 to see if