Re: Checking Partition/User disk usage?

2004-06-05 Thread Matthew Seaman
On Fri, Jun 04, 2004 at 08:18:32PM -0700, Charlie La Mothe wrote: This is a pretty simple question, I'm just looking for tools that report back disk or user disk usage. I remember these commands, but I can't remember what they are called df(1) du(1) repquota(1) Obviously

Re: Problems mounting my cdrom drive

2004-06-05 Thread Bruce Hunter
On Sat, 2004-06-05 at 01:52, Jorge Mario G. wrote: check for /dev/acd0 anyway do it the easy way: #mount /cdrom or trya acd0a Jorge i tried #mount /cdrom and #mount /dev/acd0 nothing worked i get this error cd9660: /dev/acd0: Invalid argument Any other ideas? Bruce

Re: Problems mounting my cdrom drive

2004-06-05 Thread Luke Kearney
On Sat, 05 Jun 2004 02:03:29 -0400 Bruce Hunter [EMAIL PROTECTED] spake thus: On Sat, 2004-06-05 at 01:52, Jorge Mario G. wrote: check for /dev/acd0 anyway do it the easy way: #mount /cdrom or trya acd0a Jorge i tried #mount /cdrom and #mount /dev/acd0 nothing

Re: Problems mounting my cdrom drive

2004-06-05 Thread Bruce Hunter
On Sat, 2004-06-05 at 02:07, Luke Kearney wrote: On Sat, 05 Jun 2004 02:03:29 -0400 Bruce Hunter [EMAIL PROTECTED] spake thus: On Sat, 2004-06-05 at 01:52, Jorge Mario G. wrote: check for /dev/acd0 anyway do it the easy way: #mount /cdrom or trya acd0a Jorge

Re: Problems mounting my cdrom drive

2004-06-05 Thread David Fuchs
Bruce Hunter wrote: I am having problems mounting my cdrom drive. i have also run the command mount_cd9660, and this is the result [EMAIL PROTECTED] mount_cd9660 /dev/acd0 /cdrom/ mount_cd9660: /dev/acd0: Invalid argument this is with the mount command [EMAIL PROTECTED] mount -v -t cd9660

IPSEC_ESP and if_tun failed

2004-06-05 Thread Victor Gregorio
I am running into a problem with using vpnc and isakmpd on the same system (not at the same time) on a FreeBSD 5.2.1-RELEASE-p8 system. With IPSEC enabled in the kernel, vpnc worked fine. Then, I had to include IPSEC_ESP so that isakmpd would work. Now, vpnc is broken. I compiled in

Re: Problems mounting my cdrom drive

2004-06-05 Thread Victor Gregorio
This has happened to me. The problem was with the file system startsector. By default, mount_cd9660 uses a default of 15112. I had to use mount_cd9660 along with -s startsector. Here is how I used cdcontrol to get the right startsector for a particular track... # mount_cd9660 -v /dev/acd0 /mnt

How to make a screenshot?

2004-06-05 Thread epilogue
hello andrew, import /foopath/fooscreenshot.png man import (handles various other formats too) hope that this wasn't already suggested. cheers, epi ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Problems mounting my cdrom drive

2004-06-05 Thread Bruce Hunter
That didn't work for me. I did a man cdcontrol and tried #cdcontrol #cdcontrolplay and it started to play my cd. But won't mount the sucker?? i was trying to mount it to play with xmms. Hmm... THIS IS WHAT I DID - [EMAIL PROTECTED] cdcontrol Compact Disc Control

Re: Problems mounting my cdrom drive

2004-06-05 Thread sigsegv
Bruce Hunter wrote: I am having problems mounting my cdrom drive. i have also run the command mount_cd9660, and this is the result [EMAIL PROTECTED] mount_cd9660 /dev/acd0 /cdrom/ mount_cd9660: /dev/acd0: Invalid argument this is with the mount command [EMAIL PROTECTED] mount -v -t cd9660

Re: Problems mounting my cdrom drive

2004-06-05 Thread Sergey Zaharchenko
On Sat, Jun 05, 2004 at 03:17:41AM -0400, Bruce Hunter probably wrote: That didn't work for me. I did a man cdcontrol and tried #cdcontrol #cdcontrolplay and it started to play my cd. Ok. So it's an AUDIO CD. You can't mount an audio CD. It has no filesystem. If you want, you may grab it. A

