Re: cvsup syntax questions... and what's the difference between branch and release tags?

2003-09-11 Thread Val Smith
Why did you add the _0_RELEASE at the end of your src-all, ports-all and doc-all 
tags?

FWIW this is what I use for 5.1 Release and never had any problems except I 
occasionally change the mirror name if the connection seems bad with one in particular:

*default host=cvsup10.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs
*default tag=RELENG_5_1
*default delete use-rel-suffix

src-all 
*default tag=.
ports-all
doc-all.


Good luck!

VS




On Thu, 11 Sep 2003 15:28:53 -0700 (PDT)
Bsd Neophyte [EMAIL PROTECTED] wrote:

 can someone take a look at my cvsupfile and see if it's alright:
 
 ---
 *default  host=cvsup10.us.FreeBSD.org
 *default  base=/usr
 *default  prefix=/usr
 *default  release=cvs
 *default  tag=RELENG_5_1
 *default  delete use-rel-suffix
 
 src-all tag=RELENG_5_1_0_RELEASE
 
 # added manually... collection will be filtered through the refuse file
 ports-all tag=RELENG_5_1_0_RELEASE
 doc-all tag=RELENG_5_1_0_RELEASE
 -
 
 i have a few questions... i'm getting many errors.  i'm getting Network
 tree failure: connection refused is the main error that keeps reoccuring.
 
 i've also noticed that my ports/ and doc/ directories have vanished.
 
 finally, what are the differences between branch and release tags?
 
 
 
 
 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 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]


Re: 3c905b-tx not working

2003-09-03 Thread Val Smith
Rather odd. I ONLY use 3c90x NICS on all my machines (FBSD 5.x included) and they work 
great.

What output do you get from running /usr/sbin/ifconfig at the command prompt?

You didn't specify whether you were running the GENERIC kernel but I assume this is 
so. When you installed (assuming you did so through CD-based sysinstall), did you by 
chance skip the chance to set up network interfaces? If so you can either run 
sysinstall again (don't need to reinstall the whole system, just choose to set up 
networking from main menu) or you can do it manually by adding one of these to your 
/etc/rc.conf:

if using dhcp:  
ifconfig_xl0=dhcp

if using manual addressing:  
ifconfig_xl0=inet your ip address netmask your netmask
defaultrouter=ip address of gateway

Hope this helps,

VS


On Wed, 3 Sep 2003 20:48:09 +0900 
Steiger, N. Wilson, (GS-12E)(TRNG) ATG WESTPAC [EMAIL PROTECTED] wrote:

 To all:
 
 I have just installed FreeBSD 5.0 on a Pent. 200 MMX w/192 MB RAM and 3 8 GB
 HDs (SCSI-using AHA-2940U).  My NIC is a 3c905b-tx.  The MB is set to
 non-plug-and-play.  While booting the NIC shows link on my hub, but no
 activity (duh), but as soon as the kernel sends configuration parameters to
 the NIC it goes offline...no link lights or anything.  I know the NIC works
 fine as I was using it with Win98SE just minutes before loading FreeBSD 5.0.
 I use the NICs config prog to check all the settings and they all appear to
 be fine.  This is only my fourth install of FreeBSD so I am quite the
 novice, but I have never ran in to an issue with the NIC doing this
 before...
 
 Please help!!
 
 V/R,
 Wilson Steiger
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 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]


Re: 3c905b-tx not working

2003-09-03 Thread Val Smith
Oops. that should have read /sbin/ifconfig not /usr/sbin/ifconfig. Sorry any confusion 
:)


On Wed, 3 Sep 2003 09:00:43 -0400
Val Smith [EMAIL PROTECTED] wrote:

 Rather odd. I ONLY use 3c90x NICS on all my machines (FBSD 5.x included) and they 
 work great.
 
 What output do you get from running /usr/sbin/ifconfig at the command prompt?
 
 You didn't specify whether you were running the GENERIC kernel but I assume this is 
 so. When you installed (assuming you did so through CD-based sysinstall), did you by 
 chance skip the chance to set up network interfaces? If so you can either run 
 sysinstall again (don't need to reinstall the whole system, just choose to set up 
 networking from main menu) or you can do it manually by adding one of these to your 
 /etc/rc.conf:
 
 if using dhcp:  
   ifconfig_xl0=dhcp
 
 if using manual addressing:  
   ifconfig_xl0=inet your ip address netmask your netmask
   defaultrouter=ip address of gateway
 
 Hope this helps,
 
 VS
 
 
 On Wed, 3 Sep 2003 20:48:09 +0900 
 Steiger, N. Wilson, (GS-12E)(TRNG) ATG WESTPAC [EMAIL PROTECTED] wrote:
 
  To all:
  
  I have just installed FreeBSD 5.0 on a Pent. 200 MMX w/192 MB RAM and 3 8 GB
  HDs (SCSI-using AHA-2940U).  My NIC is a 3c905b-tx.  The MB is set to
  non-plug-and-play.  While booting the NIC shows link on my hub, but no
  activity (duh), but as soon as the kernel sends configuration parameters to
  the NIC it goes offline...no link lights or anything.  I know the NIC works
  fine as I was using it with Win98SE just minutes before loading FreeBSD 5.0.
  I use the NICs config prog to check all the settings and they all appear to
  be fine.  This is only my fourth install of FreeBSD so I am quite the
  novice, but I have never ran in to an issue with the NIC doing this
  before...
  
  Please help!!
  
  V/R,
  Wilson Steiger
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  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]


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


