The time now is Thu 20 Jun 2013, 03:07
All times are UTC - 4 |
| Author |
Message |
Dewbie
Joined: 15 Apr 2010 Posts: 1456
|
Posted: Fri 03 Aug 2012, 23:44 Post subject:
|
|
Latest WakePup2 .pet file creates floppy and works fine with 4.x Puppies and Wary 5.1.1.
The problem is with Wary 5.1.4.1.
After .pet is installed, floppy cannot be created, as dialog box will not open.
Check dependencies installed pkg shows nothing missing.
Launching from terminal generates error message (see attached).
This might also affect later Wary builds.
I only have Wary 5.1.1 and 5.1.4.1 (and dial-up); that's why I'm referring strictly to those two.
(I'm also curious as to whether this problem affects recent builds of Lucid and Slacko.)
| Description |
From terminal |
| Filesize |
8.85 KB |
| Viewed |
1005 Time(s) |

|
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Sat 04 Aug 2012, 00:07 Post subject:
|
|
Dewbie,
That was part of my crusade to get rid of gtkdialog2 awhile ago, so i patched it, actually only took a minute. I can't test as I have no working floppy drives.
NOTE: the image is not present in the pet, if you want the image to do a proper test download wakepup2 first.. either get the one from the link in Dewbie's post or from ibiblio/pet_packages-4
| Description |
|

Download |
| Filename |
wakepup2_NOIMAGE-120804.pet |
| Filesize |
1.93 KB |
| Downloaded |
170 Time(s) |
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
Dewbie
Joined: 15 Apr 2010 Posts: 1456
|
Posted: Sat 04 Aug 2012, 06:11 Post subject:
|
|
Thanks for posting, 01micko.
Is the NOIMAGE .pet supposed to be installed with the WakePup2 .pet?
I tested this; makes no difference with Wary 5.1.4.1; same problem.
Again, my concern is that this might also affect later Wary builds.
NOIMAGE .pet also blocks WakePup create boot floppy when tested with Wary 5.1.1 and 4.x Puppy Linux. Without NOIMAGE .pet, everything works OK.
So apparently the gtkdialog / WakePup2 issue started somewhere between 5.1.2 and 5.1.4.1.
Attached is an image of what's supposed to appear when everything is working correctly with a WakePup2 .pet installed.
| Description |
|
| Filesize |
47.48 KB |
| Viewed |
956 Time(s) |

|
Last edited by Dewbie on Fri 10 Aug 2012, 04:24; edited 2 times in total
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Sat 04 Aug 2012, 07:08 Post subject:
|
|
| Dewbie wrote: | | Is the NOIMAGE .pet supposed to be installed with the WakePup2 .pet? |
Yes.
Install the NOIMAGE pet second. Maybe those older wary versions don't have gtkdialog4? It requires gtkdialog4 as the older gtkdialog3 has a bug where it can't read from stdout, resolved by moose-on-the-loose I believe. If there is no gtkdialog4 in your wary you can download it and install it from ibiblio or mirrors. I'm pretty sure all wary versions have the prerequisites.
Your screeny looks almost identical to what displays on my desktop. I just can't test the underlying code. ie: writing the image.
| Description |
|
| Filesize |
37.97 KB |
| Viewed |
939 Time(s) |

|
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
Crash

Joined: 09 Dec 2005 Posts: 427 Location: Garland, TX
|
Posted: Sat 04 Aug 2012, 09:15 Post subject:
|
|
I tried 01micko's fix and it writes a boot floppy fine using Wary Puppy 5.3.
I'll take a look at the script and see if it can be modified with an "if exist" branch or something so it works with all versions of Puppy.
/// Edited a few hours later:
Attached is an "A" version of 01micko's pet file. It works with either the older or newer versions of Puppy Linux. It looks for gtkdialog4 and uses that if it exists. Otherwise, it uses gtkdialog2.
/// Edited Aug. 9:
I replaced the "A" version with the attached "C" version (the "B" version didn't work too well).
This version first tries to use gtkdialog2, then gtkdialog4, and then gtkdialog3 as a last resort.
This isn't too hard to do in a ten line program, but would be kind of a pain in a thousand line program.
/// Third edit Aug 15:
I posted a full version of Wakepup 2, using this script and an updated floppy image, at
http://www.murga-linux.com/puppy/viewtopic.php?t=80291
///
 |
| Description |
|

Download |
| Filename |
wakepup2_NOIMAGE-120804C.pet |
| Filesize |
2.04 KB |
| Downloaded |
150 Time(s) |
Last edited by Crash on Wed 15 Aug 2012, 04:06; edited 3 times in total
|
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1324 Location: Maine, USA
|
Posted: Sat 04 Aug 2012, 09:53 Post subject:
Multisession boot-up ignores file deletions |
|
Barry,
While attempting to develop in a multisession environment, I discovered that if I delete a file, save to CD, then reboot (without further saving), the deleted file remains in place. The whiteout file for it does get written to the generated delta directory but appears to be ignored in the process of setting up the pup_ro1 layer in the reboot session.
I assume the fix belongs in the initrd.gz file, which is currently outside of my "territory". Now that I have pointed out the issue, I trust that the solution will be obvious to you. Please consider correcting this during your woof upgrade. Thanks.
Richard
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2737 Location: Kiel,Germany
|
Posted: Mon 06 Aug 2012, 00:04 Post subject:
|
|
I would like to add a request for pupzip script.
After a while running Puppy Linux i found out that I do not like files to be extracted with the original file "being deleted" .
Cause is if it is a .diff file for example, any accidentally changes to that file are permanent, for example.
I have added these two lines to the .gz and .bz2 parts :
| Code: | | cp "$1" "${1%/*}"/tmp-"${1##*/}" |
before bunzip2 or gunzip is executed
to create a temporary file
and
afterwards to restore
| Code: | | mv "${1%/*}"/tmp-"${1##*/}" "$1" |
.
Not sure about .wh. whipeout files created in that process, though.
I am starting to use the term "whipeout" for the "official" term "whiteout" , because these .wh. files mainly get created while removing files.
|
|
Back to top
|
|
 |
Monsie

Joined: 01 Dec 2011 Posts: 470 Location: Kamloops BC Canada
|
Posted: Mon 06 Aug 2012, 04:05 Post subject:
Wary and Racy 5.3 final |
|
Hi Barry,
This is a follow-up to my post from July 8th concerning a bug with partview. I had a look at the file, and, where the optical drives are tagged, I changed the value on line #63 from:
to:
So, now partview is showing a respectable 683 mb capacity for my CD rom drive as seen in my screenshot. Please check and confirm if this simple fix is all that is needed here.
Thanks,
Monsie
| Description |
|

Download |
| Filename |
partview-fix.tar.gz |
| Filesize |
155.59 KB |
| Downloaded |
151 Time(s) |
_________________ My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
|
|
Back to top
|
|
 |
Monsie

Joined: 01 Dec 2011 Posts: 470 Location: Kamloops BC Canada
|
Posted: Mon 06 Aug 2012, 12:29 Post subject:
Wary and Racy 5.3 final |
|
Barry,
On second thought...
I believe that partview is supposed to show the size of the disk partition and not necessarily the actual size of the drive --right? I also think there needs to be a value for the partition size whether the disk is a DVD or a CD, so, I changed line #63 to read:
| Code: | | ASIZE=4300000 700000 |
Since I am using a CD-r that has been "finalized" the partition size of the CD is that portion which I actually used when I burned the data onto it. Since I did not use up the disk capacity, then I show a reduced partition with zero free space as shown in my new screenshot.
That said, is it also necessary to change line #56 to read the same, namely:
| Code: | | ASIZE=4300000 700000 |
Hopefullly, I've got it right now...
Thanks,
Monsie
| Description |
|

Download |
| Filename |
partview-fix2.tar.gz |
| Filesize |
155.68 KB |
| Downloaded |
160 Time(s) |
_________________ My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
|
|
Back to top
|
|
 |
Dewbie
Joined: 15 Apr 2010 Posts: 1456
|
Posted: Tue 07 Aug 2012, 03:22 Post subject:
|
|
| Quote: | | wakepup2_NOIMAGE-120804C.pet |
Congratulations, Crash...you nailed it!
Last edited by Dewbie on Sat 11 Aug 2012, 00:42; edited 1 time in total
|
|
Back to top
|
|
 |
gcmartin
Joined: 14 Oct 2005 Posts: 2693 Location: Earth
|
Posted: Wed 08 Aug 2012, 17:29 Post subject:
For Barry's understanding. |
|
Puppy handling of CD/DVD created by Windows user(s) and given to a Puppy user(s)....Problems exists. A shortcoming needed WOOF2 developer understanding!
Here to help
_________________ Get ACTIVE; Create Circles; Do those good things which benefit the people's needs!
We are all related ... Its time to show that we know this!
Google's Puppy Search Engine
|
|
Back to top
|
|
 |
Clive
Joined: 08 Aug 2012 Posts: 52
|
Posted: Wed 08 Aug 2012, 20:53 Post subject:
Thanks |
|
deleted
Last edited by Clive on Sat 08 Sep 2012, 19:04; edited 1 time in total
|
|
Back to top
|
|
 |
Clive
Joined: 08 Aug 2012 Posts: 52
|
Posted: Wed 08 Aug 2012, 21:24 Post subject:
Belkin F5D6050 wireless USB connection |
|
deleted
Last edited by Clive on Sat 08 Sep 2012, 19:04; edited 1 time in total
|
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4377 Location: merriam, kansas
|
Posted: Wed 08 Aug 2012, 22:38 Post subject:
Re: Belkin F5D6050 wireless USB connection |
|
| Clive wrote: | One other problem I did experience was in attempting to initially connect to the net via a Belkin F5D6050 USB wireless connection.
A Knoppix distro that I initially tried automatically detected and connected OK with that adapter, but non of the Puppy's detected it. I spent a couple of days trying everything I could find on the net about how to get it working, but to no avail. In the end I swapped connections with my son's so that he's now using the wireless whilst the PC I am using is hard wired.
I went through practically every USB wireless adapter driver listed, and even tried loading via ndiswrapper etc. But with no luck. |
Only 2 versions of F5D6050 exist; both apparently use the
same driver.
http://linux-wless.passys.nl/query_part.php?brandname=Belkin
It's the at76c50x-usb and is in Wary but may need to be
loaded from "load modules" in the network wizard.
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Full installs
|
|
Back to top
|
|
 |
Clive
Joined: 08 Aug 2012 Posts: 52
|
Posted: Thu 09 Aug 2012, 04:23 Post subject:
|
|
deleted
Last edited by Clive on Sat 08 Sep 2012, 19:05; edited 1 time in total
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|