RE: [gentoo-user] gentoo killed my pc

2003-10-09 Thread Bjorn Sodergren
To Test if the Powersupply is bad: 1) Remove PSU from the case all together. 2) Look at the ATX connector, there will be a Green wire. Short this wire to ground with a small wire or conductive material (paperclip, etc) 3) If you have a voltmeter handy, Voltages on the ATX supply should read as f

RE: [gentoo-user] Gentoo CD-ROM

2003-10-08 Thread Bjorn Sodergren
Sorry forgot something, http://www.gentoo.org/main/en/mirrors.xml Pick a mirror and go into the gentoo/distfiles and download > -Original Message- > From: Pietro Leone [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 02, 2003 4:07 AM > To: ML-GentooUser > Subject: [gentoo-user] Gentoo

RE: [gentoo-user] Gentoo CD-ROM

2003-10-08 Thread Bjorn Sodergren
soulfly gentoo # du -sh distfiles/ 22Gdistfiles That's a lot of CD's If you get rid of dups you might be able to shave 5-6 gigs off there. You will also have to get a copy of the rsync tree that you will need to use and not update the tree. > -Original Message- > From: Pietro L

[gentoo-user] RE: [gentoo-dev] Migrating to a commercial PHP-based forums package for forums.gentoo.org

2003-09-28 Thread Bjorn Sodergren
Open Source/GPL , free meaning no $$ needed, or gotta-pay for it, it doesn't matter as long as the tool you're using is the right tool for the job. If you insist on using the wrong tools ONLY because you think it is un-ethical to use non-free software, you should reconsider your priorities. After

RE: [gentoo-user] mod_php issue

2003-08-21 Thread Bjorn Sodergren
As said, its not "documented" in a normal sense, but if you use ufed (emerge ufed) to edit use flags, you will see apache2 as a use flag. If you use -v along with the -p (pretend) flag, you will see apache2 as a use flag, I've gotten into the habbit of ALWAYS doing, emerge -pv package That wil

RE: [gentoo-user] mod_php issue

