Re: [gentoo-user] HP Library

2008-01-30 Thread Stefan G. Weichinger
Volker Armin Hemmann schrieb:
 Hi,
 
 why do you need to upgrade your lib in the first place?

To maybe get that Remote Management Card working.

To maybe get faster behavior when changing tapes via the robot (loong
times seen here ...)

 And why not ask HP about it? Maybe they can provide you with an updated 
 binary.

Did that only yesterday, waiting for a reply.

 Last point: does it work at all?

Yes, it does work so far.
Stefan

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



Re: [gentoo-user] pam fixed now it's tcpdump

2008-01-30 Thread Alan McKinnon
On Wednesday 30 January 2008, maxim wexler wrote:
  *
  * ERROR: net-analyzer/tcpdump-3.9.8 failed.
  * Call stack:
  *              ebuild.sh, line 1717:  Called
 dyn_preinst
  *              ebuild.sh, line 1156:  Called
 pkg_preinst
  *   tcpdump-3.9.8.ebuild, line   67:  Called
 enewgroup 'tcpdump'
  *          eutils.eclass, line  707:  Called die
  * The specific snippet of code:
  *              groupadd ${opts} ${egroup} || die
 enewgroup failed
  *  The die message:
  *   enewgroup failed
  *
  * If you need support, post the topmost build error,
 and the call stack if relevant.
  * A complete build log is located at
 '/var/log/portage/net-analyzer:tcpdump-3.9.8:20080130-072451.log'.
  *
 !!! FAILED preinst: 1

 google was not forthcoming. I added
 'net-analyzer/tcpdump ~x86' to package.keywords but
 that didn't help.

Did you log out and back in again first?

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



Re: Re[2]: [gentoo-user] VM Ware or not?

2008-01-30 Thread Ricardo Saffi Marques
On 1/30/08, Sergey Kobzar [EMAIL PROTECTED] wrote:

 There are no special kernel requirements for server and workstation.


Even though I put the support for Virtualization. People with processors for
the Core 2 family or AMD with AM2 socket should do that. :-)


--
 Sergey

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




-- 
Ricardo Saffi Marques
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
Cell: +55 (19) 8128-0435
Skype: ricardo_saffi_marques
Website: http://www.rsaffi.com


Re: [gentoo-user] paludis vs emerge

2008-01-30 Thread Ralf Stephan
  Have I overlooked an option comparable to --ask ?
  
 No, Paludis is non-interactive.

With 700 packages, paludis takes quite long here to give output,
and having that double is irritating. Would it be possible to
cache computations such that the second time (without -p) at least
would be faster?


Regards,
ralf
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Switching to hardened

2008-01-30 Thread Alex Schuster
Dan Farrell writes:

 Alex Schuster [EMAIL PROTECTED] wrote:
  I want to harden the gentoo running on my little server, but I'm a
  little worried about possible problems. Like, services not coming up
  when rebooting after an emerge -e world. Do you see any possibility
  for that?

 Absolutely.  These problems can be overcome with a little attention,
 but outdated config files that were not updated with dispatch-conf or
 etc-update might not work with newer versions of software.

Sure. But the system is up to date, emerge -uN world gives nothing. It's 
only the re-compiling of everything with a hardened gcc that worries me a 
little. If something might go wrong there, I would wait with re-compiling 
until I know I have physical access to the machine for a while, while 
most of the time I am away some 100 km from it.

I must admit that I should know more about the hardened stuff, but I 
thought I'd start with the preparations. Configuring things like Pax 
would come later, when emerge -e world has finished on this slow machine 
(and when I have read all the howtos).

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



[gentoo-user] Re: VM Ware or not?

2008-01-30 Thread pva
On Jan 30, 12:30 am, Jerry McBride [EMAIL PROTECTED] wrote:
 I don't know if vmware provides cow files, Qemu does...

vmware provides snapshots - the copies of system. You can run this
copies separately and only changes are save on disk for snapshots.
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: VM Ware or not?

2008-01-30 Thread pva
On Jan 30, 1:10 am, Jerry McBride [EMAIL PROTECTED] wrote:
 I believe the server package requires vm support in the cpu while the
 workstation does not.

Works here without vm support:
[EMAIL PROTECTED] ~ $ grep flags /proc/cpuinfo
flags   : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2

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



[gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Pavel Sanda
hi,

i have external hard drive connected through usb. i put the following line into 
/etc/fstab
/dev/sda1 /mnt/usb ext3 user,auto,exec 0 0
but localmount reports the problem of not finding /dev/sda1.

when i tried to call mount  -at .. after the boot proces in local.start it 
proceeds well.
what is responsible for initializing of /dev/sda1? or have i forgotten to add 
something into fstab?

thanks,
pavel
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Qt3 and Qt3support

2008-01-30 Thread Pavel Sanda
  What actually does the qt3support USE flag do on the qt4 ebuild? Does

for example qtconfig wont be compiled  installed without it.
pavel
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread tecnic5
Pavel Sanda [EMAIL PROTECTED]
30/01/2008 12:40
Por favor, responda a gentoo-user
 
Para:   gentoo-user@lists.gentoo.org
cc: 
Asunto: [gentoo-user] Mounting /dev/sdaX on boot does not work

hi,

i have external hard drive connected through usb. i put the following line 
into /etc/fstab
/dev/sda1 /mnt/usb ext3 user,auto,exec 0 0
but localmount reports the problem of not finding /dev/sda1.

when i tried to call mount  -at .. after the boot proces in local.start it 
proceeds well.
what is responsible for initializing of /dev/sda1? or have i forgotten to 
add something into fstab?

thanks,
pavel
-- 
gentoo-user@lists.gentoo.org mailing list


Most probably fstab isn't be the problem, but loaded modules. The modules 
needed to handle USB connections must be loaded before you try to mount 
any USB disk, although I'm not sure whether this is possible and/or 
advisable. My suggestion is compiling this modules directly into the 
kernel, that way you make sure you have USB support from the very 
beginning.

HTH,
Abraham

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



[gentoo-user] ati-drivers slowly working through issues

2008-01-30 Thread Iain Buchanan
Hi again all those who are stuck with (or have chosen) ati cards :)

I'm slowly getting through issues with (8-452 or 8-01):  I can now
suspend and resume back into X without problems.  (Time will tell how
reliable it is).  I've also got my uvesa fb working since moving to
2.6.23.

However, I still can't find any solution for my GL issues.  As per a
previous thread, glxgears, fgl_glxgears, and screensavers segfault when
I run them.

I'm in the video group; xorg.conf has the DRI section (mode 0666); I've
recently recompiled the kernel, ati-drivers, x11-drm, etc... what else?

Please help!  thanks ;)
-- 
Iain Buchanan iaindb at netspace dot net dot au

Men occasionally stumble over the truth, but most of them pick themselves
up and hurry off as if nothing had happened.
-- Winston Churchill

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



[gentoo-user] [query] Compiz-fusion working slow

2008-01-30 Thread dell core2duo
Hi,
  I am running compiz-fusion. but it seems to run very slow. Although
Cpu/memory usage are normal.  But even when i  resize a terminal it takes
few seconds to do so.
while there is no such problem in doing same without running compiz-fusion.
I have nvidia-8600-GT graphics card. I would like to know how to make my
compiz-fusion run smoother.


--flukebox


Re: [gentoo-user] [query] Compiz-fusion working slow

2008-01-30 Thread Elyahou ITTAH
2008/1/30, Mateusz Mierzwinski [EMAIL PROTECTED]:

 Hi!

 I have compiz-fusion on my Intel X3100 - it run smoothly and very fast.
 This is not compiz problem, try to re-emerge mesa and install oryginal
 drivers from www.nvidia.com. I have using some time ago compiz-fusion on
 nVidia 5500FX and this works normal only on drivers from nvidia webpage.
 If You use - such as I EM64T on amd64 distro (x86_64) then drivers are
 also available. If after instalation of driver this You will still have
 this problem please let me know on: [EMAIL PROTECTED], we find
 whats about...

 Mateusz M.

 dell core2duo pisze:
  Hi,
I am running compiz-fusion. but it seems to run very slow. Although
  Cpu/memory usage are normal.  But even when i  resize a terminal it
  takes few seconds to do so.
  while there is no such problem in doing same without running
  compiz-fusion.  I have nvidia-8600-GT graphics card. I would like to
  know how to make my compiz-fusion run smoother.


The Nvidia-drivers are in Portage-tree. No need to dl them at nvidia...


Re: [gentoo-user] mysql on a chrooted env

2008-01-30 Thread Arnau Bria
On Tue, 29 Jan 2008 18:17:00 +
Luu Danh Hieu wrote:

 2008/1/29, Arnau Bria [EMAIL PROTECTED]:
  Hi,
 
  my pc has died, so I'm trying to take all data from the disk...
  I have it connected via usb, and I'm in a chrooted env on the old
  system.
 [snip]
 
 Hello,
 
 It might be better if you copy over the files in /var/lib/mysql rather
 than starting the SQL server and dumping it, since you already have an
 offline SQL server, and offline servers are the easiest to backup.
