LxPupSc: Woof-CE, Slackware-Current, LXDE build 13-Jun-2020

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

Re: ppm problems

#421 Post by peebee »

Billtoo wrote:Doing that eliminated the duplicate downloads, also cut the time to get
kpat working to 28 minutes.
Thanks for testing @Billtoo

Interim delta to 16.09.2 with the ppm repository changes has been re-uploaded.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

gcmartin

#422 Post by gcmartin »

Some in the community run DVD based PUPs with session saves for the DVD system's operation.

Understanding that deltas are the primary manner of delivering maintenance to an existing ISO file, is there a description somewhere of how to apply a delta to the running system without the need to go to ISO?

Rewording, can the delta be applied such that it would be built-into the save session after it is applied to the running system (assuming the delta, like a PET file, can be applied and used in the running system)?

Thanks in advance for any guidance for CD/DVD users.

Dry Falls
Posts: 616
Joined: Tue 16 Dec 2014, 23:37
Location: Upper Columbia

delta

#423 Post by Dry Falls »

If I understand correctly, the delta only works on one file. In this case, the iso file. You have to have the original (which matches the checksum the delta calls for) -- no other iso will work. After applying the patch, the only option for running live-optical is to burn a new cd/dvd. A delta patch for any file on the cd/dvd will work in the sesion-save EXCEPT the kernel, initrd.*, base file (pup-name.sfs) and, of course, the bootloader files. Think of it like a remaster.

df

Pelo

downloading sourceforge 1711 per week :!:

#424 Post by Pelo »

downloading sourceforge 1711 per week :!: LXpup is the prefered one (puppies)

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

Browser updates

#425 Post by peebee »

The browsers provided as add-ons for LxPupSc 32bit pae

The versions of the browsers as of 08-sep-2016 with their md5sums are:

chromium-53.0.2785.92+pepper_22.0.0.209 :aec6f8786a27d548375e4e73e3ea2d6d

firefox-45.3.0esr :df75e2b19fc0a7a802cbf5a2280db56f

opera-stable_39.0.2256.48_i386 :c38bbe9760b4bbb39c353f6a445410ee

palemoon-26.4.0.1 :a780458ca0d415df887e04a34c03cb82

seamonkey-2.40 :60fc21e069abe4b801891c4d781f50f8
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

LxPupSc-16.09.2R

#426 Post by peebee »

LxPupSc-16.09.2R is a 32-bit pae woof-ce 'rationalise' branch build

LxPupSc-16.09.2R.iso {devx} {kernel 4.7.3-lxpup sources}
iso md5 = d14b092f9564331492f07eaf0488c726

Delta is available

- kernel 4.7.3
- Made from Slackware-14.2/current as of Wed Aug 31 20:43:10 UTC 2016
- BUILD_FROM_WOOF='rationalise;76cf299;2016-09-08 05:55:50 +1000'
- web browser in adrv is light-48.0
- firmware is in fdrv
- alternative fall-back xorg is in ydrv (no need to install unless needed)

Woof-CE build repository is: http://smokey01.com/peebee/slackocurrent/

Chromium, Firefox, Opera, Palemoon and Seamonkey are in the repository
Last edited by peebee on Sun 18 Sep 2016, 09:23, edited 1 time in total.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

LxPupSc-16.09.3R

#427 Post by peebee »

LxPupSc-16.09.3R is a 32-bit pae woof-ce 'rationalise' branch build

***Take-a-Shot seems to be broken - see fix pet in next post***

LxPupSc-16.09.3R.iso {devx} {kernel 4.7.4-lxpup sources}
iso md5 = e0825d3e692450f2ce43f1d4df87b792

Delta is available

- kernel 4.7.4
- Made from Slackware-14.2/current as of Thu Sep 15 22:54:52 UTC 2016
- BUILD_FROM_WOOF='rationalise;8abe959;2016-09-17 23:39:59 +0000'
- web browser in adrv is light-48.0
- firmware is in fdrv
- alternative fall-back xorg is in ydrv (no need to install unless needed)

