ArchLinux packages manager for Porteus

Here is a place for your projects which are not officially supported by the Porteus Team. For example: your own kernel patched with extra features; desktops not included in the standard ISO like Gnome; base modules that are different than the standard ISO, etc...
dZ0TFR
Samurai
Samurai
Posts: 143
Joined: 07 Apr 2019, 07:16
Distribution: Porteus-4.0

ArchLinux packages manager for Porteus

Post#541 by dZ0TFR » 13 Feb 2020, 09:26

neko, sorry for offtopic. Aporteus is based on Archlinux, right? Archlinux is a frequently updated system. How often do you update modules?
Porteus-4.0-x86 (t.me/porteusrus)

raja
Shogun
Shogun
Posts: 434
Joined: 02 May 2017, 09:51
Distribution: v3.2.2-32 and Porteus-Artix-64
Location: Chennai,India

ArchLinux packages manager for Porteus

Post#542 by raja » 13 Feb 2020, 18:00

Errors..aporteus64-zstd

1)Networking disabled
2)Touchpad tap function not enabled.
Linux Kernel-4.4.272 -32 bit; Linux Kernel-5.4.185 - 64 bit

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

ArchLinux packages manager for Porteus

Post#543 by neko » 15 Feb 2020, 03:40

@dZ0TFR
1, Aporteus is based on Archlinux, right?
---->
APorteus uses the Archlinux packages.
But it doesn't use the Archlinux package management tool (pacman).
It uses an original package management tool SPM(Simple Package Management).

2. How often do you update modules?
Whenever the SPM accesses the Archlinux packages, they are the most recent packages.


Thanks.

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

ArchLinux packages manager for Porteus

Post#544 by neko » 15 Feb 2020, 03:40

@raja
Please upload the defective ISO for problem analysis.

Thanks.

dZ0TFR
Samurai
Samurai
Posts: 143
Joined: 07 Apr 2019, 07:16
Distribution: Porteus-4.0

ArchLinux packages manager for Porteus

Post#545 by dZ0TFR » 15 Feb 2020, 06:23

neko, thanks.
Porteus-4.0-x86 (t.me/porteusrus)

raja
Shogun
Shogun
Posts: 434
Joined: 02 May 2017, 09:51
Distribution: v3.2.2-32 and Porteus-Artix-64
Location: Chennai,India

ArchLinux packages manager for Porteus

Post#546 by raja » 17 Feb 2020, 11:43

neko,

APorteus-MULT-v20.01.31-x86_64.iso
Linux Kernel-4.4.272 -32 bit; Linux Kernel-5.4.185 - 64 bit

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

ArchLinux packages manager for Porteus

Post#547 by neko » 17 Feb 2020, 14:54

@raja
Thanks for your reply.

You have the "Porteus/APorteus" ISO that doesn't have your troubles.
But "APorteus-MULT-v20.01.31-x86_64.iso" has the troubles.
Please upload the "Porteus/APorteus" ISO that doesn't have your troubles.
I will analyze it.

Thanks.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

ArchLinux packages manager for Porteus

Post#548 by beny » 18 Feb 2020, 21:32

hi neko i have this on systemctl --failed ● dhcpcd@enp5s0.service loaded failed failed dhcpcd on enp5s0 but connection work without issue, i have to try the system on a laptop but for now i can't my wife is working on so is out of service for me,great system build: graphical.target reached after 2.934s in userspace. i have APorteus-MULT-v20.01.31-x86_64.iso

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

ArchLinux packages manager for Porteus

Post#549 by neko » 19 Feb 2020, 04:34

@beny
Thank you for your report.

1. "dhcpcd"
I have gotten the same result as you.

Code: Select all

# systemctl |grep dhcpcd
● dhcpcd@enp1s0.service               loaded failed failed    dhcpcd on enp1s0                                                                       
● dhcpcd@enp3s0.service               loaded failed failed    dhcpcd on enp3s0                                                                       
  system-dhcpcd.slice                       loaded active active    system-dhcpcd.slice                                                                    
#
And it took enough boot tame.

Code: Select all

$ systemd-analyze blame
2.146s dhcpcd@enp3s0.service             
2.123s dhcpcd@enp1s0.service             
1.359s lvm2-monitor.service              
1.345s dev-sda2.device                   
1.338s dev-sdb1.device                   
1.331s dev-sda3.device                   
1.323s dev-sdb2.device                   
1.317s dev-sda1.device
.
.
.
.
$ cat /etc/dhcpcd.conf
# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.

# Allow users of this group to interact with dhcpcd via the control socket.
#controlgroup wheel

# Inform the DHCP server of our hostname for DDNS.
hostname

# Use the hardware address of the interface for the Client ID.
#clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
duid

# Persist interface configuration when dhcpcd exits.
persistent

# Rapid commit support.
# Safe to enable by default because it requires the equivalent option set
# on the server to actually work.
option rapid_commit

# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
# Respect the network MTU. This is applied to DHCP routes.
option interface_mtu

# Most distributions have NTP support.
#option ntp_servers

# A ServerID is required by RFC2131.
require dhcp_server_identifier

# Generate SLAAC address using the Hardware Address of the interface
#slaac hwaddr
# OR generate Stable Private IPv6 Addresses based from the DUID
slaac private
noipv4ll
$ 

