Forums

Skip to content

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

Search found 31 matches

Go to advanced search

Advanced search
Search found 31 matches
  • 1
  • 2
  • Next
by samuelbernardo
Wed Jul 08, 2020 7:38 am
Forum: Kernel & Hardware
Topic: gentoo-sources 5.4 - AER: PCIe Bus Error: severity=Correc
Replies: 0
Views: 1636

gentoo-sources 5.4 - AER: PCIe Bus Error: severity=Correc

uname -a
Linux pc 5.4.48-gentoo #1 SMP Mon Jun 29 21:49:54 WEST 2020 x86_64 Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz GenuineIntel GNU/Linux

Kernel parameters:
GRUB_CMDLINE_LINUX_DEFAULT="iommu=on intel_iommu=on swiotlb=1024 nvidia-drm.modeset=1 kvm-intel.nested=1 kvm-intel.enable_shadow_vmcs=1 kvm ...
  • Jump to post
by samuelbernardo
Sat Apr 11, 2020 10:31 pm
Forum: Portage & Programming
Topic: pkgcheck: how to use it with an overlay
Replies: 6
Views: 1243

What does `git status` in the overlay print?

In another overlay the same result

pkgcheck scan --commits
pkgcheck scan: error: failed running git: fatal: ambiguous argument 'origin': unknown revision or path not in the working tree.


# git status
On branch master
Your branch is up to date ...
  • Jump to post
by samuelbernardo
Sat Apr 11, 2020 10:27 pm
Forum: Portage & Programming
Topic: pkgcheck: how to use it with an overlay
Replies: 6
Views: 1243

What does `git status` in the overlay print?

# git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
(use "git add <file>..." to include in what will be committed)
app-emulation/snapd/
dev-util/smem/
eclass/git-2.eclass
eclass/mozconfig-v6.52.eclass ...
  • Jump to post
by samuelbernardo
Sat Apr 11, 2020 10:19 pm
Forum: Portage & Programming
Topic: pkgcheck: how to use it with an overlay
Replies: 6
Views: 1243

I have already done it and it gives the following error with command pkgcheck scan --commits
pkgcheck scan: error: failed running git: fatal: ambiguous argument 'origin': unknown revision or path not in the working tree.
  • Jump to post
by samuelbernardo
Fri Apr 10, 2020 10:44 pm
Forum: Portage & Programming
Topic: pkgcheck: how to use it with an overlay
Replies: 6
Views: 1243

pkgcheck: how to use it with an overlay

How can I use pkgcheck with an overlay?

- how to generate the necessary configurations in the overlay profile to follow Gentoo QA
- the necessary parameters to run referenced to an overlay
  • Jump to post
by samuelbernardo
Wed Dec 11, 2019 9:56 am
Forum: Portage & Programming
Topic: emerge getting out because missing python_single_target
Replies: 43
Views: 14521

If you have been setting PYTHON_TARGETS and PYTHON_SINGLE_TARGET inside /etc/portage/make.conf, you should move this to /etc/portage/package.use. This has been the recommendation for years.

https://wiki.gentoo.org/wiki/Project:Python/PYTHON_TARGETS

Hi asturm

Moving that into package.use doesn't ...
  • Jump to post
by samuelbernardo
Mon Dec 09, 2019 6:00 pm
Forum: Portage & Programming
Topic: emerge getting out because missing python_single_target
Replies: 43
Views: 14521

emerge getting out because missing python_single_target

After last eix-sync, for each time I try to "emerge -uDNa @world" it's giving conflict for every installed ebuild that only supports python2.7:


!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-lang/perl ...
  • Jump to post
by samuelbernardo
Thu Jun 06, 2019 6:22 pm
Forum: Networking & Security
Topic: iptables v1.8.2 (legacy): can't initialize iptables table
Replies: 5
Views: 10627

Thanks alamahant for your post.
It's working now with your proposed configurations.
  • Jump to post
by samuelbernardo
Thu Jun 06, 2019 6:18 pm
Forum: Other Things Gentoo
Topic: kernel: Failed to register TIPC socket type
Replies: 4
Views: 2505

mike155 wrote:Linux kernel 4.19.48 will probably fix the TIPC problem: https://lkml.org/lkml/2019/6/3/366
Thanks again mike155. I'm testing with 4.19.48 since yesterday and everything is working great with TIPC enabled.

Cheers
  • Jump to post
by samuelbernardo
Sun Jun 02, 2019 2:00 pm
Forum: Other Things Gentoo
Topic: kernel: Failed to register TIPC socket type
Replies: 4
Views: 2505

Seems to be a kernel bug. See: https://www.spinics.net/lists/netdev/msg572633.html
https://lkml.org/lkml/2019/5/30/1391
I guess it will be fixed soon.

Do you use TIPC? If not: disable it in the kernel config.

Thanks mike155 for your tip.
I saw that but I didn't related with the version 4.19 ...
  • Jump to post
by samuelbernardo
Sat Jun 01, 2019 11:20 pm
Forum: Other Things Gentoo
Topic: kernel: Failed to register TIPC socket type
Replies: 4
Views: 2505

kernel: Failed to register TIPC socket type

After upgrading sys-kernel/gentoo-sources 4.19.45 to 4.19.46 (persists in 4.19.47) I receive the following error during boot:

kernel: Failed to register TIPC socket type

I also review that there is also an error with the following service that I don't know if it's related:

rtkit-daemon.service ...
  • Jump to post
by samuelbernardo
Sun Apr 28, 2019 8:39 am
Forum: Networking & Security
Topic: iptables v1.8.2 (legacy): can't initialize iptables table
Replies: 5
Views: 10627

[SOLVED] iptables v1.8.2: can't initialize iptables table

Installing net-firewall/ebtables-2.0.10.4-r2 allows to install iptables with nftables use flag. With this is possible to have linux kernel with nftables enabled.
  • Jump to post
by samuelbernardo
Sun Apr 14, 2019 12:27 am
Forum: Networking & Security
Topic: iptables v1.8.2 (legacy): can't initialize iptables table
Replies: 5
Views: 10627

You probably missing some kernel module(s)

I had the exactly same error message today after updating my kernel. I used the old kernel config as base and with the new kernel I got the same error.
If I'm right booting your old kernel will allow iptables to work again.
You then have to figure out ...
  • Jump to post
by samuelbernardo
Sun Apr 07, 2019 4:28 pm
Forum: Networking & Security
Topic: iptables v1.8.2 (legacy): can't initialize iptables table
Replies: 5
Views: 10627

iptables v1.8.2 (legacy): can't initialize iptables table

Hi,

Today after gentoo upgrade I realize that libvirt have an error in the startup. Iptables are not working as expected and because of that libvirt can't set the forward rules for nat bridges.

The related ebuilds I've installed are:
net-firewall/iptables-1.8.2-r2 conntrack ipv6 netlink pcap ...
  • Jump to post
by samuelbernardo
Sun Apr 07, 2019 11:34 am
Forum: Other Things Gentoo
Topic: genlop. -c list appear with duplicate entries
Replies: 2
Views: 1961

See bug [bug=]677890[/bug], it contains a patch.

Thanks for the reference jburns.

I left my feedback in the bug report since this seems to be related to latest portage update.
Upgrading to app-portage/genlop-0.30.10-r1 (amd64 keyword unmask required) and applying the mentinoed patch solved the ...
  • Jump to post
by samuelbernardo
Sat Apr 06, 2019 7:45 pm
Forum: Other Things Gentoo
Topic: genlop. -c list appear with duplicate entries
Replies: 2
Views: 1961

genlop. -c list appear with duplicate entries

Hi,
I'm searching for the reason why genlop -c shows entries duplicated when listing work in progress.


# genlop -c

Currently merging 1 out of 1

* dev-python/wxpython-3.0.2.0

current merge time: 21 seconds.
ETA: 4 minutes and 7 seconds.

Currently merging 1 out of 1

* dev-python ...
  • Jump to post
by samuelbernardo
Sat Oct 06, 2018 8:54 pm
Forum: Portage & Programming
Topic: chromium-69.0.3497.81 build failed (gcc) [solved]
Replies: 3
Views: 2175

Hi,
Thanks for your post.
Also solve the same problem for me.

Would it be missing a dependency for gcc-7 on chromium ebuild?
  • Jump to post
by samuelbernardo
Thu Jul 12, 2018 9:36 pm
Forum: Multimedia
Topic: VLC won't compile (SOLVED)
Replies: 16
Views: 20997

Same problem here and solved after recompilation, because of ABI breakage.
emerge -1 libebml

Does this mean that it's missing a dependency for libebml that should force a recompilation after the ABI update?
  • Jump to post
by samuelbernardo
Sun Mar 11, 2018 4:59 pm
Forum: Gentoo on AMD64
Topic: tmux clear buffer and numlock not working in tty
Replies: 3
Views: 65166

Unfortunately it's not working tmux in tty (witrhout X) when forcing TERM=tmux-256color.

Outside tmux it works without any problem. clear works as expected.

When inside tmux clear command put the cursor on top of the screen but didn't clear the text in the screen buffer.
  • Jump to post
by samuelbernardo
Sun Mar 11, 2018 3:58 pm
Forum: Gentoo on AMD64
Topic: tmux clear buffer and numlock not working in tty
Replies: 3
Views: 65166

Sorry the delay, but I forget to enable notifications for new posts.

What is your TERM outside and inside of tmux? What terminal emulator are you using?


Inside tmux I'm using screen-256color.
Outside tmux I'm using xterm-256color.

Reviewing arch linux tmux documentation[1] I realise that it ...
  • Jump to post
by samuelbernardo
Sun Mar 04, 2018 1:11 pm
Forum: Gentoo on AMD64
Topic: tmux clear buffer and numlock not working in tty
Replies: 3
Views: 65166

tmux clear buffer and numlock not working in tty

I'm using kernel 4.9.84-gentoox99 with profile default/linux/amd64/17.0.

I realize now that, using tmux on a tty, when pane becomes full of text and it goes to the top, buffer clearing is not working as expected. "clear" command also don't empty text inside pane, but puts the cursor on the top ...
  • Jump to post
by samuelbernardo
Sun Dec 17, 2017 1:12 pm
Forum: Portage & Programming
Topic: javaws always use icedtea
Replies: 3
Views: 3251

Re: Solved

Special thanks to chewi gentoo dev for the clarification:


Disable the webstart flag against icedtea(-bin) and unmerge
dev-java/icedtea-web. Job done. This used to be configurable through
eselect but it was really overcomplicated for no benefit. This is all
documented here and shown when you ...
  • Jump to post
by samuelbernardo
Sun Dec 17, 2017 12:53 pm
Forum: Portage & Programming
Topic: javaws always use icedtea
Replies: 3
Views: 3251

Solved

Special thanks to chewi gentoo dev for the clarification:


Disable the webstart flag against icedtea(-bin) and unmerge
dev-java/icedtea-web. Job done. This used to be configurable through
eselect but it was really overcomplicated for no benefit. This is all
documented here and shown when you ...
  • Jump to post
by samuelbernardo
Wed Dec 13, 2017 4:54 pm
Forum: Portage & Programming
Topic: javaws always use icedtea
Replies: 3
Views: 3251

javaws always use icedtea

I'm using oracle jdk as default jvm, but when I review java-config result after setting oracle-jdk-bin as prefered jvm, javaws continues to start icedtea version.

Analysing the script /usr/libexec/eselect-java/run-java-tool.bash I realised that itweb-javaws is hardcoded:


if [ "${tool}" = "javaws ...
  • Jump to post
by samuelbernardo
Sun Dec 10, 2017 9:28 pm
Forum: Portage & Programming
Topic: libvirt with glibc-2.26
Replies: 3
Views: 1792

I tried on my system and it happend.
Related to this bug

Thanks fedeliallalinea for the feedback. I left feedback in the bug report, since source code of libvirt-3.10 already searches for -I/usr/include/tirpc.
I'll review libvirt ebuild to surpass the present limitation and publish it in my ...
  • Jump to post

Search found 31 matches
  • 1
  • 2
  • 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

 

 

magic