Wary Puppy 5.1.4 - 29 August 2011

Please post any bugs you have found
Message
Author
User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

Re: Some apis in Wary512 won't close: have to kill

#181 Post by DaveS »

benny7440 wrote:I'm not sure if I'm posting in the correct forum &, if I'm, I'm sorry: redirect me to the correct one or move to an appropriate location.

Since my main email acct. is from yahoo & they're changing their service soon to a newer version that requires updated browsers & my Seamonkey one is the 1.1.18 version, which is not a recent one, I need to change.

The other day I decided to accept the browser's recommendation of d/l an update but it didn't work out well, so I decided to give it another chance by doing it manually directly from the Mozilla site. I followed their instructions but the newer version never launched after trying in various ways. Today I tried a previously d/l FF 5.* pet file &, even though it installed correctly & an icon appeared in the Internet tab from the main Menu, it never launched either. Even more, the icon disappeared from its place.

I then went to the repo & selected Seamonkey 2.0.11 & installed it, I'm sure the original browser was still running while the new one was been installed. It never launched, either.

What to do in this case?
This gives you a bit more info, from a few posts above this one http://www.murga-linux.com/puppy/viewto ... 352#545352
dbus is the problem.
Spup Frugal HD and USB
Root forever!

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#182 Post by tempestuous »

Here is the older version of the Ralink rt3070sta driver, to support "middle-era" Ralink-based (RT2070/RT3070) USB wifi devices. These older devices appear to not work properly with the latest rt3370sta driver.
I patched the source code to additionally support these devices:
- Linksys-WUSB100-V2 USB ID 1737:0078
- TP-Link TL-WN321G & older Tenda W541U USB ID 148F:2070

I don't have a Wary development installation, so the driver was graciously compiled by rcrsn51.

Snail
Posts: 331
Joined: Sun 18 Oct 2009, 07:32

Wrong thread

#183 Post by Snail »

sorry :(

PANZERKOPF
Posts: 282
Joined: Wed 16 Dec 2009, 21:38
Location: Earth

#184 Post by PANZERKOPF »

The Remasterpup2 crashes when iso file is mounted.
Incorrect definition of variable: "VIRTUALCD".

Code: Select all

VIRTUALCD=$(mount -t iso9660|grep '^/dev/loop' | sed -e 's/on[ ].*+//' -e 's/[ ]type[ ]iso9660[ ].*$//')
When we mount some iso file as loop device, this variable has three "words" :
"device" "on" "mountpoint". This is incompatible with Xdialog because it needs
tag and item fields of each choice: "device" "mountpoint" .
Example:

Code: Select all

VIRTUALCD=`grep -E "loop.*iso9660" /proc/mounts | cut -f 1-2 -d ' ' | tr '\n' ' '`  
Making "tr" at end of construction prevents crash if we have mounted many iso files.
SUUM CUIQUE.

wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

wary 512 bug

#185 Post by wanderer »

hi guys

puppy is the greatest

and it is the only distro I use

however I have a problem

wary 512 won't play mpg in full screen

just opens a little box

wmv plays full screen automatically

on a related note

ever since puppy 5

I have had video problems of one kind or another

with every variety upup dpup quirky and wary

sometimes the video will crash and need a reboot

sometimes the video will not play full screen

sometimes different resolutions won't work

p217 p301 p400

and 214x from tux work fine

I am now using 214xtop7

thanks a million tux

for developing the 2 series

but back to the video thing

whats the problem

xorg change? media player change?

if anyone can give me any info I would appreciate it

thanks

wanderer

sandungas
Posts: 59
Joined: Sat 22 May 2010, 09:27

#186 Post by sandungas »

I found a bug in wary 5.1.1 (probably is in 5.1.2 too and inherited in other puppyes)

Is in the "grub legacy bootloader config"...
It gives an error when trying to find windows partitions
This only happen in "expert mode" so probably nobody noticed because "simple" mode works fine (in fact by using simple mode you can find windows, but in expert mode dont)

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

Re: separate synaptics from xorg

#187 Post by BarryK »

broomdodger wrote:This trackpad is driving me nuts.

It seems the synaptics driver is some how connected to xorg.

/usr/X11R7/lib/xorg/modules/input/synaptics_drv.so
/usr/X11R7/lib/xorg/modules/input/synaptics_drv.la

Can it be separated?

Can disable trackpad tapping be added to:

Menu > Desktop > pupX set properties of X
Xvesa has many limitations, it should only be used as a last resort. Touchpad configuration is one of them. If you can't get a hardware-specific Xorg driver for your video, the Xorg vesa driver usually works, and Flsynclient will work for it.
[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: Wary Puppy 5.1.2 final

#188 Post by BarryK »

L18L wrote:aragon,
you have made me check this once again and I have found my solution was not perfect. It was a quickshot because I had solved the same problem in another distro before.

Here is the better puppy solution:

append

Code: Select all

# delete any existing geany_socket.* that might exist from last session
rm /tmp/geany_socket*
rm /root/.config/geany/geany_socket*
to /etc/rc.d/rc.local

#rm $HOME/.config/geany/geany_socket* # does NOT work there is no HOME in rc.local

Yes, /tmp should be cleaned up completely on shutdown!
But it is not.
Maybe because fido was shutting down?

Deleting the sockets at start is in every case (think about unproper shutdown, power failure) efficient.

Anyhow, Barry is wanting solutions for fido, not problems.
And he might put the 2 lines into rc.sysinit

Thanks again for your feedback

Edited
Rethinking about it...
It is NOT the solution, just a workarund :oops:
Thanks for the feedback, I have put your "workaround" into /etc/rc.d/rc.shutdown, about line 1067:

Code: Select all

#when the working files run in tmpfs in ram, they are saved above and /tmp and /var
#are screened out. however, some PUPMODES mount ${DISTRO_FILE_PREFIX}save.2fs directly on /initrd/pup_rw,
#the top unionfs layer, meaning that there is no intermediary tmpfs in ram for working
#files, hence everything is saved directly, ditto for PUPMODE=2 a full h.d. install.
#hence need to do some explicit wiping here...
echo -n "" > /var/log/messages #delete, as it keeps growing.(note choosepartfunc uses this)
rm -f /var/log/X*
rm -rf /tmp/*
rm -f /var/lock/LCK*
rm -f /var/run/*.pid
rm -rf /root/tmp 2> /dev/null #...note, not screening this out in any of above save modes.
rm -rf /root/.thumbnails/* 2> /dev/null
[ -d /var/tmp ] && rm -rf /var/tmp/* 2> /dev/null #100820
#110808 L18L if geany still running at shutdown, need these...
rm -f /tmp/geany_socket* 2>/dev/null
[ -d /root/.config/geany ] && rm -f /root/.config/geany/geany_socket* 2>/dev/null
sync
[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:

#189 Post by BarryK »

dogle wrote:I was pleased with Barry's choice of old Seamonkey + Adblock, a combination with which I have long been happy.

1. Although I find Adblock very useful in its own right, it is my understanding (correction welcome!) that Adblock suppresses display of barred material, but does not necessarily prevent it being downloaded at your expense. OTOH, Sc0ttman's excellent Puppy Advert Blocker operating via the hosts file prevents the unwanted download, a great boon if you are lumbered with slow/expensive download capability (as many are). I wondered therefore whether Barry might have seen fit to elevate the Puppy Advert Blocker to official PET status - so I went into Puppy Package Manager to check but no, it's not there.

2. I was finding that the 'cancel' button in the PPM was not working, very annoying, I was having to invoke kill to get out of it. Experimenting further, I found said button did work if I clicked in the extreme top left of the rectangle. I deduce that there is some slight misalignment either in my test box or in the latest GUI, anyone else experiencing this?
Puppy Advert Blocker is in Wary 5.1.2, see Internet menu.
[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: vobcopy

#190 Post by BarryK »

rodin.s wrote:I was testing pdvdsub and found an error:

Code: Select all

vobcopy: error while loading shared libraries: libdvdread.so.3: cannot open shared object file: No such file or directory
I've made a link to fix it:

Code: Select all

ln -s /usr/lib/libdvdread.so.4.1.2 /usr/lib/libdvdread.so.3
Also window dvd-info doesn't close by clicking QUIT button. No big deal though. It could be closed usual way.
Thanks, symlink created.
[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:

#191 Post by BarryK »

PANZERKOPF wrote:The Remasterpup2 crashes when iso file is mounted.
Incorrect definition of variable: "VIRTUALCD".

Code: Select all

VIRTUALCD=$(mount -t iso9660|grep '^/dev/loop' | sed -e 's/on[ ].*+//' -e 's/[ ]type[ ]iso9660[ ].*$//')
When we mount some iso file as loop device, this variable has three "words" :
"device" "on" "mountpoint". This is incompatible with Xdialog because it needs
tag and item fields of each choice: "device" "mountpoint" .
Example:

Code: Select all

VIRTUALCD=`grep -E "loop.*iso9660" /proc/mounts | cut -f 1-2 -d ' ' | tr '\n' ' '`  
Making "tr" at end of construction prevents crash if we have mounted many iso files.
Thanks, fixed.
[url]https://bkhome.org/news/[/url]

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#192 Post by tempestuous »

Barry (and rerwin)
I now have two reports of the modules-preference setting failing in Lucid, and this bug may be carried over to Wary/Quirky/Woof;

my Ralink rt3070sta driver dotpet includes a modified /etc/rc.d/MODULESCONFIG with these lines:
rt2800usb:rt3070sta
rt2870sta:rt3070sta
but after forum member Rafal07BC installed this driver, the rt2800usb driver continued to load, and he only sorted out the problem by blacklisting the rt2800usb module -
http://www.murga-linux.com/puppy/viewto ... 374#548374

and aarf tried to set this line in modules-preference "rt2800usb:rt2870sta"
but after a reboot, both modules were still loaded -
http://www.murga-linux.com/puppy/viewto ... 308#551308
and again, he had to blacklist the rt2800usb driver.

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

#193 Post by BarryK »

tempestuous wrote:Here is the older version of the Ralink rt3070sta driver, to support "middle-era" Ralink-based (RT2070/RT3070) USB wifi devices. These older devices appear to not work properly with the latest rt3370sta driver.
I patched the source code to additionally support these devices:
- Linksys-WUSB100-V2 USB ID 1737:0078
- TP-Link TL-WN321G & older Tenda W541U USB ID 148F:2070

I don't have a Wary development installation, so the driver was graciously compiled by rcrsn51.
tempestuous,
Would you mind sending me the patched source. I can add this to the fully automatic build scripts that I have for the 2.6.32.x kernel. As it will conflict with the regular rt drivers, I will get the script to automatically create a PET for your driver.

See details of the 2.6.32.43 source and build scripts:
http://bkhome.org/blog/?viewDetailed=02388
[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:

#194 Post by BarryK »

tempestuous wrote:Barry (and rerwin)
I now have two reports of the modules-preference setting failing in Lucid, and this bug may be carried over to Wary/Quirky/Woof;

my Ralink rt3070sta driver dotpet includes a modified /etc/rc.d/MODULESCONFIG with these lines:
rt2800usb:rt3070sta
rt2870sta:rt3070sta
but after forum member Rafal07BC installed this driver, the rt2800usb driver continued to load, and he only sorted out the problem by blacklisting the rt2800usb module -
http://www.murga-linux.com/puppy/viewto ... 374#548374

and aarf tried to set this line in modules-preference "rt2800usb:rt2870sta"
but after a reboot, both modules were still loaded -
http://www.murga-linux.com/puppy/viewto ... 308#551308
and again, he had to blacklist the rt2800usb driver.
tempestuous,
aarf posted to my blog about this, and I posted a reply there:

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

To be more specific, Lucid is using the Woof release of February 28, 2011. A lot of water under the bridge since then!
[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:

#195 Post by BarryK »

Wary 5.1.2.7 is now available. This is a beta for the upcoming 5.1.3. See my blog announcement:

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

The download link has xdelta files, for easy download and upgrade if you already have downloaded Wary 5.1.2.
[url]https://bkhome.org/news/[/url]

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#196 Post by James C »

Did a quick manual frugal install of 5.1.2.7 on my main Linux box. Sound,internet and display correct and working on initial boot.No problems yet.


VIDEO REPORT: Wary Puppy, version 5.1.2.7

Chip description:
oem: NVidia
product: NV18 () Board Chip Rev A2

Driver used by Xorg:
nv

Video mode used by Xorg:
Resolution: Depth 24 Depth: "Display"

...the above also recorded in /tmp/report-video

-Computer-
Processor : AMD Athlon(tm) XP 2400+
Memory : 1034MB (163MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Mon 08 Aug 2011 04:50:53 PM CDT
-Display-
Resolution : 1440x900 pixels
OpenGL Renderer : Mesa GLX Indirect
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : VIA8233 - VIA 8235


Ethernet controller : Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
Multimedia audio controller : VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller
VGA compatible controller : nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#197 Post by tempestuous »

BarryK wrote:Would you mind sending me the patched source.
Barry, I've sent you a PM with the download link.
Have a look at /common/rtusb_dev_id.c
and from line 108 you will see that I have added 5 extra device ID's.

That particular version of the vendor-supplied rt3070sta driver, 2.3.0.1, appears to be the "sweet spot" for the 2.6.33 kernel in Lucid Puppy. Forum member tubeguy tested driver versions higher and lower than this with his Linksys WUSB100v2, and 2.3.0.1 was the only one to work properly in Lucid.

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

#198 Post by Sage »

JC:
Ethernet controller : Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
Is this a type 'D' as printed on the actual chip? Did anyone sort out the 8139D driver paradox?

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

#199 Post by Sage »

W5.1.2.7 - still the daddy!
SM, although I hate it, seems to work but far too slowly, even with 768Mb.

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Wary Puppy 5.1.2.7 (5.1.3 beta)

#200 Post by Billtoo »

Manual frugal install to hp desktop.
Installed devx + kernelsourcesfs + NVIDIA-Linux-x86-280.13.run

Tue 9 Aug 2011 Operating System: Wary Puppy-5.1.2.7 Linux 2.6.32.43
0.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 220] (rev a2)
oem: NVIDIA product: GT216 Board - 0682vb12 Chip Rev

X Server: Xorg Driver: nvidia
X.Org version: 1.3.0
dimensions: 1024x768 pixels (342x271 millimeters)
depth of root window: 24 planes

direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 220/PCI/SSE2
OpenGL version string: 3.3.0 NVIDIA 280.13

Intel(R) Core(TM)2 Duo CPU E4500
Core 0: 1200 1: 1200 MHz
# glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
31168 frames in 5.0 seconds = 6233.574 FPS
31453 frames in 5.0 seconds = 6290.410 FPS
31509 frames in 5.0 seconds = 6301.765 FPS

Sound and wired network good on first boot, no problems so far.

Post Reply