Re: [gentoo-user] emerge looking for libraries for wrong architecture

2003-07-22 Thread Robin H . Johnson
On Tue, Jul 22, 2003 at 10:43:22PM -0700, machoamerica wrote:
> hi, i'm a new gentoo user and i've got most of my system built, but whenever i try 
> building kdemultimedia-3.1.2-r1 or k3b-0.8.1-r1 the compile fails.  it tries to link 
> in the library "/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la" when what i 
> have on my system is "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.la".
[snip]

It seems to happen to many people lately. See this bug (see the last few
commnets)
http://bugs.gentoo.org/show_bug.cgi?id=24909

-- 
Robin Hugh Johnson
E-Mail : [EMAIL PROTECTED]
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#   : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] emerge looking for libraries for wrong architecture

2003-07-22 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 23 July 2003 00:43, machoamerica wrote:
> hi, i'm a new gentoo user and i've got most of my system built, but
> whenever i try building kdemultimedia-3.1.2-r1 or k3b-0.8.1-r1 the compile
> fails.  it tries to link in the library
> "/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la" when what i have on
> my system is "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.la".
>
> i'm not sure why it would be looking for i586 files. 

Take a look at this fix:
http://forums.gentoo.org/viewtopic.php?t=65846
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HiZwXVaO67S1rtsRAsdEAKDNmGgFSyrsKXrPnhPmA9JDS5ZZCQCeMwtB
ss7wNzvRkBTSlCIMb9aELOc=
=vP2z
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge looking for libraries for wrong architecture

2003-07-22 Thread machoamerica

hi, i'm a new gentoo user and i've got most of my system built, but whenever i try 
building kdemultimedia-3.1.2-r1 or k3b-0.8.1-r1 the compile fails.  it tries to link 
in the library "/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la" when what i 
have on my system is "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.la".

i'm not sure why it would be looking for i586 files.  my /etc/make.conf includes these 
lines:

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="${CFLAGS}"

does anyone know why this is happening?  here is where it fails for k3b:

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include 
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 
-march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE  
-DQT_NO_ASCII_CAST  -c -o k3bsetup_meta_unload.o `test -f 'k3bsetup_meta_unload.cpp' 
|| echo './'`k3bsetup_meta_unload.cpp
/bin/sh ../../libtool --mode=link --tag=CXX g++  -DNDEBUG -DNO_DEBUG -O2 
-march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE  
-DQT_NO_ASCII_CAST-o k3bsetup -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib  
k3bsetupwizard.o k3bsetup.o k3bsetuptab.o k3bsetupwizardtabs.o main.o 
k3bsetup_meta_unload.o  ../tools/libtools.la ../device/libdevice.la -lkio
mkdir .libs
libtool: link: cannot find the library 
`/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la'
make[3]: *** [k3bsetup] Error 1
make[3]: Leaving directory `/var/tmp/portage/k3b-0.8.1-r1/work/k3b-0.8.1/src/k3bsetup'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/k3b-0.8.1-r1/work/k3b-0.8.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/k3b-0.8.1-r1/work/k3b-0.8.1'
make: *** [all] Error 2

!!! ERROR: app-cdr/k3b-0.8.1-r1 failed.
!!! Function kde_src_compile, Line 138, Exitcode 2
!!! died running emake, kde_src_compile:make

thanks,
macho

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Side Note: Locations used by emerge/ebuild?

2003-07-22 Thread Steven Elling
Just a side note for those who want answers fast.

A lot of questions about "Where does emerge place... ?" can be answered by 
looking at the files "/etc/make.globals" and "/etc/make.conf".

Even if they don't tell you exactly where things are the files will at least 
point you in the right direction.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo Servers

2003-07-22 Thread Steven Elling
On Tuesday 22 July 2003 18:43, Erik S. Johansen wrote:
> In my experience, Samba is not a good choice for anything resembling
> heavy load, mostly due to the resources required to simulate filesystem
> features that are native to Windows. I've had serious load and
> response-time problems in a 20-user setting with a few 100 GB of data
> shared through samba, most of these came from the continous directory
> rescanning Samba need to do in order to provide file-change notification
> to connected clients.

If Samba had support for imon (fam) then it wouldn't need to rescan for file 
changes.  However, from a post I just ran across, it looks like it isn't 
feasible.

-
Subject: file change notification issues 
Newsgroups: mailing.unix.samba-technical
Date: 2003-01-23 07:56:58 PST

http://groups.google.com/groups?q=Samba+FAM+Support&hl=en&lr=lang_en&ie=UTF-8&safe=off&as_qdr=all&selm=b0p3bt%248hn%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Locations used by emerge/ebuild?

2003-07-22 Thread Mark Knecht
Brett, Marius, Donnie, Christopher & Dan,
   Thanks for the great descriptions! I've got the source unpacked now
and am working on trying to apply the patches and replacing a few files.
Hopefully I can get this part handled and try the ebuild qmerge step
later this evening.

   Thanks for all your help.

Cheers,
Mark


On Tue, 2003-07-22 at 20:26, Dan Foster wrote:
> Hot Diggety! Mark Knecht was rumored to have written:
> > 
> > WORKDIR seems to work out to /var/tmp/portage//work, which
> 
> Aye, that is correct.
> 
> > Has some process cleaned this up? Maybe this is my problem? I'm trying
> 
> Aye, that is also correct.
> 
> After a successful emerge, it deletes the work directory... UNLESS the
> FEATURES for that ebuild specifies 'noclean'. 'man ebuild' for more info.
> 
> One way to do what you want to do would be to:
> 
> # ebuild /path/to/ebuild.file fetch
> # ebuild /path/to/ebuild.file unpack
> 
> unpack not only untars the tar file, it also applies the retrieved patches
> as well. Unpacks into /var/tmp/portage//work as you deduced.
> 
> At that point, you can fiddle with the sources if you like -- it does not
> start a compile unless you do the 'ebuild  compile' command
> which executes src_compile() function in the ebuild file for that package.
> 
> -Dan
> 
> --
> [EMAIL PROTECTED] mailing list
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK orQT)

2003-07-22 Thread Alec Shaner
On Tue, 22 Jul 2003 09:32:57 +0200
Fredrik Jagenheim <[EMAIL PROTECTED]> wrote:
 
> But a few years ago, I noticed that my wrists started to hurt from
> trying to bend the hand typing 'Ctrl-A' all the time. Replacing
> CapsLock with Ctrl eased the pain, but it was still a bit of a hassle
> to type 'Ctrl-X + Ctrl-S'. So after seeing a coworker editing in vim I
> decided to try it out, and after learning all the strange commands
> (really, few of them are obvious) and also learning more about what
> the vim editor can do for you more than just 'a', I've
> never looked back at emacs again.
> 

Ditto here! I have been a diehard emacs user for over 7 years, but same
thing with my wrists. I also swapped CapsLock and Ctrl. I've always
dabbled with vi for sysadmin type work, but now I'm starting to use it
for coding too. The pain has definitely lessened since I've been using
vi more.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge of Xfree-drm fails

2003-07-22 Thread Brett I. Holcomb
I'll go there.  In one of the earlier XFree upgrades something in the docs 
gave me the impression I needed it. 

Thanks.


> On Tuesday 22 July 2003 18:27, Brett I. Holcomb wrote:
> > Ahha!  I thought xfree-drm replaced the stuff in XFree.   So it's just
> > for non-Nvidia cards then?
>
> Right; it's not for nVidia cards. It's for many non-nVidia cards. See
> dri.sourceforge.net for a complete list; the major player is ATI, but also
> Voodoo, Intel, Matrox and others.

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo Servers

2003-07-22 Thread Erik S. Johansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 23 July 2003 00:14, Matthew Daubenspeck wrote:
> I  have been researching Samba in efforts to slowly replace our current
>   Novell Netware servers. Is anyone currently using Gentoo in
> such a production environment serving roughly 1000 users?
>
> I usually use Debian for such a server, but would like to hear thoughts
> and experiences for those currently using Gentoo.

In my experience, Samba is not a good choice for anything resembling heavy 
load, mostly due to the resources required to simulate filesystem features 
that are native to Windows. I've had serious load and response-time problems 
in a 20-user setting with a few 100 GB of data shared through samba, most of 
these came from the continous directory rescanning Samba need to do in order 
to provide file-change notification to connected clients. 

There's also been a lot of issues with filenames containing non-us characters,  
and in general there's been more problems with this than it was worth. We 
moved file services to Windows 2k, and they now run properly for our 90% 
Windows LAN.

There may be filesystems that provides file-change notification, and it might 
very well be possible to configure Samba to handle all character sets as 
transparently as Windows, but IMO Windows is way better suited for sharing 
out files to windows clients than Samba.

Now, if you don't have windows clients, it's another story... But as you chose 
to look at Samba I'd guess your users are mainly windows.


- --Erik
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HcwIds9m9uhAobARAsDNAJ9RpKeF4ZrjIt+1n5clABzB0OlRzACfRHxk
NeUByMSCBrfPvDpbDdL0wII=
=m3TQ
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Locations used by emerge/ebuild?

2003-07-22 Thread Dan Foster
Hot Diggety! Mark Knecht was rumored to have written:
> 
> WORKDIR seems to work out to /var/tmp/portage//work, which

Aye, that is correct.

> Has some process cleaned this up? Maybe this is my problem? I'm trying

Aye, that is also correct.

After a successful emerge, it deletes the work directory... UNLESS the
FEATURES for that ebuild specifies 'noclean'. 'man ebuild' for more info.

One way to do what you want to do would be to:

# ebuild /path/to/ebuild.file fetch
# ebuild /path/to/ebuild.file unpack

unpack not only untars the tar file, it also applies the retrieved patches
as well. Unpacks into /var/tmp/portage//work as you deduced.

At that point, you can fiddle with the sources if you like -- it does not
start a compile unless you do the 'ebuild  compile' command
which executes src_compile() function in the ebuild file for that package.

-Dan

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Locations used by emerge/ebuild?

2003-07-22 Thread Christopher Egner
On Tue, 2003-07-22 at 22:13, Mark Knecht wrote:
> On Tue, 2003-07-22 at 19:37, Brett I. Holcomb wrote:
> > Check out man 1 ebuild and man 5 ebuild.  It uses directories in /var/tmp.
> > 
> > The source itself (if it's a tarball) is kept in /usr/portage/distfiles.  Cvs 
> > stuff in in the distfiles under cvs-src. 
> > 
> > The variables are defined in /etc/make.conf - see the comments in it and by 
> > the ebuild programs themselves.
> > 
> > 
> 
> Brett,
>First, as always, thanks! You are always very helpful, and I do
> appreciate it. 
> 
>OK, so reading through man 5 ebuild and make.conf, I guess that the
> place I would expect to find the source files would be either
> 
> WORKDIR = "${PORTAGE_TMPDIR}/portage/${PF}/work"
>  or 
> FILESDIR = "${PORTDIR}/${CATEGORY}/${PN}/files"
> 
> WORKDIR seems to work out to /var/tmp/portage//work, which
> doesn't exist on my machine:
Well, this is kind of true. On a normal emerge, the data will be
downloaded to:
/usr/portage/distfiles/.
This allows a resume to happen without redownloading the stuff
Next, your sources are extracted to the WORKDIR. However, after
compilation and installation of the package, they're deleted (I believe
even if the emerge is unsuccessful, the sources are deleted).

-- 
Christopher

