Details Ticket 894


Comment | Reply | Open


Serial Number 894
Subject g.list doesn't work
Area bug
Queue grass
Requestors schukrafta@fh-nuertingen.de
Owner alange
Status resolved
Last User Contact Thu Jan 17 18:46:57 2002 (7 yr ago)
Current Priority 30
Final Priority 70
Due No date assigned
Last Action Wed Sep 27 01:28:05 2006 (2 yr ago)
Created Thu Jan 17 17:04:14 2002 (7 yr ago)

Transaction History Ticket 894


Thu, Jan 17 2002 17:04:14    Request created by guest  
Subject: g.list doesn't work

Platform: Windows NT, 2000
Xwindows version: xfree86 4.1.0
TclTk version: tcl/tk 8.0.5
grass downloaded at: Trento site
grass binary for platform: Linux/Intel binaries

I installed grass for windows on a windows NT and a windows2000 machine. 
Grass works fine from the cygwin shell and from the xfree server.
The command g.list doesn't work from the command line of the cygwin shell and
it doesn't work from the command line on the xfree server.
The file /usr/local/grass5/bin/g.list is availabel.
On the windows2000 machine the tcl/tk works. And by using the menu I can get
a list of the available files (raster, vector, ...). Then I can choose and display
these files.
Thu, Jan 17 2002 17:13:24    Taken by alange  
Thu, Jan 17 2002 17:13:24    Mail sent by alange  
Hi,

could you please tell more specificly how g.list is "not working"?

Some things that are the usual culprit:
- did you install _all_ from cygwin distribution (fileutils etc.)?
- is the GRASS_PAGER variable set (echo $GRASS_PAGER)
- does the program in the $GRASS_PAGER variable exist?

If it is only that "more" is missing, you could type:

#!/bin/sh
/usr/bin/less -EFX $@

to the file /usr/bin/more


Please tell me if that solves your problem.

