Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo Install
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Tonic3
n00b
n00b


Joined: 23 Oct 2018
Posts: 23

PostPosted: Sun Oct 28, 2018 12:00 pm    Post subject: Reply with quote

Here is the configs.c file from /usr/src/linux/kernel:

http://bpaste.net/show/b5b85a848704
_________________
Why hide missing steps, you could trip and fall.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Sun Oct 28, 2018 12:34 pm    Post subject: Reply with quote

Tonic3,

Fight on. You are just dipping a toe in the water now. Such a struggle with wired networking is unusual.
Reinstalling won't fix anything and you won't learn anything either. That's not how source based distros work.

There is no harm in having both systemd and openRC installed side by side. You can even switch between them at boot time.
While thats interesting, its clearly not part of your network problem now.

There are several stage3 tarballs. Todays list is current-stage3-amd64
Note that they are all OpenRC based. All the systemd stage3s have systemd in their name.

I don't think its your kernel. If it was, the error would be permanent.

Recycle the power and check your network connection. If it fails, save dmesg to a file.
Code:
dmesg > dmesg.nonet.txt

Make the network work.
Pastetbin dmesg.nonet.txt so we can see what happened and pastebin the dmesg now too, that might show what changed.

Lastly, post the output of
Code:
rc-update -v show
.

If you can't make it fail, continue with your install and come back to this.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Oct 28, 2018 12:36 pm    Post subject: Reply with quote

reference https://wiki.gentoo.org/wiki/Dhcpcd
suggest you post or pastebin the output of rc-update show and rc-status|
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Tonic3
n00b
n00b


Joined: 23 Oct 2018
Posts: 23

PostPosted: Sun Oct 28, 2018 2:21 pm    Post subject: Reply with quote

Here are the dmesg before and after files:

http://bpaste.net/show/37655af49b63

http://bpaste.net/show/62874aaca71f

I can't get a wgetpaste of the output of the rc-update show command. I have tried:

wgetpaste -c 'rc-update

and

wgetpaste -u 'rc-update'

both come back with errors. Any other command I could try for posting command outputs for you, thanks.
_________________
Why hide missing steps, you could trip and fall.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Sun Oct 28, 2018 2:32 pm    Post subject: Reply with quote

Tonic3,

Code:
$ wgetpaste -c 'rc-update -v show'
Your paste can be seen here: https://paste.pound-python.org/show/6FgG1eGJ3xy3MuaZ3UeZ/
works for me.

Your dmesg pastebins are identical. There is nothing helpful there.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Tonic3
n00b
n00b


Joined: 23 Oct 2018
Posts: 23

PostPosted: Sun Oct 28, 2018 2:33 pm    Post subject: Reply with quote

Basically, only three words appear in the rc-update show command table list, boot, default and sysinit:

Code:
binfmt  boot
bootmisc  boot
cgroups  sysinit
cronie  default
devfs  sysinit
dmesg  sysinit
fsck  boot
hostname  boot
hwclock boot
keymaps  boot
killprocs  shutdown
kmod-static-nodes  sysinit
local  default nonetwork
localmount  boot
loopback  boot
modules  boot
mount-ro  shutdown
mtab  boot
net.eno1  default
netmount  default
procfs  boot
root  boot
savecache  shutdown
sshd  default
swap  boot
sysctl  boot
sysfs sysinit
sysklogd  default
termencoding  boot
udev  sysinit
udev-trigger  sysinit
urandom  boot


[Moderator edit: added [code] tags to preserve output layout, although most of the layout seems to have been missing before I started. -Hu]
_________________
Why hide missing steps, you could trip and fall.
Back to top
View user's profile Send private message
Tonic3
n00b
n00b


Joined: 23 Oct 2018
Posts: 23

PostPosted: Sun Oct 28, 2018 2:38 pm    Post subject: Reply with quote

rc status output shows:

Code:
* rc is deprecated, please use openrc instead   and
* status:  not a valid runlevel


First comment is starred yellow, second is starred red.

[Moderator edit: added [code] tags to preserve output layout. -Hu]
_________________
Why hide missing steps, you could trip and fall.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Oct 28, 2018 2:48 pm    Post subject: Reply with quote

rc-status not rc status
have you emerged netifrc in support of gentoo style networking?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Tonic3
n00b
n00b


Joined: 23 Oct 2018
Posts: 23

PostPosted: Sun Oct 28, 2018 2:54 pm    Post subject: Reply with quote

I'm such a nugget, sorry:

Runlevel: default
Code:
sysklogd
sshd
cronie
net.eno1
netmount
local
Dynamic Runlevel:  hotplugged
Dynamic Runlevel:  needed/wanted
Dynamic Runlevel:  manual

sysklogd down to local are all showing started in brackets on the right.

[Moderator edit: added [code] tags to preserve output layout. -Hu]
_________________
Why hide missing steps, you could trip and fall.
Back to top
View user's profile Send private message
Tonic3
n00b
n00b


Joined: 23 Oct 2018
Posts: 23

PostPosted: Sun Oct 28, 2018 2:57 pm    Post subject: Reply with quote

I emerged netifrc at install yes
_________________
Why hide missing steps, you could trip and fall.
Back to top
View user's profile Send private message
Tonic3
n00b
n00b


Joined: 23 Oct 2018
Posts: 23

PostPosted: Sun Oct 28, 2018 3:10 pm    Post subject: Reply with quote

The syslogd errors seem to have gone :D :D :D
_________________
Why hide missing steps, you could trip and fall.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum