Re: Compiling software with different compiler than cc or clang results in unusable output

2010-09-11 Thread Andrew Brampton
On 11 September 2010 10:28, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: Dear Sirs, you see me a kind of desperate. I wrote my own a small piece of  software in C, calculating the orbit and position of astronomical objects, astroids, in a heliocentric coordinate system from Keplerian

Re: FreeBSD 8.0 how to enter kernel debugger inside vmware

2010-01-27 Thread Andrew Brampton
You might want to recompile your kernel with the ALT_BREAK_TO_DEBUGGER option. This allows you to use CR~^b to enter the debugger instead of ctrl-alt-esc. Andrew 2010/1/27 Daniel Mueller d...@imp.ch: Hi all I have an unstable machine running FreeBSD 8.0-RELEASE inside vmware. It freezes on

Re: Regular Expression Editor

2010-01-14 Thread Andrew Brampton
2010/1/14 Carmel carmel...@hotmail.com: I am looking for a RegExp editor. I have one that I have used under Windows; however, it will not obviously work on FreeBSD. What I need is one that I can write the expression in and then have it test the expression for both syntax and against example

Re: OT: wget bug

2009-07-18 Thread Andrew Brampton
2009/7/17 Joe R. Jah j...@cloud.ccsf.cc.ca.us: Hello all, I want to wget a site at regular intervals and only get the updated pages, so I use the this wget command line: wget -b -m -nH http://host.domain/Directory/file.html It works fine on the first try, but it fails on subsequent tries

Re: OT: wget bug

2009-07-18 Thread Andrew Brampton
2009/7/18 Joe R. Jah j...@cloud.ccsf.cc.ca.us: Thank you Andrew.  Yes the server is truly returning 401.  I have already reconfigured wget to download everything regardless of their timestamp, but it's a waste of bandwidth, because most of the site is unchanged. Do you know of any workaround

LDM (Windows Dynamic Disks) in FreeBSD?

2005-11-06 Thread Andrew Brampton
ever be considered for the Kernel, or would I have to code from scratch to avoid the GPL restrictions? Thanks in advance Andrew Brampton ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

SSH Taking a long time then kicking me out

2004-11-24 Thread Andrew Brampton
Hi, I've just setup a FreeBSD 5.3 machine for a friend, its very minimal and only has things like apache, MySQL, no X or other applications since this machine is decided to be a webserver. It has ssh running on it and for the past few days it has been letting me login and change settings etc

Re: SMBFS - Usernames with @

2003-08-23 Thread Andrew Brampton
Hi, Have you tried doing: mount_smbfs -U [EMAIL PROTECTED] -I saints //server/username$ /mnt/carroll/xdrive At my university I have to use the -U parameter to access the server, I don't know why but it works when I do... Also I have to add the -W flag to set the correct workgroup. Andrew -

Re: Anyone using popFile in FreeBSD?

2003-01-28 Thread Andrew Brampton
Yes, I'm currently using this on my FreeBSD box checking mail from a Windows Outlook Express machine, and all is working fine. Didn't take long to set up, and very quickly got accurate. I'm on many mailing lists, and receive far too many emails a day, a few 100 atleast. So far after using

Re: SSH Reverse DNS Lookup

2003-01-15 Thread Andrew Brampton
I personaly would be in trouble. I use the UK ISP Plus.net and for atleast 18months now my IP hasn't had a reverse DNS. Plus.net put this down to a problem with RIPE which they have yet to be able to resolve. Its strange because its only a certain block of Plus.net's IPs, since my friends have a

Re: email addresses used for lists [was: L0phtcrack]

2002-12-24 Thread Andrew Brampton
I think the orginal poster didn't mean to say set up a different subdomain for each account just a different address, for example [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] I have a catch all email address so [EMAIL PROTECTED] goes to me without having to set it up in advance, all

Re: ftp server problem

2002-12-07 Thread Andrew Brampton
Does the ls command get sent, but no reply? If nothing comes back then it sounds like a passive FTP problem... There is alot written about this, google a bit, and you will find many solutions. Andrew - Original Message - From: Damien Hull [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: help

2002-12-06 Thread Andrew Brampton
I know its possible, the university I go to has it installed on their machines, they upgraded last summer I think from Matlab 5. Other than that I have no idea how to make it work Andrew - Original Message - From: Karshi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 06,

Bandwidth Monitor

2002-11-20 Thread Andrew Brampton
Hi, I've looked high and low but I haven't be able to find the tool I want. I just want a simple way to see how many bandwidth/throughput my FreeBSD is using. For example I want to know how many kb/second are coming in and out of specific network cards. Eventually I will read these stats every

Re: linked drive help plz

2002-11-15 Thread Andrew Brampton
- Original Message - From: RDWestSr [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 1:22 AM Subject: linked drive help plz XCWD /ftp 550 Can't change directory to /ftp: No such file or directory You sure its not meant to be: XCWD /myftp or was that a typing

Re: /usr/ports/print/ghostscript-{gnu,afpl}

2002-11-08 Thread Andrew Brampton
make sure you got eplaser-3.0.4-651.tgz correctly... Try deleting eplaser-3.0.4-651.tgz and letting a download of the file occur Andrew - Original Message - From: Mike Hogsett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 08, 2002 5:37 PM Subject:

Re: DHCP

2002-11-04 Thread Andrew Brampton
I've sucessfully installed a DCHPd called isc-dhcp3-3.0.1.r9 I installed it from ports in the follow directory /usr/ports/net/isc-dhcp3 Hope this helps Andrew - Original Message - From: Daniel HARTMANN [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 7:21 AM

gateway_enable=YES without a restart

2002-11-03 Thread Andrew Brampton
Hi, I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway I've decided to enable it as a gateway by editing the /etc/rc.conf file. I previously had it running as a gateway but I commented the gateway_enable=YES line. Now I want to uncomment this line so it routes my traffic,

Re: gateway_enable=YES without a restart

2002-11-03 Thread Andrew Brampton
Well thankyou all for your replies, that one line did the trick, and now I know where to look in future for rc.conf settings. Andrew - Original Message - From: Andrew Brampton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 03, 2002 11:06 PM Subject: gateway_enable=YES

Re: Re: looking for a lightweight web server

2002-10-30 Thread Andrew Brampton
Well you are going to need CGI support for PHP, unless PHP have made a module for your webserver. But Apache can be set up to eat little amounts of resources even though a 500mhz would be more than able to handle the default apache config. Hope this helps Andrew - Original Message -

Re: there must be a better way

2002-09-27 Thread Andrew Brampton
I thought windows was the easy to use operating system, and FreeBSD was for those who wanted more... I'm a newbie myself, but slowly getting somewhere. Just for future reference, I've attached a text file that I use all the time which contains a list of commands/urls which help me remember