Re: buildworld failure on VIA C3 Nehemiah

2007-12-29 Thread Warren Head
2007/12/29, Eric Osterweil [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Should I be using a different arch? Do I need a flag in the make.conf (I just have -pipe and -O2)? I don't know, but this is what I read on a Gentoo wiki page: (related to bugs in a Gentoo

Re: X/gnome through ssh, clashes with local gnome?

2007-05-01 Thread Warren Head
2007/5/1, Lowell Gilbert [EMAIL PROTECTED]: Why are you trying to start a window manager on the remote machine? You only need (or can have) one per session, and in this case (as in most cases), I would expect it to be on the machine that is running the X server (which seems to be your Ubuntu

Re: X/gnome through ssh, clashes with local gnome?

2007-04-30 Thread Warren Head
2007/4/30, WarrenHead [EMAIL PROTECTED]: Hi list, I want to connect X from my Ubuntu machine to my local FreeBSD machine, through ssh. Sofar ssh and X are working, but Gnome/GDM/Metacity seem to have issues. I really wonder whether this has something to do with the fact that on Ubuntu I also

Re: X/gnome through ssh, clashes with local gnome?

2007-04-30 Thread Warren Head
2007/4/30, Warren Head [EMAIL PROTECTED]: 2007/4/30, WarrenHead [EMAIL PROTECTED]: Hi list, I want to connect X from my Ubuntu machine to my local FreeBSD machine, through ssh. Sofar ssh and X are working, but Gnome/GDM/Metacity seem to have issues. I really wonder whether this has

Re: remote x forwarding through ssh

2007-04-27 Thread Warren Head
2007/4/26, Lowell Gilbert [EMAIL PROTECTED]: WarrenHead [EMAIL PROTECTED] writes: Hi list, I'm trying to use ssh to forward X from a local FreeBSD server to my ubuntu machine. I'm unable to get X forwarded. (ssh is working) I set these options: ubuntu: /etc/ssh/ssh_config Host *

nfs mount rw

2007-01-24 Thread Warren Head
Hi, I am trying to get write access on a nfs share. As far as I can tell by reading around, this should be the syntax in the exports file: /maptosharemachinetoshareto(rw) When I -HUP mountd though, it tells me that the line in the exports file is wrong. So I change it into this:

compiling postgresql with tsearch2

2007-01-24 Thread Warren Head
Hi, I am looking for a postgresql installation with the tsearch2 module. I require the tsearch2 module for mediawiki. When I install the mediawiki, it tells me my postgresql server does not have the tsearch2 module loaded. I installed postgresql 8.1-server from the ports. The tsearch2 code is

autostart apache

2007-01-24 Thread Warren Head
Hi, I would like Apache2 to start automatically when FreeBSD is done booting. I thought that would happen because I placed this inside /etc/rc.conf apache_enable=YES But that doesn't seem to be the case. It doesn't start automatically, I have to start it manually with: apachectl start Is