Re: Multi BOOT

2003-09-04 Thread Terry Lambert
Abdul Hakeem wrote: > Does anyone know a way of simultaneously booting FreeBSD with Linux or > Win2K with a dual-processor and dual NIC server ? > I can set the processor affinity on the Win2k, but I am having trouble > configuring the FreeBSD to use a particular processor and a particular > NIC.

Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread supraexpress
I have never had a problem with "sysctl -a" on any desktop system that I have had (Dell, Gateway, custom). On 4 Sep, Mark Murray wrote: > Doug Barton writes: >> I've seen this problem on my compaq evo n610c as well, but didn't >> realize it was affecting other hardware as well. I tried to stir

Re: Text file busy

2003-09-04 Thread Matthew D. Fuller
On Thu, Sep 04, 2003 at 09:36:31AM -0700 I heard the voice of Mikko Ty?l?j?rvi, and lo! it spake thus: > > If you are into foot shooting, you can always overwrite a shared lib, > such as libc.so, and watch (almost) all your programs crash and burn :-) *raise hand* Yup. Got the t-shirt. Nothing

Re: ACPI errors on my desktop PC (floppy not found)

2003-09-04 Thread Nate Lawson
It would help if you would tell me when you last had a working kernel. The output of acpidump -t -d -o martin.dsdt > martin.asl would also help. -Nate ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubsc

Re: Various problems after latest -CURRENT build. (USB, WI, KSE)

2003-09-04 Thread David Xu
Daniel Eischen wrote: On Fri, 5 Sep 2003, Mark Sergeant wrote: Hi Guys, I've noticed a bunch of problems with my latest current build... 1. With device wi in my kernel I was unable to compile at all, had to take it out and then use a module to get it to work. 2. My USB mouse no longer works

Re: Various problems after latest -CURRENT build. (USB, WI, KSE)

2003-09-04 Thread Daniel Eischen
On Fri, 5 Sep 2003, Mark Sergeant wrote: > Hi Guys, > > I've noticed a bunch of problems with my latest current build... > > 1. With device wi in my kernel I was unable to compile at all, had to > take it out and then use a module to get it to work. > 2. My USB mouse no longer works, Works

Various problems after latest -CURRENT build. (USB, WI, KSE)

2003-09-04 Thread Mark Sergeant
Hi Guys, I've noticed a bunch of problems with my latest current build... 1. With device wi in my kernel I was unable to compile at all, had to take it out and then use a module to get it to work. 2. My USB mouse no longer works, Works fine on my 5.1-RELEASE machine but nothing as of last

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Garrett Wollman
< said: > In theory, yes. In practice, maybe not. If I remember correctly, > the problem we're trying to solve is twofold: Actually, the problem we were trying to solve is simpler than that. genassym needs to be able to compute the values of certain constants from header files which are only acc

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Marcel Moolenaar
On Fri, Sep 05, 2003 at 02:59:22AM +0200, Marius Strobl wrote: > > > > We use the size of the symbol (ie the size of the object identified > > by the symbol) to pass around values. This we do by creating arrays. > > If we want to export a C constant 'FOOBAR' to assembly and the constant > > is def

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Marius Strobl
On Thu, Sep 04, 2003 at 03:47:09PM -0700, Marcel Moolenaar wrote: > > We use the size of the symbol (ie the size of the object identified > by the symbol) to pass around values. This we do by creating arrays. > If we want to export a C constant 'FOOBAR' to assembly and the constant > is defined to

ips.ko load sequence for IBM ServerRaid 5i

2003-09-04 Thread Richard Puga
I do have the ips driver working with the IBM ServerRaid 5i. However it only works if I boot of an IDE drive and load the driver after the kernel is loaded. What I believe the problem to be is the fact that this "Raid" card is just an add in card to a modified PCI slot that makes the on board LSI

Re: 5.1-RELEASE-p2 buildworld crash - help!!

2003-09-04 Thread Alexander Portnoy
On Thu, 4 Sep 2003 18:58:42 +0300 ODHIAMBO Washington <[EMAIL PROTECTED]> wrote: > This is what Ruslan said of the problem. However, I must admit that > I haven't done anything about it since I did not quite understand > what it is he meant I should do ;) > > Quoting him verbatim: > > > > I've

Re: HEADS UP! ATAng committed

