Re: PCI Gigabit Ethernet network interface card (NIC) recommendations

2008-08-01 Thread Wojciech Puchar
re0 in here [EMAIL PROTECTED]:3:0:0: class=0x02 card=0x81361019 chip=0x813610ec rev=0x01 hdr=0x00 "re -- RealTek 8139C+/8169/816xS/811xS/8101E PCI/PCIe Ethernet adapter driver" Works like a charm. No complains :) lots of versions of this chip are buggy. __

Re: "no toe capability on..."

2008-08-01 Thread Ewald Jenisch
On Thu, Jul 31, 2008 at 09:13:29AM -0600, Warren Block wrote: > > Looks like it. They're debug messages that shouldn't still be in there. > They were removed in version 1.2 but then reappeared in 1.4.2.1: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/tcp_offload.c > http://www.freebs

Re: How to update from 7.0-stable-200805 to 7.0-stable-200807 ?

2008-08-01 Thread Manolis Kiagias
Yavuz Maslak wrote: I use 7.0-STABLE-200805. I want to update it to 7.0-STABLE-200807. How do I update for the last updates clearly ? is there a way to update without reboot the machine or with only one reboot ? Use csup to synchronize your source: - Copy the file /usr/share/examples/

Re: PCI Gigabit Ethernet network interface card (NIC) recommendations

2008-08-01 Thread Gonzalo Nemmi
On Friday 01 August 2008 04:28:17 Wojciech Puchar wrote: > > re0 in here > > > > [EMAIL PROTECTED]:3:0:0: class=0x02 card=0x81361019 chip=0x813610ec > > rev=0x01 > > hdr=0x00 > > > > "re -- RealTek 8139C+/8169/816xS/811xS/8101E PCI/PCIe Ethernet adapter > > driver" > > > > Works like a charm.

KDE choppy sound (System Notificactions only)

2008-08-01 Thread Gonzalo Nemmi
Quite simple and straight forward. [EMAIL PROTECTED] ~]% uname -a FreeBSD inferna.inferna.com.ar 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Jul 20 03:44:42 ART 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/INFERNA i386 [EMAIL PROTECTED] ~]% Sound system and driver are built into my kernel. Sou

Re: PCI Gigabit Ethernet network interface card (NIC) recommendations

2008-08-01 Thread Gonzalo Nemmi
On Thursday 31 July 2008 23:59:16 Robert Huff wrote: > David Christensen writes: > > I would like to add a PCI Gigabit Ethernet network interface card > > (NIC) to the computer and was wondering what cards other people > > are using and how they liked them. Any comments and/or > > recommendati

Re: Compile firefox with debug symbols

2008-08-01 Thread Martin Laabs
Hi, On Thu, 31 Jul 2008 23:00:11 +0200, Roland Smith <[EMAIL PROTECTED]> wrote: On Thu, Jul 31, 2008 at 09:00:53PM +0200, Martin Laabs wrote: I have some problems with firefox (it just don't start Try starting firefox from a terminal. It will print a message if it cannot find a library.

Changing sshd to start earlier

2008-08-01 Thread Christer Solskogen
Oh hai! Is it possible to change the order when rc scripts are staring? I would like sshd (from base) to be started before anything else. -- chs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Changing sshd to start earlier

2008-08-01 Thread Wojciech Puchar
Is it possible to change the order when rc scripts are staring? I would like sshd (from base) to be started before anything else. add # REQUIRE: sshd in scripts that has to start after sshd ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: carp+openospfd

2008-08-01 Thread Nikos Vassiliadis
On Friday 01 August 2008 06:54:02 Alexandre Biancalana wrote: > The firewalls failover this is working great with Carp. My > difficulties is to configure OpenOSPFD to distribute routes in this > setup, Two points: 1) Did you try to run OSPF on the CARP interface? Or the physical one? I don't thin

Jails and multiple IPs