In 1968 it took the computing power of 2 C-64's to fly a rocket to the
moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft
Windows 95. Something must have gone wrong.


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


Re: [gentoo-user] Locations used by emerge/ebuild?

2003-07-22 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 22 July 2003 22:13, Mark Knecht wrote:
> WORKDIR seems to work out to /var/tmp/portage//work, which
> doesn't exist on my machine:
>
> Wizard alsa-driver # cd /var/tmp/portage/alsa-driver-0.9.5-r2/
> Wizard alsa-driver-0.9.5-r2 # ls
> temp
> Wizard alsa-driver-0.9.5-r2 #
>
> Has some process cleaned this up? Maybe this is my problem? I'm trying
> to get to the Alsa source to do a patch. I know it used to be here, but
> tonight I cannot find it.

You're absolutely right. Some process HAS cleaned it up, as Marius said.

If you desire to manually patch your source, the general procedure is:
1) ebuild /path/to/ebuild unpack
2) cd /var/tmp/portage/package-version/work/
3) proceed with patching
4) ebuild /path/to/ebuild qmerge

man 5 ebuild will tell you all of the steps of the process.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/Hf+mXVaO67S1rtsRAhZUAKD4/beGqdbufR0ZYU9ChJYRbIzF6gCfZ6ax
C3rzkF6TOnF/HfDxUg68z0A=
=P9u+
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Locations used by emerge/ebuild?

2003-07-22 Thread Marius Mauch
On 07/22/03  Mark Knecht wrote:

> WORKDIR = "${PORTAGE_TMPDIR}/portage/${PF}/work"
>  or 
> FILESDIR = "${PORTDIR}/${CATEGORY}/${PN}/files"
> 
> WORKDIR seems to work out to /var/tmp/portage//work, which
> doesn't exist on my machine:
> 
> Wizard alsa-driver # cd /var/tmp/portage/alsa-driver-0.9.5-r2/
> Wizard alsa-driver-0.9.5-r2 # ls
> temp
> Wizard alsa-driver-0.9.5-r2 # 
> 
> Has some process cleaned this up? Maybe this is my problem? I'm trying
> to get to the Alsa source to do a patch. I know it used to be here,
> but tonight I cannot find it.
> 
> There's nothing of apparent interest in FILESDIR, although one
> directory higher is the ebuild that I was reading through.
> 
> Thanks in advance for pointing me so kindly in the right directions.

WORKDIR is created by emerge/ebuild when emerging a package and cleaned
after that if there was no error. You can change the behavior in
/etc/make.conf with the FEATURES variable (IIRC it was noclean).

Marius

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo Servers

2003-07-22 Thread Donny Davies
On Wednesday 23 July 2003 00:14, Matthew Daubenspeck wrote:
I  have been researching Samba in efforts to slowly replace our current
  Novell Netware servers. Is anyone currently using Gentoo in
such a production environment serving roughly 1000 users?
[...]

In my experience, Samba is not a good choice for anything resembling heavy 
load, mostly due to the resources required to simulate filesystem features 
that are native to Windows. I've had serious load and response-time problems 
in a 20-user setting with a few 100 GB of data shared through samba, most of 
these came from the continous directory rescanning Samba need to do in order 
to provide file-change notification to connected clients. 
Chuckle.  Tell that to the people running 10,000 user setups on SAMBA with
nothing but praise and admiration for the software.  You could search
samba-technical or the samba users mailing lists for evidence.  Granted
I'm not aware of anybody using Gentoo in this large of an environment
however I maintain SAMBA quite faithfully around here and see absolutely
NO reason why it shouldnt make you equally as happy as the Admins running
large sites are with it  Of couse SAMBA is not point-and-click-ware
and there are a boatload of configuration parameters.
Donny.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Locations used by emerge/ebuild?

2003-07-22 Thread Mark Knecht
On Tue, 2003-07-22 at 19:37, Brett I. Holcomb wrote:
> Check out man 1 ebuild and man 5 ebuild.  It uses directories in /var/tmp.
> 
> The source itself (if it's a tarball) is kept in /usr/portage/distfiles.  Cvs 
> stuff in in the distfiles under cvs-src. 
> 
> The variables are defined in /etc/make.conf - see the comments in it and by 
> the ebuild programs themselves.
> 
> 

Brett,
   First, as always, thanks! You are always very helpful, and I do
appreciate it. 

   OK, so reading through man 5 ebuild and make.conf, I guess that the
place I would expect to find the source files would be either

WORKDIR = "${PORTAGE_TMPDIR}/portage/${PF}/work"
 or 
FILESDIR = "${PORTDIR}/${CATEGORY}/${PN}/files"

WORKDIR seems to work out to /var/tmp/portage//work, which
doesn't exist on my machine:

Wizard alsa-driver # cd /var/tmp/portage/alsa-driver-0.9.5-r2/
Wizard alsa-driver-0.9.5-r2 # ls
temp
Wizard alsa-driver-0.9.5-r2 # 

Has some process cleaned this up? Maybe this is my problem? I'm trying
to get to the Alsa source to do a patch. I know it used to be here, but
tonight I cannot find it.

There's nothing of apparent interest in FILESDIR, although one directory
higher is the ebuild that I was reading through.

Thanks in advance for pointing me so kindly in the right directions.

Cheers,
Mark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Locations used by emerge/ebuild?

2003-07-22 Thread Brett I. Holcomb
Check out man 1 ebuild and man 5 ebuild.  It uses directories in /var/tmp.

The source itself (if it's a tarball) is kept in /usr/portage/distfiles.  Cvs 
stuff in in the distfiles under cvs-src. 

The variables are defined in /etc/make.conf - see the comments in it and by 
the ebuild programs themselves.


> Hi,
>I'm looking for the location that emerge/ebuild places the source
> code prior to building it.
>
> 1) I've found the ebuild itself in /usr/portage//
>
> and...
>
> 2) I've found the tarball in /usr/portage/distfiles
>
> but...
>
> I cannot spot where the source itself actually resides. Unfortunately
> for me the ebuild reads like a foreign language as I'm not a programmer.
> It seems to say the source would be in ${FILESDIR} but trying something
> like 'echo ${FILESDIR}' as root returns nothing.
>
> Thanks in advance,
> Mark

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge of Xfree-drm fails

2003-07-22 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 22 July 2003 17:48, Brett I. Holcomb wrote:
> Video cards is fine but what if you're running NVida which isn't in that
> list!  Any docs on what VIDEO_CARDS should be - I checked the ebuild and
> Nvidial doesn't show up.

If you're running nvidia, you shouldn't be using xfree-drm. You should be 
using nvidia-kernel and nvidia-glx instead.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/Hb7qXVaO67S1rtsRAvfXAKDQgigqNALWtZ94BtAR108jDPlpzQCaAorV
CFOOKlVuYd3DjNlMrVcawYc=
=mWqd
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Lookup for Usenet posters/downloaders

2003-07-22 Thread Peter Ruskin


This is an ebuild I've submitted for par2cmdline, a program for creating 
and using PAR2 files to detect damage in data files and repair them if 
necessary.  It can be used with any kind of file.  This is good news 
for those posting to and downloading binaries from Usenet.

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.7
kernel-2.4.22_pre2-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge of Xfree-drm fails

2003-07-22 Thread Brett I. Holcomb
This failed on me tonight.

Video cards is fine but what if you're running NVida which isn't in that 
list!  Any docs on what VIDEO_CARDS should be - I checked the ebuild and 
Nvidial doesn't show up.

So how do I fix this mess.


> > the emerge fails with the following error message:
> >
> > !!! ERROR: x11-base/xfree-drm-4.3.0-r4 failed.
> > !!! Function src_unpack, Line 114, Exitcode 0
> > !!! Please set at least one video card in VIDEO_CARDS. USE is
> > deprecated.
> >
> > What is VIDEO_CARDS and where do I set it?
>
> Either set your video card using something similar to
> 'VIDEO__CARDS="radeon" emerge xfree-drm' or 'USE="radeon" emerge
> xfree-drm'. You can set VIDEO_CARDS in make.conf, similar to ALSA_CARDS,
> or on the command-line when emerging.
>
> Do emerge -vp xfree-drm to get possible USE flags. Possible VIDEO_CARDS
> settings are in the top of the ebuild near IUSE.
>
> This is aimed to remove hardware from USE flags.

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list



[gentoo-user] what to do about blocked packages?

2003-07-22 Thread Chris Bare
 emerge -up --deep world gives me the following:

[blocks B] media-libs/quicktime4linux (from pkg media-libs/libquicktime-0.9.2_pre1)
[blocks B] media-libs/libquicktime (from pkg media-libs/quicktime4linux-1.5.5-r1)

Even when I set ACCEPT_KEYWORDS="~x86" I get the same 2 packages
blocked. Is this a problem? If so what should I do to correct it?

-- 
Chris Bare
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mod_php thinks I have a cross compiler???

2003-07-22 Thread Marius Mauch
On 07/22/03  Christopher Egner wrote:

> Good question, I hadn't gotten aroud to asking about this, but I have
> the same problem.
> 
> 
> On Tue, 2003-07-22 at 18:17, Eric Livingston wrote:
> > Of the literally hundreds of packages I've installed and updated
> > over the last couple of years (and gentoo releases), mod_php is the
> > first and only package to think I'm using a cross-compiler, which
> > craps out the build because the package reports it can't run certain
> > tests on a cross-compiler.

Check bugzilla for it, IIRC it's a problem with mysql3->mysql4 upgrade
and libwww (see http://bugs.gentoo.org/show_bug.cgi?id=23751).

Marius

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage packages?

2003-07-22 Thread Matthias F. Brandstetter
-- quoting Christopher Egner --
> Where are the downloads from portage kept by default after they are
> downloaded?

/usr/portage/distfiles

-- 
Matthias F. Brandstetter [mailto:[EMAIL PROTECTED]
now playing "Groove Salad: a nicely chilled plate of ambient beats and 
grooves. [SomaFM]"


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Locations used by emerge/ebuild?

2003-07-22 Thread Mark Knecht
Hi,
   I'm looking for the location that emerge/ebuild places the source
code prior to building it. 

1) I've found the ebuild itself in /usr/portage//

and...

2) I've found the tarball in /usr/portage/distfiles

but...

I cannot spot where the source itself actually resides. Unfortunately
for me the ebuild reads like a foreign language as I'm not a programmer.
It seems to say the source would be in ${FILESDIR} but trying something
like 'echo ${FILESDIR}' as root returns nothing.

Thanks in advance,
Mark


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Portage packages?

2003-07-22 Thread Christopher Egner
Where are the downloads from portage kept by default after they are
downloaded?
-- 
Christopher

In 1968 it took the computing power of 2 C-64's to fly a rocket to the
moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft
Windows 95. Something must have gone wrong.


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


[gentoo-user] mod_php thinks I have a cross compiler???

2003-07-22 Thread Eric Livingston
Of the literally hundreds of packages I've installed and updated over the
last couple of years (and gentoo releases), mod_php is the first and only
package to think I'm using a cross-compiler, which craps out the build
because the package reports it can't run certain tests on a cross-compiler.

Given that every other package on my system unanimously agrees I do NOT have
a cross-compiler (I've watched the ./configure step carefully for probably a
hundred different builds), I'm tempted to think that mod_php is broken in
this regard.

Is there a workaround? I've tried messing with the configure.in and other
files in the build, but I lack sufficient knowledge/skill and always wind up
breaking something.

For the moment I've masked out mod_php updates, but I do use mod_php and
wouldn't mind having the latest version.

