X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=s1luSNnSRfkDc3m1xhMY9l3X/XWt3f61HOn6l/chlJk=; b=fgmk9eiY3eXrb8i3BEOXoPIk5YB/RKpMTzYblPfSrYo8OOxnmKBrRBlNhyDD53v702 01v7q6V22GIIgUhc9CluMzf6JflItt7DsYm9AmLucwP4829zxj/2j3vE3alK276Easej gvOo6BERICnqtlp8fsOGp4J3BaLwNbyvYK+C8KPt47R7fvDwZU8zY4K6A3ea6nAxyTvP K844XM5dTzFkf3OErq4OMWMyLCA+ph05zmIfW393jkRIIlmYVTaZXA5OResR6jodFDDW Rtzzqg33TG2Kzf7T6OdCCtfIxAtJRHnXMF7Stk0P4D5SZVXkVhiqAlwr8IPZ0AFen+vi mt8A== X-Received: by 10.25.151.71 with SMTP id z68mr7860142lfd.122.1451531824771; Wed, 30 Dec 2015 19:17:04 -0800 (PST) Date: Thu, 31 Dec 2015 06:17:02 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gnetlist -g partlist3 in error Message-ID: <20151231031702.GD19555@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20151218205019 DOT 1C1FF809D78C AT turkos DOT aspodata DOT se> <20151223141117 DOT D51F6809D795 AT turkos DOT aspodata DOT se> <20151230211705 DOT GE4099 AT localhost DOT localdomain> <20151231021429 DOT EE320809D79B AT turkos DOT aspodata DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20151231021429.EE320809D79B@turkos.aspodata.se> User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, Dec 31, 2015 at 03:14:29AM +0100, karl AT aspodata DOT se wrote: > Vladimir: > > Karl, > > > > I had no time to look into it at home (and probably will not have > > it the next week or two, I will have a vacation and am going to > > visit my parents). > > No problem: > > 1, I'll try to "minimize" the test case > 2, I'll make a new box so I can test it against latest git, current one > has is kind of stuck at older stuff (due to other reasons...) > > so hold it a few weeks and I'll see what I will find out. > > /// > > When debugging this, how do I make gnetlist to disregard > the ~/.gEDA config dir (gnetlist -L . does not help) ? > > $ strace gnetlist -L . -g partslist1 -o tt regulator.v02.sch 2> log > $ grep open log | grep /home/karl | grep gEDA > open("/home/karl/.gEDA/logs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 5 > open("/home/karl/.gEDA/logs/gnetlist-20151231-2.log", O_RDWR|O_CREAT|O_EXCL, 0600) = 6 > open("/home/karl/.config/gEDA/geda-user.conf", O_RDONLY|O_LARGEFILE) = 7 > open("/home/karl/.gEDA/gafrc", O_RDONLY|O_LARGEFILE) = 7 > open("/home/karl/.gEDA/gnetlistrc", O_RDONLY|O_LARGEFILE) = 7 > $ > > ((( > Oops, what was that: > > $ du -s ~/.gEDA/logs/ > 51728 /home/karl/.gEDA/logs/ > $ ls -1 ~/.gEDA/logs/ | wc -l > 3832 > $ > > Does not thoose log files belong to $TMPDIR ? > ))) Did you realize this just now? He-he :) > > > > OTOH, the link you provided did not work for me at work. > > Hmm, that was strange. Works for me, but that doesn't help you. > > $ wget http://turkos.aspodata.se/tmp/gEDA/gnetlist_test.tgz > --2015-12-31 00:59:49-- http://turkos.aspodata.se/tmp/gEDA/gnetlist_test.tgz > Resolving turkos.aspodata.se (turkos.aspodata.se)... 192.5.36.36 > Connecting to turkos.aspodata.se (turkos.aspodata.se)|192.5.36.36|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 27209 (27K) [application/x-gtar-compressed] > Saving to: `gnetlist_test.tgz' > > 100%[==================================================================================================================>] 27,209 --.-K/s in 0.1s > > 2015-12-31 00:59:49 (257 KB/s) - `gnetlist_test.tgz' saved [27209/27209] > > --- karl AT opal 00:59:49 --- ~ --- > $ ls -l gnetlist_test.tgz > -rw-r--r-- 1 karl users 27209 Dec 23 10:55 gnetlist_test.tgz > $ md5sum gnetlist_test.tgz tmp/gnetlist_test.tgz > e2746aa2561bf9b0ee39857b3a56b2ca gnetlist_test.tgz > e2746aa2561bf9b0ee39857b3a56b2ca tmp/gnetlist_test.tgz > > /// It works for me pretty well at home. Probably our admins at work have made things more inconvenient. > > I have removed some ip-blockings (had some annoying attempts), > could you try again ? Unfortunately, I would be capable to work on that only in a couple of weeks or so, sorry. Cheers, Vladimir