similar to: Memory reporting...

Displaying 6 results from an estimated 6 matches similar to: "Memory reporting..."

2007 Mar 01
0
Reshape data
I have two data frames with a number of common variables that I wish to put into "long format". The first contains the variables es(Csales) [1] "terr" "Dec.02" "Jan.03" "Feb.03" "Mar.03" "Apr.03" "May.03" "Jun.03" [9] "Jul.03" "Aug.03" "Sep.03" "Oct.03"
2004 May 27
4
iptables and samba
hi i m using the script below ------------------------------------------------------------------------------------------------------------------------------------- iptables -F iptables -t nat -F iptables -P INPUT DROP iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A INPUT -i eth0 -p tcp --dport 8080 -j ACCEPT iptables -A INPUT -i eth0 -p tcp --dport 22 -j ACCEPT
2010 May 26
1
[Dahdi] "DAHDI_CHANCONFIG failed on channel 1"?
Hello I'm trying to install Dahdi through source code on a Fedora 13 host to use an OpenVox PCI card with a single FXO port, but dahdi_cfg -vv isn't happy. 1. After successfully running "make all; make install; make config", I edited /etc/dahdi/system.conf thusly: loadzone=fr defaultzone=fr fxsks=1 2. Then ran "dahdi_cfg -vv" which says: ------------- DAHDI Tools
2011 Nov 08
0
Sound shuts off when going past the main menu in MGS1
I've got Metal Gear Solid running fairly smoothly in Wine 1.3.31 on Mac OSX Snow Leopard, with no instability or crashes so far. When I start the game, the sound acts as it should-- however, going past the main menu (such as to Briefing or New Game) causes the sound to stop working. How can this issue be fixed? Here's my console output: Code:
2002 Feb 19
2
Dump Analysis -- when NCR server frozen by rsync
Hi, rsync was running against filesystems /disk5 and /disk7 to back them onto remote server (172.16.101.4) using the following script: if [ `ps -ef | grep -v grep | grep ::d5 | /usr/bin/wc -l` -eq 0 ] then rm -f /etc/rsync5.log echo " --- Disk5 --- starts `date`" > /etc/rsync5.log /usr/local/bin/rsync -a --recursive --compress /disk5/ 172.16.101.4::d5 >> /etc/rsync.log echo
2011 Oct 21
0
Wine release 1.3.31
The Wine development release 1.3.31 is now available. What's new in this release (see below for details): - BiDi text support in the single-line edit control. - Support for StretchDIBits and AlphaBlend in the DIB engine. - A number of audio fixes. - VBScript improvements. - Various bug fixes. The source is available from the following locations: