TazPuppy 5.0 rc2

Under development: PCMCIA, wireless, etc.
Message
Author
s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#401 Post by s243a »

I built Synergy_core-1.7.5 in TazPup. It should work but it's too late for me to test it tonight. It depends on Avachi and libdaemon. It was built using the slackbuild scripts. Here are the files:

libdaemon-0.14-i486.pet
libdaemon-0.14-i486.tazpkg

avahi-0.6.31-i486.pet
avahi-0.6.31-i486.tazpkg

synergy_core-1.7.5-i486.pet
synergy_core-1.7.5-i486.tazpkg

I compiled this in TazPupAlpha9, In addition to downloading the required dev packages I created a bunch of wrapper scripts. I don't know if I needed to do this or not.

One thing that stumped me for a bit was that I had to download some packages for the kernal headers, to avoid the error, "c pre processor not sane".

The installed packages on my system when I compiled synergy can be found at:
https://pastebin.com/ADUDGHRb
they are sorted by date. The ones dated "2018-06-03", should be the most relevant to look at to see what one might want on their system to compile synergy. Obviously, not all of these packages are necessary. Some I installed, just because.

Note that one may or may not need to do the following:

Code: Select all

sh-4.4# addgroup -g 214 avahi
sh-4.4# adduser -G avahi -u 214 -S avahi
Last edited by s243a on Mon 04 Jun 2018, 05:15, edited 4 times in total.

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

pFind

#402 Post by peebee »

I missed having pFind....basically works - some oddities....
Attachments
pFind-6.3.tazpkg-false.gz
remove -false.gz
(31.13 KiB) Downloaded 71 times
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#403 Post by mistfire »

Tazpup 5.0 alpha 11 release

* Build from tazpup builder (95% binary files came from slitaz package)
* Fixed eventmanager (thanks Terry H)
* Fixed resizepfile.sh
* Some modifications on tazpanel

NOTE: Please test the tazpkg if its still working and able to download its package dependencies

Download: https://drive.google.com/file/d/1oSAnYX ... sp=sharing

Build kit:
https://drive.google.com/file/d/1GUuN8n ... sp=sharing

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#404 Post by mistfire »

TIP: TazPup allows installing pet packages by package conversion. Just double click the pet package and the package be will converted to tazpkg format. It also works on other linux distro packages.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#405 Post by s243a »

mistfire wrote:TIP: TazPup allows installing pet packages by package conversion. Just double click the pet package and the package be will converted to tazpkg format. It also works on other linux distro packages.
Does that work in root yet? In alpha 9 i only works with Tux and on Root I have to do it from the command line.

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#406 Post by Terry H »

I have done a new manual frugal install with alpha 11 to a new folder and using a new save folder.

The Save interval is working now using System Tools > Puppy Event Manager > Save Session, however using the System Tools > Save-Manager, it is still changing any '0', '-0', '+0' to '5'.

There also appears to be a regression with the save. Initial setup of the Save Folder is working. Any subsequent changes are not written to the save folder. This is happening when Shutdown/Reboot or the Save Session from the Desktop. All the ash: out of range messages are also now re-occurring at shutdown.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#407 Post by s243a »

Terry H wrote:There also appears to be a regression with the save. Initial setup of the Save Folder is working. Any subsequent changes are not written to the save folder. This is happening when Shutdown/Reboot or the Save Session from the Desktop. All the ash: out of range messages are also now re-occurring at shutdown.
You can see if the switch.sh script fixes the save issues. It fixes these issues on alpha 9.

Run it logged in as root.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#408 Post by s243a »

s243a wrote:
Terry H wrote:There also appears to be a regression with the save. Initial setup of the Save Folder is working. Any subsequent changes are not written to the save folder. This is happening when Shutdown/Reboot or the Save Session from the Desktop. All the ash: out of range messages are also now re-occurring at shutdown.
You can see if the switch.sh script fixes the save issues. It fixes these issues on alpha 9.

Run it logged in as root.
So I'm looking at alpha 11, now. the Shebang still says ash for snapmergepuppy. Maybe changing it to bash would help like it did on alpha 9. The other thing that the above script did was installed the coreutils version of readlink. I don't know if this is necessary or not on alpha 11. Will test.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#409 Post by s243a »

In alpha 11, the, "Screen Save Timeout" menu option doesn't work for me under the setup menu.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#410 Post by fredx181 »

