search for: thatswhy

Displaying 3 results from an estimated 3 matches for "thatswhy".

Did you mean: thataway
2007 Nov 19
10
Resize domU block device?
Is there a way for a domU to discover size changes of block devices modified by dom0? To make it clear - if I do in dom0 a lvresize of a logical volume given as physical disk to a domU, is there a way to use the new size of this device within the domU without reboot? Thanks Ralf _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2006 Mar 06
0
Problems with unregister draggable
...t.remove()) and gets drawn as soon its parent folder gets expanded again - again with the same ID. so far the drag&drop works! but as soon a node was moved to a new folder or subtree i can''t drag it again. i figured that when i create a new Draggable it gets registered with its ID. thatswhy i tried unregister each Draggable before i register a new one with the same ID. This is the code from my rails template: <script type="text/javascript"> //<![CDATA[ try { x = eval("d_" + id); x.destroy(); x.dispose; } catch(e) {} d_<%=node.id%> = new Draggab...
2004 May 28
1
ipconfig related question (do not get static IP setting)
...But unfortunately our dhcp setup is more sophisticated. We run more than one dhcp server in a subnet - both linux and windows (completely independent). We distinguish clients and servers by vendor code identifiers and not simply by MAC. The clients could boot windows or linux alternatively ... Thatswhy I would like to use the fixed IP address assignment (via PXE or Etherboot), but ipconfig 10.8.4.204:10.8.4.254:10.8.4.254:255.255.255.0 or ipconfig 10.8.4.204:10.8.4.254:10.8.4.254:255.255.255.0:: or ipconfig -c none eth0 10.8.4.204:10.8.4.254:10.8.4.254:255.255.255.0 ipconfig -c none eth0 10.8.4...