Thanks in advance,
Eric


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mod_php thinks I have a cross compiler???

2003-07-22 Thread Christopher Egner
Good question, I hadn't gotten aroud to asking about this, but I have
the same problem.


On Tue, 2003-07-22 at 18:17, Eric Livingston wrote:
> Of the literally hundreds of packages I've installed and updated over the
> last couple of years (and gentoo releases), mod_php is the first and only
> package to think I'm using a cross-compiler, which craps out the build
> because the package reports it can't run certain tests on a cross-compiler.
> 
> Given that every other package on my system unanimously agrees I do NOT have
> a cross-compiler (I've watched the ./configure step carefully for probably a
> hundred different builds), I'm tempted to think that mod_php is broken in
> this regard.
> 
> Is there a workaround? I've tried messing with the configure.in and other
> files in the build, but I lack sufficient knowledge/skill and always wind up
> breaking something.
> 
> For the moment I've masked out mod_php updates, but I do use mod_php and
> wouldn't mind having the latest version.
> 
> Thanks in advance,
> Eric
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Christopher

In 1968 it took the computing power of 2 C-64's to fly a rocket to the
moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft
Windows 95. Something must have gone wrong.


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


Re: [gentoo-user] Portage packages?

2003-07-22 Thread Matthew Daubenspeck
On Tue, Jul 22, 2003 at 07:35:02PM -0500, Christopher Egner wrote:
> Where are the downloads from portage kept by default after they are
> downloaded?

The default is /usr/portage/distfiles

-- 
:wq!

  Matthew Daubenspeck
  http://www.oddprocess.org

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge of Xfree-drm fails

2003-07-22 Thread Brett I. Holcomb
Ahha!  I thought xfree-drm replaced the stuff in XFree.   So it's just for 
non-Nvidia cards then?


> On Tuesday 22 July 2003 17:48, Brett I. Holcomb wrote:
> > Video cards is fine but what if you're running NVida which isn't in that
> > list!  Any docs on what VIDEO_CARDS should be - I checked the ebuild and
> > Nvidial doesn't show up.
>
> If you're running nvidia, you shouldn't be using xfree-drm. You should be
> using nvidia-kernel and nvidia-glx instead.

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Ronald Kuwawi
one advantage of being able to use vi is it's usually available
as a standard editor with default install on Linux distro, NetBSD,
OpenBSD, FreeBSD, and other unixes  and does not need X to run it.
so if somehow you can't run X, it's useful to be able to use vi

Ronald




Nathaniel McCallum wrote:
> 
> [EMAIL PROTECTED] writes:
> >>Ok i've tried to keep quiet but i cant anymore!!
> >>
> >>Why dont you want to use vim? You cant type? That's the only reason i can
> >>think of. Other than that... its power editing all the way.
> >>
> >>sory... i couldn't help myself :D
> >>
> >>Essien
> I can type just fine :).  i was just never a fan of vi.  Its nothing but
> personal preferance.
> Nathaniel
> 
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge of Xfree-drm fails

2003-07-22 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 22 July 2003 18:27, Brett I. Holcomb wrote:
> Ahha!  I thought xfree-drm replaced the stuff in XFree.   So it's just for
> non-Nvidia cards then?

Right; it's not for nVidia cards. It's for many non-nVidia cards. See 
dri.sourceforge.net for a complete list; the major player is ATI, but also 
Voodoo, Intel, Matrox and others.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HchWXVaO67S1rtsRAvT6AJ93Nl74654oZdl3SNfVQe+709FzRACfYnqi
DccBKlGLT6cbusm/QyR9FhU=
=xDsk
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Ronald Kuwawi
one advantage of being able to use vi is it's usually available
as a standard editor with default install on Linux distro, NetBSD,
OpenBSD, FreeBSD, and other unixes  and does not need X to run it.
so if somehow you can't run X, it's useful to be able to use vi

Ronald




Nathaniel McCallum wrote:
> 
> [EMAIL PROTECTED] writes:
> >>Ok i've tried to keep quiet but i cant anymore!!
> >>
> >>Why dont you want to use vim? You cant type? That's the only reason i can
> >>think of. Other than that... its power editing all the way.
> >>
> >>sory... i couldn't help myself :D
> >>
> >>Essien
> I can type just fine :).  i was just never a fan of vi.  Its nothing but
> personal preferance.
> Nathaniel
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] evolution imap namespace problem

2003-07-22 Thread Ladanyi Akos
Hi!

I have a problem with Evolution concerning IMAP namespaces.
The option "Overrise server-supplied folder namespace" simply
does not work. I enter "mail" into the corresponding entry
(this is the folder in my home directory where the mails are
stored) but Evolution still displays this mail folder in its
tree.

This works with other mail clients I tried (mozilla-mail,
sylpheed-claws).

I use 1.4.3, but I had this problem with previous versions
too.

Does anybody know a solution ?

cheers,
Akos

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems connecting to internet

2003-07-22 Thread wrivera




I already tried that and I still can not connect to the net, I dont know
what the problem might be. I have included some output from a few commands,
hoping that someone out there can help me solve this problem. Thnaks again
for the help
---Wilken                                                        

Cat /etc/conf.d/net
--
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-src/livecd-ng/profiles/lw/aux-files/net,v
1.2 2003/03/06 01:22:47 livewire Exp $

# Global config file for net.* rc-scripts

# This is basically the ifconfig argument without the ifconfig $iface
#
#iface_eth0="192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0"
#iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0"

# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
#iface_eth0="dhcp"
#dhcpcd_eth0="..."

# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"

# NB:  The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly.  Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"


# For setting the default gateway
#
#gateway="eth0/192.168.0.1"

cat /etc/resolve.conf

nameserver 66.114.79.40

lsmod
-
Module  Size  Used by    Tainted: GF 
eepro100   18388   1 
mii 2128   0  [eepro100]
apm 9208   0  (unused)
floppy 47004   0  (autoclean)
serial 48932   0  (autoclean)
isa-pnp    28100   0  (autoclean) [serial]
snapshot   16544   0  (unused)
md_xor  8660   0  (unused)
md_raid1   14108   0  (unused)
md_raid0    4760   0  (unused)
md_linear   1880   0  (unused)
md_core    42208   0  [md_raid1 md_raid0 md_linear]
lvm_vge    26984   0  (unused)
ldev_mgr   16068   0  (unused)
dos_part   10604   0  (unused)
evms_passthru   1824   0  (unused)
evms_drivelink  8416   0  (unused)
evms_bbr   14392   0  (unused)
evms   33260   8  [snapshot md_xor md_raid1 md_raid0 md_linear
md_core lvm_vge ldev_mgr dos_part evms_passthru evms_drivelink evms_bbr]
cloop   5520   1 
usb-storage    55608   0  (unused)
hid    12468   0  (unused)
uhci   23008   0  (unused)
usbcore    55456   1  [usb-storage hid uhci]

Ifconfig


eth0  Link encap:Ethernet  HWaddr 00:90:27:BB:34:3E  
  inet addr:192.168.0.102  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::290:27ff:febb:343e/10 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:6 errors:0 dropped:0 overruns:0 frame:0
  TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100 
  RX bytes:436 (436.0 b)  TX bytes:1093 (1.0 Kb)
  Interrupt:11 Base address:0x5000 

lo    Link encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Route –n
---
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref    Use Iface
192.168.0.0 0.0.0.0 255.255.255.0   U 0  0    0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG    1  0    0 eth0



Erik S. Johansen wrote:

  -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 22 July 2003 04:53, wrivera wrote:
  
  
After running net-setup eth0 on the livecd, I am unable to reach an
outside address. I can ping my router and other machines on my network
but I can not get anoutside connection. Does anyone have an idea of what
the problem can be.

  
  
try:

route add default gw 192.168.0.1


- --Erik
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HOYwds9m9uhAobARAqy9AJsFXdYSZQA8Idbp5tlH/cQvNQeW2wCfT0Hi
SEOgn2KOn6RfW7k7+2zguEg=
=KkJS
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list


  






Re: [gentoo-user] /etc/portage/profiles/package.mask issues

2003-07-22 Thread Marius Mauch
On 07/22/03  daniel wrote:

> as it turns out, a mysqldump file from mysql 3.2x does not play nice
> with mysql 4.x and vice versa, so in order to be able to transfer data
> between the development environment and the live one, i have to
> downgrade my box to 3.x (i don't have any power over the live machines
> or i'd upgrade them myself).  but putting the following in
> "/etc/portage/profiles/package.mask" doesn't work:
> 
>   >=dev-db/mysql-4.0.0
> 
> however, adding the above to /usr/portage/profiles/package.mask does
> work, and so that's the route i'm going to get mysql up and running,
> but obviously on the next emerge sync, i'm going to lose this minor
> change, so i'd like to know what i missed.
> 
> any pointers?  the above line is the only contents of package.mask.

If you're using current portage (2.0.48-r4 or higher) the file has moved
to /etc/portage/ (no profiles directory).

Marius

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] /etc/portage/profiles/package.mask issues

2003-07-22 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 22 July 2003 15:57, daniel wrote:
>but putting the following in "/etc/portage/profiles/package.mask"
> doesn't work:
>   >=dev-db/mysql-4.0.0
>
> however, adding the above to /usr/portage/profiles/package.mask does work,
> and so that's the route i'm going to get mysql up and running, but
> obviously on the next emerge sync, i'm going to lose this minor change, so
> i'd like to know what i missed.
>
> any pointers?  the above line is the only contents of package.mask.
>
> ps.
> i'm also having similar problems with package.unmask (ie. it doesn't seem
> to have any effect).  so i'm hoping that solving this problem will help me
> solve that one.

Try /etc/portage/package.unmask and /etc/portage/package.mask. It recently 
moved out of the profiles/ directory.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/Ha3IXVaO67S1rtsRAk0BAJsGyk2CZn/4Km/0dlcNy0zSsSHuLgCfedBp
p5f1sQcIiaOydCRpy99gtb0=
=5JMR
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Gentoo Servers

2003-07-22 Thread Matthew Daubenspeck
I  have been researching Samba in efforts to slowly replace our current
   Novell Netware servers. Is anyone currently using Gentoo in such a  
  
production environment serving roughly 1000 users? 
   
   
   
I usually use Debian for such a server, but would like to hear thoughts
   
and experiences for those currently using Gentoo. 
-- 
:wq!

  Matthew Daubenspeck
  http://www.oddprocess.org


pgp0.pgp
Description: PGP signature


[gentoo-user] /etc/portage/profiles/package.mask issues

2003-07-22 Thread daniel
as it turns out, a mysqldump file from mysql 3.2x does not play nice with 
mysql 4.x and vice versa, so in order to be able to transfer data between the 
development environment and the live one, i have to downgrade my box to 3.x 
(i don't have any power over the live machines or i'd upgrade them myself).  
but putting the following in "/etc/portage/profiles/package.mask" doesn't 
work:

  >=dev-db/mysql-4.0.0

however, adding the above to /usr/portage/profiles/package.mask does work, and 
so that's the route i'm going to get mysql up and running, but obviously on 
the next emerge sync, i'm going to lose this minor change, so i'd like to 
know what i missed.

any pointers?  the above line is the only contents of package.mask.

ps.
i'm also having similar problems with package.unmask (ie. it doesn't seem to 
have any effect).  so i'm hoping that solving this problem will help me solve 
that one.

