[gentoo-user] strange blocks b behavior

2008-04-29 Thread John covici
I was trying to do an --update --deep --with-bdeps=y world today and
got the following strange message:
[blocks B ] gnome-base/gnome-applets-2.22.0 (is blocking
dev-libs/libgweather-2.22.1.1)

Now I have neither of these on my system, so what is the matter -- is
portage insane?  I think I have a couple of more like that as well.

Thanks.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-28 Thread John Krukoff
 -Original Message-
 From: Alan McKinnon [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 28, 2008 10:48 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Messed up - how do I emerge coreutils once
 coreutils is gone?
 
 On Monday 28 April 2008, Stroller wrote:
  On 27 Apr 2008, at 11:55, Alan McKinnon wrote:
   ...
   Microsoft's stated reason for this is to annoy users so much that
   they will annoy 3rd party developers who will write software that
   doesn't need root to install. H.
 
  Is this not - substantially - the same as the reason for the Portage
  QA warning messages?
  ;)
 
 
 hehehe, well spotted :-)
 
 Superficially similar, but very different in implementation. Portage
 tells you about stuff that could be improved, it can be disabled by
 those who don't know what to do about it and the user has the choice.
 
 UAC just gets in your face like an annoying fruit fly buzzing round your
 nose and won't go away. The user does not have a choice worth a damn
 and is not in control
 
 
 --
 Alan McKinnon
 alan dot mckinnon at gmail dot com
 
 --
 gentoo-user@lists.gentoo.org mailing list

UAC can be disabled. Fairly easily, in fact:
http://www.howtogeek.com/howto/windows-vista/disable-user-account-control-ua
c-the-easy-way-on-windows-vista/

-
John Krukoff
[EMAIL PROTECTED]

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



Re: [gentoo-user] Grub heartbreaker

2008-04-24 Thread John covici
on Thursday 04/24/2008 Alan McKinnon([EMAIL PROTECTED]) wrote
  On Thursday 24 April 2008, [EMAIL PROTECTED] wrote:
  
   So assuming I've made some mistake in grub.conf  I try to boot from
   grub command line.
  
 root = (hd0,0)  (which is /dev/sda1 in linux terms)
  
 kernel /kernel-2.6.25-r1
  
  Nope. Kernel needs a root=device parameter. It can't know what is your 
  root partition, that info is in fstab and fstab is on the root 
  partition.So you tell it via a parameter
  
   boot
  
   But it fails with a message saying please append a working root=?? to
   the boot commands.
  
  expected result. see above.
  
  
   So reloading the install ISO I mount /mnt/gentoo/boot and edit
   grub.conf to say:
  
   title=kernel-2.6.25-r1
   root (hd0,0)
   kernel /kernel-2.6.25-r1 root=/dev/sda3
  
   That fails
  kernel /kernel-2.6.25-r1 root=/dev/hda3 (Thinking maybe grub
  does not understand sda)
  
  Nothing to do with grub. It's a kernel boot parameter passed verbatim to 
  the kernel and needs valid kernel device names.
  
  What's the error you get? Is (hd0,0) a separate /boot? Does it contain a 
  file called kernel-2.6.25-r1 at the top level? And you also should have 
  a ro kernel parameter in there
  
   That Fails
  
 kernel /kernel-2.6.25-r1 root=(hd0)/sda3
  
   Fails
  
  Won't work. (hd0) is a grub thing. You need a /dev/sda3 or similar in 
  there
  
   I've even tried:
  kernel /kernel-2.6.25-r1 root=(hd0,2)
  
  Won't work. Same reason.
  
   And another failure... all with the same message about appending a
   working `root=???'
  
   I'm about out of ideas here.
  
  here's a working grub.conf for illustration:
  
  default 0
  timeout 10
  splashimage=(hd0,0)/grub/splash.xpm.gz
  
  title   Default
  root(hd0,0)
  kernel  /vmlinuz root=/dev/sda3 ro
  
  title   Gentoo-2.6.25
  root(hd0,0)
  kernel  /vmlinuz-2.6.25-gentoo root=/dev/sda3 ro
  
  Seems my setup is identical to yours:
  /boot on /dev/sda1 aka (hd0,0) to grub
  / on /dev/sda3
  
  Only difference is the ro boot parameter, which shouldn't make a 
  difference - it's there for fsck purposes during start-up.
  
  What disk driver and disks do you have? Are you 100% sure you are either 
  using the new ata driver (everything is an sd) or have scsi/sata disks? 
  If your disk is IDE with the old driver, it will be an hd and will 
  require that on the kernel line
  

Well, I had to put a lot more parameters for it to work -- I am not
using grub but my parameters aside from the ro are 
init=/linuxrc ramdisk=8192 real_root=/dev/sda2 udev
and some more specific to me.  I am using something close to the
original gentoo configs, so it uses an initrd parameter also which you
need separately in grub.

Hope this helps.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] screen locks too frequently

2008-04-23 Thread John P. Burkett
Since doing emerge -D -uav system and emerge -D -uav world last 
Saturday, I have noticed that my x86 machine locks itself up whenever 
the keyboard and mouse are idle for about 10 minutes. Unlocking it is 
simply a matter of typing the user's password. However, the frequency 
with which I have to unlock the system is annoying. I would like to 
either deactivate the locking system or increase the period of 
inactivity allowed before the system locks.  Unfortunately, I don't know 
whether the locking is done by gentoo, x11, fluxbox, or some other 
component of my system.  My only clue is the appearance of the locked 
screen: In the center of the screen there is a rectangle, within which 
appear, from top to bottom, the user's name, the machine's name, a blank 
for the user's password, and finally three buttons labeled switch 
user, cancel, and unlock.  I would be very grateful for suggestions 
about how to discover what program is locking the system and how to 
change its behavior.


--
John P. Burkett
Department of Environmental and Natural Resource Economics
and Department of Economics
University of Rhode Island
Kingston, RI 02881-0808
USA

phone (401) 874-9195
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Encrypted backups under Gentoo

2008-04-18 Thread John covici
on Friday 04/18/2008 Neil Bothwick([EMAIL PROTECTED]) wrote
  On Fri, 18 Apr 2008 09:34:49 +0200, Remy Blank wrote:
  
   There are at least two drawbacks to using rsync for mirroring the local 
   backup to a remote host:
   
 - If your local backup becomes corrupt, then so does your remote 
   backup, except if you are quick enough to disable the rsync step.
  
  That's a potential problem with any form of backup, local or remote. The
  truly paranoid would use two different backup methods on two physically
  separate destinations.
  
 - If you have disconnection during the rsync step (happened to me
   last night), your remote backup is temporarily corrupted.
  
  That should be fixable by having the script that runs rsync check the
  return value and try again if it fails.

Would not these problems be solved by something like rdiff-backup
which I have been using for a short time.  Its not encrypted, however
and I am not sure what happened to the developer, but it does seem to
work.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] I've hosed portage

2008-03-20 Thread John J. Foster
On Thu, Mar 20, 2008 at 10:05:54AM +, Neil Bothwick wrote:
 On Wed, 19 Mar 2008 19:51:05 -0600, John J. Foster wrote:
 
   You could unpack a stage 3 tarball to a temporary location then copy
   the portage files over. If you have portage-utils or equery installed
   and working, you could use qlist or equery to generate a list of
   files to copy.
 
  Thanks so much Neil, option #1 worked just fine, followed by a
  emerge -auvDN world
  emerge --depclean
  revdep-rebuild
 
 You should also re-emerge postage, so the package database is in sync
 with the files you have on your disk.
 

Done, thanks

festus
-- 
I just want to break even.
Richard Manuel


pgp8dZE62Wegz.pgp
Description: PGP signature


Re: [gentoo-user] I've hosed portage

2008-03-19 Thread John J. Foster
On Tue, Mar 18, 2008 at 08:29:57AM +, Neil Bothwick wrote:
 On Mon, 17 Mar 2008 20:31:29 -0600, John J. Foster wrote:
 
  This was installed in an empty VM and it would be real slow to recompile
  all of Gentoo. There has to be a way to fix it.
 
 You could unpack a stage 3 tarball to a temporary location then copy the
 portage files over. If you have portage-utils or equery installed and
 working, you could use qlist or equery to generate a list of files to
 copy.
 
 Alternatively, as you are using VMs, begin a basic stage 3 install in a
 new VM, as far as being able to quickpkg portage, then unpack the tarball
 in the root of the broken VM.
 
Thanks so much Neil, option #1 worked just fine, followed by a
emerge -auvDN world
emerge --depclean
revdep-rebuild

I think what I did wrong in following the instuctions for repairing portage 
as described at

http://www.gentoo.org/proj/en/portage/doc/manually-fixing-portage.xml

was that I blindly just copied and pasted, thereby bringing in a way old
version. I'm not sure, though (probably more because of too much Patron).
But it didn't work.

Thanks so much for your help!

festus


pgpSEYNqH01Qz.pgp
Description: PGP signature


Re: [gentoo-user] I've hosed portage

2008-03-17 Thread John J. Foster
Chris, Strong and Emil - most excellent suggestions, and I'd love to try
them out as soon as someone helps me get portage working again!

Thanks,
festus



pgpAMIgASTf6H.pgp
Description: PGP signature


Re: [gentoo-user] I've hosed portage

2008-03-17 Thread John J. Foster
Please !!!

This was installed in an empty VM and it would be real slow to recompile
all of Gentoo. There has to be a way to fix it.

Pointers and links greatly appreciated.

TIA,
festus

On Sun, Mar 16, 2008 at 07:22:41PM -0600, John J. Foster wrote:
 I unmasked portage-2.2_pre4 to see if it would help with the extreme
 slowness of portage updating of its cache during a sync. I had also
 previously emerged cdb to try to help with that also. Anyway, I'm not
 really sure what state my portage is in right now, except that now every
 emerge command returns
 
 [EMAIL PROTECTED] ~ $ emerge --info
 Traceback (most recent call last):
   File /usr/bin/emerge, line 31, in ?
 import emergehelp, xpak, commands, errno, re, socket, string, time, types
   File /usr/lib/portage/pym/emergehelp.py, line 7, in ?
 from portage_const import PRIVATE_PATH,PRELINK_BINARY,HASHING_BLOCKSIZE
   File /usr/lib/portage/pym/portage_const.py, line 7, in ?
 from portage_const import PRIVATE_PATH,PRELINK_BINARY,HASHING_BLOCKSIZE
 ImportError: cannot import name PRIVATE_PATH
 
 I already tried
 http://www.gentoo.org/proj/en/portage/doc/manually-fixing-portage.xml
 but it didn't help. Me thinks I should have done a quickpkg!
 
 Any help greatly appreciated.
 
 Thanks,
 festus




pgpZZ8JiUAAAG.pgp
Description: PGP signature


[gentoo-user] I've hosed portage

2008-03-16 Thread John J. Foster
I unmasked portage-2.2_pre4 to see if it would help with the extreme
slowness of portage updating of its cache during a sync. I had also
previously emerged cdb to try to help with that also. Anyway, I'm not
really sure what state my portage is in right now, except that now every
emerge command returns

[EMAIL PROTECTED] ~ $ emerge --info
Traceback (most recent call last):
  File /usr/bin/emerge, line 31, in ?
import emergehelp, xpak, commands, errno, re, socket, string, time, types
  File /usr/lib/portage/pym/emergehelp.py, line 7, in ?
from portage_const import PRIVATE_PATH,PRELINK_BINARY,HASHING_BLOCKSIZE
  File /usr/lib/portage/pym/portage_const.py, line 7, in ?
from portage_const import PRIVATE_PATH,PRELINK_BINARY,HASHING_BLOCKSIZE
ImportError: cannot import name PRIVATE_PATH

I already tried
http://www.gentoo.org/proj/en/portage/doc/manually-fixing-portage.xml
but it didn't help. Me thinks I should have done a quickpkg!

Any help greatly appreciated.

Thanks,
festus


pgpNxTcJnQfWy.pgp
Description: PGP signature


[gentoo-user] gnome-terminal compile failure during world update

2008-03-13 Thread John covici
Hi.  I was doing an emerge --update --deep and got the following error
when it reached gnome-terminal:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DORBIT2=1 -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libglade-2.0 
-I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 
-I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 
-DTERM_LOCALEDIR=\/usr/share/locale\ -DEXECUTABLE_NAME=\gnome-terminal\ 
-DTERM_GLADE_DIR=\/usr/share/gnome-terminal/glade\ 
-DTERM_GLADE_FILE=\gnome-terminal.glade2\ -DTERM_DATADIR=\/usr/share\ 
-DTERM_LIBDIR=\/usr/lib\ -DTERM_PREFIX=\/usr\ -DTERM_SYSCONFDIR=\/etc\ 
-DTERM_PKGDATADIR=\/usr/share/gnome-terminal\ -DGDK_DISABLE_DEPRECATED 
-DG_DISABLE_DEPRECATED -DSN_API_NOT_YET_FROZEN  -I/usr/include/freetype2 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 
-I/usr/include/libglade-2.0 -I/usr/include/libxml2 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 
-I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 -O2 
-mtune=nocona -pipe -MT terminal-accels.o -MD -MP -MF .deps/terminal-accels.Tpo 
-c -o terminal-accels.o terminal-accels.c

terminal.c: In function 'terminal_util_set_atk_name_description':

terminal.c:3608: error: 'G_GNUC_FUNCTION' undeclared (first use in this 
function)

terminal.c:3608: error: (Each undeclared identifier is reported only once

terminal.c:3608: error: for each function it appears in.)

make[3]: *** [terminal.o] Error 1

make[3]: *** Waiting for unfinished jobs

mv -f .deps/terminal-accels.Tpo .deps/terminal-accels.Po

make[3]: Leaving directory 
`/var/tmp/portage/x11-terms/gnome-terminal-2.18.4/work/gnome-terminal-2.18.4/src'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory 
`/var/tmp/portage/x11-terms/gnome-terminal-2.18.4/work/gnome-terminal-2.18.4/src'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory 
`/var/tmp/portage/x11-terms/gnome-terminal-2.18.4/work/gnome-terminal-2.18.4'

make: *** [all] Error 2

 * 

 * ERROR: x11-terms/gnome-terminal-2.18.4 failed.

 * Call stack:

 *   ebuild.sh, line   49:  Called src_compile

 * environment, line 2538:  Called gnome2_src_compile

 * environment, line 1931:  Called die

 * The specific snippet of code:

 *   emake || die compile failure

 *  The die message:

 *   compile failure

 * 

 * If you need support, post the topmost build error, and the call stack if 
relevant.

 * A complete build log is located at 
'/var/log/portage/x11-terms:gnome-terminal-2.18.4:20080313-140930.log'.

 * The ebuild environment file is located at 
'/var/tmp/portage/x11-terms/gnome-terminal-2.18.4/temp/environment'.


Any assistance on this would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-07 Thread John J. Foster
On Fri, Mar 07, 2008 at 09:28:01AM +0200, Alan McKinnon wrote:

 Just for interest, what are the Hz settings on host and guest?

Guest - Gentoo - now set at 250Hz and working just fine
Host - XP Professional SP2 - I don't have a clue. How do I find out?

Thanks,
festus
 -- 
 Alan McKinnon
 alan dot mckinnon at gmail dot com
 
 --
 gentoo-user@lists.gentoo.org mailing list
 


pgpgzsDCmvrTC.pgp
Description: PGP signature


Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread John J. Foster
On Wed, Mar 05, 2008 at 08:25:59PM -0700, John J. Foster wrote:
 Hi all - it's been awhile
 
 This past week I've set up Gentoo running in a VM built by
 http://www.easyvmx.com/ under a XP host. Installation and configuration
 went fine. I normally leave the VM running when I walk away from the
 machine, but when I return, time is way off. Shutting down Gentoo  the
 VM  rebooting solvles the problem, as vmplayer must initially get the
 date and time from the host, but it sure doesn't keep it right after
 that. I tried openntpd, but it kept setting the time further and further
 off. I live in Fort Collins, Co and my locatime is set correctly
 (America/Denver). This is my 1st time playing with VM's. Is this common?
 Is there any way around it? I'm not really sure why openntpd didn't
 work.
 
 Any and all help appreciated.
 
I need to explain this a little further, me thinks. My Gentoo VM is
losing right around 20 seconds every minute! This is not a problem that
ntp in any of its incarnations is designed to solve. A couple other
thing I have tried are

clock=pit noapic

appended to the kernel command line. I tried these together and
separately with no luck. Right now I'm trying another suggestion I
found, which is to change the kernel frequency timer from 1000Hz to
250Hz. I'm recompiling now and will let you know.

Any other suggestions still welcome.

Thanks,
festus


pgpOxNVvHGBE9.pgp
Description: PGP signature


Re: [gentoo-user] date and gentoo running under vmplayer

2008-03-06 Thread John J. Foster
On Thu, Mar 06, 2008 at 08:00:00PM -0700, John J. Foster wrote:
 On Wed, Mar 05, 2008 at 08:25:59PM -0700, John J. Foster wrote:
  Hi all - it's been awhile
  
  This past week I've set up Gentoo running in a VM built by
  http://www.easyvmx.com/ under a XP host. Installation and configuration
  went fine. I normally leave the VM running when I walk away from the
  machine, but when I return, time is way off. Shutting down Gentoo  the
  VM  rebooting solvles the problem, as vmplayer must initially get the
  date and time from the host, but it sure doesn't keep it right after
  that. I tried openntpd, but it kept setting the time further and further
  off. I live in Fort Collins, Co and my locatime is set correctly
  (America/Denver). This is my 1st time playing with VM's. Is this common?
  Is there any way around it? I'm not really sure why openntpd didn't
  work.
  
  Any and all help appreciated.
  
 I need to explain this a little further, me thinks. My Gentoo VM is
 losing right around 20 seconds every minute! This is not a problem that
 ntp in any of its incarnations is designed to solve. A couple other
 thing I have tried are
 
 clock=pit noapic
 
 appended to the kernel command line. I tried these together and
 separately with no luck. Right now I'm trying another suggestion I
 found, which is to change the kernel frequency timer from 1000Hz to
 250Hz. I'm recompiling now and will let you know.
 
