[Bug 1801183] Re: all servers stuck in INIT after reboot

2018-12-26 Thread Andrew Schulman
Thank you Christian. I tried chrony in the past, but found it less featureful. I may try one of the other ntp packages. Meanwhile, I guess let's leave this open in case there's a solution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1801183] Re: all servers stuck in INIT after reboot

2018-11-01 Thread Andrew Schulman
OK, looking in /var/log/syslog, I see these entries from this morning's boot: Nov 1 06:27:47 helium ntpd[1212]: ntpd 4.2.8p10@1.3728-o (1): Starting Nov 1 06:27:47 helium ntpd[1212]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -4g -u 125:135 Nov 1 06:27:47 helium ntpd[1243]: proto:

[Bug 1801183] [NEW] all servers stuck in INIT after reboot

2018-11-01 Thread Andrew Schulman
Public bug reported: Since I updated to 18.04.1 (ntp version 1:4.2.8p10+dfsg-5ubuntu7.1), ntpd at boot leaves all remote servers in the INIT state: $ ntpq -c peers Thu Nov 1 06:33:19 EDT 2018 remote refid st t when poll reach delay offset jitter

[Bug 1715435] Re: Can't lock screen with keyboard shortcuts when using lightdm

2018-10-17 Thread Andrew Schulman
> Disabling the key "/org/gnome/desktop/lockdown/disable-lock-screen" in dconf-editor solved the problem. I'm not sure what you mean by disabling. If you mean set it to false, false is already the default value. It was at its default for me. I tried overriding it and setting it to false, but that

[Bug 1585568] Re: slapd startup fails with "connections_destroy: nothing to destroy"

2016-05-27 Thread Andrew Schulman
Thanks for pointing me to the TLS error, I should've spotted that. The certificate pointed to by olcTLSCertificateFile had had its permissions changed so that it was unreadable by slapd; not sure how. I reset the permissions, and now slapd starts normally. Thank you for your prompt attention,

[Bug 1585568] Re: slapd startup fails with "connections_destroy: nothing to destroy"

2016-05-25 Thread Andrew Schulman
Hm, good point. No, downgrading to 2.4.42+dfsg-2ubuntu3 didn't fix the problem. So apparently this problem was present since the upgrade to xenial, but I only just noticed it. I can verify that slapd was starting normally in trusty, before the upgrade to xenial. -- You received this bug

[Bug 1585568] [NEW] slapd startup fails with "connections_destroy: nothing to destroy"

2016-05-25 Thread Andrew Schulman
Public bug reported: I just upgraded slapd from 2.4.42+dfsg-2ubuntu3 to 2.4.42+dfsg- 2ubuntu3.1, in xenial. Now slapd won't start. The attempt fails with "connections_destroy: nothing to destroy": # systemctl status slapd.service ● slapd.service - LSB: OpenLDAP standalone server (Lightweight

[Bug 1318199] Re: Can't change password

2016-01-29 Thread Andrew Schulman
For me no matter what password I enter in the password change dialog, even if the strength meter says "Strong", the "Change" button is always disabled. So this dialog is completely broken for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1331210] [NEW] getpass in IDLE gives Warning: Password input may be echoed.

2014-06-17 Thread Andrew Schulman
Public bug reported: getpass.getpass() run in IDLE can't keep terminal input from being echoed: import getpass getpass.getpass() Warning: Password input may be echoed. Password: s3kret 's3kret' ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: python 2.7.3-0ubuntu2.2

[Bug 1191516] Re: Application provided invalid, non monotonically increasing dts to muxer in stream 0

2014-06-07 Thread Andrew Schulman
This is still a problem for me with libav-tools 6:9.13-0ubuntu0.14.04.1 in trusty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191516 Title: Application provided invalid, non monotonically

[Bug 1316161] Re: notification area icon is gone in 14.04

2014-05-07 Thread Andrew Schulman
I understand. Thank you for the careful explanation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1316161 Title: notification area icon is gone in 14.04 To manage notifications about this bug go

[Bug 1316161] Re: notification area icon is gone in 14.04

2014-05-06 Thread Andrew Schulman
OK. Yes, I'm using Unity. So I see the Banshee control panel now. I'll just say that IMO it's less desirable than the old notification icon, because I have to do more work to open the Banshee window: one extra click and pick, every time I want to see Banshee. ** Changed in: banshee (Ubuntu)

[Bug 1316161] [NEW] notification area icon is gone in 14.04

2014-05-05 Thread Andrew Schulman
Public bug reported: I have the notification area icon plugin enabled. I just upgraded from Ubuntu 12.04 to 14.04, and the notification area icon is gone. I have other applets in that area, but not Banshee's. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: banshee

[Bug 428619] Re: [cs46xx] Need tweaks to daemon.conf to eliminate crackle/distortion

2014-05-05 Thread Andrew Schulman
I just encountered this bug for the first time after upgrading from 12.04 to 14.04. My old Turtle Beach Santa Cruz card worked fine before, but after the upgrade I started to get distortion and crackling. hoocker's suggestion in #96 seems to have fixed it! Or at least, greatly reduced it.

[Bug 1315844] [NEW] won't start with compression on

2014-05-04 Thread Andrew Schulman
Public bug reported: When I try to start stunnel4 with compression=zlib, it fails with Failed to initialize compression method: # service stunnel4 start Starting SSL tunnels: Clients allowed=500 stunnel 4.53 on x86_64-pc-linux-gnu platform Compiled with OpenSSL 1.0.1e 11 Feb 2013 Running with

[Bug 1266157] Re: segmentation fault with TextCtrl child of StaticBox

2014-01-04 Thread Andrew Schulman
** Attachment added: backtrace https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/1266157/+attachment/3940962/+files/bug.gdb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266157

[Bug 1266157] [NEW] segmentation fault with TextCtrl child of StaticBox

2014-01-04 Thread Andrew Schulman
Public bug reported: I have a short program that creates a TextCtrl as the child of a StaticBox: #!/usr/bin/env python import wx class Bug(wx.Frame): def __init__(self): wx.Frame.__init__(self, None) box = wx.StaticBox(self, label='Box') wx.TextCtrl(box) app =

[Bug 1266157] Re: segmentation fault with TextCtrl child of StaticBox

2014-01-04 Thread Andrew Schulman
Reported upstream: http://trac.wxwidgets.org/ticket/15806 ** Bug watch added: trac.wxwidgets.org/ #15806 http://trac.wxwidgets.org/ticket/15806 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1265153] Re: /etc/init.d/stunnel4 doesn't support the status command

2013-12-31 Thread Andrew Schulman
*** This bug is a duplicate of bug 882110 *** https://bugs.launchpad.net/bugs/882110 I'm sorry, I see that this is a duplicate of #882110. I'll close it. ** This bug has been marked a duplicate of bug 882110 init script for stunnel4 is not lsb-compatible ** This bug is no longer a

[Bug 1265153] [NEW] /etc/init.d/stunnel4 doesn't support the status command

2013-12-31 Thread Andrew Schulman
*** This bug is a duplicate of bug 882110 *** https://bugs.launchpad.net/bugs/882110 Public bug reported: It would be nice if I could run service stunnel4 status and get a return status that would tell me if the service was up. Then in order to check in a cron job that the service was

[Bug 882110] Re: init script for stunnel4 is not lsb-compatible

2013-12-31 Thread Andrew Schulman
Would it be possible to get this bug fixed? It's two years old, and a simple patch has been posted to fix it that looks correct. Thanks, Andrew. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882110

[Bug 981714] Re: Computer Janitor shows outdated info after manual cleaning

2013-08-19 Thread Andrew Schulman
I confirm this bug: $ computer-janitor find removable file:/etc/php5/conf.d/apc.ini.dpkg-old $ ls -l /etc/php5/conf.d/apc.ini.dpkg-old ls: cannot access /etc/php5/conf.d/apc.ini.dpkg-old: No such file or directory I removed the file manually, and computer-janitor thinks it's still there. --

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

2013-03-27 Thread Andrew Schulman
Is it possible to get this fixed by applying the patch I submitted? This bug substantially breaks TinyCA, and the patch to fix it is trivial. Thanks, Andrew. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 863192] Re: Compiz using large amounts of CPU when running Chrome

