Wary Puppy 5.1.4 - 29 August 2011

Please post any bugs you have found
Message
Author
linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#381 Post by linuxcbon »

When adding /sbin/udevd --daemon in rc.sysinit, got errors :

Code: Select all

udevd[66]: SYSFS{}= will be removed in a future udev version, please use ATTR{}=
Replaced SYSFS with ATTR in /etc/udev/rules.d/ for TI_USB and WACOM.

Another error is in CUPS rules : %k is not reckognized, so removed it.

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#382 Post by linuxcbon »

re-edited
Should it be /usr/lib/xtables/ instead of /usr/libexec/xtables ?

pmount :
/usr/sbin/pmount: line 217: uniq: command not found

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

#383 Post by BarryK »

Jades wrote:Further to my previous post, I've now managed to install Wary 514 on my K6 2 500 machine and while the upgrade of the Live CD install's Warysave seems to have gone through without incident I'm still having the same problem with playing MP3 files as before. Pmusic loads with the file but doesn't play it and running FFMPEG from the command line generates an Illegal Instruction error.

Is the FFMPEG in Wary, Lupu and Slacko i686+ only? K6 2 500 is i586 according to both Puppy and HardInfo (see sig for report for Lupu 511 on that machine).

Madplay still plays MP3s and I've changed the Run Action in ROX so that Madplay is the default for those files.
yes, ffmpeg was compiled for i686. I did that for performance reasons, but realise as this is Wary I should have compiled for i486/.586. This is on my to-do list to fix.

