[gentoo-user] BOINC 7.4.42
Hello list, I've upgraded boinc from 7.2.0 to 7.4.42 and now boincmgr can't connect to the local host. Looking in stderrdae.txt I find this: boinc: /usr/lib64/libssl.so.1.0.0: no version information available (required by boinc) boinc: /usr/lib64/libcurl.so.4: no version information available (required by boinc) boinc: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by boinc) Does anyone here know how to fix this? I don't see any relevant USE flags on openssl. -- Rgds Peter
[gentoo-user] HP Elitebook 2540p
Hello, i has buy a newer laptop and now again the kernel make trouble. It end ever with VFS unable ... so i think something is wrong in SATA configuration. Has here someone expierence with it to share? Thanks & Nice Day Silvio Siefke Silvio Siefke pgpFnckPhPicX.pgp Description: PGP signature
Re: [gentoo-user] HP Elitebook 2540p
"siefke_lis...@web.de" wrote: > Hello, > > i has buy a newer laptop and now again the kernel make trouble. It > end ever with VFS unable ... so i think something is wrong in > SATA configuration. Very sparse information. It would be helpful if you would tell us at least the exact error message (I guess it's something like VFS: unable to mount root fs on unknown block...) and also what kind of chipset is inside your laptop (lspci). I'm really too lazy to ask google about that. ;-) Some ideas: The bootloader isn't configured correctly. Missing filesystem support in kernel. Kernel SATA driver configuration isn't correct. -- Regards wabe
Re: [gentoo-user] HP Elitebook 2540p
On Mon, 8 Feb 2016 22:01:11 +0100 wrote: > Very sparse information. It would be helpful if you would tell us at Yes sorry but with this kernel become crazy... > VFS: unable to mount root fs on unknown block...) and also what kind This was last message. Now i run genkernel kernel config and delete what not need. But now come: siefke@sisibox ~/.kernel/source/linux-4.4.0-pf3 $ du -sh arch/x86_64/boot/bzImage 0 arch/x86_64/boot/bzImage > of chipset is inside your laptop (lspci). sisibox siefke # lspci 00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) 00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06) 00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 05) 00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05) 00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) 00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) 00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 05) 00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) 00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05) 00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 05) 00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05) 43:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35) 44:06.0 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 25) 44:06.1 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 14) 44:06.2 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev bb) ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02) ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02) ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02) ff:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 02) ff:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02) ff:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02) At moment i stand behind me :) Thank You & Nice Day Silvio
Re: [gentoo-user] HP Elitebook 2540p
"siefke_lis...@web.de" wrote: > On Mon, 8 Feb 2016 22:01:11 +0100 wrote: > > > Very sparse information. It would be helpful if you would tell us at > Yes sorry but with this kernel become crazy... > > > VFS: unable to mount root fs on unknown block...) and also what > > kind > > This was last message. Now i run genkernel kernel config and delete > what not need. But now come: > > siefke@sisibox ~/.kernel/source/linux-4.4.0-pf3 $ du -sh > arch/x86_64/boot/bzImage 0arch/x86_64/boot/bzImage This is ok because this file is just a symlink. I never used genkernel so I don't know if your home directory is the right place for kernel sources. On my system the kernel sources are located here: /usr/src/linux/ where "linux" is a symlink to the directory that contains the kernel sources. So arch/x86_64/boot/bzImage is on my system located here: $ ls -hl /usr/src/linux/arch/x86_64/boot/bzImage lrwxrwxrwx 1 root root 22 18. Jan 04:46 /usr/src/linux/arch/x86_64/boot/bzImage -> ../../x86/boot/bzImage When I use "du" on this file I get back the same result, because it's a symlink and not a "real" file. $ du -hs /usr/src/linux/arch/x86_64/boot/bzImage 0 /usr/src/linux/arch/x86_64/boot/bzImage But when I use "du" not on the symlink but on the "real" file, I get: $ du -hs /usr/src/linux/arch/x86/boot/bzImage 6,2M/usr/src/linux/arch/x86/boot/bzImage > sisibox siefke # lspci [...] > SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 > port SATA AHCI Controller (rev 05) 00:1f.6 v [...] For a SATA AHCI Controller these kernel options should be sufficient: CONFIG_ATA CONFIG_ATA_ACPI CONFIG_SATA_AHCI I don't think that you also need this one, but if it doens't work you can give it a try: CONFIG_SATA_AHCI_PLATFORM What filesystem(s) do you use on your laptop? Are you sure they are included in the kernel configuration? For ext4 filesystem you should enable these options: CONFIG_EXT4_FS CONFIG_EXT4_USE_FOR_EXT2 CONFIG_EXT4_FS_POSIX_ACL You should also enable these (regardless what filesystem you use): CONFIG_DNOTIFY CONFIG_INOTIFY_USER CONFIG_FANOTIFY And now for something completely different... ;-) The error message you've seen could also be caused by a misconfigured bootloader. Unfortunately you didn't tell us what bootloader you use. I'm still using the old grub. I don't have any knowledge about grub2, gummiboot or efibootmgr. If you use one of these I can't help you with it's configuration. In this case the gentoo handbook should give you the information that you need (or some other member of this list). You should carefully check your bootloader configuration. If for example the path to your root-partition is wrong then your system cannot boot. -- Regards wabe
[gentoo-user] udev -> eudev
Hello, Well I have one system I need to migrate to eudev. All sorts of things are now calling for *systemd* and I do not want that at all. Here is the blockers on the latest list :: [blocks B ] sys-fs/eudev ("sys-fs/eudev" is blocking sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-226-r2) [blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-225, sys-fs/eudev-3.1.5) [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/udev-225, sys-fs/eudev-3.1.5) So just emerge -C sys-apps/systemd sys-apps/gentoo-systemd-integration sys-fs/udev and then emerge eudev? Also from the gentoo wiki change package.use entries for udev to the same for eudev and remove those for udev. That's it? James
Re: [gentoo-user] HP Elitebook 2540p
On 02/08/2016 02:21 PM, siefke_lis...@web.de wrote: > On Mon, 8 Feb 2016 22:01:11 +0100 wrote: > >> Very sparse information. It would be helpful if you would tell us at > Yes sorry but with this kernel become crazy... > >> VFS: unable to mount root fs on unknown block...) and also what kind > > This was last message. Now i run genkernel kernel config and delete what > not need. But now come: > > siefke@sisibox ~/.kernel/source/linux-4.4.0-pf3 $ du -sh > arch/x86_64/boot/bzImage > 0 arch/x86_64/boot/bzImage > Most likely your new laptop is UEFI BIOS, did you install in UEFI mode? Did you enable the required EFI variables in the kernel and the GPT partition format? Just a note: Some new hardware with EFI is crippled unless you boot in EFI mode. Last time I had a kernel fail to boot it was because I forgot GPT partition support. Dan
Re: [gentoo-user] TOR-Browser Bundle: And the rest was silence...
On Sun, 7 Feb 2016 14:13:33 -0800 Willie Matthews wrote: > On 02/06/2016 10:08 AM, meino.cra...@gmx.de wrote: > > Hi, > > > > I got a interesting problem: > > > > When using Firefox 44, I can watch Videos for > > example from YouTube and can hear the audio. > > > > When using the newest TOR-Browser bundle, videos > > are playing fine...but without any sound. > > > > I have no clue, what happens here. > > > > Any help to fix that is very appreciated... > > thank you very much in advance! > > > > Best regards, > > Meino > > > > > > > > It is a lot easier to use the tor network by installing net-misc/tor and > setting up the proxy on whatever browser you use. > > For instance I use Chrome. I setup a shortcut on my desktop that gives > me a a new incognito window that is using the proxy for all connections > and the /tmp/chrome directory for the user directory. > > [Desktop Entry] > Version=1.0 > Type=Application > Name=Chrome with Tor > Comment=Start Chrome with Tor > Exec=google-chrome-beta --incognito > --proxy-server="socks5://127.0.0.1:9050" --user-data-dir="/tmp/chrome/" > Icon=google-chrome-unstable > Path= > Terminal=false > StartupNotify=false > > I haven't had any problems using it this way so far. I hope that you > will have the same results. Be aware of privacy issues with such setup. Your browser may leak DNS requests, e.g. use standard system calls and they will be sent over casual network (not TOR), thus your provider will know what resources your are visiting as well as owner of DNS service you use. Chrome may leak other data in background as well. While such background traffic can be redirected to tor using tsocks and iptables, this is not very trivial task. That is why tor browser is useful: it does such stuff for you by ensuring that all browser traffic is going via tor. You may use torbrowser overlay to use this package in Gentoo. Best regards, Andrew Savchenko pgp3jUOV60Vfs.pgp Description: PGP signature
Re: [gentoo-user] nvidia-drivers using deprecated...
On Mon, 1 Feb 2016 05:04:14 -0500 Philip Webb wrote: > 160201 Andrew Savchenko wrote: > > On Mon, 1 Feb 2016 09:03:50 + Neil Bothwick wrote: > >> On Mon, 1 Feb 2016 05:56:37 +0100, meino.cra...@gmx.de wrote: > >>> Switching to nvidia OpenCL interface... done > >>> * x11-drivers/nvidia-drivers is using the deprecated > >>> readme.gentoo.eclass.<<>> > >>> * Please use readme.gentoo-r1 instead. > >>> What does the marked line implies? This is an outdated readme? > >> It's a QA message stating that the ebuild should be updated > >> to use a newer eclass. The readme.gentoo eclass is used > >> to generate messages specific to installing the package on Gentoo. > >> IMO ebuild QA messages like this should not be shown to users. > > The idea is that users should ping developers > > with appropriate bug reports. > > However are users supposed to know that ? > How would they know whether such a bug report really was "appropriate" ? > > Really, Portage output needs a serious re-think (smile). If emerge outputs something strange for ebuild, this should be reported as bug, as well as any other weird package behaviour. Of course, no one _must_ report this, this is a matter of a good will. Best regards, Andrew Savchenko pgpHqJ2igRnLX.pgp Description: PGP signature