Natively supported inexpensive RAID cards

2006-02-03 Thread Mike Loiterman
I'm looking to setup a 4 drive SATA RAID 5 file server for mp3, avi, and other media using 6.0-RELEASE. It appears that the supported SATA RAID cards listed in /stand/help/HARDWARE.TXT are all over $400.00. That's hard for to justify for this application, unless there are no other choices. I'd

RE: Dumping /usr to samba mounted drive

2006-02-03 Thread Mike Loiterman
Chuck Swiger wrote: > Mike Loiterman wrote: >> Gayn Winters wrote: > [ ... ] Changing the format of the drive to Mac OS Extended fixed the problem. UFS has a 4 gig file size limit. >>> Mike, >>> >>> I'm glad you got it working.

Re: Getting a new server

2006-02-03 Thread Chad Leigh -- Shire.Net LLC
On Feb 2, 2006, at 2:37 AM, Ted Mittelstaedt wrote: I would suggest you not use spamassassin. If you must use content filtering use dspam, as it can be set to allow users to easily feed the learner. spamassassin cannot. For IMAP users, spamassassin can EASILY be set up to allow the users t

Re: Getting a new server

2006-02-03 Thread Chad Leigh -- Shire.Net LLC
On Feb 1, 2006, at 9:56 AM, Lisa Casey wrote: Hi Gabor, I'd suggest using courier-imap or something else instead of qpopper. Afaik, qpopper supports only the mailbox format, which is slower and less secure than the maildir format used by modern pop3/ imap servers. Courier-imap has a pop

Re: Why does portsdb -Uu run so long?

2006-02-03 Thread Xn Nooby
> It just does, after you cvsup new ports cd into /usr/ports and type > make fetchindex. what way is the "old foolproof way"? > Here is how I update my system (without using a 'make fetchindex') cvsup -g -L 2 /root/stable-supfile less UPDATING make buildworld make buildkernel make insta

cloop or zisofs or a better way?

2006-02-03 Thread Xn Nooby
I'm looking for a way to compress about 20GB of ASCII data in to a read-only file that is as small as possible. I found 'cloop' and 'zisofs', though I could not find anything on the net where FreeBSD people were using them. They are in the ports tree, so I figure somebody is. Is there a preferre

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Chad Leigh -- Shire.Net LLC
Works for me for that very purpose in 5.4 if I remember one of my installations. Also works fine in 6.0 Chad On Feb 3, 2006, at 10:23 PM, Kris Kennaway wrote: On Fri, Feb 03, 2006 at 08:57:57PM -0800, Tim Traver wrote: How did you set it up specifically ? and is it just fixed in 6.0 ? or

Re: Dumping /usr to samba mounted drive

2006-02-03 Thread Chuck Swiger
Mike Loiterman wrote: > Gayn Winters wrote: [ ... ] >>> Changing the format of the drive to Mac OS Extended fixed the >>> problem. UFS has a 4 gig file size limit. >>> >> Mike, >> >> I'm glad you got it working. What was Apple ever thinking with a 4GB >> limit? >> >> -

Re: SOLVED - Re: Ethereal port doesn't install GUI

2006-02-03 Thread Norberto Meijome
Joe Marcus Clarke wrote: On Sat, 2006-02-04 at 17:09 +1100, Norberto Meijome wrote: Norberto Meijome wrote: Hi, Is there other port that installs the GTK Ethereal interface ? net/ports is installing tethereal and lots of other files, but NOT /usr/X11R6/bin/ethereal. [] $ sudo nice mak

Re: Promise SATAII150 TX2plus ok for 6.0?

2006-02-03 Thread Nikolas Britton
On 2/1/06, Ville Lundberg <[EMAIL PROTECTED]> wrote: > Hi, > > being quite fed up with the crappy Sil3512 SATA-controller on my > mainboard (write_dma timeouts, and just when I thought 6.0-release fixed > it, "setfeatures set transfer mode semaphore timeout"-messages is > filling my screens), I'm l

Re: SOLVED - Re: Ethereal port doesn't install GUI

2006-02-03 Thread Joe Marcus Clarke
On Sat, 2006-02-04 at 17:09 +1100, Norberto Meijome wrote: > Norberto Meijome wrote: > > Hi, > > Is there other port that installs the GTK Ethereal interface ? net/ports > > is installing tethereal and lots of other files, but NOT > > /usr/X11R6/bin/ethereal. > > > [] > > > > > $ sudo nice

SOLVED - Re: Ethereal port doesn't install GUI

2006-02-03 Thread Norberto Meijome
Norberto Meijome wrote: Hi, Is there other port that installs the GTK Ethereal interface ? net/ports is installing tethereal and lots of other files, but NOT /usr/X11R6/bin/ethereal. [] $ sudo nice make WITH_X11=true install Ok, figured it out, the following works as a simple make

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Garrett Cooper
On Feb 3, 2006, at 6:36 PM, Jesse Sheidlower wrote: On Sat, Feb 04, 2006 at 12:45:10AM +0100, Per olof Ljungmark wrote: As I said in my original message, "The only FreeBSD-related message about this that I found talks about deleting lock files in ~/.mozilla, but I don't have any Firefox lock f

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Philip Hallstrom
I've got a new 6.0 box and have setup some jails. I'd like to share /usr/ports from the host, to each of the jails. I tried mount_unionfs and while it worked, the box would crash if I did anything intensive (ie. compile a port). Googling around and people say they are using nullfs okay, but the

Re: Script to generate names

2006-02-03 Thread Parv
in message <[EMAIL PROTECTED]>, wrote Will Maier thusly... > > On Fri, Feb 03, 2006 at 11:08:04AM +0100, Kristian Vaaf wrote: > > I'm looking for pointers on how to make a simple shell script that > > will generate new names based on words (one word per line) from > > two different files, and outpu

6.0, allow remote logging?

2006-02-03 Thread Bill Schoolcraft
Hello Family, I've been trying to get 6.0 to allow itself to accept logs. I have a line in /etc/rc.conf that states the remote machine: syslogd_flags="-a 192.168.0.3" I have restarted "syslogd" so the output of "ps -auxw | grep syslog" shows the following: root 21703 0.0 0.3 1296 748 ?? Ss 9:3

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Kris Kennaway
On Fri, Feb 03, 2006 at 08:57:57PM -0800, Tim Traver wrote: > How did you set it up specifically ? > > and is it just fixed in 6.0 ? or does it also work in 5.4 ? 5.4 might be OK, but I think there were bugs fixed only in 6.0. Please don't top-post. Kris pgp9bPY2bf7T4.pgp Description: PGP sig

Re: Why does portsdb -Uu run so long?

2006-02-03 Thread Nikolas Britton
On 2/1/06, Xn Nooby <[EMAIL PROTECTED]> wrote: > Since I've gone back to the "old foolproof way" of updating my system, I'm > doing a "portsdb -Uu" again - which has always taken forever to run on my > various machines. Is there a way to speed it up (without replacing it), or > has anyone looked a

RE: Dumping /usr to samba mounted drive

