Displaying 16 results from an estimated 16 matches for "itester".
Did you mean:
tester
2012 Oct 11
4
samba4 - setting acl rwx but getting r-x
Hello,
I am having problem setting permission on shared folder:
the folder is?datasamba/common and after I set full permission for a user itester (3000017) and also?tester (3000018), I could see that it is only granting r-x to those users. but I could see from the default permissions that they have rwx.
getfacl /datasamba/common
# file: datasamba/common
# owner: root
# group: users
# flags: sst
user::rwx
user:root:rwx
group::---
group:whe...
2016 Jun 14
2
Double variable expansion / multiple password mechanisms
Hi Karsten,
> You should be able to add multiple userPassword attributes to your directory:
>
> userPassword: {CRAM-MD5}xxx
> userPassword: {DIGEST-MD5}xxxx
> userPassword: {SCRAM-SHA-1}xxxx
> userPassword: {NTLM}xxxx
>
>
> Karsten
Did try this, didn't end end well.
Jun 14 12:59:43 auth: Error:
ldap(leonkyneur at itest.com,192.168.99.3,<SQn6QD41TpvLhgGR>):
2004 Aug 21
0
Microsoft Windows Network: The local device name is already in use.
Hey,
I'm using SAMBA 2.0.9 and only on very large file transfers (500 MB
or more) to or from the SAMBA share after I logout and log back in I'll
get this error message,"Microsoft Windows Network: The local device name
is already in use." If I wait just a couple of minutes the connection
will be made and everything is fine including access to the share once
again. SAMBA 2.0.9
2013 Mar 30
0
Scoping issue with irf() from {vars}
Dear all:
There seems to be a problem with scoping, for irf() in vars, when
called within a function. Try the following:
-----------------------
testfun <- function(lags){
data(Canada)
var.2c <- VAR(Canada, p = lags, type = "const")
print(var.2c)
}
testfun(lags=3)
## Everything OK. Now this:
testfun2 <- function(lags){
data(Canada)
var.2c <- VAR(Canada, p = lags, type =
2011 Mar 30
3
Test errors in fuctional test after adding before_filter :login_required to controller
Hello,
I added the "before_filter" to my controllers to require a login of the
user.
Here''s an example of my Unit Controller with the added before_filter:
IN THE ATTACHED FILE
When executing the tests with rake test, I get different error messages.
To show you my errors, I only executed the unit controller test with the
following line:
ruby -Itest
2008 Apr 13
2
Arrays and functions
Hi, I' am doing a stats project using R to work out the size of a t-test and wilcoxon test depending on the distribution and sample size. I just can't get it to work - I want to put my results from the function size() into an array.At the moment I keep getting the error message:Error in res[distribution, test, samplesize] <- results : subscript out of boundsCan anyone tell me where
2006 Feb 11
0
Dovecot pop3s problem : can't see email
Hi. I am trying to setup dovecot running a pop3 service for external clients
(and intend in future to setup an imap interface on localhost only for
squirrelmail.)
Exim is delivering ok to local mailboxes, but I can't seem to get
dovecot to serve them.
Configuration details:
----------------------
All users run as the tst user, and authentication is done through
postgresql.
...excerpt...
2010 Nov 08
0
Rails3: "rake test" task does not run tests.
Hello all,
I have a spiffy new rails3 app for which I can run tests individually,
but not via rake. Behold!
> $ ruby -Itest test/unit/test_user.rb
> Loaded suite test/unit/test_user
> Started
> .
> Finished in 0.466033 seconds.
>
> 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
>
> Test run options: --seed 21789
and
> $ rake test:units --trace
> (in
2011 Oct 15
0
shoulda installation troubles
I cannot manage to have shoulda working.
I''m using rvm with rails 3.1 and ruby 1.9.2
I added
group :test do
gem "shoulda"
end
to the Gemfile, and then run bundle install, thus the gem is installed,
and it is featured in the list running gem list --local.
but whenever I add something like
class ModelTest < Test::Unit::TestCase
should_not
2012 Mar 14
0
How do I create a new object in testing to test a controller?
I''m using Test::Unit to do functional testing on one of my controllers.
The action I want to test is create, from SessionsController. I have
simplified it to the extreme:
def create
@user = User.find_by_email(params[:email])
if @user
flash.now[:notice] = "ok, it exists"
else
flash.now[:notice] = "it does not exist"
end
render :new
end
This is my
2012 Nov 17
0
How to get more debug information in test log ?
Im one of my unit tests, I got an error I cannot even start looking for the
issue as few information are logged ...
Using the test console , there is no error at all :
> rails console test
>> Loading test environment (Rails 3.2.9.rc3)
> site1 = FactoryGirl.create(:cms_site, label: "booboo")
>> BEGIN
..
..
>>
but running my tests > unit
> ruby -Itest
2016 Jun 14
3
Double variable expansion / multiple password mechanisms
Hi,
Trying to solve the problem of supporting multiple auth mechanisms +
proxy and really don't want to store user passwords in plain test and
fine to do master user to backend.
I had the crazy thought I could do something like the following:
For each user Store supported password schemes as LDAP attributes:
userPasswordCRAM-MD5: {CRAM-MD5}xxx
userPasswordDIGEST-MD5: {DIGEST-MD5}xxxx
2002 Aug 23
2
R 1.5.1 not working with Windows NT on Virtual PC 4 (PR#1932)
Full_Name: Alexandre Da Costa
Version: 1.5.1
OS: Windows NT 4 on Virtual PC 4
Submission from: (NULL) (193.253.191.74)
I am using Virtual PC 4.0.2 for every day work.
I wanted to try connections of R 1.5.1 to Oracle DataBases.
But R is running but is not working at all !
The simple commands end with "no finite arguments" error.
See following session:
2011 Jul 25
4
Rails 3 test database issues
I am having a problem using the test database in Rails 3. It
apparently has kept track of aspects of the database that I deleted
completely from my migrations at some point. I don''t always use the
''down'' part of a migration and sometimes just recreate the whole
database. I did rake db:migrate:reset and rake db:test:prepare, but
when I run my test it is trying to access
2018 Jan 17
12
[6.0.0 Release] Release Candidate 1 tagged
Dear testers,
Start your engines; 6.0.0-rc1 was just tagged.
I know there are still open blockers and it's early in the process in
a way, but I'd like to find out where we are. Please run the test
script, let me know the results, and upload binaries.
Thanks,
Hans
2013 Sep 17
33
[Bug 69488] New: GF108 (NVC1) GPU lockup
https://bugs.freedesktop.org/show_bug.cgi?id=69488
Priority: medium
Bug ID: 69488
Assignee: nouveau at lists.freedesktop.org
Summary: GF108 (NVC1) GPU lockup
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: vekinn at gmail.com
Hardware: Other