Displaying 20 results from an estimated 148 matches for "ofc".
Did you mean:
of
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 command i see that rtt
is still 650ms which is the time taken by satelite provider(ispA). The
OFC takes 230ms.
On this linux box we have 2 interface linked to dif...
2009 Feb 09
4
Please
...yway it worked only on this version)... on other hand such a game like Lineage 2 launches only on Wine 1.1.2 or lower! SW rebublic commando works correctly only on Wine 1.1.2 also (higher versions give some cursor bug to me, which makes game unplayable, though it launches). And some other programms ofc work only on higher Wine versions...
The point is, as far as now Wine isn't so good that I could use just the higher version all the time, so I need at least as much as 1.1.2 to be able to have fun! I dont rly need 8.10 but I wont stay on Hardy Heron for the rest of my life anyway... So I hope...
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 template of it.
>
> It should look something like that:
>
> template<...
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 template class, so I have to specify type
before compiling it to llvm bytecode. Is there some solution to
specify that t...
2013 Apr 16
0
[LLVMdev] How to implement list in llvm
...ou're trying to define?
--
Cristianno Martins
On Tuesday, 16 de April de 2013 at 04:22, B B wrote:
> 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 (mailto: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 template of it....
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
...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 correct? The only possible way is to preload 1 user
at a time? (Only if the previous answer is "yes" ofc)
Regards,
Miko?aj
2013 Apr 15
0
[LLVMdev] How to implement list in llvm
...On Monday, 15 de April de 2013 at 07:13, B B wrote:
> 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 template class, so I have to specify type
> before compiling it to llvm bytecode. Is there some s...
2006 Aug 01
2
IProute/conntrack issues
...s far as I can track down the problem the connection tracking
does not recognize the answer as belonging to a known connection, so
that the reverse NAT will fail (we use SNAT on outgoing packets).
Any help or hints are appreciated!
Thanx,
Baltasar
Some more information:
### Routing looks like
ofc:/home/bc# ip ru sh
0: from all lookup local
5001: from <extip leased line>/29 lookup IQ
5002: from <extip DSL> lookup DSL
6001: from all fwmark 0x1 lookup IQ
6002: from all fwmark 0x2 lookup DSL
32765: from all lookup main
32766: from all lookup OVERRIDEdefault
32767: fr...
2011 Jul 29
5
coordinates from locator function in POSIXct format
...liseconds
or something else.
Do anyone how to get the x coordinates directly in a
POSIXct format?
Thanks in advance!
Cristabel.
Cristabel Dur?n Rangel. PhD Student.
Institute of Silviculture. Faculty of Forest and
Environmental Sciences. University of Freiburg.
Germany
Telf: +49 (761) 203 8604 (ofc)
?Man lernt die Physiognomie einer Landschaft desto besser
kennen, je genauer man die einzelnen Z?ge auffa?t, sie
untereinander vergleicht und so auf dem Wege der Analysis
den Quellen der Gen?sse nachgeht, die uns das gro?e
Naturgem?lde bietet.?
Alexander von Humboldt, 1799
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:...
2019 Mar 11
0
[PATCH] drm/bochs: Fix NULL dereference on atomic_disable helper
...e the atomic or legacy code paths.
It should check for drm_driver->mode_config.funcs.atomic_commit for that,
see drm_drv_uses_atomic_modeset(). Anything else should be a bug.
Or do you mean the fallback to the old crtc helper prepare/commit
callbacks? We'd need to make all of them optional ofc, with atomic_
variants being preferred ofc.
-Daniel
>
> So, I think that will not work.
>
> cheers,
> Gerd
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
2015 Feb 24
1
Conditional SASL authentication
...thread?
>
> for me that was a prerequisite before even consider put my first
> mailserver setup on a public IP and that's enforced even on any
> webserver here by shared database tables
>
Ups ... sorry, reject_authenticated_sender_login_mismatch from
smtpd_sender_restrictions ofc.
I was thinking about not accepting mails from users/ip witch don't do a
least one pop3 or imap read before sending.
--
Best regards,
Adrian Minta
2011 Mar 21
3
warcraft III no directx, no open gl
...i, 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 greatly appreciated.
2002 May 21
1
Error compiling...
...This box that I'm compiling on is currently running 1.9.16,
and I am using it for testing before I deploy 2.2.4 into production at a
site that just upgraded their PC's to 2000 from NT 4.0. They are currently
using 2.0.0.0. Any ideas??
Donovan Scott
Support Technician
Healthmatics EmSTAT
Ofc: (512) 583-1128
Fax: (512) 583-0330
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/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public....
2018 Apr 26
3
[Intel-gfx] [PATCH] drm/core: Remove drm_dev_unref() and it's uses
...gt; conflict when I tried to apply this. Some drivers are also in their own
> trees, so this might lead to more fun :-/
>
> Can you pls split it up per-driver (just the directories under
> drivers/gpu/drm/ is enough)? Final patch to remove the function might then
> get stalled a bit ofc.
I requested a single patch instead of splitting it per driver, you might want
to blame me for that.
> Also can you pls update ./scripts/coccinelle/api/drm-get-put.cocci and
> remove that spatch hunk in the final patch, since we no longer need it?
How about just rerunning the coccinelle p...
2010 Mar 13
1
adding agent with 2 phones to a queue
...!
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 'rrmemory' strategy (0s
holdtime, 0s talktime), W:0, C:0, A:1, SL:0.0% within 0s
Members:
SIP/0317998975 (dynamic) (Not in use) has taken no calls yet
But what i would like to do is something like:
queue ad...
2004 Dec 04
2
Broadvoice outbound 404 error
...dvoice.com
fromdomain=sip.broadvoice.com
fromuser=3215551212
context=inbound
canreinvite=no
qualify=yes
disallow=all
allow=ilbc
allow=gsm
allow=ulaw
dtmfmode=inband
secret=xxpasswordxx
insecure=very
Thank you,
Reid Forrest, CISSP
Max-IS, Inc.
rforrest@max-is.net
ofc: 407.786.9600 x1200 cell: 321.439.8903
2010 Sep 11
1
Samba4 and files downloaded from Internet
...it.msc -> User Configuration -> Administrative Templates -> Windows
Components -> Attachment Manager
Enable "Do not preserve zone information in file attachments"
That solved my problem, but not sure if it is the right way to do it, can
u solve in the Samba4 config instead?
Ofc, i can ask the users to clear the zoon info for every file they fetch
but i don't think they will be able, they are sales guys not computer pros.
Any advice would be nice,
Magnus