perl and berkeley

2004-05-26 Thread Len Conrad
Freebsd 4.8 1. installed a perl mod that decided it needed Perl 5.8. that went ok, but now I've got /usr/bin/perl 5.0 /usr/local/bin/perl 5.8 What is the command to get the sytstem to switch to defaulting to 5.8? 2. pkg_add -r db3 also went ok, but perl -MCPAN -e 'install

Re: perl and berkeley

2004-05-26 Thread Len Conrad
which perl This will show which perl executable you are actually calling. the system perl: # which perl /usr/bin/perl I guess typing: /usr/local/bin/perl -MCPAN -e 'install BerkeleyDB' that fails, too, same error Len ___ [EMAIL PROTECTED] mailing list

Re: perl and berkeley

2004-05-26 Thread Len Conrad
#v+ If you want this version of Perl to be used by default, please type use.perl port #v- # use.perl port # which perl /usr/bin/perl Check out the rest of that file for more information. ports are not installed, just specific pkgs # pkg_info ... db3-3.3.11,1The Berkeley DB package,

Re: perl and berkeley

2004-05-27 Thread Len Conrad
$ls -alT perl* lrwxr-xr-x 1 root wheel 19 Mar 20 15:25:53 2004 perl@ - /usr/local/bin/perl ... lrwxr-xr-x 1 root wheel 19 Mar 20 15:25:53 2004 perl5.8.2@ - /usr/local/bin/perl ... I have the same: # ll /usr/bin/perl* lrwxr-xr-x 1 root wheel 19 May 26 20:49 /usr/bin/perl@ -

Re: perl and berkeley

2004-05-28 Thread Len Conrad
perl -MCPAN -e 'install BerkeleyDB' ... still gives: BerkeleyDB.xs:74: #error db.h is from Berkeley DB 1.x - need at least Berkeley DB 2.6.4 *** Error code 1 I've deleted and re-installed that db3 pkg, but still get the same error. my first try would probably be to remove all CPAN

perl port 5.8.2 won't install?

2004-06-23 Thread Len Conrad
fbsd 4.10 release # cd /usr/ports/lang/perl5.8 # make make install === Vulnerability check disabled perl-5.8.2.tar.gz doesn't seem to exist in /usr/ports/distfiles/. Attempting to fetch from http://www.cpan.dk/CPAN/modules/by-module/../../src/. perl-5.8.2.tar.gz

Re: perl port 5.8.2 won't install?

2004-06-23 Thread Len Conrad
How did you update your ports collection? when running sysintall upgrade from cdrom to go from 4.7 to 4.10. These are probably stale files that should/would have been removed with a correctly updated collection. ok, I'll have a go at refreshing the ports, thanks Len

Re: promise sx4000

2002-12-25 Thread Len Conrad
i have promise sx4000 raid card and im trying to get it work with freebsd 5.0 so is there anyone who knows a driver for that card? Promise told me they don't support FreeBSD. There's no driver for the sx4000 and they won't provide the doc + board to develop one. Len To Unsubscribe: send

Re: promise sx4000

