Displaying 4 results from an estimated 4 matches for "4abd".
Did you mean:
4aba
2009 Sep 26
5
raidz failure, trying to recover
...-3.00# /tmp/findUberBlock /dev/dsk/c0t1d0 -n -v
block=148 (0025000)
zfs_ver=3 (0003 0000 0000 0000)
transaction=15980419 (d783 00f3 0000 0000)
guid_sum=-14861410676147539 (7aad 2fc9 33a0 ffcb)
timestamp=1253958103 (e1d7 4abd 0000 0000)
(Sat Sep 26 02:41:43 2009)
raw = 0025000 b10c 00ba 0000 0000 0003 0000 0000 0000
0025010 d783 00f3 0000 0000 7aad 2fc9 33a0 ffcb
0025020 e1d7 4abd 0000 0000 0001 0000 0000 0000
- list all uberblocks
bash-3.00# /tmp/findUberBlock /dev/ds...
2010 Jan 20
2
A question
Hi all, I have a expression like that :
> rep(2,4)
[1] 2 2 2 2
Now I want to write it as "2222" through some automated way. Is there is
function for doing that? I have tested with paste(), but count not get any
desired result.
Thanks,
--
View this message in context: http://n4.nabble.com/A-question-tp1018144p1018144.html
Sent from the R help mailing list archive at Nabble.com.
2005 May 22
0
*@home 1.0 FWD inbound problems, 2 calls generated
...Set CALLTRACE/7020 to 0409839735
dialparties.agi: Dial string is SIP/7020|15|tr
-- AGI Script dialparties.agi completed, returning 0
-- Executing Dial("IAX2/iaxfwd@fwd/5", "SIP/7020|15|tr") in new stack
-- Called 7020
-- SIP/7020-22d9 is ringing
-- SIP/7020-4abd is ringing
-- Nobody picked up in 15000 ms
-- Executing Wait("IAX2/iaxfwd@fwd/6", "1") in new stack
-- Nobody picked up in 15000 ms
-- Executing Wait("IAX2/iaxfwd@fwd/5", "1") in new stack
== Spawn extension (macro-exten-vm, s, 5) exited non...
2013 Oct 25
6
Migrate postgresql database to uuid
Hi all,
I am using rails 3.1 and ruby 1.9.3,Now i want to use uuid concept in
rails 3 for existing data
so i did like :-
create_table :posts, :id => false do |t|
t.string :uuid, :limit => 36, :primary => true
end
ActiveRecord::Base.class_eval do
# old rails versions
set_primary_key ''uuid''
before_create :generate_uuid
def generate_uuid
self.id =