Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 399 matches

Go to advanced search

Advanced search
Search found 399 matches
  • Page 1 of 16
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 16
  • Next
by Uzytkownik
Tue Dec 05, 2017 8:19 am
Forum: Portage & Programming
Topic: Rebuild for 17.0 - is it necessary for hardened profiles
Replies: 2
Views: 1062

Rebuild for 17.0 - is it necessary for hardened profiles

The reason I've heard for rebuilding after 17.0 update is to pick the new PIE default. However as I was already on hardened profile my ~amd64 systems are already built with this flag. Is there any reason for emerge -e world on my system or would it be pure waste of energy?
  • Jump to post
by Uzytkownik
Thu Apr 27, 2017 8:09 pm
Forum: Networking & Security
Topic: hardened-sources going forward
Replies: 45
Views: 43087

Re: hardened-sources going forward

That said, even if the project- or the grsecurity part of it- dies, I'm thankful for all the time I did have on it, and the efforts of the Gentoo hardened maintainers. Sucks for them too- they've put tons of time into this project


While I am not that quick to judge upstream I am sorry if I gave ...
  • Jump to post
by Uzytkownik
Thu Apr 27, 2017 6:30 pm
Forum: Networking & Security
Topic: hardened-sources going forward
Replies: 45
Views: 43087

hardened-sources going forward

Given that grsecurity stopped releasing patches post-4.9 what is the status of hardened-sources going forward?
  • Jump to post
by Uzytkownik
Fri Apr 21, 2017 7:36 pm
Forum: Portage & Programming
Topic: How stable is LTO in gcc 5?
Replies: 1
Views: 10213

How stable is LTO in gcc 5?

How stable is LTO in gcc 5? I found information for gcc 4.8 and 4.9 when it was not but not for 5+.
  • Jump to post
by Uzytkownik
Thu Jan 12, 2017 1:19 am
Forum: Kernel & Hardware
Topic: Hardened sources - does it make sense without PaX
Replies: 5
Views: 9730

A lot of the security things are needed in conjunction with each other - removing one will weaken the remaining...

I view it as all or nothing.

I think there are at least some shadows of grey between running military grade SELinux installation and ignoring error about self-signed certificate ...
  • Jump to post
by Uzytkownik
Thu Jan 12, 2017 12:59 am
Forum: Kernel & Hardware
Topic: Hardened sources - does it make sense without PaX
Replies: 5
Views: 9730

Security is always a tradeoff for convenience.

If you're willing to sacrifice security (PaX) to get convenience (less breakage) then sure...

To quantify the security loss, it all depends on the person hacking your machine...

Yeah sure. My question was rather if hardened sources - Pax == vanilla ...
  • Jump to post
by Uzytkownik
Wed Jan 11, 2017 7:25 pm
Forum: Kernel & Hardware
Topic: Hardened sources - does it make sense without PaX
Replies: 5
Views: 9730

Hardened sources - does it make sense without PaX

I tried to run hardened Gentoo but I discovered that PaX is breaking too much. Are there any benefits to hardened sources w/out PaX?
  • Jump to post
by Uzytkownik
Tue Aug 30, 2016 8:26 pm
Forum: Kernel & Hardware
Topic: pstore is empty
Replies: 1
Views: 4372

pstore is empty

I'm trying to debug some issues for which dmesg or even better journal after hang would be great to have (essentially I got hang during suspend). But pstore is empty for whatever reason. What am I doing wrong?

% zgrep PSTORE < /proc/config.gz
CONFIG_EFI_VARS_PSTORE=y
# CONFIG_EFI_VARS_PSTORE ...
  • Jump to post
by Uzytkownik
Sat Nov 30, 2013 8:57 pm
Forum: Kernel & Hardware
Topic: [Workarounded] WiFi disconnects - how to debug the problem
Replies: 4
Views: 3959

Gentoo/GNU/Linux is a good operating system as server and client, but I hardly see how it is possible for a server or a client to workaround a problem who come from the other side of the link. There's probably some possibilities, but I would not count on a workaround on the client side to fix a ...
  • Jump to post