Well, I did it, but got some problems (which I've already solved)...

but I was wondering how to solve my originakl problem..

 Have a look at [1].
 
 [1] : http://www.linux.com/feature/62177
Thanks for the link!!!


 Good luck.
 
 Hieu Luu Danh
Thank you very much!

-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: network setup

2008-01-30 Thread Mick
On Tuesday 29 January 2008, James wrote:
 Mick michaelkintzios at gmail.com writes:
can I set up the network startup so that eth0 first tries to get
address from a dhcp server, and if it doesn't get any, it sets up
with a fixed address? How can I set up this in the /etc/con.d/net?
  
   config_eth0=( dhcp )
   fallback_eth0=( aaa.bbb.ccc.ddd )
   fallback_route_eth0=( blah )
 
  As I understand it this only allows for one fallback type of address
  (e.g. 192.168.0.0).  If you connect to different routers which have
  different LAN address (192.168.0.0, 192.168.2.0, 10.10.10.0, etc.) then I
  guess you'll need some sort of additional script?

 Hello Mick,

 I'm not sure exactly what you want to do, but, you make want to read up
 on  'net-misc/ucarp'

 UCARP allows a couple of hosts to share common virtual IP addresses in
 order to provide automatic failover. It is a portable userland
 implementation of the secure and patent-free Common Address Redundancy
 Protocol (CARP, OpenBSD’s alternative to the patents-bloated VRRP).

 hth,

 James

Thank you, I hadn't heard of ucarp before, will look into it.

-- 
Regards,
Mick


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


Re: [gentoo-user] [query] Compiz-fusion working slow

2008-01-30 Thread Mateusz Mierzwinski

Hi!

I have compiz-fusion on my Intel X3100 - it run smoothly and very fast. 
This is not compiz problem, try to re-emerge mesa and install oryginal 
drivers from www.nvidia.com. I have using some time ago compiz-fusion on 
nVidia 5500FX and this works normal only on drivers from nvidia webpage. 
If You use - such as I EM64T on amd64 distro (x86_64) then drivers are 
also available. If after instalation of driver this You will still have 
this problem please let me know on: [EMAIL PROTECTED], we find 
whats about...


Mateusz M.

dell core2duo pisze:

Hi,
  I am running compiz-fusion. but it seems to run very slow. Although 
Cpu/memory usage are normal.  But even when i  resize a terminal it 
takes few seconds to do so.
while there is no such problem in doing same without running 
compiz-fusion.  I have nvidia-8600-GT graphics card. I would like to 
know how to make my compiz-fusion run smoother.



--flukebox



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



[gentoo-user] Re: Gcc problem

2008-01-30 Thread James
Mark Kirkwood markir at paradise.net.nz writes:


  # gcc-config -l
   * gcc-config: Active gcc profile is invalid!
   [1] i586-pc-linux-gnu-4.1.2

 $ gcc-config 1

 This will tell the system that 4.1.2 is the guy to use (I guess your 
 update removed an older version that was the default?)

yep I'm building a minimized system for a firewall with hardened kernel
sources but with the regular (default) compiler...  I did get
adventurous this time around and set the (PIC) flag just for grins.
Who knows, maybe the next time, I'll build a fully Hardened system

I ran a 'emerge -a --depclean and that removed the old gcc 3.4
Settings must have not been happy at this point.

Here's the details of what I did to fix it

 # source /etc/profile  just to be sure

 # gcc-config 1
 * Switching native-compiler to i586-pc-linux-gnu-4.1.2 ...
 * Your gcc has a bug with GCC_SPECS.
 * Please re-emerge gcc.
 * http://bugs.gentoo.org/68395


 Regenerating /etc/ld.so.cache...  [ ok ]

 * If you intend to use the gcc from the new profile in an already
 * running shell, please remember to do:
 *   # source /etc/profile


# unset GCC_SPECS  emerge gcc

All seems to be compiling on an old pentium..

thanks Mark (Greg)


James

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



Re: [gentoo-user] Anti-aliasing

2008-01-30 Thread Elyahou ITTAH
2008/1/30, econti [EMAIL PROTECTED]:

 Hi all,
 may be this is a stupid question but I am not able to set the
 anti-aliasing on firefox and thunderbird.

 Regards
 emilio



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

 Firefox and thunderbird use the global environnement configuration.


Re: [gentoo-user] Anti-aliasing

2008-01-30 Thread Ricardo Saffi Marques

On Jan 30, 2008, at 1:50 PM, econti wrote:


Hi all,
may be this is a stupid question but I am not able to set the anti- 
aliasing on firefox and thunderbird.


Regards
emilio


I did this:

http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts#Mozilla_Firefox_1.0.2B

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



[gentoo-user] Anti-aliasing

2008-01-30 Thread econti

Hi all,
may be this is a stupid question but I am not able to set the 
anti-aliasing on firefox and thunderbird.


Regards
emilio



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



RE: [gentoo-user] Sound jack isolations

2008-01-30 Thread Marzan, Richard non Unisys
 -Original Message-
 From: Alan McKinnon [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, January 29, 2008 4:58 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Sound jack isolations
 
 On Tuesday 29 January 2008, Marzan, Richard non Unisys wrote:
  I tried googling around but no helpful content so far. I have a
  laptop with built-in sound. It uses the HDA_intel kernel module. My
  problem is that I can't silence the onboard/built-in speakers when I
  plug in the headphones to the machine. Muting sound would lead to
all
  jacks and audio ports to be silenced -- not just the built-in
  speakers, which I intend to mute solely leaving sound alive on the
  headphone jacks. There are no channels readily observable to
  differentiate where sound goes and to which port with alsa-mixer.
The
  behavior I would like to achieve is one that will allow me to mute
  onboard speakers while continuing to have the headphones receive
  audio signals. Has anyone ever done this? Any pointers to
  documentation will be appreciated.
 
 Is it a Dell with an ICH8 chipset? This is a well known bug and is
fixed
 in alsa-1.0.15. I have this same problem on my Dell D830 which runs
 Gentoo and Ubuntu.
 
 On Ubuntu I use a backported kernel and
 'options snd-hda-intel model=dell-m42' in /etc/modprobe.d/alsa-base
 --
 Alan McKinnon
 alan dot mckinnon at gmail dot com
 --
 gentoo-user@lists.gentoo.org mailing list

I'm now using alsa-driver with my system. I checked the ALSA-Project
page and it seems since 1.0.14rcX they have pretty much halted
development on the Connexant CX20549 Codec which uses Realtek 282...
There is a patch from linuxant.com but it's takes a lot more steps to
configure. I'm pretty sure I'll solve the issue by editing my own
configuration using theirs as a reference point. I'm probably going to
have to downgrade my version of alsa-driver or use the svn sources.

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



Re: [gentoo-user] Anti-aliasing

2008-01-30 Thread Jerry McBride
On Wednesday 30 January 2008 10:50:02 am econti wrote:
 Hi all,
 may be this is a stupid question but I am not able to set the
 anti-aliasing on firefox and thunderbird.

 Regards
 emilio

You have a good trail to follow for your problem in the other messages...


For my problem, with regards to anti-aliasing... I have one computer running 
kde that I can't turn on sub-pixel hinting. The option is under the Fonts 
tab in control settings, but it's greyed out... I'm not able to tell why...

Any hints? (pun intended)

-- 


From the Desk of: Jerome D. McBride
--
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] Re: Sound isolation issue coming to a close

2008-01-30 Thread Marzan, Richard non Unisys
 -Original Message-
 From: news [mailto:[EMAIL PROTECTED] On Behalf Of James
 Sent: Wednesday, January 30, 2008 11:29 AM
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] Re: Sound isolation issue coming to a close
 
 Richard Marzan richardmarzan at optonline.net writes:
 
  after searching long and hard i finally found someone with the same
  chipset as mine and with a solution/patch @
  http://thread.gmane.org/gmane.linux.alsa.devel/50903/focus=50905
 
 Very interesting.
 
 I have a similar issue with this hp audio:
 
 00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio
(rev
 a2)
 Subsystem: Hewlett-Packard Company Unknown device 30b7
 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
 Memory at b000 (32-bit, non-prefetchable) [size=16K]
 Capabilities: [44] Power Management version 2
 Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+
 Queue=0/0
 Enable-
 Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
 
 
 
 Can you explain in a bit more detail what you did to fix your audio
 on this laptop,once you get it working?
 
 
 
 James
 
 --
 gentoo-user@lists.gentoo.org mailing list

Yeah, I'm going to post how I got it working. I'm probably going to add
it to some linux-supported laptop list and post my kernel .config file
and such things. 
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: Sound isolation issue coming to a close

2008-01-30 Thread James
Richard Marzan richardmarzan at optonline.net writes:

 after searching long and hard i finally found someone with the same
 chipset as mine and with a solution/patch @
 http://thread.gmane.org/gmane.linux.alsa.devel/50903/focus=50905

Very interesting.

I have a similar issue with this hp audio:

00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
Subsystem: Hewlett-Packard Company Unknown device 30b7
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
Memory at b000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0
Enable-
Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+



Can you explain in a bit more detail what you did to fix your audio 
on this laptop,once you get it working?



James

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



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Joseph

On 01/30/08 12:40, Pavel Sanda wrote:

hi,

i have external hard drive connected through usb. i put the following line into 
/etc/fstab
/dev/sda1 /mnt/usb ext3 user,auto,exec 0 0


shouldn't that be: users instead of user

Plug the exter. HD into USB and post the last several line of dmesg
What does it say?

--
#Joseph
GPG KeyID: ED0E1FB7
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] pam fixed now it's tcpdump

