You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2003-04-24 14:48:57
|
Bugs item #726931, was opened at 2003-04-24 16:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505224&aid=726931&group_id=63801 Category: labrun/rerun/schedule/mex Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jorrit Wiersma (jwiersma) Assigned to: Nobody/Anonymous (nobody) Summary: contractPath bad $HOME replacement Initial Comment: When I run labrun my current.log contains this mysterious line: Current dir: /usr~/tmp/sorting I have tracked down the reason to the following: on my system (which happens to be FreeBSD) the home directories are placed on the /usr partition and a soft link points from /home to /usr/home. This means that the absolute path of my home directory is /usr/home/wiersma but the contents of my $HOME variable is /home/wiersma. Now, when labutils.py tries to determine the current working directory it replaces `/home/wiersma' by `~'. Obviously, this goes wrong, because it fails to detect the /usr/ in front of it. Solution: check whether the path really starts with $HOME (and the same goes for replacing curdir with `.'). See the attached file for a diff with an example of how to fix it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505224&aid=726931&group_id=63801 |
From: SourceForge.net <no...@so...> - 2003-04-24 14:27:30
|
Bugs item #726914, was opened at 2003-04-24 16:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505224&aid=726914&group_id=63801 Category: labrun/rerun/schedule/mex Group: released version Status: Open Resolution: None Priority: 5 Submitted By: Jorrit Wiersma (jwiersma) Assigned to: Nobody/Anonymous (nobody) Summary: labrun OS Comment bug under FreeBSD Initial Comment: (I am aware that you do not support FreeBSD `officially', but I thought it might interest you anyway. I just started the tutorial out of interest, but if I find any more bugs with easy solutions I will submit them here if you don't mind. If I decide to use Explab seriously I'd be willing to help make the programs portable to FreeBSD.) I run FreeBSD and I just installed Explab. When I tried to run labrun, it died with the mysterious error message labrun: Error reading file 'hst35183.phys.uu.nl' (that is my hostname). I went through the sources and tracked the problem to the standard OS comment which is: output.append("OS=`uname -srv`") But uname -srv produces on my machine: FreeBSD 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Apr 9 10:27:28 CEST 2003 ro...@hs...:/usr/obj/usr/src/sys/JW-HST35183 As you can see this includes a `@' and labrun interpreted this as a file reference to a file that (of course) doesn't exist. A simple workaround for me is to remove the v from the uname options: 149c149 < output.append("OS=`uname -sr`") --- > output.append("OS=`uname -srv`") Because then uname returns: FreeBSD 4.8-RELEASE which is pretty harmless. A more lasting approach would of course be to add an `if OS[-3:]=="BSD":' switch. Or to create some way to quote the output from uname, but I can imagine that is much harder to do. I hope this helps. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505224&aid=726914&group_id=63801 |
From: SourceForge.net <no...@so...> - 2003-03-04 16:52:12
|
Feature Requests item #697355, was opened at 2003-03-04 09:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505227&aid=697355&group_id=63801 Category: sus-tools Features Group: Next Release Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Ouput of plot files Initial Comment: Hi, I would like to see the possibility in sus2plot not only to save graphics formats (postscript and the like) but also of saving gnuplot files. This would give me the flexibility to rename the axis, change the ranges in a more flexible way (even beyond the range of the data) and so on. I think this should not be hard to do and would make the tool much more useful. re...@ad... (Rene Weiskircher) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505227&aid=697355&group_id=63801 |
From: <no...@so...> - 2002-11-21 10:45:25
|
Feature Requests item #641774, was opened at 2002-11-21 11:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505227&aid=641774&group_id=63801 Category: lab-tools Features Group: Near Future Status: Open Priority: 6 Submitted By: Susan Hert (hert) Assigned to: Nobody/Anonymous (nobody) Summary: random numbers as input Initial Comment: It would be nice of one could specify random values in experiment arguments. The module random provides this, but needs to be incorporated nicely. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505227&aid=641774&group_id=63801 |
From: <no...@so...> - 2002-11-20 08:42:36
|
Bugs item #641104, was opened at 2002-11-20 09:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505224&aid=641104&group_id=63801 Category: labrun/rerun/schedule/mex Group: released version Status: Open Resolution: None Priority: 5 Submitted By: Tobias Polzin (polzin) Assigned to: Tobias Polzin (polzin) Summary: labschedule: nested macros Initial Comment: Nesting macros does not work as expected. Example: labschedule -d -f "a c" --macro "m=%1*" -f %m echo %2 gives 2x "%1*" labschedule -d -f "a c" -f "%1*" echo %2 gives all files with a* and with c* ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505224&aid=641104&group_id=63801 |
From: <no...@so...> - 2002-11-13 17:57:16
|
Feature Requests item #637887, was opened at 2002-11-13 18:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505227&aid=637887&group_id=63801 Category: sus-tools Features Group: Far Future Status: Open Priority: 1 Submitted By: Tobias Polzin (polzin) Assigned to: Nobody/Anonymous (nobody) Summary: --ignorelabrc for all tools Initial Comment: Sometimes I miss the possibility to switch of some thing (e.g. --version) I have defined in the ~/.labrc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505227&aid=637887&group_id=63801 |