Forums

Skip to content

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

Search found 15 matches

Go to advanced search

Advanced search
Search found 15 matches • Page 1 of 1
by nkichukov
Wed May 08, 2024 7:55 am
Forum: Kernel & Hardware
Topic: [solved] libvirt: Win10 cpu->kvm_msr_buf->nmsrs failed.
Replies: 3
Views: 9934

I just encountered exactly the same problem. Trying to start a windows virtual machine failed.

I've managed to work-around the problem by disabling MSRS via kvm parameter change in /proc:

echo 1 > /sys/module/kvm/parameters/ignore_msrs

I also run AMD processor and I have no hyperv or processor ...
  • Jump to post
by nkichukov
Thu Sep 08, 2022 11:47 am
Forum: Networking & Security
Topic: [Solved]Network interface name issue.
Replies: 8
Views: 4174

logrusx wrote:Isn't this the issue with iwd doing it'd own thing? Do you have iwd emerged?

Regards,
Georgi
This has no relation to iwd, I am afraid, see:
https://bugs.gentoo.org/856916
  • Jump to post
by nkichukov
Wed Sep 07, 2022 10:06 pm
Forum: Networking & Security
Topic: [Solved]Network interface name issue.
Replies: 8
Views: 4174


Not sure.
I have the above version and there is no renaming happening.
Granted i have net.ifnames=0 kernel parameter applied.
I'm not sure if I made it understood but I want udev predictable interface naming. So my interface being named eht0 was a issue, and I wanted it named enp8s0. But I don't ...
  • Jump to post
by nkichukov
Sun May 10, 2020 10:17 pm
Forum: Desktop Environments
Topic: black screen nvidia offloading(unsolved)
Replies: 4
Views: 3085

Hi there,
this works already, see: https://bugs.gentoo.org/show_bug.cgi?id=692206

intel, nvidia and libglvnd is what is needed. The only required configuration change is:


Section "ServerLayout"
Identifier "layout"
Option "AllowNVIDIAGPUScreens"
EndSection


as described in: https://download ...
  • Jump to post
by nkichukov
Mon Apr 06, 2020 10:02 am
Forum: Gentoo on ARM
Topic: user mode qemu-arm : unsupported syscalls
Replies: 19
Views: 24888

No, disabling sandbox doesn't help

I had the same issue with compiling gobject-introspection ("ISE:_do_ptrace: ptrace(PTRACE_TRACEME, ..., 0x00000000, 0x00000000): Function not implemented") with qemu-arm (this manual: https://wiki.gentoo.org/wiki/Cross_build_environment).
Disabling sandbox did ...
  • Jump to post
by nkichukov
Sat Oct 12, 2019 7:04 pm
Forum: Gentoo on ARM
Topic: Chromium ebuild for arm64?
Replies: 28
Views: 27883

Back to the chromium compile task, I managed to compile it on the raspberrypi 4 itself in the end, with the help of a distributed compiler to save on time... Here is the result for chromium-77.0.3865.90:

* Final size of build directory: 5805297 KiB ( 5.5 GiB)
* Final size of installed tree ...
  • Jump to post
by nkichukov
Tue Oct 08, 2019 10:25 pm
Forum: Gentoo on ARM
Topic: Chromium ebuild for arm64?
Replies: 28
Views: 27883

I've tried from rpi4 4gb, but it fails, which is expected, as I just monitored the 'ld' call from the qemu-aarch64 chroot which hit 14GB RSS... and then failed(without any OOM errors). I am compiling on amd64, under qemu-aarch64 with enough memory. I also make use of cross-compiler(distcc), to speed ...
  • Jump to post
by nkichukov
Tue Oct 08, 2019 2:34 pm
Forum: Gentoo on ARM
Topic: Chromium ebuild for arm64?
Replies: 28
Views: 27883

How much virtual/rss does the linking process require when it is combining it all together? Even the chromium-78 ebuild failed on me, and it seems like it has compiled fine for you...
  • Jump to post
by nkichukov
Mon Oct 07, 2019 12:51 pm
Forum: Gentoo on ARM
Topic: Chromium ebuild for arm64?
Replies: 28
Views: 27883

Has anyone been able to compile (natively, with a cross-compiler or in a combination of latter two) the latest chromium builds for aarch64:

www-client/chromium-77.0.3865.90
www-client/chromium-78.0.3904.34

My attempts are always failing at link time causing out of memory errors... Anyone else ...
  • Jump to post
by nkichukov
Thu Jun 11, 2015 9:06 am
Forum: Other Things Gentoo
Topic: thunar archive plugin cannot integrate with file-roller
Replies: 5
Views: 9364

seems like things have been updated:

ls -l
total 12
-rwxr-xr-x 1 root root 1306 Mar 17 02:01 ark.tap
-rwxr-xr-x 1 root root 1494 Mar 17 02:01 file-roller.tap
lrwxrwxrwx 1 root root 15 Mar 17 02:01 gnome-file-roller.tap -> file-roller.tap


and it works

I have the same. But in my case the ...
  • Jump to post
by nkichukov
Tue Jan 06, 2015 11:01 pm
Forum: Gentoo on PPC
Topic: cant play movies using mplayer [solved]
Replies: 10
Views: 17377

To wake up an old thread, I had the same issue as arnolde, I had removed the System V IPC support from my kernel. I have reenabled the option now and everything is back to normal.

arnolde thank you very much for sharing.

Regards,
-Nikolay
  • Jump to post
by nkichukov
Fri Jan 10, 2014 9:59 pm
Forum: Desktop Environments
Topic: iPhone in Thunar -- works and doesn't work
Replies: 3
Views: 3563

Hello grant123,
In case you are still struggling with this problem, here is the bug report I just filed:
https://bugs.gentoo.org/show_bug.cgi?id=497730

And I have also posted the current resolution, before a patch for the stable branch is available you can upgrade your glib package to version: glib ...
  • Jump to post
by nkichukov
Fri Oct 19, 2012 8:21 am
Forum: Installing Gentoo
Topic: VFS: Mounted root (ext4 filesystem) readonly
Replies: 6
Views: 71422

True, it saved me after multiple kernel recompilations. Thanks guys!
Enabling Large file support in the linux kernel allowed the ext4 filesystem to mount read-write.

Cheers,
-Nik
  • Jump to post
by nkichukov
Wed Oct 17, 2012 6:15 am
Forum: Installing Gentoo
Topic: emerge gentoo-sources fails on Virtualbox Windows7-64 Host
Replies: 7
Views: 13884

By allowing more swap all 3 phases went fine. Sorry for the noise.
  • Jump to post
by nkichukov
Tue Oct 16, 2012 1:32 pm
Forum: Installing Gentoo
Topic: emerge gentoo-sources fails on Virtualbox Windows7-64 Host
Replies: 7
Views: 13884

Hi all,
Same here except that I am installing on a laptop with only 256MB of memory. The exact same oom message appears and the installation is terminated.

I am installing linux-3.6.3-pf inside chroot jail.

free -m
total used free shared buffers cached
Mem: 240 126 113 0 81 11
-/+ buffers/cache ...
  • Jump to post

Search found 15 matches • Page 1 of 1

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