No it asks libvirt for the location of the disks and opens
them directly. Libvirt doesn't really have a way to open
disks remotely (or rather, it does but it's very slow and
clunky and read-only).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
The error is pretty much what it says:
> /var/lib/libvirt/images/test-domain.img: Permission denied
We asked libvirt for the path to the disk image, and then we tried to
open it and failed because presumably the permissions on the disk
image aren't compatible with the current user.
--
You recei
s/reduce/recurse/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933490
Title:
libguestfs doesn't work
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgue
> guestfsd: error while loading shared libraries: libkeyutils.so.1:
cannot open shared object file: No such file or directory
This is a new one to me. The missing library comes from something
called "keyutils" that as far as I know we don't use directly. It may
be an indirect dependency of anoth
Upstream, virt-v2v (and guestfs-tools) have both been split out into
separate projects, so they must both be packaged separately now. In
Fedora we now have:
https://src.fedoraproject.org/rpms/libguestfs
https://src.fedoraproject.org/rpms/guestfs-tools
https://src.fedoraproject.org/rpms/virt-v2v
Thanks Shasheen for alerting me to this bug. We did indeed
change the original gzip plugin to a filter in nbdkit 1.22
(see https://libguestfs.org/nbdkit-release-notes-1.22.1.html#Filters)
However it seems as if Ubuntu is not packaging anything
beyond nbdkit 1.16.
--
You received this bug notific
I'm afraid I don't know the answer but I can give some pointers to the code
so you can work out what's going on:
https://github.com/libguestfs/libguestfs/blob/master/fuse/guestmount.c
This is the program that is supposed to parse the -o options from
the command line. It adds them to a list of op
Have you got the version of guestmount (guestmount --version)?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891906
Title:
mount option does not work in guestmount
To manage notifications about th
I'm pretty sure there was a bug about this, but I can't find it.
The bug was something to do with the fact that the tarball contains already
libguestfs-1.40.2/common/mlstdutils/guestfs_config.ml
The configure script writes the new guestfs_config.ml into the build
directory, but the actual build wa
Yes, Pino found it, it was this one:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946594#46
** Bug watch added: Debian Bug tracker #946594
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946594
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
I couldn't yet find build logs for Ubuntu, but for Debian they are correct
(https://buildd.debian.org/status/logs.php?pkg=libguestfs&ver=1%3A1.40.2-7%2Bb1&arch=s390x).
You should see in the ./configure step:
checking host CPU and C ABI... s390x
...
config.status: creating common/mlstdutils/guestf
Is there a way to see the build log from when libguestfs was built?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1864164
Title:
virt-customize fails with "host cpu (x86_64) and guest arch (s390x)
As the error says:
virt-customize: error: host cpu (x86_64) and guest arch (s390x) are not
compatible, so you cannot use command line options that involve running
commands in the guest. Use --firstboot scripts instead.
I don't believe this is a bug.
--
You received this bug notification becaus
It doesn't delete the system file, just a copy in a private tree. This
code can never run outside the appliance.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1824236
Title:
supermin/liguestfs fail
I posted a potential fix here:
https://www.redhat.com/archives/libguestfs/2019-April/msg00129.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1824236
Title:
supermin/liguestfs fails to configure
You can choose arbitrary kernels by setting the SUPERMIN_* environment
variables. See:
http://libguestfs.org/supermin.1.html#ENVIRONMENT-VARIABLES
http://libguestfs.org/guestfs-faq.1.html#how-can-i-compile-and-install-libguestfs-if-my-distro-doesnt-have-new-enough-qemu-supermin-kernel
There's alr
It's how it works: http://libguestfs.org/guestfs-
internals.1.html#architecture
It doesn't need access to the running kernel (nor to live kernel memory),
but to a kernel image, and the kernel image in /boot is convenient for
that purpose. Anyway this works fine on every other Linux distro except
The problem is that the kernel isn't readable by non-root for
voodoo reasons. (I don't agree this is a sane configuration)
This affects several programs and needs to be fixed either by
making the kernels readable, or by having Ubuntu developers
change the libguestfs packaging so it triggers chmod
This looks like an instance of our old favourite:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813662
Title:
Cannot build VM
To manage
That probably deletes the original packages file, which isn't good. Would
definitely suggest creating a new file in the supermin.d directory.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1793056
Tit
I should add that there is a simple end user workaround:
echo dash > /usr/lib/guestfs/supermin.d/zz-lp-1793056
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1793056
Title:
On Ubuntu 18.04 virt-copy
I bisected this to:
commit 0cca7f9061455d29a7f893e715028cd3e75c19fd
Author: Pino Toscano
Date: Mon Feb 19 14:46:32 2018 +0100
appliance: include dash for Debian distros
(https://github.com/libguestfs/libguestfs/commit/0cca7f9061455d29a7f893e715028cd3e75c19fd)
This commit cherry picks cle
I've been playing with this on an Ubuntu 18.04 machine this morning.
Firstly I can confirm the bug with libguestfs0 1:1.36.13-1ubuntu3.1.
Secondly I can confirm this does NOT affect libguestfs 1.39.9 built from
source (from git).
--
You received this bug notification because you are a member of U
The difference with and without --network is in the qemu command line,
basically whether
we set up a user network or not:
https://github.com/libguestfs/libguestfs/blob/bd4e99cc134dd20cb1f16ac11e44810de30b973a/lib
/launch-direct.c#L674
I'm guessing that ‘dhclient eth0’ only "works" without the ne
I'm not sure, but can you try a few simple tests:
$ virt-rescue --scratch --network -v -x
$ virt-rescue --scratch -v -x
Do those commands fail in the same way? Does it make a difference if the
--network option is present?
Also it might be worth using the latest version 1.38.
--
You received t
Backporting the commit is perfectly fine, it's only a small change
needed to work around a change (regression, really) in the ext4 kernel
module.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743300
You've truncated the full log, but I'm going to bet the problem is this
6+ month old bug in supermin which Ubuntu hasn't fixed yet:
https://github.com/libguestfs/supermin/commit/158854e3ba4be7f6b8d81f662ddad98358ede1de
Solutions in decreasing order of preference:
- Upgrade supermin to latest.
Someone's going to need to step up and become a maintainer, because
there is currently no libguestfs maintainer for Ubuntu.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615337
Title:
libguestfs us
BTW since this is not an Ubuntu bug, but is going to require actual
upstream work, it may be better to discuss on the upstream list
(https://www.redhat.com/mailman/listinfo/libguestfs). If you wish you
can post on the upstream list without needing to subscribe, although
your first message will be
This is (sort of) working as designed, but also an upstream bug. Libguestfs
doesn't
have transparent ZFS support upstream, because AFAIK it's not possible to just
mount
a ZFS filesystem on a mountpoint.
Upstream, ZFS support currently only applies to virt-rescue. ie. You can use
‘zfs’
command
You could backport
https://github.com/libguestfs/libguestfs/commit/fd60be95091a1923e108f72caf251f5549eeccd0
However note this is a bug in Ubuntu's dhclient-script package, and
ultimately it should be fixed in Ubuntu.
--
You received this bug notification because you are a member of Ubuntu
Bugs,
The Horizon team is aware that those panels incur a significant delay
when loading or performing some actions. We are actively migrating the
interface over to a more client-side approach which reduces the per-
action (page load or otherwise) overhead significantly. If you wish to
see this in action
This is a bug in Ubuntu which we have had to work around in libguestfs.
It is indeed worked around in libguestfs 1.34.
See also:
https://www.redhat.com/archives/libguestfs/2015-December/msg00036.html
https://bugzilla.redhat.com/show_bug.cgi?id=1224795
https://github.com/libguestfs/libguestfs/commi
Fixed upstream in
https://github.com/libguestfs/libguestfs/commit/738c3bf4fdce569858369b2d2ce3879bf4b75f50
which will appear in libguestfs >= 1.35.2 and >= 1.34.1.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
Patch posted:
https://www.redhat.com/archives/libguestfs/2016-August/msg00133.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615337
Title:
libguestfs uses aug_get to get /files/etc/fstab/X/opt
Reproducer for this is:
$ virt-builder fedora-24
$ rm fedora-24-copy
$ truncate -s20G fedora-24-copy
$ virt-resize fedora-24.img fedora-24-copy
$ guestfish -a fedora-24-copy -i
> list-filesystems
/dev/sda1: ext4
/dev/sda2: swap
/dev/sda3: xfs
/dev/sda4: unknown
> mkfs btrfs /dev/sda4
> list-fil
These days virt-builder can read the simplestreams format, which IIUC is
suppose to allow virt-builder to read the metadata that Ubuntu already
posts. Probably best to talk to Pino Toscano about this since he added
the support.
https://github.com/libguestfs/libguestfs/commit/b024aef6fb2d7219782c6
ubuntu@trusty:~$ virt-builder --list
virt-builder: index is corrupt: os-version 'fedora-21' appears two or more times
This is fixed further along the 1.24 stable branch.
(https://bugs.launchpad.net/ubuntu/+source/libguestfs/+bug/1433750)
--
You received this bug notification because you are a me
For the MRU, the conditions are:
- upstream supports micro-version updates to stable releases
Yes. Upstream policy for stable commits is
http://libguestfs.org/guestfs.3.html#libguestfs-version-numbers
- upstream has a sufficiently high level of regression testing for their
stable releases
Yes.
This was fixed a (really) long time ago:
https://github.com/libguestfs/libguestfs/commit/101d728e80cce73b882aac7af457013491d03311
This would also be a good time for Ubuntu to update libguestfs to a
version that doesn't have known security issues (but is on the same
stable branch). See my comment
Same issue reported on Debian: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=794732
** Bug watch added: Debian Bug tracker #794732
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794732
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
/usr/lib/ocaml/gettext-stub/libgettextStub.a(gettextStubCompat_stubs.o): In
function `gettextStubCompat_setlocale':
(.text+0x1b9): undefined reference to `ml2c_lc'
The function 'ml2c_lc' is a function defined in ocaml-gettext
(specifically in the file ./libgettext-stub-
ocaml/gettextStubCompat_st
This bug -- or something remarkably similar to it -- has reappeared in
1.17.2 (latest X package in Fedora 22).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925785
Title:
Starting to scroll is errat
libguestfs-zfs is an optional package. Don't install it if you don't
require ZFS support. So yes, I believe it is genuinely fixed in 14.10
onwards.
As for LTS, you'll need to persuade the Ubuntu maintainers to fix this
bug.
--
You received this bug notification because you are a member of Ubun
This is basically a duplicate of https://bugs.launchpad.net/bugs/1053911
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417051
Title:
bug in dependency resolution while installing libguestfs-tools
It's fixed in Ubuntu 14.10 onwards.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1053911
Title:
libguestfs-tools shouldn't have hard dependency on zfs-fuse daemon
To manage notifications about thi
On my Acer Aspire 5920 I installed and successfully booted :
linux-image-3.19.8-031908-generic_3.19.8-031908.201505110938_amd64.
So this boot bug may be fixed.
I may have scrambled my grub as I needed to run grub-mkconfig to get the grub
start menu updated to include the new kernel.
Part of my bio
Public bug reported:
An Acer Aspire 5920 with Ubuntu 15.04 kernel 3.19.0-17-generic fails boot up
going unresponsive very early in the sequence.
I installed the upstream kernel packages on my Acer Aspire 5920 laptop:
linux-headers-4.1.0-040100rc2-generic_4.1.0-040100rc2.201505032335_amd64.deb
lin
Very pleased to help immensely, though I need a little more hand holding...
What would you like the new report to say? Please excuse my dumb response!
Thanks
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
I installed the upstream kernel packages on my Acer Aspire 5920 laptop:
linux-headers-4.1.0-040100rc2-generic_4.1.0-040100rc2.201505032335_amd64.deb
linux-image-4.1.0-040100rc2-generic_4.1.0-040100rc2.201505032335_amd64.deb
The machine booted successfully 3 times with warnings about installed pack
Additional info. Possibly irrelevant.
Using Firefox I have noticed a screen corruption that seems to occur
after some time idle. The same problem occurred on Ubuntu 14.04. It
suggests to me that somewhere deep in the graphics driver something is
amiss.
To use the Google Chrome browser I have had
I think I have the same problem on an Acer Aspire 5920 laptop. The
machine hangs very early in the boot process on Ubuntu
3.19.0-17-generic, but boots successfully using recovery mode, or
booting 3.19.0-16-generic. Let me know if I can provide further info. I
may need detailed instructions. Thanks.
What's the precise virt-builder command line you are using?
Did you read the `virt-builder --notes ubuntu-xxx' output?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/144
Title:
virtual machine w
Updating along the stable branch to 1.24.9 is sufficient.
https://bugzilla.redhat.com/show_bug.cgi?id=1194472#c2
** Bug watch added: Red Hat Bugzilla #1194472
https://bugzilla.redhat.com/show_bug.cgi?id=1194472
--
You received this bug notification because you are a member of Ubuntu
Bugs, wh
Thanks.
I'm now using:
go version go1.4.2 gccgo (GCC) 5.0.0 20150313 (Red Hat 5.0.0-0.19)
linux/arm64
and it compiles and the test suite works fine. I don't see the bug that
you're seeing on Ubuntu.
Anyway - I will enable golang support in Fedora Rawhide on all
architectures and see how it
OK ignore the previous comment, apparently gcc-go should be enough. But
as you say it cannot compile the golang bindings on aarch64. Is there
some guidance about how cgo bindings need to be changed for 1.4?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Does golang actually exist for aarch64? I'm trying to compile it but it
just complains about:
go tool dist: unknown architecture: aarch64
On Fedora we have gccgo:
go version go1.4 gccgo (GCC) 5.0.0 20150226 (Red Hat 5.0.0-0.18)
linux/arm64
But it seems we need some other package called 'golang
Which version of libguestfs?
In Debian libguestfs, the zfs dependency has been split out into a
separate package (libguestfs-zfs). So it's likely that Ubuntu needs to
sync with the Debian package.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
It is fixed in the Debian package vrrsion >= 1.26. Ubuntu just needs to
import the latest Debian package.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1053911
Title:
libguestfs-tools shouldn't have
Tis true. 1.26/1.27 added the following dependencies for virt-builder:
xz
curl
gpg
and for virt-v2v:
gawk
gzip
curl
virsh
strip
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1368819
Title:
libgu
People following this bug may also be interested in this Debian bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747440
** Bug watch added: Debian Bug tracker #747440
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747440
--
You received this bug notification because you are a member o
This has been essentially solved upstream for a while now. If Ubuntu
upgrades to libguestfs 1.26 / supermin 5.1.6, then you can split the
dependencies into subpackages.
For further information, see:
https://www.redhat.com/archives/libguestfs/2014-March/msg00171.html
http://rwmj.wordpress.com/201
The kernel permissions problem is an Ubuntu bug
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186228
Title:
guestmount does not work
To diagnose this what you have to do:
(1) Run libguestfs-test-tool
It will (presumably) fail. It will also print out an febootstrap-
supermin-helper command line (or in newer versions, a supermin-helper
command line). In the comment above, it printed out:
febootstrap-supermin-helper --verbose
For example, you could add a file /usr/lib/guestfs/supermin.d/00
-missing-dir containing two lines:
/
/lib
(assuming /lib was the missing directory)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186
Although you can force install stuff, it would be better to drop the
zfs-fuse dependency from the Debian/Ubuntu package. You will lose some
functionality (the ability to handle ZFS disks).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
The libguestfs-test-tool output (comment 25) looks fine to me.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243190
Title:
Failed to connect to virtio-serial channel
To manage notifications about
This doesn't look happy. If configure and/or autogen.sh are not
executable, it seems to indicate that permissions got badly screwed up
somewhere along the way :-( Also the *.sh scripts mentioned in comment
18 ought to be executable. If they're not, it would explain why the
tests completely fail
BTW 1.22.7 upstream doesn't contain commit
ec6f9ee542e0e9ad0109a7522e83ea07b2f8a002
which is the fix for this bug, unless it has been added separately in
the Debian package.
I'd prefer everyone switched to 1.24 :-)
I'm also worried that 1.23.33 may not contain a fix for CVE-2013-4419
http://libg
Which version of libguestfs is this?
I'm fairly sure that you want this patch:
https://github.com/libguestfs/libguestfs/commit/ec6f9ee542e0e9ad0109a7522e83ea07b2f8a002
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launc
OK, 1.22.4. I'm fairly sure that's the patch that would fix this.
Also note that 1.22.4 is vulnerable to at least one, possibly two CVEs.
Would advise updating to 1.22.7, and ideally to 1.24.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
** Description changed:
I have Windows XP SP3 inside qemu VM. All works fine in 12.10. But
after upgraiding to 13.04 i have to restart the VM each time i resuming
my host machine, because qemu process starts to take CPU cycles and OS
inside VM is very slow and sluggish. However it's still
.. which, if it is that, then it's related to this upstream bug:
https://bugzilla.redhat.com/show_bug.cgi?id=965524
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186228
Title:
guestmount does not w
> febootstrap-supermin-helper: ext2: parent directory not found: /lib:
File not found by ext2_lookup
This error usually indicates that you've run out of disk space on the
host. What is the output of:
df -h /var/tmp
** Bug watch added: Red Hat Bugzilla #965524
https://bugzilla.redhat.com/s
Public bug reported:
Skype 2.2.0.35, Operating System Ubuntu 12.04 LTS; Not displaying
incomming video. Displays outgoing video, tried all tick boxes in
options. dmesg says 'Skype is using obsolete setsockopt SO_BSDCOMPAT.
Help?
** Affects: skype (Ubuntu)
Importance: Undecided
Statu
Solved using the following terminal commands:
> sudo apt-get clean all
> sudo apt-get update
> sudo apt-get -f install
> sudo apt-get autoremove
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/541595
Ti
Ok. so what do I do about this?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/541595
Title:
[Master] package failed to install/upgrade: package is already
installed and configured
To manage notif
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878249
Title:
package nautilus-data 1:2.32.2.1-0ubuntu13 failed to install/upgrade:
ErrorMessage: package nautilus-data is already installed and
conf
Public bug reported:
Package failed to install on upgrade from 11.04 to 12.04 (System Info'
described as Ubuntu 11.10)
currently Ubuntu Software Centre does not operate - gives error messages
and does not repair.
ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: nautilus-data 1:2.32.2.1-
To check that this bug was fixed:
I downloaded Ubuntu jaunty (development branch) 9.04 i386.iso
Installed in NZ timezone US keyboard.
Test cases
Help About reports gcalctool 5.25.5
30*60=1800 pass selecting 0,9 significant places and show trailing zeros
Download most recent gcalctool
Help About rep
Many thanks for looking at this bug Christophe,
I'm not quite sure what you mean 'by instance on a virtual machine'
I have ubuntu 8.04.2 installed at home which also shows the bug.
Maybe you could point me to the exact downloads that you wish me to perform
to achieve the test that you suggest and
Sorry. Version details were in my duplicate bug report.
Version with bug is gcalctool 5.24.1 using ubuntu 8.10 i386
In scientific view I have 'Degrees', 'Dec' and 'Fix' selected.
System->Administration->System monitor the command line field shows 'gcalctool'.
--
gcalctool returns wrong answer, dr
I think I can re-create this bug by selecting 'Acc' '0 significant places' in
scientific view.
1011- 651 = 36 Wrong
selecting 'Acc' '9 significant places corrects the answer to 360
30 * 60 = 1800 correct
select 'Acc' '0 significant places' changes the answer immediately to 18
(wrong) without reca
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/22700607/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/22700608/ProcMaps.txt
** Attachment added: "ProcStatus.txt"
http://launchpadlibrarian.net/22700609/ProcStatus.txt
--
Std in
Public bug reported:
Binary package hint: gcalctool
Description:Ubuntu 8.10
Release:8.10
gcalctool:
Installed: 5.24.1-0ubuntu1
Candidate: 5.24.1-0ubuntu1
Version table:
*** 5.24.1-0ubuntu1 0
500 http://nz.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dp
Public bug reported:
When invoked from the command line 'dvbnet -help' and 'dvbnet --help'
segfaults and creates a core dump.
ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Fri Mar 9 08:03:01 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/dvbnet
Package: dvb-utils 1.1.1-2
** Attachment added: "CoreDump.gz"
http://librarian.launchpad.net/6691813/CoreDump.gz
** Attachment added: "Dependencies.txt"
http://librarian.launchpad.net/6691814/Dependencies.txt
** Attachment added: "Disassembly.txt"
http://librarian.launchpad.net/6691815/Disassembly.txt
** Attachm
87 matches
Mail list logo