2006-02-03 Thread Mike Loiterman
Gayn Winters wrote: >> From: Mike Loiterman [mailto:[EMAIL PROTECTED] >> Sent: Friday, February 03, 2006 12:46 PM >> To: [EMAIL PROTECTED]; freebsd-questions@freebsd.org >> Subject: RE: Dumping /usr to samba mounted drive >> >> >> Gayn Winters

Re: Need advice re SCSI

2006-02-03 Thread Nikolas Britton
On 1/31/06, je killen <[EMAIL PROTECTED]> wrote: > Hello all; > I have installed an LSI Logic SCSI adapter card and have attached to it > two 18GB Maxtor 15k SCSI hard drives. > These drives are 80 pin drives and I have obtained adapter boards to > convert the 80 pin connectors to 68 pin ribbon > c

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Tim Traver
How did you set it up specifically ? and is it just fixed in 6.0 ? or does it also work in 5.4 ? t Philip Hallstrom wrote: On Fri, Feb 03, 2006 at 08:53:58PM -0600, Philip Hallstrom wrote: On Fri, Feb 03, 2006 at 07:02:43PM -0600, Philip Hallstrom wrote: Hi - I've got a new 6.0 box and

linux-expat fails to install

2006-02-03 Thread Wes Santee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello! I'm doing a general ports update using "portmanager -u" on my 6-STABLE box. This is from a portsnap updated today. Portmanager updated linux-base to 8.8.0_12, and is now trying to update linux-expat (no version change, just because it was b

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Philip Hallstrom
On Fri, Feb 03, 2006 at 08:53:58PM -0600, Philip Hallstrom wrote: On Fri, Feb 03, 2006 at 07:02:43PM -0600, Philip Hallstrom wrote: Hi - I've got a new 6.0 box and have setup some jails. I'd like to share /usr/ports from the host, to each of the jails. I tried mount_unionfs and while it worke

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Kris Kennaway
On Fri, Feb 03, 2006 at 08:53:58PM -0600, Philip Hallstrom wrote: > >On Fri, Feb 03, 2006 at 07:02:43PM -0600, Philip Hallstrom wrote: > >>Hi - > >> > >>I've got a new 6.0 box and have setup some jails. I'd like to share > >>/usr/ports from the host, to each of the jails. > >> > >>I tried mount_un

Re: can't install kdelibs3 port after upgrading

2006-02-03 Thread Per olof Ljungmark
Nicolas Blais wrote: On Friday 03 February 2006 20:25, Peter wrote: I'm running 5.4-STABLE and I'm receiving the following error: checking for pcre-config... /usr/local/bin/pcre-config configure: error: You're missing libpcre. Download libpcre from http://www.pcre.org or find a binary package

Re: choosing a UPS

2006-02-03 Thread Robert Huff
Mike Tancsa writes: > >I am in the market for a UPS to effect automatic shutdown (via DB9) of a > >file server (which will run FreeBSD 6.0). I have noticed some large price > >fluctuations and I don't understand why. I am comparing units of equal > >strength, say 750 VA. Any comments on wh

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Philip Hallstrom
On Fri, Feb 03, 2006 at 07:02:43PM -0600, Philip Hallstrom wrote: Hi - I've got a new 6.0 box and have setup some jails. I'd like to share /usr/ports from the host, to each of the jails. I tried mount_unionfs and while it worked, the box would crash if I did anything intensive (ie. compile a p

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Jesse Sheidlower
On Sat, Feb 04, 2006 at 12:45:10AM +0100, Per olof Ljungmark wrote: > >As I said in my original message, "The only FreeBSD-related > >message about this that I found talks about deleting lock > >files in ~/.mozilla, but I don't have any Firefox lock files." > >I don't have any Mozilla lock files ei

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Jesse Sheidlower
On Fri, Feb 03, 2006 at 08:49:41PM -0500, Robert Huff wrote: > > Jesse Sheidlower writes: > > $ lsof | grep fire > > bash 59914 jester cwd VDIR 0,84512 1530891 > > /usr/home/jester/.mozilla/firefox > > bash 90239 jester cwd VDIR 0,84512 1530891 > >

Re: dhclient in 6.0

2006-02-03 Thread make stuff up
> kalin mintchev wrote: try install /usr/ports/net/isc-dhcp3-client and edit your rc.conf: dhclient_program="/usr/local/sbin/dhclient" dhclient_flags= see manual for isc-dhcp3-client >>> >>> ok.. this sounds reasonable... >>> but how do i tell the dhcp server what number am i assig

Re: choosing a UPS

2006-02-03 Thread Mike Tancsa
On Fri, 3 Feb 2006 17:44:57 -0500 (EST), in sentex.lists.freebsd.questions you wrote: >I am in the market for a UPS to effect automatic shutdown (via DB9) of a >file server (which will run FreeBSD 6.0). I have noticed some large price >fluctuations and I don't understand why. I am comparing unit

freebsd as ghosting server for windows boxen

2006-02-03 Thread Peter
What is the best way to use FreeBSD (6.0) as a centralized server to ghost windows client images over the network? I have been thinking of g4u and there is the commercial acronis. Any suggestions out there? -- Peter __

Re: Java without Motif/X?

2006-02-03 Thread Nick Triantos
OK, thanks very much. I'm going to look for a different tool that doesn't pull in all of Java. you've all been a great help. best, -Nick Hello Michael, On 02/02/06 Nikolas Britton said: Is it possible to replace Motif with QT, GTK, etc? Not with the swing bindings, I don't think so. But

Re: can't install kdelibs3 port after upgrading

2006-02-03 Thread Nicolas Blais
On Friday 03 February 2006 20:25, Peter wrote: > I'm running 5.4-STABLE and I'm receiving the following error: > > > checking for pcre-config... /usr/local/bin/pcre-config > configure: error: You're missing libpcre. > Download libpcre from http://www.pcre.org or find a binary package for > your pla

can't install kdelibs3 port after upgrading

2006-02-03 Thread Peter
I'm running 5.4-STABLE and I'm receiving the following error: checking for pcre-config... /usr/local/bin/pcre-config configure: error: You're missing libpcre. Download libpcre from http://www.pcre.org or find a binary package for your platform. Alternatively, you can specify --disable-pcre, but s

Re: Sound and Video cards not detected at boot

2006-02-03 Thread Ariff Abdullah
On Fri, 3 Feb 2006 16:03:04 -0500 "Paul Murphy" <[EMAIL PROTECTED]> wrote: > > "Paul Murphy" <[EMAIL PROTECTED]> writes: > > > >> Hardware: > >> Realtek High Definition Audio (integrated on mobo, ACL 880 I > >think) > Windows XP says 'Location 65535 (Internal High Definition > >Audio Bus)' > >

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Eric Kjeldergaard
Saturday 04 February 2006 10:02、Philip Hallstrom さんは書きました: > Hi - > > I've got a new 6.0 box and have setup some jails. I'd like to share > /usr/ports from the host, to each of the jails. > > I tried mount_unionfs and while it worked, the box would crash if I did > anything intensive (ie. compile

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Jesse Sheidlower
On Fri, Feb 03, 2006 at 05:47:36PM -0600, Jacob S wrote: > > On Fri, 3 Feb 2006 18:26:18 -0500 > Jesse Sheidlower <[EMAIL PROTECTED]> wrote: > > > > As I said in my original message, "The only FreeBSD-related > > message about this that I found talks about deleting lock > > files in ~/.mozilla, b

Re: Java without Motif/X?

2006-02-03 Thread Michael P. Soulier
On 02/02/06 Nikolas Britton said: > Is it possible to replace Motif with QT, GTK, etc? Not with the swing bindings, I don't think so. But, there are GTK bindings for Java separately. Mike -- Michael P. Soulier <[EMAIL PROTECTED]> "Any intelligent fool can make things bigger and more complex...

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread Kris Kennaway
On Fri, Feb 03, 2006 at 07:02:43PM -0600, Philip Hallstrom wrote: > Hi - > > I've got a new 6.0 box and have setup some jails. I'd like to share > /usr/ports from the host, to each of the jails. > > I tried mount_unionfs and while it worked, the box would crash if I did > anything intensive (i

Re: How to share directories b/n jails on 6.0?

2006-02-03 Thread albi
On Fri, 3 Feb 2006 19:02:43 -0600 (CST) Philip Hallstrom <[EMAIL PROTECTED]> wrote: > THIS FILE SYSTEM TYPE IS NOT YET FULLY SUPPORTED (READ: IT > DOESN'T WORK) AND USING IT MAY, IN FACT, DESTROY DATA ON YOUR > SYSTEM. USE AT YOUR OWN RISK. BEWARE OF DOG. SLIPPERY WHEN WET. > > But then

Re: dhclient in 6.0

2006-02-03 Thread Duane Whitty
kalin mintchev wrote: try install /usr/ports/net/isc-dhcp3-client and edit your rc.conf: dhclient_program="/usr/local/sbin/dhclient" dhclient_flags= see manual for isc-dhcp3-client ok.. this sounds reasonable... but how do i tell the dhcp server what number am i assigning to fxp0? now ifconfig

How to share directories b/n jails on 6.0?

2006-02-03 Thread Philip Hallstrom
Hi - I've got a new 6.0 box and have setup some jails. I'd like to share /usr/ports from the host, to each of the jails. I tried mount_unionfs and while it worked, the box would crash if I did anything intensive (ie. compile a port). Googling around and people say they are using nullfs oka

Re: Compaq Integrated SmartArray Quantum DLT4000

2006-02-03 Thread James Long
> > On 2/1/06, RA Cohen <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > > > I'm running several Compaq Proliant DL360 servers, all with > > FBSD > > > 6.0-RELEASE. > > > > > > One of these has an internal Quantum DLT 4000 (that's how > > the > > > BIOS identifies it) tape drive. I need to use it,

Ethereal port doesn't install GUI

2006-02-03 Thread Norberto Meijome
Hi, Is there other port that installs the GTK Ethereal interface ? net/ports is installing tethereal and lots of other files, but NOT /usr/X11R6/bin/ethereal. I've built net/ethereal as follows: portinstall ethereal but then I couldn't find bin/ethereal anywhere. pkg_info -f shows: [...] Fil

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Garrett Cooper
Robert Huff wrote: Jesse Sheidlower writes: > >When I try to launch Firefox, I get a message reading "Firefox is > >already running, but is not responding. To open a new window, you > >must first close the existing Firefox process, or restart your > >system." > > > You've probably got a sta

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Robert Huff
Jesse Sheidlower writes: > > >When I try to launch Firefox, I get a message reading "Firefox is > > >already running, but is not responding. To open a new window, you > > >must first close the existing Firefox process, or restart your > > >system." > > > > > You've probably got a stale loc

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 3 Feb 2006 18:26:18 -0500 Jesse Sheidlower <[EMAIL PROTECTED]> wrote: > On Sat, Feb 04, 2006 at 12:15:43AM +0100, Per olof Ljungmark wrote: > > Jesse Sheidlower wrote: > > >When I try to launch Firefox, I get a message reading "Firefox is > >

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Per olof Ljungmark
As I said in my original message, "The only FreeBSD-related message about this that I found talks about deleting lock files in ~/.mozilla, but I don't have any Firefox lock files." I don't have any Mozilla lock files either, for that matter. Jesse Sheidlower How about http://kb.mozillazine.org/

Re: Question about write failure during install

2006-02-03 Thread Kevin Kinsey
Rick Hubbard wrote: I am tryin got install FreeBSD on a 380D IBM Thinkpad. I get my three floppies to load get a write failure, filesystem is full error when the about 40% of the load is done from the first .iso disc. The /mnt/usr file is set to 84 MB by default and the swap file is 115 MB. I

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Jesse Sheidlower
On Sat, Feb 04, 2006 at 12:15:43AM +0100, Per olof Ljungmark wrote: > Jesse Sheidlower wrote: > >When I try to launch Firefox, I get a message reading "Firefox is > >already running, but is not responding. To open a new window, you > >must first close the existing Firefox process, or restart your >

Sound card getting blocked somehow

2006-02-03 Thread Jesse Sheidlower
My soundcard seems to be blocked somehow, and I'm not sure how this happened or what to do about it. I don't believe I did anything specific, but sound simply stopped working; if I start up xmms (for example) I get a console message "** WARNING **: oss_open(): Failed to open audio device (/dev/dsp

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Per olof Ljungmark
Jesse Sheidlower wrote: When I try to launch Firefox, I get a message reading "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." You've probably got a stale lockfile. Search for "*lock*" _

Re: choosing a UPS

2006-02-03 Thread lars
Peter wrote: I am in the market for a UPS to effect automatic shutdown (via DB9) of a file server (which will run FreeBSD 6.0). I have noticed some large price fluctuations and I don't understand why. I am comparing units of equal strength, say 750 VA. Any comments on what I should be looking

"Firefox is already running" problem on 6.0

2006-02-03 Thread Jesse Sheidlower
When I try to launch Firefox, I get a message reading "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." I do not have a Firefox process running, and restarting the system (which is not something I

Re: Sound and Video cards not detected at boot

2006-02-03 Thread Paul Murphy
- Original Message - From: "Lowell Gilbert" <[EMAIL PROTECTED]> To: "Paul Murphy" <[EMAIL PROTECTED]> Cc: "FreeBSD Questions" Sent: Friday, February 03, 2006 7:11 AM Subject: Re: Sound and Video cards not detected at boot "Paul Murphy" <[EMAIL PROTECTED]> writes: Hardware: Rea

choosing a UPS

2006-02-03 Thread Peter
I am in the market for a UPS to effect automatic shutdown (via DB9) of a file server (which will run FreeBSD 6.0). I have noticed some large price fluctuations and I don't understand why. I am comparing units of equal strength, say 750 VA. Any comments on what I should be looking for? -- Peter

Question about write failure during install

2006-02-03 Thread Rick Hubbard
I am tryin got install FreeBSD on a 380D IBM Thinkpad. I get my three floppies to load get a write failure, filesystem is full error when the about 40% of the load is done from the first .iso disc. The /mnt/usr file is set to 84 MB by default and the swap file is 115 MB. I have tried to resize t

VPN not working

2006-02-03 Thread Subhro
Hello, I am trying to connect to my workplace which uses a Cisco IW600. I am putting the connect log from the router below. -- terminal monitor IW600# *Feb 3 22:00:44.051: IPSEC(sa_request): , (key eng. msg.) OUTBOUND local= 64.191.227.249, remote= 220.225.82.250, local_proxy= 172.16.3

Re: dhclient in 6.0

2006-02-03 Thread kalin mintchev
>> try install /usr/ports/net/isc-dhcp3-client >> and edit your rc.conf: >> dhclient_program="/usr/local/sbin/dhclient" >> dhclient_flags= see manual for isc-dhcp3-client > > ok.. this sounds reasonable... > but how do i tell the dhcp server what number am i assigning to fxp0? > now ifconfig sh

Re: Xorg - how to disable some video modes?

2006-02-03 Thread Alejandro Pulver
On Fri, 03 Feb 2006 17:11:47 +0800 Dinesh Nair <[EMAIL PROTECTED]> wrote: > On 02/02/06 22:20 Alejandro Pulver said the following: > > It says the extension is enabled, but it seems it hasn't been > > initialized / loaded. My output has a line (not directly) after it > > indicating that the extens

Re: any issues with usb hard drives?

2006-02-03 Thread John Levine
>I'm wondering whether USB hard drives will work out of the box with >FreeBSD. Anything I should be concerned about? I've been using them for backup and they're great. Support was flaky in 5.3 but it's been very reliable in 5.4 and 6.0. I would suggest using GEOM to label them so they have the

RE: Dumping /usr to samba mounted drive

2006-02-03 Thread Mike Loiterman
Gayn Winters wrote: >> [mailto:[EMAIL PROTECTED] On Behalf Of Mike >> Loiterman Sent: Friday, February 03, 2006 6:05 AM >> To: freebsd-questions@freebsd.org >> Subject: RE: Dumping /usr to samba mounted drive >> >> >> Mike Loiterman wrote: >>>

pxe clients with freebsd 6.0-rel ?

2006-02-03 Thread Paul Eskello
Hi, for some months now I do run pxe clients running 5.4-rel with no problems, with a 4.10-rel box as dhcp/tftp/nfs server. I just followed the strategy outlined in the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-diskless.html) . Now with the upcoming 6.1 release I

Re: Script to generate names

2006-02-03 Thread Will Maier
On Fri, Feb 03, 2006 at 11:08:04AM +0100, Kristian Vaaf wrote: > I'm looking for pointers on how to make a simple shell script that will > generate new names based on words (one word per line) from two different > files, and output these to a third file. How bout this? Works on OpenBSD's sh; I ass

any issues with usb hard drives?

2006-02-03 Thread Peter
I'm wondering whether USB hard drives will work out of the box with FreeBSD. Anything I should be concerned about? -- Peter __ Find your next car at http://autos.yahoo.ca ___

Re: Script to generate names

2006-02-03 Thread Parv
in message <[EMAIL PROTECTED]>, wrote Kristian Vaaf thusly... > > I'm looking for pointers on how to make a simple shell script that > will generate new names based on words (one word per line) from > two different files, and output these to a third file. ... > The first file will be a list of cust

Looking to build an HPC cluster.

2006-02-03 Thread Joshua Kampmeier
Hey Everyone, I have recently become increasingly interested in building a cluster at home(for the knowledge) so that I may be able to incorporprate one at work. I have 4 identical machines (i know this isn't required, but it will make things easier on my part). They are just Gateway desktops - 93

motherboard recommendations for 6.0

2006-02-03 Thread Peter
It's time to set up another box to act as file server and I'm at the crucial motherboard-choice stage. I'm looking for recommendations for an i386 single-cpu mid-price board that work well with FreeBSD 6.0-stable. I don't see the point in buying an Intel cpu but if you do then please make your po

Re: Best way to partition a small HD

2006-02-03 Thread Nikolas Britton
On 4/25/03, Gunnar Flygt <[EMAIL PROTECTED]> wrote: > I have an old Toshiba laptop with 24MB of RAM and 500MB HD. > > What is the best way of partitioning this disk for 4.7-RELEASE > or later? > > Should I use 450MB for / and the rest for swap or should I > bother splitting the partition with / /us

"The Complete FreeBSD": errata and addenda

2006-02-03 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inev

How to get best results from FreeBSD-questions

2006-02-03 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that a

Problems installing SNMP from ports

2006-02-03 Thread Jon Brisbin
I just installed SNMPD from ports not an hour ago on a system I built yesterday. No problems. Now I try and install SNMP on another system that is running a non-PAE kernel, which I built a month ago, but on which almost everything is on the same version as the previous box. When I try and inst

Re: email cluster ?

2006-02-03 Thread Stephen D. Spencer
Vulpes, Good morning. Check out the cyrus imap project ( http://asg.web.cmu.edu/cyrus/imapd/). This software is not for the faint of heart; however, it has known, robust clustering capabilities. The e-mail lists are active and helpful. Regards, Stephen Spencer Lawrence, KS On 1/31/06, Vulpes

Re: Best way to partition a small HD

2006-02-03 Thread Paul Schmehl
--On Friday, February 03, 2006 09:07:33 -0600 "Stephen D. Spencer" <[EMAIL PROTECTED]> wrote: I agree with the first reply that you should check out 6.0-R; however, with a 500M drive, I would go with your initial instincts to cut off a piece for swap and use the rest for a single filesystem. U

Re: Any idea when Xorg 7.0's coming to FBSD?

2006-02-03 Thread Garrett Cooper
On Feb 3, 2006, at 3:39 AM, Björn König wrote: Kent Stewart schrieb: On Thursday 02 February 2006 23:53, Björn König wrote: The noticeable difference is that 7.0 takes much more time to compile all in all because of its modularity. A German magazine tested both: 6.9 took 19 minutes and 7.0 7

Re: remote x-window

2006-02-03 Thread Frank Staals
Michael Fleming wrote: On Thu, Feb 02, 2006 at 09:48:56PM -0900, Beech Rintoul wrote: I have sort of a newbie question. How do I connect to a remote machine with x-windows and get a desktop? Could someone point me in the right direction as I've never had a need to to do it before. I do have

Re: dhclient in 6.0

2006-02-03 Thread kalin mintchev
> try install /usr/ports/net/isc-dhcp3-client > and edit your rc.conf: > dhclient_program="/usr/local/sbin/dhclient" > dhclient_flags= see manual for isc-dhcp3-client ok.. this sounds reasonable... but how do i tell the dhcp server what number am i assigning to fxp0? now ifconfig shows exactly

RE: Dumping /usr to samba mounted drive

2006-02-03 Thread Gayn Winters
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gayn Winters > Sent: Friday, February 03, 2006 7:16 AM > To: [EMAIL PROTECTED]; freebsd-questions@freebsd.org > Subject: RE: Dumping /usr to samba mounted drive > > > > [mailto:[EMAIL PROTECTED] On Be

jabbderd

2006-02-03 Thread guru
Hello, I've installed jabberd-2.0.9 from the ports collection and it works fine to connect with Psi, register and chatting; I'm unable (or I don't know how) to bring up conferencing with this so that three or more can share the same chat room; there are also in the ports some older jabberd (1.4)

Re: How do I download an older version of PDF Handbook

2006-02-03 Thread Lowell Gilbert
Eric Schultz <[EMAIL PROTECTED]> writes: > Good morning... > > Lowell Gilbert wrote: > > A newer version of the Handbook won't necessarily have less information > > relevant to your system; just more information relevant to later > > versions. > > I seem to remember reading a thread in freebsd-d

RE: Dumping /usr to samba mounted drive

2006-02-03 Thread Gayn Winters
> [mailto:[EMAIL PROTECTED] On Behalf Of > Mike Loiterman > Sent: Friday, February 03, 2006 6:05 AM > To: freebsd-questions@freebsd.org > Subject: RE: Dumping /usr to samba mounted drive > > > Mike Loiterman wrote: > > I'm having trouble dumping /usr to a samba mounted

Re: Best way to partition a small HD

2006-02-03 Thread Stephen D. Spencer
I agree with the first reply that you should check out 6.0-R; however, with a 500M drive, I would go with your initial instincts to cut off a piece for swap and use the rest for a single filesystem. Unless you know the precise list of ports, where they go and how much space they take up, slicing u

Toshiba Tecra: ACPI and APM woes...

2006-02-03 Thread Norberto Meijome
Hi all, (apologies for the long email!) I've recently made the switch to FBSD 6.0 (FreeBSD 6.0-STABLE #6: Mon Jan 30 15:08:44 EST 2006) from WinXP on my work laptop, a Toshiba Tecra A2. Apps work great, but the system feels a bit unstable...too many (fatal) crashes for my liking. (and hardly a

Re: How do I download an older version of PDF Handbook

2006-02-03 Thread Eric Schultz
Good morning... Lowell Gilbert wrote: A newer version of the Handbook won't necessarily have less information relevant to your system; just more information relevant to later versions. I seem to remember reading a thread in freebsd-docs that discussed forking the book when things changed betw

Building Identical Configurations

2006-02-03 Thread Steve Douville
I'd like to build and tune one server and then create an iso of the configuration so that I can easily build additional machines in the same configuration. I've tried googling but perhaps I just haven't used the right search parameters to find the info I'm looking for. I have figured out being

RE: Dumping /usr to samba mounted drive

2006-02-03 Thread Mike Loiterman
Mike Loiterman wrote: > I'm having trouble dumping /usr to a samba mounted drive. > The process dies over processing 4 gigs worth of data. > > My other partitions dump fine, but they're all less than 4 gigs. > > This is the error I'm getting: > > DUMP: Date of this lev

Re: dhclient in 6.0

2006-02-03 Thread Marcin Jessa
On Fri, 3 Feb 2006 14:02:41 +0100 Frank Altpeter <[EMAIL PROTECTED]> wrote: > Hi there, > > kalin mintchev wrote on 2006-02-03 at 13:55:01 CET: > > > 2006/2/3, make stuff up <[EMAIL PROTECTED]>: > > > > > >> thank you... does that mean back to 5.4 for now? > > > > > > Try install /usr/ports/ne

Dumping /usr to samba mounted drive

2006-02-03 Thread Mike Loiterman
I'm having trouble dumping /usr to a samba mounted drive. The process dies over processing 4 gigs worth of data. My other partitions dump fine, but they're all less than 4 gigs. This is the error I'm getting: DUMP: Date of this level 0 dump: Fri Feb 3 03:31:05 2006 DUMP: Date of last level

Re: dhclient in 6.0

2006-02-03 Thread Alexey Karagodov
try install /usr/ports/net/isc-dhcp3-client and edit your rc.conf: dhclient_program="/usr/local/sbin/dhclient" dhclient_flags= see manual for isc-dhcp3-client 2006/2/3, Frank Altpeter <[EMAIL PROTECTED]>: > > Hi there, > > kalin mintchev wrote on 2006-02-03 at 13:55:01 CET: > > > 2006/2/3, make s

Re: We need your help

2006-02-03 Thread Ugo Bellavance
[EMAIL PROTECTED] wrote: > Dear Sir or Madame, > > we are about to launch a book about Free BSD and would like to ask if we may > use your logo for the front cover - I send you the dummy attached. > <<6538-8 Entwurf3_2.2.06.jpeg.jpg>> http://www.freebsd.org/art.html#USE > > We are looking for

Re: dhclient in 6.0

2006-02-03 Thread kalin mintchev
> 2006/2/3, make stuff up <[EMAIL PROTECTED]>: > >> thank you... does that mean back to 5.4 for now? > > Try install /usr/ports/net/isc-dhcp3-client/ without a connection? > > -- > Cris, member of G.U.F.I > Italian FreeBSD User Group > http://www.gufi.org/ > ___

k3b hardware detection

2006-02-03 Thread Andrea Venturoli
Hello. I just tryed installing k3b and I did follow all the instruction from pkg-message5. The problem now is that my burner is detected as a cd-rom read only device. First of all: _ I'm using FreeBSD 6-STABLE; I followed the instruction for FreeBSD 5.x, since that's what I was presented with

RE: Best way to partition a small HD

2006-02-03 Thread fbsd_user
FreeBSD 4.7 is no longer a supported release. You really should be looking at doing a fresh install of 6.0 from scratch so you can take advantage of the new file system which came out in 5.0. When it comes to FreeBSD slices on the hard drive, the sizes created by the auto selection during sysinstal

Re: dhclient in 6.0

2006-02-03 Thread Cristiano Deana
2006/2/3, make stuff up <[EMAIL PROTECTED]>: > thank you... does that mean back to 5.4 for now? Try install /usr/ports/net/isc-dhcp3-client/ -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ ___ freebsd-questions@freebsd.org

Re: How do I download an older version of PDF Handbook

2006-02-03 Thread Lowell Gilbert
Eric Schultz <[EMAIL PROTECTED]> writes: > I don't have access to my FBSD machine right now, only my WinXP > machine; and I'd like to get an older version of the Handbook that > matches my FBSD machine (4.7, but lets say 4-STABLE). I've Googled, > Gmaned, visited the ftp site and browed the CVS w

Re: Sound and Video cards not detected at boot

2006-02-03 Thread Lowell Gilbert
"Paul Murphy" <[EMAIL PROTECTED]> writes: > Hardware: > Realtek High Definition Audio (integrated on mobo, ACL 880 I think) > Windows XP says 'Location 65535 (Internal High Definition Audio Bus)' > > Radeon X1600 > Windows XP says 'PCI bus 1, device 0, function 0' > > > Dmesg only shows

Re: portsnap, excluding parts of the ports tree

2006-02-03 Thread Lowell Gilbert
"F. Even - fbsd-questions" <[EMAIL PROTECTED]> writes: > I know I can run "portsnap extract sysutils/portupgrade" ...or > something to that effectbut that will not "register" say for a > "portsnap update" after a new "portsnap fetch". This is what I will > get for an error if I try that: > >

Re: dhclient in 6.0

2006-02-03 Thread make stuff up
> > There was a change in DHCP between FreeBSD 5.x and 6. > I noticed the same behaviour with a couple of hw broadband routers. > AFAIR this was also reported back to the list, still no fix was > provided. thank you... does that mean back to 5.4 for now? this is the only system i have on the

Re: dhclient in 6.0

2006-02-03 Thread Marcin Jessa
On Fri, 3 Feb 2006 06:10:18 -0500 (EST) "make stuff up" <[EMAIL PROTECTED]> wrote: > hi all... again... > > i sent this message to general questions but nobody got excited > about it. > > i just installed 6 on my t30 laptop. brand new. when trying > dhclient i get: > > DHCPDISCOVER on fx

  1   2   >