Switching to 250Hz looks like it has solved the problem. No time lost
for a little over an hour now, and ntp is syncing properly, I think. But
my reading of the help on this setting led me to believe that 1000Hz was
right for a desktop system.

Can any explain what this setting actually does, and why it works now?

* from make menuconfig help *

CONFIG_HZ_1000:

1000 Hz is the preferred choice for desktop systems and other
systems requiring fast interactive responses to events.

Symbol: HZ_1000 [=n]
Prompt: 1000 HZ
  Defined at kernel/Kconfig.hz:42
  Depends on: choice
  Location:
- Processor type and features
  - Timer frequency (choice [=y]) 



pgpG30DmnsjHG.pgp
Description: PGP signature


[gentoo-user] date and gentoo running under vmplayer

2008-03-05 Thread John J. Foster
Hi all - it's been awhile

This past week I've set up Gentoo running in a VM built by
http://www.easyvmx.com/ under a XP host. Installation and configuration
went fine. I normally leave the VM running when I walk away from the
machine, but when I return, time is way off. Shutting down Gentoo  the
VM  rebooting solvles the problem, as vmplayer must initially get the
date and time from the host, but it sure doesn't keep it right after
that. I tried openntpd, but it kept setting the time further and further
off. I live in Fort Collins, Co and my locatime is set correctly
(America/Denver). This is my 1st time playing with VM's. Is this common?
Is there any way around it? I'm not really sure why openntpd didn't
work.

Any and all help appreciated.

Thanks,
festus
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] vesa-tng not working with kernel 2.6.24

2008-02-19 Thread John covici
OK, thanks I will check this  out.

on Tuesday 02/19/2008 [EMAIL PROTECTED]([EMAIL PROTECTED]) wrote
  
  On Tue, 19 Feb 2008 06:24:52 -0500, John covici [EMAIL PROTECTED]
  wrote:
   Hi.  I compiled gentoo-sources 2.6.24-r2 -- however the vesa-tng
   seemed to disappear -- its in the .config, but for some reason I am
   getting a console of 25x80.  Now I have the default mode set to
   [EMAIL PROTECTED] which works fine with the 2.6.21 kernel, but not the
   2.6.24 one.  What is strange is that I can't find the vesatng in the
   .config, but if I go into make menuconfig its there, so can someone
   explain why things are not working properly for 2.6.24?
   
   Thanks.
   
   --
   Your life is like a penny.  You're going to lose it.  The question is:
   How do
   you spend it?
   
John Covici
[EMAIL PROTECTED]
   --
   gentoo-user@lists.gentoo.org mailing list
  
  since the 23 version vesatng is removed. You can used the next generation
  of spocks fb support named uvesfb. Follow the this page
  
  http://dev.gentoo.org/~spock/projects/uvesafb/
  
  .
  
  -- 
  gentoo-user@lists.gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] vesa-tng not working with kernel 2.6.24

2008-02-19 Thread John covici
Hi.  I compiled gentoo-sources 2.6.24-r2 -- however the vesa-tng
seemed to disappear -- its in the .config, but for some reason I am
getting a console of 25x80.  Now I have the default mode set to
[EMAIL PROTECTED] which works fine with the 2.6.21 kernel, but not the
2.6.24 one.  What is strange is that I can't find the vesatng in the
.config, but if I go into make menuconfig its there, so can someone
explain why things are not working properly for 2.6.24?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] vesa-tng not working with kernel 2.6.24

2008-02-19 Thread John covici
on Tuesday 02/19/2008 [EMAIL PROTECTED]([EMAIL PROTECTED]) wrote
  
  On Tue, 19 Feb 2008 06:24:52 -0500, John covici [EMAIL PROTECTED]
  wrote:
   Hi.  I compiled gentoo-sources 2.6.24-r2 -- however the vesa-tng
   seemed to disappear -- its in the .config, but for some reason I am
   getting a console of 25x80.  Now I have the default mode set to
   [EMAIL PROTECTED] which works fine with the 2.6.21 kernel, but not the
   2.6.24 one.  What is strange is that I can't find the vesatng in the
   .config, but if I go into make menuconfig its there, so can someone
   explain why things are not working properly for 2.6.24?
   
   Thanks.
   --
  
  since the 23 version vesatng is removed. You can used the next generation
  of spocks fb support named uvesfb. Follow the this page
  
  http://dev.gentoo.org/~spock/projects/uvesafb/
  
  .
Do I still need to do what I have been doing -- using genkernel to
generate the initial ram disk or should I skip this step?

Thanks.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] nvidia drivers don't compile under kernel 2.6.24

2008-02-19 Thread John covici
This was done already before the problem occurred.

on Tuesday 02/19/2008 Sjakie([EMAIL PROTECTED]) wrote
  I had this problem once with some other software. I fixed it by setting 
  /usr/src/linux to the same directory as the kernel i was using. Before that 
  change it was pointing to an older kernel version.
  
  You can do this with eselect kernel list and then eselect kernel set
  
  -Original Message-
  From: John covici [EMAIL PROTECTED]
  Sent: dinsdag 19 februari 2008 12:28
  To: gentoo-user@lists.gentoo.org
  Subject: [gentoo-user] nvidia  drivers don't compile under kernel 2.6.24
  
  Hi.  I tried using kernel 2.6.24-gentoo-r2 -- however the nvidia
  drivers  version 100.14.19 complains that it is unable to determine
  the kernel version.  I did some googling, but saw no solution to this
  problem, but it seems others are having difficulties with this also.
  
  Any assistance would be appreciated.
  
  -- 
  Your life is like a penny.  You're going to lose it.  The question is:
  How do
  you spend it?
  
   John Covici
   [EMAIL PROTECTED]
  -- 
  gentoo-user@lists.gentoo.org mailing list
  
  
  --
  gentoo-user@lists.gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] nvidia drivers don't compile under kernel 2.6.24

2008-02-19 Thread John covici
Hi.  I tried using kernel 2.6.24-gentoo-r2 -- however the nvidia
drivers  version 100.14.19 complains that it is unable to determine
the kernel version.  I did some googling, but saw no solution to this
problem, but it seems others are having difficulties with this also.

Any assistance would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] strange ethernet behavior with Superjmicro mb and Gentoo

2008-02-13 Thread John covici
Hi.  I have just gotten a computer with a Super Micro c2sbe
Motherboard.  Now I also bought a dual port PCI Express ethernet
card.  Now  the normal kernel driver in my 2.6.21-gentoo-r4 does not
recognize the ethernet port on the motherboard, only the dual port
PCI Express card.  So I found an Intel driver which seemed to be a
later version of the e1000 driver and installed it.

Now the strange part is that in order for the Ethernet on the mb to be
recognized, I must rmmod and modprobe the module again and blacklist
it from udev, although the later seemed not to do much.  Does
anyone know why I must do such a thing?  If I don't do the rmmod and
modprobe the dual port card is still recognized, but  the mb one is not..

Thanks in advance for your help.
-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread John covici
Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
-mtune=athlon-xp -pipe -- now I am getting one of those new Intel
e8400 CPU's and so I have two questions.

What should I change my CCFLAGS to -- and do I have to recompile the
whole system after this is done or what?

Thanks in advance for any assistance.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread John covici
on Friday 01/25/2008 Andrey Falko([EMAIL PROTECTED]) wrote
  On Jan 25, 2008 10:00 AM, John covici [EMAIL PROTECTED] wrote:
  
   Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
   -mtune=athlon-xp -pipe -- now I am getting one of those new Intel
   e8400 CPU's and so I have two questions.
  
   What should I change my CCFLAGS to -- and do I have to recompile the
   whole system after this is done or what?
  
  
  I've done this before. I moved from an old Intel 3.06 Ghz to a new Athlon64
  4600+. I did *not* change flags before the move from system to system. After
  the move, however,  I  changed my -march flag (in your case -mtune, which is
  equivalent) and recompiled everything to have the change take effect.
  
  In your case, move the system from machine to machine, then change your
  -mtune to: -mtune=nocona (see
  http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options)
  . When you are done with that recompile everything: emerge -e world
  
Thanks all -- I have a 32-bit profile, so I guess I will not be able
to use ncona -- is this correct?


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] gnome-session no longer starts after updating world

2007-12-12 Thread John covici
Hi.  After upgrading my system using emerge --update --deep
--with-bdeps=y world I am no longer able to use x-windows.  I saw a
message for one package connection refused by server, but I saw that
gnome-session had ended and that no other gnome apps had hstarted.
There is nothing in the /var/log/Xorg.0.log, so I have no idea how to
trouble shoot this at all.  I am using nvidia drivers 100.14.19 and
gentoo sources of 2.6.21-r4.

Any assistance would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] gnome-session no longer starts after updating world

2007-12-12 Thread John covici
on Wednesday 12/12/2007 Marzan, Richard non Unisys([EMAIL PROTECTED]) wrote
  John,
  
  
   I remember having the same problem before and I believe that
  deleting the appropriate .gnome and .gnome2 directories would fix the
  problem. I'm not sure why this happens or why this solution worked for
  me but it did. You might lose some settings. Do not worry because the
  .gnome and .gnome2 directories will be recreated as soon as you try to
  run gnome.
  
  Regards,

  Richard
  

Unfortunately, no joy, I started xinit and I have in my /root
directory a .xinitrc which says 
exec dbus-launch --exit-with-session gnome-session
but all I got was a message on the text console which said waiting for
the server to shut down, so we have a server problem as well,
apparently.


  
   -Original Message-
   From: John covici [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, December 12, 2007 3:43 AM
   To: gentoo-user@lists.gentoo.org
   Subject: [gentoo-user] gnome-session no longer starts after updating
  world
   
   Hi.  After upgrading my system using emerge --update --deep
   --with-bdeps=y world I am no longer able to use x-windows.  I saw a
   message for one package connection refused by server, but I saw that
   gnome-session had ended and that no other gnome apps had hstarted.
   There is nothing in the /var/log/Xorg.0.log, so I have no idea how to
   trouble shoot this at all.  I am using nvidia drivers 100.14.19 and
   gentoo sources of 2.6.21-r4.
   
   Any assistance would be appreciated.
   
   --
   Your life is like a penny.  You're going to lose it.  The question is:
   How do
   you spend it?
   
John Covici
[EMAIL PROTECTED]
   --
   [EMAIL PROTECTED] mailing list
  
  --
  [EMAIL PROTECTED] mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] gnome-session no longer starts after updating world

2007-12-12 Thread John covici
on Wednesday 12/12/2007 Marzan, Richard non Unisys([EMAIL PROTECTED]) wrote
   -Original Message-
   From: John covici [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, December 12, 2007 2:59 PM
   To: gentoo-user@lists.gentoo.org
   Subject: RE: [gentoo-user] gnome-session no longer starts after
  updating
   world
   
   on Wednesday 12/12/2007 Marzan, Richard non
   Unisys([EMAIL PROTECTED]) wrote
 John,


 I remember having the same problem before and I believe that
 deleting the appropriate .gnome and .gnome2 directories would fix
  the
 problem. I'm not sure why this happens or why this solution worked
  for
 me but it did. You might lose some settings. Do not worry because
  the
 .gnome and .gnome2 directories will be recreated as soon as you try
  to
 run gnome.

 Regards,

 Richard

   
   Unfortunately, no joy, I started xinit and I have in my /root
   directory a .xinitrc which says
   exec dbus-launch --exit-with-session gnome-session
   but all I got was a message on the text console which said waiting for
   the server to shut down, so we have a server problem as well,
   apparently.
   
   

  -Original Message-
  From: John covici [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, December 12, 2007 3:43 AM
  To: gentoo-user@lists.gentoo.org
  Subject: [gentoo-user] gnome-session no longer starts after
  updating
 world
 
  Hi.  After upgrading my system using emerge --update --deep
  --with-bdeps=y world I am no longer able to use x-windows.  I saw
  a
  message for one package connection refused by server, but I saw
  that
  gnome-session had ended and that no other gnome apps had
  hstarted.
  There is nothing in the /var/log/Xorg.0.log, so I have no idea
  how to
  trouble shoot this at all.  I am using nvidia drivers 100.14.19
  and
  gentoo sources of 2.6.21-r4.
 
  Any assistance would be appreciated.
 
  --
  Your life is like a penny.  You're going to lose it.  The
  question
   is:
  How do
  you spend it?
 
   John Covici
   [EMAIL PROTECTED]
  --
  [EMAIL PROTECTED] mailing list

 --
 [EMAIL PROTECTED] mailing list
   
   --
   Your life is like a penny.  You're going to lose it.  The question is:
   How do
   you spend it?
   
John Covici
[EMAIL PROTECTED]
   --
   [EMAIL PROTECTED] mailing list
  John,
  
  
   Are you running X as root. I don't think that's a good idea. Try
  running it as a normal user. And try using exec gnome-session in your
  .xinitrc files. See if that works for you.

Well, I can't run it as a normal user, I get the following in my
.xsession-errors file

/etc/X11/gdm/Xsession: Beginning session setup...
stty: standard input: Inappropriate ioctl for device
/etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent --
show-all-if-ambiguout
show-all-if-ambiguout: No such file or directory

I used to be able to run as root when I was using 2.18, however I
can't do this anymore.  I have no idea what is happening with this.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] unable to install php-docs

2007-12-09 Thread John covici
Hi folks.  On an update I was doing today I ran into this error while
trying to install phpdocs -- here is the fragment:

 Install php-docs-20071125-r1 into
 /var/tmp/portage/app-doc/php-docs-20071125-r1/image/ category
 app-doc
 * Installing en manual, this will take a while... ...
/usr/portage/app-doc/php-docs/php-docs-20071125-r1.ebuild: line 63:
/bin/mv: Argument list too long
 *
 * ERROR: app-doc/php-docs-20071125-r1 failed.
 * Call stack:
 * ebuild.sh, line 1701:  Called dyn_install
 * ebuild.sh, line 1138:  Called qa_call
 * 'src_install'
 * ebuild.sh, line   44:  Called src_install
 *   php-docs-20071125-r1.ebuild, line   64:  Called die
 * The specific snippet of code:
 *  mv
 * ${D}/usr/share/doc/${PF}/html/{*.html,figures}
 * ${D}/usr/share/doc/${PF}/html/${lang} \
 *  || die mv failed on ${lang}
 *  The die message:
 *   mv failed on en
 *
 * If you need support, post the topmost build error, and the call
   stack if relevant.
 * A complete build log is located at
   '/var/log/portage/app-doc:php-docs-20071125-r1:20071209-131352.log'.
 *

Anyone with any ideas on how to fix this?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] unable to install php-docs

2007-12-09 Thread John covici
on Sunday 12/09/2007 John covici([EMAIL PROTECTED]) wrote
  Hi folks.  On an update I was doing today I ran into this error while
  trying to install phpdocs -- here is the fragment:
  
   Install php-docs-20071125-r1 into
   /var/tmp/portage/app-doc/php-docs-20071125-r1/image/ category
   app-doc
   * Installing en manual, this will take a while... ...
  /usr/portage/app-doc/php-docs/php-docs-20071125-r1.ebuild: line 63:
  /bin/mv: Argument list too long
   *
   * ERROR: app-doc/php-docs-20071125-r1 failed.
   * Call stack:
   * ebuild.sh, line 1701:  Called dyn_install
   * ebuild.sh, line 1138:  Called qa_call
   * 'src_install'
   * ebuild.sh, line   44:  Called src_install
   *   php-docs-20071125-r1.ebuild, line   64:  Called die
   * The specific snippet of code:
   *  mv
   * ${D}/usr/share/doc/${PF}/html/{*.html,figures}
   * ${D}/usr/share/doc/${PF}/html/${lang} \
   *  || die mv failed on ${lang}
   *  The die message:
   *   mv failed on en
   *
   * If you need support, post the topmost build error, and the call
 stack if relevant.
   * A complete build log is located at
 '/var/log/portage/app-doc:php-docs-20071125-r1:20071209-131352.log'.
   *
  
  Anyone with any ideas on how to fix this?
  
  Thanks.
OK, an emerge --sync solved the problem, although I got a collision
warning strangely enough.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems emerging xorg-docs and several other packages

2007-12-09 Thread John covici
I am getting messages like the following when trying to emerge
xorg-docs and others:

jade:/usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/ent/iso-lat1.ent:6:19:E:
X00E1 is not a function name

I have reinstalled the app-text/docbook packages, but no joy.  

Anyone have some ideas why this happens?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] is it safe to unmask sys-auth/policykit

2007-12-08 Thread John covici
Sorry if this is a duplicate -- II never got it back, so I am sending
it again.

Hi.  I was trying to do an emerge --update --deep --with-bdeps=y world
and got the following error:

!!! All ebuilds that could satisfy =sys-auth/policykit-0.6 have
been masked.
!!! One of the following masked packages is required to complete your
request:
- sys-auth/policykit-0.6 (masked by: package.mask, ~x86 keyword)
/usr/portage/profiles/package.mask:
# Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
# Mask this until we get the input and mounting issues worked out

In view of this comment, should I unmaks it anyway and if not, how can
I get past this one?

Any assistance would be appreciated.
 
-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] is it safe to unmask sys-auth/policykit

