Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-10 Thread JDahl
after fixing symlinks and rebuilding the modules with gcc-4.1 everythings works again, so this thread can be disregarded. Joachim Russ Allbery wrote: JDahl [EMAIL PROTECTED] writes: I realized that gcc incorrectly symlinks to a beta version of gcc-4.3 which I installed from the

[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-10 Thread Achim Bohnet
** Changed in: openafs (Ubuntu) Status: New = Invalid -- openafs gives segfault on kernel 2.6.22-13 https://bugs.launchpad.net/bugs/150469 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread JDahl
I purged everything related to openafs and tried to rebuild using the steps from /usr/share/openafs-client/README.modules: module-assistant auto-build openafs-modules The problem remains: [EMAIL PROTECTED]:/home/joachim# dpkg -i

Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread JDahl
Achim Bohnet wrote: Sorry, can't help. I tried to reproduce and could not. Just want to add: I'm authenticating against a kerberos4 server. Maybe strace output or running under gdb gives an idea? The output of sudo strace /etc/init.d/openafs-client start gives me stat64(/usr/bin/fs,

[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread Björn Torkelsson
Can you please run: sh -x /etc/init.d/openafs-client start I'm wondering why fs says Invalid argument. /torkel -- openafs gives segfault on kernel 2.6.22-13 https://bugs.launchpad.net/bugs/150469 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread JDahl
Björn Torkelsson wrote: Can you please run: sh -x /etc/init.d/openafs-client start I'm wondering why fs says Invalid argument. /torkel I ran [EMAIL PROTECTED]:~$ sudo sh -x /etc/init.d/openafs-client force-start and the relevant part of the output is pasted below: +

[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread Russ Allbery
The error message that you're getting is consistent with the kernel module failing to register the AFS system calls. The AFS client programs are then trying to make system calls that don't exist, which result in various odd errors such as the ones you're seeing. I'm a little confused by the

Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread JDahl
I only have one kernel installed (I removed the previous kernel before I realized the afs problem), so it shouldn't be an issue of loading a tainted version kernel module. I am attaching the full output from the starting the client as well as dmesg output below. Thanks joachim [EMAIL

Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread JDahl
Russ Allbery wrote: dmesg output may also be useful, in particular the lines about searching for the system call table. Again, I don't understand why you're not seeing that output when you start the AFS client for the first time after boot. I should mention that after experiencing these

[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread Russ Allbery
[11019.80] BUG: unable to handle kernel NULL pointer dereference at virtual address Aha. There's the actual problem. I'm not sure what's causing it, though. It looks very similar to the problem for AMD64 that was fixed in -5, but you already have -7 and this isn't an AMD64

Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread JDahl
I realized that gcc incorrectly symlinks to a beta version of gcc-4.3 which I installed from the unoffficial ubuntu toolchain repository. I will rebuild the kernel-modules and report back to hopefully cancel the bugreport once I correct all the nuked symlinks... My apologies Joachim Russ

Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-09 Thread Russ Allbery
JDahl [EMAIL PROTECTED] writes: I realized that gcc incorrectly symlinks to a beta version of gcc-4.3 which I installed from the unoffficial ubuntu toolchain repository. I will rebuild the kernel-modules and report back to hopefully cancel the bugreport once I correct all the nuked

[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-08 Thread Achim Bohnet
I can't reproduce it on. klog works fine with my AFS user. Linux allee 2.6.22-13-generic #1 SMP Thu Oct 4 17:18:44 GMT 2007 i686 GNU/Linux [EMAIL PROTECTED](0) ~ $ dpkg -l \*afs\* | grep ^i ii libpam-openafs-kaserver 1.4.4.dfsg1-7 AFS distributed filesystem

Re: [Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-08 Thread JDahl
this is the output from my machine: [EMAIL PROTECTED]:~$ dpkg -l \*afs\* | grep ^i ii openafs-client1.4.4.dfsg1-7 AFS distributed filesystem client support ii openafs-modules-2.6.22-10-generic 1.4.4.dfsg1-6+2.6.22-10.30 AFS distributed filesystem kernel module

[Bug 150469] Re: openafs gives segfault on kernel 2.6.22-13

2007-10-08 Thread Achim Bohnet
Sorry, can't help. I tried to reproduce and could not. Just want to add: I'm authenticating against a kerberos4 server. Maybe strace output or running under gdb gives an idea? -- openafs gives segfault on kernel 2.6.22-13 https://bugs.launchpad.net/bugs/150469 You received this bug