Re: OpenMosix 6.2: Need Kernel Patch for 2.6.14

labeneator borg <[email protected]>
Newsgroups gmane.linux.cluster.openmosix.general
Message-ID <[email protected]>
I got the same error
A quick check on http://openmosix.snarc.org/browser/ reveals that only
the trunk exists.
I don't think its a error (http://subversion.tigris.org/faq.html#bdb43-upgrade)
Any ideas?
On 12/16/05, [email protected] <[email protected]> wrote:
> Hi,
>
> thank you for that fast reply.
>
> But I have problems with fetching the userspace-tools.
>
> I get the following error:
>   svn co svn://openmosix.snarc.org/om/userspace/trunk
>   svn: Berkeley DB error for filesystem /var/svn/om/userspace/db while opening environment:
>   DB_VERSION_MISMATCH: Database environment version mismatch
>   svn: bdb: Program version 4.3 doesn't match environment version
>
> The openMosix-Tree is no problem. I have no idea why this error occurs.
> Can you send me the current sources via e-mail?
>
> Thank you,
> Torben
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: labeneator borg [mailto:[email protected]]
> > Gesendet: Freitag, 16. Dezember 2005 09:11
> > An: Keil, Torben
> > Cc: openmosix-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > Betreff: Re: [openMosix-general] OpenMosix 6.2: Need Kernel
> > Patch for 2.6.14
> >
> > You need to cvs check out the latest OM. Heres how i did it
> > bzcat /home/mpl/patch-2.6.14.bz2 |patch -p1 svn co
> > svn://openmosix.snarc.org/om/kernel-2.6/trunk linux-2.6-om
> > svn co svn://openmosix.snarc.org/om/userspace/trunk
> >
> > [root@mpldev007 linux-2.6.13]# ls
> > /home/mpl/java/linux-2.6-om/ arch  fs  hpc  include  init
> > kernel  MAINTAINERS  Makefile  mm  net  scripts
> > [root@mpldev007 linux-2.6.13]# ls
> > arch           drivers  Kbuild        Makefile        REPORTING-BUGS
> > COPYING        fs       kernel        mm              scripts
> > CREDITS        include  lib           Module.symvers  security
> > crypto         init     linux-2.6-om  net             sound
> > Documentation  ipc      MAINTAINERS   README          usr
> > cp -r /home/mpl/java/linux-2.6-om/* ./* -r --reply=yes
> >
> > [root@mpldev007 linux-2.6.13]# make xconfig
> >   HOSTCC  scripts/basic/fixdep
> > /bin/sh: scripts/basic/fixdep: Permission denied
> > make[1]: *** [scripts/basic/fixdep] Error 1
> > make: *** [scripts_basic] Error 2
> > [root@mpldev007 linux-2.6.13]# mount
> > /dev/sda2 on / type ext3 (rw)
> > none on /proc type proc (rw)
> > none on /sys type sysfs (rw)
> > none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on
> > /proc/bus/usb type usbfs (rw) none on /dev/shm type tmpfs (rw)
> > /dev/sda1 on /mnt/ntfs type ntfs (rw,noexec,nosuid,nodev,umask=0000)
> > /dev/sda4 on /mnt/suse type reiserfs (rw,noexec,nosuid,nodev)
> > none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc
> > on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
> >
> > [root@mpldev007 linux-2.6.13]# mount -o remount exec /mnt/suse/
> > [root@mpldev007 linux-2.6.13]# mount
> > /dev/sda2 on / type ext3 (rw)
> > none on /proc type proc (rw)
> > none on /sys type sysfs (rw)
> > none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on
> > /proc/bus/usb type usbfs (rw) none on /dev/shm type tmpfs (rw)
> > /dev/sda1 on /mnt/ntfs type ntfs (rw,noexec,nosuid,nodev,umask=0000)
> > /dev/sda4 on /mnt/suse type reiserfs (rw)
> >
> > [root@mpldev007 linux-2.6.13]# make xconfig
> >   HOSTCC  scripts/basic/fixdep
> >   HOSTCC  scripts/basic/split-include
> >   HOSTCC  scripts/basic/docproc
> >   HOSTCC  scripts/kconfig/conf.o
> >   HOSTCC  scripts/kconfig/kconfig_load.o
> >   HOSTCC  scripts/kconfig/kxgettext.o
> >   HOSTCC  scripts/kconfig/mconf.o
> >   SHIPPED scripts/kconfig/zconf.tab.c
> >   HOSTCC  scripts/kconfig/zconf.tab.o
> >   HOSTCXX scripts/kconfig/qconf.o
> >   HOSTLD  scripts/kconfig/qconf
> > scripts/kconfig/qconf arch/i386/Kconfig
> >
> > Turn on HPC (I enabled everything)
> >
> > [root@mpldev007 linux-2.6.13]# make bzImage modules
> > modules_install install
> >
> > [root@mpldev007 daemon]# ./omd
> > sending to: 192.168.11.17
> > adding 192.168.11.17
> > On 12/15/05, [email protected] <[email protected]> wrote:
> > > Hello,
> > >
> > > I'm planning to set up a small openMosix-Cluster with 2.6 Kernels.
> > > The nodes will be connectet via gigabit ethernet and over iSCSI.
> > >
> > > The master-node will export an LVM-storage via iSCSI.
> > >
> > > I'll use the following setup:
> > >         iscsitarget-0.4.12      ( needs Kernel >= 2.6.13 )
> > >         open-iscsi-0.4-434      ( needs Kernel >= 2.6.11 )
> > >
> > > To solve the problem with the concurrent write acces on
> > files I'll set
> > > up an OCFS2-Filesystem (ocfs2-1.1.6).
> > >
> > > But OCFS2 needs at least Kernel 2.6.13-rc5. 2.6.14 would be fine.
> > > Does anybody know where I can find that kernelpatch? Or is
> > it possible
> > > to apply the actual patch-2.6.12-om-r577 on a 2.6.14-Kernel?
> > >
> > >
> > > Thank you,
> > > Torben Keil
>


--
Earth --- Mother of the most beatiful women in the Universe.
 -- fortune -- Apollo, "Who Mourns for Adonais" Stardate 3468.1
www.opensource.or.ke


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.