Displaying 20 results from an estimated 309 matches for "_any_".
Did you mean:
_and_
2014 Jun 04
3
lua and other modules in 6.03-pre
The following are new Lua c32 modules in 6.03-pre*:
cmenu.c32:
cpu.c32:
dhcp.c32:
dmi.c32:
lfs.c32:
pci.c32:
syslinux.c32:
vesa.c32:
I am wondering whether the following modules, which are _not_ new and
are also included in 6.03-pre*, have _any_ relation either to the
above list or to Lua:
cpuid.c32:
cpuidtest.c32:
dmitest.c32:
pcitest.c32:
vesainfo.c32:
TIA,
Ady.
1998 May 25
4
[homes] share(s)
...and set up samba to avoid hearing
questions from my father about "why can't I see your computer from my
network neighborhood" etc etc and he wants to mount my mp3 files.. I also
set up the standard homes share, but besides being able to connect to
_his_ home directory, he is able to _any_ home directory! This is
definitely not the behavior I am looking for here. From the smb.conf man
page I can see nothing that addresses this problem/feature. What am I
missing here?
(PS - I am not subscribed to the list yet, please CC any responses
directly to me)
+----------------------+--...
2004 Jul 19
11
(no subject)
Hi
I want to block the IP traffic between any 2 hosts on a switched ethernet
LAN. Will setting all the possible IP addresses on a linux machine in the
LAN do the trick or there is another easier solution?
--
Anton Glinkov
network administrator
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2009 Mar 31
0
[LLVMdev] assert problem embedding llvm libs in linux - stuck
....?
Sure, you can't have two copies of the libraries that can see each
other. Put them into one shared library used by both sides, if they
are meant to be shared, or separate them out completely, if they are
not meant to be shared. If you separate them out, run nm, and see if
there is _any_ routine that comes from llvm (or clang) in the thing
that has clang in it on the link line.
2001 Jun 21
3
TwinVQ versus The World
...has mentioned TwinVQ on this list. While exploring alternatives
to MP3 (which is when I also found Vorbis), I noticed TwinVQ. I
encoded a few tracks with TwinVQ and they sounded like shit, but
does anyone still consider TwinVQ a serious competitor in the
compressed audio market? Does it have _any_ advantages over
anything else? How about AAC?
Thanks for everyone's reply ahead of time.
--
noodlez: Karol Pietrzak
PGP KeyID: 0x3A1446A0
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a mess...
2006 Aug 21
2
Dovecot 1.0rc7 quits without notice
Today I switched one of our servers from Courier (deployed 3-4y ago)
to DCrc7. Everything seemed very nice (system load dropped
significantly).
Unfortunately after some time and ~8000 pop3-logins the main DC loop
just quit without _any_ notice. Some pop3-login childs still showed up
in the processlist, but the main listener on port 110 was gone.
The above described scenario has been observed 2 times.
Any suggestions are welcome.
System: Debian 3.0 woody, Linux kernel 2.4.x
File offsets ........................ : 64bit
I/O loo...
2012 Sep 05
3
[LLVMdev] /llvm/include/ADT/Trie.h?
In a discussion on IRC, Micheal was complaining about the semantics of StringSet, specifically how the iterators work.
DannyB mentioned that we have a Trie class, so I decided to check it out.
Lo and behold, I couldn't find _any_ uses of it, and when I deleted it from my system and did a clean rebuild, everything was fine.
Looking at the log, the last substantial change to this class was in 2007.
So - is anyone using this file/class?
Is anyone planning on using it in the future?
Should I just delete it?
-- Marshall
Mar...
2020 Jun 16
2
[PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
...iscussion on what is best. It will be
> > introduced as a separate patch later on after this one is merged.
>
> To this larger audience and last week without reply:
> https://lore.kernel.org/lkml/573b3fbd5927c643920e1364230c296b23e7584d.camel at perches.com/
>
> Are there _any_ fastpath uses of kfree or vfree?
I'd consider kfree performance critical for cases where it is called
under locks. If possible the kfree is moved outside of the critical
section, but we have rbtrees or lists that get deleted under locks and
restructuring the code to do eg. splice and free it o...
2020 Jun 16
2
[PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
...iscussion on what is best. It will be
> > introduced as a separate patch later on after this one is merged.
>
> To this larger audience and last week without reply:
> https://lore.kernel.org/lkml/573b3fbd5927c643920e1364230c296b23e7584d.camel at perches.com/
>
> Are there _any_ fastpath uses of kfree or vfree?
I'd consider kfree performance critical for cases where it is called
under locks. If possible the kfree is moved outside of the critical
section, but we have rbtrees or lists that get deleted under locks and
restructuring the code to do eg. splice and free it o...
2009 Mar 31
3
[LLVMdev] assert problem embedding llvm libs in linux - stuck
Hi,
I have a shared library that makes use of LLVM/clang to add JIT
capabilities to a front-end interface in Lua. This shared library is
used within an executable application. This all works and builds fine
on OSX, but I'm having trouble replicating it for Linux. The build
process goes fine, with no changes to the library code, however I'm
receiving a SIGABRT caused by an
2010 Dec 16
6
Call sip:user@domain.com?
Hello
At this point, I have an Asterisk 1.4 + PC running XLite behind a NAT
set up with a VOSP trunk that I can use to make/receive calls to/from
the PSTN.
Now, I'd like to be able to call any number on the Net that is
advertised as "sip:user at domain.com", such as those:
www.voip-info.org/wiki/view/Phone+Numbers
Do I need to register a second trunk (FWD, etc.) through which
2009 Dec 18
2
Getting Rd pages right for redefined S3 generic
I'm writing a package, and would appreciate advice on controlling the
help documentation cross-references for a redefined generic.
I wanted to define a cbind equivalent for an object that mostly behaves
like a data frame. base::cbind dispatches to a data frame method if
_any_ parameter is a data frame, so I defined a new S3 cbind and
cbind.default to handle dispatch on first object only. Though I confess
that redefining cbind leaves me a tad nervous, that all works OK so far.
However, R cmd tells me (rightly) that I haven't documented the generic
and new default. B...
2007 Jan 23
3
Loess with more than 4 predictors / offsets
Hello,
Does anyone know of an R version of loess that allows more than 4
predictors and/or allows the specification of offsets? For that matter,
does anyone know of _any_ version of loess that does either of the
things I mention?
Thanks,
Paul Louisell
650-833-6254
ploua@allstate.com
Research Associate (Statistician)
Modeling & Data Analytics
ARPC
[[alternative HTML version deleted]]
2006 May 08
3
PSTN Incoming call on real line disrupts VoIP call over DSL circuit
...e stops working. He can continue to use the Internet connection on
his PC just fine, and I can continue to hear him speak over the VoIP
connection with no problems either, so the Internet connection has not
been lost.
I have to admit to being completely clueless as to what to even look
for, so _any_ advice as to things to test for would be appreciated. As I
said at the top, I can reproduce this 100% of the time, so I can easily
setup any debugging environment in advance, and trigger the problem at
will, etc.
Thanks in advance!
2015 Jan 07
2
Design changes are done in Fedora
On Jan 6, 2015, at 6:49 PM, John R. Dennison <jrd at gerdesas.com> wrote:
> On Tue, Jan 06, 2015 at 06:37:42PM -0700, Warren Young wrote:
>
> Noise removed.
>
> Quick question, if I may? What does this have to do with CentOS?
Some people are annoyed that CentOS keeps changing on them, and keep going to greater and greater lengths to try and argue that CentOS should not
2007 Sep 20
0
R-related: problem with openvt on Ubuntu 7.04
This is a configuration/OS problem, but it's affecting my use of R ...
Whenever I try to open _any_ vignette (as far as I can tell)
from within R, I get "Could not get a file descriptor referring to the
console",
coming from /usr/bin/openvt, which is pointed to by /usr/bin/open,
which is called by print.vignette to display the vignette.
On the other hand, openvt fails in the same wa...
2011 Aug 05
1
uniform type indicator
this is fascinating:
> http://daringfireball.net/linked/2011/08/05/markdown-uti
i don't know (and don't care about) any possible significance of
such a pronouncement on a "uniform type indicator", but i think
that it's interesting that gruber has decided to make _any_ type
of statement on markdown, with the big moves now underfoot,
and doubly so when he chooses to communicate it via his blog
-- which is public, but has zero public feedback mechanism --
and not also here, where markdown developers hold discussions.
this is not a judgment -- of any type -- merely...
2002 Jul 26
0
wininit
Hi
I dug comp.emulator.ms-windows.wine archive, but didn't found what i need.
Is there _any_ way of initialisation wine-dows, including wininit.ini
processing? '_any_ way' means the program, doing it, of course :)
regards
--
ojciec
2005 Sep 10
0
Special authentication question
...ssible for
configuration by a browser interface which allowes to create and configure
those printer shares. The main advantage of this server should be the
ability to email the "printed" documents to the user, who printed it.
Very important for easy installation and management is to avoid _any_
user management, exept of having an alias list to alias user names to
email addresses if required. It is assumed to allow _any_ user to print
his documents. This means there is no need for any authentication.
Now my problem:
When I export my printers with "security = share" and "gue...
2014 Feb 14
1
Dynamic end-point
...firewall/NAT box, so I cannot control either the source address or
port number for the tincd connection. The ISP isn't cooperative, so I
need to find a way to connect this site to my central site regardless of
its source address/port.
Is it possible to configure the central site to accept _any_ connection
as long as the public/private key exchange succeeds?
-------------------------------------------------------------------------
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Network...