Page 37 of 51

ArchLinux packages manager for Porteus

Posted: 13 Feb 2020, 09:26
by dZ0TFR
neko, sorry for offtopic. Aporteus is based on Archlinux, right? Archlinux is a frequently updated system. How often do you update modules?

ArchLinux packages manager for Porteus

Posted: 13 Feb 2020, 18:00
by raja
Errors..aporteus64-zstd

1)Networking disabled
2)Touchpad tap function not enabled.

ArchLinux packages manager for Porteus

Posted: 15 Feb 2020, 03:40
by neko
@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.

ArchLinux packages manager for Porteus

Posted: 15 Feb 2020, 03:40
by neko
@raja
Please upload the defective ISO for problem analysis.

Thanks.

ArchLinux packages manager for Porteus

Posted: 15 Feb 2020, 06:23
by dZ0TFR
neko, thanks.

ArchLinux packages manager for Porteus

Posted: 17 Feb 2020, 11:43
by raja
neko,

APorteus-MULT-v20.01.31-x86_64.iso

ArchLinux packages manager for Porteus

Posted: 17 Feb 2020, 14:54
by neko
@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.

ArchLinux packages manager for Porteus

Posted: 18 Feb 2020, 21:32
by beny
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

ArchLinux packages manager for Porteus

Posted: 19 Feb 2020, 04:34
by neko
@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.

ArchLinux packages manager for Porteus

Posted: 19 Feb 2020, 11:13
by beny
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,

ArchLinux packages manager for Porteus

Posted: 19 Feb 2020, 11:42
by beny
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

ArchLinux packages manager for Porteus

Posted: 20 Feb 2020, 07:51
by neko
@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.

ArchLinux packages manager for Porteus

Posted: 20 Feb 2020, 11:45
by neko
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 !!

ArchLinux packages manager for Porteus

Posted: 03 Apr 2020, 14:58
by francois
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.

ArchLinux packages manager for Porteus

Posted: 03 Apr 2020, 16:25
by beny
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.