vi, threading, EAGAIN, nonblocking (was: Error: input: Resource temporarily unavailable)

2004-06-05 Thread Mark Terribile
[Sorry if this has been answered; I'm catching up on freebsd-questions and I haven't seen it in the next seven or eight digests.] Tim Gustafson writes: I am getting the following error in vi pretty consistently: Error: input: Resource temporarily unavailable Usually I get this at every

termcap vs terminfo

2004-06-05 Thread sigsegv
I've noticed that the base system does not have terminfo, but instead comes with termcap. Apparently BSD always had termcap and System V had terminfo. I don't want to start a religious war as to which one is better, but only want to ask if anyone has experienced problems when porting ncurses

Re: Problems mounting my cdrom drive

2004-06-05 Thread Victor Gregorio
An audio CD? Try cdplay (/usr/ports/audio). # cdplay -d /dev/acd0 I'm not sure you can mount an audio CD since it has no filesystem. You need an application that can read the data off the device. Interesting links... http://www.unixguide.net/freebsd/faq/09.20.shtml

Re: where to use the xdm host chooser?

2004-06-05 Thread Rob
Zhang Weiwu wrote: Hello. Now I have my /usr/X11R6/lib/X11/xdm/Xaccess contain (only) this: * CHOOSER BROADCAST according to xdm(1) this will enable XDMCP host chooser upon user login. Now I reboot, xdm login box pops up, everything like it was before. I think it means any host can connect and

Re: How to make a screenshot?

2004-06-05 Thread Stephen Liu
Hi Randy, FreeBSD 5.2 vidcontrol -p /dev/ttyv0 shot.scr with the above command a file 'shot.scr' was created. But I have no program to view it. # pkg_info | grep scr2txt # pkg_info | grep scr2png # pkg_info | grep -w xv all no printout # cd /usr/ports # make search

Re: where to use the xdm host chooser?

2004-06-05 Thread Zhang Weiwu
Rob wrote: Zhang Weiwu wrote: Hello. Now I have my /usr/X11R6/lib/X11/xdm/Xaccess contain (only) this: * CHOOSER BROADCAST according to xdm(1) this will enable XDMCP host chooser upon user login. Now I reboot, xdm login box pops up, everything like it was before. I think it means any host can

Re: dump backup question

2004-06-05 Thread Nagilum
Hi, I assume you could script something using expect, but maybe you should consider using a real backup program like for example bacula. Kind regards, Alex. [EMAIL PROTECTED] wrote: Hi, I'm running FreeBSD 5.1 and I'm trying to backup= a filesystem which is quite large with many files.

Re: How to make a screenshot?

2004-06-05 Thread Randy Pratt
On Sat, 5 Jun 2004 17:22:50 +0800 (CST) Stephen Liu [EMAIL PROTECTED] wrote: Hi Randy, FreeBSD 5.2 vidcontrol -p /dev/ttyv0 shot.scr with the above command a file 'shot.scr' was created. But I have no program to view it. # pkg_info | grep scr2txt # pkg_info | grep

Re: Problem about ports command

2004-06-05 Thread Andy Smith
On Sat, Jun 05, 2004 at 09:20:34AM +0800, Stephen Liu wrote: On running # pkg_delete -f portupgrade* pkg_delete: No match. I am thinking perhaps that the shell expanded your * there. Try: # pkg_delete -f 'portupgrade*' Also, have a read of (and feel free to contribute to)

SATA RAID support on VIA VT8237?

2004-06-05 Thread Gabriel Ambuehl
Hi, I'm wondering if SATA RAID 1 is suppored on the VT8237. The hardware notes for 4.10 say the chipset it supported but nothing about the RAID capabilities. So now I'm wondering if I need to stick in a Highpoint expansion card (cause those sure as hell do work) or if I can use the onboard

Sending a message to another computer on the network

2004-06-05 Thread Hasse
Hi all. I'm on a FreeBSD 4.10-STABLE machine on 217.209.211.x , and would like to send a message to Win-box ( on the same network, but not my machine ) that's filling up my httpd-access.log with junk. The only thing I know is his IP-adress. Is this possible ? If it is, how. Or do I have to block

Re: where to use the xdm host chooser?

2004-06-05 Thread Rob
Zhang Weiwu wrote: Rob wrote: Zhang Weiwu wrote: Hello. Now I have my /usr/X11R6/lib/X11/xdm/Xaccess contain (only) this: * CHOOSER BROADCAST according to xdm(1) this will enable XDMCP host chooser upon user login. Now I reboot, xdm login box pops up, everything like it was before. I think it

Re: Sending a message to another computer on the network

2004-06-05 Thread Michal Pasternak
Hasse [Sat, Jun 05, 2004 at 02:25:49PM +0200]: I'm on a FreeBSD 4.10-STABLE machine on 217.209.211.x , and would like to send a message to Win-box ( on the same network, but not my machine ) that's filling up my httpd-access.log with junk. The only thing I know is his IP-adress. What?

Audigy 2 Surround Sound

2004-06-05 Thread Mag
Just got your code for freebSD 5.x and compiled it and everything went well.Got the code from, http://chibis.persons.gfk.ru/audigy/ Is it possible to get surround sound support on this driver? Thanks ___ [EMAIL PROTECTED] mailing list

Re: FreeBSD mailing lists

2004-06-05 Thread Ben Paley
On Friday 21 May 2004 12:41, Mike Jeays wrote: Hi! I have received no messages at all from freebsd-questions, or one or two of the other FreeBSD mailing lists, for about 2 days. Do you know if there is a problem at their end, or has perhaps my ISP decided they are all spam? Sorry, I've

Re: Sending a message to another computer on the network

2004-06-05 Thread Yasir Malik
- httpd-access.log : snip 217.209.211.183 - - [05/Jun/2004:14:11:28 +0200] SEARCH /\x90\x02\xb1\ /snip and the last line ending with : \x90\x90\x90\x90 414 391 - - He's obviously trying to hack into your system using some escape character sequence. Report

Re: Sending a message to another computer on the network

2004-06-05 Thread Warren Block
On Sat, 5 Jun 2004, Hasse wrote: I'm on a FreeBSD 4.10-STABLE machine on 217.209.211.x , and would like to send a message to Win-box ( on the same network, but not my machine ) that's filling up my httpd-access.log with junk. The only thing I know is his IP-adress. Is this possible ? If it is,

Re: Sending a message to another computer on the network

2004-06-05 Thread Hasse
On Saturday 05 June 2004 14.31, Michal Pasternak wrote: Hasse [Sat, Jun 05, 2004 at 02:25:49PM +0200]: I'm on a FreeBSD 4.10-STABLE machine on 217.209.211.x , and would like to send a message to Win-box ( on the same network, but not my machine ) that's filling up my httpd-access.log with

Re: Sending a message to another computer on the network

2004-06-05 Thread Hasse
On Saturday 05 June 2004 15.20, Yasir Malik wrote: - httpd-access.log : snip 217.209.211.183 - - [05/Jun/2004:14:11:28 +0200] SEARCH /\x90\x02\xb1\ /snip and the last line ending with : \x90\x90\x90\x90 414 391 - - He's obviously trying to hack

Re: Sending a message to another computer on the network

2004-06-05 Thread Hasse
On Saturday 05 June 2004 15.22, Warren Block wrote: On Sat, 5 Jun 2004, Hasse wrote: I'm on a FreeBSD 4.10-STABLE machine on 217.209.211.x , and would like to send a message to Win-box ( on the same network, but not my machine ) that's filling up my httpd-access.log with junk. The only

sending messages

2004-06-05 Thread arden
hi all reading the windows messaging thread with interest was wondering how you would message a *nix box on the same network ? arden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: sending messages

2004-06-05 Thread Michal Pasternak
arden [Sat, Jun 05, 2004 at 02:45:31PM +0100]: reading the windows messaging thread with interest was wondering how you would message a *nix box on the same network ? man talk Pity it's disabled by default in many today's unices, it was a great time using it to talk with various people on the

Re: Audigy 2 Surround Sound

2004-06-05 Thread Remko Lodder
Hi Mag, Mag wrote: Just got your code for freebSD 5.x and compiled it and everything went well.Got the code from, http://chibis.persons.gfk.ru/audigy/ Is it possible to get surround sound support on this driver? Thanks As for i know , only the OSS drivers support that, but they are

Re: ipnat and ipfw dummynet

2004-06-05 Thread Micheal Patterson
- Original Message - From: Nelis Lamprecht [EMAIL PROTECTED] To: FreeBSD Questions Mail List [EMAIL PROTECTED] Sent: Friday, June 04, 2004 7:43 AM Subject: ipnat and ipfw dummynet Sorry, I failed to point out my current network configuration. I have 2 internal networks which use NAT,

Mirror Server Netherlands

2004-06-05 Thread Stefan Home Sharper
Hello I Have a freebsd web mirror server http://freebsd.mirror.sharper.nl Wil jou to addet of the list *Select a server near you: ? *The Server state bij Netherlands *(Roosendaal) * Kind Regards, Met vriendelijke groet, Stefan Bottelier Sharper.nl ___

Need to build, but not install/use system perl in 4.10

2004-06-05 Thread Jed Clear
I recently added the perl 5.8 port to my build server. When building FreeBSD 4.10, it did not build the system perl as expected. However, I have a smaller machine that mounts /usr/src and /usr/obj off of the build server, which croaked in installworld when it couldn't find the system perl

X11 fonts

2004-06-05 Thread Patrick Useldinger
Hi all, a newbie question: I have just installed X11 (Xfree86 4.3), KDE (3.2.2) and Firebird (0.8), and surfing works very well. Compared to my Windows machine however, I think that the fonts look less appealing to what I am used to. So I need a pointer - is this due to 1) the video driver? the

Re: sending messages

2004-06-05 Thread Randy Pratt
On Sat, 5 Jun 2004 15:50:21 +0200 Michal Pasternak [EMAIL PROTECTED] wrote: arden [Sat, Jun 05, 2004 at 02:45:31PM +0100]: reading the windows messaging thread with interest was wondering how you would message a *nix box on the same network ? man talk Pity it's disabled by default in

Large window causes monitor to degauss/reset!!

2004-06-05 Thread Jacob Rhoden
Hey, I have been using freebsd for quite some time now, I have come across a machine with a 19 viewmaster, whereby if you open a window bigger than about 500x500 pixels, the monitor resets and degausses every 8 seconds until you close the window. Has anyone had this happen to them? And how did

install from floppies will not resolve any ftp server

2004-06-05 Thread SWIT
I d/l the floppies and made them and get thru the whole install process but can not resolve any ftp servers to finish. I have tried several nics and I don't think thats the problem. My setup is this. to be freebsd computer hardwired to a switch. the switch is connected to the lan port of a sonic

Re: X11 fonts

2004-06-05 Thread sigsegv
Patrick Useldinger wrote: Hi all, a newbie question: I have just installed X11 (Xfree86 4.3), KDE (3.2.2) and Firebird (0.8), and surfing works very well. Compared to my Windows machine however, I think that the fonts look less appealing to what I am used to. So I need a pointer - is this due

Re: Large window causes monitor to degauss/reset!!

2004-06-05 Thread sigsegv
Jacob Rhoden wrote: Hey, I have been using freebsd for quite some time now, I have come across a machine with a 19 viewmaster, whereby if you open a window bigger than about 500x500 pixels, the monitor resets and degausses every 8 seconds until you close the window. Has anyone had this happen to

Re: install from floppies will not resolve any ftp server

2004-06-05 Thread Peter Risdon
SWIT wrote: I d/l the floppies and made them and get thru the whole install process but can not resolve any ftp servers to finish. I have tried several nics and I don't think thats the problem. My setup is this. to be freebsd computer hardwired to a switch. the switch is connected to the lan port

Re: Large window causes monitor to degauss/reset!!

2004-06-05 Thread Michal Pasternak
Jacob Rhoden [Sun, Jun 06, 2004 at 01:24:47AM +]: I have been using freebsd for quite some time now, I have come across a machine with a 19 viewmaster, whereby if you open a window bigger than about 500x500 pixels, the monitor resets and degausses every 8 seconds until you close the

routing question

2004-06-05 Thread doug
I am trying to configure a wireless router so I am redefining routes and IP address of my system. After booting dhclient ep0 works fine. After messing around with the wireless router I was just going back to my ethernet connection so I did: ifconfig ep0 192.168.0.3 remove arp -da route

