Is anybody there? Bug is easy to understand and easy to fix, patch
provided. What are you waiting for?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685311
Title:
Log file size is limited to 4G
--
Public bug reported:
Binary package hint: logrotate
logrotate internally stores threshhold as unsigned int. Thus file
rotation cannot be setup to value greater than 4G. Worst thing is that
logrotate quietly rounds file size, and it size is specified as 9G,
effective size will be 1G.
Patch is:
=
Public bug reported:
Binary package hint: lighttpd
Please, provide lighttpd-dev package built from lighttpd sources.
Package should contain:
config.h src/*.h installed in /usr/lib/lighttpd/
lighttpd.pc (pkg-config) installed in /usr/lib/pkg-config/
lighttpd-dev package is must have to build li
Public bug reported:
Binary package hint: mime-support
Please, add
text/x-log log
entry to /etc/mime.types. For log files.
** Affects: mime-support (Ubuntu)
Importance: Undecided
Status: New
--
Add log extension
https://bugs.launchpad.net/bugs/318062
You received this bug notif
Public bug reported:
Binary package hint: postgresql-client-8.3
psql uses libpq, and libpq uses lots of env. variables to set connection
parameters, PGPASSWORD is one of them:
http://developer.postgresql.org/pgdocs/postgres/libpq-envars.html
Environement section of psql(1) should have link to t
Public bug reported:
Binary package hint: bash
Steps to reproduce:
===
# cat crash.sh
f() {
if true; then
f xx
fi
}
f xx
# bash crash.sh
segmentation fault bash crash.sh
# bash --version
GNU bash, version 3.2.13(1)-release (i486-pc-linux-gnu)
Copyright (C) 2005 Free Software