Updating SSH, patch failed?

2003-09-17 Thread Scott Schappell
Greetings:

I ran the patch process exactly as listed in the advisory.  I'm currently
running 4.8p3 built from source.

After running the instructions verbatim, sshd shows the following version
string:

OpenSSH_3.5p1 FreeBSD-20030201, SSH protocols 1.5/2.0, OpenSSL 0x0090701f

Also the command to restart sshd gives me an error:

arthur# (. /etc/rc.conf  ${sshd_program:-/usr/sbin/sshd} ${sshd_flags})
Bad : modifier in $ (-).

Is my ssh patched? Or should I remake the world?

Thanks for the help!
-- 
PGP Key: http://archon.silvertree.org/pgp.txt
Compassion and retribution are two sides of the same coin. Necessity
dictates on what side the coin will fall.
Firearms stand next in importance to the Constitution itself. They are the
American people's liberty teeth and keystone under independence. 
-George Washington
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Controller(s) for 16 IDE hard disk server

2003-09-17 Thread jason
Michael Haro wrote:

I want to setup a FreeBSD server with a 16-24 200+ACs-GB IDE drives for an FTP
server.  We currently have one using two old 3ware 6xxx cards.  Does anyone
know of any cards (that are still made - I'm not allowed to use used stuff)
that would for this task that are supported by FreeBSD?  I don't see support
for the 75xx or 85xx cards 3ware cards.  I also don't care if we use 3ware
or some other manufacturer, but I don't know who else makes IDE controllers
that support at least 8 drives per card and work with FreeBSD.

Also, if there is a better list for me to ask this question on, please let
me know. 

Thanks, 

Michael 
  

You are in luck. 
http://www.highpoint-tech.com/rr454.htm
And guese what, highpoint is a freebsd hardware partner!
I just hope
32bit/33mhz PCI is not a bottle neck for you.
Jason

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


Re: Updating SSH, patch failed?

2003-09-17 Thread Rob Lahaye

Scott Schappell wrote:
 Greetings:
 
 I ran the patch process exactly as listed in the advisory.  I'm currently
 running 4.8p3 built from source.
 
 After running the instructions verbatim, sshd shows the following version
 string:
 
 OpenSSH_3.5p1 FreeBSD-20030201, SSH protocols 1.5/2.0, OpenSSL 0x0090701f
 
 Also the command to restart sshd gives me an error:
 
 arthur# (. /etc/rc.conf  ${sshd_program:-/usr/sbin/sshd} ${sshd_flags})
 Bad : modifier in $ (-).

I have same error. You and I are probably using another shell (tcsh)
than what they assume here (bash ?).
I ignored all the rc.conf, sshd_program and sshd_flags stuff, because
I don't need them. Check your rc.conf file and do it manually:

# kill `cat /var/run/sshd.pid`

# /usr/sbin/sshd
or
# /usr/sbin/sshd [your sshd_flags here]

Rob.

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


Re: Updating SSH, patch failed?

2003-09-17 Thread Mike Maltese
 After running the instructions verbatim, sshd shows the following version
 string:

 OpenSSH_3.5p1 FreeBSD-20030201, SSH protocols 1.5/2.0, OpenSSL 0x0090701f

There was a thread about this earlier, the version and date don't change
with the patch/build.

 Also the command to restart sshd gives me an error:

 arthur# (. /etc/rc.conf  ${sshd_program:-/usr/sbin/sshd} ${sshd_flags})
 Bad : modifier in $ (-).

You can just use 'sshd [options]' to start the new server. I use 'sshd -4'
myself.

Mike

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


Re: ssh hole?

2003-09-17 Thread Ruben de Groot
On Tue, Sep 16, 2003 at 05:28:59PM -0700, Sean Hafeez typed:
 i thought sshd part of the default install? (sorry do not have a box to 
 look at right now).

That's right. To get the patched ssh version you have to install 4.8 and
then cvsup and rebuild to eg. releng_4_8

Ruben

 On Tuesday, September 16, 2003, at 05:23 PM, Jerry McAllister wrote:
 
 
 so if i boot a new install from the floppy and install from ftp am i
 getting a patched or unpatched version of ssh? i am talking about 4.8.
 if it is unpatched is the patch in -current and can i force the ftp
 install to grab -current.
 
 You will have to upgrade your ports.
 
 
 thanks!
 
 ___
 [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: Upgrading sshd?

2003-09-17 Thread Dragoncrest

As of today, the CVS includes the patch for OpenSSH that fixes the
vulnerability.  Yes, it still says version 3.6.1, but if you read on,
it has a patch date of 20030916.
Cool.  How do you see what the patch date is?  I know how to find 
the version, but not things like the patch date.  Man didn't tell me how to 
either.

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


open-ssh manual recompiled patched using cvsup

2003-09-17 Thread Paul JURCO
Hi,
I'm trying to recompile openssh with latest patch on FreeBSD 5.0-RELEASE-p7
i386.
I've cvsuped to the new version.
So, cd /usr/src/secure/lib/libssh  make depend  make all install
(succesfully done)
After:
# cd /usr/src/secure/usr.sbin/sshd
# make depend  make all install
I got this error:
In file included from /usr/src/crypto/openssh/sshd.c:83:
/usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory
In file included from /usr/src/crypto/openssh/auth-rhosts.c:25:
/usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory
In file included from /usr/src/crypto/openssh/auth-passwd.c:45:
/usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory
In file included from /usr/src/crypto/openssh/auth-rsa.c:33:
/usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory
In file included from /usr/src/crypto/openssh/auth-rh-rsa.c:25:
/usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory
/usr/src/crypto/openssh/servconf.c:21:18: krb5.h: No such file or directory
In file included from /usr/src/crypto/openssh/serverloop.c:51:
/usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory
In file included from /usr/src/crypto/openssh/auth.c:45:
/usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory
etc., etc.
/usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory
/usr/src/crypto/openssh/auth-krb5.c:44:18: krb5.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/secure/usr.sbin/sshd.

What should I do?

Thank you,
Paul JURCO


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


Gimp install issues

2003-09-17 Thread Bryan Cassidy
I am attempting to install graphics/gimp1 from the ports with make install  make 
clean. After it started to install it gave me a menu of things to choose from to 
install and I chose everything and now it wont finish. this is SOME of the output i get



src/gdevl256.c:39:17: vga.h: No such file or directory
src/gdevl256.c:40:19: vgagl.h: No such file or directory
src/gdevl256.c:101:56: warning: function-like macro open_init_closed must be used 
with arguments in traditional C
src/gdevl256.c:107: warning: non-static declaration for `lvga256_open' follows static
src/gdevl256.c: In function `lvga256_open':
src/gdevl256.c:111: warning: implicit declaration of function `vga_init'
src/gdevl256.c:112: warning: implicit declaration of function `vga_getdefaultmode'
src/gdevl256.c:114: `G320x200x256' undeclared (first use in this function)
src/gdevl256.c:114: (Each undeclared identifier is reported only once
src/gdevl256.c:114: for each function it appears in.)
src/gdevl256.c:115: warning: implicit declaration of function `vga_setmode'
src/gdevl256.c:116: warning: implicit declaration of function `gl_setcontextvga'
src/gdevl256.c:117: warning: implicit declaration of function `vga_getxdim'
src/gdevl256.c:118: warning: implicit declaration of function `vga_getydim'
src/gdevl256.c:129: warning: implicit declaration of function `gl_setpalettecolor'
src/gdevl256.c: At top level:
src/gdevl256.c:142: warning: non-static declaration for `lvga256_close' follows static
src/gdevl256.c: In function `lvga256_close':
src/gdevl256.c:143: warning: function `vga_setmode' was previously declared within a 
block
src/gdevl256.c:143: `TEXT' undeclared (first use in this function)
src/gdevl256.c: At top level:
src/gdevl256.c:154: warning: non-static declaration for `lvga256_map_rgb_color' 
follows static
src/gdevl256.c: In function `lvga256_map_rgb_color':
src/gdevl256.c:193: warning: function `gl_setpalettecolor' was previously declared 
within a block
src/gdevl256.c: At top level:
src/gdevl256.c:201: warning: non-static declaration for `lvga256_map_color_rgb' 
follows static
src/gdevl256.c:216: warning: non-static declaration for `lvga256_copy_mono' follows 
static
src/gdevl256.c: In function `lvga256_copy_mono':
src/gdevl256.c:233: warning: implicit declaration of function `gl_fillbox'
src/gdevl256.c:244: warning: implicit declaration of function `gl_setpixel'
src/gdevl256.c: At top level:
src/gdevl256.c:262: warning: non-static declaration for `lvga256_copy_color' follows 
static
src/gdevl256.c: In function `lvga256_copy_color':
src/gdevl256.c:267: warning: implicit declaration of function `gl_putbox'
src/gdevl256.c: At top level:
src/gdevl256.c:280: warning: non-static declaration for `lvga256_fill_rectangle' 
follows static
src/gdevl256.c: In function `lvga256_fill_rectangle':
src/gdevl256.c:282: warning: function `gl_fillbox' was previously declared within a 
block
src/gdevl256.c: At top level:
src/gdevl256.c:294: warning: non-static declaration for `lvga256_tile_rectangle' 
follows static
src/gdevl256.c:306: warning: non-static declaration for `lvga256_draw_line' follows 
static
src/gdevl256.c: In function `lvga256_draw_line':
src/gdevl256.c:307: warning: implicit declaration of function `gl_line'
gmake: *** [obj/gdevl256.o] Error 1
*** Error code 2

Stop in /usr/ports/print/ghostscript-gnu.
*** Error code 1

Stop in /usr/ports/print/cups-pstoraster.
*** Error code 1

Stop in /usr/ports/print/gimp-print.
*** Error code 1

Stop in /usr/ports/graphics/gimp1.


pgp0.pgp
Description: PGP signature


can't start apache

2003-09-17 Thread H. Bartel
Hi,
I just installed freeBSD for the first time and now I'm trying to get apache running. 
When running apachectl start I get the following error: 

Could not determine the server's fully qualified domain name, using 127.0.0.1 for 
Servername
httpd not running, trying to start
(13) Permission denied: make_sock: Could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs

When running sudo apachectl start I only get this: 

Could not determine the server's fully qualified domain name, using 127.0.0.1 for 
Servername

Any help or ideas would be apprecciated, thanks,
Holger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: postfix, MailScanner, and SpamAssassin on fbsd 5.1

2003-09-17 Thread David Landgren
dave wrote:

Hello,
I've read the installation howto on the MailScanner home page and have
got postfix and MailScanner to talk to each other. The problem is whenever i
enable the use spamassassin option and restart MailScanner i start getting
errors in my maillog about messages being found but no queue directories and
to enable hash_queue_names and hash_depth in postfix. I do this and it does
not stop the problem, i eventually would also like to add a virus checker,
which one is recommended for use on fbsd 5.1?
Any help appreciated.
dO NOT use Mailscanner with Postfix. Wietse does not like external 
programs coming in and fiddling with Postfix's innards. Use Amavis if 
you want to add a virus scanner.

David

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


Re: firewall

2003-09-17 Thread Robert Storey
In the continuing saga of my firewall configuration...

One kind member of this list suggested I must compile this into my
kernel:

options IPDIVERT

So I did that, and it made a difference though it didn't solve the
problem. Previously, whenever I started ppp, if I attempted to ping I
would get this error message:

[EMAIL PROTECTED]:~ ping slashdot.org
 ping: cannot resolve slashdot.org: Host name lookup failure

Now when I ping, I get no response - no error messages, but no other
feedback. I think this is an improvement, but something is still
preventing me from getting a response from ppp.

To reiterate, this is everything I've done so far:

FROM /etc/rc.conf:

firewall_enable=YES
firewall_script=/etc/rc.firewall
firewall_type=simple
natd_enable=YES
natd_interface=ppp0

FROM /etc/rc.firewall:

# set these to your outside interface network and netmask and ip
oif=ppp0
onet=168.95.0.0
omask=255.255.255.255
oip=168.95.0.0

# set these to your inside interface network and netmask and ip
iif=vr0
inet=192.168.0.0
imask=255.255.255.0
iip=192.168.0.2

Kernel recompile:
options IPDIVERT

CONTENT OF /etc/hosts:
#
::1 localhost localhost.utopia.com
127.0.0.1   localhost localhost.utopia.com
#
192.168.0.3 ibm.utopia.com  ibm
192.168.0.2 sonic.utopia.comsonic
192.168.0.1 pro.utopia.com  pro

I also used sysinstall to designate this machine as a gateway. Was that
the right thing to do?

thanks for all the advice so far,
still hoping,
Robert


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


Re: why

2003-09-17 Thread dick hoogendijk
On 17 Sep Greg 'groggy' Lehey wrote:
 On Tuesday, 16 September 2003 at 23:27:05 -0700, Dragoncrest wrote:
  At 08:23 AM 9/17/03 +0930, Greg 'groggy' Lehey wrote:
  On Wednesday, 17 September 2003 at  0:33:56 +0200, dick hoogendijk
  wrote:
  why is it i can't connect?
 
  Because something's wrong.
 
  LOL.  You're mean.  ;)
 
 Heh.  Yes, I was planning to follow up with a more useful message
 (like read http://www.lemis.com/questions.html;), but you got there
 first.  Dick, remember that people here are working for you for free.
 Don't make it more difficult than necessary.

I'm sorry guys. You're absolutely right! Won't happen again (hopefully)
and I can connect again ;-))
I installed courier (replaces sendmail) and forgot to set the me file
so mail got delivered as machinename.nagual.st which is bounced by the
freebsd server. Sending mail as nagual.st (domain only) works fine.

Yesterday I changed my zonefiles to reflect lothlorien.nagual.st as my
nagual.st IP but that did not do the trick at the fbsd mailersite. I had
expected it to work as resolving would be possible now. So I changed it
back.

How do I send mail to the fbsd server under the name of the machine the
mail's coming from? If not nagual.st = IP -- machine.nagual.st = IP
how do I go about it than?

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilya
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can't start apache

2003-09-17 Thread Eugene Lee
On Wed, Sep 17, 2003 at 11:11:49AM +0200, H. Bartel wrote:
: 
: I just installed freeBSD for the first time and now I'm trying to get
: apache running. When running apachectl start I get the following
: error: 
: 
: Could not determine the server's fully qualified domain name, using 127.0.0.1 for 
Servername

This is a warning, not an error.  Apache is still starting up.

: httpd not running, trying to start
: (13) Permission denied: make_sock: Could not bind to address [::]:80
: no listening sockets available, shutting down

You must be root in order to bind to ports below 1024, so you must run
apachectl start as root.

: Unable to open logs

Another root thing, trying to open the Apache logs in a directory that
your normal account can't access but the root account can access.

: When running sudo apachectl start I only get this: 
: 
: Could not determine the server's fully qualified domain name, using 127.0.0.1 for 
Servername

Again, this is a warning, not an error.  With sudo, apachectl start
gets run as root, so you do not encounter the previous errors.  And at
this point, Apache is running.


-- 
Eugene Lee
eugene at fsck dot net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


A Problem configuring X-server...(version 4.0)

2003-09-17 Thread Nour-Al-Din
Bonjour, Hello,


I currently experience problems configuring X-server on freeBSD (last
version I think (ie 5.smthing)).
I comes out with :
No screen found.
or  Abort fatal error Abort 6 (or smthg close to that)
messages.

The machine i use is reasonnably old (i586 PII, 350 mhz), and the
graphic card is a Rendition Verite 2200 (pci).)

