similar to: Samba Group issues - LDAP

Displaying 20 results from an estimated 1100 matches similar to: "Samba Group issues - LDAP"

2005 Aug 10
2
Samba3 server tries to sync WINS with itself and fails
I have a Samba 3 server that is trying to sync with itself. I have wins support = yes in the samba configuration file and there are no other WINS servers on the network. The IP address of the Samba server is 192.168.10.4 and is trying to sync with itself but fails... Here's the error from log.nmbd [2005/08/10 12:34:21, 0] nmbd/nmbd_nameregister.c:register_name_response(130)
2005 Nov 22
1
Sick Samba 3.0.14a-3 Server - in a world of pain!
I wrote such a generic subject line because I'm stuck and not quite sure where to go... It's a Samba 3.0.14a-3 server running on Debian stable. It uses LDAP authentication and is the primary Domain server on the network. Until around a month ago the server '''seemed''' to be fine, but now I have to massage it to life every morning just so the users can access it
2006 Jun 15
4
ldap administration tool??
Greetings I am nearing being prepared to get our corporate network from Active Directory to samba3 with ldap. The last hurdle is to get an administrative interface to the ldap repository containing the users and Groups. I,m hoping for some recommendations. I have attempted the following. Samba Console: http://imc.sourceforge.net/samba-console.html The difficulty I'm having is that it is
2004 Nov 29
1
Terminal Services + VoIP
Hi All, I'm looking at implementing Asterisk for a customer that uses Microsoft Terminal Services heavily in their workplace (every workstation). It's about 25 users, and about 30 phones. At the moment their running on standard 10/100 switches. Nothing special, so I am wondering if I should recommend Layer3 switching for internal QoS? >From my experience with Terminal Services,
2004 Sep 27
3
Mutliple Line 'Buttons'
New to Asterisk's and loving it so far. Does anyone know of any functionality in Asterisk's (or more so phones) that allows line numbers to be lit up like a switch board on a phone? So that someone can page another person with 'call on line 3'. I'm not really a telco guy and are still learning terminology for things. Any idea's? -- Regards, JB Hewitt Business:
2004 Oct 26
1
Samba + Mac OS + printing
Hi, In my LAN, I have a debian server where samba 3.0.7-1 is intalled and act as a PDC for my windows os suite. I have a printer connected to my computer and I have share it which work find for my windows without problem. Now, on the other part on my network, I have about 10 Mac OS computer (8.2 & 9.2 series). On my debian server i have install netatalk in order to be able to share files
2018 May 22
0
Using tryCatch in a for loop
No. If your ouput is a numeric "matrix", it cannot include alpha. Columns in a data frame can be of different classes, but each column must be single class. and finally, of course, see ?cat -- I think you are misusing it. If you simply want to return "somestuff", your function should be: function(w) {"somestuff"} not function(w) {cat("somestuff")} As
2018 May 22
2
Using tryCatch in a for loop
Data and code as promised: #Creating a test dataset Year<- c(2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014) Lake1<- c(2, 4, 5, 2, 1, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake2<- c(1, 3, -1, 4, -2, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake3<- c(1, 2, 5, -3, 1, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake4<- c(1, 1, 1, 1, 1, 1, 1, 250, 240, 240, 240, 240, 240, 239,
2018 May 22
0
Using tryCatch in a for loop
On 5/22/2018 11:32 AM, Bailey Hewitt wrote: > Hi Bert, > > Thank you for the quick response! > > In its current?state?the code?prints three lines that say "warning". What I was expecting is that I would?get?a matrix with 4 columns, 1. column names (from the original data, ex. Lake1) 2. breakpoint year 3. slope 4. slope difference from the first to the?second segment of
2018 May 22
4
Using tryCatch in a for loop
Hi Bert, Thank you for the quick response!? In its current?state?the code?prints three lines that say "warning". What I was expecting is that I would?get?a matrix with 4 columns, 1. column names (from the original data, ex. Lake1) 2. breakpoint year 3. slope 4. slope difference from the first to the?second segment of the segmented regression. Each row in the matrix would be the results
2018 May 22
0
Using tryCatch in a for loop
Others may have greater insight, but my response is: Exactly what did or didn't happen that makes you say the code didn't work? That is, what did or didn't you get when you ran it compared to your expectations? Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in
2007 Aug 30
2
Additions to xyplot (lattice)? - legend, ticks, axis label size, text
I have created an xyplot of a time series with the following code... win.graph(width = 10, height = 7) panel1 = function(x, y) { panel.loess(x, y, lwd=2.5, span=0.5, col="gray") panel.xyplot(x, y, pch=19, col="blue", cex=1.25) } xyplot(oneplusdensity ~ year, data=figdata, aspect="fill", cex=1.5, xlab=NULL, ylab=expression("Crabs per
2018 May 22
3
Using tryCatch in a for loop
Hello All, I have been trying to use a for loop to run segmented regressions (from?R package segmented)?on many columns of data in a data frame with the end goal of writing a new file with the following columns: column title, breakpoint year, slope, and difference in slope. Unfortunately, when one of the columns doesn't have a breakpoint the code stops and provides?an error or warning. I
2008 Jan 24
3
Reshaping a dataframe with conditional summary of columns - apply or reshape?
I need to do a somewhat complex rearrangement of an existing dataframe that involves an "on-the-fly" conditional summary as well. I've tried to make the example as simple as possible. Code to produce the object being acted on is at the end of the message. I hope this isn't too much for a single posting. Any guidance will be much appreciated. The input example looks like
2013 Mar 19
1
Error when adding lines to a plot using the mixed-effect model and metafor package
Hi, I am a student using R for my final year project, with the metafor package being particularly helpful. I have been following the steps laid out in the manual 'Conducting Meta-analysis in R with the Metafor package' (Viechtbauer, 2010) and applying it to my own data of infected Anopheles mosquitoes across Africa. In particular, I am attempting to apply a mixed-effect model to my data
2008 May 05
1
[LLVMdev] Wanna contribute to LLVM ..
Respected Sir, Let me introduce myself,This is Umesh from INDIA who currently working in Hewitt Packard(HP),Where i work in the Virtual Machine(VM) team from past one year in the maintianing the Java Virtual Machine(JVM) on Hp-Ux. I like to contribute to LLVM by utilize my experiences and skills on compilers and virtual machines. Me like to take the bug 715 in bugzilla i.e Fix / clean up
2008 Jun 23
1
Short courses for beginners?
Recently I've had a couple folks ask me whether there are short courses or tutorials offered to help them get started in R. They're thinking of small-ish courses that they could travel to (in the US) and spend a few days focused on the basics of data manipulation and modeling in R. I've seen announcements now and then on this list, but none recently. Is there a central place where such
2010 Apr 08
1
texi2dvi runs but produces no output
I am working on a Windows XP machine with R 2.10.1 and a recent installation of MiKTeX 2.8. I use LyX (www.lyx.org) to write documents and have it set up to run Sweave, Stangle, and make the PDF through R using a batch script and a MakeSweave.R file. This system worked just fine until I ran some MiKTeX updates yesterday. This is a bit embarrassing as I helped produce a "How-to" guide to
2010 Jul 30
0
Slow with some applications
Hi. Excuse my English. I have a huge problem here. I have the following scenario: - Gentoo - Kernel 2.6.31 - Samba 3.0.37 - OpenLDAP - Samba + OpelLDAP as a PDC - 600 users - 20 groups - 30 simultaneous users in the highest scenario - It's a very small scenario anyway Everything works fine, the times to copy files are fine, no delay at all! But one application, a Delphi + Paradox
2010 May 05
0
res_config_mysql - maximum field length for appdata
Hello list, as I am trying to write a complex macro for my users i have the problem, that the appdata field in the extensions table is to small for all my macro parameters. I am using the DB definition from http://www.voip-info.org/wiki/view/Asterisk+RealTime+Extensions so appdata is limited to 128 characters. And I would prefer some more ;) After looking around in res_config_mysql.c I did