search for: obligate

Displaying 20 results from an estimated 954 matches for "obligate".

Did you mean: obligated
2006 Jun 28
2
hash value won''t increment with =+ operator
I have a database of bookmarks and tags, and want to count the number of bookmarks each tag is assigned to, for example: user "tyler" has the tag "concerts" on 15 out of his 30 bookmarks. This code: hash = Hash.new("0"); @user.tags.each do |t| @user.bookmarks.each do |b| x = 0 if b.tags.include?(t) then hash[b.id] =+ 1 puts "hash is #{hash}
2017 Jul 12
2
Copying received and sent RTP packets due legal obligations
Hi, I am facing a problem where for legal obligations (LI) I have to copy/mirror/forward the RTP streams for some selected call to an external address/port and I have not found a way to do it with built-in functionality. Do I miss something? The basic requirements are: * Raw RTP (no transcoding, header and payload as is) * Direction (did it arrive at asterisk or was it sent) * End
2019 Jan 14
4
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
...y that the REALM isn't the same as a > DNS domain, there is a correlation between them. The REALM must be the > DNS domain in uppercase, so this: > > SAMBA_PRINCIPAL=dehydrated-service at YOUR.DOMAIN No, you can have your.primayDNSdomain.tld and have REALM = SOMEREALM.TLD Its not obligated to have REALM the same as the DnsDomain. Its also not obligated to have the realm uppercased, but in my opinion, that should be obligated because programs expect often REALM not realm. And becarefull with : SAMBA_PRINCIPAL=dehydrated-service@"$(echo "$(hostname -d)" |\ > tr &...
2009 Apr 15
3
How to apply a function to all combinations of the values of 2 or more variables?
Hi, All Forgive me if this is a stupid newbie question. I'm having no luck googling an answer to this, probably because I don't know the right R terminology to frame my question. I want to know how to run an R function on each combination of the values of 2 or more variables. In SAS-speak this is multiple "BY variables" or "CLASS variables". In R I've figured
2011 Jul 05
4
Need the CentOS 4.3 i386 ISO
Hi all, I'm trying to rebuild a pretty old server. For this, I need a copy of the CentOS 4.3 i386 DVD ISO, ideally. The torrent on the CentOS vault is not working... Does anyone have a copy of: CentOS-4.3-i386-binDVD.iso (md5sum: ca5ccf17951f4b4ef0460c7847e0f2ac) Kicking around? I'd be much obliged if I could get a copy. :) -- Digimer E-Mail: digimer at
2006 Apr 16
4
force 10 megabit full duplex
I figured out how to force 10 megabit full duplex on my ethernet interface. The trick is i need it to stick in case of a reboot so i don't have to reforce it. I have not been able to figure that one out yet. I have not found it in the man's or google yet. If someone could point me in the right direction i would be much obliged. -- My "Foundation" verse: Isa 54:17 No
2017 Aug 08
2
map_data
Hello, I have some problems with calling the map_data function in maps package. Not so long ago it was not a problem, but for some reasons in July this year it became unavailable. For instance, if I call the following code: m<-map_data(?world?) The R returns to me: Error: cannot find function ?map_data? Kind regards, Poltoradnev Maxim Head of products promotion division PJSC
2017 Aug 09
0
map_data
Please keep the mailing list copied in replies. Yes, apparently the map_data function is in the ggplot2 package, not the maps package. -- Sent from my phone. Please excuse my brevity. On August 8, 2017 11:18:35 PM PDT, "??????????? ?????? ?????????" <Maksim.Poltoradnev at uralkali.com> wrote: >Dear Jeff, I figured out what the problem was: the map-data function >does not
2008 Dec 05
6
Audio Tab in winecfg Crashes
As the title states, when I click on the Audio Tab inside of WineCFG it crashes horribly. I looked for a way to set it up manually through the registry but I didn't see anything so if someone could tell me how to set Wine to use ALSA or the opposite (OSS) I would be much obliged.
2009 Jun 29
4
Internet Explorer
Hi All, I am trying to run some of our web applications, which are specifically developed having MS IE in mind, through wine on Suse Linux. I am just concerned that is there any license obligations to MS if we use IE or some IE related dll files in wine...??? The idea is to reduce the MS licenses and we're that even after running the IE in Wine does it require any MS license...?? Thanks
2015 May 26
2
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
On Fri, May 22, 2015 at 9:29 AM, Philip Reames <listmail at philipreames.com> wrote: > Let me start by emphasizing that I only speak for myself. This is my > opinion, and nothing more. > > On 05/22/2015 03:55 AM, Neil Henning wrote: >> >> 'Maintenance and support obligations' - the only maintenance obligations >> would be don't regress our tests
2015 May 22
3
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
'Maintenance and support obligations' - the only maintenance obligations would be don't regress our tests when you change code, that is no different from doing changes to any other target. Chandler raised some pretty important points in his reply, and we will need to address them. In Sam's original email he did say 'We are open to the SelectionDAG/MC approach if the
2016 Jun 13
7
[3.9 Release] Release plan and call for testers
> The 4.1 release gives us the opportunity to drop support for 3.x > bitcode formats, so I don't think we should move to 4.x until we have > older bitcode features that we really want to drop. There should > probably be a separate discussion thread about this. It give the opportunity, not the obligation. Given that I think it is an independent issue and would suggest we just
2015 Apr 20
4
[LLVMdev] More code owners needed
Hi, I've been going through my queue of candidate patches for the 3.6 branch, and I think the process could be smoother if we had more code owners. So, I'd like to encourage people to nominate themselves or others as code owners for any part of LLVM that doesn't already have one. The responsibilities of a code owner include reviewing patches submitted to llvm-commits and approving
2011 Aug 17
5
facter-1.6.0 incorrectly identifies hardware node as virtual
I''ve installed facter-1.6.0 and puppet-2.7.3 on a number of SLES 10 hardware nodes (HP DL580) running the Virtuozzo hosting software. Well, facter correctly identifies such a machine as a hardware node ("virtual => openvzhn") but somehow concludes that the hardware node is in fact virtual. ("is_virtual => true") This breaks some rather important logic. If
2020 Feb 06
2
[PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
On Thu, Feb 06, 2020 at 09:42:34AM +0100, David Hildenbrand wrote: > On 06.02.20 08:40, Michael S. Tsirkin wrote: > > On Wed, Feb 05, 2020 at 05:34:02PM +0100, David Hildenbrand wrote: > >> Commit 71994620bb25 ("virtio_balloon: replace oom notifier with shrinker") > >> changed the behavior when deflation happens automatically. Instead of > >> deflating
2020 Feb 06
2
[PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
On Thu, Feb 06, 2020 at 09:42:34AM +0100, David Hildenbrand wrote: > On 06.02.20 08:40, Michael S. Tsirkin wrote: > > On Wed, Feb 05, 2020 at 05:34:02PM +0100, David Hildenbrand wrote: > >> Commit 71994620bb25 ("virtio_balloon: replace oom notifier with shrinker") > >> changed the behavior when deflation happens automatically. Instead of > >> deflating
2009 Apr 22
1
How to make a time series object from a data frame containing dates.
Hi, All I have a data frame like this. > names(x) [1] "month" "alloc_gb" One of the columns contains the dates I want to use: > data.class(x$month) [1] "yearmon" I would like to make a time series object out of this. However the ts function seems to require me to spell out the starting date. Is there a way to tell ts to use the date column I already
2007 Jan 31
2
Windows Client Print Queue does not get cleared afterjobcompletion....
Hi, I am too having the same problem when printing, I could not find a solution other than as you do, remove it after. I am still looking at this issue and will send to this list if I get a solution if no-one replies. :) Dave > -----Original Message----- > From: > samba-bounces+david.ellison=atkinsglobal.com@lists.samba.org >
2013 Jan 18
3
Annoying delay after main server goes down
Hello, we have distributed lots of cisco spa303 IP phones and get them work with Asterisk. I have configured proxy and alternate proxy and enabled "dual registration" features in provisioning files(xml files). All phones are able to subscribe to both of servers. But the problem is, if main server goes down, i am obliged to wait nearly 20 second in order to place a call over second