Re: gEDA-user: Breaking up power planes

2011-02-20 Thread Stephan Boettcher
Russell Dill writes: > On Sun, Feb 20, 2011 at 10:05 AM, Kai-Martin Knaak wrote: >> Russell Dill wrote: >> >>> I'm just wondering what everyones preferred method of breaking up >>> power/ground planes is. >> >> My preferred method is to break the planes as little as possible :-) >> IMHO, a conti

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Steven Michalske
Woo Hoo! ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: PCB+GL instructions

2011-02-20 Thread Steven Michalske
Safari and Firefox, on OS X is quite fast, nice smooth scrolling. Steve On Sun, Feb 20, 2011 at 6:59 PM, Felipe De la Puente Christen wrote: > On Mon, 2011-02-21 at 03:32 +0100, Kai-Martin Knaak wrote: >> Ethan Swint wrote: >> >> > I was expecting just to get back "git >> > clone -o pcjc2 git://

Re: gEDA-user: Breaking up power planes

2011-02-20 Thread Russell Dill
On Sun, Feb 20, 2011 at 10:05 AM, Kai-Martin Knaak wrote: > Russell Dill wrote: > >> I'm just wondering what everyones preferred method of breaking up >> power/ground planes is. > > My preferred method is to break the planes as little as possible :-) > IMHO, a continuous copper plane is the best y

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Stephen Ecob
On Mon, Feb 21, 2011 at 1:51 PM, Kai-Martin Knaak wrote: > Ineiev wrote: > >> Pushed to git-head. > > Great! > Congrats to your new status! > The geda project got a new dev! > This is really good news :-) +1 :-) ___ geda-user mailing list geda-user@mo

Re: gEDA-user: PCB+GL instructions

2011-02-20 Thread Felipe De la Puente Christen
On Mon, 2011-02-21 at 03:32 +0100, Kai-Martin Knaak wrote: > Ethan Swint wrote: > > > I was expecting just to get back "git > > clone -o pcjc2 git://repo.or.cz/geda-pcb/pcjc2.git" or some such, but in > > response Peter has posted what looks to be an excellent guide to his > > blog at > > > >

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Kai-Martin Knaak
Ineiev wrote: > Pushed to git-head. Great! Congrats to your new status! The geda project got a new dev! This is really good news :-) ---<)kaimartin(>--- -- Kai-Martin Knaak Email: k...@familieknaak.de Öffentlicher PGP-Schlüssel: http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Ineiev
Kai-Martin Knaak wrote: Ineiev wrote: I made a wrong assumption (segs variable should be at least 1). diff --git a/src/polygon.c b/src/polygon.c I can confirm, that this patch removes the problem both in git-head and in Peters gl version. :-) Pushed to git-head. Thanks, Ineiev

Re: gEDA-user: PCB+GL instructions

2011-02-20 Thread Ethan Swint
On 02/20/2011 09:32 PM, Kai-Martin Knaak wrote: Ethan Swint wrote: I was expecting just to get back "git clone -o pcjc2 git://repo.or.cz/geda-pcb/pcjc2.git" or some such, but in response Peter has posted what looks to be an excellent guide to his blog at http://pcjc2.blogspot.com/2011/02/pcbgl

Re: gEDA-user: PCB+GL instructions

2011-02-20 Thread Kai-Martin Knaak
Ethan Swint wrote: > I was expecting just to get back "git > clone -o pcjc2 git://repo.or.cz/geda-pcb/pcjc2.git" or some such, but in > response Peter has posted what looks to be an excellent guide to his > blog at > > http://pcjc2.blogspot.com/2011/02/pcbgl-repository-instructions.html Is i

gEDA-user: PCB+GL instructions

2011-02-20 Thread Ethan Swint
I sent a private email to Peter Clifton as I was (yet again) having trouble finding the list message outlining his work, where to pull it, and what branch to check out. I was expecting just to get back "git clone -o pcjc2 git://repo.or.cz/geda-pcb/pcjc2.git" or some such, but in response Peter

gEDA-user: gnetlist "Possible attribute conflict..."