2008-08-01 Thread Redd Vinylene
Big ups to Bjoern A. Zeeb for his multiple IP patch as well as his friendly support service ;) I'd just like to confirm, however, if this is how it's done? # cd /usr/src # wget http://people.freebsd.org/~bz/bz_jail7-20080727-11-at146062.diff # patch -p6 < bz_jail7-20080727-11-at146062.diff # make

secure access to AS/400 ?

2008-08-01 Thread B . Cook
Hello All, Seems OT, but I have been asked to give someone remote access to an AS/ 400 we have here. As I am not knowledgeable about AS/400's I do not know if there is an openssh/sshd app that could be put on there. They give everyone access 'locally' via telnet and some IBM gui app at th

Re: dumping mounted file systems with insufficient space...

2008-08-01 Thread Modulok
>> I can use dump(8) an active, mounted file systems via the -L flag. >> According to the manual, this first creates a snapshot of the file >> system, to the .snap directory of the file systems root. What if the >> file system to be dumped, does not have sufficient free-space to store >> a snapshot

Re: rc.suspend/rc.resume was: resume (hate to even ask)

2008-08-01 Thread Chad Perrin
On Thu, Jul 31, 2008 at 11:32:12AM -0700, Steve Franks wrote: > I just realized no one probably replied to my email due to the gross > ambiguity of the english language. No, I am not looking for a job. > See below ;) I have to admit I thought you were talking about your curriculum vitae and so on

Timeout on wireless ipw0 using wpa and dhcp

2008-08-01 Thread David Gurvich
Hello, I have been having an issue with maintaining a connection that seems to hang at random intervals. The only messages I see are about the interface 'ipw0: link state changed to DOWN' then UP a few times until the connection is reestablished or I have to '/etc/rc.d/netif restart ipw0'. If lef

Re: rc.suspend/rc.resume was: resume (hate to even ask)

2008-08-01 Thread David Gurvich
Can you verify that acpi is loaded and working, 'sysctl -a |grep acpi' ? Suspend/Resume will not work properly with apm and requires acpi. You might also try disabling the loading of any extra modules, particularly sound, on boot in /boot/loader.conf and see if any of that helps. I needed to l

Find what options a precompiled package uses

2008-08-01 Thread David Gurvich
How does one find the options that a particular package was built with, without installing the package? I don't see any such options in pkg_info and wondered if there were some other tool. ___ freebsd-questions@freebsd.org mailing list http://lists.freeb

Re: secure access to AS/400 ?

2008-08-01 Thread Mark Busby
"B. Cook" <[EMAIL PROTECTED]> wrote:Hello All, Seems OT, but I have been asked to give someone remote access to an AS/ 400 we have here. As I am not knowledgeable about AS/400's I do not know if there is an openssh/sshd app that could be put on there. They give everyone access 'locally'

Re: Find what options a precompiled package uses

2008-08-01 Thread David Kelly
On Fri, Aug 01, 2008 at 10:15:49AM -0400, David Gurvich wrote: > How does one find the options that a particular package was built with, > without installing the package? I don't see any such options in > pkg_info and wondered if there were some other tool. You could go to the port in /usr/ports/

Re: secure access to AS/400 ?

2008-08-01 Thread Kevin Kinsey
Mark Busby wrote: "B. Cook" <[EMAIL PROTECTED]> wrote:Hello All, Seems OT, but I have been asked to give someone remote access to an AS/ 400 we have here. It is OT. As I am not knowledgeable about AS/400's I do not know if there is an openssh/sshd app that could be put on there. They g

Re: secure access to AS/400 ? (OT)

2008-08-01 Thread Christian Hiris
On Friday 01 August 2008, B. Cook wrote: > Hello All, > > Seems OT, but I have been asked to give someone remote access to an AS/ > 400 we have here. > > As I am not knowledgeable about AS/400's I do not know if there is an > openssh/sshd app that could be put on there. They give everyone > access

Re: Find what options a precompiled package uses

2008-08-01 Thread Valeriu Mutu
On Fri, Aug 01, 2008 at 10:33:27AM -0400, David Gurvich wrote: > I don't want to know what options are set for building a port. > I want to know what options were used in a previously built port that > is either available as a tar file or installed on a system, preferably > checking the tar file fo

Re: Find what options a precompiled package uses

2008-08-01 Thread David Gurvich
I don't want to know what options are set for building a port. I want to know what options were used in a previously built port that is either available as a tar file or installed on a system, preferably checking the tar file for the options. ___ freebsd-

Some ports ignored by portversion

2008-08-01 Thread Mike Clarke
With pkg_version I get the following: curlew:/root# pkg_version -vL= diablo-jdk-1.5.0.07.01_10 < needs updating (port has 1.5.0.07.01_11) en-openoffice.org-GB-2.3.1 < needs updating (port has 2.4.1) firefox-2.0.0.14_1,1< needs updating (port has 2.0.0.16,1) gnutls-2.4.1

Re: Find what options a precompiled package uses

2008-08-01 Thread David Kelly
On Fri, Aug 01, 2008 at 10:33:27AM -0400, David Gurvich wrote: > I don't want to know what options are set for building a port. > I want to know what options were used in a previously built port that > is either available as a tar file or installed on a system, preferably > checking the tar file fo

Re: secure access to AS/400 ?

2008-08-01 Thread Andrea Venturoli
B. Cook ha scritto: As I am not knowledgeable about AS/400's I do not know if there is an openssh/sshd app that could be put on there. AS/400 supports telnet over SSL, though I never found it to be in use. If they can not find some form of sshd to put on the AS/400 Normally it all boils

Re: Static ip wpa_supplicant

2008-08-01 Thread David Gurvich
I think I have the beginnings of an idea. Do not set WPA in rc.conf, only DHCP, and use 'script "script_name";' in /etc/dhclient.conf. Then have that script do the configuration. Has anyone used dhclient.conf with a custom script? ___ freebsd-questions

Re: Find what options a precompiled package uses

2008-08-01 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Gurvich wrote: | How does one find the options that a particular package was built with, | without installing the package? I don't see any such options in | pkg_info and wondered if there were some other tool. |

Re: Static ip wpa_supplicant

2008-08-01 Thread Paul Procacci
David Gurvich wrote: I think I have the beginnings of an idea. Do not set WPA in rc.conf, only DHCP, and use 'script "script_name";' in /etc/dhclient.conf. Then have that script do the configuration. Has anyone used dhclient.conf with a custom script? __

I can't make world without the "games" group?

2008-08-01 Thread Redd Vinylene
Hello! Why can't I make world without the "games" group? I run a serious server, not a kindergarten ;) I don't want the games group there, I just don't need it! Thanks! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: secure access to AS/400 ?

2008-08-01 Thread Andrea Venturoli
Andrea Venturoli ha scritto: B. Cook ha scritto: As I am not knowledgeable about AS/400's I do not know if there is an openssh/sshd app that could be put on there. AS/400 supports telnet over SSL, though I never found it to be in use. If they can not find some form of sshd to put on the A

Question re IPs-to-CIDR conversion program

2008-08-01 Thread Mark Wilson
I'm trying to write a program that will take 2 IPs and return an appropriate CIDR which contains both. I found this file: ips-to-cidr-nets.pl listed under ~eivind on FreeBSD, which sounds like it might be a good model. Unfortunately, I can't download the file (get "Forbidden") page, nor locate

Re: I can't make world without the "games" group?

2008-08-01 Thread Redd Vinylene
That is so cool! Thanks! On Fri, Aug 1, 2008 at 5:35 PM, Curt Micol <[EMAIL PROTECTED]> wrote: > man src.conf(5) > > On Fri, Aug 1, 2008 at 11:31 AM, Redd Vinylene <[EMAIL PROTECTED]> wrote: >> Hello! >> >> Why can't I make world without the "games" group? I run a serious >> server, not a kinderg

