Porteus/Arch aka Sensei (Porteus w/pacman package manager)

Porteus based on Arch with pacman package manager.
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/Arch aka Sensei (Porteus w/pacman package manage

Post#241 by francois » 26 Sep 2015, 00:31

Rava, I use grub legacy.

But stifiling porteus-archlinux hybrid is exactly like porteus in terms of installation on a usb with syslinux.

The most recent porteus-sensei is based on 3.17.0-porteus.
Prendre son temps, profiter de celui qui passe.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#242 by Rava » 26 Sep 2015, 03:28

francois wrote:The most recent porteus-sensei is based on 3.17.0-porteus.
Okay, the newest ones for x86-64 have this time stamp: 2014-04-11

Are these the ones you meant?
Cheers!
Yours Rava

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/Arch aka Sensei (Porteus w/pacman package manage

Post#243 by francois » 26 Sep 2015, 05:09

Sorry for my ignorance, but how do you get the stamp?
Prendre son temps, profiter de celui qui passe.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#244 by Rava » 26 Sep 2015, 18:46

francois wrote:Sorry for my ignorance, but how do you get the stamp?
I open the iso, copy the files and make a ls -l on the files. :D
Cheers!
Yours Rava

stifiling
Contributor
Contributor
Posts: 93
Joined: 14 Jul 2013, 03:10
Distribution: Porteus w/pacman pm
Location: home

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#245 by stifiling » 29 Sep 2015, 07:35

i put together an updated as of 9-26-2015 Sensei 64-bit. it's barebones though, only 000-kernel.xzm, and 001-core.xzm. this way u build the system *exactly*, as fat, or as skinny as *you* want it. toughest part will probably be connecting to the internet to install with pacman, the stuff you want. easiest way is hardwiring/ethernet. could also connect to your wifi with wpa_supplicant.

after connecting online, you'd probably want xorg and this is installed by:

Code: Select all

pacman -Sy

Code: Select all

pacman -S xorg-server xorg-xinit xf86-input-keyboard xf86-input-mouse xf86-video-vesa
for your specific video card you could instead of installing xf86-video-vesa, install xf86-video-intel or xf86-video-ati or xf86-video-nouveau

after that you can install your favorite DE

Code: Select all

pacman -S xfce4
you can install the whole xfce, or pick the parts of it you want. or install any other DE or WM you want.

if xfce is the DE you chose to install, next you'd run the command

Code: Select all

nano .xinitrc
when nano opens the .xinitrc file, type in:

Code: Select all

exec startxfce4
close nano with Ctrl+x, press Y for yes, and press Enter to save the file. then run the command:

Code: Select all

startx
that should start xfce.

this is just a base and maybe some of the users will create and share the DE's and other custom modules. LXQT that blue4meridian's been pecking around with should install much more easily now.

Sensei-v3.1-x86_64.iso 77 MB
md5sum = 2e7d3f0b85a765dd8c9ba08776e9daa6

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#246 by Rava » 29 Sep 2015, 22:51

stifiling wrote:for your specific video card you could instead of installing xf86-video-vesa, install xf86-video-intel or xf86-video-ati or xf86-video-nouveau
No nvidia? O___o
Cheers!
Yours Rava

stifiling
Contributor
Contributor
Posts: 93
Joined: 14 Jul 2013, 03:10
Distribution: Porteus w/pacman pm
Location: home

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#247 by stifiling » 30 Sep 2015, 02:03

well the closed source nvidia driver isn't in the arch repos...that's one of the packages that would be installed from the AUR using yaourt. this is a kernel module compiled from the AUR though. targeted at an arch linux kernel. but since we're not using an arch kernel, this means it takes a bit of adjustments to get it to compile using yaourt.

kernel modules like nvidia, virtualbox, etc., are probably easier compiled the traditional way. and then making a .xzm module or .pkg.tar.xz file and sharing it. so that the next user interested in it wouldn't have to go through those troubles.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#248 by Rava » 30 Sep 2015, 03:57

stifiling wrote:kernel modules like nvidia, virtualbox, etc., are probably easier compiled the traditional way. and then making a .xzm module or .pkg.tar.xz file and sharing it. so that the next user interested in it wouldn't have to go through those troubles.
Ahhh okay, well, funny enough, I used to be one of the users compiling the nvidia drivers for upcoming Porteus versions, back when it was, like version 0.8 or 0.9 or such. But there was some tricky thing, something you had to either tweak, or take care about somehow. Sadly, I was stupid enough to not document what the tricky thing was, and quite later, when I tried to compile a nvidia driver once again, I did fail, due to having forgotten how to deal with the tricky part...

So... when I have time, I will try to compile it for the recent x86-64 version you just posted above, but me thinks I am too busy with RL stuff right now...
Cheers!
Yours Rava

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#249 by neko » 30 Sep 2015, 11:22

@stifiling
I converted "your 64bit ISO" to "32bit ISO".

Sensei-v3.1-i486.iso (68 M)
http://www.mediafire.com/download/7hla5 ... 1-i486.iso
md5sum: 98a67988fbfe817c5b4ae50897bb973f Sensei-v3.1-i486.iso

Thanks.

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/Arch aka Sensei (Porteus w/pacman package manage

Post#250 by francois » 30 Sep 2015, 11:30

@stifiling:

Thanks for providing this minimalist porteus-archlinux clone. Download:
http://sourceforge.net/projects/senseig ... urce=files


@rava and bluemeridian:

Essentially archlinux is an obligatory DIY distro, which essentially refer their members to read the wiki and to RTFM (read the fine manual). :D

Which means that they have put a great deal of effort on wikis. These wiki are almost the best there could be on linux, they are constructed on the KISS philosophy. Provided that porteus would switch to archlinux, this would save us an enormous amount of work. All we would have to provide is our most friendly forum (with minor exceptions). :wink:

Thus usually, you will find with search words on internet nvidia wiki archlinux or nvidia wiki virtual box for example.

archlinux nvidia wiki:
https://wiki.archlinux.org/index.php/NVIDIA#Installing

archlinux virtualbox wiki:
https://wiki.archlinux.org/index.php/VirtualBox

I have build vbox recently thru archlinux, you have to do it the arch wiki way or you will get into problems.
Prendre son temps, profiter de celui qui passe.

stifiling
Contributor
Contributor
Posts: 93
Joined: 14 Jul 2013, 03:10
Distribution: Porteus w/pacman pm
Location: home

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#251 by stifiling » 30 Sep 2015, 14:46

Rava,
Keep your head up man. that's gotta be a tough place at this time. i lost mom myself last year.

neko,
that 32-bit clone went real well. wondering how you did it. where'd u get the 3.18 kernel...you compiled it? few things about it though...in the 000-kernel.xzm, there's some firmware missing out of /lib/firmware. iwlwifi for one, my wifi module is iwl3945 and won't work w/o that firmware. also, after getting it online, when trying to do

Code: Select all

pacman -Sy
it's giving off the errors because in the /etc/pacman.conf file, line #80 is pointed @ [Sensei64], where it should be just [Sensei]. also lines #99, 100, 101..the multilib stuff...should be commented out, or deleted.

after that, when trying to install with

Code: Select all

pacman -S
for the first time, you'll notice how it's pretty much trying to reinstall the whole complete core again. bash, and everything else..which is already there. this is because pacman doesn't know it's there. pacman keeps track of what's already been installed by checking the folder /var/lib/pacman/local. in the 32 bit clone, this folder doesn't exist. in the 64 bit one i uploaded...u'll see this folder does exist, and is full of folders. these folders are pretty much flags to let pacman know, these dependecies are already installed.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#252 by Rava » 01 Oct 2015, 19:19

stifiling wrote:Rava,
Keep your head up man. that's gotta be a tough place at this time. i lost mom myself last year.
:good: :friends:

Anyhow, the recent x86-64 you uploaded, is that a pure 64 bit version without any 32 bit libraries and stuff, the way I try to keep my XFCe Porteus 3.x?
Cheers!
Yours Rava

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#253 by ncmprhnsbl » 01 Oct 2015, 22:14

brokenman said of his version:
It should be noted that this is NOT porteus, It is arch linux and only uses the linuxrc script (initial initrd script) from porteus. After this initrd it hands of to systemd
...whereas sensei uses the porteus intrd, kernel and init, and systemd is only a udev provider.

managed to get an xorg and basic X setup working without problems..
makexzm is working, and de/activate..

Code: Select all

oot@sensei:~# free -h
              total        used        free      shared  buff/cache   available
Mem:           7.8G        125M        7.3G        7.5M        352M        7.3G
Swap:          9.8G          0B        9.8G
root@sensei:~# pstree
init-+-acpid
     |-5*[agetty]
     |-beaver
     |-dbus-daemon
     |-dhcpcd
     |-klogd
     |-login---bash---startx---xinit-+-Xorg
     |                               `-jwm-+-alsaplayer-+-4*[{alsaplayer}]
     |                                     |            `-{gmain}
     |                                     |-lxterminal-+-bash---pstree
     |                                     |            |-gnome-pty-helpe
     |                                     |            `-{gmain}
     |                                     `-spacefm---{gmain}
     |-ntfs-3g
     |-syslogd
     `-udevd
i'll do some tweaking and share my xorg
Rava wrote:Anyhow, the recent x86-64 you uploaded, is that a pure 64 bit version without any 32 bit libraries and stuff, the way I try to keep my XFCe Porteus 3.x?
i think the multilib repo is enabled but i dont think theres anything installed...
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage

Post#254 by brokenman » 02 Oct 2015, 00:38

I should start another thread for my version which I hope stiffling, neko and others will all join into developing. It has a pman package manager which is a wrapper for pacman that automatically converts packages to modules. Any ideas on a good name for it?
How do i become super user?
Wear your underpants on the outside and put on a cape.

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/Arch aka Sensei (Porteus w/pacman package manage

Post#255 by Ed_P » 02 Oct 2015, 01:52

brokenman wrote:Any ideas on a good name for it?
BrokenArch

ArchPort

Archeus

PortArcheus

BrokenSense


:)
Ed

Post Reply