[Bug 172715] Re: [hardy] Xorg crash

2008-06-30 Thread km
>Yestoday, i apt-get remove kvpnc, until now, the crash not retun……

I've never had kvpnc installed. I wonder if we are looking at more than
one issue here. Not every segfault has the same cause.

In my case I can reproduce it whenever I play a low res video after a
high res video, and the backtrace shows  XvdiPutImage at the top (as did
Michael's).

-- 
[hardy] Xorg crash
https://bugs.launchpad.net/bugs/172715
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 381786] [NEW] nfsv3 exports return no auth flavors in ubuntu 9.04

2009-05-29 Thread km
Public bug reported:

Binary package hint: nfs-kernel-server

Starting in 9.04 an nfsv3 export with no "sec=" parameter in /etc/exports, 
responds to a mount rcp with "no flavors".
Previous versions returned a default list.

The man page says

The  sec= option, followed by a colon-delimited list of security
  flavors, restricts the export to clients  using  those  flavors.
  Available  security flavors include sys (the default-

I find contrary to this documentation, I need to add sec=sys to the
exports entry to get the "default" behavior.

This null flavor list doesn't seem to effect Linux clients, but Solaris
clients need a list. So after a 8.10->9.04 upgrade, all my Solaris
client mounts broke until I modified the Linux exports file.

** Affects: nfs-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
nfsv3 exports return no auth flavors in ubuntu 9.04
https://bugs.launchpad.net/bugs/381786
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 333624] [NEW] malloc_init deadlock (mozilla jemalloc)

2009-02-23 Thread km
Public bug reported:

I submitted this as a bug against mozilla
(https://bugzilla.mozilla.org/show_bug.cgi?id=474155) but there has been
no feedback there, This occurs in the firefox 3.1 builds

malloc_init calls malloc_ncpus which in turn calls malloc_init trapping itself
in malloc_mutex_lock. I see this on a Ubuntu 8.04 server but not on a Ubuntu
8.10 laptop, but there may be other differences. The traceback that follows 
shows that on 8.04 that calloc calls malloc_init which acquires a futex, and 
tries to "open"  /proc/cpuinfo to see how many cpus there are. However, open 
calls malloc and gets caught in the futex.

This is the mozilla jemalloc malloc replacement, but I don't know why
this occurs on the 8.04 server box and not the 8.10 laptop.


 Here is a traceback:

#0  malloc_init_hard ()
at /var/dept/scratch/km/src/mozilla/memory/jemalloc/jemalloc.c:5383
#1  0x08056c22 in malloc_init ()
at /var/dept/scratch/km/src/mozilla/memory/jemalloc/jemalloc.c:5362
#2  0x08057411 in calloc (num=1, size=20)
at /var/dept/scratch/km/src/mozilla/memory/jemalloc/jemalloc.c:6098
#3  0xb7c3332c in ?? () from /lib/tls/i686/cmov/libdl.so.2
#4  0xb7c32d73 in dlsym () from /lib/tls/i686/cmov/libdl.so.2
#5  0xb7efe97a in open (path=0x805800f "/proc/cpuinfo", oflag=0, mode=0)
at libc_ut.c:97
#6  0x08054388 in malloc_ncpus ()
    at /var/dept/scratch/km/src/mozilla/memory/jemalloc/jemalloc.c:5111
#7  0x08055edf in malloc_init_hard ()
    at /var/dept/scratch/km/src/mozilla/memory/jemalloc/jemalloc.c:5415
#8  0x08056c22 in malloc_init ()
    at /var/dept/scratch/km/src/mozilla/memory/jemalloc/jemalloc.c:5362
#9  0x08057411 in calloc (num=1, size=20)
    at /var/dept/scratch/km/src/mozilla/memory/jemalloc/jemalloc.c:6098
#10 0xb7c3332c in ?? () from /lib/tls/i686/cmov/libdl.so.2
#11 0xb7c32b51 in dlopen () from /lib/tls/i686/cmov/libdl.so.2
#12 0xb7c4b443 in pr_FindSymbolInProg (name=0x0)
    at /var/dept/scratch/km/src/mozilla/nsprpub/pr/src/malloc/prmem.c:130
#13 0xb7c4b52f in _PR_InitZones ()
---Type  to continue, or q  to quit---
    at /var/dept/scratch/km/src/mozilla/nsprpub/pr/src/malloc/prmem.c:186
#14 0xb7c510c1 in _PR_InitStuff ()
    at /var/dept/scratch/km/src/mozilla/nsprpub/pr/src/misc/prinit.c:172
#15 0xb7c62568 in PR_GetCurrentThread ()
    at /var/dept/scratch/km/src/mozilla/nsprpub/pr/src/pthreads/ptthread.c:646
#16 0xb7ca134b in nsAutoOwningThread (this=0xb7d44974)
at ../../../../dist/include/xpcom/nsISupportsImpl.h:70
#17 0xb7d0d70f in __static_initialization_and_destruction_0 (
__initialize_p=, __priority=0)
    at /var/dept/scratch/km/src/mozilla/xpcom/base/nsTraceRefcntImpl.cpp:1287
#18 0xb7d2b685 in __do_global_ctors_aux ()
   from ./objdir-ff/dist/bin/libxpcom_core.so
#19 0xb7c9c7b0 in _init () from ./objdir-ff/dist/bin/libxpcom_core.so
#20 0xb7f11990 in ?? () from /lib/ld-linux.so.2
#21 0xb7f11ac3 in ?? () from /lib/ld-linux.so.2
#22 0xb7f0484f in ?? () from /lib/ld-linux.so.2

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
malloc_init deadlock (mozilla jemalloc)
https://bugs.launchpad.net/bugs/333624
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 372004] [NEW] 1080i Video Performance Problem on 9.04 with Intel Graphics

2009-05-04 Thread km
Public bug reported:

I have 3 machines with Intel graphics. Each played HD video including 1080i 
(the most challenging) well on 8.10.
On 9.04 they are all jumpy. This is independent of the media player (vlc, 
mythtv, mplayer, totem).  It is well known that on this generation of chips 
(Intel  915, 945, 852 ..), the Xvideo extension works best with the Overlay 
Video (rather than textured).

xvinfo shows that I am using Overlay on 9.04 as I did on 8.10.

I also tried reverting to the 2.4 Intel driver as in

https://wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4

and that did not help. Most of the people reporting relief on that page
refer to issues involving graphics, not HD video.

Note, I do not have compoz turned on.  Another clue is that Xorg shows a
high cpu utilization, higher than than the media player itslef.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
1080i Video Performance Problem on 9.04 with Intel Graphics
https://bugs.launchpad.net/bugs/372004
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 372010] [NEW] Radeon Mobility M6 LY gets BadAlloc on HD Video

2009-05-04 Thread km
Public bug reported:

When using the Radeon Mobility M6 LY on a Thinkpad X24 on Ubuntu 9.04,
playing HD video with vlc and the XV driver gives "BadAlloc
(Insufficient resources for Operation). However, the same file will play
correctly on the same hardware running vlc on Windows XP.

SD video runs ok,

On a different laptop with an M7 chip, the same file plays correctly on
the same Ubuntu 9.04/vlc using the same Radeon driver.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Radeon Mobility M6 LY gets BadAlloc on HD Video
https://bugs.launchpad.net/bugs/372010
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 221119] Re: [gutsy, hardy, intrepid] Blank screen and (EE) intel(0): overrun on pipe B! on i945GM using intel driver

2008-11-03 Thread km
I followed Tim's suggestion of removing the two compiz packages on my
Mac Mini, and that did eliminate the problem of the screen going
irreparably black after a few minutes of video. I still get some
occasional tearing that I didn't see in 8.04.

I seem to recall some mention of a tearing fix for intel on the xorg
list, which hopefully will make it downstream at some point.

-- 
[gutsy, hardy, intrepid] Blank screen and (EE) intel(0): overrun on pipe B! on 
i945GM using intel driver
https://bugs.launchpad.net/bugs/221119
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 231199] Re: revoke-full fails

2008-11-03 Thread KM
No change here, except that the error message appears twice.

# ./revoke-full nick2
Using configuration from /etc/openvpn/easy-rsa/openssl.cnf
error on line 282 of config file '/etc/openvpn/easy-rsa/openssl.cnf'
21626:error:0E065068:configuration file routines:STR_COPY:variable has no 
value:conf_def.c:629:line 282
Using configuration from /etc/openvpn/easy-rsa/openssl.cnf
error on line 282 of config file '/etc/openvpn/easy-rsa/openssl.cnf'
21627:error:0E065068:configuration file routines:STR_COPY:variable has no 
value:conf_def.c:629:line 282
nick2.crt: OK
# echo $?
0

Another attempt to revoke succeeds after removing the '[ pkcs11_section
]' section from openssl.cnf.  My "Intrepid" installation:

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 8.10
Release:8.10
Codename:   intrepid
# apt-cache policy openvpn
openvpn:
  Installed: 2.1~rc11-1ubuntu2
  Candidate: 2.1~rc11-1ubuntu2
  Version table:
 *** 2.1~rc11-1ubuntu2 0
500 http://us.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

-- 
revoke-full fails
https://bugs.launchpad.net/bugs/231199
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 145353] Re: fails to find lvmiopversion, and other errors.

2008-10-26 Thread KM
No.

-- 
fails to find lvmiopversion, and other errors.
https://bugs.launchpad.net/bugs/145353
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 221119] Re: [gutsy, hardy, intrepid] Blank screen and (EE) intel(0): overrun on pipe B! on i945GM using intel driver

