tahrpup 6.0.5 CE

A home for all kinds of Puppy related projects
Message
Author
backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#1501 Post by backi »

By the way, i think puppy should come almost "barebones" as it's getting big. and let the user install apps. and reduce firmware and let the users complain..

maybe the core linux approach or things like quickpet or peebee's script to download browser sfs make more sense
There should be alternatively a barebone version too .
One regular version and one barebone.

jlst

Re: almost "barebones"

#1502 Post by jlst »

sheldonisaac wrote:If some of you experts can to that, and make it easy for us users to fix missing firmware, libs, etc, I'd be very glad.


Sheldon
Well, i'm just giving suggestions... it's up to the puppy builder to decide what goes in and what goes out.

I personally don't like rox and have a hard time using any puppy that comes with rox.

Lately i've been building dpup stretch.. just to test. The iso is about 210MB xz compressed, no browser and no office apps (abiword, gnumeric)... using one of the old tahrpup 3.14 kernels with very limited firmware. However it has many libs, python (even perl i think) and some other stuff, basically you can install anything.. maybe.

However if you look closely you'll see huge libs in /usr/lib/dri/ and /usr/lib/libLLVM-3.9.so.1... almost 50mb in this single lib.

Many apps from the major distros are heavily bloated... that's why i'm looking at Alpine Linux. I think i'll try to create a puppy based on Alpine, it will probably take me a month or so, but i'm not sure i'll have time, there is no time.

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

#1503 Post by bigpup »

Tahr 6.0.5.3 testing
Fresh frugal install
Initial boot no save

Quickpet->Drivers->Video Upgrade Wizard

No drivers listed for the 6.0.5.3 iso
Attachments
capture17716.png
(19.32 KiB) Downloaded 997 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)

jlst

#1504 Post by jlst »

After hours i managed to reimplement support for encrypted savefiles. It's using a special losetup binary, that is not losetup-FULL nor losetup (busybox), but losetup-222.

For the first time ever i created and tested encrypted savefiles, there's always a first time haha.

losetup encryption was dropped in version 2.23... so i compiled losetup 2.22 statically. the same binary can be found in the initrd.gz file and the puppy.sfs file.

For details, see commit: 44e15f2fc9cf0374f35b5c0cecf0470b4cf7a0c3

The next tahrpup, xenialup, slacko, etc release.. will have these changes.

However the ability to create losetup encrypted savefiles might be dropped to favor cryptsetup or truecrypt... whatever.. it's not in my priority list.

don922
Posts: 433
Joined: Sat 19 Jan 2008, 07:58
Location: Nong Yai Buah

Backup of tahrpup save file

#1505 Post by don922 »

I am running tahrpup 6.0.5.

After looking at the save file in this puppy I am not entirely sure of the best way to make a good backup of the save file.

There doesn't seem to be anything quick and easy like Pupsave Hot Backup. (To Bad)

What do you recommend using to make a backup of the save file?

Is there any special way of making the backup save file that you would recommend?
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]

User avatar
festus
Posts: 235
Joined: Wed 14 Jan 2015, 19:10

Re: Backup of tahrpup save file

#1506 Post by festus »

don922 wrote:I am running tahrpup 6.0.5.

What do you recommend using to make a backup of the save file?

Is there any special way of making the backup save file that you would recommend?
I use this command, with great success:

Code: Select all

cp -ax /mnt/sdxx/your-tahrpup/savefile /the/destination/dir
Hope this is if some help.

festus

jlst

Re: Backup of tahrpup save file

#1507 Post by jlst »

don922 wrote:I am running tahrpup 6.0.5.

After looking at the save file in this puppy I am not entirely sure of the best way to make a good backup of the save file.

There doesn't seem to be anything quick and easy like Pupsave Hot Backup. (To Bad)
http://www.murga-linux.com/puppy/viewtopic.php?t=49999

