similar to: samba4 AD controller, production

Displaying 20 results from an estimated 1300 matches similar to: "samba4 AD controller, production"

2008 Feb 02
1
Echo() app doesn't work
Hello list, New to asterisk and to the list (although experienced in Unix/Linux administration). Short problem description: -------------------------- I cannot get the Echo() application to run on any 32bit platform I can get my hands on. In contrast, the only 64-bit (amd64 aka x86_64) setup that I have runs just fine. In all cases asterisk log shows the same -- that Echo() is executed Details:
2010 Dec 10
0
Fwd: Re: samba4 AD controller, production
Copied the list as I guess it will be more interesting for them On Friday 10/12/2010 at 9:11 am, Matthieu Patou wrote: > On 04/12/2010 19:52, Yassen Damyanov wrote: >> >> Hello, list, >> >> Anyone running a recent version of samba4 as the only one AD >> controller in the domain, *in production*? If so, what is your overall >> experience? >>
2010 Nov 08
1
Add text to a stacked barplot
Hi All, I need some help in putting text in a stacked barplot. The barplot is filled with 5 levels and now I would like to put text to each level in the stacked barplot. However, it seems that the code that I am using is not placing the text at the correct hight (centered at each fill) in the barplot. Any suggestions to improve the code to make it work? barchart(FREQ ~ VISIT
2003 Nov 20
6
best editor for .R files
Which is the best editor for .R files? I currently use kate on my linux as it has R highlighting and allows me to split the window into two: in one I edit the .R file and in the other I have a shell so I run R and can easily copy and paste the code. There are some features that I don't like and I am having a look on some alternatives. I've heard wonders of emacs with ess but I am a
2004 Oct 14
5
another yum question
Hello centos community, I have a personal repository with self-made RPMs, and i need to include this repository to yum.conf. But i've noticed that yum configuration is overwritten when yum is updated. I can't update yum.conf manually on my servers each time yum is updated ... Is anyone have an idea ? Thank you. -- Martin
2013 Aug 02
3
R binaries for Fedora 17.
I am currently (still) running Fedora 17 --- having not managed to screw my courage to the sticking place and upgrade. Even though we are now up to Fedora 20, I think. The traffic on the Fedora mailing list on the upgrading issue is a bit terrifying. I would just like to confirm that: It is ***NOT*** possible to download a binary of R for Fedora 17. Is this correct? My efforts to
2015 Jan 29
3
SSH over websockets
Hi all, I can't find a working archive search for this list, so please forgive me if this has been discussed before. Has any thought been given to supporting websockets in the ssh client? I'm talking about solely using a websocket as the transport layer, and leaving the actual protocol intact, as opposed to the (to me, frankly terrifying) idea of allowing a web server to act as an ssh
2015 Jul 21
2
how to determine what's installed from a repository?
How about $ sudo yum list installed | grep <reponame> It won?t work in CentOS 5 but it should work in 6 or 7 Val?re Binet [C] IT Security Administrator Kelly Government Solutions On-Site at the NIH NIH / NIA / IRP Tel : 410 558 8013 mailto: binetv at nia.nih.gov On 7/21/15, 5:09 PM, "Robert Wolfe" <Robert.Wolfe at malco.com> wrote: >Try: > >sudo yum
2006 Sep 25
3
hosting multiple apps
I am considering creating a web interface for system administration, but it would need a plug-in architecture, adding new UIs as new services are added. I''m thinking about doing this with multiple Rails applications, and I''m curious as to whether mongrel can most multiple apps in a single instance, as opposed to running one for each. Is this possible? Thanks, Mike -- Michael P.
2015 Jul 21
4
how to determine what's installed from a repository?
Hello all-- I am trying to determine what I have isntalled from a given repository. I have seen several references to "yum repo-pkgs" which I think is what would work for me, but "repo-pkgs" does not seem to be a part of yum 3.2.29. Is this a yum add on that I could get somewhere? -- -------------------------------------------- MzK "Way down deep, we're all
2007 Sep 14
1
Cached function values?
Hello: I think I noticed that functions appear to be cached: $r = function(args) will return the same whenever args is the same. I worked around this by doing: $f = function(args,timenow()) Is there a more elegant workaround possible? Brad
2007 Jul 16
1
latest gem
How often does the gem get generated for "latest?" Is it current with trunk? I don''t have access to svn client at the moment, but am working on that. So my only options seem to be to hand edit or use a gem. It should be obvious which one I would prefer. :) Right now I''m bumping up against the cron errors that were fixed in 2697. Mike B.
2007 Jun 07
3
Removing files appends "puppet" to filename
I expect that there is something simple that I am missing, but if I set a file to "ensure => absent", puppet is actually just renaming it to "${ORIGINALNAME}puppet" (i.e., appending puppet to the name). Did I forget to turn off a debug flag somewhere? The file definition that I am using is just: file { "/usr/lib/xen-tools/debian.d/55-create-dev": ensure =>
2008 Nov 09
3
Default user password
I would like to creating new users on a system and assign them default passwords that are set only upon creation. I can create the users and assign default passwords with the "user" type, but puppet will continue to reset the password back to that default value even after users modify their own. I guess I could handle this with an "exec" that sets passwords only if the user
2007 Feb 16
7
Summary of "Trixbox vs. custom install"
Hello everybody. First of all thanks to all the people giving their opinion on the subject I proposed: "Trixbox vs. custom install". You've all been very helpful. I try to summarize what has emerged from the various messages. Forgive me if I miss or forget something or if I simplify too much some of your messages... - Elman Efendiyev says that you should install from sources if
2015 Jan 29
3
SSH over websockets
On 29/01/15 21:15, Alex Bligh wrote: > Be frightened: > https://chrome.google.com/webstore/detail/secure-shell/pnhechapfaindjhompbnflcldabbghjo?hl=en > That's a ssh client implemented in chromium, not a web server acting as sshd. However... ?Secure Shell also knows how to connect to an HTTP-to-ssh relay that was built inside Google. Unfortunately that relay isn't open source,
2003 Dec 11
2
Very small office install
A few months ago I discovered *. Recently have taken more interest in it, since I have to install phones into my wife's small office. Hope that my questions weren't discussed recently and are not to dumb. The current requirements for * consist of a single incoming ISDN BRI line (currently have 5 MSN allocated), 3 internal extensions and a single analog fax. 1. I plan to buy some el
2008 Feb 04
5
How to search for packages
Hi everybody, I know this might be very off topic and it took me quite a while to up my courage to post this?. But I remember a thread some time ago about how we can find the packages we need to do specific tasks in R if we don?t know before hand which ones actually do it. Now all the packages are listed alphabetically on the web site. Since I am not very advanced in writing my own functions I
2015 Oct 14
6
RFC: Introducing an LLVM Community Code of Conduct
On 14 October 2015 at 20:35, Tanya Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Related specifically to the developers meeting, we are growing quite > rapidly. For the past few years, we have been increasing our attendance from > 50 at the start to now over 350 attendees. With this many people (and many > new to the community), it seems important to have a code of
2012 Sep 26
2
non-differentiable evaluation points in nlminb(), follow-up of PR#15052
This is a follow-up question for PR#15052 <http://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15052> There is another thing I would like to discuss wrt how nlminb() should proceed with NAs. The question is: What would be a successful way to deal with an evaluation point of the objective function where the gradient and the hessian are not well defined? If the gradient and the hessian both