Displaying 20 results from an estimated 141 matches for "gue".
Did you mean:
due
2006 Sep 14
0
Re: 答复: Fedora 5 (host/gues
...end-config.sxp
You need to tell it which device to bridge when it calls the
network-bridge script, by using a line similar to:
(network-script ''network-bridge netdev=eth1 bridge=xenbr0'')
Note: the "bridge=xenbr0" part is needed in Fedora due to a current bug
in the xenguest-install.py script - it may not be needed in SuSe.
Yuzhong Sun wrote:
> Hi
>
> I faced the same issue but in the different OS. Now, I run a Fedora 5 Xen.
> My machine installed two NICs. Eth0 has successfully been bound to Xen in
> default. How can I bind the Xen to eth1 of 1000M...
2005 Feb 21
0
mounting win xp shares always logs in as gues
...I've got a problem when mounting windows xp shares on a linux box.
smbmount //$sServ/$sShare /mnt/$sDir/$sShare -o username='$sUser',password='$sPassword',unicode,ro,iocharset=iso8859-2,codepage=cp852
When looking at the Windows event viewer I can see that I always log in as guest:
I won't give you an exact text of what evnt viewer is displaying - it's in Polish. There's no error - it just states that there was an attempt to log in as Guest using MICROSOFT_AUTHENTICATION_PACKAGE_V1_0. Error code is 0x0. The share is succesfully mounted as with guest priviledge...
2005 Dec 26
2
Fixed-point VAD?
...this message concerning VAD and was wondering whether VAD has been
ported to fixed-point in the latest version?
Thanks,
SingHui
---------- Forwarded message ----------
From: Jean-Marc Valin <Jean-Marc.Valin@usherbrooke.ca>
Date: Jul 22, 2005 1:02 AM
Subject: Re: [Speex-dev] Fixed-point
To: gue baja <gue_baja@yahoo.com>
Cc: speex-dev@xiph.org
Hi Baja,
Here's a quick summary:
In narrowband, the encoder and decoder are all ported to fixed-point for
CBR between 4 kbps and 18.2 kbps. Only the 2 kbps (vocoder) and 24.6
kbps modes still have a few floats left. Most of wideband is al...
2003 Apr 26
0
Why would I want Active Directory (rather, how to ar gue against it?)
...n one
screen but I have seen nothing like that for Windoze platforms).
HTH
Noel
-----Original Message-----
From: Brian J. Murrell [mailto:brian@interlinx.bc.ca]
Sent: Saturday, April 26, 2003 6:56 AM
To: samba@lists.samba.org
Subject: [Samba] Why would I want Active Directory (rather, how to argue
against it?)
I think I understand what Active Directory is all about. I understand
LDAP and I understand Kerberos. I can see how AD (well, Kerberos
actually) enables single-sign-on (I assume it deals in tickets with the
Windows clients as standard Kerberos clients do) and can make life easy in...
2009 May 27
2
boxplot
Hi gues,
Is there any function in R for boxplot with different time points?
t1 <- c(rep(1,20),rep(2,20))
t2 <- c(rep(1,10),rep(2,10),rep(1,10),rep(2,10))
x <- rnorm(40,5,1)
dat <- data.frame(t1,t2,x)
boxplot(x~t1,t2)
Many thanks,
Amor
[[alternative HTML version deleted]]
2004 Jun 27
3
Asterisk on 64bit ?
Hi,
A'm about to set up a asterisk for 5000 users, and the customer had a 64bit
server - can asterisk compile on that ? I will use a digium X100P for timing
use will that do on a 64bit ? (I'm using SUSE91 kernel 2.6)
What else ? Is it posible to have only one server for 5000 users ? I gues
that it will be 5-700 sim. users only talking sip, and IAX2 to my
PSTN-Gateway.
The system is suposed to scale to 15000 users.
I'm ready to receive input :)
/Hans-Henrik Andresen
2010 Aug 25
4
Updates offered annoyance
...list.
I've burned that image to DVD and created new DVD to use for fresh
installations.
Now when I install fresh CentOS 5.5 (in VM) I am getting info that there are
50 packages updates.
This is ok when I have good internet speed (@work) but when I am home, this
update takes a lot of time.
I guess I can skip updates but I wasn't experiencing such annoyance with
CentOS 5.4. My gues is that when
CentOS 5.4 was finalized there is no updates to that DVD.
Is there any suggestions ?
--
Aleksandar dipl. ing. Stoisavljevic
Software Developer
mobile: +381 (0) 64 211 50 40
Web: http://www.st...
2004 Oct 06
4
Re: What is the reccomended minimum rate for leaf htb classfor accurate operation?
...t bandwidth for GLOBAL TRAFFIC. During the low load period (early morning, evening, night) customers can get up to 1mbit traffic.
That''s download traffic we''re talking about, since you seem to be
shaping on your local LAN interface? Variable rate ISPs are tough
to shape right, I guess...
Does this 115kbit vs. 1mbit thing solely depend on ISP load, or does it
depend on day of time? In the latter case, I''d let a cron job replace
the HTB class structure, so that you have 115kbit ceil during the day
when you really only get 115kbit and 1mbit ceil during the night when...
2017 Feb 09
3
[PATCH] virtio: Try to untangle DMA coherency
...ectly.
>
> Will
OK I read up on _CCA in ACPI spec. It says:
The _CCA object returns whether or not a bus-master device supports
hardware managed cache coherency. Expected values are 0 to indicate it
is not supported, and 1 to indicate that it is supported.
So if host is cache coherent, and guest thinks it isn't, we incur
unnecessary overhead by wasting coherent memory.
I get that but you said it actually breaks - why does it?
--
MST
2017 Feb 09
3
[PATCH] virtio: Try to untangle DMA coherency
...ectly.
>
> Will
OK I read up on _CCA in ACPI spec. It says:
The _CCA object returns whether or not a bus-master device supports
hardware managed cache coherency. Expected values are 0 to indicate it
is not supported, and 1 to indicate that it is supported.
So if host is cache coherent, and guest thinks it isn't, we incur
unnecessary overhead by wasting coherent memory.
I get that but you said it actually breaks - why does it?
--
MST
2017 Feb 10
1
[PATCH] virtio: Try to untangle DMA coherency
On Thu, Feb 09, 2017 at 06:31:18PM +0000, Will Deacon wrote:
> On ARM (and other archs such as
> Power), having a mismatch between a cacheable and a non-cacheable mapping
> can result in a loss of coherency between the two (for example, if the
> non-cacheable gues accesses bypass the cache, but the cacheable host
> accesses allocate in the cache).
I guess it's an optimization to avoid cache snoops for non-cacheable accesses?
--
MST
2017 Feb 10
1
[PATCH] virtio: Try to untangle DMA coherency
On Thu, Feb 09, 2017 at 06:31:18PM +0000, Will Deacon wrote:
> On ARM (and other archs such as
> Power), having a mismatch between a cacheable and a non-cacheable mapping
> can result in a loss of coherency between the two (for example, if the
> non-cacheable gues accesses bypass the cache, but the cacheable host
> accesses allocate in the cache).
I guess it's an optimization to avoid cache snoops for non-cacheable accesses?
--
MST
2005 Dec 27
0
Re: Fixed-point VAD?
...mulation should work (it's not very compute-intensive).
Jean-Marc
> Thanks,
> SingHui
>
> ---------- Forwarded message ----------
> From: Jean-Marc Valin <Jean-Marc.Valin@usherbrooke.ca>
> Date: Jul 22, 2005 1:02 AM
> Subject: Re: [Speex-dev] Fixed-point
> To: gue baja < gue_baja@yahoo.com>
> Cc: speex-dev@xiph.org
>
> Hi Baja,
>
> Here's a quick summary:
> In narrowband, the encoder and decoder are all ported to fixed-point
> for
> CBR between 4 kbps and 18.2 kbps. Only the 2 kbps (vocoder) and 24.6
> kbps modes still...
2005 Oct 25
1
file size limit for importing SAS file
...t;
> sashome<-"C:/Program Files/SAS Institute/SAS/V8"
> input.data<-read.ssd( file.path("G:/DATA/Cam/ECPATH/FIM"),"tbm_c",
+ sascmd=file.path(sashome,"sas.exe") )
The return message is:
SAS failed. SAS program at
C:\DOCUME~1\CAMERO~1.GUE\LOCALS~1\Temp\Rtmp17498\file11436.sas
The log file will be file11436.log in the current directory
Warning message:
SAS return code was 2 in: read.ssd(file.path("G:/DATA/Cam/ECPATH/FIM"),
"tbm_c", sascmd = file.path(sashome,
>
Cameron Guenther
Associate Research Scientis...
2004 Apr 20
1
notransfer=yes but still tryin to bridged
Hi,
Another one.
I got notransfer=yes i iax.conf for both 2109 and dialout, but I still get
this in my logfile
Attempting native bridge of IAX2[2109@2109]/5 and IAX2[dialout]/6
Asterisk Version is CVS-04/19/04-22:17:41
What's wrong ?
I gues it has somethnig to do withe my bilsec-problem as well.
/HHA
2002 Nov 11
1
Printer driver downloads...?
...it doesn't seem to fly with Win2K drivers.
Any and all help, and pointers to FD so I can RTFD (again, haven't had much
luck with the standard docs) are appreciated!
Thanks-in-advance!
--
Don Werve <donw@examen.com> (Unix System Administrator)
Yorn desh born, der ritt de gitt der gue,
Orn desh, dee born desh, de umn bork! bork! bork!
2005 Feb 10
1
Undocumented S4 methods: generic coerce and siglist matrix, Massvector
Hi,
While checking the package I am getting all the time the following
complain about the function:
Undocumented S4 methods:
generic coerce and siglist matrix,Massvector
I have not defined the function nowhere in the R files.
My gues is that this has something to do with the following definition
of the setAs function.
setAs("matrix","Massvector"
,def= function(from)
{
return(new("Massvector",from))
}
)
The problem is not to cheat the check mechanism. I knew that...
2013 Dec 11
1
do samba4 support multi-thread now?
Hi gues,
I want to implement something with samba , while multi tasks might need to be processed at the same time , can samba now support multi-thread ?
Thank you for your kindly help!!!
?? Windows ??
2003 Nov 15
0
[LLVMdev] C++ Casting
...p my code compilations both error
> and warning free (makes spotting true errors easier).
Ah, ok, we never have used that flag. :)
> I'm wondering why a new C++ (LLVM) would choose to use C style casting?
> Wouldn't it be safer/clearer to use C++ style casting?
Force of habit I gues...
> These occur pretty much only in Support/Casting.h and llvm/Use.h. They
> may occur elsewhere but these are the only ones I've found so far.
I have no problem with fixing this, though I would prefer to do it
incrementally as opposed to a monster patch. If you want to prepare
a pat...
2004 Jan 19
3
configuration to Grandstream via tftp
Hi,
Anyone know how to set up tftp server for grandstream.
I gues it should be somethink like
<tftpserver-dir>
<mac-address>
firmware.bin
config.txt
Is this correct ?
And how should the config-file look like. ?
I had search sipphone.com but did'nt find anything.
/HHA
_________________________________________________...