[jira] [Commented] (CASSANDRA-8611) give streaming_socket_timeout_in_ms a non-zero default

2015-08-24 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14709372#comment-14709372
 ] 

Eric Lubow commented on CASSANDRA-8611:
---

I've seen streams hang for days on EC2 as well. This can be especially 
problematic when you are trying to add capacity. Typically if nothing has 
happened in an hour, then it's probably the result of a hung stream and waiting 
another hour doesn't serve to benefit much.  The one thing to keep in mind for 
a timeout of two hours is that on smaller datasets, the timeout for the stream 
is going to be longer than the entire bootstrap of the machine would take. I 
think it would be safe to bring thing down to an hour which is also still very 
conservative.

 give streaming_socket_timeout_in_ms a non-zero default
 --

 Key: CASSANDRA-8611
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8611
 Project: Cassandra
  Issue Type: Improvement
  Components: Core
Reporter: Jeremy Hanna
Assignee: Benjamin Lerer

 Sometimes as mentioned in CASSANDRA-8472 streams will hang.  We have 
 streaming_socket_timeout_in_ms which can retry after a timeout.  It would be 
 good to make a default non-zero value.  We don't want to paper over problems, 
 but streams sometimes hang and you don't want long running streaming 
 operations to just fail - as in repairs or bootstraps.
 streaming_socket_timeout_in_ms should be based on the tcp idle timeout so it 
 shouldn't be a problem to set it to on the order of minutes.  Also the socket 
 should only be open during the actual streaming and not during operations 
 such as merkle tree generation.  We can set it to a conservative value and 
 people can set it more aggressively as needed.  Disabling as a default, in my 
 opinion, is too conservative.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-6604) AssertionError: Verb COUNTER_MUTATION should not legally be dropped

2014-02-06 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13893996#comment-13893996
 ] 

Eric Lubow commented on CASSANDRA-6604:
---

I'm not entirely sure this is cosmetic.  We have a 20 node cluster running 
1.2.13.2 (DSE 3.2.4) and it is not under a heavy load at all.  We are seeing 
this simultaneously with tens of thousands of dropped mutations under higher 
traffic scenarios and just thousands of mutations dropped under lower traffic 
scenarios.  However, it is only happening on a single node.  There is nothing 
(visibly) wrong with that node other than higher CPU utilization that the other 
nodes.  Even with the higher CPU utilization, it is still not a stressed node 
and yet we are seeing the dropped MUTATIONS and this error message (again only 
on this node).

 AssertionError: Verb COUNTER_MUTATION should not legally be dropped
 ---

 Key: CASSANDRA-6604
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6604
 Project: Cassandra
  Issue Type: Bug
Reporter: Bartłomiej Romański
 Fix For: 1.2.14, 2.0.5


 We're seeing the following errors in our logs from time to time (about once 
 an hour):
 {code}
 ERROR [MutationStage:10] 2014-01-19 10:36:26,659 CassandraDaemon.java (line 
 187) Exception in thread Thread[MutationStage:10,5,main]
 java.lang.AssertionError: Verb COUNTER_MUTATION should not legally be dropped
 at 
 org.apache.cassandra.net.MessagingService.incrementDroppedMessages(MessagingService.java:779)
 at 
 org.apache.cassandra.service.StorageProxy$DroppableRunnable.run(StorageProxy.java:1925)
 at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
 at java.lang.Thread.run(Thread.java:724)
 {code}
 They always appear in groups. About 50-100 errors in a row.
 We've got a 12-nodes cluster recently upgraded from 1.2.10 to 2.0.4. It's 
 under pretty heavy load.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CASSANDRA-6542) nodetool removenode hangs

2014-01-02 Thread Eric Lubow (JIRA)
Eric Lubow created CASSANDRA-6542:
-

 Summary: nodetool removenode hangs
 Key: CASSANDRA-6542
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6542
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: Ubuntu 12, 1.2.11 DSE
Reporter: Eric Lubow
 Fix For: 1.2.11


Running *nodetool removenode $host-id* doesn't actually remove the node from 
the ring.  I've let it run anywhere from 5 minutes to 3 days and there are no 
messages in the log about it hanging or failing, the command just sits there 
running.  So the regular response has been to run *nodetool removenode 
$host-id*, give it about 10-15 minutes and then run *nodetool removenode force*.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-4206) AssertionError: originally calculated column size of 629444349 but now it is 588008950

2014-01-01 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13859902#comment-13859902
 ] 

Eric Lubow commented on CASSANDRA-4206:
---

We are seeing this as well with 1.2.11.  As was mentioned above, knowing which 
CF would very useful here.  It seems to be happening to hints.  The only other 
major action we are seeing that is out of the ordinary is thousands of hint 
SSTables being transferred at a time.  Here is the Java error:

{quote}
ERROR [HintedHandoff:6] 2014-01-01 16:45:19,914 CassandraDaemon.java (line 191) 
Exception in thread Thread[HintedHandoff:6,1,main]
java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
java.lang.AssertionError: originally calculated column size of 1028119265 but 
now it is 1028119453
at 
org.apache.cassandra.db.HintedHandOffManager.doDeliverHintsToEndpoint(HintedHandOffManager.java:436)
at 
org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpoint(HintedHandOffManager.java:282)
at 
org.apache.cassandra.db.HintedHandOffManager.access$300(HintedHandOffManager.java:90)
at 
org.apache.cassandra.db.HintedHandOffManager$4.run(HintedHandOffManager.java:502)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.util.concurrent.ExecutionException: java.lang.AssertionError: 
originally calculated column size of 1028119265 but now it is 1028119453
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at 
org.apache.cassandra.db.HintedHandOffManager.doDeliverHintsToEndpoint(HintedHandOffManager.java:432)
... 6 more
Caused by: java.lang.AssertionError: originally calculated column size of 
1028119265 but now it is 1028119453
at 
org.apache.cassandra.db.compaction.LazilyCompactedRow.write(LazilyCompactedRow.java:135)
at 
org.apache.cassandra.io.sstable.SSTableWriter.append(SSTableWriter.java:160)
at 
org.apache.cassandra.db.compaction.CompactionTask.runWith(CompactionTask.java:162)
at 
org.apache.cassandra.io.util.DiskAwareRunnable.runMayThrow(DiskAwareRunnable.java:48)
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:58)
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:60)
at 
org.apache.cassandra.db.compaction.CompactionManager$7.runMayThrow(CompactionManager.java:442)
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
... 3 more
{quote}

Multithreaded compactions are set to false in our cluster on all nodes.  We 
also don't have any pending compactions in the cluster.  Just seeing this error 
a lot in the logs.  The error seems to happen more frequently during bootstraps 
or repairs that have a lot of work to do.

 AssertionError: originally calculated column size of 629444349 but now it is 
 588008950
 --

 Key: CASSANDRA-4206
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4206
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.9
 Environment: Debian Squeeze Linux, kernel 2.6.32, sun-java6-bin 
 6.26-0squeeze1
Reporter: Patrik Modesto

 I've 4 node cluster of Cassandra 1.0.9. There is a rfTest3 keyspace with RF=3 
 and one CF with two secondary indexes. I'm importing data into this CF using 
 Hadoop Mapreduce job, each row has less than 10 colkumns. From JMX:
 MaxRowSize:  1597
 MeanRowSize: 369
 And there are some tens of millions of rows.
 It's write-heavy usage and there is a big pressure on each node, there are 
 quite some dropped mutations on each node. After ~12 hours of inserting I see 
 these assertion exceptiona on 3 out of four nodes:
 {noformat}
 ERROR 06:25:40,124 Fatal exception in thread Thread[HintedHandoff:1,1,main]
 java.lang.RuntimeException: java.util.concurrent.ExecutionException:
 java.lang.AssertionError: originally calculated column size of 629444349 but 
 now it is 588008950
at 
 org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpointInternal(HintedHandOffManager.java:388)
at 
 org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpoint

[jira] [Commented] (CASSANDRA-6494) Cassandra refuses to restart due to a corrupted commit log.

2013-12-31 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13859661#comment-13859661
 ] 

Eric Lubow commented on CASSANDRA-6494:
---

I am seeing this on a bootstrapping node on 1.2.11:

{quote}
ERROR 19:53:52,029 Exception in thread Thread[CompactionExecutor:93,1,main]
java.lang.RuntimeException: 01433f155800 is not defined as a collection
at 
org.apache.cassandra.db.marshal.ColumnToCollectionType.compareCollectionMembers(ColumnToCollectionType.java:69)
at 
org.apache.cassandra.db.marshal.AbstractCompositeType.compare(AbstractCompositeType.java:81)
at 
org.apache.cassandra.db.marshal.AbstractCompositeType.compare(AbstractCompositeType.java:31)
at 
org.apache.cassandra.db.ArrayBackedSortedColumns.addColumn(ArrayBackedSortedColumns.java:128)
at 
org.apache.cassandra.db.AbstractColumnContainer.addColumn(AbstractColumnContainer.java:119)
at 
org.apache.cassandra.db.AbstractColumnContainer.addColumn(AbstractColumnContainer.java:114)
at org.apache.cassandra.db.ColumnFamily.addAtom(ColumnFamily.java:219)
at 
org.apache.cassandra.db.ColumnFamilySerializer.deserializeColumnsFromSSTable(ColumnFamilySerializer.java:149)
at 
org.apache.cassandra.io.sstable.SSTableIdentityIterator.getColumnFamilyWithColumns(SSTableIdentityIterator.java:234)
at 
org.apache.cassandra.db.compaction.PrecompactedRow.merge(PrecompactedRow.java:114)
at 
org.apache.cassandra.db.compaction.PrecompactedRow.init(PrecompactedRow.java:98)
at 
org.apache.cassandra.db.compaction.CompactionController.getCompactedRow(CompactionController.java:160)
at 
org.apache.cassandra.db.compaction.CompactionIterable$Reducer.getReduced(CompactionIterable.java:76)
at 
org.apache.cassandra.db.compaction.CompactionIterable$Reducer.getReduced(CompactionIterable.java:57)
at 
org.apache.cassandra.utils.MergeIterator$ManyToOne.consume(MergeIterator.java:114)
at 
org.apache.cassandra.utils.MergeIterator$ManyToOne.computeNext(MergeIterator.java:97)
at 
com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
at 
com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
at 
org.apache.cassandra.db.compaction.CompactionTask.runWith(CompactionTask.java:145)
at 
org.apache.cassandra.io.util.DiskAwareRunnable.runMayThrow(DiskAwareRunnable.java:48)
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:58)
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:60)
at 
org.apache.cassandra.db.compaction.CompactionManager$BackgroundCompactionTask.run(CompactionManager.java:208)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
{quote}

 Cassandra refuses to restart due to a corrupted commit log.
 ---

 Key: CASSANDRA-6494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6494
 Project: Cassandra
  Issue Type: Bug
Reporter: Shao-Chuan Wang

 This is running on our production server. Please advise how to address this 
 issue. Thank you!
 INFO 02:46:58,879 Finished reading 
 /mnt/cassandra/commitlog/CommitLog-3-1386069222785.log
 ERROR 02:46:58,879 Exception encountered during startup
 java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
 java.lang.RuntimeException: 706167655f74616773 is not defined as a collection
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:411)
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFutures(FBUtilities.java:400)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer.recover(CommitLogReplayer.java:273)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer.recover(CommitLogReplayer.java:96)
   at 
 org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:146)
   at 
 org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:126)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:299)
   at 
 org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:442)
   at 
 org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:485)
 Caused

[jira] [Comment Edited] (CASSANDRA-6494) Cassandra refuses to restart due to a corrupted commit log.

2013-12-31 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13859672#comment-13859672
 ] 

Eric Lubow edited comment on CASSANDRA-6494 at 12/31/13 8:26 PM:
-

We dropped a table named 'uniques' and recreated the same table named 'uniques' 
with a different primary key.  This error also appears to have frozen the 
bootstrap as nothing has happened on the bootstrap in over an hour.


was (Author: elubow):
We dropped a table named 'uniques' and recreated the same table with a 
different primary key.  This error also appears to have frozen the bootstrap as 
nothing has happened on the bootstrap in over an hour.

 Cassandra refuses to restart due to a corrupted commit log.
 ---

 Key: CASSANDRA-6494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6494
 Project: Cassandra
  Issue Type: Bug
Reporter: Shao-Chuan Wang

 This is running on our production server. Please advise how to address this 
 issue. Thank you!
 INFO 02:46:58,879 Finished reading 
 /mnt/cassandra/commitlog/CommitLog-3-1386069222785.log
 ERROR 02:46:58,879 Exception encountered during startup
 java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
 java.lang.RuntimeException: 706167655f74616773 is not defined as a collection
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:411)
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFutures(FBUtilities.java:400)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer.recover(CommitLogReplayer.java:273)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer.recover(CommitLogReplayer.java:96)
   at 
 org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:146)
   at 
 org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:126)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:299)
   at 
 org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:442)
   at 
 org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:485)
 Caused by: java.util.concurrent.ExecutionException: 
 java.lang.RuntimeException: 706167655f74616773 is not defined as a collection
   at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   at java.util.concurrent.FutureTask.get(FutureTask.java:188)
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:407)
   ... 8 more
 Caused by: java.lang.RuntimeException: 706167655f74616773 is not defined as a 
 collection
   at 
 org.apache.cassandra.db.marshal.ColumnToCollectionType.compareCollectionMembers(ColumnToCollectionType.java:72)
   at 
 org.apache.cassandra.db.marshal.AbstractCompositeType.compare(AbstractCompositeType.java:85)
   at 
 org.apache.cassandra.db.marshal.AbstractCompositeType.compare(AbstractCompositeType.java:35)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap$1.compareTo(SnapTreeMap.java:538)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap.attemptUpdate(SnapTreeMap.java:1108)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap.attemptUpdate(SnapTreeMap.java:1192)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap.updateUnderRoot(SnapTreeMap.java:1059)
   at edu.stanford.ppl.concurrent.SnapTreeMap.update(SnapTreeMap.java:1023)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap.putIfAbsent(SnapTreeMap.java:985)
   at 
 org.apache.cassandra.db.AtomicSortedColumns$Holder.addColumn(AtomicSortedColumns.java:323)
   at 
 org.apache.cassandra.db.AtomicSortedColumns.addAllWithSizeDelta(AtomicSortedColumns.java:195)
   at org.apache.cassandra.db.Memtable.resolve(Memtable.java:196)
   at org.apache.cassandra.db.Memtable.put(Memtable.java:160)
   at 
 org.apache.cassandra.db.ColumnFamilyStore.apply(ColumnFamilyStore.java:842)
   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:373)
   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:338)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer$1.runMayThrow(CommitLogReplayer.java:265)
   at 
 org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
   at 
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:724)
 java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
 java.lang.RuntimeException: 706167655f74616773 is not defined as a collection
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java

[jira] [Commented] (CASSANDRA-6494) Cassandra refuses to restart due to a corrupted commit log.

2013-12-31 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13859672#comment-13859672
 ] 

Eric Lubow commented on CASSANDRA-6494:
---

We dropped a table named 'uniques' and recreated the same table with a 
different primary key.  This error also appears to have frozen the bootstrap as 
nothing has happened on the bootstrap in over an hour.

 Cassandra refuses to restart due to a corrupted commit log.
 ---

 Key: CASSANDRA-6494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6494
 Project: Cassandra
  Issue Type: Bug
Reporter: Shao-Chuan Wang

 This is running on our production server. Please advise how to address this 
 issue. Thank you!
 INFO 02:46:58,879 Finished reading 
 /mnt/cassandra/commitlog/CommitLog-3-1386069222785.log
 ERROR 02:46:58,879 Exception encountered during startup
 java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
 java.lang.RuntimeException: 706167655f74616773 is not defined as a collection
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:411)
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFutures(FBUtilities.java:400)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer.recover(CommitLogReplayer.java:273)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer.recover(CommitLogReplayer.java:96)
   at 
 org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:146)
   at 
 org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:126)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:299)
   at 
 org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:442)
   at 
 org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:485)
 Caused by: java.util.concurrent.ExecutionException: 
 java.lang.RuntimeException: 706167655f74616773 is not defined as a collection
   at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   at java.util.concurrent.FutureTask.get(FutureTask.java:188)
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:407)
   ... 8 more
 Caused by: java.lang.RuntimeException: 706167655f74616773 is not defined as a 
 collection
   at 
 org.apache.cassandra.db.marshal.ColumnToCollectionType.compareCollectionMembers(ColumnToCollectionType.java:72)
   at 
 org.apache.cassandra.db.marshal.AbstractCompositeType.compare(AbstractCompositeType.java:85)
   at 
 org.apache.cassandra.db.marshal.AbstractCompositeType.compare(AbstractCompositeType.java:35)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap$1.compareTo(SnapTreeMap.java:538)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap.attemptUpdate(SnapTreeMap.java:1108)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap.attemptUpdate(SnapTreeMap.java:1192)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap.updateUnderRoot(SnapTreeMap.java:1059)
   at edu.stanford.ppl.concurrent.SnapTreeMap.update(SnapTreeMap.java:1023)
   at 
 edu.stanford.ppl.concurrent.SnapTreeMap.putIfAbsent(SnapTreeMap.java:985)
   at 
 org.apache.cassandra.db.AtomicSortedColumns$Holder.addColumn(AtomicSortedColumns.java:323)
   at 
 org.apache.cassandra.db.AtomicSortedColumns.addAllWithSizeDelta(AtomicSortedColumns.java:195)
   at org.apache.cassandra.db.Memtable.resolve(Memtable.java:196)
   at org.apache.cassandra.db.Memtable.put(Memtable.java:160)
   at 
 org.apache.cassandra.db.ColumnFamilyStore.apply(ColumnFamilyStore.java:842)
   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:373)
   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:338)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer$1.runMayThrow(CommitLogReplayer.java:265)
   at 
 org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
   at 
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:724)
 java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
 java.lang.RuntimeException: 706167655f74616773 is not defined as a collection
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:411)
   at 
 org.apache.cassandra.utils.FBUtilities.waitOnFutures(FBUtilities.java:400)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer.recover(CommitLogReplayer.java:273)
   at 
 org.apache.cassandra.db.commitlog.CommitLogReplayer.recover(CommitLogReplayer.java:96

[jira] [Commented] (CASSANDRA-4730) CommitLogReplayer should report the bad CRC checksum in the log

2013-07-02 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13698088#comment-13698088
 ] 

Eric Lubow commented on CASSANDRA-4730:
---

The one thing I would like to advocate against is that Cassandra should not 
fail to start if there is a corrupt CommitLog.  It should throw a nasty error 
in the logs but not fail to load entirely.  I think the default behavior should 
be leaning towards availability and the server should be able to start just 
ignoring the corrupt CommitLog.

 CommitLogReplayer should report the bad CRC checksum in the log
 ---

 Key: CASSANDRA-4730
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4730
 Project: Cassandra
  Issue Type: Bug
Affects Versions: 1.1.5
 Environment: Cassandra 1.1.5
Reporter: Arya Goudarzi

 If commit log isn't fully fsynced, the record which fails the checksum is not 
 replayed do this logic. It would be beneficial to log that as an error so 
 that user can know easily what happened.
 ./src/java/org/apache/cassandra/db/commitlog/CommitLogReplayer.java line 
 188 of 287 --65%-- col 54

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CASSANDRA-4417) invalid counter shard detected

2012-10-26 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13485333#comment-13485333
 ] 

Eric Lubow commented on CASSANDRA-4417:
---

We are getting this on DSE 2.2 (C* 1.1.5) on a new node during bootstrap.  We 
upgraded the cluster from C* 1.0.10 about 10 days ago and upgradesstables was 
run on every node and we repaired the entire cluster.  We ran We've been 
getting this error sporadically on various nodes at various points but it's not 
consistent.  I've double and triple checked every node looking for sstable 
files named *-hd-* and I don't see any (assuming that's enough to tell that 
the sstable has been upgraded.  If this error is an effect of requiring one to 
run upgradesstables, then how would it happen during a bootstrap? All nodes 
involved in this cluster are 1.1.5.

 invalid counter shard detected 
 ---

 Key: CASSANDRA-4417
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4417
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 1.1.1
 Environment: Amazon Linux
