On Sat, Sep 29, 2001 at 07:18:21PM -0700, David O'Brien wrote:
> On Sat, Sep 29, 2001 at 09:10:45PM -0500, David W. Chapman Jr. wrote:
> > What about ports committers who test their ports on -current, but may
> > not have a very good C knowledge(like myself).
>
> You would read this list (as obv
On 30-Sep-01 Marcel Moolenaar wrote:
> On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote:
>>
>> could figure out the faulting address that it trapp'd one that would help.
>> You
>> could add KTR tracepoints or some such to store the log message to do that
>> and
>> then examin the KT
* David W. Chapman Jr. <[EMAIL PROTECTED]> [010929 21:11] wrote:
> On Sat, Sep 29, 2001 at 10:34:46AM +0100, Paul Richards wrote:
> > --On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob
> > <[EMAIL PROTECTED]> wrote:
> >
> > >
> > > So, you're gonna be rude and drive away a user because
Apologies for this - I missed out a file in a commit earlier. Fixed
now. Any other (non-module) complaints about opt_ed.h can be cured
by rerunning config.
Ian
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Sat, Sep 29, 2001 at 09:10:45PM -0500, David W. Chapman Jr. wrote:
> What about ports committers who test their ports on -current, but may
> not have a very good C knowledge(like myself).
You would read this list (as obviously you do if you saw this thread).
To Unsubscribe: send mail to [EMA
On Sat, Sep 29, 2001 at 10:34:46AM +0100, Paul Richards wrote:
> --On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob
> <[EMAIL PROTECTED]> wrote:
>
> >
> > So, you're gonna be rude and drive away a user because they missed one
> > line?
>
> Well, -current is supposed to be for develope
In message <[EMAIL PROTECTED]>, Dima Dorfman writes:
>
>The problem with this is that in a bikeshed far, far in the past, some
>people wanted to me able to call it "mount_md" instead of "mount_mfs".
>Of course, we could allow "mfs" and "md", but that seems rather ugly
>(what if someone wants "fish
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote:
>
> could figure out the faulting address that it trapp'd one that would help. You
> could add KTR tracepoints or some such to store the log message to do that and
> then examin the KTR buffer to get the actual faulting address.
Ok.
On Sat, Sep 29, 2001 at 05:25:20PM -0700, Dima Dorfman wrote:
> The problem with this is that in a bikeshed far, far in the past, some
> people wanted to me able to call it "mount_md" instead of "mount_mfs".
Hardcoding the fsname may not be terribly elegant but does work.
> Of course, we could a
Ian Dowse <[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]>, Jos Backus writes:
> >>
> >> This was fixed some time ago, I thought. Are you up to date?
> >
> >There was a commit to mdmfs.c in August.
> >This is with yesterday's -current, sorry, should have mentioned that.
>
> The "moun
In message <[EMAIL PROTECTED]>, Jos Backus writes:
>>
>> This was fixed some time ago, I thought. Are you up to date?
>
>There was a commit to mdmfs.c in August.
>This is with yesterday's -current, sorry, should have mentioned that.
The "mount -t mfs" case doesn't work with mdmfs, because mount
On Sat, Sep 29, 2001 at 04:26:03PM -0700, Kris Kennaway wrote:
> On Sat, Sep 29, 2001 at 02:32:31PM -0700, Jos Backus wrote:
> > It looks like /tmp is not getting the right permissions set (1777).
>
> This was fixed some time ago, I thought. Are you up to date?
There was a commit to mdmfs.c in
On Sat, Sep 29, 2001 at 02:32:31PM -0700, Jos Backus wrote:
> It looks like /tmp is not getting the right permissions set (1777).
This was fixed some time ago, I thought. Are you up to date?
Kris
msg31966/pgp0.pgp
Description: PGP signature
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote:
>
> Can you do 'show locks' at the ddb prompt to get a list of what locks are held?
db> show locks
exclusive (sleep mutex) Giant (0xc0343ae0) locked @
/nfs/5.x/src/sys/kern/kern_timeout.c:186
exclusive (spin mutex) sched lock (0xc034
Doug Barton <[EMAIL PROTECTED]> writes:
> With -current sources starting last night, and continuing to a cvsup done
> about half an hour ago, linprocfs is preventing kernel build. World build
> goes just fine:
Yes, I forgot to commit the changes to linprocfs after I committed
pseudofs v2. Fixed
It looks like /tmp is not getting the right permissions set (1777).
/etc/fstab:
/dev/md0/tmpmfs rw,nosuid,nodev,-s=32m,-X 0 0
lizzy:/sbin% ls -li mdmfs mount_mfs
38 -r-xr-xr-x 2 root wheel 342876 Sep 29 14:17 mdmfs
38 -r-xr-xr-x 2 root wheel 342876 Sep 29 14:17 mount_m
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote:
>
> On 29-Sep-01 Marcel Moolenaar wrote:
> > Gang,
> >
> > I was running the Linux Test Project's (ltp) regression suite to see
> > how our Linuxulator was doing. It looks like we can use that to test
> > our kernel as well. :-)\
>
>
On 29-Sep-01 Marcel Moolenaar wrote:
> Gang,
>
> I was running the Linux Test Project's (ltp) regression suite to see
> how our Linuxulator was doing. It looks like we can use that to test
> our kernel as well. :-)\
Can you do 'show locks' at the ddb prompt to get a list of what locks are held?
On 29-Sep-01 Jesper Skriver wrote:
> Hi,
>
> I'm involved in a project, where we need the ability for users to
> be in more than 16 groups, on those boxes we're using the below
> patch, any objections to committing it ?
It bloats ucred's. Might as well just leave it as it is. If people need t
With -current sources starting last night, and continuing to a cvsup done
about half an hour ago, linprocfs is preventing kernel build. World build
goes just fine:
===> fs/linprocfs
rm -f .depend
mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev
-I@/../include
/usr/local
--- David O'Brien <[EMAIL PROTECTED]> wrote:
> I cannot believe I am seeing this. Do you even *READ* this list??
I guess I was not too current on the list's traffic last few days, sorry.
__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from
On Sat, Sep 29, 2001 at 02:22:07PM -0400, David Hill wrote:
> Would it be okay to add the dictionary protocol to /etc/services?
done
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Sat, Sep 29, 2001 at 04:38:10AM -0700, Andrei Popov wrote:
> After a recent (last week) cvsup and make world I am getting the
> following error whe trying to cvsup -CURRENT:
>
> /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol
> "__stdoutp"
I cannot believe I am seeing this.
Hello -
Would it be okay to add the dictionary protocol to /etc/services?
URL: http://www.dict.org
RFC: ftp://ftp.isi.edu/in-notes/rfc2229.txt
dict 2628/tcp # A Dictionary Server Protocol
Thanks
- David
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the
Hi,
I'm involved in a project, where we need the ability for users to
be in more than 16 groups, on those boxes we're using the below
patch, any objections to committing it ?
Index: sys/sys/syslimits.h
===
RCS file: /home/ncvs/src/s
:
:I just cvsupped to the latest stable (from a -STABLE of 2 months ago) and now
:when I use vlc, or mplayer to play dvd's FreeBSD panics and reboots. I traced
:the panic but since I don't have a whole lot of time to sit here on the
:computer and trace kernel panics, I went the lazy man's rout
I just cvsupped to the latest stable (from a -STABLE of 2 months ago) and now
when I use vlc, or mplayer to play dvd's FreeBSD panics and reboots. I traced
the panic but since I don't have a whole lot of time to sit here on the
computer and trace kernel panics, I went the lazy man's route and c
When attempting to builworld on a -current system from about the 24th, buildworld
bombs like this:
--
>>> stage 1: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/
COMPAT4X=TRUE
On Sat, Sep 29, 2001 at 04:38:10AM -0700, Andrei Popov wrote:
> After a recent (last week) cvsup and make world I am getting the
> following error whe trying to cvsup -CURRENT:
>
> /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol
> "__stdoutp"
>
> after which cvsu
After a recent (last week) cvsup and make world I am getting the
following error whe trying to cvsup -CURRENT:
/usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol
"__stdoutp"
after which cvsup bails out. Why?
I tried to recompile the world and libutil separately -- same result.
On Sat, Sep 29, 2001 at 10:45:22AM +0200, Stephan van Beerschoten wrote:
> On Tue, 25 Sep 2001, Wilko Bulte wrote:
>
> > I'm not sure if this is new, but anyway on -current as of yesterday
> > evening:
> >
> > Mounting root from ufs:/dev/da1a
> > panic: lock (sleep mutex) vnode interlock not loc
--On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob
<[EMAIL PROTECTED]> wrote:
>
> So, you're gonna be rude and drive away a user because they missed one
> line?
Well, -current is supposed to be for developers and if you don't know C
you're probably not a developer. We certainly want t
On Tue, 25 Sep 2001, Wilko Bulte wrote:
> I'm not sure if this is new, but anyway on -current as of yesterday
> evening:
>
> Mounting root from ufs:/dev/da1a
> panic: lock (sleep mutex) vnode interlock not locked @
> /usr/src/sys/kern/vfs_default.c:460
> panic
Is this problem solved ? Can anyon
Gang,
I was running the Linux Test Project's (ltp) regression suite to see
how our Linuxulator was doing. It looks like we can use that to test
our kernel as well. :-)
IdlePTD 4292608
initial pcb at 3077c0
panicstr: bremfree: bp 0xc69541a8 not locked
panic messages:
---
panic: blockable sleep lo
34 matches
Mail list logo