2008-01-30 Thread maxim wexler
 
 Did you log out and back in again first?

Well, I just did and now I can't log back on. I enter
my user name, hit enter and it doesn't even ask for my
password, just says login incorrect, repeats that two
times and says my three chances are up.

PAM was emerged but maybe it wasn't activated, or is
that supposed to be automatic?

I'll have to chroot back into gentoo but after that I
don't have a clue.

Reporting via an XP box.

mw


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] pam fixed now it's tcpdump

2008-01-30 Thread Hal Martin
Re-emerge shadow and you should be able to login.

After that you'll need to reinstall services like sshd that have files
in /etc/pam.d/

-Hal

maxim wexler wrote:
 Did you log out and back in again first?
 

 Well, I just did and now I can't log back on. I enter
 my user name, hit enter and it doesn't even ask for my
 password, just says login incorrect, repeats that two
 times and says my three chances are up.

 PAM was emerged but maybe it wasn't activated, or is
 that supposed to be automatic?

 I'll have to chroot back into gentoo but after that I
 don't have a clue.

 Reporting via an XP box.

 mw


   
 
 Looking for last minute shopping deals?  
 Find them fast with Yahoo! Search.  
 http://tools.search.yahoo.com/newsearch/category.php?category=shopping
   

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



Re: [gentoo-user] {OT} GUI swf encoder in portage?

2008-01-30 Thread Albert Hopkins
On Wed, 2008-01-30 at 09:02 -0800, Grant wrote:
 Does anyone know of a front end for ffmpeg or any GUI in portage that
 will convert .mov files to .swf?
 
Avidemux can convert to FLV, which is probably what you'd prefer.

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



[gentoo-user] {OT} GUI swf encoder in portage?

2008-01-30 Thread Grant
Does anyone know of a front end for ffmpeg or any GUI in portage that
will convert .mov files to .swf?

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



Re: [gentoo-user] Anti-aliasing

2008-01-30 Thread Mateusz Mierzwinski

Jerry McBride pisze:

On Wednesday 30 January 2008 10:50:02 am econti wrote:
  

Hi all,
may be this is a stupid question but I am not able to set the
anti-aliasing on firefox and thunderbird.

Regards
emilio



You have a good trail to follow for your problem in the other messages...


For my problem, with regards to anti-aliasing... I have one computer running 
kde that I can't turn on sub-pixel hinting. The option is under the Fonts 
tab in control settings, but it's greyed out... I'm not able to tell why...


Any hints? (pun intended)

  


To use anti-aliasing You must have card with driver that allows to use 
RGBA colorspace in hardware mode. Currently new cards using that 
colorspace, but some older use only YUV* color spaces. Some cards on PCI 
slot with 2 MB memory and first cards on AGP slot using only YUV* color 
spaces. If you have such card, you can only emulate subpixel hinting, 
but not all drivers allowing to do this. If you can't use subpixel 
hinting, that will be problem of the driver or older card. Try to verify 
/etc/X11/xorg.conf for driver - is it realy driver for Your card, or 
just replace G.C. with some newer...


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



Re: [gentoo-user] Old machine having troubles syncing

2008-01-30 Thread Mark Knecht
On Jan 29, 2008 9:25 PM, Dan Farrell [EMAIL PROTECTED] wrote:
 On Tue, 29 Jan 2008 17:04:28 -0800
 Mark Knecht [EMAIL PROTECTED] wrote:

   Maybe I should run my own portage server here for our 6 home
  machines?

 You could then sync once for the lot of them, rather than for each.
 You might find that convenient, and the servers might appreciate it
 too.


Actually, I just did it. Took maybe 15 minutes total for me to find
the docs and set the server up on my PC. Other machines seems to see
it. Good stuff.

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



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Mateusz Mierzwinski

Joseph pisze:

On 01/30/08 12:40, Pavel Sanda wrote:

hi,

i have external hard drive connected through usb. i put the following 
line into /etc/fstab

/dev/sda1 /mnt/usb ext3 user,auto,exec 0 0


shouldn't that be: users instead of user

Plug the exter. HD into USB and post the last several line of dmesg
What does it say?

You should verify is Your instalation (grub or lilo) configured to boot 
from SD* device (if you run natively from bios that allows boot from usb 
drive) or You must compile in your kernel drivers to USB Storage. If You 
use GenKernel, that drivers are in INITRD! It cannot be loaded as module 
- must be compiled into kernel. If You have such configuration, try to 
check your filesystem and MBR (Master Boot Record) for read errors. Some 
USB devices also cannot boot from USB, but i think that is a problem of 
Pendrives only. PS: I have gentoo on external drive, that boot correctly 
from bios.


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



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Alan McKinnon
On Wednesday 30 January 2008, Joseph wrote:
 On 01/30/08 12:40, Pavel Sanda wrote:
 hi,
 
 i have external hard drive connected through usb. i put the
  following line into /etc/fstab /dev/sda1 /mnt/usb ext3
  user,auto,exec 0 0

 shouldn't that be: users instead of user

Maybe, maybe not, both are valid.
user means that any non-root user can mount the device and the same 
user (or root) may umount it.
users means that any non-root user can mount the device and any other 
user (or root) may umount it.

 Plug the exter. HD into USB and post the last several line of dmesg
 What does it say?

It'll probably say that the device is /dev/sdb1 or some such. The real 
problem is likely what another poster mentioned - suitable drivers not 
loaded yet when init comes to use /etc/fstab.

One could try listing these drivers in /etc/autoload.d/kernel-2.6 but 
the easiest is probably to compile them into the kernel



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



Re: [gentoo-user] pam fixed now it's tcpdump

2008-01-30 Thread Alan McKinnon
On Wednesday 30 January 2008, maxim wexler wrote:
  Did you log out and back in again first?

 Well, I just did and now I can't log back on. I enter
 my user name, hit enter and it doesn't even ask for my
 password, just says login incorrect, repeats that two
 times and says my three chances are up.

 PAM was emerged but maybe it wasn't activated, or is
 that supposed to be automatic?

 I'll have to chroot back into gentoo but after that I
 don't have a clue.

Well, the docs page on the upgrade to pam-0.99 is complete, I updated 
severala machines no problem with it. So you must have muffed the 
instructions. Next time, read the whole page.

Meanwhile, boot off a LiveCD or some other medium. or maintenance mode, 
chroot into gentoo and find all packages that depend on pam:

equery depends pam
or maybe
euse -i pam

then re-emerge all those packages. Don't think that revdep-rebuild will 
fix this for you, it probably won't as it's not a linking issue you 
have.

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



Re: [gentoo-user] Strange Xorg behaviour, not (always) loading nvidia module

2008-01-30 Thread Pupino
 All you have to do in order to get the proprietery nvidia drv working
 is:

 1) make sure the open src nvidia drv is not built in-kernel or as kernel
 module:

 
Location:
  - Device Drivers
- Graphics support
  - Support for frame buffer devices (FB [=n])
  - nVidia Framebuffer Support = [N]
 

 2) emerge nvidia-drivers
 3) make sure /etc/X11/xorg.conf has Driver nvidia, not nv in
 section Device
 4) eselect opengl set nvidia

Thanks for the help Daniel, but what you say hasn't fixed my problem...
I had framebuffer support in the kernel config, but not the nvidia fb
support, I've tried to remove it at all, but still doesn't work... the
other steps you have listed have already been done. In fact if I type
/etc/init.d/xdm restart after boot the driver is loaded correctly and
all works...

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



Re: [gentoo-user] {OT} GUI swf encoder in portage?

2008-01-30 Thread Grant
  Does anyone know of a front end for ffmpeg or any GUI in portage that
  will convert .mov files to .swf?
 
 Avidemux can convert to FLV, which is probably what you'd prefer.

Ok, does anything jump out at you here:

