RE: [gentoo-user] The Project Begins!

2016-03-26 Thread Hunter Jozwiak


-Original Message-
From: Sam Jorna [mailto:wra...@gentoo.org] 
Sent: Saturday, March 26, 2016 22:12
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] The Project Begins!

On 27/03/16 12:51, 80x24 wrote:
> Hunter Jozwiak wrote:
>> Hello,
>>
>> I am going to now host my web site on a Gentoo server. Firstly, is 
>> there a recommended profile for this, or will the default amd64 
>> profile

It depends on your use-case and preference, but hardened is often a good
choice for something that will offer external services (as in over the
Internet).

>> suffice? Or would it be better to use a hardened profile for this task?
>> Secondly, does Linode offer the requisite information for things you 
>> MUST have while building a kernel?

The Linode configurations, last time I checked, were significantly out of
date (including their Gentoo deployment image). Depending on your level of
paranoia, it may be reasonable for you to boot your Linode using their
rescue environment and perform a stage-3 install that way.
Otherwise, you can simply deploy their Gentoo image and update/harden as
necessary.

As for kernel configuration, I don't recall seeing anything specifically,
however they do include their default kernel configuration in either
/boot/config* or /proc/config.gz, so you can use that as a base.

>> And finally, I am going to have
>> multiple servers. Is there a package that I can use to distribute my 
>> built kernels?

There isn't a package, however depending on how you configure the kernel,
you can either just copy the .config from one host or another, or the kernel
make program has options to build archives of the built kernel - see `make
help` for details.

>> Thanks, you guys are awesome, and keep up the good work,
>>
>> Hunter
>>
> As far as you know how to hardened security of your servers. Normal 
> profile will be good (Though I still recommend hardened if you're 
> familiar with GRsecurity and other ``hardeded'' stuff).
>
> If you go with the hardened version, you will also need to build 
> custom kernel and set kernel to pygrub in Linode profile settings 
> (which selects proper generic kernel by default). And yes you will 
> need a bootloader.

Hardened is not one be-all solution - you can use some hardened features and
not others. For example, you can convert to the hardened profile and do not
necessarily need to use hardened-sources. Similarly, if you *do* use
hardened-sources, you do not need to enable an RBAC (such as GRSecurity or
SELinux).

If you do use PaX in the kernel, though, you will need to also be on a
hardened profile to have binaries marked appropriately.

Cheers;
--
Sam Jorna (wraeth) 
GnuPG Key: D6180C26
Okay. Thanks for that information. Is there a more descriptive version of
the twenty USE flags I should use for Apache, because the index is rather
vague. I pulled up the wiki page, clicked on a link that was attached to one
of the USE flags, which in turn opened up another three hundred plus USE
opportunities.




Re: [gentoo-user] The Project Begins!

2016-03-26 Thread Sam Jorna
On 27/03/16 12:51, 80x24 wrote:
> Hunter Jozwiak wrote:
>> Hello,
>>
>> I am going to now host my web site on a Gentoo server. Firstly, is there
>> a recommended profile for this, or will the default amd64 profile

It depends on your use-case and preference, but hardened is often a good
choice for something that will offer external services (as in over the
Internet).

>> suffice? Or would it be better to use a hardened profile for this task?
>> Secondly, does Linode offer the requisite information for things you
>> MUST have while building a kernel?

The Linode configurations, last time I checked, were significantly out
of date (including their Gentoo deployment image). Depending on your
level of paranoia, it may be reasonable for you to boot your Linode
using their rescue environment and perform a stage-3 install that way.
Otherwise, you can simply deploy their Gentoo image and update/harden as
necessary.

As for kernel configuration, I don't recall seeing anything
specifically, however they do include their default kernel configuration
in either /boot/config* or /proc/config.gz, so you can use that as a base.

>> And finally, I am going to have
>> multiple servers. Is there a package that I can use to distribute my
>> built kernels?

There isn't a package, however depending on how you configure the
kernel, you can either just copy the .config from one host or another,
or the kernel make program has options to build archives of the built
kernel - see `make help` for details.

>> Thanks, you guys are awesome, and keep up the good work,
>>
>> Hunter
>>
> As far as you know how to hardened security of your servers. Normal
> profile will be good (Though I still recommend hardened if you're
> familiar with GRsecurity and other ``hardeded'' stuff).
>
> If you go with the hardened version, you will also need to build custom
> kernel and set kernel to pygrub in Linode profile settings (which
> selects proper generic kernel by default). And yes you will need a
> bootloader.

