Local DNS Caching not caching on external interface

2006-12-14 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear All, I am very new to Bind and FreeBSD. I have just configured a Local DNS server using the built-in Bind 9.3.1 on a FreeBSD 5.4 machine. My problem is that the machine can cache queries on the localhost and loop back (127.0.0.1) interface

Re: Local DNS Caching not caching on external interface

2006-12-14 Thread Christopher Cowart
On 14:57 Thu 14 Dec , Tek Bahadur Limbu wrote: Dear All, I am very new to Bind and FreeBSD. I have just configured a Local DNS server using the built-in Bind 9.3.1 on a FreeBSD 5.4 machine. My problem is that the machine can cache queries on the localhost and loop back (127.0.0.1)

rc.d script for processes started with /usr/bin/env

2006-12-14 Thread Ashley Moran
Hi I just wrote a little ruby web server for internal use. I wrote it on my mac to deploy on FreeBSD, so I used #!/usr/bin/env ruby as the shebang. But when I do that, I can't stop the server with my rc.d script (below). If I change them both to /usr/local/bin/ruby I can make it work.

Re: rc.d script for processes started with /usr/bin/env

2006-12-14 Thread [LoN]Kamikaze
Ashley Moran wrote: Hi I just wrote a little ruby web server for internal use. I wrote it on my mac to deploy on FreeBSD, so I used #!/usr/bin/env ruby as the shebang. But when I do that, I can't stop the server with my rc.d script (below). If I change them both to /usr/local/bin/ruby I

Re: Local DNS Caching not caching on external interface

2006-12-14 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 14 Dec 2006 01:08:11 -0800 Christopher Cowart [EMAIL PROTECTED] wrote: On 14:57 Thu 14 Dec , Tek Bahadur Limbu wrote: Dear All, I am very new to Bind and FreeBSD. I have just configured a Local DNS server using the built-in

Re: rc.d script for processes started with /usr/bin/env

2006-12-14 Thread Ashley Moran
On 14 Dec 2006, at 12:08, [LoN]Kamikaze wrote: All you need to do is to set command_interpreter=/usr/bin/env for more information have a look at rc.subr(8). Hmm I've just tried that and all I get is... [EMAIL PROTECTED] ~]# /usr/local/etc/rc.d/prolite_password_server stop

Re: How safe is encrypted disks? (data integrity)

2006-12-14 Thread Fabian Keil
Erik Norgaard [EMAIL PROTECTED] wrote: I have been thinking to make /home on my laptop encrypted - seems like a good idea if it gets stolen. Now, how safe is this? Not in terms of the strength of the encryption algorithm, but in terms of integrity. I have no insight on the code, but as

Black Lines on my monitor

2006-12-14 Thread P Tyrrell
Hello - Help About two weeks ago I noticed that there was a shadow appearing on the monitor alond any black type or dark picture - thinking it wasthe monitor I swaped it with another and there are still black lines appearing along the lines of text. What can I do to get rid of this? Please bear

Re: Newbie on tunnelling

2006-12-14 Thread Chris
The interface configuration looks correct, similar to how i have created a bridge on my box at startup. Ive never needed to setup any routes at startup myself; but adding a single route as you need cant be too hard... sorry i cant be of more help. Sometimes man pages assume knowledge beyond a

Re: How safe is encrypted disks? (data integrity)

2006-12-14 Thread Chad Gross
On 12/14/06, Fabian Keil [EMAIL PROTECTED] wrote: Erik Norgaard [EMAIL PROTECTED] wrote: I have been thinking to make /home on my laptop encrypted - seems like a good idea if it gets stolen. Now, how safe is this? Not in terms of the strength of the encryption algorithm, but in terms of

Re: Local DNS Caching not caching on external interface

