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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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/

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

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

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

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

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

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

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

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"

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

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

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

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

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

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

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

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

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

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

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

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

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

Stale Dependancy

2006-02-15 Thread Chris Maness
This might be Newbie question: What is the cleanest way to resolve stale dependency with gamin-0.1.5_3. I think I remember seeing a message that it merged into fam. I did a portupgrade -a, and it's still there. I was surprised this was not self cleansing because I used CVSUP to sync my port

Re: Stale Dependancy

2006-02-15 Thread Chris Maness
On Wed, 15 Feb 2006, Bob Perry wrote: Chris Maness wrote: This might be Newbie question: What is the cleanest way to resolve stale dependency with gamin-0.1.5_3. I think I remember seeing a message that it merged into fam. I did a portupgrade -a, and it's still there. I was surp

Re: Stale Dependancy

2006-02-15 Thread Chris Maness
On Thu, 16 Feb 2006, Bob Perry wrote: Chris Maness wrote: On Wed, 15 Feb 2006, Bob Perry wrote: Chris Maness wrote: This might be Newbie question: What is the cleanest way to resolve stale dependency with gamin-0.1.5_3. I think I remember seeing a message that it merged into fam. I

Windows XP and FreeBSD boot Question

2006-02-16 Thread Chris Maness
Slack.lnx in boot.ini) Thanks 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: Windows XP and FreeBSD boot Question

2006-02-16 Thread Chris Maness
Nikolas Britton wrote: http://groups.google.com/groups?q=group%3A*.freebsd.*+boot.ini+dual&qt_s=Search On 2/16/06, Chris Maness <[EMAIL PROTECTED]> wrote: I have had a bad time trying to get Windows XP to boot using the FreeBSD boot manager. Is there a way I can use the XP boot

Dependency Issues.

2006-02-19 Thread Chris Maness
I'm trying to compile openoffice and I get the following dependency issue. I have applications that depend on the 1.75 version of bison. How do I resolve this. Thanks. bison-2.1_1 conflicts with installed package(s): bison-1.75_2,1 ___ freebsd

Re: Dependency Issues.

2006-02-19 Thread Chris Maness
Won't that break whatever is depending on bison 1.75? Kris Kennaway wrote: On Sun, Feb 19, 2006 at 01:30:07PM -0800, Chris Maness wrote: I'm trying to compile openoffice and I get the following dependency issue. I have applications that depend on the 1.75 version of bison.

Re: Dependency Issues.

2006-02-19 Thread Chris Maness
Kris Kennaway wrote: On Sun, Feb 19, 2006 at 01:54:58PM -0800, Chris Maness wrote: Won't that break whatever is depending on bison 1.75? No, since it's a build dependency only. The package system wouldn't let you delete it if it was truly in use. Kris Thanks, work

CUPS Login

2006-02-20 Thread Chris Maness
I installed the port cups. I did the http://localhost:631 thing. That brought up the cups main page, but when I try to loging in as root, the thing just hangs forever. Any suggestions? Thanks Chris Maness ___ freebsd-questions@freebsd.org

CUPS Problems

2006-02-20 Thread Chris Maness
It looks like cups accepts my root account and password, but it is just hanging when it authenticates. There is nothing suspicious in the log. This is a fresh install of CUPS with FreeBSD 6.0 I had also had synced my ports tree a couple of weeks ago, so the CUPS port should be the latest. A

Re: CUPS Login

2006-02-20 Thread Chris Maness
Eric Schuele wrote: Chris Maness wrote: I installed the port cups. I did the http://localhost:631 thing. That brought up the cups main page, but when I try to loging in as root, the thing just hangs forever. Any suggestions? Is cupsd in fact running? Thanks Chris Maness

Append: CUPS Problems

2006-02-20 Thread Chris Maness
There are some errors in the CUPS log: W [20/Feb/2006:09:44:19 -0800] Unknown username "lp" I [20/Feb/2006:09:44:19 -0800] Loaded configuration file "/usr/local/etc/cups/cupsd.conf" I [20/Feb/2006:09:44:19 -0800] Configured for up to 100 clients. I [20/Feb/2006:09:44:19 -0800] Allowing up to 10

FreeBSD CUPS issue

2006-02-21 Thread Chris Maness
Read "/usr/local/etc/cups/ppds.dat", 16 PPDs... I [20/Feb/2006:09:44:19 -0800] LoadPPDs: No new or changed PPDs... I [20/Feb/2006:09:44:19 -0800] Full reload complete. Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.free

How Do I Make a Bug Report?

2006-02-21 Thread Chris Maness
I found out why I was not able to log in to my new CUPS installation web interface. The ports patched source tree installation put the CGI files in the wrong place. I moved them to where they are supposed to be and now I can log in. How do I formally complain that this port is screwed up. I

Re: How Do I Make a Bug Report?

2006-02-22 Thread Chris Maness
Giorgos Keramidas wrote: On 2006-02-21 21:52, Chris Maness <[EMAIL PROTECTED]> wrote: I found out why I was not able to log in to my new CUPS installation web interface. The ports patched source tree installation put the CGI files in the wrong place. I moved them to where they are su

CVSUP ?

2006-02-23 Thread Chris Maness
. I had just synced two weeks ago. I just thought this behavior was strange. Can anyone shed light on this? Thanks Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

