Re: [gentoo-user] Multiple error messages for each keystroke in nano

2008-05-17 Thread Ian Hilt

On Fri, 16 May 2008 at 7:07pm -0700, Bob Young wrote:


I'm installing a new Gentoo box, and have the basic system installed (
without X ). The problem began after I completed a successful emerge -DuN
world The symptom is: when I start nano, (just nano by itself, not editing
a file), several hundred lines similar to the following are spewed to the
console:


[...]


BTW, if I edit with vi.everything works fine, and of course typing at the
console works okay as well.


What's the output of emerge -vp nano?

--
Ian Hilt
ian.hilt (at) gmail.com
GnuPG key: 0x4AFC1EE3
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Thunderbird text message display oddities

2008-05-17 Thread PaulNM

Hey all,

	I'm not having any luck figuring out what's going on here, so I hope 
you can help.  I have Thunderbird to display all messages in text, as I 
prefer that over html.  However, some text messages display in a smaller 
and lighter font than the rest. It's really annoying since one of the 
reasons for text-only is to have every message the same.


	I don't see any commonality between the messages that display 
differently.  Every time I think I see one, I find another message with 
the same feature that displays normally. I see this happen across all my 
email accounts, and on all mailing lists.


Examples (found in gentoo-user)

[Multiple error messages for each keystroke in nano] from Bob Young
normal

[Re: Multiple error messages for each keystroke in nano] from Francesco 
Talamona

smaller, lighter font

Ian Hilt's response to [Re: Multiple error messages for each keystroke 
in nano]

normal

I've found some 8-bit messages that are normal, some that are not.
Ditto for 7-bit and unspecified encodings.

I've seen people send both normal and odd messages.  Most of my messages 
are normal, but some are not.  Sometimes it seems like odd messages 
infect responses in the thread, but I've also found cases where it 
doesn't, or a message in the thread reverts to normal appearance.



Any ideas, because I'm completely lost on this one.  Google searches 
just bring up stuff on html messages or changing default Thunderbird 
settings.


PaulNM
--
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] Re: Multiple error messages for each keystroke in nano

2008-05-17 Thread Bob Young


-Original Message-
From: Francesco Talamona [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 16, 2008 10:46 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: Multiple error messages for each keystroke in
nano

On Saturday 17 May 2008, Bob Young wrote:
 Can anybody explain what's going on here, and tell me how I can fix
 it?

  

 BTW, if I edit with vi.everything works fine, and of course typing at
 the console works okay as well.

Just a guess... Did you run etc-update?

Ciao
Francesco

Yes I have run etc-update, there were 32 config files to be processed, and
afterward, the problem remains the same

Regards,
Bob Young

--
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] Multiple error messages for each keystroke in nano

2008-05-17 Thread Bob Young


-Original Message-
From: Ian Hilt [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 16, 2008 11:03 PM
To: Gentoo-user List
Subject: Re: [gentoo-user] Multiple error messages for each keystroke in
nano

 On Fri, 16 May 2008 at 7:07pm -0700, Bob Young wrote:

 I'm installing a new Gentoo box, and have the basic system installed (
 without X ). The problem began after I completed a successful emerge 
 -DuN world The symptom is: when I start nano, (just nano by itself, 
 not editing a file), several hundred lines similar to the following 
 are spewed to the console:

 [...]

 BTW, if I edit with vi.everything works fine, and of course typing at the
 console works okay as well.

 What's the output of emerge -vp nano?


[ebuild R ] app-editors/nano-2.1.1 USE=debug ncurses nls spell 
 unicode -justify -minimal -slang 0kb

But your question made me wonder about the -DuN world, and in looking at the
build log, it appears during the update world, nano was in deed updated from
nano-2.0.2 to nano-2.1.1, and, the debug and spell USE flags were flipped.

Currently I'm emerging xorg, but after that finishes, I'll first try
flipping the debug and spell use flags back and see what that does.

Regards,
Bob Young

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Multiple error messages for each keystroke in nano

2008-05-17 Thread Alex Schuster
Bob Young writes:

 Currently I'm emerging xorg, but after that finishes, I'll first try
 flipping the debug and spell use flags back and see what that does.

It will work. I just emerged nano with debug use flag, and get the same 
errors as you.

Should someone file a bug about this? Or is this expected behaviour for the 
debug use flag?

Wonko
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user]

2008-05-17 Thread Jorge
Unsuscribe



  __ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.

[gentoo-user] How to set package.use for layman overlays

2008-05-17 Thread reader
I've just started to use layman tools and wondered if setting such
things as /etc/portage/package.use would still be done in that same
place and same way?

