Re: telnetd/sshd and Kerberos tickets (PAM)

2005-11-14 Thread Stijn Hoop
On Fri, Oct 21, 2005 at 05:10:39PM +0200, Harti Brandt wrote: > On Fri, 21 Oct 2005, Stijn Hoop wrote: > SH>On Fri, Oct 21, 2005 at 04:08:14PM +0200, Harti Brandt wrote: > SH>> I have enabled the pam_krb5 module in pam.d/{login,telnetd,sshd}. When > SH>> login in locally I get a Kerberos ticket as

Re: SSH From within a Jail

2005-11-14 Thread Pawel Jakub Dawidek
On Sun, Nov 13, 2005 at 09:26:05PM +0100, Koen Martens wrote: +> Just remembered something else: do you jexec into the jail, or do +> you do a proper logon (eg. ssh into the jail). I think that if you +> jexec into the jail and then try to ssh, you might have a problem +> because you aren't really

Modifying code using ata_cmd to FBSD 6.0-Release

2005-11-14 Thread Matthew Hagerty
Greetings, I'm trying to use a AoE (ata over ethernet) EtherDrive (from coraid.com), but their "FreeBSD 6.0" kernel patch seems to have been developed against 6.0 early on, or they just renamed the 5.x patch and hoped no one would notice. Needless to say, the patch fails to compile because t

Re: Re: SSH From within a Jail

2005-11-14 Thread Sergey Babkin
>From: Pawel Jakub Dawidek <[EMAIL PROTECTED]> >On Sun, Nov 13, 2005 at 09:26:05PM +0100, Koen Martens wrote: >+> Just remembered something else: do you jexec into the jail, or do >+> you do a proper logon (eg. ssh into the jail). I think that if you >+> jexec into the jail and then try to ssh, yo

Re: Trigerring a taskqueue from the if_start routine crashes FreeBSD6

2005-11-14 Thread John Baldwin
On Saturday 12 November 2005 08:00 am, Sebastien wrote: > Hello, > > My 802.11 driver queues frames to send to the device in a tailq and then > triggers a taskqueue to actually send them. The taskqueue is required > because I need to do two USB transfers, and wait for the first one to > complete be

Sharing the same VM address space between Kernel and UserSpace

2005-11-14 Thread John Giacomoni
I am in need of a way to share memory between kernel space and possibly multiple different user-space processes for an extended period of time. This memory would need to be a single unpageable region. I am using the vm routines as cribbed from mmap, however I'd like the address spaces to be viewe

Re: Sharing the same VM address space between Kernel and UserSpace

2005-11-14 Thread Scott Long
John Giacomoni wrote: I am in need of a way to share memory between kernel space and possibly multiple different user-space processes for an extended period of time. This memory would need to be a single unpageable region. I am using the vm routines as cribbed from mmap, however I'd like the ad

Re: Sharing the same VM address space between Kernel and UserSpace

2005-11-14 Thread John Giacomoni
On Nov 14, 2005, at 1:57 PM, Scott Long wrote: John Giacomoni wrote: I am in need of a way to share memory between kernel space and possibly multiple different user-space processes for an extended period of time. This memory would need to be a single unpageable region. I am using the vm r

Re: UFS2 max limits?

2005-11-14 Thread Attila Nagy
Joseph Koshy wrote: The Wikipedia page referenced below says that UFS2 supports a filesystem size of 2^80 Bytes (1YiB) with the limit on a given file being 2^55 bytes (32 PiB). Are these numbers correct? I somehow remember the limits as being much lower (of the order of 16TB or so). I could only

Re: Sharing the same VM address space between Kernel and UserSpace

2005-11-14 Thread John-Mark Gurney
John Giacomoni wrote this message on Mon, Nov 14, 2005 at 13:39 -0700: > I am in need of a way to share memory between kernel space and possibly > multiple different user-space processes for an extended period of time. > This memory would need to be a single unpageable region. > > I am using the v

Re: UFS2 max limits?

2005-11-14 Thread John-Mark Gurney
Attila Nagy wrote this message on Sun, Nov 13, 2005 at 18:51 +0100: > Joseph Koshy wrote: > >The Wikipedia page referenced below says that UFS2 supports a > >filesystem size of 2^80 Bytes (1YiB) with the limit on a given > >file being 2^55 bytes (32 PiB). > >Are these numbers correct? I somehow re

Re: Sharing the same VM address space between Kernel and UserSpace

2005-11-14 Thread Kamal R. Prasad
On 15-Nov-05, at 3:58 AM, John Giacomoni wrote: On Nov 14, 2005, at 1:57 PM, Scott Long wrote: John Giacomoni wrote: I am in need of a way to share memory between kernel space and possibly multiple different user-space processes for an extended period of time. This memory would need