Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Richard Fish

On 5/18/06, Justin Findlay <[EMAIL PROTECTED]> wrote:

is this a single command?  Mine only prints out:

make -rR -f /usr/src/linux-2.6.17-rc4/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -o
/usr/src/linux-2.6.17-rc4/Module.symvers   vmlinux


Yep, that is a single command that includes all of the module .o files
to process.


and that's it.  I've been looking at scripts/mod/modpost.c and I guess
it wants the object files on the command line, and they aren't being
supplied.


I think the failing is in scripts/Makefile.modpost.  However this
makefile is quite convoluted, and beyond my understanding with only a
5-minute investement.  I know that somewhere in there is supposed to
expand a full list of modules to call modpost with.  And for some
reason, you are getting an empty list of modules here...

What version of gcc are you using?  I know 3.4.x works, not so sure
about later versions...

Again, emerge --info might provide some more insight...

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Justin Findlay

On 5/18/06, Richard Fish <[EMAIL PROTECTED]> wrote:


make -rR -f /usr/src/linux-2.6.16-suspend2-r5/scripts/Makefile.modpost
  scripts/mod/modpost -m  -o
/usr/src/linux-2.6.16-suspend2-r5/Module.symvers vmlinux
arch/i386/kernel/cpuid.o arch/i386/kernel/microcode.o
arch/i386/kernel/msr.o arch/i386/oprofile/oprofile.o crypto/arc4.o
crypto/michael_mic.o crypto/sha256.o drivers/base/firmware_class.o
drivers/block/pktcdvd.o drivers/char/genrtc.o
...


is this a single command?  Mine only prints out:

make -rR -f /usr/src/linux-2.6.17-rc4/scripts/Makefile.modpost
 scripts/mod/modpost -m -a -o
/usr/src/linux-2.6.17-rc4/Module.symvers   vmlinux

and that's it.  I've been looking at scripts/mod/modpost.c and I guess
it wants the object files on the command line, and they aren't being
supplied.


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



Re: [gentoo-user] Looking for help with Shorewall

2006-05-18 Thread Ryan Tandy

Jerry wrote:


[EMAIL PROTECTED]:/etc/shorewall #  shorewall start
Any particular reason why you're running that instead of 
/etc/init.d/shorewall start?



Shorewall has detected the following iptables/netfilter capabilities:
  NAT: Not available
  Packet Mangling: Available
  Multi-port Match: Not available
  Connection Tracking Match: Not available
  Packet Type Match: Not available
  Policy Match: Not available
  Physdev Match: Not available
  IP range Match: Not available
  Recent Match: Not available
  Owner Match: Not available
  Ipset Match: Not available
  CONNMARK Target: Not available
  Connmark Match: Not available
  Raw Table: Available
  CLASSIFY Target: Not available
Hmmm... looks like you're missing a few fairly necessary components. 
Might want to add a bit more to your iptables configuration in your 
kernel config, or have some fun with modprobe.



iptables: No chain/target/match by that name
  ERROR: Command "/sbin/iptables -A FORWARD -m state --state 
ESTABLISHED,RELATED -j ACCEPT" Failed
This is caused by the line "Connection Tracking Match: Not available" - 
you need to build in to your kernel or modprobe the conntrack module.


Now I cannot connect to the internet through the modem nor ssh to the 
other computer. I was able to do both before running shorewall start.

shorewall clearor/etc/init.d/shorewall clear



[EMAIL PROTECTED]:/etc/shorewall #  /etc/init.d/iptables stop
* Saving iptables state 
...[ ok ]
* Stopping firewall 
...[ ok ]
You don't need to have iptables running for shorewall to work (I know I 
don't).


delta ~ # /etc/init.d/shorewall status
 * status:  started
delta ~ # /etc/init.d/iptables status
 * status:  stopped

HTH.

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



[Copfilter] Copy of quarantined email - *** SPAM *** [6.5/6.0] [gentoo-user] Can t compile OpenOffice 2.0.2-r1 with Java support

2006-05-18 Thread bdunglison
Hi folks,

I'd to install OpenOffice using the source package.

I have in my USE variable "java" set.

I'm using blackdown-jdk-1.4.2.03 as the default Java Environement set by 
java-config.

When I emerge openoffice I get the hereunder error message.
I've attached the file hs_err_pid10707.log.

What should I do to prevent this error ?

Thanks for your help.

--
Xavier 

java -classpath 
/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/solver/680/unxlngi4.pro/bin/xt.jar:/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/solver/680/unxlngi4.pro/bin/xercesImpl.jar:../../../../../../unxlngi4.pro/class/cfgimport.jar
 -Dcom.jclark.xsl.sax.parser=org.apache.xerces.parsers.SAXParser 
com.jclark.xsl.sax.Driver 
MathCommands.xcu ../../../../../../util/data_val.xsl 
../../../../../../unxlngi4.pro/misc/registry/data/org/openoffice/Office/UI/MathCommands.val
 
xcs=/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/officecfg/registry/data/org/openoffice/Office/UI/../../../../../../registry/schema/org/openoffice/Office/UI/MathCommands.xcs
 
schemaRoot=/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/officecfg/registry/data/org/openoffice/Office/UI/../../../../../../registry/schema
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x01010101, pid=10707, tid=3084957376
#
# Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-03 mixed mode)
# Problematic frame:
# C  0x01010101
#
# An error report file with more information is saved as hs_err_pid10707.log
#
# If you would like to submit a bug report, please visit:
#   http://www.blackdown.org/cgi-bin/jdk
#
Abort
dmake:  Error code 134, while 
making 
'../../../../../../unxlngi4.pro/misc/registry/data/org/openoffice/Office/UI/MathCommands.xcu'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while 
making 
/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/officecfg/registry/data/org/openoffice/Office/UI
make: *** [stamp/build] Error 1

!!! ERROR: app-office/openoffice-2.0.2-r1 failed.
!!! Function src_compile, Line 230, Exitcode 2
!!! Build failed
!!! If you need support, post the topmost build error, NOT this status 
message.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Justin Findlay

On 5/18/06, Richard Fish <[EMAIL PROTECTED]> wrote:


There are a lot more "make -f scripts/" lines, and a lot more modules
on the modpost command, than what I included here.


I don't get anything with modpost after this:

 Building modules, stage 2.
make -rR -f /usr/src/linux-2.6.17-rc4/scripts/Makefile.modpost
 scripts/mod/modpost -m -a -o
/usr/src/linux-2.6.17-rc4/Module.symvers   vmlinux


What is interesting to me is that your build didn't iterate through
the other obj= lines that I have.


