Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Oleg Vinichenko

Members
  • Posts

    619
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Oleg Vinichenko

  1. As said earlier setting too explicit flags can only benefit if package can utilize the exact instruction. For example the only one package in entire tree explicitly use pclmul instruction, dev-libs/gf2x it has IUSE_CPU_FLAGS=" pclmul sse2 sse3 sse4_1 ssse3", which then has use_enable cpu_flags_x86_pclmul pclmul for the configure phase. Whether any other ebuilds in tree can use this instruction is unknown. Same is applicable to other less frequently used instructions. In most cases the flags will be ignored.
  2. is app-emulation/virtualbox-guest-additions really at version 5.2.20?
  3. what version of virtualbox-guest-additions installed?
  4. what version of virtualbox-guest-additions?
  5. The dep can look like (probably): RDEPEND="$(python_gen_cond_dep 'dev-python/configparse[${PYTHON_USEDEP}]' 'python2*')"
  6. Yes, you can add dependency for the python2.7 case
  7. configparser is a standart module (shipped in python) since version 3.2, if you are using python lesser than 3.2 version, then you need to set a standalone configparser ebuild. You can skip this dep.
  8. xfce-4.13 release has been moved to the 1.3-release later
  9. Hi, everyone! X.Org security update now available with version 1.19.3-r3. By default xorg-server ebuild installs the /usr/bin/Xorg binary with suid . In 1.19 it was found a regression which allowed a privilege escalation. This is now fixed with patch. More details can be found here: https://www.mail-archive.com/xorg-announce@lists.x.org/msg01138.html A notice on suid USE flag. By default this USE flag is enabled and with unpatched xorg-server there is a security risk. Upstream recommendation is to disable suid USE. This can be achieved by: echo "x11-base/xorg-server -suid" >> /etc/portage/package.use emerge -1 xorg-server This will work in most cases, when login managers are used, such as GDM or similar. In case you are starting the X via xinit or startx, disable of suid USE may impact the X start. You can leave the suid USE turned on, as xorg-server has the vulnerability fix applied.
  10. is your account update to use 2FA? Please, try with https://auth.funtoo.org/login
  11. pam-1.3.0-r3 update provides better values for maximum open files in /etc/security/limits.conf. This is good values on modern systems. However it was found that pam_limits.so that actually setting the limits has bug that occurs in LXD containers, which results in incorrect limits handle. As a consequence, after reboot of containers SSH connection can be terminated. We will fix pam_limits.so soon, so that it will correctly handle limits inside containers. In the mean time, DO NOT UPDATE /etc/security/limits.conf inside LXD containers. LXD containers should have NO limits set in /etc/security/limits.conf until we have fixed the upstream bug.
  12. try with: mv /var/git/meta-repo /var/git/meta-repo.old ego sync
  13. open terminal emulator, then, there run opera and look what you getting
  14. Notice on sys-boot/grub. For runtime functionality of boot-update, grub2 must be explicitly installed. Please, proceed with: # emerge grub It will be in your world file and will not be removed with emerge --depclean. Installation guide has this covered. https://www.funtoo.org/Install/Bootloader
  15. you will need to clean-up your /etc/ego.conf please, share this file
  16. it is very likely installed without X use flag enabled, for desktops system you need to enable desktop profile, which can be achieved by epro flavor desktop this way gdk-pixbuf will be merged with X use. Ultimately lxpanel must depend on gdk-pixbuf[X], which is perhaps it missing.
  17. ego-2.6.0 released with lot of fixes. This version now also incorporates the boot-update, which was previously a standalone package. To update to new version of ego following steps required: # ego sync # emerge --deselect boot-update # emerge -auDN @world
  18. i installed noto-cjk few days back, by coincidence to this problem, and tarball was above 300Mb. For such problems, yes. bugs.funtoo.org is the most appropriate place for report.
  19. pgadmin4-3.3 latest upstream version now added. This version has a helper binary pgAdmin4-web, to start the web server, which can be accessed with browser by 127.0.0.1:5050 by default. Default PATH for pgadmin's STORAGE, SQLITE cache and other are now created in ~/.pgadmin directory in your /home/username.
  20. Hi, dear Funtoo users! XFCE 4.13-release available for testing. Currently not default and requires following steps to update. In /etc/ego.conf enable xfce-kit 4.13: [kits] xfce-kit = 4.13-release Followed by ego sync and emerge -auDN @world Log out and back into your desktop environment.
×
×
  • Create New...