[Bug 358261] [NEW] net rpc command potentially dangerous on Windows 2003 Server

2009-04-09 Thread therebel22
Public bug reported: Binary package hint: samba Hi, it is a request feature : Example : - you have a Windows 2003 Domain Controller named dc1. - you have a linux machine and in smb.conf, a mistake is made : netbios name parameter is set to dc1 if you want to join machine to your domain, and

[Bug 358261] Re: net rpc command potentially dangerous on Windows 2003 Server

2009-04-09 Thread Thierry Carrez
It's by design that you can replace an existing object machine. The DC should probably protect itself against overwriting itself. What happens if you run net ads join instead of net rpc join ? Does it refuse to overwrite the existing DC machine object ? Could you post the output of both commands

[Bug 358261] Re: net rpc command potentially dangerous on Windows 2003 Server

2009-04-09 Thread therebel22
Sorry, i can't test it anymore. I haven't any test DC and my windows admin don't want me to test it again on production DC .. If anybody can .. -- net rpc command potentially dangerous on Windows 2003 Server https://bugs.launchpad.net/bugs/358261 You received this bug notification because you

[Bug 358382] [NEW] iostat -N doesn't report device mapper names

2009-04-09 Thread Hugh Saunders
Public bug reported: Binary package hint: sysstat Ubuntu Release: 8.04LTS Package: sysstat Package Version: 8.0.3-1ubuntu1 Expected: Using iostat -N statistics are shown against device mapper names (from /dev/mapper/*) Actually Happened: Statistics are shown against devices labeled as dm-n

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2009-04-09 Thread leopard
Ubuntu 8.04 Sometimes I have error in log. High loaded server, online system writen by PHP and using Postgresql. $ tail -f /var/log/messages Apr 9 13:15:01 dbserver kernel: [ 7110.775499] php[14257]: segfault at eip b6e98e8f esp bfef4ca0 error 4 Apr 9 13:15:01 dbserver kernel: [

[Bug 358261] Re: net rpc command potentially dangerous on Windows 2003 Server

2009-04-09 Thread therebel22
I finally have made the test 2 times whith net ads join : r...@...: net ads join -U Administrateur -S dc Joined '...' to realm 'realm' r...@...: net ads join -U Administrateur -S dc Joined '...' to realm 'realm' With net rpc join, 2 times : r...@...: net rpc join -U Administrateur -S dc Joined

[Bug 354243] Re: Nautilus fails to browse any share on network to which Iomega Home Network Hard Drive (MDHD500-N, firmware K108.W15) is attached.

2009-04-09 Thread Stephen D Kamm
Given the confusion introduced by my Comment 9, I will restrict my further comments to the original case of Bug 354243: a LIVE SESSION run from a Ubuntu 9.04 beta Desktop i386 CD. That being the case, I ask: Once I have edited and saved /etc/samba/smb.conf, how am I to restart smbclient? The

[Bug 358468] [NEW] Samba crashes on install....

2009-04-09 Thread Mr Green
Public bug reported: Binary package hint: samba On install of samba I get the following: * Starting Samba daemons[fail] invoke-rc.d: initscript samba, action start failed. dpkg: error processing samba (--configure): subprocess post-installation

[Bug 358468] Re: Samba crashes on install....

2009-04-09 Thread Mr Green
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25111641/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/25111643/DpkgTerminalLog.gz -- Samba crashes on install https://bugs.launchpad.net/bugs/358468 You received this bug

[Bug 90681] Re: resolv.conf overwritten using VPN/PPP etc...

2009-04-09 Thread definingmoment
Any updates? Is there a patch in the works for this? -- resolv.conf overwritten using VPN/PPP etc... https://bugs.launchpad.net/bugs/90681 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dhcp3 in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 326768] Re: mysql thinks it has crashed when it hasn't

2009-04-09 Thread MarcRandolph
Bug 358173 may be a duplicate of this. Thanks to the original reporter for proposing a solution. ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: Incomplete = Confirmed -- mysql thinks it has crashed when it hasn't https://bugs.launchpad.net/bugs/326768 You received this bug notification

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-09 Thread Colin Watson
iscsi=true should still be supported in Jaunty; I can find no evidence that it has been removed from the installer. preseed_aliases still lists it and disk-detect.sh still handles it. -- iSCSI install fails under hardy https://bugs.launchpad.net/bugs/236640 You received this bug notification

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-09 Thread Colin Watson
I've uploaded a partial fix (which needs release team approval since we're in freeze), although I can't test this myself so there may well be more to it than this. Still, this part by itself seems obviously correct to me. open-iscsi (2.0.870.1-0ubuntu3) jaunty; urgency=low * Invoke iscsi-iname

[Bug 358589] [NEW] Segmentation fault during peer startup in failover configuration

2009-04-09 Thread Matt Kassawara
Public bug reported: Configuration: I'm running redundant servers using failover peer mode in which both daemons actively handle DHCP requests and share lease information. Expected operation: Under normal operating conditions, both daemons should start in any order, synchronize lease

[Bug 358589] Re: Segmentation fault during peer startup in failover configuration

2009-04-09 Thread Matt Kassawara
** Attachment added: gdb-dhcp3-server.txt http://launchpadlibrarian.net/25129658/gdb-dhcp3-server.txt -- Segmentation fault during peer startup in failover configuration https://bugs.launchpad.net/bugs/358589 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 358612] [NEW] X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-04-09 Thread Andrew Schulman
Public bug reported: Binary package hint: openssh-client ssh X11 forwarding to my intrepid client from my openssh server used to work, but it always fails now, with Invalid MIT-MAGIC-COOKIE. Please see the example session log below. Forwarding succeeds to a Windows client running PuTTY, so the

[Bug 90812] Re: perl backend can't use dynamically loaded modules (DBI, POSIX...)

2009-04-09 Thread Davor Ocelic
Just a note for those wanting to run slapd perl backed right away-- the solution is simply to preload libperl in the slapd startup command like this: LD_PRELOAD=/usr/lib/libperl.so.5.10 /usr/sbin/slapd -d 256. -- perl backend can't use dynamically loaded modules (DBI, POSIX...)

[Bug 358652] [NEW] Error during mysql slave replication

2009-04-09 Thread Mariusz Kielpinski
Public bug reported: After upgrading to jaunty I have problem with replication system in mysql. After every system reboot I have to issue RESET SLAVE; START SLAVE; command to continue this to work. The reason for that is fact that relays log have higher index number than number stored in mysqld-

[Bug 270698] Re: [Intrepid] ./configure arguments need --localstatedir=var

2009-04-09 Thread Jelmer Vernooij
** Changed in: samba4 (Ubuntu) Status: Fix Committed = Fix Released -- [Intrepid] ./configure arguments need --localstatedir=var https://bugs.launchpad.net/bugs/270698 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba4 in

[Bug 216358] Re: Samba crashes repeatedly to assert_uid

2009-04-09 Thread Brian Murray
I've removed the patch flags from the previous attachments that were flagged as patches since they didn't seem to fix the issue although they are still patches. This will prevent the bug from showing up in the patched bug workflow which seems most appropriate so no action is to be taken with the

[Bug 358703] [NEW] Wrong/insecure configuration of PHP module

2009-04-09 Thread imagine
Public bug reported: Binary package hint: libapache2-mod-php5 The Apache directives inside /etc/apache2/mods-available/php5.conf are both wrong and insecure. The relevant lines are: --- AddType application/x-httpd-php .php .phtml .php3 AddType application/x-httpd-php-source .phps --- 1.

[Bug 357583] Re: missing the last bit for powering off the system

2009-04-09 Thread Dustin Kirkland
** Changed in: nut (Ubuntu) Importance: Undecided = High ** Changed in: nut (Ubuntu) Status: Confirmed = In Progress -- missing the last bit for powering off the system https://bugs.launchpad.net/bugs/357583 You received this bug notification because you are a member of Ubuntu Server

[Bug 357583] Re: missing the last bit for powering off the system

2009-04-09 Thread Dustin Kirkland
Trivial debdiff attached. Subscribing the release team to signoff for upload... :-Dustin ** Attachment added: 357583.debdiff http://launchpadlibrarian.net/25166797/357583.debdiff -- missing the last bit for powering off the system https://bugs.launchpad.net/bugs/357583 You received this

[Bug 61989] Re: [Edgy dhclient regression] error: Message too long

2009-04-09 Thread Mircea B
This is still an issue in Ubuntu 9.04 Beta I'm behind a router that serves as a DHCP server. I boot the live CD Ubuntu 9.04 Beta, and I have no connection. The mtu is set to 64 and dhcp failed. I have to: - sudo vi /etc/dhcp3/dhclient.conf and remove interface-mtu, - sudo ifconfig eth0 mtu 1500

[Bug 335581] Re: Ubuntu Server Install Fails with Dep Errors

2009-04-09 Thread Dustin Kirkland
Pete- I'm marking this 'fix released'. I'm not able to reproduce this on the current server cd's. As you know, the daily snapshots can certain have quirks. I bet this was just one of them... :-Dustin ** Changed in: ubuntu Status: New = Fix Released -- Ubuntu Server Install Fails

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-09 Thread Dustin Kirkland
** Changed in: open-iscsi (Ubuntu Jaunty) Importance: Undecided = High ** Changed in: open-iscsi (Ubuntu Jaunty) Status: New = In Progress ** Changed in: open-iscsi (Ubuntu Jaunty) Assignee: Dustin Kirkland (kirkland) = Colin Watson (cjwatson) -- iSCSI install fails under hardy

[Bug 358652] Re: Error during mysql slave replication

2009-04-09 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make Ubuntu better. Could you describe your replication configuration? Could you post the mysql configuration file on both the master and slave? ** Changed in: mysql-dfsg-5.0 (Ubuntu) Importance: Undecided = Medium ** Changed in:

[Bug 90681] Re: resolv.conf overwritten using VPN/PPP etc...

2009-04-09 Thread medvet
I installed jaunty and some of this is fixed - new NetworkManager is much more straight-forward as far as routing settings are concerned, and resolv.conf gets updated (with target DNS appearing before others in the file). I am still missing a connection-specific search domains, though... --

[Bug 357583] Re: missing the last bit for powering off the system

2009-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nut - 2.4.1-2ubuntu4 --- nut (2.4.1-2ubuntu4) jaunty; urgency=low * debian/nut.links: must create the init script link, used if the ups needs to be powered down, LP: #357583 -- Dustin Kirkland kirkl...@ubuntu.com Thu, 09 Apr 2009 14:01:54

[Bug 358212] [NEW] [Intel 82801G] Not detected by new kernel

2009-04-09 Thread Julian Lam
Public bug reported: Binary package hint: xorg I don't know the exact package name, so please apply this to the proper xserver-xorg package, sorry! Upgrade from 8.10 to 9.04 beta, 82801G onboard sound card is not detected, and defaults to the null audio driver. 00:1b.0 Audio device [0403]:

[Bug 358212] Re: [Intel 82801G] Not detected by new kernel

2009-04-09 Thread Julian Lam
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25095822/Dependencies.txt ** Attachment added: LsHal.txt http://launchpadlibrarian.net/25095823/LsHal.txt ** Attachment added: LsMod.txt http://launchpadlibrarian.net/25095824/LsMod.txt ** Attachment added: LsPci.txt

[Bug 358211] [NEW] xserver-xorg-input-joystick no longer activates gamepad

2009-04-09 Thread Debriter
Public bug reported: Binary package hint: xserver-xorg-input-joystick I just installed amd64-Desktop-9.04 beta on my HTPC. The logitech gamepad stopped working, which I was using for controlling the mouse pointer. I have attached the output from lshal and X. Below snippet shows HAL detecting

[Bug 358211] Re: xserver-xorg-input-joystick no longer activates gamepad

2009-04-09 Thread Debriter
** Attachment added: logs.tar.bz2 http://launchpadlibrarian.net/25095820/logs.tar.bz2 -- xserver-xorg-input-joystick no longer activates gamepad https://bugs.launchpad.net/bugs/358211 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 358210] [NEW] package not installed properly offline.

2009-04-09 Thread launchpad
Public bug reported: Binary package hint: gcc-4.3-base If you install gcc-4.3-base_4.3.3-5ubuntu4_i386 package offline this will make 5 essential packages broken. To fix them you must remove them which will crush the OS( Ubuntu 8.10). ** Affects: gcc-4.3 (Ubuntu) Importance: Undecided

[Bug 330048] Re: /usr/bin/locale missing during upgrade

2009-04-09 Thread Martin Pitt
** Package changed: langpack-locales (Ubuntu Jaunty) = glibc (Ubuntu Jaunty) -- /usr/bin/locale missing during upgrade https://bugs.launchpad.net/bugs/330048 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 357644] Re: Login window incorrectly formats 24h time when auto 24h selected in preferences

2009-04-09 Thread Ceri
Hi. gdm is version 2.20.10-0ybuntu2 -- Login window incorrectly formats 24h time when auto 24h selected in preferences https://bugs.launchpad.net/bugs/357644 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 357644] Re: Login window incorrectly formats 24h time when auto 24h selected in preferences

2009-04-09 Thread Ceri
Hi. gdm is version 2.20.10-0ubuntu2 -- Login window incorrectly formats 24h time when auto 24h selected in preferences https://bugs.launchpad.net/bugs/357644 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 309411] Re: new libitext-java source needs libbcprov-java promoted to main

2009-04-09 Thread Steve Langasek
** Description changed: Binary package hint: libitext-java It was brought to my attention by Onkar Shinde that the new version of libitext-java source is now in Ubuntu but can't build due to needing libbcprov-java. + + https://wiki.ubuntu.com/MainInclusionReportBouncyCastle -- new

[Bug 281633] Re: Can't burn/erase cd using brasero

2009-04-09 Thread Chucky Ellison
I'm getting the same behavior. Session error : the drive can't be locked (ongoing burning process) (brasero_burn_record burn.c:2524). I had a failed burn using Ubuntu CD/DVD Creator, so I closed it and opened up Brasero. Any other suggestions for debugging help? ~$ ps -A | grep cd ~$ I have

[Bug 221065] Re: cached compose data is not available

2009-04-09 Thread Bryce Harrington
mkcomposecache is a binary utility, maybe it just seemed inappropriate to put it into a library? The code looks pretty antique; it still uses Imake...! The code will need to be updated to current, given a new makefile, integrated somewhere (maybe it'd fit better into x11-xserver-utils?) and

[Bug 358214] Re: konqueror crashed with SIGSEGV on Computer startup

2009-04-09 Thread Loiseau2nuit
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/25095890/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25095891/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/25095892/Disassembly.txt ** Attachment

[Bug 358212] Re: [Intel 82801G] Not detected by new kernel

2009-04-09 Thread Julian Lam
Isolated incident after updating. Problem surfaced after updating nvidia nonfree drivers, and running startx. Restart solved problem. Invalidated. ** Changed in: xorg (Ubuntu) Status: New = Invalid -- [Intel 82801G] Not detected by new kernel https://bugs.launchpad.net/bugs/358212 You

[Bug 339284] Re: bzr-notify crashed with BzrError in __init__()

2009-04-09 Thread Xyos
same problem :( ubuntu 9.04 // python 2.6 -- bzr-notify crashed with BzrError in __init__() https://bugs.launchpad.net/bugs/339284 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

[Bug 358216] [NEW] if you use apt-get for installation and during the process to finish it(using ctrl-z) exculsive lock won't be set and you can't install anything else in that session

2009-04-09 Thread launchpad
Public bug reported: OS is ubuntu 8.10. ** Affects: ubuntu Importance: Undecided Status: New -- if you use apt-get for installation and during the process to finish it(using ctrl-z) exculsive lock won't be set and you can't install anything else in that session

[Bug 358215] [NEW] new upstream version - VirtualBox 2.2.0

2009-04-09 Thread thr
Public bug reported: Binary package hint: virtualbox-ose a new major release is out. please upgrade. changelog: http://www.virtualbox.org/wiki/Changelog. ** Affects: virtualbox-ose (Ubuntu) Importance: Undecided Status: New ** Tags: upgrade ** Tags added: upgrade -- new

[Bug 358217] Re: systray.py crashed with NameError in setMenu()

2009-04-09 Thread Apport retracing service
*** This bug is a duplicate of bug 342510 *** https://bugs.launchpad.net/bugs/342510 ** Tags removed: need-duplicate-check ** Attachment removed: Dependencies.txt http://launchpadlibrarian.net/25096086/Dependencies.txt ** Attachment removed: ProcMaps.txt

[Bug 333942] Re: synaptics touchpad not working in jaunty A4

2009-04-09 Thread Maciek
I'm hitting the same issue. ** Attachment added: Xorg.0.log http://launchpadlibrarian.net/25096075/Xorg.0.log -- synaptics touchpad not working in jaunty A4 https://bugs.launchpad.net/bugs/333942 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

Re: [Bug 349622] Re: virtualbox-ose-modules for linux kernel 2.6.24-24 are not available in hardy repos

2009-04-09 Thread Martin Pitt
Manish Sinha [2009-04-09 5:32 -]: Martin, I have got the update, here is the dpkg list ii virtualbox-ose-modules-2.6.24-24-generic 24.0.10 virtualbox-ose module for linux-image-2.6.24 Right, that's for

[Bug 333942] Re: synaptics touchpad not working in jaunty A4

2009-04-09 Thread Maciek
lspci -vvnn ** Attachment added: lspci-vvnn.txt http://launchpadlibrarian.net/25096111/lspci-vvnn.txt -- synaptics touchpad not working in jaunty A4 https://bugs.launchpad.net/bugs/333942 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 330048] Re: /usr/bin/locale missing during upgrade

2009-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package glibc - 2.9-4ubuntu6 --- glibc (2.9-4ubuntu6) jaunty; urgency=low * sysdeps/depflags.pl: Drop Conflicts: belocs-locales-bin, just keep the Replaces:. Not having locale available during some points in the upgrade can break the upgrade

[Bug 261881] Re: Add romanian translation to openoffice.org

2009-04-09 Thread Jani Monoses
The recommended GSI file to take is the one from ftp.linux.cz, the one that has recently been added in Debian to the 3.1 branch. thank you. -- Add romanian translation to openoffice.org https://bugs.launchpad.net/bugs/261881 You received this bug notification because you are a member of Ubuntu

[Bug 221065] Re: cached compose data is not available

2009-04-09 Thread Bryce Harrington
$ gcc mkcomposecache.c -lX11 -o mkcomposecache $ ./mkcomposecache Usage: ./mkcomposecache Locale ComposeFile CacheDir [InternalName] ** Attachment added: mkcomposecache.c http://launchpadlibrarian.net/25096011/mkcomposecache.c -- cached compose data is not available

[Bug 221065] Re: cached compose data is not available

2009-04-09 Thread Bryce Harrington
MKCOMPOSECACHE(1) MKCOMPOSECACHE(1) NAME mkcomposecache - create a cache file for a compose file explicitely SYNOPSIS mkcomposecache locale compose-file cache-dir [ internal-name ] DESCRIPTION mkcomposecache creates a cache file for the specified compose table and

[Bug 358074] Re: unable to change screen resolution

2009-04-09 Thread SGfanFre
if used the dirver from Bug #301958. now the screen settings are anabled. Thanks for the attention and i hope the driver will be used in the next editions. -- unable to change screen resolution https://bugs.launchpad.net/bugs/358074 You received this bug notification because you are a member of

[Bug 354405] Re: Pidgin crashes just after it connects to jabber server

2009-04-09 Thread Ondrej
I reported similar/same bug today: https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/358153 -- Pidgin crashes just after it connects to jabber server https://bugs.launchpad.net/bugs/354405 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 349866] Re: Update smart to 1.2

2009-04-09 Thread Martin Pitt
ack. ** Also affects: smart (Ubuntu Jaunty) Importance: Undecided Status: New ** Changed in: smart (Ubuntu Jaunty) Status: New = Confirmed -- Update smart to 1.2 https://bugs.launchpad.net/bugs/349866 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 309411] Re: new libitext-java source needs libbcprov-java promoted to main

2009-04-09 Thread Steve Langasek
MIR filed and linked from the bug description. ** Changed in: bouncycastle (Ubuntu Jaunty) Status: Incomplete = New -- new libitext-java source needs libbcprov-java promoted to main https://bugs.launchpad.net/bugs/309411 You received this bug notification because you are a member of

[Bug 358219] [NEW] Please sync sagemath 3.0.5dfsg-4 from Debian unstable

2009-04-09 Thread Tim Abbott
Public bug reported: Binary package hint: sagemath sagemath 3.0.5dfsg-4 adds a missing dependency on python-zodb. This dependency could not previously be declared because python-zodb didn't exist (see #226292). It is needed to access various Sage databases; without zodb, substantial pieces of

[Bug 350454] Please sync docbookwiki 0.9.1cvs-10 (universe) from Debian unstable (main)

2009-04-09 Thread Steve Kowalik
[Updating] docbookwiki (0.9.1cvs-9 [Ubuntu] 0.9.1cvs-10 [Debian]) * Trying to add docbookwiki... - docbookwiki_0.9.1cvs.orig.tar.gz: already in distro - downloading from librarian - docbookwiki_0.9.1cvs-10.dsc: downloading from http://ftp.debian.org/debian/ -

[Bug 349866] Re: Update smart to 1.2

2009-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package smart - 1.2-0ubuntu0.9.04 --- smart (1.2-0ubuntu0.9.04) jaunty; urgency=low * New upstream release (LP: #349866) - Added timeout for smart connections (LP: #268261) - New landscape plugin to set proxy for smart too, inheriting it from

[Bug 348422] Re: Xorg crashed with SIGSEGV in NV50ConnectorDestroy() from NVPreInit()

2009-04-09 Thread Bryce Harrington
** Package changed: xorg-server (Ubuntu) = xserver-xorg-video-nouveau (Ubuntu) ** Changed in: xserver-xorg-video-nouveau (Ubuntu) Assignee: Bryce Harrington (bryceharrington) = (unassigned) -- Xorg crashed with SIGSEGV in NV50ConnectorDestroy() from NVPreInit()

[Bug 261881] Re: Add romanian translation to openoffice.org

2009-04-09 Thread Adi Roiban
The current OO.org translation from Jaunty has many problems that were fixed in GSI file from ftp.linux.cz I don't know what is the initial source of those translations, but we prefer to use the upstream version. Many thanks, Adi -- Add romanian translation to openoffice.org

[Bug 240166] Re: Unify texture detail options

2009-04-09 Thread Travis Watkins
Please do not assign random people or groups to bugs. The only person you should ever assign a bug to is yourself. ** Changed in: compiz (Ubuntu) Assignee: Compiz Settings Developers (compizsettingsteam) = (unassigned) -- Unify texture detail options https://bugs.launchpad.net/bugs/240166

[Bug 257659] Re: XOrg::XNextEvent() crashed with SIGSEGV

2009-04-09 Thread Bryce Harrington
hito's patch ** Attachment added: nextevent.patch http://launchpadlibrarian.net/25096260/nextevent.patch -- XOrg::XNextEvent() crashed with SIGSEGV https://bugs.launchpad.net/bugs/257659 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 236884] Re: need to set proxy for smart too

2009-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package smart - 1.2-0ubuntu0.9.04 --- smart (1.2-0ubuntu0.9.04) jaunty; urgency=low * New upstream release (LP: #349866) - Added timeout for smart connections (LP: #268261) - New landscape plugin to set proxy for smart too, inheriting it from

[Bug 358224] [NEW] c

2009-04-09 Thread plazapete
Public bug reported: c ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 8.10 ErrorMessage: unable to make backup link of `./boot/vmlinuz-2.6.27-7-generic' before installing new version: Operation not permitted LsUsb: Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

[Bug 358224] Re: c

2009-04-09 Thread plazapete
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/25096394/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/25096395/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25096396/Dependencies.txt **

[Bug 358223] Re: evolution crashed with SIGSEGV in malloc_consolidate()

2009-04-09 Thread Matej Kenda
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/25096387/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25096388/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/25096389/ProcMaps.txt ** Attachment added:

[Bug 356705] Re: remove 'openbve-data-icons' from jaunty/universe

2009-04-09 Thread Steve Kowalik
2009-04-09 06:23:19 INFORemoving candidates: 2009-04-09 06:23:19 INFOopenbve-data-icons 0.0.2-0ubuntu1 in jaunty 2009-04-09 06:23:19 INFOopenbve-data-icons 0.0.2-0ubuntu1 in jaunty amd64 2009-04-09 06:23:19 INFOopenbve-data-icons 0.0.2-0ubuntu1 in jaunty armel

[Bug 319670] Re: Live CD squashfs shouldn't cause bouncing progress bar

2009-04-09 Thread Martin Pitt
Too late for jaunty, and not release critical at all. ** Changed in: usplash (Ubuntu) Status: In Progress = Triaged -- Live CD squashfs shouldn't cause bouncing progress bar https://bugs.launchpad.net/bugs/319670 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-09 Thread zaist
Andy, I did it : installing Jaunty installing the Bryce's package, No dual head working in the end. Thus I don't have any dev skills in that matters so maybe you could provide Bryce better feedback than I did... /chris -- Xinerama broken since intrepid on MGA

[Bug 358227] Re: evolution-exchange-storage crashed with SIGSEGV in IA__g_hash_table_foreach()

2009-04-09 Thread Matej Kenda
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/25096461/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25096462/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/25096463/ProcMaps.txt ** Attachment added:

[Bug 358222] [NEW] [Shuttle Inc SFM27] hibernate/resume failure

2009-04-09 Thread Frank Groeneveld
Public bug reported: I just hibernated the machine and it started normally with this crash report :S ProblemType: KernelOops Annotation: This occured during a previous hibernate and prevented it from resuming properly. Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath:

[Bug 358222] Re: [Shuttle Inc SFM27] hibernate/resume failure

2009-04-09 Thread Frank Groeneveld
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/25096374/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/25096375/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25096376/Dependencies.txt **

[Bug 358222] Re: [Shuttle Inc SFM27] hibernate/resume failure

2009-04-09 Thread Frank Groeneveld
I mean, it booted like if it was not hibernated. It didn't resume... -- [Shuttle Inc SFM27] hibernate/resume failure https://bugs.launchpad.net/bugs/358222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 355112] Re: Ask.com keeps being re-added to Firefox search bar after updates

2009-04-09 Thread Alexander Sack
sounds like this is a firefox bug. Can you reproduce with a fresh profile? -- Ask.com keeps being re-added to Firefox search bar after updates https://bugs.launchpad.net/bugs/355112 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 354232] Re: Please remove libb-size-perl source and binary from Jaunty

2009-04-09 Thread Steve Kowalik
2009-04-09 06:26:32 INFORemoving candidates: 2009-04-09 06:26:32 INFOlibb-size-perl 0.09-1 in jaunty 2009-04-09 06:26:32 INFOlibb-size-perl 0.09-1 in jaunty amd64 2009-04-09 06:26:32 INFOlibb-size-perl 0.09-1 in jaunty hppa 2009-04-09 06:26:32 INFOlibb-size-perl

[Bug 25827] Re: Thumbnails for Openoffice.org documents

2009-04-09 Thread Chris Cheney
I have it uploaded to revu with some changes, once it is approved I will send the resulting debdiff back to Flimm. http://revu.ubuntuwire.com/p/ooo-thumbnailer ** Changed in: openoffice.org (Ubuntu) Status: Fix Committed = In Progress -- ooo-thumbnailer - Thumbnails for Openoffice.org

[Bug 358228] Re: pidgin (and finch) segfault on startup

2009-04-09 Thread Ing0R
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25096510/Dependencies.txt -- pidgin (and finch) segfault on startup https://bugs.launchpad.net/bugs/358228 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 356631] Re: CD-ROM tray closes automatically after eject

2009-04-09 Thread FrenchNux
amd64 -- CD-ROM tray closes automatically after eject https://bugs.launchpad.net/bugs/356631 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

[Bug 355182] Re: Please remove kblogger-kde4 source only from Jaunty

2009-04-09 Thread Steve Kowalik
2009-04-09 06:33:15 INFORemoving candidates: 2009-04-09 06:33:15 INFOkblogger-kde4 1.0~alpha2-0ubuntu3 in jaunty 2009-04-09 06:33:15 INFORemoved-by: Steve Kowalik 2009-04-09 06:33:15 INFOComment: unneeded now that kblogger is KDE4; LP: #355182 2009-04-09 06:33:15 INFO1

[Bug 358228] [NEW] pidgin (and finch) segfault on startup

2009-04-09 Thread Ing0R
Public bug reported: Binary package hint: pidgin Pidgin opens its windows an crashes a short time after. Finch shows an empty buddy list and two connect-messages from irc. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: pidgin 1:2.5.5-1ubuntu7 ProcEnviron:

[Bug 355013] Re: Remove it from jaunty due to bugs and security issues

2009-04-09 Thread Steve Kowalik
2009-04-09 06:30:17 INFORemoving candidates: 2009-04-09 06:30:17 INFOamaya 10.1~pre4+dfsg.0-2 in jaunty 2009-04-09 06:30:17 INFOamaya 10.1~pre4+dfsg.0-2 in jaunty amd64 2009-04-09 06:30:17 INFOamaya 10.1~pre4+dfsg.0-2 in jaunty armel 2009-04-09 06:30:17 INFO

[Bug 358200] Re: Alltray Crashes after closing Evolution

2009-04-09 Thread Apport retracing service
*** This bug is a duplicate of bug 213573 *** https://bugs.launchpad.net/bugs/213573 ** Attachment removed: CoreDump.gz http://launchpadlibrarian.net/25093983/CoreDump.gz ** Attachment removed: Dependencies.txt http://launchpadlibrarian.net/25093984/Dependencies.txt ** Attachment

Re: [Bug 357815] Re: Keyboard shortcuts in gnome-panel (e.g. Alt+F1, Alt+F2) stopped working after upgrade to 9.04

2009-04-09 Thread gozdal
Indeed enabling GNOME Compatibility in cssm fixed the issue. AFAIK there was no GNOME Compatibility option in 8.10 and after upgrade it was not enabled by default which is the root problem that caused the shortcuts to stop working. 2009/4/9 Sebastien Bacher seb...@ubuntu.com you can run ccsm to

[Bug 355234] Re: [RM] Delete kubuntu-artwork-kbfx from the archive

2009-04-09 Thread Steve Kowalik
2009-04-09 06:39:52 INFORemoving candidates: 2009-04-09 06:39:52 INFOkubuntu-artwork-kbfx 1.1 in jaunty 2009-04-09 06:39:52 INFOkubuntu-artwork-kbfx 1.1 in jaunty amd64 2009-04-09 06:39:52 INFOkubuntu-artwork-kbfx 1.1 in jaunty armel 2009-04-09 06:39:52 INFO

[Bug 355229] Re: Please remove gtk-qt-engine-kde4 source only from Jaunty

2009-04-09 Thread Steve Kowalik
2009-04-09 06:37:50 INFORemoving candidates: 2009-04-09 06:37:50 INFOgtk-qt-engine-kde4 1.1-0ubuntu1 in jaunty 2009-04-09 06:37:50 INFORemoved-by: Steve Kowalik 2009-04-09 06:37:50 INFOComment: unneeded now that gtk-qt-engine is KDE4; LP: #355182 2009-04-09 06:37:50 INFO1

[Bug 352914] Re: pidgin crashed with SIGSEGV in poll()

2009-04-09 Thread kylea
Crashed again - immediately are starting PC, have booted twice today, first time was ok (at Work) - however at work I cannot get a connect thru the firewall... -- pidgin crashed with SIGSEGV in poll() https://bugs.launchpad.net/bugs/352914 You received this bug notification because you are a

Re: [Bug 348948] Re: apport-collect: add short infos to description

2009-04-09 Thread Martin Pitt
Brian Murray [2009-04-08 17:46 -]: Will this be implemented in Jaunty? I'm afraid I didn't manage it this week (with above reporter/non-reporter heuristic and links to bug comments this is a really complex change), and with the final freeze being tomorrow, the current version has to do.

[Bug 342374] Re: Nvidia MCP67 system freezes on boot unless key is held down (continuation of #272247)

2009-04-09 Thread Polygon
if it is a duplicate, please feel free to mark it that way. I am just a lowly user, i honestly have no idea whats going on xD -- Nvidia MCP67 system freezes on boot unless key is held down (continuation of #272247) https://bugs.launchpad.net/bugs/342374 You received this bug notification

[Bug 309411] Re: new libitext-java source needs libbcprov-java promoted to main

2009-04-09 Thread Steve Langasek
Marked high, this should be resolved for release. From what I can see, the latest upstream version if libitext-java exposes classes in its API that are derived from bouncycastle classes, so it's not possible to reasonably exclude bouncycastle from main without reverting libitext- java to a

[Bug 356940] Re: qt4 opengl crashed with SIGSEGV in glXWaitX()

2009-04-09 Thread Owen Riddy
** Visibility changed to: Public -- qt4 opengl crashed with SIGSEGV in glXWaitX() https://bugs.launchpad.net/bugs/356940 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

[Bug 355462] Re: Please remove kwirelessmonitor source and binary from Jaunty

2009-04-09 Thread Steve Kowalik
2009-04-09 06:44:14 INFORemoving candidates: 2009-04-09 06:44:14 INFOkwirelessmonitor 0.5.91-2.1 in jaunty 2009-04-09 06:44:14 INFOkwirelessmonitor 0.5.91-2.1 in jaunty amd64 2009-04-09 06:44:14 INFOkwirelessmonitor 0.5.91-2.1 in jaunty hppa 2009-04-09 06:44:14 INFO

[Bug 355457] Re: Please remove kompile source and binary from Jaunty

2009-04-09 Thread Steve Kowalik
2009-04-09 06:42:19 INFORemoving candidates: 2009-04-09 06:42:19 INFOkompile 0.3~beta2-0ubuntu3 in jaunty 2009-04-09 06:42:19 INFOkompile 0.3~beta2-0ubuntu3 in jaunty amd64 2009-04-09 06:42:19 INFOkompile 0.3~beta2-0ubuntu3 in jaunty hppa 2009-04-09 06:42:19 INFO

[Bug 355456] Re: Please remove kopete-silc-plugin source and binary from Jaunty

2009-04-09 Thread Steve Kowalik
2009-04-09 06:41:11 INFORemoving candidates: 2009-04-09 06:41:11 INFOkopete-silc-plugin 0.4-1 in jaunty 2009-04-09 06:41:11 INFOkopete-silc-plugin 0.4-1 in jaunty amd64 2009-04-09 06:41:11 INFOkopete-silc-plugin 0.4-1 in jaunty hppa 2009-04-09 06:41:11 INFO

[Bug 199687] Re: [Intrepid] [Hardy] Asus F5N laptop freezes on restart but will shut down

2009-04-09 Thread Horváth Dávid
I'm in the same boat. Asus F5N-158, shutdown worked with 8.10 after one tweak, but restart is stopping at the end. Only the shutdown button helps. I will try the Jaunty kernel today. If not, is there a workaround? -- [Intrepid] [Hardy] Asus F5N laptop freezes on restart but will shut down

[Bug 358233] Re: Linux Image

2009-04-09 Thread Cam
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/25096729/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/25096730/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25096731/Dependencies.txt **

[Bug 358233] [NEW] Linux Image

2009-04-09 Thread Cam
Public bug reported: Impossible to update Linux Image (code err 17) on live usb key ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 8.10 ErrorMessage: le sous-processus post-installation script a retourné une erreur de sortie d'état 17 Package: linux-image-2.6.27-11-generic

[Bug 355781] Re: [Source+binary removal] kdvi

2009-04-09 Thread Steve Kowalik
2009-04-09 06:46:14 INFORemoving candidates: 2009-04-09 06:46:14 INFOkdvi 4:3.5.10-0ubuntu1 in jaunty 2009-04-09 06:46:14 INFOkdvi 4:3.5.10-0ubuntu1 in jaunty amd64 2009-04-09 06:46:14 INFOkdvi 4:3.5.10-0ubuntu1 in jaunty armel 2009-04-09 06:46:14 INFOkdvi

[Bug 320319] Re: vlc crashed with SIGSEGV in MainInterface::toggleFSC()

2009-04-09 Thread mac_v
i had vlc crash with similar problem... also since i'v upgraded to 9.04 , vlc plays video in a separate window, even though i have selected embed video in the settings... how do i correct this? -- vlc crashed with SIGSEGV in MainInterface::toggleFSC() https://bugs.launchpad.net/bugs/320319 You

  1   2   3   4   5   6   7   8   9   10   >