[Bug 1287594] Re: Import fail with error message about photo library not being writeable

2014-09-27 Thread Dario Nuevo
Hmm maybe solved?.. I had the same problem, so I started shotwell via
console and I got some output there:


L 20406 2014-09-27 11:55:05 [WRN] Debug.vala:95: Unable to open or create log 
file /home/dn/.cache/shotwell/shotwell.log
L 20406 2014-09-27 11:55:05 [MSG] main.vala:385: Shotwell Photo Manager 0.18.0
L 20406 2014-09-27 11:55:05 [MSG] main.vala:43: Verifying database ...
L 20406 2014-09-27 11:55:18 [MSG] LibraryFiles.vala:86: There was a problem 
copying /mnt/data/data/images/Pictures/Pictures/1948/03/07/2014-03-08 
20.04.56.mp4: Error setting owner: Operation not permitted

(shotwell-video-thumbnailer:20436): GStreamer-CRITICAL **:
gst_structure_new_empty: assertion 'gst_structure_validate_name (name)'
failed

(shotwell:20406): GStreamer-CRITICAL **: gst_structure_new_empty: assertion 
'gst_structure_validate_name (name)' failed
L 20406 2014-09-27 11:55:18 [WRN] BatchImport.vala:1118: Failed to import [1] 
/home/dn/Pictures/2014/03/08/2014-03-08 20.04.56_1.mp4: unable to write 
thumbnails (File write error)


After fiddling around (also deleting ~/.local/share/shotwell/data) and
`chown -R [user]:[group] ~/.local` it was still the same..

But then I observed that my user didn't have the permission to write in
~/.cache/shotwell (see output), very strange. So i deleted
~/.cache/shotwell, restarted Shotwell, did an import again and then it
worked successfully.

So
- Make sure your user *can* write import destination (~/Pictures by default), 
chown that
- Make sure your user *can* write ~/.local/share/shotwell/data AND 
~/.cache/shotwell, chown'ing or possibly delete so it gets re-created..

Also LTS 14.04 on AMD64 with Shotwell 0.18.0..

Does that help others maybe?

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

Title:
  Import fail with error message about photo library not being writeable

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

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2012-07-21 Thread Dario Nuevo
Hi Mark

Well, I didn't mean that personally, hope it didn't come across the wrong way.. 
sorry!
The main problem is that this bug is about postfix -> sasl -> mysql, bringing 
ldap into it makes this one harder to solve.

Anyway - you didn't post your configuration file - did you fiddle around
with the config file? It really seems that the newer sasl versions just
require a different configuration.

Your error
> Jun 25 15:26:59 slapd[6358]: slap_sasl_init: auxprop add plugin failed
suggests that it can't find the auxprop plugin - maybe the name of the plugin 
also changed (as "mysql" changed to "sql") or it requires new parameters?

As I see the name should be "ldapdb", you can review the parameters
here: http://cyrusimap.web.cmu.edu/docs/cyrus-sasl/2.1.25/options.php

And if it's really broken (confirmed), you should open a new bug which
is purely postfix -> sasl -> ldap related.

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2012-07-14 Thread Dario Nuevo
So I tried to verify the upgrade consequences - I cloned my physical
server into a VM and made the distribution upgrade from Oneiric to
Precise.

First let me state (and this has nothing to do with this bug *g), that
the upgrade experience as really a pain in the a*s! Incredible..
AppArmor gets re-enabled which breaks a lot of stuff, you get prompted
for a MySQL password change 5 times, Apache doesn't work anymore (have
to figure that out) and so on - *major* annoyances to say it friendly
;-(

Conclusion
--
Anyway.. my conclusion is positive: The configuration I provided in comment #34 
(see there) still works with the newest packages in Precise without any 
relinking and/or downgrading! At least in my case..

The "generic error"

It didn't work out of the box - I DID GET the "generic error" message directly 
after the upgrading.
Turns out, that it was an error with MySQL. MySQL gets upgraded to 5.5..

It seems that the database variable "open_files_limit" comes with a
default value of 1024 after the upgrade. This is really low and reached
already if you have some databases in my case.

So I inserted one line in /etc/mysql/my.cnf which sets the limit really
high to test it:

[mysqld]
open_files_limit = 99

Restart mysql at this point..

After that, I finally could send mails through the SMTP with working
sasl auth! So the "generic error" in my case resulted from the fact that
mysql did abort the auth query request with an error message because it
didn't have any resources left.. (this error:
http://dev.mysql.com/doc/refman/5.5/en/not-enough-file-handles.html)

Next step?
--
Could please someone who upgraded to Precise and applied the config from 
comment #34 and still have the "generic error" check this mysql setting in 
their setup and verify that they really applied everything correctly?

[Appendix]
Versions of key packages in use now (working combination)
postfix 2.9.1-5
mysql-server 5.5.24-0ubuntu0.12.04.1
libsasl2-dev 2.1.25.dfsg1-3ubuntu0.1
libsasl2-modules-sql 2.1.25.dfsg1-3ubuntu0.1
libsasl2-2 2.1.25.dfsg1-3ubuntu0.1
sasl2-bin 2.1.25.dfsg1-3ubuntu0.1

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2012-07-08 Thread Dario Nuevo
The discussion here is getting cluttered and messy - we have many
different situations which may or may not work which makes it hard to
finally solve this one.

So far we have
- People which solve only with config changes
- People which get it to work which downgrading / maybe relinking
- People bringing up sasl -> slapd problems (not postfix related anymore)
- People complaining about this bug in general (like Comment #59 which is not 
helping at all)

The most important point is that it should be safe to upgrade an Ubuntu
Server. If you upgrade, such a delicate component as smtp auth should
not be broken. And I think it's only a configuration issue.

We have to find & verify valid configurations for people doing a fresh
install and an upgrade. Downgrading cannot be an option and should not
be necessary (at least not for postfix -> sasl). I think the approach in
comment #44 to verify it in a VM is the most promising one.

I'll try to port my physical server to a VM and upgrading it to Precise
during the next week, try to find a working config with the newest
packages and post it here. There has to be a way guys, we'll work this
out.. ;-)

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2012-01-12 Thread Dario Nuevo
I could resolve the issue in my particular setup.. Not with new packages
(I'm still having installed the latest oneiric packages), just with
configuration changes. In my case it's working again..

Just to clarify, I have a Postfix SMTP -> Sasl -> Mysql setup, and
updated from 11.04 to 11.10 - after that I experienced this error.

First, I reinstalled libsasl2-modules-sql (don't know if that's
necessary)..

Then I changed /etc/postfix/sasl/smtpd.conf as follows:

root@node:/etc/postfix/sasl# diff -u smtpd.conf~ smtpd.conf 
--- smtpd.conf~ 2011-11-27 11:06:36.0 +0100
+++ smtpd.conf  2012-01-12 10:07:02.0 +0100
@@ -1,9 +1,10 @@
 pwcheck_method: saslauthd
-mech_list: plain login
+mech_list: plain login pam
 allow_plaintext: true
-auxprop_plugin: mysql
+auxprop_plugin: sql
+sql_engine: mysql
 sql_hostnames: 127.0.0.1
 sql_user: [REMOVED]
 sql_passwd: [REMOVED]
 sql_database: ispconfig
-sql_select: select password from mail_user where email = '%u'
+sql_select: select password from mail_user where login = '%u@%r'

What changed in the upgrade?
- The auxprop plugin name changed from "mysql" to "sql" (it's generic now)
- The new parameter "sql_engine" needs to be set with your engine (in my case 
mysql)
- The select query has to be changed *maybe* - it seems usernames like 
"j...@example.com" are now automatically split up. Before this version %u 
contained the whole username, now the part after "@" in the username is defined 
in %r

So maybe the creator of this bug and other people like me just forgot to
make the appropiate changes in the smtpd.conf?

Or maybe - again - I'm missing the point of this bug. But it seems you
*can* have mysql based smtp auth with the current oneiric packages -
it's working in my case..

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2012-01-12 Thread Dario Nuevo
Hi Quanah

I'm a little bit confused - the links you posted relate to the behavior
if you've got no auxprop plugins available  - they deal with a decent
fallback behavior..

But I think this is another problem - we all have auxprop plugins
available (and want to use them), but they don't seem to work anymore..
that's the problem we're trying to fix - or am I missing the point? ;-)

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2012-01-02 Thread Dario Nuevo
I don't think we have to doubt linux (or Ubuntu) as a platform now, this
discussion is simply not productive..

This is just a messy bug with a big impact (which is now reflected by
the "high" priority) on many users relying on a specific functionality
which is now broken.

We now see a downside of the 4 month release cycle - and yes, I also
think now that LTS is better suited for servers ;-) I still think that
this bug should've been encountered during testing and the new sasl-
release shouldn't have made it into 11.10..

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2011-12-31 Thread Dario Nuevo
How is the progress on this, is anyone picking it up and fixing it?
I mean, manual downgrading is not really an option and MySQL based auth within 
sasl is an important feature - how can this be broken so long time?

Any idea when we can expect a fix or a valid workaround in form of a
patch of the current release?

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

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


[Bug 469099] Re: custom mouse cursors in flash apps (in firefox) produces double mouse cursor

2009-11-05 Thread Dario Nuevo
I just opened a bug over at Adobe, hoping this one gets picked up by them as I 
still think this is an upstream bug..
http://bugs.adobe.com/jira/browse/FP-3104

-- 
custom mouse cursors in flash apps (in firefox) produces double mouse cursor
https://bugs.launchpad.net/bugs/469099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 469099] Re: custom mouse cursors in flash apps (in firefox) produces double mouse cursor

2009-11-01 Thread Dario Nuevo

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

-- 
custom mouse cursors in flash apps (in firefox) produces double mouse cursor
https://bugs.launchpad.net/bugs/469099
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 469099] [NEW] custom mouse cursors in flash apps (in firefox) produces double mouse cursor

2009-11-01 Thread Dario Nuevo
Public bug reported:

Binary package hint: kdebase-workspace

= situation = 
using firefox and running a flash application which uses a custom mouse pointer 
(like many flash games today as seen i.e. at facebook or similar), the mouse 
pointer from kde doesn't get replaced with the one from the flash app - which 
produces a double mouse pointer (the one from the system and the one from the 
game).

= faulty behavior =
kwin or whatever doesn't hide the system cursor if the user uses an flash app 
in firefox which provides an own cursor.

= expected behavior =
the user should only see one cursor and not both. either the flash cursor or 
system cursor should be hidden.

= how to reproduce =
- start firefox
- find a flash app which uses an own cursor (like everyone on fb)
- take a look at the mouse cursor

= comment =
i know this sounds like a minor bug, but it's really annoying actually. the 
double cursor makes it inconsistent to know where to actually click and it has 
an unnaturally feeling. in windows this is not a problem.

i don't know exactly which part should "hide" the system cursor, it it's
sole responsibility of the flash plugin to do this(?) - so maybe it's a
bug there(?).

the flash plugin version is 10,0,32,18, the latest available.

i'm sorry if this is a pure upstream bug.. ;-)

ProblemType: Bug
Architecture: i386
Date: Sun Nov  1 18:47:43 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: kwin (not installed)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: kdebase-workspace
Uname: Linux 2.6.31-14-generic i686

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
custom mouse cursors in flash apps (in firefox) produces double mouse cursor
https://bugs.launchpad.net/bugs/469099
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 205926] [NEW] General apt "post installation script" failures

2008-03-24 Thread Dario Nuevo
Public bug reported:

[I'm choosing no package because I've had this error in several
packages..]

Short problem description
-
A lot of packages fail in their post-installation script execution. Hence, 
executing the postinst script on the shell directly works! dpkg reports an exit 
status != 0, but it seems to go well on the shell (no visible error executing 
the postinst-script via bash or sh!)

--> General error in postinst script execution ?

Situation

Normal Kubuntu 7.1 out of the box, nothing fancy installed.
Description:Ubuntu 7.10
Release:7.10
Sources: universe, multiverse

What I tried

Overall I'm trying to install MythTV on my existing box..

1.) Install mythtv-frontend.
This obviously pulls a lot of new dependencies, all the gnome stuff (which i 
currently do not have installed on this kubuntu setup)
In the coming installation, the configuring of packages is failing.

I had errors in gconf, libgksu2-0, i "fixed" them by manually executing
their postinst, empty them and running the dpkg --configure again..

Error
--
1) Package configure -> Fails!
> Setting up libgnomevfs2-common (1:2.20.0-0ubuntu3) ...
> dpkg: error processing libgnomevfs2-common (--configure):
> subprocess post-installation script returned error exit status 249

2) Manual Execution -> Success!
> [EMAIL PROTECTED]:~# sh /var/lib/dpkg/info/libgnomevfs2-common.postinst 
> configure
> [EMAIL PROTECTED]:~#

3) Stupid workaround!
> [EMAIL PROTECTED]:~# echo '#!/bin/sh' > 
> /var/lib/dpkg/info/libgnomevfs2-common.postinst && pkg --configure 
> libgnomevfs2-common

Important note 
-
I'm really sorry if this is a false report or maybe easy to fix - I'm a senior 
'pro' _gentoo_ user, I'm having a ubuntu box as 2nd workstation, but I don't 
know ubuntu/debian that well I could.. ! ;-)




Debug stuff
-
[EMAIL PROTECTED]:~# dpkg --debug=3773 --configure libgnomevfs2-common
D40: checking dependencies of libgnomevfs2-common (- )
D000400:   checking group ...
D000400: checking possibility  -> gconf2
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0 possfixbytrig -
D000400:   checking group ...
D000400: checking possibility  -> gnome-mime-data
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0 possfixbytrig -
D000400:   checking group ...
D000400: checking possibility  -> shared-mime-info
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0 possfixbytrig -
D40: ok 2 msgs >><<
D40: checking Breaks
Setting up libgnomevfs2-common (1:2.20.0-0ubuntu3) ...
D02: fork/exec /var/lib/dpkg/info/libgnomevfs2-common.postinst ( configure  
)
dpkg: error processing libgnomevfs2-common (--configure):
 subprocess post-installation script returned error exit status 249
Errors were encountered while processing:
 libgnomevfs2-common

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
General apt "post installation script" failures
https://bugs.launchpad.net/bugs/205926
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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