search for: b1c6

Displaying 5 results from an estimated 5 matches for "b1c6".

Did you mean: b16
2015 Mar 15
3
how to get disk snapshot size
...f2 file format: qcow2 virtual size: 5.0G (5368709120 bytes) disk size: 1.0G cluster_size: 65536 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 4fc42d73-8257-42bd-8807-81700fd3c689 0 2015-03-15 21:05:55 01:05:53.583 2 2fd6aeab-cb26-446d-b1c6-e8d70d33f651 0 2015-03-15 21:50:35 00:00:00.000 After wrote data to the disk, then create another snapshot [root@cskvm01 qcow2]# qemu-img info /mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a86c-8ba633954ff2 image: /mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a8...
2015 Mar 16
0
Re: how to get disk snapshot size
...5.0G (5368709120 bytes) > disk size: 1.0G > cluster_size: 65536 > Snapshot list: > ID TAG VM SIZE DATE VM CLOCK > 1 4fc42d73-8257-42bd-8807-81700fd3c689 0 2015-03-15 21:05:55 > 01:05:53.583 > 2 2fd6aeab-cb26-446d-b1c6-e8d70d33f651 0 2015-03-15 21:50:35 > 00:00:00.000 > > After wrote data to the disk, then create another snapshot > [root@cskvm01 qcow2]# qemu-img info > /mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a86c-8ba633954ff2 > image: > /mnt/e6758700-af68-3c06-ade3...
2004 Apr 04
1
Routing through dummy interfaces?
...eth3 is 192.168.3.1/24 How do I set up routing so traffic to/from the internet gets routed through the dummy interfaces? If this is not possible, how might i achive a simmilar effect? - -- Any mail sent to the address this message was posted from will be bounced. PGP/GPG Fingerprint: 3B30 C6BE B1C6 9526 7A90 34E7 11DF 44F3 7217 7BC7 On pgp.mit.edu, import with `gpg --keyserver pgp.mit.edu --recv-key 72177BC7` Also available at http://www.cal.net/~ryan/ryan_at_mother_dot_com.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQFAcJt7Ed9E83IXe8cRAmDhAJkBGUOBWjWU9j1+i3Umf/...
2009 Mar 27
1
Multiple daemon log files.
...5:06:32, 2] param/loadparm.c:do_section(7474) Processing section "[printers]" [2009/03/27 15:06:32, 2] param/loadparm.c:do_section(7474) Processing section "[print$]" [2009/03/27 15:06:32, 2] lib/interface.c:add_interface(340) added interface eth0 ip=fe80::20c:6eff:fe2d:b1c6%eth0 bcast=fe80::ffff:ffff:ffff:ffff%eth0 netmask=ffff:ffff:ffff:ffff:: [2009/03/27 15:06:32, 2] lib/interface.c:add_interface(340) added interface eth0 ip=192.168.0.250 bcast=192.168.0.255 netmask=255.255.255.0 [2009/03/27 15:06:32, 2] lib/interface.c:add_interface(340) added interface lo ip...
2010 Jun 16
4
Is there a non-parametric repeated-measures Anova in R ?
Hello Prof. Harrell and dear R-help mailing list, I wish to perform a non-parametric repeated measures anova. If what I read online is true, this could be achieved using a mixed Ordinal Regression model (a.k.a: Proportional Odds Model). I found two packages that seems relevant, but couldn't find any vignette on the subject: http://cran.r-project.org/web/packages/repolr/