--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
On Tue, Jan 14, 2003 at 02:13:39PM +1100, Simon Coggins wrote:
> Hi,
>
> I'm having a problem installing 5.0 RC2 from cd onto my Compaq amarda M700
> laptop. I get errors from acpi on boot that look like:
>
> ACPI-1287: *** Method execution failed. AE_AML_BUFFER_LIMIT
>
> And a complaint about t
Hi Thomas,
> s = splnet();
> + if (so->so_state & (SS_ISCONNECTED | SS_ISCONNECTING)) {
> + splx(s);
> + return (EINVAL);
> + }
> error = (*so->so_proto->pr_usrreqs->pru_listen)(so, td);
> if (error) {
> splx(s);
>
Can you commit th
On 17:20+0100, Jan 13, 2003, Wiktor Niesiobedzki wrote:
> On Sun, Jan 12, 2003 at 04:52:53PM +0300, Maxim Konovalov wrote:
> >
> > Hello,
> >
> > Please try a next patch:
> >
> It seems, that now logging with skipto is working correctly (I get expected
> results), but funny thing, when there is no
On Mon, 13 Jan 2003 11:46:43 -, [EMAIL PROTECTED] wrote:
>In the meantime we _really_ have to ship 5.0-RELEASE, we keep
>slipping it.
That sounds like "it's time to ship so we're going to ship".
I'm not trying to get up anyone's nose here, but aren't there
objective release criteria?
To Uns
On (2003/01/14 10:22), local.freebsd.current wrote:
> >In the meantime we _really_ have to ship 5.0-RELEASE, we keep
> >slipping it.
>
> That sounds like "it's time to ship so we're going to ship".
>
> I'm not trying to get up anyone's nose here, but aren't there
> objective release criteria?
Y
Martin Blapp wrote:
> Can you commit this ? The fix looks appropriate, but the manpage should
> also be changed to reflect the change.
>
> ERRORS
> Listen() will fail if:
>
> [EBADF]The argument s is not a valid descriptor.
> [ENOTSOCK] The argument s is not a s
On Mon, 13 Jan 2003, Scott Long wrote:
> Vincent Poy wrote:
>
> > Greetings:
> >
> > Is anyone running FreeBSD on a Dell Inspiron 8200 notebook? I'm
> > trying to figure out if there is a way to prevent the notebook from
> > suspending when the lid is closed. Thanks.
>
> I have that notebook
On Tue, 14 Jan 2003, Alistair Sutton wrote:
> * Vincent Poy ([EMAIL PROTECTED]) wrote:
> > On Tue, 14 Jan 2003, Alistair Sutton wrote:
> >
> > > * Vincent Poy ([EMAIL PROTECTED]) wrote:
> > > > Greetings:
> > > >
> > > > Is anyone running FreeBSD on a Dell Inspiron 8200 notebook? I'm
> >
subscribe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Sheldon Hearn wrote:
> On (2003/01/14 10:22), local.freebsd.current wrote:
> > >In the meantime we _really_ have to ship 5.0-RELEASE, we keep
> > >slipping it.
> >
> > That sounds like "it's time to ship so we're going to ship".
> >
> > I'm not trying to get up anyone's nose here, but aren't there
On Tue, 2003/01/14 at 02:51:03 -0800, Terry Lambert wrote:
> Martin Blapp wrote:
> > Can you commit this ? The fix looks appropriate, but the manpage should
> > also be changed to reflect the change.
> >
> > ERRORS
> > Listen() will fail if:
> >
> > [EBADF]The argument s is
Thomas Moestl wrote:
> > > [EINVAL] Listen() has been already called on the socket.
> The manpage change does not reflect the change in the patch :)
> It should be:
>
> [EINVAL]The socket is connected.
Oh. That's very different. Never mind. 8-).
-- Terry
To Uns
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
Hello all,
I'm trying to install the new RC3 release on a laptop Toshiba SP6000.
Problem is that Boot kernel from install CD (mini) hangs whith this message
:
...
acpi0: on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE63
Using $PIR table, 7 entries at 0xc00f01d0
acpi0:
Chuck McCrobie wrote:
Thank you. That was it. Booted from
/boot/cvsup/kernel, loaded modules from
/boot/kernel/*. Now, if I can just figure out
"read-conf" and friends in loader.
It seems I have to manually:
loader> unload
loader> set kernel=cvsup
loader> set kernelname=/boot/cvsup/kernel
Hi,
If you're like me, you've tried EVERYTHING to lose
weight. I know how you feel - the special diets,
miracle pills, and fancy exercise equipment never helped
me lose a pound either. It seemed like the harder I tried,
the bigger I got, until I heard about a product called
Power Diet Plus.
You
Some typo in first message, here is a complete message btw :
FreeBSD 5.0-RC3 #0: Fri Jan 10 23:09:54 GMT 6003
root@cypress\M-:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0aab000.
Preloaded mfs_root "/boot/mfsroot" at 0xc0aab0a8.
Preloaded elf mod\M-ule "/boot/
In message <[EMAIL PROTECTED]
.com>, "local.freebsd.current" writes:
>On Mon, 13 Jan 2003 11:46:43 -, [EMAIL PROTECTED] wrote:
>
>>In the meantime we _really_ have to ship 5.0-RELEASE, we keep
>>slipping it.
>
>That sounds like "it's time to ship so we're going to ship".
That's it.
>I'm not t
+ Sheldon Hearn <[EMAIL PROTECTED]>:
| On (2003/01/14 10:22), local.freebsd.current wrote:
|
| > I'm not trying to get up anyone's nose here, but aren't there
| > objective release criteria?
|
| Yes. One of the release criteria is that it come into existence. :-)
Indeed. There is an old story
Did you try adding
hint.acpi.0.disabled="1"
to
/boot/device.hints
http://www.freebsd.org/cgi/man.cgi?query=device.hints&sektion=5&manpath=FreeBSD+5.0-current
On 14 Jan 2003, Simon Coggins wrote:
> Sent this to questions@ got no response.
> Hoping someone in here can help me.
>
>
> -
On Tue, 14 Jan 2003, Martin Blapp wrote:
>
> Hi Thomas,
>
> > s = splnet();
> > + if (so->so_state & (SS_ISCONNECTED | SS_ISCONNECTING)) {
> > + splx(s);
> > + return (EINVAL);
> > + }
> > error = (*so->so_proto->pr_usrreqs->pru_listen)(so, td);
> > if (error) {
Have you tried disabling ACPI?
If not try hitting space at the boot prompt and typing:
unset acpi_load
if that works, install and then add
hint.acpi.0.disabled="1"
to
/boot/device.hints
http://www.freebsd.org/cgi/man.cgi?query=device.hints&sektion=5&manpath=FreeBSD+5.0-current
On 14
On Tue, 14 Jan 2003, Andy Farkas wrote:
> >
> > Once again it's my pleasure to announce Release Cadidate 3 of
> > FreeBSD 5.0.
>
> Perhaps I do things in a non-standard way, but its worked for the last 8
> years from 2.x through to 4.7-stable.
>
> Firstly, I download 'floppies' and create the
On Mon, Jan 13, 2003 at 10:59:08AM -0800, Chuck McCrobie wrote:
> Two panics produced when using Linux emulation on a
> machine CVSUP'ed two hours ago. Both very easy to
> produce.
What? You didn't want accurate Linux emulation. ;-)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscri
Have the config of the kernel files changed?
If so is there a pointer as to what where, and how to convert old to
new?
Getting an error with a previously working one.
hecate# cd /usr/src
hecate# make buildkernel KERNCONF=PICTUREBOOKKERN
Running test variables
PASS: Test variables detected no re
Have the config of the kernel files changed?
If so is there a pointer as to what where, and how to convert old to
new?
Getting an error with a previously working one.
hecate# cd /usr/src
hecate# make buildkernel KERNCONF=PICTUREBOOKKERN
Running test variables
PASS: Test variables detected no re
On Tue, 2003-01-14 at 17:26, Ian Watkinson wrote:
> Have the config of the kernel files changed?
>
>
> If so is there a pointer as to what where, and how to convert old to
> new?
>
> Getting an error with a previously working one.
Bad form to follow my own posts, but solved it, not run buildwor
you need to update the config file
its in /usr/src/usr.sbin/config
simple make install and this little error is fixt
On 14 Jan 2003 17:26:13 +, Ian Watkinson wrote
> Have the config of the kernel files changed?
>
> If so is there a pointer as to what where, and how to convert old to
> n
On Tue, 14 Jan 2003, Sheldon Hearn wrote:
> On (2003/01/14 10:22), local.freebsd.current wrote:
>
> > >In the meantime we _really_ have to ship 5.0-RELEASE, we keep
> > >slipping it.
> >
> > That sounds like "it's time to ship so we're going to ship".
> >
> > I'm not trying to get up anyone's no
On Tue, 14 Jan 2003, Coercitas Temet'Nosce wrote:
> I'm trying to install the new RC3 release on a laptop Toshiba SP6000.
>
> Problem is that Boot kernel from install CD (mini) hangs whith this message
> ...
> acpi0: on motherboard
> ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE63
>
On Tue, 14 Jan 2003, Trish Lynch wrote:
> On Tue, 14 Jan 2003, Andy Farkas wrote:
> > Perhaps I do things in a non-standard way, but its worked for the last 8
> > years from 2.x through to 4.7-stable.
> >
> > Firstly, I download 'floppies' and create the 2 boot disks, kern.flp and
> > mgsroot.f
http://lxr.linux.no/source/drivers/char/agp/agp.h
The linux kernel uses ID 0x0605 as well!
//David Holm
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
I wonder if it might be even better to disable it by default. Nothing turns people off
like an OS that doesn't install.
On 14 Jan 2003, Nate Lawson wrote:
> On Tue, 14 Jan 2003, Coercitas Temet'Nosce
> wrote:
> > I'm trying to install the new RC3 release on
> > a laptop Toshiba SP6000.
> >
> >
> Date: Tue, 14 Jan 2003 10:05:22 -0800
> From: Francis Barnhart <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
>
> I wonder if it might be even better to disable it by
> default. Nothing turns people off like an OS that doesn't install.
It should CERTAINLY be turned off on the install CDs and f
I would have preferred to do a bit more analysis of this before
posting, but the release is getting so close that I felt I'd better
say something now!
I am attempting to upgrade a 4.7-Stable system last updated on Jan. 4
to 5.0 (using tag=RELENG_5_0). Before the cvsup, I deleted /usr/obj
and /usr/
Hello,
After a few hicups which all seemed to cure themselves mysteriously, I
finally have CURRENT running on my machine. I have found one completely
consistent problem that I could use some help with.
Although GENERIC functions perfectly, when I enable SMP in GENERIC, the box
freezes during bi
On Tue, 14 Jan 2003, Kevin Oberman wrote:
> > From: Francis Barnhart <[EMAIL PROTECTED]>
> > I wonder if it might be even better to disable it by
> > default. Nothing turns people off like an OS that doesn't install.
>
> It should CERTAINLY be turned off on the install CDs and floppies! It
> was V
On Tue, 14 Jan 2003, wade wrote:
> Although GENERIC functions perfectly, when I enable SMP in GENERIC, the box
> freezes during big build jobs ( i.e. buildworld. ). This box functioned
> well in SMP mode und 4.7-STABLE. The big problem is that freezing does not
> leave core files or any other deb
On Tue, Jan 14, 2003 at 11:12:30AM -0800, Nate Lawson wrote:
> On Tue, 14 Jan 2003, wade wrote:
> > Although GENERIC functions perfectly, when I enable SMP in GENERIC, the box
> > freezes during big build jobs ( i.e. buildworld. ). This box functioned
> > well in SMP mode und 4.7-STABLE. The big
On 14-Jan-2003 David Holm wrote:
> On Tue, 14 Jan 2003 03:14:59 +0100
> David Holm <[EMAIL PROTECTED]> wrote:
>
>> On Mon, 13 Jan 2003 16:16:51 -0500 (EST)
>> John Baldwin <[EMAIL PROTECTED]> wrote:
>>
>> >
>> > On 13-Jan-2003 David Holm wrote:
>> >
>> > What is the output of 'dmesg | grep agp
On 14-Jan-2003 Vincent Poy wrote:
> On Mon, 13 Jan 2003, Scott Long wrote:
>
>> Vincent Poy wrote:
>>
>> > Greetings:
>> >
>> >Is anyone running FreeBSD on a Dell Inspiron 8200 notebook? I'm
>> > trying to figure out if there is a way to prevent the notebook from
>> > suspending when the lid
On Tue, Jan 14, 2003 at 11:10:03AM -0800, Nate Lawson wrote:
>
> But before the conversation gets off topic, I want to know where acpi
> disabling is documented so I can point people to the doc instead of
> answering the same question over and over.
>
It's documented in loader(8), device.hints(5
On Tue, 14 Jan 2003, John Baldwin wrote:
> On 14-Jan-2003 Vincent Poy wrote:
> > On Mon, 13 Jan 2003, Scott Long wrote:
> >
> >> Vincent Poy wrote:
> >>
> >> > Greetings:
> >> >
> >> >Is anyone running FreeBSD on a Dell Inspiron 8200 notebook? I'm
> >> > trying to figure out if there is a way
That is where this issue is documented. However, it is incorrect. The proper hint is
in fact:
hint.acpi.0.disabled
While other ways exist, one way to solve the problem is:
To allow the install to boot, at the boot prompt type
unset acpi_load
Then, after the install, add
hint.acpi.0.disabled=
On Tue, 14 Jan 2003, Wilko Bulte wrote:
> On Tue, Jan 14, 2003 at 11:12:30AM -0800, Nate Lawson wrote:
> > On Tue, 14 Jan 2003, wade wrote:
> > > Although GENERIC functions perfectly, when I enable SMP in GENERIC, the box
> > > freezes during big build jobs ( i.e. buildworld. ). This box functione
On Tue, 14 Jan 2003, John Baldwin wrote:
>
> On 14-Jan-2003 Vincent Poy wrote:
> > On Mon, 13 Jan 2003, Scott Long wrote:
> >
> >> Vincent Poy wrote:
> >>
> >> > Greetings:
> >> >
> >> >Is anyone running FreeBSD on a Dell Inspiron 8200 notebook? I'm
> >> > trying to figure out if there is a
[[ Courtesy wrap of long lines. ]
On Tue, Jan 14, 2003 at 11:42:58AM -0800, Francis Barnhart wrote:
> That is where this issue is documented. However, it is incorrect.
> The proper hint is in fact:
>
> hint.acpi.0.disabled
Yes, you are correct. INSTALL.TXT should be updated.
>
> While other
On Tue, 14 Jan 2003, Francis Barnhart wrote:
> That is where this issue is documented. However, it is incorrect. The proper hint is
>in fact:
>hint.acpi.0.disabled
I think we can get by fine with:
set hint.acpi.0.disabled=1
at the boot prompt. This keeps what we tell users to type consist
On Tue, Jan 14, 2003 at 11:51:36AM -0800, Nate Lawson wrote:
> On Tue, 14 Jan 2003, Wilko Bulte wrote:
> > On Tue, Jan 14, 2003 at 11:12:30AM -0800, Nate Lawson wrote:
> > > On Tue, 14 Jan 2003, wade wrote:
> > > > Although GENERIC functions perfectly, when I enable SMP in GENERIC, the box
> > > >
On Tue, 14 Jan 2003, Daniel Eischen wrote:
> On Tue, 14 Jan 2003, John Baldwin wrote:
> >
> > On 14-Jan-2003 Vincent Poy wrote:
> > > On Mon, 13 Jan 2003, Scott Long wrote:
> > >
> > >> Vincent Poy wrote:
> > >>
> > >> > Greetings:
> > >> >
> > >> >Is anyone running FreeBSD on a Dell Inspiron
When updating mysql with portupgrade -a, the computer reboots without
a crash dump.
(#:/home/eirik)- portupgrade -a
...
---> Upgrading 'mysql-client-3.23.53_1' to 'mysql-client-3.23.54'
(databases/mysql323-client)
...
checking for restartable system calls...
^--- There it just hangs, when I pus
On Tue, 14 Jan 2003, Vincent Poy wrote:
> On Tue, 14 Jan 2003, Daniel Eischen wrote:
> > That doesn't work for me. After switching from S1 to S0 and
> > closing the lid, the machine still suspends. Plus, it never
> > wakes up. It needs a power on, and then the subsequent fsck's
> > when FreeBSD
On Tue, 14 Jan 2003, Daniel Eischen wrote:
> On Tue, 14 Jan 2003, Vincent Poy wrote:
> > On Tue, 14 Jan 2003, Daniel Eischen wrote:
> > > That doesn't work for me. After switching from S1 to S0 and
> > > closing the lid, the machine still suspends. Plus, it never
> > > wakes up. It needs a powe
Vincent Poy wrote:
Just curious but does the LCD stay on when the machine suspends
since on mines, the last thing displayed will remain there until I hold
the power button down to manually shut the machine off and then the power
on where it does the fsck's and FreeBSD boots again.
This has bee
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
On Tue, 14 Jan 2003, Lars Eggert wrote:
> Vincent Poy wrote:
>
> > Just curious but does the LCD stay on when the machine suspends
> > since on mines, the last thing displayed will remain there until I hold
> > the power button down to manually shut the machine off and then the power
> > on wh
On Tue, 14 Jan 2003 14:20:21 -0500 (EST)
John Baldwin <[EMAIL PROTECTED]> wrote:
>
> On 14-Jan-2003 David Holm wrote:
> >
> > My mistake, I didn't preload the module. I thought I could load it on a booted
>system.
> > Anyway, with the standard agp module preloaded I get the following:
> >
> >
Attached (and below my sig) is a diff of ACPI changes to INSTALL.TXT.
Francis Barnhart
[EMAIL PROTECTED]
http://francisbarnhart.com/
--- /stand/help/INSTALL.TXT Fri Jan 10 18:21:12 2003
+++ INSTALL.TXT Tue Jan 14 15:34:00 2003
@@ -891,13 +891,14 @@
the i386 platform to aid in system confi
On Tue, 14 Jan 2003, Francis Barnhart wrote:
> --- /stand/help/INSTALL.TXT Fri Jan 10 18:21:12 2003
> +++ INSTALL.TXT Tue Jan 14 15:34:00 2003
> @@ -891,13 +891,14 @@
> the i386 platform to aid in system configuration if it's detected during
> boot. Unfortunately, some bugs still exist
Hello Again,
Thanx all for your messages, I think I start to figure how it is handled.
Problem still exists, system still hangs at "agp0: mem 0xf000-0xf3ff at device 0.0 on pci0" but I think it is
in this way I may find a solution. Is there by chance anyway to see what
will be load or not
On Tue, Jan 14, 2003 at 12:48:47PM -0800, Nate Lawson wrote:
> On Tue, 14 Jan 2003, Francis Barnhart wrote:
> > --- /stand/help/INSTALL.TXT Fri Jan 10 18:21:12 2003
> > +++ INSTALL.TXT Tue Jan 14 15:34:00 2003
> > @@ -891,13 +891,14 @@
> > the i386 platform to aid in system configuration if
On Tue, Jan 14, 2003 at 09:52:10PM +0100, Coercitas Temet'Nosce wrote:
>
> Thanx all for your messages, I think I start to figure how it is handled.
> Problem still exists, system still hangs at "agp0: bridge> mem 0xf000-0xf3ff at device 0.0 on pci0" but I think it is
> in this way I may
Nate Lawson wrote:
On Tue, 14 Jan 2003, Lars Eggert wrote:
>Vincent Poy wrote:
>
>
>> Just curious but does the LCD stay on when the machine suspends
>>since on mines, the last thing displayed will remain there until I hold
>>the power button down to manually shut the machine off and then the
p
Ok, problem solved...
Thanx for your notes, it helped a lot.
For thse who may wonder, I simply changed 2 parameters :
hw.pci.enable_io_modes
Enable PCI resources which are left off by some BIOSes or
are not enabled correctly by the device driver. Tunable
Wilko Bulte wrote:
> > On Tue, 14 Jan 2003, wade wrote:
> > > Although GENERIC functions perfectly, when I enable SMP in GENERIC, the box
> > > freezes during big build jobs ( i.e. buildworld. ). This box functioned
> > > well in SMP mode und 4.7-STABLE. The big problem is that freezing does not
--- /stand/help/INSTALL.TXT Fri Jan 10 18:21:12 2003
+++ INSTALL.TXT Tue Jan 14 16:51:44 2003
@@ -891,13 +891,14 @@
the i386 platform to aid in system configuration if it's detected during
boot. Unfortunately, some bugs still exist in both the ACPI driver and
within system motherboards
Im runnign 5.0-CURRENT on a Gigabyte G6-BXD motherboard with dual pentium 3
450's w/512k cache on each. Total ram in the machine is 320Mb pc133 (all
mushkin "cool" series) and it's run without problem. (Yes, SMP is enabled
and running). Here's a dmesg clipping:
CPU: Pentium III/Pentium III Xeo
Terry Lambert wrote:
If a legacy application stops working because a system changes,
it's the fault of the system doing the changing, not the fault of
the people back in 1984 who didn't know ANSI was going to bung-up
the C language until their application no longer worked.
There has to be some a
[EMAIL PROTECTED] wrote:
In message
<[EMAIL PROTECTED]
..com>, "local.freebsd.current" writes:
>That sounds like "it's time to ship so we're going to ship".
That's it.
>I'm not trying to get up anyone's nose here, but aren't there
>objective release criteria?
yes: "No more delays" :-)
I th
Hi, I just went from 4.7-STABLE to -CURRENT on an x21 laptop. One thing I
have noticed is the following:
$pkg_version -v -s bash
bash-2.05b > succeeds port (port has 2.05b.004)
Before the upgrade (and what I would have assumed) bash-2.05b was older than
bash-2.05b.004 (or 'needs upda
On Tue, Jan 14, 2003 at 01:18:02PM +0300, Maxim Konovalov wrote:
> On 17:20+0100, Jan 13, 2003, Wiktor Niesiobedzki wrote:
> > It seems, that now logging with skipto is working correctly (I get expected
> > results), but funny thing, when there is no log rule, the skipto command won't
> > work.
>
Francis Barnhart <[EMAIL PROTECTED]> writes:
> Have you tried disabling ACPI?
>
> If not try hitting space at the boot prompt and typing:
>
> unset acpi_load
OK, this works for me, but then PCMCIA does not seem to work.
--
Alexander Pohoyda
<[EMAIL PROTECTED]>
To Unsubscribe: send mail to
On Tue, Jan 14, 2003 at 11:30:39PM +, How Can ThisBe wrote:
> Hi, I just went from 4.7-STABLE to -CURRENT on an x21 laptop. One thing I
> have noticed is the following:
>
> $pkg_version -v -s bash
> bash-2.05b > succeeds port (port has 2.05b.004)
>
> Before the upgrade (and what I
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
On Tue, 14 Jan 2003, Trish Lynch wrote:
> I just want to point out, POLA really only applies to -STABLE, and we're
> talking very specifically about -CURRENT.
>
> IN -CURRENT, substantial changes can be made with little warning, and only
> documentation sometimes (most of the time, people give a *
In the last episode (Jan 14), Keith Jones said:
> I'm new to this list, so apologies if this has been stated before,
> but having just discovered that /usr/include/malloc.h has gone from
> being merely deprecated (in -STABLE) to obsolete (in -RC), I'm with
> Terry on this one. Yes it may be the rig
On 15 Jan 2003, Alexander Pohoyda wrote:
> OK, this works for me, but then PCMCIA does not seem to work.
The installer only supports NEWCARD (ie, PCI CARDBUS) devices.
Do you have an ISA or PCMCIA only PCI based system?
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD
On Tue, 14 Jan 2003, Lars Eggert wrote:
> Vincent Poy wrote:
>
> > Just curious but does the LCD stay on when the machine suspends
> > since on mines, the last thing displayed will remain there until I hold
> > the power button down to manually shut the machine off and then the power
> > on wh
Hello all,
Pardon this poor question but I was looking for up to date documentation
about FreeBSD-current (5.0-RC3). Most important points to me are new kernell
config and IPFilter implementation (didn't saw anything related in new files
concerning kernell tuning and config).
Can someone tell me
I haven't actually tried 5.0RC3 yet, so what I'm about to say may be
irrelevant, but here goes:
One thing I noticed in previous releases is that the choice of packages is a
little odd. Many small packages and ones that are not popular seem to make
it on the first CD, while bigger and/or more popul
Vincent Poy wrote:
On Tue, 14 Jan 2003, Lars Eggert wrote:
>This has been discussed in the "ACPI video driver (for Dell Latitude
>C640)" thread last August. The symptoms are actually a bit different:
>The screens stays on on suspend, and goes black on resume. The machine
>is still live after res
Dan Nelson wrote:
I think 8 years of warnings is more than enough :)
I agree with you that it ought to be. Personally I think people that
still use "#include " should be forced to write out "#include
" 1000 times, then eat the paper. However, it is an imperfect
universe. ;)
Out of the ~710
Craig Reyenga wrote:
One thing I noticed in previous releases is that the choice of
packages is a
little odd. Many small packages and ones that are not popular seem to make
it on the first CD, while bigger and/or more popular ones are stuck being
fetched+built manually after. This can be a pain
Oops... my original posts got sent to their posters in stead of the list...
At 11:12 AM 1/14/03 -0800, you wrote:
>On Tue, 14 Jan 2003, wade wrote:
>> Although GENERIC functions perfectly, when I enable SMP in GENERIC, the box
>> freezes during big build jobs ( i.e. buildworld. ). This box functi
On Tue, Jan 14, 2003 at 01:34:09PM -0800, Lars Eggert wrote:
> >>
> >>This has been discussed in the "ACPI video driver (for Dell Latitude
> >>C640)" thread last August. The symptoms are actually a bit different:
> >>The screens stays on on suspend, and goes black on resume. The machine
> >>is stil
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/5.0-RC3/RELNOTES.HTM
/usr/src/UPDATING
and the files in /usr/src/sys/i386/conf (replacing i386 with your
architecture)
would be a good start
good luck
Tim
On Wednesday 15 January 2003 02:13 am, Coercitas Temet'Nosce wrote:
> Hello
On Wed, 2003-01-15 at 14:25, Keith Jones wrote:
> Craig Reyenga wrote:
>
> > One thing I noticed in previous releases is that the choice of
> > packages is a
> > little odd. Many small packages and ones that are not popular seem to make
> > it on the first CD, while bigger and/or more popular one
On Tue, 14 Jan 2003, Lars Eggert wrote:
> Vincent Poy wrote:
>
> > On Tue, 14 Jan 2003, Lars Eggert wrote:
> >
> > >This has been discussed in the "ACPI video driver (for Dell Latitude
> > >C640)" thread last August. The symptoms are actually a bit different:
> > >The screens stays on on suspend,
I've installed 5.0 RC3 on an HP ProLiant DL380 G3 (which has USB ports),
and I'm constantly getting these error messages on the console:
uhub0: port error, giving up port 2
uhub0: port error, restarting port 2
Anyone else seeing these errors? I didn't get these with 4.7, but I did
see them wit
Vincent Poy wrote:
On Tue, 14 Jan 2003, Lars Eggert wrote:
>My Dell resumes from standby when I hit the power button briefly, i.e.
>less than the 4 seconds or so that force a power off.
Hmmm, not mines. When I hit the power button for like 1-3
seconds, I can see the lights change but the net
What USB devices are connected to these ports?
On Tue, 14 Jan 2003 20:34:49 -0600
"Cagle, John (ISS-Houston)" <[EMAIL PROTECTED]> wrote:
> I've installed 5.0 RC3 on an HP ProLiant DL380 G3 (which has USB
> ports), and I'm constantly getting these error messages on the
> console:
>
> uhub0: port
These mentioned licensing issues make sense, however I still think that
there should be some sort of system to ensure big and/or popular packages to
make it to CD #1.
-Craig
> > One thing I noticed in previous releases is that the choice of
> > packages is a
> > little odd. Many small packages an
On Tue, Jan 14, 2003 at 08:14:11PM -0500, Craig Reyenga wrote:
> I haven't actually tried 5.0RC3 yet, so what I'm about to say may be
> irrelevant, but here goes:
>
> One thing I noticed in previous releases is that the choice of packages is a
> little odd. Many small packages and ones that are no
On Tue, Jan 14, 2003 at 09:44:06PM -0500, Craig Reyenga wrote:
> These mentioned licensing issues make sense, however I still think that
> there should be some sort of system to ensure big and/or popular packages to
> make it to CD #1.
Request it.
Bear in mind that disc 1 has limited free space.
Sorry, I should have said this earlier: nothing is connected to them.
This is a really weird problem -- the error messages stopped within 60
seconds of setting the correct date on the server (it was set for
November, 2002) and I cannot get them to come back, even by setting the
date back to Novemb
There seems to be a bug in recent versions of pkg_delete. Sometimes
it works, sometimes it doesn't. When it doesn't, I get:
.//: Permission denied
pkg_delete: post-deinstall script returned error status
I have to retry multiple times before it miraculously succeeds - and
of course, it *always*
If memory serves me right, "Craig Reyenga" wrote:
> These mentioned licensing issues make sense, however I still think that
> there should be some sort of system to ensure big and/or popular packages to
> make it to CD #1.
No matter what, disc#1 has a finite amount of space and it's going to be
im
While booting, the loader hangs up with the popup message:
"Module if_kwi.ko load failed"
Debug message shows: "undefined rc4_init symbol"
I have tried various settings in Bios, used different floppy disks but the
problem continues.
Interestingly, the problem does not occur with 4.x but shows up
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
1 - 100 of 121 matches
Mail list logo