[ 88%] Building CXX object avidemux/CMakeFiles/avidemux2_cli.dir/gui_action.o
Linking CXX executable avidemux2_cli
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
/var/tmp/portage/media-video/avidemux-2.4/work/avidemux_build/avidemux/ADM_videoFilter/libADM_videoFilter.a(ADM_vidResampleFPS.o):
relocation R_X86_64_32S against `a local symbol' can not be used when
making a shared object; recompile with -fPIC
/var/tmp/portage/media-video/avidemux-2.4/work/avidemux_build/avidemux/ADM_videoFilter/libADM_videoFilter.a:
could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [avidemux/avidemux2_cli] Error 1
make[1]: *** [avidemux/CMakeFiles/avidemux2_cli.dir/all] Error 2
make: *** [all] Error 2

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



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Mateusz Mierzwinski

Alan McKinnon pisze:

On Wednesday 30 January 2008, Joseph wrote:
  

On 01/30/08 12:40, Pavel Sanda wrote:


hi,

i have external hard drive connected through usb. i put the
following line into /etc/fstab /dev/sda1 /mnt/usb ext3
user,auto,exec 0 0
  

shouldn't that be: users instead of user



Maybe, maybe not, both are valid.
user means that any non-root user can mount the device and the same 
user (or root) may umount it.
users means that any non-root user can mount the device and any other 
user (or root) may umount it.


  

Plug the exter. HD into USB and post the last several line of dmesg
What does it say?



It'll probably say that the device is /dev/sdb1 or some such. The real 
problem is likely what another poster mentioned - suitable drivers not 
loaded yet when init comes to use /etc/fstab.


One could try listing these drivers in /etc/autoload.d/kernel-2.6 but 
the easiest is probably to compile them into the kernel




  


You have right. Standard unix kernel was designed to have all inside. I 
don't know why some people still prefer modules than monolith kernel. If 
you have modules, you must recompile all of them when new ABI comes out. 
On monolithic kernel its all there. Also i don't know if modules are not 
slower than monolith Kernel because of User space to Kernel space 
connection. Compiled in modules makes kernel run faster, and if it's 
server, then even 0.1 sec makes the different on functions execution 
and internal core communication. Partly beyond of that problem is IPC 
module communication. But if there are benefits then also are problems 
with error code execution or beta drivers installed. Also if You have 
Molnar's Real Time Preemption Model on Your kernel, You should choose 
monolithic kernel. PS: some drivers are don't work as modules like they 
should. You see Windows - there are drivers like Linux modules - what it 
makes? Blue screens of death ;), but this is another story... ;)


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



[gentoo-user] [EMAIL PROTECTED]

2008-01-30 Thread Phil Sexton

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



Re: [gentoo-user] Anti-aliasing

2008-01-30 Thread Jerry McBride
On Wednesday 30 January 2008 12:25:46 pm Mateusz Mierzwinski wrote:
 Jerry McBride pisze:
  On Wednesday 30 January 2008 10:50:02 am econti wrote:
  Hi all,
  may be this is a stupid question but I am not able to set the
  anti-aliasing on firefox and thunderbird.
 
  Regards
  emilio
 
  You have a good trail to follow for your problem in the other messages...
 
 
  For my problem, with regards to anti-aliasing... I have one computer
  running kde that I can't turn on sub-pixel hinting. The option is under
  the Fonts tab in control settings, but it's greyed out... I'm not able to
  tell why...
 
  Any hints? (pun intended)

 To use anti-aliasing You must have card with driver that allows to use
 RGBA colorspace in hardware mode. Currently new cards using that
 colorspace, but some older use only YUV* color spaces. Some cards on PCI
 slot with 2 MB memory and first cards on AGP slot using only YUV* color
 spaces. If you have such card, you can only emulate subpixel hinting,
 but not all drivers allowing to do this. If you can't use subpixel
 hinting, that will be problem of the driver or older card. Try to verify
 /etc/X11/xorg.conf for driver - is it realy driver for Your card, or
 just replace G.C. with some newer...

 Mateusz M.

Thanks for the post. Yes, this is a recent pcix nvidia and nvidia's own 
drivers...

Thank you for the help.






-- 


From the Desk of: Jerome D. McBride
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [EMAIL PROTECTED]

2008-01-30 Thread Jerry McBride
On Wednesday 30 January 2008 01:17:34 pm Phil Sexton wrote:
 --
 gentoo-user@lists.gentoo.org mailing list

NO!

-- 


From the Desk of: Jerome D. McBride
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [EMAIL PROTECTED]

2008-01-30 Thread Dale
Phil Sexton wrote:


cough cough.  Send email TO [EMAIL PROTECTED] not
in the subject line. 

Dale

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



Re: [gentoo-user] [EMAIL PROTECTED]

2008-01-30 Thread Qian Qiao
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Must... resist... posting... the... kit...

- --
A computer scientist is someone who, when told go to hell, considers
the go to harmful rather than the destination.

GnuPG Key:  0xB14661D9
GnuPG FP:   DE08 57AE A1AD 620C 02AA  CCDD 611B 63AC B146 61D9
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHoMaZYRtjrLFGYdkRAg4oAKChP5uYUXpFLuNomKVXkEbMeEY7LACgutOy
fhVUTtsIPlHLrY9YcTxU/8Q=
=d+7z
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Alan McKinnon
On Wednesday 30 January 2008, Mateusz Mierzwinski wrote:
 Alan McKinnon pisze:

  One could try listing these drivers in /etc/autoload.d/kernel-2.6
  but the easiest is probably to compile them into the kernel

 You have right. Standard unix kernel was designed to have all inside.
 I don't know why some people still prefer modules than monolith
 kernel. If you have modules, you must recompile all of them when new
 ABI comes out. On monolithic kernel its all there. Also i don't know
 if modules are not slower than monolith Kernel because of User space
 to Kernel space connection. Compiled in modules makes kernel run
 faster, and if it's server, then even 0.1 sec makes the different
 on functions execution and internal core communication. Partly beyond
 of that problem is IPC module communication. But if there are
 benefits then also are problems with error code execution or beta
 drivers installed. Also if You have Molnar's Real Time Preemption
 Model on Your kernel, You should choose monolithic kernel. PS: some
 drivers are don't work as modules like they should. You see Windows -
 there are drivers like Linux modules - what it makes? Blue screens of
 death ;), but this is another story... ;)

That's an easy answer :-)

Standard Unix was designed for systems where you know exactly what 
hardware you have up front and there are no nasty surprises. Take for 
example an SGI box. How many PCI chipsets could it possibly have? 
Exactly one. So you know exactly which driver you will need.

Apple are still lucky in this regard, as the only hardware that goes in 
them is Apple's hardware and kernel configurationis then quite easy.

But we use the worst possible design that demented designers could ever 
come up with - PCs. The range of stuff available is staggering. The 
amount of dodgy hardware that claims to conform to spec but doesn't is 
even more staggering. So now exactly which modules are you going to 
compile in monolithically? What about hotpluggable hardware? As a 
vendor you have no way of knowing which funky hardware the user will 
ever plug into a notebook, and you simply cannot compile everything in 
(never mind the driver conflicts you will have).

Gentoo expects their users to compile their own kernels so to a large 
extent we can make stuff monolithic, apart from the hot-pluggable 
devices.

Binary distros cannot do this. To conserve memory they must load only 
the drivers for hardware that is actually present, and to do that one 
needs modules. I don;t know of a binary commercial distro that will 
gladly still support users who compile their own kernels - they usually 
stuff it all up gloriously. It's a no-brainer really.

I don't buy the speedup argument either and have never seena benchmark 
that proves modules are slower. The Linux kernel module loader is 
essentially self-modifying code and inserts modules into kernel space 
as if they had been there monolithically (within reason of course). 
Some drivers do behave differently between being modular and 
monolithic, but this is a function of a crappy coder and not a function 
of modularity :-)   If a piece of kernel code causes a BSOD, then it 
will probably do it either way it is loadable as the code is probably 
crappy.

A Real Time kernel is not suitable for a PC either - I can't think of 
any RT application where a PC would be a *GOOD* choice. For that I 
would be using the embedded arches with a board where as designer I 
know exactly what is present and what isn't. Monolithic makes more 
sense in that case. I can imagine why Ingo made that choice - with RT 
he has to supply certain guarantees and probbaly can't do that with 
modules coming and going all the time.

Basically. modern Linux is essentially unusable without kernel modules.


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



Re: [gentoo-user] {OT} GUI swf encoder in portage?

2008-01-30 Thread Florian Philipp

On Wed, 2008-01-30 at 09:02 -0800, Grant wrote:
 Does anyone know of a front end for ffmpeg or any GUI in portage that
 will convert .mov files to .swf?
 
 - Grant

You could use mencoder, part of mplayer-ebuild:

mencoder *.mov -oac copy -ovc copy -of lavf -lavfopts format=swf -o
*.swf

explanation:

*.mov: input filename
-oac copy, -ovc copy: do not convert input audio and video data
-of lavf: use an FFmpeg libav output format
-lavfopts format=swf: specify format for libav as swf
-o *.swf: output filename


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


Re: [gentoo-user] {OT} GUI swf encoder in portage?

2008-01-30 Thread Grant
   Does anyone know of a front end for ffmpeg or any GUI in portage that
   will convert .mov files to .swf?
  
  Avidemux can convert to FLV, which is probably what you'd prefer.

 Ok, does anything jump out at you here:

 [ 88%] Building CXX object avidemux/CMakeFiles/avidemux2_cli.dir/gui_action.o
 Linking CXX executable avidemux2_cli
 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
 /var/tmp/portage/media-video/avidemux-2.4/work/avidemux_build/avidemux/ADM_videoFilter/libADM_videoFilter.a(ADM_vidResampleFPS.o):
 relocation R_X86_64_32S against `a local symbol' can not be used when
 making a shared object; recompile with -fPIC
 /var/tmp/portage/media-video/avidemux-2.4/work/avidemux_build/avidemux/ADM_videoFilter/libADM_videoFilter.a:
 could not read symbols: Bad value
 collect2: ld returned 1 exit status
 make[2]: *** [avidemux/avidemux2_cli] Error 1
 make[1]: *** [avidemux/CMakeFiles/avidemux2_cli.dir/all] Error 2
 make: *** [all] Error 2

 - Grant

It looks like this is an -fPIC problem.  In order to fix this, would I
need to rebuild my entire system with the pic flag disabled?

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



[gentoo-user] Re: Sound isolation issue coming to a close

2008-01-30 Thread James
Marzan, Richard non Unisys Richard.Marzan at unisys.com writes:

 Yeah, I'm going to post how I got it working. I'm probably going to add
 it to some linux-supported laptop list and post my kernel .config file
 and such things. 


