Re: OT: rsync on Mac OSX

2013-07-12 Thread Chris Maness
On Tue, Jul 2, 2013 at 3:11 PM, Chris Maness ch...@chrismaness.com wrote: Since you are going to wait anyway, why don't you try peeking at some of the file checksums while this is running? MacOS X comes with a shasum utility which implements SHA-256 checksums, so you should be able

Re: OT: rsync on Mac OSX

2013-07-12 Thread Chris Maness
On Fri, Jul 12, 2013 at 11:12 AM, Paul Kraus p...@kraus-haus.org wrote: Dropping the list … On Jul 12, 2013, at 1:49 PM, Chris Maness ch...@chrismaness.com wrote: Checksums are the same. All other files still work however the HUGE rendered Final Cut Pro output, so I guess it is something

OT: rsync on Mac OSX

2013-07-02 Thread Chris Maness
to a folder in another drive, and the OS does not recognize the final rendered files as quicktime files. The files work fine in the parent drive. I have no idea what might be going on. I used the flags: rsync -vaur like I always do. Any suggestions? Thanks, Chris Maness

Re: OT: rsync on Mac OSX

2013-07-02 Thread Chris Maness
On Tue, Jul 2, 2013 at 2:30 PM, Giorgos Keramidas keram...@ceid.upatras.grwrote: On Tue, 2 Jul 2013 13:35:00 -0700, Chris Maness ch...@chrismaness.com wrote: I have been using rsync with Mac OSX with no issues until today. I generally use it instead of the copy command because if the copy

Re: OT: rsync on Mac OSX

2013-07-02 Thread Chris Maness
, well, then there's your problem. That could be the issue. I did see some permission warnings with .DS_Store. However, to make space I had to dump all of it, so no files to do a post mortem on. I will have to check that out if things go awry this time. Thanks, Chris Maness

Re: Any BASIC Gurus around?

2013-06-18 Thread Chris Maness
can figure out if you are missing any of the other contributions out there. I think there were a total of three patches before yours. Thanks, Paul Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Any BASIC Gurus around?

2013-06-17 Thread Chris Maness
.) THEN GOTO 2190 2180 HA=H+1./(TAN((H+8.59/(H+4.42))*DR))/60. 2190 RETURN 2200 U=SIN(HA*DR) 2210 X=753.6616 2220 S=FNARCSIN(X*COS(HA*DR)/(X+1.)) 2230 M=X*(COS(S)-U)+COS(S) 2240 M=EXP(-.21*M)*U+.0289*EXP(-.042*M)*(1.+(HA+90.)*U/57.29578) 2250 RETURN Thanks, Chris Maness

Re: Any BASIC Gurus around?

2013-06-17 Thread Chris Maness
:06.0 -0700 @@ -104,7 +104,7 @@ 1020 ON N GOTO 1030, 1090 1030 IS=133775.*M/SK 1040 PRINT SUN AZIMUTH (DEG.) ;AZ -1050 PRINT SUN ALTITUDE (DOG.) ;HA +1050 PRINT SUN ALTITUDE (DEG.) ;HA 1060 PRINT SUN ILLUMINANCE (LUX) ;IS 1070 N=2 1080 GOTO 940 Regards, Chris Maness On Mon, Jun 17, 2013

Re: Any BASIC Gurus around?

2013-06-17 Thread Chris Maness
. THEN GOTO 2040 2020 H=FNARCOS(H)*RD/C 2030 RETURN 2040 H=1.5 Thanks, guys. It will be cool if I can figure out why the interpreter is core dumping. Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Any BASIC Gurus around?

2013-06-17 Thread Chris Maness
the original in a minute and send the link. Thanks, again Chris Maness On Mon, Jun 17, 2013 at 1:24 PM, Chris Maness ch...@chrismaness.com wrote: Thanks a ton Greg, it works great. The only thing I that seems to be an issue of I use Zulu time. According to the ephemeris the time seems

Re: Any BASIC Gurus around?

2013-06-17 Thread Chris Maness
Here is a link to the USNO article that the BASIC program originated from: USNO171s.pdf http://www.chrismaness.com/backend/USNO171s.pdf Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Sendmail relaying for Intranet?

2013-02-13 Thread Chris Maness
might be simplest solution. Peter ___ That looks like would only take care of outbound mail, but what about incoming mail? Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http

Sendmail relaying for Intranet?

2013-02-12 Thread Chris Maness
. Is there an easy answer and configuration for this? If not, no biggy since this exercise is more academic than a necessity. Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Sendmail relaying for Intranet?

2013-02-12 Thread Chris Maness
On Tue, Feb 12, 2013 at 3:05 PM, Robison, Dave david.robi...@fisglobal.com wrote: On 02/12/2013 12:54, Chris Maness wrote: I have a FreeBSD box running sendmail that can see the whole internet. I have another mail server that hosts mail for an intranet. It does not have access to the i-net

Adding a Static Route to rc.conf?

2012-05-03 Thread Chris Maness
On Tue, May 1, 2012 at 8:31 AM, Chris Maness chris at chrismaness.com wrote: How do add a static route to rc.conf? Thanks, Chris Maness http://www.freebsd.org/doc/handbook/network-routing.html see section 32.2.5.2 Persistent Configuration -- Noel Jones I added: # Add Internal Net 2

Re: Adding a Static Route to rc.conf?

2012-05-03 Thread Chris Maness
http://www.freebsd.org/cgi/man.cgi?query=rc.confsektion=5 (near the bottom)  -- Noel Jones I will check that option out. I don't reboot that often, but when I do, I always forget to go back in and add my static routes. Thanks, Chris Maness

Re: Adding a Static Route to rc.conf?

2012-05-02 Thread Chris Maness
On Tue, May 1, 2012 at 8:31 AM, Chris Maness ch...@chrismaness.com wrote: How do add a static route to rc.conf? Thanks, Chris Maness http://www.freebsd.org/doc/handbook/network-routing.html see section 32.2.5.2 Persistent Configuration -- Noel Jones Thanks, Noel Chris

Adding a Static Route to rc.conf?

2012-05-01 Thread Chris Maness
How do add a static route to rc.conf? Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

OT: Slackware: Starting Servers at Boot

2012-02-02 Thread Chris Maness
inetd. Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: OT: Slackware: Starting Servers at Boot

2012-02-02 Thread Chris Maness
On Thu, Feb 2, 2012 at 1:01 PM, Waitman Gobble gobble...@gmail.com wrote: On Feb 2, 2012 12:22 PM, Chris Maness ch...@chrismaness.com wrote: I have been using FreeBSD for so long I forgot how to configure services and startup.  I now also have a Slack box.  What file do I edit to so

2Wire Router and Host Discovery

2012-02-01 Thread Chris Maness
for that address and cache the response just like any other host on the local net. ATT is just suggesting that I buy a Motorola router and be done with it. I would prefer to fix it in software if I can. Any suggestions and advice on this? Thanks, Chris Maness

Displaying Routing Tables

2012-01-27 Thread Chris Maness
route command? Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Displaying Routing Tables

2012-01-27 Thread Chris Maness
On Fri, Jan 27, 2012 at 9:38 PM, Bernt Hansson b...@bananmonarki.se wrote: 2012-01-28 05:40, Chris Maness skrev: Executing route under linux displays all of the routing info for that host.  For the life of me I cannot figure out how to get the BSD route command to dump the whole table at once

RECEIVED: Bible (92313)

2010-10-13 Thread Chris Maness
Got a Bible.  Thanks, Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

RSS to email?

2010-09-20 Thread Chris Maness
Is there an app in ports that can fetch RSS feeds and send them as an email? Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

WANTED: Camera Neck Strap (92313)

2010-09-16 Thread Chris Maness
Does anyone have an old camera neck strap hanging around? Regards, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: WANTED: Camera Neck Strap (92313)

2010-09-16 Thread Chris Maness
oops. I meant freecycler ;o) sorry guys. Chris On Thu, Sep 16, 2010 at 9:28 AM, Jon Radel j...@radel.com wrote: On 9/16/10 12:19 PM, Chris Maness wrote: Does anyone have an old camera neck strap hanging around? Regards, Chris Maness

Molecular Modeling Software?

2010-08-24 Thread Chris Maness
Is there any molecular modeling software in ports? Regards, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Molecular Modeling Software?

2010-08-24 Thread Chris Maness
On Tue, Aug 24, 2010 at 8:27 AM, Rodrigo Gonzalez rjgonz...@estrads.com.ar wrote:  Maybe /usr/ports/biology/pymol is what you need On Tue, 24 Aug 2010 08:22:57 -0700 Chris Maness ch...@chrismaness.com wrote: Is there any molecular modeling software in ports? Regards, Chris Maness Yea, I

