search for: gues

Displaying 20 results from an estimated 141 matches for "gues".

Did you mean: guest
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 1000Mb...
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 priviledges...
2005 Dec 26
2
Fixed-point VAD?
Hi, I found 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
2003 Apr 26
0
Why would I want Active Directory (rather, how to ar gue against it?)
I asked the same questions Brian when we upgraded our network from a Novell NDS/Windows NT environment to Windows 2000 a couple of years ago. I thought it overly complex and expensive. Admittedly the Samba PDC emulation was not as advanced as it is now, but I could see nothing wrong with using a simple NT domain model and Samba PDCs as the customer had <100 users. The big arguments for were
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.sta...
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?
> I found this message concerning VAD and was wondering whether VAD has > been ported to fixed-point in the latest version? Sorry, VAD is still float, but if you're using the built-in one, float emulation should work (it's not very compute-intensive). Jean-Marc > Thanks, > SingHui > > ---------- Forwarded message ---------- > From: Jean-Marc Valin
2005 Oct 25
1
file size limit for importing SAS file
Does anyone know if there is a file size limit for inputting a SAS data set? The file size I am trying to import is 184 MB. The code is: >library("foreign") > > 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")
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...?
I've been googling around for quite some time, and haven't managed to find anything useful. Is there some moderately up-to-date information on how to set up the automatic print-driver download in Samba 2.2.x? I know about the "old way" of doing things, but 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
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 t...
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 patc...
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 __________________________________________________...