2008-11-02 Thread km
I'm on a 945GM (Mac Mini). Worked fine under 8.04, but after upgrade to
8.10 I have a similar problem.

After the system boots the display is fine. I login and then run a video
app (mythfrontend)  mostly successfully, though there is some occasional
tearing that I didn't have under Hardy.  After a few minutes the display
goes black. Killing and restarting gdm and the Xserver gets me nothing
but black screen. The xorg log shows  continually repeating

(EE) intel(0): underrun on pipe A!

in my case  Output TMDS-1 is connected to pipe A.

It takes a reboot to get the display back.

Is this the same bug or should I open a new one?

-- 
[gutsy, hardy, intrepid] Blank screen and (EE) intel(0): overrun on pipe B! on 
i945GM using intel driver
https://bugs.launchpad.net/bugs/221119
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 295807] [NEW] Apple Wireless Keyboard/Mouse dead On Intrepid upgrade

2008-11-08 Thread km
Public bug reported:

I have a Mac Mini with a bluetooth wireless keyboard (white) and mouse 
(original, not mighty).
This worked fine in Hardy, but never pairs after an upgrade to Intrepid.

I have tried it with both the default HID2HCI (which never worked on
Hardy, and HID via the compatibility package which did previously work.

I would like some debugging suggestions.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Apple Wireless Keyboard/Mouse dead On Intrepid upgrade
https://bugs.launchpad.net/bugs/295807
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 172715] Re: [hardy] Xorg crash

2008-07-10 Thread km
Looking at the backtraces I'm still not convinced we are all talking
about the same bug. Mine manifests reproducibly playing a low def video
after a high def video (but not the reverse).

I'm going to attempt to attach two samples low.mpg and high.mpg. These
are just a few seconds long and 2.5MB each. Please play low first then
high then low on a fresh ubuntu session. If you are seeing the same
segment fault as me the first two will be ok, and the third will cause
the segfault. It doesn't matter which player you use, all of mplayer,
xine, vlc, myth do the same thing for me.

If you do this please post your hardware config and whether you got the
segfault.

I'm unclear about the attachment limits. I don't know if 2.5MB is too
large, and it looks like I will have to do a separate post to get the
second attachment The HD one is going with this post.

** Attachment added: "HD mpg"
   http://launchpadlibrarian.net/15936434/high.mpg

-- 
[hardy] Xorg crash
https://bugs.launchpad.net/bugs/172715
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 172715] Re: [hardy] Xorg crash

2008-07-10 Thread km
This is to attach low.mpg as per last post

** Attachment added: "SD mpg"
   http://launchpadlibrarian.net/15936482/low.mpg

-- 
[hardy] Xorg crash
https://bugs.launchpad.net/bugs/172715
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 226828] Re: X server crashes in XvdiPutImage

2008-07-19 Thread km
I get the identical backtrace as do two others in bug 172715. Since the
time I added onto that bug it has been reclassified as a mesa bug, since
there were really two entirely different backtraces and the one
connected to mesa was first.

As I reported in that bug, I can reproduce this problem by playing a
high def video followed by a standard def. I posted samples in that bug
report.

Since then I built a later version of the Intel video driver
intel_drv.so (2.3.2)  and the Xorg crash no longer occurs. The problem
occured on my Intel 915GM (as it did  for the initiator of this bug),
but not on another Intel 945GM system that I have.

I suggest that the Intel Xorg video driver be updated to a later rev in
the distribution.

-- 
X server crashes in XvdiPutImage
https://bugs.launchpad.net/bugs/226828
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 172715] Re: [hardy] Xorg crash in _mesa_update_texture()

2008-07-19 Thread km
There are three of us that posted backtraces that are not related to the
mesa bug, and are in fact a problem with the Intel Video driver. This is
the bug that I can reproduce with the samples I posted above. As
suggested we need to move out of this Mesa bug.

I found that there was in fact an existing bug 226828 with the Intel
XvdiPutImage backtrace. I have added onto that one.

Incidentally, as I report at 226828, this problem goes away when I built
and replaced intel_drv.,so with a later version (2.3.2).

-- 
[hardy] Xorg crash in _mesa_update_texture()
https://bugs.launchpad.net/bugs/172715
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 277346] [NEW] Xnest XDCMP login fails

2008-10-02 Thread km
Public bug reported:

I'm trying to get a remote gnome desktop from one Ubuntu 8.04 machine to
another Ubuntu 8.04 using Xnest/XDCMP. The gdm greeter comes up fine,
but the login fails with an auth error.

Surprisingly going from a Solaris Xnest to the same Ubunto gdm does not
get the auth error on the same user login.

In fact even running Xnest on a single Ubuntu to itself gives the auth
error. The gdm greeter echos the userid properly, and shows the correct
number of *'s for password, but then fails authentication.

Here is what appears in the auth.log from one Ubuntu Xnest via XDMCP to
another 8.04 Ubuntu.

Oct  2 09:39:08 flinux gdm[18368]: pam_unix(gdm:auth): authentication
failure; logname= uid=0 euid=0 tty=192.168.10.22:1 ruser=
rhost=192.168.10.22  user=km


Here is what appears in auth.log from the ubuntu Xnest to itself.

Oct  2 20:28:05 flinux gdm[12426]: pam_unix(gdm:auth): authentication
failure; logname= uid=0 euid=0 tty=127.0.0.1:1 ruser= rhost=127.0.0.1
user=km

Here is what appears when I from Solaris Xnest to ubuntu.

Oct  2 20:29:24 flinux gdm[12530]: pam_unix(gdm:session): session opened
for user km by (uid=0)

Not clear to me if the problem is Xnest, gdm, or pam.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Xnest XDCMP login fails
https://bugs.launchpad.net/bugs/277346
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 172715] Re: [hardy] Xorg crash

2008-06-23 Thread km
I get exactly the same backtrace as Michael

2: /usr/bin/X [0x80da805]
3: /usr/lib/xorg/modules/extensions//libextmod.so(XvdiPutImage+0x178) 
[0xb7bb3608]
4: /usr/lib/xorg/modules/extensions//libextmod.so [0xb7bb6476]
5: /usr/bin/X [0x81506ee]
6: /usr/bin/X(Dispatch+0x2cf) [0x808d8df]
7: /usr/bin/X(main+0x48b) [0x807471b]
8: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7cdc450]
9: /usr/bin/X(FontFileCompleteXLFD+0x201) [0x8073a91]

except I'm on an Intel 915GM (on a Fujistu 7000 laptop).

I can reproduce it consistently by playing a standard def video file
after a high def one.  It doesn't matter which of the video players I
use (xine, vlc, myth, mplayer).

Are we really in the right bug for this? The initial report is about a
Mesa/GLX issue on radeon and this is about a Xvid problem on Intel.

-- 
[hardy] Xorg crash
https://bugs.launchpad.net/bugs/172715
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 231199] [NEW] revoke-full fails

2008-05-16 Thread KM
Public bug reported:

Binary package hint: openvpn

# lsb_release -rd
Description:Ubuntu 8.04
Release:8.04
# apt-cache policy openvpn
openvpn:
  Installed: 2.1~rc7-1ubuntu3.2
  Candidate: 2.1~rc7-1ubuntu3.2
  Version table:
 *** 2.1~rc7-1ubuntu3.2 0
500 http://us.archive.ubuntu.com hardy-updates/main Packages
500 http://security.ubuntu.com hardy-security/main Packages
100 /var/lib/dpkg/status
 2.1~rc7-1ubuntu3 0
500 http://us.archive.ubuntu.com hardy/main Packages

This might arise from #218569

I ran the revoke-full script, which I expected to revoke the given
certificate.  Instead (slightly edited),

# ./revoke-full somename
Using configuration from /etc/openvpn/easy-rsa/openssl.cnf
error on line 282 of config file '/etc/openvpn/easy-rsa/openssl.cnf'
23924:error:0E065068:configuration file routines:STR_COPY:variable has no 
value:conf_def.c:629:line 282

where /etc/openvpn/easy-rsa had been copied from
/usr/share/doc/openvpn/examples/easy-rsa/2.0.

I removed the entire '[ pkcs11_section ]' at the end of openssl.cnf.
Another attempt at revoke-full then succeeded.

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

-- 
revoke-full fails
https://bugs.launchpad.net/bugs/231199
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 249164] [NEW] -n option does not report what would have been transferred

2008-07-16 Thread KM
Public bug reported:

Binary package hint: rsync

$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04
$ apt-cache policy rsync
rsync:
  Installed: 2.6.9-6ubuntu2
  Candidate: 2.6.9-6ubuntu2
  Version table:
 *** 2.6.9-6ubuntu2 0
500 http://us.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

What I did:

$ mkdir src
$ mkdir dst
$ touch src/foo
*$ rsync -rn src/ dst
$ rsync -r src/ dst
$ ls src dst
dst:
foo

src:
foo

What I expected: that the command marked * would report that foo would be 
copied.
What happened: nothing.  But foo is copied when the -n switch is removed.

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

-- 
-n option does not report what would have been transferred
https://bugs.launchpad.net/bugs/249164
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 122223] Re: Index stopped working

2008-07-16 Thread KM
It is no longer an issue for me.

-- 
Index stopped working
https://bugs.launchpad.net/bugs/13
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 68440] Re: X does not work in Xen, causes crash