My floppy doesn't work anymore (unconfigured or smthg like that).

Would you please help me ?


That you in advance, and have a nice day .
Titi.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: 802.11g and FreeBSD based access point ...

2003-09-17 Thread Vledder, Hans
Hi Greg,

 Even if it costs you significantly more?

Good point, although I have this whole stack of $10 HP Vectra P/166 machines
that my core lan setup consists off. All I need basically, is a wireless
NIC.

Cheers,
Hans
-Original Message-
From: Greg 'groggy' Lehey [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 4:49 AM
To: Hans Vledder
Cc: [EMAIL PROTECTED]
Subject: Re: 802.11g and FreeBSD based access point ...


[Format recovered--see http://www.lemis.com/email/email-format.html]

On Tuesday, 16 September 2003 at 14:10:29 +0200, Hans Vledder wrote:
 On  Saturday, September 13, 2003 9:18 PM, Greg Lehey wrote:
 Last weekend I bought a couple of 802.11b/g wireless routers (AirLink,
 I think).  These boxes contain an access point, a four-port Ethernet
 switch and an additional downlink Ethernet port.  They're intended as
 cable or ADSL gateways, accessed by the downlink port.  You can
 configure the downlink port to access the other networks by NAT or
 directly, and you can run a mini-firewall if you want.  It can also
 function as a DHCP server.  These boxes cost me $80 at Fry's, the same
 price as a basic 802.11b access point.

 This weekend I went back to Fry's looking for Atheros-based wireless
 cards.  The cheapest I could find cost $100.

 Based on that, it's not clear why you would want to build an AP from a
 wireless card.

 Well, this to avoid having to deal with a 'swiss army knife' type of box,
 just like the one you're describing. Nowadays these boxes have everything
in
 them, and the single thing that they apparently can't do is bake bread.
I'd
 like to put all I need between my local network and the wireless network
 into a FreeBSD box.

Even if it costs you significantly more?

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers


-- 
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 

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


Re: can't start apache

2003-09-17 Thread H. Bartel
On 09/17/2003 04:33 AM [EMAIL PROTECTED] (Eugene Lee) wrote:

Again, this is a warning, not an error.  With sudo, apachectl start
gets run as root, so you do not encounter the previous errors.  And at
this point, Apache is running.

Thanks, I doublechecked and Apache is really running. I suppose that the ServerName 
does not matter, if I'll be using it as a local Webserver.

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


Re: PNP Crystal soundcard detection problem in 5.1Release

2003-09-17 Thread Greg Lane
G'day Roman,

I'm back home now and after patching some sshd daemons I have
checked my laptop configuration.

On Tue, Sep 16, 2003 at 06:20:53PM +0300, Roman Malytskyy [EMAIL PROTECTED] wrote:
 
 I've updated my FlashBIOS from A03 to version A12 (from DELL website),
 I've added to the end of config-file

I am definitely running the A12 bios.

 unknown: PNP0401 can't assign resources (port)
 unknown: PNP0401 at port 0x378-0x37f on isa0
 unknown: CSC can't assign resources (irq)
 unknown: CSC at port 0x220-0x22f,0x388-0x38b,0x530-0x537 irq 5 on isa0
 unknown: CSC0010 failed to probe at port 0x210-0x217 on isa0
 unknown: PNP0700 can't assign resources (port)
 unknown: PNP0700 at port 0x3f2-0x3f5 on isa0

I only get these messages with ACPI disabled. My messages have one 
subtle difference for the CSC:

unknown: CSC can't assign resources (port)
unknown: CSC at port 0x220-0x22f,0x388-0x38b,0x530-0x537 on isa0

I think this is due to the device.hints (see below).

 In /boot/devices.hints:
 ...
 hint.pcm.0.at=isa
 hint.pcm.0.irq=5
 hint.pcm.0.drq=1
 hint.pcm.0.flags=0x0

I didn't remember till I came home and looked, but I did define 
hints for the sbc device as follows:

~$ grep sbc /boot/device.hints 
hint.sbc.0.at=isa
hint.sbc.0.port=0x220
hint.sbc.0.irq=5
hint.sbc.0.drq=1
hint.sbc.0.flags=0x15

There are no hints defined for the pcm device. 
My guess is that this is the key thing you need. 

I should point out that I get sound both with and without ACPI enabled. 

 p.s. maybe you will consider possible sharing you kernel configuration
 file and maybe BIOS settings, coz we have same model and its even more
 strange that its not working.

I think its just the device.hints for the sbc device that will fix 
things for you. If it still doesn't work after you try that, I am
happy to send you all the config files you want.

Tell me how it goes!

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


Re: can't start apache

2003-09-17 Thread Pete Renshaw
edit your /etc/hosts to look something like this

127.0.0.1  localhost.myname.com localhost
192.168.1.10   anyname.myname.com anyname
192.168.1.5anyname.myname.com.


or try running sysinstall or /stand/sysinstall and reconfig your network 
card.

restart the system

Pete Renshaw

 Hi,
 I just installed freeBSD for the first time and now I'm trying to 
 get apache running. When running apachectl start I get the 
 following error:
 
 Could not determine the server's fully qualified domain name, using 
 127.0.0.1 for Servername httpd not running, trying to start
 (13) Permission denied: make_sock: Could not bind to address [::]:80 
 no listening sockets available, shutting down Unable to open logs
 
 When running sudo apachectl start I only get this:
 
 Could not determine the server's fully qualified domain name, using 
 127.0.0.1 for Servername
 
 Any help or ideas would be apprecciated, thanks,
 Holger

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


can't get dmesg to find Boca multiport serial card

2003-09-17 Thread Dan Langille
I am trying to get a Boca 8 port serial card running under 4.8-
STABLE.  dmesg doesn't see the serial ports at all.

I've added the following to my kernel, compiled it, and 
installed:

options COM_MULTIPORT   #code for some cards with 
shared IRQs
device sio4  at isa? port 0x100 flags 0xb05
device sio5  at isa? port 0x108 flags 0xb05
device sio6  at isa? port 0x110 flags 0xb05
device sio7  at isa? port 0x118 flags 0xb05
device sio8  at isa? port 0x120 flags 0xb05
device sio9  at isa? port 0x128 flags 0xb05
device sio10 at isa? port 0x130 flags 0xb05
device sio11 at isa? port 0x138 flags 0xb05 irq 10

With regards to devices:

$ ls /dev/sio*
ls: /dev/sio*: No such file or directory

I haven't done any MAKDEVs.  Is that necessary.  I thought not 
because I'm seeing this:

sio0: configured irq 4 not in bitmap of probed irqs 0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250
sio1: configured irq 3 not in bitmap of probed irqs 0

Clues please?

Here's the card:
http://www.fhttp://www.freebsddiary.org/images/boca-8-port-serial-
card.jpg

Here's dmesg output:

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.8-STABLE #4: Fri Sep 12 09:26:38 EDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/DUCKY
Timecounter i8254  frequency 1193182 Hz
CPU: Cyrix 6x86 (486-class CPU)
  Origin = CyrixInstead  DIR=0x1531  Stepping=1  Revision=5
  CPU cache: write-through mode
real memory  = 67108864 (65536K bytes)
config di pcic0
config di psm0
config di sn0
config di lnc0
config di ie0
config di fe0
config di cs0
config di bt0
config di aic0
config di aha0
config di adv0
config q
avail memory = 61128704 (59696K bytes)
Preloaded elf kernel kernel at 0xc041f000.
Preloaded userconfig_script /boot/kernel.conf at 0xc041f09c.
md0: Malloc disk
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
isab0: Intel 82371SB PCI to ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX3 ATA controller port 0xf000-0xf00f at device 
7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
rl0: RealTek 8139 10/100BaseTX port 0x6000-0x60ff mem 0xe000-
0xe0ff irq 9 at device 17.0 on pci0
rl0: Ethernet address: 00:50:bf:17:70:13
miibus0: MII bus on rl0
rlphy0: RealTek internal media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
orm0: Option ROM at iomem 0xc-0xc7fff 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 irq 1 on atkbdc0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on 
isa0
sc0: System console on isa0
sc0: VGA 16 virtual consoles, flags=0x200
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: parallel port not found.
ed0 at port 0x280-0x29f iomem 0xd800 irq 10 on isa0
ed0: address 00:c0:df:b0:0a:2b, type NE2000 (16 bit)
IP Filter: v3.4.31 initialized.  Default = block all, Logging = 
enabled
ad0: 9541MB ST310211A [19386/16/63] at ata0-master WDMA2
acd0: CDROM HL-DT-ST CD-ROM GCR-8520B at ata0-slave PIO4
Mounting root from ufs:/dev/ad0s1a
-- 
Dan Langille : http://www.langille.org/

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


What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Andy
Apologies if I should have found the answer already, but it would appear
from both sites that BSD is a marvellous operating system, very secure,
efficient, etc, based on Berkeley Unix, etc. Both are free and maintained by
really skilled technical people, etc, but what is the difference between
them, why would one use one in preference to the other?

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


Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Lucas Holt
On Wednesday, September 17, 2003, at 08:35  AM, Andy wrote:

Apologies if I should have found the answer already, but it would 
appear
from both sites that BSD is a marvellous operating system, very 
secure,
efficient, etc, based on Berkeley Unix, etc. Both are free and 
maintained by
really skilled technical people, etc, but what is the difference 
between
them, why would one use one in preference to the other?


Its simply a matter of preference.  Each project (FreeBSD, OpenBSD, 
NetBSD...) have their own goals, and ideas about security.

I tend to look at it like this:
FreeBSD is probably the best general purpose BSD for x86 systems.  
(other ports are coming along)

OpenBSD is great for those who are VERY serious about security.  The 
system is locked down by default, and has alterations the the system 
compiler to make it more secure.  It tries to prevent common attack 
vectors.  If you are using this for a desktop, you will need to do a 
lot more work to unsecure it enough to run apps. :)

NetBSD
I can't comment on NetBSD all that much as I only ran it on an old 
Sparc.  It ran great though.. they do support the most platforms 
though.  Linux people should feel at home in terms of porting to 
everything including your toaster oven.  You can even run NetBSD on 
Sega DreamCast.

Darwin (Apple's distro)  isn't done yet for x86 platforms.  Mac OS X 
runs the darwin system.

Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
Only two things are infinite, the universe and human stupidity, and 
I'm not sure about the former.
- Albert Einstein (1879-1955)

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


Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Nico Meijer
Hi Andy,

Starting World War III, are you? ;-)

 Apologies if I should have found the answer already, but it would
 appear from both sites that BSD is a marvellous operating system,
 very secure, efficient, etc, based on Berkeley Unix, etc.

microsoft.com would like you to believe they make a marvelous operating
system, very secure, efficient and cost effective, with probably no
mention of the name Berkeley whatsoever, even though {a number of,
all?} versions of Windows contain Berkeley TCP/IP code if not the
complete stack.

I believe it has it's uses, btw, but that's for World War version IV.

 Both are free and maintained by
 really skilled technical people, etc, but what is the difference
 between them, why would one use one in preference to the other?

Use dmoz.org, Google and whatever rocks your boat, but it seems it
usually boils down to something like this:

- OpenBSD: security first, usability later; great number of platforms
supported
- FreeBSD: usability, stability and security take equal share
- NetBSD: Of course it runs NetBSD, ie. portability

Roughly, FreeBSD's mailing lists are friendlier than OpenBSD's, unless
(and this can't be stressed enough methinks) you do your homework. So
make sure you do it.

I am hardly the person to comment on any of this, really, so I'll shut
up now.

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


Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Viktor Lazlo


On Wed, 17 Sep 2003, Andy wrote:

 Apologies if I should have found the answer already, but it would appear
 from both sites that BSD is a marvellous operating system, very secure,
 efficient, etc, based on Berkeley Unix, etc. Both are free and maintained by
 really skilled technical people, etc, but what is the difference between
 them, why would one use one in preference to the other?

Try them both, and OpenBSD, to see which one you like the best and which
best suits your needs and works best on your system(s).  ; )

Originally the main difference was FreeBSD was optimized for the x86
architecture, while NetBSD focused on portability to most available
hardware platforms.  OpenBSD later split off from NetBSD to allow its
developer to focus on security.

Cheers,

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


yahoo, hotmail, etc

2003-09-17 Thread synrat
I was wondering if anyone is aware of any scripts
or programs that can retrieve mail from different
webmail sources.

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


How to shut down

2003-09-17 Thread lrnobs
I am a new user learning about Unix.

I found the shutdown command and have been using shutdown now to shut down
before powering off.

When the pc boots up it complains that it was incorrectly shut down.

Am I following an incorrect procedure?

Thanks,

Larry Nobs


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


sophos on freebsd

2003-09-17 Thread synrat
Has anyone setup virus scanning for e-mail and/or files shared via Samba ?
I'm wondering if I need to buy sophos antivirus only, or both antivirus
and mail monitor from sophos. Suggestions, feedback and links are
appreciated.


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


RE: How to shut down

2003-09-17 Thread Charles Howse
 I am a new user learning about Unix.
 
 I found the shutdown command and have been using shutdown 
 now to shut down
 before powering off.
 
 When the pc boots up it complains that it was incorrectly shut down.
 
 Am I following an incorrect procedure?

'shutdown now' will take you to single user mode.
This is not what you want if you're ready to power off.
Use 'shutdown -h now' and wait for the 'press any key to reboot' prompt
before you power off.
To reboot, use 'shutdown -r now'.


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


Re: How to shut down

2003-09-17 Thread Greg J.
On Wed, 17 Sep 2003 08:15:59 -0500
lrnobs [EMAIL PROTECTED] wrote:

 I am a new user learning about Unix.
 
 I found the shutdown command and have been using shutdown now to
 shut down before powering off.
 
 When the pc boots up it complains that it was incorrectly shut down.
 
 Am I following an incorrect procedure?
 
 Thanks,
 
 Larry Nobs
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Type this.. man shutdown

That'll explain everything.

---
FreeBSD 5.1-CURRENT { 0+05:15:31, 51M/1018M }
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re[2]: PNP Crystal soundcard detection problem in 5.1Release

2003-09-17 Thread Roman Malytskyy
Hello Greg,

GL ~$ grep sbc /boot/device.hints
GL hint.sbc.0.at=isa
GL hint.sbc.0.port=0x220
GL hint.sbc.0.irq=5
GL hint.sbc.0.drq=1
GL hint.sbc.0.flags=0x15

That's it! I've added above lines and removed pcm ones. After reboot
things were just perfect!

GL Tell me how it goes!

Thanks a lot!

-- 
Best regards,
 Romanmailto:[EMAIL PROTECTED]

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


Re: How to shut down

2003-09-17 Thread Jon Mercer
'shutdown -p now' will switch off the computer if the PC supports APM or 
ACPI.

Charles Howse wrote:
I am a new user learning about Unix.

I found the shutdown command and have been using shutdown 
now to shut down
before powering off.

When the pc boots up it complains that it was incorrectly shut down.

Am I following an incorrect procedure?


'shutdown now' will take you to single user mode.
This is not what you want if you're ready to power off.
Use 'shutdown -h now' and wait for the 'press any key to reboot' prompt
before you power off.
To reboot, use 'shutdown -r now'.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: yahoo, hotmail, etc

2003-09-17 Thread Viktor Lazlo


On Wed, 17 Sep 2003, synrat wrote:

 I was wondering if anyone is aware of any scripts
 or programs that can retrieve mail from different
 webmail sources.

hotwayd and gotmail are both available in ports and can be used for
hotmail, I haven't heard if either can do yahoo or not.

Cheers,

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


auth_ldap

2003-09-17 Thread Antoine Jacoutot
Hi !

Is there anyone using auth_ldap with apache under FreeBSD ?
I get an odd error when trying to authenticate:
[Wed Sep 17 15:25:32 2003] [error] [client 172.16.20.10] Could not bind 
to LDAP server `localhost' as (null): Protocol error

I tried to ask for help on the auth_ldap mailing list, but it is totally 
non responsive.
If there's anyone using this module successfully, please let me know.

Regards.

Antoine

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


Re: yahoo, hotmail, etc

2003-09-17 Thread Andrew L. Gould
On Wednesday 17 September 2003 08:21 am, synrat wrote:
 I was wondering if anyone is aware of any scripts
 or programs that can retrieve mail from different
 webmail sources.

 thanx in advance

POP access is available for yahoo mail; but it's not free -- $19.99 (US) a 
year, or bundled with other options such as a larger mailbox.  I've used 
fetchmail and kmail to download emails from multiple sources.

Best of luck,

Andrew Gould

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


Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Lucas Holt

Darwin most certainly does run on x86 (Darwin supports both x86 and 
PPC). OS X does not, OS X is Darwin+Quartz+Cocoa+Carbon.


I know it runs.. but there is no driver support.  It supports like 1 
intel ide controller chipset, etc.  Basically its not that usable as a 
workstation or server platform for the x86 in its current form.  The 
original build as i recall was designed for a specific ibm laptop.  
(i'm sure it inherited x86 support from its neXt Open Step roots)

anyway.. you can goto developer.apple.com and get the link for the 
darwin project.. all the current info is there.

Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
Only two things are infinite, the universe and human stupidity, and 
I'm not sure about the former.
- Albert Einstein (1879-1955)

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


Re: How to shut down

2003-09-17 Thread lrnobs
Thanks to everyone who responded.

Larry Nobs


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


problems with buildworld

2003-09-17 Thread Kenton Brede
I've attached uname -a and the last part of the compile process when 
make buildworld quits.  Basically the last line ends with -

/usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y:24: 
sys/stat.: No such file or direcory

The process stops when it reaches #include sys/stat.^@ line 24 in 
iplang_y.y

There are no files in /usr/src/sys/stat  I think that is my problem.  
Where do I get the files that populate that directory?

Incidently I've followed the instructions listed under -
21.4.15.6. What do I do if something goes wrong?

Thanks for any help,
Kent



FreeBSD stax 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr  3 10:53:38 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


echo ipresend: /usr/obj/usr/src/i386/usr/lib/libc.a   .depend
=== usr.sbin/ipsend
yacc -d /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y
cp y.tab.c iplang_y.c
lex -t  /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_l.l  iplang_l.c
rm -f .depend
mkdep -f .depend -a-DDOSOCKET -DIPL_NAME=\/dev/ipl\ -DUSE_INET6 -I- -I. 
-I/usr/src/usr.sbin/ipsend/../../sys/contrib/ipfilter/netinet 
-I/usr/src/usr.sbin/ipsend/../
../contrib/ipfilter/ipsend -I/usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang 
-I/usr/src/usr.sbin/ipsend/../../contrib/ipfilter  /usr/src/usr.sbin/ipsend/../
../contrib/ipfilter/ipsend/ipsend.c 
/usr/src/usr.sbin/ipsend/../../contrib/ipfilter/ipsend/ip.c 
/usr/src/usr.sbin/ipsend/../../contrib/ipfilter/ipsend/ipsopt.c 
/usr/src/usr.sbin/ipsend/../../contrib/ipfilter/ipsend/sbpf.c 
/usr/src/usr.sbin/ipsend/../
../contrib/ipfilter/ipsend/sock.c 
/usr/src/usr.sbin/ipsend/../../contrib/ipfilter/ipsend/44arp.c 
iplang_y.c iplang_l.c 
/usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y:24: 
sys/stat.: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/usr.sbin/ipsend.
*** Error code 1

Stop in /usr/src/usr.sbin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


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


vinum question

2003-09-17 Thread synrat
I created an additional mirrored volume in my system, but screwed up with
disklabel, so now the new volume shows up as stale, actually after I did
the second time with the right labels, I got a duplicate stale and
crashed. The question is, how do I delete both of them without damaging
the other mirrored volume that has data on it. Here's snip from vinum ls.

S mirrorhome.p0.s0  State: up   PO:0  B Size: 34
GB
S mirrorhome.p1.s0  State: up   PO:0  B Size: 34
GB
S mirrorstuff.p0.s0 State: crashed  PO:0  B Size: 28
GB
S mirrorstuff.p1.s0 State: crashed  PO:0  B Size: 28
GB
S mirrorstuff.p2.s0 State: stalePO:0  B Size: 28
GB
S mirrorstuff.p3.s0 State: stalePO:0  B Size: 28
GB


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


Re: Requesting replacement CD

2003-09-17 Thread Jeremy Faulkner
On Tue, Sep 16, 2003 at 11:32:41PM -0400, Earl wrote:
 Hello everyone at FreeBSD!
 
 A few months ago I was finally ready to install FreeBSD into my new
 Dell Optiplex GX300 I bought used from my place of work!  Suddenly I
 decided it was too late in the night to begin the install so I pushed
 the button to open the CD drawer and quickly removed the CD to low and
 behold strike the CD on a corner of the speaker that was right in front
 of the CD drawer, putting a long gash right across the bottom side of
 the CD.  I had purchased this software from Comp USA over a year and a
 half ago and obviously they don't sell this version anymore but would
 like a replacement copy of the CD to go with the same version of CD's
 no. 2 thru 4 and book The Complete FreeBSD by Greg Lehey 3rd edition
 published by Walnut Creek CDROM c 1996, 1997, 1999.

Look into getting the disk re-surfaced if you don't want to burn a new
copy from the ISO.

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


Re: PNP Crystal soundcard detection problem in 5.1Release

2003-09-17 Thread Greg Lane
On Wed, Sep 17, 2003 at 02:52:31PM +0300, Roman Malytskyy [EMAIL PROTECTED] wrote:

 That's it! I've added above lines and removed pcm ones. After reboot
 things were just perfect!

Excellent! Glad it worked.

 Thanks a lot!

No worries. Enjoy your sound!

Cheers,
Greg

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


FreeBSD or WinXP????

2003-09-17 Thread Denis
Hi All!!!

  How do you think what more comfortable and better WinXP or FreeBSD for
  writting web-scripts???
  Do you use KDE or GNOME or others?
  In GNOME i have very fast keyboard. I put (for example) key 'A' and
  in 1 secong i get:
  
  Very fast it's cool! But KDE can't to do it. In KDE I have very slow
  keyboard... it's very bad:((( How I can to do more keyboard-speed???
  I'd like use KDE!

-- 
Best regards, Denis
[EMAIL PROTECTED]

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


C/C++ mailling lists.....

2003-09-17 Thread Denis
Hi All!!!

  Do you happed to know where I can subscribe to C/C++ maillists?

-- 
Best regards, Denis
[EMAIL PROTECTED]

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


BT Voyager 100 USB Modem

2003-09-17 Thread g1xaz
Hello All.

New to BSD so please excuse my ignorance. Does anyone know if the BT Voyager 100 USB 
modem can be setup in BSD I know it has a connexant chipset but that is about all. My 
windows disk works fine but with dual boot it would be nice to use Broadband in my 
FreeBSD system aswell.

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


Re: FreeBSD or WinXP????

2003-09-17 Thread Lucas Holt
Define what you mean by web scripts...

If you are referring to a scripting language.. including php, perl, 
python, or even ASP/VBScript then either platform would work (although 
you couldn't test ASP in freebsd natively)

If you mean compiled stuff like java, you are also ok.  Now platform 
specific stuff might not be so friendly.. like say a C cgi, .NET code, 
etc.  Matching the type of server its going to run on would be good 
here.  (or close)  Technically though you could write the source on any 
platform and upload it.

On Wednesday, September 17, 2003, at 10:35  AM, Denis wrote:

Hi All!!!

  How do you think what more comfortable and better WinXP or FreeBSD 
for
  writting web-scripts???
  Do you use KDE or GNOME or others?
  In GNOME i have very fast keyboard. I put (for example) key 'A' and
  in 1 secong i get:
  
  Very fast it's cool! But KDE can't to do it. In KDE I have very slow
  keyboard... it's very bad:((( How I can to do more keyboard-speed???
  I'd like use KDE!

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


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
Only two things are infinite, the universe and human stupidity, and 
I'm not sure about the former.
- Albert Einstein (1879-1955)

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


Re: FreeBSD or WinXP????

2003-09-17 Thread Mike Maltese
   In GNOME i have very fast keyboard. I put (for example) key 'A' and
   in 1 secong i get:
   
   Very fast it's cool! But KDE can't to do it. In KDE I have very slow
   keyboard... it's very bad:((( How I can to do more keyboard-speed???
   I'd like use KDE!

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


RE: Boot timeout?

2003-09-17 Thread Ekrem
On Wed, 2003-09-17 at 05:47, Charles Howse wrote:
   Now the system hangs for about 20 seconds at the BIOS drive 
  detection,
   and at the FBSD atapi controller detection.
  
  Are you using ATAPICAM?  If so, it's probably the SCSI settling.
  That's adjustable in the kernel configuration.
 
 The string 'atapicam' does not appear in my
 /usr/src/sys/i386/conf/CUSTOM customized kernel config file.  Is that
 what you meant?  I did find that string in LINT, but I'm not using it.
 
 I may have misled you in my post.  What I should have said is, the
 system hangs for about 20 seconds at the BIOS drive detection, and then
 there is another 20 second delay when FBSD is detecting devices, *after*
 it displays the line about finding the atapi controller.  It displays
 that line concerning the atapi controller, issues 2 cr/lf and pauses for
 that 20 seconds.  It then continues to load without error, all devices
 are detected properly and I can read and write to them.
 
 I really think this delay may be more related to hardware than software.
 I just booted the system to an MS-DOS diskette, and the delay is still
 there.  I have no special settings in BIOS.
 
 BTW: I've also posted this to alt.comp.hardware.  No joy yet.

Hi,

I also think the delay is hardware related. The most common reason would
be if a drive was jumpered incorrectly, eg. if the drive is set as slave
but there is no master drive, or the master drive is set with slave
drive present when there is no slave drive.

So the BIOS waits for a response from an unavailable drive or until the
time-out period is reached.

In your original post you mentioned the 2Gb was set as master, then you
connected it as secondary-slave. You would need to change jumper
settings to reflect this.

Ekrem

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


RE: Boot timeout?

2003-09-17 Thread Charles Howse
 On Wed, 2003-09-17 at 05:47, Charles Howse wrote:
Now the system hangs for about 20 seconds at the BIOS drive 
   detection,
and at the FBSD atapi controller detection.
   
   Are you using ATAPICAM?  If so, it's probably the SCSI settling.
   That's adjustable in the kernel configuration.
  
  The string 'atapicam' does not appear in my
  /usr/src/sys/i386/conf/CUSTOM customized kernel config 
 file.  Is that
  what you meant?  I did find that string in LINT, but I'm 
 not using it.
  
  I may have misled you in my post.  What I should have said is, the
  system hangs for about 20 seconds at the BIOS drive 
 detection, and then
  there is another 20 second delay when FBSD is detecting 
 devices, *after*
  it displays the line about finding the atapi controller.  
 It displays
  that line concerning the atapi controller, issues 2 cr/lf 
 and pauses for
  that 20 seconds.  It then continues to load without error, 
 all devices
  are detected properly and I can read and write to them.
  
  I really think this delay may be more related to hardware 
 than software.
  I just booted the system to an MS-DOS diskette, and the 
 delay is still
  there.  I have no special settings in BIOS.
  
  BTW: I've also posted this to alt.comp.hardware.  No joy yet.
 
 Hi,
 
 I also think the delay is hardware related. The most common 
 reason would
 be if a drive was jumpered incorrectly, eg. if the drive is 
 set as slave
 but there is no master drive, or the master drive is set with slave
 drive present when there is no slave drive.
 
 So the BIOS waits for a response from an unavailable drive or 
 until the
 time-out period is reached.
 
 In your original post you mentioned the 2Gb was set as 
 master, then you
 connected it as secondary-slave. You would need to change jumper
 settings to reflect this.

Yes, I changed the jumper.
I will check the Western Digital (I HATE them) web site for up-to-date
info on jumper settings for that drive, and try different settings
myself, but I think I have it correct to begin with.

The key on the drive itself says to set it this way for master:
.
   ^
Where . Is the key pin, so you don't get it upside down.


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


Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread paul beard
Lucas Holt wrote:

Darwin (Apple's distro)  isn't done yet for x86 platforms.  Mac OS X 
runs the darwin system.

Actually, it is running on x86 hardware and has for some time.

http://developer.apple.com/darwin/projects/darwin/

--
Paul Beard
http://paulbeard.no-ip.org/movabletype/
whois -h whois.networksolutions.com ha=pb202
Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
freaks and crystallography weenies.  FORTRAN is for wimp engineers who
wear white socks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What's CRON?

2003-09-17 Thread Denis
What is CRON
What he is can do?

-- 
Best Regards, Denis.

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


RE: Boot timeout? - SOLVED

2003-09-17 Thread Charles Howse
  On Wed, 2003-09-17 at 05:47, Charles Howse wrote:
 Now the system hangs for about 20 seconds at the BIOS drive 
detection,
 and at the FBSD atapi controller detection.

Are you using ATAPICAM?  If so, it's probably the SCSI settling.
That's adjustable in the kernel configuration.
   
   The string 'atapicam' does not appear in my
   /usr/src/sys/i386/conf/CUSTOM customized kernel config 
  file.  Is that
   what you meant?  I did find that string in LINT, but I'm 
  not using it.
   
   I may have misled you in my post.  What I should have said is, the
   system hangs for about 20 seconds at the BIOS drive 
  detection, and then
   there is another 20 second delay when FBSD is detecting 
  devices, *after*
   it displays the line about finding the atapi controller.  
  It displays
   that line concerning the atapi controller, issues 2 cr/lf 
  and pauses for
   that 20 seconds.  It then continues to load without error, 
  all devices
   are detected properly and I can read and write to them.
   
   I really think this delay may be more related to hardware 
  than software.
   I just booted the system to an MS-DOS diskette, and the 
  delay is still
   there.  I have no special settings in BIOS.
   
   BTW: I've also posted this to alt.comp.hardware.  No joy yet.
  
  Hi,
  
  I also think the delay is hardware related. The most common 
  reason would
  be if a drive was jumpered incorrectly, eg. if the drive is 
  set as slave
  but there is no master drive, or the master drive is set with slave
  drive present when there is no slave drive.
  
  So the BIOS waits for a response from an unavailable drive or 
  until the
  time-out period is reached.
  
  In your original post you mentioned the 2Gb was set as 
  master, then you
  connected it as secondary-slave. You would need to change jumper
  settings to reflect this.
 
 Yes, I changed the jumper.
 I will check the Western Digital (I HATE them) web site for up-to-date
 info on jumper settings for that drive, and try different settings
 myself, but I think I have it correct to begin with.

OK, this was another 'dumb-ass' issue on my part.
After checking the WDC web site, I realized that since the WDC drive was
the *only* drive on the primary channel, it should *NOT* be jumpered at
all.  I had it jumpered for 'dual master'

Thanks to all who responded.


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


Re: What's CRON?

2003-09-17 Thread Mike Tancsa
Like all programs, you can read the documentation from the manual pages.

type man cron
or
http://www.freebsd.org/cgi/man.cgi
Its used for scheduling programs to automatically run at a given time or times.

---Mike

At 11:39 AM 17/09/2003, Denis wrote:
What is CRON
What he is can do?
--
Best Regards, Denis.
___
[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: What's CRON?

2003-09-17 Thread Charles Howse
 What is CRON
 What he is can do?

Man cron, or
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-c
ron.html 


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


Re: FreeBSD or WinXP????

2003-09-17 Thread Luke Kearney
I suggest you stick to WinXP for your script writing and
(Bdefinately use Server 2003 for your hosting.
(B
(B- Original Message -
(BFrom: "Denis" [EMAIL PROTECTED]
(BTo: [EMAIL PROTECTED]
(BSent: Wednesday, September 17, 2003 11:35 PM
(BSubject: FreeBSD or WinXP
(B
(B
(B Hi All!!!
(B
(B   How do you think what more comfortable and better WinXP
(Bor FreeBSD for
(B   writting web-scripts???
(B   Do you use KDE or GNOME or others?
(B   In GNOME i have very fast keyboard. I put (for example)
(Bkey 'A' and
(B   in 1 secong i get:
(B   
(B   Very fast it's cool! But KDE can't to do it. In KDE I
(Bhave very slow
(B   keyboard... it's very bad:((( How I can to do more
(Bkeyboard-speed???
(B   I'd like use KDE!
(B
(B --
(B Best regards, Denis
(B [EMAIL PROTECTED]
(B
(B ___
(B [EMAIL PROTECTED] mailing list
(B
(Bhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
(B To unsubscribe, send any mail to
(B"[EMAIL PROTECTED]"
(B
(B
(B
(B___
(B[EMAIL PROTECTED] mailing list
(Bhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
(BTo unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: problems with buildworld

2003-09-17 Thread Kenton Brede
On Wed, 17 Sep 2003, Kenton Brede wrote:

 I've attached uname -a and the last part of the compile process when 
 make buildworld quits.  Basically the last line ends with -
 
 /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y:24: 
 sys/stat.: No such file or direcory
 
 The process stops when it reaches #include sys/stat.^@ line 24 in 
 iplang_y.y

snip

I think there is a memory problem on the system.  I talked to the
person who installed the OS and she said she had a core dump after the
install.  The compiler was having internal errors as well.  The iplang_y.y file is 
certainly corrupted with all the ^@ characters I found throughout the file.  
Could a cord dump cause this file to become corrupted?  Anyway once I cleaned that 
file 
the buildworld process completed.  
Kent


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


Re: Upgrading sshd?

2003-09-17 Thread george donnelly
[Dragoncrest wrote ([EMAIL PROTECTED]) on 9/17/03 10:47 AM]

 
 Cool.  How do you see what the patch date is?  I know how to find
 the version, but not things like the patch date.  Man didn't tell me how to
 either.

ssh -V, i think...

--
george donnelly ~ http://www.zettai.net/ ~ Quality Zope Hosting
Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites
Yahoo, AIM: zettainet ~ MSN: [EMAIL PROTECTED] ~ ICQ: 51907738

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


Wireless S-L-O-W Samba Domain Logon...

2003-09-17 Thread RA Cohen
Don't know if this is the right maillist for this but --

We have two satellite school buildings linked to a central
hub. I have recently replaced the last Microsoft server with a
freebsd box running Samba and acting as PDC. The two satellite
buildings are linked with dedicated T1 circuits and the Samba
server is in the hub building. Everything works so far...

I needed to extend the reach of the wiring in one of the
buildings and installed an SMC inexpensive router/access point
running the latest and greatest 802.11G. The wireless cards
installed in several desktops are also SMC and 802.11G
compliant. The desktops were joined to the Samba domain and are
running Window 2000 Professional. Everything works but the
domain logins are so slow as to be almost unuseable. Once
logged-in, the connection is fast and snappy, almost
indistinguishable from the wired connections in the same
building. What could be going on?? Yes there is the download
time for the roaming profile but that in itself can't explain
10-15 minute login waits...

I will probably post this question on the Samba list as well,
forgive me if it is misplaced here, but freebsd folks are pretty
bright as a rule maybe you have some ideas (Samba is running on
FreeBSD v 4.8 Release soon-to-be-upgraded-to-stable).

Thanks in advance!


__
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]


Large vinum volume -- only showing as the size of one subdisk.

2003-09-17 Thread Lewis Thompson
Hi,

I'm trying to set up a large concatenated vinum volume.  I want a volume
called ``data'' that is ~200GB in size.  Each subdisk is ~100GB (the
same size).

  However, when I mount it it only shows up as ~100GB.  Here is vinum
list (edited to show the relevant details):

purple# vinum list
2 drives:
D vinum0State: up   /dev/ad0s1h A: 2/14998 MB (0%)
D vinum1State: up   /dev/ad2s1h A: 2/14998 MB (0%)

10 volumes:
V data  State: up   Plexes:   1 Size:199 GB

9 plexes:
P data.p0 C State: up   Subdisks: 2 Size:199 GB

10 subdisks:
S data.p0.s0State: up   D: vinum0   Size: 99 GB
S data.p0.s1State: up   D: vinum1   Size: 99 GB

vinum printconfig:

purple# vinum printconfig
# Vinum configuration of purple.lewiz.org, saved at Wed Sep 17 18:50:55 2003
drive vinum0 device /dev/ad0s1h
drive vinum1 device /dev/ad2s1h
volume data
plex name data.p0 org concat vol data
sd name data.p0.s0 drive vinum0 plex data.p0 len 209386563s driveoffset 30720848s 
plexoffset 0s
sd name data.p0.s1 drive vinum1 plex data.p0 len 209386563s driveoffset 30720848s 
plexoffset 0s

  I'm hoping I've gotten the config right.  Also, I tried (while the
volume was not mounted) newfs /dev/vinum/data and I received:

purple# newfs /dev/vinum/data
newfs: wtfs: 512 bytes at sector 418773125: Inappropriate ioctl for device

  This looks like I've messed the config up at a guess.  I really don't
know.  Any help would be greatly appreciated.

-lewiz.

P.S.
  newfs -v doesn't exist?

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jab:[EMAIL PROTECTED] | url:http://lewiz.net |-


pgp0.pgp
Description: PGP signature


Re: firewall

2003-09-17 Thread Bob Hall
At this point, I'm a little confused. You said previously that 
this would be the only machine that accessed the Internet via 
PPP. Now you're setting it up as the gateway, which means that 
other machines will be accessing the Internet via PPP on your 
gateway.

To reiterate from an earlier post, you have three options:
1) This is not a gateway. You need PPP and a firewall.

2) This is a gateway. You need PPP, a firewall, and NAT 
implemented via user PPP.

3) This is a gateway. You need PPP, a firewall, and NAT 
implemented via the firewall. 

Decide on an option, and tell us which you're going to 
implement.

On Wed, Sep 17, 2003 at 05:23:25PM +0800, Robert Storey wrote:
 In the continuing saga of my firewall configuration...
 
 One kind member of this list suggested I must compile this into my
 kernel:
 
 options IPDIVERT

You need that only for option 3.

You also need 
options IPFIREWALL
for any of the three options.

 So I did that, and it made a difference though it didn't solve the
 problem. Previously, whenever I started ppp, if I attempted to ping I
 would get this error message:
 
 [EMAIL PROTECTED]:~ ping slashdot.org
  ping: cannot resolve slashdot.org: Host name lookup failure
 
 Now when I ping, I get no response - no error messages, but no other
 feedback. I think this is an improvement, but something is still
 preventing me from getting a response from ppp.
 
 To reiterate, this is everything I've done so far:
 
 FROM /etc/rc.conf:
 
 firewall_enable=YES
 firewall_script=/etc/rc.firewall
 firewall_type=simple
 natd_enable=YES
 natd_interface=ppp0
 
 FROM /etc/rc.firewall:
 
 # set these to your outside interface network and netmask and ip
 oif=ppp0
 onet=168.95.0.0
 omask=255.255.255.255
 oip=168.95.0.0

oip = Outer IP address. 168.95.0.0 is not your oip. Once again, 
the oip is found in the ppp0 section of the output from ifconfig -a.
It changes every time you dial up.
 
 # set these to your inside interface network and netmask and ip
 iif=vr0
 inet=192.168.0.0
 imask=255.255.255.0
 iip=192.168.0.2
 
 Kernel recompile:
 options IPDIVERT

See above.
 
 CONTENT OF /etc/hosts:
 #
 ::1   localhost localhost.utopia.com
 127.0.0.1 localhost localhost.utopia.com
 #
 192.168.0.3   ibm.utopia.com  ibm
 192.168.0.2   sonic.utopia.comsonic
 192.168.0.1   pro.utopia.com  pro

I use local DNS, so I've never manually written anything in my 
hosts file, but I think you need to add an address for DNS lookup. 
It's possible that this is entered automatically when you dial up. 
As I said, I don't do DNS this way, so I'm not sure how your setup 
should work.
 
 I also used sysinstall to designate this machine as a gateway. Was that
 the right thing to do?

Tell us whether or not you've decided to use this machine as a gateway.
You can't proceed, and we can't help you, until you make that decision.

If you decide to use this machine as a gateway, then you have to decide 
how you're going to implement NAT. Again, you can't proceed, and we can't 
help you, until you decide. You have to pick one of the three options 
listed at the top.

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


fbsd fibre channel SANs

2003-09-17 Thread Eric
hello all..

I'm trying set up a cluster of freebsd fileservers sharing a common set of
volumes/drives/raids over netatalk to a bunch of OS 9 clients. Each
fileserver has a Qlogic 2100 fibre channel card connected to a switch.
Also connected to the switch are several fibre channel raid controllers,
with raids attached to them. I have no problem mount and using the raid
volumes on the freebsd servers.

What I'd really like to do is mount the same volume on two or more
servers, which I can do, but one server does not know about the other
server's changes to the disk. I'm sure this results in files being
overwritten since each server thinks it owns the disk. I'm sure things
like softupdates compund my problem even more.

Is there a way to have two machines share a disk, and communicate between
them (over the network?) the changes? I've seen AFS, and it's mostly what
i'm trying to do, but it doesn't work with OS 9 clients. I want an OS 9
client to be able to pick a server in the cluster (from their chooser) and
be presented with the same shared volumes, regardless of the chosen
server. Any help??

thanks

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


Is FreeBSD up to this job?

2003-09-17 Thread Jeremy Pavleck
Hi gang,
 I was looking at purchasing a jukebox recently for a poolhall. When 
all is said and done, I found a refurbished 100 cd jukebox which I 
thought was really nice, until I heard the price - $4500. This is on 
par with a lot of older refurbished models, and the price can double 
for newer ones! So, the gears in my head started turning, and I 
mentally devised a plan to build my own jukebox that does more then 
your standard juke for a lot less money. Though I am unfortunately 
more of a Windows guy, I am thinking of turning to FBSD for this job. 

My plan is to build a custom jukebox looking enclosure like everyone 
is used to seeing in bars, poolhalls, etc. In place of the CD changer 
I'd like to have a full PC (Thinking XP2800, 1GB RAM, 500Gb SATA RAID) 
built inside, connected to a CD changer that I can control. This way I 
can offer more then just CDs, but mp3s and videos as well. I'd like to 
pick up a nice vid card (Say an ATI Radeon 9xxx Pro series with S-Video 
out) and setup the S-Video side to stream videos/xmms mp3/cd 
visualizations to 6 TVs spread throughout the place. 
In place of the normal song selection screen you normally see, I'd like 
to place a 17 or 19 LCD that only display 4-8 CD covers  song lists 
at a time. 
Here's what I need to do:
*Build a catalog of all music and videos on harddrive and CDs in 
changer, automatically 1-2 times a day or on demand.
*Output video to a monitor which shows only the music list. For 
CD's/mp3s it will show the CD cover and a songlist. Typical jukebox 
style with CD's being numbered as well as song (EG. say NOFX's War on 
Errorism is listed as CD 22 and the song Mattersville is track 12, 
they'd enter 2212 as the song request). Show anywhere from 4-8 CD's and 
song info at a time (depending on screen size)
*Interface with several buttons to control display. A set of NEXT PREV 
buttons which flip through the virtual catalog, and another set 
entitled Music and Videos which switch display
*When pressing the Videos button, I'd like to be able to see the 
screen switch to a similar style as the above, only showing a 
screenshot of the video, artist name, song title, and album. 
*Tell FBSD to listen to a bill validator 
(http://www.videocan.com/bill_validator.html - currently waiting for 
info from them about interface) for credit inputs, and display it as an 
overlay on the screen (Let's say $1 buys 3 songs or 2 videos - display 
would show that)
*Once it's determined that there's credits in the machine have FBSD 
listen to a keypad (telephone pad style) for input in the style of 
, first 2 being album number, second 2 track number.
*Queue up and keep track of songs to play. mp3s/CDs will launch a 
visualization studio to display the music vis to the TVs, or launch 
videos to play on TVs. 
*When there's no activity, it will enter a screensaver mode where it 
changes screens on monitor.
Stuff I'm thinking about adding but isn't necessary - search function, 
user inserted CDs (which lock CDtray until song/cd is through playing).

Although I'm fairly certain FBSD can handle this, I wanted to ask the 
experts, to see if I'm right. I'm hoping to have a real easy to operate 
jukebox, so I don't want to have to many buttons, keyboards, etc there 
to confuse people. And if at all possible, I don't want to make mention 
that I'm using FBSD/PC hardware/etc inside (well, except for some 
powered by FreeBSD stickers on the back hehe). 
Let me know your thoughts! If I go forward with this, it's at least 2 
years away, but I think the idea is fairly sound.

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


How to determine the version of sshd

2003-09-17 Thread Bill Moran
ssh has the -V switch to display the version.

sshd does not appear to have similar functionality.  Is there a way to verify
the version of sshd running on a FreeBSD system?
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to determine the version of sshd

2003-09-17 Thread Marc Ramirez
On Wed, 17 Sep 2003, Bill Moran wrote:

 ssh has the -V switch to display the version.

 sshd does not appear to have similar functionality.  Is there a way to verify
 the version of sshd running on a FreeBSD system?

[EMAIL PROTECTED]/usr/src]
$ sshd -v
sshd: illegal option -- v
sshd version OpenSSH_3.5p1 FreeBSD-20030201
Usage: sshd [options]
Options:
  -f fileConfiguration file (default /etc/ssh/sshd_config)
  -d Debugging mode (multiple -d means more debugging)
  -i Started from inetd
  -D Do not fork into daemon mode
  -t Only test configuration file and keys
  -q Quiet (no logging)
  -p portListen on the specified port (default: 22)
  -k seconds Regenerate server key every this many seconds (default: 3600)
  -g seconds Grace period for authentication (default: 600)
  -b bitsSize of server RSA key (default: 768 bits)
  -h fileFile from which to read host key (default:
/etc/ssh/ssh_host_key)
  -u len Maximum hostname length for utmp recording
  -4 Use IPv4 only
  -6 Use IPv6 only
  -o option  Process the option as if it was read from a configuration
file.
[EMAIL PROTECTED]/usr/src]
$

Although, apparently, it's not entirely accurate WRT the patch... This is
what I get after having supped and only rebuilt sshd... I'm doing a
buildworld right now, which might give different results.

Marc.


--
Marc Ramirez
Blue Circle Software Corporation
513-688-1070 (main)
513-382-1270 (direct)
http://www.bluecirclesoft.com
http://www.mrami.com (personal)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to determine the version of sshd

2003-09-17 Thread Mike Tancsa
telnet localhost 22

the banner should read
shell1# !tel
telnet localhost 22
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SSH-1.99-OpenSSH_3.5p1 FreeBSD-20030917
This will work only iff have #VersionAddendum commented out in 
/etc/ssh/sshd_config

---Mike

At 02:58 PM 17/09/2003, Bill Moran wrote:
ssh has the -V switch to display the version.

sshd does not appear to have similar functionality.  Is there a way to verify
the version of sshd running on a FreeBSD system?
--
Bill Moran
Potential Technologies
http://www.potentialtech.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: How to determine the version of sshd

2003-09-17 Thread David Kelly
On Wed, Sep 17, 2003 at 02:58:21PM -0400, Bill Moran wrote:
 ssh has the -V switch to display the version.
 
 sshd does not appear to have similar functionality.  Is there a way to 
 verify the version of sshd running on a FreeBSD system?

% sshd -d

The above will not background, and when it finds the port in use it will
die. Or in this case it dies becuase as non-root it couldn't read the
files it needed:

debug1: sshd version OpenSSH_3.6.1p1 FreeBSD-20030916
Could not load host key: /etc/ssh/ssh_host_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]
=
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to determine the version of sshd

2003-09-17 Thread Bill Moran
Marc Ramirez wrote:
On Wed, 17 Sep 2003, Bill Moran wrote:

ssh has the -V switch to display the version.

sshd does not appear to have similar functionality.  Is there a way to verify
the version of sshd running on a FreeBSD system?
[EMAIL PROTECTED]/usr/src]
$ sshd -v
sshd: illegal option -- v
sshd version OpenSSH_3.5p1 FreeBSD-20030201
Usage: sshd [options]
Options:
  -f fileConfiguration file (default /etc/ssh/sshd_config)
  -d Debugging mode (multiple -d means more debugging)
  -i Started from inetd
  -D Do not fork into daemon mode
  -t Only test configuration file and keys
  -q Quiet (no logging)
  -p portListen on the specified port (default: 22)
  -k seconds Regenerate server key every this many seconds (default: 3600)
  -g seconds Grace period for authentication (default: 600)
  -b bitsSize of server RSA key (default: 768 bits)
  -h fileFile from which to read host key (default:
/etc/ssh/ssh_host_key)
  -u len Maximum hostname length for utmp recording
  -4 Use IPv4 only
  -6 Use IPv6 only
  -o option  Process the option as if it was read from a configuration
file.
[EMAIL PROTECTED]/usr/src]
$
Although, apparently, it's not entirely accurate WRT the patch... This is
what I get after having supped and only rebuilt sshd... I'm doing a
buildworld right now, which might give different results.
That's funny.  I was too busy noticing that -v was an illegal option to
notice that it provided the requested information anyway!
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to determine the version of sshd

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 02:58:21PM -0400, Bill Moran wrote:
 ssh has the -V switch to display the version.
 
 sshd does not appear to have similar functionality.  Is there a way to 
 verify
 the version of sshd running on a FreeBSD system?
 
 -- 
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com
 

sshd -\?

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


Re: fbsd fibre channel SANs

2003-09-17 Thread Dan Nelson
In the last episode (Sep 17), Eric said:
 I'm trying set up a cluster of freebsd fileservers sharing a common
 set of volumes/drives/raids over netatalk to a bunch of OS 9 clients.
 Each fileserver has a Qlogic 2100 fibre channel card connected to a
 switch. Also connected to the switch are several fibre channel raid
 controllers, with raids attached to them. I have no problem mount and
 using the raid volumes on the freebsd servers.
 
 What I'd really like to do is mount the same volume on two or more
 servers, which I can do, but one server does not know about the other
 server's changes to the disk. I'm sure this results in files being
 overwritten since each server thinks it owns the disk. I'm sure
 things like softupdates compund my problem even more.

You would need a shared storage filesystem; GFS is the only one I know
of, and that's Linux-only.

 Is there a way to have two machines share a disk, and communicate
 between them (over the network?) the changes? I've seen AFS, and it's
 mostly what i'm trying to do, but it doesn't work with OS 9 clients.
 I want an OS 9 client to be able to pick a server in the cluster
 (from their chooser) and be presented with the same shared volumes,
 regardless of the chosen server. Any help??

AFS looks like it replicates files onto multiple servers, so if one
goes down the data is still available somewhere else.  The servers do
not share backend filesystems.

The best solution today would be to have one master server that mounts
all the volumes (with softupdates, but short cache times), and one
standby server that polls the master and as soon as it stops responding
to pings, mounts the filesystems, ifconfigs an alias IP to take over
the master's IP, and kicks off background fscks to clean up the
filesystems.

If the servers are stable, you can probably spread the filesystems
across multiple servers, then cross-nfs-mount everything so the
netatalk clients see the same set of volumes on each server.  Some will
end up going over NFS to get to the server really mounting the
filesystem, though, so make sure your server-server links are
high-bendwidth.

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


cvsup connection refused

2003-09-17 Thread Hal Lynch
I have been trying to cvsup for a couple of hours now
with a whole string of conection refused messages.
Here is what I am seeing:

Connecting to cvsup15.FreeBSD.org
Cannot connect to cvsup15.FreeBSD.org: Connection refused
Are the cvsup machines really that busy?
Is the problem my firewall?
In my supfile if have:
*default host=cvsup15.FreeBSD.org
is there a better way?
I really want to get things up to date!

hal

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


Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Bob Hall
On Wed, Sep 17, 2003 at 03:07:39PM +0200, Nico Meijer wrote:
 Roughly, FreeBSD's mailing lists are friendlier than OpenBSD's, unless
 (and this can't be stressed enough methinks) you do your homework. So

That's correct. There's nothing I hate worse than a FBSD geek who has 
done all the assigned problems for Diff Eq class.

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


ddclient + apache

2003-09-17 Thread Bryan Cassidy
Hello, I'm trying to install ddclient but when I make install  make
clean in net/ddclient it says doesn't know how to make install and there
is only a read me in that directory. What should I do to install this
package? Never had this problem before with this port.



pgp0.pgp
Description: PGP signature


Re: cvsup connection refused

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 01:37:17PM -0600, Hal Lynch wrote:
 I have been trying to cvsup for a couple of hours now
 with a whole string of conection refused messages.
 
 Here is what I am seeing:
 
 Connecting to cvsup15.FreeBSD.org
 Cannot connect to cvsup15.FreeBSD.org: Connection refused
 
 Are the cvsup machines really that busy?

Yes.



 Is the problem my firewall?

If you've been able to cvsup in the past and haven't changed your firewall then no.

 In my supfile if have:
   *default host=cvsup15.FreeBSD.org
 is there a better way?

You could try a different server.

 
 I really want to get things up to date!
 
 hal

So does everyone else in the FreeBSD universe.

Josh

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


Re: cvsup connection refused

2003-09-17 Thread Marco Trentini
Hal Lynch wrote:

I have been trying to cvsup for a couple of hours now
with a whole string of conection refused messages.
Here is what I am seeing:

Connecting to cvsup15.FreeBSD.org
Cannot connect to cvsup15.FreeBSD.org: Connection refused
Are the cvsup machines really that busy?
Is the problem my firewall?
In my supfile if have:
*default host=cvsup15.FreeBSD.org
is there a better way?
I really want to get things up to date!
Have you tried with other servers?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html

P.S. cvsup15.freebsd.org seems down (it doesn't reply to my pings)

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


Re: ddclient + apache

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 02:44:51PM -0500, Bryan Cassidy wrote:
 Hello, I'm trying to install ddclient but when I make install  make
 clean in net/ddclient it says doesn't know how to make install and there
 is only a read me in that directory. What should I do to install this
 package? Never had this problem before with this port.
 

That port has been moved to /usr/ports/dns/ddclient.  If you don't have that 
directory you need to cvsup your ports tree.

Josh Paetzel

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


Re: ddclient + apache

2003-09-17 Thread FreeBSD Mail Lists
Bryan;

It could be helpful to READ the README file?

I dont have usr/ports/net/ddclient on 4.8-STABLE
recently synced with ports tree. I do although see
a ports/net/ddc folder. Check that.

-Jason

On Wed, 17 Sep 2003, Bryan Cassidy wrote:

 Hello, I'm trying to install ddclient but when I make install  make
 clean in net/ddclient it says doesn't know how to make install and there
 is only a read me in that directory. What should I do to install this
 package? Never had this problem before with this port.


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


Re: cvsup connection refused

2003-09-17 Thread Mike Galvez
On Wed, Sep 17, 2003 at 01:37:17PM -0600, Hal Lynch wrote:
 I have been trying to cvsup for a couple of hours now
 with a whole string of conection refused messages.
 
 Here is what I am seeing:
 
 Connecting to cvsup15.FreeBSD.org
 Cannot connect to cvsup15.FreeBSD.org: Connection refused
 
 Are the cvsup machines really that busy?
 Is the problem my firewall?
 In my supfile if have:
   *default host=cvsup15.FreeBSD.org

Try a different host...

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html

HTH

-Mike


 is there a better way?
 
 I really want to get things up to date!
 
 hal
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Michael Galvez http://www.people.virginia.edu/~mrg8n
Information Technology Specialist Office: 434-982-2975 
Financial AnalysisE-Mail: [EMAIL PROTECTED]
University of VirginiaMessenger Mail: Carruthers Hall

Anybody with money to burn will easily find someone to tend the fire.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Is FreeBSD up to this job?

2003-09-17 Thread Jeff MacDonald
I think the idea is fairly sound as well, tho you should confirm
freebsd's support for the tv card, that is the only part that would
be in your way.

Also keep in mind , to develop such a device with acompanying software
will run you much much more than 4500$.

Jeff.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Jeremy Pavleck
 Sent: Wednesday, September 17, 2003 3:34 PM
 To: [EMAIL PROTECTED]
 Subject: Is FreeBSD up to this job?
 
 
 Hi gang,
  I was looking at purchasing a jukebox recently for a poolhall. When 
 all is said and done, I found a refurbished 100 cd jukebox which I 
 thought was really nice, until I heard the price - $4500. This is on 
 par with a lot of older refurbished models, and the price can double 
 for newer ones! So, the gears in my head started turning, and I 
 mentally devised a plan to build my own jukebox that does more then 
 your standard juke for a lot less money. Though I am unfortunately 
 more of a Windows guy, I am thinking of turning to FBSD for 
 this job. 
 
 My plan is to build a custom jukebox looking enclosure 
 like everyone 
 is used to seeing in bars, poolhalls, etc. In place of the 
 CD changer 
 I'd like to have a full PC (Thinking XP2800, 1GB RAM, 500Gb 
 SATA RAID) 
 built inside, connected to a CD changer that I can control. 
 This way I 
 can offer more then just CDs, but mp3s and videos as well. 
 I'd like to 
 pick up a nice vid card (Say an ATI Radeon 9xxx Pro series 
 with S-Video 
 out) and setup the S-Video side to stream videos/xmms mp3/cd 
 visualizations to 6 TVs spread throughout the place. 
 In place of the normal song selection screen you normally 
 see, I'd like 
 to place a 17 or 19 LCD that only display 4-8 CD covers  
 song lists 
 at a time. 
 Here's what I need to do:
 *Build a catalog of all music and videos on harddrive and CDs in 
 changer, automatically 1-2 times a day or on demand.
 *Output video to a monitor which shows only the music list. For 
 CD's/mp3s it will show the CD cover and a songlist. Typical jukebox 
 style with CD's being numbered as well as song (EG. say 
 NOFX's War on 
 Errorism is listed as CD 22 and the song Mattersville is 
 track 12, 
 they'd enter 2212 as the song request). Show anywhere from 
 4-8 CD's and 
 song info at a time (depending on screen size)
 *Interface with several buttons to control display. A set of 
 NEXT PREV 
 buttons which flip through the virtual catalog, and another set 
 entitled Music and Videos which switch display
 *When pressing the Videos button, I'd like to be able to see the 
 screen switch to a similar style as the above, only showing a 
 screenshot of the video, artist name, song title, and album. 
 *Tell FBSD to listen to a bill validator 
 (http://www.videocan.com/bill_validator.html - currently waiting for 
 info from them about interface) for credit inputs, and 
 display it as an 
 overlay on the screen (Let's say $1 buys 3 songs or 2 videos 
 - display 
 would show that)
 *Once it's determined that there's credits in the machine have FBSD 
 listen to a keypad (telephone pad style) for input in the style of 
 , first 2 being album number, second 2 track number.
 *Queue up and keep track of songs to play. mp3s/CDs will launch a 
 visualization studio to display the music vis to the TVs, or launch 
 videos to play on TVs. 
 *When there's no activity, it will enter a screensaver mode where it 
 changes screens on monitor.
 Stuff I'm thinking about adding but isn't necessary - search 
 function, 
 user inserted CDs (which lock CDtray until song/cd is 
 through playing).
 
 Although I'm fairly certain FBSD can handle this, I wanted 
 to ask the 
 experts, to see if I'm right. I'm hoping to have a real easy 
 to operate 
 jukebox, so I don't want to have to many buttons, keyboards, 
 etc there 
 to confuse people. And if at all possible, I don't want to 
 make mention 
 that I'm using FBSD/PC hardware/etc inside (well, except for some 
 powered by FreeBSD stickers on the back hehe). 
 Let me know your thoughts! If I go forward with this, it's 
 at least 2 
 years away, but I think the idea is fairly sound.
 
 Thanks,
   Jeremy Pavleck ___
 [EMAIL PROTECTED] mailing list 
  http://lists.freebsd.org/mailman/listinfo/freebs d-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: Wireless S-L-O-W Samba Domain Logon...

2003-09-17 Thread Garance A Drosihn
At 9:59 AM -0700 9/17/03, RA Cohen wrote:
I needed to extend the reach of the wiring in one of the
buildings and installed an SMC inexpensive router/access
point running the latest and greatest 802.11G. ...
Everything works but the domain logins are so slow as to
be almost unuseable.
Does that wireless access-point do NAT?  We have our
wireless connections behind a NAT box, and that does
cause problems for things like WINS and some kinds of
samba connections.  I have no idea if that is related
to what you are seeing, but if the box is doing NAT
then that could be significant.
I am not a samba expert though, so I can't really answer
your question.
--
Garance Alistair Drosehn=   [EMAIL PROTECTED]
Senior Systems Programmer   or  [EMAIL PROTECTED]
Rensselaer Polytechnic Instituteor  [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail 8.12.10

2003-09-17 Thread Mark
Can we expect a ported Sendmail 8.12.10 soon? A new security issue was
discovered today:

http://lists.netsys.com/pipermail/full-disclosure/2003-September/010287.html

Thanks!

- Mark

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


Re: Large vinum volume -- only showing as the size of one subdisk.

2003-09-17 Thread Lewis Thompson
On Thu, Sep 18, 2003 at 06:50:58AM +0930, Greg 'groggy' Lehey wrote:
 On Wednesday, 17 September 2003 at 18:53:55 +0100, Lewis Thompson wrote:
I'm hoping I've gotten the config right.  Also, I tried (while the
  volume was not mounted) newfs /dev/vinum/data and I received:
 
  purple# newfs /dev/vinum/data
  newfs: wtfs: 512 bytes at sector 418773125: Inappropriate ioctl for device
 
 That's puzzling.  I've never seen this before.  What version of
 FreeBSD are you using?  Try:
 
   ktrace -i newfs /dev/vinum/data
 
 This will create a file ktrace.out.  Look at it with:
 
   kdump | less
 
 Look for the message in the output (it'll be there) and show the ioctl
 call immediately before (if it's there).  Also check if there's any
 message in dmesg output or /var/log/messages.  Otherwise I have
 alternative tricks up my sleeve.

Gah!  I didn't think.  I just got annoyed and redid the vinum stuff.  It
does work (quite beautifully) now, after one or two minor hitches.
Sorry, I can't provide much feedback for you -- other than it was
probably me that messed it up in the first place.

  Thanks very much,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jab:[EMAIL PROTECTED] | url:http://lewiz.net |-


pgp0.pgp
Description: PGP signature


adduser will not add user

2003-09-17 Thread David Banning
I have run into a problem here where adduser seems to behave
normally to interact with, but will not add the user.
There are no messages in the log file. I wonder where to 
go to track this down.

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


make: permission denied error when doing make installworld

2003-09-17 Thread Mike Tibor
(if this question is more appropriate for freebsd-stable, let me know)

I'm trying update one of my servers, and can't get past a make:
permission denied error when doing a make instalworld as root in single
user mode.  My sequence was this:

cvsup
make buildworld
make buildkernel
make installkernel
shutdown now   (go to single user mode)
make installworld

I'm I missing something?  I've run into this once before on another
server, and just did a binary upgrade to get around it.  The thing is,
I've successfully upgraded along the -STABLE tree via this method
countless times.

/ is mounted rw, and /usr/bin/make is executable.

If anyone has any idea what I might be doing wrong, I'd greatly appreciate
it if you could point me in the right direction.

Thanks,
Mike

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


Re: RC.conf

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 06:00:36PM -0700, Shawn Guillemette wrote:
 I'm looking for an example of /etc/rc.conf that's from a machine that is running 
 nat.. I had this running at one time a nd now need to reinstall and want to 
 rebuild,., I just cant remember what I added to rc.conf
 

gateway_enable=YES
natd_enable=YES
natd_interface=rl0
natd_flags=-f /etc/natd.conf
firewall_enable=YES
firewall_script=/etc/firewall/fwrules

Hope this helps,

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


Re: Sendmail 8.12.10

2003-09-17 Thread Damian Gerow
Thus spake Mark ([EMAIL PROTECTED]) [17/09/03 17:14]:
 Can we expect a ported Sendmail 8.12.10 soon? A new security issue was
 discovered today:
 
 http://lists.netsys.com/pipermail/full-disclosure/2003-September/010287.html

Last I heard, an MFC was awaiting approval from re for the base system.  I
don't know about the ports.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RC.conf

2003-09-17 Thread Danny Horne
- Original Message - 
From: Josh Paetzel [EMAIL PROTECTED]
To: Shawn Guillemette [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 11:09 PM
Subject: Re: RC.conf


 On Wed, Sep 17, 2003 at 06:00:36PM -0700, Shawn Guillemette wrote:
  I'm looking for an example of /etc/rc.conf that's from a machine that is
running nat.. I had this running at one time a nd now need to reinstall and
want to rebuild,., I just cant remember what I added to rc.conf
 

 gateway_enable=YES
 natd_enable=YES
 natd_interface=rl0
 natd_flags=-f /etc/natd.conf
 firewall_enable=YES
 firewall_script=/etc/firewall/fwrules

That's assuming he wants natd, this for ipnat

ipnat_enable=YES  # Set to YES for ipnat; needs ipfilter, too!
ipnat_program=/sbin/ipnat -CF -f # program and how to specify rules file
ipnat_rules=/etc/ipnat.rules  # rules definition file for ipnat
ipnat_flags=  # additional flags for ipnat



---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 16/09/2003
Tested on: 17/09/2003 23:18:29
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



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


Re: RC.conf

2003-09-17 Thread Shawn Guillemette
natd is what I was looking for.. Thank you
- Original Message - 
From: Danny Horne [EMAIL PROTECTED]
To: Josh Paetzel [EMAIL PROTECTED]; Shawn Guillemette
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 3:18 PM
Subject: Re: RC.conf


 - Original Message - 
 From: Josh Paetzel [EMAIL PROTECTED]
 To: Shawn Guillemette [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Wednesday, September 17, 2003 11:09 PM
 Subject: Re: RC.conf


  On Wed, Sep 17, 2003 at 06:00:36PM -0700, Shawn Guillemette wrote:
   I'm looking for an example of /etc/rc.conf that's from a machine that
is
 running nat.. I had this running at one time a nd now need to reinstall
and
 want to rebuild,., I just cant remember what I added to rc.conf
  
 
  gateway_enable=YES
  natd_enable=YES
  natd_interface=rl0
  natd_flags=-f /etc/natd.conf
  firewall_enable=YES
  firewall_script=/etc/firewall/fwrules
 
 That's assuming he wants natd, this for ipnat

 ipnat_enable=YES  # Set to YES for ipnat; needs ipfilter,
too!
 ipnat_program=/sbin/ipnat -CF -f # program and how to specify rules file
 ipnat_rules=/etc/ipnat.rules  # rules definition file for ipnat
 ipnat_flags=  # additional flags for ipnat



 ---
 avast! Antivirus: Outbound message clean.
 Virus Database (VPS): 16/09/2003
 Tested on: 17/09/2003 23:18:29
 avast! is copyright (c) 2000-2003 ALWIL Software.
 http://www.avast.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: Upgrading sshd?

2003-09-17 Thread Simon Barner
 Cool.  How do you see what the patch date is?  I know how to find 
 the version, but not things like the patch date.  Man didn't tell me how to 
 either.

I am assuming that you mean the base system sshd. You can find the
details for the patch at CVSweb site:

http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssh/?sortby=date#dirlist

If you have a look at one of the patched files, buffers.c for example.
you can reconstruct all the modifications the led the the current
version of the file. To continue the example, if you are running -STABLE
a.k.a RELENG_4 (at the present), can see that the current CVS revision of
buffers.c is  1.1.1.1.2.7, and that it has been merged from -CURRENT's
revision 1.2.

Cheers,
 Simon


signature.asc
Description: Digital signature


Re: X -query localhost results in blank screen !?!

2003-09-17 Thread Vlad D. Markov
On Tue, 16 Sep 2003 16:46:11 +0900
Rob Lahaye [EMAIL PROTECTED] wrote:

 
 
 Hello,
 
 I thought I more or less understand how to handle these things in X,
 but I am totally puzzled here.
 
 For me, there are three crucial files
 
 /etc/ttys:
   ttyv8   /usr/X11R6/bin/xdm -nodaemon  xterm   on  secure
 
 and /usr/X11R6/lib/X11/xdm/xdm-config:
   ! SECURITY: do not listen for XDMCP or Chooser requests
   ! Comment out this line if you want to manage X terminals with
   xdm!DisplayManager.requestPort:0
 
 and /usr/X11R6/lib/X11/xdm/Xaccess:
   * #any host can get a login window
   * CHOOSER BROADCAST #any indirect host can get a chooser
 
 
 At startup, I get an xdm/Xlogin on screen on display :0.
 With the above settings I expect the following should work
 for creating another Xlogin screen
 
   X :1 -query localhost
 
 
 Indeed it switches screen, but it is blank only; even no error
 messages from X.
 Any ideas?
 
 Thanks,
 Rob.
 
 PS: Unrelated: have you noticed the error message in /var/log/xdm.log
   xdm error (pid 157): extra arguments on command line:
   xdm error (pid 157):  ttyv8
   xdm error (pid 157):
 Is this some miscommunication between init, /etc/ttys and xdm ?
 
It worked for me X :2 -query localhost, I have X running already on
:1.
I start my xdm from shell scripts instead of ttys, doubt that is the
reason.


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


RE: How to determine the version of sshd

2003-09-17 Thread Michael K. Smith
If you type 'sshd -v' you will get an error telling you it's not supported,
but at the top of the output, it will show you the version.  :-)

[EMAIL PROTECTED](mksmith)$ sshd -v
sshd: illegal option -- v
sshd version OpenSSH_3.7p1
Usage: sshd [options]
Options:
  -f fileConfiguration file (default /etc/ssh/sshd_config)
  -d Debugging mode (multiple -d means more debugging)
  -i Started from inetd
  -D Do not fork into daemon mode
  -t Only test configuration file and keys
  -q Quiet (no logging)
  -p portListen on the specified port (default: 22)
  -k seconds Regenerate server key every this many seconds (default: 3600)
  -g seconds Grace period for authentication (default: 600)
  -b bitsSize of server RSA key (default: 768 bits)
  -h fileFile from which to read host key (default:
/etc/ssh/ssh_host_key)
  -u len Maximum hostname length for utmp recording
  -4 Use IPv4 only
  -6 Use IPv6 only
  -o option  Process the option as if it was read from a configuration file.

-- 
Michael K. Smith  NoaNet
206.219.7116 (work)   206.579.8360 (cell)
[EMAIL PROTECTED]http://www.noanet.net

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Moran
Sent: Wednesday, September 17, 2003 11:58 AM
To: [EMAIL PROTECTED]
Subject: How to determine the version of sshd

ssh has the -V switch to display the version.

sshd does not appear to have similar functionality.  Is there a way to
verify
the version of sshd running on a FreeBSD system?

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.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: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Lucas Holt
There are actually drivers for darwin now.. my mistake.
http://www.opendarwin.org/hardware/
Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
Only two things are infinite, the universe and human stupidity, and 
I'm not sure about the former.
- Albert Einstein (1879-1955)

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


Patching SSH

2003-09-17 Thread Jon Reynolds
I have SSH installed with the base install of 4.7. I downloaded the
patch and followed the directions: cd /usr/src - patch  /path/to/patch.
when I issue that command it asks me which file I would like to patch I
type in buffer.c and it tells me this file cannot be found. What file do
I need to patch if not buffer.c?

Thanks for any help,

Jon

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


5.1 crashes with USB to IDE

2003-09-17 Thread Bjorn Dittmer-Roche
Hey all,

I've got a USB to IDE converter which, if I try and put it to use
for any amount of time, causes my 5.1 release system to hang in various
ways, and it either leaves me with a completely locked system or with
disks that won't sync (meaning, amount other things, that I can't shutdown
properly).  Commands opperating on the offending disk are left in ps's D
state, meaning uninterruptable sleep. Nothing wierd shows up in messeges
or dmesg, and the drive worked okay in freebsd 4.8, though I didn't use it
that much, so I can't be sure. The kernel is custom, but I was able to
repeat the problem with a generic kernel. I was also able to reproduce the
problem with both the built in USB driver (VIA 83C572 USB controller) and
an old USB card I pulled out of my mac (OPTi 82C861 (FireLink) USB
controller). I have also tried two drives, so the problem is either the
adaptor or FreeBSD.

My machine is currently up, but all processes accessing the drive are
frozen (and so are a few others), in case someone wants to ask about that.
Any help greatly appretiated!

Here are the relevent parts of dmesg from boot:

ohci0: OPTi 82C861 (FireLink) USB controller mem 0xe7002000-0xe7002fff
irq 5 at device 14.0 on pci0
usb0: OHCI version 1.0, legacy support
usb0: OPTi 82C861 (FireLink) USB controller on ohci0
usb0: USB revision 1.0
uhub0: OPTi OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub1: NEC Corporation USB2.0 Hub Controller, class 9/0, rev 2.00/1.00,
addr 2
uhub1: 4 ports with 4 removable, self powered
ums0: MOUSE SYSTEM U+P mouse, rev 1.00/0.00, addr 3, iclass 3/1
ums0: 3 buttons and Z dir.
pcm0: Creative CT5880-C port 0xd800-0xd83f irq 11 at device 15.0 on pci0
pcm0: TriTech TR28602 AC97 Codec
isab0: PCI-ISA bridge at device 17.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 8233 UDMA100 controller port 0xdc00-0xdc0f at device 17.1
on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xe000-0xe01f irq 12 at device
17.2 on pci0
usb1: VIA 83C572 USB controller on uhci0
usb1: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci1: VIA 83C572 USB controller port 0xe400-0xe41f irq 12 at device
17.3 on pci0
usb2: VIA 83C572 USB controller on uhci1
usb2: USB revision 1.0
uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
uhci2: VIA 83C572 USB controller port 0xe800-0xe81f irq 12 at device
17.4 on pci0
usb3: VIA 83C572 USB controller on uhci2
usb3: USB revision 1.0
uhub4: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub4: 2 ports with 2 removable, self powered

---

Here are the relevent parts of dmesg from and from when I attach the USB
to IDE adaptor:

umass0: Genesys Logic USB TO IDE, rev 2.00/0.02, addr 6
da0 at umass-sim0 bus 0 target 0 lun 0
da0: ST312002 6A 0811 Fixed Direct Access SCSI-0 device
da0: 1.000MB/s transfers
da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C)
(da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing
minimum_cmd_size to 10.


Last line does seem mysterious

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


Re: xv flag to not create ~/dir/dir/.xvpics/

2003-09-17 Thread Vlad D. Markov
On Tue, 16 Sep 2003 20:44:16 -0400 (EDT)
Peter Leftwich [EMAIL PROTECTED] wrote:

 On Sat, 13 Sep 2003, Lowell Gilbert wrote:
  From: Lowell Gilbert [EMAIL PROTECTED]
  Peter Leftwich [EMAIL PROTECTED] writes:
   If I `cd ~/dir/dir` then run `xv -vsmap` xv creates cached
   thumbnails. Does anyone know of a flag for xv to -NOT- create a
   directory called.xvpics?  I do not want xv to create this
   directory.  Thanks.
  The option -vsmap is *asking* for the thumbnails.  If you don't want
  them, then don't use that option.
 
 The option vsmap is asking for an image browser.  The program need not
 necessarily cache thumbnails on the hard disk.  Perhaps this is a wish
 list item for xv developers or a sign to shop for other alternatives.
 
 All I ever wanted was a file explorer similar to Microsoft Explorer
 (latest) or ACDSee32 (www.acdsystems.com I think).  In Unix.  Too much
 to ask?
 
I had a gtk app that displayed thumbnails as you went thru the directory
structure, is that what you are looking for? It was gqview and is in the
ports. Thumbnail display is an option from the menubar


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


Patching SSH

2003-09-17 Thread Jon Reynolds
I have SSH installed with the base install of 4.7. I downloaded the
patch and followed the directions: cd /usr/src - patch  /path/to/patch.
when I issue that command it asks me which file I would like to patch I
type in buffer.c and it tells me this file cannot be found. What file do
I need to patch if not buffer.c?

Thanks for any help,

Jon

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


OT: cvs/CVSROOT permissions

2003-09-17 Thread Andrew Stuart
I know this really isnt the place for this question, but in the past
many OT questions have been answered.

I am working on a local cvs repo, and everytime someone commits to
CVSROOT for one reason or another, it removes the execute privilages
off of the 'processing' scripts. I can go back in and chmod +x each
file after every commit (which isnt that often) but that gets lame 
after a while, not to mention im not always around.

So the question really is, does anyone know of an automagic solution
other then a cron job to keep the scripts +x?

Thanks in advance

-Andrew

-- 
Andrew Stuart
http://www.tekrealm.net

Dear Miss Manners:
Please list some tactful ways of removing a man's saliva from
your face.

Gentle Reader:
Please list some decent ways of acquiring a man's saliva on
your face ...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ipfw on the fritz?

2003-09-17 Thread Mark
Eek, I just got these eery messages in /var/log/messages:

Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1
Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1
Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 2
Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 2
Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1
Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1

That does not look good. :( I run FreeBSD 4.7R. Today I added a few rules
using limit src-addr. Could that be it? And what does it mean? Are some
rules broken after this? I never had this happen before. Why would ipfw even
want to remove rules?

Baffled  Concerned,

- Mark

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


Re: sophos on freebsd

2003-09-17 Thread Murray Taylor
We are running sophos on all our platforms..

We are using the sophos enterprise management tool internally
to manage / update all the winblows desktops etc etc

All FreeBSD boxen (particularly the samba and imap hosts) run sophos
locally via cron, with a master 'repository' FBSD box fetching engine
and ide updates every 4 hours or so, then rsyncing to the other FBSD
boxen..

And we run the Sophos + Mail Marshal bundle on a W2k server inside the
DMZ. This bundle added policy controls to the basic antiviral sophos
product

HTH
mjt

On Wed, 2003-09-17 at 13:26, synrat wrote:
 Has anyone setup virus scanning for e-mail and/or files shared via Samba ?
 I'm wondering if I need to buy sophos antivirus only, or both antivirus
 and mail monitor from sophos. Suggestions, feedback and links are
 appreciated.
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 This Email has been scanned for Viruses by MailMarshal.
 
-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems  Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com




This Email has been scanned for Viruses by MailMarshal.

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


[OT] replacing fan with mismatched specs

2003-09-17 Thread Bill Moran
This is terribly OT, but I'm asking here for two reasons:
1) I have no idea where else to ask
2) I know that someone on this list will know the answer
Here's the problem.  I have a switch that has a fan in it that failed.
I need to replace the fan.  It's a 40MM .22Amp 5V.
I can't find a fan with those specs anywhere!  The best I can find is
a 40MM .13amp 5V.
So, will that fan work?  With the amp rating different like that, will
the fan just burn out?  Will it run just fine?  I'm going to be really
upset if I have to replace the entire switch because of one fan!
Advice is appreciated.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] replacing fan with mismatched specs

2003-09-17 Thread Chris Pressey
On Wed, 17 Sep 2003 20:27:27 -0400
Bill Moran [EMAIL PROTECTED] wrote:

 This is terribly OT, but I'm asking here for two reasons:
 1) I have no idea where else to ask
 2) I know that someone on this list will know the answer
 
 Here's the problem.  I have a switch that has a fan in it that failed.
 I need to replace the fan.  It's a 40MM .22Amp 5V.
 
 I can't find a fan with those specs anywhere!  The best I can find is
 a 40MM .13amp 5V.
 
 So, will that fan work?  With the amp rating different like that, will
 the fan just burn out?  Will it run just fine?  I'm going to be really
 upset if I have to replace the entire switch because of one fan!
 
 Advice is appreciated.

Disclaimer: I am not a certified electrician, but...

Voltage and size are the same, so that's good.  The remaining figure,
0.13 amp, tells you how much current the component draws from the power
supply.  Since 0.13 is less than 0.22, that means this fan draws less
power than the old fan.  Which means that you should be able to replace
it without any danger of overloading your power supply (in fact your
power supply will have a slightly easier time with the new fan.)

So, in short, yes, it will work.  However, something to check would be
the RPM of the new fan versus the old one.  A slower fan won't cool as
well, and that might lead to problems of an entirely different nature
(overheating.)

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


Re: 5.1 crashes with USB to IDE

2003-09-17 Thread Kris Kennaway
On Wed, Sep 17, 2003 at 07:41:55PM -0400, Bjorn Dittmer-Roche wrote:
 Hey all,
 
   I've got a USB to IDE converter which, if I try and put it to use
 for any amount of time, causes my 5.1 release system to hang in various
 ways, and it either leaves me with a completely locked system or with
 disks that won't sync (meaning, amount other things, that I can't shutdown
 properly).  

Try again with current (new ATA driver) or stick to 4.x.

Kris


pgp0.pgp
Description: PGP signature


questions regarding sound driver

2003-09-17 Thread ALIAS
i can't seem to get my sound to work, i've installed freebsd and got it 
working before but don't remember how and everytime i try to open up a mpeg 
file it says 

Sound server informational message:

Error while initializing the sound driver:
device /dev/dsp can't be opened  (Device not configured)

The sound server will continue, using the null output device.

i've added the device pcm to my kernel and i've configured the 
/boot/loader.conf and added snd_pcm_load=YES and used kldload snd_pcm.ko 
and the error message is still coming up can someone help me? i have a sound 
blaster sound card.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ipfw on the fritz?

2003-09-17 Thread Josh Paetzel
On Thu, Sep 18, 2003 at 12:21:58AM +, Mark wrote:
 Eek, I just got these eery messages in /var/log/messages:
 
 Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1
 Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1
 Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 2
 Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 2
 Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1
 Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1
 
 That does not look good. :( I run FreeBSD 4.7R. Today I added a few rules
 using limit src-addr. Could that be it? And what does it mean? Are some
 rules broken after this? I never had this happen before. Why would ipfw even
 want to remove rules?
 
 Baffled  Concerned,
 
 - Mark
 

The following thread may be of interest to you:

http://lists.freebsd.org/pipermail/freebsd-ipfw/2003-June/000215.html

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


  1   2   >