similar to: Please

Displaying 20 results from an estimated 2000 matches similar to: "Please"

2002 Nov 25
1
Lartc & Squid
hi all, We are using squid 25s1 with kernel 2.4.19 and iproute2(+julian''s Pathes) with the following acl.. acl short_path dst 128.0.0.0/8 tcp_outgoing_address myIp2nd short_path we are linked to 2 isp--one having satelite & the other OFC. We want the above mentioned network to go thru OFC(ispB) as the sibling resides there. But when i use squidclient mgr:server_list
2010 Jun 13
2
Warcraft graphics are glitchy
Well i'm using Ubuntu [Lucid] and running WoW via Wine [latest version] but there are some issues with the graphics, and moreso the lagg. Graphic issues: Black under players and npcs and Bugged textures for player armor and skin [Image: http://img149.imageshack.us/img149/3918/screenshot1wj.png ] http://img149.imageshack.us/img149/3918/screenshot1wj.png Lagg Game laggs rly bad, like as if i
2013 Apr 16
2
[LLVMdev] How to implement list in llvm
Thank you for your answer! You are right, but I still don't know how to build such a list dynamically using LLVM API with user type inside (I don't know this type yet ofc). 2013/4/15 Cristianno Martins <cristiannomartins at gmail.com> > Hi, > > I guess you could use a template with a std::vector: you don't need to > define right away the type, if you create a
2007 Oct 12
3
Conversion of text in shell
Hi! I want to convert the lines 1.1,3.19e-4 1.2,3.05e-3 10.5,9.14e8 (as example) to 1,1 & $3,19 \cdot 10^{-4}$\\ etc.. from one file and save these in a new file Rly lost here except I know I should use regexp and MAYBE sed somehow :) Thx for any help _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE!
2013 Apr 16
0
[LLVMdev] How to implement list in llvm
Hi, Sorry, but I'm not sure I understand what you're trying to do. I guess you want some kind of superclass of some set of classes that are defined in the llvm api(?). In that case, which are specifically the types you could have in this list you're trying to define? -- Cristianno Martins On Tuesday, 16 de April de 2013 at 04:22, B B wrote: > Thank you for your answer! >
2013 Apr 15
2
[LLVMdev] How to implement list in llvm
Hi! I want to implement a list (which operates like ArrayList in Java). I can use ArrayType from llvm, but at creation time I have to specify size so there is a problem when I want to extend it (I can reallocate it ofc). Moreover I need to implement all the operations (inserting, removing etc.) manually. I though that maybe I can use std::vector, but there is another problem - std::vector is a
2017 Mar 23
2
Samba3 ACL
Hi, I'm currently using an old Samba 3.6.3 on Ubuntu 12.04 LTS. Now it is required to use ACL's. Unfortunately, the Samba is running without the "HAVE_LIBACL" build option, my question is: how can i (re)configure it to enable ACL support via package manager? OFC i installed the required packages. Thanks, Robert
2015 May 15
2
Samba4 - RODC - Credentials caching
I looked all over the place, and cannot find current answer. I want to store passwords/password hashes on my RODC, so that when my DC (Windows) fails, my users can still connect using RODC. The current state that is described (by 3 years old docs) says its WIP, so I'm not sure what to expect? Also, in documentation there is no option, to allow for preloading whole group of users, is that
2005 Sep 14
2
OT - has my email domain been hijacked?
Returned mail: User unknown Hi List; I keep getting emails similar to the text below. I/We own the domain dataintellect.com and we have email addresses setup however I always see a bogus dataintellect.com email address as the sender. -or is this simply a random spam email? Thanks in advance for any advice... ========================================= From: Mail Delivery Subsystem
2013 Apr 15
0
[LLVMdev] How to implement list in llvm
Hi, I guess you could use a template with a std::vector: you don't need to define right away the type, if you create a template of it. It should look something like that: template<class B> class List { std::vector<B> myList; void insert (int pos, B elem); } template <class B> void List::add (int pos, B elem) { myList.insert(myList.begin()+pos, elem); } Then,
2014 Jun 28
1
PHP ldap_start_tls
I have samba4 4.1.9 on ubuntu 14.04 and I am trying to connect with phpldapadmin. Problem seems to be with the start tls and that PHP ldap_start_tls doesn't like self signed certificates that are not in the local ca. The samba certs are in /var/lib/samba/private/tls. Does php ldap_start_tls use /etc/ldap/ldap.conf ? # TLS certificates (needed for GnuTLS) TLS_CACERT
2018 Oct 02
2
2.3.3: Panic: file ostream-zlib.c: line 37 (o_stream_zlib_close): assertion failed
I see this in my logs after 2.3.3: using zlib plugin, ofc. Oct 02 10:01:39 imap(user at example.com)<50643></2k4Sjp3vMqC496W>: Panic: file ostream-zlib.c: line 37 (o_stream_zlib_close): assertion failed: (zstream->ostream.finished || zstream->ostream.ostream.stream_errno != 0 || zstream->ostream.error_handling_disabled) Oct 02 10:01:39 imap(user at
2011 Mar 21
3
warcraft III no directx, no open gl
Hi, i am very new to linux (opensuse) and wine. I suppose I installed the driver for my gpu properly, since catalyst recognizes hd 5750. I copied the warcraft folder to /home/username. If i try to launch the game, I get couldn't intialize directx etc. Same happens with -opengl flag (other error ofc). Things I've tried: rename movies folder & virtual desktop in wine. Any advice is
2015 Feb 24
1
Conditional SASL authentication
On 24.02.2015 20:40, Reindl Harald wrote: > > > Am 24.02.2015 um 19:37 schrieb Adrian Minta: >> On 24.02.2015 20:29, Reindl Harald wrote: >>> >>> don't allow senders which you would not receive mail for - period >>> >> Seems interesting, at least until the bots adapt to this. >> Any idea how could this be implemented? > > with the
2002 May 21
1
Error compiling...
I am trying to compile Samba 2.2.4 on an HP-UX 10.20 machine, and I get this error at the end: checking configure summary... ERROR: No locking available. Running Samba would be unsafe configure: error: summary failure. Aborting config I looked on the web for possible causes, I didn't see anything that answered my question. This box that I'm compiling on is currently running 1.9.16, and
2007 Feb 21
2
:include => :works, :select => ...
@c = Client.find( :all, :select => ''denominacao'', :include => :works, :conditions => ''works.estado = 1'') im trying to get only one field "denominacao" but i get them all, is there a way to get only one, using activerecord ofc... -- Posted via http://www.ruby-forum.com/.
2011 Jul 29
5
coordinates from locator function in POSIXct format
Dear R-list, I have a plot with y-axis corresponding to wind measurments and x-axis with date-time information. When I want to identify some extrem wind events in the wind-curve, I use locator() to get the exact date-information, by clicking in the points in graph I?m interested in. I get in the R console the x and y coordinates. The x coordinates are not in a POSIXct format, I guess R is
2010 Mar 13
1
adding agent with 2 phones to a queue
Hi! We have alot of users who are having 2 phones, 1 fixed and 1 DECT. I am looking for a way to log them into a queue and let both phone rings. Let me try to explain: 0317998975 is a fixed phone, 0317998985 is a DECT. 0317998989 is a queue. queue add member SIP/0317998975 to 0317998989 works ofc. sip*CLI> queue show 0317998989 0317998989 has 0 calls (max unlimited) in
2004 Dec 04
2
Broadvoice outbound 404 error
Is anyone else experiencing 404 errors on outbound dial with Broadvoice? I've followed the instructions posted by Broadvoice to configure sip.conf, and inbound calling works fine. Every time I try to dial out, I get a 404 "Not Found" error. Here are the relevant sections from my configs. sip.conf: context=broadvoice-in register =>
2010 Sep 11
1
Samba4 and files downloaded from Internet
Hi all, I am new to Samba4 so sorry if my first question is "stupid". We have some Windows7 computers at our office and i decided to give Samba4 a try. Did follow: http://wiki.samba.org/index.php/Samba4/HOWTO No big problem, some hours later I had a Windows7 box joined to the Samba4 domain and a user logged in, did create some text documents on the users desktop, logged out and saw