search for: iden

Displaying 18 results from an estimated 18 matches for "iden".

Did you mean: ide
2005 Nov 02
0
trouble with traffic shaping HTB
hi there, is there any possible way to control traffic in child??? class with selected protocols for example http i try to use this script but its now working in theory: there is root class 1:0 with subclass 1:2 in class 1:2 all ip adresses have their bandwidth limit 1:{iden} and now i try also control bandwith in this class i.e. if class 1:{iden} have 190kbit i want 95kbit with burst to 190kbit for port 80 and 95kbit with burst to 190kbit for port 110 and 40kbit with burt to 95kbit for rest of his traffic. i attach my script whit should do that in theory but its not...
2005 Nov 02
0
Re: LARTC Digest, Vol 9, Issue 3
hi there, is there any possible way to control traffic in child??? class with selected protocols for example http i try to use this script but its now working in theory: there is root class 1:0 with subclass 1:2 in class 1:2 all ip adresses have their bandwidth limit 1:{iden} and now i try also control bandwith in this class i.e. if class 1:{iden} have 190kbit i want 95kbit with burst to 190kbit for port 80 and 95kbit with burst to 190kbit for port 110 and 40kbit with burt to 95kbit for rest of his traffic. i attach my script whit should do that in theory but its not...
2005 Nov 02
1
Re: LARTC Digest, Vol 9, Issue 3
hi there, is there any possible way to control traffic in child??? class with selected protocols for example http i try to use this script but its now working in theory: there is root class 1:0 with subclass 1:2 in class 1:2 all ip adresses have their bandwidth limit 1:{iden} and now i try also control bandwith in this class i.e. if class 1:{iden} have 190kbit i want 95kbit with burst to 190kbit for port 80 and 95kbit with burst to 190kbit for port 110 and 40kbit with burt to 95kbit for rest of his traffic. i attach my script whit should do that in theory but its not...
2004 Oct 13
1
Samba server stucking problem - Samba 3.x
...I need to reboot it to release the stuck. There is someone knows why it happens Denis _________________________________________ Brodsky Denis System Administrator, IT dept. Freescale Semiconductor, Inc. <http://www.freescale.com> www.freescale.com (972) 9 9522264 (972) 57 7788157 (Iden) (972) 9 9522228 denis.brodsky@freescale.com <mailto:denis.brodsky@freescale.com>
2005 Jan 05
1
Resyncing cut streams...
...ll the difference between a file of this kind that really does intend for there to be a wait time at the start (ie for resyncing, where the video may really not be intended to start for some amount of time to compensate for the different granularitys of the audio and video), and one which looks idenical but expects us to treat the start as really being the start regardless of the granule pos. I'm starting to think that there is nothing that actually can properly resync... but all of them are just "close enough" as to be acceptable. Cheers, Zen.
2008 Dec 11
2
Simplex function in R
...,1,1,0),nrow=3) b3M = matrix(c(5,2,3),ncol=1) A1M = matrix(c(1,0,0,0,1,0,0,0,1),nrow=3) b1M = matrix(c(10,10,10),ncol=1) AM = matrix(c(1,1,1),nrow=1) simplex(a = AM, A1 = A1M, b1 = b1M, A2 = NULL, b2 = NULL, A3 = A3M, b3 = b3M, maxi = TRUE) The code returns the error: Error in A.out[, basic] <- iden(M) : subscript out of bounds Am I using the Simplex function incorrectly? There may be a better way to approach the problem of finding a feasible solution. Cheers, Chris. The contents of this email including any attachments are confidential. If you have received this email in error, please advi...
2002 Feb 01
0
[Bug 95] New: Allow '%' expansion to work in ssh and ssh-add
...edTo: openssh-unix-dev at mindrot.org ReportedBy: jprondak at visualmedia.com By moving expand_filename() from auth.c into tildexpand.c, '%' substitution can be used but any programs that use tilde_expand_filename() as opposed to just sshd. The reason for this was to allow for IdentityFile inclusion like as follows: [..ssh_config..] IdentityFile /var/spool/ssh/%u/idenity IdentityFile ~/.ssh/identity ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2008 Jan 30
4
asterisk gateway
Hello everybody Anyone, to know a gateway that works with nextel simm cards? I'm looking for them, in internet, but I did'n look. Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080129/0527ba52/attachment.htm
2009 Aug 21
3
p800 and HP
I was wondering if anyone here has experience with HP MSA60 with P400 and P800 controller. How reliable are they for a 24x7 shop? TIA
2005 Nov 03
0
advanced traffic control for ip and services
...: [LARTC] Re: LARTC Digest, Vol 9, Issue 3 > To: lartc@mailman.ds9a.nl > Message-ID: <200511021507.43661.Andreas.Klauer@metamorpher.de> > Content-Type: text/plain; charset="iso-8859-2" > > On Wednesday 02 November 2005 14:59, szogunek wrote: >> i.e. if class 1:{iden} have 190kbit >> i want 95kbit with burst to 190kbit for port 80 >> and 95kbit with burst to 190kbit for port 110 >> and 40kbit with burt to 95kbit for rest of his traffic. > > So 95kbit+95kbit+40kbit=190kbit? What do you want? > Script is too hard to read, and I''...
2007 Dec 05
0
redirected call failure
...3 81] < Channel ID (len= 5) [ Ext: 1 IntID: Implicit PRI Spare: 0 Exclusive Dchan: 0 < ChanSel: Reserved < Ext: 1 Coding: 0 Number Specified Channel Type: 3 < Ext: 1 Channel: 1 ] -- Processing IE 24 (cs0, Channel Iden Can anyone suggest what might be causing this behaviour? Thanks, Mostyn. -- *mmbadb at gmail.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071206/99957f17/attachment.htm
2002 Sep 25
1
rbind(NULL,NULL) and simplex()
...rting vector is hard to find. So, if the constraint is changed to an inequality, everything should still work. Here, we need to set A2 and b2 (rather than A3 and b3): R> simplex(a=a, A2=ff, b2 = candidate) but then I get an error: R> simplex(a=rep(1,4),A2=ff,b2=candidate) Error in rbind(iden(m1), zero(m2 + m3, m1)) : attempt to set an attribute on NULL R> What's going on here? surely switching A3 => A2 and b3 => b2 should still work? simplex() seems to stop because "rbind(NULL,NULL)" returns an error (but I can't quite work out if rbind() is reasonabl...
2005 May 08
4
Cellsocket help needed
I need help from someone who has a working cellsocket, I have received couple email of people who wanted to help, but they just think they know how it supposed to work, but they don't have a working units, and they confused more...I need someone with a working solution to get my cellsocket going.. Thanks!!! Write offlits @ mawise (AT) mail.com -------------- next part --------------
2006 Feb 23
3
GPS-enabled cell phone/PDA
I would like to capture the lat/lon coordinates from a GPS-enabled cell phone or PDA. Is this possible? Must I subscribe to this information from the cellphone network provider, or can I capture it without charge? What devices will broadcast the coordinates? Is there a device that will broadcast its position inband that can be captured by Asterisk? Can an SMS message include coordinates?
2013 Nov 04
3
syslinux.efi pxeboot across multiple subnets
...lags [none], proto UDP (17), length 83) 10.16.195.136.csbphonemaster > 10.16.195.178.tftp: [udp sum ok] 55 RRQ "sles113/pxelinux.cfg/0A10" octet tsize 0 blksize 1408 12:02:50.915312 IP (tos 0x0, ttl 64, id 16828, offset 0, flags [none], proto UDP (17), length 82) 10.16.195.136.iden-ralp > 10.16.195.178.tftp: [udp sum ok] 54 RRQ "sles113/pxelinux.cfg/0A1" octet tsize 0 blksize 1408 12:02:50.916381 IP (tos 0x0, ttl 64, id 16829, offset 0, flags [none], proto UDP (17), length 81) 10.16.195.136.iberiagames > 10.16.195.178.tftp: [udp sum ok] 53 RRQ "sles...
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
...eOffset'' : is not a member of ''USN_RE CORD'' C:\Program Files\Microsoft Visual Studio\VC98\include\winioctl.h(1895) : see declaration of ''USN_RECORD'' changejournal.c(60) : error C2065: ''DELETE_USN_JOURNAL_DATA'' : undeclared identi fier changejournal.c(60) : error C2146: syntax error : missing '';'' before identifier ''dujd'' changejournal.c(60) : error C2065: ''dujd'' : undeclared identifier changejournal.c(61) : error C2275: ''BOOL'' : illegal use of this ty...
2013 May 24
5
Utility to scan for unpassworded SSH privkeys?
Hey all, Let's make an assumption: 1) I am a root user on a system. 2) I don't want said system being used as a jumping-off point if either a user account or the root account is compromised. Given an unencrypted private key, plus a known_hosts file, plus bash_history, it's a pretty easy avenue of attack once you're in the front door. And it's happened before*. Thus,
2013 Feb 23
1
Old ICH7 SATA-2 question
...ATA. I've got ASUS P5GC-MX/1333 with ICH7. (SATA2 support) A few HDD with SATA2. system: uname -a FreeBSD diablo.miekoff.local 9.1-STABLE FreeBSD 9.1-STABLE #1 r246666: Tue Feb 12 00:19:07 MSK 2013 root at diablo.miekoff.local:/usr/obj/usr/src/sys/DIABLO64 amd64 camcontrol info camcontrol iden ada2 pass2: <ST3500320AS SD1A> ATA-8 SATA 2.x device pass2: 150.000MB/s transfers (SATA, UDMA5, PIO 8192bytes) protocol ATA/ATAPI-8 SATA 2.x device model ST3500320AS firmware revision SD1A serial number 5QM3LB0N WWN 5000c50011db1e03 cylinde...