It's an interesting script. It takes "snapshots" of the savefile. I guess i'll try to make it work with savefolders too..

I updated it for woofce. It's working fine. I see it can be smaller.

I created a a pet pkg. See the attached file.

My edited version is Woof-CE specific. Don't try it in older pups.

The script is now part of the base. See f45de871afb2156d4b919a8998dd6278ca1c1f3c ...
so possible fixes and updates will happen there ...
Last edited by jlst on Mon 02 Jan 2017, 01:54, edited 1 time in total.

don922
Posts: 433
Joined: Sat 19 Jan 2008, 07:58
Location: Nong Yai Buah

Sad News

#1508 Post by don922 »

I downloaded and tried the new version of Pupsave Hot Backup. I couldn't get it to work I got the following error message:
Sorry, not using an ext2-4 save file...
The structure of the save file in tahr-6.0.5 is different than I have ever seen before. But, I haven't looked at very many of the new puppies.

I don't know enough to fix the save file problem.
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]

jlst

Re: Sad News

#1509 Post by jlst »

don922 wrote:I downloaded and tried the new version of Pupsave Hot Backup. I couldn't get it to work I got the following error message:
Sorry, not using an ext2-4 save file...
I admit that message is not very clear. It means you're probably using a savefolder.. or the code has a bug.

On first shutdown you are offered two options: savefolder (default) or savefile. The script only supports savefiles.. and it's a little big for a simple task.. back up file with date/time appended to it. A snapshot..

You might want to start again and choose:
file Single file, ext2/3/4 filesystem image in it.
Attachments
capture9000.png
(22.04 KiB) Downloaded 676 times
Last edited by jlst on Mon 02 Jan 2017, 01:54, edited 1 time in total.

augras
Posts: 1487
Joined: Mon 11 Nov 2013, 17:37
Location: france

#1510 Post by augras »

Hi,
is it possible to include the exfat file system with Pmount ?
This file system is use with flash device and works with exfat-fuse and exfat-utils packets, but there is nos icon on the desktop and for mount and umount the console must be use.
Maybe there is a better way, a module, i don't know.
I test on some puppies and it works fine only with fatdog.
The christmas day is out and the next so far : a wish for the new year.
Philippe

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

6.0.5.3

#1511 Post by Keef »

Manual frugal install to internal HDD.
Only significant problem found so far is that wireless does not automatically connect. Settings are saved - I can click on the tray icon and then click "Connect", so don't need to go through connection set up again.
No problems with previous Tahrs, but Slacko is inconsistent.

Internal Intel wifi card (ipw2200).

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

tahrpup 6.0.5 CE

#1512 Post by Billtoo »

I burned the iso to a CD then used the puppy installer to an 8gb
SDHC card:

System: Host: Lenovo-ThinkCentre Kernel: 3.14.79 i686 (32 bit) Desktop: JWM 2.3.6 Distro: tahrpup 6.0.5.3
Machine: Device: desktop System: LENOVO product: 7491B8U v: ThinkCentre M58e serial: MJ01509
Mobo: LENOVO model: N/A serial: INVALID BIOS: LENOVO v: 5HKT39AUS date: 06/17/2009
CPU: Dual core Intel Core2 Duo E8400 (-MCP-) speed/max: 2003/3003 MHz
Graphics: Card: Intel 4 Series Integrated Graphics Controller
Display Server: X.org 1.15.1 drivers: intel (unloaded: modesetting,fbdev,vesa)
tty size: 126x51 Advanced Data: N/A for root
Network: Card: Marvell 88E8057 PCI-E Gigabit Ethernet Controller driver: sky2
Drives: HDD Total Size: 328.0GB (2.1% used)
Weather: Conditions: 36 F (2 C) - Partly Cloudy Time: January 1, 5:02 PM EST
Info: Processes: 113 Uptime: 40 min Memory: 139.3/2905.9MB Client: Shell (bash) inxi: 2.3.7