Andreas
Thu, Jan 17 2002 18:00:46    Mail sent by neteler@itc.it  
Return-Path <neteler@itc.it>
Delivered-To grass-bugs@lists.intevation.de
Date Thu, 17 Jan 2002 18:00:17 +0100
From Markus Neteler <neteler@itc.it>
To Request Tracker <grass-bugs@intevation.de>
Cc grass5@grass.itc.it
Subject Re: [GRASS5] [bug #894] (grass) g.list doesn't work
Message-ID <20020117180017.I483@itc.it>
Mail-Followup-To Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
References <20020117160414.4FEE613A1A@lists.intevation.de>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.2.5i
In-Reply-To <20020117160414.4FEE613A1A@lists.intevation.de>; from grass-bugs@intevation.de on Thu, Jan 17, 2002 at 05:04:14PM +0100
X-Spam-Status No, hits=0 required=5 tests=
On Thu, Jan 17, 2002 at 05:04:14PM +0100, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=894
> -------------------------------------------------------------------------
> 
> Subject: g.list doesn't work
> 
> Platform: Windows NT, 2000
> Xwindows version: xfree86 4.1.0
> TclTk version: tcl/tk 8.0.5
> grass downloaded at: Trento site
> grass binary for platform: Linux/Intel binaries
> 
> I installed grass for windows on a windows NT and a windows2000 machine. 
> Grass works fine from the cygwin shell and from the xfree server.
> The command g.list doesn't work from the command line of the cygwin shell and
it doesn't work from the command line on the xfree server.
> The file /usr/local/grass5/bin/g.list is availabel.
> On the windows2000 machine the tcl/tk works. And by using the menu I can get
a list of the available files (raster, vector, ...). Then I can choose and display
these files.
> 


Hi,

this sounds like the less=more problem.
Try to set

export GRASS_PAGER=less
g.list rast

If working, we should consider to predefine GRASS_PAGER to less
under cygwin.

Markus


Thu, Jan 17 2002 18:46:57    Mail sent by schukrafta@fh-nuertingen.de  
Return-Path <neteler@itc.it>
Delivered-To grass-bugs@lists.intevation.de
Date Thu, 17 Jan 2002 18:00:17 +0100
From Markus Neteler <neteler@itc.it>
To Request Tracker <grass-bugs@intevation.de>
Cc grass5@grass.itc.it
Subject Re: [GRASS5] [bug #894] (grass) g.list doesn't work
Message-ID <20020117180017.I483@itc.it>
Mail-Followup-To Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
References <20020117160414.4FEE613A1A@lists.intevation.de>
Mime-Version 1.0
X-scanner scanned by Inflex 1.0.10 - (http://pldaniels.com/inflex/)
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.2.5i
In-Reply-To <20020117160414.4FEE613A1A@lists.intevation.de>; from
grass-bugs@intevation.de on Thu, Jan 17, 2002 at 05 04:14PM +0100
X-Spam-Status No, hits=0 required=5 tests= -------------------------------------------- Managed by Request Tracker --- Headers Follow --- >From a.schukraft@web.de Thu Jan 17 18:46:45 2002
Return-Path <a.schukraft@web.de>
Delivered-To grass-bugs@lists.intevation.de
Reply-To <schukrafta@fh-nuertingen.de>
From "Andrea Schukraft" <a.schukraft@web.de>
To "Markus Neteler via RT" <grass-bugs@intevation.de>
Subject AW: [bug #894] (grass) g.list doesn't work
Date Thu, 17 Jan 2002 18:48:17 +0100
Message-ID <BDEPKCGLFCHEKKHBFHBDOENACDAA.a.schukraft@web.de>
MIME-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding 8bit
X-Priority 3 (Normal)
X-MSMail-Priority Normal
X-Mailer Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance Normal
X-MimeOLE Produced By Microsoft MimeOLE V5.00.2919.6700
In-Reply-To <20020117170046.6FF3813A1B@lists.intevation.de>
X-Spam-Status No, hits=0 required=5 tests=
Sorry, doesn't work

here's the error messager I get:

	GRASS:~> g.list rast
	grass5.0.0pre2_i686-pc-cygwin_bin.tar.gz: No such file or directory


The name of the file is the name of the wingrass installation binary.

Andrea






-----Ursprüngliche Nachricht-----
Von: rt@intevation.de [mailto:rt@intevation.de]Im Auftrag von Markus
Neteler via RT
Gesendet: Donnerstag, 17. Januar 2002 18:01
An: schukrafta@fh-nuertingen.de
Betreff: [bug #894] (grass) g.list doesn't work


On Thu, Jan 17, 2002 at 05:04:14PM +0100, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=894
> -------------------------------------------------------------------------
>
> Subject: g.list doesn't work
>
> Platform: Windows NT, 2000
> Xwindows version: xfree86 4.1.0
> TclTk version: tcl/tk 8.0.5
> grass downloaded at: Trento site
> grass binary for platform: Linux/Intel binaries
>
> I installed grass for windows on a windows NT and a windows2000 machine.
> Grass works fine from the cygwin shell and from the xfree server.
> The command g.list doesn't work from the command line of the cygwin shell
and it doesn't work from the command line on the xfree server.
> The file /usr/local/grass5/bin/g.list is availabel.
> On the windows2000 machine the tcl/tk works. And by using the menu I can
get a list of the available files (raster, vector, ...). Then I can choose
and display these files.
>


Hi,

this sounds like the less=more problem.
Try to set

export GRASS_PAGER=less
g.list rast

If working, we should consider to predefine GRASS_PAGER to less
under cygwin.

Markus


Thu, Jan 17 2002 18:46:57    Mail sent by schukrafta@fh-nuertingen.de  
Return-Path <a.schukraft@web.de>
Delivered-To grass-bugs@lists.intevation.de
Reply-To <schukrafta@fh-nuertingen.de>
From "Andrea Schukraft" <a.schukraft@web.de>
To "Andreas Lange via RT" <grass-bugs@intevation.de>
Subject AW: [bug #894] (grass) g.list doesn't work
Date Thu, 17 Jan 2002 18:48:17 +0100
Message-ID <BDEPKCGLFCHEKKHBFHBDAENBCDAA.a.schukraft@web.de>
MIME-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding 8bit
X-Priority 3 (Normal)
X-MSMail-Priority Normal
X-Mailer Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance Normal
X-MimeOLE Produced By Microsoft MimeOLE V5.00.2919.6700
In-Reply-To <20020117161324.C1E3213A1A@lists.intevation.de>
X-Spam-Status No, hits=0 required=5 tests=
Sorry, doesn't work

here's the error messager I get:

	GRASS:~> g.list rast
	grass5.0.0pre2_i686-pc-cygwin_bin.tar.gz: No such file or directory


The name of the file is the name of the wingrass installation binary.

Andrea






-----Ursprüngliche Nachricht-----
Von: rt@intevation.de [mailto:rt@intevation.de]Im Auftrag von Andreas
Lange via RT
Gesendet: Donnerstag, 17. Januar 2002 17:13
An: schukrafta@fh-nuertingen.de
Betreff: [bug #894] (grass) g.list doesn't work


Hi,

could you please tell more specificly how g.list is "not working"?

Some things that are the usual culprit:
- did you install _all_ from cygwin distribution (fileutils etc.)?
- is the GRASS_PAGER variable set (echo $GRASS_PAGER)
- does the program in the $GRASS_PAGER variable exist?

If it is only that "more" is missing, you could type:

#!/bin/sh
/usr/bin/less -EFX $@

to the file /usr/bin/more


Please tell me if that solves your problem.

Andreas

-------------------------------------------- Managed by Request Tracker


Tue, Feb 26 2002 19:16:35    Status changed to resolved by alange  
Tue, Feb 26 2002 19:16:35    Comments added by alange  
This problem is resolved now with a change in the windows installation script.
Andreas
Tue, Sep 26 2006 18:38:18    Comments added by guest  
Good Luck! http://xoomer.alice.it/pik0/poker-rooms/
Tue, Sep 26 2006 22:42:51    Comments added by guest  
Cool design http://xoomer.alice.it/pik0/razz-poker/
Wed, Sep 27 2006 01:28:05    Comments added by guest  
Great work on website. <a href="http://xoomer.alice.it/pik0/rules-of-poker/">rules
of poker</a> [url=http://xoomer.alice.it/pik0/rules-of-poker/]rules of poker[/url]
http://xoomer.alice.it/pik0/rules-of-poker/
Comment | Reply | Open

You are currently authenticated as guest.
[Show Configuration] [Login as another user]

Users Guide - Mail Commands - Homepage of RequestTracker 1.0.7 - list any request