Displaying 20 results from an estimated 119 matches for "20001".
Did you mean:
2000
2012 Apr 12
2
Samba 3.6.4 on Solaris - groups for user inconsistent
...laris 16 group
limit - the number of groups is well below 16.
Winbind seems to be working fine - I can use wbinfo -r to check the
groups that a user is a member of, it returns the list of Active
Directory groups that the userid belongs to:
# /opt/samba/bin/wbinfo -r triddel
5000
10501
10000
10586
20001
(You'll note that the above list differs from the lists below - this
is because some of the groups have no NIS domain defined in AD.)
What I see is smbd panicking when initialising groups for a user, it
seems to be trying (and failing) to set one of the groups to -1:
[2012/04/12 18:01:20.95...
2004 Jul 10
0
Two server
Hello
Use two Asterisk servers.
I registered Server2 in Server1. When I bind for an extension in the
Server1, the hard call some as and is interrupted.
My configuration:
iax.conf / Server 1
[20001]
type=friend
accountcode=20001
host=dynamic
secret=secret
context=sip
disallow=all
allow=gsm
auth=plaintext
//////////////////////////////////////////////////////
iax.conf / Server 2
register => 20001:secret@ipserver1
[20001]
type=user
context=fromiax
auth=plaintext
Extension / Server2
exten =...
2005 May 30
0
IAX2 to H323
...ll: 00001 [192.168.0.70:4569]
Tx-Frame Retry[-01] -- OSeqno: 007 ISeqno: 004 Type: IAX Subclass: ACK
Timestamp: 10001ms SCall: 00001 DCall: 04596 [192.168.0.70:4569]
Firefly to 3504A (failure)
============================
-- Executing Dial("IAX2/petew@petew-2", "H323/20001|30|t") in new stack
-- Making call to 20001 using gatekeeper.
== New H.323 Connection created.
-- asterisk-1234 is calling host 20001
-- Call token is ip$localhost/13055
-- Call reference is 13055
-- DTMF Payload is [pt=101]
-- Called 20001
Allowed...
2010 Aug 17
1
UID syncing issues with CTDB
...e domain without issues. I can also list
my ad users and groups using wbinfo so I believe that my nsswitch.conf is
set up properly. I am having problems with the UIDs and GIDs not matching
between the two servers. For instance here is the output for getent on each
server:
Server A:
jfarrar:*:20066:20001:Jeremy Farrar:/home/DOMAIN/jfarrar:/bin/bash
Server B:
jfarrar:*:20002:20001:Jeremy Farrar:/home/DOMAIN/jfarrar:/bin/bash
The output looks good but the UID doesn't match. This will lead to some
weird permissions issues in the future. THe strange thing is that it worked
before. What did I mess...
2012 Feb 13
3
Assigning a function to the 'times' argument of rep()
Question:
I'm trying to use paste() with rep() to reformat a series of values as zip
codes. e.g., if column 1 looks like:
52775
83111
99240
4289
112
57701
20001
I want rows 4 and 5 to read,
"04289"
"00112"
My thought was this:
> perry_frame$zip <- ifelse(nchar(as.character(perry_frame$zip))<5,
paste(rep("0",times=(5-nchar(as.character(perry_frame$zip)))),perry_frame$zip,sep=''),
as.character(perry_fram...
2013 Oct 30
1
dovecot-ldap : can't find user in OU subtree
...ith-zlib --with-bzlib --with-solr --with-ldap
> --with-gssapi --with-nss
doveconf -n:
> # 2.2.6: /etc/dovecot/dovecot.conf
> # OS: Linux 3.8.0-32-generic x86_64 Ubuntu 12.04.3 LTS ext4
> auth_debug = yes
> auth_mechanisms = plain login
> auth_verbose = yes
> first_valid_gid = 20001
> first_valid_uid = 20001
> log_timestamp = %Y-%m-%d %H:%M:%S
> mail_debug = yes
> mail_gid = 20001
> mail_home = /media/data/email/%n
> mail_location = maildir:/media/data/email/%n/mail
> mail_plugins = fts fts_solr acl zlib mail_log notify
> mail_uid = 20001
> managesie...
2011 Aug 27
4
to represent color range on plot segment
...gradient (something like -0.09 to 0 as red
gradient and 0 to +4 as green gradient)
location value
15 chr+:14001-15001 0.99749499
16 chr+:15001-16001 0.99957360
17 chr+:16001-17001 0.99166481
18 chr+:17001-18001 0.97384763
19 chr+:18001-19001 0.94630009
20 chr+:19001-20001 0.90929743
21 chr+:20001-21001 0.86320937
22 chr+:21001-22001 0.80849640
23 chr+:22001-23001 0.74570521
24 chr+:23001-24001 0.67546318
25 chr+:24001-25001 0.59847214
26 chr+:25001-26001 0.51550137
27 chr+:26001-27001 0.42737988
28 chr+:27001-28001 0.33498815
29 chr+:28001-29001 0...
2010 Oct 14
6
for loop
Dear all,
I have a function f(x) which return a list as result.
$T1
[1] 0.03376190
$T2
[1] 0.04725
$T3
[1] 0.3796071
$T4
[1] 0.3713452
$T5
[1] 0.4523651
$T6
[1] 0.4575873
I now find the result for a vector of x values at one time. I want to
store the reuslt
for each xi value in a column of a matrix
x <- seq(0,1, by=0.1)
result <- matrix(0, nrow=6, ncol=length(x))
for (i in
2007 Jun 27
4
Asterisk+squid
...server. I added the access lists which permit the
voip ports through the proxy, but the clients can't connect. This access
lists in squid.conf are:
acl safe_ports port 5060
acl safe_ports port 4569
acl safe_ports port 5036
acl safe_ports port 2727
acl safe_ports port 9999-20001
Have you any idea how can I solve this problem?
rs
2006 Jan 23
2
uid/gid in smb.conf
Hi! All:
I have a question about writing smb.conf: Can I use uid/gid in smb.conf
instead of username/group name?? If I was in a domain, can I
write "+10000/20001" in smb.conf? (Note: 10000 is gid and 20001 is uid in
domain)
Does anyone ever try it??
Thanks for you reply.
Latrell.
2010 Jan 14
2
Dahdi issues
...enerated by FreePBX. All
modifications to ;
; this file must be done via the web gui. There are alternative files to
make ;
; custom modifications, details at: http://freepbx.org/configuration_files
;
;--------------------------------------------------------------------------------;
;
;;;;;;[20001]
signalling=fxo_ks
pickupgroup=
mailbox=20001 at device
immediate=no
echotraining=800
echocancelwhenbridged=no
echocancel=yes
context=from-internal
callprogress=no
callgroup=
callerid=device <20001>
busydetect=no
busycount=7
accountcode=
channel=>1
;;;;;;[20002]
signalling=fxo_ks
pickupgr...
2006 Jan 25
4
tcf_action_destroy destroying
...sed iproute-060110 with iptables1.3.4 on gentoo 2005r1 kernel 2.6.14-5.
I find some error messages in system logfile:
HTB: quantum of class 10001 is big. Consider r2q change.
HTB: quantum of class 10010 is big. Consider r2q change.
tcf_action_init_1: successfull police
HTB: quantum of class 20001 is big. Consider r2q change.
HTB: quantum of class 20020 is big. Consider r2q change.
HTB: quantum of class 10001 is big. Consider r2q change.
HTB: quantum of class 10010 is big. Consider r2q change.
tcf_action_destroy destroying dcf0ba60 next 00000000
tcf_action_init_1: successfull police
HTB: qua...
2009 Oct 13
3
strange transcoding values
...- - - - - - - - - - -
g726 - 10000 4001 4001 1 4001 4000 18000 - 36002 - - 6000 12000
g722 - 14001 8002 8002 12001 8002 8001 22001 - 40003 - 12001 - 6000
slin16 - 22001 16002 16002 20001 16002 16001 30001 - 48003 - 20001 8000 -
Do you think it is normal? Could be this values symptom of a problem on the server?
We have some voice quality problems in our voip network.
I have to say that this gateway at the moment is not assigned to perform transcoding (i'd like it...
2023 Nov 02
2
Issues with AD trusts and UID/GID ranges
...ersa. On all of my CORPORATE machines, users are assigned UIDs/GIDs in the range 10000-20000, and this has worked well so far. On CUSTOMER machines, I'd like to make it so that CORPORATE users are in the range 10000-20000 (just like on my CORPORATE machines), and CUSTOMER users are in the range 20001-30000. However, for some reason, with my current configs (attached), after joining to the domain, all users end up in the 30001-40000 range assigned to *?. I tried not defining a range for *?, but testparm? gave me errors and samba wouldn't launch. I'm a complete amateur at this, so I would...
2005 Sep 30
1
No ringback tone generated by Asterisk with OH323connections
...vider tells me that
we're
sending call progress indications and that because of this they're
expecting
us to generate the ringback tone. Does anybody know how to configure
this in
Asterisk? The relevant settings in oh323.conf are:
[general]
listenAddress=0.0.0.0
listenPort=1720
tcpStart=20001
tcpEnd=30000
udpStart=20001
udpEnd=30000
fastStart=yes
h245Tunnelling=yes
h245inSetup=yes
inBandDTMF=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
bandwidthLimit=2000
gatekeeper=DISABLE
gatekeeperTTL=600
userInputMode=RFC2833
The package versions I'm...
2007 Feb 12
3
processing a large matrix
I would like to compare every column in my matrix with every other column and
get the r-squared.
I tried using the following formula and looping through every column:
> summary(lm(matrix[,x]~matrix[,y]))$r.squared
If I have 10,000 columns, the loops (10,000 * 10,000) take forever even if
there is no formula inside.
Then, I attempted to vectorize my code:
> cor(matrix)^2
With 10,000
2012 Mar 22
1
Rspec not loading fixtures
...c7197f094a5e933ffacf6e7fa612363c5933f520710c6427ac31fc4c68a2d7bb48eae601c74b96e7838f9ca1a0740b67576a"
password_salt: "Y4PPzYx2ert3vC0OhEMo"
name: Rocky
organization: Rock The Vote
url: http://rockthevote.com
address: 123 Wherever
city: Washington
state_id: 9
zip_code: 20001
phone: 555-555-1234
survey_question_1_en: "What school did you go to?"
survey_question_2_en: "What is your favorite musical group?"
created_at: <%= Time.now %>
updated_at: <%= Time.now %>
# TODO: remove partner 2 in production
partner:
id: 2
username: b...
2005 Dec 06
2
Help IDMAP_RID and trusted domains
...allow trusted domains = no
winbind cache time = 60
template shell = /bin/bash
template homedir = /data/users/%U
#####################################
but it?s not working with
#####################################
# WINBIND - Settings
idmap backend = idmap_rid:DOMA=10000-20000,DOMB=20001-50000
idmap uid = 10000-50000
idmap gid = 10000-50000
allow trusted domains = yes
winbind use default domain = no
winbind enum users = no
winbind enum groups = no
winbind trusted domains only = no
allow trusted domains = no
winbind cache time = 60
template s...
2020 Jul 22
3
Invisible names problem
...erialize(x2,NULL)) # FALSE
But problem is with serialization type 3, cause:
identical(serialize(x1,NULL,version = 2),serialize(x2,NULL,version =
2)) # TRUE
It seems that the second one keeps names somewhere invisibly.
Some function can lost them, e.g. head:
identical(serialize(head(x1, 20001),NULL),serialize(head(x2,
20001),NULL)) # TRUE
But not saveRDS (so files are bigger), tibble family keeps them but base
data.frame seems to drop them.
>From my test invisible names are in following cases:
x1 <- k[i] %>% unname()
x3 <- k[i]; x3 <- unname(x3)
x5 <- k[i];...
2016 Jun 24
1
Permission denied on server root for all users
...gt; workgroup = DOMAIN
> > security = ads
> > realm = DOMAIN.COMPANY.COM
> > idmap config *:backend = tdb
> > idmap config *:range = 2000-9999
> > idmap config DOMAIN:backend = ad
> > idmap config DOMAIN:schema_mode = rfc2307
> > idmap config DOMAIN:range = 20001-99999
> > winbind nss info = rfc2307
> > dns proxy = no
> > log file = /var/log/samba/log.%m
> > syslog = 0
> > server role = member server
> > username map = /etc/samba/usermap
> > load printers = yes
> > spoolss: architecture = Windows x64
> >...