Displaying 4 results from an estimated 4 matches for "thorium".
2006 Apr 26
5
how to change classful netem loss probability?
Hi,
I am using netem to add loss and then adding another qdisc within netem
according to the wiki. Then i want to change the netem drop probability
without having to delete the qdisc and recreate it. I try it but I get
invalid argument:
thorium-ini hedpe # tc qdisc add dev ath0 root handle 1:0 netem drop 1%
thorium-ini hedpe # tc qdisc add dev ath0 parent 1:1 handle 10: xcp
capacity 54Mbit limit 500
thorium-ini hedpe # tc -s qdisc ls dev ath0
qdisc netem 1: limit 1000 loss 1%
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
qdisc xcp 10:...
2006 Apr 27
1
Unsubscribe
...; format=flowed
>
> Hi,
>
> I am using netem to add loss and then adding another qdisc within netem
> according to the wiki. Then i want to change the netem drop probability
> without having to delete the qdisc and recreate it. I try it but I get
> invalid argument:
>
> thorium-ini hedpe # tc qdisc add dev ath0 root handle 1:0 netem drop 1%
> thorium-ini hedpe # tc qdisc add dev ath0 parent 1:1 handle 10: xcp
> capacity 54Mbit limit 500
> thorium-ini hedpe # tc -s qdisc ls dev ath0
> qdisc netem 1: limit 1000 loss 1%
> Sent 0 bytes 0 pkts (dropped 0, over...
2001 Mar 07
0
Problems upgrading samba
...protocol = NT1
password level = 5
os level = 20
workgroup = TCC
password server = prism.nmt.edu
security = server
remote announce = 129.138.3.255
log file = /var/adm/samba/var/samba.log
lock directory = /var/adm/samba/var/locks
[apps]
comment = PC Applications
path = /thorium/apps
public = no
writeable = yes
[globalwin]
comment = Global PC Apps
path = /thorium/globalwin
public = yes
guest account = nobody
writeable = no
guest only = yes
--
William Colburn, "Sysprog" <wcolburn@nmt.edu>
Computer Center...
2006 May 23
11
how to debug RTNETLINK invalid argument?
Hey,
I am getting an invalid argument trying to insert a qdisc:
[root@emu-5 iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit
limit 500
RTNETLINK answers: Invalid argument
I''m not sure whats wrong here, because i can successfully insert this
qdisc on other computers of mine.
How can i debug this?
Thanks!
George