*THANKS*


James

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



Re: [gentoo-user] [query] Compiz-fusion working slow

2008-01-30 Thread Canek Peláez Valdés
On Jan 30, 2008 7:35 AM, dell core2duo [EMAIL PROTECTED] wrote:
 Hi,
   I am running compiz-fusion. but it seems to run very slow. Although
 Cpu/memory usage are normal.  But even when i  resize a terminal it takes
 few seconds to do so.
 while there is no such problem in doing same without running compiz-fusion.
 I have nvidia-8600-GT graphics card. I would like to know how to make my
 compiz-fusion run smoother.

I've the exact same problem. I've tried everything I could think of,
but it hasn't worked. Try this; grab a corner of a gnome-terminal with
the mouse, and try to make circular movements; it's *painfully* slow.

I have a NVidia 6800GS. In my laptop with a crappy Intel i950, compiz
fusion it's much more smooth.

If you can find a solution, please let me know.
-- 
Canek Peláez Valdés
Facultad de Ciencias, UNAM
z�b�� z{h���x%�

Re: [gentoo-user] VM Ware or not?

2008-01-30 Thread Vladimir G. Ivanovic

on 01/29/2008 12:28 PM Ricardo Saffi Marques said the following:
On 1/29/08, *Neil Bothwick* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


That's not the case with VMware Workstation.


Exactly. That's exactly the point that I forgot to specify on my 1st 
message, hehehee. That's basically the main difference between them.


AFAICT, the use pattern for the two is different: The VMware 
Workstation user is expect to work primarily with the unemulated host 
OS and only secondarily with the emulated guest OS, whereas the VMware 
Server user is expected to work (exclusively?) with an emulated OS.


This means that most of the time the VMware Server user is running an 
application on an OS that itself is running on anther OS, whereas the 
VMware Workstation user is just running an application on an OS.


--- Vladimir



--
Ricardo Saffi Marques
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
Cell: +55 (19) 8128-0435
Skype: ricardo_saffi_marques
Website: http://www.rsaffi.com



--

Vladimir G. Ivanovic



signature.asc
Description: OpenPGP digital signature


[gentoo-user] upgraded video card from geforce 6600 to geforce 8600...

2008-01-30 Thread Budd, Tracy
I recompiled nvidia-drivers, but when I tried running X, I got a blank
screen.
Couldn't get back to the console.
I suspect this is something simple, but I don't know what it is.
Any help is appreciated.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VM Ware or not?

2008-01-30 Thread Vladimir G. Ivanovic

on 01/29/2008 02:02 PM Neil Bothwick said the following:

On Tue, 29 Jan 2008 16:21:36 -0500, Jerry McBride wrote:


Also, vmware does not currently run on the most recent kernels.


It's working on 2.6.23 and 2.6.24 here.




I cannot get bridged netwokring to work, no matter what I try. I have 
searched high and low for an answer, and I have spend hours 
experimenting. Bridged networking broke for me when 2.6.21 came out 
and has never worked since.


Now nothing except NAT and host-only networking works. So, until this 
bridged networking is fixed, I cannot recommend VMware Workstation to 
anyone.


--- Vladimir

--

Vladimir G. Ivanovic




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [query] Compiz-fusion working slow

2008-01-30 Thread Naiani Rosa de Barros
On Jan 30, 2008 4:56 PM, Canek Peláez Valdés [EMAIL PROTECTED] wrote:


Btw, is it normal to have problems to watch movies or DVDs when
compiz-fusion is on? Because every time I try to watch a movie, VLC
and Gxine close, saying there are not enough resources. I haven't had
any major problems since I figured out I had to turn off something
related to the screen refresh rate on ccsm.
What should I do?
I'm running Xfce on an Acer laptop Core Duo 2GHz, with 1GB ram, and
Intel GMA 950.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] pam fixed now it's tcpdump

2008-01-30 Thread maxim wexler

--- Alan McKinnon [EMAIL PROTECTED] wrote:

 Well, the docs page on the upgrade to pam-0.99 is
 complete, I updated 
 severala machines no problem with it. So you must
 have muffed the 
 instructions. Next time, read the whole page.

While I was waiting I went back to the page and
decided I should probably emerge pam_chroot.
pam_userdb didn't seem to involve me so I left it
alone. Other than that I couldn't see what else
applied to my case except for the suggestion that
some, unamed, file should be edited. I notice that
since I apparently overleapt the main pam hurdle
/etc/pam.d has a new system-auth file in it. Must be
on the right track cause it didn't complain about
pam-0.99 when pam_chroot was emerged. Then I made
detour and updated a bunch of /etc files that had
popped up after having started the massive update. I
must have missed modprobe cause when I booted again a
boot warning flashed by, warning modprobe.conf not
generated. Then it got to login where I was again not
allowed access. Does that have something to do with
modprobe.conf? PAM? Both?

 Meanwhile, boot off a LiveCD or some other medium.
 or maintenance mode, 
 chroot into gentoo and find all packages that depend
 on pam:
 
 equery depends pam

AttributeError: Package instance has no attribute
'get_postmerge_deps'

 or maybe
 euse -i pam

no matching entries found
 
As for modprobe, I just chrooted again and ran
update-modules. I forgot to add -v on the first pass,
so I did it again with -v and it's telling me 

*Skipping /etc/modules.conf generation(prerequisites
not satisfied
*Skipping /etc/modprobe.conf generation (file is newer
than dependencies)
* The dir '/lib/modules/2.6.15-gentoo-r5/modules.dep'
does not exist, skipping call to depmod

So this is wierd: according to ls -l
/etc/modprobe.conf was just written. 

Or is it because the PC is in a chrooted environment
and uses a different set of modules?

-mw


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Mateusz Mierzwinski

Alan McKinnon pisze:

On Wednesday 30 January 2008, Mateusz Mierzwinski wrote:
  

Alan McKinnon pisze:



  

One could try listing these drivers in /etc/autoload.d/kernel-2.6
but the easiest is probably to compile them into the kernel
  

You have right. Standard unix kernel was designed to have all inside.
I don't know why some people still prefer modules than monolith
kernel. If you have modules, you must recompile all of them when new
ABI comes out. On monolithic kernel its all there. Also i don't know
if modules are not slower than monolith Kernel because of User space
to Kernel space connection. Compiled in modules makes kernel run
faster, and if it's server, then even 0.1 sec makes the different
on functions execution and internal core communication. Partly beyond
of that problem is IPC module communication. But if there are
benefits then also are problems with error code execution or beta
drivers installed. Also if You have Molnar's Real Time Preemption
Model on Your kernel, You should choose monolithic kernel. PS: some
drivers are don't work as modules like they should. You see Windows -
there are drivers like Linux modules - what it makes? Blue screens of
death ;), but this is another story... ;)



That's an easy answer :-)

Standard Unix was designed for systems where you know exactly what 
hardware you have up front and there are no nasty surprises. Take for 
example an SGI box. How many PCI chipsets could it possibly have? 
Exactly one. So you know exactly which driver you will need.


Apple are still lucky in this regard, as the only hardware that goes in 
them is Apple's hardware and kernel configurationis then quite easy.


But we use the worst possible design that demented designers could ever 
come up with - PCs. The range of stuff available is staggering. The 
amount of dodgy hardware that claims to conform to spec but doesn't is 
even more staggering. So now exactly which modules are you going to 
compile in monolithically? What about hotpluggable hardware? As a 
vendor you have no way of knowing which funky hardware the user will 
ever plug into a notebook, and you simply cannot compile everything in 
(never mind the driver conflicts you will have).


Gentoo expects their users to compile their own kernels so to a large 
extent we can make stuff monolithic, apart from the hot-pluggable 
devices.


Binary distros cannot do this. To conserve memory they must load only 
the drivers for hardware that is actually present, and to do that one 
needs modules. I don;t know of a binary commercial distro that will 
gladly still support users who compile their own kernels - they usually 
stuff it all up gloriously. It's a no-brainer really.


I don't buy the speedup argument either and have never seena benchmark 
that proves modules are slower. The Linux kernel module loader is 
essentially self-modifying code and inserts modules into kernel space 
as if they had been there monolithically (within reason of course). 
Some drivers do behave differently between being modular and 
monolithic, but this is a function of a crappy coder and not a function 
of modularity :-)   If a piece of kernel code causes a BSOD, then it 
will probably do it either way it is loadable as the code is probably 
crappy.


A Real Time kernel is not suitable for a PC either - I can't think of 
any RT application where a PC would be a *GOOD* choice. For that I 
would be using the embedded arches with a board where as designer I 
know exactly what is present and what isn't. Monolithic makes more 
sense in that case. I can imagine why Ingo made that choice - with RT 
he has to supply certain guarantees and probbaly can't do that with 
modules coming and going all the time.


Basically. modern Linux is essentially unusable without kernel modules.


  
Talking about modularize kernel i think this is an gentoo mailing list 
so every user know's his hardware - if not there is always GOOGLE, 
Gentoo HowTo and Hardware Manual. Most drivers in kernel are universal 
for one vendor family what makes more suitable to different types of 
chipsets (revisions A, B etc...). There is also true that maybee kernel 
modules are good for people with binary distro's but Gentoo is source 
based distribution - thank god - and every user should compile kernel 
for his hardware - modules not needed. Cheap code modules are also bad 
rule of cheap programmers, which don't know system and kernel 
structures. Afterwords thats how making usage of NDISWRAPPER is 
fundamental on Windows drivers hardware.