2008-08-18 Thread km
I'm running with an Intel  915GM on a Pentium M 2ghz laptop, running Ubuntu 
8.04  2.6.24-21-xen .
The workaround of using Vesa works. I get a 1600x1200 display on my vga monitor.

If I use the Intel driver I get a black screen as other do. What is
strange is that I can't get in with ssh. ssh from another machine
connects, but hangs after that. This doesn't happend with Vesa.

Although Vesa seems to work ok, I make use of the XVIDEO extension which
doesn't work with Vesa.

-- 
X does not work in Xen, causes crash
https://bugs.launchpad.net/bugs/68440
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 307494] [NEW] Generates incorrect Packages file

2008-12-12 Thread KM
Public bug reported:

Binary package hint: mini-dinstall

n...@nitrogen$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10
n...@nitrogen$ apt-cache policy mini-dinstall
mini-dinstall:
  Installed: 0.6.25ubuntu1
  Candidate: 0.6.25ubuntu1
  Version table:
 *** 0.6.25ubuntu1 0
500 http://us.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

See http://ubuntuforums.org/showthread.php?p=6350610

The bug might be in apt-ftparchive.  The problem is in the use of a
database file in the call made by mini-dinstall to apt-ftparchive to
generate the Packages file, e.g.:

Dec 12 08:50:06 mini-dinstall [1103288656] DEBUG: Running: apt-
ftparchive packages stable --db stable.db

The database appears to retain information from a previous version of
the package.  The generated Packages file therefore does not match the
uploaded package, because it describes the earlier version and apt-get
refuses to install it.  'apt-get install ' fails on a size
mismatch or on an incorrect dependency (incorrect in the older version,
fixed in the newer version).

A contributing factor might be that I routinely upload changed or fixed
packages without incrementing the version number on my package, to test
packages while in development.  I do not want to have to increment the
version every time I change and redeploy a package in development.

As a workaround, I set my dput post_upload_command to remove the
database file after running mini-dinstall.  My local package archive is
now functional again.

Neither mini-dinstall nor apt-ftparchive appear to offer guidance on the
use of the database file, so I cannot tell what might be a more correct
solution.

** Affects: mini-dinstall (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Generates incorrect Packages file
https://bugs.launchpad.net/bugs/307494
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 333624] Re: malloc_init deadlock (mozilla jemalloc)

2009-03-06 Thread km
I see this on the versions of firefox 3.0.x and 3.1.x downloaded from
ftp.mozilla.org. I also see it on the version of 3.1.x I built from
source on the target machine with the debug option, so that I could get
the traceback I posted above.

This doesn't appear to happen with the apt-get version from the ubuntu
repository. It also doesn't happen with the same mozilla.org binaries on
my single core Intrepid laptop. I only see the futex problem on the
multicore Hardy server.

I'm guessing that there must be some compile option or firefox patch in
the ubuntu binaries that are not in the mozilla.org binaries, that gets
around this issue.

-- 
malloc_init deadlock (mozilla jemalloc)
https://bugs.launchpad.net/bugs/333624
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 60606] "New Server" demands password

2006-09-15 Thread KM
Public bug reported:

In the "New Server" dialog, the button "OK" remains disabled until I
type into the Username field.  I did not check "need password".

Supplying a username and Choosing OK produces "Error connecting to the
server: fe_sendauth: no password supplied", but the Postgres cluster is
not configured to require a password from the user.

** Affects: pgadmin3 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
"New Server" demands password
https://launchpad.net/bugs/60606

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


[Bug 71577] Edgy upgrade: lost ability to change screen resolution

2006-11-12 Thread KM
Public bug reported:

After upgrading to Edgy, I cannot change the screen resolution.  In
Dapper, I used hotkeys in conjunction with scripts running xvkbd.  E.g.
pressing one key caused a change from 1600x1200 to 1280x1024, another
press from 1280x1024 to 1024x768, and so on.  The other key made similar
changes but in the reverse direction.  This feature was very useful and
I used it frequently.

In Edgy neither the keys not the scripts have any effect.  Choosing
System/Preferences/Screen Resolution produces a dialog stating "The X
Server does not support the XRandR extension.  Runtime resolution
changes to the display size are not available."

How do I get this back, please?

I will happy to supply further details on request, please let me know
what you want.

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Edgy upgrade: lost ability to change screen resolution
https://launchpad.net/bugs/71577

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


[Bug 71577] Re: Edgy upgrade: lost ability to change screen resolution

2006-11-12 Thread KM
Here is my xorg.conf.  The resolution change worked on the left-hand
screen, the one labeled "Mitsubishi".

** Attachment added: "xorg.conf"
   http://librarian.launchpad.net/5058957/xorg.conf

-- 
Edgy upgrade: lost ability to change screen resolution
https://launchpad.net/bugs/71577

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


[Bug 60606] Re: "New Server" demands password

2006-10-16 Thread KM
Here are the non-comment, non-blank, space-squeezed lines in my
/etc/postgresql/8.1/main/pg_hba.conf:

# grep -Ev '^#|^[[:space:]]*$' pg_hba.conf | tr -s ' '
local all postgres ident sameuser
local all all ident sameuser
host all all 127.0.0.1/32 md5
host all all ::1/128 md5

It looks like (this version of) pgadmin3 lacks the ability to make a
local Unix-domain socket connection?

-- 
"New Server" demands password
https://launchpad.net/bugs/60606

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


[Bug 145353] fails to find lvmiopversion, and other errors.

2007-09-26 Thread KM
Public bug reported:

Binary package hint: mindi

I will attempt to attach a log of running mindi.

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

-- 
fails to find lvmiopversion, and other errors.
https://bugs.launchpad.net/bugs/145353
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145353] Re: fails to find lvmiopversion, and other errors.

2007-09-26 Thread KM

** Attachment added: "Log of running mindi"
   http://launchpadlibrarian.net/9517405/mindi.log

-- 
fails to find lvmiopversion, and other errors.
https://bugs.launchpad.net/bugs/145353
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 193713] [NEW] Opens extension menus off-screen

2008-02-20 Thread KM
Public bug reported:

Binary package hint: firefox

7.10 on AMD64
Firefox 2.0.0.12+2nobinonly+2-0ubuntu0.7.10

On a dual-head display with Xinerama, 1680x1050 on left, 1440x900 on
right.

1. Open firefox with its window on the right-hand monitor.
2. Make the window height 900 or nearly so.
3. Using the mouse, attempt to open the menu for any installed extension on the 
status bar at the bottom of the window.

What I expect: to see a menu

What happens: the menu opens with most of it invisible because it is
below the bottom edge of the monitor.

This occurrs with Noscript, Firebug and Adblock.  I will attach a screen
shot.

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

-- 
Opens extension menus off-screen
https://bugs.launchpad.net/bugs/193713
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 193713] Re: Opens extension menus off-screen

2008-02-20 Thread KM
A picture of the truncated menu.  If the firefox window is on the left
hand monitor, the menu appears correctly with its bottom edge near the
bottom of the monitor.

** Attachment added: "firefox-hid-my-menu.png"
   http://launchpadlibrarian.net/12117399/firefox-hid-my-menu.png

-- 
Opens extension menus off-screen
https://bugs.launchpad.net/bugs/193713
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 220234] [NEW] python2.5 crashed with TypeError in readdir()

2008-04-21 Thread km
Public bug reported:

Binary package hint: python2.5

mounted gmail a/c with 
mount.gmailfs none ./mygmail
(I have set my a/c login passwds and other details in /etc/gmailfs.conf)
the partition mounts fine and shows up with 'df'
but when i say:
ls mygmail 
then it pops a dialog box saying " Sorry the program python2.5 closed 
unexpectedly"

ProblemType: Crash
Architecture: i386
Date: Mon Apr 21 18:36:52 2008
Dependencies:
 libgcc1 1:4.2.3-2ubuntu7
 gcc-4.2-base 4.2.3-2ubuntu7
 zlib1g 1:1.2.3.3.dfsg-7ubuntu1
 libc6 2.7-10ubuntu3
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/python2.5
InterpreterPath: /usr/bin/python2.5
Package: python2.5-minimal 2.5.2-2ubuntu3
PackageArchitecture: i386
ProcCmdline: /usr/bin/python /usr/bin/mount.gmailfs none ./mygmail
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_IN
PythonArgs: []
SourcePackage: python2.5
Title: python2.5 crashed with TypeError in readdir()
Traceback:
 Traceback (most recent call last):
   File "/usr/bin/gmailfs.py", line 761, in readdir
 for r in lst:
 TypeError: 'NoneType' object is not iterable
Uname: Linux 2.6.24-16-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev video

** Affects: python2.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash need-duplicate-check

-- 
python2.5 crashed with TypeError in readdir()
https://bugs.launchpad.net/bugs/220234
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 220234] Re: python2.5 crashed with TypeError in readdir()

2008-04-21 Thread km

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/13598807/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/13598808/ProcStatus.txt

** Visibility changed to: Public

-- 
python2.5 crashed with TypeError in readdir()
https://bugs.launchpad.net/bugs/220234
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 87078] Re: RTL-8029: NETDEV WATCHDOG: eth1: transmit timed out

2007-07-30 Thread KM
Today the bug struck here for the second time, about 6 weeks since the
first time (comment 9).

-- 
RTL-8029: NETDEV WATCHDOG: eth1: transmit timed out
https://bugs.launchpad.net/bugs/87078
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 186835] [NEW] cryptdisks takes 3 minutes to start

2008-01-28 Thread KM
Public bug reported:

Binary package hint: cryptsetup