I want to install an overlay of emacs-cvs but with different use flags

I'm following along with the instruction at:
http://www.enigmacurry.com/2007/05/24/multi-tty-emacs-on-gentoo-and-ubuntu/

On my laptop I run Gentoo Linux. Getting the latest version of Emacs on Gentoo 
was a breeze! :

* Setup Layman
* Add the emacs overlay: sudo layman -a emacs
* Add the following USE flags for app-editors/emacs-cvs: sudo
  flagedit app-editors/emacs-cvs X Xaw3d alsa gif gzip-el jpeg
  lesstif png sound spell tiff toolkit-scroll-bars xpm -gtk
  -hesiod -motif -source.
* GTK support is explicitly turned off as it causes problems with
  multi-TTY. This is no biggie for me as I always have
  (menu-bar-mode -1) and (tool-bar-mode -1) set.
* Emerge: sudo emerge emacs-cvs -va
* Tell the system to use the new emacs: sudo eselect emacs set 
emacs-23-multi-tty


To get emacs-multitty set up.  It isn't really clear what role layman
plays in those instructions since the final command is
  emerge emacs-cvs

Or will that automatically use the layman overlays.

Or maybe the author assumes I don't already have emacs installed from
/usr/portage.

I realize this is a little offhanded since its asking advice about 2nd
party instructions.  But I have no experience whatever with layman or
using overlays at all.  So thought maybe better to ask here than
directly to the author of those instructions.

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How to set package.use for layman overlays

2008-05-17 Thread deface
assuming you've got your make.conf setup appropriately, the overlay  
will take precisidence.


PORTDIR_OVERLAY=/usr/portage/local
PORTDIR_OVERLAY=/storage/repos/uberpenguin/trunk
source /usr/portage/local/layman/make.conf

deface

On May 17, 2008, at 6:26 AM, [EMAIL PROTECTED] wrote:


I've just started to use layman tools and wondered if setting such
things as /etc/portage/package.use would still be done in that same
place and same way?

I want to install an overlay of emacs-cvs but with different use flags

I'm following along with the instruction at:
http://www.enigmacurry.com/2007/05/24/multi-tty-emacs-on-gentoo-and-ubuntu/

On my laptop I run Gentoo Linux. Getting the latest version of Emacs  
on Gentoo was a breeze! :


   * Setup Layman
   * Add the emacs overlay: sudo layman -a emacs
   * Add the following USE flags for app-editors/emacs-cvs: sudo
 flagedit app-editors/emacs-cvs X Xaw3d alsa gif gzip-el jpeg
 lesstif png sound spell tiff toolkit-scroll-bars xpm -gtk
 -hesiod -motif -source.
   * GTK support is explicitly turned off as it causes problems with
 multi-TTY. This is no biggie for me as I always have
 (menu-bar-mode -1) and (tool-bar-mode -1) set.
   * Emerge: sudo emerge emacs-cvs -va
   * Tell the system to use the new emacs: sudo eselect emacs set  
emacs-23-multi-tty



To get emacs-multitty set up.  It isn't really clear what role layman
plays in those instructions since the final command is
 emerge emacs-cvs

Or will that automatically use the layman overlays.

Or maybe the author assumes I don't already have emacs installed from
/usr/portage.

I realize this is a little offhanded since its asking advice about 2nd
party instructions.  But I have no experience whatever with layman or
using overlays at all.  So thought maybe better to ask here than
directly to the author of those instructions.

--
gentoo-user@lists.gentoo.org mailing list



--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: How to set package.use for layman overlays

2008-05-17 Thread reader

 I've just started to use layman tools and wondered if setting such
 things as /etc/portage/package.use would still be done in that same
 place and same way?

deface [EMAIL PROTECTED] writes:
 assuming you've got your make.conf setup appropriately, the overlay
 will take precisidence.

 PORTDIR_OVERLAY=/usr/portage/local
 PORTDIR_OVERLAY=/storage/repos/uberpenguin/trunk
 source /usr/portage/local/layman/make.conf

Sorry it must be going right over my head.
I don't see an answer to my question there.

How and where to set different use flags for layman as compared to
usr/portage?

Or lets say I set some USE flags in 
  /usr/portage/local/layman/make.conf

Depending on where that line:
  `source /usr/portage/local/layman/make.conf'

is in /etc/make.conf it appears any USE flags set in 
..layman/make.conf will either possible overwrite some in
/etc/make.conf or the other way round.
And the conglomerate will be what emerge runs with.

It would also seem that /etc/portage/package.use would be global and
include layman... is that right?

So again, if one wanted to set some use flags differently for layman
packages ... where and how would that be done?

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: How to set package.use for layman overlays

2008-05-17 Thread Stroller


On 17 May 2008, at 14:43, [EMAIL PROTECTED] wrote:

...
It would also seem that /etc/portage/package.use would be global and
include layman... is that right?


Yes.


So again, if one wanted to set some use flags differently for layman
packages ... where and how would that be done?


I think that you should use package.use.

Stroller.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How to set package.use for layman overlays

2008-05-17 Thread Wolf Canis
[EMAIL PROTECTED] wrote:
 I've just started to use layman tools and wondered if setting such
 things as /etc/portage/package.use would still be done in that same
 place and same way?

I think yes.

 
 I want to install an overlay of emacs-cvs but with different use flags

I would say there is no problem, because in /etc/portage/package.use you
can decide what version with what flags.

 
 I'm following along with the instruction at:
 http://www.enigmacurry.com/2007/05/24/multi-tty-emacs-on-gentoo-and-ubuntu/
 
 On my laptop I run Gentoo Linux. Getting the latest version of Emacs on 
 Gentoo was a breeze! :
 
 * Setup Layman
 * Add the emacs overlay: sudo layman -a emacs
 * Add the following USE flags for app-editors/emacs-cvs: sudo
   flagedit app-editors/emacs-cvs X Xaw3d alsa gif gzip-el jpeg
   lesstif png sound spell tiff toolkit-scroll-bars xpm -gtk
   -hesiod -motif -source.
 * GTK support is explicitly turned off as it causes problems with
   multi-TTY. This is no biggie for me as I always have
   (menu-bar-mode -1) and (tool-bar-mode -1) set.
 * Emerge: sudo emerge emacs-cvs -va
 * Tell the system to use the new emacs: sudo eselect emacs set 
 emacs-23-multi-tty
 
 
 To get emacs-multitty set up.  It isn't really clear what role layman
 plays in those instructions since the final command is
   emerge emacs-cvs

That's, so far I that understand, the advantage for
using overlays.

 
 Or will that automatically use the layman overlays.

Yes. Because emacs-cvs is in the portage-tree but masked.

 
 Or maybe the author assumes I don't already have emacs installed from
 /usr/portage.

If you want to install emacs-cvs from the portage tree, you have to
unmask this package:

$ emerge -atv emacs-cvs

These are the packages that would be merged, in reverse order:

Calculating dependencies /
!!! All ebuilds that could satisfy app-editors/emacs-cvs have been masked.
!!! One of the following masked packages is required to complete your
request:
- app-editors/emacs-cvs-23.0. (masked by: ~x86 keyword)
- app-editors/emacs-cvs-23.0.50_pre20080201 (masked by: ~x86 keyword)
- app-editors/emacs-cvs-22.2. (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

 
 I realize this is a little offhanded since its asking advice about 2nd
 party instructions.  But I have no experience whatever with layman or
 using overlays at all.  So thought maybe better to ask here than
 directly to the author of those instructions.
 

That's the way I see it.

W. Canis



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: How to set package.use for layman overlays

2008-05-17 Thread Alexander Meinke

So again, if one wanted to set some use flags differently for layman
packages ... where and how would that be done?


I think that you should use package.use.


Yes. According to Strollers post this is done by an package.use file in 
/usr/portage/layman I think.



Regards,

acm.



signature.asc
Description: OpenPGP digital signature


RE: [gentoo-user] Multiple error messages for each keystroke in nano

2008-05-17 Thread Bob Young


-Original Message-
From: Alex Schuster [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 17, 2008 2:20 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Multiple error messages for each keystroke in
nano

Bob Young writes:

 Currently I'm emerging xorg, but after that finishes, I'll first try
 flipping the debug and spell use flags back and see what that does.


It will work. I just emerged nano with debug use flag, and get the same 
errors as you.

Should someone file a bug about this? Or is this expected behaviour for the

debug use flag?

   Wonko

Yes it did, I re-emerged nano with -debug and the problem went away. Now I
have the same question, is this a bug or not? 

Regards,
Bob Young



--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Problem upgrading kernel from 2.6.25.1to 2.6.26_rc1

2008-05-17 Thread David Relson
On Wed, 14 May 2008 13:54:09 +0200
Marko Kocić wrote:

 2008/5/14 Alan McKinnon [EMAIL PROTECTED]:
  On Wednesday 14 May 2008, Marko Kocić wrote:
 
 Perhaps the output of dmesg and the relevant bits of messages
from
 the init process will be required here
   
Yes, I'll  have to digg more to fix this. I just hoped that
there is some easy/fast
solution that I didn't know of :(
It is going to be a fun week ;(, hopefully not the weekend ;)
 
   Here's my advice:
 
   start over :-)
 
   Using a .24 config works to build .25 - I have done it, so I think
   something just went bellyup on yours.
 
 It worked for me too. I had similar problem when upgrading from 25 to
 25.1, but it seems like it was enough to fast scan through menus in
 menuconfig, change nothing, just save config, and rebuild.
 [Error decoding BASE64]

Given the old and new .config files you can diff them to see what's
different.
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: How to set package.use for layman overlays

2008-05-17 Thread reader
Alexander Meinke [EMAIL PROTECTED] writes:

 So again, if one wanted to set some use flags differently for layman
 packages ... where and how would that be done?

 I think that you should use package.use.

 Yes. According to Strollers post this is done by an package.use file
 in /usr/portage/layman I think.

What post?... do have the  Message-ID.  Are you sure about the
location?

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] non-root crontab failure (permissions issue?)

2008-05-17 Thread King Spook
I'm having trouble getting cron to be usable by normal users.

I'm running vixie-cron 4.1-r10 on Gentoo Linux. My user is a member of
both cron and crontab groups (being unsure which I needed, but
speculating the former). There is no cron.allow, and an empty
cron.deny file in /etc.

Every time I try crontab -e as my user, I get this:
Code:

~~~
no crontab for user - using an empty one
crontab: installing new crontab
chown: Operation not permitted
crontab: edits left in /tmp/crontab.sXePXF

~~~

Naturally, I'm guessing permissions problems. Here are the permissions:

~~~
host2 spool # cd /var/spool
host2 spool # ls -alR cron/
cron/:
total 16
drwxr-x--- 4 root cron4096 Mar  6 17:16 .
drwxr-xr-x 6 root root4096 Apr 13 16:02 ..
-rw-r--r-- 1 root root   0 Mar  6 17:16 .keep_sys-process_cronbase-0
drwx-wx--T 2 root crontab 4096 May 16 14:39 crontabs
drwxr-x--- 2 root root4096 Mar  6 17:16 lastrun

cron/crontabs:
total 12
drwx-wx--T 2 root crontab 4096 May 16 14:39 .
drwxr-x--- 4 root cron4096 Mar  6 17:16 ..
-rw-r--r-- 1 root crontab0 Mar  6 17:16 .keep_sys-process_vixie-cron-0
-rw--- 1 root crontab  328 Apr 27 12:25 root

cron/lastrun:
total 8
drwxr-x--- 2 root root 4096 Mar  6 17:16 .
drwxr-x--- 4 root cron 4096 Mar  6 17:16 ..
-rw-r--r-- 1 root root0 Mar  6 17:16 .keep_sys-process_cronbase-0
host2 spool #
~~~


crontab -e does not error out when run as root.
crontab -u myuser -e, when run as root, does create a crontab, which
appears to be owned by root, grouped by root, and with rw permissions
for owner only.

How can I fix this?
Thanks.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] non-root crontab failure (permissions issue?)

2008-05-17 Thread deface

user in cron group?

King Spook wrote:

I'm having trouble getting cron to be usable by normal users.

I'm running vixie-cron 4.1-r10 on Gentoo Linux. My user is a member of
both cron and crontab groups (being unsure which I needed, but
speculating the former). There is no cron.allow, and an empty
cron.deny file in /etc.

Every time I try crontab -e as my user, I get this:
Code:

~~~
no crontab for user - using an empty one
crontab: installing new crontab
chown: Operation not permitted
crontab: edits left in /tmp/crontab.sXePXF

~~~

Naturally, I'm guessing permissions problems. Here are the permissions:

~~~
host2 spool # cd /var/spool
host2 spool # ls -alR cron/
cron/:
total 16
drwxr-x--- 4 root cron4096 Mar  6 17:16 .
drwxr-xr-x 6 root root4096 Apr 13 16:02 ..
-rw-r--r-- 1 root root   0 Mar  6 17:16 .keep_sys-process_cronbase-0
drwx-wx--T 2 root crontab 4096 May 16 14:39 crontabs
drwxr-x--- 2 root root4096 Mar  6 17:16 lastrun

cron/crontabs:
total 12
drwx-wx--T 2 root crontab 4096 May 16 14:39 .
drwxr-x--- 4 root cron4096 Mar  6 17:16 ..
-rw-r--r-- 1 root crontab0 Mar  6 17:16 .keep_sys-process_vixie-cron-0
-rw--- 1 root crontab  328 Apr 27 12:25 root

cron/lastrun:
total 8
drwxr-x--- 2 root root 4096 Mar  6 17:16 .
drwxr-x--- 4 root cron 4096 Mar  6 17:16 ..
-rw-r--r-- 1 root root0 Mar  6 17:16 .keep_sys-process_cronbase-0
host2 spool #
~~~


crontab -e does not error out when run as root.
crontab -u myuser -e, when run as root, does create a crontab, which
appears to be owned by root, grouped by root, and with rw permissions
for owner only.

How can I fix this?
Thanks.
  

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] non-root crontab failure (permissions issue?)

2008-05-17 Thread deface

nm, just read that part .. haa

King Spook wrote:

I'm having trouble getting cron to be usable by normal users.

I'm running vixie-cron 4.1-r10 on Gentoo Linux. My user is a member of
both cron and crontab groups (being unsure which I needed, but
speculating the former). There is no cron.allow, and an empty
cron.deny file in /etc.

Every time I try crontab -e as my user, I get this:
Code:

~~~
no crontab for user - using an empty one
crontab: installing new crontab
chown: Operation not permitted
crontab: edits left in /tmp/crontab.sXePXF

~~~

Naturally, I'm guessing permissions problems. Here are the permissions:

~~~
host2 spool # cd /var/spool
host2 spool # ls -alR cron/
cron/:
total 16
drwxr-x--- 4 root cron4096 Mar  6 17:16 .
drwxr-xr-x 6 root root4096 Apr 13 16:02 ..
-rw-r--r-- 1 root root   0 Mar  6 17:16 .keep_sys-process_cronbase-0
drwx-wx--T 2 root crontab 4096 May 16 14:39 crontabs
drwxr-x--- 2 root root4096 Mar  6 17:16 lastrun

cron/crontabs:
total 12
drwx-wx--T 2 root crontab 4096 May 16 14:39 .
drwxr-x--- 4 root cron4096 Mar  6 17:16 ..
-rw-r--r-- 1 root crontab0 Mar  6 17:16 .keep_sys-process_vixie-cron-0
-rw--- 1 root crontab  328 Apr 27 12:25 root

cron/lastrun:
total 8
drwxr-x--- 2 root root 4096 Mar  6 17:16 .
drwxr-x--- 4 root cron 4096 Mar  6 17:16 ..
-rw-r--r-- 1 root root0 Mar  6 17:16 .keep_sys-process_cronbase-0
host2 spool #
~~~


crontab -e does not error out when run as root.
crontab -u myuser -e, when run as root, does create a crontab, which
appears to be owned by root, grouped by root, and with rw permissions
for owner only.

How can I fix this?
Thanks.
  


--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] emerge emacs-cvs fails on a fairly minimal install

2008-05-17 Thread reader
I want to get emacs-cvs installed on a machine with no X or xorg stuff
installed.   I want version 23 for the newly merged multi-tty
functionality. (a way to connect to a running emacs remotely)

When I try to emerge it:
[...]
  xfaces.c:(.text+0x42a6): undefined reference to `FONT_WEIGHT_NAME_NUMERIC'
  xfaces.c:(.text+0x42bb): undefined reference to `FONT_WEIGHT_NAME_NUMERIC'
  print.o: In function `print_object':
  print.c:(.text+0x2dc2): undefined reference to `font_style_symbolic'
  collect2: ld returned 1 exit status
  make[2]: *** [temacs] Error 1

  make[2]: Leaving directory
  `/var/tmp/portage/app-editors/emacs-cvs-23.0./work/emacs/src'

  make[1]: *** [bootstrap-build] Error 2

  make[1]: Leaving directory
  `/var/tmp/portage/app-editors/emacs-cvs-23.0./work/emacs'

  make: *** [bootstrap] Error 2
   *
   * ERROR: app-editors/emacs-cvs-23.0. failed.
   * Call stack:
   *   ebuild.sh, line   49:  Called src_compile
   * environment, line 3373:  Called die
   * The specific snippet of code:
   *   emake CC=$(tc-getCC) bootstrap || die make bootstrap failed
   *  The die message:
   *   make bootstrap failed
[...]

Is that failure related to not having X support libs installed? Or is
really a compiler problem?

The use flags were:
  [ebuild  N] app-editors/emacs-cvs-23.0.  USE=gpm xpm -X 
  -Xaw3d -alsa -dbus -gif -gtk -gzip-el -hesiod -jpeg -kerberos 
  -m17n-lib -motif -png -sound -source -spell -svg -tiff 
  -toolkit-scroll-bars -xft

Do I need to change the use flags somehow?


-- 
gentoo-user@lists.gentoo.org mailing list