Re: I can't make world without the "games" group?

2008-08-01 Thread Polytropon
Hi! On Fri, 1 Aug 2008 17:31:22 +0200, "Redd Vinylene" <[EMAIL PROTECTED]> wrote: > Why can't I make world without the "games" group? I run a serious > server, not a kindergarten ;) > > I don't want the games group there, I just don't need it! Alltough the system's games group does not require m

Re: Question re IPs-to-CIDR conversion program

2008-08-01 Thread Paul Procacci
Mark Wilson wrote: I'm trying to write a program that will take 2 IPs and return an appropriate CIDR which contains both. I found this file: ips-to-cidr-nets.pl listed under ~eivind on FreeBSD, which sounds like it might be a good model. Unfortunately, I can't download the file (get "Forbidden

Re: Question re IPs-to-CIDR conversion program

2008-08-01 Thread Duane Hill
On Fri, 1 Aug 2008, Mark Wilson wrote: I'm trying to write a program that will take 2 IPs and return an appropriate CIDR which contains both. I found this file: ips-to-cidr-nets.pl listed under ~eivind on FreeBSD, which sounds like it might be a good model. Unfortunately, I can't download the

src.conf: WITHOUT_SOMETHING

2008-08-01 Thread Redd Vinylene
Let's say I add WITHOUT_SOMETHING to /etc/rc.conf, and remake and reinstall my world. What will happen to the previous install of SOMETHING? Will it be removed or just left there to rot? Thank you! ___ freebsd-questions@freebsd.org mailing list http://l

Re: I can't make world without the "games" group?

2008-08-01 Thread Curt Micol
man src.conf(5) On Fri, Aug 1, 2008 at 11:31 AM, Redd Vinylene <[EMAIL PROTECTED]> wrote: > Hello! > > Why can't I make world without the "games" group? I run a serious > server, not a kindergarten ;) > > I don't want the games group there, I just don't need it! > > Thanks! > _

src.conf: WITHOUT_SOMETHING

2008-08-01 Thread Redd Vinylene
Let's say I add WITHOUT_SOMETHING to /etc/rc.conf, and remake and reinstall my world. What will happen to the previous install of SOMETHING? Will it be removed or just left there to rot? Thank you! ___ freebsd-questions@freebsd.org mailing list http://l

Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Jack Raats
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I would like to add the zyd device to FreeBSD. The zyd driver allready is in FreeBSD 7.0. Which steps do I have to take to add the zyd device to FreeBSD? Jack -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959 iD8DBQ

Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread John Nielsen
On Friday 01 August 2008, Jack Raats wrote: > I would like to add the zyd device to FreeBSD. > The zyd driver allready is in FreeBSD 7.0. > Which steps do I have to take to add the zyd device to FreeBSD? Sorry, what are you asking? What version of FreeBSD are you using and what do you need help d

Re: secure access to AS/400 ?

2008-08-01 Thread Roland Smith
On Fri, Aug 01, 2008 at 09:27:12AM -0400, B. Cook wrote: > Hello All, > > Seems OT, but I have been asked to give someone remote access to an AS/ > 400 we have here. > Is there some terminal emulator that I would have to give them? Try x11/x3270 Roland -- R.F.Smith

Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Heiko Wundram
Am Freitag, 1. August 2008 18:06:33 schrieb Jack Raats: > I would like to add the zyd device to FreeBSD. > The zyd driver allready is in FreeBSD 7.0. > Which steps do I have to take to add the zyd device to FreeBSD? Upgrade to 7.0? How to do that is documented on freebsd.org in the handbook. If t

Re: src.conf: WITHOUT_SOMETHING

2008-08-01 Thread N.J. Mann
In message <[EMAIL PROTECTED]>, Redd Vinylene ([EMAIL PROTECTED]) wrote: > Let's say I add WITHOUT_SOMETHING to /etc/rc.conf, and remake and > reinstall my world. > > What will happen to the previous install of SOMETHING? Will it be > removed or just left there to rot? After doing make i

Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Paul Procacci
John Nielsen wrote: On Friday 01 August 2008, Jack Raats wrote: I would like to add the zyd device to FreeBSD. The zyd driver allready is in FreeBSD 7.0. Which steps do I have to take to add the zyd device to FreeBSD? Sorry, what are you asking? What version of FreeBSD are you using an

Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Jack Raats
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - - Original Message - From: "John Nielsen" <[EMAIL PROTECTED]> To: ; "Jack Raats" <[EMAIL PROTECTED]> Cc: "freebsd-stable" <[EMAIL PROTECTED]> Sent: Friday, August 01, 2008 6:13 PM Subject: Re: Adding device to FreeBSD 6.3-STABLE On Friday

The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Redd Vinylene
My dedicated server is mother, its two jails are camel and box. Is this the best way to upgrade all of them? Pretty cool huh? - # FreeBSD/i386 mother.reddvinylene.no csup /etc/cvsupfile && \ cd /usr/src && \ make buildworld && \ make buildkernel && \ make installworld && \ make installkern

The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Redd Vinylene
My dedicated server is mother, its two jails are camel and box. Is this the best way to upgrade all of them? Pretty cool huh? - # FreeBSD/i386 mother.reddvinylene.no csup /etc/cvsupfile && \ cd /usr/src && \ make buildworld && \ make buildkernel && \ make installworld && \ make installkern

Re: The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Polytropon
Hi! On Fri, 1 Aug 2008 19:26:20 +0200, "Redd Vinylene" <[EMAIL PROTECTED]> wrote: > My dedicated server is mother, its two jails are camel and box. Is > this the best way to upgrade all of them? > > Pretty cool huh? Uh, bad idea. :-) If I remember correctly, you cannot update the system within "

