search for: 5235

Displaying 20 results from an estimated 26 matches for "5235".

Did you mean: 235
2008 Jan 31
1
DO NOT REPLY [Bug 5235] New: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=5235 Summary: buffer overflow in receive_file_entry Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org...
2001 Mar 23
4
getpeername failed
Hello, I use SAMBA under OpenBSD 2.8. When the clients log in some times they have a reject : Authentificate Failure... And in the log we can observe the same time : getpeername failed. Error was Socket is not connected ? Can somebody help me please ? Thanks -------------- next part -------------- HTML attachment scrubbed and removed
2004 Apr 13
1
Problem with flags
...The thing that doesn't seem to be working right is Thunderbird's Label feature, which uses custom IMAP flags. I noticed that once I labeled a message, I couldn't un-label it. I recorded this exchange between Thunderbird and Dovecot while using the Label/None command on a message: 5235 uid store 35 -Flags ($Label1 $Label2 $Label3 $Label4 $Label5) * 35 FETCH (FLAGS (\Answered \Seen NonJunk $Label4 $Label5) UID 35) 5235 OK Store completed. Even though Thunderbird is sending the -Flags command for all its custom flags, the message is still retaining two of those flags. Just out o...
2007 May 11
1
A couple of questions for the Mitel gurus (phone-related - not systems)
Hi Folks, Just in case there are any Mitel gurus here: 1) Is it possible to convince a non-dual mode 5220 phone to 'upgrade' to the SIP firmware? I have inherited one that's Minet only. 2) I have a 5310 conference unit and 5235 phone in SIP mode, but someone's lost the connecting lead. Can anyone recommend anywhere in the UK for a replacement lead or confirm the pin-out so I can check whether a generic RJ-RJ lead will work without frying anything. Thanks Nigel Kendrick
2010 Apr 01
3
pvals.fnc() with language R does not work with R 2.10.1
Hi Everyone, I am using R 2.10.1. lmer function works properly, however pvals.fnc () does not despite the fact that I uploaded: - library(lme4) - library(coda) - library(languageR) This is the error message I get pvals.fnc(lexdec3.lmerE2, nsim=10000)$fixed Error in pvals.fnc(lexdec3.lmerE2, nsim = 10000) : MCMC sampling is not yet implemented in lme4_0.999375 for models with random
2010 Dec 01
3
How to pass selection criteria in a function
...riteria){                     subset( data, criteria) } and then calling:     newTable(myData, score > 75) But this doesn't work. I am sure there is a simple way to do this, but I am stuck! Please help. Thanks! Chris McCarthy, PhD Department of Mathematics BMCC Office: N522   Extension: 5235 cmccarthy@bmcc.cuny.edu [[alternative HTML version deleted]]
2006 Jan 16
5
SIP hardphones with xml/html/xhtml/microbrowser support?
What hardphones support xml/html/xhmtl/microbrowser? I need an inexpensive SIP hardphone that can run simple applications (queue status, etc). The phones I know of: Aastra 480i, 9112i, 9133i (though limited by 3 LCD lines on the 91xx seems kind of silly) Cisco 79xx Mitel 5235 Polycom IP601 Any others? -Dan
2009 Apr 17
2
Quota not being dispayed correctly in 1.2rc2 (with proof)
...-10804 -1 -3950 -1 -105998 -1 -40275 -1 -484400 -1 -5759 -2 -3031 -1 -93552 -1 -1062 -1 -5574 -2 -28023 -1 6076155 1 -6075805 -1 -6076155 -1 -1913 -1 -6136730 -1 49301 1 21440 1 11678157 1 758 1 5334 1 5015 1 1846 1 136949 1 5493 1 19408 1 -19408 -1 8228921 1 16643 1 9007 1 3178 1 -16643 -1 1112 1 5235 1 928 1 -5235 -1 3394 1 3279 1 52579 1 1210391 1 9583 1 8569 1 8826 1 2759 1 4171416 1 -8826 -1 -9583 -1 4713 1 4835 1 320379 1 2824 1 1257 1 3040 1 20518 1 -20518 -1 60461 1 -60461 -1 2585 1 12141 1 -12141 -1 825 1 894 1 5166 1 1198 1 -5166 -1 -4171416 -1 328031 1 26553 1 3122 1 3939 1 1340 1 1985...
2020 Oct 26
0
Looking for a guide to collect all e-mail from the ISP mail server
...doku.php https://dokuwiki.nausch.org/doku.php/centos:mail_c7:spam_6 I am sure others can provide other language guides as well. best regards --- Michael Schumacher -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5235 bytes Desc: S/MIME Cryptographic Signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20201026/8234a1eb/attachment.p7s>
2006 May 30
0
Fixing PUT to work with multipart messages
...tes. The problem is, we need multipart requests, but there''s a bug in CGI, and it doesn''t work. The rails code as a fix for POST requests, but not for PUT requests. So we added PUT as well and it works great now. I posted this as a patch in trac (http://dev.rubyonrails.org/ticket/5235) so you can get it if you need this functionality. Yu can also read about it in my blog: http://devblog.famundo.com/articles/2006/05/30/fixing-multipart-post-in-rails Bye, Guy. -- Family management on rails: http://www.famundo.com - coming soon! My development related blog: http://devblog.famu...
2010 Aug 13
0
instrction emulation problem
...t x86_emulate_ops ptwr_emulate_ops; in do_general_protection { .... struct x86_emulate_ctxt ctxt; ctxt.regs = regs; ctxt.force_writeback = 1; // 0 is the same ctxt.addr_size = 32; ctxt.sp_size = 32; ret = x86_emulate(&ctxt, &ptwr_emulate_ops); ... } the error message is: (XEN) mm.c:5235:d0 ptwr_emulate: bad access (cr2=553a4000, addr=e81b5fac, bytes=4) I have another idea, I directly update the stack and change the EIP and ESP like this: regs->esp -= 4; __raw_copy_to_guest((void*)regs->esp, &regs->ebp, sizeof(unsigned int)); regs->eip += 1; I am not sure it...
2010 Jun 29
0
how to create a shape file from a polygone
...to create the SpatialPolygonsDataFrame object that is required. I'm using WinXP pro 32bit and R 2.11.0 Thanks for your help, Bastien Ferland-Raymond, M.Sc. candidate Universit? Laval Qu?bec, Canada __________ Information from ESET NOD32 Antivirus, version of virus signature database 5235 (20100628) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
2010 Oct 22
1
problem about create project by aptana
...roject by windows cmd but when create project with aptana it perform conflict the pic i attached.Any one face this problem .Share idea please best Tanawat Attachments: http://www.ruby-forum.com/attachment/5235/railsconflicct.png -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscrib...
2007 Oct 01
5
Cross-platform GUI libraries with drag 'n drop IDEs
OS: CentOS 5.0 x86. I am a programmer, relatively new to GNU/Linux and am looking for cross platform GUI development, mainly for EL5 and Windows. I have found wxWidgets so far. I prefer drag 'n drop programming IDEs, QT seems to provide this for GNU/Linux, but it isn't free for Windows. Does anyone know of any decent GUI cross-platform library for EL5 and Windows with a drag 'n
2012 Feb 23
1
Bug in nested_attributes_for: question about best way to patch
I''ve discovered what I''m pretty confident is unexpected behavior in accepts_nested_attributes_for, and am developing a patch, but I''ve encountered a question about how the core team would prefer the implementation to look. Here''s the bug: when assigning to a belongs_to relationship (and I believe one-to-one, but I haven''t verified yet) if you mark the
2020 Oct 25
5
Looking for a guide to collect all e-mail from the ISP mail server
> Your goal does not sound weird. OK, thanks for the confirmation. > The most painless way might be to fetch incoming messages from > the ISP's IMAP and deliver them to your local dovecot. > A shortened fetchmailrc would read: > > poll remote.server ? > ? user ?, password ? > ? folder 'INBOX' > ? fetchall > ? idle > ? ssl > mda
2006 Apr 21
8
listing available provider names
Is there a trick to listing available providers? I can''t find it.
2009 Aug 05
6
Could not find kernel image : vmlinuz
...Aug 5 13:10:26 server17 in.tftpd[5230]: RRQ from 192.168.1.240 filename /pxelinux.cfg/C Aug 5 13:10:26 server17 in.tftpd[5231]: RRQ from 192.168.1.240 filename /pxelinux.cfg/default Aug 5 13:10:44 server17 in.tftpd[5234]: RRQ from 192.168.1.240 filename /vmlinuz Aug 5 13:10:47 server17 in.tftpd[5235]: RRQ from 192.168.1.240 filename /vmlinuz Aug 5 13:10:54 server17 in.tftpd[5236]: RRQ from 192.168.1.240 filename /vmlinuz Aug 5 13:11:07 server17 in.tftpd[5238]: RRQ from 192.168.1.240 filename /vmlinuz Aug 5 13:11:33 server17 in.tftpd[5242]: RRQ from 192.168.1.240 filename /vmlinuz Aug 5 13:...
2009 Aug 21
21
[Bug 23445] New: NV46: GPU lockup on VT switch
http://bugs.freedesktop.org/show_bug.cgi?id=23445 Summary: NV46: GPU lockup on VT switch Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2007 Nov 26
0
14 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_file_reference.c libswfdec/swfdec_load_object.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_system_security.c test/trace
...5227 reset +5228: 5228 +5228: 5228 +5228: 5228 +5229: 5229 +5229: 5229 +5229: 5229 +5230: 5230 +5230: 5230 +5230: 5230 +5231: 5231 +5231: 5231 +5231: 5231 +5232: 5232 +5232: 5232 reset +5232: 5232 reset +5233: 5233 +5233: 5233 reset +5233: 5233 reset +5234: 5234 +5234: 5234 reset +5234: 5234 reset +5235: 5235 +5235: 5235 reset +5235: 5235 reset +5236: 5236 +5236: 5236 +5236: 5236 +5237: 5237 +5237: 5237 +5237: 5237 +5238: 5238 +5238: 5238 +5238: 5238 +5239: 5239 +5239: 5239 +5239: 5239 +5240: 5240 +5240: 5240 reset +5240: 5240 reset +5241: 5241 +5241: 5241 reset +5241: 5241 reset +5242: 5242 +5242...