2006-12-14 Thread Chad Gross
On 12/14/06, Tek Bahadur Limbu [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 14 Dec 2006 01:08:11 -0800 Christopher Cowart [EMAIL PROTECTED] wrote: On 14:57 Thu 14 Dec , Tek Bahadur Limbu wrote: Dear All, I am very new to Bind and FreeBSD. I

Re: Black Lines on my monitor

2006-12-14 Thread Renegade Penguin
If it's the video card, it very likely could be a speck of dust across some of the traces on any number of chips on the card. Taking out the video card, blowing it off, and re-seating it may help. A thorough cleaning out of the case could help as well. RP P Tyrrell wrote: Hello - Help

Re: rc.d script for processes started with /usr/bin/env

2006-12-14 Thread [LoN]Kamikaze
Ashley Moran wrote: Hmm I've just tried that and all I get is... [EMAIL PROTECTED] ~]# /usr/local/etc/rc.d/prolite_password_server stop prolite_password_server not running? (check /var/run/prolite_password_server/prolite_password_server.pid). Are you certain that this is the pidfile used by

remote syslog to specific file

2006-12-14 Thread bsd
Hello, I am trying to log my sonicwall FW log to a specific file… For the moment all logs are sent to /var/log/messages I would like them to go to /var/log/sonic.log I have tried couple of things which does not seem to work, among them : +fw.xxx.yyy local0.*

Re: rc.d script for processes started with /usr/bin/env

2006-12-14 Thread Ashley Moran
On 14 Dec 2006, at 13:49, [LoN]Kamikaze wrote: Are you certain that this is the pidfile used by your server? Are you aware that the service is responsible for creating the pidfile, not rc.subr? Yes, on both counts. Works fine with #!/usr/local/bin/ruby and

Re: how do I see security logs without turning on sendmail?

2006-12-14 Thread Lane
On Thursday 14 December 2006 02:08, James Long wrote: Date: Wed, 13 Dec 2006 17:33:32 -0600 From: Lane [EMAIL PROTECTED] Subject: Re: how do I see security logs without turning on sendmail? To: freebsd-questions@freebsd.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

Dell 2950 1950

2006-12-14 Thread Peter Grigor
I've just gotten some quotes on a few dell machines and I was wondering now if freebsd 6.x is able to run on them properly. Perc/5i cards and 64-bit Intel chips are my worries :) Anyone have any experiences they'd like to share? Anyone successfully running mysql on an IA64 architecture with

Re: rc.d script for processes started with /usr/bin/env

2006-12-14 Thread [LoN]Kamikaze
Ashley Moran wrote: On 14 Dec 2006, at 13:49, [LoN]Kamikaze wrote: Are you certain that this is the pidfile used by your server? Are you aware that the service is responsible for creating the pidfile, not rc.subr? Yes, on both counts. Works fine with #!/usr/local/bin/ruby and

Re: how do I see security logs without turning on sendmail?

2006-12-14 Thread Jerry McAllister
On Wed, Dec 13, 2006 at 10:51:36PM -0600, Lane wrote: Tuareg, I can't find the name of the quy who straightened me out on the fuction of squid, but kudo's to him. Clearly squid is not the culprit. But I've done some eyeballing on /usr/sbin/periodic, and I think maybe it is the

Re: how do I see security logs without turning on sendmail?

2006-12-14 Thread Jerry McAllister
On Thu, Dec 14, 2006 at 12:08:23AM -0800, James Long wrote: Date: Wed, 13 Dec 2006 17:33:32 -0600 From: Lane [EMAIL PROTECTED] Subject: Re: how do I see security logs without turning on sendmail? To: freebsd-questions@freebsd.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

Re: Dell 2950 1950

2006-12-14 Thread Bill Moran
In response to Peter Grigor [EMAIL PROTECTED]: I've just gotten some quotes on a few dell machines and I was wondering now if freebsd 6.x is able to run on them properly. Perc/5i cards and 64-bit Intel chips are my worries :) Anyone have any experiences they'd like to share? Anyone

Re: Unable to build jackit-0.102.20

2006-12-14 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gerard Seibert wrote: On Friday December 08, 2006 at 08:50:36 (AM) Kay Abendroth wrote: Could you comment all compiler flags you set in /etc/make.conf and rerun the build? Please post your build-log again after that if sth. changes. The

EVGA e-Geforce 7300GT

2006-12-14 Thread Dan Sikorsky
Hey, Im planning on installing this card tonite freebsd 6.1 i386 Im using a crappy radeon x300se right now, which has the Radeon choice in xorgconfig, however theres no geforce choice. Now, I've read that nvidia is the way to go for freebsd as they have Drivers! so how do I go about this, I

Re: How safe is encrypted disks? (data integrity)

2006-12-14 Thread Hugo Silva
Chad Gross wrote: On 12/14/06, Fabian Keil [EMAIL PROTECTED] wrote: Erik Norgaard [EMAIL PROTECTED] wrote: I have been thinking to make /home on my laptop encrypted - seems like a good idea if it gets stolen. Now, how safe is this? Not in terms of the strength of the encryption

Re: Unable to build jackit-0.102.20

2006-12-14 Thread Gerard Seibert
On Thursday December 14, 2006 at 10:59:27 (AM) Kay Abendroth wrote: Gerard Seibert wrote: On Friday December 08, 2006 at 08:50:36 (AM) Kay Abendroth wrote: Could you comment all compiler flags you set in /etc/make.conf and rerun the build? Please post your build-log again after that

Re: Install via ports...

2006-12-14 Thread RW
On Thu, 14 Dec 2006 01:26:04 +0100 Bastiaan Welmers [EMAIL PROTECTED] wrote: You can do make fetch to fetch the required package distfiles first, or make fetch-recursive to fetch all the required distfiles of all packages required by this package. see man ports for other targets. Use make

Re: Black Lines on my monitor

2006-12-14 Thread Dan Nelson
In the last episode (Dec 14), P Tyrrell said: About two weeks ago I noticed that there was a shadow appearing on the monitor alond any black type or dark picture - thinking it wasthe monitor I swaped it with another and there are still black lines appearing along the lines of text. Are they

Re: processes not getting fair share of available disk I/O

2006-12-14 Thread Dieter
Mutex profiling would show if there is a mutex somehow getting in the way of your I/O (e.g. if Giant is somehow being forced). I dont think it would show anything though. You can try to study interrupt issues (e.g. look for an interrupt storm during I/O) with vmstat -i. Other

Re: EVGA e-Geforce 7300GT

2006-12-14 Thread Vulpes Velox
On Thu, 14 Dec 2006 11:12:02 -0500 Dan Sikorsky [EMAIL PROTECTED] wrote: Hey, Im planning on installing this card tonite freebsd 6.1 i386 Im using a crappy radeon x300se right now, which has the Radeon choice in xorgconfig, however theres no geforce choice. Now, I've read that nvidia is

PowerEdge 6850 Install

2006-12-14 Thread d.hill
I've got an issue with getting FreeBSD to recognize past four gigs of ram. The server we have has 12 gig. I am able to successfully recompile the kernel and get the four CPU's to show up that are installed in the server. I've taken and attempted to compile the PAE kernel file and every time

JAVA plugin for linux-seamonkey

2006-12-14 Thread probsd org
I have the linux-seamonkey port built and I am trying to add the java plugin. I installed the java/diablo-jre15 and made a symlink from /usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so to /usr/local/lib/linux-seamonkey/plugins/ as well as $HOME/.mozilla/plugins yet about:plugins in

Getting a list of dependencies which have to be installed ?

2006-12-14 Thread Frank Staals
Hey..., Is there a utility to display the dependencies of a port which have yet to be installed ? I know you can get a complete dependency list on freebsd.org/ports , pkg_info -r or just looking in the files in the ports dir. But is there a command to display only the dependencies which

Re: PowerEdge 6850 Install

2006-12-14 Thread Bill Moran
In response to [EMAIL PROTECTED]: I've got an issue with getting FreeBSD to recognize past four gigs of ram. The server we have has 12 gig. I am able to successfully recompile the kernel and get the four CPU's to show up that are installed in the server. I've taken and attempted to

Re: processes not getting fair share of available disk I/O

2006-12-14 Thread Kris Kennaway
On Thu, Dec 14, 2006 at 09:07:35AM +, Dieter wrote: Mutex profiling would show if there is a mutex somehow getting in the way of your I/O (e.g. if Giant is somehow being forced). I dont think it would show anything though. You can try to study interrupt issues (e.g. look for

Re: JAVA plugin for linux-seamonkey

2006-12-14 Thread Chad Gross
On 12/14/06, probsd org [EMAIL PROTECTED] wrote: I have the linux-seamonkey port built and I am trying to add the java plugin. I installed the java/diablo-jre15 and made a symlink from /usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so to /usr/local/lib/linux-seamonkey/plugins/ as

DarwinStreamingServer

2006-12-14 Thread Kris Anderson
Hey there folks, Is anybody using the port DarwinStreamingServer? Got the beast installed, easy enough. Problem is that when creating mp3 playlist it reports an error has occured. Check the error logs and there's no entry. Tried converting the mp3s to mp4s (using Nero's media converter) and

nfs_client_enable=YES usage

2006-12-14 Thread Frank Staals
I am running a nfs-client and nfs-server here for quite some time and I'm very happy about it. The client is my laptop ( running 6.1-RELEASE ) and the server a 6.0-STABLE machine. I have enabled nfs_client with nfs_client_enable=YES on my FreeBSD laptop as stated in the handbook:

Re: Getting a list of dependencies which have to be installed ?

2006-12-14 Thread Chad Gross
On 12/14/06, Frank Staals [EMAIL PROTECTED] wrote: Hey..., Is there a utility to display the dependencies of a port which have yet to be installed ? I know you can get a complete dependency list on freebsd.org/ports , pkg_info -r or just looking in the files in the ports dir. But is there a

Re: Getting a list of dependencies which have to be installed ?

2006-12-14 Thread Randy Pratt
On Thu, 14 Dec 2006 19:10:27 +0100 Frank Staals [EMAIL PROTECTED] wrote: Hey..., Is there a utility to display the dependencies of a port which have yet to be installed ? I know you can get a complete dependency list on freebsd.org/ports , pkg_info -r or just looking in the files in the

Re: remote syslog to specific file

2006-12-14 Thread David Robillard
Hello, I am trying to log my sonicwall FW log to a specific file… For the moment all logs are sent to /var/log/messages I would like them to go to /var/log/sonic.log I have tried couple of things which does not seem to work, among them : +fw.xxx.yyy local0.* /var/log/sonic.log

Re: EVGA e-Geforce 7300GT

2006-12-14 Thread Jason Morgan
On Thu, Dec 14, 2006 at 11:41:53AM -0600, Vulpes Velox wrote: On Thu, 14 Dec 2006 11:12:02 -0500 Dan Sikorsky [EMAIL PROTECTED] wrote: Hey, Im planning on installing this card tonite freebsd 6.1 i386 Im using a crappy radeon x300se right now, which has the Radeon choice in

Re: Getting a list of dependencies which have to be installed ?

2006-12-14 Thread Frank Staals
Chad Gross wrote: On 12/14/06, *Frank Staals* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hey..., Is there a utility to display the dependencies of a port which have yet utility which can display this information which I'm not aware of ? Thanks in advance,

Upgrade a binary package

2006-12-14 Thread Eric Brunson
I've been searching the manual and the man pages, but I can't seem to find a command to update an installed package to a newer version. I always get a message like this: pkg_add: package 'expect-5.43.0_1' or its older version already installed I only find info on pkg_add and pkg_delete for

key differences between Darwin FreeBSD; Darwin Mac OSX ?

2006-12-14 Thread Nathan Vidican
I know there there may be more appropriate places to post and/or ask, and I'm not asking for an advanced technical difference in terms of code or anything... but does anyone know some of the key differences between Darwin and FreeBSD, and/or the differences between Darwin and Mac OSX ? What

Re: Getting a list of dependencies which have to be installed ?

2006-12-14 Thread Eric Schuele
On 12/14/2006 12:10, Frank Staals wrote: Hey..., Is there a utility to display the dependencies of a port which have yet to be installed ? I know you can get a complete dependency list on freebsd.org/ports , pkg_info -r or just looking in the files in the ports dir. But is there a command to

Re: Upgrade a binary package

2006-12-14 Thread Kris Kennaway
On Thu, Dec 14, 2006 at 12:46:05PM -0700, Eric Brunson wrote: I've been searching the manual and the man pages, but I can't seem to find a command to update an installed package to a newer version. I always get a message like this: pkg_add: package 'expect-5.43.0_1' or its older version

Re: nfs_client_enable=YES usage

2006-12-14 Thread Jeff Royle
Frank Staals wrote: I am running a nfs-client and nfs-server here for quite some time and I'm very happy about it. The client is my laptop ( running 6.1-RELEASE ) and the server a 6.0-STABLE machine. I have enabled nfs_client with nfs_client_enable=YES on my FreeBSD laptop as stated in the

Re: Getting a list of dependencies which have to be installed ?

2006-12-14 Thread Chris Whitehouse
Frank Staals wrote: Hey..., Is there a utility to display the dependencies of a port which have yet to be installed ? I know you can get a complete dependency list on freebsd.org/ports , pkg_info -r or just looking in the files in the ports dir. But is there a command to display only the

Re: key differences between Darwin FreeBSD; Darwin Mac OSX ?

2006-12-14 Thread Peter A. Giessel
On 2006/12/14 10:47, Nathan Vidican seems to have typed: What does darwin offer that FreeBSD doesn't? Similarily, what does OSX offer that Darwin doesn't? Apple answers your questions here: http://developer.apple.com/opensource/faq.html ___

Re: Upgrade a binary package

2006-12-14 Thread Gerard Seibert
On Thursday December 14, 2006 at 03:11:30 (PM) Kris Kennaway wrote: I've been searching the manual and the man pages, but I can't seem to find a command to update an installed package to a newer version. I always get a message like this: pkg_add: package 'expect-5.43.0_1' or its

Re: key differences between Darwin FreeBSD; Darwin Mac OSX ?

2006-12-14 Thread rw
On Thursday 14 December 2006 19:47, Nathan Vidican wrote: I know there there may be more appropriate places to post and/or ask, and I'm not asking for an advanced technical difference in terms of code or anything... but does anyone know some of the key differences between Darwin and FreeBSD,

Re: PowerEdge 6850 Install

2006-12-14 Thread d.hill
Many thanks to your quick response. Everything is in working order. The install and kernel rebuild for SMP took all of about 20 minutes with rebooting. On Thu, 14 Dec 2006 13:20:16 -0500 Bill Moran [EMAIL PROTECTED] wrote: In response to [EMAIL PROTECTED]: I've got an issue with getting

Re: Dell 2950 1950

2006-12-14 Thread Bill Moran
In response to Peter Grigor [EMAIL PROTECTED]: I looked through the archives and couldn't find much information on the megarc problem. Have you gotten any feedback on whether a megarc fix is forthcoming in the 6.x branch? That's because megarc isn't relevant to the problem, really. The x9xx

error trying to compile /usr/src

2006-12-14 Thread Suporte Dsgx
im trying to compile freebsd 4.10 P24 but on the make world gives me this error cd /usr/src/etc; install -o root -g wheel -m 444 amd.map apmd.conf auth.conf crontab csh.cshrc csh.login csh.logout dhclient.conf dm.conf fbtab ftpusers gettytab group hosts hosts.allow host.conf hosts.equiv

Externally connecting to databases?

2006-12-14 Thread john Mish III
I have mysqld installed (4.1) on my FreeBSD 6.1 box. I need a totally different box to connect to those databases through PHP scripts. I've already tried editing hosts.allow in the /etc/ folder, but no effect. Does FreeBSD need to be restarted after these changes are done, or just inetd, cause

Legato Client for freeBSD

2006-12-14 Thread Phillip Upchurch
I am running Legato on a sun server. I have a server running freeBSD that needs the legato backup client installed. Is there a working legato client for freeBSD ?? Thanks Phil Upchurch 713 513 1143 Schlumberger Houston EMC Server Ops Team ___

Re: How safe is encrypted disks? (data integrity)

2006-12-14 Thread Erik Norgaard
Fabian Keil wrote: Erik Norgaard [EMAIL PROTECTED] wrote: I have been thinking to make /home on my laptop encrypted - seems like a good idea if it gets stolen. Now, how safe is this? Not in terms of the strength of the encryption algorithm, but in terms of integrity. I have no insight on

RE: Externally connecting to databases?

2006-12-14 Thread Murray Taylor
Make sure that skip-networking is commented out or removed from /etc/my.cnf You may be 'turned off' there. You will need to stop - start mysql if you change this setting. mjt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of john Mish III

Re: processes not getting fair share of available disk I/O

2006-12-14 Thread Dieter
Sorry, yes. Nothing else contended for it though, so it doesn't appear to be a source of performance problems - it is probably a secondary effect from something else. I guess you're running some old version of FreeBSD since those line numbers don't correspond to anything reasonable in the

Re: How safe is encrypted disks? (data integrity)

2006-12-14 Thread Wojciech Puchar
I have been thinking to make /home on my laptop encrypted - seems like a good idea if it gets stolen. Now, how safe is this? Not in terms of the strength of the encryption algorithm, but in terms of integrity. I have no insight on the code, but as nobody else answered, my response may be

Re: How safe is encrypted disks? (data integrity)

2006-12-14 Thread Wojciech Puchar
Another thing to consider is the performance hit when using geli with a high encryption. I have mine set to the highest (I think) bit possible and when transferring anything ~500MB+ it lags the system a bit to do the encryption. not a problem at all for me (and most users i think) when

Re: OOPS www proxy

2006-12-14 Thread Wojciech Puchar
for me it works. and works really fast, much faster than squid but after maybe 8-12 hours it crashes. is it buggy or i'm doing something wrong? I used it for several years and am still using it, but not on high loads. It works without crashing on the default install (ports) settings. on

Re: disk I/O tuning parameters

2006-12-14 Thread Wojciech Puchar
Is there a different, more detailed, description of its effects (and/or similar tuning parameters) than found in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-disk.html Is there a way to limit the runningspace, bufspace, or similar parameters on a per disk, per process,

Re: processes not getting fair share of available disk I/O

2006-12-14 Thread Kris Kennaway
On Thu, Dec 14, 2006 at 02:37:31PM +, Dieter wrote: Sorry, yes. Nothing else contended for it though, so it doesn't appear to be a source of performance problems - it is probably a secondary effect from something else. I guess you're running some old version of FreeBSD since those

Re: error trying to compile /usr/src

2006-12-14 Thread Garrett Cooper
Suporte Dsgx wrote: im trying to compile freebsd 4.10 P24 but on the make world gives me this error cd /usr/src/etc; install -o root -g wheel -m 444 amd.map apmd.conf auth.conf crontab csh.cshrc csh.login csh.logout dhclient.conf dm.conf fbtab ftpusers gettytab group hosts hosts.allow

Re: OOPS www proxy

2006-12-14 Thread Ivan Voras
Wojciech Puchar wrote: for me it works. and works really fast, much faster than squid but after maybe 8-12 hours it crashes. is it buggy or i'm doing something wrong? I used it for several years and am still using it, but not on high loads. It works without crashing on the default install

Re: Upgrade a binary package

2006-12-14 Thread RW
On Thursday 14 December 2006 20:55, Gerard Seibert wrote: On Thursday December 14, 2006 at 03:11:30 (PM) Kris Kennaway wrote: ... I only find info on pkg_add and pkg_delete for binary packages, the only references to updating a package give directions on how to use the ports tree.

Re: remote syslog to specific file

2006-12-14 Thread bsd
Thanks David but… I have followed precisely your advises and It keeps on loging to /var/ log/messages instead of /var/log/sonic.log ?? !fw *.* /var/log/sonic.log Using tab instead and no spaces - restarting syslog - ?? I have also tried !firewall // no success //

OpenBSM on 6.2-RC1

2006-12-14 Thread Hugo Silva
Hi list, I'm experimenting with OpenBSM and I'm stuck on something. I've read the manpages and the handbook section related to it, so either I'm missing something obvious, or it doesn't work properly yet. audit_control (relevant part): flags:+all,-all:no naflags:lo audit_user:

Re: Black Lines on my monitor

2006-12-14 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html] Sequence recovered, long/short syndrome. On Thursday, 14 December 2006 at 5:42:11 -0800, Renegade Penguin wrote: P Tyrrell wrote: Hello - Help About two weeks ago I noticed that there was a shadow appearing on the monitor

