[EMAIL PROTECTED] wrote:

Send freebsd-questions mailing list submissions to
        [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.freebsd.org/mailman/listinfo/freebsd-questions
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-questions digest..."


Today's Topics:


  1. Re: tar question... (Kevin D. Kinsey, DaleCo, S.P.)
  2. Re: ipf / pf availability in 4.9 (Micheal Patterson)
  3. Re: tar question... (Peter Risdon)
  4. I need several Linux developers to fill positions
     ([EMAIL PROTECTED])
  5. Re: ipf / pf availability in 4.9 (Will Prater)
  6. Re: ipf / pf availability in 4.9 (Micheal Patterson)
  7. List of absolutely required files for FreeBSD? (Philip Hallstrom)
  8. FreeBSD as host OS for VMWare 4.0 (Linux Version) (Rick Pettit)
  9. FreeBSD as host OS for VMWare 4.0 (Linux Version) (Rick Pettit)
 10. mail (Chad Albert)
 11. Re: List of absolutely required files for FreeBSD? (Sean Hafeez)
 12. isc-dhcpd weird effect (Pierrick Brossin)
 13. freezing with intel motherboard D865PERL  (freebsd)
 14. What do you use? (Sean Hafeez)
 15. Tape backup solution? [OT] (Eric F Crist)
 16. Re: What do you use? (Jason Bacon)
 17. Re: What do you use? (Sean Hafeez)
 18. Re: List of absolutely required files for FreeBSD?
     (Philip Hallstrom)
 19. Re: List of absolutely required files for FreeBSD? (Sean Hafeez)
 20. Re: (2) rsh and rcp problems between Solaris and FreeBSD
     (horio shoichi)
 21. Re: firewall question... (horio shoichi)
 22. Re: What do you use? (Francisco)
 23. Re: List of absolutely required files for FreeBSD?
     (Gautam Gopalakrishnan)
 24. Re: Tape backup solution? [OT] (Dan Nelson)
 25. Re: FreeBSD as host OS for VMWare 4.0 ([EMAIL PROTECTED])
 26. Re: mail (Gautam Gopalakrishnan)
 27. Re: mail (Lowell Gilbert)
 28. 5.2 RC2: Semi-deterministic gcc segfault during buildworld
     (Peter Schuller)
 29. Problem with loading another pci driver for the same card
     (Haidong Xia)
 30. Re: nVidia Quadro NVS 200 (Alastair G. Hogge)
 31. Re: Problem with loading another pci driver for the same card
     (Jan-Espen Pettersen)
 32. Re: 5.2 RC2: Semi-deterministic gcc segfault during
     buildworld (Gautam Gopalakrishnan)
 33. Re: [freebsd-questions] snd_maestro3.ko load/unload (Tim Kellers)
 34. Re: [freebsd-questions] snd_maestro3.ko load/unload (T Kellers)
 35. Re: mail (horio shoichi)
 36. getting rid of cron-sendmail messages ([EMAIL PROTECTED])
 37. 4.3 to 4.9 upgrade woes (Marius Kirschner)
 38. Re: 5.2 RC2: Semi-deterministic gcc segfault during
     buildworld (Peter Schuller)
 39. Re: Mounting CDROM as user under 5.x (Dany)
 40. RE: 4.3 to 4.9 upgrade woes (Marius Kirschner)


----------------------------------------------------------------------


Message: 1
Date: Wed, 31 Dec 2003 14:02:01 -0600
From: "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]>
Subject: Re: tar question...
To: Chris <[EMAIL PROTECTED]>
Cc: Xpression <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

Chris wrote:



On Wednesday 31 December 2003 1:21 pm, Xpression wrote:




Hi list, I've googled to search an aswer but no one match
mine. I want to tar all files on a directory without include
any other directory, I've tried with --exclude but no hope,
any suggestion ??? Thanks...





I dom something similar to what you ask. What I do is tar a directory and all it's contense EXCEPT one diectory. It goes something like this:

tar -zcf name.tgz --exclude MP3 dirname/

Explanation:

I'm tarring a dir. and excluding the dir MP3 and it's files.
I'm sure you will be able to expand on this.

Use man tar to see all the switches.





Sounds find, but wouldn't


$tar /home/foo/*

get this job done without including
subdirs, since there's no -R involved?

I read the OP's question as "I want to
tar all the files in a directory without
including any other directories..." which
would mean "any (sub)directories within
the directory would not be placed in the
tarball", right?


Kevin Kinsey DaleCo, S.P.


------------------------------


Message: 2
Date: Wed, 31 Dec 2003 14:13:35 -0600
From: "Micheal Patterson" <[EMAIL PROTECTED]>
Subject: Re: ipf / pf availability in 4.9
To: "Will Prater" <[EMAIL PROTECTED]>,
        <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="iso-8859-1"




----- Original Message ----- From: "Will Prater" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, December 31, 2003 1:27 PM
Subject: Re: ipf / pf availability in 4.9





On Dec 31, 2003, at 5:12 AM, fbsd_user wrote:



The post you are replying to tells you pf has been ported to FBSD.


Yes, and my question was how to get a port to 4.9. I am aware of the
port being available for 5.0, 5.1.

I would like to know if anyone has gotten it to run on 4.9 and what
patches were necessary.

Thanks




Are you talking about PF or IPF in 4.9? If it's IPF, it's a kernel option.
Check out LINT and you'll find:

options         IPFILTER                #ipfilter support
options         IPFILTER_LOG            #ipfilter logging
options         IPFILTER_DEFAULT_BLOCK  #block all packets by default

Also, you should be able to do a man ipf on 4.9.
--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.


------------------------------


Message: 3
Date: Wed, 31 Dec 2003 20:09:28 +0000
From: Peter Risdon <[EMAIL PROTECTED]>
Subject: Re: tar question...
To: "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]>
Cc: Xpression <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

Kevin D. Kinsey, DaleCo, S.P. wrote:



Sounds find, but wouldn't

$tar /home/foo/*

get this job done without including
subdirs, since there's no -R involved?



-R means show record number. Recursive is the default, -n is no recursive.


PWR



------------------------------

Message: 4
Date: Wed, 31 Dec 2003 15:26:21 EST
From: [EMAIL PROTECTED]
Subject: I need several Linux developers to fill positions
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="US-ASCII"

Kirk-this is Peg Pellegrino-remember me?--you were trying to connect me with Andrew Frankel, MD---
I started composing a letter to Dr. Frankel and stopped--don't want to step on your toes--but I lost all of you information--I have now relocated to Southern California--staying in Irvine at a Candlewood Suites (Temp) and I have been sending resumes (better than the one you saw)--I have two pretty good offers from practices in Beverly hills--don't want to jump too fast--wonder if you know if Dr. Frankel is still looking?
If you have the time-let me know--the idea of the new 'growing practice' appeals to me alot---and he is wrong in his assumption that I am not familiar with high profile patients.


Peg Pellegrino
[EMAIL PROTECTED]
cell   949-861-1450
hotel  949-788-0500  suite 203                    Thanks!!

------------------------------

Message: 5
Date: Wed, 31 Dec 2003 12:49:44 -0800
From: Will Prater <[EMAIL PROTECTED]>
Subject: Re: ipf / pf availability in 4.9
To: "Micheal Patterson" <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; format=flowed


On Dec 31, 2003, at 12:13 PM, Micheal Patterson wrote:





----- Original Message ----- From: "Will Prater" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 1:27 PM Subject: Re: ipf / pf availability in 4.9




On Dec 31, 2003, at 5:12 AM, fbsd_user wrote:



The post you are replying to tells you pf has been ported to FBSD.


Yes, and my question was how to get a port to 4.9. I am aware of the
port being available for 5.0, 5.1.

I would like to know if anyone has gotten it to run on 4.9 and what
patches were necessary.

Thanks


Are you talking about PF or IPF in 4.9? If it's IPF, it's a kernel option.



PF. I already have IPF working. I am more familiar with PF and would rather be using it.


Thanks



Check out LINT and you'll find:

options         IPFILTER                #ipfilter support
options         IPFILTER_LOG            #ipfilter logging
options         IPFILTER_DEFAULT_BLOCK  #block all packets by default

Also, you should be able to do a man ipf on 4.9.
--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.






--will


------------------------------


Message: 6
Date: Wed, 31 Dec 2003 15:09:41 -0600
From: "Micheal Patterson" <[EMAIL PROTECTED]>
Subject: Re: ipf / pf availability in 4.9
To: "Will Prater" <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="iso-8859-1"


<snip>


Are you talking about PF or IPF in 4.9? If it's IPF, it's a kernel option.


PF. I already have IPF working. I am more familiar with PF and would rather be using it.

Thanks



Ah. Ok. Misunderstood.

--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.

------------------------------

Message: 7
Date: Wed, 31 Dec 2003 13:30:07 -0800 (PST)
From: Philip Hallstrom <[EMAIL PROTECTED]>
Subject: List of absolutely required files for FreeBSD?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hi -
        I was wondering if there is a list of absolutely required files
for FreeBSD?  I'm trying to trim an installation down as small as possible
(to put on Compact Flash).

If I start out with just the 'bin' directory for the release there's
around 100megs of files.  Obviously a lot of them like ipfw I don't need.

However, what about things like awk? I won't use it, but are there other
parts of FreeBSD (ie /etc/rc.* files)?

Is there a list somewhere that would help determine what files are used by
FreeBSD for normal operation?

Thanks!

-philip

------------------------------

Message: 8
Date: Wed, 31 Dec 2003 15:28:56 -0600
From: Rick Pettit <[EMAIL PROTECTED]>
Subject: FreeBSD as host OS for VMWare 4.0 (Linux Version)
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

Anyone have any success getting VMWare 4.0 (Linux Version) to run on FreeBSD Current (i.e. as host OS)?

What versions of VMWare do work well with FreeBSD host OS?

-Rick



------------------------------

Message: 9
Date: Wed, 31 Dec 2003 15:31:24 -0600
From: Rick Pettit <[EMAIL PROTECTED]>
Subject: FreeBSD as host OS for VMWare 4.0 (Linux Version)
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

Forgot to mention in previous mailing that I am not on the list, so please cc me on any responses.

Thanks.

-Rick



------------------------------

Message: 10
Date: Wed, 31 Dec 2003 15:46:33 -0600
From: "Chad Albert" <[EMAIL PROTECTED]>
Subject: mail
To: <[EMAIL PROTECTED]>
Message-ID:
        <[EMAIL PROTECTED]>
        
Content-Type: text/plain;       charset="us-ascii"

I am writing a script that mails me when certain events occur.  I am
using mail(1) to notify me by email when some things happen.  I have
read the man page and I don't see a way to attach a file, does anyone
know how to use mail(1) to attach a file?

------------------------------

Message: 11
Date: Wed, 31 Dec 2003 13:46:29 -0800
From: Sean Hafeez <[EMAIL PROTECTED]>
Subject: Re: List of absolutely required files for FreeBSD?
To: Philip Hallstrom <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

what size flash?

i have 4.9 down to 220mb for a 256mb flash.



Philip Hallstrom wrote:



Hi -
        I was wondering if there is a list of absolutely required files
for FreeBSD?  I'm trying to trim an installation down as small as possible
(to put on Compact Flash).

If I start out with just the 'bin' directory for the release there's
around 100megs of files.  Obviously a lot of them like ipfw I don't need.

However, what about things like awk? I won't use it, but are there other
parts of FreeBSD (ie /etc/rc.* files)?

Is there a list somewhere that would help determine what files are used by
FreeBSD for normal operation?

Thanks!

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





------------------------------


Message: 12
Date: Wed, 31 Dec 2003 22:48:49 +0100
From: Pierrick Brossin <[EMAIL PROTECTED]>
Subject: isc-dhcpd weird effect
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII

Hi!

I have a DHCP server at home (isc-dhcpd) and I've been wondering for a
long time why it is giving the last IP addresses of the specified
range at first?
Like I tell him a range from 10.0.0.50 to 10.0.0.100 and it's giving 100
then 99,98,97 and so on. Why not directly 50 then 51,52,53,... ??

Should be someone who knows :)

Regards

-Pierrick Brossin
http://www.swissgeeks.com

------------------------------

Message: 13
Date: Wed, 31 Dec 2003 16:19:48 -0600
From: "freebsd" <[EMAIL PROTECTED]>
Subject: freezing with intel motherboard D865PERL To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii


Hello all,
I am having the following problem with a new system:
the system will install (minimal) fine from cd, after install when i am attempting to 
do anything cpu intensive (for example compiling a port or a custom kernal) the 
console freezes, I am not able to switch to another console, or ssh in, or ping the 
box after a ping.  I was wondering if anyone else has had this type of problem...and 
more importantly found a solution.

Box Specs:
Intel D865PERL motherboard
3.06 P4 CPU
1GB DDR Ram
40GB Maxtor HD (system)
2 x 250GB Western Digital HD (storage, not used or configured yet)
generic video card
onboard intel nic

FreeBSD dmesg:
Copyright (c) 1992-2003 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.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254"  frequency 1193182 Hz
CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (2992.52-MHz 686-class CPU)
 Origin = "GenuineIntel"  Id = 0xf29  Stepping = 9
 
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
 Hyperthreading: 2 logical CPUs
real memory  = 1072889856 (1047744K bytes)
avail memory = 1038860288 (1014512K bytes)
Preloaded elf kernel "kernel" at 0xc053f000.
Warning: Pentium 4 CPU: PSE disabled
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 12 entries at 0xc00f3d20
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
agp0: <Intel 82865 host to AGP bridge> mem 0xfc000000-0xfdffffff at device 0.0 on pci0
pcib1: <PCI to PCI bridge (vendor=8086 device=2571)> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
uhci0: <Intel 82801EB (ICH5) USB controller USB-A> port 0xcc00-0xcc1f irq 9 at device 
29.0 on pci0
usb0: <Intel 82801EB (ICH5) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801EB (ICH5) USB controller USB-B> port 0xd000-0xd01f irq 5 at device 
29.1 on pci0
usb1: <Intel 82801EB (ICH5) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801EB (ICH5) USB controller USB-C> port 0xd400-0xd41f irq 10 at device 
29.2 on pci0
usb2: <Intel 82801EB (ICH5) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3: <Intel 82801EB (ICH5) USB controller USB-D> port 0xd800-0xd81f irq 9 at device 
29.3 on pci0
usb3: <Intel 82801EB (ICH5) USB controller USB-D> on uhci3
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
pcib2: <Intel 82801BA/BAM (ICH2) Hub to PCI bridge> at device 30.0 on pci0
pci2: <PCI bus> on pcib2
pci2: <SiS model 0325 VGA-compatible display device> at 0.0 irq 11
fwohci0: <Lucent FW322/323> mem 0xff9af000-0xff9affff irq 12 at device 7.0 on pci2
fwohci0: OHCI version 1.0 (ROM=0)
fwohci0: No. of Isochronous channel is 8.
fwohci0: EUI64 00:0c:f1:00:00:96:f8:a6
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
if_fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 02:0c:f1:96:f8:a6
sbp0: <SBP2/SCSI over firewire> on firewire0
fwohci0: Initiate bus reset
fwohci0: BUS reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
fxp0: <Intel 82801BA (D865) Pro/100 VE Ethernet> port 0xb800-0xb83f mem 
0xff9ae000-0xff9aefff irq 3 at device 8.0 on pci2
fxp0: Ethernet address 00:0c:f1:96:f8:a6
inphy0: <i82562ET 10/100 media interface> on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0: <PCI to ISA bridge (vendor=8086 device=24d0)> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH5 ATA100 controller> port 0xffa0-0xffaf,0-0x3,0-0x7,0-0x3,0-0x7 at 
device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
atapci1: <Intel ICH5 SATA150 controller> port 
0xdc00-0xdc0f,0xe000-0xe003,0xe400-0xe407,0xe800-0xe803,0xec00-0xec07 irq 10 at device 31.2 
on pci0
ata2: at 0xec00 on atapci1
ata3: at 0xe400 on atapci1
pci0: <unknown card> (vendor=0x8086, dev=0x24d3) at 31.3 irq 12
orm0: <Option ROM> at iomem 0xc0000-0xcffff on isa0
pmtimer0 on isa0
fdc0: ready for input in output
fdc0: cmd 3 failed at out byte 1 of 3
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppi0: <Parallel I/O> on ppbus0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ad0: 39205MB <Maxtor 6E040L0> [79656/16/63] at ata0-master UDMA100
ad2: 238475MB <WDC WD2500JB-00EVA0> [484521/16/63] at ata1-master UDMA100
ad3: 238475MB <WDC WD2500JB-00EVA0> [484521/16/63] at ata1-slave UDMA100
acd0: CDROM <OEM CD-ROM F564E> at ata0-slave PIO4
Mounting root from ufs:/dev/ad0s1a

other notes:
Generic 4.9 kernal
I have tried 5.1 and 5.2 and have experianced the same freezing problem, which makes 
me think the hardware route.

The box doesn't reboot when it freezes, so I don't think it is a temperature issue
I have switched out the power supply as well as the motherboard (same model)

Any thoughts or suggestions?

Thanks for your time.


Roland Wells


------------------------------

Message: 14
Date: Wed, 31 Dec 2003 11:06:51 -0800
From: Sean Hafeez <[EMAIL PROTECTED]>
Subject: What do you use?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

I need to build a file server for work. I was wondering what people on the list use for a RAID solution?

I would like to stick to an IDE RAID controller. RAID5 or RAID1.

Also what do you recommend for a cheap tape backup?

And before I forget, pls let me know if you are using it under 4.x or 5.x.

I would love to do an external STA type setup but I am sure it is not quite there yet under FreeBSD.

Thanks for the info!

-Sean


------------------------------


Message: 15
Date: Wed, 31 Dec 2003 16:55:20 -0600
From: Eric F Crist <[EMAIL PROTECTED]>
Subject: Tape backup solution? [OT]
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;  charset="us-ascii"

Hello List,

I have a question that's slightly off-topic, but not. I install high-end surveillance equipment for CCTV and such. I have a rather large client in Minneapolis who's using Dedicated Micros digital video recorders. The particular model we're using has a 500 GB hdd, but this client would like to archive images to tape for longer storage. As of now, we're only getting about 2 months of recording time. For off-site viewing, this unit can off-load images to a SCSI cd recorder. Does anyone suggest a tape backup device that would be SCSI and external, with a fairly high-capacity? I'm thinking around 50 GB?

TIA
Chris tar exclusion problem


>

EXCLUDING FILES WITH TAR

Run this command

echo stuff > exclude <--- stuff is the directory to exclude dont forget to use >> if amending more directories the exclude file.

then run

tar cvXf exclude backup.tar /home/terry/ <----- the X is the exclude switch and f is the tar file name

they must be in the same order

Example below

tar cvXf exclude delete.tar /home/terry

Allso full path to exclude file is some times needed




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

Reply via email to