TazPuppy 5.0 rc2

Under development: PCMCIA, wireless, etc.
Message
Author
User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#1066 Post by perdido »

mistfire wrote:@perdido

I make a mockup test by modifying the f2fs installer script to detect hard drives instead of usb flashdrive for installing tazpuppy; suprisingly, the script works nicely and boots. Could you test this script to other usb flash drive?
Still get errors here.
I wrote just the iso image to cd disc and verified the .iso md5
then tried an install to both usb hdd & usb flash stick using .iso as source, got errors trying to boot both. Got same boot error for both.
Errors and logs next.

Error for usb hdd & usb flash stick are as follows.
Same error for both usb-hdd & usb-flash

Code: Select all

boot:
Invalid or currupt kernel image
Terminal output for install to usb hdd

Code: Select all

root@TazPuppy:~# /usr/bin/f2fs-usb-installer
yes
syslinux is /bin/syslinux
======================
exist_func
======================
e=/dev/sdd2|f2fs|12617728
1 + 0 = 1
/dev/sdd1 /dev/sdd2
======================
func_gui1
======================
e=No f=Yes 1= 2=
/dev/sdd
Unknown HZ value! (80) Assume 100.
======================
libparted : 3.2
======================
mbr drive found
umount: /mnt/f2fs1: target is busy.
======================
mbr_func
======================
1+0 records in
1+0 records out
446 bytes copied, 0.000118381 s, 3.8 MB/s
1+0 records in
1+0 records out
440 bytes copied, 0.0604464 s, 7.3 kB/s
ext2 f2fs
======================
func_frugal
======================
======================
copy_func
======================
tazpup 5.0
single boot - 
Copying sfs files...
Contents of /mnt/f2fs2/tazpup_5.0/ (f2fs)
fdrv_tazpup_5.0.sfs
puppy_tazpup_5.0.sfs
zdrv_tazpup_5.0.sfs

/usr/bin/f2fs-usb-installer: line 403: 15581 Killed                  /usr/lib/gtkdialog/box_splash -close never -text "$CPMSG1 $dev2 $CPMSG2"
Contents of /mnt/f2fs1/tazpup_5.0/ (ext2)
initrd.xz
vmlinuz

======================
boot_func
======================
/mnt/f2fs1 is device /dev/sdd1
/usr/bin/f2fs-usb-installer: line 611: 18812 Terminated              /usr/lib/gtkdialog/box_splash -close never -text "$SYSPLASH $dev1"
EXIT=" Ok "
root@TazPuppy:~# 
Terminal output for install to usb flash

Code: Select all

root@TazPuppy:~# /usr/bin/f2fs-usb-installer
yes
syslinux is /bin/syslinux
======================
exist_func
======================
e=/dev/sdd2|f2fs|15071232
1 + 0 = 1
/dev/sdd1 /dev/sdd2
======================
func_gui1
======================
e=No f=Yes 1= 2=
/dev/sdd
Unknown HZ value! (93) Assume 100.
======================
libparted : 3.2
======================
mbr drive found
======================
mbr_func
======================
1+0 records in
1+0 records out
446 bytes copied, 0.000132908 s, 3.4 MB/s
1+0 records in
1+0 records out
440 bytes copied, 0.0641471 s, 6.9 kB/s
ext2 f2fs
======================
func_frugal
======================
======================
copy_func
======================
tazpup 5.0
single boot - 
Copying sfs files...
Contents of /mnt/f2fs2/tazpup_5.0/ (f2fs)
fdrv_tazpup_5.0.sfs
puppy_tazpup_5.0.sfs
zdrv_tazpup_5.0.sfs

/usr/bin/f2fs-usb-installer: line 403: 17997 Killed                  /usr/lib/gtkdialog/box_splash -close never -text "$CPMSG1 $dev2 $CPMSG2"
Contents of /mnt/f2fs1/tazpup_5.0/ (ext2)
initrd.xz
vmlinuz

======================
boot_func
======================
/mnt/f2fs1 is device /dev/sdd1
/usr/bin/f2fs-usb-installer: line 611: 21347 Terminated              /usr/lib/gtkdialog/box_splash -close never -text "$SYSPLASH $dev1"
EXIT=" Ok "
root@TazPuppy:~# 

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#1067 Post by perdido »

To have all testing procedures for the TazPuppy Beta 41 f3fs-usb-installer in one place.
Consolidation is to confirm that I have done the required system modifications just in case I missed something.

This is what I have done to prepare the TazPuppy Beta 41 for doing this testing. All md5-hash sums verified.

Installed TazPuppy Beta 41 to usb stick, it is booting from usb stick ok
Create save directory
Installed missing package f2fs-tools package
Re-installed syslinux package using this command from the terminal

Code: Select all

tazpkg -gi syslinux --forced
Verified those packages have been added.

That is all the preperation for the working TazPuppy Beta 41 I am using to run f2fs-usb-installer script.
The script has been downloaded from this thread and renamed dropping the zip extension
Then the script is made executable and copied to the working usb TazPuppy Beta 41 save directory on my boot device.
The script is launched from terminal /usr/bin/f2fs-usb-installer

Partitions on usb media I am installing to are freshly created each install attempt.
First partition is 32MB ext2 partition with boot flag set
Second partition is f2fs that uses the rest of space on usb stick

