>> > On Mar 23, 2008, at 12:54 PM, Pietro Gagliardi wrote:
>> >> Ah yes, I had formatted the arguments wrong. I now do
>> >>
>> >> drawterm-osx-intel -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567'
>> >> -s 'tcp!127.0.0.1!5356' -u pietro
>> >>
>> >> I just had 127.0.0.1.
>>
>> why are you using port 2567 for your auth server?
>
> I don't know of a simple way to run Q with enough privilege for the lower
> port.
i'd forgotten about that bit of unix wierdness. i think that
drawterm should work fine with fewer argument decorations.
drawterm-osx-intel -c 127.0.0.1 -a tcp!127.0.0.1!2567 -u pietro
the secstore server defaults to tcp!$auth!secstore if none is specified.
- erik