Re: OT: rsync on Mac OSX

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

Re: OT: rsync on Mac OSX

2013-07-12 Thread Chris Maness
On Tue, Jul 2, 2013 at 3:11 PM, Chris Maness 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 checksu

Re: OT: rsync on Mac OSX

2013-07-02 Thread Chris Maness
me MacOS directories contain. > > But if the checksums are different, 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 ha

Re: OT: rsync on Mac OSX

2013-07-02 Thread Chris Maness
On Tue, Jul 2, 2013 at 2:30 PM, Giorgos Keramidas wrote: > On Tue, 2 Jul 2013 13:35:00 -0700, Chris Maness > 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 fails > > on la

OT: rsync on Mac OSX

2013-07-02 Thread Chris Maness
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: Any BASIC Gurus around?

2013-06-18 Thread Chris Maness
f<http://www.caspersworld.co.uk/FreeBSD/basic.diff> > > HTH > Paul > > > Paul, which version did you patch for? It doesn't seem to be the latest or the original. If you want to post the whole file. I can figure out if you are missing any of the other contributions out t

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/li

Re: Any BASIC Gurus around?

2013-06-17 Thread Chris Maness
post the original in a minute and send the link. Thanks, again Chris Maness On Mon, Jun 17, 2013 at 1:24 PM, Chris Maness 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 to be > wr

Re: Any BASIC Gurus around?

2013-06-17 Thread Chris Maness
IF ABS(H>1. THEN GOTO 2040 +2010 IF ABS(H)>1. 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

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

Any BASIC Gurus around?

2013-06-17 Thread Chris Maness
I am having trouble getting this old USNO basic program running in bwBASIC. The error output is not clear to me where the problem is. Here is the code, if someone wouldn't mind running it and suggesting edits: 10 DEF FNARCOS(ARG)=1.570796-ATN(ARG/SQR(1.-ARG*ARG)) 20 DEF FNARCSIN(ARG)=ATN(ARG/SQR

Re: Sendmail relaying for Intranet?

2013-02-13 Thread Chris Maness
fix and editing mynetworks in main.cf might be simplest > solution. > > > Peter > ___ That looks like would only take care of outbound mail, but what about incoming mail? Thanks, Chris Maness __

Re: Sendmail relaying for Intranet?

2013-02-12 Thread Chris Maness
On Tue, Feb 12, 2013 at 3:05 PM, Robison, Dave 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

Sendmail relaying for Intranet?

2013-02-12 Thread Chris Maness
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 To

OT: Linux EXT4 dump/restore equivalent?

2012-06-28 Thread Chris Maness
Is there an equivalent dump/restore ap for a Linux ext4 file system? I am running the latest Slackware, and I would like to make backups like I do for my FreeBSD box. Thanks, Chris Maness ___ freebsd-questions@freebsd.org mailing list http

Re: Adding a Static Route to rc.conf?

2012-05-03 Thread Chris Maness
; > Looks OK, and works for me.  Wild guess is you need to enable > netwait in rc.conf > http://www.freebsd.org/cgi/man.cgi?query=rc.conf&sektion=5 > (near the bottom) > > >  -- Noel Jones I will check that option out. I don't reboot that ofte

Adding a Static Route to rc.conf?

2012-05-03 Thread Chris Maness
On Tue, May 1, 2012 at 8:31 AM, Chris Maness 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 as

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 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 > Than

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"

Re: OT: Slackware: Starting Servers at Boot

2012-02-02 Thread Chris Maness
On Thu, Feb 2, 2012 at 1:01 PM, Waitman Gobble wrote: > > On Feb 2, 2012 12:22 PM, "Chris Maness" 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 >> e

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"

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. AT&T 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 Ma

Re: Displaying Routing Tables

2012-01-27 Thread Chris Maness
On Fri, Jan 27, 2012 at 9:38 PM, Bernt Hansson 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 whol

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"

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 "fr

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 wrote: > On 9/16/10 12:19 PM, Chris Maness wrote: > >> Does anyone have an old camera neck strap hanging around? >> >>

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-uns

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 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 >> To: freebsd-questions@freebsd.org >> Subject: Spontaneous Reboots (I th

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: Molecular Modeling Software?

2010-08-24 Thread Chris Maness
On Tue, Aug 24, 2010 at 8:27 AM, Rodrigo Gonzalez wrote: >  Maybe /usr/ports/biology/pymol is what you need > > On Tue, 24 Aug 2010 08:22:57 -0700 > Chris Maness wrote: > >> Is there any molecular modeling software in ports? >> >> Regards, >> Chris Ma

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-uns

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
D sibling of free(1).) > > Thank you! > ___ > 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

Re: Pop3 Error Question?

2010-08-14 Thread Chris Maness
On Sat, Aug 14, 2010 at 11:09 AM, Mikhail 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/

Pop3 Error Question?

2010-08-14 Thread Chris Maness
* -ERR Unable to process 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.fre

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: Spontaneous Reboots with Virtualbox Kernel Modules

2010-08-11 Thread Chris Maness
On Wed, Aug 11, 2010 at 8:31 AM, Adam Vande More wrote: > On Wed, Aug 11, 2010 at 10:22 AM, Chris Maness > 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

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 wrote: > On Wed, Aug 11, 2010 at 9:52 AM, Chris Maness 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 >> a

Re: Spontaneous Reboots with Virtualbox Kernel Modules

2010-08-11 Thread Chris Maness
On Wed, Aug 11, 2010 at 7:22 AM, Dan Nelson wrote: > In the last episode (Aug 10), Chris Maness said: >> On Tue, Aug 10, 2010 at 4:08 PM, Roland Smith wrote: >> > On Tue, Aug 10, 2010 at 03:38:03PM -0700, Chris Maness wrote: >> >> I have had two spontaneous re

Re: Spontaneous Reboots with Virtualbox Kernel Modules

2010-08-10 Thread Chris Maness
On Tue, Aug 10, 2010 at 4:08 PM, Roland Smith 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 w

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: 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 wrote: > Chris Maness wrote: >> >> On Tue, Aug 10, 2010 at 2:07 PM, Mark Tinguely >> wrote: >> >>> >>> Chris Maness wrote: >>> >>>> >>>> I just upgraded to FreeBSD 8.1 a

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 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

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 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

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

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 to

Re: Virtualbox Networking Issues

2010-07-15 Thread Chris Maness
On Thu, Jul 15, 2010 at 3:06 PM, Remko Lodder wrote: > > On Jul 16, 2010, at 12:05 AM, Chris Maness wrote: > >> On Thu, Jul 15, 2010 at 3:00 PM, Remko Lodder wrote: >>> On Jul 15, 2010, at 11:57 PM, Chris Maness wrote: >>> >>>> I tried the second

Re: Virtualbox Networking Issues

2010-07-15 Thread Chris Maness
On Thu, Jul 15, 2010 at 3:00 PM, Remko Lodder 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 >

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 "freebsd-questions-uns

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 wrote: > > On Jul 15, 2010, at 11:20 PM, Chris Maness wrote: > >> I have all the pertinent kernel modules loaded, and I

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: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 1:45 PM, Greg Larkin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chris Maness wrote: >> On Wed, Jul 14, 2010 at 12:42 PM, Chris Maness wrote: >>> On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin wrote: >> Chris Maness wrot

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:42 PM, Chris Maness wrote: > On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Chris Maness wrote: >>> On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin wrote: >>>&

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chris Maness wrote: >> On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin wrote: >>> -BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> &g

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin 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.chrism

Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 9:51 AM, Greg Larkin 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.chrismanes

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 Che

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 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 ximages

Re: Squirrel Mail Time Zone Errors

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

Squirrel Mail Time Zone Errors

2010-07-10 Thread Chris Maness
. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /usr/local/www/squirrelmail/functions/date.php on line 289 These things go on forever in the in box. Thanks, Chris Maness ___ freebsd-questions@freebsd.org maili

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

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
ere are sometimes // non-obvious pitfalls. Setting up a slave zone is usually simpler. // // NB: Don't blindly enable the examples below. :-) Use actual names // and addresses instead. /* An example dynamic zone key "exampleorgkey" { algorithm hmac-md5; secret "

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 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; } >                                  

