| Author |
Message |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Wed 14 Oct 2009, 06:04 Post subject:
Puppy 4.3.1-Release-Candidate2 -- bug reports |
|
Blog Announcement:
http://puppylinux.com/blog/?viewDetailed=01169
Download:
http://puppylinux.com/test/puppy-4.3.1-rc2/
Of course, the usual thing. If you have been testing 4.3.1-RC1 be sure that there is no 'pup-431.sfs' left behind on the hard drive.
Ah, I just got a pm, Ecube has posted a fix for Partview. It now puts up a message if no partitions mounted. Attached. Gunzip it and copy it into /usr/local/Partview/.
| Description |
|

Download |
| Filename |
pdff.pl.gz |
| Filesize |
600 Bytes |
| Downloaded |
413 Time(s) |
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
eprv
Joined: 08 Mar 2008 Posts: 19
|
Posted: Wed 14 Oct 2009, 10:43 Post subject:
frugal install to ext3 save to disk Subject description: fail |
|
Hi,
I like the frugal install to ext 3 with save to disk option (not save to file)
I know it was problematic in the past
but there is no warning now during installation so tried again
however attempting to do that, works until I try to load an sfs file
than it crashes during next boot:
setting up the layered file system... fail
Fatal: module pci ................... not found
................
pup_ro4 is overlapped
it ends with kernel panic
I had to write down the messages as the system could not load so it may be not exact
|
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1318 Location: Maine, USA
|
Posted: Wed 14 Oct 2009, 10:51 Post subject:
pfind and pburn unusable on slower PCs Subject description: Extending a timeout period solves the problem |
|
I have consulted with zigbert about pfind and pburn vanishing after starting up on my 400 MHz PC.. | Quote: | rerwin:
I changed that [pburn] value from 2 to 4 seconds and that works. I also changed the pfind value from 2 to 5 and that works, too. I would add at least 1 more second to each just to be safe. The pfind value depends on the size of the hit list
zigbert:
I have put your sleep values + 1 into the scripts. - Thanks a lot.
| However, the fix has not appeared in the new pburn 3.1.2 and pfind was not updated. I am concerned that these simple but important fixes will be left out of our "prime time" Puppy 4.3.1.
Here is the affected part of /usr/local/bin/pfind: | Code: | #Start loop to kill PID when window closes.
#This is a workaround for a bug in gtkdialog. Works only in Xorg.
sleep 3
while [ A != B ] && [ "`which xwininfo`" ]; do
TMP="`xwininfo -stats -name Pfind`"
[ ! "$TMP" ] && TMP="`xwininfo -stats -name Pfilesearch`"
if [ ! "$TMP" ]; then
#run second test to ensure that window wasn't just rerendering during the first check
sleep 2 <=======This is line 12 - change to 6=====
TMP="`xwininfo -stats -name Pfind`"
[ ! "$TMP" ] && TMP="`xwininfo -stats -name Pfilesearch`"
| It is the line 12 sleep value that should be "6". In /usr/bin/pburn, the corresponding line is 11 and the value "5" But I feel both numbers could be slightly larger to remove all the risk on slow PCs.
Can these be included at this late date, to avoid flaky-appearing behavior on the older PCs? Thank you zigbert for helping me with this, but I don't want it left out of 4.3.1.
Are there any other tools that use the same technique to work around a gtkdialog bug, that could benefit from a similar change?
Richard
|
|
Back to top
|
|
 |
toutix
Joined: 13 Oct 2009 Posts: 6
|
Posted: Wed 14 Oct 2009, 15:07 Post subject:
boot stops when trying to load drivers |
|
431rc2 behaves same way as 431rc1:
-booting from usb stick stops on "Loading drivers needed to access disk drives....." with HP/Compaq mini 110c
-booting flawlessly from same usb stick on older IBM X41
-booting flawlessly from external usb CD rom drive also on 110c
-filesystem used on usb stick is ext2
Thanks for puppy!
|
|
Back to top
|
|
 |
MinHundHettePerro

Joined: 05 Feb 2009 Posts: 832 Location: SE
|
Posted: Wed 14 Oct 2009, 17:53 Post subject:
|
|
431RC2, Res. 800x600:
fdd, 7+1 int. hdd part., (2 non-detected SCSI int. hdd) CD, DVD, 2x8 part. ext. USB hdd.
HotPup of 2.14R didn't stack drive icons
Ok, I don't normally run with all these partitions mounted, but still ...
No worries on my behalf, though, I know that this problem is not so prevailing with higher res's .
/
MHHP
| Description |
|
| Filesize |
14.68 KB |
| Viewed |
1764 Time(s) |

|
_________________ Celeron 2.8 GHz, 1 GiB RAM, i82845 graphics, many partitions, Pupmode 12 (13)
Mostly running Slacko & 214X
Nämen, vaf.... ln -s /dev/null MHHP
|
|
Back to top
|
|
 |
davids45

Joined: 26 Nov 2006 Posts: 580 Location: Chatswood, NSW
|
Posted: Wed 14 Oct 2009, 20:28 Post subject:
|
|
G'day,
The untidy stacking of drive icons is also a problem for high res. monitors if there are multiple-partitioned multiple hard-drives, as well as lots of optical drives and usb drives.
As noted by MinHundHettePerro, this stack-up problem has been fixed in quite a few Puplets (eg ttuuxxx's 2 revisited & MU's NewYears), but not in the basic Pups.
One annoying aspect of this iconic stack-up is, when installing from the Live CD to such a well-endowed system, to mount the optical drive with the Live CD so as to locate the installation files, it is not always easy to see the right icon (eg sr0) in the stack.
While it's OK once you know where things are and what to do, this untidiness could be a problem for newcomers to Puppy who have the latest and greatest hardware, as well as those with older hardware and smaller screens.
David S.
|
|
Back to top
|
|
 |