Woof-CE build repository is: http://smokey01.com/peebee/slackocurrent/ (needs updating)

Chromium, Firefox, Opera, Palemoon and Seamonkey are in the repository and installable via Internet -> Get Web Browser
Last edited by peebee on Tue 04 Oct 2016, 11:07, edited 9 times in total.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

TAS and bash-4.4

#428 Post by peebee »

Here is the Take-A-Shot fix pet....

The problem with TAS has arisen from the upgrade to bash-4.4 in LxPupSc-16.09.3

This has resulted in the read command with individual variables behaving differently if the source of the variables are on different lines.

read a b c d <<< `source_command`
has to become:
read -d "\n" a b c d <<< `source_command`

TAS uses this form of read in 2 places.

There may be other scripts that use this form of read - who knows! - that may similarly fail with bash-4.4 - so please test away....

Cheers
peebee
Attachments
tas-1.12.pet
(6.46 KiB) Downloaded 227 times
Last edited by peebee on Thu 22 Sep 2016, 14:30, edited 1 time in total.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

Browsers for LxPupSc

#429 Post by peebee »

Most of the "big" browsers have had recent updates - see above.

firefox-49.0-lxsc.sfs (even bigger with added GTK+3) is also available.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#430 Post by peebee »

UPDATED 02-oct-16

Interim delta to 16.10.1R

kernel 4.7.6
openssl-1.0.2j security update
Take-A-Shot fixed for bash-4.4
BUILD_FROM_WOOF='rationalise;f380d48;2016-09-22 16:23:42 +0000'
Last edited by peebee on Sun 02 Oct 2016, 15:21, edited 2 times in total.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#431 Post by peebee »

The versions of the browsers as of 28-sep-2016 with their md5sums are:

chromium-53.0.2785.116+pepper_23.0.0.162 :8b8e5a9a77a467e28962a3cf987dba61

firefox-45.4.0esr :5510dce27239e7327a6f578df8291509

opera-stable_40.0.2308.62_i386 :8e68c5877a78ff95e32a25c790715666

palemoon-26.5.0 :96385e3356a1ee8929702aed217a5381

seamonkey-2.40 :60fc21e069abe4b801891c4d781f50f8
=============================

firefox-49.0.1 with added gtk3 is also available
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
friTTe
Posts: 30
Joined: Fri 16 Sep 2016, 12:32
Location: Sweden
Contact:

#432 Post by friTTe »

Question since i fiddled around with repos :lol:
Now i got
Slackware14.2 and Puppy Slackop 14-2, thats just those 2 or?

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#433 Post by peebee »

friTTe wrote:Question since i fiddled around with repos :lol:
Now i got
Slackware14.2 and Puppy Slackop 14-2, thats just those 2 or?
Yes - just those 2
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#434 Post by peebee »

UPDATED 2-oct-2016

Interim delta to 16.10.1R - kernel 4.7.6
Attachments
Screenshot.png
(8.52 KiB) Downloaded 865 times
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

LxPupSc-16.10.1R

#435 Post by peebee »

n.b. Sourceforge repositories have been pruned

LxPupSc-16.10.1R is a 32-bit pae woof-ce 'rationalise' branch build

LxPupSc-16.10.1R.iso {devx} {kernel 4.7.6-lxpup sources}
iso md5 = 2c2ffdb34378f3664b3125d9b9fce738

Delta is available

- kernel 4.7.6
- Made from Slackware-14.2/current as of Sat Oct 1 17:11:13 UTC 2016
- BUILD_FROM_WOOF='rationalise;34404f5;2016-10-03 19:47:09 +0000'
- web browser in adrv is light-48.0
- firmware is in fdrv
- alternative fall-back xorg is in ydrv (no need to install unless needed)

Woof-CE build repository is: http://smokey01.com/peebee/slackocurrent/

Chromium, Firefox, Opera, Palemoon and Seamonkey are in the repository and installable via Internet -> Get Web Browser
Attachments
Screenshot.png
(49.98 KiB) Downloaded 708 times
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
Marv
Posts: 1264
Joined: Wed 04 May 2005, 13:47
Location: SW Wisconsin

