Porteus changing distro

New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
User avatar
ViktorNova
Contributor
Contributor
Posts: 33
Joined: 19 Jun 2013, 19:38
Distribution: Porteus 3.0rc1 64-bit
Location: Portland, Oregon, USA

Re: Porteus changing distro

Post#61 by ViktorNova » 21 Feb 2014, 10:26

@ponce
Wow, I didn't even know! Thanks for the link =)

@brokenman
It's very cool, even in these early stages! Kinda crazy, it can scale from a single app+dependencies all the way up to a full guest os, just like BSD jails, which use the host's kernel

dustbunnies
Black ninja
Black ninja
Posts: 35
Joined: 01 Feb 2014, 09:17
Distribution: hop_around
Location: Calgary

Re: Porteus changing distro

Post#62 by dustbunnies » 28 Feb 2014, 02:43

can scale from a single app+dependencies
Have you used docker yet?

roadie
Full of knowledge
Full of knowledge
Posts: 400
Joined: 02 Jan 2011, 18:41
Distribution: Porteus 5.0-RC1
Location: In a hayfield

Re: Porteus changing distro

Post#63 by roadie » 01 Mar 2014, 17:48

I voted Slackware, I've used it from the beginning of my journey into Linux. I've seen no advantage to using any other such as Debian, Mandrake derivatives, etc:. Slack just works, and has all the packages I want or need. If it doesn't, I can always build what I want.

roadie

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Porteus changing distro

Post#64 by Ed_P » 02 Mar 2014, 15:01

I think the poll is over the head of most/all Linux newbies which I think are a large percentage of forum users. You should consider a different poll, one that asks what capabilities people want with Porteus. What are they going to use it for.

For example:

What functions are important to you using Porteus:

GUI interface or command line interface
Internet access
Word processing
Spread sheet processing
Playing videos
Playing music
Playing games - Java runtime / Flash / Shockwave
Ability to run from a USB flash drive
Ability to run from an ISO
Ability to run on older machines (not much RAM, slow processor)
UEFI support
Pictures/photos viewing and editing
Ability to compile programs
Ability to add plugins to FireFox
Forum support with great admins
etc

Once you know what your users consider important than the direction of Porteus should become clear.
Ed

tome
Contributor
Contributor
Posts: 675
Joined: 26 Jun 2013, 14:03
Distribution: x64 Openbox
Location: Russia is causing the immense damage to humanity
Contact:

Re: Porteus changing distro

Post#65 by tome » 02 Mar 2014, 22:05

Maybe Porteus can be also program that convert only existing distro on hd to live distro - always fresh mode is one of the most important features.
In order to better serve Porteus users we would like to make more packages available to Porteus.
We can also use Puppy .pet packages (compressed .tar, script for rebuild pet to xzm would be very easy). I have manually rebuild this way spacefm-0.9.2 package so I think another packages can be converted in this way if even spacefm can be.
You have mind and feelings. Be wise and clever.

User avatar
wread
Module Guard
Module Guard
Posts: 1255
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

Re: Porteus changing distro

Post#66 by wread » 03 Mar 2014, 01:41

Docker could bring some leveling among distros; it is too early to predict the immediate future regarding to this trend.
I tried to make a Porteus package or docker-0.8.0, compiled the Slackbuilds without results, then docker is at present only for 64-bits edition and I run 32 bits Porteus.

Docker depends on a new language, the google Go, although it needs it only for compilation, not at run time. I compiled it from Slackbuilds (for 32 bits too) for Porteus 3.0. After compilation a series of tests are run to determine if compilation succeeded (and it did!).

I haven't used google-go and can not say if it is good or not. If somebody is interested in google-go-lang for 32 bits, he can download it.

Regards!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

dustbunnies
Black ninja
Black ninja
Posts: 35
Joined: 01 Feb 2014, 09:17
Distribution: hop_around
Location: Calgary

Re: Porteus changing distro

Post#67 by dustbunnies » 06 Mar 2014, 07:54

Although I haven't yet tried any LXC wrangling, for use on a desktop system I'm expecting pflask to be more interesting than docker.

https://github.com/ghedo/pflask
pflask is a simple tool for creating Linux namespace containers. It can be used for running a command or even booting an OS inside an isolated container, created with the help of Linux namespaces. It is similar in functionality to chroot(8), although pflask provides better isolation thanks to the use of namespaces.

Compared to LXC, pflask is easier to use since it doesn't require any pre-configuration (all the options can be passed via the command-line). pflask is mostly intended for testing, building and experimenting, whereas LXC is a more complete solution, better suited for production environments.

Compared to systemd-nspawn, pflask doesn't require the use of systemd on the host system and provides additional options for manipulating mount points and network interfaces inside the container. On the other hand, systemd-nspawn is better integrated in the systemd ecosystem.

