Wary/Racy 5.3RC2 (5.2.91)

Please post any bugs you have found
Message
Author
npierce
Posts: 858
Joined: Tue 29 Dec 2009, 01:40

Re: xmessage UTF8

#226 Post by npierce »

No, this is not a report of essential changes needed. In fact, no changes to Puppy are needed at all. This is just an update on my previous post.

[quote="npierce"]But I'm having problems with some fonts.

Cyrillic works:

Code: Select all

xmessage "
Attachments
xmessage_utf8_greek.png
Greek working in xmessage
(3.63 KiB) Downloaded 1370 times

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#227 Post by Karl Godt »

BarryK wrote:

Another bug bites the dust!

"ping -4" doesn't seem to do any harm. Hopefully no one will report that it messes things up for them.

I have put the -4 option for ping into these scripts:
Pudd, check_internet, video_upgrade_wizard.
This could possibly be managed by something like this :

Code: Select all

usage(){
	echo "
	$0 [-p [4|6] |-h]
	Simple xmessage based dialogs to perform the 'dd' command
	to clone disks,partitions,save-files
	to a file,partition or disk.

	Options:
	-p 4|6 ) When Using Pudd to clone from network shares pass
	-4,-6		Force IP or IPv6 name resolution
	option to 'ping' (default is 4).
	"
	exit $1
}
[ "$1" = '--help' ] && usage 0
IPV='-4' #IPversion set to default to 4
while getopts hp: opt;do
case $opt in
p) IPV=$OPTARG;
IPV='-'"$IPV";IPV=`echo "$IPV" | tr -s '-'`
[ "$IPV" != '-4' -o "$IPV" != '-6' ] && usage 1
;;
h)usage 0;;
*)usage 1;;
esac;done
while [ "$2" ];do shift;done #precaution for many scritps may use at least one '$1' somewhere further down :)
This is for Pudd i was hacking a little the last days , but all scripts lack a usage which could replace various comments in these .

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

Re: Puppy-Setup: change to UTF-8 does not get permanent

#228 Post by BarryK »

L18L wrote:
BarryK wrote:
L18L wrote: Yes, there is something wrong, I have been trying to reproduce this in a similiar way.

racy 5.2.90 pfix=ram
chosen LANG: de_DE (without utf8)
saved to a new save file called racysave-de_DE.2fs

then reboot
and chosen racysave-de_DE.2fs

# cat /proc/cmdline
video=640x480 root=/dev/sda3 ro vga=normal pdev1=sda3
#
# echo $LANG
de_DE.UTF-8
#

repeated chooselocale (de_DE) several times

My observation:
change to non-UTF-8 does not get permanent

I don´t think this is specific to German.
Other languages, please test: changing to/from utf-8

Hope this will help locating the bug
I am not having any problem.

Running as a German user, I used quickcountry (symlink to quicksetup) to untick and tick the UTF-8 checkbox. There was no problem.

The problem may occur if you altered the initrd.gz the first time, to say de_DE-UTF-8, then that will be used at a reboot. QuickCountry/QuickSetup will offer to change the initrd.gz if you change the UTF-8 checkbox.
I like to confirm:
No problem if the offer to change initrd.gz is accepted !

Example: Change from de_AT to de_AT.utf8 only permanent if changed initrd.gz.

This leads to the idea:
I have decided wrong and LaRioja has decided wrong.
Why ask the user?
Always change it please without asking 8)

edit:
I have run xorgwizard without utf8, our (shinobar´s) trick OUTPUT_CHARSET=UTF-8 did not work in console :cry:

this is leading to the next ( old ) idea:
make utf8 default without exceptions for non English
I have fixed the problem:
http://bkhome.org/blog/?viewDetailed=02776

However, yes, it would probably be better to set UTF-8 as default for non-English. I can see some issues with doing that though, so will leave it until after Wary/Racy 5.3-final. Everything is frozen for now.
[url]https://bkhome.org/news/[/url]

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

Re: xmessage UTF8

#229 Post by BarryK »

[quote="npierce"]No, this is not a report of essential changes needed. In fact, no changes to Puppy are needed at all. This is just an update on my previous post.

[quote="npierce"]But I'm having problems with some fonts.

Cyrillic works:

Code: Select all

xmessage "
[url]https://bkhome.org/news/[/url]

User avatar
sszindian
Posts: 807
Joined: Sun 25 Apr 2010, 02:14
Location: Pennsylvania U.S.

5.2.91

#230 Post by sszindian »

Ran Racy all day without a hitch using WiFi... went to shutdown this evening, and Racy 'HUNG' on the shutdown just before updating the savefile. After 10-minutes I knew a shutdown wouldn't happen so was forced to do 'push and hold power button on computer' to shutdown.