If we speak about realtime preemption model i think that You are 
mistaken saying that PC and realtime kernels (software) is not good 
choice. My licentiate work on University of Silesia (Poland, Katowice) 
is about usage of realtime services in computer LAN/WAN networks. I 
digging some materials about RTOS and realtime preemption model, 
realtime schedule algorithm and realtime applications critical points 
programming. I don't know 

Re: [gentoo-user] [query] Compiz-fusion working slow

2008-01-30 Thread Mateusz Mierzwinski

Naiani Rosa de Barros pisze:

On Jan 30, 2008 4:56 PM, Canek Peláez Valdés [EMAIL PROTECTED] wrote:
  


Btw, is it normal to have problems to watch movies or DVDs when
compiz-fusion is on? Because every time I try to watch a movie, VLC
and Gxine close, saying there are not enough resources. I haven't had
any major problems since I figured out I had to turn off something
related to the screen refresh rate on ccsm.
What should I do?
I'm running Xfce on an Acer laptop Core Duo 2GHz, with 1GB ram, and
Intel GMA 950.
  
Try to set xine Video Output to OpenGL (if Xv or other selected) - it 
works for me. If it fails, try to change settings Play movies in 
Compiz-fusion settings manager.



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



Re: [gentoo-user] pam fixed now it's tcpdump

2008-01-30 Thread maxim wexler

--- Hal Martin [EMAIL PROTECTED] wrote:

 Re-emerge shadow and you should be able to login.
 
Yup, thanks!

 After that you'll need to reinstall services like
 sshd that have files
 in /etc/pam.d/

they seem to have started

But now, startx fails:

/etc/X11/xinit/xinitrc: line 45: startkde: command not
found

But all the /etc/X11 files are unchanged.

I tried to run fvwm:

ERROR: can't open display

The appropriate modules are loaded.

-mw



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [query] Compiz-fusion working slow

2008-01-30 Thread Mateusz Mierzwinski

Canek Peláez Valdés pisze:

On Jan 30, 2008 7:35 AM, dell core2duo [EMAIL PROTECTED] wrote:
  

Hi,
  I am running compiz-fusion. but it seems to run very slow. Although
Cpu/memory usage are normal.  But even when i  resize a terminal it takes
few seconds to do so.
while there is no such problem in doing same without running compiz-fusion.
I have nvidia-8600-GT graphics card. I would like to know how to make my
compiz-fusion run smoother.



I've the exact same problem. I've tried everything I could think of,
but it hasn't worked. Try this; grab a corner of a gnome-terminal with
the mouse, and try to make circular movements; it's *painfully* slow.

I have a NVidia 6800GS. In my laptop with a crappy Intel i950, compiz
fusion it's much more smooth.

If you can find a solution, please let me know.
  
I think thats because function Texture-from-pixmap. When You resize Your 
window, it must be repainted by normal and also polygon of OpenGL must 
be re-scaled and binded by texture. Normally this should be done in 
graphic card GPU - by hardware. But - if I get wrong, tell me - nVidia 
GS series is integrated card with poor performance, much less than FX/GT 
cards. Also some vendors of board which hosts NV GPU to reduce costs 
makes it from cheap materials and sometimes much of hardware are miss 
(like DVI output or Composite output, some resistors etc.). Also memory 
of card is very important - speed and error correction (something like 
ECC) if available. I don't know if GT series have pixel shader 2.0. Try 
google for more info's, more I can't help You.


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



Re: [gentoo-user] pam fixed now it's tcpdump

2008-01-30 Thread Alan McKinnon
On Thursday 31 January 2008, maxim wexler wrote:

 But now, startx fails:

 /etc/X11/xinit/xinitrc: line 45: startkde: command not
 found

startkde is not in your $PATH. It's normal location is 

/usr/kde/3.5/bin/startkde

Either use an explicit full path to the binary or update your PATH


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



Re: [gentoo-user] pam fixed now it's tcpdump

2008-01-30 Thread Alan McKinnon
On Wednesday 30 January 2008, maxim wexler wrote:
 --- Alan McKinnon [EMAIL PROTECTED] wrote:
  Well, the docs page on the upgrade to pam-0.99 is
  complete, I updated
  severala machines no problem with it. So you must
  have muffed the
  instructions. Next time, read the whole page.

 While I was waiting I went back to the page and
 decided I should probably emerge pam_chroot.
 pam_userdb didn't seem to involve me so I left it
 alone. Other than that I couldn't see what else
 applied to my case except for the suggestion that
 some, unamed, file should be edited. I notice that
 since I apparently overleapt the main pam hurdle
 /etc/pam.d has a new system-auth file in it. Must be
 on the right track cause it didn't complain about
 pam-0.99 when pam_chroot was emerged.

FWIW, I have a stock standard workstation system pam-wise. I hanged no 
files from the default, it all works and upgrades were seamless. Here's 
the pam modules I have:

nazgul / # eix ^pam | grep sys-auth
* sys-auth/pam-afs-session
* sys-auth/pam_abl
* sys-auth/pam_bioapi
* sys-auth/pam_chroot
* sys-auth/pam_dotfile
* sys-auth/pam_keyring
* sys-auth/pam_krb5
* sys-auth/pam_ldap
* sys-auth/pam_mktemp
* sys-auth/pam_mount
* sys-auth/pam_mysql
* sys-auth/pam_p11
* sys-auth/pam_passwdqc
* sys-auth/pam_pkcs11
* sys-auth/pam_pwdfile
* sys-auth/pam_require
* sys-auth/pam_sha512
* sys-auth/pam_skey
* sys-auth/pam_smb
* sys-auth/pam_ssh
* sys-auth/pam_ssh_agent
* sys-auth/pam_usb
* sys-auth/pam_userdb
* sys-auth/pam_blue [1]
* sys-auth/pam_pgsql [1]
* sys-auth/pam_sotp [1]

and my /etc/pam.d/

nazgul / # ls -al /etc/pam.d
total 146
drwxr-xr-x  2 root root 1072 2008-01-18 21:49 .
drwxr-xr-x 92 root root 5464 2008-01-29 23:56 ..
-rw-r--r--  1 root root  152 2007-11-09 19:03 chage
-rw-r--r--  1 root root  152 2007-11-09 19:03 chfn
-rw-r--r--  1 root root  103 2007-11-09 19:03 chgpasswd
-rw-r--r--  1 root root  152 2007-11-09 19:03 chpasswd
-rw-r--r--  1 root root  152 2007-11-09 19:03 chsh
-rw-r--r--  1 root root  123 2007-11-02 12:59 cron
-rw-r--r--  1 root root  113 2008-01-18 21:42 cups
-rw-r--r--  1 root root  106 2007-11-05 15:21 cvs
-rw-r--r--  1 root root  223 2008-01-07 23:05 entrance
-rw-r--r--  1 root root  152 2007-11-09 19:03 groupadd
-rw-r--r--  1 root root  152 2007-11-09 19:03 groupdel
-rw-r--r--  1 root root  103 2007-11-09 19:03 groupmems
-rw-r--r--  1 root root  152 2007-11-09 19:03 groupmod
-rw-r--r--  1 root root  362 2007-11-02 12:57 imap
lrwxrwxrwx  1 root root   15 2007-11-02 12:57 imap4 - /etc/pam.d/imap
lrwxrwxrwx  1 root root   15 2007-11-02 12:57 imap4s - /etc/pam.d/imap
lrwxrwxrwx  1 root root   15 2007-11-02 12:57 imaps - /etc/pam.d/imap
-rw-r--r--  1 root root  197 2007-11-05 07:17 kde
-rw-r--r--  1 root root  196 2007-11-05 07:17 kde-np
-rw-r--r--  1 root root  563 2007-11-09 19:03 login
-rw-r--r--  1 root root  152 2007-11-09 19:03 newusers
-rw-r--r--  1 root root  139 2007-11-14 11:58 other
-rw-r--r--  1 root root  104 2007-11-09 19:03 passwd
-rw-r--r--  1 root root  362 2007-11-02 12:57 pop
lrwxrwxrwx  1 root root   14 2007-11-02 12:57 pop3 - /etc/pam.d/pop
lrwxrwxrwx  1 root root   14 2007-11-02 12:57 pop3s - /etc/pam.d/pop
lrwxrwxrwx  1 root root   14 2007-11-02 12:57 pops - /etc/pam.d/pop
-rw-r--r--  1 root root  183 2007-11-02 12:58 ppp
-rw-r--r--  1 root root  397 2008-01-18 21:48 samba
-rw-r--r--  1 root root  160 2008-01-18 21:30 saslauthd
-rw-r--r--  1 root root   84 2007-11-05 18:32 screen
-rw-r--r--  1 root root  152 2007-11-09 19:03 shadow
-rw-r--r--  1 root root  205 2008-01-18 21:21 sshd
-rw-r--r--  1 root root 1059 2007-11-09 19:03 su
-rw-r--r--  1 root root  172 2008-01-18 21:25 sudo
-rw-r--r--  1 root root  447 2007-11-14 11:58 system-auth
-rw-r--r--  1 root root  152 2007-11-09 19:03 useradd
-rw-r--r--  1 root root  152 2007-11-09 19:03 userdel
-rw-r--r--  1 root root  152 2007-11-09 19:03 usermod
-rw-r--r--  1 root root  218 2008-01-16 09:24 vmware-guestd
-rw-r--r--  1 root root  125 2008-01-14 21:38 xserver


