Re: Portupgrade problem

2004-04-10 Thread Chuck Swiger
update the ports tree every hour from a cvsup mirror: doing so creates 24 cvsup sessions per day per machine. Isn't once a day frequent enough? :-) ] -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: WRITE_DMA failure during install of 5.2.1-RELEASE

2004-04-10 Thread Chuck Swiger
diagnostic scan on it (look for a utility from the vendor's website)... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Portupgrade problem

2004-04-10 Thread Chuck Swiger
Kent Stewart wrote: On Saturday 10 April 2004 12:05 pm, Chuck Swiger wrote: [ ... ] I could do the && thing but I want the log more than I care if it runs or not. I could cut back on some of the tee but I see mail after it runs. That's OK-- the "&& thing" is m

Re: spam in an inbox.

2004-04-10 Thread Chuck Swiger
this message. I think it is too complicated... Is there an easier solution? See above. The other approach would be to install procmail and use formail to handle the hard part of splitting the messages up, although I would expect that SpamAssassin can be fed an entire mailbox at a time instea

Re: Bandwidth tracking/monitoring on Freebsd

2004-04-10 Thread Chuck Swiger
would be to run 'netstat -s' on a daily basis, parse the output, and subtract values to obtain daily deltas. You'd have to write 10-20 lines of shell code using grep and awk, or use Python or Perl to do the task. -- -Chuck ___ [EMAI

Re: sendmail milter support

2004-04-11 Thread Chuck Swiger
mbling the following to /etc/make.conf and rebuild sendmail: # sendmail SENDMAIL_MC=/etc/mail/sec.pkix.net.mc SENDMAIL_CFLAGS+= -DMILTER -DSTARTTLS -DHASURANDOMDEV -DSASL2 SENDMAIL_CFLAGS+= -I/usr/local/include SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl2 -lssl -lcrypto

Re: OS X and FreeBSD: What could be a good setup

2004-04-12 Thread Chuck Swiger
be a better choice. Modern Unices handle SMB about as well as they handle NFS. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: dump restore

2004-04-12 Thread Chuck Swiger
Oliver Breuninger wrote: I'm looking for a way to split and concat dump files afterwards. You can split a file into pieces using "split -b", and put the pieces together again via "cat". -- -Chuck ___ [EMAIL PRO

Re: apache13-modssl

2004-04-12 Thread Chuck Swiger
ition of thread support on the local platform matters even more. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: I *really* need help PLEASE - buildworld failing on mkdeplibstdc++ can't find unwind.h but it *is* there

2004-04-12 Thread Chuck Swiger
issue of recompiling world later? -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: apache13-modssl

2004-04-12 Thread Chuck Swiger
cared to make a meaningful comparision might start with the CVEs, plus checking the ChangeLogs, security-focus/bugtrak/etc mailing lists, and any other convenient data sources besides. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/m

Re: OS X and FreeBSD: What could be a good setup

2004-04-12 Thread Chuck Swiger
do is pretend to be a Win98 system (and have fallback for backwards compatibility zap security). -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Milter Logging

2004-04-17 Thread Chuck Swiger
answering complaints when someone got a bounce from a forgery... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: updated ports tree

2004-04-23 Thread Chuck Swiger
ckage-recursive"... 2) If you must install the ports tree, what is the best way to keep it up to date? cvsup. I am still new at this, and can't seem to find packages for all the ports in the tree... Where did you look, and what is missing? -- -Chuck ___

Re: compile signal code

2004-05-11 Thread Chuck Swiger
undefined reference to `err_dump' Presumably your code implements these? They aren't standard... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Dual Homed IP's

2004-05-13 Thread Chuck Swiger
true redundancy, you really ought to set up two seperate physical networks using different IP ranges, and multihome your system that way. That being said, take a look at "man ng_one2many"... -- -Chuck ___ [EMAIL PROTECTED] mailing

Re: remove users from system

2004-05-13 Thread Chuck Swiger
directly, BTW -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ipfw divert but no packet payload?

2004-05-13 Thread Chuck Swiger
ould suggest re-asking your question on a MacOS mailing list. People here aren't going to know very much about MacOS-specific bugs or problems. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: cdrw & PIO4

2004-05-08 Thread Chuck Swiger
w sx wrote: Does anyone have any tips on getting the CDRW drive set to UDMA mode? Add the following to your /boot/loader.conf: hw.ata.atapi_dma="1" ...and reboot. You might also be able to use "atacontrol". -- -Chuck ___ [EMAIL PRO

Re: cdrw & PIO4

2004-05-08 Thread Chuck Swiger
that the Original Poster is trying to use a CD/RW burner. :-) It doesn't matter too much if you happen to read a CD slowly, but one ought to use DMA rather than PIO when burning CDs or DVDs. -- -Chuck ___ [EMAIL PROTECTED] mailing list

Re: blacklist(s)

2004-05-14 Thread Chuck Swiger
pam.html http://mail-abuse.org/ http://www.rfc-ignorant.org/how_to_domain.php Any thoughts on spamcop.com? They're OK... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-14 Thread Chuck Swiger
the various software you might compile. I had explicitly specified COPTFLAGS (-O -pipe) but not CFLAGS and saw -O overriding -O2 when compiling a port... Please tell us which port was listing the -O2? Ports which disregard CFLAGS are considered BROKEN and ought to be fixed... -- -Chuck [1]: Obs

Re: blacklist(s)

2004-05-14 Thread Chuck Swiger
to be willing and able to respond to spam effectively. :-/ -- -Chuck begin forwarded message- This Message was undeliverable due to the following reason: Your message was not delivered because the return address was refused. The return address was '<[EMAIL PROTECTED]>'

Re: Command to display the complete picture of hard drive

2004-05-15 Thread Chuck Swiger
s1a refers to the first FDISK partition, slice a. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Multiple IP's with DHCP?

2004-05-15 Thread Chuck Swiger
hat you're being allocated a second IP on the same subnet, which isn't permitted because it isn't useful. You might be able to convince dhclient to override the netmask for the second IP, in much the same fashion as "ifconfi

Re: Question re: eventual upgrade to 5-Stable

2004-05-15 Thread Chuck Swiger
FreeBSD 5.2.x, is the upgrade path to 5-stable expected to be as easy as cvs-up and make-world, or would I have to re-format my HD and re-install with 5-Stable? You ought to be able to cvsup and reinstall world to move from 5.2 to 5.3 without any special issues; no reformat needed. -- -Chuck

Re: blacklist(s)

2004-05-16 Thread Chuck Swiger
Gary Kline wrote: On Fri, May 14, 2004 at 10:00:58PM -0400, Chuck Swiger wrote: According to the RFCs, one MUST NOT bounce mail sent to postmaster. One ought to read the rfc-ignorant.org site I mentioned. [ ... ] Well, bit again. The line in my access file was 206.46

Re: FTP Problems

2004-05-16 Thread Chuck Swiger
be a par- tially transferred copy of remote-file and the transfer is continued from the apparent point of failure. This command is useful when transferring very large files over networks that are prone to dropping connections. -- -

Re: network traffic

2004-05-19 Thread Chuck Swiger
" or so to send approx 1 MB via 1K packets, and divide. Using ftp or fetch or something that provides a speed rate is a little easier, if something running those services is handy... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists

Re: memory allocation/deallocation (malloc experts needed)

2004-05-20 Thread Chuck Swiger
, respectively when a whole chunk could be freed. But I don't know how to do this. Consider using (or searching for information about) a zone-based malloc. NEXTSTEP used one and hence Darwin/OS X probably have sources available for you to consider... -- -

Re: 2 ISP on one FreeBSD router

2004-05-25 Thread Chuck Swiger
p BGP peering with your ISPs. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Detect CD Media Type?

2004-05-25 Thread Chuck Swiger
Warren Block wrote: Are there any simple utilities that can detect the type of media loaded in a CD or DVD recorder? For example, a CD-R, or DVD+R, or CDRW. I'd like to make a backup script auto-sensing. The sysutils/dvd+rw-tools port comes with dvd+rw-mediainfo... -- -

Re: two nics, one dhcp server

2004-05-25 Thread Chuck Swiger
configure the DHCP server to give a different subnet mask to one of the interfaces using a host entry specifying the MAC address of that interface. What are you trying to do? -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/ma

Re: Strange pkg_info output

2004-05-25 Thread Chuck Swiger
s. I suspect that the package dependency information is no longer reliable, however, but if you are already updating Perl software past the versions currently in the ports repository, hopefully you know what you are doing. :-) I would be interested in a fix for this as well, however. -- -

Re: Strange pkg_info output

2004-05-25 Thread Chuck Swiger
p5-" prefix rather than "bsdpan-"). -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Strange pkg_info output

2004-05-25 Thread Chuck Swiger
Garance A Drosihn wrote: At 4:49 PM -0400 5/25/04, Chuck Swiger wrote: If you install perl from ports, you apparently get bsdpan included. Hmm. How would I know if I had it? I don't seem to have any port with the letters 'pan' in it. and `locate bsdpan' does not find anythi

Re: Strange pkg_info output

2004-05-25 Thread Chuck Swiger
Christopher Nehren wrote: On Tue, May 25, 2004 at 14:01:11 EDT, Chuck Swiger scribbled these curious markings: "Elbereth"...? :-) pkg_info: package bsdpan-DBD-mysql-2.9003 has no origin recorded pkg_info: package bsdpan-DBI-1.42 has no origin recorded pkg_info: package bsdpan-GD-1.19 has