Upon trying to reboot with Racy, all that I get is:

ext2-fs (loop): error: ext2 lookup: deleted inode reference: 16451

and it goes on and on through a bunch of numbers after that so am forced to shutdow with power button again...

Hope It can be recovered?

Bummer BK! and just when I thought Racy was really doing a fantastic job.

>>>---Indian------>
Cloud Computing For Every Puppy (a .pet)
[url]http://murga-linux.com/puppy/viewtopic.php?t=69192[/url]

User avatar
broomdodger
Posts: 279
Joined: Sat 10 May 2008, 02:38
Location: Santa Cruz, CA

Re: flash 11.r202 not working

#231 Post by broomdodger »

broomdodger wrote:flash 11.r202 not working
racy5291
frugal manual
automatic flash install
flash 11.r202 not working

delete /usr/lib/mozilla/plugins/libflashplayer.so

copy flash 11.r102 from racy5290
flash 11.r102 is working
I have tried several times on the IBM ThinkPad X30 and Flashplayer 11.2.202.228 does not work.
Checking the <http://www.adobe.com/software/flash/about/> no player detected.

Flashplayer 11.1.102.63 works works with racy5291.

--BUT--

On the Acer TravelMate 4670 Flashplayer 11.2.202.228 works with racy5291.

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#232 Post by puppyluvr »

:D Hello,
sszindian,
Reboot pfix=ram, and without mounting the drive, in a console type
e2fsck sda1
where "sda1" is the drive you have the savefile on...IE sda1, hda1, hda2 etc..

Then reboot to the savefile...
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

aarf

#233 Post by aarf »

delta manual frugal upgrade from 5290 to 5.2.91
network wizard open wifi connected.
portable opera browsed.

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

Re: flash 11.r202 not working

#234 Post by BarryK »

broomdodger wrote:
broomdodger wrote:flash 11.r202 not working
racy5291
frugal manual
automatic flash install
flash 11.r202 not working

delete /usr/lib/mozilla/plugins/libflashplayer.so

copy flash 11.r102 from racy5290
flash 11.r102 is working
I have tried several times on the IBM ThinkPad X30 and Flashplayer 11.2.202.228 does not work.
Checking the <http://www.adobe.com/software/flash/about/> no player detected.

Flashplayer 11.1.102.63 works works with racy5291.

--BUT--

On the Acer TravelMate 4670 Flashplayer 11.2.202.228 works with racy5291.
What CPU does the Thinkpad X30 have?

There have been issues with the Adobe player requiring a machine-language instruction that is not in an older CPU.

This is an awkward situation. I have added a warning, after the player is downloaded, that if it doesn't work, try an older one -- a PET in the Puppy Package Manager.
[url]https://bkhome.org/news/[/url]

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

Re: flash 11.r202 not working

#235 Post by BarryK »

double post
[url]https://bkhome.org/news/[/url]

User avatar
Terryphi
Posts: 761
Joined: Wed 02 Jul 2008, 09:32
Location: West Wales, Britain.

#236 Post by Terryphi »

I have spent the last 24 hours trying to get the latest flashplayer working on an old Acer Aspire 1350 laptop. It just doesn't work on this machine. The last version to work is 10.1.102.63.
[b]Classic Opera 12.16 browser SFS package[/b] for Precise, Slacko, Racy, Wary, Lucid, etc available[url=http://terryphillips.org.uk/operasfs.htm]here[/url] :)

User avatar
sszindian
Posts: 807
Joined: Sun 25 Apr 2010, 02:14
Location: Pennsylvania U.S.

Error

#237 Post by sszindian »

'Thanks for the comeback puppyluvr'

The code e2fsck sda1 (which is the correct drive) didn't take?

So went back and did a complete pfix=purge and was able to load 5-2.91 but... ' With Errors.' After load, could never config Internet connection. It did shutdown with a savefile but... also with 'With Errors'.)

I am kind of suspecting that something went screwy with the Internet part of 5-2.91... that was the first time I used WiFi for a session, all previous sessions were with eth0.

It's not a big deal on my part as I have many puppy versions running for tests that I can recover any files with, but, this is why I like to test all the popular puppy's, make them more reliable and better for the new users so they don't encounter these types of things. Hopefully someone will find the reason for the error and if it's a bug, BK can correct it.

>>>---Indian------>
Cloud Computing For Every Puppy (a .pet)
[url]http://murga-linux.com/puppy/viewtopic.php?t=69192[/url]

User avatar
broomdodger
Posts: 279
Joined: Sat 10 May 2008, 02:38
Location: Santa Cruz, CA

