Re: [gentoo-user] Projector on my laptop

2006-12-11 Thread Uwe Thiem
On 11 December 2006 06:05, Felipe Ribeiro wrote:
 Hi,

 I have an Acer Aspire 5002 WLMI laptop running gentoo.

 I use my display on 1280x800 and i want to use a projector to give a
 speech and show slides and live coding. What do i have to configure?
 My xorg.conf? what do I have to change?

Your resolution. Few projectors go beyond 1024x768. Some (older) ones won't go 
higher than 800x600. 

You might need to change a BIOS setting. Some laptops put out both video 
signals simultaneously (built-in screen and external VGA). With some of them, 
you have to tell your BIOS which one to use.

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] freeradius eap tls issue

2006-12-11 Thread Mick
On Sunday 10 December 2006 22:21, Yiannis Kontekakis wrote:
 I have re-emerged freeradius and openssl(for a different reason) several
 times. Also I have also checked with revdep-rebuild for missing library
 dependencies.
 I think it is not an openssl dependency issue.

According to the openssl ebuild, after you emerge openssl you will need to 
run:

# revdep-rebuild --library libssl.so.0.9.6
# revdep-rebuild --library libcrypto.so.0.9.6

before you can delete /usr/lib/libssl.so.0.9.6 
and /usr/lib/libcrypto.so.0.9.6.

Not sure if this is related to your error.

-- 
Regards,
Mick


pgpcYITTkGkKX.pgp
Description: PGP signature


Re: [gentoo-user] DHCP and deny clients

2006-12-11 Thread Neil Bothwick
On Mon, 11 Dec 2006 09:39:14 +0800, Ow Mun Heng wrote:

 I have a gentoo server and a laptop both running dhcp (server) at home. 
 the server serves clients at home.
 the laptop, serves client at NON-home places.
 
 when I plug my laptop into the home, clients will get to my laptop's
 dhcp server instead of the home server's dhcp.

You could use the postup(0 function in /etc/conf.d/net to shutdown the
DHCP server if you are connected to the home network.


-- 
Neil Bothwick

Windows - software package to turn a 486 into an Etch-A-Sketch!


signature.asc
Description: PGP signature


Re: [gentoo-user] Projector on my laptop

2006-12-11 Thread pat
Hi,

I've asked similar question some time ago and the answer (for me) is xrandr.

 Pat

On Mon, 11 Dec 2006 01:05:24 -0300, Felipe Ribeiro wrote
 Hi,
 
 I have an Acer Aspire 5002 WLMI laptop running gentoo.
 
 I use my display on 1280x800 and i want to use a projector to give a
 speech and show slides and live coding. What do i have to configure?
 My xorg.conf? what do I have to change?
 
 Best regards,
 
 -- 
 Felipe Ribeiro
 [EMAIL PROTECTED]
 83 9979-3161

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Projector on my laptop

2006-12-11 Thread Mick
On Monday 11 December 2006 10:10, pat wrote:
 Hi,

 I've asked similar question some time ago and the answer (for me) is
 xrandr.

On the other hand if you want to *always* run a second screen (projector, 
monitor, etc) with a different resolution you need to set it in our xorg.conf 
by defining another screen in the appropriate sections.  Have a look at the 
man pages and wiki:

http://gentoo-wiki.com/HARDWARE_Dell_Latitude_X1_Appendices

and if that doesn't help I remember reading an xorg.conf in google - but I am  
not sure of the link.
-- 
Regards,
Mick


pgp1OnDmJjHvh.pgp
Description: PGP signature


[gentoo-user] emerge

2006-12-11 Thread Cosmin Rentea


Hi all,

Is it possible to have in emerge something similar to the -k option 
of make ?



   -k, --keep-going
Continue as much as possible after an error.  While the 
target that failed, and those that depend on it, cannot be  remade,  the

other dependencies of these targets can be processed all the same.


It would be particularly useful when emerging world, system or 
multiple packages, some of which have broken ebuilds.




--
---
Dipl.Ing. Cosmin Rentea  web:http://www.fokus.fraunhofer.de/motion
Fraunhofer FOKUS email:  [EMAIL PROTECTED]
Kaiserin-Augusta-Allee 31tel:++49-30-3463-7175
D-10589 Berlin   fax:++49-30-3463-8243
---

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge

2006-12-11 Thread Mauro Faccenda
On Monday 11 December 2006 09:21, Cosmin Rentea wrote:
 Hi all,

 Is it possible to have in emerge something similar to the -k option
 of make ?


 -k, --keep-going
  Continue as much as possible after an error.  While the
 target that failed, and those that depend on it, cannot be  remade,  the
 other dependencies of these targets can be processed all the same.


 It would be particularly useful when emerging world, system or
 multiple packages, some of which have broken ebuilds.

emerge -uvt world || while ! emerge --resume --skipfirst ; do echo next...; 
done

or something like this, might do the job.

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge

2006-12-11 Thread Raymond Lewis Rebbeck
On Monday, 11 December 2006 22:51, Cosmin Rentea wrote:
 Hi all,

 Is it possible to have in emerge something similar to the -k option
 of make ?


 -k, --keep-going
  Continue as much as possible after an error.  While the
 target that failed, and those that depend on it, cannot be  remade,  the
 other dependencies of these targets can be processed all the same.


 It would be particularly useful when emerging world, system or
 multiple packages, some of which have broken ebuilds.


If you take a look at the latest GWN I recall seeing mention of a script that 
did what you are proposing.

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



Re: [gentoo-user] emerge

2006-12-11 Thread Caj Zell

Cosmin Rentea skrev:


Hi all,

Is it possible to have in emerge something similar to the -k 
option of make ?



   -k, --keep-going
Continue as much as possible after an error.  While the 
target that failed, and those that depend on it, cannot be  remade,  the

other dependencies of these targets can be processed all the same.


It would be particularly useful when emerging world, system or 
multiple packages, some of which have broken ebuilds.






Check the latest Gentoo Weekly Newsletter for update-world, or check 
this link directly


http://forums.gentoo.org/viewtopic-t-497125.html

--

Med Vänliga Hälsningar,

Caj


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge

2006-12-11 Thread Boris Fersing

2006/12/11, Cosmin Rentea [EMAIL PROTECTED]:


Hi all,

Is it possible to have in emerge something similar to the -k option
of make ?


-k, --keep-going
 Continue as much as possible after an error.  While the
target that failed, and those that depend on it, cannot be  remade,  the
other dependencies of these targets can be processed all the same.


Hi,

you can try something like this :

in your .bashrc, add :

skipmerge(){
emerge --resume --skipfirst || skipmerge
}


then source your bashrc and try : emerge -auvDN world || skipmerge

that should work.

regards,

Boris.



It would be particularly useful when emerging world, system or
multiple packages, some of which have broken ebuilds.



--
---
Dipl.Ing. Cosmin Rentea  web:http://www.fokus.fraunhofer.de/motion
Fraunhofer FOKUS email:  [EMAIL PROTECTED]
Kaiserin-Augusta-Allee 31tel:++49-30-3463-7175
D-10589 Berlin   fax:++49-30-3463-8243
---

--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge

2006-12-11 Thread Petr Uzel
On Monday 11 December 2006 13:21, Cosmin Rentea wrote:
 Hi all,

 Is it possible to have in emerge something similar to the -k option
 of make ?


 -k, --keep-going
  Continue as much as possible after an error.  While the
 target that failed, and those that depend on it, cannot be  remade,  the
 other dependencies of these targets can be processed all the same.


 It would be particularly useful when emerging world, system or
 multiple packages, some of which have broken ebuilds.

Hello,
you could find some inspiration here :
http://www.sabayonlinux.org/forum/viewtopic.php?p=12114sid=f0df8f7562aae360b3bb527e5d5b7c01
and
http://forums.gentoo.org/viewtopic-t-497125-highlight-updateworld.html

I haven't tried it myself.

Regards
-- 
Petr Uzel
[EMAIL PROTECTED]
Jabber : [EMAIL PROTECTED]
ICQ : 101606095
Gentoo Linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] nautilus 2.16.3 never/always shows backup files

