As Bruce Evans wrote ...
> >May 27 23:39:23 p100 /kernel: vnode_pager: *** WARNING *** stale FS getpages
> >May 27 23:39:23 p100 /kernel: No strategy for buffer at 0xc13637e0 
> >May 27 23:39:23 p100 /kernel: : 0xc35ffd80: type VREG, usecount 4,
> >writecount 0,
> > refcount 0, flags (VOBJBUF)
> >May 27 23:39:23 p100 /kernel: tag VT_PROCFS, type 5, pid 252, mode 180,
> >flags 0 
> >May 27 23:39:23 p100 /kernel: : 0xc35ffd80: type VREG, usecount 4,
> >...
> 
> >This was during a cp -R /* /mnt where /mnt is a SCSI disk I'm testing.
> >Both disks are on seperate SCSI buses. Is this because the cp -R 
> >tries to copy /proc ??
> 
> Probably.  Procfs has bugs that cause bad things to happen when some
> files in it are copied.

Hmm. Never seen it before. But doing a "cd / ; find . -fstype ufs -print |
cpio -pudm /mnt" works like a charm without the vnode_pager messages.
So looks like procfs alright.

|   / o / /  _           Arnhem, The Netherlands        - Powered by FreeBSD -
|/|/ / / /( (_) Bulte    WWW  : http://www.tcja.nl      http://www.freebsd.org


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to