Trying to Install VirtualboxOSE

2010-07-03 Thread Chris Maness
** Error code 1 Stop in /usr/ports/emulators/virtualbox-ose. ## 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 Thu, Jul 1, 2010 at 7:33 AM, Matthew Seaman 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

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 wrote: > On Wed, Jun 30, 2010 at 1:49 AM, krad wrote: >> >> >> On 29 June 2010 07:20, Chris Maness wrote: >>> >>> My na

Re: BIND Refusing to Resolve for External Hosts

2010-06-30 Thread Chris Maness
On Wed, Jun 30, 2010 at 1:49 AM, krad wrote: > > > On 29 June 2010 07:20, Chris Maness 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 w

BIND Refusing to Resolve for External Hosts

2010-06-28 Thread Chris Maness
;master/empty.db"; }; // NB: Do not use the IP addresses below, they are faked, and only // serve demonstration/documentation purposes! // // Example slave zone config entries. It can be convenient to become // a slave at least for the zone your own domain is in. Ask // your network

Apache URL Redirect?

2010-05-03 Thread Chris Maness
S URL 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 M

Re: Dump/Restore?

2009-09-14 Thread Chris Maness
utis...@googlemail.com wrote: On 14 Sep 2009 02:50, Chris Maness 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 t

Re: Dump/Restore?

2009-09-13 Thread Chris Maness
On Sun, Sep 13, 2009 at 6:15 PM, Chris Maness 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 extract a

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 se

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 unsubscrib

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

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: AFP Client in FreeBSD

2009-06-10 Thread Chris Maness
, patrick wrote: > Mac OS X supports NFS, so you could always mount your Mac on FreeBSD via NFS. > > Patrick > > On Wed, Jun 10, 2009 at 10:45 AM, 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

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
On Wed, Jun 10, 2009 at 12:05 PM, Wojciech Puchar 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 you are backing up is a bad

Re: AFP Client in FreeBSD

2009-06-10 Thread Chris Maness
On Wed, Jun 10, 2009 at 11:24 AM, Greg Larkin 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

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

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: 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"

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 ___ freebsd-questions@freebsd

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 mail

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&quo

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&quo

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 currentl

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: Server Freezing Solid

2008-11-12 Thread Chris Maness
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 Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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

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: 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

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

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

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 an

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
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
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 b

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 an

  1   2   3   >