total used free shared buffers
Mem: 2975636 2429116 546520 0 190368
-/+ buffers: 2238748 736888
Swap: 2103292 0 2103292

Installed kdegames with PPM along with a few other applications.

Works good so far,
Thanks.
Attachments
screenshot.jpg
(86.93 KiB) Downloaded 528 times

roadkill13
Posts: 154
Joined: Wed 10 Aug 2011, 21:41
Location: United States
Contact:

#1513 Post by roadkill13 »

Installed 6.05.3 to SSD on my EEEPC 901. Works just fine for me so far.

jlst

#1514 Post by jlst »

augras wrote:Hi,
is it possible to include the exfat file system with Pmount ?
This file system is use with flash device and works with exfat-fuse and exfat-utils packets, but there is nos icon on the desktop and for mount and umount the console must be use.
Maybe there is a better way, a module, i don't know.
Philippe
Hmmm mavrothal just added support for exFAT filesystems... see 18bfb65c789d4f679fe744ead345c2c5d540cc8b

jlst

Re: Sad News

#1515 Post by jlst »

don922 wrote:...
I updated PHB (more simplified, more refinements..) .. try this..
Last edited by jlst on Wed 04 Jan 2017, 03:31, edited 1 time in total.

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

Re: Sad News

#1516 Post by mavrothal »

jlst wrote:
don922 wrote:...
I updated PHB (more simplified, more refinements..) .. try this..
A couple of issues:
MB available is not showing.
After a backup the "quit" button is not selectable anymore.

A couple of enhancements:
Offer to snapmerge before backup in pupmode 13
(most important) backup savefolder (as a tarball or just another folder)

Down the road:
Implement the reverse action.
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

augras
Posts: 1487
Joined: Mon 11 Nov 2013, 17:37
Location: france

#1517 Post by augras »

jlst wrote:
augras wrote:Hi,
is it possible to include the exfat file system with Pmount ?
This file system is use with flash device and works with exfat-fuse and exfat-utils packets, but there is nos icon on the desktop and for mount and umount the console must be use.
Maybe there is a better way, a module, i don't know.
Philippe
Hmmm mavrothal just added support for exFAT filesystems... see 18bfb65c789d4f679fe744ead345c2c5d540cc8b
It's very kind of him.
I answer on the issue : it doesn't completely work yet but it's in a very good way.
Philippe

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#1518 Post by mavrothal »

augras wrote: I answer on the issue : it doesn't completely work yet but it's in a very good way.
What does not "completely" work?
Works at my end with both exFAT drives and exFAT images.
What is the problem that you see?
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

augras
Posts: 1487
Joined: Mon 11 Nov 2013, 17:37
Location: france

#1519 Post by augras »

Hi mavrothal,
I just replace the files by these new on github.
The icon comes on the desktop when the flash key is connected : on click it's not a rox window that appears but a pMount one. pMount show the usb flash but there is an error when click to mount : "Unable to mount sdb1".
It works with a mount by hand in a console with
mount-FULL /dev/sdb1 /mnt/sdb1 or mount.exfat /dev/sdb1 /mnt/sdb1
I introduce on line 258 of pmount file
exfat)
mount-FULL -t $DOFS $DODEV /mnt/$DEVNAME
RETVAL1=$?
;;
and now the click to mount is also working... in pMount window
but the icon doesn't change to show the mount status and it doesn't work automatically on click to the devices icon.

EDIT one :
And if i disconnect my key and connect it to an other usb port the icon doesn't come on the desktop until i reboot (maybe just restart the x server but i don't try it) : but it still works with pMount to mount or umount the device.

EDIT two : don't need to reboot, the x server restart is enough
Philippe

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#1520 Post by mavrothal »

augras wrote: EDIT two : don't need to reboot, the x server restart is enough
No change is needed. Just delete the contents of /root/.pup_event/* and restart X.
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

Post Reply