I had some buildworld failures earlier this week. In
src/share/man/man8 the Makefile includes code to get the sysinstall.8
manpage. Since the manpage lives in src/release, this requires that
you CVSup src-release. I had not been. This broke buildworld which had
worked in the past. sysinstall.8 is
"Russell L. Carter" wrote:
>
> %Wm Brian McCane wrote:
> %>
> %> I have an IBM T20 laptop that I want to run FreeBSD on. I have run
> %
> %BTW, I just found that this is covered on the FAQ.
>
> Otay, I must be blind. Where in http://www.freebsd.org/FAQ/book.html
> is this?
MMmmm. I think I ha
%Wm Brian McCane wrote:
%>
%> I have an IBM T20 laptop that I want to run FreeBSD on. I have run
%
%BTW, I just found that this is covered on the FAQ.
Otay, I must be blind. Where in http://www.freebsd.org/FAQ/book.html
is this?
Thanks!
Russell
%--
%Daniel C. Sobral (
Wm Brian McCane wrote:
>
> I have an IBM T20 laptop that I want to run FreeBSD on. I have run
BTW, I just found that this is covered on the FAQ.
--
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
"There is no spoon." -- Ki
"Daniel C. Sobral" wrote:
> Wm Brian McCane wrote:
> >
> > I have an IBM T20 laptop that I want to run FreeBSD on. I have run
>
> [etc]
>
> You have a problem which is technically called an "IBM laptop". IBM, in
> their infinite wisdom, decided to hibernate on the first partition it
> doesn't
On 11-Jan-01 Edwin Culp wrote:
> Thanks, John. I wish that it were that simple, that is if I am interpreting
> pstat and vmstat correctly.
It might be asking for more swap space than you have. I.e., it may need mroe
than 256 meg of swap. :(
>
> /root # pstat -s
> Device 1K-blocks
Wm Brian McCane wrote:
>
> I have an IBM T20 laptop that I want to run FreeBSD on. I have run
[etc]
You have a problem which is technically called an "IBM laptop". IBM, in
their infinite wisdom, decided to hibernate on the first partition it
doesn't recognize (hypothesis #1) or on the first pa
Thanks, John. I wish that it were that simple, that is if I am interpreting
pstat and vmstat correctly.
/root # pstat -s
Device 1K-blocks UsedAvail Capacity Type
/dev/rad0s2b 2620160 262016 0%Interleaved
I have two another disks that aren't being us
On 10-Jan-01 Edwin Culp wrote:
> I am starting to get the following error. I've never seen it before and
> don't
> really understand why it should fail. Where should I start looking for the
> problem?
>
> /boot/kernel/kernel: swap_pager_getswapspace: failed
>
> This seems to have started in
> Note that there are no \_TZ_ entries in that "vaiolx800.asl" dump
> that I submitted for the ACPI collection. I'm not sure where that
> collection is - I don't see it off www.jp.freebsd.org/acpi, if
> anyone wants to see that .asl file I can put it somewhere public.
Is there a thermal zone *an
I am starting to get the following error. I've never seen it before and don't
really understand why it should fail. Where should I start looking for the
problem?
/boot/kernel/kernel: swap_pager_getswapspace: failed
This seems to have started in the last week.
Thanks,
ed
--
EnContacto.Net
The changes require that kernel and burncd are in sync...
-Søren
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Yeah, that's what I thought. A while back someone sent me some patches
that fix the broken statclock and make it work on laptops, I can't
remember his name right now. However those patches are against FreeBSD
4.1-RELEASE, and I'm not sure if they'd work for -CURRENT. I suppose I
could do without t
:
:On Tue, Jan 09, 2001 at 04:52:29PM -0800, Matt Dillon wrote:
:
:> If you just hit the up or down arrow without having partial text on the
:> line, it works just like normal history. Once you start using it,
:> you will never be able to go back.
:
:As a side note - this is usually
[Cc trimed]
Quick news from acpi-jp :-)
> Note that there are no \_TZ_ entries in that "vaiolx800.asl" dump
> that I submitted for the ACPI collection. I'm not sure where that
> collection is - I don't see it off www.jp.freebsd.org/acpi, if
> anyone wants to see that .asl file I can put it some
Please Take me off of your list.
THANK YOU
unsubscribe freebsd-current
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
> > Note also that Scott Long ([EMAIL PROTECTED]) is also working on this,
> > you will want to check with him to work out where he's up to...
>
> OK, I intended to try acpi_thermal hacking for the next target, now
> I can be a tester and feed back something for Scott's hack :-)
Note that there
On Wed, 10 Jan 2001, Ruslan Ermilov wrote:
> On Wed, Jan 10, 2001 at 03:22:30PM +0100, Leif Neland wrote:
> > How do I remake sendmail without making a buildworld?
> >
> > I'm experimenting with cyrus-sasl and sendmail.
> >
> > cd /usr/src/contrib/sendmail && make
> >
> > doesn't work, becau
> Note also that Scott Long ([EMAIL PROTECTED]) is also working on this,
> you will want to check with him to work out where he's up to...
OK, I intended to try acpi_thermal hacking for the next target, now
I can be a tester and feed back something for Scott's hack :-)
Thanks
To Unsubscribe:
Hi,
> I'm not sure what pmtimer is supposed to do. Isn't it supposed to give
> support for the broken statclock on laptops? I saw my friend running 4.1
> with some patches that allowed him to use the statclock (and the rtc
> device showed up in systat -vm 2) On my laptop, pmtimer doesn't appear t
On Wed, Jan 10, 2001 at 03:22:30PM +0100, Leif Neland wrote:
> How do I remake sendmail without making a buildworld?
>
> I'm experimenting with cyrus-sasl and sendmail.
>
> cd /usr/src/contrib/sendmail && make
>
> doesn't work, because there is no Build there.
>
> I could import the original s
How do I remake sendmail without making a buildworld?
I'm experimenting with cyrus-sasl and sendmail.
cd /usr/src/contrib/sendmail && make
doesn't work, because there is no Build there.
I could import the original source from sendmail.org, but I'd rather
not; I'd prefer using the paths and fla
On Tue, Jan 09, 2001 at 04:52:29PM -0800, Matt Dillon wrote:
> If you just hit the up or down arrow without having partial text on the
> line, it works just like normal history. Once you start using it,
> you will never be able to go back.
As a side note - this is usually mapped to
On Wed, 10 Jan 2001, Tomasz Paszkowski wrote:
>
> I'am working on module, which catches __sysctl system call, and on
> securelevel grater than 3, refuse any changes of sysctl oids. Are there any
You might want to take a look at SPY module
(http://people.freebsd.org/~abial/spy).
> problems,
Addendum to previous message describing what seems like IRQ problems...
One thing I forgot to mention, and which is the whole reason I decided to
send this to the list, is that the ESS Audiodrive does not play in Stereo
under 4.2-Release or 5.0-Current. Sound is in mono, out of both speakers.
I am using 5.0-Current (actually intended to get 4.2-Stable, but
anyways)... It appears there is a problem with the way the system is
dealing with the mouse, keyboard, and sound devices.
My source tree was updated via CVSup just a day or so ago, and compiled on
that day, with no errors. Kerne
John Baldwin <[EMAIL PROTECTED]> writes:
> On 09-Jan-01 Dag-Erling Smorgrav wrote:
> > Going off on a tangent, I'm getting a lot fewer "hwptr went backwards"
> > with the latest -CURRENT than I used to...
> Which soundcard?
SoundBlaster Vibra 16X.
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
27 matches
Mail list logo