Public bug reported:
After adding a new domain with MDomain and rebooting apache2, apache2
crashes:
$ dmesg
...
apache2[1241]: segfault at 0 ip 7f288669a86d sp 7ffc76b935a0 error 4
in mod_md.so.0.0.0[7f2886682000+31000]
Updating mod_md to 1.1.17 would solve it:
https://github.com/icing
The problem is still in mawk of Ubuntu 10.10
I found a version of mawk, maintained by a new developer:
http://invisible-island.net/mawk/
New mawk changelog (debian patches included + new things):
http://invisible-island.net/mawk/CHANGES
This version works as expected too:
for interpretter i
The mawk version available on: http://invisible-island.net/mawk/
solves this problem (and several other mawk 1.3.3 bugs too).
$ # mawk 1.3.3 of Ubuntu 10.10
$ echo x | mawk '/[[:lower:]]/'
$ # mawk 1.3.4
$ echo x | ../mawk-1.3.4-20100625/mawk '/[[:lower:]]/'
x
$ echo x | gawk '/[[:lower:]]/'
x
I found a version of mawk, maintained by a new developer:
http://invisible-island.net/mawk/
New mawk changelog (debian patches included + new things):
http://invisible-island.net/mawk/CHANGES
This version of mawk (v0.3.4), gives the same output as gawk:
$ # mawk 0.3.3 of Ubuntu 10.10
$ echo
mawk 1.33 of Ubuntu 10.10 still has problems with RS="\0".
Part of boot info script where RS="\0" is used:
--
get_embedded_menu () {
local source=$1 titlename=$2;
# Check if magic bytes that go before the
The correct link for the Boot Info Script download is:
wget -O boot_info_script.sh
'http://bootinfoscript.git.sourceforge.net/git/gitweb.cgi?p=bootinfoscript/bootinfoscript;a=blob_plain;f=boot_info_script.sh;hb=0c8e808eba272af5ef8b5f4df4654f350526d17b'
--
You received this bug notification bec
Public bug reported:
Binary package hint: mawk
'mawk -F '\0' '{print $1}''' doesn't give the expected result.
Mawk version of Ubuntu 10.10.
How to reproduce:
---
Download the last development version of boot_info_script:
wget -O boot_info_script.sh
'http://bootinfoscript