Dell 1950, PERC 5/i mfi support on FreeBSD 4.11

2006-11-21 Thread mitch
Greetings!

I need to bring up FreeBSD 4.11 (or any 4.x really) on a Dell Poweredge 1950.
They are using the LSI PERC 5/i which apparently requires the availability
of the mfi driver.

The 4-STABLE release notes indicate that this driver is supported;
however, I am stuck since apparently the install CDs available do
not have this driver configured.  Even the FreeBSD 5.x CDs I have
don't support it during install.

Has anybody else faced and solved this problem?  If so, any help
you can provide would be appreciated.

-- 
do svidaniya,

  ~mitch
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: building and installing world on two separate machines

2006-09-04 Thread Mitch
On 09/04/06 02:25 AM, Dave wrote:
> Hello,
>I have a machine that i want to upgrade from 5.x to 6.1. I've got a 6.1 
> world built on a much faster system and would like to just install it on 
> this machine. I thought about nfs, but i have to drop to single user mode 
> to do the make installworld and won't have nfs available. Is there a way i 
> can install this already compiled world on the slower box without having to 
> remake it?
> Thanks.
> Dave.

NOTE: I've never tried anything like this.  Hopefully someone else can
chime in here.

I think I would try this:

- make buildworld; make buildkernel on the fast box
- copy over /usr/src and /usr/obj
- make installkernel on the target machine (assuming buildkernel and
  installkernel targets still exist..)
- copy out /usr/src/usr.sbin/mergemaster/mergemaster.sh to
  /usr/sbin/mergemaster (might not be needed)
- reboot to single user and do the normal mergemaster -p; make
  installworld; mergemaster
- reboot and hope for the best.

Sounds good enough to me...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Azureus downloads slow

2006-09-02 Thread Mitch
On 09/02/06 18:06 PM, [EMAIL PROTECTED] wrote:
> > On Sat, 02 Sep 2006 07:30:31 +0200, <[EMAIL PROTECTED]> wrote:
> >
> >> Hi all,
> >>I am running a Azureus (headless w/ webui) on my FreeBSD 6.1 system
> >> and it works. The problem is that, for some reason I can't discover,
> >> downloads are slow. It is not because of the torrent. It is my
> >> setup. Every couple hours download speed drops to under 1 kbps and
> >> availability drops too, so I restart Az. and download speeds are as
> >> expected for another couple of hours.
> >
> > http://www.azureuswiki.com/
> > http://www.azureuswiki.com/index.php/Good_settings
> > http://www.azureuswiki.com/index.php/Good_Torrents
> >
> > Make sure to limit the number of connections and torrents according to the
> > upload speed of your internet connection. Also limit your upload speed.
> >
> > Andreas
> >
> 
> I know all that. I am saying that Azureus on FreeBSD runs slower than
> d/ling the same torrent on a windows or even a linux (ubuntu) box when
> getting the same torrent from the same network.

FWIW, I had the same experience with Azureus.  For me, no amount of
tweaking or tuning made any difference.  I'm blaming it on native jdk,
only because I've seen some other strangeness with it.  I havent' really
tried to figure it out, so who knows...

py-bittorrent works great.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ipnat and ipf with active ftp issues

2005-12-18 Thread Mitch



I am just trying to setup a 2nd ip address to use active ftp. Active
FTP works on the ext-add1 but not ext-add2 below.  IF someone could
please point me in the right directions. This is something I have done
before, it is 2 different ftp servers from 1 freebsd firewall.

4.10-RELEASE FreeBSD 4.10-RELEASE #2:

[EMAIL PROTECTED]:/etc# ipf -V

ipf: IP Filter: v3.4.31 (336)

Kernel: IP Filter:
v3.4.31 


Running: yes

Log Flags: 0 = none set

Default: block all, Logging: available

Active list: 0

+++

[EMAIL PROTECTED]/etc# vi ipnat.rules

map dc1 192.168.1.0/24 -> ext-add1/32 portmap tcp/udp 1:6

map dc1 192.168.1.0/24 -> ext-add1/32

map dc1 0.0.0.0/0 -> 0/32 proxy port 21 ftp/tcp

map dc1 0.0.0.0/0 -> 0/32 portmap tcp/udp auto

map dc1 0.0.0.0/0 -> 0/32

rdr dc1 ext-add1/32 port 22 -> 192.168.1.99 port 22 tcp #test

rdr dc1 ext-add1/32 port 21 -> 192.168.1.165 port 21 tcp #ftp01

rdr dc1 ext-add1/32 port 80 -> 192.168.1.199 port 80 tcp #http://test



rdr dc1 ext-add2/32 port 20 -> 192.168.1.196 port 20 tcp #ftp02

rdr dc1 ext-add2/32 port 21 -> 192.168.1.196 port 21 tcp #ftp02

rdr dc1 ext-add2/32 port 22 -> 192.168.1.196 port 22 tcp #ftp02

+

[EMAIL PROTECTED]:/etc# vi ipf.rules