Re: flash 11.r202 not working

#238 Post by broomdodger »

BarryK wrote:
broomdodger wrote:
broomdodger wrote:flash 11.r202 not working
racy5291
frugal manual
automatic flash install
flash 11.r202 not working

delete /usr/lib/mozilla/plugins/libflashplayer.so

copy flash 11.r102 from racy5290
flash 11.r102 is working
I have tried several times on the IBM ThinkPad X30 and Flashplayer 11.2.202.228 does not work.
Checking the <http://www.adobe.com/software/flash/about/> no player detected.

Flashplayer 11.1.102.63 works works with racy5291.

--BUT--

On the Acer TravelMate 4670 Flashplayer 11.2.202.228 works with racy5291.
What CPU does the Thinkpad X30 have?

There have been issues with the Adobe player requiring a machine-language instruction that is not in an older CPU.

This is an awkward situation. I have added a warning, after the player is downloaded, that if it doesn't work, try an older one -- a PET in the Puppy Package Manager.
-Processor-
Name : Mobile Intel(R) Pentium(R) III CPU - M 1200MHz
Family, model, stepping : 6, 11, 4 (Pentium III/Pentium III Xeon/Celeron)
Vendor : Intel
-Configuration-
Cache Size : 512kb
Frequency : 1198.97MHz
BogoMIPS : 2398.86
Byte Order : Little Endian
-Features-
FDIV Bug : no
HLT Bug : no
F00F Bug : no
Coma Bug : no
Has FPU : yes
-Cache-
Cache information not available
-Capabilities-
fpu : Floating Point Unit
vme : Virtual 86 Mode Extension
de : Debug Extensions - I/O breakpoints
pse : Page Size Extensions (4MB pages)
tsc : Time Stamp Counter and RDTSC instruction
msr : Model Specific Registers
pae : Physical Address Extensions
mce : Machine Check Architeture
cx8 : CMPXCHG8 instruction
sep : Fast System Call (SYSENTER/SYSEXIT)
mtrr : Memory Type Range Registers
pge : Page Global Enable
mca : Machine Check Architecture
cmov : Conditional Move instruction
pse36 : 36bit Page Size Extensions
mmx : MMX technology
fxsr : FXSAVE and FXRSTOR instructions
sse : SSE instructions
up : smp kernel running on up

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#239 Post by Sage »

The code e2fsck sda1 (which is the correct drive) didn't take?
Usually, you have to give the complete path, viz:
fsck /dev/sda1 - which is sufficient for an ext2 partition.
Then, it will come up with a warning that dire things may happen and you have to make your final decision.
The fsck command is contained in amost every distro. Sometimes I run it from a 'foreign' liveCD, using pfix=ram, of course, if it's another Puppy variant. Despite the warnings, it has always worked for me, unless there is something else wrong, like bad sectors!

aarf

#240 Post by aarf »

fsck -f /dev/sdb1 yes it always works and then one day it finds something and you cross your fingers that your latest backup is ok because what you get when something is badly wrong will take you a month or two to sort if you could be bothered. i still do it naked though because i havent got any thing much to lose and even that nothingness that is multiple backed up off line.

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

Re: flash 11.r202 not working

#241 Post by FeodorF »

BarryK wrote:
broomdodger wrote:
broomdodger wrote:flash 11.r202 not working
racy5291
frugal manual
automatic flash install
flash 11.r202 not working

delete /usr/lib/mozilla/plugins/libflashplayer.so

copy flash 11.r102 from racy5290
flash 11.r102 is working
I have tried several times on the IBM ThinkPad X30 and Flashplayer 11.2.202.228 does not work.
Checking the <http://www.adobe.com/software/flash/about/> no player detected.

Flashplayer 11.1.102.63 works works with racy5291.

--BUT--

On the Acer TravelMate 4670 Flashplayer 11.2.202.228 works with racy5291.
What CPU does the Thinkpad X30 have?

There have been issues with the Adobe player requiring a machine-language instruction that is not in an older CPU.

This is an awkward situation. I have added a warning, after the player is downloaded, that if it doesn't work, try an older one -- a PET in the Puppy Package Manager.
I do have the same problem with my ASRock K7VT4Apro AthlonXP3000+ MoBo.

Rem: That's funny, some youtube videos play right away, others don't. (Looks like an April 1st flashplayer update :wink: )