Hardened is not one be-all solution - you can use some hardened features
and not others. For example, you can convert to the hardened profile and
do not necessarily need to use hardened-sources. Similarly, if you *do*
use hardened-sources, you do not need to enable an RBAC (such as
GRSecurity or SELinux).

If you do use PaX in the kernel, though, you will need to also be on a
hardened profile to have binaries marked appropriately.

Cheers;
-- 
Sam Jorna (wraeth) 
GnuPG Key: D6180C26



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] The Project Begins!

2016-03-26 Thread 80x24

Hunter Jozwiak wrote:

Hello,

I am going to now host my web site on a Gentoo server. Firstly, is there
a recommended profile for this, or will the default amd64 profile
suffice? Or would it be better to use a hardened profile for this task?
Secondly, does Linode offer the requisite information for things you
MUST have while building a kernel? And finally, I am going to have
multiple servers. Is there a package that I can use to distribute my
built kernels?

Thanks, you guys are awesome, and keep up the good work,

Hunter

As far as you know how to hardened security of your servers. Normal 
profile will be good (Though I still recommend hardened if you're 
familiar with GRsecurity and other ``hardeded'' stuff).


If you go with the hardened version, you will also need to build custom 
kernel and set kernel to pygrub in Linode profile settings (which 
selects proper generic kernel by default). And yes you will need a 
bootloader.


You can find out the kernel config options requirements at Linode website[1]

I don't know any method to build a binary kernel package. Maybe others 
can help. I use to distribute it just by copying vmlinuz and initramfs 
(I built them without any CPU-specific optimization or ``host-only'' mode).


[1]: 
https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-custom-compiled-kernel-with-pvgrub





[gentoo-user] Flat View of the Handbook?

2016-03-26 Thread Hunter Jozwiak
Hello again,

 

Where can I find the flattened version of the handbook, wherein the sections
were linked together in the text? I found that that was easier to read, so I
am curious if that is still around.

 

Thanks,

 

Hunter



[gentoo-user] The Project Begins!

2016-03-26 Thread Hunter Jozwiak
Hello,

 

I am going to now host my web site on a Gentoo server. Firstly, is there a
recommended profile for this, or will the default amd64 profile suffice? Or
would it be better to use a hardened profile for this task? Secondly, does
Linode offer the requisite information for things you MUST have while
building a kernel? And finally, I am going to have multiple servers. Is
there a package that I can use to distribute my built kernels?

 

Thanks, you guys are awesome, and keep up the good work,

 

Hunter



Re: [gentoo-user] Anyone running gentoo on AppleTV 1st gen?

2016-03-26 Thread Stroller

> On Sat, 26 March 2016, at 2:18 pm, Mick  wrote:
> 
> …  but I am not sure if this would be necessary these days 
> with various UEFI LiveISOs around:

That sounds reasonable. The 1st gen appears to be x86, so I'd suck it and see.

I would try booting with a SystemRescueCD boot stick and, if that works, make a 
dd image of the existing system. Then you've always got a place to fall back on 
if everything goes wrong.

I haven't installed Gentoo on an ATV, but having installed Gentoo quite a few 
times on a variety of devices I recommend you just treat it like any other x86 
box and try it. If you can boot it and make a dd image of the original drive 
then you have nothing to fear, because you can always restore back to where you 
started.

Stroller.




Re: [gentoo-user] Re: [gentoo-user] Re: 回复:Re: [gentoo-user] About the kdbus with gentoo-sources 4.3.6, of the greate memory usage.

2016-03-26 Thread Volker Armin Hemmann
Am 26.03.2016 um 16:40 schrieb Rich Freeman:
> On Sat, Mar 26, 2016 at 10:48 AM, Volker Armin Hemmann
>  wrote:
>> because it is broken by design, a security nightmare and seriously not
>> needed at all?
>>
> While there is general interest in a better design, Linus believes it
> is in fact needed and intends to merge the ultimate result.  The
> concern is with the design of kdbus itself, not the concept.  It is
> just a more rigorous form of IPC.
>
> Others are of course welcome to disagree.
>

hm, back then and everytime kdbus came up on lkml the consensus was
'speed? you do it for speed? Get userspace dbus in order and the speed
argument collapses'. Pretty much everybody also voiced problems with
security (none) and the statefulness of dbus.

