Racy 5.2.90 Simple Network Setup error (Solved)

Please post any bugs you have found
Post Reply
Message
Author
User avatar
FeodorF
Posts: 293
Joined: Wed 07 Jul 2010, 09:44
Location: Heidelberg, Germany

Racy 5.2.90 Simple Network Setup error (Solved)

#1 Post by FeodorF »

You can't access eth0 via the Simple Network Setup.
Last edited by FeodorF on Sat 31 Mar 2012, 03:10, edited 4 times in total.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

FeodorF,
Thanks for the bug report.

Would you mind trying something. In script /usr/local/simple_network_setup/sns, insert this at line 837:

Code: Select all

echo "RETSTRING='${RETSTRING}'" #TEST
That is between these lines:

Code: Select all

  RETSTRING="`${GTKDIALOGEXE} --program=WIN6_DLG --center`"
  [ "`echo "$RETSTRING" | grep '^EXIT' | grep 'BUT_GOBACK'`" != "" ] && exec sns
Then run "sns" in a terminal, and post what it outputs for $RETSTRING.
[url]https://bkhome.org/news/[/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

#3 Post by L18L »

BarryK wrote: Then run "sns" in a terminal, and post what it outputs for $RETSTRING.
# ./sns
EXIT="Interface_eth0"
eth0 no wireless extensions.

Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth0 ; Invalid argument.
./sns: line 313: 19989 Terminated yaf-splash -bg orange -placement center -text "$(gettext 'Please wait, bringing down') '$INTERFACE'..."
./sns: line 838: unexpected EOF while looking for matching ``'
./sns: line 844: syntax error: unexpected end of file
#

User avatar
FeodorF
Posts: 293
Joined: Wed 07 Jul 2010, 09:44
Location: Heidelberg, Germany

Pmusic 2.5.0

#4 Post by FeodorF »

Ha,Ha,

Pmusic keeps playing our barks without coming to an end.

If you look at the pictures you will see, that Pmusic is set up to play sound in an endless loop (by default setup).

Cheers
-------------------------------------------------------------------------------------

Thanks to zigbert!

zigbert fixed the bug. The new version of Pmusic is now 2.5.2

http://bkhome.org/blog/?viewDetailed=02773

-------------------------------------------------------------------------------------
Last edited by FeodorF on Sat 31 Mar 2012, 03:18, edited 5 times in total.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#5 Post by BarryK »

Sorry, I should have said to comment out the line that appears to be causing the crash, insert "exit" instead:

Code: Select all

  RETSTRING="`${GTKDIALOGEXE} --program=WIN6_DLG --center`"
  echo "RETSTRING='${RETSTRING}'" #TEST
  #[ "`echo "$RETSTRING" | grep '^EXIT' | grep 'BUT_GOBACK'`" != "" ] && exec sns
  exit
Any Pmusic problem, report to zigbert.

Yes, there is a proper thread for Wary 5.2.90 bug reports. One of the admin guys will have to move these posts.
[url]https://bkhome.org/news/[/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

#6 Post by L18L »

BarryK wrote:...comment out the line that appears to be causing the crash, ...
Cause of crash must be somewhere else...
my test script sns wrote:fi #end test "$IF_INTTYPE" == "Wireless"
echo IF_INTTYPE=$IF_INTTYPE # Test
############Wired setup###############
if [ "$IF_INTTYPE" == "Wired" ] ; then
echo "Wired" # Test

# ./sns
EXIT="Interface_eth0"
IF_INTTYPE=Wired
./sns: line 839: unexpected EOF while looking for matching ``'
./sns: line 846: syntax error: unexpected end of file
#

There is no RETSTRING= echoed !!!
There is no Wired echoed !!!

User avatar
FeodorF
Posts: 293
Joined: Wed 07 Jul 2010, 09:44
Location: Heidelberg, Germany

#7 Post by FeodorF »

Thanks to Barry!

Barry fixed the bug.

http://bkhome.org/blog/?viewDetailed=02764

Further news about bugs please look at:

http://www.murga-linux.com/puppy/viewtopic.php?t=76182

Post Reply