Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Forced to update the old system
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 12, 13, 14, 15, 16  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Mon Mar 25, 2024 12:42 pm    Post subject: Reply with quote

ONEEYEMAN,

I'm starting to loose the plot. Can we have a self consistent view of your system please?

Code:
wgetpaste -c 'emerge --info'
wgetpaste -c 'emerge -pvND @world --backtrack=300'
wgetpaste  /var/lib/portage/world
wgetpaste -c 'cat /etc/portage/*/*'


Post the 4 URLs that you get back.
Code:
wgetpaste -c 'emerge -pvND @world --backtrack=300'
may take 5 or 10 minutes to complete. It tells portage to try really hard to find a dependency graph solution.
_________________
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
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Mon Mar 25, 2024 2:17 pm    Post subject: Reply with quote

Hi, guys,
So world and "GNOME+X+InkScape" is merged.

I rebooted and successfully logged in as myself.

Now trying to run GNOME, I get the following:

Code:

Closing log file.c: line58: twm: command not found/etc/X`11/xinit/xinitrc: line 62: exec: xterm: not found/etc/X11/xinit/xinitr
xauth: (argv):1:bad display name "WaylandGnome:0" in "remove" command


Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Mon Mar 25, 2024 2:32 pm    Post subject: Reply with quote

Hi,
And I did loose my network... ;-)
Which is kind of expected...

https://wiki.gentoo.org/wiki/Udev#Optional:_Disable_or_override_predictable_network_interface_naming, explains it for systemd but not for OpenRC...

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Mon Mar 25, 2024 3:27 pm    Post subject: Reply with quote

so what finally got things installed?

... and you are using systemd-udev now ...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Mon Mar 25, 2024 4:03 pm    Post subject: Reply with quote

Hi,
Yes.
emerge finished successfully (virtualbox omitted - not importnat right now)

And I guess I'm using that...

So now I need to restore network interfaces and get GNOME up and running.

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Tue Mar 26, 2024 4:23 am    Post subject: Reply with quote

Hi,
@eccerr0r,

How do I check what udev package I'm using?

And what do I do to fix the error on starting the GNOME?

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Tue Mar 26, 2024 7:34 am    Post subject: Reply with quote

you probably can see what package your udevadm belongs to...

$ equery belongs /bin/udevadm

and I don't know much about gnome. It seems like your display manager (gdm) might be set to the wrong default session, can you change the session to gnome somehow? Seems it's set to "xinit" or plain session at the moment.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
GDH-gentoo
Veteran
Veteran


Joined: 20 Jul 2019
Posts: 1537
Location: South America

PostPosted: Tue Mar 26, 2024 12:36 pm    Post subject: Reply with quote

And how did you start GNOME before removing it? If you relied on gui-libs/display-manager-init launching GDM, you need to put the corresponding service back in OpenRC's default runlevel.

Code:
# rc-update add display-manager default

_________________
NeddySeagoon wrote:
I'm not a witch, I'm a retired electronics engineer :)
Ionen wrote:
As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Tue Mar 26, 2024 4:08 pm    Post subject: Reply with quote

GDH-gentoo,
OK, thx,

What I need to do to restore the network?

Thank you.
Back to top
View user's profile Send private message
GDH-gentoo
Veteran
Veteran


Joined: 20 Jul 2019
Posts: 1537
Location: South America

PostPosted: Tue Mar 26, 2024 9:27 pm    Post subject: Reply with quote

Maybe systemd-udevd renamed the network interfaces.

Code:
$ ip link show

Does the output look right to you?
_________________
NeddySeagoon wrote:
I'm not a witch, I'm a retired electronics engineer :)
Ionen wrote:
As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Wed Mar 27, 2024 12:24 am    Post subject: Reply with quote

GDH-gentoo,

The output is:

Code:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisk noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlo1: <BROADCAST,MULTICAST>mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
    altname wlp2so


Thank you.
Back to top
View user's profile Send private message
flysideways
Guru
Guru


Joined: 29 Jan 2005
Posts: 437

PostPosted: Wed Mar 27, 2024 2:59 am    Post subject: Reply with quote

You may have already done this, but, make sure /etc/conf.d/display-manager has DISPLAYMANAGER="gdm". dispatch-conf annoyingly will always want to put xdm in place of gdm.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Wed Mar 27, 2024 5:21 am    Post subject: Reply with quote

Hi,
It is "gdm".

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Wed Mar 27, 2024 5:23 am    Post subject: Reply with quote

And I think right now the error comes from the X side...

Thank you.
Back to top
View user's profile Send private message
logrusx
Veteran
Veteran


Joined: 22 Feb 2018
Posts: 1539

PostPosted: Wed Mar 27, 2024 10:56 am    Post subject: Reply with quote

ONEEYEMAN wrote:
And I think right now the error comes from the X side...

Thank you.


If you think so you should share the log. Always think what will help your helper help you and provide it so they don't need to ask you and waste time they could have used to help you.

Best Regards,
Georgi
Back to top
View user's profile Send private message
GDH-gentoo
Veteran
Veteran


Joined: 20 Jul 2019
Posts: 1537
Location: South America

PostPosted: Wed Mar 27, 2024 12:09 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisk noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlo1: <BROADCAST,MULTICAST>mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
    altname wlp2so

So there's a wireless LAN interface (re)named wlo1 and no wired Ethernet network ports. Is that what you expected for your computer? What did you use for configuring the network before all this world update?
_________________
NeddySeagoon wrote:
I'm not a witch, I'm a retired electronics engineer :)
Ionen wrote:
As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Wed Mar 27, 2024 4:58 pm    Post subject: Reply with quote

Hi,
Yes, that's what I expected.
LO and WiFi interface, not wired one.

What do you mean "how I configured it"? I followed the Handbook.

Thank you.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Wed Mar 27, 2024 7:24 pm    Post subject: Reply with quote

ONEEYEMAN,

The handbook covers several ways to set up wifi. Which did you use?
A link to the handbook section would be good.

Your wifi appears to be called wlo1 but that's not a name that the handbook would use.
The handbook uses whatever udev renames wlan0 to be
_________________
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
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Wed Mar 27, 2024 11:45 pm    Post subject: Reply with quote

Hi,
I think I followed this.

I can probably do the same now...

Thank you.
Back to top
View user's profile Send private message
GDH-gentoo
Veteran
Veteran


Joined: 20 Jul 2019
Posts: 1537
Location: South America

PostPosted: Thu Mar 28, 2024 3:20 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
What do you mean "how I configured it"? I followed the Handbook.

I mean, do you use net-misc/netifrc, for example? If yes, these commands should have a nonempty output:

Code:
$ ls -l /etc/runlevels/default/net.*
$ ls -l /etc/init.d/net.*
$ ls /etc/conf.d/net* # without the dot here

_________________
NeddySeagoon wrote:
I'm not a witch, I'm a retired electronics engineer :)
Ionen wrote:
As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Fri Mar 29, 2024 3:29 am    Post subject: Reply with quote

GDH-gentoo,
All of them have a non-empty output.

The first one have:

Code:

/etc/runlevels/default/netmount -> /etc/init.d/netmount
/etc/runlevels/default/net.wlan0 -> /etc/init.d/net.wlan0


The second is:

Code:

/etc/init.d/net.lo
/etc/init.d/net.wlan0 -> net.lo


The third is:

Code:

/etc/conf.d/net
/etc/conf.d/netmount
/etc/conf.d/net-online


Thank you.
Back to top
View user's profile Send private message
Plus!
n00b
n00b


Joined: 04 Mar 2008
Posts: 15

PostPosted: Fri Mar 29, 2024 12:14 pm    Post subject: Reply with quote

(original post: https://forums.gentoo.org/viewtopic-p-8820329.html#8820329)

Quote:

Old version of binutils activated! pciutils -3.10.0 cannot be built withan old version
Please follow this steps:

1. Select a newer binutils (>= 2.37) using binutils-config
(if no such version is installed, run emerge -v1 sys-devel/binutils)
2. Run: . /etc/profile
3. Try emerging again with: emerge -v1 sys-apps/pciutils-3.10.0
4. Complete your world upgrade if you wee performing one.
5. Perform a depclean (emerge -acv)
You must DEPCLEAN after every world upgrade in the future


It looks like a bug.
Shouldn't the pciutils ebuild list binutils (>= 2.37) as a dependency?
Back to top
View user's profile Send private message
Plus!
n00b
n00b


Joined: 04 Mar 2008
Posts: 15

PostPosted: Fri Mar 29, 2024 1:00 pm    Post subject: Reply with quote

eccerr0r wrote:
Well, hope this goes through and we have proof that it's possible to update an almost 4-year old install! :D


BTW, I am in the process of upgrading from 2021-09 snapshot to the current one. I do not expect any major bummers, since
2-2.5 years is a typical upgrade interval for me.

Quote:

Total: 1033 packages (833 upgrades, 3 downgrades, 145 new, 15 in new slots, 37 reinstalls, 18 uninstalls), Size of downloads: 3,531,759 KiB
Conflict: 41 blocks


IMHO, the complexity of an upgrade is more dependent on the number of packages.
Usually I install non-system and X11 apps inside the LXC-container and have a separate upgrade schedule for packages installed on hardware and containerized ones.
Back to top
View user's profile Send private message
GDH-gentoo
Veteran
Veteran


Joined: 20 Jul 2019
Posts: 1537
Location: South America

PostPosted: Fri Mar 29, 2024 2:15 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
The first one have:

Code:
...
/etc/runlevels/default/net.wlan0 -> /etc/init.d/net.wlan0

The second is:

Code:
/etc/init.d/net.lo
/etc/init.d/net.wlan0 -> net.lo

The third is:

Code:
/etc/conf.d/net
...

You are using netifrc. Interface wlan0 is now named wlo1, so you either:

a) Add a net.ifnames=0 parameter to the kernel command line using your bootloader, so that the wireless LAN interface is named wlan0 again, or
b) Adjust the netifrc configuration to refer to the wireless LAN interface as wlo1.

What do you want to do?
_________________
NeddySeagoon wrote:
I'm not a witch, I'm a retired electronics engineer :)
Ionen wrote:
As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Fri Mar 29, 2024 3:05 pm    Post subject: Reply with quote

GDH-gentoo,
I guess it is time to learn the GRUB2 configuration files... ;-)

I will see where is the kernel command there and adjust it accordingly.

Thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2, 3 ... 12, 13, 14, 15, 16  Next
Page 13 of 16

 
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