* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 2:18 ` Felix Miata
@ 2011-05-16 2:54 ` Felix Miata
2011-05-16 8:22 ` Neil Bothwick
2011-05-16 11:58 ` Tanstaafl
0 siblings, 2 replies; 33+ messages in thread
From: Felix Miata @ 2011-05-16 2:54 UTC (permalink / raw
To: gentoo-user
On 2011/05/15 22:18 (GMT-0400) Felix Miata composed:
> I have two Gentoo stanzas in my primary bootloader, one to load the kernel,
> another to chainload Gentoo's Grub. Loading the kernel works, but chainload
> gives error 13 invalid executable format. I named the bzImage copied to /boot
> "kernel-2.6.37-r4f", and symlinked it a vmlinuz. vmlinuz is the name I use in
> the Grub stanzas. Is Gentoo's Grub expecting the kernel to have a particular
> name, and I picked a wrong one? Or maybe what it doesn't like is that I
> uncommented splashimage=(hd0,6)/boot/grub/splash.xpm.gz in menu.lst?
I got this to work too:
# grub
grub> find /boot/grub/stage1
grub> root (hd0,6)
grub> setup (hd0,6)
grub> quit
#
Why setup didn't get this right via emerge I have no idea, unless it didn't
actually do anything toward actually setting Grub up. If so, it could be
there was already some mismatched Grub code there already from a previous use
of the sectors there that didn't like the file format.
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 2:54 ` [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!) Felix Miata
@ 2011-05-16 8:22 ` Neil Bothwick
2011-05-16 11:58 ` Tanstaafl
1 sibling, 0 replies; 33+ messages in thread
From: Neil Bothwick @ 2011-05-16 8:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 404 bytes --]
On Sun, 15 May 2011 22:54:14 -0400, Felix Miata wrote:
> Why setup didn't get this right via emerge I have no idea, unless it
> didn't actually do anything toward actually setting Grub up.
Emerging GRUB installs it, that's all. The post installation message
would have told you to set i up, but it's up to you to do the work.
--
Neil Bothwick
I'm not closed minded, you're just wrong.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 2:54 ` [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!) Felix Miata
2011-05-16 8:22 ` Neil Bothwick
@ 2011-05-16 11:58 ` Tanstaafl
2011-05-16 12:43 ` JDM
1 sibling, 1 reply; 33+ messages in thread
From: Tanstaafl @ 2011-05-16 11:58 UTC (permalink / raw
To: gentoo-user
On 2011-05-15 10:54 PM, Felix Miata wrote:
> Why setup didn't get this right via emerge I have no idea, unless it
> didn't actually do anything toward actually setting Grub up. If so, it
> could be there was already some mismatched Grub code there already from
> a previous use of the sectors there that didn't like the file format.
Felix - you need to start reading the post-install messages when
emerging things.
With Gentoo, a lot of times, you have to actually do things manually
after installing something - as you found with GRUB.
Most people set things up so they get emails of the post install
messages when emerging things, but it is up to you to actually read them
and, when necessary, follow the instructions.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 11:58 ` Tanstaafl
@ 2011-05-16 12:43 ` JDM
2011-05-16 12:57 ` Neil Bothwick
2011-05-16 14:49 ` Stroller
0 siblings, 2 replies; 33+ messages in thread
From: JDM @ 2011-05-16 12:43 UTC (permalink / raw
To: gentoo-user
That's a clever trick. How do you get emails from emerge?
JDM
-----Original Message-----
From: Tanstaafl <tanstaafl@libertytrek.org>
Date: Mon, 16 May 2011 07:58:34
To: <gentoo-user@lists.gentoo.org>
Reply-to: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
On 2011-05-15 10:54 PM, Felix Miata wrote:
> Why setup didn't get this right via emerge I have no idea, unless it
> didn't actually do anything toward actually setting Grub up. If so, it
> could be there was already some mismatched Grub code there already from
> a previous use of the sectors there that didn't like the file format.
Felix - you need to start reading the post-install messages when
emerging things.
With Gentoo, a lot of times, you have to actually do things manually
after installing something - as you found with GRUB.
Most people set things up so they get emails of the post install
messages when emerging things, but it is up to you to actually read them
and, when necessary, follow the instructions.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 12:43 ` JDM
@ 2011-05-16 12:57 ` Neil Bothwick
2011-05-16 14:49 ` Stroller
1 sibling, 0 replies; 33+ messages in thread
From: Neil Bothwick @ 2011-05-16 12:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
On Mon, 16 May 2011 12:43:05 +0000, JDM wrote:
> That's a clever trick. How do you get emails from emerge?
Read the settings for PORTAGE_ELOG in man make.conf.
--
Neil Bothwick
WinErr 001: Windows loaded - System in danger
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 12:43 ` JDM
2011-05-16 12:57 ` Neil Bothwick
@ 2011-05-16 14:49 ` Stroller
1 sibling, 0 replies; 33+ messages in thread
From: Stroller @ 2011-05-16 14:49 UTC (permalink / raw
To: gentoo-user
On 16/5/2011, at 1:43pm, JDM wrote:
>> Most people set things up so they get emails of the post install
>> messages when emerging things, but it is up to you to actually read them
>> and, when necessary, follow the instructions.
> That's a clever trick. How do you get emails from emerge?
$ grep -i mail /etc/make.conf
PORTAGE_ELOG_SYSTEM="save mail"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_MAILFROM="portage@hex"
$
(I follow the guiding principal that root and postmaster should always be correctly aliased, and that mail to them should be delivered correctly to another named user, my own).
Stroller.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
[not found] ` <gT5ID-2q7-33@gated-at.bofh.it>
@ 2011-05-16 14:57 ` Indi
2011-05-16 19:57 ` Neil Bothwick
0 siblings, 1 reply; 33+ messages in thread
From: Indi @ 2011-05-16 14:57 UTC (permalink / raw
To: gentoo-user
On Mon, May 16, 2011 at 03:10:03PM +0200, Neil Bothwick wrote:
> On Mon, 16 May 2011 12:43:05 +0000, JDM wrote:
>
> > That's a clever trick. How do you get emails from emerge?
>
> Read the settings for PORTAGE_ELOG in man make.conf.
>
>
Or as that man page says,
"Please see /usr/share/portage/config/make.conf.example
for elog documentation."
:)
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
[not found] ` <gSWch-2SU-7@gated-at.bofh.it>
[not found] ` <gT4Mx-Ls-15@gated-at.bofh.it>
@ 2011-05-16 15:26 ` Indi
2011-05-16 16:00 ` Felix Miata
1 sibling, 1 reply; 33+ messages in thread
From: Indi @ 2011-05-16 15:26 UTC (permalink / raw
To: gentoo-user
On Mon, May 16, 2011 at 05:00:02AM +0200, Felix Miata wrote:
> On 2011/05/15 22:18 (GMT-0400) Felix Miata composed:
>
> > I have two Gentoo stanzas in my primary bootloader, one to load the kernel,
> > another to chainload Gentoo's Grub. Loading the kernel works, but chainload
> > gives error 13 invalid executable format. I named the bzImage copied to /boot
> > "kernel-2.6.37-r4f", and symlinked it a vmlinuz. vmlinuz is the name I use in
> > the Grub stanzas. Is Gentoo's Grub expecting the kernel to have a particular
> > name, and I picked a wrong one? Or maybe what it doesn't like is that I
> > uncommented splashimage=(hd0,6)/boot/grub/splash.xpm.gz in menu.lst?
>
I always just copy the bzImage to (for example)
/boot/vmlinux-2.6.38-gentoo-r5, but the name doesn't really matter as
long as it matches your bootloader entry.
>
> Why setup didn't get this right via emerge I have no idea, unless it didn't
> actually do anything toward actually setting Grub up. If so, it could be
> there was already some mismatched Grub code there already from a previous use
> of the sectors there that didn't like the file format.
>
The install docs are fairly clear that installing the grub pkg is only
the first step of setting up the bootloader.
It seems to me (though I could certainly be wrong) that your best bet
really is to perform a "vanilla install" first, as much as your hardware
allows. Just to get to know the system before attempting to customize it.
:)
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 15:26 ` Indi
@ 2011-05-16 16:00 ` Felix Miata
0 siblings, 0 replies; 33+ messages in thread
From: Felix Miata @ 2011-05-16 16:00 UTC (permalink / raw
To: gentoo-user
On 2011/05/16 11:26 (GMT-0400) Indi composed:
> On Mon, May 16, 2011 at 05:00:02AM +0200, Felix Miata wrote:
>> On 2011/05/15 22:18 (GMT-0400) Felix Miata composed:
>> > I have two Gentoo stanzas in my primary bootloader, one to load the kernel,
>> > another to chainload Gentoo's Grub. Loading the kernel works, but chainload
>> > gives error 13 invalid executable format. I named the bzImage copied to /boot
>> > "kernel-2.6.37-r4f", and symlinked it a vmlinuz. vmlinuz is the name I use in
>> > the Grub stanzas. Is Gentoo's Grub expecting the kernel to have a particular
>> > name, and I picked a wrong one? Or maybe what it doesn't like is that I
>> > uncommented splashimage=(hd0,6)/boot/grub/splash.xpm.gz in menu.lst?
> I always just copy the bzImage to (for example)
> /boot/vmlinux-2.6.38-gentoo-r5, but the name doesn't really matter as
> long as it matches your bootloader entry.
I spent more time thinking about what happened, and decided the Grub message
had to be coming from the master Grub trying to chainload the non-existent
Gentoo Grub, and finding old data from a partition previously using that
space, rather than something recognizable as boot code.
>> Why setup didn't get this right via emerge I have no idea, unless it didn't
>> actually do anything toward actually setting Grub up. If so, it could be
>> there was already some mismatched Grub code there already from a previous use
>> of the sectors there that didn't like the file format.
> The install docs are fairly clear that installing the grub pkg is only
> the first step of setting up the bootloader.
At that point I was seriously burned out on reading and rereading docs on
install attempt #8 on my 5th day trying. I was so joyful seeing pretty colors
and no error messages that I couldn't think logically. ;-)
> It seems to me (though I could certainly be wrong) that your best bet
> really is to perform a "vanilla install" first, as much as your hardware
> allows. Just to get to know the system before attempting to customize it.
> :)
Actually after the first or 2nd or some subsequent attempt that was my plan.
After so much time passed (days, not just hours) and I had good kernel, NFS,
and MC that I didn't see much point delaying KDE. After the errors
disappeared around 10 last night and I reported same here I started to wonder
where to go next on a tired brain. I set qt3support emerging around that
time, and more than 3 hours later and time for bed its hundred & some
packages were still emerging. I woke up hours later to goto the bathroom and
found that done, so set kdm to install. That hundred plus set of packages is
still emerging now, nearly 6 hours later. Maybe 32 bit 1667MHz & 512M RAM is
on the skimpy side for installing Gentoo?
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
[not found] ` <gT8wO-7br-17@gated-at.bofh.it>
@ 2011-05-16 16:18 ` Indi
[not found] ` <20110516162126.GB8525@gaurahari>
2011-05-16 18:42 ` Alan McKinnon
0 siblings, 2 replies; 33+ messages in thread
From: Indi @ 2011-05-16 16:18 UTC (permalink / raw
To: gentoo-user
On Mon, May 16, 2011 at 06:10:02PM +0200, Felix Miata wrote:
>
> Actually after the first or 2nd or some subsequent attempt that was my plan.
> After so much time passed (days, not just hours) and I had good kernel, NFS,
> and MC that I didn't see much point delaying KDE. After the errors
> disappeared around 10 last night and I reported same here I started to wonder
> where to go next on a tired brain. I set qt3support emerging around that
> time, and more than 3 hours later and time for bed its hundred & some
> packages were still emerging. I woke up hours later to goto the bathroom and
> found that done, so set kdm to install. That hundred plus set of packages is
> still emerging now, nearly 6 hours later. Maybe 32 bit 1667MHz & 512M RAM is
> on the skimpy side for installing Gentoo?
>
Not to mention there is pretty much no way you'll be using kde on that
hardware! I'd be surprised if X would be usable on that even with blackbox
wm...
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
[not found] ` <20110516162126.GB8525@gaurahari>
@ 2011-05-16 16:30 ` Indi
0 siblings, 0 replies; 33+ messages in thread
From: Indi @ 2011-05-16 16:30 UTC (permalink / raw
To: gentoo-user
> On Mon, May 16, 2011 at 12:18:49PM -0400, Indi wrote:
> > On Mon, May 16, 2011 at 06:10:02PM +0200, Felix Miata wrote:
> > >
> > > Actually after the first or 2nd or some subsequent attempt that was my plan.
> > > After so much time passed (days, not just hours) and I had good kernel, NFS,
> > > and MC that I didn't see much point delaying KDE. After the errors
> > > disappeared around 10 last night and I reported same here I started to wonder
> > > where to go next on a tired brain. I set qt3support emerging around that
> > > time, and more than 3 hours later and time for bed its hundred & some
> > > packages were still emerging. I woke up hours later to goto the bathroom and
> > > found that done, so set kdm to install. That hundred plus set of packages is
> > > still emerging now, nearly 6 hours later. Maybe 32 bit 1667MHz & 512M RAM is
> > > on the skimpy side for installing Gentoo?
> > >
> >
> > Not to mention there is pretty much no way you'll be using kde on that
> > hardware! I'd be surprised if X would be usable on that even with blackbox
> > wm...
> >
>
Oh jeesh, my bad -- I saw "167 MHz", but it's "1667 MHz".
Sorry! :/ (My eyesight is not good)
Yes, you shoud be able to run whatever DE/WM.
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 16:18 ` Indi
[not found] ` <20110516162126.GB8525@gaurahari>
@ 2011-05-16 18:42 ` Alan McKinnon
2011-05-16 21:15 ` Dale
1 sibling, 1 reply; 33+ messages in thread
From: Alan McKinnon @ 2011-05-16 18:42 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 18:18 on Monday 16 May 2011, Indi did opine
thusly:
> On Mon, May 16, 2011 at 06:10:02PM +0200, Felix Miata wrote:
> > Actually after the first or 2nd or some subsequent attempt that was my
> > plan. After so much time passed (days, not just hours) and I had good
> > kernel, NFS, and MC that I didn't see much point delaying KDE. After the
> > errors disappeared around 10 last night and I reported same here I
> > started to wonder where to go next on a tired brain. I set qt3support
> > emerging around that time, and more than 3 hours later and time for bed
> > its hundred & some packages were still emerging. I woke up hours later
> > to goto the bathroom and found that done, so set kdm to install. That
> > hundred plus set of packages is still emerging now, nearly 6 hours
> > later. Maybe 32 bit 1667MHz & 512M RAM is on the skimpy side for
> > installing Gentoo?
>
> Not to mention there is pretty much no way you'll be using kde on that
> hardware! I'd be surprised if X would be usable on that even with blackbox
> wm...
This is a joke right?
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 14:57 ` Indi
@ 2011-05-16 19:57 ` Neil Bothwick
2011-05-16 20:35 ` JDM
0 siblings, 1 reply; 33+ messages in thread
From: Neil Bothwick @ 2011-05-16 19:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 587 bytes --]
On Mon, 16 May 2011 10:57:14 -0400, Indi wrote:
> > Read the settings for PORTAGE_ELOG in man make.conf.
> Or as that man page says,
> "Please see /usr/share/portage/config/make.conf.example
> for elog documentation."
I know that's what the man page currently says, but I expect it will be
updated to include the actual information long before this thread is
deleted from all mail archives, so it seemed prudent to point to the man
page and let the user follow the link :)
--
Neil Bothwick
A computer without Microsoft is like a chocolate cake without mustard.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 19:57 ` Neil Bothwick
@ 2011-05-16 20:35 ` JDM
0 siblings, 0 replies; 33+ messages in thread
From: JDM @ 2011-05-16 20:35 UTC (permalink / raw
To: gentoo-user
Thnx, have followed advice. I am impressed.
JDM
-----Original Message-----
From: Neil Bothwick <neil@digimed.co.uk>
Date: Mon, 16 May 2011 20:57:26
To: <gentoo-user@lists.gentoo.org>
Reply-to: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
On Mon, 16 May 2011 10:57:14 -0400, Indi wrote:
> > Read the settings for PORTAGE_ELOG in man make.conf.
> Or as that man page says,
> "Please see /usr/share/portage/config/make.conf.example
> for elog documentation."
I know that's what the man page currently says, but I expect it will be
updated to include the actual information long before this thread is
deleted from all mail archives, so it seemed prudent to point to the man
page and let the user follow the link :)
--
Neil Bothwick
A computer without Microsoft is like a chocolate cake without mustard.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 18:42 ` Alan McKinnon
@ 2011-05-16 21:15 ` Dale
2011-05-16 21:40 ` Alan McKinnon
0 siblings, 1 reply; 33+ messages in thread
From: Dale @ 2011-05-16 21:15 UTC (permalink / raw
To: gentoo-user
Alan McKinnon wrote:
> Apparently, though unproven, at 18:18 on Monday 16 May 2011, Indi did opine
> thusly:
>
>
>> On Mon, May 16, 2011 at 06:10:02PM +0200, Felix Miata wrote:
>>
>>> Actually after the first or 2nd or some subsequent attempt that was my
>>> plan. After so much time passed (days, not just hours) and I had good
>>> kernel, NFS, and MC that I didn't see much point delaying KDE. After the
>>> errors disappeared around 10 last night and I reported same here I
>>> started to wonder where to go next on a tired brain. I set qt3support
>>> emerging around that time, and more than 3 hours later and time for bed
>>> its hundred& some packages were still emerging. I woke up hours later
>>> to goto the bathroom and found that done, so set kdm to install. That
>>> hundred plus set of packages is still emerging now, nearly 6 hours
>>> later. Maybe 32 bit 1667MHz& 512M RAM is on the skimpy side for
>>> installing Gentoo?
>>>
>> Not to mention there is pretty much no way you'll be using kde on that
>> hardware! I'd be surprised if X would be usable on that even with blackbox
>> wm...
>>
> This is a joke right?
>
>
I once ran Gentoo Linux with KDE3 on a 133Mhz machine with 256Mbs of
ram. It wasn't fast but it did OK. A friend used it to play cards on.
No internet or anything tho.
I did the compiling via chroot on my old rig which had a much faster CPU
and such. I just plugged the drive into my rig and did my thing.
It may be slow but it should work. Make sure you have some swap tho.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 21:15 ` Dale
@ 2011-05-16 21:40 ` Alan McKinnon
2011-05-16 23:01 ` Neil Bothwick
0 siblings, 1 reply; 33+ messages in thread
From: Alan McKinnon @ 2011-05-16 21:40 UTC (permalink / raw
To: gentoo-user; +Cc: Dale
Apparently, though unproven, at 23:15 on Monday 16 May 2011, Dale did opine
thusly:
> Alan McKinnon wrote:
> > Apparently, though unproven, at 18:18 on Monday 16 May 2011, Indi did
> > opine
> >
> > thusly:
> >> On Mon, May 16, 2011 at 06:10:02PM +0200, Felix Miata wrote:
> >>> Actually after the first or 2nd or some subsequent attempt that was my
> >>> plan. After so much time passed (days, not just hours) and I had good
> >>> kernel, NFS, and MC that I didn't see much point delaying KDE. After
> >>> the errors disappeared around 10 last night and I reported same here I
> >>> started to wonder where to go next on a tired brain. I set qt3support
> >>> emerging around that time, and more than 3 hours later and time for
> >>> bed its hundred& some packages were still emerging. I woke up hours
> >>> later to goto the bathroom and found that done, so set kdm to install.
> >>> That hundred plus set of packages is still emerging now, nearly 6
> >>> hours later. Maybe 32 bit 1667MHz& 512M RAM is on the skimpy side for
> >>> installing Gentoo?
> >>
> >> Not to mention there is pretty much no way you'll be using kde on that
> >> hardware! I'd be surprised if X would be usable on that even with
> >> blackbox wm...
> >
> > This is a joke right?
>
> I once ran Gentoo Linux with KDE3 on a 133Mhz machine with 256Mbs of
> ram. It wasn't fast but it did OK. A friend used it to play cards on.
> No internet or anything tho.
>
> I did the compiling via chroot on my old rig which had a much faster CPU
> and such. I just plugged the drive into my rig and did my thing.
>
> It may be slow but it should work. Make sure you have some swap tho.
I pondered for a long time how to reply to Indi.
I had many posts typed out, most of them rude, all of them classic Alan, but
something held me back. Lucky it went that way, he later posted he read
1667MHZ as 167MHz.
Amazing what a difference a "1" can make :-)
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
[not found] ` <gTch4-56D-3@gated-at.bofh.it>
@ 2011-05-16 21:45 ` Indi
0 siblings, 0 replies; 33+ messages in thread
From: Indi @ 2011-05-16 21:45 UTC (permalink / raw
To: gentoo-user
On Mon, May 16, 2011 at 10:10:02PM +0200, Neil Bothwick wrote:
> On Mon, 16 May 2011 10:57:14 -0400, Indi wrote:
>
> > > Read the settings for PORTAGE_ELOG in man make.conf.
>
> > Or as that man page says,
> > "Please see /usr/share/portage/config/make.conf.example
> > for elog documentation."
>
> I know that's what the man page currently says, but I expect it will be
> updated to include the actual information long before this thread is
> deleted from all mail archives, so it seemed prudent to point to the man
> page and let the user follow the link :)
>
>
Quite right, thanks. :)
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 21:40 ` Alan McKinnon
@ 2011-05-16 23:01 ` Neil Bothwick
2011-05-16 23:18 ` Alan McKinnon
2011-05-16 23:22 ` Felix Miata
0 siblings, 2 replies; 33+ messages in thread
From: Neil Bothwick @ 2011-05-16 23:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 371 bytes --]
On Mon, 16 May 2011 23:40:32 +0200, Alan McKinnon wrote:
> I had many posts typed out, most of them rude, all of them classic
> Alan, but something held me back. Lucky it went that way, he later
> posted he read 1667MHZ as 167MHz.
>
> Amazing what a difference a "1" can make :-)
Not nearly as much as a "6" :P
--
Neil Bothwick
WWW: World Wide Wait
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 23:01 ` Neil Bothwick
@ 2011-05-16 23:18 ` Alan McKinnon
2011-05-18 5:16 ` Pandu Poluan
2011-05-16 23:22 ` Felix Miata
1 sibling, 1 reply; 33+ messages in thread
From: Alan McKinnon @ 2011-05-16 23:18 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 01:01 on Tuesday 17 May 2011, Neil Bothwick
did opine thusly:
> On Mon, 16 May 2011 23:40:32 +0200, Alan McKinnon wrote:
> > I had many posts typed out, most of them rude, all of them classic
> > Alan, but something held me back. Lucky it went that way, he later
> > posted he read 1667MHZ as 167MHz.
> >
> > Amazing what a difference a "1" can make :-)
>
> Not nearly as much as a "6" :P
I *really* need to get some sleep and go to bed _right_now_
<sigh>
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 23:01 ` Neil Bothwick
2011-05-16 23:18 ` Alan McKinnon
@ 2011-05-16 23:22 ` Felix Miata
1 sibling, 0 replies; 33+ messages in thread
From: Felix Miata @ 2011-05-16 23:22 UTC (permalink / raw
To: gentoo-user
On 2011/05/16 19:01 (GMT-0400) Neil Bothwick composed:
> On Mon, 16 May 2011 23:40:32 +0200, Alan McKinnon wrote:
>> he read 1667MHZ as 167MHz.
>> Amazing what a difference a "1" can make :-)
> Not nearly as much as a "6" :P
Sure it can! In 1111101000b, any of those "1"s represents more than 6. Indi
misread 11010000011b as 10100111b, while "6" is only 110b. :-)
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
[not found] ` <gTf5g-1sL-23@gated-at.bofh.it>
@ 2011-05-16 23:28 ` Indi
2011-05-16 23:49 ` Alan McKinnon
0 siblings, 1 reply; 33+ messages in thread
From: Indi @ 2011-05-16 23:28 UTC (permalink / raw
To: gentoo-user
On Tue, May 17, 2011 at 01:10:02AM +0200, Neil Bothwick wrote:
> On Mon, 16 May 2011 23:40:32 +0200, Alan McKinnon wrote:
>
> > I had many posts typed out, most of them rude, all of them classic
> > Alan, but something held me back. Lucky it went that way, he later
> > posted he read 1667MHZ as 167MHz.
> >
> > Amazing what a difference a "1" can make :-)
>
> Not nearly as much as a "6" :P
>
Or an "s"*.
:)
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫
*(I'm an old woman)
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 23:28 ` Indi
@ 2011-05-16 23:49 ` Alan McKinnon
2011-05-17 7:16 ` Neil Bothwick
0 siblings, 1 reply; 33+ messages in thread
From: Alan McKinnon @ 2011-05-16 23:49 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 01:28 on Tuesday 17 May 2011, Indi did opine
thusly:
> On Tue, May 17, 2011 at 01:10:02AM +0200, Neil Bothwick wrote:
> > On Mon, 16 May 2011 23:40:32 +0200, Alan McKinnon wrote:
> > > I had many posts typed out, most of them rude, all of them classic
> > > Alan, but something held me back. Lucky it went that way, he later
> > > posted he read 1667MHZ as 167MHz.
> > >
> > > Amazing what a difference a "1" can make :-)
> >
> > Not nearly as much as a "6" :P
>
> Or an "s"*.
>
> :)
You're speaking to a grumpy old fart combined language git, who not only
studied English first language at length but an entire 5 year high school
career in Latin as well. This makes me eminently qualified to opine thusly:
All persons working in technology fields necessarily display masculine
attributes, hence shall be uniformly referred to by the male form of pronouns,
i.e. all techies are addressed as "he". The female form is not incorrect, but
discouraged.
All objects of technology (aka stuff what we work on), due to the peculiar
interaction shown to them by techies, shall be uniformly referred to by means
of the female form of pronouns. Vehicles and computers are especially to be
referred to using the "she" form. Motorcycles triply so.
Users, n00bs, marketing persons, hairdressers, telephone handset sanitizers
and other assorted riff-raff of the human species should be referred to using
the neuter form of pronouns, i.e. "it", as befitting their overall
contribution to humanity.
You see what I did there? You see how I recovered with a witty reposte without
even blinking an eye? It takes nerves of steel and much practise to pull that
one off, I tell you!
Let's see how long it takes Neil to find the grammar errors in that lot :-)
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 23:49 ` Alan McKinnon
@ 2011-05-17 7:16 ` Neil Bothwick
2011-05-17 7:29 ` Alan McKinnon
2011-05-17 8:22 ` Joost Roeleveld
0 siblings, 2 replies; 33+ messages in thread
From: Neil Bothwick @ 2011-05-17 7:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 991 bytes --]
On Tue, 17 May 2011 01:49:29 +0200, Alan McKinnon wrote:
should be
> referred to using the neuter form of pronouns, i.e. "it", as befitting
> their overall contribution to humanity.
>
> You see what I did there? You see how I recovered with a witty reposte
> without even blinking an eye? It takes nerves of steel and much
> practise to pull that one off, I tell you!
>
> Let's see how long it takes Neil to find the grammar errors in that
> lot :-)
>
Well, since you asked...
> All objects of technology (aka stuff what we work on),
Stuff WHAT we work on?
> Users, n00bs, marketing persons, hairdressers, telephone handset
> sanitizers and other assorted riff-raff of the human species
Douglas Adams was English, our second greatest writer, so that should be
telephone sanitiser - but that's nit-picking, even form me :)
Oh, and it should be grammatical errors :P
--
Neil Bothwick
I don't have any solution, but I certainly admire the problem.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-17 7:16 ` Neil Bothwick
@ 2011-05-17 7:29 ` Alan McKinnon
2011-05-17 9:17 ` Neil Bothwick
2011-05-17 8:22 ` Joost Roeleveld
1 sibling, 1 reply; 33+ messages in thread
From: Alan McKinnon @ 2011-05-17 7:29 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 09:16 on Tuesday 17 May 2011, Neil Bothwick
did opine thusly:
While we are nitpicking:
> Douglas Adams was English, our second greatest writer,
That should be "greatest writer", the other fellow was not the greatest - he
merely wrote soap operas.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-17 7:16 ` Neil Bothwick
2011-05-17 7:29 ` Alan McKinnon
@ 2011-05-17 8:22 ` Joost Roeleveld
2011-05-17 8:35 ` Alan McKinnon
2011-05-17 9:19 ` Neil Bothwick
1 sibling, 2 replies; 33+ messages in thread
From: Joost Roeleveld @ 2011-05-17 8:22 UTC (permalink / raw
To: gentoo-user
On Tuesday 17 May 2011 08:16:20 Neil Bothwick wrote:
> Douglas Adams was English, our second greatest writer
Who do you class as the greatest English writer then?
> , so that should be
> telephone sanitiser - but that's nit-picking, even form me :)
[nipick] "even form me"? :P [/nitpick]
--
Joost
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-17 8:22 ` Joost Roeleveld
@ 2011-05-17 8:35 ` Alan McKinnon
2011-05-17 9:21 ` Joost Roeleveld
2011-05-17 9:19 ` Neil Bothwick
1 sibling, 1 reply; 33+ messages in thread
From: Alan McKinnon @ 2011-05-17 8:35 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 10:22 on Tuesday 17 May 2011, Joost Roeleveld
did opine thusly:
> On Tuesday 17 May 2011 08:16:20 Neil Bothwick wrote:
> > Douglas Adams was English, our second greatest writer
>
> Who do you class as the greatest English writer then?
Paula Nancy Millstone Jennings
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-17 7:29 ` Alan McKinnon
@ 2011-05-17 9:17 ` Neil Bothwick
0 siblings, 0 replies; 33+ messages in thread
From: Neil Bothwick @ 2011-05-17 9:17 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 548 bytes --]
On Tue, 17 May 2011 09:29:29 +0200, Alan McKinnon wrote:
> > Douglas Adams was English, our second greatest writer,
> That should be "greatest writer", the other fellow was not the greatest
> - he merely wrote soap operas.
I don't know what you mean, unless you mistakenly assumed I was referring
to Shakespeare... I wasn't.
I was of course referring to the one who came before Adams, whose merest
operational parameters he was not worthy to calculate - Nigel Kneale.
--
Neil Bothwick
C Error #029: Well! I'm impressed
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-17 8:22 ` Joost Roeleveld
2011-05-17 8:35 ` Alan McKinnon
@ 2011-05-17 9:19 ` Neil Bothwick
2011-05-17 9:34 ` Joost Roeleveld
1 sibling, 1 reply; 33+ messages in thread
From: Neil Bothwick @ 2011-05-17 9:19 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 324 bytes --]
On Tue, 17 May 2011 10:22:35 +0200, Joost Roeleveld wrote:
> > telephone sanitiser - but that's nit-picking, even form me :)
>
> [nipick] "even form me"? :P [/nitpick]
I think we should both be more careful with our typing when nit-picking :(
--
Neil Bothwick
COMMAND: A suggestion made to a computer.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-17 8:35 ` Alan McKinnon
@ 2011-05-17 9:21 ` Joost Roeleveld
2011-05-17 9:33 ` Alan McKinnon
0 siblings, 1 reply; 33+ messages in thread
From: Joost Roeleveld @ 2011-05-17 9:21 UTC (permalink / raw
To: gentoo-user
On Tuesday 17 May 2011 10:35:48 Alan McKinnon wrote:
> Apparently, though unproven, at 10:22 on Tuesday 17 May 2011, Joost
> Roeleveld
>
> did opine thusly:
> > On Tuesday 17 May 2011 08:16:20 Neil Bothwick wrote:
> > > Douglas Adams was English, our second greatest writer
> >
> > Who do you class as the greatest English writer then?
>
> Paula Nancy Millstone Jennings
You like Vogon Poetry as well then? ;)
--
Joost
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-17 9:21 ` Joost Roeleveld
@ 2011-05-17 9:33 ` Alan McKinnon
0 siblings, 0 replies; 33+ messages in thread
From: Alan McKinnon @ 2011-05-17 9:33 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 11:21 on Tuesday 17 May 2011, Joost Roeleveld
did opine thusly:
> On Tuesday 17 May 2011 10:35:48 Alan McKinnon wrote:
> > Apparently, though unproven, at 10:22 on Tuesday 17 May 2011, Joost
> > Roeleveld
> >
> > did opine thusly:
> > > On Tuesday 17 May 2011 08:16:20 Neil Bothwick wrote:
> > > > Douglas Adams was English, our second greatest writer
> > >
> > > Who do you class as the greatest English writer then?
> >
> > Paula Nancy Millstone Jennings
>
> You like Vogon Poetry as well then? ;)
I have no choice. Resistance is futile.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-17 9:19 ` Neil Bothwick
@ 2011-05-17 9:34 ` Joost Roeleveld
0 siblings, 0 replies; 33+ messages in thread
From: Joost Roeleveld @ 2011-05-17 9:34 UTC (permalink / raw
To: gentoo-user
On Tuesday 17 May 2011 10:19:30 Neil Bothwick wrote:
> On Tue, 17 May 2011 10:22:35 +0200, Joost Roeleveld wrote:
> > > telephone sanitiser - but that's nit-picking, even form me :)
> >
> > [nipick] "even form me"? :P [/nitpick]
>
> I think we should both be more careful with our typing when nit-picking :(
Probably :)
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
[not found] ` <gTn2N-6mF-9@gated-at.bofh.it>
@ 2011-05-17 10:40 ` Indi
0 siblings, 0 replies; 33+ messages in thread
From: Indi @ 2011-05-17 10:40 UTC (permalink / raw
To: gentoo-user
On Tue, May 17, 2011 at 09:40:01AM +0200, Alan McKinnon wrote:
> Apparently, though unproven, at 09:16 on Tuesday 17 May 2011, Neil Bothwick
> did opine thusly:
>
>
> While we are nitpicking:
>
>
> > Douglas Adams was English, our second greatest writer,
>
>
> That should be "greatest writer", the other fellow was not the greatest - he
> merely wrote soap operas.
>
IMO it's "co-greatest writer":
tossup between Douglas Adams and Kurt Vonnegut, Jr.
--
caveat utilitor
♫ ❤ ♫ ❤ ♫ ❤ ♫
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!)
2011-05-16 23:18 ` Alan McKinnon
@ 2011-05-18 5:16 ` Pandu Poluan
0 siblings, 0 replies; 33+ messages in thread
From: Pandu Poluan @ 2011-05-18 5:16 UTC (permalink / raw
To: gentoo-user
On Tue, May 17, 2011 at 06:18, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> Apparently, though unproven, at 01:01 on Tuesday 17 May 2011, Neil Bothwick
> did opine thusly:
>
>> On Mon, 16 May 2011 23:40:32 +0200, Alan McKinnon wrote:
>> > I had many posts typed out, most of them rude, all of them classic
>> > Alan, but something held me back. Lucky it went that way, he later
>> > posted he read 1667MHZ as 167MHz.
>> >
>> > Amazing what a difference a "1" can make :-)
>>
>> Not nearly as much as a "6" :P
>
>
> I *really* need to get some sleep and go to bed _right_now_
>
> <sigh>
>
>
I <3 this list :-D
--
Pandu E Poluan
~ IT Optimizer ~
Visit my Blog: http://pepoluan.posterous.com
^ permalink raw reply [flat|nested] 33+ messages in thread
end of thread, other threads:[~2011-05-18 5:19 UTC | newest]
Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <gSttE-5na-13@gated-at.bofh.it>
[not found] ` <gTfRD-2zo-7@gated-at.bofh.it>
[not found] ` <gTmJs-5VE-29@gated-at.bofh.it>
[not found] ` <gTn2N-6mF-9@gated-at.bofh.it>
2011-05-17 10:40 ` [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!) Indi
[not found] <gSoDD-5IJ-3@gated-at.bofh.it>
[not found] ` <gTb1D-2NE-13@gated-at.bofh.it>
[not found] ` <gTdmQ-6VV-51@gated-at.bofh.it>
[not found] ` <gTdPQ-7AL-15@gated-at.bofh.it>
[not found] ` <gTf5g-1sL-23@gated-at.bofh.it>
2011-05-16 23:28 ` Indi
2011-05-16 23:49 ` Alan McKinnon
2011-05-17 7:16 ` Neil Bothwick
2011-05-17 7:29 ` Alan McKinnon
2011-05-17 9:17 ` Neil Bothwick
2011-05-17 8:22 ` Joost Roeleveld
2011-05-17 8:35 ` Alan McKinnon
2011-05-17 9:21 ` Joost Roeleveld
2011-05-17 9:33 ` Alan McKinnon
2011-05-17 9:19 ` Neil Bothwick
2011-05-17 9:34 ` Joost Roeleveld
[not found] <gSokj-514-39@gated-at.bofh.it>
[not found] ` <gSpgl-6Bk-11@gated-at.bofh.it>
[not found] ` <gT7AK-5Bo-29@gated-at.bofh.it>
[not found] ` <gT7AK-5Bo-31@gated-at.bofh.it>
[not found] ` <gT7AK-5Bo-33@gated-at.bofh.it>
[not found] ` <gT7AK-5Bo-35@gated-at.bofh.it>
[not found] ` <gT7AK-5Bo-37@gated-at.bofh.it>
[not found] ` <gT83M-6g3-15@gated-at.bofh.it>
[not found] ` <gT8wO-7br-17@gated-at.bofh.it>
2011-05-16 16:18 ` Indi
[not found] ` <20110516162126.GB8525@gaurahari>
2011-05-16 16:30 ` Indi
2011-05-16 18:42 ` Alan McKinnon
2011-05-16 21:15 ` Dale
2011-05-16 21:40 ` Alan McKinnon
2011-05-16 23:01 ` Neil Bothwick
2011-05-16 23:18 ` Alan McKinnon
2011-05-18 5:16 ` Pandu Poluan
2011-05-16 23:22 ` Felix Miata
[not found] ` <gT7AK-5Bo-39@gated-at.bofh.it>
[not found] ` <gT7AK-5Bo-41@gated-at.bofh.it>
[not found] ` <gT7AK-5Bo-43@gated-at.bofh.it>
[not found] ` <gT7AK-5Bo-27@gated-at.bofh.it>
[not found] ` <gTch4-56D-3@gated-at.bofh.it>
2011-05-16 21:45 ` Indi
[not found] <gSd5v-34B-13@gated-at.bofh.it>
[not found] ` <gSjDZ-5zj-13@gated-at.bofh.it>
[not found] ` <gSkgG-6Hw-3@gated-at.bofh.it>
[not found] ` <gSlFM-v1-9@gated-at.bofh.it>
[not found] ` <gSn4R-30q-1@gated-at.bofh.it>
[not found] ` <gSVJf-2es-5@gated-at.bofh.it>
[not found] ` <gSWch-2SU-7@gated-at.bofh.it>
[not found] ` <gT4Mx-Ls-15@gated-at.bofh.it>
[not found] ` <gT5pg-1I3-27@gated-at.bofh.it>
[not found] ` <gT5ID-2q7-33@gated-at.bofh.it>
2011-05-16 14:57 ` Indi
2011-05-16 19:57 ` Neil Bothwick
2011-05-16 20:35 ` JDM
2011-05-16 15:26 ` Indi
2011-05-16 16:00 ` Felix Miata
[not found] <gSbwK-o0-5@gated-at.bofh.it>
2011-05-14 9:38 ` [gentoo-user] chicken <--> egg (NFS & tty video) Felix Miata
2011-05-14 10:21 ` Alan McKinnon
2011-05-14 11:52 ` Mick
2011-05-14 13:20 ` Felix Miata
2011-05-16 2:18 ` Felix Miata
2011-05-16 2:54 ` [gentoo-user] chicken <--> egg (NFS & tty video) (Fixed!) Felix Miata
2011-05-16 8:22 ` Neil Bothwick
2011-05-16 11:58 ` Tanstaafl
2011-05-16 12:43 ` JDM
2011-05-16 12:57 ` Neil Bothwick
2011-05-16 14:49 ` Stroller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox