fix wrong PNP ID comment

2002-04-22 Thread David Xu
Current branch, pci_bus.c has wrong PNP ID comment. --- /sys/i386/pci/pci_bus.c.origMon Apr 22 16:13:02 2002 +++ /sys/i386/pci/pci_bus.c Mon Apr 22 16:13:29 2002 @@ -554,7 +554,7 @@ * people. */ static struct isa_pnp_id pcibus_pnp_ids[] = { - { 0x030ad041 /* PNP030A */,

FreeBSD Convention in EU

2002-04-22 Thread Andy Sporner
Hi, I heard some random comment here about a possible convention (sort of like BSDCon) in Europe. Does anyone know about this or if there is going to be such a thing? I have an interest to present either on Clustering or perhaps if the timing is right, a feature I am working on to bundle

Re: FreeBSD Convention in EU

2002-04-22 Thread Dominic Marks
On Mon, Apr 22, 2002 at 11:12:10AM +0200, Andy Sporner wrote: Hi, I heard some random comment here about a possible convention (sort of like BSDCon) in Europe. Does anyone know about this or if there is going to be such a thing? http://www.eurobsdcon2002.org/ I have an interest to

Re: FreeBSD Convention in EU -- OK Enough said ;-)

2002-04-22 Thread Andy Sporner
I have submitted a form for a presentation. I can only hope it is accepted. Thanks for all of your comments! :-) Andy To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: port trunking (was Re: FreeBSD Convention in EU)

2002-04-22 Thread Kenneth D. Merry
On Mon, Apr 22, 2002 at 11:12:10 +0200, Andy Sporner wrote: I have an interest to present either on Clustering or perhaps if the timing is right, a feature I am working on to bundle ethernet adapters as a single virtual adaptor (idea taken from Intel Adapter Teaming). You may want to take

Re: A powful tool

2002-04-22 Thread Jeff
thx . gros con. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: implementing linux mmap2 syscall

2002-04-22 Thread Kenneth Culver
To me, it looks like mmap2 takes an offset that's a page index, rather than a byte position. Since linux passes the offset with a 32-bit long, rather than a 64-bit off_t like we do, they need to do this in order to be able to map offsets larger than 4GB into a file. For linux_mmap2, I'd

Re: kernel backtrace of sleeping processes

2002-04-22 Thread Ian Dowse
In message [EMAIL PROTECTED], Robe rt Watson writes: Sigh. Remote gdb, not ddb. I tried the usual tricks (updating $sp in gdb, etc) but gdb persisted in using the old frame. Nevermind. It seemed In gdb, the proc command switches processes, so this should work: proc pid bt

sendmail complaining about filedescriptors?

2002-04-22 Thread Wilko Bulte
On -stable as of last week I see sendmail log errors on file descriptors as in: Apr 22 09:29:16 freebie sm-msp-queue[126]: starting daemon (8.12.2): queueing@00:30:00 Apr 22 09:29:50 freebie sendmail[253]: File descriptors missing on startup: stdout, stderr; Bad file descriptor Apr 22 09:29:50

Re: sendmail complaining about filedescriptors?

2002-04-22 Thread Peter Wemm
Wilko Bulte wrote: On -stable as of last week I see sendmail log errors on file descriptors as in: Apr 22 09:29:16 freebie sm-msp-queue[126]: starting daemon (8.12.2): queueing @00:30:00 Apr 22 09:29:50 freebie sendmail[253]: File descriptors missing on startup: s tdout, stderr; Bad

subscription

2002-04-22 Thread ali nasseh
hi, pleasz subscribe me for freebsd-hackers list a. nasseh __ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body

Re: sendmail complaining about filedescriptors?

2002-04-22 Thread Gregory Neil Shapiro
wkb Apr 22 09:29:50 freebie sendmail[253]: File descriptors missing on startup: stdout, stderr; Bad file descriptor sendmail always checks it's first three fd's at startup to avoid the problem that has just come to light in the FreeBSD security announcement. This is what is logged if sendmail

Re: implementing linux mmap2 syscall

2002-04-22 Thread Kenneth Culver
AHH, ok I was wondering where PAGE_SHIFT was for FreeBSD. I guess ctob does what I need it to. I think that's probably why it still wasn't working yet... I think it also has to be page aligned before you pass it in though, I have to look at linux's do_mmap_pgoff() (I think that's the

Re: implementing linux mmap2 syscall

2002-04-22 Thread Kenneth Culver
On Monday 22 April 2002 06:29 am, you wrote: Kenneth Culver wrote: So what it looks like to me is that mmap2 expects an offset that's already page-aligned (I'm not sure if this is the right way to say it), where mmap doesn't. the FreeBSD code in the linuxulator basically just takes the

Re: sendmail complaining about filedescriptors?

2002-04-22 Thread Peter Wemm
Gregory Neil Shapiro wrote: wkb Apr 22 09:29:50 freebie sendmail[253]: File descriptors missing on start up: stdout, stderr; Bad file descriptor sendmail always checks it's first three fd's at startup to avoid the problem that has just come to light in the FreeBSD security announcement.

RE: 4.5 STABLE - kernel panics

2002-04-22 Thread Chris Moran
Just to add fuel to the fire, I'm getting this on 4.5-RELEASE on an Intel R440 SMP board with 2xPII-233 CPUs: ad4: UDMA ICRC error reading fsbn 1480839 of 0-103 Fatal trap 18: integer divide while in kernel mode mp_lock = 0102; cpuid = 1; lapic.id = instruction pointer =

boot -a in 4.5-STABLE

2002-04-22 Thread Marc Heckmann
Hi, I've got 4.5-STABLE setup here with vinum as per the Vinum bootstrapping howto (http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vinum/index.html). I have ad0s1a which is / and ad2s1a which is mounted on /rootback, it's an exact copy of the / filesystem. I wanted to try one of the

Re: boot -a in 4.5-STABLE

2002-04-22 Thread Philip
You might try just booting it normally and letting it fail. Then enter th ufs:/dev/ad2s1a I do this all time when I stick a hd in a fast machine to install FBSD its gets ad4s what ever... but in the machine its ends up it needs to be ad0s whatever. after I mount every manually the first time, I

make installworld failed on 4.0-RELEASE

2002-04-22 Thread Dmitry Mottl
Hi, I have a problem when installing 4-STABLE on 4.0-RELEASE from remotely mounted /usr/src and /usr/obj: ELF binary type not known. Use brandelf to brand it Why? === [skipped] -- Installing everything..

Re: implementing linux mmap2 syscall

2002-04-22 Thread Kenneth Culver
Basically, it just wants to bitch when the offset is not page aligned, and then call the old mmap if it doesn't bitch. Basically I misunderstood what the linux mmap2 was doing, it recieves an offset as a number of pages, not as bytes, so by definition it's already page aligned. All I have to

So cool a flash,enjoy it

2002-04-22 Thread mwozniak
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Jordan Hubbard
We at Apple are noticing a strange problem with newer versions of ssh (which has been upgraded to OpenSSH_3.1p1) and FreeBSD 4.5-STABLE's sshd. This problem did not occur with our older ssh, but it also does not occur with the newer version and *any* other OS other than FreeBSD, e.g. if you ssh

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Josef Karthauser
On Mon, Apr 22, 2002 at 05:39:26PM -0700, Jordan Hubbard wrote: My question: Who's wrong here, FreeBSD or Mac OS X? If the latter, why doesn't Linux or anything else produce this problem? I ask now because I know that the usage of Mac OS X is growing and there are going to be a lot of

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Mike Meyer
In [EMAIL PROTECTED], Jordan Hubbard [EMAIL PROTECTED] typed: My question: Who's wrong here, FreeBSD or Mac OS X? If the latter, Someone decided that FreeBSD should do challengeresponse authentication by default. You can fix it by uncommenting the line #ChallengeResponseAuthentication no in

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Anthony Schneider
On Mon, Apr 22, 2002 at 08:04:43PM -0500, Mike Meyer wrote: In [EMAIL PROTECTED], Jordan Hubbard [EMAIL PROTECTED] typed: My question: Who's wrong here, FreeBSD or Mac OS X? If the latter, Someone decided that FreeBSD should do challengeresponse authentication by default. You can fix it

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Peter Wemm
Mike Meyer wrote: In [EMAIL PROTECTED], Jordan Hubbard jkh@win ston.freebsd.org typed: My question: Who's wrong here, FreeBSD or Mac OS X? If the latter, Someone decided that FreeBSD should do challengeresponse authentication by default. You can fix it by uncommenting the line

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Oscar Bonilla
shouldn't the default be no skey? On Mon, Apr 22, 2002 at 09:41:20PM -0400, Anthony Schneider wrote: On Mon, Apr 22, 2002 at 08:04:43PM -0500, Mike Meyer wrote: In [EMAIL PROTECTED], Jordan Hubbard [EMAIL PROTECTED] typed: My question: Who's wrong here, FreeBSD or Mac OS X? If the

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Andrew
On Mon, 22 Apr 2002, Jordan Hubbard wrote: We at Apple are noticing a strange problem with newer versions of ssh (which has been upgraded to OpenSSH_3.1p1) and FreeBSD 4.5-STABLE's sshd. This problem did not occur with our older ssh, but it also does not It's just your settings. Issues

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Jordan Hubbard
That would be my question as well, especially since everyone else seems to use that default. Thanks to all who responded, and so quickly at that - this at least clarified the situation (and gave me a way out!). - Jordan shouldn't the default be no skey? On Mon, Apr 22, 2002 at 09:41:20PM

