Displaying 20 results from an estimated 282 matches for "thusli".
Did you mean:
thusly
2009 Dec 28
10
samba 3.3 for opensuse 10.2
Hallo and Merry Christmas to all!
I need the rpm-files of samba 3.3 or later for opensuse 10.2.
The repo isn?t available any more, so can anybody help me here?
Thanks in advance!
Peter
2006 May 25
2
page.replace_html
This is odd.
When I call: page.replace_html ''formdiv'', :partial => ''listing'' from an
rjs file it renders stuff like:
\n
\n
\n
test
\n
\n test , NY 12344
\n
\n
Phone: (999)999-8888
\n\t\t\n\n
\n \t\n \t\thttp:// \n \t\n
\n
\n \n"); } catch (e) { alert(''RJS error:\n\n'' + e.toString());
2020 Feb 18
1
Message-id parsing by sieve
Hi,
I'm using Dovecot for my mail with pigeonhole's sieve extension,
from debian stable (2.3.4.1 (f79e8e7e4)).
One of the sieve stanzas that I use is for duplicate elimination:
if duplicate
{
discard;
stop;
}
This mostly works fine, but I seem to have trouble with some messages
that come from certain domains where duplicates are not eliminated.
>From
2017 Jun 05
3
VirtRegMap invariant: no reserved physical registers?
Hey all,
I've found a bug in either the PBQP register allocator or in VirtRegRewriter.
I'm observing this assertion in VirtRegRewriter::rewrite() fail:
unsigned VirtReg = MO.getReg();
unsigned PhysReg = VRM->getPhys(VirtReg);
...
assert(!MRI->isReserved(PhysReg) && "Reserved register assignment");
Indeed there is a case where
2008 Jan 26
1
How come tap:aio doesn''t work?
Hi,
xen-3.0.3-41.el5 on RHEL5.1
I''m trying to use tap:aio thusly:
disk = [ ''file:/var/lib/xen/images/webmail.golden.net.img,hda,w''
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Apr 24
3
Faster Sound Files
I'd like to increase the speed of the Asterisk sound files. Miss Alison talks a bit slow.
I can use sox to increase the speed, but then the pitch changes and she starts to sound like a chipmunk. Any audio experts out there know how I can increase the speed a little bit, and change the pitch accordingly so that she sounds ... normal?
Thanks
Doug.
2006 Jan 19
1
Samba 3.0.14 - files visible, cannot double-click them from Windows clients
Hello:
I am operating a Samba server as the only domain controller in a network
consisting of 8 Windows 2000 clients and two Windows 98 clients. The
server is running as a virtual machine in Xen and connects to the
network over a bridged interface (I mention this because it may be
relevant to the problem).
1. If the Samba server is configured thusly:
[global]
domain master = yes
local master =
2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
Hi all,
the file samba-2.2.3a/source/script/installbin.sh has a rather odd
blindspot.
It doesn't honor the --with-privatedir= option to ./configure it just
blindly uses $BASEDIR/private instead.
I think the fix would be:-
a) move directory creation out of installbin.sh altogehter
(after all what's the installdirs: target for in the Makefile?)
OR
b) add an extra parameter
2017 Mar 04
2
CentOS 7 iso file SHA-256 hashes
I downloaded CentOS-7-x86_64-Everything.iso (8,233,418,752 bytes) by
clicking on the 'Everything' link in the 'Rolling' line on
https://wiki.centos.org/Download (supposedly the 1611 build).
But when I look in the sha256sum.txt file from
https://buildlogs.centos.org/rolling/7/isos/x86_64/ (where Chrome says that
iso came from), there is no SHA hash for a file of that name.
The
2009 Jan 26
2
how to "vectorize" this?
Hi,
I have the following datasets:
x=data I am looking through
key=a set of data with the codes I want
I have the following issue:
I want the subset of x which has a code contained in the key dataset. That is, if x[i] is contained in the key dataset, I want to keep it. Note that x may contain multiple of the same codes (or obviously none of that code as well)
I currently use two for-loops
2004 Dec 07
4
Transfer on Snom 190
I cannot get the transfer button to work on a Snom 190, I cannot get the
# to work either.
Any ideas?
Regards
Thorben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041207/5ac06747/attachment.htm
2010 Jun 08
2
Logical vector question
If I create a vector thusly
> v1 <- runif(20, min=0, max=1)
> v1
[1] 0.9754443 0.6306228 0.3238158 0.3175769 0.6791534 0.6956507 0.3840803
[8] 0.1421328 0.8592398 0.4388306 0.9472040 0.4727435 0.5645302 0.7391616
[15] 0.6116199 0.2727754 0.2657867 0.5261744 0.8764804 0.2032126
And I want to create a logical vector the same length that is true if v1<.3
or v1 > .7 how do I do it
2005 Sep 23
4
CallerID issue
Hello.
I'm having trouble with callerid on outgoing calls. The recipient of
the call only sees "unknown" rather than the number I'm specifying.
If I set callerid info when calling an internal extension then I see the
callerid name and number when I call that extension.
I did that thusly:
exten => 101,1,Set(CALLERID(number)=1112223333)
exten =>
2004 May 20
4
Valid users question
Hi,
I've a question about the syntax of the valid users option. Any help is
greatly appreciated!
Here is the Background:
samba 3.0.4
Linux as Domain Member
Active Directory, not in Native Mode
Compiler opions: --with-winbind --with-pam --with-smbmount
The goal is to authenticate via the Windows Domain and allow access via
Windows groups.
The syntax in my smb.conf looks like this:
2006 Apr 18
9
SQL Syntax Errors
Hi,
I''m running Rails on Mac OS X 10.4. I''ve installed ruby/gem from
darwinports, and then rails through gem.
I have a recurring problem where I get an SQL syntax error:
Mysql::Error: #42000You have an error in your SQL syntax; check the
manual that corresponds to your MySQL server version for the right
syntax to use near '''' at line 1: INSERT INTO
2012 Jan 11
3
turning a list of vectors into a data.frame (as rows of the DF)?
As a newer R practicioner, it seems I stump myself weekly (at least) with issues that have spinning my wheels. Here is yet another... I'm trying to turn a list of numeric vectors (of uneual length) inot a dataframe. Each vector held in the list represents a row, and there are some rows of unequal length. I would like NAs as placeholders for "missing" data in the shorter vectors.
2005 Mar 10
5
dispatch.fcgi dieing randomly
Recently my application has refused to start on my production
environment. The setup is debian(unstable)/apache2/fastcgi/mysql
Rails 0.10 (upgrading to 0.10.1 as we speak)
When I first start up apache the machine grinds to a crawl starting up
the dispatch.cfi processes. It''s a VPS with 256M of ram, but still
(in addition to user time) it''s spending 30% of time in system
2007 Mar 15
5
rake spec:views no transaction error
Hello,
I have recently upgraded to the 0.8.2 release of rSpec, and I am receiving
the following message with each view spec execution:
WARNING: there is no transaction in progress
I have upgraded the rspec_on_rails plugin as well, and both the model and
controller tests are working flawlessly. Is there some simple step I
missed? thanks for the input.
-Chris
-------------- next part
2014 Jul 31
2
[LLVMdev] suspicious typo in MCObjectDisassembler.cpp
Any chance of adding some missing test coverage here? That code was
dead (& evidently untested) before...
On Thu, Jul 31, 2014 at 11:37 AM, Eric Christopher <echristo at gmail.com> wrote:
> I believe you are correct. Fixed thusly:
>
> dzur:~/sources/llvm> git svn dcommit
> Committing to https://llvm.org/svn/llvm-project/llvm/trunk ...
> M
2015 Feb 26
4
Call for testing: OpenSSH 6.8
On Thu, 26 Feb 2015, Damien Miller wrote:
> > Yes I saw that later.
> >
> > The testsuite build fails on Solaris 2.6 thusly:
> [...]
> > regress/netcat.c:1037: error: 'struct msghdr' has no member named
> > 'msg_control'
>
> ah, looks like we need to copy some bits from monitor_fdpass.c
Perhaps like this:
diff --git regress/netcat.c