Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso

2005-06-23 Thread Gregg Cooper
Marius Strobl wrote: > Please run it through the author of cdrtools first (Joerg Schilling > <[EMAIL PROTECTED]>). If he thinks it's the right thing > to do I'm happy to add it to the port. Well, from the follow-up discussion, it is clear that this is deeper water than I should navigate, so will d

Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso

2005-06-23 Thread Marius Strobl
On Thu, Jun 23, 2005 at 12:58:11PM -0400, Gregg Cooper wrote: > Dag-Erling Smørgrav wrote: > > >Scott Long <[EMAIL PROTECTED]> writes: > > > > > >>Gregg Cooper wrote: > >> > >> > >>>15005 -r--r--r-- 2 root wheel 0 May 8 03:05 dumpdates > >>>15005 -r--r--r-- 2 root wheel142 May

Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso

2005-06-23 Thread Dag-Erling Smørgrav
John Baldwin <[EMAIL PROTECTED]> writes: > Even if mkisofs is patched this change isn't a bug in mkisofs. It's > really a bug in our iso9660 filesystem. :( Yes, but it's a lot harder to fix there than in mkisofs :) Actually, -CURRENT doesn't have this bug, but it has another: it bases the inode

Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso

2005-06-23 Thread John Baldwin
On Thursday 23 June 2005 11:45 am, Dag-Erling Smørgrav wrote: > Scott Long <[EMAIL PROTECTED]> writes: > > Gregg Cooper wrote: > > > 15005 -r--r--r-- 2 root wheel 0 May 8 03:05 dumpdates > > > 15005 -r--r--r-- 2 root wheel142 May 8 03:05 fbtab > > > 83266 -r--r--r-- 2 root wheel

RE: kld problem

2005-06-23 Thread gerarra
>Unloading syscall kernel module can cause a system crash. It occurs when >we >unload the module while a process is executing our syscall. Example: MOD_QUIESCE (sys/module.h) would be helping you in situations like that. You can use a flag to rule that. greetings, rookie

Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso

2005-06-23 Thread Gregg Cooper
Dag-Erling Smørgrav wrote: >Scott Long <[EMAIL PROTECTED]> writes: > > >>Gregg Cooper wrote: >> >> >>>15005 -r--r--r-- 2 root wheel 0 May 8 03:05 dumpdates >>>15005 -r--r--r-- 2 root wheel142 May 8 03:05 fbtab >>>83266 -r--r--r-- 2 root wheel 0 May 8 03:01 locale >>>832

Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso

2005-06-23 Thread Dag-Erling Smørgrav
Scott Long <[EMAIL PROTECTED]> writes: > Gregg Cooper wrote: > > 15005 -r--r--r-- 2 root wheel 0 May 8 03:05 dumpdates > > 15005 -r--r--r-- 2 root wheel142 May 8 03:05 fbtab > > 83266 -r--r--r-- 2 root wheel 0 May 8 03:01 locale > > 83266 -r--r--r-- 2 root wheel31 May 8

Re: ipfw2 filtering on bridge

2005-06-23 Thread Alin-Adrian Anton
Ben wrote: I'm sorry, I can't send this to the list because my messages to the list bounce because reverse DNS isn't set up. No worries, thanks a lot for answering. This is funny, I just set this up for the first time yesterday except I set everything up to have no IP addresses so that the

Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso

2005-06-23 Thread Scott Long
Gregg Cooper wrote: While trying to make a simple customization to the latest distribution cd (add console="comconsole" to boot/loader.conf), the following four sets of cross-linked files were found (pruned output from "ls -ilR /cdrom"; isoinfo(8) from sysutils/cdrtools produces similar): 15005

Duplicate inodes in 5.4-RELEASE-i386-disc1.iso

2005-06-23 Thread Gregg Cooper
While trying to make a simple customization to the latest distribution cd (add console="comconsole" to boot/loader.conf), the following four sets of cross-linked files were found (pruned output from "ls -ilR /cdrom"; isoinfo(8) from sysutils/cdrtools produces similar): 15005 -r--r--r-- 2 root wh

Re: Nagios and threads

2005-06-23 Thread Daniel Eischen
On Thu, 23 Jun 2005, Kamal R. Prasad wrote: > > --- Daniel Eischen <[EMAIL PROTECTED]> wrote: > > > (all?) of which > > > will be async-signal-safe anyway). Simple example: > > any lock that the > > > libc implementation needs to provide its > > functionality may be > > > arbitrarily locked by some

Question about synchronization in socow_setup()

2005-06-23 Thread Andrey Simonenko
Hello, Can somebody explain how socow_setup() synchronizes access to the page it wants to COW: 99 s = splvm(); 100 /* 101 * verify page is mapped & not already wired for i/o 102 */ 103 socow_stats.attempted++; 104 p

Re: Nagios and threads

2005-06-23 Thread Kamal R. Prasad
--- Daniel Eischen <[EMAIL PROTECTED]> wrote: > On Wed, 22 Jun 2005, Peter Edwards wrote: > > > On 6/22/05, Kamal R. Prasad <[EMAIL PROTECTED]> > wrote: > > > > > > The child process should be able to call any > system > > > calls it likes -without assuming that pthreads > from > > > the parent