Re: php failing to produce phpinfo()

2007-09-30 Thread eoghan

bob wrote:
My business has been using PHP for years.  Mysql outputs to my browser, 
where I can print invoices, bills and any business statitic.


Suddenly, my browser started acting funny.  I don't know how to use the 
repair disk to fix a problem, so I reinstalled FreeBSD-6.1.  It still 
works the same except I can't get phpinfo() to display in the browser.  
I can do php -i, which displays several pages of PHP code.  That means 
PHP is working.  I don't use CGI or PHP scripts.  If phpinfo() doesn't 
show up in my browser, I can't do anything.


The following is in /usr/local/etc/apache/httpd.conf:

LoadModule php5_module
AddModule mod_php5.c
DirectoryIndex index.php index.html
DirectoryIndex index.html
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

The httpd.error.log doesn't show any problems.  Thre are 35 modules in 
/usr/local/libexec/apache including libphp5.so and httpd.exp.  Php.ini 
is installed at /usr/local/lib


This time I installed mysql-5.1, apache-1.3 and PHP-5.1.  I used 
"pkg_add -r" to install apache and mysql.  Apache and mysql work 
excellent.  I installed PHP from www.php.net. Both PHP4 and PHP5 would 
fail to load the phpinfo() file. I installed PHP-5.1 from the ports 
directory.  Same problem.   I ordered FreeBSD-6.1, before it was 
available.  The FreeBSD Mall had it, but wasn't promoting it yet.



About 2 years ago when I first installed FreeBSD-6.1, I installed 
mysql-4.0, PHP-4 and apache-1.3 on FreeBSD-6.1.  I used "pkg_add -r" to 
install apache and mysql and I downloaded PHP-4 from www.php.net.  
Everything worked, including PHP.  Two years ago, www.php.net was 
supplying any version of PHP including older versions of PHP-4.  I 
installed  older versions because they worked.

Now www.php.net only supplies the latest version.

thanks for any help,
bob


Hi
Not sure but whats your php info page look like? Think short tags are 
either off or on by default... do you have  ?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache problem

2007-03-06 Thread eoghan

On 3/6/07, Mike Galvez <[EMAIL PROTECTED]> wrote:


