similar to: Use of solaris 2.5.1 precompiled as expedient

Displaying 20 results from an estimated 30000 matches similar to: "Use of solaris 2.5.1 precompiled as expedient"

1999 Jun 05
0
Problems with smbpasswd on a solaris 2.5.1 server
I downloaded and installed the precompiled solaris 2.5.1 samba executables on one of our file servers. (The server is running solaris 2.5.1. My previous posting about running the 2.5.1 executable on a 2.5 machine is moot --- I had simply been misinformed about the status of the machine.) The 'diagnosing your samba server' procedure checks out until the 'smbclient
1999 Oct 28
4
Samba on Solaris 2.5.1?
Does anyone have Samba working on Solaris 2.5.1? I posted more or less the same question a few months ago, and didn't hear anything back, but the issue has reared its head again on my end. I have Samba 2.0.0 running successfully on Solaris 2.6, but have failed in repeated attempts to get Samba running on Solaris 2.5.1. Basic symptom: I can get the daemon running, but can't connect to
1999 May 27
2
Can't connect to samba from foreign network --- 'Gethostbyaddr failed' error in log.smb
I have a samba server at ip address aaa.bbb.ccc.ddd I can connect to it from clients on subnets aaa.bbb.eee. and aaa.bbb.fff. I can't connect to it from clients on ggg.hhh. smb.conf has hosts deny = all hosts allow = localhost, aaa.bbb., ggg.hhh. The client can successfully 'ping mysambaserver' (resolves to aaa.bbb.ccc.ddd). Doing 'net view \\mysambaserver' fails with
1999 Jun 04
2
Does mksmbpasswd.sh have any real purpose?
I see that mksmbpasswd.sh (plus a little editing) would be a good way to set up users with "NO PASSWORD" in bulk. But suppose I don't want the risk of the "NO PASSWORD" approach. Now somebody with root access must run smbpasswd for each user they want to activate. But can't I just do this anyway (with the -a 'add user' option), without ever having run
1999 May 27
1
One of two samba servers not visible (remote announce problem?)
I have (more than) three subnets: A: all unix (I think) B: mixed unix and PC's C: all PC's (I think) I have a samba server on both A and B. They have essentially identical configurations. Both are running the nmbd daemon, and are configured as workgroup = XXSAMBA. I have a PC on C. Both net view /domain:XXSAMBA and network neighborhood show only the server on B. I assumed that
1999 Nov 03
1
Does samba work with clearcase (unix vobs --> nt clients)?
I'm hoping this turns into another case of 'knowing it works makes it happen.' I am involved with a unix clearcase installation which now needs to work with nt. We have clearcase 3.2.1 running on both the unix and nt side. Because we have checkin/checkout triggers hooked to some unix-side stuff, we need the unix views to be accessible from nt. Does anyone have direct experience
1999 Jul 08
0
Some clients can browse and some can't
I am very confused by how our browsing works. I have three samba servers on two different subnets all set up to be in the same workgroup. (No other machines are in that workgroup.) None of them have a guest account set up. When nt clients browse the network (in explorer's map network drive), they do see the samba workgroup. If you click on the samba workgroup, some clients are given the
1999 Jun 01
0
One of two samba servers not visible (remote announce
When the world was young, "Frank R. Brown" <list.Frank@MailAndNews.com> carved some runes like this: [snip] > I have two concerns: > > The first is that I don't understand what is going on, so I'm worried that > this setup will turn out to be flaky. The only thing flaky in this setup are the various incarnations of windoze... See below. > Secondly, I
2003 Jan 31
2
Precompiled rsync 2.5.5 for SPARC Solaris 8 64bit
Hello List, Would anybody have a precompiled version of rsync 2.5.5 for SPARC Solaris 8 64bit? Thanks in advance for your help, Loris -- Loris Serena Unix Systems Administrator PaddyPower Bookmakers Phone : +353-1-4049633 http://www.paddypowerplc.com Mobile: +353-87-9683760 mailto:lserena@paddypower.com Privileged, confidential and/or copyright information
2011 May 25
2
[LLVMdev] Precompiled templates
Hello list, I'm currently investigating the use of LLVM for a project. For example, if I have a function like int a(int x, int y) { if (P == 0) { return x - y; } else { return y - x; } } and P could be considered constant, one of the code paths could be optimized out. Now I want to load a compiled bitcode file into a CFG, replace all occurrences of P with the value (either 0
2011 May 27
0
[LLVMdev] Precompiled templates
Hi Andreas, > I'm currently investigating the use of LLVM for a project. For example, > if I have a function like > > int a(int x, int y) { > if (P == 0) { > return x - y; > } else { > return y - x; > } > } > > and P could be considered constant, one of the code paths could be > optimized out. Now I want to load a compiled bitcode
2007 Dec 07
0
regression tests for unlink and wildcards fail - Solaris 10 SPARC / Sun Studio 12 (PR#10501)
Full_Name: Jim Brown Version: 2.6.0 / 2.6.1 OS: Solaris 10 (SPARC) Submission from: (NULL) (35.8.15.102) I have been able to successfully compile version 2.5.1 using the Sun Studio 12 compilers on Sun Solaris 10 (SPARC). All tests using "make check" pass with a status of OK. However, the following section of "reg-tests-1.R" fails when I attempt to test after a build of
1998 Feb 13
0
Printer browsing- failing under Solaris 2.5.1
I am at a loss. I have two SUNs and 10 PCs (W95) on our network. One SUN box runs Solaris 1.1.1, it has four serial printers (old printers never die they just...) running from a serial extension card. Users validate when the come to their PC so they can access the printers and the disks on the SUNs. The second SUN runs 2.5.1 and I wanted to move the printer activity there with time. I created two
2011 Mar 15
1
precompiled ode with spline input
I tried to use lsode with precompiled C code instead of an R function defining the derivatives. No problem so far. However, now I need to implement an ODE that contains spline functions, i.e. the derivatives at given time points depend on the value of a spline function at this time point. What is an efficient way to implement this in precompiled C code? -- Daniel Kaschek <daniel.kaschek at
2011 Sep 13
1
"Isn't precompiled" message while compiling
I have one JS library that references image assets in /app/assets/images/subdir/. When I execute "bundle exec rake assets:precompile RAILS_ENV=production", I receive an error that the image file in /subdir/ isn''t precompiled ... while I''m telling it to compile all assets. I''ve tried clearing out /public/assets/. Any ideas? Thanks, Christopher Thielen --
2001 Jun 01
0
R-1.2.3 OSF precompiled binary doesn't run under DU4.0D (PR#964)
Full_Name: Paul Mather Version: 1.2.3 OS: Digital Unix 4.0D Submission from: (NULL) (128.173.35.237) The precompiled binary for "osf4.0" distributed via CRAN does not run under Digital Unix 4.0. The error given is: Fatal error: The X11 shared library could not be loaded. The error was dlopen: cannot load /usr/local/lib/R/bin/R_X11.so Subsequent investigation actually reveals that
2007 Dec 10
1
Building R on Sun Solaris 10 (SPARC) using Sun Studio 12
R Help List: Just curious if anyone has successfully built R on a SPARC platform running Sun Solaris 10 using the latest Sun Studio 12 set of compilers. If so, I would be interested in the compile flags that you used. I have tried several different builds of version 2.5.1, 2.6.0, and 2.6.1 using various different compile flags and I am able to compile and check, but for whatever reason, the
2016 Sep 29
3
Web site for MacOSX R-devel precompiled version
From several years, I used this site http://r.research.att.com to get a precompiled version of macosx R-devol but the most recent version is frozen at the 18/8 build (r 71112). Is there an alternative (except than compile myself !) ? Thanks, Marc
2011 Sep 13
0
Building R package with precompiled shared library
Dear R users, we are trying to build a R package that includes a precompiled shared library, let's say mylib.so. We created the skeleton of the package and we moved the mylib.so file into the libs folder that we created at the same level of the folders man and R. Moreover we created the file NAMESPACE and we added the line useDynLib(mylib, .registration=TRUE). The building step seems to work
2016 Sep 29
0
Web site for MacOSX R-devel precompiled version
> On Sep 29, 2016, at 8:42 AM, Marc Girondot via R-devel <r-devel at r-project.org> wrote: > > From several years, I used this site http://r.research.att.com to get a precompiled version of macosx R-devol but the most recent version is frozen at the 18/8 build (r 71112). > > Is there an alternative (except than compile myself !) ? > It is the official build - there may