search for: nlink

Displaying 20 results from an estimated 78 matches for "nlink".

Did you mean: link
2006 Oct 25
0
Logwatch sendmail errors... What does it mean ?
...--------------------- sendmail Begin ------------------------ SEVERE ERRORS ------------- System Error Messages: timeout writing message to poczta.orange.pl.: Broken pipe: 5 Time(s) Total SEVERE ERRORS: 5 **Unmatched Entries** 6: fl=0x8000, mode=100640: dev=3/1, ino=11748389, nlink=1, u/gid=0/0, size=12288: 5 Time(s) 2: fl=0x1, mode=20666: CHR: dev=0/13, ino=1810, nlink=1, u/gid=0/0, size=0: 5 Time(s) 0: fl=0x0, mode=20666: CHR: dev=0/13, ino=1810, nlink=1, u/gid=0/0, size=0: 5 Time(s) 1: fl=0x1, mode=20666: CHR: dev=0/13, ino=1810, nlink=1, u/gid=0/0, size=...
2016 Jun 02
2
[PATCH] Link count attribute extension
Hello, This patch adds client and server support for transmitting the st_nlink field across SSH2_FXP_NAME and SSH2_FXP_ATTRS responses. Please let me know if there anything I can do to improve this patch. I am not subscribed to list so please CC me. Index: sftp-common.c =================================================================== RCS file: /cvs/src/usr.bin/ssh/sftp-c...
2008 Sep 22
1
[PATCH 1/1] OCFS2: add nlink check in ocfs2_inode_revalidate()
nlink should be also checked in ocfs2_inode_revalidate(). before setting flag OCFS2_INODE_DELETED ip_flags (between unlink and delete vote), the nlink may be 0. the patch is against 1.4 git. 1.2 svn should has the same patch with different line number. Signed-off-by: Wengang wang <wen.gang.wang at...
2010 Jul 12
3
deliver and root user
On RHEL5, dovecot 1.0.7, I have set up sendmail to use `deliver` for my local mda. It keeps giving me this error for the root user though: Jul 12 12:51:29 mail sendmail[4105]: o699225f001348: to=<root at localhost.localdomain>, ctladdr=<root at localhost.localdomain> (0/0), delay=3+08:49:26, xdelay=00:00:00, mailer=local, pri=7502879, dsn=4.0.0, stat=Deferred: local mailer
2023 Jul 24
1
[Bug 3591] New: Introduction of "users-groups-by-id@openssh.com" causes nlink to be lost with long view
https://bugzilla.mindrot.org/show_bug.cgi?id=3591 Bug ID: 3591 Summary: Introduction of "users-groups-by-id at openssh.com" causes nlink to be lost with long view Product: Portable OpenSSH Version: 9.1p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org Re...
2001 Feb 12
3
That darned orphaned socket hang
Stephen, OK, I can now reproduce this hang at will, purely by pulling the plug on my desktop when logged in and then rebooting - its a gnome desktop box with few partitions and ext3 on all of them, so I guess its getting a pile of gnome or ssh related sockets kept in /tmp which is on root To recap, when the machine is suffering from this, it hangs at the point of mounting the root filesystem
2020 Apr 23
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Items in dmesg when FAT share's are accessed from web browser: CIFS VFS: bogus file nlink value 0 When accessed from FC/L (OFM (orthodox filemanager)): CIFS VFS: illegal date, month 0 day: 0 When the share is initially mounted: CIFS: Attempting to mount //hostname/E Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers CIFS VFS: Send...
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 4).
...name, + di->d_name); + if (do_stat(hashfile->name,&st) == -1) { + rprintf(FERROR,"%s: %s", hashfile->name, + strerror(errno)); + kill_hashfile(hashfile); + continue; + } + if (st.st_size != size) { + kill_hashfile(hashfile); + continue; + } + hashfile->nlink = st.st_nlink; + hashfile->fd = open(hashfile->name,O_RDONLY|O_BINARY); + if (hashfile->fd == -1) { + rprintf(FERROR,"%s: %s\n", hashfile->name, + strerror(errno)); + kill_hashfile(hashfile); + continue; + } + if (hashfiles == NULL) + hashfiles = hashfile->ne...
2004 Feb 17
0
[patch] Add `--link-by-hash' option (rev 3).
...name, + di->d_name); + if (do_stat(hashfile->name,&st) == -1) { + rprintf(FERROR,"%s: %s", hashfile->name, + strerror(errno)); + kill_hashfile(hashfile); + continue; + } + if (st.st_size != size) { + kill_hashfile(hashfile); + continue; + } + hashfile->nlink = st.st_nlink; + hashfile->fd = open(hashfile->name,O_RDONLY|O_BINARY); + if (hashfile->fd == -1) { + rprintf(FERROR,"%s: %s\n", hashfile->name, + strerror(errno)); + kill_hashfile(hashfile); + continue; + } + if (hashfiles == NULL) + hashfiles = hashfile->ne...
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 5).
...name, + di->d_name); + if (do_stat(hashfile->name,&st) == -1) { + rprintf(FERROR,"%s: %s", hashfile->name, + strerror(errno)); + kill_hashfile(hashfile); + continue; + } + if (st.st_size != size) { + kill_hashfile(hashfile); + continue; + } + hashfile->nlink = st.st_nlink; + hashfile->fd = open(hashfile->name,O_RDONLY|O_BINARY); + if (hashfile->fd == -1) { + rprintf(FERROR,"%s: %s\n", hashfile->name, + strerror(errno)); + kill_hashfile(hashfile); + continue; + } + if (hashfiles == NULL) + hashfiles = hashfile->ne...
2012 May 09
6
"file not found" under high-contention
Hello, For several years I've been experiencing an intermittent Samba error when running a very intense, highly parallel build/compile jobset. A file is reported as "not found" even though it most certainly exists and re-running the compile jobset always succeeds. Samba version is 3.6.4 running on CentOS 5.8 with 64-bit kernel 2.6.18-308.4.1.el5. Windows side is 64-bit Window
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
This patch adds all the missing commonly used UNIX attributes: st_dev, st_ino, st_nlink, st_rdev, st_blocks, st_blksize, st_ctime. In addition it extends st_atime and st_mtime to 64bits, and adds nanosecond resolution to all three timestamps. This is implemented as an extension to the ATTR message. This patch alone is sufficient for SSHFS to be able to use these attributes. The fo...
2004 Jun 19
2
DU and Hard Links?
Hi, I'm doing a 30 day rotational backup using rysnc. If I go to the root of the backup directory and use: du --max-depth=1 -h, it gives me the actual space being taken up by each incremental directory, the space being taken by the current directory, and then the total of all. For example: 44G /Current 1G /06-20-2004 750M /06-19-2004 Etc... Etc.. .. .. 70G Total But what I would like to
2004 Nov 24
3
Jail fails
Hi, We are trying to create a jail with FreeBSD 5.3 but it's fails with this error: cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/games/fortune/strfile/strfile.c make: don't know how to make /j/usr/lib/libc.a. Stop *** Error code 2 We are excuting those command in /usr/src: export D=/j make world DESTDIR=$D Are there any problem with FreeBSD 5.3? We have ever
2004 Mar 22
1
Assertion failure in ext3_put_super() at fs/ext3/super.c:412
...t; and "cp". then, upon unmounting a ext3 partition the following was shown on the console: (the leading "Mar 22 02:40:04 sheep kernel:" is cut here) - ------------------------------- ~ sb orphan head is 940994 ~ sb_info orphan list: ~ inode sdd4:940994 at cf852874: mode 40755, nlink 0, next 486721 ~ inode sdd4:486721 at cfce8674: mode 40755, nlink 0, next 551857 ~ inode sdd4:551857 at cfce80d4: mode 40755, nlink 0, next 0 ~ Assertion failure in ext3_put_super() at fs/ext3/super.c:412: "list_empty(&sbi->s_orphan)" ~ ------------[ cut here ]------------ ~ kernel...
2010 Aug 02
1
kernel panic not syncing fatal exception due to reiserfs -- rebooted properly on ext3
...erver hung at 19:52:56 hours Here is the logs ------------------------------------------------------------------ ug 2 19:50:01 mmail2 snmpd[4460]: Connection from UDP: []:53980 Aug 2 19:50:55 mmail kernel: ReiserFS: sda6: warning: vs-13060: reiserfs_update_sd: stat data of object [2 203562 0x0 SD] (nlink == 2) not found (pos 1) Aug 2 19:51:33 mmail last message repeated 2 times Aug 2 19:52:34 mmail last message repeated 12 times Aug 2 19:52:52 mmail kernel: ReiserFS: sda6: warning: vs-13060: reiserfs_update_sd: stat data of object [2 203562 0x0 SD] (nlink == 2) not found (pos 1) Aug 2 19:52:56 mmai...
2020 Apr 23
0
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
On Thu, Apr 23, 2020 at 02:59:18AM -0400, Felix Miata via samba wrote: > Items in dmesg when FAT share's are accessed from web browser: > CIFS VFS: bogus file nlink value 0 nlink should never be zero. If an SMB server returns that, then the CIFSFS client will have to fake it to 1 at least. > When accessed from FC/L (OFM (orthodox filemanager)): > CIFS VFS: illegal date, month 0 day: 0 > > When the share is initially mounted: > CIFS: Attemptin...
2003 Jun 03
0
Awfully OT Question.
...possible!!)? I figured there are many kernel experts here who would an idea about this. I looked in the FreeBSD and ALSA sites and there is no mention of each other on neither. Again, sorry and Thanks! -- //| //|| // | // || -//--//--|| ARIO LOBO // // || --------------------- mlobo@nlink.com.br mallavoodoo@nlink.com.br http://www.mallavoodoo.com.br
2014 Nov 11
0
smbtorture tests errors
...Tue Nov 11 04:09:06 2014 EST create_time: Tue Nov 11 04:09:06 2014 EST access_time: Mon Nov 10 03:22:20 2014 EST write_time: Mon Nov 10 03:22:30 2014 EST change_time: Mon Nov 10 03:22:30 2014 EST attrib: 0x20 alloc_size: 512 size: 7 nlink: 1 delete_pending: 0 directory: 0 ea_size: 0 fname: '\testsfileinfo\fnum_test_10.txt' (../source4/torture/raw/setfileinfo.c:234) SETATTRE - all_info/create_time should be 0x546075b2 - 0x5461d232 (../source4/torture/raw/setfileinfo.c:436) MODE_I...
2013 Oct 22
0
[PATCH] Btrfs-progs: add support for the no holes incompat flag
...truct extent_backref { struct list_head list; @@ -443,8 +444,9 @@ static void maybe_free_inode_rec(struct cache_tree *inode_cache, rec->errors |= I_ERR_FILE_NBYTES_WRONG; if (rec->extent_start == (u64)-1 || rec->extent_start > 0) rec->first_extent_gap = 0; - if (rec->nlink > 0 && (rec->extent_end < rec->isize || - rec->first_extent_gap < rec->isize)) + if (rec->nlink > 0 && !no_holes && + (rec->extent_end < rec->isize || + rec->first_extent_gap < rec->isize)) rec->errors |= I...