similar to: wondershaper under Debian

Displaying 20 results from an estimated 200 matches similar to: "wondershaper under Debian"

2010 Aug 22
1
How do I update "Trusted Root Certification Authorities"
I need to install "UTN-USERFirst-Object for Code-signing" https://support.comodo.com/index.php?_m=downloads&_a=viewdownload&downloaditemid=79
2005 Feb 16
3
How can i send the same traffic to 2 different interface
Hi! I am making some tests here, and i wanna miror all the traffic going to a ip from one interface to another ip. example: all packets going to 64.223.167.100 should be transmitted by ppp0 to internet and by eth2 to the adress 192.168.1.100. Someone know how can i do it using iptables or ip route/ip rule? Tks in advance! Fernando Favero _______________________________________________ LARTC
2003 Aug 01
2
Bandwidth Monitor
Anybody knows about one bandwidth meter to use in Bering. This is a script i built, it''s works wel, but it''s not very nice!!! =P #!/bin/bash # Bandwidth Monitor device=eth0 bytes=`grep $device /proc/net/dev | cut -f 2 -d : | cut -d '' '' -f 2` kbytes=`expr $bytes / 1024` actual=$kbytes i=1 x=0 total=0 while [ $i -le 2 ] do x=`expr $x + 1`
2016 Feb 17
2
Problems after migration from samba 3.5.2 to samba 4.3.1
On 17/02/16 20:14, Fernando Favero wrote: > And, there is any problem if I change the uidNumber manually via ldbmodify > ?? > > On Wed, Feb 17, 2016 at 6:03 PM, Rowland penny <rpenny at samba.org> wrote: > >> On 17/02/16 19:53, Fernando Favero wrote: >> >>> On Wed, Feb 17, 2016 at 4:43 PM, Rowland penny <rpenny at samba.org> wrote: >>>
2016 Jul 16
7
[Bug 96952] New: Noveau driver doesn't working well when in Kdenlive
https://bugs.freedesktop.org/show_bug.cgi?id=96952 Bug ID: 96952 Summary: Noveau driver doesn't working well when in Kdenlive Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee:
2016 Feb 17
2
Problems after migration from samba 3.5.2 to samba 4.3.1
On 17/02/16 19:53, Fernando Favero wrote: > On Wed, Feb 17, 2016 at 4:43 PM, Rowland penny <rpenny at samba.org> wrote: > >> have you given all your users a unique uidNumber inside the range you have >> set in smb.conf on the fileservers (2000-50000) ??? > > Hmmm, looking my ldap, I discovered that I have duplicated uidNumbers..... > would that be the problem???
2016 Feb 23
3
winbind limitations
Hi. Does winbind has limitations with lots of users in domain? I'm compiled samba 4.3.1 and created 40 users, so winbind and getent works fine, but when created 26.000 users and "wbinfo -u" doesn't show users. On DC Member Server, "wbinfo -u" and "getent passwd" doesn't show users to. On log.wb-CORP appears: [2016/02/23 18:46:46.319393, 1]
2006 Jun 22
1
iptables acknoledgment match
Hi: Anybody have the iptables line to match ack? iptables -t mangle -A QoS_Test -p tcp --tcp-flags SYN,RST,ACK ACK -m length --length :128 I try this but it''s not working for me. Best regards. Sebastián A. Aresca
2004 Aug 31
1
Finally: A working case of two adsl load balance
First of all i wanna thanks Christoph Simon for the support. Only after his reply to my email i could see the real solution to the problem (Valeu mesmo cara... me ajudou pra caramba! Fico te devendo essa!) :) Here is what i learned in a month of research: I tried A LOT of things to do load balance, including the one at LARTC homepage. The only tutorial that REALLY works in my case is the
2016 Nov 16
2
Error on demote dead server
Hi I have a DC server (named dc-server1) with corrupted database. I transferred all FSMO to dc-server2 and now I'm trying to demote dc-server1 running "samba-tool domain demote --verbose --remove-other-dead-server=dc-server1" on dc-server2, but the following error occurred. The problem continues even after running "samba-tool dbcheck --cross-ncs --fix --yes". Samba
2004 Aug 26
13
Load Balance simply doesn´t work...
i´ve been searching for a load balance solution since a month ago... what i can say is that it simply doesn´t work. I was unable to find one guy that did it with sucess. When "load balance" is the subject of the message on the list, the message is simply ignored. So... if it doesn´t work... why LARTC don´t delete it from the HOW TO and answer us with some "it simply doesn´t
2007 Jul 24
2
domain or not domain?
Hi all, that's my first post in this mailing list. I'm looking for a very special and strange samba configuration (at least from my point of view and my experience) and I'm not sure it is possible to reach this goal. Anyway, this is my request: I'm running a M$ Windows 2003 Serve as PDC with Active Directory and file server, and I would like to configure in a Linux machine a
2013 Apr 29
2
last login timestamp
Hello, I am settiing up a dovecot (imap, pop, sieve, lda) + openldap infrastructure. I need to store the timestamp of the last login of each user in an attribute of its corresponding ldap object. I could not find a way of doing this through configuration options so I am thinking of coding this task into the dovecot-auth source code, maybe in the passdb-ldap.c file. What do you recomend about this?
2016 Feb 17
2
Problems after migration from samba 3.5.2 to samba 4.3.1
On 17/02/16 18:10, Fernando Favero wrote: > Well.... I know that this problem is very weird, but, does anyone know how > to identify where the problem is?? > My domain controler shows only groups... not users, and smbclient shows: > > OK, whilst I cannot understand why 'wbinfo -u' doesn't show your users, I see that you are now using the winbind 'ad' backend,
2016 Feb 15
2
Problems after migration from samba 3.5.2 to samba 4.3.1
Hello, 3 months ago, I migrated my domain from samba 3.5.2 (NT4 with LDAP) to samba 4.3.1 (compiled from source) following classic upgrade instructions on wiki page. The samba 4.3.1 is using Samba Internal DNS. 20.000 users and 2.800 computers were migrated. After the migration process, I joined 1 new DC server and 2 File Servers to domain. All users can login on domain, but we have some
2016 Feb 16
2
Problems after migration from samba 3.5.2 to samba 4.3.1
Hi Rowland > OK, two things jump out at me, I wouldn't use 'EXAMPLE.COM' for the > workgroup name, I would have just used 'EXAMPLE' i.e. no dot in the name. > > I understand, but, change the workgroup involves migrate domain, right ?? Or can I simply change workgroup and restart samba ?? > Your idmap config stack is incorrect, you only have settings for the
2016 Dec 15
3
Error on samba-tool domain provision
Not totaly correct Rowland.   After install krb5-user, you get a default krb5.conf and if you server is correctly setup, ( at least for debian related systems ) The default file works as good as the samba generated version. Im testing with as much defaults as possible, but more imported here is, which OS is used, so that the can be added to the wiki, if the solution is this simple.    
2016 Dec 15
4
Error on samba-tool domain provision
Hi, Anyone knows what is this? [root at artemis bin]# ./samba-tool domain provision --use-rfc2307 --interactive Realm [DOM.CITY10.COM.BR]: Domain [DOM]: Server Role (dc, member, standalone) [dc]: DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE) [SAMBA_INTERNAL]: DNS forwarder IP address (write 'none' to disable forwarding) [187.85.85.1]: Administrator password: Retype
2016 Jun 08
1
Samba High CPU
Hello I'm having a issue in samba with high cpu. We have a production environment with 3 DCs and all of them samba process is at 100%. Sometimes on fileserver, winbind goes offline and only return to online after restart all DCs process (and we suspect the cause is high cpu on DCs) On DCs, there are many clients with continuous traffic on port 445. Now we have a test environment with 1 DC
2004 Oct 01
5
Traffic Balance
Hi list, I have to configure a internet server with linux. I need configure traffic balance between dsl and cable connection. Somobody sugestion some solution? Thanks Rafael de Souza _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/