src.conf: There's no WITHOUT_IPFW?

2008-08-01 Thread Redd Vinylene
There's WITHOUT_IPFILTER and WITHOUT_PF, but no WITHOUT_IPFW? /usr/src/UPDATING doesn't mention IPFW being removed. Thanks! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send an

Re: src.conf: There's no WITHOUT_IPFW?

2008-08-01 Thread Polytropon
Hi! On Fri, 1 Aug 2008 21:10:20 +0200, "Redd Vinylene" <[EMAIL PROTECTED]> wrote: > There's WITHOUT_IPFILTER and WITHOUT_PF, but no WITHOUT_IPFW? > /usr/src/UPDATING doesn't mention IPFW being removed. IPFW hasn't been removed. You can compile it into your kernel or load the module (I usually do

Re: The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Miroslav Lachman
Redd Vinylene wrote: My dedicated server is mother, its two jails are camel and box. Is this the best way to upgrade all of them? Pretty cool huh? - # FreeBSD/i386 mother.reddvinylene.no csup /etc/cvsupfile && \ cd /usr/src && \ make buildworld && \ make buildkernel && \ make installworl

Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread John Baldwin
On Friday 01 August 2008 12:13:41 pm John Nielsen wrote: > On Friday 01 August 2008, Jack Raats wrote: > > I would like to add the zyd device to FreeBSD. > > The zyd driver allready is in FreeBSD 7.0. > > Which steps do I have to take to add the zyd device to FreeBSD? > > Sorry, what are you askin

Re: The best way to upgrade my FreeBSD and its jails

2008-08-01 Thread Redd Vinylene
Whatever version you know, right now it's an old 7.0-STABLE to a newer 7.0-STABLE. Improved the script a little though: http://pastie.org/245821 Enjoy! On Fri, Aug 1, 2008 at 9:00 PM, Miroslav Lachman <[EMAIL PROTECTED]> wrote: > Redd Vinylene wrote: > >> My dedicated server is mother, its two j

Re: Question re IPs-to-CIDR conversion program

