similar to: Samba 3.4 on Centos 5.3

Displaying 20 results from an estimated 5000 matches similar to: "Samba 3.4 on Centos 5.3"

2001 Mar 20
1
protocol error
Hi. I've just installed Wine on FreeBSD 4.3-BETA and I keep getting a protocol error, even for the smallest things like --version: bash-2.04$ wine --version Wine release 20010305 Protocol error: process 0x8069000: partial recvmsg 0 for fd Any ideas? Cheers Nik
2004 Jun 24
1
Winbind/LDAP Backend question
Hello, Recently, I've spent the last few days trying to get some unix client boxes to authenticate logins via winbind, so all of our unix system accounts can be maintained from active directory. So far, everything is working, and users can authenticate into the system, but they are assigned random uid/gid values, based on the smb.conf as well as the internal winbind_idmap.tdb file.
2023 Mar 20
2
[Bridge] Multicast: handling of STA disconnect
Hi Nik, Flushing MDB can only be done when we are managing it per station not per port. For that we need to have MCAST_TO_UCAST, EHT and FAST_LEAVE. Here one more point is - some vendors may offload MCAST_TO_UCAST conversion in their own FW to reduce CPU. So, the best way is to have MCAST_TO_UCAST enabled and MDB will become per station, so we can delete MDB on disconnect. Shall, I create one
2006 Apr 07
3
Logging And Environment
Hi All, Couple easy questions: 1. How do I view what environment my app is running under (i.e production / testing / development) - I''m not sure what RAILS_ENV is set at, how to I take a look at it? 2. Somehow (?) I have turned logging "off". I''d like to have it back on :s I have files called production.log, test.log, server.log, development.log in /myapp/log/ but
2008 Aug 08
1
transcoding to theora from quicktime using xiphqt
Hi, I'm trying to convert some quicktime files into Ogg/Theora using the Xiph QuickTime Components version 1.8. The end goal is to stream these files using apache httpd and the cortado applet (and hopefully the embedded players that will be in Firefox soon). Using iMovie DV on OS X 10.4.11 (intel) I'm able to export as an ogg movie, however the resultant file has problems with audio on
2018 Mar 09
0
Package gamlss used inside foreach() and %dopar% fails to find an object
If the code you are running in parallel is complicated, maybe foreach is not sophisticated enough to find all the variables you refer to. Maybe use parallel::clusterExport yourself? But be a aware that passing parameters is much safer than directly accessing globals in parallel processing, so this might just be your warning to not do that anyway. -- Sent from my phone. Please excuse my brevity.
2006 Mar 06
3
Disconnect all MySQL connections
Hi I've got the error "cannot allocate a new connection -- maximum of 16 connections already opened" after I tried to create a new connection to a database. However, the reason ist, that i did not disconnect previous connections.... I don't know the name of this connections. How can I disconnect this "unknown" connections and drivers? if I delete all objects, the
2009 Sep 23
1
Maximum Likelihood Est. regarding the degree of freedom of a multivariate skew-t copula
Hello, I have a bigger problem in calculating the Maximum Likelihood Estimator regarding the degree of freedom of a multivariate skew-t copula. First of all I would like to describe what this is all about, so that you can understand my problem: I have 2 time series with more than 3000 entries each. I would like to calculate a multivariate skew-t Copula that fits this time series. Notice:
2001 Dec 27
5
IP to NetBIOS resolution
Hello, Is there *any* way to reliablily determine the NetBIOS name of a computer when you only know their IP address? I know it is very easy to find the IP address from the NetBIOS name, but I can't seem to find any way of getting a NetBIOS name from an IP.. James deBoer (jdeboer@scsinternet.com)
2018 Mar 13
0
Learning advanced R
See Hadley's advanced R along Thomas Mailund's books. I haven't gone through them carefully but they both seem (from what I've looked at ) to be the best ones for that. Mentions of others are appreciated. On Tue, Mar 13, 2018 at 5:26 PM, Nik Tuzov <ntuzov at beacon.partek.com> wrote: > > Hello: > > Could you please suggest the best way to become an
2004 Apr 13
4
Dial Plan Format Strings
In the absence of "The Definitive Guide to Asterisk Dial Plans" book, I'd like to do something possibly unique with the formatting of extensions in my dial plan, and am having trouble. We use VoicePulse connect, which gives us local DID for inbound and outbound calls (even though DTMF tones are not working in Voice Pulse Connect at the moment). To dial local numbers, you have to
2008 Jun 29
3
Working around/with Restful Authentication
I''m using Restful Authentication, and the code to create a user is pretty straight forward - there is a before_save action and a before_create action: before_save :encrypt_password before_create :make_activation_code But for some reason when I try to create a user programmatically in the controller like this: User.new(:email =>
2001 Dec 24
1
File size limitation?
When I run backup and send the output to a file on the server, I get a file limitation of 2g. When I do the same backup to a snap server, there is no problem. Is there a size limitation for a single file? Thanks, Steven C. Henry stevench@xnet.com
2018 Mar 13
5
Learning advanced R
Hello: Could you please suggest the best way to become an "advanced" R programmer. I went through "R for dummies" by de Vries and Meys and I can see two ways to proceed: 1) Get a more advanced textbook. E.g. could you recommend Gentleman, "R for Bioinformatics"? 2) Because textbooks are limited and become obsolete fast, I can focus on learning state-of-the-art
2004 May 25
6
Downgrading Asterisk
I upgraded to the latest HEAD version of asterisk, and all IAX calls started sounding choppy. It was suggested on the IRC channel that I go back to asterisk -stable to determine if that fixes it. Is downgrading as simple as upgrading? Because now, -stable builds fine, but I get an error on the asterisk console when starting, something about "ast_get_txt" not found. Recompiling and
2006 Mar 01
2
Class & Method, S3 / S4
Hi I'm trying to create a class. However, I've some problems... I am used to program php. There I can create a new object and call a specific function of this object. In R, I hoped to create a class similar and then call the function like: Creating the Class: <CODE>----------------------------------- setClass("connect", representation(test="function")) )
2004 Jun 04
2
(possibly) new use for asterisk
Has anyone ever thought configuring asterisk on a pair of pc's to act as remote broadcast terminals for the broadcast radio industry? Seems like a stripped down asterisk on a laptop with a PCMCIA ISDN modem connecting to another asterisk instance on a PC at a radio station would work nicely. Use one of the higher quality codecs, interface the remote mixer to the sound card on the
2018 Mar 09
2
Package gamlss used inside foreach() and %dopar% fails to find an object
Hello all: Please help me with this "can't find object" issue. I'm trying to get leave-one-out predicted values for Beta-binomial regression. It may be the gamlss issue because the code seems to work when %do% is used. I have searched for similar issues, but haven't managed to figure it out. This is on Windows 10 platform. Thanks in advance, Nik #
2002 Jun 10
3
samba 2.2.5a
Hello I saw that samba 2.2.5a is out. Whats the difference with 2.2.4? Is there currently any problem with 2.2.4 or 2.2.5a? I want to uppgrade my server from 2.2.3a so i want to know if there are any thing that i should be prepared for. Ive heard that 2.2.4 had some printing problems? Is this true? /Alexander
2008 Jun 08
3
Plugins - helper function is an "undefined method", Objects "can't be referred"
I''m modifying a shopping cart plugin, MinimalCart, and for some reason I can add one item to the cart multiple times, but as soon as I add a second item, all kinds of strange things start happening. An actionview::template error is thrown because a method defined in application_helper is "undefined" What could cause a defined application helper method to all the sudden not be