initial commit
[glibc.git] / debian / debhelper.in / libc.templates
1 Template: glibc/upgrade
2 Type: boolean
3 Default: true
4 _Description: Do you want to upgrade glibc now?
5 Running services and programs that are using NSS need to be restarted,
6 otherwise they might not be able to do lookup or authentication any more.
7 The installation process is able to restart some services (such as ssh or
8 telnetd), but other programs cannot be restarted automatically. One such
9 program that needs manual stopping and restart after the glibc upgrade by
10 yourself is xdm - because automatic restart might disconnect your active
11 X11 sessions.
12 .
13 This script detected the following installed services which must be
14 stopped before the upgrade: ${services}
15 .
16 If you want to interrupt the upgrade now and continue later, please
17 answer No to the question below.
18
19 Template: glibc/restart-services
20 Type: string
21 _Description: Services to restart for GNU libc library upgrade:
22 Running services and programs that are using NSS need to be restarted,
23 otherwise they might not be able to do lookup or authentication any more
24 (for services such as ssh, this can affect your ability to login).
25 Please review the following space-separated list of init.d scripts for
26 services to be restarted now, and correct it if needed.
27 .
28 Note: restarting sshd/telnetd should not affect any existing connections.
29
30 Template: glibc/restart-failed
31 Type: error
32 #flag:translate!:3
33 _Description: Failure restarting some services for GNU libc upgrade
34 The following services could not be restarted for the GNU libc library upgrade:
35 .
36 ${services}
37 .
38 You will need to start these manually by running
39 'invoke-rc.d <service> start'.
40
41 Template: glibc/disable-screensaver
42 Type: error
43 _Description: xscreensaver and xlockmore must be restarted before upgrading
44 One or more running instances of xscreensaver or xlockmore have been
45 detected on this system. Because of incompatible library changes, the
46 upgrade of the GNU libc library will leave you unable to
47 authenticate to these programs. You should arrange for these programs
48 to be restarted or stopped before continuing this upgrade, to avoid
49 locking your users out of their current sessions.
50
51 Template: libraries/restart-without-asking
52 Type: boolean
53 Default: false
54 _Description: Restart services during package upgrades without asking?
55 There are services installed on your system which need to be restarted
56 when certain libraries, such as libpam, libc, and libssl, are upgraded.
57 Since these restarts may cause interruptions of service for the system,
58 you will normally be prompted on each upgrade for the list of services
59 you wish to restart. You can choose this option to avoid being prompted;
60 instead, all necessary restarts will be done for you automatically so you
61 can avoid being asked questions on each library upgrade.
62
63 Template: glibc/kernel-too-old
64 Type: error
65 _Description: Kernel must be upgraded
66 This version of the GNU libc requires kernel version ${kernel_ver} or
67 later. Please upgrade your kernel and reboot before installing glibc.
68 You may need to use "apt -f install" after reboot to solve dependencies.
69
70 Template: glibc/kernel-not-supported
71 Type: note
72 _Description: Kernel version not supported
73 This version of the GNU libc requires kernel version ${kernel_ver} or
74 later. Older versions might work but are not officially supported by
75 Debian. Please consider upgrading your kernel.