Re: [gentoo-user] hello

2004-01-06 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
(BHash: SHA1
(B
(BOn Tuesday 06 January 2004 8:34 am, jkw wrote:
(B On 2004/01/05, at 12:53, Aaron Stout wrote:
(B  hello
(B
(B $B$3$s$K$A$O!*!!!'!K(B
(B
(BShwmai !
(B
(BdisclaimerI maybe welsh but I needed an online translator to remember the 
(Babove :P/disclaimer
(B
(B- -- 
(BMark
(B-BEGIN PGP SIGNATURE-
(BVersion: GnuPG v1.2.3 (GNU/Linux)
(B
(BiD8DBQE/+18fzrmqzOOQUj8RAnBYAJ9uFmFir+RbLWBZCQQEk8X8CZ2lfgCfcUUu
(BzD6Ydoe3YDpSUYLJ61CvMz4=
(B=nE9j
(B-END PGP SIGNATURE-
(B
(B
(B--
(B[EMAIL PROTECTED] mailing list

Re: [gentoo-user] netstat defunct

2003-12-18 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 18 Dec 2003 7:22 am, David H. Askew wrote:
 On Wed, 2003-12-17 at 15:34, Mark Knecht wrote:
  Hi,
 I mentioned some time ago that I had built a Gentoo machine for my 70+
  year old dad and delivered it the day before Thanksgiving. Believe it or
  not, he's now got 16 days uptime and tells me he hasn't had any need at
  all to turn on his old Windows box! Evolution, Mozilla and Open Office
  seem to be enough to make his day fly by. Who says the Linux desktop
  isn't here? ;-)
 
 Anyway, one thing I see on his machine that I don't see on any of my
  Gentoo boxes is a process listed in 'top' as
 
  netstat defunct
 
  I presume I can just kill it? (What is a 'defunct' process anyway?)
 
  Any idea what might cause this to get started, or how to trace down what
  did start it originally.
 
  Thanks in advance,
  Mark
 
 i noticed these weird process(es) myself the other day. I generally have
 2 on my system it seems, one as a child process for mozilla, and the
 other for evolution.  Not sure where they from, but I'm pretty sure it
 is a new occurrence.

A defunct process is a zombied process.  Sometimes you can kill it directly, 
other's you need to issue a 'kill -9 pid' command to kill it.  More often 
than not I tend to find that I need to do a 'pstree', discover the parent 
process, and kill that.  In turn it kills the child defunct process too.

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

iD8DBQE/4WyhzrmqzOOQUj8RAtfLAJ9WypIiXTzHufycH+cIzpCq4g+sKgCcD0OL
AoqfpzPSbAwiwCEt1jp/6bM=
=CJ1y
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network problems

2003-12-09 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 Dec 2003 5:08 pm, Frank Lugo wrote:
 I got Gentoo installed finally after 2 weeks of headaches I got it working
 I got the updates and the sync and every thing was working. but now I cant
 get to the web or to emerge sync to install xfree86 I getta error that it
 cant resolve the host so I tried to emerge sync and this is the error I got

 temporary failure in name resolution rsync error: error in socket IO (code
 10) at clientserver.c(83)

 I checked the resolv.conf for some reason its giving me the nameservers of
 my university EVEN THOUGH I have it behind a Private IP router
 (192.168.0.1)so I dont know why it has those DNS servers in the file.

 this is what is in the resolv.conf file

 nameserver 168.210.210.254
 nameserver 168.210.210.253
 nameserver 168.210.227.253
 search hsl.unt.edu

 I think my resolv.conf file should be

 nameserver 192.168.0.1

not unless the router is running as a dns cache.  Are they valid nameserver's? 
Are you able to ping the IP's? I think you will have the tool 'nslookup' 
installed on a new install, if so, try to lookup www.google.com or similar.


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

iD8DBQE/1gRVzrmqzOOQUj8RAoUVAKCJQH/lrdRsVATxAXiB31HXvAfPKACfR53C
uSRY+QhJ5DDr2a9LgfxLh7w=
=gZl2
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] IE on Linux

2003-10-29 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 29 October 2003 8:21 pm, Mike Williams wrote:
 On Wednesday 29 October 2003 20:16, Ian Truelsen wrote:
  Has anyone managed to get Internet Exploder to install under Linux? I
  want to be able to test web pages without booting into Windows.

 Works here in crossover office.
 I've got IE, Office, Quicktime, Media Player and a few other things running
 nicely.

Ive had it running using crossover too.  The project in question was to see if 
the M$ cryptography API ActiveX control could be simulated by Crossover, 
sadly I was unsuccessful and my browsing at the time suggested no-one else 
was successful either.  Other ActiveX things do work ok tho I hear, like the 
multimedia and office plugins.

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

iD8DBQE/oCkRzrmqzOOQUj8RAnajAJ9Do2DfkcCRwIcwoiYlYzuA3zL8FACgq8Bq
1bcmMRXZwTcSJkVgSrNcz9g=
=K9ZV
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge system prob

2003-10-29 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 29 October 2003 6:00 pm, Spider wrote:
 grep CFLAGS /etc/make.conf

 ask yourself. why is -2 in your CFLAGS that gcc tries to compile with
 and so clearly says -doesn't work -


 Changing CC and CPP Won't change the fact that gcc doesn't recognies the
 command line option -2 .   This is the same problem as -yet_exec
 and I'm starting to wonder where people come up with theese flags.

I think im following you correctly, my CFLAGS were '-march=k6-2 -O3 -pipe' 
which I believe is valid.  As altered the variable to 'march=i586 -O3 -pipe' 
but alas a similar error is produces, on the console it displays:

checking for c++... g++
checking whether the C++ compiler (g++ -march=i586 -O3 -pipe -L/usr/lib 
- -ldb-4.0  -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib) works... no
configure: error: installation or configuration problem: C++ compiler cannot 
create executables.

While the config.log file contains:

configure:1618: checking host system type
configure:1706: checking for gcc
configure:1819: checking whether the C compiler (gcc -march=i586 -O3 -pipe ) 
works
configure:1835: gcc -o conftest -march=i586 -O3 -pipe   conftest.c  -lxmlparse 
- -lxmltok 15
configure:1861: checking whether the C compiler (gcc -march=i586 -O3 -pipe ) 
is a cross-compiler
configure:1866: checking whether we are using GNU C
configure:1875: gcc -E conftest.c
configure:1894: checking whether gcc accepts -g
configure:1927: checking whether gcc and cc understand -c and -o together
configure:1942: gcc -c conftest.c -o conftest.o 15
configure:1943: gcc -c conftest.c -o conftest.o 15
configure:1948: cc -c conftest.c 15
configure:1950: cc -c conftest.c -o conftest.o 15
configure:1951: cc -c conftest.c -o conftest.o 15
configure:1978: checking how to run the C preprocessor
configure:1999: gcc -E  conftest.c /dev/null 2conftest.out
configure:2059: checking for AIX
configure:2086: checking if compiler supports -R
configure:2101: gcc -o conftest -march=i586 -O3 -pipe   conftest.c -R /usr/lib  
- -lxmlparse -lxmltok 15
gcc: unrecognized option `-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 2094 configure
#include confdefs.h

I have also re-sync'd my portage tree after which there was a mod_php update 
to v4.3.3-r3 - the same result however

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

iD8DBQE/oD0szrmqzOOQUj8RAlrHAJ4jSXtw0yMd2PHdpViHvtKa5ORWMACeKXsn
sgYme3E/fJsocHOm0O6QP90=
=40Gy
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge system prob

2003-10-28 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 28 Oct 2003 11:52 am, Juha-Mikko Ahonen wrote:
 On ti, 2003-10-28 at 13:28, James Ferguson wrote:
  Hi, I'm trying to install on a new 1.4GHz Duron, one of the new 133FSB
  cpu's.
 
  I'm Installing from stage 1 as I always do, (first time on this
  particular machine though)  but now when I get to emerge system i get
  the following error during configure of modutils 2.4.25:
 
  checking whether the C compiler (gcc -mcpu=athlon -03 -pipe -yet_exec
  ) works
   no
  configure: error: installation or configuration problem: C compiler
  cannot create executables.
snip
 I use -march=i686 for my Duron. It works fine enough. You can always use
 i386 as a safe option.

On my Duron 800 I use CFLAGS=-mcpu=i586 -O3 -pipe '.

Coincidentally I have the exact same error on my other Gentoo [web]server (an 
old AMD k6 cpu) as I try to upgrade mod_php.  I noticed that gcc was upgraded 
during the same 'emerge world' so I re-emerged gcc for a laff but im getting 
the same problems.  I have also tried changing the $CC and $CPP variables as 
suggested on some ML posts I found on google.

James: take a look at 
$PORTAGETMP/modutils-2.4.25/work/modutils-2.4.25/config.log - this may well 
give you a little more info.  Ill post an extract from mine below.

[ ... ]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1618: checking host system type
configure:1706: checking for gcc
configure:1819: checking whether the C compiler (gcc -march=i586 -2 -O3 -pipe 
) works
configure:1835: gcc -o conftest -march=i586 -2 -O3 -pipe   conftest.c  
- -lxmlparse -lxmltok 15
gcc: unrecognized option `-2'
configure:1861: checking whether the C compiler (gcc -march=i586 -2 -O3 -pipe 
) is a cross-compiler
configure:1866: checking whether we are using GNU C
configure:1875: gcc -E conftest.c
configure:1894: checking whether gcc accepts -g
configure:1927: checking whether gcc and cc understand -c and -o together
configure:1942: gcc -c conftest.c -o conftest.o 15
configure:1943: gcc -c conftest.c -o conftest.o 15
configure:1948: cc -c conftest.c 15
configure:1950: cc -c conftest.c -o conftest.o 15
configure:1951: cc -c conftest.c -o conftest.o 15
configure:1978: checking how to run the C preprocessor
configure:1999: gcc -E  conftest.c /dev/null 2conftest.out
configure:2059: checking for AIX
configure:2086: checking if compiler supports -R
configure:2101: gcc -o conftest -march=i586 -2 -O3 -pipe   conftest.c -R 
/usr/lib  -lxmlparse -lxmltok 15
gcc: unrecognized option `-2'
gcc: unrecognized option `-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 2094 configure
#include confdefs.h

[ ... ]

Grateful for any ideas :)

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

iD8DBQE/nmFwzrmqzOOQUj8RAjL/AKCiUFtkVXpMLSDK5/NE9zaOvJsOKACgoOhk
9/h78Jyj7WPgq+CnqnELkaE=
=oblO
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] fontconfig-2.2.1 unable to download

2003-10-24 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey,

I havent seen this mentioned by anyone else on the list, so I thought id post 
a fix to the below problem.

As part of an overnight 'world' update (I sync'd just minutes before 
attempting the emerge), fontconfig-2.2.1 was required.  Sadly it failed to 
download the package with the following output :

[ ... ]

 emerge (1 of 6) media-libs/fontconfig-2.2.1 to /
 Downloading 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/fontconfig-2.2.1.tar.gz
- --10:50:52--  
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/fontconfig-2.2.1.tar.gz
   = `/usr/portage/distfiles/fontconfig-2.2.1.tar.gz'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/fontconfig-2.2.1.tar.gz
 
[following]
- --10:50:52--  
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/fontconfig-2.2.1.tar.gz
   = `/usr/portage/distfiles/fontconfig-2.2.1.tar.gz'
Resolving distro.ibiblio.org... done.
Connecting to distro.ibiblio.org[152.2.210.109]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
10:50:52 ERROR 404: Not Found.

 Downloading http://fontconfig.org/release/fontconfig-2.2.1.tar.gz
- --10:50:52--  http://fontconfig.org/release/fontconfig-2.2.1.tar.gz
   = `/usr/portage/distfiles/fontconfig-2.2.1.tar.gz'
Resolving fontconfig.org... done.
Connecting to fontconfig.org[131.252.208.82]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://x2.freedesktop.org/software/fontconfig [following]
- --10:50:53--  http://x2.freedesktop.org/software/fontconfig
   = `/usr/portage/distfiles/fontconfig.2'
Resolving x2.freedesktop.org... done.
Connecting to x2.freedesktop.org[131.252.208.82]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

[ =  

] 3,050186.16K/s 

10:50:53 (186.16 KB/s) - `/usr/portage/distfiles/fontconfig.2' saved [3050]

!!! Couldn't download fontconfig-2.2.1.tar.gz. Aborting.

[ ... ]

The text/html file that was downloaded is just a page about the project.  
Clicking around I managed to download the tarball, its full (and correct) url 
is:
 
http://pdx.freedesktop.org/software/fontconfig/releases/fontconfig-2.2.1.tar.gz

Saving this to /usr/portage/distfiles (in my case) and re- emerging world 
solved the problem :)

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

iD8DBQE/mQahzrmqzOOQUj8RAuTmAKCXn19Lt6Ni7JSEGened6UNrQAX+gCglfGW
kpv/CSVKbEmjBt3e1seIlag=
=0L/x
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Sudo question

2003-10-23 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 23 Oct 2003 6:04 am, Stephen Liu wrote:
 Hi all folks

 I encountered problem in using 'sudo'

 # epm -q sudo
 sudo-1.6.7_p5

 # sudo -u satimis  kmail
 trying to create local folder: Permission denied
 failed to create /root/.kde/socket-mymachine
 kdeinit: Aborting.  No write access to $HOME directory root
 ERROR: KUniqueApplication: Can't setup DCOP communication

Is there a particular reason why you need/would like to run kmail as root?

Sudo lets you run a process as suid root, but it specifically doesnt allow you 
to write to root owned files and directories (with the permissions set 
sanely) as it would be a security problem.

 # ls -l /root/.kde/
 total 1
 drwx -- 2 root   root   Autostart
 drwx -- 10 root   root   share
 lrwxrwxrwx  1 rootroot socket-mymachine -  /tmp/ksocket-root
 lrwxrwxrwx  1 rootroot tmp-mymachine -  /tmp/kde-root

Yes, the symlinks have '777' permissions, but /root/ wouldnt (shouldnt.!).

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

iD8DBQE/l4XqzrmqzOOQUj8RAo34AJ9kZlVv5jxv5AoEyG4nLzDZs1Mk0gCgh0Nj
v4rlkKDL8KzFgvZFq9/Esgo=
=G0gW
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Start ssh question

2003-10-23 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 23 Oct 2003 6:05 am, Stephen Liu wrote:
 # /etc/init.d/sshd status
 * status: stopped
 # /etc/init.d/sshd start
 * Bringing eth0 up...
 * Failed to bring eth0 up

 * ERROR:  Problem starting needed services
 sshd was not started.

 (Remark: the denotation of NIC of this PC is eth1 because previously it
 had 2 NICs, eth0 and eth1.  I removed eth0, the remaining NIC retaining
 eth1)

After physically removing eth0, did you run the command rc-update del net.eth0 
default ?   If so, then I think the problem maybe with the net virtual 
service, maybe it still thinks that net.eth0 should be started.  Im having a 
quick dig around my box and on gentoo.org/google.  Ill let you know if I find 
anything.

 # lokkit
 bash: lokkit: command not found
 # epm -q lokkit
 package lokkit is not installed

 Kindly advise
 1) How to start ssh
 2) What tool shall I use to check port 22 not being firewalled off and
 ssh is blocked

netstat -nat will tell you what ports are listening (netstat -natp to include 
processID's ;o) ), between that and iptables -L you should be able to work 
out if the service should be available from a particular address.

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

iD8DBQE/l4sUzrmqzOOQUj8RAjoyAJ9D8JLWDYzFbWgLZ8sT24zPFzZcLACggCco
dG2KhwUgEAGVZD5xyYcPkHs=
=7Ru/
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Really off topic question: Matrix Reloaded

2003-10-23 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 23 October 2003 7:52 pm, Hall Stevenson wrote:
 At 03:40 PM 10/23/2003, you wrote:
 With win2k, I could only play it with the InterActual Player program
 that is on the CD. PowerDVD and Windows Media Player wouldn't do it.

 Sure sounds like some sort of copy-protection there.

My R2 version is happily playing on WMP and Power DVD ... on Xp for the 
record.  I dont have a dvd-rom in my Gentoo box nor any media apps emerged to 
test.

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

iD8DBQE/mGPCzrmqzOOQUj8RAuIXAJ4716bNEnVLADS7qgMJEChId5jHdQCgqFfL
UChh2CViYGLEDbqpl3v613Y=
=hV7s
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Reading emails from both Gentoo Linux and MS Win

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

On Wednesday 22 October 2003 9:04 pm, Kevin Miller, Jr. wrote:
 I have one email account set up in Kmail and Outlook Express.  I have no
 problems using the email account at all.  If I have an important email, I
 make sure to send it to my other email aliases on Kmail so I can retrieve
 it later.

 Also, if you have SSH access to your emails, you can always check your
 emails by using Secure Shell.

I just use imap :)

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

iD8DBQE/lwNtzrmqzOOQUj8RArCqAJ4uuCQU6vMEsdf+b53rPzaZSqZu1QCcD9gT
cpEfjHTawP1Q0CX29BqGTqk=
=Nt63
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Networking setup

2003-09-25 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 25 September 2003 7:15 pm, Ernie Schroder wrote:
 On Thursday 25 September 2003 02:33 pm, Kasper Rönning wrote:
  # ping kosh.hut.fi
  PING kosh.hut.fi (130.233.228.10) 56(84) bytes of data.
 
 Try pinging 204.213.185.250 (www.ntplx.net, a US ISP) If that works,

Doesnt the fact that the hostname has been resolved to an IP imply that Kasper 
is able to resolve DNS?

Your default gateway, is this machine/router under your control?  Does the 
iMac or the gateway have any filtering or access list of any type?  What 
happens when you try to traceroute an IP?
- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/c10SzrmqzOOQUj8RAlQCAKChpeKn1y6QAhyaZS2J8K8iC13evACfXG+P
/Dme11TRG+6/R++OQ+G8gII=
=ZtBz
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo desktop w/freeBSD gateway

2003-09-23 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 22 Sep 2003 9:32 pm, Michael W. Holdeman wrote:
 Anyone using a freeBSD machine as a gateway?

yep, my housem8's bridging firewall runs FreeBSD

 Ever since I installed the gateway, and firewall on the Freebsd machine,
 (56k dialup) I am unable to send attachments to my e-mails? I use k-mail.
 Everything else seems to work fairly well, although I get an unusual number
 of failed emerge sync runs.

emerge sync or any other type of connectivity is ok for me.  I also use kmail, 
no problem with the attachments though.  I have DSL though, havent used 56k 
for yonks (luckily), but im thinking this is less to do with BSD or its 
config, and more to do with dialup, fone line or your isp.

Unfortunately ive never had to do a ppp session on Linux so I couldnt offer 
any advise, but it sounds like some sort of dialup problem to me.

HTH

 I am however able to send attachments if I select 7 or 8 bit instead of
 64base on k-mail attachment propertys.

 Mike

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

iD8DBQE/cAoXzrmqzOOQUj8RAtbAAJ9i50sFAXGY2p1n1XXZoIvrfNKJmQCaA9kW
4RnSAjoryglzofndxUIDKz8=
=f/s4
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] where to find jar program?

2003-09-17 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 17 Sep 2003 9:25 am, Jose Gonzalez Gomez wrote:
 Martin,

 You need a java package and java-config installed, and you need to
 execute java-config to set the system java virtual machine.

 Regards,
 Jose

 PS: By the way, I've seen this question a dozen times, shouldn't
 this be included in a FAQ or something?

 martin wrote:
 hi!
 
 i tried to update the system, but doing a emerge -u system stops at the
  package sys-libs/db-4.0.14-r2 with an error... it says it needs a jar
  program, but does not find it in $PATH...
 

I had exactly the same problem, found that java is installed but in a 
different location to where emerge was looking.

[EMAIL PROTECTED] mark # whereis jar
jar: /bin/jar /opt/blackdown-jdk-1.4.1/bin/jar

My fix was to symlink /bin/jar to the /opt/blah binary.  I then came up 
against an error where emerge cannot find the java include files.  I have 
added a few dir's to my $PATH in /etc/profile but as yet have not found a 
solution (ran out of time).

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

iD8DBQE/aJt/zrmqzOOQUj8RAsJ0AKCr5Cx/LjwqE87HCedaXMOw7Gz1MwCcDhqL
W8PIqitw8Sh+F6Ah3o8KoMY=
=0aJh
-END PGP SIGNATURE-

  

This e-mail and all attachments are confidential and may be privileged.
If you have received this e-mail in error, notify the sender immediately.
Do not use, disseminate, store or copy it in any way.
ELSPA Ltd may monitor emails sent or received for operational or business reasons
as permitted by law. ELSPA Ltd accepts no liability for viruses introduced
by this e-mail or attachments.  You should employ virus checking software.

MAIN Office: ELSPA Ltd, 167 Wardour Street London W1F 8WL.
Anti Piracy Unit and Registered Office:
Suite 1, Haddonsacre, Station Road, Offenham, Evesham, Worcestershire.  WR11 8JJ.  
Registered in England No 2420400

  



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Wireless Mice

2003-09-17 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 17 Sep 2003 2:01 pm, Brenden Walker wrote:
 I use a logitech wireless, and yes.. It's just like any other mouse as far
 as the OS is concerned

ditto, agreed.  Worked first time and every time (until the batteries ran out 
:P)

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

iD8DBQE/aJvszrmqzOOQUj8RAvC8AKCoe3fKHwcl2JkkG55h6fr7Vf9oDwCff2yR
KPInohOS2VqGc6Hhl7YMRE4=
=dgbS
-END PGP SIGNATURE-

  

This e-mail and all attachments are confidential and may be privileged.
If you have received this e-mail in error, notify the sender immediately.
Do not use, disseminate, store or copy it in any way.
ELSPA Ltd may monitor emails sent or received for operational or business reasons
as permitted by law. ELSPA Ltd accepts no liability for viruses introduced
by this e-mail or attachments.  You should employ virus checking software.

MAIN Office: ELSPA Ltd, 167 Wardour Street London W1F 8WL.
Anti Piracy Unit and Registered Office:
Suite 1, Haddonsacre, Station Road, Offenham, Evesham, Worcestershire.  WR11 8JJ.  
Registered in England No 2420400

  



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] http://www.extremetech.com/article2/0,3973,1236319,00.asp

2003-09-03 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 03 September 2003 11:09 am, Patrick wrote:
 the thing still is that he really has to know what hes doing
 and linux will hopefully never be a moron's operating system

I totally agree.  I guess this all comes down to 2 philosophies on the 
competing ends of the spectrum.

On the one side you have Mr Gentoo/BSD/Debian where you have intelligent yet 
configurable installation system's but ultimately you have control of your 
own computer.  The software is written by yourself and your peers in the open 
source community and so 'holes' are picked up and fixes available very 
quickly.

On the other side, you have Mr Windows who does everything for you, as a 
result you are unsure of exactly how it is all put together and so 
troubleshooting is often unintuative and results in a fresh installation as 
frankly it would be quicker.  You are ultimately trusting your systems to 
their programmers.  When there are security problems you must wait for them 
to agree and to make the fix avalable.

Then there are the distro's blurring the distinction like Mr RedHat and Mr 
Mandrake who, while are strictly Linux, have a large amount of automation 
like Mr Windows.

For someone like me, who likes to remain in control of their system, by 
definition that system has to be largely un-automated.  For the next person 
[like the article writer] who are less concerned about the inner workings, 
automation scripts are ideal - as long as they work (!)[have you ever tried 
to fix a Mandrake box whose script's have failed?].  It's just horses for 
courses isnt it?

I hope Linux does continue for many years to come, and that it leads to 
Skynet's, I mean Redmond's, ultimate demise.  But not every computer user is 
a computer professional, so the Windows approach - however undesirable - will 
always be the popular one [by numbers].

Im glad that Linus has started working on developing Linux for the desktop as 
im sure distro's like Mandrake, Suse and RedHat will gain alot from it.  
Maybe then Linux, in the form of user-friendly distro's, will become more 
approachable to the man in the street.  Like Lindow's - while I dont 'like' 
it as it is now, I acknowledge that in 5 years time I will probably look back 
on it being a breakthrough project and something which shaped modern day 
computing.

As for us?  Well, in that same hope - we'll all still have Gentoo and other 
bleeding edge distro's... so we will continue to point and laugh, I guess :P

 a really good example is postfix .. the further it goes the more
 it progresses to become the best MTA available ( no flames plz :) )

For the religious statement or the top posting ;o)

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

iD8DBQE/VeWvzrmqzOOQUj8RAqThAJwMvhXmyQ1F1mNLQy6aiMI1ym5bKwCfazPx
9pNJ74h2LBZ8JRf1edKCBh8=
=geHG
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] http://www.extremetech.com/article2/0,3973,1236319,00.asp

2003-09-03 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 03 September 2003 2:10 pm, Shawn wrote:
 On Wed, 2003-09-03 at 07:59, Mark Fisher wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  On Wednesday 03 September 2003 11:09 am, Patrick wrote:
   the thing still is that he really has to know what hes doing
   and linux will hopefully never be a moron's operating system
 
  I totally agree.  I guess this all comes down to 2 philosophies on the
  competing ends of the spectrum.

 I agree, but I don't think they compete at all. Basically its about IQ
 and/or aptitude. After that, its about what fits the need.

Maybe 'competing' was the wrong word, perhaps 'opposite' would be better.  
Afterall it is all about servicing the needs of different people. 
- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/VgtvzrmqzOOQUj8RAvupAKCpGuSAhTaYOtbuzrmpQmN8cN8JdACeNdOI
N7NRbf4U8Pu1r9Ad+yQ02Dw=
=86+E
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] searching for mailsystem with webinterface...

2003-09-02 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 02 September 2003 7:19 pm, Matthias F. Brandstetter wrote:
 Hi all,

 I am searching for a *complete* webfrontend for a mailsystem (Postfix
 or Qmail). I googled for this a while, but only found solutions with
 *some* of my needed functions.

Have you looked at webmin?  

www.webmin.com

The site is dog slow atm, but from memory the standard module set includes 
support for postfix, qmail and majordomo list manager.  Mailman, the other 
large list manager, has its own web interface built in I think.

There are also 100s of 3rd party modules for webmin, spamassassin is most 
probably supported.  It does have limited support for per-user control from 
memery - so you can allow a user only access to certain modules.  But they 
may or may no be able to see/change other user's details and so it may not be 
suitable for an isp type environment.


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

iD8DBQE/VTQazrmqzOOQUj8RAkmAAKCBgVUinsNWotWbEgb4/moVJIrETgCeOBLN
4T6ErqMqUpH6YrNrY62UA4c=
=biZs
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USE flag dependencies

2003-08-27 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 27 Aug 2003 1:20 pm, Leonid Podolny wrote:
 Hi,
 I've recently stopped using alsa, so I removed this USE flag. No, as far as
 I understand, I have to recompile all ebuilds that were compiled using it.
 How can I find out what packages I need to recompile?
emerge gentoolkit
qpkg -I

[thats a capital ' i ' ]
- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/TKz6zrmqzOOQUj8RAgUKAKCHfgKlfCZuo/TiKohsMCcr7ZvYdwCeLpcp
n8wLKr90+eFmiR/lJOfwDK0=
=zADP
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Suggestions: site-wide search engine

2003-08-23 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 23 August 2003 7:04 am, Anupam Kapoor wrote:
 Brian Richardson [EMAIL PROTECTED] writes:
  What would you suggest as a site-wide search engine? I've tried namazu
  without much success. (I can't resolve my configuration issue, and the
  mailing list hasn't helped.) But I'd really like *something* for
  searching through my MHonArc mailing lists.

 have you looked at swish-e and swish++ ? they are quite useful.

ht://Dig ?
http://www.htdig.org/
- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/R0M8zrmqzOOQUj8RApVaAJ90KOB41DWMUk1kD2hw4f23+JvaawCgrIC3
OaJtTBfPwcof/zEjQEdyNU0=
=6quR
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mod_php issue

2003-08-21 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 21 August 2003 8:58 pm, Greg Donald wrote:
  USE=apache2 emerge mod_php

 Great, but where is this documented?

to be fair, I dont think its documented.  More 'heavily implied' mixed with a 
little Gentoo experience emergeing mod_php without apache2 in your USE 
flags, will cause [AFAIK] it to be compiled as if its to be used with apache 
1.3.x .  As apache2 is now one of the available use flags, as listed at 

http://www.gentoo.org/dyn/use-index.xml

then portage will compile mod_php for use with apache2.

 I hate asking questions if I can read some docs first.  I'm sure I must
 have just overlooked the docs for this.

heh im the same :P

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

iD8DBQE/RVBKzrmqzOOQUj8RAmWKAJ4mXdwrsK+FhTaCuBu2QJqPoVggEQCgqOM5
Gi4b9X3xdyTgkHplof7Gtns=
=CSB3
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Adding a dir to perl's library path

2003-08-17 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Not strictly Gentoo related, but while attempting to emerge mod_php, 
app-text/sablotron-0.97 is being installed as a dependancy.  Its compilation 
is failing as portage is unable to find a specific perl lib, running 'perl 
- -V' shows that the actual location of the lib isnt listed [ 
/usr/lib/perl5/site_perl/5.8.0/i586-linux ].

Is there a way of easily adding the dir to the @INC path that doesnt invlolve 
re-compiling perl?
- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/P/EpzrmqzOOQUj8RAvVqAJoCrlMcRmxkG3R3t69I8I1Dwt+9XgCdF2Yw
Zs7EjX8C7g4cEm3SPNY030Q=
=r/Mk
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Adding a dir to perl's library path

2003-08-17 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 17 August 2003 9:22 pm, Pat Kerwan wrote:
  Is there a way of easily adding the dir to the @INC path that doesnt
  invlolve re-compiling perl?

 You could set the PERLLIB (or PERL5LIB) environment variable to
 include the directory.

 See 'man perlrun' for details.

Thanks muchly, worked a treat :)

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

iD8DBQE/QBi6zrmqzOOQUj8RAmRUAJ9TD5te1ggw4pP4nSzrxsO0UHAMrwCfanNe
2O1vgtbAGqLhZLU24i0Rib0=
=9AD9
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Free, or at least cheap AntiVirus

2003-08-14 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 12 August 2003 6:47 pm, Robert Kruus wrote:
 I use clamav.
 http://clamav.elektrapro.com/

Ooh, the last time I looked into AV for my linux mailserver, I was saddened 
that the Clam site had not been updated for 3 or 4 months.  I think ill look 
into using it myself, as I notice that the site was updated just today :)
- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/OVoezrmqzOOQUj8RAiRnAKCXpITMY3v+e/F1822d/A8gdQ5fjQCfRwtA
L1Clt/O+eOn55q9sgGgHOxw=
=BMC9
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] x eats my mem and cpu

2003-08-14 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 14 Aug 2003 6:20 pm, a_k_b wrote:
   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
  7523 root  15   0  637m 222m 6120 S  3.0 44.2 922:50.18 X

 as you can see X uses about 44% of my memory at the moment (cpu time ok
 atm). when i restart x its all okay for a few hours again... but then its
 just the same again :-(

Have you tested the memory to make sure you havent got a bad stick?  Try 
emergeing memtest86, if there is a memory leak it should spot it.

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

iD8DBQE/O8dpzrmqzOOQUj8RAvbqAJ9w0G/mUjH1p4grHVM8CARwmjHdjQCfexP8
iZFopl8ObT4g4ZNQBz/LQkg=
=1TDr
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] RDesktop

2003-08-09 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 10 August 2003 12:27 am, Michel Di Croci wrote:
 Hi! :)

 I need help configuring rdesktop. It's always telling me that I'm trying
 to connect to my own computer even if my own computer is on linux! :)
 Have you encounter this type of error? The program doesn't return any
 error... so I don't know where to check, it's Windows XP that's telling
 me that I'm trying to connect to my own computer

Are you able to telnet the target IP on port 3389?

What happens when you execute rdesktop from a shell as opposed to an icon?

For the record, Im running v1.2.0 and my full command line is :

/usr/bin/rdesktop -u username -g 1250x925 -k en-gb ip-address

Where username and ip-address are, obviously, my user and win2k server.

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

iD8DBQE/NaOIzrmqzOOQUj8RAvYiAJ4jPTtzj1GafntUIaRvrH+lP6tgcwCcCnaf
bGUwaIdWohPWg7Ar7p9dnek=
=2GWL
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Realtek 8139 not detected at bootup

2003-08-03 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Im trying to install gentoo on a new box for a m8.  While ive installed gentoo 
many times previously, I havent come across this particular kind of problem.

The box is a Shuttle sv24 with an on-board realtek 8139 NIC.  The LiveCD [with 
no special options passed] detects the card on IRQ11 and uses the 8139too 
module quite happily.  The 2 USB hub's are also detected on the same IRQ.

For the install, I selected both the realtek 8139too and 8139cp modules just 
in case.  Unfortunately when booting the new install, gentoo doesnt say 
anything about eth0.  When I manually insmod the driver or attempt to assign 
an IP to the device, it say's the device is unknown/not found.

Looking carefully at the dmesg output however, there is a section about 
conflicting devices on IRQ 11 [and it lists the usb drivers loaded], so I 
tried disabled the usb hub in the bios [the keyb/mouse are ps2] but this 
didnt seem to help.

The only other message that seemed to be of any relevance was 'ds: no socket 
driver found' - but after carefully checking the kernel options to that of 2 
other gentoo boxen I have, I cant see anything obvious which could be causing 
the problem.

Like I said, I get the impression its an IRQ-level problem as opposed to a 
driver-level problem, as the hardware isnt even detected, so how can a driver 
talk to it?  For the record I have double and triple checked that the 'allow 
shared irq's' in menuconfig is checked :P

TIA :)

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

iD8DBQE/LakPzrmqzOOQUj8RArncAKCtmKzp5GZO7ZIk+IBaJrb3wMNPqgCgn4Wj
6S4OW0kjlJqd13QEZU1admI=
=W9oL
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] process refuses to die

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

On Thursday 31 Jul 2003 8:25 am, Shane Hickey wrote:
 On Thu, 31 Jul 2003 03:05:58 + (DST)

 Simon Mushi [EMAIL PROTECTED] wrote:
  I just wanted to ask what to do if a process refuses to die. For
  example I want to kill dctc with a pid of 16371. So I type in kill
  16371 and I can do this continually and the process refuses to die
  and still shows up in top.
 
  What can I do to kill it for real?

 Try a kill -9.  The normal kill tries to play nice, but it doesn't
 always get the job done.  If kill -9 doesn't do the trick, then you
 might need to reboot.  For example when I have an nfs mount go sour or a
 usb drive's action get hung up then sometimes a kill -9 won't take care
 of it. At that point, I just reboot... maybe there's a better way,
 though.

kill -9 pid does normally work, if however it doesnt then the process is 
probably a zombie.  In which case, do a pstree and kill the parent process.  
This extra step has fixed the problem for me on every occasion so far.

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

iD8DBQE/KNsEzrmqzOOQUj8RAhAoAKCdym1jKQyolHo7OfnLnOHH5hhcYQCfcx48
nYkb0b2tloqBaA+Rq2bdeJs=
=acu8
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] PHP or Perl

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

On Thursday 24 July 2003 6:41 pm, Alan wrote:

 I'm sure some of my facts about PHP are wrong or outdated, and I've
 missed tonnes of pros and cons on both sides, but there you go :)  I
 think it might come down to if you're doing this for just web, or want
 to learn something that extends beyond and can be used for scripting and
 sysadminning.

tbh I think it was a pretty fair and honest list.  Personally, im not a 
programmer by any means, tho slowly learning the ropes through trial and 
error :P

I chose PHP because when you pickup a PHP book, to the non-porgrammer its 
still quite easy to understand and quite easy to do the simple things.  As 
another poster said, php.net is a fantastic site and I find it much easier 
than, say, the python site, to find the information/reference your looking 
for.

When I picked up a perl book, I found it wasnt quite as straight forward.  Ppl 
have said that perl is a very unreadable language, whereby without script 
comments, its very hard to see whats happening.  Again, as a non-programmer, 
I found python a bit more straight forward to pick up.

flame disclaimer I learn by reading websites, books and other ppl's scripts 
to find out how things are put together, so readability is obviously an 
important part towards my language choices./flame disclaimer

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

iD8DBQE/IEi6zrmqzOOQUj8RArOEAJ9eIUZyjv0LyjqxNpfFFXVmgIhbSQCfVVB6
8ap0LV8Q/tcStWZU48u4yMk=
=zIai
-END PGP SIGNATURE-


--
[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



Re: [gentoo-user] FORWARD eth0 trouble

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

On Wednesday 16 July 2003 12:29 pm, Norman Bauer wrote:

 This is the first time I have installed Gentoo so I am not that sure =
 about how thisngs work with it. All in all the install was a success =
 from a Stage 1 tarball. The only problem I have encountered is eth0 is =
 not recognized.=20

While booting your new Gentoo install, one of the first things you see after 
your bootloader screen will be a dump of detected devices, things like your 
ide adapter, hard drives, sound card, vga card and NIC Even if the NIC 
isnt working when fully booted, it should still appear there.

 I have a 3c59x builtin to the mobo. I compiled the kernel with that =
 specific driver built into it, and now it seems to not want to recognize =
 it.  So now I am rebuilding the kernel with all 3Com drivers built in, =
 just in case I am wrong about the type of NIC.=20

Id probably suggest building them as modules as its easier to troubleshoot, 
but your certainly going along the right lines...

As you managed to build from stage 1, obviously the card worked with the 
LiveCD.  If all else fails, boot back into the Live CD briefly [as long as 
you dont chroot into your 'real' Gentoo install you wont break anything :) ] 
and run the command 'lsmod', try to identify which module was loaded for your 
NIC and make sure its been selected when you configured your kernel [from the 
kernel config, select help on the driver and it should tell you the driver 
filename]. 

 Could there be some other problem that would cause the driver to fail =
 that I am overlooking?

If all else fails, boot back into Gentoo and type 'dmesg', I would expect some 
kind of output as to why the NIC driver failed to load.

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

iD8DBQE/Fe9IzrmqzOOQUj8RAiKdAJ9hKVZfgVHyqFhahESDZFZNIP5MuwCfbZTm
KsmWcK8jLVwWMYENpOid0YI=
=2lde
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] apache won't start after upgrade to apache 2 and php 4.3.2

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

On Tuesday 15 July 2003 5:01 pm, Steve Fox wrote:
 Hi,

 I've upgraded to Apache 2.0.47, php 4.3.2 and mod_php 4.3.2-r3 and see
 this error when I try to start apache:


 Syntax error on line 84 of /etc/apache2/conf/apache2.conf:
 Cannot load /etc/apache2/extramodules/libphp4.so into server:
 /etc/apache2/extramodules/libphp4.so: undefined symbol: ap_block_alarms

 libphp4.so is located in /etc/apache2/extramodules, apache was emerge
 with USE=apache2

There are certainly many matches under google for 'ap_block_alarms php', many 
suggest adding or altering the apache command line options.  Just to make 
sure, php was emerged after apache2, wasnt it?

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

iD8DBQE/FEkEzrmqzOOQUj8RAozxAJ0eNR+xxp70/d9ZuLhB8tVVOXfQCwCgjB/x
vGcj6RpShhzq14jdVh9hXL8=
=JZsC
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



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

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

On Tuesday 15 July 2003 6:47 pm, Loopingz wrote:
 I was installing PHP and emerge start to compile QT. And he made on error
 while compiling QT, qt is a graphical library why does php requires it 

PHP has many functions used manipulate images, if your wanting to use Gallery 
for example, it used qt amongst other libs to upload, resize and alter your 
pics.

I guess adding -qt to your USE flags should enable php to compile without it, 
its not a necessitity AFAIK.

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

iD8DBQE/FF4gzrmqzOOQUj8RAtSwAJwNa49kvoxZl4tkIQtkR9T+TVBxQQCgoTXf
6SlADf0HCzdUWOmk+QgUrJM=
=2LWX
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qmail chokes on kmail...

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

On Saturday 05 July 2003 10:42 pm, Jorge Almeida wrote:
 On Sat, 5 Jul 2003, Mike Roest wrote:
  It appears that kmail isn't setting your envelope sender correctly. And
  the remote host is rejecting [EMAIL PROTECTED] as a envelope
  sender.  You need to ensure kmail is using a correct envelope sender and
  you should be fine.

  Yes, but Kmail doesn't seem to offer that much in the way of
 customization... Maybe there are ways to configure it besides the entry
 in the Settings menu, who knows?

In Kmail, click Settings  Configure Kmail  Identities  select your ID  
Modify.

Ensure that the email address at the bottom of the box is correct.  Qmail is 
not relaying your email from Kmail as it is misconfigured.

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

iD8DBQE/CEZPzrmqzOOQUj8RApMhAJ9KIIc9vbqPQVlv51+nJnzWLqY+XQCeLjND
0cPpWylfZBaPrjrsDRSuQAk=
=0VLD
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] system time

2003-06-23 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 23 Jun 2003 4:38 pm, [EMAIL PROTECTED] wrote:
 I have been using ntpdate to set our linux server to get time form a utc
 server, however this package does not seem to be available form portage...
 anybody know if this package is buried within another package?  Or if there
 is a comparable package that I could use?
 Thanks-
 Ryan

try emerge ntp

[EMAIL PROTECTED] mark # qpkg -I -l ntp | grep bin
/usr/bin
/usr/bin/ntp-wait
/usr/bin/ntpd
/usr/bin/ntpdate
/usr/bin/ntptimeset
/usr/bin/ntpdc
/usr/bin/ntpq
/usr/bin/ntptrace
/usr/bin/ntptime
/usr/bin/tickadj
/usr/bin/ntp-genkeys

HTH

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

iD8DBQE+9yIwzrmqzOOQUj8RAopHAJ4ogmFjLw8GG8NgF22+1eWu1McRCgCfWiia
SkgHqqvVESPg2A3ul3wi9lY=
=RRI7
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache and PHP

2003-06-19 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 19 June 2003 13:21, downtime null wrote:
 i'm having trouble getting Apache working with PHP. a can start Apache
 and connect just fine as long as PHP is not loaded.

In /etc/apache/httpd.conf you will need something like this:

IfDefine PHP4
LoadModule php4_moduleextramodules/libphp4.so
/IfDefine

IfDefine PHP4
AddModule mod_php4.c
/IfDefine

Include  conf/addon-modules/mod_php.conf


Then, in /etc/apache/conf/commonapache.conf

AddType application/x-httpd-php .php

Then start apache and take a look at /var/log/apache/error_log, if you get any 
problems paste in the error :o)

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

iD8DBQE+8ihqzrmqzOOQUj8RAuPNAJ0cubOt+Q6MMvZWHdvbb8l+YiWENgCePskZ
6BOV/0wEP0STCoKlc/5SakU=
=+b3n
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] problems starting x...

2003-06-19 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 19 June 2003 19:28, Joe wrote:

 I recently got my system installed, and emerged X.  I then created a
 user and tried to 'startx' from the user's home directory. however I get
 a message saying 'hostname: unknown host'  then another message saying
 'xauth:  timeout in locking authority file /home/joe/.Xauthority'  When
 I try to access the .Xauthority file, I don't even have it?  I think I
 may have installed something wrong, but I'm not quite sure.  I'm not
 sure if it matters, but I am trying to use fluxbox on my system, and
 just emerged it, though I'm unable to get that to work as well..?  Any
 help or advice anyone can give is greatly appreciated.  Thanks!

I too use fluxbox, as startx looks in the $HOME/.xinitrc file ull need a line 
something like the following:

[EMAIL PROTECTED] mark $ more .xinitrc 
/usr/bin/fluxbox

Next, take a look at your home directory permissions, make sure you are the 
owner and the perms are similar to the following [ chmod 755 ]

[EMAIL PROTECTED] home $ ls -la | grep mark
drwxr-xr-x   22 mark mark 4096 Jun 19 21:08 mark

HTH

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

iD8DBQE+8ilrzrmqzOOQUj8RAsS0AJ9o8l1SWDrh1o5SQ3abddn0XPGVFgCgot72
32CFO36+lFS99pJKdI/RAUM=
=YMoV
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage tmp dir

2003-06-18 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 18 Jun 2003 3:19 pm, Timothy James Friesen wrote:
 Hello all,

 Weird things are going on.  I updated last niht, and had the same results
 in /usr/tmp/portage and /var/tmp/portage.

 This is the result of an ls -la on /usr/tmp:

 Grenouille root # ls -la /usr/tmp/
 total 12
 drwxrwxrwt3 root root 4096 Jun 18 01:30 .
 drwxr-xr-x   12 root root 4096 Jun 14 04:48 ..
 -rw-r--r--1 root root0 Jun 13 20:09 .keep
 drwxr-xr-x9 portage  portage  4096 Jun 18 01:33 portage

 This is the result of an ls -la on /var/tmp:

 Grenouille root # ls -la /var/tmp
 total 12
 drwxrwxrwt3 root root 4096 Jun 18 01:30 .
 drwxr-xr-x   12 root root 4096 Jun 14 04:48 ..
 -rw-r--r--1 root root0 Jun 13 20:09 .keep
 drwxr-xr-x9 portage  portage  4096 Jun 18 01:33 portage

 It doesn't look like a symlink to me.  And yet when I deleted
 /var/tmp/portage, /usr/tmp/portage disappeared as well.  Is it possible to
 have invisible symlinks?  What could be going on here?  How do I find out
 if this is really symlinked, and why does the lnk keep reappearing after I
 delete it?

 I think if I get that taken care of, I might finally be able to switch the
 portage tmpdir.

 Thanks for all the help,

 Tim

Wild thought this one, but could you paste in the output of the command 'df 
- -h' , Im thinking the same partition is mounted as /usr and /var ... 

To anwser your question, you cant have invisable symlinks, but you can have 
hardlinks whereby 2 files in different locations share the same inode 
[location on the hdd], but even if this was the case, by deleting one of the 
hardlinks would not delete the other one.

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

iD8DBQE+8HbozrmqzOOQUj8RAul9AJ4kb6I1tZKIaVsci7QTsfthQC8y1gCeIEIL
FLODS4x0ok4pNw0NJ6Vi+zM=
=ztpR
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Partition setup?

2003-06-18 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 18 June 2003 22:58, Stroller wrote:

 Some folks prefer to have /usr on a separate partition - it's such a
 popular choice that I'm sure there must be a very good reason, but
I've
 never worked out (or researched, I'm too lazy) what it is. 

I think its good practise to mount directories which could potentially  
spiral in size un-noticed on different partitions from / , having a full 
/ partition is *bad news* and with logs going into /var and 'user 
installed programs' [ portage in the gentoo world ] going into /usr, I  
tend to keep them seperate.

There maybe other reasons .. but thats mine :o)

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

iD8DBQE+8QDbzrmqzOOQUj8RAuEMAKCrLN3LAZHxXd9S7zc7ZBrdg1B0cwCfSyxl
fdm3D+Lqar2zk3/D5vbD4QQ=
=8dOX
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] iptables error

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

On Friday 06 Jun 2003 7:12 am, Klaus D. Neumann wrote:

 After recompiling my kernel, iptables as module this time, the comand gives
 my this:
 bash-2.05b# insmod ip_tables
 Using /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol nf_register_sockopt_Rsmp_09a77aa2
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol nf_unregister_sockopt_Rsmp_7569bdc4
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol remove_proc_entry_Rsmp_3740881b
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol proc_net_Rsmp_8ee840e3
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol create_proc_entry_Rsmp_b28c3205
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol irq_stat_Rsmp_fb5eda84

 Any idea what that means?

My gut feeling is that the module didnt compile correctly, probably because of 
a missed-out make clean or make mrproper at the kernel compiling stage... 
without these lines the /urc/src/linux dir is still dirty from the last 
compile.

Try the following:

cp /usr/src/linux/.config /root
cd /usr/src/linux
make clean
make mrproper
make menuconfig
[ just save and exit ... this will recreate your .config file - as the 
'mrproper' stage just deleted it ;) ]
cp /root/.config ./
make dep  make clean bzImage modules modules_install

Then copy the bzImage file to /boot, point grub at it and try again :o)

HTH

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

iD8DBQE+4HWCzrmqzOOQUj8RAtKrAJ9EmU+pPQd5A4LdKBas95g4DHvqXQCffBf1
cKfqr/Qwpvr4+14dFfwpprI=
=dCvo
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] iptables error

2003-06-05 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 05 Jun 2003 3:08 am, Klaus D. Neumann wrote:

 modprobe: Can't locate module ip_tables
 iptables v1.2.8: can't initialize iptables table `nat': iptables who? (do
 you need to insmod?)
 Perhaps iptables or your kernel needs to be upgraded.

 What did I do wrong?

What happens when you type the command:

insmod ip_tables

I tend to write a bash script which contains my rules in the format you 
describe, the first 3 things being to load the modules, flush the old rules 
and set the default policies.

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

iD8DBQE+3ygGzrmqzOOQUj8RAtiGAJ92lUtJMXEJzgCUZIsYk3glVFI9MACfQ9hR
UyCvdi0DtcBqz73Mmk6nt18=
=+ZWb
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qmail syslog messages

2003-06-04 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 03 Jun 2003 4:42 pm, wes chow wrote:

 I might not have a sound understanding of syslog, but I was under the
 impression that qmail should be sending to mailerr, which shows up in
 /var/log/mail.err?  If not, how can I tell where qmail is trying to send
 errors?

I get syslog to pickup on the courier stuff, but DJB's qmail uses 'multilog' 
by default.  An emerge should install it all for you and, presumably 
supervise should start everything for you.  See pastings below

[EMAIL PROTECTED] log # pwd
/var/qmail/supervise/qmail-send/log
[EMAIL PROTECTED] log # more run 
#!/bin/sh
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s25 
/var/log/qmail/qmail-send

There are similar sciprts and logs at /var/qmail/supervise/qmail-smtp/log and 
/var/log/qmail/qmail-smtp respectively.
- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+3MlyzrmqzOOQUj8RAnoKAJsHQiA3R+fly41kBoGMNbZPbG3YNgCeJsJ2
TPwSsD9DWrxwG/f+TK9/mY0=
=lhYu
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How do I change the Home and End keys in X?

2003-06-04 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 04 Jun 2003 12:54 am, Andy Smith wrote:

 Just installed gentoo over the weekend and now I notice that my Home
 and End keys seem to produce different escape sequences when in X
 compared to from the console.

I found I had a simpilar thing and posted a fix on the gentoo forums:

http://forums.gentoo.org/viewtopic.php?t=53721

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

iD8DBQE+3ao2zrmqzOOQUj8RAjeMAJ4/UfU0ij1g92toCXzvHjQXi0ecaACgpcsd
83Heqzooq713/AcKAmCOsk0=
=NeU7
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How do I change the Home and End keys in X?

2003-06-04 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 04 Jun 2003 9:36 am, Andy Smith wrote:

 I know that name!  You're fIREfox from blitzed/ftech.  You may
 recall me as grifferz.

Certainly am, heya m8 :o)

 Anyway.

 I _can_ alter inputrc to kinda make it work but:

 1) This doesn't explain why the sequence changes in X as compared to
the console.
 2) I have to do this also on every single remote machine I ever want
to log into.
 3) This only applies to apps that use GNU readline (for that is what
inputrc is part of)
 4) Even in those that do use readline, they seen to expect Home/End
to be something else e.g. mutt that I am using now has a default
key binding on End to go to last message in the list, or end of
message displayed.  This binding has always worked fine..until I
installed gentoo.

So yeah mutt uses readline so I can add another binding on this
new sequence, but doesn't it kind of hint that something is wrong
with _my_ setup when that has worked before?

 Thanks for the reply though.. I will have to dig further..

I don t recall the exact ^[[ characters displayed before the changes, but as 
its my server it doesnt have X merged to say if it affected me in the same or 
other ways.

As its happening on a number of remote machines, could this be some sort of 
environment variable in your bash profile?  Just a wild thought.

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

iD8DBQE+3bn+zrmqzOOQUj8RAoXlAKCWRDnEL4hBJ6ViVcQJ36uqPDRTlwCdFL4v
lfKvS+TP76ehjy4cGfWrkyg=
=sT3K
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Procmail

2003-06-03 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 02 Jun 2003 7:09 pm, --[ UxBoD ]-- wrote:
 Hi:

 Having a dumb day! Just installed ProcMail and setup a basic
 procmail.rc.

 

 :0

 * ^Subject:.Cron*
 .cron-jobs/

 :0

 * ^Subject:.*[gentoo-announce].*
 .gentoo-announce/

 :0

 * ^Subject:.*[gentoo-user].*
 .gentoo-user/
 

 Everything from Gentoo is being dropped into the gentoo-announce folder
 instead of being split into user aswell based on the subject. What am I
 doing wrong?

I found I needed to escape the squared brackets:

[EMAIL PROTECTED] mark $ more .procmail/rc.gentoo-user 
:0:
* ^Subject:.*\[gentoo-user\]
.Gentoo-User/

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

iD8DBQE+24b1zrmqzOOQUj8RAn3bAJ0ev38xQE3NCN2fNFlIhioVhhS8tQCeLZ4n
uRIwpKwRjMVZz5u2rF9DQMg=
=vj2D
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] apache wrong permissions?

2003-06-03 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 03 Jun 2003 2:28 am, Matthias F. Brandstetter wrote:
 Hi all,

 I have a (strange) problem with Apache 1.3. I have a bunch of
 cgi-scripts (perl) in a cgi-bin directory. The scripts inside are
 working well.

 I wanted to write a new script, but I can't get it to work. So I
 looked into Apache's error_log and found some permissions denieds
 (from a grep on /var/log/apache/access_log inside this new script).

 After that I found, that I can't login into my mailman-admin page
 (You don't have the permission) anymore. So since it's here as
 well, I guess it's an Apache problem. But I can't remember that I
 have re-merged it, only some restarts of the server...

 Has somebody an idea and could push me into the right direction plz?
 TIA and Greets, Matthias

Presuming the configs are kept in /etc/apache/conf, and that the directory is 
protected, and of course the 'new' config installed by the emerge wasnt 
manually mistakenly merged into place ... this kinda thing shouldnt happen.

But going back to basics, doublecheck the user and group names that apache 
will run on, in commonapache.conf.  Mine are:

User apache
Group apache

Then make sure that the UID/GID has executable permissions, be it as an owner, 
group member or 'x' for the world .. [the last one probably being a bad 
idea].

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

iD8DBQE+3F9fzrmqzOOQUj8RAuWpAJ9SVm2FNJrBopv+fGBFuhTamkZ1SwCgpoN/
cRZvuLsOgtShhzYK3MFBQf8=
=CvyH
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing exchange

2003-06-02 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 02 Jun 2003 8:47 am, DE SMET Bram (BDSR) wrote:
 Hi,

 I'm looking for a way to replace m$ exchange.
 I did find http://www.samsungcontact.com, but I was hoping to find a GPL
 way of doing it.
 On Fosdem I was told by a KDE dev that they are working on a replacement,
 but I was wondering if any of you had a different kind of way.

The best one that im aware of is SCO's Volution, or should I say 'closest'.  
The company I work for were looking to do the very same thing, move away from 
M$ entirely, but as exchange breaks almost every rfc it impliments, there 
will never be a GNU equivalent.

Volution does trick outlook into thinking that its exchange tho, I saw it at 
last years linux expo and I was quite impressed.

 Keep in mind that I need all the stuff exchange has (calendar, 'out of
 office' stuff etc).

Im not sure of the full feature list ... public folder flagging isnt one of 
them tho.

 Greetz

 Bram


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

iD8DBQE+2xlyzrmqzOOQUj8RAsCvAJwIV3QEXL6MDg9RR0VNAGeKurqg1ACgg1pu
gaDfM+4L6Qcw5uTy2CXxkwU=
=Edy0
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] g++ compiling error's

2003-05-30 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Im just doing a cheeky emerge -u world and it got so far until mod_php-4.3.1 , 
it then exited giving the following error:

[ ... ]

checking whether the C++ compiler (g++ -march=i586   
- -Wl,-rpath,/opt/blackdown-jdk-1.3.1/jre/lib/i386/classic 
- -L/opt/blackdown-jdk-1.3.1/jre/lib/i386/classic 
- -Wl,-rpath,/opt/blackdown-jdk-1.3.1/jre/lib/i386/server 
- -L/opt/blackdown-jdk-1.3.1/jre/lib/i386/server 
- -Wl,-rpath,/opt/blackdown-jdk-1.3.1/jre/lib/i386/native_threads 
- -L/opt/blackdown-jdk-1.3.1/jre/lib/i386/native_threads 
- -Wl,-rpath,/opt/blackdown-jdk-1.3.1/jre/lib/i386 
- -L/opt/blackdown-jdk-1.3.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib 
- -L/usr/qt/3/lib) works... no
configure: error: installation or configuration problem: C++ compiler cannot 
create executables.

!!! ERROR: dev-php/mod_php-4.3.1 failed.
!!! Function src_compile, Line 221, Exitcode 1
!!! bad ./configure

[ ... ]

I did a little googling, found some other identical errors compiling mysql 
amongst other things, some sites suggested changing the ' CXX ' environment 
variable to ' gcc -O3 ', which gave the exact same error as above except the 
first line read:

[ ... ]

checking whether the C++ compiler (gcc -O3 -march=i586

[ ... ]

Other sites recommended creating a hello world script and compiling it using 
g++, which resulted in no errors, while other sites recommended looking at 
the ' config.log ' file for a more exact error ... looking in 
'/tmp/portage/mod_php-4.3.1/work/php-4.3.1' I cant see such a file :o/

A quick search on the forums and around bugs.gentoo doesnt show much/any known 
problems.

Could anyone suggest a solution to this [no doubt permission-related] problem?  
Thx in advance.


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

iD8DBQE+1hLezrmqzOOQUj8RAqXOAKCwZgSRxg/dVMYsXuqvrY62mZ7WSACeNMop
MW2JHERkYmc3qVWeWa8g9eg=
=5Slt
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] g++ compiling error's

2003-05-30 Thread Mark Fisher
On Thursday 29 May 2003 3:23 pm, Andrew Kirilenko wrote:
 Hello!

 On 15:02 Thu 29 May, Mark Fisher wrote:
 
  checking whether the C++ compiler (g++ -march=i586
  - -Wl,-rpath,/opt/blackdown-jdk-1.3.1/jre/lib/i386/classic
  - -L/opt/blackdown-jdk-1.3.1/jre/lib/i386/classic
  - -Wl,-rpath,/opt/blackdown-jdk-1.3.1/jre/lib/i386/server
  - -L/opt/blackdown-jdk-1.3.1/jre/lib/i386/server
  - -Wl,-rpath,/opt/blackdown-jdk-1.3.1/jre/lib/i386/native_threads
  - -L/opt/blackdown-jdk-1.3.1/jre/lib/i386/native_threads
  - -Wl,-rpath,/opt/blackdown-jdk-1.3.1/jre/lib/i386
  - -L/opt/blackdown-jdk-1.3.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib
  - -L/usr/qt/3/lib) works... no
  configure: error: installation or configuration problem: C++ compiler
  cannot create executables.
 
  !!! ERROR: dev-php/mod_php-4.3.1 failed.
  !!! Function src_compile, Line 221, Exitcode 1
  !!! bad ./configure

 USE=-java emerge mod_php
 this should help.

Thanking you mucho ... its certainly happiy going further than before :)

 We need to create FAQ!!!

Of course ... FAQ's are always good :)

-- 
Mark

--
[EMAIL PROTECTED] mailing list