xCh

  Home / CZFree.Net / Webspace 99.5% / Jetset 99.9% / Telehouse / Info / Login

 
Prometheus 0.5.3 released
Michael Polák ( )
Přečteno 134788x, 30 komentářů, rubrika: (en) Software Releases

More minor bugs fixed.

Prometheus QoS version 0.5.3 fixes some minor bugs - probably most important is that magic-fixed-prio and magic-relative-prio can be used even with magic-fixed-limit and magic-relative-limit set to 0.

  • Formátovat pro tisk bez komentářů
  • Formátovat pro tisk s komentáři
  • Všechny články tohoto autora
  • Všechny články v rubrice (en) Software Releases
  • Přezdívka
    code
    E-mail (volitelně)bezpečnostní kód
    Bezpečnostní kód není správně zadán
    Zadej prosím své jméno

    Komentář (nelze použít HTML, konce řádků budou zachovány)


    fdg ( ) 25. srpna 2005 15:27
    KNNV


    xChaos 25. srpna 2005 19:39
    Really intelligent comments. I guess I should implement comment moderation, finaly... ;-)


    stan ( ) 26. srpna 2005 14:12
    Prosim mam dotaz.
    Mam v PC na mandrake 10.1 3 karty Z com prez jednu prijimam internet v modu managed a dalsi dve siri internet po vesnici v modu master. Prometheus mi ale vzdy omezuje rychlost jen na jedne karte a na druhe ne. na kartach mam dve 25 bit. podsite.
    Takto mam nastaveny karty v prometheus.conf
    lan-interface wlan1 #Linux network
    iterface name
    lan-interface wlan2 #linux network interface name
    wan-interface wlan0 #Linux network interface name
    zkousel jsem nastaveni menit, ale bez uspechu.
    Dekuji za radu.


    xChaos 29. srpna 2005 17:25
    Co takhle spustit s téměř identickým konfigurákem Promethea ještě jednou, pouze pro download, a pro ten dodatečný interface ? je teda pravda, že při tom druhé spuštění to asi bez další úpravy smaže iptables pravidla... viz /var/log/prometheus (vygenerovaný skript lze i upravit a spustit samostatně)

    Na Zcomu to obecně ale nebude fungovat moc přesně, a ani to pro to nebylo dělané - funguje to výborně na dedikovaném shaperu s dvěma ethernetovými kartami.


    JR ( ) 5. září 2005 09:48
    Dobry den. Nejdrive bych chtel pochvalit tvurce programu za perfektni program. Uspesne jej pouzivam na vice strojich. Ale mel bych jeden dotaz. Lze prometheus pouzit i v pripade vice interfacu? Mam jednu sitovku ven do Internetu a dve dovnitr do site. A na tech dvou bych chtel shapeovat. Diky za odpoved.


    HoSt ( ) 6. září 2005 18:40
    Existuje k Prometheus QoS nějaký podrobnější popis nastavení a funkce, nebo jen ty příklady konfigurace?


    xChaos 19. září 2005 11:28
    Existují ty příklady dokumentace... právě že zdokumentované je to převážně uvnitř ukázkových konfiguráků, a samozřejmě anglicky.


    xChaos 19. září 2005 11:31
    JR: v případě těch více interfaců by to mohlo jít prostě spustit víckrát s různými konfiguráky, ale obávám se Prometheus teď defaultně flushuje všechny pravidla při každém spuštění... dalo by se mrknout na /var/log/prometheus, případmě.

    V případě víc interfaců ovšem především HTB v kernelu neumí dělat balancing mezi těmito interfacy, řešením by mohlo být použití IMQ, což je ale jenomí patch do kernelu, ne jeho oficiální součást...


    mart ( ) 13. října 2005 11:29
    Při instalaci na Fedoru Core 4 nastala chyba.
    Na FC3 a 2 to jde bez problémů. ..........?


    TooM-As ( ) 13. prosince 2005 01:50
    ahoj je to asi zacatecnicka chyba (ale ja jsme zacatecnik takze me to trochu omlouva) , no kdyz chci dat make prometheus tak my to vyhodi plno erroru :

    semik:/usr/src/prometheus-0.5.3# make prometheus
    cc prometheus.c -o prometheus
    In file included from prometheus.c:28:
    cll1.h:25:19: stdio.h: No such file or directory
    cll1.h:26:20: string.h: No such file or directory
    cll1.h:27:18: time.h: No such file or directory
    prometheus.c:54: error: `NULL' undeclared here (not in a function)
    prometheus.c:78: error: syntax error before '*' token
    prometheus.c:78: error: `NULL' undeclared here (not in a function)
    prometheus.c:78: warning: data definition has no type or storage class
    prometheus.c:116: error: `NULL' undeclared here (not in a function)
    prometheus.c:124: error: `NULL' undeclared here (not in a function)
    prometheus.c:131: error: `NULL' undeclared here (not in a function)
    prometheus.c: In function `TheIP':
    prometheus.c:138: error: `NULL' undeclared (first use in this function)
    prometheus.c:138: error: (Each undeclared identifier is reported only once
    prometheus.c:138: error: for each function it appears in.)
    prometheus.c: In function `get_config':
    prometheus.c:165: error: `FILE' undeclared (first use in this function)
    prometheus.c:165: error: `_F' undeclared (first use in this function)
    prometheus.c:165: error: `fpos_t' undeclared (first use in this function)
    prometheus.c:165: error: syntax error before "_P"
    prometheus.c:165: error: `_P' undeclared (first use in this function)
    prometheus.c:167: error: `NULL' undeclared (first use in this function)
    prometheus.c: In function `get_incoming_traffic':
    prometheus.c:222: error: `NULL' undeclared (first use in this function)
    prometheus.c:228: error: `stdin' undeclared (first use in this function)
    prometheus.c: In function `get_outgoing_traffic':
    prometheus.c:295: error: `NULL' undeclared (first use in this function)
    prometheus.c:300: error: `stdin' undeclared (first use in this function)
    prometheus.c: In function `parse_ip':
    prometheus.c:366: error: `NULL' undeclared (first use in this function)
    prometheus.c: In function `main':
    prometheus.c:392: error: `FILE' undeclared (first use in this function)
    prometheus.c:392: error: `f' undeclared (first use in this function)
    prometheus.c:392: error: `NULL' undeclared (first use in this function)
    prometheus.c:428: error: `time_t' undeclared (first use in this function)
    prometheus.c:428: error: syntax error before "_T"
    prometheus.c:428: error: `_T' undeclared (first use in this function)
    prometheus.c:428: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
    prometheus.c:428: warning: passing arg 2 of `strcpy' makes pointer from integer without a cast
    prometheus.c:448: error: `_F' undeclared (first use in this function)
    prometheus.c:448: error: `fpos_t' undeclared (first use in this function)
    prometheus.c:448: error: syntax error before "_P"
    prometheus.c:448: error: `_P' undeclared (first use in this function)
    prometheus.c:550: error: syntax error before "_P"
    prometheus.c:569: warning: assignment makes pointer from integer without a cast
    prometheus.c:778: error: `credit_file' undeclared (first use in this function)
    prometheus.c:888: error: `iplog' undeclared (first use in this function)
    make: *** [prometheus] Error 1

    je mi jeste pomoci nebo jsem beznadejnej pripad a zse to instaluju (vlastne asi kompiluju )spatne??


    Segmentation fault ( ) 23. prosince 2005 11:48
    I have HTB compiled in kernel
    I run prometheus and all is OK
    but when I run prometheus -p or prometheus simple it gives this output:
    "
    Warning - using built-in defaults instead ...
    Parsing iptables verbose output ...
    Parsing class defintion file /etc/hosts ...
    Resolving shared connections ...
    Parsing credit file /var/run/prometheus.credit ...
    Initializing iptables and tc classes ...
    Locating suckers and generating root classes ...
    Segmentation fault
    "
    any ideea ????


    sert ( ) 2. ledna 2006 02:18
    send me a download link in an exe


    zimo ( ) 27. dubna 2006 15:25
    sakra mne tiez hadze na debiane segmentation fault 0.5.3


    Eagle ( ) 16. května 2006 21:45
    Ak Vam vypisuje segmentation fault, skuste v subore prometheus.conf nastavit hodnoty premennych free-rate a free-ceil na minimalne na 1. Ak zadate hodnotu 0 vypisuje spominanu hlasku.


    deelite ( ) 2. června 2006 13:52
    Vdaka za vynikajucu utilitku.
    Prometheus mi vsak nevytvara logy. Kde mam hladat chybu?


    Eagle ( ) 5. června 2006 21:19
    Ak Ti skript nevytvara logy, pozri do prometheus.conf, ako mas nastavenu cestu. Ak nemas nadefinovane adresare vytvorene, vytvor ich rucne, prometheus si ich sam nevytvori.


    designer h ( ) 29. června 2010 17:54
    Nice work from your side... have a nice time with yoru blog :)


    repl ( ) 18. červenece 2010 23:01
    I love it,Excellent article.


    repl ( ) 19. červenece 2010 01:33
    Amazing stuff,Thanks so much for this!This is very useful for me. i think it will absolutely help me alot with my projects.


    ) 19. červenece 2010 15:03
    Hey, thanks for that! I love regards like this.Very interesting article.I can't stop myself reading from the beginning till the end.


    lv) 19. červenece 2010 19:52
    Hey this is pretty cool- thanks


    hand ( ) 19. červenece 2010 22:06
    Your blog article is very intersting and fanstic,at the same time the blog theme is unique and perfect,great job.


    replic ( ) 22. červenece 2010 18:01
    I am hoping for a new organisation framed of the genuine things and following humanitarian things.


    rolex< ( ) 23. červenece 2010 09:24
    It is a very nice stuff you are sharing us! Thanks for it !


    watche ( ) 23. červenece 2010 11:37
    I was actually looking for this resource for a few weeks. Thanks for sharing with us.


    ) 9. srpna 2010 03:52
    very fanstic.Very useful in many ways. Will be following your blog....I see many other wonderful posts as well.


    replic ( ) 26. srpna 2010 21:09
    very nice. thanks for an effort


    ugg ( ) 30. srpna 2010 17:16
    I am pretty much happy to run into your site on the web and from now on I promise to visit your site every day and enjoy reading it. Seems like a faith.


    ugg boot ( ) 30. srpna 2010 21:53
    What is the special about the Mack tries to avoid Mack tries to avoid falling asleep, but becomes the victim of a gang of reckless street racers.


    ugg boot ( ) 1. září 2010 03:54
    Thank you for another great article. Where else could anyone get that kind of information in such a perfect way of writing? I have a presentation next week, and I am on the look for such information.


     
            
     
     
    [] Mapa webu | Site Map
     
     
    [](en) Software Releases
    [](en) Press Releases
    [](en) Fellowship
    [](en) Links / Comments
    [](en) Archive
    [](cz) Tiskové zprávy
    [](cz) Společenství
    [](cz) Odkazy / komentáře
    [](cz) Archív
     
     
    []Připojení přes SPOJE.NET je připojením bez nevyžádaného filtrování
    16.06.2010 11:07
    Blokování nevhodného obsahu Internetu (v jeho nedobrovolné a nevyžádané variantě) aplikují v rámci svých mobilních internetových služeb všichni naši mobilní operátoři, fungující na bázi GSM.
     
    []Nový konkurenceschopný ceník SPOJE.NET pro rok 2010
    15.02.2010 08:42
    Připravili jsme pro klienty naší kabelové a bezdrátové přístupové sítě v Břevnově a Střešovicích výrazné navýšení rychlosti a/nebo limitů FUP, díky kterému si naše tarify i letos zachovají nejlepší a nejlépe definovaný poměr cena/výkon ve srovnání se všemi nám známými nabídkami konkurence.
     
    []V ceně základního webhostingu (od 40 Kč měsíčně) je nyní nově zahrnuta registrace jedné domény
    23.01.2010 23:37
    V souladu s trendy na trhu českého webhostingu přicházíme se dosti zásadním rozšířením našich webhostingových služeb. Kromě registrace jedné domény v ceně webhostingu nabízíme i daleko větší množství mailboxů za stejnou cenu a možnost jejich administrace přes webové rozhraní.