Re: [gentoo-user] Portage Sneakernet

2007-08-01 Thread Abraham Marín Pérez

Richard Marz escribió:

I have a networkless box that I've gentoo installed on. I grabbed the
latest portage snapshot from one of the mirrors. I ran emerge -DNeF
world and system on my networked machine to try and fetch every possible
file needed to install my world and system programs. Then I tarred the
distfiles directory which was about 2.5GB and dumped it
into /usr/portage/ on my networkless box. When installing certain
programs on my networkless pc; It complains about not being able to
fetch some package dependencies. Is there an emerge option/switch that I
can use to make sure I fetch every possible depedency/package for every
package in my world and system set. The portage snapshots and distfiles
are in sync. Thanks.

  

Here you should have everything you need:
http://www.gentoo.org/doc/en/handbook/2007.0/index.xml

Have you checked that out?

Abraham
--
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switching from Genkernel to manual build

2007-08-01 Thread Abraham Marín Pérez

Dan Cowsill escribió:

Is there any specific process to or problems one might encounter as a
result of switching from a Genkernel built kernel over to a manually
built kernel?

Thanks.

  
As far as I can think of it would be enough getting the config file 
generated by genkernel, editing it through make config or similar and go 
ahead. Actually, if you take it as is it would work, but probably you'll 
have lots of stuff you don't want/need, so your task will be mainly 
tuning it down; be careful with those things you think you don't need, 
I'd cut parameters away in several step (change config, build, install, 
try a couple of days, then change again).


HTH,
Abraham
--
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switching from Genkernel to manual build

2007-08-01 Thread Dale
Abraham Marín Pérez wrote:
 Dan Cowsill escribió:
 Is there any specific process to or problems one might encounter as a
 result of switching from a Genkernel built kernel over to a manually
 built kernel?

 Thanks.

   
 As far as I can think of it would be enough getting the config file
 generated by genkernel, editing it through make config or similar and
 go ahead. Actually, if you take it as is it would work, but probably
 you'll have lots of stuff you don't want/need, so your task will be
 mainly tuning it down; be careful with those things you think you
 don't need, I'd cut parameters away in several step (change config,
 build, install, try a couple of days, then change again).

 HTH,
 Abraham

And always keep a working kernel as a backup just in case you get a bad
one.  I keep a few for that reason myself like this:

 [EMAIL PROTECTED] / # ls -al /boot/bzImage-2.6.*
 -rw-r--r-- 1 root root 2189488 Jan  4  2007
 /boot/bzImage-2.6.18.gentoo-r6-1
 -rw-r--r-- 1 root root 2357808 Jun  8 05:47 /boot/bzImage-2.6.20-r8-1
 -rw-r--r-- 1 root root 2389616 Jun  8 07:01 /boot/bzImage-2.6.20-r8-2
 -rw-r--r-- 1 root root 2396880 Jun 13 01:53 /boot/bzImage-2.6.20-r8-3
 [EMAIL PROTECTED] / #

I try to keep one from a earlier version plus at least one older of the
current version.  Also, you may want to keep a copy of the .config file
too.  It can be a life saver.

I hope that helps.

Dale

:-)  :-) 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage Sneakernet

2007-08-01 Thread Stroller


On 1 Aug 2007, at 02:53, Richard Marz wrote:


I have a networkless box that I've gentoo installed on. I grabbed the
latest portage snapshot from one of the mirrors. I ran emerge -DNeF
world and system on my networked machine to try and fetch every  
possible

file needed to install my world and system programs. Then I tarred the
distfiles directory which was about 2.5GB and dumped it
into /usr/portage/ on my networkless box. When installing certain
programs on my networkless pc; It complains about not being able to
fetch some package dependencies. Is there an emerge option/switch  
that I
can use to make sure I fetch every possible depedency/package for  
every

package in my world and system set.


Networkless box:
   $ emerge -fpv world  foo.txt

Sneaker foo.txt to networked box and:
   $ for foo in foo.txt ; do wget -c -nc -P /usr/portage/distfiles/  
$foo ; done


Should approximately do the trick.

Stroller.
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiserfsprogs

2007-08-01 Thread Kent Fredric
On 8/1/07, James [EMAIL PROTECTED] wrote:
 Kent Fredric kentfredric at gmail.com writes:


   X/kde runs fine, but when I exit it now, the system latches up, tight
   all ssh sessions, the console, everything.

 Now X/kde will not start. Everything latches up as soon as I enter
 'startx' at the console.

  Try Disabling anything fancy ( ie: composite support ), or try
  disabling APIC. I had a glitch a while back where composite + apic =
  system lockup, and later, something in QT4 tripped it up.


No, not  ACPI , APIC

in kernel menuconfig:

 Processor Types and Features -
Local APIC support on uniprocessors [ not checked ] ( CONFIG_X86_UP_APIC )

I have it off, and its left off, saves me headaches and needless hell.




  I have no ide how to  diable 'composite support'.
 When the system was ordered it was specified 1680x1050 on the
 17 inch screen resolution. The few times (sporadically) I did
 get X/kde to launch, it was is 1024x768 mode. I cold not build
 a working xorg.conf file, so I boot up the liveCD 2007.0 can
 copied over the default xorg.conf that at least worked with the
 liveCD. My suspicion is that xorg.conf file, particularly the
 Hortz and Vert ranges:
  HorizSync28.0 - 96.0
  VertRefresh  50.0 - 75.0

 Or maybe it the long list of fonts from the xorg.conf file on the livecd2007.0
 and I have not installed all of those fonts?

 What I need a very simple xorg.conf for a HP Pavilion dv9000z.
 Googling I found a couple but they did not work and hacking
 xorg.conf files has always seem to be a moving target for me


 I eliminated acpid from the startup, it made no difference:
 rc-update del acpid default

 Right now I'm running 'emerge --emptytree world'
 It's on 29/862  for lack of any better ideas.


 James

 --
 [EMAIL PROTECTED] mailing list




-- 
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] problem with programms like ssh, tor, on wireless

2007-08-01 Thread Kabel The Real
Hello,

ich have a lot of trouble with my wireless configuration. everything works
fine with my ethernet Card, for ecample ssh, tor, privoxy. But when I use
wireless and no network Cable there programms aren't working. When I try to
start a service like sshd or tor I get the following error message:

 # /etc/init.d/sshd start
 * WARNING:  sshd is scheduled to start when net.eth0 has started.

So do you have any idea how I can fix this? I tried so much and never get an
result :'(