howto setup zope.sh (zope-2.7) ?

2004-06-05 Thread Peter Ulrich Kruppa
Hi! I am trying to get zope-2.7 running. So far I get it started manually by # zopectl start and can view the management screen in my browser. Of course this should be done on boot-up via /local/etc/rc.d/zope.sh , but I can't work out howto. As far, as I understand this script, all I have to do

Parallel port probe failure in 5.2.1

2004-06-05 Thread d . main
Hello! Could anyone help me understand and resolve why FreeBSD 5.2.1 encounters a parallel port probe failure? When I boot, I do not find the predicted /dev/ppc0 and /dev/lp0 devices. If I boot in verbose mode, I the following is in /var/run/dmesg.boot: ppc0: parallel port found at 0x378

Re: termcap vs terminfo

2004-06-05 Thread Bill Campbell
On Sat, Jun 05, 2004, [EMAIL PROTECTED] wrote: I've noticed that the base system does not have terminfo, but instead comes with termcap. Apparently BSD always had termcap and System V had terminfo. I don't want to start a religious war as to which one is better, but only want to ask if anyone

Re: help me make a Mail Server choice

2004-06-05 Thread Thomas Farrell
You should check out puremessage from ActiveState Sophos. Other choices are mailscanner spamassasin, as for free scanners most of these still require sometype of an AV engine. You can download an evaluation of sophos savi it will work for about three months. Most free software like mailscanner

Re: 5.2.1 SMP problems

2004-06-05 Thread Toomas Aas
Hi! Installed 5.2.1 on a high load server - albeit not recommended - and it was working perfectly with SMP support. It picked up 4 cpu's and appeared to be using them all. (The box is a dual 2.4gig Xeon machine). Anyway, the box was as I said under quite a bit of load, and would die

Re: termcap vs terminfo

2004-06-05 Thread Dan Nelson
In the last episode (Jun 05), [EMAIL PROTECTED] said: I've noticed that the base system does not have terminfo, but instead comes with termcap. Apparently BSD always had termcap and System V had terminfo. I don't want to start a religious war as to which one is better, but only want to ask if

setting up a system with no keyboard

2004-06-05 Thread doug
The question is: can I gain access without one? The system with no keyboard is 4.8, the rub is it is configured with an IP address not on the LAN. I have physical access to the system. I tried: route add 204.156.12.157 -interface ep0 and sorta got what I wanted. netstat -rn -f inet Routing

Re: setting up a system with no keyboard

2004-06-05 Thread Dan Nelson
In the last episode (Jun 05), [EMAIL PROTECTED] said: The question is: can I gain access without one? The system with no keyboard is 4.8, the rub is it is configured with an IP address not on the LAN. I have physical access to the system. I tried: route add 204.156.12.157 -interface ep0

Re: Monthly security run.

2004-06-05 Thread Viktor Lazlo
On Tue, 1 Jun 2004, jimmie james wrote: Doing login accounting: total 1438.65 jimmie 1435.18 root 3.46 This all makes perfect sense, though I was wondering, if there's an easy way to get the script to log how many times (and optionally, who) uses su or su - and to what account they

New apache2 rc.conf start syntax check

2004-06-05 Thread Stacey Roberts
Hello, Sorry if this is a straight-forward case, but I just wanted to double-check the syntax for the new apache2 start syntax that's to be added to /etc/rc.conf. The pkg-message reads: # Add the following lines to /etc/rc.conf to enable apache2: # apache2_enable (bool): Set to NO by

Re: GRE issues

2004-06-05 Thread D.D.W. Downey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 05 June 2004 02:00 pm, you wrote: The link below will show you exactly how to setup GRE tunnels http://www.pointless.net/~jasper/consume/docs/my-docs/tunneling.html - Original Message - From: D.D.W. Downey [EMAIL PROTECTED]

Re: New apache2 rc.conf start syntax check

2004-06-05 Thread Kent Stewart
On Saturday 05 June 2004 01:16 pm, Stacey Roberts wrote: Hello, Sorry if this is a straight-forward case, but I just wanted to double-check the syntax for the new apache2 start syntax that's to be added to /etc/rc.conf. The pkg-message reads: # Add the following lines to /etc/rc.conf

RE: routing question