There were some posts on PETs for ffmpeg and mplayer that work in Wary and run on i586, but I don't recall the links. The posts were related to getting Wary running on the Gecko Edubook. The posts might have been on my blog.
[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:

#384 Post by BarryK »

linuxcbon wrote:re-edited
Should it be /usr/lib/xtables/ instead of /usr/libexec/xtables ?

pmount :
/usr/sbin/pmount: line 217: uniq: command not found
# which uniq
/usr/bin/uniq

Regarding empty directories, some of those are needed. They get filled later, when an application runs, for example /etc/simple_network_setup gets used by SNS (Simple Network Setup).
/etc/belocs though, is not used.

linuxcbon,
Note, some of your earlier suggestions I will be looking at again a bit later.
[url]https://bkhome.org/news/[/url]

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#385 Post by linuxcbon »

Thanks, I am still testing.
Have a look at : http://www.spinics.net/lists/hotplug/msg05104.html

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#386 Post by linuxcbon »

Here are simple commands to remove the empty directories :

Code: Select all

find /bin -type d -empty -delete
find /etc -type d -empty -delete
find /lib -type d -empty -delete
find /root -type d -empty -delete
find /sbin -type d -empty -delete
find /tmp -type d -empty -delete
find /usr -type d -empty -delete
find /var -type d -empty -delete

Jades
Posts: 466
Joined: Sat 07 Aug 2010, 22:07
Location: Somewhere in Blighty.
Contact:

#387 Post by Jades »

BarryK wrote:yes, ffmpeg was compiled for i686. I did that for performance reasons, but realise as this is Wary I should have compiled for i486/.586. This is on my to-do list to fix.
Thanks for looking into it! Thanks also to James C for digging out his own K6 2 500 and confirming it wasn't just me. I've been testing Wary on mine because it's more the target market than the Pentium D, which is my family's main PC. Getting Lupu 52x and the recent Slacko to run on it at all was more of a curiosity thing.
BarryK wrote:There were some posts on PETs for ffmpeg and mplayer that work in Wary and run on i586, but I don't recall the links. The posts were related to getting Wary running on the Gecko Edubook. The posts might have been on my blog.
I'll have a look. Someone send me the URL for an i486 FFMPEG and I downloaded it but haven't got round to testing it on that machine yet. I have a vague memory the file name said 2008 so it may be an older version.
Zhaan - AMD K6 2 500, 512MB RAM, ATI Rage 128 VR. Full install Wary 5.5 [url=http://tinyurl.com/dy66kh8]HardInfo Report[/url]
Merlin - Core i5-4590, 8GB RAM, Radeon R9 270X. Slacko 5.7.0

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#388 Post by linuxcbon »

Code: Select all

ldd /usr/lib/libpoppler-qt4.so
	libQtGui.so.4 => not found
	libQtXml.so.4 => not found
	libQtCore.so.4 => not found

Code: Select all

# ffplay 
libSDL-1.2.so.0: cannot open shared object file: No such file or directory

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

#389 Post by BarryK »

I have uploaded Racy 5.1.99. This is the same as the next Wary except for Xorg 7.6 and 2.6.39.4 PAE kernel.

As it might (or might not) have a lot of different issues than the normal Wary, I started a separate thread for it:

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

See also my blog announcement:

http://bkhome.org/blog/?viewDetailed=02481
[url]https://bkhome.org/news/[/url]

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#390 Post by linuxcbon »

Not wary related.
In page file:///usr/share/doc/home.htm
Some images link to /usr/share/doc/
Some others to /usr/local/lib/X11/pixmaps/

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

#391 Post by BarryK »

linuxcbon wrote:Not wary related.
In page file:///usr/share/doc/home.htm
Some images link to /usr/share/doc/
Some others to /usr/local/lib/X11/pixmaps/
So?
[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:

#392 Post by BarryK »

Wary 5.1.99 (5.2 alpha) is released:

http://bkhome.org/blog/?viewDetailed=02482
[url]https://bkhome.org/news/[/url]

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#393 Post by linuxcbon »

Is OSS disabled in the kernel ? It should be because it has been replaced with ALSA.

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#394 Post by linuxcbon »

typo : meeboview tries to open http://wwwm.meebo.com/ instead of http://www.meebo.com/

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

Wary Puppy 5.1.4

#395 Post by Billtoo »

I did a manual frugal install of 5.1.99 to hp desktop pc.
On first boot I used probe and desktop came up using the vesa driver.
Wired network and sound good.
Rebooted creating save file and loading devx + kernal source sfs.
Rebooted again increasing save file size.
Installed NVIDIA-Linux-x86-280.13.run

Sat 17 Sep 2011 Operating System: Wary Puppy-5.1.99 Linux 2.6.32-smp
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: (II) glx: vendor=NVIDIA Corporation (II) Module nvidia: vendor=NVIDIA Corporation (II) Module wfb: vendor=NVIDIA Corporation
X.Org version: 1.3.0
dimensions: 1280x1024 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.
31050 frames in 5.0 seconds = 6209.903 FPS
30891 frames in 5.0 seconds = 6178.017 FPS
30989 frames in 5.0 seconds = 6197.678 FPS

I added some pets from my collection and everything is working well.
Attachments
image-1.jpg
(28.8 KiB) Downloaded 1441 times

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#396 Post by don570 »

new version Quick Launch 1.3

I found a way to deal with a lot of windows open.
I just click a button and the problem magically disappears :lol:

http://www.murga-linux.com/puppy/viewto ... 50&t=71538



It should install easily.
Remember Ctrl-shift-L launches it.
_________________________________________

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

#397 Post by BarryK »

linuxcbon wrote:typo : meeboview tries to open http://wwwm.meebo.com/ instead of http://www.meebo.com/
Thanks, fixed.
[url]https://bkhome.org/news/[/url]

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

#398 Post by James C »

Manual frugal install of Wary 5.1.99 on my main Athlon XP box.Sound,internet and display all working and correct on initial boot.

# report-video
VIDEO REPORT: Wary Puppy, version 5.1.99

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 (166MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Sat 17 Sep 2011 09:03:13 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+
VGA compatible controller : nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#399 Post by linuxcbon »

Wary 5.1.99

Code: Select all

fmradioshell 
videodev               26163  1 uvcvideo
v4l1_compat             9882  2 uvcvideo,videodev
i2c_core               12215  2 videodev,i2c_piix4
/usr/local/bin/fmradioshell: line 9: /usr/local/bin/fmradio: No such file or directory
/usr/local/bin/fmradioshell: line 9: exec: /usr/local/bin/fmradio: cannot execute: No such file or directory

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

#400 Post by BarryK »

Notice to anyone trying to use 'ppp', for example dialup Internet, somehow a PET got left out of the build. Install this:


http://distro.ibiblio.org/quirky/pet_pa ... .1-w5c.pet
[url]https://bkhome.org/news/[/url]

Post Reply