greetz,
kabel


[gentoo-user] problem with programms like ssh, tor, but _only_ on wireless

2007-08-01 Thread Kabel The Real
Hello,

ich have a lot of trouble with my wireless configuration. everything works
fine with my ethernet Card, for ecample ssh, tor, privoxy. But when I use
wireless and no network Cable there programms aren't working. When I try to
start a service like sshd or tor I get the following error message:

 # /etc/init.d/sshd start
 * WARNING:  sshd is scheduled to start when net.eth0 has started.

So do you have any idea how I can fix this? I tried so much and never get an
result :'(

greetz,
kabel


[gentoo-user] unsuscribe

2007-08-01 Thread Roberto Bermejo Martinez


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem with programms like ssh, tor, on wireless

2007-08-01 Thread Pongracz Istvan
2007. 08. 1, szerda keltezéssel 11.16-kor Kabel The Real ezt írta:
 Hello,
 
 ich have a lot of trouble with my wireless configuration. everything
 works fine with my ethernet Card, for ecample ssh, tor, privoxy. But
 when I use wireless and no network Cable there programms aren't
 working. When I try to start a service like sshd or tor I get the
 following error message: 
 
  # /etc/init.d/sshd start
  * WARNING:  sshd is scheduled to start when net.eth0 has started.

Do this: 
# /etc/init.d/net.eth0 stop
# rc

In this case, the system will stop net.eth0 and after the 'rc' command
all services will start normally.

AFAIK this is caused the dependency: for example sshd depends on 'net'
and it is waiting for net.eth0 and not for net.eth1 (or whatever) which
is your wireless interface.

I solved this problem with this in my machine.

Ciao,
IStván
-- 
IT szolgáltatások, alkalmazásszolgáltatás
http://www.osbusiness.hu
„A humor a méltóság támasza, fölényünket hirdeti 
mindazzal szemben, amit a sors ránk mér.” 
(Romain Gary)

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switching from Genkernel to manual build

2007-08-01 Thread Kent Fredric
On 8/1/07, Dan Cowsill [EMAIL PROTECTED] wrote:


/etc/genkernel.conf


# Run 'make menuconfig' before compiling this kernel?
MENUCONFIG=no

# Run 'make clean' before compilation?
# If set to NO, implies MRPROPER WILL NOT be run
# Also, if clean is NO, it won't copy over any configuration
# file, it will use what's there.
CLEAN=no

# Run 'make mrproper' before configuration/compilation?
MRPROPER=no

# Save the new configuration in /etc/kernels upon
# successfull compilation
SAVE_CONFIG=yes

# Debug Level
DEBUGLEVEL=5

Set those, and then I recommend just stay with using genkernel, it
basically converts genkernel from a kernel configurator, to merely a
nice automated build-and-install script.


that way you can configure your kernel custome like usual, and then just
genkernel --kernname=somenickname all

and go away and leave it and it will take care of the rest  :)

-- 
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem with programms like ssh, tor, but _only_ on wireless

2007-08-01 Thread Dirk Heinrichs
Am Mittwoch, 1. August 2007 schrieb ext Kabel The Real:

  # /etc/init.d/sshd start
  * WARNING:  sshd is scheduled to start when net.eth0 has started.

 So do you have any idea how I can fix this? I tried so much and never get
 an result :'(

Check RC_NET_STRICT_CHECKING in /etc/conf.d/rc.

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Zimmerling, Alexander
Hi,

can you post the whole logfile using pastebin.com? I had a similar
problem 2 days ago

Bye!

 Original Message 
Subject: [gentoo-user] Apache not compiling (31-Jul-2007 15:30)
From:[EMAIL PROTECTED]
To:  

 Hi, when I try to compile Apache, I get this error.
 
  those are use flags, I try some configuratiosn but always get an
error
 zombie ~ # grep apache /etc/portage/package.use
 www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader
-mpm-peruser 
 -mpm-prefork -mpm-threadpool -mpm-worker -ssl -threads
 zombie ~ # emerge apache -D -pvt
 
 These are the packages that would be merged, in reverse order:
 
 Calculating dependencies... done!
 [ebuild  N] www-servers/apache-2.0.58-r2  USE=-apache2 -debug
-doc 
 -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool 
 -mpm-worker (-selinux) -ssl -static-modules -threads 0 kB
 
 
 ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy 

-I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/includ
e 

-I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/module
s/
 generators 
   -L/usr/lib   -o libpcre.la  maketables.lo get.lo study.lo pcre.lo 
 pcreposix.lo
 make[3]: Leaving directory 

`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/
 pcre'
 make[2]: Leaving directory 

`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/
 pcre'
 make[1]: Leaving directory 

`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib'
 Making all in os
 make[1]: Entering directory 
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
 make[1]: Leaving directory 
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
 Making all in server
 make[1]: Entering directory 

`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
 Making all in mpm
 make[2]: Entering directory 

`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/
mpm'
 
 make[2]: *** No rule to make target `all'.  Stop.
 make[2]: Leaving directory 

`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/
mpm'
 
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory 

`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
 make: *** [all-recursive] Error 1
 
 !!! ERROR: www-servers/apache-2.0.58-r2 failed.
 Call stack:
ebuild.sh, line 1621:   Called dyn_compile
ebuild.sh, line 973:   Called qa_call 'src_compile'
ebuild.sh, line 44:   Called src_compile
apache-2.0.58-r2.ebuild, line 181:   Called die
 
 !!! problem compiling apache2
 !!! If you need support, post the topmost build error, and the call 
 stack if relevant.
 !!! A complete build log is located at 
 '/var/tmp/portage/www-servers/apache-2.0.58-r2/temp/build.log'.
 
 
   : (
 
 
 Tanks
 -- 
 [EMAIL PROTECTED] mailing list
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsuscribe

2007-08-01 Thread Roberto Bermejo Martinez

Thanks
Dale escribió:

Roberto Bermejo Martinez wrote:
  
Please send a email to [EMAIL PROTECTED] and confirm

that you want to unsubscribe.

Hope that helps.

Dale

:-)  :-)
  


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Kent Fredric
On 8/1/07, Alessandro del Gallo [EMAIL PROTECTED] wrote:
 Hi, when I try to compile Apache, I get this error.

  those are use flags, I try some configuratiosn but always get an error
 zombie ~ # grep apache /etc/portage/package.use
 www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader -mpm-peruser
 -mpm-prefork -mpm-threadpool -mpm-worker -ssl -threads
 zombie ~ # emerge apache -D -pvt

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

 Calculating dependencies... done!
 [ebuild  N] www-servers/apache-2.0.58-r2  USE=-apache2 -debug -doc
 -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool
 -mpm-worker (-selinux) -ssl -static-modules -threads 0 kB
 

It looks like you have not selected an MPM. I believe you must select
an MPM ( which i believe is the choice of which engine to use for
dispatching pages )


 ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy
 -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/include
 -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/generators
   -L/usr/lib   -o libpcre.la  maketables.lo get.lo study.lo pcre.lo
 pcreposix.lo
 make[3]: Leaving directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
 make[2]: Leaving directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
 make[1]: Leaving directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib'
 Making all in os
 make[1]: Entering directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
 make[1]: Leaving directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
 Making all in server
 make[1]: Entering directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
 Making all in mpm
 make[2]: Entering directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
 make[2]: *** No rule to make target `all'.  Stop.
 make[2]: Leaving directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
 make: *** [all-recursive] Error 1

 !!! ERROR: www-servers/apache-2.0.58-r2 failed.
 Call stack:
ebuild.sh, line 1621:   Called dyn_compile
ebuild.sh, line 973:   Called qa_call 'src_compile'
ebuild.sh, line 44:   Called src_compile
apache-2.0.58-r2.ebuild, line 181:   Called die

 !!! problem compiling apache2
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.
 !!! A complete build log is located at
 '/var/tmp/portage/www-servers/apache-2.0.58-r2/temp/build.log'.


   : (


 Tanks
 --
 [EMAIL PROTECTED] mailing list




-- 
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Kent Fredric
On 8/1/07, Kent Fredric [EMAIL PROTECTED] wrote:
 On 8/1/07, Alessandro del Gallo [EMAIL PROTECTED] wrote:
  Hi, when I try to compile Apache, I get this error.
 
   those are use flags, I try some configuratiosn but always get an error
  zombie ~ # grep apache /etc/portage/package.use
  www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader -mpm-peruser
  -mpm-prefork -mpm-threadpool -mpm-worker -ssl -threads
  zombie ~ # emerge apache -D -pvt
 
  These are the packages that would be merged, in reverse order:
 
  Calculating dependencies... done!
  [ebuild  N] www-servers/apache-2.0.58-r2  USE=-apache2 -debug -doc
  -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool
  -mpm-worker (-selinux) -ssl -static-modules -threads 0 kB
  

 It looks like you have not selected an MPM. I believe you must select
 an MPM ( which i believe is the choice of which engine to use for
 dispatching pages )


http://httpd.apache.org/docs/2.0/mpm.html

MPMs must be chosen during configuration, and compiled into the
server. Compilers are capable of optimizing a lot of functions if
threads are used, but only if they know that threads are being used.


The following table lists the default MPMs for various operating
systems. This will be the MPM selected if you do not make another
choice at compile-time.

Unixprefork

so try enabling the mpm-prefork and see what happens.
 
  ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy
  -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/include
  -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/generators
-L/usr/lib   -o libpcre.la  maketables.lo get.lo study.lo pcre.lo
  pcreposix.lo
  make[3]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
  make[2]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
  make[1]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib'
  Making all in os
  make[1]: Entering directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
  make[1]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
  Making all in server
  make[1]: Entering directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
  Making all in mpm
  make[2]: Entering directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
  make[2]: *** No rule to make target `all'.  Stop.
  make[2]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
  make: *** [all-recursive] Error 1
 
  !!! ERROR: www-servers/apache-2.0.58-r2 failed.
  Call stack:
 ebuild.sh, line 1621:   Called dyn_compile
 ebuild.sh, line 973:   Called qa_call 'src_compile'
 ebuild.sh, line 44:   Called src_compile
 apache-2.0.58-r2.ebuild, line 181:   Called die
 
  !!! problem compiling apache2
  !!! If you need support, post the topmost build error, and the call
  stack if relevant.
  !!! A complete build log is located at
  '/var/tmp/portage/www-servers/apache-2.0.58-r2/temp/build.log'.
 
 
: (
 
 
  Tanks
  --
  [EMAIL PROTECTED] mailing list
 
 


 --
 Kent
 ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
 print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'



-- 
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsuscribe

2007-08-01 Thread Dale
Roberto Bermejo Martinez wrote:

Please send a email to [EMAIL PROTECTED] and confirm
that you want to unsubscribe.

Hope that helps.

Dale

:-)  :-)
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem with programms like ssh, tor, on wireless

2007-08-01 Thread William Kenworthy
On Wed, 2007-08-01 at 11:38 +0200, Pongracz Istvan wrote:
 2007. 08. 1, szerda keltezéssel 11.16-kor Kabel The Real ezt írta:
  Hello,
  
  ich have a lot of trouble with my wireless configuration. everything
...
 Do this: 
 # /etc/init.d/net.eth0 stop
 # rc
 
...

Do you have a reference for what rc is/does?  man rc, rc -h and rc
--help dont help ...

BillK


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem with programms like ssh, tor, on wireless

2007-08-01 Thread Abraham Marín Pérez

William Kenworthy escribió:

On Wed, 2007-08-01 at 11:38 +0200, Pongracz Istvan wrote:
  

2007. 08. 1, szerda keltezéssel 11.16-kor Kabel The Real ezt írta:


Hello,

ich have a lot of trouble with my wireless configuration. everything
  

...
  
Do this: 
# /etc/init.d/net.eth0 stop

# rc



...

Do you have a reference for what rc is/does?  man rc, rc -h and rc
--help dont help ...

BillK
  

Maybe you should take a look at this:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=4

Abraham
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Abraham Marín Pérez

Alessandro del Gallo escribió:

Hi, when I try to compile Apache, I get this error.

 those are use flags, I try some configuratiosn but always get an 
error

zombie ~ # grep apache /etc/portage/package.use
www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader 
-mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -ssl -threads

zombie ~ # emerge apache -D -pvt

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

Calculating dependencies... done!
[ebuild  N] www-servers/apache-2.0.58-r2  USE=-apache2 -debug 
-doc -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork 
-mpm-threadpool -mpm-worker (-selinux) -ssl -static-modules -threads 
0 kB



ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy 
-I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/include 
-I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/generators 
 -L/usr/lib   -o libpcre.la  maketables.lo get.lo study.lo pcre.lo 
pcreposix.lo
make[3]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre' 

