Displaying 20 results from an estimated 1100 matches similar to: "NT Domain logon"
2015 Jul 02
8
[Bug 11378] New: Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.
https://bugzilla.samba.org/show_bug.cgi?id=11378
Bug ID: 11378
Summary: Please add a '--line-buffered' option to rsync to make
logging/output more friendly with pipes/syslog/CI
systems/etc.
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
2020 Jun 19
9
[Bug 3184] New: Unable to add deprecated KexAlgorithms back for host via config file
https://bugzilla.mindrot.org/show_bug.cgi?id=3184
Bug ID: 3184
Summary: Unable to add deprecated KexAlgorithms back for host
via config file
Product: Portable OpenSSH
Version: 8.2p1
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: ssh
1997 Dec 07
3
KerbNet!
I want to thank whoever mentioned KerbNet by Cygnus Solutions! Wowza!
I recommend that people check it out. It lets you implement Kerberos
under UNIX and NT, and have them work together (so you have one *unified*
security system that is used by both your NT and UNIX boxes).
It's at http://www.cygnus.com/product/kerbnet-index.html
It also does authentication *without* sending passwords over
1998 Oct 15
3
Performance tips for heavily loaded servers
Does nayone have a collection of performance tips for heavily loaded
samba servers?
I have a server that routinely has 45-90 connections and just runs really
poorly. We've thrown more memory at it w/ some benefit, but not
significant.
This is on a linux 2.0.35 based machine.
Does anyone have any suggestions?
-- Nathan
------------------------------------------------------------
Nathan
1997 Dec 12
2
How to get nmbd to work?
I have NEVER been able to get nmbd to work in anything even remotely
approximating a usable fashion.
All I want it to do is DNS lookups.
I can't even get it to do that reliably. It looks in some cases like it
isn't even sending a response back to the querying clients.
When I do a request that fails, I get this:
---
nmb packet from 192.55.114.4(3175) header: id=8172 opcode=Query(0)
2015 Jul 04
0
[Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.
https://bugzilla.samba.org/show_bug.cgi?id=11378
Nathan Neulinger <nneul at neulinger.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
--- Comment #2 from Nathan Neulinger <nneul
2013 Jul 23
1
Heat Map for species - code from Numerical Ecology with R
Hello, I am relatively new to R and I am working through the code that is provided in the book Numerical Ecology with R and I have run across an error message that I can't seem to figure out. I am using the vegan, ade4, gclus and cluster packages. The code is as follows: # Ordered community table # Species are ordered by their weighted averages on site scores or <- vegemite(spe,
2010 Aug 09
3
Regular Expression
Hi all,
>From a list of strings, I desire to filter out the followings:
1. Digits at the beginning of the strings
2. Character "SPE" following the digits (if it exists)
3. Any characters followed by hyphen
The following produces the desired result, but would like to know whether
this can be done more efficiently.
Any suggestions would be much appreciated.
dat <- c("2148
2008 Oct 20
1
Calculate SPE in PLS package
Dear list,
I want to calculate SPE (squared prediction error) in x-space, can
someone help?
Here are my codes:
fit.pls<-
plsr(Y~X,data=DAT,ncomp=3,scale=T,method='oscorespls',validation="CV",x=
T)
actual<-fit.pls$model$X
pred<-fit.pls$scores %*% t(fit.pls$loadings)
SPE.x<-rowSums((actual-pred)^2)
Am I missing something here?
Thanks in advance.
Stella Sim
2005 Mar 19
3
Asterisk and Cisco AS53xx/54xx Access Server Platform
Hello,
I've got an ISDN PRI circuit terminating in a Cisco AS5350, which in
turn is talking to an Asterisk server via SIP for call origination and
termination. Seems simple enough, and it works for the most part,
but:
1) Caller ID name data comes in on the PRI, but doesn't appear to get
handed off to the Asterisk server via SIP, at least not in any
format that Asterisk
2011 Feb 10
2
Rioja package, creating transfer function, WA, "Error in FUN"
Hi, I am a new R user and am trying to construct a palaeoenvironmental
transfer function (weighted averaging method) using the package rioja.
I've managed to insert the two matrices (the species abundance and the
environmental data) and have assigned them to the y and x values
respectively. When I try and enter the 'WA' function though, I get an 'Error
in FUN' message (see
2007 Mar 05
2
Scheduled workers only run once unless you call self.delete inside the worker
I had a worker scheduled to run every minute with
backgroundrb_schedules.yml:
ebay_runner:
:class: :ebay_auction_worker
:job_key: :ebay_auction_runner
:trigger_type: :cron_trigger
:trigger_args: 0 * * * * * *
This worker posts an auction to eBay from a queue of auctions every minute.
I was having a problem where the worker would run ok the first time, but
never any subsequent minutes
1999 Sep 21
0
FW: Kerberos 5 with Samba, Can you help?
fyi.
------------------------------------------------------------
Nathan Neulinger EMail: nneul@umr.edu
University of Missouri - Rolla Phone: (573) 341-4841
Computing Services Fax: (573) 341-4216
-----Original Message-----
From: Richard Kandarian [mailto:richard.kandarian@lanl.gov]
Sent: Monday, September 20, 1999 2:11 PM
To: Nathan
2009 Oct 19
1
updating columns using other column as reference
Dear R-gurus,
Just supose I have a dara.frame that looks like
myDF<-read.table(stdin(),head=T,sep=",")
codID,namesp,k1,k2,k3,k4
1,spA,2,5,6,3
2,spB,4,5,4,6
3,spC,2,1,5,6
4,spC,5,4,3,2
5,spD,1,2,3,4
6,spE,2,4,3,1
I need to update the columns k1-k4 with the namesp, but
considering the math between Kx and codID.
My desired output must looks like:
codID,namesp,k1,k2,k3,k4
2000 Aug 14
2
conf. int. for lm() and Up-arrow
Dear all,
Is there any function for calculating confidence limits
for coefficients in an lm() object? I know of the
confint() function in the MASS library working very
well on my binomial GLMs and I have tried it (using glm
() , family=gaussian) but it gives NAs according to
below. Does the confint() function not accept gaussian
GLMs? Could there be convergence problems in the GLM?
Note the
2012 Jul 27
1
labeling loading vectors in vegan
Hello,
I am using vegan to do an NMDS plot and I would like to suppress the labels
for the loading vectors. Is this possible? Alternatively, how can I avoid
overlap?
Many thanks for the help.
Example code:
#perform NMDS using metaMDS() function
spe.nmds<-metaMDS(data, distance='bray',k=2 , engine = "isoMDS",
autotransform=F, trymax=1000)
#calculate the loading (i.e.,
2007 Oct 23
2
Speex with PS3 SPE support
Hi Jean-Marc,
We needed to use a release version of the SDK because this part of
production code for our Sony implementations. I'm not sure how stable
that branch is. Is the encoding and decoding already stable? In other
words, what is not stable about that branch?
Thanks,
---------------------------
Saad Nader
Middleware Engineer
Powered By Gamespy, IGN
-----Original Message-----
From:
2005 Jul 12
3
Help Configuring TDM04B
Hi:
I had an fxo card from Digitnetworks and it was
working fine on my Asterisk box. I then replaced it
with TDM04B. I changed the zaptel and zapata to
include the four channels. When I run ztcfg, I get
configuration errors:
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04:
2002 Jan 28
3
eudora
Hi folks,
I'm new to WINE and have actually read the docs, so go easy on me. My
machine is setup to dual boot between Red Hat 7.2 and Windows2000. This
is what I get when I try to run Eudora 5.1 from my Win2k partition.
This is as far it'll go--no window ever displays. I get identical
results with either WINE 20020122 or a CVS snapshot from yesterday
evening. Let me know if
2019 Jan 02
5
Potential bug in SelectionDAGLegalize::ConvertNodeToLibcall()?
Hi,
I have a custom lowering operation on ISD::BITCAST for the PowerPC/SPE
target, to convert 'f64 bitcast (i64 build_pair i32, i32)' into a 'f64
BUILD_SPE64 i32, i32' node, which can be seen at
https://reviews.llvm.org/D54583. However, when building compiler-rt's
lib/builtins/divdc3.c an assertion is triggered that BUILD_PAIR is not
legal on line 24. There should be no