[Bug 1268064] Re: Remote glusterfs mounts fail during boot because network is not yet available

2014-04-24 Thread semiosis
Bruce, Saucy has a very old version of GlusterFS. You should look into upgrading to 3.4.3, or if you're adventurous, 3.5.0 which was just released this week. You should use the GlusterFS PPAs, which have packages for Saucy... launchpad.net/~semiosis/+archive/ubuntu-glusterfs-3.4 launchpa

[Bug 1274247] Re: [MIR] Glusterfs

2014-04-02 Thread semiosis
Another motivation... Samba now supports glusterfs natively through the API. If glusterfs were in main (and glusterfs-common added to samba's build deps) this feature would be enabled. It's already included in samba in trusty, just not enabled during build because the glusterfs lib is missing.

[Bug 1205075] Re: mountall doesn't treat glusterfs correctly

2013-09-26 Thread semiosis
Steve, Where can I find more information about "the expected interfaces required for mount.$fstype helpers?" I will work with the upstream project to get that resolved. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

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

2013-09-26 Thread semiosis
You should always use 'nobootwait' on remote mounts so that the server can boot even when there is some problem with the remote mount. Drop in to #gluster on Freenode IRC and ping me, semiosis, for help troubleshooting this. Thanks. -- You received this bug notification because

[Bug 1205075] Re: mountall doesn't treat glusterfs correctly

2013-09-27 Thread semiosis
I can tell. If anyone can try reproducing this bug with my latest packages I would really appreciate your feedback. The PPA: https://launchpad.net/~semiosis/+archive/ubuntu- glusterfs-3.4/+packages Furthermore, in regards to the mountall diagnosis, if that were really the problem then I believe

[Bug 1012768] Re: Mounting volumes from localhost using NFS clients and the Gluster-NFS server fails at boot time

2013-09-27 Thread semiosis
://launchpad.net/~semiosis/+archive/ubuntu- glusterfs-3.4/+packages NFS clients would need to be blocked while glusterd and its minions get started. See the mounting-glusterfs.conf upstart job (in my glusterfs- client package) for an example of how to block a mount. It would need to be modified to

[Bug 1012768] Re: Mounting volumes from localhost using NFS clients and the Gluster-NFS server fails at boot time

2013-09-27 Thread semiosis
Oh but a much bigger problem is this... Mounting NFS from localhost is a BAD IDEA. There's a well known deadlock condition when under heavy load. It WILL fail on you! I can't find a link to more info but if anyone can fill in the details please do. This is not unique to the gluster nfs server,

[Bug 1268064] [NEW] Remote glusterfs mounts fail during boot because network is not yet available

2014-01-10 Thread semiosis
sterfs packages for ubuntu in PPAs (https://launchpad.net/~semiosis/+archive /ubuntu-glusterfs-3.4 for example) and many people use those packages and have tested the new mount blocker. Log file showing the mount fail with the current 3.4.1 package... [2014-01-11 03:27:38.480966] I [glusterfsd.c:191

[Bug 1268064] Re: Remote glusterfs mounts fail during boot because network is not yet available

2014-01-10 Thread semiosis
** Changed in: glusterfs (Ubuntu) Status: New => In Progress ** Changed in: glusterfs (Ubuntu) Assignee: (unassigned) => semiosis (semiosis) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1268064] Re: Remote glusterfs mounts fail during boot because network is not yet available

2014-01-10 Thread semiosis
** Branch linked: lp:~semiosis/ubuntu/trusty/glusterfs/fix-for-1268064 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1268064 Title: Remote glusterfs mounts fail during boot because network is not

[Bug 1307717] Re: multiple problems with new chromium-browser

2014-05-05 Thread semiosis
I'm having these same problems with chromium-broswer since upgrading to trusty from saucy (kubuntu amd64). One other thing I didnt see mentioned is that menus are all messed up. They render weird and only a couple items are displayed, with scroll arrows at the top & bottom. This affects context m

[Bug 1274247] Re: [MIR] Glusterfs

2014-04-10 Thread semiosis
Seth, Thank you for your time & hard work reviewing the GlusterFS code for this MIR. I've opened a bug in the GlusterFS bug tracker and will engage the core GlusterFS developers regarding your feedback. https://bugzilla.redhat.com/show_bug.cgi?id=1086460 Best regards, Louis Zuckerman ** Bug w

[Bug 876648] Re: Unable to mount local glusterfs volume at boot

2014-03-17 Thread semiosis
I told you to meet me in the #gluster channel on Freenode IRC where I would be happy to provide support. You refused the offer, but it's open. Any time you want support from me, find me on IRC -- that offer stands for anyone, anytime. -- You received this bug notification because you are a memb

[Bug 1274247] Re: [MIR] Glusterfs

2014-01-29 Thread semiosis
Latest glusterfs (3.4.2 currently) is in Universe for Trusty already (https://code.launchpad.net/~semiosis/ubuntu/trusty/glusterfs/fix- for-1268064/+merge/201280). Let me know how I can be of assistance for this MIR. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1274247] Re: [MIR] Glusterfs

2014-01-30 Thread semiosis
See also: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p -glusterfs-mir -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274247 Title: [MIR] Glusterfs To manage notifications about this

[Bug 1274247] Re: [MIR] Glusterfs

2014-03-26 Thread semiosis
@sarnold - Is there any update? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274247 Title: [MIR] Glusterfs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/

[Bug 876648] Re: Unable to mount local glusterfs volume at boot

2014-03-04 Thread semiosis
Brock, the glusterfs 3.4.2 packages do not suffer from this. You had some other problem but refused my offer of support to find out what it was. Please do not spread this FUD. Ludwig, please use the upstream PPA for the latest GlusterFS packages: https://launchpad.net/~semiosis/+archive/ubuntu

[Bug 819044] Re: puppet in natty can't enable services

2011-09-13 Thread semiosis
While the "enable" line does not work in natty, the "-f remove" line sure does, so the end result is that "enable => true" has the effect of DISABLING the service. this is a horrible problem! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 876639] [NEW] gluster-NFS server does not work & 'volume start' command reports unsuccessful

2011-10-17 Thread semiosis
Public bug reported: When glusterfs-server package is installed without glusterfs-client, the gluster-NFS server feature does not work (because it requires the "glusterfs" client executable.) This also causes the 'gluster volume start' command to print a warning that starting volume was unsuccess

[Bug 876648] [NEW] Unable to mount local glusterfs volume at boot

2011-10-17 Thread semiosis
Public bug reported: Mounting glusterfs volumes from localhost in fstab does not work because the mounts are started before the glusterfs-server daemon. The problem is that upstart runs mountall before it runs the /etc/rc2.d /S20glusterfs-server initscript, so when the mount is tried it fails bec

[Bug 876648] Re: Unable to mount local glusterfs volume at boot

2011-10-17 Thread semiosis
This affects ubuntu Oneiric & later because it is specific to glusterfs versions greater than 3.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876648 Title: Unable to mount local glusterfs volume

[Bug 876639] Re: gluster-NFS server does not work & 'volume start' command reports unsuccessful

2011-10-17 Thread semiosis
This affects ubuntu Oneiric & later because it is specific to glusterfs versions greater than 3.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876639 Title: gluster-NFS server does not work & 'vol

[Bug 1012768] [NEW] Mounting volumes from localhost using NFS clients and the Gluster-NFS server fails at boot time

2012-06-13 Thread semiosis
Public bug reported: GlusterFS provides it's own NFS server which exports glusterfs volumes. If an NFS client is used to mount a localhost glusterfs volume at boot time it's likely that the mount will be executed in fstab before the gluster-nfs server is ready. There was a similar issue when usi

[Bug 1012768] Re: Mounting volumes from localhost using NFS clients and the Gluster-NFS server fails at boot time

2012-06-13 Thread semiosis
** Summary changed: - Mounting volumes using NFS clients and the Gluster-NFS server fails at boot time + Mounting volumes from localhost using NFS clients and the Gluster-NFS server fails at boot time ** Description changed: GlusterFS provides it's own NFS server which exports glusterfs volu

[Bug 901758] [NEW] Mixed Java command versions after installing openjdk-7-jdk

2011-12-08 Thread semiosis
Public bug reported: On a new Oneiric i386 machine I ran 'apt-get install openjdk-7-jdk'. This machine had no Java installed previously. Installing this package required installing openjdk-6-jdk, as well as the -jre for both versions 6 & 7. After the install was complete I was left with this awf

[Bug 914316] [NEW] Sync glusterfs 3.2.5-1 (universe) from Debian unstable (main)

2012-01-10 Thread semiosis
Public bug reported: Please sync glusterfs 3.2.5-1 (universe) from Debian unstable (main) Changelog entries since current precise version 3.2.4-2: glusterfs (3.2.5-1) unstable; urgency=low [ Louis Zuckerman ] * Add patch (03) to fix build errors [ Patrick Matthäi ] * New upstream relea

[Bug 876639] Re: gluster-NFS server does not work & 'volume start' command reports unsuccessful

2012-01-13 Thread semiosis
This is fixed in version 3.2.4 and later so it's not a problem in Precise which will include glusterfs 3.2.5. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876639 Title: gluster-NFS server does not

[Bug 766534] Re: Regression on maverick when updating to 0.6.7 (security upload)

2011-04-19 Thread semiosis
Glad to see this is actively being worked on. I use cloudinit & cloud-config to bootstrap puppet in EC2, and this bug completely breaks the automatic bootstrap process for new instances. Even without the fancy cloud-config/puppet stuff, new maverick instances can't be upgraded. If they are, then