similar to: difference in behaviour of --filter --delete: cmdline vs. file

Displaying 20 results from an estimated 10000 matches similar to: "difference in behaviour of --filter --delete: cmdline vs. file"

2005 Oct 12
3
Can R functions be implented in Matlab
Hi, I am Madhu Kishore a Graduate student at University of Texas at El Paso in Electrical Engineering. I am using R language for Normality tests and my doubt is can implements the R functions in Matlab. I expect to hear from you soon. Madhu kishore. --------------------------------- [[alternative HTML version deleted]]
2012 Nov 21
1
FW: Select a random subset of rows out of matrix
Hi, This is Madhu and I have a following doubt please give a solution... **>i have the following data frame from this i want to select a 80% of data randomly in such a way that if the selected records are 1 and then we have to get the all records corresponding to 1 similarly for 2 also and soon......... help me data<-data.frame(x=c(1,1,2,2,2,3,4,4,4),y=c(23,45,87,46,78,12,87,79));**
2004 Nov 03
3
Trust between SAMBA and NT server
Hello, I'm having problems getting the SAMBA domain to trust an NT domain. The following is how I went about the exercise: 1. On the NT domain, I added the SAMBA domain A/C in the TRUSTING DOMAINS list, providing a certain password. 2. On the SAMBA domain, I executed the following command feeding the same password given in step 1, but without success: [root@cobra root]# net rpc trustdom
2004 Oct 27
2
Avoiding user home directories
Hi, When I connect to SAMBA using a particular username, apart from the shares I created, it appears that the home directory of the user logging in also shows up in the share list. I searched for a parameter using which I could control this, but was unsuccessful. The [HOMES] section of my SMB.CONF looks like: [homes] comment = Home Directories read only = No create mask
2005 Mar 22
5
Issues with de-installation...
Hi, I have a system running FC2 with SAMBA-3.0.10-1.fc2 installed on it. I tried de-installing it, but it failed as follows: [root@cobra /]# rpm -e samba error: Failed dependencies: samba is needed by (installed) system-config-samba-1.2.22-0.fc2.1 samba = 0:3.0.10 is needed by (installed) samba-swat-3.0.10-1.fc2 Can anyone suggest how I could go about de-installing the kit?
2016 Apr 26
2
Badlock CVE-2016-2118 in samba release 3.0.35
Hi, Samba has released patch for CVE-2016-2118 from 3.6.x release onwards. We use samba 3.0.35 in our product. Is there any patch available for 3.0.35? -- Regards Madhu
2009 Dec 04
3
Data loss (corruption with rsync)
Hello, I just rsync'd my 1TB partitions formated with jfs filesystem containing ~720GB data. I saw -3G difference between source and destination which made me suspect possible dataloss. Also I had experienced loss of integrity on my previous copies but I did not find the cause until now. As command line I used following: sh-3.2# rsync --verbose --sparse --append-verify --fuzzy --progress
2003 Jun 29
2
rpcclient returns NT_STATUS_NO_SUCH_DEVICE on adddriver
Hi, samba 2.2.8a freshly compiled cups 1.1.19final-1 (debian) while using cupsaddsmb, all runs well until adddriver, when rpcclient returns a cryptic NT_STATUS_NO_SUCH_DEVICE. I've followed the SambaPrintHowto 3.0 from 7.11.6.1 to 7.11.6.6, and it fails on the latest as well. Here is some more information. ===8<=== cupsaddsmb -a -v Running command: smbclient //localhost/print\$ -N
2009 Aug 25
14
3.4-testing : Kernel panic on bootup (mount: could not find filesystem /dev/root/)
Hi, I installed XEN 3.4-testing version without much problems in CentOS 5.3 running on quadcore Intel Nahelam processors using the following installation steps (as in the README) : <steps> hg clone http://xenbits.xensource.com/xen-3.4-testing.hg` cd xen-unstable.hg make world make install make linux-2.6-xen-config CONFIGMODE=menuconfig make linux-2.6-xen-build make linux-2.6-xen-install
2005 Mar 23
3
Problems while installing...
Hi, I have two Linux systems, one running FC2 and the other Mandrake 10.1. When I tried installing Samba 3.0.11 on both the systems, I get the following error: # rpm -i samba-3.0.11-1.i386.rpm samba-common-3.0.11-1.i386.rpm warning: samba-3.0.11-1.i386.rpm: V3 DSA signature: NOKEY, key ID f17f9772 error: Failed dependencies: liblber-2.2.so.7 is needed by samba-3.0.11-1
2017 Feb 17
2
SMB Multichannel use-cases
Hello, I'd like to understand the use-cases to use SMB multichannel. Especially, if the SMB client and Samba server are talking over the WAN. When does one see an improvement in throughput with multichannel? For instance, does copying multiple files result in parallel copying over multiple connections over the same session? Your inputs are appreciated. Thanks, Madhu
2017 Feb 22
2
Linux requirements to support Multichannel
Hi, Can someone point me to the list of pre-requisites from a linux box (preferably a VM) for Samba to support SMB Multichannel? For instance, if multiple interfaces are needed, then should they be of the same type, speed etc? Thanks, Madhu
2017 Mar 11
4
samba 4.6.0 dc provisioning fails with exception
Hello, I have a problem with samba provisioning as DC. CentOS 7, built from tarball using samba howto. Below is the output. I would have filled bug report, but the "New Account" in bugzilla is not working also :( [root at dc samba-4.6.0]# samba-tool domain provision --use-rfc2307 --realm navidom.office.navi.pl --domain NAVIDOM --server-role dc --adminpass DuDu778$$# --dns-backend
2008 Mar 05
6
Prototype Observe Links (Mouseover)
Hi all, I''am new to Prototype and after a 2 hours of research I didn''t find a solution for the following question: I have the following list: <ul id="navi"> <li><a href="/about/">Home</a></li> <li><a href="/about/" class="dropdown" onmouseover="showSubnavi(this)">About</a>
2006 Jan 29
1
RJS template problem!
hi all, i have the following controller: class UserController < ApplicationController . . . def login @user = User.new(params[:user]) @logged_in_user = @user.try_to_login if @logged_in_user session[:user_id] = @logged_in_user.id else flash[:notice] = "ung&uuml;ltige Daten!" end end . . . end with this rjs template: login.rjs: if @logged_in_user
2012 Dec 11
1
How do you use agrep inside a loop
Hi all. This is my first message at R-help...so I'm hoping I have some beginner's luck and get some good help for my problem! FYI I have just started using R recently so my knowledge of R is pretty preliminary. Okay here is what I need help with - I need to know how to use agrep in a for loop. I need to compare elements of a vector of names with other elements of the same vector.
2012 Nov 22
0
selcting a random sample and saving it in a seprate dataframe and also remaining part in other data frame
HI Madhu, I guess you got your solution from Rui: ?dat1<-data.frame(x=c(1,1,2,2,2,3,4,4,4),y=c(23,45,87,46,78,12,87,79,76)) s<-sample(unique(dat1[,1]),length(unique(dat1[,1]))*0.8) ?s #[1] 3 4 2 You can have a list containing both the dataframes list1<-list(dat1[dat1$x%in%s,],dat1[!dat1$x%in%s,]) list1 [[1]] #? x? y #3 2 87 #4 2 46 #5 2 78 #6 3 12 #7 4 87 #8 4 79 #9 4 76 #[[2]] ?# x? y
2017 May 10
1
Samba 4.6.0 - Domain admin can't list nor access shares on file server
On 5/10/2017 6:06 PM, Rowland Penny via samba wrote: > On Wed, 10 May 2017 17:47:37 +0200 > Olaf Frączyk via samba <samba at lists.samba.org> wrote: > >> Hello, >> >> I have domain NAVIDOM. >> >> There is also a fileserver that has joined the domain (both file >> server and DC are samba 4.6.0). >> >> If I try to connect as
2003 Jul 28
3
cupsaddsmb claims to work but fails
Case strange... I've past probably 30 hours by now on this, crawling the web, and doing attempts. I managed to make cupsaddsmb run without producing an error, but it fails. Ask me for anything, full trace, versions and so on, but please, if someone has an idea, share it. ============================================ Linux Debian Woody unstable Cups 1.1.19final-1 Samba 2.2.3a-14
2010 Feb 18
3
svm regression
Hi, I am trying to use svm for regression data. this is how my data looks like: >dataTrain x y z 1 4 6 2 5 4 3 7 5 >classTrain a 2 3 4 >dataTest x y z 1 7 2 2 8 3 >classTest a 3 4 5 building the model model<-svm(dataTrain,classTrain,type="nu-regression") pred <- predict(model, dataTest) > pred 1 2 3.008842 3.120078 I