Displaying 20 results from an estimated 37 matches for "info2".
Did you mean:
info
2016 Jul 05
4
winbind idmap_ad rfc2037 can't read UIdnumber
...efault domain = yes
>>
>> 9999 start range is "Domain's user" GidNumber. To have a default
>> primary group.
>> Shared uid and gid starts with 10000.
>>
>> The test for groups :
>> --------------
>> # net ads search '(SamAccountName=info2)' samaccountname gidnumber -P
>> Got 1 replies
>>
>> sAMAccountName: info2
>> gidNumber: 10002
>> ------------------
>> # getent group info2
>> info2:x:10002:
>> ------------------
>> All is OK
>>
>>
>>
>> For the U...
2016 Jul 04
2
winbind idmap_ad rfc2037 can't read UIdnumber
...users = yes
winbind enum groups = yes
winbind use default domain = yes
9999 start range is "Domain's user" GidNumber. To have a default primary
group.
Shared uid and gid starts with 10000.
The test for groups :
--------------
# net ads search '(SamAccountName=info2)' samaccountname gidnumber -P
Got 1 replies
sAMAccountName: info2
gidNumber: 10002
------------------
# getent group info2
info2:x:10002:
------------------
All is OK
For the User, it is not working as expected :
-------------
# net ads search '(SamAccountName=b.btstest)' samacco...
2016 Jul 05
0
winbind idmap_ad rfc2037 can't read UIdnumber
...>>> 9999 start range is "Domain's user" GidNumber. To have a default
>>> primary group.
>>> Shared uid and gid starts with 10000.
>>>
>>> The test for groups :
>>> --------------
>>> # net ads search '(SamAccountName=info2)' samaccountname gidnumber -P
>>> Got 1 replies
>>>
>>> sAMAccountName: info2
>>> gidNumber: 10002
>>> ------------------
>>> # getent group info2
>>> info2:x:10002:
>>> ------------------
>>> All is OK
>>&...
2019 May 22
2
Various AD issues; summary
...mbers, hosts resolv.conf nsswitch.conf krb5.conf all need to be fixed first.
> Scary, yes, i understand, start with DC1_fsmo DC.
>
> Do one at the time, check all the above, so make a checklist for this.
They should be all modified accordingly now:
https://up.tao.at/u/samba/graz-file.info2.txt
https://up.tao.at/u/samba/graz-mail.info2.txt
https://up.tao.at/u/samba/graz-dc-sem.info2.txt
https://up.tao.at/u/samba/graz-dc-1b.info2.txt
https://up.tao.at/u/samba/villach-file.info2.txt
https://up.tao.at/u/samba/villach-mail.info2.txt
https://up.tao.at/u/samba/villach-dc-1a.info2.txt
https:...
2019 May 23
2
Various AD issues; summary
...wed the changes.
You still missed a bit but it looks much better already, your completely there, but we will get there.
And you really need to be more precise, why im telling that...
Well the review. ( thats not all, im still reviewing the base only) ...
https://up.tao.at/u/samba/graz-file.info2.txt
Checking file: /etc/nsswitch.conf
passwd: files winbind winbind
group: files winbind winbind
shadow: files winbind
Uhmm.. If your using puppet or ansible, then i suggest go over these files once manualy.
https://up.tao.at/u/samba/graz-mail.info2.txt
Missi...
2016 Jul 05
2
winbind idmap_ad rfc2037 can't read UIdnumber
...range is "Domain's user" GidNumber. To have a default
>>>> primary group.
>>>> Shared uid and gid starts with 10000.
>>>>
>>>> The test for groups :
>>>> --------------
>>>> # net ads search '(SamAccountName=info2)' samaccountname gidnumber -P
>>>> Got 1 replies
>>>>
>>>> sAMAccountName: info2
>>>> gidNumber: 10002
>>>> ------------------
>>>> # getent group info2
>>>> info2:x:10002:
>>>> ------------------...
2013 Jan 10
1
E-mail not being processed into Dovecot folders
...username/Maildir/
The user's client software, Thunderbird, logs in but since mail
is not written to Maildir it thinks there is nothing (see paste below
from /var/log/maillog)
How do I get sendmail or what ever MTA processes mail to write to
Maildir rather than /var/spool/sendmail?
[root at info2 Maildir]# dovecot --version
2.0.9
[root at info2 Maildir]# dovecot -n
# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.19.1.el6.i686 i686 CentOS release 6.3 (Final)
disable_plaintext_auth = no
mail_debug = yes
mail_location = maildir:~/Maildir
mbox_write_locks = fcntl
passdb {
driver =...
2016 Jul 05
1
winbind idmap_ad rfc2037 can't read UIdnumber
...ID for 'Domain Users'.
>
> Rowland
>
>
Sorry. Here is the result
ldbsearch -H ldap://10.11.1.3 -b "OU=USERS,DC=ADDOMAIN,DC=com" -s sub
'(samaccountname=b.btstest)' primarygroupID -U administrator
Password for [ADDOMAIN\rignier]:
# record 1
dn: CN=BTSTEST B,OU=info2,OU=USERS,DC=ADDOMAIN,DC=com
primaryGroupID: 513
# returned 1 records
# 1 entries
# 0 referrals
My PrimaryGroupID is indeed 513. I have tried the 'info2' RID, without
more success so back to 513.
2016 Jul 04
0
winbind idmap_ad rfc2037 can't read UIdnumber
...= yes
> winbind use default domain = yes
>
> 9999 start range is "Domain's user" GidNumber. To have a default
> primary group.
> Shared uid and gid starts with 10000.
>
> The test for groups :
> --------------
> # net ads search '(SamAccountName=info2)' samaccountname gidnumber -P
> Got 1 replies
>
> sAMAccountName: info2
> gidNumber: 10002
> ------------------
> # getent group info2
> info2:x:10002:
> ------------------
> All is OK
>
>
>
> For the User, it is not working as expected :
> ----------...
2006 Jul 21
0
Ajax page.replace_html model validation errors
...pens, I am getting in the view javascript trash and the
_form rendered twice.
I don''t know why. Here is the code:
I have a view called ''new'' that renders a partial definded like this:
<%= error_messages_for ''fotografoinfo'' %>
<div id="info2">
<%= render (:partial => ''form'') %>
</div>
the partiall _form has this:
<%= error_messages_for ''fotografoinfo'' %>
<%= form_remote_tag(:update => "info2", :url => {:controller =>
''admin''...
2006 Jul 24
0
Ajax page.replace_html model validation render partial errors
...with the error
messages from the failed validation.
So if that happens, I am getting in the view javascript trash and the
_form rendered twice.
I don''t know why. Here is the code:
I have a view called ''new'' that renders a partial definded like this:
<div id="info2">
<%= render (:partial => ''form'') %>
</div>
the partiall _form has this:
<%= error_messages_for ''fotografoinfo'' %>
<%= form_remote_tag(:update => "info2", :url => {:controller =>
''admin'',...
2016 Jul 05
0
winbind idmap_ad rfc2037 can't read UIdnumber
...>>> 9999 start range is "Domain's user" GidNumber. To have a default
>>> primary group.
>>> Shared uid and gid starts with 10000.
>>>
>>> The test for groups :
>>> --------------
>>> # net ads search '(SamAccountName=info2)' samaccountname gidnumber -P
>>> Got 1 replies
>>>
>>> sAMAccountName: info2
>>> gidNumber: 10002
>>> ------------------
>>> # getent group info2
>>> info2:x:10002:
>>> ------------------
>>> All is OK
>>&...
2006 May 22
2
Recommended SIP phones?
I am dying here with linphone (not sure if it is crap software or just me
being an idiot) but out of the box debian installations of two linphones fail
with a "Got SIP response 415 "Unsupported Media Type" back from 192.168.1.3"
Can anybody recommend a particular SIP soft phone that broadly satisfies the
following criteria?
1. Run on linux.
2. Simple to use and setup.
3. Is
2010 Jul 06
1
Error message using mi() in mi package
...() object on the data, and I've updated the
"type" of variable where necessary so that the mi() imputing function
uses the most appropriate type of models to estimate imputed values.
The data have no collinearlity. I then run the mi function like this:
imp = mi(imp.data, info=info2, n.iter=10)
where imp.data is my data set of 302 variables and info2 is my
modified mi.info object. I get the message as posted above. The
message only occurs when working on a variable I have labeled as
"ordered-categorical." But the mi() function processes most variables
lab...
2019 May 21
11
Debugging Samba is a total PITA and this needs to improve
Once again, something with Samba thirty bazillion components broke. Once
again, my choices for logging are "nothing" or "15 MB/s spread of ten
different files, because 'client authentication failed' totally needs to
be lower priority than malloc debug info". Once again, none of these
messages is actually able to convey what broke, where, why. Why is it
impossible for
2010 Jul 15
1
Error using the mi package
...g65* g68a* g68b* g69* g70* g71* g91* g92* g93* g94* g95*
Error in AveVar[s, i, ] <- c(avevar.mean, avevar.sd) :
number of items to replace is not a multiple of replacement length
And here is what traceback() gives:
> traceback()
3: .local(object, ...)
2: mi(imp.data, info = info2, n.iter = 6, preprocess = FALSE)
1: mi(imp.data, info = info2, n.iter = 6, preprocess = FALSE)
Andrew Miles
2005 Jul 15
0
Queue_log stats
...nder another user as you see fit.
# should start BEFORE asterisk. Add to /etc/rc.d/rc.local or whatever
# restart asterisk
# requires a DB table like the following..
# CREATE TABLE csr_queue (
# qname varchar(30) default NULL,
# agent varchar(30) default NULL,
# action text,
# info1 text,
# info2 text,
# info3 text,
# timestamp int(11) NOT NULL default '0',
# id tinytext NOT NULL
#) TYPE=MyISAM;
use DBI;
use IO::File;
my $opt_debug = 0;
# if you want postgres change this to "Pg"
my $db_type = "mysql";
my $db_host = "127.0.0.1";
my $db_user_name =...
2006 May 02
3
Queue reporting seems broken.
I am trying to figure out which one of our agents is answering the calls.
According to http://www.voip-info.org/wiki/view/Asterisk+log+queue_log the
only time the queue_log puts the channel (agent) is during logoff & logon.
There is the connect & completeagent message, but it doesn't show which
channel (agent) answered the phone.
I can't even figure it our cross referencing the
2009 Dec 16
2
mac client: folder copy problem
Hi,
Server is debian lenny w/ samba 3.3.9.
Client is mac osx 10.5.x
Client tries to copy a folder on share. Only the folder is copied, it's
contents are not. An extra step is needed by the client to copy the
contents into the new folder on the share.
Anyone know of this problem?
regards,
Ryan
2004 Aug 06
2
improved error.log output --diff
...command_string, mount);
+ WARN2("Admin command %s on non-existent source %s, %s",
+ command_string, mount, client->con->ip);
client_send_400(client, "Source does not exist");
return;
}
- INFO2("Received admin command %s on mount \"%s\"",
- command_string, mount);
+ INFO2("Received admin command %s on mount \"%s\", %s",
+ command_string, mount, client->con->ip);
admin_handle_mount_request(clien...