2006-12-11 Thread Markus Schönhaber
Hi there!

In nautilus 2.16.3, backup files (files with names that end with a '~' 
character) are never shown in file browser mode if
File management preferences / Views / Show hidden and backup files
is unchecked, i. e. toggling View / Show Hidden Files toggles the display of 
dotfiles but backup files are always hidden.
With
File management preferences / Views / Show hidden and backup files
checked, this is reversed, i. e. backup files are always shown - idependent of 
the setting of View / Show Hidden Files.

I found those in Gnome's bugzilla:
http://bugzilla.gnome.org/show_bug.cgi?id=327361
http://bugzilla.gnome.org/show_bug.cgi?id=335315
and this in Ubuntu's launchpad:
https://launchpad.net/distros/ubuntu/+source/nautilus/+bug/5326
but I didn't find a report in Gentoo's bugzilla.
The patch
http://bugzilla.gnome.org/attachment.cgi?id=72108action=view
referenced from the Gnome bug #327361 solves the problem for me.

Is this really an unknown bug wrt Gentoo or did I simply overlook the 
corresponding report?

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



Re: [gentoo-user] genkernel: pre load a module

2006-12-11 Thread Hans-Werner Hilse
Hi,

On Sun, 10 Dec 2006 14:26:09 -0300 Norberto Bensa [EMAIL PROTECTED]
wrote:

 since Linux kernel 2.6.19 libata changes, my boot time has increased
 at least 15 seconds. This is caused by ata_piix which tries
 unsuccessfully to interrogate my DVD drive. 
 
 I believe that if I load piix first (the PATA driver for Intel
 chipset) I will not get this delay.

I'm not sure about that.
Are you sure that it's really ata_piix causing the delay? I'm asking
because I've seen similar delays, but they were due to pata_legacy
(also a libata driver). Is ata_piix the only libata driver you've
compiled? I guess you've been using it for SATA HDs and your DVD is
PATA, correct? libata should work fine with that DVD drive, too. Your
BIOS uses combined or enhanced mode for SATA/PATA integration without
overlaps, I guess?

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



Re: [gentoo-user] turning off irrelevant mplayer errorFIXED?

2006-12-11 Thread maxim wexler
 Ahh its so nice to have answered someone elses
 question for a change :-)
 -- 
 gentoo-user@gentoo.org mailing list
 
 
Whoa! I typed too soon. It doesn't work if I enter $
mplayer -playlist myplaylist.pla. It just scrolls
through the list without a sound. Ctrl-C kicks me out.
However $gmplayer -playlist myplaylist.pla works. 

BTW, what's this .mplayer/gui.pl? How did it get
written? I never knowingly did it. And when I point
gmplayer at it it scrolls like mplayer did but ctrl-c
causes it to crash. Now there's black gmplayer shaped
hole on my desktop and running kill on the PID doesn't
work.

Maxim


 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] EVMS root partition and udev, anyone?

2006-12-11 Thread Kevin Hanson
Has anyone gotten their system to boot with an evms root volume on a 
purely udev system?  If so, can you tell me how you did it.


The problem I am having is the initrd from the evms site expects a 
kernel that understands devfs.  The problem I'm having with genkernel 
--evms2 is that it complains that it cannot find /dev/evms/root.  When I 
drop into the shell from this point, there is nothing except /dev/evms/dm.


When I boot with livecd and run evms_activate...all my /dev/evms/root,  
boot, home, usr, etc show up.


I have scoured the web and I am at a loss.  I really want to use evms, 
but it looks like I'm going to have to punt on this.


Cheers,
Kevin
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Projector on my laptop

2006-12-11 Thread James
Felipe Ribeiro [EMAIL PROTECTED] writes:


 I have an Acer Aspire 5002 WLMI laptop running gentoo.

 I use my display on 1280x800 and i want to use a projector to give a
 speech and show slides and live coding. What do i have to configure?
 My xorg.conf? what do I have to change?


IN /etc/X11/xorg.conf   look that the file. Near the bottom,
you'll find a  screen section:

snip
Section Screen
Identifier  Screen0
Device  Card0
Monitor Monitor0
DefaultColorDepth 24
SubSection Display
Depth   1
Modes  1440x900 1024x768
EndSubSection
SubSection Display
Depth   4
Modes 1440x900 1024x768
EndSubSection
end/snip

You may have to revisit some of your drivers in your kernel, depending
on how your kernel is configured, but may not also.

I'd save an old copy of anything you modify, so as to make
recovery from mistakes, easy



James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Updates from the Bugday team.

2006-12-11 Thread Alexander Færøy
Hi Lists,

I have recently made some plans out of my ideas about the bugday
project. They have ended up in a forum thread[1] in the userrep forum.
Feel free to comment on it or contact me directly or any of my team
members if you have any questions about this. We are hanging around in
#Gentoo-Bugs on Freenode.

There has happened some minor chances in the bugday team. Kloeri
announced that I had taken over control and after that I added two new
members to my little team.  We have got Stephen Bennet (spb) and Peter
Weller (welp) as our new team members. Welcome to both of you ;)

Stephen is going to help our users with ideas about how to fix different
kind of bugs and Peter is going to take care of arranging the events
together with me. Which means he will have to contact our userreps and
our upcoming bugday helpers from time to time.

I have also created a bug[2] on bugzilla, which is going to be used by
YOU people. I would be really happy if when you had something you would
think our users would be able to help fixing, then post the bugid to
that bug and I will update our website[3] so the users will be able to
see it at our next bugdays.

Next bugday will be on the 6'th of January 2007.

Best regards,
Alex

[1] https://forums.gentoo.org/viewtopic-t-522662.html
[2] https://bugs.gentoo.org/show_bug.cgi?id=157807
[3] http://bugday.gentoo.org

-- 
Alexander Færøy [EMAIL PROTECTED]
Gentoo/MIPS, Gentoo/Alpha, User relations and Bugday.


pgpUi8dA9w09O.pgp
Description: PGP signature


Re: [gentoo-user] GDM: No local X server

2006-12-11 Thread YoYo Siska
Nico Schümann wrote:
 Hi,
 
 I've set up a terminal server. Now, it actually works ([xdmcp] is
 enabled) and I can connect via X -broadcast, but GDM tries to start a
 local X server on the server machine. I don't want an X server to run
 on the terminal server. How do I configure GDM not to do this?