Hi mistfire, tazpkg is working well, including install dependencies on alpha 11
s243a wrote:So I'm looking at alpha 11, now. the Shebang still says ash for snapmergepuppy. Maybe changing it to bash would help like it did on alpha 9. The other thing that the above script did was installed the coreutils version of readlink. I don't know if this is necessary or not on alpha 11. Will test.
Yes, or/and as i suggested here (busybox tail +2 and shebang change to bash)
http://murga-linux.com/puppy/viewtopic. ... 732#993732

Fred

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#411 Post by Terry H »

s243a wrote:
Terry H wrote:There also appears to be a regression with the save. Initial setup of the Save Folder is working. Any subsequent changes are not written to the save folder. This is happening when Shutdown/Reboot or the Save Session from the Desktop. All the ash: out of range messages are also now re-occurring at shutdown.
You can see if the switch.sh script fixes the save issues. It fixes these issues on alpha 9.

Run it logged in as root.
I downloaded script and then logged in as root. I ran the script, which I think ran OK. Unfortunately saves are still not functioning. i'll wait for it to be fixed as part of the release.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#412 Post by s243a »

Terry H wrote:
s243a wrote:
Terry H wrote:There also appears to be a regression with the save. Initial setup of the Save Folder is working. Any subsequent changes are not written to the save folder. This is happening when Shutdown/Reboot or the Save Session from the Desktop. All the ash: out of range messages are also now re-occurring at shutdown.
You can see if the switch.sh script fixes the save issues. It fixes these issues on alpha 9.

Run it logged in as root.
I downloaded script and then logged in as root. I ran the script, which I think ran OK. Unfortunately saves are still not functioning. i'll wait for it to be fixed as part of the release.
Try typing this on the command-line

Code: Select all

bash -x snapmergepuppy

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#413 Post by mistfire »

@Terry H we need to trace that error on snapmergepuppy since tazpup is now using the coreutils of slitaz.

@s243a I hope that you can trace the problem too on snapmergepuppy. I think I need to add package mime types on /usr/share/applications/default.list in order the package conversion work on root.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#414 Post by s243a »

I'm thinking of trying to buld the following next:
https://slackbuilds.org/repository/14.2/system/zarfy/

so it is easier to use two monitors.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#415 Post by smokey01 »

s243a wrote:I'm thinking of trying to buld the following next:
https://slackbuilds.org/repository/14.2/system/zarfy/

so it is easier to use two monitors.
The nouveau driver in tazpup only detects one of my two monitors. I'm sure zarfy will only see one monitor as well.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#416 Post by s243a »

In alpha 11, there is a bug where if you try to install something offline with tazpkg...for example:

Code: Select all

tazpkg install uextract-3.32.tazpkg
and you don't specify the full path then you get the following error:

Code: Select all

/usr/libexec/tazpkg/install: .: line 415: can't open '/tmp/tmp.iz9hDB/receipt'
It shouldn't be too hard to fix. One just needs to note the current directory and adjust the path accordingly.

The work around to this bug is to specify the whole path when using tazpkg.

Code: Select all

tazpkg install /root/Downloads/uextract-3.32.tazpkg 

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#417 Post by s243a »

Some things that aren't working for me on alpha 11:
1. Sound on youtube (I'm using a 64bit system if that maters).
2. If I write click on a menu item and select properties, nothing comes up.

As for reporting on things that work..my Synergy package works :D

I'm able to copy text back and forth between windows and TazPup with it, and share a mouse and keyboard between windows and TazPup.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#418 Post by s243a »

smokey01 wrote:
s243a wrote:I'm thinking of trying to buld the following next:
https://slackbuilds.org/repository/14.2/system/zarfy/

so it is easier to use two monitors.
The nouveau driver in tazpup only detects one of my two monitors. I'm sure zarfy will only see one monitor as well.
Hmm...there may be issues:

Code: Select all

sh-4.4# xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1280 x 768, current 1280 x 768, maximum 1280 x 768
default connected 1280x768+0+0 0mm x 0mm
   1280x768        0.0* 
sh-4.4# 

darry19662018
Posts: 721
Joined: Sat 31 Mar 2018, 08:01
Location: Rakaia
Contact:

#419 Post by darry19662018 »

Machine Tested on: Dell Studio 1555


Installed latest Alpha 11 by placing files from ISO into file frugally as usual.

Sound and video working. Save folder worked and time working correctly.
Package Manager is installing with dependencies correctly. Was able to run one of my gtkdialog programs which used to be a problem in pre Alpha 10 days. This was a fresh Frugal install without save file from existing version.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#420 Post by mistfire »

@smokey01 and @s243a this might help

https://wiki.archlinux.org/index.php/multihead

Post Reply