make[2]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre' 

make[1]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib'

Making all in os
make[1]: Entering directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
make[1]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'

Making all in server
make[1]: Entering directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'

Making all in mpm
make[2]: Entering directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm' 


make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm' 


make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'

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


Apparently the error comes when compiling the mpm section of Apache; 
since you seem to have disabled every multi-processing module it may be 
possible that configure generates a makefile with no option at all, 
making it fails when tries to build.


I think this could be a bug; please post both the output of configure 
--help to see the options related to mpm's and the content of 
server/mpm/makefile*



Abraham
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem with programms like ssh, tor, but _only_ on wireless

2007-08-01 Thread Александър Л . Димитров
On 11:23 Wed 01 Aug, Kabel The Real wrote:
 Hello,
 
 ich have a lot of trouble with my wireless configuration. everything works
 fine with my ethernet Card, for ecample ssh, tor, privoxy. But when I use
 wireless and no network Cable there programms aren't working. When I try to
 start a service like sshd or tor I get the following error message:
 
  # /etc/init.d/sshd start
  * WARNING:  sshd is scheduled to start when net.eth0 has started.

A note: usually wireless networks use DHCP for dynamically allocating
IP-Adresses to the different clients. If you want to maintain an
ssh-server on a machine connected to a wireless network that uses DHCP[1],
you will have to tell the router to forward port 22 (or whatever other port) 
to your particular machine. 

Sorry if I'm telling you something you may already know, but it's a way too
common mistake ;-)

Regards,
Aleks

[1] If you don't know whether or not you use DHCP, you probably do. I
understand you're from Germany - I'm pretty sure most ISPs in Germany
use PPPoE for wired and DHCP for wireless to connect their ADSL clients.


pgp6OKjIeYvXX.pgp
Description: PGP signature


Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Alessandro del Gallo

Hi,

A posted the error in pastebin.com.
The log I posted is about 2 emerge retries, the first with any use flag
and the second with the mpm-prefork flag activated.
It failed twice

Zimmerling, Alexander ha scritto:

Hi,

can you post the whole logfile using pastebin.com? I had a similar
problem 2 days ago

Bye!

 Original Message 
Subject: [gentoo-user] Apache not compiling (31-Jul-2007 15:30)
From:[EMAIL PROTECTED]
To:  


Hi, when I try to compile Apache, I get this error.

 [...]
--
[EMAIL PROTECTED] mailing list



AW: [gentoo-user] Apache not compiling

2007-08-01 Thread Zimmerling, Alexander
And the url to your posting?

