Displaying 6 results from an estimated 6 matches for "66m".
Did you mean:
64m
2008 Nov 26
8
disk space issues...any help is greatly appreciated
...Ray
My layout is:
#df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
131G 130G 0 100% /
/dev/sdc1 271G 156G 102G 61% /home
/dev/sdd1 271G 4.5G 253G 2% /home/905
/dev/sda1 99M 29M 66M 31% /boot
tmpfs 442M 0 442M 0% /dev/shm
# cat /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/home /home ext3 defaults 1 2
LABEL=/home/905 /home/905 ext3 defaul...
2006 Dec 14
0
Re: [RESOLVED] Layer7 module doesn''t detect nothing on my bridge with a 2.6.18.3 kernel
...> Chain PREROUTING (policy ACCEPT 174K packets, 91M bytes)
> num pkts bytes target prot opt in out source
> destination
> 1 13957 1482K 0 -- * * 0.0.0.0/0
> 0.0.0.0/0 ipp2p v0.8.2 --ipp2p
> 2 81516 66M 0 -- * * 0.0.0.0/0
> 0.0.0.0/0 LAYER7 l7proto edonkey
>
> Regards
>
> El Mar, 12 de Diciembre de 2006, 11:27, Sébastien CRAMATTE escribió:
>
>> Hello
>>
>> I''ve setuped a QOS bridge under debian 3.1 using...
2010 May 10
2
Sieve problem. Timo, is this mbox file size limitation hard coded? If so, why?
...was scessful
[05:52:24][root at greer]/usr/bin$ la /home/stan/mail/
total 301M
drwx------ 5 stan stan 4.0K May 7 04:33 .
drwxr-xr-x 10 stan stan 4.0K May 10 16:18 ..
drwx------ 37 stan stan 4.0K May 7 04:33 .imap
-rw------- 1 stan stan 463 May 7 04:33 .subscriptions
-rw------- 1 stan stan 66M May 10 17:45 1-Debian-Users
-rw------- 1 stan stan 14M May 10 17:16 1-Dovecot
-rw------- 1 stan stan 3.6M May 10 16:05 1-Linux-IDE
-rw------- 1 stan stan 30M May 10 17:48 1-Postfix-Users
-rw------- 1 stan stan 1.4M May 10 12:33 1-Roundcube
-rw------- 1 stan stan 17M May 10 15:55 1-Samba
-rw...
2006 Dec 12
1
Layer7 module doesn''t detect nothing on my bridge with a 2.6.18.3 kernel
Hello
I''ve setuped a QOS bridge under debian 3.1 using 2.6.18.3 kernel +
iptables 1.3.6
I''ve patched the kernel an Iptables with esfq+layer7 without problems.
This simple script doesn''t log nothing ... And I''m sure to have eMule
traffic (I''ve checked with tcpdump )
If I remove " -m layer7 --l7proto edonkey \" line I can see
2006 Aug 04
4
policy ordering when mixing interface zones and host defined zones
...r all -- * eth0.7 0.0.0.0/0 0.0.0.0/0
3 114 dmz2pubph all -- * eth0.5 0.0.0.0/0 0.0.0.0/0
7727 7081K dmz2pubsh all -- * eth0.3 0.0.0.0/0 0.0.0.0/0
38620 32M dmz2stfph all -- * eth0.4 0.0.0.0/0 0.0.0.0/0
103K 66M dmz2stfsh all -- * eth0.2 0.0.0.0/0 0.0.0.0/0
0 0 sys2all all -- * eth1 111.111.111.0/24 0.0.0.0/0
0 0 sys2all all -- * eth0.64 111.111.111.0/24 0.0.0.0/0
0 0 sys2all all -- * eth0.7 111.111.111.0/24 0.0.0.0/...
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...y the User-Mode Linux backend to use a regular emulated
serial port instead of virtio-serial.
diff --git a/df/virt-df.pod b/df/virt-df.pod
index 331f6fc..3f7fc3f 100644
--- a/df/virt-df.pod
+++ b/df/virt-df.pod
@@ -52,7 +52,7 @@ output human-readable:
F14x64:/dev/sda1 484M 66M 393M 14%
F14x64:/dev/vg_f13x64/lv_root 7.4G 3.4G 4.0G 46%
-Show disk usage for a disk image file called C<test.img>:
+Show disk usage for a disk image file called F<test.img>:
$ virt-df -a test1.img
Filesystem 1K-blocks Used Availab...