Displaying 3 results from an estimated 3 matches for "bob3".
Did you mean:
bob
2008 Aug 02
2
wbinfo -u and -g work, getent passwd works, getent group DOES NOT WORK
..., 1] nsswitch/winbindd_group.c:fill_grent_mem(365)
could not lookup membership for group sid S-1-5-21-2023487214-2483299788-1506694197-1009 in domain ORA (error: NT_STATUS_NO_SUCH_GROUP)
[2008/08/01 22:11:26, 0] nsswitch/winbindd_group.c:winbindd_getgrent(1110)
could not lookup domain group ORA\bob3
output of getent and wbinfo
----------------------------------
ubuntu01@ubuntu19:~$ wbinfo -u
ORA\bob3
ORA\smbadmin
ORA\bob4
ORA\bob
ORA\bob2
ubuntu01@ubuntu19:~$ wbinfo -g
BUILTIN\administrators
BUILTIN\users
ORA\bob
ORA\domain admins
ORA\bob3
ORA\bob4
ORA\bob2
ORA\server admins
ORA\hosts
ubuntu...
2011 Jan 13
2
dovecot lda and quota plugin with mysql
...at test.info | 19524 | 18 |
| bob at test.info | 9420 | 6 |
| test at klunky.co.uk | 4662 | 4 |
| bob1 at test.info | 19284 | 13 |
| bob2 at test.info | 173906172 | 5702 |
| postmaster at test.info | 10587 | 9 |
| bob3 at test.info | 3695 | 2 |
+-----------------------------+-----------+----------+
7 rows in set (0.00 sec)
2006 Feb 08
3
difference between rnorm(1000, 0, 1) and running rnorm(500, 0, 1) twice
Hi R users
This looks a simple question
Is there any difference between between rnorm(1000,0,1) and running
rnorm(500,0,1) twice in terms of outcome ?
TM