Displaying 20 results from an estimated 4000 matches similar to: "Xen 3.2.1 and large traffic problems"
2005 Jun 21
1
Problems Authetincating users by group in Active Directoy
Hi,
I got a Samba box that is part of an Active Directory. It is working
with the most basic functions, but I want to start customizing the
security a little bit more. For that I want to grant access to
different shares by group using "valid users = @AD+group" in the
smb.conf, but hasn't worked.
I increased the verbosity of the log files and this has caught my attention:
2008 May 09
4
Routing problem in bridged setup
Hello,
I am having some routing troubles with my Xen setup.
I have two domUs, one running as a firewall and another running as a
dmz:
The dom0 has the following:
- eth0 bridge (10.0.0.3/24)
The domU-firewall has the following:
- Direct passthrough PCI NIC (Public Internet)
- Virtual NIC connected to the eth0 bridge on dom0 (10.0.0.1/24)
- Bridge called brdmz for the dmz zone (10.0.2.1/24)
2010 Aug 08
0
[LLVMdev] MmapAllocator
Hi Steven-
Nice, but will this not break Windows? From an initial glance over your patch, it seems to assume the existence of mmap() in some form or other.
Alistair
On 8 Aug 2010, at 03:05, Steven Noonan wrote:
> Hi folks,
>
> I've been doing work on memory reduction in Unladen Swallow, and
> during testing, LiveRanges seemed to be consuming one of the largest
> chunks of
2010 Aug 08
4
[LLVMdev] MmapAllocator
Hi folks,
I've been doing work on memory reduction in Unladen Swallow, and
during testing, LiveRanges seemed to be consuming one of the largest
chunks of memory. I wrote a replacement allocator for use by
BumpPtrAllocator which uses mmap()/munmap() in place of
malloc()/free(). It has worked flawlessly in testing, and reduces
memory usage quite nicely in Unladen Swallow.
The code is available
2009 May 01
1
Last month on the Revolutions blog
I write about R every weekday at?http://blog.revolution-computing.com
. In case you missed them, here are some articles from the month of
April of particular interest to r-help subscribers. Thanks to everyone
who has been following the blog and sending me messages and/or leaving
comments -- it always brightens my day to hear from readers!
http://tinyurl.com/cy7x9a?(from April 1) announced the new
2018 Dec 07
2
Testing compiler reliability using Csmith
Thanks, Vedant. Yes, we have done a lot of testing of Clang/LLVM (and GCC)
in the past several years (more details at
https://people.inf.ethz.ch/suz/emi/index.html):
[GCC/LLVM bugs: *1,602* (total) / *1,007* (fixed)]
[Reports: GCC (link1 <http://tinyurl.com/ojzdt78>, link2
<http://tinyurl.com/oxlkmjc>, link3 <http://tinyurl.com/jd3jnl3>, link4
2018 Dec 12
2
Testing compiler reliability using Csmith
You may also be interested in the following resources on compilers
correctness (articles, software, and talks -- from the general topics to
the ones specifically focused on testing, validation, and verification):
https://github.com/MattPD/cpplinks/blob/master/compilers.correctness.md
Best regards,
Matt P. Dziubinski
On 12/7/2018 20:19, Philip Reames via llvm-dev wrote:
> There's also
2007 Mar 15
4
Via Eden
Hello list,
i?m looking forward to buy a new server. It should be low voltage so i?m
thinking of a via eden processor like this one ->
http://tinyurl.com/3ymlkl (sorry, there?s only a german page).
Has someone expierence in using a via eden processsor?
Thanks!
Kamill
2018 Feb 21
2
regex for "[2440810] / www.tinyurl.com/hgaco4fha3"
Hi, I need help for cleaning this:
"[2440810] / www.tinyurl.com/hgaco4fha3"
My desired output is:
"[2440810] / tinyurl".
My attemps:
stringa <- "[2440810] / www.tinyurl.com/hgaco4fha3"
b <- sub('^www.', '', stringa) #wanted to get rid of "www." part. Until
first dot.
b <- sub('[.].*', '', b) #clean from
2006 Oct 17
2
Warning of protential probs with 2.6.9-42.0.3.EL upd ate
I just finished going through the time sync problem, and here's the info I
used:
To configure ESX 2.5.x Server: http://tinyurl.com/ycpcfv
<http://tinyurl.com/ycpcfv>
To configure Windows Guest OS: http://tinyurl.com/yctxrr
<http://tinyurl.com/yctxrr>
To configure CentOS w/o X installed, you still need to install the vmware
tools. Edit the vmx file for your guest,
2008 Feb 16
2
Possible overfitting of a GAM
The subject is a Generalized Additive Model. Experts caution us against
overfitting the data, which can cause inaccurate results. I am not a
statistician (my background is in Computer Science). Perhaps some kind soul
would take a look and vet the model for overfitting the data.
The study estimated the ebb and flow of traffic through a voting place. Just
one voting place was studied; the
2009 Mar 16
3
A400P + Intel D201GLY2(A) motherboard?
Hello
I'd like to build myself an Asterisk server for SOHO use. Intel's
D201GLY2 motherboard (http://tinyurl.com/ddarzp) looks like a very
good deal, but I'm concerned about two things:
1. Will an A400P (from OpenVox, but supposed to be Digium-compatible
http://tinyurl.com/ck6nfu) fit with a PCI riser, or will the CPU
heatsink/fan be in the way? I downloaded the PDF from
2009 Jun 11
2
Automatic Calling Feature?
Right now, my organization is using a commercial service (OneCallNow.com),
that gives telephone notifications to all numbers in a predefined list.
Example:
-Admin records a voice message
-Service calls each number in the list, and plays the message back to them
It's a pretty handy service, albeit a bit pricey. I've been wondering if
Asterisk could do this for me? I don't really want
2010 Jan 11
1
snark of the day: new "features" (??) in Mathematica 7
who wants to write rgl code to do these?
http://tinyurl.com/yzojfn2
http://tinyurl.com/ylrz2p8
:-)
Ben Bolker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20100111/15c6208b/attachment.bin>
2009 Dec 16
4
[LLVMdev] Help adding the Bullet physics sdk benchmark to the LLVM test suite?
The linux builds are not using SSE right now, but the vector data is
16-byte aligned on all platforms.
So if you port this SSE code to another platform (Linux, Altivec,
NEON), you could contribute it back to Bullet?
The most interesting SSE part is the innerloop of the constraint
solver: http://tinyurl.com/ydoapct
Some developers replaced some linear algebra functions (in
Bullet/LinearMath) with
2010 May 14
1
System unusable (hangs) after xm create - xen 4
Hello
I have a production server, on which I had to install a new OS.
Unfortunately, xen is not willing to run any domUs!
Any help would be most highly appreciated.
My problem is essentially that described in this post, to which there was
no answer at the time:
<http://lists.xensource.com/archives/html/xen-devel/2009-06/msg01147.html>
Symptoms:
When trying to xm create a previously
2009 Dec 11
2
Data
Hi all,
Imagine I have a matrix and the first colum is a list that repeats the same
names, I want to sum the second column on each unique name on first column.
Imagine this:
Pepe 2
Pepe 3
Pepe 4
Jose 2
Jose 5
Manuel 4
Manuel 2
I want to make a new matrix that calculates and recognizes that there are 3
different names ans sum second column. But a priori I don“t know the list of
the different
2010 Nov 08
2
Very good offer for ruby/rails developers
Hi guys, sorry the "spam", but I''ve just seen that there is a very good
offer for us (ie. months of newrelic, sendgrid, heroku, linode and other
cool services). You can check more here: http://tinyurl.com/35adxnv
Hope that''s useful for someone (I''ve just took it)
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are
2007 Feb 12
4
Zaptel install...
I am having trouble getting Asterisk to compile the zaptel stuff.
Here are the specifics:
Linux Kernel 2.5.9-42.0.8.EL
Asterisk 1.4.0
I compiled libpri, zaptel, asterisk and asterisk-addons (in that
order). This is a fresh install of CentOS. Following the CentOS
install, I did "yum -y update" until there were no updates left.
Here is my src directory:
drwxr-xr-x 24 root root
2006 Jul 16
6
Pin in the Map - "tinyurl for maps" rails app
Hi there,
A little while ago we launched Pin in the Map (http://pininthemap.com),
a rails application which allows you to easily mark a spot on a map,
attach some text to it, and get a simple link to pass around. It''s
basically tinyurl for maps.
It''s proved useful for organising after-work drinks, meetings, weddings
plus a whole variety of other things.
http://pininthemap.com.