2007-12-08 Thread John covici
on Saturday 12/08/2007 Rumen Yotov([EMAIL PROTECTED]) wrote
  John covici ??:
   Sorry if this is a duplicate -- II never got it back, so I am sending
   it again.
   
   Hi.  I was trying to do an emerge --update --deep --with-bdeps=y world
   and got the following error:
   
   !!! All ebuilds that could satisfy =sys-auth/policykit-0.6 have
   been masked.
   !!! One of the following masked packages is required to complete your
   request:
   - sys-auth/policykit-0.6 (masked by: package.mask, ~x86 keyword)
   /usr/portage/profiles/package.mask:
   # Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
   # Mask this until we get the input and mounting issues worked out
   
   In view of this comment, should I unmaks it anyway and if not, how can
   I get past this one?
   
   Any assistance would be appreciated.

  Hi,
  Just add -t(--tree) to your emerge command, it'll probably show which
  app requires policykit.
  Then mask the update (not policykit) till the issues are fixed.
  Or omit --deep which could eventually help here.


Well it said that dependency required by sys-apps/hal-0.5.10
  [ebuild]so how do I prevent the update of hal and still be able
 to let the rest of them go through?  The -t gave nothing more.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] is it safe to unmask sys-auth/policykit

2007-12-08 Thread John covici
on Saturday 12/08/2007 Rumen Yotov([EMAIL PROTECTED]) wrote
  On (08/12/07 18:46) Daniel Pielmeier wrote:
   John covici schrieb:
   on Saturday 12/08/2007 Rumen Yotov([EMAIL PROTECTED]) wrote
 John covici ??:
  Sorry if this is a duplicate -- II never got it back, so I am sending
  it again.
 Hi.  I was trying to do an emerge --update --deep 
   --with-bdeps=y 
   world
  and got the following error:
 !!! All ebuilds that could satisfy =sys-auth/policykit-0.6 
   have
  been masked.
  !!! One of the following masked packages is required to complete your
  request:
  - sys-auth/policykit-0.6 (masked by: package.mask, ~x86 keyword)
  /usr/portage/profiles/package.mask:
  # Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
  # Mask this until we get the input and mounting issues worked out
 In view of this comment, should I unmaks it anyway and if not, 
   how can
  I get past this one?
 Any assistance would be appreciated.
 Hi,
 Just add -t(--tree) to your emerge command, it'll probably show which
 app requires policykit.
 Then mask the update (not policykit) till the issues are fixed.
 Or omit --deep which could eventually help here.
   Well it said that dependency required by sys-apps/hal-0.5.10
 [ebuild]so how do I prevent the update of hal and still be able
to let the rest of them go through?  The -t gave nothing more.
  
   sys-apps/hal-0.5.10 is masked itself. Why have you unmasked it?
  
   Remove the unmask of hal-0.5.10 and go back to version 0.5.9.1-r3, The 
   masked version needs policykit, so no way around this!
   -- 
   [EMAIL PROTECTED] mailing list
  
  Hi,
  
  +1 - please check the contents of your: /etc/portage/package.unmask file
  IIRC.
  Remove (comment) any entries you don't know why they are there.
  Could also check the system profile: ls -ld /etc/make.profile

OK, I remasked hal and got the following:

!!! All ebuilds that could satisfy =sys-apps/hal-0.5.10 have been
masked.
!!! One of the following masked packages is required to complete your
request:
- sys-apps/hal-0.5.10 (masked by: package.mask, ~x86 keyword)
/usr/portage/profiles/package.mask:
# Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
# Mask this until we get the input and mounting issues worked out


For more information, see MASKED PACKAGES section in the emerge man
page or
refer to the Gentoo Handbook.
(dependency required by app-misc/hal-info-20071011 [ebuild])



!!! Problem resolving dependencies for media-sound/alsa-utils
!!! Depgraph creation failed.

and if I then remask hal-info I get

!!! All ebuilds that could satisfy gnome-extra/policykit-gnome have
been masked.
!!! One of the following masked packages is required to complete your
request:
- gnome-extra/policykit-gnome-0.6 (masked by: package.mask, ~x86
keyword)
/usr/portage/profiles/package.mask:
# Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
# Mask this until we get the input and mounting issues worked out


For more information, see MASKED PACKAGES section in the emerge man
page or
refer to the Gentoo Handbook.
(dependency required by gnome-base/gnome-mount-0.7 [ebuild])



!!! Problem resolving dependencies for media-sound/alsa-utils
!!! Depgraph creation failed.

So you see wher we go, it would cancel all updates of gnome or a lot
of them.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] is it safe to unmask sys-auth/policykit

2007-12-08 Thread John covici
on Saturday 12/08/2007 Daniel Pielmeier([EMAIL PROTECTED]) wrote
  John covici schrieb:
   on Saturday 12/08/2007 Rumen Yotov([EMAIL PROTECTED]) wrote
 On (08/12/07 18:46) Daniel Pielmeier wrote:
  John covici schrieb:
  on Saturday 12/08/2007 Rumen Yotov([EMAIL PROTECTED]) wrote
John covici ??:
 Sorry if this is a duplicate -- II never got it back, so I am 
   sending
 it again.
Hi.  I was trying to do an emerge --update --deep 
   --with-bdeps=y 
  world
 and got the following error:
!!! All ebuilds that could satisfy 
   =sys-auth/policykit-0.6 
  have
 been masked.
 !!! One of the following masked packages is required to 
   complete your
 request:
 - sys-auth/policykit-0.6 (masked by: package.mask, ~x86 keyword)
 /usr/portage/profiles/package.mask:
 # Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
 # Mask this until we get the input and mounting issues worked 
   out
In view of this comment, should I unmaks it anyway and if 
   not, 
  how can
 I get past this one?
Any assistance would be appreciated.
Hi,
Just add -t(--tree) to your emerge command, it'll probably show 
   which
app requires policykit.
Then mask the update (not policykit) till the issues are fixed.
Or omit --deep which could eventually help here.
  Well it said that dependency required by sys-apps/hal-0.5.10
[ebuild]so how do I prevent the update of hal and still be able
   to let the rest of them go through?  The -t gave nothing more.
 
  sys-apps/hal-0.5.10 is masked itself. Why have you unmasked it?
 
  Remove the unmask of hal-0.5.10 and go back to version 0.5.9.1-r3, 
   The 
  masked version needs policykit, so no way around this!
  -- 
  [EMAIL PROTECTED] mailing list
 
 Hi,
 
 +1 - please check the contents of your: /etc/portage/package.unmask file
 IIRC.
 Remove (comment) any entries you don't know why they are there.
 Could also check the system profile: ls -ld /etc/make.profile
   
   OK, I remasked hal and got the following:
   
   !!! All ebuilds that could satisfy =sys-apps/hal-0.5.10 have been
   masked.
   !!! One of the following masked packages is required to complete your
   request:
   - sys-apps/hal-0.5.10 (masked by: package.mask, ~x86 keyword)
   /usr/portage/profiles/package.mask:
   # Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
   # Mask this until we get the input and mounting issues worked out
   
   
   For more information, see MASKED PACKAGES section in the emerge man
   page or
   refer to the Gentoo Handbook.
   (dependency required by app-misc/hal-info-20071011 [ebuild])
   
   
   
   !!! Problem resolving dependencies for media-sound/alsa-utils
   !!! Depgraph creation failed.
   
   and if I then remask hal-info I get
   
   !!! All ebuilds that could satisfy gnome-extra/policykit-gnome have
   been masked.
   !!! One of the following masked packages is required to complete your
   request:
   - gnome-extra/policykit-gnome-0.6 (masked by: package.mask, ~x86
   keyword)
   /usr/portage/profiles/package.mask:
   # Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
   # Mask this until we get the input and mounting issues worked out
   
   
   For more information, see MASKED PACKAGES section in the emerge man
   page or
   refer to the Gentoo Handbook.
   (dependency required by gnome-base/gnome-mount-0.7 [ebuild])
   
   
   
   !!! Problem resolving dependencies for media-sound/alsa-utils
   !!! Depgraph creation failed.
   
   So you see wher we go, it would cancel all updates of gnome or a lot
   of them.
   
   
  
  I would suggest to leave all packages which are hard-masked in it's 
  state as there are always reasons why packages are hard-masked
  
  sys-apps/hal-0.5.10
  hal-info-20071011
  gnome-extra/policykit-gnome-0.6
  gnome-base/gnome-mount-0.7
  
  If gnome is really the issue then it shouldn't go stable when a 
  dependency is not stable!

What I would like to do is get gnome-2.20 -- this is my real problem
and since a lot of packages were masked either by ~x86 or hard mask --
this is how the whole thing got started -- actually a lot of these
were done for gnome 2.18.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] is it safe to unmask sys-auth/policykit

2007-12-08 Thread John covici
on Saturday 12/08/2007 Daniel Pielmeier([EMAIL PROTECTED]) wrote
  John covici schrieb:
   on Saturday 12/08/2007 Daniel Pielmeier([EMAIL PROTECTED]) wrote
 John covici schrieb:
  on Saturday 12/08/2007 Rumen Yotov([EMAIL PROTECTED]) wrote
On (08/12/07 18:46) Daniel Pielmeier wrote:
 John covici schrieb:
 on Saturday 12/08/2007 Rumen Yotov([EMAIL PROTECTED]) wrote
   John covici ??:
Sorry if this is a duplicate -- II never got it back, so I 
   am sending
it again.
   Hi.  I was trying to do an emerge --update --deep 
   --with-bdeps=y 
 world
and got the following error:
   !!! All ebuilds that could satisfy 
   =sys-auth/policykit-0.6 
 have
been masked.
!!! One of the following masked packages is required to 
   complete your
request:
- sys-auth/policykit-0.6 (masked by: package.mask, ~x86 
   keyword)
/usr/portage/profiles/package.mask:
# Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
# Mask this until we get the input and mounting issues 
   worked out
   In view of this comment, should I unmaks it anyway 
   and if not, 
 how can
I get past this one?
   Any assistance would be appreciated.
   Hi,
   Just add -t(--tree) to your emerge command, it'll probably 
   show which
   app requires policykit.
   Then mask the update (not policykit) till the issues are 
   fixed.
   Or omit --deep which could eventually help here.
 Well it said that dependency required by sys-apps/hal-0.5.10
   [ebuild]so how do I prevent the update of hal and still 
   be able
  to let the rest of them go through?  The -t gave nothing more.

 sys-apps/hal-0.5.10 is masked itself. Why have you unmasked it?

 Remove the unmask of hal-0.5.10 and go back to version 
   0.5.9.1-r3, The 
 masked version needs policykit, so no way around this!
 -- 
 [EMAIL PROTECTED] mailing list

Hi,

+1 - please check the contents of your: 
   /etc/portage/package.unmask file
IIRC.
Remove (comment) any entries you don't know why they are there.
Could also check the system profile: ls -ld /etc/make.profile
  
  OK, I remasked hal and got the following:
  
  !!! All ebuilds that could satisfy =sys-apps/hal-0.5.10 have been
  masked.
  !!! One of the following masked packages is required to complete your
  request:
  - sys-apps/hal-0.5.10 (masked by: package.mask, ~x86 keyword)
  /usr/portage/profiles/package.mask:
  # Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
  # Mask this until we get the input and mounting issues worked out
  
  
  For more information, see MASKED PACKAGES section in the emerge man
  page or
  refer to the Gentoo Handbook.
  (dependency required by app-misc/hal-info-20071011 [ebuild])
  
  
  
  !!! Problem resolving dependencies for media-sound/alsa-utils
  !!! Depgraph creation failed.
  
  and if I then remask hal-info I get
  
  !!! All ebuilds that could satisfy gnome-extra/policykit-gnome have
  been masked.
  !!! One of the following masked packages is required to complete your
  request:
  - gnome-extra/policykit-gnome-0.6 (masked by: package.mask, ~x86
  keyword)
  /usr/portage/profiles/package.mask:
  # Saleem Abdulrasool [EMAIL PROTECTED] (23 Nov 2007)
  # Mask this until we get the input and mounting issues worked out
  
  
  For more information, see MASKED PACKAGES section in the emerge man
  page or
  refer to the Gentoo Handbook.
  (dependency required by gnome-base/gnome-mount-0.7 [ebuild])
  
  
  
  !!! Problem resolving dependencies for media-sound/alsa-utils
  !!! Depgraph creation failed.
  
  So you see wher we go, it would cancel all updates of gnome or a lot
  of them.
  
  
 
 I would suggest to leave all packages which are hard-masked in it's 
 state as there are always reasons why packages are hard-masked
 
 sys-apps/hal-0.5.10
 hal-info-20071011
 gnome-extra/policykit-gnome-0.6
 gnome-base/gnome-mount-0.7
 
 If gnome is really the issue then it shouldn't go stable when a 
 dependency is not stable!
   
   What I would like to do is get gnome-2.20 -- this is my real problem
   and since a lot of packages were masked either by ~x86 or hard mask --
   this is how the whole thing got started -- actually a lot of these
   were done for gnome 2.18.
   
  
  Do you mean gnome-2.20 or gnome-2.20.1. The latter is stable on x86 so 
  all dependencies should be stable too.
  
  What happens if you remove

[gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread John covici
Hi.  I am having a very frustrating prroblem when I use the pppoe
plugin like so:

config_ppp0=(ppp)
link_ppp0=eth2
plugins_ppp0=(rp-pppoe)
username_ppp0='vzeqmmst'
pppd_ppp0=(
updetach
noauth
ipcp-accept-remote
ipcp-accept-local
holdoff 3
lcp-echo-interval 15
lcp-echo-failure 3
)

What happens is that when I use this a computer on my local network
has intermittent connection problems -- it connects to google just
fine, but not to Microsoft sites and other places.

Now what is very strange is -- if I use the rp-pppoe package
independent of gentoo using there adsl-start command instead of the
gentoo configs, then everything works just fine.  Both methods are
using the same local startup script for ppp which fixes up the packet
forwarding, etc., so I haven't a clue as to why one has this problem
and the other does not.

Any ideas on this would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread John covici
on Saturday 10/27/2007 Hans-Werner Hilse([EMAIL PROTECTED]) wrote
  Hi,
  
  On Sat, 27 Oct 2007 11:35:05 -0400
  John covici [EMAIL PROTECTED] wrote:
  
   What happens is that when I use this a computer on my local network
   has intermittent connection problems -- it connects to google just
   fine, but not to Microsoft sites and other places.
  
  Does this computer use the computer you're running pppd on as a router?
  
  It really sounds like an MTU issue ATM...

Yep, exactly the gentoo box is a router for the computer having the
problem, anyway to adjust the mtu using the plugin?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread John covici
on Saturday 10/27/2007 Hans-Werner Hilse([EMAIL PROTECTED]) wrote
  Hi,
  
  On Sat, 27 Oct 2007 13:23:44 -0400
  John covici [EMAIL PROTECTED] wrote:
  
   on Saturday 10/27/2007 Hans-Werner Hilse([EMAIL PROTECTED]) wrote
 Hi,
 
 On Sat, 27 Oct 2007 11:35:05 -0400
 John covici [EMAIL PROTECTED] wrote:
 
  What happens is that when I use this a computer on my local network
  has intermittent connection problems -- it connects to google just
  fine, but not to Microsoft sites and other places.
 
 Does this computer use the computer you're running pppd on as a router?
 
 It really sounds like an MTU issue ATM...
   
   Yep, exactly the gentoo box is a router for the computer having the
   problem, anyway to adjust the mtu using the plugin?
  
  For me, mtu 1492 in my pppd config script is sufficient. If that's
  not the case for you, you should try MSS-Clamping. You can do that
  using iptables, I could search for a proper iptables rule, but I don't
  have one at hand right now...
  
Exactly where did you put your mtu -- I don't see it in the possibly
options in /etc/conf.d/net.example for the pppd options.

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problem using the pppoe plugin

2007-10-27 Thread John covici
on Saturday 10/27/2007 Daniel Pielmeier([EMAIL PROTECTED]) wrote
  John covici schrieb:
   Exactly where did you put your mtu -- I don't see it in the possibly
   options in /etc/conf.d/net.example for the pppd options.
  
  It is in the Section INTERFACE HANDLERS:
  
  # Some users may need to alter the MTU - here's how
  #mtu_eth0=1500
  
   plugins_ppp0=(rp-pppoe)
  
  Are you sure this line is correct?
Yep, otherwise it would not work at all, so looks like some
documentation needs to be fixed?


  
  According to net.example this are the plugins for PPP:
  
  # Here you should specify what pppd plugins you want to use
  # Available plugins are: pppoe, pppoa, capi, dhcpc, minconn, radius,
  #radattr, radrealms and winbind
  #plugins_ppp0=(
  #   pppoe # Required plugin for PPPoE
  #   pppoa vc-encaps   # Required plugin for PPPoA with
  an option
  #   capi  # Required plugin for ISDN
  #)
  
  By the way rp-pppoe is depreciated in favor of the PPP Module see the
  PPP and ADSL section for more information.
  
  Regards,
  
  Daniel
  -- 
  [EMAIL PROTECTED] mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Problem using the pppoe plugin

2007-10-27 Thread John covici
on Sunday 10/28/2007 Sven Köhler([EMAIL PROTECTED]) wrote
   Hi.  I am having a very frustrating prroblem when I use the pppoe
   plugin like so:
   
   config_ppp0=(ppp)
   link_ppp0=eth2
   plugins_ppp0=(rp-pppoe)
   username_ppp0='vzeqmmst'
   pppd_ppp0=(
   updetach
   noauth
   ipcp-accept-remote
   ipcp-accept-local
   holdoff 3
   lcp-echo-interval 15
   lcp-echo-failure 3
   )
   
   What happens is that when I use this a computer on my local network
   has intermittent connection problems -- it connects to google just
   fine, but not to Microsoft sites and other places.
  
  Use this:
  
  iptables -t filter -A FORWARD -p tcp --syn -j TCPMSS --clamp
  
  

OK, thanks to all who responded -- I had to do mtu_ppp0=1492 and then
I had to do the iptables rule.  I still wonder why the native package
worked, but not the plugin?  Go figure.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: [SOLVED] help with the dreaded mount: RPC: Program not registered

2007-10-08 Thread John Blinka
Not an elegant solution, or one that sheds any light on
the nature of the problem, but this process worked for me:

1)  Removed everything from the default run level except for
 the system logger and net.eth0.