All problems, blissfully ignored by the kdbus bunch.



[gentoo-user] Re: DRM Problem : Radeon HD 7670M

2016-03-26 Thread James
JingYuan Chen  gmail.com> writes:


> I had installed Gentoo in my laptop  successfully last weekend. My laptop
is Toshiba Satellite L840. I found that my VGA card is Radeon HD 7670M using
"lspci -k" command. Therefore, I refer to Gentoo's Radeon wiki page to
configure 4.1.15-r1 kernel with TURKS firmware and emerge linux-firmware atom.
> However, my new kernel can not load TURKS successfully. I notice that
there is an error message with DRM in dmesg's output. It shows
[drm:evergreen_init] *ERROR* Failed to load firmware.
> Why Evergreen ? Is not Northern Islands ? I am sure that the filename I
gave is TURKS's firmware in menuconfig.
> How could I make the dmesg's error message more verbose to debug ?
> Are there some configurations should I check again ?
> p.s. I built it in kernel not in modules.
> Any advice would be greatly appreciated.


Look directly into /lib/firmware/radeon/ and make sure you do not have
a typo somewhere.

Building directly into the kernel is a really good idea for video drivers.

Another tool you may want to check out, is Rich0's kernel crash dump page::

https://wiki.gentoo.org/wiki/Kernel_Crash_Dumps


Last, when all else fails and is actually quite easy is to find a
liveCD/DVD, from any distro that boots your lappy with the radeon driver
that works. Then you parse about to find the one it uses. Some of these
drivers are very close in the components and vendor card vendors have
a 'malaise' of dis information surrounding the exact specs of the video
components in there hardware, particularly laptop and tablet vendors.


Just keep looking around, trying different ones out and something will
work, eventually.

'lspci -k' show video driver details use on a generic livedvd booted system.

A livedvd was created to give away at a recent california conference but I
did not see it posted anywhere on the Release Engineering project pages.
There are other gentoo derivative distros with livedvd you can bootup
to help find the correct driver.



good hunting,
James




Re: [gentoo-user] Strange problem while emerging

2016-03-26 Thread Dan Johansson
On 26.03.2016 17:37, Alan McKinnon wrote:
> On 26/03/2016 17:46, Dan Johansson wrote:
>> On my Raspberry Pi2 (running Gentoo of cause) I have a problem with
>> portage, or rather with emerge. When emerging something I get some error
>> messages about "shell-init:... permission denied" like this:
>>
>> -8<-
Snip...
>> -8<-
>>
>> The emerge continues and installs the software OK (as far as I can see).
>> I tried to debug emerge (using --debug), but surprise surprise, just
>> before the error messages shows there is a "set +x" in the output, hence
>> I can not see which command it is that "produces" the error message and
>> I can also not see the path/file that is the culprit.
>>
>> Any suggestions on how to debug this further?
>>
>>
> 
> 
> 
> What user do you run emerge as?
> It should be root
> 
> Also check permissions on directories in /var/tmp/portage and all subdirs

User running emerge is root.

This is what my /var/tmp/portage looks like (when no emerge is running)
-8<-
# find /var/tmp/portage/ -type d -exec ls -pald {} +
drwxrwxrwt 5 portage portage 4096 Mar 26 17:53 /var/tmp/portage//
drwxrwxr-x 2 portage portage 4096 Mar 26 17:52 /var/tmp/portage/._unmerge_/
drwxrwsr-x 4 rootportage 4096 Mar 24 09:49 /var/tmp/portage/.distcc/
drwxrwsr-x 2 rootportage 4096 Mar 26 17:43
/var/tmp/portage/.distcc/lock/
drwxrwsr-x 2 rootportage 4096 Mar 26 17:51
/var/tmp/portage/.distcc/state/
-8<-

This looks the same as on my other systems with the exception of the
.distcc (as this is the only system using distcc).

The .distcc is automatically created when emerging and distcc is enabled.

-- 
Dan Johansson, 
***
This message is printed on 100% recycled electrons!
***



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] DRM Problem : Radeon HD 7670M

2016-03-26 Thread Mick
On Sunday 27 Mar 2016 00:23:21 JingYuan Chen wrote:
> Hello,
> 
> I had installed Gentoo in my laptop  successfully last weekend. My laptop
> is Toshiba Satellite L840. I found that my VGA card is Radeon HD 7670M
> using "lspci -k" command. Therefore, I refer to Gentoo's Radeon wiki page
> to configure 4.1.15-r1 kernel with TURKS firmware and emerge linux-firmware
> atom.
> 
> However, my new kernel can not load TURKS successfully. I notice that there
> is an error message with DRM in dmesg's output. It shows
> [drm:evergreen_init] *ERROR* Failed to load firmware.

So the kernel *wants* to load the Evergreen firmware blobs.


> Why Evergreen ? Is not Northern Islands ? I am sure that the filename I
> gave is TURKS's firmware in menuconfig.

Sure, but the kernel seems to think that the hardware is evergreen for some 
reason.  The Radeon HD 7670M apparently is based on the same chipset as Radeon 
HD 6650M:

http://www.notebookcheck.net/AMD-Radeon-HD-7670M.69483.0.html

so it may be that the foundry it came out of was of an Evergreen batch.


> How could I make the dmesg's error message more verbose to debug ?
> 
> Are there some configurations should I check again ?
> 
> p.s. I built it in kernel not in modules.
> 
> Any advice would be greatly appreciated.
> 
> Regards,
> Phil

I would first check that you have in your menuconfig the complete space 
separated Turks stanza:

radeon/BTC_rlc.bin radeon/TURKS_mc.bin radeon/TURKS_me.bin 
radeon/TURKS_pfp.bin radeon/TURKS_smc.bin radeon/SUMO_uvd.bin

and make sure there are no misspellings in there.  If it still complains, then 
replace these with the Evergreen (or whatever dmesg complains about) and try 
booting again.

BTW, have you tried booting different kernels, or LiveISOs to see what they 
detect the hardware as?

-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Strange problem while emerging

2016-03-26 Thread Alan McKinnon
On 26/03/2016 17:46, Dan Johansson wrote:
> On my Raspberry Pi2 (running Gentoo of cause) I have a problem with
> portage, or rather with emerge. When emerging something I get some error
> messages about "shell-init:... permission denied" like this:
> 
> -8<-
>>> Emerging (1 of 1) app-arch/xz-utils-5.2.2::gentoo
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Permission denied
 Downloading 'http://distfiles.gentoo.org/distfiles/xz-5.2.2.tar.gz'
> --2016-03-26 16:31:48--
> http://distfiles.gentoo.org/distfiles/xz-5.2.2.tar.gz
> Length: 1464228 (1.4M) [application/octet-stream]
> Saving to: ‘/usr/portage/distfiles/xz-5.2.2.tar.gz’
> 
> /usr/portage/distfi 100%[=>]   1.40M  3.06MB/s   in
> 0.5s
> 
> 2016-03-26 16:31:48 (3.06 MB/s) -
> ‘/usr/portage/distfiles/xz-5.2.2.tar.gz’ saved [1464228/1464228]
> 
>  * xz-5.2.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...
> 
>  [ ok ]
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Permission denied
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Permission denied
> job-working-directory: error retrieving current directory: getcwd:
> cannot access parent directories: Permission denied
> chdir: error retrieving current directory: getcwd: cannot access parent
> directories: Permission denied
 Unpacking source...
 Unpacking xz-5.2.2.tar.gz to
> /var/tmp/portage/app-arch/xz-utils-5.2.2/work
 Source unpacked in /var/tmp/portage/app-arch/xz-utils-5.2.2/work
> -8<-
> 
> The emerge continues and installs the software OK (as far as I can see).
> I tried to debug emerge (using --debug), but surprise surprise, just
> before the error messages shows there is a "set +x" in the output, hence
> I can not see which command it is that "produces" the error message and
> I can also not see the path/file that is the culprit.
> 
> Any suggestions on how to debug this further?
> 
> 



What user do you run emerge as?
It should be root

Also check permissions on directories in /var/tmp/portage and all subdirs

-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] DRM Problem : Radeon HD 7670M

2016-03-26 Thread JingYuan Chen
Hello,

I had installed Gentoo in my laptop  successfully last weekend. My laptop
is Toshiba Satellite L840. I found that my VGA card is Radeon HD 7670M
using "lspci -k" command. Therefore, I refer to Gentoo's Radeon wiki page
to configure 4.1.15-r1 kernel with TURKS firmware and emerge linux-firmware
atom.

However, my new kernel can not load TURKS successfully. I notice that there
is an error message with DRM in dmesg's output. It shows
[drm:evergreen_init] *ERROR* Failed to load firmware.

Why Evergreen ? Is not Northern Islands ? I am sure that the filename I
gave is TURKS's firmware in menuconfig.

How could I make the dmesg's error message more verbose to debug ?

Are there some configurations should I check again ?

p.s. I built it in kernel not in modules.

Any advice would be greatly appreciated.

Regards,
Phil


[gentoo-user] Re: Can't get any boot method working

2016-03-26 Thread Hans

On 26/03/16 02:31, Dan Douglas wrote:

I'm installing gentoo hardened on several machines all with btrfs root
filesystems, the simplest of which is a single gpt partitioned disk.
This is my current partitioning scheme (based on numerous conflicting
explainations on the wiki and handbook):

  # gdisk /dev/sda -l
GPT fdisk (gdisk) version 1.0.1

Partition table scan:
   MBR: protective
   BSD: not present
   APM: not present
   GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 4C1FE8C1-69CE-4433-A3E4-7060FFF5AF10
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)

Number  Start (sector)End (sector)  Size   Code  Name
12048 1050623   512.0 MiB   EF00  EFI System
2 1050624 9439231   4.0 GiB 8200  Linux swap
3 9439232  1953525134   927.0 GiB   8300  Linux filesystem

grub2-mkconfig generates no menu entries. Do I need anything generated
by /etc/grub.d/00_header? That output looks like garbage.

The only real relevant configuration in /etc/default/grub should be correct.

GRUB_CMDLINE_LINUX="root=UUID=f0373f0c-3798-4965-a845-b1b94cc14731
rootfstype=btrfs
rootflags=rw,noatime,compress=zlib,space_cache,subvol=rootfs"

I've tried several values for GRUB_DEVICE, which has no effect. This
page says an initramfs isn't needed even (for either btrfs RAID or
non-RAID configuration), though several pages disagree on this.
https://wiki.gentoo.org/wiki/GRUB2

grub2-install also fails:

  # grub2-install --target=x86_64-efi /dev/sda
Installing for x86_64-efi platform.
grub2-install: error: cannot find EFI directory.

What EFI directory? The one I created under /boot?

I've also tried a pure EFI stub loader. Attempting to build a dracut
image into the kernel causes the build to fail in various ways
depending on the compression method used.

   GEN usr/initramfs_data.cpio.gz
ERROR: incorrect format, could not locate file type line 8: ''
usr/Makefile:73: recipe for target 'usr/initramfs_data.cpio.gz' failed
make[1]: *** [usr/initramfs_data.cpio.gz] Error 255
Makefile:949: recipe for target 'usr' failed
make: *** [usr] Error 2
make: *** Waiting for unfinished jobs...

This page suggests generating an uncompressed image with dracut and
renaming the file with a .cpio extension which I'd guess is erroneous
advice. https://wiki.gentoo.org/wiki/EFI_stub_kernel . The remaining
instructions WRT eficompmgr all seem to assume I've been able to build
a kernel with a built-in command line and initramfs.

Is there any simpler way of doing this? I've gotten grub2 to work with
a btrfs RAID 10 and initramfs in the past but somehow grub2-mkconfig
isn't working now.


I installed Gentoo on more than 10 PC's and Laptops and virtual machines 
during the past 12 month. Tried Grub2, Btrf, etc. They caused problems. 
Genkernel, Grub-static, Ext4 with Disklabels, Samba, Xfce, always worked 
at first try, including workstations with RAID 5 booting from a RAID 1 
partition using a "Cut & Paste" installation script that does 95% of the 
keyboard work. Nothing complex, just very simple.







[gentoo-user] Strange problem while emerging

2016-03-26 Thread Dan Johansson
On my Raspberry Pi2 (running Gentoo of cause) I have a problem with
portage, or rather with emerge. When emerging something I get some error
messages about "shell-init:... permission denied" like this:

-8<-
>> Emerging (1 of 1) app-arch/xz-utils-5.2.2::gentoo
shell-init: error retrieving current directory: getcwd: cannot access
parent directories: Permission denied
>>> Downloading 'http://distfiles.gentoo.org/distfiles/xz-5.2.2.tar.gz'
--2016-03-26 16:31:48--
http://distfiles.gentoo.org/distfiles/xz-5.2.2.tar.gz
Length: 1464228 (1.4M) [application/octet-stream]
Saving to: ‘/usr/portage/distfiles/xz-5.2.2.tar.gz’

