[Bug 1971985] Re: Kernel 5.17.5-76051705 not supported

2022-05-06 Thread Fredrick Brennan
Same here.

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

Title:
  Kernel 5.17.5-76051705 not supported

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


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

[Bug 1970928] [NEW] Doesn't work with ibus (perhaps only in X11?)

2022-04-29 Thread Fredrick Brennan
Public bug reported:

The maintainers have no interest in solving this. See
https://github.com/kovidgoyal/kitty/issues/5033 and
https://github.com/kovidgoyal/kitty/issues/469 for background.

Therefore I propose a .desktop file workaround patch for this package.

I suggest changing the line:

Exec=kitty

To:

Exec=GLFW_IM_MODULE=ibus kitty

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

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

Title:
  Doesn't work with ibus (perhaps only in X11?)

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


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

[Bug 1962043] Re: libwacom9 : depends on : libwacom-common

2022-02-25 Thread Brennan Vincent
It's not ARM-specific; x86-64 is also affected for me.

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

Title:
  libwacom9 : depends on : libwacom-common

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


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

[Bug 1956880] [NEW] Command-line parsing changed, breaking scripts

2022-01-09 Thread Brennan Vincent
Public bug reported:

In Jammy, Ubuntu has upgraded to a version of `scrot` affected by this
bug:

https://github.com/resurrecting-open-source-projects/scrot/issues/178

The `-s` option is now treated as taking an argument, despite being a
short option. This causes invocations like `scrot -sf` not to work,
whereas in Impish and prior it was equivalent to `scrot -s -f`.

```
$ scrot -sf
scrot: option --select: Unknown value for suboption 'f'
```

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

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

Title:
  Command-line parsing changed, breaking scripts

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


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

[Bug 1924821] [NEW] "etags" from universal-ctags segmentation fault on launch

2021-04-16 Thread Stephen Brennan
Public bug reported:

Installed universal-ctags and ran the "etags" command (which update-
alternatives automatically provided from the package). It immediately
crashed with a segmentation fault. I installed debug symbols and ran it
within valgrind:

$ valgrind etags
==9733== Memcheck, a memory error detector
==9733== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==9733== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
==9733== Command: etags
==9733== 
==9733== Invalid read of size 8
==9733==at 0x1349AA: enableLanguage (parse.c:1745)
==9733==by 0x12E2F8: setEtagsMode (options.c:813)
==9733==by 0x12E2F8: testEtagsInvocation (options.c:828)
==9733==by 0x12ACF2: ctags_cli_main (main.c:577)
==9733==by 0x4A99CB1: (below main) (libc-start.c:314)
==9733==  Address 0x58 is not stack'd, malloc'd or (recently) free'd
==9733== 
==9733== 
==9733== Process terminating with default action of signal 11 (SIGSEGV)
==9733==  Access not within mapped region at address 0x58
==9733==at 0x1349AA: enableLanguage (parse.c:1745)
==9733==by 0x12E2F8: setEtagsMode (options.c:813)
==9733==by 0x12E2F8: testEtagsInvocation (options.c:828)
==9733==by 0x12ACF2: ctags_cli_main (main.c:577)
==9733==by 0x4A99CB1: (below main) (libc-start.c:314)
==9733==  If you believe this happened as a result of a stack
==9733==  overflow in your program's main thread (unlikely but
==9733==  possible), you can try to increase the size of the
==9733==  main thread stack using the --main-stacksize= flag.
==9733==  The main thread stack size used in this run was 8388608.
==9733== 
==9733== HEAP SUMMARY:
==9733== in use at exit: 5,334 bytes in 22 blocks
==9733==   total heap usage: 23 allocs, 1 frees, 78,038 bytes allocated
==9733== 
==9733== LEAK SUMMARY:
==9733==definitely lost: 6 bytes in 1 blocks
==9733==indirectly lost: 0 bytes in 0 blocks
==9733==  possibly lost: 0 bytes in 0 blocks
==9733==still reachable: 5,328 bytes in 21 blocks
==9733== suppressed: 0 bytes in 0 blocks
==9733== Rerun with --leak-check=full to see details of leaked memory
==9733== 
==9733== For lists of detected and suppressed errors, rerun with: -s
==9733== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Segmentation fault (core dumped)

My guess is that universal-ctags either does not expect to be run as
"etags", or cannot support it. In any case, the normal execution of
"ctags" and "ctags-universal" both exit successfully (with a message
requesting input files).

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: universal-ctags 0+git20200824-1
ProcVersionSignature: Ubuntu 5.8.0-50.56-generic 5.8.18
Uname: Linux 5.8.0-50-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Fri Apr 16 16:19:18 2021
InstallationDate: Installed on 2020-05-12 (339 days ago)
InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: universal-ctags
UpgradeStatus: Upgraded to groovy on 2021-01-13 (93 days ago)

** Affects: universal-ctags (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  "etags" from universal-ctags segmentation fault on launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/universal-ctags/+bug/1924821/+subscriptions

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

[Bug 1899509] Re: Settings not applied to external touchpad

2020-10-12 Thread Brennan Vincent
Done: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/559

** Bug watch added: gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues #559
   https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/559

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

Title:
  Settings not applied to external touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1899509/+subscriptions

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

[Bug 1899509] [NEW] Settings not applied to external touchpad

2020-10-12 Thread Brennan Vincent
Public bug reported:

When I plug in a touchpad via USB, my chosen scrolling and speed
settings are not applied, unless I adjust them again in the settings UI.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Settings not applied to external touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1899509/+subscriptions

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

[Bug 1880682] Re: LTS 20.04 install fails with probe failure locating drives that were FreeBSD (pfSense) formatted

2020-05-26 Thread Rich Brennan
** Package changed: apport (Ubuntu) => installation-report (Ubuntu)

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

Title:
  LTS 20.04 install fails with probe failure locating drives that were
  FreeBSD (pfSense) formatted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-report/+bug/1880682/+subscriptions

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

[Bug 1880682] [NEW] LTS 20.04 install fails with probe failure locating drives that were FreeBSD (pfSense) formatted

2020-05-26 Thread Rich Brennan
Public bug reported:

I tried to install LTS 20.04 on a machine (e5-2670 powered)  which had
drives (Crucial 500GB SATA, HGST 2GB rotating) formatted for a pfSense
(FreeBSD) test. Install failed to probe for disks multiple times. dd'ing
zeros over the front part of thedrives allowed installation to proceed.

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

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

Title:
  LTS 20.04 install fails with probe failure locating drives that were
  FreeBSD (pfSense) formatted

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

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

[Bug 1788140] [NEW] The following crashed when I logged into Ubuntu..that's all..package systemd-sysv 237-3ubuntu10.3 failed to install/upgrade: installed systemd-shim package post-removal script subp

2018-08-21 Thread brennan
Public bug reported:

Tried to upgrade from 16.04 to 18.04. Upgrade seemed to be successful
despite all the errors and a message stating that the upgrade failed.

Then when I logged into Ubuntu 18.04 the following crash report was
generated:

package systemd-sysv 237-3ubuntu10.3 failed to install/upgrade:
installed systemd-shim package post-removal script subprocess returned
error exit status 2

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: systemd-sysv 237-3ubuntu10.3
ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
Uname: Linux 4.15.0-32-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Tue Aug 21 08:40:41 2018
ErrorMessage: installed systemd-shim package post-removal script subprocess 
returned error exit status 2
InstallationDate: Installed on 2013-06-14 (1893 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: systemd
Title: package systemd-sysv 237-3ubuntu10.3 failed to install/upgrade: 
installed systemd-shim package post-removal script subprocess returned error 
exit status 2
UpgradeStatus: Upgraded to bionic on 2018-08-21 (0 days ago)

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


** Tags: amd64 apport-package bionic third-party-packages

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

Title:
  The following crashed when I logged into Ubuntu..that's all..package
  systemd-sysv 237-3ubuntu10.3 failed to install/upgrade: installed
  systemd-shim package post-removal script subprocess returned error
  exit status 2

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

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

[Bug 1735470] [NEW] firefox won't close pages they keep appearing

2017-11-30 Thread Brennan McLean
Public bug reported:

can't install kubuntu desktop when upgrading

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: ubuntu-release-upgrader-core 1:16.10.10
ProcVersionSignature: Ubuntu 4.8.0-59.64-generic 4.8.17
Uname: Linux 4.8.0-59-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.7
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: KDE
Date: Thu Nov 30 11:50:08 2017
InstallationDate: Installed on 2017-03-12 (263 days ago)
InstallationMedia: Kubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to yakkety on 2017-11-30 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade yakkety

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

Title:
  firefox won't close pages they keep appearing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1735470/+subscriptions

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

[Bug 1617500] Re: package freeradius-mysql 2.2.8+dfsg-0.1build2 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-06-14 Thread Miles Brennan
BTW, freeradius2 appears to be end of life, is there a plan to introduce
freeradius3?

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

Title:
  package freeradius-mysql 2.2.8+dfsg-0.1build2 failed to
  install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

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

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

[Bug 1617500] Re: package freeradius-mysql 2.2.8+dfsg-0.1build2 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-06-14 Thread Miles Brennan
Any update / progress on this bug? I tried a new install of freeradius-
mysql on a clean Ubuntu 16.04, and got the same failure messages.


root@vpn-server:~# apt install freeradius-mysql
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed
  freeradius-mysql
0 to upgrade, 1 to newly install, 0 to remove and 11 not to upgrade.
Need to get 0 B/14.4 kB of archives.
After this operation, 100 kB of additional disk space will be used.
Selecting previously unselected package freeradius-mysql.
(Reading database ... 187320 files and directories currently installed.)
Preparing to unpack .../freeradius-mysql_2.2.8+dfsg-0.1build2_amd64.deb ...
Unpacking freeradius-mysql (2.2.8+dfsg-0.1build2) ...
Setting up freeradius-mysql (2.2.8+dfsg-0.1build2) ...
freeradius.service is not active, cannot reload.
invoke-rc.d: initscript freeradius, action "force-reload" failed.
dpkg: error processing package freeradius-mysql (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 freeradius-mysql
E: Sub-process /usr/bin/dpkg returned an error code (1)


Now whenever I do any package updates / management, I continually get the same 
error messages about the freeradius-mysql package:

root@vpn-server:~# apt-get upgrade
::
:: snipped.
::
Fetched 7,690 kB in 1s (6,000 kB/s)
(Reading database ... 187325 files and directories currently installed.)
Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5opengl5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5opengl5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5printsupport5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5printsupport5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5sql5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5sql5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5sql5-sqlite_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5sql5-sqlite:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5test5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5test5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...
Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) over 
(5.5.1+dfsg-16ubuntu7.2) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Setting up freeradius-mysql (2.2.8+dfsg-0.1build2) ...
freeradius.service is not active, cannot reload.
invoke-rc.d: initscript freeradius, action "force-reload" failed.
dpkg: error processing package freeradius-mysql (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5opengl5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5printsupport5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5sql5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5sql5-sqlite:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5test5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Errors were encountered while processing:
 freeradius-mysql
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package freeradius-mysql 2.2.8+dfsg-0.1build2 failed to
  install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 1685959] [NEW] package key-mon 1.17-1ubuntu1 failed to install/upgrade: a tentar sobre-escrever '/usr/bin/key-mon', que também está no pacote keymon 1.17-1

2017-04-24 Thread Timothy M Brennan Jr
Public bug reported:

Tried installing via command line (sudo dpkg -i .deb
did not work

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: key-mon 1.17-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
Uname: Linux 4.4.0-75-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Mon Apr 24 20:28:59 2017
ErrorMessage: a tentar sobre-escrever '/usr/bin/key-mon', que também está no 
pacote keymon 1.17-1
InstallationDate: Installed on 2017-04-24 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: key-mon
Title: package key-mon 1.17-1ubuntu1 failed to install/upgrade: a tentar 
sobre-escrever '/usr/bin/key-mon', que também está no pacote keymon 1.17-1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: key-mon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package gnome3-ppa third-party-packages xenial

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

Title:
  package key-mon 1.17-1ubuntu1 failed to install/upgrade: a tentar
  sobre-escrever '/usr/bin/key-mon', que também está no pacote keymon
  1.17-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/key-mon/+bug/1685959/+subscriptions

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

[Bug 1668299] Re: missing debug symbols

2017-02-27 Thread Cian Brennan
Hello,

No - xdebug is a php source level debugger, aiui. I'm looking for the
equivalent of php5-json-dbgsym.

Thanks,
Cian

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

Title:
  missing debug symbols

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1668299/+subscriptions

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


[Bug 1668299] [NEW] missing debug symbols

2017-02-27 Thread Cian Brennan
Public bug reported:

Hello,

Debug symbols don't appear to be available for the following packages:

php5-memcached
php5-mcrypt
php5-json
php5-imagick
php5-apcu

Is there a reason these packages do not have debug symbols packaged? If
not, can we have some packaged? :-)

Thanks,
Cian

** Affects: php-json (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  missing debug symbols

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1668299/+subscriptions

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


[Bug 1643122] [NEW] Ubuntu 16.04 No Sound From Web Videos on HDMI

2016-11-18 Thread Miles Brennan
Public bug reported:

I have 4 x Intel NUC D54250WYK which we use as Kodi media centres,
connected to a central MythTV backend server. The NUCs also have Google
Chrome installed, which we use to watch Netflix. Each of the NUC's are
built exactly the same, using the same HDMI cables, all connected to LCD
TVs. All sound was working perfectly via HDMI on 14.04 LTS, before
upgrading to 16.04.

After fresh installs of 16.04 LTS, sound no longer works via the HDMI
interface, if I attempt to watch Netflix, Youtube, or even sound from
Pandora music streaming - anything from the Internet. I have the ubuntu-
restricted-extras / addons installed, and have followed all the guides
on PulseAudio, and pavucontrol.

I have upgraded / downgraded NUC firmware and turned sound on and off in
the BIOS, reset the default setting and loaded previous working
profiles, however all sound from Web Browsers fails to work through the
HDMI adapter.

I have Google Chrome and even installed the latest Firefox 49 Beta which
supports DRM, Netflix videos work fine, but no down.

If I open up pavucontrol, I can see Chrome / Firefox audio levels seem
to be active in the HDMI control panel, i.e. the levels are moving in
tune with the video stream, but not directed to HDMI output.

I can get it to work under one scenario If I trick the audio by
playing a video in Kodi so the sound is active, then I start Chrome /
Firefox and I can watch Netflix / Youtube videos with sound. But I have
to flick over to Kodi to stop the movie, before returning to the web
browser to continue the show. If I pause or click on another link, the
sound dies, and I have to shut down the browser and trick the audio
system again before it works; this obviously is not ideal.

Sound will work via the headphone jack if I switch audio output from
HDMI to analog, in sound control application.

So in a nutshell, I think PulseAudio is working, however somewhere along
the connection between web browser / pulse / HDMI interface, appears not
to be.

TEMPORARY SOLUTION: The only fix I have been able to get working, is to
set Gnome to HDMI resolution of 1440x900, then sound will work on web
videos, however this defeats the purpose of 1080P / HDMI...

FULL DIAGNOSIS: I have provided extensive logs and updates at:
https://answers.launchpad.net/ubuntu/+source/alsa-
driver/+question/399296

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Ubuntu 16.04 No Sound From Web Videos on HDMI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1643122/+subscriptions

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


[Bug 1331630] Re: Creates directories in /tmp which never get cleaned up

2016-05-25 Thread Brennan
This bug as been fixed in version 0.4.1-15 of the python-suds deb and is
available for debian jessie (https://packages.debian.org/jessie/python-
suds). I have tested this package on Ubuntu 14.04.1 and have confirmed
the bug has been fixed. Are there any plans to incorporate this version
of the package into the trusty-updates repo?

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

Title:
  Creates directories in /tmp which never get cleaned up

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

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


[Bug 1581844] [NEW] Logitech mouse power indicater shown in panen instead of laptop battery.

2016-05-14 Thread Brennan
Public bug reported:

The power indicator in the upper panel of Ubuntu 16.04 shows the
remaining battery life of the Logitech mouse I am using (as eternally
estimating) instead of showing the laptop battery life, which is what I
would expect to be displayed.

** Affects: indicator-power (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Logitech mouse power indicater shown in panen instead of laptop
  battery.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1581844/+subscriptions

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


[Bug 1492585] [NEW] package mythexport 2.2.4-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-09-05 Thread Miles Brennan
Public bug reported:

Logged in as general (non admin) user, selected MythExport plugin in
Mythbuntu Control Center, and it starts to throw system errors saying
MythExport plugin is being stopped.

Have uninstalled MythExport, still get the same error, now MythBackend
does not work with startup script, must login and start mythbackend as
root. It won't switch to mythtv user. Seems to error out and crash
immediately.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mythexport (not installed)
ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
Uname: Linux 3.13.0-62-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.12
Architecture: amd64
Date: Sat Sep  5 23:04:49 2015
DuplicateSignature: package:mythexport:(not installed):subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-12-11 (268 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: mythexport
Title: package mythexport (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package mythexport 2.2.4-0ubuntu2 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/mythexport/+bug/1492585/+subscriptions

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


Re: [Bug 1402455] Re: package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to install/upgrade: package libreoffice-java-common is not ready for configuration cannot configure (current status `half-

2014-12-16 Thread James Brennan
Hello Christopher:

I have removed all libreoffice-* packages, ran the update and upgrade, and 
reinstalled libreoffice using the instructions at the website.
Trying to reinstall zope resulted in this error message:
The following packages have unmet dependencies:

zope2.13:i386: Depends: python:any (= 2.7.1-0ubuntu2) but it is a virtual 
package

So, something to do with the version of Python installed on my system?

Cheers,James


 From: Christopher M. Penalver christopher.m.penal...@gmail.com
 To: brenjame...@yahoo.ca 
 Sent: Sunday, December 14, 2014 7:55 PM
 Subject: [Bug 1402455] Re: package libreoffice-java-common 1:4.2.7-0ubuntu1 
failed to install/upgrade: package libreoffice-java-common is not ready for 
configuration cannot configure (current status `half-installed')
   
James Brennan, thank you for reporting this and helping make Ubuntu better. 
Could you please remove all libreoffice-* packages first. Then, execute the 
following at a terminal:
sudo apt-get update  sudo apt-get -y upgrade

Then, please reinstall libreoffice following
https://wiki.ubuntu.com/LibreOfficeBugWrangling , try to install the
zope web server again, and advise to your results.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Changed in: libreoffice (Ubuntu)
  Importance: Undecided = Low

** Changed in: libreoffice (Ubuntu)
      Status: New = Incomplete

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1402455

Title:
  package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to
  install/upgrade: package libreoffice-java-common is not ready for
  configuration  cannot configure (current status `half-installed')

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  Tried to install zope web server to see what it was like.
  Install failed, this was the message.
  package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to install/upgrade: 
package libreoffice-java-common is not ready for configuration  cannot 
configure (current status `half-installed')

  I will run the software update on my system and see if that helps.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libreoffice-java-common 1:4.2.7-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sun Dec 14 19:06:06 2014
  DuplicateSignature: package:libreoffice-java-common:1:4.2.7-0ubuntu1:package 
libreoffice-java-common is not ready for configuration  cannot configure 
(current status `half-installed')
  ErrorMessage: package libreoffice-java-common is not ready for configuration  
cannot configure (current status `half-installed')
  InstallationDate: Installed on 2013-11-29 (380 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  PackageArchitecture: all
  SourcePackage: libreoffice
  Title: package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to 
install/upgrade: package libreoffice-java-common is not ready for configuration 
 cannot configure (current status `half-installed')
  UpgradeStatus: Upgraded to trusty on 2014-04-21 (237 days ago)

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

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

Title:
  package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to
  install/upgrade: package libreoffice-java-common is not ready for
  configuration  cannot configure (current status `half-installed')

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

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

[Bug 1402455] [NEW] package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to install/upgrade: package libreoffice-java-common is not ready for configuration cannot configure (current status `half-in

2014-12-14 Thread James Brennan
Public bug reported:

Tried to install zope web server to see what it was like.
Install failed, this was the message.
package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to install/upgrade: 
package libreoffice-java-common is not ready for configuration  cannot 
configure (current status `half-installed')

I will run the software update on my system and see if that helps.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libreoffice-java-common 1:4.2.7-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Sun Dec 14 19:06:06 2014
DuplicateSignature: package:libreoffice-java-common:1:4.2.7-0ubuntu1:package 
libreoffice-java-common is not ready for configuration  cannot configure 
(current status `half-installed')
ErrorMessage: package libreoffice-java-common is not ready for configuration  
cannot configure (current status `half-installed')
InstallationDate: Installed on 2013-11-29 (380 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
PackageArchitecture: all
SourcePackage: libreoffice
Title: package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to 
install/upgrade: package libreoffice-java-common is not ready for configuration 
 cannot configure (current status `half-installed')
UpgradeStatus: Upgraded to trusty on 2014-04-21 (237 days ago)

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


** Tags: amd64 apport-package trusty

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

Title:
  package libreoffice-java-common 1:4.2.7-0ubuntu1 failed to
  install/upgrade: package libreoffice-java-common is not ready for
  configuration  cannot configure (current status `half-installed')

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

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


[Bug 1390935] [NEW] nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to build

2014-11-09 Thread Brett Brennan
Public bug reported:

Ubuntu 14.10
While installing the 3.16 signed kernel and headers package from Software 
Center, this failure was reported.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-uvm 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Sun Nov  9 09:29:06 2014
InstallationDate: Installed on 2014-10-30 (10 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to 
build
UpgradeStatus: Upgraded to utopic on 2014-10-31 (9 days ago)

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


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to
  build

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

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


[Bug 1197902] [NEW] Display corruption on 29 2560x1080 monitor

2013-07-04 Thread Anthony Brennan
Public bug reported:

I have a 29 monitor that supports a native resolution of 2560x1080.
Using the nouveau driver with kernel mode setting correctly set the
resolution of the display, as indicated in the gnome-control-center -
display configuration utility, but the display appears to running at a
much lower apparent resolution.  Text is almost unreadable, everything
appears incredibly fuzzy.  I attempted to use the proprietary nvidia
drivers, and after using the nvidia-xconfig utility to generate a
xorg.conf file and restarting the machine it is indeed using the
proprietary driver and hardware acceleration is working, but the fuzzy
condition persists.

I am using Ubuntu 13.04, I have updated all the packages.

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Display corruption on 29 2560x1080 monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1197902/+subscriptions

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


[Bug 1016895] Re: smbd crashed with SIGABRT in dump_core()/setgroups being passed a -1 group is causing crashes.

2013-03-12 Thread Nick Brennan
The package in -proposed seems to have resolved the 'sys_setgroups
failed' issue for me as well.

3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:15:33 UTC 2013
i686 i686 i386 GNU/Linux


Package: samba
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 22380
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Version: 2:3.6.3-2ubuntu2.4
Replaces: samba-common (= 2.0.5a-2)
Depends: samba-common (= 2:3.6.3-2ubuntu2.4), libwbclient0 (= 
2:3.6.3-2ubuntu2.4), libacl1 (= 2.2.51-5), libattr1 (= 1:2.4.46-5), libc6 (= 
2.15), libcap2 (= 2.10), libcomerr2 (= 1.01), libcups2 (= 1.4.0), 
libgssapi-krb5-2 (= 1.10+dfsg~), libk5crypto3 (= 1.6.dfsg.2), libkrb5-3 (= 
1.10+dfsg~), libldap-2.4-2 (= 2.4.7), libpam0g (= 0.99.7.1), libpopt0 (= 
1.14), libtalloc2 (= 2.0.4~git20101213), libtdb1 (= 1.2.7+git20101214), 
zlib1g (= 1:1.1.4), debconf (= 0.5) | debconf-2.0, upstart-job, 
libpam-runtime (= 1.0.1-11), libpam-modules, lsb-base (= 3.2-13), procps, 
update-inetd, adduser, samba-common-bin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1016895

Title:
  smbd crashed with SIGABRT in dump_core()/setgroups being passed a -1
  group is causing crashes.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016895] Re: smbd crashed with SIGABRT in dump_core()/setgroups being passed a -1 group is causing crashes.

2013-03-12 Thread Nick Brennan
The package in -proposed seems to have resolved the 'sys_setgroups
failed' issue for me as well.

3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:15:33 UTC 2013
i686 i686 i386 GNU/Linux


Package: samba
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 22380
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Version: 2:3.6.3-2ubuntu2.4
Replaces: samba-common (= 2.0.5a-2)
Depends: samba-common (= 2:3.6.3-2ubuntu2.4), libwbclient0 (= 
2:3.6.3-2ubuntu2.4), libacl1 (= 2.2.51-5), libattr1 (= 1:2.4.46-5), libc6 (= 
2.15), libcap2 (= 2.10), libcomerr2 (= 1.01), libcups2 (= 1.4.0), 
libgssapi-krb5-2 (= 1.10+dfsg~), libk5crypto3 (= 1.6.dfsg.2), libkrb5-3 (= 
1.10+dfsg~), libldap-2.4-2 (= 2.4.7), libpam0g (= 0.99.7.1), libpopt0 (= 
1.14), libtalloc2 (= 2.0.4~git20101213), libtdb1 (= 1.2.7+git20101214), 
zlib1g (= 1:1.1.4), debconf (= 0.5) | debconf-2.0, upstart-job, 
libpam-runtime (= 1.0.1-11), libpam-modules, lsb-base (= 3.2-13), procps, 
update-inetd, adduser, samba-common-bin

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

Title:
  smbd crashed with SIGABRT in dump_core()/setgroups being passed a -1
  group is causing crashes.

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

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


[Bug 1031922] Re: i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

2012-08-03 Thread brennan McDonald
apport information

** Tags added: apport-collected running-unity

** Description changed:

- apparently toshiba satellite uses a weird os or something and i cannot
- access my sd card for my phone if you could update your card list or
- find some way to bypass the os please email me
+ apparently toshiba satellite uses a weird os or something and i cannot access 
my sd card for my phone if you could update your card list or find some way to 
bypass the os please email me
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: ALC268 Analog [ALC268 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ ApportVersion: 2.0.1-0ubuntu11
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: ALC268 Analog [ALC268 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  brennan1497 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xd630 irq 16'
+Mixer name : 'Realtek ALC268'
+Components : 'HDA:10ec0268,1179ff6a,0013'
+Controls  : 16
+Simple ctrls  : 9
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=7322672c-2c13-4d3c-a5eb-90e6dd481d0f
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
+ IwConfig: Error: [Errno 2] No such file or directory
+ MachineType: TOSHIBA Satellite L305D
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-27-generic-pae 
root=UUID=0ca59a93-8c98-4b2a-9115-9782eaff3ead ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-27-generic-pae N/A
+  linux-backports-modules-3.2.0-27-generic-pae  N/A
+  linux-firmware1.79
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  precise running-unity
+ UdevDb: Error: [Errno 2] No such file or directory
+ Uname: Linux 3.2.0-27-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 09/01/2009
+ dmi.bios.vendor: Insyde Corp.
+ dmi.bios.version: 1.80
+ dmi.board.asset.tag: No Asset Tag
+ dmi.board.name: Portable PC
+ dmi.board.vendor: TOSHIBA
+ dmi.board.version: Base Board Version
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: AMD
+ dmi.chassis.version: None
+ dmi.modalias: 
dmi:bvnInsydeCorp.:bvr1.80:bd09/01/2009:svnTOSHIBA:pnSatelliteL305D:pvrPSLCJU-002002:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnAMD:ct10:cvrNone:
+ dmi.product.name: Satellite L305D
+ dmi.product.version: PSLCJU-002002
+ dmi.sys.vendor: TOSHIBA

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246984/+files/AcpiTables.txt

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] AlsaDevices.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246985/+files/AlsaDevices.txt

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] BootDmesg.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246986/+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/1031922

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] Card0.Amixer.values.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246987/+files/Card0.Amixer.values.txt

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] Card0.Codecs.codec.0.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246988/+files/Card0.Codecs.codec.0.txt

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] CurrentDmesg.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246989/+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/1031922

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] Lspci.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1031922/+attachment/3246990/+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/1031922

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] WifiSyslog.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246998/+files/WifiSyslog.txt

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] Lsusb.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1031922/+attachment/3246991/+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/1031922

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] ProcModules.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246995/+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/1031922

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] ProcCpuinfo.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246993/+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/1031922

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] PciMultimedia.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246992/+files/PciMultimedia.txt

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] PulseList.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246996/+files/PulseList.txt

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] ProcInterrupts.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246994/+files/ProcInterrupts.txt

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] UdevLog.txt

2012-08-03 Thread brennan McDonald
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1031922/+attachment/3246997/+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/1031922

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


Re: [Bug 1031922] Re: i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

2012-08-02 Thread brennan McDonald
do you have any suggestions for an external usb modem that will not get
picked up by any command in the terminal and when i run gnome ppp it says
it cannot find the modem becasue there is no file or directory refered to
as /dev/modem

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 1031922] [NEW] i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

2012-08-01 Thread brennan McDonald
Public bug reported:

apparently toshiba satellite uses a weird os or something and i cannot
access my sd card for my phone if you could update your card list or
find some way to bypass the os please email me

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: precise

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

Title:
  i have ubuntu 12.04 and a toshiba satellite and i can use my sd card

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

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


[Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-11-22 Thread Matthew Brennan
** Changed in: libimobiledevice (Ubuntu Maverick)
   Status: Confirmed = Fix Released

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

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

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


[Bug 871409] [NEW] Installer Crashed

2011-10-09 Thread brennan walker
Public bug reported:

 I have tryed to install the ubuntu (Natty) On My Acer Aspire One
532h-2789 But it says installer cashed and to report the bug, and attach
a flie (/var/log/sysog and /var/log/partman)  What do I do?

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

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

Title:
  Installer Crashed

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

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-06-09 Thread Brennan Conroy
My apologies to any programmers who were working on this issue for me. I
couldn't take using my Dad's computer any longer, so I looked up how to
repair the MBR so I could boot Windows and formatted my Linux
partitions. I'll probably try a different distribution of Linux in the
future, but in the meantime, it's time for me to get reacquainted with
Bill Gates. :-P

- Brennan

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

Title:
  Ubuntu 11.04 installer crash

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

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-06-02 Thread Brennan Conroy
For the information of the developers, I attempted to install with the
Encrypt Home folder both enabled and disabled, with no difference in
outcome between the two.

- Brennan

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-25 Thread Brennan Conroy
Hello, Support Team,

I'm curious to as if there's anything I should be trying on my end to
resolve this situation. I appreciate that nothing has really changed,
and that you are all busy processing thousands of bug reports, but as
you might imagine, doing my regular computing off of a Live CD isn't
ideal, nor is using my Dad's computer.

It's not that I mind the wait, because I know you guys are busy and are
working on it, but I feel like there's something that I should be trying
that I'm not aware of; I'm not exactly what one would call an
experienced Ubuntu user, but I'm not totally hopeless with this stuff
when given instructions.

Thanks,

- Brennan

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-23 Thread Brennan Conroy
Hello, John,

No, I am installing on a custom-built desktop tower.

Have a good one,

- Brennan

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-21 Thread Brennan Conroy
Hello, Brian,

I'm sorry, I'm new to this process; is this technical data something
that I need to respond to? Does it tell me anything in particular?

Thanks,

- Brennan

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] [NEW] Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
Public bug reported:

Binary package hint: ubiquity

Hello,

I was installing Ubuntu 11.04 on my system (alongside Windows Vista Home
Premium) this evening when the installer returned the following error
message:

We're sorry; the installer crashed. Please file a new bug report at
https://launchpad.net/ubuntu/+source/ubiquity/+filebug (do not attach
your details to any existing bug) and a developer will attend to the
problem as soon as possible. To help the developers understand what went
wrong, include the following detail in your bug report, and attach the
files /var/log/syslog and /var/log/partman:

As requested in the error, I am submitting this bug report. I have
attached the syslog file requested, but I seem only to be able to
attach the one file. I shall see if there is another way to submit the
partman file before I turn in for the evening, as your guidelines are
quite clear that these files are only useful in my current session.

I was installing Ubuntu 11.04 to repair a problem I had upgrading from
10.10. The upgrade seemed to proceed normally, but upon restart, the
GRUB bootloader failed, returning a grub rescue prompt. I was unable to
boot into either Ubuntu or Windows, so I consulted a friend, and he
recommended that I try installing again. I told the installer to erase
the current 11.04 partition and install fresh, and about twenty minutes
into the install, that error came up.

I would really appreciate any help you can give me on this. I'm
currently running 11.04 off of an Ubuntu Live CD, which, as I'm sure you
can appreciate, is a less-than-ideal solution. I'm really quite
frustrated at this point because I assumed the upgrade to 11.04 wouldn't
cause any problems. Also, this is the second time I've had to type all
of this out, as after I clicked Submit Bug Report the first time,
Firefox lost connection to the server, or something like that. So,
yeah, I'm ripping my hair out at this point; I would be very
appreciative of any help you can provide.

Thank you,

- Brennan

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

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
** Attachment added: syslog
   https://bugs.launchpad.net/bugs/784416/+attachment/2133309/+files/syslog

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
Attaching the partman file, as requested.

** Attachment added: partman
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784416/+attachment/2133315/+files/partman

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
Attempted to install again this morning. Had the same result. I noticed
that the error dialogue appeared in front of the installer when it was
in the checking for packages to remove phase. Figured it might be
relevant. I've attached the new syslog and partman files, as well.

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
** Attachment added: partman2
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784416/+attachment/2133825/+files/partman

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
** Attachment added: syslog2
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784416/+attachment/2133827/+files/syslog

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
** Attachment added: /var/log/syslog (attempt 3)
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784416/+attachment/2134114/+files/syslog

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
** Attachment added: /var/log/partman (attempt 3)
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784416/+attachment/2134123/+files/partman

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
Hello, Daniel,

Running in debug mode, as instructed, I get the following error message
after I click Forward on the For best results, please ensure that
this computer... screen:

ubi-partman failed with exit code 10. Further information may be found in 
/var/log/syslog. Do you want to try running this step again before continuing? 
If you do not, your installation may fail entirely or may be broken.
|Quit|Continue anyway|Try again|

Try again causes the error to come up again, and Continue anyway
kinda scares me, so I Quit. Please find the requested files, attached.
For good measure, I'll attach partman as well.

** Attachment added: /var/log/installer/debug (attempt 3)
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784416/+attachment/2134113/+files/debug

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

Title:
  Ubuntu 11.04 installer crash

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


[Bug 578931] Re: LIVE CD BOOT FAILURE - I7 ATI

2010-07-31 Thread brennan
Hi Brian.

Thanks for the information.
I will try to submit more information

-- 
LIVE CD BOOT FAILURE - I7 ATI
https://bugs.launchpad.net/bugs/578931
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 578931] Re: LIVE CD BOOT FAILURE - I7 ATI

2010-06-01 Thread brennan
I raised this bug 20 days ago and no one has responded.
Why?
Am I doing something wrong?

Could somebody please please please investigate this.

-- 
LIVE CD BOOT FAILURE - I7 ATI
https://bugs.launchpad.net/bugs/578931
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 578931] Re: LIVE CD BOOT FAILURE - I7 ATI

2010-05-27 Thread brennan
** Description changed:

  Basically, I want the live cd to boot so that I can test 10.04 on my
  system. Once this is done I want to install 10.04 possibly on a new HDD.
  
  1. 10.04 LIVE CD RELEASED (FINAL) VERSION
  
  2. No package information. Boot process cashes or stalls. I cannot get
  any information
  
  3. 10.04 LIVE CD to at least boot-up on my system.
  
  4. Boot process fails. Boot process cashes or stalls. I cannot get any
  information
  
  System summary details:
  a) Intel(R) Core(TM) i7 CPU 920  @ 2.67GHz, 2668 Mhz, 4 Core(s), 8 
Logical Processor(s)
  b) ATI Radeon HD 5700 Series
  c) RAM - 8BG
  d) HDD - 1.5TB
  e) American Megatrends Inc. 1104, 2009/12/30
  f) Motherboard ASUS
  
- I found like to attach the windows system information.
+ see the next comment, it has the windows system information

-- 
LIVE CD BOOT FAILURE - I7 ATI
https://bugs.launchpad.net/bugs/578931
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 578931] Re: LIVE CD BOOT FAILURE - I7 ATI

2010-05-27 Thread brennan
** Changed in: ubuntu
 Assignee: (unassigned) = Brian Murray (brian-murray)

-- 
LIVE CD BOOT FAILURE - I7 ATI
https://bugs.launchpad.net/bugs/578931
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 578931] [NEW] LIVE CD BOOT FAILURE - I7 ATI

2010-05-11 Thread brennan
Public bug reported:

Basically, I want the live cd to boot so that I can test 10.04 on my
system. Once this is done I want to install 10.04 possibly on a new HDD.

1. 10.04 LIVE CD RELEASED (FINAL) VERSION

2. No package information. Boot process cashes or stalls. I cannot get
any information

3. 10.04 LIVE CD to at least boot-up on my system.

4. Boot process fails. Boot process cashes or stalls. I cannot get any
information

System summary details:
a) Intel(R) Core(TM) i7 CPU 920  @ 2.67GHz, 2668 Mhz, 4 Core(s), 8 
Logical Processor(s)
b) ATI Radeon HD 5700 Series
c) RAM - 8BG
d) HDD - 1.5TB
e) American Megatrends Inc. 1104, 2009/12/30
f) Motherboard ASUS

I found like to attach the windows system information.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
LIVE CD BOOT FAILURE - I7 ATI
https://bugs.launchpad.net/bugs/578931
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 578931] Re: LIVE CD BOOT FAILURE - I7 ATI

2010-05-11 Thread brennan
Please see my windows system information attached

** Attachment added: system_info.nfo
   http://launchpadlibrarian.net/48291787/system_info.nfo

-- 
LIVE CD BOOT FAILURE - I7 ATI
https://bugs.launchpad.net/bugs/578931
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 536840] Re: Ubuntu Lucid Live-CD doesn't boot

2010-05-02 Thread brennan
I think a have the same problem.
Basically the Live CD hangs - just a blank screen.
I'm using the released version of lynx 10.04.

I have attached my m$ windows system info.
I don't know how to get into the text mode (sorry :-)
I have an Intel core i7 and an ATI Radeon HD 5700 graphic card.

** Attachment added: system_info.nfo
   http://launchpadlibrarian.net/47242282/system_info.nfo

-- 
Ubuntu Lucid Live-CD doesn't boot
https://bugs.launchpad.net/bugs/536840
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 522866] Re: cloud applet says disconnected when I am connected

2010-02-17 Thread Patrick Brennan

** Attachment added: syncdaemon-exceptions.log.2010-02-17_06-33-15
   
http://launchpadlibrarian.net/39294445/syncdaemon-exceptions.log.2010-02-17_06-33-15

-- 
cloud applet says disconnected when I am connected
https://bugs.launchpad.net/bugs/522866
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 522866] Re: cloud applet says disconnected when I am connected

2010-02-17 Thread Patrick Brennan

** Attachment added: syncdaemon.log.2010-02-17_06-33-15
   http://launchpadlibrarian.net/39294453/syncdaemon.log.2010-02-17_06-33-15

-- 
cloud applet says disconnected when I am connected
https://bugs.launchpad.net/bugs/522866
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 522866] Re: cloud applet says disconnected when I am connected

2010-02-17 Thread Patrick Brennan
I think my problem may be related to the fact that I have been confusing
two different ways of accessing Ubuntu One - via the applet and via
Nautilus. The problem I encountered occurred when I thought I had
disconnected, but Nautilus was still connected. I'll avoid using
Nautilus in future and stick to the applet. Thanks for your help.

Patrick

-- 
cloud applet says disconnected when I am connected
https://bugs.launchpad.net/bugs/522866
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 522866] [NEW] cloud applet says disconnected when I am connected

2010-02-16 Thread Patrick Brennan
Public bug reported:

Binary package hint: ubuntuone-client

Although I am connected, and able to upload files, when the mouse hovers
over the cloud icon on the taskbar the pop-up says disconnected

ProblemType: Bug
.home.patrick..cache.ubuntuone.log.oauth.login.log:
 2010-02-14 13:25:28,557:557.735919952 UbuntuOne.Client.Applet Starting Ubuntu 
One client version 1.0.3
 2010-02-14 14:09:32,158:158.600091934 UbuntuOne.Client.Applet Starting Ubuntu 
One client version 1.0.3
 2010-02-15 07:46:51,190:190.275907516 UbuntuOne.Client.Applet Starting Ubuntu 
One client version 1.0.3
 2010-02-15 12:00:54,060:60.830116272 UbuntuOne.Client.Applet Quit Error: 
Method quit with signature  on interface 
com.ubuntuone.SyncDaemon.SyncDaemon doesn't exist
.home.patrick..cache.ubuntuone.log.syncdaemon.exceptions.log:
 
.home.patrick..config.ubuntuone.syncdaemon.conf:
 [bandwidth_throttling]
 read_limit = 0
 write_limit = 0
 on = False
.home.patrick..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = True
 connect = 0
 show_applet = 1
Architecture: i386
Date: Tue Feb 16 21:32:35 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: ubuntuone-client 1.0.3-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-19-generic i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
cloud applet says disconnected when I am connected
https://bugs.launchpad.net/bugs/522866
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 522866] Re: cloud applet says disconnected when I am connected

2010-02-16 Thread Patrick Brennan

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39279801/Dependencies.txt

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/39279802/UbuntuoneClientPackages.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/39279803/XsessionErrors.txt

-- 
cloud applet says disconnected when I am connected
https://bugs.launchpad.net/bugs/522866
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 471452] Re: lircd segfaults with commandir driver

2010-02-03 Thread Brennan Sellner
I'm having an identical problem on a machine I just upgraded from
Intrepid to Karmic.  After mucking about for a long time, I was grasping
at straws, and manually installed the 0.8.3 packages intended for Hardy
from the CommandIR PPA (https://launchpad.net/~commandir-
team/+archive/ppa/+packages), since that's the version of LIRC I had
working in Ubuntu 8.10.  The lirc - 0.8.3~pre1-0ubuntu7.1+ppa7
packages are working fine for me in Karmic/9.10 (if you install them,
remember to pin them to avoid accidental upgrades).  The 0.8.4a packages
from the same source exhibit the same problems as the official Karmic
packages, so the regressions seems to be in 0.8.4.  Haven't done any
further digging; this has already sucked down half a week's evening
hacking time.

If there's any information I can provide or testing I can do to help
resolve this regression in the latest LIRC packages, please let me know.

-- 
lircd segfaults with commandir driver
https://bugs.launchpad.net/bugs/471452
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 442599] Re: Microsoft Bluetooth Elite Keyboard/Mouse Loses Connection

2009-11-13 Thread Jeffrey Brennan
bsntech: Thanks for this bug documentation, I have the exact same set of
Bluetooth hardware (transceiver+mouse+kb) with the exact same problem on
boot.  Adding an hcitool scan to the startup scripts fixed it just as
you described.  I don't know if it's relevant or useful to the
developers, but the hcitool scan command on boot produced a new kernel
message:

[   43.093969] hci_cmd_task: hci0 command tx timeout

This is not echoed in the syslog and is not produced on subsequent
executions of hcitool scan.

Ubuntu 9.10 AMD64
kernel 2.6.31-14-generic
bluetooth 4.51-0ubuntu2

-- 
Microsoft Bluetooth Elite Keyboard/Mouse Loses Connection
https://bugs.launchpad.net/bugs/442599
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 412113] Re: gdm[17077]: WARNING: gdm_slave_xioerror_handler : Fatal X error

2009-10-20 Thread Brennan M
ONE THING I'VE NOTICED IN MY CASE:

My laptop has a...breaking...power port. Therefore, it will come loose
and show as charging / not charging (and switch between those over and
over) in about .3 second intervals.

So if I have it plugged into the wall sometimes the screen will flicker
like crazy and THEN it'll log me out (and then not allow me to type my
login details...like it's locked up). If I catch it right at the
beginning of the flickering (and jiggle the cord near the power port),
it's alright. But could it be something to do with X receiving too many
signals on the power source / status?

I don't know what has changed, it only recently started doing this crap.
Possibly the power port getting worse, but...idk.

Thanks!

** Attachment added: Here's the most recent crash.
   http://launchpadlibrarian.net/34076329/%3A0.log.4

-- 
gdm[17077]: WARNING: gdm_slave_xioerror_handler : Fatal X error
https://bugs.launchpad.net/bugs/412113
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 297594] Re: error with USB cameras and PTP mode

2009-05-04 Thread Brennan
I also had an issue with improper mounting of my Nikon CoolPix 4600.
Similar to what Maxcel did above with his camera, on the camera, I went
to   Set Up - Interface   and changed the USB option to PTP instead of
Mass Storage. It automounts fine now and I can access my pictures
without a problem.

-- 
error with USB cameras and PTP mode
https://bugs.launchpad.net/bugs/297594
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


Re: [Bug 359509] Re: Michael Marley ppa - Nvidia 185.19 - touchpad no longer mouse clicks etc

2009-04-18 Thread stuart brennan
Hi Murat

Just to let you know, the problem wasn't with the Nvidia Beta driver.  I 
now have full use of the trackpad again and in particular have restored 
the touchpad for mouse clicks.  I did this by rolling back 
xserver-xorg-input-synaptics to the previous Jaunty version.  Everything 
is now fine.  I've locked this version down, so wont change until a new 
improved version comes out.

Thanks Murat

Stuart


Murat Güneş wrote:
 Since this involves a version of the NVIDIA driver not shipped in the
 Ubuntu repositories, the possible bug does not belong to the Ubuntu
 package, as software from PPAs and installed through third-party
 packages cannot be supported by Ubuntu. Also note that the bug tracker
 should be used for reporting bugs; for support please use the forums or
 the answer tracker.

 ** Changed in: xserver-xorg-input-synaptics (Ubuntu)
Status: New = Invalid



-- 
Michael Marley ppa - Nvidia 185.19 - touchpad no longer mouse clicks etc
https://bugs.launchpad.net/bugs/359509
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 359509] [NEW] Michael Marley ppa - Nvidia 185.19 - touchpad no longer mouse clicks etc

2009-04-11 Thread stuart brennan
Public bug reported:

Michael Marley ppa/repo:-

After update today with latest Nvidia Beta drivera (185.19), touch pad
can no longer scroll properly and more importantly I cannot use the
touchpad for mouse clicks.  I have to us the touch buttons instead.

Any solutions, workarounds?

Thanks

Stuart Brennan

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Michael Marley ppa - Nvidia 185.19 - touchpad no longer mouse clicks etc
https://bugs.launchpad.net/bugs/359509
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 359509] Re: Michael Marley ppa - Nvidia 185.19 - touchpad no longer mouse clicks etc

2009-04-11 Thread stuart brennan
I've tried pasting the commands as stated in your link into the terminal
but I keep getting the error:-  bash: $: command not found

-- 
Michael Marley ppa - Nvidia 185.19 - touchpad no longer mouse clicks etc
https://bugs.launchpad.net/bugs/359509
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 359509] Re: Michael Marley ppa - Nvidia 185.19 - touchpad no longer mouse clicks etc

2009-04-11 Thread stuart brennan

It states open a terminal and enter the following commands:

$ cat /proc/bus/input/devices  ~/devices
$ dmesg  ~/dmesg 

However when I enter each line it just goes back to the normal
*...@-laptop:~$

Strange hey

-- 
Michael Marley ppa - Nvidia 185.19 - touchpad no longer mouse clicks etc
https://bugs.launchpad.net/bugs/359509
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 292588] Re: VirtualBox can't operate in VMX root mode.

2009-04-01 Thread Simon Brennan
Only problem with this workaround is what if you are actually using KVM?

-- 
VirtualBox can't operate in VMX root mode.
https://bugs.launchpad.net/bugs/292588
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 244140] Re: no launcher in applications-menu for freemind

2008-11-24 Thread Patrick Brennan
The package is missing a .desktop file hence the lack of menu
launcher.  I have checked the Debian Etch package and it is also missing
from this.  I have included the contents/filename of the required file
below:

/usr/share/applications/freemind.desktop:

---
[Desktop Entry]
Type=Application
Name=Freemind
Comment=Visual mind mapping tool
Exec=/usr/bin/freemind
Categories=Education;
Terminal=false
Icon=FreeMindWindowIcon
---

I have set the category to Education; however, Office may also be
appropriate (which would place the launcher under Applications -
Office).  I'm sorry that I have not included a complete patch; however,
I am not familiar enough with Ubuntu's packaging methodologies/policies
to do this.

-- 
no launcher in applications-menu for freemind
https://bugs.launchpad.net/bugs/244140
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 288053] Re: forcedeth needs reversed MAC to wake on lan

2008-11-10 Thread Jeffrey Brennan
Confirmed here as well.  AMD64 on Gigabyte GA-M57SLI-S4 nforce 570
mainboard and Nvidia MCP55 Ethernet controller.

-- 
forcedeth needs reversed MAC to wake on lan
https://bugs.launchpad.net/bugs/288053
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 116300] Re: eclipse crashes when spawning DTD/XSD license agreement confirmation screen

2008-01-30 Thread adam brennan
A combination of Ivan Cavanaugh's and  crisao-rj's fixes worked for me.
Thanks fellas.

-- 
eclipse crashes when spawning DTD/XSD license agreement confirmation screen
https://bugs.launchpad.net/bugs/116300
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140784] Re: auditctl: Error sending add rule data request (Invalid argument) - Enable CONFIG_AUDITSYSCALL in kernel config

2008-01-11 Thread William Brennan
As recently discovered, the Ubuntu kernel, as supplied, makes it
impossible to use the auditd package.  So, Mathais Gug marked this
auditd bug as invalid, since the auditd package is really not
responsible for the problems we encountered.

However, there is still a bug within the entire Ubuntu system, as
auditing will not work with the supplied system (current Kernel + auditd
package).

So is it now appropriate to mark this as a bug in the kernel
configuration?  Is that next step in Ubuntu civic duty?

-- 
auditctl: Error sending add rule data request (Invalid argument) - Enable 
CONFIG_AUDITSYSCALL in kernel config
https://bugs.launchpad.net/bugs/140784
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140784] Re: auditctl: Error sending add rule data request (Invalid argument)

2008-01-09 Thread William Brennan
I'm observing this problem as well (with the Gutsy version of the auditd
package, 1.5.4).  I'm unable to add any auditing rules via auditctl.
It's not evident whether this is a problem with the auditd demon or
auditctl.

Surprisingly, this problem does not seem to be happening to the Red Hat
users, because there are no complaints on the auditd forum on Red Hat,
from where this package originates.  The problem only seems to be
occurring for Debian/Ubuntu users.  This suggests it may be the result
of a dependency problem, where Ubuntu is using a different package set
than the Red Hat folks.  But that's just a guess.

I tried installing a more recent version of the auditd package (1.6.4),
along with the dependent packages (e.g., libc), and continued having the
same problem.

If anyone has any insight into why this is a problem in Ubuntu, and not
Red Hat, I would appreciate help.

BIll Brennan

-- 
auditctl: Error sending add rule data request (Invalid argument)
https://bugs.launchpad.net/bugs/140784
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162281] Re: error message when installing skype.

2007-11-23 Thread helene brennan
Thank you for your suggestions. The version of Ubuntu is 7.10 (gutsy).
I have no previous experience of using any Linux OS. I don't understand
the advice re the command in the terminal.  I opened a terminal window
and pasted in the command you gave. I was asked for a password but no
characters could be written. My keyboard seemed ineffective in that
window. So I still have the problem of not being able to use Skype.  I
also have a dual phone I want to use with it. I had problems with these
in Windows Vista also.  I previously had no problem using Skype and my
phone with XP or Win 2000. I would be grateful if you could give me
specific instructions to sort out the installation of these
applications.  Many thanks.  Helene.

-- 
error message when installing skype. 
https://bugs.launchpad.net/bugs/162281
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162281] error message when installing skype.

2007-11-12 Thread helene brennan
Public bug reported:

When trying to install skype.  Error: Dependency is not satisfiable: 
libqt4-core.
When trying to notify skype, the required form field was not active and the 
message could not be sent to them.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
error message when installing skype. 
https://bugs.launchpad.net/bugs/162281
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 162281] Re: error message when installing skype.

2007-11-12 Thread helene brennan
Hello Andrea,
I installed skype from the version I downloaded today from the skype website. I 
don't know what you mean by respository. The version I downloaded was the 
correct one for ubuntu, according to the information on skype.  

Helene.


- Original Message 
From: Andrea Colangelo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, 12 November, 2007 10:04:35 PM
Subject: [Bug 162281] Re: error message when installing skype.

Thank you for your bug report.

Please, could you tell us how did you installed skype and which
repository you used? I use skype, installed from medibuntu, and
libqt4-core is a dependency.

-- 
error message when installing skype. 
https://bugs.launchpad.net/bugs/162281
You received this bug notification because you are a direct subscriber
of the bug.



Send instant messages to your online friends
http://uk.messenger.yahoo.com

-- 
error message when installing skype. 
https://bugs.launchpad.net/bugs/162281
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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