Reporter: Senthilvel Rangaswamy

 Seeing errors like these:
 2012-07-06_07:00:27.22662 ERROR 07:00:27,226 invalid counter shard detected; 
 (17bfd850-ac52-11e1--6ecd0b5b61e7, 1, 13) and 
 (17bfd850-ac52-11e1--6ecd0b5b61e7, 1, 1) differ only in count; will pick 
 highest to self-heal; this indicates a bug or corruption generated a bad 
 counter shard
 What does it mean ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (CASSANDRA-4417) invalid counter shard detected

2012-10-26 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13485333#comment-13485333
 ] 

Eric Lubow edited comment on CASSANDRA-4417 at 10/27/12 2:22 AM:
-

We are getting this on DSE 2.2 (C* 1.1.5) on a new node during bootstrap.  We 
upgraded the cluster from C* 1.0.10 about 10 days ago and upgradesstables was 
run on every node and we repaired the entire cluster.  We ran We've been 
getting this error sporadically on various nodes at various points but it's not 
consistent.  I've double and triple checked every node looking for sstable 
files named *- hd -* and I don't see any (assuming that's enough to tell that 
the sstable has been upgraded.  If this error is an effect of requiring one to 
run upgradesstables, then how would it happen during a bootstrap? All nodes 
involved in this cluster are 1.1.5.

  was (Author: elubow):
We are getting this on DSE 2.2 (C* 1.1.5) on a new node during bootstrap.  
We upgraded the cluster from C* 1.0.10 about 10 days ago and upgradesstables 
was run on every node and we repaired the entire cluster.  We ran We've been 
getting this error sporadically on various nodes at various points but it's not 
consistent.  I've double and triple checked every node looking for sstable 
files named *-hd-* and I don't see any (assuming that's enough to tell that 
the sstable has been upgraded.  If this error is an effect of requiring one to 
run upgradesstables, then how would it happen during a bootstrap? All nodes 
involved in this cluster are 1.1.5.
  
 invalid counter shard detected 
 ---

 Key: CASSANDRA-4417
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4417
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 1.1.1
 Environment: Amazon Linux
Reporter: Senthilvel Rangaswamy

 Seeing errors like these:
 2012-07-06_07:00:27.22662 ERROR 07:00:27,226 invalid counter shard detected; 
 (17bfd850-ac52-11e1--6ecd0b5b61e7, 1, 13) and 
 (17bfd850-ac52-11e1--6ecd0b5b61e7, 1, 1) differ only in count; will pick 
 highest to self-heal; this indicates a bug or corruption generated a bad 
 counter shard
 What does it mean ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CASSANDRA-3865) Cassandra-cli returns 'command not found' instead of syntax error

2012-05-23 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281691#comment-13281691
 ] 

Eric Lubow commented on CASSANDRA-3865:
---

This doesn't appear to be fixed.

Welcome to Cassandra CLI version 1.0.8

Type 'help;' or '?' for help.
Type 'quit;' or 'exit;' to quit.

[default@linkcurrent] create column family social_poll_deltas
...   with column_type = 'Standard'
...   and comparator = 
'CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.LongType)'
...   and default_validation_class = 'UUIDType'
...   and key_validation_class = 'UUIDType'
...   and rows_cached = 0.0
...   and row_cache_save_period = 0
...   and row_cache_keys_to_save = 2147483647
...   and keys_cached = 20.0
...   and key_cache_save_period = 14400
...   and read_repair_chance = .25
...   and gc_grace = 864000
...   and min_compaction_threshold = 4
...   and max_compaction_threshold = 32
...   and replicate_on_write = true
...   and row_cache_provider = 'SerializingCacheProvider'
...   and compaction_strategy = 
'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy'
...   and comment = 'Social poll totals and deltas ';
Command not found: `create column family social_poll_deltas with column_type = 
'Standard' and comparator = 
'CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.LongType)'
 and default_validation_class = 'UUIDType' and key_validation_class = 
'UUIDType' and rows_cached = 0.0 and row_cache_save_period = 0 and 
row_cache_keys_to_save = 2147483647 and keys_cached = 20.0 and 
key_cache_save_period = 14400 and read_repair_chance = .25 and gc_grace = 
864000 and min_compaction_threshold = 4 and max_compaction_threshold = 32 and 
replicate_on_write = true and row_cache_provider = 'SerializingCacheProvider' 
and compaction_strategy = 
'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy' and comment = 
'Social poll totals and deltas ';`. Type 'help;' or '?' for help.

 Cassandra-cli returns 'command not found' instead of syntax error
 -

 Key: CASSANDRA-3865
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3865
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: DSE 1.0.5
Reporter: Eric Lubow
Priority: Trivial
  Labels: cassandra-cli

 When creating a column family from the output of 'show schema' with an index, 
 there is a trailing comma after index_type: 0,  The return from this is a 
 'command not found'  This is misleading because the command is found, there 
 is just a syntax error.
 'Command not found: `create column family $cfname ...`

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3865) Cassandra-cli returns 'command not found' instead of syntax error

2012-05-23 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281720#comment-13281720
 ] 

Eric Lubow commented on CASSANDRA-3865:
---

As an update, the problem with this (after MUCH trial and error), was that the 
read_repair_chance was .25 instead of 0.25.

 Cassandra-cli returns 'command not found' instead of syntax error
 -

 Key: CASSANDRA-3865
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3865
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: DSE 1.0.5
Reporter: Eric Lubow
Assignee: Yuki Morishita
Priority: Trivial
  Labels: cassandra-cli

 When creating a column family from the output of 'show schema' with an index, 
 there is a trailing comma after index_type: 0,  The return from this is a 
 'command not found'  This is misleading because the command is found, there 
 is just a syntax error.
 'Command not found: `create column family $cfname ...`

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3865) Cassandra-cli returns 'command not found' instead of syntax error

2012-05-23 Thread Eric Lubow (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13282150#comment-13282150
 ] 

Eric Lubow commented on CASSANDRA-3865:
---

As Yuki said, I'd be more interested in the fix being a complaint of a syntax 
error (or parse error) when attempting to create a column family as opposed to 
command not found (which is clearly ambiguous).  This way I (as a user) know 
that the CLI is aware that I am attempting to create a column family and it's 
failing.  Now not only do I know that I am on the right track with the command 
I'm trying to execute, but then I know roughly where the problem is. Fixing the 
parse error is just a band-aid.

 Cassandra-cli returns 'command not found' instead of syntax error
 -

 Key: CASSANDRA-3865
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3865
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: DSE 1.0.5
Reporter: Eric Lubow
Assignee: Dave Brosius
Priority: Trivial
  Labels: cassandra-cli
 Fix For: 1.0.11, 1.1.1

 Attachments: parse_doubles_better.txt


 When creating a column family from the output of 'show schema' with an index, 
 there is a trailing comma after index_type: 0,  The return from this is a 
 'command not found'  This is misleading because the command is found, there 
 is just a syntax error.
 'Command not found: `create column family $cfname ...`

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CASSANDRA-4133) Opscenter Agent Manual Install Uses Incorrect JAVA_HOME

2012-04-09 Thread Eric Lubow (Created) (JIRA)
Opscenter Agent Manual Install Uses Incorrect JAVA_HOME
---

 Key: CASSANDRA-4133
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4133
 Project: Cassandra
  Issue Type: Bug
  Components: Tools
Reporter: Eric Lubow
Priority: Minor


When manually installing the opscenter agent, the 2.2 AMI thinks the java 
binary is in the wrong place (this is what JAVA_HOME is set to).
root@ip-10-191-3-159:/usr/share/opscenter-agent# bin/opscenter-agent: line 44: 
/usr/lib/jvm/java-6-sun/bin/java: No such file or directory
bin/opscenter-agent: line 44: exec: /usr/lib/jvm/java-6-sun/bin/java: cannot 
execute: No such file or directory

This is the fix:
root@ip-10-191-3-159:/usr/share/opscenter-agent# ln -s 
/usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CASSANDRA-3865) Cassandra-cli returns 'command not found' instead of syntax error

2012-02-06 Thread Eric Lubow (Created) (JIRA)
Cassandra-cli returns 'command not found' instead of syntax error
-

 Key: CASSANDRA-3865
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3865
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: DSE 1.0.5
Reporter: Eric Lubow


When creating a column family from the output of 'show schema' with an index, 
there is a trailing comma after index_type: 0,  The return from this is a 
'command not found'  This is misleading because the command is found, there is 
just a syntax error.

'Command not found: `create column family $cfname ...`



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CASSANDRA-3813) Cassandra-cli doesn't give any useful error on index creation failure

2012-01-30 Thread Eric Lubow (Created) (JIRA)
Cassandra-cli doesn't give any useful error on index creation failure
-

 Key: CASSANDRA-3813
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3813
 Project: Cassandra
  Issue Type: Bug
Affects Versions: 1.0.5
 Environment: DSE 1.0.5 inside the Cassandra-cli.  Still nothing useful 
even with --debug flag.
Reporter: Eric Lubow


[default@linkcurrent] update column family report_by_account_content with 
comparator='UTF8Type' and column_metadata = [
...   { column_name:'meta:account-id', 
validation_class:'UTF8Type',index_type:KEYS},
...   { column_name:'meta:filter-hash', 
validation_class:'UTF8Type',index_type:KEYS}
...   ];
null

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CASSANDRA-3728) Better error message when a column family creation fails

2012-01-11 Thread Eric Lubow (Created) (JIRA)
Better error message when a column family creation fails


 Key: CASSANDRA-3728
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3728
 Project: Cassandra
  Issue Type: Bug
Reporter: Eric Lubow
Priority: Minor


Since '-' characters are not allowed in column family names, there should be an 
error thrown on column family name validation.

[default@linkcurrent] create column family foo-bar;
null

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[capistrano] Re: Have a Task Only Fire Once

2011-07-22 Thread Eric Lubow
Specifically what I am getting at is a notification.

I have a deploy task that deploys the website to all my webheads.
Abbreviated task follows:

task :production do
  set :default_environment {}
  roles :app one.foo.com, two.foo.com, three.foo.com
  deploy.notify_via_boxcar
end

This deploys to all 3 servers.  I want a deploy notification (via
Boxcar) which is a deploy task.  Originally I had it running via
after 'deploy:update_code', but that runs it on every machine.  I
just want the notification to fire when the whole task of deploying to
all servers is complete.  When I put it in the :production task (like
above), it doesn't do the normal deploy tasks.  Where should I put it
to only fire on the completion?  I remember reading something about
on :exit, but I couldn't find the docs to implement that.

-e

On Jul 21, 11:36 am, Donovan Bray donno...@gmail.com wrote:
 Tasks run in parallel on all matching servers, if you have a task that you 
 need to only run on any one of the servers, like maybe a rake task that 
 changes data in the db, you only need one server to run that command

 You can create a role with one server as suggested, you can also pass :once 
 = true to the run or sudo comand

 run 'my command', :once = true

 It will only run on the first matching server.

 out = capture 'my command'
 logger.info out

 Would do the same thing, but I would only use that form if you wanted to do 
 something with the output than just echo it back to the console.

 On Jul 21, 2011, at 5:19 AM, Lee Hambley lee.hamb...@gmail.com wrote:







  Eric,

   I am trying to figure out how to get a task to only fire one time.

  Tasks run once, they shouldn't run once per server they do run once on 
  each server

  If you then have a task that should run on only one server in your group, 
  you need to isolate it somehow, name it with a responsibility, or give it a 
  tag, such as how the default recipe names a primary DB server.
  --
  * You received this message because you are subscribed to the Google Groups 
  Capistrano group.
  * To post to this group, send email to capistrano@googlegroups.com
  * To unsubscribe from this group, send email to 
  capistrano+unsubscr...@googlegroups.com For more options, visit this group 
  athttp://groups.google.com/group/capistrano?hl=en

-- 
* You received this message because you are subscribed to the Google Groups 
Capistrano group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en


[capistrano] Have a Task Only Fire Once

2011-07-21 Thread Eric Lubow
I am trying to figure out how to get a task to only fire one time.  I
have multiple app servers (let's say 3 for right now).  When I run the
deploy task cap production deploy, it deploys to all 3 servers just
fine.  What I want is a task that fires after the production deploy
has been completed on all 3 servers.  The only thing I have been able
to get working is for the task to fire after each individual machine
completes (thus executing the task 3 times instead of once).  I think
it might be some combination of :after and something I can't figure
out.  Is this possible?  Thanks.

-e

-- 
* You received this message because you are subscribed to the Google Groups 
Capistrano group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en


Re: elephantbird JsonLoader doesn't like gz?

2011-05-19 Thread Eric Lubow
If you are trying to read gzip files on EMR, you CAN'T use local mode.  Once
you switch to normal mode, everything will start to work.  On EMR, Pig 0.6
(their stock version) will not read gzip or bzip files in local mode.

-e

On Thu, May 19, 2011 at 00:32, Dexin Wang wangde...@gmail.com wrote:

 Turns out it's only a problem if I run it in local mode, running it in
 cluster doesn't have this problem. I'm using EB1.2.5.

 Wonder how you fix the problem since it seems it's not EB problem. Or are
 you gunzipping it in EB load function?

 On Wed, May 18, 2011 at 8:43 PM, Dmitriy Ryaboy dvrya...@gmail.com
 wrote:

  Which version of EB are you using? I recently fixed this for someone,
  I believe it's been in every version since 1.2.3
 
  D
 
  On Wed, May 18, 2011 at 11:26 AM, Dexin Wang wangde...@gmail.com
 wrote:
   Or is it because I'm using Pig 0.6 where gz format is not supported?
 I'll
   run this on aws EMR which only pig 0.6 is supported. I have to use
 later
   version of Pig?
  
   On Wed, May 18, 2011 at 11:12 AM, Dexin Wang wangde...@gmail.com
  wrote:
  
   Hi,
  
   Anyone using Twitter's elephantbird library? I was using its
 JsonLoader
  and
   got this error:
  
   WARN  com.twitter.elephantbird.pig.load.JsonLoader - Could not
  json-decode
   string
   Unexpected character () at position 0.
   at org.json.simple.parser.Yylex.yylex(Unknown Source)
   at org.json.simple.parser.JSONParser.nextToken(Unknown Source)
at org.json.simple.parser.JSONParser.parse(Unknown Source)
   at org.json.simple.parser.JSONParser.parse(Unknown Source)
  
   But if I manually gunzip the file to a clear text json file,
 JsonLoader
   works fine.
  
   Again this fails:
  
   raw_json = LOAD 'cc.json.gz' USING
   com.twitter.elephantbird.pig.load.JsonLoader();
  
   this works:
  
   $ gunzip cc.json.gz
   raw_json = LOAD 'cc.json' USING
   com.twitter.elephantbird.pig.load.JsonLoader();
  
   Any suggestions for this? Or is there any other json loader library
 out
   there? I can write my own but would rather use one if already exists.
  
   Thanks,
  
   Dexin
  
  
 


Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org


Re: [mailplaneapp] memory leak?

2011-03-30 Thread Eric Lubow
://groups.google.com/group/mailplaneapp?hl=en.


Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org

-- 
You received this message because you are subscribed to the Google Groups 
mailplaneapp group.
To post to this group, send email to mailplaneapp@googlegroups.com.
To unsubscribe from this group, send email to 
mailplaneapp+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mailplaneapp?hl=en.



Re: Loader UDF with variable schema

2011-03-13 Thread Eric Lubow
I am in a similar situation with 3 similar (but obviously different usage)
types of log entries in my log files.  Rather than write a UDF (which I
don't know Java so I avoided), I went the SPLIT route.  I am not sure how
feasible this is for you, but by example, this is what I did:

json = LOAD '$INPUT' USING com.twitter.elephantbird.pig.load.JsonLoader();
SPLIT log_line INTO app1 IF $0#'type' MATCHES 'i', app2 IF $0#'type' MATCHES
'c', app3 IF $0#'type' MATCHES 'b';

I'll grant that all my log entries are json which may make parsing a little
easier for me (since I ensured they all have a 'type' property), but the
concept may be able to be extrapolated for your use-case.

-e

On Sat, Mar 12, 2011 at 14:37, Marko Musnjak marko.musn...@gmail.comwrote:

 Hi,
 I have log files with a dozen different entry types, and i would like to
 have them loaded into several different relations.
 I couldn't figure out how to attach the schema to a single tuple, so now
 I'm
 loading into a tuple with a type id and a map of values in the udf, and
 then
 split by type and create the final tuples in pig. Is there a better/more
 efficient way to do this?
 I would like to avoid having loading logic in both the udf and the pig
 script, and generate all final tuples in the udf, and then just use a
 split in pig.
 Thanks,
 Marko


Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org


Re: Limting output

2011-03-09 Thread Eric Lubow
Are you looking for:
udf_regex_results = my_UDF(...);
limited_regex_results = LIMIT udf_regex_results 10; -- 10 is configurable

-e

On Wed, Mar 9, 2011 at 13:58, souri datta souri.isthe...@gmail.com wrote:

 Hi,
  I have a big dataset which contains mainly urls and their html
 contents. Now given a regular expression I want to get 'x' number of
 urls matching the regex pattern. I have written a UDF to filter out
 urls based on regular expression. Is there a way in Pig script to
 limit the number of results to 'x' ? ( 'x' is some configurable value)

 Thanks,
 Souri


Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org


Re: [mailplaneapp] Gmail Backup

2011-03-04 Thread Eric Lubow
Don't know how much of a coder you are, but there is a ruby app called Larch
(https://github.com/rgrove/larch).  Otherwise you may want to look into
Backupify (http://www.backupify.com/) which is a service that backs up your
Gmail.

-e

On Thu, Mar 3, 2011 at 12:11, Christian Markley christian.mark...@gmail.com
 wrote:

 Hello,

 Is there a Gmail backup software and/or hack that you can recommend (for
 Mac)?

 Is there something that works well with Mailplane?

 Thank you,
 - Christian

   --
 You received this message because you are subscribed to the Google Groups
 mailplaneapp group.
 To post to this group, send email to mailplaneapp@googlegroups.com.
 To unsubscribe from this group, send email to
 mailplaneapp+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/mailplaneapp?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
mailplaneapp group.
To post to this group, send email to mailplaneapp@googlegroups.com.
To unsubscribe from this group, send email to 
mailplaneapp+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mailplaneapp?hl=en.



Re: [DISCUSSION] Pig.next

2011-03-03 Thread Eric Lubow
Coming from a user's perspective, I would have the following to say:

Anyone who is using Hadoop has an obvious understanding that 1.0 doesn't
really mean much if it's in use (which Pig obviously is).  What 1.0 has the
potential to do for someone like me is that I may be able to go to Amazon
and say, look, Pig is at 1.0 and you are still offering 0.6 on EMR.  Having
Pig on something like EMR is what allows wider spread adoption because it
lowers the barrier to entry.

I am not an expert at any of this stuff (in fact, I don't even know Java),
but I am able to use Hadoop and then train others to write MR jobs with a
fair amount of ease because of a query language like Pig.  Tagging it with
1.0 might make a statement to larger organizations, but most smaller
companies and startups just want to know it's usable.  And since there is no
alpha or beta attached anywhere, that's good enough for most.

The only caveat is that I am working off of Pig 0.6 because all my data is
in S3 and I use Elastic Map Reduce for my jobs.

The only other thing I would say is that if Pig goes 1.0, can it get a new
logo? I know there are a lot of +1s for this so I figured I would throw my
+1 here too.

-e

On Thu, Mar 3, 2011 at 13:43, Alan Gates ga...@yahoo-inc.com wrote:

 I agree that there will probably need to be several 0.9.x releases as the
 new optimization and parser work mature.  As a consequence of this it may be
 longer between 0.9 and Pig.next then there has been between the last few
 releases.  That only delays the question of what we call Pig.next, it does
 not answer it.

 To me, declaring 1.0 would mean the following things:

 1) Pig is ready for production use, at least by the brave.
 2) It is still rough around the edges, you do not get a smooth product
 until 2.0 or later.
 3) We will not make non-backward compatible changes to interfaces we have
 declared stable.

 Pig is in use in production in multiple places, I do not think anyone will
 argue that it is not rough around the edges, and because we have users who
 run tens of thousands of Pig jobs daily non-backward compatible changes are
 impossible anyway.

 As for waiting for Hadoop to go 1.0, that is like waiting for Congress to
 fix social security.  I am sure they will get there, but I may be retired
 first.  In all seriousness, the Hadoop project has not been moving with
 speed or agility over the last few years, and I do not think waiting for
 them to do something is a good idea.  Nor do I see it as necessary.  Before
 we could go 1.0 would we insist that every jar we import is = 1.0?  Yes we
 are bound more tightly to Hadoop then we are to log4j.  But we are still our
 own project.  1.0 is a claim we are making about ourselves, not about the
 platform we run on.  We should choose our release numbering in a way that
 sends a clear message to our users, and let those same users evaluate Hadoop
 separately.

 Also the argument that we should not go 1.0 because we are changing a lot
 of things is bogus.  We are always changing a lot of things.  If 1.0 means
 we will not make any major changes, then we will not get there until we go
 into some kinds of maintenance mode where we deem the majority of the work
 to have been done.  I hope I have retired before we reach that state.

 My perspective on what 1.0 means obviously comes from a developer inside
 the project.  I would be interested in hearing from users and anyone with a
 more marketing oriented perspective on what message 1.0 would send to
 (potential) pig users.

 Alan.

 On Mar 2, 2011, at 6:31 PM, Dmitriy Ryaboy wrote:

  I am worried that the new optimization plan work has not had a chance to
 settle in, and we are releasing a brand new parser for the language in
 0.9.
 Those are pretty significant changes, if the idea behind calling something
 a
 1.0 is stability, we may want to give them a release to mature a bit. Of
 course we can just release 0.9x for a while until we feel this stuff has
 been tested in a wide enough variety of installations / hadoop
 configurations / use cases.

 D

 On Wed, Mar 2, 2011 at 4:52 PM, Olga Natkovich ol...@yahoo-inc.com
 wrote:

  Pig Users and Developers,

 We are starting to plan the work after Pig 0.9. One thing we need to
 decide
 is what name/number to give to the next release: Pig 0.10 or Pig 1.0.

 I believe that we are ready to declare 1.0. Here are my reasons:

 (1) We are mature enough and produce good quality releases
 (2) Our interface no longer change in major ways
 (3) We have a growing user community and we want the newcomers to
 know
 that our releases are stable
 (4) If the next release is 0.10 and we decide that we should switch
 on
 the following release going from 0.10 to 1.0 will generate a lot of
 confusion.

 I wanted to start this conversation and see what others think before
 deciding if it is worth while to call a vote.

 Olga



Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org


Re: Reading Gzip Files

2011-02-22 Thread Eric Lubow
I apologize for the double mailing:

grunt Y = LOAD 'hdfs:///mnt/test.log.gz' AS (line:chararray);
grunt foo = LIMIT Y 5;
grunt dump foo
0\Mtest.log?]?o?H??}?)

