search for: blah3

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

Did you mean: blah
2009 Aug 29
3
what is the best way to delete so many queue files?
Hello, all. I found that so many unnessary queue files are saved at /var/spool/clientmqueue/ directory. I tested two way to delete these files. 1. # rm -rf /var/spool/clientmqueue/* 2. # cd /var/spool/clientmqueue/ ; find . | xargs rm -fv But this makes a few load of the system and took too much time to delete. What is the best way to delete fast without too much load?
2008 May 29
2
how to use substring match as condition?
Hi, How can I use a substring match as a condition in a subset command? Sth like this: subset(input, field1=="blah1" & field2=="blah2") # but now with substring match in field2 subset(input, field1=="blah1" & field3 *substringmatch* "blah3") I've tried with gsub, but it won't work: subset(input, field1=="blah1" & gsub("blah3","",input$field3)) [[alternative HTML version deleted]]
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
...dir4,*,2) [sender] expand file_list to 131072 bytes, did move [sender] make_file(junkdir4/gar1,*,2) [sender] make_file(junkdir4/gar2,*,2) [sender] make_file(junkdir4/gar3,*,2) [sender] make_file(junkdir4/gardir1,*,2) [sender] make_file(junkdir4/gardir1/blah2,*,2) [sender] make_file(junkdir4/gardir1/blah3,*,2) [sender] make_file(junkdir4/gardir1/blah1,*,2) [sender] clearing per-dir .cvsignore exclude list [sender] clearing per-dir .cvsignore exclude list done send_file_list done send_files starting server_recv(2) starting pid=433406 recv_file_name(junkdir4) recv_file_name(junkdir4/gar1) recv_file_na...
2003 Mar 07
1
column name changes based on substrings
Hi peoples, I'm trying to work out a function which will allow me to relace column names on the basis of substrings within the existing names. e.g. I'd like: blah.Na blah2.Na blah3.Mg blah4.Mg blah5.K blah6.K R1 x x x x x x R2 x x x x x x ... to become: Na (%) Na (%) Mg (%) Mg (%) K (ppm) K (ppm) R1 x x x x x x R2 x...
2010 Sep 08
4
Populate combo box from database without repeatness
Hi, I have a column of data with repeated as mentioned below. *column_name* Acer Lenova HP Lenova Acer Acer Lenova I need to populate this column in a combo box without repeated data as mentioned below *combo box* Acer Lenova HP I tried as <%= collection_select(:column_name, TableName.all)%> "table_names" is a table and "column_name" is a column needed to
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will have none as mount point. When I try to use puppet (using mount type) for managing fstab I get problems because "name" in both instances (i.e. mount path) will be "none". How should I fix this within puppet? Regards Halvard Moe