[Bug 708493] Re: Can't login anymore: Read from socket failed: Connection reset by peer

2012-12-21 Thread Andrew Schulman
Multiple commenters (#19, #43) have posted the workaround. In my ~/ssh/.config I now have Host * # Workaround for the dreaded 'connection reset by peer' bug, openssh =5.7: Ciphers aes128-ctr,aes192-ctr,aes256-ctr and I no longer see this problem. -- You received this bug notification because

[Bug 358612] [NEW] X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-04-09 Thread Andrew Schulman
Public bug reported: Binary package hint: openssh-client ssh X11 forwarding to my intrepid client from my openssh server used to work, but it always fails now, with Invalid MIT-MAGIC-COOKIE. Please see the example session log below. Forwarding succeeds to a Windows client running PuTTY, so the

[Bug 358612] Re: X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-04-22 Thread Andrew Schulman
Bernie, thanks. You are correct, XAuthLocation wasn't correctly set, and this was the cause of the problem. I didn't set XAuthLocation at all, so ssh used the default value, which ssh_config(5) says is /usr/bin/X11/xauth. But in Ubuntu xauth is /usr/bin/xauth. Setting XAuthLocation

[Bug 358612] Re: X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-06-09 Thread Andrew Schulman
OK. Yes, AFAIK it's properly installed. Still, I just ran 'apt-get --reinstall install x11-common', and that recreated the symlink, which will solve the problem. Not sure why the symlink was missing in the first place. So this is a solution to this bug. I guess the bug should be closed,

[Bug 658227] [NEW] won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
Public bug reported: I just upgraded from Lucid to Maverick, and now slapd won't start. From syslog: Oct 11 06:10:31 helium slapd[12130]: @(#) $OpenLDAP: slapd 2.4.23 (Aug 7 2010 01:39:36) $#012#011bui...@yellow:/build/buildd/openldap-2.4.23/debian/build/servers/slapd Oct 11 06:10:32 helium

[Bug 658227] Re: won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/658227/+attachment/1684127/+files/Dependencies.txt -- won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7 https://bugs.launchpad.net/bugs/658227 You received this bug

[Bug 658227] Re: won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
This appears to be the same as http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=595672 . A fix appears to have been released to that, but again I don't understand the cause or solution, or what I should do to recover at this point. ** Bug watch added: Debian Bug tracker #595672

[Bug 658227] Re: won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
OK, per https://bbs.archlinux.org/viewtopic.php?id=84077 and then http://dbaspot.com/forums/berkeley-db/265933-how-upgrade-4-2-4-3-a.html, I installed db4.7-utils and ran cd /var/lib cp -a ldap ldap.bak cd ldap db4.7_checkpoint -1 db4.7_recover After that, slapd started normally. -- won't

[Bug 658227] Re: won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
Here are excerpts from apt/term.log. Note that this is in a different apt log because my dist-upgrade was a little unusual - interrupted, then completed in a second session. I'm attaching the complete apt log file in case it's of interest. Log started: 2010-10-11 03:59:04 snip Restarting

[Bug 658227] Re: upgrade process does not upgrade underlying BDB format from 4.7 to 4.8 (so slapd aborts with Program version 4.8 doesn't match environment version 4.7 error message)

2010-10-20 Thread Andrew Schulman
Yay! Thanks guys, that was fast work. -- upgrade process does not upgrade underlying BDB format from 4.7 to 4.8 (so slapd aborts with Program version 4.8 doesn't match environment version 4.7 error message) https://bugs.launchpad.net/bugs/658227 You received this bug notification because you

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-03 Thread Andrew Schulman
Confirmed that this is broken again in Lucid, and I agree with yota: the purpose of /etc/default/* is to provide supported ways for administrators to modify services' behavior without having to modify their startup scripts. It's a regression to stop supporting /etc/default/ssh. -- X11

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-03 Thread Andrew Schulman
Setting AddressFamily inet in /etc/ssh/sshd_config and restarting sshd does work around this problem. ** Description changed: I had a proper configuration on jaunty (sshd_config) so I could ssh into that machine and run X11 applications there with X11 forwarding, so I could use apps

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-19 Thread Andrew Schulman
Can anyone else confirm that #20 does not work for them? That is, if you do the following: * remove AddressFamily inet from sshd_config * add -4 after exec /usr/sbin/sshd in /etc/init/ssh/conf * run initctl reload-configuration restart sshd then do you still have this problem? Does pgrep

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-20 Thread Andrew Schulman
yota, you're correct. stop + start restart. So #20 does also work for me now. Thanks, Andrew. -- X11 forwarding via SSH does not work after upgrade to karmic https://bugs.launchpad.net/bugs/434799 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 41949] Re: Alacarte does not start

2006-10-10 Thread Andrew Schulman
alacarte 0.8-0ubuntu12 does not start, with python-xdg 0.15-1ubuntu5. Here's the dump: $ alacarte (alacarte:14660): GnomeUI-CRITICAL **: gnome_icon_selection_clear: assertion `gis != NULL' failed (alacarte:14660): GnomeUI-CRITICAL **: gnome_icon_selection_add_directory: assertion `gis != NULL'

[Bug 358612] Re: X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-04-22 Thread Andrew Schulman
Bernie, thanks. You are correct, XAuthLocation wasn't correctly set, and this was the cause of the problem. I didn't set XAuthLocation at all, so ssh used the default value, which ssh_config(5) says is /usr/bin/X11/xauth. But in Ubuntu xauth is /usr/bin/xauth. Setting XAuthLocation

[Bug 358612] [NEW] X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-04-09 Thread Andrew Schulman
Public bug reported: Binary package hint: openssh-client ssh X11 forwarding to my intrepid client from my openssh server used to work, but it always fails now, with Invalid MIT-MAGIC-COOKIE. Please see the example session log below. Forwarding succeeds to a Windows client running PuTTY, so the

[Bug 263300] Re: Does not work with bzr 1.6

2008-11-23 Thread Andrew Schulman
Sorry, but I'm running trac-bzr 0.2+bzr49-1 (the Debian experimental package) with bzr 1.6.1-1, and I still get AttributeError: 'RevisionTree' object has no attribute '_get_weave' when I try to view a revision log. Please see my question #52270 about this. Thanks, Andrew. -- Does not work

[Bug 310272] Re: switch user function does not always work

2009-01-07 Thread Andrew Schulman
I also have this exact problem. I had it in my previous Intrepid installation, which was an upgrade from Hardy. For that and a few other reasons, I reinstalled Intrepid from scratch. At first switch user worked, but now it's broken again, in exactly the way that Gábor describes. lspci -v says

[Bug 314930] [NEW] [Intrepid] switch user causes screen to alternate solid colors in i910

2009-01-07 Thread Andrew Schulman
Public bug reported: Binary package hint: xserver-xorg-video-intel When I try to switch users, a new VT appears to start initializing. But after a few mode switches, about 75% of the time the screen then starts to flash all solid colors, changing about once per second: red, blue, green, white,

[Bug 314930] Re: [Intrepid] switch user causes screen to alternate solid colors in i910

2009-01-07 Thread Andrew Schulman
** Attachment added: lspci-vvnn http://launchpadlibrarian.net/20997861/lspci-vvnn ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/20997863/Dependencies.txt ** Attachment added: LsMod.txt http://launchpadlibrarian.net/20997877/LsMod.txt ** Attachment added:

[Bug 314930] Re: [Intrepid] switch user causes screen to alternate solid colors in i910

2009-01-07 Thread Andrew Schulman
** Attachment added: Xorg.20.log http://launchpadlibrarian.net/20997894/Xorg.20.log -- [Intrepid] switch user causes screen to alternate solid colors in i910 https://bugs.launchpad.net/bugs/314930 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 314930] Re: [Intrepid] switch user causes screen to alternate solid colors in i910

2009-01-07 Thread Andrew Schulman
** Attachment added: Xorg.0.log http://launchpadlibrarian.net/20997896/Xorg.0.log -- [Intrepid] switch user causes screen to alternate solid colors in i910 https://bugs.launchpad.net/bugs/314930 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 486406] [NEW] integrate with NetworkManager

2009-11-21 Thread Andrew Schulman
Public bug reported: Binary package hint: whereami whereami 0.3.34-0.1, in Jaunty. Steps to reproduce: 1. Install NetworkManager and whereami. 2. Use NetworkManager to bring up or reconfigure an interface. What should happen: whereami gets run, via /etc/dhcp3/dhclient-exit-

[Bug 486406] Re: integrate with NetworkManager

2009-11-21 Thread Andrew Schulman
Here's my NetworkManager integration script. It works for me: with this script installed as /etc/NetworkManager/dispatcher.d/whereami and executable, whereami now gets called whenever NM reconfigures an interface. Note a couple of issues: * NM doesn't offer the same variety of operations and

[Bug 293139] Re: NetworkManager does not use dhclient-exit-hooks.d

2010-01-06 Thread Andrew Schulman
With all respect for the good work that's gone into NetworkManager, I have to agree with Brian. Every other package that provides a dhclient script is potentially affected by this problem and may or may not be able to provide an equivalent NetworkManager dispatch script. A quick check of the

[Bug 466470] [NEW] resume failure

2009-10-31 Thread Andrew Schulman
Public bug reported: With Karmic, after I suspend and then power the machine back on again, the screen stays blank. Ctrl-Alt-F1 etc., Ctl-Alt-Backspace, and Ctrl- Alt-Del have no effect - the keyboard is completely unresponsive. The power is on, but there's no disk or any other activity that I

[Bug 466470] Re: resume failure

2009-10-31 Thread Andrew Schulman
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/34768086/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/34768087/AplayDevices.txt ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/34768088/ArecordDevices.txt

[Bug 263300] Re: Does not work with bzr 1.6

2008-09-24 Thread Andrew Schulman
I also see have this problem with bzr 1.5.1, trac-bzr 0.2+bzr45. I first saw it with bzr 1.6.1 rc1, so I reverted to bzr 1.5.1 and removed all of the .bzr directories, but now I'm still seeing the same error. -- Does not work with bzr 1.6 https://bugs.launchpad.net/bugs/263300 You received this

[Bug 263300] Re: Does not work with bzr 1.6

2008-09-24 Thread Andrew Schulman
... Or, sometimes the error is AttributeError: 'RevisionTree' object has no attribute '_revision_id'. And, sometimes I can navigate and view logs just fine. It seems to be random. -- Does not work with bzr 1.6 https://bugs.launchpad.net/bugs/263300 You received this bug notification because

[Bug 67416] Re: [Edgy] Error messages from scrollkeeper cron

2006-11-09 Thread Andrew Schulman
I have this same bug, but it's basically breaking my entire system. After installing Ubuntu server I'm now trying to install ubuntu-desktop, and this bug is preventing scrollkeeper from installing correctly, which in turn is preventing 27 other packages from being installed. At present no users

[Bug 314930] Re: [i915] switch user causes screen to alternate solid colors in intrepid

2009-07-27 Thread Andrew Schulman
Sorry I didn't reply before. The bug does still exist in Jaunty; I saw it happen again just a few days ago. However, it's less frequent than it used to be. Where before I could only get 1 or 2 user switches before the bug happened, now it might be 6 or 7. The severity is worse than I described

[Bug 358612] Re: X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-06-09 Thread Andrew Schulman
OK. Yes, AFAIK it's properly installed. Still, I just ran 'apt-get --reinstall install x11-common', and that recreated the symlink, which will solve the problem. Not sure why the symlink was missing in the first place. So this is a solution to this bug. I guess the bug should be closed,

[Bug 563878] Re: Ubuntu splashscreen big and ugly after installing ATI/nVidia proprietary graphics driver

2011-10-18 Thread Andrew Schulman
I confirm #140: With my Nvidia video card, after a clean install of 11.10, the monitor only shows Video mode not supported from boot until gdm. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/563878

[Bug 762326] [NEW] includes /build/buildd in binary package

2011-04-15 Thread Andrew Schulman
Public bug reported: Binary package hint: php-net-smtp $ dpkg -L php-net-smtp | grep /build /build /build/buildd /build/buildd/php5-5.3.2 /build/buildd/php5-5.3.2/pear-build-download These files don't belong in a binary package. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package:

[Bug 762326] Re: includes /build/buildd in binary package

2011-04-15 Thread Andrew Schulman
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/762326 Title: includes /build/buildd in binary package -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 310272] Re: switch user function does not always work

2009-04-28 Thread Andrew Schulman
This bug can't belong to nvidia-graphics-drivers-*, since I have Intel 915 graphics and don't have nvidia-graphics-drivers-* installed. -- switch user function does not always work https://bugs.launchpad.net/bugs/310272 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 310272] Re: switch user function does not always work

2009-05-08 Thread Andrew Schulman
Bryce, I'm sorry, I thought this was one I'd reported for -intel. I'll refile it there. -- switch user function does not always work https://bugs.launchpad.net/bugs/310272 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 563878] Re: Ubuntu splashscreen big and ugly after installing ATI/nVidia proprietary graphics driver

2011-03-17 Thread Andrew Schulman
Whoa there, fella. Take it easy. Plymouth mostly looks and works great. This is a bug, and they're fixing it. There's no call for abuse. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/563878

[Bug 658227] Re: upgrade process does not upgrade underlying BDB format from 4.7 to 4.8 (so slapd aborts with Program version 4.8 doesn't match environment version 4.7 error message)

2010-10-20 Thread Andrew Schulman
Yay! Thanks guys, that was fast work. -- upgrade process does not upgrade underlying BDB format from 4.7 to 4.8 (so slapd aborts with Program version 4.8 doesn't match environment version 4.7 error message) https://bugs.launchpad.net/bugs/658227 You received this bug notification because you

[Bug 659901] Re: splash screen not working with nvidia proprietary drivers

2010-11-23 Thread Andrew Schulman
** Changed in: plymouth (Ubuntu) Status: New = Confirmed -- splash screen not working with nvidia proprietary drivers https://bugs.launchpad.net/bugs/659901 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 659901] Re: splash screen not working with nvidia proprietary drivers

2010-11-23 Thread Andrew Schulman
I also have this problem, with nvidia-current 260.19.06-0ubuntu1 on amd64. The recommended fix script above fixed it. -- splash screen not working with nvidia proprietary drivers https://bugs.launchpad.net/bugs/659901 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 662168] [NEW] always reports can't stat() fuse.gvfs-fuse-daemon

2010-10-17 Thread Andrew Schulman
Public bug reported: Binary package hint: lsof Whenever I run lsof, I get a bunch of these error messages: # lsof /dev/sdd1 lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andrex/.gvfs Output information may be incomplete. lsof: WARNING: can't stat()

[Bug 662168] Re: always reports can't stat() fuse.gvfs-fuse-daemon

2010-10-17 Thread Andrew Schulman
-- always reports can't stat() fuse.gvfs-fuse-daemon https://bugs.launchpad.net/bugs/662168 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

[Bug 544866] Re: unwanted /build directory included in package

2010-11-25 Thread Andrew Schulman
** Tags added: maverick -- unwanted /build directory included in package https://bugs.launchpad.net/bugs/544866 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

[Bug 727699] Re: shows No sensors found although sensors finds them

2011-03-02 Thread Andrew Schulman
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727699 Title: shows No sensors found although sensors finds them -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 727699] [NEW] shows No sensors found although sensors finds them

2011-03-02 Thread Andrew Schulman
Public bug reported: Binary package hint: sensors-applet sensors-applet was correctly showing my CPU and GPU temperatures. I just upgraded the kernel to 2.6.35-27 and rebooted, and now the applet only shows No sensors found!. Clicking, right-clicking, or double- clicking on it doesn't provide

[Bug 727699] Re: shows No sensors found although sensors finds them

2011-03-02 Thread Andrew Schulman
*** This bug is a duplicate of bug 636481 *** https://bugs.launchpad.net/bugs/636481 This is a dup of bug #636481. I found the solution there, which was to purge and then reinstall sensors-applet libsensors-applet-plugin0 hddtemp. ** This bug has been marked a duplicate of bug 636481

[Bug 636481] Re: sensors-applet does not display detected sensors

2011-03-02 Thread Andrew Schulman
I also have this bug, but I don't seem to be suffering from #614008, which is in any case now supposed to be fixed. So I think the duplicate status is wrong. purging and then reinstalling sensors-applet et al. as in #11 did solve this problem for me, at least for now. ** This bug is no longer

[Bug 724082] Re: doesn't support ATI GPU temperature sensors

2011-03-05 Thread Andrew Schulman
OK, I tried this on natty, whatever the latest alpha is. sensors reported radeon-pci-0100 Adapter: PCI adapter temp1: +59.0°C Although it's hard to be sure, that looks like my GPU temp sensor, especially since sensors doesn't show that sensor in

[Bug 724082] [NEW] doesn't support ATI GPU temperature sensors

2011-02-23 Thread Andrew Schulman
Public bug reported: Binary package hint: sensors-applet My ATI Radeon HD 5670 GPU has a temperature sensor in it; I can see the reading with aticonfig --odgt. But sensors-applet won't show it OOTB. The problem is just that the packaged sensors-applet is missing /usr/lib

[Bug 724082] Re: doesn't support ATI GPU temperature sensors

2011-02-23 Thread Andrew Schulman
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/724082 Title: doesn't support ATI GPU temperature sensors -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 724082] Re: doesn't support ATI GPU temperature sensors

2011-02-24 Thread Andrew Schulman
** Tags added: lm-sensors -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/724082 Title: doesn't support ATI GPU temperature sensors -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 713722] [NEW] help window keeps opening and opening and opening and opening and opening

2011-02-05 Thread Andrew Schulman
Public bug reported: Binary package hint: gnucash This is one of the most bizarre bugs I've ever seen. In gnucash, when I go to Help Contents, a help window opens. Then another one opens. And then another one, and another one, and another one... about two per second, faster than I could

[Bug 713722] Re: help window keeps opening and opening and opening and opening and opening

2011-02-05 Thread Andrew Schulman
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713722 Title: help window keeps opening and opening and opening and opening and opening -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 724082] Re: doesn't support ATI GPU temperature sensors

2011-02-28 Thread Andrew Schulman
I'm not sure I understand. sensors-applet has the ability to read the GPU temperature; when I build it from source and run it, it does that. The problem in the package for Maverick is just that libaticonfig.so is missing. When I build that file from source and drop it into the existing package,

[Bug 724082] Re: doesn't support ATI GPU temperature sensors

2011-02-28 Thread Andrew Schulman
Are you using the fglrx driver? Yes. It looks like this plugin runs ATI's utility and asks it for the temperature. Probably. It also looks like you need to configure the package with --with-aticonfig, I didn't specify --with-aticonfig when I built it. Looking through the configure

[Bug 370526] Re: blank windows: X Error: BadWindow

2010-04-09 Thread Andrew Schulman
I also have this problem, with kalarm 4:4.3.2-0ubuntu6 in karmic. It's not consistent, though. It tends to happen when I first log in, and then straighten itself out after a while. A related problem is that when an alarm goes off, the window that pops up is often blank. Please see the attached

[Bug 559913] [NEW] text-based location bar toggle doesn't work

2010-04-10 Thread Andrew Schulman
Public bug reported: Binary package hint: nautilus In Nautilus, I click on the toggle button to choose the text-based location bar. The button is depressed, but there's no effect on the location bar: it's still button-based. Please see the screenshot, which shows the toggle button depressed

[Bug 559913] Re: text-based location bar toggle doesn't work

2010-04-10 Thread Andrew Schulman
** Attachment added: Screenshot.png http://launchpadlibrarian.net/43658325/Screenshot.png ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43656732/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/43656733/ProcMaps.txt ** Attachment

[Bug 365651] Re: after upgrade no sound volume in tray

2010-05-06 Thread Andrew Schulman
I have this identical problem, after upgrading to Lucid. The volume control was there in Karmic; in Lucid, it's not. Other users on the same host do see their volume controls. ** Changed in: ubuntu Status: Incomplete = New ** Tags added: lucid -- after upgrade no sound volume in tray

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-03 Thread Andrew Schulman
Confirmed that this is broken again in Lucid, and I agree with yota: the purpose of /etc/default/* is to provide supported ways for administrators to modify services' behavior without having to modify their startup scripts. It's a regression to stop supporting /etc/default/ssh. -- X11

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-03 Thread Andrew Schulman
Also, the revised workaround in #20 does not work for me. I edited /etc/init/ssh.conf as suggested, then ran initctl reload-configuration restart ssh but for some reason the -4 parameter isn't taking effect. ps shows sshd running as just /usr/sbin/sshd with no argument, netstat shows sshd

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-03 Thread Andrew Schulman
Setting AddressFamily inet in /etc/ssh/sshd_config and restarting sshd does work around this problem. ** Description changed: I had a proper configuration on jaunty (sshd_config) so I could ssh into that machine and run X11 applications there with X11 forwarding, so I could use apps

[Bug 551269] Re: phpldapadmin: Incompatible with PHP 5.3

2010-06-23 Thread Andrew Schulman
I've completely replaced my config.php file, and I'm still having the problem described in #34: I can see my tree, but trying to browse it results in: Our attempts to find your SCHEMA have failed (objectclasses) I can't find a summary anywhere of the changes in config.php from 1.1.0.7 to

[Bug 551269] Re: phpldapadmin: Incompatible with PHP 5.3

2010-06-23 Thread Andrew Schulman
OK, this bug is apparently related to #427842. http://ubuntuforums.org/showpost.php?p=9230305postcount=2 posts the following suggested fix: Create fixRootDSE.ldif containing the following: dn: olcDatabase={-1}frontend,cn=config changetype: modify add: olcAccess olcAccess: to dn.base= by * read

[Bug 551269] Re: phpldapadmin: Incompatible with PHP 5.3

2010-07-12 Thread Andrew Schulman
Indeed, per comment #37 that is what I've already done and I still have the template problem. -- phpldapadmin: Incompatible with PHP 5.3 https://bugs.launchpad.net/bugs/551269 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 544866] Re: unwanted /build directory included in package

2010-05-10 Thread Andrew Schulman
This problem persists in version 1.1.14-2 in lucid. ** Tags added: lucid -- unwanted /build directory included in package https://bugs.launchpad.net/bugs/544866 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 578683] [NEW] deprecated # comment in idn.ini

2010-05-11 Thread Andrew Schulman
Public bug reported: With php5-idn 1.2b-5.3ubuntu1 in Lucid, when I run php from the console, I get the following warning: PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0 This is easily fixed by changing the leading # to

[Bug 466470] Re: resume failure

2010-06-05 Thread Andrew Schulman
This bug seems to be fixed in lucid. After upgrading to lucid, I ran echo options i915 modeset=0 /etc/modprobe.d/i915-kms.conf as recommended in https://wiki.ubuntu.com/X/KernelModeSetting, then ran update-initramfs and rebooted. The problem went away. Then I tried removing the i915 option,

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-19 Thread Andrew Schulman
Can anyone else confirm that #20 does not work for them? That is, if you do the following: * remove AddressFamily inet from sshd_config * add -4 after exec /usr/sbin/sshd in /etc/init/ssh/conf * run initctl reload-configuration restart sshd then do you still have this problem? Does pgrep

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-05-20 Thread Andrew Schulman
yota, you're correct. stop + start restart. So #20 does also work for me now. Thanks, Andrew. -- X11 forwarding via SSH does not work after upgrade to karmic https://bugs.launchpad.net/bugs/434799 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 370505] Re: Call to undefined function get_gosa_version()

2010-03-18 Thread Andrew Schulman
This appears to be caused by bug #487537. The solution is to upgrade to a more recent version of gosa. The gosa developers kindly provide .deb package files at http://oss.gonicus.de/pub/gosa/debian-lenny/. -- Call to undefined function get_gosa_version() https://bugs.launchpad.net/bugs/370505

[Bug 370505] Re: Call to undefined function get_gosa_version()

2010-03-18 Thread Andrew Schulman
A clarification: to get the newer gosa debs from upstream, create /etc/apt/sources.list.d/gosa containing the single line deb http://oss.gonicus.de/pub/gosa/debian-etch/ ./ (Equivalently, go to System Administration Software Sources Other software Add, and enter the above line as the APT

[Bug 487537] Re: GOsa 2.5.x doesn't and won't work with php 5.2.9, please switch to GOsa 2.6

2010-03-18 Thread Andrew Schulman
This bug appears to be the cause of bug #370505. Gosa 2.6.9 or later can be installed from the upstream apt source deb http://oss.gonicus.de/pub/gosa/debian-etch/ ./ -- GOsa 2.5.x doesn't and won't work with php 5.2.9, please switch to GOsa 2.6 https://bugs.launchpad.net/bugs/487537 You

[Bug 495306] Re: dpkg-reconfigure slapd does not let enter password

2010-03-18 Thread Andrew Schulman
This is definitely a bug, and a serious one. On a new installation of slapd, there is no apparent way to set the admin password! ** Changed in: openldap (Ubuntu) Status: Invalid = New -- dpkg-reconfigure slapd does not let enter password https://bugs.launchpad.net/bugs/495306 You

[Bug 658227] Re: won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
OK, per https://bbs.archlinux.org/viewtopic.php?id=84077 and then http://dbaspot.com/forums/berkeley-db/265933-how-upgrade-4-2-4-3-a.html, I installed db4.7-utils and ran cd /var/lib cp -a ldap ldap.bak cd ldap db4.7_checkpoint -1 db4.7_recover After that, slapd started normally. -- won't

[Bug 658227] Re: won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
Here are excerpts from apt/term.log. Note that this is in a different apt log because my dist-upgrade was a little unusual - interrupted, then completed in a second session. I'm attaching the complete apt log file in case it's of interest. Log started: 2010-10-11 03:59:04 snip Restarting

[Bug 374241] Re: Won't generate new certificates due to can't use string as ARRAY ref error

2010-10-08 Thread Andrew Schulman
In fact, I get the can't use string as ARRAY ref error every time I try to generate a certificate request: *** unhandled exception in callback: *** Can't use string (OECA) as an ARRAY ref while strict refs in use at /usr/share/tinyca/GUI.pm line 1253. *** ignoring at /usr/bin/tinyca2 line

[Bug 658227] [NEW] won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
Public bug reported: I just upgraded from Lucid to Maverick, and now slapd won't start. From syslog: Oct 11 06:10:31 helium slapd[12130]: @(#) $OpenLDAP: slapd 2.4.23 (Aug 7 2010 01:39:36) $#012#011bui...@yellow:/build/buildd/openldap-2.4.23/debian/build/servers/slapd Oct 11 06:10:32 helium

[Bug 658227] Re: won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/658227/+attachment/1684127/+files/Dependencies.txt -- won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7 https://bugs.launchpad.net/bugs/658227 You received this bug

[Bug 658227] Re: won't start after Maverick upgrade; bdb Program version 4.8 doesn't match environment version 4.7

2010-10-11 Thread Andrew Schulman
This appears to be the same as http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=595672 . A fix appears to have been released to that, but again I don't understand the cause or solution, or what I should do to recover at this point. ** Bug watch added: Debian Bug tracker #595672

[Bug 551269] Re: phpldapadmin: Incompatible with PHP 5.3

2010-05-23 Thread Andrew Schulman
I upgraded to 1.2.0.5-1ubuntu1.10.04.1, then reconfigured as in #23. I'm now in exactly the same situation as #27. The package is currently unusable with PHP 5.3. -- phpldapadmin: Incompatible with PHP 5.3 https://bugs.launchpad.net/bugs/551269 You received this bug notification because you are

[Bug 544866] Re: unwanted /build directory included in package

2010-03-23 Thread Andrew Schulman
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/41695924/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/41695925/XsessionErrors.txt -- unwanted /build directory included in package https://bugs.launchpad.net/bugs/544866 You

[Bug 544866] [NEW] unwanted /build directory included in package

2010-03-23 Thread Andrew Schulman
Public bug reported: Binary package hint: php-mail php-mail 1.1.14-1+lenny1build0.9.10.1 in karmic includes a /build directory, at the root of the filesystem: $ dpkg -L php-mail | grep /build /build /build/buildd /build/buildd/php5-5.2.10.dfsg.1

[Bug 549430] [NEW] configuration fails: access denied for user 'root'@'localhost'

2010-03-27 Thread Andrew Schulman
Public bug reported: Binary package hint: phpmyadmin I install phpmyadmin. In the initial configuration, I answer yes to using dbconfig-common to configure the database, then answer all of the remaining questions. At the end of the interview, I get an error dialog that says: An error occurred

[Bug 549430] Re: configuration fails: access denied for user 'root'@'localhost'

2010-03-27 Thread Andrew Schulman
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/42148876/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/42148877/XsessionErrors.txt -- configuration fails: access denied for user 'root'@'localhost'

[Bug 549430] Re: configuration fails: access denied for user 'root'@'localhost'

2010-03-27 Thread Andrew Schulman
Sorry, as you might have guessed this was caused by a local configuration problem. Specifically I had a bad (old) password in /root/.my.cnf. Marking invalid. Sorry for the noise. Andrew. ** Changed in: phpmyadmin (Ubuntu) Status: New = Invalid -- configuration fails: access denied

[Bug 366087] Re: USB Startup Disk Creator no longer works in Ubuntu 9.04

2010-03-03 Thread Andrew Schulman
I can't figure out how to create the debug output that others have posted, but I also suffer from this problem. 1. The bug is reproducible. It happens every time I run usb-creator. 2. To reproduce: * Start usb-creator. * Choose a disk image and USB disk partition. * Choose any option for storing

[Bug 365651] Re: after upgrade no sound volume in tray

2010-09-04 Thread Andrew Schulman
Well I'll be... I thought I already had it there... but I didn't. So I just added the indicator applet to my toolbar, and now the volume control is back. (Along with some other chat indicator that I don't want, but that's a separate issue.) Thank you for your help. This bug is solved for me.

[Bug 551269] Re: phpldapadmin: Incompatible with PHP 5.3

2010-08-09 Thread Andrew Schulman
To be clear - I have version 1.2.0.5-1ubuntu1.10.04.1 installed, and the bug is not fixed. ** Changed in: phpldapadmin (Ubuntu) Status: Fix Released = Confirmed -- phpldapadmin: Incompatible with PHP 5.3 https://bugs.launchpad.net/bugs/551269 You received this bug notification because

[Bug 551269] Re: phpldapadmin: Incompatible with PHP 5.3

2010-08-10 Thread Andrew Schulman
Looking back at this now, I think the original problem (incompatibility with PHP 5.3) has been fixed. What's left is a mixed bag of problems caused by the change to PLA 1.2: 1. PLA now needs read access to dn.base= and dn.base=cn=subschema 2. PLA now requires everyone to customize the

[Bug 551269] Re: phpldapadmin: Incompatible with PHP 5.3

2010-08-10 Thread Andrew Schulman
Found in another forum post: the solution to problem 2 in #49 is just to remove or move aside inetOrgPerson.xml and posixGroup.xml in /etc/phpldapadmin/templates/modification. PLA will then just use the default template to view objects. These files can be reinstated if a custom editing template

[Bug 688672] Re: remote code execution as per DSA-2131-1

2010-12-13 Thread Andrew Schulman
Can someone please clarify exactly which versions of exim4 are affected? Is version 4.72-1ubuntu1 in maverick affected? I've read all of the announcements and can't find this information. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 160311] Re: Resizing windows by grabbing window borders is difficult [please no more comments; patches welcome]

2010-12-13 Thread Andrew Schulman
** Description changed: *   No more comments needed This should mostly be fixed for Natty and might get backported to earlier releases as well. * Binary package hint: metacity - The issue has been an issue for users (especially of large) screens for

[Bug 684654] [NEW] system hangs due to blocked filesystem tasks

2010-12-03 Thread Andrew Schulman
Public bug reported: Every few days, a relatively disk-intensive task such as find -type d -print0 | xargs -0 chmod u+s # or cvs up will cause my system to hang. The filesystem (reiser4 on /home) becomes blocked, with more and more processes piling up messages like: Dec 2 10:20:22 helium

[Bug 684654] Re: system hangs due to blocked filesystem tasks

2010-12-03 Thread Andrew Schulman
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684654 Title: system hangs due to blocked filesystem tasks -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 684654] Re: system hangs due to blocked filesystem tasks

2010-12-03 Thread Andrew Schulman
I'm sorry, the filesystem is of course reiserfs (3.6), not reiser4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684654 Title: system hangs due to blocked filesystem tasks -- ubuntu-bugs mailing

[Bug 684654] Re: system hangs due to blocked filesystem tasks

2010-12-03 Thread Andrew Schulman
Also: #588046 was very similar to this bug, but turned out to be a hardware problem. It would be hard to completely rule that out, but I can say that SMART on the affected drive reports good health, no errors, and successful short and long selftests. -- You received this bug notification

[Bug 494476] Re: Smbd, kjournald2 and rsync blocked for more than 120 seconds while using ext4.

2010-12-07 Thread Andrew Schulman
This is a very serious problem. It's causing unpredictable lockups on my server every 2-3 days, requiring a force-reboot. There are many related reports from other users: e.g. #588046, #667656, #628530, and my particular one, #684654. This bug is not: * Just on server kernels. My kernel is

  1   2   >