Changes between Initial Version and Version 1 of Ticket #2683, comment 5


Ignore:
Timestamp:
Nov 24, 2015, 9:40:12 AM (8 years ago)
Author:
morenocomelli

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2683, comment 5

    initial v1  
    22GRASS looks for location and mapset, and since there are none defined when starting the first time, the error appears (in text mode only).[[BR]]
    33If mapset and location are created through gui, at next start in text mode they're the default settings. An other option is to create the /root/.grass7/rc file with proper parameters and the missing part of dir tree (the supposed dirs with database, location and mapset).
    4 
    5 
    6 
    7 Replying to [ticket:2683 morenocomelli]:
    8 > I'm trying to start grass 7 on CentOS 7 in text mode (Grass 6.4.4 installed via yum works correctly).
    9 > On Centos with GUI:
    10 >
    11 > {{{
    12 > # grass70 -text
    13 > ERROR: Unable to start GRASS. You can:
    14 >  - Launch GRASS with '-gui' switch (`grass70 -gui`)
    15 >  - Create manually GISRC file (/root/.grass7/rc)
    16 >  - Launch GRASS with path to the location/mapset as an argument (`grass70 /path/to/location/mapset`)
    17 > Exiting...
    18 > }}}
    19 >
    20 > On CentOS without GUI:
    21 > {{{
    22 > # grass70 -text
    23 > WARNING: Searched for a web browser, but none found
    24 > ERROR: Unable to start GRASS. You can:
    25 >  - Launch GRASS with '-gui' switch (`grass70 -gui`)
    26 >  - Create manually GISRC file (/root/.grass7/rc)
    27 >  - Launch GRASS with path to the location/mapset as an argument (`grass70 /path/to/location/mapset`)
    28 > Exiting...
    29 > }}}
    30 >
    31 > {{{
    32 > #grass70
    33 > WARNING: Searched for a web browser, but none found
    34 > Starting GRASS GIS...
    35 > WARNING: It appears that the X Windows system is not active.
    36 > A graphical based user interface is not supported.
    37 > Switching to text based interface mode.
    38 >
    39 > Hit RETURN to continue
    40 >
    41 > ERROR: Path '/home/download/grass-7.0.0/<UNKNOWN>/<UNKNOWN>' doesn't exist
    42 > Exiting...
    43 > }}}