Bug reports

Arch based Porteus community project

Moderator: M. Eerie

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Bug reports

Post#16 by brokenman » 07 Oct 2015, 14:57

Updated 000-kernel.xzm with more firmware. Added substantial size to ISO. From 72Mb to 92Mb. Worth stripping more?
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Bug reports

Post#17 by francois » 08 Oct 2015, 02:16

1.0 I have been able to build on the base system xorg-server and xfce4. Booting with startxfce4 leads in the X enronment in xfce. Everything will work except chromium --no-sandbox --user-data-dir (I work in root mode). Only chromium is available on archlinux.
http://forum.porteus.org/viewtopic.php?f=48&t=5074
However, I was not able to reboot with the use of the modules built from xorg-server and xfce4 with pman. The error comes from xorg. How can I store the error message in a file.txt.

Code: Select all

startxfce4 > xorg-error.txt

will not store the error but only the following text:
/usr/bin/startxfce4: Starting X server

2.0 I have tried persistence with:
changes=EXIT:/64bit_v31_nemesis

This will not work as in porteus and as in porteus/arch sensei

Thanks.
Prendre son temps, profiter de celui qui passe.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Bug reports

Post#18 by brokenman » 08 Oct 2015, 19:00

> /path/to/file.txt will store only STDOUT (standard output) while 2> will store STDERR (error output). You can send both to a file using: >> /path/to/file.txt 2>&1

This sends STDOUT (1) to a file and redirects STDERR (2) to (1). Keep in mind that I am focusing on stage 001 at the moment so won't really be able to give much input until I arrive at stage 002.
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Bug reports

Post#19 by francois » 08 Oct 2015, 19:13

Thanks.

@brokenman:
What kind of testing are you looking for with the base system? Or what kind of info would you like?
Prendre son temps, profiter de celui qui passe.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Bug reports

Post#20 by brokenman » 08 Oct 2015, 21:12

There is a config folder in the root of the installation media. Would be nice to thoroughly test settings here. Network first, then modules. I haven't included services yet but will do so soon. Can you think of any other config files that would be good to have in here?
How do i become super user?
Wear your underpants on the outside and put on a cape.

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

Re: Bug reports

Post#21 by ncmprhnsbl » 08 Oct 2015, 21:47

fresh built in porteus installed to usb, by copying from iso dir and running p\\installer.com
snappier boot
no network still (uncommented wired in config)

Code: Select all

 journalctl|grep network
Oct 07 23:54:53 nemesis systemd[1]: Listening on networkd rtnetlink socket.
Oct 07 23:54:53 nemesis systemd[1]: Starting Setup network...
Oct 07 23:54:53 nemesis systemd[1]: Started Setup network.
Oct 07 23:54:54 nemesis systemd-networkd[555]: Could not connect to bus: Permission denied
Oct 07 23:54:54 nemesis systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=1/FAILURE
Oct 07 23:54:54 nemesis systemd[1]: systemd-networkd.service: Unit entered failed state.
systemctl start dhcpcd (<<bug in read me says "systemctl dhcpcd start"}
works now... with this message(part):

Code: Select all

(pkttykitagent:843) ....
Error registerin authentication agent: GDBus,Error. : org.freedesktop.DBus.Error.ServiceUnknown: the name org.freedesktop.PolicyKit1 was not provide by any .service files (g-dbus-error-quark, 2)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Bug reports

Post#22 by francois » 08 Oct 2015, 23:04

I have proof read the two config files:

modules config.
-the file is incomplete, there is no variable for module location:
### This is the location that you want the porteus modules copied to
### when they are converted from installed packages. This option
### requires Convert2Module=yes
***no variable or information here****
Prendre son temps, profiter de celui qui passe.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Bug reports

Post#23 by brokenman » 09 Oct 2015, 02:58

Added support for custom module storage.
Added support for merging modules.

See the live changes here.
http://forum.porteus.org/viewtopic.php?f=137&t=5088
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Bug reports

Post#24 by brokenman » 09 Oct 2015, 03:05

@ncmprhnsbl
I assume you are pulling the latest git.
After booting can you please show the output of:

Code: Select all

ls /etc/dbus-1/systemd /usr/share/dbus-1/system-services
I added polkit some time ago. Thanks for testing.
How do i become super user?
Wear your underpants on the outside and put on a cape.

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

Re: Bug reports

Post#25 by ncmprhnsbl » 09 Oct 2015, 07:46

using version after e8600e8 commit (firmware update) ... dont think the updates after should matter..
will rebuild and retest..
heres the output : ( i assume you meant /etc/dbus-1/system.d)

Code: Select all

/etc/dbus-1/system.d:
avahi-dbus.conf
org.freedesktop.hostname1.conf
org.freedesktop.import1.conf
org.freedesktop.locale1.conf
org.freedesktop.login1.conf
org.freedesktop.machine1.conf
org.freedesktop.network1.conf
org.freedesktop.PolicyKit1.conf
org.freedesktop.resolve1.conf
org.freedesktop.systemd1.conf
org.freedesktop.timedate1.conf

/usr/share/dbus-1/system-services:
org.freedesktop.Avahi.service
org.freedesktop.hostname1.service
org.freedesktop.import1.service
org.freedesktop.locale1.service
org.freedesktop.login1.service
org.freedesktop.machine1.service
org.freedesktop.network1.service
org.freedesktop.PolicyKit1.service
org.freedesktop.resolve1.service
org.freedesktop.systemd1.service
org.freedesktop.timedate1.service
looks in order...
will rebuild and retest using latest git pull..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

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

Re: Bug reports

Post#26 by beny » 09 Oct 2015, 13:28

hi, two things if someone have trouble with login due to noveau,after make the changes directory copy on /etc the modprobe.d folder with the noveau blacklist script and we can login,
pman script when convert the modules make a lot with 0 weight fake modules when converting to xzm,in a multiple downloads session.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Bug reports

Post#27 by brokenman » 09 Oct 2015, 13:58

Thanks Beny. Can you give me an example to test?
How do i become super user?
Wear your underpants on the outside and put on a cape.

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

Re: Bug reports

Post#28 by beny » 09 Oct 2015, 14:05

hi brokenman xorg-server and xorg-utils, to manage file i have installed midnight commander

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

Re: Bug reports

Post#29 by ncmprhnsbl » 09 Oct 2015, 21:17

beny wrote:pman script when convert the modules make a lot with 0 weight fake modules when converting to xzm,in a multiple downloads session.
had a quick look at my xorg(all) modules(171!), and there are a few 4.0 kb mods... but extracting one , eg. inputproto, and looking at /var/lib/pacman/local/inputproto.../files
it looks like its a development package, just headers and docs, so it is stripped to next to nothing...
ultimately the xorg module would be built like core, and all(some) of these headers would end up in dev.xzm ... i guess..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Bug reports

Post#30 by brokenman » 09 Oct 2015, 23:56

Yes, all proto packages are dev packages.

I've just pushed a large update where I converted all porteus strings to nemesis strings. I am expecting some breakage. Hold tight while I sort it out.
I also added midnight commander to 001.

I am not looking at 002-xorg yet. I want to focus on getting the base solid first. Feel free to go ahead and start building xorg, you may find and fix things that will save me time when I arrive at stage 002.
How do i become super user?
Wear your underpants on the outside and put on a cape.

Locked