Displaying 20 results from an estimated 25 matches for "uuu".
Did you mean:
uu
2013 May 16
2
A function that can modify an object? Or at least shows principles how to modify an object?
Hi, If I have an R object UUU, where the second element is U2, based on
"g" column of my.table
my.table of UUU is:
mmm ggg gindex map Info
aaa123 U1 1 1 1
aaa124 U1 1 2 1
bbb1378 U2 2 1 1
bbb8888 U...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...# cat /home/hywu/smb.conf
[global]
passdb backend = smbpasswd
workgroup = WORKGROUP
security=user
Smbpasswd fail to change local UNIX user password (ZTEST) when samba role is DC.
I want to change password of local UNIX user "ZTEST" but get domain
user "UUQ\ztest" from
root at uuu:/# getent passwd | tail
hywu:x:1000:1000 hywu,,,:/home/hywu:/bin/bash
sshd:X:128:65534::/run/sshd:/usr/sbin/nologin
jone:x:1001:1001:,,,:/home/jone:/bin/bash
ZTEST:X:1002:1002:,,,:/home/ZTEST: /bin/bash
UUQ\administrator:*:0:100::/home/UUQ/administrator:/bin/false
UUQ\guest:*:3000008:100::/home/UUQ...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...> Smbpasswd fail to change local UNIX user password (ZTEST) when samba
> role is DC. I want to change password of local UNIX user "ZTEST" but
> get domain user "UUQ\ztest" from
You shouldn't have local and domain users with the same name.
>
>
> root at uuu:/# getent passwd | tail
> hywu:x:1000:1000 hywu,,,:/home/hywu:/bin/bash
> sshd:X:128:65534::/run/sshd:/usr/sbin/nologin
> jone:x:1001:1001:,,,:/home/jone:/bin/bash
> ZTEST:X:1002:1002:,,,:/home/ZTEST: /bin/bash
> UUQ\administrator:*:0:100::/home/UUQ/administrator:/bin/false
> UUQ\...
2005 Oct 28
3
splitting a character field in R
...cter
field into two using an existing substring.
... something that in SAS I could solve e.g. combining substr(which I am
aware exist in R) and "index" for determining the position of the pattern
within the string.
e.g. if my dataframe is ...
A B
1 dgabcrt
2 fgrtabc
3 sabcuuu
Then by splitting by substring "abc" I would get ...
A B B1 B2
1 dgabcrt dg rt
2 fgrtabc fgrt
3 sabcuuu s uuu
Do you know how to do this basic string(dataframe) manipulation in R
Saludos,
Manuel
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...UNIX user password (ZTEST) when samba
> > role is DC. I want to change password of local UNIX user "ZTEST" but
> > get domain user "UUQ\ztest" from
>
> You shouldn't have local and domain users with the same name.
>
> >
> >
> > root at uuu:/# getent passwd | tail
> > hywu:x:1000:1000 hywu,,,:/home/hywu:/bin/bash
> > sshd:X:128:65534::/run/sshd:/usr/sbin/nologin
> > jone:x:1001:1001:,,,:/home/jone:/bin/bash
> > ZTEST:X:1002:1002:,,,:/home/ZTEST: /bin/bash
> > UUQ\administrator:*:0:100::/home/UUQ/administr...
2011 Jan 26
1
return object from loop inside a function
Hi All,
I have a for loop inside the function and I cannot get UUU to give me an
updated grid.dens object when I run the function (it does update when I
run just the for loop). Here's a simplified version of my function:
UUU=function(pop, grid.dens) {
for (i in 1:10){
Food=grid.dens[pop$yloc[i],pop$xloc[i]] #use initial grid.dens values
Consumed=(pop$wei...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...; samba role is DC. I want to change password of local UNIX user
> > > "ZTEST" but get domain user "UUQ\ztest" from
> >
> > You shouldn't have local and domain users with the same name.
> >
>
> > >
> > >
> > > root at uuu:/# getent passwd | tail
> > > hywu:x:1000:1000 hywu,,,:/home/hywu:/bin/bash
> > > sshd:X:128:65534::/run/sshd:/usr/sbin/nologin
> > > jone:x:1001:1001:,,,:/home/jone:/bin/bash
> > > ZTEST:X:1002:1002:,,,:/home/ZTEST: /bin/bash
> > > UUQ\administrator:*:0...
2003 Oct 16
3
indexing a particular element in a list of vectors
...if there is a way
(in a single line, without a loop) to pull out the first element of all the
vectors contained in the list.
listOfVectors[1:length(listOfVectors][1]
doesn't work.
==========================
If you want more details..
Here is my listOfVectors which is called "uuu"
> uuu[order(uuu)]
[[1]]
[1] "pt1pg" "multi.expr"
[[2]]
[1] "1ng" "ml" "fluor.expr"
[[3]]
[1] "1pg" "ml" "fluor.expr"
[[4]]
[1] "10ng" "m...
2014 Sep 08
2
optimizing and scaling ntlm_auth
...l the others are idle.
Can anyone shed some light on how winbind manages it's connections to the DC?
Has anyone else encountered this problem? Any recommendations for scaling ntlm_auth?
Here's my smb.conf file. The server is running RHEL 6.4 with winbind 3.6.9.
[global]
workgroup = UUULOCAL
server string = %h
interfaces = 192.236.38.96/22
security = ADS
passdb backend = tdbsam
realm = UUU.LOCAL
encrypt passwords = yes
winbind use default domain = yes
client NTLMv2 auth = yes
preferred master = no
load printers = no
cups options = raw
winbind max clients = 750
winbind o...
2011 Mar 18
1
Replace split with regex for speed ?
Have timestamp in format HH:MM:SS.MMM.UUU and need to remove the last "." so
it is in format HH:MM:SS.MMMUUU.
What is the fastest way to do this, since it has to be repeated on millions
of rows. Should I use regex ?
Currently doing it with a string split, which is slow:
>head(ts)
[1] 09:30:00.000.245 09:30:00.000.256 09...
2002 Apr 25
1
Re: Problems with ext3 fs
...a:~$ cat /proc/mdstat
Personalities : [raid5]
read_ahead 1024 sectors
md1 : active raid5 ide/host2/bus1/target0/lun0/part1[2]
ide/host2/bus0/target0/lun0/part1[3]
ide/host0/bus1/target0/lun0/part1[0] ide/host0/bus0/target0/lun0/part1[1]
1023744 blocks level 5, 128k chunk, algorithm 2 [3/3] [UUU]
md3 : active raid5 ide/host2/bus1/target0/lun0/part3[2]
ide/host2/bus0/target0/lun0/part3[1]
ide/host0/bus1/target0/lun0/part3[3] ide/host0/bus0/target0/lun0/part3[0]
10240000 blocks level 5, 128k chunk, algorithm 2 [3/3] [UUU]
md5 : active raid5 ide/host2/bus1/target0/lun0/part5[2]
ide...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...ssword of local UNIX user
> > > > "ZTEST" but get domain user "UUQ\ztest" from
> > >
> > > You shouldn't have local and domain users with the same name.
> > >
> >
> > > >
> > > >
> > > > root at uuu:/# getent passwd | tail
> > > > hywu:x:1000:1000 hywu,,,:/home/hywu:/bin/bash
> > > > sshd:X:128:65534::/run/sshd:/usr/sbin/nologin
> > > > jone:x:1001:1001:,,,:/home/jone:/bin/bash
> > > > ZTEST:X:1002:1002:,,,:/home/ZTEST: /bin/bash
> > > &...
2011 Sep 13
4
imapc and imap_acl
Hello (Timo),
yes, I know... maybe it's a bit far fetched, but I do have a use case.
Would it be (reasonably easily) possible to implement IMAP ACL
support for "imported" imapc namespaces/mailboxes?
There is no local directory (like with the virtual plugin) yet...
Greetings,
Lutz
--
Lutz Pre?ler <Lutz.Pressler at SerNet.DE> http://www.SerNet.DE/
SerNet Service
2018 Oct 11
10
Transponer data frame.
Hola,
Tengo la siguiente base de datos
Numero de vuelo Nacionalidad Pax
1240 Argentina 2341
1240 Uruguaya 4432
1240 Paraguaya 67000
1240 Brasilera 1234
1241 Argentina 7344
1241 Uruguaya 543000
1241 Paraguaya 3000
1241 Brasilera 234000
y quiero que quede del siguiente modo:
Numero de vuelo Nacionalidad_argentina Nacionalidad_uruguaya
Nacionalidad_paraguaya Nacionalidad_brasilera
1240 2341 4432
2015 Aug 19
0
Seeing: "Got REQ_KEY from XXX while we already started a SPTPS session!"
...om YYY while we already
started a SPTPS session!
Aug 19 14:53:28 AAA tinc.nnn[2217]: Got REQ_KEY from ZZZ while we already
started a SPTPS session!
Aug 19 14:53:28 AAA tinc.nnn[2217]: Got REQ_KEY from TTT while we already
started a SPTPS session!
Aug 19 14:53:31 AAA tinc.nnn[2217]: Got REQ_KEY from UUU while we already
started a SPTPS session!
Aug 19 14:53:40 AAA tinc.nnn[2217]: Got REQ_KEY from XXX while we already
started a SPTPS session!
Aug 19 14:53:43 AAA tinc.nnn[2217]: Got REQ_KEY from UUU while we already
started a SPTPS session!
Aug 19 14:53:54 AAA tinc.nnn[2217]: Got REQ_KEY from ZZZ wh...
2013 Sep 03
1
libR.so: cannot open shared object file
...gramm. I compiled the C++
code with the following:
R CMD SHLIB Model.cpp -Wall funzioni.cpp
it seems to work fine but when i run the R code i get this error message
Error in dyn.load(paste(dir_func, "Model.so", sep = "")) :
unable to load shared object '/lustre/work/uuu/RCpp/Model.so':
libR.so: cannot open shared object file: No such file or directory
I don't know how to fix it.
The code is running on a cluster.
Thanks.
2020 Sep 16
0
storage for mailserver
...iceable
on a mail server anyway.
I kind of stumbled across this setup by accident when I added an NVMe
SSD to an existing RIAD1 array consisting of 2 HDDs.
# cat /proc/mdstat
Personalities : [raid1]
md127 : active raid1 sda1[2](W) sdb1[4](W) nvme0n1p1[3]
485495616 blocks super 1.0 [3/3] [UUU]
bitmap: 3/4 pages [12KB], 65536KB chunk
See how we have 3 devices in the above RAID1 array, 2 x HDDs, marked
with a (W) indicating they are in --write-mostly mode, and one SSD
(MVMe) device. I just went for 3 devices in the array as it started life
as a 2 x HDD array and I added the thi...
2016 May 29
4
fts lucene crashes in 2.2.24
...ar_unseen_mailbox (rescan_ctx=rescan_ctx at entry=0x0,
vname=0x555555839820 "INBOX.Testfolder 2", hdr=hdr at entry=0x7fffffffdaf0) at
lucene-wrapper.cc:831
box = 0x7ffff76fd0ad <mailbox_list_iter_next+285>
metadata = {guid = "\230\332\377\377\377\177\000\000\200?UUU\000",
virtual_size = 140737340823160, physical_size = 140737488345756,
first_save_date = 140737488345840,
cache_fields = 0x555500000000,
precache_fields = (MAIL_FETCH_SAVE_DATE |
MAIL_FETCH_PHYSICAL_SIZE | MAIL_FETCH_NUL_STATE | MAIL_FETCH_STREAM_BINARY
| MAIL_FETCH_IMAP_BO...
2018 Dec 08
2
doveadm batch crash
Hi
I'm having an issue with doveadm batch - the following command always
crashes:
doveadm batch : mailbox status all inbox
Whereas the following work as expected:
doveadm mailbox status all inbox
doveadm batch : mailbox list
Any assistance gratefully received.
Debug output from the crash:
Debug: Loading modules from directory: /usr/lib64/dovecot
Debug: Module loaded:
2018 Dec 13
0
doveadm batch crash
...93824995038873, keywords =
0x55555582cc50, permanent_flags = 4150865472, flags = 32767,
permanent_keywords = 0, allow_new_keywords = 0, nonpermanent_modseqs =
0, no_modseq_tracking = 0, have_guids = 0,
have_save_guids = 0, have_only_guid128 = 1}
metadata = {guid = "p\214~UUU\000\000\300e\177UUU\000",
virtual_size = 140737488347344, physical_size = 553903933854,
first_save_date = 93824995035120, cache_fields = 0x20, precache_fields =
(unknown: 0), backend_ns_prefix = 0x0,
backend_ns_type = (unknown: 48)}
#7 cmd_mailbox_status_run (_ctx=0x5555557fe238...