Maxim Sobolev wrote:
>
> John Baldwin wrote:
>
> > On 02-Mar-01 Maxim Sobolev wrote:
> > > Hi folks,
> > >
> > > I'm currently creating a Vinum(4) configuration wizard for sysinstall(8),
> > > which
> > > would simplify Vinum configuration procedure for the vinum newbies. So far I
> > > finished
>
> Matthew Thyer <[EMAIL PROTECTED]> writes:
> > /usr/src/sys/kern/kern_mutex.c:593: warning: no previous prototype for `_mtx_
> > assert'
> > /usr/src/sys/kern/kern_mutex.c: In function `_mtx_assert':
> > /usr/src/sys/kern/kern_mutex.c:595: `MA_OWNED' undeclared (first use in this
> > function
I've noticed that 'make world' spams the ownership of src/contrib/sendmail/cf,
leaving it owned by root. This is bad. 8)
--
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also. But not because people want
to be opponents, rather because
Hi,
I have a machine I want to use as a FreeBSD-Current machine since I want
to work with some of the new features in 5.x that I require for a port (I'm
trying to port
The Click Modular Router from Linux and it would be good to have kernel
threads).
The problem is that the mach
On Sat, Mar 03, 2001 at 11:06:15AM -0800, George V. Neville-Neil wrote:
> I have a machine I want to use as a FreeBSD-Current machine since I want
> to work with some of the new features in 5.x that I require for a port (I'm
...
> The problem is that the machine is right now at 4.0-RE
> >
> > ccd anybody?
>
> AFAIK, unlike vinum, ccd doesn't require any special disk labeling.
Sorry, I should have been clearer. If I got it right, you're working not only
on disk labeling for vinum, but on a complete frontend. If that is true, I think
we (yes I am volunteering, in case nobody el
A simple but intensive fork bomb were started on 5.0-current UP machine.
After it, /var/log/messages contains:
Mar 3 19:16:46 iv /boot/kernel/kernel: roc: table is full
Mar 3 19:16:46 iv /boot/kernel/kernel: proc: table is full
Mar 3 19:16:46 iv last message repeated 42 times
Mar 3 19:16:46 i
Morning all ...
I'm trying to get my serial console to work on my desktop, and
appear to be failing miserably at even just getting it to accept a 'getty'
serial connection, let alone serial console ...
First, my X/mouse runs on /dev/ttyd1 ... if I startx, my mouse
does work, but
On 03-Mar-01 The Hermit Hacker wrote:
>
> Morning all ...
>
> I'm trying to get my serial console to work on my desktop, and
> appear to be failing miserably at even just getting it to accept a 'getty'
> serial connection, let alone serial console ...
>
> First, my X/mouse runs on
Woo hoo ... got the serial console working ... I had put -D into
/boot.config, vs -P ...
... neat ... I got all the boot info on my serial console, then the login
prompt went to the main screen, and no control on either one ...
is that supposed to happen?
On Sat, 3 Mar 2001, John Baldwin wrote
Well, after some hurdles with getting the serial console to work, I've now
go it to work ... I put the two sysctl commands into a file so that I
could run it as a script:
#!/bin/sh
sysctl -w debug.ktr.mask=0x1208
sysctl -w debug.ktr.verbose=2
When I 'try' to run it, I get all the 'KTR'(?) messa
While trying to upgrade a 3.3-Stable box to 4.2-Release, we crashed
during the upgrade. After restoring the system from tape, password no
longer work.
We've tried killing all files except master.passwd and regenerating with
pwd_mkdb, but that didn't work.
Any help would be greatly appreciated.
On 04-Mar-01 The Hermit Hacker wrote:
>
> Well, after some hurdles with getting the serial console to work, I've now
> go it to work ... I put the two sysctl commands into a file so that I
> could run it as a script:
>
>#!/bin/sh
> sysctl -w debug.ktr.mask=0x1208
> sysctl -w debug.ktr.verbose=2
The Hermit Hacker <[EMAIL PROTECTED]> writes:
> ... neat ... I got all the boot info on my serial console, then the login
> prompt went to the main screen, and no control on either one ...
>
> is that supposed to happen?
You aren't supposed to get a login screen on the serial line unless
you ena
John Baldwin wrote:
>
> without causing problems. However, it may be that a sleep mutex wouldn't be
> but so evil. If desired I can whip up a patch to do that instead and see how
> much worse it is. It would probably hurt lpr performance a bit unless the
> ppbus was fixed to do its own multipl
Wow, that was painful ... after 2 hrs, I got as far as:
thelab# ./enable_debug
debug.ktr.mask: 1 -> 4608
debug.ktr.verbose: 0 -> 2
waiting for X server to begin accepting connections .
XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date:
On Tue, Feb 27, 2001 at 11:23:21AM -0800, Julian Elischer wrote:
>
> [on -current]
>
> So I updated the vmware port via CVS today
> but it refuses to build with:
> jules# make
> Error: your port uses an old layout. Please update it to match this
> bsd.port.mk. If you have updated your ports co
In message <[EMAIL PROTECTED]> Steve Kargl writes:
: I get an instance panic if I start lpd, so I doubt you can make
: lpr performance any worse ;-) The printer is connected to the
: parallel port. On my work machine, lpd/lpr work fine, but the
: printer is connected via tcp/ip.
I can start l
msmith> I've noticed that 'make world' spams the ownership of
msmith> src/contrib/sendmail/cf, leaving it owned by root. This is bad. 8)
I'll fix this as soon as I get back from the east coast (Monday, assuming
the snow storm they are expecting waits until I am in the air before
hitting).
To Un
Warner Losh wrote:
> In message <[EMAIL PROTECTED]> Steve Kargl
>writes:
> : I get an instance panic if I start lpd, so I doubt you can make
> : lpr performance any worse ;-) The printer is connected to the
> : parallel port. On my work machine, lpd/lpr work fine, but the
> : printer is conne
"George V. Neville-Neil" wrote:
>
> Hi,
>
> I have a machine I want to use as a FreeBSD-Current machine since I want
> to work with some of the new features in 5.x that I require for a port (I'm
> trying to port
> The Click Modular Router from Linux and it would be good to have kernel
>
On 04-Mar-01 The Hermit Hacker wrote:
>
> Wow, that was painful ... after 2 hrs, I got as far as:
Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 serial
console if at all possible. Should've mentioned that earlier..
--
John Baldwin <[EMAIL PROTECTED]> -- http://www.Fr
On Mar 3, 9:20pm, John Baldwin wrote:
} Subject: RE: Using serial console to debug system hangs ...
}
} On 04-Mar-01 The Hermit Hacker wrote:
} >
} > Wow, that was painful ... after 2 hrs, I got as far as:
}
} Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 serial
} cons
On Sat, 3 Mar 2001, John Baldwin wrote:
>
> On 04-Mar-01 The Hermit Hacker wrote:
> >
> > Wow, that was painful ... after 2 hrs, I got as far as:
>
> Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 serial
> console if at all possible. Should've mentioned that earlier..
Ok
> The click router was designed around he same time as netgraph with many of the
> same design goals, except they wanted to make it slightly less lego than I did.
>
> It is interesting how many common ideas came up but also how many differences
>
As one of the designers of netgraph I'd be inter
25 matches
Mail list logo