Porteus-v5.01 bug reports

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
roadie
Full of knowledge
Full of knowledge
Posts: 426
Joined: 02 Jan 2011, 18:41
Distribution: Porteus v5.01.....PorteuX v1.4
Location: In the bush now

Porteus-v5.01 bug reports

Post#181 by roadie » 08 Aug 2024, 18:49

Getting this with the 20240801 core update and xzm2dir:

Code: Select all

root@porteus:/home/guest# cd /tmp
root@porteus:/tmp# ls *.xzm
001-core.xzm
root@porteus:/tmp# mkdir core
root@porteus:/tmp# xzm2dir 001-core.xzm core

Extract .xzm module to folder
Usage: xzm2dir moduleName.xzm [outputFolder]
Example: xzm2dir module.xzm
Example: xzm2dir module.xzm outputFolder

root@porteus:/tmp#

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

Porteus-v5.01 bug reports

Post#182 by ncmprhnsbl » 09 Aug 2024, 01:55

roadie wrote:
08 Aug 2024, 18:49
Getting this with the 20240801 core update and xzm2dir:
arrgh, somehow i put the opposite of what it should be :evil:
/opt/porteus-scripts/xzm2dir: line 7

Code: Select all

if [ "$1" == "" ] || [ "$1" == "-h" ] || [ "${1##*.}" == "xzm" ]; then
should be:

Code: Select all

if [ "$1" == "" ] || [ "$1" == "-h" ] || [ "${1##*.}" != "xzm" ]; then
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

reisub
White ninja
White ninja
Posts: 14
Joined: 18 Oct 2016, 16:27
Distribution: 3.2rc3
Location: America

Porteus-v5.01 bug reports

Post#183 by reisub » 26 Aug 2024, 23:34

Using the current Porteus updates, 001-core.xzm & 002-xorg.xzm, booting takes an hour , "cat /etc/porteus/*" doesn't work and nemo has theme problems.

Code: Select all

guest@porteus:~$ nemo

(nemo:2892): Nemo-WARNING **: 19:20:35.577: Current gtk theme is not known to have nemo support (Adwaita) - checking...

(nemo:2892): Nemo-WARNING **: 19:20:35.608: The theme appears to have no nemo support.  Adding some...

(nemo:2892): Nemo-WARNING **: 19:20:35.649: Action 'mount-archive.nemo_action' is missing dependency: /usr/lib/gvfs/gvfsd-archive

** (xed:2911): WARNING **: 19:20:53.472: Could not load theme icon user-home: Icon 'user-home' not present in theme Paper


cat /etc/porteus/*



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

Porteus-v5.01 bug reports

Post#184 by ncmprhnsbl » 27 Aug 2024, 01:56

reisub wrote:
26 Aug 2024, 23:34
Using the current Porteus updates, 001-core.xzm & 002-xorg.xzm, booting takes an hour , "cat /etc/porteus/*" doesn't work and nemo has theme problems.
can't reproduce here.
will need more information on you booting setup ie. cheatcodes, changes, extra modules and so on. (the nemo theme warnings are normal but the missing dep is odd to say to least)
please try in 'always fresh' mode if you havn't.
and what about: ls /etc/porteus or even ls /mnt/live/memory/images/*/etc/porteus
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

reisub
White ninja
White ninja
Posts: 14
Joined: 18 Oct 2016, 16:27
Distribution: 3.2rc3
Location: America

Porteus-v5.01 bug reports

Post#185 by reisub » 28 Aug 2024, 06:01

I redownloaded the 2 updates, 001-core.xzm & 002-xorg.xzm, I rebuilt the /porteus/base folder and the system boots normally, with my normal assortment of modules, nemo works fine and "cat /etc/porteus/*" works. :celebrate3: Not sure what happened before. :%)

Code: Select all

guest@porteus:~$ cat /etc/porteus/*
001-core.xzm:20240802
002-xorg.xzm:20240802
002-xtra.xzm:20240511
003-cinnamon.xzm:20231229
initrd.xz:20230923
guest@porteus:~$ 

Post Reply