2)  Rebooted and started nfs by hand successfully after the
 reboot.  Added nfs to the default run level.

3)  Repeated steps 1) and 2) for each additional program I
 wanted to add the the default run level.  Everything seems
 to work fine now.

John Blinka


Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-28 Thread John Blinka
On 9/25/07, Emil Beinroth [EMAIL PROTECTED] wrote:

 On Mon, Sep 24, 2007 at 08:07:04AM -0400, John Blinka wrote:
  Did as you suggested.  softscripts.old reappeared and no change in
 inability
  to start nfs automatically, or by hand.

 Hm, does `rc default` give you and output? Is the softscripts.old gone
 afterwards?



It  gives the following output, and then hangs indefinitely at the last
line.
And softscripts.old is still there (although there is no afterwards!)

- rc default
 * Setting clock via the NTP client 'ntpdate'
...
[ ok ]
 * Starting ldap-server
...
[ !! ]
 * Mounting nfsd filesystem in /proc
...
[ ok ]
 * Starting NFS statd
...
[ ok ]
 * Exporting NFS directories
...
[ ok ]
 * Starting NFS mountd
...
[ ok ]
 * Starting NFS daemon
...
[ ok ]
 * Starting NFS smnotify ...


Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-25 Thread John Blinka
Hi, Bogo,

Your experience is similar in nature to mine.  What I didn't post is that
nfs isn't the only daemon that wouldn't start, and that for a month or two
I've had to cajole and threaten my box - generic x86 - to get various
daemons
to start - all by hand, of course.  All of this mystery started after a
massive
system upgrade.  I've tried rebuilding the entire system with no effect, and
now
I'm contemplating a wipe-the-system-clean and fresh install to exorcise
whatever
ghosts are lurking there.  I don't want to do that, but...

Anyway, the existence of a fellow sufferer makes me feel better.

John


Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-24 Thread John Blinka
On 9/23/07, Emil Beinroth [EMAIL PROTECTED] wrote:

 On Sun, Sep 23, 2007 at 03:37:36PM -0400, John Blinka wrote:
   - ls -lA /var/lib/init.d/
 [snip]
  drwxr-xr-x 2 root root  4096 Sep 21 13:16 softscripts.old

 That shouldn't be there. Normally, that directory is created and later
 removed by /sbin/rc - which is run numerous times at boot. So this seems
 really wrong.

 I would suggest a clean cut by running `rm -fr /var/lib/init.d/`
 and doing a reboot. Services won't be stopped, but your filesystems will
 be remouted ro, so they should be fine. I've tested this on my box and
 didn't have any problems.


Did as you suggested.  softscripts.old reappeared and no change in inability
to start nfs automatically, or by hand.

I think it happens when booting, but I see this message in the system log:

Sep 23 21:12:01 tobey rc-scripts: ERROR:  cannot start nfs as
rpc.statdcould not start

Does that shed any light?

John


Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-23 Thread John Blinka
 Ok, there are some funny things in there. Please also post the output of
 the following commands.

 - find /var/lib/init.d/ -name nfs | xargs ls -lh
lrwxrwxrwx 1 root root 15 Sep 21 13:20 /var/lib/init.d/failed/nfs -
/etc/init.d/nfs
lrwxrwxrwx 1 root root 15 Sep 21 13:16 /var/lib/init.d/softscripts/nfs -
/etc/init.d/nfs

 - ls -lA /var/lib/init.d/
total 148
drwxr-xr-x 2 root root  4096 Sep 21 13:16 coldplugged
drwxr-xr-x 2 root root  4096 Sep 21 17:30 daemons
-rw-r--r-- 1 root root 52178 Sep 22 17:00 depcache
-rw-r--r-- 1 root root 20730 Sep 22 17:00 deptree
drwxr-xr-x 2 root root  4096 Sep 21 15:11 exclusive
drwxr-xr-x 2 root root  4096 Sep 21 13:21 exitcodes
drwxr-xr-x 2 root root  4096 Sep 21 13:20 failed
drwxr-xr-x 2 root root  4096 Sep 21 13:16 inactive
-rw-r--r-- 1 root root 3 Sep 21 13:16 interactive
drwxr-xr-x 3 root root  4096 Sep 21 13:17 options
drwxr-xr-x 2 root root  4096 Sep 21 13:16 scheduled
drwxr-xr-x 2 root root  4096 Sep 23 08:17 snapshot
-rw-r--r-- 1 root root 8 Sep 21 13:16 softlevel
drwxr-xr-x 2 root root  4096 Sep 21 13:16 softscripts
drwxr-xr-x 2 root root  4096 Sep 21 13:16 softscripts.old
drwxr-xr-x 2 root root  4096 Sep 22 17:00 started
drwxr-xr-x 2 root root  4096 Sep 22 17:00 starting
drwxr-xr-x 2 root root  4096 Sep 21 17:30 stopping
drwxr-xr-x 2 root root  4096 Sep 21 13:16 wasinactive


 -- cat /etc/runlevels/*/.critical
cat: /etc/runlevels/*/.critical: No such file or directory


Mercury emacs sucks, literally, not a insult, just a comment that its
 large
   enough to have a noticeable gravitational pull...



That was good!

John


Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-22 Thread John Blinka
On 9/22/07, Emil Beinroth [EMAIL PROTECTED] wrote:

 Hi,
 what version of portmap, nfs-utils and baselayout are you running? Have
 you tried reinstalling those 3 to make sure the config files and init
 scripts are up to date?

 Please post the output of `rc-status -a` and `rpcinfo -p tobey`. They
 might be helpful for diagnosing the problem.



 - rpcinfo -p tobey
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000241   udp   1028  status
1000241   tcp   4656  status
 rc-status -a
Runlevel: boot
 alsasound
[ started  ]
 bootmisc
[ started  ]
 checkfs
[ started  ]
 checkroot
[ started  ]
 clock
[ started  ]
 consolefont
[ started  ]
 hostname
[ started  ]
 keymaps
[ started  ]
 localmount
[ started  ]
 modules
[ started  ]
 net.lo
[ started  ]
 rmnologin
[ started  ]
 svscan
[ started  ]
 urandom
[ started  ]
Runlevel: default
 courier-imapd
[ started  ]
 cupsd
[ started  ]
 dbus
[ started  ]
 dhcpd
[ stopped  ]
 distccd
[ started  ]
 fcron
[ started  ]
 fetchmail
[ stopped  ]
 local
[ stopped  ]
 net.eth0
[ started  ]
 netmount
[ started  ]
 nfs
[ stopped  ]
 ntp-client
[ stopped  ]
 ntpd
[ started  ]
 portmap
[ started  ]
 postfix
[ started  ]
 rsyncd
[ started  ]
 samba
[ started  ]
 slapd
[ stopped  ]
 sshd
[ started  ]
 syslog-ng
[ started  ]
 xdm
[ started  ]
 xinetd
[ started  ]
Runlevel: nonetwork
 local
[ stopped  ]
Runlevel: single
Runlevel: UNASSIGNED
 acpid
[ stopped  ]
 apache2
[ stopped  ]
 atd
[ stopped  ]
 bttrack
[ stopped  ]
 consolekit
[ stopped  ]
 courier-authlib
[ started  ]
 courier-imapd-ssl
[ stopped  ]
 courier-pop3d
[ stopped  ]
 courier-pop3d-ssl
[ stopped  ]
 crypto-loop
[ stopped  ]
 device-mapper
[ stopped  ]
 dhcrelay
[ stopped  ]
 dnsextd
[ stopped  ]
 gpm
[ stopped  ]
 hald
[ stopped  ]
 hdparm
[ stopped  ]
 hotplug
[ stopped  ]
 hplip
[ stopped  ]
 mDNSResponderPosix
[ stopped  ]
 mdnsd
[ stopped  ]
 nfsmount
[ stopped  ]
 nscd
[ stopped  ]
 numlock
[ stopped  ]
 pwcheck
[ stopped  ]
 rpc.idmapd
[ stopped  ]
 rpc.statd
[ started  ]
 saslauthd
[ stopped  ]
 slurpd
[ stopped  ]
 smartd
[ stopped  ]
 svnserve
[ stopped  ]
 udev-postmount
[ started  ]
 xprint
[ stopped  ]


net-fs/nfs-utils-1.1.0-r1
net-nds/portmap-6.0
sys-apps/baselayout-1.12.9-r2



And I guess you are using nfs3?



I really don't know.  Where would I look to determine whether I'm using 3 or
4?


John


Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-22 Thread John Blinka


 that should be /etc/init.d/nfsmount start.  /etc/init.d/nfs is for nfs
 server.


I''m confused by your answer, because tobey is the server, and
/etc/init.d/nfs
fails on tobey.  Perhaps I don't understand something - wouldn't be the
first
time!

John


[gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-21 Thread John Blinka
Hi, all,

I have 2 gentoo machines, lotus and tobey.   tobey is an nfs server to
lotus.
Today I upgraded tobey, and now nfs doesn't work.  Previously, it worked for
years.  The symptoms are:

1)  mount -v /mnt/tobey on lotus returns
 mount: RPC: Program not registered

2)  /etc/init.d/nfs start on tobey produces no output, no running
nfsd daemons, and exit code 1.

3) There is nothing particularly informative (to me)
in the system logs.  There is one instance of

tobey rc-scripts: ERROR:  cannot start nfs as rpc.statd could not start

after the reboot following today's upgrade.

I've started rpc.statd by hand and then attempted to start nfs,
but nfs still does not start.  There is no information in the system
log explaining why.

4) I've done the usual google search, and followed the advice of
other people who have had this problem, and I have read the
available Gentoo Wiki documents that discuss this problem
and followed the advice there.  The result:  nfs still does not
start.

5) tobey is a machine which doesn't like to start various daemons
when it boots despite their being managed by rc-update.  I have
no idea why - this situation started a few months ago after an
upgrade.  I start them by hand after reboots.

6) I always do revdep-rebuild and always follow the post installation
instructions mailed by portage's elog facility.

So, any brilliant ideas about why I can't start nfs or how to debug the
problem?

As always, thanks for your help!

John Blinka


[gentoo-user] Problem mounting USB Drive/MP3 PLayer

2007-09-12 Thread John covici
on Wednesday 09/12/2007 forgottenwizard([EMAIL PROTECTED]) wrote
  First off, the MP3 player is a Zen Stone, which generally just needs to
  be mounted like a hdd.
  
  When I have it plugged in, dmesg and lsusb tell me it is seen, but the
  device (generally /dev/sda1 or similar) does not show up.
  
  This is a new kernel, so what kind of option may I be missing, or what
  else could be wrong?

If you are using the standard gentoo configs see if 

#
CONFIG_SCSI_MULTI_LUN=y

That did it for me with a card reader and some others.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Strange behavior when booting with softlevel=single

2007-08-12 Thread John covici
Hi.  When I boot using softlevel=single -- what seems to be happening
is that it runs the default level and then  stops all of those
processes since there is actually nothing in the /etc/runlevels/single
directory.  Is there anyway to have it not run the default level first
-- as this causes some strange problem when a script in the default
level starts another process which I then have to kill manually.

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unable to compile totem

2007-08-10 Thread John covici
on Friday 08/10/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Friday 10 August 2007 04:59:08 John covici wrote:
   EMERGE_DEFAULT_OPTS=--ask --color=n  --verbose --nospinner
  
  This is nit-picking but usually (99% of all cases) --verbose isn't needed 
  with --info. Hence `emerge --info --ignore-default-opts` would be preferable 
  (less noisy) on bug reports and mailing lists with this setting...

OK, I had no idea that --verbose would have anything to do with
--info.  Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unable to compile totem

2007-08-10 Thread John covici
on Friday 08/10/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Friday 10 August 2007 05:59:32 John covici wrote:
  checking whether to compile the browser plugins... yes
  checking which gecko to use... configure: error: Gecko firefox not
  found

 Either disable nsplugin _or_ emerge firefox
  
   But the thing is, I have firefox compiled and installed already --
   what am I missing?
  
  First to be sure show us the output of
  
  # emerge -pv mozilla-firefox totem
  
  If that doesn't show any problems you'll have to find the error message 
  in /var/tmp/portage/media-video/totem-2.18.2/work/totem-2.18.2/config.log . 
  If unable to find the relevant lines from it yourself you can attach the 
  entire file after compressing it with gzip or bzip2...

OK, here is the output of the emerge command.

Script started on Fri Aug 10 11:22:51 2007
 --pretend disables --ask... removing --ask from options.



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



Calculating dependencies  . . . .... done!

[ebuild U ] www-client/mozilla-firefox-2.0.0.6 [2.0.0.4] USE=gnome ipv6 
-bindist -debug -filepicker -java -mozdevelop -moznopango -restrict-javascript 
-xforms -xinerama -xprint LINGUAS=-af -ar -be -bg -ca -cs -da -de -el -en_GB 
-es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja 
-ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR 
-pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW 36,546 kB 

[ebuild U ] media-video/totem-2.18.2 [2.18.0] USE=dvd flac gnome hal mad 
mpeg nsplugin* ogg theora vorbis xv -a52 -debug -ffmpeg -lirc -nvtv -seamonkey% 
-xulrunner (-firefox%*) 0 kB 



Total: 2 packages (2 upgrades), Size of downloads: 36,546 kB


Script done on Fri Aug 10 11:23:37 2007

And now here is the relevant section of the config.log file.

configure:23040: checking whether to compile the browser plugins
configure:23058: result: yes
configure:23064: checking which gecko to use
configure:23093: error: Gecko firefox not found
 
If you need amy more from that log, let me know.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

Re: [gentoo-user] unable to compile totem

2007-08-10 Thread John covici
on Friday 08/10/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Friday 10 August 2007 17:30:54 John covici wrote:
   configure:23040: checking whether to compile the browser plugins
   configure:23058: result: yes
   configure:23064: checking which gecko to use
   configure:23093: error: Gecko firefox not found
    
   If you need amy more from that log, let me know.
  
  Yeah, we need more lines above that. Just add another 20-30 lines are 
  whatever.

OK, here is some more.

configure:22241: checking for MISSING_PLUGINS
configure:22249: $PKG_CONFIG --exists --print-errors 
gstreamer-plugins-base-0.10 = 0.10.11.3
Requested 'gstreamer-plugins-base-0.10 = 0.10.11.3' but version of GStreamer 
Base Plugins Libraries is 0.10.11
configure:22252: $? = 1
configure:22267: $PKG_CONFIG --exists --print-errors 
gstreamer-plugins-base-0.10 = 0.10.11.3
Requested 'gstreamer-plugins-base-0.10 = 0.10.11.3' but version of GStreamer 
Base Plugins Libraries is 0.10.11
configure:22270: $? = 1
Requested 'gstreamer-plugins-base-0.10 = 0.10.11.3' but version of GStreamer 
Base Plugins Libraries is 0.10.11
configure:22298: result: no
configure:22340: checking for GST
configure:22348: $PKG_CONFIG --exists --print-errors $MM
configure:22351: $? = 0
configure:22366: $PKG_CONFIG --exists --print-errors $MM
configure:22369: $? = 0
configure:22405: result: yes
configure:22413: checking for backend libraries
configure:22420: result: GStreamer-0.10
configure:22428: checking GStreamer 0.10 playbin plugin
configure:22431: result: yes
configure:22428: checking GStreamer 0.10 ffmpegcolorspace plugin
configure:22431: result: yes
configure:22428: checking GStreamer 0.10 videoscale plugin
configure:22431: result: yes
configure:22450: checking GStreamer 0.10 gconfaudiosink plugin
configure:22453: result: yes
configure:22450: checking GStreamer 0.10 gconfvideosink plugin
configure:22453: result: yes
configure:22450: checking GStreamer 0.10 goom plugin
configure:22453: result: yes
configure:22605: checking for Linux
configure:22609: result: yes
configure:22634: checking whether to compile vanity
configure:22636: result: no
configure:22656: checking for EXTRA_GNOME
configure:22664: $PKG_CONFIG --exists --print-errors glib-2.0 = $GLIB_REQS 
gtk+-2.0 = $GTK_REQS libgnomeui-2.0 = $GNOMEUI_REQS libglade-2.0 
gnome-vfs-2.0 = $GNOMEVFS_REQS gnome-vfs-module-2.0 = $GNOMEVFS_REQS 
libgnome-2.0 = $LIBGNOME_REQS  gnome-desktop-2.0 = 2.1.5 gnome-icon-theme = 
$GNOMEICON_REQS gmodule-2.0 iso-codes $MM
configure:22667: $? = 0
configure:22682: $PKG_CONFIG --exists --print-errors glib-2.0 = $GLIB_REQS 
gtk+-2.0 = $GTK_REQS libgnomeui-2.0 = $GNOMEUI_REQS libglade-2.0 
gnome-vfs-2.0 = $GNOMEVFS_REQS gnome-vfs-module-2.0 = $GNOMEVFS_REQS 
libgnome-2.0 = $LIBGNOME_REQS  gnome-desktop-2.0 = 2.1.5 gnome-icon-theme = 
$GNOMEICON_REQS gmodule-2.0 iso-codes $MM
configure:22685: $? = 0
configure:22761: result: yes
configure:22892: checking whether iso-codes has iso-639 domain
configure:22895: result: yes
configure:22923: checking for GTK
configure:22931: $PKG_CONFIG --exists --print-errors gtk+-2.0 $MM gthread-2.0
configure:22934: $? = 0
configure:22949: $PKG_CONFIG --exists --print-errors gtk+-2.0 $MM gthread-2.0
configure:22952: $? = 0
configure:23028: result: yes
configure:23040: checking whether to compile the browser plugins
configure:23058: result: yes
configure:23064: checking which gecko to use
configure:23093: error: Gecko firefox not found

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unable to compile totem

