Re: How to mark filesystem as unclean to force fsck on boot up?

2009-06-27 Thread Otto Moerbeek
On Sun, Jun 28, 2009 at 09:21:16AM +1000, Aaron Mason wrote: > Hi, > > I made a slight change to the /etc/rc file that looks for the file > /etc/force-fsck and if found, forces a check. The patch follows: Can you explain why you want this? -Otto > > --- /etc/rc.old Sat Jun 27 1

Re: How to mark filesystem as unclean to force fsck on boot up?

2009-06-27 Thread Aaron Mason
Ok, that patch won't work... get the patch at http://jolt.thats-too-much.info/openbsd-rc-force-fsck.patch On Sun, Jun 28, 2009 at 9:21 AM, Aaron Mason wrote: > Hi, > > I made a slight change to the /etc/rc file that looks for the file > /etc/force-fsck and if found, forces a check. The patch foll

Re: How to mark filesystem as unclean to force fsck on boot up?

2009-06-27 Thread Aaron Mason
Hi, I made a slight change to the /etc/rc file that looks for the file /etc/force-fsck and if found, forces a check. The patch follows: --- /etc/rc.old Sat Jun 27 13:33:51 2009 +++ /etc/rc Sat Jun 27 14:19:06 2009 @@ -202,7 +202,11 @@ echo "Fast boot: skipping disk checks." elif [ X

Re: How to mark filesystem as unclean to force fsck on boot up?

2009-06-27 Thread Mikolaj Kucharski
On Sun, Jun 28, 2009 at 12:11:31AM +0200, Joachim Schipper wrote: > On Sat, Jun 27, 2009 at 08:37:44PM +0100, Mikolaj Kucharski wrote: > > Is it possible? > > There is no /forcefsck mechanism for OpenBSD as there is for Linux, but > fsck does take a -f option to force fsck, even if the filesystem

Re: How to mark filesystem as unclean to force fsck on boot up?

2009-06-27 Thread Joachim Schipper
On Sat, Jun 27, 2009 at 08:37:44PM +0100, Mikolaj Kucharski wrote: > Is it possible? There is no /forcefsck mechanism for OpenBSD as there is for Linux, but fsck does take a -f option to force fsck, even if the filesystem is thought to be clean. You can boot to single user mode ("boot -s") to do

How to mark filesystem as unclean to force fsck on boot up?

2009-06-27 Thread Mikolaj Kucharski
Is it possible? -- best regards q#

Re: spamd nixspam.gz not found

2009-06-27 Thread Daniel Gracia Garallar
Talking about wget... Wouldn't be more convenient calling 'ftp http://www.blahblah.net/myitem.gz'? I use to recover files that way; works like a charm and allows getting files from http servers without installing any ports/packages. Regards, Dani patrick keshishian escribiC3: On Wed, Jun 2

FCAL disk anyone?

2009-06-27 Thread Edd Barrett
Hi, This is a real long shot, I know! I was working on the ce4231 audio driver, attempting to fix the mixer control, when my disk failed :( Does anyone have a FCAL disk to fit a Sun blade 1000? I could re-pay the cost of the disk when I start being paid (hopefully september, when I am no longer

Re: NFS performance

2009-06-27 Thread Bret S. Lambert
On Sat, Jun 27, 2009 at 05:53:09PM +0300, What you get is Not what you see wrote: > Hi > I have installed OpenBSD 4.5 on a machine and try to use NFS exports > on it. But the performance is very bad. > I have another machine with 4.1 on it whose NFS performance is > awesome. I did the same configu

NFS performance

2009-06-27 Thread What you get is Not what you see
Hi I have installed OpenBSD 4.5 on a machine and try to use NFS exports on it. But the performance is very bad. I have another machine with 4.1 on it whose NFS performance is awesome. I did the same configuration etc on both machines but what about different performances?

Re: Plenty of Spam these days on the List

2009-06-27 Thread Siju George
On Fri, Jun 26, 2009 at 10:06 PM, Jussi Peltola wrote: >> > > Maybe you should stop sending more of it > maybe you should stop replying to spam

Re: About the OpenBSD repository

2009-06-27 Thread Timo Myyrä
On Fri, Jun 26, 2009 at 2:23 PM, Nido wrote: >> Come on, it is fucking inefficient. The way it checks out *empty >> directories* >> and then garbage-collects them at the end of an update is beyond stupid. > > Not that i particularly care; but isn't git incapable of checking out > empty directories?