Re: Internal DSL modems for FreeBSD?

2006-02-27 Thread Brett Glass
If they're like "Winmodems," will the NDIS shim help? "Winmodems" do all sorts of special real time stuff. --Brett At 06:10 PM 2/27/2006, [EMAIL PROTECTED] wrote: Why not try and purchase one and use NDIS which is a way to run windows drivers in FreeBSD as i think internal modem are a bit like

Re: Freebsd with multiple nic's

2006-02-27 Thread Steel City Phantom
route tables? what do they look like. or are you not able to see the connections from the machine itself. gahn wrote: Hi: I am running Freebsd 5.4 and have problems with multiple nics. It works with two cards (intel); those cards are active and passing traffic (I can ping other machines).

AES Support in Heimdal

2006-02-27 Thread Jason C. Wells
Does FreeBSD's implementation of Heimdal support 256 bit AES? Is there something special I must do to get AES support? I built with ENABLE_AES=true but ktutil still doesn't recognize the AES keytabs that I extracted. libcrypto has some "aes" references when I issue 'strings libcrypto.so'. l

A reason for major ports update?

2006-02-27 Thread Steve Lake
Ok, call me the curious cat, but I just cvsupped my ports tonight looking for a patch to Xine to fix a problem with MKV playback under KDE 3.5 and got quite the shocker. There were about 101 ports that said they needed to be upgraded. The part that's the kicker is I just upgraded everything

Re: A reason for major ports update?

2006-02-27 Thread Kent Stewart
On Monday 27 February 2006 19:27, Steve Lake wrote: > Ok, call me the curious cat, but I just cvsupped my ports tonight > looking for a patch to Xine to fix a problem with MKV playback under > KDE 3.5 and got quite the shocker. There were about 101 ports that > said they needed to be upgrade

Re: Freebsd with multiple nic's

2006-02-27 Thread gahn
Thnaks Derek: Well, I shut down what I don't need and I can see those shared irqs. I guess you are on the point. My problem is that I can only use Intel pro 10/100 cards. Is any motherboard that come with flexible BIOS so that I can play around irqs? Thanks --- Derek Ragona <[EMAIL PROTECTED]>

Re: A reason for major ports update?

2006-02-27 Thread Peter
--- Steve Lake <[EMAIL PROTECTED]> wrote: > Ok, call me the curious cat, but I just cvsupped my > ports tonight looking > for a patch to Xine to fix a problem with MKV > playback under KDE 3.5 and > got quite the shocker. There were about 101 ports > that said they needed to > be upgrad

Re: Help with IP Filter 4.1.8

2006-02-27 Thread Roman Serbski
On 2/27/06, Erik Norgaard <[EMAIL PROTECTED]> wrote: > read this line: This tells you where the packet is blocked. IIRC @0:2 > means group 0 (you don't use groups) and 2 should be the second rule. > > If you list the ruleset with ipfstat -n that should give you rules with > the same labeling. > > A

Re: A reason for major ports update?

2006-02-27 Thread Micah
Steve Lake wrote: Ok, call me the curious cat, but I just cvsupped my ports tonight looking for a patch to Xine to fix a problem with MKV playback under KDE 3.5 and got quite the shocker. There were about 101 ports that said they needed to be upgraded. The part that's the kicker is I just

Problem with mysql-server.sh script (5.0.18 on 6.1-PRE)

2006-02-27 Thread James Long
I'm migrating a system from MySQL 3.x to 5.0.18 on a server running "6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Feb 22 08:53:15 PST 2006". With no mysql running: www : 19:42:23 /usr/local/etc/rc.d# ps -axl | grep mysql www : 19:42:33 /usr/local/etc/rc.d# And the following defined: www : 19

Mysterious reboot, suspecting hardware issue

2006-02-27 Thread Olivier Nicole
Hi, Running an Amanda server on a dual P III, with 256 MB ram and dual Symbios SCSI adapter. Part of the hard disk are mounted in RAID with vinum on the first SCSI adapter. The Tandberg tape drive is on the second SCSI adapter. FreeBSD is: FreeBSD amanda.cs.ait.ac.th 4.11-RELEASE-p14 FreeBSD 4.11

RE: Replacing broken drive on RocketRaid 1520 SATA RAID controller

2006-02-27 Thread Ted Mittelstaedt
I think you have to rebuild it from the BIOS on the highpoint card. Ted >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of N3TW4LK3R >Sent: Monday, February 27, 2006 8:35 AM >To: freebsd-questions@freebsd.org >Subject: Replacing broken drive on RocketRaid 15

RE: (Semi-OT) Understanding whois info....

2006-02-27 Thread Ted Mittelstaedt
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Norberto >Meijome >Sent: Sunday, February 26, 2006 4:33 PM >To: FreeBSD Questions >Subject: (Semi-OT) Understanding whois info > > >I run a whois microsoft.com and I got back the interesting info >shown

Re: Building a Jail in FreeBSD or NetBSD for a hosting environment

2006-02-27 Thread Wes Santee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick Larsen wrote: > [snip] > Also do I need an individual IP for each jail? because each physical server > will have 1 IP unless the customer requests a dedicated IP. > > Any help would be appreciated, and I have tried to research it but end up > g

Re: Building a Jail in FreeBSD or NetBSD for a hosting environment

2006-02-27 Thread Daniel
Hey Nick, On 2/28/06, Nick Larsen <[EMAIL PROTECTED]> wrote: > Hey Members, > > I have done a little research on Jails and setting them up, and managed to > get one going at one stage and managed to somehow destroy it. > I'm new to Jails, and I would like to use a real jail then just using a > chr

Re: rl0 discard oversize

2006-02-27 Thread David Scheidt
On Sun, Feb 26, 2006 at 11:20:13PM +, Chris wrote: > I wonder if anyone has the time to rewrite the realtek driver because > whenever anyone posts about rl0 the advice is always ditch the card, I agree > that realtek's are the reliant robin class of lan cards but the problems > people see do no

Re: Problem with mysql-server.sh script (5.0.18 on 6.1-PRE)

2006-02-27 Thread Björn König
Hello, I suppose the owner of /var/db/mysql is not mysql. Check this and show ls -ld /var/db/mysql. Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[

Re: Shared object "libmysqlclient.so.15" not found

2006-02-27 Thread Björn König
Robert Uzzi schrieb: I am seeing two different but related errors and I'm trying to figure out how to fix them. At bootup: /libexec/ld-elf.so.1: Shared object "libmysqlclient.so.15" not found, required by "pure-ftpd" and while running: Feb 27 18:06:28 www postfix/smtpd[874]: unable to dlopen /

Re: Problem with mysql-server.sh script (5.0.18 on 6.1-PRE)

2006-02-27 Thread James Long
> Hello, > > I suppose the owner of /var/db/mysql is not mysql. Check this and show > ls -ld /var/db/mysql. Thank you for your reply. www : 23:54:45 /root# ls -ld /var/db/mysql drwx-- 4 mysql mysql 512 Feb 27 21:52 /var/db/mysql/ ___ freebsd-q

<    1   2