02:50.43 |
*** join/#brlcad ChanServ
(ChanServ@services.) |
02:50.44 |
*** mode/#brlcad [+o ChanServ]
by kornbluth.freenode.net |
03:56.43 |
*** join/#brlcad petaflot
(~root@85-218-19-88.dclient.lsne.ch) |
06:46.27 |
*** join/#brlcad Stattrav_
(~Stattrav@223.236.182.66) |
07:15.28 |
*** join/#brlcad d_rossberg
(~rossberg@BZ.BZFLAG.BZ) |
09:35.33 |
*** join/#brlcad andrei_
(~andrei@5-12-67-226.residential.rdsnet.ro) |
09:38.07 |
*** join/#brlcad Matt_____
(792dacc6@gateway/web/freenode/ip.121.45.172.198) |
09:40.38 |
Matt_____ |
Drats! Why does this keep adding more
underscores to my id every time I join, saying my username is
already taken (yeah, by me!) |
09:48.54 |
cristina |
Matt_____: because you didn't disconnect
properly from the channel |
09:49.11 |
cristina |
I assume you just quit without
disconnecting? |
10:33.47 |
*** join/#brlcad Matt_____
(792dacc6@gateway/web/freenode/ip.121.45.172.198) |
10:34.24 |
Matt_____ |
Yeah, my flaky internet connection keeps
disconnecting me, and now I have yet another underscore. |
10:34.54 |
Matt_____ |
Is it possible to un-assign all the other
Matt's, that are all me? |
10:40.14 |
archivist |
Matt see irc "ghost" command |
10:51.35 |
Matt_____ |
Thanks! |
11:02.02 |
Matt_____ |
OK, I gotta quit using this freenode access,
that seems to be the root of all my problems... |
11:02.15 |
Matt_____ |
back later, probably with more underscores
than ever. |
11:02.21 |
*** part/#brlcad Matt_____
(792dacc6@gateway/web/freenode/ip.121.45.172.198) |
12:15.57 |
CIA-55 |
BRL-CAD: 03bob1961 * r51273
10/brlcad/trunk/src/libged/wdb_obj.c: MGED dumps core when trying
to pick an edit primitive from the display when nothing is
displayed. The problem was in wdb_rt_gettrees_cmd(). We need to
keep checking argc since it's being decremented as we process
args. |
12:17.30 |
*** join/#brlcad archivist
(~archivist@host81-149-189-98.in-addr.btopenworld.com) |
12:18.58 |
*** join/#brlcad andrei_
(~andrei@5-12-67-226.residential.rdsnet.ro) |
12:20.49 |
andrei_ |
hello |
12:38.52 |
CIA-55 |
BRL-CAD: 03bob1961 * r51274
10/brlcad/trunk/src/tclscripts/mged/ray.tcl: Need to catch the call
to rt_gettrees. |
12:39.13 |
CIA-55 |
BRL-CAD: 03bob1961 * r51275
10/brlcad/trunk/src/tclscripts/mged/mouse.tcl: Need to catch the
call to mouse_shoot_ray. |
12:53.51 |
andrei_ |
I ve been trying for quite a while to redirect
the output from a background process to a file |
12:54.04 |
andrei_ |
neither of this versions seem to
work |
12:54.06 |
andrei_ |
#./$path/tpkg -p 2021 -R & >>
log_file 2>&1 |
12:54.08 |
andrei_ |
./$path/tpkg -p 2008 -R >> log_file
& |
12:54.16 |
andrei_ |
could someone please tell me what am I doing
wrong? |
12:55.47 |
``Erik |
the first should append stdout and stderr to
log_file, the second should append stdout to log_file... what's the
issue? |
12:57.16 |
andrei_ |
I added a printf("Server_ready") and
bu_log("server_ready) to tpkg |
12:57.38 |
andrei_ |
because it s easier to check if a string
exists in a file than check a remote host's file system |
12:57.40 |
``Erik |
new newline? |
12:58.02 |
andrei_ |
I did add those |
12:58.33 |
``Erik |
it's probably just buffering the output, try
adding fflush(stdout); after the printf |
12:58.57 |
andrei_ |
<PROTECTED> |
12:58.59 |
andrei_ |
<PROTECTED> |
12:59.00 |
andrei_ |
<PROTECTED> |
12:59.02 |
andrei_ |
like this? |
12:59.33 |
``Erik |
sure, or put the fflush() after the bu_log...
(it's fflush, not flush.. man page explains it) |
13:02.51 |
andrei_ |
it still outputs to stdout |
13:03.16 |
andrei_ |
I used the one that redirects both stderr
& stdout |
13:03.36 |
``Erik |
the ordering on that might screw it up, try
putting the background & at the end of the line |
13:04.20 |
andrei_ |
that was it, working now |
13:04.28 |
andrei_ |
thanks |
13:15.45 |
CIA-55 |
BRL-CAD: 03starseeker * r51276
10/brlcad/trunk/src/librt/ (4 files): Adapt some of Thomas
Moerwald's NURBS surface fitting code from PCL to BRL-CAD - needs
Eigen for solver. Not currently building. |
13:22.16 |
*** join/#brlcad jbschw
(~jbschw@ool-4355ee10.dyn.optonline.net) |
13:27.10 |
andrei_ |
``Erik, thanks now the whole local script
works. Now I m going to build a version that uses two
machines |
13:30.49 |
``Erik |
cool beans |
13:33.22 |
andrei_ |
oh, I ve been thinking about this
matter |
13:35.01 |
andrei_ |
in order to determine the average speed I was
thinking to timestamp the moment when the first packet was received
and when the last one was received and determine speed as = size /
time_diff |
13:35.12 |
andrei_ |
does this method seem precise
enough? |
13:39.33 |
andrei_ |
by average speed I mean average speed for each
set of parameters |
14:00.36 |
*** join/#brlcad andrei_
(andrei@5-12-67-226.residential.rdsnet.ro) |
14:25.26 |
CIA-55 |
BRL-CAD: 03r_weiss * r51277
10/brlcad/trunk/src/tclscripts/mged/grouper.tcl: Update to mged
gr/grouper command to only allow one instance of grouper to be
running at a time. |
15:44.48 |
*** join/#brlcad cristina
(~quassel@89.122.234.27) |
15:44.56 |
*** join/#brlcad cristina
(~quassel@unaffiliated/cristina) |
17:00.23 |
CIA-55 |
BRL-CAD: 03bob1961 * r51278
10/brlcad/trunk/src/libtclcad/tclcad_obj.c: Get rid of
TO_MAX_RT_ARGS (i.e. replace uses with TO_UNLIMITED). |
17:03.03 |
*** join/#brlcad ``Erik
(~erik@pool-108-3-178-223.bltmmd.fios.verizon.net) |
17:08.18 |
*** join/#brlcad ``Erik
(~erik@pool-108-3-178-223.bltmmd.fios.verizon.net) |
17:24.08 |
``Erik |
boo on scripts that block everything for long
periods of time (looking at you, twirssi) |
17:29.52 |
*** join/#brlcad ksuzee
(~ksu@193.151.105.83) |
17:31.39 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3941
10/wiki/User:Phoenix/GSoc2012/Reports: /* Week 5 */ |
18:08.15 |
*** join/#brlcad kane__
(~kane@dsbg-5d82be32.pool.mediaWays.net) |
18:21.33 |
*** join/#brlcad cristina
(~quassel@188.24.50.251) |
18:52.13 |
*** join/#brlcad andrei_
(~andrei@5-12-67-226.residential.rdsnet.ro) |
19:03.57 |
CIA-55 |
BRL-CAD: 035.12.67.226 07http://brlcad.org * r3942
10/wiki/User:Popescu.andrei1991: /* Daily development log
*/ |
19:04.41 |
CIA-55 |
BRL-CAD: 035.12.67.226 07http://brlcad.org * r3943
10/wiki/User:Popescu.andrei1991: /* Daily development log
*/ |
19:25.04 |
andrei_ |
I finished the testing performance script that
works on a localhost( server and client are both on localhost) , I
want to create a version that works on a remote station. Does it
have to be portable? If so can I take separate cases: unix based
system or windows ? |
19:25.58 |
andrei_ |
should I do it manually and just gather the
relevant data? |
19:27.26 |
andrei_ |
as far as I know plink is for windows and ssh
for unix so I m thinking I could " split ways" . Overall, I don't
have a very good idea about how should I proceed with it. |
19:37.42 |
CIA-55 |
BRL-CAD: 03Ksuzee 07http://brlcad.org * r3944
10/wiki/User:Ksuzee/Reports: |
19:45.05 |
*** join/#brlcad andrei_
(andrei@5-12-67-226.residential.rdsnet.ro) |
19:46.21 |
``Erik |
andrei_: only has to be as portable as you
plan on testing, I think getting the data is more important at the
moment. Could be that manually starting both endpoints as adequate
for right now |
19:48.18 |
andrei_ |
ah ok, thank you. |
20:58.16 |
CIA-55 |
BRL-CAD: 03starseeker * r51279
10/brlcad/trunk/src/librt/ (CMakeLists.txt test_nurbsfit.cpp): Fix
importing of bot verts, stash resulting nurb in .g
database |
21:08.56 |
*** part/#brlcad kane__
(~kane@dsbg-5d82be32.pool.mediaWays.net) |
21:15.34 |
*** join/#brlcad ksuzee
(~ksuzee91@193.151.105.83) |
23:29.50 |
*** join/#brlcad cvds_
(~leila@h115093.upc-h.chello.nl) |
23:38.39 |
*** part/#brlcad ksuzee
(~ksuzee91@193.151.105.83) |