2003-08-21 Thread Bjorn Sodergren
USE="apache2" emerge mod_php > -Original Message- > From: Greg Donald [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 2:31 PM > To: [EMAIL PROTECTED] > Subject: [gentoo-user] mod_php issue > > > > I emerged mod_php and apache2, but can't seem to get mod_php > working. I f

RE: [gentoo-user] IDE bus speed

2003-08-19 Thread Bjorn Sodergren
> So, If I like to buy a new motherboard and a new HD, what > should I buy? Assume that I would like to get the best a > person might expect from a home computer. Another issue holding back IDE performance is that the IDE bus is sometimes tied into the PCI bus which is limited to 128mb/sec (giv

RE: [gentoo-user] 1.4 grp, emerge problems

2003-08-10 Thread Bjorn Sodergren
Have you mounted / copied the contents of /packages/All to /usr/portage/packages/All ?? -Original Message- From: D.J. Bolderman [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 6:05 PM To: gentoo-user Subject: [gentoo-user] 1.4 grp, emerge problems I've just downloaded the first

RE: [gentoo-user] Oops forgot subject - SSLeay doesnt see OpenSSL

2003-07-26 Thread Bjorn Sodergren
I filed a bug for this this morning. http://bugs.gentoo.org/show_bug.cgi?id=25319 I worked around it by, ebuild /usr/portage/dev-perl/Net-SSLeay/Net-SSLeay-1.22.ebuild unpack cd /var/tmp/portage/Net-SSLeay-1.22/work/Net_SSLeay.pm-1.22/ ./Makefile.PL -t Touch ../.compiled ebuild /usr/portage/dev-

RE: [gentoo-user] How to move the whole PORTAGE TREE?

2003-07-20 Thread Bjorn Sodergren
> Spider, This is a great wsolution, but where will new data written to > /usr/portage be written? It looks to me that Prabhat will have to > periodicly move data to /mnt/bigdisk/portage. Is there a more > permanent solution? The new data will be written to /usr/portage which is just a link to

RE: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-16 Thread Bjorn Sodergren
> As the PHP Maintainer, I had a specific request to include > support for it. It is not very well documented, but if you > read the PHP source, it is a very reasonable XML handler. Do you have any other info, URLs or code that I could look at to see what the functions do ? As you said, its no

RE: [gentoo-user] vpopmail does not use it's virt. domains

2003-07-16 Thread Bjorn Sodergren
check your /var/qmail/users/assign to see if entries are being added correctly, an example would be +domain1.net-:domain1.net:89:89:/var/vpopmail/domains/domain1.net:-:: +domain2.com-:domain2.com:89:89:/var/vpopmail/domains/domain2.com:-:: If not, you might have a permissions issue somewhere > -

RE: [gentoo-user] Why does PHP has dependency with QT ????

2003-07-16 Thread Bjorn Sodergren
I don't have the original post anymore, but the statement below is incorrect, PHP uses a vararity of libraries which include gd, jpeg, libpng, ming, imlib and imagemagik > > PHP has many functions used manipulate images, if your > wanting to use > > Gallery > > for example, it used qt amongst ot

RE: [gentoo-user] Build own distfiles mirror

2003-07-13 Thread Bjorn Sodergren
The distfiles directory is around 15 gigs, you can save a LOT of space if you exclude many of the larger files like UT2k3, OpenOffice (there are several versions), the KDE i18n stuff and all of the Linux kernels (the ebuilds download the kernel packages from kernel.org anyways). Check the rsync man

RE: [gentoo-user] Suggestions for improvement

2003-07-12 Thread Bjorn Sodergren
> > Cool! I'll give it a try. Thanks for the update/corrections :) > Hey, Us gentoo users, we rock like that :) -- [EMAIL PROTECTED] mailing list

RE: [gentoo-user] Suggestions for improvement

2003-07-12 Thread Bjorn Sodergren
1) emerge gentoolkit qpkg does that Note, that in debian, apt-* doesn't show what packages are installed, you need to query dpkg. Also, apt-* are front-ends to dpkg and its many tools. emerge info in gentoo currently reports Portage configuration information. 2) Gentoo network installation (PX

RE: [gentoo-user] emerge go crazy

2003-07-12 Thread Bjorn Sodergren
They've moved apache 2.0 and MySQL 4.0 from ~x86 to stable, so any update will update both of these. MySQL 4.0 isnt a big deal, much has changed but most everything in the databases still works properly, you will need to re-emerge PHP and any thing else that relies on MySQL Apache though, I think

RE: [gentoo-user] **HEADS UP** Apache2 + MySQL4 moving to stable status

2003-07-09 Thread Bjorn Sodergren
There could be other applications/modules that will no longer work because of Apache 2 Is mod_perl 1.99.09 ready to be unmasked for apache2? I also believe that mod_auth_mysql is no longer being developed, but I could be wrong about that. And then do the configuration files stay the same or are

RE: [gentoo-user] [Gentoo Newbie] Silraid and kernel versions

2003-07-03 Thread Bjorn Sodergren
Use the gs-sources or ac-sources Gentoo-sources (which is based off of 2.4.20) doesn't have the Sii raid controller driver yet > -Original Message- > From: Derek Clarkson [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 10:03 PM > To: [EMAIL PROTECTED] > Subject: [gentoo-user] [

RE: [gentoo-user] Compiling Gentoo for another platform

2003-07-03 Thread Bjorn Sodergren
You could also change the flags in your make.conf to your k6-2 (on yer faster box), change the packages directory to like, /opt/k62-packages, and then emerge everything with -B. This will create bz2's of all packages for your k6 in /package-dir/All Copy those files onto a CD or mount them NFS or

RE: [gentoo-user] Distfiles getting to large ?

2003-06-19 Thread Bjorn Sodergren
that stated how much HD space > (max) would > be consumed, and that was set to 2G, so yes there could be > many files in > there, seeing as the Kernel is <30megs... > > > > Bjorn Sodergren wrote: > > >I was thinking about this a while ago, and currently th

[gentoo-user] Distfiles getting to large ?

2003-06-19 Thread Bjorn Sodergren
I was thinking about this a while ago, and currently the /distfiles/ repository has around 10,000 files. Wouldn't it be a good idea to start thinking about re-organizing it? Right now the apache generated HTML = file is over 2 megs!=20 One thing I was thinking would be to place packages in their

RE: [gentoo-user] kernel: built-in vs. module

2003-06-18 Thread Bjorn Sodergren
Just my opinion, unless you change hardware a lot, I don't think there is an advantage. Some things though, like I2c support, you want as modules because you might not be sure which one your hardware supports and you can auto-detect it. > I've been using linux full time for about 6 months now, b

RE: [gentoo-user] Gentoo on a Laptop with usb cdrom and no floppy

2003-06-12 Thread Bjorn Sodergren
http://forums.gentoo.org/viewtopic.php?t=57754 Do you have another system to do this with?? Or maybe you can get the topic creator to link you to his. > -Original Message- > From: The Doctor [mailto:[EMAIL PROTECTED] On Behalf > Of Jon Fox > Sent: Thursday, June 12, 2003 3:03 PM > To: [E

RE: [gentoo-user] emerge runs amok

2003-06-10 Thread Bjorn Sodergren
Emerge is only trying to remove old packages that where installed via stage2 process that where upgraded by emerge --update world|system . > -Original Message- > From: Larry Wright [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 10, 2003 2:27 AM > To: [EMAIL PROTECTED] > Subject: [gentoo

RE: [gentoo-user] php 4.3.2 virtual/mta

2003-06-08 Thread Bjorn Sodergren
I think the php eclass should have information to detect what mta is actually in use and where the proper sendmail compatible binary is and during postinstall, modify the php.ini. Or simply not have the check for /usr/sbin/sendmail. It makes sense on doing the check for /usr/sbin/sendmail as it w

RE: [gentoo-user] php 4.3.2 virtual/mta

2003-06-07 Thread Bjorn Sodergren
Php does not require sendmail, you can use Qmail, postfix, exim or any other sendmail compatible mailer. You would then need to change the php.ini to reflect the location of the sendmail compatible binary (Qmail automaticly (or should) symlinks /var/qmail/bin/sendmail to /usr/lib/sendmail). You ca

[gentoo-user] Livecd-NG and mirror/gentoo/experimental/x86/stages/ directory

2003-06-04 Thread Bjorn Sodergren
Anyone know what happened to the all of the experimental stage tarballs ? The livecd-ng scripts don't work to well without them and I cant find any. Thanks, bjorn -- [EMAIL PROTECTED] mailing list