[OpenAFS] Re: openafs-1.6.0 insmod error

2012-02-17 Thread Andrew Deason
On Sun, 12 Feb 2012 18:54:11 +0100 (CET) Rainer Laatsch wrote: > After a 'yum update', i got a new kernel. So i compiled a new > openafs-1.6.0 to get an up-to-date /usr/vice/etc/modload/libafs* > > Doing > insmod /usr/vice/etc/modload/libafs* > i get the error: > insmod: error inserting > '/u

[OpenAFS] openafs-1.6.0 insmod error

2012-02-17 Thread Rainer Laatsch
After a 'yum update', i got a new kernel. So i compiled a new openafs-1.6.0 to get an up-to-date /usr/vice/etc/modload/libafs* Doing insmod /usr/vice/etc/modload/libafs* i get the error: insmod: error inserting '/usr/vice/etc/modload/libafs-2.6.18-274.17.1.el5.mp.ko' : -1 Unknown symbol in mod

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Natxo Asenjo
On Fri, Feb 17, 2012 at 8:27 PM, Ken Dreyer wrote: > On Fri, Feb 17, 2012 at 12:22 PM, Natxo Asenjo > wrote: > > the config.log is very long (2669 lines). I posted it in pastebin: > > http://pastebin.com/BUkP0stW > > > > make: command not found > > You'll need to install make, at a minimum. > o

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Andrew Cobaugh
You're missing the make command. --andy On Feb 17, 2012 2:23 PM, "Natxo Asenjo" wrote: > > On Fri, Feb 17, 2012 at 7:45 PM, Simon Wilkinson < simonxwilkin...@gmail.com> wrote: >> >> >> On 17 Feb 2012, at 18:21, Natxo Asenjo wrote: >> >> > checking for linux kernel module build works... no >> > c

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Ken Dreyer
On Fri, Feb 17, 2012 at 12:22 PM, Natxo Asenjo wrote: > the config.log is very long (2669 lines). I posted it in pastebin: > http://pastebin.com/BUkP0stW > make: command not found You'll need to install make, at a minimum. ___ OpenAFS-info mailing list

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Natxo Asenjo
On Fri, Feb 17, 2012 at 7:45 PM, Simon Wilkinson wrote: > > On 17 Feb 2012, at 18:21, Natxo Asenjo wrote: > > > checking for linux kernel module build works... no > > configure: error: Fix problem or use --disable-kernel-module... > > See `config.log' for more details. > > + exit 1 > > error: Bad

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Simon Wilkinson
On 17 Feb 2012, at 18:21, Natxo Asenjo wrote: > checking for linux kernel module build works... no > configure: error: Fix problem or use --disable-kernel-module... > See `config.log' for more details. > + exit 1 > error: Bad exit status from /var/tmp/rpm-tmp.Ak15pA (%build) As it says, see conf

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Natxo Asenjo
On Fri, Feb 17, 2012 at 6:49 PM, Simon Wilkinson wrote: > > On 17 Feb 2012, at 17:45, Natxo Asenjo wrote: > >> error: Failed build dependencies: >> kernel-devel-i386 = 2.6.32-220.4.2.el6 is needed by openafs-1.6.0-1.el6.i386 > > You need to specific i686 as the target. ok, that makes sense:

Re: [OpenAFS] Re: problem installing kmod-openafs from yum repo

2012-02-17 Thread Gary Buhrmaster
On Fri, Feb 17, 2012 at 09:45, Natxo Asenjo wrote: > Apparently no i386 more in rhel6 and clones. Somewhere along the line Fedora (and now RHEL) dropped i386. You have to target i686. Gary ___ OpenAFS-info mailing list OpenAFS-info@openafs.org ht

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Simon Wilkinson
On 17 Feb 2012, at 17:45, Natxo Asenjo wrote: > error: Failed build dependencies: > kernel-devel-i386 = 2.6.32-220.4.2.el6 is needed by > openafs-1.6.0-1.el6.i386 You need to specific i686 as the target. S. ___ OpenAFS-info mailing list OpenAF

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Natxo Asenjo
On Fri, Feb 17, 2012 at 6:04 PM, Ken Dreyer wrote: > On Fri, Feb 17, 2012 at 6:51 AM, Natxo Asenjo wrote: >> I am setting up a test openafs lab with centos 6.2. > > If this is just a test lab to get OpenAFS up and running, I'd > recommend the OpenAFS binary packages at elrepo.org. ELRepo uses kAB

Re: [OpenAFS] Re: problem installing kmod-openafs from yum repo

2012-02-17 Thread Natxo Asenjo
On Fri, Feb 17, 2012 at 4:53 PM, Andrew Deason wrote: > On Fri, 17 Feb 2012 14:51:31 +0100 > Natxo Asenjo wrote: > >> Apparently the kmod-openafs package is not for the same version so it >> does not install. > > That's because there apparently are no kmod packages for your kernel > version. If y

[OpenAFS] Re: Offline volumes after upgrade to 1.6.1pre2

2012-02-17 Thread Andrew Deason
On Fri, 17 Feb 2012 16:50:24 +0100 Åsa Andersson wrote: > > For the first one, I think that's possible. If the CoW corruption > > results in files getting incorrectly truncated, that would certainly > > cause the first, but I'm not sure if the specific corruption patterns > > are known. Do you ha

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Ken Dreyer
On Fri, Feb 17, 2012 at 6:51 AM, Natxo Asenjo wrote: > I am setting up a test openafs lab with centos 6.2. If this is just a test lab to get OpenAFS up and running, I'd recommend the OpenAFS binary packages at elrepo.org. ELRepo uses kABI to track RHEL kernels, which is pretty cool. One thing to

Re: [OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Simon Wilkinson
On 17 Feb 2012, at 15:53, Andrew Deason wrote: > On Fri, 17 Feb 2012 14:51:31 +0100 > Natxo Asenjo wrote: > >> Apparently the kmod-openafs package is not for the same version so it >> does not install. > > That's because there apparently are no kmod packages for your kernel > version. Sadly,

[OpenAFS] Re: problem installing kmod-openafs from yum repo

2012-02-17 Thread Andrew Deason
On Fri, 17 Feb 2012 14:51:31 +0100 Natxo Asenjo wrote: > Apparently the kmod-openafs package is not for the same version so it > does not install. That's because there apparently are no kmod packages for your kernel version. If you want a kmod-style RPM, you can build one yourself by downloading

Re: [OpenAFS] Re: Offline volumes after upgrade to 1.6.1pre2

2012-02-17 Thread Åsa Andersson
On 12-02-16, Andrew Deason wrote: > On Thu, 16 Feb 2012 11:15:19 +0100 > Åsa Andersson wrote: > > > Hello, > > > > We upgraded our file servers from 1.6.0 to 1.6.1pre2 last Sunday (most of > > our clients are running version 1.6.0) and after that we have seen volumes > > going offline and entri

[OpenAFS] problem installing kmod-openafs from yum repo

2012-02-17 Thread Natxo Asenjo
hi, I am setting up a test openafs lab with centos 6.2. Following the 'Getting Started on Linux' (http://docs.openafs.org/QuickStartUnix/ch02s09.html) instructions, I get two problems: First, there is no openafs-repository-VERSION.noarch.rpm file for version 1.6.0; this is not a huge problem, I h

Re: [OpenAFS] OpenAFS client 1.7.201 and later triggers printing of smiley faces on all printers shared via Samba

2012-02-17 Thread Michael Richter
With whom? That is the question. Since the problem occurs with Samba shared printers and not Microsoft Windows shared printers or Apple Bonjour shared printers, perhaps its a bug in Samba. We have a Windows Server 2003 print server and this problem.

Re: [OpenAFS] OpenAFS client 1.7.201 and later triggers printing of smiley faces on all printers shared via Samba

2012-02-17 Thread Michael Richter
Oh, I have the same problem. Did not know that it is related to OpenAFS. It seemed that this page was send two times to every printer on our printserver - to printers which are not installed on my desktop too. Actually the printers has nothing to do with OpenAFS - I thought. Mit freundlichen Gr