Theo PAGTZIS wrote:
> Hi,
>
> I have the following fstab file
>
> # DeviceMountpoint FStype Options Dump
> Pass#
> /dev/wd0s1b noneswapsw 0
> 0
> /dev/wd0s1a / ufs rw 1
> 1
> /dev/wd
There was a bug that caused this not too long ago. Try resupping &
rebuilding.
>
> Forgot to mention, it's a 4.1-stable box (PIII-450, 256MB ram, 1024MB
> swap)
>
> On Wed, 23 Aug 2000, FengYue wrote:
>
> >
> > Hi, what does "psmintr: out of sync ( != 0008)." mean?
> > I got tons of this
Hi all,
Has anyone managed to configure a fbsd box as a Wavelan BS ?
Theo
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Hello,
I am running FreeBSD 4.1. I have made an NFS mount.
server:/some/partition /mnt nfs rw 2 2
If I start to bring over files from that mount partition (/mnt) to a
local directory,
say /some/other/directory, it times out if I open up another terminal
and type ls in
/some/other/d
On Thu, Aug 24, 2000 at 05:16:16PM +0100, Theo PAGTZIS wrote:
> Hi all,
>
> Has anyone managed to configure a fbsd box as a Wavelan BS ?
yes it's easy. which wavelan card are you using?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the messa
So I have tracked down the bug to the fact in /sys/kern/uipc_socket2.c
of this code fragment in sbreserver():
if ((u_quad_t)cc > (u_quad_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES))
return (0);
So why is the test not just this:
if ((u_quad_t)cc > (u_quad_t)sb_max)
ret
I am wondering what exactly will happen if a delayed write goes wrong. It
seems to me that the kernel will just clear the error flag and mark the
buffer as delayed write again. This gives the buffer a second chance.
But how many chances at most a buffer can get before it is aborted.
While thi
On Thu, Aug 24, 2000 at 09:33:37AM +0100, Theo PAGTZIS wrote:
> Hi all,
>
>I have been upgrading from 3.4 to 4.1 and during the reboot I get a
> permission denied when it tries to exec the /bin/sh. I am trying to
> restore the file with one that is functioning properly..however I do not
> kn
Boot from a fix-it floppy and copy it there from the floppy... (and make
sure the permissions are correct)...
Scot
On Thu, 24 Aug 2000, Theo PAGTZIS wrote:
> Hi all,
>
>I have been upgrading from 3.4 to 4.1 and during the reboot I get a
> permission denied when it tries to exec the /bin
Hi all,
I have been upgrading from 3.4 to 4.1 and during the reboot I get a
permission denied when it tries to exec the /bin/sh. I am trying to
restore the file with one that is functioning properly..however I do not
know how I should go about correcting my problem. I would appreciate any
hel
10 matches
Mail list logo