Just commenting out the local server ( the line that looks something
like '0=Standard') doesn't work?

I used to set up gdm that way some time ago and  I don't really remember
now, but I think commenting it out was enough...

I used gdm for xdmcp connections and kdm for the local server ;-) to
have the ability to start/stop them independently


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



Re: [gentoo-user] Re: Projector on my laptop

2006-12-11 Thread Felipe Ribeiro

I tried with an ordinary CRT monitor, and it didn't work. Do i need to
have anything installed? Is xinerama necessary?

Thanks

On 12/11/06, James [EMAIL PROTECTED] wrote:

Felipe Ribeiro [EMAIL PROTECTED] writes:


 I have an Acer Aspire 5002 WLMI laptop running gentoo.

 I use my display on 1280x800 and i want to use a projector to give a
 speech and show slides and live coding. What do i have to configure?
 My xorg.conf? what do I have to change?


IN /etc/X11/xorg.conf   look that the file. Near the bottom,
you'll find a  screen section:

snip
Section Screen
Identifier  Screen0
Device  Card0
Monitor Monitor0
DefaultColorDepth 24
SubSection Display
Depth   1
Modes  1440x900 1024x768
EndSubSection
SubSection Display
Depth   4
Modes 1440x900 1024x768
EndSubSection
end/snip

You may have to revisit some of your drivers in your kernel, depending
on how your kernel is configured, but may not also.

I'd save an old copy of anything you modify, so as to make
recovery from mistakes, easy



James



--
gentoo-user@gentoo.org mailing list





--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



[gentoo-user] ifconfig - SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Leandro Melo de Sales

Hi list,

# ifconfig eth0:0 192.168.1.3
SIOCSIFADDR: File exists
SIOCSIFFLAGS: Cannot assign requested address

My /etc/conf.d/net is correct:

config_eth0=( 192.168.1.2 netmask 255.255.255.0
 192.168.1.3 netmask 255.255.255.0
 192.168.1.6 netmask 255.255.255.0
)
routes_eth0=( default gw 192.168.1.1 )

When I start /etc/init.d/net.eth0 (which is a sym link to net.lo) everything
seems to be ok, but when I type ifconfig I can see just eth0 interface. So,
I tried to execute the ifconfig command listen above but I got that error.
What is wrong?

Thank you,

Leandro


[gentoo-user] Touchpad stoped

2006-12-11 Thread Felipe Ribeiro

Since i ran emerge -uDN world my touchpad stopped working!!! :-( does
anyone know what can  have hapened?

And even when i try to run syndameon manually, i get:

* Starting syndaemon ...
Can't open display.   [ !! ]

[]s
--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



[gentoo-user] app-editors/gedit-2.16.2 failed

2006-12-11 Thread Michael Sullivan
I don't know if I should file this a bug or not:

gtk-doc: Running scanner gedit-scan
X11 connection rejected because of wrong authentication.
The application 'gedit' lost its connection to the display
localhost:10.0;
most likely the X server was shut down or you killed/destroyed
the application.
Scan failed:
make[3]: *** [scan-build.stamp] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gedit-2.16.2/work/gedit-2.16.2/docs/reference'make[2]:
*** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gedit-2.16.2/work/gedit-2.16.2/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gedit-2.16.2/work/gedit-2.16.2'
make: *** [all] Error 2

!!! ERROR: app-editors/gedit-2.16.2 failed.

What should I do?  AFAIK, the only authentication we use on the box in
question is PAM, and the computer itself is working just fine in Gnome.
Please help.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] disabling module autoloading in udev 1003

2006-12-11 Thread henkg
On Sun, Dec 10, 2006 at 03:09:42PM -0700, Richard Fish wrote:
 I think there is an alsa-specific solution to this, but I can't
 remember what it is.  

I have what I think is the 'alsa solution' activated:

alias snd-card-0 snd-emu10k1

however this is completely ignored. I will try your solution next.

thanks,

Henk.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Touchpad stoped

2006-12-11 Thread Neil Bothwick
On Mon, 11 Dec 2006 15:01:18 -0300, Felipe Ribeiro wrote:

 Since i ran emerge -uDN world my touchpad stopped working!!! :-( does
 anyone know what can  have hapened?

1) Something you updated broke it.
2) An updated program requires an updated config but you haven't run
   etc-update/dispatch-conf.
3) You did run etc-update and overwrote a working config with a generic
   file.

Without knowing what you updated with your emerge -u world, it is
difficult to make more specific suggestions. Use genlop (or qlop) to see
which packages were installed by the world update and tell us whether you
ran etc-update/dispatch-conf.


-- 
Neil Bothwick

There is so much sand in Northern Africa that if it were spread out it
would completely cover the Sahara Desert.


signature.asc
Description: PGP signature


Re: [gentoo-user] ifconfig - SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Jerry McBride
On Monday 11 December 2006 12:34, Leandro Melo de Sales wrote:
 Hi list,

 # ifconfig eth0:0 192.168.1.3
 SIOCSIFADDR: File exists
 SIOCSIFFLAGS: Cannot assign requested address

 My /etc/conf.d/net is correct:

 config_eth0=( 192.168.1.2 netmask 255.255.255.0
   192.168.1.3 netmask 255.255.255.0
   192.168.1.6 netmask 255.255.255.0
 )
 routes_eth0=( default gw 192.168.1.1 )

 When I start /etc/init.d/net.eth0 (which is a sym link to net.lo)
 everything seems to be ok, but when I type ifconfig I can see just eth0
 interface. So, I tried to execute the ifconfig command listen above but I
 got that error. What is wrong?

 Thank you,

 Leandro

Normally this means you haven't loaded the required nic driver or have loaded 
the wrong one...

The lspci tool is your friend, if you need help figuring out which nic driver 
you need.

-- 

--

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



Re: [gentoo-user] ifconfig - SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Leandro Melo de Sales

Hi Jerry, but the fact is that eth0 (the first ip, 192.168.1.2) is up...

Any other clue?

Leandro

2006/12/11, Jerry McBride [EMAIL PROTECTED]:


On Monday 11 December 2006 12:34, Leandro Melo de Sales wrote:
 Hi list,

 # ifconfig eth0:0 192.168.1.3
 SIOCSIFADDR: File exists
 SIOCSIFFLAGS: Cannot assign requested address

 My /etc/conf.d/net is correct:

 config_eth0=( 192.168.1.2 netmask 255.255.255.0
   192.168.1.3 netmask 255.255.255.0
   192.168.1.6 netmask 255.255.255.0
 )
 routes_eth0=( default gw 192.168.1.1 )

 When I start /etc/init.d/net.eth0 (which is a sym link to net.lo)
 everything seems to be ok, but when I type ifconfig I can see just eth0
 interface. So, I tried to execute the ifconfig command listen above but
I
 got that error. What is wrong?

 Thank you,

 Leandro

Normally this means you haven't loaded the required nic driver or have
loaded
the wrong one...

The lspci tool is your friend, if you need help figuring out which nic
driver
you need.

--

--

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




Re: [gentoo-user] ifconfig - SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Xavier Parizet
Hello !