2003-09-04 Thread Lars Eggert
Hi, Lars Eggert wrote: Soren Schmidt wrote: ATAng has just been committed. You need to make world after this update as atacontrol etc needs to pick up the changes. Funky boot messages, but the system is usable after. This is with today's -current: atapci0: port 0xffa0-0xffaf at device 31.1 o

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Marcel Moolenaar
On Thu, Sep 04, 2003 at 05:51:23PM -0500, Dan Nelson wrote: > > I guess the correct question to be asking is "does the ELF format allow > 0-length symbols?" Of course. What size do you think a label should have otherwise? -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] ___

Re: ACPI errors on my desktop PC (floppy not found)

2003-09-04 Thread Pawel Worach
Martin wrote: Hi, I have more problems to report with the ACPI support and will submit a PR, if you want. I don't know when this got broken. Here some pieces of my dmesg: --- FreeBSD 5.1-CURRENT #0: Thu Sep 4 22:38:56 CEST 2003 [...] acpi0: on motherboard Take a look at PR kern/48494, ther

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Dan Nelson
In the last episode (Sep 05), Alexander Leidinger said: > On Thu, 4 Sep 2003 11:28:58 -0500 > Dan Nelson <[EMAIL PROTECTED]> wrote: > > If you're talking FreeBSD 5, you should be able to simply subsitute > > a C99 "flexible array member" (basically replace "[0]" with "[]") > > and get the same effe

Re: 5.2-RELEASE TODO

2003-09-04 Thread David O'Brien
On Wed, Sep 03, 2003 at 08:27:17PM -0700, Peter Wemm wrote: > > Sorry, I missed this when I did my scrub yesterday. I'll fix it now. > > Btw, does X work on it? Can I compile/install it without hassle? > > Yes. It installs Just Fine. You wont even notice the difference relative > to an i386 ma

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Marcel Moolenaar
On Fri, Sep 05, 2003 at 12:14:11AM +0200, Alexander Leidinger wrote: > On Thu, 4 Sep 2003 11:28:58 -0500 > Dan Nelson <[EMAIL PROTECTED]> wrote: > > > If you're talking FreeBSD 5, you should be able to simply subsitute a > > C99 "flexible array member" (basically replace "[0]" with "[]") and get >

Re: wi0: cardbus card activation failed

2003-09-04 Thread Kenneth D. Merry
On Thu, Sep 04, 2003 at 10:02:10 -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > <[EMAIL PROTECTED]> writes: > : Hello, > : I have same problem as > http://lists.freebsd.org/pipermail/freebsd-current/2003-August/008948.html, > : but with other PCMCIA card - new Proxim

Re: /lib/foo.so.X -> /usr/lib/foo.so

2003-09-04 Thread Mark Kettenis
Date: Thu, 4 Sep 2003 14:10:50 -0700 From: "David O'Brien" <[EMAIL PROTECTED]> On Thu, Sep 04, 2003 at 11:27:15PM +0300, Ruslan Ermilov wrote: > On Thu, Sep 04, 2003 at 09:58:39PM +0300, Ruslan Ermilov wrote: > [...] > > The patch is not a problem (attached). I've been looking a

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Alexander Leidinger
On Thu, 4 Sep 2003 11:28:58 -0500 Dan Nelson <[EMAIL PROTECTED]> wrote: > If you're talking FreeBSD 5, you should be able to simply subsitute a > C99 "flexible array member" (basically replace "[0]" with "[]") and get > the same effect. 0-length arrays are a gcc extension: > > http://gcc.gnu.org

Re: ACPI errors on my desktop PC (floppy not found)

2003-09-04 Thread Martin
Am Do, 2003-09-04 um 23.56 schrieb David O'Brien: > Athlon-based? No. CPU: Pentium III/Pentium III Xeon/Celeron (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff It's an old Abit mainboard, but everything always worked here. Martin _

Re: ACPI errors on my desktop PC (floppy not found)

2003-09-04 Thread David O'Brien
On Thu, Sep 04, 2003 at 11:30:49PM +0200, Martin wrote: > I have more problems to report with the ACPI support and will submit a > PR, if you want. I don't know when this got broken. ... > As you can see I recompiled today to confirm that the problem > still exists. This is only about floppy. Every

IBM ServerRaid 5i

2003-09-04 Thread Richard Puga
Sorry to bother you, I am trying to find out who mantains the ips RAID driver for FreeBSD. I have a X225 Series IBM box here with that card in it, I would be willing/wanting to try and get it to work before they end up sending me the older 4 series controller and would like to work with the perso

Re: Text file busy

2003-09-04 Thread Wesley Morgan
On Thu, 4 Sep 2003, Scott M. Likens wrote: > On Thu, 2003-09-04 at 07:44, Paul Richards wrote: > > Overwriting a file that's currently executing results in a "Text file > > busy" error. > > > > When did this start happening? > > > > This was something that was fixed way back on FreeBSD but it seem

Re: DISCUSSION: /dev/fd%d.%d and /dev/{a}cd%d[ac] to be discontinued ?

2003-09-04 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Andrew Gallatin writes: >Can you give a hint as to what you mean by the significant buf/VM >system changes? Are you talking about removing the vnode detour for >drivers and giving drivers who want it access to the struct file? Well, there really isn't more than t

ACPI errors on my desktop PC (floppy not found)

2003-09-04 Thread Martin
Hi, I have more problems to report with the ACPI support and will submit a PR, if you want. I don't know when this got broken. Here some pieces of my dmesg: --- FreeBSD 5.1-CURRENT #0: Thu Sep 4 22:38:56 CEST 2003 [...] acpi0: on motherboard pcibios: BIOS version 2.10 Using $PIR table, 8 ent

Re: /lib/foo.so.X -> /usr/lib/foo.so

2003-09-04 Thread Dan Nelson
In the last episode (Sep 04), David O'Brien said: > On Thu, Sep 04, 2003 at 11:27:15PM +0300, Ruslan Ermilov wrote: > > On Thu, Sep 04, 2003 at 09:58:39PM +0300, Ruslan Ermilov wrote: > > [...] > > > The patch is not a problem (attached). I've been looking at how > > > our friends do this. NetBSD

Re: /lib/foo.so.X -> /usr/lib/foo.so

2003-09-04 Thread David O'Brien
On Thu, Sep 04, 2003 at 11:27:15PM +0300, Ruslan Ermilov wrote: > On Thu, Sep 04, 2003 at 09:58:39PM +0300, Ruslan Ermilov wrote: > [...] > > The patch is not a problem (attached). I've been looking at > > how our friends do this. NetBSD has symlinks in /usr/lib to > > /lib, both to .so and .so.X

Re: [Patch] mdmfs currently broken

2003-09-04 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Stefan =?iso-8859- 1?Q?E=DFer?= writes: >Seems that mdmfs stopped working recently (probably because >of GEOM related changes). One possible fix is to label the >md and newfs the thusly created c partition. > >This requires running /sbin/disklabel, which didn't have

Re: make buildworld broken in telnetd

2003-09-04 Thread Doug White
On Wed, 3 Sep 2003, Manfred Antar wrote: > I think 1.152 is broken. > I did a make world and install world. > I rebooted and login and sshd couldn't find pam_nologin.so > and it was right there in /usr/lib. I had to restore the pam libs and sshd and login > from > tape before I could login to th

Data corruption issue? (Was: NFS writes over a VLAN trunk wedges system)

2003-09-04 Thread Georg-W. Koltermann
Just trying to make sure Bosko takes note of this. He might have something to say as DISABLE_PSE appears to fix your problem. -- Regards, Georg. On Do, 2003-09-04 at 00:02, Peter Jeremy wrote: > I have a system running 5.1-RELEASE-p2 which is an NFS client of > another FreeBSD (4.x) machine. Wh

/lib/foo.so.X -> /usr/lib/foo.so

2003-09-04 Thread Ruslan Ermilov
On Thu, Sep 04, 2003 at 09:58:39PM +0300, Ruslan Ermilov wrote: [...] > The patch is not a problem (attached). I've been looking at > how our friends do this. NetBSD has symlinks in /usr/lib to > /lib, both to .so and .so.X, and their cc(1) and ld(1) don't > look things in /lib. Linux looks thin

Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Mark Murray
Doug Barton writes: > I've seen this problem on my compaq evo n610c as well, but didn't > realize it was affecting other hardware as well. I tried to stir up > interest in getting the acpi problem fixed, but wasn't successful. Hmmm :-( > Mark, ok with you if I nuke the sysctl -a line in rc.d/init

Re: Text file busy

2003-09-04 Thread Matthew Dillon
: :Tim : :P.S. I wonder if demand-paging of executables is still a win for :program startup on modern systems with dynamically-linked executables? :Large reads are a lot more efficient, and it seems that dynamic :linking might cause more startup thrashing. Hmmm... Yes, they are a big win 95%

[Patch] mdmfs currently broken