[EMAIL PROTECTED] cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"
[EMAIL PROTECTED] uname -a
Linux boron 2.6.22-14-server #1 SMP Tue Dec 18 05:52:24 UTC 2007 x86_64 
GNU/Linux
[EMAIL PROTECTED] dpkg --status cryptsetup
...
Version: 2:1.0.5-2ubuntu2.1

Some more context might be provided by bug #178829.  I modified the
file /lib/cryptsetup/cryptdisks.functions accordingly (i.e. removing
lines 30-35) else cryptsetup does not function at all when called from
udev.

Might be related to bug #162582

This problem occurs on one of two servers set up similary.  The udev rule to 
start
cryptdisks does succeed in creating the "device"
/dev/mapper/cryptbak.  Unfortunately it does so only after a
mysterious delay of 3 minutes.  The 3 minutes begins on the call to
"cryptdisks restart cryptbak".  At the end of the interval, cryptdisks
reports success.

Some details on the setup.

/etc/crypttab 
   #  
   cryptbak   /dev/bakker /etc/backuppc/diskparm.txt luks,loud,tries=1

/etc/udev/rules.d/50-nick.rules
   KERNEL=="sd?1", ATTRS{serial}=="DEF10BBE1D0D", NAME="$kernel", \
  SYMLINK+="bakker", RUN+="/usr/local/sbin/cryptbak.sh"

/usr/local/sbin/cryptbak.sh

   #!/bin/bash

   TAG="$(basename $0)"

   logger -t "$TAG" "starts..."

   logger -t "$TAG" "Looking for bakker: $(ls -l /dev/bakk*)"

   invoke-rc.d cryptdisks restart cryptbak
   RET=$?

   logger -t "$TAG" "cryptdisks returned $RET."

   exit 0

/etc/init.d/cryptdisks has this line added just after the "set -e":
   logger -t "cryptdisks" "begins, args: $@"

Example session.  On plugging in the external disk, syslog reports:

   Jan 28 13:56:27 boron kernel: [ 9178.115246]  sdc: sdc1
   Jan 28 13:56:27 boron kernel: [ 9178.126109] sd 6:0:0:0: [sdc] Attached SCSI 
disk
   Jan 28 13:56:27 boron kernel: [ 9178.126166] sd 6:0:0:0: Attached scsi 
generic sg2 type 0
   Jan 28 13:56:27 boron cryptbak.sh: starts...
   Jan 28 13:56:27 boron cryptbak.sh: Looking for bakker: lrwxrwxrwx 1 root 
root 4 Jan 28 13:56 /dev/bakker -> sdc1
   Jan 28 13:56:27 boron cryptdisks: begins, args: restart cryptbak

At this point, nothing related to cryptdisks is apparently happening.
Some things that might be relevent:

   [EMAIL PROTECTED] COLUMNS=200 ps -f $(pgrep -f crypt)
   UIDPID  PPID  C STIME TTY  STAT   TIME CMD
   root  4038 2  0 11:24 ?S< 1:05 [kcryptd/0]
   root  4039 2  1 11:24 ?S< 2:19 [kcryptd/1]
   root 25976 25974  0 13:56 ?S< 0:00 /bin/bash 
/usr/local/sbin/cryptbak.sh
   root 25981 25976  0 13:56 ?S< 0:00 /bin/sh 
/usr/sbin/invoke-rc.d cryptdisks restart cryptbak
   root 25997 25981  0 13:56 ?S< 0:00 /bin/sh 
/etc/init.d/cryptdisks restart cryptbak
   root 26017 25997  0 13:56 ?S< 0:00 /bin/sh 
/etc/init.d/cryptdisks restart cryptbak
   root 26051 26017  1 13:56 ?S sdc1
   Jan 28 14:06:58 boron cryptdisks: begins, args: restart cryptbak
   key slot 0 unlocked.
   Command successful.
  ...done.
   [EMAIL PROTECTED] Jan 28 14:07:00 boron cryptbak.sh: cryptdisks returned 0.

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

-- 
cryptdisks takes 3 minutes to start
https://bugs.launchpad.net/bugs/186835
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159364] Fails to install in 7.04

2007-11-01 Thread KM
Public bug reported:

Binary package hint: sysstat

# apt-get install sysstat
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  isag
The following NEW packages will be installed:
  sysstat
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 172kB of archives.
After unpacking 705kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com feisty/universe sysstat 7.0.0-2 [172kB]
Fetched 172kB in 1s (92.6kB/s)
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buff\
er, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Preconfiguring packages ...
Selecting previously deselected package sysstat.
(Reading database ... 63143 files and directories currently installed.)
Unpacking sysstat (from .../sysstat_7.0.0-2_amd64.deb) ...
Setting up sysstat (7.0.0-2) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buff\
er, or without a controlling terminal.)
debconf: falling back to frontend: Readline
dpkg: error processing sysstat (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 sysstat
E: Sub-process /usr/bin/dpkg returned an error code (1)


[EMAIL PROTECTED] dpkg --status sysstat
Package: sysstat
Status: install ok half-configured
...

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

-- 
Fails to install in 7.04
https://bugs.launchpad.net/bugs/159364
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159672] Does not run in 7.10

2007-11-02 Thread KM
Public bug reported:

Binary package hint: gringotts

$ ulimit -l
10


$ gringotts 

Gringotts version 1.2.9pre1 (libGringotts 1.2.1)
(c) 2002 Germano Rizzo <[EMAIL PROTECTED]>

released under GNU General Public License (GPL) v.2 or later
See COPYING or go to http://www.gnu.org/copyleft/gpl.html

(gringotts:6131): Gtk-WARNING **:
/usr/lib/gtk-2.0/2.10.0/engines/libmist.so: failed to map segment from
shared object: Resource temporarily unavailable

(gringotts:6131): GdkPixbuf-WARNING **: Error loading XPM image loader:
Unable to load image-loading module: /usr/lib/gtk-2.0/2.10.0/loaders
/libpixbufloader-xpm.so: /usr/lib/gtk-2.0/2.10.0/loaders
/libpixbufloader-xpm.so: failed to map segment from shared object:
Resource temporarily unavailable

(gringotts:6131): GLib-GObject-CRITICAL **: g_object_ref: assertion
`G_IS_OBJECT (object)' failed

(gringotts:6131): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed
Segmentation fault

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

-- 
Does not run in 7.10
https://bugs.launchpad.net/bugs/159672
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160239] postgrey broken in 7.10

2007-11-05 Thread KM
Public bug reported:

Binary package hint: postgrey

Since upgrading to 7.10, the postgrey process's life is short, a few
hours.  In syslog,

Nov  5 03:29:21 [EMAIL PROTECTED] postgrey[9037]: fatal: Can't call method
"txn_commit" on an undefined value at /usr/sbin/postgrey line 223.

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

-- 
postgrey broken in 7.10
https://bugs.launchpad.net/bugs/160239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-02 Thread KM
Looks good here.  I started postgrey about 60 hours ago, after
installing libdb4.4.20-8.1ubuntu3.1.  No trouble so far.

-- 
libdb4.4 in gutsy breaks postgrey and subversion
https://bugs.launchpad.net/bugs/153996
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159672] Re: Does not run in 7.10

2007-12-03 Thread KM
Same here, at 17.

-- 
Does not run in 7.10
https://bugs.launchpad.net/bugs/159672
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-04 Thread KM
Add this to your sources.list:

   deb http://us.archive.ubuntu.com/ubuntu gutsy-proposed main

and apt-get update && apt-get install libdb4.4.  At least, that worked
for me.

-- 
libdb4.4 in gutsy breaks postgrey and subversion
https://bugs.launchpad.net/bugs/153996
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 178829] cryptdisks failure when called from udev

2007-12-26 Thread KM
Public bug reported:

Binary package hint: cryptsetup

Today I configured encrypted backup on an external hard drive, mostly based on
http://www.saout.de/tikiwiki/tiki-index.php?page=EncryptedDeviceUsingLUKS

For convenience of testing I first set it up on a laptop running Debian
sid/Lenny.  Part of the config includes a udev rule which I placed in
/etc/udev/rules.d/50-nick.rules:

   KERNEL=="sd?1", ATTRS{serial}=="DEF10BBE1D0D", NAME="$kernel", \
  SYMLINK+="bakker", RUN+="/usr/sbin/invoke-rc.d cryptdisks restart 
cryptbak"

This worked fine. On plugging the hard drive cable into a USB port on
the laptop, udev creates the symlink, calls cryptdisks to create the
mapping (via an entry in /etc/crypttab), and a user can then mount the
drive.

The same configuration on a PC running Ubuntu 7.10 did not work.  When
run from udev (and only then) the cryptdisks call failed with

   exec: 34: env: not found

I found that I could make it work by removing some lines from
/lib/cryptdisks/cryptdisks.functions.  These are lines 30-34:

   # Always output to console
   stdin=`readlink /proc/self/fd/0`
   if [ "${stdin#/dev/null}" != "$stdin" ] && [ "$ON_VT" != "yes" ]; then
   exec env ON_VT=yes /usr/bin/openvt -f -c `fgconsole` -w $0 "$@"
   fi

The lines are not present in the current Debian sid package, Version 2:1.0.5-1.
Whether this is the best or correct way I have no idea, but the encrypted 
backup now works on 7.10.

About the PC,

$ uname -a
Linux carbon 2.6.22-14-server #1 SMP Tue Dec 18 05:52:24 UTC 2007 x86_64 
GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 7.10
Release:7.10
Codename:   gutsy

cryptsetup is Version: 3.0.0-3ubuntu2.

Thanks for any comments.

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

-- 
cryptdisks failure when called from udev
https://bugs.launchpad.net/bugs/178829
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 177382] pg_dump produces invalid SQL

2007-12-18 Thread KM
Public bug reported:

Binary package hint: postgresql-8.2

1. Create an empty database.

2. Connect to the database and create these views:

create view foo as select 3;
create view bar as select count(*) from foo group by cast(null as numeric);

3. pg_dump the database to a text file.  The file contains

   'CREATE VIEW bar AS
   SELECT count(*) AS count FROM foo GROUP BY 2;'

4. Drop view bar from the database.

5. Run the CREATE VIEW bar..; statement from the text file.

6. The statement fails with

   'ERROR:  GROUP BY position 2 is not in select list'

** Affects: postgresql-8.2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
pg_dump produces invalid SQL
https://bugs.launchpad.net/bugs/177382
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159364] Re: Fails to install in 7.04

2008-03-07 Thread KM
Chuck Short: which version of what?  The versions of Ubuntu and sysstat
are shown in the report.

I upgraded to 7.10 where sysstat has completed installing.

-- 
Fails to install in 7.04
https://bugs.launchpad.net/bugs/159364
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 93837] Re: crash on opening a new window

2007-07-05 Thread KM
I should have updated before - 7,04 fixed it.

-- 
crash on opening a new window
https://bugs.launchpad.net/bugs/93837
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 81700] Re: Only allow a smaller selection of users to perform privileged shutdown/suspend/hibernate

2007-07-05 Thread KM
Joe Baker: I tested the gconf change in Feisty, unfortunately it is not
a solution because new users are still offered Suspend and Hibernate.

-- 
Only allow a smaller selection of users to perform privileged 
shutdown/suspend/hibernate
https://bugs.launchpad.net/bugs/81700
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 122223] Re: Index stopped working

2007-07-05 Thread KM
I removed evince-gtk and installed evince.  In evince, the index works.

-- 
Index stopped working
https://bugs.launchpad.net/bugs/13
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 86685] Re: neo_cgi.so: undefined symbol: Py_InitModule4

2007-04-28 Thread KM
I think I see the same bug here, following an upgrade from Edgy to
Feisty.  The trac home page consists of the following text:

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 387, in 
dispatch_request
dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 206, in 
dispatch
req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs())
  File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", line 135, 
in __init__
raise TracError, "ClearSilver not installed (%s)" % e
TracError: ClearSilver not installed 
(/usr/lib/python2.5/site-packages/neo_cgi.so: undefined symbol: Py_InitModule4)

-- 
neo_cgi.so: undefined symbol: Py_InitModule4
https://bugs.launchpad.net/bugs/86685
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71577] Re: Edgy upgrade: lost ability to change screen resolution

2007-04-28 Thread KM
I updgraded to Feisty and it works again now.

-- 
Edgy upgrade: lost ability to change screen resolution
https://bugs.launchpad.net/bugs/71577
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 87078] Re: RTL-8029: NETDEV WATCHDOG: eth1: transmit timed out

2007-06-23 Thread KM
Similar here too.  The machine disappears from the network until reboot.
The card is

01:01.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
Subsystem: 3Com Corporation 3C905C-TX Fast Etherlink for PC Management 
NIC
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- https://bugs.launchpad.net/bugs/87078
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 122223] Index stopped working

2007-06-25 Thread KM
Public bug reported:

Binary package hint: evince-gtk

For some months I have been using evince-gtk to view a pdf document of
several hundred pages.  The side pane index has been useful to navigate
through it.

Today I noticed the index no longer works.  The title page remains in
place, irrespective of the selection in the index.

On running evince-gtk from a terminal and choosing an index entry, these
messages appear in the console:

** (evince:24933): CRITICAL **: ev_page_cache_get_size: assertion `page
>= 0 && page < page_cache->n_pages' failed

** (evince:24933): CRITICAL **: ev_page_cache_get_size: assertion `page
>= 0 && page < page_cache->n_pages' failed

** (evince:24933): CRITICAL **: ev_page_cache_get_size: assertion `page
>= 0 && page < page_cache->n_pages' failed

** (evince:24933): CRITICAL **: ev_page_cache_get_size: assertion `page
>= 0 && page < page_cache->n_pages' failed

These appear on each click on an index entry.

** Affects: evince-gtk (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Index stopped working
https://bugs.launchpad.net/bugs/13
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 122223] Re: Index stopped working

2007-06-25 Thread KM
If I scroll down a few pages with the PgDn key and click on any item in
the index, the title page (page 1) returns.

-- 
Index stopped working
https://bugs.launchpad.net/bugs/13
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2007-04-01 Thread KM
I replaced the motherboard 8 days ago and the problem has not recurred
since then.

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 93837] Re: crash on opening a new window

2007-03-24 Thread KM
In the last two or three days, emacs-snapshot-gtk has become incapable
of opening additional frames on startup, instead segfaulting.  This is
on amd64 edgy.

I usually (used to) run emacs with the --load option to run these
commands to open addition frames:

  (speedbar)
  (make-frame '((left . 990)))
  (make-frame '((left . 1605)))

which now make it segfault every time.  The four frames briefly appear,
partly rendered, then disappear.  On the command line,

  $ emacs --load ~/.emacs-multiframe 
  Fatal error (11)Segmentation fault (core dumped)

The return code is 139.

-- 
crash on opening a new window
https://launchpad.net/bugs/93837

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


[Bug 86339] Lacks incremental index update

2007-02-19 Thread KM
Public bug reported:

Binary package hint: nmzmail

A wishlist item.

man nmzmail says "You can manually update your index periodically or via
a cronjob...".  I think it is misleading: you _must_ update the index
frequently, else search results will omit recently received email.

Perhaps nmzmail could be given the ability to update its index on any
change to the maildir contents?

** Affects: nmzmail (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Lacks incremental index update
https://launchpad.net/bugs/86339

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


[Bug 75553] Modem silent

2006-12-12 Thread KM
Public bug reported:

On building with Fedor Isakov's patch, bug 53014, I installed the
resulting package sl-modem-
modules-2.6.17-10-generic_2.9.10+2.9.9d+e-pre2-5build1+2.6.17-10.33_i386.deb
with no apparent problem.

But the modem remains silent. In Dapper, my modem made noises.

** Affects: sl-modem (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Modem silent
https://launchpad.net/bugs/75553

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


[Bug 53014] Re: [has patch] not building on edgy (kernel 2.6.17)

2006-12-12 Thread KM
The patch works for me, in that the package builds and installs.  Sadly,
my modem remains silent (bug 75553).

-- 
[has patch] not building on edgy (kernel 2.6.17)
https://launchpad.net/bugs/53014

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


[Bug 81700] Any user can shut down

2007-01-26 Thread KM
Public bug reported:

In the Dapper Gnome desktop, choose System / Quit.
A dialog appears.  Its lower row offers "Shut down", "Restart", "Hibernate".

There does not appear to be any way to remove these buttons.

What I tried: in gconf-editor, as root, navigated to /apps/gnome-power-
manager/can_hibernate and unchecked it.

What that did: the dialog no longer offers "Shut down" and "Restart".
"Hibernate" still appears.

If the user chooses Hibernate, the computer shuts down.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Any user can shut down
https://launchpad.net/bugs/81700

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


[Bug 81700] Re: Any user can shut down

2007-01-26 Thread KM
Jouni Mettala: I do not understand, could you help?

You said "It's desired feature", then you said "I hope you find solution
this problem".  Is it a desired feature, a problem, or somehow both?

Why is the status "Needs Info"?

On the Ubuntu news page for the 6.06 release, where it says "...emphasis
on the needs of large organisations with both desktop and server
versions", is that because large organization like to let any user shut
down the server?  I doubt that.  Do you think my doubt is reasonable?

-- 
Any user can shut down
https://launchpad.net/bugs/81700

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


[Bug 81700] Re: Any user can shut down

2007-01-29 Thread KM
Thank you for the reply.  The wordpress page is along the lines of what
I was looking for.  Unfortunately I have no menu item "Applications ->
System Tools -> Configuration Editor".  Is there a way to get to that
function by other means?  If so, as what user?

I want to remove the shutdown functions from the logout dialog because
there is more than one concurrent user on the machine.  The users are
aware that they should not shut down, but the presence of the buttons
makes it easy for someone to choose the wrong button inadvertently.  I
am happy to leave the power button and ctrl-alt-del available, as it
seems less likely they will be used by mistake.

What I have done so far, when adding a new user foo, is to log in as foo
and run gconf-editor as that user.  In the editor, I go to /app/gnome-
power-manager and uncheck "can_hibernate". Obviously it would be much
more satisfactory to disable shutdown, restart and hibernate for all
users, present and future.

-- 
Any user can shut down
https://launchpad.net/bugs/81700

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-21 Thread KM
Attaching output from dmesg shortly after boot, from lspci -vv, from
lspci -vvn, and  extract of syslog containing "BUG: soft lockup".  This
particular freeze began at 20:49:39 and ended about 20:56:48.


** Attachment added: "Tar of dmesg, lspci and syslog."
   
http://librarian.launchpad.net/5128745/lockup-2006-11-21-2.6.17-10-generic.tar

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-21 Thread KM
Public bug reported:

Occurs roughly once a day.  PC abruptly becomes unresponsive.  Does not
return pings.  After about 7 minutes, it returns to normal.  Does not
occur during boot, only following some uptime of between a few minutes
and some tens of hours.

uname reports "2.6.17-10-generic #2 SMP Fri Oct 13 15:34:39 UTC 2006
x86_64".  I will attach more details, let me know if you want more.

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-23 Thread KM
Attaching lsmod output.  noapic and nolapic were one of my attempts to
make the lockups go away, as were uninstalling usplash and linux-
restricted-modules-2.6.17-10-generic, after reading bug 63413.  I have
rebooted without noapic and nolapic and will attach the files on the
next lockup, if it stays true to form.

** Attachment added: "lsmod output"
   http://librarian.launchpad.net/5152320/lsmod.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-23 Thread KM
Sorry, s/bug 63413/bug 63418/

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-23 Thread KM
Here they are.  This was a short one, only about a minute.
syslog first.

** Attachment added: "syslog"
   http://librarian.launchpad.net/5152970/syslog.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-23 Thread KM

** Attachment added: "dmesg"
   http://librarian.launchpad.net/5152978/dmesg.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-23 Thread KM

** Attachment added: "lcpci -vv"
   http://librarian.launchpad.net/5152979/lcpci-vv.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-23 Thread KM
In case it helps, I'm fairly confident the freezes have all begun while
using the mouse in X.

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-23 Thread KM

** Attachment added: "lcpci -vvn"
   http://librarian.launchpad.net/5152980/lcpci-vvn.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-26 Thread KM
2.6.19-1-generic also freezes.

** Attachment added: "2.6.19-1-generic dmesg"
   http://librarian.launchpad.net/5176249/dmesg.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-26 Thread KM

** Attachment added: "2.6.19-1-generic lspci -vv"
   http://librarian.launchpad.net/5176250/lspci-vv.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-26 Thread KM

** Attachment added: "2.6.19-1-generic lspci -vvn"
   http://librarian.launchpad.net/5176251/lspci-vvn.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 72816] Re: Sporadic 7-minute freeze and "BUG: soft lockup detected"

2006-11-26 Thread KM

** Attachment added: "2.6.19-1-generic syslog"
   http://librarian.launchpad.net/5176252/syslog.txt

-- 
Sporadic 7-minute freeze and "BUG: soft lockup detected"
https://launchpad.net/bugs/72816

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


[Bug 53014] Re: not building on edgy (kernel 2.6.17)

2006-11-27 Thread KM
Same here.


** Attachment added: "sl-modem-source.buildlog.2.6.17-10-generic"
   
http://librarian.launchpad.net/5188637/sl-modem-source.buildlog.2.6.17-10-generic.1164689923

-- 
not building on edgy (kernel 2.6.17)
https://launchpad.net/bugs/53014

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


[Bug 81700] Re: Only allow a smaller selection of users to perform privileged shutdown/suspend/hibernate

2007-01-30 Thread KM
Paul Sladen: thank you for the comments.  No large deployment here yet I
am afraid.  The computer is a backup- and Samba-server for a small
office of Windows laptops.  It   has a monitor-keyboard-mouse for users
with login accounts on the machine, with the intention to add one or two
more sets of monitor-keyboard-mouse later.

I wanted to avoid the windows users' shared folders disappearing because
of someone on the attached monitor accidentally choosing Shutdown
instead of Logout.

-- 
Only allow a smaller selection of users to perform privileged 
shutdown/suspend/hibernate
https://launchpad.net/bugs/81700

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


[Bug 83505] Breakage in Feb 5 security update

2007-02-05 Thread KM
Public bug reported:

Binary package hint: postgresql-8.1

USN-417-1 advised upgrading PostgreSQL.  After the upgrade, some SQL in
my app failed.  This fragment shows the problem:

db> create table foo (bar VARCHAR(20) NOT NULL check (bar in ('FOO','BAR')));
CREATE TABLE

db>  insert into foo (bar) values ('FOO');
INSERT 0 1

db> update foo set bar = 'BAR';
ERROR:  attribute 1 has wrong type
DETAIL:  Table has type character varying, but query expects character varying.

The error occurs in Edgy AMD64, Edgy i386 and Dapper AMD64.  On a Dapper
AMD64 machine which I did not yet upgrade, the SQL commands succeed.

The only workaround I can find at the moment is to remove the check
constraint.

** Affects: postgresql-8.1 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Breakage in Feb 5 security update
https://launchpad.net/bugs/83505

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


[Bug 83505] Re: Breakage in Feb 5 security update

2007-02-05 Thread KM
See also bug 83519

-- 
Breakage in Feb 5 security update
https://launchpad.net/bugs/83505

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


[Bug 83519] Re: postgresql update breaks check constraints

2007-02-05 Thread KM
See also bug 83505

-- 
postgresql update breaks check constraints
https://launchpad.net/bugs/83519

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


[Bug 83505] Re: Breakage in Feb 5 security update

2007-02-06 Thread KM
The fix works for me.  Thank you for providing it so quickly.

-- 
Breakage in Feb 5 security update
https://launchpad.net/bugs/83505

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


[Bug 75553] Re: Modem silent

2006-12-14 Thread KM
Where is "modem/README.Debian"?

The patch plus removal of "SUPPORT_ALSA=1" did the trick, my modem makes
noises again.  Thank you.

Yes, the modem did otherwise work.

-- 
Modem silent
https://launchpad.net/bugs/75553

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


[Bug 574844] [NEW] Xv option crashes Ubuntu 10.4 on Dell 700m (855GME)

2010-05-03 Thread km
Public bug reported:

Binary package hint: xserver-xorg-video-intel

On a Dell Inspiron 700m laptop with an Intel 855GM video chip, Ubuntu
10.4 hangs on boot unless i915.modeset=1 is used as a boot option.
However, with this option set playing video with the Xv option using the
Overlay adapter crashes the computer. Video can be played with straight
X11, but is too slow without the chipset acceleration.

On Ubuntu 9.10 the same hardware boots properly with no option, and uses
the Xv support properly  if booted with "modeset".

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xserver-xorg-video-intel 2:2.9.1-3ubuntu5
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Mon May  3 19:39:06 2010
DkmsStatus: Error: [Errno 2] No such file or directory
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 14b2:3c23 Ralink Technology, Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Inspiron 700m
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcCmdLine: root=/dev/sda7  ro quiet splash i915.modeset=1
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: xserver-xorg-video-intel
dmi.bios.date: 02/01/05
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: A02
dmi.board.name: Inspiron 700m
dmi.board.vendor: DELL SYSTEM
dmi.board.version: Rev.A
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrA02:bd02/01/05:svnDellInc.:pnInspiron700m:pvr-1:rvnDELLSYSTEM:rnInspiron700m:rvrRev.A:cvnDellInc.:ct8:cvrN/A:
dmi.product.name: Inspiron 700m
dmi.product.version: -1
dmi.sys.vendor: Dell Inc.
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-22-generic

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


** Tags: apport-bug i386 lucid

-- 
Xv option crashes Ubuntu 10.4 on Dell 700m (855GME)
https://bugs.launchpad.net/bugs/574844
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 574844] Re: Xv option crashes Ubuntu 10.4 on Dell 700m (855GME)

2010-05-03 Thread km

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/47687028/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/47687029/CurrentDmesg.txt

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

** Attachment added: "GdmLog.txt"
   http://launchpadlibrarian.net/47687031/GdmLog.txt

** Attachment added: "GdmLog1.txt"
   http://launchpadlibrarian.net/47687032/GdmLog1.txt

** Attachment added: "GdmLog2.txt"
   http://launchpadlibrarian.net/47687033/GdmLog2.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/47687034/Lspci.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/47687035/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/47687036/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/47687037/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/47687038/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   http://launchpadlibrarian.net/47687039/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/47687040/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/47687041/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/47687042/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/47687043/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/47687044/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/47687045/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/47687046/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/47687047/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/47687048/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/47687049/xkbcomp.txt

-- 
Xv option crashes Ubuntu 10.4 on Dell 700m (855GME)
https://bugs.launchpad.net/bugs/574844
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 530361] Re: Support for DELL H200/H700/H800 SAS cards is missing in the CD/DVD installer for Lucid (mpt2sas)

2010-06-09 Thread KM
Can anyone advise if there is an iso image (i386 server) for Lucid that
now has the mpt2sas modules in - trying to install on Dell R210 with no
luck so far (exact problems as described above) but all images I've
tried so far don't seem to work.

-- 
Support for DELL H200/H700/H800 SAS cards is missing in the CD/DVD installer 
for Lucid (mpt2sas)
https://bugs.launchpad.net/bugs/530361
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 526667] Re: thunderbird-bin crashed with SIGSEGV in free() at start

2010-03-09 Thread km
I'm seeing the same thing on karmic against thunderbird 3.0.3.

Any work around?

-- 
thunderbird-bin crashed with SIGSEGV in free() at start
https://bugs.launchpad.net/bugs/526667
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 478822] [NEW] XV Overlay adapter not available on Intel 915GM

2009-11-08 Thread km
Public bug reported:

Binary package hint: xserver-xorg-video-intel

With an Intel 915GM on Ubuntu 9.10 I get the Textured Video XV adapter even 
though the chip supports Overlay Video.
On previous versions of Ubuntu I was able to force the Overlay support with one 
of

Option  "TexturedVideo" "false
Option  "XvPreferOverlay" "true"

The first (an older option) fails with a log entry of

(WW) intel(0): Option "TexturedVideo" is not used

The second (which worked in 9.04) is accepted

(**) intel(0): Option "XvPreferOverlay" "true"

but the only thing set up is

(II) intel(0): Set up textured video

xvinfo shows

X-Video Extension version 2.2
screen #0
  Adaptor #0: "Intel(R) Textured Video"
number of ports: 16
port base: 86
operations supported: PutImage 
supported visuals:
  depth 24, visualID 0x21
number of attributes: 3
  "XV_BRIGHTNESS" (range -128 to 127)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_CONTRAST" (range 0 to 255)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_SYNC_TO_VBLANK" (range -1 to 1)
  client settable attribute
  client gettable attribute (current value is 1)
maximum XvImage size: 2048 x 2048
Number of image formats: 5
  id: 0x32595559 (YUY2)
guid: 59555932--0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
  id: 0x32315659 (YV12)
guid: 59563132--0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
  id: 0x30323449 (I420)
guid: 49343230--0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
  id: 0x59565955 (UYVY)
guid: 55595659--0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
  id: 0x434d5658 (XVMC)
guid: 58564d43--0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)

ProblemType: Bug
Architecture: i386
Date: Sun Nov  8 20:01:53 2009
DistroRelease: Ubuntu 9.10
MachineType: FUJITSU LifeBook S7020
Package: xserver-xorg-video-intel 2:2.9.0-1ubuntu2
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=7b393dc4-9e6e-4a0a-9d50-f435e32440e2 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu9
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:26329): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:26329): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:26376): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:26406): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
dmi.bios.date: 09/16/2005
dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
dmi.bios.version: Version 1.07
dmi.board.name: FJNB19C
dmi.board.vendor: FUJITSU
dmi.chassis.type: 10
dmi.chassis.vendor: AUUBE1AAA3322010
dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.07:bd09/16/2005:svnFUJITSU:pnLifeBookS7020:pvr:rvnFUJITSU:rnFJNB19C:rvr:cvnAUUBE1AAA3322010:ct10:cvr:
dmi.product.name: LifeBook S7020
dmi.sys.vendor: FUJITSU
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-14-generic

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


** Tags: apport-bug i386

-- 
XV Overlay adapter not available on Intel 915GM
https://bugs.launchpad.net/bugs/478822
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 478822] Re: XV Overlay adapter not available on Intel 915GM

2009-11-08 Thread km

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/35392404/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/35392405/CurrentDmesg.txt

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

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/35392407/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/35392408/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/35392409/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/35392410/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/35392411/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/35392412/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/35392413/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/35392414/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/35392415/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/35392416/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/35392418/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/35392419/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/35392420/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/35392421/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/35392422/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/35392423/xkbcomp.txt

-- 
XV Overlay adapter not available on Intel 915GM
https://bugs.launchpad.net/bugs/478822
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 441652] [NEW] Airlink101 AWLL6080 USB Wireless Nic wont connect on Karmic

2009-10-03 Thread km
Public bug reported:

This wireless USB device which uses the rt2870sta driver works in Ubuntu
9.04 but not 9.10 beta (Karmic).

The network manager sees the device and even the available networks.
However, when it tries to connect to the access point (another airlink)
it keeps poping up the wep password box and never connects.

The built in 11g nic has no problem with the same access point, and both
nics connect properly when running 9.04 (Jaunty).

Perhaps related to the failure, on 9.10

$ lsmod |grep rt28
rt2870sta 488820  0 
rt2800usb  37372  0 
rt2x00usb  11548  1 rt2800usb
rt2x00lib  29756  2 rt2800usb,rt2x00usb
crc_ccitt   1852  2 rt2800usb,irda

on 9.04 where it works all I see is

rt2870sta   x 1

Not clear to me if the problem is actually the rt2870sta driver or a
change in the USB and/or network manager support in Karmic.

ProblemType: Bug
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  km 1493 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with STAC9750,51 at irq 16'
   Mixer name   : 'SigmaTel STAC9750,51'
   Components   : 'AC97a:83847650'
   Controls  : 38
   Simple ctrls  : 24
Date: Sat Oct  3 15:17:21 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=9e3a0ff8-8c7e-4d2b-89c3-7b76b3cc4b91
MachineType: Dell Inc. Latitude D610
Package: linux-image-2.6.31-11-generic 2.6.31-11.38
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-11-generic 
root=UUID=0495389c-cf7d-4c66-8bc7-a56fbf47ef38 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-11-generic N/A
 linux-firmware 1.20
RfKill:
 4: phy4: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Uname: Linux 2.6.31-11-generic i686
dmi.bios.date: 08/11/2005
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd08/11/2005:svnDellInc.:pnLatitudeD610:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D610
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386

-- 
Airlink101 AWLL6080 USB Wireless Nic wont connect on Karmic
https://bugs.launchpad.net/bugs/441652
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 441652] Re: Airlink101 AWLL6080 USB Wireless Nic wont connect on Karmic

2009-10-03 Thread km

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/32949190/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/32949191/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/32949192/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/32949193/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/32949194/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt"
   http://launchpadlibrarian.net/32949195/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt"
   
http://launchpadlibrarian.net/32949197/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/32949198/CurrentDmesg.txt

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

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/32949200/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/32949201/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/32949202/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/32949209/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/32949211/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/32949212/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/32949213/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/32949217/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/32949218/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/32949219/WifiSyslog.txt

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

-- 
Airlink101 AWLL6080 USB Wireless Nic wont connect on Karmic
https://bugs.launchpad.net/bugs/441652
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 1772677] Re: gnome-shell filling up syslog with thousands of entries (stack traces ending in osdWindow.js:206/207)

2018-07-03 Thread km
My syslog is filling up too. Is this the same bug, or do I need to open
a new one?

This is Ubuntu 18.04 with gnome-shell
$ dpkg -l |grep gnome-shell
ii  chrome-gnome-shell  10-1
  all  GNOME Shell extensions integration 
for web browsers
ii  gnome-shell 3.28.1-0ubuntu2 
  amd64graphical shell for the GNOME desktop
ii  gnome-shell-common  3.28.1-0ubuntu2 
  all  common files for the GNOME graphical 
shell
ii  gnome-shell-extension-appindicator  18.04.1 
  all  App indicators for GNOME Shell
ii  gnome-shell-extension-ubuntu-dock   0.9.1   
  all  Ubuntu Dock for GNOME Shell
ii  gnome-shell-extensions  3.28.0-2
  all  Extensions to extend functionality 
of GNOME Shell



Jul  3 10:18:08 orac gnome-shell[3319]: Object St.Bin (0x556bccf61b20), has 
been already finalized. Impossible to set any property to it.
Jul  3 10:18:08 orac gnome-shell[3319]: Object St.Bin (0x556bccf61b20), has 
been already finalized. Impossible to set any property to it.
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: == Stack trace for context 
0x556bcb726320 ==
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #0 0x556bcbbb65c0 i   
resource:///org/gnome/shell/ui/userWidget.js:59 (0x7fe528055b38 @ 212)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #1 0x556bcbbb6518 i   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fe5283b5de0 @ 71)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #2 0x556bcbbb6498 i   
resource:///org/gnome/shell/ui/components/polkitAgent.js:342 (0x7fe5100666f8 @ 
59)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #3 0x556bcbbb63f0 i   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fe5283b5de0 @ 71)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #4 0x556bcbbb6330 i   
self-hosted:915 (0x7fe5283f12b8 @ 367)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: == Stack trace for context 
0x556bcb726320 ==
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #0 0x556bcbbb65c0 i   
resource:///org/gnome/shell/ui/userWidget.js:60 (0x7fe528055b38 @ 274)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #1 0x556bcbbb6518 i   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fe5283b5de0 @ 71)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #2 0x556bcbbb6498 i   
resource:///org/gnome/shell/ui/components/polkitAgent.js:342 (0x7fe5100666f8 @ 
59)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #3 0x556bcbbb63f0 i   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fe5283b5de0 @ 71)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #4 0x556bcbbb6330 i   
self-hosted:915 (0x7fe5283f12b8 @ 367)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: == Stack trace for context 
0x556bcb726320 ==
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #0 0x556bcbbb65c0 i   
resource:///org/gnome/shell/ui/userWidget.js:65 (0x7fe528055b38 @ 365)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #1 0x556bcbbb6518 i   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fe5283b5de0 @ 71)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #2 0x556bcbbb6498 i   
resource:///org/gnome/shell/ui/components/polkitAgent.js:342 (0x7fe5100666f8 @ 
59)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #3 0x556bcbbb63f0 i   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fe5283b5de0 @ 71)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #4 0x556bcbbb6330 i   
self-hosted:915 (0x7fe5283f12b8 @ 367)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: == Stack trace for context 
0x556bcb726320 ==
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #0 0x556bcbbb6498 i   
resource:///org/gnome/shell/ui/components/polkitAgent.js:343 (0x7fe5100666f8 @ 
84)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #1 0x556bcbbb63f0 i   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fe5283b5de0 @ 71)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #2 0x556bcbbb6330 i   
self-hosted:915 (0x7fe5283f12b8 @ 367)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: == Stack trace for context 
0x556bcb726320 ==
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #0 0x556bcbbb65c0 i   
resource:///org/gnome/shell/ui/userWidget.js:59 (0x7fe528055b38 @ 212)
Jul  3 10:18:08 orac org.gnome.Shell.desktop[3319]: #1 0x556bcbbb6518 i   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fe5283b5de0 @ 71)
Jul  3 10:18:08 orac gnome-shell[3319]: Object St.Bin (0x556bccf61b20), has 
been already deallocated - impossible to access to it. This might be caused by 
the fact that the object has been destroyed from C code using something such as 
destroy(), disp

[Bug 1807134] [NEW] lxc 3.0.2 - cannot create root password in privileged container

2018-12-06 Thread km
Public bug reported:

Prior filing this as potential bug help was sought but did not yield a
remedy

https://discuss.linuxcontainers.org/t/3-0-2-bug-cannot-create-root-
password-in-privileged-container/3425

host - ubuntu cosmic with 4.18.0-12 kernel / systemd 239-7 / apparmor
2.12

Whilst there is no issue with creating a root password via lxc-attach
and passwd in an unprivileged container it is however not possible to
create a password the same way for a privileged container (tried centos
7 and ubuntu cosmic).

Error reported from within the containers:

passwd: System error
passwd: Authentication token manipulation error

Error reported at the host:

passwd: PAM audit_log_acct_message() failed: Operation not permitted


Next tried with:

chroot /srv/lxc/container_name/rootfs passwd

but that produced the same error.


Next tried with:

lxc.cap.keep = CAP_AUDIT_WRITE

but the container would not boot.


Next tried with:

lxc.apparmor.profile = unconfined

but no remedy.


Next switched the kernel to 4.19.7 but no dice either.

** Affects: lxc (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/1807134

Title:
  lxc 3.0.2  - cannot create root password in privileged container

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

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

[Bug 1786995] Re: autodev: adapt to changes in Linux 4.18

2018-10-17 Thread km
lxc 3.0.2 available from the bionic repo, just upgraded and subsequent
to ml kernel 4.18.14

** Changed in: lxc (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  autodev: adapt to changes in Linux 4.18

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

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

[Bug 1811248] Re: systemd--networkd mounts denied for lxc guest

2019-02-01 Thread km
*** This bug is a duplicate of bug 1813622 ***
https://bugs.launchpad.net/bugs/1813622

** This bug has been marked a duplicate of bug 1813622
   systemd-resolved, systemd-networkd and others fail to start in lxc container 
with v240 systemd

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

Title:
  systemd--networkd mounts denied for lxc guest

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

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

[Bug 1851162] Re: nvidia-drivers-390 fail to build with kernel 5.3

2020-01-31 Thread km
I took the kernel update to 5.3.0-28.30~18.04.1 as well as the
390.116-0ubuntu0.18.04.3 nvidia driver updaate. The driver built fine,
and its running fine on  5.3.0-28 for me.

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

Title:
  nvidia-drivers-390 fail to build with kernel 5.3

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

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

[Bug 1860295] [NEW] dpkg-reconfigure nvidia-dkms-390 fails for kernel 5.3.0.-26

2020-01-19 Thread km
Public bug reported:

After the update from 5.0 to 5.3 the dkms reconfigure of the nvidia-390 kernel 
module fails.
The problem seems to be in a conflict between the "list_is_first" routine in 
the module and the new kernel, which causes a compile error. I will upload 
/var/lib/dkms/nvidia/390.116/build/make.log

The reference in the log to autoconf.h missing is spurious. The
generated/autoconf.h exists.

Here is the reconfigure output

# dpkg-reconfigure nvidia-dkms-390
Removing all DKMS Modules
Done.
update-initramfs: deferring update (trigger activated)
INFO:Enable nvidia
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
Loading new nvidia-390.116 DKMS files...
Building for 5.3.0-26-generic
Building for architecture x86_64
Building initial module for 5.3.0-26-generic
Error! Bad return status for module build on kernel: 5.3.0-26-generic (x86_64)
Consult /var/lib/dkms/nvidia/390.116/build/make.log for more information.
Processing triggers for initramfs-tools (0.130ubuntu3.9) ...
update-initramfs: Generating /boot/initrd.img-5.3.0-26-generic

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nvidia-dkms-390 390.116-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 5.3.0-26.28~18.04.1-generic 5.3.13
Uname: Linux 5.3.0-26-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Jan 19 19:34:34 2020
InstallationDate: Installed on 2012-12-14 (2592 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nvidia-graphics-drivers-390
UpgradeStatus: Upgraded to bionic on 2018-04-29 (630 days ago)

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


** Tags: amd64 apport-bug bionic

** Attachment added: "error log for dkms build of the nvidia module"
   https://bugs.launchpad.net/bugs/1860295/+attachment/5321601/+files/make.log

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

Title:
  dpkg-reconfigure nvidia-dkms-390 fails for kernel 5.3.0.-26

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

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

[Bug 1810129] [NEW] blake2b512 / sha3-512 invalid digest type

2018-12-30 Thread km
Public bug reported:

cosmic | openssl 1.1.1-1

Since 1.1.1.a-1 provides support for blake2b512 / sha3-512 it would be
expected such to work when generating certificates which however does
not.

OpenSSL> list -digest-commands
blake2b512 blake2s256 gost md4
md5 mdc2 rmd160 sha1
sha224 sha256 sha3-224 sha3-256
sha3-384 sha3-512 sha384 sha512
sha512-224 sha512-256 shake128 shake256
sm3

OpenSSL> list -digest-algorithms
...
BLAKE2b512
...
SHA3-512
...



Steps to reproduce:

in openssl_ca.conf set 'default_md = blake2b512' or 'default_md =
sha3-512'

generating a certificate ends with

'error:100C508A:elliptic curve routines:pkey_ec_ctrl:invalid digest
type:crypto/ec/ec_pmeth.c:327:'

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


** Tags: digest

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

Title:
  blake2b512 / sha3-512 invalid digest type

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

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

[Bug 1811248] [NEW] systemd--networkd mounts denied for lxc guest

2019-01-10 Thread km
Public bug reported:

Host unbuntu cosmic | lxc 3.0.3 | aa 2.12 | systemd 239-7
Guest Arch Linux | systemd 240.0

After having upgraded in the guest systemd from 239.370 to 240.0 the
host's AA is exhibiting

> audit: type=1400 audit(1547125168.853:722): apparmor="DENIED"
operation="mount" info="failed flags match" error=-13 profile="lxc-
container-default-cgns" name="/" pid=8426 comm="(networkd)" flags="rw,
rslave"

and the guest

> systemd-networkd.service: Failed to set up mount namespacing: Permission 
> denied
> systemd-networkd.service: Failed at step NAMESPACE spawning 
> /usr/lib/systemd/systemd-networkd: Permission denied

According to lxc bug tracker https://github.com/lxc/lxc/issues/2778

> While we'd like to allow such mounts we cannot do so until the
apparmor_parser is fixed to handle them correctly.

other cross references

https://github.com/systemd/systemd/issues/11371
https://bugs.archlinux.org/task/61313

** Affects: apparmor (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/1811248

Title:
  systemd--networkd mounts denied for lxc guest

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

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

[Bug 1811248] Re: systemd--networkd mounts denied for lxc guest

2019-01-10 Thread km
profile="lxc-container-default-cgns"

profile lxc-container-default-cgns flags=(attach_disconnected,mediate_deleted) {
  #include 

  # the container may never be allowed to mount devpts.  If it does, it
  # will remount the host's devpts.  We could allow it to do it with
  # the newinstance option (but, right now, we don't).
  deny mount fstype=devpts,
  mount fstype=cgroup -> /sys/fs/cgroup/**,
  mount fstype=cgroup2 -> /sys/fs/cgroup/**,
}

__

> flags are being used by the mount(2) system call that's failed

Pardon my ignorance as not being sure what you are asking here. I
thought it was obvious from the log

pid=8426 comm="(networkd)" flags="rw, rslave"

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

Title:
  systemd--networkd mounts denied for lxc guest

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

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

[Bug 1811248] Re: systemd--networkd mounts denied for lxc guest

2019-01-11 Thread km
strace does not seem to be the tool to figure out the info you are
asking for. Considering that the pid of the involved processes would be
unknown at the time of starting strace. And executing the process(es)
from the cli along with strace will not bear fruit for the case.

Going back to the log message I would reckon that MOUNT_NAMESPACES is in
play, in particular recursive MS_SLAVE. Would be that be supported by AA
in general and with the profile in particular?

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

Title:
  systemd--networkd mounts denied for lxc guest

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

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

[Bug 1811248] Re: systemd--networkd mounts denied for lxc guest

2019-01-11 Thread km
Some further input from the lxc dev team:

> What systemd wants to do is the equivalent of executing mount --make-rslave / 
> on the commandline. The syscall from systemd specifically AFAICT is: 
> mount(NULL, "/", NULL, MS_REC|MS_SLAVE, NULL);
As for the AppArmor profile rule, see 
https://github.com/lxc/lxc/blob/master/config/apparmor/abstractions/container-base.in#L94

I've pinged jjohansen from the AppArmor devs on irc about it and am
hoping he's gonna find the time to dig into this soon.

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

Title:
  systemd--networkd mounts denied for lxc guest

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

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

[Bug 1811248] Re: systemd--networkd mounts denied for lxc guest

2019-04-19 Thread km
After having upgraded the host to:

unbuntu disco (19.04) | kernel 5.0.0-13 | aa 2.13.2-9 | systemd 240-6

the issue is still present

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

Title:
  systemd--networkd mounts denied for lxc guest

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

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

[Bug 1810129] Re: blake2b512 / sha3-512 invalid digest type

2019-04-19 Thread km
> did you try to use sha3-512 and did that work?

please see the initial report:

> or 'default_md = sha3-512'

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

Title:
  blake2b512 / sha3-512 invalid digest type

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

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

  1   2   >