Displaying 20 results from an estimated 143 matches for "_some_".
Did you mean:
_same_
2011 Feb 24
2
Carrying context from one server to another?
The relevant part of my setup is something like:
SIP phones -> local server -> remote server -> SIP-to-PSTN provider
I want _some_ of the SIP phones on the local server to be able to get
access to SIP-to-PSTN, but not all of them. The local-to-remote
connection is IAX2 over VPN.
Do I need to set up two separate IAX2 connections, one "privileged" and
the other not, or can I somehow tag calls from some phones on the l...
2009 Aug 04
4
GSSAPI Authentication in v1.2.1
In the release notes for v1.2.2, Timo said:
> Found and fixes several v1.2-specific bugs. Hopefully it's now stable
> for most people's usage.
>
> * GSSAPI: More changes to authentication. Hopefully good now.
>
What were the GSSAPI changes? I am having problems with _some_ of my
users using GSSAPI auth. I am using version 1.2.1. The client
(thunderbird) reports that the server does not support 'secure
authentication'. When I switch on auth_debug in dovecot, I see errors
such as these in the logs:
Aug 3 16:45:57 fury dovecot: auth(default): client in: AUT...
2004 Nov 23
1
Wine hangs up totally on startup - any hints?
...;ve got completely no clues what to do about it as I don't get any error
output at all... The situation: when I start Wine, it hangs up the whole system.
I mean, the mouse cursor isn't moving, the keyboard isn't responding. The only
solution is to hold the POWER button. I managed to run _some_ files actually,
e.g. a WinRAR self extracting archive, some game patches, but that's all.
I've never succeeded in running an `autorun' application from a CD-ROM or even
the Windows' Solitaire... The fact applies to all versions of Wine I've tried:
20041019, 20040813 and 20031212...
2004 Aug 06
1
Icecast question
It will work with _some_ versions of Real Player.
Don't know about Quicktime.
Larry
Mick Ritchie wrote:
> Hi
>
> Can anyone direct me to a place where I can find details of which
> players Icecast streams will play back on - for both pc and mac
> systems. I am hoping it will play back on Real Playe...
2006 Mar 04
0
"Continuously colored" colorkey
...00 (the
standard for col.regions is 100 colors between green and red, so the
maximal number for cuts is 99. A higher number for "cuts" starts the
colors from the beginning again...).
Now with these settings (or even with a much smaller number for
"cuts"), I always obtain _some_ small stripes between the colors of
the colorkey (not between _every_ color change, just between _some_).
Of course these stripes have a different color, otherwise I would not
see them. This looks pretty bad (especially if an almost white stripe
lies between 2 dark colors). Is there a way t...
2007 Mar 30
1
Security on long distance calls
Hello,
which kind of method could you use to inhibit long distance calls to
_some_ extensions?
Is there a way to do it with freepbx or you have to do it manually in
the config files? I wouldn't like to set a route password, because
that is not confortable for the pbx operator. I just would like the
operator being able to call whatever number, while the extensions
should o...
2001 Mar 14
2
Undelete?
Hi,
I just found out, I deleted an important file, which was (of course)
just downloaded to the computer from the digital camera, and deleted
there.
So, no backups.
But when I tried to find the deleted INODE with debugfs and lsdel It
said "no files deleted".
Is this the normal behaviour? Is there a possibility of getting the data
back?
The kernel I use is 2.2.17-6 from the RH
2007 Apr 16
1
Problems with --delete
...-delete --exclude "lost+found" /ops/ mercury2:/ops
This is for a fairly large ext3 filesystem (420G) with "lots" of files.
If I run the command repeatedly, the filesystem on the target machine just
fills up, while what I'm shooting for is clone.
The strange thing is that _some_ files are being deleted.. just a few, and
obviously not nearly enough.
Paul
--
-------------------------------------
Paul English
3TIER
Manager, Information Technology
Voice: 206-325-1573x111
Fax: 206-325-1618
2005 Apr 08
0
Recover from inadvertent change to domain SID
...oller for a domain of
thirty XP/2000 computers. Two weeks ago the domain
SID was accidentally changed. I can confirm this by
looking at backups of /etc/MACHINE.SID. I am not sure
how the SID changed but I _think_ that it may have occurred
during testing for an upgrade to Samba 3 :(
I now find that _some_ users can no longer log on to _some_
machines. The majority of users always log on to 'their own'
computer and have not reported problems. Problems seem
to occur when a user attempts to log on to a machine that they
would not regularly use.
User profiles are stored locally (i.e they are no...
2005 May 11
3
icmp problem
hi i have a problem with my icmp, i have a router that
performs nat. i cannot ping to internet hosts from
more than one stations situated behind NAT at once. if
i want to ping from another station i have to stop the
ping that was initiated from the first host, and after
a few seconds i can ping from another station.i've
checked firewll and i have no ipfw rules that could
stop icmp traffic.
2005 Sep 28
1
multiple Host entries in ssh_config
...s I can write it up in a
patch to the existing faq.
I'm running ssh 3.8.1p1 on Debian Sarge. I looked briefly at the
4.x manpages but haven't tried that version of the software, the
manpage looks no different.
What I want to do is write an /etc/ssh/ssh_config that allows X11
forwarding to _some_ hosts by default, and not others, viz:
ssh baz X11 forwarded
ssh baz.my.domain X11 forwarded
ssh biff.notmydom.com not forwarded
ie I want to trust hosts in my domain but not outside it.
I tried various orderings of
Host *
ForwardX11 yes
Host *.my.domain
F...
2010 Nov 15
6
[LLVMdev] Optimization of calls to functions without side effects (from Kaleidoscope example)
...tructionCombiningPass());
// Reassociate expressions.
OurFPM.add(createReassociatePass());
// Eliminate Common SubExpressions.
OurFPM.add(createGVNPass());
// Simplify the control flow graph (deleting unreachable blocks, etc).
OurFPM.add(createCFGSimplificationPass());
It does simplify _some_ things. For example:
ready> def simplifyThis(x) (x*2)+(2*x);
Read function definition:
define double @simplifyThis(double %x) readonly {
entry:
%multmp = fmul double %x, 2.000000e+00
%addtmp = fadd double %multmp, %multmp
ret double %addtmp
}
> -----Original Message-----
> From: D...
2014 Mar 31
2
[LLVMdev] r204593 breaks Asan tests on FreeBSD
...ill soon change, and by default we will build all
compiler-rt libraries and test suites with just-built Clang. This will
allow us to be very specific about command-line flags. Of course
"just-built Clang" will still need to use system headers and (for unit
tests) even system libraries, so _some_ flags must remain configurable by
the user. But I'd rather work on the bright future than fix the existing
and ugly clang_compile, clang_link etc. set of rules :) Let me know if
you're OK with this, or you are in desperate need of the short-term fix (it
prevents you from setting up a buildb...
2023 Jul 10
1
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
...This is a small series getting rid of paravirt patching by switching
> completely to alternative patching for the same functionality.
>
> The basic idea is to add the capability to switch from indirect to
> direct calls via a special alternative patching option.
>
> This removes _some_ of the paravirt macro maze, but most of it needs
> to stay due to the need of hiding the call instructions from the
> compiler in order to avoid needless register save/restore.
>
> What is going away is the nasty stacking of alternative and paravirt
> patching and (of course) the sp...
2018 Jun 12
2
[PULL] vhost: cleanups and fixes
...ised my hackles again.
I would seriously suggest having a much simpler version for the "no
allocation, no dma mapping" case, so that it's *obvious* that that
never happens.
So instead of having virtio_balloon_send_free_pages() call a really
generic complex chain of functions that in _some_ cases can do memory
allocation, why isn't there a short-circuited "vitruque_add_datum()"
that is guaranteed to never do anything like that?
Honestly, I look at "add_one_sg()" and it really doesn't make me
happy. It looks hacky as hell. If I read the code right, you'...
2018 Jun 12
2
[PULL] vhost: cleanups and fixes
...ised my hackles again.
I would seriously suggest having a much simpler version for the "no
allocation, no dma mapping" case, so that it's *obvious* that that
never happens.
So instead of having virtio_balloon_send_free_pages() call a really
generic complex chain of functions that in _some_ cases can do memory
allocation, why isn't there a short-circuited "vitruque_add_datum()"
that is guaranteed to never do anything like that?
Honestly, I look at "add_one_sg()" and it really doesn't make me
happy. It looks hacky as hell. If I read the code right, you'...
1998 Nov 30
1
[R] R functionality
...ere written as
S(-PLUS) addons and then ported (by me) to R. The only example I am
aware of going from R to S is my (still unfinished) lqs package, which
started as a re-design of some ROBETH code and ended up much more
comprehensive than what was available for S-PLUS.
> As R is much faster on _some_ code than S-PLUS I have also done
> simulations in R that I could not do in S-PLUS. Whether this counts as an
> added feature is arguable, but it can certainly be useful.
Agreed, but as my anecdote shows, much slower on other code. I have
done extensive timings on the same machine and I see...
2008 Apr 29
2
Calling R from C - part way there but need a push!
Dear All,
I've read the manual on "Writing R Extensions" and in particular the
part on calling R from C. (Most of the manual is about calling C
from R, not the other way around.)
The good news is that I can now call _some_ R from C, specifically
the R functions which have C header files. However it isn't clear to
me how to call R functions that are written in R. I imagine that
there is a standard C function of the form
Call_r_from_C("package name", "Rfunction name as a string", arg1,...
2020 Feb 19
2
i1 true ^= -1 in DAG matcher?
...er. I believe SelectionDAGDumper just calls
APInt::operator<<(raw_ostream &) which defaults to printing signed.
~Craig
On Wed, Feb 19, 2020 at 3:01 PM Hendrik Greving <
hendrik.greving.smi at gmail.com> wrote:
> Yes the cited FIXME code might be unrelated. I do think there is _some_
> kind of issue somewhere because I do see a BUILD_VECTOR of i1 -1 on our
> target which I set to setBooleanVectorContents(ZeroOrOneBooleanContent).
> The backend is not open source, but the i1 vector is an input to a clang
> builtin which takes V8i like
> __builtin_special(~mask) wh...
2000 Jun 15
1
ssh 2.1.1p1 can't connect; ssh 1.2.3 can
...losed.
debug: Transferred: stdin 5, stdout 709, stderr 36 bytes in 25.4 seconds
debug: Bytes per second: stdin 0.2, stdout 27.9, stderr 1.4
debug: Exit status 0
Now I've compiled OpenSSH 2.1.1p1 (same system, Solaris 2.5.1, but this
time using PRNG instead of EGD). This version works to _some_ systems
(for example, I can connect to my home system which is running Debian
GNU/Linux 2.2--running sshd from OpenSSH 1.2.3.
But, I can't connect to my ISP; I just time out. Here's a session:
$ ssh-2.1.1p1 -v -l foobar xx.xx.xx.xx
SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0...