ATAPICAM?

2006-02-23 Thread Chris Maness
How do I load atapicam at boot time? I can load it with no problems after the system has started, but I if I ad the line atapicam_load="YES" in /*boot*/loader.conf, the kernel turns to fried chicken at boot time. Is there a secrete recipe ;o) to get this to work correctly. ___

Re: ATAPICAM?

2006-02-24 Thread Chris Maness
Kris Kennaway wrote: On Fri, Feb 24, 2006 at 06:49:34AM -0800, Chris Maness wrote: Kris Kennaway wrote: On Thu, Feb 23, 2006 at 10:06:22PM -0800, Chris Maness wrote: How do I load atapicam at boot time? I can load it with no problems after the system has started, but I if I

Re: lpr -> cups

2006-02-26 Thread Chris Maness
dick hoogendijk wrote: I'm thinking of changing my printing system from good-old lpr to cups. Mainly because my (home) network computers can find the main printer more easy with cups than with /etc/printcap (windows and os-x machines) Installing cups should not be too difficult. I have a very go

Re: ATAPICAM?

2006-02-26 Thread Chris Maness
Vulpes Velox wrote: On Thu, 23 Feb 2006 22:06:22 -0800 Chris Maness <[EMAIL PROTECTED]> wrote: How do I load atapicam at boot time? I can load it with no problems after the system has started, but I if I ad the line atapicam_load="YES" in /*boot*/loader.conf, the kerne

Re: Tracking Security in Ports and Base System

2006-03-01 Thread Chris Maness
On Wed, 1 Mar 2006, Randy Pratt wrote: On Wed, 1 Mar 2006 10:09:51 -0800 (PST) [EMAIL PROTECTED] wrote: On Wed, 8 Feb 2006, Chris Maness wrote: How should I set up cvsup to just track security updates for ports. And would the best thing to do after I synced CVS, do portupgrade -a so that

Re: Tracking Security in Ports and Base System

2006-03-01 Thread Chris Maness
Randy Pratt wrote: On Wed, 1 Mar 2006 14:31:55 -0800 (PST) Chris Maness <[EMAIL PROTECTED]> wrote: On Wed, 1 Mar 2006, Randy Pratt wrote: On Wed, 1 Mar 2006 10:09:51 -0800 (PST) [EMAIL PROTECTED] wrote: On Wed, 8 Feb 2006, Chris Maness wrote: How should I

Re: Tracking Security in Ports and Base System

2006-03-02 Thread Chris Maness
Chris Hill wrote: On Wed, 1 Mar 2006, [EMAIL PROTECTED] wrote: [snip] Is my supfile correct to track security for freebsd-6.0? [snip] *default release=cvs tag=RELENG_6 [snip] As I understand it, that tag will get you the latest released version of 6.x. So today it would apply security and

Re: Tracking Security in Ports and Base System

2006-03-02 Thread Chris Maness
Donald J. O'Neill wrote: On Thursday 02 March 2006 13:59, Chris Hill wrote: On Wed, 1 Mar 2006, [EMAIL PROTECTED] wrote: [snip] Is my supfile correct to track security for freebsd-6.0? [snip] *default release=cvs tag=RELENG_6 [snip] As I understand it, that tag

Epson 2200

2006-03-03 Thread Chris Maness
right driver for my 2200. Installing APSfilter broke my CUPS installation, and re-installing CUPS did not fix the problem. Like I said, this has been a tough ride. (but I'm willing to stick it out because I love FreeBSD security). Thanks Chris M

Re: FreeBSD CUPS

2006-03-06 Thread Chris Maness
Kimmo Mustonen wrote: Hello! Did you resolve your CUPS issue somehow? I'm getting lockup when doing something in the CUPS admin and I can see the following entries in the error log: ---8<---8<--- E [27/Feb/2006:12:53:28 +0200] LoadAllPrinters: Unable to open /etc/cups/printers.conf - No suc

Re: Flash Player

2006-03-06 Thread Chris Maness
Duane Whitty wrote: On Monday 06 March 2006 15:13, Rem P Roberti wrote: I'm using Firefox with FreeBSD 5.4, and I would like to have Flash Player installed, but have no idea as to which of the available versions will work, if any. Can someone give me a heads up here. Thanks in advance. Rem __

Re: Flash Player

2006-03-07 Thread Chris Maness
Joseph Vella wrote: On Monday 06 March 2006 22:34, Duane Whitty wrote: On Tuesday 07 March 2006 01:42, Chris I installed these ports. Is there anything I need to do to the browser to get it to recognize them, because flash is still not working. Sorry, I forgot to mention that for firefox you

Portupgrade Operation

2006-03-07 Thread Chris Maness
If I manually rm -rf a port, manually untar (ie glib.tar.gz), and do a portupgrade -rR glib, will packages that have a specific dependency on the old glib version get rebuilt? Or if not will they break (I am just using glib as an example and looking for a very general answer)? I would like to

Re: Flash Player

2006-03-07 Thread Chris Maness
Joseph Vella wrote: On Tuesday 07 March 2006 21:22, Chris Maness wrote: Joseph Vella wrote: On Monday 06 March 2006 22:34, Duane Whitty wrote: On Tuesday 07 March 2006 01:42, Chris I installed these ports. Is there anything I need to do to the browser to get it to

  1   2   3   >