WorksForMe shrug

 Then I made 
 detour and updated a bunch of /etc files that had
 popped up after having started the massive update. I
 must have missed modprobe cause when I booted again a
 boot warning flashed by, warning modprobe.conf not
 generated. Then it got to login where I was again not
 allowed access. Does that have something to do with
 modprobe.conf? PAM? Both?

Not related that I can see. modprobe.conf not being updated is a 
separate issue, solved by running modules-update in an existing root 
shell

  Meanwhile, boot off a LiveCD or some other medium.
  or maintenance mode,
  chroot into gentoo and find all packages that depend
  on pam:
 
  equery depends pam

 AttributeError: Package instance has no attribute
 'get_postmerge_deps'

  or maybe
  euse -i pam

 no matching entries found

 As for modprobe, I just chrooted again and ran
 update-modules. I forgot to add -v on the first pass,
 so I did it again with -v and it's telling me

 *Skipping /etc/modules.conf 

Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Alan McKinnon
On Thursday 31 January 2008, Mateusz Mierzwinski wrote:
 Talking about modularize kernel i think this is an gentoo mailing
 list so every user know's his hardware - if not there is always
 GOOGLE, Gentoo HowTo and Hardware Manual. Most drivers in kernel are
 universal for one vendor family what makes more suitable to different
 types of chipsets (revisions A, B etc...). There is also true that
 maybee kernel modules are good for people with binary distro's but
 Gentoo is source based distribution - thank god - and every user
 should compile kernel for his hardware - modules not needed. 

Rubbish. Let's say tomorrow I plug in a USB sound card, joystick and 
HSDPA modem. Today I do not have this hardware.

Should I rebuild my kernel just to use a hotplug device that I borrowed 
for a few hours? No, thanks, I'm going to use modrobe.

To get my sound card to work, I need a parameter dell=m42. How should 
I easily pass this argument without modules? Should I have a webcam 
driver permanently loaded in kernel space just for the odd case where I 
decide to use it?

1995 called, they say they want their hardware back.

 Cheap 
 code modules are also bad rule of cheap programmers, which don't know
 system and kernel structures. Afterwords thats how making usage of
 NDISWRAPPER is fundamental on Windows drivers hardware.

sigh

If a crap programmer writes a module, it will be crap and do $BAD_STUFF. 
How does this change if the crap programmer is forced to not write 
modules? Does he suddenly get enlightened and know what KR have been 
telling him for years?

CRAP PROGRAMMERS WRITE CRAP CODE. MODULES ARE COMPLETELY IRRELEVANT TO 
THIS.


 If we speak about realtime preemption model i think that You are
 mistaken saying that PC and realtime kernels (software) is not good
 choice. My licentiate work on University of Silesia (Poland,
 Katowice) is about usage of realtime services in computer LAN/WAN
 networks. I digging some materials about RTOS and realtime preemption
 model, realtime schedule algorithm and realtime applications critical
 points programming. I don't know if PC + Realtime preemption model is
 something wrong. When You need critical services for network such as
 multiplexed SDH traffic control and violation prevention You must
 have great power computer with RTOS, that can monitor min. 166MB/s
 traffic full duplex. Now-days computers have enough power to stand
 with RISC (Reduced Instruction Set Computing) machines - thats why
 Sun Solaris has arrived on PC's. Another big step is RTLinux with
 dual core - realtime core and Linux kernel working together.

That type of usage is not my area of expertise, but I can tell that it's 
a niche market. If monolithicality is the correct design paradigm 
there, then the designer has the option of building a monolithic 
kernel. If you can coerce it to work on Intel cpus, well that's fine 
and dandy and attests to the power and adaptibility of Linux.

But how does this support your assertion that modules are a bad idea? 
You have the choice to do it a better way in those circumstances. 
Meanwhile, the vast majority of server nd desktop deployments out there 
that truly do need kernel modules (including Gentoo) cna and should 
continue to use them.


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



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Mateusz Mierzwinski

Alan McKinnon pisze:

On Thursday 31 January 2008, Mateusz Mierzwinski wrote:
  

Talking about modularize kernel i think this is an gentoo mailing
list so every user know's his hardware - if not there is always
GOOGLE, Gentoo HowTo and Hardware Manual. Most drivers in kernel are
universal for one vendor family what makes more suitable to different
types of chipsets (revisions A, B etc...). There is also true that
maybee kernel modules are good for people with binary distro's but
Gentoo is source based distribution - thank god - and every user
should compile kernel for his hardware - modules not needed. 



Rubbish. Let's say tomorrow I plug in a USB sound card, joystick and 
HSDPA modem. Today I do not have this hardware.


Should I rebuild my kernel just to use a hotplug device that I borrowed 
for a few hours? No, thanks, I'm going to use modrobe.


To get my sound card to work, I need a parameter dell=m42. How should 
I easily pass this argument without modules? Should I have a webcam 
driver permanently loaded in kernel space just for the odd case where I 
decide to use it?


1995 called, they say they want their hardware back.

  
Cheap 
code modules are also bad rule of cheap programmers, which don't know

system and kernel structures. Afterwords thats how making usage of
NDISWRAPPER is fundamental on Windows drivers hardware.



sigh

If a crap programmer writes a module, it will be crap and do $BAD_STUFF. 
How does this change if the crap programmer is forced to not write 
modules? Does he suddenly get enlightened and know what KR have been 
telling him for years?


CRAP PROGRAMMERS WRITE CRAP CODE. MODULES ARE COMPLETELY IRRELEVANT TO 
THIS.



  

If we speak about realtime preemption model i think that You are
mistaken saying that PC and realtime kernels (software) is not good
choice. My licentiate work on University of Silesia (Poland,
Katowice) is about usage of realtime services in computer LAN/WAN
networks. I digging some materials about RTOS and realtime preemption
model, realtime schedule algorithm and realtime applications critical
points programming. I don't know if PC + Realtime preemption model is
something wrong. When You need critical services for network such as
multiplexed SDH traffic control and violation prevention You must
have great power computer with RTOS, that can monitor min. 166MB/s
traffic full duplex. Now-days computers have enough power to stand
with RISC (Reduced Instruction Set Computing) machines - thats why
Sun Solaris has arrived on PC's. Another big step is RTLinux with
dual core - realtime core and Linux kernel working together.



That type of usage is not my area of expertise, but I can tell that it's 
a niche market. If monolithicality is the correct design paradigm 
there, then the designer has the option of building a monolithic 
kernel. If you can coerce it to work on Intel cpus, well that's fine 
and dandy and attests to the power and adaptibility of Linux.


But how does this support your assertion that modules are a bad idea? 
You have the choice to do it a better way in those circumstances. 
Meanwhile, the vast majority of server nd desktop deployments out there 
that truly do need kernel modules (including Gentoo) cna and should 
continue to use them.



  
You have right with that borrowed hardware or even buy it. But if You 
have some like IDE controller on motherboard, why use all modules in 
kernel? Maybee to turn of DMA or something. Why Realtime without 
modules? I don't know how modules works under RTOS, if I don't know so 
better for the world is not touch it. maybe sometimes, but now servers 
only on monolitic kernel.


Send me email: [EMAIL PROTECTED], we can talk privacy... ;)
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] (no subject)

2008-01-30 Thread Peter Eliades

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



Re: [gentoo-user] [EMAIL PROTECTED]

2008-01-30 Thread Iain Buchanan

On Wed, 2008-01-30 at 18:48 +, Qian Qiao wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Must... resist... posting... the... kit...

man, I love reading the replies to stray unsubscribe messages :)

-- 
Iain Buchanan iaindb at netspace dot net dot au

[upon learning that Meg is dating a nudist] 
Lois Griffin:  Now Meg, there's no need to get testes. I mean testy. Nuts. I 
mean crap.

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



Re: [gentoo-user] [EMAIL PROTECTED]

2008-01-30 Thread Dale
Iain Buchanan wrote:
 On Wed, 2008-01-30 at 18:48 +, Qian Qiao wrote:
   
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Must... resist... posting... the... kit...
 

 man, I love reading the replies to stray unsubscribe messages :)

   

Yea, Jerry always come in with the NO!! thing.  LOL  I did like qiao's
reply to tho.  :-)  Was curious as to what kit he was referring to?? 

Of course, helpful as I always try to be, I reply with the unsubscribe
address.  ;-) 

Dale

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



Re: [gentoo-user] (no subject)

2008-01-30 Thread Dale
Peter Eliades wrote:
 unsubscribe

Where's Jerry at?

Try this one.   [EMAIL PROTECTED]  Works a lot better. 
Thanks for saying good bye tho.  We'll miss you.   :-)

Dale

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



Re: [gentoo-user] Postfix problem

2008-01-30 Thread Håkon Alstadheim

James Homuth wrote:

At 06:58 AM 29/01/2008, you wrote:

Hello,