Do you check if  the requested address is free ?
This may be the source of your problem...
Try ping 192.168.1.3 to see if this address is already assigned.
-- 
the principal difference between the Free Software movement and the open
source activity is that open source is a development model and Free
Software is a social movement -- RMS

On Mon, December 11, 2006 20:28, Leandro Melo de Sales wrote:
 Hi Jerry, but the fact is that eth0 (the first ip, 192.168.1.2) is up...

 Any other clue?

 Leandro

 2006/12/11, Jerry McBride [EMAIL PROTECTED]:

 On Monday 11 December 2006 12:34, Leandro Melo de Sales wrote:
  Hi list,
 
  # ifconfig eth0:0 192.168.1.3
  SIOCSIFADDR: File exists
  SIOCSIFFLAGS: Cannot assign requested address
 
  My /etc/conf.d/net is correct:
 
  config_eth0=( 192.168.1.2 netmask 255.255.255.0
192.168.1.3 netmask 255.255.255.0
192.168.1.6 netmask 255.255.255.0
  )
  routes_eth0=( default gw 192.168.1.1 )
 
  When I start /etc/init.d/net.eth0 (which is a sym link to net.lo)
  everything seems to be ok, but when I type ifconfig I can see just
 eth0
  interface. So, I tried to execute the ifconfig command listen above
 but
 I
  got that error. What is wrong?
 
  Thank you,
 
  Leandro

 Normally this means you haven't loaded the required nic driver or have
 loaded
 the wrong one...

 The lspci tool is your friend, if you need help figuring out which nic
 driver
 you need.

 --

 --

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





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ifconfig - SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Mike Williams
On Monday 11 December 2006 17:34, Leandro Melo de Sales wrote:
 # ifconfig eth0:0 192.168.1.3
 SIOCSIFADDR: File exists
 SIOCSIFFLAGS: Cannot assign requested address

 My /etc/conf.d/net is correct:

 config_eth0=( 192.168.1.2 netmask 255.255.255.0
               192.168.1.3 netmask 255.255.255.0
               192.168.1.6 netmask 255.255.255.0
 )
 routes_eth0=( default gw 192.168.1.1 )

 When I start /etc/init.d/net.eth0 (which is a sym link to net.lo)
 everything seems to be ok, but when I type ifconfig I can see just eth0
 interface. So, I tried to execute the ifconfig command listen above but I
 got that error. What is wrong?

You executed the ifconfig command above.

# ip addr list dev eth0

ifconfig can't assign multiple addresses to one interface, but iproute2 can.

-- 
Mike Williams

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Why does emerge want firefox???

2006-12-11 Thread Michael Sullivan
This is the output of an emerge -pvuDt world:


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

Calculating world dependencies... done!
[nomerge  ] gnome-base/gnome-2.14.2  USE=cdr dvdr hal
-accessibility
[ebuild U ]  app-arch/file-roller-2.16.2 [2.14.3] USE=debug gnome%
* 0 kB
[ebuild U ]  gnome-extra/gnome-keyring-manager-2.16.0-r1 [2.14.0]
USE=debug -static 0 kB
[ebuild U ]  gnome-extra/gnome-games-2.16.2 [2.14.2.1] USE=debug
guile -artworkextra 0 kB
[ebuild U ]  gnome-base/gnome-session-2.16.1 [2.14.2] USE=debug
ipv6 tcpd -branding -esd 0 kB
[ebuild U ]  x11-terms/gnome-terminal-2.16.1 [2.14.2] USE=debug 0
kB
[ebuild U ]  gnome-extra/gconf-editor-2.16.0 [2.14.0] USE=debug 0
kB
[ebuild U ]  gnome-base/gnome-volume-manager-2.15.0 [1.5.15-r3]
USE=crypt debug doc 0 kB
[ebuild U ]  gnome-extra/gcalctool-5.8.25 [5.8.16] USE=debug 0 kB
[ebuild U ]  gnome-extra/gnome-utils-2.16.2 [2.14.0] USE=debug hal
ipv6 0 kB
[ebuild U ]  gnome-extra/bug-buddy-2.16.0 [2.14.0] USE=debug 0 kB
[ebuild U ]  x11-libs/vte-0.14.1 [0.12.2] USE=debug doc opengl
python 0 kB
[ebuild U ]  gnome-extra/fast-user-switch-applet-2.16.0 [2.14.2]
USE=debug 0 kB
[ebuild U ]  x11-themes/gnome-backgrounds-2.16.2 [2.14.2.1]
USE=debug 0 kB
[ebuild U ]  gnome-extra/evolution-webcal-2.8.0 [2.6.0] USE=debug
0 kB
[ebuild U ]  gnome-extra/yelp-2.16.1 [2.14.2-r2] USE=debug -beagle%
(-firefox%) 0 kB
[ebuild U ]  gnome-base/gnome-applets-2.16.2 [2.14.2] USE=apm debug
doc%* gstreamer ipv6 -acpi (-hal%*) 0 kB
[ebuild U ] www-client/epiphany-2.16.2 [2.14.2.1-r1] USE=debug doc
python (-firefox%) 0 kB
[ebuild  N]  www-client/mozilla-firefox-1.5.0.8  USE=debug gnome
ipv6 java -mozdevelop -moznopango -xinerama -xprint LINGUAS=es fr -ar
-bg -ca -cs -da -de -el -en_GB -es_AR -es_ES -eu -fi -ga -ga_IE -gu_IN
-he -hu -it -ja -ko -lt -mk -nb -nb_NO -nl -pa_IN -pl -pt_BR -ro -ru -sk
-sl -sv -sv_SE -tr -zh_CN -zh_TW 0 kB

Total size of downloads: 0 kB

I have -firefox and -mozilla in /etc/make.conf .  Why is emerge trying
to pull in Firefox?  I don't want Firefox.  How do I make it stop?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ifconfig - SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Leandro Melo de Sales

Well, I solve the problem as follows:

config_eth0=( 192.168.1.2 netmask 255.255.255.0
   192.168.1.3 netmask 255.255.255.0 label eth0:1
   192.168.1.6 netmask 255.255.255.0 label eth0:2
)

... and I think that ifconfig can assign more than one ip for a net
interface.

Thanks for all replies.
Leandro

2006/12/11, Mike Williams [EMAIL PROTECTED]:


On Monday 11 December 2006 17:34, Leandro Melo de Sales wrote:
 # ifconfig eth0:0 192.168.1.3
 SIOCSIFADDR: File exists
 SIOCSIFFLAGS: Cannot assign requested address

 My /etc/conf.d/net is correct:

 config_eth0=( 192.168.1.2 netmask 255.255.255.0
 192.168.1.3 netmask 255.255.255.0
 192.168.1.6 netmask 255.255.255.0
 )
 routes_eth0=( default gw 192.168.1.1 )

 When I start /etc/init.d/net.eth0 (which is a sym link to net.lo)
 everything seems to be ok, but when I type ifconfig I can see just eth0
 interface. So, I tried to execute the ifconfig command listen above but
I
 got that error. What is wrong?

You executed the ifconfig command above.

# ip addr list dev eth0

ifconfig can't assign multiple addresses to one interface, but iproute2
can.

--
Mike Williams

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: wlan0 is sssloooow [100% SOLVED]

2006-12-11 Thread Sergio Polini
Yes, it was OT and very few of you are interested ;-)
However, somebody would like to know who the killer was.

The original subject was wlan0 is ssslw [99% SOLVED] because  
pinging the Belkin F5D7230-4 wireless router worked from Windows but 
not from Linux.
The answer is: because Windows sends ICMP messages with 32 bytes of 
data, Linux sends them with 56 bytes of data.
Moreover, Linux IP datagrams have the DF (don't fragment) bit set, 
Windows ones have not.
On Linux, ping -s 15 192.168.2.2 works.

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



[gentoo-user] DPMS Not Working on i810

2006-12-11 Thread Randy Barlow
DPMS used to work just find on my laptop in X 6.8-7.0, but when I
upgraded to 7.1, all of a sudden DPMS stopped working.  I've posted the
relevant sections of my xorg.conf to see if anyone has any hints:

Section ServerLayout
...
#OptionStandbyTime 20
#OptionSuspendTime 40
Option OffTime 20
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
Option  DPMS true
EndSection

It seems to me like this should work, but it doesn't.  Does anyone have
any clues for me?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Why does emerge want firefox???

2006-12-11 Thread Richard Fish

On 12/11/06, Michael Sullivan [EMAIL PROTECTED] wrote:

I have -firefox and -mozilla in /etc/make.conf .  Why is emerge trying
to pull in Firefox?  I don't want Firefox.  How do I make it stop?



=gnome-extra/yelp-2.16 and =www-client/epiphany-2.16.1

unconditionally depend on firefox.  If you want these version
installed, you must install firefox also.  Otherwise you can mask
them, keep 2.14 versions aroundbut you probably won't be able to
upgrade to gnome 2.16 either.

gnome-extra/yelp has this in ChangeLog:
 08 Sep 2006; Daniel Gryniewicz [EMAIL PROTECTED] yelp-2.16.0.ebuild:
 No seamonkey support anymore; remove firefox use flag

www-client/epiphany has:
 08 Sep 2006; Daniel Gryniewicz [EMAIL PROTECTED] epiphany-2.16.0.ebuild:
 Remove firefox use flag, make dep require firefox 1.5

Not sure why this is...I assume that seamonkey no longer provides
whatever functionality is required for the 2.16 versions of these
packages.

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



[gentoo-user] Bandwidth Limiting with Mod_BW and Apache2

2006-12-11 Thread Jayson Smith
Hi there,
For a while now I've been using Mod_BW to limit bandwidth for a directory on
my website.  We have a residential ADSL line, and some files I'm hosting are
somewhat popular, leading to bandwidth usage and Internet slowness for the
rest of the household.  The bandwidth limiting for one directory is working
but not for another directory.  In this file, dectalk is being limited but
lchoice isn't.  Any idea why?
Here is the config file 11_mod_bw.conf in /etc/apache/modules.d
Jayson.

IfDefine BW
  IfModule !mod_bw.c
LoadModule bw_module modules/mod_bw.so
  /IfModule
/IfDefine

IfModule mod_bw.c
  # This must be turned on for mod_bandwidth to actually do anything
  # These directives can go inside a VirtualHost or Directory, etc...
  #
  BandWidthModule On
VirtualHost *
DocumentRoot /var/www/localhost/htdocs
Directory /var/www/localhost/htdocs/dectalk
BandWidthModule On
BandWidth all 8192
/Directory
Directory /var/www/localhost/htdocs/lchoice
BandWidthModule On
BandWidth All 16384
/Directory
/VirtualHost

  # Limit 196.168.0.0/24 to 80KB/sec, with a minimum of 60KB/sec
  #
  # BandWidth 196.168.0 8
  # BandWidth 196.168.0 6

  # Everyone else shares 50KB/sec
  #
  Bandwidth all 20480
/IfModule

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Why does emerge want firefox???

2006-12-11 Thread Neil Bothwick
On Mon, 11 Dec 2006 13:57:08 -0600, Michael Sullivan wrote:

 [ebuild U ] www-client/epiphany-2.16.2 [2.14.2.1-r1] USE=debug doc
 python (-firefox%) 0 kB
 [ebuild  N]  www-client/mozilla-firefox-1.5.0.8  USE=debug gnome
 ipv6 java -mozdevelop -moznopango -xinerama -xprint LINGUAS=es fr -ar
 -bg -ca -cs -da -de -el -en_GB -es_AR -es_ES -eu -fi -ga -ga_IE -gu_IN
 -he -hu -it -ja -ko -lt -mk -nb -nb_NO -nl -pa_IN -pl -pt_BR -ro -ru -sk
 -sl -sv -sv_SE -tr -zh_CN -zh_TW 0 kB

 I have -firefox and -mozilla in /etc/make.conf .  Why is emerge trying
 to pull in Firefox?  I don't want Firefox.  How do I make it stop?

The (-firefox%) in Epiphany's USE flags indicates that this flag is no
longer used by the ebuild. The firefox dependency is no longer options,
Epiphany needs Firefox, apparently for the Gecko rendering engine.


-- 
Neil Bothwick

Caution, an incorrigible punster - don't incorrige.


signature.asc
Description: PGP signature


Re: [gentoo-user] OT - Why does emerge want firefox???

2006-12-11 Thread Richard Fish

On 12/11/06, Richard Fish [EMAIL PROTECTED] wrote:

Not sure why this is...I assume that seamonkey no longer provides
whatever functionality is required for the 2.16 versions of these
packages.


This bug explains:

http://bugs.gentoo.org/show_bug.cgi?id=146876
--
gentoo-user@gentoo.org mailing list



[gentoo-user] avoiding pdf print restrictions

2006-12-11 Thread James
Hello,

I need to print a pdf file, that is not cooperative.

I've read that gmail works, but is there something else
readily available in portage?

I use mozilla for everything so an application that does
not disturb mozilla is most desirable.

ideas?



James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] GDM: No local X server

2006-12-11 Thread Nico Schümann

Thank you very mouch. I don't have souch a line though. But I found
out that gdm --no-console does a real good jo -- just for those who
have a similar problem.
Anyway, thank you.

2006/12/11, YoYo Siska [EMAIL PROTECTED]:

Nico Schümann wrote:
 Hi,

 I've set up a terminal server. Now, it actually works ([xdmcp] is
 enabled) and I can connect via X -broadcast, but GDM tries to start a
 local X server on the server machine. I don't want an X server to run
 on the terminal server. How do I configure GDM not to do this?

Just commenting out the local server ( the line that looks something
like '0=Standard') doesn't work?

I used to set up gdm that way some time ago and  I don't really remember
now, but I think commenting it out was enough...

I used gdm for xdmcp connections and kdm for the local server ;-) to
have the ability to start/stop them independently


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




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ifconfig - SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Pawel Kraszewski
Dnia poniedziałek, 11 grudnia 2006 18:34, Leandro Melo de Sales napisał:

 config_eth0=( 192.168.1.2 netmask 255.255.255.0
   192.168.1.3 netmask 255.255.255.0
   192.168.1.6 netmask 255.255.255.0
 )

Well, it is a design flaw to have 3 addresses in overaping networks. From what 
I recall you may use only one non /32 address in a network. If the 
requirement is not met, problems arise:

Problem: You want to broadcast to 192.168.1.255.
Question: From which of these addresses should it origin?

Problem: Someone else broadcasts to 192.168.1.255.
Question: Which of these addresses should catch it? One? All?


I was taught that configurations of multiple-ip-per-net should look like:

 config_eth0=( 192.168.1.2 netmask 255.255.255.0
   192.168.1.3 netmask 255.255.255.255
   192.168.1.6 netmask 255.255.255.255
 )

Only the first has a regular mask (and therefore is source and target for 
broadcasts) - the rest has /32 mask and is only valid for unicast 
communication.

AFAIK this is true for both multiple cards on single network and multiple 
aliases on single card.

-- 
 Pawel Kraszewski
 www.kraszewscy.net

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] avoiding pdf print restrictions

2006-12-11 Thread Boris Fersing

2006/12/11, James [EMAIL PROTECTED]:

Hello,

I need to print a pdf file, that is not cooperative.

I've read that gmail works, but is there something else
readily available in portage?

I use mozilla for everything so an application that does
not disturb mozilla is most desirable.

ideas?


Hi,

pdf2ps yourfile.pdf and try to print the yourfile.ps file... or does
this command fail ? (pdf protection...).

Boris.




James



--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: no ethernet with nforce on k7n420

2006-12-11 Thread James
Iain Buchanan iaindb at netspace.net.au writes:


 I am trying to remove my wireless link on a box at home to improve
 network performance.  I have a MSI k7n420, with the nforce chipset.


Hello Iain,

IT's a shot in the dark, but, you might want to check for a newer
bios release from the mobo vendor. I have a MSI K9A platinum that
has been giving me fits on sata, ide and ethernet issues. My research
has reveal a similar problem, all related to bios upgrade.

Although we are fed the line 'linux does not use the PC bios'
is actually does for initialzations. More and more, I'm finding
examples of linux droping the ball on parameters found in 
bios (nvram) (video ram for example).


http://www.msicomputer.com/support/bios
http://www.msicomputer.com/support/bios_result.asp

I think you have to perform the bios upgrade using a 
boot floppy, from the XP side. After you look at the
howto, for ntfs file systems, drop me a line.
The bios upgrade docs they (msi) provide, seem to be
written by ami/award for every form of generic windoz
machines from 95 to XP.. generic is nice way
to describe these docs.

It's hard for me to believe that mobo vendors make it
so convoluted to upgrade the bios.


hth,
James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Projector on my laptop

2006-12-11 Thread Mick
On Monday 11 December 2006 17:23, Felipe Ribeiro wrote:
 I tried with an ordinary CRT monitor, and it didn't work. Do i need to
 have anything installed? Is xinerama necessary?

It won't work because the Screen section below specifies only one screen 
Screen 0.  You need to also setup Screen 1 with the required resolution, 
otherwise the resolution of your monitor would be replicated at the second 
screen output.  The bind together the setup for the second screen in 
the ServerLayout section.  I really think you should read man xorg.conf.

PS.  Can you please stop top-posting.

 Thanks

 On 12/11/06, James [EMAIL PROTECTED] wrote:
  Felipe Ribeiro [EMAIL PROTECTED] writes:
   I have an Acer Aspire 5002 WLMI laptop running gentoo.
  
   I use my display on 1280x800 and i want to use a projector to give a
   speech and show slides and live coding. What do i have to configure?
   My xorg.conf? what do I have to change?
 
  IN /etc/X11/xorg.conf   look that the file. Near the bottom,
  you'll find a  screen section:
 
  snip
  Section Screen
  Identifier  Screen0
  Device  Card0
  Monitor Monitor0
  DefaultColorDepth 24
  SubSection Display
  Depth   1
  Modes  1440x900 1024x768
  EndSubSection
  SubSection Display
  Depth   4
  Modes 1440x900 1024x768
  EndSubSection
  end/snip

-- 
Regards,
Mick


pgpzBwsOBTjv9.pgp
Description: PGP signature


[gentoo-user] xmms lib cruft?

2006-12-11 Thread Mick
As I was doing a revdep-rebuild today this came up:

Checking dynamic linking consistency...
  broken /usr/lib/xmms/Input/libmp4.la (requires /usr/lib/libxmms.la)
 done.
  (/root/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... done.
  (/root/.revdep-rebuild.4_ebuilds)

Evaluating package order... done.
  (/root/.revdep-rebuild.5_order)

Dynamic linking on your system is consistent... All done.


Is this an xmms dependency and therefore obsolete and should be removed, or is 
it related to some other package?

PS.  I have unmerged xmms and its plugins some time ago (but still miss it - 
sob).
-- 
Regards,
Mick


pgp34y5g4FfdV.pgp
Description: PGP signature


[gentoo-user] [OT] Specifying file size in dvd::rip

2006-12-11 Thread Mick
I am trying out dvd::rip as kindly suggested in this mailing list, but cannot 
find a way of specifying the target file size.  When I fill in 4700MB in the 
Transcode tab (under target size) it is invariably ignored and I get only 
2.2-3.5G avi file sizes out of the whole process.  In this way I end up with 
half empty DVDs (I want to save the avi file onto a 4.7G DVD) which lack 
colour detail - it's difficult to explain but grey or dark colours create a 
silvery/shadowing effect.

How do you set dvd::rip to end up with a 16:9 aspect avi file taking up close 
to (but no more than) 4.7G?
-- 
Regards,
Mick


pgpHUbdTToUEs.pgp
Description: PGP signature


Re: [gentoo-user] xmms lib cruft?

2006-12-11 Thread Richard Fish

On 12/11/06, Mick [EMAIL PROTECTED] wrote:

Is this an xmms dependency and therefore obsolete and should be removed


It is probably a file that was modified after installation (fex by
fix_libtool_files), so portage didn't remove it when you unmerged xmms
et al.  It is safe to delete.

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



Re: [gentoo-user] nautilus 2.16.3 never/always shows backup files

2006-12-11 Thread Iain Buchanan
On Mon, 2006-12-11 at 14:31 +0100, Markus Schönhaber wrote:
 Hi there!

Hi!

 In nautilus 2.16.3, backup files (files with names that end with a '~' 
 character) are never shown in file browser mode if
 File management preferences / Views / Show hidden and backup files
 is unchecked, i. e. toggling View / Show Hidden Files toggles the display 
 of 
 dotfiles but backup files are always hidden.
 With
 File management preferences / Views / Show hidden and backup files
 checked, this is reversed, i. e. backup files are always shown - idependent 
 of 
 the setting of View / Show Hidden Files.
 
 I found those in Gnome's bugzilla:
 http://bugzilla.gnome.org/show_bug.cgi?id=327361
 http://bugzilla.gnome.org/show_bug.cgi?id=335315
 and this in Ubuntu's launchpad:
 https://launchpad.net/distros/ubuntu/+source/nautilus/+bug/5326
 but I didn't find a report in Gentoo's bugzilla.
 The patch
 http://bugzilla.gnome.org/attachment.cgi?id=72108action=view
 referenced from the Gnome bug #327361 solves the problem for me.
 
 Is this really an unknown bug wrt Gentoo or did I simply overlook the 
 corresponding report?

Looks like you've already done the hard yards in searching bgo.  If you
can't find the bug, then chances are it doesn't exist there yet.

If you make a new bug, and provide the patches and upstream bug links,
then either it'll be accepted, or marked as a duplicate of the bug you
couldn't find.  In either case it's worth it to get the problem
resolved, IMHO.

HTH,
-- 
Iain Buchanan iaindb at netspace dot net dot au

Software is like sex, it's better when it's free. -- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: avoiding pdf print restrictions

2006-12-11 Thread James
Boris Fersing kernelsensei at gentoo.org writes:


  I need to print a pdf file, that is not cooperative.

 pdf2ps yourfile.pdf and try to print the yourfile.ps file... or does
 this command fail ? (pdf protection...).
 
eix reveals nothing, slocate reveals:
/usr/bin/pdf2ps


It worked for the first 4 pages, which is exactly where it died
before.

Any workarounds or other software ideas ?


James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] genkernel: pre load a module

2006-12-11 Thread Norberto Bensa
Hans-Werner Hilse wrote:
  I believe that if I load piix first (the PATA driver for Intel
  chipset) I will not get this delay.

 I'm not sure about that.

Me neither. I haven't made any test... yet.


 Are you sure that it's really ata_piix causing the delay? 

Nope

 Is ata_piix the only libata driver you've
 compiled? 

Yes.

 I guess you've been using it for SATA HDs and your DVD is 
 PATA, correct? 

Exactly

 libata should work fine with that DVD drive, too. Your 
 BIOS uses combined or enhanced mode for SATA/PATA integration without
 overlaps, I guess?

I don't know. How would I check that?


Many thanks in advance,
Norberto

-- 
Norberto Bensa
Cel: 011-5654-9539
Ciudad de Buenos Aires, Argentina



pgpYCZJBN53Du.pgp
Description: PGP signature


[gentoo-user] Re: avoiding pdf print restrictions

2006-12-11 Thread james
James wireless at tampabay.rr.com writes:


   I need to print a pdf file, that is not cooperative.

  pdf2ps yourfile.pdf and try to print the yourfile.ps file... or does
  this command fail ? (pdf protection...).

 It worked for the first 4 pages

Um, I had to grab a copy of the file from /tmp
then it worked beautifully.

THANKS!


James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] genkernel: pre load a module

2006-12-11 Thread Norberto Bensa
Hans-Werner Hilse wrote:
  I believe that if I load piix first (the PATA driver for Intel
  chipset) I will not get this delay.

 I'm not sure about that.
 Are you sure that it's really ata_piix causing the delay?

Well... I've tried this config:

CONFIG_IDE=y
CONFIG_IDE_MAX_HWIFS=4
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_PIIX=y
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_ATA=m
CONFIG_ATA_PIIX=m
CONFIG_SATA_INTEL_COMBINED=y

In other words: 

PATA PIIX built-in
SATA PIIX as module

No delay. /dev/sda continues to be /dev/sda. Same for /dev/hda


-- 
Norberto Bensa
Cel: 011-5654-9539
Ciudad de Buenos Aires, Argentina



pgpCZHOkZZ0J9.pgp
Description: PGP signature


Re: [gentoo-user] ifconfig - SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Iain Buchanan
Hi all,

I've found that at some point, ifconfig has not been listing my aliases
correctly either.  I haven't changed /etc/conf.d/net for a long time,
and yet I only see eth0 when I run ifconfig, and not eth0:1 (which is
also created from /etc/conf.d/net)

However, if I run ifconfig eth0:1 from the command line, then ifconfig
displays it, so I don't know what's going on and why it's changed...

On Mon, 2006-12-11 at 23:35 +0100, Pawel Kraszewski wrote:
 Dnia poniedziałek, 11 grudnia 2006 18:34, Leandro Melo de Sales napisał:
 
  config_eth0=( 192.168.1.2 netmask 255.255.255.0
192.168.1.3 netmask 255.255.255.0
192.168.1.6 netmask 255.255.255.0
  )
 
 Well, it is a design flaw to have 3 addresses in overaping networks. From 
 what 
 I recall you may use only one non /32 address in a network. If the 
 requirement is not met, problems arise:

Not necessarily.  It may be necessary to have multiple addresses on the
same subnet.

 Problem: You want to broadcast to 192.168.1.255.
 Question: From which of these addresses should it origin?

The first one it finds?  A random one? don't know.

you could also say `ping I 192.168.1.2 b 192.168.1.255`

 Problem: Someone else broadcasts to 192.168.1.255.
 Question: Which of these addresses should catch it? One? All?

All of course, it is a broadcast after all :)

 I was taught that configurations of multiple-ip-per-net should look like:
 
  config_eth0=( 192.168.1.2 netmask 255.255.255.0
192.168.1.3 netmask 255.255.255.255
192.168.1.6 netmask 255.255.255.255
  )
 
 Only the first has a regular mask (and therefore is source and target for 
 broadcasts) - the rest has /32 mask and is only valid for unicast 
 communication.

good idea.

 AFAIK this is true for both multiple cards on single network and multiple 
 aliases on single card.

cya,
-- 
Iain Buchanan iaindb at netspace dot net dot au

The other day I... uh, no, that wasn't me.
-- Steven Wright

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gnome 2.16 block by non-installed blocker

2006-12-11 Thread Allan Gottlieb
My normal
   emerge --tree --ask --verbose --newuse --update --deep world
showed that gnome 2.16 is now stable.  The output starts with

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

Calculating world dependencies... done!
[blocks B ] dev-python/pygtk-2.9 (is blocking 
dev-python/pygobject-2.12.3)

I know that when A blocks B, you emerge --unmerge A (or do without B).

But it appears that the version of A mentioned is not installed,
indeed it seems to not be in portage

ajglap gottlieb # emerge --unmerge --ask dev-python/pygtk-2.9

 These are the packages that would be unmerged:

--- Couldn't find 'dev-python/pygtk-2.9' to unmerge.

 No packages selected for removal by unmerge.

ajglap gottlieb # eix pygtk
* dev-python/pygtk
 Available versions:  [M]0.6.11:1.2 [M]0.6.11-r1:1.2 2.6.1:2 ~2.6.2:2 
2.8.2:2 ~2.8.4:2 2.8.6:2 ~2.10.1:2 *2.10.1-r1:2 2.10.3:2
 Installed:   2.8.6

Should I be unmerging pygtk-2.8.6 and am I wrong to expect that the
specific version mention in the block msg will be installed on my
system?

thanks in advance,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome 2.16 block by non-installed blocker

2006-12-11 Thread Thomas Rösner

Allan Gottlieb wrote:

My normal
   emerge --tree --ask --verbose --newuse --update --deep world
showed that gnome 2.16 is now stable.  The output starts with

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

Calculating world dependencies... done!
[blocks B ] dev-python/pygtk-2.9 (is blocking 
dev-python/pygobject-2.12.3)
  


Did you see the ? It means you have pygtk  2.9, which blocks pyobject


I know that when A blocks B, you emerge --unmerge A (or do without B).
  


In this case it's enough to update A ;-).


Regards,
   T.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Specifying file size in dvd::rip

2006-12-11 Thread Thomas Rösner

Mick wrote:

How do you set dvd::rip to end up with a 16:9 aspect avi file taking up close 
to (but no more than) 4.7G?
  


It's really pretty unusual to make avis that large. Are you using XviD? 
There is a maximum quality you can achieve with each codec. With 4.7 GB 
target size, you could as well use MPEG2. Or try h264 (wild guess, but 
this is the codec with the best quality in linuxland atm).


Regards,
   T.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome 2.16 block by non-installed blocker

2006-12-11 Thread Allan Gottlieb
At Tue, 12 Dec 2006 03:22:20 +0100 Thomas Rösner [EMAIL PROTECTED] wrote:

 Allan Gottlieb wrote:
 My normal
emerge --tree --ask --verbose --newuse --update --deep world
 showed that gnome 2.16 is now stable.  The output starts with

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

 Calculating world dependencies... done!
 [blocks B ] dev-python/pygtk-2.9 (is blocking 
 dev-python/pygobject-2.12.3)
   

 Did you see the ? It means you have pygtk  2.9, which blocks pyobject

 I know that when A blocks B, you emerge --unmerge A (or do without B).
   

 In this case it's enough to update A ;-).

Thanks,
allan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome 2.16 block by non-installed blocker

2006-12-11 Thread Dale
Thomas Rösner wrote:
 Allan Gottlieb wrote:
 My normal
emerge --tree --ask --verbose --newuse --update --deep world
 showed that gnome 2.16 is now stable.  The output starts with

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

 Calculating world dependencies... done!
 [blocks B ] dev-python/pygtk-2.9 (is blocking
 dev-python/pygobject-2.12.3)
   

 Did you see the ? It means you have pygtk  2.9, which blocks pyobject

 I know that when A blocks B, you emerge --unmerge A (or do without B).
   

 In this case it's enough to update A ;-).


 Regards,
T.

emerge -C pygtk then do a emerge -uvD world.  Add in a -p if you need to.

That worked for me last night.  It actually installs a newer version of
pygtk if I recall correctly.

Hope that helps.

Dale

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



Re: [gentoo-user] gnome 2.16 block by non-installed blocker

2006-12-11 Thread Allan Gottlieb
At Mon, 11 Dec 2006 20:52:18 -0600 Dale [EMAIL PROTECTED] wrote:

 Thomas Rösner wrote:
 Allan Gottlieb wrote:
 My normal
emerge --tree --ask --verbose --newuse --update --deep world
 showed that gnome 2.16 is now stable.  The output starts with

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

 Calculating world dependencies... done!
 [blocks B ] dev-python/pygtk-2.9 (is blocking
 dev-python/pygobject-2.12.3)
   

 Did you see the ? It means you have pygtk  2.9, which blocks pyobject

 I know that when A blocks B, you emerge --unmerge A (or do without B).
   

 In this case it's enough to update A ;-).


 Regards,
T.

 emerge -C pygtk then do a emerge -uvD world.  Add in a -p if you need to.

 That worked for me last night.  It actually installs a newer version of
 pygtk if I recall correctly.

 Hope that helps.

Yes it does.
thanks,
allan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - My wife can't lock her screen.

2006-12-11 Thread Michael Sullivan
I upgraded gnome on my wife's computer today.  Now she can't lock her
screen.  She uses gnome-screensaver:

catherine ~ # emerge -pv gnome-screensaver

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

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


When we tried to run gnome-screensaver from the terminal, we get this:

catherine ~ # gnome-screensaver

(gnome-screensaver:26789): gnome-screensaver-WARNING **: failed to
register with the message bus

Any hints?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] turning off irrelevant mplayer errorFIXED?

2006-12-11 Thread Bo Ørsted Andresen
On Monday 11 December 2006 16:40, maxim wexler wrote:
  Ahh its so nice to have answered someone elses
  question for a change :-)
  --
  gentoo-user@gentoo.org mailing list

 Whoa! I typed too soon. It doesn't work if I enter $
 mplayer -playlist myplaylist.pla. It just scrolls
 through the list without a sound. Ctrl-C kicks me out.
 However $gmplayer -playlist myplaylist.pla works.
[SNIP]

So did you set ao=alsa in /etc/mlayer.conf (~/.mplayer/config should work 
too)?

-- 
Bo Andresen


pgpbjqjT5dOsY.pgp
Description: PGP signature


[gentoo-user] problem of installing reiser4

2006-12-11 Thread Chuanwen Wu

Hi,guys!
I tried to install reiser4,but it seems failed.
My kernel is 2.6.19-gentoo-r1.I download  2.6.19-rc1-mm1.bz2,and then
tar jxvf ,and a file called  2.6.19-rc1-mm1 came out.
Then i enter the kernel source tree,and :

linux# patch -p1  /tmp/2.6.19-rc1-mm1
The next patch would create the file .mm,
which already exists!  Assume -R? [n] y
patching file .mm
patching file CREDITS
patching file Documentation/00-INDEX
The next patch would create the file Documentation/ABI/testing/cfag12864b,
which already exists!  Assume -R? [n]
……
……

There were so many warnings.
I think it's not right as I know there should not be any warning if it succeed.

But which step I did above is wrong?Is it because the
patch2.6.19-rc1-mm1.bz2 doesn't match my kernel ?

--
wcw

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DHCP and deny clients

2006-12-11 Thread Jakob

On 12/11/06, Neil Bothwick [EMAIL PROTECTED] wrote:


On Mon, 11 Dec 2006 09:39:14 +0800, Ow Mun Heng wrote:

 I have a gentoo server and a laptop both running dhcp (server) at home.
 the server serves clients at home.
 the laptop, serves client at NON-home places.

 when I plug my laptop into the home, clients will get to my laptop's
 dhcp server instead of the home server's dhcp.

You could use the postup(0 function in /etc/conf.d/net to shutdown the
DHCP server if you are connected to the home network.


--
Neil Bothwick

Windows - software package to turn a 486 into an Etch-A-Sketch!


Maybe this helps: (from dhcpd.conf.sample)

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;

I think this one schould prefer your local dhcp to the clients at home
instead of using your notebook.
correct me if I'm wrong.

Jakob


Re: [gentoo-user] EVMS root partition and udev, anyone?

2006-12-11 Thread Dirk Heinrichs
Am Montag, 11. Dezember 2006 17:00 schrieb ext Kevin Hanson:

 Has anyone gotten their system to boot with an evms root volume on a
 purely udev system?  If so, can you tell me how you did it.

Yes.

 The problem I am having is the initrd from the evms site expects a
 kernel that understands devfs.  The problem I'm having with genkernel
 --evms2 is that it complains that it cannot find /dev/evms/root.  When I
 drop into the shell from this point, there is nothing except
 /dev/evms/dm.

Don't use genkernel. I use a self-made initramfs, compiled into the kernel 
directly.

 I have scoured the web and I am at a loss.  I really want to use evms,
 but it looks like I'm going to have to punt on this.

I can sent you my scripts for creating the initramfs.

Bye...

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


pgpXCokKrl8yJ.pgp
Description: PGP signature