2011-02-20 Thread Kai-Martin Knaak
Recently, a new scheme function was added to gnetlist to check for all the attribute values a set of symbols with the same refdes might have. Unfortunately, this does not play nice with my most common use case for sets of symbols: Extra symbols for power pins of opamps and the like. In this cas

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Ineiev
Kai-Martin Knaak wrote: I can confirm, that this patch removes the problem both in git-head and in Peters gl version. :-) Thank you! On minor nit: The wasn't attached but part of the body of the email. So I had to copy-pasted it to a patch file. This patch file did not apply right away. The

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Kai-Martin Knaak
Ineiev wrote: > I made a wrong assumption (segs variable should be at least 1). > > diff --git a/src/polygon.c b/src/polygon.c I can confirm, that this patch removes the problem both in git-head and in Peters gl version. :-) On minor nit: The wasn't attached but part of the body of the email.

Re: gEDA-user: Breaking up power planes

2011-02-20 Thread Kai-Martin Knaak
Russell Dill wrote: > I'm just wondering what everyones preferred method of breaking up > power/ground planes is. My preferred method is to break the planes as little as possible :-) IMHO, a continuous copper plane is the best you can get for shielding purposes. If large amounts current need to

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Ales Hvezda
[snip] > Peter could, you'd need to spec the port number :-) Please do not continue to posting messages to the geda mailing lists with the output from these commands. Please move discussion about this to private e-mail. Thanks. -Ales ___ geda-user

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Peter Clifton
On Sun, 2011-02-20 at 14:49 +0100, Karl Hammar wrote: > Protocol 2 > RhostsRSAAuthentication no > RSAAuthentication no For my local machine, I have that, but with: RSAAuthentication yes RSAAuthentication Specifies whether pure RSA authentication is allowed. The

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Stephan Boettcher
k...@aspodata.se (Karl Hammar) writes: > Stephan: > >> Do "ssh -v git.gpleda.org" to see which version is used. Most default >> sshd installations do not permit protocol version 1. > > Can't test that: > > $ ssh -v git.gpleda.org > OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8o 01 Jun 2010 > debug1: Read

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Karl Hammar
Stephan: > Peter Clifton writes: > > On Sun, 2011-02-20 at 10:36 +0100, Karl Hammar wrote: ... > >> Don't you know that protocol version 1 i vulnerable for a > >> man-in-the-middle attack? > > > > No, I didn't know that. > > > > Does it require a different type of key to be generated and used, or

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Peter Clifton
On Sun, 2011-02-20 at 13:28 +0100, Stephan Boettcher wrote: > Peter Clifton writes: > id_rsa is a version 2 key. > > The RSAAuthentication may be used for version 1 only, but that does not > mean specifying it makes ssh to use version 1. > > Do "ssh -v git.gpleda.org" to see which version is us

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Stephan Boettcher
Peter Clifton writes: > On Sun, 2011-02-20 at 10:36 +0100, Karl Hammar wrote: >> Peter Clifton: >> ... >> > generate, and setup .ssh/config with these lines: >> > >> > """ >> > Host git.gpleda.org >> > >> > Port 5022 >> > RSAAuthentication yes >> > IdentityFile ~/.ssh/keys/id_rsa.gp

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Peter Clifton
On Sun, 2011-02-20 at 10:36 +0100, Karl Hammar wrote: > Peter Clifton: > ... > > generate, and setup .ssh/config with these lines: > > > > """ > > Host git.gpleda.org > > > > Port 5022 > > RSAAuthentication yes > > IdentityFile ~/.ssh/keys/id_rsa.gpleda.org > > """ > ... > > Don't yo

Re: gEDA-user: polygon regression in pcb+gl

2011-02-20 Thread Karl Hammar
Peter Clifton: ... > generate, and setup .ssh/config with these lines: > > """ > Host git.gpleda.org > > Port 5022 > RSAAuthentication yes > IdentityFile ~/.ssh/keys/id_rsa.gpleda.org > """ ... Don't you know that protocol version 1 i vulnerable for a man-in-the-middle attack? $ man

Re: gEDA-user: Help I can move by REFDES

2011-02-20 Thread Oliver King-Smith
OK I see the error of my ways. I had to turn off the grid so I could click on the refdes. Oliver __ From: Ethan Swint To: gEDA user mailing list Sent: Sat, February 19, 2011 6:51:50 PM Subject: Re: gEDA-us