search for: disassoci

Displaying 20 results from an estimated 53 matches for "disassoci".

Did you mean: disassoc
2011 Jan 06
1
Dovecot 2.0.7 doesn't disassociate STDERR when it daemonizes.
...e to monitor the start commmand's stderr and is waiting for this pipe to close. This never happens because the pipe has been inherited by dovecot which, in version 2, doesn't release stderr as part of its daemonization. Although cfengine could be more defensive, I believe dovecot should be disassociating from the inherited stderr. Looking at master/main.c, I see stdin, stdout & stderr being set to /dev/null in main() if they are inherited unassigned: do { null_fd = open("/dev/null", O_WRONLY); if (null_fd == -1) i_...
2010 Apr 21
9
best choice of user database file to work with postfix?
I'm setting up a Postfix and Dovecot combination. What I want to do is have a user database that (1) is not running from some engine (so not LDAP or SQL or such) ... and (2) is completely disassociated from system users (e.g. most email users are not in /etc/passwd and most /etc/passwd users are not email users). Ideal would be a one-file solution, which can be managed by text editing or simple command line tools. But what I want is ONE file that both Postfix (for valid recipients) and Dove...
2006 Nov 17
2
Getting R and .Rdata together again
Somehow, I've managed to have my .Rdata files become `disassociated' from the R program. I am running Windows XP Pro. I have re-installed R 2.4 in an attempt to have it re-associate itself with .Rdata files, but to no avail. .Rdata files are now associated with a file compression program or alternatively with Rgui.exe. .Rdata files are represented by the...
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
...> <catch info> = [personality <ptr>] [cleanup] [catches <list of catches and filters>] Hi Duncan, That would allow you to choose a different personality routine for every invoke inside the same function (ie. same EH table), which doesn't make sense to me... It'd also disassociate the personality routine with the landing pads (which are used to build the EH table). cheers, --renato
2008 Mar 17
6
remote command execution
I need to launch a job remotely from a Windows machine on a CentOS box, the caveat is that I can't maintain a connection once I have initiated the job. Anyone got an idea how I can accomplish this? Thanks! jlc
2010 Sep 26
3
[LLVMdev] LLVM Exception Handling
...onestly don't know what > that limitation is. That could be what you're trying to fix, but I can > only see that it'll be better for sj/lj, I can't see how that's better > for dwarf exceptions. > > I believe the perceived problem with using eh.exception is that is disassociates the source of the value with the invoke instruction that generated it. As far as reusing the landing pad, that is still possible, it would just require a phi node in the landing pad to bring all the different exception values together into one that could be processed by the exception handling c...
2005 Feb 07
1
rpcclient error / printer driver issue
...Error opening printer handle for \\.\\\prupref-print\ccc-tosh35! result was WERR_INVALID_PRINTER_NAME -------------------- also enumdrivers: rpcclient $> enumdrivers result was WERR_UNKNOWN_PRINTER_DRIVER ------------------ finally - if I were to even get the getdriver to work, how would I disassociate the driver with the printer so: rpcclient $> deldriver "magicolor 2300 DL" Failed to remove driver magicolor 2300 DL for arch [Windows NT x86] - error 0xbb9! Failed to remove driver magicolor 2300 DL for arch [Windows NT x86] - error 0xbb9! result was WERR_UNKNOWN_PRINTER_DRIVER...
2004 Jan 29
1
302rc1 and AIX 5.2
...led in shared mode. I've resolved the LIBPATH thing so I can compile correctly now. When I start nmbd, or smbd with the -D option they just chew up a ton of cpu and log level 10 only shows the code pages being mapped and that's it. I can't seem to connect with a truss. Niether of them disassociate from the calling term and daemon-ize. Sometimes I can't control-C - I have to kill them outright. This is really strange...I've never seen it behave this way. When I do a make, sometimes it says I have to run config.status. I tried libiconv as shared and as static, no change. I've...
2020 Apr 21
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...l hinted >> pages. In the future we could optimize. Not sure if it's worth the trouble. > > So the trick for me is how best to go about sorting this all out. > There are two ways I see of doing it. > > The first approach would be to just assume that hinting should be > disassociated from poisoning. If I go that route that would more > closely match up with what happened in QEMU. The downside is that it > locks in the unmodified/uninitialized behavior and would require pages > to be rewritten when they come out of the balloon. However this is the > behavior we h...
2014 May 19
1
Cloning of Running Domain
...complish this? I've looked at both the snapshot/checkpoint and migration APIs and it appears as though the pieces are there, but am having difficulty defining the proper workflow. For instance, an external online checkpoint can be created using virDomainSnapshotCreateXML, but is it possible to disassociate the snapshot from the source domain (effectively returning it to its pre-snapshot state) and at a later time instantiate new domains using the the disk/memory data from the snapshot files? Any recommendations, insight, or guidance is appreciated. Thanks, -Thomas
2015 Feb 07
3
[LLVMdev] Moving towards a singular pointer type
I think we should keep GEP essentially the same, but disassociate the type being GEPd over from the type of the operands. So, assuming the new ptr type is spelled "ptr", we could use this syntax: %inner.ptr = getelementptr ptr, ptr %x, i32 1 Or if I was adding 1 to a "struct A*" value in C: %next_elt = getelementptr %struct.A, ptr %x, i32...
2010 Sep 26
0
[LLVMdev] LLVM Exception Handling
On 26 September 2010 20:13, Nathan Jeffords <blunted2night at gmail.com> wrote: > I believe the perceived problem with using eh.exception is that > is disassociates the source of the value with the invoke instruction that > generated it. As far as reusing the landing pad, that is still possible, it > would just require a phi node in the landing pad to bring all the different > exception values together into one that could be processed by the excep...
2005 Feb 16
3
LinuxWorld Expo Update
Well, the first day was interesting. We a variety of questions from why do we do this, what's going on with RH, how come this is the first I've heard of you. And hundreds more. The good thing is that we've recieve a very positive response from everyone that visited our booth. Such a positive response that all our CentOS CD's are gone, and most of the cAos CD's are gone, and
2019 Jan 24
2
[RFC] migrating past C++11
...-source project that lies to them about supported configurations. I agree that what you describe would be good. I don’t see why it’s relevant to this discussion: we’re talking about changing the minimum toolchain version. Whether there are bots running the minimum toolchain version today is a fact disassociated from any proposed minimum change. Indeed, the policy we just adopted (and which I’m following) doesn’t mention bots. For sure if someone has a bot running older toolchains we want them to upgrade to the new minimum, so this RFC and soft-error will give them proper heads up. I hope they’ll chim...
2020 Apr 21
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...ied or uninitialized memory. > > While it would be possible, I doubt it will be easy to implement, and I > still wonder if we should really care about optimizing an undocumented > feature that takes three people to figure out the semantics. Agreed. That is why I am thinking I will just disassociate F_PAGE_POISON from the page hinting entirely since QEMU never had the two implemented together. > > > >> The current QEMU implementation would be to simply migrate all hinted > >> pages. In the future we could optimize. Not sure if it's worth the trouble. > > &...
2020 Jan 03
4
improve compatibility with Galaxy tablet?
See below, although none of these things should be specific to the Galaxy tablet (my older tablet works fine, too). On 2020-01-03 13:20, Robert Jeffares wrote: > Is the Galaxy using Wi-Fi ? YES > > How big is the mp3 stream? 128, 256, ? 32kb/s > > Is the Icecast sever on the same router? NO > > How many connections in the Icecast.xml? NO limits specified >
2015 Feb 09
5
[LLVMdev] Moving towards a singular pointer type
> On Feb 6, 2015, at 6:40 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Fri, Feb 6, 2015 at 6:09 PM, Reid Kleckner <rnk at google.com <mailto:rnk at google.com>> wrote: > I think we should keep GEP essentially the same, but disassociate the type being GEPd over from the type of the operands. So, assuming the new ptr type is spelled "ptr", we could use this syntax: > %inner.ptr = getelementptr ptr, ptr %x, i32 1 > > Or if I was adding 1 to a "struct A*" value in C: > %next_elt = getelementptr %st...
2020 Apr 21
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...d optimize. Not sure if it's worth the trouble. >>> >>> So the trick for me is how best to go about sorting this all out. >>> There are two ways I see of doing it. >>> >>> The first approach would be to just assume that hinting should be >>> disassociated from poisoning. If I go that route that would more >>> closely match up with what happened in QEMU. The downside is that it >>> locks in the unmodified/uninitialized behavior and would require pages >>> to be rewritten when they come out of the balloon. However this i...
2016 Jul 26
4
CentOS 6.7->6.8, ssh-add issue, followup, more info
...CA that is not in /etc/pki/nssdb/ Have you tried a third different set of ssh commands to use the cac: ln -s /etc/pki/nssdb/* ~/.ssh/ #make the certificate authorities available to ssh* ssh-add -D #clear out any existing sigs ssh-add -n #use nss to access the cac Also on some boxes coolkey gets disassociated from nss, and I have found the simple yum reinstall coolkey fixes it, may need to logout/reboot as it affects a bunch O'stuff (and been a while since I had the problem). Even when this disclaimer is not here: I am not a contracting officer. I do not have authority to make or modify the te...
2020 Jan 04
0
improve compatibility with Galaxy tablet?
...to the > Galaxy tablet (my older tablet works fine, too). > I have an Android 8 phone that agressively turns off WiFi radio after transaferring data. This is indicated by disappearing a Wifi icon on the Android status line. Then the access point evaluates the Wifi station as disappeared and disassociate it. Then the icecast client on the Android wakes up to read a next chunk of the stream, but the network is in an disconnected state and thus the client gets a network error. This issue seems to happen randomly because the two timeouts have a similar period. The client program, Icecast Player, us...