Displaying 20 results from an estimated 138 matches for "ths".
Did you mean:
this
2008 Mar 14
3
Dialing patterns and "GSM" format numbers
...lient on my 3G
phone using numbers in this format.
On asterisk I would like to strip of the + and replace it with an
international dialing prefix.
Secondly (in the future) I would like to strip off certain country
codes and replace them with a local dialing prefix.
Can anyone help me figure ths out?
Thanks,
Adrian
2005 Oct 12
6
[OT] Gentoo install help please
...;m now at the the ''USE'' variable section. Don''t
know what to specify here. I would like to have Postgress, lighttpd, SCGI,
and rails installed when I''m done. Oh, and subversion, if it can work with
lighttpd, ( but that can wait). Some guidance would be welcome at ths point.
Thanks in advance.
--
Best Regards,
-Larry
"Work, work, work...there is no satisfactory alternative."
--- E.Taft Benson
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailm...
2011 Mar 15
1
Problem with nls.lm function of minpack.lm package.
...", lwd=2)
> summary(out.k)
>
> I have another question?
>
> It is possible to use two models with the same parameters (alp, n) for fitting Th~h and k~h
> simultaneously with following models
> I guess, but I dont know how I can do that
>
> f <- function(h, Th, k, Ths, Thr, alp, n, L, ksat){
> Th_mod <- expression(Thr+(Ths-Thr)/(1+(alp*h)^(n-1/n)))
> eval (Th_mod)
> k_mod <-
> expression(ksat+(((1+(alp*h)^n)-((alp*h)^(n-1)))^2)/((1+(alp*h)^n)^((n-1/n)*(L+2))))
> eval (k_mod)
> }
> #fonction d'aide pour le gradient analytique
&g...
2004 Sep 20
2
Can't delete smbpasswd user if not in /etc/passwd
...following:-
# smbpasswd -x jh---
build_sam_account: smbpasswd database is corrupt! username jh--- with uid 1774 is not in unix passwd database!
Failed to initialise SAM_ACCOUNT for user jh---. Does this user exist in the UNIX password database ?
Failed to modify password entry for user jh---
#
Ths user has already been deleted from the /etc/passwd (in fact NIS
passwd), so all we're trying to do is to remove them from smbpasswd too.
Seems an odd requirement that a user one is trying to delete has to
exist in UNIX passwd!
Any ideas?
Mac
Assistan...
2009 Jul 31
2
how use the subset?
hi ,everyone
I want subtract some dataset by subset.
>From the help running help(subset), ths information is "*subset(airquality,
Day == 1, select = -Temp)* "
while I running my script written as "*g1data<-subset(errdata, fac>12) *"
,it is wrong with the error information "*subset.default(newerrdata,
fac>12),can not find fac*"
and g1 in read from...
2009 Nov 09
6
Move domU lvm based to another dom0
Hi guys, I need to move an lvm based domU from one dom0 to another dom0.
How do you guys do ths?
xm save/restore doesnt have the option to specify lvm target as the storage.
Thanks
Chris
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Aug 28
4
Setting up large (12.5 TB) filesystem howto?
Hi,
I'm trying to set up an iscsi 12.5 TB storage for some data backup.
Doing so, I had some difficulties to find the right tool, maybe it's
also a question of the system settings...
The server is a 32Bit CentOS 5.3 with the recent updates. Ths iscsi
connection can be establised.
fdisk and parted fail to create any information on the device or fail
completely.
using the lvm tools (pvcreate, vgcreate, lvcreate), I could finaly
create a logical volume:
lvdisplay /dev/VolGroup02/lvol0
--- Logical volume ---
LV Name /dev...
2005 Mar 21
1
Two ISP and routing.
I think I''ve figured out the routing for multiple ISP''s and DNAT. For
ths who might be interesed, I''ve uploaded some notes to:
http://www.heronforge.net/redhat/node17.html
Let me know of you see any errors or a better way...
--
Stephen Carville <stephen@totalflood.com>
Unix and Network Admin
Nationwide Totalflood
6033 W. Century Blvd
Los Angeles, CA 900...
2020 Aug 05
1
[PATCH 3/4] vdpa: get_iova_range() is mandatory for device specific DMA translation
On Wed, Jun 17, 2020 at 11:29:46AM +0800, Jason Wang wrote:
> In order to let userspace work correctly, get_iova_range() is a must
> for the device that has its own DMA translation logic.
I guess you mean for a device.
However in absence of ths op, I don't see what is wrong with just
assuming device can access any address.
>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> drivers/vdpa/vdpa.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/vdpa/vdpa.c b/drivers/vdpa/vdpa....
2017 Nov 21
2
Fwd: Can I Include a directory to smb.conf?
Hello.
I want to include a directory to my smb.conf and i want to create each
share under that directory.
Can I do that?
2009 Apr 01
2
wine, 3D games and amd64
....
I tried Civilization II : Test of Time, and I get similar errors. Same
problem with Civilization III, and a few other games I tried...
Since I run on a amd64 kernel (Gentoo + latest wine version), I'd like
to know if there are compatibility problems known with this
architecture ? I remember ths was the case in the past, but I thought
this was not the case nowadays ?
If anyone has a clue...
Thanks !
2003 Sep 24
2
data.frame with duplicated id's
Hi,
is there a exstisting function (..i found nothing until now.)
what makes it possible transfrom a dataset:
ID AGE V.MAI V.JUNE
11 20 100 120
12 30 200 90
into
ID AGE V
11 20 100
11 20 120
12 30 200
12 30 90
,or have i to programm ths my self?
Thanks for any comment, help and/or starting point.
regards,christian
[[alternative HTML version deleted]]
2009 Mar 18
1
memory space
...if i turn off the R-gui, the program can work
again.
For example, i generate a 800*45000 matrix four times. however, when i
generate the fifth, the message tell me that the memory size is not
enough. So, i guess that maybe there are some way that can release the
memory such that the memory size is ths same with the situation of
starting. Does anyone be able to provide the function to clean the
memory ? Thanks a lot.
Sincerely
2004 Apr 08
1
Problems with Zpateller on incoming external calls
...200,1,Ringing
exten => 2200,2,Wait(2)
exten => 2200,3,Answer
exten => 2200,4,Zapateller
exten => 2200,5,Macro(stdexten,2205,SIP/2205)
This works as expected if I dial from a SIP phone on my desk. However, if I
dial in from the PSTN (through a SIP provider) it fails while trying to play
ths SIT with:
Apr 8 18:53:12 WARNING[1209269552]: rtp.c:407 ast_rtp_read: RTP Read error:
Resource temporarily unavailable
Any idea what's going on? My suspicion is that the PSTN gateway hasn't
setup an audio path yet, although I thought Answer would do that.
Cheers,
Brian
--------------...
2009 Jul 20
0
No subject
...udp -m udp --sport 4569 -j DSCP =
--set-dscp-class ef
/sbin/iptables -A OUTPUT -t mangle -p udp -m udp --sport 10000:20000 -j =
DSCP --set-dscp-class ef
/sbin/iptables -A OUTPUT -t mangle -p udp -m udp --sport 5060 -j DSCP =
--set-dscp-class ef
Does this make sense? Is this the only method to end ths warning?
Thanks, Bart
------=_NextPart_000_0039_01CA58B5.F7298A20
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"t...
2003 May 06
1
Hello..
Dear All,
This is JIN with working for Mantech Co.in South Korea.
I have tried to intall rsync 2.5.6 verion on Redhat Advance Server kernel 2.4.9-e.3.
When I compiled the rsync for the "make" and "make install", ths process of compiling has some unknown messages then
the method to use the sync with "rsync -aux with 873 port" did not work but the other method with "rsync with ssh " works.
Q> does rsync work on Redhat Advanced Server with Kernel 2.4.9-e.3?
If It works well, How do I do...
2008 Jun 23
1
RSync on Mac
I’m having a heck of a time setting up an RSync server on a mac OS X system. I have run it as a daemon (--daemon) with a configuration file and have created a plist file and put it in the launch directory. Still can’t get a connection. When I run ths ps –E on the system, I don’t see rsync running.
Any links to good setup docs?
Brad
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 270.4.1/1513 - Release Date: 6/22/2008 7:52 AM
-------------- next part --------------
HTML attachment scrubbed...
2012 Jun 30
1
centos6.2 install Virtualization
...virtualization-client does not have any packages.
Warning: Group virtualization does not have any packages.
What does the "does not have any packages" mean?Is it because of my CPU
doesn't support Virtualization or because my yum resource doesn't have
the Virtualization
packages?
ths for reading and looking forward to be replied.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20120630/44389ef4/attachment-0006.html>
2016 Mar 20
2
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
> If you need a rationale, it could be not to put in the path things that
> the admin or user should not directly execute.
Yes, put in that way it makes perfect sense. Anyway, thanks for your
patch. The thing is cleaner now.
2008 May 16
0
[LLVMdev] 64-bit to 32-bit conversion of pointers
...'t think so. It really depends upon where the OS loads the
program into memory, the virtual address space, etc. It's not
something that the compiler itself is aware of. The only thing I can
think of is forcing the OS to use the lower 32-bit address space for
loading the program and creating ths stacks and heap space...
-bw