2002-12-25 Thread Len Conrad
and the doc only? no doc at programmers level yes, :(( Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: What are the SMTP rules for sending mail to FreeBSD

2002-12-28 Thread Len Conrad
Easier said than done. I've been assigned 66.45.116.136/29 by the ISP. .136 is not a power of 2 which is required for classless reverse delegation. It should be .132/29 or .140/29 I control DNS for quadtelecom.com, but I don't control the reverse lookup. I'd like to know the exact

Re: What are the SMTP rules for sending mail to FreeBSD

2002-12-29 Thread Len Conrad
ISTR Postfix replies with 450 to (almost) all errors by default. And there are errors where you need to escalate the 4xx response to 554 to stop the sending MTA from re-trying for days, or just harvest the 4xx ip's to a new .map filean block with 554. Postfix's new sender address

how to restore /usr

2003-01-17 Thread Len Conrad
Trying to free up disk space, a user accidentally rm'd /usr instead of /usr/ports. Starting with the cdrom, what is the best way to get the /usr tree back onto the disk? thanks Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: how to restore /usr

2003-01-17 Thread Len Conrad
/stand/sysinstall works so what if we did install additional dist sets + just binary base distribution? Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Experiences with Adaptec 2400A?

2003-01-29 Thread Len Conrad
We are looking at this board for high-volume MX gateways. Anybody have any comments from experience? Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Postfix SpamAssassin

2003-02-01 Thread Len Conrad
Can Spamassassin work directly with Postfix? yes, as a content-filter, see the Spamassassin site, see the postfix site. Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: DNS question

2003-02-01 Thread Len Conrad
When a person does a dns lookup to the server and its not already cached, how does It find out the correct name server to use to find the ip? The DNS navigates the DNS namespace until it finds a positive or negative answer, or the until DNS's that should have the answer fail to respond. Len

RE: DNS question

2003-02-01 Thread Len Conrad
Ahh okay, I understand that. Someone once told me the information is already downloaded in a list, so the server doesn't have to contact root all the time to get ns information. Is this not true anymore? bind9 has the root-servers hints zone in its binary, but will use an external hints zone

Re: Ports Collection

2003-03-29 Thread Len Conrad
I'd like to grab some pkgs for FreeBSD 3.4. Is there any listing of which ftp sites have pkgs for old versions? On 3.4 Release, pkg_add -r for like 15 pkgs all said not found. Len ___ [EMAIL PROTECTED] mailing list

Re: Spammers forged my address - help unbury me from bounces?

2003-05-29 Thread Len Conrad
Is this possible? Please save me from being pushed over the line, buying a paintball gun, and going hunting. You're lucky if you can identify a set of senders, rather than random alphabet soup senders. You've identified the problem of dropping the mail only after receiving it. This is the

Re: Spammers forged my address - help unbury me from bounces?

2003-05-29 Thread Len Conrad
Ive had this happen to me and couldnt figure out any good solution. his specific case is extremely cheap and easy to fix Its one of those reasons why they should have the death penalty for spammers. no, death penalty is reserved for spammers that forge your KNOWN user accounts as the spammer's

Re: Spammers forged my address - help unbury me from bounces?

2003-05-30 Thread Len Conrad
Try using the /etc/mail/access file, if you know what IP or domain it is coming from... IPADDRESS/DOMAIN550 RELAYING DENIED Best to use a message that is more explanatory. They are bounce msgs from mailer-daemon, the mailer-daemon and no spammer every read the reject text.

Re: Two DNS servers with one IP address

2003-06-26 Thread Len Conrad
Is it possible to have two DNS servers with only one public IP address? no. when you run the first instance, it will listen on port 53. When you run the second instance, it will fail, because port 53 is occupied. I have a FreeBSD gateway connected to the Internet with a DSL modem, using natd

Re: BIND Question.

2002-07-13 Thread Len Conrad
I´m sure O'Reilly will get UnixHideOut to remove that ripoff, or sue them. Len http://www.unixhideout.com/library/books1/tcpip/dnsbind/index.htm Check that out. that's how i installed it and got my dns to work like a charm. Everything you need is right there.

Re: BIND Question.

2002-07-13 Thread Len Conrad
How is that a ripoff? Am i not supposed to have them? I downloaded them for free off of some site. which itself was a ripoff site. warez, huh? How am i ripping off anyone im not charging for them. Let me know if your serious i'll remove them to only be accessible by my lan. amazing

Re: lsof

2002-09-18 Thread Len Conrad
I don't know what I did differently but when I tried it just now, I see Attempting to fetch from ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/. Receiving lsof_4.65B.freebsd.tar.gz (509943 bytes): 100% 509943 bytes transferred in 17.6 seconds (28.29 kBps) I would try again. mx1# pgk_add

can't intall PERL module

2002-09-18 Thread Len Conrad
fbsd 4.6.2 perl -MCPAN -e 'install Date::Calc' t/f029..ok t/f030..ok t/f031..ok t/f032..ok t/f033..ok t/f034..Use of uninitialized value at t/f034.t line 332. Use of uninitialized value at t/f034.t line 332. FAILED tests

Re: can't intall PERL module

2002-09-18 Thread Len Conrad
(09.18.2002 @ 1445 PST): Len Conrad said, in 1.4K: fbsd 4.6.2 perl -MCPAN -e 'install Date::Calc' why do it that way? cd /usr/ports/devel/p5-Date-Calc make install because I've always done it the other way and it never failed thanks :)) Len

time off by 30 minutes

2002-09-20 Thread Len Conrad
# killall ntpd # ntpdate -db time.nist.gov 20 Sep 06:52:39 ntpdate[63322]: ntpdate 4.1.0-a Wed Aug 14 18:56:48 GMT 2002 (1) transmit(192.43.244.18) receive(192.43.244.18) transmit(192.43.244.18) receive(192.43.244.18) transmit(192.43.244.18) receive(192.43.244.18) transmit(192.43.244.18)

Re: time off by 30 minutes

2002-09-20 Thread Len Conrad
Check your /etc/localtime is correct for your timezone. ln -s /usr/share/zoneinfo/America/ localtime where is the correct location. rm /etc/localtime from /usr/share/zoneinfo/zone.tab: US +415100-0873900 America/Chicago Central Time US +450628-0873651 America/Menominee

Re: time off by 30 minutes

2002-09-20 Thread Len Conrad
I think the problem could be the -d (debug) option to ntpdate. Try # rm /etc/localtime # ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime # ntpdate time.nist.gov 20 Sep 08:42:52 ntpdate[71492]: step time server 192.43.244.18 offset 1784.223346 sec but the correct time is 09:12 Len

Re: time off by 30 minutes

2002-09-20 Thread Len Conrad
Why dont you set it by using date 200209201514 and then use ntpdate ntpd to keep it current afterward.. this is what I always have done, but it's not working on this machine: # killall ntp No matching processes were found # date 200209201048 Fri Sep 20 10:48:00 CDT 2002 # ll

Re: time off by 30 minutes

2002-09-20 Thread Len Conrad
I think the problem could be the -d (debug) option to ntpdate. Try # rm /etc/localtime # ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime # ntpdate time.nist.gov 20 Sep 08:42:52 ntpdate[71492]: step time server 192.43.244.18 offset 1784.223346 sec ^^^ # rm

Re: time off by 30 minutes

2002-09-20 Thread Len Conrad
Are you running a kern_secure level that prevents jumps of more than 1 second? ah, I've commented it out but the person who set ip had rc.conf with securelevel 2. It that it?? dmesg: Time adjustment clamped to +1 second Time adjustment clamped to +1 second Time adjustment clamped to +1

OS X POP client weird?

2002-10-09 Thread Len Conrad
FreeBSD port of qpopper version 4.0.4 (non-standalone) on FreeBSD 4.6.2 Release. All is working fine, except we note that two users show these errors: Oct 8 19:54:28 boxname qpopper[88744]: xxx at 12-233-2-114.client.attbi.com (12.233.2.114): -ERR [SYS/TEMP] POP authentication DB not

Re: mailing list software

2002-10-22 Thread Len Conrad
I recommend Mailman: /usr/ports/mail/mailman It's from GNU (free!), works well, and is well supported. It installed simply and easily for me. But does a list subscriber need to find/remember and use his list password to unsubscribe? That stupid requirement pretty much kills mailman for the

Re: Resolving hostnames takes forever

2002-11-02 Thread Len Conrad
pkg_add _r mtr And run mtr for a few hours to a couple of points a few hops beyond your ISP and see if you have big delays, packet loss, etc. Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: [OT] Spare mailservers

2002-11-21 Thread Len Conrad
We are now adding a second mailserver (20 MX) to our configuration, which will forward mail to the main mailserver (10 MX) through mailertable. A third one will be added as soon as we grow as we now expect. To avoid having to edit all the DNS zones again then why do that? are you running MS

.sh interactive ok, from crontab, not

2002-11-24 Thread Len Conrad
Trying to write a little watch-dog/keep-alive script for a couple of related daemons, an MTA and an SMTP AV scanner. This snippet works fine... if ( ps aux | grep -i ^root.*master ) /dev/null then echo then: exit code equal 0 exit 0 else try to run the daemon ... when run from the command

Re: .sh interactive ok, from crontab, not

2002-11-24 Thread Len Conrad
if ( ps aux | grep -i ^root.*master ) /dev/null then echo then: exit code equal 0 exit 0 else try to run the daemon ... when run from the command line, the echo text displays. But, when run from crontab every 10 minutes, the if fails, and the else clause runs. I've tried every syntax

Re: .sh interactive ok, from crontab, not

2002-11-24 Thread Len Conrad
Well, it was just a guess. :) I tested against my 'named' daemon, using the code you supplied and it works fine. same code works fine for my AV daemon, but not for the MTA daemon What version of FreeBSD? 4.5 Are you using the 'stock' shell? yes Did you look at the output from grep

Re: .sh interactive ok, from crontab, not

2002-11-24 Thread Len Conrad
What does your crontab entry look like? */10* * * * root/usr/local/bin/watchdog.sh To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: .sh interactive ok, from crontab, not

2002-11-24 Thread Len Conrad
Okay, I was able to duplicate your problem. It is due to the output of 'ps' being truncated to 80 columns, the default terminal size. You are likely running a wide terminal display on your interactive session (as I do) yep, TeraTerm on Windows, very wide display. but cron will see the

Re: Interest in diskless booting?

2002-12-07 Thread Len Conrad
I was at a local installfext yesterday (http://installfest.auug.org.au/), and a number of people were interested in doing diskless booting, either for reasons of economy or reliability. I'm currently about to finish the manuscript of the fourth edition of The Complete FreeBSD, and I was

booting from Promise tx2000

2003-02-23 Thread Len Conrad
fbsd 4.7 release no drives on motherboard ata channels one ATA Master drive on each TX2000 IDE channel (no Array is defined, we just want two independent disks for now) fbsd cdrom boots, finds the disks and installs fbsd. we choose boot manager because we typically have our system fail to

RE: booting from Promise tx2000

2003-02-24 Thread Len Conrad
I might be wrong here.. but I think you need some specific raid drivers for the TX cards to work the tx2000 is seen as an standard ATA interface. no driver needed Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

booting from Promise tx2000: FIXED

2003-02-24 Thread Len Conrad
Since we only had one ATA133 disk on each TX2000 ATA channel, we skipped the TX2000 setup utility to define an array (we didn't want to run RAID or want any stinking arrays at all). We were able to boot from mobo ATA CDROM and install fbsd through the TX2000. ( btw, we always install fbsd boot

EPoX ep-4g4m+ ?

2003-02-25 Thread Len Conrad
An integrator wants to use in some 1U boxes for us. With Intel 845G Any body have any horror stories? EPoX ok in general? Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

can't get to ATA133

2003-02-26 Thread Len Conrad
FreeBSD 4.7R Promise TX2000 with two ATA133 drives as ata masters using the ATA133 IDE cables that came with the TX2000. dmesg shows: ad4: DMA limited to UDMA33, non-ATA66 cable or device ad6: DMA limited to UDMA33, non-ATA66 cable or device ar0: 39083MB ATA SPAN array [4982/255/63] status:

Re: can't get to ATA133

2003-02-27 Thread Len Conrad
ad4: DMA limited to UDMA33, non-ATA66 cable or device ad6: DMA limited to UDMA33, non-ATA66 cable or device ar0: 39083MB ATA SPAN array [4982/255/63] status: READY subdisks: 0 READY ad4: 39083MB Maxtor 6Y040L0 [79408/16/63] at ata2-master UDMA33 ar1: 39083MB ATA SPAN array [4982/255/63]

Re: can't get to ATA133 (Addendum to previous post)

2003-02-27 Thread Len Conrad
There are two things you might want to look at. First it trying to set the modes manually after boot. This is not recommended, and I would not do it unless on a read only file system, if setting the higher mode fails, or fails partially, you might be in for a world of trouble. To do this, you can

Re: can't get to ATA133 (Addendum to previous post)

2003-02-27 Thread Len Conrad
mx# dmesg Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 [EMAIL

Re: can't get to ATA133 (Addendum to previous post)

2003-02-28 Thread Len Conrad
ad4: DMA limited to UDMA33, non-ATA66 cable or device ad6: DMA limited to UDMA33, non-ATA66 cable or device This is because the cblid bit in the disks indicate that the disk doesn't see the right cable (or rather the right signals it tests for). Since I dont have a dmesg from the system I

RE: can't get to ATA133

2003-02-26 Thread Len Conrad
Seems that you are running 40 conductor IDE cables. no, the tx2000 is running the tx2000 ata133 cables. the tx2000 on-board setup util is reporting mode U6, ata133 it seems that the hardware is actually running ata133 but FreeBSD is seeing it a udma33. mx# atacontrol mode 2 Master = UDMA33

Re: 3 IDE devices on Promise card + FreeBSD == not possible?

2003-03-08 Thread Len Conrad
I've been posting about this since the beginning on the year. A few times on freebsd-questions, once on freebsd-hackers, and submitted a PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=48165). Are you sure that configuring the TX2 as RAID 0 array is what you want to do, vs SPAN (aka JBOD)? I

Re: Sending mail to this list

2003-03-16 Thread Len Conrad
Mar 16 22:10:32 rackspace postfix/smtp[28417]: 8B00131673: to=[EMAIL PROTECTED], relay=mx1.freebsd.org[216.136.204.125], delay=11, status=deferred (host mx1.freebsd.org[216.136.204.125] said: 450 Client host rejected: cannot find your hostname, [65.61.155.146] (in reply to RCPT TO command))

Re: Sending mail to this list

2003-03-16 Thread Len Conrad
I run many domains off of this machine - does it have to have a reverse pointer that matches the domain name for every domain Only one PTR record per ip. Applications don't know how to handle more than one. , or will it suffice to have a single correct reverse pointer? yes. Right now, the

Re: Sending mail to this list

2003-03-17 Thread Len Conrad
1) The name the mailserver announces in it's HELO line must resolve via forward DNS. It doesn't matter to what, it just has to resolve. # telnet mx1.freebsd.org 25 Trying 216.136.204.125... Connected to mx1.freebsd.org. Escape character is '^]'. 220 mx1.FreeBSD.org ESMTP Postfix (Postfix

can't pipe to /dev/null ?

2003-03-19 Thread Len Conrad
in /etc/aliases: devnull: |/dev/null and: # ll /dev/null crw-rw-rw- 1 root wheel2, 2 Mar 19 11:13 /dev/null but: Mar 19 10:55:08 img10 postfix/local[41744]: 671235621: to=[EMAIL PROTECTED], relay=local, delay=1, status=bounced (Command died with status 1: /dev/null) ... is fixed

Re: can't pipe to /dev/null ?

2003-03-19 Thread Len Conrad
I think variant with cat is better, if you want without it better will be devnull: /dev/null the latter works, thanks, Nik, If you you have a minute, say why the cat step is better than just /dev/null Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the

buildup of Windows time_wait talking to fbsd 4.10

2005-01-10 Thread Len Conrad
We have a windows mailserver that relays its outbound to a fbsd gateway. We changed to a different fbsd gateway running 4.10. Windows then began having trouble sending to 4.10. Windows netstat -an shows dozens of lines like this: source IP desitination IP

Re: buildup of Windows time_wait talking to fbsd 4.10

2005-01-10 Thread Len Conrad
Just off the top of my head... You mentioned the freebsd machine is the gateway. Do you have a firewall on the host blocking connections from the windows machine? a forgotten detail is that the windows machine sends just fine to the 4.10 gateway for a few minutes, but the time_wait inevitably

Re: buildup of Windows time_wait talking to fbsd 4.10

2005-01-11 Thread Len Conrad
We have a windows mailserver that relays its outbound to a fbsd gateway. We changed to a different fbsd gateway running 4.10. Windows then began having trouble sending to 4.10. Windows netstat -an shows dozens of lines like this: source IP desitination IP

Re: Removing thousands of files using rm

2004-07-06 Thread Len Conrad
I often have the need to remove hundreds or even thousands of files from a single directory (very often). Using rm, I usually get: pearl# rm -rvf * /bin/rm: Argument list too long. man xargs Len ___ [EMAIL PROTECTED] mailing list

Re: DNS server

2004-07-11 Thread Len Conrad
No, it doesn't. I can successfully perform a whois from here on your domain, but an nslookup/dig both fail. Give it 72 hours to propagate across the net. propagation is a bogus idea when applied to DNS. Like WMD and immediate threat when applied to Iraq. As soon as the delegation and glue

Re: DNS server

2004-07-11 Thread Len Conrad
Perhaps you need to do some research on the subject. perhaps you need to clarify your vagary There are a series of DNS systems ??? For a public domain.tld, the only two servers involved are : 1. the servers authoritative for .tld to publish the delegation and glue records for domain.tld.

what else is needed to make ftp passive work

2008-10-22 Thread Len Conrad
two machines on the same private network. ftp 10.0.0.24 Connected to 10.0.0.24. 220 mx1.fairhope.net FTP server (Version 6.00LS) ready. Name (10.0.0.24:username): 331 Password required for username. Password: 230 User username logged in. Remote system type is UNIX. Using binary mode to

help with sed and tick marks

2008-12-29 Thread Len Conrad
A string in a file contains ('n...@domain.net'', ... where and we want to remove the extra tick mark, to have: ('n...@domain.net', iow, replace net'' with net' We've tried many combinations with sed, but failed. Suggestions? thanks, Len

How's it going with 7.1?

2009-01-18 Thread Len Conrad
Any feedback? Can't find much in fbsd-questions. I have partner who said 7.0 tcp/ip was much slower for his VPN nets than 6.4. Is that fixed in 7.1. thanks, Len __ IMGate OpenSource Mail Firewall www.IMGate.net

Dell 2900 invalid partition table

2009-01-22 Thread Len Conrad
freebsd 7.1 Dell 2900, perc 6/i controller with 4 SATA disks in RAID1. We get all the through the disc1 install, reboot, arrive up to Press ctrl-E for remote access setup within 5 secs then die with Invalid partition table We had RAID5, same problem, switch to RAID1. suggestions?

Re: Dell 2900 invalid partition table

2009-01-22 Thread Len Conrad
freebsd 7.1 Dell 2900, perc 6/i controller with 4 SATA disks in RAID1. We get all the through the disc1 install, reboot, arrive up to Press ctrl-E for remote access setup within 5 secs then die with Invalid partition table We had RAID5, same problem, switch to RAID1.

RTL8201 not explicitly in 7.1 supported hardware

2009-02-05 Thread Len Conrad
A client wants to buy some TigerDirect/VisionMan 1U's with this mobo: http://www.biostar-usa.com/mbdetails.asp?model=P4M900%20MICRO%20775 RTL8201 PHY Ethernet http://www.freebsd.org/releases/7.1R/hardware.html ... shows only RTL81xx has anybody got RTL8201 working with FreeBSD 7.1, 7.0?

RTL8201 not explicitly in 7.1 / 2nd POSTING

2009-02-07 Thread Len Conrad
A client wants to buy some TigerDirect/VisionMan 1U's with this mobo: http://www.biostar-usa.com/mbdetails.asp?model=P4M900%20MICRO%20775 RTL8201 PHY Ethernet http://www.freebsd.org/releases/7.1R/hardware.html ... shows only RTL81xx has anybody got RTL8201 working with FreeBSD 7.1? thanks,

QLogic 2460 driver ?

2009-02-19 Thread Len Conrad
Is there one? thanks Len ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Feedback on FreeBSD 7.1/fiber channel into EMC SAN?

2009-02-26 Thread Len Conrad
I would appreciate any comments from experience with this config. Which specific fiber channel card have you had success? Thanks Len ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

SQLgrey not happy

2009-04-07 Thread Len Conrad
Trying to install everything via pkgs, but it messed up. fbsd 7.1 SQLgrey 1.7.6 installed as pkg_add p5-DBD-mysql installed as: pkg_add -r ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-8-current/All/p5-DBD-mysql-4.010.tbz starting sqlgrey: Apr 7 08:25:22 mx1 sqlgrey: Process

(no subject)

2009-04-08 Thread Len Conrad
We need to print a line when the 3rd field (with trailing ; delimiter) is, eg, exactly 5 lower case characters awk ' $3 ~ /^[a-z]{5,5};$/ {print $0} ' file ... doesn't work. Suggestions? thanks Len ___ freebsd-questions@freebsd.org mailing

(no subject)

2009-04-08 Thread Len Conrad
We need to print a line when the 3rd field (with trailing ; delimiter) is, eg, exactly 5 lower case characters awk ' $3 ~ /^[a-z]{5,5};$/ {print $0} ' file ... doesn't work. Suggestions? thanks Len ___ freebsd-questions@freebsd.org mailing list

which IP+gateway for Freebsd guest VM in VMware workstation

2009-12-26 Thread Len Conrad
VMWare has lots of info how to set up the (Windows XP) VMWare Workstation networking side, but not much on setting up networking in the guest OS. I've tried NAT and bridging, no DHCP, and can't ping anything except the localhost IPs. XP ipconfig shows the fixed IP, plus 2 192.168.c.d IPs

Re: which IP+gateway for Freebsd guest VM in VMware workstation

2009-12-27 Thread Len Conrad
VMWare has lots of info how to set up the (Windows XP) VMWare Workstation networking side, but not much on setting up networking in the guest OS. I've tried NAT and bridging, no DHCP, and can't ping anything except the localhost IPs. XP ipconfig shows the fixed IP, plus 2 192.168.c.d IPs from

Re: Hardware virtualization

2009-12-30 Thread Len Conrad
-- Original Message -- From: Diego F. Arias R. dak@gmail.com Date: Wed, 30 Dec 2009 16:24:24 -0500 On Wed, Dec 30, 2009 at 4:06 PM, Mike Jeays mike.je...@rogers.com wrote: I am about to buy a new desktop, and I want to make sure that hardware

(no subject)

2010-03-01 Thread Len Conrad
FreeBSD 7.2 as ESXi virtual machine after portsnap fetch update cd /usr/ports/databases/mysql50-server make configure make blah blah mv -f .deps/ha_example.Tpo .deps/ha_example.Po c++ -DEMBEDDED_LIBRARY -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local\ -DMYSQL_DATADIR=\/var/db/mysql\

sorry, email program ate my subject: Can't compile MySQL 5.0 server on 7.2

2010-03-01 Thread Len Conrad
-- Original Message -- From: Len Conrad lcon...@go2france.com Reply-To: lcon...@go2france.com Date: Mon, 1 Mar 2010 19:04:58 +0100 FreeBSD 7.2 as ESXi virtual machine after portsnap fetch update cd /usr/ports/databases/mysql50-server make configure

Re: sorry, email program ate my subject: Can't compile MySQL 5.0server on 7.2

2010-03-01 Thread Len Conrad
-- Original Message -- From: Greg Larkin glar...@freebsd.org Reply-To: glar...@freebsd.org Date: Mon, 01 Mar 2010 14:46:54 -0500 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Len Conrad wrote: -- Original Message

make clamav 0.96 on fbsd 7.2 fails

2010-04-21 Thread Len Conrad
/bin/sh ./libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./../.. -I./.. -I./../../ -I./llvm/include -I./llvm/include -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D_DEBUG -D_GNU_SOURCE -I/usr/local/include -Woverloaded-virtual -pedantic -Wno-long-long -Wall -W

can't make port BIND 9.7.3

2011-02-22 Thread Len Conrad
7.2-RELEASE-p1-jc2 trying to make in /usr/ports/dns/bind97 distinfo shows bind-9.7.3.tar.gz make options: SSL IDN replace_base sigchase ipv6 threads links xml exiting the options, an immediate stop: make: don't know how to make /usr/ports/dns/bind97/work/.build_done.bind97._usr_local. Stop

syslog-ng logging stopped

2011-03-11 Thread Len Conrad
uname -a FreeBSD 7.0-RELEASE syslog-ng --version syslog-ng 2.0.10 change date on syslog-ng.conf is Apr 20 2009 syslog-ng been running untouched for that long. Millions of lines/per day log from 10 source machine. about 00:20 today Friday, all syslogging to syslog-ng stopped. sockstat -4

Re: syslog-ng logging stopped

2011-03-11 Thread Len Conrad
sure im not the only one puzzled :) On 3/11/11, Len Conrad lcon...@go2france.com wrote: uname -a FreeBSD 7.0-RELEASE syslog-ng --version syslog-ng 2.0.10 change date on syslog-ng.conf is Apr 20 2009 syslog-ng been running untouched for that long. Millions of lines/per day log from 10

Re: syslog-ng logging stopped

2011-03-12 Thread Len Conrad
sure im not the only one puzzled :) On 3/11/11, Len Conrad lcon...@go2france.com wrote: uname -a FreeBSD 7.0-RELEASE syslog-ng --version syslog-ng 2.0.10 change date on syslog-ng.conf is Apr 20 2009 syslog-ng been running untouched for that long. Millions of lines/per day log from 10

Re: syslog-ng logging stopped

2011-03-12 Thread Len Conrad
At 03:52 PM 3/12/2011, you wrote: That probably means that it's not syslog-ng causing the problems. right Maybe some firewall rule? I run pf. pfctl -d didn't allow logging to start. trafshow and tshark showed all the traffic hitting port 514, not being blocked. Len

Re: syslog-ng logging stopped

2011-03-13 Thread Len Conrad
Man, you really stumbled upon something weird! On 3/12/11, Len Conrad lcon...@go2france.com wrote: At 03:52 PM 3/12/2011, you wrote: That probably means that it's not syslog-ng causing the problems. right Maybe some firewall rule? I run pf. pfctl -d didn't allow logging to start. trafshow

bind 98 make fails

2011-03-16 Thread Len Conrad
FreeBSD 8.2 i386 kern dev distribution as 42-bit VM on host ESXi 4.1 portsnap fetch extract cd /usr/ports/dns/bind98 make Options for bind98 9.8.0 | |

tcp/ip failures with fbsd 8.2 386 on ESX 4.1

2011-03-19 Thread Len Conrad
FreeBSD 8.2 32-bit ESXi 4.1 em0 driver to the ESXi Intel emulation syslog-ng 2.0.10 em0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0 mtu 1500 options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM ether 00:50:56:90:00:01 inet a.b.c.85 netmask

Re: tcp/ip failures with fbsd 8.2 386 on ESX 4.1

2011-03-19 Thread Len Conrad
Maybe try disabling dns lookups within syslog-ng? - Original Message - From: Len Conrad [mailto:lcon...@go2france.com] Sent: Saturday, March 19, 2011 05:40 PM To: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Subject: tcp/ip failures with fbsd 8.2 386 on ESX 4.1 FreeBSD

ELF interpreter /libexec/ld-elf.so.1 not found

2011-04-27 Thread Len Conrad
FreeBSD in a jail at Johncompanies.com uname -a FreeBSD 7.2-RELEASE-p1-jc2 FreeBSD 7.2-RELEASE-p1-jc2 #0: Thu Jun 18 15:16:49 PDT 2009 Johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 portstap fetch update nmap installed with make make install nmap a.b.c.d -p 143 -sU ELF interpreter

4 GB RAM hardware but only 3.4 GB real/avail

2009-05-11 Thread Len Conrad
I'm sure this has been answered but I can't Google it. Where's the 600 MB gone to? Len ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

FreeBSD 7.1 as client into EMC Clarlion CX4?

2009-05-13 Thread Len Conrad
EMC says they don't support FreeBSD. Anybody have recent experience? Which version of FreBSD? Which 4 Gbit fiber-channel cards? Going into the fiber channel 4 Gb/s optical ports with FCP SCSI-3 protocol? Going into the Ethernet 1 Gb/s copper ports? ie, FreeBSD/iSCSI Initiator into CX4 iSCSI

dell broadcom nic fbsd 7.1 AMD64

2009-05-18 Thread Len Conrad
Dell PE1950 III frebsd 7.1 AMD64 (to get support of full 4 GB RAM) After fresh 7.1 install, and boot, ifconfig shows bc0 active and 1000 Mb/sec, but cannot ping anything. replaced cables, tried the other bc nic, nothing. Linux in 3 other same machines works fine. suggestions? Len

Re: dell broadcom nic fbsd 7.1 AMD64

2009-05-18 Thread Len Conrad
Dell PE1950 III frebsd 7.1 AMD64 (to get support of full 4 GB RAM) After fresh 7.1 install, and boot, ifconfig shows bc0 active and 1000 Mb/sec, but cannot ping anything. replaced cables, tried the other bc nic, nothing. Linux in 3 other same machines works fine. Could you paste the

RE: dell broadcom nic fbsd 7.1 AMD64

2009-05-19 Thread Len Conrad
ifconfig_bce0=inet 10.2.17.8 netmask 255.255.0.0 and output from: dhclient bc0 I ran that on a local machine and it hung up the interface, requiring a warm reboot. I'll see what happens with my client's machine. I assume you substituted the correct interface name? (bce0 in place of

FreeBSD/iSCSI intiator into EMC Clarion target

2009-07-08 Thread Len Conrad
uname -a FreeBSD xxx 7.1-RELEASE FreeBSD 7.1-RELEASE #0 kldstat Id Refs AddressSize Name 15 0xc040 97f830 kernel 21 0xc0d8 ff18 iscsi_initiator.ko 31 0xc0d9 6a2c4acpi.ko iscontrol doesn't have -V version and strings doesn't find anything that looks

  1   2   >