similar to: Samba 1.9.17p2/Solaris 2.5.1

Displaying 20 results from an estimated 3000 matches similar to: "Samba 1.9.17p2/Solaris 2.5.1"

2003 May 05
1
Help on missing file libpopt.so.0
Hello every1: I just installed samba2.2.8a package (SMCsamba) on Solaris 2.6 sparc box. Upon starting up samba (/etc/init.d/samba.server start), I got a msg. "ld.so.1: /usr/local/samba/bin/smbd: fatal: libpopt.so.0: open failed: No such file or directory Killed ld.so.1: /usr/local/samba/bin/nmbd: fatal: libpopt.so.0: open failed: No such file or directory Killed Help is greatly
2012 Nov 28
0
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
Hi there. What about repainting the top-level bike-shed - the build system itself? I've got a framework called "v3c" in SourceForge that has a top-level makefile. From that makefile you can just do "make" to build it with debug information, "make release" for a release build, "make -j7 distcheck" to throw a few cores at the build, "make -j7 git
2015 Mar 28
2
samba4.2.0 crashes on connection attempt with an internal samba error...
Rowland Penny schrieb am 28.03.2015 10:30: > I do not understand how you managed to install libgnutls-dev in the > first place, when I try to install it, I get: Well, it has been about a year ago, when I installed my servers. And by then libgnutls-dev had been available without any problem. Maybe there are some remnants on the system - I frankly don't know. I will definitely try
2007 Jan 26
6
has_many :through query question
I think this is obvious. but for some reason I''m not getting it. Models: Bicycles, Accessories Join Model: Upgrades The idea is that you can upgrade your bike by adding an accessory, and the upgrade price is often less than the accessory price would normally be. So the Upgrades table has id, bicycle_id, accessory_id, and price. class Bicycle has_many :upgrades has_many
2009 Jun 22
4
SAS-like method of recoding variables?
Dear R-helpers, I am helping a SAS user run some analyses in R that she cannot do in SAS and she is complaining about R's peculiar (to her!) way of recoding variables. In particular, she is wondering if there is an R package that allows this kind of SAS recoding: IF TYPE='TRUCK' and count=12 THEN VEHICLES=TRUCK+((CAR+BIKE)/2.2); Thanks for any help or suggestions you might be able
2020 Jun 16
4
IRC spam
On Tue, 16 Jun 2020 at 15:06, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I also see little evidence that it would fix the problem of someone > having too much time on their hand and wants to be a nuisance. AFAICS, this is not the problem. The nicks are clearly randomly generated by smashing words together and the content seems to be what comes out of a
2016 Apr 19
2
RFC: EfficiencySanitizer
On Tue, Apr 19, 2016 at 10:18 AM Filipe Cabecinhas via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Sun, Apr 17, 2016 at 10:46 PM, Derek Bruening via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > TL;DR: We plan to build a suite of compiler-based dynamic instrumentation > > tools for analyzing targeted performance problems. These tools will all > >
2015 Mar 14
2
[LLVMdev] Bikeshedding commit message policy - Round 3 - Fight!
Folks, On review http://reviews.llvm.org/D8197, we're basically down to two bikeshedding issues: 1. Title tags Some people use "[CSE] Change blah", others use "CSE: Change blah". I hadn't put anything regarding tags because not everyone use it and when they do, it's slightly different. I personally don't think it's a reason to argue about, so I'm in
2007 May 08
3
Solaris streams package installation
Is it possible to install a solaris streams package with puppet? As some of my machines are not allowed to be a nfs client, I transfer the bunch of packages to these clients with the file type and puppet:// ... If the packages are in filesystem format there can be hundreds of files within large packages. It takes a huge amount of time to transfer all of them. So I''ve changed them into
2020 Aug 26
2
Re: [nbdkit PATCH 3/5] api: Add nbdkit_string_intern helper
On 8/25/20 3:32 PM, Eric Blake wrote: >>> -      keys[optind] = strndup (argv[optind], n); >>> -      if (keys[optind] == NULL) { >>> -        perror ("strndup"); >>> +      CLEANUP_FREE char *key = strndup (argv[optind], n); >>> +      const char *safekey = nbdkit_string_intern (key); >>> +      if (safekey == NULL) >>>
2002 Apr 25
2
ssh-rand-helper probs
Hi all Am i doing this right? Is this the right list to post to? If not, a quick lesson in ettiquette for me would not hurt. As I am both just starting to use newsgroups and SSH, I am not entirely familiar with the processes. I have a question about ssh-rand-helper. First an outline: I am currently using the SSH packages for Solaris 2.8 available at sunfreeware.com. The environment is
2011 Nov 29
3
Matrix for correlation
hi @ all, I have problem with creating a matrix for a cor() function. I try to use the cor() function on a matrix to test the correlation between each value in a column. Maybe like corr(x, method = xyz). My x has two columns maybe like this: MEDIA VALUE Car 23 Train 26 Plane 25 Cab 22 Bike 15 .... and so on. Now I want to calculate the correlation between Car and Train, Car
2008 Oct 15
11
how to update solaris packages without keeping local copies
Greetings, I have a solaris package stored on a puppet server. I''d like to be able to maintain the package on a client system without having to also keep a copy of the package file on the client system. (think lots and lots of packages) Checksums work okay for noticing changes on the fileserver, but it seems that I have to keep a local copy of the file as well. When I rev the package
2019 Jul 16
2
Re: [PATCH libnbd] generator: Swap parameters of nbd_add_close_callback.
On 7/16/19 10:39 AM, Eric Blake wrote: > On 7/16/19 10:04 AM, Richard W.M. Jones wrote: >> The API changes from: >> >> int nbd_add_close_callback (struct nbd_handle *h, >> nbd_close_callback cb, >> void *user_data); >> >> to: >> >> int nbd_add_close_callback (struct nbd_handle
2002 Jul 18
1
'buildpkg.sh' for OpenSSH - non-interactive install?
I have a minor issue with the 'buildpkg.sh' script in the contrib/solaris directory for OpenSSH (3.4p1 in my case) that I'm hoping might be solvable. First off, I'd like to say that I've been quite happy with the script; for interactive installs, it's worked great. My problem is occurring due to my attempts to make it work non-interac- tively, however, within an init
2010 Mar 30
1
Force Winbind Domain
Hi all, Is there any way to force Winbind to auhenticate against a certain domain even if another was specified? I'm currently having problems authenticating some users on squid as they seem to inform the wrong domain. I can see messages like these on my cache log: Login for user [PROXY1]\[USERNAME]@[WRKSTATION] failed due to [No such user] The problem is that our domain is not called
2003 Oct 01
2
Hep for creating a package
Hi, I created a package for OpenSSH 3.7.1p2 in UNIX (OS: Sun Solaris), the newly created package includes binaries,man pages, libraries and Configuration files. I am planning to install this package in all of my Sun server's (Approximately 200 Server's). We have SSH/OpenSSH older version are already installed and running in all of the sun boxes. I want to install the
2005 Oct 15
1
makepkg.sh for samba 3.0.20
Hi, I downloaded 3.0.20 from samba.org, ran makepkg.sh to create samba pkg for Solaris. The install base for the new version locates in /opt/samba and the smbd locates in /etc/samba. I tried to modify the makepkg.sh to put everything under /usr/local/samba as follow: Delete: ==== --localstatedir=/var/lib/samba \ --with-piddir=/var/run \
2007 Dec 12
8
Solaris package woes
I am trying to get Puppet to push out a Solaris sudo package that I built, but I keep getting errors. I tested applying the package manually outside of Puppet and it works perfectly, but when I attempt to push it out via Puppet it fails. Puppetmaster Version: 0.23.2 [Ubuntu Linux 7.10 - Puppet built from source] Puppet client version: 0.23.0 [Sun Solaris 10 Zone - Puppet built from source] The
2014 Aug 03
4
don't use centos 7 as a developer workstation
Hi, May be it's not clear to everyone.. so this's just a quick notice to everyone. Don't use CentOS 7 as a developer workstation since currently there is not included any developer IDE. As eclipse was pulled out from the main distro and put into Red Hat Developer Toolset (which is imho a good idea not to use a 7 years old IDE). But Red Hat Developer Toolset is still not supported on