search for: gobal

Displaying 20 results from an estimated 24 matches for "gobal".

Did you mean: global
2000 Jul 13
1
No subject
...ed searching the archives but I keep getting error messages from the samba.org server about a page not found etc.. Any pointers? My printer share from the samba conf file is [hplaserplus] path = /samba/spool/hplaserplus/ create mask = 2777 guest ok = Yes printable = Yes printer = hplaserplus in my gobal sections (pertaining to printing): print command = lpr -P%p -r %s Any ideas? Thanks Luis Luna
2014 Dec 09
5
A set of questions before building a new server
...t) that has Samba3 or Fedora 21 that has Samba4. I have new XP systems (updated with 'SP4' and right now standalone) ready to use this server. I will have to migrate 2 of the old systems. The new server can be on a new subnet with a new rfc1918 network address. I will also be serving gobal/static IPv6 addresses on this new network. At some point I may actually have a new Windows OS system, but there is no pressure here to do that. My family is so far content with Office 2003! So a set of questions come up: Do I migrate from NTDomain to AD, or stay with NTDomain for a few more...
2011 Nov 15
1
grid.arrange, grid.layout - legend, global y axis title
...dev_mode(TRUE) library(ggplot2) library(reshape2) 4) produce plots 5) arrange the plots. So what is the best way to proceed? Should I stay with the grid.layout approach and can I get there a global legend and a global y axis title? Or how can I use grid.arrange, define the position of the gobal legend and set the single plot to a fixed size? I hope that wasn't to complicated... /Johannes --
2011 Nov 28
11
Is it possible to conditionally replace a file ?
As far as I can tell, the "replace" parameter is all or nothing. What I am looking for is something like the exec/onlyif parameter that I can use to conditionally replace a file. Any thoughts ? “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) -- You received this
2014 Dec 09
1
A set of questions before building a new server
...has Samba4. I >> have new XP systems (updated with 'SP4' and right now standalone) >> ready to use this server. I will have to migrate 2 of the old >> systems. The new server can be on a new subnet with a new rfc1918 >> network address. I will also be serving gobal/static IPv6 addresses >> on this new network. At some point I may actually have a new Windows >> OS system, but there is no pressure here to do that. My family is so >> far content with Office 2003! >> >> So a set of questions come up: >> >> Do I migra...
2014 Dec 09
0
A set of questions before building a new server
...r Fedora 21 that has Samba4. I > have new XP systems (updated with 'SP4' and right now standalone) > ready to use this server. I will have to migrate 2 of the old > systems. The new server can be on a new subnet with a new rfc1918 > network address. I will also be serving gobal/static IPv6 addresses > on this new network. At some point I may actually have a new Windows > OS system, but there is no pressure here to do that. My family is so > far content with Office 2003! > > So a set of questions come up: > > Do I migrate from NTDomain to AD, or s...
2019 Dec 10
0
smb.conf printers via cups
hello I use samba 4.9.5 on a buster .? For manage printers i use cups . I want to use this printers on my windows client - I configured my smb.conf as : [gobal] load printers = yes printing = cups printcap name = cups disable spoolss = no [printers] comment = all printers path=/var/spool/printers browseable =yes printable = yes guest ok =yes use client driver = yes [print$] comment = printers drivers path=/var/lib/samba/printers read only = yes brow...
2005 Feb 21
1
X-IMail-SPAM-Connection DNS Sudo ANI vs True ANI
Hello All, I'm having problems with international calling via Global Crossing. I'm told I need to send a true ani versus a sudo ani. What is the difference and how can I configure asterisk to do this. Global Crossing is denying calls with sudo anis. Thanks, Keith
2014 Dec 09
0
A set of questions before building a new server
...r Fedora 21 that has Samba4. I > have new XP systems (updated with 'SP4' and right now standalone) > ready to use this server. I will have to migrate 2 of the old > systems. The new server can be on a new subnet with a new rfc1918 > network address. I will also be serving gobal/static IPv6 addresses > on this new network. At some point I may actually have a new Windows > OS system, but there is no pressure here to do that. My family is so > far content with Office 2003! > > So a set of questions come up: > > Do I migrate from NTDomain to AD, or s...
2016 Jan 14
0
Announce: Portable OpenSSH 7.1p2 released
...rver host key prevents exploitation by a man-in-the-middle, so this information leak is restricted to connections to malicious or compromised servers. MITIGATION: For OpenSSH >= 5.4 the vulnerable code in the client can be completely disabled by adding 'UseRoaming no' to the gobal ssh_config(5) file, or to user configuration in ~/.ssh/config, or by passing -oUseRoaming=no on the command line. PATCH: See below for a patch to disable this feature (Disabling Roaming in the Source Code). This problem was reported by the Qualys Security Advisory team. * SECURIT...
2008 Jul 21
3
[LLVMdev] Optimization passes and debug info
...output of the compiler to be identical between "-O3" and > "-O3 -g", and discarding this information is a reasonable way to do > this. You explicitely mention -O3 here, so I assume you will be wanting different behaviour at -O2 and below? For this to work, some kind of gobal is required, unless you want different passes to look at the -O commandline directly (which sounds really, really bad). Any suggestions on where to put this setting? I think making it a property of PassManager seems to make sense? This way, the different tools can decide how to expose the differen...
2008 Jul 10
0
[LLVMdev] Optimization passes and debug info
On Jul 8, 2008, at 3:33 AM, Matthijs Kooijman wrote: > Hi all, > > I've been fiddling around with debug info generated by clang, with > the goal of > propagating line number info to our custom backend (which is not an > llvm > backend, but does use llvm IR as its input). Cool. > I've created a small pass which strips all debug info except for > stop
2009 Nov 04
1
s4 generic issue
I'm hoping that someone with deeper insight into S4 than I, that is to say virtually everyone reading this list, could help resolve the following problem in SparseM. We have setGeneric("backsolve", function(r, x, k = NULL, upper.tri = NULL, transpose = NULL, twice = TRUE, ...) standardGeneric("backsolve"), useAsDefault= function(r, x,
2015 Nov 18
13
[GlobalISel] A Proposal for global instruction selection
...t saw the talk) the goals for the Global ISel design. - Do you see anything missing? - Do you see something that should not be there? The prototype will answer critical design questions (see “Design Questions the Prototype Addresses at the End of M1" for examples) before the actual design of Gobal ISel is finalized, but it cannot cover everything. Specifically we will *not* look into improving TableGen or reuse InstCombine (see “ Proposed Approach” for the rational). Please let me know if you see any issue with that. There is also basic ground work needed to prepare for Global ISel and I ne...
2008 Jul 08
4
[LLVMdev] Optimization passes and debug info
Hi all, I've been fiddling around with debug info generated by clang, with the goal of propagating line number info to our custom backend (which is not an llvm backend, but does use llvm IR as its input). I've created a small pass which strips all debug info except for stop points, which are currently the only things we're interested in. Leaving only stop points in actually works
2016 Jan 07
2
[GlobalISel] A Proposal for global instruction selection
...goals for the Global ISel design. > - Do you see anything missing? > - Do you see something that should not be there? > > The prototype will answer critical design questions (see “Design Questions the Prototype Addresses at the End of M1" for examples) before the actual design of Gobal ISel is finalized, but it cannot cover everything. > Specifically we will *not* look into improving TableGen or reuse InstCombine (see “ Proposed Approach” for the rational). Please let me know if you see any issue with that. > > There is also basic ground work needed to prepare for Globa...
2008 Jul 23
0
[LLVMdev] Optimization passes and debug info
...ntical between "-O3" >> and >> "-O3 -g", and discarding this information is a reasonable way to do >> this. > You explicitely mention -O3 here, so I assume you will be wanting > different > behaviour at -O2 and below? For this to work, some kind of gobal is > required, > unless you want different passes to look at the -O commandline > directly (which > sounds really, really bad). I just meant -O3 as an example. I'd expect all -O levels to have the same behavior. -O3 may run passes which are more "lossy" than -O1...
2016 Jan 11
2
[GlobalISel] A Proposal for global instruction selection
...goals for the Global ISel design. > - Do you see anything missing? > - Do you see something that should not be there? > > The prototype will answer critical design questions (see “Design Questions the Prototype Addresses at the End of M1" for examples) before the actual design of Gobal ISel is finalized, but it cannot cover everything. > Specifically we will *not* look into improving TableGen or reuse InstCombine (see “ Proposed Approach” for the rational). Please let me know if you see any issue with that. > > There is also basic ground work needed to prepare for Globa...
2016 Jan 12
4
[GlobalISel] A Proposal for global instruction selection
...r the Global ISel design. > - Do you see anything missing? > - Do you see something that should not be there? > > The prototype will answer critical design questions (see “Design Questions > the Prototype Addresses at the End of M1" for examples) before the actual > design of Gobal ISel is finalized, but it cannot cover everything. > Specifically we will **not** look into improving TableGen or reuse > InstCombine (see “ Proposed Approach” for the rational). Please let me know > if you see any issue with that. > > There is also basic ground work needed to prepar...
2015 Nov 18
2
[GlobalISel] A Proposal for global instruction selection
...goals for the Global ISel design. > - Do you see anything missing? > - Do you see something that should not be there? > > The prototype will answer critical design questions (see “Design Questions the Prototype Addresses at the End of M1" for examples) before the actual design of Gobal ISel is finalized, but it cannot cover everything. > Specifically we will *not* look into improving TableGen or reuse InstCombine (see “ Proposed Approach” for the rational). Please let me know if you see any issue with that. > > There is also basic ground work needed to prepare for Globa...