search for: 359

Displaying 20 results from an estimated 642 matches for "359".

Did you mean: 35
2010 May 05
1
melt, remove rows with common id if NA encountered in value
...dgeLoad 6.525006e+07 426 CoolidgeLoad 6.166645e+07 426 CoolidgeLoad 6.167510e+07 427 CoolidgeLoad 5.372381e+07 427 CoolidgeLoad 4.551596e+07 427 CoolidgeLoad 4.246508e+07 427 CoolidgeLoad NA 427 CoolidgeLoad NA 427 CoolidgeLoad NA 427 CoolidgeLoad NA 359 JMLoad 3.036887e+05 359 JMLoad NA 359 JMLoad NA 359 JMLoad NA 359 JMLoad NA 359 JMLoad 3.313669e+05 359 JMLoad 3.037101e+05 360 JMLoad 3.036887e+05 360 JMLoad 2.761196e+05 360 JMLoad...
2006 Apr 26
1
Bad Password
...ering the password correctly. It appears winbind is not sending the password to the domain in the proper manner. Can anyone help me? Thanks, Ron Here is what is in the log.wb-NA file after I enter my password... [2006/04/26 11:09:15, 10] nsswitch/winbindd_dual.c:child_process_request(359) process_request: request fn LOOKUPNAME [2006/04/26 11:09:15, 3] nsswitch/winbindd_async.c:winbindd_dual_lookupname(695) [ 8465]: lookupname NA\trimblrd [2006/04/26 11:09:15, 10] nsswitch/winbindd_cache.c:refresh_sequence_number(359) refresh_sequence_number: NA time ok [2006/04/26 11:09...
2016 Oct 09
6
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...ld xlc_r: 1501-228 (W) input file c not found 1506-297 (S) Unable to open input file null. No such file or directory. ./configure[25617]: rpcgen: not found messages to stderr by make: + make > .buildaix/make.out ./update-version.sh[42]: git: not found. "askpass.c", line 59.18: 1506-359 (I) Automatic variable str contains a const member and is not initialized. It will be initia "guid.c", line 113.18: 1506-359 (I) Automatic variable buf contains a const member and is not initialized. It will be initiali "iostream-rawlog.c", line 28.18: 1506-359 (I) Automatic...
2005 Nov 01
3
error in rsync protocol data stream (code 12) at io.c(359)
...t could be a reason. I've tried to update with latest sources, but the same result (I'm not sure for line number, but the rest is the same). rsync: connection unexpectedly closed (5881604 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(359) My synchronized data is about - 6.6GB & lot of files. It used to run without problems but now it can't finish rvrn 1 time. Interesting part is that it breaks often at the same place it was filed previous run (I have a loop in shell script). I've checked source and destination rights -...
2004 Aug 20
0
[Bug 1633] New: error in rsync protocol data stream (code 12) at io.c(359)
https://bugzilla.samba.org/show_bug.cgi?id=1633 Summary: error in rsync protocol data stream (code 12) at io.c(359) Product: rsync Version: 2.6.3 Platform: Alpha URL: http://www.snailbook.com/faq/scp-ossh-to-ssh2.auto.html OS/Version: OSF/1 Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:...
2006 Jun 09
3
SV: Database file to copy for active sessions.
...;t a problem), I want copy only all the active sessions and softphone registrations to another HYPERLINK "mailto:asterisk@home"asterisk@home and then run on it. -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.8.3/359 - Release Date: 08-06-2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.8.3/359 - Release Date: 08-06-2006 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asteri...
2013 Oct 06
1
Encoder off by one
If you encode with int iByteSizeEncoded = opus_encode(m_enc, m_ShortsInput, (1920/sizeof(short)), m_EncodedBytes, (960*6)); ... the byte size is 120. I thought that an odd value like 359 has to be a fault on my side. I thought it would be a multiple of something. So 359 is really correct??? Thank you for clearing this up. Am 06.10.2013 16:50, schrieb Jean-Marc Valin: > Why should it return 360 in the first place??? > > On 10/06/2013 06:33 AM, Hermann Weber wrote: >...
2002 Jul 18
0
[Bug 359] New: passwd -f not working with openssh
http://bugzilla.mindrot.org/show_bug.cgi?id=359 Summary: passwd -f not working with openssh Product: Portable OpenSSH Version: -current Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: opens...
2002 Jul 19
0
[Bug 359] passwd -f not working with openssh
http://bugzilla.mindrot.org/show_bug.cgi?id=359 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Add...
2003 Oct 16
2
Interpolation of azimuth values
Hello I will make an interpolation of data which represents azimuth direction ( angle from north in clockwise direction) values. But there is a problem. Say, for instance, while 1 and 359 indicate somewhat same direction, interpolation puts values in the range from 1 to 359. What can I do to solve the problem ? Anything you offer ? thanks in advance Ahmet Temiz General Directory of Disaster Affairs Ankara TURKEY ______________________________________ Inflex - installed on...
2020 Nov 16
0
LLVM Weekly - #359, November 16th 2020
LLVM Weekly - #359, November 16th 2020 ====================================== If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/359>. Welcome to the three hundred and fifty-ninth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in...
2013 Feb 26
2
[LLVMdev] Question about intrinsic function llvm.objectsize
...*) p = malloc(56) llvm.objectisize.i32(p+50); Thanks Shuxin This question is related to PR14988 (failure in bootstrap build with LTO). Part of the reason is that the compiler interpret the pretty vague team "object" in different ways -- the "object" suggested by line 359 @ figure 1 is just a part of the "object" implied by Figure 2. I try to fix the problem PR14988 by replacing line 359 with "Size = Offset.getZextValue()"; It does fix the problem. However, I'm wondering in what situations the Offset != 0. So I put an assertion right be...
2015 May 27
3
Concurrent scanning of same disk
Greetings, I am suffering of several weird errors which show randomly and make me suspect some concurrency issue. Libguestfs version is 1.28.1, linux kernel 3.16, libvirt 1.2.9 and qemu 2.1. What I'm trying to do is comparing the disk state at two different point of a guest execution. Disk snapshots are taken through libvirt in different moments (I am aware of caching issue), from such
2014 Feb 13
2
How do I initiate a shutdown sequence immediately after losing line power?
...ery.charge.low: 10 Is there a way to raise that to, say, 40 or 50 percent? The goal is to initiate she shutdown procedure as soon after losing line power as possible. Thanks! -- - - - - - Stoycho Ganev Linux Administrator EPAY JSC 16 Ivan Vazov st., fl.4 Sofia 1000 UIC: 131409398 tel: (+359 2) 921 08 50 fax: (+359 2) 987 91 31 s.ganev at datamax.bg https://www.epay.bg [1] Please do not print this e-mail unless you really need to! This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please n...
2020 Feb 14
0
[PATCH AUTOSEL 5.5 359/542] drm/nouveau/fault/gv100-: fix memory leak on module unload
From: Ben Skeggs <bskeggs at redhat.com> [ Upstream commit 633cc9beeb6f9b5fa2f17a2a9d0e2790cb6c3de7 ] Signed-off-by: Ben Skeggs <bskeggs at redhat.com> Signed-off-by: Sasha Levin <sashal at kernel.org> --- drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c
2004 Sep 18
0
[Bug 1633] error in rsync protocol data stream (code 12) at io.c(359)
https://bugzilla.samba.org/show_bug.cgi?id=1633 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From wayned@samba.org 2004-09-18 10:11
1999 Dec 04
0
Inconsistent messages with [[ list indexing (PR#359)
R 0.90.0: > Empl <- list(aa=1, b=2, c=3) > Empl[[as.numeric(NA)]] Error in Empl[[as.numeric(NA)]] : subscript out of bounds > Empl[[as.integer(NA)]] Error: attempt to select more than one element > Empl[[as.logical(NA)]] Error: attempt to select more than one element Now, (a) None of those messages is appropriate. (b) At least the first two should be the same. (c) S gives NULL
2013 Oct 06
2
Encoder off by one
Why does opus_encode return 359, and not 360, please? This is my code: int iShortsRead = fread(m_RawBytes, sizeof(short), (5760/sizeof(short)), fin); for(int i=0;i<iShortsRead;i++) { opus_int32 s; s=m_RawBytes[2*i+1]<<8|m_RawBytes[2*i]; s=((s&0xFFFF...
2013 Feb 27
0
[LLVMdev] Question about intrinsic function llvm.objectsize
...; > Thanks > Shuxin > > > > This question is related to PR14988 (failure in bootstrap build > with LTO). Part of the reason is that > the compiler interpret the pretty vague team "object" in different > ways -- the "object" suggested by > line 359 @ figure 1 is just a part of the "object" implied by Figure 2. > > I try to fix the problem PR14988 by replacing line 359 with "Size > = Offset.getZextValue()"; It does fix the problem. > However, I'm wondering in what situations the Offset != 0. So I put &...
2015 May 28
3
Re: Concurrent scanning of same disk
...driver by Joerg Roedel <joerg.roedel@amd.com> [ 0.355633] AMD IOMMUv2 functionality not available on this system [ 0.356560] TCP: cubic registered [ 0.357022] NET: Registered protocol family 10 [ 0.358515] mip6: Mobile IPv6 [ 0.358927] NET: Registered protocol family 17 [ 0.359539] mpls_gso: MPLS GSO support [ 0.360282] registered taskstats version 1 [ 0.361148] rtc_cmos rtc_cmos: setting system clock to 2015-05-28 06:36:02 UTC (1432794962) [ 0.364149] Freeing unused kernel memory: 1204K (ffffffff818ee000 - ffffffff81a1b000) [ 0.365218] Write protecting the ke...