** Attachment added: "Change the URL and search strings for Babel Fish service."
http://launchpadlibrarian.net/35740588/babel-service-fix.patch
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/35740589/Dependencies.txt
--
Babel Fish service uses wrong URL, search stri
Public bug reported:
Source package: libtranslate
in Karmic
apt-cache policy libtranslate0 gives
libtranslate0:
Installed: 0.99-0ubuntu6
Candidate: 0.99-0ubuntu6
Version table:
*** 0.99-0ubuntu6 0
500 http://us.archive.ubuntu.com karmic/universe Packages
100 /var/lib/dpkg/st
Public bug reported:
Steps to reproduce (on an amd64 machine):
name=$(docker create --tty ubuntu:21.04 sleep inf)
docker start $name
docker exec $name apt-get update -y
docker exec $name apt-get install libc6 -y
docker exec $name bash -c 'if [ ! -x /bin/cat ] ; then echo no ;
Public bug reported:
If /etc/sudoers contains the following (syntactically invalid) line:
%sudo ALL=(ALL:ALL) NOPASSWD ALL
the sudo command will segfault:
$ sudo true
[1]12958 segmentation fault (core dumped) sudo true
A better result would be to fail or warn with a syntax e