[Bug 2060311] Re: Setting "optional: true" to overcome he timeout "Job systemd-networkd-wait-online" does no longer work with latest noble image

2024-05-20 Thread Avery-yates
This also happens when an interface is only used for vlans and nothing
else.

I don't mind systemd-networkd-wait-online blocking the vlans that are
supposed to be on but it always block s when trying the trunk even if
it's up.


..
network:
  version: 2
  ethernets:
enp3s0: {}
  vlans:
vlan9:
  id: 9
  link: enp3s0
  dhcp4: false
  dhcp6: false
  addresses:
   - 192.168.194.2/24
..

/lib/systemd/systemd-networkd-wait-online --interface=vlan3
passes

/lib/systemd/systemd-networkd-wait-online --interface=enp3s0
blocks


2: enp3s0:  mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
link/ether 00:e0:4c:67:02:4c brd ff:ff:ff:ff:ff:ff
inet6 fe80::2e0:4cff:fe67:24c/64 scope link
   valid_lft forever preferred_lft forever
root@clarisse:/home/zebulon# ip a show vlan9
5: vlan9@enp3s0:  mtu 1500 qdisc noqueue state 
UP group default qlen 1000
link/ether 00:e0:4c:67:02:4c brd ff:ff:ff:ff:ff:ff
inet 192.168.194.2/24 brd 192.168.194.255 scope global vlan9
   valid_lft forever preferred_lft forever
inet6 fe80::2e0:4cff:fe67:24c/64 scope link
   valid_lft forever preferred_lft forever


I don't know if this is related/fixed or if this is something else.

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

Title:
  Setting "optional: true" to overcome he timeout "Job systemd-networkd-
  wait-online" does no longer work with latest noble image

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


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

[Bug 2058179] Re: Kernel 6.8 + zfs-2.2.2: copy_file_range Operation Not Supported

2024-04-22 Thread Avery-yates
with 6.8-31 I was able to install 24.04 ubuntu-server-minimal with zfs
boot & root using the OpenZFS tutorial for 22.04 with minimal change.

Since there's no ZFS root install script in subiquity yet the OpenZFS
instructions are going to be the go-to for many people again.

https://github.com/openzfs/zfs/discussions/16120

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

Title:
  Kernel 6.8 + zfs-2.2.2: copy_file_range Operation Not Supported

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


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

[Bug 1961733] Re: Jammy on ZFS: Ubiquity installer creates efi partition, then uses existing efi partition on another drive

2022-02-21 Thread Avery Freeman
** Bug watch added: Email to cjwatson@canonical #
   mailto:cjwat...@canonical.com

** Also affects: ubiquity via
   mailto:cjwat...@canonical.com
   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/1961733

Title:
  Jammy on ZFS: Ubiquity installer creates efi partition, then uses
  existing efi partition on another drive

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


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

[Bug 1961733] [NEW] Jammy on ZFS: Ubiquity installer creates efi partition, then uses existing efi partition on another drive

2022-02-21 Thread Avery Freeman
Public bug reported:

Expected:
Ubiquity would create efi partition, `/dev/nvme2n1p1`, on installation drive 
for Ubuntu, `/dev/nvme2n1`, and use the Ubiquity-created partition for 
installing efi bootloader
 
`/etc/fstab` would reflect the installation of efi bootloader on partition 
created for efi, `/dev/nvme2n1p1` on installation drive, `/dev/nvme2n1`, mount 
appropriate partition at `/boot/efi` on startup, and direct future invocations 
of `grub-mkconfig` accordingly.

Actual:
Ubiquity created the efi partition on the installation drive, `/dev/nvme2n1p1`, 
and presumably installed grub/efi on the newly created partition, but somehow 
referenced a different efi partition in the system, `/dev/nvme0n1p1`, when 
creating `/etc/fstab`.  

Having targeted this other existing efi partition in `/etc/fstab`,
`/dev/nvme0n1p1`,  all subsequent `grub-mkconfig` invocations were
targeting this other efi partition on a separate drive,
`/dev/nvme0n1p1`, instead of the partition created by Ubiquity for efi,
`/dev/nvme2n1p1` on the drive where it installed Ubuntu (the one where
efi was "supposed" to be located).

Note `/var/log/installer/syslog` suggests grub was installed to Ubuntu
installation drive without issue:

```
Feb 17 20:10:14 ubuntu grub-installer: info: Installing grub on '/dev/nvme2n1'
Feb 17 20:10:14 ubuntu grub-installer: info: grub-install does not support 
--no-floppy
Feb 17 20:10:14 ubuntu grub-installer: info: Running chroot /target 
grub-install  --force --target x86_64-efi "/dev/nvme2n1"
Feb 17 20:10:14 ubuntu grub-installer: Installing for x86_64-efi platform.
Feb 17 20:10:15 ubuntu grub-installer: Installation finished. No error reported.
Feb 17 20:10:15 ubuntu grub-installer: info: grub-install ran successfully
```

However, `/etc/fstab` shows that `/dev/nvme2n1p1` is not the efi
partition, `/dev/nvme0n1p1` is:

```
#
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=B045-5C3B  /boot/efi   vfatumask=0022,fmask=0022,dmask=0022  0 
  1
/boot/efi/grub  /boot/grub  nonedefaults,bind   0   0
UUID=584b9b78-7d8d-4a5a-9263-d6f6a48adc6b   noneswapsw  0   0
```

Steps:
On computer with >= two hard drives, the opposite drive targeted for 
installation having a previous linux installation and existing (leftover) efi 
partition:
Boot jammy installer USB
Select install
Select ZFS as filesystem
Wipe installation target drive
Proceed through installer as normal (no special conditions)
reboot
check `/etc/fstab` to find opposite drive used for Ubuntu has been configured 
for efi partition

Background:
I started investigating this situation when I noticed there was no history 
entry in my grub menu for the zfs snapshots taken by `zsys`.  Finally tracked 
down that it was because efi had been put on another drive, but not until 
exhausting several other possibilities.  

Initially thought it was an issue with `zsys` not creating snapshot
entries. When I determined `zsys` was working I thought it might be
`/etc/grub.d/10_linux_zfs` not identifying the snapshots.  Turns out it
was the installer the whole time, although I am not sure why grub cannot
create history entries in a grub menu on an efi partition of a different
drive, so perhaps there is additionally an issue with grub.

However, I am assuming that because of the automatic entry created in
`/etc/fstab`, Ubiquity was most likely responsible for choosing the
other drive for efi, despite what its logs say.  Ubiquity should
probably use the partition it creates for efi instead of using one from
another drive, therefore I think this is a reasonable bug to report.

This is similar to issue:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1890453
However, I created a new issue since bug 1890453 involves a Macintosh
installation, while my case involves choosing the ZFS option in Ubiquity
installer, so I was not sure if my  issue specific to the ZFS option, or
theirs specific to being installed on a Mac.

Long story short, had Ubiquity configured `/etc/fstab` for the partition
it made for grub/efi, history entry would have been present in grub
menu. Once I changed `/etc/fstab` to use the partition Ubiquity created
for efi, the history menu appeared and was able to be viewed and
utilized as normal.

There is a very long comment on Github zsys repo here regarding the
steps I went through to debug - it is missing the part where I
investigated `/var/log/installer/syslog`, as I only became aware of that
log's existence after coming to file this bug, so it is missing the
assumption that the misconfiguration was only in `/etc/fstab` and not
the installer using the wrong drive altogether:
https://github.com/ubuntu/zsys/issues/223

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

** Attachment added: "/var/log/installer contents - including syslog and 
partman"
   
https://bugs.launchpad.net/bugs/1961733/+attachment/5562615/+files/installer-logs.tar.gz

-- 
You recei

[Bug 1901053] Re: apt preferences files do nothing re: apt-cache policy

2020-12-27 Thread Avery Freeman
Someone on askubuntu.com recommended I start the preference file with a
CR (start preference description on the 2nd line in the file), include a
trailing CR (empty line at end of file) and be very particular to not
include any extra space characters after any of the attributes.  This
appears to have worked.

I have not seen this documented anywhere, or what it relates to, but it
might be something that could be clarified with an update in
documentation.

Thanks for your consideration.

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

Title:
  apt preferences files do nothing re: apt-cache policy

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

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

[Bug 1901053] [NEW] apt preferences files do nothing re: apt-cache policy

2020-10-22 Thread Avery Freeman
d',
 'bug_pattern_url': 
'http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml',
 'dupdb_url': 
'http://people.canonical.com/~ubuntu-archive/apport-duplicates',
 'distro': 'ubuntu',
 'problem_types': ['Bug', 'Package', 'Crash'],
 'escalation_tag': 'bugpattern-needed',
 'escalated_tag': 'bugpattern-written',
 },
 'canonical-oem': {
 'impl': 'launchpad',
 'bug_pattern_url': 
'http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml',
 'project': get_oem_project(),
 },
 'debug': {
 # for debugging
 'impl': 'memory',
 'bug_pattern_url': '/tmp/bugpatterns.xml',
 'distro': 'debug'
 },
 }
 
mtime.conffile..etc.apport.crashdb.conf: 2020-10-19T18:45:48.855219
```

Example:

```
Get:9 http://ppa.launchpad.net/system76/pop/ubuntu groovy/main amd64 Packages 
[44.4 kB]
Get:10 http://ppa.launchpad.net/system76/pop/ubuntu groovy/main Translation-en 
[18.1 kB]
Hit:11 http://mirrors.vcea.wsu.edu/ubuntu groovy InRelease   
Hit:12 http://mirrors.vcea.wsu.edu/ubuntu groovy-updates InRelease 
Hit:13 http://mirrors.vcea.wsu.edu/ubuntu groovy-backports InRelease   
Get:14 http://mirrors.vcea.wsu.edu/ubuntu groovy-security InRelease [88.4 kB]  
Hit:15 http://mirrors.vcea.wsu.edu/ubuntu groovy-proposed InRelease
Hit:17 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease   
Hit:18 http://archive.canonical.com/ubuntu groovy InRelease
Hit:16 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease 
Fetched 151 kB in 6s (26.2 kB/s)
Reading package lists... Done
Building dependency tree   
Reading state information... Done
26 packages can be upgraded. Run 'apt list --upgradable' to see them.

avery@ChubbyChipmunk:/etc/apt/preferences.d$ apt-cache policy

Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu focal/main amd64 
Packages
 release v=20.04,o=LP-PPA-webupd8team-y-ppa-manager,a=focal,n=focal,l=Y PPA 
Manager,c=main,b=amd64
 origin ppa.launchpad.net
 500 http://ppa.launchpad.net/system76/pop/ubuntu groovy/main amd64 Packages
 release v=20.10,o=LP-PPA-system76-pop,a=groovy,n=groovy,l=Pop!_OS 
PPA,c=main,b=amd64
 origin ppa.launchpad.net
 500 https://packagecloud.io/slacktechnologies/slack/debian jessie/main amd64 
Packages
 release 
v=1,o=packagecloud.io/slacktechnologies/slack,a=jessie,n=jessie,l=slack,c=main,b=amd64
 origin packagecloud.io
 500 http://apt.pop-os.org/proprietary groovy/main amd64 Packages
 release v=20.10,o=system76,a=groovy,n=groovy,l=System76,c=main,b=amd64
 origin apt.pop-os.org
 500 https://download.mono-project.com/repo/ubuntu stable-focal/main amd64 
Packages
 release 
v=20.04,o=XamarinFocal,a=stable-focal,n=focal,l=Xamarin-Stable-Focal,c=main,b=amd64
 origin download.mono-project.com
 500 https://packages.microsoft.com/ubuntu/18.04/prod bionic/main amd64 Packages
 release o=microsoft-ubuntu-bionic-prod 
bionic,a=bionic,n=bionic,l=microsoft-ubuntu-bionic-prod bionic,c=main,b=amd64
 origin packages.microsoft.com
 500 http://ppa.launchpad.net/linuxuprising/shutter/ubuntu groovy/main amd64 
Packages
 release v=20.10,o=LP-PPA-linuxuprising-shutter,a=groovy,n=groovy,l=Shutter 
screenshot tool and dependencies,c=main,b=amd64
 origin ppa.launchpad.net
 500 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages
 release v=1.0,o=Google LLC,a=stable,n=stable,l=Google,c=main,b=amd64
 origin dl.google.com
 500 
https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04
  Packages
 release 
o=obs://build.opensuse.org/devel:kubic:libcontainers:stable/xUbuntu_20.04,n=xUbuntu_20.04,l=devel:kubic:libcontainers:stable,c=
 origin download.opensuse.org
 500 http://packages.microsoft.com/ubuntu/18.04/mssql-server-2019 bionic/main 
amd64 Packages
 release o=mssql-server-2019-bionic 
bionic,a=bionic,n=bionic,l=mssql-server-2019-bionic bionic,c=main,b=amd64
 origin packages.microsoft.com
 500 http://mirrors.vcea.wsu.edu/ubuntu groovy-proposed/main i386 Packages
 release v=20.10,o=Ubuntu,a=groovy-proposed,n=groovy,l=Ubuntu,c=main,b=i386
 origin mirrors.vcea.wsu.edu
 500 http://mirrors.vcea.wsu.edu/ubuntu groovy-proposed/main amd64 Packages
 release v=20.10,o=Ubuntu,a=groovy-proposed,n=groovy,l=Ubuntu,c=main,b=amd64
 origin mirrors.vcea.wsu.edu
 500 http://mirrors.vcea.wsu.edu/ubuntu groovy-proposed/multiverse i386 Packages
 release 
v=20.10,o=Ubuntu,a=groovy-proposed,n=groovy,l=Ubuntu,c=multiverse,b=i386
 orig

[Bug 1898603] Re: Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-15 Thread Avery Tarasov
FIX IS to add these lines to

/etc/modprobe.d/alsa-config.conf

options snd-hda-intel model=clevo-p950
options snd-hda-intel probe_mask=0x1

the cause appears to be NVIDIA drivers I am using the same ones
https://pov.es/linux/ubuntu-ubuntu-20-4-installing-nvidia-drivers-
breaks-built-in-audio-on-laptop/?print=print

mesaboogie in the mintlinux official IRC chat found this technical
writeup...

The problem did appear to happen after I changed to NVIDIA from the
default... why NVIDIA breaks sound i have no idea lol

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] Re: Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-15 Thread Avery Tarasov
Hi Daniel, someone in mint linux support chat, mesaboogie, firmly
believes this can be fixed by adding "snd-hda-intel options model=" to
the correct value in my /etc/modprobe.d/alsa-config.conf

we tried setting to p950-clevo and rebooting but no luck.

any other ideas?

Any idea why my sound works perfectly in the live CD every single time,
yet in the same exact version of the that same kernel the sound is
broken now?  I have not done anything unusual with my system install

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] Re: Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-14 Thread Avery Tarasov
I was able to get the regular config back by reinstalling the sound
packages with apt but now regardless which kernel I use, it shows my
headphones as the speakers

So to be clear, even on the kernel with working sound before, now it
shows headphones as the "output"...  same with most recent kernel...
"headphones" are output device... any idea how to fix?

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] Re: Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-13 Thread Avery Tarasov
Hi Daniel, so I deleted the pulse config, and rebooted, but amazingly my
stupid BIOS doesn't have an option to disable the sound.

Now regardless of the kernel I go into for the output device it shows
"dummy output" and the sound doesn't work.  I guess the config is broken
from the "rm -r ~/.config/pulse*" command.  Any idea how to fix or reset
things without using BIOS?  Now not able to use any sound at all
regardless of kernel

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] Re: Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-13 Thread Avery Tarasov
Hey Daniel,

Re-testing on

Linux frozenkeep 5.4.0-51-generic #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC
2020 x86_64 x86_64 x86_64 GNU/Linux

and still have the problem... I'm double checking the above and seeing
if still have same issue but looks like it still is broken

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] Re: Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-05 Thread Avery Tarasov
I uninstalled pulseaudio completely and even with just alsa alone
couldn't get audio to play, just a heads up.  Maybe did something wrong
but gave it a shot

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] Re: Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-05 Thread Avery Tarasov
Hey Daniel, thanks for the heroic quick reply.  I did not have apport
installed by default but I installed it via apt-get and ran the command
and successfully gave authorization for one week

Someone in mint linux IRC thinks could be Pulse Audio issue because that
app shows Speakers (unavailable) in the GUI app.  I literally just
updated my pulse audio to the latest version and rebooted and the sound
still doesn't work from Speakers.

Please let me know if need any other data or to run command.

Best Regards,

-Avery

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] Re: Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-05 Thread Avery Tarasov
apport information

** Tags added: apport-collected ulyana

** Description changed:

  Starting in Kernel 5.4.0-48-generic on Mint Linux 20 Cinnamon my sound
  output is detected as "headphones" instead of Speakers when this laptop
  doesn't even have any headphones connected at all... reverting to a
  prior kernel fixes the problem and then the output is correctly
  Speakers... I cannot possibly use sound on Kernel 5.4.0-48-generic and
  the Mint Linux support chat said I should file a bug for this because
  this kernel broke something.
  
  See attached detailed log reports for more info...
  
  Thanks team!!!
  
  Best Regards,
  
  -Avery Tarasov
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.9
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  chr0meice2   2656 F pulseaudio
+  /dev/snd/controlC0:  chr0meice2   2656 F pulseaudio
+  /dev/snd/pcmC0D0c:   chr0meice2   2656 F...m pulseaudio
+  /dev/snd/pcmC0D0p:   chr0meice2   2656 F...m pulseaudio
+ CasperMD5CheckResult: skip
+ DistroRelease: Linux Mint 20
+ InstallationDate: Installed on 2020-10-05 (0 days ago)
+ InstallationMedia: Linux Mint 20 "Ulyana" - Release amd64 20200624
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: alsa-driver (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ Tags:  ulyana
+ Uname: Linux 5.4.0-48-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: N/A
+ _MarkForUpload: True
+ dmi.bios.date: 10/01/2019
+ dmi.bios.vendor: INSYDE Corp.
+ dmi.bios.version: 1.07.13
+ dmi.board.asset.tag: Tag 12345
+ dmi.board.name: P95_96_97Ex,Rx
+ dmi.board.vendor: Notebook
+ dmi.board.version: Not Applicable
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Notebook
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.13:bd10/01/2019:svnNotebook:pnP95_96_97Ex,Rx:pvrNotApplicable:rvnNotebook:rnP95_96_97Ex,Rx:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
+ dmi.product.family: Not Applicable
+ dmi.product.name: P95_96_97Ex,Rx
+ dmi.product.sku: Not Applicable
+ dmi.product.version: Not Applicable
+ dmi.sys.vendor: Notebook

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1898603/+attachment/5418066/+files/AlsaInfo.txt

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] CurrentDmesg.txt

2020-10-05 Thread Avery Tarasov
apport information

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] ProcCpuinfoMinimal.txt

2020-10-05 Thread Avery Tarasov
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1898603/+attachment/5418068/+files/ProcCpuinfoMinimal.txt

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1898603] [NEW] Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected as output, not speakers

2020-10-05 Thread Avery Tarasov
Public bug reported:

Starting in Kernel 5.4.0-48-generic on Mint Linux 20 Cinnamon my sound
output is detected as "headphones" instead of Speakers when this laptop
doesn't even have any headphones connected at all... reverting to a
prior kernel fixes the problem and then the output is correctly
Speakers... I cannot possibly use sound on Kernel 5.4.0-48-generic and
the Mint Linux support chat said I should file a bug for this because
this kernel broke something.

See attached detailed log reports for more info...

Thanks team!!!

Best Regards,

-Avery Tarasov

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "4 different detailed log files related to system 
including logs requested by you guys=)"
   https://bugs.launchpad.net/bugs/1898603/+attachment/5417987/+files/logs.tar

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

Title:
  Kernel Ubuntu 5.4.0-48.52-generic sound broken - headphones detected
  as output, not speakers

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

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

[Bug 1785171] Re: Intel I219-V Ethernet Interface on Ubuntu Linux Using e1000e Driver keeps Dropping Internet Connection

2020-09-17 Thread Avery Freeman
I just wanted to mention I've been having disconnection issues w/ my
i219-LM on both Thinkpad T460s and Dell Precision 7730 laptops in
Ubuntu, sometimes disconnecting and reconnecting several times per hour
(REALLY irritating).

I updated to linux-image-5.8.0-18-generic and haven't had any issues
since AFAIK.  It's in the groovy main repo.  Also works w/ zfs 0.8.4-1.

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

Title:
  Intel I219-V Ethernet Interface on Ubuntu Linux Using e1000e Driver
  keeps Dropping Internet Connection

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

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

[Bug 1785171] Re: Intel I219-V Ethernet Interface on Ubuntu Linux Using e1000e Driver keeps Dropping Internet Connection

2020-08-17 Thread Avery Freeman
I caveat this comment with an apology for not having any logs to share,
but anecdotally, I was having this problem on a Thinkpad T460s, which
has an i219-LM nic, running Ubuntu desktop 20.04 LTS.  Wired network
would disconnect on average every 20 minutes, sporadically, without
warning.  Made Zoom conferences very annoying, as I would drop out
without warning, then have to re-login, reconnect to the conference
room, and then pick up where we left off.  Internet searches or clicking
links would randomly turn up a "not connected" error page.  There was no
particular pattern I could ascertain as to when/why it would happen, it
just did.

Then I upgraded to a Dell Precision 7730 laptop, which unfortunately has
the same i219-LM nic.  I installed my NVMe ssd from the Thinkpad T460s,
so unsurprisingly, I had the same wireless network dropping issues.
Unrelated, I installed .list files in /etc/apt/sources.list.d for 20.10
and 20.10-proposed so I could install more current qemu-kvm packages,
and came across the linux-image-5.6-1021-oem package.  The e1000e.ko
contained within is is 3.2.6-k, which is a little outdated, but it
doesn't drop connection so that doesn't particularly matter - it's
infinitely less obnoxious to run.

The list file for the repo is: deb http://archive.ubuntu.com/ubuntu/
groovy-proposed restricted main multiverse universe and I run it pinned
as priority 300 to avoid it installing anything that might break my
system:

$ cat /etc/apt/preferences.d/proposed-updates 
# Configure apt to allow selective installs of packages from proposed
Package: *
Pin: release a=groovy-proposed
Pin-Priority: 300

I also have a feeling the e1000e-dkms package would be a good fix, which
might be attractive to someone wanting a newer version of the ko, but,
as I have no interest in making my kernel installations take longer than
they already do, I have not tried it.

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

Title:
  Intel I219-V Ethernet Interface on Ubuntu Linux Using e1000e Driver
  keeps Dropping Internet Connection

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

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

[Bug 1879063] [NEW] Preparing Files for USB Memory Stick Booting should not mention "cp"

2020-05-16 Thread John Avery
Public bug reported:

In the AMD64 docs, [4.3. Preparing Files for USB Memory Stick
Booting](https://help.ubuntu.com/lts/installation-
guide/amd64/ch04s03.html) prominently lists this command as a way of
writing the image to a USB stick: "# cp debian.iso /dev/sdX".  The
result was something that my Dell Inspiron 7577 did not recognize as a
UEFI boot device.

I fell back to creating the USB installer on Windows, using the advice
in https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows

I don't know what a successful technique for creating a USB installer
using Linux is, but I do know that the "cp" method given in this
documentation page is not it.

** Affects: ubuntu-docs (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/1879063

Title:
  Preparing Files for USB Memory Stick Booting should not mention "cp"

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

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

[Bug 1842951] Re: adcli join fails

2020-01-14 Thread Avery Freeman
I just wanted to add that 4 months after the initial bug report, and a
month after the last comment in this thread, Ubuntu repo version was
0.8.2-1 which still contained aforementioned bug.  I downloaded the
debian adcli 0.9.0-1 package and adcli/realmd appear to be working
properly. If this is so easy to fix, why isn't a newer version of adcli
incorporated into Ubuntu repo yet?

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

Title:
  adcli join fails

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

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

[Bug 1773045] Re: Radiance/gtk-3.20/gtk-main.css attempts to import nonexistent gnome-builder.css

2018-09-13 Thread John Avery
I see this problem when running gio open of a Google maps location query
URL.

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

Title:
  Radiance/gtk-3.20/gtk-main.css attempts to import nonexistent gnome-
  builder.css

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

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

[Bug 912153] Re: cannot unmount sshfs mounts when ssh connection is lost

2017-01-21 Thread James Avery
Still a problem in 2017, 5 years after the bug report; Running lsof,
fuser -km, or even ls of the mountpoint hangs so bad that even kill -9
doesn't work on them.

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

Title:
  cannot unmount sshfs mounts when ssh connection is lost

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sshfs-fuse/+bug/912153/+subscriptions

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


[Bug 1405232] Re: ping reports wrong IP responding under certain conditions

2016-09-02 Thread Avery-yates
Was about to file a report for this.
Can confirm, tested in 16.04

http://pastebin.com/JzexVR0D

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

Title:
  ping reports wrong IP responding under certain conditions

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

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


[Bug 1351139] Re: duplicated terminal icons

2016-08-05 Thread Avery Bunker
Still an issue with Linux Mint 18. Rokhsane (t4rik) fix works instantly.

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

Title:
  duplicated terminal icons

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

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


[Bug 1589188] [NEW] Cross-compiling for iPhone does not work

2016-06-04 Thread Avery Magnotti
Public bug reported:

When trying to cross-compile click for the iPhone, I am brought this
error:

In file included from paths.c:21:
In file included from /usr/include/glib-2.0/glib.h:30:
In file included from /usr/include/glib-2.0/glib/galloca.h:32:
/usr/include/glib-2.0/glib/gtypes.h:422:3: error: 
'_GStaticAssertCompileTimeAssertion_0' declared as an array with a negative size
  G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
  ^~~~
/usr/include/glib-2.0/glib/gmacros.h:217:103: note: expanded from macro 
'G_STATIC_ASSERT'
#define G_STATIC_ASSERT(expr) typedef char G_PASTE 
(_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] 
G_GNUC_UNUSED

  ^~~
1 warning and 1 error generated.


I use the following script to build click. It's quite messy, but here you go:

#!/bin/bash
rm -rf ~/built/click
PREFIX=~/toolchain/linux/iphone/bin/armv7-apple-darwin11
AR=$PREFIX-ar
AS=$PREFIX-as
CC=$PREFIX-clang
CXX=$PREFIX-clang++
LD=$PREFIX-ld
NM=$PREFIX-nm
OBJDUMP=$PREFIX-objdump
RANLIB=$PREFIX-ranlib
STRIP=$PREFIX-strip
SDK=/home/citrusui/sdks/iPhoneOS9.3.sdk
CFLAGS="-arch armv7 -arch arm64 -isysroot $SDK"
LDFLAGS="-Wl,-segalign,4000"
DESTDIR=~/built/click/
apt install autoconf bzr clang intltool libcurl4-openssl-dev libgee-0.8 
libjson-glib-dev libtool xutils-dev debhelper dh-autoreconf python3-all 
python3-setuptools pep8 python3-pep8 pyflakes python3-sphinx valac 
gobject-introspection libgirepository1.0-dev libpackagekit-glib2-dev 
python3-coverage dh-systemd
cd ~
if [ ! -d click ]; then
bzr branch lp:click
fi
cd ~/click
./autogen.sh
./configure cross_compiling=yes --prefix=/home/citrusui/built/click 
--sysconfdir=/etc --with-systemdsystemunitdir=/lib/systemd/system 
--with-systemduserunitdir=/usr/lib/systemd/user CC="$CC" CXX="$CXX" 
CFLAGS="$CFLAGS" CXXFLAGS="$CFLAGS" STRIP="$STRIP" RANLIB="$RANLIB" NM=$NM 
AR=$AR AS=$AS LD="$LD" OBJDUMP="$OBJDUMP" LDFLAGS="$LDFLAGS" DESTDIR="$DESTDIR"
make install
cd ~/built/click

Note that ~/toolchain contains data from
https://developer.angelxwind.net/Linux/ and ~/sdks/iPhoneOS9.3.sdk
contains data from https://jbdevs.org/sdks/.

** Affects: click (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/1589188

Title:
  Cross-compiling for iPhone does not work

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

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


[Bug 1320402] Re: mdadm resyncs imsm raid in "Normal" state

2016-01-31 Thread Darin Avery
This problem just started happening for me too.  I tried only the
changes in #13 but it still resyncs.  Are the changes in 12 necessary as
well?

I tried the pidof command on its own and got this: "sed: -e expression
#2, char 9: unterminated `s' command"


Also ps ax|grep mdmon shows nothing, and mdmon /dev/md0 gives "mdmon: md0 is 
not a container - cannot monitor" so it's not clear to me when, if ever, mdmon 
is running or how to make it run.

1. Is mdmon supposed to be running all the time?
2. Does this work for an mdadm array on any hardware, or only intel?  (imsm 
means intel matrix storage, correct?)

In case anyone else is having this, instead of shutting down, try
suspend.  That doesn't trigger the resync for me.

Thanks.

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

Title:
   mdadm resyncs imsm raid in "Normal" state

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

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


[Bug 1449700] Re: evince crashed with SIGSEGV in add_range()

2015-06-08 Thread Brian Avery
I see the following stack trace. This seems to match the original
description of the bug:

#0  0x7fb1fbc00610 in cairo_surface_set_device_scale () from 
/usr/lib/x86_64-linux-gnu/libcairo.so.2
#1  0x004416cf in thumbnail_job_completed_callback (job=0x7fb1e4005f30, 
sidebar_thumbnails=)
at /build/buildd/evince-3.14.2/./shell/ev-sidebar-thumbnails.c:941
#2  0x7fb1fb3ae504 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#3  0x7fb1fb3c7fa7 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#4  0x7fb1fb3c88ff in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5  0x7fb1fd55cb63 in emit_finished (job=) at 
/build/buildd/evince-3.14.2/./libview/ev-jobs.c:180
#6  0x7fb1fb0d8b4d in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x7fb1fb0d8f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x7fb1fb0d8fcc in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x7fb1fb69966c in g_application_run () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#10 0x0041cc22 in main (argc=1, argv=0x7ffc4af3f7b8) at 
/build/buildd/evince-3.14.2/./shell/main.c:316


Based on this stack trace, I have determined that the crash occurs on line 949  
of ev-sidebar-thumbnails.c when the following is executed:

cairo_surface_set_device_scale (job->thumbnail_surface, device_scale,
device_scale);

The crash occurs because job->thumbnail_surface is null. I have not yet
figured out why  it is null though.

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

Title:
  evince crashed with SIGSEGV in add_range()

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

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


[Bug 1449700] Re: evince crashed with SIGSEGV in add_range()

2015-06-08 Thread Brian Avery
** Changed in: evince (Ubuntu)
 Assignee: (unassigned) => Brian Avery (briansvgs)

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

Title:
  evince crashed with SIGSEGV in add_range()

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

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


[Bug 1449700] Re: evince crashed with SIGSEGV in add_range()

2015-06-06 Thread Brian Avery
I am able to see this defect with the same file on a fully update Ubuntu
gnome install.

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

Title:
  evince crashed with SIGSEGV in add_range()

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

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


[Bug 1376731] Re: [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-free: nvidia]

2014-10-04 Thread Avery Bunker
Re-executed Use Case 1 above:

Same result were seen

Updated the tag : kernel-bug-exists-upstream

Validated I was utilizing the latest kernel during restart:

averybunker@Bunk3rLab5:~$ uname -r
3.17.0-031700rc7-generic

** Description changed:

  Description:  Ubuntu Utopic Unicorn (development branch)
  Release:  14.10
  
  Expected for the laptop to go to sleep as it did in 14.04.
  
  The laptop would not go to sleep and came up and generated this bug
  report.
  
  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-18-generic 3.16.0-18.25
  ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
  Uname: Linux 3.16.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  averybunker   2598 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  averybunker   2598 F pulseaudio
  Date: Thu Oct  2 12:51:02 2014
  DuplicateSignature: suspend/resume:Hewlett-Packard HP ENVY dv6 Notebook 
PC:F.22
  ExecutablePath: /usr/share/apport/apportcheckresume
  ExecutableTimestamp: 1409826875
  Failure: suspend/resume
  InstallationDate: Installed on 2014-10-01 (1 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Hewlett-Packard HP ENVY dv6 Notebook PC
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcCwd: /
  ProcEnviron:
-  TERM=linux
-  PATH=(custom, no user)
+  TERM=linux
+  PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-18-generic.efi.signed 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
-  linux-restricted-modules-3.16.0-18-generic N/A
-  linux-backports-modules-3.16.0-18-generic  N/A
-  linux-firmware 1.134
+  linux-restricted-modules-3.16.0-18-generic N/A
+  linux-backports-modules-3.16.0-18-generic  N/A
+  linux-firmware 1.134
  SourcePackage: linux
  Title: [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure 
[non-free: nvidia]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
-  
+ 
  dmi.bios.date: 11/02/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.22
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 181B
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 52.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.22:bd11/02/2012:svnHewlett-Packard:pnHPENVYdv6NotebookPC:pvr088811002130591620100:rvnHewlett-Packard:rn181B:rvr52.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY dv6 Notebook PC
  dmi.product.version: 088811002130591620100
  dmi.sys.vendor: Hewlett-Packard

** Tags added: kernel-bug-exists-upstream

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

Title:
  [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-
  free: nvidia]

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

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

[Bug 1376731] Re: [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-free: nvidia]

2014-10-04 Thread Avery Bunker
averybunker@Bunk3rLab5:~/Downloads$ ls
linux-headers-3.17.0-031700rc7_3.17.0-031700rc7.201409281835_all.deb
linux-headers-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb
linux-image-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb

averybunker@Bunk3rLab5:~/Downloads$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-3.17.0-031700rc7.
(Reading database ... 177396 files and directories currently installed.)
Preparing to unpack 
linux-headers-3.17.0-031700rc7_3.17.0-031700rc7.201409281835_all.deb ...
Unpacking linux-headers-3.17.0-031700rc7 (3.17.0-031700rc7.201409281835) ...
Selecting previously unselected package linux-headers-3.17.0-031700rc7-generic.
Preparing to unpack 
linux-headers-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb 
...
Unpacking linux-headers-3.17.0-031700rc7-generic 
(3.17.0-031700rc7.201409281835) ...
Selecting previously unselected package linux-image-3.17.0-031700rc7-generic.
Preparing to unpack 
linux-image-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb ...
Done.
Unpacking linux-image-3.17.0-031700rc7-generic (3.17.0-031700rc7.201409281835) 
...
Setting up linux-headers-3.17.0-031700rc7 (3.17.0-031700rc7.201409281835) ...
Setting up linux-headers-3.17.0-031700rc7-generic 
(3.17.0-031700rc7.201409281835) ...
Setting up linux-image-3.17.0-031700rc7-generic (3.17.0-031700rc7.201409281835) 
...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.17.0-031700rc7-generic /boot/vmlinuz-3.17.0-031700rc7-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.17.0-031700rc7-generic /boot/vmlinuz-3.17.0-031700rc7-generic
update-initramfs: Generating /boot/initrd.img-3.17.0-031700rc7-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.17.0-031700rc7-generic 
/boot/vmlinuz-3.17.0-031700rc7-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.17.0-031700rc7-generic /boot/vmlinuz-3.17.0-031700rc7-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.17.0-031700rc7-generic /boot/vmlinuz-3.17.0-031700rc7-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
Found linux image: /boot/vmlinuz-3.17.0-031700rc7-generic
Found initrd image: /boot/initrd.img-3.17.0-031700rc7-generic
Found linux image: /boot/vmlinuz-3.16.0-20-generic
Found initrd image: /boot/initrd.img-3.16.0-20-generic
Found linux image: /boot/vmlinuz-3.16.0-17-generic
Found initrd image: /boot/initrd.img-3.16.0-17-generic
Adding boot menu entry for EFI firmware configuration
done
averybunker@Bunk3rLab5:~/Downloads$

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

Title:
  [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-
  free: nvidia]

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

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


[Bug 1376731] Re: [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-free: nvidia]

2014-10-04 Thread Avery Bunker
System Information
Manufacturer: Hewlett-Packard
Product Name: HP ENVY dv6 Notebook PC
Version: 088811002130591620100
Serial Number: 2CE23625MD
UUID: 4095457E-56FA-E111-8552-BAFBA319AE48
Wake-up Type: Power Switch
SKU Number: C2L42UA#ABA
Family: 103C_5335KV G=N L=CON B=HP S=ENV

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

Title:
  [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-
  free: nvidia]

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

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


[Bug 1376731] Re: [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-free: nvidia]

2014-10-04 Thread Avery Bunker
Use Case 1 : Just did a fresh install of 14.10 with updates applied
3.16.0-20-generic

1. First Suspend seems to work and resumes without issue. No Proprietary 
drivers in use.
2. Suspend again, and it looks like its suspending as the screen blacks out 
(does not shutoff the screen as the backlight is still on) and it sits there. 
 a. If I hit a key it shows the login screen and when I login it acts if I 
was only logged out of the desktop as it takes longer for my desktop to appear 
compared to a lock screen or a suspend.
 b. Networking does not work, it shows it is disabled
 c. Shutdown and Reboot from the UI Panel does not work, it acts like it is 
doing it and then it takes me back to the login screen after a couple of 
minutes. I can login, but networking still does not work and does not even show 
the applet.
 d. Do a sudo shutdown -hy now from the cmd line, and this time it starts 
to shutdown the services and right before it shutdown's it suspends. Its acting 
as if something was blocking the second suspend attempt. I wake the laptop back 
up and it finishes the shutdown process.
 e. Start the laptop up and all is right with the world again, and I get 
the "System program problem detected" a couple of times.

Action Plan : Install the Mainline Kernel and retest the same scenario
above.

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

Title:
  [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-
  free: nvidia]

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

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


[Bug 1376731] [NEW] [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-free: nvidia]

2014-10-02 Thread Avery Bunker
Public bug reported:

Description:Ubuntu Utopic Unicorn (development branch)
Release:14.10

Expected for the laptop to go to sleep as it did in 14.04.

The laptop would not go to sleep and came up and generated this bug
report.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-18-generic 3.16.0-18.25
ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
Uname: Linux 3.16.0-18-generic x86_64
NonfreeKernelModules: nvidia
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  averybunker   2598 F pulseaudio
Date: Thu Oct  2 12:51:02 2014
DuplicateSignature: suspend/resume:Hewlett-Packard HP ENVY dv6 Notebook PC:F.22
ExecutablePath: /usr/share/apport/apportcheckresume
ExecutableTimestamp: 1409826875
Failure: suspend/resume
InstallationDate: Installed on 2014-10-01 (1 days ago)
InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
InterpreterPath: /usr/bin/python3.4
MachineType: Hewlett-Packard HP ENVY dv6 Notebook PC
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcCwd: /
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-18-generic.efi.signed 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-18-generic N/A
 linux-backports-modules-3.16.0-18-generic  N/A
 linux-firmware 1.134
SourcePackage: linux
Title: [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure 
[non-free: nvidia]
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 11/02/2012
dmi.bios.vendor: Insyde
dmi.bios.version: F.22
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 181B
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 52.24
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.22:bd11/02/2012:svnHewlett-Packard:pnHPENVYdv6NotebookPC:pvr088811002130591620100:rvnHewlett-Packard:rn181B:rvr52.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP ENVY dv6 Notebook PC
dmi.product.version: 088811002130591620100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-kerneloops need-duplicate-check resume suspend

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

Title:
  [Hewlett-Packard HP ENVY dv6 Notebook PC] suspend/resume failure [non-
  free: nvidia]

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

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


[Bug 1174763] Re: Tinc VPN security issue (CVE-2013-1428)

2014-09-02 Thread Avery-yates
This is still an issue. LTS needs a backport. Some of us are in this
boat until 2017.

** Changed in: tinc (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  Tinc VPN security issue (CVE-2013-1428)

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

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


[Bug 1358596] Re: The new keyboard detection routine when installing ubuntu server 14.04 does not find a Belgian keyboard any more. the previous one did.

2014-08-19 Thread Avery-yates
I have no idea which package contains the program to determine keyboard
layout during ubuntu-server install.

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

Title:
  The new keyboard detection routine when installing ubuntu server 14.04
  does not find a Belgian keyboard any more. the previous one did.

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

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


[Bug 1358596] [NEW] The new keyboard detection routine when installing ubuntu server 14.04 does not find a Belgian keyboard any more. the previous one did.

2014-08-18 Thread Avery-yates
Public bug reported:

The routine that detects which keyboard is used by having the user press 
certain keys during install does not work properly anymore for belgian 
keyboards.
The previous version worked great. (the ones that had ?) as the first character 
to be pressed . 

This latest one ends up detecting a French keyboard instead of a Belgian
one.

Please review the changes that have been made to the detection program.

** Affects: 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/1358596

Title:
  The new keyboard detection routine when installing ubuntu server 14.04
  does not find a Belgian keyboard any more. the previous one did.

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

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


[Bug 1294899] Re: Import saved VPN connection has been Recently Broken

2014-07-06 Thread Avery
Nope. Fully updated, still cannot import .ovpn.

The only difference is that now the VPN won't work through the command
line either.

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

Title:
  Import saved VPN connection has been Recently Broken

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

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


[Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-06-28 Thread James Avery
Ubuntu 14.04, Unity, Kernel 3.8.0-34-generic #49, NVIDIA driver version
304.117 (cannot use versions higher than 304, since my graphics card
(GeForce 7025) is not supported in higher versions).

Opening dash and closing it causes window contents to either go black or dark. 
Minimising/maximising windows causes window contents to go black.

Worked fine in 12.10. Just updated, and now Unity is nearly unusable.

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Bug 1280717] [NEW] package monodoc-browser 2.10-2 failed to install/upgrade: 子程序 已安裝的 post-installation script 傳回了錯誤退出狀態 1

2014-02-15 Thread avery
Public bug reported:

http://askubuntu.com/questions/348351/how-can-i-install-
monodevelop-v4-on-12-04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: monodoc-browser 2.10-2
ProcVersionSignature: Ubuntu 3.2.0-58.88-generic-pae 3.2.53
Uname: Linux 3.2.0-58-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
Date: Sun Feb 16 14:54:31 2014
DuplicateSignature: package:monodoc-browser:2.10-2:子程序 已安裝的 post-installation 
script 傳回了錯誤退出狀態 1
ErrorMessage: 子程序 已安裝的 post-installation script 傳回了錯誤退出狀態 1
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: mono-tools
Title: package monodoc-browser 2.10-2 failed to install/upgrade: 子程序 已安裝的 
post-installation script 傳回了錯誤退出狀態 1
UpgradeStatus: Upgraded to precise on 2012-06-18 (607 days ago)

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


** Tags: apport-package i386 precise 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/1280717

Title:
  package monodoc-browser 2.10-2 failed to install/upgrade: 子程序 已安裝的
  post-installation script 傳回了錯誤退出狀態 1

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

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

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2013-12-28 Thread Avery-yates
** Changed in: linux (Ubuntu)
   Status: Invalid => Incomplete

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

Title:
  WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255
  dev_watchdog+0x25a/0x270()

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

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


[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2013-12-28 Thread Avery-yates
It still happened and both cases are related.

I don't see why this has to be closed.

Other people reported the same issue, they didn't have the same
hardware. There is no reason to close this because it happened on more
than one of my computers.

This bug not being hardware specific is a potential conclusion to make .
This bug not having happened or not existing is not.

Me starting a new bug would not help anyone who wanted to investigate
this at all.

I was in the middle of doing an apport-collect. That seems to be broken
on 12.04 atm.

"apport-bug linux" or "ubuntu-bug linux" contain way too much personal info for 
me to feel safe sending it.
Ip addresses , external hacking attempts, external loginsall  with their ip's 
etc..

Mailing half a log file from a desktop user might be marginally safer
but no matter how many times you're going to put that "etiquette" link
up . I'm sorry to say this is over the top for me. No sane person should
be sending anyone that amount of info and no developer should be asking
for it.

Also , this person apparently has the same issue:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/996708


Filing a fresh new bug report didn't seem to be doing much for him.

Also , with this I am not asking for "support" or "help" . I am however 
contributing in a way I can to make ubuntu better , stable and bugless. 
I can think of quite a few ways to make sure this cannot happen again for me 
personally, but that would not help in figuring out what happened or how to fix 
it. 
For now I am hoping it doesn't take another year for it to happen again, that 
way I can add to this issue. Maybe you can hope other people to whom this 
happens don't feel discouraged from reporting it and do so?

Kind regards.

A.

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

Title:
  WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255
  dev_watchdog+0x25a/0x270()

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

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


[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2013-12-28 Thread Avery-yates
And this is where I fall flat on my ass.

3days ago when my nic gave out , I googled the error.

This part :
"/build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 
dev_watchdog+0x25a/0x270()"

To see if I found anything on what happened. I was somewhat surprised I
ended up at a bug report I filed myself almost 2 years ago. "Fair
enough" I thought , this probably stopped happening for a while and
happened again today.. I will add it to the bug report..

Lo and behold .. Nothing is further from what really happened I am sorry
to say ..

It happened on another computer altogether this time. :
ALiveNF7G-HD720p R5.0
http://www.asrock.com/mb/overview.asp?Model=ALiveNF7G-HD720p%20R5.0
It has the latest bios installed. 2.20

This computer is my firewall/dhcp server. The one where it first happened was a 
general purpose headless device which I mainly used for scheduling various 
tasks every few hours.. 
It is weird this bug has crept up for so few people and twice for me on very 
different devices. 

The nic in this new instace is a PCI-Express one :
http://www.intel.com/content/www/us/en/network-adapters/gigabit-network-adapters/gigabit-ct-desktop-adapter.html

So , different MB , Different nic..

Things they were doing that were similar.. Off the top of my head ...
not much... I use Shorewall to easily setup iptables on all my ubuntu
computers .So iptables.

It was on the same physical network though.

Ss your "bios outdated" comment is targeted at a post that's almost 2
years old. That computer has the latest bios by now. The OS in question
has been moved to a virtual machine, it hasn't had any issues since
april 2012.

Kind Regards
Phoenixxl.

Thank you for reading.

PS: Thank you again for the link to "Bios updates and linux" I
understand life is simpler when people don't report bugs at all.

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

Title:
  WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255
  dev_watchdog+0x25a/0x270()

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

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


[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2013-12-27 Thread Avery-yates
Well , it happened to me again today.
More than a year later but this time it didn't recover the nic gave out. To the 
OS however on IP level everything was hunky doori.  I was able to issue ping 
commands over the interface , no replies of course.

anyway , here is the entry in the log. I had to reboot to make the interface 
work again.
http://pastebin.com/Rebf5dwv

Reagrds.

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

Title:
  WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255
  dev_watchdog+0x25a/0x270()

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

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


[Bug 1258338] [NEW] installer crashes

2013-12-05 Thread Avery
Public bug reported:

installing from usb. crashes.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.26
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
CasperVersion: 1.336ubuntu1
Date: Thu Dec  5 18:37:47 2013
InstallCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu-gnome.seed 
boot=casper only-ubiquity  quiet splash -- BOOT_IMAGE=/casper/vmlinuz.efi
LiveMediaBuild: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 (20131017)
MarkForUpload: True
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy ubiquity-2.15.26 ubuntu-gnome

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

Title:
  installer crashes

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

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


[Bug 1246677] [NEW] gnome shell extensions disabled

2013-10-31 Thread Avery
Public bug reported:

As of the last update from the gnome3-staging PPA, all of my shell
extensions have been disabled. Going to the gnome extensions website
shows that none of the extensions are compatible, even those formerly
installed and compatible with 3.10.

** Affects: gnome-shell (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/1246677

Title:
  gnome shell extensions disabled

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

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


[Bug 992619] Re: Empathy does not login - Error contacting the Account Manager

2013-09-18 Thread Avery
I've been on Ubuntu 13.04 since April. This problem started for me
today.

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

Title:
  Empathy does not login - Error contacting the Account Manager

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

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


[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-09-07 Thread Avery-yates
Still "Upload pending" on debian.  making an 2.3.2-4ubuntu2 with the fix 
included would not be a bad idea at this point imo.
The version that would eventually trickle down from debian would be the same 
anyway.

Regards.

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

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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


[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-08-18 Thread Avery-yates
The fix has a "upload pending" flag attached to it on debian.
It seems to have been accepted but is stuck in the queue.

Adding this comment to make sure it gets added to saucy before final
beta, and definitely upon release.

Friendly regards.

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

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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


[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Works like a charm .

Hoping it gets put in release.

Thank you for the speedy replies.

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

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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


[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
@ simon 
Also , about changing the number of sleep seconds in a restart, that would not 
fix scripts that stop and start the openvpn service.  If as a temporary measure 
a delay is chosen the delay should be put somewhere in "stop" not in "restart"

Regards.

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

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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


[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Simon, thank you for taking the time to comment.
I have just now tested this on another identical machine running 12.04. As you 
said , the issue exists there as well. I must not have encountered it before 
today.

Still , this caused a part of my network to do down this morning when
openvpn had restarted during the update . It didn't cause anything
significant beyon,d having to call someone to press the reset button
though.

Would it be possible to use another technique to decide when the openvpn
service should return except for an arbitrary amount of seconds?  ( What
the person above here suggested maybe , though i don't really understand
what he means exactly) Or maybe add the ability to select the amount of
seconds to wait using /etc/default/openvpn or something similar.(which
does seem like a plaster on a wooden leg)

In my humble opinion this bug should stay open until a solution beyond
"sleep until it has cleaned up after itself" has been found.  Whether
restarting a service will work should not be at the mercy of such
things. It should be guaranteed to always work . If it doesn't it should
be fixed.

Friendly regards.
Avery.

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

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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


[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
** Description changed:

  When restarting openvpn with "service openvpn restart"  this occurs:
  
  Jul 12 09:37:03 Muur2 ovpn-client[3831]: TCP/UDP: Socket bind failed on local 
address [undef]: Address already in use
  Jul 12 09:37:04 Muur2 ovpn-client[3743]: WARNING: Failed running command 
(--up/--down): external program exited with error status: 255
  
  Failing openvpn services to restart.
  
- Using "Service openvon start && service openvpn stop" yields the same
+ Using "Service openvpn start && service openvpn stop" yields the same
  result.
  
  When doing a "serice openvpn stop" followed by "service openvpn start"
- works.
+ in a shell it works.
  
  I presume openvpn returns before making sure the sockets it uses are
  closed properly or sockets report being closed wrongly.
  
  This is a serious bug . Machines become inaccessible after updates that
  require openvpn to be restarted.
  
  Thank you for looking into this.

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

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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


[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Edit:
This bug started with the move to openvpn 2.3.2-4ubuntu1 a few hours ago from 
now.

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

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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


[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Added Mr Stéphane Grabber to subscriber list since he seems to be
involved with most OpenVpn packages on ubuntu so far.

Regards.

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

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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

[Bug 1200519] [NEW] "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Public bug reported:

When restarting openvpn with "service openvpn restart"  this occurs:

Jul 12 09:37:03 Muur2 ovpn-client[3831]: TCP/UDP: Socket bind failed on local 
address [undef]: Address already in use
Jul 12 09:37:04 Muur2 ovpn-client[3743]: WARNING: Failed running command 
(--up/--down): external program exited with error status: 255

Failing openvpn services to restart.

Using "Service openvon start && service openvpn stop" yields the same
result.

When doing a "serice openvpn stop" followed by "service openvpn start"
works.

I presume openvpn returns before making sure the sockets it uses are
closed properly or sockets report being closed wrongly.

This is a serious bug . Machines become inaccessible after updates that
require openvpn to be restarted.

Thank you for looking into this.

** Affects: openvpn (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/1200519

Title:
  "service openvpn restart" broken. Stop returns before finishing.

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

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


[Bug 1195607] Re: iscsitarget-dkms broken since kernel 3.10.0

2013-06-30 Thread Avery-yates
On 2013-02 Mr James Paige patched this so it would work for newer
kernels. It did worked up to 3.9.
(https://launchpad.net/ubuntu/+source/iscsitarget/1.4.20.2-5ubuntu3.2)

Added him to the notification list for this issue.

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

Title:
  iscsitarget-dkms broken since kernel 3.10.0

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

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


[Bug 1195607] Re: iscsitarget-dkms broken since kernel 3.10.0

2013-06-30 Thread Avery-yates
updated to 3.10.0-1 
iscsitarget-dkms is still broken.

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

Title:
  iscsitarget-dkms broken since kernel 3.10.0

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

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


[Bug 1195607] Re: iscsitarget-dkms broken since kernel 3.10.0

2013-06-28 Thread Avery-yates
Someone please duplicate this already so it can be tagged bagged and fixed 
asap. 
This isn't one that can be left out there for too long.

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

Title:
  iscsitarget-dkms broken since kernel 3.10.0

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

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


[Bug 1195607] [NEW] iscsitarget-dkms broken since kernel 3.10.0

2013-06-28 Thread Avery-yates
Public bug reported:

!! URGENT !!


When trying to instal or reinstall the dkms on the current saucy kernel :

Error! Bad return status for module build on kernel: 3.10.0-0-generic (x86_64)
Consult /var/lib/dkms/iscsitarget/1.4.20.2/build/make.log for more information.


content of make.log

DKMS make.log for iscsitarget-1.4.20.2 for kernel 3.10.0-0-generic (x86_64)
Fri Jun 28 09:13:02 CEST 2013
make: Entering directory `/usr/src/linux-headers-3.10.0-0-generic'
  LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/built-in.o
  LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/built-in.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/tio.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iscsi.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.o
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.c: In function 
‘do_recv’:
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.c:145:1: warning: the 
frame size of 1096 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 }
 ^
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c: In function 
‘worker_thread’:
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:73:28: error: void 
value not ignored as it ought to be
  if (!(current->io_context = ioc_task_link(info->wthread_ioc)))
^
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:74:3: error: implicit 
declaration of function ‘get_io_context’ [-Werror=implicit-function-declaration]
   info->wthread_ioc = get_io_context(GFP_KERNEL, -1);
   ^
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:74:21: warning: 
assignment makes pointer from integer without a cast [enabled by default]
   info->wthread_ioc = get_io_context(GFP_KERNEL, -1);
 ^
cc1: some warnings being treated as errors
make[2]: *** [/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o] Error 1
make[1]: *** [/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel] Error 2
make: *** [_module_/var/lib/dkms/iscsitarget/1.4.20.2/build] Error 2
make: Leaving directory `/usr/src/linux-headers-3.10.0-0-generic'

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


** Tags: breaks iscsi urgent

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

Title:
  iscsitarget-dkms broken since kernel 3.10.0

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

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

[Bug 1166659] Re: xtables-addons issues are being systematically avoided . Bug reports fall on deaf ears.

2013-06-19 Thread Avery-yates
There is hope... for 13.10

xtables-addons and with it geo-ip compatibility for iptables works in
saucy dev out of the box.

This does nothing for current stable , but still , it's worth a mention.

If the person who fixed it for saucy would be so kind as to fix it for
13.04 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/1166659

Title:
  xtables-addons issues are being systematically avoided . Bug reports
  fall on deaf ears.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1166659/+subscriptions

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


[Bug 927288] Re: Xorg crash with qt4 apps using nvidia drivers

2013-05-04 Thread James Avery
This started affecting me on 12.10 (no emacs, no skype, no Mathematica,
etc => impossible to use Ubuntu for work), had to revert to 12.04, but
had hoped the issue had been fixed for 13.04. It hasn't.

Hussam's hack fixed the problem (but why does it work?), and QT programs
no longer crash X. But why has this not been fixed for over a year? This
is a serious bug that renders Ubuntu completely unusable for many people
with NVIDIA graphics cards, and not everyone will be able to find the
solution, which must be temporary anyway (commenting out the font pipe
in xorg.conf is not really a solution).

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

Title:
  Xorg crash with qt4 apps using nvidia drivers

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

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


[Bug 1166659] Re: xtables-addons issues are being systematically avoided . Bug reports fall on deaf ears.

2013-04-09 Thread Avery-yates
** Summary changed:

- xtables-addons issues are being systematically avoided . Bub reports fall on 
deaf ears.
+ xtables-addons issues are being systematically avoided . Bug reports fall on 
deaf ears.

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

Title:
  xtables-addons issues are being systematically avoided . Bug reports
  fall on deaf ears.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1166659/+subscriptions

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


[Bug 1166659] [NEW] xtables-addons issues are being systematically avoided . Bub reports fall on deaf ears.

2013-04-09 Thread Avery-yates
*** This bug is a security vulnerability ***

Public security bug reported:

This is not me reporting an issue I have with an install of something
wanting some help. Let's be clear about that first.

I am reporting a constant denial and covering up of an issue that is key
to a lot of server installs.

Just a glance at search results should make this evident:

https://launchpad.net/ubuntu/+source/xtables-addons/+bugs

Please don't reply with "have you tried , or there is a workaround" .. I
have made it work by messing around with the source. "Making it work"
not the issue here.  The workarounds break updating and apparent
dependencies.(every update one has to recompile the modules by hand )

Duplication is easy as pie.
Install 12.10 or 13  , update-upgrade , install xtables-addons ... the dkms 
will fail. 

Again, this is not really the issue...

Why I am writing this is because people keep adding bug reports about
this and nothing is being done by anyone.

A sign someone is working on it .. actually fixing it would be welcome.
we really are past the "finding bigfoot" stage on this one.. Really..

A "have you tried" reply doesn't make this my issue to solve. The ball
remains in the court of people responsible for the xtables-addons
package in ubuntu.

As a last remark in post I'd like to add I believe geoip , is getting to
be an integral part of our server/firewall installs these days, and a
priority level of Urgent or "Threatening to the future existence of
ubuntu server" is not much to ask for.


Friendly regards
Phoenixxl.

PS: I checked the "security vulnerability" box.  Since imo , not having
the ability to prevent traffic from for example Syria or Pakistan is a
security risk for a lot of administrators.

** Affects: xtables-addons (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public Security

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

Title:
  xtables-addons issues are being systematically avoided . Bub reports
  fall on deaf ears.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1166659/+subscriptions

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


[Bug 1132231] Re: Screen gets distorted with LibreOffice

2013-04-01 Thread Avery
>From the OP's description, it may look something like my screen; I've
attached a screencap.

** Attachment added: "Screenshot from 2013-04-01 10:25:33.png"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1132231/+attachment/3611949/+files/Screenshot%20from%202013-04-01%2010%3A25%3A33.png

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

Title:
  Screen gets distorted with LibreOffice

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

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


[Bug 1088775] Re: gwibber does not refresh Facebook feeds

2013-02-04 Thread Avery
This still affects 12.10. Fresh install of 64-bit, all packages up-to-
date. No facebook feed.

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

Title:
  gwibber does not refresh Facebook feeds

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

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


[Bug 757419] Re: Gwibber doesn't update Facebook news

2013-02-04 Thread Avery
Continuing to happen in fresh install of 12.10 amd64.

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

Title:
  Gwibber doesn't update Facebook news

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

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


[Bug 1058672] Re: Can't add my Facebook account

2013-01-02 Thread Avery
Facebook account still nonfunctional on 12.04 LTS.

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

Title:
  Can't add my Facebook account

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

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


[Bug 1008197] Re: Cinnamon desktop freeze - no mouse actions, keyboard atl, ctrl, del works

2012-12-23 Thread Glenn Avery
Hello,

Thanks for sharing the information, Florian. and your valuable time
 and kindness 

It is certainly a weird problem  previously, I had installed Mint14
via the OEM iso  for a clean install ..

As promised I decided to do some more simple troubleshooting today 
and  I decided to use Firefox this morning  after checking first
that Opera continue to operate and  exposed no problems  i.e., no
"freezes" ..

After only a couple of minutes and a few web sites, while using Firefox,
the system froze  I restarted (rebooted)  then went to the same
web sites with Opera to check for anymore hints . but no problems
... no freeze . I then decided to see if this could be  reproduced
. I then started Firefox  went to different sites  and the
screen froze again .

So having other things to do on the system, I switched to Opera to do my
surfing .  I have been able to continue to use Opera throughout the
day with no problems or freezes 

I guess I will tomorrow remove Firefox and then reinstall .

Thanks again .

P.S. Saying the obvious ... I hope the small information from me helps
someone 

And  I am so glad everything is working good now for you .

Glenn

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

Title:
  Cinnamon desktop freeze - no mouse actions, keyboard atl,ctrl, del
  works

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

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


[Bug 1008197] Re: Cinnamon desktop freeze - no mouse actions, keyboard atl, ctrl, del works

2012-12-22 Thread Glenn Avery
Hello ,
I wanted to add to the growing list of those reporting this same problem with 
Mint 14 (OEM Cinnamon release) AMD64.
It too seems to happen while Firefox and/or LibreOffice is open 
Today is the first day that I haven't had these lockups . (or freezes)  
but I haven't used either one of the mentioned programs  (with one 
exception ... this morning I used Firefox quickly to download Opera and 
have used only this browser (Opera) during the day  quite often off and on 
today at least beyond the time when I would have had experienced a "freeze."

Since there seems to be so many "clues"  i.e., maybe many different
programs are actually causing the "freeze,"  that one might suspect that
the Mint install process (scripts) is/are not working properly for
Firefox, LibreOffice, etc. 

I will try to use the "bad" programs later  when I can tolerate
those painful interruptions .

If anyone is interested in my simple troubleshooting plan ... I will try
to write only my second note then ... or my second post in a forum 
ever  to give the results later .

I normally stay in the background . but I felt so bad that no one
has given any responses since  Dec. 13  and this has been such a
disappointing experience with the new Mint package .

Glenn

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

Title:
  Cinnamon desktop freeze - no mouse actions, keyboard atl,ctrl, del
  works

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

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


[Bug 1056358] [NEW] kernel 3.2.0-31 breaks display on nvidia 295.49

2012-09-25 Thread Avery
Public bug reported:

running Ubuntu 12.04. Updated to kernel 3.2.0-31 as part of normal
updates. After update, the display would only give an "out of range"
error message; no grub menu or terminal could be elicited.

After rebuilding grub, I was able to boot to the previous kernel, which
allowed a normal boot.

Nvidia driver 295.49 GeForce 7025/nForce 630a card.

I don't know what logs you need.

** Affects: nvidia-graphics-drivers-updates (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/1056358

Title:
  kernel 3.2.0-31 breaks display on nvidia 295.49

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

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


[Bug 1003080] Re: 10de:03d6 Unreadable screen occurs opening LibreOffice

2012-09-10 Thread Avery
Additional data: I have downgraded to the repository nvidia driver.
Using that driver and *without lo-menubar installed*, LibreOffice starts
and behaves normally, with one exception: The menu titles are all
blacked out until selected by cursor.

When starting up libreoffice with lo-menubar installed, the screen now
goes black, the keyboard becomes unresponsive, and I have to restart the
computer via hardware.

Do you want the backtrace with or without lo-menubar installed, or both?

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

Title:
  10de:03d6 Unreadable screen occurs opening LibreOffice

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

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


[Bug 1003080] Re: 10de:03d6 Unreadable screen occurs opening LibreOffice

2012-08-23 Thread Avery
Now causing full system crash.

After updating to Nvidia 304.37, LibreOffice now causes the entire
screen to go blank. The keyboard and mouse are unresponsive. No terminal
can be obtained. The disk is intermittently active; however the only way
to regain use of the system is by hardware reboot.

Not sure how much additional help I will be with this; I'm probably
going to migrate to another word processor, since LO no longer works on
2 of my 3 computers.

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

Title:
  10de:03d6 Unreadable screen occurs opening LibreOffice

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

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


[Bug 991167] Re: No text in settings or options menus

2012-08-08 Thread Avery
I see on the Debian forums that downgrading to libcairo2 testing is
workaround. I have no idea how to do this in ubuntu.

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

Title:
  No text in settings or options menus

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

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


[Bug 991167] Re: No text in settings or options menus

2012-08-08 Thread Avery
This is a problem only on my netbook 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/991167

Title:
  No text in settings or options menus

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

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


[Bug 1003080] Re: 10de:03d6 Unreadable screen occurs opening LibreOffice

2012-07-23 Thread Avery
The nouveau drivers do not support my display resolution (1600x900),
thus I was unable to evaluate the bug using the open source drivers.

After re-installing the Nvidia 302.17, I now find that the problem does
not occur on the first instance of starting LibreOffice. However, the
problem does occur after closing the first instance and starting
LibreOffice again.

There was also a kernel update today, but I don't know if that made any
difference.

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

Title:
  10de:03d6 Unreadable screen occurs opening LibreOffice

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

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


[Bug 1003080] Re: 10de:03d6 Unreadable screen occurs opening LibreOffice

2012-07-18 Thread Avery
Continuing to have this problem using 302.17 from the Ubuntu repository.

Running Unity 3D without Compiz eliminates Unity entirely. The problem
does not occur in Unity 2D. Gnome shell is not using compiz, but the
same problem occurs.

I have not tried the nouveau drivers yet.

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

Title:
  10de:03d6 Unreadable screen occurs opening LibreOffice

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

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


[Bug 937522] Re: rdp clipboard sync doesn't work anymore.

2012-05-29 Thread Avery Ceo
Just confirming again that this greatly affects usability for those of
us who have to administer Microsoft machines

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

Title:
  rdp clipboard sync doesn't work anymore.

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

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


[Bug 1003080] xdpyinfo.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158726/+files/xdpyinfo.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] Re: libreoffice causes unreadable screen

2012-05-22 Thread Avery
~$  lspci | grep VGA
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / 
nForce 630a] (rev a2)

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] nvidia-settings.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "nvidia-settings.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158725/+files/nvidia-settings.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] nvidia-installer.log.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "nvidia-installer.log.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158724/+files/nvidia-installer.log.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] nvidia-bug-report.log.gz

2012-05-22 Thread Avery
apport information

** Attachment added: "nvidia-bug-report.log.gz"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158723/+files/nvidia-bug-report.log.gz

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] Xrandr.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1003080/+attachment/3158722/+files/Xrandr.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] XorgLogOld.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158721/+files/XorgLogOld.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] XorgConf.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "XorgConf.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158719/+files/XorgConf.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] XorgLog.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158720/+files/XorgLog.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] UnitySupportTest.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158718/+files/UnitySupportTest.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] UdevLog.txt

2012-05-22 Thread Avery
apport information

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] UdevDb.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1003080/+attachment/3158716/+files/UdevDb.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] ProcModules.txt

2012-05-22 Thread Avery
apport information

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] ProcInterrupts.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158714/+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/1003080

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] ProcCpuinfo.txt

2012-05-22 Thread Avery
apport information

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] NvidiaBugReportLog.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "NvidiaBugReportLog.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158712/+files/NvidiaBugReportLog.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] MonitorsUser.xml.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158711/+files/MonitorsUser.xml.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] Lsusb.txt

2012-05-22 Thread Avery
apport information

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] LightdmLog.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158708/+files/LightdmLog.txt

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] Lspci.txt

2012-05-22 Thread Avery
apport information

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

Title:
  libreoffice causes unreadable screen

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

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


[Bug 1003080] GconfCompiz.txt

2012-05-22 Thread Avery
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1003080/+attachment/3158707/+files/GconfCompiz.txt

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

Title:
  libreoffice causes unreadable screen

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

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


  1   2   3   >