Displaying 20 results from an estimated 600 matches similar to: "Dual personality samba server"
1998 Jun 19
0
Further to: Samba screwed up when trying to save a word97 document
Futher to my last message regarding samba being confused when a Word97
file was being saved. I have been looking at the docs and log files
again and now understand that the problem is related to opportunistic
locking. I also found the part of the log file that details the start
of the event. Here it is:
1998/06/19 15:51:19 ukswi1000 (175.12.50.218) connect to service its as
user bramsons
1998 Jun 19
0
Samba screwed up when trying to save a word97 document
Dear All,
We are in the process of evaluating Samba to provide SMB access to unix
file storage for a few hundred PC's.
One of our tests is to save a Word97 document - something that has
caused various PCNFS clients problems in the past. While saving the
document the client stopped and said something like connection lost, or
seesion closed, and the drives mapped from the samba box
1998 Sep 23
1
Project Cascade?
Hi all. I was wondering if anyone has heard of the new Sun product called
Project Cascade? You can find more information about it at a link
directly off the main sun.com page.
I'm curious as to whether or not it will be as good as samba, and if
people are going to think that an equivilent hasn't been around for quite
some time...
Dave
1999 Aug 18
1
Automatic printer driver installation for NT4.0/NT2000 clients?
Dear All,
I've seen the PRINTER_DRIVER.txt doc on getting the PRINTER$ share set up to
automatically add printer drivers to Win95 clients. It explicitly says that
the procedure described does not work for NT4.0 clients.
I can't find any other documentation on setting up a PRINTER$ share suitable
for NT4.0 or NT2000 clients either in the distribution (2.0.5a) or the web
site.
Is this
2005 Jun 01
1
Bootstrap direction
Hi all,
I am trying to bootstrap a small data set into 1000 "pseudodatasets" and
then run an ANOVA on each one. Can anyone provide guidance on how I could
do this?
Thank you.
-Dan Janes
************************************************
Dan Janes, Ph.D.
Harvard University/OEB
26 Oxford St.
Cambridge, MA 02138
Office: 617-496-2375
Fax: 617-495-5667
Email: djanes at oeb.harvard.edu
1998 Apr 17
1
%L in smb.conf don't work
Hello
I have 4 NT server : so 4 NT Domain
and 1 Linux Box with samba 1.9.18p4-50.4
in smb.conf, I configure
netbios aliases = TEST1 TEST2 TEST3 TEST4
sercurity = server
include = /etc/samba/server.%L
...
and in /etc/samba/server.TEST1
password server = NTSERV1
and in /etc/samba/server.TEST2
password server = NTSERV2
but when I read the nmbd and smbd logs ,
%L is replaced by a null string
2003 Dec 05
3
Odds ratios for categorical variable
Dear R-users:
How does one calculate in R the odds ratios for a CATEGORICAL predictor
variable that has 4 levels. I see r-help inquiries regarding odds ratios
for what looked like a continuous predictor variable. I was wondering how
to get the pairwise odds ratios for comparisons of levels of a categorical
predictor variable. I can't seem to get the correct output using:
>
2008 Mar 13
1
Convert a List of Distances to a Distance Matrix
Hello,
Is there an easy function for switching list to matrix. My list is of
genetic distances between species pairs:
A A 0
A B .5
A C .25
B C .5
and I want a distance matrix such as:
A B C
A 0 .5 .25
B .5 0 .5
C .25 .5 0
for use in a mantel test.
Thank you for the help!
cheers,
charlie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles G. Willis
Department of Organismic
2008 Mar 17
1
Writing GLM/GEE Ouput to Text File
Hello,
How can one write the output of a GLM/GEE model to a text file, such that
the results appear in text file in the same (or similar) format they appear
in the R console? For instance, I have the following model:
Traitresult <- compar.gee(Y~X, data = data, family = "binomial", phy = tree,
scale.fix = TRUE, scale.value = 1)
How would I write "Traitresult" to a text
2008 Apr 14
1
Non-linearity with Parametric data
Hello,
I am trying to test for non-linearity in a set of non-parametric data.
Furthermore, I would like to do so in a multi-variate model. Frankly, I
don't even know if this is possible, and if it is possible, I don't know if
it is implemented in an R package. Any advice would greatly appreciated.
Thank you!
Charlie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles G.
2000 Jan 04
0
Samba allows clients to mount sub-directories of shares - NT does n't ???
Dear All,
I was just proved wrong by a collegue when he was saying that he had been
able to
do the following:
net use t: \\sambaserver\share\dir1\dir2
successfully.
My understanding is that NT will not let clients mount at anything other
than the share level. That is, it will not let you mount subdirs (as NFS
does), so the above will not work. So, I said that because Samba provides
the same
2005 Jun 16
1
2.1.0a for Macs (PR#7952)
I am writing regarding serious problems that a number of
researchers at a workshop held by the Smithsonian Tropical
Research Institute are encountering with the most recent R
version for Macs (the patched version of 2.1.0 (2.1.0a) that
you indicate should be used over 2.1.0).
The following problems are not specific to my computer but are
being experienced by ALL Mac users at this workshop
1997 Jul 24
4
Samba and ClearCase
We're trying to use samba to let our PC's mount view extended pathnames used
by clearcase but they show up as empty. If anyone's used samba and Clear
Case (by Pure Atria) and gotten it to work I'd love to hear how.
thanks,
Bill
--
---------------------------------------------------------------------
William H. Schwartz email: whschwartz@mmm.com
System
2018 Jul 30
0
2.3.2.1 - EC keys suppport?
> I did some local testing and it seems that you are using a curve that is not acceptable for openssl as a server key.
>
> I tested with openssl s_server -cert ec-cert.pem -key ec-key.pem -port 5555
>
> using cert generated with brainpool. Everything works if I use prime256v1 or secp521r1. This is a limitation in OpenSSL and not something we can really do anything about.
>
>
2005 Mar 08
2
GotoIf with Authenticate
Quick question...Im authenticate all exten except this one(2006). If I call from ext 2006 I still have to authenticate. If I call form any other ext I have to authenticate. Any suggestions?
Thanks
extex => s,1,GotoIf($[${EXTEN} = "2006"]?3)
exten => s,2,Authenticate(731)
exten => s,3,GotoIf($[foo${ECID${CALLERIDNUM}} = foo]?4)
exten =>
2018 Jul 30
3
2.3.2.1 - EC keys suppport?
> On 30 July 2018 at 20:37 ????? <vtol at gmx.net> wrote:
>
>
>
> >>>>>>> facing [ no shared cipher ] error with EC private keys.
> >>>>>> the client connecting to your instance has to support ecdsa
> >>>>>>
> >>>>>>
> >>>>> It does - Thunderbird 60.0b10 (64-bit)
>
2005 Feb 15
0
oh323 question
I'm trying to connect an asterisk server via oh323 to a Lucent iMerge.
I patched the code due so that Lucent can handle asterisk's ver4 h323
http://www.voip-info.org/wiki-Asterisk+Lucent+iMerge+Configuration
I can now successfully dial in to our company over multiple lines.
The issue is when I dial out
The first outgoing call connects to an outside user A
The second call drops the first
2018 Jul 30
2
2.3.2.1 - EC keys suppport?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 30 July 2018 at 21:00 ѽ҉ᶬḳ℠ <
<a href="mailto:vtol@gmx.net">vtol@gmx.net</a>> wrote:
</div>
<div>
<br>
2006 May 15
11
[Bug 1189] Stacked PAM modules hang root logout
http://bugzilla.mindrot.org/show_bug.cgi?id=1189
Summary: Stacked PAM modules hang root logout
Product: Portable OpenSSH
Version: 4.3p2
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2001 Nov 06
1
rsync for realtime filesystem replication.
Apologies in advance for a kind of long question:
I've written an application called changedfiles
(http://www.bangstate.com/software.html#changedfiles), which consists of two
parts: a linux kernel module that reports all file operations to a device
special, and a userspace daemon which can take arbitray shell action on files
matching regexp rules specified in a config file.
E.G.,