Displaying 20 results from an estimated 47 matches for "draconian".
2003 Feb 28
1
OSX Server - Excel files
...maybe once in every five
access'
I posted to a Mac server mail list but had little respone. - one person
suggested turning off "opportunistic file locking" on smb. Can somebody
advise me on how to do this... from the command line if necesssary
It seems that his would be a pretty draconian solution - Has anybody
else seen this kind of behaviour? Any other possible causes / fixes?
Any help would be appreciated.
Hugh Evans
2009 Jun 16
0
[LLVMdev] x86 Intel Syntax and MASM 9.x
...LLVM. I'd love to make it work but
my work has not (yet) allocated time for that. Maybe I can hack LLVM on
the weekends. :)
The above discussion leads me to believe there are fundamental conflicts
between MASM and gas syntax.
Is NASM any better than MASM?
I would hate for MASM to impose draconian restrictions on the Intel asm
printer for all targets.
Do we need a third asm printer?
-Dave
2009 Jun 16
3
[LLVMdev] x86 Intel Syntax and MASM 9.x
>On Mon, Jun 15, 2009 at 5:49 PM, Gaster,
>Benedict<Benedict.Gaster at amd.com> wrote:
>> I would like to use the LLVM x86 code generator to emit Intel syntax that
>> is
>> compatible with Microsoft’s MASM 9.x. Taking the TOT LLVM, from last
>> week, I
>> have found a number of changes that are required to make this work, most
>> of
>> which
2003 Apr 04
5
Anti-idle in OpenSSH client?
Heya,
Most of the windows ssh clients (putty, securecrt) have anti-idle
features. They offer either a null packet or protocol no-op or user
defined string to be sent over every x seconds.
Is this possible or planned with the OpenSSH client? Our draconian
firewall admins have started timing out ssh sessions. Yes I'm aware I
could hack up a port forwarding dumb traffic process, but was looking for
a more elegant solution like the windows clients have. e.g. a command line
option to ssh that lets you anti-idle..
Discussion on how to implement...
2009 Jun 16
1
[LLVMdev] x86 Intel Syntax and MASM 9.x
...as not (yet) allocated time for that. Maybe I can hack
> LLVM on
> the weekends. :)
>
> The above discussion leads me to believe there are fundamental
> conflicts
> between MASM and gas syntax.
>
> Is NASM any better than MASM?
>
> I would hate for MASM to impose draconian restrictions on the Intel
> asm
> printer for all targets.
Personally, I'd rather just bring up a PE COFF writer and use the masm
backend for "debugging".
-Chris
2004 Sep 19
1
[OT^2]: Getting at the fan on an IBM Thinkpad 600E Laptop?
I'm doing a tutorial at Astricon and the plan is to use my laptop as a
demo server. Today it failed to boot and after a bit of sleuthing it
turns out the fan is sticking from time to time on bootup. Apparently
there is a sensor and if no spin, no go.
Moving everything right now would be draconian, yet I can't take a
chance on a no-boot while at the show. Does anyone know how bad a job
it is to dig into one of these units and clean up/oil/whatever the fan?
Thx, and sorry for the OT.
B.
2004 May 28
4
Wiki TOS - worrying for an open source project?
Hi there,
I've made a couple of small contributions to the wiki but recently I
read the Terms of service, they are pretty draconian:
LICENSE AND SITE ACCESS
voip-info.org grants you a limited license to access and make personal
use of this site. This license does not include any resale or
commercial use of this site or its contents. Without express written
consent of voip-info.org you may not:
Download (other than pag...
2011 Jan 31
2
how to move forward/undo/revert/fix re: a failed CentOS 5.5 to SL 5.5 migration ... [SOLVED?]
...a
> slightly higher E-V-R )."
>
> In other words, is there a get out of jail card based on Karanbir's
> stanza which will return the machine to a consistent state without a
> fresh install?
With apologies for replying to my own post, the final solution
(possibly regarded as draconian and puerile by others) which seemed to
work to return to a consistent state was to download Oracle R5U6 and
invoke 'rpm -ivh' following some rpm which must be set aside in order
to avoid "can not coexist." (e.g., bind vs. bind97 et al).
My thoughts are that it would work as well...
2007 Aug 09
5
Unremovable file in ZFS filesystem.
I managed to create a link in a ZFS directory that I can''t remove. Session as follows:
# ls
bayes.lock.router.3981 bayes_journal user_prefs
# ls -li bayes.lock.router.3981
bayes.lock.router.3981: No such file or directory
# ls
bayes.lock.router.3981 bayes_journal user_prefs
# /usr/sbin/unlink bayes.lock.router.3981
unlink: No such file or directory
# find . -print
2010 May 21
1
question about scripts sieves
hello list
hello dovecot network
hello all the reader
here is a sieve script
this
########################################
require
["fileinto","regex","comparator-i;ascii-numeric","reject","relational"];
# rule:[spammanage]
if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-score"]
["500"] {
2015 Jun 25
6
LVM hatred, was Re: /boot on a separate partition?
...ll Firefox on the same host and then run firefox from an 'ssh -Y'
session using the --noremote option. If you are totally paranoid then
firewall TCP10000 as well, configure Webmin to use https only, and
then only start the webmin service when you are performing
maintenance.
There are less draconian measures that are in my opinion equally
secure from a practical standpoint but I am sure that you can figure
those out on your own.
The transparency issue is really unanswerable. There exists a school
of thought that if you are going to administer a Linux system (or OS
of the proponent's choi...
2007 Feb 13
6
mongrel_cluster 0.2.2 - plugin cluster::status does not exist?
Hello all. I''ve recently installed the 0.2.2 pre-release of
mongrel_cluster to try out the new --clean option. However, after
installing, when I give a simple "mongrel_rails" command, the
cluster::status command is not listed. The error I receive when I do
try and run the full "mongrel_rails cluster::status" is...
ERROR RUNNING
2014 Mar 28
2
[LLVMdev] Named register variables GNU-style
...ing named registers.
> Worse, the semantics for it being
> inherently translation-unit based become deeply confusing in LLVM due to the
> potential for (partial) LTO.
I don't know LTO well enough to answer that, maybe Rafael can chime in.
But ultimately, this particular feature is draconian in itself, and
the GCC docs describe lots of cases where it's not safe to use it.
This, and the clear_cache builtins, are particularly dangerous but
necessary extensions to implementing low level bare-metal code while
keeping the code in a manageable level (C-land).
We can only guarantee behav...
2009 Jun 16
1
[LLVMdev] x86 Intel Syntax and MASM 9.x
...ng basic running
as a proof of concept.
> The above discussion leads me to believe there are fundamental conflicts
> between MASM and gas syntax.
>
> Is NASM any better than MASM?
Probably if MASM does not support aligns or weak symbols properly.
> I would hate for MASM to impose draconian restrictions on the Intel asm
> printer for all targets.
Yes.
> Do we need a third asm printer?
I think so.
Aaron
2002 Dec 27
0
HTML Posts
...r
here at shorewall.net accepts and distributes these HTML posts, a growing
number of MTAs serving list subscribers are rejecting this HTML list
traffic. At least one MTA has gone so far as to blacklist shorewall.net
"for continuous abuse"!!
I think that blocking all HTML is a rather draconian way to control spam
and that the unltimate loser here is not the spammers but the list
subscribers whose MTAs are bouncing all shorewall.net mail. Nevertheless,
all of you can help by restricting your list posts to plain text.
And as a bonus, subscribers who use email clients like pine and mutt...
2003 May 21
0
to jerjer or not to, i.e. not the question was ( chan_oh323.so: Segmentation Fault)
a) jerjers been doing a lot commendable work for *
b) support is not mandatory, and i agree with royk it should not be
withheld based on political viewpoints, that's pointlessly draconian
c) choice is always good, so people should have the option of oh323 or
h323, let them decide, and not limit them, unless astmaster chooses to
limit them, and that too based on valid points
d) jerjer gave a disclaimer to digium, so h323 is part of the package,
inaccess refuses to, that's their...
2004 Oct 05
0
Paypal? Available in 44 of the world's approximately 190 countries
...aution if you have a Paypal account and travel anywhere in
the "2/3rds world".
This appears to be a new policy, as a friend signed up last year using his
South African card, and verified his address using a local utility bill.
So the impression is that we have EBAY to thank for these draconian and
discriminatory practices.
So please, Steve and Olle and others, don't consider Paypal as a suitable
means of settlement for international events.
I know its a rant - I'm sorry. I feel better now.
Regards,
Steve Davies
2007 Oct 18
2
Softphone that emulates Skype API ?
There's a large number of gadgets one can buy that work with Skype
through the API. One of the things I'm interested right now is the
ability to properly use a mobile phone headset with a SIP/IAX softphone.
Is there an softphone that emulates the Skype API?
Are there legal implications in writing an softphone that emulates the
Skype API?
Should I just give up and buy a Siemens DECT
2009 May 19
3
Rappelz?
Hi ho.
I tryed to install Rappelz on my ubuntu 9.
Installation was fine. But it woulnd start.
In AppDB i found a article about rappelz epic V and that there are trouble with the gameguard (hackshield).
Is it possible for the future to fix this problem? so that i can play rappelz on wine?
KR
Sada
2001 Jun 07
1
cbind.data.frame(.) S/R incompatibility
In S-plus (5.1),
> cbind(data.frame(x=1,y=2), data.frame(x=4,u=3))
x y x1 u
1 1 2 4 3
whereas in R, the 3rd name is "x", the same as the 1st one.
I think R should behave the same as S+5.1..
Martin Maechler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum LEO D10 Leonhardstr. 27
ETH (Federal Inst. Technology) 8092 Zurich