2008-08-01 Thread Warren Block
On Fri, 1 Aug 2008, Mark Wilson wrote: I'm trying to write a program that will take 2 IPs and return an appropriate CIDR which contains both. 3. Point me to another program which does what I need? Net::CIDR has a range2cidr method that will do that. -Warren Block * Rapid City, South Dakota

[Fwd: Re: src.conf: WITHOUT_SOMETHING]

2008-08-01 Thread Kevin Kinsey
Subject: Re: src.conf: WITHOUT_SOMETHING Date: Fri, 1 Aug 2008 18:34:59 +0200 From: Redd Vinylene <[EMAIL PROTECTED]> To: Kevin Kinsey <[EMAIL PROTECTED]> Redd Vinylene wrote: Let's say I add WITHOUT_SOMETHING to /etc/rc.conf, and remake and reinstall my world. What will happen to the previou

Re: PCI Gigabit Ethernet network interface card (NIC) recommendations

2008-08-01 Thread Gerard
On Fri, 1 Aug 2008 09:28:17 +0200 (CEST) Wojciech Puchar <[EMAIL PROTECTED]> wrote: >> >> re0 in here >> >> [EMAIL PROTECTED]:3:0:0: class=0x02 card=0x81361019 chip=0x813610ec >> rev=0x01 hdr=0x00 >> >> "re -- RealTek 8139C+/8169/816xS/811xS/8101E PCI/PCIe Ethernet >> adapter driver" >> >> Wor

Re: I can't make world without the "games" group?

2008-08-01 Thread darko gavrilovic
On Fri, Aug 1, 2008 at 11:31 AM, Redd Vinylene <[EMAIL PROTECTED]> wrote: > Hello! > > Why can't I make world without the "games" group? I run a serious > server, not a kindergarten ;) > .. but you will miss out on all the murphy's law quotes.. one of the few enjoyments a sysadmin has left in this

Shutdown problems on virtual PC

2008-08-01 Thread Lorin Lund
I run FreeBSD 6 under Parallesl Workstation. When I try to shutdown with shutdown -p now It acts like the -p isn't there. I'm not sure what power management protocol Paralells Workstation uses. Nor do I know what the default is for FreeBSD 6 (default kernel). What would be the next older pow

X won't start up; "No matching Device section"

2008-08-01 Thread Helge Rohde
Hello List, I got an old TFT that uses a special connector to a CHIPS ct65554 graphics card. However, although the ct65554 is listed as supported, it is not recognized by the chips driver. System is FreeBSD 7-Release AMD64. I am pretty sure that the same xorg.conf worked under i386. pciconf -

Re: Troubleshooting a 3Ware 9550SX under 6.3

2008-08-01 Thread Patrick C
This is a very important point. By turning the cache on, you have not resolved an underlying performance issue, if there even is one. Please try dd again with a well-sized bs= parameter, or use some more accurate reporting like iozone, sysbench, etc. Also, I am not sure how much memory is on the c

[Fwd: Re: connecting to a secured Windows 2003 terminal server]

2008-08-01 Thread FreeBSD
Dear List members I am posting this question again since so far I have not been able to find any solution. But I do believe there is one -- which I cannot find and hopefully someone will be able to share her/his effective solution with me. Thanks --- Begin Message --- Hello, is 3389 fil

Re: [Fwd: Re: connecting to a secured Windows 2003 terminal server]

2008-08-01 Thread Gerard
On Sat, 02 Aug 2008 00:06:46 + FreeBSD <[EMAIL PROTECTED]> wrote: >I am posting this question again since so far I have not been able to >find any solution. But I do believe there is one -- which I cannot >find and hopefully someone will be able to share her/his effective >solution with me.

Re: Find what options a precompiled package uses

2008-08-01 Thread David Gurvich
Looks like I made a bad assumption, that there would be something similar to /var/db/ports/PORT_NAME/options for packages. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send an

Re: Shutdown problems on virtual PC

2008-08-01 Thread Polytropon
On Fri, 01 Aug 2008 15:46:58 -0600, Lorin Lund <[EMAIL PROTECTED]> wrote: > I'm not sure what power management > protocol Paralells Workstation uses. Nor do I know what the > default is for FreeBSD 6 (default kernel). What would be the next older > power > management? Is there some knob to turn

Re: X won't start up; "No matching Device section"

2008-08-01 Thread David Gurvich
Have you loaded all the kernel modules you need and installed xf86-video-chips? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Scot Hetzel
On 8/1/08, Jack Raats <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I would like to add the zyd device to FreeBSD. > The zyd driver allready is in FreeBSD 7.0. > Which steps do I have to take to add the zyd device to FreeBSD? > You need to obtain thes

Re: I can't make world without the "games" group?

2008-08-01 Thread RW
On Fri, 1 Aug 2008 17:31:22 +0200 "Redd Vinylene" <[EMAIL PROTECTED]> wrote: > Hello! > > Why can't I make world without the "games" group? I run a serious > server, not a kindergarten ;) > > I don't want the games group there, I just don't need it! "Games" is a bit of a misnomer, Most of the o

7.0-RELEASE-amd64 install on MacBook Pro 4,1

2008-08-01 Thread Eugene M. Kim
Greetings, When trying to boot the MacBook Pro 4,1 (G4 with Intel Penryn) off the 7.0-RELEASE-amd64 installation CD, the kernel hangs after the CD-ROM probe, and the SATA drive probe never seems to complete (I don't see any adX entry). Booting without ACPI does not seem to make any difference

You have just received a virtual postcard from a friend !

2008-08-01 Thread [EMAIL PROTECTED]
You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://mailer1.key-one.it/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.post

mount_msdosfs usb flash stick

2008-08-01 Thread joeb
On 6.2 release of FBSD trying to mount a usb flash memory stick. The stick has a msdos file system on it and has been loaded with files using windows xp. When I plug the stick into my FBSD box I get console msg about da0 device as usb flash memory stick. All looks good at this point. When is issue

mount_msdosfs usb flash stick

2008-08-01 Thread joeb
On 6.2 release of FBSD trying to mount a usb flash memory stick. The stick has a msdos file system on it and has been loaded with files using windows xp. When I plug the stick into my FBSD box I get console msg about da0 device as usb flash memory stick. All looks good at this point. When is issue

Re: mount_msdosfs usb flash stick

2008-08-01 Thread John Nielsen
On Saturday 02 August 2008, joeb wrote: > On 6.2 release of FBSD trying to mount a usb flash memory stick. The > stick has a msdos file system on it and has been loaded with files using > windows xp. When I plug the stick into my FBSD box I get console msg > about da0 device as usb flash memory sti

Re: [Fwd: Re: src.conf: WITHOUT_SOMETHING]

2008-08-01 Thread Norberto Meijome
On Fri, 01 Aug 2008 15:15:59 -0500 Kevin Kinsey <[EMAIL PROTECTED]> wrote: > I will mention that > not having sendmail, you may break something (but > I'm not sure if that particular knob means that there > will be no local mailer at all). Depends - you may have postfix installed and /etc/mail

Re: src.conf: WITHOUT_SOMETHING

2008-08-01 Thread Norberto Meijome
On Fri, 1 Aug 2008 18:04:32 +0200 "Redd Vinylene" <[EMAIL PROTECTED]> wrote: > Let's say I add WITHOUT_SOMETHING to /etc/rc.conf, and remake and > reinstall my world. for the record, /etc/>shttp://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTEC

Software RAID options for a media server

2008-08-01 Thread [EMAIL PROTECTED]
Hi Guys, As my dream of a hardware based SCSI RAID root disk was so soundly dashed, I have been trying to figure out the most appropriate software implementation for a media server. Which sw RAID is best for streaming media? The options I have are: RAID1z, the redundancy is not my concern s