search for: alternativly

Displaying 20 results from an estimated 32 matches for "alternativly".

Did you mean: alternatively
2012 Dec 04
2
Audit of NMI and MCE paths
...we make ASSERT()s, BUG()s and WARN()s NMI/MCE safe, from a printk spinlock point of view. Either we can modify the macros to do a console_force_unlock(), which is fine for BUG() and ASSERT(), but problematic for WARN() (and deferring the printing to a tasklet wont work if we want a stack trace). Alternativly, we could change the console lock to be a recursive lock, at which point it is safe from the deadlock point of view. Are there any performance concerns from changing to a recursive lock? As for spinlocks themselves, as far as I can reason, recursive locks are safe to use, as are per-cpu spinlocks...
2019 Apr 05
2
[cfe-dev] scan-build on Windows
Hi Siddharth, alternativly you can try this <https://github.com/rizsotto/scan-build>, it's written in Python. Regards, Laszlo On Sat, Apr 6, 2019 at 5:14 AM Artem Dergachev via cfe-dev < cfe-dev at lists.llvm.org> wrote: > Hi, > > I never tried it myself but i can try to help you with specific pro...
2018 Sep 10
2
design question for small environment
Am 10.09.18 um 10:06 schrieb Oliver Rath via samba: > For this, you could take roaming profiles for offline use. Here the > files were copied to the local machine cache and used, if no (or only a > slow) network connection is available. Alternativly, you could use a > "RODC" (Read only Domain Controller, a mirror of the AD) locally in the > another office. As a third solution, you could use the RODC only for > authorization, not for file server services, but normally a slow > connection in the desert should be sufficient...
2020 Jun 23
2
Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
...safe, the NMI handler needs some logic too. Upon entering NMI, it needs to check the return RSP, and if it is in the #VC IST stack, it must do the above flow by itself and update the return RSP and RIP. It needs to take into account the case when PT_REGS is not fully populated on the return side. Alternativly the NMI handler could safe/restore the contents of the #VC IST stack or just switch to a special #VC-in-NMI IST stack. All in all it could get complicated, and imho shift_ist would have been simpler, but who am I anyway... Or maybe you have a better idea how to implement this, so I'd like to...
2005 May 12
5
VoiceBlue GSM
...allow GSM termination through Asterisk to occur. I am not a Telekom fundi and I have set up IAX2/IAX/SIP on asterisk with the ZAP channels via the Digium TDM 400P. I am unable to find any place that can tell me the cost of the VoiceBlue with a currency to I can calculate the cost of buying one. Alternativly - or just out of interist - I only really need to handle one GSM call @ a time and have a SMS capability... is there anyone that can suggest the best way to do so without doing a hack/patch to make a device to interact with asterisk? -- Kind Regards Etienne
2002 May 10
1
QSG
...reading, most users will be installing exactly one of these types, and intermingling the three descriptions makes it seem more complex than it is. 2) A snippit library on the website would be nice. Could be a directory of small text files with long descriptive names. Alternativly web pages could be used as is done now with some of the examples. Snippits would contain mostly rules (but perhaps content for the other files as well) and notes. So If you have Samba running on the FW you would have a snippit for that (as is curretly fou...
2018 Sep 10
5
design question for small environment
Greetings samba-users another "design issue" here I run 2 servers in a very closed environment, basically it is only one fileserver, the 2nd does snapshots and backups etc That server is configured as standalone and knows only ~6 local users. No ADS, no domain membership. Think of a separated department in a company which has to be as disconnected from the company's IT as
2019 Apr 10
2
[cfe-dev] scan-build on Windows
...r changes i need to make in the > env variable. > > Thanks, > Siddharth > > > > On Sat, Apr 6, 2019 at 5:28 AM Laszlo Nagy > <rizsotto.mailinglist at gmail.com > <mailto:rizsotto.mailinglist at gmail.com>> wrote: > > Hi Siddharth, > > alternativly you can try this > <https://github.com/rizsotto/scan-build>, it's written in Python. > > Regards, > Laszlo > > On Sat, Apr 6, 2019 at 5:14 AM Artem Dergachev via cfe-dev > <cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org>> w...
2008 Oct 24
18
Transferring results from R to MS Word
...any rounding to could be done there before the transfer of the table to MS Word. Alternatively, that something like the argument digits=x works in a consistent manner with at least most objects. So: What do I tell my students on what to do using R2HTML in order to obtain consistent results? Alternativly: are there other alternatives I and my students could use for the transfer of results from R via Excel to MS Word? I really would appreciate some suggestions. Tom
2007 Sep 18
1
stanaphone issues. can someone verify my config?
...I have done everything I can think of to have that work, and the config is the same other then host, username and password on italk which is working fine. I have googled for the Maximum retries exceeded on transmission - I could only see some stuff related to broken sip phones, not a voip server. Alternativly, since it seems that stanaphone is a bit of a hit and miss from some other reading, is there any other functional US inwards provider for free that doesn't need a credit card that works well with asterisk? The softphone works, but I really need to get it going to my phones in the house instead....
2006 Jul 04
3
Recalculating the score
Hey .. I''m using ferret to index various objects and i''m create a Ferret::Document for each of these objects. Indexing and searching is working fine. Each of these Ferret::Documents has a ''relevance'' field, storing an integer, how relevant this object is for the search. The ''relevance'' is in the range of 1..10 Now i would like to
2006 Oct 10
10
Voicemail Press '0'
Crikey. I can't get this to work! Allegedly, you can press 0 while in the voicemail greeting and be dropped to the 'o' extension. For some reason, I can't get it to work. The 'docs' aren't clear about what context the o extension should be in. The voip wiki says "the context for the voicemail box that we're looking for in the dialplan for the jump to the
2019 Apr 05
2
scan-build on Windows
Hi all, Can anyone help in installing and running "scan-build" on Windows ? Thanks, Siddharth -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190405/4e10fdaf/attachment.html>
2018 Sep 10
0
design question for small environment
...hink of a separated department in a company which has to be as > disconnected from the company's IT as possible. For this, you could take roaming profiles for offline use. Here the files were copied to the local machine cache and used, if no (or only a slow) network connection is available. Alternativly, you could use a "RODC" (Read only Domain Controller, a mirror of the AD) locally in the another office. As a third solution, you could use the RODC only for authorization, not for file server services, but normally a slow connection in the desert should be sufficient for authorization pu...
2018 Sep 10
0
design question for small environment
...lists.samba.org> wrote: > Am 10.09.18 um 10:06 schrieb Oliver Rath via samba: > > > For this, you could take roaming profiles for offline use. Here the > > files were copied to the local machine cache and used, if no (or > > only a slow) network connection is available. Alternativly, you > > could use a "RODC" (Read only Domain Controller, a mirror of the > > AD) locally in the another office. As a third solution, you could > > use the RODC only for authorization, not for file server services, > > but normally a slow connection in the desert s...
2006 May 17
0
Rubyful-soup and ''malformed utf-8 character''
...erated by @soup.to_s) using RJS, an error pops up saying ''malformed utf-8 character''. I can fix this by using @soup.to_s.toutf8 but that causes some of the characters in the document to be messed up (ie ''&nbsp becomes %nbsp''). Any ideas how to fix this, (or alternativly a different html parser, rubyful soup seems the easiest one out there to use. Thanks a lot, Scott
2006 Jan 09
1
new 1.0 config and vpopmail
does anybody have a working config they can send me .. I just cannot seem to get this working. alternativly how can I set the debug so I can see where my config is wrong ? thanks Henti
2005 Aug 13
1
Initiating a transfer from an analog handset?
Is there a way to initiate a transfer using an analog handset? For instance I'm looking for a way to do something like the following: External call comes in and is answered by user A. After talking to the caller they determine that the caller really needs to speak to user B. Is there any way for user A to initiate a transfer to user B, using only their analog handset? Now to make
2005 Jan 13
1
Equilivant for a sshchroot file?
Hey guys I really have made use of the ftpchroot file in /etc but I wonder why is there no equivalent of that for ssh and telnet accounts? Basically simply limiting traversing the file system to specific shell users root. Regards, Jason
2013 Aug 21
0
sftp logging, filenames with strange characters and parsing the logfile
...sftp[10128]: open "/usr/home/test/te"st" flags WRITE,CREATE,TRUNCATE mode 0664 This makes is difficult and error-prone to parse the logfile. Would it be possible to mask those characters in filenames, e.g. like the quotemeta function in perl does or the %xx escapes used in apache ? Alternativly, if the logging is changed so that the filename comes at the end, then the parser can just read until end-of-line (if the filename does not contain a newline...) Something like this: Aug 21 17:09:11 test internal-sftp[10128]: open flags WRITE,CREATE,TRUNCATE mode 0664 name /usr/home/test/te"...