Additionally, while most other containerization solutions (LXC, systemd-nspawn, ...) are mostly targeted at containing whole systems, pflask can also be used to contain single programs, without the need to create ad-hoc chroots.

tome
Contributor
Contributor
Posts: 675
Joined: 26 Jun 2013, 14:03
Distribution: x64 Openbox
Location: Russia is causing the immense damage to humanity
Contact:

Re: Porteus changing distro

Post#68 by tome » 19 Jun 2014, 16:16

Is it possible (How much work) to create package/script for most distros that would add only Live Mode feature (create new initrd, vmlinuz ~> "changes=/ changes-ro")?
You have mind and feelings. Be wise and clever.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Porteus changing distro

Post#69 by fanthom » 19 Jun 2014, 20:55

such tools exist already:
http://www.linux-live.org/
https://github.com/Salix-OS/SaLT-scripts
i'm not sure if they support all the features we have in Porteus (changes=EXIT:, changes-ro, extramod, etc..).

our scripts are integrated into whole OS body (cheatcodes are placed not only in the initrd but also in the xzm modules, some info is passed from initrd to live system through /mnt/live/tmp files) so would be tough to get them to work with other linuxes.

i would rather tweak other tools to add features you want.
Please add [Solved] to your thread title if the solution was found.

User avatar
JosepZ
White ninja
White ninja
Posts: 16
Joined: 21 Jul 2014, 19:39
Distribution: Porteus 3.0
Location: Barcelona

Re: Porteus changing distro

Post#70 by JosepZ » 23 Jul 2014, 19:12

I can adapt to everything. Slackware as a base is just fine. I am not an expert nor a newbie. I'm a Linux user since 2007, and I've regularly used Ubuntu, Debian, Knoppix and Linux Mint (both Ubuntu and Debian-based). Currently I'm running the latest Linux Mint LTS with Xfce on my laptop, so obviously I'm not too advanced as a user, but I can make an effort to solve problems and make things work.

I had never used Slackware before, but I never found any problems using Porteus. On the contrary, it immediately replaced Knoppix as my portable distro. Which leads me to my next point: I don't think you should change the system's base, but if you ever do it, I think you should choose Debian. The package base is huge and I love their philosophy. Plus, it can be remarkably fast, as Knoppix has proved with every new release.

Cheers!

go2null
White ninja
White ninja
Posts: 25
Joined: 19 Aug 2014, 18:28
Distribution: LXDE-v3.0.1-i486.iso
Location: Canada

Re: Porteus changing distro

Post#71 by go2null » 26 Aug 2014, 11:57

Not sure if the poll is closed, as on my BlackBerry the poll section is read only.

WRT Distribution, I've used Puppy and Debian/Ubuntu/Live in the past. However, my vote would be to stay with slackware.

The main reason I switched from Debian is the move to systemd, which I don't like as it grossly violates the KISS and federation principles, absorbing everything like the the blob on it's way to create a monolithic RedHatOS.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Porteus changing distro

Post#72 by francois » 26 Aug 2014, 20:32

Thanks to both of you for these interesting and contrasting comments. Reality is not always that clearly defined. My impression after playing with both debian and archlinux clones, though I like very much debian-ubuntu pastures, is that archlinux would be a better basis for porteus. Archlinux seems to be more tight and less owverweight. Stifiling has convinced me of that, see:
http://forum.porteus.org/viewtopic.php? ... ch+porteus
http://forum.porteus.org/viewtopic.php? ... ch+porteus

Though I am sure that our main developpers are able to work with both distribution and give birth to a really original product. The philosophy on the porteus forum is really sane. And the crowd with months and years is increasingly interesting. In fact, I would follow the developpers wherever they choose to go, with whatever distribution as a basis, even fedora or gentoo. And I suspect that they could decide to produce any porteus clone, just for the fun of it. 8)
Last edited by francois on 27 Sep 2014, 13:26, edited 1 time in total.
Prendre son temps, profiter de celui qui passe.

tome
Contributor
Contributor
Posts: 675
Joined: 26 Jun 2013, 14:03
Distribution: x64 Openbox
Location: Russia is causing the immense damage to humanity
Contact:

Re: Porteus changing distro

Post#73 by tome » 27 Sep 2014, 08:04

@phhpro
What is the reason you left Porteus when version 3 had been released.
You have mind and feelings. Be wise and clever.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Porteus changing distro

Post#74 by fanthom » 27 Sep 2014, 08:52

poll is closed - Slackware won clearly.
Please add [Solved] to your thread title if the solution was found.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Porteus changing distro

Post#75 by fanthom » 28 Sep 2014, 08:53

@phhpro
poll removed - thanks
Please add [Solved] to your thread title if the solution was found.

Post Reply