Displaying 20 results from an estimated 1000 matches similar to: "group enumerations fails"
2009 Jun 24
0
group enumerations fails
The problem:
------------
Samba will not enumerate Domain local groups in our Win2008 Active
Directory.
Our Setup:
----------
# cat /etc/SuSE-release
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 2
# rpm -qa | grep -E '(samba3)|(smb)|(krb)|(wbclient)' | grep -v pam
krb5-32bit-1.4.3-19.35
libsmbclient-32bit-3.0.32-0.8
samba3-3.3.6-39.suse101
2011 Mar 04
1
Problems with Winbind Idmap and Active Directory 2008 r2
For our Linux Machines (SLES 10) we are using kerberos and LDAP to
authenticate against Active Directory (works perfectly)
Please note that the same configuration works with Windows 2003 Server, the
problem is with with Windows 2008 Server
However we are experiencing problems with winbind for the file share, I see
in the "log.winbind-idmap" logfile the following errors
[2011/03/03
2010 May 31
0
No space available: NT_STATUS_OBJECT_NAME_COLLISION (?)
Hi,
we have trouble with one of our samba servers. Sometimes(!) users get an error message while copying files to the
server, that no space would be available. But there are a few TB free.
In the samba logs I can find theese entries:
[2010/05/28 15:56:24, 2] smbd/open.c:2447(open_directory)
open_directory: unable to create .. Error was NT_STATUS_OBJECT_NAME_COLLISION
[2010/05/28 15:56:24,
2010 Jun 17
2
Plotting confidence intervals of two response on same graph (panel).
Hello!
I would like to draw a graph like the following:
http://www.optics.rochester.edu/workgroups/cml/opt307/spr04/pavel/plot_small.jpg
Aim is to plot confidence intervals of treatments for X(=response1) and
Y(=response2) axis simultaneously to visualize aggreement of confidence
interval for two responses.
Can anyone please provide me some direction to start with?
Thanks!
--
Kim.
2011 Jul 10
1
Code Help
Am I missing a Package? I'm not sure why is won't read the functions. Any
help is much appreciated.
> PData = Data[,3:10]
> Spec = portfolioSpec()
Error: could not find function "portfolioSpec"
> setTargetReturn(Spec) = mean(colMeans(PData))
Error in setTargetReturn(Spec) = mean(colMeans(PData)) :
object 'Spec' not found
> Constraints =
2001 Apr 06
1
error:*** zlib missing
Hi, my Name is Claudia Linares and in this moment, I try to install the SSH
in a machine Sun with Solaris 2.7.
When I want to compile the software openssh-2.5.1p1 ( with Compiler CC or
with gcc), I execute the comand:
./configure but in this instant I view the following messages:
config : error:*** zlib missing - please install first or check config .log
The file config.log is this:
2005 Aug 16
1
Defining model classes for enumerations
I have several tables for enumerations. They all have the same content:
id, name, position. I''d like to avoid the tedious work of defining a
class for each one explicitly. Not least, in order to avoid clutter in
the model directory.
Here''s what I''ve come up with:
class EnumRecord < ActiveRecord::Base
def self.define_enums(*enums)
enums.each do |spec|
2005 Oct 27
1
data.frame-question]
First a general comment on posting style, could you please be more specific
about where the error occurs as without this it is very difficult to
identify what the problem is.
Now concerning your problem. When I tried the code I posted yesterday I
thought it worked fine. I've tried it again now and found that the
data.frame TAB3 actually only has one column and the names "A",
2005 Nov 14
2
Coercion of percentages by as.numeric
Hi
Given that things like the following work
> a <- c("-.1"," 2.7 ","B")
> a
[1] "-.1" " 2.7 " "B"
> as.numeric(a)
[1] -0.1 2.7 NA
Warning message:
NAs introduced by coercion
>
I naively expected that the following would behave differently.
> b <- c('10%', '-20%', '30.0%',
2006 Apr 16
0
anyone got lighty working ?
Hi all
I started to set up a rails stack on debian : debian sarge / XEN 3.0 / Ruby
1.8.4 / Postgresql 8.1.4 / Java 1.5 / Mongrel / Lighttpd
Everything went well and worked as expected until I reached lighty. I could
not get lighty working at all. I felt like the master of the disaster.
I tried the debian backport for lighty 1.4.11, got the ligthy daemon running
configured as proxy, but it did
2009 Aug 25
0
Postdoc position in computational biology: Seattle WA
A postdoctoral fellow position in computational biology is anticipated to
open in the fall of 2009 at University of Washington, Seattle, WA. The
candidate will join a multi-disciplinary group working on edge-cutting
research problems in computational biology.
Job Description
We seek a highly motivated and diligent researcher at the early stage of
academic career with the ability to carry out
2005 Apr 07
0
how to analysis this kind of data set?
hi,everybody
I have a *time course* data set about a CML cell line treated by two drugs
and their combination.The experiment was performed on cDNA microarray
platform.The green channel of all the arrays are common,the untreated
cell.Here follows the experiment design:
a_0hr,a_3hr,a_8hr,a_12hr,a_24hr,a_48hr,a_72hr,
b_3hr,b_8hr,b_12hr,b_24hr,b_48hr,b_72hr,
2006 Mar 03
0
Mongrel 0.3.7.1 -- 1000 Paper Cuts Release
This release of Mongrel is coming at you with lots of very little but
important features and fixes. The big highlights are:
* Initial beginning of the plugin support that will let people write
their own handlers and other things for Mongrel.
* Timeout now works again but couldn?t find an alternative to the buggy
Timeout class.
* SwitchTower friendly signal handling for
2005 Nov 14
2
[<- and indexing for zoo objects
Hi
I've been greatly enjoying the functionality the zoo package offers.
However I've hit a snag with the following code
> a <- zoo(matrix(1:10,5,2), 2001:2005)
> a
2001 1 6
2002 2 7
2003 3 8
2004 4 9
2005 5 10
> a[I(2003), 2]
2003 8
> a[I(2003), 2] <- NA
Error: subscript out of bounds
>
I've also tried
> coredata(a[I(2003), 2])
2006 Mar 03
1
Mongrel 0.3.7.1 -- 1000 Paper Cuts Release
This release of Mongrel is coming at you with lots of very little but
important features and fixes. The big highlights are:
* Initial beginning of the plugin support that will let people write
their own handlers and other things for Mongrel.
* Timeout now works again but couldn?t find an alternative to the buggy
Timeout class.
* SwitchTower friendly signal handling for
2010 Jul 05
1
windows 7 samba domain
Hi,
I succesfuly joined five windows 7 client to a samba (version
3-3.2.15-40) domain with passdb backend = tdbsam, the client works
correctly, user domain, network share printers etc, after 2 weeks the
client does not access to domain, with this error: the trust
relationship between this workstation and the primary domain failed, to
resolve I remove the client from domain and join again, the
2011 Nov 23
3
samba, kerberos, encryption types
Hi all!
Does samba support AES encryption for use with Win2008 controller domains?
If so, why automatically generated krb5.conf still contains only RC4-HMAC DES-CBC-CRC DES-CBC-MD5?
Also, why this file contains "preferred_enctypes" parameter which I can't find in "man krb5.conf"?
And last question: would samba use system krb5.conf if I set "create krb5 conf=no"?
2005 Aug 19
13
Enumerations (again): Comments please
Some of my earlier questions may have hinted ever so slightly in the
direction that I''m trying to implement "enumerations". By an
enumeration here I mean a class that has a fixed number of immutable
instances, which in turn have essentially only a name and a position.
Requirements I''ve tried to meet are
- Enumeration instances should only be loaded once from the
2008 Feb 15
1
vesamenu.c32 + include + CLI woes
Hi all,
In June 2007 Jerry Nelson started a thread on this mailing list about a problem he was seeing. The thread was http://syslinux.zytor.com/archives/2007-June/008673.html
After several hours of searching through the list, I am still convinced that his problem was never solved and is very valid. I recently moved from the old syslinux config options model (all labels in 1 default config file)
2006 Apr 23
1
RAID question
Hello.
I have several systems (CentOS 3 and CentOS 4) with software raid and
I've observed a difference in the raid state:
In CentOS 3 systems we find that mdadm --detail /dev/md* show:
..............
Version : 00.90.00
Creation Time : Fri Apr 16 14:59:43 2004
Raid Level : raid1
Array Size : 20289984 (19.35 GiB 20.78 GB)
Device Size : 20289984 (19.35 GiB 20.78 GB)