-
Posts
294 -
Joined
-
Last visited
-
Days Won
11
palica last won the day on September 8 2022
palica had the most liked content!
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
palica's Achievements
-
jefebromden reacted to a post in a topic:
How do I ask a good question?
-
donghodantuong reacted to a post in a topic:
How do I ask a good question?
-
ennui reacted to a post in a topic:
2nd Generation Funtoo Compute Infrastructure and Plan Upgrades
-
2nd Generation Funtoo Compute Infrastructure and Plan Upgrades
palica replied to drobbins's topic in Funtoo Hosting
@ennui sorry don't have access to funtoo infrastructure anymore. you'll have to wait for drobbins to answer this one. -
probably missing ipv6 connectivity on the second one
-
well, lxd init should actually propose to create a lxdbr0 interface that will be used for network inside containers. if you have missed or skipped that part I recommend to go back and try again as it is the easiest thing to do. so basically you need a bridge interface in the host so the containers can attach to it and you should get internet through your host. if you need any help contact me on IRC
-
rm -rf /var/git/meta-repo ego sync
-
Tool or cmd to query available kit branches and stabilities?
palica replied to sibok's question in Portage Help
most of the stuff gets announced https://forums.funtoo.org/forum/5-news-and-announcements/ available are always only the branches that are part of the release. 1.3-release is now release as beta quality. so test it out and report any bugs that you encounter. some of the branches get named after the release some are named after the version of the software they are incorporating like kde-5.12 gnome-3.26 perl-5.26 python-3.7 ... and others just have many different software and are simply named 1.3-release. there is no other description visible using currently available funtoo tools. stability can be found here: https://github.com/funtoo/kit-fixups/blob/master/modules/fixups/foundations.py#L5-L12 class KitStabilityRating(Enum): PRIME = 0 # Kit is enterprise-quality NEAR_PRIME = 1 # Kit is approaching enterprise-quality BETA = 2 # Kit is in beta ALPHA = 3 # Kit is in alpha DEV = 4 # Kit is newly created and in active development CURRENT = 10 # Kit follows Gentoo currrent DEPRECATED = 11 # Kit is deprecated/retired switching to kde-kit from 1.3-release while still on 1.2-release will fail when doing ego sync, but can be done manually (although not recommended and definitely not supported). You could manually switch to kde-kit from 1.3-release by checking out the appropriate sha hash of the commit as listed here: https://github.com/funtoo/meta-repo/blob/1.3-release/metadata/kit-sha1.json but this has to be done after every ego sync. -
palica reacted to an answer to a question:
Tool or cmd to query available kit branches and stabilities?
-
Tool or cmd to query available kit branches and stabilities?
palica replied to sibok's question in Portage Help
thank you for your positive and friendly answers. I explained to you that 1.3-release branches will show up once you switch to 1.3-release, 5.12-prime is there from 1.2-release and master branch is a remnant of 1.0-release (at that time called 1.0-prime) here are the definitions that are used for kit generation, maybe that will answer your question https://github.com/funtoo/kit-fixups/blob/master/modules/fixups/foundations.py there is not a simple way of switching to a different branch of a kit (1.3-release for kde-kit) without actually switching the whole release = all kits to the 1.3-release. from the user perspective you should edit /etc/ego.conf and add in [global] section release = 1.2 (1.3) and perform ego sync ego will then switch the kit branches for you. There is a reason you cannot see all branches of a kit on a single release as these are untested and will probably not work. if there are multiple branches supported they are listed in ego kit list output and they can be switched using /etc/ego.conf with a value for example xorg-kit=1.20-release inside [kits] section. if you want to go your own way (switching a single kit to a different branch that is not supported for a given release) - you will probably not receive any official help from funtoo. (and definitely not from me ? ) -
sibok reacted to an answer to a question:
Tool or cmd to query available kit branches and stabilities?
-
Tool or cmd to query available kit branches and stabilities?
palica replied to sibok's question in Portage Help
so you looked at github and explored git locally - no sign of ego kit list here. You wonder if there is a way to do it with ego or any funtoo specific command -> ego kit list 1.3-release will show once you switch to 1.3-release in ego.conf [global] release = 1.3 the stability tag: current - tracking gentoo prime - somehow seen as good for production anything else - alpha, beta, dev => not good for production if you are not a developer -
Tool or cmd to query available kit branches and stabilities?
palica replied to sibok's question in Portage Help
~ ❯❯❯ ego kit list kit is active? branch stability core-kit active 1.2-prime prime core-hw-kit active master current security-kit active 1.2-prime prime xorg-kit 1.17-prime prime active 1.19-prime prime 1.20-release dev gnome-kit active 3.20-prime prime 3.26-prime prime kde-kit active 5.12-prime prime media-kit active 1.2-prime prime perl-kit active 5.24-prime prime python-modules-kit active master current python-kit active 3.6-prime prime php-kit active master current java-kit active 1.2-prime prime ruby-kit active 1.2-prime prime haskell-kit active 1.2-prime prime ml-lang-kit active 1.2-prime prime lisp-scheme-kit active 1.2-prime prime lang-kit active 1.2-prime prime llvm-kit active 1.2-prime prime master dev dev-kit active 1.2-prime prime xfce-kit active 4.12-prime prime desktop-kit active 1.2-prime prime editors-kit active master current net-kit active master current text-kit active master current science-kit active master current games-kit active master current nokit active master current NOTE: This information comes from /etc/ego.conf and meta-repo metadata. After making changes to ego.conf, be sure to run ego sync in so that the individual kit repositories on disk are synchronized with the kit branches shown above. -
open a bug report on bugs.funtoo.org
-
no problem, glad we sorted it out.
-
there is no stable anymore try ./ego profile build current and try to resume from there
-
well actually he is using live master of ego can you from cloned ego folder do "ego profile "
-
https://forums.funtoo.org/notifications/options/
