search for: criticised

Displaying 20 results from an estimated 50 matches for "criticised".

2015 Nov 10
3
idmap & migration to rfc2307
On 10/11/15 17:47, Jeremy Allison wrote: > On Tue, Nov 10, 2015 at 09:14:13AM +0100, buhorojo wrote: >> We don't think that is fair. We may not represent the views of the >> developers but we do feel that we are entitled to air our views >> here. We have support off-list, mainly from those who feel >> restricted in what they say here. Please do not use your power to
2015 Nov 10
2
idmap & migration to rfc2307
On 09/11/15 21:35, Jeremy Allison wrote: > On Mon, Nov 09, 2015 at 12:55:23PM +0100, buhorojo wrote: >>>>>> So could you please stop sabotaging these efforts? >>>> We are helping, not sabotaging. >>> We? .... Is that you ... steves? >> Eh? Plural. We work as a team. It works that way. > Ah. OK. Can we please remove the 'buhorojo' >
2008 May 13
3
[LLVMdev] Emotional responses to feedback
Earlier this year I was lucky enough to have the chance to speak with a very successful businessman at the top of his niche, and I asked him, "Clearly you have a formula for success, what is it?" He told me his secret. He said that every month they pull a name out of a bucket, and that person must then prepare a 20 minute presentation explaining why one of their COMPETITOR'S
2011 Sep 10
4
TIP for broken ARIN whois
...However since ARIN, the North American registrar of IP addresses, "modernised" its WHOIS processing, a query to whois 64.64.64.64 will produce a one line summary of possible matches, which always includes ARIN, but omits the details we used to receive before ARIN implemented its much criticised "improved" service. A one line script solves it for me (but only for ARIN network entries). #!/bin/bash whois -h whois.arin.net n + $1 I call my script .arin .arin 64.64.64.64 produces a normal output. Paul.
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
On 09/08/19 18:24, Matthew Wilcox wrote: > On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote: >> +++ b/include/linux/page-flags.h >> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY) >> */ >> #define PAGE_MAPPING_ANON 0x1 >> #define PAGE_MAPPING_MOVABLE 0x2 >> +#define PAGE_MAPPING_REMOTE 0x4 > Uh. How do you know page->mapping would
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
On 09/08/19 18:24, Matthew Wilcox wrote: > On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote: >> +++ b/include/linux/page-flags.h >> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY) >> */ >> #define PAGE_MAPPING_ANON 0x1 >> #define PAGE_MAPPING_MOVABLE 0x2 >> +#define PAGE_MAPPING_REMOTE 0x4 > Uh. How do you know page->mapping would
2005 Sep 07
2
AACPlus Shoutcast v1.90
On Tue, Sep 06, 2005 at 09:56:06PM -0500, Jay Krivanek wrote: > Yea, don't get me wrong, ogg is definitely an awesome format but aacplus v2 > is currently the leader in high fidelity quality at low bitrates. 24kbps > aacplus even kicks ass in my view. Is that 24kbps AACPLUS a full 44.1kHz stereo signal with frequencies preserved up to at least 15kHz? (Just curious, not
2008 Jul 06
1
Dovecot failed with a correct sql user_query
Dovecot (1.1.1) criticises a sql user_query that's working on the sql console and thats correct. DOVECOT-LOG: "dovecot: Jul 06 22:58:29 Error: auth(default): sql(nti): User query failed: ERROR: syntax error at or near "mbox" dovecot: Jul 06 22:58:29 Error: auth(default): LINE 1: ...gid, home, (CASE WHEN smtp like '/var/pop3/ THEN 'mbox:' || ..." QUERY:
2007 May 22
2
inline C/C++ in R: question and suggestion
This is a question and maybe an announcement. We've been discussing in the group that it would be nice to have a mechanism for something like "inline" C/C++ function calls in R. I do not want to reinvent the wheel, therefore, if something like that already exists, please give me a hint -- I could not find anything. If not, here is a working solution, please criticise so I could
2004 Feb 17
1
Security warning with XP clients and 3.0.2a PDC
Hi all, I hope I don't make a prat of myself with my first posting... I've got a 'niggle' with Windows XP Pro (SP1a) clients and 3.0.2a PDC (Slackware 9.1, 2.4.22). Joing a domain, logging on etc is working perfectly but I'm getting a 'File Download' security warning when I try and open an executable that's stored on the server. If I agree to open the file it
2015 Jan 17
1
How to install libquicktime on CentOS 7 in one (or two) line of command?
Am 17.01.2015 um 19:16 schrieb Heng Zhou: > OK, ok, let's put an end to this thread. We are all dilettantes and > further discussion would be just a waster of time, as is everywhere in > online forums. Fortunately I don't have critical tasks to run on linux. > Thank everyone for your involvement. Hope I can find the link to quit here. > Sad you think it is a waste of time.
2019 Mar 14
2
Just stop it with the "Domain Admins" nonsense
Its littered throughout the docs eg.. https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs At best its *poor practice* which should not be frowned upon, but it just shows a real disconnect with real world users and systems, where admins are not "Domain Admins".
2005 Apr 21
1
Limitations of generic functions
(1) Assume we have some automatic C++ wrapper which , briefly, reads the C++ files and generates some R files in which the equivalent of the C++ classes are reconstructed. (2) As the OO design of R is different to that of C++, some isses exist when creating an interface between these two systems. (I said these two are 'different', I didn't say which one is better or which one is
2002 Mar 05
1
R help search engine/ windows crashable
System info: R Version 1.4.1 (2002-01-30) on Windows 2000 ESS v. 5.1.20 using emacs ver. 20.1.1 Colleagues Problem: Over the last several versions of R, I have noticed that the HTML for R help search engine brought up by help.start() under ESS tends to crash on my machine periodically. By this I mean the web browser exits. Test case: For example, from the R buffer in ESS I typed
2016 Jun 14
4
Pet project: one step Asterisk compile on Centos 7
Hi all, I thought I'd share I script I made (based on some of Leif's works) that lets you download, compile and install Asterisk all in one go; and then removed the dev tools used. We use it quite a bit to provision systems using Ansible, but it is easier than remembering everything every time even if you are using a shell. At the moment I have scripts for Centos 7 and Asterisk 13, but
2006 Mar 05
2
ATTN Andreas Klauer: ASCII art + comments, please?
Andreas, Since I understand your ASCII art and comments, I would very much appreciate it if you would draw what you see and criticize the following. Hopefully I''ll better understand after that! TIA, gypsy tc qdisc add dev imq0 root handle 1: htb default 20 tc class add dev imq0 parent 1: classid 1:2 htb rate 4522kbit ceil \ 4760kbit burst 16k cburst 16k quantum 1500 tc class add
2008 Nov 09
3
Dovecot and Bogofilter
Hi, on my small Xen-virtualised server with 48 MiB RAM I use Postfix and Dovecot, because the Debian administrators dislike qmail [1], which is in my opinion despite some maintainability and code quality issues a quite well designed software, because it mostly follows the UNIX principles. Postfix is not able to sort my E-Mail into different Maildir folders and after I looked at procmail's
2006 May 20
11
We''re adding Rails development features to the Steel IDE
...and we need your feedback! As some of you may know, we have recently released the first public beta of a Ruby IDE called ''Steel'' for Visual Studio. Beta 0.5 has colour coding, code collapsing and various editing features (bracket matching, commenting, syntax error location etc.) plus a docked interactive console. At the end of this month we will release v 0.6 which has
2019 Aug 13
0
DANGER WILL ROBINSON, DANGER
On Tue, Aug 13, 2019 at 11:29:07AM +0200, Paolo Bonzini wrote: > On 09/08/19 18:24, Matthew Wilcox wrote: > > On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote: > >> +++ b/include/linux/page-flags.h > >> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY) > >> */ > >> #define PAGE_MAPPING_ANON 0x1 > >> #define
2015 Nov 10
0
idmap & migration to rfc2307
On Tue, Nov 10, 2015 at 09:14:13AM +0100, buhorojo wrote: > We don't think that is fair. We may not represent the views of the > developers but we do feel that we are entitled to air our views > here. We have support off-list, mainly from those who feel > restricted in what they say here. Please do not use your power to > restrict free speech. Criticism of this project is