search for: 8d25

Displaying 3 results from an estimated 3 matches for "8d25".

Did you mean: 825
2005 Jan 28
4
FW: FAQ missing info? Asterisk@home V 0.4
...ogrammed up 3 sip budgetone extensions, they call call each other fine. Tried to dial '9' for an outside line through an X100P to a packet8 ATA but got 'all circuits are busy now'. Here is the console output. == Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/30-8d25' -- Executing SetGroup("SIP/30-5dde", "30") in new stack -- Executing Dial("SIP/30-5dde", "ZAP/g0/19172073420||") in new stack == Everyone is busy/congested at this time -- Executing Macro("SIP/30-5dde", "outisbusy") in n...
2005 Sep 22
1
repeated crashes
...e2fsck, from the e2fsck-static 1.38-2 Debian package, but that one didn't solve the problem either. Dumpe2fs output: # dumpe2fs -h /dev/hda6 dumpe2fs 1.35 (28-Feb-2004) Filesystem volume name: data Last mounted on: <not available> Filesystem UUID: beb02481-d5a9-40b3-8d25-ff412629b14b Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journal filetype needs_recovery sparse_super Default mount options: (none) Filesystem state: clean Errors behavior: Continue Filesystem OS type: Linux Inode co...
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",