https://bbs.archlinux.org/viewtopic.php?id=198134

For now, you have reported that there is no problem after booting, so I am leaving it for now.


2. "but for now i can't my wife (wifi ?) is working on, so is out of service for me,"
Would you tell me what network device does your PC have by "hardinfo" command ?
I think it might be a issu of kernel.



Thanks.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

ArchLinux packages manager for Porteus

Post#550 by beny » 19 Feb 2020, 11:13

odel: Aspire E5-553 V1.31
OS: Arch Linux x86_64
Kernel: 5.5.0-porteus
Uptime: up 9 minutes
Shell: bash 5.0.11
Resolution: 1366x768
DE: XFCE
WM: Xfwm4
WM Theme: Default
Theme: Adwaita [GTK2], Raleigh [GTK3]
Icons: NuoveXT2 [GTK2/3]
Terminal: Xfce4-terminal
CPU: AMD A10-9600P RADEON R5, 10 COMPUTE CORES 4C+6G (4) @ 2.4GHz
GPU: AMD Radeon R5
Memory: 1379MB / 15539MB
wifi work like a charm i have done a xine module but i have an issue with login on system only root can login maybe there are libs that make trouble i have removed the package and all run fine,

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

ArchLinux packages manager for Porteus

Post#551 by beny » 19 Feb 2020, 11:42

for the touchpad try this on porteus conf in the append line: i8042.nopnp initcall_blacklist=dw_i2c_init_driver, for my system work after i have removed the usb mouse, only this issue on the systemctl,
● systemd-backlight@backlight:acpi_video0.service loaded failed failed Load/Save Screen Backligh

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

ArchLinux packages manager for Porteus

Post#552 by neko » 20 Feb 2020, 07:51

@beny
Thank you for useful advice.
I added the entry including your kernel options in boot config file of APorteus-XFCE_it-v20.02.20-x86_64.iso.


Thanks.

-----------------------------------------------
[kernel boot parameter]
https://www.kernel.org/doc/Documentatio ... meters.txt

(1) i8042.nopnp
https://unix.stackexchange.com/question ... -of-ubuntu

(2) initcall_blacklist=dw_i2c_init_driver
https://unix.stackexchange.com/question ... s-a-module
(for Japanese) https://tutorialmore.com/questions-299987.htm

-------------------------------------------------------
Examples of XFCE desktop ISO that was created by "APorteus ISO builder"

==== Language: English and Italian (bilingual) ====

APorteus-XFCE_it-v20.02.20-x86_64.iso (1,081 M)
http://www.mediafire.com/file/lxsh65wbd ... x86_64.iso
md5sum: bbd690c8cd0cae54742122555ac02536 APorteus-XFCE_it-v20.02.20-x86_64.iso


Kernel version: 5.6-rc2
Packages version: the latest version at the time of creating ISO (2020.02.20).


Web browser:......chromium 80.0.3987.116-x86_64-1
Messanger:........pidgin, discord, skype64
Internet TEL:.....linphone
Sound & Video:....vlc 3.0.8-x86_64-9, SMPlayer, SMTube, audacity, ocenaudio, clementine
Graphic:..........gimp 2.10.16-x86_64-1, inkscape
Office:...........office (abiword, gnumeric)
Game:.............game (chess, sudoku, solitaire, etc.,), kpatience (card game)
Virtual PC:.......QEMU 4.2.0-x86_64-2
Build tool:.......devel (gcc-9.2.1+20200130-x86_64-2)


Note 1:
The base desktop is OPENBOX and it is accommodated by default.
The applications accommodated by default with this OPENBOX are as follows.
Web browser:......Netsurf
Mailer:...........sylpheed
Messanger:........hexchat
Internet:....transmission-gtk
Sound & Video:....mpv
Graphic:..........gpicview
PDF viewer:.......epdfview
Editor:...........geany, leafpad
File manager:.....pcmanfm, emelfm2
Terminal:.........xfce4-terminal
Misc:.............gparted, file-roller, gnome-screenshot, galculator, hardinfo, xfce4-taskmanager

Note 2:
Most recent version Web Browser can be gotten from GUI menu easy.
[System] ---> [Get Web Browser]

Note 3: "mpv starting with net radio"
The address (http://sky1.torontocast.com:9069/) of Japan's old JPOP is set as an example.
Please change it to your favorite internet radio address by editing /usr/share/applications/netradio.desktop.



Thanks.

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

ArchLinux packages manager for Porteus

Post#553 by neko » 20 Feb 2020, 11:45

Thank you for referring to this thread.

Suddenly, I will rest for a while.
I hope you can adjust and modify your own.

Good luck !!

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.

ArchLinux packages manager for Porteus

Post#554 by francois » 03 Apr 2020, 14:58

Hello neko. Is aporteus package manager is still working. I am trying to download and it seems that the download is corrupted. And is aporteus package manager runs on top of porteus 4.0 xfce4 desktop or do I have to use a completely different porteus installation.
Prendre son temps, profiter de celui qui passe.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

ArchLinux packages manager for Porteus

Post#555 by beny » 03 Apr 2020, 16:25

hi francois aporteus is an arch based system so i think slackware porteus is out of target..but you can try the last aporteus with a lot of preinstalled software is amazing...thanks to neko.

Post Reply