[Bug 1961697] Re: Transaction ID collisions cause slow DNS lookups in getaddrinfo

2022-03-10 Thread KJ Tsanaktsidis
It's definitely non-deterministic, unfortunately. I do have a reliable
reproduction for Bionic and Focal I can trigger on my laptop, but it's a
huge pile of proprietary Ruby code that just happens to hit all the
right timings on my machine. I can validate a -proposed package if you
need though.

The reproduction instructions basically boil down to "Have IPv6, call
getaddrinfo(), and if you're unlucky, it will take > 5 seconds and make
4 DNS queries instead of two".

There is also a test case provided in the upstream glibc patch that
could also be applied.

https://sourceware.org/git/?p=glibc.git;a=blob;f=resolv/tst-resolv-
txnid-
collision.c;h=611d37362f3e5e89b92766f0790459340cc071b3;hb=2dfa659a66f20facc4082207884c20e986ddecee

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

Title:
  Transaction ID collisions cause slow DNS lookups in getaddrinfo

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


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

[Bug 1961697] Re: Transaction ID collisions cause slow DNS lookups in getaddrinfo

2022-03-02 Thread KJ Tsanaktsidis
Just wondering if there's a plan or desire to (correct me if I use the
wrong terminology here..) SRU this into bionic/focal?

The criteria for SRU, from what I read, seem to be related to "critical
bugs" (of which maybe this is not), "regressions" (which this isn't),
and "hardware enablement" (which I think does apply here - this bug
seems to be triggered much more often on new hardware like M1 macbooks
and m6 EC2 instances)

Let me know if I can help with this at all by providing a merge proposal
(although I don't think there's much more to it than applying the
attached patch & writing up the changelog?)

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

Title:
  Transaction ID collisions cause slow DNS lookups in getaddrinfo

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


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

[Bug 1961697] Re: Transaction ID collisions cause slow DNS lookups in getaddrinfo

2022-02-21 Thread KJ Tsanaktsidis
** Attachment added: "glibc backtrace from hang"
   
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1961697/+attachment/5562613/+files/glibc_backtrace.txt

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

Title:
  Transaction ID collisions cause slow DNS lookups in getaddrinfo

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


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

[Bug 1961697] Re: Transaction ID collisions cause slow DNS lookups in getaddrinfo

2022-02-21 Thread KJ Tsanaktsidis
** Attachment added: "Packet capture showing DNS queries with same txnid"
   
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1961697/+attachment/5562612/+files/dns_same_txid.pcap

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

Title:
  Transaction ID collisions cause slow DNS lookups in getaddrinfo

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


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

[Bug 1961697] [NEW] Transaction ID collisions cause slow DNS lookups in getaddrinfo

2022-02-21 Thread KJ Tsanaktsidis
Public bug reported:

When resolving DNS names with getaddrinfo(), I have seen this hang for 5
seconds and then retry and succeed. The issue is that glibc will issue a
both an A and  query on the same socket, and in some circumstances
they can be sent with the same DNS transaction ID as well.

I verified this with a packet capture; in the packet capture, I saw the
A and  queries for a name be made with the same DNS transaction ID,
get responses, do nothing for five seconds, and then send the same DNS
query again. On the glibc side, I confirmed that it's blocked waiting
for the DNS response by interrupting it with gdb, even though the packet
capture shows the response has well and truly arrived. I've attached a
packet capture & a backtrace of the glibc hang.

I believe this is the same issue reported in these places:
* In RHEL: https://bugzilla.redhat.com/show_bug.cgi?id=1904153
* Also RHEL: https://bugzilla.redhat.com/show_bug.cgi?id=1903880
* Upstream: https://sourceware.org/bugzilla/show_bug.cgi?id=26600

The environment I noticed this bug in was:
* Docker for Mac on an arm64 m1 Macbook
* Docker for Mac Linux kernel version is 5.10.76-linuxkit
* Linux is also arm64, not emulated
* Container with the buggy DNS environment is Ubuntu bionic (also arm64, 
not emulated)
* Glibc 2.27-3ubuntu1.4

However one of the redhat reporters noticed this issue in m6 series EC2
instances in AWS.

A patch has been provided upstream for this issue:
https://sourceware.org/pipermail/libc-alpha/2020-September/117547.html

I applied the upstream patch to glibc 2.27-3ubuntu1.4 and rebuilt the
package, and the problem went away. I've attached the exact patch I
applied, since I had to work through some conflicts.

So, I think that patch just needs to be backported to Bionic and (I
think) Focal as well. Is that reasonable?

Thanks!

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

** Patch added: "upstream patch with conflicts resolved for 2.27"
   
https://bugs.launchpad.net/bugs/1961697/+attachment/5562611/+files/resolv-txnid-collision.patch

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

Title:
  Transaction ID collisions cause slow DNS lookups in getaddrinfo

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


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

[Bug 1874454] Re: I was upgrading my ubuntu 18.04 to 20.04 while I had a probleme whith my internet. now I can't upgrad. I still have an error message

2020-04-25 Thread KJ
I have exactly same problem.

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

Title:
  I was upgrading my ubuntu 18.04 to 20.04 while I had a probleme whith
  my internet. now I can't upgrad. I still have an error message

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

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

[Bug 1771075] Re: General Protection fault in inotify (fixed upstream)

2018-05-24 Thread KJ Tsanaktsidis
Thanks, much appreciated!

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] Re: General Protection fault in inotify (fixed upstream)

2018-05-24 Thread KJ Tsanaktsidis
Yup, I think this is a dupe of that. I noticed that bug was filed
against linux-azure; do I need to file a corresponding bug against
linux-gcp to get the patch sent there 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/1771075

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] Re: General Protection fault in inotify (fixed upstream)

2018-05-21 Thread KJ Tsanaktsidis
Cool! I noticed you've marked the bug as affecting Artful, Bionic and
Cosmic but it also affects Xenial with the 4.13 HWE kernels; should that
be marked here 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/1771075

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] Re: General Protection fault in inotify (fixed upstream)

2018-05-20 Thread KJ Tsanaktsidis
Good news - I got the chance to test this in our production environment
today for about 7 hours and no issues whatsoever. Given that this
workload was triggering the issue pretty reliably within about half an
hour before, I think this fix has done the trick. Thanks a bunch for
your help!

What are the next steps here?

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] Re: General Protection fault in inotify (fixed upstream)

2018-05-14 Thread KJ Tsanaktsidis
Awesome, thanks for getting back to me so quickly! Unfortunately we're
in a change freeze at the moment - I'll try and get an exemption
approved to test this but I may have to wait until Monday to try it out.

Is there anything special I have to do to boot your test kernels on
Xenial other than installing the debs with dpkg, set GRUB_DEFAULT to
point to it, running update-grub, and rebooting?

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] ProcCpuinfoMinimal.txt

2018-05-14 Thread KJ Tsanaktsidis
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1771075/+attachment/5139135/+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/1771075

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] ProcInterrupts.txt

2018-05-14 Thread KJ Tsanaktsidis
apport information

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] UdevDb.txt

2018-05-14 Thread KJ Tsanaktsidis
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1771075/+attachment/5139138/+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/1771075

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] Re: General Protection fault in inotify (fixed upstream)

2018-05-14 Thread KJ Tsanaktsidis
apport information

** Tags added: apport-collected

** Description changed:

  We've run into some issues where upgrading the kernel from a 4.10 series
  to a 4.13 series on Ubuntu 16.04 hosts that make heavy use of inotify
  causes panics and lockups in the kernel in inotify-related code. Our
  particular use case seemed to hit these at a rate of one every 30
  minutes or so when serving up production traffic. Unfortunately, I have
  been unable to replicate the issue so far with a simulated load-testing
  environment.
  
  When the issue occurs, we get dmesg entries like "BUG: soft lockup -
  CPU#0 stuck for 22s!" or "General protection fault:  [#1] SMP PTI".
  In the soft lockup case, the host is still up but all I/O operations
  stall indefinitely (e.g. typing "sync" into the console will hang
  forever). In the protection fault case, the system reboots. I've
  attached dmesg output from the two cases to this bugreport.
  
  We have noticed the issue with the following kernels:
  - linux-image-4.13.0-1013-gcp
  - linux-image-4.13.0-1015-gcp
  - linux-image-4.13.0-36-generic
  
  We did _not_ have the issue with
  - linux-image-4.10.0-32-generic
  
  I've submitted this bug report from a system which should be configured
  identically to our production hosts that were having issue (the affected
  hosts were immediately rolled back to 4.10).
  
  This bug appears to have been fixed upstream as of 4.17-rc3 in this
  commit:
  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d90a10e2444ba5a351fa695917258ff4c5709fa5
  
  I would guess that perhaps this patch should be backported into both the
  4.13 HWE and GCP Ubuntu kernel series?
  
  Thanks,
  KJ
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.13.0-1013-gcp 4.13.0-1013.17
  ProcVersionSignature: Ubuntu 4.13.0-1013.17-gcp 4.13.16
  Uname: Linux 4.13.0-1013-gcp x86_64
  ApportVersion: 2.20.1-0ubuntu2.16
  Architecture: amd64
  Date: Mon May 14 07:58:29 2018
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-gcp
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 May 10 07:57 seq
+  crw-rw 1 root audio 116, 33 May 10 07:57 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2.16
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: N/A
+ DistroRelease: Ubuntu 16.04
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb: Error: command ['lsusb'] failed with exit code 1:
+ MachineType: Google Google Compute Engine
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic 
root=UUID=73ea38ed-7fcd-4871-8afa-17d36f4e4bfc ro scsi_mod.use_blk_mq=Y 
console=ttyS0
+ ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
+ RelatedPackageVersions:
+  linux-restricted-modules-4.10.0-32-generic N/A
+  linux-backports-modules-4.10.0-32-generic  N/A
+  linux-firmware N/A
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  xenial uec-images xenial uec-images
+ Uname: Linux 4.10.0-32-generic x86_64
+ UnreportableReason: The report belongs to a package that is not installed.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ WifiSyslog:
+  
+ _MarkForUpload: False
+ dmi.bios.date: 01/01/2011
+ dmi.bios.vendor: Google
+ dmi.bios.version: Google
+ dmi.board.asset.tag: 98BEC19B-1DEB-1A9F-1146-C6E4D8577ADB
+ dmi.board.name: Google Compute Engine
+ dmi.board.vendor: Google
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: Google
+ dmi.modalias: 
dmi:bvnGoogle:bvrGoogle:bd01/01/2011:svnGoogle:pnGoogleComputeEngine:pvr:rvnGoogle:rnGoogleComputeEngine:rvr:cvnGoogle:ct1:cvr:
+ dmi.product.name: Google Compute Engine
+ dmi.sys.vendor: Google

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] Lspci.txt

2018-05-14 Thread KJ Tsanaktsidis
apport information

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] ProcModules.txt

2018-05-14 Thread KJ Tsanaktsidis
apport information

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] HookError_generic.txt

2018-05-14 Thread KJ Tsanaktsidis
apport information

** Attachment added: "HookError_generic.txt"
   
https://bugs.launchpad.net/bugs/1771075/+attachment/5139133/+files/HookError_generic.txt

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] Re: General Protection fault in inotify (fixed upstream)

2018-05-14 Thread KJ Tsanaktsidis
I've upload the apport information from a host that had the issue but
note that I had to downgrade the kernel back to 4.10 due to this issue,
so that's what is included in the apport information.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] [NEW] General Protection fault in inotify (fixed upstream)

2018-05-14 Thread KJ Tsanaktsidis
Public bug reported:

We've run into some issues where upgrading the kernel from a 4.10 series
to a 4.13 series on Ubuntu 16.04 hosts that make heavy use of inotify
causes panics and lockups in the kernel in inotify-related code. Our
particular use case seemed to hit these at a rate of one every 30
minutes or so when serving up production traffic. Unfortunately, I have
been unable to replicate the issue so far with a simulated load-testing
environment.

When the issue occurs, we get dmesg entries like "BUG: soft lockup -
CPU#0 stuck for 22s!" or "General protection fault:  [#1] SMP PTI".
In the soft lockup case, the host is still up but all I/O operations
stall indefinitely (e.g. typing "sync" into the console will hang
forever). In the protection fault case, the system reboots. I've
attached dmesg output from the two cases to this bugreport.

We have noticed the issue with the following kernels:
- linux-image-4.13.0-1013-gcp
- linux-image-4.13.0-1015-gcp
- linux-image-4.13.0-36-generic

We did _not_ have the issue with
- linux-image-4.10.0-32-generic

I've submitted this bug report from a system which should be configured
identically to our production hosts that were having issue (the affected
hosts were immediately rolled back to 4.10).

This bug appears to have been fixed upstream as of 4.17-rc3 in this
commit:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d90a10e2444ba5a351fa695917258ff4c5709fa5

I would guess that perhaps this patch should be backported into both the
4.13 HWE and GCP Ubuntu kernel series?

Thanks,
KJ

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.13.0-1013-gcp 4.13.0-1013.17
ProcVersionSignature: Ubuntu 4.13.0-1013.17-gcp 4.13.16
Uname: Linux 4.13.0-1013-gcp x86_64
ApportVersion: 2.20.1-0ubuntu2.16
Architecture: amd64
Date: Mon May 14 07:58:29 2018
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-gcp
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug uec-images xenial

** Attachment added: "Dmesg output during soft lockup"
   
https://bugs.launchpad.net/bugs/1771075/+attachment/5139122/+files/soft_lockup.log

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1771075] Re: General Protection fault in inotify (fixed upstream)

2018-05-14 Thread KJ Tsanaktsidis
** Attachment added: "Dmesg output after general protection fault"
   
https://bugs.launchpad.net/ubuntu/+source/linux-gcp/+bug/1771075/+attachment/5139125/+files/protection_fault.log

** Package changed: linux-gcp (Ubuntu) => linux (Ubuntu)

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

Title:
   General Protection fault in inotify (fixed upstream)

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

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

[Bug 1533009] Re: arm64: "unsupported RELA relocation"

2017-02-02 Thread Kj
I came across the same issue today (2/2/2017), i.e. "unsupported RELA
relocation: 275", while using "Ubuntu 16.04.1 LTS (GNU/Linux
4.4.0-59-generic aarch64)".  I read above messages and have verified
that arch/arm64/Makefile does have -mpc-relative-literal-loads as shown
below.  The kernel config file also has CONFIG_ARM64_ERRATUM_843419=y.

However, module.c shows "#ifndef CONFIG_ARM64_ERRATUM_843419".
Shouldn't this be #ifdef instead? Could it be that I'm seeing the error
message since #ifndef compiled out "case R_AARCH64_ADR_PREL_PG_HI21"
(275)?

ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
 KBUILD_CFLAGS_MODULE += -mcmodel=large
 KBUILD_CFLAGS_MODULE += $(call cc-option, -mpc-relative-literal-loads)
endif


File: arch/arm64/kernel/module.c
Linux Kernel Version: 4.9

 195int apply_relocate_add(Elf64_Shdr *sechdrs,
 196   const char *strtab,
 197   unsigned int symindex,
 198   unsigned int relsec,
 199   struct module *me)
 200{
 ...
 334#ifndef CONFIG_ARM64_ERRATUM_843419
 335case R_AARCH64_ADR_PREL_PG_HI21_NC:
 336overflow_check = false;
 337case R_AARCH64_ADR_PREL_PG_HI21:
 338ovf = reloc_insn_imm(RELOC_OP_PAGE, loc, val, 12, 
21,
 339 AARCH64_INSN_IMM_ADR);
 340break;
 341#endif

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

Title:
  arm64: "unsupported RELA relocation"

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1533009/+subscriptions

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


[Bug 1469539] [NEW] overlay not works

2015-06-28 Thread kj
Public bug reported:


I have ubuntu 14.04 and play steam games.

I tried this: mumble-overlay steam steam://rungameid/[gameid]

but the overlay never appear.

** Affects: mumble (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/1469539

Title:
  overlay not works

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

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


[Bug 1285939] Re: no static libnetfilter_queue library in saucy?

2015-05-27 Thread KJ
On Ubuntu 14.04:

$ find /usr/lib/ | grep '\.a' | wc -l
308

I'm sorry. Is there some sort of policy that static linking is a  thing
of the past? Your very short answer seems to indicate this. My
filesystem query does not. FWIW, I too am affected by this bug. Can you
be a bit more explicit? WHY do I not get libnetfilter_queue.a anymore?

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

Title:
  no static libnetfilter_queue library in saucy?

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

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-15 Thread kj
@tuanpt: Very thanks Modem Manager works now.

 1. Search "modem".


I searched "modem" and pressed ctrl+h

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-15 Thread kj
@tuanpt: Very thanks Modem Manager works now.

Instructions (after uninstall and purge):

 1. Search "modem".
 2. Press ctrl+h
 3. Delete the files :) except the files that contain "ppa" in name.
 4. install modem manager again

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-14 Thread kj
Installed:

This is the error on the console:

Module applicable: Modem Manager >= 0.7.0 (modmm_mm07.so)
Module applicable: Network Manager >= 0.9.0 (modcm_nm09.so)
Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
Connection manager: Network Manager >= 0.9.0
Modem manager: Modem Manager >= 0.7.0
Device: HUAWEI COMMUNICATION, 33, M6246A-KPRBL-1.2.0022_3H   1  [Aug 18 2010 
16:18:22] [0] [9381e113fbb3cad2b0ab242667e92475]

** (modem-manager-gui:19343): WARNING **: Modem Manager >= 0.7.0: 
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
'org.freedesktop.ModemManager1.Modem.Contacts' on object at path 
/org/freedesktop/ModemManager1/Modem/0
Device successfully opened
Segmentation fault at address: 0x30
Stack trace:
1. /lib/x86_64-linux-gnu/libc.so.6(+0xb9071) [0x7f491e045071]
2. /lib/x86_64-linux-gnu/libc.so.6(+0xb9071) [0x7f491e045071]
3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x13) [0x7f491e046ef3]
4. modem-manager-gui() [0x42bcd3]
5. modem-manager-gui() [0x42c32a]
6. modem-manager-gui() [0x42d171]
7. modem-manager-gui() [0x42d5e9]
8. modem-manager-gui() [0x42de01]
9. modem-manager-gui() [0x4314f0]

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-14 Thread kj
ok.

I Try build it, and it shows:

...
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
ERROR: Please install GTK+ version 3.4.0 or later


And now I am installing GTK+ on the latest version.

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-10 Thread kj
~$modem-manager-gui

Module applicable: Modem Manager >= 0.7.0 (modmm_mm07.so)
Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
Modem manager: Modem Manager >= 0.7.0
Connection manager: pppd >= 2.4.5
Device: HUAWEI COMMUNICATION, 33, M6246A-KPRBL-1.2.0022_3H   1  [Aug 18 2010 
16:18:22] [0] [9381e113fbb3cad2b0ab242667e92475]

** (modem-manager-gui:6584): WARNING **: Modem Manager >= 0.7.0: 
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
'org.freedesktop.ModemManager1.Modem.Contacts' on object at path 
/org/freedesktop/ModemManager1/Modem/0
Device successfully opened
Segmentation fault at address: 0x30
Stack trace:
1. /lib/x86_64-linux-gnu/libc.so.6(+0xb9071) [0x7f753e2a9071]
2. /lib/x86_64-linux-gnu/libc.so.6(+0xb9071) [0x7f753e2a9071]
3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x13) [0x7f753e2aaef3]
4. modem-manager-gui() [0x41ba57]
5. modem-manager-gui() [0x41f3e2]
6. modem-manager-gui() [0x41f563]
7. modem-manager-gui() [0x423b2d]
8. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x138) 
[0x7f753eef63b8]
9. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x21d3d) [0x7f753ef07d3d]

 is this the output that you need?

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] ProcEnviron.txt

2014-08-10 Thread kj
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1351814/+attachment/4174086/+files/ProcEnviron.txt

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-10 Thread kj
apport information

** Description changed:

  When I insert my modem (huawei e153u) the aplication is closed:
  
  The error on console:
  
  Module applicable: Modem Manager <= 0.6.0/Wader (modmm_mm06.so)
  Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
  Connection manager: pppd >= 2.4.5
  Modem manager: Modem Manager <= 0.6.0/Wader
  Device: huawei, E153, 11.609.18.00.279 [3] [44af59d16429bca0c4a77be00627e2d3]
  
  (modem-manager-gui:8350): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
  Device successfully opened
  Segmentation fault at address: 0x8
  Stack trace:
  1. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
  2. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
  3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x16) [0x7f597f77f9a6]
  4. modem-manager-gui() [0x41b9e7]
  5. modem-manager-gui() [0x41f372]
  6. modem-manager-gui() [0x41f4f3]
  7. modem-manager-gui() [0x423abd]
  8. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x138) 
[0x7f59803c5188]
  9. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x21b1d) [0x7f59803d6b1d]
  
  I use ubuntu 13.10
  
  thanks and sorry for my english.
  
  PD: the first time it works fine, but I restart the computer and not work 
more :/.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-06-02 (427 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  Package: modem-manager-gui 0.0.16-2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-26.45-generic 3.11.10.12
  Tags:  saucy
  Uname: Linux 3.11.0-26-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2014-08-01 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-06-02 (434 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  Package: modem-manager-gui 0.0.16-2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Tags:  trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-08-07 (3 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-06-02 (434 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  Package: modem-manager-gui 0.0.16-4~ppa1~ubuntu14.04.1~ppa1 [origin: 
LP-PPA-ginggs-testing]
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Tags: third-party-packages trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UnreportableReason: Este no es un paquete oficial de Ubuntu. Desinstale 
cualquier paquete de terceros e inténtelo de nuevo.
  UpgradeStatus: Upgraded to trusty on 2014-08-07 (3 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.3
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2013-06-02 (434 days ago)
+ InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
+ Package: modem-manager-gui 0.0.16-4~ppa1~ubuntu14.04.1~ppa1 [origin: 
LP-PPA-ginggs-testing]
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
+ Tags: third-party-packages trusty
+ Uname: Linux 3.13.0-32-generic x86_64
+ UnreportableReason: Este no es un paquete oficial de Ubuntu. Desinstale 
cualquier paquete de terceros e inténtelo de nuevo.
+ UpgradeStatus: Upgraded to trusty on 2014-08-07 (3 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1351814/+attachment/4174085/+files/Dependencies.txt

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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

[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-10 Thread kj
manager-gui-dbg is installed:

"sudo apt-get install modem-manager-gui-dbg" shows:

Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
modem-manager-gui-dbg ya está en su versión más reciente.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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

[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-10 Thread kj
the terminal shows:

modem-manager-gui-dbg: no se encontró la orden
kj@Inspiron-N5110:~$ apport-collect 1351814
kj@Inspiron-N5110:~$ modem-manager-gui
Module applicable: Modem Manager >= 0.7.0 (modmm_mm07.so)
Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
Modem manager: Modem Manager >= 0.7.0
Connection manager: pppd >= 2.4.5
Device: HUAWEI COMMUNICATION, 33, M6246A-KPRBL-1.2.0022_3H   1  [Aug 18 2010 
16:18:22] [2] [9381e113fbb3cad2b0ab242667e92475]

** (modem-manager-gui:31661): WARNING **: Modem Manager >= 0.7.0: 
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
'org.freedesktop.ModemManager1.Modem.Contacts' on object at path 
/org/freedesktop/ModemManager1/Modem/2
Device successfully opened
Segmentation fault at address: 0x30
Stack trace:
1. /lib/x86_64-linux-gnu/libc.so.6(+0xb9071) [0x7fbc12ef4071]
2. /lib/x86_64-linux-gnu/libc.so.6(+0xb9071) [0x7fbc12ef4071]
3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x13) [0x7fbc12ef5ef3]
4. modem-manager-gui() [0x41ba57]
5. modem-manager-gui() [0x41f3e2]
6. modem-manager-gui() [0x41f563]
7. modem-manager-gui() [0x423b2d]
8. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x138) 
[0x7fbc13b413b8]
9. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x21d3d) [0x7fbc13b52d3d]

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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

[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-10 Thread kj
apport information

** Tags added: third-party-packages

** Description changed:

  When I insert my modem (huawei e153u) the aplication is closed:
  
  The error on console:
  
  Module applicable: Modem Manager <= 0.6.0/Wader (modmm_mm06.so)
  Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
  Connection manager: pppd >= 2.4.5
  Modem manager: Modem Manager <= 0.6.0/Wader
  Device: huawei, E153, 11.609.18.00.279 [3] [44af59d16429bca0c4a77be00627e2d3]
  
  (modem-manager-gui:8350): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
  Device successfully opened
  Segmentation fault at address: 0x8
  Stack trace:
  1. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
  2. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
  3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x16) [0x7f597f77f9a6]
  4. modem-manager-gui() [0x41b9e7]
  5. modem-manager-gui() [0x41f372]
  6. modem-manager-gui() [0x41f4f3]
  7. modem-manager-gui() [0x423abd]
  8. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x138) 
[0x7f59803c5188]
  9. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x21b1d) [0x7f59803d6b1d]
  
  I use ubuntu 13.10
  
  thanks and sorry for my english.
  
  PD: the first time it works fine, but I restart the computer and not work 
more :/.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-06-02 (427 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  Package: modem-manager-gui 0.0.16-2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-26.45-generic 3.11.10.12
  Tags:  saucy
  Uname: Linux 3.11.0-26-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2014-08-01 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-06-02 (434 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  Package: modem-manager-gui 0.0.16-2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Tags:  trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-08-07 (3 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.3
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2013-06-02 (434 days ago)
+ InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
+ Package: modem-manager-gui 0.0.16-4~ppa1~ubuntu14.04.1~ppa1 [origin: 
LP-PPA-ginggs-testing]
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
+ Tags: third-party-packages trusty
+ Uname: Linux 3.13.0-32-generic x86_64
+ UnreportableReason: Este no es un paquete oficial de Ubuntu. Desinstale 
cualquier paquete de terceros e inténtelo de nuevo.
+ UpgradeStatus: Upgraded to trusty on 2014-08-07 (3 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1351814/+attachment/4174019/+files/Dependencies.txt

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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

[Bug 1351814] ProcEnviron.txt

2014-08-10 Thread kj
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1351814/+attachment/4174020/+files/ProcEnviron.txt

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] ProcEnviron.txt

2014-08-10 Thread kj
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1351814/+attachment/4173936/+files/ProcEnviron.txt

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-10 Thread kj
apport information

** Tags added: trusty

** Description changed:

  When I insert my modem (huawei e153u) the aplication is closed:
  
  The error on console:
  
  Module applicable: Modem Manager <= 0.6.0/Wader (modmm_mm06.so)
  Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
  Connection manager: pppd >= 2.4.5
  Modem manager: Modem Manager <= 0.6.0/Wader
  Device: huawei, E153, 11.609.18.00.279 [3] [44af59d16429bca0c4a77be00627e2d3]
  
  (modem-manager-gui:8350): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
  Device successfully opened
  Segmentation fault at address: 0x8
  Stack trace:
  1. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
  2. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
  3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x16) [0x7f597f77f9a6]
  4. modem-manager-gui() [0x41b9e7]
  5. modem-manager-gui() [0x41f372]
  6. modem-manager-gui() [0x41f4f3]
  7. modem-manager-gui() [0x423abd]
  8. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x138) 
[0x7f59803c5188]
  9. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x21b1d) [0x7f59803d6b1d]
  
  I use ubuntu 13.10
  
  thanks and sorry for my english.
  
  PD: the first time it works fine, but I restart the computer and not work 
more :/.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-06-02 (427 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  Package: modem-manager-gui 0.0.16-2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-26.45-generic 3.11.10.12
  Tags:  saucy
  Uname: Linux 3.11.0-26-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2014-08-01 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.3
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2013-06-02 (434 days ago)
+ InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
+ Package: modem-manager-gui 0.0.16-2
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
+ Tags:  trusty
+ Uname: Linux 3.13.0-32-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-08-07 (3 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1351814/+attachment/4173935/+files/Dependencies.txt

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-10 Thread kj
ok, I upgraded to 14.04.

A few days "Modem Magager" works fine, but the error appear again:

Module applicable: Modem Manager >= 0.7.0 (modmm_mm07.so)
Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
Modem manager: Modem Manager >= 0.7.0
Connection manager: pppd >= 2.4.5
Device: HUAWEI COMMUNICATION, 33, M6246A-KPRBL-1.2.0022_3H   1  [Aug 18 2010 
16:18:22] [1] [9381e113fbb3cad2b0ab242667e92475]

** (modem-manager-gui:10770): WARNING **: Modem Manager >= 0.7.0: 
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
'org.freedesktop.ModemManager1.Modem.Contacts' on object at path 
/org/freedesktop/ModemManager1/Modem/1
Device successfully opened
Segmentation fault at address: 0x30
Stack trace:
1. /lib/x86_64-linux-gnu/libc.so.6(+0xb9071) [0x7f526458d071]
2. /lib/x86_64-linux-gnu/libc.so.6(+0xb9071) [0x7f526458d071]
3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x13) [0x7f526458eef3]
4. modem-manager-gui() [0x41b9e7]
5. modem-manager-gui() [0x41f372]
6. modem-manager-gui() [0x41f4f3]
7. modem-manager-gui() [0x423abd]
8. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x138) 
[0x7f52651da3b8]
9. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x21d3d) [0x7f52651ebd3d]

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] ProcEnviron.txt

2014-08-03 Thread kj
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1351814/+attachment/4168691/+files/ProcEnviron.txt

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] Re: manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-03 Thread kj
apport information

** Tags added: apport-collected saucy

** Description changed:

  When I insert my modem (huawei e153u) the aplication is closed:
  
  The error on console:
  
  Module applicable: Modem Manager <= 0.6.0/Wader (modmm_mm06.so)
  Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
  Connection manager: pppd >= 2.4.5
  Modem manager: Modem Manager <= 0.6.0/Wader
  Device: huawei, E153, 11.609.18.00.279 [3] [44af59d16429bca0c4a77be00627e2d3]
  
  (modem-manager-gui:8350): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
  Device successfully opened
  Segmentation fault at address: 0x8
  Stack trace:
  1. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
  2. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
  3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x16) [0x7f597f77f9a6]
  4. modem-manager-gui() [0x41b9e7]
  5. modem-manager-gui() [0x41f372]
  6. modem-manager-gui() [0x41f4f3]
  7. modem-manager-gui() [0x423abd]
  8. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x138) 
[0x7f59803c5188]
  9. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x21b1d) [0x7f59803d6b1d]
  
  I use ubuntu 13.10
  
  thanks and sorry for my english.
  
- PD: the first time it works fine, but I restart the computer and not
- work more :/.
+ PD: the first time it works fine, but I restart the computer and not work 
more :/.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: amd64
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2013-06-02 (427 days ago)
+ InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
+ MarkForUpload: True
+ Package: modem-manager-gui 0.0.16-2
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.11.0-26.45-generic 3.11.10.12
+ Tags:  saucy
+ Uname: Linux 3.11.0-26-generic x86_64
+ UpgradeStatus: Upgraded to saucy on 2014-08-01 (2 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1351814/+attachment/4168690/+files/Dependencies.txt

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

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

To manage notifications about this bug go to:
https://bugs.launchpad.net/modem-manager-gui/+bug/1351814/+subscriptions

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


[Bug 1351814] [NEW] manager crash: GLib-GObject-CRITICAL (ubutu 13)

2014-08-02 Thread kj
Public bug reported:

When I insert my modem (huawei e153u) the aplication is closed:

The error on console:

Module applicable: Modem Manager <= 0.6.0/Wader (modmm_mm06.so)
Module applicable: pppd >= 2.4.5 (modcm_pppd245.so)
Connection manager: pppd >= 2.4.5
Modem manager: Modem Manager <= 0.6.0/Wader
Device: huawei, E153, 11.609.18.00.279 [3] [44af59d16429bca0c4a77be00627e2d3]

(modem-manager-gui:8350): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
Device successfully opened
Segmentation fault at address: 0x8
Stack trace:
1. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
2. /lib/x86_64-linux-gnu/libc.so.6(+0xb8b5d) [0x7f597f77db5d]
3. /lib/x86_64-linux-gnu/libc.so.6(strftime_l+0x16) [0x7f597f77f9a6]
4. modem-manager-gui() [0x41b9e7]
5. modem-manager-gui() [0x41f372]
6. modem-manager-gui() [0x41f4f3]
7. modem-manager-gui() [0x423abd]
8. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x138) 
[0x7f59803c5188]
9. /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x21b1d) [0x7f59803d6b1d]

I use ubuntu 13.10

thanks and sorry for my english.

PD: the first time it works fine, but I restart the computer and not
work more :/.

** Affects: modemmanager (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/1351814

Title:
  manager crash: GLib-GObject-CRITICAL (ubutu 13)

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

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


[Bug 1330130] [NEW] package man-db 2.5.7-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-06-14 Thread KJ
Public bug reported:

seen during installation

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: man-db 2.5.7-2
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sat Jun 14 11:12:21 2014
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
SourcePackage: man-db
Title: package man-db 2.5.7-2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

** Affects: man-db (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package man-db 2.5.7-2 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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


[Bug 1327242] Re: x86_64-w64-mingw32-pkg-config ignores PKG_CONFIG_PATH

2014-06-11 Thread KJ Tsanaktsidis
Oh cool :)

Is there a better way to get this fix into my Trusty install other than
just manually changing the file to use PKG_CONFIG_LIBDIR?

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

Title:
  x86_64-w64-mingw32-pkg-config ignores PKG_CONFIG_PATH

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

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


[Bug 1327242] [NEW] x86_64-w64-mingw32-pkg-config ignores PKG_CONFIG_PATH

2014-06-06 Thread KJ Tsanaktsidis
Public bug reported:

The x86_64-w64-mingw32-pkg-config program (i.e. the mingw toolchain's
pkg-config) ignores the PKG_CONFIG_PATH environment variable. This
program is a simple shell script wrapper, and the offending line is as
follows:

PKG_CONFIG_PATH=/usr/lib/${triplet}/pkgconfig:/usr/${triplet}/lib/pkgconfig
pkg-config $@

This of course discards whatever PKG_CONFIG_PATH was set in the
environment. This causes the cross compilation of VLC to fail, because
it expects to be alble to link to libraries it provides by setting
PKG_CONFIG_PATH. The solution is to change the x86_64-w64-mingw32-pkg-
config script to do something like the following

if [ -n "$PKG_CONFIG_PATH" ]; then
EXISTING=":$PKG_CONFIG_PATH"
fi
PKG_CONFIG_PATH=/usr/lib/${triplet}/pkgconfig:/usr/${triplet}/lib/pkgconfig${EXISTING}
 pkg-config $@

I'd submit a patch but i'm not entirely sure where and how to do it! If
anyone has a few pointers on this that'd be great.

Environment:
Ubuntu 14.04 LTS
Package: mingw-w64-tools
Package version: 3.1.0-1

** Affects: mingw-w64 (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/1327242

Title:
  x86_64-w64-mingw32-pkg-config ignores PKG_CONFIG_PATH

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

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


[Bug 1107109] Re: the last upgrade broke WiFi

2013-01-31 Thread KJ Tsanaktsidis
I'm running 12.04 too, with kernel Linux 3.2.0-37 and the same version
of bcmwl. I was having issues with ARP multicast- possibly related. See
my bugreport here:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/956

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

Title:
  the last upgrade broke WiFi

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

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


[Bug 1111956] Re: BCM4313 ignores ARP broadcast packets

2013-01-31 Thread KJ Tsanaktsidis
I tried to run apport-collect but the machine doesn't have a GUI, and
the OAuth process fails in links. Let me know what other information is
needed!

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

Title:
  BCM4313 ignores ARP broadcast packets

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

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


[Bug 1111956] [NEW] BCM4313 ignores ARP broadcast packets

2013-01-31 Thread KJ Tsanaktsidis
Public bug reported:

I'm running ubuntu server 12.04 on a netbook with a Broadcom BCM4313
wireless chip. I had the wl.ko driver installed by compiling the bcmwl-
kernel-source package, and everything was good in the world.

Then, yesterday, I did a dist-upgrade, and the machine now no longer
responds to ARP broadcast packets. Consider two machines- the affected
netbook A, and my other windows machines B and C. If I try and ping A
from B, I get "destination host unreachable". Wireshark on B shows ARP
broadcast packets going out, but tcpdump on A does not see these
packets.

If I then ping B from A, I see an ARP broadcast from A asking "Who has
B? Tell A", which B responds to. B then sends a "Who has A? Tell B"
message, but directs this specifically to A's MAC address and not the
broadcast MAC. A responds to this message, and the pings succeed.
Because B's ARP table has been filled in this process, pings from B to A
now work too- but pings from C to A still fail.

The inability to do inbound connections seems like a pretty big
showstopper for a server! This is possibly related to this:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/414724

** Affects: bcmwl (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/956

Title:
  BCM4313 ignores ARP broadcast packets

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

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


[Bug 414724] Re: wl driver (Broadcom) does not receive ARP packets (broadcasts)

2013-01-31 Thread KJ Tsanaktsidis
I did a dist-upgrade of server 12.04 today, and am now experiencing
exactly this problem. I also have the same driver (wl) using a BCM4313
wireless card. Is this a regression?

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

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

Title:
  wl driver (Broadcom) does not receive ARP packets (broadcasts)

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

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


[Bug 1022269] [NEW] after rebooting the updater opens for new version upgade, 12.4, the same i have installed and updated

2012-07-08 Thread harald kj. boehm
Public bug reported:

after 2  or 3 rebooting the update manager seems to upgrade to the last version 
kubuntu 12.04
but i installed the version 12.04 at the 
release
Release 12.04 (precise) 32-bit
Kernel Linux 3.2.0-26-generic-pae
GNOME 3.4.1

** Affects: update-manager (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/1022269

Title:
  after rebooting the updater opens for new version upgade, 12.4, the
  same i have installed and updated

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

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


[Bug 1009839] Re: package tzdata 2012b-0ubuntu0.11.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2012-06-06 Thread KJ McLaws
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009839

Title:
  package tzdata 2012b-0ubuntu0.11.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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

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


[Bug 1009839] [NEW] package tzdata 2012b-0ubuntu0.11.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2012-06-06 Thread KJ McLaws
Public bug reported:

I can't install ANYTHING!!!

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: tzdata 2012b-0ubuntu0.11.04
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic x86_64
AptOrdering:
 tzdata: Configure
 skype: Install
 skype: Configure
Architecture: amd64
Date: Wed Jun  6 22:18:53 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Zorin OS 5.2 64bit - Release amd64
PackageArchitecture: all
SourcePackage: tzdata
Title: package tzdata 2012b-0ubuntu0.11.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package natty

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

Title:
  package tzdata 2012b-0ubuntu0.11.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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

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


Re: [Bug 894525] Re: package linux-image-2.6.32-35-generic 2.6.32-35.78 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2011-12-01 Thread KJ
Thanks. But I got the following error message after

sudo apt-get install -f

Get:1 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main grub-common 
1.98-1ubuntu12 [1,627kB]
Fetched 1,627kB in 1s (1,058kB/s)  
Selecting previously deselected package grub-common.
(Reading database ... 343861 files and directories currently installed.)
Preparing to replace grub-common 1.98-1ubuntu7 (using 
.../grub-common_1.98-1ubuntu12_amd64.deb) ...
/etc/init.d/grub-common: 1: Syntax error: redirection unexpected
invoke-rc.d: initscript grub-common, action "stop" failed.
dpkg: warning: old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
/etc/init.d/grub-common: 1: Syntax error: redirection unexpected
invoke-rc.d: initscript grub-common, action "stop" failed.
dpkg: error processing 
/var/cache/apt/archives/grub-common_1.98-1ubuntu12_amd64.deb (--unpack):
 subprocess new pre-removal script returned error exit status 2
update-rc.d: warning: /etc/init.d/grub-common missing LSB information
update-rc.d: see 
/etc/init.d/grub-common: 1: Syntax error: redirection unexpected
invoke-rc.d: initscript grub-common, action "start" failed.
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 /var/cache/apt/archives/grub-common_1.98-1ubuntu12_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


--- On Wed, 11/30/11, Joseph Salisbury  wrote:

> From: Joseph Salisbury 
> Subject: [Bug 894525] Re: package linux-image-2.6.32-35-generic 2.6.32-35.78 
> failed to install/upgrade: ErrorMessage: subprocess installed 
> post-installation script returned error exit status 2
> To: kunjin...@yahoo.com
> Date: Wednesday, November 30, 2011, 1:26 PM
> It sounds like the deb file is
> corrupt. You may need to run the
> following:
> 
> sudo apt-get install -f
> sudo apt-get clean
> sudo apt-get update
> 
> Then re-install the package.
> 
> 
> ** Changed in: linux (Ubuntu)
>        Status: Confirmed =>
> Invalid
> 
> -- 
> You received this bug notification because you are
> subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/894525
> 
> Title:
>   package linux-image-2.6.32-35-generic 2.6.32-35.78
> failed to
>   install/upgrade: ErrorMessage: subprocess installed
> post-installation
>   script returned error exit status 2
> 
> Status in “linux” package in Ubuntu:
>   Invalid
> 
> Bug description:
>   There are following error messages:
> 
>   E:
> /var/cache/apt/archives/grub-common_1.98-1ubuntu12_amd64.deb:
>   subprocess new pre-removal script returned error
> exit status 2
> 
>   E: grub-common: Package is in a very bad
> inconsistent state - you
>   should  reinstall it before attempting a
> removal.
> 
>   ProblemType: Package
>   DistroRelease: Ubuntu 10.04
>   Package: linux-image-2.6.32-35-generic 2.6.32-35.78
>   Regression: No
>   Reproducible: No
>   ProcVersionSignature: Ubuntu 2.6.32-35.78-generic
> 2.6.32.46+drm33.20
>   Uname: Linux 2.6.32-35-generic x86_64
>   NonfreeKernelModules: fglrx
>   AlsaVersion: Advanced Linux Sound Architecture
> Driver Version 1.0.21.
>   Architecture: amd64
>   ArecordDevices:
>     List of CAPTURE Hardware Devices
> 
>    card 0: NVidia [HDA NVidia], device 0:
> ALC662 rev1 Analog [ALC662 rev1 Analog]
>      Subdevices: 1/1
>      Subdevice #0: subdevice #0
>   AudioDevicesInUse:
>    USER        PID
> ACCESS COMMAND
>    /dev/snd/controlC0:  kjamd 
>     1659 F pulseaudio
>    /dev/snd/controlC1:  kjamd 
>     1659 F pulseaudio
>   CRDA: Error: [Errno 2] No such file or directory
>   Card0.Amixer.info:
>    Card hw:0 'NVidia'/'HDA NVidia at
> 0xfe028000 irq 23'
>      Mixer name    :
> 'Realtek ALC662 rev1'
>      Components    :
> 'HDA:10ec0662,10192609,00100101'
>      Controls      : 28
>      Simple ctrls  : 16
>   Card1.Amixer.info:
>    Card hw:1 'Speaker'/'Logitech Logitech
> USB Speaker at usb-:00:02.0-1, full speed'
>      Mixer name    :
> 'USB Mixer'
>      Components    :
> 'USB046d:0a04'
>      Controls      : 6
>      Simple ctrls  : 5
>   Card2.Amixer.info:
>    Card hw:2 'HDMI'/'HDA ATI HDMI at
> 0xfdcfc000 irq 16'
>      Mixer name    :
> 'ATI R6xx HDMI'
>      Components    :
> 'HDA:1002aa01,00aa0100,0010'
>      Controls      : 4
>      Simple ctrls  : 1
>   Card2.Amixer.values:
>    Simple mixer control 'IEC958',0
>      Capabilities: pswitch
> pswitch-joined penum
>      Playback channels: Mono
>      Mono: Playback [on]
>   Date: Thu Nov 24 10:37:00 2011
>   ErrorMessage: ErrorMessage: subprocess installed
> post-installation script returned error exit status 2
>   Frequency: Once a day.
>   HibernationDevice:
> RESUME=UUID=7f33266b-b4e6-4119-8b94-4cde06939eaa
>   Lsusb:
>    Bus 002 Device 002: ID 046d:0a04
> Logitech, Inc. V20 portable speakers (USB powered)
>    Bus 002 Device 001: ID 1d6b:0001 Linux
> Foundation 1.1 root hub
>    Bus 00

[Bug 894525] Re: package linux-image-2.6.32-35-generic 2.6.32-35.78 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

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

Title:
  package linux-image-2.6.32-35-generic 2.6.32-35.78 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 2

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

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


[Bug 894525] [NEW] package linux-image-2.6.32-35-generic 2.6.32-35.78 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2011-11-24 Thread KJ
Public bug reported:

There are following error messages:

E: /var/cache/apt/archives/grub-common_1.98-1ubuntu12_amd64.deb:
subprocess new pre-removal script returned error exit status 2

E: grub-common: Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-35-generic 2.6.32-35.78
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-35.78-generic 2.6.32.46+drm33.20
Uname: Linux 2.6.32-35-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kjamd  1659 F pulseaudio
 /dev/snd/controlC1:  kjamd  1659 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfe028000 irq 23'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,10192609,00100101'
   Controls  : 28
   Simple ctrls  : 16
Card1.Amixer.info:
 Card hw:1 'Speaker'/'Logitech Logitech USB Speaker at usb-:00:02.0-1, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:0a04'
   Controls  : 6
   Simple ctrls  : 5
Card2.Amixer.info:
 Card hw:2 'HDMI'/'HDA ATI HDMI at 0xfdcfc000 irq 16'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 4
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Thu Nov 24 10:37:00 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
Frequency: Once a day.
HibernationDevice: RESUME=UUID=7f33266b-b4e6-4119-8b94-4cde06939eaa
Lsusb:
 Bus 002 Device 002: ID 046d:0a04 Logitech, Inc. V20 portable speakers (USB 
powered)
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Unknow Unknow
ProcCmdLine: root=UUID=9d8962c7-68b6-4f9b-90f9-94513166be66 ro  single
RelatedPackageVersions: linux-firmware 1.34.7
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-2.6.32-35-generic 2.6.32-35.78 failed to 
install/upgrade: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
WpaSupplicantLog:
 
dmi.bios.date: 05/26/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: NF-MCP61
dmi.board.version: Unknow
dmi.chassis.asset.tag: Unknow
dmi.chassis.type: 3
dmi.chassis.vendor: Unknow
dmi.chassis.version: Unknow
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd05/26/2008:svnUnknow:pnUnknow:pvrUnknow:rvn:rnNF-MCP61:rvrUnknow:cvnUnknow:ct3:cvrUnknow:
dmi.product.name: Unknow
dmi.product.version: Unknow
dmi.sys.vendor: Unknow

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


** Tags: amd64 apport-package lucid needs-upstream-testing

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

Title:
  package linux-image-2.6.32-35-generic 2.6.32-35.78 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 2

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

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


Re: [Bug 379074] Re: Freeze, or reboot (restart) without warning

2010-07-30 Thread KJ
It is appranetly not.

However, I found a wau to deal with it. I am boot in recovery mode and
chose failsafeX and then low-graph mode. It works fine and the monitor
is actually in high resolution mode.

I will be happy if I can boot automatically without go through several
selection process, such as click for failsafeX, then low-graph mode etc.

Best,


KJ

--- On Thu, 7/29/10, Fabio Marconi  wrote:

> From: Fabio Marconi 
> Subject: [Bug 379074] Re: Freeze, or reboot (restart) without warning
> To: kunjin...@yahoo.com
> Date: Thursday, July 29, 2010, 4:46 PM
> Thank you for taking the time to
> report this bug and helping to make Ubuntu better.
> Is this bug reproducible with the latest Lucid packages ?
> Tanks in advance.
> 
> ** Changed in: ubuntu
>        Status: New =>
> Incomplete
> 
> -- 
> Freeze, or reboot (restart) without warning
> https://bugs.launchpad.net/bugs/379074
> You received this bug notification because you are a direct
> subscriber
> of the bug.
> 
> Status in Ubuntu: Incomplete
> 
> Bug description:
> Here I found a partial fix. 
> 
> I added acpi=off to  menu.lst. The problem was gone.
> But I can't power off now. The machine is halted and need
> push button to power off. I am living with it now.
> 
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+bug/379074/+subscribe
>

-- 
Freeze, or reboot (restart) without warning
https://bugs.launchpad.net/bugs/379074
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 570015] Re: Fast respawning when module-alsa-sink can't be loaded

2010-05-10 Thread KJ
I had the same problem with pulse. 
Then I did what James suggested and ran pulseaudio manually. 
The following error messages appeared among others:

W: authkey.c: Failed to open cookie file '/home/username/.pulse-cookie': 
Permission denied
W: authkey.c: Failed to load authorization key '/home/username/.pulse-cookie': 
Permission denied

After I removed .pulse-cookie the process pulseaudio started without errors. 
I changed autospawn to yes again in /etc/pulse/client.conf. Seems to run 
nicely. 
I hope it stays that way.
 
I upgraded my ubuntu from 9.04 to 9.10 and then to 10.04

-- 
Fast respawning when module-alsa-sink can't be loaded
https://bugs.launchpad.net/bugs/570015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 528480] Re: no keyboard input

2010-02-26 Thread KJ

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

** Attachment added: "LsMod.txt"
   http://launchpadlibrarian.net/39820049/LsMod.txt

** Attachment added: "VirtualBoxOse.ModInfo.txt"
   http://launchpadlibrarian.net/39820051/VirtualBoxOse.ModInfo.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/39820053/XsessionErrors.txt

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

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


[Bug 528480] [NEW] no keyboard input

2010-02-26 Thread KJ
Public bug reported:

Binary package hint: virtualbox-ose

It's similar to the other bugs presented to me using the summary above,
but not exactly the same.  Namely, I have no way of 'fixing' the non-
existent keyboard input.  Also, it's erratic: during the boot sequence
of the guest OS (debian 4 / grub), keyboard input works.  Then it (the
guest OS) thinks really long and hard about the PCI root bridge, and
then taking keyboard input stops.  Sending it the shutdown signal works.
Rebooting the host machine also works.  Ubuntu is 9.10, Virtualbox is
3.0.8_OSE r53138

ProblemType: Bug
Architecture: i386
Date: Fri Feb 26 15:20:24 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
NonfreeKernelModules: nvidia wl
Package: virtualbox-ose-qt 3.0.8-dfsg-1ubuntu1
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: virtualbox-ose
Uname: Linux 2.6.31-19-generic i686
VirtualBoxOse.DpkgList:
 ii  virtualbox-ose3.0.8-dfsg-1ubuntu1  
  x86 virtualization solution - base binaries
 ii  virtualbox-ose-qt 3.0.8-dfsg-1ubuntu1  
  x86 virtualization solution - Qt based user 
 ii  virtualbox-ose-source 3.0.8-dfsg-1ubuntu1  
  x86 virtualization solution - kernel module

** Affects: virtualbox-ose (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

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

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


Re: [Bug 269120] Re: Crash changing TTY (paintOutput)

2009-09-16 Thread KJ
Thanks. I am very new to this group. What does that mean? Is the problem
fixed? How can now do to my machine?

Best,

Kun

--- On Tue, 9/15/09, Travis Watkins  wrote:

> From: Travis Watkins 
> Subject: [Bug 269120] Re: Crash changing TTY (paintOutput)
> To: kunjin...@yahoo.com
> Date: Tuesday, September 15, 2009, 3:03 PM
> Moving to nvidia driver since
> everyone having this problem is using
> nvidia and the crash occurs inside nvidia's libGL.
> 
> ** Package changed: compiz (Ubuntu) =>
> linux-restricted-modules-2.6.24
> (Ubuntu)
> 
> -- 
> Crash changing TTY (paintOutput)
> https://bugs.launchpad.net/bugs/269120
> You received this bug notification because you are a direct
> subscriber
> of a duplicate bug.
> 
> Status in “linux-restricted-modules-2.6.24” package in
> Ubuntu: Confirmed
> 
> Bug description:
> Binary package hint: compiz
> 
> I was trying to use the guest account option in Intrepid
> for the first time. It loaded the guest-account background
> but gnome would not load. I went back with ctrl-alt-f9 to my
> dekstop and then this message appeared, I needed to run it
> with admin rights. Compiz fusion with all the effects kept
> on working.
> 
> ProblemType: Crash
> Architecture: amd64
> Disassembly: 0x0:
> DistroRelease: Ubuntu 8.10
> ExecutablePath: /usr/bin/compiz.real
> NonfreeKernelModules: nvidia
> Package: compiz-core 1:0.7.7+git20080807-0ubuntu6
> ProcAttrCurrent: /usr/share/gdm/guest-session/Xsession
> (enforce)
> ProcCmdline: /usr/bin/compiz.real --ignore-desktop-hints
> --replace --loose-binding core ccp
> ProcEnviron:
> 
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>  LANG=nl_NL.UTF-8
>  SHELL=/bin/bash
> Signal: 11
> SourcePackage: compiz
> StacktraceTop:
>  ?? ()
>  ?? () from /usr/lib/libGLcore.so.1
>  ?? ()
>  paintOutput ()
>  paintScreen ()
> Title: compiz.real crashed with SIGSEGV in paintOutput()
> Uname: Linux 2.6.27-2-generic x86_64
> UserGroups:
>

-- 
Crash changing TTY (paintOutput)
https://bugs.launchpad.net/bugs/269120
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 379074] Re: Freeze, or reboot (restart) without warning

2009-06-07 Thread KJ
** Description changed:

- Here is something from log.file that might be of help. Most of the
- crashes seem to be related to encryption.
+ Here I found a partial fix.
  
- May 21 09:12:23 AMD64 sudo: Warning: Using default salt value (undefined in 
~/.ecryptfsrc) 
- May 21 09:12:24 AMD64 sudo: Passphrase key already in keyring; rc = [1] 
- May 21 09:12:25 AMD64 sudo: Passphrase key already in keyring; rc = [1] 
- May 21 09:12:25 AMD64 sudo: There is already a key in the user session 
keyring for the given passphrase. 
- May 21 09:29:17 AMD64 -- MARK --
- May 21 09:49:17 AMD64 -- MARK --
- May 21 10:09:17 AMD64 -- MARK --
- May 21 10:23:19 AMD64 sudo: pam_sm_authenticate: Called 
- May 21 10:23:19 AMD64 sudo: pam_sm_authenticate: username = [kjamd] 
- May 21 10:23:19 AMD64 sudo: Warning: Using default salt value (undefined in 
~/.ecryptfsrc) 
- May 21 10:23:21 AMD64 sudo: Passphrase key already in keyring; rc = [1] 
- May 21 10:23:21 AMD64 sudo: Passphrase key already in keyring; rc = [1] 
- May 21 10:23:21 AMD64 sudo: There is already a key in the user session 
keyring for the given passphrase. 
- May 21 10:49:17 AMD64 -- MARK --
- May 21 10:59:05 AMD64 syslogd 1.5.0#5ubuntu3: restart.
- 
- ProblemType: Bug
- Architecture: amd64
- DistroRelease: Ubuntu 9.04
- NonfreeKernelModules: nvidia
- Package: firefox-3.0 3.0.10+nobinonly-0ubuntu0.9.04.1
- ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- SourcePackage: firefox-3.0
- Uname: Linux 2.6.28-11-generic x86_64
+ I added acpi=off to  menu.lst. The problem was gone. But I can't power
+ off now. The machine is halted and need push button to power off. I am
+ living with it now.

-- 
Freeze, or reboot (restart) without warning
https://bugs.launchpad.net/bugs/379074
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 379074] Re: Freeze, or reboot (restart) without warning

2009-05-21 Thread KJ

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

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/27019540/ExtensionSummary.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/27019541/profiles.ini.txt

-- 
Freeze, or reboot (restart) without warning
https://bugs.launchpad.net/bugs/379074
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 379074] [NEW] Freeze, or reboot (restart) without warning

2009-05-21 Thread KJ
Public bug reported:

Here is something from log.file that might be of help. Most of the
crashes seem to be related to encryption.

May 21 09:12:23 AMD64 sudo: Warning: Using default salt value (undefined in 
~/.ecryptfsrc) 
May 21 09:12:24 AMD64 sudo: Passphrase key already in keyring; rc = [1] 
May 21 09:12:25 AMD64 sudo: Passphrase key already in keyring; rc = [1] 
May 21 09:12:25 AMD64 sudo: There is already a key in the user session keyring 
for the given passphrase. 
May 21 09:29:17 AMD64 -- MARK --
May 21 09:49:17 AMD64 -- MARK --
May 21 10:09:17 AMD64 -- MARK --
May 21 10:23:19 AMD64 sudo: pam_sm_authenticate: Called 
May 21 10:23:19 AMD64 sudo: pam_sm_authenticate: username = [kjamd] 
May 21 10:23:19 AMD64 sudo: Warning: Using default salt value (undefined in 
~/.ecryptfsrc) 
May 21 10:23:21 AMD64 sudo: Passphrase key already in keyring; rc = [1] 
May 21 10:23:21 AMD64 sudo: Passphrase key already in keyring; rc = [1] 
May 21 10:23:21 AMD64 sudo: There is already a key in the user session keyring 
for the given passphrase. 
May 21 10:49:17 AMD64 -- MARK --
May 21 10:59:05 AMD64 syslogd 1.5.0#5ubuntu3: restart.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.10+nobinonly-0ubuntu0.9.04.1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-11-generic x86_64

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Freeze, or reboot (restart) without warning
https://bugs.launchpad.net/bugs/379074
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-05-21 Thread KJ
2.6.28-12-generic #43-Ubuntu did it again. but this time it took significantly 
longer... 
the filesystem crashed and I had to recover it using live cd
narf.
so no bug fix for me yet, except installing 2.6.29 kernel using ppa...

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-05-21 Thread KJ
I did some testing and to me it seems to be working. My partitions are not in 
ro mode and none of my apps are segfaulting. 
If it continues to work without a hassle I think it's time for a 9.04.2!

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-05-21 Thread KJ
2.6.28-12-generic #43-Ubuntu is out there, and maybe this one finally
fixes the bug. I'm already testing it as I write these lines.

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-05-11 Thread KJ
My failing system also contains a  82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE 
Controller
Just for your information.

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 374044] Re: Upgrade manager failed to work after upgrade to 8.04 LTS

2009-05-09 Thread KJ
** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  After I upgrade from 7.10 to 8.04, the upgrade manager failed to work
  with the following message:
  
  E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to 
correct the problem. 
  E: _cache->open() failed, please report.
  
  There are several failures along the way of upgrading to 8.04. The last
  one did not finish completely, but the system seems to be working.
  
  Machine AMD 64.
+ 
+ The error message occurred even after successfully executing 'dpkg
+ --configure -a'.

-- 
Upgrade manager failed to work after upgrade to 8.04 LTS
https://bugs.launchpad.net/bugs/374044
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 374044] Re: Upgrade manager failed to work after upgrade to 8.04 LTS

2009-05-09 Thread KJ

** Attachment added: "term.log"
   http://launchpadlibrarian.net/26503173/term.log

-- 
Upgrade manager failed to work after upgrade to 8.04 LTS
https://bugs.launchpad.net/bugs/374044
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 374044] Re: Upgrade manager failed to work after upgrade to 8.04 LTS

2009-05-09 Thread KJ
I can not find out how to add attachments to the bug report. I attached
them here

--- On Sat, 5/9/09, Scott Howard  wrote:

> From: Scott Howard 
> Subject: [Bug 374044] Re: Upgrade manager failed to work after upgrade to 
> 8.04 LTS
> To: kunjin...@yahoo.com
> Date: Saturday, May 9, 2009, 7:38 AM
> Thanks for taking the time to report
> this bug and helping to make Ubuntu
> better. Could you please add the log files from
> '/var/log/dist-upgrade/'
> to this bug report as separate attachments (main.log,
> apt.log, and
> term.log)? Thanks in advance.
> 
> ** Changed in: xserver-xorg-video-intel (Ubuntu)
>        Status: New =>
> Incomplete
> 
> ** Tags added: gutsy2hardy
> 
> ** Package changed: xserver-xorg-video-intel (Ubuntu) =>
> update-manager
> (Ubuntu)
> 
> -- 
> Upgrade manager failed to work after upgrade to 8.04 LTS
> https://bugs.launchpad.net/bugs/374044
> You received this bug notification because you are a direct
> subscriber
> of the bug.
> 
> Status in “update-manager” source package in Ubuntu:
> Incomplete
> 
> Bug description:
> Binary package hint: xserver-xorg-video-intel
> 
> After I upgrade from 7.10 to 8.04, the upgrade manager
> failed to work with the following message:
> 
> E: dpkg was interrupted, you must manually run 'dpkg
> --configure -a' to correct the problem. 
> E: _cache->open() failed, please report.
> 
> There are several failures along the way of upgrading to
> 8.04. The last one did not finish completely, but the system
> seems to be working.
>


  

** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  After I upgrade from 7.10 to 8.04, the upgrade manager failed to work
  with the following message:
  
  E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to 
correct the problem. 
  E: _cache->open() failed, please report.
  
  There are several failures along the way of upgrading to 8.04. The last
  one did not finish completely, but the system seems to be working.
+ 
+ Machine AMD 64.

** Attachment added: "apt.log"
   http://launchpadlibrarian.net/26503071/apt.log

** Attachment added: "main.log"
   http://launchpadlibrarian.net/26503072/main.log

** Attachment added: "term.log"
   http://launchpadlibrarian.net/26503073/term.log

-- 
Upgrade manager failed to work after upgrade to 8.04 LTS
https://bugs.launchpad.net/bugs/374044
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 374044] [NEW] Upgrade manager failed to work after upgrade to 8.04 LTS

2009-05-09 Thread KJ
Public bug reported:

Binary package hint: xserver-xorg-video-intel

After I upgrade from 7.10 to 8.04, the upgrade manager failed to work
with the following message:

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct 
the problem. 
E: _cache->open() failed, please report.

There are several failures along the way of upgrading to 8.04. The last
one did not finish completely, but the system seems to be working.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Upgrade manager failed to work after upgrade to 8.04 LTS
https://bugs.launchpad.net/bugs/374044
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-05-04 Thread KJ
Indeed, Nvidia works in the current 2.6.29 perfectly. But VMWare Server
won't compile the modules needed, even though 2.6.29 headers are
installed and even though the gcc version it requests is installed...

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-05-02 Thread KJ
mainline kernel 2.6.29 indeed does not contain the bug anymore. but this
is quite inconvenient for the regular user since the modules for
proprietary drivers (nvidia) are missing...

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-04-28 Thread KJ
fuchur:
actually I first installed 8.10 and performed a dist upgrade. after the first 
reboot I selected the old ubuntu 8.10 during the grub menu. once the system was 
up and running again I downloaded 2.6.28-9 debs from packages.ubuntu.com and 
installed it. 


the strict ubuntu release cycle harms the renown of ubuntu. such bugs should 
simply delay a release. there are so many laptops out there which suffer from 
this bug.

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-04-27 Thread KJ
as far as I see yes.
either the current 2.6.29 mainline kernel or 2.6.28-9 can help you out.

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 350268] Re: [Jaunty beta] many ext4-fs errors

2009-04-27 Thread KJ
*** This bug is a duplicate of bug 346691 ***
https://bugs.launchpad.net/bugs/346691

this is actually a duplicate of bug 346691, since you have about the same 
hardware config (intel mobo with nvidia gfx etc) as we do.
errors won't occur if you use kernel version 2.6.28-9-generic. 
otherwise they will, doenst matter which filesystem you use.
this is a bug in the 2.6.28-11 kernel.

-- 
[Jaunty beta] many ext4-fs errors
https://bugs.launchpad.net/bugs/350268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 350268] Re: [Jaunty beta] many ext4-fs errors

2009-04-27 Thread KJ
*** This bug is a duplicate of bug 346691 ***
https://bugs.launchpad.net/bugs/346691

** This bug has been marked a duplicate of bug 346691
   jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.

-- 
[Jaunty beta] many ext4-fs errors
https://bugs.launchpad.net/bugs/350268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-04-18 Thread KJ
since this is such a showstopper for everyone with this hardware config I'd 
really appreciate any dev comment. 
is anybody working on the issue? 
do you need more information? 
what can be done to track down the error? 
we're close to the official release. this could turn into a disaster for a lot 
of regular users upgrading to jaunty.  
I'm concerned about the quality of ubuntu. it's a great os. I use it on a 
couple of servers as well das desktops / notebooks. but such a widespread error 
so close to a release can do the project real harm.
just my two cents.

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-04-18 Thread KJ
the trouble continues with linux-image-2.6.28-11-generic (2.6.28-11.42)
filesystem access fails after a few minutes.

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346691] Re: jaunty kernel 2.6.28-11 kernel update renders the system un-usable.

2009-04-15 Thread KJ
I have exactly the same HW and I'm running the 64 bit Version of Jaunty.
And I experience also the same problems you all have.
I can't run 2.6.28-11 without severe data loss.

-- 
jaunty kernel 2.6.28-11 kernel update renders the  system un-usable.
https://bugs.launchpad.net/bugs/346691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 195982] Re: Shift key (and caps lock) stop working when using VMWare

2009-04-12 Thread KJ
Hi,
this problem persists in 9.04 jaunty beta with all updates installed. but 
setxkbmap does work for me to work around the issue. but as it occurs ever time 
I'm in the vmware console (I run vmware server 2.01) it's very very very 
annoying. are there other ways to resolve this issue?

-- 
Shift key (and caps lock) stop working when using VMWare
https://bugs.launchpad.net/bugs/195982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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