by Uzytkownik
Sat Nov 30, 2013 6:59 pm
Forum: Kernel & Hardware
Topic: [Workarounded] WiFi disconnects - how to debug the problem
Replies: 4
Views: 3959

Hello,

do you know if the problem come from the server and/or the client side? If only one 'network' have the problem, it's not clear that your Gentoo box is responsable of it.

Do you disconnect/reconnect by yourself or it is Linux who do it? Some wireless module options can be set to try to help ...
  • Jump to post
by Uzytkownik
Sat Nov 30, 2013 5:21 pm
Forum: Kernel & Hardware
Topic: [Workarounded] WiFi disconnects - how to debug the problem
Replies: 4
Views: 3959

[Workarounded] WiFi disconnects - how to debug the problem

Hi,

At one particular network the WiFi disconnects at (seemingly) random intervals even when connection is actively used. The network stacks still thinks that connection is working (interface is up, ping just shows that destination host is unreachable etc.).

I could not find anything interesting ...
  • Jump to post
by Uzytkownik
Sun Jul 28, 2013 7:29 am
Forum: Kernel & Hardware
Topic: Cannot get NVidia Optimus running on Lenovo W530
Replies: 1
Views: 4036

Have you tried to use x11-misc/bumblebee ? I have no problems with it (ok - the virtualgl stopped working on multilib with steam so I switched to x11-misc/primus ).

Regarding lack of /dev/nvidia0 - it would indicate that a) nvidia driver is not loaded or b) something's else is wrong with ...
  • Jump to post
by Uzytkownik
Mon Feb 11, 2013 8:57 am
Forum: Gamers & Players
Topic: Native Steam client and source game engine
Replies: 421
Views: 1309634

I encountered problem with alsa+pulse as the former cannot find pulse plugin. The workaround found in Google is to add /etc/ld.so.conf.d/50alsa.conf:


/usr/lib32/alsa-lib/
/usr/lib/alsa-lib/


Run ldconfig and change lines in /usr/share/alsa/alsa.conf.d/51-pulseaudio-probe.conf:


hook_func ...
  • Jump to post
by Uzytkownik
Wed Dec 19, 2012 4:17 am
Forum: Portage & Programming
Topic: Search and replace in /etc/portage/env
Replies: 2
Views: 1454

Hu wrote:You could use /etc/portage/bashrc or /etc/portage/env/ to run bash code to filter the flags. What package is this that forces a non-gcc compiler and still uses the regular CXXFLAGS?
Thanks. Package is [bug=444544]accelerate-cuda from Haskell overlay[/bug].
  • Jump to post
by Uzytkownik
Wed Dec 19, 2012 12:53 am
Forum: Portage & Programming
Topic: Search and replace in /etc/portage/env
Replies: 2
Views: 1454

Search and replace in /etc/portage/env

Given that files pointed from /etc/portage/package.env are not bash scripts is it possible to search and replace in C(XX)FLAGS? I have a package which passes CXXFLAGS to non-gcc compiler and throws errors - but there seems to be no way to just say 'filter this flag' from within /etc/portage and the ...
  • Jump to post
by Uzytkownik
Tue Oct 09, 2012 6:04 pm
Forum: Portage & Programming
Topic: How to find out what forces USE flag
Replies: 4
Views: 2882

Veldrin wrote:If it is masked like this, then it is usually the profile masking it.

Why would it masked only this package? Also where would it be masked (I read use.mask of profile, profile parents etc. before posting on forum)?
  • Jump to post
by Uzytkownik
Tue Oct 09, 2012 7:02 am
Forum: Portage & Programming
Topic: How to find out what forces USE flag
Replies: 4
Views: 2882

How to find out what forces USE flag

Suddenly something started forcing -systemd USE flag on polkit. Any hints how to find out what is it?

