NFS export ext2 mounted filesystems

2007-01-26 Thread Francois Visconte
Hello, I mount ext2 partitions on a dual boot (OpenBSD/Linux) host I have expoted /mnt/data over NFS and i can't mount it from another linux machine. On my nfs server (openbsd) --- /etc/fstab --- /dev/wd1i /mnt/home2 ext2fs rw,nosuid, 0 0 --- /etc/exports --- /mnt/home2 -alldirs -network 19

Re: Install question: FreeBSD installed, no CD drive

2007-01-17 Thread Francois Visconte
PXE install seems to be the most appropriate. You can also download bsd.rd on your freebsd and boot it. If freebsd bootloader can boot bsd.rd, use grub. Cheers, Frangois

Re: revision control system for system administration

2006-12-19 Thread Francois Visconte
Hello To the OP, I would keep everything centralized and in a repository. Then dedicate a test machine, or two, that you will use to deploy your updates and test the integrity of your automation system. If all goes well with the test, push the tested updates over to the production repos. Th

Re: revision control system for system administration

2006-12-19 Thread Francois Visconte
Hello, Not directly OpenBSD related but I thought I'd ask. I'd like to use a revision control system to manage files on 25-30 servers but I'm not sure whether I'd use a centralized repository or have a separate revision control system on each box. It would also be good to know how much leverage

Re: automatic packages upgrade from ports [solved]

2006-12-13 Thread Francois Visconte
IST=$PLIST make clean package export PKG_PATH=/usr/ports/packages/sparc64/all/ pkg_add -ui Cheers, Francois Visconte

automatic packages upgrade from ports

2006-12-12 Thread Francois Visconte
Hello, I'm searching for a way to automaticaly doing the following actions: 1/ update port tree (OPENBSD_4_0) 2/ get installed packages and find corresponding ports 3/ build this packages from ports. Maybe i missed the point but i don't find an existing way to do that. I'm using the following way

Upgrade problem on spac64 3.9->4.0

2006-11-02 Thread Francois Visconte
Hello, I'm trying to upgrade from 3.9 to 4.0 from sources. I'm currently running 3.9. My gcc version: $ gcc --version gcc (GCC) 3.3.5 (propolice) When i'm trying to compile kernel i have the following error :

Re: Boost OpenBSD security - Zophie for 3.9

2006-10-31 Thread Francois Visconte
Tomasz Zielinski wrote: Hello, Zophie is patch that contains new security features for OpenBSD 3.9. BSD license. I have not tested it personaly, but probably it's worth to analyze it and maybe even incorporate. More info: http://www.0penbsd.com/zophie.html, http://akcja.0penbsd.com/zosia/

retrieving bootparams

2006-10-18 Thread Francois Visconte
Hello, is there any way to retrieve boot params, like /proc/cmdline under linux ? Cheers, Francois

building python port with debugging support

2006-09-27 Thread Francois Visconte
Hello, Is there standard way to build python2.{3,4} package with debugging symbols ? Cheers, Frangois Visconte

Re: Compiling RAMDISK

2006-09-26 Thread Francois Visconte
Hello, It seems quite clear, your disk is full. Cheers, FranC'ois Tomas wrote: Hi list, I'm trying to make OpenBSD live CD 3.9, I've read this article http://www.onlamp.com/pub/a/bsd/2005/07/14/openbsd_live.html and trying to follow it, but when I start compiling RAMDISK it stops with thi

Re: kernel rebuild - and rebuild userland?

2006-09-21 Thread Francois Visconte
Hello, I think the real question is : is there allways a backward compatibility of system calls accross patching ? ... I thinks this is mostly de case -- Frangois Visconte Jason Dixon wrote: On Sep 20, 2006, at 8:10 PM, Patsy wrote: On Wed, 20 Sep 2006, John Costello wrote: This is in

Re: chrooted sftponly - how ?

2006-09-19 Thread Francois Visconte
Lukasz Sztachanski wrote: On Mon, Sep 18, 2006 at 03:23:37PM +0200, Bambero wrote: Hello Is there any good way to setup chrooted sftp-server without shell access ? I tried scponly but it's not secure enough (I heard), there is no port for openbsd, and I had problems to set it up. Second w

Re: chrooted sftponly - how ?

2006-09-18 Thread Francois Visconte
ironment. Users have access to a whole system. On 9/18/06, Francois Visconte <[EMAIL PROTECTED]> wrote: Hello, Try changing sftp-only user's shell to /usr/libexec/sftp-server Cheers, Frangois Visconte Bambero wrote: > Hello > > Is there any good way to setup chrooted sftp-se

Re: chrooted sftponly - how ?

2006-09-18 Thread Francois Visconte
Hello, Try changing sftp-only user's shell to /usr/libexec/sftp-server Cheers, Frangois Visconte Bambero wrote: Hello Is there any good way to setup chrooted sftp-server without shell access ? I tried scponly but it's not secure enough (I heard), there is no port for openbsd, and I had pro

openbsd ports or pkgsrc

2006-04-13 Thread Francois Visconte
Hello everyone, Is there many people using pkgsrc on openbsd ? I'm using openbsd and netbsd. The openbsd base system is wonderfull but the ports lack some cool features that pkgsrc offers (security advisorys, easy upgrades...). Is there any particular problem using pkgsrc on openbsd ? Cheers, F