search for: mohican

Displaying 12 results from an estimated 12 matches for "mohican".

Did you mean: mohicans
2007 Feb 28
4
incoming traffic + iptable
Hello, i try to use iptables to mark packet and then to filter them with tc. Here is my script: iptables -t mangle -A PREROUTING -s 172.28.54.41/32 -p tcp -j MARK --set-mark 1 tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw police rate 10000kbit burst 10000kbit mtu 1500k drop flowid :1 I can not use u32 because i have several
2012 May 02
6
On Ubuntu 12.04 64 bits : stack overflow
Hi, I have little experience with Wine. I use it to run two old applications I made on Windows98. With WINE 1.4 installed on Ubuntu 11.10 32 bits, they both run fine. On my new install of Ubuntu 12.10 64 bits, with the same settings, one of them won't run. First I installed WINE 1.5.3 from the Wine ppa. Then I uninstalled it and installed WINE 1.4 from the Ubuntu repositories. In both
2014 Oct 21
2
VGA resume & thaw (wake up from S3 & S4) broken - reloaded & Fedora kernels 3.18 boot from soft-off(S5) broken
...irlied/linux/commit/?h=drm-next&id=996f5a0 > > 3. git-b38a232-3rd-test-nouveau > drm/nv50-/disp: add support for completion events > http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=b38a232 > > 4. git-dfda0df-4th-test-nouveau > The Last of the Mohicans > > Unlike the above mentioned Fedora kernels, all four drm-next kernels have no problemos with booting from soft-off(S5). > However "The Last of the Mohicans" has broken resume from suspend(S3)/hibernate(S4). > This has been seen recently. > Summa summarum With the ab...
2012 Feb 18
2
copying .wine to new PC : were are the menus entries ?
Hi, I'm moving my config to a new PC. I do not wish to reinstall all Windows apps under Wine. So I installed Wine on the new PC (Ubuntu 11.10), ran wincfg and then I copied the files from the old PC /home/.wine to the new one. My problem is : how can I recover the menu entries that were created when I first installed the Windows apps under Wine ? I searched the whole file system for .desktop
2007 Feb 27
2
Incoming traffic
Hello, with the command : tc filter add dev eth0 parent ffff: protocol ip u32 patch ip src 192.168.2.6police rate 10000kbit burst 10000kbit drop flowid :1 we can limit traffic coming from 192.168.2.6. I would like: for 192.168.1.2, 192.168.1.4 limit to 10mbit for 192.168.1.3, 192.168.1.5 limit to 20mbit other ip would have no limit. Is it possible with tc ? Regards Olivier.
2014 Oct 20
0
VGA resume & thaw (wake up from S3 & S4) broken - reloaded
...r http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=996f5a0 3. git-b38a232-3rd-test-nouveau drm/nv50-/disp: add support for completion events http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=b38a232 4. git-dfda0df-4th-test-nouveau The Last of the Mohicans Unlike the above mentioned Fedora kernels, all four drm-next kernels have no problemos with booting from soft-off(S5). However "The Last of the Mohicans" has broken resume from suspend(S3)/hibernate(S4). This has been seen recently. poma
2014 Oct 21
0
VGA resume & thaw (wake up from S3 & S4) broken - reloaded & Fedora kernels 3.18 boot from soft-off(S5) broken
...-next&id=996f5a0 >> >> 3. git-b38a232-3rd-test-nouveau >> drm/nv50-/disp: add support for completion events >> http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=b38a232 >> >> 4. git-dfda0df-4th-test-nouveau >> The Last of the Mohicans >> >> Unlike the above mentioned Fedora kernels, all four drm-next kernels have no problemos with booting from soft-off(S5). >> However "The Last of the Mohicans" has broken resume from suspend(S3)/hibernate(S4). >> This has been seen recently. >> > >...
2014 Oct 20
2
INFO: task echo:622 blocked for more than 120 seconds. - 3.18.0-0.rc0.git
02:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2] (rev a1) Chipset: G98 (NV98) Family : NV50 The same for all four kernel: - 3.18.0-0.rc0.git8.1.fc22.x86_64 - 3.18.0-0.rc0.git9.1.fc22.x86_64 - 3.18.0-0.rc0.git9.3.fc22.x86_64 - 3.18.0-0.rc0.git9.4.fc22.x86_64 after "fb: switching to nouveaufb from VESA VGA" display is powered off. The magic SysRq key
2015 Jul 09
0
Migration Samba3 -> Samba4: Accessing domain member server is not working
...the problem. I did not had winbindd running on my 4.2.2 domain member machine. When I start winbindd right after joining my 4.2.2 domain everything works. Maybe you can verify this in your setup as well. I will switch to 4.2.3 as soon as it is released. I am glad that I am not the one and only mohican out there having such hairy problems all day... Roland
2007 Feb 21
1
Problem with HTB and outgoing traffic
Hello, I''m using a script with tc, to limit my outgoing traffic : tc qdisc add dev eth0 root handle 1: htb tc class add dev eth0 parent 1: classid 1:1 htb rate 500kbit burst 6k tc filter add dev eth0 parent 1: protocol ip prio 1 u32 match ip dst 172.28.54.9 flowid 1:1 I want to test bandwidth with iperf to see if limitation is correct. Sometimes, I get correct measure for certain rates,
2007 Oct 11
0
How to set MTU
Hello, I made some tests with HTB, and i usually set MTU to the default value of TCP_WMEM (that is 65536 for me). I have this case : 50 Mbits/s 10 Mbits/s A----------------------------------B---------------------------------------C if A send to B, bandwidth is about 50 Mbits/s if B send to C, bandwidth is about 10 Mbits/s But if A send to C,
2007 Sep 25
2
incoming traffic
Hello, i made this script : tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 1 u32 match ip src 138.96.20.0 police index 1 rate 20000kbit burst 20000kbit drop flowid :1 tc filter add dev eth0 parent ffff:1 protocol ip prio 1 u32 match ip src 138.96.20.23 police index 2 rate 15000kbit burst 15000kbit drop flowid :2 tc filter add dev eth0 parent