[Bug 1930452] Re: Unable to build dkms package for nvidia driver

2021-06-01 Thread fluffy
As a workaround, I was able to use update-alternatives to redirect cc to
gcc, and then redirect it back to clang after I was done.

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

Title:
  Unable to build dkms package for nvidia driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460-server/+bug/1930452/+subscriptions

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

[Bug 1930452] [NEW] Unable to build dkms package for nvidia driver

2021-06-01 Thread fluffy
Public bug reported:

There seems to be a mismatch between the compiler I have installed and
the compiler that the build script is expecting; my build log is full
of:

make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/nv-mmap.o] Error 1
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/nv-i2c.o] Error 1
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/nv-p2p.o] Error 1
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/nv-pat.o] Error 1
error: unknown warning option '-Wno-unused-but-set-variable'; did you mean 
'-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
error: unknown warning option '-Wno-unused-but-set-variable'; did you mean 
'-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
error: unknown warning option '-Wno-unused-but-set-variable'; did you mean 
'-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/nv-procfs.o] Error 1
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/nv-vm.o] Error 1
error: unknown warning option '-Wno-unused-but-set-variable'; did you mean 
'-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/nv-usermap.o] Error 1
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/nv-vtophys.o] Error 1
error: unknown warning option '-Wno-unused-but-set-variable'; did you mean 
'-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
error: unknown warning option '-Wno-unused-but-set-variable'; did you mean 
'-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/os-interface.o] Error 1
make[2]: *** [scripts/Makefile.build:286: 
/var/lib/dkms/nvidia-srv/460.73.01/build/nvidia/os-mlock.o] Error 1

It looks like the problem may be that I have both clang and gcc
installed:

jshagam@feldspar:~$ gcc --version
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

jshagam@feldspar:~$ cc --version
clang version 10.0.0-4ubuntu1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

The nvidia-dkms Makefile should probably be fixed to use gcc instead of
cc, since these appear to be gcc-specific compiler flags.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: nvidia-dkms-460-server 460.73.01-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-50-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Jun  1 10:40:04 2021
InstallationDate: Installed on 2021-03-25 (67 days ago)
InstallationMedia: Kubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nvidia-graphics-drivers-460-server
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-460-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Unable to build dkms package for nvidia driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460-server/+bug/1930452/+subscriptions

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

[Bug 1925386] Re: Upgrade from 460.32.03-0ubuntu2 to 460.73.01-0ubuntu1 fails

2021-05-12 Thread fluffy
Hi, I've enabled focal-proposed and I'm still having the problem, on a
fresh install of kubuntu 20.04. Something I didn't notice in the above
bug report is the contents of the failed build logfile, which indicates
there's a compiler version issue and not a kernel source version
mismatch, and the build is attempting to use some warning flags that the
installed version of gcc doesn't support. I've attached my make.log in
the hopes that this helps someone figure out the root cause to be fixed.

Also, here is the error I get while running apt install nvidia-
driver-460-server:

ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/nvidia-dkms-460-server.0.crash'
Error! Bad return status for module build on kernel: 5.8.0-50-generic (x86_64)
Consult /var/lib/dkms/nvidia-srv/460.73.01/build/make.log for more information.
dpkg: error processing package nvidia-dkms-460-server (--configure):
 installed nvidia-dkms-460-server package post-installation script subprocess 
returned error exit status 10
Setting up libgl1-mesa-dri:i386 (20.2.6-0ubuntu0.20.04.1) ...
Setting up libxext6:i386 (2:1.3.4-0ubuntu1) ...
Setting up libxxf86vm1:i386 (1:1.1.4-1build1) ...
Setting up libnvidia-gl-460-server:i386 (460.73.01-0ubuntu0.20.04.1) ...
Setting up libnvidia-decode-460-server:i386 (460.73.01-0ubuntu0.20.04.1) ...
Setting up libxfixes3:i386 (1:5.0.3-2) ...
dpkg: dependency problems prevent configuration of nvidia-driver-460-server:
 nvidia-driver-460-server depends on nvidia-dkms-460-server (<= 460.73.01-1); 
however:
  Package nvidia-dkms-460-server is not configured yet.
 nvidia-driver-460-server depends on nvidia-dkms-460-server (>= 460.73.01); 
however:
  Package nvidia-dkms-460-server is not configured yet.


** Attachment added: "make.log"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1925386/+attachment/5496587/+files/make.log

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

Title:
  Upgrade from 460.32.03-0ubuntu2 to 460.73.01-0ubuntu1 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1925386/+subscriptions

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

[Bug 1634001] Re: Unable to launch letsencrypt process due to missing SSLv3

2016-11-10 Thread fluffy
Ah, so I do. Not sure how that got there or how to best remove it,
although since filing this bug I learned that the LE folks consider the
Ubuntu version of certbot to be deprecated and way out-of-date, so I've
switched to just pulling from their git master instead anyway.

In any case, thanks!

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

Title:
  Unable to launch letsencrypt process due to missing SSLv3

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

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


[Bug 1634001] [NEW] Unable to launch letsencrypt process due to missing SSLv3

2016-10-16 Thread fluffy
Public bug reported:

I installed letsencrypt with `apt-get install python-letsencrypt-apache`
per the documentation on letsencrypt.org.

root@nautilus:~# letsencrypt --help
Traceback (most recent call last):
  File "/usr/bin/letsencrypt", line 9, in 
load_entry_point('letsencrypt==0.4.1', 'console_scripts', 'letsencrypt')()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 542, 
in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2569, 
in load_entry_point
return ep.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2229, 
in load
return self.resolve()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2235, 
in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 30, in 

from letsencrypt import account
  File "/usr/lib/python2.7/dist-packages/letsencrypt/account.py", line 15, in 

from acme import messages
  File "/usr/lib/python2.7/dist-packages/acme/messages.py", line 4, in 
from acme import challenges
  File "/usr/lib/python2.7/dist-packages/acme/challenges.py", line 10, in 

import requests
  File "/usr/local/lib/python2.7/dist-packages/requests/__init__.py", line 53, 
in 
from .packages.urllib3.contrib import pyopenssl
  File 
"/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/contrib/pyopenssl.py",
 line 62, in 
ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD,
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

nautilus[/etc/letsencrypt] fluffy$ lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04
nautilus[/etc/letsencrypt] fluffy$ apt-cache policy letsencrypt
letsencrypt:
  Installed: 0.4.1-1
  Candidate: 0.4.1-1
  Version table:
 *** 0.4.1-1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: letsencrypt 0.4.1-1
Uname: Linux 4.5.5-x86_64-linode69 x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
Date: Sun Oct 16 23:31:08 2016
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: python-letsencrypt
UpgradeStatus: Upgraded to xenial on 2016-07-31 (77 days ago)

** Affects: python-letsencrypt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 xenial

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

Title:
  Unable to launch letsencrypt process due to missing SSLv3

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

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


[Bug 1608280] Re: package libapache2-mod-security2 2.9.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-08-18 Thread fluffy
Yeah, my workaround to get my server back up was to just uninstall all
the affected modules, since I wasn't really using them anyway.

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

Title:
  package libapache2-mod-security2 2.9.0-1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1608282] [NEW] package libapache2-mod-authnz-external 3.3.2-0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-31 Thread fluffy
Public bug reported:

during do-release-upgrade from precise to 16.04.1

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libapache2-mod-authnz-external 3.3.2-0.1
Uname: Linux 4.5.5-x86_64-linode69 x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
Date: Sun Jul 31 12:44:38 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: libapache2-mod-authnz-external
Title: package libapache2-mod-authnz-external 3.3.2-0.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to xenial on 2016-07-31 (0 days ago)
modified.conffile..etc.apache2.mods-available.authnz_external.load: [deleted]

** Affects: libapache2-mod-authnz-external (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 xenial

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

Title:
  package libapache2-mod-authnz-external 3.3.2-0.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-authnz-external/+bug/1608282/+subscriptions

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


[Bug 1608280] [NEW] package libapache2-mod-security2 2.9.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-31 Thread fluffy
Public bug reported:

During do-distribution-upgrade from precise to 16.04.1

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libapache2-mod-security2 2.9.0-1
Uname: Linux 4.5.5-x86_64-linode69 x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
Date: Sun Jul 31 12:44:46 2016
DuplicateSignature:
 package:libapache2-mod-security2:2.9.0-1
 Setting up libapache2-mod-authnz-external (3.3.2-0.1) ...
 dpkg: error processing package libapache2-mod-authnz-external (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: modsecurity-apache
Title: package libapache2-mod-security2 2.9.0-1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-07-31 (0 days ago)
modified.conffile..etc.apache2.mods-available.security2.conf: [deleted]
modified.conffile..etc.apache2.mods-available.security2.load: [deleted]

** Affects: modsecurity-apache (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 need-duplicate-check xenial

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

Title:
  package libapache2-mod-security2 2.9.0-1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 912702] Re: [MASTER] Endlessly many "Wireless Network Authentication Required" dialogs put up

2014-01-08 Thread fluffy
Regardless of the underlying cause of the "authentication requested"
dialog popping up, isn't the main issue just that nm should never pop up
a new authentication request dialog if one's already open?

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

Title:
  [MASTER] Endlessly many "Wireless Network Authentication Required"
  dialogs put up

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

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


[Bug 1186665] [NEW] Notification applet not appearing correctly in xfce-panel

2013-06-01 Thread fluffy
Public bug reported:

In xfce, the notification applet no longer displays the timer as it is
supposed to; instead, a second sheep icon appears where the timer
normally would be.

Description:Ubuntu 13.04
Release:13.04
workrave:
  Installed: 1.10-0ubuntu2
  Candidate: 1.10-0ubuntu2
  Version table:
 *** 1.10-0ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ raring/universe amd64 Packages
100 /var/lib/dpkg/status

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

** Attachment added: "workrave panel.png"
   
https://bugs.launchpad.net/bugs/1186665/+attachment/3692483/+files/workrave%20panel.png

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

Title:
  Notification applet not appearing correctly in xfce-panel

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

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


[Bug 1154897] Re: package libdrm2 2.4.39-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libdrm2/changelog.Debian.gz', which is different from other instances of package

2013-04-27 Thread fluffy
I managed to fix it with the following:

sudo dpkg --force-depends --purge libdrm2:amd64 libdrm2:i386 
sudo rm /var/cache/apt/archives/libdrm2* 
sudo apt-get -f install

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

Title:
  package libdrm2 2.4.39-0ubuntu1 failed to install/upgrade: trying to
  overwrite shared '/usr/share/doc/libdrm2/changelog.Debian.gz', which
  is different from other instances of package libdrm2:amd64
  originally no window management system would load until I went into
  recovery mode and fixed packages

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

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


[Bug 774365] Re: Certain update packets not being sent

2012-05-03 Thread fluffy
What, that issue is still there after a year? I'm shocked. ;)

Looks like all three of those issues (as well as mine) are the same
underlying issue.  Since then I have switched to xubuntu and just use
x11vnc the rare times I need to VNC in anymore, so I don't know if the
particular issue is still there (but I presume it is if those bugs are
still open).

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

Title:
  Certain update packets not being sent

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

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


[Bug 774365] Re: Certain update packets not being sent

2012-05-03 Thread fluffy
Oh, and since it seems that chipset matters, I was experiencing this on
a Dell Inspiron Mini 11 with an Intel GMA chipset (I forget which
specific one - 4300, I think, but I no longer have that computer).

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

Title:
  Certain update packets not being sent

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

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


[Bug 900982] Re: aptd crashed with TypeError in _status_changed(): unsupported operand type(s) for %: 'tuple' and 'str'

2012-04-25 Thread fluffy
For me this happened after using update-manager -d to upgrade to the
12.04 beta, on a stock xubuntu-amd64 which has had ia32-libs installed
for binary compatibility with the Android SDK (but otherwise nothing
particularly atypical).

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

Title:
  aptd crashed with TypeError in _status_changed(): unsupported operand
  type(s) for %: 'tuple' and 'str'

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

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


[Bug 370100] Re: Workrave applet appears badly in system tray

2012-04-14 Thread fluffy
Yeah, this has been fixed in xfce for quite some time. :)

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

Title:
  Workrave applet appears badly in system tray

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-panel/+bug/370100/+subscriptions

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


[Bug 956231] [NEW] nm-applet continuously opens new windows on auth request

2012-03-15 Thread fluffy
Public bug reported:

I have my WiFi connection set to prompt me for my password on every
connection.  Overnight, nm-applet opened up several hundred of these
prompt windows, because it kept on trying to reconnect even though it
didn't have the password with which to do this.  If there is already an
auth window open, nm-applet should not open another one.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager-gnome 0.9.1.90-0ubuntu6
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory
Date: Thu Mar 15 10:24:22 2012
Gconf:
 
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
IpRoute:
 default via 43.138.12.1 dev wlan0  proto static 
 43.138.12.0/24 dev wlan0  proto kernel  scope link  src 43.138.12.181  metric 
2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000
Keyfiles: Error: [Errno 2] No such file or directory
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  nm-applet continuously opens new windows on auth request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/956231/+subscriptions

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


[Bug 956231] Re: nm-applet continuously opens new windows on auth request

2012-03-15 Thread fluffy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956231

Title:
  nm-applet continuously opens new windows on auth request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/956231/+subscriptions

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


[Bug 900190] Re: roundcube can not connect to sqlite database after upgrade from natty to oneiric

2012-01-17 Thread fluffy
Is this problem in roundcube, or actually in mdb2? It looks like mdb2 is
what's generating the error, and it may simply not be attempting to load
the extension or something.

I do really wish I could get my roundcube back, though. squirrelmail is
no substitute!

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

Title:
  roundcube can not connect to sqlite database after upgrade from natty
  to oneiric

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

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


[Bug 915100] [NEW] Initial click from host OS passes erroneous mouse position

2012-01-11 Thread fluffy
Public bug reported:

I am running Xubuntu 11.10 under VirtualBox 4.1.8 r75467 on a Mac
(running OSX 10.6 Snow Leoopard).

Whenever I click into my Xubuntu display (either in windowed or in
seamless mode), what seems to happen is that the display receives an
erroneous click event that is somewhat offset from the virtual screen's
mouse position, and then as soon as the VM window is focused, it gets a
mouse motion indicating the correct position. The end result is that
whenever I click into Xubuntu I end up either selecting a lot of items
on my desktop, or select a lot of text in the window I clicked into.

This does not happen on my Debian VM, so I think that rules out
involvement from virtualbox itself. I have not determined whether it
occurs on other Ubuntu desktops or in window managers other than xfwm.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: virtualbox-guest-additions 4.1.2-1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Wed Jan 11 16:13:33 2012
Dependencies: virtualbox-guest-additions-iso 4.1.2-1
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: virtualbox-guest-additions-iso
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  Initial click from host OS passes erroneous mouse position

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

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


[Bug 823051] Re: Missing install dependency on python-twisted-web2

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

Title:
  Missing install dependency on python-twisted-web2

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

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


[Bug 823051] [NEW] Missing install dependency on python-twisted-web2

2011-08-08 Thread fluffy
Public bug reported:

calendarserver requires python-twisted-web2 to start up, but this isn't
listed as an installation dependency.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: calendarserver 2.4.dfsg-6
Uname: Linux 2.6.18-238.9.1.el5.028stab089.1 i686
Architecture: i386
Date: Tue Aug  9 08:18:21 2011
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: calendarserver
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty

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

Title:
  Missing install dependency on python-twisted-web2

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

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


[Bug 774365] Re: Certain update packets not being sent

2011-04-30 Thread fluffy
** Attachment added: "After switching from Firefox to Terminal"
   
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/774365/+attachment/2101006/+files/Screen%20shot%202011-04-30%20at%2012.39.05%20PM.png

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

Title:
  Certain update packets not being sent

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


[Bug 774365] Re: Certain update packets not being sent

2011-04-30 Thread fluffy
** Attachment added: "Screen after mousing over a few things"
   
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/774365/+attachment/2100812/+files/Screen%20shot%202011-04-30%20at%2011.59.49%20AM.png

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

Title:
  Certain update packets not being sent

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


[Bug 774365] Re: Certain update packets not being sent

2011-04-30 Thread fluffy
** Attachment added: "Screenshot when first connected"
   
https://bugs.launchpad.net/bugs/774365/+attachment/2100805/+files/Screen%20shot%202011-04-30%20at%2011.59.42%20AM.png

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

Title:
  Certain update packets not being sent

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


[Bug 774365] [NEW] Certain update packets not being sent

2011-04-30 Thread fluffy
Public bug reported:

Binary package hint: vino

When first connecting to the VNC server (using Chicken of the VNC from a
Mac), I only see the notification widget that warns of an incoming VNC
connection.  After that, small updates are sent when the mouse changes
focusing and the like, but many large events (such as when a dialog box
pops up, or when the VNC client requests a full-screen refresh from the
server) never come. This makes the remote display pretty much unusable.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: vino 2.32.1-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sat Apr 30 12:03:27 2011
InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vino
UpgradeStatus: Upgraded to natty on 2011-04-30 (0 days ago)

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


** Tags: apport-bug i386 natty running-unity

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

Title:
  Certain update packets not being sent

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


[Bug 350675] Re: (jaunty) XFCE Panel randomly generates artifacts in system tray

2009-05-31 Thread fluffy
In bug #370100 the black bars don't appear in normal operation, they
only appear when taking a screenshot.

-- 
(jaunty) XFCE Panel randomly generates artifacts in system tray
https://bugs.launchpad.net/bugs/350675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370100] Re: Workrave applet appears badly in system tray

2009-05-31 Thread fluffy
*** This bug is a duplicate of bug 350675 ***
https://bugs.launchpad.net/bugs/350675

With respect, this is NOT a duplicate of that bug - the issue with this
bug is that some panel applets want to draw to a region that is non-
square.  The "artifacts" only appear when I try to take a screenshot,
and if they have anything to do with the video driver it is only
ancillary to the bug.

Please, run Workrave under gnome for a bit, and then again under xfce.
Workrave wants to draw to a rectangular region (I'm not sure of the
exact metrics but it's about a 4:1 aspect ratio) while the Xfce panel
ends up cropping it to a 1:1 aspect.

Thank you.

-- 
Workrave applet appears badly in system tray
https://bugs.launchpad.net/bugs/370100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370100] Re: Workrave applet appears badly in system tray

2009-04-30 Thread fluffy

** Attachment added: "workrave-problem.png"
   http://launchpadlibrarian.net/26193604/workrave-problem.png

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26193606/Dependencies.txt

-- 
Workrave applet appears badly in system tray
https://bugs.launchpad.net/bugs/370100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370100] [NEW] Workrave applet appears badly in system tray

2009-04-30 Thread fluffy
Public bug reported:

Binary package hint: xfce4-panel

Workrave is a gnome app which provides a system tray applet, which is my
preferred mode of display. However, this applet is flexibly-sized but
xfce4-panel (as of Jaunty) no longer allows applets to take up more than
one icon's worth of space.  As a result, the timers are basically
unusable.

The workaround is to use the floating-window timer display instead, but
I'd much rather have it integrated into my xfce panel instead.

Oddly enough, when I take a screenshot with 'import,' the timer ends up
leaking out of its constrained window and clobbering a bunch of other
stuff on the panel (and still being unusable), but on my actual screen
it's constrained to a tiny icon-sized area.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: xfce4-panel 4.6.0-1ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xfce4-panel
Uname: Linux 2.6.28-11-generic i686

** Affects: xfce4-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Workrave applet appears badly in system tray
https://bugs.launchpad.net/bugs/370100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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