Re: Why people are not satisfied with FreeBSD?

2003-08-30 Thread Val Smith
Uh, you're assuming everyone on the list use only one type of machine. 

For instance, I'm writing this on a Linux box, but have 3 FBSD servers I administer, 
as well as a small handful of Windows servers I'm responsible for. I also use windows 
2000 and XP as well as FBSD and more than 2 distros of Linux at the desktop, from 
various work and home locations.

After hanging out here for six months or so I believe (but can't ultimately prove) 
that a significant number of people on this list work actively in heterogenous 
networks. 


VS



On Sat, 30 Aug 2003 19:13:35 +0700
Denis Troshin [EMAIL PROTECTED] wrote:

 Hi!
 
 Looking  at  the  field MAILER of e-mails' headers, I see that there a
 lot  of  people here who are using mail programs like Outlook, Eudora,
 Mozillafor   win32. This means that they run windows systems.   So
 I'm  asking why still a lot of people here who hadn't move to FreeBSD?
 
 Are  there  any  common  reasons  of why people are not satisfied with
 FreeBSD? Why do they still prefer windows?
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 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]


PMTU discovery?

2003-07-17 Thread Val Smith
Hi,

I have a quick question and hope it isn't too
newb :)

Does FBSD support PMTU discovery on ethernet
interfaces and, if so, how is it enabled? I've
looked in the man pages for both ifconfig and xl
but could only seem to find reference to manually
setting MTU, not autodiscovery. I know how to set
this with windows registry but want it for a FBSD
5.1 workstation as well.

TIA,

VS

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


Re: Sound oddity in FreeBSD 5.1

2003-07-02 Thread Val Smith
Not sure if this will actually help you but I recall thinking my sound wasn't working 
after a recent KDE install. Turned out that it was simply installing the desktop 
without explicit sound assignments for system events (so it merely seemed like sound 
wasn't working, yet no pop up errors when KDE first started - not what I was used to 
with default RH installs in times past). 

First verify that arts is being started automatically (under control center - 
sounds/multimedia - sound system) While there try the test sound button. Then if 
everything looks okay go to control center - sounds/multimedia - system 
notifications and assign/test specific sounds for whatever events you want.

Hope the answer to your problem is this simple :)

VS


On Wed, 02 Jul 2003 03:13:33 -0400
Kosh [EMAIL PROTECTED] wrote:

 Hello,
 I've been using FreeBSD since 4.6 and I just recently upgraded to 5.1 
 and got curious to see if  FreeBSD would support my sound
 card (Sound Blaster 16)  I recompiled the kernel after adding in device 
 pcm in the CUSTOM kernel I first created.  I will
 get sound now if I play a CD, however, in KDE (Which is my GUI)  None of 
 the system sounds will play.  
 Anyone know if this is a KDE oddity or just a bad setting or two (KDE 
  is KDE  3.1 all default settings, including autodetect
 for the sound)
 
 
  - Dave -
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 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]


Re: free?

2003-06-16 Thread Val Smith
On June 16, 2003 04:35 pm, Valerie Andrewlevich wrote:

Free has another (IMHO more important) meaning as well: FreeBSD is free of 
many of the licensing restrictions attached to commercial OSes. You're 
essentially free to install it on as many boxes as you want; no draconian 
product activation nonsense here. Got programming skills? Modify part or 
all of the OS to suit your needs.

Aye it's a thing of beauty...Makes me feel all warm and fuzzy just thinking 
about it.


 I'm a bit confused -- your website clearly states that freeBSD is a free
 OS, yet each of the sites that offer the CD charge money for it.  Am I
 missing something here?

 thanks,
 Valerie Andrewlevich
 [EMAIL PROTECTED]



 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 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]