[Bug 1474212] Re: package mariadb-server-10.0 10.0.17-0ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-07-20 Thread itsadok
Fixed in upstream: https://github.com/ottok/mariadb-10.0/commit/93f4455d259a92efaa82a6557655395d565d25bb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474212 Title: package mariadb-server-10.0

[Bug 1474212] Re: package mariadb-server-10.0 10.0.17-0ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-07-19 Thread itsadok
The problem was an existing /var/lib/mysql-upgrade/DATADIR.link file, which caused the soft link backup mechanism to fail. This can be fixed manually be deleting /var/lib/mysql- upgrade/DATADIR.link and running apt-get -f install. To fix the preinst script, just change the line cp -d $checkdir

[Bug 1474212] [NEW] package mariadb-server-10.0 10.0.17-0ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-07-13 Thread itsadok
Public bug reported: Not sure if it's relevant, by my mariadb data dir is on a secondary hard drive. /var/lib/mysql-upgrade/DATADIR.link points to the right path. This is the terminal output for apt-get dist-upgrade: Selecting previously unselected package mariadb-server-10.0. (Reading database

[Bug 1244548] Re: Keyboard shortcut for changing keyboard layout does not work on lock screen

2013-12-17 Thread itsadok
Isn't this a duplicate of #1226969 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1244548 Title: Keyboard shortcut for changing keyboard layout does not work on lock screen To manage

[Bug 1222345] Re: Wrong DST dates in Israel

2013-09-08 Thread itsadok
As far as I can tell, the latest tzdata still doesn't contain the fix. $ wget http://archive.ubuntu.com/ubuntu/pool/main/t/tzdata/tzdata_2013d-1ubuntu1_all.deb $ dpkg -x tzdata_2013d-1ubuntu1_all.deb tzdata $ cd tzdata/usr/share/zoneinfo $ zdump -v Israel | grep 2013 Israel Thu Mar 28 23:59:59

[Bug 1222345] Re: Wrong DST dates in Israel

2013-09-08 Thread itsadok
Yaron, you're right. I mistakenly assumed that zdump accepts a file name, but its parameters are actually zone names, and it always reads from /usr/share/zoneinfo. After running dpkg -i tzdata_2013d-1ubuntu1_all.deb the situation is resolved. $ wget

[Bug 752824] Re: unity-window-decorator crashed with SIGSEGV in g_closure_invoke()

2011-05-17 Thread itsadok
I'm getting the same crash every time I close IntelliJ IDEA (a Java application) Program received signal SIGSEGV, Segmentation fault. window_closed (screen=value optimized out, win=0x775b70) at /build/buildd/compiz-0.9.4+bzr20110415/unity/unity_window_decorator/src/wnck.c:723 723

[Bug 224438] Re: pyversions doesn't honor update-alternatives

2010-11-01 Thread itsadok
Took me a while to find this (non) bug, so for the benefit of the next person googling: I got this error message trying to upgrade ubuntu 9.10: Can not upgrade Your python install is corrupted. Please fix the '/usr/bin/python' symlink. Turns out /usr/bin/python was symlinked to

[Bug 194021] Re: gedit keyboard shortcuts

2010-10-25 Thread itsadok
Just to add some info, you can get Ctrl-PgUp/PgDn to switch tab using a plugin. See the comments on http://live.gnome.org/Gedit/KeyboardShortcuts. (Direct link to plugin: http://live.gnome.org/Gedit/Plugins?action=AttachFiledo=gettarget=tabpgupdown.tar.gz) -- gedit keyboard shortcuts