2013-03-22 Thread Andrew Schulman
Confirmed that this is still a problem in 12.04. It's definitely the same as http://code.google.com/p/chromium/issues/detail?id=98869. When a pinned tab starts flashing, CPU usage jumps. To bring it back down again, you have to select the pinned tab, then select a different tab. There's no fix

[Bug 1132485] Re: Lock Screen shortcut doesn't work after each login

2013-03-05 Thread Andrew Schulman
I'm not sure why your shortcut is different from mine, but it doesn't seem to matter. I don't know if Super+L was the default shortcut, or whether I set it, but either way, I have set it now. The settings say that Super+L is the right shortcut, but it doesn't work after each login, until I reset

[Bug 1132485] [NEW] Lock Screen shortcut doesn't work after each login

2013-02-24 Thread Andrew Schulman
Public bug reported: Each time I log in, the Lock Screen shortcut (Super + L) doesn't work. In System Settings Keyboard Shortcuts System, next to Lock screen the shortcut is listed as Super + L, and the pull-down menu at top right of the desktop also shows Lock Screen .. Super + L. But when I

[Bug 1125097] [NEW] forces removal of virtualbox-4.2

2013-02-14 Thread Andrew Schulman
Public bug reported: I'm trying to install vagrant 1.0.1-1. On my host virtualbox is not installed, but virtualbox-4.2 from virtualbox.org is. To my surprise, installing vagrant wants to force installation of virtualbox, which forces uninstallation of virtualbox-4.2: # apt-get install vagrant

[Bug 1119908] Re: trash folder always appears to be empty

2013-02-13 Thread Andrew Schulman
I reported this upstream at https://bugzilla.gnome.org/show_bug.cgi?id=693752. ** Bug watch added: GNOME Bug Tracker #693752 https://bugzilla.gnome.org/show_bug.cgi?id=693752 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2013-02-11 Thread Andrew Schulman
This bug is still present in version 0.7.5-3. However, it appears that someone attempted to patch the error, but failed. Here's a revised patch that does fix it. It adds the same condition as before, but overwriting the failed change. ** Patch added: GUI.patch

[Bug 1119908] Re: trash folder always appears to be empty

2013-02-11 Thread Andrew Schulman
I logged out and logged back in again, and at some point this problem fixed itself. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1119908 Title: trash folder always appears to be empty To manage

[Bug 1103920] Re: kalarm doesn't send email

2013-02-11 Thread Andrew Schulman
I found that the outgoing mail was all sitting in the kmail outbox, which apparently was misconfigured somehow. I fooled with it for a while, and now the email gets sent. ** Changed in: kdepim (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member

[Bug 1119908] [NEW] trash folder always appears to be empty

2013-02-08 Thread Andrew Schulman
Public bug reported: In Nautilus, I right-click on a file or directory and choose Move to Trash. The file is removed from its folder, and moved into ~/.local/share/Trash/files (screenshot). But, the Trash folder in Nautilus always shows up empty (screenshot). ProblemType: Bug DistroRelease:

[Bug 1119908] Re: trash folder appears to be empty

2013-02-08 Thread Andrew Schulman
** Attachment added: .local/share/Trash/files https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1119908/+attachment/3521507/+files/files_003.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1119908] Re: trash folder appears to be empty

2013-02-08 Thread Andrew Schulman
** Attachment added: empty Trash folder https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1119908/+attachment/3521508/+files/Trash_004.png ** Summary changed: - trash folder appears to be empty + trash folder always appears to be empty -- You received this bug notification because

[Bug 900512] Re: ia32-libs-multiarch:i386 is not installable

2013-02-01 Thread Andrew Schulman
Contrary to what I wrote in #16, I now agree with Steve that this isn't a bug in ia32-libs or ia32-libs-multiarch. I created a new virtual machine, installed a virgin copy of Quantal in it, updated, and then installed ia32-libs. It installed with no problems, bringing ia32-libs-multiarch with

[Bug 995587] Re: mysqldump: Got error: 1142: SELECT, LOCK TABL command denied to user 'debian-sys-maint'@'localhost' for table 'cond_instances' when using LOCK TABLES

2013-01-25 Thread Andrew Schulman
If this is a bug, it's a bug in mysqldump, not automysqldump. It happens when automysqldump runs mysqldump performance_schema. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/995587 Title:

[Bug 1103920] [NEW] kalarm doesn't send email

2013-01-24 Thread Andrew Schulman
Public bug reported: I have several email alarms in kalarm. They used to work fine in maverick, but since I've upgraded to precise, no emails are sent. I've opened the alarms and tested them, and kalarm says that an email was sent, but the exim4 logs show that it didn't receive anything, and no

[Bug 1103920] Re: kalarm doesn't send email

2013-01-24 Thread Andrew Schulman
When I start kalarm from the terminal and test sending an email alarm, here's what I see in the terminal: kalarm(19033) KAlarmApp::execAlarm: EMAIL to: and...@deadspam.com kalarm(19033) KAMail::send: To: and...@deadspam.com Subject: switch backups kalarm(19033) KAMail::send: Sending via sendmail

[Bug 1100616] Re: main pointer cursor isn't shown

2013-01-17 Thread Andrew Schulman
Well, I found Information On The Net that said with Unity, in order to change the cursor theme, I have to run update-alternatives x-cursor- theme. Which is a *global* change for the host. So I tried it, and it's true, now I get the full set of comix cursors. So this is a usability bug in Unity,

[Bug 882342] Re: Aisleriot cards doesn't remember window size on quit

2013-01-16 Thread Andrew Schulman
I'm running version 1:3.2.3.2-0ubuntu1 in precise, and I still have this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882342 Title: Aisleriot cards doesn't remember window size on quit

[Bug 1100616] [NEW] main pointer cursor isn't shown

2013-01-16 Thread Andrew Schulman
Public bug reported: In precise, I use ubuntu-tweak to set the theme, choosing ComixCursors- Red-Huge-Slim. Most of the comix cursors are then used, but the most common one, the simple finger pointer when you're not clicking or waiting or hovering over a text box, isn't shown. Instead, I get

[Bug 1016294] Re: ia32-libs-multiarch but it is not installable

2013-01-14 Thread Andrew Schulman
These issues are, without exception, the result of local misconfiguration and/or local installation of mismatched library versions. It is not a bug in ia32-libs that users have their systems in a state that doesn't allow the package's dependencies to be satisfied - the dependencies *are*

[Bug 900512] Re: ia32-libs-multiarch:i386 is not installable

2013-01-13 Thread Andrew Schulman
I found a workaround, at least in precise: install ia32-libs_20090808ubuntu26_amd64.deb, from oneiric: http://packages.ubuntu.com/oneiric/amd64/ia32-libs/download. In my precise installation, this version installs and runs fine, once the libraries it depends on are also installed. All of those are

[Bug 971761] Re: Cannot install ia32-libs on 12.04 64-bit

2013-01-13 Thread Andrew Schulman
I found a workaround, at least in precise: install ia32-libs_20090808ubuntu26_amd64.deb, from oneiric: http://packages.ubuntu.com/oneiric/amd64/ia32-libs/download. In my precise installation, this version installs and runs fine, once the libraries it depends on are also installed. All of those

[Bug 900512] Re: ia32-libs-multiarch:i386 is not installable

2013-01-13 Thread Andrew Schulman
I'm with Scott. Marking this bug as invalid and saying there's not a bug here is simply maddening for a user who's just installing Precise and finding that ia32-libs simply don't work - they can't be installed. This breaks Crossover and Lotus Notes, on an LTS release. It's been a year. Is a fix

[Bug 971761] Re: Cannot install ia32-libs on 12.04 64-bit

2013-01-13 Thread Andrew Schulman
Confirmed on a current, up-to-date installation of precise. Acroread, Crossover and Lotus Notes are uninstallable because all depend on ia32-libs, which depends on ia32-libs-multiarch, which won't install: # apt-get install ia32-libs-multiarch Reading package lists... Done Building dependency

[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 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 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 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 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 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-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 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 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 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 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 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

[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 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 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 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 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 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 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: 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] [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 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 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-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 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-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 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 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 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 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 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

  1   2   >