search for: rmdirs

Displaying 20 results from an estimated 920 matches for "rmdirs".

Did you mean: rmdir
2008 Jan 07
3
Deliver core dump in b13 (hg 20080102)
Hi there I'm redirecting e-mails from mikkel at euro123.dk to another account (mikkel2 at euro123.dk) using sieves "redirect" with sieve 1.1.3. The e-mail is redirected just fine. But deliver still creates a core dump and returns an "e-mail undeliverable" to the sending account (even though delivery is successful). My .dovecot.sieve contains just this: redirect
2011 Dec 20
1
ocfs2_unlink:953 ERROR: status = -39
Hi, I have just moved(about 2 weeks ago) an OCFS2 cluster into production(latest ocfs2, kernel 2.6.39). I'm getting in nodes dmesg this kind of messages: (rmdir,19142,7):ocfs2_unlink:953 ERROR: status = -39 (rmdir,19305,10):ocfs2_unlink:953 ERROR: status = -39 (rmdir,19556,7):ocfs2_unlink:953 ERROR: status = -39 (rmdir,19561,11):ocfs2_unlink:953 ERROR: status = -39
2008 Feb 23
2
rmdir() warnings with 1.1.rc1
Hi, Looks like there are still some Solaris rmdir() warnings being logged to syslog in 1.1.rc1 in nfs_flush_file_handle_cache_dir(): Feb 23 13:09:51 sx3 dovecot: [ID 107833 mail.error] IMAP(ran04): \ nfs_flush_file_handle_cache_dir: rmdir(/var/mail) failed: Device busy Manual for rmdir on Solaris states: EBUSY The directory to be removed is the mount point for a mounted
2017 Sep 12
3
SMB data transfer performance on AD mode
Hi Everyone ! I note that all of samba AD server that i maintain are not so fast in terms of data transfer, more specifically none of them go over 40 MB/s , one particularly which i'm trying to find out why doesn't go over 20 MB/s , transfering data using other protocols like FTP , rsync , rsync over ssh on any of these machines i can easily achieve 80 MB/s ,i also can get the same on
2016 Dec 16
4
Can't delete or move /home on 7.3 install
On Fri, Dec 16, 2016 at 10:17:21AM -0800, Glenn E. Bailey III wrote: > This is a base install. If you deploy an instance in ec2 or GCE (ec2 > you can do the free tier) it's easily repeatable. Even on a RHEL 7.3 > instance. Note you'll need to allow root and password logins via SSH > before attempting. I can confirm this. The culprit? NetworkManager has /home open. I
2014 Jul 03
1
rmdir() EBUSY warnings on 2.2.12
Hi, I'm getting a lot of syslog spam on FreeBSD 10 from nfs_flush_file_handle_cache_dir where, apparently it tries to rmdir() the mountpoint of my mail storage. > Jul 4 00:04:44 mailhost dovecot: imap(user at example.com): Error: nfs_flush_file_handle_cache_dir: rmdir(/var/mail/vhosts/example.com) failed: Device busy We're using ZFS and have /var, /var/mail, /var/mail/vhosts,
2001 Dec 13
1
rmdir bug?
Samba Developers-- I have a share called pub. In that share, there is a folder that I want to block access to. So, I chmoded it 0700 and chowned it root. In my smb.conf file, I set the "guest account" parameter to "netshare", an unprivialized user. I also set the "guest only" parameter to "yes" No remote computer can "cd" into the directory,
2014 Dec 11
1
Re: [PATCH v2 01/11] daemon: btrfs: add helper functions mount and umount
On Thu, Dec 11, 2014 at 02:11:29PM +0800, Hu Tao wrote: > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > --- > daemon/btrfs.c | 104 +++++++++++++++++++++++++++++++-------------------------- > 1 file changed, 56 insertions(+), 48 deletions(-) > > diff --git a/daemon/btrfs.c b/daemon/btrfs.c > index 754fdcd..2e9859d 100644 > --- a/daemon/btrfs.c > +++
2016 Jun 21
0
Problem handling excel 2010 files
Hi everyone, I've recently migrated a file server/domain controller from a Windows 2012 Server to CentOS 7.2 with Samba 4.2.13 running on active directory role mode , everything is working fine except when handling Excel files, when you try to open a file it locks in read-only mode and there is no users accessing the file , anyway you can edit normally if you click on "Notify"
2012 Nov 19
1
fs_flush_file_handle_cache_dir: rmdir(/var/mail) AGAIN
We are running Dovecot 2.0.12. It runs on only one server and /var/mail is local where all the INBOX's are stored. Users other IMAP folders are NFS mounted on the server. We see frequent Error: nfs_flush_file_handle_cache_dir: rmdir(/var/mail) failed: Device busy I know this error message has been around a long time. Should we still be seeing it on 2.0.12 with a local /var/mail. Perhaps
2016 Dec 16
2
Can't delete or move /home on 7.3 install
On Thu, Dec 15, 2016 at 11:51:28AM -0800, Glenn E. Bailey III wrote: > Doing a lsof showed no open files against /home. Something else is > locking it, not a user process. Also disabled SELinux, did a init 1, > and only way to remove it was via single user by passing > init=/sysinit/bin/sh It sounds like /home is being managed by something in the kernel, then. Are you exporting /home
2017 Dec 21
2
stale file handle on gluster NFS client when trying to remove a directory
Hi, After running rm -rf on a directory, the files under it got deleted, but the directory was not deleted and was showing stale file handle error. After 18 minutes, I'm able to delete the directory. So could anyone help me in knowing what could have happened or when in general I get such errors. The following is NFS log: [2017-12-21 13:56:01.592256] I [MSGID: 108019]
2005 Jan 08
3
OT help with rmdir pls
I am tying to clear down an asterisk source directory before CVS'ing a new version the --ignore... option is being used but its still not being deleted, can anyone give me some clues. Sorry I'm new to Linux, as if you havent guessed. Googling hasnt helped so far Thanks
2004 Feb 04
5
OCFS and removing directories
We are running Linux AS 2.1 .27 enterprise on an EMC CX400 SAN with ocfs version enterprise 1.0.9-12. After formatting the partitions the response from the filesystem is very slow during either read or writes. Even worse, while we can create a directory, we are unable to delete the directory after it has been created. Every time any directory is attempted to be removed with rmdir we get a
2014 Dec 12
0
[PATCH v3 01/11] daemon: btrfs: add helper functions mount and umount
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- daemon/btrfs.c | 106 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 58 insertions(+), 48 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 754fdcd..514ba37 100644 --- a/daemon/btrfs.c +++ b/daemon/btrfs.c @@ -326,6 +326,58 @@ do_btrfs_subvolume_create (const char *dest, const char *qgroupid)
2014 Dec 11
0
[PATCH v2 01/11] daemon: btrfs: add helper functions mount and umount
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- daemon/btrfs.c | 104 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 56 insertions(+), 48 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 754fdcd..2e9859d 100644 --- a/daemon/btrfs.c +++ b/daemon/btrfs.c @@ -326,6 +326,56 @@ do_btrfs_subvolume_create (const char *dest, const char *qgroupid)
2016 Nov 22
0
Office files open blocked for editing
Hello , I have a issue with office files 2 Samba servers version 4.3.11 compiled from source ( the same problem with sernet samba 4.2 binaries) running as active directory controller but also used as a file server, files frequently open as read-only even if there are opened sessions of them on Samba, at least doesn't appear on smbstatus output , it happens on all Windows machines with any
2016 Nov 22
0
Office files open blocked for editing
Hello , I have a issue with office files 2 Samba servers version 4.3.11 compiled from source ( the same problem with sernet samba 4.2 binaries) running as active directory controller but also used as a file server, files frequently open as read-only even if there are opened sessions of them on Samba, at least doesn't appear on smbstatus output , it happens on all Windows machines with any
2017 Jun 26
2
Install locks up my server
On 06/26/17 14:42, Timo Sirainen wrote: > On 26 Jun 2017, at 23.19, Marc Perkel <marc at perkel.com> wrote: >> Ever since 2.26 I haven't been able to upgrade. In fact the install locks up my server. >> >> I get into and infinite recursive loop where the config-guess program calls itself until the server locks up from overload. >> >> I'm running Centos
2009 Feb 19
1
NFS error, device busy
> > On 2/16/2009 9:50 PM, Grandy Fu wrote: > >> > I am running dovecot 1.1.10 and 1.1.11 on Solaris 10, mailboxes are in >> > mbox format and served by Solaris 10 NFSv3, the dovecot cache is on >> > local disk. >> > >> > Some of my users always had above nfs error and their mailbox usually >> > very big, over 100M, 400M, or even