Jim1911
Joined: 19 May 2008 Posts: 2353 Location: Texas, USA
|
Posted: Wed 14 Oct 2009, 22:05 Post subject:
|
|
I have tried unsuccessfully to make a frugal installation on an ext4 partition. I was able to make a full hd installation on an ext4 partition.
Cheers,
Jim
|
|
Back to top
|
|
 |
r__hughes
Joined: 13 Apr 2006 Posts: 336 Location: Canada
|
Posted: Wed 14 Oct 2009, 22:27 Post subject:
New Perl partview rounds integers up |
|
Just one small glitch in an otherwise perfect new Partview (in first & sercond versions of the perl script)
My 15.01G sda1 drive is wrongly reported to be 16G
My 16,0G sda2 is correctly reported as 16G
see picture below
| Description |
Gparted shows sda1 is 15.01G Perl partview shows it as 16G |
| Filesize |
161.85 KB |
| Viewed |
463 Time(s) |

|
_________________ --- triple booting pup431 & Slacko55PAE (with OO3/LO4, devx, Gimp) & WXP on DELL Dimension 2400 PC & DELL Latitude 630 Laptop using grub.
---USB-Flash booting same on Samsung N110 WXP Netbook and Lenovo q100 WXP netPC.
|
|
Back to top
|
|
 |
Kal
Joined: 05 May 2005 Posts: 620 Location: California, High Desert
|
Posted: Wed 14 Oct 2009, 22:58 Post subject:
|
|
This is on the service_pack-430-to-431.
I noticed that on the symbolic links to the libraries in /usr/lib, their copies not links as they should be. This just uses more space is all (no big deal). Being space conscious, you might like to know.
Kal
|
|
Back to top
|
|
 |
PaulBx1
Joined: 16 Jun 2006 Posts: 2308 Location: Wyoming, USA
|
Posted: Wed 14 Oct 2009, 23:19 Post subject:
|
|
Found a strange message in dmesg, not present in Puppy 412:
| Code: | | evdev.c(EVIOCGBIT): Suspicious buffer size 511, limiting output to 64 bytes. See http://userweb.kernel.org/~dtor/eviocgbit-bug.html |
I looked at that web page and it said among other things, "You need to upgrade your userspace programs to get rid of this message."
Also noticed that while Puppy412 mounts ext3 filesystems in ordered data mode, in 431 it is in writeback data mode. Not sure if the difference is significant, or if it was intended.
|
|
Back to top
|
|
 |
Tui
Joined: 27 Sep 2006 Posts: 369 Location: Wellington New Zealand
|
Posted: Thu 15 Oct 2009, 00:46 Post subject:
USB - Rundisk Flash Drive Subject description: Won't detect ! |
|
Problem as as reported with V4.3.1-RC1 - Please read
Still there! This is being sent via Live CD v4.3.1-rc2 all in ram
So what's wrong at my side, if all is well with you guys ?
Tui
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5245 Location: Valåmoen, Norway
|
Posted: Thu 15 Oct 2009, 10:53 Post subject:
|
|
Sorry rerwin
My mistake
I have changed the sleep values in these packages.
| Description |
|

Download |
| Filename |
pfind-4.15-1.pet |
| Filesize |
16.2 KB |
| Downloaded |
388 Time(s) |
| Description |
|

Download |
| Filename |
pburn-3.1.2-1.pet |
| Filesize |
66.66 KB |
| Downloaded |
374 Time(s) |
_________________ Stardust resources
|
|
Back to top
|
|
 |
svgt
Joined: 26 Mar 2008 Posts: 107 Location: Hamburg, Germany
|
Posted: Thu 15 Oct 2009, 11:59 Post subject:
|
|
I have no success with the roaring penguin, If I drive the setup all is ok.
But when I try to start the connection I get the following error:
pppoe-start_shell /usr/bin/pppoe-start: line 191: 3381 terminated
$CONNECT "$@" >/dev/null 2>&1
I use a pcmcia PC-Card Level-One FPC-0106TX Card Bus Adapter
Regards
Svgt
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Thu 15 Oct 2009, 18:14 Post subject:
|
|
| MinHundHettePerro wrote: | 431RC2, Res. 800x600:
fdd, 7+1 int. hdd part., (2 non-detected SCSI int. hdd) CD, DVD, 2x8 part. ext. USB hdd.
HotPup of 2.14R didn't stack drive icons
Ok, I don't normally run with all these partitions mounted, but still ...
No worries on my behalf, though, I know that this problem is not so prevailing with higher res's .
/
MHHP |
431RC2 has new code for placing those icons. Have you compared with 431Rc1, 430, 412, or 411?
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
cthisbear
Joined: 29 Jan 2006 Posts: 2943 Location: Sydney Australia
|
Posted: Thu 15 Oct 2009, 18:47 Post subject:
|
|
Barry:
Have you seen this.
Many users would love this feature.
http://www.murga-linux.com/puppy/viewtopic.php?t=47838
" If you've been missing WICD or NetworkManager, this pet is for you.
Wpa_gui runs in the background and automatically
connects you to any open wireless network it finds.
Encrypted Network?
No problem, just hit scan, double click your network,
and enter the password.
Choose file->save, and you'll be automatically connected
whenever you're in range. "
Regards........Chris.
|
|
Back to top
|
|
 |
|