/usr/portage/distfi 100%[=>]   1.40M  3.06MB/s   in
0.5s

2016-03-26 16:31:48 (3.06 MB/s) -
‘/usr/portage/distfiles/xz-5.2.2.tar.gz’ saved [1464228/1464228]

 * xz-5.2.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...

 [ ok ]
shell-init: error retrieving current directory: getcwd: cannot access
parent directories: Permission denied
shell-init: error retrieving current directory: getcwd: cannot access
parent directories: Permission denied
job-working-directory: error retrieving current directory: getcwd:
cannot access parent directories: Permission denied
chdir: error retrieving current directory: getcwd: cannot access parent
directories: Permission denied
>>> Unpacking source...
>>> Unpacking xz-5.2.2.tar.gz to
/var/tmp/portage/app-arch/xz-utils-5.2.2/work
>>> Source unpacked in /var/tmp/portage/app-arch/xz-utils-5.2.2/work
-8<-

The emerge continues and installs the software OK (as far as I can see).
I tried to debug emerge (using --debug), but surprise surprise, just
before the error messages shows there is a "set +x" in the output, hence
I can not see which command it is that "produces" the error message and
I can also not see the path/file that is the culprit.

Any suggestions on how to debug this further?


-- 
Dan Johansson, 
***
This message is printed on 100% recycled electrons!
***



smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] Re: [gentoo-user] Re: 回复:Re: [gentoo-user] About the kdbus with gentoo-sources 4.3.6, of the greate memory usage.

2016-03-26 Thread Rich Freeman
On Sat, Mar 26, 2016 at 10:48 AM, Volker Armin Hemmann
 wrote:
>
> because it is broken by design, a security nightmare and seriously not
> needed at all?
>

While there is general interest in a better design, Linus believes it
is in fact needed and intends to merge the ultimate result.  The
concern is with the design of kdbus itself, not the concept.  It is
just a more rigorous form of IPC.

Others are of course welcome to disagree.

-- 
Rich



[gentoo-user] Re: 回复:Re: [gentoo-user] About the kdbus with gentoo-sources 4.3.6, of the greate memory usage.

2016-03-26 Thread Volker Armin Hemmann
Am 11.03.2016 um 16:08 schrieb Nicol TAO:
> yes. it was not updated later any only support linux kernel 4.3 branch.
> it seems kdbus can speed up communication, why not actively devel and
> update?
>

because it is broken by design, a security nightmare and seriously not
needed at all?

> 发自 网易邮箱大师 
> 在 2016年03月11日 20:23,Arve Barsnes 
> 写道:
>
> On 11 March 2016 at 11:44, Nicol TAO  wrote:
> >
> > Has anyone use kdbus with gentoo? I built and installed the
> latest kdbus
> > with gentoo-sources 4.3.6.
>
> kdbus was discontinued back in October, so it shouldn't be used at
> all
> as far as I know.
>



[gentoo-user] New Laptop Will Be Here in Few Days

2016-03-26 Thread Lee
New Clevo W670RZQ Laptop with 6th Gen i7 cpu, hm170 Intel chipset and on-
board graphics.

Will the latest stable kernel and firmware packages work with it? Will the
most recent minimal install disc be adequate for my needs, or should I go
with another distribution for the purpose of having a working  nic?

Anyone have first hand knowledge?


[gentoo-user] Anyone running gentoo on AppleTV 1st gen?

2016-03-26 Thread Mick
Hi All,

In the hope of some of you being more experienced around Apple devices, I 
thought of asking here first.

I've come across an AppleTV 1 box and been searching the Interwebs for gentoo 
related info.  At present I only intend to use it as a NAS box and VPN 
gateway.  Later on I may use it as a media server with Kodi, but first things 
first, what is the recommended up to date method to install Gentoo on it?

I have come across these rather outdated pages which advise to use a ATV-
Bootloader USB Stick, but I am not sure if this would be necessary these days 
with various UEFI LiveISOs around:

http://kodi.wiki/view/Archive:HOW-TO:Install_Gentoo_and_XBMC_on_Apple_TV_1

https://github.com/davilla/atv-bootloader

-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.