Displaying 20 results from an estimated 821 matches for "30000".
Did you mean:
  0000
  
2020 Nov 24
2
ID Mapping
...10:24 +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:3...
2012 Feb 09
2
Hero Lab shuts down when closing windows within the program
...or.
I tried using the terminal to create a log of this, but I can't find the file location for some reason.
Here is the terminal output when I run it from the terminal:
Thanks for any help you can provide here!
Code:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 30000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 30000
fixme:wininet:Inte...
2020 Nov 24
2
ID Mapping
...tive Directory (win 2008).
    In my Active Directory, there is a user "jin", and its primary group is "xts", 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
    securit...
2009 May 12
1
enum agi interesting problem
...r ("e164.arpa", "e164.info", "e164.org") {
            my @enums = get_enums($phone, $resolver);
                        foreach my $enum (@enums) {
                                    $dialstring = $enum . "|90|HL(" .
($maxtime * 60 * 1000) . ":60000:30000)";
                                    $res = $AGI->exec("DIAL $dialstring");
                                    $answeredtime =
$AGI->get_variable("ANSWEREDTIME");
 
                                    $dialstatus =
$AGI->get_variable("DIALSTATUS");...
2009 Aug 26
1
Help getting our application working
...m trying to investigate a problem that our users are having running Hero Lab under WINE.
The user says he receives the following messages before Hero Lab hangs or crashes:
> ~/.wine/drive_c/HeroLab$ wine HeroLab.exe
> fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
> fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 30000
> fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
> fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 30000
> fixme:wininet:InternetSetOptionW O...
2015 Apr 19
1
[bug?] idmap.ldb xidNumber attributes overlap with existing users'/groups' uidNumber/gidNumber
...n my recently upgraded domain.
It seems that a number of builtin groups have mappings in idmap.ldb that
overlap with posixAccount mappings in the sam.ldb.
Namely,
# file: var/lib/samba/sysvol/ads.example.com/scripts/
# owner: root
# group: 544
user::rwx
user:root:rwx
group::rwx
group:544:rwx
group:30000:r-x
group:30001:rwx
group:EXAMPLE\134RemoteUsers:r-x
mask::rwx
other::---
default:user::rwx
default:user:root:rwx
default:group::---
default:group:544:rwx
default:group:30000:r-x
default:group:30001:rwx
default:group:EXAMPLE\134RemoteUsers:r-x
default:mask::rwx
default:other::---
As you can see,...
2017 Nov 13
0
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...disable kvm dynamic poll (halt_poll_ns=0):
     3402.9 ns/ctxsw -- 199.8 %CPU
   2. w/ patch and disable kvm dynamic poll (halt_poll_ns=0):
      halt_poll_threshold=10000  -- 1151.4 ns/ctxsw -- 200.1 %CPU
      halt_poll_threshold=20000  -- 1149.7 ns/ctxsw -- 199.9 %CPU
      halt_poll_threshold=30000  -- 1151.0 ns/ctxsw -- 199.9 %CPU
      halt_poll_threshold=40000  -- 1155.4 ns/ctxsw -- 199.3 %CPU
      halt_poll_threshold=50000  -- 1161.0 ns/ctxsw -- 200.0 %CPU
      halt_poll_threshold=100000 -- 1163.8 ns/ctxsw -- 200.4 %CPU
      halt_poll_threshold=300000 -- 1159.4 ns/ctxsw -- 201.9 %CPU...
2017 Nov 13
0
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...disable kvm dynamic poll (halt_poll_ns=0):
     3402.9 ns/ctxsw -- 199.8 %CPU
   2. w/ patch and disable kvm dynamic poll (halt_poll_ns=0):
      halt_poll_threshold=10000  -- 1151.4 ns/ctxsw -- 200.1 %CPU
      halt_poll_threshold=20000  -- 1149.7 ns/ctxsw -- 199.9 %CPU
      halt_poll_threshold=30000  -- 1151.0 ns/ctxsw -- 199.9 %CPU
      halt_poll_threshold=40000  -- 1155.4 ns/ctxsw -- 199.3 %CPU
      halt_poll_threshold=50000  -- 1161.0 ns/ctxsw -- 200.0 %CPU
      halt_poll_threshold=100000 -- 1163.8 ns/ctxsw -- 200.4 %CPU
      halt_poll_threshold=300000 -- 1159.4 ns/ctxsw -- 201.9 %CPU...
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
&...
2020 Nov 24
0
ID Mapping
...r-x.  2 root root         25 Oct 29 07:17 printing
drwx------.  3 root root        103 Nov 16 03:04 private
drwxr-x---.  2 root wbpriv       17 Nov 23 23:14 winbindd_privileged
[root at localhost samba]# systemctl start winbind.service 
I got the same result:
[root at localhost samba]# id jin
uid=30000(jin) gid=30000(domain users) groups=30000(domain users),30001(xts)
And I new a user in AD, named "0001", make "xts" is the only group and primary group of "0001",
but, I got:
 
[root at localhost samba]# id 0001
uid=30001(0001) gid=30000(domain users) groups=30000(do...
2009 Jan 07
2
Plotting a graph for every Level of a Factor
...cies Stock TACC Catch
2001	   ORH	   OR1	   5000	    4687
2002	   ORH	   OR1	   6000	    3215
2003	   ORH	   OR1	   7000	    6782
2004	   ORH	   OR1	   9000	    10000
2005	   ORH	   OR1 	   9000	    12000
2001	   ORH	   OR3	   20000	   7892
2002	   ORH	   OR3	   25000	   27000
2003	   ORH	   OR3	   30000	   32000
2004	   ORH	   OR3	   30000	   29000
2005	   ORH	   OR3	   30000	   30000
2001	   ORH	   OR5	   23000	   10982
2002	   ORH	   OR5	   23000	   24590
2003	   ORH	   OR5	   23000	   24035
2004	   ORH	   OR5	   25000	   29008
2005	   ORH	   OR5	   20000	   21092
http://www.nabble.com/file/p21...
2017 Nov 13
2
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...disable kvm dynamic poll (halt_poll_ns=0):
     3402.9 ns/ctxsw -- 199.8 %CPU
   2. w/ patch and disable kvm dynamic poll (halt_poll_ns=0):
      halt_poll_threshold=10000  -- 1151.4 ns/ctxsw -- 200.1 %CPU
      halt_poll_threshold=20000  -- 1149.7 ns/ctxsw -- 199.9 %CPU
      halt_poll_threshold=30000  -- 1151.0 ns/ctxsw -- 199.9 %CPU
      halt_poll_threshold=40000  -- 1155.4 ns/ctxsw -- 199.3 %CPU
      halt_poll_threshold=50000  -- 1161.0 ns/ctxsw -- 200.0 %CPU
      halt_poll_threshold=100000 -- 1163.8 ns/ctxsw -- 200.4 %CPU
      halt_poll_threshold=300000 -- 1159.4 ns/ctxsw -- 201.9 %CPU...
2017 Nov 13
2
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...disable kvm dynamic poll (halt_poll_ns=0):
     3402.9 ns/ctxsw -- 199.8 %CPU
   2. w/ patch and disable kvm dynamic poll (halt_poll_ns=0):
      halt_poll_threshold=10000  -- 1151.4 ns/ctxsw -- 200.1 %CPU
      halt_poll_threshold=20000  -- 1149.7 ns/ctxsw -- 199.9 %CPU
      halt_poll_threshold=30000  -- 1151.0 ns/ctxsw -- 199.9 %CPU
      halt_poll_threshold=40000  -- 1155.4 ns/ctxsw -- 199.3 %CPU
      halt_poll_threshold=50000  -- 1161.0 ns/ctxsw -- 200.0 %CPU
      halt_poll_threshold=100000 -- 1163.8 ns/ctxsw -- 200.4 %CPU
      halt_poll_threshold=300000 -- 1159.4 ns/ctxsw -- 201.9 %CPU...
2000 Jun 07
2
"clipping error in x11()" (PR#564)
There seems to be an error in the X11 display code:
try:
plot(c(-30000,-1,0,1,30000),c(30000,1,0,1,30000),type="l")
points(c(-30000,-1,0,1,30000),c(30000,1,0,1,30000))
it gives a big "V" as expexted. Now zoom in using small xlim and ylim:
plot(c(-30000,-1,0,1,30000),c(30000,1,0,1,30000),type="l",
     xlim=c(-5,5),ylim=c(0,5))
points(c(...
2007 Sep 18
1
htb on Gigabit Interfaces
...s as below 
/////////////////////////////////////////////////////
#IFACE FACONG THE CUSTOMERS
/sbin/tc qdisc add dev eth0 root handle 1:0 htb
#IFACE FACING THE INTERNET
/sbin/tc qdisc add dev eth1 root handle 1:0 htb
/sbin/tc class add dev eth0  parent 1:0 classid 1:1 htb rate  150mbit quantum 30000
/sbin/tc class add dev eth1  parent 1:0 classid 1:1 htb rate  150mbit quantum 30000
#second  customer download 
/sbin/tc class  add dev eth0 parent 1:0 classid 1:2 htb rate 68mbit ceil 68mbit quantum 30000
#seconf customer upload
/sbin/tc class  add dev eth1 parent 1:0 classid 1:2 htb rate 6800...
2010 Jul 01
2
ssh server hangs the port even if client machine shuts down
...om the client i do a remote port forwarding to the custom ssh
server: ssh  -R 1037:localhost:55555.
After this command on ssh server process list i see:
sshd      29996                             root    3r  IPv4
1310919488       TCP 10.55.41.92:2233->10.55.40.121:2481 (ESTABLISHED)
sshd      30000 615da7706d6c4babbcd6e6fb867ddab1    3u  IPv4
1310919488       TCP 10.55.41.92:2233->10.55.40.121:2481 (ESTABLISHED)
sshd      30000 615da7706d6c4babbcd6e6fb867ddab1    7u  IPv4
1310919539       TCP 127.0.0.1:1037 (LISTEN)
sshd      30000 615da7706d6c4babbcd6e6fb867ddab1    8u  IPv6
1310919540...
2011 Jan 20
4
LMTP & home, chroot, mail userdb fields.
...some OTHER way. Errors look like this:
Jan 20 12:19:25 lmtp(38939): Info: Connect from local
Jan 20 12:19:25 auth: Info: mysql: Connected to /tmp/mysql.sock (mailhost)
Jan 20 12:19:25 lmtp(38939, lev at domain.com): Error: mkdir(./cur) in directory /var/run/dovecot failed: Permission denied (euid=30000(v-mail) egid=30000(v-mail) missing +w perm: ., euid is not dir owner)
Jan 20 12:19:25 lmtp(38939, lev at domain.com): Error: Opening INBOX failed: Mailbox doesn't exist: INBOX
Jan 20 12:19:25 lmtp(38939, lev at domain.com): Error: mkdir(./cur) in directory /var/run/dovecot failed: Permission de...
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...
2005 Jul 07
2
changing "Nobody picked up in 30000 ms"
how to edit the time "30000 ms" for ringing  to "40000
ms", i ve tried but i dindt know how,so please help me please.
		
__________________________________ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
2020 Jul 23
2
map gidNumber
...a samba wrote:
> On 23/07/2020 14:07, basti via samba wrote:
>> hello,
>> is there a way to map usergroups via winbind?
>>
>> I need 'getent passwd':
>> testuser:x:7072:513::/home/users/testuser:/bin/bash
>>
>> but I get:
>> testuser:x:7072:30000::/home/users/testuser:/bin/bash
>>
>> gidNumber is set to 513 in samba-ldap.
>>
>> cat /etc/samba/smb.conf
>> [global]
>> ??????? # Default ID mapping configuration for local BUILTIN accounts
>> ??????? # and groups on a domain member. The default (*) domai...