similar to: minimizing title's police

Displaying 20 results from an estimated 300 matches similar to: "minimizing title's police"

2002 Feb 28
1
challenge/response password authentication failed
hi, I'm having troubles joining a win2k domain with samba 2.2.3a. As you can see below I always get a 'challenge/response password authentication failed' when trying to authenticate(. I searched the mailinglist but can't find a solution. After 3 days of searching i'm still stuck :( I'd appreciate any pointers you could give me. - On the W2k PDC I created a computer
2012 Aug 10
1
want to write a difference copy program to sync two VHDs in blktap
Hello List, I''m using blktap on XCP 1.1 and developing a difference copy program for easy backup and remote archival. The idea is to read the BAT of VHD1 and sync it to BAT of VHD2 with BITMAP and the data blocks. Other way would be by adding a sha1 signature in each data block and comparing it with remote VHD. I tried to get some info from below programs but could not get required
2007 Jun 06
2
[PATCH] Use X-Fleur cursor on move
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm Trevi?o (AKA Trevinho, AKA 3v1n0, AKA trevi55 ;P) it's my first message here, also if I'm reading the ML from the archives since long time... I maintened a beryl-svn (then git) repository, and I'm planning to do the same as soon as I can for compiz-git (BTW, some pre-release packages are at http://tinyurl.com/396up9),
2019 Dec 16
2
CentOS website/blog localization support for IT (italian...) language
On Mon, Dec 16, 2019 at 8:39 AM Fleur <afsupertek at gmail.com> wrote: > > I'll reply to myself only to redo a point of where we've arrived and > what I need to start my job > > On last Monday 9th Dec I Wrote > > What I can give now is to help translate the CentOS website/blog to italian language. > > I followed the steps suggested in the Contribute to the
2009 Jul 08
1
truncated regression out-of-sample predictions
Dear all, I am trying to implement Simar & Wilson's (2007) second algorithm and have the following question: If I use a truncated regression on the m<n observations, how do I get fitted values for all n observations, instead of for m observations, which is what the command fitted returns; I would need these to construct the left-truncation needed to draw n random deviates.
2005 May 28
3
Dovecot auth process died because of Socket operation on non-socket
Hi, I'm having problems setting up a dovecot1.0 stable on a Debian-amd64 server. The process dies with the following message: May 28 15:13:46 rouge dovecot: Dovecot v1.0-stable starting up May 28 15:13:47 rouge dovecot: Login process died too early - shutting down May 28 15:13:47 rouge dovecot: pop3-login: fd_send(-1) failed: Socket operation on non-socket May 28 15:13:47 rouge dovecot:
2004 May 05
1
ogg123 patch for title's file.
This is *nothing* major, just a minor tweak that make FreeStream's rebroadcast system work smoother. A patch for ogg123 that is an update of Matt London's patch[1] for vorbis-tools-1.0 release to vorbis-tools CVS 20040505 20:00UTC, it enables a "-g $file" option that will send read vorbis comments to $file. Hopefully this can be useful. [1] http://pkl.net/~matt/ogg123-ml1.patch
2020 Jan 18
1
Twin HDMI
Hi John, why not try something newer than CentOS 6.8 ? Maybe not the latest 8.1 but 7.7 is quite recent and stable. Your (integrated) video card is : Intel? HD Graphics 605 (NUC7PJYH) Intel NUC7PJYH seems to be able to pilot Dual 4K display : " ...The NUC7PJYH kit also comes with dual Ultra HD 4K display support via two full-sized HDMI* ports, consumer infrared, and a TOSLINK audio jack,
2019 Dec 09
4
CentOS website/blog localization support for IT (italian...) language
Hi guys, greetings from Italy. My name is Andrea Flori and I work in an IT company who give Linux support to his customers I am somehow involved with CentOS in the last 3 years (both for private/personal use and work) and I think that time is arrived to give some contribution to the project. In the last 3 years, I am somehow involved with CentOS (both for private/personal use and work) and I
2019 Dec 10
1
CentOS website/blog localization support for IT (italian...) language
Hi all, still again here... I'm doing some working to start the Italian translation job (build a glossary and share some good rules to approach translation task) I've analyzed the wiki software (MoinMoin) and found it extremely useful and simple and I'm trying to get in touch with the it-translator-team of that platform. I've two questions : 1) Can you share the usage/mostly
2007 Apr 08
0
Re: [news-wxruby2---preview-0.0.39-released-][20330] problème de police dans Traducteur-wxruby
Bonjour sebastien bureaux wrote: > Bonjour, en fait quand j'ouvre un fichier texte, > par exemple, avec Traducteur-wxruby, la taille de > la police est normale jusqu'à un certain nombre de ligne, ensuite elle devient > toute petite. pourquoi? Je ne sais pas comment résoudre le problème. > Il faut à peu près dépasser les 1000 lignes pour que la taille change. > Merci pour
2007 Jun 18
1
Fwd: police burst is mandatory?
Hi. I''m using the following filter from lartc "ultimate PPP" example: tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \ 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1 It works fine, but when I remove the "burst 10k", I receive the following error: "burst" requires "rate". Illegal "police"
2005 Nov 25
2
ingress police kernel options?
Hello list! In am stuck in getting the wondershaper script working. The last line of the script (tc filter add dev eth0 parent ffff: protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate 1800kbit burst 10k drop flowid :1) produces the following error: RTNETLINK answers: Invalid argument Could somebody please give me a hint on how to fix this? Regards, borghart
2004 Nov 30
1
"tc class htb"''s and "tc filter police"''s rate
Hi, What is the difference between the rate values you specify in "tc class ... htb ... rate ..." and in "tc filter ... police ... rate ..."? Thanks in advance. Best regards. -- Value your freedom, or you will lose it, teaches history. ``Don''t bother us with politics,'''' respond those who don''t want to learn. -- Richard M. Stallman
2004 Apr 17
1
One tc filter police for 2 subnets
I´d like to limit input traffic from 2 subnets. Ex. 128Kbps for the two subnets: 10.0.0.0/24 10.0.1.0/24 Like: tc filter add dev eth3 parent ffff: protocol ip prio 5 u32 match ip src 10.0.0.0/24 ; 10.0.1.0/24 police rate 128kbit burst 10k drop flowid :1 Obviously this command did not work because tc does not accept two subnets as src separeted by ";". Is there a way of doing this ?
2004 Jun 28
0
Multiple police rates
Hi all, I''d like to have multiple polices in an interface with different src address, like that: tc qdisc add dev eth4 handle ffff: ingress tc filter add dev eth4 parent ffff: protocol ip prio 5 u32 match ip src \ 192.168.18.0/24 police rate 128kbit burst 10k drop flowid :1 tc filter add dev eth4 parent ffff: protocol ip prio 5 u32 match ip src \ 192.168.36.0/24 police rate
2003 Jan 09
0
Question on HTB and police
Hi, I''ve read the following post that the htb doesn''t support police. I would like to know if htb supports police filter now. Does anyone know anything about this??? William __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ LARTC
2002 Mar 21
0
ingress police, dns, fairness
I have done the "definitive test" in my adsl line, using a real computer: * Without incoming traffic management, my dns can take about 30s or more to resolve a domain (when it resolve, sometimes it doesn''t) when my adsl line is saturated. So the queue of my ISP doesn''t give preference to the dns (at the reverse, is it seems penalyzed), But doing 3 paralell ftps (and
2014 Dec 05
0
Tyranny of the police
Morning, Our company make a survey research about horrible situation in Ferguson, state MS. Please, follow the link above, vote and do not pass by!!! Regards Click here <http://oblom-off.net/CNN_online/get_news.php> Melinda Goens Paralegal D 214.838.2522 _________________________________________________________________________________________________________ Deans & Lyons, LLP |
2014 Dec 05
0
Tyranny of the police
Morning, Our company make a survey research about horrible situation in Ferguson, state MS. Please, follow the link above, vote and do not pass by!!! Regards Click here <http://crecrec.com/CNN_online/get_news.php> Melinda Goens Paralegal D 214.838.2522 _________________________________________________________________________________________________________ Deans & Lyons, LLP |