-Ursprüngliche Nachricht-
Von: Alessandro del Gallo [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 1. August 2007 14:20
An: gentoo-user@lists.gentoo.org
Betreff: Re: [gentoo-user] Apache not compiling

Hi,

A posted the error in pastebin.com.
The log I posted is about 2 emerge retries, the first with any use flag and the 
second with the mpm-prefork flag activated.
It failed twice

Zimmerling, Alexander ha scritto:
 Hi,
 
 can you post the whole logfile using pastebin.com? I had a similar 
 problem 2 days ago
 
 Bye!
 
  Original Message 
 Subject: [gentoo-user] Apache not compiling (31-Jul-2007 15:30)
 From:[EMAIL PROTECTED]
 To:  
 
 Hi, when I try to compile Apache, I get this error.
  [...]
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problem with programms like ssh, tor, on wireless

2007-08-01 Thread Kabel The Real
Hello,
thanks to everybody, I found the problem on my own by repacing the
/etc/conf.d/net with the one of a friend.

Thanks for your useful hints, helped me to search on the correct places.

Greetz read you soon,
Kabel
On 01/08/07, Abraham Marín Pérez [EMAIL PROTECTED] wrote:

 William Kenworthy escribió:
  On Wed, 2007-08-01 at 11:38 +0200, Pongracz Istvan wrote:
 
  2007. 08. 1, szerda keltezéssel 11.16-kor Kabel The Real ezt írta:
 
  Hello,
 
  ich have a lot of trouble with my wireless configuration. everything
 
  ...
 
  Do this:
  # /etc/init.d/net.eth0 stop
  # rc
 
 
  ...
 
  Do you have a reference for what rc is/does?  man rc, rc -h and rc
  --help dont help ...
 
  BillK
 
 Maybe you should take a look at this:
 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=4

 Abraham
 --
 [EMAIL PROTECTED] mailing list




Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Alessandro del Gallo

Hi,

I did built it with mpm-prefork
  http://httpd.apache.org/docs/2.0/mpm.html

but it failed:
  http://pastebin.com/m7096a3ad

I have some trouble with other configures (gstreamer  and gtk+ )

for that I posted this:
  http://pastebin.com/m2e0e9e58


Thanks

Abraham Marín Pérez ha scritto:

Alessandro del Gallo escribió:

Hi, when I try to compile Apache, I get this error.

 those are use flags, I try some configuratiosn but always get an 
error

zombie ~ # grep apache /etc/portage/package.use
www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader 
-mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -ssl -threads

zombie ~ # emerge apache -D -pvt

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

Calculating dependencies... done!
[ebuild  N] www-servers/apache-2.0.58-r2  USE=-apache2 -debug 
-doc -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork 
-mpm-threadpool -mpm-worker (-selinux) -ssl -static-modules -threads 
0 kB



ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy 
-I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/include 
-I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/generators 
 -L/usr/lib   -o libpcre.la  maketables.lo get.lo study.lo pcre.lo 
pcreposix.lo
make[3]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre' 

make[2]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre' 

make[1]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib'

Making all in os
make[1]: Entering directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
make[1]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'

Making all in server
make[1]: Entering directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'

Making all in mpm
make[2]: Entering directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm' 


make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm' 


make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'

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


Apparently the error comes when compiling the mpm section of Apache; 
since you seem to have disabled every multi-processing module it may be 
possible that configure generates a makefile with no option at all, 
making it fails when tries to build.


I think this could be a bug; please post both the output of configure 
--help to see the options related to mpm's and the content of 
server/mpm/makefile*



Abraham


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Alessandro del Gallo

Hi,

# zombie work # pwd
/var/tmp/portage/www-servers/apache-2.0.58-r2/work

# cat httpd-2.0.58/server/mpm/Makefile*

SUBDIRS = $(MPM_SUBDIR_NAME)

include $(top_builddir)/build/rules.mk



Abraham Marín Pérez ha scritto:

Alessandro del Gallo escribió:

Hi,

I did built it with mpm-prefork
  http://httpd.apache.org/docs/2.0/mpm.html

but it failed:
  http://pastebin.com/m7096a3ad
According to your post your problem is still located in the server/mpm 
makefile, could you please post that file? Consider filing a bug in 
bugzilla as well.


Abraham


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Kent Fredric
On 8/2/07, Alessandro del Gallo [EMAIL PROTECTED] wrote:
 Hi,

 I did built it with mpm-prefork
http://httpd.apache.org/docs/2.0/mpm.html

 but it failed:
http://pastebin.com/m7096a3ad



 I have some trouble with other configures (gstreamer  and gtk+ )

 for that I posted this:
http://pastebin.com/m2e0e9e58

#
./configure: line 30750: syntax error near unexpected token `('
#
./configure: line 30750: `  for ac_var in `(set) 21 | sed -n
's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do'


broken sed ?

isengard linux # echo  | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'
isengard linux #

try running that in your shell like i did and see if it errors, if it
errors, then you might need to upgrade/recompile your sed.

( sed being broken can make a great many things go wrong  )




 Thanks

 Abraham Marín Pérez ha scritto:
  Alessandro del Gallo escribió:
  Hi, when I try to compile Apache, I get this error.
 
   those are use flags, I try some configuratiosn but always get an
  error
  zombie ~ # grep apache /etc/portage/package.use
  www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader
  -mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -ssl -threads
  zombie ~ # emerge apache -D -pvt
 
  These are the packages that would be merged, in reverse order:
 
  Calculating dependencies... done!
  [ebuild  N] www-servers/apache-2.0.58-r2  USE=-apache2 -debug
  -doc -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork
  -mpm-threadpool -mpm-worker (-selinux) -ssl -static-modules -threads
  0 kB
  
 
  ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy
  -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/include
  -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/generators
   -L/usr/lib   -o libpcre.la  maketables.lo get.lo study.lo pcre.lo
  pcreposix.lo
  make[3]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
 
  make[2]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
 
  make[1]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib'
  Making all in os
  make[1]: Entering directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
  make[1]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
  Making all in server
  make[1]: Entering directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
  Making all in mpm
  make[2]: Entering directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
 
  make[2]: *** No rule to make target `all'.  Stop.
  make[2]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
 
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory
  `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
  make: *** [all-recursive] Error 1
 
  Apparently the error comes when compiling the mpm section of Apache;
  since you seem to have disabled every multi-processing module it may be
  possible that configure generates a makefile with no option at all,
  making it fails when tries to build.
 
  I think this could be a bug; please post both the output of configure
  --help to see the options related to mpm's and the content of
  server/mpm/makefile*
 
 
  Abraham

 --
 [EMAIL PROTECTED] mailing list




-- 
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage Sneakernet

2007-08-01 Thread Mick
On Wednesday 01 August 2007 02:53, Richard Marz wrote:
 I have a networkless box that I've gentoo installed on. I grabbed the
 latest portage snapshot from one of the mirrors. I ran emerge -DNeF
 world and system on my networked machine to try and fetch every possible
 file needed to install my world and system programs. Then I tarred the
 distfiles directory which was about 2.5GB and dumped it
 into /usr/portage/ on my networkless box. When installing certain
 programs on my networkless pc; It complains about not being able to
 fetch some package dependencies. Is there an emerge option/switch that I
 can use to make sure I fetch every possible depedency/package for every
 package in my world and system set. The portage snapshots and distfiles
 are in sync. Thanks.

I have noticed that certain packages will always try to download the latest 
sources.  The only way out that I know of is to modify the ebuild file.
-- 
Regards,
Mick


pgpAyoOtbkoCH.pgp
Description: PGP signature


Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Abraham Marín Pérez

Alessandro del Gallo escribió:

Hi,

I did built it with mpm-prefork
  http://httpd.apache.org/docs/2.0/mpm.html

but it failed:
  http://pastebin.com/m7096a3ad
According to your post your problem is still located in the server/mpm 
makefile, could you please post that file? Consider filing a bug in 
bugzilla as well.


Abraham
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Linux too damn slow if memory 3GB

2007-08-01 Thread Duane Griffin
On 29/07/07, Daniel van Ham Colchete [EMAIL PROTECTED] wrote:
 Hello everyone!!!

 May be somebody can shed some light here... I'm building a server here with
 4GB of RAM memory. The fact is, if I boot with mem=3072M everything goes as
 fast as it should but I'm not using 1GB of memory. If I don't put the mem
 option, Linux will see 4GB of memory available but it will be damn slow
 (really).

It sounds like a problem with a buggy BIOS not setting up your MTRR
properly. This means linux ends up using ultra-slow memory for
important stuff. The problem has been discussed quite a bit on LKML,
see here, for example:

http://marc.info/?l=linux-kernelm=118072237228294

 Any lights would be very appreciated.

Try upgrading to the latest BIOS version available for your
motherboard. If that doesn't fix it you will have to tell linux not to
use the affected memory. You can find out where that is by checking
your dmesg and /proc/mtrr, as described in the message referenced
above. Post the information here if you aren't sure.

Cheers,
Duane.

-- 
I never could learn to drink that blood and call it wine - Bob Dylan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Abraham Marín Pérez

Alessandro del Gallo escribió:

Hi,

# zombie work # pwd
/var/tmp/portage/www-servers/apache-2.0.58-r2/work

# cat httpd-2.0.58/server/mpm/Makefile*

SUBDIRS = $(MPM_SUBDIR_NAME)

include $(top_builddir)/build/rules.mk


How about that $(top_builddir)/build/rules.mk? The compiling rules must 
be there.


Abraham

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Alessandro del Gallo

Hi;


Ok, founded and posted here:
   http://pastebin.com/m1f88553a


Thanks.

Abraham Marín Pérez ha scritto:

Alessandro del Gallo escribió:

Hi,

# zombie work # pwd
/var/tmp/portage/www-servers/apache-2.0.58-r2/work

# cat httpd-2.0.58/server/mpm/Makefile*

SUBDIRS = $(MPM_SUBDIR_NAME)

include $(top_builddir)/build/rules.mk


How about that $(top_builddir)/build/rules.mk? The compiling rules must 
be there.


Abraham



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Crap is being added to site-gentoo.el

2007-08-01 Thread Jan Seeger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just add 'dev-util/subversion -emacs' to /etc/portage/package.use. That way,
Subversion is installed without emacs support. To get fancy and only disable the
emacs flag for one version, try something like '=dev-util/subversion-1.3.2-r4
- -emacs'.

Greetings
jeeger
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGsKmiMmLQdC6jvocRApPLAJsHuuotwApbE4OJUVyGxPX5blyc5ACfeG7y
me8WUJtXO1I/9aCbTDggsVg=
=3ARj
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switching from Genkernel to manual build

2007-08-01 Thread Volker Armin Hemmann
On Mittwoch, 1. August 2007, Kent Fredric wrote:
 On 8/1/07, Dan Cowsill [EMAIL PROTECTED] wrote:


 /etc/genkernel.conf


 # Run 'make menuconfig' before compiling this kernel?
 MENUCONFIG=no

 # Run 'make clean' before compilation?
 # If set to NO, implies MRPROPER WILL NOT be run
 # Also, if clean is NO, it won't copy over any configuration
 # file, it will use what's there.
 CLEAN=no

 # Run 'make mrproper' before configuration/compilation?
 MRPROPER=no

 # Save the new configuration in /etc/kernels upon
 # successfull compilation
 SAVE_CONFIG=yes

 # Debug Level
 DEBUGLEVEL=5

 Set those, and then I recommend just stay with using genkernel, it
 basically converts genkernel from a kernel configurator, to merely a
 nice automated build-and-install script.


 that way you can configure your kernel custome like usual, and then just
 genkernel --kernname=somenickname all

 and go away and leave it and it will take care of the rest  :)

 --
 Kent
 ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
 print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'

cp .config linux/
make oldconfig
make all modules_install install

that is all that is needed to build a kernel without that genkernel stuff.

You can put that in a script or in one line with some  in between, if you 
want.

Results in sexy /boot like this:
ls -lh /boot/
insgesamt 7,1M
lrwxrwxrwx 1 root root1 20. Apr 2006  boot - .
lrwxrwxrwx 1 root root   36 29. Jul 11:16 config - 
config-2.6.22.1-cfs-v19reiser4libata
-rw-r--r-- 1 root root  36K 29. Jul 01:50 config-2.6.22.1-cfs-v19reiser4
-rw-r--r-- 1 root root  34K 29. Jul 11:16 config-2.6.22.1-cfs-v19reiser4libata
-rw-r--r-- 1 root root  34K 29. Jul 03:19 
config-2.6.22.1-cfs-v19reiser4libata.old
lrwxrwxrwx 1 root root   40 29. Jul 11:16 config.old - 
config-2.6.22.1-cfs-v19reiser4libata.old
drwxr-xr-x 2 root root 1,0K 19. Jun 03:18 grub
drwx-- 2 root root  12K 24. Mär 2003  lost+found
drwxr-xr-x 2 root root 1,0K 11. Jun 19:27 memtest86plus
lrwxrwxrwx 1 root root   40 29. Jul 11:16 System.map - 
System.map-2.6.22.1-cfs-v19reiser4libata
-rw-r--r-- 1 root root 934K 29. Jul 01:50 System.map-2.6.22.1-cfs-v19reiser4
-rw-r--r-- 1 root root 883K 29. Jul 11:16 
System.map-2.6.22.1-cfs-v19reiser4libata
-rw-r--r-- 1 root root 883K 29. Jul 03:19 
System.map-2.6.22.1-cfs-v19reiser4libata.old
lrwxrwxrwx 1 root root   44 29. Jul 11:16 System.map.old - 
System.map-2.6.22.1-cfs-v19reiser4libata.old
lrwxrwxrwx 1 root root   37 29. Jul 11:16 vmlinuz - 
vmlinuz-2.6.22.1-cfs-v19reiser4libata
-rw-r--r-- 1 root root 1,6M 29. Jul 01:50 vmlinuz-2.6.22.1-cfs-v19reiser4
-rw-r--r-- 1 root root 1,4M 29. Jul 11:16 
vmlinuz-2.6.22.1-cfs-v19reiser4libata
-rw-r--r-- 1 root root 1,4M 29. Jul 03:19 
vmlinuz-2.6.22.1-cfs-v19reiser4libata.old
lrwxrwxrwx 1 root root   41 29. Jul 11:16 vmlinuz.old - 
vmlinuz-2.6.22.1-cfs-v19reiser4libata.old

the symlinks are all created by install.
just have a vmlinuz and a vmlinuz.old entry in menu.lst and you are always 
safe.
--
[EMAIL PROTECTED] mailing list



[gentoo-user] mplayer and dvd

2007-08-01 Thread Arnau Bria
Hi,

this is not a 100% Gentoo related issue, so sorry if someone feels
spammed. 
trying to watch a dvd iso I get this error:


[EMAIL PROTECTED] ~ $ mplayer -dvd-device ocio/G.5\ DVD.iso dvd://1
MPlayer dev-SVN-rUNKNOWN-4.1.2 (C) 2000-2007 MPlayer Team
CPU: Mobile Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model:
2, Stepping: 9) MMX supported but disabled
MMX2 supported but disabled
SSE supported but disabled
SSE2 supported but disabled
CPUflags:  MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions:

Playing dvd://1.
There are 1 titles on this DVD.
There are 4 chapters in this DVD title.
There are 1 angles in this DVD title.
libdvdread: Invalid IFO for title 1 (VTS_01_0.IFO).
Cannot open the IFO file for DVD title 1.
No stream found to handle url dvd://1


if I do a mplayer audios_ts/* I do not see anything and I listen
accelerated sound.

I have mplayer compiled like:
# emerge -pvt mplayer

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

Calculating dependencies... done!
[ebuild   R   ] media-video/mplayer-1.0.20070622-r1  USE=X alsa dvd
encode esd ftp gif iconv jpeg mad mp3 opengl oss png quicktime samba
sdl truetype unicode vorbis win32codecs xv -3dnow -3dnowext -a52 -aac
-aalib (-altivec) -amrnb -amrwb -arts -bidi -bindist -bl -cddb
-cdparanoia -cpudetection -custom-cflags -debug -dga -directfb -doc
-dts -dv -dvb -dvdnav -enca -fbcon -ggi -gtk -ipv6 -ivtv -jack
-joystick -libcaca -lirc -live -livecd -lzo -md5sum -mmx -mmxext -mp2
-musepack -nas -openal -pnm -radio -rar -real -rtc -speex -srt -sse
-sse2 -ssse3 -svga -tga -theora -tivo -v4l -v4l2 -vidix -x264 -xanim
-xinerama -xvid -xvmc -zoran VIDEO_CARDS=-mga -s3virge -tdfx -vesa 0
kB


Could someone explain me why I get this message?

TIA,
Arnau
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switching from Genkernel to manual build

2007-08-01 Thread Don Jerman
On 8/1/07, Abraham Marín Pérez [EMAIL PROTECTED] wrote:
 Dan Cowsill escribió:
  Is there any specific process to or problems one might encounter as a
  result of switching from a Genkernel built kernel over to a manually
  built kernel?
 
 As far as I can think of it would be enough getting the config file
 generated by genkernel, editing it through make config or similar and go
 ahead.

Only other thing I ran into (admittedly in 2004 or 2005 or so) is if
genkernel is doing any initrd-magick for you you'll need to either
understand it and do it yourself, or config your kernel so all that
stuff is built-in.  It was a little embarrassing when none of my JFS
partitions got found on that first reboot.  Keep a boot CD or DVD in
case of real disaster, and configure your current boot kernel as an
alternative choice in GRUB until you get the hand-rolled version
stabilized.
--
[EMAIL PROTECTED] mailing list



[gentoo-user] HP9000 laptop complete (almost)

2007-08-01 Thread James
Hello,

First of all, I'd like to thank everyone that has endured and 
answered my emails over the past few days related to the
installation of an hp laptop. It is finally working fine.

Looking a /var/log/Xorg.0.log there are numerous problems with 
fonts. Since I always seem to be moving over (word) documents
from windows, I need as many fonts installed as possible, related
to what one might expect from word documents. Additionally, I need
to maintain a robust set of gentoo/linux centric fonts.

snip
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/util.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/share/fonts/util).
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/encodings.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/share/fonts/encodings).
(WW) The directory /usr/share/fonts/local does not exist.
Entry deleted from font path.
(WW) The directory /usr/local/share/fonts does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/default.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/share/fonts/default).
(WW) The directory /usr/share/fonts/TTF does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/type1 does not exist.
Entry deleted from font path.
end/snip
it goes on for quite a while..

For now I have these fonts listed in my xorg.conf file on most gentoo
systems I maintain:

Section Files
FontPath/usr/share/fonts/util
FontPath/usr/share/fonts/encodings
FontPath/usr/share/fonts/misc
FontPath/usr/share/fonts/local
FontPath/usr/share/fonts/terminus
FontPath/usr/share/fonts/corefonts
FontPath/usr/local/share/fonts
FontPath/usr/share/fonts/default
FontPath/usr/share/fonts/TTF
FontPath/usr/share/fonts/type1
FontPath/usr/share/fonts/100dpi
FontPath/usr/share/fonts/75dpi
FontPath/usr/share/fonts/arphicfonts
FontPath/usr/share/fonts/jisx0213
FontPath/usr/share/fonts/shinonome
FontPath/usr/share/fonts/baekmuk-fonts
FontPath/usr/share/fonts/kacst-fonts
FontPath/usr/share/fonts/sgi-fonts
FontPath/usr/share/fonts/unfonts
FontPath/usr/share/fonts/default/ghostscript
FontPath/usr/share/fonts/xfonts-cronyx-100dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-75dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-misc:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-100dpi
FontPath/usr/share/fonts/xfonts-cronyx-75dpi
FontPath/usr/share/fonts/xfonts-cronyx-misc
FontPath/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-cp1251-100dpi
FontPath/usr/share/fonts/xfonts-cronyx-cp1251-75dpi
FontPath/usr/share/fonts/xfonts-cronyx-cp1251-misc
FontPath/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-isocyr-100dpi
FontPath/usr/share/fonts/xfonts-cronyx-isocyr-75dpi
FontPath/usr/share/fonts/xfonts-cronyx-isocyr-misc
FontPath/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-koi8r-100dpi
FontPath/usr/share/fonts/xfonts-cronyx-koi8r-75dpi
FontPath/usr/share/fonts/xfonts-cronyx-koi8r-misc
FontPath/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled
FontPath/usr/share/fonts/xfonts-cronyx-koi8u-100dpi
FontPath/usr/share/fonts/xfonts-cronyx-koi8u-75dpi
FontPath/usr/share/fonts/xfonts-cronyx-koi8u-misc

Now looking at /usr/portage/media-fonts I do not see a one to one
naming convention between what is listed in the 
/usr/portage/media-fonts dir and the gentoo ebuild  names (eix fonts).
Neither of those correspond either to what is listed in xorg.conf.

Is there a 'fonts-meta' package? it's rhetorical question

So how does one go about 

Re: [gentoo-user] Switching from Genkernel to manual build

2007-08-01 Thread Kent Fredric
On 8/2/07, Volker Armin Hemmann [EMAIL PROTECTED] wrote:
 On Mittwoch, 1. August 2007, Kent Fredric wrote:
  On 8/1/07, Dan Cowsill [EMAIL PROTECTED] wrote:
 
 
  /etc/genkernel.conf
 
 
  # Run 'make menuconfig' before compiling this kernel?
  MENUCONFIG=no
 
  # Run 'make clean' before compilation?
  # If set to NO, implies MRPROPER WILL NOT be run
  # Also, if clean is NO, it won't copy over any configuration
  # file, it will use what's there.
  CLEAN=no
 
  # Run 'make mrproper' before configuration/compilation?
  MRPROPER=no
 
  # Save the new configuration in /etc/kernels upon
  # successfull compilation
  SAVE_CONFIG=yes
 
  # Debug Level
  DEBUGLEVEL=5
 
  Set those, and then I recommend just stay with using genkernel, it
  basically converts genkernel from a kernel configurator, to merely a
  nice automated build-and-install script.
 
 
  that way you can configure your kernel custome like usual, and then just
  genkernel --kernname=somenickname all
 
  and go away and leave it and it will take care of the rest  :)
 
  --
  Kent
  ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
  print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'

 cp .config linux/
 make oldconfig
 make all modules_install install

 that is all that is needed to build a kernel without that genkernel stuff.

 You can put that in a script or in one line with some  in between, if you
 want.

 Results in sexy /boot like this:
 ls -lh /boot/
 insgesamt 7,1M
 lrwxrwxrwx 1 root root1 20. Apr 2006  boot - .
 lrwxrwxrwx 1 root root   36 29. Jul 11:16 config -
 config-2.6.22.1-cfs-v19reiser4libata
 -rw-r--r-- 1 root root  36K 29. Jul 01:50 config-2.6.22.1-cfs-v19reiser4
 -rw-r--r-- 1 root root  34K 29. Jul 11:16 config-2.6.22.1-cfs-v19reiser4libata
 -rw-r--r-- 1 root root  34K 29. Jul 03:19
 config-2.6.22.1-cfs-v19reiser4libata.old
 lrwxrwxrwx 1 root root   40 29. Jul 11:16 config.old -
 config-2.6.22.1-cfs-v19reiser4libata.old
 drwxr-xr-x 2 root root 1,0K 19. Jun 03:18 grub
 drwx-- 2 root root  12K 24. Mär 2003  lost+found
 drwxr-xr-x 2 root root 1,0K 11. Jun 19:27 memtest86plus
 lrwxrwxrwx 1 root root   40 29. Jul 11:16 System.map -
 System.map-2.6.22.1-cfs-v19reiser4libata
 -rw-r--r-- 1 root root 934K 29. Jul 01:50 System.map-2.6.22.1-cfs-v19reiser4
 -rw-r--r-- 1 root root 883K 29. Jul 11:16
 System.map-2.6.22.1-cfs-v19reiser4libata
 -rw-r--r-- 1 root root 883K 29. Jul 03:19
 System.map-2.6.22.1-cfs-v19reiser4libata.old
 lrwxrwxrwx 1 root root   44 29. Jul 11:16 System.map.old -
 System.map-2.6.22.1-cfs-v19reiser4libata.old
 lrwxrwxrwx 1 root root   37 29. Jul 11:16 vmlinuz -
 vmlinuz-2.6.22.1-cfs-v19reiser4libata
 -rw-r--r-- 1 root root 1,6M 29. Jul 01:50 vmlinuz-2.6.22.1-cfs-v19reiser4
 -rw-r--r-- 1 root root 1,4M 29. Jul 11:16
 vmlinuz-2.6.22.1-cfs-v19reiser4libata
 -rw-r--r-- 1 root root 1,4M 29. Jul 03:19
 vmlinuz-2.6.22.1-cfs-v19reiser4libata.old
 lrwxrwxrwx 1 root root   41 29. Jul 11:16 vmlinuz.old -
 vmlinuz-2.6.22.1-cfs-v19reiser4libata.old

 the symlinks are all created by install.
 just have a vmlinuz and a vmlinuz.old entry in menu.lst and you are always
 safe.
 --
 [EMAIL PROTECTED] mailing list




Yeah, but 1: no INITRD is built,
 2: using genkernel build script will automatically add new entries in grub.conf
ie:

zcat /proc/config.gz  .config
make oldconfig
genkernel --kernname=sexy all  reboot

;)
-- 
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switching from Genkernel to manual build

2007-08-01 Thread Daniel da Veiga
On 8/1/07, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Thu, 2 Aug 2007 08:28:46 +1200, Kent Fredric wrote:

  Yeah, but 1: no INITRD is built,

 Which you rarely need with a hand built kernel, but if you do it can be
 compiled with the kernel.

   2: using genkernel build script will automatically add new entries in
  grub.conf ie:

 make install removes the need for adding new entries to an ever-growing
 menu.lst, all you need are two entries for current kernel and previous
 kernel (vmlinu[zx] and vmlinu[zx].old).


Right. The only reason I see for keeping genkernel (and the reason I
use it in the first place) is a machine that changes hardware
frequently (like mine at work), so, a simple rsync of my whole HD to
the new machine can boot with most hardware recognized for a
starter...

I also use it on my laptops because its easier... (but that's not a
good reason, cause there are people who think manual build is easier).

-- 
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switching from Genkernel to manual build

2007-08-01 Thread Neil Bothwick
On Thu, 2 Aug 2007 08:28:46 +1200, Kent Fredric wrote:

 Yeah, but 1: no INITRD is built,

Which you rarely need with a hand built kernel, but if you do it can be
compiled with the kernel.

  2: using genkernel build script will automatically add new entries in
 grub.conf ie:

make install removes the need for adding new entries to an ever-growing
menu.lst, all you need are two entries for current kernel and previous
kernel (vmlinu[zx] and vmlinu[zx].old).


-- 
Neil Bothwick

Jimmy Hoffa is buried here -- X


signature.asc
Description: PGP signature


Re: [gentoo-user] How about dell 1501?

2007-08-01 Thread Chuanwen Wu
Thank you! That is exactly what I want.

2007/7/30, Arturo 'Buanzo' Busleiman [EMAIL PROTECTED]:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512

 Chuanwen Wu wrote:
  Like what?Can you give some examples?

 I do not understand your question, but if you are asking me for more 
 information regarding the ATI
 drivers issues in linux, you can just search google, BUT, in general, you can 
 take a look here:

 http://digg.com/linux_unix/New_ATI_Linux_Drivers_Version_8_39_4 (see comments)
 http://www.phoronix.com/scan.php?page=articleitem=683num=1

 - --
 Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
 SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal)
 Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock Melodico


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

 iD8DBQFGrfYsAlpOsGhXcE0RCmhXAJ9eEF/4mK38PDpsbHXZNermKuKWYwCfb5WZ
 /92YyA8Tsos1akpKsi/TzAE=
 =Wdsq
 -END PGP SIGNATURE-
 --
 [EMAIL PROTECTED] mailing list




-- 
wcw
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How about dell 1501?

2007-08-01 Thread Chuanwen Wu
It seems that I should give up the Dell 1501 since it has a ATI 1150
card and the support is so awful.
2007/7/30, Arturo 'Buanzo' Busleiman [EMAIL PROTECTED]:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512

 Chuanwen Wu wrote:
  Like what?Can you give some examples?

 I do not understand your question, but if you are asking me for more 
 information regarding the ATI
 drivers issues in linux, you can just search google, BUT, in general, you can 
 take a look here:

 http://digg.com/linux_unix/New_ATI_Linux_Drivers_Version_8_39_4 (see comments)
 http://www.phoronix.com/scan.php?page=articleitem=683num=1

 - --
 Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
 SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal)
 Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock Melodico


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

 iD8DBQFGrfYsAlpOsGhXcE0RCmhXAJ9eEF/4mK38PDpsbHXZNermKuKWYwCfb5WZ
 /92YyA8Tsos1akpKsi/TzAE=
 =Wdsq
 -END PGP SIGNATURE-
 --
 [EMAIL PROTECTED] mailing list




-- 
wcw
-- 
[EMAIL PROTECTED] mailing list