search for: xdx

Displaying 10 results from an estimated 10 matches for "xdx".

Did you mean: idx
2007 Apr 18
3
[RFC PATCH 35/35] Add Xen virtual block device driver.
...ting interesting failure > conditions for users who load IDE or SCSI modules. I've seen > it trip up a number of people in the past. I think we should > only ever use the major number that was actually allocated to us. We certainly should be pushing everyone toward using the 'xdX' etc devices that are allocated to us. However, the installers of certain older distros and other user space tools won't except anything other than hdX/sdX, so its useful from a compatibility POV even if it never goes into mainline, which I agree it probably shouldn't. Ian
2007 Apr 18
3
[RFC PATCH 35/35] Add Xen virtual block device driver.
...ting interesting failure > conditions for users who load IDE or SCSI modules. I've seen > it trip up a number of people in the past. I think we should > only ever use the major number that was actually allocated to us. We certainly should be pushing everyone toward using the 'xdX' etc devices that are allocated to us. However, the installers of certain older distros and other user space tools won't except anything other than hdX/sdX, so its useful from a compatibility POV even if it never goes into mainline, which I agree it probably shouldn't. Ian
2002 Mar 22
3
heteroskedasticity-robust standard errors
I am trying to compute the white heteroskedasticity-robust standard errors (also called the Huber standard errors) in a linear model, but I can't seem to find a function to do it. I know that the design library in S+ has something like this (robcov?), but I have not yet seen this library ported to R. Anyone know if there is already a function built into R to do this relatively simple job?
2005 Jul 29
4
Reinstall Windows but preserve CentOS
I have a computer that dual boots between Windows and CentOS. Each has it's own hard drive. I suddenly have a problem with Windows, and may need to reinstall. I need it for applications like After Effects, Premiere, and other things that I am currently in the middle of a project with. It seems the system has become usnstable, it's preventing me from continuing to work, and I
2012 Jun 12
1
[PATCH] Add virtio-scsi support to febootstrap.
This patch is the minimum possible to add virtio-scsi support to febootstrap. Problem: SCSI devices are detected asynchronously after the Linux kernel module is loaded. The usual solutions to this involve scsi_wait_scan (deprecated apparently) or udev. However febootstrap doesn't use udev, and adding it is a ton of work with a very uncertain outcome. So the minimum possible change is to
2017 Apr 19
6
[PATCH supermin 0/3] Require root= parameter, refactor init.
Require the root= parameter is passed to specify which root (apppliance) to mount. Libguestfs has done this since 2012. The other two patches are small code refactorings in the init program. Rich.
2016 Feb 17
8
[PATCH supermin 0/2] Allow an alternate libc to be used for init.
v1 -> v2: - If we split out the init program into a separate init/ directory, that makes it much easier to build against an alternate libc. I tried to build against uClibc, but uClibc requires an entire build chain, which looked like it was going to be a massive ballache. Rich.
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...er %" PRIu64 " ns for %s to appear\n", - delay_ns, path); - - struct timespec t; - t.tv_sec = delay_ns / 1000000000; - t.tv_nsec = delay_ns % 1000000000; - nanosleep (&t, NULL); - delay_ns *= 2; - } - } - else { - path = strdup ("/sys/block/xdx/dev"); - - char class[3] = { 'v', 's', 'h' }; - size_t i, j; - fp = NULL; - for (i = 0; i < sizeof class; ++i) { - for (j = 'z'; j >= 'a'; --j) { - path[11] = class[i]; - path[13] = j; - fp = fopen (path, &quot...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...=-8X$J2$UGzn`Xhk~-&qYOfFb_BrZ`cImayc?WP zhB1kN at Lvd_XI(}gNEInZ_|7T2pd)vMX7ngfpBRId(1Xh{iN#N(?B%4g(Jqjsfs~Fe zmhR(n%gHgPfG556dx;4`K&mBi$C-w6QHNv*5n>k(Y~I1GSD_g at GCO&Q9T;b;WWcQ! z%}t5ogFf98_mW?K{8N*o>wOsvp~Z at R2USyd6HwQ)Q*r{8m^-?RbKgmL(TI!AQO6ur z`z~Gn5;ov7dZnqWAi at IBvwcl=DttxDx^I30aNyGR9`4nW&kp&N at p@5)GwH<*P0D%8 z*G7cfsYIl8D~!0Ig)V1TUb@*$IbUy#oxPp*nE$FHLoNc}r<JZQ?rzW)vFKNERQUN4 z0)Teb)VIF9tc+mZEIT!;$sxgLW)pP@(x{E#>F6O<L@>*W{-D)JqjRLsO3LdVO@$ZR zg*Hw at clUPHPv4(l>QPKA8xco+P`-^xd<s9N0*z*pvqr#q at P)2;8GFcQ=TG6W&sv2} z_HJ0-!HbJTMrL9tRHi;8G...
2010 Apr 28
1
How to create R package
Hi, Can you tell me how to create R package in Windows, and give me an example that works ? Thanks. [[alternative HTML version deleted]]