Page 3 of 10

Re: Bug reports

Posted: 10 Oct 2015, 05:08
by francois
1.0 /config/network

I addition to those option that were set stock within the network config file have enabled :
device=wired
devicename=enp3s0

At bootup, I cannot connect to internet. I still have to:
dhcpcd enp0s3

2.0 the pacman-settings.xzm module is in the /porteus/modules and it has no effect.

Thanks.

Re: Bug reports

Posted: 10 Oct 2015, 05:17
by brokenman
I made quite a few updates today (some were major) but am finished for the night now. Please pull the latest git and see if it works. I did find a typo in the network setup that meant the device name wasn't being passed to the config file, causing systemd-networkd to fail. I am working on a "nemesis network setup" script so you can manually connect. Tomorrow I have a wedding to attend so there will be few updates over the weekend. Thanks.

Regarding 2.0) I will check it out further tomorrow night.
Any arch users know why? I included the gnupg folder and the database files.

Re: Bug reports

Posted: 10 Oct 2015, 18:55
by francois
system shutdown randomly can take several minutes with the message:
a stop job is running for User Manager for

solution would be changing nginx.service (systemctl edit nginx) to:
https://bugs.archlinux.org/task/40322

Code: Select all

[Unit]
Description=A high performance web server and a reverse proxy server
After=network.target

[Service]
Type=simple
Restart=always
SyslogLevelPrefix=off
SyslogLevel=err
ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon off; error_log stderr;'
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGQUIT
KillMode=mixed

[Install]
WantedBy=multi-user.target

Re: Bug reports

Posted: 10 Oct 2015, 20:29
by brokenman
nginx is a web server that isn't installed. Is there any other information about what is holding up the shutdown? I have heard of this but never experienced it.

Re: Bug reports

Posted: 10 Oct 2015, 21:54
by francois
I have this problem at random, but regularly since I build arch linux. There are many reports but no clear solution except:
https://bugs.freedesktop.org/show_bug.cgi?id=70593
from:
https://bbs.archlinux.org/viewtopic.php?id=171766

What I did is a research on KillMode=mixed as proposed at the end of the first link. This is why I came with this nginx.service. Not very smart. :(

Re: Bug reports

Posted: 11 Oct 2015, 13:55
by beny
hi brokenman i can't use abs for make a custom nvidia driver because i can't login as user guest password guest not work return to login, any hint..

Re: Bug reports

Posted: 11 Oct 2015, 14:11
by brokenman
What I did is a research on KillMode=mixed as proposed at the end of the first link
Thanks. I will look into this if I can somehow reproduce it reliably.
because i can't login as user guest password guest not work return to login, any hint.
I am only working on 001 at the moment. Can you login as guest with only the 001 module and nothing above it?

Please understand that I won't be addressing bug reports for stage 002 directly until I reach this stage myself.

Re: Bug reports

Posted: 11 Oct 2015, 14:30
by beny
ok, arch it is new for me so i can waiting for.... thanks,

Re: Bug reports

Posted: 11 Oct 2015, 15:47
by francois
@beny:
There is an account for guest already. I have tried to get access control over guest with passwd guest. It does not work.

Here is a general reccomandation wiki to use arch linux with a first section on users and groups:
https://wiki.archlinux.org/index.php/Ge ... nistration

@brokenman:
Your message on working on the base system has been clearly understood by me. I will work more intensively on the base and config system, and incite others to do so. :wink:

Re: Bug reports

Posted: 11 Oct 2015, 16:46
by beny
hi francois for now i have the automatic internet connection at boot, i have installed also ranger another file manager and two web browser only txt,but it is strange not log in as guest or user you want,maybe we need to modify a systemd script? if yes i don't know which is...

Re: Bug reports

Posted: 11 Oct 2015, 18:59
by beny
hi brokenman you have used the 4.8 gcc i have the 5.2 gcc so the kernel compiler do not match if possible you have a devel of the 4.2.3-1 kernel or if i can put in the kernel source directly,i try to build video driver if i can.

Re: Bug reports

Posted: 11 Oct 2015, 23:57
by brokenman
I have tried to get access control over guest with passwd guest. It does not work.
I can log in to the guest account ok. From there I can also change password using: passwd guest
Are you saying you don't have this functionality?
beny wrote:hi brokenman you have used the 4.8 gcc i have the 5.2 gcc so the kernel compiler do not match if possible you have a devel of the 4.2.3-1 kernel or if i can put in the kernel source directly,i try to build video driver if i can.
I don't have a devel module for this kernel but I can supply the crippled kernel source which should work for compiling video drivers.

Re: Bug reports

Posted: 12 Oct 2015, 02:03
by francois
@brokenman:
I can log in to the guest account ok. From there I can also change password using: passwd guest
Are you saying you don't have this functionality?

I confirm that I am not able to boot guest.

Code: Select all

root ~ # sudo guest
sudo: unable to stat /etc/sudoers: Permission denied
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
root ~ # su guest
su: failed to execute /bin/bash: Permission denied
root ~ # 
What is the differences between crippled sources and linux-headers?

Re: Bug reports

Posted: 12 Oct 2015, 03:16
by brokenman
After booting into nemesis you should arrive at a login prompt. Here you can login as guest using standard porteus guest details. This is the standard procedure for logging in to any linux. If you logged in as root then you can su to guest using: su guest (su - guest will spit out a dbus error message).

Where are you running these commands from Francois? The prompt in nemesis reads: [root@nemsis ~]#
Yours is: root ~ #

Crippled kernel sources is the kernel kernel sources from which I built the kernel. They are required for building kernel related packages such as video drivers.
Kernel headers are here: https://www.archlinux.org/packages/test ... x-headers/

Re: Bug reports

Posted: 12 Oct 2015, 03:29
by francois
I could not copy paste the result of trying to login guest in command line outside of xorg. But it did not work for me with password=guest.

I just did it once again. The output is:

Code: Select all

login incorrect