search for: dev0

Displaying 15 results from an estimated 15 matches for "dev0".

Did you mean: dev
2005 Feb 11
1
Help!!! Bandwith Control with a NAT machine
...seems like iptables is not marking any of the packets, all the queues and classes are empty, traffic always goes through default queues in uplink and downlink. Here is the script, which is a modification of some things i''ve found in the net: #!/bin/bash # # DEV1=eth1 #salida a red local DEV0=eth0 #salida a internet # TC=/usr/sbin/tc if [ "$1" = "status" ] then echo "Enlace descendente" echo "[qdisc]" $TC -s qdisc show dev $DEV1 echo "[class]" $TC -s class show dev $DEV1 echo "[fil...
2005 May 26
2
Random Early Detection
...ynchronization and if RED would help quell my problem. Or else I''m handling the bursty traffic improperly and need to tweak my current config. I tested a line or two with red but I found the man page a bit misleading in regards to the burst. My original line was: tc qdisc add dev $DEV0 parent 1:20 handle 11: red limit 400kbit min 3000 max 6000 avpkt 1000 burst 40000 Yes, the 40000 is really high and the computer warned me about it - then the network dropped to nothing until I reverted to the old pfifo line. The man page recommended burst = (min + min + max) / (3 * avpkt). I...
2005 Feb 15
0
Help with bandwith control in a firewall/bridge machine
...onfig br0 213.9.139.6 up #Añadimos la ruta por defecto: route add default gw 213.9.139.1 #Activamos el reenvio: echo "1" > /proc/sys/net/ipv4/ip_forward y añado la entrada al /etc/rc.local The script in tcstart is: #!/bin/bash # # DEV1=eth0 #salida a red interna de Cherrytel DEV0=eth1 #salida a internet # Note that this is significantly lower than the capacity of 1500. # Because of this, you may not want to bother limiting inbound traffic # until a better implementation such as TCP window manipulation can be used. # # End Config...
2005 Feb 15
1
Bandwith Control with a firewall/bridge machine
...onfig br0 213.9.139.6 up #Añadimos la ruta por defecto: route add default gw 213.9.139.1 #Activamos el reenvio: echo "1" > /proc/sys/net/ipv4/ip_forward y añado la entrada al /etc/rc.local The script in tcstart is: #!/bin/bash # # DEV1=eth0 #salida a red interna de Cherrytel DEV0=eth1 #salida a internet # Note that this is significantly lower than the capacity of 1500. # Because of this, you may not want to bother limiting inbound traffic # until a better implementation such as TCP window manipulation can be used. # # End Configura...
2005 Feb 16
6
Re: Bandwith Control with a firewall/bridge
>Miguel Ángel Domínguez Durán wrote: >> Hello again, >> First, excuse me for my poor english. >> I''m trying now to make bandwith control in a firewall machine running >> Shorewall. This machine is also a bridge using bridge-utils >> bridge-utils-devel. It is a mandrake 10. The configuration is something >> like >> this: >> >>
2005 Jan 27
3
negative tokens
I have this: class htb 1:29 parent 1:1 prio 0 rate 3000bit ceil 100000bit burst 1599b cburst 1611b Sent 33233 bytes 772 pkts (dropped 0, overlimits 0) lended: 415 borrowed: 357 giants: 0 tokens: -3756376 ctokens: 128779 or this: class htb 1:21 parent 1:1 prio 0 rate 3000bit ceil 100000bit burst 1599b cburst 1611b Sent 57554 bytes 618 pkts (dropped 0, overlimits 0) lended: 193 borrowed: 425
2002 Dec 03
4
Multiple classes
...39;ve tried alot of different things, all failing, some worse than others. The end result is to throttle back 126 IP''s individually. I''ve read so much over the last few days, I''ve almost confused myself, and probably have ;) Thanks for any and all help! tc qdisc add dev $DEV0 root handle 1: htb default 20 tc class add dev $DEV0 parent 1: classid 1:1 htb rate 128kbit \ burst 6k tc class add dev $DEV0 parent 1:1 classid 2: htb rate 128kbit \ burst 6k --- Homer Parker http://www.homershut.net telnet://bbs.homer...
2007 May 14
5
user are able to access "/" partition.
...ny one out some light in this issue, how can I configure My samba, where I can access other's shared home directory and stop other user to access "/" partition. Below is the output of configuration file. There are 2 conf file , /etc/samba/smb.conf and /usr/samba/lib/smb.conf.NU-DEV0 Cat /etc/samba/smb.conf # Global parameters [global] workgroup = TEST server string = Test Samba Server security = share encrypt passwords = Yes passwd program = /usr/bin/passwd %u passwd chat = *ew*password:* %n\n *e-enter*new*passwor...
2015 Jan 29
2
[LLVMdev] LNT install
...ickstart.html> directions but got this diagnostic when doing the setup: bash-3.2$ ~/mysandbox/bin/python ~/lnt/setup.py develop /Users/dcallahan/mysandbox/lib/python2.7/site-packages/setuptools/dist.py:284: UserWarning: The version spec\ ified requires normalization, consider using '0.4.1.dev0' instead of '0.4.1dev'. … Subsequently I get this error: > /Users/dcallahan/mysandbox/bin/lnt runtest nt --sandbox /Users/dcallahan/tmp/sand --cc /Users/dcallahan/bu\ ild/Debug+Asserts/bin/clang --test-suite /Users/dcallahan/llvm-test-suite error: installed distribution LNT 0.4.1....
2014 Jun 18
1
Samba4 ClassicUpgrade post-migration issues
...3 domain to Samba4. The platforms involved: Samba files (/var/lib/samba) copied from a Debian 6-based Samba3 PDC with an LDAP backend Debian 7 with Samba4 installed from backports, with slapd installed locally (and now disabled). However, a number of things appear to be wrong: dpadmin at samba4-dev0:~$ host -t SRV _ldap._tcp.ad.digipen.edu _ldap._tcp.ad.digipen.edu has SRV record 0 100 389 %h.ad.digipen.edu. dpadmin at samba4-dev0:~$ sudo service samba restart [ ok ] Stopping NetBIOS name server: nmbd. [ ok ] Stopping SMB/CIFS daemon: smbd. [....] Stopping Samba AD DC daemon: sambastart-stop-...
2015 Jan 30
1
[LLVMdev] LNT install
...tic when doing > the setup: > > > > bash-3.2$ ~/mysandbox/bin/python ~/lnt/setup.py develop > > /Users/dcallahan/mysandbox/lib/python2.7/site-packages/setuptools/dist.py:284: > UserWarning: The version spec\ > > ified requires normalization, consider using '0.4.1.dev0' instead of > '0.4.1dev'. > > … > > > > > > Subsequently I get this error: > > > > > /Users/dcallahan/mysandbox/bin/lnt runtest nt --sandbox > /Users/dcallahan/tmp/sand --cc /Users/dcallahan/bu\ > > ild/Debug+Asserts/bin/clang --test-su...
2014 Jun 11
1
Issues with classicupgrade LDAP
Hi there, I'm attempting a classicupgrade from Samba3 to Samba4 with an LDAP backend and encountering this error: dpadmin at samba4-dev0:~$ samba-tool domain classicupgrade --dbdir=/var/lib/samba --use-xattrs=yes --realm=ad.digipen.edu /home/dpadmin/smb.conf 2>&1 | tee SambaMigration10.log <snip> init_sam_from_ldap: Entry found for user: steven.redacted init_sam_from_ldap: Entry found for user: lauro.redacted init_s...
2020 Jul 10
2
[LNT] Build bot problems due to Python dependencies
Hello, as of Jul 9, the LNT build bot on SystemZ shows red. The problem occurs in the "setup lit" test, which fails due to: Processing dependencies for LNT==0.4.2.dev0 Searching for typing Reading https://pypi.org/simple/typing/ Downloading https://files.pythonhosted.org/packages/8f/00/c999df515e923dbb73281426f5032a3d12b68600e362af30ed2c495d1e79/typing-3.7.4.2.tar.gz#sha256=6f6f3553709d2234e412092e5daa93aaaaa42ea1854505442280b39f9311707f Best match: typing 3.7.4...
2015 Jun 16
1
get failed auth
Hi, how i can write all users to my db (mysql example) if it is possible that get "unknown user", "auth failed" e.g.? dovecot 2.2.13 root at dev0:/home/fov# dovecot -n # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.0 ext4 auth_debug = yes auth_debug_passwords = yes auth_mechanisms = plain login auth_socket_path = /var/run/dovecot/auth-master base_dir = /var/run/dovecot/ disable_plaintext_auth = no first_valid_...
2020 Nov 01
12
[PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
From: Leon Romanovsky <leonro at nvidia.com> Changelog: v1: * Renamed _mlx5_rescan_driver to be mlx5_rescan_driver_locked like in other parts of the mlx5 driver. * Renamed MLX5_INTERFACE_PROTOCOL_VDPA to tbe MLX5_INTERFACE_PROTOCOL_VNET as a preparation to coming series from Eli C. * Some small naming renames in mlx5_vdpa. * Refactored adev index code to make Parav's SF series