[Bug 1037400] Re: python-lockfile missing from list of required dependencies

2012-08-16 Thread Raphaël Badin
** Changed in: maas (Ubuntu) Assignee: (unassigned) = Raphaël Badin (rvb) ** Changed in: maas (Ubuntu) Status: Triaged = In Progress ** Changed in: maas (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1033956] [NEW] DEFAULT_MAAS_URL should include the '/MAAS' part.

2012-08-07 Thread Raphaël Badin
Public bug reported: We've changed how MAAS treats the setting DEFAULT_MAAS_URL: now the FORCE_SCRIPT_NAME is not appended by the code if DEFAULT_MAAS_URL is defined in maas_local_settings.py. The packaging should be changed so that DEFAULT_MAAS_URL will be http://server.ip/MAAS; (as opposed to

[Bug 1033956] [NEW] DEFAULT_MAAS_URL should include the '/MAAS' part.

2012-08-07 Thread Raphaël Badin
Public bug reported: We've changed how MAAS treats the setting DEFAULT_MAAS_URL: now the FORCE_SCRIPT_NAME is not appended by the code if DEFAULT_MAAS_URL is defined in maas_local_settings.py. The packaging should be changed so that DEFAULT_MAAS_URL will be http://server.ip/MAAS; (as opposed to

[Bug 1030860] Re: Maas-hosted DNS is not enabled.

2012-08-02 Thread Raphaël Badin
** Description changed: To enable DNS we need to: - make sure that bind9utils dnsutils bind9 python-netaddr are installed (new dependencies) - make sure that the directory /etc/bind/maas (etc/celeryconfig.py:DNS_CONFIG_DIR) is created - call `sudo maas set_up_dns` (this will create an

[Bug 1030860] Re: Maas-hosted DNS is not enabled.

2012-08-02 Thread Raphaël Badin
** Description changed: To enable DNS we need to: - make sure that bind9utils dnsutils bind9 python-netaddr are installed (new dependencies) - make sure that the directory /etc/bind/maas (etc/celeryconfig.py:DNS_CONFIG_DIR) is created - call `sudo maas set_up_dns` (this will create an

[Bug 1030860] [NEW] DNS is not enabled.

2012-07-30 Thread Raphaël Badin
Public bug reported: To enable DNS we need to: - make sure that bind9utils dnsutils bind9 python-netaddr are installed (new dependencies) - make sure that the directory /etc/bind/maas (etc/celeryconfig.py:DNS_CONFIG_DIR) is created - call `sudo maas set_up_dns` (this will create an empty [i.e.

[Bug 1030860] [NEW] DNS is not enabled.

2012-07-30 Thread Raphaël Badin
Public bug reported: To enable DNS we need to: - make sure that bind9utils dnsutils bind9 python-netaddr are installed (new dependencies) - make sure that the directory /etc/bind/maas (etc/celeryconfig.py:DNS_CONFIG_DIR) is created - call `sudo maas set_up_dns` (this will create an empty [i.e.

[Bug 1027154] Re: Unable to look up a node based on mac address

2012-07-23 Thread Raphaël Badin
** Changed in: maas Status: Incomplete = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1027154 Title: Unable to look up a node based on mac address To manage

[Bug 1027154] Re: Unable to look up a node based on mac address

2012-07-23 Thread Raphaël Badin
** Branch linked: lp:~rvb/maas/bug-1027154 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1027154 Title: Unable to look up a node based on mac address To manage notifications about

[Bug 1027154] Re: Unable to look up a node based on mac address

2012-07-23 Thread Raphaël Badin
I've added a filter to the 'list' API method: /api/1.0/nodes/?op=listmac_address=MAC1mac_address=MAC2. ** Changed in: maas Status: Triaged = Fix Released ** Changed in: maas Assignee: (unassigned) = Raphaël Badin (rvb) -- You received this bug notification because you are a member

[Bug 1027154] Re: Unable to look up a node based on mac address

2012-07-23 Thread Raphaël Badin
** Changed in: maas Status: Incomplete = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027154 Title: Unable to look up a node based on mac address To manage notifications about

[Bug 1027154] Re: Unable to look up a node based on mac address

2012-07-23 Thread Raphaël Badin
** Branch linked: lp:~rvb/maas/bug-1027154 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027154 Title: Unable to look up a node based on mac address To manage notifications about this bug go to:

[Bug 1027154] Re: Unable to look up a node based on mac address

2012-07-23 Thread Raphaël Badin
I've added a filter to the 'list' API method: /api/1.0/nodes/?op=listmac_address=MAC1mac_address=MAC2. ** Changed in: maas Status: Triaged = Fix Released ** Changed in: maas Assignee: (unassigned) = Raphaël Badin (rvb) -- You received this bug notification because you are a member

[Bug 1026857] Re: Installing bind9 as per HACKING.txt leaves a running bind daemon on developer's machines

2012-07-20 Thread Raphaël Badin
fwiw, I'm with Gavin on this one, that's a *minor* problem with the *dev* environment so that definitely seems like low priority to me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu.

[Bug 1027154] Re: need way to get system based on mac address

2012-07-20 Thread Raphaël Badin
I see two possible solutions to that problem: a) we could add a lookup method to the API. The method would return a list of system IDs from a set of criteria (mac adress would be one of the possible criteria). b) or, if we want to promote the mac address as an identifier, we could allow the

[Bug 1026857] Re: Installing bind9 as per HACKING.txt leaves a running bind daemon on developer's machines

2012-07-20 Thread Raphaël Badin
fwiw, I'm with Gavin on this one, that's a *minor* problem with the *dev* environment so that definitely seems like low priority 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/1026857 Title:

[Bug 1027154] Re: need way to get system based on mac address

2012-07-20 Thread Raphaël Badin
I see two possible solutions to that problem: a) we could add a lookup method to the API. The method would return a list of system IDs from a set of criteria (mac adress would be one of the possible criteria). b) or, if we want to promote the mac address as an identifier, we could allow the

[Bug 1021382] Re: The COMMISSIONING_SCRIPT setting uses a relative path.

2012-07-06 Thread Raphaël Badin
** Changed in: maas Assignee: (unassigned) = Raphaël Badin (rvb) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1021382 Title: The COMMISSIONING_SCRIPT setting uses a relative

[Bug 1021382] Re: The COMMISSIONING_SCRIPT setting uses a relative path.

2012-07-06 Thread Raphaël Badin
** Changed in: maas Assignee: (unassigned) = Raphaël Badin (rvb) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021382 Title: The COMMISSIONING_SCRIPT setting uses a relative path. To manage

[Bug 1005298] Re: warning: kernel option length exceeds 255 during maas-import-isos

2012-05-30 Thread Raphaël Badin
I think what you're describing is bug 1003460. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1005298 Title: warning: kernel option length exceeds 255 during maas-import-isos To

[Bug 1005298] Re: warning: kernel option length exceeds 255 during maas-import-isos

2012-05-30 Thread Raphaël Badin
I think what you're describing is bug 1003460. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005298 Title: warning: kernel option length exceeds 255 during maas-import-isos To manage

[Bug 994781] Re: removing a node when it has failed commissioning is not possible from the UI

2012-05-24 Thread Raphaël Badin
You can delete a node like this: $ sudo maas from maasserver.models import Node node = Node.objects.get(hostname='myhostname') node.delete() -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 994781] Re: removing a node when it has failed commissioning is not possible from the UI

2012-05-24 Thread Raphaël Badin
You can delete a node like this: $ sudo maas from maasserver.models import Node node = Node.objects.get(hostname='myhostname') node.delete() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994781

[Bug 961031] [NEW] Typo in maas' txlongpoll config.

2012-03-21 Thread Raphaël Badin
Public bug reported: debian/patches/03-txlongpoll-config.patch contains 'username: mass_longpoll'. There is a typo, this should be 'maas_longpoll'. (this should match RABBITMQ_USERID = 'maas_longpoll' in contrib/maas_local_settings_sample.py) ** Affects: maas (Ubuntu) Importance:

[Bug 960139] [NEW] Using piston in a Django app raises: ImportError: cannot import name oauth

2012-03-20 Thread Raphaël Badin
Public bug reported: Using piston in a Django app raises: ImportError: cannot import name oauth Full stacktrace: http://paste.ubuntu.com/892091/ ** Affects: python-django-piston (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 960140] [NEW] piston/test.py contains a wrong import

2012-03-20 Thread Raphaël Badin
Public bug reported: /usr/lib/python2.7/dist-packages/piston/test.py contains: from piston import oauth. But piston uses the package python-oauth to provide the oauth module. I think the import should be changed to from oauth import oauth. ** Affects: python-django-piston (Ubuntu)

[Bug 931967] Re: Corrupted graphics after the login until the unity launcher appears

2012-03-20 Thread Raphaël Badin
Problem fixed with the latest release (5.7.0-0ubuntu1) on my GeForce 8400M GS . Well done guys! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931967 Title: Corrupted graphics after the login

[Bug 955451] Re: Default Maas name is Www-data's Maas

2012-03-15 Thread Raphaël Badin
I don't really like how My Maas sounds but maybe that's just me. This is a really easy fix once we agree on what the default should be: $hostname Maas … $Hostname Maas? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 948404] Re: unity-2d-shell 5.6.0-0ubuntu1 crashes with symbol lookup error: /usr/lib/libunity-2d-private.so.0: undefined symbol: _ZN5unity4dash16FilesystemLensesC1ERKSs

2012-03-13 Thread Raphaël Badin
$ dpkg -l | grep -i libunity-core rc libunity-core-4.0-4 4.28.0-0ubuntu2 Core library for the Unity interface. ii libunity-core-5.0-5 5.6.0-0ubuntu1

[Bug 948404] Re: unity-2d-shell 5.6.0-0ubuntu1 crashes with symbol lookup error: /usr/lib/libunity-2d-private.so.0: undefined symbol: _ZN5unity4dash16FilesystemLensesC1ERKSs

2012-03-12 Thread Raphaël Badin
I'm seeing this too. Unity shell is not there when I log in and launching 'unity-2d-shell' manually triggers the error: unity-2d-shell: symbol lookup error: /usr/lib/libunity-2d-private.so.0: undefined symbol: _ZN5unity4dash16FilesystemLensesC1ERKSs I can't use unity 3d because of the awful

[Bug 773987] Re: Timezone is not set correctly for some locations

2012-03-05 Thread Raphaël Badin
Still seeing this issue today: dpkg -s indicator-datetime | grep Version → Version: 0.3.90-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773987 Title: Timezone is not set correctly for

[Bug 931967] Re: Corrupted graphics after the login until the unity launcher appears

2012-03-03 Thread Raphaël Badin
FWIW I'm also getting the corrupted graphic using the *nouveau* video driver (GeForce 8400M GS) on precise. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931967 Title: Corrupted graphics after the

[Bug 773987] Re: Timezone is not set correctly for some locations

2012-03-02 Thread Raphaël Badin
I'm still seeing that issue on precise: this is what I get when I add New York (United States): http://people.canonical.com/~rvb/indicator_time.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773987

[Bug 877438] Re: Unity/compiz has sluggish performance on dual-head with nvidia driver

2012-02-19 Thread Raphaël Badin
.proc.driver.nvidia.gpus.0: Error: [Errno 21] est un dossier: '/proc/driver/nvidia/gpus/0' .proc.driver.nvidia.registry: Binary: .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 295.20 Mon Feb 6 21:07:30 PST 2012 GCC version: gcc version 4.6.2 (Ubuntu/Linaro

[Bug 877438] .proc.driver.nvidia.params.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: .proc.driver.nvidia.params.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757289/+files/.proc.driver.nvidia.params.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 877438] BootDmesg.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757290/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] BootLog.gz

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: BootLog.gz https://bugs.launchpad.net/bugs/877438/+attachment/2757291/+files/BootLog.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] CurrentDmesg.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757292/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] Dependencies.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757293/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] DkmsStatus.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: DkmsStatus.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757294/+files/DkmsStatus.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] DpkgLog.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: DpkgLog.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757295/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] GconfCompiz.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: GconfCompiz.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757296/+files/GconfCompiz.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] GdmLog.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: GdmLog.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757297/+files/GdmLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] GdmLog1.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: GdmLog1.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757298/+files/GdmLog1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] GdmLog2.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: GdmLog2.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757299/+files/GdmLog2.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] LightdmLog.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: LightdmLog.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757300/+files/LightdmLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] Lspci.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757301/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] Lsusb.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757302/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] MonitorsUser.xml.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: MonitorsUser.xml.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757303/+files/MonitorsUser.xml.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 877438] ProcInterrupts.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757305/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 877438] ProcModules.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757306/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] ProcCpuinfo.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757304/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] UdevDb.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757307/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] UdevLog.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757308/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] UnitySupportTest.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: UnitySupportTest.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757309/+files/UnitySupportTest.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 877438] XorgLog.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: XorgLog.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757310/+files/XorgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] XorgLogOld.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: XorgLogOld.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757311/+files/XorgLogOld.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] Xrandr.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: Xrandr.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757312/+files/Xrandr.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] dmidecode.txt.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: dmidecode.txt.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757313/+files/dmidecode.txt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] locale.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: locale.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757315/+files/locale.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] nvidia-installer.log.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: nvidia-installer.log.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757316/+files/nvidia-installer.log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 877438] nvidia-settings.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: nvidia-settings.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757317/+files/nvidia-settings.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 877438] peripherals.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: peripherals.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757318/+files/peripherals.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438

[Bug 877438] setxkbmap.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: setxkbmap.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757319/+files/setxkbmap.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] xdpyinfo.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: xdpyinfo.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757320/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] xinput.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: xinput.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757321/+files/xinput.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] xkbcomp.txt

2012-02-19 Thread Raphaël Badin
apport information ** Attachment added: xkbcomp.txt https://bugs.launchpad.net/bugs/877438/+attachment/2757322/+files/xkbcomp.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 877438] Re: Unity/compiz has sluggish performance on dual-head with nvidia driver

2012-02-19 Thread Raphaël Badin
Same problem with NVIDIA GeForce 8400M GS. Ubuntu precise is barely usable with laptop monitor + external monitor. Back to using unity2d. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877438 Title:

[Bug 873769] Re: No direct link for reporting bugs on launchpad.net

2011-10-14 Thread Raphaël Badin
** Changed in: launchpad Importance: Undecided = Low ** Changed in: launchpad Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873769 Title: No direct link for

<    1   2   3   4   5