search for: dbs1

Displaying 4 results from an estimated 4 matches for "dbs1".

Did you mean: dbs
2010 Jun 28
6
Basic question - more efficient method than loop?
I'm guessing there's a more efficient way to do the following using the index features of R. Appreciate any thoughts.... for (i in 1:nrow(dbs1)){ if(dbs1$Payor[i] %in% Payor.Group.Medicaid) dbs1$Payor.Group[i] = "Medicaid" if(dbs1$Payor[i] %in% Payor.Group.Medicare) dbs1$Payor.Group[i] = "Medicare" if(dbs1$Payor[i] %in% Payor.Group.Commercial) dbs1$Payor.Group[i] = "Commercial" if(dbs1$Payor[i...
2003 Sep 29
1
[Fwd: Winbind under 3.0
...ough information, please feel free to ask for more. Thanks. -------- Original Message -------- I'm having a problem getting a browse list from my Samba box. I'm running debian testing with the 3.0beta2-1 package. Winbind appears to be installed properly and functioning properly: root@dbs1:~# wbinfo -t checking the trust secret via RPC calls succeeded root@dbs1:~# wbinfo -a Administrator%xxxxx plaintext password authentication succeeded challenge/response password authentication succeeded wbinfo -u and -g gives me all the users and groups I'm expecting, as does getent passwd an...
2003 Sep 25
0
Winbind under 3.0beta2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm having a problem getting a browse list from my Samba box. I'm running debian testing with the 3.0beta2-1 package. Winbind appears to be installed properly and functioning properly: root@dbs1:~# wbinfo -t checking the trust secret via RPC calls succeeded root@dbs1:~# wbinfo -a Administrator%xxxxx plaintext password authentication succeeded challenge/response password authentication succeeded wbinfo -u and -g gives me all the users and groups I'm expecting, as does getent passwd a...
2012 Jun 10
1
HVM vs PV - conversion
...U which might be HVM - how can this DomU can be made PV? Just stop the DomU, and then delete it using Virtual Machine Manager and the create another config file for a PV DomU and use xm new and then xm start? Let''s say I have a config file like: [for a HVM DomU] VMHOST1 /]# more /etc/xen/DBS1 name = "DBS1" uuid = "904ec14c-9a46-3dae-ee7a-16470c5f5ef5" maxmem = 4096 memory = 2048 vcpus = 2 builder = "hvm" kernel = "/usr/lib/xen/boot/hvmloader" boot = "c" pae = 1 acpi = 1 apic = 1 localtime = 0 on_poweroff = "destroy" on_reboot =...