search for: 6422

Displaying 20 results from an estimated 27 matches for "6422".

Did you mean: 642
2009 May 30
3
DO NOT REPLY [Bug 6422] New: rsync needlessly aborts when getcwd() fails
https://bugzilla.samba.org/show_bug.cgi?id=6422 Summary: rsync needlessly aborts when getcwd() fails Product: rsync Version: 3.0.6 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samb...
2018 Feb 06
1
[PATCH] Support running with an unknown current directory (bug 6422)
This hopefully addresses a glusterfs geo-replication regression after a recent security update to glibc. I see that rsync does not assume that fchdir exists, so I didn't make any attempt to use it. Thanks, Florian -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Support-running-with-an-unknown-current-directory-bu.patch Type: text/x-patch Size: 8781
2004 Jan 09
2
strange behaviour when converting from char to POSIX (PR#6422)
Full_Name: Christoph Schmutz, MeteoSchweiz, Switzerland Version: R1.7.1, R1.8.1 OS: windows2000, solaris sunOS 5.8 Submission from: (NULL) (141.249.133.6) I'm not sure if I don't get the clue, but please consider this: > strptime("19930870150","%Y%j%H%M") [1] "1993-03-28 01:50:00" > strptime("19930870250","%Y%j%H%M") [1]
2007 Sep 09
4
pool is full and cant delete files
Hi. I have a pool that is full. 100% capacity. I tried to rm -f files as root. The files dont get removed. What can I do to remedy this? Help please! Kind regards. Luke. -- Luke Vanderfluit Analyst / Web Programmer e3Learning.com.au 08 8221 6422
2017 Feb 20
2
Linking Linux kernel with LLD
...6484cd74706fa8681d051840fe4b18a3da40ff/arch/x86/kernel/vmlinux.lds.S#L41 And that is true for BFD linked binary: 10595: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies 11730: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies_64 But something is wrong with them for LLD case: 6422: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 19 jiffies 7416: ffffffff81400000 0 NOTYPE GLOBAL DEFAULT 19 jiffies_64 I think we probably incorrectly assign symbols outside SECTIONS declarations in scripts. Looking at it. George. -------------- next part -------------- An HTML attachm...
2005 Jul 25
1
removing (hopefully) unneeded access to $HOME
...ound in /%h/mail. Now, I notice that when a user is accessing her INBOX, the imap process cwd's to the user's home, which I'd like to prevent as much as possible. E.g., when the user's client is only watching INBOX, I still see: [root at tock:~]$ lsof | grep home_kt imap 6422 kt cwd DIR 0,17 12288 7602177 /home/kt (other.host:/home/kt) Is there a way I can tweak the dovecot settings so that this cwd isn't holding open the NFS mount? Many thanks, Abe Smith -- # Abraham David Smith, <adsmith at math.duke.edu> # # http://fds.duke.edu...
2002 Sep 06
1
Compile error on Solaris Sparc
...symbols in different segments /var/tmp//ccoHmkfo.s:6410: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6411: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6421: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6422: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6432: Error: operation combines symbols in different segments ... make: *** [advapi32.spec.o] Error 1 I have installed gas, gld, gar, gnm, gstrings. I have replaced as, ld, ar, nm, and strings with the GNU counterpart. D...
2008 Feb 20
3
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...])[3390,3394:19 [0]) [3394,3395:20 [0])[3642,3646:21 [0])[3646,3647:22 [0])[3666,3670:23 [0]) [3670,3671:24 [0])[3942,3946:25 [0])[3946,3947:26 [0])[3966,3970:27 [0]) [3970,3971:28 [0])[6098,6102:29 [0])[6102,6103:30 [0])[6126,6130:31 [0]) [6130,6131:32 [0])[6390,6394:33 [0])[6394,6395:34 [0])[6418,6422:35 [0]) [6422,6423:36 [0])[6714,6718:37 [0])[6718,6719:38 [0])[6742,6746:39 [0]) [6746,6747:40 [0])[7434,7438:41 [0])[7438,7439:42 [0])[7462,7466:43 [0]) [7466,7467:44 [0])[8446,8450:45 [0])[8450,8451:46 [0])[8474,8478:47 [0]) [8478,8479:48 [0])[8710,8714:49 [0])[8714,8715:50 [0])[8738,8742:51 [0])...
2002 Sep 09
0
wine-users digest, Vol 1 #1242 - 7 msgs
...symbols in different segments /var/tmp//ccoHmkfo.s:6410: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6411: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6421: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6422: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6432: Error: operation combines symbols in different segments ... make: *** [advapi32.spec.o] Error 1 I have installed gas, gld, gar, gnm, gstrings. I have replaced as, ld, ar, nm, and strings with the GNU counterpart. D...
2017 Feb 21
2
Linking Linux kernel with LLD
...a40ff/arch/x86/kernel/vmlinux.lds.S#L41 > > And that is true for BFD linked binary: > 10595: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies > 11730: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies_64 > > But something is wrong with them for LLD case: > 6422: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 19 jiffies > 7416: ffffffff81400000 0 NOTYPE GLOBAL DEFAULT 19 jiffies_64 > > I think we probably incorrectly assign symbols outside SECTIONS > declarations in scripts. Looking at it. > > George. > > -------------- nex...
2006 Jan 23
1
Date recieve vs date sent
...to make the received date the same as the sent date, so that people can used their Inboxes effectively? Thanks, -- Justin Deutsch Relevance... because results count Relevance Phone: +61 (0)2 6241 6400 A.B.N. 86 063 403 690 Fax: +61 (0)2 6241 6422 Unit 11, Mobile: +61 (0)40 246 55 88 Cnr Brookes & Heffernan Sts, E-mail: Justin.Deutsch@relevance.com.au Mitchell ACT 2911 Web: http://www.relevance.com.au
2004 Sep 03
0
I forgot to add my email please contact me offline we have around 300, 000 to 1/2 million minutes per month for India and Pakistan .. can ztdummy help trunk mode?
Hi all, did not find much info in lists about subj. I have ztdummy working properly because I can use conferences without any errors. But when I try to use trunk=yes, I get the following: Sep 2 21:20:51 WARNING[1137720112]: chan_iax2.c:6422 build_user: Unable to support trunking on user home' without zaptel timing Sep 2 21:20:51 WARNING[1137720112]: chan_iax2.c:6246 build_peer: Unable to support trunking on peer 'home' without zaptel timing Can something be done?? Thx in advance for your replies.
2013 Nov 18
1
Opus 1.1b GUI
...57 86 25 76 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20131118/2d1c8987/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 6422 bytes Desc: not available Url : http://lists.xiph.org/pipermail/opus/attachments/20131118/2d1c8987/attachment.png
2010 Jan 19
1
[Bug 1699] New: [patch] Enhance SSH to automatically add keys to ssh-agent
...bug.cgi?id=1699 Summary: [patch] Enhance SSH to automatically add keys to ssh-agent Product: Portable OpenSSH Version: 5.3p1 Platform: amd64 URL: http://article.gmane.org/gmane.network.openssh.devel/1 6422 OS/Version: OpenBSD Status: NEW Keywords: needs-release-note, patch Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: joachim at joachimschipper.nl Created an attachme...
2006 Sep 30
1
<net/if_tap.h> on FreeBSD
...e precedence configure: WARNING: ## ------------------------------------------- ## configure: WARNING: ## Report this to openssh-unix-dev at mindrot.org ## configure: WARNING: ## ------------------------------------------- ## checking for net/if_tap.h... yes from config.log: configure:6422: checking net/if_tap.h usability configure:6434: gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compa re conftest.c >&5 In file included from conftest.c:47: /usr/include/net/if_tap.h:49: error: syntax error before "u_char" configure:6440: $? = 1 DES -- Dag-Erling Sm?...
2000 Jan 13
3
/dev/urandom
on solaris7/sparc this device doesn't exists i can use EGD but he very big (perl script!) - in memory it take about 4mb! apache use the same! why ssh1.27 doesn't requre /dev/urandom on solaris? what alternatives exists?
2002 Jul 16
0
Rsync windows to linux is hanging
...ing.Agreement.Appendices.doc,6418) recv_generator(Desktop/secdog docs/SecDog.Hosting.Agreement.doc,6419) recv_generator(Desktop/secdog docs/SecDog.Overview.doc,6420) recv_generator(Desktop/secdog docs/SecDog.References.doc,6421) recv_generator(Desktop/secdog docs/SecDog.Responsibilities.Defined.doc,6422) recv_generator(Desktop/secdog docs/SecDog.SLA.doc,6423) recv_generator(Desktop/secdog docs/SecDog.Savings.doc,6424) recv_generator(Desktop/secdog docs/SecDog.Secure.Statement.doc,6425) recv_generator(Desktop/securing_an_internet_name_server.pdf,6426) recv_generator(Desktop/sed FAQ, version 014.htm...
2000 Jan 27
6
EGD requirement a show stopper for me
On Thu, Jan 13, 2000 at 17:34:10, Andre Lucas wrote: > Subject: /dev/urandom > On Thu, Jan 13, 2000 at 09:24:01AM -0700, SysProg - Nathan Paul Simons wrote: > > On Thu, 13 Jan 2000, Ben Taylor wrote: > > > > > On Thu, 13 Jan 2000, Max Shaposhnikov wrote: > > > > why ssh1.27 doesn't requre /dev/urandom on solaris? > > > > i think the
2010 Mar 23
1
qemu disk cache mode
...option but I''m not even sure it is necessary/useful. Is there a good way to avoid the domU to cache? Stefan -- Stefan Berder | Operations Department | ChinaNetCloud X2 Space 1-601, 1238 Xietu Lu, Shanghai 200032, China | 上海市斜土路1238号1-601室 Stefan.Berder@chinanetcloud.com | Phone: +86(21) 6422-1946 | Mobile: (+86)15800622253 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2014 Aug 11
2
[LLVMdev] Instrumenting the run-time sizes of SmallVector et al.
..... Name: clang.patch Type: text/x-patch Size: 2837 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140810/84f35bc2/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_adt.patch Type: text/x-patch Size: 6422 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140810/84f35bc2/attachment-0001.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: results.txt.gz Type: application/x-gzip Size: 25657 bytes Desc: not available URL: &l...