[gentoo-user] Xlib: extension XFree86-DRI missing on display :0.0.

2003-10-06 Thread Joshua Moore-Oliva
*note* if you have seen this on the forums, I haven't gotten any replies in 24 hours so hence the repost. I have been scouring the forums for months trying to get xfree-drm working on a dual monitor setup (dual head ATI 7500). I have got the single monitor drm working, but I am still wrestling

[gentoo-user] Segmentation faults in sigsuspend via pthread_mutex_lock

2003-07-11 Thread Joshua Moore-Oliva
I am beating my head against a wall with this one... I am using gcc 3.2.2 and glibc 2.3.1 For some reason I get random segfaults, about one a day on a daemon I made.. Here is an example of the backtrace of the coredump. ANY ideas at all would be very appreicated. I have also read about

Re: [gentoo-user] Portage and User again.

2003-06-02 Thread Joshua Moore-Oliva
Same happenned to me until I rebooted. Josh On June 2, 2003 12:14 am, David wrote: I think this has been brought up, but the User is in Portage group. Still works, but messages is annoying. Everytime user tries to search or see if package installed with -s get: *** You are not in the

Re: [gentoo-user] php sprintf troubles on a pentium4

2003-03-29 Thread Joshua Moore-Oliva
Fixed the problem.. there is a floating point problem with march=pentium4 instead of -march=pentium4 used -mcpu=pentium4 Submitted bug to gentoo to prevent builds on php going through with march=pentium4 Josh. On March 28, 2003 11:51 am, Joshua Moore-Oliva wrote: This seems to be a gentoo

[gentoo-user] Using ssmtp

2003-03-18 Thread Joshua Moore-Oliva
I am attempting unsuccessfully to use ssmtp to send an email... I am attempting to do this from php, but I dropped to command line to help clarify the problem. chatgris root # ssmtp [EMAIL PROTECTED] Subject: Hi From: [EMAIL PROTECTED] ssmtp: Cannot open mail:25 running nmap on localhost

Re: [gentoo-user] Using ssmtp

2003-03-18 Thread Joshua Moore-Oliva
I have emerged ssmtp, but there is no file by that name in the init.d directory. Josh. On March 18, 2003 08:02 pm, Alec Berryman wrote: On Tue, 2003-03-18 at 18:42, Joshua Moore-Oliva wrote: Starting nmap V. 3.00 ( www.insecure.org/nmap/ ) Interesting ports on localhost (127.0.0.1

Re: [gentoo-user] Opinion Poll: KDE Vs Gnome

2003-03-05 Thread Joshua Moore-Oliva
On March 5, 2003 12:07 am, Raghuram Rajagopal wrote: Hi All, Which desktop (KDE/Gnome) suits the best based on 1. Performance Gnome very slightly beats out KDE here.. but it's only really in loading speed. 2. Efficiency Isn't

Re: [gentoo-user] Valid CFLAG?

2003-02-28 Thread Joshua Moore-Oliva
http://www.freehackers.org/gentoo/gccflags/ shoudl tell you all you need to know :) On February 28, 2003 09:56 am, Stephen Boulet wrote: Is this a valid CFLAG for pentium 3? CFLAGS=-march=pentium3 -mcpu=pentium3 -O3 -pipe ___ Stephen -- [EMAIL PROTECTED] mailing list --

Re: [gentoo-user] VMWare / Win4Lin

2003-02-28 Thread Joshua Moore-Oliva
Anyone know if win4lin will run 2d games like starcraft or civ CTP2? sc won't connect to battle.net for me in winex, and I haven't even tried CTP2... Those are the only things that force me to turn off linux every now and then =(. Josh. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Suggestion to portage

2003-02-21 Thread Joshua Moore-Oliva
I believe this functionality already exists.. a -f option seems for some reason stuck in my mind. I've never usedit, but I've heard it mentioned int he forums try searching there. Josh. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Apache, PHP and HTTPS issue

2003-02-13 Thread Joshua Moore-Oliva
Have you tried ?php phpinfo();? On February 13, 2003 04:17 pm, Balaji Srinivasan wrote: Hi Everyone i have installed apache, mod_ssl and php. I have set APACHE_OPTS in /etc/conf.d/apache to include -D SSL and -D PHP4 Now when i run apache i cannot do a https to that box. Why is that? Also