Displaying 5 results from an estimated 5 matches for "id_r".
Did you mean:
id_
2011 Apr 06
3
Getting number of students with zeroes in long format
Hi,
I have longitudinal school suspension data on students. I would like to
figure out how many students (id_r) have no suspensions (sus), i.e. have a
code of '0'. My data is in long format and the first 20 records look like
the following:
> suslm[1:20,c(1,7)]
id_r sus
11 0
15 10
16 0
18 0
19 0
19 0
20 0
21 0
21 0
22 0
24 0
24 0
25...
2015 Dec 10
2
[Bug 2514] New: Usability: Key filenames / extensions make sharing private key likely.
...files have an extension (.pub), private key files do not.
This makes tab completion complete to the "wrong" key file...
I *did* look for existing bugs about this, with no luck...
E.g:
In my .ssh directory there many keys. As an example:
-r-------- 1 wkumari staff 1675 Mar 13 2015 id_rsa
-r-------- 1 wkumari staff 385 Mar 13 2015 id_rsa.pub
I want to be able to use this key to login to routers and servers, so I
need to share the public key with folk / copy it to a server so I can
append it to an authorized_keys file / etc.
So, how do I do that?
Well, chances are I'm...
2012 May 15
6
[PATCH 0 of 2 v2] Add vncviewer xm compatibility options
Changes since v1:
- Removed libxl vncviewer related dependencies
- The vncviewer function was modified to accept a domid instead of domspec;
- main_vncviewer was updated to reflect the new use.
- A domain_create structure is now passed to the parse_config_data where required/feasible (NULL otherwise)
- xl restore now have long options for vncviewer/vncviewer-autopass; docs updated.
- Updated
2013 Apr 12
11
[PATCH v4 1/2] libxl: postpone backend name resolution
...;',''); SAVESTRING("vdev", vdev, FROMEQUALS); }
diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c
index 61f7b96..d916e90 100644
--- a/tools/libxl/xl_cmdimpl.c
+++ b/tools/libxl/xl_cmdimpl.c
@@ -162,29 +162,6 @@ static int qualifier_to_id(const char *p, uint32_t *id_r)
return 1;
}
-static int domain_qualifier_to_domid(const char *p, uint32_t *domid_r,
- int *was_name_r)
-{
- int was_name, rc;
-
- was_name = qualifier_to_id(p, domid_r);
- if (was_name_r)
- *was_name_r = was_name;
-
- if (was_name) {
-...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking