search for: axw

Displaying 6 results from an estimated 6 matches for "axw".

Did you mean: ax
2012 Sep 20
0
libvirt network without dns ?
...9; /> <ip address='$IP' netmask='255.255.255.0'> </ip> </network> EOF $ sudo virsh -c qemu:///system net-define $BRIDGE.xml $ sudo virsh -c qemu:///system net-start $BRIDGE ## See, after 'start' dnsmasq is running and usable on that interface. $ ps axw | grep dnsm | grep $BRIDGE.pid 9888 ? S 0:00 /usr/sbin/dnsmasq -u libvirt-dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/mybr0.pid --conf-file= --except-interface lo --listen-address 192.168.123.1 $ dig +short @$IP www.ubuntu.com 91.189.90.41 -- [1] https://bugs.laun...
2004 Aug 06
0
Re: keeping liveice running
...again, and that number went significantly down. Thus, I built this script (which works great) and put it into an hourly cronjob. I think you'll find this much cleaner/better. Let me know how it works out for you. #!/bin/sh NUMBER=$(fstat -m | grep liveice | wc -l) DIR=/usr/local PIDS=$(ps axw |grep ice |awk '{print $1}') if [ $NUMBER -lt 50 ] ; then echo "Killing rogue processes..." echo "pid(s): $PIDS" for i in $PIDS ; do kill -9 $i ; done sleep 5 $DIR/sbin/icecast -c $DIR/etc/icecast/conf/icecast.conf sleep 5...
2010 Aug 27
6
Garena
Hello guys, i saw in database that there is a way to run Garena with Wine. There are some comments, but i don't understood all, can you please sum them and make an small instruction - how to run Garena. Thank you.
2011 Mar 21
3
unbreak vfork on cris architecture
Hi klibc people, if someone has to say more on this, please do so. I?m only trying to explain what I _think_ I learned? >Begin forwarded message originally by Mike Frysinger: >> On Mon, Mar 21, 2011 at 10:24 AM, Waldemar Brodkorb wrote: >>> unfortunately the common vfork implementation, which just use >>> the syscall function to interact with the kernel, does not
2005 Apr 06
3
Re:
...+DGoWEI1p3KIFwiX7lAbIlkKq4PZZdu 0dl4kxSV5rhKkO7XwPjPCDjuMSkUgHwTDxkEgEcv8JxmbvyXdBuDPcCvMSLrDjDNYShubd7j uXaM+EotM8peyM5vCgM7e80heREywGBFZANupPDqoPaJgmJ+V0mor9miW9N4Ya9mUaQPLJ0P WQ5PAGhKjdB3r4ueiuyo7/qKtlnIxBSaCBNpi9wo0277bYPV0FHRx08yxX7rp9A3sqovYdgs L2vG8LJrZebcQ4IpiytqWkxJFP/sCwvgn1RNXJgqBUwoWC2i/AXW+pxoGj0PD5BM2OLwSzmB 2oO/vDON+zNdxRyb3962KwgXiU9jI0bnFr5g4EjvnJ0d67TufBUy9/xvHCAH28nOq3uHFKgy hU3THNHQ3BPZ/iWpqbM6eBraD/ASA6uNE4alIKpjzHmAOrws/Zt6WbQtbLYF3PYcs7aYDCfg 7wmmnYY2rIAelMZ+fg0gkRF+LehF+am4lPrj0affDmSCVxfiZOcQiWwqP6gC2J/LZGKzBX6g NuSVZFWYxnKQ6NmjMP26TTAElllypKM+CHyQ/VhBSDy7dgmtufyIEBmM9sQ9...
2005 Mar 08
29
Interrupt levels
I''m tracking performance on the machine I installed yesterday. mutt running on one Xen instance, accessing via imap to another instance, accessing via nfs the maildir in another instances, seems little laggy when moving up and down the message index list. Network latency seems low < 30ms on average. So I was tracking vmstat. On the mutt instances is seems reasonable: [nic@shell:~]