Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 1145)

Ticket Resolution Summary Owner Reporter
#643 worksforme setup doesn’t work in tcsh spawned from bash andersk

Reported by andersk, 14 years ago.

Description
andersk@dr-wily:~$ tcsh
dr-wily:~> setup gaussian_v98-A11
setup: Command not found.
#730 invalid debathena-nsswitch-config should divert initctl to unset NSS_NONLOCAL_IGNORE andersk

Reported by andersk, 14 years ago.

Description

debathena-nsswitch-config should divert /sbin/initctl with a wrapper that unsets NSS_NONLOCAL_IGNORE, so that Upstart jobs started by a dpkg postinst don’t wind up inside NSS_NONLOCAL_IGNORE-land.

The same wrapper that’s used for /usr/sbin/invoke-rc.d won’t quite work because it doesn’t preserve argv[0], and

-rwxr-xr-x 1 root root   113992 2010-08-12 16:53 /sbin/initctl
lrwxrwxrwx 1 root root        7 2010-08-13 13:40 /sbin/reload -> initctl
lrwxrwxrwx 1 root root        7 2010-08-13 13:40 /sbin/restart -> initctl
lrwxrwxrwx 1 root root        7 2010-08-13 13:40 /sbin/start -> initctl
lrwxrwxrwx 1 root root        7 2010-08-13 13:40 /sbin/status -> initctl
lrwxrwxrwx 1 root root        7 2010-08-13 13:40 /sbin/stop -> initctl

but this should work:

#!/bin/bash
unset NSS_NONLOCAL_IGNORE
exec -a "$0" /sbin/initctl "$@"
#861 fixed Purging one arch of multiarch libnss-nonlocal deletes the magic users and groups too early andersk andersk

Reported by andersk, 13 years ago.

Description

On a multiarch system, if you install libnss-nonlocal:i386 and libnss-nonlocal:amd64 and then purge libnss-nonlocal:amd64, the postinst prematurely deletes the magic users and groups.

(Marking trivial because multiarch is  highly experimental for now; nobody will be using it unless they’re asking for trouble. Also, the consequences are easily reversible.)

Note: See TracQuery for help on using queries.