Bug#693311: openafs-client: README.servers contains bogus example?

2012-11-15 Thread Björn Torkelsson
Package: openafs-client Version: 1.6.1-2ppa1~precise1 Severity: minor Dear Maintainer, README.servers contains an example of adding an additional demand attach file server: bos create host fs fs -cmd /usr/lib/openafs/dafileserver \ -cmd /usr/lib/openafs/davolserver \ -cmd

Bug#686758: make-fai-nfsroot: verify that the hook are an ordinary file before source:ing it

2012-09-05 Thread Björn Torkelsson
Package: make-fai-nfsroot Version: 4.0.3 (or git) Severity: normal Dear Maintainer, make-fai-nfsroot tries to run all files in $NFSROOT_HOOKS no matter if it is directories or special files. At least a basic check should be done. Diff against current git. diff --git a/bin/fai-make-nfsroot

Bug#502975: fai-client: wrong order of classes in fcopy

2008-10-21 Thread Björn Torkelsson
Package: fai-client Version: 3.2.4+svn4837-0ubuntu2 Severity: normal The order of the classes are different depending on how the classes are passed to fcopy. Currently it is only correct when passing the classes using the classes environment variable. $ cat /tmp/class DEFAULT A B $ ./fcopy -D

Bug#447183: openafs-client: /etc/openafs/afs.conf.client should have a comment that it is handled by debconf

2007-10-18 Thread Björn Torkelsson
Package: openafs-client Version: 1.4.4.dfsg1-7 Severity: wishlist It might be a good idea to put a comment in /etc/openafs/afs.conf.client too that it is handled by debconf and that it may be overwritten without any warning. /torkel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#415699: New version available

2007-03-22 Thread Björn Torkelsson
On Wed, 2007-03-21 at 11:42 -0700, Russ Allbery wrote: Tobias Doerffel [EMAIL PROTECTED] writes: Package: openafs Severity: wishlist Please package new version (1.4.4) of OpenAFS even if some of the important fixes were included in 1.4.2-6. I will. It just won't make it for etch,

Bug#391158: copyright file outdated?

2006-10-05 Thread Björn Torkelsson
Package: libpam-heimdal Version: 2.3 The copyright file says that the source was downloaded from http://www.squishy.cc/software/pam-krb5/ however starting with version 2, Russ rewrite of libpam-krb5, the upstream source is located at: http://www.eyrie.org/~eagle/software/pam-krb5/ /torkel

Bug#318936: first pam-openafs(-session) release

2006-09-06 Thread Björn Torkelsson
Hi, In pam-openafs 1.1.0 should you really continue and try to open a session if there is no kerberos ticket? I think you are missing a exit(PAM_SERVICE_ERR); /torkel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#374442: [PATCH] Re: Please make fai-chboot idempotent

2006-07-10 Thread Björn Torkelsson
Please try the attached (untested) patch. /torkel Index: fai-chboot === --- fai-chboot (revision 3540) +++ fai-chboot (working copy) @@ -251,6 +251,10 @@ # rename network config file my ($host) = shift; my ($ipadr,$hex) =

Bug#334392: Checking if compiling for a 64 bit kernel

2006-04-05 Thread Björn Torkelsson
Hi, Shouldn't the following code snippet be enough to make module-assistant work on PPC64 and hopefully still work on all machines with a 64-bit kernel. Maybe it should also check if the arch is powerpc just to be on the safe side? --- module-assistant-0.10.2/modass/include/generic.make.orig

Bug#358118: openafs-client: /usr/bin/sys should match default kernel version

2006-03-21 Thread Björn Torkelsson
Package: openafs-client Severity: normal With 2.6 as default kernel in both Debian and Ubuntu /usr/bin/sys should probably report i386_linux26 by default. Ubuntu bug https://launchpad.net/distros/ubuntu/+source/openafs/+bug/33969 contains a patch to debian/sysname which updates the hardcoded

Bug#356136: keep it simple

2006-03-20 Thread Björn Torkelsson
We did our own implementation of templates by using pre (hand) made pxe config files and extending fai-chboot to be able to copy the config files from the templates or already existing host config files to a new host file. See also #342471. Left to do is to extend fai-chboot to create the

Bug#357918: aacraid is missing in fai-kernels

2006-03-20 Thread Björn Torkelsson
Package: fai-kernels Severity: wishlist It would be nice if the aacraid driver is included in the fai-kernels. They are not that uncommon. /torkel -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-k7 Locale: LANG=en_GB.UTF-8, LC_CTYPE=sv_SE.UTF-8

Bug#286855: still opses on 1.10.2/2.6.15

2006-02-07 Thread Björn Torkelsson
On Sat, 2006-02-04 at 14:07 +0100, Holger Levsen wrote: Hi Björn, On Friday 03 February 2006 11:09, Björn Torkelsson wrote: With fai-kernels 1.10.2 it still opses for me in xfs. However xfs works with a home built kernel based on 2.6.15-rc4, with a completely different config though. I

Bug#286855: still opses on 1.10.2/2.6.15

2006-02-03 Thread Björn Torkelsson
Hi, With fai-kernels 1.10.2 it still opses for me in xfs. However xfs works with a home built kernel based on 2.6.15-rc4, with a completely different config though. /torkel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#342607: openafs-modules-source: build kernel module on Ubuntu dapper kernel fails

2005-12-08 Thread Björn Torkelsson
Package: openafs-modules-source Version: 1.4.0-2 Severity: normal Tags: patch The kernel in Ubuntu dapper, based on the latest upstream 2.6.15 kernel, and with extra patches, among them ocfs2. One of the ocfs patches renames WRITEPAGE_ACTIVATE to AOP_WRITEPAGE_ACTIVATE and changes it from a

Bug#342467: fai: nfsroot hooks

2005-12-07 Thread Björn Torkelsson
Package: fai Severity: wishlist Tags: patch Sometimes we have to fix some things in the nfsroot after make-fai-nfsroot is run, like creating extra devices, modifying som config files etc, etc. However as it is very easy to forget to do the modifications, it would be nice if there was a way to do

Bug#342471: fai-chboot improvements

2005-12-07 Thread Björn Torkelsson
Package: fai Severity: wishlist Tags: patch Hi, Some improvements to fai-chboot in attatched patch: * -l takes optional host/IP/HEX to only list those hosts * -v option, an optional extra flag to -l to list all config files, not only those matching the hex, i.e also template files are

Bug#342477: Improvements to faimond

2005-12-07 Thread Björn Torkelsson
Package: fai Severity: wishlist Tags: patch Hi, We don't allow ssh from the clients to the install server so we need another way to disable the pxe config file for a newly installed client. As there already is faimond monitoring the status of the nodes we improved it to allow to run fai-chboot

Bug#315059: Drop KRB4 support from HEIMDAL

2005-11-28 Thread Björn Torkelsson
On Sat, 2005-11-26 at 11:45 +1100, Brian May wrote: Björn == Björn Torkelsson [EMAIL PROTECTED] writes: Björn I did rebuild it for Ubuntu dapper and have been running it for some Björn time now. Seems to be working without any problems. Great news! Yeah, and Ubuntu has

Bug#340272: apticron: fails to fetch changelogs for packages in file: repositories

2005-11-22 Thread Björn Torkelsson
Package: apticron Version: 1.1.12 Severity: normal Tags: patch When using file: repositrories in sources.list the packages are not cached in /var/cache/apt/archives and thus apticron can not generate the changelog for those packages. The attached patch checks if the package are in the cache and

Bug#315059: Drop KRB4 support from HEIMDAL

2005-11-15 Thread Björn Torkelsson
On Sat, 2005-10-29 at 09:31 +1000, Brian May wrote: Brian == Brian May [EMAIL PROTECTED] writes: Brian There have been increasing calls for me to drop krb4 Brian support in Heimdal (first in bug #315059 and now by Brian upstream in bug #334632 - it would also solve #236851). It

Bug#334373: make-fai-nfsroot fails to set up /dev

2005-11-04 Thread Björn Torkelsson
Hi, Can you please try the following patch? It assumes that udev is installed in the nfsroot though. Index: scripts/fai === --- scripts/fai (revision 2980) +++ scripts/fai (working copy) @@ -147,6 +147,9 @@ osname='Debian

Bug#337438: fai: kudzu is not available in Ubuntu

2005-11-04 Thread Björn Torkelsson
Package: fai Severity: normal make-fai-nfsroot tries to install kudzu in the nfsroot, as kudzu is not available in Ubuntu it fails to setup fai on/for an Ubuntu installation. Probably there have to be some kind of plugins to support different, but similiar distributions? And/or move the

Bug#315059: Drop KRB4 support from HEIMDAL

2005-10-25 Thread Björn Torkelsson
On Mon, 2005-10-24 at 12:18 +1000, Brian May wrote: Steve == Steve Langasek [EMAIL PROTECTED] writes: Steve On Sun, Oct 23, 2005 at 03:20:08PM -0400, Sam Hartman Steve wrote: Does the krb524 functionality disappear from the KDC if you turn off krb4? Steve According

Bug#324694: openafs-client: setting sysname in init.d script

2005-08-23 Thread Björn Torkelsson
Package: openafs-client Version: 1.3.87-1 Severity: wishlist It would be really nice to have an official way to set the sysname when starting the openafs client. /torkel -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8 Locale: LANG=en_GB.UTF-8,

Bug#274063: heimdal: txtelnet rxterm

2005-08-17 Thread Björn Torkelsson
Package: heimdal Followup-For: Bug #274063 Hi, I tend to agree with Harald here. rxterm/rxtelnet is very heimdal specific and should therefore really be using rsh/telnet from heimdal i.e krsh/ktelnet, not any other rsh/telnet client that may not support kerberos. Patch is attatched! -- System

Bug#323582: Fails to build on ubuntu

2005-08-17 Thread Björn Torkelsson
Package: openafs Hi, I'm trying to build the latest and greatest openafs package (1.3.87-1) in Debian on Ubuntu however it fails when building the the pam modules as it gets multiple definitions of 'AFSVersion' and cml_version_number'. I guess that Debian should have been hit by this too?

Bug#323582: Fails to build on ubuntu

2005-08-17 Thread Björn Torkelsson
On Wed, 2005-08-17 at 07:52 -0700, Russ Allbery wrote: Ugh, I'm pretty sure Ubuntu is not the problem, but rather the problem is my naive assumption that globs respect case. The PAM Makefile tries to exclude AFS_component_version_number from shlibafsrpc with the following expression:

Bug#287582: any progress on this?

2005-03-07 Thread Björn Torkelsson
On Mon, 2005-03-07 at 11:58 -0800, Max Kamenetsky wrote: Mikael, Any progress on this bug? The latest Arla solves a myriad of problems, among them the fact that the current version in Debian doesn't work on AMD64. I began to pack it some time ago to ease the work for Mikael however I was