search for: make_list

Displaying 2 results from an estimated 2 matches for "make_list".

Did you mean: make_dist
2006 Jul 05
2
Serialized object behaves weird
...ze(attrs = nil) attrs.each {|k,v| self.send(k + ''='', v) } unless attrs.nil? end def to_s ret = String.new ATTRIBUTES.each {|attr| vals = self.send(attr[0]) ret << (ret.empty? ? "" : "; ") + attr[2] + ": " + \ make_list(vals.collect{|val| val.to_i },attr[3]) unless vals.nil? } ret end # Erzeugt aus dem Filter ein Array zur ?bergabe als :condition an # ActiveRecord::Base.find. # R?ckgabewert k?nnte z.B. sein: # ["person_id in (?) and projekt_id in (?)", [2, 3], [1, 2, 3]] # # :call...
2003 Nov 06
0
Transfer of files
I am sending files from a 4.1.X SunOs machine to a Sun-Fire Solaris 8 with D-2 in an attempt to upgrade our systems. I moved 0ne f/s successfully containing ~ 450 M. I am now trying to move a file system of ~ 6 G. I get the output of make_list and expand file_list to 4000 bytes. It shows the moving of approx 4000 files but none are moved and the sending machine stops at the same file each time. Any ideas I have just started using rsync so I am new to it. Thanks Don