Re: patch

2004-05-26 Thread Chuck Swiger
patch command will run and you should be fine, otherwise consider the -d and -p options to patch... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: fputs

2004-05-26 Thread Chuck Swiger
an environment setting ?? Should I swap to printf ?? What is the syntax ?? You ought to add a fflush(stdout) to the code when and where you want to be sure that the output buffer is written... -- -Chuck ___ [EMAIL PROTECTED] mailing list http

Re: vipw: pw_edit(): No such file or directory

2004-05-29 Thread Chuck Swiger
available on the machine. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 3Com 3c905B-TX Fast EtherLink XL Packet Loss

2004-05-31 Thread Chuck Swiger
use for normal purposes. The only other response I can think to give is to try swapping in a high-end card like a fxp. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: 5.2.1 goes beserk on EPIA M board

2004-05-31 Thread Chuck Swiger
tends to be fairly sensitive to things like poor IDE cables, jumping everything according to spec, etc. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to &q

Re: NFS server fail-over - how do you do it?

2004-05-31 Thread Chuck Swiger
edundancy, such as AFS and it's successor, DFS. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: routing for 1000 users and 10Mbit internet.

2004-05-31 Thread Chuck Swiger
ng HZ=1000 or so, and enabling DEVICE_POLLING. You should also make sure you've got good network cards in the machine... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: NFS server fail-over - how do you do it?

