When I run the golded (./golded) script to load gedlnx I get the
following
response:
"./golded: 31: [: -a: unexpected operator"
Line #31 of the golded script is:
"if [ -n $SCREEN -a -s $SCREENRC_GOLDED ]; then"
If I try to load gedlnx without using the script. Nothing happens and
I am returned to the terminal command prompt.
"if [ -n $SCREEN -a -s $SCREENRC_GOLDED ]; then"
Change this to:
if [ -n "$SCREEN" -a -s "$SCREENRC_GOLDED" ]; then
And try again...
When I run the golded (./golded) script to load gedlnx I get the
following response:
"./golded: 31: [: -a: unexpected operator"
Line #31 of the golded script is:
"if [ -n $SCREEN -a -s $SCREENRC_GOLDED ]; then"
Change this to:
if [ -n "$SCREEN" -a -s "$SCREENRC_GOLDED" ]; then
And try again...
If I try to load gedlnx without using the script. Nothing happens and
I am returned to the terminal command prompt.
Is a golded.log file created? Does it have any clues?
"./golded: 31: [: -a: unexpected operator"
Change this to:
if [ -n "$SCREEN" -a -s "$SCREENRC_GOLDED" ]; then
And try again...
When I run the golded script with the quotes placed as indicated I don't get the "unexpected operator" response. But... gedlnx doesn't load either. I am immediately returned to the terminal prompt.
Any thoughts as to what might be causing this behavior?
If I try to load gedlnx without using the script. Nothing happens and
I am returned to the terminal command prompt.
about: "Re: Golded+ on 64b Linux":
Change this to:
if [ -n "$SCREEN" -a -s "$SCREENRC_GOLDED" ]; then
And try again...
When I run the golded script with the quotes placed as indicated I don't
get the "unexpected operator" response. But... gedlnx doesn't load either. >> I am immediately returned to the terminal prompt.
I had a closer look at the script. And it's strange you even get that far into
the script. When you don't have a Russion locale installed you shouldn't get past line 15 of the script. And that just executes the gedlnx...
06 Jan 2017 05:17, from Jeff Smith -> Wilfred Van Velzen:
"./golded: 31: [: -a: unexpected operator"
Simply start the compiled binary with -Cconfig.cfg like this:
gedlnx -C/usr/local/etc/golded+/golded.cfg
I had a closer look at the script. And it's strange you even get that
far into the script. When you don't have a Russion locale installed you
shouldn't get past line 15 of the script. And that just executes the
gedlnx...
The implied suggestion from the Golded scripts was to use the golded script to launch Golded. But upon examining the script file it became evident that it dealt with ".ru" Russian locales.
| Sysop: | Winzlo |
|---|---|
| Location: | Minnesota, USA |
| Users: | 11 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 495944:37:49 |
| Calls: | 82 |
| Files: | 1,070 |
| D/L today: |
27 files (11,920K bytes) |
| Messages: | 287,036 |