Bionicpup64 8.0 CE

A home for all kinds of Puppy related projects
Message
Author
thinkpadfreak
Posts: 98
Joined: Mon 17 Oct 2016, 05:11

/usr/local/bin/pnscan

#1181 Post by thinkpadfreak »

Hello.

/usr/local/bin/pnscan is identified as a malware by ClamAV.

Bionicpup64 also has /usr/bin/pnscan, so there are two of "pnscan."

I wonder what to do with the situation.

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#1182 Post by OscarTalks »

The executable /usr/local/bin/pnscan is 32bit in a 64bit distro
Looks like it was installed as one of the files of PeasyPort LAN Scanner.
Probably best to delete it.

The executable /usr/bin/pnscan is the correct 64bit version. The peasyport script will be calling this one as it has priority anyway (/usr/bin has priority over /usr/local/bin).

I wonder if ClamAV will still complain with the 32bit one removed? If so I reckon you should ignore it or regard it as a false result and add it to a list of such if possible.
Someone with more knowledge than me will correct me if I am wrong.
Oscar in England
Image

thinkpadfreak
Posts: 98
Joined: Mon 17 Oct 2016, 05:11

#1183 Post by thinkpadfreak »

OscarTalks wrote:
The executable /usr/local/bin/pnscan is 32bit in a 64bit distro
I did not know it was a 32bit executable. :oops:
I wonder if ClamAV will still complain with the 32bit one removed?
No. ClamAV identifies only /usr/local/bin/pnscan as a malware.

Now I am relieved. Thank you for the information.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#1184 Post by bigpup »

New version released.

Uextract v4.0
http://www.murga-linux.com/puppy/viewtopic.php?t=87864

Version 4.0:

- AppRun: add GtkDialog GUI (Xdialog as a fallback)
- added '-s, --skip-symlinks' CLI option (do not follow symlinks)
- extract in the symlink's dir, not the target's
- can extract most of compressed initrd* files in one go
- use also 7z to extract DEB
- extract attachments from video files
- better compatibility with older/BusyBox versions of 'fdisk'
- fix extracting absolute symlinks from RAR archives (thanks to don570)
- refactoring, fixes, improvements
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#1185 Post by 666philb »

thinkpadfreak wrote:OscarTalks wrote:
The executable /usr/local/bin/pnscan is 32bit in a 64bit distro
I did not know it was a 32bit executable. :oops:
I wonder if ClamAV will still complain with the 32bit one removed?
No. ClamAV identifies only /usr/local/bin/pnscan as a malware.

Now I am relieved. Thank you for the information.
hi thinkpadfreak & OscarTalks,

i think the 32bit pnscan in /usr/local/bin got into the distro by woofce grabbing the wrong peasyport.pet which includes pnscan.

interestingly the 64bit pnscan (which is the official ubuntu version) in /usr/bin is also detected as malware when uploaded to virustotal, although clamav misses it.

it seems that it can be used as a hacktool and is not malware in itself. see this post at pnscans github page https://github.com/ptrrkssn/pnscan/issues/2
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#1186 Post by bigpup »

If you have a computer that has this Intel WIFI hardware.

WIFI : Intel(R) Dual Band Wireless-AC 3165

Here is a pet for the firmware.
http://www.murga-linux.com/puppy/viewto ... &id=126858
Thanks go to ozsouth for making this pet!

Not sure if the kernel supports it, but hopefully it does.
Constant needed updating to support newer hardware.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#1187 Post by bigpup »

nic007 put all his very good scripts together into one package.
A lot of useful stuff in this one package.
Download and unzip to the SFS package.
Use SFS-load-on-the-fly to load it.
Puts entry to access all of them in menu->Utility
nicOS-Utility-Suite
http://www.murga-linux.com/puppy/viewtopic.php?t=118382
Attachments
Screenshot(2).jpg
(32.18 KiB) Downloaded 1116 times
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#1188 Post by linuxcbon »

Bionicpup64 8.0 CE

2 packages are needed for steam :

On steam, I tried to run "path of exile" with proton 5, but I got this error :

Code: Select all

<module>
    import filecmp
ModuleNotFoundError: No module named 'filecmp'
I installed libpython3.6-stdlib from the ppm and it solved it. So that package is needed for bionicpup.

Also another package "xdg-utils" is needed to solve this :

Code: Select all

sh: xdg-icon-resource: command not found

gellert234
Posts: 6
Joined: Sat 29 Jun 2019, 11:16

Steam Proton didn't work.

#1189 Post by gellert234 »

Steam Proton didn't work. I made an improved package

https://mega.nz/file/LpoTiQZZ#3DdayCCpD ... 6HkYvneFC0

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#1190 Post by 666philb »

linuxcbon wrote:Bionicpup64 8.0 CE

2 packages are needed for steam :

On steam, I tried to run "path of exile" with proton 5, but I got this error :

Code: Select all

<module>
    import filecmp
ModuleNotFoundError: No module named 'filecmp'
I installed libpython3.6-stdlib from the ppm and it solved it. So that package is needed for bionicpup.

Also another package "xdg-utils" is needed to solve this :

Code: Select all

sh: xdg-icon-resource: command not found
hi linuxcbon,
libpython3.6-stdlib is installed automatically when the steam pet installs. make sure to run quickpet updates or you will be offered the older version which doesn't.

i'll have a look at xdg-icon-resource, although it doesn't effect the running of windows steam games, and may have zero effect in puppy.

BTW installing xdg-utils from the PPM breaks puppy which is why it shows as already installed so as not to be brought in when installing apps.
Last edited by 666philb on Thu 02 Apr 2020, 21:00, edited 1 time in total.
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