2004-05-31 Thread Chuck Swiger
imary goes down when using read/write shares, nor does there exist any way to push the changes made to a secondary fileserver back to the primary, even if you could convince the clients to fail-over in the first place. Maybe Samba/CIFS would come closer to what you want, or else WebDAV over HTTP?

Re: Documentation for LDAP Mail Server

2004-05-31 Thread Chuck Swiger
This being said, googling for "postfix cyrus LDAP" reveals a number of hits, including: http://www.sfobug.org/meeting_notes/chris_paul/sasl_openldap.html -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/list

Re: c++ compile problem

2004-06-03 Thread Chuck Swiger
f you update your OS from 5.1 to 5.2.1, you will probably discover that the warnings go away to due cleanups and fixes within the system header files made since 5.1... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/list

Re: Running FreeBSD/PostgreSQL on high-end dual Xeon box

2004-06-04 Thread Chuck Swiger
better choice. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Please help me understand pciutils output

2004-06-07 Thread Chuck Swiger
or AMD even, and using the cost savings on better equipment elsewhere in the system. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: suggestions for optimal filesystem-layout over multiple harddrives?

2004-06-07 Thread Chuck Swiger
size. Commodity ATA RAID controllers like Highpoint, Promise, & 3ware are fairly cheap, or one could use software RAID like vinum. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: CVS vs CVSup

2004-06-07 Thread Chuck Swiger
and the files they contain (in particular, RCS files), enabling it to perform updates much faster than traditional systems. :-) CVS is a software version management system, CVSup is a distribution mechanism which understands CVS well. -- -Chuck

Re: Please help me understand pciutils output

2004-06-07 Thread Chuck Swiger
closer to 50-80 Mbs... [ ...comments about NEC chip snipped... ] -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Scripting backup of file naming?

2004-06-07 Thread Chuck Swiger
EFILE=/home/SOMEUSER/archive/backup`date "+%Y%m%d"`.tgz tar cf - ${CLIENT} | gzip --best > ${ARCHIVEFILE} ...just before the final done. Test things out by hand for a while (or on a machine-by-machine basis), and then set this up in cron. -- -Chuck --- #! /bin/

