similar to: Database Problems

Displaying 20 results from an estimated 200 matches similar to: "Database Problems"

2013 Jan 08
0
bagging SVM Ensemble
Dear Sir, I got a problem with my program. I would like to classify my data using bagging support vector machine ensemble. I split my data into training data and test data. For a given data sets TR(X), K replicated training data sets are first randomly generated by bootstrapping technique with replacement. Next, Support Vector Mechine (SVM) is applied for each bootstrap data sets. Finally, the
2004 Aug 31
3
XP Problems adding machines "on the fly"
Having trouble with the add machine script. Followed the chapter 6 how-to, but, it fails. Checking log file for the machine after error-RPC call failed on XP box, I find a 101MB log file filled with -error must provide name- something to that effect. Any help would be appreciated. smb.conf follows. [global] workgroup = FSK netbios name = Camarillo server string = Camarillo
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
Hello all, I've run into an issue while migrating a client's Samba PDC from Debian 3.x to OpenSuSE 10.3, have been beating my head against it for over a week, and am now turning to the mailing list for help. We're running Samba 3.0.26a-3-1478-SUSE-SL10.3 authenticating against OpenLDAP 2.3.37. Integration of Samba and OpenLDAP works, and importing the 2000+ existing user accounts
2010 Jun 11
1
Fwd: how to "Disable Samba Roaming profile"
> > --- Original message --- > Subject: [Samba] Fwd: how to "Disable Samba Roaming profile" > From: Muqtadir Kamal <smkamal2001 at gmail.com> > To: <samba at lists.samba.org> > Date: Thursday, 10/06/2010 10:31 PM > > ---------- Forwarded message ---------- > From: Muqtadir Kamal <smkamal2001 at gmail.com> > Date: Fri, Jun 11, 2010 at 10:49
2009 Aug 28
2
Pls package
Hi, I have managed to format my data into a single datframe consisting of two AsIs response and predictor dataframes in order to supply the plsr command of the pls package for principal components analysis. When I execute the command, however, I get this error: > fiber1 <- plsr(respmat ~ predmat, ncomp=1, data=inputmat,validation="LOO") Error in model.frame.default(formula =
2009 Sep 02
5
pruning data
Hello everyone, I am trying to prune a data frame for partial least squares analysis. I need to delete an entire row if one cell in the row contains a NA. Presently, I am running a loop that is supposed to extract the rows that are full of numbers into a second data frame and skips the rows that contain a single NA value. I want to know if there is a simple way to determine if a row
2009 Jun 12
3
Referencing data frames
Hi, How do I use the string content of a string variable to reference a data frame of the same name? I want to do the typical tasks of 1) building a name with a string variable and using the string variable to create a data frame (or any object) whose name is the string value of the variable and 2) pass on a string to a function as a parameter, and then use that string to refer to an existing
2009 Jun 25
2
Placing text outside graph boundary
Hello, Is possible to place a label on a multipanel figure outside the boundaries of any single one of the existing graphs in a panel? Specifically, I have a function that creates a panel with quartz() and then fills it with 6 graphs consisting of exactly the same plot for 6 different groups. I would like to add one title for the entire figure at the top of the figure, but I cannot figure out
2009 Jun 11
3
Matrix manipulation
Hello everyone, I have a couple of fairly simple questions (I hope) the answers to which I cannot find through the documentation at the moment. 1. I would like to delete the a row from a matrix if a certain elimination criterion is met. I am familiar with x <- x[-7,] (to remove row 7, for example). Are there any other means of removing an entire row? 2. Is there a single command that
2009 Feb 06
0
Comparing weighted histograms?
I'm trying to plot and compare weighted histograms and I can't seem find where to start. I have data similar to this: Miles2LAX RADAM2005Pct LAWA2005Pct 35.57 .00123 .00684 24.74 .00118 .00187 27.09 .00965 .00876 16.23 .00587 .00397 { ...
2009 Apr 01
5
Fun with permissions
Firstly, hello! :) I've been trying to setup a share with permissions to allow users within the web group to be able to put files up, have full access to their own files but read only access to other users files, I've got what I think should work, but it's not (hence this post). The relevant section of the config is as follows [Common] comment = Common Area writable = yes
2004 Aug 30
1
Pb when moved AD from win2000 to win2003 server
Hello, I've a samba 3.0.2a on a mandrake 9.2 with double authentification. A local authentification for users not on my domain and AD authentification for users on my domain. AD where on two win 2k servers. One of these server was moved on win 2003 server and then the AD authentification don't work any more. Here is my smb.conf file. getent passwd give only local users [global]
2004 Dec 26
2
share premissions help
hello i would like to set premission for share like this: user can: -create new file -read file user cant: -delete file -modify file is it posible? i really dont know how to do it, but i relly need it. ..and another thing if i set create mask = 0740 and force user = root why can another user still delete this file, although root is the owner with 740 mask can someone help? bye bye rado.
2005 Oct 13
1
Idealx 9.1
Hoping someone knows how to deal with this, as I'm scratching my head. I have 8.3 or 8.4 installed already and they work ok for the most part. Server: FBSD5.4, Samba 3.0.20 Error in smbldap-useradd: camarillo# ./smbldap-useradd -w fums Could not find base dn, to get next uidNumber at /usr/local/sbin//smbldap_tools.pm line 995, <DATA> line 283. Data output during connection to
2004 Sep 03
0
Winbindd - ADS errors
Have a Samba 3.0.5 joined to W2K ADS. Getting very slow logon responses due to winbindd problem. smb.conf and snip of winbindd errors follows. Any help would be appreciated. smb.conf: workgroup = FSK realm = FSKLAW.NET netbios name = FSKKLAW server string = FSKKLAW interfaces = security = ADS obey pam restrictions = Yes pam
2007 Jul 25
0
CentOS-announce Digest, Vol 29, Issue 12
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2008 Dec 16
1
Creating folders while preserving sharing group
Hi there, I'm using Samba 3.0.24-6etch10 in Debian Etch 64bit with kernel Linux 2.6.18-6-amd64. Here is my case scenario. I have created a folder to be shared with other group users. The ownership for the folders are showed as below: Directory path:~/Share/ drwxr-x--- 25 admin data 4096 2008-05-05 13:42 file1107 drwxr-x--- 25 admin data 4096 2008-11-13 14:57 file1207 When the admin
2003 Oct 08
1
Samba 3.0.0: option admin user not working in smb.conf?
Hello List! I successfully installed, configured and joined Samba 3.0.0 on Solaris 9 to Windows 2000 Active Directory. I tried to set the option admin user in smb.conf to user (ingres). After doing so the user isn't able to connect or browse to the Samba server anymore. Without this option the user just connects fine and is able to browse the Samba server. The goal is to have the user
2007 Jul 26
0
CentOS-announce Digest, Vol 29, Issue 13
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2004 May 28
0
To all with FreeBSD 5.2.1 and net ads join problems
If your getting kinit problems with net ads join (don't bother with testjoin-it will error out no matter), do the following: 1. Change an administrators password, especially if you upgraded from NT 4. 2. Create a krb5.conf file int /etc that looks like this: logging] default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmind.log