Displaying 20 results from an estimated 707 matches for "40000".
Did you mean:
0000
2009 Aug 01
3
Low fps or no login on Shaiya
...3d:CheckTextureCapability Unhandled format=unrecognized
fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc: R16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the format lookup table
fixme:d3d:tex_coordindex Unhandled WINED3DTSS_TEXCOORDINDEX 40000
fixme:d3d:tex_coordindex Unhandled WINED3DTSS_TEXCOORDINDEX 40000
fixme:d3d:tex_coordindex Unhandled WINED3DTSS_TEXCOORDINDEX 40000
fixme:d3d:tex_coordindex Unhandled WINED3DTSS_TEXCOORDINDEX 40000
fixme:d3d:tex_coordindex Unhandled WINED3DTSS_TEXCOORDINDEX 40000
fixme:d3d:tex_coordindex Unhandled...
2017 Dec 12
1
MIT Kerberos suddenly stopping
Hello,
I'm using samba 4.7.3 to run an AD and I'm currently having issues with
the MIT kerberos because it stops some time after starting (and
apparently working correctly) without logging nothing out of the
ordinary.
My setup has 2 DC: one in an ubuntu 12.04 with version 4.1.9 (which
we're migrating from) and the one I mentioned in CentOS 7 (which will
be the only DC in the future).
2020 Nov 24
2
ID Mapping
...its supplementary group is "Domain Users". I found that the gid mapping is inconsistent with different samba version. That is:
For samba-4.4.4:
# id jin
uid=30000(jin) gid=30000(xts) groups=30000(xts),30001(domain users)
the gid is consistent with the AD
But samba-4.6.2:
# id jin
uid=40000(jin) gid=40000(domain users) groups=40000(domain users),40001(xts)
the gid is inconsistent with AD.
My conf in samba-4.4.4:
[global]
workgroup = TEST
security = ads
passdb backend = tdbsam
realm = test.com
idmap config *:backend = tdb
idmap config *:range = 30000-40000...
2009 Jan 22
1
ftp and iptables
...nksys router.
I'd like to solve two problems:
(1) make ftp work for Windows clients outside the Linksys
router
and then ideally, if possible,
(2) have ftp work for both active and passive connections
and restrict those connections to use ports between
40000 to 60000
The ports 20,21 and 40000 to 60000 on the Linksys router
are open, and vsftp is configured with the following options
pasv_min_port=40000
pasv_max_port=60000
pasv_address=xxx.xxx.xxx.xxx
connect_from_port_20=NO
The ftp entry automatically generated the system in /etc/sy...
2020 Nov 24
1
ID Mapping
Your 'range' in your 4.6.2 config is different than the one in your
4.4.4 config. Try setting it to: 'idmap config *:range = 30000-40000' ,
to see if the issue no longer occurs.
On Tue, 2020-11-24 at 09:17 +0800, ??? via samba wrote:
> Hi,
>
> ????I'm using samba for login in Linux via Active Directory (win
> 2008).
>
> ????In my Active Directory, there is a user "jin", and its primary
> gr...
2014 Aug 13
1
(Again) Some trouble with dovecot 2.1(.7) and SASL
...ealized this was 2012 and the suggested patch already is applied in dovecot.
I also have segault messages in my kernel log; not too many, but it was enough to dig for it:
> Wed Jun 25 08:29:05 2014 auth[17590]: segfault at 10 ip 00007f02ad5e8e56 sp 00007fff932f9250 error 4 in auth[7f02ad5d3000+40000]
> Mon Jun 30 16:11:41 2014 auth[12501]: segfault at 10 ip 00007fc6a1fefe56 sp 00007fff276e6ea0 error 4 in auth[7fc6a1fda000+40000]
> Sat Jul 5 13:11:32 2014 auth[15603]: segfault at 10 ip 00007f6447a6be56 sp 00007fff09c48020 error 4 in auth[7f6447a56000+40000]
> Tue Jul 8 05:08:21 2014...
2020 Nov 24
2
ID Mapping
...+0800, ??? via samba wrote:
> I have updated samba to 4.10.4:
>
> # rpm -qa | grep samba-4
> samba-4.10.4-11.el7_8.x86_64
>
> And update the conf:
>
> # cat /etc/samba/smb.conf | grep "config"
> idmap config *:backend = tdb
> idmap config *:range = 30000-40000
>
> And reload config, restart winbind:
>
> # smbcontrol all reload-config
> # systemctl restart winbind
>
> But it did not work:
>
> # id jin
> uid=30000(jin) gid=30000(domain users) groups=30000(domain
> users),30001(xts)
>
> At 2020-11-24 09:55:33, &qu...
2014 Feb 01
3
Samba 4.1.4 and winbind
...= ADS
realm = EXAMPLE.COM
encrypt passwords = yes
server string = %h server (Samba)
idmap config *:backend = tdb
idmap config *:range = 70001-80000
idmap config EXAMPLE:backend = ad
idmap config EXAMPLE:schema_mode = rfc2307
idmap config EXAMPLE:range = 1000-40000
winbind nss info = rfc2307
winbind trusted domains only = no
winbind use default domain = yes
winbind enum users = yes
winbind enum groups = yes
domain master = no
local master = no
preferred master = no
os level = 20
map to guest = bad user
Set...
2005 May 20
4
issues with identical()
...issue:
> identical(temp[,2], temp1[,2])
[1] TRUE
> identical(temp[,1], temp1[,1])
[1] TRUE
and the results from str
> str(temp)
`data.frame': 7072 obs. of 2 variables:
$ pub_id : int 10000 1000 10001 10002 10003 10004 10005 10006 10007
$ faminc90: int -2 5998 19900 43000 35000 40000 56538 61000 36000 39105
> str(temp1)
`data.frame': 7072 obs. of 2 variables:
$ pub_id: int 10000 1000 10001 10002 10003 10004 10005 10006 10007 10008
$ faminc: int -2 5998 19900 43000 35000 40000 56538 61000 36000 39105
The question is why are the objects different. How else can I tell...
2020 Nov 24
0
ID Mapping
I have updated samba to 4.10.4:
# rpm -qa | grep samba-4
samba-4.10.4-11.el7_8.x86_64
And update the conf:
# cat /etc/samba/smb.conf | grep "config"
idmap config *:backend = tdb
idmap config *:range = 30000-40000
And reload config, restart winbind:
# smbcontrol all reload-config
# systemctl restart winbind
But it did not work:
# id jin
uid=30000(jin) gid=30000(domain users) groups=30000(domain users),30001(xts)
At 2020-11-24 09:55:33, "Abi" <adhanani at abdha.com> wrote:
>Your 'r...
2009 May 05
2
problem with ggplot2 boxplot, groups and facets
I have a following problem:
The call
qplot(wg, v.realtime, data=df.best.medians$gv1, colour=sp, geom="boxplot")
works nice: for each value of the wg factor I get two box-plots (two levels in
the sp factor) in different colours, side-by-side, centered at the wg x-axis.
However, I want to separate the data belonging to different levels of the n
factor, so I add the facets option:
2014 Oct 30
5
domain users "primary group" does not take effect in UNIX attributes (NIS)
...n I execute on my member server "net cache flush && getent group 500" I get the result
domain admins:x:500:johndoe,name1,name2
So far so good, that means that domain group is available on the member server. Here's an output of "getent passwd"...
[...]
johndoe:*:500:40000:John Doe:/home/MYDOM/johndoe:/bin/bash
[...]
Looks correct, the user "johndoe" has uid=500 and gid=40000. The gid 40000 is "domain users".
Now I want to change some UNIX attributes of that particular user. I open ADUC tool, choose that user "johndoe", click on the [U...
2009 May 06
0
problems in h323 channels
...E[29627] logger.c: External RTP
Session Starting
82015 [May 6 10:07:51] VERBOSE[29627] logger.c: RTP channel id
1 parameters:
82016 [May 6 10:07:51] VERBOSE[29627] logger.c: --
remoteIpAddress: 192.168.1.175
82017 [May 6 10:07:51] VERBOSE[29627] logger.c: -- remotePort: 40000
82018 [May 6 10:07:51] VERBOSE[29627] logger.c: --
ExternalIpAddress: 127.0.0.1
82019 [May 6 10:07:51] VERBOSE[29627] logger.c: -- ExternalPort: 17380
82020 [May 6 10:07:51] DEBUG[29627] chan_h323.c: Setting up RTP
connection for ip$192.168.1.175:3584/90
82021 [May 6 10:07:51]...
2009 Sep 25
1
Ubuntu 9.x segmentation fault with vpopmail auth
...ny
IMAP server that will work no matter what combination of vpopmail and
version of the IMAP server.
If anyone can figure this out I'd greatly appreciate it.
Sep 25 14:43:37 mail kernel: [41432.282133] dovecot-auth[14048]:
segfault at 0 ip 00000000 sp bf88c8ec error 14 in
dovecot-auth[8048000+40000]
Sep 25 15:07:16 mail kernel: [42852.136667] dovecot-auth[21185]:
segfault at 0 ip 00000000 sp bfdcce2c error 14 in
dovecot-auth[8048000+40000]
Sep 25 15:23:59 mail kernel: [43855.048512] dovecot-auth[6927]: segfault
at 0 ip 00000000 sp bfd81ecc error 14 in dovecot-auth[8048000+40000]
Sep 25 15:...
2012 Jul 16
0
RSQLite install problem
...ng fdatasync... none required
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -std=gnu99 -I/usr/share/R/include -DRSQLITE_USE_BUNDLED_SQLITE
-DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS
-DSQLITE_SOUNDEX -DSQLITE_MAX_VARIABLE_NUMBER=40000
-DSQLITE_MAX_COLUMN=30000 -DTHREADSAFE=0 -fpic -O3 -pipe -g -c
RS-DBI.c -o RS-DBI.o
gcc -std=gnu99 -I/usr/share/R/include -DRSQLITE_USE_BUNDLED_SQLITE
-DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS
-DSQLITE_SOUNDEX -DSQLITE_MAX_VARIABLE_NUMBER=40000
-DSQLITE_MAX_C...
2009 Sep 08
2
[wine 1.29] - Warhammer 40000 Dark Crusade Demo
hi guys!
I'm using ubuntu 9.04 with wine 1.29 and I'm trying to run the "Warhammer 40000 Dark Crusade Demo" (version 1.2 I think).
the installer works fine, the game start, the audio is good, the intro plays fine, but after the creation of a new profile, I cannot choose any menu item.
they "respond" to mouse over but nothing happens when I "clic" on them...
any...
2008 Apr 02
1
Quickest way to access data.frame?
...ot the feeling that "no partial match" is the way to make it
fast.... so I convert everything to factor.. but I'm still not 100% sure if
the following code will do it... is this the fastest way to do something
foreach (ID, ID2) pair? Thanks!
data <- data.frame(ID = floor(runif(n = 40000, min=0, max=20)),
ID2 = floor(runif(n = 40000, min=0, max=1000)),
DATA1 = rnorm(n = 40000))
data$ID <- as.factor(data$ID)
data$ID2 <- as.factor(data$ID2)
res <- lapply(attr(data$ID, "levels"), function(x, data){
data <- data[which(data$ID == x), ]
re...
2009 Mar 15
2
Testing for Inequality à la "select case"
...:
>From | To | % of x | Minimum
---------------------------------------------------------------
0 | 20000 | 65 | 0
20000 | 100000 | 40 | 14000
100000 | 250000 | 30 | 40000
250000 | 700000 | 25 | 75000
700000 | 1000000 | 20 | 175000
1000000 | inf | -- | 250000
Once the interval is determined, the values in x are multiplied by the
percentages applying to the range in the 3rd column...
2020 Nov 24
0
ID Mapping
...ave updated samba to 4.10.4:
>>
>> # rpm -qa | grep samba-4
>> samba-4.10.4-11.el7_8.x86_64
>>
>> And update the conf:
>>
>> # cat /etc/samba/smb.conf | grep "config"
>> idmap config *:backend = tdb
>> idmap config *:range = 30000-40000
>>
>> And reload config, restart winbind:
>>
>> # smbcontrol all reload-config
>> # systemctl restart winbind
>>
>> But it did not work:
>>
>> # id jin
>> uid=30000(jin) gid=30000(domain users) groups=30000(domain
>> users),30001...
2011 Jun 28
1
More than 32G on memory in a domU guest?
I must be missing something obvious. I have a large domU guest:
dom0# cat /etc/xen/turing
name = "turing"
uuid = "8d3383a0-f0ae-f0b1-215d-c2e04115e9fe"
maxmem = 40000
memory = 40000
vcpus = 12
bootloader = "/usr/bin/pygrub"
kernel = "/var/lib/xen/boot_kernel.nrTJko"
ramdisk = "/var/lib/xen/boot_ramdisk.y6Gcn9"
extra = "ro root=/dev/mapper/SYSTEM-root SYSFONT=latarcyrheb-sun16
LANG=en_AU.UTF-8 KEYTABLE=us console=hvc0 earlyprint...