I was thinking about that. Of course my skills limit me to the idea :-P
> Well, maybe if it would load automatically on first open.. :) We need
> some stub loader technology...
>
> - Jordan
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of
Hello,
> ===> wi
> make: don't know how to make
> /usr/src/sys/modules/wi/../../i386/isa/if_wi.c. Stop
> *** Error code 2
>
> Stop in /usr/src/sys/modules.
> *** Error code 1
I had same problem.
Do you have /usr/src/sys/modules/wi/.depend ?
If so, remove it and try make buildkernel again.
ko
On 15-Jan-01 Pascal Hofstee wrote:
> ===> wi
> make: don't know how to make
> /usr/src/sys/modules/wi/../../i386/isa/if_wi.c. Stop
> *** Error code 2
>
> Stop in /usr/src/sys/modules.
> *** Error code 1
Did you do a make depend? This was fixed a while ago.
--
John Baldwin <[EMAIL PROTECTED]
===> wi
make: don't know how to make
/usr/src/sys/modules/wi/../../i386/isa/if_wi.c. Stop
*** Error code 2
Stop in /usr/src/sys/modules.
*** Error code 1
--
Pascal Hofstee < daeron @ shadowmere . student . utwente . nl >
begin LOVE-LETTER-FOR-YOU.TXT.vbs
I'm a signature virus
On Mon, Jan 15, 2001 at 01:31:47PM -0600, David W. Chapman Jr. thus spoke:
> thanks for the background, quite interesting.
You're welcome. I'm currently writing a series of articles for the
tape newbie that a friend coaxed me into. I've finished electrons,
magnets, head design and QIC tape. Ro
On 2001-Jan-15 23:24:22 +0100, Andrzej Bialecki <[EMAIL PROTECTED]> wrote:
>On Tue, 16 Jan 2001, Hajimu UMEMOTO wrote:
...
>> +static unsigned int nforks = 0;
>> +SYSCTL_UINT(_kern, KERN_NFORKS, nforks, CTLFLAG_RD, &nforks, 0, "");
>
>If any, I think this should be long, otherwise on machines like
On Tue, 16 Jan 2001, Hajimu UMEMOTO wrote:
> Hi,
>
> I wish to obtain number of processes forked since boot from userland.
> So, I made a patch to intend to commit.
> Any comment?
> Index: sys/kern/kern_fork.c
> diff -u sys/kern/kern_fork.c.orig sys/kern/kern_fork.c
> --- sys/kern/kern_fork.c.o
i have the same problem with sounbblaster 16 pci. wondering if there will
be a fix any time soon?
On Mon, 15 Jan 2001, Greg Rumple wrote:
> This is the same problem I am having with a Soundblaster 16 PCI on
> 4.2-STABLE. I found a work around for it. It appears that there is
> something that
On Mon, 15 Jan 2001, Matthew Jacob wrote:
>
> FWIW, serial now is happy again. I guess the planets realigned.
Nope- it just happens more fitfully.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
FWIW, serial now is happy again. I guess the planets realigned.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
I probably have the same card as you, I just went out and bought a
soundblaster 16PCI because my new motherboard doesn't have any ISA slots.
Unfortunately, the card is detected and does play sound, but it is soo
distorted you can't really recognize anything. I was just wondering if
you hard this
Peter Wemm <[EMAIL PROTECTED]> writes:
> 1: it removes the 486-and-above code from the 386-only cases.
> 2: it removes the runtime conditionals that everybody currently executes
>if I386_CPU is present
> 3: prevents people shooting themselves in the foot at 'make depend' stage
>if they acc
On 2001-Jan-15 00:08:12 -0800, Peter Wemm <[EMAIL PROTECTED]> wrote:
>The patch below does this:
>http://people.freebsd.org/~peter/i386_cleanup.diff
...
>To be clear: THIS DOES NOT REMOVE i386 SUPPORT! It will actually slightly
>improve i386 runtime speed by removing the useless conditional test
> On Mon, 15 Jan 2001 21:07:08 +0100 (CET)
> Paul Herman <[EMAIL PROTECTED]> said:
pherman> Yes, that's my read from the source. What I also like about it is
pherman> that it counts [vr]forks to boot, plus vmpages affected by the fork.
pherman> After I first saw this in OBSD I was reall
"Rogier R. Mulhuijzen" <[EMAIL PROTECTED]> wrote:
}
} >Has there been any resolution to this? I've been having this problem
} >ever since the SMPng stuff went into the tree. I have no success in
} >getting my splash screen to work anymore or in changing video modes with
} >vidcontrol. The spl
On Tue, 16 Jan 2001, Hajimu UMEMOTO wrote:
> > On Mon, 15 Jan 2001 19:46:32 +0100 (CET)
> > Paul Herman <[EMAIL PROTECTED]> said:
>
> pherman> I like the idea, but this belongs in vmeter with context switches,
> pherman> page faults, etc, doesn't it? This is how OpenBSD does it, anyway.
This is the same problem I am having with a Soundblaster 16 PCI on
4.2-STABLE. I found a work around for it. It appears that there is
something that is being un-initialized by the FreeBSD es1371 driver that
other OS's do set. I have built a linux boot floppy, boot it, modprobe
the linux es1371
On 14-Jan-01 Peter Jeremy wrote:
> On 2001-Jan-14 23:02:28 +0200, Mark Murray <[EMAIL PROTECTED]> wrote:
>>Hi John
>>
>>There seems to be same breakage in the atomic stuff:
>>
>>link_elf: symbol atomic_load_acq_int undefined
>>KLD file random.ko - could not finalize loading
>>
>>I back out the la
On 14-Jan-01 Garance A Drosihn wrote:
> At 6:55 PM -0800 1/12/01, John Baldwin wrote:
>>On 13-Jan-01 Jordan Hubbard wrote:
>> > If anybody wants a fuller traceback then I'll compile up a kernel
>> > with debugging symbols, but it's going to be pretty sparse anyway
>> > since it basically only
On Mon, Jan 15, 2001 at 12:36:34PM -0600, Thomas T. Veldhouse wrote:
> I must have left some relics around or something. I am getting a different
> error:
No, I goofed. I'm getting my current test box back into shape so I can
build a world before making stupid suggestions.
To Unsubscribe: sen
> On Mon, 15 Jan 2001 19:46:32 +0100 (CET)
> Paul Herman <[EMAIL PROTECTED]> said:
pherman> On Tue, 16 Jan 2001, Hajimu UMEMOTO wrote:
> bright> * Hajimu UMEMOTO <[EMAIL PROTECTED]> [010115 10:00] wrote:
>
> > I wish to obtain number of processes forked since boot from userland.
> > So,
I haven't any problems yet, just finding out who has used it, but Mr. Wayne
informed me that he had problems as enclosed below so I started to ask. I
have already been talking to Matthew Jacob about this and have heard from
someone else that they got it working successfully so I think we can
cons
On Mon, Jan 15, 2001 at 12:49:29PM -0600, David W. Chapman Jr. thus
spoke:
> I checked in current with little luck. Does -current support
> VXA-1 tape drives by Ecrix. The site claims that freebsd does,
> but the only response by someone that has one says that it won't
> successfully backup.
It
I've been using one under 4.2-STABLE, for some time, without problems.
On 15-Jan-01 David W. Chapman Jr. wrote:
> I checked in current with little luck. Does -current support VXA-1 tape
> drives by Ecrix. The site claims that freebsd does, but the only response
> by someone that has one says t
Well, details would be nice.
> I checked in current with little luck. Does -current support VXA-1 tape
> drives by Ecrix. The site claims that freebsd does, but the only response
> by someone that has one says that it won't successfully backup.
>
>
>
> To Unsubscribe: send mail to [EMAIL P
I checked in current with little luck. Does -current support VXA-1 tape
drives by Ecrix. The site claims that freebsd does, but the only response
by someone that has one says that it won't successfully backup.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" i
On Tue, 16 Jan 2001, Hajimu UMEMOTO wrote:
> bright> * Hajimu UMEMOTO <[EMAIL PROTECTED]> [010115 10:00] wrote:
>
> > I wish to obtain number of processes forked since boot from userland.
> > So, I made a patch to intend to commit.
> > Any comment?
I like the idea, but this belongs in vmeter wit
Hi Bruce,
I applied the patch to dev/ppbus/lpt.c and sys/i386/isa/intr_machdep.c.
Before the patch, I got the lpt failure almost immediately.
df | lpr
df | lpr
df | lpr
lpt .cshrc
would normally do it.
After the patch, it took lots more activity. I did the above a
half-dozen times, su
> > I wish to obtain number of processes forked since boot from userland.
>I think dynamic sysctl is useful for dynamic context. But, here is
>just static and it seems there is no advantage. Isn't it?
That sounds to me like a wholly dynamic thing. I mean the amount of forks
since boot can ri
I must have left some relics around or something. I am getting a different
error:
cd /usr/src/usr.bin/rpcgen; make build-tools
make: don't know how to make build-tools. Stop
*** Error code 2
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
It appears t
Hi,
> On Mon, 15 Jan 2001 10:06:18 -0800
> Alfred Perlstein <[EMAIL PROTECTED]> said:
bright> * Hajimu UMEMOTO <[EMAIL PROTECTED]> [010115 10:00] wrote:
> Hi,
>
> I wish to obtain number of processes forked since boot from userland.
> So, I made a patch to intend to commit.
> Any commen
Sorry, I still get the same error.
===> include/rpcsvc
rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/klm_prot.x -o klm_prot.h
rpcgen: cannot find any C preprocessor (cpp)
*** Error code 1
Stop in /usr/src/include/rpcsvc.
*** Error code 1
Stop in /usr/src/include.
*** Error code 1
Stop in /u
Every time I make
the thing hangs up. I never had this problem b4 and I think its has
something to do with my CPU choice in my config file so here is the
million dollar question.
From when is your current -current install? (no pun intended)
I seem to recall people not being able to build anythin
>=> agp
>make: don't know how to make @/pci/pcivar.h. Stop
There's 2 possibilities off the top of my head
1) you've enabled threaded perl in /etc/make.conf don't do that
2) there are some files in the modules source tree that need removing. Try
make clean in /usr/src/sys/ or /usr/src/s
>Has there been any resolution to this? I've been having this problem
>ever since the SMPng stuff went into the tree. I have no success in
>getting my splash screen to work anymore or in changing video modes with
>vidcontrol. The splash_bmp KLD always reports the following:
>
>module_register_
* Hajimu UMEMOTO <[EMAIL PROTECTED]> [010115 10:00] wrote:
> Hi,
>
> I wish to obtain number of processes forked since boot from userland.
> So, I made a patch to intend to commit.
> Any comment?
Why not just use a dynamic sysctl for this?
--
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTE
Hi,
I wish to obtain number of processes forked since boot from userland.
So, I made a patch to intend to commit.
Any comment?
Index: lib/libc/gen/sysctl.3
diff -u lib/libc/gen/sysctl.3.orig lib/libc/gen/sysctl.3
--- lib/libc/gen/sysctl.3.orig Fri Jan 12 02:39:22 2001
+++ lib/libc/gen/sysctl.3
On Mon, Jan 15, 2001 at 08:37:43AM -0600, Thomas T. Veldhouse wrote:
> I just installed the FreeBSD 5.0-20010107-CURRENT snapshot and have cvsup'd
> to the latest source (as of subject). Buildworld fails as below:
Do not manually do anything to get around this yet.
Please apply and try this patc
* Adriaan Erasmus <[EMAIL PROTECTED]> [010115 07:17] wrote:
> Hi,
>
>
> I will post a lot of msg's in the future but I have one question.
>
> Where can I find a kernel source tree that will work with my
> Sound Blaster Live Sound Card.
>
> I run FreeBSD 4.1.1-STABLE and its kernel source doesn
John Baldwin <[EMAIL PROTECTED]> wrote:
}
} On 12-Dec-00 Nicolas Souchu wrote:
} > Hi there,
} >
} > I did browse the lists but found nothing about my problem.
} > Compiling GENERIC of 5.0 works correctly but once I remove
} > most of uneeded hardware, the console/kbd freeze.
} >
} > I join th
Hi,
As you have noticed, I am a fairly new FreeBSD
user, I am a Linux Guru though but BSD is more powerfull and I tend to use just
BSD in the future.
I will post a lot of msg's in the future but I have
one question.
Where can I find a kernel source tree that will
work with my Sound Blast
I just installed the FreeBSD 5.0-20010107-CURRENT snapshot and have cvsup'd
to the latest source (as of subject). Buildworld fails as below:
--
>>> stage 4: populating /usr/obj/usr/src/i386/usr/include
--
On Sun, 14 Jan 2001, Kris Kennaway wrote:
> On Sun, Jan 14, 2001 at 08:50:06PM -0500, Dibble wrote:
> > How would i go about fixing this?
>
> Actually build a 5.0 userland, not a 4.x one as you seem to have :-)
> Make sure you are following the upgrade instructions precisely, located
> in /usr/s
try enabling both and seeing if that fixes it?
On Mon, 15 Jan 2001, Adriaan Erasmus wrote:
> I still have problems compiling my kernel.
> All I want to do is add a pcm device
>
> I have a Soundblaster Live and I must add a pcm device in my new kernel config file.
>
> Every time I make the thing
I still have problems compiling my
kernel.
All I want to do is add a pcm device
I have a Soundblaster Live and I must add a pcm
device in my new kernel config file.
Every time I make the thing hangs up. I never had
this problem b4 and I think its has something to do with my CPU choice in
On Fri, 12 Jan 2001, John Baldwin wrote:
> On 13-Jan-01 Jordan Hubbard wrote:
> > I've actually been seeing this for about 2 months now but only just
> > now got motivated enough to enable crashdumps and get some information
> > on what happens whenver I try to use the printer attached to my (sad
Dear Sir or Madam,
Happy New Year! Here we send all the best wish to you.
Trend Hanger, as a professional hanger manufacturer in China specializes in producing
and designing various kinds of non-slip coated and chrome-plated metal frame
clothes hangers. The company has been in the business for
Dear Sir or Madam,
Happy New Year! Here we send all the best wish to you.
Trend Hanger, as a professional hanger manufacturer in China specializes in producing
and designing various kinds of non-slip coated and chrome-plated metal frame
clothes hangers. The company has been in the business for
"Newton, Harry" wrote:
> I think we might be talking at cross-purposes here. What does the kernel do
> if it panics before the /etc/rc script is run ? (i.e. before the dumpon
> command is issued ). I can't believe that it reads /etc/rc.conf and locates
> the dump_dev entry to determine where it sh
I think we might be talking at cross-purposes here. What does the kernel do
if it panics before the /etc/rc script is run ? (i.e. before the dumpon
command is issued ). I can't believe that it reads /etc/rc.conf and locates
the dump_dev entry to determine where it should put the crash dump. In
4.4
Hi,
My box hangs up solid when recompiling my kernel to
add pcm driver.
I got the latest src tree though cvsup and I
followed the standard procedure to recompile my new kernel to include
pcm
I can do a /usr/sbin/config
MYNEWKERNEL
Then in /usr/src/sys/compile/MYNEWKERNEL I can do
make d
51 matches
Mail list logo