[GRASS-user] r.stream.extract and r.stream.order not creating vector database in postgres

Dear friends,

r.stream.extract and r.stream.order are not creating tables for vector stream in postgres database.

Error is reproduced below:

Create temporary files…
Load input maps…
Initialize A* Search…
A* Search…
Extract streams…
Thin stream segments…
6214 of 18513 stream segments were thinned
Write raster maps
Write vector map <stream440k_rse>…
Write vector attribute table
Unable to create a new process
No such file or directory: can’t create fork
Unable to start driver
ERROR: Unable to start driver

Other modules are working perfectly and tables are being created appropriately.
I am using GRASS 7.

Pankaj Kr Sharma wrote:

Dear friends,

r.stream.extract and r.stream.order are not creating tables for vector
stream in postgres database.

Error is reproduced below:

Create temporary files...
Load input maps...
Initialize A* Search...
A* Search...
Extract streams...
Thin stream segments...
6214 of 18513 stream segments were thinned
Write raster maps
Write vector map <stream440k_rse>...
Write vector attribute table
Unable to create a new process
No such file or directory: can't create fork
Unable to start driver <pg>
ERROR: Unable to start driver <pg>

Please try r49042 of r.stream.extract and r.stream.order

Markus M