Displaying 20 results from an estimated 32 matches for "alternativli".
Did you mean:
alternativly
2012 Dec 04
2
Audit of NMI and MCE paths
I have just starting auditing the NMI path and found that the oprofile
code calls into a fair amount of common code.
So far, down the first leg of the call graph, I have found several
ASSERT()s, a BUG() and many {rd,wr}msr()s. Given that these are common
code, and sensible in their places, removing them for the sake of being
on the NMI path seems silly.
As an alternative, I suggest that we make
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 problems
> that you're having if you disclose them.
>
>
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
2020 Jun 23
2
Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
Hi Andy,
On Mon, Apr 27, 2020 at 10:37:41AM -0700, Andy Lutomirski wrote:
> 1. Use IST for #VC and deal with all the mess that entails.
With the removal of IST shifting I wonder what you would suggest on how
to best implement an NMI-safe IST handler with nesting support.
My current plan is to implement an IST handler which switches itself off
the IST stack as soon as possible, freeing it for
2005 May 12
5
VoiceBlue GSM
Hello All * users.
I have been looking for a way to 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
2002 May 10
1
QSG
I just installed Shorewall for the first time
and had no working knowledge of iptables other than
a couple magazine articles prior to this time.
The use of the QSG is fresh in my mind.
It was the single most helpful guide of any on
the site.
Comments:
1) The /etc/shorewall/masq section shows
the use of the third column but then says you don''t
need it if you have a dynamic ip.
Its
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
+Aaron because i think he uses scan-build on Windows more or less
successfully. I won't have time for setting up a Windows machine for
myself in the nearest future.
Could you tell us exactly what you're doing and what exactly does it
print to console, more in the spirit of
http://www.catb.org/~esr/faqs/smart-questions.html ?
> scan-build: Not supported for windows. Exiting...
2008 Oct 24
18
Transferring results from R to MS Word
R-users
At the moment I am teaching a course on the use of R for data analysis.
Part of course requirements involves the transfer of results from R to
something that resembles the APA (American Psychological Associations)
type tables to MS Word. Until now I have used the HTML function in the
R2HTML library, with a call like this:
HTML(summary(model1), file("clipboard",
2007 Sep 18
1
stanaphone issues. can someone verify my config?
Sorry if this comes thru twice, I had the wrong account selected to send the
first time...
Callers to the number get ringing, I get stuff in my asterisk console, and
it calls my softphone and ata, but answering either gets silence, and the
caller gets the ringing stop, if they wait ages they get the stanaphone
voicemail.
I have had the account for ages, and it never has worked, other sip
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
Hi Stefan!
On 10.09.2018 08:35, Stefan G. Weichinger via samba wrote:
>
> 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
2018 Sep 10
0
design question for small environment
On Mon, 10 Sep 2018 12:57:17 +0200
"Stefan G. Weichinger via samba" <samba at 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.
2006 May 17
0
Rubyful-soup and ''malformed utf-8 character''
Hi Guys,
I am trying to use Rubyful-soup for a simple webpage modification
project. The issue is that when I try to display the modified html
(generated 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 ''  becomes
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
Hi!
The OpenSSH sshd sftp function can be configured to send logging to syslog.
When a file is open'ed or closed with unexpected characters, those
characters are send directly to syslog, e.g. a file with a '"' in it:
Aug 21 17:09:11 test internal-sftp[10128]: open "/usr/home/test/te"st" flags WRITE,CREATE,TRUNCATE mode 0664
This makes is difficult and