It didn't work out of HDFS.

-e

On Tue, Feb 22, 2011 at 08:18, Eric Lubow eric.lu...@gmail.com wrote:

 I'm not sure what you mean by testing it directly out of a normal HDFS. I
 have added it to HDFS with 'hadoop fs copyFromLocal', but then I can't
 access it via Pig using the file:///.  Am I doing something wrong or are you
 asking me to try something else?

 -e


 On Mon, Feb 21, 2011 at 21:36, Dmitriy Ryaboy dvrya...@gmail.com wrote:

 He's on 0.6, so the interface is different. And for him even PigStorage
 doesn't decompress...

 It occurs to me the problem may be with underlying fs. Eric, what happens
 when you try reading out of a normal HDFS (you can just run a
 pseudo-distributed cluster locally to test)?

 D


 On Mon, Feb 21, 2011 at 6:28 PM, Charles Gonçalves 
 charles...@gmail.comwrote:

 I'm not sure if is the same problem.

 I did a custom loader and I got a problem reading compressed files too.
 So I noticed that in the PigStorage  the function  getInputFormat was:

 public InputFormat getInputFormat() throws IOException {
if(loadLocation.endsWith(.bz2) || loadLocation.endsWith(.bz))
 {
return new Bzip2TextInputFormat();
} else {
return new PigTextInputFormat();
}
 }

 And in my custom loader was :

 public InputFormat getInputFormat() {
 return new TextInputFormat();
 }


 I just copied the code from PigStorage and everything went right



 On Mon, Feb 21, 2011 at 8:46 PM, Eric Lubow eric.lu...@gmail.com
 wrote:

  I have been working my way through Pig recently with a lot of help from
 the
  folks in #hadoop-pig on Freenode.
 
  The problem I am having is with reading any gzip'd files from anywhere
  (either locally or from s3).  This is the case with pig in local mode.
  I
  am
  using Pig 0.6 on an Amazon EMR (Elastic Map Reduce) instance.  I have
  checked my core-site.xml and I have the following line for compression
  codecs:
 
 
 
 propertynameio.compression.codecs/namevalueorg.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec,com.hadoop.compression.lzo.LzoCodec,com.hadoop.compression.lzo.LzopCodec,org.apache.hadoop.io.compress.BZip2Codec/value/property
 
  Gzip is listed there so I don't know why it won't decode properly.  I
 am
  trying to do the following as a test:
 
  --
  Y = LOAD 's3://$bucket/$path/log.*.gz' AS (line:chararray);
  foo = LIMIT Y 5;
  dump foo
  (?ks?F?6?)
 
  Y = LOAD 'file:///home/hadoop/logs/test.log.gz' AS (line:chararray);
  foo = LIMIT Y 5;
  dump foo
  (?ks?F?6?)
  --
 
  Both yield the same results.  What I am actually trying to parse is
  compressed JSON.  And up to this point dmitriy has helped me and the
 JSON
  loads and the scripts run perfectly as long as the logs are not
 compressed.
   Since the logs are compressed, my hands are tied.  Any suggestions to
 get
  me moving in the right direction?  Thanks.
 
  -e
  --
  Eric Lubow
  e: eric.lu...@gmail.com
  w: eric.lubow.org
 



 --
 *Charles Ferreira Gonçalves *
 http://homepages.dcc.ufmg.br/~charles/
 UFMG - ICEx - Dcc
 Cel.: 55 31 87741485
 Tel.:  55 31 34741485
 Lab.: 55 31 34095840



 Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org


Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org


Re: Reading Gzip Files

2011-02-22 Thread Eric Lubow
I think I figured out the problem.  It occurred to me that I kept doing pig
-x local even when I using things from S3.  As soon as I dropped the -x
local and tried pulling in a gzip file, it started to work.  I'm not sure
if this is intended behavior, but either way, problem solved.  Gzip doesn't
work in Pig local mode.  Thanks all.

-e

On Tue, Feb 22, 2011 at 09:00, Jacob Perkins jacob.a.perk...@gmail.comwrote:

 Here's what I just tried:

 I gzipped a file:

 'cat foo.tsv | gzip  foo.tsv.gz'

 Uploaded to my hdfs (hdfs://master:8020)

 'hadoop fs -put foo.tsv.gz /tmp'

 Then loaded it and dumped it with pig:

 grunt data = LOAD 'hdfs://master/tmp/foo.tsv.gz';
 grunt DUMP data;
 (98384,559)
 (98385,587)
 (98386,573)
 (98387,587)
 (98388,589)
 (98389,584)
 (98390,572)
 (98391,567)

 Looks great. I'm going to blame it on your version? I'm using pig-0.8
 and hadoop 0.20.2.

 --jacob
 @thedatachef


 On Tue, 2011-02-22 at 08:21 -0500, Eric Lubow wrote:
  I apologize for the double mailing:
 
  grunt Y = LOAD 'hdfs:///mnt/test.log.gz' AS (line:chararray);
  grunt foo = LIMIT Y 5;
  grunt dump foo
  0\Mtest.log?]?o?H??}?)
 
  It didn't work out of HDFS.
 
  -e
 
  On Tue, Feb 22, 2011 at 08:18, Eric Lubow eric.lu...@gmail.com wrote:
 
   I'm not sure what you mean by testing it directly out of a normal HDFS.
 I
   have added it to HDFS with 'hadoop fs copyFromLocal', but then I can't
   access it via Pig using the file:///.  Am I doing something wrong or
 are you
   asking me to try something else?
  
   -e
  
  
   On Mon, Feb 21, 2011 at 21:36, Dmitriy Ryaboy dvrya...@gmail.com
 wrote:
  
   He's on 0.6, so the interface is different. And for him even
 PigStorage
   doesn't decompress...
  
   It occurs to me the problem may be with underlying fs. Eric, what
 happens
   when you try reading out of a normal HDFS (you can just run a
   pseudo-distributed cluster locally to test)?
  
   D
  
  
   On Mon, Feb 21, 2011 at 6:28 PM, Charles Gonçalves 
 charles...@gmail.comwrote:
  
   I'm not sure if is the same problem.
  
   I did a custom loader and I got a problem reading compressed files
 too.
   So I noticed that in the PigStorage  the function  getInputFormat
 was:
  
   public InputFormat getInputFormat() throws IOException {
  if(loadLocation.endsWith(.bz2) ||
 loadLocation.endsWith(.bz))
   {
  return new Bzip2TextInputFormat();
  } else {
  return new PigTextInputFormat();
  }
   }
  
   And in my custom loader was :
  
   public InputFormat getInputFormat() {
   return new TextInputFormat();
   }
  
  
   I just copied the code from PigStorage and everything went right
  
  
  
   On Mon, Feb 21, 2011 at 8:46 PM, Eric Lubow eric.lu...@gmail.com
   wrote:
  
I have been working my way through Pig recently with a lot of help
 from
   the
folks in #hadoop-pig on Freenode.
   
The problem I am having is with reading any gzip'd files from
 anywhere
(either locally or from s3).  This is the case with pig in local
 mode.
I
am
using Pig 0.6 on an Amazon EMR (Elastic Map Reduce) instance.  I
 have
checked my core-site.xml and I have the following line for
 compression
codecs:
   
   
   
  
 propertynameio.compression.codecs/namevalueorg.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec,com.hadoop.compression.lzo.LzoCodec,com.hadoop.compression.lzo.LzopCodec,org.apache.hadoop.io.compress.BZip2Codec/value/property
   
Gzip is listed there so I don't know why it won't decode properly.
  I
   am
trying to do the following as a test:
   
--
Y = LOAD 's3://$bucket/$path/log.*.gz' AS (line:chararray);
foo = LIMIT Y 5;
dump foo
(?ks?F?6?)
   
Y = LOAD 'file:///home/hadoop/logs/test.log.gz' AS
 (line:chararray);
foo = LIMIT Y 5;
dump foo
(?ks?F?6?)
--
   
Both yield the same results.  What I am actually trying to parse is
compressed JSON.  And up to this point dmitriy has helped me and
 the
   JSON
loads and the scripts run perfectly as long as the logs are not
   compressed.
 Since the logs are compressed, my hands are tied.  Any suggestions
 to
   get
me moving in the right direction?  Thanks.
   
-e
--
Eric Lubow
e: eric.lu...@gmail.com
w: eric.lubow.org
   
  
  
  
   --
   *Charles Ferreira Gonçalves *
   http://homepages.dcc.ufmg.br/~charles/
   UFMG - ICEx - Dcc
   Cel.: 55 31 87741485
   Tel.:  55 31 34741485
   Lab.: 55 31 34095840
  
  
  
   Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org
  
 
  Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org



Eric Lubow e: eric.lu...@gmail.com w: eric.lubow.org


JSON Loading on EMR

2011-02-17 Thread Eric Lubow
Hello,

   I'll preface this with saying that I know very very little Java and I am
just learning Pig.

   My situation is that I am aggregating logs with Flume into a single
logfile.  All my logs are in JSON format and then gzip'd before being added
to S3.  I have 3 types of log lines in each file (b, i, c).  Since I can't
seem to get anything to work, I am pulled a few logfiles down to the local
machine and I am running pig in local mode on decompressed log files.

   What I am trying to do is write a Pig script to parse the JSON and then
