Displaying 20 results from an estimated 1000 matches similar to: "Samba Server [Solaris 8] on Windows 2K/2003 [ADS] network"
2013 Apr 17
1
Samba4: force user issue
I have a pair of CentOS 6.4 servers running Samba 4.0.3 as DC, and a set
of member file servers, also CentOS 6, running Samba 3.6.9, joined to the
Samba4 domain and running sssd. Birds sing and violins play. Everyone is
happy. Until...
A share definition such as:
[g_sysmgr]
path = /fs/europa/g_sysmgr
valid users = +sysgrp
works fine from both Linux and Windows clients, eg:
%
2006 Aug 18
1
What modifications are required for my device driver to work with xen.
Hi,
Firstly, I apologise for the naivity of my quiestion.
I''m still unclear about the split-driver architecture of xen.
I''m developing a software raid driver, and would like to know the changes
required for it to work with xen. (guest).
As I have understood, the Native driver remains unchanged in Dom0. This
driver communicates talks with the backend driver and the hardware(or is
2005 Jan 13
3
TDM04B vs Dell revisited
Hi,
A week or so ago I wrote about the problems I was having using a Digium TDM04B
card in a Dell PowerEdge 750 IU running Fedora Core 1. Digium steadfastly
indicates
their card won't work in any PowerEdge 650, 700 and 750 series machines "do
(sic)
to a failure in interrupt handling between the pci bus and the card."
My question to the list is: for those of you using a TDM04B
2011 Jul 12
1
[LLVMdev] SPARC JIT?
Greetings,
I've been using LLVM and Clang for a while now, primarily targeting
x86 and ARM. Recently, I read the list of open LLVM projects, one of
them being "Add JIT support to the SPARC port." Looking further, I saw
a May 2010 post from Chris Lattner [2], which basically stated that a
future-proof implementation should use LLVM-MC.
Is anybody currently working on this project?
2007 Aug 21
0
Ansari vs wilcoxon vs ks test
Hi all,
This is a statistics question, I hope someone out there will be able to help
me.
I have one population (oligonucleotide probes spotted on a Nimblegen array).
I measured "parameter one" (intensity after hybridisation) and I have
selected a subpopulation of the initial (one tenth of the initial) according
to a threshold value.
I now measure "parameter two" of
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 &
2011 Nov 30
0
[LLVMdev] The nsw story
A few thoughts from someone on the sidelines; hope they're helpful.
On Tue, Nov 29, 2011 at 3:21 PM, Dan Gohman <gohman at apple.com> wrote:
> The first solution for this was to define nsw add to return undef on
> overflow, instead of invoking immediate undefined behavior. This way,
> overflow can happen and it doesn't cause any harm unless the value
> is actually used.
2020 Apr 21
2
R not running under lldb? (osx)
I see:
Tims-Air:~ tkeitt$ R --version
R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information
1999 Dec 06
2
Pam errors in Solaris
regarding the segfault that shows up when calling
pam_open_session in sshd under solaris--
In the dec 1 Solaris 7 patch report update, there is one mention
of pam:
Patch-ID# 107285-01
Synopsis: SunOS 5.7: passwd & pam_unix.so.1 patch
BugId's fixed with this patch: 4172457
Changes incorporated in this version:
Date: Aug/17/99
but it doesn't seem to be freely available -- when looking
2010 Aug 01
2
Lognormal distribution - Range Factor
Hi, What does it mean to say Lognormal distribution with a mean of 1.03E-6
with a range factor of 100 ? How can I find the lognormal distribution
paramters from this information?
Thanks, Tims
[[alternative HTML version deleted]]
2020 Apr 22
1
R not running under lldb? (osx)
Thanks Simon. I'll probably just switch to rocker when needing to debug in
that case.
THK
On Tue, Apr 21, 2020 at 6:51 PM Simon Urbanek <simon.urbanek at r-project.org>
wrote:
> Tim,
>
> as a security precaution Apple has disabled the ability to debug notarized
> applications*. It means any software distributed on macOS Catalina (and
> they may have retro-actively
2000 Jun 19
3
sshd does not exit after scp (hpux 11.00 / ssh 2.1.1p1)
Hello,
I have encountered a problem using ssh-2.1.1p1 on HP-UX 11.00:
Everything else seems to work but running scp results in processes staying open:
On the server there are 2 processes still running after copying a file: "scp -v
-t /tmp"
and one sshd. On the client also a ssh-process stays running until killing one
of
the processes manually...
The copying works fine however.
2019 Sep 14
2
Changing UPS to a bigger APC 1500 1000WA, what driver?
I've drug it as far under the table as I can get it on a 30% heart.
Yeah, I'm getting on, I'll be 85 in about 2 weeks. Heart surgury will be
scheduled in the next few days to replace a worn out, leaky aortic
valve. Piece if cake if my veins are big enough.
So what driver do I use with a Smart-UPS_1500???
Never mind it was found and accessed by the bootup! upsc my usp reports:
2000 Dec 31
4
R as a daemon?
I have a GNU/Linux / Unix application in which I'd like to have an R
process running in a persistant state, while receiving instructions (and
data) from another process, and returning results to this process.
My initial thoughts are to set something up with named pipes or such,
but I believe that the R process will terminate when it reads EOF (^D)
from the input pipe. The client process is
2006 Aug 03
1
question about dll crashing R
I have ported some R code to C to make it faster.
I can perform .Call("foobar",....) once and it
works fine. Absolutely correct answer.
If I put a loop inside foobar and run the main code
routine more than 100 times, it crashes R.
Or if I call .Call("foobar"....) seperately more than
two tims it crashes R.
For the most part I am doing matirx multiplies using
EXP
2011 Nov 30
2
[LLVMdev] The nsw story
On Nov 30, 2011, at 12:21 PM, Paul Robinson wrote:
> Part of the confusion seems to come from overloading "undefined."
> The VAX architecture spec nicely dealt with the distinction between
> unspecified results and unspecified behavior by consistently using
> distinct terms: _unpredictable_ results, and _undefined_ behavior.
> An operation producing an unpredictable
2011 Nov 29
6
[LLVMdev] The nsw story
The old and popular tradition of "int" being the default all-purpose type
in C hit a snag with the arrival of 64-bit general-purpose architectures,
when, for reasons of memory usage and compatibility, "int" was fixed
at 32 bits. This meant it was no longer the same size as a pointer, the
size of an array index, or the widest native integer type. (Sequence of
events simplified
2004 Oct 25
2
printing ISO/8859-1 characters
Hi,
I ran into an odd problem with the print command for R-2.0 on a windows
machine.
The icelandic character thorn (??,??) which is included in in the Latin-1
character set [iso/8859-1 char# 222 (upper case) and #254 (lower case)]
prints out incorrectly. Instead of getting the correct
character I get the octal codes for upper and lower case thorn (\336 or
\376). This only happens on a windows
2012 Jul 02
5
ggplot: dodge positions
Dear all,
I want to get a series of boxplots (grouped by two factors) and I want to overlay the original observations and the following code does almost what I want:
library(ggplot)
ddf <- data.frame(x=factor(rep(LETTERS[1:4], each=30)), y = runif(120,0,10), grp = factor(rep(rep(1:3, 10), 4)))
ggplot(ddf, aes(x, y, colour=grp)) + geom_boxplot() + geom_point()
Yet the position of the points
2010 Feb 13
4
Important security alert: update your dialplans now!
Friends,
Last week, Hans Petter Selansky alerted us of a potential security issue in all releases of Asterisk. In fact, it doesn't involve the code, but the most common way to construct dialplans. If you have something like this in your Asterisk, you need to update your dialplans:
[incoming-from-voip]
exten => _X., 1, dial(SIP/${EXTEN})
Many VoIP protocols support a large character set,