similar to: 2.05a Solaris 2.5.1 SPARC -problem-

Displaying 20 results from an estimated 2000 matches similar to: "2.05a Solaris 2.5.1 SPARC -problem-"

1998 Apr 30
1
Printing from NT4 public=no
Hello, Im using samba samba-1.9.18p4 on solaris 2.6. Every works fine with Win95. (browsing, file service printing) With NT file service and browsing are OK. I was wondering if its possible to print from Windows NT4 SP3 samba print services with the option public=no The printing fail silently on the NT machines. I was hoping to have a 'network password' dialog box the same way as to
1998 May 04
2
Printing from NT4
Hello, Does anyone have done a setup of the samba server in such way that the user on a Windows NT4 client must enter his/her username/password to use a printer service ? Is that possible? I manage to have this working with Win95 with the option public=no but it does not seems to work for NT. The goal is to have a control of the printer usage. (accounting) I'm controlling the samba servers
1999 Oct 26
3
NIS+ support in samba-2.0.5a
Hi all, I'm a little confused over what exactly the NISPLUS and NISPLUS_HOME support options actually mean. I'm hoping somebody can shed a little light on this. Our main samba server is a Solaris 2.7 machine (using NIS+ for passwords, etc, etc.) running samba 2.0.5a. I have recently been investigating a problem where, after a reboot of the server, various 3rd party products (POP, IMAP,
2005 Apr 18
2
citation() chops "Roeland " (PR#7797)
Full_Name: Jari Oksanen Version: 2.0.1, 2.1.0 beta (2005-04-17) OS: Linux Submission from: (NULL) (130.231.102.145) If name ends with "and", such as "Roeland Lastname", citation() will chop "and" as a separate word giving "Roel and Lastname". This is the case in the upcoming release of vegan (1.6-8) just submitted to CRAN. Basically, this seems to happen
2004 Jul 28
1
Connection timeout
Hello I'm working with samba 2.2.8 on Solaris 5.8, and I often have this error: 2004/07/07 15:23:34, 0] lib/util_sock.c:(479) read_socket_data: recv failure for 4. Error = Connection timed out [2004/07/08 00:23:46, 0] lib/util_sock.c:(479) read_socket_data: recv failure for 4. Error = Connection reset by peer This is very bad, because applications running through Samba shares work very
2011 Apr 10
5
Question about levels/as.numeric
Hi, I am still new to R and this is my first post on this mailing-list. I have two .csv (each one being a column of real numbers) coming from the same database (the first one is just longer than the second) and I read them in R the following way: returns <- read.csv("test.csv", header = FALSE) returns2 <- read.csv("test2.csv", header = FALSE) However, the two
1999 Apr 21
1
text works with the postscript device?
Dear R experts, R (0.63) does not seem to write me any text in a PS file. Trying x11() plot(12) text(5,5, "Hello World") works fine. Now I would like to have the same as a PS file. postscript("foobar.ps") plot(12) text(5,5,"Hello World") dev.off() Gives me a PS file with the plot -- but without the "Hello World". Why? I'm completely clueless. Ciao
2000 Feb 28
1
read_socket_data: recv failure
John Wilkes wrote: > I can't get samba to work reliably. Win98 machines can map a network > drive via Samba, but writing large files to the Linux box fails. I get > error messages that all are some variation on this ... > [2000/02/20 22:38:31, 6] lib/util_sock.c:write_socket(560) > write_socket(6,39) wrote 39 > [2000/02/20 22:38:31, 10] lib/util_sock.c:read_socket_data(468)
2016 Jan 22
2
Adding support for self-modifying branches to LLVM?
On Thu, Jan 21, 2016 at 2:52 PM, Jonas Wagner <jonas.wagner at epfl.ch> wrote: > Hello, > > There is some data on this, e.g, in “High System-Code Security with Low > Overhead” <http://dslab.epfl.ch/proj/asap/#publications>. In this work we > found that, for ASan as well as other instrumentation tools, most overhead > comes from the checks. Especially for
2009 Jul 21
1
strange bug? with R CMD check
Hello, I am trying to get a package to pass R CMD check on an iMac running Mac OS X. When the package is named safeBinaryRegression I get the following warning from R CMD check: * checking whether the name space can be loaded with stated dependencies ... WARNING Error in dyn.load(file, DLLpath = DLLpath, ...) : function 'make_lp' not provided by package 'lpSolveAPI'
2001 Sep 11
1
[Q] Sparse Matrices in R?
Does anyone knows if there is a way to handle sparse matrices in R? More precisely I am looking for a way to do correspondance analysis on a contingency table which is quite huge (1,000 x 10,000) but sparse (i.e. full of zero). Creating it directly in R (eg as x <- array(0,c(1000,10000) then filling the non zero cells) seems definitely not the good solution as R is then unable to process it
2014 Nov 17
2
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
+nlewycky On Mon, Nov 17, 2014 at 9:36 AM, Volodymyr Kuznetsov <vova.kuznetsov at epfl.ch > wrote: > Hi Kostya, > > On Sat, Nov 15, 2014 at 1:53 PM, Volodymyr Kuznetsov < > vova.kuznetsov at epfl.ch> wrote: > > Do you think moving the pass to lib/Transform/Instrumentation but > > scheduling it during code generation would make sense ? If so, we'll >
2016 Feb 09
2
Adding support for self-modifying branches to LLVM?
Hi, I'm coming back to this old thread with data about the performance of NOPs. Recalling that I was considering transforming NOP instructions into branches and back, in order to dynamically enable code. One use case for this was enabling/disabling individual sanitizer checks (ASan, UBSan) on demand. I wrote a pass which takes an ASan-instrumented program, and replaces each ASan check with
2008 May 09
1
Have you ever experienced this problem with REAL in a C code
Dear all, I'm currently experiencing big troubles with my C code called by .Call in a R function. I know this may not be the right place for such things but these errors are driving me crazy. And I hope other people may have already experienced these problems so that they could give me good suggestions. Sorry if I'm completely out of topic. Well let's go... I'm writing a
2008 Aug 08
2
Suggestion for the optimization code
Dear list, Here's a suggestion about the different optimization code. There are several optimization procedures in the base package (optim, optimize, nlm, nlminb, ..). However, the output of these functions are slightly different. For instance, 1. optim returns a list with arguments par (the estimates), value the minimum (maxima) of the objective function, convergence (optim
2014 Nov 15
3
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
Hi Kostya, >On Wed, Nov 12, 2014 at 2:50 AM, Volodymyr Kuznetsov <vova.kuznetsov at epfl.ch >> wrote: > >> Dear LLVM developers, >> >> We've applied the feedback we received on Phabricator on the SafeStack >> patches, >> > >Did you investigate the possibility of moving the transformation from >codegen to the LLVM level, i.e. the same level
2008 Aug 06
1
Numerical optimisation and "non-feasible" regions
Dear list, I'm currently writing a C code to compute the (composite) likelihood - well this is done but not really robust. The C code is wrapped in an R one which call the optimizer routine - optim or nlm. However, the fitting procedure is far from being robust as the parameter space depends on the parameter - I have a covariance matrix that should be a valid one for example. Currently,
1998 Jul 17
13
connection problem
I have two identical AIX v4.2 machines. One of them was vendor installed, and I installed the OS on the other one. I am successfully running Samba-1.9.18p4 on the vendor installed OS, but I cannot seem to get any Win95 clients to browse on my other machine (Explorer hangs on the Win95 client). I have performed all of the tests in DIAGNOSIS.txt. All of the tests work except for number 7. I can
1999 Sep 07
2
R-0.65.0 on mips-sgi-irix6.5: Error code 1 (bu21)
Dear all, I want to install R-0.65.0 on mips-sgi-irix6.5 (SGI IRIX 6.5 IP32), but it doesn't work !!! I run the following configure call: <146>: ./configure --prefix=/usr/people40c/kuonen/Software/bin ... R is now configured for mips-sgi-irix6.5 Source directory: . Installation directory: /usr/people40c/kuonen/Software/bin C compiler: gcc -g -O2
2020 Jul 08
2
[RFC] Proposal for CIRCT incubator project
Sure, I'll summarize with respect to the criterion in the document: - Must be generally aligned with the mission of the LLVM project to advance compilers, languages, tools, runtimes, etc. CIRCT is a compiler which is built around LLVM/MLIR. We anticipate building code generation for ASIC and FPGA backends along with specialized accelerators, while leveraging existing LLVM backends for