Re: chrooting sshd for sftp

2004-01-29 Thread Mark Phillips
On Wednesday 28 January 2004 9:01 pm, Hiren wrote:

Hi Hiren,

> i currently have users using sftp
> i wanted to know how to chroot sshd since i wanted the users to see only
> what is in there home dir's.

If you only want them to be able to scp and not have a shell, try taking a 
look at "scponly". It's in ports (shells/scponly)

Regards,

--Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Booting Release 5.2 and XP

2004-01-30 Thread Mark Phillips
On Friday 30 January 2004 4:35 am, greg wrote:

> > Try something like:
> > Replace in /boot/grub/grub.conf something like:
> >  --
> >title BSD/UN*X FreeBSD 5.1 (UFS2)
> > root (hd1,0,a)
> > kernel /boot/loader
> >  --
> >  to:
> >  --
> >title BSD/UN*X FreeBSD 5.1 (UFS2)
> > root (hd1,0,a)
> > chainloader +1
> >  --
> >
> > It is supposed to work. If not, post on [EMAIL PROTECTED] asking about how
> > to do it.
>
> I will research that. When I tried to install grub from ports, It gave
> me a message "GRUB does not support booting from UFS (yet)." I do not
> have an ext2 filesystem to install GRUB on.

Hi Greg,

I've just rebooted back into SUSE from FreeBSD. I use Grub to boot them 
both, and Win2k (for how often it gets used, I might as well dump it ;-))

I can safely say even with UFS2 on 5.2, I can boot with

title FreeBSD
  rootnoverify (hd0,1)
  chainloader +1

Windows uses the usual 

title Windows
root (hd0,0)
chainloader +1
makeactive

with my partition table looking like...

Device BootStart   EndBlocks   Id  System
/dev/hda1   * 1  1305  104823817  HPFS/NTFS
/dev/hda2  1306  2610  10482412+  a5  FreeBSD
/dev/hda3  2611 14592  96245415f  Win95 Ext'd (LBA)
/dev/hda5  2611  2741   1052226   82  Linux swap
/dev/hda6  2742 14586  95144931   8e  Linux LVM
/dev/hda7 14587 14592 48163+  83  Linux

Cheers,

--Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MP3 + Create Music CD

2004-02-10 Thread Mark Phillips
On Sun, 8 Feb 2004, Bryan Cassidy wrote:

> I have a bunch of mp3s and I want to burn them onto a cd so I can play
> them in my car cd player. Is there any recomendations on how to go about
> doing this? Would greatly appreciate it.

/usr/ports/sysutils/k3b

K3b is like 'Nero' for *nix. Very good app, should do just what you want.

--Mark
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


What is the difference between FreeBSD and OpenBSD...

2002-11-27 Thread Mark Phillips
What is the difference between FreeBSD and OpenBSD? 

Which flavor of BSD is the most secure straight out of the box?

Thanks!

Mark Phillips


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message