Need advise.

2010-05-19 Thread payne
Guys, I have a box that I need to add several software package, I can't use ports because it appears that they have blocked the ports to do a fetch. So I am wondering what can I do? Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.

Video Drivers for Parallels

2008-11-12 Thread Payne
Guys, I am trying to get X running on Parallel 3.0 on MacOSX, when I set up VESA 24bit 1024x768, it doesn't load. I can do 16bit but it is wash out. Does anyone know what I need to do to get X running. Thanks, Payne ___ freebsd-ques

Re: Why the extra shells?

2008-09-01 Thread Payne
John, I have seen that when a script is running and it uses the bash shell. I have see that too where you close a ssh session too soon like you stated. Hope that helps. Payne John Almberg wrote: I just noticed something odd... When I type ps, I get the following: [on:~]> ps PID

Update File for Time Zones

2007-10-28 Thread Payne
Guys, Anyone got the link for the update file for FreeBSD 4.10, We can't update to the lastest software, but need to update our box, it switch last night. Thanks, Payne ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

How to update?

2007-09-14 Thread Payne
Hey, Maybe this is in the manual, but how can I do an update. On most linux system you can do an update, like with yast, yum, and apt-get. How can I do that FreeBSD? Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: How to change the font size in the terminal

2007-09-14 Thread Payne
Cool Beans, now I am cooking with Gas. Thanks Eric. Erik Trulsson wrote: On Fri, Sep 14, 2007 at 04:23:03AM -0400, Payne wrote: Guys, One question, I got the kernel install and it works nicely. I am using the following... vidcontrol MODE_279 But how can I added to the rc.conf because

Re: How to change the font size in the terminal

2007-09-14 Thread Payne
x27;s capable of with text and graphics. But I'd recommend looking at the manpage first. On Sep 14, 2007, at 1:33 AM, Payne wrote: Guys, One thing that has always bugged me, it the font size of the terminal, I have tried for months to change the size to something like linux uses, so th

Re: How to change the font size in the terminal

2007-09-14 Thread Payne
6MB. Again, thanks for the pointer, more and more google is becoming the spammer waste land. Chuck Joshua Isom wrote: If you run `vidcontrol -i mode` it will tell you what your monitor's capable of with text and graphics. But I'd recommend looking at the manpage first. On Sep 14, 2

How to change the font size in the terminal

2007-09-14 Thread Payne
Guys, One thing that has always bugged me, it the font size of the terminal, I have tried for months to change the size to something like linux uses, so that my size is using my 1200x1000 better and not looking like 600x400 screen. But no matter what I do, it always stays the same, I have loo

Re: Multi-CPU Question

2006-10-16 Thread Payne
Lane wrote: On Monday 16 October 2006 04:01, Payne wrote: Hi all, Hello I have a question. I got a box. I got a strange message... SMP: AP CPU #2 Launched! Is there a place under /proc that I can see if the first processor still working? Do I need to reboot the box, what does that message

Multi-CPU Question

2006-10-16 Thread Payne
Hi all, Hello I have a question. I got a box. I got a strange message... SMP: AP CPU #2 Launched! Is there a place under /proc that I can see if the first processor still working? Do I need to reboot the box, what does that message mean? Why does it happen? Thanks Payne

An Easier Way to Play CD's.

2006-02-02 Thread Payne
Hey Guys, I have a question. Is there a way to get cd to play with XMMS, I can only get them to play in VLC, but on track at a time. If there are any cool audio cd players let me know. By the way 6.0 ROCKS!!! Payne ___ freebsd-questions

Http Trace.

2005-12-23 Thread Payne
Hey guys, I am running 4.10 and I am wondering if this effect me. http://www.kb.cert.org/vuls/id/867593 Payne' ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any ma

Re: how to dual boot

2005-12-16 Thread Payne
Grub has come a long way and there mail list and docs. But if you are newbie you might want to go the route of OS Selector. Just remember that when you install freebsd you not to select a boot manager. Now before I get flame, I have use the freebsd boot manager B

RE: pf for FreeBSD

2004-09-28 Thread Philip Payne
IMHO its not very hard in FreeBSD 5.3 either now its in the base. The only additional step to what you describe below is adding the kernel options & building/installing the kernel to include them, which is only 2 commands. However, some of the log analysis ports I've tried (fwanalog... & another t

RE: pf for FreeBSD

2004-09-28 Thread Philip Payne
anks, Phil. > -Original Message- > From: Cristi Tauber [mailto:[EMAIL PROTECTED] > Sent: 28 September 2004 11:19 > To: Philip Payne > Cc: FreeBSD Question > Subject: RE: pf for FreeBSD > > > Hello, >i'm using 5.2.1 and i want to recompile pf to take &

RE: pf for FreeBSD

2004-09-28 Thread Philip Payne
Hi, > hello folks, > i want to install the packet filter for FreeBSD so i recompile the > kernel with the options : > > device bpf > options PFIL_HOOKS > options RANDOM_IP_ID > > and installed pf from ports ( i did a cvsup before installing to > get

RE: Portinstall problem (config.guess not found)

2004-09-23 Thread Philip Payne
Hi Adam, > Am Donnerstag, 23. September 2004 01:54 schrieb Adam Smith: > > On Wed, Sep 22, 2004 at 02:59:35PM +0100, Philip Payne said: > > > Didn't use Konsole but I am using KDE. It appears to be a > problem in > > > aterm & xterm, but strangely not E

RE: correct routine of updating installed ports?

2004-09-23 Thread Philip Payne
> # cvsup -g -L 2 supfile > # portsdb -uU > # pkgdb -F > # port_version > # portupgrade -a > > And what does "make index" actually do? Do I need it? You missed a step between cvsup and portupgrade. less /usr/ports/UPGRADING ... and read, to check out what will happen when c

Re: make installkernel help required. (ANSWER... sort of)

2004-09-22 Thread Phil Payne
On Wed, 2004-09-22 at 16:33, Kevin D. Kinsey, DaleCo, S.P. wrote: > Phil Payne wrote: > > >On Wed, 2004-09-22 at 15:18, Giorgos Keramidas wrote: > > > > > >>On 2004-09-22 13:44, Phil Payne <[EMAIL PROTECTED]> wrote: > >> > >>

Re: make installkernel help required. (ANSWER... sort of)

2004-09-22 Thread Phil Payne
On Wed, 2004-09-22 at 15:18, Giorgos Keramidas wrote: > On 2004-09-22 13:44, Phil Payne <[EMAIL PROTECTED]> wrote: > > On Wed, 2004-09-22 at 13:15, Giorgos Keramidas wrote: > > > Weird. Everything seems ok but you seem to be bumping on a problem > >

RE: Portinstall problem (config.guess not found)

2004-09-22 Thread Philip Payne
> > I just rebuilt the machine as the problem was doing my > head-in. Freebsd > > 5.3-beta5. Basically, X-Developer distro with KDE installed > as desktop. > > > > The first port I try to to install is generally CVSUP. I get the > > "config.guess not found" error straight away... as below. > > >

Re: make installkernel help required. (ANSWER... sort of)

2004-09-22 Thread Phil Payne
On Wed, 2004-09-22 at 13:15, Giorgos Keramidas wrote: > On 2004-09-22 11:43, Phil Payne <[EMAIL PROTECTED]> wrote: > > On Wed, 2004-09-22 at 11:38, Giorgos Keramidas wrote: > > > On 2004-09-22 11:19, Phil Payne <[EMAIL PROTECTED]> wrote: > > > > ... I ra

Re: make installkernel help required. (ANSWER... sort of)

2004-09-22 Thread Phil Payne
On Wed, 2004-09-22 at 11:38, Giorgos Keramidas wrote: > On 2004-09-22 11:19, Phil Payne <[EMAIL PROTECTED]> wrote: > > After having another search of the archives and seeing someone suggest > > they were having make problems in X: > > (http://lists.freebsd.org/mailman/h

RE: Portinstall problem (config.guess not found) ANSWER (sort of)

2004-09-22 Thread Philip Payne
a new kernel. > -Original Message- > From: Philip Payne [mailto:[EMAIL PROTECTED] > Sent: 21 September 2004 23:16 > To: Lowell Gilbert > Cc: FreeBSD Questions (E-mail) > Subject: RE: Portinstall problem (config.guess not found) > > > > > cp: /usr/ports/deve

Re: make installkernel help required. (ANSWER... sort of)

2004-09-22 Thread Phil Payne
to run it in aterm or xterm and you get the "can't shift that many" error. I cannot pretend to know anything about why this is the case. Phil. On Mon, 2004-09-20 at 21:04, Phil Payne wrote: > yup: > --- > src-all > ports-all tag=. > --- > > Phil. > > &

RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne
> cp: /usr/ports/devel/gmake/work/make-3.80/config > > /usr/ports/devel/gmake/work/make-3.80/config/config.guess: > No such file > > or directory > > *** Error code 1 > > > > Stop in /usr/ports/devel/gmake. > > *** Error code 1 > > > > Stop in /usr/ports/lang/ezm3. > > *** Error code 1 > > > >

RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne
Ooer... this gets weirder... see below... > > Philip Payne <[EMAIL PROTECTED]> writes: > > > > > Hi, > > > > > > I'm getting the following error when trying to build any port. > > > > > > /usr/ports//work/config.guess: No s

RE: Portinstall problem (config.guess not found)

2004-09-21 Thread Philip Payne
> Philip Payne <[EMAIL PROTECTED]> writes: > > > Hi, > > > > I'm getting the following error when trying to build any port. > > > > /usr/ports//work/config.guess: No such file > or directory. > > > > I've googl

make installkernel help required.

2004-09-20 Thread Phil Payne
Hi, Having problems installing a new kernel. Kernel builds fine, the only difference over previous kernel is the commenting of the following items: #optionsIPFIREWALL #optionsIPFIREWALL_VERBOSE #optionsIPFIREWALL_VERBOSE_LIMIT=1000 #options

Portinstall problem (config.guess not found)

2004-09-20 Thread Philip Payne
Hi, I'm getting the following error when trying to build any port. /usr/ports//work/config.guess: No such file or directory. I've googled & searched the mailing list archives which gave 2 suggestions. Autoconf or libtool have got fubar'd and I should reinstall and/or to cvsup & update

RE: Question about FreeBSD.

2004-09-10 Thread Philip Payne
> > Hi, I'm quite new to the world of linux, and I are going to > set up a linux > server, and I'm looking aroud for a good linux system, and I > find FreeBSD > quite interesting. Does FreeBSD have a X-mode and is it easy > to handle? > Whats the difference between FreeBSD, Slackware and Red

RE: Package version problem with portupgrade(1)

2004-09-03 Thread Philip Payne
> > On Thursday 02 September 2004 01:45 am, Philip Payne wrote: > > > > Well, png is up to png-1.2.5_8 and if you did a recent cvsup and > > > > recreated your INDEXs, that is what you should be seeing. > > > > > > OK, portupgrade(1) _is_ l

RE: Package version problem with portupgrade(1)

2004-09-02 Thread Philip Payne
> > Well, png is up to png-1.2.5_8 and if you did a recent cvsup and > > recreated your INDEXs, that is what you should be seeing. > > OK, portupgrade(1) _is_ looking for 1.2.5_8 but it is trying to get it > from > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/All > where the v

RE: Trouble with ipfw :( help!

2004-08-25 Thread Philip Payne
Hi, > > #ipfw list > 00100 allow ip from any to any via lo0 > 00200 deny ip from any to 127.0.0.0/8 > 00300 deny ip from 127.0.0.0/8 to any > 00400 allow icmp from any to any > 00500 allow tcp from any to any established > 00600 allow ip from any to any frag > 00700 allow ip from me to any set

RE: Config freebsd as getway

2004-08-19 Thread Philip Payne
Hi, Is this something obvious like the default gateway not being set on either of the PC's in question. Without seeing the IP setup its not obvious. Cheers, Phil. > -Original Message- > From: Andras Kende [mailto:[EMAIL PROTECTED] > Sent: 18 August 2004 17:34 > To: 'lily'; [EMAIL PROTEC

RE: IPFW Configuration

2004-08-05 Thread Philip Payne
Hi Jonathan, > will be able to work. My box is located at a datacebter and my box is > allocated with about 90 IP addresses (and also the main > server IP which > was given to me when i first purchased the line). I would > like to know > how to configure /etc/rc.firewall to support my MAIN ip

RE: IP bandwidth

2004-07-02 Thread Philip Payne
> > John Lee wrote: > > > >> dear all, > >> > >> i'm using a freebsd 4.10-stable server with 50 IP addresses. > >> Is there any program i can install that will be able to tell me: > >> > >> - how much bandwidth (ie. kbps) each individual IP is using? > >> > >> trafcount seems to count total traf

RE: IPFW acting weird OR invalid ruleset?

2004-07-02 Thread Philip Payne
> steve, > Yes everything else seems to work fine. There are > currently 2 PCs > with this issue. 1 is XP the other is Win2k. This ruleset worked > fine on FreeBSD 5.1, but I reformatted the box, and install 5.2.1 > uploaded the rc.firewall.rules and natd.conf files, since the network >

KDM always starts failsafe

2004-04-06 Thread Philip Payne
Hi, Upgraded KDE yesterday to 3.2.1 . KDM was upgraded. Now, whenever I try to login to KDE it always starts the failsafe i.e. a single xterm. It doesn't matter what session type I select in KDM, I always get failsafe so no KDE for me. If I start KDE using startx and a .xinitrc with "exec star

Sendmail refusing connection

2004-03-29 Thread Payne
server it ok to access mail. Payne Please note that eatme.com and xxx.xxx.xxx.xxx are flake to protect the real server. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[

[no subject]

2004-03-20 Thread Klimax Payne
Hello freebsd-questions, -- Best regards, Klimax mailto:[EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: Why BSD?

2004-01-26 Thread Philip Payne
> This is not a troll. > > I've installed FreeBSD 5.2 on a spare SCSI drive and am > compiling kernels, > updating ports, etc,etc. Thus far, other than some minor > hassles, it's > equivilent to my Debian sid. > > I have to ask: Why FreeBSD rather than Linux? My personal experience. 4 yea

RE: NEWBIE QUESTION

2004-01-15 Thread Philip Payne
> I'm a newbie to your OS, Does Free BSD have the KDE and Gnome > GUI already > installed? Do you have plans in making the installation more > user friendly > in the future? Like any newbie I heartily recommend reading through the "handbook" under the documentation section of www.freebsd.org .

RE: firewall settings in rc.firewall

2004-01-09 Thread Philip Payne
Hi Dan, > Hello, i am trying to make my webserver accessible to the net, i tried > to run the out of the box rc.firewall, but there was some > default rules > which blocked the 192.168.0 network which is my local lan > lol, so killed > it instead of helped it, anyway i tried setting it to open

RE: IPFW confusion

2004-01-08 Thread Philip Payne
Hi, > > However, I can't get the config to work. I've commented out > all the deny > > rules. In this instance, I can browse the web via SQUID > that's installed > > on the IPFW box. I can't browse the web directly, though. > That is the > > only external access I get. I can't ping any site

kde2wm

2004-01-05 Thread Chuck PUP Payne
Hi, I am looking for a port of the kde2wm script. I have look on freshports and the ftp sites. I was hoping some one had switch it to freebsd. Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

kde2wm

2004-01-05 Thread Chuck \"PUP\&quot; Payne
Hi, I am looking for a port of the kde2wm script. I have look on freshports and the ftp sites. I was hoping some one had switch it to freebsd. Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Fortune

2004-01-01 Thread Chuck PUP Payne
Hi, Strange question, I have notice that in 5.1 there is no more fortune. Can you tell me where I can get it. Thanks. Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Samba, Cups and Printing: Windows client gives "Access denied"

2004-01-01 Thread Phil Payne
Hi, I've got an HP printer on USB port on Freebsd 4-Stable box. Printer is on /dev/ulpt0. Installed cups and printing from BSD is fine. Had samba installed and working great for filesharing. Now introduced an all printers share to share this printer. Printer is browseable from windows machine

Super User

2003-12-31 Thread Chuck \"PUP\&quot; Payne
admin a freebsd server. Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: cvsup from 4.7-REL to stable

2003-12-11 Thread Philip Payne
Hi, I'm 99% your sufile needs to read (but nowhere near my machine to check): > src-all > ports-all release=cvs > ports-base release=cvs ports-all tag=. So that you get the head of the source tree for ports. Phil. > /usr/sup/refuse looks like this: > src/etc/sendmail/freebsd.mc* >

Question about ports...

2003-12-10 Thread Payne
Hi, I am want to install postnuke but when-ever I go to do make under /usr/port/www/postnuke, it wants to install mod_php4 again, I don't want to have to reinstall ports everytime I add something new. Thanks, Payne ___ [EMAIL PROTECTED] ma

Apache

2003-12-09 Thread Payne
. Forbidden You don't have permission to access /~user_x/ on this server. On my linux server this is already turn on so I am little lost. Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Apaches Ports

2003-12-09 Thread Payne
Hi. I have a question, can I use the Apache1.3_frontpage and mod_php? I love how easy it was to get frontpage working with apache it was a nightmare under linux. But I have a need for php as well. I am currently using 4.9. Payne ___ [EMAIL

Error with man

2003-12-07 Thread Chuck PUP Payne
? Uname -a FreeBSD freebsd51.gdieng.com 5.1-RELEASE FreeBSD #0: Thu Jun 5 02:55:42GMT 2003. Thanks Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Error with man

2003-12-06 Thread Chuck PUP Payne
? Uname -a FreeBSD freebsd51.gdieng.com 5.1-RELEASE FreeBSD #0: Thu Jun 5 02:55:42GMT 2003. Thanks Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

ls and color

2003-12-05 Thread Payne
Hi, Is there a how to on making ls show colors or a web pages. Thanks. Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: FreeBSD Version...

2003-12-05 Thread Philip Payne
stable code is when using the NVIDIA driver, which naturally can't be attributed to the BSD code itself. PS: Great name Ta, Phil Payne. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD Version...

2003-12-05 Thread Payne
Hi, I am wondering why there was 4.9 release if the newest one it 5.1. Whick is better I am currently on 5.1. It's a little confusing. Well there be a 4.10 and 5.2 release at the same time? Payne ___ [EMAIL PROTECTED] mailing list

how to uninstall a port...

2003-12-05 Thread Payne
Hi, I like to know how can uninstall a port that I installed with sysinstall. Thanks. Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Xdm/Kdm/Gmd

2003-12-04 Thread Payne
Charles Howse wrote: On Thursday 04 December 2003 01:07 pm, Payne wrote: Hi, Thanks for the help early, I am wanting to have either xdm/kdm/gdm to start once my system it up, how can I do this? Also which is best? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-xdm.html This

Xdm/Kdm/Gmd

2003-12-04 Thread Payne
Hi, Thanks for the help early, I am wanting to have either xdm/kdm/gdm to start once my system it up, how can I do this? Also which is best? Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Adding a new network card to FreeBSD 5.1

2003-12-04 Thread Payne
ay to add to my FreeBSD. I am using 5.1 Thanks, Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Adding a network card

2003-12-04 Thread Payne
Hi, I have a bit of a problem with a network card and to change out with a need one. I have install Intel Pro 10/100 how can I get freebsd to see it. I looked under sysintall and did see again. Thanks, Payne ___ [EMAIL PROTECTED] mailing list http

Re: DynDNS

2003-12-04 Thread Chuck PUP Payne
To be honet I want to set up a DynDNS, we run our own DNS server and have a need for a DynDNS. I was wondering if there is a software package that I can download to set this up or is it build into Bind already. Thank for all the client information. Payne On 12/3/03 5:06 PM, "Bryan Ca

DynDNS

2003-12-03 Thread Payne
Hi, I wanting to set up a DynDNS set what do I need for it work on FreeBSD? Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: IPFW strange events

2003-11-03 Thread Philip Payne
Hi Chris, The net address and subnet mask combination that is 96.0.0.0/3 covers the range 96.0.0.0 to 127.255.255.255. You are therefore blocking all traffic to the localhost address (127.0.0.0) Now, I'm a networking bloke not an MIS person but I would assume this is BAD as services/apps on your

Re: Freebsd on Macs

2003-10-29 Thread Payne
If you computer can run 10.3 I would got that way because this version is now is more *nix like than ever. It has X11 built into so you can now run X11, and there are hundreds of ports of BSD programs. And it stable. Payne Viktor Lazlo wrote: On Tue, 28 Oct 2003 [EMAIL PROTECTED] wrote: I

Re: Changing colors in shells

2003-10-29 Thread Payne
can even set it up where fortune, mot, or any other programs you want to start when a user log in. .profile more or less control shell, you can also set path up her at well. You will need to set an ansi color. Do a search on google for .profile you might find examples. Payne

Re: 3D Home CAD

2003-10-28 Thread Payne
Qcad is one. Payne Adrian Fisher wrote: Hello. Does anyone know of an open source program that helps design houses? Thanks in advance. Adrian ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: X11 and Xfree86

2003-10-28 Thread Payne
X11r6 is the version of xfree86. Payne M.D. DeWar wrote: What is the difference between x11r6 and xfree86 ? I went to xfree site and ended up at x.org and the d/l are not the same. thanks newbie mark ___ [EMAIL PROTECTED] mailing list http

RE: Firewall rules

2003-10-23 Thread Philip Payne
Hi, I've found fwbuilder (/usr/ports/fwbuilder) to be very useful. Nice GUI for writing your firewall policy. Some simple "Druids" :-/ for generating generic rulesets. Formerly, I've always configured the firewall from command line but this certainly helps in managing your policy. I admit, I'm an

Re: Databases

2003-10-22 Thread Payne
phpMyAdmin or MySQL Center Control these are great apps to help admin the database. Plus, there are thousand of Open Source programs and code that you can find to help you. Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/l

Re: FreeBSD on a Mac G3?

2003-10-10 Thread Payne
I may be work but FreeBSD is an Intel, I haven't see a PowerPC version. I had to use OpenBSD. Darwin is what Mac OS X is base on, you can use OS X with fink, and use thounds of BSD programs. Payne Brian McCann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This may be a bit off

awstats and multi-domains....

2003-10-06 Thread Payne
e same error above. What do I need to do to set up for multi-domains? I have read the FAQ and docs and there is nothing about multi-domains. Payne ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Sendmail vs. Postfix...

2003-09-25 Thread Payne
as root. On Wed, 24 Sep 2003, Payne wrote: Hey, Quick question. How hard is it to set up Postfix. I am getting tried of Sendmail. Is it hard to set up Postfix to access passwords so that the only mail can be sent. Chuck ___ [EMAIL PROTECTE

Sendmail vs. Postfix...

2003-09-24 Thread Payne
Hey, Quick question. How hard is it to set up Postfix. I am getting tried of Sendmail. Is it hard to set up Postfix to access passwords so that the only mail can be sent. Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/list

A question about host...

2003-09-24 Thread Payne
Hi, I am wanting to use host.allow and host.deny to make my box more secure. Is there a site that can explain how to use them. Thanks, Pup ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: Request

2003-09-15 Thread Payne
Vyacheslav M. wrote: Dear sirs, I'm looking for FreeBSD emulator for Windows. Could you please to help me with mu request? Thank you in advance. Microsoft has bought Connetix Virtual PC. It too can use X86 Emus. I am not sure Bosh runs on Windows but that's another one you can look at. Chu

RE: MozillaFirebird and Java

2003-08-22 Thread Philip Payne
> On Fri, Aug 22, 2003 at 01:59:29PM +0100, Philip Payne wrote: > > What you need is the java plugin -- it's a loadable object that adds > java capabilities to Netscape, Mozilla and (I think) Mozilla derived > browsers like Firebird. > > The plugin is a standard part o

RE: MozillaFirebird and Java

2003-08-22 Thread Philip Payne
> On Fri, Aug 22, 2003 at 01:59:29PM +0100, Philip Payne wrote: > > > I thought I would've been the millionth person to ask this > but I had a look > > in the archives and couldn't find anything so feel free to > tell me to RTF > > relevant article.

MozillaFirebird and Java

2003-08-22 Thread Philip Payne
Hi, I thought I would've been the millionth person to ask this but I had a look in the archives and couldn't find anything so feel free to tell me to RTF relevant article. Can someone help me setup Java & MozillaFirebird? I've installed both MozillaFirebird and JDK14 from ports but on java enable

RE: backup static routes for freebsd (default)

2003-08-14 Thread Philip Payne
Hi, > I have a gatway box running freebsd 4.8 and several links to > the internet > via different ISP's. > This box is connected directly to one of the ISP's but also > has access to > the other gatways via the LAN. > I would like to setup static backup (default) routes such > that when and if

RE: NATD & Port Forwarding Problems

2003-08-06 Thread Philip Payne
Hi, > Hi all...I'm at a dead end here. I'm trying to setup my firewall/nat > box to forward requests on externalIP:portA to > internalPC:portB. I put > 'natd_flags="-redirect_port tcp 1internalPC:portB portA" ' in > my rc.conf > file, and I have the following three statements in my rc.firewall

RE: How to remove ^M character

2003-08-01 Thread Philip Payne
HI, > I ftp'd a file from windows to freebsdnot its every line > has ^M at its > end. > Is there some command in vi (or some way) by whcih ^M can be removed. > > Thanks > Anil At the vi command line :1,$:s/http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

RE: CVSUP

2003-08-01 Thread Philip Payne
> I have a question about cvsup. I read the manual and can > update my ports with no > problem. Here is my question though...what if I was to > change the Makefile for a port? > Is there a way I can still use CVSup to update my ports and > merge the changes I made > in the old Makefile w

RE: How to get the software

2003-07-31 Thread Philip Payne
Hi, > Hi all of the freeBSD team, I'm from Indonesia, and I'm interest > with the software, if it is a free software then where I can > get it?? and > download it, globaly I'm still learn the basic of the system, > may I know the > address to download FreeBSD software. Thank you As per any

RE: Changing gnome fonts from KDE

2003-07-28 Thread Philip Payne
Hi, > Does anyone know how to change gnome fonts > from KDE/command-line? I tried running > gnome-control-center, which worked, but only > the fonts for the control center and gthumb > have changed. I posted recently about this. Look for subject "Changing GTK fonts outside gnome" in the archive.

Re: Changing gtk application fonts outside of gnome (Answer)

2003-07-21 Thread Phil Payne
Hi, Caveat, I'm no GTK/Gnome expert so if someone wants to pick holes, feel free... Did some further digging around on the web and I've concluded that the way to ensure your GTK apps appear as you want (font wise) outside of gnome is: If you want anti-aliasing ensure the following environment

Re: Changing gtk application fonts outside of gnome

2003-07-20 Thread Phil Payne
On Saturday 19 July 2003 7:27 pm, Matthew Graybosch wrote: > On Saturday 19 July 2003 10:52 am, Phil Payne wrote: > > Hi, > > > > I'm running FreeBSD 4-stable, XFree86 4.30 & windowmaker 0.80.2. > > Default resolution and bitdepth is 1280x1024x24. > >

Changing gtk application fonts outside of gnome

2003-07-19 Thread Phil Payne
Hi, I'm running FreeBSD 4-stable, XFree86 4.30 & windowmaker 0.80.2. Default resolution and bitdepth is 1280x1024x24. Whenever I start GTK based apps (e.g. evolution, pan) I'm finding the application font size is too small to be readable. I've had a search through the mail archives and googled

RE: Why must I use firewall ?

2003-06-24 Thread Philip Payne
Hi, >So far, I known firewall is a choice when I want > to protect my boxes from crackers but my question is > if I closed the service I don't use (such as port 25 > for STMP) so the cracker out there can't attack, > what's the reason "firewall" come to play ? >From a general viewpoint the m

RE: How to add more swap space?

2003-06-10 Thread Philip Payne
Hi, > Hi all... > I found this () > I have FBSD 4.7 system...is this article still ok or even the > best way to go? > Any ideas welcome > Keith There's a specific chapter in the handbook on adding swap... which includes a section on using a swapfile as you detailed: http://www.freebsd.org/doc/e

RE: Selling FreeBSD

2003-06-10 Thread Philip Payne
> > Paul Robinson ([EMAIL PROTECTED]) [030606 19:09]: > > > If they aren't enthusiastic, it's because it's not solving > any problems for > > them. The fact it works great as a high-traffic MX or HTTP > server isn't > > something most businesses need. As for desktop use, well, > it does suck

What the simplest way to do outgoing smtp?

2003-06-04 Thread philip payne
Hi, This is a pretty basic question so I don't mind if the answer is an RTFM style link. ;-) I recently obtained some 3rd party POP3 mailboxes unrelated to my current ISP for email to a new domain... unfortunately my ISP's smtp server doesn't let me send any email addressed as anything other than

Xfree86 help required since upgrade.

2003-03-28 Thread Philip Payne
Hi, I recently upgraded Xfree4 via portupgrade (portupgrade -a) and I now have a problem. It appears X will only work in 8-bit mode. Before, my XF86Config specified the default bit depth as 24 and X was fine. Now X fails to start at anything over 8-bit... I mean, it starts... it just hangs after a

RE: Dual homed host routing problem

2003-03-27 Thread Philip Payne
> I'm running FreeBSD 4.7-RELEASE and I have trouble routing between two > NIC's. On one side I have a 192.168.1.0/24 network and on the > other a 212.110.94.64/27 > network on which I have mail and web servers, which the 192.168.1.0/24 > hosts should be able to reach. > > Here are the ifconfig a

Re: Freebsd - restarting itself?!

2003-03-24 Thread Chuck PUP Payne
what is bad. Payne On 3/24/03 2:44 PM, "Josh Paetzel" <[EMAIL PROTECTED]> wrote: > On Mon, Mar 24, 2003 at 11:20:56AM -0800, Steve Warwick wrote: >> Hi All, >> >> Is it possible for FreeBSD to shut itself down and restart for no reason? > > Yes. >

RE: [URGENT] Bad MX record; very bad.

2003-03-14 Thread Philip Payne
Hi, I don't know how much you know about DNS so if I aim too low then ignore me otherwise read on for a full explanation. I strongly suspect you're suffering from the fact that your old address is simply cached on various resolvers around the internet and you've just got to wait until it times out

  1   2   >