[Bug 1867561] Re: regression: twm won't launch in focal

2022-04-29 Thread J G Miller
At one time in Bourne shell and derivatives

LANG=C twm &

may have worked but because of all the other LC variables which are now
setup and which are not overriden by setting LANG=C, the work around for
the bug in twm being unable to open the fixed font for UTF-8 and other
encodings is to specify

LC_ALL=C twm &

You may even find that

LC_ALL=en twm &

where "en" is "English" also works (along with other two letter language
variants) but anything more specific cauting UTF-8 enocding to be
invoked such as en_GB or en_US will give the same error as "unable to
open fontset fixed".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867561

Title:
  regression:  twm won't launch in focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/twm/+bug/1867561/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1597508] Re: openmpi-1.10.2 missing liboshmem [and cuda support]

2018-03-17 Thread J G Miller
If this bug affects you, then please, please DO NOT FAIL to click the
"Affects Me Too" bubble at the top of the page.

When somebody other than the original bug reporter clicks that, the
status of the bug gets changed to "confirmed".

It has long been apparent policy on Launchpad that bugs which are
reported but not confirmed (and are not screaming security issues) tend
to be ignored and just collect dust even if a patch or solution is
presented by the reporter of the bug.

The act of  more people confirming the bug tends to give a bug some
priority to getting a fix implemented.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597508

Title:
  openmpi-1.10.2 missing liboshmem [and cuda support]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openmpi/+bug/1597508/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1198758] Re: xless 1.7 -- segmentation fault in libXaw using search dialog popup

2018-02-20 Thread J G Miller
A patch was submitted to the Debian BTS concerning a similar type of bug
in xcolorsel.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785307

which when applied to xcolorsel source stops xcolorsel from crashing.  The 
patch is a one line
call to XawTextSetSelection to effectively "initialize" the starting position 
to 0.

If a similar patch is added to callbacks.c at line 269 to initialize the 
starting position to 0
(with the end position set also 0 to avoid annoyingly highlighting the text in 
the document pane from the zero position to say the calculated "beg" or "end" 
position, with the now second call of XawTextSetSelection doing the actual 
highlighting of the found string)

+XawTextSetSelection(wi->text, 0, 0)

the crash in XawTextSetSelection to go to the actual position of the
found string no longer occurs,thus curing the bug.

** Bug watch added: Debian Bug tracker #785307
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785307

** Attachment added: "Patch to initialize XawTextSetSelection starting position 
to 0"
   
https://bugs.launchpad.net/ubuntu/+source/xless/+bug/1198758/+attachment/5059415/+files/xless-1.7-callbacks.c-patch.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198758

Title:
  xless 1.7 -- segmentation fault in libXaw using search dialog popup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xless/+bug/1198758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1597933] Re: Atomicparsley package completely broken

2017-08-30 Thread J G Miller
"or its name is not atomicparsley which would be stupid."

Not all executables have all lower case names.  Some software authors
prefer to give their executables the same mixed case name as the
"project name", Xorg as in /usr/bin/Xorg perhaps being the most used
binary with an uppercase name.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597933

Title:
  Atomicparsley package completely broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atomicparsley/+bug/1597933/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597933] Re: Atomicparsley package completely broken

2017-08-30 Thread J G Miller
NOT a bug but a misunderstanding.

The original report is in error concerning the name of the executable.

DISTRIB_CODENAME="xenial"
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"

# apt-get install atomicparsley
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  atomicparsley
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 114 kB of archives.
After this operation, 299 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/universe i386 atomicparsley i386 
0.9.2~svn110-4 [114 kB]
Fetched 114 kB in 0s (175 kB/s)  
Selecting previously unselected package atomicparsley.
(Reading database ... 780436 files and directories currently installed.)
Preparing to unpack .../atomicparsley_0.9.2~svn110-4_i386.deb ...
Unpacking atomicparsley (0.9.2~svn110-4) ...
Setting up atomicparsley (0.9.2~svn110-4) ...

# dpkg -l atomicparsley
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   
Architecture  Description
+++-=-=-=-===
ii  atomicparsley 0.9.2~svn110-4i386
  read, parse and set metadata of MPEG-4 and 3gp files

# dpkg -L atomicparsley
/.
/usr
/usr/bin
/usr/bin/AtomicParsley<= executable in /usr/bin
/usr/share
/usr/share/doc
/usr/share/doc/atomicparsley
/usr/share/doc/atomicparsley/copyright
/usr/share/doc/atomicparsley/changelog.Debian.gz

# ll /usr/bin/AtomicParsley
-rwxr-xr-x 1 root root 256360 2010-10-29 01:39 /usr/bin/AtomicParsley*

The name of the executable is "AtomicParsley" not "atomicparsley".

Perhaps the package installation script could create a convenience
symbolic link from the mixed case executable file to an all lower case
format could be provided to avoid unecessary trauma for those who expect
the executable to be all lower case?  However it should be noted that
other software which uses AtomicParsley eg "get_iplayer" correctly uses
the mixed case named binary.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597933

Title:
  Atomicparsley package completely broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atomicparsley/+bug/1597933/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1190888] Re: CRITICAL **: e_sexp_eval: assertion `f->tree != NULL' failed

2017-01-23 Thread J G Miller
"this occurs for all semantically empty scripts."

In fact the bug is more extensive.

The critical error message occurs for every file it reads unless each
file contains one and ONLY one valid s-expression.

As observed, empty files or files with commented out expressions produce
it, as do files which contain more than one s-expression.  I discovered
the latter by trying to put two valid rules in one file and wondered why
I was getting all these "critical" messages.

So even wanting to go into debug mode means putting debug into its own
debug.ds file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1190888

Title:
  CRITICAL **: e_sexp_eval: assertion `f->tree != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/devilspie/+bug/1190888/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398028] Re: libgraphviz-dev: dangling symbolic links for missing files libgvplugin_gdk.so and libgvplugin_gtk.so

2017-01-06 Thread J G Miller
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398028

Title:
  libgraphviz-dev: dangling symbolic links for missing files
  libgvplugin_gdk.so and libgvplugin_gtk.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/1398028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398028] Re: libgraphviz-dev: dangling symbolic links for missing files libgvplugin_gdk.so and libgvplugin_gtk.so

2017-01-06 Thread J G Miller
Since reporting this bug TWO YEARS ago (2014-12-01), my system has moved
on to

DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"

With the current package versions installed for Ubuntu 16.04 Xenial

graphviz   2.38.0-12ubuntu2
graphviz-doc   2.38.0-12ubuntu2
libgraphviz-dev2.38.0-12ubuntu2

there are, in /usr/lib/graphviz, the two dangling symbolic links

lrwxrwxrwx   1 root root 24 2016-03-13 23:30 libgvplugin_gdk.so -> 
libgvplugin_gdk.so.6.0.0
lrwxrwxrwx   1 root root 24 2016-03-13 23:30 libgvplugin_gtk.so -> 
libgvplugin_gtk.so.6.0.0

After downloading all of the required "proposed" new packages and

Setting up libcdt5 (2.38.0-12ubuntu2.1) ...
Setting up libcgraph6 (2.38.0-12ubuntu2.1) ...
Setting up libgvpr2 (2.38.0-12ubuntu2.1) ...
Setting up libpathplan4 (2.38.0-12ubuntu2.1) ...
Setting up libxdot4 (2.38.0-12ubuntu2.1) ...
Setting up libgvc6 (2.38.0-12ubuntu2.1) ...
Setting up graphviz (2.38.0-12ubuntu2.1) ...
Setting up libgvc6-plugins-gtk (2.38.0-12ubuntu2.1) ...
Setting up libgraphviz-dev (2.38.0-12ubuntu2.1) ...

the symbolic links no longer dangle because the gdk and gtk plugin
shared library files are present.

lrwxrwxrwx   1 root root 24 2017-01-05 22:17 libgvplugin_gdk.so -> 
libgvplugin_gdk.so.6.0.0
lrwxrwxrwx   1 root root 24 2017-01-05 22:17 libgvplugin_gdk.so.6 -> 
libgvplugin_gdk.so.6.0.0
-rw-r--r--   1 root root  10100 2017-01-05 22:17 libgvplugin_gdk.so.6.0.0
lrwxrwxrwx   1 root root 24 2017-01-05 22:17 libgvplugin_gtk.so -> 
libgvplugin_gtk.so.6.0.0
lrwxrwxrwx   1 root root 24 2017-01-05 22:17 libgvplugin_gtk.so.6 -> 
libgvplugin_gtk.so.6.0.0
-rw-r--r--   1 root root  30636 2017-01-05 22:17 libgvplugin_gtk.so.6.0.0

Thank you for finally fixing this problem and thank you to Jeremy for
all his work in maintaining and packaging this and other packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398028

Title:
  libgraphviz-dev: dangling symbolic links for missing files
  libgvplugin_gdk.so and libgvplugin_gtk.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/1398028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598895] [NEW] Package installs 99pdftoopvp.conf into "wrong" directory

2016-07-04 Thread J G Miller
Public bug reported:

BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;
PRETTY_NAME="Ubuntu 16.04 LTS"
VERSION="16.04 LTS (Xenial Xerus)"

Package: cups-filters
Priority: optional
Maintainer: Ubuntu Developers 
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1.0.52-0ubuntu1.7
Supported: 5y

This package installs the file 99pdftoopvp.conf to /etc/fonts/conf.d

/etc/fonts/conf.d/99pdftoopvp.conf

However the directory conf.d is intended to be a directoy containing
only the file README and symbolic links to "activated" configuration
files in the directory /etc/fonts/conf.avail.

Installing 99pdftoopvp.conf directly into conf.d makes a mockery of this
Debian+Ubuntu standard convention for multiple configuration files.

Therefore installation of the package should result in 99pdftoopvp.conf
being installed into /etc/fonts/conf.avail and a symbolic link created
from /etc/conf.d/99pdftoopvp.conf to /etc/conf.avail/99pdftoopvp.conf,
viz

0 lrwxrwxrwx 1 root root 30 2010-04-17 18:46 99pdftoopvp.conf ->
../conf.avail/99pdftoopvp.conf

** Affects: cups-filters (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598895

Title:
  Package installs 99pdftoopvp.conf into "wrong" directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1598895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1474971] [NEW] missing parameter to status in upstart pre-stop script which is not needed regardless

2015-07-15 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04.2 LTS
SUPPORT_URL=http://help.ubuntu.com/;
VERSION=14.04.2 LTS, Trusty Tahr

Package: xinetd
Origin: Ubuntu
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Version: 1:2.3.15-3ubuntu1

In the provided upstart configuration file /etc/init/xinetd.conf, there
is the pre-stop script

pre-stop script
  xinetd_pid=$(status | awk '/stop\/pre-stop/ { print $NF }')
  [ -n ${xinetd_pid} ] || exit 0
  kill -QUIT ${xinetd_pid}
end script

The status command as written will always echo the message

status: missing job name
Try `status --help' for more information.

which will go to stderr and so the variable xinetd_pid will always be
blank.

This is because the jobname parameter has been omitted from  the status
command and thus the xinetd process is never killed.

Therefore the line should read

 xinetd_pid=$(status xinetd | awk '/stop\/pre-stop/ { print $NF }')

However because xinetd is running in non-daemon mode, upstart knows the
pid of the running xinetd so successfully kills it.

Therefore the pre-stop script which is broken is  not needed regardless and 
after removing the pre-stop script and testing with
start, stop, status and checking with ps, the xinetd process is successfully 
stopped and started, demonstrating that this snippet
should be removed because it is broken and pointless.

** Affects: xinetd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1474971

Title:
  missing parameter to status in upstart pre-stop script which is not
  needed regardless

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinetd/+bug/1474971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1474971] [NEW] missing parameter to status in upstart pre-stop script which is not needed regardless

2015-07-15 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04.2 LTS
SUPPORT_URL=http://help.ubuntu.com/;
VERSION=14.04.2 LTS, Trusty Tahr

Package: xinetd
Origin: Ubuntu
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Version: 1:2.3.15-3ubuntu1

In the provided upstart configuration file /etc/init/xinetd.conf, there
is the pre-stop script

pre-stop script
  xinetd_pid=$(status | awk '/stop\/pre-stop/ { print $NF }')
  [ -n ${xinetd_pid} ] || exit 0
  kill -QUIT ${xinetd_pid}
end script

The status command as written will always echo the message

status: missing job name
Try `status --help' for more information.

which will go to stderr and so the variable xinetd_pid will always be
blank.

This is because the jobname parameter has been omitted from  the status
command and thus the xinetd process is never killed.

Therefore the line should read

 xinetd_pid=$(status xinetd | awk '/stop\/pre-stop/ { print $NF }')

However because xinetd is running in non-daemon mode, upstart knows the
pid of the running xinetd so successfully kills it.

Therefore the pre-stop script which is broken is  not needed regardless and 
after removing the pre-stop script and testing with
start, stop, status and checking with ps, the xinetd process is successfully 
stopped and started, demonstrating that this snippet
should be removed because it is broken and pointless.

** Affects: xinetd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xinetd in Ubuntu.
https://bugs.launchpad.net/bugs/1474971

Title:
  missing parameter to status in upstart pre-stop script which is not
  needed regardless

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinetd/+bug/1474971/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1468450] [NEW] /usr/bin/mail.mailutils segmentation fault when deleting invalid message range ending in 0

2015-06-24 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04.2 LTS
SUPPORT_URL=http://help.ubuntu.com/;
VERSION=14.04.2 LTS, Trusty Tahr


Package: mailutils
Priority: optional
Section: universe/mail
Installed-Size: 1484
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1:2.99.98-1.1
Provides: mail-reader, mailx

ll /usr/bin/mail
0 lrwxrwxrwx 1 root root 22 2013-12-22 03:35 /usr/bin/mail - 
/etc/alternatives/mail*

ll /etc/alternatives/mail 
0 lrwxrwxrwx 1 root root 23 2010-05-19 08:56 /etc/alternatives/mail - 
/usr/bin/mail.mailutils*

mail
/var/mail/postmaster: 10 messages 10 new

If an invalid backwards message range ending in non-zero is specified
then an error message is displayed and there is no problem.

mail d 9-1
d: range error near end

If an invalid backwards message range ending in zero is specified, then
mail.mailutils crashes with a segmentation fault which is a serious
problem.

Mail d 9-0
Segmentation fault

** Affects: mailutils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1468450

Title:
  /usr/bin/mail.mailutils segmentation fault when deleting invalid
  message range ending in 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailutils/+bug/1468450/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1184640] Re: Qupzilla dies with SIGILL ('Illegal instruction') in libQtWebKit.so.4

2015-06-10 Thread J G Miller
In the Debian rules file one can see that --no-force-sse2 is enabled for
platforms which never have sse2 eg armhf

override_dh_auto_build:
#disable JIT assembler on powerpc/arm64 where it doesn't compile
#disable WTF_USE_3D_GRAPHICS on ARM where it doesn't compile
#disable forcing SSE2 on all other platforms
#http://www.mentby.com/Group/webkit-qt-list/qtwebkit-231-tagged.html
ifneq (,$(filter arm64 powerpc ppc64el,$(DEB_HOST_ARCH)))
./Tools/Scripts/build-webkit --qt DEFINES+=ENABLE_JIT=0 
DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_ASSEMBLER=0
else ifeq ($(DEB_HOST_ARCH),armhf)
./Tools/Scripts/build-webkit --qt DEFINES+=ENABLE_JIT=0 
DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_ASSEMBLER=0 
DEFINES+=WTF_USE_3D_GRAPHICS=0
else
./Tools/Scripts/build-webkit --qt --no-force-sse2
endif


There should be a test eg grep sse2 /proc/cpuinfo for i386 and amd64 to see if 
sse2 is available, and if not, then the  --no-force-sse2  should also be added 
to the build options.

Why has the maintainer of the package not responded to this bug in
nearly 2 years with this simple fix?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1184640

Title:
  Qupzilla dies with SIGILL ('Illegal instruction') in libQtWebKit.so.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebkit-source/+bug/1184640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284639] Re: fldiff doesn't show correct differences

2014-12-17 Thread J G Miller
PRETTY_NAME=Ubuntu 14.04.1 LTS
VERSION=14.04.1 LTS, Trusty Tahr

Package: fldiff
Priority: optional
Section: universe/text
Installed-Size: 264
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1.1+0-2

And so another 2 years have passed.

It is now SIX years since the original bug report was made 2008-10-16.

The bug is still present in Ubuntu 14.04 LTS and the status of the bug
continues as  Undecided and  Unassigned.

Why in the last six years has the package maintainer not even checked
the status of the bug report?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/284639

Title:
  fldiff doesn't show correct differences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fldiff/+bug/284639/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398028] [NEW] libgraphviz-dev: dangling symbolic links for missing files libgvplugin_gdk.so and libgvplugin_gtk.so

2014-12-01 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04.1 LTS
VERSION=14.04.1 LTS, Trusty Tahr

Package: libgraphviz-dev
Architecture: i386
Source: graphviz
Version: 2.36.0-0ubuntu3

In /usr/lib/graphviz, dangling symbolic links to non-existing files are
created.

0 lrwxrwxrwx 1 root root  242014-02-20 14:11   libgvplugin_gdk.so - 
libgvplugin_gdk.so.6.0.0
0 lrwxrwxrwx 1 root root  242014-02-20 14:11   libgvplugin_gtk.so - 
libgvplugin_gtk.so.6.0.0

No package contains either  libgvplugin_gdk.so.6.0.0  or
libgvplugin_gtk.so.6.0.0: neither graphviz i386 architecture package nor
amd64 architecture package.

Perhaps these symbolic links are an unintended remnant from the
libgraphviz to graphviz transition.

If not, then libgvplugin_gdk.so.6.0.0 and libgvplugin_gtk.so.6.0.0
should be provided in the graphviz package.

** Affects: graphviz (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: dangling graphviz missing trusty

** Description changed:

  PRETTY_NAME=Ubuntu 14.04.1 LTS
  VERSION=14.04.1 LTS, Trusty Tahr
  
  Package: libgraphviz-dev
  Architecture: i386
  Source: graphviz
  Version: 2.36.0-0ubuntu3
  
  In /usr/lib/graphviz, dangling symbolic links to non-existing files are
  created.
  
  0 lrwxrwxrwx 1 root root  242014-02-20 14:11   libgvplugin_gdk.so - 
libgvplugin_gdk.so.6.0.0
  0 lrwxrwxrwx 1 root root  242014-02-20 14:11   libgvplugin_gtk.so - 
libgvplugin_gtk.so.6.0.0
  
- No package contains either ibgvplugin_gdk.so.6.0.0 or
+ No package contains either  libgvplugin_gdk.so.6.0.0  or
  libgvplugin_gtk.so.6.0.0: neither graphviz i386 architecture package nor
  amd64 architecture package.
  
  Perhaps these symbolic links are an unintended remnant from the
  libgraphviz to graphviz transition.
  
  If not, then libgvplugin_gdk.so.6.0.0 and libgvplugin_gtk.so.6.0.0
  should be provided in the graphviz package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398028

Title:
  libgraphviz-dev: dangling symbolic links for missing files
  libgvplugin_gdk.so and libgvplugin_gtk.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/1398028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398037] [NEW] libgif-dev: dangling symlinks for missing files libungif.a, libungif.la, libungif.so

2014-12-01 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04.1 LTS
VERSION=14.04.1 LTS, Trusty Tahr

For both  architecture i386 and architecture amd64 version packages of
libgif-dev

Package: libgif-dev
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Source: giflib
Version: 4.1.6-11

dangling symlinks are created in /usr/lib

0 lrwxrwxrwx 1  root root   8   2013-12-16 07:24   /usr/lib/libungif.a - 
libgif.a
0 lrwxrwxrwx 1  root root   9   2013-12-16 07:24   /usr/lib/libungif.la - 
libgif.la
0 lrwxrwxrwx 1 root root  15   2013-12-16 07:24   /usr/lib/libungif.so - 
libgif.so.4.1.6

No package contains libgif.la. but both libgif.a and libgif.so.4.1.6 are
located in /usr/lib/{architecture}, where architecture is i386-linux-gnu
or x86_64-linux-gnu, or as appropriate for other architectures.

Please correct the libgif-dev install script to point these symbolic
links to the file in the correct directory, and either supply libgif.la
if appropriate in the libgif4 package or do not create the symbolic link
to libgif.la.

** Affects: graphviz (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: dangling libgif4 missing trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398037

Title:
  libgif-dev: dangling symlinks for missing files libungif.a,
  libungif.la, libungif.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/1398037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398037] Re: libgif-dev: dangling symlinks for missing files libungif.a, libungif.la, libungif.so

2014-12-01 Thread J G Miller
Please move this bug from package graphviz to libgif4.

Launchpad is deficient in not asking which package to file a bug
against, if a bug has just been reported on a package, and continues to
append bug reports to the same package..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398037

Title:
  libgif-dev: dangling symlinks for missing files libungif.a,
  libungif.la, libungif.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/1398037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398057] [NEW] lazarus-src-1.0.10: dangling symlink for lhelp

2014-12-01 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04.1 LTS
VERSION=14.04.1 LTS, Trusty Tahr

Package: lazarus-src-1.0.10
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: all
Source: lazarus

Installation creates a dangling symbolic link

0 lrwxrwxrwx 1 root root 14 2013-06-09 20:10
/usr/lib/lazarus/1.0.10/components/chmhelp/lhelp/lhelp.app/Contents/MacOS/lhelp
- ../../../lhelp

It would appear that the symbolic link should actually point another
directory level higher to   ../../../../lhelp

Please correct the package install script to point to the correct
location of the lhelp directory.

** Affects: lazarus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: dangling lazarus link symbolic trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398057

Title:
  lazarus-src-1.0.10: dangling symlink for lhelp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lazarus/+bug/1398057/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398062] [NEW] tkdesk: dangling symbolic link for doc

2014-12-01 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04.1 LTS
VERSION=14.04.1 LTS, Trusty Tahr

Package: tkdesk
Priority: extra
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Version: 2.0-9.1ubuntu1

Installation creates a dangling symbolic link in /usr/lib/tkdesk for doc

0 lrwxrwxrwx 1 root root 28 2013-04-10 09:57   doc -  
/share/doc/tkdesk/tkdesk-doc

The symbolic link for doc should of course be pointing to
/usr/share/doc/tkdesk/tkdesk-doc

Please correct the install script for the package tkdesk to point the
symbolic link for doc to the correct directory.

** Affects: tkdesk (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: dangling link symbolic tkdesk trusty

** Description changed:

  PRETTY_NAME=Ubuntu 14.04.1 LTS
  VERSION=14.04.1 LTS, Trusty Tahr
  
  Package: tkdesk
  Priority: extra
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 2.0-9.1ubuntu1
  
- Installation creates a dangling symbolic link in /usr/lib/rkdesk for doc
+ Installation creates a dangling symbolic link in /usr/lib/tkdesk for doc
  
  0 lrwxrwxrwx 1 root root 28 2013-04-10 09:57   doc -  /share/doc/tkdesk
  /tkdesk-doc
  
  The symbolic link for doc should of course be pointing to
  /usr/share/doc/tkdesk/tkdesk-doc
  
  Please correct the install script for the package tkdesk to point the
  symbolic link for doc to the correct directory.

** Description changed:

** Description changed:

  PRETTY_NAME=Ubuntu 14.04.1 LTS
  VERSION=14.04.1 LTS, Trusty Tahr
  
  Package: tkdesk
  Priority: extra
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 2.0-9.1ubuntu1
  
  Installation creates a dangling symbolic link in /usr/lib/tkdesk for doc
  
- 0 lrwxrwxrwx 1 root root 28 2013-04-10 09:57   doc -  /share/doc/tkdesk
- /tkdesk-doc
+ 0 lrwxrwxrwx 1 root root 28 2013-04-10 09:57   doc -  
+ /share/doc/tkdesk/tkdesk-doc
  
  The symbolic link for doc should of course be pointing to
  /usr/share/doc/tkdesk/tkdesk-doc
  
  Please correct the install script for the package tkdesk to point the
  symbolic link for doc to the correct directory.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398062

Title:
  tkdesk: dangling symbolic link for doc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tkdesk/+bug/1398062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1369265] Re: 14.04 tkdesk does not start due to failed dependencies. Apparently fixed in development version 2.0-9.2 for upcoming 14.10. But cannot leave LTS version totally broken!?

2014-12-01 Thread J G Miller
This bug is indeed present on both architecture i386 and architecture
and64 versions of tkdesk 2.0-9.1ubuntu1 on Ubuntu 14.04.1 Trusty Tahr.

 tkdesk

/usr/lib/tkdesk/tkdesksh: error while loading shared libraries:
libBLT.2.4.so.8.5: cannot open shared object file: No such file or
directory

apt-file search  libBLT.2.4.so.8.5 reports no packages contain this
file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1369265

Title:
  14.04 tkdesk does not start due to failed dependencies. Apparently
  fixed in development version 2.0-9.2 for upcoming 14.10. But cannot
  leave LTS version totally broken!?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tkdesk/+bug/1369265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1338743] [NEW] gimp plugin David's Batch Processor does not save resolution

2014-07-07 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04 LTS
VERSION=14.04, Trusty Tahr

Package: gimp-plugin-registry
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 5.20120621ubuntu3
Filename: 
pool/universe/g/gimp-plugin-registry/gimp-plugin-registry_5.20120621ubuntu3_i386.deb
Supported: 3y

Fire up gimp 2.8, go to menu Filters, select sub-menu Batch, and item
Batch Process

First tab Input, select PNG file

 pnginfo  alsamixer.png

  Image Width: 48 Image Length: 48
  Bitdepth (Bits/Sample): 8
  Channels (Samples/Pixel): 4
  Pixel depth (Pixel Depth): 32
  Colour Type (Photometric Interpretation): RGB with alpha channel 
  Image filter: Single row per byte filter 
  Interlacing: Adam7 interlacing 
  Compression Scheme: Deflate method 8, 32k window
  Resolution: 2835, 2835 (pixels per meter)
  FillOrder: msb-to-lsb
  Byte Order: Network (Big Endian)
  Number of text strings: 0 of 0

The input file contains the resolution  property 2835, 2835 (pixels per
meter)

Go to Resize tab, tick Enable box and then select radio button Absolute,
change both Width and Height to 22 and Fit to Exactly

Go to Rename tab and create/select a new directory to store the
processed file.

Go to the Output tab and select Format PNG

Checkbox  Interlacing  as on

Adjust Deflat to 8

Checkbox Save Background as on

Checkbox Save Gamma as off

Checkbox Save Offset as on

Checkbox Save Time as on

Checkbox Save Resolution as on

Click START button to process file.

Despite asking for the resolution to be saved, the process PNG file does
NOT contain the resolution

pnginfo alsamixer.png

  Image Width: 22 Image Length: 22
  Bitdepth (Bits/Sample): 8
  Channels (Samples/Pixel): 4
  Pixel depth (Pixel Depth): 32
  Colour Type (Photometric Interpretation): RGB with alpha channel 
  Image filter: Single row per byte filter 
  Interlacing: Adam7 interlacing 
  Compression Scheme: Deflate method 8, 32k window
  Resolution: 0, 0 (unit unknown)
  FillOrder: msb-to-lsb
  Byte Order: Network (Big Endian)
  Number of text strings: 0 of 0

When this procedure is run manually in Gimp and not through the David's
Batch Processor plugin, the resoiution is saved.

pnginfo /tmp/alsamixer.png 
/tmp/alsamixer.png...
  Image Width: 22 Image Length: 22
  Bitdepth (Bits/Sample): 8
  Channels (Samples/Pixel): 4
  Pixel depth (Pixel Depth): 32
  Colour Type (Photometric Interpretation): RGB with alpha channel 
  Image filter: Single row per byte filter 
  Interlacing: Adam7 interlacing 
  Compression Scheme: Deflate method 8, 32k window
  Resolution: 2835, 2835 (pixels per meter)
  FillOrder: msb-to-lsb
  Byte Order: Network (Big Endian)
  Number of text strings: 0 of 0

Clearly this is a bug in the DBP plugin and needs to be fixed for the
package Supported: 3y.

** Affects: gimp-plugin-registry (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1338743

Title:
  gimp plugin David's Batch Processor does not save resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp-plugin-registry/+bug/1338743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1335137] [NEW] libsasl2-dev does not include pkg-config file libsasl2.pc

2014-06-27 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04 LTS
VERSION=14.04, Trusty Tahr

Package: libsasl2-dev
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Source: cyrus-sasl2
Version: 2.1.25.dfsg1-17build1
Description: Cyrus SASL - development files for authentication abstraction 
library
Original-Maintainer: Debian Cyrus SASL Team 
pkg-cyrus-sasl2-debian-de...@lists.alioth.debian.org


The libsasl2-dev package does not include a much needed  pkg-config file 
libsasl2.pc

/usr/lib/pkgconfig/libsasl2.pc

Please include pkg-config .pc files in all (as appropriate) dev
packages.


Also consider that version 2.1.26 has been available for nearly 18 months

from http://www.cyrusimap.org/mediawiki/index.php/Downloads

cyrus-sasl-2.1.26.tar.gz5098 KB 2012-11-19  12:00:00h

but Ubuntu is still stuck on version 2.1.25 from  2011-09-13

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1335137

Title:
  libsasl2-dev does not include pkg-config file libsasl2.pc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1335137/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1335137] [NEW] libsasl2-dev does not include pkg-config file libsasl2.pc

2014-06-27 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04 LTS
VERSION=14.04, Trusty Tahr

Package: libsasl2-dev
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Source: cyrus-sasl2
Version: 2.1.25.dfsg1-17build1
Description: Cyrus SASL - development files for authentication abstraction 
library
Original-Maintainer: Debian Cyrus SASL Team 
pkg-cyrus-sasl2-debian-de...@lists.alioth.debian.org


The libsasl2-dev package does not include a much needed  pkg-config file 
libsasl2.pc

/usr/lib/pkgconfig/libsasl2.pc

Please include pkg-config .pc files in all (as appropriate) dev
packages.


Also consider that version 2.1.26 has been available for nearly 18 months

from http://www.cyrusimap.org/mediawiki/index.php/Downloads

cyrus-sasl-2.1.26.tar.gz5098 KB 2012-11-19  12:00:00h

but Ubuntu is still stuck on version 2.1.25 from  2011-09-13

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1335137

Title:
  libsasl2-dev does not include pkg-config file libsasl2.pc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1335137/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331426] [NEW] syntax error in /etc/init/kdm.conf upstart file

2014-06-18 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04 LTS
VERSION=14.04, Trusty Tahr

Package: kdm
Origin: Ubuntu
Maintainer: Kubuntu Developers kubuntu-de...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Source: kde-workspace
Version: 4:4.11.9-0ubuntu0.2

file /etc/init/kdm.conf contains the line

$(plymouth quit  plymouth wait  sleep 1) || :

The syntax of this command for plymouth Version: 0.8.8-0ubuntu17 is
invalid

 plymouth wait 
Splash control client
USAGE: plymouth [OPTION...] [COMMAND [OPTION...]...]

It should be plymouth --wait

Thus the sleep 1 is never executed because the invalid plymouth wait
returns 1( false) and never 0 (true).

So to keep the style consistent with both instances of calling plymouth,
the line should read

$(plymouth --quit  plymouth --wait  sleep 1) || :

-
However, if plymouth has already been told to quit, how can the command to tell 
plymouth to wait do anything if plymouth is no longer running?
-

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: kdm plymouth upstart

** Patch added: Patch for /etc/init.d/kdm.conf for invocation of  plymouth
   https://bugs.launchpad.net/bugs/1331426/+attachment/4134110/+files/patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331426

Title:
  syntax error in /etc/init/kdm.conf upstart file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1331426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331707] [NEW] db5.3-util package contains the wrong version of the manual pages

2014-06-18 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 14.04 LTS
VERSION=14.04, Trusty Tahr

Package: db5.3-util
Section: database
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: amd64
Multi-Arch: foreign
Source: db5.3
Version: 5.3.28-3ubuntu3

The package db5.3-util contains the wrong version of the manual pages.

/usr/share/man/man1
/usr/share/man/man1/db5.2_recover.1.gz
/usr/share/man/man1/db5.2_hotbackup.1.gz
/usr/share/man/man1/db5.2_upgrade.1.gz
/usr/share/man/man1/db5.2_stat.1.gz
/usr/share/man/man1/db5.2_load.1.gz
/usr/share/man/man1/db5.2_codegen.1.gz
/usr/share/man/man1/berkeley_db5.2_svc.1.gz
/usr/share/man/man1/db5.2_dump.1.gz
/usr/share/man/man1/db5.2_deadlock.1.gz
/usr/share/man/man1/db5.2_printlog.1.gz
/usr/share/man/man1/db5.2_archive.1.gz
/usr/share/man/man1/db5.2_checkpoint.1.gz
/usr/share/man/man1/db5.2_verify.1.gz

This results in dangling symbolic links in /usr/share/man/man1

0 lrwxrwxrwx 1 root root 18 2013-11-28 01:25 db_archive.1.gz - 
db5.3_archive.1.gz
0 lrwxrwxrwx 1 root root 21 2013-11-28 01:25 db_checkpoint.1.gz - 
db5.3_checkpoint.1.gz
0 lrwxrwxrwx 1 root root 18 2013-11-28 01:25 db_codegen.1.gz - 
db5.3_codegen.1.gz
0 lrwxrwxrwx 1 root root 19 2013-11-28 01:25 db_deadlock.1.gz - 
db5.3_deadlock.1.gz
0 lrwxrwxrwx 1 root root 15 2013-11-28 01:25 db_dump.1.gz - db5.3_dump.1.gz
0 lrwxrwxrwx 1 root root 20 2013-11-28 01:25 db_hotbackup.1.gz - 
db5.3_hotbackup.1.gz
0 lrwxrwxrwx 1 root root 15 2013-11-28 01:25 db_load.1.gz - db5.3_load.1.gz
0 lrwxrwxrwx 1 root root 19 2013-11-28 01:25 db_printlog.1.gz - 
db5.3_printlog.1.gz
0 lrwxrwxrwx 1 root root 18 2013-11-28 01:25 db_recover.1.gz - 
db5.3_recover.1.gz
0 lrwxrwxrwx 1 root root 15 2013-11-28 01:25 db_stat.1.gz - db5.3_stat.1.gz
0 lrwxrwxrwx 1 root root 18 2013-11-28 01:25 db_upgrade.1.gz - 
db5.3_upgrade.1.gz
0 lrwxrwxrwx 1 root root 17 2013-11-28 01:25 db_verify.1.gz - db5.3_verify.1.gz

Please include the manual pages for db5.3 and not those of db5.2 in
package db5.3-util.

** Affects: db5.3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: dangling manpage missing symlink

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331707

Title:
  db5.3-util package contains the wrong version of the manual pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db5.3/+bug/1331707/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1047561] Re: package slpd 1.2.1-9 failed to install/upgrade

2014-06-03 Thread J G Miller
3 releases ( Raring Ringtail, Saucy Salamander, Trusty Tahr) after this
bug was reported  for Quantal Quetzal , the installation of the slpd
package is still broken .

PRETTY_NAME=Ubuntu 14.04 LTS
VERSION=14.04, Trusty Tahr

Tue Jun  3 17:00:22 BST 2014

[17:00] puma:{init.d/}# dpkg --purge slpd
(Reading database ... 497107 files and directories currently installed.)
Removing slpd (1.2.1-9) ...
Stopping OpenSLP server: slpd.
Purging configuration files for slpd (1.2.1-9) ...
Processing triggers for man-db (2.6.7.1-1) ...

[17:00] puma:{init.d/}# apt-get install slpd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  slpd
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 0 B/67.8 kB of archives.
After this operation, 187 kB of additional disk space will be used.
Selecting previously unselected package slpd.
(Reading database ... 497095 files and directories currently installed.)
Preparing to unpack .../slpd_1.2.1-9_amd64.deb ...
Unpacking slpd (1.2.1-9) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up slpd (1.2.1-9) ...
+ [ configure = configure ]
+ dpkg --compare-versions  le 1.2.1-7.6
+ echo Reinstalling init script for new priorities ...
Reinstalling init script for new priorities ...
+ update-rc.d slpd remove
update-rc.d: /etc/init.d/slpd exists during rc.d purge (use -f to force)
dpkg: error processing package slpd (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
 slpd
E: Sub-process /usr/bin/dpkg returned an error code (1)

The error is in the package post-installation script

/var/lib/dpkg/info.slpd.postinst

line 9:   update-rc.d slpd remove


All that is needed is the addtion of -f as in

update-rc.d -f slpd remove


Is the addition of a -f too arduous for the maintainer of this package to do 
in nearly 18 months since this bug was first reported?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1047561

Title:
  package slpd 1.2.1-9 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openslp-dfsg/+bug/1047561/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325674] [NEW] w3m supports insecure cypher suites

2014-06-02 Thread J G Miller
*** This bug is a security vulnerability ***

Public security bug reported:


PRETTY_NAME=Ubuntu 14.04 LTS
VERSION=14.04, Trusty Tahr

Package: w3m
Priority: optional
Section: text
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Version: 0.5.3-15
Supported: 5y

Using w3m to visit the site

https://www.howsmyssl.COM/

reveals the following security issue  --

QUOTE

 Insecure Cipher Suites

Bad Your client supports cipher suites that are known to be insecure:

  * TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  * TLS_DHE_DSS_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  * TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  * TLS_DHE_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  * TLS_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 128 
bits in its encryption.
  * TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5: This cipher uses keys smaller than 128 
bits in its encryption.
  * TLS_RSA_EXPORT_WITH_RC4_40_MD5: This cipher uses keys smaller than 128 bits 
in its encryption.
  * TLS_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits in 
its encryption.

UNQUOTE

** Affects: w3m (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: security vulnerability

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to w3m in Ubuntu.
https://bugs.launchpad.net/bugs/1325674

Title:
  w3m supports insecure cypher suites

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1325674/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325674] [NEW] w3m supports insecure cypher suites

2014-06-02 Thread J G Miller
*** This bug is a security vulnerability ***

Public security bug reported:


PRETTY_NAME=Ubuntu 14.04 LTS
VERSION=14.04, Trusty Tahr

Package: w3m
Priority: optional
Section: text
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Version: 0.5.3-15
Supported: 5y

Using w3m to visit the site

https://www.howsmyssl.COM/

reveals the following security issue  --

QUOTE

 Insecure Cipher Suites

Bad Your client supports cipher suites that are known to be insecure:

  * TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  * TLS_DHE_DSS_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  * TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  * TLS_DHE_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  * TLS_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 128 
bits in its encryption.
  * TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5: This cipher uses keys smaller than 128 
bits in its encryption.
  * TLS_RSA_EXPORT_WITH_RC4_40_MD5: This cipher uses keys smaller than 128 bits 
in its encryption.
  * TLS_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits in 
its encryption.

UNQUOTE

** Affects: w3m (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: security vulnerability

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325674

Title:
  w3m supports insecure cypher suites

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1325674/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1302886] [NEW] w3m -- ssl security check reveals flaws

2014-04-04 Thread J G Miller
*** This bug is a security vulnerability ***

Public security bug reported:


PRETTY_NAME=Ubuntu 13.10
VERSION=13.10, Saucy Salamander

Package: w3m
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Multi-Arch: foreign
Version: 0.5.3-11


Using w3m to browse the SSL checking site  

 https://www.howsmyssl.com/

reveals the following two security issues --


Version
Improvable

Your client is using TLS 1.1. It would be better to be TLS 1.2, but at
least it isn't susceptible to the BEAST attack. But, it also doesn't
have the AES-GCM cipher suite available.


Insecure Cipher Suites
Bad

Your client supports cipher suites that are known to be insecure:

  • TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  • TLS_DHE_DSS_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  • TLS_DHE_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 128 
bits in its encryption.
  • TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5: This cipher uses keys smaller than 128 
bits in its encryption.
  • TLS_RSA_EXPORT_WITH_RC4_40_MD5: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits in 
its encryption.

** Affects: w3m (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to w3m in Ubuntu.
https://bugs.launchpad.net/bugs/1302886

Title:
  w3m -- ssl security check reveals flaws

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1302886/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1302886] [NEW] w3m -- ssl security check reveals flaws

2014-04-04 Thread J G Miller
*** This bug is a security vulnerability ***

Public security bug reported:


PRETTY_NAME=Ubuntu 13.10
VERSION=13.10, Saucy Salamander

Package: w3m
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Multi-Arch: foreign
Version: 0.5.3-11


Using w3m to browse the SSL checking site  

 https://www.howsmyssl.com/

reveals the following two security issues --


Version
Improvable

Your client is using TLS 1.1. It would be better to be TLS 1.2, but at
least it isn't susceptible to the BEAST attack. But, it also doesn't
have the AES-GCM cipher suite available.


Insecure Cipher Suites
Bad

Your client supports cipher suites that are known to be insecure:

  • TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  • TLS_DHE_DSS_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  • TLS_DHE_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 128 
bits in its encryption.
  • TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5: This cipher uses keys smaller than 128 
bits in its encryption.
  • TLS_RSA_EXPORT_WITH_RC4_40_MD5: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits in 
its encryption.

** Affects: w3m (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1302886

Title:
  w3m -- ssl security check reveals flaws

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1302886/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1274218] [NEW] lav2avi missing in 13.10 Saucy -- dangling symbolic link to ../lib/mjpegtools/bin/lav2avi.sh

2014-01-29 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 13.10
VERSION=13.10, Saucy Salamander

Package: mjpegtools
Section: universe/graphics
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1:2.0.0+debian-2ubuntu1

Upon installing mjpegtools package 1:2.0.0+debian-2ubuntu, a dangling
symbolic link is created in /usr/bin

0 lrwxrwxrwx 1 root root 32 2013-04-03 14:50 /usr/bin/lav2avi -
../lib/mjpegtools/bin/lav2avi.sh

There is no directory lib/mjpegtools associated with this package or any
other in Ubuntu 13.10.

No other package in Ubuntu 13.10 contains lav2avi.sh or lav2avi.

Previously, in Ubuntu 12.10 Quantal Quetzal, mjpegtools Version:
0.20+bzr131-0ubuntu2.1 did provide the shell script

4 -rwxr-xr-x 1 root root 2592 2012-02-27 23:29 /usr/bin/lav2avi.sh

Why has the location for this script been moved to a non-existent
directory and therefore lost from the package ?

** Affects: mjpegtools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1274218

Title:
  lav2avi missing in 13.10 Saucy -- dangling symbolic link to
  ../lib/mjpegtools/bin/lav2avi.sh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mjpegtools/+bug/1274218/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1274239] [NEW] texlive-luatex : lua2dox_lua missing in Saucy - /usr/bin/lua2dox_filter is dangling symbolic link

2014-01-29 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu 13.10
VERSION=13.10, Saucy Salamander

Package: texlive-luatex
Section: tex
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: all
Source: texlive-base
Version: 2013.20130722-1

Upon installation of texlive-luatex, a dangling symbolic link is created

0 lrwxrwxrwx 1 root root 11 2013-07-25 13:19 /usr/bin/lua2dox_filter -
lua2dox_lua

According to apt-file search, no package contains lua2dox_lua so this
file is missing from this package.

In the earlier  Ubuntu 12.10 Quantal Quetzal texlive-luatex
2012.20120611-4 version,  neither the symbolic link lua2dox_filter (nor
lua2dox_lua its-self) was present.

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy

** Summary changed:

- texlive-luatex :  /usr/bin/lua2dox_filter dangling symbolic link -   
lua2dox_lua is missing
+ texlive-luatex :  lua2dox_lua missing in Saucy - /usr/bin/lua2dox_filter is 
dangling symbolic link

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1274239

Title:
  texlive-luatex :  lua2dox_lua missing in Saucy -
  /usr/bin/lua2dox_filter is dangling symbolic link

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1274239/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993996] Re: pcmanfm.desktop uses old MIME type

2014-01-17 Thread J G Miller
For the record :

Friday, January 17th, 2014

PRETTY_NAME=Ubuntu 13.10
VERSION=13.10, Saucy Salamander

Package: pcmanfm
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1.1.2-0ubuntu1

Warning in file /usr/share/applications/pcmanfm.desktop: usage of MIME
type x-directory/normal is discouraged (x-directory is an old media
type that should be replaced with a modern equivalent)

Warning in file /usr/share/applications/pcmanfm.desktop: usage of MIME
type x-directory/normal is discouraged (x-directory is an old media
type that should be replaced with a modern equivalent)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993996

Title:
  pcmanfm.desktop uses old MIME type

To manage notifications about this bug go to:
https://bugs.launchpad.net/pcmanfm/+bug/993996/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 406397] Re: init: job stuck with expect fork/daemon when parent reaps child

2013-10-15 Thread J G Miller
This issue also seems to be the cause of difficulties with minidlna if
the -R flag is added to rescan the media files directory because
minidlnad creates an additional process to do the rescanning.  So if
expect daemon is used for the two process at startup, then the shutdown
runs into difficulties because there is only one process to be killed,
the rescan process having ended by itself.

So until a fix is found for upstart, users should be advised not to add
-R for rescan to the upstart configuration file, and that if they need
to do a rescan at startup, use the traditional sysV  rc init.d script
and not upstart to start and stop the daemon.

It would also be very useful if there was some initctl command to wipe that 
state of service jobs which are in a bad state eg
 minidlna stop/killed, process 5114  or minidlna start/killed, process 5114
since once the upstart job gets into this state, using start or stop results in 
upstart hanging on

connect(3, {sa_family=AF_FILE, path=@/com/ubuntu/upstart}, 22) = 0
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
geteuid32() = 0
getsockname(3, {sa_family=AF_FILE, NULL}, [2]) = 0
poll([{fd=3, events=POLLOUT}], 1, 0)= 1 ([{fd=3, revents=POLLOUT}])
send(3, \0, 1, MSG_NOSIGNAL)  = 1
send(3, AUTH EXTERNAL 30\r\n, 18, MSG_NOSIGNAL) = 18
poll([{fd=3, events=POLLIN}], 1, -1)= 1 ([{fd=3, revents=POLLIN}])
read(3, OK 37d274edad794a392790c969525d3..., 2048) = 37
poll([{fd=3, events=POLLOUT}], 1, -1)   = 1 ([{fd=3, revents=POLLOUT}])
send(3, NEGOTIATE_UNIX_FD\r\n, 19, MSG_NOSIGNAL) = 19
poll([{fd=3, events=POLLIN}], 1, -1)= 1 ([{fd=3, revents=POLLIN}])
read(3, AGREE_UNIX_FD\r\n, 2048)  = 15
poll([{fd=3, events=POLLOUT}], 1, -1)   = 1 ([{fd=3, revents=POLLOUT}])
send(3, BEGIN\r\n, 7, MSG_NOSIGNAL)   = 7
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
sendmsg(3, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\2\1\r\0\0\0\1\0\0\0_\0\0\0\1\1o\0\23\0\0\0/com/ubu..., 112}, 
{\10\0\0\0minidlna\0, 13}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 
125
clock_gettime(CLOCK_MONOTONIC, {13369, 479497006}) = 0
poll([{fd=3, events=POLLIN}], 1, 25000) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, 
msg_iov(1)=[{l\2\1\1\0\0\0\1\0\0\0\17\0\0\0\5\1u\0\1\0\0\0\10\1g\0\1o\0\0...,
 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 70
recvmsg(3, 0xbfd42610, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily 
unavailable)
sendmsg(3, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\2\1\4\0\0\0\2\0\0\0x\0\0\0\1\1o\0!\0\0\0/com/ubu..., 136}, 
{\0\0\0\0, 4}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 140
clock_gettime(CLOCK_MONOTONIC, {13369, 504154425}) = 0
poll([{fd=3, events=POLLIN}], 1, 25000) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, 
msg_iov(1)=[{l\2\1\1(\0\0\0\2\0\0\0\17\0\0\0\5\1u\0\2\0\0\0\10\1g\0\1o\0\0...,
 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 72
recvmsg(3, 0xbfd425d0, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily 
unavailable)
sendmsg(3, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\2\1\10\0\0\0\3\0\0\0q\0\0\0\1\1o\0!\0\0\0/com/ubu..., 136}, 
{\0\0\0\0\1\0\0\0, 8}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 144
clock_gettime(CLOCK_MONOTONIC, {13369, 509531849}) = 0
poll([{fd=3, events=POLLIN}], 1, -1)= 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, 
msg_iov(1)=[{l\4\1\1\t\0\0\0\3\0\0\0w\0\0\0\1\1o\0#\0\0\0/com/ubu..., 2048}], 
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 145
recvmsg(3, 0xbfd42700, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily 
unavailable)
clock_gettime(CLOCK_MONOTONIC, {13369, 516260329}) = 0
poll([{fd=3, events=POLLIN}], 1, -7)= ? ERESTART_RESTARTBLOCK (To be 
restarted)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/406397

Title:
  init: job stuck with expect fork/daemon when parent reaps child

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/406397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205875] Re: apparmor.d profile for usr.sbin.ntpd -- access to samba gencache and capability block_suspend

2013-09-22 Thread J G Miller
Serge Hallyn asked Can you show your ntp configuration?

Here is the /etc/ntp.conf file


#/*#
#|
#|  file : /etc/ntp.conf.net
#|
#*---*#
#
restrict192.168.11.0mask 255.255.255.0  nomodify notrap
#
restrict192.168.11.12
#
restrict127.0.0.1
#
#.#
#
logconfig   =clockall +peerall +syncall +sysall
#
#.#
#
driftfile   /var/log/ntpd/ntpstats/ntp.drift
#
logfile /var/log/ntpd/ntpd.log
#
statsdir/var/log/ntpd/ntpstats/
#
#.#
#
statistics  clockstats loopstats peerstats
#
filegen clockstats  file clockstats type dayenable
filegen loopstats   file loopstats  type dayenable
filegen peerstats   file peerstats  type dayenable
#
#.#
#
server  another_host.my_local_domain
#
server  127.127.1.0
fudge   127.127.1.0 stratum 10
#
#*#


where another_host.my_local_domain is the FQDN of my ntp server on another 
machine on my internal network 192.168.11.0 so there are no overt references to 
SAMBA hosts, BUT nsswitch.conf has


#*#
#|
#|  file : /etc/nsswitch.conf
#|
#*---*#
#
group:  compat
passwd: compat
shadow: compat
#
#.#
#
hosts:  files   mdns4_minimal   [NOTFOUND=return]   winsnis 
dns mdns4
#
networks:   nis files
#
#.#
.#
files ... etc

which may explain why CIFS/SAMBA becomes involved.

Also, as a footnote, gencache.tdb is present and world readable, but
obviously not world writeable

 ll /run/samba/gencache.tdb

416 -rw-r--r-- 1 root root 425984 2013-09-22 10:37
/run/samba/gencache.tdb

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1205875

Title:
  apparmor.d profile for usr.sbin.ntpd -- access to samba gencache and
  capability block_suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1205875/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1205875] Re: apparmor.d profile for usr.sbin.ntpd -- access to samba gencache and capability block_suspend

2013-09-22 Thread J G Miller
Serge Hallyn asked Can you show your ntp configuration?

Here is the /etc/ntp.conf file


#/*#
#|
#|  file : /etc/ntp.conf.net
#|
#*---*#
#
restrict192.168.11.0mask 255.255.255.0  nomodify notrap
#
restrict192.168.11.12
#
restrict127.0.0.1
#
#.#
#
logconfig   =clockall +peerall +syncall +sysall
#
#.#
#
driftfile   /var/log/ntpd/ntpstats/ntp.drift
#
logfile /var/log/ntpd/ntpd.log
#
statsdir/var/log/ntpd/ntpstats/
#
#.#
#
statistics  clockstats loopstats peerstats
#
filegen clockstats  file clockstats type dayenable
filegen loopstats   file loopstats  type dayenable
filegen peerstats   file peerstats  type dayenable
#
#.#
#
server  another_host.my_local_domain
#
server  127.127.1.0
fudge   127.127.1.0 stratum 10
#
#*#


where another_host.my_local_domain is the FQDN of my ntp server on another 
machine on my internal network 192.168.11.0 so there are no overt references to 
SAMBA hosts, BUT nsswitch.conf has


#*#
#|
#|  file : /etc/nsswitch.conf
#|
#*---*#
#
group:  compat
passwd: compat
shadow: compat
#
#.#
#
hosts:  files   mdns4_minimal   [NOTFOUND=return]   winsnis 
dns mdns4
#
networks:   nis files
#
#.#
.#
files ... etc

which may explain why CIFS/SAMBA becomes involved.

Also, as a footnote, gencache.tdb is present and world readable, but
obviously not world writeable

 ll /run/samba/gencache.tdb

416 -rw-r--r-- 1 root root 425984 2013-09-22 10:37
/run/samba/gencache.tdb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205875

Title:
  apparmor.d profile for usr.sbin.ntpd -- access to samba gencache and
  capability block_suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1205875/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205875] [NEW] apparmor.d profile for usr.sbin.ntpd -- access to samba gencache and capability block_suspend

2013-07-28 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal

Package: ntp
Priority: optional
Section: net
Installed-Size: 1384
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1:4.2.6.p3+dfsg-1ubuntu5

In the system auth log files and dmesg the following apparmor messages
are seen --

type=1400 audit(1375004313.012:40): apparmor=DENIED operation=open
parent=1 profile=/usr/sbin/ntpd name=/run/samba/gencache.tdb
pid=2540 comm=ntpd requested_mask=wc denied_mask=wc fsuid=0 ouid=0

type=1400 audit(1375004313.016:41): apparmor=DENIED
operation=capable parent=1 profile=/usr/sbin/ntpd pid=2540
comm=ntpd pid=2540 comm=ntpd capability=36  capname=block_suspend

type=1400 audit(1375004322.652:42): apparmor=DENIED
operation=capable parent=1 profile=/usr/sbin/ntpd pid=2540
comm=ntpd pid=2540 comm=ntpd capability=36  capname=block_suspend


Does ntpd really need WRITE privileges on /run/samba/gencache.tdb ?   Should 
not READ be sufficient?

Also why does ntpd need block_suspend capability?

At a minimum read access to the gencache should be enabled for ntp in
its profile, and probably read+write in the samba profile which is also
missing  for usr.sbin.smbd in the samba  2:3.6.6-3ubuntu5 package.

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1205875

Title:
  apparmor.d profile for usr.sbin.ntpd -- access to samba gencache and
  capability block_suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1205875/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1205875] [NEW] apparmor.d profile for usr.sbin.ntpd -- access to samba gencache and capability block_suspend

2013-07-28 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal

Package: ntp
Priority: optional
Section: net
Installed-Size: 1384
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1:4.2.6.p3+dfsg-1ubuntu5

In the system auth log files and dmesg the following apparmor messages
are seen --

type=1400 audit(1375004313.012:40): apparmor=DENIED operation=open
parent=1 profile=/usr/sbin/ntpd name=/run/samba/gencache.tdb
pid=2540 comm=ntpd requested_mask=wc denied_mask=wc fsuid=0 ouid=0

type=1400 audit(1375004313.016:41): apparmor=DENIED
operation=capable parent=1 profile=/usr/sbin/ntpd pid=2540
comm=ntpd pid=2540 comm=ntpd capability=36  capname=block_suspend

type=1400 audit(1375004322.652:42): apparmor=DENIED
operation=capable parent=1 profile=/usr/sbin/ntpd pid=2540
comm=ntpd pid=2540 comm=ntpd capability=36  capname=block_suspend


Does ntpd really need WRITE privileges on /run/samba/gencache.tdb ?   Should 
not READ be sufficient?

Also why does ntpd need block_suspend capability?

At a minimum read access to the gencache should be enabled for ntp in
its profile, and probably read+write in the samba profile which is also
missing  for usr.sbin.smbd in the samba  2:3.6.6-3ubuntu5 package.

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205875

Title:
  apparmor.d profile for usr.sbin.ntpd -- access to samba gencache and
  capability block_suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1205875/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198758] [NEW] xless 1.7 -- segmentation fault in libXaw using search dialog popup

2013-07-07 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal

Package: xless
Priority: optional
Section: universe/text
Installed-Size: 128
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1.7-14.1
Depends: libc6 (= 2.4), libx11-6, libxaw7, libxmu6, libxt6
Filename: pool/universe/x/xless/xless_1.7-14.1_i386.deb

xless has a button to popup a search dialog window.   After entering the
search string and hitting CR, the application crashes with a
segmentation violation.  Using the search dialog invoked with CTRLS
also results in a crash,  so I get the impression that the search is
successful and that the crash occurs when redrawing the text display
pane to show the string highlighted.

This bug was not present as far as I am aware in previous versions of
Ubuntu and appeared with the change in version of libXaw (as well as the
related upgrade of libXt of course).

After downloading the source and using debian/rules to compile with -g
flag and dh_strip commented out,  and installing the debug packages

ii  libx11-6-dbg:i386   2:1.5.0-1ubuntu0.1  i386  X11 
client-side library (debug package)
ii  libxaw7-dbg:i3862:1.0.10-2i386  
X11 Athena Widget library (debug package)
ii  libxt6-dbg:i386   1:1.1.3-1ubuntu0.12.10   i386 X11 toolkit 
intrinsics library (debug package)

the attached backtrace report was generated indicating the cause of the
crash occurs in XawTextSelectionList of libXaw, so perhaps the bug
should be filed against libXaw rather than xless.

As I use xless as my manual page viewer, I find this bug to be extremely
inconvenient.

** Affects: xless (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: libxaw xawtextsetselection xless

** Attachment added: gdb backtrace for xless crash in XawTextSetSelection
   
https://bugs.launchpad.net/bugs/1198758/+attachment/3728627/+files/gdb_xless-1.7.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198758

Title:
  xless 1.7 -- segmentation fault in libXaw using search dialog popup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xless/+bug/1198758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 881632] Re: should depend also on liblog4cpp5-dev, not just liblog4cpp5

2013-07-02 Thread J G Miller
The bug is still present in

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal

and package

Package: libpion-net-dev
Priority: extra
Section: libdevel
Installed-Size: 559
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Source: pion-net
Version: 4.0.7+dfsg-3.1
Depends: libpion-common-dev, libpion-net-4.0 (= 4.0.7+dfsg-3.1), 
libboost-system1.49.0 (= 1.49.0-1), libboost-thread1.49.0 (= 1.49.0-1), libc6 
(= 2.8), libgcc1 (= 1:4.1.1), liblog4cpp5, libpion-common-4.0, libssl1.0.0 
(= 1.0.0), libstdc++6 (= 4.6)

resulting in compile time errors of source including libpion-net-dev
header files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881632

Title:
  should depend also on liblog4cpp5-dev, not just liblog4cpp5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pion-net/+bug/881632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1184998] [NEW] incorrect color value specified in Old Red openbox theme

2013-05-28 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal

Package: openbox-themes
Priority: optional
Section: universe/x11
Installed-Size: 6132
Origin: Ubuntu
Maintainer: Ubuntu MOTU Developers ubuntu-m...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: all
Version: 1.0.2


In the OpenBox theme Old Red, one of the color values is incorrectly specified, 
most probably due to a slip  of the finger whilst typing.

/usr/share/themes/Oldred/openbox-3/themerc

line 67

window.inactive.handle.bg.colorTo: #7eee8cf

The color value should be #eee8cf, the same as

window.inactive.grip.bg.colorTo: #eee8cf

** Affects: openbox-themes (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: corrects Oldred openbox-3 themerc 
window.inactive.handle.bg.colorTo
   https://bugs.launchpad.net/bugs/1184998/+attachment/3688726/+files/patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1184998

Title:
  incorrect color value specified in Old Red openbox theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openbox-themes/+bug/1184998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1164684] [NEW] pixmap_path in TropicBomb/gtk-2.0/gtkrc needs updating

2013-04-04 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal


Package: openbox-themes
Priority: optional
Section: universe/x11
Installed-Size: 6132
Origin: Ubuntu
Maintainer: Ubuntu MOTU Developers ubuntu-m...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: all
Version: 1.0.2


The gtk-2.0/gtkrc file supplied with the TropicBomb theme in openbox-themes has

pixmap_path /usr/share/themes/Industrial/gtk-2.0

but Industrial has been renamed to Simple-Industrial, so this line needs
updating to

pixmap_path /usr/share/themes/Simple-Industrial/gtk-2.0

This error results in the stock icons not being found and numerous lines
of  error messages from GTK theme choosing applications complaining
about the image file cannot be located.

/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:54: Unable to locate image file in 
pixmap_path: stock_bottom.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:59: Unable to locate image file in 
pixmap_path: stock_first.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:64: Unable to locate image file in 
pixmap_path: stock_last.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:69: Unable to locate image file in 
pixmap_path: stock_top.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:74: Unable to locate image file in 
pixmap_path: stock_left.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:79: Unable to locate image file in 
pixmap_path: stock_down.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:84: Unable to locate image file in 
pixmap_path: stock_right.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:89: Unable to locate image file in 
pixmap_path: stock_up.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:94: Unable to locate image file in 
pixmap_path: stock_cancel.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:99: Unable to locate image file in 
pixmap_path: stock_apply.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:104: Unable to locate image file in 
pixmap_path: stock_cancel.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:109: Unable to locate image file in 
pixmap_path: stock_ok.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:114: Unable to locate image file in 
pixmap_path: stock_apply.png
/usr/share/themes/TropicBomb/gtk-2.0/gtkrc:119: Unable to locate image file in 
pixmap_path: stock_refresh.png

** Affects: openbox-themes (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1164684

Title:
  pixmap_path in TropicBomb/gtk-2.0/gtkrc needs updating

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openbox-themes/+bug/1164684/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1143374] [NEW] miro crashes on startup with Illegal instruction in libjavascriptcoregtk-1.0.so.0

2013-03-03 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal


Package: miro
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 4.0.4-1


(gdb) run /usr/bin/miro.real
Starting program: /usr/bin/python /usr/bin/miro.real
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[New Thread 0xb2319b40 (LWP 16723)]
[New Thread 0xb1a18b40 (LWP 16724)]
[New Thread 0xb10ceb40 (LWP 16725)]
[New Thread 0xb06ffb40 (LWP 16726)]
2013-03-04 03:50:41,390 INFO root: Starting up Miro
2013-03-04 03:50:41,397 INFO root: Version:4.0.4
2013-03-04 03:50:41,401 INFO root: Revision:   
g...@github.com:pculture/miro.git - 284c92ad
2013-03-04 03:50:41,405 INFO root: Builder:buildd@rothera
2013-03-04 03:50:41,419 INFO root: Build Time: 1330314923.65
2013-03-04 03:50:41,424 INFO root: Debugmode:  False
2013-03-04 03:50:41,425 INFO root: Reading HTTP Password list
2013-03-04 03:50:41,434 INFO root: Starting libCURL thread
[New Thread 0xafcffb40 (LWP 16727)]
2013-03-04 03:50:41,635 INFO root: Starting event loop thread
[New Thread 0xaf4feb40 (LWP 16728)]
[New Thread 0xaecfdb40 (LWP 16729)]
[New Thread 0xae4fcb40 (LWP 16730)]
[New Thread 0xadcfbb40 (LWP 16731)]
2013-03-04 03:50:41,675 INFO root: Loading core extensions in 
/usr/share/miro/resources/extensions
2013-03-04 03:50:41,679 INFO root: Installing deleted file checker...
2013-03-04 03:50:41,681 INFO root: Restoring database...
2013-03-04 03:50:41,687 INFO root: Sqlite3 version:   3.7.13
2013-03-04 03:50:41,688 INFO root: Pysqlite version:  2.6.0
2013-03-04 03:50:41,697 INFO root: opening database 
/home/users/miller/.miro/sqlitedb
2013-03-04 03:50:41,707 INFO root: Loading user extensions in 
/home/users/miller/.miro/extensions
2013-03-04 03:50:41,788 TIMING   root: Database upgrade time: 0.104
2013-03-04 03:50:41,805 INFO root: Linux version: Linux 
3.5.0-25-generic i686
2013-03-04 03:50:41,811 INFO root: Python version:2.7.3 (default, Sep 
26 2012, 21:53:58) 
[GCC 4.7.2]
2013-03-04 03:50:41,812 INFO root: Gtk+ version:  (2, 24, 13)
2013-03-04 03:50:41,814 INFO root: PyGObject version: (2, 28, 6)
2013-03-04 03:50:41,828 INFO root: PyGtk version: (2, 24, 0)
2013-03-04 03:50:41,830 INFO root: Language:  [('LANGUAGE', 
'en_US.UTF-8'), ('LANG', 'en_US.UTF-8')]
2013-03-04 03:50:42,961 INFO root: Loading video converters...
2013-03-04 03:50:42,968 INFO root: libtorrent:0.16.3.0
2013-03-04 03:50:42,969 INFO root: pycurl:libcurl/7.27.0 
GnuTLS/2.12.14 zlib/1.2.7 libidn/1.25 librtmp/2.3
2013-03-04 03:50:43,752 INFO root: GStreamer version: GStreamer 0.10.36
2013-03-04 03:50:44,072 INFO root: GStreamer audiosink: gconfaudiosink
2013-03-04 03:50:44,119 INFO root: GStreamer videosink: gconfvideosink
2013-03-04 03:50:44,122 INFO root: GStreamer version: GStreamer 0.10.36
2013-03-04 03:50:44,133 INFO root: GStreamer audiosink: gconfaudiosink
2013-03-04 03:50:44,140 INFO root: set_renderer: successfully loaded 
gstreamerrenderer
2013-03-04 03:50:44,448 INFO root: setup tabs...
2013-03-04 03:50:44,552 INFO root: setup theme...
2013-03-04 03:50:45,272 INFO root: Checking movies directory 
'/home/users/miller/.miro/Movies/'...
2013-03-04 03:50:47,696 TIMING   root: idle (reconnect downloaders) too slow 
(2.415 secs)
[New Thread 0xa1623b40 (LWP 16738)]
2013-03-04 03:50:54,436 TIMING   root: idle (handling backend message: 
miro.messages.TrackDevices object at 0x9c128cc) too slow (0.681 secs)
[New Thread 0xa0d87b40 (LWP 16739)]
[New Thread 0xa0586b40 (LWP 16740)]
2013-03-04 03:50:56,725 TIMING   root: idle (curl transfer callback) too slow 
(0.544 secs)
2013-03-04 03:50:58,430 TIMING   root: idle (curl transfer callback) too slow 
(0.890 secs)
2013-03-04 03:50:59,471 TIMING   root: idle (curl transfer callback) too slow 
(0.765 secs)
[New Thread 0x9fbd2b40 (LWP 16741)]
[New Thread 0x9eed4b40 (LWP 16742)]
[New Thread 0x9e6d3b40 (LWP 16743)]
[New Thread 0x9ded2b40 (LWP 16744)]
[New Thread 0x9d6d1b40 (LWP 16745)]
[New Thread 0x9ced0b40 (LWP 16746)]
[New Thread 0x9c6cfb40 (LWP 16747)]
2013-03-04 03:51:01,752 INFO root: Starting auto downloader...
[New Thread 0x9be54b40 (LWP 16748)]
2013-03-04 03:51:01,926 INFO root: this platform has the built-in 
autoupdate parser disabled.  Skipping.
[Thread 0x9c6cfb40 (LWP 16747) exited]
[Thread 0x9e6d3b40 (LWP 16743) exited]
2013-03-04 03:51:03,495 TIMING   root: idle (curl transfer callback) too slow 
(1.542 secs)
[Thread 0x9ced0b40 (LWP 16746) exited]
[Thread 0x9eed4b40 (LWP 16742) exited]
[Thread 0xa1623b40 (LWP 16738) exited]
[Thread 0x9ded2b40 (LWP 16744) exited]
2013-03-04 03:51:05,628 TIMING   root: idle (curl transfer callback) too slow 
(1.971 secs)
2013-03-04 

[Bug 1143374] Re: miro crashes on startup with Illegal instruction in libjavascriptcoregtk-1.0.so.0

2013-03-03 Thread J G Miller
After installing the debug symbols for libjavascriptcoregtk-1.0.so.0 , gdb 
reveals

Program received signal SIGILL, Illegal instruction.
0xb4197e26 in llint_op_jless () from /usr/lib/libjavascriptcoregtk-1.0.so.0

This crash also occurs with the lates Miro 5.0.4 downloaded from
upstream, so it would seem that this bug should in fact be filed against
libjavascriptcoregtk rather than miro.

** Tags added: libjavascriptcoregtk-1.0.so.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1143374

Title:
  miro crashes on startup with  Illegal instruction in
  libjavascriptcoregtk-1.0.so.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/miro/+bug/1143374/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1123281] [NEW] ruby-commandline [0.7.10-13] (quantal) -- ERROR: comparison of String with 10 failed

2013-02-12 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal

Package: ruby-commandline
Priority: optional
Section: ruby
Installed-Size: 96
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: all
Version: 0.7.10-13
Ruby-Versions: ruby1.9.1 ruby1.8

After installing dhelp which uses ruby, I was frequently seeing during
package installation the error message

ERROR: comparison of String with 10 failed

following the invocation of dhelp information processing for the
particular package.

In fact, just invoking dhelp_parse at the command line produces the
error message

 dhelp_parse
ERROR: comparison of String with 10 failed

After investigation, it was ascertained that this error was due to console width
being obtained from the environmental variable COLUMNS in the form of a string
and not being automatically converted to an integer.

Therefore the following fix of changing console width from a string to
an integer needed to be applied to

/usr/lib/ruby/vendor_ruby/commandline/application.rb

--- application.rb.OLD 2012-05-30 12:59:59.0 +0200
+++ application.rb.NEW  2012-05-30 12:59:59.0 +0200
@@ -336,6 +336,7 @@
 # Formatting defaults
 #
 console_width = ENV[COLUMNS]
+console_width = console_width.to_i
 @columns =
   if console_width.nil?
 DEFAULT_CONSOLE_WIDTH

and to

/usr/lib/ruby/vendor_ruby/commandline/optionparser/optionparser.rb

--- optionparser.rb.OLD2012-05-30 12:59:59.0 +0200
+++ optionparser.rb.NEW 2012-05-30 12:59:59.0 +0200
@@ -67,6 +67,7 @@
 # Formatting defaults
 #
 console_width = ENV[COLUMNS]
+console_width = console_width.to_i
 @columns =
   if console_width.nil?
 DEFAULT_CONSOLE_WIDTH

in order to ensure that in both cases the comparison test was being done
on console width in the form of an integer.

Having applied this changes, dhelp_parse then works without error.

dhelp_parse
 Usage: dhelp_parse [-v] [-h] -a doc-base_file1 d-b_f2 ... | -d doc-base_file1 
d-b_f2 ... | -i | -r

** Affects: ruby-commandline (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: dhelp ruby-commandline

** Description changed:

  PRETTY_NAME=Ubuntu quantal (12.10)
  VERSION=12.10, Quantal Quetzal
  
  Package: ruby-commandline
  Priority: optional
  Section: ruby
  Installed-Size: 96
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: all
  Version: 0.7.10-13
  Ruby-Versions: ruby1.9.1 ruby1.8
  
- 
- After installing dhelp which uses ruby, I was frequently seeing during 
package installation the error message
+ After installing dhelp which uses ruby, I was frequently seeing during
+ package installation the error message
  
  ERROR: comparison of String with 10 failed
  
  following the invocation of dhelp information processing for the
  particular package.
  
  In fact, just invoking dhelp_parse at the command line produces the
  error message
  
-  dhelp_parse
+  dhelp_parse
  ERROR: comparison of String with 10 failed
  
- After investigation, it was ascertained that this error was due to a
- comparison being done as a string for the console width, but the console
- width was being treated as a string and was not being automatically
- converted to an integer.
+ After investigation, it was ascertained that this error was due to console 
width
+ being obtained from the environmental variable COLUMNS in the form of a string
+ and not being automatically converted to an integer.
  
  Therefore the following fix of changing console width from a string to
  an integer needed to be applied to
  
  /usr/lib/ruby/vendor_ruby/commandline/application.rb
  
  --- application.rb.OLD 2012-05-30 12:59:59.0 +0200
  +++ application.rb.NEW  2012-05-30 12:59:59.0 +0200
  @@ -336,6 +336,7 @@
-  # Formatting defaults
-  #
-  console_width = ENV[COLUMNS]
+  # Formatting defaults
+  #
+  console_width = ENV[COLUMNS]
  +console_width = console_width.to_i
-  @columns = 
-if console_width.nil?
-  DEFAULT_CONSOLE_WIDTH
+  @columns =
+    if console_width.nil?
+  DEFAULT_CONSOLE_WIDTH
  
  and to
  
  /usr/lib/ruby/vendor_ruby/commandline/optionparser/optionparser.rb
  
  --- optionparser.rb.OLD2012-05-30 12:59:59.0 +0200
  +++ optionparser.rb.NEW 2012-05-30 12:59:59.0 +0200
  @@ -67,6 +67,7 @@
-  # Formatting defaults
-  #
-  console_width = ENV[COLUMNS]
+  # Formatting defaults
+  #
+  console_width = ENV[COLUMNS]
  +console_width = console_width.to_i
-  @columns = 
-if console_width.nil?
-  DEFAULT_CONSOLE_WIDTH
+  @columns =
+    if console_width.nil?
+  DEFAULT_CONSOLE_WIDTH
  
  in order to ensure that in both cases the comparison test was being done
  on console width in the form of an integer.
  
  Having applied this changes, dhelp_parse then works 

[Bug 1027787] Re: luakit crashed with SIGILL in execute()

2013-01-15 Thread J G Miller
This bug in libjavascriptcoregtk-1.0.so.0 is still present in

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal
VERSION_ID=12.10

Package: libjavascriptcoregtk-1.0-0
Priority: optional
Section: libs
Installed-Size: 4461
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Source: webkit
Version: 1.10.0-0ubuntu1.1

Running freshly built from source midori 0.4.7 in gdb when trying to
access http://www.google.com --

Program received signal SIGILL, Illegal instruction.
0xb5a955cb in ?? () from /usr/lib/libjavascriptcoregtk-1.0.so.0
(gdb) bt
#0  0xb5a955cb in ?? () from /usr/lib/libjavascriptcoregtk-1.0.so.0
#1  0xb5a32d7a in JSC::Interpreter::execute(JSC::ProgramExecutable*, 
JSC::ExecState*, JSC::ScopeChainNode*, JSC::JSObject*) ()
   from /usr/lib/libjavascriptcoregtk-1.0.so.0
#2  0xb5b148fa in JSC::evaluate(JSC::ExecState*, JSC::ScopeChainNode*, 
JSC::SourceCode const, JSC::JSValue, JSC::JSValue*) ()
   from /usr/lib/libjavascriptcoregtk-1.0.so.0
#3  0xb2204b0c in ?? ()

Presumably since nobody has been assigned to this bug since it was
opened almost 6 MONTHS ago, it is not regarded as important even though
it affects numerous packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027787

Title:
  luakit crashed with SIGILL in execute()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/luakit/+bug/1027787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1093313] [NEW] plymouth-stop.conf needs instance because it may need to be run multiple times

2012-12-23 Thread J G Miller
Public bug reported:

PRETTY_NAME=Ubuntu quantal (12.10)
VERSION=12.10, Quantal Quetzal

Package: plymouth
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Version: 0.8.4-0ubuntu3


Currently, the init job plymouth-stop will only run once during the bootup 
sequence, but in cases where the user has installed more than one display 
manager, it will need to be run more than once.

Consider this example.

xdm is installed and made the default-display-manager.

plymouth-stop is called on  stopped rc RUNLEVEL=[2345]  (JOB is rc), xdm
runs and Xorg starts.

lightdm is then installed but xdm is left as the default-display-
manager.

plymouth-stop is now called on starting lightdm (JOB is lightdm) but the
case statement results in exit 0 with no action as lightdm is expected
to take care of stopping plymouth.

However in the lightdm init configuration file, the lightdm job stops
without doing anything because lightdm is not the default-display-
manager.

The boot sequence continues and xdm finally gets to run.  plymouth is
still running and is never stopped because plymouth-stop has already run
and is only allowed to run once.

In some cases this prevents the Xorg server from starting with
setversion 1.4 failed and  [drm] failed to set drm interface version,
Kernel modesetting setup failed', presumably because plymouth is
hogging the virtual console on which X is to be started.

Thus the problem is rectified by allowing plymouth-stop to be run
multiple times for each display manager installed by adding the line

instance${JOB}

to the plymouth-stop.conf file.

This may cure some bug reports that other users have reported of
plymouth not stopping when running other display managers eg slim

** Affects: plymouth (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1093313

Title:
  plymouth-stop.conf needs instance because it may need to be run
  multiple times

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1093313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1093313] Re: plymouth-stop.conf needs instance because it may need to be run multiple times

2012-12-23 Thread J G Miller
Well I considered that one would want plymouth to continue to run on
screen if the particular display manager was not to be started, and that
plymouth should be stopped either by the default display manager or if
there is no default display manager by the final rc job condition.

Stopping plymouth by a display manager which is not to be run will
result in longer period of black screen during the startup process.

Having plymouth stopped by repeated invocations of plymouth-stop means that 
each display manager init script does not need to include code to stop plymouth 
its-self, so less code duplication and hopefully fewer errors and oversights of 
missing it out, as
is currently the case for lightdm.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1093313

Title:
  plymouth-stop.conf needs instance because it may need to be run
  multiple times

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1093313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284639] Re: fldiff doesn't show correct differences

2012-12-21 Thread J G Miller
Four years later (bug reported 2008-10-16) and it is now 2012-12-21 and
this bug is still present in the flidff package.


Package: fldiff
Priority: optional
Section: universe/text
Installed-Size: 264
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Version: 1.1+0-2
Depends: libc6 (= 2.4), libfltk1.1 (= 1.1.6), libgcc1 (= 1:4.1.1)
Filename: pool/universe/f/fldiff/fldiff_1.1+0-2_i386.deb
Size: 99042
MD5sum: b4e82d37f5ae9ca5dda19c9c3d67ef52
Description: A graphical diff program
Original-Maintainer: Innocent De Marchi tangram.pe...@gmail.com
SHA1: 1bff7c21536c548c0e71c94f001a6bbff33c8181
SHA256: 04f7e5a342d0930c57c78bbaaa5895bc36f361d898a64ef8f3cb638b08b044cc
Homepage: http://www.easysw.com/~mike/fldiff/
Description-md5: 90282d3f1010ab20c505d4a781926339


Why does it take more than four years to even have a bug assigned to somebody?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/284639

Title:
  fldiff doesn't show correct differences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fldiff/+bug/284639/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257687] Re: avahi daemon uses a lot of CPU when network is not availiable

2011-03-21 Thread J G Miller
Are the Ubuntu Avahi packagers even aware of this serious bug which
causes 100% cpu usage?

daemon infinite loop triggered by an empty UDP packet

https://bugzilla.redhat.com/show_bug.cgi?id=667187

** Bug watch added: Red Hat Bugzilla #667187
   https://bugzilla.redhat.com/show_bug.cgi?id=667187

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/257687

Title:
  avahi daemon uses a lot of CPU when network is not availiable

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 691737] Re: Dangling symlinks in /usr/lib/odbc created by installing unixodbc -- missing library files

2011-01-12 Thread J G Miller
Thank you for your response and the good news that this bug has been
fixed in a later release.

As far as I am aware the dangling symlinks are not causing a problem
with the functionality of the package.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc in ubuntu.
https://bugs.launchpad.net/bugs/691737

Title:
  Dangling symlinks in /usr/lib/odbc created by installing unixodbc --
  missing library files

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 691737] Re: Dangling symlinks in /usr/lib/odbc created by installing unixodbc -- missing library files

2011-01-12 Thread J G Miller
Thank you for your response and the good news that this bug has been
fixed in a later release.

As far as I am aware the dangling symlinks are not causing a problem
with the functionality of the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691737

Title:
  Dangling symlinks in /usr/lib/odbc created by installing unixodbc --
  missing library files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 691737] [NEW] Dangling symlinks in /usr/lib/odbc created by installing unixodbc -- missing library files

2010-12-17 Thread J G Miller
Public bug reported:

Binary package hint: unixodbc


  Ubuntu 10.04 LTS (Lucid Lynx)‎:

  Package: unixodbc
  Architecture: i386
  Version: 2.2.11-21

Package unixodbc claims to contain the files libnn.so and libodbctxt.so,
but after installing the package, the directory

 /usr/lib/odbc

contains two dangling symbolid links

0 lrwxrwxrwx   1 root root 14 2010-06-03 21:51 libnn.so - libnn.so.1.0.0
0  lrwxrwxrwx   1 root root 19 2010-06-03 21:51 libodbctxt.so - 
libodbctxt.so.1.0.0

apt-file search indicates that no package contains libnn.so.1.0.0 or
libodbctxt.so.1.0.0, so either

1) the package unixodbc should contain these library files and does not
because the packager forgot to include them in building the deb package

or

2) the package unixodbc should not create these symbolic links to non-
existent library files

** Affects: unixodbc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc in ubuntu.
https://bugs.launchpad.net/bugs/691737

Title:
  Dangling symlinks in /usr/lib/odbc created by installing unixodbc -- missing 
library files

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 691737] [NEW] Dangling symlinks in /usr/lib/odbc created by installing unixodbc -- missing library files

2010-12-17 Thread J G Miller
Public bug reported:

Binary package hint: unixodbc


  Ubuntu 10.04 LTS (Lucid Lynx)‎:

  Package: unixodbc
  Architecture: i386
  Version: 2.2.11-21

Package unixodbc claims to contain the files libnn.so and libodbctxt.so,
but after installing the package, the directory

 /usr/lib/odbc

contains two dangling symbolid links

0 lrwxrwxrwx   1 root root 14 2010-06-03 21:51 libnn.so - libnn.so.1.0.0
0  lrwxrwxrwx   1 root root 19 2010-06-03 21:51 libodbctxt.so - 
libodbctxt.so.1.0.0

apt-file search indicates that no package contains libnn.so.1.0.0 or
libodbctxt.so.1.0.0, so either

1) the package unixodbc should contain these library files and does not
because the packager forgot to include them in building the deb package

or

2) the package unixodbc should not create these symbolic links to non-
existent library files

** Affects: unixodbc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691737

Title:
  Dangling symlinks in /usr/lib/odbc created by installing unixodbc -- missing 
library files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 133913] Re: [needs-packaging] vavoom

2009-08-07 Thread J G Miller
And if one looks there, one sees

vavoom  Failed to build

-- 
[needs-packaging] vavoom
https://bugs.launchpad.net/bugs/133913
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362647] Re: Fails to register ekiga.net account

2009-08-04 Thread J G Miller
Why is this bug still marked as incomplete?

-- 
Fails to register ekiga.net account
https://bugs.launchpad.net/bugs/362647
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362647] Re: Fails to register ekiga.net account

2009-07-21 Thread J G Miller
Ekiga is failing to register with my ekiga.net account.  There is no
problem with another VOIP provider account.

The ekiga -d4 output included as an attachment with only the ekiga.net
account entered in account details.

** Attachment added: ekiga.log
   http://launchpadlibrarian.net/29326835/ekiga.log

-- 
Fails to register ekiga.net account
https://bugs.launchpad.net/bugs/362647
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 272969] Re: [Intrepid] Screen artifacts on resume with Radeon Mobility X1400 on Thinkpad T60

2009-04-26 Thread J G Miller
I have an ATI RV280 based ASUS 9250 AGP graphics card and I am using the
radeon driver.

With the Xorg version used under Ubuntu 8.04 I had no problems and a
good X11 image display.

After upgrading to 8.10, I noticed that the X display occasionally shimmers, 
and that there are severe worry lines
on simple cross hatch backgrounds generated with eg

xsetroot -bg color1 -fg color2 -mod 2 2

which were never seen with the Xorg in 8.04, and that the square cursor 
corruption problem occurs independent
of window manager, but is more evident with XFCE than FVWM, and also occurs 
with Metacity and openbox, but
not apparently with CTWM and Compiz.

Following the upgrade to 9.04 the problem persists and has not been
fixed as I was hoping.

Is this bug ever going to be fixed?

-- 
[Intrepid] Screen artifacts on resume with Radeon Mobility X1400 on Thinkpad T60
https://bugs.launchpad.net/bugs/272969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308537] Re: package nfs-common 1:1.1.4-1ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-04-25 Thread J G Miller
I am having exactly the same problem trying to upgrade from 8.09 to
9.04.

I have even tried purging nfs-common and nfs-kernel-server and then
installing fresh ...

sudo dpkg --configure -a
Setting up nfs-common (1:1.1.4-1ubuntu1) ...
ucf: The Source directory is /usr/share/nfs-common/conffiles
ucf: The State directory is /var/lib/ucf
The hash file exists
egrep [[:space:]]\/etc\/idmapd\.conf$ /var/lib/ucf/hashfile
3e94f238294cc61b047e7ae50115dffc  /etc/idmapd.conf
ucf: The Source directory is /usr/share/nfs-common/conffiles
ucf: The State directory is /var/lib/ucf
The hash file exists
dpkg: error processing nfs-common (--configure):
 subprocess post-installation script returned error exit status 128
dpkg: dependency problems prevent configuration of nfs-kernel-server:
 nfs-kernel-server depends on nfs-common (= 1:1.0.8-1); however:
  Package nfs-common is not configured yet.
dpkg: error processing nfs-kernel-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 nfs-common
 nfs-kernel-server

-- 
package nfs-common 1:1.1.4-1ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/308537
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 366978] [NEW] erroneous text in jack daemon init script

2009-04-25 Thread J G Miller
Public bug reported:

Binary package hint: jackd

The init startup script jackd contains the following text

# Short-Description: init-Script for system wide fetchmail daemon
### END INIT INFO
#
# A fetchmailrc file containg hosts and passwords for all local users should be
# placed in /etc/fetchmailrc.  Remember to make the /etc/fetchmailrc mode 600
# to avoid disclosing the users' passwords.
#
# This script will NOT start or stop fetchmail if the /etc/fetchmailrc file
# does not exist or /etc/default/fetchmail is set to no.

This text describes the action of fetchmail which has nothing whatsoever
to do with jackd.

Description:   Ubuntu 9.04
Release:9.04
Source: jack-audio-connection-kit
Version:0.116.1-3ubuntu3

What one expects to happen:  The above text is replaced with a
meaningful summary of the function of the jackd startup script.

** Affects: jack-audio-connection-kit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
erroneous text in jack daemon init script
https://bugs.launchpad.net/bugs/366978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 78126] Re: Firefox preferences window for zoom image and tab mix plus extensions are zero sized

2007-01-11 Thread J G Miller


Hi Freddy!

Thank you for responding to my bug report.

At 07:43:36h GMT, on Tuesday, January 9th, 2007,
in message [EMAIL PROTECTED],
on the subject of [Bug 78126] Re: Firefox preferences window for zoom image an
d tab mix plus extensions are zero sized,
you wrote -

  Can you please visit https://wiki.ubuntu.com/MozillaTeam/Bugs and follow th=
  ose steps. This will help us debug your problem better. Thanks.

I can confirm that if I login as another user who has no profile,
fires up Firefox for the first time, and installs the Tab Mix Plus
extension only, without any other extensions or themes installed,
that the same symptoms manifest themselves, namely on clicking
the Tab Mix Plus options menu item under tools or under preferences
that I get a white miniscule window.  On reclicking the menu item
or preferences, a normal size window appears but again it is empty
and white.

At the command line, the following messages appear

* Message: plugin_get_value 1 (1)

** Message: plugin_get_value 2 (2)

** Message: plugin_get_value 1 (1)

** Message: plugin_get_value 2 (2)

** Message: plugin_get_value 1 (1)

** Message: plugin_get_value 2 (2)

** Message: plugin_get_value 1 (1)

** Message: plugin_get_value 2 (2)

On restarting Firefox the window appears normally and
after subsequent restarts the preferences dialog continues to
appear normally.

Using the method of creating a new profile for the default user,
results in the same symptoms.  The very first time after the
installation that Firefox is launched the preferences window
is miniscule and white, but subsequent re-launches of Firefox
result in a correctly rendered window.

I have now gone back to the original profile with all of the
other extensions and themes installed, and again, the first
time that I launch Firefox, the miniscule window appears
for both Tab Mix Plus and Image Zoom, but on closing down
Firefox and restarting, the problem disappears.

It is evident that I am not the only Ubuntu user
who has observed this problem

http://tmp.garyr.net/forum/viewtopic.php?t=4355

http://tmp.garyr.net/forum/viewtopic.php?t=4480

http://tmp.garyr.net/forum/viewtopic.php?t=4622

http://tmp.garyr.net/forum/viewtopic.php?t=5687

and similarly there is a conflict upon subsequent installation
of Cute Menus, that the dialog window then never appears
(obviously something that the Cute Menus extension author
needs to address).

I have now tried using Firefox (version 2.0.2pre) on OpenSuse 10.2
with all three of these extensions and no problem of
a miniscule window or a window not appearing at all for the
preferences dialogs when Cute Menus is installed occurs.

Thanks once again for looking into this, and if
I can provide any further information please let me know.

Greg

-- 
Firefox preferences window for zoom image and tab mix plus extensions are zero 
sized
https://launchpad.net/bugs/78126

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78126] Firefox preferences window for zoom image and tab mix plus extensions are zero sized

2007-01-05 Thread J G Miller
Public bug reported:

Binary package hint: firefox

In Ubuntu Edgy Eft with

i386  Firefox  version 2.0.0.1+0dfsg-0ubuntu0.6.10

after installing the Tab Mix Plus extension version 0.3.5.2 and/or the
Image Zoom extension version 0.2.7, on clicking the Tab Mix Plus
Options from the Tools menu or the Tab Mix Plus Preferences button
the Image Zoom Preferences button from the Extensions lists, results
in a miniscule window (with title bar) appearing.

If the menu item or preferences button is clicked a second time, a
normal size window appears, but it is completely empty (white not even
the theme color) and contains no text.  If this window is then closed,
and the options menu item menu or preferences button is then clicked yet
again, the correctly sized preferences window then appears as normal
with text and buttons. The preferences window continues to be correctly
rendered on further instantiation.

If the CuteMenus - Crystal SVG 1.8.2.1 extension is installed, no window 
whatsoever appears when either of the Tab Mix Plus menu option or preferences 
button or Image Zoom preferences is activated, and repeated attempts at 
clicking the prefences button do not cause a preferences dialog window to 
appear as
happens when this extension is not installed.

This behavior of a miniscule window or no window at all when CuteMenus -
Crystal SVG 1.8.2.1 extension is installed has not affected numerous
other extensions with a preferences dialog window.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Firefox preferences window for zoom image and tab mix plus extensions are zero 
sized
https://launchpad.net/bugs/78126

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs