search for: truely

Displaying 20 results from an estimated 160 matches for "truely".

2003 Sep 20
1
Q: Share Definitions, how to make a 'truely public' area
Greetings, I am trying to set up a "Public" share that visitors who do not have accounts in our system have ro access to, while staff members (who do have accounts) have rw access. Our department has visitors who plug laptops into our network who will only be there once, and want to copy some of our software. However, with the following share definition, staff have rw access, but
2007 Jun 07
2
Is there any plan to support HTTP Proxy
Tinc is a great idea but often we sit behind corporate firewall which also often to only allow traffic to go through HTTP proxy. is there any plan of tinc to implement the proxy support, then it will truely be wonderful. like other through proxy service, one might setup a broker server to establish an initial connection through proxy and then hand over the communication to point-to-point, like services as foldershare, logmein etc. or the node behind proxy server initiate connection to node that i...
2004 Sep 14
0
[LLVMdev] Files to lib/System/Win32
..., through my job I had access to download a complete selfcontained installation of Microsoft's/Interop's Services for UNIX 3.5 (SFU/Interix) POSIX.1 windows subsystem. To upgrade the platform was not as painfull as for Cygwin. Furthermore, Interix is not a Windows emulation layer, but a truely self contained subsystem running unix programs together with windows. At that time it seemed to me, that it was a feasible way to have LLVM running on windows. However, I've ran into trouble with flex not generating correct state tables on my local system (though the SFU support is able to...
2004 Aug 06
3
wow
massive props to the vorbis and icecast2 people.. this is truely impressive stuff guys. we're going live with pure icecast2/vorbis monday. its scary that 56K vorbis sounds almost as good as 128K mp3. this is a lifesaver as our isp is about to pull the plug for excessive bandwidth usage :> -- http://chemlab.org - email shade-pgpkey@chemlab.org for...
2012 Feb 11
1
Should you "ever" use nat=no?
I've been lurking on the dev discussion on creating nat=auto. It all leads me to think there's no reason to use nat=no. We have about 60 internal sip extensions connected to an multihomed asterisk box where the external ip is not nat'ed. Each of the internal sip contexts has nat=no. On startup I get a slew of warnings about intruders being able to distinguish real extensions. But
2019 Jul 10
3
Python build dependency in LLVM and/or clang?
...0000, Simon Tatham via llvm-dev wrote: > > But before I do that, I wanted to check whether there would be any > > objection on grounds of build dependencies. Is it acceptable to require Python > > as part of the normal build process for LLVM? > > At the moment, Python is not truely necessary for building LLVM. The > cmake build system depends on it for some parts, but that's all. I would > be very sad for that to change. llvm-build (LLVMBuild.txt) requires python. The LLVM build will abort with message(FATAL_ERROR "Unable to find Python interpreter, re...
2005 Feb 21
1
uw-imap and gnu-pop3d to dovecot transition/replacement
...e .mailboxlist (modified the source already, this maybe works - due SSL problem not tested?) - no symlinks etc can't be done (simply too many mailboxes) so how to make dovecot read IMAP-directories from user's homedir.. Anything else I should know before trying this transition? All help truely appreciated. Jani. (Mailbox count is high which why transition to faster postclient-server software is necessary - or adding few more dual CPU-servers.. and doing anything but editing config/such by hand is not a option.)
2015 Sep 17
7
[PATCH 0/2] Fix memory leaks in virtio & remoteproc cores
Hi, The following patches fix couple of memory leaks in the virtio and remoteproc cores when using these as modules, and going through a cycle of insmod and rmmod with at least a device registered with the corresponding cores in between. I ran into this on our downstream product kernels on both 3.14 and 4.1 based kernels, and should apply to the latest kernel as well. Patches can be picked up
2015 Sep 17
7
[PATCH 0/2] Fix memory leaks in virtio & remoteproc cores
Hi, The following patches fix couple of memory leaks in the virtio and remoteproc cores when using these as modules, and going through a cycle of insmod and rmmod with at least a device registered with the corresponding cores in between. I ran into this on our downstream product kernels on both 3.14 and 4.1 based kernels, and should apply to the latest kernel as well. Patches can be picked up
2015 Sep 17
2
DEFINE_IDA causing memory leaks? (was Re: [PATCH 1/2] virtio: fix memory leak of virtio ida cache layers)
...-0500, Suman Anna wrote: > The virtio core uses a static ida named virtio_index_ida for > assigning index numbers to virtio devices during registration. > The ida core may allocate some internal idr cache layers and > an ida bitmap upon any ida allocation, and all these layers are > truely freed only upon the ida destruction. The virtio_index_ida > is not destroyed at present, leading to a memory leak when using > the virtio core as a module and atleast one virtio device is > registered and unregistered. > > Fix this by invoking ida_destroy() in the virtio core module...
2015 Sep 17
2
DEFINE_IDA causing memory leaks? (was Re: [PATCH 1/2] virtio: fix memory leak of virtio ida cache layers)
...-0500, Suman Anna wrote: > The virtio core uses a static ida named virtio_index_ida for > assigning index numbers to virtio devices during registration. > The ida core may allocate some internal idr cache layers and > an ida bitmap upon any ida allocation, and all these layers are > truely freed only upon the ida destruction. The virtio_index_ida > is not destroyed at present, leading to a memory leak when using > the virtio core as a module and atleast one virtio device is > registered and unregistered. > > Fix this by invoking ida_destroy() in the virtio core module...
2018 Sep 19
1
Textures Twiddling/Swizzling
Thanks for the last info it was truely helpful. Anyways, I'm currently trying to implement 3D textures into yuzu, as far as I know they are twiddled in a different manner to 2D textures. Could one of you guys point me in the right direction? I've been meddling around: https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/driv...
2006 Apr 01
1
A bit OT...but here is a nifty Rails sighting.... ;)
According to arstechnica, <http://arstechnica.com/reviews/games/forever.ars>Duke Nukem Forever has been ported to Ruby on Rails and is now rendered with some kind of magic mishmash of svg-canvas and ajax! This truely is an example of the incredible power of a web browser. Any hope for getting Mr. Fowler to add a Recipe for this type of thing in his new book? ;) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060401/c433f...
2006 Apr 07
2
ActiveRecord find all based on array -- need ids from array
Does anyone know if it is possible to perform an ActiveRecord find by passing in an array? I would like to be able to do the following: MyModel.find(:all, :conditions => ["user_id in (?)", users]) The problem I run into is that the returned SQL contains the to_s() output of the User object, not the ids of those users. Is it possible to change this behavior? I attempted to
2006 Apr 04
1
how to delete the bar in the right of "filled.contour" map
I did the contour map by "filled contour" and I want to add some points in this map. But It cannot be added truely because the bar is in the right. I want to know how to delete the bar in the right or add the points in the contour map. Thanks! [[alternative HTML version deleted]]
2006 May 24
1
Does R have EGARCH modeling function?
I've downloaded fSeries, but looks like it just has an interface to OX(TM) Garch Modeling Software,and that OX(TM) software package is not free. So where can I find an EGARCH function that is truely usable? Thanks a lot! [[alternative HTML version deleted]]
2007 Jan 16
1
Help with labeling a page with multiple graphs.
...n the page, as that allows me the control I would like over the appearance of the individual plots. What I can't figure out is how to put a page title on each page. Something simple like, "Condition X" at the top of each page. A second line of title would also be nice. Any help is truely appreciated. rob
2005 Feb 27
1
DIALSTATUS with X100P
...y detect if my PSTN line is in use with another call and then overflow to my outbound IAX connections. I think the root cause is that DIALSTATUS gets reported as BUSY instead of CHANUNAVAIL. I don't want simply change the logic in my dialplan to try the IAX on a DIALSTATUS=BUSY because then a truely busy destination number would get treated the same as a my PSTN being in use. Then again, I could be looking at this all wrong... Thanks for any help, John
2006 May 18
1
[bug] False debugging with ipconfig
...s actually impossible to debug NFS mounting with the stock, unpatched klibc. It might be nice to either specify a second #define for this, or just call ipconfig twice, once for the dry-run, then again to fully configure the device. I know this isn't a big deal, but it'd help to be able to truely debug a fully functional kinit without needing to patch/edit the source. Thanks, Aaron
2014 Oct 22
1
Amazon implements Samba Active Directory in the cloud !
...directory in the Cloud." Congratulations to everyone on the Team who created SambaAD and all our users and testers who have helped us make the code work so well ! Hopefully we'll get a lot more bug reports and upstream code changes from all the extra usage and Amazon corporate backing. Truely we live in interesting times :-). Jeremy.