-Processor-
Name: AMD Athlon(tm) XP 3000+
Family,model,stepping: 6, 10, 0 (AMD Athlon XP/MP (Barton))
Vendor: AuthenticAMD
-Configuration-
Cache Size: 512kb
Frequency: 2166.05MHz
BogoMIPS: 4332.10
Byte Order: Little Endian
-Features-
FDIV Bug: no
HLT Bug: no
F00F Bug: no
Coma Bug: no
Has FPU: yes
-Cache-
Level 1(Data): 2-way set-associative, 512 sets, 64KB size
Level 1(Instruction): 2-way set-associative, 512 sets, 64KB size
Level 2(Unified): 16-way set-associative, 512 sets, 512KB size
-Capabilities-
fpu: Floating Point Unit
vme: Virtual 86 Mode Extension
de: Debug Extensions - I/O breakpoints
pse: Page Size Extensions (4MB pages)
tsc: Time Stamp Counter and RDTSC instruction
msr: Model Specific Registers
pae: Physical Address Extensions
mce: Machine Check Architeture
cx8: CMPXCHG8 instruction
apic: Advanced Programmable Interrupt Controller
sep: Fast System Call (SYSENTER/SYSEXIT)
mtrr: Memory Type Range Registers
pge: Page Global Enable
mca: Machine Check Architecture
cmov: Conditional Move instruction
pat: Page Attribute Table
pse36: 36bit Page Size Extensions
mmx: MMX technology
fxsr: FXSAVE and FXRSTOR instructions
sse: SSE instructions
syscall: SYSCALL and SYSEXIT instructions
mmxext: Extended MMX Technology
3dnowext: Extended 3DNow! Technology
3dnow: 3DNow! Technology
up: smp kernel running on up

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#242 Post by vicmz »

I have this problem in both Racy and Wary. When I click a partition icon, I get an error message 'failed to execute child process' and I can't access the partition from there. In Racy it happens unexpectedly at random times, although not real frequent, in Wary it happens after the second/third time I click on a partition icon. In Racy the problem disappears after restarting X, in Wary I have to reboot. In both Racy and Wary I can still mount and access the partitions via Pmount or ROX-Filer (in /mnt/nameofpartition). The problem doesn't have to do with partition types (NTFS, VFAT, etc.), all of them are affected.
Attachments
failed-to-open-usb-drive.png
(39.43 KiB) Downloaded 1476 times
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#243 Post by puppyluvr »

:D Hello,
Quick post..
D/L the latest for a spin...
Very impressive BK!!
Nailed everything OOTB.. Wireless (RT5390 via 2800pci), Resolution for a 55 inch monitor dead on.. GL worked OOTB as well, a pleasant surprise!! Every app ran, all formats played.. 2barks at boot...Fullscreen video doesnt work, will investigate..
Blazing fast!!
Composite via installed gcompmgr works flawlessly as well.
I bought 5 cd`s for this one, to spread it around and test it on as many machines as I can..
Will be back to report..
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

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

Re: 5.2.91

#244 Post by BarryK »

sszindian wrote:Ran Racy all day without a hitch using WiFi... went to shutdown this evening, and Racy 'HUNG' on the shutdown just before updating the savefile. After 10-minutes I knew a shutdown wouldn't happen so was forced to do 'push and hold power button on computer' to shutdown.

Upon trying to reboot with Racy, all that I get is:

ext2-fs (loop): error: ext2 lookup: deleted inode reference: 16451

and it goes on and on through a bunch of numbers after that so am forced to shutdow with power button again...

Hope It can be recovered?

Bummer BK! and just when I thought Racy was really doing a fantastic job.

>>>---Indian------>
What is Puppy booting off? Frugal install hard drive? USB Flash? CD?

Also, is it a pristine installation, or did you upgrade a save-file?
Last edited by BarryK on Sun 01 Apr 2012, 23:14, edited 1 time in total.
[url]https://bkhome.org/news/[/url]

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

#245 Post by BarryK »

vicmz wrote:I have this problem in both Racy and Wary. When I click a partition icon, I get an error message 'failed to execute child process' and I can't access the partition from there. In Racy it happens unexpectedly at random times, although not real frequent, in Wary it happens after the second/third time I click on a partition icon. In Racy the problem disappears after restarting X, in Wary I have to reboot. In both Racy and Wary I can still mount and access the partitions via Pmount or ROX-Filer (in /mnt/nameofpartition). The problem doesn't have to do with partition types (NTFS, VFAT, etc.), all of them are affected.
What is Puppy booting off? Frugal install hard drive? USB Flash? CD?

Also, is it a pristine installation, or did you upgrade a save-file?

Are you running with default en_US locale, or your langpack? if the latter, test with default English, as it may be a bug in one of the translations that is corrupting a script.
Last edited by BarryK on Sun 01 Apr 2012, 23:16, edited 1 time in total.
[url]https://bkhome.org/news/[/url]

Post Reply