search for: _always_

Displaying 20 results from an estimated 206 matches for "_always_".

2004 Sep 02
5
Any way to _always_ execute certain commands in a dialplan context?
I've got a need to do something like the following: [foo-context] exten => _.,1,SetCIDNum(123) exten => _.,2,SetCIDName(XYZ) include => local include => tollfree But of course, this example won't work. The goal here is this: if a call ends up being handled by the "local" or "tollfree" contexts, I want those SetCID*** commands executed. Otherwise, I
2015 Nov 08
3
idmap & migration to rfc2307
...samba has. > sssd's uses its own implementation of winbind I repeat: sssd does not implement winbind. It implements some parts of the winbind protocol. It is not a drop-in replacement for winbind(d). And the ad-dc forcefully uses winbindd anyways, so sssd is not at all an option. > and _always_ retrieves the same id from AD. Repeat, _always_. > Currently it and nslcd are the only way to obtain full rfc2307 > and consistent ids on DCs. Neither winbind nor > winbindd can do so. Sure. winbindd can do it. use the idmap_ad module :-) The only problem exists in the ad/dc setup due to...
2009 Jun 08
14
script help - '3rd last field'
Hi I need some logic to work out a value for me - this value is _always_ the 3rd last field in a string seperated by '.' but the string could be 5 or 6 fields long, e.g foo.bar.VALUE.baz.lala foor.bar.gigi.VALUE.baz.lala I need to find VALUE - if this were python or something i could do it but this has to be in shell - Any clues? thanks
2001 Feb 17
2
Important fix (sshd && binding). Portable version only.
If bind() fails we _always_ should close socket. I sent this patch while ago to djm but I still don't see this fix in openssh_cvs. diff -urN openssh-2.3.0p1.org/sshd.c openssh-2.3.0p1/sshd.c --- openssh-2.3.0p1.org/sshd.c Sat Jan 6 19:54:11 2001 +++ openssh-2.3.0p1/sshd.c Sat Jan 6 19:55:48 2001 @@ -782,10 +782,10 @@...
2006 Jan 12
2
conditional canreinvite
Hi, I have asterisk on public IP and phones in two locations behind firewall/nat, - when I have nat=yes and canreinvite=no, this is working fine, but rtp stream must go _always_ through asterisk, even if phones talk inside their locations - when I have nat=yes and canreinvite=yes, phones can speak only inside their location and rtp stream is connected directly between phones (this is, imho, correct and logical), but, is possible to combine both, so do reinvite only &quo...
2020 Apr 24
2
[PATCH] Allow RDTSC and RDTSCP from userspace
...space and in early boot in order to > get userspace started properly. Patch below. > > --- > SEV-ES guests will need to execute rdtsc and rdtscp from userspace and > during early boot. Move the rdtsc(p) #VC handler into common code and > extend the #VC handlers. Do SEV-ES guests _always_ #VC on rdtsc(p)?
2020 Apr 24
2
[PATCH] Allow RDTSC and RDTSCP from userspace
...space and in early boot in order to > get userspace started properly. Patch below. > > --- > SEV-ES guests will need to execute rdtsc and rdtscp from userspace and > during early boot. Move the rdtsc(p) #VC handler into common code and > extend the #VC handlers. Do SEV-ES guests _always_ #VC on rdtsc(p)?
2015 Nov 08
2
idmap & migration to rfc2307
...port nor an advocating forum for sssd? > winbind doesn't. It is unfair > on the OP to insist it does. What does "OP" mean? Oh, and it is also unfair to always insist an external unsupported server just works, instead of addressing the points being discussed. > >>and _always_ retrieves the same id from AD. Repeat, _always_. > >>Currently it and nslcd are the only way to obtain full rfc2307 > >>and consistent ids on DCs. Neither winbind nor > >>winbindd can do so. > >Sure. winbindd can do it. > Sorry but you are wrong. On a DC it can...
2001 May 29
2
Re: Are AMDs preferable? [was: Choosing a proces
Hi everyone, Thank you for all your input; may I pose you one last question? If I wish to _ensure_ that I can _always_ do real-time encoding, what is the cheapest AMD chip I should buy? I really don't need "better than real-time" encoding, but I do wish to be sure that the CD is ripped when I am finished listening to it, so that I can carelessly eject it without checking if the encoder has already...
2001 Jun 05
5
HPUX: ssh hangs after shell exit
...interactive shell the connection is not closed unitl an additional _one_ key stroke is issued (space-bar, enter, etc...). The sshd server is OpenSSH_2.9p1 on HPUX-11.00. I have tried connecting using the OpenSSH_2.9p1 ssh client from Linux-2.4, HPUX-11.00 and FreeBSD-4.2. The behavior so far is _always_ consistent: 1) establish connection to sshd using ssh simply via "ssh remote-host" 2) type exit in interactive shell on remote-host. 3) "logout" is echoed to the terminal and the local shell prompt is NOT echoed. 4) type any other key, usually i just hit the space-bar. <<...
2004 Aug 06
2
Server buffer question
...o there is almost no delay to listen to a stream with a fast connection. Apparently, with Icecast2, the server doesn't send the data faster than the music itself, so my client's buffer never fill fully, and it's more sensible to network's perturbations. Maybe the right way is to _always_ pre-bufferize and start the music once done (I do only that when the music cuts one), but I think it's more a feature so why not? I'm using ices and a local static playlist to feed icecast2. Same problems at 16kB or 112kB. Please tell me it's gonna be fixed (as it works well with i...
2020 Nov 03
1
[patch V3 22/37] highmem: High implementation details and document API
...e better: #ifdef CONFIG_DEBUG_HIGHMEM #define page_use_kmap(page) ((page),1) #else #define page_use_kmap(page) PageHighMem(page) #endif adn then replace those "if (!PageHighMem(page))" tests with "if (!page_use_kmap())" instead. IOW, in debug mode, it would _always_ remap the page, whether it's highmem or not. That would really stress the highmem code and find any fragilities. No? Anyway, this is all sepatrate from the series, which still looks fine to me. Just a reaction to seeing the patch, and Thomas' earlier mention that the highmem debugging doe...
2017 Feb 20
2
Sieve removeflag Action
* Stephan Bosch <stephan at rename-it.nl> 2017.02.17 14:34: > Couldn't reproduce this with v2.3.devel yesterday (i.e. no flags set for the > Security mailbox and all flags set for the message in INBOX), but I will try > later with some older version. I did install a newer build this morning: Feb 20 07:00:23 nihlus dovecot: master: Dovecot v2.2.devel (8f42a89) starting up for
2015 Nov 08
0
idmap & migration to rfc2307
...> (configured to use rfc in a ad, and hence behaving more like > a domain member) possibly gives different results, and also > consistently uses the rfc attrs, since that one does not > have the fallback to idmap.ldb that samba has. sssd's uses its own implementation of winbind and _always_ retrieves the same id from AD. Repeat, _always_. Currently it and nslcd are the only way to obtain full rfc2307 and consistent ids on DCs. Neither winbind nor winbindd can do so. > > The mapping should indeed be consistent for a user on the DC, > so it should not intermittently switch b...
2015 Nov 08
0
idmap & migration to rfc2307
...t; It is not a drop-in replacement for winbind(d). > And the ad-dc forcefully uses winbindd anyways, No, it is not forced. It can be disabled. > so sssd is not at all an option. No? What it does do is just work. winbind doesn't. It is unfair on the OP to insist it does. > >> and _always_ retrieves the same id from AD. Repeat, _always_. >> Currently it and nslcd are the only way to obtain full rfc2307 >> and consistent ids on DCs. Neither winbind nor >> winbindd can do so. > Sure. winbindd can do it. Sorry but you are wrong. On a DC it can't.
2015 Nov 09
0
idmap & migration to rfc2307
...r >> on the OP to insist it does. > What does "OP" mean? http://lmgtfy.com/?q=what+does+OP+mean%3F > > Oh, and it is also unfair to always insist an > external unsupported server just works, instead > of addressing the points being discussed. > >>>> and _always_ retrieves the same id from AD. Repeat, _always_. >>>> Currently it and nslcd are the only way to obtain full rfc2307 >>>> and consistent ids on DCs. Neither winbind nor >>>> winbindd can do so. >>> Sure. winbindd can do it. >> Sorry but you are wro...
2016 Mar 16
1
Rsync temporary file name
...s on how rsync names the temporary files it create during a file transfer. It is my understanding that temporary files are name .<filename>.ABCDEF, where "ABCDEF" is a random 6-chars alphanumeric string. First question: it is correct to say that the random aphanumeric string is _always_ 6 chars long? Second question: it is possibile to define a specific, non-random string? I read what rsync's manpage says about suffixes, but they seems to affect only backupped files. Regards. -- Danti Gionatan Supporto Tecnico Assyoma S.r.l. - www.assyoma.it email: g.danti at assyoma.it...
2014 Nov 12
2
[PATCH] for configure.ac
...86intrin.h is not available. >> >> 2) sse_os is defined as 'yes' or 'no', but AM_CONDITIONAL tests it for 'true': > > The patch is attached. Please check it. Ping. Is the fix of FLAC__HAS_X86INTRIN definition necessary? Anyway I think that it should not be _always_ defined (as it does now).
2001 Feb 28
1
(off topic) Re: Notepad
...editor that comes with the system. 3) The usual number of responses spent a lot of time dissing NotePad and advertising their favorite editor. As various contributors noted, NotePad actually does most of the things that some people said it doesn't. Positive advice (like the fact that NotePad _always_ saves in plain text) is usually helpful. Negative advice always reminds me of the marketing practices of some software companies. Jim -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &...
2005 Jun 02
1
Re: Reboots -- Short Answer
From: Prasad Pillarisetti <prasad.pillarisetti at gmail.com> > ***Do you perform downtimes just for the purpose of rebooting the systems? > ***Is there a recommended interval Linux system should be rebooted? Okay, here's my short answer: Regardless of OS, you should _always_ reserve dates/times for preventive maintenance on a regular basis. But I agree with most others, unless it is a kernel upgrade or GLibC change, there's no absolutely need to reboot. Not even during preventive maintanence should you feel compelled. -- Bryan J. Smith mailto:b.j.smith at iee...