Re: aufs3 and aufs4 GIT release

2015-04-20 Thread Justin (jlec)
On 19/04/15 18:29, sf...@users.sourceforge.net wrote:
 
 o News
 - Now linux-4.0 is released and the two new GIT repositories for aufs4.0
   are released too.
   + {git,https}://github.com/sfjro/aufs4-{linux,standalone}.git with
 the brand new commit history.
   + no new repositories on SourceForge, but aufs-util.git is kept
   + for details, see http://aufs.sf.net
 
 - aufs3-{linux,standalone}.git transit to the maintenance phase,
   bugfixes mainly. No new branches, no new features (basically).
 
 
 J. R. Okajima
 
 
 - aufs3-linux.git
   none
 
 - aufs3-standalone.git
   none
 
 - aufs-util.git#aufs3.14..aufs3.x-rcN branch
   minor, fix a version string in a manual
 
 - aufs-util.git#aufs4.0.aufs4.x-rcN branch
   Addtion to above,
   version 4.0
 

I need to apply the attached patch for the version check to succeed.

Justin

 ver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ver.c b/ver.c
index 200b119..38abdd5 100644
--- a/ver.c
+++ b/ver.c
@@ -25,7 +25,7 @@
 int main(int argc, char *argv[])
 {
 	regex_t preg;
-	const char *pat = ^4\\.[0-9][0-9];
+	const char *pat = ^4\\.[0-9][0-9]?;
 
 	if (regcomp(preg, pat, REG_EXTENDED | REG_NOSUB))
 		AuFin(regcomp);
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF

Re: aufs3 GIT release

2014-12-08 Thread Justin (jlec)
Hi,

I see this with linux-3.17 and standalone patches:


In file included from fs/aufs/module.c:24:0:
fs/aufs/inode.h:307:12: error: function declaration isn’t a prototype
[-Werror=strict-prototypes]
 AuStubInt0(au_cpup_xattr, h_dst, h_src, ignore_flags)
^
fs/aufs/aufs.h:28:21: note: in definition of macro ‘AuStub’
  static inline type name(__VA_ARGS__) { body; }
 ^
fs/aufs/inode.h:307:1: note: in expansion of macro ‘AuStubInt0’
 AuStubInt0(au_cpup_xattr, h_dst, h_src, ignore_flags)
 ^
  CC  kernel/irq/resend.o

Justin



signature.asc
Description: OpenPGP digital signature
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk

Re: /sbin/umount.aufs:br.c:47: internal error, [mount point]: Inappropriate ioctl for device

2014-08-11 Thread Justin (jlec)
On 11/08/14 09:50, sf...@users.sourceforge.net wrote:
 
 Hello Marc,
 
 Marc Popp:
 we are getting the same message on our new gentoo boxes with aufs version
 3.15_p20140728.
 
 I don't understand what is the same message. Is there any other mail?
 Or the mail delivery for me is simply delayed?
 
 

http://sourceforge.net/p/aufs/mailman/message/32660690/

Justin



signature.asc
Description: OpenPGP digital signature
--


Re: /sbin/umount.aufs:br.c:47: internal error, [mount point]: Inappropriate ioctl for device

2014-08-11 Thread Justin (jlec)
On 11/08/14 09:50, sf...@users.sourceforge.net wrote:
 I guess your 3.15_p20140728 is the version of aufs package in your
 distribution. The points are
 - the version string when aufs module is loaded. this is the version of
   kernel-space.
 - the head commit id of your aufs-util.git.

Hi

the version represents the aufs header from the 3.15 branch and aus-util 3.9
branch at the point of the release 20140728.

Justin



signature.asc
Description: OpenPGP digital signature
--


Re: /sbin/umount.aufs:br.c:47: internal error, [mount point]: Inappropriate ioctl for device

2014-08-11 Thread Justin (jlec)
On 11/08/14 10:14, sf...@users.sourceforge.net wrote:
 Hello Canarau,
 I don't know why, but your mail was not delivered to me.
 Justin (jlec) told me the url and I've just read your mail.
 
 Canarau Constantin:
 I am using Gentoo Linux and since version 20140721 umount.aufs it is broken.
 Error message is: /sbin/umount.aufs:br.c:47: internal error,
 /usr/portage: Inappropriate ioctl for device
 
 As I wrote in the reply for Marc Popp, the point is the versions of
 kernel-space and user-space. Justin told me the kernel-space version is
 aufs3.15-20140728. Ok. And how about the user-space? We need to confirm
 the top commit id of aufs-util.git you are using.
 

I need to know the package version, then I can tell the commit id.

Justin



signature.asc
Description: OpenPGP digital signature
--