Re: Maximum Swap Size

2004-06-07 Thread Chuck Swiger
stand/sysinstall or another tool of your choice). The rest of your existing partitions and the data in them should be fine... -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Frontpage and jails and possible alternatives

2004-06-10 Thread Chuck Swiger
has & is paying for), than admin a Windows box. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: SO_LINGER on socket with non-blocking I/O

2004-06-10 Thread Chuck Swiger
appen if the local platform doesn't handle non-blocking I/O very well. #3 should only happen if you are using a TCP stack which is broken, but some people seem to prefer that, so who can say? -- -Chuck ___ [EMAIL PROTECTED] mailing list http://li

Re: httpd and memory usage

2005-06-11 Thread Chuck Swiger
MB or so per process. -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: JDK Installation

2005-06-12 Thread Chuck Swiger
W: http://www.freebsd.org/java/ http://www.eyesbeyond.com/freebsddom/java/index.html http://www.sun.com/software/communitysource/java2/ -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ques

Re: tape record bigger than supplied buffer

2005-06-14 Thread Chuck Swiger
ome out of your tape drive manual, in the end? Just wondering why 64512 rather than 65536... It's 63K. I've seen recommendations elsewhere to use a tape blocksize of 63K rather than 64K if hardware compression is enabled, because sometimes the data doesn't have a positive compres

Re: Access granted even on root password change

2005-06-14 Thread Chuck Swiger
count password? Note that having someone untrusted gain superuser access to a machine should be cause for backing up the system and reinstalling from scratch or restoring from a known-OK backup -- -Chuck ___ freebsd-questions@freebsd.org mailing

Re: getting DNS from DHCP IP address

2005-06-16 Thread Chuck Swiger
those. Doing a "whois yourisp.net" might give you some idea. I am in Toronto, Canada so I guess a DNS should be in reasonable proximity. "Trawn-nah?" :-) Internet reachability matters more than physical location. -- -Chuck ___ fr

Re: POWERVAULT 705n

2005-06-16 Thread Chuck Swiger
t when , and delete those "access denied" files- I'm sure if I can get into it through a shell? Or root? This would be possible??? Maybe??? It's likely that if someone starting maintaining this system and sets up user permissions correctly, the situ

Re: Spam sender using domain name as spoofed source

2005-06-16 Thread Chuck Swiger
to you. Here in the US, if you can show damages larger than $2000, that's when it becomes useful to talk to the local police or even the FBI; below that dollar figure, computer abuse/fraud doesn't really register. :-( -- -Chuck _

Re: getting DNS from DHCP IP address

2005-06-16 Thread Chuck Swiger
ronto use only two syllables. Although I'm not from there, actually, I was born in a place called "Wooster" which is spelled "Worchester", so I've needed to pay attention to this issue from early on. ] -- -Chuck ___ freeb

Re: ./configure question

2005-06-16 Thread Chuck Swiger
akefile to see what it does, or do a "make configure" or simple "make" at the top-level of the port instead. -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: ./configure question

2005-06-16 Thread Chuck Swiger
env, something missing, etc. Run the script command. Do something which shows what you think is a problem. Exit from the shell, and paste the contents of the "typescript" file created into email so you can show exactly what the error

Re: -DNOPROFILE with make buildworld...

2005-06-21 Thread Chuck Swiger
wer boxes sometime. However, what you've said is still true: there is seldom need to profile a program. Get it working well enough that it doesn't leak memory, and then worry about profiling it. :-) -- -Chuck ___ freebsd-questions@free

Re: Dialogic 4-port modem PCI cards?

2005-06-21 Thread Chuck Swiger
ware, but I've tried googling and looking through the hardware list and kernel files but haven't found anything. Try looking into the asterix port. However, I haven't had any luck getting it to work with an IDE Dialogic 4-port card under anything but Windows, so we went

syslog is missing?, was: Re: freebsd-questions Digest, Vol 100, Issue 15

2005-06-23 Thread Chuck Swiger
;re looking for /usr/bin/logger? FreeBSD comes with syslog as part of the base system. If you update your system via a buildworld/buildkernel cycle, you will end up installing syslogd, logger, and friends if they are actually missing. -- -Chuck PS: You gain +1 karma for not quoting th

Re: Mainboard E7520 and FreeBSD 5.x

2005-06-23 Thread Chuck Swiger
imply not deal with both SCSI and IDE being present at the same time. If so, try doing the install with just the IDE drive present. For more help, it would be useful to know what your SCSI controller is and whether it is supported. Check the FreeBSD releas

Re: Need your advise.

2005-06-23 Thread Chuck Swiger
Robert Slade wrote: On Wed, 2005-06-22 at 20:39, Charles Swiger wrote: [ ... ] Hmm. The answer is probably no, FreeBSD doesn't have anything which handles NFS or Samba failover transparently. Chuck, Sorry to disagree. There is a port of Heartbeat to free BSD, (it is in the ports). It

Re: stat running as www weirdness - genarting INCOMING traffic

2005-06-23 Thread Chuck Swiger
which port(s), and are the IP addresses on the other side the same or a random range (which would imply your machine has been hacked and is scanning outwards). Showing a tcpdump of a few example connections would be really useful. -- -Chuck

Re: Help, I killed my machine.

2005-06-23 Thread Chuck Swiger
ition or enable newfs, and it will leave your existing config files and other stuff alone. (Note that you do want to have a backup available, first. Of course, you made a backup of your 4.x system, or at least the important bits, before trying to do this 4->5 upgrade, righ

Re: Still trying to get my site up!

2005-06-26 Thread Chuck Robey
Sarath ER wrote: > Gerard Seibert wrote: > >> Thanks to several individuals, I have almost gotten my Apache2 server >> working. Almost, but not quite. >> >> My ISP blocks port 80; therefore I am using a redirect from >> DynDNS.org to redirect to an alias using port 9545. >> >> The 'beerstud.us' re

Re: About Mirror ...

2005-06-26 Thread Chuck Swiger
d.org/doc/en_US.ISO8859-1/articles/hubs/index.html Note that a primary official FreeBSD mirror probably wants around 10MB/s or more (like a full T3/E3), although local country mirrors make do with whatever volunteers provide. -- -Chuck ___ fr

Re: Is this a safe way to multi-home a mail server?

2005-06-26 Thread Chuck Swiger
ey to spend, you could always rent an IP block reservation from ARIN and multihome for real. -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Freebsd 5.4 cannot fetch xfree86?

2005-06-27 Thread Chuck Robey
perikillo wrote: > Hi to all. >I install freebsd 5.4 Release, with xorg i have problems with my >kbd, and i decide to install the old friend XFree86-4, i read the >handbook about, the example say: >test# pkg_add -r XFree86 > > But my system dosent found nothing, the answer is something abou

Re: Small HTTPD + PHP4

2005-06-27 Thread Chuck Swiger
e the number of HTTP transactions-- and the sizes involved-- of looking through the Mailman archives of this list versus reading your favorite PHP board. Animated GIFs for smileys, user avatar images and .sigs, or worse, .sigs in Flash, etc, etc... ] -- -

Re: Small HTTPD + PHP4

2005-06-28 Thread Chuck Swiger
Grant wrote: On Mon, 27 Jun 2005 21:54:16 -0400 Chuck Swiger <[EMAIL PROTECTED]> wrote: [ ... ] The only reason i'm moving from apache is that apache has started (well proberly did but i didnt notice) eating large amounts of ram, even when idle, as i type this there is 4 apache proc

Re: Interface aliases

2005-06-28 Thread Chuck Swiger
. Putting thousands of IP addresses on a single box is a misuse of limited IP space, unless you are using RFC-1918 addresses. What is the actual problem you are trying to solve? -- -Chuck ___ freebsd-questions@freebsd.org mailing list http

Re: Small HTTPD + PHP4

2005-06-28 Thread Chuck Swiger
Grant wrote: On Tue, 28 Jun 2005 12:58:33 -0400 Chuck Swiger <[EMAIL PROTECTED]> wrote: [ ... ] Or do you know of a non php based forum that is quite fast and has the same type of things on a php based one. the way the forum is stored isnt a worry, be it a simple text file or some

Re: Install ports as non-root user?

2005-06-28 Thread Chuck Swiger
when the paths are changed from the defaults, so be prepared for problems. -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Interface aliases

2005-06-28 Thread Chuck Swiger
ds of distinct SSL sites on it is really a good idea. -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [FYI] QT4 licensing looks very bad for *BSD

