Bug#398333: debian-installer: [preseed] automatic installation of debian etch does not work

2006-11-13 Thread Dennis Hoppe
{ } \
  method{ swap } format{ }\
  .   \
  2048 3000 2048 ext3 \
  $primary{ } \
  method{ format } format{ }  \
  use_filesystem{ } filesystem{ ext3 }\
  mountpoint{ / } \
  .   \
  1024 4000 1024 ext3 \
  method{ format } format{ }  \
  use_filesystem{ } filesystem{ ext3 }\
  mountpoint{ /home } \
  .   \
  1024 5000 1024 ext3 \
  method{ keep } format{ }\
  use_filesystem{ } filesystem{ ext3 }\
  .   \
  1 6000 10 ext3  \
  method{ keep } format{ }\
  use_filesystem{ } filesystem{ ext3 }\
  .

# This makes partman automatically partition without confirmation.
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition \
   select Finish partitioning and write changes to disk
d-i partman/confirm boolean true

### Clock and time zone setup
# Controls whether or not the hardware clock is set to UTC.
d-i clock-setup/utc boolean true

# You may set this to any valid setting for $TZ; see the contents of
# /usr/share/zoneinfo/ for valid values.
d-i time/zone string Europe/Berlin

### Apt setup
# You can choose to install non-free and contrib software.
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
# Uncomment this to avoid adding security sources, or
# add a hostname to use a different server than security.debian.org.
#d-i apt-setup/security_host string

# Additional repositories, local[0-9] available
#d-i apt-setup/local0/comment string local server
#d-i apt-setup/local0/source string \
#   deb http://local.server/debian stable main
# URL to the public key of the local repository
#d-i apt-setup/local0/key string http://local.server/key

### Account setup
# Skip creation of a root account (normal user account will be able to
# use sudo).
#d-i passwd/root-login boolean false
# Alternatively, to skip creation of a normal user account.
#d-i passwd/make-user boolean false

# Root password, either in clear text
#d-i passwd/root-password password r00tme
#d-i passwd/root-password-again password r00tme
# or encrypted using an MD5 hash.
d-i passwd/root-password-crypted password [MD5 Hash]

# To create a normal user account.
d-i passwd/user-fullname string Dennis Hoppe
d-i passwd/username string hotkey
# Normal user's password, either in clear text
#d-i passwd/user-password password insecure
#d-i passwd/user-password-again password insecure
# or encrypted using an MD5 hash.
d-i passwd/user-password-crypted password [MD5 Hash]

### Base system installation
# Select the initramfs generator used to generate the initrd for 2.6 kernels.
#d-i base-installer/kernel/linux/initramfs-generators string yaird

### Boot loader installation
# Grub is the default boot loader (for x86). If you want lilo installed
# instead, uncomment this:
#d-i grub-installer/skip boolean true

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if if finds some other OS
# too, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/bootdev  string (hd0,0)
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false

### Package selection
tasksel tasksel/first multiselect standard
#tasksel tasksel/first multiselect standard, web-server
#tasksel tasksel/first multiselect standard, kde-desktop

# Some versions of the installer can report back on what software you have
# installed, and what software you use. The default is not to report back,
# but sending reports helps the project determine what software is most
# popular and include it on CDs.
popularity-contest popularity-contest/participate boolean false

### Finishing up the first stage install
# Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note

# This will prevent the installer from ejecting the CD during the reboot,
# which is useful in some situations.
#d-i cdrom-detect/eject boolean false

### Mailer configuration

Bug#372881: phppgadmin does not configure apache2 properly

2006-11-14 Thread Dennis Hoppe
Package: phppgadmin
Version: 4.0.1-2
Followup-For: Bug #372881


hi there, 

i am using debian etch and phppgadmin does not configure apache2 properly.
it depends on apache2 but it will install apache-common. so it creates
the following directories:

  /etc/apache/conf.d/php4.conf
  /etc/apache/conf.d/phppgadmin -> /etc/phppgadmin/apache.conf

by the way, i am using libapache2-mod-php5 and phppgadmin installs
libapache-mod-php4. maybe this is an issue with the dependencies. 

with kindly regards

dennis hoppe

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages phppgadmin depends on:
ii  apache2   2.2.3-3Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.3-3Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.8  Debian configuration management sy
ii  libapache-mod-php44:4.4.4-6  server-side, HTML-embedded scripti
ii  libapache2-mod-php5   5.1.6-5server-side, HTML-embedded scripti
ii  php4-pgsql4:4.4.4-6  PostgreSQL module for php4
ii  wwwconfig-common  0.0.47 Debian web auto configuration

Versions of packages phppgadmin recommends:
ii  postgresql7.5.21 object-relational SQL database man
ii  postgresql-doc7.5.21 documentation for the PostgreSQL R

-- debconf information:
  phppgadmin/webserver: Apache


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#398520: missing /usr/sbin/apache2-ssl-certificate

2006-11-14 Thread Dennis Hoppe
Package: apache2
Version: 2.2.3-3
Severity: normal


hi there, 

i am using debian etch and can not find the script for generating an 
self signed ssl certificate. it is no problem to create an self signed
ssl certificate or better use ca cert, but it is easier to use a script.

with kindly regards

dennis hoppe

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-3Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#326216: heartbeat: Heartbeat does not activate Broadcast

2006-10-16 Thread Dennis Hoppe
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dennis Hoppe <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: heartbeat: Heartbeat does not activate Broadcast
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.30
Date: Mon, 16 Oct 2006 16:12:21 +0200

Package: heartbeat
Version: 1.2.5-1
Followup-For: Bug #326216

After typing
/etc/init.d/heartbeat stop
the Computer reboots.

I have figured out that
/proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
is set to 1.

After changing the Value to 0 Heartbeat works
as usual.

Please change the Value automatically oder make
an Comment at the Readme.

MfG Dennis

PS: Sorry, it`s my first Bug Report :)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages heartbeat depends on:
ii  adduser 3.97 Add and remove users and groups
ii  iproute 20060323-1   Professional tools to
control the
ii  iputils-ping3:20020927-3 Tools to test the
reachability of
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libglib1.2  1.2.10-10.1  The GLib library of C routines
ii  libnet1 1.1.2.1-2library for the
construction and h
ii  libpils01.2.5-1  Plugin and Interface
Loading Syste
ii  libsensors3 1:2.10.1-2   library to read
temperature/voltag
ii  libsnmp95.2.3-1  NET SNMP (Simple Network
Managemen
ii  libssl0.9.8 0.9.8c-3 SSL shared libraries
ii  libstonith0 1.2.5-1  Interface for remotely
powering do
ii  libuuid11.39-1   universally unique id library
ii  libwrap07.6.dbs-11   Wietse Venema's TCP
wrappers libra
ii  python  2.4.3-11 An interactive high-level
object-o
ii  python-central  0.5.5register and build utility
for Pyt

Versions of packages heartbeat recommends:
ii  iptables1.3.5.0debian1-1 Linux kernel 2.4+ iptables
adminis
ii  logrotate   3.7.1-3  Log rotation utility
ii  sysklogd [system-log-da 1.4.1-18 System Logging Daemon

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#734080: Symlink should point to current netinst.iso

2014-01-03 Thread Dennis Hoppe
Package: debian-cd
Version: 3.1.13
Severity: whishlist

Hello,

i am working a lot with Packer [1] to build images for VirtualBox or
VMware Fusion, which will be used with Vagrant [2].

It would be great, if you could create a symlink which points to the
current netinst.iso. For example:

http://cdimage.debian.org/mirror/cdimage/release/current/amd64/iso-cd/netinst.iso
-> debian-7.3.0-amd64-netinst.iso

Otherwise we have to update our Vagrant configs, after each point release
of Debian.

Best regards,

Dennis

[1] http://packer.io
[2] http://vagrantup.com


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#683643: dev-ref as .epub or .mobi

2012-08-02 Thread Dennis Hoppe
Package: developers-reference
Version: 3.4.8
Severity: wishlist

Hello,

could you please provide the Debian Developer`s Reference as .epub or
.mobi format? It would be great, if i could read this with my kindle on
my daily way to the office.

Best regards,

Dennis



signature.asc
Description: OpenPGP digital signature


Bug#704048: Multiple processes, after disabling collectdmon

2013-03-27 Thread Dennis Hoppe
Package: collectd
Version: 4.10.1-1+squeeze2
Severity: normal

Hello, 

i have disabled collectdmon at /etc/default/collectd (USE_COLLECTDMON=0),
because i would like to handle this via the package monit. 

After restarting collectd via /etc/init.d/collectd restart, i have had
multiple processes of collectd and the collectdmon was not stopped:

dho@appelbaum:~$ ps waux | grep collectd
root  9442  0.0  0.0   5916   332 ?Ss   09:53   0:00 
/usr/sbin/collectdmon -P /var/run/collectdmon.pid -- -C 
/etc/collectd/collectd.conf
root  9443  0.6  0.1 284560  3192 ?Sl   09:53   0:32 collectd -C 
/etc/collectd/collectd.conf -f
root 16955  0.5  0.0 289188  1992 ?SLsl 10:53   0:08 
/usr/sbin/collectd -C /etc/collectd/collectd.conf -P /var/run/collectd.pid
dho  19111  0.0  0.0   9616   968 pts/0S+   11:16   0:00 grep 
--color=auto collectd

I think the PID should be detected somehow, instead of parsing the config file. 
Otherwise the function d_stop() is looking for the wrong PID file.

Regards, Dennis

-- System Information:
Debian Release: 6.0.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages collectd depends on:
ii  collectd-core  4.10.1-1+squeeze2 statistics collection and monitori
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  librrd41.4.3-1   time-series data storage and displ