Re: Steam Proton didn't work.

#1191 Post by 666philb »

gellert234 wrote:Steam Proton didn't work. I made an improved package

https://mega.nz/file/LpoTiQZZ#3DdayCCpD ... 6HkYvneFC0
hi gellert234,

can you tell me what is different about this steam package? so that i can update the one in the repo if necessary
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

Caver69
Posts: 4
Joined: Tue 16 Feb 2016, 20:49

#1192 Post by Caver69 »

Hallos, not sure if i would post this here but there seems to be a networking
bug in the latest release i DLed today the x64 v8.0.

When i run the live environment my network runs ok. When i now install it
(frugal install) and make a save file and reboot i can't get the net interface to come back up.

It uses the ath5k driver for the atheros wlan wich is correct. Any hints?

Caved

gellert234
Posts: 6
Joined: Sat 29 Jun 2019, 11:16

Re: Steam Proton didn't work.

#1193 Post by gellert234 »

666philb wrote:
gellert234 wrote:Steam Proton didn't work. I made an improved package

https://mega.nz/file/LpoTiQZZ#3DdayCCpD ... 6HkYvneFC0
hi gellert234,

can you tell me what is different about this steam package? so that i can update the one in the repo if necessary
Hi 666philb,

I modified the package to automatically install libpython3.6-stdlib instead of libpython3-stdlib and I update the download link because the link was bad.

https://mega.nz/file/uhRBSIyJ#m6XuQmVKs ... E93SwUBJBw
Last edited by gellert234 on Fri 03 Apr 2020, 18:29, edited 1 time in total.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#1194 Post by 666philb »

Caver69 wrote:Hallos, not sure if i would post this here but there seems to be a networking
bug in the latest release i DLed today the x64 v8.0.

When i run the live environment my network runs ok. When i now install it
(frugal install) and make a save file and reboot i can't get the net interface to come back up.

It uses the ath5k driver for the atheros wlan wich is correct. Any hints?

Caved
hi Caver69

try one of the other network managers, i have to use frisbee for mine to connect
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

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

#1195 Post by peebee »

I can't see a fix for this in bionic64fix.zip ..... using checkdeps -system:
bionicpup64-8.0
Start: Sat Apr 4 07:49:33 +08 2020
* Checking system dirs: /bin /usr/libexec /sbin /usr/bin /usr/sbin /usr/games /usr/local/bin

/usr/bin/redshiftgui
/usr/bin/redshiftgui: /usr/lib64/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/bin/redshiftgui)
libcurl.so.4 (CURL_OPENSSL_3) => not found
Notice that there are 2 lots of libcurl in the .iso - in both /usr/lib and /usr/lib/redshiftgui - with slightly different versions

Cheers
peebee
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#1196 Post by 666philb »

peebee wrote:I can't see a fix for this in bionic64fix.zip ..... using checkdeps -system:
bionicpup64-8.0
Start: Sat Apr 4 07:49:33 +08 2020
* Checking system dirs: /bin /usr/libexec /sbin /usr/bin /usr/sbin /usr/games /usr/local/bin

/usr/bin/redshiftgui
/usr/bin/redshiftgui: /usr/lib64/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/bin/redshiftgui)
libcurl.so.4 (CURL_OPENSSL_3) => not found
Notice that there are 2 lots of libcurl in the .iso - in both /usr/lib and /usr/lib/redshiftgui - with slightly different versions

Cheers
peebee
hi peebee,
redshift requires an older libcurl, so it has its own one outside the path and a launch script that points it at it

Code: Select all

export LD_LIBRARY_PATH=/usr/lib/redshiftgui:$LD_LIBRARY_PATH
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

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

#1197 Post by peebee »

64-bit LXDE ydrv for BionicPup64 has been added.....

https://sourceforge.net/projects/lxpup/ ... LXDE-ydrv/

The BionicPup ydrv has some bugs to iron out.... PVM crashes when removable media is mounted with pmount - there is a button on the desktop to restart PVM.
PcManFM network access also crashes.

It also required a GLibC update to 2.30.....in the ydrv....
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

#1198 Post by rerwin »

666philb wrote:
Caver69 wrote:Hallos, not sure if i would post this here but there seems to be a networking
bug in the latest release i DLed today the x64 v8.0.

When i run the live environment my network runs ok. When i now install it
(frugal install) and make a save file and reboot i can't get the net interface to come back up.

It uses the ath5k driver for the atheros wlan wich is correct. Any hints?

Caved
hi Caver69

try one of the other network managers, i have to use frisbee for mine to connect
Thank you, Caver69, for reporting your problem with automatic startup of your network connection. I consider myself to be responsible for the three main network managers, so would like to address the issue.

Note that the simple_network_setup (SNS) and network_wizard (NW) packages are not the latest. Please install at least SNS to see if it works in your situation. They are the first two packages available here:
http://www.murga-linux.com/puppy/viewto ... 876#952876

666philb, please consider adding SNS-2.3 and NW-2.1.1 to your BionicPup Updates package.

Caver69, if the latest packages do not resolve the problem, please consider working with me to find the reason, by PM if you care to.
Richard

gellert234
Posts: 6
Joined: Sat 29 Jun 2019, 11:16

Thank you

#1199 Post by gellert234 »

Hi 666philb,

Thank you that you add my package.

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#1200 Post by linuxcbon »

Bionicpup64 8.0 CE
Folder /root/.cache/ gets filled with many files like event-sound-cache.tdb....
Same for folder /root/.dbus/session-bus/ gets filled with many files.
I guess they get created at each bootup, so why not erase them at bootup or use only one ?

Post Reply