Displaying 20 results from an estimated 10000 matches similar to: "removing missing values from a matrix"
2010 May 05
1
rcorr p-values for pearson's correlation coefficients
Hi! All,
To find co-expressed genes from a expression matrix of dimension (9275
X 569), I used rcorr function from library(Hmisc) to calculate pearson
correlation coefficient (PCC) and their corresponding p-values. From
the correlation matrix (9275 X 9275) and pvalue matrix (9275 X 9275)
obtained using rcorr function, I wanted to select those pairs whose
PCC's are above 0.8 cut-off and then
2017 Apr 20
2
Is FSCTL_VALIDATE_NEGOTIATE_INFO mandatory in samba-4.4 & onwards
Hello,
I was reading about secure Dialect negotiation to prevent man-in-middle
to downgrade dialects & capabilities.
_https://blogs.msdn.microsoft.com/openspecification/2012/06/28/smb3-secure-dialect-negotiation/_
I wanted to ask, is there any option to disable SMB2 to do dialect
renegotiation as present in Windows8 clients, as they can control using
RequireSecureNegotiate.
--
Thanks
Amit
2017 Apr 03
1
Encrypted samba mount on Linux
Thanks Steve for Quick response!!
*My question is*:
=> Accessing encrypted shares fully depends on kernel fix (as you
provided),
If no?
=> How can we use /etc/samba/smb.conf "smb encrypt = mandatory"
parameter to access encrypted shares? Because using this parameter I am
not able to access samba-shares either from windows/RHEL client
Thanks
Amit
On 04/03/2017 11:48 AM,
2010 Jan 24
2
fetching columns from another file
Hi! All,
I am trying to fetch rows from a data frame which matches to first 2
columns of another data frame. Here is the example what I am trying to
do:
> ptable=read.table(file="All.txt",header=T,sep="\t")
> ptable=as.matrix(ptable)
> dim(ptable)
[1] 9275 6
> head(ptable)
Gene1 Gene2 PCC PCC3 PCC23 PCC123
[1,]
2017 Apr 04
4
Samba file sharing with AD authentication doesn't work on some boxes
I have a few RHEL7 boxes, all of them are members in MS Win domain using
SSSD. All of these linuxes run Samba for file sharing with the same config.
Usually it works nice, but from time to time users cannot map Samba
folders, with the following message in the log:
[2017/03/07 14:58:27.050493, 0]
../source3/auth/auth_domain.c:121(connect_to_domain_password_server)
2017 Apr 03
1
Encrypted samba mount on Linux
Dear Team,
I am trying to use this option on RHEL-6.9(samba3.6) version while
accessing samba shares, but its not working??
Is this kernel specific or package specific also?
setup is something as this:
*[RHEL 6.9]** ** ** ** ** ** **
** ** ** ** ** ** ** ** ** **
[windows-client]** ** ** ** ** ** ** ** **
2017 Mar 21
1
Public share ask for a password
Dear Amit,
thanks for your fast reply. I am a bit surprised that you answer in
HTML and doing TOFU despite that you come from a readhat.com mailbox. ;)
On 2017-03-21 18:42 amit kumar <amitkuma at redhat.com> wrote:
> Try this config
I can not see a relevant difference between your config and mine. Can
you explain which part of it would do the job?
> workgroup = WORKGROUP
set
2017 Apr 01
3
Encrypted samba mount on Linux
4.11 - But am hoping it will be broadly backported
On Fri, Mar 31, 2017 at 7:52 PM, Draxter <admin at draxter.me> wrote:
> Thanks Steve.
>
>
> That's great news. Pretty recent commit. Which kernel version (onward) is
> it in?
>
>
> Regards,
>
> Draxter.
>
>
> On 01/04/17 00:49, Steve French wrote:
>
> Kernel cifs supports encryption!! (Thank
2018 Dec 19
3
Winbindd (tdb_chainlock_with_timeout_internal: alarm (40) timed out for key)
On Wed, 19 Dec 2018 12:32:45 +0530
Amit Kumar via samba <samba at lists.samba.org> wrote:
> Hey,
>
> But What's the reason of this error?
>
I do not know, but what I do know is that, if it is a bug, you will
never get it fixed in Samba 4.2.x, this version is EOL. It might also
have been fixed in a later version.
Sorry if this isn't what you want to hear.
Rowland
2008 Mar 23
4
GSOC -2008 - Few Questions
Hello All,
I am participating in the Google Summer of Code 2008. I am a student
from India. I am interested in rewriting Gfxboot as a COM32 module.I
am interested in syslinux because I used the ppmtolss16 perl script
present in syslinux to create my own splash screen for a kiosk system
which was built on Myslax(and isolinux was present too!!!).
I am a newbie and have some basic knowledge of C. I
2017 Apr 30
1
NAS SMB server not accepting packets > 65k size. Does SMB2->Negotiate_Protocol_Response->Max_Write_Size = 65536 Matters?
Hello,
This is situation:
* [netApps SMB-server] [RHEL-7.1-Client]*
| =SMB 2/3= |
| sending
data>65k Fail
| sending
data<65k Passes
Max Write/Read Size[65535]
2017 Mar 21
6
Public share ask for a password
Hi,
I am using a Samba-server (2:4.2.14+dfsg-0+deb8u2) on Debian stable.
The Samba-client (samba-common ist 2:4.5.6+dfsg-1) runs on a Debian
unstable.
When I try to mount a Public share I am ask for a password. I don't
know why. There should be no need for a password. And I can log in no
matter if or which password I enter.
I can I prevent the password questions?
The is the IMO relevant
2008 Nov 23
4
Visualizing a call graph
Hello all,
I have been taking basic steps with DTrace and subscribed today to
this list. I have written a simple DTrace script to trace all the
function entry/exit from a given function:
#pragma D option flowindent
pid$1::*mysql_select*:entry
{
self -> start = vtimestamp ;
}
pid$1::*mysql_select*:return
/self -> start/
{
self -> start =0 ;
}
pid$1:::entry,
pid$1:::return
2018 Aug 20
3
Is there a limit on Number of users connecting share
On 8/20/2018 11:32 AM, Rowland Penny via samba wrote:
> On Mon, 20 Aug 2018 14:37:32 +0530
> Amit via samba <samba at lists.samba.org> wrote:
>
>>>>
>>>>
>>>> Query:
>>>> 1. Is there a limit on max number of connections to share? There
>>>> must be what's the max? 2. Is using force user, force group good
2003 Jul 10
2
Administrative Share
Hi everybody,
I've been looking for information on "how to create administrative
shares", but I didn't find... Can you help me on this matter?
Regards,
--
Benilton Carvalho
DE / IMECC / UNICAMP
Red Hat Linux i18n Team
2018 Aug 20
2
Is there a limit on Number of users connecting share
Dear Devels,
samba-4.2.3-10.el7.x86_64
# vim smb.conf
[global]
workgroup = MYGROUP
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
security = user
passdb backend = tdbsam
load printers = yes
cups options = raw
server signing = auto
server signing = mandatory
[homes]
2005 Oct 19
2
CPU and Memory Usage of Guest as well as HOst OS
hi,
How can the memory as well as cpu usage of guestOS be monitored through Xen? If the ''top'' is invoked from hostOS it just shows some usage under process named ''python''.
Basic aim is if there are 5 guestOS running on a hostOS and if one of the guestOS hogs the CPU and it is needed to migrate that guestOS to some other hostOS.
2007 May 11
4
names of objects in .rda
Hi everyone,
sorry if this was discussed before (and in this situation, could you
please point me to the discussion in the archive? My search didn't
seem to be effective).
Is there a way of getting the names of objects in a .rda file without
having to load it?
Thank you very much,
benilton
--
PhD Candidate
Department of Biostatistics
Bloomberg School of Public Health
Johns Hopkins
2017 Oct 31
1
SMB 311 Negotiates and then stops
On Tue, 31 Oct 2017 16:06:13 +0000
"Tompkins, Michael via samba" <samba at lists.samba.org> wrote:
> Re-sending ... We tend to see a lot of issues with NetApp servers and
> SMB 311. Not sure what might be wrong with their response packet,
> that 4.6.6 doesn't like.
>
> ~ Mike
>
>
> -----Original Message-----
> From: samba [mailto:samba-bounces at
2012 Mar 26
2
read.csv and field containing single quotes
I need to read in csv files, created by 3rd party, with fields
containing single quotes (as shown below).
"header1","header2","header3","header4"
"field1r1","field2r1","field3r1","field4r1"
"field1r2","field2r2","field3r2PartA), field3r2PartB Very" Long","field4r2"