> >> > > -Original Message-
> >> > > From: [EMAIL PROTECTED]
> >> > > [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
> >> > > Sent: Tuesday, March 06, 2007 5:50 AM
> >> > > To: freebsd
> >> > > Subject: apache problem
> >> > >
> >> > > Hi
> >> > > I am running apache 2.2.4 on FreeBSD 6.1. This is a recent
> >> > > upgrade from ports (in the past few days or so). Since then I
> >> > > cant browse to localhost. Just get an unable to connect
> >> > > message. The server seems to start with:
> >> > > $sudo apachectl start
> >> > > If I try it again I see its already running.
> >> > > My error log shows:
> >> > > [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
> >> > > mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
> >> > > configured -- resuming normal operations
> >> > > [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
> >> > >
> >> > > I have tried the apache list but no real answers, and apache
> >> > > was working fine for me before I upgraded. Has anyone else
> >> > > noticed this since an upgrade to the 2.2.4 version from ports?
> >> > >
> >> > > Thanks
> >> > > Eoghan
> >> >
> >> > I had the same problem. Here is how I fixed it:
> >> > #apachectl stop
> >> > # cd /usr/ports/www/apache22
> >> > #make clean
> >> > # make deinstall
> >> > # rm ./*
> >> > Then do a cvsup ports all
> >> > now once more
> >> > #cd /usr/ports/www/apache22
> >> > # make (it will use your stored config)
> >> > #make install
> >> > #make clean
> >> > #apachectl start
> >>
> >> Hi
> >> Gret, thanks for that, I will give this a go.
> >> Regards
> >> Eoghan
> >>
> >all the best
> >please let me know if it works 4U
> >-- I have made a posting on [EMAIL PROTECTED] -- so the maintainer knows
> >aboutthe problem. If this also works for you it should not be too
> >difficult for someone to fix the port.
> >David
>
> Hi
> I have tried this and i still cant get it working. Also tried syntax
> check and its checks out OK, as someone else suggested to do... any
> further suggestions?
> Thanks
> Eoghan
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi,

I was rebuilding one of my servers yesterday. I was having trouble getting ldap
support to build, but I was also seeing the same issue you describe. The
configtest reported no errors and Apache appeared to start and I could see it in
the process list, but could not contact the server. Out of frustration i bounced
the box and when it came back up Apache started as expected (minus ldap of
course).


--
Michael Galvez http://www.people.virginia.edu/~mrg8n
Information Technology Specialist University of Virginia


Hi
By bounced the box, do  you mean restarted it?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache problem

2007-03-06 Thread eoghan

On 3/6/07, Vizion <[EMAIL PROTECTED]> wrote:



> -Original Message-
> From: eoghan [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 06, 2007 8:28 AM
> To: Vizion
> Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
> Subject: Re: apache problem
>
> On Tue, 6 Mar 2007 8:25:09 -0800
> Vizion <[EMAIL PROTECTED]> wrote:
>
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
> > > Sent: Tuesday, March 06, 2007 5:50 AM
> > > To: freebsd
> > > Subject: apache problem
> > >
> > > Hi
> > > I am running apache 2.2.4 on FreeBSD 6.1. This is a recent
> > > upgrade from ports (in the past few days or so). Since then I
> > > cant browse to localhost. Just get an unable to connect
> > > message. The server seems to start with:
> > > $sudo apachectl start
> > > If I try it again I see its already running.
> > > My error log shows:
> > > [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
> > > mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
> > > configured -- resuming normal operations
> > > [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
> > >
> > > I have tried the apache list but no real answers, and apache
> > > was working fine for me before I upgraded. Has anyone else
> > > noticed this since an upgrade to the 2.2.4 version from ports?
> > >
> > > Thanks
> > > Eoghan
> >
> > I had the same problem. Here is how I fixed it:
> > #apachectl stop
> > # cd /usr/ports/www/apache22
> > #make clean
> > # make deinstall
> > # rm ./*
> > Then do a cvsup ports all
> > now once more
> > #cd /usr/ports/www/apache22
> > # make (it will use your stored config)
> > #make install
> > #make clean
> > #apachectl start
>
> Hi
> Gret, thanks for that, I will give this a go.
> Regards
> Eoghan
>
all the best
please let me know if it works 4U
-- I have made a posting on [EMAIL PROTECTED] -- so the maintainer knows 
aboutthe problem. If this also works for you it should not be too difficult for 
someone to fix the port.
David


Hi
I have tried this and i still cant get it working. Also tried syntax
check and its checks out OK, as someone else suggested to do... any
further suggestions?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache problem

2007-03-06 Thread eoghan
On Tue, 6 Mar 2007 8:25:09 -0800
Vizion <[EMAIL PROTECTED]> wrote:

> > -Original Message-
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
> > Sent: Tuesday, March 06, 2007 5:50 AM
> > To: freebsd
> > Subject: apache problem
> > 
> > Hi
> > I am running apache 2.2.4 on FreeBSD 6.1. This is a recent 
> > upgrade from ports (in the past few days or so). Since then I 
> > cant browse to localhost. Just get an unable to connect 
> > message. The server seems to start with:
> > $sudo apachectl start
> > If I try it again I see its already running.
> > My error log shows:
> > [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
> > mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
> > configured -- resuming normal operations
> > [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
> > 
> > I have tried the apache list but no real answers, and apache 
> > was working fine for me before I upgraded. Has anyone else 
> > noticed this since an upgrade to the 2.2.4 version from ports?
> > 
> > Thanks
> > Eoghan
> 
> I had the same problem. Here is how I fixed it:
> #apachectl stop
> # cd /usr/ports/www/apache22
> #make clean
> # make deinstall
> # rm ./*
> Then do a cvsup ports all
> now once more
> #cd /usr/ports/www/apache22
> # make (it will use your stored config)
> #make install
> #make clean
> #apachectl start

Hi
Gret, thanks for that, I will give this a go.
Regards
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


apache problem

2007-03-06 Thread eoghan
Hi
I am running apache 2.2.4 on FreeBSD 6.1. This is a recent upgrade from ports 
(in the past few days or so). Since then I cant browse to localhost. Just get 
an unable to connect message. The server seems to start with:
$sudo apachectl start
If I try it again I see its already running.
My error log shows:
[Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
configured -- resuming normal operations
[Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down

I have tried the apache list but no real answers, and apache was working fine 
for me before I upgraded. Has anyone else noticed this since an upgrade to the 
2.2.4 version from ports?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


krusader gnome?

2007-02-10 Thread eoghan

Hi
Is there anything like krusader for gnome? I know I can install it on  
gnome, but I think it will install lots of kde dependancies that I  
dont need.

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: One hurdle left to switch

2007-02-06 Thread eoghan

On 6 Feb 2007, at 16:04, Paul Schmehl wrote:

I'm chafing at the bit to get rid of Windows at home and move to  
FreeBSD. I've even got my wife convinced that she wouldn't have any  
more problems with KDE than she presently has with Windows.   
(Reality is she'd have less!)


There's just one problem.  I can use gnucash to do my finances, but  
what do I use to do my taxes?  Without that, I'm stuck on Windows  
('cause I'm damn sure not going to do my taxes by
hand!)  I'd be willing to pay for a tax program that runs on  
FreeBSD.  Is there one?


i dont do my taxes, or dont know if this american one is of any use,  
but:

http://opentaxsolver.sourceforge.net/
its in the ports:
/usr/ports/finance/opentaxsolver/
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Best Blog Ap in the Ports?

2007-01-26 Thread eoghan

On 26 Jan 2007, at 17:41, [EMAIL PROTECTED] wrote:

What is the best blog ap in the ports tree?  I was thinking of  
starting a

blog on my server for my Chemistry Students.


There is wordpress:
/usr/ports/www/wordpress/
homepage: http://wordpress.org/
dont use it but its a nice app.
Regards
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: rc.conf

2007-01-23 Thread eoghan

On 23 Jan 2007, at 18:26, Jerry McAllister wrote:




Hi
Just a general question:
should all values in rc.conf be in quotes... like:
network_enable="rl0"


It is a good idea.  I think, if there is no white space in the value,
then you can get away without it, but maybe I have my shells confused
in my mind.   Anyway, using the quotes will always be OK.


ok thanks to all who replied.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


rc.conf

2007-01-23 Thread eoghan

Hi
Just a general question:
should all values in rc.conf be in quotes... like:
network_enable="rl0"
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


freebsd-update

2007-01-21 Thread eoghan

Hi
I am trying to run the freebsd-update, so as root I do:
/usr/local/sbin/freebsd-update fetch
And I get:
Fetching public key...
fetch: http://update.daemonology.net/amd64/6.1/pub.key: Not Found
Error fetching updates
My conf looks like:
#  Configuration file for freebsd-update-client
#

#  Specifies the base URL from which updates will be fetched
URL=http://update.daemonology.net/

#  Specifies a trusted public key fingerprint
KEYPRINT=f212b8797f3b2f981a772cdbacccfed9

Any ideas why this is not working?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: java plugin for firefox

2007-01-10 Thread eoghan

On 10 Jan 2007, at 23:09, Peter Giessel wrote:

On Wednesday, January 10, 2007, at 02:04PM, "eoghan"  
<[EMAIL PROTECTED]> wrote:

On 10 Jan 2007, at 22:26, Vince Hoffman wrote:


eoghan wrote:

Hi
Does anyone have a guide or advice for getting java plugin working
for firefox? Im running 6.1 on amd.


out of curiosity, did you install diablo-jdk before or after  
installing Firefox?


I had trouble getting java working when I installed diablo after  
the fox.

Reinstalling firefox (make deinstall clean install) and all was once
again good.  I think the firefox installer detects that java is not  
installed

and disables it if you don't install java first.


yeah installed java after... thanks ill give that a go and see what  
happens...

Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: java plugin for firefox

2007-01-10 Thread eoghan

On 10 Jan 2007, at 22:35, Garrett Cooper wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

eoghan wrote:

Hi
Does anyone have a guide or advice for getting java plugin working  
for

firefox? Im running 6.1 on amd.
I have installed:
diablo-jdk-5.0
diablo-jre1.5.0
linux-blackdown-jre1.1.8
linux-sun-jdk1.4.2
when i try to access a java app from firefox im always presented with
the plugin missing page...
I had it working on i386 before with just the installation of  
java... Im

not sure what i have to do next...
Thanks
Eoghan


Not sure why you're encountering the issue with Java and FF because it
works perfectly fine for me. Do you have the linuxplugin-wrapper port
installed by chance? Also, are the following files present in the
following locations:

[EMAIL PROTECTED] /usr/local]$ for i in `find . -name
libjavaplugin_oji.so`; do ls -l $i; done
lrwxr-xr-x  1 root  wheel  67 Dec 19 20:32
./lib/browser_plugins/libjavaplugin_oji.so ->
/usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
- -rwxr-xr-x  1 root  wheel  143280 Jun 13  2006
./diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so

- -Garrett


Hi
Output is:
$ for i in `find . -name libjavaplugin_oji.so`;do ls -l $i;done
lrwxr-xr-x  1 root  wheel  67 Jan 10 22:41 ./libjavaplugin_oji.so -> / 
usr/local/diablo-jre1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so

I dont have that plugin installed...
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: java plugin for firefox

2007-01-10 Thread eoghan

On 10 Jan 2007, at 22:26, Vince Hoffman wrote:


eoghan wrote:

Hi
Does anyone have a guide or advice for getting java plugin working  
for firefox? Im running 6.1 on amd.

I have installed:
diablo-jdk-5.0
diablo-jre1.5.0
linux-blackdown-jre1.1.8
linux-sun-jdk1.4.2
when i try to access a java app from firefox im always presented  
with the plugin missing page...
I had it working on i386 before with just the installation of  
java... Im not sure what i have to do next...
sounds like you may not have the correct files/links in your plugin  
directory.

whats the output of
ls -l /usr/local/lib/browser_plugins

and

ls -l /usr/X11R6/lib/browser_plugins/

if /usr/local/lib/browser_plugins doesnt have a symlink like
libjavaplugin_oji.so@ -> /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ 
ns7/libjavaplugin_oji.so

then try
cd /usr/local/lib/browser_plugins && ln -s /usr/local/diablo- 
jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.solibjavaplugin_oji.so


and restart firefox and look at
about:plugins


Hi
I have tried this (neither output shows the java plugin).
When i go to the actual folder it has jre and libjavaplugin_oji.so in  
there but with a red x beside them (Im using gnome)...
I also cannot browse to the folder... i dont see a plugin folder  
under jdk1.5.0

Any ideas?
Thanks for your help
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


java plugin for firefox

2007-01-10 Thread eoghan

Hi
Does anyone have a guide or advice for getting java plugin working  
for firefox? Im running 6.1 on amd.

I have installed:
diablo-jdk-5.0
diablo-jre1.5.0
linux-blackdown-jre1.1.8
linux-sun-jdk1.4.2
when i try to access a java app from firefox im always presented with  
the plugin missing page...
I had it working on i386 before with just the installation of java...  
Im not sure what i have to do next...

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gnustep-back

2007-01-04 Thread eoghan

Hi
Im installing /usr/ports/mail/gnumail but cant fetch gnustep-back
anyone know where i can manually get this?
Attempted to fetch from 5 different locations during the install with  
no luck.

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ruby-gnomecanvas2

2006-12-17 Thread eoghan

Hi
Im getting the following error when trying to install ruby- 
gnomecanvas2...


===>  Vulnerability check disabled, database not found
===>  Extracting for ruby18-gnomecanvas2-0.15.0.20061130
=> MD5 Checksum mismatch for ruby/ruby-gnome2-all-0.15.0.tar.gz.
=> SHA256 Checksum mismatch for ruby/ruby-gnome2-all-0.15.0.tar.gz.
===>  Refetch for 1 more times files: ruby/ruby-gnome2- 
all-0.15.0.tar.gz ruby/ruby-gnome2-all-0.15.0.tar.gz

===>  Vulnerability check disabled, database not found
=> ruby-gnome2-all-0.15.0.tar.gz doesn't seem to exist in /usr/ports/ 
distfiles/ruby.

=> Attempting to fetch from http://mbsd.msk.ru/dist/.
fetch: ruby-gnome2-all-0.15.0.tar.gz: local modification time does  
not match remote
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ 
distfiles/ruby/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ruby/ruby- 
gnome2-all-0.15.0.tar.gz: size mismatch: expected 1317766, actual  
1273856

=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ruby and try again.
*** Error code 1

Stop in /usr/ports/graphics/ruby-gnomecanvas2.
*** Error code 1

Stop in /usr/ports/graphics/ruby-gnomecanvas2.
*** Error code 1

Stop in /usr/ports/graphics/ruby-gnomecanvas2.

Is there somewhere i can fetch this from?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dbus_enable

2006-12-12 Thread eoghan

On 12 Dec 2006, at 22:12, Randy Pratt wrote:


eoghan <[EMAIL PROTECTED]> wrote:


On 12 Dec 2006, at 20:57, Garrett Cooper wrote:


eoghan wrote:

Hi
Im seeing some dbus_enable warnings when booting... saying its not
set properly in rc.conf
I dont see these warnings in dmesg though. I assume its coming
from my option:
gnome_enable="YES"

here is the full contents of my /etc/rc.conf

# -- sysinstall generated deltas -- # Wed Jul 19 20:56:08 2006
# Created: Wed Jul 19 20:56:08 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/ 
rc.conf.

# This file now contains just the overrides from /etc/defaults/
rc.conf.
hostname="nathaniel"
ifconfig_rl0="DHCP"
ipv6_enable="YES"
keymap="us.iso"
moused_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
mysql_enable="YES"
webmin_enable="YES"
gdm_enable="YES"
ntpd_enable="YES"
gnome_enable="YES"

Should I have gdm_enable and gnome_enable, or one or the other...
could that be causing the dbus_enable problem?

Thanks
Eoghan

Could you provide the errors you receive in a reply email please?
Thanks,
-Garrett


Hi Garrett
They appear at the very end of booting, just before I get the gnome
login...
I got this from the system log:
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $dbus_enable is not
set properly - see rc.conf(5).
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $dbus_enable is not
set properly - see rc.conf(5).
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $polkitd_enable is
not set properly - see rc.conf(5).


You might find this recent thread useful:

  http://lists.freebsd.org/pipermail/freebsd-gnome/2006-October/ 
015587.html


Randy


Thanks
I have added dbus_enable to my rc.conf and I am not getting that  
warning anymore

Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dbus_enable

2006-12-12 Thread eoghan

On 12 Dec 2006, at 21:34, Garrett Cooper wrote:


eoghan wrote:

On 12 Dec 2006, at 20:57, Garrett Cooper wrote:


eoghan wrote:

Hi
Im seeing some dbus_enable warnings when booting... saying its  
not set properly in rc.conf
I dont see these warnings in dmesg though. I assume its coming  
from my option:

gnome_enable="YES"

here is the full contents of my /etc/rc.conf

# -- sysinstall generated deltas -- # Wed Jul 19 20:56:08 2006
# Created: Wed Jul 19 20:56:08 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/ 
rc.conf.
# This file now contains just the overrides from /etc/defaults/ 
rc.conf.

hostname="nathaniel"
ifconfig_rl0="DHCP"
ipv6_enable="YES"
keymap="us.iso"
moused_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
mysql_enable="YES"
webmin_enable="YES"
gdm_enable="YES"
ntpd_enable="YES"
gnome_enable="YES"

Should I have gdm_enable and gnome_enable, or one or the  
other... could that be causing the dbus_enable problem?


Thanks
Eoghan

Could you provide the errors you receive in a reply email please?
Thanks,
-Garrett


Hi Garrett
They appear at the very end of booting, just before I get the  
gnome login...

I got this from the system log:
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $dbus_enable is  
not set properly - see rc.conf(5).
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $dbus_enable is  
not set properly - see rc.conf(5).
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $polkitd_enable  
is not set properly - see rc.conf(5).

Thanks
Eoghan

Eoghan,
   Interesting. I thought there was a default for dbus_enable in / 
etc/defaults/rc.conf. Try putting in dbus_enable=yes in /etc/ 
rc.conf; it's useful for automatically detecting hardware in gnome  
and interprocess communication in many different programs. Not sure  
what you want to do about polkitd_enable though.. It looks like you  
might need to enable that for dbus (based on this mailing-list  
thread and the references to dbus in the C source code): lists.freedesktop.org/archives/hal-commit/2006-April/002376.html>.

-Garrett


Hi Garrett
Thanks, will try that. I believe that the gnome_enable starts all  
these processes, though I could be wrong... and I didnt get these  
messages till I added gnome_enable.

Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dbus_enable

2006-12-12 Thread eoghan

On 12 Dec 2006, at 20:57, Garrett Cooper wrote:


eoghan wrote:

Hi
Im seeing some dbus_enable warnings when booting... saying its not  
set properly in rc.conf
I dont see these warnings in dmesg though. I assume its coming  
from my option:

gnome_enable="YES"

here is the full contents of my /etc/rc.conf

# -- sysinstall generated deltas -- # Wed Jul 19 20:56:08 2006
# Created: Wed Jul 19 20:56:08 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/ 
rc.conf.

hostname="nathaniel"
ifconfig_rl0="DHCP"
ipv6_enable="YES"
keymap="us.iso"
moused_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
mysql_enable="YES"
webmin_enable="YES"
gdm_enable="YES"
ntpd_enable="YES"
gnome_enable="YES"

Should I have gdm_enable and gnome_enable, or one or the other...  
could that be causing the dbus_enable problem?


Thanks
Eoghan

Could you provide the errors you receive in a reply email please?
Thanks,
-Garrett


Hi Garrett
They appear at the very end of booting, just before I get the gnome  
login...

I got this from the system log:
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $dbus_enable is not  
set properly - see rc.conf(5).
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $dbus_enable is not  
set properly - see rc.conf(5).
Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $polkitd_enable is  
not set properly - see rc.conf(5).

Thanks
Eoghan



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dbus_enable

2006-12-12 Thread eoghan

Hi
Im seeing some dbus_enable warnings when booting... saying its not  
set properly in rc.conf
I dont see these warnings in dmesg though. I assume its coming from  
my option:

gnome_enable="YES"

here is the full contents of my /etc/rc.conf

# -- sysinstall generated deltas -- # Wed Jul 19 20:56:08 2006
# Created: Wed Jul 19 20:56:08 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="nathaniel"
ifconfig_rl0="DHCP"
ipv6_enable="YES"
keymap="us.iso"
moused_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
mysql_enable="YES"
webmin_enable="YES"
gdm_enable="YES"
ntpd_enable="YES"
gnome_enable="YES"

Should I have gdm_enable and gnome_enable, or one or the other...  
could that be causing the dbus_enable problem?


Thanks
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dvd extractor

2006-11-19 Thread eoghan

Hi
Im looking to extract some of my dvd's, not convert to mpeg4 or  
anything...
simply extract the video_ts and audio_ts... Is there any application  
in the ports tree that can do this for me?

I tried dvdrip but it stopped with an error installing mplayer...
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gnome login problem

2006-11-10 Thread eoghan

Hi
Ive just run a portupgrade trying to get some troublesome ports up to  
date. I noticed after it finished some things werent working anymore  
like gedit, open office...
I copied the output of my portupgrade report but had to reboot and  
lost it!

Now when i try login i get this message:
Your session only lasted less than 10 seconds. If you have not logged  
out yourself, this could mean that there is some installation problem
or that you may be out of diskspace. Try loggin in with one of the  
failsafe sessions to see if you can fix this problem.

Im using gnome 2.16.1 and FreeBSD-6.1
I know i do not have many details but maybe someone can help?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup

2006-10-25 Thread eoghan


On 25 Oct 2006, at 14:03, Gábor Kövesdán wrote:


eoghan wrote:

Hi
Trying to cvsup my ports and server is saying:
Rejected by server: Access limit exceeded, try again later
So im using cvsup.FreeBSD.org
but have tried cvsup1.FreeBSD.org, cvsup2.FreeBSD.org and  
cvsup3.FreeBSD.org

and get the same message... is there something wrong?
Thanks
Eoghan

Hello,

try cvsup..freebsd.org. E.g. cvsup.de.freebsd.org for  
Germany, cvsup.hu.freebsd.org, etc.


Hi
Thanks, that works for me... but the others used to work all the  
time... anyway updating now...

Thanks again
Eoghan___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvsup

2006-10-25 Thread eoghan

Hi
Trying to cvsup my ports and server is saying:
Rejected by server: Access limit exceeded, try again later
So im using cvsup.FreeBSD.org
but have tried cvsup1.FreeBSD.org, cvsup2.FreeBSD.org and  
cvsup3.FreeBSD.org

and get the same message... is there something wrong?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


hald service

2006-10-18 Thread eoghan

Hi
Can I enable hald in my rc.conf. I am trying to start it in console,  
get no error message but I still cant load the
"Removable Drives and Media" option from my System Prefs menu. Say  
hald service is required but not started

Using Gnome 2.16, FreeBSD 6.1
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Is 6.2(beta) running ok? 6.2 realease date ok?

2006-10-11 Thread eoghan

On 11 Oct 2006, at 21:28, Bill-Schoolcraft wrote:


Hello Family,

Just wanting to check on how the latest beta of 6.2 is running and
if anyone knows of any major delays in the release of 6.2.


--
Bill Schoolcraft <*> Unix System Engineer


not sure about delays and such but the release schedule is here:
http://www.freebsd.org/releases/6.2R/schedule.html
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: amd ports

2006-09-20 Thread eoghan

On 20 Sep 2006, at 17:51, Chuck Swiger wrote:


On Sep 20, 2006, at 4:19 AM, eoghan wrote:
Just a general question about the ports for freebsd. I am now  
running 6.1 on amd64. Got most of what I need, but noticed that  
some ports are only i386 - like the flock browser and skype.  
Obviously I can live without these but was just wondering if there  
is a place I could check to see whether these would be available  
for amd in the future?


Certainly.  The best place would be with the port maintainer, if  
any is listed, and with the project-specific mailing list,  
webforum, original developer(s), or whatever.  The latter may be  
more helpful, as not all port maintainers may have access to AMD64/ 
EM64T hardware.


Ok thanks for the info everyone.
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


amd ports

2006-09-20 Thread eoghan

Hi
Just a general question about the ports for freebsd. I am now running 
6.1 on amd64. Got most of what I need, but noticed that some ports are 
only i386 - like the flock browser and skype. Obviously I can live 
without these but was just wondering if there is a place I could check 
to see whether these would be available for amd in the future?
Also, in relation to the flash questions recently on the list: I 
installed the linux-flock port (on amd) and it works great. I installed 
flash through the broswer itself (when you go to a site that requires 
flash and prompts you to download the additional software). So sites 
like youtube work perfect with that, in case anyone wanted to use this 
instead of firefox (which its based on I believe).

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php5/mysql5

2006-08-30 Thread eoghan

On 30 Aug 2006, at 22:37, fbsd wrote:


Production server is running apache13/php4/mysql4.
Have fresh 6.1 install on workbench PC.
Workbench PC is being used to build apache13/php5/mysql51
environment
for working php web application writing and reading mysql database.

Installed mysql51-server then php5 and made sure make config had
apache support.

When I executed the web application I get
Fatal error: Call to undefined function mysql_pconnect() in
/usr/local/www/mls/signup.php on line 348.

Is there some other port now required to get php to talk to mysql???


Hi
You can install the php5-extensions port...
/usr/ports/lang/php5-extensions
and run a make config to decide on what you need.
Hope that helps
Eoghan


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Client oracle for FreeBSD 5.4!

2006-08-30 Thread eoghan

On 30 Aug 2006, at 21:15, Daniel Bitencourt Cadorin wrote:

I need to connect in a server of data base oracle 9i through the  
FreeBSD.

Exists one client oracle for the FreeBSD? How I can make?
Thank you!

Daniel Bitencourt Cadorin


Hi
Theres some info here you might find useful:
http://tomclegg.net/oracle9i-bsd5
Other info about oracle client here aswell.
Good luck.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sendmail

2006-08-26 Thread eoghan

On 25 Aug 2006, at 19:20, Giorgos Keramidas wrote:

If someone was to re-write a step by step guide for Sendmail on  
FreeBSD,

it would take far more than a single email response.

You should definitely start by reading, at least, the following:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ 
sendmail.html


For available configuration options and the functionality they
implement, you can also look at: /usr/share/sendmail/cf/README

The Sendmail FAQ is also a valuable resource, and it is available  
online

at: http://www.sendmail.org/faq/index.html

In general, what you have as a goal is something that works like this:

  work
+--+  related+--+
|  |  messages   |  |
|   Sendmail   |  >  |  Company's Mail  |
|  | | Gateway  |
|   Running| |  |
| as   | +--+
|   a local|
| MTA  |
|  |  ==.
|  || other  +--+
+--+| messages   |  |
||   Mail Gateway   |
`=>  | of your  |
 | Internet |
 | Provider |
 |  |
 +--+

This is very easy to do in FreeBSD.  You just have to run `make'  
once in

the `/etc/mail' directory.  This will create two files, called:

HOSTNAME.mc
HOSTNAME.submit.mc

where `HOSTNAME' is your local host name.  You can configure Sendmail,
by following the instructions in the Handbook, the help in the README
file of the Sendmail macros, at `/usr/share/sendmail/cf/README', and
making configuration changes to `HOSTNAME.mc'.

You can direct all outgoing email from `localhost' to the mail gateway
of your ISP, by reading the comments in `/etc/mail/HOSTNAME.mc' and
enabling the `SMART_HOST' feature.


Hey thanks a mill Giorgos
Will read up on this.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sendmail

2006-08-25 Thread eoghan

On 25 Aug 2006, at 18:35, Giorgos Keramidas wrote:


On 2006-08-25 16:00, eoghan <[EMAIL PROTECTED]> wrote:

Hello
Im using sylpheed for my mail (its work mail). Having some issues
sending from their smtp server to non-work accounts.

I have sendmail installed but I have never used it before and am
wondering if I can use this through my local machine to send my mail?


Yes, of course :-)

This is what I usually do.


Heh, thanks. I guess youre saying I should have said: how would i go  
about doing this...

Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sendmail

2006-08-25 Thread eoghan

Hello
Im using sylpheed for my mail (its work mail). Having some issues  
sending from their smtp server to non-work accounts.
I have sendmail installed but I have never used it before and am  
wondering if I can use this through my local machine to send my mail?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


scribes

2006-08-25 Thread eoghan

Hi there
I was wondering if anyone had any information on whether this has or  
is being ported to freeBSD

http://scribes.sourceforge.net/
I have looked through the ports and dont see...
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade

2006-08-24 Thread eoghan

On 24 Aug 2006, at 15:06, Ivailo Tanusheff wrote:


Yes, it's OK :)

But may I suggest you to use this, when upgrading ports:

cd /usr/ports
make fetchindex
/usr/local/sbin/portsdb -u
/usr/local/sbin/pkgdb -Fv
/usr/local/sbin/portupgrade -v -i -a -r -c -C


Great, Thanks for that.
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portupgrade

2006-08-24 Thread eoghan

Hi
Im running a portupgrade -a and it seems to have gotten stuck  
dowloading the open office source.

Is it ok to cancel portupgrade and restart it?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New Web Server

2006-08-10 Thread eoghan

On 10 Aug 2006, at 18:33, Jeff Cross wrote:

In your original post you say you installed PHP (php5-extensions).   
Did

you actually install PHP5 or just the extensions?

PHP5 is at /usr/ports/lang/php5 and the extensions are at
/usr/ports/lang/php5-extensions.  I'm not sure if compiling the later
will install the actual PHP5 port or not...

In my tutorial
(http://www.averageadmins.com/2006/04/10/famp-freebsd-apache-mysql- 
and-php)

I installed PHP5 then the extensions and it worked fine.


Yes I found that I had to install /usr/ports/lang/php5 and then the  
php5-extensions port.

Then it worked for me.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


user permissions

2006-07-27 Thread eoghan

Hi
I have a user that I use for doing the odd bit of work on my  
freebsd-6.1-RELEASE machine.

I wanted to set apache to work from:
/home/user/public_html/
instead of the default location. I can create these folders no  
problems but i have to do it as root:

mkdir /home/user/public_html/
How do I ensure my user can copy files from gui (gnome) to this  
folder. Im told I dont have permission to copy to this folder.
Also apache tells me I dont have permission when I change the  
DocumentRoot to point to /home/user/public_html/
Just not sure how to go about giving a user permissions on files/ 
folders I want them to be able to edit. Any pointers?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: jdk15

2006-07-23 Thread eoghan

On 23 Jul 2006, at 17:13, Micah wrote:


eoghan wrote:

Hi again
And thanks for the advice on installing jdk... but can you point  
me in the direction of where to get the installers if I dont go  
about using the port to install.
I had tried jdk14, but its not for amd64. I also read that OOo  
needs jdk14. Is this true?
Having said that I would still like to get jdk15 installed for use  
with some jinit apps.

Thanks
Eoghan


trisha% pwd
/usr/ports/editors/openoffice.org-2.0
trisha% grep JAVA_VERSION Makefile
JAVA_VERSION=   1.4+
(OOo can use 1.4 or 1.5)

A quick google using "freebsd java" would've gotten you http:// 
www.freebsdfoundation.org/downloads/java.shtml for JDK packages


HTH,
Micah


Thanks for that Micah.
Installed amd64 package from that foundation.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


jdk15

2006-07-23 Thread eoghan

Hi again
And thanks for the advice on installing jdk... but can you point me  
in the direction of where to get the installers if I dont go about  
using the port to install.
I had tried jdk14, but its not for amd64. I also read that OOo needs  
jdk14. Is this true?
Having said that I would still like to get jdk15 installed for use  
with some jinit apps.

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: post re jdk port

2006-07-21 Thread eoghan

Donald J. O'Neill wrote:

On Friday 21 July 2006 04:54, eoghan wrote:

Hi
I postd a question about the jdk port but didnt see my message get to
the list. Since Im using a gmail account it may be something to do with
this, but I do remember seeing previous posts I made. Can someone let me
know if it got through and if not I can post the same again.
Thanks
Eoghan.
___


It got through to the list. Have a little more patience, sometimes things 
don't work quite as we want them to.


Don


Sorry
Was just curious. Thanks for the info.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


post re jdk port

2006-07-21 Thread eoghan

Hi
I postd a question about the jdk port but didnt see my message get to 
the list. Since Im using a gmail account it may be something to do with 
this, but I do remember seeing previous posts I made. Can someone let me 
know if it got through and if not I can post the same again.

Thanks
Eoghan.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


jdk port

2006-07-20 Thread eoghan

Hi
While installing openoffice I had to grab jdk15. This is the build  
error:


Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
21 errors
12 warnings
gmake[3]: *** [.compile.classlist] Error 1
gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ 
java/java'

gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk15.
*** Error code 1

Are the suggested zip for jdk the same for amd64? How would I go  
about fixing this problem?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dvd image

2006-07-06 Thread eoghan

Andy Greenwood wrote:

IIRC, there aren't any official dvd images. However, it's not too
difficult to make your own. Check out this site
http://www.pa.msu.edu/~tigner/bsddvd.html


Ok thanks for the link,
Eoghan


On 7/5/06, eoghan <[EMAIL PROTECTED]> wrote:

Hi
I was wondering if there was any dvd images of freebsd releases?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dvd image

2006-07-05 Thread eoghan

Hi
I was wondering if there was any dvd images of freebsd releases?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


user rights

2006-07-01 Thread eoghan

Hi
I want to be able to edit stuff in my /public_html folder as a normal  
user. What permissions (group) do I need to add for this user.

I have www already but the /home/user/public_html/ is still read only.
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: GUI mail client recommendations ...

2006-05-07 Thread eoghan

Frank Steinborn wrote:

eoghan wrote:

Once installed, whats the script called to start claws?


/usr/local/bin/sylpheed-claws (Make sure you typed "rehash in your
shell just after installing)

Hint: See pkg-plist in the directory of the port to find out what
files will be installed, and where.


Thanks
I actually got it from /usr/X11R6/bin/sylpheed-claws
doesnt seem to be in /usr/local/bin/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: GUI mail client recommendations ...

2006-05-07 Thread eoghan

Norberto Meijome wrote:

On Sat, 6 May 2006 20:40:02 -0300 (ADT)
"Marc G. Fournier" <[EMAIL PROTECTED]> wrote:


multiple identities
IMAP
PGP


Hi Marc,
give sylpheed-claws ( mail/sylpheed-claws port) a try - it is very fast and
lean. I used to use thunderbird but I felt it was very heavy compared to
sylpheed. I'm using 6 IMAP identities, 2 POP3 (for mailing lists), as weell as
2 SMTP only (to send via same server as different user).

Try the -claws port , as it supports more features and plugins.

Good luck,
Beto


Once installed, whats the script called to start claws?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: playing a dvd

2006-04-30 Thread eoghan

Fabian Keil wrote:

eoghan <[EMAIL PROTECTED]> wrote:

Im trying to open a dvd and play it. I am trying a number of programs 
but I cannot seem to get it to open my dvd.

I have tried totem, kmplayer and finally mplayer from terminal.
$mplayer dvd://1
gives me:

libdvdread: Could not open device with libdvdcss.
libdvdread: Can't open /dev/acd0 for reading.
Couldn't open DVD device: /dev/acd0

This seems to have happened a few weeks ago, because i have used 
kmplayer (on gnome) before and I had no problems playing dvd's.

Could someone help me out?


Does your user have read permissions for /dev/acd0?

Fabian


Thanks Fabian
How can i check this. Im not using root.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: playing a dvd

2006-04-30 Thread eoghan

dick hoogendijk wrote:

On Sun, 30 Apr 2006 15:09:48 +0100
eoghan <[EMAIL PROTECTED]> wrote:


Hi
Im trying to open a dvd and play it. I am trying a number of programs 
but I cannot seem to get it to open my dvd.


For playing DVD's try ogle. It's very fast, no stuttering audio, etc.

OGLE is just fot DVD playing though. ;-)



Thanks
But I get the same error with ogle; with the addition of:
DVDSetDVDRoot:: Root not set

Any ideas?
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


playing a dvd

2006-04-30 Thread eoghan

Hi
Im trying to open a dvd and play it. I am trying a number of programs 
but I cannot seem to get it to open my dvd.

I have tried totem, kmplayer and finally mplayer from terminal.
$mplayer dvd://1
gives me:

libdvdread: Could not open device with libdvdcss.
libdvdread: Can't open /dev/acd0 for reading.
Couldn't open DVD device: /dev/acd0

This seems to have happened a few weeks ago, because i have used 
kmplayer (on gnome) before and I had no problems playing dvd's.

Could someone help me out?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: postgres

2006-04-26 Thread eoghan

Greg Barniskis wrote:

eoghan wrote:

Hi
I am installing postgres81-server from ports, but it gives me an error.
It requires postgres81-client but I have postgres74-client installed.
I have not installed this port, so is there something that uses this?
I cannot find any pgsql script. Would it be safe to remove 74-client 
and install the latest version?


Short answer: probably safe, yes.

Longer answer: Have a poke at

# pkg_info -R postgres74-client
(or however that client package is actually named)

This will tell you what other port(s) you have installed that presumably 
need/want you to have the 7.4 client installed, and thus what might be 
broken by your forcing an upgrade of it. Then you can decide if it's 
worth the risk, what to test after, what contingency plans and backups 
to make, etc.




Thanks guys:

Required by:
kde-3.5.1
koffice-1.4.2_3,1
php5-extensions-1.0
php5-pgsql-5.1.2_1
postgresql-libpqxx-2.5.5

I wanted to use it with php5, so i guess forcing an uninstall would bork 
my php5 support?
Since the server port installs the pgsql script (i assume???) i should 
probably just go with the older version?

Thanks again
Eoghan


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


postgres

2006-04-26 Thread eoghan

Hi
I am installing postgres81-server from ports, but it gives me an error.
It requires postgres81-client but I have postgres74-client installed.
I have not installed this port, so is there something that uses this?
I cannot find any pgsql script. Would it be safe to remove 74-client and 
install the latest version?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sound on gnome

2006-04-20 Thread eoghan

Hi
I was wondering if there is any tutorial on getting sound working on 
gnome. Ive searched a good bit but not found anything that has helped me...

I have figured that i do not have a /dev/dsp
I had sound working on kde, which I dont use anymore (just personal choice).
Multimedia systems selector give me pipeline errors when i try to test 
OSS or ESD. Im not sure how to configure these either. Perhaps there is 
a write up somewhere I have yet to lay my hands on?

Thanks for any help, as always.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: k3b

2006-04-19 Thread eoghan

Dev Tugnait wrote:

None that can do as much as k3b. But gnomebaker can do the basic job or
nautilus cd burner.


Ok thanks will give that a go.
Eoghan


On Wed, 2006-04-19 at 19:09 +0100, eoghan wrote:

Hi
Does anyone know of an app similar to k3b for gnome. I know i can run it 
from gnome but it keeps crashing on me so id like some for gnome. Had a 
look around gnomefiles but couldnt find anything like it.

Thanks
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


k3b

2006-04-19 Thread eoghan

Hi
Does anyone know of an app similar to k3b for gnome. I know i can run it 
from gnome but it keeps crashing on me so id like some for gnome. Had a 
look around gnomefiles but couldnt find anything like it.

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: x?

2006-04-18 Thread eoghan

albi wrote:

eoghan wrote:


** (gnome-session:1004): WARNING **: Unable to read ICE authority file:
/home/ej/.ICEauthority

waiting for X server yo shut down FreeFontPath: FPE
"/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing

Do i need to remove .ICEauthority too?


yes,

problems with these files seem related to KDE and gnome only,
windowmanagers like icewm and windowmaker don't seem to have these
problems afair


That did it. Thank you very much.
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: x?

2006-04-18 Thread eoghan

albi wrote:

On Tue, 18 Apr 2006 21:03:00 +0100
eoghan <[EMAIL PROTECTED]> wrote:


x just quit itself after about 3 mins (too impatient!)...
the error is:
/usr/X11R6/bin/xinit: Server error.
/usr/X11R6/bin/xauth: error in locking authority
file /home/ej/.Xauthority This was working fine, but just today it
has stopped working. Only thing i have installed since was sudo.
sudo startx works, but loads the root session, i would prefer my
own... Any ideas?


rm -rf ~/.Xauthority

and try starting X again


Thanks tried that but:

vncext: VNC extension running!
vncext: Listening for VNC connection on port 5900
vncext: created VNC server for screen 0
error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPoily

** (gnome-session:1004): WARNING **: Unable to read ICE authority file: 
/home/ej/.ICEauthority


waiting for X server yo shut down FreeFontPath: FPE 
"/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing


Do i need to remove .ICEauthority too?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: x?

2006-04-18 Thread eoghan

eoghan wrote:

Hi
Today I logged in to my freebsd 6.0 box and typed startx as i normally 
do, which starts my gnome session. Now today its stopped working.
It should start gnome, but now all i get it the x cursor on the 
grey/black screen and i dont know how to exit out...
Once I ext out is there a file i can access to get an idea of whats 
going on so maybe i can get some additional help?

startx as root works just fine.


Ok to reply to myself:
x just quit itself after about 3 mins (too impatient!)...
the error is:
/usr/X11R6/bin/xinit: Server error.
/usr/X11R6/bin/xauth: error in locking authority file /home/ej/.Xauthority
This was working fine, but just today it has stopped working. Only thing 
i have installed since was sudo.

sudo startx works, but loads the root session, i would prefer my own...
Any ideas?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


x?

2006-04-18 Thread eoghan

Hi
Today I logged in to my freebsd 6.0 box and typed startx as i normally 
do, which starts my gnome session. Now today its stopped working.
It should start gnome, but now all i get it the x cursor on the 
grey/black screen and i dont know how to exit out...
Once I ext out is there a file i can access to get an idea of whats 
going on so maybe i can get some additional help?

startx as root works just fine.
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sudo port

2006-04-17 Thread eoghan

Fabian Keil wrote:

eoghan <[EMAIL PROTECTED]> wrote:

I have installed sudo from ports, and the docs say that the allowed list 
of users is located in:

/etc/sudoers


Docs coming with the port or docs on the web?


I checked here:
http://www.freshports.org/security/sudo/
Commit history suggested to me it was in /etc/

However i cannot locate this file in /etc/ or anywhere else for that 
matter. What file or where do i need to add a list of authorized users?


/usr/local/etc/sudoers.

IIRC it doesn't exist by default, but you can copy from sudoers.default
and sudoers.sample in the same directory.


Yep, thanks Fabian. I have got it working now. I need to learn grep more.
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sudo port

2006-04-17 Thread eoghan

albi wrote:

eoghan wrote:


I have installed sudo from ports, and the docs say that the allowed list
of users is located in:
/etc/sudoers
However i cannot locate this file in /etc/ or anywhere else for that
matter. What file or where do i need to add a list of authorized users?


as root you should do : visudo
(if you don't like vi, then do e.g. export EDITOR=nano
if you prefer nano)

you should try to use visudo because it helps you to prevent making
syntax-errors which can save you a few grey hairs

(and try : pkg_info -L sudo* and discover it's in /usr/local/etc :-)



ah ok, thanks for that. Found it and edited!
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sudo port

2006-04-17 Thread eoghan

Hi
I have installed sudo from ports, and the docs say that the allowed list 
of users is located in:

/etc/sudoers
However i cannot locate this file in /etc/ or anywhere else for that 
matter. What file or where do i need to add a list of authorized users?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kill aRts

2006-04-16 Thread eoghan

Hello
Im having some trouble with my sound on gnome. When I go to my 
multimedia system selector both my default sink and default source are 
set to OSS, but when i test them i get:

"Failed to construct test pipeline for 'OSS - Open Sound System'"
I would like to kill aRts to see if this is my problem... Im using 
KMPlayer from gnome and was thinking these kde apps might try use aRts?

Totem won't start cos audio output was not found.
Would this be an aRts issue as i previously used KDE? I searched for 
some specific information for the oss error message and setting sound on 
gnome but did not find much.

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: stop/start services

2006-04-12 Thread eoghan

Matthew Seaman wrote:

eoghan wrote:

Matthew Seaman wrote:

eoghan wrote:


I asked a question about stopping/starting tomcat, but I suppose I didnt
ask it right.
What I should have asked is:
How do I stop/start services that I have enabled in my rc.conf, such as
mysql, tomcat etc. I have tried from my rc.d/ with tomcat but it will
not work for me...

Like this:

/usr/local/etc/rc.d/tomcat.sh start

If that doesn't print out anything then double check what's in
/etc/rc.conf
If the service apparently starts up, but then you find it's not running
a few seconds later, then check any log files that application uses --
it's
quite often the case that there's a configuration fubar somewhere that is
causing the service to give up.



Well I have the service enabled in my rc.conf... so going to
localhost:8180 shows me the default tomcat page saying its working
etc... the jsp examples work fine.
When i try /usr/local/etc/rc.d/tomcat55.sh stop
i get:
tomcat55 not running? (check /var/run/tomcat55.pid)
Thats it. tomcat55.pid contains 2039.
I created a jsp file with just plain html in it... but when i browse to
it I get a HTTP 500 error (exception report).
I have the file in the correct place according to the docs so Im not
sure why is not working... I have originally some small piece of jsp but
figured Id have to restart the server in order for it to work, which is
what Im trying to do now...


That's not quite the same thing.  Tomcat is clearly starting up and
running perfectly well, as you show by viewing the default web page.  


The problem seems to be the file that should contain the tomcat pid,
and which doesn't.  As that pid file is what the RC scripts refer to
in order to find the process to shut down, not having the right pid
in there will cause the effects you've been seeing. There have been
a number of posts about this issue several months back on the
freebsd-java@ mailing list. I believe it was a bug in the port due
to quite a radical rethink of the way tomcat should be started up.
According to CVS that problem was fixed in the last but one update
to the www/tomcat55 port.  cvsup your ports and try again.

Oh -- in general you don't need to bounce tomcat if you modify one
of the .jsp pages it serves out.  Tomcat usually notices that the
.jsp is newer than the compiled Java bytecode it creates from it,
and will recompile the page for you automatically.  That, at least,
is the default behaviour although you can change it by modifying
server.xml

Cheers,

Matthew



Ah ok, I will cvsup and reinstall it. Then will try it again...
Thanks for the info.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: stop/start services

2006-04-12 Thread eoghan

[EMAIL PROTECTED] wrote:

   Hello,
   Please and what is the diference between directory /usr/local/etc/rc.d
   and etc/rc.d
   Thanks and Regards,
   Julian Bolivar


Hi
Im not really sure what you mean? But /etc/rc.d/ doesnt have user 
installed apps? maybe?




   --- Mensaje Original --
   De: Matthew Seaman [EMAIL PROTECTED]
   Para: eoghan [EMAIL PROTECTED]
   Cc: freebsd-questions@freebsd.org [EMAIL PROTECTED]
   Asunto: Re: stop/start services
   Fecha: 12/04/2006 15:33:11
   Mensaje:
   eoghan wrote: > I asked a question about stopping/starting tomcat, but
   I suppose I didnt > ask it right. > What I should have asked is: > How
   do I stop/start services that I have enabled in my rc.conf, such as >
   mysql, tomcat etc. I have tried from my rc.d/ with tomcat but it will
   > not work for me... Like this: /usr/local/etc/rc.d/tomcat.sh start If
   that doesn't print out anything then double check what's in
   /etc/rc.conf If the service apparently starts up, but then you find
   it's not running a few seconds later, then check any log files that
   application uses -- it's quite often the case that there's a
   configuration fubar somewhere that is causing the service to give up.
   Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard
   Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent,
   CT11 9PW
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: stop/start services

2006-04-12 Thread eoghan

Matthew Seaman wrote:

eoghan wrote:


I asked a question about stopping/starting tomcat, but I suppose I didnt
ask it right.
What I should have asked is:
How do I stop/start services that I have enabled in my rc.conf, such as
mysql, tomcat etc. I have tried from my rc.d/ with tomcat but it will
not work for me...


Like this:

/usr/local/etc/rc.d/tomcat.sh start

If that doesn't print out anything then double check what's in /etc/rc.conf
If the service apparently starts up, but then you find it's not running
a few seconds later, then check any log files that application uses -- it's
quite often the case that there's a configuration fubar somewhere that is
causing the service to give up.

Cheers,

Matthew



Hi Matthew,
Well I have the service enabled in my rc.conf... so going to 
localhost:8180 shows me the default tomcat page saying its working 
etc... the jsp examples work fine.

When i try /usr/local/etc/rc.d/tomcat55.sh stop
i get:
tomcat55 not running? (check /var/run/tomcat55.pid)
Thats it. tomcat55.pid contains 2039.
I created a jsp file with just plain html in it... but when i browse to 
it I get a HTTP 500 error (exception report).
I have the file in the correct place according to the docs so Im not 
sure why is not working... I have originally some small piece of jsp but 
figured Id have to restart the server in order for it to work, which is 
what Im trying to do now...

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


stop/start services

2006-04-12 Thread eoghan

Hi
I asked a question about stopping/starting tomcat, but I suppose I didnt 
ask it right.

What I should have asked is:
How do I stop/start services that I have enabled in my rc.conf, such as 
mysql, tomcat etc. I have tried from my rc.d/ with tomcat but it will 
not work for me...

Does anyone have any info for me that could help me out with this?
Thank you
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


tomcat start/stop

2006-04-10 Thread eoghan

Hi
When I use tomcat_enable in my rc.conf, how do I start and stop my tmcat 
server so I can test my jsp pages?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Help?

2006-04-06 Thread eoghan

Giorgos Keramidas wrote:

On 2006-04-06 09:49, Bill Moran <[EMAIL PROTECTED]> wrote:

"Tom" <[EMAIL PROTECTED]> wrote:

I am just looking at Free BSD as a Windows alternative.  I
have a home workgroup that I am out growing and wanting to do
more with, but don't want to give MS any more Hundreds of hard
earned dollars.

My first question is where can I find a site that will list
all approved or thoroughly checked out hardware to build a
"box" (motherboards, and the like).  I don't have the time, or
patience to get into major software conflicts or bugs. I want
to follow a A to B to C box build and software setup. Is there
someone (or more) to guide me through the process? Is there a
website with complete and accurate information on it? Is there
a "BSD for idiots" instruction book that's current? Is there a
BSD project team working with manufactures and touting their
successes?  Help!

Don't use FreeBSD.  I know this will be an unpopular post on
this list, but you've said a number of things that tell me that
you will be unsuccessful with FreeBSD:
1) You don't seem to have any Unix experience
2) You're coming from a Windows world
3) You don't have time or patience

#3 is particularly important, given #1 and #2.  FreeBSD _will_
take you some time to understand.  It _will_ take some time and
effort to get it working the way you want.  Since you are
totally new to it, it _will_ require patience.

If you don't have time or patience to learn right now, you're
setting yourself up for failure.  When you do have some time
and patience, we'll be happy to help you through your learning
curve.  If you're looking for a fast, easy fix, you're not
going to find it by switching operating systems to something
you know nothing about.

I've seen a number of people bash Linux and the BSDs because
they wanted a simple, cheap solution to Windows and did not
have the time or patience to work through the learning curve.
Unless I've misinterpreted your email and you do have some Unix
experience, this is not a good time to make the switch.


No, this post shouldn't be unpopular on this list.

  * It was written in a clear, non-confrontational, civilized tone.
  * It explains why making the switch to FreeBSD may turn out badly.
  * It also makes it very clear that time and effort _is_ required.

Tom, please read carefully what Bill Moran has written.  Even if
I tried, I would probably fail to put it all in better words.

Then, if you decide that you _have_ the patience and time to
switch, feel free to ask any question about FreeBSD here :)

- Giorgos


Yes, I agree. Although I had the luxury of having two machines, the 
other being a mac, so I could play with unix on that. I also dumped 
windows on my pc and decided on freeBSD. At first, I had trouble 
installing and configuring it. But with some time and this list I am up 
and running and get more and more comfortable with it each day.
So if you have a spare pc lying around, try it out on this first till 
you get comfortable, and then go for it.

Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: screen recorder

2006-03-23 Thread eoghan

Micah wrote:

eoghan wrote:

Hi
I believe there was some talk a while back about an application to 
record screen movements to create demos, much like "wink"

http://www.debugmode.com/wink/
I cannot find the thread, but could someone refresh me as to an 
application that can achieve? Also can it generate flash (swf) movies 
of the captured screenshots?

Thanks
Eoghan


The thread is at 
http://lists.freebsd.org/pipermail/freebsd-questions/2006-February/114445.html 



For flash you can use net/vnc2swf, it requires a VNC server running on 
the computer you wish to record.


HTH,
Micah


Great
Thanks guys.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


screen recorder

2006-03-23 Thread eoghan

Hi
I believe there was some talk a while back about an application to 
record screen movements to create demos, much like "wink"

http://www.debugmode.com/wink/
I cannot find the thread, but could someone refresh me as to an 
application that can achieve? Also can it generate flash (swf) movies of 
the captured screenshots?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mysql start on boot

2006-03-22 Thread eoghan

Hi
Can I add something to my rc.conf to have mysql start at boot, something 
like:

mysql_enable="YES"?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


clam av gui?

2006-03-22 Thread eoghan

Hi
I am running clam av and was wondering if there's an available gui for 
it (using gnome 2.12).

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Java and tomcat

2006-03-22 Thread eoghan

Aguiar Magalhaes wrote:

Hi list,

I´d like to install java (virtual machine) and tomcat
on the freebsd 6.0..

Are they full compatible ??  Are they in ports ?? 


Help me please,

Aguiar


Hi
Tomcat is:
/usr/ports/www/tomcat55
and there's detailed info on Java here:
http://www.freebsd.org/java/
Hope that helps...
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SOLVED: hosts file

2006-03-15 Thread eoghan

Ken Stevenson wrote:

eoghan wrote:




I don't have a line in my rc.conf for "ifconfig_lo0" and I don't have a 
line for "network_interfaces=..." Are you sure you need them? Try 
commenting out those two lines then restarting the network or rebooting.


You know what! I removed that network_interfaces line and it works! 
Thank you all very much. And on a related note: this was causing my 
Tomcat issues. Tomcat now runs without any problems!!!

Really big thanks again!
Not sure where that line came from though. The network unreachable 
errors at boot are gone too...

Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

[EMAIL PROTECTED] wrote:

eoghan wrote:

nathaniel# ifconfig -a
fwe0: 
flags=108943 
mtu 1500

options=8
inet6 fe80::11:6ff:fe99:d9eb%fwe0 prefixlen 64 scopeid 0x1
ether 02:11:06:99:d9:eb
ch 1 dma 0
xl0: flags=8843 mtu 1500
options=9
inet6 fe80::2b0:d0ff:fee7:e97d%xl0 prefixlen 64 scopeid 0x2
inet 192.168.1.34 netmask 0xff00 broadcast 192.168.1.255
ether 00:b0:d0:e7:e9:7d
media: Ethernet autoselect (100baseTX )
status: active
plip0: flags=108810 mtu 1500
lo0: flags=8008 mtu 16384



The loopback setting is incomplete. Did you miss copy/pasting that?


Nope, that is the full output of ifconfig -a


Sorry again everyone for replying to your private mailboxes, I'm retarded.

eoghan, have you ever tried restarting your network?

Do so by executing /etc/netstart.


Thanks havent tried it but it does give me the network messages i was 
talking about:


devd already running? (pid=268).
Starting dhclient.
no such user: _dhcp, falling back to "nobody"
DHCPREQUEST on xl0 to 255.255.255.255 port 67
DHCPREQUEST on xl0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.34 -- renewal in 129600 seconds.
xl0: flags=8843 mtu 1500
options=9
inet6 fe80::2b0:d0ff:fee7:e97d%xl0 prefixlen 64 scopeid 0x2
inet 192.168.1.34 netmask 0xff00 broadcast 192.168.1.255
ether 00:b0:d0:e7:e9:7d
media: Ethernet autoselect (100baseTX )
status: active
route: writing to routing socket: Network is unreachable
add net :::0.0.0.0: gateway ::1: Network is unreachable
route: writing to routing socket: Network is unreachable
add net ::0.0.0.0: gateway ::1: Network is unreachable
net.inet6.ip6.forwarding: 0 -> 0
net.inet6.ip6.accept_rtadv: 1 -> 1
route: writing to routing socket: Network is unreachable
add net fe80::: gateway ::1: Network is unreachable
route: writing to routing socket: Network is unreachable
add net ff02::: gateway ::1: Network is unreachable
IPv4 mapped IPv6 address support=NO
Additional routing options:.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Ken Stevenson wrote:

eoghan wrote:

Derek Ragona wrote:
 > Try manually adding the address, or uncomment that line and reboot.
 >
 > -Derek
 >

Thanks, tried it and still no luck. Cant ping either localhost or 
127.0.0.1. Perhaps i should post some details from my boot record, cos 
I do notice after the dhcp, there are network unreachable messages, 
but i cannot find where this boot log is stored...
On a side not, these problems started when i began to use gnome 
(2.12.13). Maybe unrelated but i never had these problems using kde, 
and the boot message of network unreachable seem to have happened at 
this time too.


Your NIC is not configured correctly.

Can you post the the output of the ifconfig command. Also, there should 
be a line in rc.conf that begins with ifconfig_... Post that line also.




Here is the complete output of ifconfig:

nathaniel# ifconfig
fwe0: 
flags=108943 
mtu 1500

options=8
inet6 fe80::11:6ff:fe99:d9eb%fwe0 prefixlen 64 scopeid 0x1
ether 02:11:06:99:d9:eb
ch 1 dma 0
xl0: flags=8843 mtu 1500
options=9
inet6 fe80::2b0:d0ff:fee7:e97d%xl0 prefixlen 64 scopeid 0x2
inet 192.168.1.34 netmask 0xff00 broadcast 192.168.1.255
ether 00:b0:d0:e7:e9:7d
media: Ethernet autoselect (100baseTX )
status: active
plip0: flags=108810 mtu 1500
lo0: flags=8008 mtu 16384
nathaniel#

and here is my full rc.conf:


# -- sysinstall generated deltas -- # Fri Sep 30 17:48:53 2005
# Created: Fri Sep 30 17:48:53 2005
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="nathaniel"
ifconfig_xl0="dhcp"
ifconfig_lo0="inet 127.0.0.1"
ipv6_enable="YES"
linux_enable="YES"
tomcat55_enable="YES"
moused_enable="YES"
moused_type="auto"
#moused_flags="-z 4"
sshd_enable="YES"
usbd_enable="YES"
inetd_enable="YES"
sendmail_enable="NONE"
# This file now contains just the overrides from /etc/defaults/rc.conf.
# Please make all changes to this file, not to /etc/defaults/rc.conf.

# Enable network daemons for user convenience.
# Created: Sun Oct 16 15:29:40 2005
network_interfaces=xl0

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Derek Ragona wrote:
> Try manually adding the address, or uncomment that line and reboot.
>
> -Derek
>

Thanks, tried it and still no luck. Cant ping either localhost or 
127.0.0.1. Perhaps i should post some details from my boot record, cos I 
do notice after the dhcp, there are network unreachable messages, but i 
cannot find where this boot log is stored...
On a side not, these problems started when i began to use gnome 
(2.12.13). Maybe unrelated but i never had these problems using kde, and 
the boot message of network unreachable seem to have happened at this 
time too.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Ken Stevenson wrote:

eoghan wrote:

Ken Stevenson wrote:

eoghan wrote:

Hi
Has anyone got an example of how the hosts file should be setup to 
allow locahost to work in a browser? Mine doesnt work anymore unless 
i go through the ip. This is when i start apache, maybe there is 
some other place i need to set it? The httpd.conf has localhost in 
it...

Thanks
Eoghan


Try deleting the ::1


I have tried this (it was originally commented out), I re-commented it 
out and still not working...

Eoghan


What do you get when you type:

ping localhost


Hi
Same thing as when i ping 127.0.0.1:

nathaniel#ping localhost
PING localhost (127.0.0.1): 56 data bytes
ping: sendto: Can't assign requested address

Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

[EMAIL PROTECTED] wrote:

eoghan wrote:

Derek Ragona wrote:

It sounds like the tcp stack is not even running.  What does:
ifconfig -a

show?  Do you have any valid IP address on this computer?

-Derek


Yep, I can get to my www files when apachee is started via my assigned 
ip. Here is the output of ifconfig:


nathaniel# ifconfig -a
fwe0: 
flags=108943 
mtu 1500

options=8
inet6 fe80::11:6ff:fe99:d9eb%fwe0 prefixlen 64 scopeid 0x1
ether 02:11:06:99:d9:eb
ch 1 dma 0
xl0: flags=8843 mtu 1500
options=9
inet6 fe80::2b0:d0ff:fee7:e97d%xl0 prefixlen 64 scopeid 0x2
inet 192.168.1.34 netmask 0xff00 broadcast 192.168.1.255
ether 00:b0:d0:e7:e9:7d
media: Ethernet autoselect (100baseTX )
status: active
plip0: flags=108810 mtu 1500
lo0: flags=8008 mtu 16384



The loopback setting is incomplete. Did you miss copy/pasting that?


Nope, that is the full output of ifconfig -a
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Derek Ragona wrote:

You have no address on the loopback.

You should have:
ifconfig_lo0="inet 127.0.0.1"   # default loopback device configuration.

in /etc/rc.conf or /etc/defaults/rc.conf

Add one of these, and reboot to make sure the problem doesn't recur.

You can manually do an ifconfig:
ifconfig lo0 inet 127.0.0.1 netmask 0xff00

-Derek



I have added that line to my rc.conf:
ifconfig_lo0="inet 127.0.0.1"
The output of ifconig -a is the same and i cant ping 127.0.0.1...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Ken Stevenson wrote:

eoghan wrote:

Hi
Has anyone got an example of how the hosts file should be setup to 
allow locahost to work in a browser? Mine doesnt work anymore unless i 
go through the ip. This is when i start apache, maybe there is some 
other place i need to set it? The httpd.conf has localhost in it...

Thanks
Eoghan


Try deleting the ::1


I have tried this (it was originally commented out), I re-commented it 
out and still not working...

Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Shantanoo Mahajan wrote:

+++ eoghan [freebsd] [15-03-06 20:37 +]:
| Derek Ragona wrote:
| > Well, your resolv.conf points to 192.168.1.1, what is at that address?
| > Do you have any other DNS issues?
| >
| > Can you ping localhost, or 127.0.0.1?
| >
| > Is named running?
| >
| > -Derek
| 
| Hi

| 192.168.1.1 is my router address.
| How can i check if named is running?
| There is no reference to named_enable in my rc.conf
| When i try ping 127.0.0.1 i get:
| ping: sendto: Can't assign requested address
| Thanks

Checkout the o/p of follwoing:

sockstat -4l 



For more details,
man sockstat

Shantanoo


Hi
This gives me:
nathaniel# sockstat -4l
USER COMMANDPID   FD PROTO  LOCAL ADDRESS FOREIGN ADDRESS
www  httpd  5411  3  tcp46  *:80  *:*
www  httpd  5410  3  tcp46  *:80  *:*
www  httpd  5409  3  tcp46  *:80  *:*
www  httpd  5408  3  tcp46  *:80  *:*
www  httpd  5407  3  tcp46  *:80  *:*
root httpd  5404  3  tcp46  *:80  *:*
root nmbd   3264  8  udp4   *:137 *:*
root nmbd   3264  9  udp4   *:138 *:*
root nmbd   3264  10 udp4   192.168.1.34:137  *:*
root nmbd   3264  11 udp4   192.168.1.34:138  *:*
root smbd   3243  21 tcp4   *:445 *:*
root smbd   3243  22 tcp4   *:139 *:*
root gnome-nets 3013  36 udp4   *:*   *:*
root Xorg   2181  6  tcp4   *:5900*:*
root named  2133  20 udp4   *:49923   *:*
root inetd  580   4  tcp4   *:901 *:*
root sshd   402   4  tcp4   *:22  *:*
root syslogd286   6  udp4   *:514 *:*

Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Derek Ragona wrote:

It sounds like the tcp stack is not even running.  What does:
ifconfig -a

show?  Do you have any valid IP address on this computer?

-Derek


Yep, I can get to my www files when apachee is started via my assigned 
ip. Here is the output of ifconfig:


nathaniel# ifconfig -a
fwe0: 
flags=108943 
mtu 1500

options=8
inet6 fe80::11:6ff:fe99:d9eb%fwe0 prefixlen 64 scopeid 0x1
ether 02:11:06:99:d9:eb
ch 1 dma 0
xl0: flags=8843 mtu 1500
options=9
inet6 fe80::2b0:d0ff:fee7:e97d%xl0 prefixlen 64 scopeid 0x2
inet 192.168.1.34 netmask 0xff00 broadcast 192.168.1.255
ether 00:b0:d0:e7:e9:7d
media: Ethernet autoselect (100baseTX )
status: active
plip0: flags=108810 mtu 1500
lo0: flags=8008 mtu 16384



At 02:37 PM 3/15/2006, eoghan wrote:

Derek Ragona wrote:
> Well, your resolv.conf points to 192.168.1.1, what is at that address?
> Do you have any other DNS issues?
>
> Can you ping localhost, or 127.0.0.1?
>
> Is named running?
>
> -Derek

Hi
192.168.1.1 is my router address.
How can i check if named is running?
There is no reference to named_enable in my rc.conf
When i try ping 127.0.0.1 i get:
ping: sendto: Can't assign requested address
Thanks

> At 02:14 PM 3/15/2006, eoghan wrote:
>> Derek Ragona wrote:
>>> Sorry, my mistake.  Check:
>>> /etc/nsswitch.conf
>>> You should the line:
>>> hosts: files dns
>>> With the files listed first
>>> -Derek
>>
>> Hi
>> yes that is in my nsswitch.conf:
>> hosts: files dns
>> any other ideas?
>>
>>> At 01:56 PM 3/15/2006, eoghan wrote:
>>>> Derek Ragona wrote:
>>>>> Check your resolv.conf, should have files first.
>>>>> -Derek
>>>>
>>>> resolve.conf reads
>>>> nameserver 192.168.1.1
>>>>
>>>>
>>>>> At 01:44 PM 3/15/2006, eoghan wrote:
>>>>>> Steve Bertrand wrote:
>>>>>>>> Yes, mine reads:
>>>>>>>> ::1 localhost nathaniel
>>>>>>>> 127.0.0.1   localhost nathaniel
>>>>>>>> Upon starting apache, i can only get to it by using the ip.
>>>>>>>> 127.0.0.1 wont work either. I just get the unable to connect
>>>>>>>> message from the browser. Any ideas?
>>>>>>> Under the Listen directive in your httpd.conf file, are you 
binding

>>>>>>> Apache to a single IP?
>>>>>>> Mine reads:
>>>>>>> Listen 80
>>>>>>> Which means listen on port 80 on all IP's. If you have an entry
>>>>>>> as such:
>>>>>>> Listen 123.456.789.111:80
>>>>>>> It will listen on port 80 on ONLY that IP, and ignore all other
>>>>>>> requests, including localhost/127.0.0.1.
>>>>>>> Regards,
>>>>>>> Steve
>>>>>>
>>>>>> Hi
>>>>>> Yep, its:
>>>>>> Listen 80
>>>>>> and
>>>>>> ServerName localhost
>>>>>> Where do i get the text from the boot? Im getting some weird
>>>>>> Network is unreachable messages in here that may have something to
>>>>>> do with it?
>>>>>> Eoghan


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Derek Ragona wrote:
> Well, your resolv.conf points to 192.168.1.1, what is at that address?
> Do you have any other DNS issues?
>
> Can you ping localhost, or 127.0.0.1?
>
> Is named running?
>
> -Derek

Hi
192.168.1.1 is my router address.
How can i check if named is running?
There is no reference to named_enable in my rc.conf
When i try ping 127.0.0.1 i get:
ping: sendto: Can't assign requested address
Thanks

> At 02:14 PM 3/15/2006, eoghan wrote:
>> Derek Ragona wrote:
>>> Sorry, my mistake.  Check:
>>> /etc/nsswitch.conf
>>> You should the line:
>>> hosts: files dns
>>> With the files listed first
>>> -Derek
>>
>> Hi
>> yes that is in my nsswitch.conf:
>> hosts: files dns
>> any other ideas?
>>
>>> At 01:56 PM 3/15/2006, eoghan wrote:
>>>> Derek Ragona wrote:
>>>>> Check your resolv.conf, should have files first.
>>>>> -Derek
>>>>
>>>> resolve.conf reads
>>>> nameserver 192.168.1.1
>>>>
>>>>
>>>>> At 01:44 PM 3/15/2006, eoghan wrote:
>>>>>> Steve Bertrand wrote:
>>>>>>>> Yes, mine reads:
>>>>>>>> ::1 localhost nathaniel
>>>>>>>> 127.0.0.1   localhost nathaniel
>>>>>>>> Upon starting apache, i can only get to it by using the ip.
>>>>>>>> 127.0.0.1 wont work either. I just get the unable to connect
>>>>>>>> message from the browser. Any ideas?
>>>>>>> Under the Listen directive in your httpd.conf file, are you binding
>>>>>>> Apache to a single IP?
>>>>>>> Mine reads:
>>>>>>> Listen 80
>>>>>>> Which means listen on port 80 on all IP's. If you have an entry
>>>>>>> as such:
>>>>>>> Listen 123.456.789.111:80
>>>>>>> It will listen on port 80 on ONLY that IP, and ignore all other
>>>>>>> requests, including localhost/127.0.0.1.
>>>>>>> Regards,
>>>>>>> Steve
>>>>>>
>>>>>> Hi
>>>>>> Yep, its:
>>>>>> Listen 80
>>>>>> and
>>>>>> ServerName localhost
>>>>>> Where do i get the text from the boot? Im getting some weird
>>>>>> Network is unreachable messages in here that may have something to
>>>>>> do with it?
>>>>>> Eoghan
>>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

[EMAIL PROTECTED] wrote:

eoghan wrote:

Derek Ragona wrote:

Check your resolv.conf, should have files first.

-Derek


resolve.conf reads
nameserver 192.168.1.1

should be resol_v_.conf


actually i only have:
resolv.conf in /etc
was a typo... you pointing to the typo or should i have a resol_v_.conf?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Derek Ragona wrote:

Sorry, my mistake.  Check:
/etc/nsswitch.conf

You should the line:
hosts: files dns

With the files listed first

-Derek


Hi
yes that is in my nsswitch.conf:
hosts: files dns
any other ideas?


At 01:56 PM 3/15/2006, eoghan wrote:

Derek Ragona wrote:

Check your resolv.conf, should have files first.
-Derek


resolve.conf reads
nameserver 192.168.1.1



At 01:44 PM 3/15/2006, eoghan wrote:

Steve Bertrand wrote:

Yes, mine reads:
::1 localhost nathaniel
127.0.0.1   localhost nathaniel
Upon starting apache, i can only get to it by using the ip.
127.0.0.1 wont work either. I just get the unable to connect 
message from the browser. Any ideas?

Under the Listen directive in your httpd.conf file, are you binding
Apache to a single IP?
Mine reads:
Listen 80
Which means listen on port 80 on all IP's. If you have an entry as 
such:

Listen 123.456.789.111:80
It will listen on port 80 on ONLY that IP, and ignore all other
requests, including localhost/127.0.0.1.
Regards,
Steve


Hi
Yep, its:
Listen 80
and
ServerName localhost
Where do i get the text from the boot? Im getting some weird Network 
is unreachable messages in here that may have something to do with it?

Eoghan


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Derek Ragona wrote:

Check your resolv.conf, should have files first.

-Derek


resolve.conf reads
nameserver 192.168.1.1



At 01:44 PM 3/15/2006, eoghan wrote:

Steve Bertrand wrote:

Yes, mine reads:
::1 localhost nathaniel
127.0.0.1   localhost nathaniel
Upon starting apache, i can only get to it by using the ip.
127.0.0.1 wont work either. I just get the unable to connect message 
from the browser. Any ideas?

Under the Listen directive in your httpd.conf file, are you binding
Apache to a single IP?
Mine reads:
Listen 80
Which means listen on port 80 on all IP's. If you have an entry as such:
Listen 123.456.789.111:80
It will listen on port 80 on ONLY that IP, and ignore all other
requests, including localhost/127.0.0.1.
Regards,
Steve


Hi
Yep, its:
Listen 80
and
ServerName localhost
Where do i get the text from the boot? Im getting some weird Network 
is unreachable messages in here that may have something to do with it?

Eoghan


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Steve Bertrand wrote:

Yes, mine reads:
::1 localhost nathaniel
127.0.0.1   localhost nathaniel
Upon starting apache, i can only get to it by using the ip.
127.0.0.1 wont work either. I just get the unable to connect 
message from the browser. Any ideas?


Under the Listen directive in your httpd.conf file, are you binding
Apache to a single IP?

Mine reads:

Listen 80

Which means listen on port 80 on all IP's. If you have an entry as such:

Listen 123.456.789.111:80

It will listen on port 80 on ONLY that IP, and ignore all other
requests, including localhost/127.0.0.1.

Regards,

Steve



Hi
Yep, its:
Listen 80
and
ServerName localhost
Where do i get the text from the boot? Im getting some weird Network is 
unreachable messages in here that may have something to do with it?

Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: hosts file

2006-03-15 Thread eoghan

Bob Bomar wrote:

On Wed, 2006-03-15 at 16:43 +, eoghan wrote:

Hi
Has anyone got an example of how the hosts file should be setup to allow 
locahost to work in a browser? Mine doesnt work anymore unless i go 
through the ip. This is when i start apache, maybe there is some other 
place i need to set it? The httpd.conf has localhost in it...

Thanks
Eoghan


Do you have the entry:

::1 localhost localhost.my.domain
127.0.0.1   localhost localhost.my.domain

In your /etc/hosts file?



Hi
Yes, mine reads:
::1 localhost nathaniel
127.0.0.1   localhost nathaniel
Upon starting apache, i can only get to it by using the ip.
127.0.0.1 wont work either. I just get the unable to connect message 
from the browser. Any ideas?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


hosts file

2006-03-15 Thread eoghan

Hi
Has anyone got an example of how the hosts file should be setup to allow 
locahost to work in a browser? Mine doesnt work anymore unless i go 
through the ip. This is when i start apache, maybe there is some other 
place i need to set it? The httpd.conf has localhost in it...

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tomcat on freebsd

2006-03-14 Thread eoghan

Ashley Moran wrote:

On Monday 13 March 2006 21:21, eoghan wrote:

Yes, that was correct. It says it starting at boot. Do i still need to run:
/usr/local/etc/rc.d/tomcat55.sh start?
When I do this is says:
Starting tomcat55
So I go to localhost to check and it is still not working...
Any ideas?
Thanks
Eoghan


Sorry my fault for confusing you with tomcat_enable :)

Tomcat normally runs on port 8180, did you try http://localhost:8180/ ?

Ashley


Hi Ashley
Yes I tried that port also, and it did not work. Is there a log file I 
can check out and maybe post details of? I know where the normal tomcat 
logs are, but since im starting it from /usr/local/etc/rc.d/ does it log 
somewhere else?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tomcat on freebsd

2006-03-13 Thread eoghan

Ashley Moran wrote:

Hi
Nope I dont have that. I did try run /usr/local/etc/rc.d/tomcat55.sh to
start it but without having added tomcat_enable="YES" to my rc.conf.
Nothing happened. So I will add that line and try it again...
Thanks for the info.
Eoghan


All the rc.d scripts work the same - they check to see if they are enabled 
(from the script's point of view, when you call them manually it's no 
different than being called at boot time).  You can also 
call /usr/local/etc/rc.d/tomcat55.sh with force/one before the start to make 
it run without the rc.conf variable but I've never actually used them)


Ashley


Thanks
I have added tomcat_enable="YES" to my rc.conf.
When I try run /usr/local/etc/rc.d/tomcat55.sh start it just does not 
seem to do anything. Is there something I am missing? I type the command 
(as root) hit enter and it just goes to the next prompt line. Tried to 
go to localhost:8080 (and 8180) but nothing. Is there somewhere I can 
check to find out what is going wrong?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tomcat on freebsd

2006-03-13 Thread eoghan

Lowell Gilbert wrote:
> eoghan <[EMAIL PROTECTED]> writes:
>
>> Ashley Moran wrote:
>>>> Hi
>>>> Nope I dont have that. I did try run 
/usr/local/etc/rc.d/tomcat55.sh to

>>>> start it but without having added tomcat_enable="YES" to my rc.conf.
>>>> Nothing happened. So I will add that line and try it again...
>>>> Thanks for the info.
>>>> Eoghan
>>> All the rc.d scripts work the same - they check to see if they are
>>> enabled (from the script's point of view, when you call them
>>> manually it's no different than being called at boot time).  You can
>>> also call /usr/local/etc/rc.d/tomcat55.sh with force/one before the
>>> start to make it run without the rc.conf variable but I've never
>>> actually used them)
>>> Ashley
>> Thanks
>> I have added tomcat_enable="YES" to my rc.conf.
>> When I try run /usr/local/etc/rc.d/tomcat55.sh start it just does not
>> seem to do anything. Is there something I am missing?
>
> Look at the top of that script file.  Perhaps you want tomcat55_enable
> for the variable name?

Yes, that was correct. It says it starting at boot. Do i still need to run:
/usr/local/etc/rc.d/tomcat55.sh start?
When I do this is says:
Starting tomcat55
So I go to localhost to check and it is still not working...
Any ideas?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tomcat on freebsd

2006-03-13 Thread eoghan

Ashley Moran wrote:

On Wednesday 08 March 2006 21:48, eoghan wrote:

Bosch Rogier wrote:

I think its port 8180 (by default).

Goodluck,

TC

Ok, 8180 worked. But when i run ./startup.sh (as root) it seems to work,
once only. If i run it again, it works again, once. I can view the
tomcat default page, but have to keep running the startup script.

# ./startup.sh
Using CATALINA_BASE: /usr/local/tomvat5.5
Using CATALINA_HOME: /usr/local/tomvat5.5
Using CATALINA_TMPDIR: /usr/local/tomvat5.5/temp
Using JRE_HOME: /usr/local/jdk1.4.2
#

So is there some way I can keep it running? Seems very strange I have to
keep running the startup script... Can anyone help?
Thanks
Eoghan
___



Have you got tomcat55_enable="YES" in /etc/rc.conf?

You should really use the /usr/local/etc/rc.d/tomcat55.sh script to start and 
stop tomcat.  Only works with the above line though.


Ashley


Hi
Nope I dont have that. I did try run /usr/local/etc/rc.d/tomcat55.sh to 
start it but without having added tomcat_enable="YES" to my rc.conf. 
Nothing happened. So I will add that line and try it again...

Thanks for the info.
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tomcat on freebsd

2006-03-08 Thread eoghan

Bosch Rogier wrote:

I think its port 8180 (by default).

Goodluck,

TC


Ok, 8180 worked. But when i run ./startup.sh (as root) it seems to work, 
once only. If i run it again, it works again, once. I can view the 
tomcat default page, but have to keep running the startup script.


# ./startup.sh
Using CATALINA_BASE: /usr/local/tomvat5.5
Using CATALINA_HOME: /usr/local/tomvat5.5
Using CATALINA_TMPDIR: /usr/local/tomvat5.5/temp
Using JRE_HOME: /usr/local/jdk1.4.2
#

So is there some way I can keep it running? Seems very strange I have to 
keep running the startup script... Can anyone help?

Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


tomcat on freebsd

2006-03-08 Thread eoghan

Hi
I have installed tomcat 5.5 from ports without problems and consulted 
the freebsd docs on it:

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/java-tomcat/x159.html
It seems to start fine, at least it deosnt show any errors... but when i 
try to go to:

http://127.0.0.1:8080 i am unable to connect.
I checked the logs in /usr/local/tomcat5.5/logs at both catalina and 
localhost but I cant really make out what I am meant to be seeing as a 
problem. Its the first time I have used tomcat. I have pasted the 
contents of the catalina log below, could anyone let me know where I am 
going wrong?

Thanks

Mar 8, 2006 8:45:49 PM org.apache.catalina.core.AprLifecycleListener 
lifecycleEvent
INFO: The Apache Portable Runtime which allows optimal performance in 
production environments was not found on the java.library.path: 
/usr/local/jdk1.4.2/jre/lib/i386/client:/usr/local/jdk1.4.2/jre/lib/i386:/usr/local/jdk1.4.2/jre/../lib/i386:/usr/lib:/usr/local/lib

Mar 8, 2006 8:45:50 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8180
Mar 8, 2006 8:45:50 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2770 ms
Mar 8, 2006 8:45:50 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 8, 2006 8:45:50 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
Mar 8, 2006 8:45:50 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 8, 2006 8:45:56 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8180
Mar 8, 2006 8:45:57 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Mar 8, 2006 8:45:57 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/451  config=null
Mar 8, 2006 8:45:57 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 8, 2006 8:45:57 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7739 ms
Mar 8, 2006 8:45:57 PM org.apache.catalina.core.StandardServer await
SEVERE: StandardServer.await: create[8005]:
java.net.BindException: Can't assign requested address
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.(ServerSocket.java:185)
at 
org.apache.catalina.core.StandardServer.await(StandardServer.java:343)
at org.apache.catalina.startup.Catalina.await(Catalina.java:600)
at org.apache.catalina.startup.Catalina.start(Catalina.java:560)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Mar 8, 2006 8:45:57 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8180
Mar 8, 2006 8:45:57 PM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
java.net.NoRouteToHostException: Can't assign requested address
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.(Socket.java:309)
at java.net.Socket.(Socket.java:153)
at 
org.apache.jk.common.ChannelSocket.unLockSocket(ChannelSocket.java:463)
at org.apache.jk.common.ChannelSocket.pause(ChannelSocket.java:270)
at org.apache.jk.server.JkMain.pause(JkMain.java:679)
at org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:162)
at org.apache.catalina.connector.Connector.pause(Connector.java:1031)
at 
org.apache.catalina.core.StandardService.stop(StandardService.java:491)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:714)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:586)
	at 
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:629)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg version

2006-03-01 Thread eoghan

On 1 Mar 2006, at 21:36, Pietro Cerutti wrote:


$ X -version


Thanks
Eoghan


Cheers,


Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >