I saw this the other day:
http://www.sleepycat.com/historic.html
Down at the bottom:
> Finally, you should not upgrade your GNU gcc or Solaris compiler.
> Optimizations in versions of gcc 2 that were in alpha test in the
> summer of 1997, and a version of the standard Solaris WorkShop Compiler
e from dmesg:
acd0: DVDR at ata1-master PIO4
atapicam doesn't fix it. UDMA doesn't fix it. GENERIC kernel.
Reading works fine.
Suggestions?
--
David E. Cross
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/l
Yes, I know it is a long dead horse.
I was just looking for a copy of the modifications that were made by
Carlos Tapang. Could someone point me at them, or know Carlos's
current email adress?
--
David Cross | email: [EMAIL PROTECTED]
Lab Director
I upgraded to 4.1-RC1 today; attempted to fire up esound and my system hung.
I rebooted into X, fired up esound from text mode and system hung again
with a message that an NMI was caught.
I remember that the SBLive has some issues with ECC systems, resulting in
some NMIs being thrown. It would
Hmm... backing out to emu10k1.c version 1.6 did not fix my problem. Does
anyone else have a SBLive! in an ECC machine that is throwing an NMI
whenever you try to use xmms or esd? If not, I will try to binary search
the dates to see if I can find when the change that tickeled the NMI bug on
the
I have recently had the time to start devoting more time to FreeBSD;
especially the NFS code. I have stumbled upon a problem that seems
to be out of my league.
The problem is manifested when NFS/TCP connections just hang.
Sometimes for only a few seconds, other times for minutes.
Below is a netw
The latest snapshots off of releng4.freebsd.org have a couple of problems
with the kern.flp/mfsroot.flp images. The first problem is that the
"boot.config" file doesn't exist; this makes serial console installs
problematic (although easily fixed).
Secondly the 2913 image has the problem that
> David did say that it pretty much works, and preliminary reports
> from a while back started getting him some feedback which quickly
> died off after people forgot about the announcement.
The only confirmed bug (reported from Drew Gallatin @ Duke) appears to be a
result of broken RPC64. I _thou
I pruned the Cc: list a bit...
One of the email messages that you quoted has the URL for the latest
development of the lockd code. As far as tests go it appears to be mostly
complete (there appears to be an issue with RPC64 on little endian machines,
but I have not yet had a chance to crawl thro
Going with the lockd code on builder is great with me. The last I had
looked it had some of the same issues as the lockd developed here (no
handling of grace periods, etc.), so on a featureset we are even. The rpics
lockd has the advantage of being known by some of us to a much greater extent
th
I'm not going to take such an action w/o the blessing of -core. :)
--
David Cross | email: [EMAIL PROTECTED]
Lab Director | Rm: 308 Lally Hall
Rensselaer Polytechnic Institute, | Ph: 518.276.2860
Department of Compute
I have run across a problem since updating to -STABLE a week or so ago...
my CVS vinum partition would go corrupt after a few updates. I have been
running with no softupdates on my system for a day now and no problems.
Has anyone else seen this?
--
David Cross | ema
No, I am just using vinum stripes. The problem seems to have fixed itself
when I got a ufs_readwrite.c update from Matt after it was committed.
This is an interesting problem, since I am not entirely sure what fixed it,
if it is really fixed, etc...
Sigh, oh well.
--
David Cross
(for things like actually
shutting the computer off in response to ACLine/UPS failure.)
Cheers,
--
David E. Cross
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hello, sound is not working correctly on this IBM model T22 laptop.
Specifically whenever sound plays it is very garbled. I can get it
to play almost correctly via either 'ping -f somehost' or
'dd bs=512 if=/dev/zero of=foo.zero' (well, at least until the filesystem
fills up ;) the ethernet c
Hmm... an interesting followup to the laste email...
a flood ping FROM the laptop TO another machine clears up the problem...
a flood ping TO the laptop FROM another machine does nothing.
I assumed this may have had something to do with context switches (or
something)... so I did a 'while (tru
Cool
What is the 'long term' fix? (and when will it be in -stable ;)
--
David Cross | email: [EMAIL PROTECTED]
Lab Director | Rm: 308 Lally Hall
Rensselaer Polytechnic Institute, | Ph: 518.276.2860
Department of
It is definitely the powersaving/pci clkrun problem... as that is the only
power change I made ;)
--
David Cross | email: [EMAIL PROTECTED]
Lab Director | Rm: 308 Lally Hall
Rensselaer Polytechnic Institute, | Ph: 518.276.2860
I noticed that exec(2) does not update the last access time of a file...
is this intentional?
--
David Cross | email: [EMAIL PROTECTED]
Lab Director | Rm: 308 Lally Hall
Rensselaer Polytechnic Institute, | Ph: 518.276.2860
Well over NFS an exec will update atime (because NFS doesn't differentiate
between 'exec' and 'read').
Under Solaris8/Sparc (on a memfs mount) exec-ing an executable does indeed
update the access time.
--
David Cross | email: [EMAIL PROTECTED]
Lab Director
In my case it would be usefull as I was trying to tell the last time
'telnetd' was run. (yes, not perfect, but better than nothing)
--
David Cross | email: [EMAIL PROTECTED]
Lab Director | Rm: 308 Lally Hall
Rensselaer Polytechnic Instit
Hmm... would it be as easy as
VOP_GETATTR();
.
.
.
VOP_SETATTR();
within the exec() code?
Certainly this would be an 'easy' fix (and I can work up diffs for review),
but is it the 'correct' fix?
--
David Cross | email: [EMAIL PROTECTED]
Lab Director
Ok... I have just finished the first step in a rewrite of the hash routines
for berkleydb (read-only at this point), and I have ypserv compiled using
them. So far so good :). And ypserv uses a _lot_ less CPU resources now.
(I have totally removed all of the buffer management code in berkley db,
I am apparently bug-compatible with the original too, though it took
longer to trip over it (and the code runs LOTS faster :)... So probably
not tonight. I am going to be placing debugging statements in the code to
see if I can figure out where information is being stepped on.)
--
David Cross
To those of us experiencing problems with ypserv, I have made a copy of
my binary available at:
DO NOT READ ANY FURTHER IF YOU HAVE NOT SETUP AND ADMINED A NIS DOMAIN!
THIS IS NOT FOR YOU!
http://www.cs.rpi.edu/~crossd/FreeBSD/ypserv
MD5 (ypserv) = 1f1c6c01eafd690059b32e615e5b6efc
It is binary
I notice that a lot of people downloaded the ypserv update. I also know that
many people have had the same troubles I reported with the 'old' ypserv.
Have any of you who have had troubles tested this version? Did it work?
For those who are running it, have you noticed any problems?
--
David Cro
I received the following from gdb today:
#0 0x0 in ?? ()
#1 0x280a8d22 in svc_getreqset2 () from /usr/lib/libc.so.4
#2 0x280a8c5b in svc_getreqset () from /usr/lib/libc.so.4
#3 0x804c85f in yp_svc_run ()
#4 0x804cd94 in main ()
#5 0x8049a09 in _start ()
Uhm... I didn't think that was possi
I'd like to create a /boot.config switch that will have boot1 _not_ read from
the console; this is for a secure setup. Would others be interested in these
patches when I finish them?
--
David Cross | email: [EMAIL PROTECTED]
Lab Director
Well, I can do the commit, I am just looking for interest, and code reviewers
;)
--
David Cross | email: [EMAIL PROTECTED]
Lab Director | Rm: 308 Lally Hall
Rensselaer Polytechnic Institute, | Ph: 518.276.2860
Departm
Once, long ago, some people emailed me a set of issues regarding our
lockd implementation. Would people be willing to re-email me those, or take
a fresh look? I once again have time and people to do development on this;
and it was 99% there last time; the only issues being some byte-swapping
in
I haven't seen microuptime messages in a _very_ long time; over this weekend
I replaced the PowerSupply a couple of fans and the CPU heatsinks in my
computer (none were yet "bad", but one of the CPU fans was starting to
slow down, and I had a problem warm-rebooting the machine: it had a 90%
cha
> > # Power management support (see LINT for more options)
> > device apm0at nexus? flags 0x20 # Advanced Power Management
>
> delete this line and build a new kernel.
>
> i got the same problem here with an amd 750mhz and epox mainboard.
>
> after i build a new kernel, the mic
> > # Power management support (see LINT for more options)
> > device apm0at nexus? flags 0x20 # Advanced Power Management
>
> delete this line and build a new kernel.
>
> i got the same problem here with an amd 750mhz and epox mainboard.
>
> after i build a new kernel, the mic
I just cvs-ed to RELENG_4_6_2_RELEASE and tried to do a "make buildworld"
and I get the errors included below.
It _appears_ to be related to the binutils/ld changes that went in,
but I am unsure how that change affected this, and only this.
errors bellow
> make-roken.c
cc -O -pipe -I/us
I have an NFS server that recently began to display the following behaviour
(technically the brhaviour is displayed on the clients):
(4.6.2-RELEASE)
mount_nfs -3 -T server:/path /mnt (UDP doesn't exhibit this)
dd bs=64k if=/dev/zero of=/mnt/somefile
I now get about 7 times/second on the client:
There is a small by critical error in the latest patches which causes the
server to never transmit a response packet back to the client in certain
conditions on a nfs create RPC. Below is the updated NFS3 patch. If
jullian could take this for review and place it at the "official" unoffical
URL
> Miguel Gilly wrote:
> >
> > Bonsai Studio: Web Design and More
> > http://www.bonsai-studio.com
> > Content-type: text/plain; charset="US-ASCII"
> > Content-transfer-encoding: 7bit
> >
> > Dear Sirs,
> >
> > I would find it extremely helpful if FreeBSD could offer redundant
> > clustering cap
The error message in the subject (atapi 1.1: unknown phase) has plagued me
for some time... everything still works, it just displays that error on
the first access to the disk... untill today. Today I am trying to install
FreeBSD 3.2 (19990630) from CDROM. It hangs on probing devices (likely
ac
Hmm... perhaps if Anthony is willing we can use his experience to help us
further document the procedure for writing a FreeBSD PCI device driver?
--
David Cross | email: [EMAIL PROTECTED]
Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd
I am helping a freind install FreeBSD on his machine
(it is running 4.0-CURRENT now). everything works flawlessly, except his
OEM BrookTree 848 based soundcard. The card itself is transplanted from
his gateway machine (where it also had the same problems). Here are some
specifics:
(summary)
M
> > No, wait, I got that wrong I think.
> >
> > Oh yah, I remember now. Hmm. How odd. I came across a case where
> > read() could return -1 and not set errno properly if errno
> > was already set, but a perusal of the kernel code seems to indicate
> > that this can't happen
I am looking at a project that will require a user based process to interact
with the system as if it were a filesystem. The traditional way I have seen
this done is as the system NFS mounting itself (ala AMD). I would really like
a more clean approach to this. What I am interested in is a 'Us
> :
> :Look into the portal filesystem. This is what you want :)
> :
> : Brian Fundakowski Feldman _ __ ___ ___ ___ ___
> : [EMAIL PROTECTED] _ __ ___ | _ ) __| \
>
> Actually, it isn't quite. All the portal filesystem will allow you
> to do is pass back
I thought now would be a good time to chime in on some of my wild schemes...
The reason I am interested in 'userfs' is to enable me to write a version
of 'nsd'. Those of you familiar with Irix will recognize it. For others,
what it does is to present the name-space on a machine as filespace.
T
> Mike Smith wrote:
> > On Mon, Jul 19, 1999 at 06:13:51PM +0200, Dag-Erling Smorgrav wrote:
> > > Oscar Bonilla <[EMAIL PROTECTED]> writes:
> > > > the idea is to have an entry in the /etc/passwd enabling LDAP lookups.
> > > > the Entry would be of the form
> > > >
> > > > ldap:*:389:389:o=My Or
> > Lovely. Sounds like a much better way to do the Solaris/Linux (and
> > NetBSD?) /etc/nsswitch.conf stuff. On Solaris at least, this is
> > implemented using masses of weird shared objects...
>
>The plan for NetBSD is that things will also be handled with dynamic
>modules, but those dynamic m
> Couldn't we do this with /etc/auth.conf? What's the real purpose of this
> file? From the man page: "auth.conf contains various attributes important to
> the authentication code, most notably kerberos(5) for the time being."
> Isn't this what PAM is about? authentication? or does auth.conf cove
Yes, I am still working on it, don't despair ;)
This is the case of project creep... I am now working on the 'isw*()'
functions, and I have a couple of questions regarding locale support in
FreeBSD. Namely, how the heck do I get access to the database? I see
that the LC_* databases have all the
We had a similiar problem here. We had meant to submit-pr it but forgot.
In our case it was because inetd had only the amanda line in it (inetd was
not responsible for any other services. Our guess was that it is an off by
one error in inted somewhere, but we never traced it down further. Our
I have a program (part of CDE)... we will call it 'foo',
"foo" has library dependancies: libtt.so, libX11.so, libXt.so, libXext.so, and
libwcs.so(this last one is mine).
libtt.so depends on iswalpha() and iswspace() (which are defined in libwcs.so)
If I link with all of those I get an error t
Nope, that is all that we had time to track down. We were fighting NFS panics
arround the same time, stuff got lost in the shuffle :)
--
David Cross | email: [EMAIL PROTECTED]
Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd
Rensselae
> > I have a program (part of CDE)... we will call it 'foo',
> >
> > "foo" has library dependancies: libtt.so, libX11.so, libXt.so, libXext.so, and
> > libwcs.so(this last one is mine).
> >
> > libtt.so depends on iswalpha() and iswspace() (which are defined in libwcs.so)
> >
> > If I link wit
I updated a system to -CURRENT last night and got a panic with alot of
messages about UDMA failing (I don't have the exact messages, I can get
them if need be). I backed down the wdc0/wdc1 controller flags from
0xa0ffa0ff to 0x0 and everything is happy. I figured its -CURRENT, and that
is to be
> I was in the UDMA code yesterday
> (but mostly in the CYRIX code... (changes elsewhere should have been
> mostly cosmetic).
>
>
> can you get the exact error message?
>
> julian
I got it..., I happened to be working on something else at the time
and I let it sit unattended for awhile.. i
Since I am planning on writing userfs in order to impliment 'nsd' (and
some other ideas I have hatching too :). I need to know how filesystem
accesses work. Can they be queued up, and responded to out of order?
For example... I have a request come in (via the filesystem), that request
is going
I have 2 NFS servers. One is primarily read-only, the other read-write, they
service the same clients (the read-only services more). They are (were) of
the same build. I have a problem on the read/write server where it chews
through mbuf clusters (it goes through about 3k in a day). Especially
Well, I just -STABLED the server to see if it fixed it, but I was certainly
running out. the server had only 3000-ish mbuf chains, and it would go through
them all in a day.
--
David Cross | email: [EMAIL PROTECTED]
Systems Administrator/Research Programmer | Web:
Ok, here are some real stats
"w" is the read-only machine, it services everything that "s" (the
read-write machine) does... in fact it services more.
*w crossd $ strings -a /kernel | grep \^___maxusers
___maxusers 96
*w crossd $ uname -a
FreeBSD w.cs.rpi.edu 3.2-STABLE FreeBSD 3.2-STABLE
Well, backing out now is not really an option... But given my past history
with NFS, and knowledge of this site I think I have a fair idea where the
leak is... I think it is in the nfsv3 "commit" handler.
Why do I think this? Simple, this problem started when a user started running
a large j
Well, it doesn't appear to be commit() :(.
Any-who, is there a way I can get a look at the raw mbuf/mbuf-clusters?
I have a feeling that seeing the data in them would speak volumes of
information. Preferably a way to see them without DDB/panic would be ideal.
--
David Cross
I found it... our favorite function... nfsrv_create()!!! :)
The problem was/is a create of an already existing file (with O_EXCL|O_CREATE,
I would bet, but I don't have anyway to tell) returns *nothing* to the sender.
The last time I had this problem it was because nfsrv_create() was not clearing
PS: I was down to only 3k mbuf-clusters free on the server, so I 'rm'-ed
the troublesome file and the create went through and no more mbuf-leaking.
On the downside, I cannot reproduce this problem any longer with any
reliability.
--
David Cross | email: [EMAIL PROTE
> Hmmm. Interesting. An EEXIST error occuring at that point for an
> NFSV3 mount will execute the correct nfsm_reply(), but since it is
> NFSV3 the nfsm_reply() macro will not jump to a return(0) ... when
> it finishes constructing the reply it falls through instead.
>
> In
I am wading through the portalfs and nullfs source, but I am desperately
lost. I would love to be able to find out who would be willing to help out
with questions. I feel I would be spamming far too many people by just sending
to -hackers. Some of the topics I am curious about are general fs-st
Here is a pro vote for enabling BPF in GENERIC:
It will let us use a dhcp client in the install programs, this is of tremendous
use to many people as DHCP starts to become much more popular. I cannot
net install a machine at home since that is on a DHCP cable modem service.
Also, if root is com
A friend writing some portable network tunneling software ran into an
interesting thing... when you specify "IP_HDRINCL" with SOCK_RAW, and
IPPROTO_RAW you need to construct the outgoing packet in host byte order.
This seems wonderfully inconsistent with all of the other socket based
networking
I am attempting to get FreeBSD 3.2 and/or 4.0 to go on a TP 360c. The
problem I am having is that the keyboard works all the way up to sysinstall.
I can use the keyboard in the visual kernel config/etc. I searched and found
under 2.2 they suggested setting flags 0x10 on syscons. 0x10 isn't doc
> I am attempting to get FreeBSD 3.2 and/or 4.0 to go on a TP 360c. The
> problem I am having is that the keyboard works all the way up to sysinstall.
> I can use the keyboard in the visual kernel config/etc. I searched and found
> under 2.2 they suggested setting flags 0x10 on syscons. 0x10 i
> You are quite right that the code in question was just moved from sc
> to atkbd and there is essentially no difference between the two
> versions.
>
> This is the first time that I hear the flag 0x10 for sc works in 2.X,
> but the flag 0x4 for atkbd does not in 3.1 or later :-( I think
> I hea
I offered (to Theo T'So) before our (Computer Science Department at RPI)
resources to setup a RO CVS repo for Kerberos V. He accepted out offer
but things stagnated after that on setting up the details. My fault mostly
for not taking the tourch that has been passed. I am [now] offering
again, a
I am terribly sorry. I had 2 messages about kerboers5 come in at the same
time (one from -hackers, one from mit), I replied to to wrong one.
--
David Cross | email: [EMAIL PROTECTED]
Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd
Re
I have been attempting to track down why cdrom boots will not work with
/boot/loader, but do just fine with the boot-block. I have come to the
following wild speculation, and stab in the dark. /boot/loader uses some
int13 stuff, which I found while reading in the boot0inst man page may cause
tr
I am trying to write a very kludgey/monolithic driver for a CardBus ethernet
adapter. I have run into a bit of a stumbling block on some issues. One such
issue is the attach (I need to map some registers of the adapter into memory
space so I can read/write values.). Anyway if someone could expl
I have been writing a nasty kludge to treat a CardBus bridge as a standard
PCI bridge (with static config) . I have
it to the point where I can (after the system is booted) 'pciconf -r
pci5:0:0 0' and get scan information (neat, huh :). Welll, I thought it would
then just be a simple matter of
I am modifying the tulip device driver to support this xircom card. I have it
almost entirely working, *except* that it goes into infinite re-neogitiate
loops. The card probes correctly at bootup, but any attempt to change
information via ifconfig ("ifconfig de0 inet ..." and "ifconfig de0 up",
Well, it has been a long time since I have needed to write an email with that
tagline. Our primary NFS server had been up for almost 2 months with no
panics. We did need to reboot it for a network change, but it was up for 28
days at that point. Anyway here are the details:
dev = 0x20014,
Our ftp server crashed early this morning with what appears to be a softupdates
error:
> Sep 13 09:56:19 stumble /kernel: pid 41477 (perl), uid 0 on /exports/share3/ftp/.2:
>file system full
>
> panic: softdep_write_inodeblock: indirect pointer #0 mismatch 0 != 15597568
> syncing disks... panic
We have a very hetergenous environment here (even among the FreeBSD boxes).
Each PC tends to be just a little bit different. This expecially causes
problems since we wish to have XDM on each machine on boot and have X
on a NFS partition. TO alleviate this we invented a simple Perl script
to repl
> Softupdates has known bugs relating to filesystem full conditions which
> I believe Kirk is working on. There isn't much you can do until then
> other then either disable softupdates or work to avoid the disk-full
> condition. The panic does not occur very frequently so workin
> Umm, you can edit /usr/X11R6/lib/X11/xdm/Xservers to configure xdm to
> run say /usr/config/X (which would be stored on the local machiens hard
> drive) instead of /usr/X11R6/bin/X. This is a much simpler solution.
> :) (Just symlink /usr/config/X to /usr/X11R6/bin/XF86_Whatever.)
Simpler? I
We have a number of solaris 2.78 machines (I am in the process of installing
them now), and I notice that if I ls a directory that is mounted NFSv3/UDP from
a FreeBSD server to a Solaris 2.7 client there are a number of files that
show up missing. This is most intreaging with a large untar as I c
> > We have a number of solaris 2.78 machines (I am in the process of installing
> > them now), and I notice that if I ls a directory that is mounted NFSv3/UDP from
> > a FreeBSD server to a Solaris 2.7 client there are a number of files that
> > show up missing. This is most intreaging with a la
I received the following panic() on our primary user fileserver. Note that
this is the first panic we have received in well over 80 days.
Below is a backtrace obtained from a kernel with debugging symbols:
IdlePTD 2977792
initial pcb at 264d38
panicstr: softdep_lock: locking against myself
pani
I am noticing a large number of pine (and only pine) procs stuck in disk-wait.
All of the are in the WCHAN "vmpfw". Any ideas what this may mean?
--
David Cross | email: [EMAIL PROTECTED]
Acting Lab Director | NYSLP: FREEBSD
Systems Administra
> :> I am noticing a large number of pine (and only pine) procs stuck in disk-wait.
> :> All of the are in the WCHAN "vmpfw". Any ideas what this may mean?
> :
> :Is the mail spool pine accessing on this NFS volume, or just the binary?
> :
> :If so you're breaking the cardinal rule of NFS: Never
I have been noticing of late a disturbing trend of AMD wedging and
eventually taking the entire system down. The WCHAN that it is locked in is
"sbwait". I now have the luxury of having this happen on a non-critical
system with DDB compiled in (the system is the one I am typing on now).
How would
> In message <[EMAIL PROTECTED]> "David E. Cross" writes:
> : I have been noticing of late a disturbing trend of AMD wedging and
> : eventually taking the entire system down. The WCHAN that it is locked in is
> : "sbwait". I now have the luxury of having th
Does this give any indications to anyone?
loot# gdb -k /kernel /dev/mem
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show
Ok... I have *had* it with the meta, but not really, lockd. Are there any
kernel issues with correctly implimenting rpc.lockd?How can I take a
filehandle and map it into a filename, with path, so I may open it and lock
it on the server? Are there any protocol specs? I downloaded the RFC for
Does NetBSD have a working rpc.lockd... that would make this much easier.
--
David Cross | email: [EMAIL PROTECTED]
Acting Lab Director | NYSLP: FREEBSD
Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd
Rensselaer
> Linux may have one, a temporary GPL'd port would be interesting perhaps.
"There is nothing as permanent as a temporary decision." No thanks :)
--
David Cross | email: [EMAIL PROTECTED]
Acting Lab Director | NYSLP: FREEBSD
Systems Administrat
I've noticed about 99% of the panics on our machines are the result of NFS,
more often than not it is the result of a backing store file being blown
away underneath the client. ie. person editing a file on one machine,
compiling and running on a second, then removing the binary on the first
ma
> That's really up to the server lockd/nfsd implementation, but considering
> that more likely than not the server's lockd will have an open reference
> to the file until the lock is gone the answer is probably yes.
Hmm... I wold think even without having the file "open" a lock would be
enough. S
Well, I am starting to get pretty seriously involved. It looks pretty
easy, just a lot of small details (this is the kind of coding I like :)
A couple of issues need to be worked out. First I need to backport
the FH open/stat/etc. calls to -STABLE. The main reason for this is that
I am devel
We have come across a problem wrt to a network file lock manager.
Consider the case of a lock on a local file, and a request from a remote
machine to lock that same file. fcntl(fd, F_SETLK, &fl) will return
immediately with EAGAIN (this is for an exclusive case, of course),
F_SETLKW will block
I have found a reproduceable panic in recent 3.4-STABLE images (past couple
of weeks). I am not sure how to reproduce it thought ;) The panic occurs
in the tty code it would appear. It is often preceded by strange TTY
behavior (strange characters suddenly appearing in the output, a randomly
clo
I for one am very interested in this technology.
--
David Cross | email: [EMAIL PROTECTED]
Acting Lab Director | NYSLP: FREEBSD
Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd
Rensselaer Polytechnic Institute,
Amitha (the person who has been working on the lockd code) has finished
most of his work. There are still some issues with handling async locks
and cancel messages. Also we were not able to implement the full NLM
protocol as the FreeBSD kernel does not currently request NFS locks (we
should fix
I am seeing a situation where a 3.4 system hard-locks while running 3.4
(hard lock being that it does not respond to its serial console, nor is
it pingable). I believe (perhaps) that it may be NFS related, with a
program running on an NFS client when the executable itself is deleted
from the serv
I realize that we are all very busy and the coming 4.0-RELEASE has also
compounded things, but I have heard nothing back on the rpc.lockd that
was released just a short time ago. I take it no news is good news and
we can start the process of bringing it into the source tree? :)
--
David Cross
101 - 200 of 218 matches
Mail list logo