Porteus/Arch aka Sensei (Porteus w/pacman package manager)
- francois
- Contributor
- Posts: 6443
- 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
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.
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.
- Rava
- Contributor
- Posts: 5424
- 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
Okay, the newest ones for x86-64 have this time stamp: 2014-04-11francois wrote:The most recent porteus-sensei is based on 3.17.0-porteus.
Are these the ones you meant?
Cheers!
Yours Rava
Yours Rava
- francois
- Contributor
- Posts: 6443
- 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
Sorry for my ignorance, but how do you get the stamp?
Prendre son temps, profiter de celui qui passe.
- Rava
- Contributor
- Posts: 5424
- 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
I open the iso, copy the files and make a ls -l on the files.francois wrote:Sorry for my ignorance, but how do you get the stamp?
Cheers!
Yours Rava
Yours Rava
-
- 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
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:
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
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
when nano opens the .xinitrc file, type in:
close nano with Ctrl+x, press Y for yes, and press Enter to save the file. then run the command:
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
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
after that you can install your favorite DE
Code: Select all
pacman -S xfce4
if xfce is the DE you chose to install, next you'd run the command
Code: Select all
nano .xinitrc
Code: Select all
exec startxfce4
Code: Select all
startx
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
- Rava
- Contributor
- Posts: 5424
- 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
No nvidia? O___ostifiling 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
Cheers!
Yours Rava
Yours Rava
-
- 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
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.
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.
- Rava
- Contributor
- Posts: 5424
- 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
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...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.
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
Yours Rava
-
- DEV Team
- Posts: 2113
- 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
@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.
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.
- francois
- Contributor
- Posts: 6443
- 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
@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).
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).
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.
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).
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).
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.
-
- 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
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
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
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.
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
after that, when trying to install with
Code: Select all
pacman -S
- Rava
- Contributor
- Posts: 5424
- 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
stifiling wrote:Rava,
Keep your head up man. that's gotta be a tough place at this time. i lost mom myself last year.
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
Yours Rava
- ncmprhnsbl
- DEV Team
- Posts: 4079
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: Porteus/Arch aka Sensei (Porteus w/pacman package manage
brokenman said of his version:
managed to get an xorg and basic X setup working without problems..
makexzm is working, and de/activate..
i'll do some tweaking and share my xorg
...whereas sensei uses the porteus intrd, kernel and init, and systemd is only a udev provider.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
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 think the multilib repo is enabled but i dont think theres anything installed...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?
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- brokenman
- 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
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.
Wear your underpants on the outside and put on a cape.
- Ed_P
- Contributor
- Posts: 8557
- 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
BrokenArchbrokenman wrote:Any ideas on a good name for it?
ArchPort
Archeus
PortArcheus
BrokenSense