Displaying 20 results from an estimated 2000 matches similar to: "Possible bug - delete complains about parent directory in new version"
2007 Apr 30
5
Asterisk 1.4.4 VoiceMail ODBC Storage Help
Hi All,
I have an issue with the ODBC voicemail storage option with asterisk. All
appears to work fine, however, I get several sql execute warnings. I was
wondering if anyone out there could help me get to the bottom of what is
causing this and how I could possibly go about rectifying it.
The warning message we are getting is as follows:
WARNING[30115]: app_voicemail.c:1280 delete_file: SQL
2010 Apr 08
2
ENOTEMPTY on "rm -rf" for snapshot and subvolume
Hi Everyone,
Recently i created a snapshot of an existing volume which had some
amount of data.
Now that after creating the snapshot i have tried deleting the
same snapshot. But i am
getting ENOTEMPTY for "rmdir". But when i see the actual files
inside are deleted
not the parent directory.
From the code it looks like
if (inode->i_size >
2013 May 20
2
[PATCH] Remove unecessary ERROR when removing non-empty directory
While removing a non-empty directory, the kernel dumps a message:
(rmdir,21743,1):ocfs2_unlink:953 ERROR: status = -39
Suppress the error message from being printed in the dmesg so users
don't panic.
Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com>
---
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c
index 04ee1b5..33c7b91 100644
--- a/fs/ocfs2/namei.c
+++ b/fs/ocfs2/namei.c
@@
2008 Aug 27
1
Rsync Error Code 23?
Regarding "rsync error code 23" could the below "delete_file: ...file
exist" failures cause the error code 23? Or, how can I resolve this as
these are the only errors I see in the log files.
Thank you!
START Tue Aug 26 11:10:12 PDT 2008
/home/filerep/bin/rsync -e /var/openssh/bin/ssh --archive --stats
--timeout 3600
fmttcesrv1::tce_data
2005 May 19
3
Rsync 2.6.5pre2 released
I have released rsync version 2.6.5pre2 -- the second (and hopefully final)
pre-release for 2.6.5. The 2.6.5 release is primarily a bug-fix release to
squash some annoying bugs that made it into 2.6.4, though a few minor
enhancements did make it in as well.
To see all the changes since 2.6.4, go here:
http://rsync.samba.org/ftp/rsync/preview/rsync-2.6.5pre1-NEWS
To read the pre-release man
2005 May 19
3
Rsync 2.6.5pre2 released
I have released rsync version 2.6.5pre2 -- the second (and hopefully final)
pre-release for 2.6.5. The 2.6.5 release is primarily a bug-fix release to
squash some annoying bugs that made it into 2.6.4, though a few minor
enhancements did make it in as well.
To see all the changes since 2.6.4, go here:
http://rsync.samba.org/ftp/rsync/preview/rsync-2.6.5pre1-NEWS
To read the pre-release man
2009 Mar 03
1
On which side these errors are?
Hello list.
I've got following:
rsync: opendir "client05" (in Profili) failed: Permission denied (13)
rsync: delete_file: rmdir(client02/SendTo) failed: Permission denied
(13)
Am I correct if I say that the "opendir" is related to the source I'm
trying to rsync, but the "delete_file" is related to the destination?
Flavio Boniforti
PIRAMIDE INFORMATICA
2007 Dec 02
1
Quick fix for nfs-workarounds.c
Hi,
Under Solaris 8, the rmdir() command returns EEXIST instead of ENOTEMPTY
if an rmdir() is attempted on a directory with files still in it.
Dovecot 1.1beta9 currently gives tons of errors in the logfile as
a result of the code not checking for the right error value.
The function nfs_flush_file_handle_cache_dir() in nfs-worksarounds.c
probably needs to reflect EEXIST as well as ENOTEMPTY.
--
2008 Dec 03
3
disable database
Hi,
How do I disabled asterisk to use database and storage voicemail in
directory.
Im getting the below error
[Dec 3 19:08:53] WARNING[4934]: app_voicemail.c:3430 inboxcount: Failed to
obtain database object for 'asterisk'!
[Dec 3 19:08:55] WARNING[5129]: app_voicemail.c:2353 last_message_index:
Failed to obtain database object for 'asterisk'!
[Dec 3 19:09:04]
2002 Apr 22
1
symlinks?
I'm trying to switch to using rsync for updating a huge software library
containing binaries, text files, symlinks, and so on. We've been using
something homegrown which I'm not that happy with - it's a perl script
that systems cp and chmod and such.
The problem I'm seeing is:
target computer:
directories ctime-5 and ctime-5b3 are distinct directories
source computer:
2008 Nov 09
2
rsync for the brave
Anyone here run rsync on a Win32 platform? I know, I'm a glutton for
pain. Anyway, I'm using 'cwrsync' on one system to copy files from a
local drive (F:) to a mapped (network) drive (Y:). The problem I'm
having is with that infamous 'Network Trash Folder'. I can't get it to
ignore it on the remote (mapped) drive, and it doesn't exist on the
local drive.
2004 May 10
2
read error produces null-byte-filled destination file
I've run into a bug in the IO handling when reading a file. Suppose I
have a file that lives on an NFS filesystem. That filesystem is NOT
being exported with auth=0 permissions. So, if I try to access a file
as root, it successfully opens the file, but subsequent reads fail with
EACCES. This produces a destination file full of null bytes. I
noticed this with 2.5.7, but checked 2.6.2 as
2002 Apr 23
2
Rsync 2.5.5 Error Tags
I've gotten several different errors with rsync. Maybe someone can help me.
1.
rsync -azSH --stats --delete-after /export/home remote:/export/home/bkup
delete_file: rmdir(home/greg/vnmrsys) : File exists
rsync: symlink "home/greg/vnmrsys" -> "/export/home/vnmrsys": File exists
unexpected tag 91
rsync error: error in rsync protocol data stream (code 12) at io.c(298)
2.
2003 Jan 07
1
Bug or feature? --delete-after + symlinks
Hi,
sorry if this is old stuff, but I did my best to look first...
Have been getting errors along these lines:
mv mydir mdir.2002
ln -s mydir.2002 mydir
Then update mirror with rsync -av --delete-after. Without
--delete-after, no problem, with --delete-after, get a code 23.
The attached shell script will recreate the error (on my machine, at
any rate). Just run it from a clean directory.
2008 Jun 05
14
Why not ignore stale PID files?
Hi,
I have an application which is dying horrible deaths
(i.e. segmentation faults) in mid-flight, in production... And of
course, I should fix it. But while I find and fix the bugs, I found
something I think should be different - I can work on submitting a
patch, as it is quite simple, but I might be losing something on my
rationale.
When Mongrel segfaults, it does not -obviously- get to clean
2005 Jun 26
4
calling controller and caching from a sweeper class
[cross-posting to rails and typo lists]
Hi,
I''m tinkering with the code for typo, a rails-based blog engine.
Typo has an XmlController with actions "rss" and "atom" which generate feed.xml
files, and it uses a caches_page declaration to cache the files that get
generated by those actions. It also has a Sweeper (Observer) class that expires
those cached files when a
2003 Aug 24
1
readdir() and read() errors ignored
We've just been hit rather badly by a very nasty bug that can cause rsync
to silently discard files or fill them with zeroes. It happens when e.g.
opendir() succeeds but readdir() returns an error; rsync does not check
for an error from readdir() and so simply ignores the error (along with
any remaining files in the directory). No error is reported to the user,
who will then happily
2008 Sep 14
2
Dovecot cannot unlink non-empty directory
Hi,
Currently I use dovecot 1.1.3 on Debian Testing. CPU arch is x86. Mail
is stored on ext3 fs.
I'm having a following problem with deleting folders (there is no
problem with creation of folders):
Error: IMAP(test at laptop.aonet.pl):
unlink_directory(/home/vpopmail/domains/laptop.aonet.pl/test/.//Maildir/..DOVECOT-TRASHED)
failed: Permission denied
HOW TO REPRODUCE
1. Create a fresh new
2006 Nov 03
0
a strange behavior on a small memory system with tun0
Hello
I am using openssh as vpn on a router with freewrt.org and rsync to sync my local data to a remote server.
Everything works fine for me so far.
The only problem is that the channel-1 (tun0) goes down on the router after 50-200MB transfered via tun0
or after 5-20 hours only with a ping to the server . Channel-0 is still working.
Tcpdump shows that a ping from the router to the server via
2013 Feb 14
6
Direct I/O support (patches included)
Hi,
Since a --direct-io feature was requested a few times the past decade with
little response and the actual patch is quite trivial, I patched both
v3.0.9 and master branch and included the patches here.
If this functionality is acceptable I don't mind spending the additional
effort to update the documentation, etc.
Beware that the underlying filesystem needs Direct I/O support,