Displaying 11 results from an estimated 11 matches for "marasinghe".
2016 Sep 28
3
Multichannel working at half speed with 2x NICs
...e
copied the first 2000 lines since it looks like the rest are
repeats/similar: http://pastebin.com/raw/2EJsk0An
I can provide the full file as well if required.
On Wed, Sep 28, 2016 at 1:54 PM Jeremy Allison <jra at samba.org> wrote:
> On Wed, Sep 28, 2016 at 07:45:03PM +0000, Kanchana Marasinghe via samba
> wrote:
> > Hi Jeremy,
> >
> > Is it safe to assume it's just "strace -p <pid>", for the running samba
> > daemon?
>
> http://lichtman.io/strace-an-existing-multi-threaded-process/
>
2013 Aug 23
1
Slow writing on mounted glusterfs volume via Samba
Hi guys,
I have configured gluster fs in replication mode in two ubuntu servers.
Windows users use samba sharing to access the mounted volume. Basically my
setup is that client machines on each site connect to its local file server
so it has the fattest connection. Two files servers are connected via VPN
tunnel which has really high bandwidth
Right now it is very slow to write files to the
2012 Apr 24
3
Synchronizing multiple samba servers
Hi.
I have two servers located in two different time zones. I want to know if
there is a way to keep the shares synchronized. Right now what i thought
is to run rsync from Server A to Server B . However the issue is say Server
B has a new version of the file in server A and that should not be
overwritten but should be copied back to server A. How to go about this?
Regards
Janantha
2016 Sep 28
2
Multichannel working at half speed with 2x NICs
Hi Jeremy,
Is it safe to assume it's just "strace -p <pid>", for the running samba
daemon?
Regards
Kanchana
On Wed, Sep 28, 2016, 1:00 PM Jeremy Allison <jra at samba.org> wrote:
> On Wed, Sep 28, 2016 at 05:56:24AM +0000, Kanchana Marasinghe via samba
> wrote:
> > Similar to another thread that was posted recently (archive:
> > https://groups.google.com/forum/#!topic/linux.samba/sRvmCb25U_s) I'm
> trying
> > to get multichannel working with a virtual Linux server running version
> > 4.4.5.
> >
&g...
2016 Oct 01
0
Multichannel working at half speed with 2x NICs
On 2016-09-28 at 21:59 +0000, Kanchana Marasinghe via samba wrote:
> Sorry for the delay Jeremy. I ran strace on the lowest pid for smbd (I ran
> "pidof smbd" to get pids, and used the lowest one of the 4 or so that came
> up).
The lowest pid should be the main smbd.
That's not the one you need to strace:
you need to find o...
2016 Sep 28
2
Multichannel working at half speed with 2x NICs
Similar to another thread that was posted recently (archive:
https://groups.google.com/forum/#!topic/linux.samba/sRvmCb25U_s) I'm trying
to get multichannel working with a virtual Linux server running version
4.4.5.
Output of 'uname -a': "Linux filehost 4.4.0-38-generic #57-Ubuntu SMP Tue
Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
I have two VirtIO NICs on my
2007 Mar 02
2
nlm() problem : extra parameters
Hello:
Below is a toy logistic regression problem. When I wrote my own code,
Newton-Raphson converged in three iterations using both the gradient
and the Hessian and the starting values given below. But I can't
get nlm() to work! I would much appreciate any help.
> x
[1] 10.2 7.7 5.1 3.8 2.6
> y
[1] 9 8 3 2 1
> n
[1] 10 9 6 8 10
derfs4=function(b,x,y,n)
{
2016 Sep 28
0
Multichannel working at half speed with 2x NICs
On Wed, Sep 28, 2016 at 05:56:24AM +0000, Kanchana Marasinghe via samba wrote:
> Similar to another thread that was posted recently (archive:
> https://groups.google.com/forum/#!topic/linux.samba/sRvmCb25U_s) I'm trying
> to get multichannel working with a virtual Linux server running version
> 4.4.5.
>
> Output of 'uname -a': &...
2004 Mar 24
1
Question on deriv3()
Hello:
Why is deriv3() functioning differently in R from that in Splus
using library(MASS) ? For example
deriv3(~(t1*log(t2)+lgamma(t1)+(1-t1)*log(y)+y/t2),c("t1","t2"),function(y,t1,t2)NULL)
complains of lgamma.
Mervyn
2007 Mar 08
1
Calling Optim() from C
Hello:
I am sure this question was dealt with several years ago. Is the function
vmmin() available from Rmath Standalone? If not is it possible to call
optim() or nlm() from Rmath in C. Thank you.
Mervyn
2012 Jun 05
1
best way to access samba shares remotely without VPN
Hi all,
I'm wondering what is the best way to access samba shares securely over the
net. I saw sslbridge and davenport but they don't seem to be managed
properly. I was thinking of using webdav via https. I dont want to use VPN
as im using openvpn and it is not support well with Mac iOS and OSX client.
webdav is supported well.
Regards
J