Displaying 20 results from an estimated 300 matches similar to: "--delete not working"
2007 Feb 04
4
tc ingress + iptables mark problem
Hi guys , i am starting to "play" with qos in linux. Well , i am
trying to setup an ingress filter but i do not know why it is not
working.
tc add qdisc dev eth0 ingress
tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw
police rate 160kbit burst 256kbit drop flowid :1
After that :
iptables -A PREROUTING -t mangle --sport 80 -j MARK --set-mark 1
So , i think this
2007 Mar 22
8
Shape own router
On 2/19/07, Salatiel Filho <salatiel.filho@gmail.com> wrote:
> Well , thanks to imq all my client machines are now shaped and
> everything is great ...
> But now i have a doubt , is there a way to shape the traffic that goes
> to the route [doing a wget from the router for example ]?
>
>
> I have a PREROUTING IMQ0 and a POSTROUTING IMQ1 , everything is
> working like
2006 Mar 01
1
upload file above /public, authenticate before serving?
I have file uploads to the database and stored in a longblob working on
our client extranet, except that it kills mysql/activeRecord on files
bigger than about 200kb. (is there a reason for this - running mysql
5.0.18, lighttpd or webrick on winxp??)
So I''m now thinking about whether its possible to do either:
1) upload a file into #rails_root/some_folder/ instead of
2007 Sep 16
5
doubt about bridge qdisc
Hi guys, i have a little doubt ;
I have eth0 ethernet and eth1 wireless , and they are bridged in br0
Is there any difference in the behavior between do
tc qdisc add dev br0 root sfq
OR
tc qdisc add dev eth0 root sfq && tc qdisc add dev eth1 root sfq
--
[]''s
Salatiel
"O maior prazer do inteligente é bancar o idiota
diante de um idiota que banca o
2007 May 02
7
tc u32 match !port
How can i redirect all traffic that not come from port 80 to a flow ?
i was thing about some like
tc filter add dev imq1 parent 1: protocol ip prio 7 u32 match ip sport
!80 ......
But this not work.
Another doubt, if i have two rules that intersects , for example ,
one filter with u32 match ip src 10.10.10.10 flowid 1:10
and other with u32 match sport 80 0xffff flowid 1:11 , which one will
2007 May 07
2
IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name
After starting to shape local traffic now i am getting a lot of kernel
panics in tcp_retransmit, so i decided to update my kernel from
2.6.17.14 to 2.6.21.1 , the problem is that after that i get:
# iptables -t mangle -A POSTROUTING -o eth0 -j IMQ --todev 0
iptables: No chain/target/match by that name
so i can not redirect ttraffic to IMQ device.
and modules are loaded.
-
# lsmod
Module
2010 Jan 23
1
Help to fix the remaining problems when migration from windows to a linux print server
Hi, i am trying to migrate my print servers from windows to linux ,
everything is getting really nice but i still face a few problems ,
and since i don't know if i need help from cups or samba guys i will
post to both lists, so maybe someone can give me some help.
Well, i have now cups and samba working just fine, i can authenticate
my users in cups from Active Directory using winbind and
2010 Apr 22
1
PRIO qdisc + iptables TOS target
i am trying to do some traffic classification using the PRIO qdisc and
i am having a few problems.
I have a root htb class:
tc qdisc add dev imq0 root handle 1: htb default 255 r2q 1
tc class add dev imq0 parent 1: classid 1:1 htb rate 768kbit
and a child PRIO
tc class add dev imq0 parent 1:1 classid 1:99 htb rate 96kbit ceil
600kbit prio 0
tc qdisc add dev imq0 parent 1:99 prio
tc filter
2007 May 25
1
delivery and quota question
Hi,
I'm considering using delivery for delivering emails. The question is about
quota. Does delivery check quota for single maildir or for entire collection
of user folders?
Example:
/var/mail/user/{new,cur,tmp}
/var/mail/user/.Some_Folder/{new,cur,tmp}
/var/mail/user/.Some_Other_Folder/{new,cur,tmp}
Can I somehow get deliver checking size for all these folders? I need quota
per user not
2007 May 16
5
statistics and calc bandwidth traffic using tc -s qdisc show
2007 Dec 07
1
how RED should work ?
Hi , i am trying to understand how RED queue discipline works but i am
having a few troubles.
The parameters are MIN , MAX , LIMIT , BURST
I put LIMIT = 64Kb, so if i am not wrong it should PDROP anything over
this value , right ?
i put MIN = 8Kb , so no drops at all below this value, right ?
i put MAX = 16Kb, starts to early drop anything above this using probability P.
I put probability at
2007 Jun 08
5
CBQ + Layer7 x Emule
Hi All ,
My first message and I have a little problem with my FC6 box trying to block
emule traffic using layer7 .
Here my network :
Internet --------- ADSL Router ------------------- FC6 Box
-------------------- Emule Box
external ADSL : Dynamic
Internal ADSL : 192.168.254.1
external FC6 : 192.168.254.3
internal FC6 : 192.168.253.1
Emule Box : 192.168.253.3
I guess that everything
2007 Dec 17
1
doubt about esfq
In esfq README i have:
Depth sets the number of slots. If the number of active flows is greater
than the number of slots, flows will end up sharing slots and ESFQ will no
longer be fair. If you anticipate more than 128 concurrently active flows,
you should use a larger depth and probably a larger divisor (see below).
If you expect there to be far fewer than 128 concurrent flows, you
2012 Apr 05
3
newly added ruby function executes on the server instead of the node
Hi,
1) I added this test function tom my
/etc/puppet/modules/write_line_to_file/lib/puppet/parser/functions/write_line_to_file.rb
:
*module Puppet::Parser::Functions newfunction(:write_line_to_file) do |args|
filename = args[0]
str = args[1]
File.open(args[0], ''a'') {|fd| fd.puts str }
end
end*
2) I invoked it in the
2003 Mar 28
2
Rsync error main.c
Rsync Ver: 2.5.5
OS: HPUX-11
Hello List,
I'm using rsync with ssh with this command line:
rsync -avz -e ssh some_file user-b@hostname-b:/home/user-b
Which does work, however I get the following error output:
rsync error: protocol incompatibility (code 2) at main.c(578)
Since the file does transfer, is the error output just some sort of bug? I
looked in the maillist archives, and I found
2017 Sep 26
3
syncpasswords/getpassword: some examples, please...
[Clearly, this question is intimately connected to the previous...]
I need a way to ''preprocess'' or at least intercept password changes,
because i need to propagate them to other ''legacy'' systems.
I've looked around and found syncpasswords / getpassword samba-tool
commands, but really i've not understood how they work.
Seems to me that can be useful in
2020 Sep 25
2
cifsacl not working
On 9/25/20 5:14 AM, Aur?lien Aptel wrote:
> Ken Bass via samba <samba at lists.samba.org> writes:
>> Can you please expand on this, I am confused as to what you are
>> suggesting.? If 'getent pass' works properly and shows no
>> overlap/confusion, this seems to be related to cifsacl.
> It's still hard to say at this point.
>
> cifs.idmap logs
2020 Sep 24
4
cifsacl not working
On 9/24/20 1:06 PM, Rowland penny via samba wrote:
> OK, you are using users & groups in the 1000-29999 range, why ? could
> it be that you have the same users in /etc/passwd and AD ?
On my Linux installs, I allow for a 'local' account with user id 1000.
That is the only local account and is used for installing the OS (or in
case AD is down). All other user/group accounts are
2012 Sep 12
4
Trying to use pipes in R
Hi,
I'm trying to use pipes in R. By now, I could launch the linux command "wc"
(to count words from a text), but
I don't know how to capture the results, say in a vector of chars...
Here is the R code I'm trying:
:> f <- pipe("wc", open="w")
:> writeLines(c("uno dos tres", "cuatro cinco", "seis"), f)
:> close(f)
2007 Apr 19
2
Path confusion
Dear wine gurus,
I'm trying to run a program installed like this:
/usr/local/program/program.exe
which also contains a subdirectory:
/usr/local/program/subdir/
with some files. When typing:
$ wine /usr/local/program/program.exe
I get an error mesage like:
"File \subdir\some_file not found!"
The problem can be solved by putting
the subdir to the root directory of the
computer