Re: [gentoo-user] Which SMART stats to watch (link)

2014-11-12 Thread Volker Armin Hemmann
Am 13.11.2014 um 01:01 schrieb Adam Carter: > "Backblaze's analysis of nearly 40,000 drives showed five SMART > metrics that correlate strongly with impending disk drive failure: > > * SMART 5 - Reallocated_Sector_Count. > * SMART 187 - Reported_Uncorrectable_Errors. > * SMART 188 - Command_T

[gentoo-user] Which SMART stats to watch (link)

2014-11-12 Thread Adam Carter
"Backblaze's analysis of nearly 40,000 drives showed five SMART metrics that correlate strongly with impending disk drive failure: - SMART 5 - Reallocated_Sector_Count. - SMART 187 - Reported_Uncorrectable_Errors. - SMART 188 - Command_Timeout. - SMART 197 - Current_Pending_Sector_Coun

[gentoo-user] Re: gentoo livedvd kernel

2014-11-12 Thread James
Rich Freeman gentoo.org> writes: > Generally the kernel is the easiest thing to get off of one of those > LiveDVDs by just sticking the DVD in a drive and reading it (without > booting it). Everything else on the DVD except for the kernel and > initramfs and bootloader tends to go in some big s

[gentoo-user] Re: gentoo livedvd kernel

2014-11-12 Thread James
Neil Bothwick digimed.co.uk> writes: > > Ok, I'm not sure where the actual kernel binary is on the livedvd. > > I really want that actual binary. > I thought you just wanted the config. If you look in the bootloader menu, > either from the menu itself or at its config file on the disc, you will

Re: [gentoo-user] gentoo livedvd kernel

2014-11-12 Thread James
email missionaccomplish.com missionaccomplish.com> writes: > > The livedvd kernel sources are in /etc/kernels which is where genkernel puts them. Likewhoa Just the .config file, not the actual kernel.

Re: [gentoo-user] Re: gentoo livedvd kernel

2014-11-12 Thread Rich Freeman
On Wed, Nov 12, 2014 at 1:50 PM, Neil Bothwick wrote: > On Wed, 12 Nov 2014 18:31:07 + (UTC), James wrote: > >> > 1) Boot from the DVD and copy /proc/config.gz to a >> > writeable device. >> >> cool, this gets me the .config file. >> >> > 2) Copy the kernel from the DVD and use >> >/usr/sr

Re: [gentoo-user] Qt5

2014-11-12 Thread Andrés Becerra Sandoval
2014-11-12 12:46 GMT-05:00 Jc García : > 2014-11-12 11:37 GMT-06:00 siefke_lis...@web.de : >> Hello, >> >> i want install qt5 with the qt overlay. But i become message >> >> i686-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections >> -fuse-ld=gold -o ../../../bin/moc .obj/moc.o .obj/preproc

Re: [gentoo-user] Re: gentoo livedvd kernel

2014-11-12 Thread Neil Bothwick
On Wed, 12 Nov 2014 18:31:07 + (UTC), James wrote: > > 1) Boot from the DVD and copy /proc/config.gz to a > > writeable device. > > cool, this gets me the .config file. > > > 2) Copy the kernel from the DVD and use > >/usr/src/linux/scripts/extract-ikconfig to extract the config. >

[gentoo-user] Re: gentoo livedvd kernel

2014-11-12 Thread James
Neil Bothwick digimed.co.uk> writes: > > I want to take a closer look at the (amd64) kernel that is > You have (at least) three options: > 1) Boot from the DVD and copy /proc/config.gz to a writeable device. cool, this gets me the .config file. > 2) Copy the kernel from the DVD and use >

[gentoo-user] Re: [gentoo-user] gentoo livedvd kernel

2014-11-12 Thread em...@missionaccomplish.com
The livedvd kernel sources are in /etc/kernels which is where genkernel puts them. Likewhoa - Reply message - From: "James" To: Subject: [gentoo-user] gentoo livedvd kernel Date: Wed, Nov 12, 2014 12:02 pm Hello, I want to take a closer look at the (amd64) kernel that is used on th

Re: [gentoo-user] Qt5

2014-11-12 Thread Jc García
2014-11-12 11:37 GMT-06:00 siefke_lis...@web.de : > Hello, > > i want install qt5 with the qt overlay. But i become message > > i686-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -fuse-ld=gold > -o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o > .obj/parser.o .obj/

[gentoo-user] Qt5

2014-11-12 Thread siefke_lis...@web.de
Hello, i want install qt5 with the qt overlay. But i become message i686-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -fuse-ld=gold -o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/main.o -L/var/tmp/portage/dev-qt/qtcore-5.4.

Re: [gentoo-user] gentoo livedvd kernel