It did, but I aggressively trimmed them. (-:


Hmm, I see you are building an x86_64 kernel...is this being
cross-compiled?  Are the other environments x86_64 architecture as
well?  I guess posting your emerge --info output would be useful
here...


No cross compiling.  This kernel is for the machine that's compiling
it.  I first noticed this when I tried to install
vanilla-sources-2.6.16.1, and I've also tried to compile a vanilla
2.6.14 kernel from kernel.org with the same dissapearing modules
trick, so I think this has something to do with a system utility
having been updated and not working as expected.  I've been trying to
find a clue to what it might be from the kernel's makefiles.


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



[Copfilter] Copy of quarantined email - *** SPAM *** [6.0/6.0] Re: [gentoo-user] New USE Flags, Emerge -e world --> Broken systems -- PLEASE HELP

2006-05-18 Thread bdunglison
Le Jeudi 18 Mai 2006 10:22, Neil Bothwick a écrit :
> On Thu, 18 May 2006 06:48:44 +0200, Jonathan Chocron wrote:
> > Yes, USE="" is a good start. However, one has to take into account that
> > portage adds use flags while going through the emerge process. For
> > example, if you install mysql in order to use it with amaroK, mysql
> > would, after that emerge be turned on as a global useflag.
>
> Dynamic USE flags have been removed from portage 2.1, thankfully.

That's exactly right, but I was assuming he used the stable version of 
portage. I now use unstable, precisely because they removed that feature !

Cheers,

Jonathan


-- 
gentoo-user@gentoo.org mailing list

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



[Copfilter] Copy of quarantined email - *** SPAM *** [8.0/6.0] Re: [gentoo-user] eix && gensync

2006-05-18 Thread bdunglison
On Thursday 18 May 2006 23:07, Mark Knecht wrote:
> On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote:
> > On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote:
> > > Now my problem is that eix doesn't seem to know about the packages in
> > > the overlay while esearch does. Should it or have I missed some setup
> > > that would make that work? I had assumed this sync thing that required
> > > gensync would do it but it didn't.
[...]
> lightning ~ # update-eix
> Reading Portage settings ..
> Building database (/var/cache/eix) from scratch ..
> [0] /usr/portage/ (cache: cdb)
>  Reading 100%
> [1] /usr/local/portage (cache: none)
>  Reading 100%
[...]
> lightning ~ # emerge -pv rt-sources
[...]
> Portage overlays:
>  [1] /usr/local/portage
>  [2] /usr/portage/local/layman/pro-audio
[...]

This is because you followed the instructions from the layman ebuild and 
added 'source /usr/portage/local/layman/make.conf' to /etc/make.conf. eix 
unlike portage does not support 'source' yet. The next release of eix will, 
however, support this. Until then you need to manually put the contents 
of /usr/portage/local/layman/make.conf into /etc/make.conf for eix to notice 
those overlays.

-- 
Bo Andresen

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEbOyh8/kKEzmwNNoRAvFNAJ9hiDfhjl76kSA7FLnPwdQ2D1qUmACaA0oB
vSwIuBDC88Olgdry6gNZjnE=
=nf1z
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[Copfilter] Copy of quarantined email - *** SPAM *** [7.3/6.0] RE: [gentoo-user] gnome2_src_unpack: command not found

2006-05-18 Thread bdunglison
> -Original Message-
> From: Jason Ausmus [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 16, 2006 1:16 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] gnome2_src_unpack: command not found
> 
> > -Original Message-
> > From: Jason Ausmus [mailto:[EMAIL PROTECTED]
> > Sent: Monday, May 15, 2006 11:12 AM
> > To: gentoo-user@lists.gentoo.org
> > Subject: [gentoo-user] gnome2_src_unpack: command not found
> > 
> > Hi,
> > 
> > I have a number of ebuilds failing on the gnome2_src_unpack command.
> > Any thoughts, or what further info should I post?
> > 
> > Thanks,
> > Jason
> > 
> > --
> > gentoo-user@gentoo.org mailing list
> > 
> > 
> 
> Any takers?
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 

Okay, not to brow-beat the subject, but I'm kind of desperate here.  I
haven't been able to find anything about this at all, including in the
forums.

In case I haven't gotten any bites because I haven't provided enough
info, let me try again...

Symptom of issue:



h0486tux ~ # emerge -uv gtk+
Calculating dependencies... done!
>>> Emerging (1 of 2) dev-libs/atk-1.11.4 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking atk-1.11.4.tar.bz2 ;-)
>>> Unpacking source...
/usr/portage/dev-libs/atk/atk-1.11.4.ebuild: line 24: gnome2_src_unpack:
command not found
cp: cannot stat `aclocal.m4': No such file or directory
sed: can't read old_macros.m4: No such file or directory
sed: can't read old_macros.m4: No such file or directory
sed: can't read old_macros.m4: No such file or directory
 * Running eautoreconf in '/var/tmp/portage/atk-1.11.4/work' ...
 * Running aclocal -I . ...
[ !! ]

 * Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/atk-1.11.4/temp/aclocal-13781.out


!!! ERROR: dev-libs/atk-1.11.4 failed.
Call stack:
  ebuild.sh, line 1527:   Called dyn_unpack
  ebuild.sh, line 703:   Called src_unpack
  atk-1.11.4.ebuild, line 32:   Called eautoreconf
  autotools.eclass, line 64:   Called eaclocal
  autotools.eclass, line 107:   Called autotools_run_tool 'aclocal' '-I'
'.'
  autotools.eclass, line 198:   Called die

!!! Failed Running aclocal !
!!! If you need support, post the topmost build error, and the call
stack if relevant.

h0486tux ~ #

---

emerge info:

---

h0486tux ~ # emerge --info
Portage 2.1_rc1-r2 (default-linux/x86/2005.0, gcc-3.4.6, glibc-2.4-r2,
2.6.11-gentoo-r7 i686)
=
System uname: 2.6.11-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.12.0_pre19
dev-lang/python: 2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -funroll-loops -fomit-frame-pointer
-fprefetch-loop-arrays"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openjms/config /usr/kde/2/share/config
/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo
/etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe -funroll-loops -fomit-frame-pointer
-fprefetch-loop-arrays"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/";
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-steev"
SYNC="rsync://ssvsdev.hlyw.pvt/portage"
USE="X Xaw3d a52 aac aalib acl aclpi acpi adns aim alsa apache2 apm arts
artworkextra atlas audiofile avalon avi bash-completion bcmath berkdb
bitmap-fonts bl bonobo browserplugin bzip2 bzlib cairo calendar cdb cddb
cdr chroot cli cluster cpdflib crypt cscope ctype cups curl curlwrappers
dba dbase dbm dbus dbx dedicated dga dio directfb divx4linux dmacs dri
dts dv dvb dvd dvdr dvdread dynagraph edl eds emacs-w3 emboss encode esd
ethereal evo examples exif extraengine fam fastcgi fbcon fdftk ffmpeg
fftw filepro firebird firefox flac flash flatfile font-server foomaticdb
fortran fpx freetds ftp gb gcj gd gdbm geometry ggi gif gimpprint ginac
glitz glut gm

[Copfilter] Copy of quarantined email - *** SPAM *** [8.0/6.0] Re: [gentoo-user] eix && gensync

2006-05-18 Thread bdunglison
On Thursday 18 May 2006 23:52, Bo Ørsted Andresen wrote:
> This is because you followed the instructions from the layman ebuild and
> added 'source /usr/portage/local/layman/make.conf' to /etc/make.conf. eix
> unlike portage does not support 'source' yet. The next release of eix will,
> however, support this. Until then you need to manually put the contents
> of /usr/portage/local/layman/make.conf into /etc/make.conf for eix to
> notice those overlays.

A workaround to make layman alter /etc/make.conf directly instead of 
altering /usr/portage/local/layman/make.conf: 
http://bugs.gentoo.org/show_bug.cgi?id=132874#c3

-- 
Bo Andresen

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEbPby8/kKEzmwNNoRAjYIAJ46jAOb69hB0zw1oi8dOEzsRX/c+ACeM5DN
K38C4On0ErklyQIqOhEb6Sw=
=nSPQ
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Ben Reubenstein

How is that supposed to help?  His problem is with building modules,
not installation...


Ah ~ Must have read too fast.  I think that it has something to do
with the 64bit compile... just a guess...

On 5/18/06, Richard Fish <[EMAIL PROTECTED]> wrote:

On 5/18/06, Ben Reubenstein <[EMAIL PROTECTED]> wrote:
> Hi Justin ~
>
> Read the docs on Gentoo.org.  Understand what Stage 2 is.





-Richard

--
gentoo-user@gentoo.org mailing list





--
Ben Reubenstein
303-947-0446
http://www.benr75.com

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Richard Fish

On 5/18/06, Justin Findlay <[EMAIL PROTECTED]> wrote:

When I try to build the 'modules' target with linux it doesn't create
the .ko files.  It seems to get stuck at 'stage 2', whatever that
means, and I am at a loss finding out what exactly stage 2 is, from
looking at scripts/Makefile.modpost, and why it doesn't build.


It seems to me that the stage2 is what takes the .o files for all the
modules and converts them to .ko files.  Here is an example from my
kernel build:

--
carcharias linux # make CONFIG_CC_OPTIMIZE_FOR_SIZE=1 V=1 modules
rm -f .kernelrelease
echo 2.6.16-suspend2-r5 > .kernelrelease
if test ! /usr/src/linux-2.6.16-suspend2-r5 -ef
/usr/src/linux-2.6.16-suspend2-r5; then \
   /bin/sh /usr/src/linux-2.6.16-suspend2-r5/scripts/mkmakefile
  \
   /usr/src/linux-2.6.16-suspend2-r5
/usr/src/linux-2.6.16-suspend2-r5 2 6 \
   > /usr/src/linux-2.6.16-suspend2-r5/Makefile;
  \
   echo '  GEN
/usr/src/linux-2.6.16-suspend2-r5/Makefile';   \
   fi
set -e; echo '  CHK include/linux/version.h'; mkdir -p
include/linux/;  if [ `echo -n "2.6.16-suspend2-r5" | wc -c ` -gt
64 ]; then echo '"2.6.16-suspend2-r5" exceeds 64 characters' >&2; exit
1; fi; (echo \#define UTS_RELEASE \"2.6.16-suspend2-r5\"; echo
\#define LINUX_VERSION_CODE `expr 2 \\* 65536 + 6 \\* 256 + 16`; echo
'#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; ) <
/usr/src/linux-2.6.16-suspend2-r5/Makefile >
include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp
-s include/linux/version.h include/linux/version.h.tmp; then rm -f
include/linux/version.h.tmp; else echo '  UPD
include/linux/version.h'; mv -f include/linux/version.h.tmp
include/linux/version.h; fi
 CHK include/linux/version.h
make -f scripts/Makefile.build obj=scripts/basic
rm -rf .tmp_versions
mkdir -p .tmp_versions
make -f scripts/Makefile.build obj=.
mkdir -p arch/i386/kernel/
make -f scripts/Makefile.build obj=scripts
make -f scripts/Makefile.build obj=scripts/genksyms
make -f scripts/Makefile.build obj=scripts/mod
make -f scripts/Makefile.build obj=init
...
make -f scripts/Makefile.build obj=lib/zlib_deflate
make -f scripts/Makefile.build obj=lib/zlib_inflate
make -f scripts/Makefile.build obj=arch/i386/lib
 Building modules, stage 2.
make -rR -f /usr/src/linux-2.6.16-suspend2-r5/scripts/Makefile.modpost
 scripts/mod/modpost -m  -o
/usr/src/linux-2.6.16-suspend2-r5/Module.symvers vmlinux
arch/i386/kernel/cpuid.o arch/i386/kernel/microcode.o
arch/i386/kernel/msr.o arch/i386/oprofile/oprofile.o crypto/arc4.o
crypto/michael_mic.o crypto/sha256.o drivers/base/firmware_class.o
drivers/block/pktcdvd.o drivers/char/genrtc.o
...
--

There are a lot more "make -f scripts/" lines, and a lot more modules
on the modpost command, than what I included here.

What is interesting to me is that your build didn't iterate through
the other obj= lines that I have.


This happens with either a vanilla-sources or gentoo-sources kernel
and doesn't happen when I try to build the gentoo kernel from within
another system, like a knoppix liveCD.


Hmm, I see you are building an x86_64 kernel...is this being
cross-compiled?  Are the other environments x86_64 architecture as
well?  I guess posting your emerge --info output would be useful
here...

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Richard Fish

On 5/18/06, Ben Reubenstein <[EMAIL PROTECTED]> wrote:

Hi Justin ~

Read the docs on Gentoo.org.  Understand what Stage 2 is.


How is that supposed to help?  His problem is with building modules,
not installation...

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Justin Findlay

On 5/18/06, Ben Reubenstein <[EMAIL PROTECTED]> wrote:


Read the docs on Gentoo.org.  Understand what Stage 2 is.  If not ,
you might be better off with Unbuntu.


I'm sorry, Ben, that I haven't been more explicit.  I'm not talking
about Gentoo's stage 2, I'm talking about stage 2 of the kernel's
build proceedure of modules which gathers object files into kernel
modules, so:

# cd /usr/src/linux
# make modules
...
Building modules, stage 2.
[failure]
#

See the output of my previous email.  I've tried Ubuntu and didn't like it. (-:


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



Re: [gentoo-user] php-5 being forced to install?

2006-05-18 Thread Trenton Adams

Thank you Maxim.  That was the problem.  The funny thing is that swig
does not seem to require php5, but it supports the php use flag.

On 5/15/06, Maxim <[EMAIL PROTECTED]> wrote:


> > It says...
> >
> > [ebuild  NS   ] dev-lang/php-5.1.2
> > [ebuild   R   ] dev-lang/swig-1.3.21
> >
> > I don't understand why it's trying to do this, as I have not asked for
> > php 5 to be installed.  And I'm also worried about it breaking
> > existing PHP applications.
> >
> > Any ideas of where I should start?
>
> I'm not sure why php-5 is being installed, but it's not too likely
> that PHP5 will break your PHP applications unless they rely on a few
> things that changed, such as re-setting $this.

# USE = "-php" emerge -av swig

I think it'll work.

--
Max Jazz
--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo ADSL wireless router (3 questions)

2006-05-18 Thread Ryan Tandy

Grant wrote:

###
Status:Enable; VPI:0; VCL:35; Protocol:Bridge
Bridge Broadcast Enabled
Bridge Multicast Enabled


Ooohhh, it's a /bridge/...  I hadn't realised that.  All of the routers 
I'm familiar with have acted as gateways/firewalls - and to be honest I 
don't really know how to deal with bridges.  You could /try/ disabling 
the Private LAN option, which I suspect would remove the router from the 
equation and expose your Gentoo router completely to the Net.  OTOH it 
might not.  Be prepared and have your software-firewall-of-choice ready. ;)


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



Re: [gentoo-user] linux make modules fails

2006-05-18 Thread Ben Reubenstein

Hi Justin ~

Read the docs on Gentoo.org.  Understand what Stage 2 is.  If not ,
you might be better off with Unbuntu.

I promise if you follow the docs you will get a wonderful, running
Gentoo system.

URL: http://www.gentoo.org/doc/en/index.xml?catid=install#doc_chap2

~ Ben

On 5/18/06, Justin Findlay <[EMAIL PROTECTED]> wrote:

When I try to build the 'modules' target with linux it doesn't create
the .ko files.  It seems to get stuck at 'stage 2', whatever that
means, and I am at a loss finding out what exactly stage 2 is, from
looking at scripts/Makefile.modpost, and why it doesn't build.

This happens with either a vanilla-sources or gentoo-sources kernel
and doesn't happen when I try to build the gentoo kernel from within
another system, like a knoppix liveCD.

# make V=1 modules
rm -f .kernelrelease
echo 2.6.17-rc4 > .kernelrelease
set -e; echo '  CHK include/linux/version.h'; mkdir -p
include/linux/;  if [ `echo -n "2.6.17-rc4" | wc -c ` -gt 64 ];
then echo '"2.6.17-rc4" exceeds 64 characters' >&2; exit 1; fi; (echo
\#define UTS_RELEASE \"2.6.17-rc4\"; echo \#define LINUX_VERSION_CODE
`expr 2 \\* 65536 + 6 \\* 256 + 17`; echo '#define
KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; ) <
/usr/src/linux-2.6.17-rc4/Makefile > include/linux/version.h.tmp; if [
-r include/linux/version.h ] && cmp -s include/linux/version.h
include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp;
else echo '  UPD include/linux/version.h'; mv -f
include/linux/version.h.tmp include/linux/version.h; fi
  CHK include/linux/version.h
make -f scripts/Makefile.build obj=scripts/basic
mkdir -p .tmp_versions
rm -f .tmp_versions/*
make -f scripts/Makefile.build obj=.
mkdir -p arch/x86_64/kernel/
make -f scripts/Makefile.build obj=scripts
...

  Building modules, stage 2.
make -rR -f /usr/src/linux-2.6.17-rc4/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -o
/usr/src/linux-2.6.17-rc4/Module.symvers   vmlinux


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





--
Ben Reubenstein
303-947-0446
http://www.benr75.com

--
gentoo-user@gentoo.org mailing list



[gentoo-user] linux make modules fails

2006-05-18 Thread Justin Findlay

When I try to build the 'modules' target with linux it doesn't create
the .ko files.  It seems to get stuck at 'stage 2', whatever that
means, and I am at a loss finding out what exactly stage 2 is, from
looking at scripts/Makefile.modpost, and why it doesn't build.

This happens with either a vanilla-sources or gentoo-sources kernel
and doesn't happen when I try to build the gentoo kernel from within
another system, like a knoppix liveCD.

# make V=1 modules
rm -f .kernelrelease
echo 2.6.17-rc4 > .kernelrelease
set -e; echo '  CHK include/linux/version.h'; mkdir -p
include/linux/;  if [ `echo -n "2.6.17-rc4" | wc -c ` -gt 64 ];
then echo '"2.6.17-rc4" exceeds 64 characters' >&2; exit 1; fi; (echo
\#define UTS_RELEASE \"2.6.17-rc4\"; echo \#define LINUX_VERSION_CODE
`expr 2 \\* 65536 + 6 \\* 256 + 17`; echo '#define
KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; ) <
/usr/src/linux-2.6.17-rc4/Makefile > include/linux/version.h.tmp; if [
-r include/linux/version.h ] && cmp -s include/linux/version.h
include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp;
else echo '  UPD include/linux/version.h'; mv -f
include/linux/version.h.tmp include/linux/version.h; fi
 CHK include/linux/version.h
make -f scripts/Makefile.build obj=scripts/basic
mkdir -p .tmp_versions
rm -f .tmp_versions/*
make -f scripts/Makefile.build obj=.
mkdir -p arch/x86_64/kernel/
make -f scripts/Makefile.build obj=scripts
...

 Building modules, stage 2.
make -rR -f /usr/src/linux-2.6.17-rc4/scripts/Makefile.modpost
 scripts/mod/modpost -m -a -o
/usr/src/linux-2.6.17-rc4/Module.symvers   vmlinux


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



Re: [gentoo-user] Gentoo ADSL wireless router (3 questions)

2006-05-18 Thread Ryan Tandy

Grant wrote:
 > Are you sure I can disable internal DHCP?  My Gentoo router needs to

use DHCP to get an IP address from the Westell modem/router right?

- Grant



Sorry, was half asleep when I wrote that - of course the modem won't be 
assigning addresses to your other boxes since they're on the other side 
of the router.


On the other hand, most DMZ options require the target to have a static 
IP anyway...


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



Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 13:34:55 -0700, Richard Fish wrote:

> In fact, the current handbook says:
> 
> ---
> Code Listing 2: An example /boot line for /etc/fstab
>   /dev/hda1   /boot ext2defaults1 2
> 
>Some users don't want their /boot partition to be mounted
> automatically to improve their system's security. Those people should
> substitute defaults with noauto. This does mean that you need to
> manually mount this partition every time you want to use it.
> ---
> 
> So it seems that 'noauto' is an option for specific users.  Not for
> general use...

Things have changed in the installation handbook then, one of the
disadvantages of running a system that never needs re-installing, you
remember out of date information.

noauto *was* the default.


-- 
Neil Bothwick

People who eat natural foods die from natural causes.


signature.asc
Description: PGP signature


Re: [gentoo-user] eix && gensync

2006-05-18 Thread Mark Knecht

On 5/18/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:

On Thursday 18 May 2006 23:07, Mark Knecht wrote:
> On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote:
> > On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote:
> > > Now my problem is that eix doesn't seem to know about the packages in
> > > the overlay while esearch does. Should it or have I missed some setup
> > > that would make that work? I had assumed this sync thing that required
> > > gensync would do it but it didn't.
[...]
> lightning ~ # update-eix
> Reading Portage settings ..
> Building database (/var/cache/eix) from scratch ..
> [0] /usr/portage/ (cache: cdb)
>  Reading 100%
> [1] /usr/local/portage (cache: none)
>  Reading 100%
[...]
> lightning ~ # emerge -pv rt-sources
[...]
> Portage overlays:
>  [1] /usr/local/portage
>  [2] /usr/portage/local/layman/pro-audio
[...]

This is because you followed the instructions from the layman ebuild and
added 'source /usr/portage/local/layman/make.conf' to /etc/make.conf. eix
unlike portage does not support 'source' yet. The next release of eix will,
however, support this. Until then you need to manually put the contents
of /usr/portage/local/layman/make.conf into /etc/make.conf for eix to notice
those overlays.

--
Bo Andresen


Thanks very much Bo. Changing make.conf took care of the problem nicely:

lightning ~ # eix ardour
* media-sound/ardour
Available versions:  ~0.99.2 ~0.99.2[2]  ~0.99.3 ~0.99.3[2]
Installed:   none
Homepage:http://ardour.org/
Description: multi-track hard disk recording software

* media-sound/ardour-cvs [2]
Available versions:  ~6
Installed:   none
Homepage:http://ardour.org/
Description: multi-track hard disk recording software

* media-sound/ardour2-cvs [2]
Available versions:  ~1
Installed:   none
Homepage:http://ardour.org/
Description: multi-track hard disk recording software

[1] /usr/local/portage
[2] /usr/portage/local/layman/pro-audio

Found 3 matches
lightning ~ #

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Looking for help with Shorewall

2006-05-18 Thread John Jolet

Jerry wrote:

I am setting up gentoo on another computer and cannot get shorewall  
to start properly. I had used another version of shorewall previously 
but cannot get 3.0.4  to work. I have read and tried to follow the 
instruction in /usr/share/doc/shorewall-3.0.4/Samples/one-interface 
but no success. I have  dialup modem, one other computer connected via 
eth0. If root runs  'which ip' the response is '/sbin/ip'.


/etc/shorewall/zones:
#ZONE   TYPEOPTIONS IN  
OUT OPTIONS 
OPTIONS

net ipv4-
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE

/etc/shorewall/interfaces:
#ZONE   INTERFACE   BROADCAST   OPTIONS
net ppp0-
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE

/etc/shorewall/policy:
#SOURCE DESTPOLICY  LOG LEVEL   
LIMIT:BURST

$FW net ACCEPT
net all DROPinfo
# The FOLLOWING POLICY MUST BE LAST
all all REJECT  info
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE

/etc/shorewall/rules: has all rules commented out to try to make the 
startup as simple as possible.


When I run shorewall start:

[EMAIL PROTECTED]:/etc/shorewall #  shorewall start
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
Starting Shorewall...
Initializing...
Shorewall has detected the following iptables/netfilter capabilities:
  NAT: Not available
  Packet Mangling: Available
  Multi-port Match: Not available
  Connection Tracking Match: Not available
  Packet Type Match: Not available
  Policy Match: Not available
  Physdev Match: Not available
  IP range Match: Not available
  Recent Match: Not available
  Owner Match: Not available
  Ipset Match: Not available
  CONNMARK Target: Not available
  Connmark Match: Not available
  Raw Table: Available
  CLASSIFY Target: Not available
Determining Zones...
  IPv4 Zones: net
  Firewall Zone: fw
Validating interfaces file...
Validating hosts file...
Validating Policy file...
Determining Hosts in Zones...
  net Zone: ppp0:0.0.0.0/0
Processing /etc/shorewall/init ...
Pre-processing Actions...
  Pre-processing /usr/share/shorewall/action.Drop...
  ..Expanding Macro /usr/share/shorewall/macro.Auth...
  ..End Macro
  ..Expanding Macro /usr/share/shorewall/macro.AllowICMPs...
  ..End Macro
  ..Expanding Macro /usr/share/shorewall/macro.SMB...
  ..End Macro
  ..Expanding Macro /usr/share/shorewall/macro.DropUPnP...
  ..End Macro
  ..Expanding Macro /usr/share/shorewall/macro.DropDNSrep...
  ..End Macro
  Pre-processing /usr/share/shorewall/action.Reject...
  Pre-processing /usr/share/shorewall/action.Limit...
Deleting user chains...
iptables: No chain/target/match by that name
  ERROR: Command "/sbin/iptables -A FORWARD -m state --state 
ESTABLISHED,RELATED -j ACCEPT" Failed

Processing /etc/shorewall/stop ...
iptables: No chain/target/match by that name
iptables: No chain/target/match by that name
IP Forwarding Enabled
Processing /etc/shorewall/stopped ...
Terminated

[EMAIL PROTECTED]:/etc/shorewall #  shorewall status
Shorewall-3.0.4 Status at backup - Thu May 18 16:30:45 UTC 2006

Shorewall is stopped
State:Stopped (Thu May 18 16:28:59 UTC 2006)

Now I cannot connect to the internet through the modem nor ssh to the 
other computer. I was able to do both before running shorewall start.


[EMAIL PROTECTED]:/etc/shorewall #  /etc/init.d/iptables stop
* Saving iptables state 
...[ ok ]
* Stopping firewall 
...[ ok ]

[EMAIL PROTECTED]:/etc/shorewall #  ssh main
Password:

Now I can ssh and connect to the internet.

What am I doing wrong? Any advice appreciated.

Jerry


to get your access back, issue "shorewall clear"
the problem on start is that you don't have those capabilities listed 
activated in your kernel

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Looking for help with Shorewall

2006-05-18 Thread Jerry
I am setting up gentoo on another computer and cannot get shorewall  to 
start properly. I had used another version of shorewall previously but 
cannot get 3.0.4  to work. I have read and tried to follow the 
instruction in /usr/share/doc/shorewall-3.0.4/Samples/one-interface but 
no success. I have  dialup modem, one other computer connected via eth0. 
If root runs  'which ip' the response is '/sbin/ip'.


/etc/shorewall/zones:
#ZONE   TYPEOPTIONS IN  
OUT OPTIONS OPTIONS

net ipv4-
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE

/etc/shorewall/interfaces:
#ZONE   INTERFACE   BROADCAST   OPTIONS
net ppp0-
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE

/etc/shorewall/policy:
#SOURCE DESTPOLICY  LOG LEVEL   LIMIT:BURST
$FW net ACCEPT
net all DROPinfo
# The FOLLOWING POLICY MUST BE LAST
all all REJECT  info
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE

/etc/shorewall/rules: has all rules commented out to try to make the 
startup as simple as possible.


When I run shorewall start:

[EMAIL PROTECTED]:/etc/shorewall #  shorewall start
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
Starting Shorewall...
Initializing...
Shorewall has detected the following iptables/netfilter capabilities:
  NAT: Not available
  Packet Mangling: Available
  Multi-port Match: Not available
  Connection Tracking Match: Not available
  Packet Type Match: Not available
  Policy Match: Not available
  Physdev Match: Not available
  IP range Match: Not available
  Recent Match: Not available
  Owner Match: Not available
  Ipset Match: Not available
  CONNMARK Target: Not available
  Connmark Match: Not available
  Raw Table: Available
  CLASSIFY Target: Not available
Determining Zones...
  IPv4 Zones: net
  Firewall Zone: fw
Validating interfaces file...
Validating hosts file...
Validating Policy file...
Determining Hosts in Zones...
  net Zone: ppp0:0.0.0.0/0
Processing /etc/shorewall/init ...
Pre-processing Actions...
  Pre-processing /usr/share/shorewall/action.Drop...
  ..Expanding Macro /usr/share/shorewall/macro.Auth...
  ..End Macro
  ..Expanding Macro /usr/share/shorewall/macro.AllowICMPs...
  ..End Macro
  ..Expanding Macro /usr/share/shorewall/macro.SMB...
  ..End Macro
  ..Expanding Macro /usr/share/shorewall/macro.DropUPnP...
  ..End Macro
  ..Expanding Macro /usr/share/shorewall/macro.DropDNSrep...
  ..End Macro
  Pre-processing /usr/share/shorewall/action.Reject...
  Pre-processing /usr/share/shorewall/action.Limit...
Deleting user chains...
iptables: No chain/target/match by that name
  ERROR: Command "/sbin/iptables -A FORWARD -m state --state 
ESTABLISHED,RELATED -j ACCEPT" Failed

Processing /etc/shorewall/stop ...
iptables: No chain/target/match by that name
iptables: No chain/target/match by that name
IP Forwarding Enabled
Processing /etc/shorewall/stopped ...
Terminated

[EMAIL PROTECTED]:/etc/shorewall #  shorewall status
Shorewall-3.0.4 Status at backup - Thu May 18 16:30:45 UTC 2006

Shorewall is stopped
State:Stopped (Thu May 18 16:28:59 UTC 2006)

Now I cannot connect to the internet through the modem nor ssh to the 
other computer. I was able to do both before running shorewall start.


[EMAIL PROTECTED]:/etc/shorewall #  /etc/init.d/iptables stop
* Saving iptables state 
...[ ok ]
* Stopping firewall 
...[ ok ]

[EMAIL PROTECTED]:/etc/shorewall #  ssh main
Password:

Now I can ssh and connect to the internet.

What am I doing wrong? Any advice appreciated.

Jerry

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eix && gensync

2006-05-18 Thread Bo Ørsted Andresen
On Thursday 18 May 2006 23:52, Bo Ørsted Andresen wrote:
> This is because you followed the instructions from the layman ebuild and
> added 'source /usr/portage/local/layman/make.conf' to /etc/make.conf. eix
> unlike portage does not support 'source' yet. The next release of eix will,
> however, support this. Until then you need to manually put the contents
> of /usr/portage/local/layman/make.conf into /etc/make.conf for eix to
> notice those overlays.

A workaround to make layman alter /etc/make.conf directly instead of 
altering /usr/portage/local/layman/make.conf: 
http://bugs.gentoo.org/show_bug.cgi?id=132874#c3

-- 
Bo Andresen


pgprC74BSzrCh.pgp
Description: PGP signature


Re: [gentoo-user] VMware not running well

2006-05-18 Thread Martin Larsson

On 5/18/06, daniel <[EMAIL PROTECTED]> wrote:

Here's the result of me running the config script:


Thanks for this log. It's very useful.


What is the location of the directory of C header files that match your
running kernel? [/lib/modules/2.6.16-gentoo-r6/build/include]


But this gives me trouble. I get the message:

 What is the location of the directory of C header files that match
your running
 kernel? [/usr/src/linux/include] /lib/modules/2.6.16-gentoo-r7/build/include/

 The kernel defined by this directory of header files does not have the same
 address space size as your running kernel.

I'm running that version:
 include # uname -a
 Linux trillian 2.6.16-gentoo-r7 #1 PREEMPT 

Anyone knows what that error message means?

M.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eix && gensync

2006-05-18 Thread Bo Ørsted Andresen
On Thursday 18 May 2006 23:07, Mark Knecht wrote:
> On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote:
> > On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote:
> > > Now my problem is that eix doesn't seem to know about the packages in
> > > the overlay while esearch does. Should it or have I missed some setup
> > > that would make that work? I had assumed this sync thing that required
> > > gensync would do it but it didn't.
[...]
> lightning ~ # update-eix
> Reading Portage settings ..
> Building database (/var/cache/eix) from scratch ..
> [0] /usr/portage/ (cache: cdb)
>  Reading 100%
> [1] /usr/local/portage (cache: none)
>  Reading 100%
[...]
> lightning ~ # emerge -pv rt-sources
[...]
> Portage overlays:
>  [1] /usr/local/portage
>  [2] /usr/portage/local/layman/pro-audio
[...]

This is because you followed the instructions from the layman ebuild and 
added 'source /usr/portage/local/layman/make.conf' to /etc/make.conf. eix 
unlike portage does not support 'source' yet. The next release of eix will, 
however, support this. Until then you need to manually put the contents 
of /usr/portage/local/layman/make.conf into /etc/make.conf for eix to notice 
those overlays.

-- 
Bo Andresen


pgpntOWICl0Oa.pgp
Description: PGP signature


Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Mike Williams
On Thursday 18 May 2006 21:34, Richard Fish wrote:
> > It is supposed to have noauto, because /boot does not need to be mounted
> > in the normal course of events. GRUB doesn't use /etc/fstab, it uses
> > grub.conf to find the kernel. The only time you need to mount /boot is
> > when installing a new kernel.
>
> I disagree that it is 'supposed' to have noauto.  This could make the
> system more secure, but so could mounting it read-only.   Users do
> forget to mount it before updating the kernel, and they get confused
> about why the system isn't booting from their freshly compiled kernel.
>  I am sure Maxim is not the only one to do this...

noauto was the "default".
One "accident" a couple of years ago soon made me change to mounting /boot 
read-only (and successfully submitting a patch to genkernel to handle that).
You can format an un-mounted filesystem. That's bad when it's /dev/sda1, and 
not in fact the /dev/sdb1 which you actually wanted to format.

-- 
Mike Williams

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eix && gensync

2006-05-18 Thread Mark Knecht

On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote:

On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote:

> Now my problem is that eix doesn't seem to know about the packages in
> the overlay while esearch does. Should it or have I missed some setup
> that would make that work? I had assumed this sync thing that required
> gensync would do it but it didn't.

That only updates the overlay, using gensync. update-eix should pick up
any overlays defined in make.conf.

Does update-eix add overlays to the database when run separately?


--
Neil Bothwick


Hi Neil,
  Hard for me to tell but I think it's added. I can get to new
updates in the pro-audio overlay using emerge. The USE flags are new
today so the emerge database knows about the right files and ebuilds.
I can find the packages with esearch. However eix doesn't see them.

  I wonder if it is because I'm using the cdb hack for the portage
database but the overlay doesn't seem to be included in that?

  Thanks again!

- Mark

lightning ~ # layman -s pro-audio
* Running command "/usr/bin/svn update /usr/portage/local/layman/pro-audio"...
A
/usr/portage/local/layman/pro-audio/sys-kernel/rt-sources/files/digest-rt-sources-2.6.16-r23U
  
/usr/portage/local/layman/pro-audio/sys-kernel/rt-sources/files/digest-rt-sources-2.6.16-r22U
  
/usr/portage/local/layman/pro-audio/sys-kernel/rt-sources/rt-sources-2.6.16-r22.ebuild
A
/usr/portage/local/layman/pro-audio/sys-kernel/rt-sources/rt-sources-2.6.16-r23.ebuild
U/usr/portage/local/layman/pro-audio/sys-kernel/rt-sources/Manifest
U/usr/portage/local/layman/pro-audio/00-PACKAGES-LIST
D/usr/portage/local/layman/pro-audio/sys-libs/pam/files/pam-rt-limits.patch
U/usr/portage/local/layman/pro-audio/sys-libs/pam/Manifest
U/usr/portage/local/layman/pro-audio/media-sound/ardour2-cvs/Manifest
U
/usr/portage/local/layman/pro-audio/media-sound/ardour2-cvs/ardour2-cvs-1.ebuild
A
/usr/portage/local/layman/pro-audio/media-libs/portaudio/portaudio-19-r1.ebuild
A
/usr/portage/local/layman/pro-audio/media-libs/portaudio/files/digest-portaudio-19-r1
U/usr/portage/local/layman/pro-audio/media-libs/portaudio/Manifest
Updated to revision 127.
* Successfully synchronized overlay "pro-audio".
lightning ~ # update-eix
Reading Portage settings ..
Building database (/var/cache/eix) from scratch ..
[0] /usr/portage/ (cache: cdb)
Reading 100%
[1] /usr/local/portage (cache: none)
Reading 100%
Applying masks ..
Database contains 11058 packages in 147 categories.
lightning ~ # emerge -pv rt-sources

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  NS   ] sys-kernel/rt-sources-2.6.16-r23  -build -doc
-fbsplash -realtime-lsm -symlink -vesafb-tng 1,559 kB [2]

Total size of downloads: 1,559 kB
Portage overlays:
[1] /usr/local/portage
[2] /usr/portage/local/layman/pro-audio
lightning ~ # eix rt-sources

Found 0 matches
lightning ~ #

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Richard Fish

On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote:

It is supposed to have noauto, because /boot does not need to be mounted
in the normal course of events. GRUB doesn't use /etc/fstab, it uses
grub.conf to find the kernel. The only time you need to mount /boot is
when installing a new kernel.


I disagree that it is 'supposed' to have noauto.  This could make the
system more secure, but so could mounting it read-only.   Users do
forget to mount it before updating the kernel, and they get confused
about why the system isn't booting from their freshly compiled kernel.
I am sure Maxim is not the only one to do this...

In fact, the current handbook says:

---
Code Listing 2: An example /boot line for /etc/fstab
 /dev/hda1   /boot ext2defaults1 2

  Some users don't want their /boot partition to be mounted
automatically to improve their system's security. Those people should
substitute defaults with noauto. This does mean that you need to
manually mount this partition every time you want to use it.
---

So it seems that 'noauto' is an option for specific users.  Not for
general use...

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Richard Fish

On 5/18/06, maxim wexler <[EMAIL PROTECTED]> wrote:

Just one little problem left. From the boot console:

udevd-event[3787]: udev_make_node: mknod(/dev/ttyS0,
020660, 4, 64)
failed: File exists


Hmm, odd.  What do "ls -l /dev/ttyS*" and "grep ttyS
/etc/udev/rules.d/*" produce?

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 12:43:55 -0700 (PDT), maxim wexler wrote:

> One, somehow the /boot line in fstab got set to
> noauto. How that happened have no idea.

It is supposed to have noauto, because /boot does not need to be mounted
in the normal course of events. GRUB doesn't use /etc/fstab, it uses
grub.conf to find the kernel. The only time you need to mount /boot is
when installing a new kernel.


-- 
Neil Bothwick

I have a mind like a steel...uh...thingamajig...


signature.asc
Description: PGP signature


[gentoo-user] getting somewhere -- was about a bug

2006-05-18 Thread maxim wexler
Hi all,

A bunch of things came together in the mother of all
screw-ups.

One, somehow the /boot line in fstab got set to
noauto. How that happened have no idea.

Two, at some point I must have compiled a kernel after
chrooting without making sure /dev/ was mounted
on /boot. Then, when I copied over bzImage it landed
under the empty /boot dir on the root device.

Three, when I was told to save .config somewhere then
clean the source then cp .config back and make
oldconfig, I couldn't find it because I looked in the
wrong dir!

Four, I made another kernel but this time neglected to
include the proper SATA drivers. When I said "no
warning" before the panic, there was actually lots but
I took them for neutral messages.

So that's sorted.

Just one little problem left. From the boot console:

udevd-event[3787]: udev_make_node: mknod(/dev/ttyS0,
020660, 4, 64) 
failed: File exists
udevd-event[3788]: udev_make_node: mknod(/dev/ttyS1,
020660, 4, 65) 
failed: File exists
udevd-event[3789]: udev_make_node: mknod(/dev/ttyS2,
020660, 4, 66) 
failed: File exists
udevd-event[3790]: udev_make_node: mknod(/dev/ttyS3,
020660, 4, 67) 
failed: File exists   
   
[ !! ] *

This must have something to do with the end of console
boot just before login where it says:

/usr/sbin/ppd/: Couldn't stat /dev/ttyS0: Too many
levels of symbolic links

So in the end, I still can't dial out, on that box
anyway.

-mw

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Richard Fish

On 5/18/06, Michael Sullivan <[EMAIL PROTECTED]> wrote:

What file would that be found in?  I always see "make sure udev is
starting at boot", but I have no idea what boot script is used to start
udev, as there is nothing in /etc/init.d/ that contains "udev" or "dev"
of any kind...


/lib/rcscripts/addons/udev-start.sh.

It is started automatically by /sbin/rc if the right conditions are
met.  The 'right conditions' are a combination of RC_DEVICES in
/etc/conf.d/rc, the boot parameters (or lack of them) given on the
kernel command line, the presence of /sbin/udev, and a 2.6 kernel.

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Richard Fish

On 5/18/06, Cláudio Henrique <[EMAIL PROTECTED]> wrote:

use %n instead of %e. it solves the problem.


Well it clears up the message, but not the problem.  %n is not
equivalent to %e.  What is someone to do if they really need/want the
behavior of %e??

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: method to limit transfer speeds

2006-05-18 Thread Jeremy Olexa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Willie Wong wrote:
> On Tue, May 16, 2006 at 11:06:09PM -0500, Penguin Lover Jeremy Olexa squawked:
>> Hello,
>> I am wondering how any of you limit transfer speeds on a specific
>> protocol. I do not need any server type applications for managing a
>> network, I just need a method to limit something like HTTP traffic or
>> SSH traffic on my box only so I don't use up our entire connection that
>> is shared with 4 other guys in the house. There is surprisingly little
>> information about doing this (that I could find).
> 
> There once was a program in portage call net-misc/trickle, I used to use it
> for bittorrent downloads to throttle download speeds across multiple
> instances. It had not been updated since 2003 and so was dropped from
> portage (which is a shame, since it is probably the only program of
> its kind). Its home page is
>   http://monkey.org/~marius/pages/?page=trickle
> 
> Other than that, you probably would need to think about stuff like
> iproute2 with tcng... do a search on packages.gentoo.org for "traffic
> control" or "packet shaping". 
> 
> W

Thanks for the replies all. I think I will try our trickle, it sounds
like it is what I want. I could learn packet shaping and whatnot but I
don't need that level of control.

- --
Jeremy Olexa
([EMAIL PROTECTED])
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQFEbMN/FN7pD9kMi/URAjrjAJ41ws7vUdorNIJNuHHqujvWfQ94JgCVF3OT
GnCH0oq4gLd3MpYXdmjA2A==
=VSl4
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eix && gensync

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 09:42:31 -0700, Mark Knecht wrote:

> Now my problem is that eix doesn't seem to know about the packages in
> the overlay while esearch does. Should it or have I missed some setup
> that would make that work? I had assumed this sync thing that required
> gensync would do it but it didn't.

That only updates the overlay, using gensync. update-eix should pick up
any overlays defined in make.conf.

Does update-eix add overlays to the database when run separately?


-- 
Neil Bothwick

Resistance is futon. Borgie go nap nap now.


signature.asc
Description: PGP signature


Re: [gentoo-user] New Portage browser

2006-05-18 Thread Boyd Stephen Smith Jr.
On Thursday 18 May 2006 03:10, Neil Bothwick <[EMAIL PROTECTED]> wrote 
about 'Re: [gentoo-user] New Portage browser':
> On Wed, 17 May 2006 22:31:14 -0500, Boyd Stephen Smith Jr. wrote:
> > Is there some problem with:
> > emerge -uND world || until emerge --resume --skipfirst; do :; done
> > ?
>
> I would add 'emerge -uDNp world' to the end of that, so you can see any
> packages that were missed.

I don't throw that in, mainly cause I mostly ignore all output for the 
script.  I do usually go and check what I've missed later though.

> > A more complex version of that is in my nightly update script.
>
> Maybe you've already covered that case. Please share :)

It "works", but it's not all I had hoped it would be.  Anyway, it's 
attached so perhaps it could be useful to someone else.


As with any work produced in the US, it is under copyright, even if I don't 
assert it.  Therefore, I hereby release it into the public domain.


-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh


sys_update.sh
Description: application/shellscript


pgpbvrwFalg6h.pgp
Description: PGP signature


Re: [gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Michael Sullivan
On Thu, 2006-05-18 at 14:25 -0300, Cláudio Henrique wrote:
> use %n instead of %e. it solves the problem.
> 
> On 5/18/06, Edwin Kapauni <[EMAIL PROTECTED]> wrote:
> > Peter wrote:
> > [...]
> > > http://bugs.gentoo.org/show_bug.cgi?id=131254
> > >
> > > unclear at the present time. Not a danger though.
> > >
> >
> > Thanks for the link. So I wouldn't worry about that boot message ...
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 

What file would that be found in?  I always see "make sure udev is
starting at boot", but I have no idea what boot script is used to start
udev, as there is nothing in /etc/init.d/ that contains "udev" or "dev"
of any kind...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Cláudio Henrique

use %n instead of %e. it solves the problem.

On 5/18/06, Edwin Kapauni <[EMAIL PROTECTED]> wrote:

Peter wrote:
[...]
> http://bugs.gentoo.org/show_bug.cgi?id=131254
>
> unclear at the present time. Not a danger though.
>

Thanks for the link. So I wouldn't worry about that boot message ...

--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] gnome2_src_unpack: command not found [SOLVED]

2006-05-18 Thread Jason Ausmus
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Richard Fish
> Sent: Wednesday, May 17, 2006 9:32 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] gnome2_src_unpack: command not found
> 

> 2. portage is using a different gnome2.eclass file for some reason
> 

Yep.

> 
> For #2, my guess is you will find a gnome2.eclass in one of 
> your overlay directories.  In fact, I am almost sure this is 
> the problem.

Yep.
 
> PS, the emerge --info output was what prompted this 
> reply...seeing that you used a portage overlay got me 
> thinking about how that could be messing up things...
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

Thanks so much Richard.  I found an alternate gnome2.eclass in one of my
overlay directories, just as you suggested.  When I renamed that to
gnome2.eclass.old, emerging atk was immediately successful.

Thanks for the help!

Jason


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eix && gensync

2006-05-18 Thread Mark Knecht

On 5/18/06, Neil Bothwick <[EMAIL PROTECTED]> wrote:

On Wed, 17 May 2006 20:55:40 -0700, Mark Knecht wrote:

> 1) As per man eix I created a 1 line file called
> /etc/eix-sync-overlays with an * in the only line.

The part of the man page that says

/etc/eix-sync-overlays A list of overlays that should be synced using gensync 
from app-portage/gentoolkit-dev. A line that only contains an asterisk causes 
eix-sync to sync all overlays, using gensync -a.

> eix itself doesn't seem to know about gensync:

See above, you need to emerge gentoolkit-dev.


--
Neil Bothwick


Thanks Neil. I definetely should have read further.

Now my problem is that eix doesn't seem to know about the packages in
the overlay while esearch does. Should it or have I missed some setup
that would make that work? I had assumed this sync thing that required
gensync would do it but it didn't.

Cheers,
Mark

lightning ~ # esearch ardour
[ Results for search key : ardour ]
[ Applications found : 3 ]

*  media-sound/ardour [ Masked ]
 Latest version available: 0.99.3
 Latest version installed: [ Not Installed ]
 Size of downloaded files: 3,858 kB
 Homepage:http://ardour.org/
 Description: multi-track hard disk recording software
 License: GPL-2

*  media-sound/ardour-cvs [ Masked ]
 Latest version available: 6
 Latest version installed: [ Not Installed ]
 Size of downloaded files: [no/bad digest]
 Homepage:http://ardour.org/
 Description: multi-track hard disk recording software
 License: GPL-2

*  media-sound/ardour2-cvs [ Masked ]
 Latest version available: 1
 Latest version installed: [ Not Installed ]
 Size of downloaded files: [no/bad digest]
 Homepage:http://ardour.org/
 Description: multi-track hard disk recording software
 License: GPL-2


lightning ~ # eix ardour
* media-sound/ardour
Available versions:  ~0.99.2 ~0.99.3
Installed:   none
Homepage:http://ardour.org/
Description: multi-track hard disk recording software


Found 1 matches
lightning ~ #

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VMware not running well

2006-05-18 Thread Richard Fish

On 5/18/06, Jim Hatfield <[EMAIL PROTECTED]> wrote:

I'm still having timer problems, vmware complains on startup about
/dev/rtc not being available (though it is, and the module is
compiled into the kernel).


Do you get a message in /var/log/messages like this?

May 17 00:41:54 carcharias /dev/vmmon[14306]: /dev/rtc enable
interrupt failed: -25

If so, do you have CONFIG_HPET_RTC_IRQ set in the kernel?  If so, try
disabling that option.

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New Portage browser

2006-05-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

People, I've opened a pool at the Gentoo Forums for you to vote for the name 
you like the most, ok?

http://forums.gentoo.org/viewtopic-t-463518-highlight-.html

And with this, I close this thread. Once we have the name, in 15 days time, 
I'll announce the
mailing list for those interested.

Sincerely,
Buanzo

- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
My Linux and Security Blog at http://linux-consulting.buanzo.com.ar/

Romper un sistema de seguridad los acerca tanto a ser hackers como
encender autos puenteando los convierte en ingenieros automotrices.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEbJZQAlpOsGhXcE0RAoGOAJ9LDOcXtqPTkWY0onfrDFRCVuZj7gCfYZJ9
NjPjW47Un8ic0ojO6Iwx4pI=
=T5JR
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Edwin Kapauni
Peter wrote:
[...]
> http://bugs.gentoo.org/show_bug.cgi?id=131254
> 
> unclear at the present time. Not a danger though.
> 

Thanks for the link. So I wouldn't worry about that boot message ...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] national keyboard in open office

2006-05-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Weird.

In OO2, I can no longer type the áéíóú characters, but I CAN type the ñ 
character. )I using KDE and
US and ES_es keyword settings).

- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
My Linux and Security Blog at http://linux-consulting.buanzo.com.ar/

Romper un sistema de seguridad los acerca tanto a ser hackers como
encender autos puenteando los convierte en ingenieros automotrices.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEbI3OAlpOsGhXcE0RAlFWAJsGOpaNAMAqsSMttJk7Ll+hqDB34ACfeKH+
hlFMJiRbnR+WY7tzQqDJOTQ=
=a2Rw
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] national keyboard in open office

2006-05-18 Thread Pawel K
Great Thanx all of You for help.

Below is the solution of what was wrong and the
summary:
1) openoffice was installed with:
emerge openoffice-bin
(no LANGUAGE, LINGUAS etc. variable)
2) Launching OO
$ locales
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

Now sth strange. Without 2 below commands I can't type
Polish characters:

$ xmodmap -pke > xmodmap.txt
$ xmodmap xmodmap.txt
$ oowriter2

!!! NO specific LC_ALL, LANG settings !!!
Now I can type Polish characters using rigt ALT both
in OO and mozilla..

I don't understand above 2 steps with xmodmap. I tried
also:
$ cp xmodmap.txt ~/.xmodmaprc
to have it whenever I log into my account but it
didn't help.

xmodmap.txt looks like:

keycode   8 =
keycode   9 = Escape
keycode  10 = 1 exclam onesuperior exclamdown
onesuperior exclamdown
keycode  11 = 2 at twosuperior oneeighth twosuperior
oneeighth
keycode  12 = 3 numbersign threesuperior sterling
threesuperior sterling
keycode  13 = 4 dollar onequarter dollar onequarter
dollar
keycode  14 = 5 percent onehalf threeeighths onehalf
threeeighths
keycode  15 = 6 asciicircum threequarters fiveeighths
threequarters fiveeighths
keycode  16 = 7 ampersand braceleft seveneighths
braceleft seveneighths
keycode  17 = 8 asterisk bracketleft trademark
bracketleft trademark
keycode  18 = 9 parenleft bracketright plusminus
bracketright plusminus
keycode  19 = 0 parenright braceright degree
braceright degree
keycode  20 = minus underscore backslash questiondown
backslash questiondown
keycode  21 = equal plus dead_cedilla dead_ogonek
dead_cedilla dead_ogonek
keycode  22 = BackSpace Terminate_Server
keycode  23 = Tab ISO_Left_Tab
keycode  24 = q Q at Greek_OMEGA at Greek_OMEGA
keycode  25 = w W lstroke Lstroke lstroke Lstroke
keycode  26 = e E eogonek Eogonek eogonek Eogonek
keycode  27 = r R paragraph registered paragraph
registered
keycode  28 = t T tslash Tslash tslash Tslash
keycode  29 = y Y leftarrow yen leftarrow yen
keycode  30 = u U downarrow uparrow downarrow uparrow
keycode  31 = i I rightarrow idotless rightarrow
idotless
keycode  32 = o O oacute Oacute oacute Oacute
keycode  33 = p P thorn THORN thorn THORN
keycode  34 = bracketleft braceleft dead_diaeresis
dead_abovering dead_diaeresis dead_abovering
keycode  35 = bracketright braceright dead_tilde
dead_macron dead_tilde dead_macron
keycode  36 = Return
keycode  37 = Control_L
keycode  38 = a A aogonek Aogonek aogonek Aogonek
keycode  39 = s S sacute Sacute sacute Sacute
keycode  40 = d D eth ETH eth ETH
keycode  41 = f F dstroke ordfeminine dstroke
ordfeminine
keycode  42 = g G eng ENG eng ENG
keycode  43 = h H hstroke Hstroke hstroke Hstroke
keycode  44 = j J
keycode  45 = k K kra ampersand kra ampersand
keycode  46 = l L lstroke Lstroke lstroke Lstroke
keycode  47 = semicolon colon dead_acute
dead_doubleacute dead_acute dead_doubleacute
keycode  48 = apostrophe quotedbl dead_circumflex
dead_caron dead_circumflex dead_caron
keycode  49 = grave asciitilde notsign notsign notsign
notsign
keycode  50 = Shift_L
keycode  51 = backslash bar dead_grave dead_breve
dead_grave dead_breve
keycode  52 = z Z zabovedot Zabovedot zabovedot
Zabovedot
keycode  53 = x X zacute Zacute zacute Zacute
keycode  54 = c C cacute Cacute cacute Cacute
keycode  55 = v V leftdoublequotemark grave
leftdoublequotemark grave
keycode  56 = b B rightdoublequotemark apostrophe
rightdoublequotemark apostrophe
keycode  57 = n N nacute Nacute nacute Nacute
keycode  58 = m M mu masculine mu masculine
keycode  59 = comma less horizconnector multiply
horizconnector multiply
keycode  60 = period greater periodcentered division
periodcentered division
keycode  61 = slash question dead_belowdot
dead_abovedot dead_belowdot dead_abovedot
keycode  62 = Shift_R
keycode  63 = KP_Multiply XF86_ClearGrab
keycode  64 = Alt_L Meta_L
keycode  65 = space
keycode  66 = Caps_Lock
keycode  67 = F1 XF86_Switch_VT_1
keycode  68 = F2 XF86_Switch_VT_2
keycode  69 = F3 XF86_Switch_VT_3
keycode  70 = F4 XF86_Switch_VT_4
keycode  71 = F5 XF86_Switch_VT_5
keycode  72 = F6 XF86_Switch_VT_6
keycode  73 = F7 XF86_Switch_VT_7
keycode  74 = F8 XF86_Switch_VT_8
keycode  75 = F9 XF86_Switch_VT_9
keycode  76 = F10 XF86_Switch_VT_10
keycode  77 = Num_Lock Pointer_EnableKeys
keycode  78 = Scroll_Lock
keycode  79 = KP_Home KP_7
keycode  80 = KP_Up KP_8
keycode  81 = KP_Prior KP_9
keycode  82 = KP_Subtract XF86_Prev_VMode
keycode  83 = KP_Left KP_4
keycode  84 = KP_Begin KP_5
keycode  85 = KP_Right KP_6
keycode  86 = KP_Add XF86_Next_VMode
keycode  87 = KP_End KP_1
keycode  88 = KP_Down KP_2
keycode  89 = KP_Next KP_3
keycode  90 = KP_Insert KP_0
keycode  91 = KP_Delete KP_Decimal
keycode  92 =
keycode  93 = Mode_switch
keycode  94 = less greater bar brokenbar bar brokenbar
keycode  95 = F11 XF86_Switch_VT_11
keycode  96 = F12 XF86_Switch_VT

[gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Peter
On Thu, 18 May 2006 16:24:00 +0200, Edwin Kapauni wrote:

> during boot I am getting this message:
> 
> "udevd-event [2161] find_free_number: %e is deprecated"
> 
> What does it mean and how could I fix it?

http://bugs.gentoo.org/show_bug.cgi?id=131254

unclear at the present time. Not a danger though.

-- 
Peter


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Edwin Kapauni
during boot I am getting this message:

"udevd-event [2161] find_free_number: %e is deprecated"

What does it mean and how could I fix it?


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bash-3.* ignores the first press of Shift+M [SOLVED]

2006-05-18 Thread Benno Schulenberg
Jonathan Chocron wrote:
> Le Mercredi 17 Mai 2006 22:44, Benno Schulenberg a écrit :
> > This is absurd, but when in bash-3.1_p17 I press Shift+M, the
> > "M" only appears the moment I press another key.  This happens
> > both in Konsole and on a VT.  And also in xterm and rxvt.
>
> I have come across that kind of behaviuour when I was playing
> with unicode settings. It happened when I was using a unicode
> console with a non unicode keymap.

I've tried going back to UNICODE="no" and a POSIX locale, it didn't 
help.  To cut a long story short: it was inputrc.  Some weeks ago I 
tried adding extra aliases for history-search-backward.  It didn't 
work, but I forgot to remove the lines.  They contained "\M"...

The way I finally figured it out was by having a secondary Gentoo 
system, a half-year old copy of the current system: when chrooting 
into it the problem was gone.  After trying lots of things, it 
finally occurred to me it might be a configuration problem.  After 
copying over the current /etc to the old system (saving its /etc 
first, of course), the old system had the problem too.  Then I 
remembered inputrc.

> Are you sure there are not any app on your system that capture
> this specific combination ?

If that were the case, I'd expect it to also capture the key when 
nano or tcsh or bash-2.05 are running, and it didn't.

> What keymap are you using ?

Plain "us".

Thank you for answering anyhow.

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



Re: [gentoo-user] New USE Flags, Emerge -e world --> Broken systems -- PLEASE HELP

2006-05-18 Thread Jonathan Chocron
Le Jeudi 18 Mai 2006 10:22, Neil Bothwick a écrit :
> On Thu, 18 May 2006 06:48:44 +0200, Jonathan Chocron wrote:
> > Yes, USE="" is a good start. However, one has to take into account that
> > portage adds use flags while going through the emerge process. For
> > example, if you install mysql in order to use it with amaroK, mysql
> > would, after that emerge be turned on as a global useflag.
>
> Dynamic USE flags have been removed from portage 2.1, thankfully.

That's exactly right, but I was assuming he used the stable version of 
portage. I now use unstable, precisely because they removed that feature !

Cheers,

Jonathan


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New Portage browser

2006-05-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daevid Vincent wrote:
> I think this is a given, but just in case...
> 
> It certainly should allow me to do an 'emerge -Davu world' equivallent, and
> allow me to then select only the packages (or all or none) to install and of
> course their dependencies. 
[...]
> It should do a revdep-rebuild to make sure all packages are proper.


All excellent suggestions!

- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
My Linux and Security Blog at http://linux-consulting.buanzo.com.ar/

Romper un sistema de seguridad los acerca tanto a ser hackers como
encender autos puenteando los convierte en ingenieros automotrices.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEbFLCAlpOsGhXcE0RAmM/AJ9CAR+BgQ4c5GbnK5adFaaKMOVEmgCbBNkb
LAEWoSggH1oMkLJN6YgUNAg=
=sY51
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New Portage browser

2006-05-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andrew MacKenzie wrote:
> An ncurses interface would be nice, rather than a 'command line' version.

That's the idea.

- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
My Linux and Security Blog at http://linux-consulting.buanzo.com.ar/

Romper un sistema de seguridad los acerca tanto a ser hackers como
encender autos puenteando los convierte en ingenieros automotrices.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEbFLrAlpOsGhXcE0RAsvEAJ4j72XL/2rpkRuLK4Y2kWTzt7E5cgCeMQIG
SdNYjFwUetWYCovdTJ+aMsQ=
=0f0O
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - which X terminal do you use?

2006-05-18 Thread Neil Bothwick
On Wed, 10 May 2006 14:21:11 +0200, Matthias Langer wrote:

> Well, here are some comparisons done with my test-prog (attached)

Thanks for that, the program was useful for comparing the terminals I
reviewed.

I was going to do "time cat /some/really/long/file" but you saved me the
subsequent arithmetic :)


-- 
Neil Bothwick

C:\BELFRY is where I keep my .BAT files ^^^oo^^^


signature.asc
Description: PGP signature


Re: [gentoo-user] OT - which X terminal do you use?

2006-05-18 Thread Neil Bothwick
On Wed, 10 May 2006 16:25:46 +0200, Nagatoro wrote:

> Om my (slow?) laptop I get:
> 
> frame-buffer:  34 l/s
> rxvt-unicode:  12 000 l/s
> xterm: 4500 l/s
> Konsole:    l/s
> gnome-terminal: l/s
>^^^
> _not_ faked :)

Konsole runs twice as fast if you start it with the --noxft option.


-- 
Neil Bothwick

Who needs rational when your toes curl up?


signature.asc
Description: PGP signature


Re: [gentoo-user] what to do to remove all kde dependencies and kdelibs

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 10:55:26 +0200 (CEST), JC Denton wrote:

>  What can I do to remove all kde dependencies from my system? In have
> "-kde" in my /etc/make.conf and already did a emerge --depclean and
> revdep-rebuild after I did an emerge --update --deep --newuse world.

Put -qt and -arts in USE too.

> But there is still a lot of kde stuff on the system. how can I check if
> an application still uses this stuff? How to remove the stuff savely?

'equery depends kdelibs' will show you.

Also, do 'grep kde /var/lib/portage/world' to see whether you have
inadvertently added a KDE package to your world.


-- 
Neil Bothwick

Long computations which yield zero are probably all for naught.


signature.asc
Description: PGP signature


Re: [gentoo-user] what to do to remove all kde dependencies and kdelibs

2006-05-18 Thread Raymond Lewis Rebbeck
On Thursday, May 18 2006 18:25, JC Denton wrote:
> Hi!
>
>  What can I do to remove all kde dependencies from my system? In have
> "-kde" in my /etc/make.conf and already did a emerge --depclean and
> revdep-rebuild after I did an emerge --update --deep --newuse world. But
> there is still a lot of kde stuff on the system. how can I check if an
> application still uses this stuff? How to remove the stuff savely?
>
>  Thanks!

Many applications require kdelibs, the kde use flag merely determines whether 
certain packages will have optional kde support.

Also, start a new message when posting to the mailing list, rather than 
replying to an existing message.

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VMware not running well

2006-05-18 Thread Jim Hatfield

Kevin O'Gorman wrote:

When I run as root, things seem better, but it complains that it was
unable to extablish an IP number for the simulated ethernet card
(networking is set up for NAT).


I had lots of problems initially with running the perl script which
configures the network, but eventually after trying about four times
it "just worked".

I'm still having timer problems, vmware complains on startup about
/dev/rtc not being available (though it is, and the module is
compiled into the kernel). A FreeBSD guest keeps complaining that
time is running backwards. Playing Gnometris on a Ubuntu guest is
really really easy since the blocks take a minute to descend :-)
--
gentoo-user@gentoo.org mailing list



[gentoo-user] what to do to remove all kde dependencies and kdelibs

2006-05-18 Thread JC Denton
Hi!  What can I do to remove all kde dependencies from my system? In have "-kde" in my /etc/make.conf and already did a emerge --depclean and revdep-rebuild after I did an emerge --update --deep --newuse world. But there is still a lot of kde stuff on the system. how can I check if an application still uses this stuff? How to remove the stuff savely?  Thanks!
		Telefonieren Sie ohne weitere Kosten mit Ihren Freunden von PC zu PC!Jetzt Yahoo! Messenger installieren!

Re: [gentoo-user] lvm2 emerge problem[SOLVED]

2006-05-18 Thread Leopold Gouverneur
On Wed, May 17, 2006 at 02:29:26PM -0700, Richard Fish wrote:
> On 5/17/06, Leopold Gouverneur <[EMAIL PROTECTED]> wrote:
> >[ebuild  N] sys-fs/lvm2-2.02.05  USE="nolvm1 nolvmstatic nosnapshots
> >readline -clvm -cman -gulm -nomirrors"
> >
> >Anyway i think that without a previous declaration of dm_pool the
> >compilation should abort.But since i seem to be the only one
> >encountering that error the problem is surely with me but where???
> 
> Well it is definitely a bug in the code...the declaration *should* be
> dm_pool.  But for some reason I don't get a fatal error from this.
> Even using the same USE flags, I don't seem to have an issue with
> this...
> 
> Maybe it is CFLAGS or gcc version?  I am using:
> 
> carcharias rjf # emerge --info
> Portage 2.1_rc1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.4-r3,
> 2.6.16-suspend2-r5 i686)
> =
...
emerge --info
Portage 2.1_rc1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.4-r3,
2.6.17-rc4-mm1 i686)  ^ 
=

when i compile lvm2 myself it succeed as root but fails as ordinary
user, because as user i use gcc-4.0.2 that i dowloaded and installed
under /usr/local.
I thought that was safe because emerge run as root and /usr/local/bin is
not in root PATH.But although emerge --info says  gcc-3.4.6, it seems to
use 4.0.2.Now why this fails is perhaps related to the presence in the
4.0.2 tree of a libdevmapper.h file quite different from
/usr/include/libdevmapper.h.
Anyway, the lesson for me is: Be carefull before installing things
outside emerge control!

Thanks for your help.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New USE Flags, Emerge -e world --> Broken systems -- PLEASE HELP

2006-05-18 Thread Neil Bothwick
On Thu, 18 May 2006 06:48:44 +0200, Jonathan Chocron wrote:

> Yes, USE="" is a good start. However, one has to take into account that 
> portage adds use flags while going through the emerge process. For
> example, if you install mysql in order to use it with amaroK, mysql
> would, after that emerge be turned on as a global useflag.

Dynamic USE flags have been removed from portage 2.1, thankfully.


-- 
Neil Bothwick

You couldn't get a job as a firing squad target.


signature.asc
Description: PGP signature


Re: [gentoo-user] eix && gensync

2006-05-18 Thread Neil Bothwick
On Wed, 17 May 2006 20:55:40 -0700, Mark Knecht wrote:

> 1) As per man eix I created a 1 line file called
> /etc/eix-sync-overlays with an * in the only line.

The part of the man page that says

/etc/eix-sync-overlays A list of overlays that should be synced using gensync 
from app-portage/gentoolkit-dev. A line that only contains an asterisk causes 
eix-sync to sync all overlays, using gensync -a.

> eix itself doesn't seem to know about gensync:

See above, you need to emerge gentoolkit-dev.


-- 
Neil Bothwick

The computer is mightier than the pen, the sword, and usually, the
programmer.


signature.asc
Description: PGP signature


Re: [gentoo-user] New Portage browser

2006-05-18 Thread Neil Bothwick
On Wed, 17 May 2006 22:31:14 -0500, Boyd Stephen Smith Jr. wrote:

> Is there some problem with:
> emerge -uND world || until emerge --resume --skipfirst; do :; done
> ?

I would add 'emerge -uDNp world' to the end of that, so you can see any
packages that were missed.

> A more complex version of that is in my nightly update script.

Maybe you've already covered that case. Please share :)


-- 
Neil Bothwick

When there's a will, I want to be in it.


signature.asc
Description: PGP signature


Re: [gentoo-user] Probems with radeon and drm after using kernel-2.6.16-gentoo-r7

2006-05-18 Thread Boyd Stephen Smith Jr.
On Thursday 18 May 2006 02:17, JC Denton <[EMAIL PROTECTED]> wrote 
about '[gentoo-user] Probems with radeon and drm after using 
kernel-2.6.16-gentoo-r7':
> Hello!
>
>  I am building a kernel-2.6.16-gentoo-r7 but I have a problem. First I
> tried to use greempt for the cpu. Because this does not work I build the
> kernel without again. But I still get :
>
>  drm: version magic '2.6.16-gentoo-r7 PENTIUMM gcc-3.4' should be
> '2.6.16-gentoo-r7 preempt PENTIUMM gcc-3.4' [drm] Initialized drm 1.0.1
> 20051102
>  radeon: version magic '2.6.16-gentoo-r7 PENTIUMM gcc-3.4' should be
> '2.6.16-gentoo-r7 preempt PENTIUMM gcc-3.4'
>
>   Any ideas about this?

Your out-of-tree modules are still compiled against your old config.  To 
fix this:

1) Correct your /usr/src/linux symlink, if needed, so that it points to the 
source tree of your running kernel.
2) Make sure the /usr/src/linux/.config file matches your running config.  
If you have no qualms about trampling the existing file this is easy 
enough to do with 'zcat /proc/config.gz > /usr/src/linux/.config'.
3) emerge module-rebuild
4) module-rebuild -X rebuild

That should make sure the modules installed are appropriate for your 
running kernel.

It could also be that your in-tree modules got compiled, but never 
installed over the old versions.  If that's the case, follow steps 1 and 2 
above, but then:
3) cd /usr/src/linux; make modules_install

That will compile the modules against the current config (if necessary) and 
install them under /lib/modules/$(uname -r) where modprobe expects them to 
be.
-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh


pgpZcFR3K8LAR.pgp
Description: PGP signature


[gentoo-user] Re: [OT] gentoo inside vmware on winxp

2006-05-18 Thread Remy Blank
Richard Fish wrote:
> Just two more tipsfor 1920x1200 resolution, you will need to add:
> 
> svga.maxWidth = 1920
> 
> to the .vmx file for your virtual machine.  Otherwise it maxes out at
> 1600x1200.
> 
> Also I recommend using the Gentoo ebuild, rather than downloading
> directly from vmware.  It will include support for the newest kernels,
> and also integrate with Gentoo's init scripts.

Yep, did just that yesterday evening, and first had a shock while
installing Win2k and my machine crashed with both microphone and speaker
at full volume. You can imagine the nice larsen effect I got. My wife
almost got a heart attack at 1:00 am :-)

Then I disabled the audio device, and from there everything went well. I
have to say that VMWare is much more polished than qemu (this was to be
expected), and with vmware-tools it feels much faster, probably due to
the special graphics driver and using a hardware cursor for the mouse.
And yes, it works with 1920x1200x32 in full screen, and all this makes
it a winner.

Now I have to figure out how to convert my qemu disk images to VMWare
images and make them boot. The first tests with qemu-img ended with a
BSOD and "INACCESSIBLE_BOOT_DEVICE". But I haven't had much time to
figure it out yet.

Best regards.
-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Probems with radeon and drm after using kernel-2.6.16-gentoo-r7

2006-05-18 Thread JC Denton
Hello!  I am building a kernel-2.6.16-gentoo-r7 but I have a problem. First I tried to use greempt for the cpu. Because this does not work I build the kernel without again. But I still get :  drm: version magic '2.6.16-gentoo-r7 PENTIUMM gcc-3.4' should be '2.6.16-gentoo-r7 preempt PENTIUMM gcc-3.4' [drm] Initialized drm 1.0.1 20051102 radeon: version magic '2.6.16-gentoo-r7 PENTIUMM gcc-3.4' should be '2.6.16-gentoo-r7 preempt PENTIUMM gcc-3.4'  I am now using the preempt latency option that I was using under 2.6.14 without problems.   dmesg gives:  radeon: disagrees about version of symbol drm_open radeon: Unknown symbol drm_open radeon: disagrees about version of symbol drm_fasync radeon: Unknown symbol drm_fasync radeon: disagrees about version of symbol drm_poll radeon: Unknown symbol drm_poll radeon: disagrees about version of symbol drm_get_resource_len radeon: Unknown symbol
 drm_get_resource_len radeon: disagrees about version of symbol drm_core_get_reg_ofs radeon: Unknown symbol drm_core_get_reg_ofs radeon: disagrees about version of symbol drm_irq_uninstall radeon: Unknown symbol drm_irq_uninstall radeon: disagrees about version of symbol drm_get_dev radeon: Unknown symbol drm_get_dev radeon: disagrees about version of symbol drm_ioctl radeon: Unknown symbol drm_ioctl radeon: disagrees about version of symbol drm_exit radeon: Unknown symbol drm_exit radeon: disagrees about version of symbol drm_core_get_map_ofs radeon: Unknown symbol drm_core_get_map_ofs radeon: disagrees about version of symbol drm_init radeon: Unknown symbol drm_init radeon: disagrees about version of symbol drm_addmap radeon: Unknown symbol drm_addmap radeon: disagrees about version of symbol drm_get_resource_start radeon: Unknown symbol drm_get_resource_start radeon: disagrees about version of
 symbol drm_vbl_send_signals radeon: Unknown symbol drm_vbl_send_signals radeon: Unknown symbol drm_cleanup_pci radeon: disagrees about version of symbol drm_ati_pcigart_init radeon: Unknown symbol drm_ati_pcigart_init radeon: disagrees about version of symbol drm_mmap radeon: Unknown symbol drm_mmap radeon: disagrees about version of symbol drm_ati_pcigart_cleanup radeon: Unknown symbol drm_ati_pcigart_cleanup radeon: disagrees about version of symbol drm_core_reclaim_buffers radeon: Unknown symbol drm_core_reclaim_buffers radeon: disagrees about version of symbol drm_release radeon: Unknown symbol drm_release   Any ideas about this?   JC
		Telefonieren Sie ohne weitere Kosten mit Ihren Freunden von PC zu PC!Jetzt Yahoo! Messenger installieren!

Re: [gentoo-user] how to check dependencies for sloted apps?

2006-05-18 Thread Martins Steinbergs
thank you

i did emerge --depclean --pretend with selective --unmerge. Now unmerging 
aditional packages after revdep-rebuild -pv
Until now nothing serious hase broke.

martins

-- 
Linux 2.6.16-ck10 AMD Athlon(tm) 64 Processor 3200+
 09:55:02 up 35 min,  5 users,  load average: 1.14, 1.83, 1.48
-- 
gentoo-user@gentoo.org mailing list