block in quick from any to any with short

block in quick from any to any with ipopt

pass in quick on lo0 from any to any

block in quick on dc0 from any to any head 100

pass in quick proto tcp from 192.168.1.0/24 to any flags S/FSRA keep state
group 100

pass in quick proto udp from 192.168.1.0/24 to any keep state group 100

pass in quick proto icmp from 192.168.1.0/24 to any keep state group 100

pass in quick proto esp from 192.168.1.0/24 to any keep state keep frags
group 100

pass in quick proto gre from 192.168.1.0/24 to any keep state group 100

block in log quick on dc1 from any to any head 200

block in quick from 10.0.0.0/8 to any group 200

block in quick from 127.0.0.0/8 to any group 200

block in quick from 172.16.0.0/12 to any group 200

block in quick from 192.168.0.0/16 to any group 200

pass in quick proto udp from any to 192.168.1.225/32 port = 5060 keep
state group 200

pass in quick proto udp from any to 192.168.1.225/32 port = 5061 keep
state group 200

pass in quick proto tcp from any to any port = 20 keep state group 200

pass in quick proto tcp from any to any port = 21 keep state group 200

pass in quick proto tcp from any to any port = 22 keep state group 200

pass in quick proto tcp from any to 192.168.1.165/32 port = 25 keep state
group 200

pass in quick proto tcp from any to any port = 80 keep state group 200

pass in quick proto tcp from any to any port = 443 keep state group 200

pass in quick proto tcp from any to any port = 1433 keep state group 200

pass in quick proto tcp from any to any port = 3389 keep state group 200

pass in quick proto tcp from any to any port = 5900 keep state group 200

pass in quick proto tcp from any to 192.168.1.196/32 port 60001 ><
60050 keep state group 200

block in quick from any to any

pass out quick on lo0 from any to any

block out quick on dc0 from any to any head 150

pass out quick proto icmp from 192.168.1.99/32 to 192.168.1.0/24 keep
state group 150

pass out quick proto tcp from 192.168.1.99/32 to 192.168.1.0/24 keep state
group 150

pass out quick proto udp from 192.168.1.99/32 to 192.168.1.0/24 keep state
group 150

pass out quick proto gre from any to any keep state group 150

block out quick on dc1 from any to any head 250

pass out quick proto tcp from any to any keep state group 250

pass out quick proto udp from any to any keep state group 250

pass out quick proto icmp from any to any keep state group 250

pass out quick proto gre from any to any keep state group 250

block out quick from any to any

 

 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FW: Looking to get involved.

2005-08-05 Thread Mitch Graves


-Original Message-
From: Mitch Graves [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 6:48 AM
To: [EMAIL PROTECTED]
Subject: Looking to get involved.


I am a newbie to freeBSD.

In my job I work with Solaris and RedHat Linux.  Occasionally I work on AIX
and HP-UX servers as well.


I have been fascinated with Linux and would like to have a deeper knowledge
of the OS.  I currently am focusing on the boot process.  Using DOS and
Windows  I can recover from un unbootable hard drive.  RedHat has some
utilities as well.  I would like to know step-by-step ( from creating the
MBR to login) all that is involved in the boot process.  I am familiar with
inittab, rc scripts, gcc compiler, etc.  One day I would even like to tackle
writing a device driver.


With all of that said, is there a place I can help and learn at the same
time?  By the way, I live in Longmont and Work in Louisville.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: named in sandbox

2004-05-20 Thread Mitch (bitblock)
You need to compile named-xfer as statically linked, or move it's dependant
libraries into the chroot.

Can't remember the details of how I did that, and I don't use named any
more - but that's your problem.

hope that helps.

m/

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Muhammad Reza
> Sent: Thursday, May 20, 2004 10:02 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: named in sandbox
>
>
> dear All,
>
> I running named in sandbox as a secondary name server with
> FreeBSD-5.1.p17,
> Named log always complain:
> named-xfer exited with signal 6 and slave zone expired for every zone
> transfer.
> but, when it's running on default mode (no chroot sandbox) or as a
> primary server (with chroot sandbox). named work fine.
> please help me , how to make secondary zone transfer running in sandbox
>
> regards
> reza
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


group question - 15 member limit?

2003-01-29 Thread Mitch Vincent
What I have is this, a list of users and I want the user www to be a 
member of all their groups.. I have this in /etc/groups

d50:*:1026:www
d49:*:1027:www
d51:*:1028:www

(etc etc etc - there are about 80 users like this currently.)

If I do 'id www' it only shows www in the first 15 groups listed in 
/etc/groups - this is really the case too because if I su to www and 
try to access one of the files (that are perm 770) - I get permission 
denied. So it's not just a screw up with 'id' - it appears that www 
really isn't in any of those other groups!

I'm adding groups and group member via 'pw' so I'm pretty sure the 
syntax is right.. Is there some kind of limit that would prevent my www 
user from being in more than 15 groups?

Thanks for any and all suggestions!

-Mitch


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message