Displaying 20 results from an estimated 1300 matches similar to: "Snap server can't resolve master browser"
2012 May 04
1
Help Required
On Fri, May 4, 2012 at 6:50 PM, vaibhav srivastava
<vaibhavcse30 at gmail.com>wrote:
>
> Hi all,
> Since I want to run Samba without modifying my existing kernel. Please
> tell me what are the requirements for the same.
> What are the package list required in kernel before installing samba.
> thanks in advance.
> --
> Thanks and Regards,
> Vaibhav Srivastava
>
2003 Mar 12
3
Syncing Multiple servers simultaneously
Hi all;
I am sure this question has been brought up before, but I could not find any
information in the FAQ or docs etc. Quick question;
Is there a way of syncing multiple servers simultaneously from 1 source
server?
Thanks,
--
Vaibhav Goel
extension 6347
2018 Mar 09
0
[PATCH] drivers: vhost: vsock: fixed a brace coding style issue
On Fri, Mar 09, 2018 at 08:26:03AM +0530, Vaibhav Murkute wrote:
> Fixed a coding style issue.
>
> Signed-off-by: Vaibhav Murkute <vaibhavmurkute88 at gmail.com>
> ---
> drivers/vhost/vsock.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com>
-------------- next part --------------
A non-text attachment
2018 Mar 09
0
[PATCH] drivers: vhost: vsock: fixed a brace coding style issue
From: Vaibhav Murkute <vaibhavmurkute88 at gmail.com>
Date: Fri, 9 Mar 2018 08:26:03 +0530
> Fixed a coding style issue.
>
> Signed-off-by: Vaibhav Murkute <vaibhavmurkute88 at gmail.com>
Applied to net-next, thanks.
2007 Sep 13
2
Running R file from Command line.
Hi all,
Is there any way through which i can run a R file from Command line.
For example
> r mean.R
Thanks and Regards,
Vaibhav Gathibandhe
[[alternative HTML version deleted]]
2007 Jul 26
1
Regression with Missing values. na.action?
Hi all,
Can you please tell me what is the problem here.
My regression eq is y = B0 + B1X1 +B2X2 +e
And i am interested in coefficient B1
I am doing regression with two cases:
1) reg<-lm(y ~ X1 + X2, sam) where sam is the data
2) reg<-lm(y ~ X1 + X2, sam, na.action= na.exclude) . I have missing values
in X1
but the values of coefficient is not consistent in two cases.
Actually B1 in
2007 Apr 20
2
R: Appending the files
Hello R-Experts,
I am a beginner to R. Can someone please look at my problem
I am trying to append the files in R but couldn't get the answer properly.
My code is
mat1<-matrix(0,2,3)
mat2<-matrix(1,2,3)
write.table(mat1,"foo.csv",sep=",",col.names=NA)
write.table(mat2,"foo.csv", sep=",", col.names=NA, append = TRUE)
I am getting a warning
2009 Apr 06
2
Converting Number into Integer in ruby
I am working with a legacy oracle database. The
primary key is not defined as an integer but as a number.
This results in a url with an id as a number, such as 1234.0 instead
of 1234. It works fine, but I would prefer 1234 to be displayed in
the url. I have attempted to redefine the model id method to
convert to an integer using to_i method, but no luck. Any ideas?
Thanks,
Vaibhav
--
Posted via
2005 Aug 26
4
Ztmonitor values when zap channel is onhook
Hello,
In my quest to figure out the source of the random echo on our shiny new
asterisk install, I have been using ztmonitor on the TDM400p channels
for the good part of today.
I have 2 TDM400p cards with 8 FXO modules and 6 pots lines connected to
them (last 2 channels are unused but configured in zaptel). Even when
the lines are onhook, the Tx values settle down to 0 but the Rx values
still
2019 Mar 06
0
Xapian 1.4.11 released
Xapian 1.4.11 can now be downloaded from:
https://xapian.org/download
This release fixes some bugs and adds some minor optimisations.
The wiki has the usual summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.11
A big thanks to Matthieu Gautier and jb55 for helping to make this
release a reality.
I managed to miss off the thank you list from the 1.4.10
2007 May 31
0
Chan_sip max channels limit?
Hello,
I have asterisk 1.4.4 running with anonymous sip calls enabled and I am
testing the box for load using sipp with something like this -
sipp -sn uac -s 10 -d 60000 -i 192.168.1.49 -l 110 -r 5 -trace_err
192.168.1.50
Asterisk picks up the call and runs a test php-agi file that plays a .gsm
file. As soon as the number of active calls reaches 99, asterisk starts
Declining further calls.
I
2004 Nov 04
0
Problem in restarting samba server
Hello,
I am using Red-hat Linux Application Server 3.0.
I have installed and successfully configured samba server & thus able to
connect from windows m/c....It works perfectly fine.
But when I install our product( Its a java application and one kernel
loadable module) on the same machine The samba server does not restart.
Following are the messages in /var/log/samba/smbd.log. after
2010 May 14
0
bootstrapping an svm
Hello
I am playing around trying to bootstrap an svm model using a training set and a test set. I've written another function, auc, which I call here, and am bootstrapping. I did this successfully with logistic regression, but I am getting an error from the starred ** line which I determined with print statements. How do I tune an svm in a bootstrap? I can't find sample code
2023 Jul 07
0
Xapian 1.4.23 released
Xapian 1.4.23 can now be downloaded from:
https://xapian.org/download
This release is mainly composed of bug fixes, improved testsuite
coverage, and minor documentation and portability improvements.
The wiki has the usual summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.23
A big thanks to Robert Stepanek, Germ?n M. Bravo, stark3y, Vivek Pal,
Alexei
2012 Nov 06
1
Filling dataframe incorrectly in for loop
Hi everyone,
I am writing a simple script to read in a data file, search through the data
file for an exact character match for a microRNA name, subset those rows,
and aggregrate a dataframe with those subselections all in a for loop. This
is what I have so far:
#READ IN DATA
file1 = "C:/Desktop/mirtarget2_predictions.txt"
data = read.table(file1, header=FALSE, sep="\t")
2006 Apr 19
0
[scriptaculous] Snap with marginal steps (%)
Hello everybody,
I''m trying to let the drag and drop library snap my objects with
percentages instead of pixels,
Is there someone who already done this, It''s really giving me a hard time.
Regards,
Jeroen
2005 Nov 14
1
Snap to grid for Draggables
Heya,
Following an idea from Saimon (http://dev.rubyonrails.org/ticket/
2826) and
Borlum (http://dev.rubyonrails.org/ticket/2583) and possibly others,
script.aculo.us Draggables now sport a new "snap" option that works
like this:
snap:25
snap to a 25x25 grid (0,0 is at the elements 0,0 coordinate)
snap:[10,25]
same as above but with different x/y grid size
snap:function(x,y) {
2005 Jan 12
1
Samba on Snap
Hi,
We have a snap server 4400 which is running Samba and which we have
successfully added to our Samba domain which is running on a Sun. However,
when we save a file on the Snap server, the unix owner/group are set
incorrectly to the values 20111 and 20002. A file saved on the Sun server
has the correct unix owner/group.
Consequently, the file save on the snap server cannot be edited at the
2005 Dec 08
0
problem with unix extensions on Adaptec SNAP Server (Redhat 8)
I've recently purchased an Adaptec SNAP server to serve as a central file
server for a 2500 machine, 7000 user network. My goal is for this server
to serve as a backend file store to a number of other servers that the
client machines will communicate with. In particular, I would like to have
my current file server (which runs samba 3.0.10 in kernel 2.6.10-gentoo-r6)
mount a share on the
2000 Aug 29
1
SNAP-2000082900
I have been testing the SNAP-2000082900 on solaris ...
earlier I wrote that the 'connection dies on exit of x11 forwarded
motif application' bug was solved with this release ...
unfortunately further testing showed that it just did not occur on
the machine I tested. All our other machines still show it ...
cheers
tobi
--
______ __ _
/_ __/_ / / (_) Oetiker, Timelord &