Re: Dell 2950 1950

2006-12-14 Thread Jay Chandler
Bill Moran wrote: In response to Peter Grigor [EMAIL PROTECTED]: I've just gotten some quotes on a few dell machines and I was wondering now if freebsd 6.x is able to run on them properly. Perc/5i cards and 64-bit Intel chips are my worries :) Anyone have any experiences they'd like to

Re: Dell 2950 1950

2006-12-14 Thread Bill Moran
Jay Chandler [EMAIL PROTECTED] wrote: Bill Moran wrote: In response to Peter Grigor [EMAIL PROTECTED]: I've just gotten some quotes on a few dell machines and I was wondering now if freebsd 6.x is able to run on them properly. Perc/5i cards and 64-bit Intel chips are my worries :)

Re: Dell 2950 1950

2006-12-14 Thread Jay Chandler
Bill Moran wrote: We get all our units with Dell's remote access card installed. It gives us the same kind of remote admin -- equivalent to being able to hit the power button from the other side of the planet. Some of our servers have it, some of them don't-- I've been here four months, and

Re: Legato Client for freeBSD

2006-12-14 Thread D G Teed
The legato client in ports has been dropped for lack of maintenance and security issue of the default config. You can get a 6.0 compatible client by back dating ports. Current 7.x versions of the legato server will not work with this old FreeBSD client version, so it may be a dead end. We are

