# Error

**URL:** https://forum.generic-mapping-tools.org/t/error/2980
**Category:** Q&A
**Created:** [June 2, 2022, 6:31am UTC](https://forum.generic-mapping-tools.org/t/error/2980 "2022-06-02T06:31:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ponraj](https://avatars.discourse-cdn.com/v4/letter/p/898d66/32.png) [@Ponraj](https://forum.generic-mapping-tools.org/u/Ponraj)
#### Post date: [June 2, 2022, 6:31am UTC](https://forum.generic-mapping-tools.org/t/error/2980/1 "2022-06-02T06:31:22Z")

</div>

I was testing the following script  
set psfile=project.ps  
pscoast -Rd -JN0/6.5i -B60f30g30 -Dc -A10000 -Ggoldenrod -Ssnow2 -X1i -Y4i \> ${psfile}  
psxy -Rd -JN -O -Sc0.5c -Gblue -K -V -P \<\< EOF \>\> ${psfile}  
70 25  
140 -75  
150 -72  
EOF  
gs ${psfile}

i received the following  
psxy [INFORMATION]: Processing input table data  
psxy [INFORMATION]: Spherical approximation used  
psxy [INFORMATION]: Map scale is 2057.76 km per cm or 1:2.05776e+08.  
psxy [INFORMATION]: Reading Data Table from Standard Input stream  
GPL Ghostscript 9.26 (2018-11-20)  
Copyright (C) 2018 Artifex Software, Inc. All rights reserved.  
This software comes with NO WARRANTY: see the file PUBLIC for details.  
Loading NimbusSans-Bold font from /usr/share/ghostscript/9.26/Resource/Font/NimbusSans-Bold… 4572332 2947315 6735368 5404075 1 done.

> > showpage, press to continue\<\<

XIO: fatal IO error 11 (Resource temporarily unavailable) on X server “:0”  
after 302 requests (302 known processed) with 0 events remaining.

---

<div class="post-metadata">

### Author: ![pwessel](https://yyz1.discourse-cdn.com/flex047/user_avatar/forum.generic-mapping-tools.org/pwessel/32/30_2.png) [@pwessel](https://forum.generic-mapping-tools.org/u/pwessel)
#### Post date: [June 2, 2022, 7:24am UTC](https://forum.generic-mapping-tools.org/t/error/2980/2 "2022-06-02T07:24:11Z")

</div>

Well, pscoast needs -K and psxy needs just -O (not -K).

---

<div class="post-metadata">

### Author: ![Ponraj](https://avatars.discourse-cdn.com/v4/letter/p/898d66/32.png) [@Ponraj](https://forum.generic-mapping-tools.org/u/Ponraj)
#### Post date: [June 2, 2022, 9:37am UTC](https://forum.generic-mapping-tools.org/t/error/2980/3 "2022-06-02T09:37:59Z")

</div>

Thanks a lot sir
