search for: 245

Displaying 20 results from an estimated 1217 matches for "245".

Did you mean: 24
2018 Feb 26
0
problem with moveSpillUsesAfterCoroBegin
...nal fastcc i8* @amain(%StackTrace* nonnull, %Allocator*, i16*) unnamed_addr #0 !dbg !234 { Entry: %3 = alloca { i16, %"[]u8" }, align 8 %4 = alloca { i16, %"[]u8" }, align 8 %_anon = alloca %AsyncFramePromise, align 8 %5 = bitcast %AsyncFramePromise* %_anon to i8*, !dbg !245 call void @llvm.memcpy.p0i8.p0i8.i64(i8* %5, i8* bitcast (%AsyncFramePromise* @16 to i8*), i64 24, i32 8, i1 false), !dbg !245 call void @llvm.dbg.declare(metadata %AsyncFramePromise* %_anon, metadata !239, metadata !DIExpression()), !dbg !245 %6 = bitcast %AsyncFramePromise* %_anon to i8*, !...
2009 Jul 14
1
Polycom Spectralink 8002 WiFi Phones
...e to make it receive calls. Weird thing its that if you make a call from it and while you are on that call you dial its number does calls go thru in second line, but as soon as you terminate both calls it wont recieve any calls again. Heres a look from the asterisk CLI : -- Registered SIP '245' at 192.168.0.239 port 5060 expires 60 trixbox1*CLI> sip show peer 245 trixbox1*CLI> Name : 245 Secret : Set MD5Secret : Not set Context : from-internal Subscr.Cont. : Not set Language : AMA flags : Unknown Transfer mode: open CallingPres : Presentation Allowed, Not Screened Callgroup :...
2003 Feb 21
1
2.2.7a - lot of open/close calls
I'me trying to track down a performance problem as I posted yesterday and as I increase the log level I've noticed this... [2003/02/21 08:19:06, 2] smbd/open.c:open_file(245) dm389245 opened file mr00257.bat read=Yes write=No (numopen=1) [2003/02/21 08:19:06, 2] smbd/close.c:close_normal_file(213) dm389245 closed file mr00257.bat (numopen=0) [2003/02/21 08:19:06, 2] smbd/open.c:open_file(245) dm389245 opened file mr00257.bat read=Yes write=No (numopen=1) [2003/02...
2011 Jul 28
0
xapian.InvalidArgumentError: Term too long (> 245)?
xapian.InvalidArgumentError: Term too long (> 245): XTEXT... What is 245 here. 245 characters or 245 bytes or 245 words or 245 unique words or 245 characters in one word? Does it include spaces? Ashish
2006 Jun 10
1
issues with cifs mount
...cifs. I have 2 issues with this setting. First with the evolution email client, when I pop my mails I have the following error: Cannot append message to mbox file: /home/profs/user1/.evolution/mail/local/Inbox: Permission denied The log.smbd shows: [2006/06/10 08:25:33, 2] smbd/open.c:open_file(245) user1 opened file .evolution/mail/local/Inbox read=Yes write=Yes (numopen=10) [2006/06/10 08:25:33, 2] smbd/open.c:open_file(245) user1 opened file .evolution/mail/local/InboxizR3Ga read=Yes write=Yes (numopen=11) [2006/06/10 08:25:33, 2] smbd/close.c:close_normal_file(272) user1 closed fi...
2002 May 17
16
[Bug 245] SSH can not log out under Solaris 2.6
http://bugzilla.mindrot.org/show_bug.cgi?id=245 ------- Additional Comments From wknox at mitre.org 2002-05-18 00:58 ------- Same issue with Solaris 8 built with gcc 2.95.2 with the following configure options: --without-rsh --with-tcp-wrappers --with-pam --disable-suid-ssh --with-prngd-socket --with-default-path=/usr/local/bin:/usr/bin:/...
2011 Jun 21
3
Error after upgrading to latest xapian distro
I upgraded to latest xapian version and I have started getting xapian.InvalidArgumentError: Term too long (> 245): XTEXT... This issue was not there in 1.0.16 but it is in the latest version. Any solutions. thanks
2007 Mar 29
3
Samba logging behavior on new files
...s on new file creation. New file creation is done by copying file to share directory after mounting it. Log configuration of samba server is log file = /var/log/samba/%U.log log level = 2 Below is log entries when GNU/Linux is used. [2007/03/20 18:01:18, 2] smbd/open.c:open_file(245) b2bc1ir opened file outbox/echoserver read=Yes write=Yes (numopen=1) [2007/03/20 18:01:18, 2] smbd/reply.c:reply_mknew(1324) new file outbox/echoserver [2007/03/20 18:01:18, 2] smbd/close.c:close_normal_file(270) b2bc1ir closed file outbox/echoserver (numopen=0) Below is log entries when Wi...
2004 Aug 20
0
Fedora Core2 / Samba / Ldap / smbldap-tools - No account in Domain.
...ldeburgh loginShell: /bin/bash sambaLMPassword: xxxxxxxxxxxxxxxxxxxxxxxxxxx sambaNTPassword: xxxxxxxxxxxxxxxxxxxxxxxx sambaPwdLastSet: 1092735020 userPassword:: xxxxxxxxxxxxxxxxxxxxxxxxx Section from the slapd.log file when the workstation is searched. Aug 20 11:19:45 ipswich slapd[24795]: conn=245 fd=25 ACCEPT from IP=xxx.xxx.xxx.xxx:35052 (IP=0.0.0.0:389) Aug 20 11:19:45 ipswich slapd[24795]: conn=245 op=1 BIND dn="cn=samba,dc=adastral,dc=ucl,dc=ac,dc=uk" method=128 Aug 20 11:19:45 ipswich slapd[24795]: conn=245 op=1 BIND dn="cn=samba,dc=adastral,dc=ucl,dc=ac,dc=uk" mech...
2016 Aug 19
6
OT: Cloning llvm repo over low speed connection != fun
.../libcxxabi/build/CMakeFiles/CMakeOutput.log". asura at asura-X3:/usr/local/src/libcxxabi/build$ cd ../.. asura at asura-X3:/usr/local/src$ git clone git at github.com:llvm-mirror/llvm.git Cloning into 'llvm'... remote: Counting objects: 1228082, done. remote: Compressing objects: 100% (245/245), done. Receiving objects: 13% (167280/1228082), 68.86 MiB | 20.00 KiB/s ^Cfatal: The remote end hung up unexpectedly asura at asura-X3:/usr/local/src$ rm -rf llv^C asura at asura-X3:/usr/local/src$ git clone git at github.com:llvm-mirror/llvm.git Cloning into 'llvm'... remote: Count...
2005 Nov 25
2
Wx::SystemSettings mark II
...i (SWIG file) The sample should allow you to view the available information about system colours, fonts and metrics (eg cursor size, display size) in a Grid. Incidentally, there seems to be a bug in Wx::Grid - when I double-click on a grid cell, I get samples/system_settings/system_settings.rb:245:in `get_text_extent'': No matching function for overloaded ''wxWindow_GetTextExtent'' (ArgumentError) from samples/system_settings/system_settings.rb:245:in `main_loop'' from samples/system_settings/system_settings.rb:245 There''s no explicit call t...
2015 Feb 14
3
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
...hat whatever fetchmail does with the message is not important at all. You will see something like this: 12 messages for someuser at localhost (folder inbox-b). reading message someuser at localhost:1 of 12 (171 header octets) (3 body octets) flushed reading message someuser at localhost:2 of 12 (245 header octets) (3 body octets) flushed reading message someuser at localhost:3 of 12 (245 header octets) (3 body octets) flushed reading message someuser at localhost:4 of 12 (245 header octets) (3 body octets) flushed reading message someuser at localhost:5 of 12 (245 header octets) (3 body octets...
2004 Dec 20
11
winbind problems
...) Username WAYNE/DISPATCH_GW1$ is invalid on this system [2004/12/20 16:05:13, 1] smbd/sesssetup.c:reply_spnego_kerberos(250) Username WAYNE/DISPATCH_GW1$ is invalid on this system ----------/var/log/samba/log.winbindd------------------- [2004/12/20 16:51:07, 1] libsmb/ntlmssp.c:ntlmssp_update(245) Failed to parse NTLMSSP packet, could not extract NTLMSSP command [2004/12/20 16:54:52, 1] libsmb/clikrb5.c:ads_krb5_mk_req(313) krb5_cc_get_principal failed (No such file or directory) [2004/12/20 16:56:18, 1] libsmb/ntlmssp.c:ntlmssp_update(245) Failed to parse NTLMSSP packet, could not ex...
2002 Dec 10
0
Changing printer properties caused infinite loop (samba-2.2.7, cups-1.1.16, Solaris 2.8)
...gs and saved them. If I open them again, nothing is changed. If I watch the logs, there is an loop writing, which continues until I stop samba: Does anybody have an idea what ther could be the problem? Printing works but setting document default not? [2002/12/09 17:43:31, 2] smbd/open.c:open_file(245) root opened file W32X86/2/ADOBEPS5.DLL read=Yes write=No (numopen=1) [2002/12/09 17:43:31, 2] smbd/open.c:open_file(245) root opened file W32X86/2/ADOBEPSU.DLL read=Yes write=No (numopen=2) [2002/12/09 17:43:31, 2] smbd/open.c:open_file(245) root opened file W32X86/2/hp5000.PPD read=Yes writ...
2002 Dec 13
5
[Bug 245] SSH can not log out under Solaris 2.6
http://bugzilla.mindrot.org/show_bug.cgi?id=245 ------- Additional Comments From dtucker at zip.com.au 2002-12-14 00:36 ------- Did some digging on this. Carson seems to be correct in that the problem is due to missing controlling terminal. I uncommented the setsid() in sshd.c and added some debugging log() calls to sshd, which generate...
2005 Feb 23
0
Excessive file traffic when viewing Printer Properties with 3.0.11
...tions. Just opening the properties dialog box results in all the driver files for the printer being read. Many times. Very slowly. The server in question is running 3.0.11. When I look at the logfile of my workstation on the server I see traces like: [2005/02/23 11:59:28, 2] smbd/open.c:open_file(245) dlandgre opened file W32X86/3/HPBFTM32.DLL read=Yes write=No (numopen=9) [2005/02/23 11:59:29, 2] smbd/open.c:open_file(245) dlandgre opened file W32X86/3/HPBFTM32.DLL read=Yes write=No (numopen=10) [2005/02/23 11:59:39, 2] smbd/close.c:close_normal_file(270) dlandgre closed file W32X86/3/HP...
2012 Jul 25
0
Bug#682750: xen-utils-common: guests detection broken for shutdown
...detect wrong guests: | Stopping libvirt management daemon: libvirtd. | Clearing ebtables rulesets: filter nat broute done. | Shutting down Xen domains: bev-d6x02(save).Error: Domain '1024' does not exist. | !(shut).Error: Domain '1024' does not exist. | /etc/init.d/xendomains: line 245: 7191 Terminated watchdog_xm save | !/etc/init.d/xendomains: line 134: 7231 Terminated watchdog_xm shutdown | bev-r5x01(save)/etc/init.d/xendomains: line 245: 7231 Terminated watchdog_xm shutdown | .Error: Domain '4096' does not exist. | !(shut).Er...
2015 Feb 15
0
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
...e message is not important at all. > > > You will see something like this: > > 12 messages for someuser at localhost (folder inbox-b). > reading message someuser at localhost:1 of 12 (171 header octets) (3 body octets) flushed > reading message someuser at localhost:2 of 12 (245 header octets) (3 body octets) flushed > reading message someuser at localhost:3 of 12 (245 header octets) (3 body octets) flushed > reading message someuser at localhost:4 of 12 (245 header octets) (3 body octets) flushed > reading message someuser at localhost:5 of 12 (245 header octets)...
2013 Feb 28
0
Dynamic DNS updates not working
.../dns_server/dns_update.c:672(handle_updates) update count is 3 [2013/02/28 16:29:57, 2] ../source4/dns_server/dns_update.c:395(handle_one_update) Looking at record: [2013/02/28 16:29:57, 2] ../source4/dns_server/dns_update.c:396(handle_one_update) [2013/02/28 16:29:57, 1] ../librpc/ndr/ndr.c:245(ndr_print_debug) discard_const(update): struct dns_res_rec name : 'sto-print01.corp.lo' rr_type : DNS_QTYPE_AAAA (0x1C) rr_class : DNS_QCLASS_ANY (0xFF) ttl : 0x00000000...
2010 Nov 05
1
How to extract particular rows and column from a table
...0049953 30049953 + . 48 NA ESME HEP0102102796h05.w2kF59780SCF:170 CpG Variation 6 30049969 30049969 + . 30 NA ESME HEP0102102796h05.w2kF59780SCF:172 CpG Variation 6 30049971 30049971 + . 38 NA ESME HEP0102102796h05.w2kF59780SCF:245 CpG Variation 6 30050044 30050044 + . 14 NA ESME HEP0102102796h05.w2kF59780SCF:363 CpG Variation 6 30050162 30050162 + . 0 NA ESME HEP0102102796h05.w2kF59780SCF:382 CpG Variation 6 30050181 30050181 + . 1 NA ESME HEP01...