run queries against.  Since there are 3 types of lines in the same file,
when I do an illustrate of a regex (that I know works because I have tested
it against multiple regex matching programs) it only shows me the first
line, not the first matching line.  The JSON log line that is of type 'b' is
a nested JSON, so I am staying away from that for now (mostly because I
can't figure out how to get the Java in this Gist to build:
https://gist.github.com/601331).  Log lines 'i' and 'c' are single level
JSON (not nested) so a simple regex should work if I understand everything
correctly.

   More specifics are in this StackOverflow question I posted as well (
http://stackoverflow.com/questions/5013003/how-do-i-parse-json-in-pig).
 Feel free to answer it for the points if we answer the question here.

   The version of Hadoop is 0.20 and Pig is 0.6 because that is what is on
the EMR (Elastic Map Reduce) instances.

   Here is where I am at:

Example log line type 'i':
{exchange_id:4cc877b81badf422af10,exchange_user_id:MTY4Mjk2NTk2eDAuODA2IDEyOTc4MDI5NTh4MTI2NDc5NjY2MA,bid_id:00cc4341-facb-4ec1-a403-d5309472d70e,bid_amount:2.05,win_amount:1.36968133322,ad_ids:4d237a731badf45c8200011a,4d237ac81badf45c8506,4d4c64c0e32b13211313,4d23807a1badf45c85000299,wv:2,logged_at:2011-02-15T23:36:31.386Z}

Pig Script Attempt:
REGISTER file:/home/hadoop/lib/pig/piggybank.jar;
DEFINE EXTRACT org.apache.pig.piggybank.evaluation.string.EXTRACT();
RAW_LOGS = LOAD 'file:/home/hadoop/logs/adserver.log' USING TextLoader AS
(line:chararray);
LOGS_BASE= foreach RAW_LOGS generate
FLATTEN(EXTRACT(line,'{exchange_id:(.*[^]),exchange_user_id:(.*[^]),bid_id:(.*[^]),bid_amount:(.*[^]),win_amount:(.*),ad_ids:(.*[^]),wv:(.*[^]),logged_at:(.*[^])}'))
AS
(exchange_id:chararray,exchange_user_id:chararray,bid_id:chararray,bid_amount:float,win_amount:float,ad_ids:chararray,wv:int,logged_at:chararray);
WIDGET_VERSION_ONLY = FOREACH LOGS_BASE GENERATE wv;
WIDGET_VERSION_COUNT = FOREACH (GROUP WIDGET_VERSION_ONLY BY $0) GENERATE
$0, COUNT($1) as num;
WIDGET_VERSION_SORTED_COUNT = LIMIT(ORDER WIDGET_VERSION_COUNT BY num DESC)
5;


  Any help that would push me in the right direction would be greatly
appreciated.

-e
--
Eric Lubow
e: eric.lu...@gmail.com
w: eric.lubow.org


Den guten Abend

2011-01-19 Thread Iam Lubow
Guten Tag. Meinen Namen Lubow, mir 29 Jahre. Ich habe den angenehmen und 
ruhigen Charakter, und mir gefallt es, die neuen Leute zu erfahren. Was ich 
suche? Ich denke dass selb dass allen suchen, ich suche den Menschen mit dem 
man konnte die Beziehungen, die schone Verbindung schaffen, die Freundschaft 
oder dass ist mehr jenes, die guten und glucklichen Momente des Lebens was 
zusammen zu teilen. Meine Gro?e 170, ich das schlanke Madchen, bei mir die 
langen Haare. Sagen dass bei mir die schonen Augen, ich werde das Foto schicken 
was Sie mich bewertet haben.
Ich gebe Ihnen seine Post, dass wir einander besser erfahren wurden: 
lubotais...@yahoo.com
Ich hoffe mich was mit diesem Moment unsere Freundschaft anfangt?


  attachment: x_21998ba8.jpg

[mailplaneapp] Preview Versions in Preferences

2011-01-12 Thread Eric Lubow
Would it be possible to get preview versions through the auto update
system?  ie Have a checkbox in advanced where a user can say that we want to
download preview versions knowing that they may be unstable? Alfred does
this and it helps the dev get the 'beta' version out to a larger group for
testing.  I'd like to hear your thoughts.  Thanks.

-e
--
Eric Lubow
w: eric.lubow.org

-- 
You received this message because you are subscribed to the Google Groups 
mailplaneapp group.
To post to this group, send email to mailplaneapp@googlegroups.com.
To unsubscribe from this group, send email to 
mailplaneapp+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mailplaneapp?hl=en.



Re: [mailplaneapp] Calendar in Mailplane Window

2011-01-10 Thread Eric Lubow
Perfect, that's exactly what I was looking for.

-e

On Fri, Jan 7, 2011 at 23:43, Trevor Hughes r.trevor.hug...@gmail.comwrote:

 Use cmd-click on the calendar link and see if that does what you want.


 On Jan 7, 2011, at 8:10 PM, Eric Lubow eric.lu...@gmail.com wrote:

 It would be really nice if the calendar would pop up in a Mailplane window.
  Everytime I click on calendar and it pops up in my browser, it forces me to
 switch my logged in Google Apps user (which is precisely the reason I start
 using Mailplane was to stop that).  Is it possible to just make the calendar
 pop up in a Mailplane window and have the other external links go to the
 browser?  Being that this is a feature request, I'm sure I'd have to wait
 for a new version, but it would be worth the wait.  Thanks.

 -e
 --
 Eric Lubow
 w: http://eric.lubow.orgeric.lubow.org

 --
 You received this message because you are subscribed to the Google Groups
 mailplaneapp group.
 To post to this group, send email to mailplane...@googlegroups.com.
 To unsubscribe from this group, send email to
 mailplaneapp+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/mailplaneapp?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
mailplaneapp group.
To post to this group, send email to mailplane...@googlegroups.com.
To unsubscribe from this group, send email to 
mailplaneapp+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mailplaneapp?hl=en.



[mailplaneapp] Calendar in Mailplane Window

2011-01-07 Thread Eric Lubow
It would be really nice if the calendar would pop up in a Mailplane window.
 Everytime I click on calendar and it pops up in my browser, it forces me to
switch my logged in Google Apps user (which is precisely the reason I start
using Mailplane was to stop that).  Is it possible to just make the calendar
pop up in a Mailplane window and have the other external links go to the
browser?  Being that this is a feature request, I'm sure I'd have to wait
for a new version, but it would be worth the wait.  Thanks.

-e
--
Eric Lubow
w: eric.lubow.org

-- 
You received this message because you are subscribed to the Google Groups 
mailplaneapp group.
To post to this group, send email to mailplane...@googlegroups.com.
To unsubscribe from this group, send email to 
mailplaneapp+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mailplaneapp?hl=en.



Re: [mailplaneapp] Feature Request: set one GMail account to be the default send from address

2010-10-27 Thread Eric Lubow
Just to throw my $0.02 in, I use Mailplane with 5 accounts and even though I
love the Alfred integration, I would love it more if I got to choose which
email address the email was being sent from.  Right now, unless I click over
to Mailplane or look at the sig, I don't know which account I am emailing
from.  I am sure it'll come in the multi-account support, but I wanted to
explain my use case.  Thanks for a great product Ruben.

-e

On Wed, Oct 27, 2010 at 10:11, Ruben Bakker ru...@mailplaneapp.com wrote:

 Yes, that's a current limitation.
 I plan to improve the multiple account support, so this is very useful
 input.

 On Wed, Oct 27, 2010 at 3:42 PM, Argelius macbook.rghes...@gmail.comwrote:

 I have successfully set MailPlane to be my default email app.
 However, when I encounter any situations (typically in a browser)
 where a send email link is used to open up the default email app,
 Mailplane opens up to the last account that was active.  So a
 compose window opens up and it's never clear (from that window) from
 what account I am about to send an email message.

 Ultimately, I'd like to be able to designate one of my 5 gmail
 accounts as the default send from/compose account.  Since most email
 clients (Thunderbird, iCal, etc) allow you to do this, this would seem
 to be a feature that many people would appreciate.


 Based on my searches through these forums, I cant find any information
 that is currently possible (if I am wrong, please enlighten me).

 --
 You received this message because you are subscribed to the Google Groups
 mailplaneapp group.
 To post to this group, send email to mailplane...@googlegroups.com.
 To unsubscribe from this group, send email to
 mailplaneapp+unsubscr...@googlegroups.commailplaneapp%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/mailplaneapp?hl=en.


  Ruben Bakker // uncomplex gmbh // Switzerland // mailplaneapp.com //
 twitter http://www.twitter.com/Mailplane

 --
 You received this message because you are subscribed to the Google Groups
 mailplaneapp group.
 To post to this group, send email to mailplane...@googlegroups.com.
 To unsubscribe from this group, send email to
 mailplaneapp+unsubscr...@googlegroups.commailplaneapp%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/mailplaneapp?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
mailplaneapp group.
To post to this group, send email to mailplane...@googlegroups.com.
To unsubscribe from this group, send email to 
mailplaneapp+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mailplaneapp?hl=en.



Re: [mailplaneapp] Not logging into account

2010-09-10 Thread Eric Lubow
It actually had nothing to do with that.  I have no clue what I did but it
just started working again.  I am a SysAdmin so I typically take note as I
do things for reproducible fixes, but I am at a loss here.  Either way, I'm
all set.  Thanks for the response.

-e

On Tue, Sep 7, 2010 at 15:47, Ruben Bakker ru...@mailplaneapp.com wrote:

 Hi Eric,
 Thanks for the problem report.
 Does the Google Apps account have a custom login screen? To find out:
 - Open your google apps Gmail inbox in Safari
 - click sign out
 - do you get a standard Gmail/Google apps login page or is it a custom
 login page?

 *In case you get a custom page: There exists a SAML workaround for
 Mailplane:*
  Open Terminal and enter this one line and press ENTER

 defaults write com.mailplaneapp.Mailplane SAMLAccounts 
 y...@email-address.com

 If you have more than account to set, separate them with a comma:
 defaults write com.mailplaneapp.Mailplane SAMLAccounts fi...@email.com,
 sec...@email.com

 Limitations: There is no automatic sign-in for the accounts listed in
 SAMLAccounts and you won't get new email notifications.


 On Thu, Sep 2, 2010 at 6:09 PM, Eric Lubow eric.lu...@gmail.com wrote:

 Mailplane all of a sudden stopped being able to login to one of my
 Google Apps accounts.  There is nothing in the Console log either.  I
 can log in to the account just fine from my iPhone, from Safari,
 Firefox, or Chrome, but Mailplane seems to not work.

 It keeps telling me the username or password is incorrect.  This is
 actually true though.  It's not appending the domain name into the
 username box and that field seems to be immutable in the app.  I have
 tried removing the account and readding it, but it appears the
 credentials are stored elsewhere.  Any thoughts on how to fix this?

 Thanks.

 -e
 --
 Eric Lubow
 w: eric.lubow.org

 --
 You received this message because you are subscribed to the Google Groups
 mailplaneapp group.
 To post to this group, send email to mailplane...@googlegroups.com.
 To unsubscribe from this group, send email to
 mailplaneapp+unsubscr...@googlegroups.commailplaneapp%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/mailplaneapp?hl=en.



  Ruben Bakker // uncomplex gmbh // Switzerland // mailplaneapp.com //
 twitter http://www.twitter.com/Mailplane

 --
 You received this message because you are subscribed to the Google Groups
 mailplaneapp group.
 To post to this group, send email to mailplane...@googlegroups.com.
 To unsubscribe from this group, send email to
 mailplaneapp+unsubscr...@googlegroups.commailplaneapp%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/mailplaneapp?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
mailplaneapp group.
To post to this group, send email to mailplane...@googlegroups.com.
To unsubscribe from this group, send email to 
mailplaneapp+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mailplaneapp?hl=en.



Re: [capistrano] Hang on svn export

2010-04-24 Thread Eric Lubow
Shameless self plug: I wrote a blog post explaining this further:
http://eric.lubow.org/2010/mac/capistrano-hangs-on-mac-os-x-leopard/ since
not everyone wants to go through a ticket.

I also ran into a similar problem after upgrading net-ssh.  If the user
doesn't have permission to export (ie clobber the existing file(s)),
Capistrano would hang with no more output.  I have my Capistrano deploy
login as an unprivileged user.  Someone modified the file as root, changed
the ownership and permissions and the deploy hung.  If upgrading net-ssh
doesn't solve your issue like Lee suggested, check out the perms and
ownership on the files just in case.

-e

On Sat, Apr 24, 2010 at 5:27 AM, Lee Hambley lee.hamb...@gmail.com wrote:

 Upgrade your capistrano, looks like a thread joining bug that was fixed
 around 20.014 of Net-SSH, also you could try getting off 1.8.7, that
 patchlevel had bugs (threading wasn't the worst)

 At least, try upgrading your net-ssh gem past 2.0.14 (they're at 2.0.22 or
 something now)

 - Lee

 On 24 April 2010 07:50, Aaron aaron.d.st...@gmail.com wrote:

 Hi, all. I have a new problem that I haven't been able to figure out.

 Using Capistrano on a Mac, deploying to four Ubuntu servers.
 Everything has been working perfectly for several months. Suddenly,
 with no changes in the deploy script or location or configuration of
 svn, when I try to deploy the process hangs on svn export...

 I've ssh'd in to each production server, and verified that I can
 execute the svn export... command by hand with no problem.

 Anyone have any idea what might be going on? Here's an excerpt from
 the deploy output:

  * executing `deploy:update_code'
executing locally: svn info svn://localhost/  -rHEAD
  * executing svn export -q  -r1773
 svn://nestor/branches/benefits/production
 /opt/apps/deploy/benefits/releases/20100424053414  (echo 1773  /opt/
 apps/deploy/benefits/releases/20100424053414/REVISION)
servers: [homer, achilles, agamemnon, odysseus]

 At this point, the process hangs. Hitting ^C gives the following stack
 trace: http://pastie.org/932681

 $ ruby --version
 ruby 1.8.7 (2009-06-08 patchlevel 173) [universal-darwin10.0]
 $ cap --version
 Capistrano v2.5.2

 --
 * You received this message because you are subscribed to the Google
 Groups Capistrano group.
 * To post to this group, send email to capistrano@googlegroups.com
 * To unsubscribe from this group, send email to
 capistrano+unsubscr...@googlegroups.comcapistrano%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/capistrano?hl=en


  --
 * You received this message because you are subscribed to the Google Groups
 Capistrano group.
 * To post to this group, send email to capistrano@googlegroups.com
 * To unsubscribe from this group, send email to
 capistrano+unsubscr...@googlegroups.comcapistrano%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/capistrano?hl=en


-- 
* You received this message because you are subscribed to the Google Groups 
Capistrano group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Re: [capistrano] Alternate logging via Capistrano

2010-04-13 Thread Eric Lubow
Lee,

   Thanks, I'll give this a try later today.

   Essentially what I was hoping for was something along the lines of:
http://pastie.org/917637. Please bear in mind that I am just learning Ruby
so what I put there was likely closer to pseudocode than actual code.

   I wanted to be able to add that to my Capfile and then when I do a cap
deploy, it will work.  I don't know Capistrano to know if there is anything
I can hook into.

   Ultimately, what I have been doing is similar to what you suggested with
pipes.  It just seemed a bit kludgy and not really Rubyish.

   Is what I'm looking to do possible in the Capfile without hacking up the
Capistrano code?

-e

On Tue, Apr 13, 2010 at 3:52 AM, Lee Hambley lee.hamb...@gmail.com wrote:

 Hi,

 I recommend not messing with the Capistrano logger, Instead use what unix
 gives you and use pipes:

 $ cap deploy | my_logger.rb

 Where your logger reads STDIN and STDOUT and both records, and pipes it
 back to the appropriate stream.

 For an alternative, the Engineyard cap recipies [
 http://github.com/engineyard/eycap ]  have a logger [
 http://github.com/engineyard/eycap/blob/master/lib/eycap/lib/ey_logger.rb ]
 – this might be a useful reference if you do need to edit the code, but I
 recommend not doing.

 -- Lee Hambley

 Twitter: @leehambley | @capistranorb



 On 13 April 2010 05:15, Eric Lubow eric.lu...@gmail.com wrote:

 I have a Capistrano deploy file (Capfile) that is rather large,
 contains a few namespaces and generally has a lot of information
 already in it. My ultimate goal is, using the Tinder gem, paste the
 output of the entire deployment into Campfire. I have Tinder setup
 properly already.

 I looked into using the Capistrano capture method, but that only works
 for the first host. Additionally that would be a lot of work to go
 through and add something like:

 output  capture 'foocommand'

 Specifically, I am looking to capture the output of any deployment
 from that file into a variable (in addition to putting it to STDOUT so
 I can see it), then pass that output in the variable into a function
 called notify_campfire. Since the notify_campfire function is getting
 called at the end of a task (every task regardless of the namespace),
 it should have the task name available to it and the output (which is
 stored in that output variable). Any thoughts on how to accomplish
 this would be greatly appreciated.

 It would be great if there was a patch that I could add to capture the
 entire output (to $stdout or $stderr) and then at the end of the task
 do this:
room.speak Deploying #{task} ...
room.paste #{msg}\n
room.speak Completed #{task}

 Is this possible?

 (Full disclosure): I have already posted this question on
 StackOverflow (http://stackoverflow.com/questions/2611628/redirect-
 output-of-capistranohttp://stackoverflow.com/questions/2611628/redirect-output-of-capistrano)
 , but haven't yet received an answer.

 --
 * You received this message because you are subscribed to the Google
 Groups Capistrano group.
 * To post to this group, send email to capistrano@googlegroups.com
 * To unsubscribe from this group, send email to
 capistrano+unsubscr...@googlegroups.comcapistrano%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/capistrano?hl=en

 To unsubscribe, reply using remove me as the subject.


  --
 * You received this message because you are subscribed to the Google Groups
 Capistrano group.
 * To post to this group, send email to capistrano@googlegroups.com
 * To unsubscribe from this group, send email to
 capistrano+unsubscr...@googlegroups.comcapistrano%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/capistrano?hl=en


-- 
* You received this message because you are subscribed to the Google Groups 
Capistrano group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Re: [ts] Geo Searching an associated model

2010-01-24 Thread Eric Lubow
Pat,
   Everything you suggested was extremely useful.  For the edification of
those who come across this later, I a bit of the following.  I added 2
Sphinx scopes (and I put them both in the Address model and the Business
model):
  sphinx_scope(:website_only) {
{:with = {:website_only = true}}
  }
  sphinx_scope(:physical) {
{:with = {:website_only = false}}
  }

I also added this line to the Address model:
has website_only, :as = :website_only
and this line to the Business model:
has addresses.website_only, :as = :website_only

Adding those lines allowed me to do this in the search_controller.rb:
  @map_businesses = Search.execute(Address, params[:search][:query],
:page = params[:page], :miles =
params[:miles].to_i,
:location = @location).physical
  @web_businesses = Business.search( params[:search][:query]
).website_only

Also, if anyone else caught my issue with how to search the Business tags
from acts_as_taggable_on, it should look like this from the Address model:
indexes business.businesstypes.name, :as = :businesstypes
indexes business.region.name, :as = :region
and this from the Business model:
  acts_as_taggable_on   :businesstypes
  acts_as_taggable_on   :region

  define_index do
...
indexes businesstypes.name, :as = :businesstypes
indexes region.name, :as = :region
...
  end

Thanks again Pat for the help and an awesome search product.  Hope this
helps someone else out as well.

-e


On Sun, Jan 24, 2010 at 11:56 AM, Pat Allan p...@freelancing-gods.comwrote:

 Hi Eric

 The reason geo searches won't work when searching on Business is because
 you have an array of floats (which Sphinx can't handle) for both latitude
 and longitude. Sphinx requires single float values for both of those
 attributes.

 So, you probably want to search on Addresses instead, and maybe group by
 business_id, to ensure businesses don't get duplicated in the search
 results.
 http://freelancing-god.github.com/ts/en/searching.html#grouping

 It's also worth noting that your business model has an address_id attribute
 - you probably want to refer to the has_many collection instead?
  has addresses(:id), :as = :address_ids

 Don't forget that Sphinx doesn't understand SQL syntax for conditions - so
 your physical_only scope will not work at all.

 And I think the web_only scope failure is due to another small error -
 you've explicitly labelled the attribute as :web_only, but using
 :website_only in the scope. Also, it's best to keep attribute filters in
 :with, and field-focused queries in :conditions... so:

  sphinx_scope(:web_only) {
{:with = {:web_only = true}}
  }

 Hopefully this gets things working for you.

 Cheers

 --
 Pat

 On 24/01/2010, at 1:13 PM, Eric Lubow wrote:

  I am struggling with trying to geo search an asssociated model.  My
  relevant code is here: http://www.pastie.org/790850
 
  The context is that I have a business model and an address model.  I
  want to be able to search for items in the business model that match
  certain criteria (like the name or description) and fall within n
  miles of a point the user enters.  If I search via the Address model,
  this works, but then I can't get it to search all the attributes of
  the model model.  If I search via the Business model, then I can't get
  the geo search to work (which is most likely because I am doing it
  wrong).  Is there a way to do this?
 
  I also want to be able to search web_only businesses (which is defined
  via a sphinx_scope in the address model).  Basically a web_only
  business is a business where it's address has a website_only=1 in the
  SQL.  I also don't want businesses with website_only=1 returned in the
  geo query even if they have a lat/lng associated with them (hence the
  scope).  But when I put the scope in, Rails throws a no method error.
  Is there anything in the code that jumps out at anyone? Thanks in
  advance.
 
  --
  You received this message because you are subscribed to the Google Groups
 Thinking Sphinx group.
  To post to this group, send email to thinking-sph...@googlegroups.com.
  To unsubscribe from this group, send email to
 thinking-sphinx+unsubscr...@googlegroups.comthinking-sphinx%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
 http://groups.google.com/group/thinking-sphinx?hl=en.
 

 --
 You received this message because you are subscribed to the Google Groups
 Thinking Sphinx group.
 To post to this group, send email to thinking-sph...@googlegroups.com.
 To unsubscribe from this group, send email to
 thinking-sphinx+unsubscr...@googlegroups.comthinking-sphinx%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/thinking-sphinx?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Thinking Sphinx group.
To post to this group, send email to thinking

[ts] Geo Searching an associated model

2010-01-23 Thread Eric Lubow
I am struggling with trying to geo search an asssociated model.  My
relevant code is here: http://www.pastie.org/790850

The context is that I have a business model and an address model.  I
want to be able to search for items in the business model that match
certain criteria (like the name or description) and fall within n
miles of a point the user enters.  If I search via the Address model,
this works, but then I can't get it to search all the attributes of
the model model.  If I search via the Business model, then I can't get
the geo search to work (which is most likely because I am doing it
wrong).  Is there a way to do this?

I also want to be able to search web_only businesses (which is defined
via a sphinx_scope in the address model).  Basically a web_only
business is a business where it's address has a website_only=1 in the
SQL.  I also don't want businesses with website_only=1 returned in the
geo query even if they have a lat/lng associated with them (hence the
scope).  But when I put the scope in, Rails throws a no method error.
Is there anything in the code that jumps out at anyone? Thanks in
advance.

-- 
You received this message because you are subscribed to the Google Groups 
Thinking Sphinx group.
To post to this group, send email to thinking-sph...@googlegroups.com.
To unsubscribe from this group, send email to 
thinking-sphinx+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.



Re: Thrift Perl API Timeout Issues

2009-10-16 Thread Eric Lubow
Simon,
   I understand what you're saying and tend to agree with that philosophy.
 I think the issue has more to do with the undocumentedness (if thats not a
word, it should be) of the Perl Thrift/Cassandra API in general.  That is
something I hope to change in the near future.  Timeouts are definitely
something I am going to make sure gets noted when I write up some code
examples as well.

-e

On Fri, Oct 16, 2009 at 9:36 AM, Simon Smith simongsm...@gmail.com wrote:

 I don't have an opinion on the default timeout.  But in my experience
 with other applications, you want to consciously make a choice about
 what your timeout, based on your architecture and performance
 requirements.  You're much better off explicitly setting a timeout
 that will cause your transaction to finish in a time a little longer
 than you'd like and then either re-try or error out the transaction.
 An alternate approach is is to set a quick timeout, one that is just
 over the 99.?th percentile of transaction times, and then retry.  (But
 whatever you do, don't just retry endlessly, or you may end up with
 this terrible growing mess of transactions retrying.)

 In either case, it's a good idea to be monitoring the frequency of
 timeouts, so if they increase over the baseline you can track down the
 cause and fix it.

 Just my $0.02.

 Simon

 On Thu, Oct 15, 2009 at 11:33 PM, Eric Lubow eric.lu...@gmail.com wrote:
  So I ran the tests again twice with a huge timeout and it managed to run
 in
  just under 3 hours both times.  So this issue is definitely related to
 the
  timeouts.  It might be worth changing the default timeouts for Perl to
 match
  the infinite timeouts for Python.  Thanks for the quick responses.
  -e



Thrift Perl API Timeout Issues

2009-10-15 Thread Eric Lubow
Using the Thrift Perl API into Cassandra, I am running into what is
endearingly referred to as the 4 bytes of doom:
 TSocket: timed out reading 4 bytes from localhost:9160

The script I am using is fairly simple.  I have a text file that has about
3.6 million lines that are formatted like:  f...@bar.com  1234

The Cassandra dataset is a single column family called Users in the Mailings
keyspace with a data layout of:
Users = {
'f...@example.com': {
email: 'f...@example.com',
person_id: '123456',
send_dates_2009-09-30: '2245',
send_dates_2009-10-01: '2247',
},
}
There are about 3.5 million rows in the Users column family and each row has
no more than 4 columns (listed above).  Some only have 3 (one of the
send_dates_-MM-DD isn't there).

The script parses it and then connects to Cassandra and does a get_slice and
counts the return values adding that to a hash:
 my ($value) = $client-get_slice(
 'Mailings',
 $email,
 Cassandra::ColumnParent-new({
 column_family = 'Users',
 }),
 Cassandra::SlicePredicate-new({
 slice_range = Cassandra::SliceRange-new({
 start = 'send_dates_2009-09-29',
 finish = 'send_dates_2009-10-30',
 }),
 }),
 Cassandra::ConsistencyLevel::ONE
 );
 $counter{($#{$value} + 1)}++;

For the most part, this script times out after 1 minute or so. Replacing the
get_slice with a get_count, I can get it to about 2 million queries before I
get the timeout.  Replacing the get_slice with a get, I make it to about 2.5
million before I get the timeout.  The only way I could get it to run all
the way through was to add a 1/100 of a second sleep during every iteration.
 I was able to get the script to complete when I shut down everything else
on the machine (and it took 177m to complete).  But since this is a
semi-production machine, I had to turn everything back on afterwards.

So for poops and laughs (at the recommendation of jbellis), I rewrote the
script in Python and it has since run (using get_slice) 3 times fully
without timing out (approximately 130m in Python) with everything else
running on the machine.

My question is, having seen this same thing in the PHP API and it is my
understanding that the Perl API was based on the PHP API, could
http://issues.apache.org/jira/browse/THRIFT-347 apply to Perl here too?  Is
anyone else seeing this issue?  If so, have you gotten around it?

Thanks.

-e


Re: Thrift Perl API Timeout Issues

2009-10-15 Thread Eric Lubow
So I ran the tests again twice with a huge timeout and it managed to run in
just under 3 hours both times.  So this issue is definitely related to the
timeouts.  It might be worth changing the default timeouts for Perl to match
the infinite timeouts for Python.  Thanks for the quick responses.
-e

On Thu, Oct 15, 2009 at 2:48 PM, Jonathan Ellis jbel...@gmail.com wrote:

 Are you also using Perl?

 On Thu, Oct 15, 2009 at 1:38 PM, Anthony Molinaro
 antho...@alumni.caltech.edu wrote:
  I see a similar thing happening all the time.  I get around it by closing
  the current connection and reconnecting after a sleep.  Although I am
 able
  to do quite a few inserts between errors, so I'm not sure if it's the
  exact problem.
 
  -Anthony



Children naad sex

2009-07-02 Thread Lubow
Children nvad sex www. gen65. net. Biker lurches from one accident to thhe nxet

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Re: [asterisk-users] sip issue with one way audio

2007-08-07 Thread Eric Lubow
Jason,

   What type of phones are you using?  I originally started getting this
error when I got the Cisco 7961Gs (prior to dumping them and going with
all Polycoms).  It turned out to be some setting in the XML provisioning
boot file (although I can't remember which one).  Once I went to a
minimal config, the problem seemed to solve itself.  Eventually I
upgraded the SIP firmware and the problem disappeared regarless of the
config file.

Eric

On Mon, 2007-08-06 at 23:38 -0600, Al lists wrote:
 Nat?
 
 
 On 8/6/07, Jason Walker [EMAIL PROTECTED] wrote:
 I am getting this error
 [Aug  6 15:28:26] WARNING[24452]: chan_sip.c:1920 retrans_pkt:
 Maximum
 retries exceeded on transmission [EMAIL PROTECTED]
 for seqno
 102 (Critical Response)
 [Aug  6 15:28:26] WARNING[24452]: chan_sip.c:1944 retrans_pkt:
 Hanging 
 up call [EMAIL PROTECTED] - no reply to our critical
 packet.
 
 any Ideas?
 
 Jason
 
 ___
 --Bandwidth and Colocation Provided by
 http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com
p: 212.542.5201


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [old-chevy-truck] converting three spd on colum to floor shift

2007-08-06 Thread Alan Lubow
I'm with Kurt on this.  But it might be even easier than all that.  First, 
check to see if your shifter linkage arms are adjusted correctly.  You'll need 
a manual for this, unless someone here has a link to the procedure.  With the 
drawing and instructions in front of you it isn't all that hard and you'll be 
amazed how much difference this makes.  You may also need to pop the shift box 
cover and put some lube in there -- you use that same white Lubriplate grease 
that they use to coat new bearings when they rebuild a motor, any auto parts 
store will have this.  If you need to rebuild/rebush your column shifter where 
it mounts up by the steering wheel I can't help you there since I haven't done 
it.  But there should be a write up by someone who has (Deve, or Billy Bob?)

Alan
1950 1/2 ton
Denver 
  - Original Message - 
  From: K Ohlgren 
  To: old-chevy-truck@yahoogroups.com 
  Cc: [EMAIL PROTECTED] 
  Sent: Monday, August 06, 2007 9:50 AM
  Subject: RE: [old-chevy-truck] converting three spd on colum to floor shift


  marc
  as i read your e-mail, you want to convert to a 3 on-the-floor, not convert 
  to a 4 speed. yes it can be done, buy a floor shifter from an autoparts 
  store, wack a hole in the floor and install it. 1) you will need to make or 
  modify the brackets to attach the shifter to the trans. 2) if you have a 
  bench seat, you will need to modify the shift lever or do with only 1st  
  3rd. 3) you'll never get 3 people in your cab again. sounds like a lot of 
  work, why not fix the 3 on-the-tree? it would be easier and cost less too. 
  you might need to buy the column part from a junk yard or someone on this 
  list, then re-bush all the rods. it will shift like a new truck.

  Kurt
  58 3100 Apache project
  the Duracell Project it keeps going... and going...

  From: mdpic [EMAIL PROTECTED]
  Reply-To: old-chevy-truck@yahoogroups.com
  To: old-chevy-truck@yahoogroups.com
  Subject: [old-chevy-truck] converting three spd on colum to floor shift
  Date: Sun, 05 Aug 2007 11:43:28 -
  
  Group -- I need some advice I recently bought a '50 Chevy 1/2 ton with
  a 235 (from a '56) and 3-on-the-tree. The braket that hold the shift
  handle on the cloum is worn (the threads) and it's very difficult to
  shift. I can't see an easy way to repair this and I think I may just
  put a floor shift in. I'm a complete novice but I learn fast. What do
  you recommend?
  
  Thanks in advance!
  Marc in Cheyenne
  '50 Chevy 1/2 ton
  '50 GMC 3/4 ton
  '75 Triumph TR6
  

  __
  Tease your brain--play Clink! Win cool prizes! 
  http://club.live.com/clink.aspx?icid=clink_hotmailtextlink2



   

[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Patch Plates

2007-08-04 Thread Alan Lubow
Modern body shops frequently use two part epoxy to glue these panels in place 
without the worry about warping from the heat of welding.  These glues are 
designed for the task and apparantly hold up well.  Your local body shop supply 
store will have them.

Alan 
'50 Chevy 1/2 ton pickup
Denver

- Original Message - 
  From: Mike  Inez Plucker 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Saturday, August 04, 2007 12:19 PM
  Subject: Re: [old-chevy-truck] Patch Plates


  Jim; 
  Try Chevy's of the 40's, located in Vancouver WA. I have used Patch Panels 
and would prefer them over making my own panels. Usually the panels are over 
size for the rust, so just cut the rust part out and trim the panel the fit the 
hole with no clearance between the old and new, then weld together a little bit 
at a time. Using a tig or mig welder. Make short little tacks scattered over 
the patch so that you do not create warping in the panel. If you don't have a 
welder and grinder and other experience do like me and farm it out. :o).
  Mike 50 3100

  Hello All. I recenty picked up a 1949 1 ton long box. It has some 
  cancer and a friend told me about patch plates. Anybody out there 
  have some experience with them, good and bad, they would like to 
  share? I live in the Northeast of Washington, so if you could share 
  some of your collective knowledge and experience I would be very 
  grateful. Thanks much! Jim

  [Non-text portions of this message have been removed]



   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition. 
  Version: 7.5.476 / Virus Database: 269.11.4/936 - Release Date: 8/4/2007 2:42 
PM


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Electronic Distributor Question

2007-07-28 Thread Alan Lubow
I'm pretty sure my Unilite is just mechanical advance.

Alan
'50 Chevy 1/2 ton
Denver
  - Original Message - 
  From: Dennis Miga 
  To: Old Chevy Trucks 
  Sent: Saturday, July 28, 2007 3:55 PM
  Subject: [old-chevy-truck] Electronic Distributor Question


  I have installed a like-new Mallory Unilite electronic (non HEI) distributor 
in my '48 3100 with a '56 235. A friend gave me the distributor with no 
installation instructions. The question I have is, do I need to install a 
vacuum advance unit or is this distributor equipped with some internal 
advancing mechanism?

  Dennis in North Texas

  __
  Be a better Heartthrob. Get better relationship answers from someone who 
knows. Yahoo! Answers - Check it out. 
  http://answers.yahoo.com/dir/?link=listsid=396545433


   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition. 
  Version: 7.5.476 / Virus Database: 269.10.23/924 - Release Date: 7/28/2007 
3:50 PM


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [asterisk-users] Polycom IP 4000 Soundstation SIP Conference Phone Question

2007-07-23 Thread Eric Lubow
Matt,

   I have one running here in the office and it works and sounds great.
I don't have the extra speaker attachment so I can't attest to that.
But as usual with the Polycom products, they work well.

Eric

On Mon, 2007-07-23 at 09:26 -0400, Matt wrote:
 Hi,
 Has anyone here ever used a Polycom IP 4000 Soundstation SIP
 Conference Phone with asterisk?  If so, how well does it work and how
 does it sound?
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com
p: 212.542.5201


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] kore dump

2007-06-26 Thread Eric Lubow
Ed,

   I am having a problem with Asterisk frequently crashing on me as
well.  I just run it under supervise:
   http://cr.yp.to/daemontools/supervise.html

   This way it will be restarted if svc determines it isn't running.

Eric

On Tue, 2007-06-26 at 13:22 -0500, Ed Nuñez wrote:
 I am running Asterisk 1.4.5 and addons 1.4.1 in a CentOS 5 Server.
 
  
 
 My PBX has experienced several core dumps the last couple of days and
 I am not sure if this is what’s causing it, but it always seems to
 happen when a particular extension on a grandstream phone uses ChanSpy
 SIP group.
 
  
 
 I have not been able to locate where the core dump file is being
 saved.   I can’t find it in my TMP directory.
 
  
 
 I would also like to know if Asterisk can be setup to automatically re
 start if there is a core dump.  I was thinking of setting up a cron
 job to launch Asterisk every minute.  If it’s running, no harm done,
 and if it crashes, the cron job will make sure that it’s started every
 60 seconds.
 
  
 
 Any suggestions?
 
  
 
  
 
 Thank you
 
  
 
 Ed Nuñez
 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com
p: 212.542.5201


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] MixMonitor Timestamp problem

2007-06-18 Thread Eric Lubow
Asif,

   The use of ${TIMESTAMP} in Asterisk 1.4 is deprecated.  The new
current method is to use: ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}

   Therefore your line should look something like this:

exten = s,1,MixMonitor(${CALLERID(number)}-${STRFTIME(${EPOCH},,%Y%m%
d-%H%M%S)}-${UNIQUEID}.gsm,b)

Eric

On Mon, 2007-06-18 at 23:10 +0500, Asif Raza wrote:
 hi,
 I am facing some issues while using MixMonitor. My
 extensions logic is attached below:
 
 exten = s,1,MixMonitor(${CALLERID(number)}-${TIMESTAMP}-${UNIQUEID}.gsm,b)
 
 in this extensions TIMESTAMP is not working in Asterisk 1.4. can any
 help me why TIMESTAMP is not working in Asterisk 1.4.
 
 regards,
 Asif
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] CallerID issues

2007-06-13 Thread Eric Lubow
Not that I like answering my own emails, but I hate when I come across
the same problem as someone else and there isn't an answer there.
Anyway, the problem turned out to be in my sip.conf.  The variable
'fromuser' was being set for all sip friends.  Each friend's fromuser
variable was being set to the extension itself.  Therefore it always
appeared on the phone as the extension of that phone (that was a
mouthful).

Once I deleted that from the each group of friend statements, the
callerid issues resolved themselves.  Thanks.

Eric

On Mon, 2007-06-11 at 15:14 -0400, Eric Lubow wrote:
 All,
 
I have run into some CallerID issues.  It seems to have happened as a
 result of just moving my config from 1.2.12 to 1.4.4 (although I am not
 sure of this).  Therefore I am sure its just a misconfiguration
 somewhere, I just don't know where.
 
I have throughout the office either Cisco 7961G or Polycomm
 Soundpoint SIP 430 IP phones.
 
The problem is with CallerID showing up in some places, but not in
 others.  For instance, in the CDR, if a call comes in as unavailable but
 still displays the number, the phone will only show Unavailable and
 then display the phone's extension.  Most of the time, the callerid on
 the phone just displays the extension of the phone itself when there is
 an incoming call.  The extension of this part of the issue is that when
 I make internal calls, it will show the callerid (name) of the user
 originating the call, but the callerid (number) will again show the
 extension of the phone receiving the call.
 
Another part of the issue is that the email that comedian mail sends
 says that the callerID and phone number are unavailable.  But when you
 listen to the voicemail, it will read the number to you (and again it is
 in the CDR properly).
 
The last part of the issue (that I have been to see) is that FollowMe
 can also never pass along the number.  It always says, You have an
 incoming call from number unavailable.  And again, even if the callerID
 doesn't come up, the number is there 99% of the time.
 
I have a feeling that all this interconnected somehow.  Any help
 would be greatly appreciated.  Thanks.
 
 Eric
 
 
-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] CallerID issues

2007-06-11 Thread Eric Lubow
All,

   I have run into some CallerID issues.  It seems to have happened as a
result of just moving my config from 1.2.12 to 1.4.4 (although I am not
sure of this).  Therefore I am sure its just a misconfiguration
somewhere, I just don't know where.

   I have throughout the office either Cisco 7961G or Polycomm
Soundpoint SIP 430 IP phones.

   The problem is with CallerID showing up in some places, but not in
others.  For instance, in the CDR, if a call comes in as unavailable but
still displays the number, the phone will only show Unavailable and
then display the phone's extension.  Most of the time, the callerid on
the phone just displays the extension of the phone itself when there is
an incoming call.  The extension of this part of the issue is that when
I make internal calls, it will show the callerid (name) of the user
originating the call, but the callerid (number) will again show the
extension of the phone receiving the call.

   Another part of the issue is that the email that comedian mail sends
says that the callerID and phone number are unavailable.  But when you
listen to the voicemail, it will read the number to you (and again it is
in the CDR properly).

   The last part of the issue (that I have been to see) is that FollowMe
can also never pass along the number.  It always says, You have an
incoming call from number unavailable.  And again, even if the callerID
doesn't come up, the number is there 99% of the time.

   I have a feeling that all this interconnected somehow.  Any help
would be greatly appreciated.  Thanks.

Eric


-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Cisco 7961G + 7914 Expansion Module

2007-06-05 Thread Eric Lubow
All,

   Since I have now (at least partially) got my 7961G phones working
with Asterisk, I have temporarily moved on to try to get the expansion
modules working.  There doesn't seem to be much in the way of
documentation here either.  Does anyone have this combination working
(or any 79X1) here?

   My goal is ultimately to do the monitoring approach.  I have Google'd
around, but come up with little.  I want the office manager to be able
to see when the user is on the phone or when the phone is ringing (or
even be able to pick it up).

   I am looking to keep this operation within the SIP space, but if I
have to go with SCCP to get this module working (if there is a way to
make the phone treat the lines as protocol independent).  Does anyone
have any suggestions (or examples) as to how to accomplish this?
Thanks.

Eric

-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Cisco 7961G + 7914 Expansion Module

2007-06-05 Thread Eric Lubow
On Tue, 2007-06-05 at 12:26 -0500, Jason Parker wrote:
 - Eric Lubow [EMAIL PROTECTED] wrote:
  All,
  
 Since I have now (at least partially) got my 7961G phones working
  with Asterisk, I have temporarily moved on to try to get the
  expansion
  modules working.  There doesn't seem to be much in the way of
  documentation here either.  Does anyone have this combination working
  (or any 79X1) here?
  
 My goal is ultimately to do the monitoring approach.  I have
  Google'd
  around, but come up with little.  I want the office manager to be
  able
  to see when the user is on the phone or when the phone is ringing (or
  even be able to pick it up).
  
 I am looking to keep this operation within the SIP space, but if I
  have to go with SCCP to get this module working (if there is a way to
  make the phone treat the lines as protocol independent).  Does anyone
  have any suggestions (or examples) as to how to accomplish this?
  Thanks.
  
  Eric

 Last I knew, the expansion modules only worked with Skinny firmware.  There 
 is support for it in chan_skinny in 1.4, but it's mostly useless, as they can 
 only be line appearances.  svn trunk has support for speeddials/hints though.

Does that mean that if I have the phone working with SIP that I can
still use those line appearances for informational purposes?  Is there
an example or a HOWTO somewhere to use as a guide?  Thanks.

Eric
-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] Training/Teaching our employees how to useAsterisk and phones

2007-06-05 Thread Eric Lubow
I have a feeling that many folks will want you to send that to them
(myself included).  Might it be easier if you just post it somewhere and
send the URL to the list?

Eric

On Tue, 2007-06-05 at 13:11 -0700, Compnet Bobby wrote:
 
 
 Jonathan, can you send that to me also please?
 
 thanks
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan
 Barratt
 Sent: Tuesday, June 05, 2007 11:59 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: RE: [asterisk-users] Training/Teaching our employees how to
 useAsterisk and phones
 
 For the first of your two topics, there used to be an Asterisk
 Voicemail User Reference PDF by Jeffrey C. Ollie floating around on the
 net, but the link seems to be dead now. You may still be able to find
 the DocBook XML sources out there if you search for them.
 
 In any case, I will send the HTML version I have to you off-list.
 
 For the hardphones, Polycom's user manuals are fairly thorough. Let me
 know if you need those...
 
 Good luck!
 Jonathan Barratt
 Openface Internet Inc.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Martin
 Smith
 Sent: Tuesday, June 05, 2007 2:11 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [asterisk-users] Training/Teaching our employees how to
 useAsterisk and phones
 
 Hello users,
 
 I've searched the archives for information on training our end users on
 how to use hard/soft phones and voicemail, and Asterisk in general -- I
 couldn't find much that wasn't about echo. I've looked at the Asterisk
 Documentation Project as well, but I'm more interested in users, not
 developers.
 
 I'm looking for words of wisdom on end-user training, materials you'd be
 willing to offer under a creative-commons license or public-domain,
 advice on structure and lengths of training, and anything else you think
 would be helpful! I have intentions to contribute back as much as
 possible any materials or curricula I can create to help train end
 users on Asterisk features.
 
 In specific, I'm planning on training supervisors and administrators in
 a call-center setting that does mostly outbound calling for survey
 research (*no* selling anything of any kind :). I do not plan to sell
 training to anyone -- this is strictly to teach our employees how to use
 the phone system.
 
 I plan on teaching users about the following processes:
 
  - Voicemail (checking, forwarding, appending, recording greetings)
  - Holding, transferring, conferencing a call
 
 I plan on teaching users how to operate a softphone (haven't decided
 which yet) and a hard phone (we have Polycom 430s and 501s) as well. 
 
 I'd welcome any advice or materials! Thanks!
 
 Martin Smith, Systems Developer
 [EMAIL PROTECTED]
 Bureau of Economic and Business Research
 University of Florida
 (352) 392-0171 Ext. 221 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Eric Lubow
LinkExperts, Inc.
Systems Administrator
e: [EMAIL PROTECTED]
w: www.linkexperts.com

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Cisco 7961G

2007-06-01 Thread Eric Lubow
All,

   I am having a lot of trouble with the Cisco 7961G phones.  I have
managed to get them up and running with Asterisk to the point where I
can get incoming calls and make outgoing calls.  The problem is when I
make outgoing calls or extension to extension calls, the calls die after
20 seconds.  I have google'd around and came up with little that is of
help.  The firmware version I am using on the phone is 8.0.4SR1.

   I have tried tcpdumping the conversation and I see that the phone
doesn't send the SIP/SDP ACK packet back to the remote end.  Sometimes
it does, but that's a rarity.  There doesn't seem to be any rhyme or
reason as to when it will send the SIP/SDP ACK.  All I see is the
following before the phone hangs up at 20 seconds (201 is the phone and
205 is the Asterisk Box):

10.230103 192.168.0.205 - 192.168.0.201 SIP/SDP Status: 200 OK, with
session description

   Is there a newer version of the firmware that fixes this?  Is there a
setting in Asterisk that can fix this?  Any help is greatly appreciated.
Thanks.

Eric

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Cisco 7961G

2007-06-01 Thread Eric Lubow
It sounds like you are telling me that it is likely a firmware issue and
not an Asterisk issue.  Would it be possible for someone to provide me
with a copy of your SEPMAC.cnf.xml file and whatever other files the
phone uses so I can ensure that its not something else?  Thanks.

Eric

On Fri, 2007-06-01 at 15:07 -0500, Greg Oliver wrote:
 On Fri, 2007-06-01 at 21:28 +0200, Pavel Jezek wrote:
  we are using 7941 with sip v8.2(2)SR3, it working quite well  ;-)
  
  
  Eric Lubow wrote:
   All,
  
  I am having a lot of trouble with the Cisco 7961G phones.  I have
   managed to get them up and running with Asterisk to the point where I
   can get incoming calls and make outgoing calls.  The problem is when I
   make outgoing calls or extension to extension calls, the calls die after
   20 seconds.  I have google'd around and came up with little that is of
   help.  The firmware version I am using on the phone is 8.0.4SR1.
  
  I have tried tcpdumping the conversation and I see that the phone
   doesn't send the SIP/SDP ACK packet back to the remote end.  Sometimes
   it does, but that's a rarity.  There doesn't seem to be any rhyme or
   reason as to when it will send the SIP/SDP ACK.  All I see is the
   following before the phone hangs up at 20 seconds (201 is the phone and
   205 is the Asterisk Box):
  
   10.230103 192.168.0.205 - 192.168.0.201 SIP/SDP Status: 200 OK, with
   session description
  
  Is there a newer version of the firmware that fixes this?  Is there a
   setting in Asterisk that can fix this?  Any help is greatly appreciated.
   Thanks.
  
   Eric
  
 Anything older than 8.0.4SR2 is asking for grief.  You cannot even
 download older from Cisco's website anymore.  Those were their
 CallManager transitional loads from SCCP - SIP that were riddled with
 bugs.
 
 -Greg
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Eric Lubow
LinkExperts, Inc.


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [old-chevy-truck] A D Parts

2007-05-28 Thread Alan Lubow
Just FYI for Colorado folks:  Goodguys Car Show next weekend, Fri, Sat and
Sunday at the Budwiesier Events Center (Loveland).  Swap meet and show were
pretty good last year!

Alan
'50 Chevy 1/2 ton
Denver
- Original Message - 
From: Ron Smiley [EMAIL PROTECTED]
To: oldchevytrucks old-chevy-truck@yahoogroups.com
Sent: Sunday, May 27, 2007 4:34 PM
Subject: [old-chevy-truck] A D Parts


 List members, the parts have been claimed.  Thanks for responding.  Sorry
I couldn't fill all the requests.  Ron







Get the Yahoo! toolbar and be alerted to new email wherever you're
surfing.
 http://new.toolbar.yahoo.com/toolbar/features/mail/index.php


 Ole Chevy and GMC trucks rule!

 To unsubscribe, send an email (with no subject, no body, just the email),
to:  [EMAIL PROTECTED]
 Yahoo! Groups Links








Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Re: Front Hubs on AD

2007-05-22 Thread Alan Lubow
Scott:

I had a front wheel fall off on my way home right after I had a local shop 
replace my king pins.  They hadn't tightened down the lug nuts.  I'm glad I was 
going slow at the time (probably because I had noticed an odd vibration) -- 
don't recall if the brakes worked or not.  I still have my original style 
single master cylinder -- a lot of us do.  So I'd say, yes, it matters!

Alan
'50 Chevy 1/2 ton
Denver, CO
  - Original Message - 
  From: Scott Mountney 
  To: old-chevy-truck@yahoogroups.com ; old-chevy-truck@yahoogroups.com 
  Sent: Tuesday, May 22, 2007 11:53 AM
  Subject: RE: [old-chevy-truck] Re: Front Hubs on AD


  Nate,
  This is a common thing on modern cars too, right? Many cars I have seen over 
the years have screws that hold the rotor to the assembly, but you can bet that 
shops never reinstall those screws after they destroy them taking them off. I 
always thought they were just there for safety reasons for people doing 
disassembly. Lets face it, if the wheel falls off driving will it matter if the 
brake components follow? 

  Scott

  [Non-text portions of this message have been removed]



   

[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] speedometers

2007-05-21 Thread Alan Lubow
Jeff is one of the best vendors out there!  He has really done a lot to help us 
out with these old trucks.  

Alan
'50 Chevy 1/2 ton
Denver, CO
  - Original Message - 
  From: Kenneth Cluley 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Monday, May 21, 2007 8:18 AM
  Subject: Re: [old-chevy-truck] speedometers


  I also used Jeff at Bowtie Bits to rebuild the gauges on my '50 3100. He did 
a very nice job.

  Ken

  Brenda and Robert Greulich [EMAIL PROTECTED] wrote:
  Hi all need to have my speedometer fixed out of my 1939 master deluxe can any 
one sugest of a good place
  thank you robert
  39 M D
  49 3600

  HAVE A GREAT DAY

  [Non-text portions of this message have been removed]

  [Non-text portions of this message have been removed]



   

[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Towing

2007-05-09 Thread Alan Lubow
I've towed using my 50 1/2 ton when I was young and didn't know any better.  I 
put a full rack on the truck and had it all loaded up with furniture (including 
the requesite rocking chair on top), and towed a VW squareback (also fully 
loaded with gear carrier on top and bike racks on the back).  From Missouri to 
Ohio and then a year later from Ohio to Colorado.  I had the local U-haul place 
install the hitch.  It was mounted on a rail they put on between the rear frame 
rails and also they dirlled some holes and tied the hitch into the rear bumper. 
 I had upgraded to a 235, which was plenty of power and no problems pulling way 
too much weight since the 4:11 gears will pull stumps.  The problems I had were 
with the front end being too loose, so the truck wandered.  Also the load 
started to sway rythmically and eventually (I found out much later) fatigued 
and cracked one of the frame members.  You might consider one of those 
equalizer hitches that keep the sway to a minimum.  Actually, I would advise 
against towing with your pickup.  When I think back to what I did I have to say 
that it was really pretty stupid.  These trucks will take a lot of abuse but 
there are better tools for the job, such as a modern 3/4 or 1 ton truck.

Alan
'50 Chevy 1/2 ton
Denver, CO
  - Original Message - 
  From: rmarks10 
  To: old-chevy-truck@yahoogroups.com ; Old Chevy/GMC Truck 
  Sent: Wednesday, May 09, 2007 5:35 AM
  Subject: [old-chevy-truck] Towing


  Anybody have any thoughts about using my '51 3/4 ton truck with a 216 and a 
4:11 rear to tow my '51 1/2 ton? Anybody put a hitch on one of these trucks? 
Any issues, tips, tricks? Will my bumper interfere?

  Thanks,
  Roy

  [Non-text portions of this message have been removed]



   

[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Wiper motor

2007-04-23 Thread Alan Lubow
Janice,  That sounds like it would be the right way to do things.  Old timer 
told me to squirt some oil into the vacuum line tubing, and then blow the oil 
up into the vacuum motor to keep the leather moist.  Just took a minute and 
worked just fine, but I changed over to an electric motor when I got the 
chance.  

Mike you could do the speedometer needle yourself but IMO best thing to do is 
take it up to a speedometer shop and have them go through it.

Alan
'50 Chevy 1/2 ton  
  - Original Message - 
  From: Janice Bell 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Monday, April 23, 2007 5:33 AM
  Subject: Re: [old-chevy-truck] Wiper motor


  Mike,

  Just my two cents. I was told by an old timer when I was going about doing my 
wiper motor, to open it up and pour in some red tranny fluid for a couple of 
days to soak the paddles that rotate back and forth, and make them more 
supple.

  Then, I couldn't find just a gasket to put between the two halves, so I used 
a special gasket glue, for vaccuum operations. It is called anaerobic gasket 
glue , anaerobic meaning without air. Then I put in a dual action pump and new 
lines. Then, make sure all your transmission arms are well greased up, to make 
them easier to move.

  Janice




  Mike Burns [EMAIL PROTECTED] wrote:
  Is there some lubrication or other work that I should do to my vacuum wiper
  motor before putting it back into operation. It has been about 30 years
  since it has been used.

  Also, the speedometer needle is broken on my 1940 half ton. How do I go
  about replacing it? Does it require special tools, etc. etc.

  Thanks

  Mike

  [Non-text portions of this message have been removed]

  -
  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail 

  [Non-text portions of this message have been removed]



   

[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Wiper motor

2007-04-23 Thread Alan Lubow
Janice:

I'll admit that I paid a mechanic to do this for me but I think the switch is 
pretty straightforward.  I believe you reuse the stock linkage.  My 
understanding is that these are VW (type I) beetle wiper motors.  I think it 
came from Chevy Duty, about 7 years ago.  I don't recall the price.  I use my 
truck and had been stuck on the highway in blinding rain one too many times.  I 
think the vacuum motors give these trucks character but my electric motor has 
been completely reliable and I can't say I miss the stock vacuum motor much.

My only regret is that I let the mechanic keep the old motor instead of saving 
it.  Can't believe how much they go for now!
 
Alan 
  - Original Message - 
  From: Janice Bell 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Monday, April 23, 2007 3:06 PM
  Subject: Re: [old-chevy-truck] Wiper motor


  Alan,

  I'm just about to purchase an electric wiper motor myself. How do you like 
the one you installed, have you had any problems with it and where did you get 
it and how much was it?

  Janice

  Alan Lubow [EMAIL PROTECTED] wrote:
  Janice, That sounds like it would be the right way to do things. Old timer 
told me to squirt some oil into the vacuum line tubing, and then blow the oil 
up into the vacuum motor to keep the leather moist. Just took a minute and 
worked just fine, but I changed over to an electric motor when I got the 
chance. 

  Mike you could do the speedometer needle yourself but IMO best thing to do is 
take it up to a speedometer shop and have them go through it.

  Alan
  '50 Chevy 1/2 ton 
  - Original Message - 
  From: Janice Bell 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Monday, April 23, 2007 5:33 AM
  Subject: Re: [old-chevy-truck] Wiper motor

  Mike,

  Just my two cents. I was told by an old timer when I was going about doing my 
wiper motor, to open it up and pour in some red tranny fluid for a couple of 
days to soak the paddles that rotate back and forth, and make them more 
supple.

  Then, I couldn't find just a gasket to put between the two halves, so I used 
a special gasket glue, for vaccuum operations. It is called anaerobic gasket 
glue , anaerobic meaning without air. Then I put in a dual action pump and new 
lines. Then, make sure all your transmission arms are well greased up, to make 
them easier to move.

  Janice

  Mike Burns [EMAIL PROTECTED] wrote:
  Is there some lubrication or other work that I should do to my vacuum wiper
  motor before putting it back into operation. It has been about 30 years
  since it has been used.

  Also, the speedometer needle is broken on my 1940 half ton. How do I go
  about replacing it? Does it require special tools, etc. etc.

  Thanks

  Mike

  [Non-text portions of this message have been removed]

  -
  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail 

  [Non-text portions of this message have been removed]

  [Non-text portions of this message have been removed]

  -
  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail 

  [Non-text portions of this message have been removed]



   

[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] beware of American Classic Truck Parts

2007-04-20 Thread Alan Lubow
Good post -- vote with your wallet!  Eventually the bad actors will be driven 
out of business or they will clean up and provide better customer service.  
Having said that, I'm sure you are aware that restoring an old truck is full of 
challenges and aggravations.  At least you aren't out a ton of money.  I had a 
guy in here in Denver rip me off for thousands, and I never could get him 
prosecuted.  He's still in business but I steer work away from him every chance 
I get. 

Alan
Denver
'50 Chevy 1/2 ton pickup  
  - Original Message - 
  From: John Lupton 
  To: old-chevy-truck@yahoogroups.com ; [EMAIL PROTECTED] 
  Sent: Friday, April 20, 2007 5:43 PM
  Subject: [old-chevy-truck] beware of American Classic Truck Parts


  To the group,

  I had a very unpleasant experience with American Classic Truck Parts which I 
think might be of interest to chevy truck owners. I recently ordered a $70.00 
rear bed cross sill for my 36 Chevy 1/2 ton from ACTP. the part was actually 
shipped from Mack Hills. it is listed in the ACTP catalog as being the correct 
cross sill for a 34-39 truck. But this part is not an exact match for the 34-36 
trucks. instead it has a part of the cross sill that is bent up into a flange 
on the inside I think the flange is there to accept the spare tire which is 
stored under the bed in the 37-39 trucks. Evidently the ACTP on line catalog 
has a picture of the cross sill, but I was ordering from their print catalog. 
when I pointed this difference in the part out to ACTP, they said I was being 
fussy (which may be true), but that I should call Mack Hills. I did that, and 
they agreed to let me return the part, plus they were nice enough to pay for 
the return shipping. Then after waiting about
  3 weeks for my $70 refund, I finally called Mack Hills, and learned that they 
had received the part and had sent their $40 refund to ACTP 2 weeks before. So 
this is very interesting: Mack Hills only gets $40 for this part, and ACTP 
marks it up another $30. Finally the refund appeared on my credit card, but it 
was for $56, not $70. Thus ACTP deducted a 20% restocking fee even though they 
never handled the part and in fact sent me a part that is not correct for the 
36 pickup. When I complained to ACTP about this, the response was that they 
couldn't help me and furthermore they refused to do any business with me in the 
future. This was quite bizarre considering that I have been a good customer and 
purchased ~ $1000 worth of parts from them over the last 2 years or so. 

  Two lessons to be learned from this:

  1. the 34-39 pickup rear cross sills are not exactly correct replacements for 
the 34-36 trucks. I know this because I own two 36 trucks, and also purchased 
some 34 chevy pickup bed parts. None of these original bed cross sills have 
that bent up flange part... the cross sills all have the same cross section all 
the way across. So if you are trying to restore your 34-36 truck exactly to 
original, this is not the part to buy. 

  2. beware of ordering from ACTP. if you try to return any parts, or complain 
about anything, they get nasty! I have bought parts from them because they are 
slightly cheaper than some of the other vendors, but it is not worth it.

  buyer beware John Lupton

  ps. the replacement center bed strips and curved angle bed strips that I got 
from Mar-K are beautiful and an exact match for the originals!


   

[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Radiator repair in Denver area

2007-04-16 Thread Alan Lubow
There's a repair place I've had good luck with near me on South Broadway in 
Denver -- I think it's Florida Radiator (on Florida and South Broadway). I'll 
check on the name next time I go by.  Keep in mind that if you repair your old 
radiator it's only a temporary fix.  All they are doing is brazing your holes 
shut, and they also boil it in a chemical bath to clean and run a rod through 
the channels.  You've still got the same aged, degraded core you started with, 
and more holes will develop over time plus the repair will close some of the 
channels giving you less cooling capacity.  IMO it's best to go ahead and spend 
the money and have your radiator recored, or replaced.

Alan
  - Original Message - 
  From: Richard N. Reul 
  To: old-chevy-truck@yahoogroups.com ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] 
  Sent: Monday, April 16, 2007 10:28 AM
  Subject: Re: [old-chevy-truck] Radiator repair in Denver area


  Durwood, tell us how you really feel. I know a few of those people myself.
  Rich

  - Original Message - 
  From: Durwood B. Darbin 
  To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; old-chevy-truck@yahoogroups.com 
  Sent: Monday, April 16, 2007 10:55 AM
  Subject: [old-chevy-truck] Radiator repair in Denver area

  Actually I should have titled this RELIABLE radiator repair in the Denver, 
  Greeley, Fort Collins area. There is a radiator repair place in Greeley 
  that fixed my radiator last year and now it leaks like a sieve and this 
  guy thinks that his s--- don't stink.!!! Thus the quest for a RELIABLE 
  radiator repair place. That sorry bastage Fargin' cork sucker doesn't want 
  to be bothered with 'toy' radiators, he caters to industrial and semi trucks 
  because 'they depend on him for them to earn their living with THEIR 
  radiators'!!! SONNOFA-

  I sure hope that he doesn't drop hot solder on is exposed flesh every day 
  for the next year or so.

  BTW, he drives F*#ds. It figures.

  I feel better now. ;-)

  Durwood
  51 Chevy 1/2 ton Deluxe 5 window
  52 Burb
  54 Jimmy 1/2 ton Deluxe 5 window

  [Non-text portions of this message have been removed]



   

[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Radiator installation help

2007-04-14 Thread Alan Lubow
That Durwood is ok in my book.  Texans don't seem to like him much though!

Alan
Denver
  - Original Message - 
  From: Ron Smiley 
  To: [EMAIL PROTECTED] 
  Sent: Saturday, April 14, 2007 1:47 PM
  Subject: Re: [old-chevy-truck] Radiator installation help


  Antonio: I installed a 57 235 in my 53, I used the short shaft water pump, a 
flexfan that I got from a local parts store, but I used the old radiator. I 
have approx five eigths inch clearance between the radiator and the bolt heads 
that holds the fan in place. Durwood, a member of this list gave me the info on 
the flex fan. I might be able to find a part number. Ron

  - Original Message 
  From: Janice Bell [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, April 14, 2007 12:38:24 AM
  Subject: Re: [old-chevy-truck] Radiator installation help

  Antonio,

  I also by fate own a 1953 chev pickup with a later 235 in it. I am just about 
to order the short shaft water pump. There is a special fan that has to be 
purchased (from Jim Carter) as I am told by them, that needs to go on this 
installation.

  Jeepers, I hope to not have problems getting the rad in, as I am ordering a 
new rad at the same time, and new hoses top and bottom. I can't help you with 
this, as I am not that far along. Perhaps someone else can advise us both.

  Janice 

   - - ---

  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail 

  [Non-text portions of this message have been removed]

  !--

  #ygrp-mlmsg {font-size:13px;font-family:arial, helvetica, clean, sans-serif;}
  #ygrp-mlmsg table {font-size:inherit;font:100%;}
  #ygrp-mlmsg select, input, textarea {font:99% arial, helvetica, clean, 
sans-serif;}
  #ygrp-mlmsg pre, code {font:115% monospace;}
  #ygrp-mlmsg * {line-height:1.22em;}
  #ygrp-text{
  font-family:Georgia;
  }
  #ygrp-text p{
  margin:0 0 1em 0;}
  #ygrp-tpmsgs{
  font-family:Arial;
  clear:both;}
  #ygrp-vitnav{
  padding-top:10px;font-family:Verdana;font-size:77%;margin:0;}
  #ygrp-vitnav a{
  padding:0 1px;}
  #ygrp-actbar{
  clear:both;margin:25px 0;white-space:nowrap;color:#666;text-align:right;}
  #ygrp-actbar .left{
  float:left;white-space:nowrap;}
  .bld{font-weight:bold;}
  #ygrp-grft{
  font-family:Verdana;font-size:77%;padding:15px 0;}
  #ygrp-ft{
  font-family:verdana;font-size:77%;border-top:1px solid #666;
  padding:5px 0;
  }
  #ygrp-mlmsg #logo{
  padding-bottom:10px;}

  #ygrp-vital{
  background-color:#e0ecee;margin-bottom:20px;padding:2px 0 8px 8px;}
  #ygrp-vital #vithd{
  
font-size:77%;font-family:Verdana;font-weight:bold;color:#333;text-transform:uppercase;}
  #ygrp-vital ul{
  padding:0;margin:2px 0;}
  #ygrp-vital ul li{
  list-style-type:none;clear:both;border:1px solid #e0ecee;
  }
  #ygrp-vital ul li .ct{
  
font-weight:bold;color:#ff7900;float:right;width:2em;text-align:right;padding-right:.5em;}
  #ygrp-vital ul li .cat{
  font-weight:bold;}
  #ygrp-vital a {
  text-decoration:none;}

  #ygrp-vital a:hover{
  text-decoration:underline;}

  #ygrp-sponsor #hd{
  color:#999;font-size:77%;}
  #ygrp-sponsor #ov{
  padding:6px 13px;background-color:#e0ecee;margin-bottom:20px;}
  #ygrp-sponsor #ov ul{
  padding:0 0 0 8px;margin:0;}
  #ygrp-sponsor #ov li{
  list-style-type:square;padding:6px 0;font-size:77%;}
  #ygrp-sponsor #ov li a{
  text-decoration:none;font-size:130%;}
  #ygrp-sponsor #nc {
  background-color:#eee;margin-bottom:20px;padding:0 8px;}
  #ygrp-sponsor .ad{
  padding:8px 0;}
  #ygrp-sponsor .ad #hd1{
  
font-family:Arial;font-weight:bold;color:#628c2a;font-size:100%;line-height:122%;}
  #ygrp-sponsor .ad a{
  text-decoration:none;}
  #ygrp-sponsor .ad a:hover{
  text-decoration:underline;}
  #ygrp-sponsor .ad p{
  margin:0;}
  o {font-size:0;}
  .MsoNormal {
  margin:0 0 0 0;}
  #ygrp-text tt{
  font-size:120%;}
  blockquote{margin:0 0 0 4px;}
  .replbq {margin:4;}
  --

  __
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 

  [Non-text portions of this message have been removed]



   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.5.446 / Virus Database: 269.4.0/760 - Release Date: 4/13/2007 8:04 
PM


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To 

[Bug 81924] Re: nvidia fb causes soft CPU lockup

2007-03-10 Thread Eric Lubow
uname -a:  Linux tivo 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006 i686
GNU/Linux


** Attachment added: dmesg log
   http://librarian.launchpad.net/6724621/dmesg.log

-- 
nvidia fb causes soft CPU lockup
https://launchpad.net/bugs/81924

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 81924] Re: nvidia fb causes soft CPU lockup

2007-03-10 Thread Eric Lubow
Here is the CPU information:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 2
model name  : Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping: 5
cpu MHz : 2400.357
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up cid xtpr
bogomips: 4803.69

-- 
nvidia fb causes soft CPU lockup
https://launchpad.net/bugs/81924

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 81924] Re: nvidia fb causes soft CPU lockup

2007-03-10 Thread Eric Lubow

** Attachment added: lspci-vvnn
   http://librarian.launchpad.net/6724625/lspci-vvnn.log

-- 
nvidia fb causes soft CPU lockup
https://launchpad.net/bugs/81924

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 81924] nvidia fb causes soft CPU lockup

2007-01-27 Thread Eric Lubow
Public bug reported:

It happens on reboot.  The whole set of issues started when I did an apt-get 
dist-upgrade from dapper to edgy. The xOrg wouldn't start and I started to get 
the same errors everyone else is reporting, FreeFontPath: FPE 
/usr/share/fonts/X11/misc/ refcount is 2, should be 1; and 
AIGLX: Screen 0 is not DRI capable.  After much playing around with my 
xorg.conf, I gave up and rebooted.  This is when I got this error.  I can 
provide any more information that may be helpful in solving the problem, but I 
don't want to provide too much extraneous information.

Excerpt from dmesg:
[17179613.704000] BUG: soft lockup detected on CPU#0!
[17179613.704000]  c0121752 update_process_times+0x22/0x60  c0106a26 
timer_interrupt+0x46/0x90
[17179613.704000]  c0139ae3 handle_IRQ_event+0x33/0x60  c0139b80 
__do_IRQ+0x70/0xc0
[17179613.704000]  c01056f9 do_IRQ+0x19/0x30  c0103e8a 
common_interrupt+0x1a/0x20
[17179613.704000]  e0b4e533 NVDmaWait+0xd3/0x190 [nvidiafb]  e0b4e970 
nvidiafb_imageblit+0x380/0x3a0 [nvid
iafb]
[17179613.704000]  c0140deb get_page_from_freelist+0x30b/0x380  e081f5d1 
bit_putcs+0x391/0x630 [bitblit]
[17179613.704000]  c01e00ff fb_cmap_to_user+0x1f/0xd0  e0b48cb9 
nvidia_write_clut+0x59/0x80 [nvidiafb]
[17179613.704000]  e083980d fbcon_putcs+0x18d/0x2c0 [fbcon]  e081f240 
bit_putcs+0x0/0x630 [bitblit]
[17179613.704000]  c0217ab6 do_update_region+0x126/0x160  c021a2a7 
redraw_screen+0x137/0x1e0
[17179613.704000]  c02113f9 tty_wait_until_sent+0xc9/0xe0  c0212628 
complete_change_console+0x28/0xe0
[17179613.704000]  c0213f33 vt_ioctl+0x1723/0x1830  c0212810 
vt_ioctl+0x0/0x1830
[17179613.704000]  c020ddb5 tty_ioctl+0x105/0xd90  c02c6d6a 
do_general_protection+0x14a/0x180
[17179613.704000]  c011dc02 __do_softirq+0x42/0x90  c02c6c20 
do_general_protection+0x0/0x180
[17179613.704000]  c0103f7f error_code+0x4f/0x60  c020dcb0 
tty_ioctl+0x0/0xd90
[17179613.704000]  c0169c39 do_ioctl+0x69/0x70  c0169c9c 
vfs_ioctl+0x5c/0x270
[17179613.704000]  c0169f22 sys_ioctl+0x72/0x90  c0102e27 
syscall_call+0x7/0xb
[17179829.824000] DMA Get lockup

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
nvidia fb causes soft CPU lockup
https://launchpad.net/bugs/81924

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [old-chevy-truck] crooks

2006-12-22 Thread Alan Lubow
Herb:  

If you post the details it may save someone else a lot of heartache.  Where are 
you and what is the name of the shop/mechanic  you are dealing with?  I was 
ripped off here in Denver and one of the reasons I follow the list is to try to 
warn folks away from the guy who cheated me, (Brad at Colorado Truck Shop).  

Alan 
Denver
'50 Chevy 1/2 ton
  - Original Message - 
  From: herb 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Friday, December 22, 2006 4:44 PM
  Subject: [old-chevy-truck] crooks


  now i have a big problem my mechinic/con artist has managed to 
  disasemble my 51to the frame and nowit has been 10 months since 
  anything has been touched he knows i'm at his mercy for he has my 50 
  chevy and my 51gmc i have no storage for them and payed for most of the 
  work this was my dream now just an expencive nitemare sorry people 
  just needed to vent



   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.0.409 / Virus Database: 268.15.26/598 - Release Date: 12/22/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-17 Thread Eric B. Lubow

Added make reallyinstall target
Added help text for make reallyinstall target
Fixed make install target

root.new |   16 
 1 file changed, 12 insertions(+), 4 deletions(-)

Eric Lubow
E: [EMAIL PROTECTED]
W: http://eric.lubow.org/




root.patch
Description: root.patch


RE: [perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-17 Thread Eric B. Lubow

Added make reallyinstall target
Added help text for make reallyinstall target
Fixed make install target

Eric Lubow
E: [EMAIL PROTECTED]
W: http://eric.lubow.org/




root.patch
Description: root.patch


RE: [perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-17 Thread Eric B. Lubow
Paul,

Use the one that is the newest.  It has the reallyinstall target in
the make help and in the actual make process.

Eric

-Original Message-
From: Paul Cochrane via RT [mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 17, 2006 7:51 AM
To: Eric B. Lubow
Subject: [perl #41099] [PATCH] root.in Makefile and CREDITS 

Eric,

 Added make reallyinstall target
 Added help text for make reallyinstall target
 Fixed make install target

It seems that you've provided two different patches to do this (the 
first looks like an svn diff, and the second a plain normal diff), 
which one do you want applied?

Paul



RE: [perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-17 Thread Eric B. Lubow
Paul,
   I just checked the RT queue.  I didn't realize they came in at the
same time.  Use the one that's 1.4k and is CC'd perl6internals.

Eric

-Original Message-
From: Paul Cochrane via RT [mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 17, 2006 7:51 AM
To: Eric B. Lubow
Subject: [perl #41099] [PATCH] root.in Makefile and CREDITS 

Eric,

 Added make reallyinstall target
 Added help text for make reallyinstall target
 Fixed make install target

It seems that you've provided two different patches to do this (the 
first looks like an svn diff, and the second a plain normal diff), 
which one do you want applied?

Paul



[perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-17 Thread Eric B. Lubow

Added make reallyinstall target
Added help text for make reallyinstall target
Fixed make install target

root.new |   16 
 1 file changed, 12 insertions(+), 4 deletions(-)

Eric Lubow
E: [EMAIL PROTECTED]
W: http://eric.lubow.org/




root.patch
Description: root.patch


RE: [perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-17 Thread Eric B. Lubow

Added make reallyinstall target
Added help text for make reallyinstall target
Fixed make install target

Eric Lubow
E: [EMAIL PROTECTED]
W: http://eric.lubow.org/




root.patch
Description: root.patch


RE: [perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-17 Thread Eric B. Lubow
Paul,

Use the one that is the newest.  It has the reallyinstall target in
the make help and in the actual make process.

Eric

-Original Message-
From: Paul Cochrane via RT [mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 17, 2006 7:51 AM
To: Eric B. Lubow
Subject: [perl #41099] [PATCH] root.in Makefile and CREDITS 

Eric,

 Added make reallyinstall target
 Added help text for make reallyinstall target
 Fixed make install target

It seems that you've provided two different patches to do this (the 
first looks like an svn diff, and the second a plain normal diff), 
which one do you want applied?

Paul



RE: [perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-17 Thread Eric B. Lubow
Paul,
   I just checked the RT queue.  I didn't realize they came in at the
same time.  Use the one that's 1.4k and is CC'd perl6internals.

Eric

-Original Message-
From: Paul Cochrane via RT [mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 17, 2006 7:51 AM
To: Eric B. Lubow
Subject: [perl #41099] [PATCH] root.in Makefile and CREDITS 

Eric,

 Added make reallyinstall target
 Added help text for make reallyinstall target
 Fixed make install target

It seems that you've provided two different patches to do this (the 
first looks like an svn diff, and the second a plain normal diff), 
which one do you want applied?

Paul



[perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-16 Thread Eric B. Lubow
# New Ticket Created by  Eric B. Lubow 
# Please include the string:  [perl #41099]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41099 


Ensured the makefile doesn't allow a make install and added myself to
the CREDITS file.

Eric Lubow
E: [EMAIL PROTECTED]
W: http://eric.lubow.org/



CREDITS.patch
Description: Binary data


root.patch
Description: Binary data


[perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-16 Thread Eric B. Lubow
# New Ticket Created by  Eric B. Lubow 
# Please include the string:  [perl #41099]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41099 


Ensured the makefile doesn't allow a make install and added myself to
the CREDITS file.

Eric Lubow
E: [EMAIL PROTECTED]
W: http://eric.lubow.org/



CREDITS.patch
Description: Binary data


root.patch
Description: Binary data


Re: [old-chevy-truck] Re: Hand crank bracket

2006-12-01 Thread Alan Lubow
I would add, use a heavy leather glove (should be in your truck anyway).  The 
216s are actually not too hard to start this way and it is a major advantage of 
staying with the original motor, IMO.  'Course I've now got a 235, and a 12 
volt alternator. . .

Alan
'50 Chevy 1/2 ton
Denver, CO  
  - Original Message - 
  From: rmarks10 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Thursday, November 30, 2006 7:52 PM 
   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.409 / Virus Database: 268.15.2/560 - Release Date: 11/30/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [old-chevy-truck] Pinging problems--maybe an answer for me from me ????

2006-11-03 Thread Alan Lubow
Steve -- I'm running the Mallory Unilite in my truck right now.  I bought the 
Langdons's mini HEI setup because it uses the vacuum advance and not just the 
mechanical -- just haven't gotten around to getting it installed yet because 
the Mallory runs ok.

  Alan
  '50 Chevy 1/2 ton
  Denver
  - Original Message - 
  From: Steve 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Friday, November 03, 2006 2:16 AM
  Subject: [old-chevy-truck] Pinging problems--maybe an answer for me from me 



  Hello, all, I mentioned on a few accasions about the sometimes pinging 
  I would be getting when climbing grades, or accelerating too fast. I'm 
  using the Malory Unilite Electronic distributor---uses an infrared 
  sender and receiver. No more dwell, no more pitted burned braker 
  points, none of that no more, I've been happy with it for about a 
  year. I learned here, but for anyone out there who may also need to 
  know here it is. I purchased the Unilite, I love it, everyone has an 
  LMC book its #36-2929. Works great. You all who always read know I 
  have a little irk with a pinging issue. 
  I purchased at Oreily's the advace curve kit, don't think LMC has it. 
  It comes with the various springs you can readjust the advance curves 
  to however you likings, I'm not messing with that. I'm not that 
  smart. But also it comes with the keys to adjust the maximam amount of 
  advance you are getting. LMC article says Malory has calibrated it for 
  the curves for normal driving conditions (springs). Yet I found that 
  you must yourself adjust the max on the advancement of time yourself. 
  The LMC book  Malory stuff with the Unilite doesn't inform you of that.
  I guess maybe I'm just not the smartest, I know a lot of people know a 
  lot more than me, but I try. My shop manual has specs for mechanical 
  advance of the distributor--it had a vacuum unit on the original, so I 
  guess the original did both vacuum and some mechanical advance. The 
  mechanical advance in the specs says 12 to 14 degrees max of 
  crankshaft whatever. Well the unilite has adjustment screws and the 
  kit advance kit has the keys to set the proper mechanical advance based 
  on my specs. My specs say 12-14 degrees. The Unilite was maxed out all 
  the way to 0 degrees. They don't calibrate and adjust this for you. 
  So it could advance way further than it is supposed to according to my 
  shop manual specs. I had to pull it out to loosen the hold down screws 
  for the advance plate, unfortionatly. One seemed to feel about 100 
  foot pounds tight. Whatever, they appeared with my glasses on to be 
  3/16 allen screwsso said Malory after a phone call, this tight 
  screw. But found it was these crappy torx screws used for the hold 
  down 8-32, real small. Don't rely on who you call for info. Anyway 
  the adjustment is made, I only have to put it in tomorrow, it will 
  advance at least 50% less than it was, you know I have been mentioning 
  the pinging thing in a few prior articles. I will soon see, and so far 
  I think I may have solved my own problem. Anyway, I'm boring, but this 
  is out there for everyone to see. Steve -- 
  ColumbusGA,FtBenningGA,PhenixCity,AL59 Fleetside Apache 235 



   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.409 / Virus Database: 268.13.26/516 - Release Date: 11/3/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Bug#396771: newaliases causes dpkg-configure to fail when postfix and postfix-pcre are installed together

2006-11-02 Thread Eric Lubow
Package: postfix
Version: 2.3.3-1
Severity: normal

The combination install of postfix and postfix-pcre seems to fine.
Everything also works fine when installed.  However the postfix and
postfix-pcre packages are not configured under the apt repository.  This
means that the mail-transport-agent isn't being Provided like it
should be.

It appears to me that this bug maybe similar to #348645 (which I know
has been resolved.  But I am not entirely sure.  I have my installation
pinned as testing which is noted later in this email.  That is the
reason that I haven't experimented yet with postfix 2.3.3-4.

What appears to be happening to me is that newaliases is trying to run
using the proper information obtained from my /etc/postfix/main.cf and
it isn't working because newaliases builds a map and I have in my
main.cf:

alias_maps = pcre:/etc/postfix/aliases
alias_database = pcre:/etc/postfix/aliases

This means that newaliases won't work since its not the expected
key/value pair of a regular hash:/etc/postfix/aliases file.

When I attempt to do an upgrade, the following happens:

hood:~# apt-cache policy postfix
postfix:
  Installed: 2.3.3-1
  Candidate: 2.3.3-1
  Version table:
 2.3.3-4 0
600 http://ftp.us.debian.org unstable/main Packages
 *** 2.3.3-1 0
650 http://ftp.us.debian.org testing/main Packages
100 /var/lib/dpkg/status
hood:~# apt-get install postfix
Reading package lists... Done
Building dependency tree... Done
postfix is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up postfix (2.3.3-1) ...

Postfix configuration was not changed.  If you need to make changes,
edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix
configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
postalias: fatal: dict_mkmap_func: unsupported dictionary type: pcre
does not allow map creation.
dpkg: error processing postfix (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of postfix-pcre:
 postfix-pcre depends on postfix; however:
  Package postfix is not configured yet.
 postfix-pcre depends on postfix (= 2.3.3-1); however:
  Package postfix is not configured yet.
dpkg: error processing postfix-pcre (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 postfix
 postfix-pcre
E: Sub-process /usr/bin/dpkg returned an error code (1)

Thanks for the support,

  Eric
  http://eric.lubow.org/


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages postfix depends on:
ii  adduser 3.97 Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.6Debian configuration management sy
ii  dpkg1.13.22  package maintenance system for Deb
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libdb4.34.3.29-6 Berkeley v4.3 Database Libraries [
ii  libsasl22.1.19.dfsg1-0.5 Authentication abstraction library
ii  libssl0.9.8 0.9.8c-3 SSL shared libraries
ii  lsb-base3.1-15   Linux Standard Base 3.1 init scrip
ii  netbase 4.25 Basic TCP/IP networking system
ii  ssl-cert1.0.13   Simple debconf wrapper for openssl

Versions of packages postfix recommends:
ii  mailx [mail-read 1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  mutt [mail-reade 1.5.13-1text-based mailreader supporting M

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [old-chevy-truck] Re: Gauge Refacing Kit

2006-10-13 Thread Alan Lubow
Remember the decals you used to put on your model planes and rockets when you 
were a kid?  They're like that.

Alan
'50 Chevy 1/2 ton
Denver
  - Original Message - 
  From: K Ohlgren 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Friday, October 13, 2006 10:34 AM
  Subject: RE: [old-chevy-truck] Re: Gauge Refacing Kit


  the water alows you to reposition the stickers
  standard operating proceedure

  Kurt
  58 3100 Apache project
  the Duracell Project it keeps going... and going...

  From: Green, Steven D [EMAIL PROTECTED]
  Reply-To: old-chevy-truck@yahoogroups.com
  To: old-chevy-truck@yahoogroups.com
  Subject: RE: [old-chevy-truck] Re: Gauge Refacing Kit
  Date: Fri, 13 Oct 2006 11:16:58 -0500
  
  
  I bought a gauge refacing kit for my '53 3100. The material appears to
  be self-adhesive stickers but the instructions say to wet them and to
  wet the gauge plates before installing over sanded, repainted surfaces.
  
  Anybody used these with good results? With or without moisture?
  
  Thanks
  

  __
  Be seen and heard with Windows Live Messenger and Microsoft LifeCams 
  
http://clk.atdmt.com/MSN/go/msnnkwme002001msn/direct/01/?href=http://www.microsoft.com/hardware/digitalcommunication/default.mspx?locale=en-ussource=hmtagline



   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.408 / Virus Database: 268.13.3/474 - Release Date: 10/13/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [old-chevy-truck] 59 Chevy-Stepside For Sale 65026

2006-10-09 Thread Alan Lubow
Sounds like a great truck. Where are you located?

Alan
Denver, CO
  - Original Message - 
  From: cogojo 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Monday, October 09, 2006 9:56 AM
  Subject: [old-chevy-truck] 59 Chevy-Stepside For Sale 65026


  We have a 1959 Chevy Apache Stepside for sale, 95% restored, 355 
  engine that is balanced and blue printed, 12 bolt positive track, 
  automatic transmission, a/c, new tires, Interior is finished, good 
  paint, runs great! Any questions call John at 573-392-2261 before noon 
  CST. Can email picture and will also have it posted in photos.
  $10,200 (negotiable)



   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.407 / Virus Database: 268.13.1/466 - Release Date: 10/7/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Re: Gas Tank Restoration

2006-09-08 Thread Alan Lubow
Check with any local radiator repair shop.  They all used to boil gas tanks up 
until a few years ago.  These days far fewer do but there may be one or two 
left in your area.  The guys who work at the radiator repair shops will know 
who still does this in your area.  

Alan
'50 Chevy 1/2 ton
Denver
  - Original Message - 
  From: wgilbert_99 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Friday, September 08, 2006 3:07 PM
  Subject: [old-chevy-truck] Re: Gas Tank Restoration


  What you say is true. I am now 64 and have been up to my elbows in 
  that stuff, about once a year between 1965 and 1975. How do I find a 
  tank boiling establishment in a town of 50,000? ...bill

  Recent Activity
a..  5New Members
  Visit Your Group 
  New Message Search
  Find the message you want faster. Visit your group to try out the improved 
message search.



  Share feedback on the new changes to Groups
  . 
   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 9/8/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/old-chevy-truck/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Re: Fan To Radiator Clearance

2006-08-06 Thread Alan Lubow
If you don't change to a short shaft water pump (Patricks and others) when you 
put in a 235 then at some point your engine may move just a bit (rock on the 
mounts when it hits a bump or something, I guess)  and the fan can cut into 
your radiator, breaking off a blade and destroying your radiator instantly.  
This can happen at an inopportune time and leave you stranded on I-70 in rural 
Ilinois where you will get to meet the nicest people who will fix you up and 
you'll be on your way again in a day or two.  Ask me how I know!

Alan
'50 Chevy 1/2 ton
Dener 

- Original Message - 
  From: Duane Clark 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Sunday, August 06, 2006 11:05 PM
  Subject: Re: [old-chevy-truck] Re: Fan To Radiator Clearance


  ok, one less thing to worry about,. thnks, nate
  - Original Message - 
  From: vwnate1 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Sunday, August 06, 2006 8:14 PM
  Subject: [old-chevy-truck] Re: Fan To Radiator Clearance

  I have about 1/4 (EEK) clearance because I have a 235 and the wrong 
  water pump -plus- an oversized radiator core...

  It all works out just fine , never any troubles .

  -Nate
  Dalton wrote:
  
   About radiators. Why is the clearance between my radiator and my fan 
  so close. This is on my '51 halfer. I know it didn't use to be that 
  way. Sometime, somewhere in working on my truck and not paying 
  attention, I created this situation. The clearance is less than an 
  inch. Others notice this right away when I open the hood. The radiator 
  and the fan don't come in contact. What should normal clearance be? 
  The radiator is stock and mounted correctly. Maybe the suspect would 
  be the fan or water pump shaft. Thanks, dalton 

  [Non-text portions of this message have been removed]



   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.394 / Virus Database: 268.10.7/410 - Release Date: 8/5/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [old-chevy-truck] A/C systems

2006-07-18 Thread Alan Lubow
The brackets for what you are trying to do should be available through 
Patricks.  

Alan
'50 Chevy 1/2 ton
Denver, CO   
  - Original Message - 
  From: rc356s 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Wednesday, July 12, 2006 9:28 AM
  Subject: [old-chevy-truck] A/C systems


  Hi Guys,
  I am interested in adding an A/C system to my 50 1/2 ton truck with a 
  235. Has anyone on the list added A/C to a inline six motor. I have 
  looked at some of the vintage A/C places and most of the product are 
  for V-8's. They never seem to have a good picture of what the 
  compressor brackets look like as I am thinking of making them myself. 
  I have seen some pictures of engines with the compressor on the driver 
  side mounted where the generator should go. I have also seen someone on 
  this site with the compressor mounted on the passenger side. Can 
  anyone share their experience and what they did and how well did it 
  turn out. I am also wondering if it make the motor real sluggish? 
  Thanks 
  rene



   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.394 / Virus Database: 268.10.1/389 - Release Date: 7/14/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Transporting Truck ?

2006-06-19 Thread Alan Lubow
I drove out Ohio and hauled a truck back on an 18 foot flatbed trailer I bought 
on the internet and had delivered in Columbus.  I sold the trailer when I got 
back to Denver.  For the price, this sounds like a much better solution!

Alan
'50 Chevy 1/2 ton
Denver, CO  
  - Original Message - 
  From: charles olson 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Monday, June 19, 2006 1:06 PM
  Subject: RE: [old-chevy-truck] Transporting Truck ?


  Hi, on 6-1-06, I had my 1946 Plymoth Woodie
  transported from Seattle WA to PHX AZ for $525. I
  used Tri Western Transport, LLC, 206 310-5366. Ray
  was the driver of Truck #5, an 5 car open hauler, who
  placed my Woodie on top to keep people from getting
  near it. Total time, three days. I give them a very
  high recommendation. Charlie in AZ

  BTW, HI SCOTT, IT WAS NICE MEETING YOU IN MONROE.

  --- Scott Mountney [EMAIL PROTECTED] wrote:

   I have shipped vehicles with DAS although I dont
   know if they require running cars. Kanter and
   Hagerty both offer classic car shipping.
   
   
   
   From: old-chevy-truck@yahoogroups.com on behalf of
   Tom
   Sent: Mon 6/19/2006 1:41 PM
   To: old-chevy-truck@yahoogroups.com
   Subject: [old-chevy-truck] Transporting Truck ?
   
   
   
   I have a 57 Chevy 6400 I need to have transported to
   Colorado from PA.
   Any suggestion on companys to do this.
   
   It is not running at this time. It has a stuck
   Exhust valve in Cyl #6.
   I do not have the time to work on it here so need to
   get it to my
   house in CO. I want to restore to total original, 
   or as mush as
   possible.
   
   Tom S
   57 6400
   
   
   
   
   
   Ole Chevy and GMC trucks rule!
   
   To unsubscribe, send an email (with no subject, no
   body, just the email), to: 
   [EMAIL PROTECTED]
   Yahoo! Groups Links
   
   
   
   
   
   
   
   
   
   
   [Non-text portions of this message have been
   removed]
   
   
   
   Ole Chevy and GMC trucks rule!
   
   To unsubscribe, send an email (with no subject, no
   body, just the email), to: 
   [EMAIL PROTECTED] 
   Yahoo! Groups Links
   
   
   [EMAIL PROTECTED]
   
   
   
   
   
   

  __
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 


   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.394 / Virus Database: 268.9.1/369 - Release Date: 6/19/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [old-chevy-truck] Today's doings---WAKE UP CALL/rodents

2006-06-12 Thread Alan Lubow
There are certain parts of the country where Hanta virus from mice is more of a 
problem -- like the Southwest.  You can ask your doctor if it's a problem in 
your area.  Full Hazmat gear (supplied air respirator, suit, etc). is probably 
not necessary in most situations, but a good dust mask/cartridge respirator is 
really a good idea in any case. 

Someone on the list a few years ago posted that he had gone to a local 
community college to take some evening auto body classes.  I finally did that, 
and one of the most useful things I learned was how and when to use all that 
PPE (Personal Protective Equipment).   I got used to working with it and now 
would never consider doing the stupid stuff I used to do -- like grinding 
without a full face shield and leather gloves, etc.  

Alan
50 Chevy 1/2 ton
Denver, CO
  - Original Message - 
  From: Jonathan Leishear 
  To: old-chevy-truck@yahoogroups.com 
  Sent: Monday, June 12, 2006 11:54 AM
  Subject: Re: [old-chevy-truck] Today's doings---WAKE UP CALL/rodents


  I had mice in an old car. I'm thinking from the looks
  of things, evidence-wise, that they got inside the
  seats. I guess when I pull them to have my son
  re-upholster them I should have him wear protective
  clothing when he's cutting off/up the old material.

  I saw them in the trunk and gutted that down to the
  steel. I have engine work and torque converter work to
  do but I guess it would pay to pull the seats early on
  and just gut all that fabric, stuffing, batting, etc.

  Jon L.

  --- charles olson [EMAIL PROTECTED] wrote:

   Hi, small animals can get into areas we can't even
   see. If they can reproduce, defecate, die, urinate
   or leave food waste, it is unhealthy to even breathe
   the air in a confined space. Ever hear of Lyme
   Disease, Valley Fever, Tick Fever, etc? These are
   all borne by small rodents. If your ride is
   infused,
   wear haz-mat protective clothing, gut the truck and
   save your life. I am not trying to scare you, but
   is
   it worth the risk to catch something for which there
   is no cure, an expensive or painful cure? You
   aren't
   dealing with an old urine stained mattress here, you
   know. Charlie Olson DDS, retired
   
   --- dazysnow [EMAIL PROTECTED] wrote:
   
Finally turned old Red over. The 6 volt kicked
   out
a few turns, but no 
start. Found a leak at the fuel pump and one at
   the
fuel filter bowl. 
This tells me fuel made it to the carb, but didn't
detonate. Got a new 
battery. Now about the mouse smell...I know
someone has 
encountered this before..How do I get rid of
   it?
What precautions 
should I take before I tear into the headliner? 
   And
under the seats, 
and wherever else I can find. Guess tomorrow I'll
change points, 
condenser, and rotor, and redo the fuel fittings,
hook up the new 
battery, and put a chlothes pin on my nose while I
hop in and turn it 
over.






Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no
body, just the email), to: 
[EMAIL PROTECTED] 
Yahoo! Groups Links


[EMAIL PROTECTED]





   
   __
   Do You Yahoo!?
   Tired of spam? Yahoo! Mail has the best spam
   protection around 
   http://mail.yahoo.com 
   

  __
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 


   


--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.394 / Virus Database: 268.8.3/361 - Release Date: 6/11/2006


[Non-text portions of this message have been removed]



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Early 50's 235 carb

2006-05-12 Thread Alan Lubow
Try your friendly local auto parts store.

Alan
'50 Chevy 1/2 ton

- Original Message - 
From: matt [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com
Sent: Friday, May 12, 2006 12:12 PM
Subject: [old-chevy-truck] Early 50's 235 carb


 Anyone have one they want to sell me?  In a perfect world it would be
 rebuilt but I will take anything at this point.






 Ole Chevy and GMC trucks rule!

 To unsubscribe, send an email (with no subject, no body, just the email),
to:  [EMAIL PROTECTED]
 Yahoo! Groups Links









 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.392 / Virus Database: 268.5.6/337 - Release Date: 5/11/2006





Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [old-chevy-truck] How to clean seal rusty gas tank??

2006-04-23 Thread Alan Lubow
Durwood, you want to use phosphoric acid, used extensively in auto 
resoration as a pre-primer; and not muriatic (used in construction 
industry for cleaning brick, etc).  Phosphoric acid should be available at 
your local hardware store in the paint section as Ospho.  It will be about 
$18 for a gallon.  You can use it straight but it works just fine if you 
dilute it down too, (I think you can go all the way down to 1 part Ospho to 
10 parts water) and your gallon will last longer.  Instructions on the side 
of the jug.  Clean the gasoline and rust out of your tank out with TSP (also 
at the painters supply) and a length of chain in the tank first, shake it 
all around and you will be amazed at all the crud that comes out.  Then 
drain and do the same thing with the Ospho.  This job takes patience.  Give 
it a few days in the sun to dry before you use the tank sealer and let your 
tank sealer dry for a few days before you put in your sending unit.  Use 
long nitrile gloves, long sleeves and a respirator mask 'cause Ospho will 
burn your skin and lungs like battery acid if you are not careful (ask me 
how I know).

Alan
'50 Chevy 1/2 ton
Denver
- Original Message - 
From: [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com; [EMAIL PROTECTED]; 
[EMAIL PROTECTED]
Sent: Sunday, April 23, 2006 6:55 AM
Subject: Re: [old-chevy-truck] How to clean  seal rusty gas tank??


 Durwood,

 Do you have a radiator shop that also does the Reneu process?  If so, they
 can do the complete job for about $150 and it will be guaranteed.

 Jim V.

   At 07:09 PM 4/22/2006 Saturday, Durwood B. Darbin wrote:
I'm going to try and repair my rusty Burb gas tank that has one small hole
near the filler tube. New ones are $600.00+ and no one is interested in
making a new one.  I have searched the archives and am perplexed as to 
what
kind of acid I should use to clean out the rust on the inside of the tank.
Some say phosphoric(sp) acid and others cry muratic acid.  I haven't found
anything that says what mixture of either nor the duration of a cleaning
session.  I have a can of tank sealer from Jim Carter.

So my question to the group(s) is -- What strength, how long is a 
treatment,
how many treatments and what kind of acid should I use to remove the rust
from my Burb gas tank?  Any web sites that would be helpful?

The Burb is now running and is currently at the fabricator for an exhaust
system.  My new gas tank is a modified 1 gallon Authentic Wal-Mart gas can
that is bailing wired up to the fender brace.  The seats are getting
recovered in Spanish grain maroon.  Tires are next week.  I am also 
looking
for a cheap loan to pay for all of this. =8o

Durwood
51 Chevy 1/2 ton Deluxe 5 window 



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Vacume windshield wiper motor

2006-03-20 Thread Alan Lubow
You can bend a piece of coat hanger and use that until you get the correct
piece from Bowtie Bits or other vendor.  I did that for years until I
replaced my vacuum motor with electric.

Alan
'50 Chevy 1/2 ton
- Original Message - 
From: [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com
Sent: Monday, March 20, 2006 5:36 AM
Subject: Re: [old-chevy-truck] Vacume windshield wiper motor


 I think you are reffering to a piece of very thick wire bent to go between
the dash knob and the motor lever. Unfortunately, I am traveling or I could
send you a pic. Something you might try is going on one particular auction
site and look for past listings of wiper motors. There was a listing a month
or so ago for a NOS motor that showed the linkage.

 Roy



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] H. E. I.? Pertronics?

2006-02-10 Thread Alan Lubow
Durwood:

The Pertronix is a good electronic points replacement using the original
distributor.  It installs easily and works very well.  The problem is that
it is very easily damaged by voltage spikes -- ask me how I know.  If you do
install the Pertronix be sure to carry a set of points in your glovebox as a
backup.  You want the HEI sold by Jim Langdon.  He is a retired Chevy
engineer and came up with an adapdation for our old trucks using the HEI
from the Chevy S10 pickup.  If you call him you can talk with him yourself.

Alan
'50 Chevy 1/2 ton
Denver, CO
- Original Message - 
From: Durwood B. Darbin [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Friday, February 10, 2006 5:08 AM
Subject: [old-chevy-truck] H. E. I.? Pertronics?


 To the all knowing and ever wise list(s),

 I'm a moron and not worthy of your presence but I need to know what is the
 difference between a H. E. I. and a Pertronics distributor?  What do you
 recommend???

 I have the H. E. I. ordered for my 261 from Jim Carter but is on back
order
 and was considering an alternate route.

 Durwood
 51 Chevy 1/2 ton Deluxe 5 window
 52 Burb




 Ole Chevy and GMC trucks rule!

 To unsubscribe, send an email (with no subject, no body, just the email),
to:  [EMAIL PROTECTED]
 Yahoo! Groups Links









 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.375 / Virus Database: 267.15.5/256 - Release Date: 2/10/2006





Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] H. E. I.? Pertronics?

2006-02-10 Thread Alan Lubow
Roy:

The link is:
www.stoveboltengineco.com

Good folks to deal with, and other interesting stuff for our trucks as well.
My guess is that Jim carter is selling Langdon's product, (as he and other
vendors sell Patricks' rear end gears. etc).

Alan
- Original Message - 
From: rmarks10 [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com
Sent: Friday, February 10, 2006 4:41 PM
Subject: Re: [old-chevy-truck] H. E. I.? Pertronics?


 Well..my face is red...but now you have me interested. Do you have contact
 info for Jim Langdon?
 Roy

 - Original Message - 
 From: Alan Lubow [EMAIL PROTECTED]
 To: old-chevy-truck@yahoogroups.com
 Sent: Friday, February 10, 2006 5:37 PM
 Subject: Re: [old-chevy-truck] H. E. I.? Pertronics?


  Durwood:
 
  The Pertronix is a good electronic points replacement using the original
  distributor.  It installs easily and works very well.  The problem is
that
  it is very easily damaged by voltage spikes -- ask me how I know.  If
you
  do
  install the Pertronix be sure to carry a set of points in your glovebox
as
  a
  backup.  You want the HEI sold by Jim Langdon.  He is a retired Chevy
  engineer and came up with an adapdation for our old trucks using the HEI
  from the Chevy S10 pickup.  If you call him you can talk with him
  yourself.
 
  Alan
  '50 Chevy 1/2 ton
  Denver, CO
  - Original Message - 
  From: Durwood B. Darbin [EMAIL PROTECTED]
  To: old-chevy-truck@yahoogroups.com; [EMAIL PROTECTED];
  [EMAIL PROTECTED]
  Sent: Friday, February 10, 2006 5:08 AM
  Subject: [old-chevy-truck] H. E. I.? Pertronics?
 
 
  To the all knowing and ever wise list(s),
 
  I'm a moron and not worthy of your presence but I need to know what is
  the
  difference between a H. E. I. and a Pertronics distributor?  What do
you
  recommend???
 
  I have the H. E. I. ordered for my 261 from Jim Carter but is on back
  order
  and was considering an alternate route.
 
  Durwood
  51 Chevy 1/2 ton Deluxe 5 window
  52 Burb
 
 
 
 
  Ole Chevy and GMC trucks rule!
 
  To unsubscribe, send an email (with no subject, no body, just the
email),
  to:  [EMAIL PROTECTED]
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
  -- 
  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.375 / Virus Database: 267.15.5/256 - Release Date:
2/10/2006
 
 
 
 
 
  Ole Chevy and GMC trucks rule!
 
  To unsubscribe, send an email (with no subject, no body, just the
email),
  to:  [EMAIL PROTECTED]
  Yahoo! Groups Links
 
 
 
 
 
 
 




 Ole Chevy and GMC trucks rule!

 To unsubscribe, send an email (with no subject, no body, just the email),
to:  [EMAIL PROTECTED]
 Yahoo! Groups Links









 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.375 / Virus Database: 267.15.5/256 - Release Date: 2/10/2006





Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Re: spring Bushing Install

2006-02-03 Thread Alan Lubow
Time to go to Harbour Freight!

Alan
'50 Chevy 1/2 ton
- Original Message - 
From: vwnate1 [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com
Sent: Friday, February 03, 2006 5:32 AM
Subject: [old-chevy-truck] Re: spring Bushing Install


 
 It can be ~ this is why I like to use an arbor press , a guy I trained 
 to be a mechanic has one in his shop , I bet you could get your local 
 machine shop to press 'em in cheaply .
 
 -Nate
   Willy  wrote:
 
I've only got an 1/2 farther to go. Can't turn back now.  
 
Is this normally a difficult task   


Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] zero-rust paint

2005-11-15 Thread Alan Lubow
I just placed an order for Zero Rust paint, no problems.  I like the aerosol
spray.  I used the posted link, and the company that sold it to me turned
out be MFG sealants, (1-800-297-7325).  I've had pretty good luck with this
product.  Works and holds up as advertised, except in sun-exposed areas it
fades over time.

Alan
'50 Chevy 1/2 ton pickup
Denver, CO



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Rear glass

2005-07-26 Thread Alan Lubow
Glycerine is available at any pharmacy and might work well too.  I've use it
to rehydrate old rubber weatherstripping, etc.  I'm pretty sure soapy water
is what the body and glass shop professionals usually use though.

Alan
'50 Chevy 1/2 ton


- Original Message - 
From: Jonathan Leishear [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com
Sent: Tuesday, July 26, 2005 12:03 PM
Subject: Re: [old-chevy-truck] Rear glass


 What might substitute for WD-40? Maybe petroleum jelly
 of some kind. I got a tube of some kind of lube in my
 toolbox. It's from the drugstore and is sold with
 something else in mind I reckon but I've used it for
 automotive stuff on occasion with success.

 That way you could wipe off the excess and not have to
 worry about liquid lube running everywhere. Make any
 sense?

 Jon L.



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Gauge Bezel Replacement

2005-07-18 Thread Alan Lubow
Warren, yes you'll need to gently work the bezels off with a small flat
bladed screwdriver.  Be careful not to scratch the chrome.

Alan
'50 Chevy 1/2 ton pu
Denver, Co
- Original Message - 
From: Warren Humble [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com
Sent: Monday, July 18, 2005 12:11 PM
Subject: [old-chevy-truck] Gauge Bezel Replacement


 Hello,

 I am about to replace the chrome bezel saround the guages of my 49 3600.
Took a while to go into contortions to get the gauges loose.   Wondering if
the bezels are press fit over the gauge body , and I simply pry them off or
???Any help would be appreciated










 [Non-text portions of this message have been removed]



 Ole Chevy and GMC trucks rule!

 To unsubscribe, send an email (with no subject, no body, just the email),
to:  [EMAIL PROTECTED]
 Yahoo! Groups Links










 -- 
 Internal Virus Database is out-of-date.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 5/6/2005





Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [old-chevy-truck] Re: Brake and clutch pedals

2005-05-11 Thread Alan Lubow
I fixed a rusted out door skin on my beater 1980 Subaru that way one time.
Worked great all winter.  The it got real hot sitting in the sun one day
when the warmer weather came, and my repair melted off into a big sticky
puddle.  Pretty embarrassing!

I've had good luck with 3M super weather strip adhesive.  (Yes, the regular
kind looks just like gorrilla snot, but it comes in black now too).

Alan
'50 Chevy 1/2 ton
Denver


- Original Message - 
From: Jon [EMAIL PROTECTED]
To: old-chevy-truck@yahoogroups.com
Sent: Wednesday, May 11, 2005 5:11 PM
Subject: Re: [old-chevy-truck] Re: Brake and clutch pedals


 Try a few dabs of hot melt glue.

 Jon
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: old-chevy-truck@yahoogroups.com
 Sent: Wednesday, May 11, 2005 6:05 PM
 Subject: [old-chevy-truck] Re: Brake and clutch pedals


  What do you guys use to keep the rubber pedal cover attached to the
metal
  petal parts? Mine keep coming off.
  Tom
 



Ole Chevy and GMC trucks rule!

To unsubscribe, send an email (with no subject, no body, just the email), to:  
[EMAIL PROTECTED] 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/old-chevy-truck/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




  1   2   >