Displaying 20 results from an estimated 500 matches similar to: "wbinfo -r reports strange gids on AD member"
2005 Mar 21
1
rpart memory problem
Hi everyone,
I have a problem using rpart (R 2.0.1 under Unix)
Indeed, I have a large matrix (9271x7), my response variable is numeric and all
my predictor variables are categorical (from 3 to 8 levels).
Here is an example :
> mydata[1:5,]
distance group3 group4 group5 group6 group7 group8
pos_1 0.141836040224967 a c e a g g
pos_501
2011 Oct 30
1
Normality tests on groups of rows in a data frame, grouped based on content in other columns
Dear R users,
I have a data frame in the form below, on which I would like to make normality tests on the values in the ExpressionLevel column.
> head(df)
ID Plant Tissue Gene ExpressionLevel
1 1 p1 t1 g1 366.53
2 2 p1 t1 g2 0.57
3 3 p1 t1 g3 11.81
4 4 p1 t2 g1 498.43
5 5 p1 t2 g2 2.14
6 6 p1 t2 g3 7.85
I
2005 Jun 06
1
Problem listing group membership from Windows
I planned using ifmember.exe from Windows 2000 resource kit to map the right
drive-mappings to the right shares with logon-scripts. Unfortunately it seems
as ifmember simply doesnt report the right groups for the users.
Even tho "id user1" shows the right groups;
"uid=2082(user1) gid=1002(Group1)roups=1002(Group1),545(Users),1000(Group0)",
User is a member of group
2007 Oct 30
2
flexible processing
Hello,
unfortunately, I don't know a better subject. I would like to be very flexible
in how to process my data.
Assume the following dataset:
par1 <- seq(0,1,length.out = 100)
par2 <- seq(1,100)
fac1 <- factor(rep(c("group1", "group2"), each = 50))
fac2 <- factor(rep(c("group3", "group4", "group5", "group6"), each =
2010 Jul 06
2
Help With ANOVA
Hi I needed some help with ANOVA
I have a problem with My ANOVA
analysis. I have a dataset with a known ANOVA p-value, however I can
not seem to re-create it in R.
I have created a list (zzzanova) which contains
1)Intensity Values
2)Group Number (6 Different Groups)
3)Sample Number (54 different samples)
this is created by the script in Appendix 1
I then conduct ANOVA with the command
>
2015 Jul 06
0
Unisteam not showing callerid
hi list
can U help me
caller id in USTM if now working
-- Starting switch on '4211 at 4211-1' to 4203
-- Executing [4203 at office:1] DumpChan("USTM/4211 at 4211-0x7f7ba4228fd0",
"") in new stack
Dumping Info For Channel: USTM/4211 at 4211-0x7f7ba4228fd0:
================================================================================
Info:
Name=
2010 Jul 06
3
Help With ANOVA (corrected please ignore last email)
Sorry i had a misprint in the appendix code in the last email
Hi I needed some help with ANOVA
I have a problem with My ANOVA
analysis. I have a dataset with a known ANOVA p-value, however I can
not seem to re-create it in R.
I have created a list (zzzanova) which contains
1)Intensity Values
2)Group Number (6 Different Groups)
3)Sample Number (54 different samples)
this is created by the
2013 Dec 07
2
APC Smart-UPS 1500; system shutdown is not initiated.
Dear list,
I have an APC Smart-UPS 1500 hooked up via the USB port. Recently, when
we had a power outage, the only entry in the logs was:
Dec 3 14:43:43 afs1 upsmon[3035]: UPS apc at localhost on battery
and then the machine seems to have run until the battery was empty. It
only notices the "battery low" after I turn the system back on:
Dec 3 16:01:39 afs1 usbhid-ups[21973]:
2010 Jun 29
0
winbindd GETGRENT results in trusted domains environment
Good day.
1. We have configured two domain controllers on Windows 2003 R2. We
named them TEST.LOCAL and CHILD.TEST.LOCAL respectively and made a
trust relationships between them. 2. We have installed Samba 3.5.3 on
Ubuntu 9.10, kernel 2.6.31-14 and configured it for using winbindd.
We have encountered a problem with results that winbind returns
upon a command GETGRENT. We
2013 Dec 09
0
APC Smart-UPS 1500; system shutdown is not initiated.
On Dec 7, 2013, at 2:38 PM, Christian wrote:
> Dear list,
>
> I have an APC Smart-UPS 1500 hooked up via the USB port. Recently, when
> we had a power outage, the only entry in the logs was:
>
> Dec 3 14:43:43 afs1 upsmon[3035]: UPS apc at localhost on battery
>
> and then the machine seems to have run until the battery was empty. It
> only notices the "battery
2013 Dec 09
2
APC Smart-UPS 1500; system shutdown is not initiated.
Charles,
thanks for your detailed answer.
>> Occasionally, i get these in daemon.log: Dec 4 03:11:54 afs1
>> usbhid-ups[21973]: libusb_get_interrupt: could not claim interface
>> 0: Device or resource busy
>
> This isn't great, but I don't think it's related.
>
> It is normal to get a "could not claim interface 0" error once after
>
2004 Sep 22
1
idmap_ad: sid to uid conversion fails
I have two boxes on which I am trying to get idmap_ad
(from xad_oss_plugins) to provide uid/gid mapping, and
am getting the error:
"Could not convert sid <sid of some_user> to uid"
The story so far goes like this:
Without the line
"idmap backend = ad:ldap://<PDC's FQDN>/" in smb.conf,
I can successfully do all of:
#> wbinfo -S $(wbinfo -n some_user | awk
2011 Mar 15
1
Acts as taggable on ( tag ownership question )
From the acts as taggable doc I seeTag Ownership
Tags can have owners:
class User < ActiveRecord::Base
acts_as_tagger
end
class Photo < ActiveRecord::Base
acts_as_taggable_on :locations
end
@some_user.tag(@some_photo, :with => "paris, normandy", :on => :locations)
@some_user.owned_taggings
@some_user.owned_tags
2009 Nov 30
1
Dovecot 1.2.x masteruser proxy problem
Greetings to all
I need a masteruser/proxy account for some applications to be implemented
and i am having some problems. Normal users are proxyied through
ldap queries to the remote machine and this is working like it sopose to,
but i can't make the master user to work. Below are both the dovecot.conf
and dovecot-ldap.conf and verbose logs on the proxy machine.
If i log directly on the
2002 Mar 30
1
File permission umask howto?
I'm trying to figure out how to cause rsync to
create the file on the backup server with 700 permission
and specific owner "some_user" (not root)
I try to do it in several way with no success.
The command I'm using is:
rsync -r -t -v -z /dir some_user@server::module
so that it don't copy permission
It always give the files 744 permission, that mean that every on can read
2010 Nov 11
1
exploratory analysis of large categorical datasets
Dear List,
I am looking to perform exploratory analyses of two (relatively) large
datasets of categorical data. The first one is a binary 80x100 matrix, in
the form:
matrix(sample(c(0,1),25,replace=TRUE), nrow = 5, ncol=5, dimnames = list(c(
"group1", "group2","group3", "group4","group5"), c("V.1", "V.2", "V.3",
2005 Dec 01
0
Chrooting question
Hi, All.
I've got a feeling it's a simple matter and it was discussed on this
list (i've searched the archive) but still all answers i've found didn't
solve this problem.
We want to move from UW-IMAP to dovecot, when users INBOX
is /var/mail/USER_NAME and his folders are ~USER_NAME/mail/.
In addition the host is an FTP server that uses chrooting in order to
prevent users from
2006 Jun 13
2
Locating an arbitrary fixture...
Is there a good way to get an arbitrary fixture from the generated
fixture function?
I need a way to get one of my fixtures, I don''t care which one. It
doesn''t need to be random and could always return the same fixture.
This is part of a support function for custom assertions and it doesn''t
know what class its working on, let alone what fixture names are
possible.
2019 Dec 20
0
Upgrading from Debian Stretch to Buster, Van Belle package
Hello Louis,
-----------------------------------
# apt-get remove libldb1 ldb-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
? libtalloc2 libtdb1 libtevent0
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
? ldb-tools libldb1
0
2018 May 02
0
samba 4 joining samba 3 pdc - group mismatch
On Wed, 2 May 2018 17:12:30 -0300
"Ethy H. Brito via samba" <samba at lists.samba.org> wrote:
>
> Hi all
>
> Background: I am not a samba expert, not even close!
>
> I have a ancient samba 3 (Server role: ROLE_DOMAIN_PDC) and I intend
> to migrate all files to a samba 4 (Server role: ROLE_DOMAIN_MEMBER)
>
> Users will stay in S3 for now.
>
>