search for: repercussions

Displaying 20 results from an estimated 73 matches for "repercussions".

2017 Jan 06
2
Strange (?) device.map in CentOS 7 VM installations
...have access to RHEL 7 installations to verify if this is the case with these installations as well? > And can any tech geek please explain when/why do we have these > "duplicates" and if they are intentional or not? Any feedback regarding this "issue" and its possible repercussions will be appreciated! Thanks a lot, Nick
2016 Jul 14
2
IDMAP Issue
Good Day All, We have an issue where the following in smb.conf : idmap uid = 10000-20000 ... it is resulting in assigned id's clashing with id's in passwd. What are the repercussions should we change to say the following : idmap uid = 20000-30000 Many thanks. Regards Shaun
2002 Feb 20
2
Multiple macintosh() graphics devices (PR#1318)
Full_Name: David Orme Version: 1.4.0 OS: Mac OS 9.1 Submission from: (NULL) (155.198.17.121) R crashes (politely and without further repercussions) with a type 3 error under the following conditions: Open more than one macintosh() graphics device: > macintosh() > macintosh() and hence there are two devices... > dev.list() Macintosh Macintosh 2 3 ..with device 3 active. Selecting device 2 with the mouse brings tha...
2008 Feb 07
5
wav to flac corruption
...marok, kaffeine and a few others ALL failed to play the file. I would either get silence, static, or a complete refusal to play the file. The only player that played it successfully was Foobar 2000 on Windows. More seriously from my point of view is the Java flac plugin also fails, which has major repercussions for the project I work on (the National Archives of Australia Xena project - http://xena.sourceforge.net). I don't know how much the flac developers have to do with the player implementations, but this does seem to be a major problem across almost the full board of flac players. J. On Feb 7,...
2016 Jul 14
2
IDMAP Issue
...n 14/07/16 09:34, Shaun Glass wrote: > >> Good Day All, >> >> We have an issue where the following in smb.conf : >> >> idmap uid = 10000-20000 >> >> ... it is resulting in assigned id's clashing with id's in passwd. What >> are >> the repercussions should we change to say the following : >> >> idmap uid = 20000-30000 >> >> Many thanks. >> >> Regards >> >> Shaun >> > > What version of Samba ? > idmap uid (and gid) are depreciated in later versions of Samba, it may > help if you...
2012 Apr 11
1
[LLVMdev] Yasm ASM printer
...ction printer sorted, and I was wondering if it is something the community would want? With it, it means you can take LLVM IR and generate a .S that can be assembled using Yasm to a window's OBJ for inclusion in normal DevStudio projects. The change set isn't large, but I am unsure of the repercussions of the changes I made. Cheers Matthew
2012 Aug 07
1
[LLVMdev] YASM and LLVM
...format that the YASM assembler can handle, well, I've got a small change set that does just that. We're compiling non-trival programs with it for Win32/Metro so it seems to work :-) Having little exposure to the LLVM codebase, I'm not 100% sure of the coding guidelines, or what the repercussions of some of my changes are. Is the best way of getting my changes looked at, to just post here with a patch? Cheers Matthew Huck Senior Research Engineer Fingertapps
2004 Oct 04
1
BUG: ssh-agent unlinks sockets/files it doesn't own.
...bind if his socket disappears. my pref would probably be death, as I find it more elegant than killing it with ssh-agent -k. The first probably wise for good manners, even though the second will solve the problem. note that: > su > ssh-agent -a /etc/passwd would probably have unpleasant repercussions.
2019 Mar 17
1
Accidental samba_dnsupdate success after NT_STATUS_CONNECTION_REFUSED
...tests where only one DC is available. It all appears to work. My question pertains to the accidental discovery that the original DC no longer failed with an NT_STATUS_CONNECTION_REFUSED when the samba service on it was in a stopped state. Maybe it just doesn't matter? Are there any hidden repercussions? Thank you, 73, -- Don Kuenz KB7RPU There was a young lady named Bright Whose speed was far faster than light; She set out one day In a relative way And returned on the previous night.
2005 Apr 13
1
FW: AIX and libldap.a
In the configure file I find: --with-ldap LDAP support (default yes) What if I turn ldap off in that statement... What would the repercussions be? All I'm interested in doing is simple file sharing. By the way, what's the opposite of --with? --without? Thanks -----Original Message----- From: Doug VanLeuven [mailto:roamdad@sonic.net] Sent: Tuesday, April 12, 2005 5:57 PM To: Roy Vickers Cc: samba@lists.samba.org Subject: Re: [Sam...
2017 Jul 05
2
Options for bridging channels in a smart bridge
Le 2017-07-05 18:51, Joshua Colp a ?crit : > On Wed, Jul 5, 2017, at 01:45 PM, Jean Aunis wrote: > >> Hello, I am struggling with a problem which I thought would be an easy one : bridging several channels together in a *smart* bridge. I emphasize *smart* : I want my bridge to be a native_rtp one when only two channels are involved, and switch to softmix technology when a third
2011 Feb 01
1
dotchart {graphics} 2.11.1 vs. 2.12.1 [followed up from Rhelp]
...;) points(x, y) # error, because arg #2 is the type ## One option would be to explicitly name the arguments in dotchart() points(x = x, y = y) # "works", but misses the point (no pun intended) ## Another possibility would be to add unclass(). I'm not sure ## if this would have other repercussions. line 71 could become: points(unclass(x), y, pch = pch, col = color, bg = bg) ## Other options could be adding a method for dotchart() ## or to update the table method for points() points.table <- function (x, y, type = "h", lwd = 2, ...) { if (length(dim(x)) == 1L) { nx...
2018 Aug 06
4
[RFC 0/4] Virtio uses DMA API for all devices
...rt is cumbersome because the end user may > > not even need to know about secure VMs. There are use cases where the > > security is a contract down to some special application running inside > > the secure VM, the sysadmin knows nothing about. > > > > Also there's repercussions all the way to admin tools, web UIs etc... > > so it's fairly wide ranging. > > > > So as long as we only need to quirk a couple of devices, it's much > > better contained that way. > > So just the balloon thing already means that yes management and all the &...
2018 Aug 06
4
[RFC 0/4] Virtio uses DMA API for all devices
...rt is cumbersome because the end user may > > not even need to know about secure VMs. There are use cases where the > > security is a contract down to some special application running inside > > the secure VM, the sysadmin knows nothing about. > > > > Also there's repercussions all the way to admin tools, web UIs etc... > > so it's fairly wide ranging. > > > > So as long as we only need to quirk a couple of devices, it's much > > better contained that way. > > So just the balloon thing already means that yes management and all the &...
2016 Jul 14
3
IDMAP Issue
...;> >>> Good Day All, >>> >>> We have an issue where the following in smb.conf : >>> >>> idmap uid = 10000-20000 >>> >>> ... it is resulting in assigned id's clashing with id's in passwd. What >>> are >>> the repercussions should we change to say the following : >>> >>> idmap uid = 20000-30000 >>> >>> Many thanks. >>> >>> Regards >>> >>> Shaun >>> >> >> What version of Samba ? >> idmap uid (and gid) are depreciated in l...
2006 May 12
5
How is Actionpack is not thread-safe? @@allow_concurrency?
Hi, I found many references on the Web to the fact that "Rails is not thread-safe". However, I have not found an explanation _why_ it isn''t? What happens if multiple requests are handled concurrently by ActionPack? Assuming that the code I execute in my controller methods is thread safe, is this ok? If not -- what happens? The following makes it sound like the issue is
2005 Dec 01
2
Security risk to adding users to "Domain Admin" group
Hi everyone. Could anyone tell me what would be the repercussion of adding all users to "Domain Admins" in a samba environment. The reason I am asking is because we are getting a picker object error when trying to add "Domain Users" to the Local Administrator group. Domain Admin gets added ok during join. Thanks. -- Dominique
2008 Aug 05
6
Samba 3.2.0 in Debian "lenny"
After several months of testing in the "experimental" branch of Debian, samba 3.2.0 was uploaded to Debian "unstable" as of July 20th 2008 and entered the "testing" branch of the distribution as of August 1st. As the "testing" branch is the future stable release of the Debian distribution, this means that Samba 3.2.0 will be in the upcoming release of
2018 Aug 05
2
[RFC 0/4] Virtio uses DMA API for all devices
...the guest I suppose. Passing something from libvirt is cumbersome because the end user may not even need to know about secure VMs. There are use cases where the security is a contract down to some special application running inside the secure VM, the sysadmin knows nothing about. Also there's repercussions all the way to admin tools, web UIs etc... so it's fairly wide ranging. So as long as we only need to quirk a couple of devices, it's much better contained that way. > > Later on, (we may have even already run Linux at that point, > > unsecurely, as we can use Linux as a bootl...
2018 Aug 05
2
[RFC 0/4] Virtio uses DMA API for all devices
...the guest I suppose. Passing something from libvirt is cumbersome because the end user may not even need to know about secure VMs. There are use cases where the security is a contract down to some special application running inside the secure VM, the sysadmin knows nothing about. Also there's repercussions all the way to admin tools, web UIs etc... so it's fairly wide ranging. So as long as we only need to quirk a couple of devices, it's much better contained that way. > > Later on, (we may have even already run Linux at that point, > > unsecurely, as we can use Linux as a bootl...