search for: serial_num

Displaying 4 results from an estimated 4 matches for "serial_num".

2007 Nov 20
3
How to test views with Nested Resources and Partials
...) assigns[:contract] = @contract @line_item = mock_model(LineItem) @line_item.stub!(:contract_id).and_return("1") @line_item.stub!(:support_type).and_return("MyString") @line_item.stub!(:product_num).and_return("MyString") @line_item.stub!(:serial_num).and_return("MyString") @line_item.stub!(:description).and_return("MyString") @line_item.stub!(:begins).and_return(Date.today) @line_item.stub!(:ends).and_return(Date.today) @line_item.stub!(:qty).and_return("1") @line_item.stub!(:list_price).and_re...
2006 Jul 27
3
Ocfs-users Digest, Vol 37, Issue 2
...ter the disk header structure <<<<<<< corruption ERROR: structure failed verification, fsck.c, 384 ocfs_vol_disk_hdr ================================= minor_version: <INVALID VALUE> 0 major_version: <INVALID VALUE> 2 signature: OracleCFS mount_point: /ora02 serial_num: 0 device_size: 26843529216 start_off: 0 bitmap_off: 56320 publ_off: 23552 vote_off: 39936 root_bitmap_off: 0 data_start_off: 1368064 root_bitmap_size: 0 root_off: 2416640 root_size: 0 cluster_size: 131072 num_nodes: 32 num_clusters: 204785 dir_node_size: 0 file_node_size: 0 internal_off: 1368064 n...
2004 Mar 10
9
Lock contention issue with ocfs
I am still having this weird problem with nodes hanging while I'm running OCFS. I'm using OCFS 1.0.9-12 and RHAS 2.1 I've been working on tracking it down and here's what I've got so far: 1. I create a file from node 0. This succeeds; I can /bin/cat the file, append, edit, or whatever. 2. From node 1, I do an operation that accesses the DirNode (e.g. /bin/ls) 3. Node 0
2004 Mar 10
9
Lock contention issue with ocfs
I am still having this weird problem with nodes hanging while I'm running OCFS. I'm using OCFS 1.0.9-12 and RHAS 2.1 I've been working on tracking it down and here's what I've got so far: 1. I create a file from node 0. This succeeds; I can /bin/cat the file, append, edit, or whatever. 2. From node 1, I do an operation that accesses the DirNode (e.g. /bin/ls) 3. Node 0