Spontaneous Reboots (I thought it was Virtualbox Kernel Modules)

2010-08-24 Thread Chris Maness
I have cleaned it out I have not had any issues with heat.  I am thinking bad processor/ram.  It is behaving the same way before/after the upgraded to the latest release.  What do you guys think? Regards, Chris Maness ___ freebsd-questions@freebsd.org

Re: Spontaneous Reboots (I thought it was Virtualbox Kernel Modules)

2010-08-24 Thread Chris Maness
On Tue, Aug 24, 2010 at 12:47 PM, Robert Bonomi bon...@mail.r-bonomi.com wrote: From owner-freebsd-questi...@freebsd.org  Tue Aug 24 12:29:16 2010 Date: Tue, 24 Aug 2010 10:29:27 -0700 From: Chris Maness ch...@chrismaness.com To: freebsd-questions@freebsd.org Subject: Spontaneous Reboots (I

Directory Encryption?

2010-08-23 Thread Chris Maness
What is a good tool to encrypt a directory? I need an application that is also readily available for Apple OSX, and that does not get mangled when transferring via rsync. Regards, Chris Maness ___ freebsd-questions@freebsd.org mailing list http

Re: BSD equivalent of Linux's free(1)?

2010-08-18 Thread Chris Maness
! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org Would not the info displayed in the command top suffice? Regards, Chris Maness

Pop3 Error Question?

2010-08-14 Thread Chris Maness
From lines (envelopes), change recognition modes. +OK Pop server at ns1.**.org signing off. Connection closed by foreign host. for security Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Pop3 Error Question?

2010-08-14 Thread Chris Maness
On Sat, Aug 14, 2010 at 11:09 AM, Mikhail hidden.n...@gmail.com wrote: On 14.08.2010 21:58, Chris Maness wrote: Unable to process From lines (envelopes), change recognition modes Here[1] you can find pretty good explanation. Be well. [1] - http://marc.info/?l=pine-infom=96822028906940w=2

Re: Spontaneous Reboots with Virtualbox Kernel Modules

2010-08-11 Thread Chris Maness
On Wed, Aug 11, 2010 at 7:22 AM, Dan Nelson dnel...@allantgroup.com wrote: In the last episode (Aug 10), Chris Maness said: On Tue, Aug 10, 2010 at 4:08 PM, Roland Smith rsm...@xs4all.nl wrote: On Tue, Aug 10, 2010 at 03:38:03PM -0700, Chris Maness wrote: I have had two spontaneous reboots

Re: Spontaneous Reboots with Virtualbox Kernel Modules

2010-08-11 Thread Chris Maness
On Wed, Aug 11, 2010 at 7:58 AM, Adam Vande More amvandem...@gmail.com wrote: On Wed, Aug 11, 2010 at 9:52 AM, Chris Maness ch...@chrismaness.com wrote: Were you running it on 8.0?  I am wondering if the issue was fixed in 8.1.  I have commented out the modules for now.  I am a little nervous

Re: Spontaneous Reboots with Virtualbox Kernel Modules

2010-08-11 Thread Chris Maness
On Wed, Aug 11, 2010 at 8:31 AM, Adam Vande More amvandem...@gmail.com wrote: On Wed, Aug 11, 2010 at 10:22 AM, Chris Maness ch...@chrismaness.com wrote: I am running 3.2.6 and it was crashing. On the = 3.2.4 stuff, only time is crashed was with multiple cpu vm's. Doesn't happen any longer

Jail from dump/restore?

2010-08-11 Thread Chris Maness
Is it possible to create a jail from a dump/restore of a real system. If so, would I just restore the dump to the jail tld? Regards, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Chris Maness
I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp.  I checked and my name or group does not seem to show up in ftpusers.  Any suggestions as to what might have happened? Thanks, Chris Maness ___ freebsd-questions

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Chris Maness
On Tue, Aug 10, 2010 at 2:07 PM, Mark Tinguely marktingu...@gmail.com wrote: Chris Maness wrote: I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp.  I checked and my name or group does not seem to show up in ftpusers.  Any suggestions as to what might have

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Chris Maness
On Tue, Aug 10, 2010 at 2:07 PM, Mark Tinguely marktingu...@gmail.com wrote: Chris Maness wrote: I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp.  I checked and my name or group does not seem to show up in ftpusers.  Any suggestions as to what might have

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Chris Maness
On Tue, Aug 10, 2010 at 2:19 PM, Mark Tinguely marktingu...@gmail.com wrote: Chris Maness wrote: On Tue, Aug 10, 2010 at 2:07 PM, Mark Tinguely marktingu...@gmail.com wrote: Chris Maness wrote: I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp.  I

Spontaneous Reboots with Virtualbox Kernel Modules

2010-08-10 Thread Chris Maness
I have had two spontaneous reboots since I have began using virtualbox. I have never had the issue before. I just upgraded to 8.1 yesterday, so I will see if it happens again. Has anyone else had crashes/reboots running these modules? Thanks, Chris Maness

Re: Spontaneous Reboots with Virtualbox Kernel Modules

2010-08-10 Thread Chris Maness
On Tue, Aug 10, 2010 at 4:08 PM, Roland Smith rsm...@xs4all.nl wrote: On Tue, Aug 10, 2010 at 03:38:03PM -0700, Chris Maness wrote: I have had two spontaneous reboots since I have began using virtualbox.  I have never had the issue before.  I just upgraded to 8.1 yesterday, so I will see

Xchess?

2010-07-16 Thread Chris Maness
What ever happened to xchess the gnu-chess engine client? Did it merge into something else? Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Virtualbox Networking Issues

2010-07-15 Thread Chris Maness
I have all the pertinent kernel modules loaded, and I have tried all different combination of network settings in virtualbox. This is a FreeBSD host running on a FreeBSD client. Any suggestions appreciated. Thanks, Chris Maness ___ freebsd-questions

Re: Virtualbox Networking Issues

2010-07-15 Thread Chris Maness
I am not able to ping anything. I cannot ping the gateway or the host. I tried bridge, NAT, and host only. Chris On Thu, Jul 15, 2010 at 2:25 PM, Remko Lodder re...@elvandar.org wrote: On Jul 15, 2010, at 11:20 PM, Chris Maness wrote: I have all the pertinent kernel modules loaded, and I

Re: Virtualbox Networking Issues

2010-07-15 Thread Chris Maness
I tried the second Intel adapter in the list and it worked under bridge mode. Thanks, Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Virtualbox Networking Issues

2010-07-15 Thread Chris Maness
On Thu, Jul 15, 2010 at 3:00 PM, Remko Lodder re...@elvandar.org wrote: On Jul 15, 2010, at 11:57 PM, Chris Maness wrote: I tried the second Intel adapter in the list and it worked under bridge mode. This is really unsatisfying, can you generate an ifconfig -a and report it back so that we

Re: Virtualbox Networking Issues

2010-07-15 Thread Chris Maness
On Thu, Jul 15, 2010 at 3:06 PM, Remko Lodder re...@elvandar.org wrote: On Jul 16, 2010, at 12:05 AM, Chris Maness wrote: On Thu, Jul 15, 2010 at 3:00 PM, Remko Lodder re...@elvandar.org wrote: On Jul 15, 2010, at 11:57 PM, Chris Maness wrote: I tried the second Intel adapter in the list

libSM Configure Script Failure

2010-07-14 Thread Chris Maness
What would cause a configure script to fail? See output bellow. Chris Maness (909) 223-9179 http://www.chrismaness.com=== License check disabled, port has not defined LICENSE === Extracting for libSM-1.1.1_1,1 = MD5 Checksum OK for xorg/lib/libSM-1.1.1.tar.bz2. = SHA256 Checksum OK for xorg

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 9:51 AM, Greg Larkin glar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Maness wrote: What would cause a configure script to fail?  See output bellow. Chris Maness (909) 223-9179 http://www.chrismaness.com Hi Chris, Please post

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Maness wrote: What would cause a configure script to fail?  See output bellow. Chris Maness (909) 223-9179 http://www.chrismaness.com Hi Chris, Since we've

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin glar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Maness wrote: On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Maness wrote: What would

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:42 PM, Chris Maness ch...@chrismaness.com wrote: On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin glar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Maness wrote: On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org wrote

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 1:45 PM, Greg Larkin glar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Maness wrote: On Wed, Jul 14, 2010 at 12:42 PM, Chris Maness ch...@chrismaness.com wrote: On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin glar...@freebsd.org wrote

Re: Can anyone Reproduce this Gstreamer-plugins compile error?

2010-07-13 Thread Chris Maness
On Tue, Jul 13, 2010 at 4:16 PM, Koop Mast k...@rainbow-runner.nl wrote: On Tue, 2010-07-13 at 14:52 -0700, Chris Maness wrote: `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.29/sys/ximage'   CC     libgstximagesink_la-ximagesink.lo In file included from ximagesink.c:111

Squirrel Mail Time Zone Errors

2010-07-10 Thread Chris Maness
/squirrelmail/functions/date.php on line 289 These things go on forever in the in box. Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Squirrel Mail Time Zone Errors

2010-07-10 Thread Chris Maness
On Sat, Jul 10, 2010 at 8:43 AM, Amitabh Kant amitabhk...@gmail.com wrote: On Sat, Jul 10, 2010 at 9:01 PM, Chris Maness ch...@chrismaness.com wrote: Is anyone getting these errors when logging in to Squirrel Mail? Warning: strtotime() [function.strtotime]: It is not safe to rely

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
On Thu, Jul 1, 2010 at 7:33 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2010 15:05:37, Chris Maness wrote: Can a sub block of IP address space be used, and if so, what is the wild card? Yes.  You can use lists of IPs

Trying to Install VirtualboxOSE

2010-07-03 Thread Chris Maness
. ## Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
On Sat, Jul 3, 2010 at 12:52 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/07/2010 20:28:27, Chris Maness wrote: Including the line: acl public-nets { 127.0.0.1; ::1; }                                     ^ You need a semi

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
{ type master; file /etc/namedb/master/luisalaniz.com.hosts; }; Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
Ahhh, I see I need to add: allow-query { any; }; to my authoritative zones. Thanks it all works now. Chris Maness p.s. So was this a change in the default behavior of BIND over the years? Because I don't think my named.conf has been changed, and this used to work for any hosts

Re: BIND Refusing to Resolve for External Hosts

2010-07-01 Thread Chris Maness
Can a sub block of IP address space be used, and if so, what is the wild card? Chris On Wed, Jun 30, 2010 at 7:34 AM, Chris Maness ch...@chrismaness.com wrote: On Wed, Jun 30, 2010 at 1:49 AM, krad kra...@googlemail.com wrote: On 29 June 2010 07:20, Chris Maness ch...@chrismaness.com wrote

Re: BIND Refusing to Resolve for External Hosts

2010-06-30 Thread Chris Maness
On Wed, Jun 30, 2010 at 1:49 AM, krad kra...@googlemail.com wrote: On 29 June 2010 07:20, Chris Maness ch...@chrismaness.com wrote: My named server used to resolve for external hosts.  Recently I have noticed that it no longer resolves names for resolvers not on the local host.  It works

BIND Refusing to Resolve for External Hosts

2010-06-29 Thread Chris Maness
for hosts that it is authoritative for. Any help would be appreciated. Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Apache URL Redirect?

2010-05-03 Thread Chris Maness
from: http://podcast.rccoc.org/?feed=rss2 to: http://podcast.rccoc.org/?feed=podcast I have tried playing with some directives like: Redirect permanent /one http://example.com/two but they did not seem to work. I need apache to return 301 and the new URL. Any Ideas? Thanks, Chris Maness

Re: Dump/Restore?

2009-09-14 Thread Chris Maness
utis...@googlemail.com wrote: On 14 Sep 2009 02:50, Chris Maness ch...@chrismaness.com wrote: On Sun, Sep 13, 2009 at 6:15 PM, Chris Maness ch...@chrismaness.com wrote: I level 0 dump of my server. I lost a file that I need back. Is it possible to use restore like tar and explode

Dump/Restore?

2009-09-13 Thread Chris Maness
I level 0 dump of my server. I lost a file that I need back. Is it possible to use restore like tar and explode it into a directory instead of a pristine partition/mount? Or even better, is it possible to just extract a single file without exploding the whole tape dump? Sorry if the question

Re: Dump/Restore?

2009-09-13 Thread Chris Maness
On Sun, Sep 13, 2009 at 6:15 PM, Chris Maness ch...@chrismaness.com wrote: I level 0 dump of my server.  I lost a file that I need back.  Is it possible to use restore like tar and explode it into a directory instead of a pristine partition/mount?  Or even better, is it possible to just

ftp user issues

2009-06-18 Thread Chris Maness
I just upgraded to 7.2, and I am no longer able to log in via ftp with my user name. Other accounts are ok on the server. I checked the ftpusers file and my name is not on the list. Chris Maness ___ freebsd-questions@freebsd.org mailing list http

Re: ftp user issues

2009-06-18 Thread Chris Maness
Documentation is great.  RTFM I don't think a RTFM is justified as this connection is an esoteric one for some of us. Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: ftp user issues

2009-06-18 Thread Chris Maness
is your user's shell (i.e: bash) in /etc/shells ? This was the issue, thanks. I guess I missed that one in mergemaster. Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

AFP Client in FreeBSD

2009-06-10 Thread Chris Maness
, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: AFP Client in FreeBSD

2009-06-10 Thread Chris Maness
an AFP server, but there is little information on the client.  Any suggestions? rsync ? Cheers, Steph Well I am using the dump command, and I am not sure if I want to dump to the same partition that I am backing up. Can I use rsync to pipe the dump output via ssh? Thanks, Chris

Re: AFP Client in FreeBSD

2009-06-10 Thread Chris Maness
On Wed, Jun 10, 2009 at 11:24 AM, Greg Larkinglar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Maness wrote: Is there an AFP client for FreeBSD?  I have a mac with a gargantuan hard drive, and I would like to back up my FreeBSD server to it, and back up my mac

Re: AFP Client in FreeBSD

2009-06-10 Thread Chris Maness
On Wed, Jun 10, 2009 at 12:05 PM, Wojciech Pucharwoj...@wojtek.tensor.gdynia.pl wrote: MacOS X is unix-based. All it's GUI and other isn't unixlike, but base system is. You may compile unix commands on it. Maybe just ftpd, or rsync? I use dump. I think dumping to the same partition that

Re: AFP Client in FreeBSD

2009-06-10 Thread Chris Maness
Wojciech Puchar wrote: I use dump. I think dumping to the same partition that you are backing up is a bad idea. works fine and WILL work fine by design. just you have to create directory, flag it with nodump and dump to file in that directory I forgot about nodump. Thanks. Chris

Re: AFP Client in FreeBSD

2009-06-10 Thread Chris Maness
to back up my FreeBSD server to it, and back up my mac to my FreeBSD server.  I have seen where FreeBSD can be an AFP server, but there is little information on the client.  Any suggestions? Thanks, Chris Maness ___ freebsd-questions@freebsd.org

Flash 9

2009-03-25 Thread Chris Maness
Is there now a cleaner way to install flash on FreeBSD, or do we still have to wade through this: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=51075+0+archive/2008/freebsd-emulation/20081102.freebsd-emulation Thanks, Chris ___

Re: Flash 9

2009-03-25 Thread Chris Maness
Is this an Open Source alternative? Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Firefox Compile Issues

2008-12-02 Thread Chris Maness
I am compiling firefox 3. It just hangs at these lines. /usr/ports/www/firefox3/work/mozilla/security/nss/cmd/shlibsign/FreeBSD7.0_OPT.OBJ/shlibsign -v -i /usr/ports/www/firefox3/work/mozilla/dist/lib/libsoftokn3.so ___ freebsd-questions@freebsd.org

Xeon Quad Core (Was: Server Freezing Solid)

2008-11-24 Thread Chris Maness
Since a Xeon Quad Core is a 64bit processor, would it work ok with FreeBSD? Or would the adm64 release be better for that chip? Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Xeon Quad Core (Was: Server Freezing Solid)

2008-11-24 Thread Chris Maness
Wojciech Puchar wrote: Since a Xeon Quad Core is a 64bit processor, would it work ok with FreeBSD? Or would the adm64 release be better for that chip? don't be suggested by amd in port name. it's for AMD64-compatible processor, for example your xeon Sorry, I wasn't very clear. I am currently

Re: Xeon Quad Core (Was: Server Freezing Solid)

2008-11-24 Thread Chris Maness
Roland Smith wrote: On Mon, Nov 24, 2008 at 11:37:25AM -0800, Chris Maness wrote: Wojciech Puchar wrote: Since a Xeon Quad Core is a 64bit processor, would it work ok with FreeBSD? Or would the adm64 release be better for that chip? don't be suggested by amd in port name. it's

Re: Xeon Quad Core (Was: Server Freezing Solid)

2008-11-24 Thread Chris Maness
Roland Smith wrote: On Mon, Nov 24, 2008 at 11:37:25AM -0800, Chris Maness wrote: Wojciech Puchar wrote: Since a Xeon Quad Core is a 64bit processor, would it work ok with FreeBSD? Or would the adm64 release be better for that chip? don't be suggested by amd in port name. it's

Re: Server Freezing Solid

2008-11-12 Thread Chris Maness
the server on a couple of months ago, I ran into a couple of post stating that the Abit VP6 had issues with components that fail. This seems to have happened. The old 1U box I switched the hardrive to yesterday is working flawlessly. However, this machine is a little on the underpowered side. Chris

Server Freezing Solid

2008-11-11 Thread Chris Maness
I am having a new problem. I have been running FreeBSD for years with no crashing. All of a sudden my server starts crashing with no panic messages. I am suspecting hardware because there are no messages, but the CPU temp is fine. Weird --maybe bad RAM? Chris Maness

Re: Server Freezing Solid

2008-11-11 Thread Chris Maness
Roland Smith wrote: On Tue, Nov 11, 2008 at 06:42:39AM -0800, Chris Maness wrote: I am having a new problem. I have been running FreeBSD for years with no crashing. All of a sudden my server starts crashing with no panic messages. I am suspecting hardware because there are no messages

Re: Compiling in Debugging Flags

2008-05-13 Thread Chris Maness
On Sun, 04 May 2008 19:55:42 -0700 Chris Maness [EMAIL PROTECTED] wrote: It is a problem with php extension extension=mhash.so. If I remove it from extensions.ini it works. However, there does not seem to be order of arrangement that restores sanity. I believe I need mhash

Re: Compiling in Debugging Flags

2008-05-13 Thread Chris Maness
On Sun, 04 May 2008 19:55:42 -0700 Chris Maness [EMAIL PROTECTED] wrote: It is a problem with php extension extension=mhash.so. If I remove it from extensions.ini it works. However, there does not seem to be order of arrangement that restores sanity. I believe I need mhash

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Toomas Aas wrote: L, 03 mai 2008 kirjutas Chris Maness [EMAIL PROTECTED]: Sorry about all of the e-mails. I remembered that I was having issues with apache and the php5 module. I have deinstalled php5 and apache runs fine. However, even with the latest ports tree with apache13 and php5

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Patrick Clochesy wrote: Standard diagnostic rules apply. What does a coredump say? GDB? Did you remove all modules and readd 1-by-1 to isolate the problem if the modules are your suspicion? What is the frequency of the crashes? -Patrick I have posted all of the output. The whole thread can

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Chris Maness wrote: Patrick Clochesy wrote: Standard diagnostic rules apply. What does a coredump say? GDB? Did you remove all modules and readd 1-by-1 to isolate the problem if the modules are your suspicion? What is the frequency of the crashes? -Patrick I have posted all of the output

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Chris Maness wrote: Chris Maness wrote: Patrick Clochesy wrote: Standard diagnostic rules apply. What does a coredump say? GDB? Did you remove all modules and readd 1-by-1 to isolate the problem if the modules are your suspicion? What is the frequency of the crashes? -Patrick I have posted

Re: Compiling in Debugging Flags

2008-05-04 Thread Chris Maness
Toomas Aas wrote: L, 03 mai 2008 kirjutas Chris Maness [EMAIL PROTECTED]: Sorry about all of the e-mails. I remembered that I was having issues with apache and the php5 module. I have deinstalled php5 and apache runs fine. However, even with the latest ports tree with apache13 and php5

rsync as root for mail servers?

2008-05-04 Thread Chris Maness
I plan on cutting over a server to new hardware, and I was wondering if I can add cert based login for root (how do I do this)? This is so that I can use rsync as root to sync the mail spool and home directories. Will this work? I am using sendmail and wu-imapd. Thanks, Chris Maness

Compiling in Debugging Flags

2008-05-02 Thread Chris Maness
no messages either. Wierd. Thanks, Chris Maness (909) 223-9179 http://www.chrismaness.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

  1   2   3   >