[ebuild N ] sys-auth/consolekit-0.4.5_p20120320-r1 USE="acl pam policykit -debug -doc (-selinux) {-test}" 101 kB
[ebuild R ] sys-auth/pambase-20120417-r1 USE="consolekit* cracklib gnome-keyring ...
  • Jump to post
by Uzytkownik
Mon Jul 02, 2012 8:29 am
Forum: Desktop Environments
Topic: Session does not register in ConsoleKit
Replies: 6
Views: 4770

Why do you have ConsoleKit installed when Systemd's logind replaces it's functionality?

It was in profile and I wasn't sure if everything was ported.

Anyway the sessions in logind are not registered anyway (I've checked before posting):

% systemd-loginctl list-seats | cat
seat0
% systemd ...
  • Jump to post
by Uzytkownik
Mon Jul 02, 2012 8:12 am
Forum: Desktop Environments
Topic: Session does not register in ConsoleKit
Replies: 6
Views: 4770

Why do you have ConsoleKit installed when Systemd's logind replaces it's functionality?

It was in profile and I wasn't sure if everything was ported.

Anyway the sessions in logind are not registered anyway (I've checked before posting):

% systemd-loginctl list-seats | cat
seat0
% systemd ...
  • Jump to post
by Uzytkownik
Mon Jul 02, 2012 6:30 am
Forum: Desktop Environments
Topic: Session does not register in ConsoleKit
Replies: 6
Views: 4770

Hi Uzytkownik.

AFAIK consolekit has to be started with your default runlevel, so add it, if its not in.

I use systemd so it was autostarted if anyone tried to communicate with it. In any case enabling it did not helped:

% systemctl status console-kit-daemon.service
console-kit-daemon.service ...
  • Jump to post
by Uzytkownik
Mon Jul 02, 2012 4:44 am
Forum: Desktop Environments
Topic: Session does not register in ConsoleKit
Replies: 6
Views: 4770

Session does not register in ConsoleKit

I use gnome 3.4 on otherwise ~amd64 system. I've reinstalled gentoo onto another machine and it looks like consolekit is not working.

% dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.GetSeats
method return ...
  • Jump to post
by Uzytkownik
Wed Feb 22, 2012 9:01 pm
Forum: Unsupported Software
Topic: Udev 180/181 with dracut - no devices created
Replies: 2
Views: 4893

Uzytkownik,

udev 180/181 is broken with a separate /usr and or /var


Are you sure? I've used udev 180/181 without problems with separate /var (I have /usr on / partition).


but dracut is supposed to build an initrd that fixes this,


It fails however with information that udev couldn't ...
  • Jump to post
by Uzytkownik
Wed Feb 22, 2012 10:44 am
Forum: Unsupported Software
Topic: Udev 180/181 with dracut - no devices created
Replies: 2
Views: 4893

Udev 180/181 with dracut - no devices created

When I try to use udev 180/181 with dracut 16 no devices are created during early boot as udev cannot settle. Any idea what may be wrong?
  • Jump to post
by Uzytkownik
Thu Feb 02, 2012 7:58 am
Forum: Unsupported Software
Topic: Leaving the .so files in non-portage package managers
Replies: 4
Views: 3948

Leaving an .so around means the user needs to run "revdep-rebuild --library soname" respectively "cave fix-linkage --library soname" and manually remove the .so afterwards. I'm not sure which one is more annoying.

Either way, keeping the sources of installed packages is good practice. Use "eclean ...
  • Jump to post
by Uzytkownik
Wed Feb 01, 2012 10:02 pm
Forum: Unsupported Software
Topic: Leaving the .so files in non-portage package managers
Replies: 4
Views: 3948

According to PMS the .so gets removed and in fact needs to be removed to be picked up by revdep-rebuild or cave fix-linkage. As long as you still have the sources for wget this isn't an issue, just reinstall it first.

Portage-2.2 isn't stable and probably won't be stabilized anytime soon.

Thanks ...
  • Jump to post

Search found 399 matches
  • Page 1 of 16
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 16
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy