similar to: opendir(somedir/somefile): Not enough space -- why?

Displaying 20 results from an estimated 120 matches similar to: "opendir(somedir/somefile): Not enough space -- why?"

2002 Jun 13
1
rsync: error writing NNNN unbuffered bytes - exiting:Connection reset by peer
Has anyone figured out what is happening with this error? There are many reports of this, but the advise seems to fall short - ie. make sure you are using rsync 2.5.n, make sure the target disk is not full. I have used rsync 2.5.[1,2,4,5] on my rsync server, and I get the same results. The target disk I am working with never gets more than 2% full when the rsync client and server quit talking
2006 Dec 11
3
rsync /somedir work@backups::somearchive/ gets stuck in huge maildirs, rsync /somedir root@backups:/some/path/ works
hi, i hope i'm not reporting something well-known; i tried to understand the available bug tracking information. please excuse me if my problem report should not meet your standards, but i want to direct your attention to the following: http://koffein.org/av/rsync-bugreport/ problem report for rsync 2.6.9 on linux/IA32, 09 Dec 2006 Herwig Wittmann
2004 Sep 11
1
[PATCH] fchdir syscall, opendir function
This adds the fchdir syscall and a new opendir() function. diff -purNx linux ../klibc-0.172/klibc/SYSCALLS.def ./klibc/SYSCALLS.def --- ../klibc-0.172/klibc/SYSCALLS.def 2004-08-25 23:56:49.000000000 +0200 +++ ./klibc/SYSCALLS.def 2004-09-11 20:46:10.187551992 +0200 @@ -86,6 +86,7 @@ int access(const char *, int) int link(const char *, const char *) int unlink(const char *) int chdir(const
2009 Mar 05
1
[PATCH 3/5] COM32: Improve opendir() to deal with no '/' at end of string
From: Gene Cumm <gene.cumm at gmail.com> COM32: Improve opendir() to deal with no '/' at end of string Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- Originally, this was going to be 3 patches but I ended up doing a little more. Currently, the COMBOOT call required a '/' to recognize that you're searching for a directory. This checks and automatically
2009 Mar 05
0
[PATCH 1/1] COM32/opendir: free for malloc
From: Gene Cumm <gene.cumm at gmail.com> COM32/opendir: free for malloc Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- Matching the malloc with a free. diff --git a/com32/lib/opendir.c b/com32/lib/opendir.c index 7063f8c..5129273 100644 --- a/com32/lib/opendir.c +++ b/com32/lib/opendir.c @@ -50,6 +50,8 @@ DIR *opendir(const char *pathname) /* ENOTDIR is
2009 Mar 06
0
[PATCH 1/2] COM32/opendir: remove unneeded zeroing
From: Gene Cumm <gene.cumm at gmail.com> COM32/opendir: remove unneeded zeroing; a member of DIR and errno were zeroed unnecessarily Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- DIR is allocated with calloc() and errno shouldn't be zeroed unless I set it and know I need to ignore it. Depends on the string of patches I've submitted this week diff --git
2012 Aug 01
1
imap(xxxxxxxx): Error: opendir(/user/xxxxxxxx/.imap) failed: No such file or directory
hello I see this message in the dovecot error log every time a user connect to IMAP service. imap(xxxxxxxx): Error: opendir(/user/xxxxxxxx/.imap) failed: No such file or directory In the server's config I've this mail_location = mbox:%h/:INBOX=/var/mail/%u:INDEX=/var/spool/dovecot/index/%u As we can see INDEX files are not living in user's home directories but in
2007 Feb 09
0
opendir messages with log level = 1 and extd_audit
Hi, I'm using samba 3.0.23d on Debian Etch and wat to use the extd_audit vfs module. In the global section of my smb.conf I use: log level = 1 vfs:0 And in the share section: vfs objects = extd_audit With log lovel 0 for the vfs module I expected to see messages about deleted/unlinked files and directories + mkdir commands. In fact I get opendir messages too. This is filling up the
2012 Aug 16
1
Samba VFS opendir and readdir
Hi Folks, I am writing a VFS module, which creates virtual a file system in memory, not on any physical storage. However, I really don't have any idea on how to implement the VFS operation opendir and readdir, becuase SMB_STRUCT_DIR is very hard to manipulate. For example, I can not malloc a SMB_STRUCT_DIR. Also, there is no any document for SMB_STRUCT_DIR. I don't know how to use it data
2009 Mar 21
0
[PATCH 1/1] SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call
From: Gene Cumm <gene.cumm at gmail.com> SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- First, change comboot.inc such that INT 22h AX=0020h (opendir) is about as simple and similar in behavior to INT 22h AX=0006h (openfile). Next, rename the function searchdir to searchdir4any, create a new function called
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
Tim, I reported a protocol data stream error on 9/8/2002 Deatils are in my postes at that time rsync still fails everytime I run it. This time I added three v's as you just suggested and rsync just hung with two tasks in execution thus: root 3178 0.1 0.9 1796 868 pts/1 S 09:57 0:00 /usr/bin/rsync -vvva --delete --exclude=root/snapsh root 3179 0.0 0.6 1628 632 pts/1
2004 Nov 18
1
Rsync Hangs when syncing two Windows Drives Locally..?
I am trying to keep two hard drives mirrored on a local machine. They are both 120 GB and I want to run rsync 3 times a day. I don't have an rsync server running and am only using the rsync.exe with a current cygwin1.dll. the command I use to sync the drives is: rsync -vvva --delete /cygdrive/d /cygdrive/e What do you guys think is the issue here? The command will start and I will see
2002 Jul 18
0
rsync: error writing NNNN unbuffered bytes - exiting:Connection reset by peer -> NIC driver problem!
I was seeing rsync errors which caused my system installations to fail repeatedly and absolutely. See the error I reported to this mailing list back in June in the Forwarded Message below. When I replaced my NIC cards (realtec chip, 8139too driver) with Linksys cards (and Dec Tulip driver for linux) the problem ceased, rsync worked like it should, and does so repeatedly. My suggestion would be
2004 Feb 25
2
password changes with ctrl-alt-del
Currently I'am using samba for file sharing. My smb.conf file is basically setup as default with a few minor changes. Therefore, my samba server is not part of a domain. Right now users can map the samba shares with windows XP... With this type of setup is it possible for them to change there smbpasswd using ctrl-alt-del? If so any examples or hints on how to set this up would be great.
2003 Nov 10
2
ramdisk_size
Hey All, I'am using pxelinux to try and boot a 200meg uncompressed (approx 50 compressed) ramdisk onto a machine with 512meg of ram. It looks as though I'am running out of memory (attempt to access beyond end of device error). Is there a limit on what we put for ramdisk_size? Or Is there other limitations? thanks -- Jeff Geddes, BSc(UNB) Computer Systems Specialist University of
2008 May 27
8
new --pattern option
Hello. You''re saying that: To get rspec to behave as it did before this change, use this: --pattern "**/*.rb" I tried like this (rspec 1.03) and it wasn''t same as before (rspec 1.08). Now it also loads all other files in current directory and in all subdirectories and not only from directory and subdirectories given to spec as a parameter. So, for example, I have
2005 Oct 21
5
Basic subscribe-loading-unsubscribe button
(This is a beginners'' question) I can''t seem to find this in the wiki or in the list archives. Button says "subscribe". User clicks. Button says "loading". Then button says "unsubscribe". (or the other way round) Apologies for the simplicity of the question, but any help is appreciated. Thanks, Peter
2005 Mar 25
0
dynamic public directory
Hi all I''ve been using the howto on using subdomains as account keys to make it easy for my users to access their accounts. I was wondering if it might also be possible to assign different public directories based on the subdomain. so for example, when a user enters user1.example.com/index.html rails would look in some_dir/user1/public for index.html and when it''s user2 it
2002 Sep 13
1
Unable to mount root fs
Hey all, I'am able to use pxelinux to successfully boot a particular kernel and image on various IBM PC's ex. 6287-41U and 6591-34U. However, using the same setup (ie. dhcp, tftp, pxelinux.0, pxelinux.cfg, networkcard, bootrom, ram memory) on an IBM 6282-73U my kernel and image decompress fine but I'am getting a... Kernel Panic: VFS: Unable to mount root fs on 01:01 I realize
2010 Mar 26
2
DISPLAYING TABLE in file
Hi, I wish to NEATLY store, and later display one table per file (similar to capabilities of write.table()). BUT BY NEATLY I MEAN: 1. Column Headings right aligned with data values. 2. Decimal points line-up per column. 3. Data values padded trailing zeros per column (if not integers). 4. "Tricky" formats such as certain characters/dates possibly chosen by the user? bla bla bla I do