Displaying 20 results from an estimated 20000 matches similar to: "Samba 3.2.3 as a PDC will not load profiles with Vista"
2012 Apr 28
2
"Modified Diebold-Mariano Test" with forecast package
Hi
I tried to calculate modified Diebold-Mariano Test in R . I have already
find a "forecast" package to calculate the
Diebold-Mariano Test.
Please let me know how to obtain " Modified Diebold-Mariano Test" ?
Regards,
Serdar
--
View this message in context: http://r.789695.n4.nabble.com/Modified-Diebold-Mariano-Test-with-forecast-package-tp4594648p4594648.html
Sent from
2005 Dec 19
1
PDC - Windows cliente change passwd
Hi, i have a problems with windows clients when they try to change the
password, windows respond with "Please enter valid character..." but the pass
get changed.
i have this in smb.conf
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
when i change that to:
passwd chat = *New*UNIX*password* %n *Re*ype*new*UNIX*password* %n
2007 Feb 17
3
Windows Vista roaming profiles "access denied" forced local profile (samba PDC), but Windows XP OK
Hello,
I'm having an "Access denied" issue using roaming profiles for Windows
Vista Ultimate RTM (patched to current). The actual login is
successful, the full name is set properly and the password is handled
correctly, however only a temporary profile is created. The interesting
thing is that all else being the same, I do not encounter the same issue
for Windows XP roaming
2012 Feb 02
2
contar caracteres de los elementos de un factor
Hola, necesito contar la cantidad de caracteres de cada elemento de un
vector o factor
Por ejemplo si el factor es:
a<-c("jose", "javier", "mariano")
aplicando alguna funcion, el resultado q quiero es
4, para jose
6 para javier
7, para mariano
q es la cantidad de caracteres q tiene cada uno de los elementos del factor
a
probe usando length(a) y me da la
2006 Mar 25
3
Rails Plugins: Why to register your own functionality with send()?
Hi there,
I have seen in the file column plugin (
http://www.kanthak.net/opensource/file_column/) from Sebastian Kanthak or
David''s acts_as_taggable plugin that to register my functionality I need to
do something like this:
ApplicationHelper.send(:include, InPlaceEditAssociations)
I am wondering why not:
(a)
module ApplicationHelper
include InPlaceEditAssociatons
end
or:
(b)
2006 Nov 24
2
Diebold Mariano Test
Dear List
Has anyone used R to distnguish between alternative forecasting models? In particular
is the Diebold Mariano test available for use within R.
Any assistance would be greatly appreciated.
Graham Leask
Lecturer in Strategy
Economics & Strategy Group
Aston University
Aston Triangle
Birmingham
B4 7ET
Tel: 0121 204 3150
E Mail: g.leask at aston.ac.uk
2006 Jul 07
6
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
Hello from Buenos Aires.
I am getting the following error when I do the net ads join command:
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
I am running Debian, kernel 2.4.18 (geez, I should upgrade).
I searched everywhere for this error but I can?t find any solution.
Wbinfo -u works fine.
kinit
2006 Apr 04
7
odd error
Hello everybody.
I have just started trying rails, got instant rails and radrails... Made a new project, and when I tried to create a model I get the following error:
Project> ruby script/generate model user -h
-e:3:in `load'': no such file to load -- script/generate (LoadError)
from -e:3
I?m sure this is a newbie question, I?ve searched the documentation and
2014 May 19
3
Opus DTX issue report
Hello:
We noticed that opus reconstructed noise is pulsing with a 400ms pattern when dtx is enabled in silk mode. This is independent of the background noise level and is found with speech + non-speech period test files as well as variable level noise-only test files. This issue can be reproduced with opus v1.1 using this command:
./opus_demo voip 16000 1 25000 -dtx input.bin
2009 Oct 30
2
Real replacement for AgentCallBackLogin() on Asterisk 1.6
Hi all,
I would like to know if there is any application replacement for the
AgentCallBackLogin() from asterisk 1.4 on asterisk 1.6. I know, from what
I've read that the call back login agent can be done using a smart dialplan
as showed on the docs. But I cannot thinks a flexible dialplan for a dinamic
reassignation of agents to different queues every day.
Thanks in advance.
Mariano
2011 Jul 15
2
PDC will create new roaming profiles but fails to load them on subsequent logons
Hello,
I'm running Samba Version 3.4.7 on Ubuntu 10.04.2 LTS. I'm using Samba as
the Primary Domain Controller.
Things that work:
- Clients can logon
- I can run logon scripts
- Roaming profiles are created for new users on logon
However, when I try to logon again with the same user, I invariably get this
error message:
"Your roaming profile is not available. You are logged on
2006 Mar 25
2
Rails Plugins: How to copy artefacts to the public directory during install? When is install.rb executed anyway?
Hi,
I want to write a plugin that uses JavaScript and I am wondering how to put
the static content, i.e. the JavaScript, in place?
I read the documentation I found (
http://wiki.rubyonrails.org/rails/pages/Plugins and links) and looked at the
listed plugins.
One thing I found was that subversion seems to be a prerequisite for
providing or even installing plugins. Is that right?
The other thing
2009 Oct 13
2
"add machine script" when using samba + ldap
Hi,
I'm reading
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-pdc.html ,
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-bdc.html
and
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/domain-member.html
and I'm still not quite sure...
If I set up a network with one samba 3 PDC and a few samba 3 BDCs, all
pointing to the same OpenLDAP server and
2009 Nov 10
2
selective disable_plaintext_auth
Hi,
I've been using dovecot for some time now, always with the setting:
disable_plaintext_auth = yes
so that no user can accidentally expose their username/password in the open.
However, I'm now trying to configure a webmail client in a nearby server
which doesn't support TLS or SSL IMAP connections :-(
Is there any way to allow plaintext_auth only for a small set of IP
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
Hi,
does anybody know if TMail supports nested multipart messages? I read
a changelog that indicates so
(http://dev.rubyonrails.org/svn/rails/trunk/actionmailer/CHANGELOG), but
I haven''t been able to get it working so far.
Maybe I am doing something wrong here?
I attached the sample mail. Here is the code to parse it:
require File.dirname(__FILE__) +
2006 May 18
2
How to debug the rendering in Rails?
Hi,
I have some controller code like this:
def mailing_lists
@ml = MailingList.find_by_identifier(@params[:id])
@messages = @ml.messages
@headers["Content-Type"] = "application/atom+xml"
@response.headers[''Last-Modified''] =
@messages.last.created_on.httpdateunless @
messages.empty?
minTime =
2008 Nov 26
0
Vista will install but not load in virt-manager
Hi All
I have successfully installed vista ultimate as a virtual image using the CentOS 5.2 virt-manager. It appears to completely install but as soon as I log in for the first time it reboots and then can not file it's boot image file.
It appears to find the mbr but then stop, this is what is on the screen when it stops
(the /etc/xen config file is given below)
Booting 'Windows
2020 Jul 27
7
[Bug 3198] New: Custom critical options are not lexically ordered
https://bugzilla.mindrot.org/show_bug.cgi?id=3198
Bug ID: 3198
Summary: Custom critical options are not lexically ordered
Product: Portable OpenSSH
Version: -current
Hardware: amd64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: ssh-keygen
Assignee:
2006 Jan 12
1
Best Forum? Was: Migration doesn''t seem to preserve create_table options in schema
Hi,
is this the best forum to answer this question? Is there any better source
for information or another mailinglist to address this question to?
Cheers,
Mariano
---------- Forwarded message ----------
From: Mariano Kamp <mariano.kamp@gmail.com>
Date: Jan 8, 2006 6:24 PM
Subject: Migration doesn''t seem to preserve create_table options in schema
To: rails@lists.rubyonrails.org
2009 Oct 15
4
using ldap only idmap
Hi,
I'm trying to make a "pure ldap" setup, whereas users, groups, id
mappings and everything that is supported with LDAP be in the LDAP tree
and managed directly by samba.
That is, I'm using:
ldapsam:trusted = yes
ldapsam:editposix = yes
And NOT using smbldap-*.
My smb.conf is here: http://wiki.clueless.com.ar/SambaLdap/smb.conf-PDC
I created the LDAP tree root