Critical error - immediate abort - Fehler 26 bei Login

Antworten
infinity
Beiträge: 4
Registriert: 10 Sep 2009, 20:55

Critical error - immediate abort - Fehler 26 bei Login

Beitrag von infinity »

Hallo,

... ein etwas ekligeres Problem. Zunächst zum Server:
- Lucid Lynx
- 64 bit OS
- Genug Leistung für alle (4GB RAM, Atlon DualCore 2.5 Ghz, ...)

Installation funktioniert soweit, eigener DNS-Server - dnsmasq - rennt. Domains funktionieren auch. Alle Pakete via aptitude konfiguriert und installiert. User infinity zu opsiadmin hinzugefügt.

Dann erstes Login - Fehlermeldung:
{"result": null, "id": null, "error": {"message": "Opsi authentication error: Backend authentication error: Backend authentication error: PAM authentication failed for user 'infinity': ('Critical error - immediate abort', 26)", "class": "OpsiAuthenticationError"}}
Huh.

Fehler 26 findet sich in der _pam_types.h:

Code: Alles auswählen

#define PAM_ABORT 26            /* Critical error (?module fail now request) */
Tolle Sache. Der Auth funktioniert bei Opsi über diesen Codeschnipsel:

Code: Alles auswählen

                       # Create instance
                        auth = PAM.pam()
                       logger.error("status: 0")
                        auth.start(self._pamService)
                        # Authenticate
                       logger.error("status: 1")
                        auth.set_item(PAM.PAM_CONV, AuthConv(self._username, self._password))
                       logger.error("status: 2")
                        # Set the tty
                        # Workaround for:
                        #   If running as daemon without a tty the following error
                        #   occurs with older versions of pam:
                        #      pam_access: couldn't get the tty name
                        try:
                                auth.set_item(PAM.PAM_TTY, '/dev/null')
                        except:
                                pass
                        auth.authenticate()
                        auth.acct_mgmt()
                        
                        self._userGroups = [ grp.getgrgid( pwd.getpwnam(self._username)[3] )[0] ]
                        logger.debug(u"Primary group of user '%s' is '%s'" % (self._username, self._userGroups[0]))
                        groups = grp.getgrall()
                        for group in groups:
                                if self._username in group[3]:
                                        self._userGroups.append(group[0])
                                        logger.debug(u"User '%s' is member of group '%s'" % (self._username, group[0]))
                
                except Exception, e:
                        raise BackendAuthenticationError(u"PAM authentication failed for user '%s': %s" % (self._username, e))
Hierbei kommt er bis Status 0. Die Variable self._pamService ist "common-auth". Im Syslog kommt parallel noch eine nette Meldung:

Code: Alles auswählen

Sep 17 09:50:38 sun python: PAM pam_end: NULL pam handle passed
Das angesteuerte PAM Python-Modul kann man hier finden: http://www.pangalactic.org/PyPAM/ ... nun ja, und da dort ja wohl der service gesetzt wird geht dann ggf. der pamh verloren - einer meiner Theorien. Aber langsam bin ich mit meinem Latein wirklich am Ende.

Kann mir jemand weiterhelfen? Bin ich dabei auf einen ekeligen Bug im RC gestoßen? Oder was mache ich falsch? Danke für jede Hilfe!
Benutzeravatar
j.schneider
uib-Team
Beiträge: 2045
Registriert: 29 Mai 2008, 15:14

Re: Critical error - immediate abort - Fehler 26 bei Login

Beitrag von j.schneider »

Hallo,

ich habe das Problem noch nie zuvor gesehen.
Wir haben opsi 4.0 auf etlichen Lucid-Servern laufen.
Ich denke, dass es ein Problem mit der PAM-Konfiguration gibt.
Ist hier etwas "ungewöhnliches" konfiguriert worden (LDAP, WINBIND, ...)?
Was steht in der /etc/pam.d/common-auth?

Gruß,
Jan Schneider


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


infinity
Beiträge: 4
Registriert: 10 Sep 2009, 20:55

Re: Critical error - immediate abort - Fehler 26 bei Login

Beitrag von infinity »

Hallo,

irgendwie habe ich ein Talent auf ungewöhnliche Fehler zu stoßen. Es ist nichts abgedrehtes konfiguriert - um genau zu sein ist es ein Standard-Lucid - jedoch könnte ich mir vorstellen, dass das mit dem parallel installierten Zimbra und / oder VMWare Server zusammenhängt.

Hier die /etc/pam.d/auth-common:

Code: Alles auswählen

#
# /etc/pam.d/common-auth - authentication settings common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of the authentication modules that define
# the central authentication scheme for use on the system
# (e.g., /etc/shadow, LDAP, Kerberos, etc.).  The default is to use the
# traditional Unix authentication mechanisms.
#
# As of pam 1.0.1-6, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules.  See
# pam-auth-update(8) for details.

# here are the per-package modules (the "Primary" block)
auth    [success=1 default=ignore]      pam_unix.so nullok_secure
# here's the fallback if no module succeeds
auth    requisite                       pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
auth    required                        pam_permit.so
# and here are more per-package modules (the "Additional" block)
# end of pam-auth-update config
Vielleicht noch eine Auflistung der installierten Pakete:

Code: Alles auswählen

~$ dpkg -l
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konfiguration/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name           Version        Beschreibung
+++-==============-==============-============================================
ii  adduser        3.112ubuntu1   add and remove users and groups
ii  apparmor       2.5-0ubuntu3   User-space parser utility for AppArmor
ii  apparmor-utils 2.5-0ubuntu3   Utilities for controlling AppArmor
ii  apport         1.13.3-0ubuntu automatically generate crash reports for deb
ii  apport-symptom 0.9            symptom scripts for apport
ii  apt            0.7.25.3ubuntu Advanced front-end for dpkg
ii  apt-transport- 0.7.25.3ubuntu APT https transport
ii  apt-utils      0.7.25.3ubuntu APT utility programs
ii  aptitude       0.4.11.11-1ubu terminal-based package manager
ii  at             3.1.11-1ubuntu Delayed job execution and batch processing
ii  base-files     5.0.0ubuntu20. Debian base system miscellaneous files
ii  base-passwd    3.5.22         Debian base system master password and group
ii  bash           4.1-2ubuntu3   The GNU Bourne Again SHell
ii  bash-completio 1:1.1-3ubuntu2 programmable completion for the bash shell
ii  bc             1.06.95-2      The GNU bc arbitrary precision calculator la
ii  bind9-host     1:9.7.0.dfsg.P Version of 'host' bundled with BIND 9.X
ii  binutils       2.20.1-3ubuntu The GNU assembler, linker and binary utiliti
ii  bsdmainutils   8.0.1ubuntu1   collection of more utilities from FreeBSD
ii  bsdutils       1:2.17.2-0ubun Basic utilities from 4.4BSD-Lite
ii  build-essentia 11.4build1     Informational list of build-essential packag
ii  busybox-initra 1:1.13.3-1ubun Standalone shell setup for initramfs
ii  busybox-static 1:1.13.3-1ubun Standalone rescue shell with tons of builtin
ii  byobu          2.68-0ubuntu1. a set of useful profiles and a profile-switc
ii  bzip2          1.0.5-4        high-quality block-sorting file compressor -
ii  ca-certificate 20090814       Common CA certificates
ii  ca-certificate 20100406ubuntu Common CA certificates (JKS keystore)
ii  cabextract     1.2-3+lenny1bu a program to extract Microsoft Cabinet files
ii  command-not-fo 0.2.40ubuntu5  Suggest installation of packages in interact
ii  command-not-fo 0.2.40ubuntu5  Set of data files for command-not-found.
ii  console-setup  1.34ubuntu15   console font and keymap setup program
ii  console-termin 4.30-2         Fixed-width fonts for fast reading on the Li
ii  coreutils      7.4-2ubuntu2   The GNU core utilities
ii  cpio           2.10-1ubuntu2  GNU cpio -- a program to manage archives of 
ii  cpp            4:4.4.3-1ubunt The GNU C preprocessor (cpp)
ii  cpp-4.4        4.4.3-4ubuntu5 The GNU C preprocessor
ii  cpu-checker    0.1-0ubuntu2   tools to help evaluate certain CPU (or BIOS)
ii  cron           3.0pl1-106ubun process scheduling daemon
ii  cups           1.4.3-1ubuntu1 Common UNIX Printing System(tm) - server
ii  cups-client    1.4.3-1ubuntu1 Common UNIX Printing System(tm) - client pro
ii  cups-common    1.4.3-1ubuntu1 Common UNIX Printing System(tm) - common fil
ii  cups-driver-gu 5.2.5-0ubuntu1 printer drivers for CUPS
ii  curl           7.19.7-1ubuntu Get a file from an HTTP, HTTPS or FTP server
ii  dash           0.5.5.1-3ubunt POSIX-compliant shell
ii  debconf        1.5.28ubuntu4  Debian configuration management system
ii  debconf-i18n   1.5.28ubuntu4  full internationalization support for debcon
ii  debianutils    3.2.2          Miscellaneous utilities specific to Debian
ii  defoma         0.11.10-4ubunt Debian Font Manager -- automatic font config
ii  dhcp3-client   3.1.3-2ubuntu3 DHCP client
ii  dhcp3-common   3.1.3-2ubuntu3 common files used by all the dhcp3* packages
ii  dhcp3-server   3.1.3-2ubuntu3 DHCP server for automatic IP address assignm
ii  diffutils      1:2.8.1-18     File comparison utilities
ii  dmidecode      2.9-1.2        Dump Desktop Management Interface data
ii  dmsetup        2:1.02.39-1ubu The Linux Kernel Device Mapper userspace lib
ii  dnsmasq        2.52-1         A small caching DNS proxy and DHCP/TFTP serv
ii  dnsmasq-base   2.52-1         A small caching DNS proxy and DHCP/TFTP serv
ii  dnsutils       1:9.7.0.dfsg.P Clients provided with BIND
ii  dosfstools     3.0.7-1        utilities for making and checking MS-DOS FAT
ii  dpkg           1.15.5.6ubuntu Debian package management system
ii  dpkg-dev       1.15.5.6ubuntu Debian package development tools
ii  duplicity      0.6.08b-0ubunt encrypted bandwidth-efficient backup
ii  e2fslibs       1.41.11-1ubunt ext2/ext3/ext4 file system libraries
ii  e2fsprogs      1.41.11-1ubunt ext2/ext3/ext4 file system utilities
ii  ed             1.4-1build1    The classic UNIX line editor
ii  eject          2.1.5+deb1+cvs ejects CDs and operates CD-Changers under Li
ii  etherwake      1.09-3         A little tool to send magic Wake-on-LAN pack
ii  fakeroot       1.14.4-1ubuntu Gives a fake root environment
ii  fancontrol     1:3.1.2-2      utilities to read temperature/voltage/fan se
ii  fetchmail      6.3.9~rc2-4ubu SSL enabled POP3, APOP, IMAP mail gatherer/f
ii  file           5.03-5ubuntu1  Determines file type using "magic" numbers
ii  findutils      4.4.2-1ubuntu1 utilities for finding files--find, xargs
ii  fontconfig     2.8.0-2ubuntu1 generic font configuration library - support
ii  fontconfig-con 2.8.0-2ubuntu1 generic font configuration library - configu
ii  foomatic-db    20100216-0ubun OpenPrinting printer support - database
ii  foomatic-db-en 4.0.4-0ubuntu1 OpenPrinting printer support - programs
ii  foomatic-filte 4.0.4-0ubuntu1 OpenPrinting printer support - filters
ii  friendly-recov 0.2.10         Make recovery more user-friendly
ii  ftp            0.17-19build1  The FTP client
ii  fuse-utils     2.8.1-1.1ubunt Filesystem in USErspace (utilities)
ii  g++            4:4.4.3-1ubunt The GNU C++ compiler
ii  g++-4.4        4.4.3-4ubuntu5 The GNU C++ compiler
ii  gawk           1:3.1.6.dfsg-4 GNU awk, a pattern scanning and processing l
ii  gcc            4:4.4.3-1ubunt The GNU C compiler
ii  gcc-4.4        4.4.3-4ubuntu5 The GNU C compiler
ii  gcc-4.4-base   4.4.3-4ubuntu5 The GNU Compiler Collection (base package)
ii  geoip-database 1.4.6.dfsg-17  IP lookup command line tools that use the Ge
ii  gettext-base   0.17-8ubuntu3  GNU Internationalization utilities for the b
ii  ghostscript    8.71.dfsg.1-0u The GPL Ghostscript PostScript/PDF interpret
ii  ghostscript-cu 8.71.dfsg.1-0u The GPL Ghostscript PostScript/PDF interpret
ii  gnupg          1.4.10-2ubuntu GNU privacy guard - a free PGP replacement
ii  gnupg-curl     1.4.10-2ubuntu GNU privacy guard - a free PGP replacement (
ii  gpgv           1.4.10-2ubuntu GNU privacy guard - signature verification t
ii  grep           2.5.4-4build1  GNU grep, egrep and fgrep
ii  groff-base     1.20.1-7       GNU troff text-formatting system (base syste
ii  grub-common    1.98-1ubuntu7  GRand Unified Bootloader, version 2 (common 
ii  grub-pc        1.98-1ubuntu7  GRand Unified Bootloader, version 2 (PC/BIOS
ii  gsfonts        1:8.11+urwcyr1 Fonts for the Ghostscript interpreter(s)
ii  gzip           1.3.12-9ubuntu GNU compression utilities
ii  hdparm         9.15-1ubuntu9  tune hard disk parameters for high performan
ii  hicolor-icon-t 0.11-1         default fallback theme for FreeDesktop.org i
ii  hostname       3.03ubuntu1    utility to set/show the host name or domain 
ii  hpijs          3.10.2-2ubuntu HP Linux Printing and Imaging - gs IJS drive
ii  icedtea-6-jre- 6b18-1.8.1-0ub Alternative JVM for OpenJDK, using Cacao
ii  ifupdown       0.6.8ubuntu29. high level tools to configure network interf
ii  imapsync       1.286+dfsg-3ub IMAP synchronization, copy and migration too
ii  info           4.13a.dfsg.1-5 Standalone GNU Info documentation browser
ii  initramfs-tool 0.92bubuntu78  tools for generating an initramfs
ii  initramfs-tool 0.92bubuntu78  binaries used by initramfs-tools
ii  initscripts    2.87dsf-4ubunt scripts for initializing and shutting down t
ii  insserv        1.12.0-14      Tool to organize boot sequence using LSB ini
ii  install-info   4.13a.dfsg.1-5 Manage installed documentation in info forma
ii  installation-r 2.39ubuntu4    system installation report
ii  iproute        20091226-1     networking and traffic control tools
ii  iptables       1.4.4-2ubuntu2 administration tools for packet filtering an
ii  iputils-arping 3:20071127-2ub Tool to send ARP Requests for an IP address
ii  iputils-ping   3:20071127-2ub Tools to test the reachability of network ho
ii  iputils-tracep 3:20071127-2ub Tools to trace the network path to a remote 
ii  irqbalance     0.55+20091017- Daemon to balance interrupts for SMP systems
ii  iso-codes      3.12.1-1       ISO language, territory, currency, script co
ii  java-common    0.34           Base of all Java packages
ii  kbd            1.15-1ubuntu3  Linux console font and keytable utilities
ii  keyutils       1.2-12         Linux Key Management Utilities
ii  klibc-utils    1.5.17-4ubuntu small utilities built with klibc for early b
ii  landscape-comm 1.5.4-0ubuntu0 The Landscape administration system client
ii  language-pack- 1:10.04+201007 translation updates for language German
ii  language-pack- 1:10.04+201007 translations for language German
ii  language-pack- 1:10.04+201007 translation updates for language English
ii  language-pack- 1:10.04+201007 translations for language English
ii  language-selec 0.5.8          Language selector for Ubuntu Linux
ii  laptop-detect  0.13.7ubuntu2  attempt to detect a laptop
ii  less           436-1          pager program similar to more
ii  libaccess-brid 1.26.2-3       Java Access Bridge for GNOME
ii  libaccess-brid 1.26.2-3       Java Access Bridge for GNOME (jni bindings)
ii  libacl1        2.2.49-2       Access control list shared library
ii  libapparmor-pe 2.5-0ubuntu3   AppArmor library Perl bindings
ii  libapparmor1   2.5-0ubuntu3   changehat AppArmor library
ii  libasound2     1.0.22-0ubuntu shared library for ALSA applications
ii  libatk1.0-0    1.30.0-0ubuntu The ATK accessibility toolkit
ii  libatk1.0-data 1.30.0-0ubuntu Common files for the ATK accessibility toolk
ii  libatm1        1:2.5.1-1.2    shared library for ATM (Asynchronous Transfe
ii  libattr1       1:2.4.44-1     Extended attribute shared library
ii  libavahi-clien 0.6.25-1ubuntu Avahi client library
ii  libavahi-commo 0.6.25-1ubuntu Avahi common data files
ii  libavahi-commo 0.6.25-1ubuntu Avahi common library
ii  libbind9-60    1:9.7.0.dfsg.P BIND9 Shared Library used by BIND
ii  libblkid1      2.17.2-0ubuntu block device id library
ii  libbsd0        0.2.0-1        utility functions from BSD systems - shared 
ii  libbz2-1.0     1.0.5-4        high-quality block-sorting file compressor l
ii  libc-bin       2.11.1-0ubuntu Embedded GNU C Library: Binaries
ii  libc-dev-bin   2.11.1-0ubuntu Embedded GNU C Library: Development binaries
ii  libc6          2.11.1-0ubuntu Embedded GNU C Library: Shared libraries
ii  libc6-dev      2.11.1-0ubuntu Embedded GNU C Library: Development Librarie
ii  libcairo2      1.8.10-2ubuntu The Cairo 2D vector graphics library
ii  libcap-ng0     0.6.2-4        An alternate posix capabilities library
ii  libcap2        1:2.17-2ubuntu support for getting/setting POSIX.1e capabil
ii  libclass-acces 0.34-1         Perl module that automatically generates acc
ii  libcomerr2     1.41.11-1ubunt common error description library
ii  libcups2       1.4.3-1ubuntu1 Common UNIX Printing System(tm) - Core libra
ii  libcupscgi1    1.4.3-1ubuntu1 Common UNIX Printing System(tm) - CGI librar
ii  libcupsdriver1 1.4.3-1ubuntu1 Common UNIX Printing System(tm) - Driver lib
ii  libcupsimage2  1.4.3-1ubuntu1 Common UNIX Printing System(tm) - Raster ima
ii  libcupsmime1   1.4.3-1ubuntu1 Common UNIX Printing System(tm) - MIME libra
ii  libcupsppdc1   1.4.3-1ubuntu1 Common UNIX Printing System(tm) - PPD manipu
ii  libcurl3       7.19.7-1ubuntu Multi-protocol file transfer library (OpenSS
ii  libcurl3-gnutl 7.19.7-1ubuntu Multi-protocol file transfer library (GnuTLS
ii  libcwidget3    0.5.13-1ubuntu high-level terminal interface library for C+
ii  libdate-manip- 6.05-1         module for manipulating dates
ii  libdatrie1     0.2.2-3        Double-array trie library
ii  libdb4.8       4.8.24-1ubuntu Berkeley v4.8 Database Libraries [runtime]
ii  libdbus-1-3    1.2.16-2ubuntu simple interprocess messaging system
ii  libdbus-glib-1 0.84-1         simple interprocess messaging system (GLib-b
ii  libdevmapper-e 2:1.02.39-1ubu The Linux Kernel Device Mapper userspace lib
ii  libdevmapper1. 2:1.02.39-1ubu The Linux Kernel Device Mapper userspace lib
ii  libdigest-hmac 1.01-7         create standard message integrity checks
ii  libdigest-sha1 2.12-1build1   NIST SHA-1 message digest algorithm
ii  libdirectfb-1. 1.2.8-5ubuntu2 direct frame buffer graphics - shared librar
ii  libdns64       1:9.7.0.dfsg.P DNS Shared Library used by BIND
ii  libdrm-intel1  2.4.18-1ubuntu Userspace interface to intel-specific kernel
ii  libdrm-nouveau 2.4.18-1ubuntu Userspace interface to nouveau-specific kern
ii  libdrm-radeon1 2.4.18-1ubuntu Userspace interface to radeon-specific kerne
ii  libdrm2        2.4.18-1ubuntu Userspace interface to kernel DRM services -
ii  libedit2       2.11-20080614- BSD editline and history libraries
ii  libelf1        0.143-1        library to read and write ELF files
ii  libept0        0.5.30         High-level library for managing Debian packa
ii  libexpat1      2.0.1-7ubuntu1 XML parsing C library - runtime library
ii  libffi5        3.0.9-1        Foreign Function Interface library runtime
ii  libfile-copy-r 0.38-1         Perl extension for recursively copying files
ii  libflac8       1.2.1-2build2  Free Lossless Audio Codec - runtime C librar
ii  libfont-afm-pe 1.20-1         Font::AFM - Interface to Adobe Font Metrics 
ii  libfontconfig1 2.8.0-2ubuntu1 generic font configuration library - runtime
ii  libfontenc1    1:1.0.5-1      X11 font encoding library
ii  libfreetype6   2.3.11-1ubuntu FreeType 2 font engine, shared library files
ii  libfribidi0    0.19.2-1       Free Implementation of the Unicode BiDi algo
ii  libfuse2       2.8.1-1.1ubunt Filesystem in USErspace library
ii  libgc1c2       1:6.8-1.2ubunt conservative garbage collector for C and C++
ii  libgcc1        1:4.4.3-4ubunt GCC support library
ii  libgcrypt11    1.4.4-5ubuntu2 LGPL Crypto library - runtime library
ii  libgdbm3       1.8.3-9        GNU dbm database routines (runtime version)
ii  libgeoip1      1.4.6.dfsg-17  A non-DNS IP-to-country resolver library
ii  libgif4        4.1.6-9        library for GIF images (library)
ii  libglib2.0-0   2.24.1-0ubuntu The GLib library of C routines
ii  libgmp3c2      2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libgnutls26    2.8.5-2        the GNU TLS library - runtime library
ii  libgomp1       4.4.3-4ubuntu5 GCC OpenMP (GOMP) support library
ii  libgpg-error0  1.6-1ubuntu2   library for common error values and messages
ii  libgpm2        1.20.4-3.2ubun General Purpose Mouse - shared library
ii  libgs8         8.71.dfsg.1-0u The Ghostscript PostScript/PDF interpreter L
ii  libgssapi-krb5 1.8.1+dfsg-2ub MIT Kerberos runtime libraries - krb5 GSS-AP
ii  libgtk2.0-0    2.20.1-0ubuntu The GTK+ graphical user interface library
ii  libgtk2.0-bin  2.20.1-0ubuntu The programs for the GTK+ graphical user int
ii  libgtk2.0-comm 2.20.1-0ubuntu Common files for the GTK+ graphical user int
ii  libgutenprint2 5.2.5-0ubuntu1 runtime for the Gutenprint printer driver li
ii  libhpmud0      3.10.2-2ubuntu HP Multi-Point Transport Driver (hpmud) run-
ii  libhtml-format 2.04-2         format HTML syntax trees into text, PostScri
ii  libhtml-parser 3.64-1         collection of modules that parse HTML text d
ii  libhtml-tagset 3.20-2         Data tables pertaining to HTML
ii  libhtml-tree-p 3.23-1         represent and create HTML syntax trees
ii  libice6        2:1.0.6-1      X11 Inter-Client Exchange library
ii  libidn11       1.15-2         GNU Libidn library, implementation of IETF I
ii  libijs-0.35    0.35-7build1   IJS raster image transport protocol: shared 
ii  libio-socket-s 1.31-1         Perl module implementing object oriented int
ii  libio-string-p 1.08-2         Emulate IO::File interface for in-core strin
ii  libisc60       1:9.7.0.dfsg.P ISC Shared Library used by BIND
ii  libisccc60     1:9.7.0.dfsg.P Command Channel Library used by BIND
ii  libisccfg60    1:9.7.0.dfsg.P Config File Handling Library used by BIND
ii  libiw30        30~pre9-3ubunt Wireless tools - library
ii  libjasper1     1.900.1-7      The JasPer JPEG-2000 runtime library
ii  libjpeg62      6b-15ubuntu1   The Independent JPEG Group's JPEG runtime li
ii  libjs-jquery   1.3.3-2ubuntu1 JavaScript library for dynamic web applicati
ii  libk5crypto3   1.8.1+dfsg-2ub MIT Kerberos runtime libraries - Crypto Libr
ii  libkeyutils1   1.2-12         Linux Key Management Utilities (library)
ii  libklibc       1.5.17-4ubuntu minimal libc subset for use with initramfs
ii  libkrb5-3      1.8.1+dfsg-2ub MIT Kerberos runtime libraries
ii  libkrb5support 1.8.1+dfsg-2ub MIT Kerberos runtime libraries - Support lib
ii  liblcms1       1.18.dfsg-1ubu Color management library
ii  libldap-2.4-2  2.4.21-0ubuntu OpenLDAP libraries
ii  liblocale-gett 1.05-6         Using libc functions for internationalizatio
ii  liblockfile1   1.08-3ubuntu1  NFS-safe locking library, includes dotlockfi
ii  libltdl7       2.2.6b-2ubuntu A system independent dlopen wrapper for GNU 
ii  liblua5.1-0    5.1.4-5        Simple, extensible, embeddable programming l
ii  liblwres60     1:9.7.0.dfsg.P Lightweight Resolver Library used by BIND
ii  liblzma1       4.999.9beta+20 XZ-format compression library
ii  libmagic1      5.03-5ubuntu1  File type determination library using "magic
ii  libmail-imapcl 3.21-1         Perl library for manipulating IMAP mail stor
ii  libmailtools-p 2.05-1         Manipulate email in perl programs
ii  libmpfr1ldbl   2.4.2-3ubuntu1 multiple precision floating-point computatio
ii  libmysqlclient 5.1.41-3ubuntu MySQL database client library
ii  libncurses5    5.7+20090803-2 shared libraries for terminal handling
ii  libncursesw5   5.7+20090803-2 shared libraries for terminal handling (wide
ii  libnet-libidn- 0.12.ds-1      Perl bindings for GNU Libidn
ii  libnet-ssleay- 1.35-2ubuntu1  Perl module for Secure Sockets Layer (SSL)
ii  libnewt0.52    0.52.10-5ubunt Not Erik's Windowing Toolkit - text mode win
ii  libnih-dbus1   1.0.1-1        NIH D-Bus Bindings Library
ii  libnih1        1.0.1-1        NIH Utility Library
ii  libnl1         1.1-5build1    library for dealing with netlink sockets
ii  libnspr4-0d    4.8.4-0ubuntu1 NetScape Portable Runtime Library
ii  libnss3-1d     3.12.6-0ubuntu Network Security Service libraries
ii  libntfs-3g75   1:2010.3.6-1ub ntfs-3g filesystem in userspace (FUSE) libra
ii  libogg0        1.1.4~dfsg-2   Ogg bitstream library
ii  libpam-modules 1.1.1-2ubuntu5 Pluggable Authentication Modules for PAM
ii  libpam-runtime 1.1.1-2ubuntu5 Runtime support for the PAM library
ii  libpam0g       1.1.1-2ubuntu5 Pluggable Authentication Modules library
ii  libpango1.0-0  1.28.0-0ubuntu Layout and rendering of internationalized te
ii  libpango1.0-co 1.28.0-0ubuntu Modules and configuration files for the Pang
ii  libpaper-utils 1.1.23+nmu1bui library for handling paper characteristics (
ii  libpaper1      1.1.23+nmu1bui library for handling paper characteristics
ii  libparse-debia 1.1.1-2ubuntu2 parse Debian changelogs and output them in o
ii  libparse-recde 1.963+dfsg-1   Perl module to create and use recursive-desc
ii  libparted0debi 2.2-5ubuntu5.1 The GNU Parted disk partitioning shared libr
ii  libpcap0.8     1.0.0-6        system interface for user-level packet captu
ii  libpci3        1:3.0.0-4ubunt Linux PCI Utilities (shared library)
ii  libpcre3       7.8-3build1    Perl 5 Compatible Regular Expression Library
ii  libpcsclite1   1.5.3-1ubuntu4 Middleware to access a smart card using PC/S
ii  libperl5.10    5.10.1-8ubuntu shared Perl library
ii  libpixman-1-0  0.16.4-1ubuntu pixel-manipulation library for X and cairo
ii  libplymouth2   0.8.2-2ubuntu2 graphical boot animation and logger - shared
ii  libpng12-0     1.2.42-1ubuntu PNG library - runtime
ii  libpoppler5    0.12.4-0ubuntu PDF rendering library
ii  libpopt0       1.15-1         lib for parsing cmdline parameters
ii  libpulse0      1:0.9.22~0.9.2 PulseAudio client libraries
ii  libpython2.6   2.6.5-1ubuntu6 Shared Python runtime library (version 2.6)
ii  libreadline6   6.1-1          GNU readline and history libraries, run-time
ii  librpc-xml-per 0.72-1         Perl module implementation of XML-RPC
ii  librrd4        1.3.8-1ubuntu1 Time-series data storage and display system 
ii  librsync1      0.9.7-7        rsync remote-delta algorithm library
ii  libsasl2-2     2.1.23.dfsg1-5 Cyrus SASL - authentication abstraction libr
ii  libsasl2-modul 2.1.23.dfsg1-5 Cyrus SASL - pluggable authentication module
ii  libselinux1    2.0.89-4       SELinux runtime shared libraries
ii  libsensors4    1:3.1.2-2      library to read temperature/voltage/fan sens
ii  libsepol1      2.0.40-2       SELinux library for manipulating binary secu
ii  libsigc++-2.0- 2.2.4.2-1      type-safe Signal Framework for C++ - runtime
ii  libslang2      2.2.2-2ubuntu1 The S-Lang programming library - runtime ver
ii  libslp1        1.2.1-7.6      OpenSLP libraries
ii  libsm6         2:1.1.1-1      X11 Session Management library
ii  libsndfile1    1.0.21-2       Library for reading/writing audio files
ii  libsnmp-base   5.4.2.1~dfsg0u SNMP (Simple Network Management Protocol) MI
ii  libsnmp15      5.4.2.1~dfsg0u SNMP (Simple Network Management Protocol) li
ii  libsqlite3-0   3.6.22-1       SQLite 3 shared library
ii  libss2         1.41.11-1ubunt command-line interface parsing library
ii  libssl0.9.8    0.9.8k-7ubuntu SSL shared libraries
ii  libstdc++6     4.4.3-4ubuntu5 The GNU Standard C++ Library v3
ii  libstdc++6-4.4 4.4.3-4ubuntu5 The GNU Standard C++ Library v3 (development
ii  libsub-name-pe 0.04-1build1   Assigns a new name to referenced sub
ii  libsysfs2      2.1.0-6        interface library to sysfs
ii  libtalloc2     2.0.1-1        hierarchical pool based memory allocator
ii  libtasn1-3     2.4-1          Manage ASN.1 structures (runtime)
ii  libterm-readke 2.30-4build1   A perl module for simple terminal control
ii  libtext-charwi 0.04-6         get display widths of characters on the term
ii  libtext-iconv- 1.7-2          converts between character sets in Perl
ii  libtext-wrapi1 0.06-7         internationalized substitute of Text::Wrap
ii  libthai-data   0.1.13-1build1 Data files for Thai language support library
ii  libthai0       0.1.13-1build1 Thai language support library
ii  libtiff4       3.9.2-2ubuntu0 Tag Image File Format (TIFF) library
ii  libtimedate-pe 1.1900-1       Time and date functions for Perl
ii  libts-0.0-0    1.0-7build1    touch screen library
ii  libudev0       151-12.1       udev library
ii  liburi-perl    1.52-1         module to manipulate and access URI strings
ii  libusb-0.1-4   2:0.1.12-14ubu userspace USB programming library
ii  libuuid1       2.17.2-0ubuntu Universally Unique ID library
ii  libvorbis0a    1.2.3-3ubuntu1 The Vorbis General Audio Compression Codec (
ii  libvorbisenc2  1.2.3-3ubuntu1 The Vorbis General Audio Compression Codec (
ii  libwbclient0   2:3.4.7~dfsg-1 Samba winbind client library
ii  libwrap0       7.6.q-18       Wietse Venema's TCP wrappers library
ii  libwww-perl    5.834-1ubuntu0 Perl HTTP/WWW client/server library
ii  libx11-6       2:1.3.2-1ubunt X11 client-side library
ii  libx11-data    2:1.3.2-1ubunt X11 client-side library
ii  libxapian15    1.0.18-1       Search engine library
ii  libxau6        1:1.0.5-1      X11 authorisation library
ii  libxcb-render- 0.3.6-1build1  utility libraries for X C Binding -- render-
ii  libxcb-render0 1.5-2          X C Binding, render extension
ii  libxcb1        1.5-2          X C Binding
ii  libxcomposite1 1:0.4.1-1      X11 Composite extension library
ii  libxcursor1    1:1.1.10-1     X cursor management library
ii  libxdamage1    1:1.1.2-1      X11 damaged region extension library
ii  libxdmcp6      1:1.0.3-1      X11 Display Manager Control Protocol library
ii  libxext6       2:1.1.1-2      X11 miscellaneous extension library
ii  libxfixes3     1:4.0.4-1      X11 miscellaneous 'fixes' extension library
ii  libxfont1      1:1.4.1-1      X11 font rasterisation library
ii  libxft2        2.1.14-1ubuntu FreeType-based font drawing library for X
ii  libxi6         2:1.3-3        X11 Input extension library
ii  libxinerama1   2:1.1-2        X11 Xinerama extension library
ii  libxml-libxml- 1.70.ds-1      Perl interface to the libxml2 library
ii  libxml-namespa 1.09-3         Perl module for supporting simple generic na
ii  libxml-parser- 2.36-1.1build3 Perl module for parsing XML files
ii  libxml-sax-exp 0.40-1         Perl module for a SAX2 driver for Expat (XML
ii  libxml-sax-per 0.96+dfsg-2    Perl module for using and building Perl SAX2
ii  libxml2        2.7.6.dfsg-1ub GNOME XML library
ii  libxmuu1       2:1.0.5-1      X11 miscellaneous micro-utility library
ii  libxrandr2     2:1.3.0-3      X11 RandR extension library
ii  libxrender1    1:0.9.5-1      X Rendering Extension client library
ii  libxtst6       2:1.1.0-2      X11 Testing -- Resource extension library
ii  libyaml-syck-p 1.07-1build1   fast, lightweight YAML loader and dumper
ii  linux-firmware 1.34.1         Firmware for Linux kernel drivers
ii  linux-headers- 2.6.32-24.43   Header files related to Linux kernel version
ii  linux-headers- 2.6.32-24.43   Linux kernel headers for version 2.6.32 on x
ii  linux-headers- 2.6.32.24.25   Linux kernel headers on Server Equipment.
ii  linux-image-2. 2.6.32-24.43   Linux kernel image for version 2.6.32 on x86
ii  linux-image-se 2.6.32.24.25   Linux kernel image on Server Equipment.
ii  linux-libc-dev 2.6.32-24.43   Linux Kernel Headers for development
ii  linux-server   2.6.32.24.25   Complete Linux kernel on Server Equipment.
ii  lm-sensors     1:3.1.2-2      utilities to read temperature/voltage/fan se
ii  locales        2.11+git201003 common files for locale support
ii  lockfile-progs 0.1.13ubuntu1  Programs for locking and unlocking files and
ii  login          1:4.1.4.2-1ubu system login tools
ii  logrotate      3.7.8-4ubuntu2 Log rotation utility
ii  lsb-base       4.0-0ubuntu8   Linux Standard Base 4.0 init script function
ii  lsb-release    4.0-0ubuntu8   Linux Standard Base version reporting utilit
ii  lshw           02.14-1build1  information about hardware configuration
ii  lsof           4.81.dfsg.1-1b List open files
ii  ltrace         0.5.3-2ubuntu3 Tracks runtime library calls in dynamically 
ii  lvm2           2.02.54-1ubunt The Linux Logical Volume Manager
ii  lynx           2.8.8dev.2-1   Text-mode WWW Browser (transitional package)
ii  lynx-cur       2.8.8dev.2-1   Text-mode WWW Browser with NLS support (deve
ii  lzma           4.43-14ubuntu2 Compression method of 7z format in 7-Zip pro
ii  make           3.81-7ubuntu1  An utility for Directing compilation.
ii  makedev        2.3.1-89ubuntu creates device files in /dev
ii  man-db         2.5.7-2        on-line manual pager
ii  manpages       3.23-1         Manual pages about using a GNU/Linux system
ii  manpages-dev   3.23-1         Manual pages about using GNU/Linux for devel
ii  mawk           1.3.3-15ubuntu a pattern scanning and text processing langu
ii  mdadm          2.6.7.1-1ubunt tool to administer Linux MD arrays (software
ii  memtest86+     4.00-2ubuntu3  thorough real-mode memory tester
ii  mime-support   3.48-1ubuntu1  MIME files 'mime.types' & 'mailcap', and sup
ii  min12xxw       0.0.9-3ubuntu2 Printer driver for KonicaMinolta PagePro 1[2
ii  mlocate        0.22.2-1ubuntu quickly find files on the filesystem based o
ii  module-init-to 3.11.1-2ubuntu tools for managing Linux kernel modules
ii  mount          2.17.2-0ubuntu Tools for mounting and manipulating filesyst
ii  mountall       2.15.2         filesystem mounting tool
ii  mtr-tiny       0.75-2build1   Full screen ncurses traceroute tool
ii  mysql-common   5.1.41-3ubuntu MySQL database common files (e.g. /etc/mysql
ii  nano           2.2.2-1        small, friendly text editor inspired by Pico
ii  ncurses-base   5.7+20090803-2 basic terminal type definitions
ii  ncurses-bin    5.7+20090803-2 terminal-related programs and man pages
ii  net-tools      1.60-23ubuntu2 The NET-3 networking toolkit
ii  netbase        4.35ubuntu3    Basic TCP/IP networking system
ii  netcat-openbsd 1.89-3ubuntu2  TCP/IP swiss army knife
ii  nmap           5.00-3         The Network Mapper
ii  ntfs-3g        1:2010.3.6-1ub read-write NTFS driver for FUSE
ii  ntpdate        1:4.2.4p8+dfsg client for setting system time from NTP serv
ii  openbsd-inetd  0.20080125-4ub The OpenBSD Internet Superserver
ii  openjdk-6-jre  6b18-1.8.1-0ub OpenJDK Java runtime, using Hotspot JIT
ii  openjdk-6-jre- 6b18-1.8.1-0ub OpenJDK Java runtime, using Hotspot JIT (hea
ii  openjdk-6-jre- 6b18-1.8.1-0ub OpenJDK Java runtime (architecture independe
ii  openssh-client 1:5.3p1-3ubunt secure shell (SSH) client, for secure access
ii  openssh-server 1:5.3p1-3ubunt secure shell (SSH) server, for secure access
ii  openssl        0.9.8k-7ubuntu Secure Socket Layer (SSL) binary and related
ii  opsi-atftpd    0.7.dfsg-1.4   advanced TFTP server - opsi version with pcr
ii  opsi-configed  3.99.0.5-1     OPSI config editor
ii  opsi-depotserv 3.99.3-1       opsi depotserver configuration package
ii  opsi-linux-boo 20100901-1     Linux-Bootimage fuer das Softwareverteilungs
ii  opsi-utils     3.99.2-1       opsi utils
ii  opsiconfd      3.99.0.2-1     opsi configuration service
ii  opsipxeconfd   3.99.2-1       opsi pxe configuration daemon
ii  os-prober      1.38           utility to detect other OSes on a set of dri
ii  p7zip-full     9.04~dfsg.1-1  7z and 7za file archivers with high compress
ii  parted         2.2-5ubuntu5.1 The GNU Parted disk partition resizing progr
ii  passwd         1:4.1.4.2-1ubu change and administer password and group dat
ii  patch          2.6-2ubuntu1   Apply a diff file to an original
ii  pciutils       1:3.0.0-4ubunt Linux PCI Utilities
ii  perl           5.10.1-8ubuntu Larry Wall's Practical Extraction and Report
ii  perl-base      5.10.1-8ubuntu minimal Perl system
ii  perl-modules   5.10.1-8ubuntu Core Perl modules
ii  plymouth       0.8.2-2ubuntu2 graphical boot animation and logger - main p
ii  plymouth-theme 0.8.2-2ubuntu2 graphical boot animation and logger - ubuntu
ii  pnm2ppa        1.13-0ubuntu1  PPM to PPA converter
ii  poppler-utils  0.12.4-0ubuntu PDF utilitites (based on libpoppler)
ii  popularity-con 1.48ubuntu1    Vote for your favourite packages automatical
rc  postfix        2.7.0-1        High-performance mail transport agent
ii  powermgmt-base 1.31           Common utils and configs for power managemen
ii  ppp            2.4.5~git20081 Point-to-Point Protocol (PPP) - daemon
ii  pppconfig      2.3.18ubuntu2  A text menu based utility for configuring pp
ii  pppoeconf      1.19ubuntu1    configures PPPoE/ADSL connections
ii  procps         1:3.2.8-1ubunt /proc file system utilities
ii  psfontmgr      0.11.10-4ubunt PostScript font manager -- part of Defoma, D
ii  psmisc         22.10-1        utilities that use the proc file system
ii  python         2.6.5-0ubuntu1 An interactive high-level object-oriented la
ii  python-apport  1.13.3-0ubuntu apport crash report handling library
ii  python-apt     0.7.94.2ubuntu Python interface to libapt-pkg
ii  python-avahi   0.6.25-1ubuntu Python utility package for Avahi
ii  python-central 0.6.15ubuntu1  register and build utility for Python packag
ii  python-clientf 0.2.10-2.1     module for handling HTML forms on the client
ii  python-crypto  2.0.1+dfsg1-4u cryptographic algorithms and protocols for P
ii  python-dbus    0.83.0-1ubuntu simple interprocess messaging system (Python
ii  python-gdbm    2.6.5-0ubuntu2 GNU dbm database support for Python
ii  python-gnupgin 0.3.2-9.1      Python interface to GnuPG (GPG)
ii  python-gobject 2.21.1-0ubuntu Python bindings for the GObject library
ii  python-httplib 0.6.0-1        comprehensive HTTP client library written in
ii  python-launchp 1.6.0-0ubuntu1 Launchpad web services client library
ii  python-lazr.re 0.9.11-1ubuntu client for lazr.restful-based web services
ii  python-lazr.ur 1.0.2-1        library for parsing, manipulating, and gener
ii  python-ldap    2.3.10-1ubuntu LDAP interface module for Python
ii  python-ldaptor 0.0.43+debian1 pure-Python library for LDAP operations
ii  python-magic   5.03-5ubuntu1  File type determination library using "magic
ii  python-mechani 0.1.11-1.1     stateful programmatic web browsing
ii  python-minimal 2.6.5-0ubuntu1 A minimal subset of the Python language (def
ii  python-mysqldb 1.2.2-10build1 A Python interface to MySQL
ii  python-newt    0.52.10-5ubunt A NEWT module for Python
ii  python-oauth   1.0a~svn1124-0 implementation of the OAuth protocol
ii  python-openssl 0.10-1         Python wrapper around the OpenSSL library
ii  python-opsi    3.99.0.4-1     opsi python library
ii  python-pam     0.4.2-12.1ubun A Python interface to the PAM library
ii  python-pexpect 2.3-1build1    Python module for automating interactive app
ii  python-pkg-res 0.6.10-4ubuntu Package Discovery and Resource Access using 
ii  python-problem 1.13.3-0ubuntu Python library to handle problem reports
ii  python-pyasn1  0.0.8a-1       ASN.1 library for Python
ii  python-pycurl  7.19.0-3       Python bindings to libcurl
ii  python-pyparsi 1.5.2-1ubuntu1 Python parsing module
ii  python-rrdtool 1.3.8-1ubuntu1 Time-series data storage and display system 
ii  python-serial  2.3-1          pyserial - module encapsulating access for t
ii  python-simplej 2.0.9-1build1  Simple, fast, extensible JSON encoder/decode
ii  python-smartpm 1.2-5          Python library of the Smart Package Manager
ii  python-sqlalch 0.5.8-1        SQL toolkit and Object Relational Mapper for
ii  python-support 1.0.4ubuntu1   automated rebuilding support for Python modu
ii  python-twisted 10.0.0-2ubuntu Event-based framework for internet applicati
ii  python-twisted 10.0.0-2ubuntu Event-based framework for internet applicati
ii  python-twisted 1:10.0.0-2ubun The Twisted SSH Implementation
ii  python-twisted 10.0.0-2ubuntu Event-based framework for internet applicati
ii  python-twisted 10.0.0-1       Documentation generator with HTML and LaTeX 
ii  python-twisted 10.0.0-1       An SMTP, IMAP and POP protocol implementatio
ii  python-twisted 10.0.0-1       A DNS protocol implementation with client an
ii  python-twisted 10.0.0-1       An NNTP protocol implementation with client 
ii  python-twisted 10.0.0-1       Process management, including an inetd serve
ii  python-twisted 10.0.0-1       An HTTP protocol implementation together wit
ii  python-twisted 10.0.0-2       Chat and Instant Messaging
ii  python-wadllib 1.1.4-1ubuntu1 Python library for navigating WADL files
ii  python-zope.in 3.5.3-1ubuntu2 Interfaces for Python
ii  python2.6      2.6.5-1ubuntu6 An interactive high-level object-oriented la
ii  python2.6-mini 2.6.5-1ubuntu6 A minimal subset of the Python language (ver
ii  readline-commo 6.1-1          GNU readline and history libraries, common f
ii  rsync          3.0.7-1ubuntu1 fast remote file copy program (like rcp)
ii  rsyslog        4.2.0-2ubuntu8 enhanced multi-threaded syslogd
ii  samba          2:3.4.7~dfsg-1 SMB/CIFS file, print, and login server for U
ii  samba-common   2:3.4.7~dfsg-1 common files used by both the Samba server a
ii  samba-common-b 2:3.4.7~dfsg-1 common files used by both the Samba server a
ii  samba-doc      2:3.4.7~dfsg-1 Samba documentation
ii  screen         4.0.3-14ubuntu terminal multiplexor with VT100/ANSI termina
ii  sed            4.2.1-6        The GNU sed stream editor
ii  sensible-utils 0.0.1ubuntu3   Utilities for sensible alternative selection
ii  sgml-base      1.26           SGML infrastructure and SGML catalog file su
ii  shared-mime-in 0.71-1ubuntu2  FreeDesktop.org shared MIME database and spe
ii  smbclient      2:3.4.7~dfsg-1 command-line SMB/CIFS clients for Unix
ii  smbfs          2:3.4.7~dfsg-1 Samba file system utilities
ii  ssh            1:5.3p1-3ubunt secure shell client and server (metapackage)
ii  ssl-cert       1.0.23ubuntu2  simple debconf wrapper for OpenSSL
ii  strace         4.5.19-2       A system call tracer
ii  sudo           1.7.2p1-1ubunt Provide limited super user privileges to spe
ii  sysstat        9.0.6-2        system performance tools for Linux
ii  sysv-rc        2.87dsf-4ubunt System-V-like runlevel change mechanism
ii  sysvinit-utils 2.87dsf-4ubunt System-V-like utilities
ii  tar            1.22-2         GNU version of the tar archiving utility
ii  tasksel        2.73ubuntu26   Tool for selecting tasks for installation on
ii  tasksel-data   2.73ubuntu26   Official tasks used for installation of Debi
ii  tcpd           7.6.q-18       Wietse Venema's TCP wrapper utilities
ii  tcpdump        4.0.0-6ubuntu3 A powerful tool for network monitoring and d
ii  telnet         0.17-36build1  The telnet client
ii  time           1.7-23build1   The GNU time program for measuring cpu resou
ii  tsconf         1.0-7build1    touch screen library common files
ii  ttf-dejavu     2.30-2         Metapackage to pull in ttf-dejavu-core and t
ii  ttf-dejavu-cor 2.30-2         Vera font family derivate with additional ch
ii  ttf-dejavu-ext 2.30-2         Vera font family derivate with additional ch
ii  ttf-freefont   20090104-5     Freefont Serif, Sans and Mono Truetype fonts
ii  tzdata         2010l-0ubuntu0 time zone and daylight-saving time data
ii  tzdata-java    2010l-0ubuntu0 time zone and daylight-saving time data for 
ii  ubuntu-keyring 2010.11.09     GnuPG keys of the Ubuntu archive
ii  ubuntu-minimal 1.197          Minimal core of Ubuntu
ii  ubuntu-serverg 10.04.3        The Ubuntu Server Guide
ii  ubuntu-standar 1.197          The Ubuntu standard system
ii  ucf            3.0025         Update Configuration File: preserve user cha
ii  udev           151-12.1       rule-based device node and kernel event mana
ii  ufw            0.30pre1-0ubun program for managing a Netfilter firewall
ii  unzip          6.0-1build1    De-archiver for .zip files
ii  update-inetd   4.35           inetd configuration file updater
ii  update-manager 1:0.134.10     manage release upgrades
ii  update-notifie 0.99.3         Files shared between update-notifier and ade
ii  upstart        0.6.5-7        event-based init daemon
ii  ureadahead     0.100.0-4.1.3  Read required files in advance
ii  usbutils       0.86-2ubuntu1  Linux USB utilities
ii  util-linux     2.17.2-0ubuntu Miscellaneous system utilities
ii  uuid-runtime   2.17.2-0ubuntu runtime components for the Universally Uniqu
ii  vim            2:7.2.330-1ubu Vi IMproved - enhanced vi editor
ii  vim-common     2:7.2.330-1ubu Vi IMproved - Common files
ii  vim-runtime    2:7.2.330-1ubu Vi IMproved - Runtime files
ii  vim-tiny       2:7.2.330-1ubu Vi IMproved - enhanced vi editor - compact v
ii  w3m            0.5.2-2.1ubunt WWW browsable pager with excellent tables/fr
ii  wakeonlan      0.41-10        Sends 'magic packets' to wake-on-LAN enabled
ii  watershed      5              reduce superfluous executions of idempotent 
ii  wget           1.12-1.1ubuntu retrieves files from the web
ii  whiptail       0.52.10-5ubunt Displays user-friendly dialog boxes from she
ii  wireless-crda  1.12           Wireless Central Regulatory Domain Agent
ii  wireless-tools 30~pre9-3ubunt Tools for manipulating Linux Wireless Extens
ii  wpasupplicant  0.6.9-3ubuntu3 client support for WPA and WPA2 (IEEE 802.11
ii  x-ttcidfont-co 32             TrueType and CID fonts configuration for X
ii  x11-common     1:7.5+5ubuntu1 X Window System (X.Org) infrastructure
ii  xauth          1:1.0.4-1      X authentication utility
ii  xfonts-encodin 1:1.0.3-1      Encodings for X.Org fonts
ii  xfonts-utils   1:7.5+2        X Window System font utility programs
rc  xinetd         1:2.3.14-7ubun replacement for inetd with many enhancements
ii  xkb-data       1.8-1ubuntu8   X Keyboard Extension (XKB) configuration dat
ii  xml-core       0.13           XML infrastructure and XML catalog file supp
ii  xz-utils       4.999.9beta+20 XZ-format compression utilities
ii  zimbra-apache  6.0.8_GA_2661. Best email money can buy
ii  zimbra-core    6.0.8_GA_2661. Best email money can buy
ii  zimbra-ldap    6.0.8_GA_2661. Best email money can buy
ii  zimbra-logger  6.0.8_GA_2661. Best email money can buy
ii  zimbra-mta     6.0.8_GA_2661. Best email money can buy
ii  zimbra-snmp    6.0.8_GA_2661. Best email money can buy
ii  zimbra-spell   6.0.8_GA_2661. Best email money can buy
ii  zimbra-store   6.0.8_GA_2661. Best email money can buy
ii  zlib1g         1:1.2.3.3.dfsg compression library - runtime
ii  zsync          0.6.1-1ubuntu1 client-side implementation of the rsync algo
Hmm. Weitere Ideen? :) Danke!
Antworten