2005-06-29 Thread Chuck Swiger
hat prevent open source from being used commercially. We want commercial users to join our community, not feel excluded from it." -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [FYI] QT4 licensing looks very bad for *BSD

2005-06-29 Thread Chuck Swiger
Danny Pansters wrote: Hey Chuck, thanks for answering. No problem. (I'm not completely convinced this thread belongs on freebsd-questions, but I don't know where else to move it to. :-) Anyway, I contacted someone at TrollTech with pretty much what I said in my last email,

Re: [FYI] QT4 licensing looks very bad for *BSD

2005-06-30 Thread Chuck Swiger
eate using Office, and TrollTech doesn't own the software you might create using QtDesigner. -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [FYI] QT4 licensing looks very bad for *BSD

2005-07-01 Thread Chuck Swiger
ou as an individual, because GPL #0 states: "The act of running the Program is not restricted" -- -Chuck [1]: You can choose to use any license you want for original code that you've written. Software licenses apply to the code which is under that license, and to derivative

Re: starttls sendmail

2005-07-02 Thread Chuck Swiger
tag. For example, the following entries in the access map: Try_TLS:broken.server NO -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: starttls sendmail

2005-07-02 Thread Chuck Swiger
dick hoogendijk wrote: On 02 Jul Chuck Swiger wrote: A default case can be specified by using just the tag. For example, the following entries in the access map: Try_TLS:broken.server NO So, if I understand correctly putting a line like "Try_TLS NO" in /etc/mail/access

Re: Year-old messages

2005-07-03 Thread Chuck Swiger
ges in the mbox, resulting in a flood of old mail.... -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: List all make targets?

2005-07-04 Thread Chuck Swiger
src/Makefile.inc1 and /usr/share/mk/ and... What problem are you trying to solve? You don't need to read all of that to use it, any more than a developer needs to understand each and every header file in order to use #include . -- -Chuck

Re: Linux move to FreeBSD

2005-07-04 Thread Chuck Robey
TvZ wrote: Hi I am a user of SUSE Linux, and I was thinking of trying out BSD. After reading as much information as I could about the three variants of BSD vs. Linux. On technical merit, I was very impressed. FreeBSD looks like a good stating place for me, but one think about FreeBSD makes me u

Re: List all make targets?

2005-07-04 Thread Chuck Swiger
or 'uninstall' and other surprises. I see that it gets complicated as i.e. "_legacy" is a legitimate target along with "buildworld." More to investigate! "make -n -d g1 | less"...? Take a look at the main target and at the "parents" target at t

Re: squid bind to port 80 fails when started via squid.sh script

2005-07-05 Thread Chuck Swiger
squid startup script probably changes to a non-root user before running the squid binary, which means that squid cannot bind to a port below 1024. Normally, people run squid on port 3128, although 8080 is also relatively common. -- -Chuck ___ freebsd

Re: Where is the memory

2005-07-05 Thread Chuck Swiger
The same applications used to run on a Freebsd 4.7 BOX with 1GB RAM, and only in some few cases had to swap out. Now, I´m moving to another machine with 2GB RAM, and I´m seeing where is the extra memory. I expected to have more free memory now. Free memory is wasted mem

Re: Remote access to a user's mail spool

2005-07-05 Thread Chuck Swiger
do they just delete mail randomly? What problem are you trying to solve? -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Where is the memory

2005-07-05 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: On Tue, 5 Jul 2005, Chuck Swiger wrote: [ ... ] It seems that this is the case. I wrote a small program to allocate a large block of memory (more them that shown as free) and the system doesn´t swap. Nor should it. Simply allocating memory doesn't act

Re: suitability of freebsd 5.3 for 486 dx2 66?

2005-07-08 Thread Chuck Swiger
you can get the disk built out, FreeBSD will run. -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 'BSD' make vs gmake on FBSD

2005-07-09 Thread Chuck Swiger
rule which does whatever it takes to build the html from to pm files -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Port update failure -- How do I fix?

2005-07-09 Thread Chuck Swiger
ct a newer version of perl than what you seem to have. Look at /usr/ports/CHANGES for more help and suggestions on how to upgrade perl and dependant perl ports in a reasonable fashion. -- -Chuck PS: You should probably discuss port-related questions on <[EM

<    4   5   6   7   8   9   10   11   12   13   >