[Bug 582925] Re: OOo needs mount.cifs to default to nobrl if possible

2010-06-05 Thread Chris Cheney
** Changed in: samba (Ubuntu Lucid) Status: New = Invalid ** Changed in: samba (Ubuntu) Status: New = Invalid ** Changed in: samba (Ubuntu Lucid) Milestone: ubuntu-10.04.1 = None ** Changed in: samba (Ubuntu) Importance: High = Undecided ** Changed in: samba (Ubuntu Lucid)

[Bug 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-07 Thread Chris Cheney
** Description changed: Eucalyptus versions: ii eucalyptus-common 1.6.2-0ubuntu30.1 ii eucalyptus-java-common1.6.2-0ubuntu30.1 ii eucalyptus-sc 1.6.2-0ubuntu30.1 Bug 430846 and bug 498174 partially dealt with this issue. But, on an SC

[Bug 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-07 Thread Chris Cheney
This appears to have worked for me up to 50 1GB volumes (actually allocated 52) then it started failing giving me the error in the log file: Your proposed upload exceeds the maximum allowed object size. (edu.ucsb.eucalyptus.cloud.EntityTooLargeException) I have plenty of space on my physical

[Bug 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-07 Thread Chris Cheney
The above issue was caused by having my UEC set to 50GB limit for volumes. I changed it to 200GB under Configuration - Clusters - Disk space reserved for volumes and it allowed me to create 194 of them. It then started having problems from what appears to be a different but related bug of not

[Bug 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-07 Thread Chris Cheney
My removal errors are probably related to 517086, but the creation error appears to be new according to C de-Avillez, it is failing at vgcreate, example follows: 12:32:54 DEBUG [SystemUtil:pool-10-thread-4] Running command: ///usr/lib/eucalyptus/euca_rootwrap dd if=/dev/zero

[Bug 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-07 Thread Chris Cheney
I manually ran: # /usr/lib/eucalyptus/euca_rootwrap vgcreate vg-6E6tMQ.. /dev/loop93 Volume group vg-6E6tMQ.. successfully created So I am not sure what is going on. -- SC: Maximum number of loop devices should be configurable https://bugs.launchpad.net/bugs/586134 You received this bug

[Bug 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-07 Thread Chris Cheney
Actually my volume removal errors seem to be different than the other bug at least in several of the cases I have looked at. They are also lvremove issues like the vgcreate ones. --- 12:53:57 DEBUG [SystemUtil:pool-10-thread-5] Running command: ///usr/lib/eucalyptus/euca_rootwrap lvremove -f

[Bug 590929] [NEW] eucalyptus create and delete volumes sometimes fail on lvm commands

2010-06-07 Thread Chris Cheney
Public bug reported: When testing out bug 586134 I found another issue and although similar to bug 517086 appears not to be the same issue. If you create for example 200 1GB volumes like this: for i in `seq 1 200` ; do euca-create-volume -z cluster1 -s 1 ; done You will end up with quite a few

[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-06-07 Thread Chris Cheney
This might actually be a problem with lvm, but even if it is caused by lvm it should still be properly caught by eucalyptus so that if the delete volume failure happens it will show up in euca-describe-volumes ** Also affects: eucalyptus (Ubuntu Lucid) Importance: Undecided Status: New

[Bug 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-07 Thread Chris Cheney
So this bug regarding loop devices seems to be fixed but there is a new bug 590929 opened about the problems with creating/deleting volumes having problems with lvm. -- SC: Maximum number of loop devices should be configurable https://bugs.launchpad.net/bugs/586134 You received this bug

[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-06-07 Thread Chris Cheney
This appears to be caused by eucalyptus not checking the return values it gets. -- eucalyptus create and delete volumes sometimes fail on lvm commands https://bugs.launchpad.net/bugs/590929 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-06-07 Thread Chris Cheney
And to top it off lvm does not document its return codes, at least not in the man pages anyway. -- eucalyptus create and delete volumes sometimes fail on lvm commands https://bugs.launchpad.net/bugs/590929 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-06-07 Thread Chris Cheney
It appears lvm always returns error code 5 on failure... for any kind of failure. So I'm not sure exactly what we should do here to fix this problem. Often the problem is actually just a can't get lock issue like the following, but without having a useful error code we can't know when to retry or

[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-06-07 Thread Chris Cheney
http://fedoraproject.org/wiki/LVM/liblvm -- eucalyptus create and delete volumes sometimes fail on lvm commands https://bugs.launchpad.net/bugs/590929 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-06-07 Thread Chris Cheney
It appears the liblvm library is in newer lvm2 source which is in Debian unstable. Whether converting eucalyptus to it is actually needed and/or if it would be enough to help fix these sorts of issues is still unknown. From a cursory look it appears it may be useful. -- eucalyptus create and

[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-06-07 Thread Chris Cheney
It seems its not so much the not checking for the return code as not doing the right thing afterwards. If it receives an error it appears to just throw an exception and does not clean up after itself, at least for the createLogicalVolume case. -- eucalyptus create and delete volumes sometimes

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-18 Thread Chris Cheney
works: Linux beagle 2.6.32-020632-generic #020632 SMP Thu Dec 3 10:09:58 UTC 2009 x86_64 GNU/Linux Linux beagle 2.6.32-0206321505-generic #0206321505 SMP Wed Jun 2 19:09:40 UTC 2010 x86_64 GNU/Linux bad: Linux beagle 2.6.33-020633-generic #020633 SMP Thu Feb 25 10:10:03 UTC 2010 x86_64

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-18 Thread Chris Cheney
Hmm I tried 2.6.33 again just to be certain and now it is working on 2.6.33, hmm :-\ -- pad block corrupted error when trying to register an image with 2.6.34 kernel https://bugs.launchpad.net/bugs/588861 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-18 Thread Chris Cheney
I now can't get it to crash anymore. I am upgrading from maverick alpha 1 to current and then will do further testing. -- pad block corrupted error when trying to register an image with 2.6.34 kernel https://bugs.launchpad.net/bugs/588861 You received this bug notification because you are a

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-18 Thread Chris Cheney
I tried upgrading to current and now I can't see my nc anymore. :-\ -- pad block corrupted error when trying to register an image with 2.6.34 kernel https://bugs.launchpad.net/bugs/588861 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-21 Thread Chris Cheney
After changing my test to just be registering the images per Dave's recommendation I was able to come up with this list: I tested the following kernels, 10 times each: Passed: v2.6.32 (10/10) v2.6.32.15.5-lucid (10/10) Failed: v2.6.33 (10/10) v2.6.34-rc3-maverick (10/10) v2.6.34-lucid (09/10)

[Bug 566793] Re: [SRU] euca-get-console-output gives first 64k of output, not most recent

2010-06-21 Thread Chris Cheney
Should this bug be reopened, since we reverted the patch? It seems incorrect to leave it marked Fix Released as least, either Triaged or Won't Fix seem better. -- [SRU] euca-get-console-output gives first 64k of output, not most recent https://bugs.launchpad.net/bugs/566793 You received this bug

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-23 Thread Chris Cheney
Tracked down to occurring in 2.6.33rc1, so will be checking between that and 2.6.32-15.5 -- pad block corrupted error when trying to register an image with 2.6.34 kernel https://bugs.launchpad.net/bugs/588861 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Chris Cheney
Works with 23eb3b64b5e44680c867e165fe1cd18e57fba255 (required compile fix, probably the same one as Tim mentioned earlier). -- pad block corrupted error when trying to register an image with 2.6.34 kernel https://bugs.launchpad.net/bugs/588861 You received this bug notification because you are a

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Chris Cheney
He appears to have made another update related to sendfile on May 26. However, I am not sure if it fixes this problem or that it has been applied to mainline yet. http://marc.info/?a=119980668900012r=1w=2 -- pad block corrupted error when trying to register an image with 2.6.34 kernel

[Bug 565771] Re: Please stop disabling the VMware ESX driver

2010-06-25 Thread Chris Cheney
won't fix per hallyn ** Changed in: libvirt (Ubuntu) Status: New = Won't Fix -- Please stop disabling the VMware ESX driver https://bugs.launchpad.net/bugs/565771 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu.

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-25 Thread Chris Cheney
sendfile is used by openjdk-6 directly in the following file: http://pastebin.com/tceugS7r -- pad block corrupted error when trying to register an image with 2.6.34 kernel https://bugs.launchpad.net/bugs/588861 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-25 Thread Chris Cheney
During test of the following kernel it prints the following to dmesg once for each pass: ae0f36f0b964caf916c2ffc9f84b28c0f91c18a2-maverick [ 365.268713] /home/rtg/kern/maverick/kern-64/ubuntu- maverick/fs/read_write.c:849 should this happen? -- pad block corrupted error when trying to

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-25 Thread Chris Cheney
0a87a0c1b12f56bd556fd4506041966717c87fb1-maverick failed as expected [ 129.980324] /home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 816256e0 (null) [ 178.931445] /home/rtg/kern/maverick/kern-64/ubuntu-maverick/fs/read_write.c:849 816256e0 (null) [

[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-28 Thread Chris Cheney
The fix from upstream appears to work. This bug can be closed out once the fix goes into Maverick and will be in a ppa for alpha-2 testing from what Tim has said on IRC. Thanks for all the help Tim! -- pad block corrupted error when trying to register an image with 2.6.34 kernel

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
I see you ran it in your comment above, but was it immediately after the error happened or some time later? -- tgtd target will not start unless it's configured with allow-in-use yes https://bugs.launchpad.net/bugs/605721 You received this bug notification because you are a member of Ubuntu

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
Hmm looking at the code I think its buggy. I'm not sure what it is actually trying to do but it doesn't seem to be doing it right in any case. It appears to be 8 bit shifting left, and then checking for 0. If the device is in use lsof returns 0 if it is not then it returns 1, at least as best as I

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
It appears to be a bug caused by using this: system(lsof $backing_store /dev/null); instead of: system(lsof $backing_store /dev/null 21); -- tgtd target will not start unless it's configured with allow-in-use yes https://bugs.launchpad.net/bugs/605721 You

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
I was confused earlier about the direction of bitshift since the wrong calling convention was causing it to always return 0. -- tgtd target will not start unless it's configured with allow-in-use yes https://bugs.launchpad.net/bugs/605721 You received this bug notification because you are a

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
Forgot the # in the closes line in the upload. It was fixed in tgt 1:1.0.4-1ubuntu3 ** Changed in: tgt (Ubuntu Maverick) Status: Triaged = Fix Released -- tgtd target will not start unless it's configured with allow-in-use yes https://bugs.launchpad.net/bugs/605721 You received this bug

[Bug 273930] Re: oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM

2009-10-14 Thread Chris Cheney
This appears to be some sort of KVM issue, or at least it isn't reproducible anywhere else. ** Summary changed: - oosplash.bin crashed with SIGSEGV in splash_create_window() + oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM ** Package changed: openoffice.org (Ubuntu) = kvm

[Bug 582925] [NEW] OOo needs mount.cifs to default to nobrl if possible

2010-05-19 Thread Chris Cheney
Public bug reported: Binary package hint: samba This doesn't affect me directly but I maintain OpenOffice.org for Ubuntu. It appears after getting numerous reports that OOo does not save properly to cifs mounted filesystems that the cause is due to the fact the 'nobrl' option is not being used.

[Bug 582925] Re: OOo needs mount.cifs to default to nobrl if possible

2010-05-19 Thread Chris Cheney
** Attachment added: CifsVersion.txt http://launchpadlibrarian.net/48733924/CifsVersion.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/48733925/Dependencies.txt ** Attachment added: SambaInstalledVersions.txt

[Bug 582925] Re: OOo needs mount.cifs to default to nobrl if possible

2010-05-19 Thread Chris Cheney
I found that we do have a way to disable locking entirely for cifs in OOo that we can use if this bug isn't considered good or safe to fix by enabling nobrl. -- OOo needs mount.cifs to default to nobrl if possible https://bugs.launchpad.net/bugs/582925 You received this bug notification because

[Bug 582925] Re: OOo needs mount.cifs to default to nobrl if possible

2010-05-19 Thread Chris Cheney
The workaround for OOo required updating coreutils to detect cifs which I have added a patch for in bug 582980. -- OOo needs mount.cifs to default to nobrl if possible https://bugs.launchpad.net/bugs/582925 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 583479] [NEW] vm-builder 0.12.3-0ubuntu1 is missing the --tmp option

2010-05-20 Thread Chris Cheney
Public bug reported: The vmbuilder manpage mentions a --tmp option to allow using other than /tmp but it does not actually work when you try to use it with vmbuilder kvm ubuntu, this is probably for similar reasons to bug 536940. ** Affects: vm-builder (Ubuntu) Importance: Undecided

[Bug 583530] Re: vm-builder 0.12.3-0ubuntu1 crashes and causes loop devices to be stuck

2010-05-21 Thread Chris Cheney
I didn't use ctrl-c vm-builder just bombed out probably due to other bugs and didn't clean up the resulting mess, and I couldn't figure out how to clean it up later without rebooting. -- vm-builder 0.12.3-0ubuntu1 crashes and causes loop devices to be stuck https://bugs.launchpad.net/bugs/583530

[Bug 156422] Re: Gutsi does not allow end only one program

2007-10-24 Thread Chris Cheney
- Close. To close all windows you select File - Exit. If this resolves your problem please let me know. Thanks, Chris Cheney ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Status: New = Incomplete -- Gutsi does not allow end only one program

[Bug 156789] Re: Hidden files - Open Office - effects felt system wide.

2007-10-24 Thread Chris Cheney
. It is not a bug of OpenOffice as far as I can tell. The manner in which the document you quoted to enable/disable showing hidden files in OpenOffice is the same thing you would need to do to change it in gedit as well. Thanks, Chris Cheney ** Changed in: openoffice.org (Ubuntu) Status: New = Invalid

[Bug 156695] Re: OpenOffice presentaciones 2.3 doesn't start

2007-10-24 Thread Chris Cheney
Which gtk theme are you using? ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Status: New = Incomplete -- OpenOffice presentaciones 2.3 doesn't start https://bugs.launchpad.net/bugs/156695 You received this bug notification because you

[Bug 156638] Re: Can't change the language in OppenOffice!!

2007-10-24 Thread Chris Cheney
Which gtk theme are you using? ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Status: New = Incomplete -- Can't change the language in OppenOffice!! https://bugs.launchpad.net/bugs/156638 You received this bug notification because you

[Bug 156939] Re: package openoffice.org-core None [modified: /var/lib/dpkg/info/openoffice.org-core.list] failed to install/upgrade:

2007-10-26 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Status: New = Invalid -- package openoffice.org-core None [modified: /var/lib/dpkg/info/openoffice.org-core.list] failed to install/upgrade: https://bugs.launchpad.net/bugs/156939 You received this bug notification because you are a member of

[Bug 157512] Re: [gutsy][oowriter] OOo writer crashes when opening files

2007-10-27 Thread Chris Cheney
These two files need to have openoffice.org-base installed to open without writer crashing. ** Changed in: openoffice.org (Ubuntu) Importance: Undecided = High Status: New = Confirmed ** Summary changed: - [gutsy][oowriter] OOo writer crashes when opening files + OpenOffice writer

[Bug 156852] Re: Openoffice.org write crashes when I open a template

2007-10-27 Thread Chris Cheney
This file needs to have openoffice.org-base installed to open without writer crashing. ** Changed in: openoffice.org (Ubuntu) Importance: Undecided = High Status: New = Confirmed ** Summary changed: - Openoffice.org write crashes when I open a template + OpenOffice writer crashes when

[Bug 157727] Re: Openoffice have a problem to open hiperlink in powerpoint General Internet error has occurred

2007-10-27 Thread Chris Cheney
on the slide and that is all? Otherwise can you send me a copy of an example file that exhibits the problem? Thanks, Chris Cheney ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Status: New = Incomplete -- Openoffice have a problem to open hiperlink

[Bug 157176] Re: wrong splash screen format

2007-10-27 Thread Chris Cheney
Confirmed ** Changed in: openoffice.org (Ubuntu) Importance: Undecided = Critical Status: New = Confirmed -- wrong splash screen format https://bugs.launchpad.net/bugs/157176 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 157512] Re: OpenOffice writer crashes when loading a document if openoffice.org-base not installed

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: None = gutsy-updates -- OpenOffice writer crashes when loading a document if openoffice.org-base not installed https://bugs.launchpad.net/bugs/157512 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 156852] Re: OpenOffice writer crashes when loading a template if openoffice.org-base not installed

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: None = gutsy-updates -- OpenOffice writer crashes when loading a template if openoffice.org-base not installed https://bugs.launchpad.net/bugs/156852 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 157176] Re: wrong splash screen format

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Importance: Critical = High Target: None = gutsy-updates -- wrong splash screen format https://bugs.launchpad.net/bugs/157176 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 155125] Re: broffice.org package has a conflict with openoffice.org-common package

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: None = gutsy-updates -- broffice.org package has a conflict with openoffice.org-common package https://bugs.launchpad.net/bugs/155125 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 134276] Re: OpenOffice calc crashes opening this ods file if openoffice.org-base not installed

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: None = gutsy-updates -- OpenOffice calc crashes opening this ods file if openoffice.org-base not installed https://bugs.launchpad.net/bugs/134276 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 131526] Re: [gutsy] OpenOffice crashes/hangs on errors in current gtk theme

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: None = gutsy-updates -- [gutsy] OpenOffice crashes/hangs on errors in current gtk theme https://bugs.launchpad.net/bugs/131526 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 117648] Re: OpenOffice writer crashes after Insert-Indices and Tables-Bibliography if openoffice.org-base not installed

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: None = gutsy-updates -- OpenOffice writer crashes after Insert-Indices and Tables-Bibliography if openoffice.org-base not installed https://bugs.launchpad.net/bugs/117648 You received this bug notification because you are a member of Ubuntu

[Bug 52847] Re: OpenOffice Writer crashes when loading a document with form/check boxes if openoffice.org-base not installed

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: None = gutsy-updates -- OpenOffice Writer crashes when loading a document with form/check boxes if openoffice.org-base not installed https://bugs.launchpad.net/bugs/52847 You received this bug notification because you are a member of Ubuntu

[Bug 24975] Re: OpenOffice.org writer crashes when trying to run the launcher macros (eg install dictionaries) without openoffice.org-base installed

2007-10-27 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: None = gutsy-updates -- OpenOffice.org writer crashes when trying to run the launcher macros (eg install dictionaries) without openoffice.org-base installed https://bugs.launchpad.net/bugs/24975 You received this bug notification because you

[Bug 158035] Re: fonts are not in the same format after the last update of ooo

2007-10-28 Thread Chris Cheney
Ernst, Can you try Ubuntu 7.10 and see if that resolves your problem? If not can you include an example file that exhibits the problem so I can look at it myself? Thanks, Chris Cheney ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Status: New

[Bug 47698] Re: spellchecker language keeps reverting

2007-10-28 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Importance: Undecided = Wishlist -- spellchecker language keeps reverting https://bugs.launchpad.net/bugs/47698 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 157910] Re: Grammatical embarrassment in oo-payment-schedule.odf

2007-10-28 Thread Chris Cheney
Which package and version is this file in? I grepped Contents-i386.gz for Ubuntu 7.10 and there was no mention of that file in the repository. zgrep -i oo-payment-schedule.odf Contents-i386.gz Thanks, Chris Cheney ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris

[Bug 188401] Re: OOo extensions (.oxt) only show up as type application/zip

2008-11-07 Thread Chris Cheney
Fabian, Yes that is because I added the mimetype to a file installed by OpenOffice.org, but long term this should probably be in shared-mime- info instead. I still have to determine how to cause the .oxt to properly be installed by double clicking on it, that part is a bug of the OpenOffice.org

[Bug 294677] Re: Incorrect description for Word document mime type

2008-11-07 Thread Chris Cheney
So do you mean that nautilus is not properly checking the glob pattern defined as *.dot ? ** Changed in: openoffice.org (Ubuntu) Status: New = Incomplete -- Incorrect description for Word document mime type https://bugs.launchpad.net/bugs/294677 You received this bug notification because

[Bug 294677] Re: Incorrect description for Word document mime type

2008-11-07 Thread Chris Cheney
It appears application/msword-template is not an official mimetype but is claiming to be so by the way it is named. It is not listed at IANA. http://www.iana.org/assignments/media-types/application/ ** Changed in: nautilus (Ubuntu) Sourcepackagename: openoffice.org = nautilus Status:

[Bug 296002] Re: OpenOffice.org writer randomly freezes on Ubuntu 8.10

2008-11-10 Thread Chris Cheney
Does this happen any time you create any document or only for certain types? Also, do you experience freezes with any other applications under Ubuntu? ** Changed in: openoffice.org (Ubuntu) Status: New = Incomplete -- OpenOffice.org writer randomly freezes on Ubuntu 8.10

[Bug 291624] Re: package openoffice.org-help-en-gb 1:2.4.1-1ub untu2 failed to install/upgrade: lettura incompleta in buffer_copy (dpkg-deb backend su `./usr/lib/openoffice/help/en-GB/sdraw.idx/POSITI

2008-10-31 Thread Chris Cheney
It looks like your drive is either full or your download got corrupted. Verify your drive is not full then try to redownload the packages. ** Changed in: openoffice.org-l10n (Ubuntu) Status: New = Invalid -- package openoffice.org-help-en-gb 1:2.4.1-1ub untu2 failed to install/upgrade:

[Bug 291614] Re: Open office Word Processor crashes since Intrepid update

2008-10-31 Thread Chris Cheney
*** This bug is a duplicate of bug 116750 *** https://bugs.launchpad.net/bugs/116750 Yes this is actually a duplicate of bug 116750 a bug that has been around a very long time and upstream seems to plan to fix it for OOo 3.1. ** This bug has been marked a duplicate of bug 116750

[Bug 291526] Re: Open Office 2.4.1. on Hardy AMD 64 Underlining Words not possible

2008-10-31 Thread Chris Cheney
What were you doing (typing, pushing, etc) to attempt to underline? ** Changed in: openoffice.org (Ubuntu) Status: New = Incomplete -- Open Office 2.4.1. on Hardy AMD 64 Underlining Words not possible https://bugs.launchpad.net/bugs/291526 You received this bug notification because you

[Bug 272175] Re: Print Preview page number not remembered

2008-10-31 Thread Chris Cheney
Oh ok, yes I think that bug is fixed in the new version of Ubuntu 8.10 that was released yesterday. After you upgrade please let me know if you still see the problem. Thanks, Chris Cheney -- Print Preview page number not remembered https://bugs.launchpad.net/bugs/272175 You received this bug

[Bug 46607] Re: [jaunty] need to package Turkish spellcheckers - aspell-tr / myspell-tr / zemberek

2008-10-31 Thread Chris Cheney
** Summary changed: - [Ubuntu] [hardy] Turkish spellchecker for openoffice be included in repos + [jaunty] need to package Turkish spellcheckers - aspell-tr / myspell-tr / zemberek -- [jaunty] need to package Turkish spellcheckers - aspell-tr / myspell-tr / zemberek

[Bug 246458] Re: apt-proxy: max_versions does not work properly for Ubuntu 'distributions'

2008-10-31 Thread Chris Cheney
I'm not sure I stopped using apt-proxy and switched to approx, which works properly. If I remember correctly in the code itself it claims to be broken, it doesn't affect Debian much since they typically only have one distribution going at a time. -- apt-proxy: max_versions does not work properly

[Bug 151573] Re: [jaunty] autopkgtest gutsy openoffice.org: erroneous package!

2008-10-31 Thread Chris Cheney
** Summary changed: - [Ubuntu] [hardy] autopkgtest gutsy openoffice.org: erroneous package! + [jaunty] autopkgtest gutsy openoffice.org: erroneous package! -- [jaunty] autopkgtest gutsy openoffice.org: erroneous package! https://bugs.launchpad.net/bugs/151573 You received this bug notification

[Bug 46607] Re: [jaunty] Package Turkish spellcheckers - aspell-tr / myspell-tr / zemberek

2008-10-31 Thread Chris Cheney
** Summary changed: - [jaunty] need to package Turkish spellcheckers - aspell-tr / myspell-tr / zemberek + [jaunty] Package Turkish spellcheckers - aspell-tr / myspell-tr / zemberek -- [jaunty] Package Turkish spellcheckers - aspell-tr / myspell-tr / zemberek

[Bug 45849] Re: [jaunty] Include this OOo Writer report template

2008-10-31 Thread Chris Cheney
** Summary changed: - [Ubuntu] [hardy] OpenOffice.org Writer report template + [jaunty] Include this OOo Writer report template -- [jaunty] Include this OOo Writer report template https://bugs.launchpad.net/bugs/45849 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 260421] Re: Unable to play midi files in open office presenter (2.4.1)

2008-10-31 Thread Chris Cheney
** Bug watch added: Novell/SUSE Bugzilla #440777 https://bugzilla.novell.com/show_bug.cgi?id=440777 ** Also affects: openoffice via https://bugzilla.novell.com/show_bug.cgi?id=440777 Importance: Unknown Status: Unknown ** Summary changed: - Unable to play midi files in open

[Bug 249352] Re: [jaunty] openoffice javaldx could not find a java runtime environment

2008-10-31 Thread Chris Cheney
** Summary changed: - openoffice javaldx could not find a java runtime environment + [jaunty] openoffice javaldx could not find a java runtime environment -- [jaunty] openoffice javaldx could not find a java runtime environment https://bugs.launchpad.net/bugs/249352 You received this bug

[Bug 235832] Re: [ubuntu] [hardy] Wrong capitalization for Launchpad entry Translate this application...

2008-10-31 Thread Chris Cheney
*** This bug is a duplicate of bug 41694 *** https://bugs.launchpad.net/bugs/41694 ** This bug has been marked a duplicate of bug 41694 [jaunty] OpenOffice.org Help Menu Inconsistencies -- [ubuntu] [hardy] Wrong capitalization for Launchpad entry Translate this application...

[Bug 66551] Re: Application names should be in the dictionaries

2008-10-31 Thread Chris Cheney
Reassigning to the dictionary package. ** Summary changed: - [Ubuntu] [hardy] Application names should be in the standard.dic in OpenOffice + Application names should be in the dictionaries ** Changed in: hunspell-en-us (Ubuntu) Sourcepackagename: openoffice.org = hunspell-en-us Importance:

[Bug 158035] Re: [ooo-build] [hardy] fonts are not in the same format after the last update of ooo

2008-10-31 Thread Chris Cheney
*** This bug is a duplicate of bug 126784 *** https://bugs.launchpad.net/bugs/126784 ** This bug has been marked a duplicate of bug 126784 bad font substitution causes line spacing to be wrong -- [ooo-build] [hardy] fonts are not in the same format after the last update of ooo

[Bug 218692] Re: openoffice.org-writer lacks gij dependencies, no java runtime on CD

2008-10-31 Thread Chris Cheney
*** This bug is a duplicate of bug 249352 *** https://bugs.launchpad.net/bugs/249352 ** This bug has been marked a duplicate of bug 249352 [jaunty] openoffice javaldx could not find a java runtime environment -- openoffice.org-writer lacks gij dependencies, no java runtime on CD

[Bug 218327] Re: openoffice should depend on openoffice.org-java-common

2008-10-31 Thread Chris Cheney
*** This bug is a duplicate of bug 249352 *** https://bugs.launchpad.net/bugs/249352 ** This bug is no longer a duplicate of bug 218692 openoffice.org-writer lacks gij dependencies, no java runtime on CD ** This bug has been marked a duplicate of bug 249352 [jaunty] openoffice javaldx

[Bug 234576] Re: [ubuntu] [jaunty] OpenOffice.org should use the GTK printing dialogue

2008-10-31 Thread Chris Cheney
*** This bug is a duplicate of bug 47658 *** https://bugs.launchpad.net/bugs/47658 ** This bug has been marked a duplicate of bug 47658 [jaunty] OpenOffice doesn't use gtkprint/kprinter when running under Gtk/KDE -- [ubuntu] [jaunty] OpenOffice.org should use the GTK printing dialogue

[Bug 47658] Re: [jaunty] OpenOffice doesn't use gtkprint/kprinter when running under Gtk/KDE

2008-10-31 Thread Chris Cheney
** Summary changed: - [Ubuntu] [hardy] OpenOffice doesn't use kprinter in Kubuntu + [jaunty] OpenOffice doesn't use gtkprint/kprinter when running under Gtk/KDE ** Summary changed: - [jaunty] OpenOffice doesn't use gtkprint/kprinter when running under Gtk/KDE + [ooo-build] OpenOffice doesn't

[Bug 24147] Re: [Ubuntu] [hardy] ooo2 should use gnome print dialog

2008-10-31 Thread Chris Cheney
*** This bug is a duplicate of bug 47658 *** https://bugs.launchpad.net/bugs/47658 ** This bug is no longer a duplicate of bug 234576 [ubuntu] [jaunty] OpenOffice.org should use the GTK printing dialogue ** This bug has been marked a duplicate of bug 47658 [jaunty] OpenOffice doesn't

[Bug 102297] Re: [jaunty] smb doesn't work with kde kioslave

2008-10-31 Thread Chris Cheney
** Summary changed: - [ooo-build] [hardy] openoffice: smb doesn't work with kde kioslave + [jaunty] smb doesn't work with kde kioslave -- [jaunty] smb doesn't work with kde kioslave https://bugs.launchpad.net/bugs/102297 You received this bug notification because you are a member of Ubuntu

[Bug 102297] Re: [jaunty] smb doesn't work with kde kioslave

2008-10-31 Thread Chris Cheney
Need to modify to compile against KDE 4 libraries ** Changed in: openoffice.org (Ubuntu) Target: None = jaunty-alpha-1 ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) -- [jaunty] smb doesn't work with kde kioslave https://bugs.launchpad.net

[Bug 223433] Re: [jaunty] [openoffice.org] Vertical CJK text is not rendered properly: it's invisible.

2008-10-31 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Target: None = jaunty-alpha-1 -- [jaunty] [openoffice.org] Vertical CJK text is not rendered properly: it's invisible. https://bugs.launchpad.net/bugs/223433 You received this bug notification

[Bug 157249] Re: [ooo-build] [hardy] [writer] images deleted from file

2008-10-31 Thread Chris Cheney
** Bug watch added: Novell/SUSE Bugzilla #440795 https://bugzilla.novell.com/show_bug.cgi?id=440795 ** Also affects: openoffice via https://bugzilla.novell.com/show_bug.cgi?id=440795 Importance: Unknown Status: Unknown ** Summary changed: - [ooo-build] [hardy] [writer] images

[Bug 116750] Re: [upstream] word processor exits without error after paste of html text

2008-10-31 Thread Chris Cheney
** Summary changed: - [Upstream] [hardy] word processor exits without error after paste of html text + [upstream] word processor exits without error after paste of html text ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Target: None = jaunty

[Bug 291526] Re: Open Office 2.4.1. on Hardy AMD 64 Underlining Words not possible

2008-10-31 Thread Chris Cheney
Was what showed up was a small underlined u? I can't reproduce this problem on Ubuntu 8.10. However if you used ctrl-shift-u then that is a known bug for German localization since it is the same command sequence that Gnome uses for entering unicode characters. -- Open Office 2.4.1. on Hardy

[Bug 283772] Re: [jaunty] catalan help file is not include

2008-10-31 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: intrepid-updates = jaunty-alpha-1 -- [jaunty] catalan help file is not include https://bugs.launchpad.net/bugs/283772 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 288072] Re: [jaunty] OOo 3.0.0 from PPA has dependency problems with finnish language - need to recompile openoffice.org-voikko

2008-10-31 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: intrepid-updates = jaunty-alpha-1 -- [jaunty] OOo 3.0.0 from PPA has dependency problems with finnish language - need to recompile openoffice.org-voikko https://bugs.launchpad.net/bugs/288072 You received this bug notification because you

[Bug 279789] Re: [jaunty] openoffice cannot write to samba shares (some kind of gvfs timeout?)

2008-10-31 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Target: None = jaunty-alpha-1 ** Description changed: + Enable gio in OOo 3.0.0 to see if it helps resolve this issue. + + === + Intrepid Ibex, Updates through today, 07.10.2008. Setting

[Bug 274867] Re: adding table twice results in unexpected behaviour in query

2008-10-31 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Status: Triaged = Incomplete -- adding table twice results in unexpected behaviour in query https://bugs.launchpad.net/bugs/274867 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 249352] Re: [jaunty] openoffice javaldx could not find a java runtime environment

2008-10-31 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Target: later = jaunty-alpha-1 -- [jaunty] openoffice javaldx could not find a java runtime environment https://bugs.launchpad.net/bugs/249352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 262579] Re: [jaunty] openoffice.org-common package has identifical files: changelog.gz and changelog.ooo-build.gz, please remove one

2008-10-31 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Target: None = jaunty-alpha-1 -- [jaunty] openoffice.org-common package has identifical files: changelog.gz and changelog.ooo-build.gz, please remove one https://bugs.launchpad.net/bugs/262579 You

[Bug 247485] Re: [jaunty] Openoffice doesn't really use GVFS

2008-10-31 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) = Chris Cheney (ccheney) Target: None = jaunty-alpha-1 ** Description changed: + Enable gio in OOo 3.0.0 to try to resolve this problem. + + === + Binary package hint: openoffice.org-gnome Hello, Seems

[Bug 242844] Re: Cannot start OpenOffice.org with xvfb-run

2008-10-31 Thread Chris Cheney
** Bug watch added: Novell/SUSE Bugzilla #440798 https://bugzilla.novell.com/show_bug.cgi?id=440798 ** Also affects: openoffice via https://bugzilla.novell.com/show_bug.cgi?id=440798 Importance: Unknown Status: Unknown ** Changed in: openoffice.org (Ubuntu) Assignee: Chris

  1   2   3   4   5   6   7   8   9   10   >