Re: Dell 2950 1950

2006-12-14 Thread d.hill
On Thu, 14 Dec 2006 17:40:57 -0800 Jay Chandler [EMAIL PROTECTED] wrote: Bill Moran wrote: We get all our units with Dell's remote access card installed. It gives us the same kind of remote admin -- equivalent to being able to hit the power button from the other side of the planet. Some

FreeBSD ports tree on OpenBSD/NetBSD

2006-12-14 Thread Ansar Mohammed
Does the FreeBSd ports tree work on NetBSD or OpenBSD? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

cvsup and amd64

2006-12-14 Thread Z. Wade Hampton
Greetings to all, I'm running a dell 1501 laptop with amd64x2 processor. I got a disk from a guru specifically for this architecture, booted it, and installed 6.1 via FTP. Yesterday I ran cvsup successfully. Today I did make buildworld successfully. Now, I have a little paranoia about

Re: cvsup and amd64

2006-12-14 Thread Jay Chandler
Z. Wade Hampton wrote: Greetings to all, I'm running a dell 1501 laptop with amd64x2 processor. I got a disk from a guru specifically for this architecture, booted it, and installed 6.1 via FTP. Yesterday I ran cvsup successfully. Today I did make buildworld successfully. Now, I have a

Re: processes not getting fair share of available disk I/O

