Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Mark Kirkwood
Ow Mun Heng wrote: Has anyone here, who uses XFS fs, experiencing slow filesystem writes? I'm seeing throughput of like 4-3MB/s instead of like previously 15-20MB/s. I have read that there was some thing about barriers and I've tried re-mounting the FS w/ nobarriers but the performance didn't

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Ow Mun Heng
On Tue, 2006-08-29 at 18:11 +1200, Mark Kirkwood wrote: Ow Mun Heng wrote: Has anyone here, who uses XFS fs, experiencing slow filesystem writes? I'm seeing throughput of like 4-3MB/s instead of like previously 15-20MB/s. I have read that there was some thing about barriers and I've

Re: [gentoo-user] Packages for Python 2.3

2006-08-29 Thread Pupeno
On Tuesday 29 August 2006 05:24, Donnie Berkholz wrote: You may need to modify the ebuild. Try adding something like this near the top: PYTHON_SLOT_VERSION=2.3 That's used by distutils.eclass, which mysql-python inherits. Ouch! Is that the only way ? modifying the ebuild and loosing it for

Re: [gentoo-user] Greylisting idea

2006-08-29 Thread Neil Bothwick
On Tue, 29 Aug 2006 17:04:40 +1200, Nick Rout wrote: No, thats just silly. That would send a reply to every email that is a spam. Most spam has non-existent (or forged) from address, which means the mail will just bounce or go to someone whose address has been forged. And the rest will

[gentoo-user] Adding new user on LDAP directory

2006-08-29 Thread bijayant kumar
Marc, Hi... As i said that my problem is sorted out. Now, i want to do some enhancement in my project. I have installed the openLDAP server on my local machine. Thatswhy, every user on the local machine as well as on the LDAP directory are the same. I have created the directory by using the

[gentoo-user] fstab - partitions sometimes doesnt mount

2006-08-29 Thread Martins Steinbergs
hi i have starnge problem, these two partitions sometimes isnt mounted from fstab: /dev/hdb4 /mnt/hdb4 ext3noatime 0 0 /dev/hdb12 /usr/portage/distfiles ext3noatime 0 0 i cant find any errors, logs shows

[gentoo-user] vserver/gentoo: experiences, remarks, hints?

2006-08-29 Thread jarry
Hi, If someone is running vserver on gentoo, could he please summarise his experiences? After 3 weeks of struggling with chrooted apache (still a lot of thinks broken) I would like to try this vserver-concept for web (apache+mysql+php) and mail (sendmail+uw-imap+clamav +spamassassin), but until

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Richard Fish
On 8/28/06, Ow Mun Heng [EMAIL PROTECTED] wrote: Has anyone here, who uses XFS fs, experiencing slow filesystem writes? I'm seeing throughput of like 4-3MB/s instead of like previously 15-20MB/s. I have read that there was some thing about barriers and I've tried re-mounting the FS w/ nobarriers

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Mick
On Tuesday 29 August 2006 10:37, Richard Fish wrote: fs.xfs.xfssyncd_centisecs = 500 Mine is set at 3000 by default, why is yours set at 500? -- Regards, Mick pgpHuZeFz4OYK.pgp Description: PGP signature

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Justin Piszcz
There are a number of things you can do to speed up XFS. # file system mount point type options dump pass /dev/sda2 / xfs logbufs=8,logbsize=262144,biosize=16,noatime,nodiratime 0 1 Try this :) On Tue, 29 Aug 2006, Mick wrote: On Tuesday 29 August

Re: [gentoo-user] vserver/gentoo: experiences, remarks, hints?

2006-08-29 Thread Mike Williams
On Tuesday 29 August 2006 10:38, [EMAIL PROTECTED] wrote: If someone is running vserver on gentoo, could he please summarise his experiences? After 3 weeks of struggling with chrooted apache (still a lot of thinks broken) I would like to try this vserver-concept for web (apache+mysql+php)

Re: [gentoo-user] vserver/gentoo: experiences, remarks, hints?

2006-08-29 Thread jarry
Mike Williams [EMAIL PROTECTED] wrote: It's not the most secure thing in the world, as all the memory is available to each vserver. Well, not worse then having all services running on one server. BTW, am I wrong if I think one can limit resources for vserver with u/rlimits (settings in

[gentoo-user] Partitioning and LVM problem