-- 
great spirits have always encountered violent opposition from mediocre minds
- albert einstein


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] POP question

2003-07-22 Thread Bobby R. Cox
Only thing I have found so far is..

http://www.icewalkers.com/Linux/Software/519290/poplimitd.html
http://sourceforge.net/projects/poplimitd/

It will send out a nice form mail to the customer telling them to stop
checking mail so often.  

In the future it will block IP addys as well. 

Although I am sure that I heard of something as described in my previous
email.  I'll keep hunting.

On Tue, 2003-07-22 at 14:06, Alan wrote:
> On Tue, Jul 22, 2003 at 01:48:25PM -0600, Bobby R. Cox wrote:
> > I heard of or read about an app that tricks the pop customer into
> > thinking they are checking their mail as often as they like, but only
> > really allows one check per an allotted time.  
> > 
> > Am I remembering correctly or is this just wishful thinking. 
> 
> I hope that it isn't wishful thinking, because this would be a wonderful
> thing to have on my servers!  
-- 
Bobby R. Cox 
Linux Systems Administrator 
Project Mutual Telephone 
[EMAIL PROTECTED] 
208.434.7185 

The mosquito exists to keep the mighty humble.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Promise FastTrak 376

2003-07-22 Thread Bryan D. Stine
I've been working on getting a solid guide together for implementing a
bootable Gentoo system on the FastTrak 376 (Promise PDC20376)
software-based RAID/S-ATA controller. So far, I have been able to do a
complete install flawlessly with the drivers at acceptable disk transfer
speeds.

However, I have hit a bit of a snag. I'm able to boot to a live system
with the kernel and modules copied from the LiveCD, and a homemade
initrd for loading the ft3xx module. It runs at acceptable speeds and
seems perfectly stable. However, with any other (home built) kernel,
I've been getting extremely slow (PIO) speeds from the drives on the
FastTrak controller. This renders the system unusable, obviously, as
booting takes at least 5 minutes (for starting up minimal services).

I've installed my own kernels and have used the genkernel script (using
the /proc/config from the LiveCD's kernel) to try and get a working
kernel homemade, but so far I've been unsuccessful. If anyone has any
insight to offer, it would be greatly appreciated. Also, if anyone has
done this before and can offer advice as to building the ft3xx
(half-open source, it seems) module into the kernel proper, it would be
even more appreciated, as that would eliminate the need for an initrd
altogether.

Thanks in advance for any help with this.

- Bryan D. Stine


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


[gentoo-user] Looking for help with PCMCIA

2003-07-22 Thread Elliott, Andrew
I saw the recent thread about pcmcia-cs.  I have gone through the PCMCIA
HOWTO, and have changed my kernel config too many times to count.  After
each of the kernel changes, I always re-emerge pcmcia-cs, but still have
no luck.

I have a Toshiba Tecra 8000 with a 3Com Megahertz 3CCFEM556 B which used
to work under RH9 with the 3c574_cs module.

Performing a lsmod shows absolutely no modules loaded.  The error I get
is "cardmgr[xxx]: no pcmcia driver in /proc/devices"

Basically what I am looking for is some place to find more info...  

Thanks,

-andrew

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] web server inside a network

2003-07-22 Thread daniel
On July 22, 2003 03:55 pm, Gëzim wrote:
> The machine that is running the server is
> 192.168.0.3.
> The problem is that now when I type 192.168.0.1:70, it
> comes with page not found, but when I do 192.168.0.3
> (servers ip) it shows up. What went wrong?

please don't post html mail to this list.

that said, i would think that most routers don't route internal traffic 
outside and back in through the firewall.  if you want to access your 
webserver from behind the firewall, use the local ip.  and if you want to see 
it from the outside, use your external ip.  if domain names is the issue, the 
best way around that i've seen is (a) edit your hosts file, or (b) setup a 
local dns box (more complicated).

-- 
why does any advanced civilization seek to destroy a less advanced one? 
because the land is strategically valuable, because there are resources that 
can be cultivated and exploited, but most of all, simply because they can.
- g'kar, babylon 5 "and now for a word"


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] POP question

2003-07-22 Thread Christopher Fisk
On Tue, 22 Jul 2003, Bobby R. Cox wrote:

>I heard of or read about an app that tricks the pop customer into
>thinking they are checking their mail as often as they like, but only
>really allows one check per an allotted time.  
>
>Am I remembering correctly or is this just wishful thinking. 

I don't know of anything like this, but I think i would handle this on a 
per user basis.  Give the customer a call and let them know that checking 
for e-mail every minute is not necessary.  If they are waiting for a 
message to arrive, they can hit the send receive button and get it that 
way.

Personally, I think 5 minutes is a good timeframe for checking e-mail, 
although on slow days at work I bet I check it every minute for new 
messages from my various mailing lists.

I've run ISP's that range in size from 200 users to 2000 users and never 
had a problem with people popping in often.  Sure we had users who would 
pop in every minute, but it didn't put any noticable strain on the server.  
It was an old P133 with 64MB of ram running RedHat 4.0 if that tells ya 
how long ago =)


Christopher Fisk
--
BOFH Excuse #264:
Your modem doesn't speak English.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] POP question

2003-07-22 Thread Alan
On Tue, Jul 22, 2003 at 01:48:25PM -0600, Bobby R. Cox wrote:
> I heard of or read about an app that tricks the pop customer into
> thinking they are checking their mail as often as they like, but only
> really allows one check per an allotted time.  
> 
> Am I remembering correctly or is this just wishful thinking. 

I hope that it isn't wishful thinking, because this would be a wonderful
thing to have on my servers!  


-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] web server inside a network

2003-07-22 Thread Joseph A Nagy Jr
On Tuesday 22 July 2003 14:55, G�im wrote this in an attempt to be witty 
and informative:
> Hi guys,
>
> I got my router working, and there are two machines
> connected, in one of them I wanna run a webserver. So
> I went to the routers port 80 (192.168.0.1:80) to


Instead of doing that, just got to 192.168.1.1, that should connect you 
to your router (I know this is the case with my LinkSys)
-- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] web server inside a network

2003-07-22 Thread Andrew Gaffney
Gëzim Hoxha wrote:
Hi guys,

I got my router working, and there are two machines
connected, in one of them I wanna run a webserver. So
I went to the routers port 80 (192.168.0.1:80) to
configure port forwording  now the port forwording
page looks like this:


#Service NameStart
portEnd portServer IP
address
1HTTP7080192.168.0.3

The machine that is running the server is
192.168.0.3.
The problem is that now when I type 192.168.0.1:70, it
comes with page not found, but when I do 192.168.0.3
(servers ip) it shows up. What went wrong?
The router probably only does port forwarding from its external IP to 
the LAN. Try connecting to the external ip on port 80.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


[gentoo-user] web server inside a network

2003-07-22 Thread Gëzim
Hi guys,

I got my router working, and there are two machines
connected, in one of them I wanna run a webserver. So
I went to the routers port 80 (192.168.0.1:80) to
configure port forwording  now the port forwording
page looks like this:


#Service NameStart
portEnd portServer IP
address
1HTTP7080192.168.0.3


The machine that is running the server is
192.168.0.3.
The problem is that now when I type 192.168.0.1:70, it
comes with page not found, but when I do 192.168.0.3
(servers ip) it shows up. What went wrong?

Thanks,
Gëzim

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
[EMAIL PROTECTED] mailing list



[gentoo-user] POP question

2003-07-22 Thread Bobby R. Cox
I heard of or read about an app that tricks the pop customer into
thinking they are checking their mail as often as they like, but only
really allows one check per an allotted time.  

Am I remembering correctly or is this just wishful thinking. 
-- 
Bobby R. Cox 
Linux Systems Administrator 
Project Mutual Telephone 
[EMAIL PROTECTED] 
208.434.7185 

The mosquito exists to keep the mighty humble.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] stable.gentoo.org (was comments on ebuilds)

2003-07-22 Thread Owen Gunden
On Mon, Jul 21, 2003 at 07:01:07PM +0200, Marius Mauch wrote:
> http://stable.gentoo.org

While on the topic of stable.gentoo.org;

I don't understand why /all/ packages are displayed on stable.gentoo.org,
as opposed to just the unstable ones.  Anyone?

Owen

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Tiger MP S2460 and lm_sensors

2003-07-22 Thread Christopher Fisk
On Tue, 22 Jul 2003, Tom Wesley wrote:

>Could anyone with a similar board and 2 MP 2400's check their output with my 
>own?

2:59pm ([EMAIL PROTECTED]) /root/tsm-1.0 (17) tsm

-= Copyright(c) 2001-2003 Tyan Computer Corporation=-
-= =-
-= Hardware Monitoring Utility  1.0=-
-= for S2462   =-

Loop #0

CPU1 Fan = 0.000 cyc/s
CPU2 Fan = 0.000 cyc/s
Chassis Fan 1 = 0.000 cyc/s
Chassis Fan 2 = 80.000 cyc/s
Chassis Fan 5 = 0.000 cyc/s
Chassis Fan 6 = 0.000 cyc/s
CPU1 Core Volt = 1.696 Volt
CPU2 Core Volt = 1.696 Volt
System Volt 3.3V = 3.200 Volt
System Volt 5V = 4.761 Volt
System Volt 12V = 11.781 Volt
System Volt -12V = -12.276 Volt
AGP Volt = 1.552 Volt
DDR Volt = 1.232 Volt
Battery Volt = 3.328 Volt
Standby 3.3V = 3.360 Volt
CPU1 Temp = 59.000 C degree
CPU2 Temp = 48.000 C degree
VRM1 Temp = 59.000 C degree
VRM2 Temp = 61.000 C degree
DDR Temp = 61.000 C degree
AGP Temp = 61.000 C degree


Mine is a 2460 with a single AthlonXP 1800+

I have 5 case fans, (The silentPC type, very quiet) 1 processor fan, Fan 
on the NVidia GF4 TI4200, Fan in the Power Supply.


Hope that helps,

Christopher Fisk
--
BOFH Excuse #36:
dynamic software linking table corrupted

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sshd login messages?

2003-07-22 Thread Steven Elling
On Tuesday 22 July 2003 09:13, Mark Knecht wrote:
> Hi,
>Under Gentoo, are there any logs written that show who has logged into
> a machine using ssh? Redhat had some files (var/log/secure) that had this
> sort of stuff, but I'm not spotting the equivalent here.
>
> Thanks,
> Mark

If your only using sshd for remote logins, you can just use the command 
'last'.  'last' will tell you who logged in, when and from were.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Tiger MP S2460 and lm_sensors

2003-07-22 Thread Tom Wesley
On Tuesday 22 July 2003 09:27, Paul Colquhoun wrote:

> I have this MB (or the MP2450, I can't find the manual at the moment so
> I am not sure).
>
> I'm fairly certain that my MB does not have the sensor hardware, as it
> was the low-end model in the range.
>
> Higher priced models included more devices on the MB (Ethernet, etc) and
> somewhere along the line the sensors get added. I know there are a few
> blank areas on my MB where this extra hardware would fit, if it was
> installed.

There are sensors and some software (Win and Linux) available for download 
from their web site.

Could anyone with a similar board and 2 MP 2400's check their output with my 
own?

-= Copyright(c) 2001-2003 Tyan Computer Corporation=-
-= =-
-= Hardware Monitoring Utility  1.0=-
-= for S2462   =-

Loop #164

CPU1 Fan = 0.000 cyc/s
CPU2 Fan = 0.000 cyc/s
Chassis Fan 1 = 0.000 cyc/s
Chassis Fan 2 = 70.000 cyc/s
Chassis Fan 5 = 71.000 cyc/s
Chassis Fan 6 = 0.000 cyc/s
CPU1 Core Volt = 1.616 Volt
CPU2 Core Volt = 1.616 Volt
System Volt 3.3V = 3.216 Volt
System Volt 5V = 4.492 Volt
System Volt 12V = 12.936 Volt
System Volt -12V = -12.850 Volt
AGP Volt = 1.536 Volt
DDR Volt = 1.232 Volt
Battery Volt = 3.264 Volt
Standby 3.3V = 3.296 Volt
CPU1 Temp = 48.000 C degree
CPU2 Temp = 61.000 C degree
VRM1 Temp = 49.000 C degree
VRM2 Temp = 57.000 C degree
DDR Temp = 43.000 C degree
AGP Temp = 52.000 C degree

My system keeps freezing on me, and I am not sure why.
-- 
Tom Wesley


pgp0.pgp
Description: signature


[gentoo-user] Problem compiling transcode 0.6.8 with SSE support

2003-07-22 Thread Brian Hall
I am trying to compile transcode on my Gentoo box with SSE support. System
is a P3-800, versions and errors listed below. Is this a known problem,
perhaps fixed in somebody's CVS development branch?


First, the error:

if gcc -DHAVE_CONFIG_H -I.. -I. -I.. -I. -O3 -funroll-loops -ffast-math -DLINUX 
-march=pentium3 -mfpmath=sse -msse -O3 -fomit-frame-pointer -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT imdct.o -MD -MP -MF ".deps/imdct.Tpo" 
\
  -c -o imdct.o `test -f 'imdct.c' || echo './'`imdct.c; \