2007-08-10 Thread John covici
on Friday 08/10/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Friday 10 August 2007 17:30:54 John covici wrote:
   And now here is the relevant section of the config.log file.
  
   configure:23040: checking whether to compile the browser plugins
   configure:23058: result: yes
   configure:23064: checking which gecko to use
   configure:23093: error: Gecko firefox not found
  
   If you need amy more from that log, let me know.
  
  Ok, this was all of the relevant lines from config.log in this case. 
  Sometimes 
  a little context which shows that there is nothing more of relevance is 
  useful to make sure no error messages are missing. Anyway the relevant 
  command from the configure script would be:
  
  # pkg-config --exists firefox-xpcom
  
  which returns false in your case. You'd be more interested in:
  
  # pkg-config --exists --print-errors firefox-xpcom
  
  though, as that prints a human readable error message. I bet `equery check 
  mozilla-firefox` will report that some files from firefox are missing. In 
  particular /usr/lib/pkgconfig/firefox-xpcom.pc is apparently missing are 
  something. In either case remerging (or in your case upgrading) firefox 
  should fix it...
  

OK, that did the trick and solved the problem with yelp which was
having similar problems except it said gtk2 geco build.

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



[gentoo-user] unable to compile totem

2007-08-09 Thread John covici
:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:
MAIL=/var/mail/root
MAKEOPTS=-j2
MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man:/opt/sun-jdk-1.4.2.13/man:/etc/java-config/system-vm/man/:/usr/lib/php4/man/:/usr/lib/php5/man/:/usr/qt/3/doc/man
NOCOLOR=true
OLDPWD=/usr/src/asterisk-addons-1.2.4
OPENGL_PROFILE=nvidia
PAGER=/usr/bin/less
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/sun-jdk-1.4.2.13/bin:/opt/sun-jdk-1.4.2.13/jre/bin:/opt/sun-jdk-1.4.2.13/jre/javaws:/usr/qt/3/bin:/root/bin
PKGDIR=/usr/portage/packages
PKG_CONFIG_PATH=/usr/qt/3/lib/pkgconfig
PORTAGE_ARCHLIST=ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64 
alpha ppc-macos hppa sparc-fbsd
PORTAGE_BINHOST_CHUNKSIZE=3000
PORTAGE_BIN_PATH=/usr/lib/portage/bin
PORTAGE_CONFIGROOT=/
PORTAGE_DEBUG=0
PORTAGE_DEPCACHEDIR=/var/cache/edb/dep
PORTAGE_ELOG_CLASSES=log warn error
PORTAGE_ELOG_MAILFROM=portage
PORTAGE_ELOG_MAILSUBJECT=[portage] ebuild log for ${PACKAGE} on ${HOST}
PORTAGE_ELOG_MAILURI=covici /usr/sbin/sendmail
PORTAGE_ELOG_SYSTEM=save mail_summary
PORTAGE_GID=250
PORTAGE_INST_GID=0
PORTAGE_INST_UID=0
PORTAGE_PYM_PATH=/usr/lib/portage/pym
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*
PORTAGE_RSYNC_RETRIES=3
PORTAGE_TMPDIR=/var/tmp
PORTAGE_WORKDIR_MODE=0700
PORTDIR=/usr/portage
PORT_LOGDIR=/var/log/portage
PRELINK_PATH_MASK=/usr/lib/gstreamer-0.10
PS1=\h:\w\$ 
PWD=/usr/src
PYTHONDOCS=/usr/share/doc/python-docs-2.4.4/html/lib
PYTHONPATH=/usr/lib/portage/pym
QMAKESPEC=linux-g++
QTDIR=/usr/qt/3
RESUMECOMMAND=/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O ${DISTDIR}/${FILE} 
${URI}
ROOT=/
ROOTPATH=/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2:/opt/sun-jdk-1.4.2.13/bin:/opt/sun-jdk-1.4.2.13/jre/bin:/opt/sun-jdk-1.4.2.13/jre/javaws:/usr/qt/3/bin
RPMDIR=/usr/portage/rpm
SHELL=/bin/bash
SHLVL=1
STAGE1_USE=nptl nptlonly unicode
SYNC=rsync://rsync.gentoo.org/gentoo-portage
TERM=linux
USE=X accessibility alsa arts berkdb bitmap-fonts cairo cdr cli cracklib crypt 
cups dbus doc dri dvd dvdr eds emboss encode esd fam firefox fortran gdbm gif 
gnome gpm gstreamer gtk gtk2 hal iconv ipv6 isdnlog jpeg kde ldap mad midi 
mikmod mp3 mpeg mudflap ncurses nls nptl nptlonly nsplugin ogg opengl openmp 
oss pam pcre perl png ppds pppd python quicktime readline reflection sdl 
session spell spl ssl tcpd truetype truetype-fonts type1-fonts unicode vorbis 
win32codecs x86 xml xorg xv zlib ALSA_CARDS=ali5451 als4000 atiixp 
atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 
fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx 
via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop 
empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi 
null plug rate route share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard 
mouse evdev KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 
lb216 lcdm001 mtxorb ncurses text USERLAND=GNU VIDEO_CARDS=nvidia
USER=root
USERLAND=GNU
USERNAME=root
USE_EXPAND=ALSA_CARDS ALSA_PCM_PLUGINS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS 
ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL 
LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS USERLAND VIDEO_CARDS
USE_EXPAND_HIDDEN=CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND
USE_ORDER=env:pkg:conf:defaults:pkginternal
UUCPLOCK=/var/lock/LCK..
VIDEO_CARDS=nvidia
VMHANDLE=sun-jdk-1.4
XARGS=xargs -r
_=/usr/bin/emerge



-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

Re: [gentoo-user] unable to compile totem

2007-08-09 Thread John covici
on Friday 08/10/2007 Norberto Bensa([EMAIL PROTECTED]) wrote
  John covici [EMAIL PROTECTED] ha escrito:
  
   checking whether to compile the browser plugins... yes
   checking which gecko to use... configure: error: Gecko firefox not found
  
  
  Either disable nsplugin _or_ emerge firefox

But the thing is, I have firefox compiled and installed already --
what am I missing?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] usb mp3 player can't be mounted

2007-07-05 Thread John covici
on Thursday 07/05/2007 Michael Niggli([EMAIL PROTECTED]) wrote
  maxim wexler wrote:
   Hi group,
  
   I posted earlier on this subject but scored no hits.
   I've been poking around on the Web for answers but so
   far without luck.
  
   When I plug the player into port and $dmesg, this
   comes up:
  
   SNIP
  
   Why won't it assign a drive, like /dev/sda? It does on
   another machine with virtually the same setup.
  
   Nothing shows up in udevinfo, cat /proc/partitions. 
  
   but,
  
   #lsusb 
   Bus 001 Device 003: ID 04e8:9826 Samsung Electronics
   Co., Ltd
  
   and 
  
   $cat /proc/bus/usb/devices
   snip
   S: Manufacturer=NewTech Inc
   S: Product=USB Mass Storage Device 2.0
   snip
  
   I tried making the node manually(assuming /dev/sda)
  
   #mknod /dev/sda b 8 0
  
   but attempts to mount the device return /dev/sda is
   not a valid block device
  
   What am I missing?
  
   Maxim
 
  In the other post you mentioned that the kernel configs of those two 
  machines are,
  concerning USB settings, the same. But how about SCSI disk support? It 
  seems to
  be needed for USB storage, or at least its help text in menuconfig says 
  so... :)

There is also another config which I found very helpful -- for at
least recognizing a card reader which is not in the default config and
that is
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y

Hope this helps.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Dell XPS M1710 and Sound

2007-06-17 Thread John covici
on Sunday 06/17/2007 Colleen Beamer([EMAIL PROTECTED]) wrote
  Hi guys,
  
  I'm having a heck of a time getting sound to work on my Dell XPS M1710.
  
  A while back, when I was first setting the laptop of with Gentoo, C. Lee
  Davis sent me a link on how he configured his system with Alsa.  Well, I
  followed that both with Alsa compiled into the kernel and using
  alsa-driver.  I've googled this and didn't come up with anything that
  was similar to my problem.  dmesg shows no errors.  Sound is not muted.
  
  On my *desktop* system, Alsa works fine - different sound chipset.  The
  *laptop* soundcard is an hda-intel.
  
  On my *desktop*, KMix shows the following items for output:
  
  Master
  Master Mono
  Headphone
  3D-Control-Center
  3D-Control-Depth
  PCM
  PC Speaker
  
  
  On the *laptop*, Kmix shows only the following items for output:
  Master
  PCM
  Capture Mux
  
  On the laptop, Kmix shows only Mic as Input
  
  If anyone can lead me by the nose, here, I would certainly appreciate it.

I have a Dell Latitude d820 which uses snd-hda-intel (I think this is
the correct module name).  I have a few more controls that that, but
what I set by hand in /etc/asound.state was something called PlayBack
Master Switch which was false when it came iand is now true and that
brought up sound.

Hope this helps.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-13 Thread John Blinka

On 6/7/07, Hans-Werner Hilse [EMAIL PROTECTED] wrote:


Hi,

On Thu, 7 Jun 2007 15:55:45 -0400
John Blinka [EMAIL PROTECTED] wrote:

sshd doesn't start
nfs doesn't start
rsyncd doesn't start

Are those being started (i.e. tried to) at boot? Is it just fail then
for you? There should at least be a bit of debug info in the output at
startup... You might also try the interactive boot up (hit I) and see
what happens.



I used interactive bootup as you suggested, and discovered that
the system is not even attempting to start them, even though
rc-update thinks they're supposed to be started at the default
runlevel.  I can start them by hand without any errors, so the lack
of messages in the logs isn't surprising.


You _did_ run etc-update (or its siblings) in order to

get the new files in /etc/init.d/ activated? You're sure you have the
new versions of those files installed?



Yes, I ran etc-update, and revdep-rebuild.  I do have the latest versions
of the /etc/init.d files.

Since all of those daemons depend on network: Are there network

settings for interfaces that fail on boot up?



Network works fine.

John


