Custom Query (1145 matches)
Results (349 - 351 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1085 | worksforme | OpenAFS BUG on shutdown | geofft | |
Description |
On w20-575-25: BUG: unable to handle kernel paging request at ffffc90013413048 IP: [<ffffffffa03a01ec>] rxk_ReadPacket+0xcc/0x1d0 [openafs] PGD 12780f067 PUD 127820067 PMD 112fe1067 PTE 0 Oops: 0000 [#1] SMP ... Pid: 1913, comm: afs_rxlistener ... Call Trace: [<ffffffffa039f1a9>] ? afs_mutex_exit+0x29/0x40 [openafs] [<ffffffffa03a035f>] rxk_Listener+0x6f/0x200 [<ffffffffa03b2dcd>] afsd_thread+0x11d/0x750 [openafs] ... This looks like comment:ticket:1052:1. |
|||
#1416 | fixed | openafs 1.6.2.1-1 no longer accepts AFS_DYNROOT=true | andersk | |
Description |
As of this change in openafs 1.6.2.1-1 (jessie+, saucy+, and the PPA), the openafs-client initscript no longer accepts AFS_DYNROOT=true, and instead now accepts AFS_DYNROOT=Yes, unlike the other four options. The postinst tries to convert the configuration over, but that doesn’t help if debathena-afs-config is installed later. In that case, dynroot gets disabled, which causes, like, kernel panics. I’ve filed DebianBug:729353 for this being dumb, but unless we can get a fix in saucy, we may need to fix debathena-afs-config to detect AFS_DYNROOT=true or AFS_DYNROOT=Yes as appropriate. |
|||
#409 | wontfix | ood-packages shouldn't require you to be debathena-root to work | geofft | |
Description |
There's a script "ood-packages" in the debathena locker that will give you a list of all packages with newer versions in SVN than in apt. It uses reprepro, which wants to be able to lock the apt repo while running, and therefore requires write bits on the apt repo. I'd probably use it more if I could run it unprivileged. |