The time now is Sat 16 Jan 2021, 20:31
All times are UTC - 4 |
Author |
Message |
Billtoo

Joined: 07 Apr 2009 Posts: 3721 Location: Ontario Canada
|
Posted: Thu 15 Oct 2015, 16:42 Post subject:
Re: slacko-6.0 beta 2 Subject description: next of series? |
|
unicorn316386 wrote: | Billtoo wrote: | Slacko Puppy 6.0.5.0 Linux 3.12.21 i686 |
Would it be possible to upload an iso of your 32-bit version files (initrd.gz, puppy_slacko_6.0.5.0.sfs, vmlinuz) for others to test? Not sure if I am brave enough to figure out how to make my own Woof-CE build but would enjoy a new 32-bit beta to play with.
A newer ThinSlacko might be neat as well. The last one I think was ThinSlacko 5.5? Maybe I'll read how hard this is to build later. |
No, but there is a newer version now, I don't know if 01micko plans to post that for testing but he's the man to ask.
HTH
|
Back to top
|
|
 |
Rodney Byne
Joined: 31 Jan 2014 Posts: 247
|
Posted: Sat 31 Oct 2015, 14:02 Post subject:
Screenshot |
|
My screenshot attached.
Description |
|

Download |
Filename |
Slacko 5.9.3.jpg |
Filesize |
63.97 KB |
Downloaded |
426 Time(s) |
|
Back to top
|
|
 |
mikeslr

Joined: 16 Jun 2008 Posts: 3913 Location: 500 seconds from Sol
|
Posted: Sat 31 Oct 2015, 20:00 Post subject:
Re: slacko-6.0 beta 2 Subject description: next of series? |
|
unicorn316386 wrote: |
Would it be possible to upload an iso of your 32-bit version files (initrd.gz, puppy_slacko_6.0.5.0.sfs, vmlinuz) for others to test? Not sure if I am brave enough to figure out how to make my own Woof-CE build but would enjoy a new 32-bit beta to play with. |
Regarding your Slacko-6.0 beta2, you might try this method for upgrading its kernel, http://www.murga-linux.com/puppy/viewtopic.php?p=865791&sid=2b20ef4caaf8806df960d05202eb2713#865791, using one of 01micko's "Hugh" kernels from here: http://distro.ibiblio.org/puppylinux/huge_kernels/.
Assuming a frugal install. I'd explore such possibility by booting out of 6.0, or booting pfix=ram, duplicating its entire folder but under a different name and adding a listing of the Pup in the new folder to Grub4dos or Grub. Then you can explore upgrading your that Pup. And if everything else gets screwed up, you'll still have the functional version of Slacko you started with.
I don't think that Thinkslacko is recent enough to be upgraded in that fashion. However, once you've upgraded 6.0 using that method, you'll have both a initrd and a vmlinuz you can use to explore the possibility of upgrading the kernel in Thinslacko using the method described here: http://www.murga-linux.com/puppy/viewtopic.php?p=453164&sid=194d0b237ee4c1cec979f15c16b38037#453164 Hint, start at the end of the thread and read posts backwards. IMHO, the practice of separating the "core" from "applications", not prevalent when jrb started the thread, makes it much easier to switch kernels.
mikesLr
|
Back to top
|
|
 |
rufwoof

Joined: 24 Feb 2014 Posts: 3725
|
Posted: Sat 31 Oct 2015, 20:37 Post subject:
|
|
Hi Unicorn. I'd suggest waiting for a kernel 3.19. I compiled a LZ4 compression for ThinSlacko however Linux squashfs doesn't support decompression of that until k 3.19.
LZ4 decompresses very quickly so puppy sfs's compressed using LZ4 will benefit from that.
https://en.wikipedia.org/wiki/LZ4_%28compression_algorithm%29
|
Back to top
|
|
 |
Rodney Byne
Joined: 31 Jan 2014 Posts: 247
|
Posted: Fri 06 Nov 2015, 09:57 Post subject:
USB flashdrive health tests |
|
Hi to all.
A cautionary tale.
It has become evident over time that any Linux distro using
persistence or a save file, is probably prone to flashdrive failure by
frequent writes concentrated to the same segment of drive space.
Serious OS corruptions were first noticed on an "Integral"
8Gb stick having Linux Puppy Slacko 5.9.3 installed.
The stick seemed the most likely culprit over the OS performance,
as random failed opening of any apps was worryingly erratic.
It was suspected that the stick sector blocks suffered from
writes fatigue, when normal frequent saves to RAM occurred.
Fortunately in kernel toolkits, there is a test write & read facility
called badblocks which stress tests all blocks on the stick.
To use this, first format the stick then insert into USB as dev/sdc.
(in my case)
It is important to unmount the stick prior to tests.
Open a Terminal, copy & paste this command line:
sudo badblocks -w -s -o usbstick.log /dev/sdc
and enter.
Automatic tests commence by slowly writing certain hex characters
until 100% stick space is reached.
Then reading and comparing those up to 100% will reveal any errors.
The first sweep revealed 152 errors, aggregating upwards at each following sweep.
So initial suspicions were vindicated and the faulty stick was binned as unusable.
Be alert to all this.
Regards.
|
Back to top
|
|
 |