2006-08-29 Thread Stephen Liu
Hi folks, I have following partitions on the HD # fdisk -l /dev/hda1 * 83 System (for /boot) /dev/hda2 5 Extended (as swap) /dev/hda3 83 Linux (for /root) /dev/hda4 8e Linux LVM (for /home /usr /var /opt /tmp) Encountered following problems; 1) # vgscan Reading all physical volumes.

Re: [gentoo-user] mencoder did nothing all night at 100% CPU!

2006-08-29 Thread Iain Buchanan
On Mon, 2006-08-28 at 14:16 +0100, Uwe Thiem wrote: On 28 August 2006 13:39, Iain Buchanan wrote: On Fri, 2006-08-11 at 08:21 +0100, Uwe Thiem wrote: On 10 August 2006 23:06, Iain Buchanan wrote: Hi all, I'm trying out mencoder to try a few different codecs and formats for 1.

Re: [gentoo-user] vserver/gentoo: experiences, remarks, hints?

2006-08-29 Thread Mike Williams
On Tuesday 29 August 2006 11:42, [EMAIL PROTECTED] wrote: It's not the most secure thing in the world, as all the memory is available to each vserver. Well, not worse then having all services running on one server. Very true. BTW, am I wrong if I think one can limit resources for

Re: [gentoo-user] Partitioning and LVM problem (partially solved)

2006-08-29 Thread Stephen Liu
Hi folks, I found out the trick. On /etc/lvm/lvm.conf the line; filter = [ a/.*/ ] should be replaced with; filter = [ a|/dev/hda4]|, r/.*/ ] (in my case) Previously I made the line as; filter = [ a|/dev/hda]|, r/.*/ ] Now # vgscan Reading all physical volumes. This may take a while... No

Re: [gentoo-user] Adding new user on LDAP directory

2006-08-29 Thread Marc Blumentritt
bijayant kumar schrieb: Marc, Hi... As i said that my problem is sorted out. Now, i want to do some enhancement in my project. I have installed the openLDAP server on my local machine. Thatswhy, every user on the local machine as well as on the LDAP directory are the same. I

Re: [gentoo-user] tweaking mencoder

2006-08-29 Thread Iain Buchanan
On Mon, 2006-08-28 at 22:09 +0930, Iain Buchanan wrote: On Fri, 2006-08-11 at 08:21 +0100, Uwe Thiem wrote: On 10 August 2006 23:06, Iain Buchanan wrote: Hi all, I'm trying out mencoder to try a few different codecs and formats for 1. dvd authoring and 2. just compressing to keep on

Re: [gentoo-user] Greylisting idea

2006-08-29 Thread Grant
No, thats just silly. That would send a reply to every email that is a spam. Most spam has non-existent (or forged) from address, which means the mail will just bounce or go to someone whose address has been forged. And the rest will confirm to the spammer that they have a valid address,

[gentoo-user] lp unable to detect parallel printer hp 710c

2006-08-29 Thread Michael [Plouj] Ploujnikov
I am having this issue on gentoo-sources 2.6.17-r4: http://dev.gentoo.org/~dsd/genpatches/issues-resolved.htm#2.6.9-lp My HP 710C parallel port printer is not being detected. This used to work on my system before, but then I had the 2.6.16-r9 kernel and since them I had to re-install my Gentoo.

[gentoo-user] kdebluetooth fails to emerge

2006-08-29 Thread Mick
Hi All, Does anyone else get this? config.status: creating kdebluetooth/kdebluetooth-common/dunhandler/dunhandler.d esktop config.status: creating

[gentoo-user] app-i18n/scim-qtimm-0.9.4 Fails to Configure to Build

2006-08-29 Thread Neil Hodges
Hello, app-i18n/scim-qtimm-0.9.4 fails to configure, whereas the previous version has no trouble. What is the cause of this problem? - Neil == log == *** Creating acinclude.m4 make[1]: Entering directory `/var/tmp/portage/scim-qtimm-0.9.4/work/scim-qtimm-0.9.4' make[1]: Leaving

Re: [gentoo-user] Packages for Python 2.3

2006-08-29 Thread Donnie Berkholz
Pupeno wrote: On Tuesday 29 August 2006 05:24, Donnie Berkholz wrote: You may need to modify the ebuild. Try adding something like this near the top: PYTHON_SLOT_VERSION=2.3 That's used by distutils.eclass, which mysql-python inherits. Ouch! Is that the only way ? modifying the ebuild and

Re: [gentoo-user] Greylisting idea

2006-08-29 Thread kashani
Grant wrote: Greylisting seems to be the most effective way of eliminating unwanted email. The problem is that it also has the potential to eliminate a legitimate email. Couldn't a feature be added to greylisting software that dispatches an email to the sender of any email that is temporarily

[gentoo-user] libmysqlclient.so.15

2006-08-29 Thread cedric de crozant
hi, i'm new to gentoo. i have updated mysql 4.1.21 following the glsa advisory with glsa- check -f and now I have a problem ! in the httpd error log : /usr/local/php5/bin/php: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or

Re: [gentoo-user] Greylisting idea

2006-08-29 Thread Neil Bothwick
On Tue, 29 Aug 2006 07:55:45 -0700, Grant wrote: Forged addresses could be a problem though. Is there any way to verify that the sender address is legitimate without sending an email there? The real problem is that the forged addresses are often real. I get enough spam without adding to it

Re: [gentoo-user] libmysqlclient.so.15

2006-08-29 Thread James Ausmus
On 8/29/06, cedric de crozant [EMAIL PROTECTED] wrote: hi, i'm new to gentoo. i have updated mysql 4.1.21 following the glsa advisory with glsa- check -f and now I have a problem ! in the httpd error log : /usr/local/php5/bin/php: error while loading shared libraries: libmysqlclient.so.15:

Re: [gentoo-user] libmysqlclient.so.15

2006-08-29 Thread kashani
cedric de crozant wrote: hi, i'm new to gentoo. i have updated mysql 4.1.21 following the glsa advisory with glsa-check -f and now I have a problem ! in the httpd error log : /usr/local/php5/bin/php: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No

Re: [gentoo-user] libmysqlclient.so.15

2006-08-29 Thread cedric de crozant
thanks for your help. I have this : #emerge -p mysql These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] dev-db/mysql-4.1.21 # locate libmysqlclient_r /usr/lib/libmysqlclient_r.so /usr/lib/libmysqlclient_r.so.15

Re: [gentoo-user] libmysqlclient.so.15

2006-08-29 Thread cedric de crozant
thanks, but it didn't help ! looks like revdep-rebuild only found something in dev-perl... # revdep-rebuild -p -v Configuring search environment for revdep-rebuild Checking reverse dependencies... Packages containing binaries and libraries broken by a package update will be emerged.

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Richard Fish
On 8/29/06, Ow Mun Heng [EMAIL PROTECTED] wrote: So.. it doesn't give me any clues there. However, doing Reads is OK. I get good performance when eg: copying a file from the XFS partition to another partition/drive. How about the output of: lsattr -Ra /home 2dev/null | grep -v -e

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Jeff Grant
http://www.debian-administration.org/articles/388 and http://linuxgazette.net/122/TWDT.html#piszcz These are two articles that indeed led me to believe that XFS was the way to go - and here, I'm also experiencing some dreadful performance - tar/untar performance specifically. What to do..

Re: [gentoo-user] Partitioning and LVM problem

2006-08-29 Thread Richard Fish
On 8/29/06, Stephen Liu [EMAIL PROTECTED] wrote: 1) # vgscan Reading all physical volumes. This may take a while Incorrect metadata area header checksum 1. Do you know what version of lvm was used to create your logical volumes? 2. What version are you using now? 3. Can you post the output of

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Richard Fish
On 8/29/06, Jeff Grant [EMAIL PROTECTED] wrote: These are two articles that indeed led me to believe that XFS was the way to go - and here, I'm also experiencing some dreadful performance - tar/untar performance specifically. Can you define dreadful? Are you seeing the same results (fast

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Jeff Grant
You are correct, sir. Read times move at a nice clip - but untar/writes seem to get cut almost in half. Just an observation - as I do not have any solid data analysis atm - just a matter of scratching my skull whilst I listen to what seems to be some serious HD churning. -Jeff Richard Fish

Re: [gentoo-user] lp unable to detect parallel printer hp 710c

2006-08-29 Thread Mick
On Tuesday 29 August 2006 16:21, Michael [Plouj] Ploujnikov wrote: I am very sure I enabled all the proper kernel things as described by the printing guide. I also enabled PNP as suggested by someone (http://gentoo-wiki.com/HP_Deskjet_720C_with_CUPS): $ grep -i pnp

Re: [gentoo-user] kdebluetooth fails to emerge

2006-08-29 Thread Richard Fish
On 8/29/06, Mick [EMAIL PROTECTED] wrote: Or shall I file a bug? Already reported: http://bugs.gentoo.org/show_bug.cgi?id=138609 Looks like you need to upgrade your version of openbox. -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] lp unable to detect parallel printer hp 710c

2006-08-29 Thread Richard Fish
On 8/29/06, Michael [Plouj] Ploujnikov [EMAIL PROTECTED] wrote: # CONFIG_PARPORT_1284 is not set You need this. You also need CONFIG_PRINTER (Parallel printer support under Character Devices) if you don't already have it. -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] kdebluetooth fails to emerge

2006-08-29 Thread Mick
On Tuesday 29 August 2006 19:37, Richard Fish wrote: On 8/29/06, Mick [EMAIL PROTECTED] wrote: Or shall I file a bug? Already reported: http://bugs.gentoo.org/show_bug.cgi?id=138609 Looks like you need to upgrade your version of openbox. Thanks Richard, but emerging kdebluetooth pulled

Re: [gentoo-user] kdebluetooth fails to emerge

2006-08-29 Thread Richard Fish
On 8/29/06, Mick [EMAIL PROTECTED] wrote: Thanks Richard, but emerging kdebluetooth pulled in the latest stable openobex: Ok, can you post your emerge --info and the full output of the emerge -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] lp unable to detect parallel printer hp 710c

2006-08-29 Thread Michael [Plouj] Ploujnikov
On 8/29/06, Richard Fish [EMAIL PROTECTED] wrote: On 8/29/06, Michael [Plouj] Ploujnikov [EMAIL PROTECTED] wrote: # CONFIG_PARPORT_1284 is not set You need this. Wow, indeed enabling this allowed lp to detect my printer again! I didn't know about this before, nor did the Gentoo printing

Re: [gentoo-user] libmysqlclient.so.15

2006-08-29 Thread cedric de crozant
yes I found why. this system was supplied by my hosting service with a mysql5 when i launched glsa-check it told me the system was vulnerable to the 200606-13 security advisory : http://www.gentoo.org/security/en/glsa/glsa-200606-13.xml so i simply did a glsa-check -f 200606-13 I don't know

[gentoo-user] Problem with net.eth0

2006-08-29 Thread Goldwyn Rodrigues
Hi, I updated the installed packages, which includes baselayout. However, restarting a the network, I get the error: hydrauser5 ~ # /etc/init.d/net.eth0 restart * Caching service dependencies ... [ ok ]/etc/init.d/net.eth0: line 34:

[gentoo-user] boot slave drive

2006-08-29 Thread Thufir
fedora (FC5) is on hda (master), hdb (slave) has windows 2000 and gentoo. I'm only unable to boot gentoo. When booting gentoo here's the error message: Booting gentoo map () () map () () root (hd1,1) filesystem type is ext3fs, partion type is 0x83 chainloader +1 error 13: Invalid or

Re: [gentoo-user] Freezing on Mounting Local Filesystems

2006-08-29 Thread Benno Schulenberg
Jason Weisberger wrote a month ago: On 7/22/06, Benno Schulenberg [EMAIL PROTECTED] wrote: Jason Weisberger wrote: Odd problem it seems as if almost completely at random, my boot process will stop at Mounting Local Filesystems.. for no reason. It will freeze there until you

[gentoo-user] nvidia 1.0-8774 drivers not in portage

2006-08-29 Thread Daevid Vincent
I'm wondering why the new nvidia 1.0-8774 drivers don't show up in portage at all? They were released 5 days ago. I would expect that the devs would be all over this like #ff on rice. It has support for Xorg 7.1 finally! Isn't that something we've all been anxiously waiting for?

Re: [gentoo-user] nvidia 1.0-8774 drivers not in portage

2006-08-29 Thread Jeff Grant
# emerge -s nvidia * x11-drivers/nvidia-drivers Latest version available: 1.0.8774 Latest version installed: 1.0.8774 Size of files: 31,714 kB Homepage: http://www.nvidia.com/ Description: NVIDIA X11 driver and GLX libraries License: NVIDIA -Jeff

Re: [gentoo-user] nvidia 1.0-8774 drivers not in portage

2006-08-29 Thread Dale
Jeff Grant wrote: # emerge -s nvidia * x11-drivers/nvidia-drivers Latest version available: 1.0.8774 Latest version installed: 1.0.8774 Size of files: 31,714 kB Homepage: http://www.nvidia.com/ Description: NVIDIA X11 driver and GLX libraries

Re: [gentoo-user] nvidia 1.0-8774 drivers not in portage

2006-08-29 Thread Hemmann, Volker Armin
On Tuesday 29 August 2006 23:12, Dale wrote: Jeff Grant wrote: # emerge -s nvidia * x11-drivers/nvidia-drivers Latest version available: 1.0.8774 Latest version installed: 1.0.8774 Size of files: 31,714 kB Homepage: http://www.nvidia.com/

Re: [gentoo-user] lp unable to detect parallel printer hp 710c

2006-08-29 Thread Mick
On 29/08/06, Michael [Plouj] Ploujnikov [EMAIL PROTECTED] wrote: Strangely, lp prints the same message, then the printer is found by parport. Maybe I should disable PNP in the kernel? PNP seems to pick up the printer alright. What does your CUPS log show? You may need to change its setting

Re: [gentoo-user] kdebluetooth fails to emerge

2006-08-29 Thread Mick
On Tuesday 29 August 2006 20:33, Richard Fish wrote: On 8/29/06, Mick [EMAIL PROTECTED] wrote: Thanks Richard, but emerging kdebluetooth pulled in the latest stable openobex: Ok, can you post your emerge --info and the full output of the emerge Here it goes:

Re: [gentoo-user] libmysqlclient.so.15

2006-08-29 Thread Nico
just for info there's USE description here:http://gentoo-portage.com/USE

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Ow Mun Heng
On Tue, 2006-08-29 at 10:54 -0700, Richard Fish wrote: On 8/29/06, Ow Mun Heng [EMAIL PROTECTED] wrote: So.. it doesn't give me any clues there. However, doing Reads is OK. I get good performance when eg: copying a file from the XFS partition to another partition/drive. How about the

Re: [gentoo-user] lp unable to detect parallel printer hp 710c

2006-08-29 Thread Michael [Plouj] Ploujnikov
PNP seems to pick up the printer alright. What does your CUPS log show? You may need to change its setting to get a more verbose output. Gah! Thanks. The log showed me that I was missing foomatic. I'm pretty sure I made the same mistake last time I was setting up printing, and I will again if

Re: [gentoo-user] Greylisting idea

2006-08-29 Thread Grant
Greylisting seems to be the most effective way of eliminating unwanted email. The problem is that it also has the potential to eliminate a legitimate email. Couldn't a feature be added to greylisting software that dispatches an email to the sender of any email that is temporarily rejected

Re: [gentoo-user] boot slave drive

2006-08-29 Thread Xupeng Yun
2006/8/30, Thufir [EMAIL PROTECTED]: 21title win2k 22#21try adding 2 additional lines in there before the rootnoverifyoption 23map (hd0) (hd1) 24map (hd1) (hd0) 25rootnoverify (hd1,0) 26chainloader +1should be:chainloader (hd1,0)+1-- I like Python Linux.Blog: http://recordus.cublog.cn

Re: [gentoo-user] boot slave drive

2006-08-29 Thread Richard Fish
On 8/29/06, Thufir [EMAIL PROTECTED] wrote: 28 title Gentoo 29 map (hd0) (hd1) 30 map (hd1) (hd0) 31 root (hd1,1) 32 chainloader +1 33 kernel /kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0 init=/linuxrc

Re: [gentoo-user] Greylisting idea

2006-08-29 Thread Grant
How exactly are legitimate messages lost through greylisting? I've come up with these: 1. legitimate messages that don't retry (someone mentioned Amazon newsletters) The postgrey whitelist included in the build covers some of the major ones. I'd question these being legitimate emails and

Re: [gentoo-user] Problem with net.eth0

2006-08-29 Thread Jerry McBride
On Tuesday 29 August 2006 16:28, Goldwyn Rodrigues wrote: Hi, I updated the installed packages, which includes baselayout. However, restarting a the network, I get the error: hydrauser5 ~ # /etc/init.d/net.eth0 restart * Caching service dependencies ...

Re: [gentoo-user] Greylisting idea

2006-08-29 Thread kashani
Grant wrote: Any drawbacks to that? Is this what you mean: # --lookup-by-subnet strip the last 8 bits from IP addresses (default) Yep this one and no drawbacks I can think of. Why wouldn't the email be returned to the sender in case 1? Because number 1 is entirely composed of

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Mark Kirkwood
Ow Mun Heng wrote: I've already updated it to the latest based on the suspend2 version. $uname -r 2.6.17-suspend2-r4 $eix xfsprogs Available versions: 2.7.3 2.7.11 2.8.10 Installed: 2.8.10 If not mistaken, the issue, (or barriers if not mistaken) was introduced in the

Re: [gentoo-user] Greylisting idea

2006-08-29 Thread Grant
Any drawbacks to that? Is this what you mean: # --lookup-by-subnet strip the last 8 bits from IP addresses (default) Yep this one and no drawbacks I can think of. Cool, it's the default anyway. Why wouldn't the email be returned to the sender in case 1? Because number 1 is

Re: [gentoo-user] XFS FileSystem - Slow Writes

2006-08-29 Thread Richard Fish
On 8/29/06, Ow Mun Heng [EMAIL PROTECTED] wrote: $ mount | grep xfs /dev/hda6 on /home type xfs (rw) Hmm, I missed this before. nobarrier should be showing up here. Try: mount /home -o remount,nobarrier -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Partitioning and LVM problem (partially solved)

2006-08-29 Thread Richard Fish
On 8/29/06, Stephen Liu [EMAIL PROTECTED] wrote: But printout still there. I tried it twice erasing the HD completely. Can you post the output of 'grep -v -e ^ *# -e ^ *$ /etc/lvm/lvm.conf'. Also you might try taking a look at the output of pvscan -vv, and make sure that hda4 shows up.

Re: [gentoo-user] XFS FileSystem - Slow Writes - GNOME/nautilus Issue?

2006-08-29 Thread Ow Mun Heng
On Tue, 2006-08-29 at 18:35 -0700, Richard Fish wrote: On 8/29/06, Ow Mun Heng [EMAIL PROTECTED] wrote: $ mount | grep xfs /dev/hda6 on /home type xfs (rw) Hmm, I missed this before. nobarrier should be showing up here. Try: mount /home -o remount,nobarrier I did mention that I

Re: [gentoo-user] Partitioning and LVM problem (partially solved)

2006-08-29 Thread Stephen Liu
Hi Richard, New partitions # fdisk -l /dev/hda1 * 83 Linux /dev/hda283 Linux /dev/hda382 Linux Swap/Solaris /dev/hda48e Linux LVM * end * Can you post the output of 'grep -v -e ^ *# -e ^ *$ /etc/lvm/lvm.conf'. devices { dir = /dev scan = [ /dev ] filter = [

Re: [gentoo-user] nvidia 1.0-8774 drivers not in portage

2006-08-29 Thread Donnie Berkholz
Daevid Vincent wrote: I'm wondering why the new nvidia 1.0-8774 drivers don't show up in portage at all? They were released 5 days ago. I would expect that the devs would be all over this like #ff on rice. It has support for Xorg 7.1 finally! Isn't that something we've all been anxiously

Re: [gentoo-user] Partitioning and LVM problem (partially solved)

2006-08-29 Thread Richard Fish
On 8/29/06, Stephen Liu [EMAIL PROTECTED] wrote: /dev/hda4: No label detected Did you do pvcreate /dev/hda4? -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Freezing on Mounting Local Filesystems

2006-08-29 Thread Martins Steinbergs
On Tuesday 29 August 2006 23:55, Benno Schulenberg wrote: Jason Weisberger wrote a month ago: On 7/22/06, Benno Schulenberg [EMAIL PROTECTED] wrote: Jason Weisberger wrote: Odd problem it seems as if almost completely at random, my boot process will stop at Mounting Local

[gentoo-user] openLDAP clients

2006-08-29 Thread bijayant kumar
Hi, I have installed openLDAP server and configure the clients on the same system. Now, i have to install the server on one machine and clients on the other system. I want to ask that what to do for this. On the client machine, which files i have to configure. And is it neccessary to configure the

[gentoo-user] HELP! Network status changes randomly, how to diagnose?

2006-08-29 Thread Erik
I am trying to connect my Gentoo computer to my D-Link DVG-1120 (VoIP Gateway with NAT) again after 3 months. It used to work great, but now the network status is changing randomly. Sometimes I can load a webpage, but then when I click on a link I get an error message. Then it may suddenly