Re: implementing linux mmap2 syscall

2002-04-22 Thread Terry Lambert
Kenneth Culver wrote: This is too much work. Basically, it just wants to bitch when the offset is not page aligned, and then call the old mmap if it doesn't bitch. OK, I think I can do that, thanks for the help. Will anyone be interested in patches when/if I get this working? I also

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Robert Watson
On Mon, 22 Apr 2002, Jordan Hubbard wrote: That would be my question as well, especially since everyone else seems to use that default. Thanks to all who responded, and so quickly at that - this at least clarified the situation (and gave me a way out!). This was discussed fairly

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Terry Lambert
Andrew wrote: On Mon, 22 Apr 2002, Jordan Hubbard wrote: We at Apple are noticing a strange problem with newer versions of ssh (which has been upgraded to OpenSSH_3.1p1) and FreeBSD 4.5-STABLE's sshd. This problem did not occur with our older ssh, but it also does not It's just your

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Jordan Hubbard
That fix relies on the extensive PAM updates in -CURRENT however; in -STABLE it can probably be similarly replicated via appropriate tweaking of sshd (?). Why not fix it in stable by the very simple tweaking of the ChallengeResponseAuthentication to no in the sshd config file we ship Trust

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Andrew
On Mon, 22 Apr 2002, Terry Lambert wrote: When the default behaviour is changed, the dicussion belongs here, I was only joking...hence the ;-) on the end. The original question wasn't why did the defualt configuration change but what changed anyway. Andrew To Unsubscribe: send mail to

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Garance A Drosihn
At 6:40 PM -0700 4/22/02, Peter Wemm wrote: Mike Meyer wrote: Jordan Hubbard [EMAIL PROTECTED] typed: My question: Who's wrong here, FreeBSD or Mac OS X? If the latter, Someone decided that FreeBSD should do challengeresponse authentication by default. You can fix it by uncommenting

Re: implementing linux mmap2 syscall

2002-04-22 Thread Kenneth Culver
On Monday 22 April 2002 10:06 am, you wrote: Kenneth Culver writes: static inline unsigned long do_mmap(struct file *file, unsigned long addr, .. ret = do_mmap_pgoff(file, addr, len, prot, flag, offset PAGE_SHIFT); out: return ret; } This is what mmap2

[no subject]

2002-04-22 Thread postmaster
Subject: VIRUS IN YOUR MAIL V I R U S A L E R T Our viruschecker found the 'W32/Klez-G' 'W32/Klez-G' virus(es) in your email. Please check your system for viruses, or ask your system administrator to do so. For your reference, here are the headers

Security through obscurity? (was: ssh + compiled-in SKEY support considered harmful?)

2002-04-22 Thread Greg 'groggy' Lehey
On Monday, 22 April 2002 at 19:53:06 -0700, Jordan Hubbard wrote: That fix relies on the extensive PAM updates in -CURRENT however; in -STABLE it can probably be similarly replicated via appropriate tweaking of sshd (?). Why not fix it in stable by the very simple tweaking of the

Re: Security through obscurity? (was: ssh + compiled-in SKEY support considered harmful?)

2002-04-22 Thread Anthony Schneider
be able to use it too. I'd suggest that we do the following: 1. Give the user the choice of these additional features at installation time. Recommend the procedures, but explain that you need to understand the differences. 2. Document these things very well. Both this ssh

Re: boot -a in 4.5-STABLE

2002-04-22 Thread Thierry Herbelot
Marc Heckmann wrote: I've got 4.5-STABLE setup here with vinum as per the Vinum bootstrapping howto (http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vinum/index.html). I have ad0s1a which is / and ad2s1a which is mounted on /rootback, it's an exact copy of the / filesystem. ^

Re: Security through obscurity? (was: ssh + compiled-in SKEY support considered harmful?)

2002-04-22 Thread Bruce A. Mah
[CC list trimmed] If memory serves me right, Greg 'groggy' Lehey wrote: 2. Document these things very well. Both this ssh change and the X without TCP change are confusing. If three core team members were surprised, it's going to surprise the end user a whole lot more. The SSH