2003-09-04 Thread Stefan Eßer
Seems that mdmfs stopped working recently (probably because of GEOM related changes). One possible fix is to label the md and newfs the thusly created c partition. This requires running /sbin/disklabel, which didn't have an entry in paths.h. Any objections against me committing the follwoing fixe

Re: Text file busy

2003-09-04 Thread Tim Kientzle
Paul Richards wrote: Overwriting a file that's currently executing results in a "Text file busy" error. I guess there are folks around who don't know this: When you execute a program, the program is not simply copied into memory. Instead, the kernel keeps the file open and pages the executable in

Re: Please test: USB floppies

2003-09-04 Thread Nate Lawson
On Thu, 28 Aug 2003, Harald Schmalzbauer wrote: > On Thursday 28 August 2003 21:35, Nate Lawson wrote: > > On Tue, 26 Aug 2003, Harald Schmalzbauer wrote: > > > On Monday 25 August 2003 23:19, Nate Lawson wrote: > > > > If anyone has a USB floppy drive that is giving them problems, please > > > > l

Re: Compaq desktop does not work without ACPI

2003-09-04 Thread Oleg Polyakov
From: Doug White <[EMAIL PROTECTED]> On Wed, 3 Sep 2003, Oleg Polyakov wrote: > >Hm, ATAng went in since 5.1-R, so I wonder if it is having issues reading > >from the disk then. How long have you let it sit trying to start init? > >Does it give random disk errors? > > I let it try to start for

Re: config(8) KERNEL setting

2003-09-04 Thread David O'Brien
On Wed, Sep 03, 2003 at 09:22:09PM -0700, Doug White wrote: > On Thu, 4 Sep 2003, John Birrell wrote: > > > however kern.post.mk only uses KERNEL_KO, so even though config(8) has > > set KERNEL for me, that name only gets used for the boot directory. > > There doesn't seem to be any way of getting

Re: Text file busy

2003-09-04 Thread Ruslan Ermilov
On Thu, Sep 04, 2003 at 02:44:13PM +, Paul Richards wrote: > Overwriting a file that's currently executing results in a "Text file > busy" error. > > When did this start happening? > > This was something that was fixed way back on FreeBSD but it seems to be > a problem again. > cp -f Cheer

Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Putinas
But I wonder, what sysctl has to do with hardware ? - Original Message - From: Doug Barton To: Putinas Cc: [EMAIL PROTECTED] ; Mark Murray Sent: Thursday, September 04, 2003 18:30 PM Subject: Re: Entropy harvesting: interrupts ethernet point_to_point -BEGIN PGP SIG

CF cards cannot be initialized after the latest update

2003-09-04 Thread Martin Jessa
Hi. After my latest upgrade I am unable to use my CF cards. This is what happens running on following FreeBSD version: FreeBSD lapdance 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Sep 3 04:46:09 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LAPDANCE i386 Card out and in again: ad4: WARNING

Re: Text file busy

2003-09-04 Thread Mikko Työläjärvi
On Thu, 4 Sep 2003, Scott M. Likens wrote: > On Thu, 2003-09-04 at 07:44, Paul Richards wrote: > > Overwriting a file that's currently executing results in a "Text file > > busy" error. > > > > When did this start happening? > > > > This was something that was fixed way back on FreeBSD but it seem

Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've seen this problem on my compaq evo n610c as well, but didn't realize it was affecting other hardware as well. I tried to stir up interest in getting the acpi problem fixed, but wasn't successful. Mark, ok with you if I nuke the sysctl -a line in

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Dan Nelson
In the last episode (Sep 04), Alexander Leidinger said: > At the moment I discussing an issue with Intel regarding 0-sized > arrays. gcc seems to be violating the standard and produces code with > an array size of "0", whereas icc produces code where an 0-sized > array has the size "1". This result

Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Alexander Leidinger
Hi, I'm in the process of building our kernel with Intels C Compiler (icc). So far we are able to build a working UP and SMP kernel (not completely automated). Most of it works just fine (NFS-client is known to not work). At the moment I discussing an issue with Intel regarding 0-sized arrays. gc

Re: wi0: cardbus card activation failed

2003-09-04 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> writes: : Hello, : I have same problem as http://lists.freebsd.org/pipermail/freebsd-current/2003-August/008948.html, : but with other PCMCIA card - new Proxim Orinoco. : When I plug it in, I get: : : cardbus0: at device 0.0 (no dr

Re: Text file busy

2003-09-04 Thread John Polstra
On 04-Sep-2003 John Polstra wrote: > On 04-Sep-2003 William K. Josephson wrote: >> On Thu, Sep 04, 2003 at 08:02:50AM -0700, Scott M. Likens wrote: >>> Every single 'flavor' of Unix/Unices has always had this feature. I've >> >> No, just recent ones. One use to be able to page in from the wrong

Re: Text file busy

2003-09-04 Thread John Polstra
On 04-Sep-2003 William K. Josephson wrote: > On Thu, Sep 04, 2003 at 08:02:50AM -0700, Scott M. Likens wrote: >> Every single 'flavor' of Unix/Unices has always had this feature. I've > > No, just recent ones. One use to be able to page in from the wrong > binary with rather entertaining results

Re: Text file busy

2003-09-04 Thread Stijn Hoop
On Thu, Sep 04, 2003 at 08:02:50AM -0700, Scott M. Likens wrote: > That's like trying to reinstall X while running in X. > You're just asking for problems. This has worked for me many times in the past :) Of course it's on a (essentially) single user desktop, and I do a restart after portupgrade

Re: Text file busy

2003-09-04 Thread Scott M. Likens
On Thu, 2003-09-04 at 07:44, Paul Richards wrote: > Overwriting a file that's currently executing results in a "Text file > busy" error. > > When did this start happening? > > This was something that was fixed way back on FreeBSD but it seems to be > a problem again. > > Paul. this "feature" ha

Re: Text file busy

2003-09-04 Thread Sheldon Hearn
On (2003/09/04 14:44), Paul Richards wrote: > Overwriting a file that's currently executing results in a "Text file > busy" error. > > When did this start happening? > > This was something that was fixed way back on FreeBSD but it seems to be > a problem again. Really? I've never seen it "fixe

Text file busy

2003-09-04 Thread Paul Richards
Overwriting a file that's currently executing results in a "Text file busy" error. When did this start happening? This was something that was fixed way back on FreeBSD but it seems to be a problem again. Paul. intY has scanned this email for all known viruses (www.inty.com) __

Reminder: BSDCon next week in San Mateo!

2003-09-04 Thread Robert Watson
This is just a friendly reminder e-mail that the BSD Conference is taking place in San Mateo next week, and that if you're planning to attend and haven't yet registered, you might want to. Or, just turn up and register at the door. There's a really strong lineup of FreeBSD-related papers, especi

Re: usb mouse : /dev/ums0 not created ...

2003-09-04 Thread Ivan Georgiev
On Wednesday 03 September 2003 18:15, Mark Dixon wrote: > Ivan Georgiev wrote: > >Hello, > > > >I am trying to use a USB mouse on 5.1-CURRENT (compiled today from the > > src), but the /dev/ums0 is not created by the device ... Tried with and > > without ACPI - in either case the ums0 is not create

Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Putinas
load: 0.95 cmd: sysctl 110 [running] 2.51m(micro) 12.00s 0% 436k ( here is output from ctrl-t ) I did like sugested before , hanging point is: [ -w /dev/random ] feed_dev_random /entropy [ -f /entropy -a -r /entropy -a -s /entropy ] cat /entropy dd of=/dev/random bs=8k dd of=/dev/random bs=8k ps -

Re: ATAng - copying atapi CD

2003-09-04 Thread Matthias Andree
Soren Schmidt <[EMAIL PROTECTED]> writes: > Can you play those discs in your cd-rw drive ? Is this a useful test after all? Most drives go down to 1x playing audio, which is nowhere near 52x or what's current nowadays. -- Matthias Andree Encrypt your mail: my GnuPG key ID is 0x052E7D95 ___

RE: Multi BOOT

2003-09-04 Thread Andre Guibert de Bruet
On Thu, 4 Sep 2003, Abdul Hakeem wrote: > > > Hello, > Does anyone know a way of simultaneously booting FreeBSD with Linux or > Win2K with a dual-processor and dual NIC server ? > I can set the processor affinity on the Win2k, but I am having trouble > configuring the FreeBSD to use a particular

Re: ATAng - copying atapi CD

