Displaying 20 results from an estimated 34 matches for "atest".
Did you mean:
test
2019 Aug 10
2
samba-tool ou create "OU=del-ou, dc=atest, dc=com" fails with /var/lib/samba/private/sam.ldb: No such file or directory
Hello,
I am trying to use samba-tool to create OU on active directory.
1. Joined to domain.
# net ads join -U <>
2. Listed GPO's on domain to check samba-tool script can pull the GPOs.
# samba-tool gpo listall
GPO : <>
display name : test-Computers-GPO-1
path : \\atest.com\SysVol\atest.com\Policies\<>
dn : <>,CN=Policies,CN=System,DC=atest,DC=com
version : 65536
flags : NONE
GPO : <>
display name : empty-gpo-from-samba-tool
path : \\atest.com\sysvol\atest.com\Policies\<>
dn : CN=<>,CN...
2024 Jun 09
2
Format
HI all,
My
I am trying to convert character date (mm/dd/yy) to YYYY-mm-dd date
format in one of the columns of my data file.
The first few lines of the data file looks like as follow
head(Atest,10);dim(Atest)
ddate
1 19/08/21
2 30/04/18
3 28/08/21
4 11/10/21
5 07/09/21
6 15/08/21
7 03/09/21
8 23/07/18
9 17/08/20
10 23/09/20
[1] 1270076 1
I am using the following different scenarios but none of them resulted
the desired result.
library(data.table)
library(stringr)
li...
2019 Aug 10
0
samba-tool ou create "OU=del-ou, dc=atest, dc=com" fails with /var/lib/samba/private/sam.ldb: No such file or directory
...eate OU on active directory.
>
> 1. Joined to domain.
> # net ads join -U <>
>
> 2. Listed GPO's on domain to check samba-tool script can pull the GPOs.
> # samba-tool gpo listall
> GPO : <>
> display name : test-Computers-GPO-1
> path : \\atest.com\SysVol\atest.com\Policies\<>
> dn : <>,CN=Policies,CN=System,DC=atest,DC=com
> version : 65536
> flags : NONE
>
> GPO : <>
> display name : empty-gpo-from-samba-tool
> path : \\atest.com\sysvol\atest.com\Policies\<...
2006 Aug 23
2
Rename folder bug dovecot-1.0RC6 ?
Dear All
can someone confirm this bug please ?
I am using Thunderbird 1.07, TB 1.5.0.4, Horde/IMP webmail as test clients,
all running on FC4.
Server is 1.0RC6 on CentOS 4 with maildir-sep set to ';'
To reproduce:
In your favourite mail client:
1. Create a top-level mail folder "atest"
2. Rename "atest" to "atest-extra" (basically hyphen<anything>)
Result: Error about mailbox "atest-extra" does not exist
If you refresh the folder list you see a new folder
called "atest-extra-extra" (read all about it).
Anyone else see this o...
2007 Mar 24
2
Two Problems while trying to aggregate a dataframe
...and where the loan-values are added.
First I tried some commands with tapply but had no success at all. Then
I found in this mailing list a hint for aggregate (though I did not
understand most of that mail).
So I made some efforts with aggregate() and it seems to lead the right way:
[code]
> atest <- read.csv2 ("aggregatetest.csv")
> str(atest)
`data.frame': 10 obs. of 4 variables:
$ PrsNr : int 1 2 2 3 4 5 6 6 6 7
$ Namen : Factor w/ 7 levels "Holla","Mabba",..: 1 2 2 4 5 6 7 7 7 3
$ Betrag1: num 1.99 2.34 5.23 4.23 2.23 2.77 3.83 2.76 6.32...
2004 Feb 20
0
RE: BUG report: win32-process
...Back in the parent
> 4.times{ |i|
> puts "Parent: #{i}"
> sleep 1
> }
>
> Win32::Process.wait
>
> puts "Continuing on..."
>
> __END__
> Microsoft Windows 2000 [Version 5.00.2195]
> (C) Copyright 1985-2000 Microsoft Corp.
>
> C:\atest>ruby -v tst_win32_process.rb
> ruby 1.8.1 (2003-12-25) [i386-mswin32]
> Parent: 0
> Child: 0
> Hit the ENTER key now >
> C:/atest/tst_win32_process.rb:11:in `gets'': No such file or
> directory - child (Errno::ENOENT)
> from C:/atest/tst_win32_process.rb:...
2006 Mar 26
5
[ win32utils-Bugs-3924 ] Segmentation fault under Windows
...e
Status: Open
Resolution: None
Priority: 3
Submitted By: David FAROI (dfaroi)
Assigned to: Nobody (None)
Summary: Segmentation fault under Windows
Initial Comment:
I''m trying to make something like this:
require ''win32/taskscheduler''
include Win32
puts `xcopy "D:\ATest A" "D:\ATest B" /c /d /e /i /h /l /r /y`
I get the following error :
------
[BUG] Segmentation fault
ruby 1.8.2 (2004-12-25) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application''s support team for more...
2024 Jun 09
1
Format
On 2024-06-09 4:39 p.m., Val wrote:
> HI all,
>
> My
> I am trying to convert character date (mm/dd/yy) to YYYY-mm-dd date
> format in one of the columns of my data file.
>
> The first few lines of the data file looks like as follow
>
> head(Atest,10);dim(Atest)
> ddate
> 1 19/08/21
> 2 30/04/18
Those aren't legal months in the first entry. Your format looks like it
should be "%d/%m/%y".
Duncan Murdoch
2009 Dec 27
1
gWidgets / RGtk2 - how to change a handler from a toolbar?
I want to assign a default handler to a toolbar button and change the
handler later.
The addhandlerclicked() method does not apply to a gAction Object, I
think...
defHandler <- function(h, ...) print("default")
w <- gwindow()
aTest <- gaction(label="Test", icon="open", handler=defHandler)
tblList = list( test = aTest )
toolBar = gtoolbar(tblList, cont=w)
At this point I would like to change the handler from the aTest object.
Does someone know?
TIA
Mark
???????????????????????????????????????
Mark He...
2012 Sep 18
2
problem with vignettes when S4 classes in packages overlap
...red package: DBI
Warning in .simpleDuplicateClass(def, prev) :
A specification for class ?dbObjectId? in package ?RPostgreSQL? seems
equivalent to one from package ?RMySQL? and is not turning on duplicate
class definitions for this class
This can be reproduced by running
R CMD Sweave --pdf Atest.Stex
where the file Atest.Stex has the lines
\documentclass{article}
\usepackage{Sweave}
\begin{document}
\begin{Scode}
library("RMySQL")
library("RPostgreSQL")
\end{Scode}
\end{document}
These warnings only happen in a vignette. They are not produced if the
lines are entere...
2013 Nov 08
1
Different output from lm() and lmPerm lmp() if categorical variables are included in the analysis
...=TRUE,
center=FALSE.")
But not in the case of including categorical variables:
require(lmPerm)
set.seed(42)
testx1 <- rnorm(100,10,5)
testx2 <- c(rep("a",50),rep("b",50))
testy <- 5*testx1 + 3 + runif(100,-20,20)
test <- data.frame(x1=testx1,x2=
testx2,y=testy)
atest <- lm(y ~ x1*x2,data=test)
aptest <- lmp(y ~ x1*x2,data=test,perm = "", seqs = TRUE, center = FALSE)
summary(atest)
Call:
lm(formula = y ~ x1 * x2, data = test)
Residuals:
Min 1Q Median 3Q Max
-17.1777 -9.5306 -0.9733 7.6840 22.2728
Coefficients:...
2006 Jul 12
3
Problem using 2.0.23 client in a domain with a Samba 2.0.20c PDC.
I have a samba PDC running 2.0.20c
I installed Samba 2.0.23 on a client joined to the domain.
With this combination, when I attempt to connect to a share on this client
from any host even the localhost results in the following:
$ smbclient //localhost/atest -U auser
Password:
Domain=[DOMAIN] OS=[Unix] Server=[Samba 3.0.23-SerNet-RedHat]
tree connect failed: NT_STATUS_ACCESS_DENIED
Windows clients will similarly NOT connect.
This situation does not happen on other NON-2.0.23 clients containing
shares. I have traced the problem to the line in the smb...
2004 Mar 01
0
RE: win32etc test failure
...at is the code you''re using?
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 8:44 AM
To: Berger, Daniel
Subject: RE: win32etc test failure
But of course ! Duh !! Ok, so now it is doing this:
C:/atest/tst_win32_etc.rb:14:in `change_password'': No such file or
directory - user not found (Errno::ENOENT)
from C:/atest/tst_win32_etc.rb:14
Thanks for being patient with me.
-- Shashank
-----Original Message-----
From: Berger, Daniel [mailto:djberge@qwest.com]
Sent: Monday, March 01, 200...
2008 Jun 06
1
Error Message (PR#11602)
...F)
Error: syntax error
I checked the file names, but still I got that message.
Additionally here the instructions I followed step by step:
turn on R 1.9.1.
load package tcltk
type in: library(GOAT)
initGOAT()
#a new window will open
select your inputfile and your organism
analyze
write.table(atest.txt.proc, file=3D"goatest.proc.xls", sep=3D"\t",quote=3DF=
, col.names=3DF, row.names=3DF)=20
write.table(atest.txt.func, file=3D"goatest.func.xls", sep=3D"\t",quote=3DF=
, col.names=3DF, row.names=3DF)
write.table(atest.txt.comp, file=3D"goatest.comp.xl...
2004 Mar 01
0
RE: win32etc test failure
...at is the code you''re using?
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 8:44 AM
To: Berger, Daniel
Subject: RE: win32etc test failure
But of course ! Duh !! Ok, so now it is doing this:
C:/atest/tst_win32_etc.rb:14:in `change_password'': No such file or
directory - user not found (Errno::ENOENT)
from C:/atest/tst_win32_etc.rb:14
Thanks for being patient with me.
-- Shashank
-----Original Message-----
From: Berger, Daniel [mailto:djberge@qwest.com]
Sent: Monday, March 01, 200...
2005 Dec 14
1
Problems with testing - error posting to other controller
Hi,
I''m trying to test my ad_controller. In order to create an ad, the user
has to be logged in, so I have written a login() that logs in a valid
user and generates a session[:user_id], like:
def login (login="bob", password="atest")
post "user/login", :user => { :login => login, :password => password
}
assert_response 302 # redirect
assert_session_has :user_id
assert_equal 1000001, session[:user_id]
assert_redirect_url "http://#{@request.host}/user/home"
end
and ad...
2004 Mar 01
0
RE: win32etc test failure
...at is the code you''re using?
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 8:44 AM
To: Berger, Daniel
Subject: RE: win32etc test failure
But of course ! Duh !! Ok, so now it is doing this:
C:/atest/tst_win32_etc.rb:14:in `change_password'': No such file or
directory - user not found (Errno::ENOENT)
from C:/atest/tst_win32_etc.rb:14
Thanks for being patient with me.
-- Shashank
-----Original Message-----
From: Berger, Daniel [mailto:djberge@qwest.com]
Sent: Monday, March 01, 200...
2004 Mar 01
0
RE: win32etc test failure
...at is the code you''re using?
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 8:44 AM
To: Berger, Daniel
Subject: RE: win32etc test failure
But of course ! Duh !! Ok, so now it is doing this:
C:/atest/tst_win32_etc.rb:14:in `change_password'': No such file or
directory - user not found (Errno::ENOENT)
from C:/atest/tst_win32_etc.rb:14
Thanks for being patient with me.
-- Shashank
-----Original Message-----
From: Berger, Daniel [mailto:djberge@qwest.com]
Sent: Monday, March 01, 200...
2006 Apr 13
3
Salted Hash Login Generator problem
Im trying to install salted and get errors when running the rake test...
/usr/bin/ruby1.8 -Ilib:test
"/usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader .rb"
"test/unit/localization_test.rb" "test/unit/user_test.rb"
Loaded suite
/usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader
Started
........F....E
Finished in 0.108794 seconds.
1)
2014 May 21
1
LMTP hostname ignoring ENV variables
...ing at all. Looking through the source code, I believe I should be able to set "export DOVECOT_HOSTNAME" and "export DOVECOT_HOSTDOMAIN" in my initscript to override the hostname set in lmtp/commands.c, client_get_added_headers()
I'm using Centos 5; my hostname is mailtest1.atest.qq -- it is not defined in /etc/hosts.
The added header is below:
??? Received: from mail.mailorxyz.de
?????? ??? by mailtest1.atest.qq (Dovecot) with LMTP id sreUK1+sfFOseQAAPYI4hw
?????? ??? for <admin at mailorxyz.de>; Wed, 21 May 2014 13:39:03 +0000
??? Received: by mail.mailorxyz.de (...