2006-12-14 Thread Dieter
FreeBSD 6.0 Erk. How about retrying with something modern ;-) We do fix lots of bugs over time you know! In my defense, 6.0 is only one revision down. (until 6.2 comes out real soon now) 32.3%Sys 31.5%Intr 0.0%User 0.0%Nice 36.2%Idl 710892 inact32 3: sio1 74.8%Sys

Re: FreeBSD ports tree on OpenBSD/NetBSD

2006-12-14 Thread Eric Buchanan
On Thursday 14 December 2006 18:37, Ansar Mohammed wrote: Does the FreeBSd ports tree work on NetBSD or OpenBSD? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Palm Tx + jpilot

2006-12-14 Thread Armin Arh
Running a 6.2PRERELEASE kernel here. Just purchased a brand new Palm TX Handheld and connected it via usb to my PC. Surprisingly jpilot did not work, did so for my elder Zire71 (which is broken...) running 5.4-RELEASE. After clearing the confusion about ucom0 was renamed to cuaU0 (why?) it

proftpd syntax error

2006-12-14 Thread Beech Rintoul
I'm in the process of updating this port. I'm getting this on a test build: support.c: In function `sreplace': support.c:862: error: syntax error at end of input gmake[1]: *** [support.o] Error 1 gmake[1]: Leaving directory `/usr/ports/ftp/proftpd.test/work/proftpd-1.3.1rc1/src' gmake: *** [src]

Re: processes not getting fair share of available disk I/O

2006-12-14 Thread Kris Kennaway
On Thu, Dec 14, 2006 at 04:26:18PM +, Dieter wrote: FreeBSD 6.0 Erk. How about retrying with something modern ;-) We do fix lots of bugs over time you know! In my defense, 6.0 is only one revision down. (until 6.2 comes out real soon now) Or to put it another way, your

Re: cvsup and amd64

2006-12-14 Thread Kris Kennaway
On Thu, Dec 14, 2006 at 08:18:11PM -0700, Z. Wade Hampton wrote: Greetings to all, I'm running a dell 1501 laptop with amd64x2 processor. I got a disk from a guru specifically for this architecture, booted it, and installed 6.1 via FTP. Yesterday I ran cvsup successfully. Today I did make

Re: Palm Tx + jpilot

2006-12-14 Thread Anish Mistry
On Thursday 14 December 2006 23:59, Armin Arh wrote: Running a 6.2PRERELEASE kernel here. Just purchased a brand new Palm TX Handheld and connected it via usb to my PC. Surprisingly jpilot did not work, did so for my elder Zire71 (which is broken...) running 5.4-RELEASE. After clearing the

Re: Palm Tx + jpilot

2006-12-14 Thread Armin Arh
On Fri, Dec 15, 2006 at 01:16:46AM -0500, Anish Mistry wrote: In /etc/devfs.conf: perm cuaU0 0666 but then: ## l /dev/cuaU0 crw-rw 1 uucp dialer - 0, 113 Dec 15 05:00 /dev/cuaU0 The /dev/devfs.conf permissions only apply when i run /etc/rc.d/devfs restart This is a

Re: Upgrade a binary package

2006-12-14 Thread Boris Samorodov
On Thu, 14 Dec 2006 15:11:30 -0500 Kris Kennaway wrote: On Thu, Dec 14, 2006 at 12:46:05PM -0700, Eric Brunson wrote: I've been searching the manual and the man pages, but I can't seem to find a command to update an installed package to a newer version. I always get a message like this:

ipf and dealing with inbound RPC services

2006-12-14 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello once again, Just setup ipf on my freebsd server, and I'm having some issues with RPC services and my firewall rules. I run nfsd and smbd, exporting my directories to a number of clients, and everything works without the firewall

Re: Local DNS Caching not caching on external interface

2006-12-14 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 14 Dec 2006 08:34:11 -0500 Chad Gross [EMAIL PROTECTED] wrote: On 12/14/06, Tek Bahadur Limbu [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 14 Dec 2006 01:08:11 -0800 Christopher Cowart [EMAIL

Re: Local DNS Caching not caching on external interface

2006-12-14 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 14 Dec 2006 08:34:11 -0500 Chad Gross [EMAIL PROTECTED] wrote: On 12/14/06, Tek Bahadur Limbu [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 14 Dec 2006 01:08:11 -0800 Christopher Cowart [EMAIL