Re: patchset-7 release (Re: [unionfs][patch] improvements of the unionfs - Problem Report, kern/91010)

2006-02-06 Thread Dario Freni
Daichi GOTO wrote: At this moment, we are making -p8 that solves your problem, Dario. Please wait -p8, I think you get good satisfaction by -p8 :) Thank you and Masanori so much for working on this :) The less I can do is to report feedback and help improving. Bye, Dario ___

Re: patchset-7 release (Re: [unionfs][patch] improvements of the unionfs - Problem Report, kern/91010)

2006-02-06 Thread Daichi GOTO
Dario Freni wrote: No panics anymore but still got some problems. I have unionfs on /usr and cannot access /usr/home/freesbie directly (i.e.: if i login as 'freesbie' user right after boot I can't access /usr/home at all, getting a permission denied error). To reproduce, download iso from torren

What is '_KERNEL' in the source ?

2006-02-06 Thread Tanmay
Hello, In various kernel source files,i came across '#ifdef _KERNEL'. What is '_KERNEL' used for ? In some files _KERNEL is #defined to nothing ?? Can anybody please explain this ? TIA. Regards, Tanmay ___ freebsd-hackers@freebsd.org mailing

Re: What is '_KERNEL' in the source ?

2006-02-06 Thread Joseph Koshy
> In various kernel source files,i came across '#ifdef _KERNEL'. > What is '_KERNEL' used for ? In some files _KERNEL is #defined to nothing ?? > Can anybody please explain this ? It is used to control the visibility of types and prototypes in system headers. Kernel builds define _KERNEL

Re: patchset-7 release (Re: [unionfs][patch] improvements of the unionfs - Problem Report, kern/91010)

2006-02-06 Thread Daichi GOTO
Hi folks It is congratulations. I must say thank you for two guys. By some efforts by Yoshihiro OTA-san and Hiroo ONO-san, we could get full Egnlish-texted description site. http://people.freebsd.org/~daichi/unionfs/ Thanks! Dario Freni wrote: Daichi GOTO wrote: At this moment, we are maki

Re: login root KDM failed (root permision is not allows)

2006-02-06 Thread Ulrik Guenther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, KDM does not permit root login in general as far as I know. If you want to fix it, give this tutorial a try: http:// www.mepislovers-wiki.org/index.php?title=Fixing_No_Root_Login_for_KDM Anyway, some seconds for searching Google with the search

Re: Problems with SMP in amd64

2006-02-06 Thread John Baldwin
On Saturday 04 February 2006 02:39, Daniel Valencia wrote: > I just noticed something... it actually boots well using SMP on > 6.0-RELEASE... the problem is when using the last STABLE src Any chance you could narrow it down using cvsup to do a binary search on the date as to when it broke? -- J

Re: kernel panic with pmap_qremove()

2006-02-06 Thread John Baldwin
On Saturday 28 January 2006 04:23, Anton Barsukov wrote: > Hi everybody > > I install ports/benchmarks/forkbomb, > when i run '%forkbomb -f', kernel panic. > > instruction pointer = pmap_qremove(sva=4290785280, count=0) at > /usr/src/sys/i386/i386/pmap.c:896 > > FreeBSD 6.0-RELEASE(GENERIC) i386 >

Freeing mmapped memory

2006-02-06 Thread Raaf
Hi, i am working on a usb driver that allocates some memory when the device is opened using malloc. Now i want user processes to be able to access this memory using mmap and i want to free this memory when it is no longer needed. The problem is that there seems to be no way of knowing for my driv

Re: login root KDM failed (root permision is not allows)

2006-02-06 Thread Ronald Gonzalez
As root ee /usr/local/share/config/kdm/kdmrc and look for AllowRootLogin=false and change it to AllowRootLogin=true Good luck! Ronald Gonzalez OS:FreeBSD 6.0 Y!:warping2 @: [EMAIL PROTECTED] @: [EMAIL PROTECTED] Santiago, Dominican Republic. --- irwan lamany <[EMAIL PROTECTED]> escribió: > hi

Re: Freeing mmapped memory

2006-02-06 Thread John-Mark Gurney
Raaf wrote this message on Mon, Feb 06, 2006 at 22:54 +0100: > Hi, i am working on a usb driver that allocates some memory when > the device is opened using malloc. > > Now i want user processes to be able to access this memory using > mmap and i want to free this memory when it is no longer neede

Re: Freeing mmapped memory

2006-02-06 Thread John-Mark Gurney
Raaf wrote this message on Tue, Feb 07, 2006 at 01:42 +0100: > John-Mark Gurney wrote: > > Raaf wrote this message on Mon, Feb 06, 2006 at 22:54 +0100: > >> Hi, i am working on a usb driver that allocates some memory when > >> the device is opened using malloc. > >> > >> Now i want user processes t

Re: Freeing mmapped memory

2006-02-06 Thread Raaf
John-Mark Gurney wrote: > Raaf wrote this message on Tue, Feb 07, 2006 at 01:42 +0100: >> John-Mark Gurney wrote: >>> Raaf wrote this message on Mon, Feb 06, 2006 at 22:54 +0100: Hi, i am working on a usb driver that allocates some memory when the device is opened using malloc.

Re: Freeing mmapped memory

2006-02-06 Thread Raaf
John-Mark Gurney wrote: > Raaf wrote this message on Mon, Feb 06, 2006 at 22:54 +0100: >> Hi, i am working on a usb driver that allocates some memory when >> the device is opened using malloc. >> >> Now i want user processes to be able to access this memory using >> mmap and i want to free this mem

Fwd: Re: Problems with SMP in amd64

2006-02-06 Thread Daniel Valencia
Note: forwarded message attached. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- Begin Message --- --- John Baldwin <[EMAIL PROTECTED]> wrote: > On Saturday 04 February 2006 02:39, Dan

Re: Fwd: Re: Problems with SMP in amd64

2006-02-06 Thread Steve Kargl
On Mon, Feb 06, 2006 at 07:50:35PM -0800, Daniel Valencia wrote: > > > On Saturday 04 February 2006 02:39, Daniel Valencia > > wrote: > > > I just noticed something... it actually boots well using SMP on > > > 6.0-RELEASE... the problem is when using the last STABLE src > > > > Any chance you cou