Displaying 20 results from an estimated 300 matches similar to: "windows to unix user name mappings"
2007 Jun 13
2
winbind idmap customization
I would like to have winbind map all of my AD users to their full
user@REALM form on the Linux domain members. I'd like lookups to be
properly canonical. Is this possible?
'getent passwd user' should return:
user@REALM.NET:*:1786588783:1786588745:Mr Man:/home/whatever:/bin/bash
I'm finding my options are to either have the local names be plain,
unprefixed, or prefixed, but
2007 Jun 15
2
winbind nss configuration
I'm having the hardest time trying to come up with the optimal
configuration with NSS Winbind support. I want it to work right offline.
That is, name lookups shouldn't take 30 minutes to time out or lock the
system up. And if the name lookup is for a local name, I want Winbind to
be 100% out of hte picture.
I've tried this, without much luck:
passwd: compat [SUCCESS=return] winbind
2007 Jun 25
1
rsync lockup on windows
I am using rsync on a Linux box, connecting to a Cygwin SSH server which
has Rsync installed, and pulling some files to the Linux box. The
transfer locks up. The rsync process on the Windows box hangs. A single
hidden file in progress exists. It is an excel file, with 0 bytes.
It locks up on this file consistently. I can open it, read it, delete
it, using Cygwin tools, on Windows. It is an Excel
2017 Sep 24
3
Shift the normal curve to the top or near to the top of the histogram
Dear All:
One more thing.
I want to add the normal curve to the histogram. Is there away to stretch
the peak of the curve to the top of the histogram or at least near to the
top of the histogram.
Please see the code below.
Lizard.tail.lengths <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5,
8.6,8.8, 8.8, 9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9)
x<-seq(5,12, 0.001)
2017 Sep 25
0
Shift the normal curve to the top or near to the top of the histogram
Hi Abou,
Try this:
library(plotrix)
curve(rescale(dnorm(x
,mean=mean(Lizard.tail.lengths),sd=sd(Lizard.tail.lengths)),
c(0,6)),add=TRUE, col=2, lwd = 2)
Jim
On Mon, Sep 25, 2017 at 9:35 AM, AbouEl-Makarim Aboueissa
<abouelmakarim1962 at gmail.com> wrote:
> Dear All:
>
> One more thing.
>
> I want to add the normal curve to the histogram. Is there away to stretch
> the
2007 Feb 21
5
nut suddenly stopped working...
I almost had nut_2.0.5-3_i386.deb (from
http://packages.debian.org/unstable/admin/nut - installed via dpkg, not via
repository) working:
* problems with getting it to come up during boot
* monitoring via knutclient was OK
* shutdown on low battery worked adequately, if not quite as described)
and newhidups suddenly stopped talking to my Belkin F6C550-AVR . It's only
been in use for a
2017 Sep 24
2
Remove spacing at the top and bottom of a plot
Dear All:
Is there is away to remove spacing at the top and the bottom of a plot? If
so, any help will be appreciated.
Please use this code as an example:
par(mfrow=c(1,2))
lizard <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5, 8.6,8.8, 8.8,
9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9)
n.draw <- 100
mu <- 9
n <- 24
SD <- sd(lizard)
draws <-
2006 May 09
1
xapian-compact fails to rename iamflint.tmp for win32/cygwin builds
Hello,
Any call to xapian-compact compiled for Win32/Cygwin ultimately fails
when it tries to rename/replace iamflint.tmp with the final version. The
reason is you cannot rename an opened file with Win32/Cygwin libc.
To correct this, just close the output ofstream (xapian-compact.cc(534))
like:
"""
ofstream output(dest.c_str());
if (!output.write(buf, input.gcount())) {
cerr
2017 Aug 25
4
GlusterFS as virtual machine storage
> This is true even if I manage locking at application level (via virlock
> or sanlock)?
Yes. Gluster has it's own quorum, you can disable it but that's just a
recipe for a disaster.
> Also, on a two-node setup it is *guaranteed* for updates to one node to
> put offline the whole volume?
I think so, but I never took the chance so who knows.
> On the other hand, a 3-way
2017 Sep 24
0
Remove spacing at the top and bottom of a plot
The default margins are set as lines below, left, top, and right using mar=c(5.1, 4.1, 4.1, 2.1). Just change the top margin something like 1.1:
par(mfrow=c(1,2), mar=c(5.1, 4.1, 1.1, 2.1))
---------------------------
David L. Carlson
Department of Anthropology
Texas A&M University
-----Original Message-----
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of AbouEl-Makarim
2008 Dec 08
4
DO NOT REPLY [Bug 5954] New: Implement something like --very-fuzzy
https://bugzilla.samba.org/show_bug.cgi?id=5954
Summary: Implement something like --very-fuzzy
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: wasabi@larvalstage.net
1999 May 08
1
OpenLinux 2.2: LISA install leaves root access without password
Hello,
I believe I''ve found a bug in the installation process of OpenLinux 2.2
when using the LISA boot disk. During the installation a temporary passwd
file is put on the new file system containing the user "help" set uid=0
gid=0 and no password. Once you are prompted to set the root password and
default user password a new passwd and shadow file is created yet the help
user
2017 Aug 25
0
GlusterFS as virtual machine storage
On 25/08/2017 6:50 PM, lemonnierk at ulrar.net wrote:
> Free from a lot of problems, but apparently not as good as a replica 3
> volume. I can't comment on arbiter, I only have replica 3 clusters. I
> can tell you that my colleagues setting up 2 nodes clusters have_a lot_
> of problems.
I run Replica 3 VM hosting (gfapi) via a 3 node proxmox cluster. Have
done a lot of rolling
2002 Feb 05
1
German Translation
Hi,
I'm currently working at a German translation for the vorbis-tools.
Just for the case someone has already started it.
cu,
Tom
--
I am the Lizard King, I can do anything - James Douglas Morrison
http://www.TomK32.de - just a geek trying to change the world
http://www.sf.net/projects/mysecretdiary/ -- wanna code PHP ?
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg
2008 May 19
1
three-dimensional (volumetric) estimation from x,y,z points
Dear all,
I have a set of x,y,z points obtained from
a lizard species and now I would like to
estimate the three-dimensional use of space
for this species. I know that 2D area I can
estimate using adehabitat packages, but
I donĀ“t know how to estimate the volumetric
space.
Any help are welcome.
Miltinho
Brazil
[[alternative HTML version deleted]]
2018 May 09
2
Some more questions
Ok, some more question as I'm still planning our SDS (but I'm prone to use
LizardFS, gluster is too inflexible)
Let's assume a replica 3:
1) currently, is not possbile to add a single server and rebalance like any
order SDS (Ceph, Lizard, Moose, DRBD, ....), right ? In replica 3, I have
to add 3 new servers
2) The same should be by add disks on spare slots on existing servers.
2004 Aug 06
3
different play lists on different ports?
I'm running icecast 3.1.10 (from the ports collection) on a freebsd 4.3
machine with a hacked version of iceplay doing the encoding. With older
version of icecast you could start multiple instances and tell iceplay to
broadcast to each one of those instances with a different playlist. This
version of icecast seems to only run one instance, even if I try to start more
than one.
So, I've
2001 Aug 09
1
more on Diablo II (wierd problem)
Ok, I do have Diablo II working, mostly. At the moment, it only works
under TWM (not fvwm which is what I normally use) and only in -win
mode.
The problem is that the first time that my mouse leaves the diablo
window, diablo iconifies. Not a major issue, I just have to make sure
that it's before I start playing. HOWEVER, after it's de-iconified,
the keyboard get's somewhat screwy. I
2003 Oct 26
3
Automatic Windows Patch Deployment (OS Agnostic)
A month ago I mentioned on this list work on a automated package
deployment tool for Windows systems, which is server agnostic. At the
time, I didn't have the time to put it up in a place for public
consumption. I do now.
The utility is named wpkg (punny isn't it?) It's nothing more than a
simple .js (jscript) file which needs to be run on Windows, from a
directory containing three
2003 Nov 19
1
WPKG
Just wondering if anybody out there actually downloaded and got my Wpkg
utility working. I'd like to hear what people think about it. Not having
a progect page for it and all doesn't make that easy. Hmm. Maybe i'll
set up a sourceforge page.
Anyways, anybody using it?
(for those not aware, it's a utility to automatically install software
on windows computers, without any specific