unicorn316386
Joined: 07 Apr 2015 Posts: 208 Location: Canada
|
Posted: Fri 06 Nov 2015, 15:21 Post subject:
|
|
mikeslr wrote: | Regarding your Slacko-6.0 beta2, you might try this method for upgrading its kernel, http://www.murga-linux.com/puppy/viewtopic.php?p=865791&sid=2b20ef4caaf8806df960d05202eb2713#865791, using one of 01micko's "Hugh" kernels from here: http://distro.ibiblio.org/puppylinux/huge_kernels/.
Assuming a frugal install. I'd explore such possibility by booting out of 6.0, or booting pfix=ram, duplicating its entire folder but under a different name and adding a listing of the Pup in the new folder to Grub4dos or Grub. Then you can explore upgrading your that Pup. And if everything else gets screwed up, you'll still have the functional version of Slacko you started with.
I don't think that Thinkslacko is recent enough to be upgraded in that fashion. However, once you've upgraded 6.0 using that method, you'll have both a initrd and a vmlinuz you can use to explore the possibility of upgrading the kernel in Thinslacko using the method described here: http://www.murga-linux.com/puppy/viewtopic.php?p=453164&sid=194d0b237ee4c1cec979f15c16b38037#453164 Hint, start at the end of the thread and read posts backwards. IMHO, the practice of separating the "core" from "applications", not prevalent when jrb started the thread, makes it much easier to switch kernels.
mikesLr |
rufwoof wrote: | Hi Unicorn. I'd suggest waiting for a kernel 3.19. I compiled a LZ4 compression for ThinSlacko however Linux squashfs doesn't support decompression of that until k 3.19.
LZ4 decompresses very quickly so puppy sfs's compressed using LZ4 will benefit from that.
https://en.wikipedia.org/wiki/LZ4_%28compression_algorithm%29 |
Thanks for the tips. After writing my post, I did manage to compile the latest Slacko with Woof-CE, and then 01micko posted an official iso (Slacko 6.0.8.1 with kernel 3.14.55noPAE). I had more success with the 3.12.x and 3.14.x kernels than the 3.18.x and 4.x ones but will experiment with the new ones some more. It looks like the testing branch is up to 6.0.9.5 now.
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Mon 04 Jan 2016, 23:05 Post subject:
Suggestions |
|
01micko I suggest that you should declutter more common unix commands by using symlinks pointed to busybox as many as possible and centralizing all the necessary system files in a path and use symlinks to redirect the needed resource files. This will remove duplicate system files and greatly reduce the filesize of slacko.
|
Back to top
|
|
 |
miriam

Joined: 06 Dec 2006 Posts: 373 Location: Queensland, Australia
|
Posted: Mon 15 Aug 2016, 23:13 Post subject:
slacko puppy 632 problems |
|
Hi folks, I'm not sure if this is the right place to post this request. If I should post it elsewhere let me know, please.
I had a frugal install of Slacko Puppy 6.3.2 for a while until I was satisfied it did what I wanted. I'm really impressed with it, so did a full install. Unfortunately I then found that poweroff and reboot don't work anymore. X shuts down to the black commandline screen and looks like it tries to reboot or shut down, but the prompt reappears and it sits there blinking at me. I can type in commands fine and they work as they're supposed to, except for "reboot" and "poweroff" which clear the screen again and present the prompt again. Any idea what could be causing this annoying problem?
While I'm here, another small, but niggling problem is that the retrovol icon has disappeared from the swallow section of the tray. The blank spot where the icon should be is still there and I can click the blank area with either mouse button and the volume bar and menu for configuration and other things pop up.
This really is a great Puppy, in spite of these two small annoyances. Great job micko.
_________________ A life! Cool! Where can I download one of those from?
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8787 Location: qld
|
Posted: Tue 16 Aug 2016, 00:15 Post subject:
Re: slacko puppy 632 problems |
|
miriam wrote: | Hi folks, I'm not sure if this is the right place to post this request. If I should post it elsewhere let me know, please. |
It's not but never mind, I'll answer your queries anyway.
miriam wrote: | Unfortunately I then found that poweroff and reboot don't work anymore. X shuts down to the black commandline screen and looks like it tries to reboot or shut down, but the prompt reappears and it sits there blinking at me. I can type in commands fine and they work as they're supposed to, except for "reboot" and "poweroff" which clear the screen again and present the prompt again. Any idea what could be causing this annoying problem? |
Unfortunately full installs don't get a lot of testing, especially since we introduced the 'save folder' which has the space of an entire partition at its disposal. So I'd venture to guess that a bug has krept into the shutdown/reboot routine. I'll raise an issue on woof-ce to see if someone can't track it down.
You could try exiting from X first to see if 'reboot' or 'poweroff' work (as a debugging measure).
miriam wrote: | While I'm here, another small, but niggling problem is that the retrovol icon has disappeared from the swallow section of the tray. The blank spot where the icon should be is still there and I can click the blank area with either mouse button and the volume bar and menu for configuration and other things pop up. |
This should be an easy fix and probably another minor oversight with full installs. Try this
- right click the empty space where the icon should be and from the menu select 'Config Window'
- in the popup window select the 'Tray' tab
- in the list of options, click the black colour selector adjacent to 'Tray Icon Foreground Color'
- in the color wheel that pops up choose an appropriate colour; black is default and if that's fine for you, by all means you can use it.
- hopefully an icon shows; if not an X retart may be needed
Let me know if that works.
miriam wrote: | This really is a great Puppy, in spite of these two small annoyances. Great job micko. |
Thanks!
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
miriam

Joined: 06 Dec 2006 Posts: 373 Location: Queensland, Australia
|
Posted: Tue 16 Aug 2016, 04:08 Post subject:
|
|
Hi micko, thanks for the reply. Sorry for the wrong place. I searched but this was the most appropriate-looking thread that came up. Is there a better one?
Quote: | You could try exiting from X first to see if 'reboot' or 'poweroff' work (as a debugging measure). |
Nope, didn't work. As before it looks like it's going to work, then the prompt reappears and waits, blinking.
The suggestion with retrovol's swallow icon I really didn't expect to work as I've tried it before, but I did so again and tried an outlandish color -- orange foreground and dark green background. To my great surprise the icon displayed, though without the background color. Interestingly, when I open the retrovol config window again the foreground color says it's reset to black, though if I click "Apply" without changing anything the orange color remains.
Hmmm... after fiddling with it a few times the config window unexpectedly disappeared and the icon is no longer in the swallow area. However running retrovol from the command line brings it back with the last chosen color. Excellent!
Incidentally, I probably would have been happy with the frugal install except it wouldn't let me go past 2GB. I'm not sure why. That meant I wasn't able to install all the crap I tend to install on my machines (blender3D, Celestia, Gimp, ImageMagick, dict+dictd and about 20 dict databases, and so on) even though I still had plenty of room on the partition it would say I didn't have enough space.
Thank you Micko. I appreciate the help. (You in southern, middle, or northern QLD? I'm near Sunshine Coast.)
_________________ A life! Cool! Where can I download one of those from?
|
Back to top
|
|
 |
mikeslr

Joined: 16 Jun 2008 Posts: 3913 Location: 500 seconds from Sol
|
Posted: Tue 16 Aug 2016, 10:33 Post subject:
Have you tried Frugal with SaveFolder? |
|
Hi Miriam,
There's rarely an advantage to Full Installs. Frugal Installs boot from compressed files. A Frugal Puppy reads those files and decompresses on-the-file the files it needs into RAM. Those operations use RAM and CPU. But only when have a low powered CPU --say, a single-core computer more than 6 years old-- and/or less than 512 Mbs of RAM will you notice any difference in how much quicker a Full install would perform.
I'm not running Slacko-6 at the moment. But as far as I recall, a Frugal Install enables you to create a SaveFolder rather than a SaveFile. With a SaveFolder you can do everything you could do with a SaveFile. But unlike a SaveFile, it is not compressed. As you install applications it grows as needed up to the extent of the available space on the partition/drive on which it is located.
It does require a Linux formatted partition, Ext2, 3 or 4. That, however, shouldn't matter anyway as your Full install similarly required such formatted partition.
If Slacko-6 can't handle a SaveFolder, I suggest you try Slacko-6.3. I know it can and it's highly unlikely that you won't be able to run it since as its requirements are (almost?) identical to Slacko-6.
mikesLr
|
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
|