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

2003-09-16 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]"


Updating SSH, patch failed?

2003-09-16 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: Upgrading sshd?

2003-09-16 Thread David Benfell
On Tue, 16 Sep 2003 23:25:04 -0700, Dragoncrest wrote:
> Silly question.  Been trying to update my code today and all I can 
> seem to update to is 3.6.1, yet I've seen other distros with 3.7.1p1 
> already.  I think the openssh website also has 3.7.1p1 on it 
> too.  Obviously the ports tree has gotta catch up, but does anyone know 
> when it will?  For right now I can live with just shutting off access to 
> ssh for now, but I'd like to upgrade to the 3.7.1p1 as soon as it's 
> available for Freebsd.
> 
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.

-- 
David Benfell, LCP
[EMAIL PROTECTED]
---
Resume available at http://www.parts-unknown.org/resume.html


pgp0.pgp
Description: PGP signature


Logging of sftp-server - how to...

2003-09-16 Thread Nikolay
Hello everybody,

  Ask helps on the question of sftp-server logs.
  I have FreeBSD 4,8 and want to get full logs of operations which users make,
  such as mkdir, cp and etc. In daemon ftpd are used keys -l -l,
  but in SFTP I find nothing like that.
  Thank you for attention, and sorry for my bad english :).

-
Best regards,
 Nikolay  mailto:[EMAIL PROTECTED]

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


Re: Skey Login, telnet & ssh

2003-09-16 Thread Dan Nelson
In the last episode (Sep 16), Mike Hogsett said:
> I have enabled the skey one time passwords login feature to allow telnet
> access to a machine.  Is there a way to require the skey login for telnet
> but not for ssh?

On 5.x, try commenting out the opie lines in /etc/pam.d/ssh.  On 4.x,
try adding "ChallengeResponseAuthentication No" to your ssh config
file.  This may work on 5 too.

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


Re: pptp and ppp

2003-09-16 Thread Jay Hall
OK, I have some additional information from TCPDUMP and I'm not really 
sure what I am being told.

Here is part of the output from tcpdump.

23:10:41.232115 ppp048076.usmo.com > a.b.c.d: gre [KAv1] ID: A:241 [|gre]
23:10:41.241938 ppp048076.usmo.com > a.b.c.d: gre [KSv1] ID: S:503 ppp: 
Prot-Rej(3), Rejected-Protocol=2145
23:10:41.558003 a.b.c.d > ppp048076.usmo.com: gre [KAv1] ID:a3c6 A:503 [|gre]
From what I can tell, I am connecting to the pptp server correctly, and 
the routes are being established, but I am unable to connect to any 
services on the remote network, or ping any hosts.

Please let me know what additional information might be helpful

Thanks,



Jay Hall wrote:

I have a FreeBSD server in one of the smaller offices I support using
ppp and nat to provide an Internet connection to the people in the
office.  Now, they want to connect to the corporate network using pptp.
My plan here is to simply connect the FreeBSD box to the corporate
network using pptp and then allow the clients to use the FreeBSD box as
their gateway to the corporate network.
I am able to connect to the VPN using the pptpclient port without any
problems.  However, from the FreeBSD box, I am only able to ping the IP
address assigned to tun1 (created by the VPN).  The routes appear to be
correct.
Following is the output of netstat -rn

Routing tables

Internet:
DestinationGatewayFlagsRefs  Use  Netif 
Expire
default209.248.48.3   UGSc2   65   tun0
10.129/16  10.129.10.10   UGSc0   11   tun1
10.129.10.10   10.129.10.140  UH  22   tun1
127.0.0.1  127.0.0.1  UH  00lo0
192.168.40 10.129.10.10   UGSc00   tun1
209.248.48.3   209.248.48.149 UH  30   tun0

 

tun0 is created by ppp and tun1 is created by pptp.

Following is my ppp.conf file.


# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by [EMAIL PROTECTED]
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2.2.5 2001/07/13 10:55:23 brian 
Exp $
#

default:
set log Phase Chat LCP IPCP CCP tun command
ident user-ppp VERSION (built COMPILATIONDATE)
# Ensure that "device" references the correct serial port
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
#
 set device /dev/cuaa0
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
  \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set timeout 180# 3 minute idle timer (the default)
 enable dns# request DNS info (for resolv.conf)
papchap:
#
# edit the next three lines and replace the items in caps with
# the values which have been assigned by your ISP.
#
set phone AAA-
set authname X
set authkey Y
set timeout 0
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255
add default HISADDR# Add a (sticky) default route
# nat enable yes
mneavpn:
set log phase chat lcp ipcp ccp tun command
set timeout 0
# enable dns
set authname C
set authkey D
# set mppe 128 stateless
set ifaddr 0 0 add 10.129.0.0/16 HISADDR
# add 172.16.8.0/255.255.248.0 HISADDR
add 192.168.40.0/24 HISADDR
# alias enable yes
 

Following are the errors I am seeing in ppp.log

Sep 16 16:19:10 MNEA-Springfield ppp[243]: tun1: Phase: Unknown 
protocol 0x2145 (unrecognised protocol) Sep 16 16:19:10 
MNEA-Springfield ppp[243]: tun1: LCP: deflink: SendProtocolRej(3) 
state = Opened Sep 16 16:19:13 MNEA-Springfield ppp[243]: tun1: 
Phase: Unknown protocol 0x2145 (unrecognised protocol) Sep 16 
16:19:13 MNEA-Springfield ppp[243]: tun1: LCP: deflink: 
SendProtocolRej(3) state = Opened Sep 16 16:19:19 MNEA-Springfield 
ppp[243]: tun1: Phase: deflink: HDLC errors -> FCS: 0, ADDR: 0, COMD: 
0, PROTO: 3 Sep 16 16:19:19 MNEA-Springfield ppp[243]: tun1: Phase: 
Unknown protocol 0x2145 (unrecognised protocol) Sep 16 16:19:19 
MNEA-Springfield ppp[243]: tun1: LCP: deflink: SendProtocolRej(3) 
state = Opened Sep 16 16:19:31 MNEA-Springfield ppp[243]: tun1: 
Phase: Unknown protocol 0x2145 (unrecognised protocol) Sep 16 
16:19:31 MNEA-Springfield ppp[243]: tun1: LCP: deflink: 
SendProtocolRej(3) state = Opened  

These errors occur whenever I try to access something on the remote
network via tun1.
gateway_enable="YES" is enabled in rc.conf and router_enable="NO" is
also set.
Any suggestions as to what might be wrong would be greatly appreciated.
 I'm sure this is something simple that I have overlooked.
Thanks in advance for your assistance.



Jay Hall

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




___
[E

Re: Courier IMAPd and UW IMAPd Very Slow

2003-09-16 Thread Nick Rogness
On Tue, 16 Sep 2003, Jason L. Schwab wrote:

> Heya Folks;
>
>   I've been looking into setting up IMAPd support
>   on my mail servers, and i got it working with
>   both UW and Courier, but both seem to take way
>   to long (upwards of minutes) to login and fetch
>   my mail. (like 10 messages) on the test acct.

I would not blame the software so quickly.  We run imap-uw on very
heavily loaded boxes and rarely see problems with it.  Sure it's
not the fastest but minutes of wait?  No.  I would suggest looking
at:

1) DNS issues (resolution issues)
2) If it's login related checking into PAM issues (DB issues)
3) Check network problems (Duplex mismatch? Congestion?)
4) Check hardware problems (Disk especially)



Nick Rogness <[EMAIL PROTECTED]>
-
  How many people here have telekenetic powers? Raise my hand.
-Emo Philips


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


Recreating a software raid 0+1

2003-09-16 Thread Lauren Martinez

Hello All,

I am unsure where to post this.

I have a Maxtor Nas 4000 w/4 drives. It recently took a dive for the worse, maxtor 
gives no support, except to try to mount it. I tried and was unsuccessful, i 
consitantly get super block erros.

I was able to get this from Maxtor:

1. os = freebsd 2.05.3068

2. IDE software raid (OS) 0+1

 

I am unable to mount the drives for partitions, except where the OS lays. The rest are 
superblock errors. I don't know if I need (and how) to recreate the software raid on a 
new install of freebsd5.

Please help!



-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
___
[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-16 Thread Josef Grosch
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".
> 
> I would like to request another copy of this CD no. 1 described as:

Go to www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
and click on any of the links labeled ftp like so 

ftp://ftp6.freebsd.org/pub/FreeBSD/

then click on the links so you end up at

 ftp://ftp6.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/4.8

There you will find ISO images for disk 1 and 2 of FreeBSD 4.8. Burn these
to a CD and you are set!


Josef

-- 
Josef Grosch   | Another day closer to a | FreeBSD 5.1
[EMAIL PROTECTED] |   Micro$oft free world  | Berkeley, Ca.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Requesting replacement CD

2003-09-16 Thread Earl
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".

I would like to request another copy of this CD no. 1 described as:

FreeBSD A full 4.4 BSD Lite Based 32-bit Operating System
Installation Boot (i386), Essential Packages, XFree86
ISO 9660 with RockRidge extensions
September 2001
CDROM copyright c 2001 Wind River Systems, Inc.

Barcodes on bottom of box from left to right:

7  47851  93006  2

ISBN: 1-57176-305-8
9  781571  7630519

Please reply if there is any fee or other info you need before sending
and ship to:

Earl W. Simoneau
617 So. Main St.
Nashua, NH 03060-5223

Thank you very much!

Earl W. Simoneau




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


postfix, MailScanner, and SpamAssassin on fbsd 5.1

2003-09-16 Thread dave
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.
Thanks.
Dave.

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


Re: why

2003-09-16 Thread Greg 'groggy' Lehey
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.

> Give us more specifics on what can't connect and what you're
> trying to do and we might be able to help.  A generic question (of
> which even I'm guilty of from time to time) like what you asked
> won't help us solve this any.

Yup.

Greg
--
See complete headers for address and phone numbers


pgp0.pgp
Description: PGP signature


3rd button mouse emulation in VirtualPC (6.1)

2003-09-16 Thread Barry C . Hawkins
List,
	Is anyone else running FreeBSD on VirtualPC 6.1?  I have a 5.1 
instance where I am using fluxbox, and would love to know the modifier 
key for emulating the middle mouse button so that I can tab windows 
together.  With single-button Mac mice, the Ctrl key is the modifier 
for the right mouse button, but I have yet to discover that third 
button.  Now that Microsoft owns the product, my hopes of finding out 
info from the vendor have significantly dwindled.

Regards,
--
Barry C. Hawkins
All Things Computed
site: www.allthingscomputed.com/
weblog: www.allthingscomputed.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: why

2003-09-16 Thread Dragoncrest
LOL.  You're mean.  ;)

Give us more specifics on what can't connect and what you're 
trying to do and we might be able to help.  A generic question (of which 
even I'm guilty of from time to time) like what you asked won't help us 
solve this any.

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.

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


___
[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-16 Thread Dragoncrest
Silly question.  Been trying to update my code today and all I can 
seem to update to is 3.6.1, yet I've seen other distros with 3.7.1p1 
already.  I think the openssh website also has 3.7.1p1 on it 
too.  Obviously the ports tree has gotta catch up, but does anyone know 
when it will?  For right now I can live with just shutting off access to 
ssh for now, but I'd like to upgrade to the 3.7.1p1 as soon as it's 
available for Freebsd.

At 03:26 PM 9/16/03 -0400, Lowell Gilbert wrote:
Johan Paul <[EMAIL PROTECTED]> writes:

> Refering to the latest sshd vurnability
> (http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172)
> I was thinking of upgradeing my sshd as well. So I cvsup'ed my system
> (FBSD 4.8) and there seems to be a updated file for sshd. But how do I
> upgrade sshd safly since when I type 'pkg_info |grep ssh' it return no
> packages. I guess sshd is included somehow by the default install (??)
> but how can I now upgrade it? I was thinking of portupgrade, but it
> needs a package to upgrade...
Right.  openssh is part of the base system, and not normally installed
as a package.  There is a security advisory newly out on the usual
FreeBSD mailing lists, and it gives instructions on fixing just this
one problem, but it's probably better to update the whole system when
you get a chance.  [Note that this vulnerability does *not* give
attackers an opportunity to run their code on your system.]
___
[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: linking a dir

2003-09-16 Thread Gary
Hi Viktor,

--On Tuesday, September 16, 2003 07:16:30 PM -0700 Viktor Lazlo 
<[EMAIL PROTECTED]> wrote:

I think kernel.GENERIC is included by
default with each release to make sure you have a bootable kernel in the
event of problems with one you have compiled yourself and can be moved or
deleted if you are using the default anyways.
Many thanks for your input Viktor.. I appreciate it.. Between this 
kernel.GENERIC and the SMTPD in /opt this will do it quite nicely..

--
Gary
___
[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-16 Thread Greg 'groggy' Lehey
[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


pgp0.pgp
Description: PGP signature


Re: linking a dir

2003-09-16 Thread Viktor Lazlo


On Tue, 16 Sep 2003, Gary wrote:

> Hello Mike,
>
> Tuesday, September 16, 2003, 11:58:31 AM, you wrote:
>
> >> dev/ad0s1a128990   86254   3241873%/
> >>
> >> -r-xr-xr-x   1 root  wheel  4122347 Apr  3 04:53 kernel
> >> -r-xr-xr-x   1 root  wheel  4122347 Apr  3 04:53 kernel.GENERIC
> >>
> >> I don't know which kernel is being used... Deleting one would surely help.
>
> MM> Unless you're specifying it at boot, you can safely remove kernel.GENERIC.
>
> How do I know which one is being loaded, can't seem to find it in dmesg.

Whichever kernel is specified as "kernel" will be loaded by default unless
you specify otherwise at the boot prompt.  If you have built multiple
kernels and need to verify which is the current default, uname -a will
identify which source was used. I think kernel.GENERIC is included by
default with each release to make sure you have a bootable kernel in the
event of problems with one you have compiled yourself and can be moved or
deleted if you are using the default anyways.

Cheers,

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


Toshiba sound card problem

2003-09-16 Thread Bruce Mackay

Hey all,

I cannot get my sound card working.  I have a yamaha ymf753 codec chip, 16-bit 
sound blaster pro compatible.  I tried following the instructions in the handbook and 
compiled with pcm and pcm/sbc and I get this dmesg output

pcm0:  at device 31.5 on pci0
pcm0: unable to map IO port space
device_probe_and_attach: pcm0 attach returned 6
pci0:  at device 31.6 (no driver attached)
mss_probe: no address given, try 0x530

Then it hangs here.  

I also tried using device sbc0 at isa? port 0x530 irq 6 drq 1 flags 0x15 but 
it wouldn't compile.  Can someone tell me what am I doing wrong?

Thanks,
Bruce

___
[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-16 Thread Sean Hafeez
i thought sshd part of the default install? (sorry do not have a box to 
look at right now).

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


Retry2: Problem with boot/loader I can't seem to solve. Ideas anyone?

2003-09-16 Thread Frank Masolijn
L.S.

For about a week now I've been trying unsuccesfully to solve the problem
below.

My machine was installed with 4.8-Release.
The problem started after compiling and installing a new kernel to replace
kernel.GENERIC

What happens is:

The system starts.
Detects the AH2940 SCSI controller.
The controller detects 3 devices.
-SCSI ID#2 CDROM
-SCSI ID#1 IBM 4,3 GB Disk 0x80 (probably recognized later as da1)
-SCSI ID#0 IBM 4,3 GB Disk 0x81 (probably recognized later as da0)

It then starts boot0 and shows the boot0 selection-screen.
F1 FreeBSD
F5 Drive 1

Default: F1

-Choosing F5 results in errors since that one isn't bootable.
-Choosing F1 (in my opinion the correct one) yields the following.

Having choosen something at boot0 the system continues.
At this point it should be able to find /boot.config, but as I'll later show
it apparently ignores it.

It then shows the boot2 screen.
>> FreeBSD/i386 BOOT
Default: 0:ad(0,a)/kernel
boot:

At this point I've tried entering the following things.
X:da(Y,a)/Z with
-X anywhere between 0 and 5.
-Y anywhere between 0 and 2.
-Z either /kernel or /boot/loader.

The following options allowed a continued boot.
1:da(0,a)/kernel
1:da(1,a)/kernel
1:da(2,a)/kernel
1:da(0,a)/boot/loader
1:da(1,a)/boot/loader
1:da(2,a)/boot/loader

All the others didn't work.

Having discovered the correct input I assumed putting the same into
/boot.config would solve the problem and would ensure I wouldn't have to
fill it in manually every time the system boots
(this is not practial sincec the system neither has a viewscreen or a
keyboard) this however isn't the case. Whatever I fill in into /boot.config
the result remains the same. The system tries to boot
tells me twice "Invalid partition' followed by "Can't find /kernel".

I've reinstalled boot0, boot1 and boot2 to no effect. Reïnstalling FreeBSD
from scratch and making another kernel resulted in the same problem.

My guts tell me the problems lies in boot0 or boot1's apparent inabillity to
execute the correct value specified in /boot.config but I can't find any
cause for this.
Has anyone got any ideas on how to resolve this problem or where to find
additional documentation since I can't find enough information in the
Handbook to determine whether the problem indeed lies in the system's
inabillity to find /boot.config?

Thanks in advance,

Frank Masolijn

PS. Below anyone interested will find all information I think might be
required. (If somethings missing please mail me.)

DMESG
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.8-RELEASE #1: Mon Sep  1 18:47:33 CEST 2003
[EMAIL PROTECTED]:/usr/src/sys/compile/QEQUOIA
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (233.87-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x633  Stepping = 3

Features=0x80f9ff
real memory  = 100663296 (98304K bytes)
avail memory = 94269440 (92060K bytes)
Preloaded elf kernel "kernel" at 0xc0392000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 6 entries at 0xc00fda50
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
agp0:  mem 0xe000-0xe3ff
at device 0.0 on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
isab0:  at device 7.0 on pci0
isa0:  on isab0
atapci0:  at device 7.1 on pci0
atapci0: ATA channel disabled by BIOS
pci0:  at 7.2 irq 15
chip0:  port 0x5f00-0x5f0f at
device 7.3 on pci0
rl0:  port 0x6800-0x68ff mem
0xef00-0xefff irq 15 at device 9.0 on pci0
rl0: Ethernet address: 00:50:fc:2a:88:ff
miibus0:  on rl0
rlphy0:  on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
ahc0:  port 0x6c00-0x6cff mem
0xef001000-0xef001fff irq 12 at device 10.0 on pci0
aic7870: Wide Channel A, SCSI Id=7, 16/253 SCBs
pci0:  at 11.0 irq 10
ed0:  port 0x7000-0x701f irq 11 at device 12.0
on pci0
ed0: address 48:54:e8:90:55:96, type NE2000 (16 bit)
eisa0:  on motherboard
eisa0: unknown card ADP7871 (0x04907871) at slot 6
orm0:  at iomem 0xc-0xc7fff,0xc8000-0xcb7ff on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata1 at port 0x170-0x177,0x376 irq 15 on isa0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
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.
IP packet filtering initialized, divert enabled, rule-based forwarding
enabled, default to deny, logging disabled
BRIDGE 020214 loaded
Waiting 5 seconds for SCSI devices to settle
Mounting root from ufs:/dev/da0s1a

rcNG and rc.diskless2

2003-09-16 Thread Sean Hafeez
i am using rc.diskless2 to have a system that runs from read-only 
flash. is there an equally simple method in 5.x?

i am reading the whitepaper on rcNG but i do not see it.

thanks!

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


Re: Courier IMAPd and UW IMAPd Very Slow

2003-09-16 Thread Gary
Hello Jason,

Tuesday, September 16, 2003, 5:56:37 PM, you wrote:

JLS> I've been looking into setting up IMAPd support on my mail servers,
JLS> and i got it working with both UW and Courier, but both seem to take
JLS> way to long (upwards of minutes) to login and fetch my mail. (like 10
JLS> messages) on the test acct.

Courier only uses the Maildir format, and UM does not (mbox format), so
they are incompatible.  You have to decide which way you want to go. If
you decide on Maildir format, please also try Bincimap. It is 1000s of
lines shorter than Courier, very fast. I use it in FBSD 4.8 now.


-- 
Best regards,
 Gary 

___
[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-16 Thread Peter Leftwich
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?

--
Peter Leftwich
President & Founder, Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com
___
[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-16 Thread Jerry McAllister
> 
> 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]"


Re: Rebuilding the Kernel

2003-09-16 Thread chael

If you just need to rebuild your kernel, edit the config file and do only
this command under /usr/src/ dir:

make buildkernel installkernel KERNCONF=yourkernel

That's all. :-P

> On Tue, 16 Sep 2003 15:19:20 -0500, Charles Howse <[EMAIL PROTECTED]>
> wrote:
>
> >> > So I can get it right in my head (now there's a challenge).
> >>  The correct
> >> > steps for building a custom kernel is:
> >> >
> >> >   1) update sources
> >> >   2) rm -rf /usr/obj/*
> >> >   3) make buildworld
> >> >   4) edit kernel config file
> >> >   5) make buildkernel
> >> >   6) make installkernel
> >> >   7) reboot
> >> >   8) make installworld
> >> >   9) mergemaster
> >> >
> >> > Many Thanks
> >> >
> >> > Mark.
> >>
> >> I believe that's mostly it, but there are smaller steps that may be
> >> important inbetween, like doing `chflags' on /usr/obj/*
> >> before removing
> >> the files - all this is in the manual, though.  The steps outlined
> >> above are in the handbook - in that order.  Take another look at the
> >> handbook and if you still have problem reply with specific issues.
> >
> > Here's a real good article.
> > http://bsdvault.net/sections.php?op=viewarticle&artid=21
>
> # cd /usr/obj
>
> # chflags -R noschg *
>
> # rm -rf *
>
> One other step between removing the old /usr/obj and making buildworld:
>
> # mergemaster -p
>
> Jud
> ___
> [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: PNP Crystal soundcard detection problem in 5.1Release

2003-09-16 Thread Greg Lane
Hi Roman,

On Tue, Sep 16, 2003 at 06:20:53PM +0300, Roman Malytskyy <[EMAIL PROTECTED]> wrote:
> I have the very same model! 5.1-RELEASE could problem be here?

I got a deal on a refurbished model with a 3 year international 
warranty from Dell when I was living in the U.S.  It has been a
workhorse for me for years now. 

I can't be sure now, but I'm fairly certain I had sound 
working when I installed 5.1-RELEASE. I then 
upgraded to current to support my 54g (Atheros) wireless card. 

> I've updated my FlashBIOS from A03 to version A12 (from DELL website),
> I've added to the end of config-file
> 
>  device pcm
>  device sbc

I don't have my laptop with me right now, but I'm fairly 
sure I am running the A12 bios also.

> Verbose booting keeps giving:
> ...
> unknown:  can't assign resources (port)
> unknown:  at port 0x378-0x37f on isa0
> unknown:  can't assign resources (irq)
> unknown:  at port 0x220-0x22f,0x388-0x38b,0x530-0x537 irq 5 on isa0
> unknown:  failed to probe at port 0x210-0x217 on isa0
> unknown:  can't assign resources (port)
> unknown:  at port 0x3f2-0x3f5 on isa0

I will do a verbose boot when I get home again (where my
laptop is) and check what mine says.

> I have ACPI disabled,

Mine is enabled (I just ignore the initial error messages).
I don't know whether this has any effect on the PNP devices. 

> 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 will need to check. Note however, that my detection message from
dmesg (see my first email) says:

sbc0:  at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0

so you might want to change hint.pcm.0.flags. I don't know if 
you also need hints for the sbc device?

> The only additional hardware I have installed is PS/2 mouse and
> Surecom PCMCIA Ethernet adapter (model ep428x, which is detected as
> rl0)

I have at various times a mouse, external display, pcmcia modem, 
Trendnet ethernet card (also rl0). Nothing seems to affect the sound.

> 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.

Certainly I can do that as well as check other the other things I noted
above as soon as I get to my laptop at home.

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


Re: Q: mergemaster 'm'-merge option results in empty file

2003-09-16 Thread Rob Lahaye


Thank you so much for the long and detailed description.
I'm waiting for the first release candidate of 4.9 to test
it out.
(BTW: RC1 should have been there already; is there a delay?).

Regards,
Rob.

Matthew Seaman wrote:
> On Sun, Sep 14, 2003 at 08:46:52PM +0900, Rob Lahaye wrote:
> 
> 
>>What is left and right in the mergemaster context???
>>'man sdiff' doesn't seem to help out here.
>>I've tried a bit (I typed 'v' and 'q'), but then found /etc/hosts
>>totally empty!!
>>
>>Any idea where I went wrong?
> 
> 
> 'sdiff' does a side-by-side comparison of two files, and lets you
> generate a file where some or all of those differences have been
> merged together.  'left' and 'right' in this context refer to the two
> columns that sdiff divides the screen into, where it shows you the
> blocks of lines that differ between the two files you're comparing.
> 
> Perhaps an example is in order.  Run these commands to get two
> different versions of the GENERIC kernel configuration from cvs:
[...]

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


Re: Patching Openssh on 4.9 PRERELEASE

2003-09-16 Thread David Wagenheim
Okay, so I could go and put any date in there that I
like but how would I verify that the update has
worked?  My manually changing the date to give myself
peace of mind doesn't sit well with me.

Thanx,

David



--- FreeBSD Mail Lists <[EMAIL PROTECTED]>
wrote:
> David;
> 
>   You need to edit version.h within
>   /usr/src/crypto/openssh/version.h
> 
>   and change the FreeBSD-20030201
>   to be FreeBSD-20030916.
> 
>   The patch doesnt update the date.
>   Only patches the security issue.
> 
> On Tue, 16 Sep 2003, David Wagenheim wrote:
> 
> > The other day I cvsup'd using the stable supfile,
> did
> > buildworld, installworld and built and installed a
> new
> > kernel.  All of that went fine and I now have a
> > 4.9-PRERELEASE box.
> >
> > Today, I went to patch OpenSSH and I did:
> >
> > # cd /usr/src
> > # patch < /root/buffer46.patch
> > # cd /usr/src/secure/lib/libssh
> > # make clean
> > # make depend && make all install
> > # cd /usr/src/secure/usr.sbin/sshd
> > # make clean
> > # make depend && make all install
> > # cd /usr/src/secure/usr.bin/ssh
> > # make clean
> > # make depend && make all install
> >
> > Everything went fine but when I checked the
> version of
> > the newly built sshd, it said:
> >
> > sshd Version OpenSSH_3.5p1 FreeBSD-20030201
> >
> > but according to the advisory, for 4.8, it should
> be:
> >
> > OpenSSH_3.5p1 FreeBSD-20030916
> >
> > (For all versions of FreeBSD mentioned in the
> > advisory, the version # of OpenSSH reflects
> 20030916,
> > so I assume mine should as well).
> >
> > Now I know that I don't have 4.8 but rather 4.9,
> but
> > does the fact that the version number doesn't
> reflect
> > September 16 mean that there currently isn't a way
> to
> > update sshd on a 4.9 system?
> >
> > If it is helpful, output from uname -a is:
> >
> > FreeBSD db.mydomain.com 4.9-PRERELEASE #0: Sun Sep
> 14
> > 17:38:58 EST 2003
> > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
> >
> > Thanx,
> >
> > David
> >
> >
> > __
> > 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]"
> >

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


Re: Patching Openssh on 4.9 PRERELEASE

2003-09-16 Thread FreeBSD Mail Lists
David;

You need to edit version.h within
/usr/src/crypto/openssh/version.h

and change the FreeBSD-20030201
to be FreeBSD-20030916.

The patch doesnt update the date.
Only patches the security issue.

On Tue, 16 Sep 2003, David Wagenheim wrote:

> The other day I cvsup'd using the stable supfile, did
> buildworld, installworld and built and installed a new
> kernel.  All of that went fine and I now have a
> 4.9-PRERELEASE box.
>
> Today, I went to patch OpenSSH and I did:
>
> # cd /usr/src
> # patch < /root/buffer46.patch
> # cd /usr/src/secure/lib/libssh
> # make clean
> # make depend && make all install
> # cd /usr/src/secure/usr.sbin/sshd
> # make clean
> # make depend && make all install
> # cd /usr/src/secure/usr.bin/ssh
> # make clean
> # make depend && make all install
>
> Everything went fine but when I checked the version of
> the newly built sshd, it said:
>
> sshd Version OpenSSH_3.5p1 FreeBSD-20030201
>
> but according to the advisory, for 4.8, it should be:
>
> OpenSSH_3.5p1 FreeBSD-20030916
>
> (For all versions of FreeBSD mentioned in the
> advisory, the version # of OpenSSH reflects 20030916,
> so I assume mine should as well).
>
> Now I know that I don't have 4.8 but rather 4.9, but
> does the fact that the version number doesn't reflect
> September 16 mean that there currently isn't a way to
> update sshd on a 4.9 system?
>
> If it is helpful, output from uname -a is:
>
> FreeBSD db.mydomain.com 4.9-PRERELEASE #0: Sun Sep 14
> 17:38:58 EST 2003
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
>
> Thanx,
>
> David
>
>
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pptp and ppp

2003-09-16 Thread Jay Hall
I have a FreeBSD server in one of the smaller offices I support using
ppp and nat to provide an Internet connection to the people in the
office.  Now, they want to connect to the corporate network using pptp.
My plan here is to simply connect the FreeBSD box to the corporate
network using pptp and then allow the clients to use the FreeBSD box as
their gateway to the corporate network.
I am able to connect to the VPN using the pptpclient port without any
problems.  However, from the FreeBSD box, I am only able to ping the IP
address assigned to tun1 (created by the VPN).  The routes appear to be
correct.
Following is the output of netstat -rn

Routing tables

Internet:
DestinationGatewayFlagsRefs  Use  Netif Expire
default209.248.48.3   UGSc2   65   tun0
10.129/16  10.129.10.10   UGSc0   11   tun1
10.129.10.10   10.129.10.140  UH  22   tun1
127.0.0.1  127.0.0.1  UH  00lo0
192.168.40 10.129.10.10   UGSc00   tun1
209.248.48.3   209.248.48.149 UH  30   tun0
 

tun0 is created by ppp and tun1 is created by pptp.

Following is my ppp.conf file.


# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by [EMAIL PROTECTED]
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2.2.5 2001/07/13 10:55:23 brian Exp $
#
default:
set log Phase Chat LCP IPCP CCP tun command
ident user-ppp VERSION (built COMPILATIONDATE)
# Ensure that "device" references the correct serial port
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
#
 set device /dev/cuaa0
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
  \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set timeout 180# 3 minute idle timer (the default)
 enable dns # request DNS info (for resolv.conf)
papchap:
#
# edit the next three lines and replace the items in caps with
# the values which have been assigned by your ISP.
#
set phone AAA-
set authname X
set authkey Y
set timeout 0
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255
add default HISADDR			# Add a (sticky) default route
# nat enable yes
mneavpn:
set log phase chat lcp ipcp ccp tun command
set timeout 0
# enable dns
set authname C
set authkey D
# set mppe 128 stateless
set ifaddr 0 0 
add 10.129.0.0/16 HISADDR
# add 172.16.8.0/255.255.248.0 HISADDR
add 192.168.40.0/24 HISADDR
# alias enable yes
 

Following are the errors I am seeing in ppp.log

Sep 16 16:19:10 MNEA-Springfield ppp[243]: tun1: Phase: Unknown protocol 0x2145 (unrecognised protocol) 
Sep 16 16:19:10 MNEA-Springfield ppp[243]: tun1: LCP: deflink: SendProtocolRej(3) state = Opened 
Sep 16 16:19:13 MNEA-Springfield ppp[243]: tun1: Phase: Unknown protocol 0x2145 (unrecognised protocol) 
Sep 16 16:19:13 MNEA-Springfield ppp[243]: tun1: LCP: deflink: SendProtocolRej(3) state = Opened 
Sep 16 16:19:19 MNEA-Springfield ppp[243]: tun1: Phase: deflink: HDLC errors -> FCS: 0, ADDR: 0, COMD: 0, PROTO: 3 
Sep 16 16:19:19 MNEA-Springfield ppp[243]: tun1: Phase: Unknown protocol 0x2145 (unrecognised protocol) 
Sep 16 16:19:19 MNEA-Springfield ppp[243]: tun1: LCP: deflink: SendProtocolRej(3) state = Opened 
Sep 16 16:19:31 MNEA-Springfield ppp[243]: tun1: Phase: Unknown protocol 0x2145 (unrecognised protocol) 
Sep 16 16:19:31 MNEA-Springfield ppp[243]: tun1: LCP: deflink: SendProtocolRej(3) state = Opened 
 

These errors occur whenever I try to access something on the remote
network via tun1.
gateway_enable="YES" is enabled in rc.conf and router_enable="NO" is
also set.
Any suggestions as to what might be wrong would be greatly appreciated.
 I'm sure this is something simple that I have overlooked.
Thanks in advance for your assistance.



Jay Hall

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


Re: why

2003-09-16 Thread Greg 'groggy' Lehey
On Wednesday, 17 September 2003 at  0:33:56 +0200, dick hoogendijk wrote:
> why is it i can't connect?

Because something's wrong.

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


pgp0.pgp
Description: PGP signature


Re: Rebuilding the Kernel

2003-09-16 Thread Jud
On Tue, 16 Sep 2003 15:19:20 -0500, Charles Howse <[EMAIL PROTECTED]> 
wrote:

> So I can get it right in my head (now there's a challenge).
 The correct
> steps for building a custom kernel is:
>
>   1) update sources
>   2) rm -rf /usr/obj/*
>   3) make buildworld
>   4) edit kernel config file
>   5) make buildkernel
>   6) make installkernel
>   7) reboot
>   8) make installworld
>   9) mergemaster
>
> Many Thanks
>
> Mark.
I believe that's mostly it, but there are smaller steps that may be
important inbetween, like doing `chflags' on /usr/obj/*
before removing
the files - all this is in the manual, though.  The steps outlined
above are in the handbook - in that order.  Take another look at the
handbook and if you still have problem reply with specific issues.
Here's a real good article.
http://bsdvault.net/sections.php?op=viewarticle&artid=21
# cd /usr/obj

# chflags -R noschg *

# rm -rf *

One other step between removing the old /usr/obj and making buildworld:

# mergemaster -p

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


Courier IMAPd and UW IMAPd Very Slow

2003-09-16 Thread Jason L. Schwab
Heya Folks;

I've been looking into setting up IMAPd support
on my mail servers, and i got it working with
both UW and Courier, but both seem to take way
to long (upwards of minutes) to login and fetch
my mail. (like 10 messages) on the test acct.


Any ideas?

FreeBSD 4.8-STABLE
Dual Zeon 2.4Ghz 1GIG RAM Servers



-
Jason L. Schwab
[EMAIL PROTECTED]
http://www.jlschwab.com

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


mail lost

2003-09-16 Thread dick hoogendijk
Seems I can no longer connect to the fbsd-questions?

-- 
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: /usr/src/usr.sbin/pkg_install

2003-09-16 Thread Jeff MacDonald
Yup

>> -Original Message-
>> From: Kris Kennaway [mailto:[EMAIL PROTECTED] 
>> Sent: Tuesday, September 16, 2003 4:23 PM
>> To: Jeff MacDonald
>> Cc: Kris Kennaway; [EMAIL PROTECTED]
>> Subject: Re: /usr/src/usr.sbin/pkg_install
>> 
>> 
>> On Tue, Sep 16, 2003 at 12:04:01PM -0300, Jeff MacDonald wrote:
>> > Fair enough, I did a complete make buildworld/installworld, and I 
>> > still cannot use my ports properly, any other suggestions ?
>> 
>> Are your ports up-to-date?
>> 
>> Kris
>> 

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


ssh hole?

2003-09-16 Thread Sean Hafeez
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.

thanks!

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


why

2003-09-16 Thread dick hoogendijk
why is it i can't connect?

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


lost contact

2003-09-16 Thread dick hoogendijk
I can't contact the list anymore? ;-(

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


``Invalid partition table'' with two FreeBSD slices.

2003-09-16 Thread Lewis Thompson
Hi,

I've tried to add a second slice to my disk and now the system won't
boot.  I get ``Invalid partition table'' just after the POST.  I can't
quite understand why, because before I did this I had ad0s1, which
booted fine.  After that there was lots of free space.

  I added ad0s2 from a bootable mini CD -- I made it use all the
available space at the end of the disk.  I wrote the partition table and
selected to install the standard bootcode (not the boot0cfg-style one).
I didn't write any bsdlabel stuff.

  Any ideas?  I'm quite confused.

-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


Skey Login, telnet & ssh

2003-09-16 Thread Mike Hogsett

I have enabled the skey one time passwords login feature to allow telnet
access to a machine.  Is there a way to require the skey login for telnet
but not for ssh?

> telnet -K ins
Trying 130.107.1.41...
Connected to ins.csl.sri.com.
Escape character is '^]'.

FreeBSD/i386 (ins) (ttyp1)

login: hogsett
s/key 97 in89044
Password: 

> ssh ins  
s/key 97 in89044
Password: 

Thanks

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


ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-16 Thread Barry Hawkins
On Tuesday, Sep 16, 2003, at 12:12 US/Eastern, Barry C.Hawkins wrote:

Hello all,
	I encountered the following error when installing the port for  
evolution on two 5.1 installations:

# cd /usr/ports/mail/evolution
# sudo make install
...
fetch: Samsung-SmartGDI-all-GS.tar.gz: local modification time does  
not match remote
>> Couldn't fetch it - please try to receive this
>> port manually into /usr/ports/distfiles/ghostscript and try again.
*** Error code 1
...
Stop in /usr/ports/mail/evolution.

	I am wondering where I should try to get this archive.  If I have  
committed some common faux pas that is causing this issue, also feel  
free to enlighten me.

Thanks in advance,
--  
Barry C. Hawkins
All Things Computed
site: www.allthingscomputed.com/
weblog: www.allthingscomputed.com/blog/

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



BSDers,
	My own research via Google showed several places I could try to  
download the problematic Samsung-SmartGDI-all-GS.tar.gz.  After  
downloading the file in question several times from different  
locations, including the FreeBSD ftp archives, I continued to receive  
the same messages regarding checksum failures.
	I came across one person's workaround, and was able to use that  
.  However, there are several old postings in various  
newsgroups about this problem, some dating back to October 2002.  Why  
hasn't this MD5 checksum issue been corrected yet?  Is there another  
dependent issue that justifies not fixing this?	Here are some of the  
postings I have seen so far:

http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/002704.html
http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/002705.html
http://lists.freebsd.org/pipermail/freebsd-ports/2003-July/002706.html
http://lug.kamloops.net/pipermail/lug/2003-July/004318.html
http://www.geocrawler.com/archives/3/155/2002/10/0/10034605/
Regards,
--
Barry C. Hawkins
All Things Computed
site: www.allthingscomputed.com/
weblog: www.allthingscomputed.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linksys wireless-G pci driver?

2003-09-16 Thread Vincent Poy
On Tue, 16 Sep 2003, Lalani, Qureish wrote:

> Pondering the idea of installing free bsd on my box. My only concern is
> whether or not there is a driver for the Linksys PCI 802.11g wireless
> adapter. Any guidance is appreciated.

Until there is a Broadcom driver which is what LinkSys uses or
anything that has that 54g with a red circle on it on the box, those are
all using 802.11g chipsets from Broadcom.  You would be better off with
the supported NetGear or D-Link 802.11g cards using Atheros chipsets as
those are supported.


Cheers,
Vince - [EMAIL PROTECTED] - Vice President    __ 
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[]
[EMAIL PROTECTED] - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin

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


Patching Openssh on 4.9 PRERELEASE

2003-09-16 Thread David Wagenheim
The other day I cvsup'd using the stable supfile, did
buildworld, installworld and built and installed a new
kernel.  All of that went fine and I now have a
4.9-PRERELEASE box.

Today, I went to patch OpenSSH and I did:

# cd /usr/src
# patch < /root/buffer46.patch
# cd /usr/src/secure/lib/libssh
# make clean
# make depend && make all install
# cd /usr/src/secure/usr.sbin/sshd
# make clean
# make depend && make all install
# cd /usr/src/secure/usr.bin/ssh
# make clean
# make depend && make all install

Everything went fine but when I checked the version of
the newly built sshd, it said:

sshd Version OpenSSH_3.5p1 FreeBSD-20030201

but according to the advisory, for 4.8, it should be:

OpenSSH_3.5p1 FreeBSD-20030916

(For all versions of FreeBSD mentioned in the
advisory, the version # of OpenSSH reflects 20030916,
so I assume mine should as well).

Now I know that I don't have 4.8 but rather 4.9, but
does the fact that the version number doesn't reflect
September 16 mean that there currently isn't a way to
update sshd on a 4.9 system?

If it is helpful, output from uname -a is:

FreeBSD db.mydomain.com 4.9-PRERELEASE #0: Sun Sep 14
17:38:58 EST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

Thanx,

David


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


linksys wireless-G pci driver?

2003-09-16 Thread Lalani, Qureish


Pondering the idea of installing free bsd on my box. My only concern is
whether or not there is a driver for the Linksys PCI 802.11g wireless
adapter. Any guidance is appreciated.

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


Re: questions about themes

2003-09-16 Thread Vulpes Velox
On Tue, 16 Sep 2003 01:14:29 -0400
ALIAS <[EMAIL PROTECTED]> wrote:

> after i download a theme from a website and select it, all the windows 
> changes colors and all but in the theme file it shows that the console has 
> also changed colors but when i open the console it's still the same color, 
> black and white background, how do i make it so that it's what it looks like 
> in the theme file?

Do a man on xterm or what ever term you are using. Then look for the switches
that change the text color and ect.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xmms - couldn't open audio - 5.1-RELEASE

2003-09-16 Thread Nathan Kinkade
I upgraded to 5.1-RELEASE a few days ago and everything has been fine
except for an annoying problem with XMMS.  Seemingly random, XMMS will
throw up a message "Couldn't open audio" as it transitions from one song
to the next.  I have tried deinstalling and then reinstalling XMMS.  I
have also tried closing all other X applications.  I saw some posts
online about changing the OSS driver to use dspW0.x instead of just dsp,
but this didn't help either.  I have tried `fstat | grep dsp', but
nothing has control of that file when I'm having the problem.  The
problem goes away as randomly as it came.  If I repeatedly hit the play
button, eventually it will play the song.  Sometimes I could press the
play button only once, sometimes 15 times before it starts working.
Sometimes I just wait a minute or two and it let's me play the next song.
There is no discernable pattern to when it will fail - here i plays 10
songs before failing, now it plays 1 song before failing, now 3 songs
before failing.

Has anyone else had this problem, or have any ideas on what to do?

Thanks,
Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


RE: Rebuilding the Kernel

2003-09-16 Thread Charles Howse
> > So I can get it right in my head (now there's a challenge). 
>  The correct 
> > steps for building a custom kernel is:
> > 
> >   1) update sources
> >   2) rm -rf /usr/obj/*
> >   3) make buildworld
> >   4) edit kernel config file
> >   5) make buildkernel
> >   6) make installkernel
> >   7) reboot
> >   8) make installworld
> >   9) mergemaster
> > 
> > Many Thanks
> > 
> > Mark.
> 
> I believe that's mostly it, but there are smaller steps that may be
> important inbetween, like doing `chflags' on /usr/obj/* 
> before removing
> the files - all this is in the manual, though.  The steps outlined
> above are in the handbook - in that order.  Take another look at the
> handbook and if you still have problem reply with specific issues.

Here's a real good article.
http://bsdvault.net/sections.php?op=viewarticle&artid=21


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


Re: Rebuilding the Kernel

2003-09-16 Thread Nathan Kinkade
On Tue, Sep 16, 2003 at 06:32:19PM +, Mark Luxton wrote:
> Hi all,
> 
> So I can get it right in my head (now there's a challenge).  The correct 
> steps for building a custom kernel is:
> 
>   1) update sources
>   2) rm -rf /usr/obj/*
>   3) make buildworld
>   4) edit kernel config file
>   5) make buildkernel
>   6) make installkernel
>   7) reboot
>   8) make installworld
>   9) mergemaster
> 
> Many Thanks
> 
> Mark.

I believe that's mostly it, but there are smaller steps that may be
important inbetween, like doing `chflags' on /usr/obj/* before removing
the files - all this is in the manual, though.  The steps outlined
above are in the handbook - in that order.  Take another look at the
handbook and if you still have problem reply with specific issues.

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: How can I add /usr/src/secure to a system ?

2003-09-16 Thread Jez Hancock
On Tue, Sep 16, 2003 at 12:49:09PM -0700, Josh Brooks wrote:
> 
> Ok, my /usr/src is totally empty - nothing in there at all.
You can install the source code from the FreeBSD installation cd (or
install it over FTP) - just use /stand/sysinstall and choose
'Configure', then 'Distributions' - scroll down to 'src' and select the
sources you want to install (install All to be sure).

-- 
Jez

http://www.munk.nu/
___
[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-16 Thread Charles Howse
> > 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.


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


How can I add /usr/src/secure to a system ?

2003-09-16 Thread Josh Brooks

Ok, my /usr/src is totally empty - nothing in there at all.

I would like to follow these instructions from the latest openSSH
FreeBSD-SA:

# cd /usr/src
# patch < /path/to/sshd.patch
# cd /usr/src/secure/lib/libssh
# make depend && make all install
# cd /usr/src/secure/usr.sbin/sshd
# make depend && make all install
# cd /usr/src/secure/usr.bin/ssh
# make depend && make all install

So, presumably I need to add /usr/src/secure to the system.  What is the
easiest way to do this ?  Can I use cvsup to just add that directory to
/usr/src ?

Also, after doing this, I am told to:

Be sure to restart `sshd' after updating.

# kill `cat /var/run/sshd.pid`
# (. /etc/rc.conf && ${sshd_program:-/usr/bin/sshd} ${sshd_flags})

Can anyone confirm that that will not lock me out ?  Will my connection
die and I have to reconnect ?

thanks.

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


Re: Upgrade 4.8-RELEASE?

2003-09-16 Thread Andrew L. Gould
On Tuesday 16 September 2003 02:24 pm, Kjell B. wrote:
> I was thinking of upgrading (binary) in order to correct the security
> issues (sendmail, openssh, realpath, etc.) that have been discovered
> since the 4.8-RELEASE.  However, I fail to do so. I've searched the
> online documentation but not found what I need, except that I should
> run sysinstall->upgrade.
>
> I was a bit quick I think in just backing up and then running the
> upgrade, so I got to the same point I was before. Then I discovered
> that the Release Name under options could be used. So, I changed this
> to RELENG_4_8 and none of the servers could find that release. I tried
> 4.8-RELEASE-p4 (and -p5). Again, none of the servers had that release.
> This is what I cannot find in the documentation. What do you enter in
> the Release Name option?
>
> Then again, I might just wait for the 4.9 to come in a few weeks time,
> but would then face the same situation again I assume.
>
> I also browsed some of the ftp sites in order to find any hints on
> naming conventions, but failed...
>
> Any help would be much appreciated. I'd rather not upgrade from source.
>
> Thanks,
>   Kjell
>
Have you looked into cvsup?  It will allow you to download changes in source 
code, then recompile the base system whenever it's convenient for you.  I 
usually cvsup to STABLE every other week or so; although you may be more 
interested in SECURITY.  I "make world" when security issues or new features 
warrant it.  On my Athlon Thunderbird 900 (1.5GB RAM), it takes about 50 
minutes to recompile the base system and 10 minutes to recompile the kernel.

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

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


usb mouse probs

2003-09-16 Thread Ryan Haggerty
I looked at the hand book
played with rc.conf and all the stuff  i need in the kerel is there
there is a /dev/ums0 too

dmesg says it found my
micrsoft wirless optical usb mouse

but i can not seem to get it to work

from dmesg
ums0: Microsoft Microsoft Wireless Optical Mouse\M-. 1.0A, rev
2.00/0.15, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.


from my kern compile i had this
# USB support
device  uhci# UHCI PCI->USB interface
device  ohci# OHCI PCI->USB interface
device  usb # USB Bus (required)
#device udbp# USB Double Bulk Pipe devices
device  ugen# Generic
device  uhid# "Human Interface Devices"
device  ukbd# Keyboard
device  ulpt# Printer
device  umass   # Disks/Mass storage - Requires scbus
and da
device  ums # Mouse
device  urio# Diamond Rio 500 MP3 player
device  uscanner# Scanners


THANKS for any help


___
[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-16 Thread Lowell Gilbert
Johan Paul <[EMAIL PROTECTED]> writes:

> Refering to the latest sshd vurnability
> (http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172)
> I was thinking of upgradeing my sshd as well. So I cvsup'ed my system
> (FBSD 4.8) and there seems to be a updated file for sshd. But how do I
> upgrade sshd safly since when I type 'pkg_info |grep ssh' it return no
> packages. I guess sshd is included somehow by the default install (??)
> but how can I now upgrade it? I was thinking of portupgrade, but it
> needs a package to upgrade...

Right.  openssh is part of the base system, and not normally installed
as a package.  There is a security advisory newly out on the usual
FreeBSD mailing lists, and it gives instructions on fixing just this
one problem, but it's probably better to update the whole system when
you get a chance.  [Note that this vulnerability does *not* give
attackers an opportunity to run their code on your system.]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Upgrade 4.8-RELEASE?

2003-09-16 Thread Kjell B.
I was thinking of upgrading (binary) in order to correct the security
issues (sendmail, openssh, realpath, etc.) that have been discovered
since the 4.8-RELEASE.  However, I fail to do so. I've searched the
online documentation but not found what I need, except that I should
run sysinstall->upgrade.
I was a bit quick I think in just backing up and then running the
upgrade, so I got to the same point I was before. Then I discovered
that the Release Name under options could be used. So, I changed this
to RELENG_4_8 and none of the servers could find that release. I tried
4.8-RELEASE-p4 (and -p5). Again, none of the servers had that release.
This is what I cannot find in the documentation. What do you enter in
the Release Name option?
Then again, I might just wait for the 4.9 to come in a few weeks time,
but would then face the same situation again I assume.
I also browsed some of the ftp sites in order to find any hints on
naming conventions, but failed...
Any help would be much appreciated. I'd rather not upgrade from source.

Thanks,
 Kjell


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


Re: /usr/src/usr.sbin/pkg_install

2003-09-16 Thread Kris Kennaway
On Tue, Sep 16, 2003 at 12:04:01PM -0300, Jeff MacDonald wrote:
> Fair enough, I did a complete make buildworld/installworld,
> and I still cannot use my ports properly, any other suggestions ?

Are your ports up-to-date?

Kris


pgp0.pgp
Description: PGP signature


Re: Boot timeout?

2003-09-16 Thread Lowell Gilbert
"Charles Howse" <[EMAIL PROTECTED]> writes:

> 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.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cdda2wav permissions

2003-09-16 Thread Lowell Gilbert
Todd Stephens <[EMAIL PROTECTED]> writes:

> I have everything configured (so I thought) to use the cd-rw drive as a 
> normal user.  As a normal user, I can mount a data cd just fine, but 
> when I try to run cdda2wav to record an audio cd as a user, I get a 
> permission denied error.  I checked the cdda2wav binary and the 
> permissions on it are 555, so I should be able to execute the binary as 
> a user.  Permissions on the relative devices (cd0a and cd0c and the 
> rcd* devices) are all 644 root:operator.  What else needs to be done 
> here?

Some guesses:  xpt(4)? pass(4)?
If I recall correctly, cdda2wav should tell you in the error message.
It may need to have a verbosity level kicked up first...
___
[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-16 Thread Jesse Sheidlower
At 07:24 PM 9/16/03 +0300, you wrote:
>Hi all,
>
>Refering to the latest sshd vurnability 
>(http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) I 
>was thinking of upgradeing my sshd as well. So I cvsup'ed my system (FBSD 
>4.8) and there seems to be a updated file for sshd. But how do I upgrade 
>sshd safly since when I type 'pkg_info |grep ssh' it return no packages. I 
>guess sshd is included somehow by the default install (??) but how can I 
>now upgrade it? I was thinking of portupgrade, but it needs a package to 
>upgrade...

There's a FreeBSD Security Advisory out that gives explicit details
on how to implement a fix for OpenSSH running as part of the core
system:

ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03%3A12.openssh.asc

There seems to be a typo in one line; in the section on restarting sshd

(. /etc/rc.conf && ${sshd_program:-/usr/bin/sshd} ${sshd_flags})
^

should I think be sbin.

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


Re: linking a dir

2003-09-16 Thread Gary
Hello Mike,

Tuesday, September 16, 2003, 1:59:11 PM, you wrote:

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

MM> If you "ls -l / | grep kernel", you'll notice that kernel and kernel.GENERIC
MM> are identical in size.

Yes, I see that on the grep... good info.

MM> If you were to ever build a new kernel, your current would be moved to
MM> kernel.old, so it's rather redundant to keep kernel.GENERIC around. I
MM> guess this is pretty trivial now that you've tracked down the source
MM> of disk usage, but hey, 4MB is 4MB. =)

LOL, you got that right... thanks for your help and ideas.. as well as to
everyone who pitched in... appreciate it.


-- 
Best regards,
 Gary 

___
[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-16 Thread Dragoncrest
Ok, that's certainly another way to do it.  :)  Mine will work 
too, but so will this.  hehe.

At 07:53 PM 9/16/03 +0100, Jan Grant wrote:
On Tue, 16 Sep 2003, Johan Paul wrote:

> Hi all,
>
> Refering to the latest sshd vurnability
> (http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) I
> was thinking of upgradeing my sshd as well. So I cvsup'ed my system
> (FBSD 4.8) and there seems to be a updated file for sshd. But how do I
> upgrade sshd safly since when I type 'pkg_info |grep ssh' it return no
> packages. I guess sshd is included somehow by the default install (??)
> but how can I now upgrade it? I was thinking of portupgrade, but it
> needs a package to upgrade...
>
> Thanks!
cd /usr/src/secure/usr.sbin/sshd; make; make install

Then restart it.

--
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Random act of violence against bread: whole pint.
  -- extract from the "Hawk the Slayer" drinking game
___
[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-16 Thread Dragoncrest
What I had to do to make this work was build OpenSSH 3.6.1 by 
hand, install it which puts it in /usr/local/sbin/sshd then test it.  I 
fired up the new one on port 2000 and tested it there.  When I could prove 
that worked I killed the process running on port 22, copied sshd to 
sshd.3.5p1 (just in case something goes bad you still have the old version) 
then copied sshd from /usr/local/sbin/ to /usr/sbin/, restarted the sshd on 
port 22, then tested that.  Once I was happy that all was working right I 
killed the one on port 2000 and I was all set.  Seemed to work like a charm.

Maybe a little overly cautious on my part, but since I was doing 
the upgrade via ssh I didn't feel like cutting myself off by accident then 
having to drive 30 miles into work to console in and fix the 
problem.  Believe me, I've done it before.  :)

At 07:24 PM 9/16/03 +0300, you wrote:
Hi all,

Refering to the latest sshd vurnability 
(http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) I 
was thinking of upgradeing my sshd as well. So I cvsup'ed my system (FBSD 
4.8) and there seems to be a updated file for sshd. But how do I upgrade 
sshd safly since when I type 'pkg_info |grep ssh' it return no packages. I 
guess sshd is included somehow by the default install (??) but how can I 
now upgrade it? I was thinking of portupgrade, but it needs a package to 
upgrade...

Thanks!

--
Johan Paul
___
[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: linking a dir

2003-09-16 Thread Mike Maltese
> FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

If you "ls -l / | grep kernel", you'll notice that kernel and kernel.GENERIC
are identical in size. If you were to ever build a new kernel, your current
would be moved to kernel.old, so it's rather redundant to keep
kernel.GENERIC around.  I guess this is pretty trivial now that you've
tracked down the source of disk usage, but hey, 4MB is 4MB. =)

Mike

___
[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-16 Thread Jan Grant
On Tue, 16 Sep 2003, Johan Paul wrote:

> Hi all,
>
> Refering to the latest sshd vurnability
> (http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) I
> was thinking of upgradeing my sshd as well. So I cvsup'ed my system
> (FBSD 4.8) and there seems to be a updated file for sshd. But how do I
> upgrade sshd safly since when I type 'pkg_info |grep ssh' it return no
> packages. I guess sshd is included somehow by the default install (??)
> but how can I now upgrade it? I was thinking of portupgrade, but it
> needs a package to upgrade...
>
> Thanks!

cd /usr/src/secure/usr.sbin/sshd; make; make install

Then restart it.

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Random act of violence against bread: whole pint.
  -- extract from the "Hawk the Slayer" drinking game
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Slow NAT firewall

2003-09-16 Thread Lay Tay




Hello,

Thanks.  You're right, Raphael replied and was right-on.  My sshd was doing
reverse DNS lookup and my firewall was preventing that.  I used the "-u0"
option in the sshd startup and the problem went away.


Regards,

Lay Boon.



   
 Chuck Swiger  
 <[EMAIL PROTECTED]> 
 Sent by:   To 
 owner-freebsd-que Lay Tay <[EMAIL PROTECTED]> 
 [EMAIL PROTECTED]  cc 
 g [EMAIL PROTECTED]   
   Subject 
   Re: Slow NAT firewall   
 09/16/2003 09:47  
 AM
   
   
   
   




Lay Tay wrote:
[ ... ]
> Everything worked fine except that I noticed ssh connection takes a very
> long time.  When I use PUTTY or WinSCP on a windows machine to connect to
> my internal machine, the authentication takes a very long time.  WinSCP
> will alway timeout on the first try, when  I hit "retry", the
> authentication goes through.
>
> This does not happen if I insert a "pass everything" rule in ipfw.

Sounds a lot like a DNS timeout.  I'm not sure your rules for port 53 are
doing
exactly the right thing; where does DNS traffic go when you do this SSH
connection?

--
-Chuck


___
[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:

2003-09-16 Thread Andrew L. Gould
On Tuesday 16 September 2003 01:01 pm, d wrote:
> so you go to your site and get the stable packages and put them on the hard
> drive. you go to that folder and do a pkg_add * to add all the packages in
> the x11 directory, thinking this will get you a GUI but it throws a bunch
> of package not found errors and nothing works.
> what did i do wrong and what do i do next cause this isnt covered in the
> manual anywhere.
>
> thanks
>
> j

Are you sure you downloaded all of the dependencies?  Try using pkg_add with 
the ftp address, path and package name instead of using the packages on your 
local hard drive.  Then pkg_add can pull the dependencies from the ftp site.

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: linking a dir

2003-09-16 Thread Gary
Hello Mike,

Tuesday, September 16, 2003, 11:58:31 AM, you wrote:

>> dev/ad0s1a128990   86254   3241873%/
>>
>> -r-xr-xr-x   1 root  wheel  4122347 Apr  3 04:53 kernel
>> -r-xr-xr-x   1 root  wheel  4122347 Apr  3 04:53 kernel.GENERIC
>>
>> I don't know which kernel is being used... Deleting one would surely help.

MM> Unless you're specifying it at boot, you can safely remove kernel.GENERIC.

How do I know which one is being loaded, can't seem to find it in dmesg.

>> Good question. This is a production Mail / DNS server (using qmail and
>> djbdns), so I have logs in /etc (by the default run script) minimally at
>> 100K each x10 (before they rotate out) for each of SMTP, SEND, another
>> SMTP, axfrdns, tinydns, dnscache, 2 rbls, and maybe one more... the SMTP
>> and SEND logs are at 250k each of 10... so you see how this can add up...

MM> I run postfix and BIND, so I'm not particularly familiar with those
MM> packages. I would think that there's some facility in those programs to
MM> specify a more appropriate place (like /var/log).

Yes I can rebuild the files, or just link them to another place.

MM> Alternatively, if your logs are rotated by newsyslog, you could keep
MM> fewer log files and/or use bzip2 compression on the old ones. If not,
MM> you could write a shell script to accomplish the same thing. bzip2
MM> gets my 500K maillogs down to ~35K, and I also keep 10 of them, so the
MM> savings is significant.

Have not tried newsyslog, as the scripts rotate them automatically.. will
do so.. thanks for this.

MM> The problem I have with this is 250K*10 and 100K*10 only adds up to 3.5M,
MM> hardly enough to take up the remainder of your partition.

Then multiple that by another 10 for each process... SMTP, SEND, DNSCACHE,
RBL1 RBL, IMAPS, etc... 10 logs are kept for each process, and there are
10 different processes which usually takes a day to 1 1/2 days to fully
rotate out.

MM> Do you have anything hanging around in /root?

Root is only 384K...

I just found it, thanks to Viktor Lazlo who suggested I use the du command... I
found that 40658 of the 128990 1k blocks used, is being used by my
IMAPS server which has its bin, doc, and man dirs under /opt

This is the culprit... I can now move that out and link it... as a
shortcut.. When I build from source, I did not notice where it went... I
could have changed it then... A lesson for me...

Thanks for all your help...


-- 
Best regards,
 Gary 

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


Re: Rebuilding the Kernel

2003-09-16 Thread Mark Luxton
Hi all,

So I can get it right in my head (now there's a challenge).  The correct 
steps for building a custom kernel is:

  1) update sources
  2) rm -rf /usr/obj/*
  3) make buildworld
  4) edit kernel config file
  5) make buildkernel
  6) make installkernel
  7) reboot
  8) make installworld
  9) mergemaster
Many Thanks

Mark.

PS:  Sorry for sending it twice, I hit the wong button and it was sent 
before I had chance to finish.

Original Message Follows

On Tue, Sep 16, 2003 at 01:55:09AM +0200, Danny Pansters wrote:

> > Not sure about your specific error, but it doesn't appear that you
> > are following the directions in the correct order.  I think it should
> > look more like:
> >
> > 1) update sources
> > 2) make buildworld
> > 3) edit kernel config file
> > 4) make buildkernel
> > 5) make installkernel
> > 6) reboot
> > 7) rm -rf /usr/obj/*
> > 8) make installworld
> > 9) mergemaster
> >
> > I've left out some intervening steps, but I think that this is more
> > the correct order of operations.
> >
> > Nathan
>
> rm -rf /usr/obj/* before buildworld not after. Your new world is in
> there :)
>
> Dan
yes!, thanks Dan.  i jotted down the steps to quickly and put step 7 way
out of order.  thanks for pointing this out.
Nathan
--
gpg --keyserver pgp.mit.edu --recv-keys D8527E49
<< attach3 >>
_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess

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


Controller(s) for 16 IDE hard disk server

2003-09-16 Thread Michael Haro
I want to setup a FreeBSD server with a 16-24 200+-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 

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


Re: Rebuilding the Kernel

2003-09-16 Thread Mark Luxton
Hi all,

So I can get it right in my head (no theres a challenge).  The correct steps 
for building a custom kernel is:

  1) update sources
7) rm -rf /usr/obj/*
  2) make buildworld
  3) edit kernel config file
  4) make buildkernel
  5) make installkernel
  6) reboot
  8) make installworld
  9) mergemaster
Original Message Follows

On Tue, Sep 16, 2003 at 01:55:09AM +0200, Danny Pansters wrote:

> > Not sure about your specific error, but it doesn't appear that you
> > are following the directions in the correct order.  I think it should
> > look more like:
> >
> > 1) update sources
> > 2) make buildworld
> > 3) edit kernel config file
> > 4) make buildkernel
> > 5) make installkernel
> > 6) reboot
> > 7) rm -rf /usr/obj/*
> > 8) make installworld
> > 9) mergemaster
> >
> > I've left out some intervening steps, but I think that this is more
> > the correct order of operations.
> >
> > Nathan
>
> rm -rf /usr/obj/* before buildworld not after. Your new world is in
> there :)
>
> Dan
yes!, thanks Dan.  i jotted down the steps to quickly and put step 7 way
out of order.  thanks for pointing this out.
Nathan
--
gpg --keyserver pgp.mit.edu --recv-keys D8527E49
<< attach3 >>
_
Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linking a dir

2003-09-16 Thread Gary
Hello Mike,

Tuesday, September 16, 2003, 1:14:38 PM, you wrote:

>> How do I know which one is being loaded, can't seem to find it in dmesg.

MM> I think it's safe to assume that you're not booting kernel.GENERIC.  You can
MM> specify other kernels at boot time, but if you're not doing that, you can
MM> safely delete kernel.GENERIC.

Okay..

MM> Some like having a generic kernel around in case of an emergency, a
MM> newly built kernel doesn't work correctly or for troubleshooting
MM> purposes.

good idea..

MM> Have you built a new kernel or upgraded the entire system? What's the
MM> output of uname -v?

no, haven't touched it, as it worked well "out of the box."  Use it
strictly for mail/IMAPS/DNS server.

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


-- 
Best regards,
 Gary 

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


Re: linking a dir

2003-09-16 Thread Mike Maltese
> How do I know which one is being loaded, can't seem to find it in dmesg.

I think it's safe to assume that you're not booting kernel.GENERIC.  You can
specify other kernels at boot time, but if you're not doing that, you can
safely delete kernel.GENERIC.  Some like having a generic kernel around in
case of an emergency, a newly built kernel doesn't work correctly or for
troubleshooting purposes.  Have you built a new kernel or upgraded the
entire system?  What's the output of uname -v?

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


[no subject]

2003-09-16 Thread d
so you go to your site and get the stable packages and put them on the hard drive.
you go to that folder and do a pkg_add * to add all the packages in the x11 directory,
thinking this will get you a GUI but it throws a bunch of package not found errors and
nothing works.
what did i do wrong and what do i do next cause this isnt covered in the manual 
anywhere.

thanks 

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


Re: Rebuilding the Kernel

2003-09-16 Thread Nathan Kinkade
On Tue, Sep 16, 2003 at 01:55:09AM +0200, Danny Pansters wrote:

> > Not sure about your specific error, but it doesn't appear that you
> > are following the directions in the correct order.  I think it should
> > look more like:
> >
> > 1) update sources
> > 2) make buildworld
> > 3) edit kernel config file
> > 4) make buildkernel
> > 5) make installkernel
> > 6) reboot
> > 7) rm -rf /usr/obj/*
> > 8) make installworld
> > 9) mergemaster
> >
> > I've left out some intervening steps, but I think that this is more
> > the correct order of operations.
> >
> > Nathan
> 
> rm -rf /usr/obj/* before buildworld not after. Your new world is in 
> there :)
> 
> Dan

yes!, thanks Dan.  i jotted down the steps to quickly and put step 7 way
out of order.  thanks for pointing this out.

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


RE: SSH problem, delay ---??? How to fix?

2003-09-16 Thread mark rowlands


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Alex Zivenko
> Sent: Tuesday, September 16, 2003 7:34 PM
> To: [EMAIL PROTECTED]
> Subject: SSH problem, delay ---??? How to fix?
> 
> Hi!
> When I am trying to connect to my FreeBSD server, I have a 
> problem. It's not a very big problem, but I want to fix it 
> anyway. When I'm connecting to my FreeBSD machine I have a 
> big delay. It's very strange, when I'm working all is great, 
> I have delay only when I'm connecting, it gives me the 
> paswword string in 40 seconds...
> What the problem?

check your dns 

http://www.google.com/search?hl=en&lr=lang_en%7Clang_sv&ie=UTF-8&oe=UTF-
8&safe=off&q=freebsd+slow+ssh+login+delay&btnG=Google+Search 

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


Re: SSH problem, delay ---??? How to fix?

2003-09-16 Thread Stacey Roberts
Hello,

On Tue, 2003-09-16 at 18:33, Alex Zivenko wrote:
> Hi!
> When I am trying to connect to my FreeBSD server, I have a problem. It's not a very 
> big problem, but I want to fix it anyway. When I'm connecting to my FreeBSD machine 
> I have a big delay. It's very strange, when I'm working all is great, I have delay 
> only when I'm connecting, it gives me the paswword string in 40 seconds...
> What the problem?
> 

More than likely, this is a DNS-related problem. Might be handy to
procide:

What version of FreeBSD?
What OS are you connecting from?
Post the output from "ssh -v "
>From the target FreeBSD box, can you do both forward and reverse lookups
on the source machine - and vice-versa?

Regards,

Stacey

> Regards,
> Alex Zivenko
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com


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


SSH problem, delay ---??? How to fix?

2003-09-16 Thread Alex Zivenko
Hi!
When I am trying to connect to my FreeBSD server, I have a problem. It's not a very 
big problem, but I want to fix it anyway. When I'm connecting to my FreeBSD machine I 
have a big delay. It's very strange, when I'm working all is great, I have delay only 
when I'm connecting, it gives me the paswword string in 40 seconds...
What the problem?

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


Re: Repost: Drive jumpers - was: Boot Timeout?

2003-09-16 Thread David Siebörger
At  1:52 PM on Tuesday 16 September 2003, Charles Howse wrote:
> I currently have a HDD as the primary master, a CDROM as the secondary
> master and a HDD as the secondary slave on my FBSD box.
> 
> FBSD detects them as ad0, acd0 and ad3, respectively.
> 
> If I change the drive jumpers to make the HDD the secondary master and
> the CDROM the secondary slave, is it correct to assume that FBSD will
> detect them as ad1 and acd0?

ad2, rather.  Assuming that you use the ATA_STATIC_ID kernel option,
ATA drives will be numbered like this:

ad0 primary master
ad1 primary slave
ad2 secondary master
ad3 secondary slave
...

> This configuration will break /etc/fstab, as well as anything else that
> references the HDD on the secondary IDE channel. Other than /etc/fstab
> and personal files, what should I edit to reflect the hardware changes?

When I've made those sorts of changes, I've only ever had to change
fstab and my scripts that run dump(8).


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


Re: FreeBSD 5.1 and a USB pen drive

2003-09-16 Thread Richard Dymond
On 14 Sep 2003 12:19:03 -0400
Lowell Gilbert <[EMAIL PROTECTED]> wrote:

> Half a minute reading the first, obvious, manual (usb(4)) told me that
> you need the uhub device.  I don't know if that's all you need (you'll
> probably need usbd(8) to attach devices, at a guess), but it's a
> start.

The usb manual (do you know, you're the first person who's even so much
as hinted that such a thing exists!) tells me that the uhub device is
present by default. "device uhub" in my kernel config file rendered it
uncompilable.

The umass manual hinted that "device pass" was needed, but that didn't
fix the problem. Nor did running usbd before plugging the USB stick in.

The search continues...

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


Re: linking a dir

2003-09-16 Thread Andrew L. Gould
On Tuesday 16 September 2003 11:31 am, Gary wrote:
> Hello Andrew,
>
> Tuesday, September 16, 2003, 10:59:19 AM, you wrote:
> >> room under /usr) without any problem.
> >>
> >> Thanks for input..
>
> ALG> I don't think you should do this.  In single-user mode, I don't think
> /usr ALG> would be mounted; so the system wouln't have access to /usr/etc
> until you ALG> mounted /usr manually.
>
> Excellent point.. given this limitation and caution, do you think it is
> still doable?

I'm not an expert; but it just doesn't pass the sniff test.  I wouldn't do it.

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


Re: linking a dir

2003-09-16 Thread Mike Maltese
> dev/ad0s1a128990   86254   3241873%/
>
> -r-xr-xr-x   1 root  wheel  4122347 Apr  3 04:53 kernel
> -r-xr-xr-x   1 root  wheel  4122347 Apr  3 04:53 kernel.GENERIC
>
> I don't know which kernel is being used... Deleting one would surely help.

Unless you're specifying it at boot, you can safely remove kernel.GENERIC.


> Good question. This is a production Mail / DNS server (using qmail and
> djbdns), so I have logs in /etc (by the default run script) minimally at
> 100K each x10 (before they rotate out) for each of SMTP, SEND, another
> SMTP, axfrdns, tinydns, dnscache, 2 rbls, and maybe one more... the SMTP
> and SEND logs are at 250k each of 10... so you see how this can add up...

I run postfix and BIND, so I'm not particularly familiar with those
packages. I would think that there's some facility in those programs to
specify a more appropriate place (like /var/log). Alternatively, if your
logs are rotated by newsyslog, you could keep fewer log files and/or use
bzip2 compression on the old ones. If not, you could write a shell script to
accomplish the same thing. bzip2 gets my 500K maillogs down to ~35K, and I
also keep 10 of them, so the savings is significant.

The problem I have with this is 250K*10 and 100K*10 only adds up to 3.5M,
hardly enough to take up the remainder of your partition. Do you have
anything hanging around in /root?

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


Re: Slow NAT firewall

2003-09-16 Thread Chuck Swiger
Lay Tay wrote:
[ ... ]
Everything worked fine except that I noticed ssh connection takes a very
long time.  When I use PUTTY or WinSCP on a windows machine to connect to
my internal machine, the authentication takes a very long time.  WinSCP
will alway timeout on the first try, when  I hit "retry", the
authentication goes through.
This does not happen if I insert a "pass everything" rule in ipfw.
Sounds a lot like a DNS timeout.  I'm not sure your rules for port 53 are doing 
exactly the right thing; where does DNS traffic go when you do this SSH connection?

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


DCTC-GUI doesn't install

2003-09-16 Thread Mica Telodico
Hi all, I'm trying to install the DCTC-GUI port but I
get the subsequent error :

--->  Installing 'dctc-gui-0.66_1' from a port
(net/dctc-gui)
--->  Building '/usr/ports/net/dctc-gui'
===>  Building for dctc-gui-0.66_1
gmake  all-recursive
gmake[1]: Entering directory
`/usr/ports/net/dctc-gui/work/dc_gui-0.66'
Making all in intl
gmake[2]: Entering directory
`/usr/ports/net/dctc-gui/work/dc_gui-0.66/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/net/dctc-gui/work/dc_gui-0.66/intl'
Making all in po
gmake[2]: Entering directory
`/usr/ports/net/dctc-gui/work/dc_gui-0.66/po'
PATH=../src:$PATH /usr/local/bin/xgettext
--default-domain=dc_gui --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f dc_gui.po \
   || ( rm -f ./dc_gui.pot \
&& mv dc_gui.po ./dc_gui.pot )
/usr/local/bin/xgettext: Non-ASCII string at
src/interface.c:3803.
Please specify the source encoding through
--from-code.
mv: rename dc_gui.po to ./dc_gui.pot: No such file or
directory
gmake[2]: *** [dc_gui.pot] Error 1
gmake[2]: Leaving directory
`/usr/ports/net/dctc-gui/work/dc_gui-0.66/po'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/net/dctc-gui/work/dc_gui-0.66'
gmake: *** [all-recursive-am] Error 2
*** Error code 2
 
Stop in /usr/ports/net/dctc-gui.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall4382.0 make** Fix the problem and try
again.
** The following packages were not installed or
upgraded (*:skipped / !:failed)
! net/dctc-gui  (unknown build error)
melchior#


What I can do? Please help, I need this program , is
the best sharing program  I've ever found on UNIX

Bye

Marcello

__
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro 
Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linking a dir

2003-09-16 Thread Gary
Hello Andrew,

Tuesday, September 16, 2003, 10:59:19 AM, you wrote:

>> room under /usr) without any problem.
>>
>> Thanks for input..

ALG> I don't think you should do this.  In single-user mode, I don't think /usr
ALG> would be mounted; so the system wouln't have access to /usr/etc until you
ALG> mounted /usr manually.

Excellent point.. given this limitation and caution, do you think it is
still doable?

-- 
Best regards,
 Gary 

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


Re: linking a dir

2003-09-16 Thread Gary
Hello Mike,

Tuesday, September 16, 2003, 11:04:55 AM, you wrote:

MM> Deleteing unused kernels would be a good start.  What is the size of your /
MM> partition?

dev/ad0s1a128990   86254   3241873%/

-r-xr-xr-x   1 root  wheel  4122347 Apr  3 04:53 kernel
-r-xr-xr-x   1 root  wheel  4122347 Apr  3 04:53 kernel.GENERIC

I don't know which kernel is being used... Deleting one would surely help.

MM> Add most puzzling of all, why do you have logs in /etc? There should
MM> be very little write activity on /, so the possiblilty of it filling
MM> up shouldn't be much of a concern.

Good question. This is a production Mail / DNS server (using qmail and
djbdns), so I have logs in /etc (by the default run script) minimally at
100K each x10 (before they rotate out) for each of SMTP, SEND, another
SMTP, axfrdns, tinydns, dnscache, 2 rbls, and maybe one more... the SMTP
and SEND logs are at 250k each of 10... so you see how this can add up...

I am hoping that I will have seen just about the end of the bloating /
dir, but was concerned enough to write about it...  I should have planned
the layout better.

>> It seems that on a remote box FBSD 4.8, my /dev/ad0s1a or / dir is at 73%
>> capacity
>> already, and this has me somewhat worried.  I attribute this to the /etc
>> dir inside of the / dir, as it contains many log files, etc... or perhaps
>> the 2 kernels sitting under /  both kernel and kernel.GENERIC
>>
>> Question is can I cp /etc to say a /usr/etc and link it (as I have tons of
>> room under /usr) without any problem.
>>
>> Thanks for input..

-- 
Best regards,
 Gary 

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


Upgrading sshd?

2003-09-16 Thread Johan Paul
Hi all,

Refering to the latest sshd vurnability 
(http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) I 
was thinking of upgradeing my sshd as well. So I cvsup'ed my system 
(FBSD 4.8) and there seems to be a updated file for sshd. But how do I 
upgrade sshd safly since when I type 'pkg_info |grep ssh' it return no 
packages. I guess sshd is included somehow by the default install (??) 
but how can I now upgrade it? I was thinking of portupgrade, but it 
needs a package to upgrade...

Thanks!

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


Re: linking a dir

2003-09-16 Thread Viktor Lazlo


On Tue, 16 Sep 2003, Gary wrote:

> Hello Guys,
>
> It seems that on a remote box FBSD 4.8, my /dev/ad0s1a or / dir is at 73% capacity
> already, and this has me somewhat worried.  I attribute this to the /etc
> dir inside of the / dir, as it contains many log files, etc... or perhaps
> the 2 kernels sitting under /  both kernel and kernel.GENERIC
>
> Question is can I cp /etc to say a /usr/etc and link it (as I have tons of
> room under /usr) without any problem.

The more usual culprit is /root if you have been using the superuser
account to access things better suited to a normal user.  Logfiles
normally go to /var rather than /etc, which mostly contains configuration
files and startup scripts.  du is your friend in this situation.

Cheers,

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


ALC650 driver

2003-09-16 Thread Grigor Lekarov
Hello,
I want to ask you where can I find Realtec ALC650 sound driver.
Thank You!!!



Намалете разходите за телефонни разговори в страната и чужбина -
www.bitextel.com


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


Stop error installing /usr/ports/mail/evolution

2003-09-16 Thread Barry C . Hawkins
Hello all,
	I encountered the following error when installing the port for 
evolution on two 5.1 installations:

# cd /usr/ports/mail/evolution
# sudo make install
...
fetch: Samsung-SmartGDI-all-GS.tar.gz: local modification time does not 
match remote
>> Couldn't fetch it - please try to receive this
>> port manually into /usr/ports/distfiles/ghostscript and try again.
*** Error code 1
...
Stop in /usr/ports/mail/evolution.

	I am wondering where I should try to get this archive.  If I have 
committed some common faux pas that is causing this issue, also feel 
free to enlighten me.

Thanks in advance,
--
Barry C. Hawkins
All Things Computed
site: www.allthingscomputed.com/
weblog: www.allthingscomputed.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linking a dir

2003-09-16 Thread Mike Maltese
Deleteing unused kernels would be a good start.  What is the size of your /
partition?  Add most puzzling of all, why do you have logs in /etc?  There
should be very little write activity on /, so the possiblilty of it filling
up shouldn't be much of a concern.

- Original Message - 
From: "Gary" <[EMAIL PROTECTED]>
To: "freebsd-questions" <[EMAIL PROTECTED]>
Sent: Tuesday, September 16, 2003 8:51 AM
Subject: linking a dir


> Hello Guys,
>
> It seems that on a remote box FBSD 4.8, my /dev/ad0s1a or / dir is at 73%
capacity
> already, and this has me somewhat worried.  I attribute this to the /etc
> dir inside of the / dir, as it contains many log files, etc... or perhaps
> the 2 kernels sitting under /  both kernel and kernel.GENERIC
>
> Question is can I cp /etc to say a /usr/etc and link it (as I have tons of
> room under /usr) without any problem.
>
> Thanks for input..
>
> -- 
> Best regards,
>  Gary
>
> ___
> [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: linking a dir

2003-09-16 Thread Andrew L. Gould
On Tuesday 16 September 2003 10:51 am, Gary wrote:
> Hello Guys,
>
> It seems that on a remote box FBSD 4.8, my /dev/ad0s1a or / dir is at 73%
> capacity already, and this has me somewhat worried.  I attribute this to
> the /etc dir inside of the / dir, as it contains many log files, etc... or
> perhaps the 2 kernels sitting under /  both kernel and kernel.GENERIC
>
> Question is can I cp /etc to say a /usr/etc and link it (as I have tons of
> room under /usr) without any problem.
>
> Thanks for input..

I don't think you should do this.  In single-user mode, I don't think /usr 
would be mounted; so the system wouln't have access to /usr/etc until you 
mounted /usr manually.

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


linking a dir

2003-09-16 Thread Gary
Hello Guys,

It seems that on a remote box FBSD 4.8, my /dev/ad0s1a or / dir is at 73% capacity
already, and this has me somewhat worried.  I attribute this to the /etc
dir inside of the / dir, as it contains many log files, etc... or perhaps
the 2 kernels sitting under /  both kernel and kernel.GENERIC

Question is can I cp /etc to say a /usr/etc and link it (as I have tons of
room under /usr) without any problem.

Thanks for input..

-- 
Best regards,
 Gary  

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


RE: My jail can not ssh..

2003-09-16 Thread Yonatan Bokovza
> -Original Message-
> From: Pat Lashley [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 16, 2003 11:18
> To: [EMAIL PROTECTED]; maillist bsd
> Cc: [EMAIL PROTECTED]
> Subject: Re: My jail can not ssh..
> 
> 
> --On Tuesday, September 16, 2003 09:07:15 +0100 Matthew Seaman 
> <[EMAIL PROTECTED]> wrote:
> 
> > On Tue, Sep 16, 2003 at 04:16:31AM +0800, maillist bsd wrote:
> >
> >> I am just testing jail on my FreeBSD4.8-stable box, i 
> found i can not
> >> ssh to the jail environment, but i can telnet to jail 
> environment, the
> >> sshd is running both inside and outside jail.  What's the problem.
> >
> > I suspect that your problem is that the sshd(8) in your 
> host and jail
> > environments are both binding to IN_ADDR_ANY.  That means 
> both daemons
> > are fighting over the loopback interface (at least).
> 
> Another subtle thing that can cause problem is if the jailed SSH
> can't do DNS resolution.  Telnet in and run your favorite DNS
> query app (host, dnsip, dig, nslookup, etc.).  If it fails, check
> resolv.conf in the jail; and check the access controls on your
> name server

And yet another problem is that ssh needs /dev/[u]random.
Try mounting devfs in the jail's /dev and see if it works for you.
The error message is something along the line of "PRNG not
initialized".
___
[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-16 Thread Vledder, Hans
Thanks Sorin,

This will be a big help.

Hans

-Original Message-
From: Sorin Chiorean [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 5:28 PM
To: 'Vledder, Hans'; [EMAIL PROTECTED]
Subject: RE: 802.11g and FreeBSD based access point ...


Hi Hans,

If you really want to build an Access Point maybe this links will help
you :

http://www.live.com/wireless/unix-base-station.html 

http://www.samag.com/documents/s=7121/sam0205a/sam0205a.htm 

regards,
Sorin Chiorean
Network Specialist
Computer Partners





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vledder, Hans
Sent: Tuesday, September 16, 2003 8:10 AM
To: Greg Lehey
Cc: [EMAIL PROTECTED]
Subject: RE: 802.11g and FreeBSD based access point ...

Hi Greg,

> 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.

Regards,
Hans

-Original Message-
From: Greg Lehey [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 13, 2003 9:18 PM
To: Hans Vledder
Cc: [EMAIL PROTECTED]
Subject: Re: 802.11g and FreeBSD based access point ...


On Friday,  5 September 2003 at 17:55:14 +0200, Hans Vledder wrote:
> All,
>
> I am considering building a 802.11g FreeBSD access point. I've read
> that I will need a network adapter that supports hostap (access
> point mode). Does anyone known a brand/model (PCI) that's being
> supported by FreeBSD ?

I don't have a direct answer to this question, but a bit of
information:

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.

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


-- 
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: 802.11g and FreeBSD based access point ...

2003-09-16 Thread Sorin Chiorean
Hi Hans,

If you really want to build an Access Point maybe this links will help
you :

http://www.live.com/wireless/unix-base-station.html 

http://www.samag.com/documents/s=7121/sam0205a/sam0205a.htm 

regards,
Sorin Chiorean
Network Specialist
Computer Partners





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vledder, Hans
Sent: Tuesday, September 16, 2003 8:10 AM
To: Greg Lehey
Cc: [EMAIL PROTECTED]
Subject: RE: 802.11g and FreeBSD based access point ...

Hi Greg,

> 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.

Regards,
Hans

-Original Message-
From: Greg Lehey [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 13, 2003 9:18 PM
To: Hans Vledder
Cc: [EMAIL PROTECTED]
Subject: Re: 802.11g and FreeBSD based access point ...


On Friday,  5 September 2003 at 17:55:14 +0200, Hans Vledder wrote:
> All,
>
> I am considering building a 802.11g FreeBSD access point. I've read
> that I will need a network adapter that supports hostap (access
> point mode). Does anyone known a brand/model (PCI) that's being
> supported by FreeBSD ?

I don't have a direct answer to this question, but a bit of
information:

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.

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

___
[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-16 Thread Andrew L. Gould
On Tuesday 16 September 2003 08:07 am, Jesse Guardiani wrote:
> Vledder, Hans wrote:
> > Hi Greg,
> >
> >> 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.
>
> Probably depends on how many processors you have

..and I thought it was a heat sink issue...
___
[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-16 Thread Roman Malytskyy
Hello Greg,

>> I am having problem with initializing my PnP Crystal soundcard on DellLatitude
>> CPi notebook under FreeBSD 5.1-RELEASE
GL> I have a CPi D266XT running 5-current.

I have the very same model! 5.1-RELEASE could problem be here?

GL> Then it stopped working for a while. I've never managed to
GL> get it working with only "device pcm" again. But now I am 
GL> running 5-current with the following 
GL> device pcm
GL> device sbc

I've updated my FlashBIOS from A03 to version A12 (from DELL website),
I've added to the end of config-file

 device pcm
 device sbc

And still nothing :
-bash-2.05b$ cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:

Verbose booting keeps giving:
...
unknown:  can't assign resources (port)
unknown:  at port 0x378-0x37f on isa0
unknown:  can't assign resources (irq)
unknown:  at port 0x220-0x22f,0x388-0x38b,0x530-0x537 irq 5 on isa0
unknown:  failed to probe at port 0x210-0x217 on isa0
unknown:  can't assign resources (port)
unknown:  at port 0x3f2-0x3f5 on isa0
...

I have ACPI disabled,
In /boot/devices.hints:
...
hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"

The only additional hardware I have installed is PS/2 mouse and
Surecom PCMCIA Ethernet adapter (model ep428x, which is detected as
rl0)



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.

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


Vinum and SoftUpdates

2003-09-16 Thread bsd
Hi folks. 

I have a few boxes which have recently begun to behave rather badly - 
frequent panics and lots of errors being spewed out during fsck on reboot.  
I note that these particular boxes have one thing in common - they have 
vinum devices which are also mounted with softupdates enabled. 

Is this OK?  I have not been able to find any mention of softupdates in the 
vinum man pages. 

Thanks for any pointers. 

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


Re: /usr/src/usr.sbin/pkg_install

2003-09-16 Thread Jeff MacDonald
Fair enough, I did a complete make buildworld/installworld,
and I still cannot use my ports properly, any other suggestions ?

This is not a mission critical install, so i could just re-install
as i see a few ppl on the mailing lists have done, but i would rather
not have to do this.

Jeff.


On Mon, 2003-09-15 at 15:46, Kris Kennaway wrote:
> On Sun, Sep 14, 2003 at 07:38:13PM -0300, Jeff MacDonald wrote:
> > Hi,
> > 
> > I've been having a problem latly, where when I try to install any port
> > it says "checking to see if port _x_ is installed" then the make dies.
> > 
> > I've looked into the make files a bit, and saw a "do-install" so i tried
> > make do-install and it works some times.
> > 
> > Anyways.. I'm running 5.1 i ran my stable-supfile and went into 
> > /usr/src/usr.sbin/pkg_install and did a make, only to get this error..
> > 
> > http://www.bignose.ca/~bignose/make.txt
> > 
> > If anyone has any help, that would be great, I'm not a c guy, so hunting
> > down this error would not get me too far.
> 
> The supported way to rebuild your system involves 'make world', not
> piecewise rebuilds.  In general, if you know what you're doing you can
> compile things piecewise, but if you don't you should follow the
> rebuild procedure documented in the FreeBSD handbook.
> 
> Kris

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


  1   2   >