then mv ".deps/imdct.Tpo" ".deps/imdct.Po"; \
else rm -f ".deps/imdct.Tpo"; exit 1; \
fi
imdct.c: In function `imdct_init':
imdct.c:198: unable to find a register to spill in class `SSE_REGS'
imdct.c:198: this is the insn:
(insn 590 589 591 (set (reg:SF 22 exmm1 [177])
(mult:SF (subreg:SF (reg/v:DI 4 rsi [61]) 0)
(subreg:SF (reg/v:DI 29 rmm0 [60]) 0))) 539 {*fop_sf_comm_sse} (nil)
(nil))
imdct.c:198: confused by earlier errors, bailing out
make[2]: *** [imdct.o] Error 1
make[2]: Leaving directory `/usr/src/transcode-0.6.8/libac3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/transcode-0.6.8'
make: *** [all] Error 2


Software versions:

# gcc --version
gcc (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)

# nasm -v
NASM version 0.98.36 compiled on Jul 12 2003

# uname -a
Linux syrinx 2.4.21 #4 Sun Jul 6 12:52:01 MDT 2003 i686 Pentium III (Coppermine) 
GenuineIntel GNU/Linux
# grep -i pentium /usr/src/linux/.config
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set


Options passed to transcode configure:

# CFLAGS="-march=pentium3 -mfpmath=sse -msse" ./configure

Results of configure:

--
Summary for transcode 0.6.8 features:

*-*-*-*-*-*-* Core *-*-*-*-*-*-*
static AV-frame bufferingyes
support for network (sockets) streamsyes
DVD navigation support with libdvdread   yes
link against local lame library (>=3.89) | ver   yes | 393
*-*-*-*-*-*-* Codec *-*-*-*-*-*-*
nasm dependent modules (bbmpeg)  yes
mjpegtools dependent modules no
libdv dependent modules  yes
Ogg support | Vorbis support | Theora supportyes | yes | no
XVID support with libxvidcoreyes
liba52 audio plugin (>=0.7.3) | default decoder  yes | yes
avifile API support  yes
ImageMagick dependent modules (>=5.4.3)  yes
libjpeg dependent modules | mmx accelyes | no
liblzo dependent modules no
libxml2 dependent modulesyes
experimental v4l support yes
experimental lve support no
libmpeg3 dependent modules   no
libfame video encoding pluginyes
quicktime dependent modules  no
*-*-*-*-*-*-* Filter *-*-*-*-*-*-*
libpostproc dependent filter plugin  no
X11 dependent filter plugins yes
freetype2 dependent filter (filter_text) no
--



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel 2.6.0-test1 and NVidia

2003-07-22 Thread Alan
On Tue, Jul 22, 2003 at 01:30:53PM -0500, downtime null wrote:
> i'm trying to get the 2.6.0-test1 kernel running on my box (which
> compiles, installs and boots), but i can't get the NVidia drivers to
> install. it gives a lot of errors then quits. i also tried installing
> with ACCEPT_KEYWORDS="~x86" and i made sure that /usr/src/linux points
> to /usr/src/linux-2.6.0-test1.

Strange, when I installed for 2.5.7[2-5] simply using
ACCEPT_KEYWORDS=~x86 emerge nvidia-kernel worked fine.  When you run the
emerge do you see it say something like "applying patch for 2.5
kernels"?  Maybe the ebuild is keyed to look for 2.5 and not >= 2.5
kernels?

alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel 2.6.0-test1 and NVidia

2003-07-22 Thread Michael Rasile
Greetings!
I had the same problem. You need nvidia-kernel-1.0.4363-r3. The r3 is the
new ebuild which fixes the problem with 2.6 and nvidia. So, if you do
ACCEPT_KEYWORDS-"~x86" emerge nvidia-kernel, it should fix the problem. Hope
this helps.


Mike
On Tue Jul 22, 2003 at 01:30:53PM -0500 or thereabouts, downtime null wrote:
> i'm trying to get the 2.6.0-test1 kernel running on my box (which
> compiles, installs and boots), but i can't get the NVidia drivers to
> install. it gives a lot of errors then quits. i also tried installing
> with ACCEPT_KEYWORDS="~x86" and i made sure that /usr/src/linux points
> to /usr/src/linux-2.6.0-test1.
> 
> has anyone else seen this? how did you fix it?
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
Regards,
Mike
[EMAIL PROTECTED]
"Don't Fear The Penguin."

--
[EMAIL PROTECTED] mailing list



[gentoo-user] kernel 2.6.0-test1 and NVidia

2003-07-22 Thread downtime null
i'm trying to get the 2.6.0-test1 kernel running on my box (which
compiles, installs and boots), but i can't get the NVidia drivers to
install. it gives a lot of errors then quits. i also tried installing
with ACCEPT_KEYWORDS="~x86" and i made sure that /usr/src/linux points
to /usr/src/linux-2.6.0-test1.

has anyone else seen this? how did you fix it?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sshd login messages?

2003-07-22 Thread Christopher Fisk
On Tue, 22 Jul 2003, Mark Fisher wrote:

>Jul 22 15:15:34 caesar sshd(pam_unix)[2169]: session opened for user mark by
>(uid=1000)
>Jul 22 15:15:37 caesar su(pam_unix)[2174]: session opened for user root by
>mark(uid=1000)

Et tu brutus?


Christopher Fisk
--
BOFH Excuse #62:
need to wrap system in aluminum foil to fix problem

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Erik Ordway
+1 +1

I write c, java, php, ruby, sql in jedit and it is truly the king.  
Just don't forget to install plugin's.  That where a lot of the 
functionality is.

On Tuesday, July 22, 2003, at 07:05 AM, [EMAIL PROTECTED] 
wrote:

Jedit is the king for me, I was put off by the apparent learning curve 
of
VI.

I'm also forced to use windows at work so I wanted to get fast in an 
editor
that I could also use on Linux. It seems to me to be a very full 
featured
code editor although quite Java centric. I was looking for something 
that
did code highlighting, brace highlighting and code folding and Jedit 
does
that and soo much more.

It's written in Java so quite platform agnostic.

www.jedit.org

Barry MacMahon



  Prabhat Gupta
  <[EMAIL PROTECTED]To:   
[EMAIL PROTECTED]
  om>  cc:
   Subject:  Re: 
[gentoo-user] Good code editor (with colors) for X (no GTK or
  22-07-2003 14:45  QT)
  Please respond to
  gentoo-user







Essien Ita Essien wrote:

Ok i've tried to keep quiet but i cant anymore!!

Why dont you want to use vim? You cant type? That's the only reason i 
can
think of. Other than that... its power editing all the way.

sory... i couldn't help myself :D

Essien

I AM WITH YOU !

Prabhat

-Original Message-
From: Nathaniel McCallum 
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 22, 2003 12:33 AM
To: [EMAIL PROTECTED]
Subject: [gentoo-user] Good code editor (with colors) for X (no GTK or
QT)

Anyone know of a good code editor for X that doesn't use GTK or QT?  I
would like something that displays colors (like for variables, etc).  
I
also don't want to use vi or any deritive or any console based editor.
Any thoughts?

nathaniel

--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list




--
P r a b h a t  G u p t a
/\/\*
Senior Software Engineer
Alternative System Concepts, Inc.
www.ascinc.com
22 Haverhill Road
Windham, NH 03087
Phone: (603) 437-2234  (o)



--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Josh Helmer
On Tuesday 22 July 2003 12:34 am, Renat Golubchyk wrote:
> On Tuesday 22 July 2003 09:16, Fredrik Jagenheim wrote:
> > On Tue, Jul 22, 2003 at 12:49:41AM +0200, Sebastian Hungerecker wrote:
> > > > Is emacs an X app? Or console based?
> > >
> > > It's both (like vim, too)
> >
> > Isn't vim dependant on gtk when running as a X app though? I think the
> > OP (for some unknown reason) didn't want an application that depended
> > on either GTK or QT.
>
> Actually, gvim can be compiled without GTK but with Motif support. I don't
> like it that way, but it would at least fit the condition of not being
> dependent on GTK or QT.

There may not be an ebuild for it, but vim can also be compiled against Xlibs 
(or at least that used to be possible!).  If you go that route the only GUI 
dependencies are the libraries required for a minimal X system.  It looks 
like hell, but it works fine.   Vim's the only editor I know of that can be 
compiled against all of the major widget libraries (Gtk, KDE, Motif, Win32, 
Xlib, or just console based) - you get to pick how much "bloat" you are 
willing to tolerate.  

On the bloat vs. useful features scale, vim does better than any other editor 
I know of...  The only downside, IMHO, is the learning curve...

Josh


--
[EMAIL PROTECTED] mailing list



[gentoo-user] ARGH, problems with emerge -u world

2003-07-22 Thread Travis Roy
Okay, after the latest emerge rsync I got the whole apache2 mysql4 propblem.
I read about that in the forums and added those to
/etc/portage/profiles/package.mask.

I then tried to emerge sys-devel/gcc-3.2.3 and sys-libs/glibc-2.3.2 but my
computer locks up (dual celeron 550) so I also added them to the
package.mask.

Now I'm having problems with x11-libs/pango, php, and some other things.. I
basically get this:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/et
c\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -pthread -I/usr/include/gli
b-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/incl
ude "" -march=pentium2 -O3 -pipe -Wall -c pango-ot-info.c  -fPIC -DPIC -o
pango-ot-info.lo
gcc: cannot specify -o with -c or -S and multiple compilations
make[3]: *** [pango-ot-info.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/pango-1.2.1-r1/work/pango-1.2.1/pango/opentype'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/pango-1.2.1-r1/work/pango-1.2.1/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/pango-1.2.1-r1/work/pango-1.2.1'
make: *** [all-recursive-am] Error 2

!!! ERROR: x11-libs/pango-1.2.1-r1 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! serial make failed


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Fredrik Jagenheim
On Tue, Jul 22, 2003 at 10:53:36AM -0400, Nathaniel McCallum wrote:
> I can type just fine :).  i was just never a fan of vi.  Its nothing but
> personal preferance.

That's one thing I've always been amazed by. That a community that
often loath everything Microsoft because it forces them to think in a
Microsoft way and force them to use ONE browser and ONE Office Suit
and ONE GUI, often try to force THEIR opinions onto other people; 
'I use Linux because it gives me a choice to do whatever I do. BTW,
use , , ,  or I
will crush you with my Giant Hammer of Superior Knowledge [+1].'

Present company excluded, ofcourse. ;)

//H

-- 
To segfault is human; to bluescreen moronic. 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Nathaniel McCallum
[EMAIL PROTECTED] writes:
>>Ok i've tried to keep quiet but i cant anymore!!
>>
>>Why dont you want to use vim? You cant type? That's the only reason i can
>>think of. Other than that... its power editing all the way.
>>
>>sory... i couldn't help myself :D
>>
>>Essien
I can type just fine :).  i was just never a fan of vi.  Its nothing but
personal preferance.
Nathaniel


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] decent browser?

2003-07-22 Thread Bram De Smet
It's the javascript.

the menu has more lines... it is supposed to be a mouse over menu.
try to select the text in the top menu and drag your mouse down...
you'll see. Konqueror doesn't support the javascript on that site. Same
thing on bestbuy.com. That's why I stick with mozilla.

On Tue, 2003-07-22 at 16:38, Kurt Bechstein wrote:
> Well, in the original message I did provide two sites which are
> www.bmwusa.com and www.bestbuy.com that konqueror never works with.  The
> bmwusa.com menu at the top is supposed to have only one row to it yet it
> has two.  The bestbuy menus simply just don't work.  I'm using konqueror
> 3.1.2.
> 
> 
> 
> On Tue, 2003-07-22 at 02:23, Karl-Heinz Zimmer wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > On Monday 21 July 2003 22:35, Hemmann, Volker Armin wrote:
> > > On Monday 21 July 2003 21:07, Kurt Bechstein wrote:
> > > > I really like konqueror as well but all the little javascript
> > > > problems bother me.  Mainly I guess javascript cascading type menus
> > > > that you see on websites.  Examples would be bestbuy.com and
> > > > bmwusa.com just to name a few that don't work for me.  I believe
> > > > there are bug reports for these on the KDE page but I will double
> > > > check.
> > >
> > > I know some pages where Konqueror locks up X completly, in the moment,
> > > the page got loaded, or some seconds later. Very annoying.
> > > Because of this, I am using opera more and more.
> > 
> > Are you talking about cvs HEAD KOnqueror here - or about an older 
> > version?
> > 
> > If HEAD please provide us with a URL of the pages causing such trouble: 
> > of course things should be tested and fixed ASAP.
> > 
> > You may either enter a respective bug report at http://bugs.kde.org/ or
> > - - if that's not possible - you might send such URL to me (at best
> >  together with a short explanation on what happens and if that behavior
> >  is reproducable) and I will file the report for you...
> > 
> > TIA,
> > Karl-Heinz
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.2.2 (GNU/Linux)
> > 
> > iD8DBQE/HNhHCcaVnbvggDcRAuS/AKCdiCPRyPMD2A6WfKeQL8zAm0cIfQCffzOp
> > NSBFu4Lp6RP4s4vqs0Hj3LM=
> > =+fyq
> > -END PGP SIGNATURE-
> > 
> > 
> > --
> > [EMAIL PROTECTED] mailing list
-- 
   .:|:.   Linux! May the Open Source be with you!
   |o o|   http://www.menteb.org
  /. V .\
  |/| |\|
   \W W/   DON'T PANIC!

GnuPG key http://www.menteb.org/bram.gpg
Key ID: 2F307829 @ http://pgp.mit.edu/
Fingerprint CAE0 F924 9590 4D99 7EB5 0A12 D0C7 63C2 2F30 7829



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] decent browser?

2003-07-22 Thread Kurt Bechstein
Well, in the original message I did provide two sites which are
www.bmwusa.com and www.bestbuy.com that konqueror never works with.  The
bmwusa.com menu at the top is supposed to have only one row to it yet it
has two.  The bestbuy menus simply just don't work.  I'm using konqueror
3.1.2.



On Tue, 2003-07-22 at 02:23, Karl-Heinz Zimmer wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Monday 21 July 2003 22:35, Hemmann, Volker Armin wrote:
> > On Monday 21 July 2003 21:07, Kurt Bechstein wrote:
> > > I really like konqueror as well but all the little javascript
> > > problems bother me.  Mainly I guess javascript cascading type menus
> > > that you see on websites.  Examples would be bestbuy.com and
> > > bmwusa.com just to name a few that don't work for me.  I believe
> > > there are bug reports for these on the KDE page but I will double
> > > check.
> >
> > I know some pages where Konqueror locks up X completly, in the moment,
> > the page got loaded, or some seconds later. Very annoying.
> > Because of this, I am using opera more and more.
> 
> Are you talking about cvs HEAD KOnqueror here - or about an older 
> version?
> 
> If HEAD please provide us with a URL of the pages causing such trouble: 
> of course things should be tested and fixed ASAP.
> 
> You may either enter a respective bug report at http://bugs.kde.org/ or
> - - if that's not possible - you might send such URL to me (at best
>  together with a short explanation on what happens and if that behavior
>  is reproducable) and I will file the report for you...
> 
> TIA,
> Karl-Heinz
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.2 (GNU/Linux)
> 
> iD8DBQE/HNhHCcaVnbvggDcRAuS/AKCdiCPRyPMD2A6WfKeQL8zAm0cIfQCffzOp
> NSBFu4Lp6RP4s4vqs0Hj3LM=
> =+fyq
> -END PGP SIGNATURE-
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 

Kurt Bechstein   |  Unique Systems, Inc.
System Administrator |  6920 Spring Valley Drive, #106
Phone:  (419) 861-3331   |  Holland, OH 43528
Email:  [EMAIL PROTECTED] |  http://www.uniqsys.com
Prepared with Ximian Evolution


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sshd login messages?

2003-07-22 Thread Mark Knecht
On Tue, 2003-07-22 at 07:17, Mark Fisher wrote:

> 
> [EMAIL PROTECTED] auth # cat /etc/syslog.conf | grep auth
> auth,authpriv.* /var/log/auth/auth.log
> auth,authpriv.none;\
> auth,authpriv.none;\
> #*.*;auth,authpriv.none -/var/log/syslog/syslog.log
> 
> [EMAIL PROTECTED] auth # tail -f auth.log

Thanks Mark! That helps greatly!

- Mark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] giFT troubles

2003-07-22 Thread Paul K. Dickson
Make sure you put "OpenFT:FastTrack" as your protocols/plugins in your
conf file or during the giFT-setup script. I emerged the FastTrack
plugin yesterday, and after adding it, I showed over 4million users.

On Tue, 2003-07-22 at 02:32, Christian Herzyk wrote:
> Paul K. Dickson wrote:
> > giFTcurs is GREAT:)
> >   
> 
> GiFToxic isa working for me, too. But it shows me something around
> 16 users online while kazaa shows 6 milion. I am not sure if it
> really connects to fasttrack.
> BTW I had this error, too, after a new emerge sync yesterday evening
> it compiled fine.
> 
> Christian
> 
> > On Mon, 2003-07-21 at 10:28, Andrew Gaffney wrote:
> >   
> > > Jens Hoffrichter wrote:
> > > 
> > > > On Sun, Jul 20, 2003 at 11:53:18PM -0500, Andrew Gaffney wrote:
> > > > 
> > > > 
> > > >   
> > > > > After reading the latest GWN, I was very excited to learn that I no 
> > > > > longer had a need to have Windows installed. Finally, a way to access 
> > > > > the Kazaa network under Linux! But, woe is me
> > > > > 
> > > > > 
> > > > > upstairs root # emerge gift-fasttrack-cvs
> > > > > Calculating dependencies ...done!
> > > > > 
> > > > > 
> > > > > > > > emerge (1 of 1) net-p2p/gift-fasttrack-cvs-0.8.1 to /
> > > > > > > > Unpacking source...
> > > > > > > >   
> > > > > * Fetching cvs module giFT-FastTrack into 
> > > > > /usr/portage/distfiles/cvs-src/gift-fasttrack-cvs...
> > > > > * Running  cvs -q -f -z4 -d 
> > > > > ":pserver:anonymous:@cvs.gift-fasttrack.berlios.de:/cvsroot/gift-fasttrack"
> > > > > login
> > > > > Logging in to 
> > > > > :pserver:[EMAIL PROTECTED]:2401/cvsroot/gift-fasttrack
> > > > > * Running  cvs -q -f -z4 -d 
> > > > > ":pserver:[EMAIL PROTECTED]:/cvsroot/gift-fasttrack"
> > > > > update -dP giFT-FastTrack
> > > > > * Copying giFT-FastTrack from 
> > > > > /usr/portage/distfiles/cvs-src/gift-fasttrack-cvs...
> > > > > * Source now in /var/tmp/portage/gift-fasttrack-cvs-0.8.1/work
> > > > > 
> > > > > 
> > > > > > > > Source unpacked.
> > > > > > > >   
> > > > > Running aclocal...
> > > > > Running autoheader...
> > > > > configure.ac:16: warning: do not use m4_patsubst: use patsubst or 
> > > > > m4_bpatsubst
> > > > > configure.ac:142: warning: do not use m4_regexp: use regexp or m4_bregexp
> > > > > Running autoconf...
> > > > > Running libtoolize --automake...
> > > > > Running automake...
> > > > > automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
> > > > > automake-1.5: configure.ac: installing `./install-sh'
> > > > > automake-1.5: configure.ac: installing `./mkinstalldirs'
> > > > > automake-1.5: configure.ac: installing `./missing'
> > > > > automake-1.5: configure.ac: installing `./depcomp'
> > > > > 
> > > > > !!! ERROR: net-p2p/gift-fasttrack-cvs-0.8.1 failed.
> > > > > !!! Function src_compile, Line 32, Exitcode 1
> > > > > !!! FastTrack configure failed
> > > > > 
> > > > I had the same error, after a bit of googling around I found that the
> > > > autmake script needs >=automake 1.6 to use this syntax. But I had automake
> > > > 1.7 installed, so still no "real" explanation for the error.
> > > > 
> > > > But if you take a look at the automake package, there are different versions
> > > > of automake (1.4 - 1.7) installed, and if you call automake (actually, the
> > > > wrapper around the different automake versions), you get automake 1.5 by
> > > > default.
> > > > 
> > > > The am-wrapper.pl script looks (beside some other things) for a environment
> > > > variable called WANT_AUTOMAKE. And if you export/whatever your shell needs
> > > > for exporting variables this variable to 1.7 (e.g. bash: export 
> > > > WANT_AUTOMAKE=1.7),
> > > > you get the right automake version and gift-fasttrack-cvs compiles without
> > > > error :)
> > > >   
> > > That worked perfectly. Now, I've got another issue. Why are all the giFT 
> > > clients masked?
> > > 
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> > 
> >   


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Testing..... (nothing to see here)

2003-07-22 Thread gerrynjr
Just a test... to see if i'm having any mail problems.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sshd login messages?

2003-07-22 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 22 Jul 2003 3:13 pm, Mark Knecht wrote:
> Hi,
>Under Gentoo, are there any logs written that show who has logged into a
> machine using ssh? Redhat had some files (var/log/secure) that had this
> sort of stuff, but I'm not spotting the equivalent here.

[EMAIL PROTECTED] auth # cat /etc/syslog.conf | grep auth
auth,authpriv.* /var/log/auth/auth.log
auth,authpriv.none;\
auth,authpriv.none;\
#*.*;auth,authpriv.none -/var/log/syslog/syslog.log

[EMAIL PROTECTED] auth # tail -f auth.log
Jul 22 10:43:16 caesar su(pam_unix)[384]: session closed for user root
Jul 22 10:43:18 caesar sshd(pam_unix)[379]: session closed for user mark
Jul 22 11:01:50 caesar sshd[534]: Accepted password for root from 
195.200.23.20 port 2205
Jul 22 11:01:50 caesar sshd(pam_unix)[534]: session opened for user root by 
(uid=0)
Jul 22 11:02:46 caesar sshd(pam_unix)[534]: session closed for user root
Jul 22 15:15:33 caesar sshd[2167]: Accepted password for mark from 
195.200.23.87 port 4314 ssh2
Jul 22 15:15:34 caesar sshd(pam_unix)[2169]: session opened for user mark by 
(uid=1000)
Jul 22 15:15:37 caesar su(pam_unix)[2174]: session opened for user root by 
mark(uid=1000)

- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HUdpzrmqzOOQUj8RAoSSAKCPT00ypeUdljXtj6c+a+tCa5YhOACgkcTs
wyaqMJmnW2NKD1mQ/U/OCqo=
=+kEa
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] sshd login messages?

2003-07-22 Thread Mark Knecht
Hi,
   Under Gentoo, are there any logs written that show who has logged into a
machine using ssh? Redhat had some files (var/log/secure) that had this sort
of stuff, but I'm not spotting the equivalent here.

Thanks,
Mark



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Barry . MacMahon

Jedit is the king for me, I was put off by the apparent learning curve of
VI.

I'm also forced to use windows at work so I wanted to get fast in an editor
that I could also use on Linux. It seems to me to be a very full featured
code editor although quite Java centric. I was looking for something that
did code highlighting, brace highlighting and code folding and Jedit does
that and soo much more.

It's written in Java so quite platform agnostic.

www.jedit.org

Barry MacMahon



   
 
  Prabhat Gupta
 
  <[EMAIL PROTECTED]To:   [EMAIL PROTECTED]
 
  om>  cc: 
 
   Subject:  Re: [gentoo-user] Good code 
editor (with colors) for X (no GTK or  
  22-07-2003 14:45  QT)
 
  Please respond to
 
  gentoo-user  
 
   
 
   
 






Essien Ita Essien wrote:

>Ok i've tried to keep quiet but i cant anymore!!
>
>Why dont you want to use vim? You cant type? That's the only reason i can
>think of. Other than that... its power editing all the way.
>
>sory... i couldn't help myself :D
>
>Essien
>

I AM WITH YOU !

Prabhat

>
>-Original Message-
>From: Nathaniel McCallum [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 22, 2003 12:33 AM
>To: [EMAIL PROTECTED]
>Subject: [gentoo-user] Good code editor (with colors) for X (no GTK or
>QT)
>
>
>Anyone know of a good code editor for X that doesn't use GTK or QT?  I
>would like something that displays colors (like for variables, etc).  I
>also don't want to use vi or any deritive or any console based editor.
>Any thoughts?
>
>nathaniel
>
>
>--
>[EMAIL PROTECTED] mailing list
>
>
>
>--
>[EMAIL PROTECTED] mailing list
>
>
>
>
>

--
P r a b h a t  G u p t a
/\/\*

Senior Software Engineer
Alternative System Concepts, Inc.
www.ascinc.com
22 Haverhill Road
Windham, NH 03087

Phone: (603) 437-2234  (o)




--
[EMAIL PROTECTED] mailing list






--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK orQT)

2003-07-22 Thread Prabhat Gupta


Essien Ita Essien wrote:

Ok i've tried to keep quiet but i cant anymore!!

Why dont you want to use vim? You cant type? That's the only reason i can
think of. Other than that... its power editing all the way.
sory... i couldn't help myself :D

Essien

I AM WITH YOU !

Prabhat

-Original Message-
From: Nathaniel McCallum [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 22, 2003 12:33 AM
To: [EMAIL PROTECTED]
Subject: [gentoo-user] Good code editor (with colors) for X (no GTK or
QT)
Anyone know of a good code editor for X that doesn't use GTK or QT?  I
would like something that displays colors (like for variables, etc).  I
also don't want to use vi or any deritive or any console based editor.
Any thoughts?
nathaniel

--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


 

--
P r a b h a t  G u p t a 
/\/\*

Senior Software Engineer
Alternative System Concepts, Inc.
www.ascinc.com
22 Haverhill Road
Windham, NH 03087
Phone: (603) 437-2234  (o)



--
[EMAIL PROTECTED] mailing list


[gentoo-user] Gentoo Poll #2

2003-07-22 Thread Fred Van Andel
This is the second posting of this poll. There has been a somewhat 
lackluster response so far, probably since I posted on the weekend so I 
am going to try again. 

This is the second gentoo poll.

The question is:

Why did you choose gentoo?

Please try to keep the answer fairly general to make it easier for me to 
summarize, because if you dont I will have to.

Please respond by emailing your reply to [EMAIL PROTECTED] . 
Please do NOT reply within the mailing list, any replies to the list 
will be not be counted. Discussion on the list about the poll are 
encouraged. Results will be summarized and posted in about a week.
-- 
Fred Van Andel
[EMAIL PROTECTED]
GPG KeyID: 76526AD599455482  
GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel 2.6.0 and some weird problems

2003-07-22 Thread Theofilos Intzoglou
  Well for the mouse problem I don't think I have an answer as the wheel
works just fine here. The device I have in XF86Config is /dev/mouse
which is a link to /dev/misc/psaux. As for the speaker to work you have
to enable "Misc"->"PC Speaker Support" in "Input Device Support"
although I don't understand why would you want to enable it. The beeps
get really annoying sometimes :-)
  Hope that helps!

On Sun, 20 Jul 2003 01:29:18 +0200
"Meka[ni]" <[EMAIL PROTECTED]> wrote:

> First of all my scroll on mouse doesn't work. I have two
> kernels on my 
> system (the first one is 2.4.20) and with old kernel it works fine (so
> it's not configuration of X or hardware problem). I've have psmouse
> and mousedev compiled and loaded as modules. Do I need something else?
> Second problem is PC speaker. I have no sound from it with new
> kernel. 
> Do I miss some modules? Thanx and keep hacking. :o)
> 
> -- 
> Meka[ni]
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: decent browser?

2003-07-22 Thread Karl-Heinz Zimmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 22 July 2003 09:03, Norberto BENSA wrote:
> Karl-Heinz Zimmer wrote:
> > Wow!  Konqueror could be started when running Gnome?  I didn't know
> > that!
> >
> > Would you ming writing a little howto on this and send it to the
> > list?
>
> Sarcasm?
> That comment from someone with @kde.org in his e-mail address...
> hmmm...

No, sorry, not sarcasm but simple truth: I was having way t few time
left during the last months that I could not try other systems and had
to ignore Gnome completely.
This is quite frustrating (since I think not only the KDE team but also 
the Gnome people do a very good job, and I would have _liked_ to give it
a try) but there is too much work plus family needing a considerable 
amount of time plus we're building a house plus ... - so no time left 
for installing other interesting projects.

Me having asked for a Howto was not primarily targeting at me getting 
help but at having a solution for other readers that might be interested 
in running Konqueror on Gnome - nice to see that no Howto is necessarry 
since just invoking Konqueror from a Gnome text konsole is enough!

Karl-Heinz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HSx0CcaVnbvggDcRAgYpAJ9ZQsJECix3dQIEE2176T9RBPxABwCg0Twm
E79LDW3juuBlrsKnNK/CPxE=
=293V
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] BinHex

2003-07-22 Thread Andrew Cowie
On Sun, 2003-07-20 at 19:57, Jean Magnan de Bornier wrote:
> Hello all,
> To read some macintosh attachment, my gnus (also ooffice btw) needs
> BinHex. Anybody knows in which package I can find it?
> Thanks in advance, 

For what it is worth, you should consider submitting a bug to
bugs.gentoo.org indicating the missing dependency.

Bon journee a tous. A bientot.

AfC

-- 
Andrew Frederick Cowie
Operational Dynamics Consulting Pty Ltd

Australia +61 2 9977 6866  North America +1 646 270 5376

http://www.operationaldynamics.com/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK orQT)

2003-07-22 Thread Leonid Podolny


On Tue, 22 Jul 2003, roger21 wrote:

> Brian Budge a écrit :
> > X app unless run with -nowindow (at which point it becomes console based).  
> > Once you learn the keybindings, it is super easy to use either way (but I 
> > still prefer running it as an X app)
> 
> just a little help (...) to start emacs quickly
> http://www.hmi.de/it/software/doc/emacs-refcard.pdf
> 

As someone from this list have shown me, it also exists on your HD at 
/usr/share/emacs/21.3/etc/ :)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: decent browser?

2003-07-22 Thread Norberto BENSA
Karl-Heinz Zimmer wrote:
> Wow!  Konqueror could be started when running Gnome?  I didn't know that!
>
> Would you ming writing a little howto on this and send it to the list?
>

Sarcasm? 
That comment from someone with @kde.org in his e-mail address... hmmm... 

Norberto

-- 
$ man women
No manual entry for women


pgp0.pgp
Description: signature


Re: [gentoo-user] emerge files on CD

2003-07-22 Thread Stroller
On 22/7/03 7:33 am, "Robert Storey" <[EMAIL PROTECTED]> wrote:

> Dear All,
> 
> I'm new to Gentoo - so new that I haven't installed it yet. My big
> hangup is that I don't have broadband, and there is no hope of getting
> it where I live. One friend of mine (who does have broadband) has
> offered to download the whole lot of Gentoo emerge files and burn these
> onto CD.

I think others have pointed out  this forum posting:
http://forums.gentoo.org/viewtopic.php?t=41510&highlight=portage+snapshot

But you may also find this list positng from April interesting:

On 17/4/03 2:38 pm, "Kurt Lieber" <[EMAIL PROTECTED]> wrote:

> On Thu, Apr 17, 2003 at 02:11:37PM +0200 or thereabouts, Gour wrote:
> 
> The entire distfiles tree is roughly 18GB, so no, it is not available on
> physical media at this point.
> 
> There is one vendor, Hiiq Inc, that does sell a DVD which contains a subset
> of the distfiles tree for $10.  I do not know exactly what is/isn't on that
> DVD -- you would need to talk to the vendor to get that info.
> 
> http://www.hiiq.biz/store/index.php?manufacturers_id=10

HTH,

Stroller.

-- 
Enjoyed this post? Thanks for reading - please consider employing me!
Technical support / system administration - CV available on request
Linux / Unix / Windows / Mac OS X  - UK or anywhere considered

 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK orQT)

2003-07-22 Thread Harald Arnesen
"Nathaniel McCallum" <[EMAIL PROTECTED]> writes:

> Anyone know of a good code editor for X that doesn't use GTK or QT?  I
> would like something that displays colors (like for variables, etc).  I
> also don't want to use vi or any deritive or any console based editor. 
> Any thoughts?

xjed.
-- 
Hilsen Harald.

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Essien Ita Essien

Ok i've tried to keep quiet but i cant anymore!!

Why dont you want to use vim? You cant type? That's the only reason i can
think of. Other than that... its power editing all the way.

sory... i couldn't help myself :D

Essien

-Original Message-
From: Nathaniel McCallum [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 22, 2003 12:33 AM
To: [EMAIL PROTECTED]
Subject: [gentoo-user] Good code editor (with colors) for X (no GTK or
QT)


Anyone know of a good code editor for X that doesn't use GTK or QT?  I
would like something that displays colors (like for variables, etc).  I
also don't want to use vi or any deritive or any console based editor.
Any thoughts?

nathaniel


--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] decent browser?

2003-07-22 Thread Christian Herzyk
Hello Karl-Heinz,

I have frequent problems with pages that us JavaScript in Konq . One 
such is the page www.phantasialand.de
It stops around 99% displaying the page consuming 100% of CPU. From that 
point the system is getting slower and slower until it is totally 
unresponsive. (I guess that takes around 30secs to 1 minute). Only a 
hard power off helps here.

Regards

Christian ([EMAIL PROTECTED])



Karl-Heinz Zimmer wrote:

On Monday 21 July 2003 22:35, Hemmann, Volker Armin wrote:

On Monday 21 July 2003 21:07, Kurt Bechstein wrote:

>I really like konqueror as well but all the little javascript
>problems bother me.  Mainly I guess javascript cascading type menus
>that you see on websites.  Examples would be bestbuy.com and
>bmwusa.com just to name a few that don't work for me.  I believe
>there are bug reports for these on the KDE page but I will double
>check.
I know some pages where Konqueror locks up X completly, in the moment,
the page got loaded, or some seconds later. Very annoying.
Because of this, I am using opera more and more.
Are you talking about cvs HEAD KOnqueror here - or about an older
version?
If HEAD please provide us with a URL of the pages causing such trouble:
of course things should be tested and fixed ASAP.
You may either enter a respective bug report at http://bugs.kde.org/ or
- if that's not possible - you might send such URL to me (at best
 together with a short explanation on what happens and if that behavior
 is reproducable) and I will file the report for you...
TIA,
Karl-Heinz


--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list


[gentoo-user] Mozilla & Firebird need different java plugins?

2003-07-22 Thread Dhruba Bandopadhyay
Hello,

I'm not sure what's changed recently but suddenly I find that java only 
works on either Mozilla or Firebird.

Using sun-jdk java plugin: Java works in Firebird but not in Mozilla
Using blackdown-jdk plugin: Java works in Mozilla but not in Firebird
What is the universal solution?

With regards.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] emerge files on CD

2003-07-22 Thread Dhruba Bandopadhyay
Robert Storey wrote:
Dear All,

I'm new to Gentoo - so new that I haven't installed it yet. My big
hangup is that I don't have broadband, and there is no hope of getting
it where I live. One friend of mine (who does have broadband) has
offered to download the whole lot of Gentoo emerge files and burn these
onto CD.
So my question: Is this a feasible approach? Both my friend and I are
not familiar with Gentoo, we don't know if putting the emerge files onto
CD solves the problem. We both think it will work, but if anybody thinks
this approach is boneheaded, I'd like to hear from you. I'd love to hear
any suggestions on putting Gentoo onto CD in such a way that it can be
installed without any need to go online, as most other Linux distros are
installed this way.
You have two options.

(1) Wait for Gentoo 1.4 available on around August 5 which will include 
most base packages and WMs on cd and comes with printed instructions 
(store.gentoo.org).

(2) Get all files from /usr/portage/distfiles/* on a computer with 
Gentoo fully installed and copy those files to the same location on the 
computer which you wish to installl Gentoo.  Then do chown -R root.root 
/usr/portage/distfiles to make sure there are no discrepancies in ownership.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Tiger MP S2460 and lm_sensors

2003-07-22 Thread Paul Colquhoun
On Tue, 22 Jul 2003 04:43 am, Tom Wesley wrote:
> Hi all,
> 
> Has anyone been able to get the above to work without freezing the 
system, and 
> giving some meaningful results?
> 
> So far I have found that the proper modprobe sequence is:
> 
>   modprobe i2c-dev 
>   modprobe w83781d init=0 force_subclients=0,0x2c,0x4a,0x4b
>   modprobe i2c-amd756
> 
> And this at least doesn't lock the system solid, but it gives many 
alarms in 
> the sensors, and I am reasonly certain that they should not be 
alarming.
> Does anyone else have the same board?
>  
> -- 
> Tom Wesley
> 


I have this MB (or the MP2450, I can't find the manual at the moment so 
I am not sure).

I'm fairly certain that my MB does not have the sensor hardware, as it 
was the low-end model in the range.

Higher priced models included more devices on the MB (Ethernet, etc) and 
somewhere along the line the sensors get added. I know there are a few 
blank areas on my MB where this extra hardware would fit, if it was 
installed.


-- 
Reverend Paul Colquhoun, ULC.http://andor.dropbear.id.au/~paulcol
 Asking for technical help in newsgroups?  Read this first:
http://www.tuxedo.org/~esr/faqs/smart-questions.html


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK orQT)

2003-07-22 Thread roger21
Brian Budge a écrit :
X app unless run with -nowindow (at which point it becomes console based).  
Once you learn the keybindings, it is super easy to use either way (but I 
still prefer running it as an X app)
just a little help (...) to start emacs quickly
http://www.hmi.de/it/software/doc/emacs-refcard.pdf


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] gentoo is slow

2003-07-22 Thread MAL
Stephen Boulet wrote:
On Saturday 12 July 2003 03:27 am, William Kenworthy wrote:

We were able to get three identical machines where gentoo, Mandrake and
debian were installed for a basic i386/i586/optimised by gentoo
(-march=petium3 -pipe -O3) comparison.  Nothing fancy, roughly standard
installs, of similar configuration (where debian was a mixture of
various versions) so that if you run the same application, on the same
data using the same command, you expect to see an indication which
system is faster.  cpu's were celeries.


[snip]

I'm wondering whether it's a DMA issue. Is it enabled for the gentoo system?
If you chose to have it enabled by default when you compiled your 
kernel, then yes.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Portage 2.0.48-r5 borked?

2003-07-22 Thread Richard Watson
Jeremy Workman <[EMAIL PROTECTED]> writes:

> On Mon, 2003-07-21 at 12:14, Richard Watson wrote:
>
>> [ebuildU ] media-gfx/gimp-1.2.4 [1.3.15] 
>> 
>> (isn't 1.3.15 a downgrade, not an upgrade?)
>
> This one is normal. Both GIMP 1.2.x and 1.3.x can be installed, 1.3.15
> won't be removed. The 1.3 executable is installed as gimp-1.3.

Ah, OK, thanks for that. 

That still doesn't explain other stuff being downgraded though. 

-- 
Richard Watson
http://www.opencolo.com/
High Value Colocation

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Renat Golubchyk
On Tuesday 22 July 2003 09:16, Fredrik Jagenheim wrote:
> On Tue, Jul 22, 2003 at 12:49:41AM +0200, Sebastian Hungerecker wrote:
> > > Is emacs an X app? Or console based?
> >
> > It's both (like vim, too)
>
> Isn't vim dependant on gtk when running as a X app though? I think the
> OP (for some unknown reason) didn't want an application that depended
> on either GTK or QT.
Actually, gvim can be compiled without GTK but with Motif support. I don't 
like it that way, but it would at least fit the condition of not being 
dependent on GTK or QT.


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Fredrik Jagenheim
On Mon, Jul 21, 2003 at 06:40:07PM -0500, Owen Ford wrote:
> On Mon, 2003-07-21 at 18:15, Marius Mauch wrote:
> > On 07/21/03  Brian Budge wrote:
> > 
> > > Is there anything about nedit that is better than emacs or vim other
> > > than the quicker learning time?
> > 
> > Don't know vim, but it's a LOT faster than emacs and does not carry an
> > additional operating system with it :-P
> 
> You misunderstand...
> 
> *nix is just a bootloader for emacs.

Great OS, shame it has no decent editor though...

;)

Actually, I started with emacs back in the days. I used it for
/everything/. Reading news, mail, editing, shell, ad nauseum.

I once tried to replace my login shell with emacs, but as I didn't
have root on university machines, I couldn't add it in /etc/shells.

But a few years ago, I noticed that my wrists started to hurt from
trying to bend the hand typing 'Ctrl-A' all the time. Replacing
CapsLock with Ctrl eased the pain, but it was still a bit of a hassle
to type 'Ctrl-X + Ctrl-S'. So after seeing a coworker editing in vim I
decided to try it out, and after learning all the strange commands
(really, few of them are obvious) and also learning more about what
the vim editor can do for you more than just 'a', I've
never looked back at emacs again.

But then, I'm the type of guy who like to work through the console
instead of GUIs. :)

//H, not trolling. Really.

-- 
To segfault is human; to bluescreen moronic. 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems connecting to internet

2003-07-22 Thread Erik S. Johansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 22 July 2003 04:53, wrivera wrote:
> After running net-setup eth0 on the livecd, I am unable to reach an
> outside address. I can ping my router and other machines on my network
> but I can not get anoutside connection. Does anyone have an idea of what
> the problem can be.

try:

route add default gw 192.168.0.1


- --Erik
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/HOYwds9m9uhAobARAqy9AJsFXdYSZQA8Idbp5tlH/cQvNQeW2wCfT0Hi
SEOgn2KOn6RfW7k7+2zguEg=
=KkJS
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge files on CD

2003-07-22 Thread Håvard Wall
Robert Storey wrote:
Dear All,

I'm new to Gentoo - so new that I haven't installed it yet. My big
hangup is that I don't have broadband, and there is no hope of getting
it where I live. One friend of mine (who does have broadband) has
offered to download the whole lot of Gentoo emerge files and burn these
onto CD.
So my question: Is this a feasible approach? Both my friend and I are
not familiar with Gentoo, we don't know if putting the emerge files onto
CD solves the problem. We both think it will work, but if anybody thinks
this approach is boneheaded, I'd like to hear from you. I'd love to hear
any suggestions on putting Gentoo onto CD in such a way that it can be
installed without any need to go online, as most other Linux distros are
installed this way.
best regards,
Robert
--
[EMAIL PROTECTED] mailing list
Have you read 
http://forums.gentoo.org/viewtopic.php?t=67462&highlight=install+network ?

You could boot the liveCD, create and mount partitions, emerge sync, 
insert the cd with the downloaded packages and copy those to 
/usr/portage/distfile where emerge will find them.

Or do as proposed in the link above.

Or just create link to all downloaded files on the cdrom in 
/usr/portage/distfiles.

If you have only one cdrom, you might have to boot with the option 
"cdcache" (see the installation instructions).

Good luck -)

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Good code editor (with colors) for X (no GTK or QT)

2003-07-22 Thread Fredrik Jagenheim
On Tue, Jul 22, 2003 at 12:49:41AM +0200, Sebastian Hungerecker wrote:
> > Is emacs an X app? Or console based?
> It's both (like vim, too)

Isn't vim dependant on gtk when running as a X app though? I think the
OP (for some unknown reason) didn't want an application that depended
on either GTK or QT.

//H, prefering vim in console mode. :)

-- 
To segfault is human; to bluescreen moronic. 

--
[EMAIL PROTECTED] mailing list