-
Posts
619 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
Blogs
Posts posted by Oleg Vinichenko
-
-
please provide output of:
java-config --list-available-vms
-
this 2 packages are forked in Funtoo, means they not in sync with Gentoo versions. If needed, we can add libressl support for them.
-
ok, so this is yet again using existing install. please. install Funtoo from fresh stage. Converting existing Gentoo installation into Funtoo is unsupported (though, theoretically possible). You are hitting various discrepancies due to that, and this is not really Funtoo bug.
-
good. but what was the original problem? did you manually change the limits before? default values (not like yours) certainly enough for merging debian-sources. what i'm trying to figure whether it's manual change or not.
-
this value is much lower than default, which is 16000 for open files. Normally this defined in /etc/security/limits.conf. There're several ways to change the values but first of all try to find out why you got unusual value. Did you change that?
-
i'm not entirely sure but maybe you hitting ulimit problems. Do you have ulimit specified anywhere? ulimit -n shows it.
But i guess dirty workaround could be:
rm -rf /var/tmp/portage
-
convertion of existing Gentoo into Funtoo not supported and will not work under ordinary conditions.
-
this is unsupported.
-
Hello Everyone. My first post ^^. Let me know if there's a special formatting that I ought to follow.
Kernel: Linux sysresccd 4.1.20-alt472-amd64 #2 SMP Sat Mar 19 13:39:36 UTC 2016 x86_64 Intel® Xeon® CPU E3-1505M v5 @ 2.80GHz GenuineIntel GNU/Linux
I have a Dell Precision 7710 with a NVME SSD and Skylake. Been trying for 1.5 weeks to get Gentoo installed but can only get to the same error step that I get with Funtoo. Been curious about Funtoo and saw it had boot-update which I thought might fix the issue.
After I select the Funtoo kernel on the grub menu it starts loading modules but then stops. Here's a retying of the message from a badly taken pic (possible misspellings):
>> Hint: Use parameter scandelay[=seconds] if you need waiting .... >> Activating iSCSI via iBFT iscsistart: transport lcass version 2.0-870. iscsid version 2... Could not get boot entry. >> Determining root device... !! Block device /dev/nvmen0n1p3 is not a valid root device... !! Could not find the root block device in . Please specify another value or: press Enter for the same, type "shell" for shell, or "q" to skip
"shell" gives me a working BusyBox. Going into the BusyBox
- 'lsmod | grep nvme' -> revals nothing
- 'modprobe nvme' -> says it can't find the driver
Things I've tried:
- Install kernel (debian-sources w/ genkernel) with NVM Express block device built in
- Using UUID (with and without quotes) in /boot/grub/grub.cfg instead of /dev/nvmen0n1p3 -> Stops at the same part
- Tried 'modprobe nvd' -> couldn't find driver
fstab
/dev/nvme0n1p1 /boot vfat noauto,noatime 1 2 /dev/nvme0n1p2 none swap sw 0 0 /dev/nvme0n1p3 / ext4 noatime 0 1
/boot/grub/grub.cfg
set timeout=3 insmod part_gpt insmod fat set root=(hostdisk//dev/nvme0n1,gpt1) search --no-floppy --fs-uuid --set 3C56-1E23 if loadfont /grub/unifont.pf2; then set gfxmode=640x480 insmod all_video terminal_output gfxterm fi set menu_color_normal=cyan/blue set menu_color_highlight=blue/cyan menuentry "Funtoo Linux genkernel - kernel-debian-sources-x86_64-4.4.6-1" { insmod part_gpt insmod fat set root=(hostdisk//dev/nvme0n1,gpt1) search --no-floppy --fs-uuid --set 3C56-1E23 linux /kernel-debian-sources-x86_64-4.4.6-1 rootfstype=auto real_root=UUID="8ee40964-a006-478a-bb3b-81aba54d0ddb" rootfstype=ext4 initrd /initramfs-debian-sources-x86_64-4.4.6-1 set gfxpayload=keep } menuentry "Funtoo Linux genkernel - kernel-debian-sources-x86_64-4.5.2-1" { insmod part_gpt insmod fat set root=(hostdisk//dev/nvme0n1,gpt1) search --no-floppy --fs-uuid --set 3C56-1E23 linux /kernel-debian-sources-x86_64-4.5.2-1 rootfstype=auto real_root=UUID=8ee40964-a006-478a-bb3b-81aba54d0ddb rootfstype=ext4 initrd /initramfs-debian-sources-x86_64-4.5.2-1 set gfxpayload=keep } menuentry "Funtoo Linux genkernel - kernel-debian-sources-x86_64-3.19.3-1~exp1" { insmod part_gpt insmod fat set root=(hostdisk//dev/nvme0n1,gpt1) search --no-floppy --fs-uuid --set 3C56-1E23 linux /kernel-debian-sources-x86_64-3.19.3-1~exp1 rootfstype=auto real_root=/dev/nvme0n1p3 rootfstype=ext4 initrd /initramfs-debian-sources-x86_64-3.19.3-1~exp1 set gfxpayload=keep } set default=1Also of note:
- The nvme module and ext4, is all I touched on Funtoo
in what way these touched?
-
this problem is reported already in https://bugs.funtoo.org/browse/FL-3199
-
should be fixed with tree update.
-
this ebuild not tested on hardened. Thx for catching this. It's very much possible it's not needed (a patch).
-
this is technical information by ebuild. look here for explanation. Fran comment. Not sure why udisks looks for swap.
-
-
where does "Illegal instruction" happen? need logs. But i suspect its a segfault in nettle, which is due to AES instruction. If your CPU not supporting it, you need to disable it. Know thy hardware :).
-
any details?
-
This version has only improved btrfs support as requested by Erik Ridderby.
-
ati-drivers-15.12 update some time back for testing.
Ebuild is masked, to test;
echo "x11-drivers/ati-drivers" >> /etc/portage/package.unmask
emerge -uN ati-drivers
Gaming, steam and especially gnome3 (if anyone using it) test very much appreciated.
-
1. update portage. emerge -1uN portage
2. let portage apply use flag changes. You will be asked about this, just hit y
2 run emerge -uDN @world icu
-
this should be fixed. please sync tree and check.
-
it is not stale. it does not include cache for ebuilds with EAPI=6
-
thx. now problem identified. will fix soon
-
/boot is certainly present in /etc/fstab. But you must to check this file and correct to suit your needs. This is described in installation guide.
-
gnome indirectly depends on apache. Some packages need it. I'll try to investigate and tell if this possible to avoid. gnome-light i believe does not depend on apache (i.e packages depend on apache not included)
i/e this is not a gnome mix-in problem directly.

java.lang.UnsatisfiedLinkError: Could not load SWT library with Eclipse SDK
in Desktop Help
Posted
paste somewhere:
1. qlist oracle-jdk-bin | sort
2. qlist eclipse-sdk-bin | sort
3. scanelf -nf $(qlist eclipse-sdk-bin | sort)