search for: edmund

Displaying 20 results from an estimated 166 matches for "edmund".

Did you mean: edmunds
2002 Jul 02
4
Samba 2.2.4 and PRINT$
...ead only = yes write list = Administrator,root Within my local printcap I have a printer which appears to the Network. However When I come to login as the user root and run the Add Printer Wizard, I fail to suceed in adding the printer drivers to the Network. Any ideas what is happening ? Edmund -- ======================================================================== Edmund J. Sutcliffe Thoughtful Solutions; Creatively <edmunds@panic.fluff.org> Implemented and Communicated <http://panic.fluff.org> +44 (0) 7976 938841
2020 May 07
2
Ld64.lld cannot find Foundation framework
...s linker might fit the bill? I cannot use Apple’s linker from /usr/bin/ as it is not allowed to make external calls from a sandboxed app. Hence my interest in the LLVM lld. > On 7 May 2020, at 19:21, James Y Knight <jyknight at google.com> wrote: > > On Thu, May 7, 2020 at 1:54 PM Edmund Furse <edmund.furse at imitation.uk.com <mailto:edmund.furse at imitation.uk.com>> wrote: > Thanks for your reply. Two questions: > 1). Will ld64.lld be fixed in LLVM v11.0 and when is this likely to be? > > Likely won't be fixed that soon. > > 2). You mention A...
2005 Mar 07
9
Question with email notification
...nnot figure out how to configure the box to set the "from" address to a correct domain, as my outgoing isp will not pass mail from root@asterisk1.local, as I expect it wouldn't. Any help is appreciated, even just what should I be looking for to find the correct information. J.P. Edmund "If you think it's not a game, you've already lost"
2010 Jan 25
5
[LLVMdev] ambiguity of .align
...lign 16", which would mean ".balign 65536" if it were allowed. See: http://ftp.gnu.org/pub/old-gnu/Manuals/gas-2.9.1/html_node/as_68.html I'm not sure what the best way is to fix this. If LLVM wants to support other assemblers presumably an architecture-dependency is required. Edmund -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the informati...
2012 Jul 02
14
HP Proliant DL360 G7
Hello, Has anyone out there been able to qualify the Proliant DL360 G7 for your Solaris/OI/Nexenta environments? Any pros/cons/gotchas (vs. previous generation HP servers) would be greatly appreciated. Thanks in advance! -Anh
2006 May 02
2
Uninstalling RUBYGEMS
Hi, does anyone know how to uninstall rubygem? I installed and it had the notorious hanging problem that no one seems to have an answer to. So I am going to attempt to install Rails without gems. Could someone point me in the right direction if you would not answer me? =) Regards, Edmund -- Posted via http://www.ruby-forum.com/.
2006 May 04
5
create databases with rake
hi, is there a way to create the database (say development and or production) specified in database.yml with rake? thanks, Enrico -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke
2010 Jun 08
2
how to ignore rows missing arguments of a function when creating a function?
...n(fm),2, function(x) data.frame(tapply(x, cluster, sum)) ) ); vcovCL <- dfc*sandwich(fm, meat=crossprod(uj)/N) coeftest(fm, vcovCL) } attr(cl,"na.action") <- na.exclude but it still didn't work... Any ideas of how to deal with this issue? Thank you for your answers! Edmund [[alternative HTML version deleted]]
2020 May 07
2
Ld64.lld cannot find Foundation framework
...> On 7 May 2020, at 12:26, James Y Knight <jyknight at google.com> wrote: > > The MachO port of lld (ld64.lld) doesn't work. There is recently some activity to start to fix this situation, but for now you need to use Apple's linker. > > On Thu, May 7, 2020, 5:36 AM Edmund Furse via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Dear LLVM community I need some help please. > > I want to use LLVM's clang and lld within a MacOSX sandboxed app. This is because sandboxing does not allow calls to /usr/bin/clan...
2009 Mar 10
13
module dependencies
Is it possible to make a module a dependency? We have a "base" module that contains packages, configurations, etc, that should be processed before other modules, and I''m looking for a way of enforcing a dependency on everything in the base module without having to explicitly list each package, etc. Thanks, Keith --~--~---------~--~----~------------~-------~--~----~ You
2010 Dec 14
2
[LLVMdev] Which is more compact, .bc or .ll.gz? And what might be even more compact?
...compact? Removing or simplifying the names of local variables would be an obvious thing to do. Is there anything else that could be done without changing the bitcode format? (There's an obvious analogy with JavaScript compression techniques.) Does anyone have any idea how much it would help? Edmund -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the informatio...
2010 Jan 26
0
[LLVMdev] ambiguity of .align
Assuming you're working with an ARM target, you may also hit a problem with the alignment option on the .comm directive. Attached is a first-cut patch for this latter problem. deep On Mon, Jan 25, 2010 at 5:42 PM, Edmund Grimley Evans <Edmund.Grimley-Evans at arm.com> wrote: > I just got this error message from the GNU assembler: > > Error: alignment too large: 15 assumed > > Which made me laugh at first. The corresponding input line was: > >        .align  16 > > Apparently what...
2005 Mar 07
3
exclude an attribute from save
...y key) that doesn''t need to be inserted... but save try to INSERT it anyway... is there a way to avoid save from acting this way or to whisper him to be more polite this time? ;) Thanks, Enrico -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke
2011 Feb 18
2
[LLVMdev] EFLAGS and MVT::Glue
...e store between them. So, some questions: * Is there a set of rules for using Glue to avoid getting "Wrong topological sorting"? * If not, should we be avoiding Glue altogether? * How hard is it to replace Glue in other back ends by something like EFLAGS? Should we be doing that? Edmund -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the informatio...
2005 Jun 21
3
dynarch calendar problem when used with ajax
...;m using. I''ve tried writing them in the partial but nothing is changed. The firefox js debug console say nothing when I click the calendar button. Someone have a suggestion? Thanks, Enrico -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke
2010 Jan 25
0
[LLVMdev] ambiguity of .align
2010/1/25 Edmund Grimley Evans <Edmund.Grimley-Evans at arm.com>: > I just got this error message from the GNU assembler: > > Error: alignment too large: 15 assumed > > Which made me laugh at first. The corresponding input line was: > >        .align  16 > > Apparently what's go...
2010 Jan 27
2
[LLVMdev] -Qunused-arguments
I'm getting a lot of this from make check: g++: unrecognized option `-Qunused-arguments' This presumably comes from commit 94666 (test/LLVMC/ExternOptions.td and other files). That option is specific to clang, isn't it? Should %compile_cxx be picking up clang instead of my system's g++? -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and
2010 Dec 14
0
[LLVMdev] Which is more compact, .bc or .ll.gz? And what might be even more compact?
On Tue, 14 Dec 2010 10:55:09 -0000 "Edmund Grimley-Evans" <Edmund.Grimley-Evans at arm.com> wrote: > According to the few tests I did, .ll.gz is more compact: > > 1.00 LLVM bitcode (.bc) > 0.80 Gzipped LLVM bitcode (.bc.gz) > 4.13 LLVM assembly (.ll) > 0.68 Gzipped LLVM assembly (.ll.gz) > > However...
2004 Apr 16
2
VoIP SIP SoftPhone Recommendations
What SoftPhone working very well with *? S.O. is Debian Linux Thanks for your comments. JRR _________________________________________________________________ MSN Amor: busca tu ? naranja http://latam.msn.com/amor/
2011 Dec 12
2
Sun X4540 disk replacement
Sorry for the off-topic question. I''m needing to replace a disk in a x4540 zfs file system. I have replacement ST31000NSSUN disks, but it''s not obvious to me how to separate the original disk from its drive sled, it seems to be attached by more than the usual 4 screws. Is it meant to be separated? I''ve looked the x4540 user guide but it does not say anything about it.