Porteus Nemesis v3.2 BUG REPORTS

Arch based Porteus community project

Moderator: M. Eerie

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

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#31 by ncmprhnsbl » 17 Nov 2015, 04:51

this is not making it to pacman-settings.xzm:
/var/lib/pacman/local/ALPM_DB_VERSION
i added it manually and this fixes the repeated pacman-db-upgrade requests..(after reboot)

ssl cert problem with pacaur...

Code: Select all

root /home/guest # pacaur -s adwaita
error: [adwaita]: Problem with the SSL CA cert (path? access rights?)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#32 by aus9 » 17 Nov 2015, 07:41

@ncmprhnsbl

I guess you have no problems with reboot for a HD install. Can you share any tips on why yours is OK while mine is hanging on reboot?
Last edited by aus9 on 17 Nov 2015, 08:15, edited 1 time in total.

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#33 by aus9 » 17 Nov 2015, 08:05

minor bug
unsquashed the core XZM and starting to look at MC at possible broken links etc

Here is one for you to consider
good sym link ...../usr/bin/iptables sym links to xtables-multi
bad link /usr/bin/iptables-xml sym links to /usr/bin/xtables-multi
IMHO it should be

Code: Select all

cd usr/bin
rm -rf iptables-xml
ln -s xtables-multi iptables-xml

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#34 by aus9 » 17 Nov 2015, 08:15

probable bug shared objects not 755
not a bug contents removed
Last edited by aus9 on 18 Nov 2015, 23:30, edited 1 time in total.

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#35 by aus9 » 17 Nov 2015, 08:29

missing file, broken sym links and possible improve sym link for ssl

unsquashed core XZM with snip

Code: Select all

root@asus:/tmp/squashfs-root/etc/ssl# ls -al cert*
lrwxrwxrwx 1 root root   46 Nov 17 15:47 cert.pem -> ../ca-certificates/extracted/tls-ca-bundle.pem

certs:
lrwxrwxrwx 1 root root   17 Nov 17 15:47 ca-certificates.crt -> /etc/ssl/cert.pem

ls -al ../ca-certificates/extracted/
#### bundle pem not found

root@asus:/tmp/squashfs-root/etc/ssl/certs# ls -al *
lrwxrwxrwx 1 root root   17 Nov 17 15:47 ca-certificates.crt -> /etc/ssl/cert.pem
but because the original file is missing we have 2 broken sym links IMHO

possible rebuild sym link commands

After you put the real file in /etc/ca-certificates/extracted/tls-ca-bundle.pem

Code: Select all

cd etc/ssl/certs
ln -s ../../ca-certificates/extracted/tls-ca-bundle.pem  ca-certificates.crt
and the use of ../ ../ makes it more likely to troubleshoot broken sym links on unsquash?

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#36 by aus9 » 17 Nov 2015, 08:38

and I don't want to pretend I know more than you so will flog a dead horse only one more time.

unsquashed core XZM with snip and looking at MC

Code: Select all

ls -al etc/systemd/system/default*
lrwxrwxrwx 1 root root 41 Nov 17 15:47 etc/systemd/system/default.target -> /usr/lib/systemd/system/multi-user.target
# original file exists OK but try this instead??
cd etc/systemd/system
rm -rf default.target
ln -s   ../../../usr/lib/systemd/system/multi-user.target default.target

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#37 by aus9 » 17 Nov 2015, 10:43

probable bug more shared objects not 755
not a bug contents removed
Last edited by aus9 on 18 Nov 2015, 23:31, edited 1 time in total.

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#38 by aus9 » 17 Nov 2015, 10:45

probable bug more shared objects not 755
not a bug contents removed
Last edited by aus9 on 18 Nov 2015, 23:31, edited 1 time in total.

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

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#39 by ncmprhnsbl » 17 Nov 2015, 10:49

as touched on by aus9>
ssl problem:

Code: Select all

 #ls /etc/ca-certificates/extracted/
*nothing*
you may have inadvertantly stripped the certs?
reinstalling ca-certificates-cacert gives:

Code: Select all

# ls /etc/ca-certificates/extracted/
ca-bundle.trust.crt  cadir  email-ca-bundle.pem  objsign-ca-bundle.pem  tls-ca-bundle.pem
removes the ssl error > pacaur now searches

@aus9 ..... i've only tested using install to usb(4gigflash stick?thumbdrive?)
one partition(ext4) using syslinux(via installer)
havnt had much exprience with grub..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#40 by aus9 » 17 Nov 2015, 10:59

@ncmprhnsbl

Yes but you are way ahead of me, because you seem to be able to reboot without hanging at kernel message screen while I am lost in the electrical ether :D

Can you reveal your boot or cheat code please?

Code: Select all

cat /proc/cmdline
thanks in advance

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

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#41 by ncmprhnsbl » 17 Nov 2015, 11:20

did you see this post?:
http://forum.porteus.org/viewtopic.php? ... =15#p38930

as simple as it gets:

Code: Select all

quiet initrd=initrd.xz BOOT_IMAGE=vmlinuz
might lose the quiet tho.... :)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#42 by aus9 » 17 Nov 2015, 11:32

thanks I will give that a shot.

Yes I did see that post, but I am a kind of changes cheatcode type and failed to recognise the significance in the way you have
---I am a good blonde :D

thanks again......EDIT

Yep back in, hd boot up is nice and fast.

I have a FF unpacked on my partition so I get to forum with my fav browser by running
/mnt/sda3/1bak/firefor/firefox

restore bookmarks from same backup folder

thanks again
Last edited by aus9 on 17 Nov 2015, 11:46, edited 1 time in total.

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#43 by aus9 » 17 Nov 2015, 11:41

possible bug unsure

unsquashed core XZM

/etc/arch-release is an empty file
maybe it should sym link to usr/lib/os-release that has this contents?
NAME="Arch Linux"
ID=arch
PRETTY_NAME="Arch Linux"
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#44 by aus9 » 17 Nov 2015, 11:53

slightly offtopic edit I lied....rebooted and module is already activated

Now that I have a way to boot up, sorry for taking so long but needed help by ncmprhnsbl
I speed up my changes by this command

Code: Select all

su
activate $MODDIR/pacman-settings.xzm 
 Success. 
EXIT="OK"
Which I think is weird.
Nemesis is already defining my old changes MODDIR and has already activated my pacman settings

that is good but not what I was expecting!

aus9

Re: Porteus Nemesis v3.2 BUG REPORTS

Post#45 by aus9 » 17 Nov 2015, 12:18

slightly offtopic but exciting news

OK just looked at my porteus(nemesis) changes folder and its still got my root passwd file change in etc/shadow
but su to root is still using toor.

I rebooted with my inxi XZM in modules and its loading

therefore, if you make a XZM with any changes you need and put it in modules dir, it should carry over on reboot.

I will try this now to resolve my usb kb and mouse, but can't promise I will have it resolved tonite

I will sacrifice a beer to appease the Porteus gurus

Locked