Versions of packages collectd recommends:
ii  iptables   1.4.8-3   administration tools for packet fi
pn  libatk1.0-0(no description available)
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.21.0-2.1+squeeze2   Multi-protocol file transfer libra
ii  libdbi00.8.2-3   Database Independent Abstraction L
ii  libdbus-1-31.2.24-4+squeeze2 simple interprocess messaging syst
pn  libdbus-glib-1-2   (no description available)
pn  libesmtp5  (no description available)
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1+squeeze4FreeType 2 font engine, shared lib
ii  libgcrypt111.4.5-2   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
pn  libgtk2.0-0(no description available)
pn  libhal1(no description available)
pn  libmemcached5  (no description available)
ii  libmysqlclient16   5.1.66-0+squeeze1 MySQL database client library
pn  libnotify1 (no description available)
pn  libnotify1-gtk2.10 (no description available)
pn  libopenipmi0   (no description available)
pn  liboping0  (no description available)
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpcap0.8 1.1.1-2+squeeze1  system interface for user-level pa
ii  libperl5.105.10.1-17squeeze6 shared Perl library
ii  libpq5 9.1.7-1~bpo60+1   PostgreSQL C client library
pn  libprotobuf-c0 (no description available)
ii  libpython2.6   2.6.6-8+b1Shared Python runtime library (ver
ii  librrd41.4.3-1   time-series data storage and displ
ii  libsensors41:3.1.2-6 library to read temperature/voltag
ii  libsnmp15  5.4.3~dfsg-2  SNMP (Simple Network Management Pr
ii  libssl0.9.80.9.8o-4squeeze14 SSL shared libraries
pn  libtokyotyrant3(no description available)
pn  libupsclient1  (no description available)
pn  libvirt0   (no description available)
ii  libxml22.7.8.dfsg-2+squeeze7 GNOME XML library
pn  libyajl1   (no description available)

collectd suggests no packages.

-- Configuration Files:
/etc/collectd/collectd.conf changed [not included]

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#572513: Package does not create /var/www/nginx-default

2010-03-04 Thread Dennis Hoppe

Package: nginx
Version: 0.7.65-1
Severity: normal

Hello,

at the config file "/etc/nginx/sites-enabled/default" the directory
"/var/www/nginx-default" is defined as root directory, but the package
did not create this directory including the files "50x.html" and
"index.html".

Furthermore, i think you should enable the redirect for the error pages by
default.

Regards, Dennis

- -- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nginx depends on:
ii  libc6  2.7-18lenny2  GNU C Library: Shared libraries
ii  libpcre3   7.6-2.1   Perl 5 Compatible Regular 
Expressi

ii  libssl0.9.80.9.8g-15+lenny6  SSL shared libraries
ii  lsb-base   3.2-20Linux Standard Base 3.2 
init scrip

ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

nginx recommends no packages.

nginx suggests no packages.

- -- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#572513: Package does not create /var/www/nginx-default

2010-03-05 Thread Dennis Hoppe

Hello Kartik,

Kartik Mistry schrieb:

Thanks for using nginx and Debian :)

Well, putting anyting in /var/www/ is not suitable according to Debian Policy.


thanks for the info. I thought this must work the same way like 
"apache2", but there are the default files comming from 
"/usr/share/apache2/default-site" or "/usr/share/apache2/error".



See:
http://lintian.debian.org/tags/dir-or-file-in-var-www.html
http://www.pathname.com/fhs/pub/fhs-2.3.html#THEVARHIERARCHY

for details.

For users, we can put README.Debian or similar documents.


Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#639661: Additional module

2011-08-29 Thread Dennis Hoppe
Package: nginx-light
Version: 1.1.0-1~bpo60+1
Severity: wishlist

Hello,

i like the idea of having a minimal package of nginx, but i am missing
the module "stub_status".

   http://wiki.nginx.org/HttpStubStatusModule

Even for a minimal installation, you want have some informations about
the usage of your webserver.

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#711859: gearman-job-server: Parameter --listen should be changed

2013-06-10 Thread Dennis Hoppe
Package: gearman-job-server
Version: 0.33-2
Severity: important

Hello Stig,

i think the default value for the parameter "--listen" should be changed
from "127.0.0.1" to "localhost". Otherwise the binary "gearman_top" will
show the message "No queues found".

I think this has something todo with IPv6 (127.0.0.1 != localhost).
According to the file "/etc/hosts" localhost will be solved correctly
for IPv4 and IPv6 addresses.

Best regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#693845: ruby-hiera shouldn't recommend mcollective or puppet

2013-08-15 Thread Dennis Hoppe
Hello Matthaus,

i can not follow your argumentation. There is no dependency or
recommendation for the packages "mcollective" or "puppet".

vagrant@pclient2:~$ sudo aptitude show ruby-hiera
Paket: ruby-hiera
Zustand: nicht installiert
Version: 1.0.0~rc3-1
Priorität: optional
Bereich: ruby
Verwalter: Debian Ruby Extras Maintainers

Architektur: all
Unkomprimierte Größe: 108 k
Hängt ab von: ruby | ruby-interpreter
Empfiehlt: puppet-common (>= 2.6.2), mcollective-common (>= 2.0.0)
Beschreibung: Light weight hierarcical data store
 ruby-hiera is a simple pluggable hierarchical database. It can be used
to store various information and therefor is a good fit for the
 representation of infrastructure information. It can be used to
querying multiple data backends e.g. YAML or Puppet.
Homepage: https://github.com/puppetlabs/hiera/

There is just a recommendation for the packages "mcollective-common" and
"puppet-common".

Because of the following options, you need those packages to be able to
collect facts via Mcollective or Puppet.

vagrant@pclient2:~$ hiera --help
Usage: hiera [options] key [default value] [variable='text'...]

The default value will be used if no value is found for the key. Scope
variables
will be interpolated into %{variable} placeholders in the hierarchy and in
returned values.

-V, --versionVersion information
-d, --debug  Show debugging information
-a, --array  Return all values as an array
-h, --hash   Return all values as a hash
-c, --config CONFIG  Configuration file
-j, --json SCOPE JSON format file to load scope from
-y, --yaml SCOPE YAML format file to load scope from
-m, --mcollective IDENTITY   Use facts from a node (via
mcollective) as scope
-i, --inventory_service IDENTITY Use facts from a node (via Puppet's
inventory service) as scope

At the code is also a require for "mcollective" and "puppet". Remember
this is Version 1.0.0, not 1.2.1 which is included in the Puppetlabs
packages.

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#432685: group description

2007-07-11 Thread Dennis Hoppe
Subject: gosa: group description
Package: gosa
Version: 2.5.6-2.1
Severity: normal

*** Please type your report below this line ***

Hello Cajus,

if i create a new user gosa will create a group description (unix) like
default - Group of user default default. I do not remember if gosa use
the login name or the surename for the group description.

Regards,

Dennis

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21-1-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gosa depends on:
ii  apache2-mpm-prefork 2.2.3-4  Traditional model for
Apache HTTPD
ii  exim4   4.63-17  metapackage to ease exim
MTA (v4)
ii  exim4-daemon-light [mai 4.63-17  lightweight exim MTA (v4)
daemon
ii  fping   2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST
packets to
ii  libcrypt-smbhash-perl   0.12-1   generate LM/NT hash of a
password
ii  php55.2.0-8+etch7server-side, HTML-embedded
scripti
ii  php5-gd 5.2.0-8+etch7GD module for php5
ii  php5-imagick0.9.11+1-4.1 ImageMagick module for php5
ii  php5-imap   5.2.0-8+etch7IMAP module for php5
ii  php5-ldap   5.2.0-8+etch7LDAP module for php5
ii  php5-mhash  5.2.0-8+etch7MHASH module for php5
ii  php5-mysql  5.2.0-8+etch7MySQL module for php5
ii  php5-recode 5.2.0-8+etch7recode module for php5
ii  smarty  2.6.14-1 Template engine for PHP
ii  smarty-gettext  1.0b1-2  provides gettext support
for smart
ii  wwwconfig-common0.0.48   Debian web auto configuration

gosa recommends no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#432684: password expire

2007-07-11 Thread Dennis Hoppe
Subject: gosa: password expire
Package: gosa
Version: 2.5.6-2.1
Severity: normal

*** Please type your report below this line ***

Hello Cajus,

if i create a new user gosa will set a password expire (unix) like 18
July as default value. This is no big problem, but i have to explain it
to our customer.

Regards,

Dennis

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21-1-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gosa depends on:
ii  apache2-mpm-prefork 2.2.3-4  Traditional model for
Apache HTTPD
ii  exim4   4.63-17  metapackage to ease exim
MTA (v4)
ii  exim4-daemon-light [mai 4.63-17  lightweight exim MTA (v4)
daemon
ii  fping   2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST
packets to
ii  libcrypt-smbhash-perl   0.12-1   generate LM/NT hash of a
password
ii  php55.2.0-8+etch7server-side, HTML-embedded
scripti
ii  php5-gd 5.2.0-8+etch7GD module for php5
ii  php5-imagick0.9.11+1-4.1 ImageMagick module for php5
ii  php5-imap   5.2.0-8+etch7IMAP module for php5
ii  php5-ldap   5.2.0-8+etch7LDAP module for php5
ii  php5-mhash  5.2.0-8+etch7MHASH module for php5
ii  php5-mysql  5.2.0-8+etch7MySQL module for php5
ii  php5-recode 5.2.0-8+etch7recode module for php5
ii  smarty  2.6.14-1 Template engine for PHP
ii  smarty-gettext  1.0b1-2  provides gettext support
for smart
ii  wwwconfig-common0.0.48   Debian web auto configuration

gosa recommends no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#432686: group name

2007-07-11 Thread Dennis Hoppe
Subject: gosa: group name
Package: gosa
Version: 2.5.6-2.1
Severity: important

*** Please type your report below this line ***

Hello Cajus,

if i use smbldap-tools in the background of GOsa it will create the
following groups.

- Account Operators
- Backup Operators
- Domain Admins
- Domain Computers
- Domain Guests
- Domain Users
- Print Operators
- Replicators

If i want to edit some group settings, i am getting an error message
because the group name is not lowercase. So it is impossible to make
some changes or edit the permissions via ACL.

Regards,

Dennis

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21-1-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gosa depends on:
ii  apache2-mpm-prefork 2.2.3-4  Traditional model for
Apache HTTPD
ii  exim4   4.63-17  metapackage to ease exim
MTA (v4)
ii  exim4-daemon-light [mai 4.63-17  lightweight exim MTA (v4)
daemon
ii  fping   2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST
packets to
ii  libcrypt-smbhash-perl   0.12-1   generate LM/NT hash of a
password
ii  php55.2.0-8+etch7server-side, HTML-embedded
scripti
ii  php5-gd 5.2.0-8+etch7GD module for php5
ii  php5-imagick0.9.11+1-4.1 ImageMagick module for php5
ii  php5-imap   5.2.0-8+etch7IMAP module for php5
ii  php5-ldap   5.2.0-8+etch7LDAP module for php5
ii  php5-mhash  5.2.0-8+etch7MHASH module for php5
ii  php5-mysql  5.2.0-8+etch7MySQL module for php5
ii  php5-recode 5.2.0-8+etch7recode module for php5
ii  smarty  2.6.14-1 Template engine for PHP
ii  smarty-gettext  1.0b1-2  provides gettext support
for smart
ii  wwwconfig-common0.0.48   Debian web auto configuration

gosa recommends no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#432685: group description

2007-07-11 Thread Dennis Hoppe
Hello Cajus,

Cajus Pollmeier schrieb:
> What is the problem?

there is no problem. But in case of the code the group description
should look like "default - Group of user Hans Mustermann".

Regards,

Dennis






signature.asc
Description: OpenPGP digital signature


Bug#432684: password expire

2007-07-11 Thread Dennis Hoppe
Hello Cajus,

Cajus Pollmeier schrieb:
> The password expiery is only active if you've checked the box in the shadow 
> settings. The default value is calculated now + 7 days, but it is not active. 

i did not have checked this field in my template. It will be activated
as default if i create a new user.

Regards,

Dennis





signature.asc
Description: OpenPGP digital signature


Bug#432686: group name

2007-07-11 Thread Dennis Hoppe
Hello Cajus,

Cajus Pollmeier schrieb:
> Take a look at the FAQ file residing in /usr/share/doc/gosa. Set the "strict" 
> Option to false in your gosa.conf.

i am sorry. Thanks a lot.

Regards,

Dennis



signature.asc
Description: OpenPGP digital signature


Bug#476764: metche: Segmentation fault in line 76

2008-05-27 Thread Dennis Hoppe
Hello Jérémy,

i have had the same problem at one of my hosts and was able to reproduce
the error above.

Metche follows the symlinks at "/etc/postgresql/8.2/main" and try to
report every difference via email. But one of my colleagues has disabled
the cron job, two months ago. The consequence is a 2.1 GB large file at
"/root/sent" which could not be handled by mutt.

I tried to set a new stable state by running "/usr/sbin/metche
stabilize", but nothing happened. So i moved the files at
"/var/lib/metche" and executed "/usr/sbin/metche cron".

Now everything seems to be fine, but maybe you should realize something
like a size check.

Regards,

Dennis Hoppe



signature.asc
Description: OpenPGP digital signature


Bug#609134: Please enable ssl support

2011-01-06 Thread Dennis Hoppe
Package: nginx-light
Version: 0.8.54-2
Severity: wishlist

Hello Jose,

not everyone is using "nginx" as mail proxy etc. So it is a great idea
to split the package into "nginx-light" and "nginx-full". But i think
"nginx-light" could use one more module. It would be perfect, if you
could enable the ssl support.

In my case i am using "nginx" as proxy for "puppet" and "mongrel".

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#610524: Preseed: Debian Installer asks for keyboard-configuration/variant

2011-01-19 Thread Dennis Hoppe
Package: debian-installer
Version: 20110106+b1
Severity: wishlist

Hello,

the Debian Installer at the current daily squeeze build asks for the
parameter "keyboard-configuration/variant".

I have added the following line to my preseed config, but it would be
nice if those changes would be mentioned at the preseed_example.txt on
http://www.debian.org/releases/testing/example-preseed.txt.

keyboard-configuration keyboard-configuration/variant select Deutschland

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#610525: Preseed: Debian Installer hangs during late_command

2011-01-19 Thread Dennis Hoppe
Package: debian-installer
Version: 20110106+b1
Severity: serious

Hello,

i have added the following lines to my preseed config, because partman
should use a static size for my partitions.

d-i preseed/late_command string \
   in-target lvremove -f /dev/vg0/dummy;

After the installation the dummy partition should be removed, but the
Debian Installer stops working.

The following content is from the "syslog" and "ps".

Jan 19 09:20:31 in-target: File descriptor 3 (pipe:[2171]) leaked on
lvremove invocation.
Jan 19 09:20:31 in-target:  Parent PID 15538: log-output
Jan 19 09:20:31 in-target: File descriptor 4 (/dev/pts/0) leaked on
lvremove invocation. Parent PID 15538: log-output
Jan 19 09:20:31 in-target: File descriptor 5 (/dev/pts/0) leaked on
lvremove invocation. Parent PID 15538: log-output
Jan 19 09:20:31 in-target: File descriptor 6 (/dev/pts/0) leaked on
lvremove invocation. Parent PID 15538: log-output
Jan 19 09:23:32 init: starting pid 249, tty '/dev/tty2': '-/bin/sh'
Jan 19 09:28:10 init: starting pid 250, tty '/dev/tty3': '-/bin/sh'

root 15335  0.0  0.2   1844   652 pts/0S+   10:20   0:00 udpkg
--configure --force-configure finish-install
root 15336  0.0  0.2   1872   608 pts/0S+   10:20   0:00 /bin/sh
/var/lib/dpkg/info/finish-install.postinst configure
root 15488  0.0  0.1   1708   420 pts/0S+   10:20   0:00
log-output -t finish-install /usr/lib/finish-install.d/07preseed
root 15489  0.0  0.1   1868   464 pts/0S+   10:20   0:00 /bin/sh
-e /usr/lib/finish-install.d/07preseed
root 15490  0.0  0.2   1872   588 pts/0S+   10:20   0:00 /bin/sh
-e /bin/preseed_command preseed/late_command
root 15492  0.0  0.1   1708   412 pts/0S+   10:20   0:00
log-output sh -c in-target lvremove -f /dev/vg0/dummy;
root 15493  0.0  0.1   1868   448 pts/0S+   10:20   0:00 sh -c
in-target lvremove -f /dev/vg0/dummy;
root 15494  0.0  0.2   1868   540 pts/0S+   10:20   0:00 /bin/sh
/bin/in-target lvremove -f /dev/vg0/dummy
root 15538  0.0  0.2   1708   532 pts/0S+   10:20   0:00
log-output -t in-target chroot /target lvremove -f /dev/vg0/dummy
root 15539  0.0  5.3  15300 13544 pts/0S

signature.asc
Description: OpenPGP digital signature


Bug#610526: Preseed: Debian Installer ignores hostname parameter

2011-01-19 Thread Dennis Hoppe
Package: debian-installer
Version: 20090123lenny8
Severity: normal

Hello,

i have added the following lines to the file "isolinux/txt.cfg", but the
Debian Installer ignores the hostname parameter.

label basic
menu label ^Install basic
kernel /install.386/vmlinuz
append  auto=true priority=critical vga=791
initrd=/install.386/initrd.gz file=/cdrom/preseed/basic.cfg
DEBCONF_DEBUG=5 hostname=basic -- quiet

After the installation the hostname is set to "unassigned-hostname".

This Problem only exists with the current lenny release (5.0.7). It
worked with earlier releases and the daily squeeze build.

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#610525: Preseed: Debian Installer hangs during late_command

2011-01-19 Thread Dennis Hoppe
Hello Joey,

Am 19.01.2011 20:56, schrieb Joey Hess:
> Dennis Hoppe wrote:
>> d-i preseed/late_command string \
>>in-target lvremove -f /dev/vg0/dummy;
> 
> Preseeding commands that generate output to stdout can break the debconf
> protocol. Try adding >/dev/null (if it tries to read from stdin, that
> could also cause it to hang)

i have had no luck with this little workaround.

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#610524: Preseed: Debian Installer asks for keyboard-configuration/variant

2011-01-20 Thread Dennis Hoppe
Hello Samuel,

Am 20.01.2011 01:44, schrieb Samuel Thibault:
> Christian PERRIER, le Wed 19 Jan 2011 18:29:33 +0100, a écrit :
>> Quoting Dennis Hoppe (dennis.ho...@credativ.de):
>>> the Debian Installer at the current daily squeeze build asks for the
>>> parameter "keyboard-configuration/variant".
>>>
>>> I have added the following line to my preseed config, but it would be
>>> nice if those changes would be mentioned at the preseed_example.txt on
>>> http://www.debian.org/releases/testing/example-preseed.txt.
>>>
>>> keyboard-configuration keyboard-configuration/variant select Deutschland
>>
>> Yes, apparently, there's no example about keyboard-configuration in
>> the pressed documentation in the Installation Guide.
> 
> I have added some the other day.
> 
> Dennis, can you confirm that
> 
> d-i console-keymaps-at/keymap select us
> d-i keyboard-configuration/xkb-keymap select us
> 
> is enough?

unfortunately that is not enough. The parmeter "d-i
keyboard-configuration/variant select Deutschland" is necessary.

The following config works for me.

 Contents of the preconfiguration file (for squeeze)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string de_DE.UTF-8
d-i keyboard-configuration/variant select Deutschland
d-i keyboard-configuration/xkb-keymap select de

# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
#d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8

# Keyboard selection.
#d-i console-tools/archs select at
d-i console-keymaps-at/keymap select de-latin1-nodeadkeys
# Example for a different keyboard architecture
#d-i console-keymaps-usb/keymap select mac-usb-us
...

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#610524: Preseed: Debian Installer asks for keyboard-configuration/variant

2011-01-21 Thread Dennis Hoppe
Hello Samuel,

Am 20.01.2011 18:47, schrieb Samuel Thibault:
> Dennis Hoppe, le Thu 20 Jan 2011 09:57:32 +0100, a écrit :
>> Am 20.01.2011 01:44, schrieb Samuel Thibault:
>>> Christian PERRIER, le Wed 19 Jan 2011 18:29:33 +0100, a écrit :
>>>> Quoting Dennis Hoppe (dennis.ho...@credativ.de):
>>>>> the Debian Installer at the current daily squeeze build asks for the
>>>>> parameter "keyboard-configuration/variant".
>>>>>
>>>>> I have added the following line to my preseed config, but it would be
>>>>> nice if those changes would be mentioned at the preseed_example.txt on
>>>>> http://www.debian.org/releases/testing/example-preseed.txt.
>>>>>
>>>>> keyboard-configuration keyboard-configuration/variant select Deutschland
>>>>
>>>> Yes, apparently, there's no example about keyboard-configuration in
>>>> the pressed documentation in the Installation Guide.
>>>
>>> I have added some the other day.
>>>
>>> Dennis, can you confirm that
>>>
>>> d-i console-keymaps-at/keymap select us
>>> d-i keyboard-configuration/xkb-keymap select us
>>>
>>> is enough?
>>
>> unfortunately that is not enough. The parmeter "d-i
>> keyboard-configuration/variant select Deutschland" is necessary.
>>
>> The following config works for me.
> 
> But the problem is that it shouldn't be needed, because xkb-keymap
> provides a value for layout and sets it as seen.
> 
> And it is indeed not needed for me in my tests. What I'm doing is
> booting with the following parameter given on the kernel command line:
> 
> keyboard-configuration/xkb-keymap=de
> 
> I never get asked for the variant. Could you perhaps post your whole
> preseed file (with passwords replaced with foobar), so I can test with
> exactly the same parameters?

of course. Here ist my little config.

Regards, Dennis

 Contents of the preconfiguration file (for squeeze)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string de_DE.UTF-8
# Bug: 610524
d-i keyboard-configuration/variant select Deutschland

# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
#d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8

# Keyboard selection.
#d-i console-tools/archs select at
d-i console-keymaps-at/keymap select de-latin1-nodeadkeys
# Example for a different keyboard architecture
#d-i console-keymaps-usb/keymap select mac-usb-us

### Network configuration
# Disable network configuration entirely. This is useful for cdrom
# installations on non-networked devices where the network questions,
# warning and long timeouts are a nuisance.
#d-i netcfg/enable boolean false

# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
d-i netcfg/choose_interface select auto

# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1

# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true

# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually

# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/confirm_static boolean true

# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish

# If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or
# change to false to disable asking.
#d-i hw-detect/load_firmware boolean true

### Network console
# Use the following settings if you wi

Bug#610526: Preseed: Debian Installer ignores hostname parameter

2011-01-21 Thread Dennis Hoppe
Hello Matthew,

Am 20.01.2011 02:16, schrieb Matthew Palmer:
> I'm having some trouble reproducing your bug report.
> 
> Here are the exact steps I took:
> 
> 1) Download the mini.iso from
> http://mirror.internode.on.net/pub/debian/dists/lenny/main/installer-i386/20090123lenny8/images/netboot/
> (other mirrors should have the same; md5sum is
> 1f497d52bb97c03810d3e87d8ecf5d94)
> 
> 2) Boot the installer ISO in a KVM VM
> 
> 3) At the graphical isolinux boot screen, press TAB and add 'hostname=basic'
> to the end of the command line
> 
> (I can't use priority=critical because I need to set a local Debian mirror,
> and auto=true just asks for a preseed file -- which I don't have because you
> haven't provided it)
> 
> 4) Manually configure the network (I disabled my DHCP server so that it
> wouldn't provide a hostname) with an IP address that doesn't reverse resolve
> (to avoid hostname being overridden via rDNS)
> 
> 5) When it asks to configure the mirror, drop into a console and verify that
> the temporary environment has the right hostname with cat /etc/hostname
> 
> 6) Let the installation proceed, automatically partitioning the disk and
> setting up some dummy users
> 
> 7) When it comes to installing grub, drop back to a console and verify that
> the target environment has the right hostname with cat /target/etc/hostname
> 
> 8) Complete the install, reboot, note that the booted system has the correct
> hostname.
> 
> Now, I know that a number of things are different between your report and my
> method of reproduction, but they *should* (big emphasis there) be irrelevant
> to how the hostname is preseeded.  Obviously one of them isn't irrelevant,
> so we need to work out what it is.
> 
> Things to check:
> 
> * The kernel and initrd you're booting with; can I get the md5sums of them
>   and where you got them from?

i am using the file "debian-multi_5.0.7.iso" from one of the official
Debian mirrors and have not changed the initrd. I only modified the file
"isolinux/txt.cfg" to choose a specific preseed config.

> * Booting without a preseed file... it's possible that your preseed file is
>   doing something hinky, so if you *must* test with a preseed file, we'll
>   need a copy of it.

Of course. Here ist my little preseed config. But exact the same file
worked with Debian 5.0.6 and also works with Debian 6.x.x.

> * Dropping priority=critical for the purposes of testing would be
>   good, too, to keep things consistent and to rule it out (although early
>   testing showed that /etc/hostname had the right value in it).

During the whole installation process the file "target/etc/hostname"
hast the content "unassinged-hostname" and the dhcp of virtualbox does
not offer any hostnames.

Regards, Dennis
 Contents of the preconfiguration file (for lenny)
### Localization
# Locale sets language and country.
d-i debian-installer/locale string de_DE.UTF-8

# Keyboard selection.
#d-i console-tools/archs select at
d-i console-keymaps-at/keymap select de-latin1-nodeadkeys
# Example for a different keyboard architecture
#d-i console-keymaps-usb/keymap select mac-usb-us

### Network configuration
# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
d-i netcfg/choose_interface select auto

# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1

# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true

# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually

# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/confirm_static boolean true

# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish

# If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or
# change to false to disable asking.
#d-i hw-detect/load_firmware boolean true

### Network console
# Use the following settings if you wish to make use of

Bug#610739: Preseed: Debian Installer ignores grub-legacy

2011-01-21 Thread Dennis Hoppe
Package: debian-installer
Version: 20110106+b1
Severity: wishlist

Hello,

i have found another bug. The Debian Installer ignores the parameter
"d-i grub-installer/grub2_instead_of_grub_legacy" and installs grub2
instead of grub-legacy.

Regards, Dennis
 Contents of the preconfiguration file (for squeeze)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string de_DE.UTF-8
# Bug: 610524
d-i keyboard-configuration/variant select Deutschland

# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
#d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8

# Keyboard selection.
#d-i console-tools/archs select at
d-i console-keymaps-at/keymap select de-latin1-nodeadkeys
# Example for a different keyboard architecture
#d-i console-keymaps-usb/keymap select mac-usb-us

### Network configuration
# Disable network configuration entirely. This is useful for cdrom
# installations on non-networked devices where the network questions,
# warning and long timeouts are a nuisance.
#d-i netcfg/enable boolean false

# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
d-i netcfg/choose_interface select auto

# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1

# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true

# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually

# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/confirm_static boolean true

# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish

# If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or
# change to false to disable asking.
#d-i hw-detect/load_firmware boolean true

### Network console
# Use the following settings if you wish to make use of the network-console
# component for remote installation over SSH. This only makes sense if you
# intend to perform the remainder of the installation manually.
#d-i anna/choose_modules string network-console
#d-i network-console/password password r00tme
#d-i network-console/password-again password r00tme

### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp
d-i mirror/country string manual
d-i mirror/http/hostname string ftp.de.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string

# Suite to install.
#d-i mirror/suite string testing
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string testing

### Clock and time zone setup
# Controls whether or not the hardware clock is set to UTC.
d-i clock-setup/utc boolean true

# You may set this to any valid setting for $TZ; see the contents of
# /usr/share/zoneinfo/ for valid values.
d-i time/zone string Europe/Berlin

# Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true
# NTP server to use. The default is almost always fine here.
#d-i clock-setup/ntp-server string ntp.example.com

### Partitioning
## Partitioning example
# If the system has free space you can choose to only partition that space.
# This is only honoured if partman-auto/method (below) is not set.
#d-i partman-auto/init_automatically_partition select biggest_free

# Alternatively, you may specify a disk to partition. If the system has only
# one disk the installer will default to using that, but otherwise the device
# name must be given in traditional, non-devfs format (so e.g. /dev/hda or
# /dev/sda, and not e.g. /dev/discs/disc0/disc).
# For example, to use the first SCSI/SATA hard disk:
d-i partman-auto/disk string /dev/?da
# In addition, you'll need to

Bug#610524: Preseed: Debian Installer asks for keyboard-configuration/variant

2011-01-24 Thread Dennis Hoppe
Hello Samuel,

Am 24.01.2011 02:27, schrieb Samuel Thibault:
> Dennis Hoppe, le Fri 21 Jan 2011 16:35:56 +0100, a écrit :
>> Am 20.01.2011 18:47, schrieb Samuel Thibault:
>>> And it is indeed not needed for me in my tests. What I'm doing is
>>> booting with the following parameter given on the kernel command line:
>>>
>>> keyboard-configuration/xkb-keymap=de
>>>
>>> I never get asked for the variant. Could you perhaps post your whole
>>> preseed file (with passwords replaced with foobar), so I can test with
>>> exactly the same parameters?
>>
>> of course. Here ist my little config.
> 
> I'm still unable to reproduce the issue
> 
> - I've added
> 
> d-i keyboard-configuration/xkb-keymap select de
> 
> to your file
> 
> - I've added it as /preseed.cfg to the initrd from the squeezerc2 businesscard
>   image for i386
> - I've booted the initrd and kernel. It all installs by itself without
>   asking a single question.
> 
> Where is the difference with your tests?

i think there is a litte misunderstanding, here.

My "preseed" config works, because it already includes the parameter
"keyboard-configuration/variant select Deutschland". You asked me, if
there are any problems when i only use the parameter
"keyboard-configuration/xkb-keymap select de". In my tests the parameter
"keyboard-configuration/variant select Deutschland" was necessary.

If you like, i can retry the installation with and without the
concerning parameter and send you the logs.

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#610526: Preseed: Debian Installer ignores hostname parameter

2011-01-24 Thread Dennis Hoppe
Hello Matthew,

Am 24.01.2011 08:28, schrieb Matthew Palmer:
> On Fri, Jan 21, 2011 at 04:54:40PM +0100, Dennis Hoppe wrote:
>> Am 20.01.2011 02:16, schrieb Matthew Palmer:
>>> * The kernel and initrd you're booting with; can I get the md5sums of them
>>>   and where you got them from?
>>
>> i am using the file "debian-multi_5.0.7.iso" from one of the official
>> Debian mirrors and have not changed the initrd.
> 
> I can't find any CD image with that name; all the files I've found follow a
> very different naming convention.  Could you give me the full URL to the
> file that you downloaded?

my mistake. The file above is based on my own naming convention. I used
the following URL.

http://cdimage.debian.org/debian-cd/current/multi-arch/iso-cd/debian-507-amd64-i386-powerpc-netinst.iso

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#610524: Preseed: Debian Installer asks for keyboard-configuration/variant

2011-01-27 Thread Dennis Hoppe
Hello Samuel,

Am 25.01.2011 00:52, schrieb Samuel Thibault:
> Dennis Hoppe, le Mon 24 Jan 2011 18:06:00 +0100, a écrit :
>> My "preseed" config works, because it already includes the parameter
>> "keyboard-configuration/variant select Deutschland".
> 
> Ah. But usually, in bug reports, you're supposed to provide what is
> supposed to work but doesn't, not only the workaround that happens to
> work.
> 
>> You asked me, if
>> there are any problems when i only use the parameter
>> "keyboard-configuration/xkb-keymap select de". In my tests the parameter
>> "keyboard-configuration/variant select Deutschland" was necessary.
> 
> In my tests it was not. Here is the preseed file I've used today: I've
> j st changed the mirror and defined xkb-keymap only. I have added it as
> /preseed.cfg to the gtk initrd of squeeze rc2 businesscard i386, booted
> with the kernel, it all installs by itself.

i did some tests and used the daily and rc2 iso of squeeze, but i am
always getting asked for the keyboard layout.

I have attached the config, a screenshot and a part of the syslog.

Regards, Dennis
 Contents of the preconfiguration file (for squeeze)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string de_DE.UTF-8

# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
#d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8

# Keyboard selection.
#d-i console-tools/archs select at
d-i console-keymaps-at/keymap select de-latin1-nodeadkeys
d-i keyboard-configuration/xkb-keymap select de
# Example for a different keyboard architecture
#d-i console-keymaps-usb/keymap select mac-usb-us

### Network configuration
# Disable network configuration entirely. This is useful for cdrom
# installations on non-networked devices where the network questions,
# warning and long timeouts are a nuisance.
#d-i netcfg/enable boolean false

# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
d-i netcfg/choose_interface select auto

# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1

# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true

# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually

# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/confirm_static boolean true

# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish

# If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or
# change to false to disable asking.
#d-i hw-detect/load_firmware boolean true

### Network console
# Use the following settings if you wish to make use of the network-console
# component for remote installation over SSH. This only makes sense if you
# intend to perform the remainder of the installation manually.
#d-i anna/choose_modules string network-console
#d-i network-console/password password r00tme
#d-i network-console/password-again password r00tme

### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp
d-i mirror/country string manual
d-i mirror/http/hostname string ftp.de.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string

# Suite to install.
#d-i mirror/suite string testing
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string testing

### Clock and time zone setup
# Controls whether or not the hardware clock is set to UTC.
d-i clock-setup/utc boolean true

# You may set this to any valid setting for $TZ; see 

Bug#610524: Preseed: Debian Installer asks for keyboard-configuration/variant

2011-01-27 Thread Dennis Hoppe
Hello Samuel,

Am 27.01.2011 11:59, schrieb Samuel Thibault:
> Dennis Hoppe, le Thu 27 Jan 2011 11:49:52 +0100, a écrit :
>> i did some tests and used the daily and rc2 iso of squeeze, but i am
>> always getting asked for the keyboard layout.
> 
> Which iso do you use? How do you feed it with the preseed file?

i am using the following two images:

http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/multi-arch/iso-cd/debian-testing-amd64-i386-netinst.iso

http://cdimage.debian.org/cdimage/squeeze_di_rc2/i386/iso-cd/debian-squeeze-di-rc2-i386-netinst.iso

I also added the following line to "isolinux/txt.cfg" and remastered the
image to save some typing.

label basic
menu label ^Install (basic)
kernel /install.386/vmlinuz
append auto=true priority=critical vga=791
file=/cdrom/preseed/basic.cfg initrd=/install.386/initrd.gz
DEBCONF_DEBUG=5 -- quiet

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#611252: Preseed: Parameter confirm_write_new_label defined twice

2011-01-27 Thread Dennis Hoppe
Package: installation-guide
Version: 20100518
Severity: minor

Hello,

the parameter "d-i partman-partitioning/confirm_write_new_label boolean
true" is defined twice at the current preseed example.

http://www.debian.org/releases/squeeze/example-preseed.txt

Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#573531: drbd8-modules-2.6.26-2-amd64: Can not load drbd module

2010-03-11 Thread Dennis Hoppe
Package: drbd8-modules-2.6.26-2-amd64
Version: 2.6.26+8.0.14-6+lenny1
Severity: important

*** Please type your report below this line ***

Hello,

after installing the security update for linux-image-2.6.26-2-amd
(2.6.26-21lenny4) my hole cluster was going down, because the drbd
module could not be loaded.

hot...@beta:~$ lsmod | grep drbd

hot...@beta:~$ sudo modprobe drbd
FATAL: Error inserting drbd
(/lib/modules/2.6.26-2-xen-amd64/extra/drbd8/drbd/drbd.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

hot...@beta:~$ sudo tail /var/log/syslog
...
Mar 12 07:59:15 beta kernel: [  148.854821] drbd: disagrees about
version of symbol cn_add_callback
Mar 12 07:59:15 beta kernel: [  148.854824] drbd: Unknown symbol
cn_add_callback

I decided to purge drbd8-modules-2.6.26-2-amd64 and installed
drbd8-source. After that i was able to load the drbd module.

Regards, Dennis

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages drbd8-modules-2.6.26-2-amd64 depends on:
ii  linux-image-2.6.26-2-amd 2.6.26-21lenny4 Linux 2.6.26 image on AMD64

drbd8-modules-2.6.26-2-amd64 recommends no packages.

drbd8-modules-2.6.26-2-amd64 suggests no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#488270: create /root/Changelog at postinst time when "Single changelog file" is selected

2010-06-23 Thread Dennis Hoppe

Hello,

after a default installation of Debian 5.0.x the debconf priority is set 
to high. But metche will only ask these questions with an debconf 
prirority of medium.


So the most users will never see these questions and metche defines 
CHANGELOG_FILE as default, which is missing after the installation.


I think you should set the default to "No changelog monitoring" at the 
"debian/templates". Otherwise the package should create the file, but 
not underneath "/root". Maybe "/etc/metche/changelog" or 
"/etc/metche/history" is more usefull.


Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#554506: cryptsetup: unable to find root volume

2010-01-14 Thread Dennis Hoppe
I had the same problem with a new installation of debian sqeeze. Even if 
i recreate the missing directory "/dev/disk/by-uuid" and the symlinks 
for the lvm and crypto devices, it does not work.


Only the change from uuid to device names at the file "/etc/crypttab" 
worked for me. I do not know, why you want to use the uuid, if even the 
file "/etc/fstab" is not using them.


Regards, Dennis



signature.asc
Description: OpenPGP digital signature


Bug#627881: Duplicate cronjob

2011-05-25 Thread Dennis Hoppe
Package: apticron
Version: 1.1.42
Severity: normal

Hello,

the current package of apticron is creating two different cronjobs
during the installation. In my case the first cronjob was executed at
5:20 and the second one at 6:25.

In previous versions of apticron the cronjob was generated, randomly.
Why do you want use a cronjob at "/etc/cron.daily/"? This can not be
good for the load of the debian mirrors.

Regards, Dennis

dho@feldman:~$ sudo aptitude install apticron
Die folgenden NEUEN Pakete werden zusätzlich installiert:
  apticron
0 Pakete aktualisiert, 1 zusätzlich installiert, 0 werden entfernt und 2
nicht aktualisiert.
Muss 0 B/18,1 kB an Archiven herunterladen. Nach dem Entpacken werden
127 kB zusätzlich belegt sein.
Vorkonfiguration der Pakete ...
Vormals abgewähltes Paket apticron wird gewählt.
(Lese Datenbank ... 26800 Dateien und Verzeichnisse sind derzeit
installiert.)
Entpacken von apticron (aus .../apticron_1.1.42_all.deb) ...
Trigger für man-db werden verarbeitet ...
apticron (1.1.42) wird eingerichtet ...

Creating config file /etc/apticron/apticron.conf with new version

Creating config file /etc/cron.d/apticron with new version

dho@feldman:~$ find /etc/cron* | grep apticron
/etc/cron.d/apticron
/etc/cron.daily/apticron



signature.asc
Description: OpenPGP digital signature