2014-11-12 Thread Neil Bothwick
On Wed, 12 Nov 2014 17:02:19 + (UTC), James wrote: > I want to take a closer look at the (amd64) kernel that is > used on the latest gentoo livedvd. The easiest way > is to copy the kernel, /usr/src/.config and the /usr/src/System.map > files to the dev box for closer examination. > > Where

[gentoo-user] gentoo livedvd kernel

2014-11-12 Thread James
Hello, I want to take a closer look at the (amd64) kernel that is used on the latest gentoo livedvd. The easiest way is to copy the kernel, /usr/src/.config and the /usr/src/System.map files to the dev box for closer examination. Where do I find these? On the livedvd itself or If all I c

Re: [gentoo-user] difficulties with lvm2+systemd+grub2

2014-11-12 Thread covici
Michael Mair-Keimberger wrote: > On Tue, Nov 11, 2014 at 05:13:16PM -0500, cov...@ccs.covici.com wrote: > > Michael Mair-Keimberger wrote: > > > > > Hi List, > > > > > > Today I've started to play around with systemd but so far I couldn't get > > > it to boot. I've followed the how to from the

Re: [gentoo-user] difficulties with lvm2+systemd+grub2

2014-11-12 Thread Stefan G. Weichinger
Am 12.11.2014 um 11:07 schrieb Sam Jorna: > On Wed, Nov 12, 2014 at 10:42:28AM +0100, Michael Mair-Keimberger > wrote: >> On Wed, Nov 12, 2014 at 12:03:04PM +1100, wra...@wraeth.id.au >> wrote: >>> On Tue, Nov 11, 2014 at 09:56:09PM +0100, Michael >>> Mair-Keimberger wrote: > >> systemd. Maybe i c

Re: [gentoo-user] difficulties with lvm2+systemd+grub2

2014-11-12 Thread Stefan G. Weichinger
Am 12.11.2014 um 10:47 schrieb Michael Mair-Keimberger: > Dracut was already mentioned. I'll give it a try later that day. > Regarding your "rd.lvm.vg=" flag. I guess should be put into the > grub2 entry, shouldn't it? Yes, in the same line where you add the init= parameter. You might add it to

Re: [gentoo-user] Re: gcc 4.7.3 --> 4.8.3

2014-11-12 Thread Neil Bothwick
On Wed, 12 Nov 2014 02:07:23 + (UTC), James wrote: > > No, simply log out of the desktop and back in. > > Um, Tomas's little one-liner: > lsof -n | grep 'DEL.*lib' > > revealed far to much to deal with. I got lib issues coming out of my > arse (I've been hacking at a few things I do not fu

Re: [gentoo-user] difficulties with lvm2+systemd+grub2

2014-11-12 Thread Sam Jorna
On Wed, Nov 12, 2014 at 10:42:28AM +0100, Michael Mair-Keimberger wrote: > On Wed, Nov 12, 2014 at 12:03:04PM +1100, wra...@wraeth.id.au wrote: > > On Tue, Nov 11, 2014 at 09:56:09PM +0100, Michael Mair-Keimberger wrote: > systemd. Maybe i could adopt that to my custom one as well. Working examp

Re: [gentoo-user] difficulties with lvm2+systemd+grub2

2014-11-12 Thread Michael Mair-Keimberger
On Tue, Nov 11, 2014 at 05:13:16PM -0500, cov...@ccs.covici.com wrote: > Michael Mair-Keimberger wrote: > > > Hi List, > > > > Today I've started to play around with systemd but so far I couldn't get > > it to boot. I've followed the how to from the gentoo wiki [1], but I > > stuck somehow. > >

Re: [gentoo-user] difficulties with lvm2+systemd+grub2

2014-11-12 Thread Michael Mair-Keimberger
On Wed, Nov 12, 2014 at 12:03:04PM +1100, wra...@wraeth.id.au wrote: > On Tue, Nov 11, 2014 at 09:56:09PM +0100, Michael Mair-Keimberger wrote: > > Today I've started to play around with systemd but so far I couldn't get > > it to boot. I've followed the how to from the gentoo wiki [1], but I > > s

Re: [gentoo-user] difficulties with lvm2+systemd+grub2

2014-11-12 Thread Michael Mair-Keimberger
On Tue, Nov 11, 2014 at 03:47:49PM -0600, Jc García wrote: > 2014-11-11 14:56 GMT-06:00 Michael Mair-Keimberger > : > > > This lead me to my second question. At the wiki, the only way to create > > an initramfs for systemd was with genkernel (genkernel --udev --lvm). > > While the command itself

Re: [gentoo-user] difficulties with lvm2+systemd+grub2

2014-11-12 Thread Michael Mair-Keimberger
On Tue, Nov 11, 2014 at 10:44:36PM +0100, Stefan G. Weichinger wrote: > Am 11.11.2014 um 21:56 schrieb Michael Mair-Keimberger: > > > Don't get confused about the "lvm" flag. This just get passed to my very > > simple custom initramfs > > Why not try dracut for creating your initrd? > > I spent