similar to: can i copy /proc

Displaying 20 results from an estimated 4000 matches similar to: "can i copy /proc"

2009 Aug 27
4
my fonts look horrible (centos5.3/xfce)
Hi all, I can't seem to get my fonts to look decent under CentOS. I was able to make them look pretty good under Ubuntu, but for the life of me I can't make them look decent on CentOS. Screenshots: http://img199.imageshack.us/img199/8563/ss1rzo.jpg http://img199.imageshack.us/img199/7655/ss2ocf.jpg http://img196.imageshack.us/img196/6040/ss3j.jpg
2009 Jun 17
6
script help
Hi ? I have a file. list.txt (two columns) ? column1??? column2 name??????? address ? ? I need to put in the letter file letter.txt eg: ? Dear: Chloe Address: CA ? Can I use this ? for i `cat list.txt` | sed 's/Chloe/$i.1; /CA/$i.2/g' $i.letter.txt ? Thank you for your help ? ? ? ? ? __________________________________________________________________ Looking for the perfect gift?
2010 Jan 17
3
enty-wise closest element
Dear R-users, i have a simple problem maybe, but i don't see the solution. i want to find the entry-wise closest element of an vector compared with another. ind1<-c(1,4,10) ind2<-c(3,5,11) for (i in length(ind2):1) { print(which.min(abs(ind1-ind2[i]))) } for ind2[3] it should be ind1[3] 10, for ind2[2] it should be ind1[2] 4 and for ind2[1] it should be ind1[1] 1. but with the
2009 Jul 08
7
dhcp question
Hi ? How can I do the dhcp to assign ip for eth2 network?only? ? eth1 and eth0 can igorn ? thank you __________________________________________________________________ Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share what you know at http://ca.answers.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 03
2
Weird bug: system instability after cat /proc/kcore
Ok, the existence of this bug just blew my mind. It appears that after coppying /proc/kcore to disk the system starts to behave strangely. Processes start to sometimes segfault randomly or die with a glibc double free error. The system is perfectly fine prior to catting /proc/kcore. I can reproduce this problem on the 2.6.18 kernel from xen 3.1.0 and 3.1.1-rc2. To trigger it I just have to run
2010 Mar 04
7
help fdisk and dd
Hi all What is the best practice to remove all data in the disk? ls fdisk ok or use dd Can data be recovered? and what is the dd command? Thank you __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/
2009 Sep 03
6
rsync
Hi ? I put the rsync in cronjob but it won't work ? in root user cron ? */30? * * * *? /home/chloe/rsy.sh >/dev/null 2>&1 ? 1/ why it needs pw when I run this rsy.sh in root? but if I run it in chloe user, it doesn't need pw as I put authoized_key in remote host chloe ? 2/ why this root cronjob is not working? what wrong? I can't see this cron in message ? the rsy.sh is
2015 Apr 30
3
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
Hi, I tried to backup my gentoobox using rsync into a NTFS External Drive Rsync Failed And now there is no space lesft on my root directory "/" and kcore file size is 128 TiB and my External NTFS HDD makes scary sounds (Like it is working hardly) even when its not mounted rsync created some files/directories that i cant remove them on my External HDD using "rm -rf" , Please
2015 Apr 30
1
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
I can still read&write on the external hdd and on my laptop (which I have my gentoo there) I can't do anything on / because its filled up with /proc/kcore after "rsync failed" rsync -aAXv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /*
2008 Dec 05
3
Fwd: Re: ssh forwarding as putty in window
Thank you I check in rpmfind.net it is only available on fedora. how can I install it in centos? thank you Mark Snyder <mark at jmktdis.com> wrote: Date: Fri, 05 Dec 2008 12:29:39 -0600 From: Mark Snyder <mark at jmktdis.com> To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] ssh forwarding as putty in window chloe K wrote: >
2009 Mar 20
1
w command about user
Hi I use w command to get user is "2 users" but I only have connection one ls any process dead? But I check other centos machine is same How can I check it? Thank you [root at host ~]# w 7:22:26 up 20 days, 23:20, 2 users, load average: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT chloe pts/0
2009 Aug 19
2
xmlsupports?
Hi ? Do you know the apache coming from fedora to support xml? ? how can I check? ? Thank you __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo.com. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Aug 12
2
vpn
Hi ? Where remote and local address and subnet I can put for vpn configuration in linux box? ? Thank you __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo..com. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jan 24
1
file: /etc/sysconfig/clock
Hi I modify this file /etc/sysconfig/clock How can I restart the service to have update clock? Thank you --------------------------------- All new Yahoo! Mail - Get a sneak peak at messages with a handy reading pane. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Mar 07
3
parsing /proc/cmdline
Hi - I am not an expert at shell script writing. If /proc/cmdline looks like option1 option2 ... ks=http://192.168.1.8/ks/ks.cfg option3 option 4 ... How can I get the 192.168.1.8 out of this cmdline. THanks, Jerry
2009 May 21
3
Problems with sample variance
Dear R users, I am a beginner to R. I generated 1000 samples with 15 data in each sample I tried finding the variance for each sample I used the code: m=1000;n=15 > r<-rnorm(15000) > for(i in 1:m){ x=data[,i] v=var(x)} what I got was just the variance for the last sample i.e. the 1000th sample but what I want is 1000 variance. Does anyone know what I did wrong? Thanks Chloe Smith
2010 Jan 01
3
which program/command (perl, vi, or sed) is better
Hi I have apache log file around 7.6G and record half year Which program/command (perl, vi, or sed) is better to extract the data by date? and finally I can remove that big file and still keep the record. I have problem when using vi and it uses up the server memory Thank you for your help __________________________________________________________________ Get a sneak peak at messages
2009 Sep 25
1
help about Zend Optimizer and nfs
Hi pls help 1/ I run application but it said "Attention: Zend Optimizer not Installed" but I type php -v Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies Why? 2/ ls nfs working except tcp? I don't know how to debug Thank you __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and
2009 Nov 22
2
how to read BRFSS file
hello, I am trying to do exploratory factor analysis with BRFSS dataset ( http://www.cdc.gov/brfss/technical_infodata/surveydata/2008.htm) for a couple of days, but I was not able to do that and got frustrated. Can anybody help me with step by step guide? BRFSS dataset provides ASCII or SAS format. Thank you. chloe [[alternative HTML version deleted]]
2008 Dec 09
2
rrdtool rpm and yum question
Hi How can I install rrdtool rpm? lt seems that this is only available in fedora How can I know what is this execution file eg: system-config-network coming from which rpm? Thank you --------------------------------- Looking for the perfect gift? Give the gift of Flickr! -------------- next part -------------- An HTML attachment was scrubbed... URL: