[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2014-08-25 Thread Jens Jorgensen
IPv6 updates fail for me though not because of records, but rather because the web site doesn't seem to be configured on the IPv6 side: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/quantal- security/multiverse/binary-amd64/Packages 404 Not Found [IP: 2001:67c:1360:8c01::18 80]

[Bug 1244031] [NEW] /etc/init.d/samba4 start fails: libwbclient.so.0: no version information available

2013-10-23 Thread Jens Jorgensen
Public bug reported: Samba services don't seem to start. If as root I try to start I see: /etc/init.d/samba4 start * Starting Samba 4 daemon samba /usr/sbin/samba: /usr/lib/x86_64-linux-gnu/libwbclient.so.0: no version information available (requi

[Bug 1154153] Re: Nvidia module crash: GPU has fallen off the bus.

2013-09-02 Thread Jens Jorgensen
I have the same behavior -- ie. when I leave my computer at night the monitor eventually goes into suspend mode. Then in the morning I come in and touch the keyboard nothing happens. If I log in remotely I can see that X has died and I see the same "fallen off the bus" kernel messages. I put the su

[Bug 1164219] [NEW] dahdi-dkms fails build due to not finding asm/system.h

2013-04-03 Thread Jens Jorgensen
Public bug reported: Upon installing dahdi-dkms I see the following error in the dkms build log: make -C /lib/modules/3.5.0-26-generic/build SUBDIRS=/var/lib/dkms/dahdi/2.5.0.1+dfsg-1ubuntu2/build/drivers/dahdi DAHDI_INCLUDE=/var/lib/dkms/dahdi/2.5.0.1+dfsg-1ubuntu2/build/include DAHDI_MODULES

[Bug 369008] Re: mdns lookups fail over ipv6

2013-01-17 Thread Jens Jorgensen
I should also note that it seems nss-mdns normally configures such only ipv4 lookups are done: hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 so you need to remove the "4" from mdns in order to get the code that will do ipv6 lookups. -- You received this bug notification because you are

[Bug 369008] Re: mdns lookups fail over ipv6

2013-01-17 Thread Jens Jorgensen
Actually I'm a bit surprised to hear that the patch mentioned in 374674 actually fixes this bug. The problem with nss-mdns for .local addresses is that even when it finds the address (via avahi) which works just fine, getaddrinfo returns the IPV6 address but always leaves scope_id empty. Linux does

[Bug 902993] Re: hrtimer.h is missing

2011-12-12 Thread Jens Jorgensen
You know, I thought the same thing. But apparently kernel headers for the kernel and kernel headers for "the user" are different, not really sure how they get generated but apparently they are supposed to end up in the linux-libc-dev package. Trying to compile my test program while including the ab

[Bug 902993] Re: hrtimer.h is missing

2011-12-11 Thread Jens Jorgensen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/902993 Title: hrtimer.h is missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902993/+subscripti

[Bug 902993] [NEW] hrtimer.h is missing

2011-12-11 Thread Jens Jorgensen
Public bug reported: I was attempting to write some code that will utilizing Linux' High- Resolution Timer support. Unfortunately it seems that the necessary header, hrtimer.h, has not been generated for linux-libc-dev. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-libc-dev 3.0.0-13

[Bug 728825] [NEW] eclipse cannot start, missing dependency?

2011-03-03 Thread Jens Jorgensen
Public bug reported: Binary package hint: eclipse On a freshly installed/updated box, when I run eclipse I first get the splash screen, the a little dialog saying: An error has occurred. See the log file /space/home/jbj1/workspace/.metadata/.log. In this file I see at the end: !SESSION 2011-03-0

[Bug 563179] Re: svn crashes when checking out when saving credentials in kwallet

2010-08-12 Thread Jens Jorgensen
I went through and debugged this yesterday and found what the problem is. The crash is due to the fact that the KWallet object is being deleted twice. I've got a patch that fixes it getting deleted twice. Though my patch fixes the crash, I think there's a deeper problem. I still get prompted each t

[Bug 579174] Re: Send...File never completes if len>63.6KiB

2010-05-12 Thread Jens Jorgensen
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/48319084/Dependencies.txt -- Send...File never completes if len>63.6KiB https://bugs.launchpad.net/bugs/579174 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kbluetooth i

[Bug 579174] [NEW] Send...File never completes if len>63.6KiB

2010-05-12 Thread Jens Jorgensen
Public bug reported: Binary package hint: kbluetooth I recently tried to send a file from one lucid box to another. This file happened to be about 94KiB. The dialogs to select the target to send to worked fine, then the progress dialog in the system tray started spinning. It said that 63.6KiB had

[Bug 553817] Re: kredentials complains "Unable to run aklog"

2010-04-08 Thread Jens Jorgensen
I should note that this causes these windows to pop up maybe once a half hour or so, so if you leave kredentials running on a computer then when you come back to the next day you've got 24 windows piled up. Pretty annoying. I ended up remove the package that contains aklog and instead sudo ln -s /b

[Bug 553817] Re: kredentials complains "Unable to run aklog"

2010-04-02 Thread Jens Jorgensen
** Attachment added: "kredentials_error.png" http://launchpadlibrarian.net/42861535/kredentials_error.png -- kredentials complains "Unable to run aklog" https://bugs.launchpad.net/bugs/553817 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 553817] [NEW] kredentials complains "Unable to run aklog"

2010-04-02 Thread Jens Jorgensen
Public bug reported: Binary package hint: kredentials I just installed a box fresh from a Lucid Lynx Beta 1 disc. Also I've kept it up-to-date with apt-get dist-upgrade. I like to run kredentials to keep my kerberos credentials going. I discovered that in this version I get an error window (syste

[Bug 543707] Re: jockey-kde cannot run: ImportError: No module named ManagerWindowKDE4

2010-03-26 Thread Jens Jorgensen
I've figured out the fix for this. This package uses the very cool DistUtilsExtra.auto module which allows the package to automagically figure out what needs to be done and included in the package. However, the bit of code which looks for kde .ui files searches for files that match *.ui and then ch

[Bug 543707] Re: jockey-kde cannot run: ImportError: No module named ManagerWindowKDE4

2010-03-26 Thread Jens Jorgensen
** Changed in: jockey (Ubuntu) Assignee: (unassigned) => Jockey-hackers (jockey-hackers) -- jockey-kde cannot run: ImportError: No module named ManagerWindowKDE4 https://bugs.launchpad.net/bugs/543707 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 409664] Re: Screen Dimmed After Resume

2009-11-08 Thread Jens Jorgensen
I can confirm this behavior on my ET1602 also. My install is a fresh 9.10 from the release DVD. xrandr seems not to know anything about backlight either, as mentioned the only way to fix it seems to be to reboot. -- Screen Dimmed After Resume https://bugs.launchpad.net/bugs/409664 You received th

[Bug 246392] Re: openct doesn't recognize etoken

2009-05-03 Thread Jens Jorgensen
This bug still is not fixed in Jaunty. Is there some reason? Also another bit is now broken: the script that the udev rules file calls, /lib/udev/openct_usb is trying to call "udevinfo" which no longer exists. It should be using "udevadm info" instead. This too is fixed in the upstream. Can we get

[Bug 315550] Re: freebcp missing from ubuntu freetds packages

2009-04-21 Thread Jens Jorgensen
Indeed, the debian bug mentions tsql, but in fact the freetds packages don't include any of the binaries. The patch I posted on the debian bug page creates a package which would include /all/ of the binaries that freetds creates. I think the problem for Ubuntu having a package may boil down to the

[Bug 315550] Re: freebcp missing from ubuntu freetds packages

2009-04-21 Thread Jens Jorgensen
See debian bug: http://bugs.debian.org:80/cgi-bin/bugreport.cgi?bug=196000 ** Bug watch added: Debian Bug tracker #196000 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=196000 -- freebcp missing from ubuntu freetds packages https://bugs.launchpad.net/bugs/315550 You received this bug noti

[Bug 298875] Re: freetds-dev missing parts

2009-04-21 Thread Jens Jorgensen
Oh, also cstypes.h is present in freetds-dev as of 0.82-4 at least, I just checked. Was there anything else that was deemed missing? (Aside from /all/ the command-line tools?) -- freetds-dev missing parts https://bugs.launchpad.net/bugs/298875 You received this bug notification because you are a

[Bug 298875] Re: freetds-dev missing parts

2009-04-21 Thread Jens Jorgensen
This package is managed upstream in the debian project. I've submitted a patch to the maintainer that adds a freetds-bin package which includes tsql plus bcp and all the other binaries that are included in the freetds source. You can check the status of this bug/request here: http://bugs.debian.o

[Bug 251247] Re: xmodmap fails in Xsession.d

2008-08-31 Thread Jens Jorgensen
Ok, after more searches and poking around I believe I have discovered what is wiping out the xmodmap. I went into "Regional & Language ==> Keyboard Layout" and then select the "Xkb Options" tab. I noticed a checkbox on that tab: "Enable xkb options". The checkbox was checked, but down below in the

[Bug 251247] Re: xmodmap fails in Xsession.d

2008-08-31 Thread Jens Jorgensen
Unfortunately copying it so that it runs under both 80ubuntu-xmodmap and 999ubuntu-xmodmap also does not fix this for me. Perhaps there's actually something else that you did that fixed the problem for you? I also added "set -x" into my /etc/X11/Xsession just so that I could actually *see* in .xess

[Bug 251247] Re: xmodmap fails in Xsession.d

2008-08-29 Thread Jens Jorgensen
I also experience this bug. However, renaming 80ubuntu-xmodmap to 999ubuntu-xmodmap does not remedy the problem for me. Is there some other process that is stomping on the modmap later, something not in /etc/X11/Xsession.d? I'm running up-to-date hardy -- xmodmap fails in Xsession.d https://bugs

[Bug 257826] Re: cupsd SEGVs with pam_krb5 auth

2008-08-14 Thread Jens Jorgensen
** Attachment added: "libpam-krb5-3.10_cache_destroyed_but_not_null.diff" http://launchpadlibrarian.net/16768725/libpam-krb5-3.10_cache_destroyed_but_not_null.diff -- cupsd SEGVs with pam_krb5 auth https://bugs.launchpad.net/bugs/257826 You received this bug notification because you are a me

[Bug 257826] [NEW] cupsd SEGVs with pam_krb5 auth

2008-08-13 Thread Jens Jorgensen
Public bug reported: Binary package hint: libpam-krb5 I found that when I was trying to open up my cups server to allow others on my network to print it was getting a segmentation fault. Yup, the daemon just died. There seems to be a confluence of events that tickle this bug but it's definitely a

[Bug 24061] Re: GPG error with apt-get (BADSIG 40976EAF437D05B5)

2008-01-02 Thread Jens Jorgensen
I was having this problem consistently today. After reading through the above when I ran with apt-get update -o Acquire::http::No-Cache=True everything worked fine. As another datapoint, I know that our company recently installed a transparent http(s) proxy, so maybe there is something to do with t

[Bug 138349] Re: python-elementtree pack/usr/share/python-support/python-elementtree/elementtree/age has wrong directory structure

2007-12-28 Thread Jens Jorgensen
Please note that although the problem in python-gdata can be fixed by importing elementtree via xml.etree there is still another problem. Python 2.5 includes elementtree inside the python base distribution however it only includes a _subset_ of elementtree. This is why the python-elementtree is st

[Bug 126824] libboost-python-dev, libboost-iostreams-dev missing .a files

2007-07-18 Thread Jens Jorgensen
Public bug reported: Without the .a files you can't build against the libraries, It's just that simple. A patch to the debian/rules file that copies these files into the package-specific trees solves the problem. I have a patch against the diff. ** Affects: boost (Ubuntu) Importance: Undecid

[Bug 126824] Re: libboost-python-dev, libboost-iostreams-dev missing .a files

2007-07-18 Thread Jens Jorgensen
patch against the existing *diff.gz ** Attachment added: "patch against boost_1.33.1-9ubuntu3.diff" http://launchpadlibrarian.net/8519970/boost_1.33.1-9ubuntu3.diff.patch -- libboost-python-dev, libboost-iostreams-dev missing .a files https://bugs.launchpad.net/bugs/126824 You received this b