Displaying 17 results from an estimated 17 matches for "emlink".
Did you mean:
mlink
2014 May 30
1
attachment sis + EMLINK (too many links) = segfault bug (2.2.12)
...happend when tried to deliver new emails with that attachment.
Here is strace of dsync:
6740
link("/nfsmnt/mailatch1/f9/10/hashes/f9108ddaa156ac15738e41ed3bedec1eda50175d",
"/nfsmnt/mailatch1/f9/10/f9108ddaa156ac15738e41ed3bedec1eda50175d-7bb7a20ddb598853541a000028db4a9f")
= -1 EMLINK (Too many links) 6740 --- SIGSEGV (Segmentation fault) @ 0
(0) ---
ls -lh:
-rw------- 100000 vmail vmail 4.7K Apr 28
16:54 /nfsmnt/mailatch1/f9/10/hashes/f9108ddaa156ac15738e41ed3bedec1eda50175d
We were using mail_attachment_min_size=4kb, we solve it by increasing it
to 8kb.
It would be nice to...
2012 Mar 25
1
link(2) EMLINK error behavior with --link-dest and --hard-links
Hi,
I'm having a problem using --link-dest and --hard-links when
the fs hits the hard link limit (link(2) returns EMLINK).
Using rsync 3.0.7 an error is thrown and the target file is
not created. Glancing at git head it _looks_ like things
could now be a little nicer. Perhaps the target file is copied
instead of hard linked when hardlinking fails -- I've not
tested it.
Anyway, the behavior I desire when using...
2020 Aug 28
1
[Bug 1459] New: EMLINK error for NFT_GOTO
https://bugzilla.netfilter.org/show_bug.cgi?id=1459
Bug ID: 1459
Summary: EMLINK error for NFT_GOTO
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: kernel
Assignee: pablo at netfilter.org
Reporter:...
2006 Aug 31
2
a patch for ocfs2_link
...ff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c
index 0673862..719a8d2 100644
--- a/fs/ocfs2/namei.c
+++ b/fs/ocfs2/namei.c
@@ -643,11 +643,6 @@ static int ocfs2_link(struct dentry *old
goto bail;
}
- if (inode->i_nlink >= OCFS2_LINK_MAX) {
- err = -EMLINK;
- goto bail;
- }
-
handle = ocfs2_alloc_handle(osb);
if (handle == NULL) {
err = -ENOMEM;
@@ -661,6 +656,11 @@ static int ocfs2_link(struct dentry *old
goto bail;
}
+ if (!dir->i_nlink) {
+ err = -E...
2012 Mar 30
3
[PATCH] xenpaging: add error code to indicate iommem passthrough
...quot;xenpaging is (or was) active on this domain");
break;
case ENODEV:
- ERROR("EPT not supported for this guest");
+ ERROR("xenpaging requires Hardware Assisted Paging");
+ break;
+ case EMLINK:
+ ERROR("xenpaging not supported while iommu passthrough is enabled");
break;
case EXDEV:
ERROR("xenpaging not supported in a PoD guest");
diff -r 80653c8ea1d1 -r 34d982818550 xen/arch/x86/mm/mem_event.c
--- a/xen/ar...
2014 Jun 06
1
[Bug 10637] rsync --link-dest should break hard links when encountering "Too many links"
samba-bugs at samba.org wrote:
> https://bugzilla.samba.org/show_bug.cgi?id=10637
>
> --- Comment #1 from Karl O. Pinc <kop at meme.com> 2014-05-28 19:05:04 UTC ---
> Yum is also rsync happy. That's where our --link-dest backups always break due
> to too many hard links.
----------
What would be "too many"? -- a few million? I have files in a test
setup that
2015 Sep 08
1
Build R with MKL and ICC - make check fails
The whole build goes well and success. Now, when $ make check, it
fails because of the WARNING.
-------------------------------
running code in 'eval-etc.R' ... OK
comparing 'eval-etc.Rout' to './eval-etc.Rout.save' ...WARNING:
ignoring environment value of R_HOME
1d0
< WARNING: ignoring environment value of R_HOME
Makefile.common:93: recipe for target
2014 May 27
1
[Bug 10637] New: rsync --link-dest should break hard links when encountering "Too many links"
...ode 19) at main.c(1316) [receiver=3.0.9]
It would be nice to have an additional option like --break-hard-links that
works like this:
1) if the --link-dest dir contains an identical version of the file that should
be copied, try to create a hard link of this file
2) if the link syscall failed with EMLINK, copy the file instead
3) additional identical copies can now be hardlinked to the newly copied file,
so jump to step 1.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
2010 Jul 19
7
(Single instance) attachment storage
...inputs. If there's a mismatch, close the
hashes/ file and mark it as unusable.
finish():
a) If hashes/ file is still open and it's at EOF, link() it to our
final destination filename and delete the temp file. If link() fails
with ENOENT (it was just expunged), goto b. If link() fails with EMLINK
(too many links), goto c.
b) If hashes/ file didn't exist, link() the temp file to the hash and
rename() it to the destination file.
c) If the hashed file existed but wasn't the same, or if link() failed
with EMLINK, link() our temp file to a second temp file and rename() it
over the hash...
2011 Sep 17
0
[LLVMdev] Build errors on r139985
...0/llvm/include/llvm/Support/system_error.h:611:
error: ‘ENFILE’ was not declared in this scope
/home/carl/Downloads/llvm3.0/llvm/include/llvm/Support/system_error.h:612:
error: ‘EMFILE’ was not declared in this scope
/home/carl/Downloads/llvm3.0/llvm/include/llvm/Support/system_error.h:613:
error: ‘EMLINK’ was not declared in this scope
/home/carl/Downloads/llvm3.0/llvm/include/llvm/Support/system_error.h:614:
error: ‘ELOOP’ was not declared in this scope
/home/carl/Downloads/llvm3.0/llvm/include/llvm/Support/system_error.h:615:
error: ‘EOVERFLOW’ was not declared in this scope
/home/carl/Downloads/...
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 4).
...st_fnbr + 1);
+ rprintf(FINFO, "(4) linkname = %s\n", linkname);
+ }
+ }
+ }
+
+ if (!first) {
+ rprintf(FINFO, "link-by-hash (existing): \"%s\" -> %s\n",
+ linkname, full_fname(fname));
+ rc = do_link(linkname, fname);
+ if (rc == -1) {
+ if (errno == EMLINK) {
+ first = 1;
+ free(linkname);
+ asprintf(&linkname,"%s/%ld",hashname,
+ last_fnbr + 1);
+ rprintf(FINFO, "(5) linkname = %s\n", linkname);
+ rprintf(FINFO,"link-by-hash: max link count exceeded, starting new file \"%s\".\n", linkna...
2004 Feb 17
0
[patch] Add `--link-by-hash' option (rev 3).
...st_fnbr + 1);
+ rprintf(FINFO, "(4) linkname = %s\n", linkname);
+ }
+ }
+ }
+
+ if (!first) {
+ rprintf(FINFO, "link-by-hash (existing): \"%s\" -> %s\n",
+ linkname, full_fname(fname));
+ rc = do_link(linkname, fname);
+ if (rc == -1) {
+ if (errno == EMLINK) {
+ first = 1;
+ free(linkname);
+ asprintf(&linkname,"%s/%ld",hashname,
+ last_fnbr + 1);
+ rprintf(FINFO, "(5) linkname = %s\n", linkname);
+ rprintf(FINFO,"link-by-hash: max link count exceeded, starting new file \"%s\".\n", linkna...
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 5).
...st_fnbr + 1);
+ rprintf(FINFO, "(4) linkname = %s\n", linkname);
+ }
+ }
+ }
+
+ if (!first) {
+ rprintf(FINFO, "link-by-hash (existing): \"%s\" -> %s\n",
+ linkname, full_fname(fname));
+ rc = do_link(linkname, fname);
+ if (rc == -1) {
+ if (errno == EMLINK) {
+ first = 1;
+ free(linkname);
+ asprintf(&linkname,"%s/%ld",hashname,
+ last_fnbr + 1);
+ rprintf(FINFO, "(5) linkname = %s\n", linkname);
+ rprintf(FINFO,"link-by-hash: max link count exceeded, starting new file \"%s\".\n", linkna...
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly
according to the design doc I wrote up a while ago:
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories
The patches have been rebased on top of 2.6.29-rc2. It should be trivial to
put them into merge_window. Things are what I'd call complete now. I'd like
to get these into the merge_window branch
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi,
The following patches comprise the bulk of Ocfs2 updates for the
2.6.30 merge window. Aside from larger, more involved fixes, we're adding
the following features, which I will describe in the order their patches are
mailed.
Sunil's exported some more state to our debugfs files, and
consolidated some other aspects of our debugfs infrastructure. This will
further aid us in debugging
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...en files"
ENOTTY (25) => "Not a typewriter"
ETXTBSY (26) => "Text file busy"
EFBIG (27) => "File too large"
ENOSPC (28) => "No space left on device"
ESPIPE (29) => "Illegal seek"
EROFS (30) => "Read-only file system"
EMLINK (31) => "Too many links"
EPIPE (32) => "Broken pipe"
EDOM (33) => "Math argument out of domain of func"
ERANGE (34) => "Math result not representable"
closing asm-generic/errno-base.h
EDEADLK (35) => "Resource deadlock would occur"
EN...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux