| Author |
Message |
FeodorF

Joined: 07 Jul 2010 Posts: 71 Location: Heidelberg, Germany
|
Posted: Thu 22 Mar 2012, 14:03 Post subject:
Racy 5.2.90 Simple Network Setup error (Solved) Subject description: 2 Bugs fixed by BarryK & zigbert |
|
You can't access eth0 via the Simple Network Setup.
| Description |
|

Download |
| Filename |
SimpleNetworkSetup_eth0.png |
| Filesize |
722.37 KB |
| Downloaded |
129 Time(s) |
| Description |
|

Download |
| Filename |
SimpleNetworkSetup.png |
| Filesize |
549.94 KB |
| Downloaded |
138 Time(s) |
Last edited by FeodorF on Fri 30 Mar 2012, 23:10; edited 4 times in total
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6874 Location: Perth, Western Australia
|
Posted: Thu 22 Mar 2012, 17:12 Post subject:
|
|
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: | | echo "RETSTRING='${RETSTRING}'" #TEST |
That is between these lines:
| Code: | 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.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1802 Location: Burghaslach, Germany
|
Posted: Thu 22 Mar 2012, 17:46 Post subject:
|
|
| 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
#
|
|
Back to top
|
|
 |
FeodorF

Joined: 07 Jul 2010 Posts: 71 Location: Heidelberg, Germany
|
Posted: Thu 22 Mar 2012, 18:56 Post subject:
Pmusic 2.5.0 Subject description: I ran into a sound problem while testing |
|
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
-------------------------------------------------------------------------------------
| Description |
|

Download |
| Filename |
PuppyBarks_Twice.png |
| Filesize |
285.96 KB |
| Downloaded |
123 Time(s) |
| Description |
|

Download |
| Filename |
PuppyBarks_Permanent.png |
| Filesize |
345.98 KB |
| Downloaded |
133 Time(s) |
Last edited by FeodorF on Fri 30 Mar 2012, 23:18; edited 5 times in total
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6874 Location: Perth, Western Australia
|
Posted: Fri 23 Mar 2012, 00:43 Post subject:
|
|
Sorry, I should have said to comment out the line that appears to be causing the crash, insert "exit" instead:
| Code: | 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.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1802 Location: Burghaslach, Germany
|
Posted: Fri 23 Mar 2012, 06:42 Post subject:
|
|
| 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 !!!
|
|
Back to top
|
|
 |
FeodorF

Joined: 07 Jul 2010 Posts: 71 Location: Heidelberg, Germany
|
Posted: Mon 26 Mar 2012, 12:40 Post subject:
Subject description: Barry fixed the problem! |
|
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
|
|
Back to top
|
|
 |
|