[Bug 1103047] Re: mountall causes automatic mounting of gluster shares to fail

2013-03-21 Thread Bruno Léon
Ok so the situation was as following.

In boot.log we have:

mounted event handled for /var/www
local 2/3 remote 1/1 virtual 9/10 swap 0/0
Mount failed. Please check the log file for more details.
mountall: mount /var/www [337] terminated with status 1
Filesystem could not be mounted: /var/www

The thing is the log file mentionned, which I suppose to be the gluster log 
file, does not exist.
Multiple attempts (and this one I do not explain) permitted me to have one time 
in boot.log a message stating that /va/log/glusterfs/var-www.log did not exist.

Actually the folder exist, and permissions are fine as well.

The only thing is that actually my /var/log is a dedicated partition like often 
on servers.
I commented this out in fstab for a try, and managed to have the 
/va/log/glusterfs/var-www.log writtend at boot time.

[2013-03-21 21:55:45.968441] I [glusterfsd.c:1666:main] 0-/usr/sbin/glusterfs: 
Started running /usr/sbin/glusterfs version 3.3.1
[2013-03-21 21:55:45.970384] E [common-utils.c:125:gf_resolve_ip6] 0-resolver: 
getaddrinfo failed (Name or service not known)
[2013-03-21 21:55:45.970471] E [name.c:243:af_inet_client_get_remote_sockaddr] 
0-glusterfs: DNS resolution failed on host storage.domain.com
[2013-03-21 21:55:45.970503] E [glusterfsd-mgmt.c:1787:mgmt_rpc_notify] 
0-glusterfsd-mgmt: failed to connect with remote-host: Success
[2013-03-21 21:55:45.970523] I [glusterfsd-mgmt.c:1790:mgmt_rpc_notify] 
0-glusterfsd-mgmt: 2 connect attempts left

The fstab line is:
storage.domain.com:web-g-www   /var/wwwglusterfs   
defaults,_netdev,backupvolfile-server=172.18.2.130,fetch-attempts=1 0   0

I'm not sure where the "2 connect attempts left" is coming from as I
indicated fetch-attempts=1 is the fstab.

Still we can see that DNS resolution is failing, may be indicating that
the network is not really up when mountall is trying to mount glusterfs
filesytems.

Setting fetch-attempts=3 in the fstab managed to have all filesystem
properly mounted, including glusterfs.

So this tell us a few things:
- network does not seem to be up when mountall try to mount glustersfs 
filesystems (at least DNS is failing)
- there may be a missing dependency on having local fs up before trying to 
mount remote ones, because obviously the "log" file that could help in 
debugging this issue is not available for write when mountall (thus glusterfs) 
tries to write to it. (this is fixed by not separating /var/log but on a server 
may be dangerous then)

Hope this helps
-- 
Bruno

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

Title:
  mountall causes automatic mounting of gluster shares to fail

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

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


[Bug 1103047] Re: mountall causes automatic mounting of gluster shares to fail

2013-03-17 Thread Bruno Léon
>From fstab we have this kind of log:

http://pastebin.com/DBFPmRTQ

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

Title:
  mountall causes automatic mounting of gluster shares to fail

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

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


[Bug 1103047] Re: mountall causes automatic mounting of gluster shares to fail

2013-03-17 Thread Bruno Léon
Hello,

here is a log: http://pastebin.com/tBJLDVwj

I did the mountall myself fro mthe command line (i.e not log from
fstab).

Might indeed be that glusterfs is passed the _netdev option and does not
support it.

Thanks

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

Title:
  mountall causes automatic mounting of gluster shares to fail

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

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


[Bug 981789] [NEW] Postgrey does not stop

2012-04-14 Thread Bruno Léon
Public bug reported:

service postgrey stop does not actually stop the service, it stays there
running.

** Affects: postgrey (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Postgrey does not stop

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

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


[Bug 892680] Re: PAM with LDAP breaks authentication to Policykit enabled Gnome applications using LDAP credentials

2011-12-08 Thread Bruno Léon
It seems that the wrong username is passed to /usr/lib/policykit-1
/polkit-agent-helper-1.

I'm logged in as user bruno.leon (LDAP), but when I'm prompted to auth, what I 
can see in the process list is:
/usr/lib/policykit-1/polkit-agent-helper-1 nono cookie4

nono being the local user on /etc/passwd with id 1000.

If I remove the user from /etc/passwd, then the process list shows:
/usr/lib/policykit-1/polkit-agent-helper-1 root cookie5

Looks like ubuntu is getting the username from somewhere (may be
passwd... can't say for sure) when it should simply pass $USERNAME I
think.

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

Title:
  PAM with LDAP breaks authentication to Policykit enabled  Gnome
  applications using LDAP credentials

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/892680/+subscriptions

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


[Bug 892680] Re: PAM with LDAP breaks authentication to Policykit enabled Gnome applications using LDAP credentials

2011-12-08 Thread Bruno Léon
I have the exact same behavior using SSSD as the LDAP provider.

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

Title:
  PAM with LDAP breaks authentication to Policykit enabled  Gnome
  applications using LDAP credentials

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/892680/+subscriptions

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


[Bug 746981] Re: sssd fails to find memberof.so

2011-09-29 Thread Bruno Léon
Might be usefull to know that Timo has a working package in his ppa.

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

Title:
  sssd fails to find memberof.so

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

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


[Bug 814187] [NEW] Polkit does not show ldap users

2011-07-21 Thread Bruno Léon
Public bug reported:

When trying to install a package, polkit-kde does not show LDAP users
(LDAP being provided by SSSD) in the selection dialog.

** Affects: kpackagekit (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Polkit does not show ldap users

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

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


[Bug 553759] Re: ubuntuone-preferences crashed with NoSuchKeyringError in __init__()

2011-01-11 Thread Bruno Léon
With a lucid install updated as of 2011/01/11, I still face the bug.
The package version is 2.92.92.is.2.30.3-0ubuntu1.1

Whenever I start a session, the NetworkManager (wich is the first in my
case to try accessing the keyring) creates a par_défaut keyring.

Any subsequent access to it fails. Even adding a password manually fails
in seahorse with 'no such keyring like' message.

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

Title:
  ubuntuone-preferences crashed with NoSuchKeyringError in __init__()

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

[Bug 663100] Re: Thunderbird starts Konqueror instead of Firefox when clicking to links in mails

2010-10-25 Thread Bruno Léon
"sudo update-alternatives --verbose --config x-www-browser" was
successful here as well

Still that as not necessary before.

-- 
Thunderbird starts Konqueror instead of Firefox when clicking to links in mails
https://bugs.launchpad.net/bugs/663100
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 378510] Re: While playing a video dragon lets the system go in stand by mode

2009-09-03 Thread Bruno Léon
This bug is still present on KDE 4.3.1, using Kubuntu jaunty backports
packages.

-- 
While playing a video dragon lets the system go in stand by mode
https://bugs.launchpad.net/bugs/378510
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 378510] Re: While playng a video dragon lets the system go in stand by mode

2009-08-30 Thread Bruno Léon
I can confirm this bug using jaunty and KDE 4.3

** Summary changed:

- While playng a video dragon lets the system go in stand by mode
+ While playing a video dragon lets the system go in stand by mode

-- 
While playing a video dragon lets the system go in stand by mode
https://bugs.launchpad.net/bugs/378510
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 281679] Re: Could not find service 'kfmclient'

2008-11-27 Thread Bruno Léon
Using kde 4.1.3 on Kubunut Intrepid this problem still exists.
Digikam --> Report Bug --> Launch bug report wizard  raises the same error.

Although kfmclient is there as I can call it on the command line.

-- 
Could not find service 'kfmclient'
https://bugs.launchpad.net/bugs/281679
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 213696] Re: Ubuntu Can't Mount LiveFS CDs Burned on Vista

2008-10-27 Thread Bruno Léon
Hi,

trying to mount an UDF CD burnt using Vista I ended up on this topic.
I tried the solution presented in the above link and IT DID NOT fix the pb.
The pb is the same on Hardy/Intrepid.

dmesg gives this:
[ 3370.099441] udf: udf_read_inode(ino 232162) failed !bh   

[ 3370.099455] UDF-fs: No partition found (1)   

[ 3385.891240] attempt to access beyond end of device

Hope somebody will find a solution.

-- 
Ubuntu Can't Mount LiveFS CDs Burned on Vista
https://bugs.launchpad.net/bugs/213696
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