2003-09-04 Thread Bryan Liesner
On Wed, 3 Sep 2003, Terry Lambert wrote: > Bryan Liesner wrote: > > On Wed, 3 Sep 2003, Martin wrote: > > > If you notice that your CD-R label looks strange and if you need > > > the data, you should backup it fast. > > > > No, we're talking about brand new, factory pressed, audio CDs. > > Are the

Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Vaidas Damosevicius
On Thu, 4 Sep 2003, Putinas wrote: > Hi all, > on the recent src with custom compiled kernel ( generic minus some stuff > what I don't need ) with firewall compiled in kernel , system infinitely > hangs on boot unless I press ctrl-c at this point: > Entropy harvesting: interrupts ethernet point_t

Re: config(8) KERNEL setting

2003-09-04 Thread John Birrell
On Thu, Sep 04, 2003 at 12:31:33PM +0200, Dag-Erling Sm?rgrav wrote: > I have > > Index: kern.pre.mk > === > RCS file: /home/ncvs/src/sys/conf/kern.pre.mk,v > retrieving revision 1.34 > diff -u -r1.34 kern.pre.mk > --- kern.pre.mk 22

Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Mark Murray
"Putinas" writes: > Hi all, > on the recent src with custom compiled kernel ( generic minus some stuff > what I don't need ) with firewall compiled in kernel , system infinitely > hangs on boot unless I press ctrl-c at this point: > Entropy harvesting: interrupts ethernet point_to_point > Same thin

Re: Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Dag-Erling Smørgrav
"Putinas" <[EMAIL PROTECTED]> writes: > on the recent src with custom compiled kernel ( generic minus some stuff > what I don't need ) with firewall compiled in kernel , system infinitely > hangs on boot unless I press ctrl-c at this point: > Entropy harvesting: interrupts ethernet point_to_point >

Re: config(8) KERNEL setting

2003-09-04 Thread Dag-Erling Smørgrav
John Birrell <[EMAIL PROTECTED]> writes: > It would make more sense to me if kern.pre.mk contained this: > > KERNEL?= kernel > KERNEL_KO?= ${KERNEL} > KODIR?= /boot/${KERNEL} > > Comments? I have Index: kern.pre.mk =

Entropy harvesting: interrupts ethernet point_to_point

2003-09-04 Thread Putinas
Hi all, on the recent src with custom compiled kernel ( generic minus some stuff what I don't need ) with firewall compiled in kernel , system infinitely hangs on boot unless I press ctrl-c at this point: Entropy harvesting: interrupts ethernet point_to_point Same things happens on two different co

Re: cvs commit: src/sbin/savecore savecore.8 savecore.c

2003-09-04 Thread Doug Barton
Ok, two days of silence -> commit. :) This is the first step of the plan I suggested to make savecore behavior conditional in rc.d so that we can run it safely(?) before swapon. While the guys mentioned below did help with and review this patch, I'm responsible for any screwups. :) Doug On Thu

Four -CURRENT panics (backtrace included)

2003-09-04 Thread Xin LI/李鑫
Hello everyone, I have encounted several panics in recent kernels. The kernel was compiled right after cvsup, so the date will apply to the source code. panic 1: beastie# gdb -k kernel.debug /var/crash/v

Re: bktr(4) bufs plus patch

2003-09-04 Thread Michal Mertl
On Wed, 3 Sep 2003, Jens Rehsack wrote: > Michal Mertl wrote: > > I found 2 bugs and some potential problems in bktr(4) code. > > > > Bug 1: > > Compilation with options BKTR_USE_FREEBSD_SMBUS failes. Error is > > that code tries to use iicbus which isn't defined where it looks for > > it. I added

RE: Multi BOOT

2003-09-04 Thread Abdul Hakeem
Hello, Does anyone know a way of simultaneously booting FreeBSD with Linux or Win2K with a dual-processor and dual NIC server ? I can set the processor affinity on the Win2k, but I am having trouble configuring the FreeBSD to use a particular processor and a particular NIC. Regards, Abdul Hakeem

Re: [GCC 3.3.1 regression] loop miscompiled.

2003-09-04 Thread Doug Barton
You should really file a PR about this. Doug -- This .signature sanitized for your protection ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

DISCUSSION: /dev/fd%d.%d and /dev/{a}cd%d[ac] to be discontinued ?

2003-09-04 Thread Poul-Henning Kamp
I am committing a BURN_BRIDGES patch which puts the density select devices of the floppy driver and the 'a' and 'c' compat partitions of the CD drivers on the chopping block for 6-current. There is no loss of functionality from this, the fdcontrol(8) utility allows even greater flexibility than t

wi0: cardbus card activation failed

2003-09-04 Thread wintran
Hello, I have same problem as http://lists.freebsd.org/pipermail/freebsd-current/2003-August/008948.html, but with other PCMCIA card - new Proxim Orinoco. When I plug it in, I get: cardbus0: at device 0.0 (no driver attached) cbb0: CardBus card activation failed I use kernel from yestereday, p