Displaying 20 results from an estimated 2000 matches similar to: "Winbind partial data"
2006 Dec 07
9
Exec as another user
I''m running puppetd as root and I''m trying to execute tar as the
"puppetd" user
59 define untar ( $source, $dest, $creates, $user = "puppetd" ) {
60 exec { "tar -xzf $source" :
61 cwd => $dest,
62 path => "/bin:/usr/bin",
63 user => $user,
64 creates => $creates,
2002 Jul 12
1
.Rprofile on MacOSX
I'm new to R, so apologies if the answer to my question is very obvious to
everyone else!
I use the carbon version of R (1.5.1), not the Darwin version. After a bit
of a battle, I'm getting to grips with using R, and really getting to like
it, but I'm still having trouble customising startup the way I'd like it.
Reading ?Startup, I see that I can specify some commands to be run
2004 Jul 15
2
Small setup
Hello All,
I have a very small setup of 4 users and a X100P. Asterisk is currently
running on an Athlon 1800 but the server it is running on is also our
imap/web/mail/development/samba server and we are having a few issues
with asterisk which I believe is down to to many tasks.
What I intend to do is build a box just for asterisk(Ill call the old
one obelix). I have a few machines in the loft
2004 Jul 18
1
Asterisk NAT spa-2000
Hi All,
I have a asterisk box that is now on its own static address on the
net.it was originally behind a nat firewall.
The problem I have is that the remote SPA-2000's that are behind nat
firewalls now fail.
here is relevent sip.con entry
[2001]
type=friend
username=2001
host=dynamic
defaultip=81.178.77.67
allow=ulaw
dtmfmode=rfc2833
mailbox=2001@local
context=sip
1999 Jan 20
1
JBuilder Reload buffers? confusion (any update?)
Hi,
We've got some Java projects that are being developed on both Unix and
NT and we're struggling with JBuilder 2.0 and its "File has been
externally updated, reload buffers?" messages. Has anyone found a fix?
Is it a bug in JBuilder? i.e should I save my hair and not spend any
more time investigating/trying to fix this problem?
More info:
Our NT machines access files from
2004 May 30
4
Sipura-spa2000
Hi
I have just got Asterisk going with an spa-2000. however when I look
through the userpdf every function on the sipura and asterisk seems to
require on-hook or flash button , all of the phones i have do net seem
to have either, is there a way round this ? does anyone know. Or do i
ahve to go out and buy more phones?
Anyhelp appreciated
Simon
1999 Jan 18
2
security hole in 2.0.0 ???
hi anybody,
I just upgraded to the final release 2.0.0 and got some problems.
I the [homes]-section I have to set "writable = Yes" in order to get
write access to my home-directory. Unfortunately this allows me to
delete a file that was created originally by root. But this is not
actually what I want. In 1.9.18p10 the unix file permissions were at the
top level and I couldn't do
2000 Mar 29
1
OpenSSH-1.2.3: return of ulimit problem
The ulimit problem appears to have reared its head again with
openssh-1.2.3, under Red Hat Linux 6.1 (kernel-2.2.12, glibc-2.1.2,
egcs-1.1.2, openssl-0.9.5, pam-0.68, pwdb-0.60):
$ telnet localhost 22
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SSH-1.5-OpenSSH-1.2.3
^]
telnet> quit
Connection closed.
$ ssh localhost
Last login: Wed Mar 29
2007 Jan 29
3
Vista can't use samba hosted printer drivers
Is anyone else seeing Vista (final) will not "connect" to a samba-hosted
printer? I'm getting error 0x00000057. I can connect to the port only
and install a local driver, though. It's just that the drivers will not load
correctly. The drivers do load partly, because I can see driver-specific
attributes if I go to "Properties" rather than "Connect". But a test
2010 Jan 27
1
Patch and introduction
Hi,
I''m currently trying to get icalendar packaged and into Fedora and EPEL,
During this process I''ve noticed that you''re currently using
Gem::manage_gems
in the make Rakefile, this method was depecated in rubygems 1.3.0 them
removed in rubygems 1.3.3.
The attached patch updates the Rakefile replacing the method with the
two require calls required.
Mark
--
Mark
2017 Feb 12
3
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
On 11/02/17 06:29, Kevin Stange wrote:
> On 01/30/2017 06:41 PM, Kevin Stange wrote:
>> On 01/30/2017 06:12 PM, Adi Pircalabu wrote:
>>> On 31/01/17 10:49, Kevin Stange wrote:
>>>> You said 3.x kernels specifically. The kernel on Xen Made Easy now is a
>>>> 4.4 kernel. Any chance you have tested with that one?
>>>
>>> Not yet, however
2009 Aug 11
1
nested repeated measures MANOVA using adonis
I am trying to apply a permuation-based MANOVA (Anderson 2001) to a set of
morphological data from three ecomorphs of fish reared under two different
conditions and measured at two points during ontogeny. I will supply a
distance matrix based on Procrustes distances calculated outside of vegan.
I have not found an example of a design such as this for adonis. However, I
have designed my factors
2004 Jun 01
1
@mydomain.com
Hello again,
I noticed that alot of people are displaying sip:number@theredomain.com
Can I achieve this with asterisk or do i need something else?
I have a domain and spare IP's so the dns is not a problem.
Simon
2008 Sep 17
1
ANOVA contrast matrix vs. TukeyHSD?
Dear Help List,
Thanks in advance for reading...I hope my questions are not too ignorant.
I have an experiment looking at evolution of wing size [centroid] in
fruitflies and the effect of 6 different experimental treatments
[treatment]. I have five replicate populations [replic] in each
treatment and have reared the flies in two different temperatures [cond]
to assay the wing size, making
2019 Jan 09
1
Bug in dt() function in stats - accuracy only 6 dp.
Hi
I believe the dt() function in stats has small areas of inaccuracy.
SmallRangeMostDetaileddf150.png shows this occurring in the 10-11th decimal place.
MyD4 is computed using Myt_NC(), at the bottom of BugL.R - my function is very slow due to using mpfr, but i believe
accurate to the accuracy of genhypergeo() which it uses - 14-15 dp.
LargeRangeDiffdf150.png, which is difference
2017 Jan 31
3
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
On 01/30/2017 06:12 PM, Adi Pircalabu wrote:
> On 31/01/17 10:49, Kevin Stange wrote:
>> You said 3.x kernels specifically. The kernel on Xen Made Easy now is a
>> 4.4 kernel. Any chance you have tested with that one?
>
> Not yet, however the future Xen nodes we'll deploy will run CentOS 7 and
> Xen with kernel 4.4.
I'll keep you (and others here) posted on my
2002 Jan 13
14
Windows XP
Good evening all,
I'm running samba 2.2.2a on RedHat 7.2 as a PDC and until today all was well. One of my users upgraded their workstation to Windows Xp pro and although they received a message "Welcome to the domain" when they try to log on they receive the message that the domain comptroller cannot be located to validate their account.
The workstation show up in the browse list.
2000 Mar 18
6
Login Scripts
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Everybody,
I would like to run a login script that maps out the different shares
on a RH 6.1 server running SAMBA 2.06. I have several Win98 and NT
workstation clients that log into an NT domain and use my server for
file and print services. The Samba server is not part of the domain.
The clients currently have access to a share common to us
2007 Feb 01
7
lockdir parameter
it seems that puppet refuse to run in the new version. It fails on the line:
err: Could not apply complete configuration: Unknown configuration parameter :lockdir
the client is .22.1 and server still .22.0
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Aug 11
1
HPUX and Samba 3.023 question
I am sorry if this sounds dumb, but I am sort of a newbie with samba.
We have upgraded our active directory domain servers to 2008 and samba
3.07 will not bind to the directory anymore. I have been told that I
need to upgrade past 3.022 in order to make it work? First of all is
this true? Second, when I went to install it and run it there is an
error that it can not find libldap-2.2.so. I