Re: [gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-13 Thread John Blinka

On 6/13/07, Hans-Werner Hilse [EMAIL PROTECTED] wrote:



Can you provide the full output of rc-update show?



-- rc-update show
  alsasound | boot
   bootmisc | boot
checkfs | boot
  checkroot | boot
  clock | boot
consolefont | boot
  courier-imapd |  default
  cupsd |  default
   dbus |  default
  dhcpd |  default
distccd |  default
  fetchmail |  default
   hostname | boot
keymaps | boot
  local |  default nonetwork
 localmount | boot
modules | boot
   net.eth0 |  default
 net.lo | boot
   netmount |  default
nfs |  default
 ntp-client |  default
   ntpd |  default
postfix |  default
  rmnologin | boot
 rsyncd |  default
  samba |  default
  slapd |  default
   sshd |  default
 svscan | boot
  syslog-ng |  default
urandom | boot
xdm |  default
 xinetd |  default


Since all of those daemons depend on network: Are there network
  settings for interfaces that fail on boot up?

 Network works fine.

Does that mean: No there are no failing network related things on boot
up?



Yes, that's what it means.

John Blinka


Re: [gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-13 Thread John Blinka

On 6/13/07, Hans-Werner Hilse [EMAIL PROTECTED] wrote:




looks pretty much normal, nothing that I would call an obvious glitch
in there.



It's the same as two other Gentoo boxes I run, both of which start
up normally, and it's the same as it was before the problems started,
so I agree: rc-update is not the source of the problem,

I'm getting out of ideas, but there's one thing left: /etc/conf.d/rc

Check if using other values for RC_NET_STRICT_CHECKING,
RC_PARALLEL_STARTUP and maybe (if currently set) RC_PLUG_SERVICES have
any consequences. I'm not sure, but I think the other settings
shouldn't matter.



It's also the same as all my other normal Gentoo boxes, so unlikely to be
the source of the problem.

John


[gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-07 Thread John Blinka

Hi, All,

After a long period of not updating one of my machines, I recently did a
fairly large emerge -DuNv world.  And now things don't work quite as they
used to.

Symptoms:

  sshd doesn't start
  nfs doesn't start
  rsyncd doesn't start

  system sometimes hangs on shutdown when it tries to unmount
  remote filesystems.

  There are no complaints in /var/log/messages.

  I can start all of these daemons by hand without a problem and all
  are in the default rc level.  Starting nfs is a bit different from
starting
  the others: I have to start portmap first

Any ideas on where to look for problems?

John Blinka


Re: [gentoo-user] Wha' hoppen to firestarter?

2007-06-06 Thread John J. Foster
On Wed, Jun 06, 2007 at 06:35:18AM -0700, Kevin O'Gorman wrote:
 
  That helps some, but in net-firewall I'm finding a lot of unstable
  packages, and no really good idea which ones will be the best for a
  personal firewall, let alone which ones are best supported upstream so
  this doesn't happen to me again.  So I'm interested in
  recommendations.  What did you switch to?
 
I've been using net-firewall/fwbuilder for a few years with no issues. I
also find it pretty easy to use. Plus, it will also write rules for a
Linksys WRT54G running openwrt.

festus
-- 
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
  Noam Chomsky


pgppuLIPOkrmf.pgp
Description: PGP signature


[gentoo-user] Updating eix bombs

2007-06-06 Thread John J. Foster
Yesterday morning while updating world I got the following errors during
the emerge of app-portage/eix:

i686-pc-linux-gnu-g++ -O2 -march=athlon-xp -fomit-frame-pointer -pipe -o
update-eix update-eix.o varsreader.o global.o setmask.o
database/libdatabase.a portage/libportage.a
portage/conf/libportageconf.a portage/cache/libcache.a eixTk/libeixTk.a
eixrc/libeixrc.a -lbz2
setmask.o: In function `CascadingProfile::applyMasks(Package*) const':
setmask.cc:(.text+0x3b): undefined reference to `KeywordsFlags::KEY_ALL'
portage/libportage.a(mask.o): In function `Mask::apply(Version*,
unsigned int)':
mask.cc:(.text+0x1663): undefined reference to
`KeywordsFlags::PROFILE_MASK'
mask.cc:(.text+0x1698): undefined reference to
`KeywordsFlags::SYSTEM_PACKAGE'
mask.cc:(.text+0x16ec): undefined reference to
`KeywordsFlags::PACKAGE_MASK'
portage/conf/libportageconf.a(portagesettings.o): In function
`PortageSettings::setStability(Package*) const':
portagesettings.cc:(.text+0x23): undefined reference to
`KeywordsFlags::KEY_STABLE'
portage/conf/libportageconf.a(portagesettings.o): In function
`PortageUserConfig::setStability(Package*, unsigned int) const':
portagesettings.cc:(.text+0x5520): undefined reference to
`KeywordsFlags::KEY_STABLE'
portagesettings.cc:(.text+0x56dc): undefined reference to
`KeywordsFlags::KEY_UNSTABLE'
portagesettings.cc:(.text+0x57bd): undefined reference to
`KeywordsFlags::KEY_STABLE'
portagesettings.cc:(.text+0x5a0a): undefined reference to
`KeywordsFlags::KEY_ALIENSTABLE'
portagesettings.cc:(.text+0x5b73): undefined reference to
`KeywordsFlags::KEY_ALIENUNSTABLE'
portagesettings.cc:(.text+0x5ccf): undefined reference to
`KeywordsFlags::KEY_MINUSASTERISK'
portagesettings.cc:(.text+0x5dbd): undefined reference to
`KeywordsFlags::KEY_MINUSKEYWORD'
collect2: ld returned 1 exit status
make[3]: *** [update-eix] Error 1
make[3]: Leaving directory
`/var/tmp/portage/app-portage/eix-0.9.8/work/eix-0.9.8/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/app-portage/eix-0.9.8/work/eix-0.9.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/app-portage/eix-0.9.8/work/eix-0.9.8'
make: *** [all] Error 2

!!! ERROR: app-portage/eix-0.9.8 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  eix-0.9.8.ebuild, line 20:   Called die

I resynced this morning, but nothing has changed. Any ideas are welcome.

Thanks,
festus

-- 
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
  Noam Chomsky


pgpGfgiHE8rc5.pgp
Description: PGP signature


Re: [gentoo-user] Updating eix bombs

2007-06-06 Thread John J. Foster
On Wed, Jun 06, 2007 at 10:41:09PM +0200, Vaeth wrote:
 
  I resynced this morning, but nothing has changed.
 
 Resync once more. The patch was included in the tree today
 without a revbump.

Thanks you so much Vaeth!

festus
-- 
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
  Noam Chomsky


pgpZeqPJQTbVa.pgp
Description: PGP signature


Re: [gentoo-user] Problem with yelp while doing --update world

2007-06-04 Thread John covici
on Monday 06/04/2007 Stefan Onken([EMAIL PROTECTED]) wrote
  Am Sonntag, 3. Juni 2007 schrieb John covici:
  
   checking whether we have a gtk 2 gecko build... configure: error:
   This program needs a gtk 2 gecko build

Do you have any idea what is wrong?  Mozilla did compile successfully.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problem with yelp while doing --update world

2007-06-03 Thread John covici
 LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 
lb216 lcdm001 mtxorb ncurses text USERLAND=GNU VIDEO_CARDS=nvidia
USER=root
USERLAND=GNU
USERNAME=root
USE_EXPAND=ALSA_CARDS ALSA_PCM_PLUGINS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS 
ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL 
LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS USERLAND VIDEO_CARDS
USE_EXPAND_HIDDEN=CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND
USE_ORDER=env:pkg:conf:defaults:pkginternal
UUCPLOCK=/var/lock/LCK..
VIDEO_CARDS=nvidia
VMHANDLE=sun-jdk-1.4
XARGS=xargs -r
_=/usr/bin/emerge


Script done on Sun Jun  3 15:33:31 2007

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

[gentoo-user] madwifi-ng upgrade installs wireless-tools; why?

2007-06-02 Thread John Blinka

Hi,  All,

Since upgrading madwifi-ng a few days ago, I have had massive problems
with my wireless connection.  I use wpa_supplicant to connect, but I've
found that the madwifi-ng upgrade also installs wireless-tools, and the
presence of wireless-tools interferes with my attempts to connect via
wpa_supplicant.  Here's what happens when I try to upgrade world:

[EMAIL PROTECTED]:~-- emerge -ptDuNv world

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

Calculating world dependencies... done!
[nomerge  ] net-wireless/wpa_supplicant-0.5.7  USE=dbus madwifi qt3
readline ssl -gnutls -gsm -qt4
[nomerge  ]  net-wireless/madwifi-ng-0.9.3.1  USE=-injection
[ebuild  N]   net-wireless/wireless-tools-28  USE=-multicall -nls 249
kB

Total: 1 package (1 new), Size of downloads: 249 kB

If wireless-tools is installed, I cannot connect to my wireless router.
If I uninstall wireless-tools, everything works fine and I can connect.

Why does emerge want to install wireless-tools?  What can I do to
prevent wireless-tools from being installed?

Thanks for your help.

John Blinka


Re: [gentoo-user] madwifi-ng upgrade installs wireless-tools; why?

2007-06-02 Thread John Blinka


https://bugs.gentoo.org/show_bug.cgi?id=159006

You could of course downgrade to 0.9.3-r2.




Thank you for a simple and direct answer!

John


[gentoo-user] wireless failure after madwifi-ng upgrade

2007-06-01 Thread John Blinka

Hi, all,

I have been using wireless successfully for about a month, until I
upgraded madwifi-ng last night.   Since then wireless has not
worked.   I have a netgear wireless router which supplies the
wireless signal, and the configuration of this router has not
changed.  And  wireless works fine from the same box when I
boot Windows.  So, the problem seems to be related to the
madwifi-ng upgrade.

No configuration files were changed - at least etc-update didn't
report any.

In /var/log/messages,, I find the following:

rc-scripts: WEP key is not set for NETGEAR - not connecting

Well... of course it isn't - my router uses WPA encryption,
and always has.  My /etc/conf.d/net and
/etc/wpa_supplicant/wpa_supplicant.conf files are straight from
the gentoo handbook:

/etc/conf.d/net:

modules=( wpa_supplicant )
wpa_supplicant_ath0=-Dmadwifi
modules=( dhcpcd )
config_ath0=( dhcp )
dhcpcd_ath0=-t 10 -s 192.168.1.101
dhcp_ath0=release nodns nontp nonis
nis_domain_ath-= mydomain.org

/etc/wpa_supplicant/wpa_supplicant.conf:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
ssid=NETGEAR
psk=xxx
priority=5
}


So, why does the rc-script suddenly think I'm using WEP encryption
?

Thanks for any and all ideas.

John Blinka


Re: [gentoo-user] wireless failure after madwifi-ng upgrade

2007-06-01 Thread John Blinka

On 6/1/07, Naga [EMAIL PROTECTED] wrote:


On Friday 01 June 2007 14:08:16 John Blinka wrote:
 Hi, all,

 I have been using wireless successfully for about a month, until I
 upgraded madwifi-ng last night.
[...]
 Thanks for any and all ideas.

reemerge wpa_supplicant




I did that.  It didn't help.


It's in that ebuild...

elog save or mail is a good thing (tm) :)



Yes. it is!


John


Re: [gentoo-user] wireless failure after madwifi-ng upgrade

2007-06-01 Thread John Blinka

On 6/1/07, Naga [EMAIL PROTECTED] wrote:


On Friday 01 June 2007 14:08:16 John Blinka wrote:

 rc-scripts: WEP key is not set for NETGEAR - not connecting

Just a sugestion change the name. There might be other NETGEAR units in
the
area.



Excellent idea.



Try and add
proto=WPA
or do a scan and add from the gui with
update_config=1
in the config file.

else try looking in
/usr/share/doc/wpa_supplicant-xxx/wpa_supplicant.conf.bz2




Thanks for all the tips.  I just followed your original suggestion to
re-emerge
wpa_supplicant (repeating what  I did already after upgrading madwifi-ng)
and now everything works.  A mystery.

Thanks for all your help!

John


Re: [gentoo-user] how do you keep up with system administration?

2007-05-30 Thread John covici
on Wednesday 05/30/2007 Denis([EMAIL PROTECTED]) wrote
  While we're on the subject of administration, I have a question about
  emerge.  Sometimes emerge would display important information in green
  or yellow stars after it's finished merging a package - such as
  warnings or valuable tips.  However, if emerge is processing several
  packages in a chain, it flashes that information for several seconds
  and then moves right along to the next package, and usually I'm not
  fast enough to read/remember it.  Can this information be retrieved?
You can have it saved or mailed to you -- I did not know this for a
while, but it comes in handy -- also you can log the whole thing if
you set PORTAGE_LOGDIR -- for the full details look at
make.conf.example in /etc .

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problem configuring ppp forpppoe

2007-05-24 Thread John covici
=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:
MAIL=/var/mail/root
MAKEOPTS=-j2
MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man:/opt/sun-jdk-1.4.2.13/man:/etc/java-config/system-vm/man/:/usr/lib/php4/man/:/usr/qt/3/doc/man
NOCOLOR=true
OPENGL_PROFILE=nvidia
PAGER=/usr/bin/less
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/sun-jdk-1.4.2.13/bin:/opt/sun-jdk-1.4.2.13/jre/bin:/opt/sun-jdk-1.4.2.13/jre/javaws:/usr/qt/3/bin:/root/bin
PKGDIR=/usr/portage/packages
PKG_CONFIG_PATH=/usr/qt/3/lib/pkgconfig
PORTAGE_ARCHLIST=ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64 
alpha ppc-macos hppa sparc-fbsd
PORTAGE_BINHOST_CHUNKSIZE=3000
PORTAGE_BIN_PATH=/usr/lib/portage/bin
PORTAGE_CONFIGROOT=/
PORTAGE_DEBUG=0
PORTAGE_DEPCACHEDIR=/var/cache/edb/dep
PORTAGE_ELOG_CLASSES=log warn error
PORTAGE_ELOG_MAILFROM=portage
PORTAGE_ELOG_MAILSUBJECT=[portage] ebuild log for ${PACKAGE} on ${HOST}
PORTAGE_ELOG_MAILURI=covici /usr/sbin/sendmail
PORTAGE_ELOG_SYSTEM=save mail_summary
PORTAGE_GID=250
PORTAGE_INST_GID=0
PORTAGE_INST_UID=0
PORTAGE_PYM_PATH=/usr/lib/portage/pym
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*
PORTAGE_RSYNC_RETRIES=3
PORTAGE_TMPDIR=/var/tmp
PORTAGE_WORKDIR_MODE=0700
PORTDIR=/usr/portage
PORT_LOGDIR=/var/log/portage
PRELINK_PATH_MASK=/usr/lib/gstreamer-0.10
PS1=\h:\w\$ 
PWD=/usr/src
PYTHONDOCS=/usr/share/doc/python-docs-2.4.3/html
PYTHONPATH=/usr/lib/portage/pym
QMAKESPEC=linux-g++
QTDIR=/usr/qt/3
RESUMECOMMAND=/usr/bin/wget -c -t 5 -T 60 --passive-ftp -P ${DISTDIR} ${URI}
ROOT=/
ROOTPATH=/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/sun-jdk-1.4.2.13/bin:/opt/sun-jdk-1.4.2.13/jre/bin:/opt/sun-jdk-1.4.2.13/jre/javaws:/usr/qt/3/bin
RPMDIR=/usr/portage/rpm
SHELL=/bin/bash
SHLVL=2
STAGE1_USE=nptl nptlonly unicode
SYNC=rsync://rsync.gentoo.org/gentoo-portage
TERM=linux
USE=X accessibility alsa arts berkdb bitmap-fonts cairo cdr cli cracklib crypt 
cups dbus doc dri dvd dvdr eds emboss encode esd fam firefox fortran gdbm gif 
gnome gpm gstreamer gtk gtk2 hal iconv ipv6 isdnlog jpeg kde ldap libg++ mad 
midi mikmod mp3 mpeg ncurses nls nptl nptlonly nsplugin ogg opengl oss pam pcre 
perl png ppds pppd python quicktime readline reflection sdl session spell spl 
ssl tcpd truetype truetype-fonts type1-fonts unicode vorbis win32codecs x86 xml 
xorg xv zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 
cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci 
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route 
share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev 
KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 
mtxorb ncurses text USERLAND=GNU VIDEO_CARDS=nvidia
USER=root
USERLAND=GNU
USERNAME=root
USE_EXPAND=ALSA_CARDS ALSA_PCM_PLUGINS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS 
ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL 
LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS USERLAND VIDEO_CARDS
USE_EXPAND_HIDDEN=CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND
USE_ORDER=env:pkg:conf:defaults:pkginternal
UUCPLOCK=/var/lock/LCK..
VIDEO_CARDS=nvidia
VMHANDLE=sun-jdk-1.4
XARGS=xargs -r
_=/usr/bin/emerge


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

Re: [gentoo-user] Can't start X after a few months of updates

2007-05-22 Thread John J. Foster
On Mon, May 21, 2007 at 10:03:23PM -0500, deface wrote:
 http://gentoo-wiki.com/HOWTO_ATI_Drivers#Module_Requirement_Mismatch
 
 On Mon, 2007-05-21 at 22:52 -0400, John J. Foster wrote:
 
  Hi,
  
  My system had been happily chugging along with X and KDE running for a
  few months nonstop. Every Saturday I'd run an update world. But, I never
  restarted X and obviously never rebooted. Yesterday we had a 3 hour
  power outage that my UPS couldn't keep up with, and when I finally got
  power back, X won't start. I _think_ this is the relevant portion of
  /var/log/Xorg.0.log.
  
  
  (II) Module fglrx: vendor=FireGL - ATI Technologies Inc.
  compiled for 7.1.0, module version = 8.28.8
  Module class: X.Org Video Driver
  ABI class: X.Org Video Driver, version 1.0
  [R200Setup] X version mismatch - detected X.org 7.2.0.0, required X.org 
  7.1.0.0
  (II) UnloadModule: fglrx
  (II) Unloading /usr/lib/xorg/modules/drivers//fglrx_drv.so
  (EE) Failed to load module fglrx (module requirement mismatch, 0)
  
  
  Can anyone help me, as I have know idea what to do?
  
  Thanks,
  festus

deface - thanks, but I'd already read that section after finding it via
scroogle. That particular advice didn't work for me. However, as
long as I had that page open, I saw a bit about making the following
change in xorg.conf.

from ---
Section Device
Identifier  ATI Graphics Adapter 0
Driver  fglrx
BusID   PCI:3:0:0
EndSection

to ---
Section Device
Identifier  ATI Graphics Adapter 0
Driver  radeon
BusID   PCI:3:0:0
EndSection

...and this worked. So thanks for getting me to reread that page!!!

festus
-- 
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
  Noam Chomsky


pgp58Y2qVSgs6.pgp
Description: PGP signature


[gentoo-user] Can't start X after a few months of updates

2007-05-21 Thread John J. Foster
Hi,

My system had been happily chugging along with X and KDE running for a
few months nonstop. Every Saturday I'd run an update world. But, I never
restarted X and obviously never rebooted. Yesterday we had a 3 hour
power outage that my UPS couldn't keep up with, and when I finally got
power back, X won't start. I _think_ this is the relevant portion of
/var/log/Xorg.0.log.


(II) Module fglrx: vendor=FireGL - ATI Technologies Inc.
compiled for 7.1.0, module version = 8.28.8
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
[R200Setup] X version mismatch - detected X.org 7.2.0.0, required X.org 7.1.0.0
(II) UnloadModule: fglrx
(II) Unloading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(EE) Failed to load module fglrx (module requirement mismatch, 0)


Can anyone help me, as I have know idea what to do?

Thanks,
festus
-- 
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
  Noam Chomsky


pgplnZzaP2rJf.pgp
Description: PGP signature


[gentoo-user] udev net persistent rules

2007-05-02 Thread John covici
on Wednesday 05/02/2007 Graham Murray([EMAIL PROTECTED]) wrote
  When updating udev from a version without persistent rules to one which
  has them, how do I force the system to create 60-persistent-net.rules
  with the current ethn assignments *before* rebooting the system? I am
  updating remote systems using ssh, and had a problem whereby one system
  had reversed eth0 and eth1 after the upgrade. I want to make sure that
  upgrades to other systems do not have this problem by ensuring that the
  persistent net rules are created before rebooting after the upgrade
  (which also upgrades the kernel, hence the need for the reboot)

I am pretty sure you can do /lib/udev/write_net_rules and that will
create the file which you then can fix the mac addresses in the file.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How to get rid of traces of overlays?

2007-04-16 Thread John covici
on Monday 04/16/2007 Neil Bothwick([EMAIL PROTECTED]) wrote
  On Sun, 15 Apr 2007 21:43:40 -0400, John covici wrote:
  
   Well, what I mean by portage thinks is that its still looking for
   updates from the ebuilds in the no longer available overlays -- if I
   do emerge --update --deep world  I get ebuilds from the overlays and
   at the end it has the [1] indicating the overlay directory.
  
  Can you post the output from emerge --info and the contents of make.conf.

Here is emerge --info

 cfg-update-1.8.0-r6: No new packages have been emerged, 
 checksum index OK!
Portage 2.1.2.2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 
2.6.19-gentoo-r5 i686)
=
System uname: 2.6.19-gentoo-r5 i686 AMD Athlon(tm) 64 Processor 4000+
Gentoo Base System release 1.12.9
Timestamp of tree: Sat, 14 Apr 2007 22:00:08 +
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=x86
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m 
maestro3 trident usb-audio via82xx via82xx-modem ymfpci
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route 
share shm softvol
ANT_HOME=/usr/share/ant-core
ARCH=x86
AUTOCLEAN=yes
BASH_ENV=/root/.bashrc
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -mtune=athlon-xp -pipe
CHOST=i686-pc-linux-gnu
CLASSPATH=.
CLEAN_DELAY=5
CONFIG_PROTECT=/etc /usr/share/X11/xkb /var/bind
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/php/apache1-php4/ext-active/ 
/etc/php/apache2-php4/ext-active/ /etc/php/cgi-php4/ext-active/ 
/etc/php/cli-php4/ext-active/ /etc/revdep-rebuild /etc/terminfo 
/etc/texmf/web2c
CVS_RSH=ssh
CXXFLAGS=-O2 -mtune=athlon-xp -pipe
DISTDIR=/usr/portage/distfiles
EDITOR=/usr/bin/emacs
ELIBC=glibc
EMERGE_DEFAULT_OPTS=--ask --color=n  --verbose
EMERGE_WARNING_DELAY=10
FEATURES=distlocks metadata-transfer sandbox sfperms strict
FETCHCOMMAND=/usr/bin/wget -t 5 -T 60 --passive-ftp -P ${DISTDIR} ${URI}
GCC_SPECS=
GDK_USE_XFT=1
GENERATION=2
GENTOO_MIRRORS=ftp://mirror.iawnet.sandia.gov/pub/gentoo 
http://distfiles.gentoo.org;
G_BROKEN_FILENAMES=1
G_FILENAME_ENCODING=UTF-8
HOME=/root
HUSHLOGIN=FALSE
INFOPATH=/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info:/usr/share/info/emacs-21
INPUT_DEVICES=keyboard mouse evdev
JAVAC=/etc/java-config-2/current-system-vm/bin/javac
JAVA_HOME=/etc/java-config-2/current-system-vm
JDK_HOME=/etc/java-config-2/current-system-vm
KERNEL=linux
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text
LESS=-R -M --shift 5
LESSOPEN=|lesspipe.sh %s
LOGNAME=root
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:
MAIL=/var/mail/root
MAKEOPTS=-j2
MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man:/opt/sun-jdk-1.4.2.13/man:/etc/java-config/system-vm/man/:/usr/lib/php4/man/:/usr/qt/3/doc/man
NOCOLOR=true
OPENGL_PROFILE=nvidia
PAGER=/usr/bin/less
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/sun-jdk-1.4.2.13/bin:/opt/sun-jdk-1.4.2.13/jre/bin:/opt/sun-jdk-1.4.2.13/jre/javaws:/usr/qt/3/bin:/root/bin
PKGDIR=/usr/portage/packages
PKG_CONFIG_PATH=/usr/qt/3/lib/pkgconfig
PORTAGE_ARCHLIST=ppc s390 amd64 x86

Re: [gentoo-user] How to get rid of traces of overlays?

2007-04-16 Thread John covici
on Monday 04/16/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Monday 16 April 2007 11:41:01 John covici wrote:
  Well, what I mean by portage thinks is that its still looking for
  updates from the ebuilds in the no longer available overlays -- if I
  do emerge --update --deep world  I get ebuilds from the overlays and
  at the end it has the [1] indicating the overlay directory.

 Can you post the output from emerge --info and the contents of
 make.conf.
  
   Here is emerge --info
  [SNIP]
   PORTDIR=/usr/portage
   PORT_LOGDIR=/var/log/portage
  [SNIP]
  
  So as there is no PORTDIR_OVERLAY at all this shows that portage does indeed 
  not think that there are any overlays... Now show us the evidence from 
  emerge -uDp world where you 'get ebuilds from the overlays and [...]'. And 

Well, here issomething which might help -- output from update-eix.

Reading Portage settings ..
Building database (/var/cache/eix) ..
[0] /usr/portage/ (cache: metadata)
 Reading 100%
[1] /usr/portage/local/layman/gnome-experimental (cache: eix*
[/usr/portage/local/layman/gnome-experimental])
 Reading 100%
[2] /usr/portage/local/layman/mozilla (cache: eix*
[/usr/portage/local/layman/mozilla])
 Reading 100%
Applying masks ..
Database contains 11558 packages in 149 categories.

Now why is it still reading from the non existent directories
/usr/portage/local/layman/gnome-experimental and
/usr/portage/local/layman/mozilla ?  I am reasonablyy certain if we
can solve this, my problems will be solved.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



[gentoo-user] How to get rid of traces of overlays?

2007-04-15 Thread John covici
Hi.  I had installed layman and a couple of overlays and after I
deleted them using layman -d portage still thinks they are there.  I
did emerge --regen but still no luck.  The make.conf within layman no
longer has them, but where is the information still retained?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How to get rid of traces of overlays?

2007-04-15 Thread John covici
on Monday 04/16/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Monday 16 April 2007 00:44:57 Rostislav wrote:
   On Sun, 15 Apr 2007, John covici wrote:
Hi.  I had installed layman and a couple of overlays and after I
deleted them using layman -d portage still thinks they are there.  I
did emerge --regen but still no luck.  The make.conf within layman no
longer has them, but where is the information still retained?
  
  Would be much easier to answer if you told us why you think it's still 
  there. 
  And `emerge --regen` really wasn't needed (not that it did any damage 
  either).
  
   If you mean by portage still thinks stuff from gentoolkit like equery
   then you should do eupdatedb I believe.
  
  No, that's for esearch not equery. And update-eix for eix..

Well, what I mean by portage thinks is that its still looking for
updates from the ebuilds in the no longer available overlays -- if I
do emerge --update --deep world  I get ebuilds from the overlays and
at the end it has the [1] indicating the overlay directory.

Very strange.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Something changed with nice?

2007-04-14 Thread John covici
on Saturday 04/14/2007 Mick([EMAIL PROTECTED]) wrote
  On Saturday 14 April 2007 03:09, Albert Hopkins wrote:
   On Fri, 2007-04-13 at 15:59 +0100, Mick wrote:
On Friday 13 April 2007 15:30, Albert Hopkins wrote:
 On Fri, 2007-04-13 at 14:07 +0100, Mick wrote:
  I am getting these errors in /root/dead.letter:
  ===
  /etc/cron.weekly/makewhatis: line 5: /bin/nice: No such file or
  directory
  /etc/cron.weekly/makewhatis: line 5: exec: /bin/nice: cannot execute:
  No such
  file or directory
  ===

 I don't have a /etc/cron.weekly/makewhatis, but my
 /etc/cron.daily/makewhatis says

 exec nice makewhatis -u
   
Hold on, I do not have a /etc/cron.weekly/makewhatis either!  My daily is
just like yours.  Perhaps this is something to do with vixie-cron updated
yesterday.  Do I need to do anything about it?
  
   Your email says /etc/cron.weekly so it must have existed at the time it
   was generated.  I've never seen a makewhatis in /etc/cron.weekly
  
  I've three different machines and all show the same error in dead.letter.  
  Like yours none of them has a makewhatis under /etc/cron.weekly.  It doesn't 
  make sense to me.

I have it as weekly and I just fixed the path -- don't know why nice
 was moved or what else went wrong.  Seems to me it should be
 weekly, anyway.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] overlays being ignored by portage

2007-03-27 Thread John covici
Hi.  I have a strange problem.  I am using layman and at a point I had
no overlays under layman and now I have added two but portage is
ignoring them.  I have at the end of /etc/make.conf
source /usr/portage/local/layman/make.conf
and that file has what it should, but portage is not seeing them at
all.  Very strange.

Any assistance would be appreciated.
-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] overlays being ignored by portage

2007-03-27 Thread John covici
on Tuesday 03/27/2007 Neil Bothwick([EMAIL PROTECTED]) wrote
  On Tue, 27 Mar 2007 05:16:20 -0400, John covici wrote:
  
   I am using layman and at a point I had
   no overlays under layman and now I have added two but portage is
   ignoring them.  I have at the end of /etc/make.conf
   source /usr/portage/local/layman/make.conf
   and that file has what it should, but portage is not seeing them at
   all.
  
  What does emerge --info show?
  
 cfg-update-1.8.0-r6: No new packages have been emerged, 
 checksum index OK!
Portage 2.1.2.2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 
2.6.19-gentoo-r5 i686)
=
System uname: 2.6.19-gentoo-r5 i686 AMD Athlon(tm) 64 Processor 4000+
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 26 Mar 2007 06:30:09 +
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=x86
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m 
maestro3 trident usb-audio via82xx via82xx-modem ymfpci
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route 
share shm softvol
ANT_HOME=/usr/share/ant-core
ARCH=x86
AUTOCLEAN=yes
BASH_ENV=/root/.bashrc
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -mtune=athlon-xp -pipe
CHOST=i686-pc-linux-gnu
CLASSPATH=.
CLEAN_DELAY=5
CONFIG_PROTECT=/etc /usr/share/X11/xkb /var/bind
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/php/apache1-php4/ext-active/ 
/etc/php/apache2-php4/ext-active/ /etc/php/cgi-php4/ext-active/ 
/etc/php/cli-php4/ext-active/ /etc/revdep-rebuild /etc/terminfo 
/etc/texmf/web2c
CVS_RSH=ssh
CXXFLAGS=-O2 -mtune=athlon-xp -pipe
DISTDIR=/usr/portage/distfiles
EDITOR=/usr/bin/emacs
ELIBC=glibc
EMERGE_DEFAULT_OPTS=--ask --color=n  --verbose
EMERGE_WARNING_DELAY=10
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
FETCHCOMMAND=/usr/bin/wget -t 5 -T 60 --passive-ftp -P ${DISTDIR} ${URI}
GCC_SPECS=
GDK_USE_XFT=1
GENERATION=2
GENTOO_MIRRORS=ftp://mirror.iawnet.sandia.gov/pub/gentoo 
http://distfiles.gentoo.org;
G_BROKEN_FILENAMES=1
G_FILENAME_ENCODING=UTF-8
HOME=/root
HUSHLOGIN=FALSE
INFOPATH=/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info:/usr/share/info/emacs-21
INPUT_DEVICES=keyboard mouse evdev
JAVAC=/etc/java-config-2/current-system-vm/bin/javac
JAVA_HOME=/etc/java-config-2/current-system-vm
JDK_HOME=/etc/java-config-2/current-system-vm
KERNEL=linux
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text
LESS=-R -M --shift 5
LESSOPEN=|lesspipe.sh %s
LOGNAME=root
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mng=01;35:*.pcx=01;35:*.yuv=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.flac=01;35:*.mp3=01;35:*.mpc=00;36:*.ogg=00;36:*.wav=00;36:*.mid=00;36:*.midi=00;36:*.au=00;36:*.flac=00;36:*.aac=00;36:*.ra=01;36:*.mka=01;36:
MAIL=/var/mail/root
MAKEOPTS=-j2
MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man:/opt/sun-jdk-1.4.2.13/man:/etc/java-config/system-vm/man/:/usr/lib/php4/man/:/usr/qt/3/doc/man
NOCOLOR=true
OPENGL_PROFILE=nvidia
PAGER=/usr/bin/less
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/sun-jdk-1.4.2.13/bin:/opt/sun-jdk-1.4.2.13/jre/bin:/opt/sun-jdk-1.4.2.13/jre/javaws:/usr/qt/3/bin:/root/bin
PKGDIR=/usr/portage/packages
PKG_CONFIG_PATH=/usr/qt/3/lib/pkgconfig
PORTAGE_ARCHLIST=ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc

Re: [gentoo-user] overlays being ignored by portage

2007-03-27 Thread John covici
on Tuesday 03/27/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Tuesday 27 March 2007 12:41:40 John covici wrote:
 I am using layman and at a point I had no overlays under layman and now
 I have added two but portage is ignoring them.  I have at the end of
 /etc/make.conf
 source /usr/portage/local/layman/make.conf
 and that file has what it should, but portage is not seeing them at 
 all.
   
What does emerge --info show?
  [...]
   EMERGE_DEFAULT_OPTS=--ask --color=n  --verbose
  [...]
  
  As a side note `emerge --info --ignore-default-opts` would have worked for
  avoiding the verbose output.
  
   PORTDIR_OVERLAY=/usr/portage/local/layman/gnome-experimental 
   /usr/portage/local/layman/mozilla
  
  So what makes you think portage is ignoring them?
  

Well, two things, -- I was trying to emerge a package which had a
higher version in the overlay and which I had put in my
/etc/portage/package.keywords file, but I got a reinstall of the
existing package instead.  And second when it was working after the
rebuild info it would say [1] overlay directory
[2] another overlay directory but it is not saying that now.  Am I
missing something here?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] overlays being ignored by portage

2007-03-27 Thread John covici
on Tuesday 03/27/2007 Neil Bothwick([EMAIL PROTECTED]) wrote
  On Tue, 27 Mar 2007 08:08:37 -0400, John covici wrote:
  
 So what makes you think portage is ignoring them?
  
   Well, two things, -- I was trying to emerge a package which had a
   higher version in the overlay and which I had put in my
   /etc/portage/package.keywords file, but I got a reinstall of the
   existing package instead.  And second when it was working after the
   rebuild info it would say [1] overlay directory
   [2] another overlay directory but it is not saying that now.  Am I
   missing something here?
  
  This would also happen if your package.keywords entry was incorrect. eix,
  after running update-eix, should indicate overlay packages, even when
  they have the same version number as in the main portage tree.

OK, well I am getting interesting results -- when I did this before I
took all the packages in the overlay tree and simply put ~x86 after
each one and put each line in /etc/portage/package.keywords -- there
were 1 or two which I had to put in package.unmask, but generally this
worked.  Now, according to eix, the packages are now masked not just
by keyword, so I would have to put them all in package.unmask.   I
wonder what happened to change this?  And portage does not tell you
that you have a package which is masked even in verbose mode -- should
it do so?  It does tell you if its by keyword, but not by package.mask
somewhere.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] overlays being ignored by portage

2007-03-27 Thread John covici
on Tuesday 03/27/2007 Neil Bothwick([EMAIL PROTECTED]) wrote
  On Tue, 27 Mar 2007 10:48:40 -0400, John covici wrote:
  
 This would also happen if your package.keywords entry was incorrect.
 eix, after running update-eix, should indicate overlay packages,
 even when they have the same version number as in the main portage
 tree.  
   
   OK, well I am getting interesting results -- when I did this before I
   took all the packages in the overlay tree and simply put ~x86 after
   each one and put each line in /etc/portage/package.keywords -- there
   were 1 or two which I had to put in package.unmask, but generally this
   worked.  Now, according to eix, the packages are now masked not just
   by keyword, so I would have to put them all in package.unmask.   I
   wonder what happened to change this?  And portage does not tell you
   that you have a package which is masked even in verbose mode -- should
   it do so?  It does tell you if its by keyword, but not by package.mask
   somewhere.
  
  Portage does tell you if the only available versions of a package are
  masked, otherwise it just gives you the latest available version.
  
  It would really help if you gave some concrete information, such as the
  results of
  
  eix somepkg
  emerge -pv somepkg
  grep -r somepkg /etc/portage

for instance:
eix gnome-extra/gnome-screensaver 
[D] gnome-extra/gnome-screensaver
 Available versions:  2.14.2 2.16.2 [M](~)2.18.0[1]
 Installed versions:  2.18.0(07:12:46 03/23/07)(-debug doc opengl
pam -xinerama)
 Homepage:http://live.gnome.org/GnomeScreensaver
 Description: Replaces xscreensaver, integrating with the
desktop.

[1] /usr/portage/local/layman/gnome-experimental

but if I just try to emerge it:

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

Calculating dependencies... done!
[ebuild UD] gnome-extra/gnome-screensaver-2.16.2 [2.18.0] USE=doc
opengl pam -debug -xinerama 0 kB

Total: 1 package (1 downgrade), Size of downloads: 0 kB

Now why does portage want to downgrade this?  If I put the package
into /etc/portage/package.unmask then portage sees the 2.18.0 version
and is happy.  Now when I did this before I only had to put the line
gnome-extra/gnome-screensaver ~x86 in /etc/portage/package.keywords --
this is what is strange to me.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] java in mozilla

2007-03-26 Thread John covici
As I understand it you have to put a link in your
mozilla-firefox/plugins directory to 
/opt/sun-jdk-1.4.2.13/jre/plugin/i386/ns610/libjavaplugin_oji.so or
whatever version of Java you have.  Please someone correct me if I am
wrong on this one.

on Monday 03/26/2007 Pawel K([EMAIL PROTECTED]) wrote
  Hello
  I found that I cannot start java pages in my mozilla
  browser.
  
  I have java use flag in my mozilla:
  # equery  uses mozilla
  + + java
  
  I also set preferences - advanced - Enable Java
  checkbox.
  
  I cannot start java pages like e.g.
  http://www.ustka.pl/kamery/java1.html
  
  What can be wrong with my configuration ?
  thank You for help.
  
  
  
   
  
  Sucker-punch spam with award-winning protection. 
  Try the free Yahoo! Mail Beta.
  http://advision.webevents.yahoo.com/mailbeta/features_spam.html
  -- 
  gentoo-user@gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] java in mozilla

2007-03-26 Thread John covici
on Monday 03/26/2007 Mauro Faccenda([EMAIL PROTECTED]) wrote
  On Monday 26 March 2007 10:40, John covici wrote:
   As I understand it you have to put a link in your
   mozilla-firefox/plugins directory to
   /opt/sun-jdk-1.4.2.13/jre/plugin/i386/ns610/libjavaplugin_oji.so or
   whatever version of Java you have.  Please someone correct me if I am
   wrong on this one.
  
  i think this is not necessary, you just need the USE flag nsplugin in your 
  JDK/JRE package.
  
  []'s
   .m

There don't seem to be any such useflag in any java package or any
other one for that matter that I could see.]

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] problem with usb card reader with gentoo

2007-03-25 Thread John covici
Hi.  I have a strange problem with a small card reader I use for
certain types of memory cards such as low voltage sd cards.  I have
used this in that other operating systems and the card is seen by that
other system and even  another Linux distribution I used to use, but
when I insert the reader with a proper card inserted, here is what I
get.  The device nodes for the partitions are not created, only the
one for the whole disk -- which fdisk will not open and here is the
kernel log I get:

Mar 25 08:03:19 ccs kernel: usb 1-6: new high speed USB device using ehci_hcd 
and address 15
Mar 25 08:03:20 ccs kernel: usb 1-6: configuration #1 chosen from 1 choice
Mar 25 08:03:20 ccs kernel: scsi11 : SCSI emulation for USB Mass Storage devices
Mar 25 08:03:25 ccs kernel: scsi 11:0:0:0: Direct-Access LexarMedia 
Inc. CF019D PQ: 0 ANSI: 0 CCS
Mar 25 08:03:25 ccs kernel: sd 11:0:0:0: Attached scsi removable disk sdc
Mar 25 08:03:25 ccs kernel: sd 11:0:0:0: Attached scsi generic sg2 type 0

and when I pull the usb connector I get the following:

Mar 25 08:17:01 ccs kernel: usb 1-6: USB disconnect, address 15
Mar 25 08:17:01 ccs udevd-event[13590]: run_program: exec of program
'/lib/udev/hal_unmount' failed

I have every possible support in the usb mass storage device as well.
Can someone tell me what is happening here?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] layman overlays

2007-03-22 Thread John covici
on Thursday 03/22/2007 Nelson, David J([EMAIL PROTECTED]) wrote
   -Original Message-
   From: John covici [mailto:[EMAIL PROTECTED]
   Sent: 22 March 2007 05:47
   To: gentoo-user@lists.gentoo.org
   Subject: [gentoo-user] layman overlays
   
   
   Hi.  I have a problem with the gnome-experimental layman overlay
   package -- where shold I write to get some help on this one?
   
  
  You could try asking here? Someone might be able to help. Alternatively try 
  the Gentoo forums?

OK, what is happening is that I get the following when trying to
compile yelp:

checking which gecko to use... firefox
checking for compiler -fshort-wchar option... yes
checking whether to enable C++ RTTI... no
checking whether we have a gtk 2 gecko build... configure: error: This
program needs a gtk 2 gecko build

!!! Please attach the following file when filing a report to
bugs.gentoo.org:
!!!
/var/tmp/portage/gnome-extra/yelp-2.18.0/work/yelp-2.18.0/config.log

!!! ERROR: gnome-extra/yelp-2.18.0 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 1716:   Called src_compile
  ebuild.sh, line 1304:   Called gnome2_src_compile
  gnome2.eclass, line 70:   Called gnome2_src_configure
  gnome2.eclass, line 66:   Called econf '--enable-man'
  '--enable-info' '--with-gecko=firefox'
  ebuild.sh, line 577:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call
!!! stack if relevant.
!!! A complete build log is located at
!!! '/var/log/portage/gnome-extra:yelp-2.18.0:20070322-041220.log'.

!!! This ebuild is from an overlay:
'/usr/portage/local/layman/gnome-experimental'
 
and this is the last bit of the log
configure:24519: checking which gecko to use
configure:24550: result: firefox
configure:24637: checking for compiler -fshort-wchar option
configure:24657: i686-pc-linux-gnu-g++ -o conftest -O2 -mtune=athlon-xp -pipe  
-fshort-wchar   conftest.cc  5
configure:24660: $? = 0
configure:24662: ./conftest
configure:24665: $? = 0
configure:24679: result: yes
configure:24704: checking whether to enable C++ RTTI
configure:24713: result: no
configure:24739: checking whether we have a gtk 2 gecko build
configure:24763: i686-pc-linux-gnu-g++ -o conftest -O2 -mtune=athlon-xp -pipe   
-I  conftest.cc  5
i686-pc-linux-gnu-g++: no input files
configure:24766: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME Yelp
| #define PACKAGE_TARNAME yelp
| #define PACKAGE_VERSION 2.18.0
| #define PACKAGE_STRING Yelp 2.18.0
| #define PACKAGE_BUGREPORT 
http://bugzilla.gnome.org/enter_bug.cgi?product=yelp;
| #define PACKAGE yelp
| #define VERSION 2.18.0
| #ifdef __cplusplus
| extern C void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define GETTEXT_PACKAGE yelp
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GNOMELOCALEDIR /usr/share/locale
| #define ENABLE_MAN 1
| #define ENABLE_INFO 1
| #define ENABLE_MAN_OR_INFO 1
| #define ENABLE_SEARCH 1
| #define HAVE_MOZILLA_TOOLKIT 1
| /* end confdefs.h.  */
| #include mozilla-config.h
| #include string.h
| #include stdlib.h
|   int main(void) {
|   if (strcmp (MOZ_DEFAULT_TOOLKIT, gtk2) == 0 ||
|   strcmp (MOZ_DEFAULT_TOOLKIT, cairo-gtk2) == 0)
|   return EXIT_SUCCESS;
| 
|   return EXIT_FAILURE;
| }
| 
configure:24780: error: This program needs a gtk 2 gecko build

##  ##
## Cache variables. ##
##  ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -mtune=athlon-xp -pipe'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O2 -mtune=athlon-xp -pipe'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_MOZILLA_COMPONENT_CFLAGS_set=
ac_cv_env_MOZILLA_COMPONENT_CFLAGS_value=
ac_cv_env_MOZILLA_COMPONENT_LIBS_set=
ac_cv_env_MOZILLA_COMPONENT_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_YELP_CFLAGS_set=
ac_cv_env_YELP_CFLAGS_value

Re: [gentoo-user] What's the deal with no gnome 2.18 in portage?

2007-03-21 Thread John covici
on Wednesday 03/21/2007 purple([EMAIL PROTECTED]) wrote
  well,i asked here that question as well and i sent mail to one of guys
  maintaining that part of portage,Daniel Gryniewicz and got very quick
  response from him telling me that they will include gnome  2.18 in portage
  when they achive minimum testing point of it..
  
  maybe this can help,i did it and running gnome 2.18 in no time,enjoy..
  
  http://gentoo-wiki.com/Portage_Overlay_Listing#Gnome_Experimental_Overlay
  
OK, excuse me for being an idiot, but I now have the gnome
experimental overlay installed, how do I now update all gnome packages
to their experimental versions?

Thanks.


  On 3/21/07, John covici [EMAIL PROTECTED] wrote:
  
   on Tuesday 03/20/2007 Daevid Vincent([EMAIL PROTECTED]) wrote
http://www.gnome.org/start/2.18/
   
http://packages.gentoo.org/search/?sstring=gnome
   
Latest listed is 2.16.2
There isn't even a 2.18 masked or anything.
   
??
   I am interested if that were possible -- I heard there is already a
   feature freeze on gnome 2.18, so if it can be done, it would be
   appreciated here.
  
   --
   Your life is like a penny.  You're going to lose it.  The question is:
   How do
   you spend it?
  
John Covici
[EMAIL PROTECTED]
   --
   gentoo-user@gentoo.org mailing list
  
  
  
  
  -- 
  purple..
  well,i asked here that question as well and i sent mail to one of guys 
  maintaining that part of portage,Daniel Gryniewicz and got very quick 
  response from him telling me that they will include gnomenbsp; 2.18 in 
  portage when they achive minimum testing point of it..
  brbrmaybe this can help,i did it and running gnome 2.18 in no 
  time,enjoy..brbra 
  href=http://gentoo-wiki.com/Portage_Overlay_Listing#Gnome_Experimental_Overlay;http://gentoo-wiki.com/Portage_Overlay_Listing#Gnome_Experimental_Overlay
  /abrbrdivspan class=gmail_quoteOn 3/21/07, b 
  class=gmail_sendernameJohn covici/b lt;a href=mailto:[EMAIL 
  PROTECTED][EMAIL PROTECTED]/agt; wrote:/spanblockquote 
  class=gmail_quote style=border-left: 1px solid rgb(204, 204, 204); 
  margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;
  on Tuesday 03/20/2007 Daevid Vincent(a href=mailto:[EMAIL 
  PROTECTED][EMAIL PROTECTED]/a) wrotebr gt; a 
  href=http://www.gnome.org/start/2.18/;http://www.gnome.org/start/2.18//abr
   gt;br gt; a href=http://packages.gentoo.org/search/?sstring=gnome;
  http://packages.gentoo.org/search/?sstring=gnome/abr gt;br gt; 
  Latest listed is 2.16.2br gt; There isn#39;t even a 2.18 masked or 
  anything.br gt;br gt; ??brI am interested if that were possible -- I 
  heard there is already a
  brfeature freeze on gnome 2.18, so if it can be done, it would 
  bebrappreciated here.brbr--brYour life is like a 
  penny.nbsp;nbsp;You#39;re going to lose it.nbsp;nbsp;The question 
  is:brHow dobryou spend 
  it?brbrnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; John Covici
  brnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; a href=mailto:[EMAIL 
  PROTECTED][EMAIL PROTECTED]/abr--bra 
  href=mailto:gentoo-user@gentoo.org;gentoo-user@gentoo.org/a mailing 
  listbrbr/blockquote/divbrbr clear=allbr-- br
  purple..

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What's the deal with no gnome 2.18 in portage?

2007-03-21 Thread John covici

on Wednesday 03/21/2007 purple([EMAIL PROTECTED]) wrote
  emerge -NDuva world??
  

nope, this completely ignores the overlays -- it does have [1] and [2]
at the end each followed by the name of an overlay directory, but it
never gets any ebuilds from either of them.

  On 3/21/07, John covici [EMAIL PROTECTED] wrote:
  
   on Wednesday 03/21/2007 purple([EMAIL PROTECTED]) wrote
well,i asked here that question as well and i sent mail to one of guys
maintaining that part of portage,Daniel Gryniewicz and got very quick
response from him telling me that they will include gnome  2.18 in
   portage
when they achive minimum testing point of it..
   
maybe this can help,i did it and running gnome 2.18 in no time,enjoy..
   
   
   http://gentoo-wiki.com/Portage_Overlay_Listing#Gnome_Experimental_Overlay
   
   OK, excuse me for being an idiot, but I now have the gnome
   experimental overlay installed, how do I now update all gnome packages
   to their experimental versions?
  
   Thanks.
  
  
On 3/21/07, John covici [EMAIL PROTECTED] wrote:

 on Tuesday 03/20/2007 Daevid Vincent([EMAIL PROTECTED]) wrote
  http://www.gnome.org/start/2.18/
 
  http://packages.gentoo.org/search/?sstring=gnome
 
  Latest listed is 2.16.2
  There isn't even a 2.18 masked or anything.
 
  ??
 I am interested if that were possible -- I heard there is already a
 feature freeze on gnome 2.18, so if it can be done, it would be
 appreciated here.

 --
 Your life is like a penny.  You're going to lose it.  The question is:
 How do
 you spend it?

  John Covici
  [EMAIL PROTECTED]
 --
 gentoo-user@gentoo.org mailing list


   
   
--
purple..
well,i asked here that question as well and i sent mail to one of guys
   maintaining that part of portage,Daniel Gryniewicz and got very quick
   response from him telling me that they will include gnomenbsp; 2.18 in
   portage when they achive minimum testing point of it..
brbrmaybe this can help,i did it and running gnome 2.18 in no
   time,enjoy..brbra href=
   http://gentoo-wiki.com/Portage_Overlay_Listing#Gnome_Experimental_Overlay
   
   http://gentoo-wiki.com/Portage_Overlay_Listing#Gnome_Experimental_Overlay
/abrbrdivspan class=gmail_quoteOn 3/21/07, b
   class=gmail_sendernameJohn covici/b lt;a href=mailto:
   [EMAIL PROTECTED][EMAIL PROTECTED]/agt;
   wrote:/spanblockquote class=gmail_quote style=border-left: 1px solid
   rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;
on Tuesday 03/20/2007 Daevid Vincent(a href=mailto:[EMAIL PROTECTED]
   [EMAIL PROTECTED]/a) wrotebr gt; a href=
   http://www.gnome.org/start/2.18/;http://www.gnome.org/start/2.18//abr
   gt;br gt; a href=http://packages.gentoo.org/search/?sstring=gnome;
http://packages.gentoo.org/search/?sstring=gnome/abr gt;br gt;
   Latest listed is 2.16.2br gt; There isn#39;t even a 2.18 masked or
   anything.br gt;br gt; ??brI am interested if that were possible -- 
   I
   heard there is already a
brfeature freeze on gnome 2.18, so if it can be done, it would
   bebrappreciated here.brbr--brYour life is like a
   penny.nbsp;nbsp;You#39;re going to lose it.nbsp;nbsp;The question
   is:brHow dobryou spend
   it?brbrnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; John Covici
brnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; a href=mailto:
   [EMAIL PROTECTED][EMAIL PROTECTED]/abr--bra href=mailto:
   gentoo-user@gentoo.orggentoo-user@gentoo.org/a mailing
   listbrbr/blockquote/divbrbr clear=allbr-- br
purple..
  
   --
   Your life is like a penny.  You're going to lose it.  The question is:
   How do
   you spend it?
  
John Covici
[EMAIL PROTECTED]
   --
   gentoo-user@gentoo.org mailing list
  
  
  
  
  -- 
  purple..
  emerge -NDuva world?? img 
  src=http://img223.imageshack.us/img223/9265/mozilla_innocent.png;brbrdivspan
   class=gmail_quoteOn 3/21/07, b class=gmail_sendernameJohn covici/b 
  lt;a href=mailto:[EMAIL PROTECTED]
  [EMAIL PROTECTED]/agt; wrote:/spanblockquote class=gmail_quote 
  style=border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; 
  padding-left: 1ex;on Wednesday 03/21/2007 purple(a href=mailto:[EMAIL 
  PROTECTED]
  [EMAIL PROTECTED]/a) wrotebr gt; well,i asked here that question as 
  well and i sent mail to one of guysbr gt; maintaining that part of 
  portage,Daniel Gryniewicz and got very quickbr gt; response from him 
  telling me that they will include gnomenbsp;nbsp;
  2.18 in portagebr gt; when they achive minimum testing point of it..br 
  gt;br gt; maybe this can help,i did it and running gnome 2.18 in no 
  time,enjoy..br gt;br gt; a 
  href=http://gentoo-wiki.com/Portage_Overlay_Listing#Gnome_Experimental_Overlay;
  http://gentoo-wiki.com/Portage_Overlay_Listing#Gnome_Experimental_Overlay/abr
   gt;brOK, excuse me for being an idiot, but I now have the 
  gnomebrexperimental

RE: [gentoo-user] What's the deal with no gnome 2.18 in portage?

2007-03-21 Thread John covici
on Wednesday 03/21/2007 Nelson, David J([EMAIL PROTECTED]) wrote
   -Original Message-
   From: John covici [mailto:[EMAIL PROTECTED]
   Sent: 21 March 2007 10:30
   To: gentoo-user@lists.gentoo.org
   Subject: Re: [gentoo-user] What's the deal with no gnome 2.18 in
   portage?
   
   nope, this completely ignores the overlays -- it does have [1] and [2]
   at the end each followed by the name of an overlay directory, but it
   never gets any ebuilds from either of them.
   
  
  I would check overlay setup and also try `emerge 
  =exact-group/exact-package-2.18.whatever` i.e. specify the specific ebuild 
  you wish to emerge? I have used overlays before for xgl and for init-ng but 
  both were a few months ago so please feel free to correct me if I am missing 
  something.

Seems most of the packages are masked so I have to find each one and
put them in package.keywords -- yuck.


  
  PS (to all):
  1) Please trim crap out of messages you send to this list: e.g. that junk at 
  the end of previous emails
  2) Please don't top post as it makes threads harder to follow
  3) Please don't use HTML email if you can help it
  
  Cheers,
  
  
  --
  djn
  
  I do not represent anyone else in emails I send to this list.
  --
  gentoo-user@gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] layman overlays

2007-03-21 Thread John covici
Hi.  I have a problem with the gnome-experimental layman overlay
package -- where shold I write to get some help on this one?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What's the deal with no gnome 2.18 in portage?

2007-03-20 Thread John covici
on Tuesday 03/20/2007 Daevid Vincent([EMAIL PROTECTED]) wrote
  http://www.gnome.org/start/2.18/
  
  http://packages.gentoo.org/search/?sstring=gnome
  
  Latest listed is 2.16.2
  There isn't even a 2.18 masked or anything.
  
  ??
I am interested if that were possible -- I heard there is already a
feature freeze on gnome 2.18, so if it can be done, it would be
appreciated here.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] /etc/cron.d being ignored

2007-03-16 Thread John covici
Hi.  I am using sys-process/vixie-cron-4.1-r9 and I have discovered
that the files in /etc/cron.d are not being processed.  Is this a
known bug or does this version  of cron not process that directory?

Any assistance would be appreciated.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /etc/cron.d being ignored

2007-03-16 Thread John covici
on Friday 03/16/2007 Etaoin Shrdlu([EMAIL PROTECTED]) wrote
  On Friday 16 March 2007 09:52, Neil Bothwick wrote:
  
   On Fri, 16 Mar 2007 04:23:20 -0400, John covici wrote:
Hi.  I am using sys-process/vixie-cron-4.1-r9 and I have discovered
that the files in /etc/cron.d are not being processed.  Is this a
known bug or does this version  of cron not process that directory?
  
   cron only processes /etc/crontab and the user crontab files. The
   hourly, daily, weekly and monthly directories are handled by entries
   in crontab, but there is no such entry for cron.d - when would you
   expect it's contents to be run?
  
  It does work for me, as mentioned in the docs. The caveat is that entries 
  have to be entered in /etc/crontab syntax (ie, with an explicit 
  username).

And if I take the entries out of cron.d and put them into crontab they
are executed correctly and this is why I asked the question.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /etc/cron.d being ignored

2007-03-16 Thread John covici
on Friday 03/16/2007 Neil Bothwick([EMAIL PROTECTED]) wrote
  On Fri, 16 Mar 2007 06:06:53 -0400, John covici wrote:
  
   And if I take the entries out of cron.d and put them into crontab they
   are executed correctly and this is why I asked the question.
  
  Ignore my previous reply, whatever I was on, it had insufficient
  caffeine :(
  
  cron.d does indeed work here, provided the lines have exactly the same
  format as in crontab; e.g. tail -n 1 /etc/crontab /etc/cron.d/test
  works as it should.
  
  Are you setting the execute bit on the files in cron.d? In the past, I've
  found that this prevents their being run.

Indeed the user exec bit is on, didn't know that it made any
difference, but I will try with it off.
Yep, that did it -- thanks much guys.  Never heard of that before.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem using gnomeas non-root user

2007-03-14 Thread John covici
on Wednesday 03/14/2007 Neil Bothwick([EMAIL PROTECTED]) wrote
  On Wed, 14 Mar 2007 01:09:23 -0400, John covici wrote:
  
   Hi.  If I try to log in using gdm as a non-root user, it logs me in,
   but does not even run gnome-session.  If I run that by hand, it runs
   some things, but if I want to change some settings I am informed that
   the gnome-settings-daemon cannot start a new dbus session.  Both dbus
   and hald are started and working if I log in as root.
  
  Check the permissions of the various GNOME files and directories in the
  user's home directory. I've seen something like this when the user was
  unable to write to the necessary files.

I checked the .gconf and .gnome2  and even the .gnome2_private, but it
looks OK to me.  I even put a session file  in the users .gnome2
directory changing the current directory to his home directory, but it
will not run.  Very strange.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem using gnomeas non-root user

2007-03-14 Thread John covici
on Wednesday 03/14/2007 Neil Bothwick([EMAIL PROTECTED]) wrote
  On Wed, 14 Mar 2007 07:25:12 -0400, John covici wrote:
  
   I checked the .gconf and .gnome2  and even the .gnome2_private, but it
   looks OK to me.  I even put a session file  in the users .gnome2
   directory changing the current directory to his home directory, but it
   will not run.  Very strange.
  
  Anything in ~/.xsession-errors?
  

Yep, don't know what it all means, but here it is.

/etc/X11/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/X11/gdm/PreSession/Default: running: /usr/bin/sessreg -a -w /var/log/wtmp 
-u /var/run/utmp -x /var/gdm/:0.Xservers -h  -l :0 covici
/etc/X11/gdm/Xsession: Beginning session setup...
stty: standard input: Inappropriate ioctl for device
/etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- 
show-all-if-ambiguout
show-all-if-ambiguout: No such file or directory

Here is the ~/.xsession which I did not create.

#!/bin/bash
xterm



-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



<    5   6   7   8   9   10   11   12   13   14   >