I have problem with postfix. I just want to send email to other mail 
server from my new postfix/courier server. Every time I write address 
different then local server (postfix) returns info 5.7.1 (some 
address): Relay access denied. What should I do? I don't know is it 
forwarding or relaying. What is wrong?
Sounds like there's a problem in the way you have postfix configured. 
Namely, you didn't configure $mydomain, $mydestination, and 
$mynetworks. Either that, or one or all of them are misconfigured. 
http://www.postfix.org/BASIC_CONFIGURATION_README.html
... and once those are ok, you need to have a permit_mynetworks BEFORE 
the reject_unauth_destination (you definitely want that last one in 
there).


The postconf command is a good way to get the actual values that are 
in effect. Run postconf | less and search for reject_unauth_destination.


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



Re: [gentoo-user] [EMAIL PROTECTED]

2008-01-30 Thread felix
On Wed, Jan 30, 2008 at 06:13:54PM -0600, Dale wrote:
 Iain Buchanan wrote:
  On Wed, 2008-01-30 at 18:48 +, Qian Qiao wrote:
  Must... resist... posting... the... kit...
  man, I love reading the replies to stray unsubscribe messages :)
 Yea, Jerry always come in with the NO!! thing.  LOL  I did like qiao's
 reply to tho.  :-)  Was curious as to what kit he was referring to?? 

Yee have only to ask ...

Here's how to unsubscribe:

First, ask your Internet Provider to mail you an Unsubscribing Kit.
Then follow these directions.

The kit will most likely be the standard no-fault type. Depending on
requirements, System A and/or System B can be used. When operating
System A, depress lever and a plastic dalkron unsubscriber will be
dispensed through the slot immediately underneath. When you have
fastened the adhesive lip, attach connection marked by the large X
outlet hose. Twist the silver-coloured ring one inch below the
connection point until you feel it lock.

The kit is now ready for use. The Cin-Eliminator is activated by the
small switch on the lip.  When securing, twist the ring back to its
initial condition, so that the two orange lines meet.  Disconnect.
Place the dalkron unsubscriber in the vacuum receptacle to the rear.
Activate by pressing the blue button.

The controls for System B are located on the opposite side. The red
release switch places the Cin-Eliminator into position; it can be
adjusted manually up or down by pressing the blue manual release
button. The opening is self-adjusting. To secure after use, press the
green button, which simultaneously activates the evaporator and
returns the Cin-Eliminator to its storage position.

You may log off if the green exit light is on over the evaporator.  If
the red light is illuminated, one of the Cin-Eliminator requirements
has not been properly implemented. Press the List Guy call button on
the right of the evaporator. He will secure all facilities from his
control panel.

To use the Auto-Unsub, first undress and place all your clothes in the
clothes rack. Put on the velcro slippers located in the cabinet
immediately below. Enter the shower, taking the entire kit with
you. On the control panel to your upper right upon entering you will
see a Shower seal button. Press to activate. A green light will then
be illuminated immediately below. On the intensity knob, select the
desired setting. Now depress the Auto-Unsub activation lever. Bathe
normally.

The Auto-Unsub will automatically go off after three minutes unless
you activate the Manual off override switch by flipping it up. When
you are ready to leave, press the blue Shower seal release
button. The door will open and you may leave. Please remove the velcro
slippers and place them in their container.

If you prefer the ultrasonic log-off mode, press the indicated blue
button. When the twin panels open, pull forward by rings A  B. The
knob to the left, just below the blue light, has three settings, low,
medium or high. For normal use, the medium setting is suggested.

After these settings have been made, you can activate the device by
switching to the ON position the clearly marked red switch. If
during the unsubscribing operation you wish to change the settings,
place the manual off override switch in the OFF position. You may
now make the change and repeat the cycle. When the green exit light
goes on, you may log off and have lunch. Please close the door behind
you.

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] (no subject)

2008-01-30 Thread felix
On Thu, Jan 31, 2008 at 11:02:16AM +1100, Peter Eliades wrote:
 unsubscribe

Two for one fire sale!  Hope this leaves you a little wiser :-)

Here's how to unsubscribe:

First, ask your Internet Provider to mail you an Unsubscribing Kit.
Then follow these directions.

The kit will most likely be the standard no-fault type. Depending on
requirements, System A and/or System B can be used. When operating
System A, depress lever and a plastic dalkron unsubscriber will be
dispensed through the slot immediately underneath. When you have
fastened the adhesive lip, attach connection marked by the large X
outlet hose. Twist the silver-coloured ring one inch below the
connection point until you feel it lock.

The kit is now ready for use. The Cin-Eliminator is activated by the
small switch on the lip.  When securing, twist the ring back to its
initial condition, so that the two orange lines meet.  Disconnect.
Place the dalkron unsubscriber in the vacuum receptacle to the rear.
Activate by pressing the blue button.

The controls for System B are located on the opposite side. The red
release switch places the Cin-Eliminator into position; it can be
adjusted manually up or down by pressing the blue manual release
button. The opening is self-adjusting. To secure after use, press the
green button, which simultaneously activates the evaporator and
returns the Cin-Eliminator to its storage position.

You may log off if the green exit light is on over the evaporator.  If
the red light is illuminated, one of the Cin-Eliminator requirements
has not been properly implemented. Press the List Guy call button on
the right of the evaporator. He will secure all facilities from his
control panel.

To use the Auto-Unsub, first undress and place all your clothes in the
clothes rack. Put on the velcro slippers located in the cabinet
immediately below. Enter the shower, taking the entire kit with
you. On the control panel to your upper right upon entering you will
see a Shower seal button. Press to activate. A green light will then
be illuminated immediately below. On the intensity knob, select the
desired setting. Now depress the Auto-Unsub activation lever. Bathe
normally.

The Auto-Unsub will automatically go off after three minutes unless
you activate the Manual off override switch by flipping it up. When
you are ready to leave, press the blue Shower seal release
button. The door will open and you may leave. Please remove the velcro
slippers and place them in their container.

If you prefer the ultrasonic log-off mode, press the indicated blue
button. When the twin panels open, pull forward by rings A  B. The
knob to the left, just below the blue light, has three settings, low,
medium or high. For normal use, the medium setting is suggested.

After these settings have been made, you can activate the device by
switching to the ON position the clearly marked red switch. If
during the unsubscribing operation you wish to change the settings,
place the manual off override switch in the OFF position. You may
now make the change and repeat the cycle. When the green exit light
goes on, you may log off and have lunch. Please close the door behind
you.


-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] (no subject)

2008-01-30 Thread Iain Buchanan

On Thu, 2008-01-31 at 11:02 +1100, Peter Eliades wrote:
 unsubscribe

just remember:  You can check out, but you can never leave.

-- 
Iain Buchanan iaindb at netspace dot net dot au

The man who sets out to carry a cat by its tail learns something that
will always be useful and which never will grow dim or doubtful.
-- Mark Twain

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



Re: [gentoo-user] Strange Xorg behaviour, not (always) loading nvidia module

2008-01-30 Thread Daniel Iliev
On Wed, 30 Jan 2008 18:56:30 +0100
Pupino [EMAIL PROTECTED] wrote:

  All you have to do in order to get the proprietery nvidia drv
  working is:
 
  1) make sure the open src nvidia drv is not built in-kernel or as
  kernel module:
 
  
 Location:
   - Device Drivers
 - Graphics support
   - Support for frame buffer devices (FB [=n])
   - nVidia Framebuffer Support = [N]
  
 
  2) emerge nvidia-drivers
  3) make sure /etc/X11/xorg.conf has Driver nvidia, not nv in
  section Device
  4) eselect opengl set nvidia
 
 Thanks for the help Daniel, but what you say hasn't fixed my
 problem... I had framebuffer support in the kernel config, but not
 the nvidia fb support, I've tried to remove it at all, but still
 doesn't work... the other steps you have listed have already been
 done. In fact if I type /etc/init.d/xdm restart after boot the driver
 is loaded correctly and all works...
 
 Davide


No, AFAIK, only the open source nv frame buffer (FB) driver can't work
together with the driver from Nvidia. You can have another (e.g. VESA)
FB support along with the proprietary driver.

Have you re-emerged nvidia-drivers after you recompiled the kernel?
If you use binary storage for the compiled packages, remove the
nvidia-drivers from there before emerging. I had such a problem:
portage extracts the backup package without really rebuilding the
driver (perhaps because it sees the same versions and USE flags).

So, you could try:

rm $PORTDIR/packages/All/nvidia*
emerge nvidia-drivers
eselect opengl nvidia



-- 
Best regards,
Daniel
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mounting /dev/sdaX on boot does not work

2008-01-30 Thread Etaoin Shrdlu
On Thursday 31 January 2008, Alan McKinnon wrote:

 To get my sound card to work, I need a parameter dell=m42. How
 should I easily pass this argument without modules? 

IIRC, the syntax for passing arguments to built-in modules is 
modulename.paramname=value on the kernel command line. Of course, only 
at boot time (while with real modules you can pass the arguments when 
you load the module, and also you can load/unload the module many times 
without rebooting).
I'm not entering the debate here; just wanted to share the info.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [EMAIL PROTECTED]

2008-01-30 Thread Dirk Heinrichs
Am Donnerstag, 31. Januar 2008 schrieb ext 
[EMAIL PROTECTED]:
 Here's how to unsubscribe:

 First, ask your Internet Provider to mail you an Unsubscribing Kit.

LOL. Of course, it only runs on Windows. :-)

Bye...

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.