Install procedure attempted
1. Boot TazPuppy (has all updates listed above)
Login root Password root
2. Open terminal and run script /usr/bin/f2fs-usb-installer (updated to latest test script - copied to working TazPuppy Beta 41 save file /usr/bin/
3. Choose where to install to
4. Create or verify the partitions on the install-to drive/media then close GParted
5. Choose where to copy install files from (I have been using both an .iso file and install cd)
6. After install finishes copy terminal output to file (to put in thread if necessary)
7. Shut down test computer, remove all plugin media devices and try to boot newly created usb stick.
8.Report back here

.

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

#1068 Post by mistfire »

@perdido
let's test the bootloader first.

1. Replace the tazpuppy kernel file with kernel file of other puppies

2. Get the corresponding zdrv file of the other puppy and rename it as zdrv_tazpup_5.0.sfs and replace with existing tazpuppy zdrv file.

Then try to boot

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#1069 Post by perdido »

mistfire wrote:@perdido
let's test the bootloader first.

1. Replace the tazpuppy kernel file with kernel file of other puppies

2. Get the corresponding zdrv file of the other puppy and rename it as zdrv_tazpup_5.0.sfs and replace with existing tazpuppy zdrv file.

Then try to boot
Hi mistfire,
I will *guess* you are referring to the working install I am using since the finished product of f2fs-usb-installer has never contained a zdrv

ok I will test the bootloader of the working TazPuppy B41 I am using to run the f2fs-usb-installer script. Will use bionicpup 32-bit as donor.

.

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#1070 Post by perdido »

Bionicpup32 kernel and zdrv booted to desktop.
All looks ok

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#1071 Post by perdido »

Hi mistfire,
Ok since I did not believe you were talking about my working TazPuppy install

I replaced the vmlinuz and copied the zdrv from bionicpup32 to the non working usb-stick that was created with f2fs-usb-installer script.
(The non-working stick has never had a zdrv, not in any of the tests.That confused me.:?:)

Anyways, the new kernel and zdrv (which is properly renamed) do not boot.
They give the same exact error

Code: Select all

boot:
Invalid or corrupt kernel image

didit
Posts: 25
Joined: Fri 15 Nov 2019, 15:06

#1072 Post by didit »

mistfire wrote:@diditt I think your appimage file was not 32-bit. Just use 64-bit kernel file and 64-bit zdrv sfs file
I also tried to run this app from slitaz-rolling-core64.and its not working.

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

#1073 Post by mistfire »

@perdido
The error on the usb installer it become more weird. Unless it was hardware related. I will try to find another usb flash drive to test this thing.

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

#1074 Post by mistfire »

TazPuppy Beta 42 released

Changes:
* Broken wifi-box is fixed
* Improved networking
* Improved puppy installer
* Improved root account
* Some bugfixes

Download: https://drive.google.com/open?id=16os51 ... tbu3qG1-Kc
MD5 Checksum: aa6d97cac6e250dd5c8a3fd726ac19f4

Build kit: https://drive.google.com/open?id=1anm5d ... DEb3Vvgm-w

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

#1075 Post by zagreb999 »

mistfire ,

if you wifi connect with
TAZPANEL, can you autoconnect
after reboot?

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

#1076 Post by mistfire »

zagreb999 wrote:mistfire ,

if you wifi connect with
TAZPANEL, can you autoconnect
after reboot?
Yes it is

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

#1077 Post by zagreb999 »

mistfire
thank you!

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

#1078 Post by mistfire »

TazPuppy 5.0 beta 43 released

Changes:
* Bugfixes on tazpanel, networking, and tazpkg

Download: https://drive.google.com/open?id=1tny-B ... rPK3qZ2Nnq
MD5 Checksum: 0303a58223a8ec6c790452f94059d3d8

Build kit: https://drive.google.com/open?id=1SvpLJ ... 1TgHBSr-gK
Last edited by mistfire on Sat 28 Dec 2019, 23:21, edited 1 time in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1079 Post by don570 »

Notes:

-SSH works however there needs to be a utility to scan for addresses
like mpscan or arp-scan

- my wireless mouse (logitech) acts like its battery is worn out
i.e. sometimes there is no response,
however when I use the same mouse in other distros it's fine.
Does anyone else have a problem with a wireless mouse?

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

#1080 Post by zagreb999 »

hi mistfire

is there any chromium 32 bit
browser ?

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1081 Post by don570 »

How to use PScan?

PScan can be use with following options;

Example :
pscan 10.0.54.23 -p 1-65535 -n 20 -w 2000 -r -M

-p : Define port ranges
-n : Number of threads that runs ports scan
-w : Max time to wait for next port scan
-r : If you want to resolve port number to known service name e.g 53 # DNS
-M : Lookup for Mac Address.
Note : You must provide IP address to scan it. You can use nslookup or dig command line utility.

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

#1082 Post by mistfire »

@don570

The problem here was how to integrate it on tazpanel using ajax? It seems we need to create a dedicated page for ssh written in bash cgi. However I have a very little time to do that

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1083 Post by don570 »

I noticed that Raspberry Pi Buster Raspup has pscan included

pnetwork is used to tie into a network.
__________________________________________________________

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

#1084 Post by mistfire »

TazPuppy Beta 44 released

Changes:
* Improved auto configuration
* Improvements on boot process and shutdown

Download: https://drive.google.com/open?id=1YmDwV ... XNZldETOxw
MD5 Checksum: b1fe3c64db4c778913cc4e4d33a11072

Build kit: https://drive.google.com/open?id=1PUkWT ... 1pUg7wfpdd

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#1085 Post by don570 »

-Ethernet automatically connected however tray icon said it was unconnected
-starting audio mixer from start menu didn't launch anything
-still having problem with my wireless mouse

Post Reply