search for: 2fdev

Displaying 6 results from an estimated 6 matches for "2fdev".

Did you mean: pfdev
2005 Nov 19
1
vif interface creation problem with xen unstable
...\r\nContent-Type: application/x-www -form-urlencoded\r\n\r\n", 144, 0) = 144 send(3, "config=%28vm+%28name+xen-0-16%29+%28memory+64%29+%28image+%28linux+%28kernel+%2Fboot%2Fxen-linux-2.6.12.6-xen%29+%28ip+192.168.2.5%3 A192.168.2.101%3A192.168.2.1%3A255.255.0.0%3A%3Aeth0%3Aoff%29+%28root+%2Fdev%2Fhda%29+%28args+%27nfsroot%3D192.168.2.101%3A%2Fimages%2Fbase-i mage+%27%29+%28vcpus+1%29+%28vcpus+1%29+%28boot+c%29%29%29+%28device+%28vbd+%28uname+phy%3A%2Fdev%2Fspace%2Fxen-0-16-swap-0%29+%28dev+hda%29+ %28mode+w%29%29%29+%28device+%28vbd+%28uname+phy%3A%2Fdev%2Fspace%2Fxen-0-16-tmp%29+%28dev+h...
2008 Jan 16
2
Memory Leak
So, I''ve stumbled across bleak_house (http://blog.evanweaver.com/files/doc/fauna/bleak_house/files/README.html) - this looks like it may help me track down what is causing the Memory leak I''m seeing (be it me, Ubuntu, Debian, or Puppet). First step: I''m going to clone the repo, branch Second step: Learn Ruby - shouldn''t be too hard. Third step: Do exactly what
2002 Jun 29
3
[Bug 323] arp -n flag doesn't exist under Solaris, ssh_prng_cmds still uses it
...atch for Sparc 112439-01 patch for x86 Solaris 9: has standard /dev/random and /dev/urandom Not sure if one can apply the Solaris 8 patch to Solaris 2.6 (near end of life) and Solaris 7. More info (Sparc) here below http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fpatches%2F112438&zone_32=%2Fdev%2Frandom ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2011 Sep 08
1
Ubuntu as DomU
I have a problem with running ubuntu inside xen (well, actually debian didn''t work either). Dom0: Linux libre 3.0.4-030004-generic #201108301138 SMP Tue Aug 30 11:42:30 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux ########## cf-node0.cfg: # # Configuration file for the Xen instance cf-node0, created # by xen-tools 4.2.1 on Thu Sep 8 05:11:42 2011. # # # Kernel + memory size #
2017 Jul 04
1
write.csv
...is case where part of the > file is written successfully. > > An alternative suggestion for testing this is to create and mount a > loop device [2] with a small file. > > [1]: > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fen.wi > kipedia.org%2Fwiki%2F%2Fdev%2Ffull&data=02%7C01%7Cnsosnov%40microsoft. > com%7Cb97a7371538b4dbe9a7308d4c2ec5aa0%7C72f988bf86f141af91ab2d7cd011d > b47%7C1%7C0%7C636347767773809248&sdata=Cb2oduozc2IDCLvXZGG1C4i4hQA7FPs > 5jHmnFYbk7zQ%3D&reserved=0 > [2]: > https://na01.safelinks.protection.outlook.co...
2017 Jul 04
2
write.csv
On linux at least you can use `/dev/full` [1] to test writing to a full device. > echo 'foo' > /dev/full bash: echo: write error: No space left on device Although that won't be a perfect test for this case where part of the file is written successfully. An alternative suggestion for testing this is to create and mount a loop device [2] with a small file. [1]: