search for: 2585

Displaying 20 results from an estimated 69 matches for "2585".

Did you mean: 255
2016 Jul 17
0
[Bug 2585] Several syslog messages have too high priority
https://bugzilla.mindrot.org/show_bug.cgi?id=2585 Bug 2585 depends on bug 2249, which changed state. Bug 2249 Summary: sshd ignores PAM_MAXRETRIES pam return value https://bugzilla.mindrot.org/show_bug.cgi?id=2249 What |Removed |Added ----------------------------------------------------------------------------...
2016 Jul 15
0
[Bug 2585] Several syslog messages have too high priority
https://bugzilla.mindrot.org/show_bug.cgi?id=2585 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned-bugs at mindrot.org |dtucker at zip.com.au Status|NEW...
2016 Jul 17
0
[Bug 2585] Several syslog messages have too high priority
https://bugzilla.mindrot.org/show_bug.cgi?id=2585 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED...
2016 Aug 02
0
[Bug 2585] Several syslog messages have too high priority
https://bugzilla.mindrot.org/show_bug.cgi?id=2585 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Damien Miller <djm at mindrot.org&g...
2008 Jul 31
5
[LLVMdev] Generating movq2dq using IRBuilder
On Jul 31, 2008, at 7:22 AM, Nicolas Capens wrote: > In the same breath I’d also like to kindly ask if someone could have > a look at the reverse operations, namely trunk from 128 to 64 bit > using movdq2q, and 128 to 32 and 64 to 32 using movd. This also > seems related to Bug 2585. Thanks again. The operations you're describing can be represented as insertelement and extractelement in LLVM IR. I don't know of anyone actively working on MMX tuning for LLVM, so if you'd like to see it improve, consider yourself encouraged to get involved directly :-). Dan
2008 Aug 01
0
[LLVMdev] Generating movq2dq using IRBuilder
Hi Dan, Yes, they could be represented with insertelement and extractelement, but I don't think they actually generate optimal code using movq2dq and such. Else both bugs 2584 and 2585 would be fixed. Anyway, I'm actually already encouraged to get involved myself. I'm quite experienced with MMX and SSE but I'm still trying to learn more about how LLVM does instruction selection and such. By the way, I noticed that movq2dq and such are missing from the intrinsics as...
2008 Jul 31
0
[LLVMdev] Generating movq2dq using IRBuilder
...31, 2008, at 7:22 AM, Nicolas Capens wrote: >> In the same breath I’d also like to kindly ask if someone could have >> a look at the reverse operations, namely trunk from 128 to 64 bit >> using movdq2q, and 128 to 32 and 64 to 32 using movd. This also >> seems related to Bug 2585. Thanks again. > > The operations you're describing can be represented as insertelement > and extractelement in LLVM IR. > > I don't know of anyone actively working on MMX tuning for LLVM, so > if you'd like to see it improve, consider yourself encouraged to > get i...
2003 Feb 17
2
how to define share for sharing lmhosts?
...(172.16.64.3) closed connection to service public =================================================================== Why is user root rejected? This share is totally public isn't it? TIA -- Ren? Nieuwenhuizen Afdeling Informatietechnologie Centraal Planbureau Bezoekadres: Van Stolkweg 14, 2585 JR Den Haag Postadres: Postbus 80510, 2508 GM Den Haag T (070) 3383 342 F (070) 3383 350 I http://www.cpb.nl/nl/general/org/afdelingen/it/ -- ================================================================================ Aan dit bericht kunnen geen rechten worden ontleend. Het bericht is alle...
2002 Nov 22
2
Add -D_XOPEN_SOURCE_EXTENDED definition for HP/UX 11.00 platform
...out this definition you'll get warnings on all socket operation because the socket operations are UNIX98 specific and HP/UX 11.00 will support this when _XOPEN_SOURCE_EXTENDED is defined. -- Ren? Nieuwenhuizen Afdeling Informatietechnologie Centraal Planbureau Bezoekadres: Van Stolkweg 14, 2585 JR Den Haag Postadres: Postbus 80510, 2508 GM Den Haag T (070) 3383 342 F (070) 3383 350 I http://www.cpb.nl/nl/general/org/afdelingen/it/ -- ================================================================================ Aan dit bericht kunnen geen rechten worden ontleend. Het bericht is alle...
2006 Apr 11
4
Unable to run application from share
I'm not sure if this is a samba problem or just a problem with the app. I'm unable to an application from a shared drive "\\ucd01\protel\". I've mapped the network drive "k:\protel\"and the apps ini file points to it but gives me an error message suggesting it can't see the drive. XP can however and I can browse it in explorer. A strange thing is that when I
2008 May 31
1
Loading data into a list of environments
...= "/home/testData/Data.RData", i) I've tried, among other attempts, to use "as.environment(i)" without success. My "i" is seen as a character, but I want it to be seen as the environment which it represents. Kind regards, J.Powell LEI Visserij Alexanderveld 5 2585 DB Den Haag The Netherlands
2006 Aug 22
0
Re: Multi-select and drag and drop
Hi Peter, is your patch against script.aculo.us mentioned in [1] gone any further in the last 3 months? -- alberto [1] http://dev.rubyonrails.org/ticket/2585 On 22/ago/06, at 00:35, Peter Michaux wrote: > > On 8/21/06, Bill Lazar <blazar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> Before pounding my head on this particular rock I want to ask if >> anyone has done, or come across an article or code on how to do,...
2008 Jul 31
0
[LLVMdev] Generating movq2dq using IRBuilder
In the same breath I'd also like to kindly ask if someone could have a look at the reverse operations, namely trunk from 128 to 64 bit using movdq2q, and 128 to 32 and 64 to 32 using movd. This also seems related to Bug 2585. Thanks again. From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Nicolas Capens Sent: Thursday, 31 July, 2008 16:03 To: 'LLVM Developers Mailing List' Subject: [LLVMdev] Generating movq2dq using IRBuilder Hi all, How do I generate the movq...
2008 Jul 31
2
[LLVMdev] Generating movq2dq using IRBuilder
Hi all, How do I generate the movq2dq SSE2 instruction using the IRBuilder? There is no zext from 64-bit to 128-bit (corresponding to MMX to XMM register transfer) as far as I can tell. So I've tried inserting an i64 into a v2i64, which generates valid code but rather a number of stores and loads on the stack instead of a single movq2dq. Looking though the code, I found a pattern for
2006 Jul 21
0
[Fwd: Re: Parameterization puzzle]
...rian Ripley <ripley at stats.ox.ac.uk> References: <44C063E5.3020703 at waikato.ac.nz> <Pine.LNX.4.64.0607210716270.12611 at gannet.stats.ox.ac.uk> Apologies for a non-selfcontained example. Here is what I should have sent: pyears <- scan() 18793 52407 10673 43248 5710 28612 2585 12663 1462 5317 deaths <- scan() 2 32 12 104 28 206 28 186 31 102 l <- log(pyears) Smoke <- gl(2,1,10,labels=c("No","Yes")) Age <- gl(5,2,10,labels=c("35-44","45-54","55-64","65-74","75-84"), ordered=TRU...
2006 Jul 21
1
Parameterization puzzle
Consider the following example (based on an example in Pat Altham's GLM notes) pyears <- scan() 18793 52407 10673 43248 5710 28612 2585 12663 1462 5317 deaths <- scan() 2 32 12 104 28 206 28 186 31 102 Smoke <- gl(2,1,10,labels=c("No","Yes")) Age <- gl(5,2,10,labels=c("35-44","45-54","55-64","65-74","75-84"), ordered=TRUE) mod1.glm <- gl...
2011 May 12
2
Realtime - ara180
...gt; odbc,asterisk sipusers => mysql,asterisk,sip_devices sippeers => mysql,asterisk,sip_devices ;sippeers => odbc,asterisk ;sipregs => odbc,asterisk ;voicemail => odbc,asterisk And restarted the asterisk-process... Some lines from /var/log/asterisk/messages: May 12 14:05:33] WARNING[2585] config.c: Realtime mapping for 'sippeers' found to engine 'mysql', but the engine is not available [May 12 14:05:33] WARNING[2585] config.c: Realtime mapping for 'sippeers' found to engine 'mysql', but the engine is not available [May 12 14:05:55] WARNING[2630] co...
2005 Nov 17
3
Can't set ACL on Samba
..._sid.c:fetch_gid_from_cache(253) fetch gid from cache 10512 -> S-1-5-21-2707684321-3739850521-1540700870-512 [2005/11/17 23:12:22, 3] smbd/dosmode.c:unix_mode(121) unix_mode(WINDOWSRegDefrag.dat) returning 0744 [2005/11/17 23:12:22, 3] smbd/ posix_acls.c:convert_canon_ace_to_posix_perms(2585) convert_canon_ace_to_posix_perms: Too many ACE entries for file WINDOWSRegDefrag.dat to convert to posix perms. [2005/11/17 23:12:22, 3] smbd/posix_acls.c:set_nt_acl(3265) set_nt_acl: failed to convert file acl to posix permissions for file WINDOWSRegDefrag.dat. [2005/11/17 23:12:22, 3]...
2002 Nov 24
1
How to compile samba-2.2.x on HP/UX 11.00
...e errors I make??? Thanks in advance, BTW. I can get samba error free by removing _LARGEFILE64_SOURCE and adding _LARGEFILE_SOURCE (64 left out). But am I missing out on some specialities? -- Ren? Nieuwenhuizen Afdeling Informatietechnologie Centraal Planbureau Bezoekadres: Van Stolkweg 14, 2585 JR Den Haag Postadres: Postbus 80510, 2508 GM Den Haag T (070) 3383 342 F (070) 3383 350 I http://www.cpb.nl/nl/general/org/afdelingen/it/ -- ================================================================================ Aan dit bericht kunnen geen rechten worden ontleend. Het bericht is all...
2016 Aug 01
0
Announce: OpenSSH 7.3 released
...icates; * ssh(1): Add an Include directive for ssh_config(5) files. * ssh(1): Permit UTF-8 characters in pre-authentication banners sent from the server. bz#2058 Bugfixes -------- * ssh(1), sshd(8): Reduce the syslog level of some relatively common protocol events from LOG_CRIT. bz#2585 * sshd(8): Refuse AuthenticationMethods="" in configurations and accept AuthenticationMethods=any for the default behaviour of not requiring multiple authentication. bz#2398 * sshd(8): Remove obsolete and misleading "POSSIBLE BREAK-IN ATTEMPT!" message when forward...