2004-06-05 Thread Eric Crist
You need to kill all the running dhclient processes, then try again. Usually, this can be done with: #killall -9 dhclient HTH Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

ICH4 sound problems

2004-06-05 Thread Seb
I finally got it to work, using the this patch : http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/61388 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

sendmail access file and cidrexpand

2004-06-05 Thread Warren Block
Adding cidrexpand support to the /etc/mail/Makefile would be handy; then we could use CIDR notation in /etc/mail/access. I've edited the /etc/mail/Makefile (patch attached), and it seems to work. The question would be: have I done this in an appropriate way? Feedback would be appreciated

Changing SendMail Port Number

2004-06-05 Thread Gerard Seibert
This is probably a stupid question, but how do I change the SMTP port number that SendMail listens in on? I want to change it to something else, like perhaps 24. My ISP is blocking 25 and I want to get around that problem. Thanks! Gerard Seibert [EMAIL PROTECTED]

Re: Changing SendMail Port Number

2004-06-05 Thread Doug Hardie
On Jun 5, 2004, at 16:49, Gerard Seibert wrote: This is probably a stupid question, but how do I change the SMTP port number that SendMail listens in on? I want to change it to something else, like perhaps 24. My ISP is blocking 25 and I want to get around that problem. I use the following in

Re: New apache2 rc.conf start syntax check

2004-06-05 Thread Stacey Roberts
Hi, - Original Message - From: JJB [EMAIL PROTECTED] To: To Stacey Roberts Date: Sat, 05 Jun, 2004 22:26 BST Subject: RE: New apache2 rc.conf start syntax check Send an email to the apache2 port maintainer and tell him his pkg-message is very unclear and should just come right out and

Re: Changing SendMail Port Number

2004-06-05 Thread Scott Kupferschmidt
The only problem with listening on port 24 is no one is going to be able to send mail to you, as smtp listens on port 25. Sincerely, Scott Kupferschmidt ISPrime, Inc. 866.502.4678 ext. 3 AIM: Scott ISPrime - ICQ: 174337249 On Sat, 5 Jun 2004, Doug Hardie wrote: On Jun 5, 2004, at 16:49,

Re: Changing SendMail Port Number

2004-06-05 Thread Mark
Gerard Seibert wrote: This is probably a stupid question, but how do I change the SMTP port number that SendMail listens in on? I want to change it to something else, like perhaps 24. My ISP is blocking 25 and I want to get around that problem. And how will clients (the world) find you then,

Re: buildkernel and perl5

2004-06-05 Thread Gary Kline
On Fri, Jun 04, 2004 at 06:07:47PM -0700, Gary Kline wrote: Troubles with buildkernel and 4.8 I just rebuilt perl5.8 and reinstalled it. make buildworld completes, but buildkernel fails ... Here is where it dies: cd /usr/obj/usr/src/sys/TAO;

pf

2004-06-05 Thread Reed L. O'Brien
I thought I read in the CURRENT docs somewhere that pf was going to be the default packet filter. Was I hallucinating? Anyone seen it? Also anyone using pf on FreeBSD 5.x? Is it fully implemented? is it as solid as ipfilter? I have never used ipfw or ipfw2 so please don't refer to them

BSD 4.10 install question

2004-06-05 Thread Harry Heim
Hi, I am about to install BSD 4.10 and according to The Complete FreeBSD 4th ed, (Lehey) all I need is on the installation CD, (the first disk). He says little about the second CD, Live File System and what needs to be done about it. Any good advice as to just what and how the second CD is

PHP IDE instead of Bluefish

2004-06-05 Thread Bruce Hunter
I have recently gotten rid of window and now only run FBSD. I am a programmer of many kinds. I program in PHP and was wondering what is a good PHP IDE? Maybe something in the ports collection. I use anjuta for my C, and C++ Development. Any comments would be great. -Bruce-

Re: Large window causes monitor to degauss/reset!!

2004-06-05 Thread Jacob Rhoden
I discovered the problem and describe it for future reference: I had the correct vertical and horizontal refresh rate range set for the monitor and X Windows chose the wrong refresh rate for the resolution I was using (ie a monitor cant use its maximum refresh rate at its higher resolutions).

Re: pf

