similar to: Can we use tc to shape multicast traffic.

Displaying 20 results from an estimated 3000 matches similar to: "Can we use tc to shape multicast traffic."

1998 May 19
4
smbclient problem
Hi, yes, it is. Anyway, below are some of the diagnostics I have tried. Linux box Win95 Box ========= =========== hostname: saturn tempest ip: 192.168.0.2 192.168.0.1 Below are the diagnostics that I have tried and I ahve logged them: 1. From
2001 May 24
0
Which layer does tc perform shaping?
Hi, I''ve a question, hope can get the help. Does tc performs its shaping at layer 4 (tcp/udp layer)? Can it does the shaping at layer two(raw socket layer)? Thanks a lot. Hooi
2004 Sep 07
4
Caller id and the number of rings
Hi all, I have the following setup PSTN -> ASTERISK -> IVR (using dialogic card) 1) Caller id information is presented to asterisk during the first and second ring. 2) Hence, Asterisk waits for 2 rings before pickup the call and forwarding to the appropriate FXS port. 3) The IVR application also waits for 2 rings before picking up the call to get the caller id. 4) Hence any caller
2007 Sep 17
2
problems with nested loop
Hi, everyone: R is new to me. I am writing a nested loop to simulate data for t-test. The following code is wrong. The subscript is out of bounds. Could anyone tell me how to revise it? Thanks, Riddle Chin. result<-matrix(ncol=5, nrow=1000) colnames(result)<-c('N=20','N=40','N=60','N=80','N=100') for (i in 1:1000){ for (j in
2007 May 24
9
No zfs_nocacheflush in Solaris 10?
Hi, I''m running SunOS Release 5.10 Version Generic_118855-36 64-bit and in [b]/etc/system[/b] I put: [b]set zfs:zfs_nocacheflush = 1[/b] And after rebooting, I get the message: [b]sorry, variable ''zfs_nocacheflush'' is not defined in the ''zfs'' module[/b] So is this variable not available in the Solaris kernel? I''m getting really poor
2002 Apr 09
3
getaddrinfo.c error compiling rsync on tru64 5.1A
i've applied albert chin's patch on configure.in file: http://lists.samba.org/pipermail/rsync/2002-January/005726.html, but i still getting the error: cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not declared. (undeclared) thanks for any advice Martin Sigilfredo _________________________________________________________________ Join the world’s
2017 Jul 05
3
Question about correlation
Greeting. Dear Mr/Mrs/Miss, OTU ID Health Disease Bacterial 1 0.29 0.34 Bacterial 2 0.25 0.07 Bacterial 3 0.06 0.06 Bacterial 4 0.07 0.09 Bacterial 5 0.02 0.05 Above show the first 6 data sets, may I ask that the reason of R show the error like "Error in cor(data) : 'x' must be numeric" ? And how to solve it? Besides, isn't this data can conduct correlation matrix?
2010 May 12
1
Samba join to AD error
ads_sasl_spnego_krb5_bind fail : Invalid credentials Failed to join domain : Invalid credentials Best regards ================================ ???????? ??? Chin 0922-874-882?0968608-438 ??????????176?3? TEL:02-85025695 #17 Fax:02-85025696 eMail:chin.ho at artt.com.tw ================================
2006 Jan 04
5
Rails with ireport
Hi all, since there isn''t good reporting for rails, I''m thinking to use jasper report instead. Can anyone tell me how can I integrated them together? especially how can I pass parameter from rails to jasper report.
2006 Jan 09
1
What does tc shape?
Does tc shape IP traffic only, or all traffic going out of interface (Ethernet headers + IP data)? PoltoS/ ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ -------------------------------------------------
2017 Jul 05
0
Question about correlation
Hi Chin Yi, If you are trying to correlate "Health" with "Disease", i.e. cydf<-read.table(text="OTU ID Health Disease Bacterial 1 0.29 0.34 Bacterial 2 0.25 0.07 Bacterial 3 0.06 0.06 Bacterial 4 0.07 0.09 Bacterial 5 0.02 0.05", header=TRUE) print(cor(cydf$Health,cydf$Disease)) [1] 0.7103517 If you are getting that error, it probably means that
2005 Oct 11
5
scp bug: newly created dirs do not inherit sgid bit
Dear developers, I discovered that directories created by scp when recursive copying into a sgid directory do not inherit the sgid bit. I believe this is a bug. A patch to fix this is attached. Regards, Petr Skovron -------------- next part -------------- --- scp.c.orig 2005-10-11 16:50:17.000000000 +0200 +++ scp.c 2005-10-11 16:57:25.000000000 +0200 @@ -876,8 +876,12 @@
2017 Jul 05
2
Question about correlation
On 2017-07-05 11:56, Jim Lemon wrote: > Hi Chin Yi, > If you are trying to correlate "Health" with "Disease", i.e. > > cydf<-read.table(text="OTU ID Health Disease > Bacterial 1 0.29 0.34 > Bacterial 2 0.25 0.07 > Bacterial 3 0.06 0.06 > Bacterial 4 0.07 0.09 > Bacterial 5 0.02 0.05", > header=TRUE) >
2017 Jul 14
3
Conduct Network Analysis
Greeting. Dear Mr/Mrs/Miss, I want to create a network by using R but I only have a table that contain OTU ID and the abundance value of two samples ONLY. Isn't possible? If can, which package can be used? Greatly appreciated to any suggestions and helps. Thank you. Best regards, Kang Chin Yi [[alternative HTML version deleted]]
2001 Jan 09
1
FW: Question
> I'm trying to load Samba 2.0.7 on an HP-UX version 10.20 operating system. > The hardware is a Visualize B180L with a 9GB Ultra SCSI disk drive > attached. During the configuration I get the following error message: > ERROR: No locking available. Running Samba would be unsafe > Configure: error: summary failure - Aborting Config. > > When I look in the configuration
2003 Sep 17
2
RE Openssh-3.7.1p1
I tried the same work-around on Irix 6.5.15, with both GCC and SGI C compilers. I was able to get it to run and prompt for a password, then it just shut down. Still no solution, but I will continue working. Anyone get it to run on Irix yet? Jim Attempted compilation of openssh v3.7.1p1 on SGI IRIX 6.5.13. Compilation failed due to missing inet_ntoa.h in openbsd-compat. Copied inet_ntoa.h from
2002 Jan 31
3
Error when compile rsync
Hi, I tried to compile rsync-2.5.2 on Solaris 5.7 Ultra-2 machine, 5.7 on Ultra-2 is running 64 bit, but, when I ran configure, it said no for largefile, I thought 2.5.2 will support large file? Is that true? Thanks, Jennifer
2004 Sep 16
2
Help with E1 configuration
Hi, I currently have a E100P card installed on my machine and the E1 subscription will be activated pretty soon. However, I have no idea how to configure asterisk to make inbound and outbound call using the E1. Especially for extensions.conf. Below is the configuration I used for zaptel.conf and zapata.conf. Is it possible if someone can verify if the configuration for zaptel and zapata is
2004 Sep 21
2
4-STABLE and 3Ware 9000 series controllers
Anyone having good results with 4-STABLE and the 3Ware 9000 series controllers? -- albert chin (china@thewrittenword.com)
1998 May 18
0
smbclient problem! (fwd)
Hi all, I was directed by Luke to send to the samba digest. Hope someone can help. Thanks. p/s: Pls cc to chng@comm.mot.com rgds, choon > > hi choon, > > this is a standard issue that if you ask on the samba digest > (samba@samba.anu.edu.au) you are likely to get about three replies to :-) > > i'm not answering too many questions at the mo: i have r.s.i. >