LxPupSc-16.10.1R

#436 Post by Marv »

I'd been waiting for a full iso on this as I didn't have an 'R' iso to apply the delta to... Downloaded, md5sum checked, 16.09.2 savefile cleaned thoroughly (including kernel material), checked, and updated. Frugal Grub4Dos install to core 2 duo laptop with iwlwifi and i915 video. PWF 4.1 used for wireless connection. Running well, glxgears at 1625 FPS, tops for this laptop. No problem applying my ignore=usb patch to the rationalized init.gz. I'll use it as my daily now though I'm pretty busy elsewhere for the next month or so so use will be light.

video-info-glx 1.5.1 Tue 4 Oct 2016 on LxPup-Sc 16.10.1 Linux 4.7.6-lxpup-32-pae i686
2.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)

X Server: Xorg Driver: intel
X.Org version: 1.18.4
dimensions: 1280x800 pixels (338x211 millimeters)
depth of root window: 24 planes

direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset x86/MMX/SSE2
OpenGL version string: 2.1 Mesa 12.0.2

Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz
Core 0: @800 1: @800 MHz

cheers,
Pups currently in kennel :D Older LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64 and upupEF for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

Light-49RC

#437 Post by peebee »

Light-49RC for LxPupSc is available to test....

http://smokey01.com/peebee/downloads/Lx ... t-49RC.sfs

Best way to test is to rename as the adrv

In my tests, its not as good as Light-48:
- on my nvidia hardware with nouveau driver it crashes quite frequently
- with YouTube on both nvidia (xvesa driver) and intel hardware I get no sound (worked OK with 48 )
- with YouTube on both nvidia (nouveau) and intel hardware the video does not display properly (again ok with 48 )

so I probably won't change just yet.

If you find any other problems I can feed them back on the Light discussion forum - send me a pm.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

belham2
Posts: 1715
Joined: Mon 15 Aug 2016, 22:47

Re: Light-49RC

#438 Post by belham2 »

peebee wrote:Light-49RC for LxPupSc is available to test....

http://smokey01.com/peebee/downloads/Lx ... t-49RC.sfs

Best way to test is to rename as the adrv

In my tests, its not as good as Light-48:
- on my nvidia hardware with nouveau driver it crashes quite frequently
- with YouTube on both nvidia (xvesa driver) and intel hardware I get no sound (worked OK with 48 )
- with YouTube on both nvidia (nouveau) and intel hardware the video does not display properly (again ok with 48 )

so I probably won't change just yet.

If you find any other problems I can feed them back on the Light discussion forum - send me a pm.

Hi Peebee,

Is there any chance you can get an (from several days ago fixing a security flaw) updated openssl.pet either here, sourceforge and/or on your website? I compiled (or tried to) my own, installed it, but I am not sure it is working correctly. It'd be nice if you could get something up, as the openssl in all your LxPups (all versions) is from back in March (a March figs compilation) and there has been "two" critical openssl security updates since that one. Openssl stuff sort of needs to be stayed on top of, as opposed to a lot of other updates/add-ons.

Thanks.

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#439 Post by Sailor Enceladus »

@belham2: Are you sure about that? slackware-current should pull the latest with each build, if not there may be other issues with things not updated too. Try typing openssl in the terminal than version and it should say 1.0.2j (in LxPupSc-16.10.1R.iso).

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#440 Post by peebee »

Sailor Enceladus wrote:@belham2: Are you sure about that? slackware-current should pull the latest with each build, if not there may be other issues with things not updated too. Try typing openssl in the terminal than version and it should say 1.0.2j (in LxPupSc-16.10.1R.iso).
Correct - thanks Sailor - LxPupSc is up-to-date.

@belham2 - you are mistaken!

LxPup-s has the slackware update mechanism courtesy of 01micko

LxPupXenial is Ubuntu based and they have a strange approach whereby the base version apparently stays the same but they apply the fixes.... this makes the version in use very obscure - one of the reasons I much prefer slackware over ubuntu....
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

Post Reply