2004-06-05 Thread Kris Kennaway
On Sat, Jun 05, 2004 at 09:35:13PM -0400, Reed L. O'Brien wrote: I thought I read in the CURRENT docs somewhere that pf was going to be the default packet filter. Was I hallucinating? Apparently :-) It's one choice among 3. Kris pgpy8NLWjF4Wo.pgp Description: PGP signature

IPFW and NATD to open firewall for XBox Live

2004-06-05 Thread Ted Bruyere
I hope the subject says it all... I'm told that while using xbox live behind a router (I'm using FreeBSD 5.2.1), ports 88 and 3074 need to be open. I have this working for internal addresses in the 192.168.2.* range, and it DID work back when I had a linux box doing the routing. Can anyone tell

dspam

2004-06-05 Thread Reed L. O'Brien
Anyone here use dspam? I posted to the dspam maillist but apparen;ty noone is lurking there today. FreeBSD 5.2.1 maildrop 1.6.3 dspam 2.10.6 I had maildrop delivering fine. Then I built dspam from the ports and modified postfix main.cf to read: mailbox_command = /usr/local/bin/dspam --user

apache2 startup flags

2004-06-05 Thread dave
Hello, I just upgraded apache and now it starts via rc.conf. I want to use: apache_enable=YES apache2ssl_enable=YES but am unsure about the other options: apache2_limits, apache2_flags, and apache2limits_args what should these be set to? Thanks. Dave.

Re: PHP IDE instead of Bluefish

2004-06-05 Thread Michal Pasternak
Bruce Hunter [Sat, Jun 05, 2004 at 09:46:09PM -0400]: I have recently gotten rid of window and now only run FBSD. I am a programmer of many kinds. I program in PHP and was wondering what is a good PHP IDE? Maybe something in the ports collection. editors/xemacs works just great! :^) -- m

Re: Recommended answering machine software?

2004-06-05 Thread Jay Moore
On Friday 04 June 2004 10:02 pm, Bill Moran wrote: I'd like to run something under FreeBSD 4.9 which can make my FreeBSD box act as an answering machine:  answer calls, play an outgoing message (presumably a .wav or similar file), and take messages.  It would be nice if it also could

Re: BSD 4.10 install question

2004-06-05 Thread Peter Ulrich Kruppa
On Sat, 5 Jun 2004, Harry Heim wrote: Hi, I am about to install BSD 4.10 and according to The Complete FreeBSD 4th ed, (Lehey) all I need is on the installation CD, (the first disk). He says little about the second CD, Live File System and what needs to be done about it. Any good advice as

FreeBSD / Gnome Performance Tuning

2004-06-05 Thread Bruce Hunter
Hey everyone, I have noticed that my system isn't as fast as the windows gui is. Probably has to do with Gnome and GTK 2.0 issues. Is there anything I can do, to increase system wide performance? Either harddrive access time, or gui performance when running multiple apps? - Bruce -

Re: FreeBSD / Gnome Performance Tuning

2004-06-05 Thread Kent Stewart
On Saturday 05 June 2004 09:48 pm, Bruce Hunter wrote: Hey everyone, I have noticed that my system isn't as fast as the windows gui is. Probably has to do with Gnome and GTK 2.0 issues. Is there anything I can do, to increase system wide performance? Either harddrive access time, or gui

starting Konqueror from the command line

2004-06-05 Thread Jay Moore
This oughta' be easy, but I've been unable to find any documentation on it... I'm using bluefish as an html editor. I don't have mozilla installed (don't really want it), and would like to preview my html in Konqueror. What is the correct command line incantation for this? Thanks, Jay

Re: starting Konqueror from the command line

2004-06-05 Thread Bruce Hunter
On Sun, 2004-06-06 at 01:40, Jay Moore wrote: This oughta' be easy, but I've been unable to find any documentation on it... I'm using bluefish as an html editor. I don't have mozilla installed (don't really want it), and would like to preview my html in Konqueror. What is the correct

Re: starting Konqueror from the command line

2004-06-05 Thread Jay Moore
On Sunday 06 June 2004 12:46 am, Bruce Hunter wrote: This oughta' be easy, but I've been unable to find any documentation on it... I'm using bluefish as an html editor. I don't have mozilla installed (don't really want it), and would like to preview my html in Konqueror. What is the