Displaying 20 results from an estimated 76 matches for "32764".
Did you mean:
32768
2010 Sep 09
1
Dovecot 2.0.2 breakes LMTP delivery for me
...gt; /var/log/mail/dovecot.log
> dovecot 32368 0.0 0.0 12656 996 ? S 22:40 0:00 dovecot/anvil
> root 32369 0.0 0.0 12788 1124 ? S 22:40 0:00 dovecot/log
> root 32371 0.0 0.0 20148 4404 ? S 22:40 0:00
> dovecot/config
> vmail 32764 99.9 0.0 36400 2612 ? R 22:40 10:08 dovecot/lmtp
> trench:/tmp# kill 32368
> trench:/tmp# kill 32369
> trench:/tmp# ps auwx |grep dovecot
> root 2689 0.0 0.0 8224 768 pts/1 R+ 22:50 0:00 grep dovecot
> root 31778 0.0 0.0 12384 684 pts/2 S+...
2016 Feb 22
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...gt;>
>> Where by RINPUT and RGLOBAL get replaces by processing the
>> code with cpp and the following defines:
>>
>> #define RGLOBAL RES[32767]
>> #define RLOCAL RES[32766]
>> #define RPRIVATE RES[32765]
>> #define RINPUT RES[32764]
>>
>> If I understand how memory is supposed to work, then I would need to
>> change the TGSI as follows:
>>
>> COMP
>> DCL SV[0], THREAD_ID[0]
>> DCL MEMORY[0]
>> DCL TEMP[0], LOCAL
>> DCL TEMP[1], LOCAL
>> IMM UINT32 { 8, 0, 0, 0 }
>...
2016 Feb 22
4
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...replaces by processing the
>>>> code with cpp and the following defines:
>>>>
>>>> #define RGLOBAL RES[32767]
>>>> #define RLOCAL RES[32766]
>>>> #define RPRIVATE RES[32765]
>>>> #define RINPUT RES[32764]
>>>>
>>>> If I understand how memory is supposed to work, then I would need to
>>>> change the TGSI as follows:
>>>>
>>>> COMP
>>>> DCL SV[0], THREAD_ID[0]
>>>> DCL MEMORY[0]
>>>> DCL TEMP[0], LOCAL
>...
2006 Feb 07
0
About two IFs with the same IP and the multipath
...The problems come when I try to use the same IPs for both A and B.
So A is 10.229.25.8 and B 10.229.25.8.
I cannot do otherwise, I''m forced to use the same IPs.
For the rules which select the sources I''ve tried to use the `iif'' option
instead of the `from'' one.
32764: from all iif tunl1 lookup main 202
32765: from all iif tunl0 lookup main 201
These rules don''t work and this means that the packets choose a different gw
each time and the TCP connections are killed.
I''ve tried also with:
32764: from 10.229.25.0/24 iif tunl1 lookup 202
327...
2004 May 24
2
routing with multiple uplinks problem
...tu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:60:4c:17:54:7c brd ff:ff:ff:ff:ff:ff
27: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP> mtu 1492 qdisc pfifo_fast qlen 3
link/ppp
inet 83.31.149.159 peer 213.25.2.3/32 scope global ppp0
ilex:~# ip rule show
0: from all lookup local
32764: from 213.25.2.3 lookup tpsa
32765: from 80.72.34.161 lookup wlnet
32766: from all lookup main
32767: from all lookup default
ilex:~# ip route show table local
local 192.168.1.1 dev eth0 proto kernel scope host src 192.168.1.1
local 83.31.149.159 dev ppp0 proto kernel scope host src 83.3...
2016 Feb 18
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...es MEMORY[x] and MEMORY[x],SHARED so in reality it also introduces
a second option next to shared, so what are we going to use plain MEMORY[x] for?
I suggest using it for global memory but we need to be in agreement on this.
-What about kernel input parameters, so far these have been using RES[32764]
I must admit that I do not understand where the file_index of 32764 comes
from (or where any of the file indexes come from for src/gallium/tests/trivial/compute.c ?
I have the feeling that these are not used at all, and everything simply goes
to a flat (virtual) memory space, with the para...
2016 Feb 22
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...the opencl-kernel running on the GPU
where all worker-items have access to it. I think that TGSI CONST might
indeed be usable for this, but it is probably easiest to treat
it as GLOBAL for now.
>>>> -What about kernel input parameters, so far these have been using
>>>> RES[32764]
>>>> I must admit that I do not understand where the file_index of 32764
>>>> comes
>>>> from (or where any of the file indexes come from for
>>>> src/gallium/tests/trivial/compute.c ?
>>>> I have the feeling that these are not u...
2003 Mar 04
2
Routing based on fwmark
...25 lookup dslout
32758: from all fwmark 24 lookup dslout
32759: from all fwmark 21 lookup dslout
32760: from all fwmark 11 lookup dslout
32761: from all fwmark 10 lookup fibout
32762: from all fwmark 8 lookup dslout
32763: from all fwmark 7 lookup fibout
32764: from all fwmark 2 lookup dslout
32765: from all fwmark 1 lookup fibout
32766: from all lookup main
32767: from all lookup default
now when I mark say web traffic with 8 or 2 it goes to the dslout table,
but if I use 11 or 21 it doesn''t. I guess I''ve a limited...
2006 Aug 18
3
iproute2, alternative tables, no default route: routing trouble for localhost
...0 0 0
ppp1
router # cat /etc/iproute2/rt_tables
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
200 Servers
201 Clients
202 Club
router # ip rule ls
0: from all lookup local
32763: from 10.10.100.101/24 lookup Club
32764: from 10.10.100.100/24 lookup Clients
32765: from 192.168.1.0/24 lookup Servers
32766: from all lookup main
32767: from all lookup default
router # ip route ls table Clients
default via a1.a2.a3.a4 dev ppp0
router # ip route ls table Servers
default via a1.a2.a3.a4 dev ppp0
router # ip route...
2016 Feb 19
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...r-items in the same worker-group, not shared between worker-groups
-private: accessible only to a single worker-item
So how do these map to the TGSI:
> 1 = SHARED
> 2 = GLOBAL
> 3 = LOCAL
?
>
>>
>> -What about kernel input parameters, so far these have been using RES[32764]
>> I must admit that I do not understand where the file_index of 32764 comes
>> from (or where any of the file indexes come from for
>> src/gallium/tests/trivial/compute.c ?
>> I have the feeling that these are not used at all, and everything simply
>> goes
>...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...on the GPU
> where all worker-items have access to it. I think that TGSI CONST might
> indeed be usable for this, but it is probably easiest to treat
> it as GLOBAL for now.
>
>>>>> -What about kernel input parameters, so far these have been using
>>>>> RES[32764]
>>>>> I must admit that I do not understand where the file_index of 32764
>>>>> comes
>>>>> from (or where any of the file indexes come from for
>>>>> src/gallium/tests/trivial/compute.c ?
>>>>> I have the feeling...
2006 Feb 22
0
iproute2 dump nat
...lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:04:e2:10:80:d2 brd ff:ff:ff:ff:ff:ff
inet 192.168.3.1/24 scope global eth1
I defined a ip rule:
lb-test-11:/usr/src/packages# ip rul sh
0: from all lookup local
32764: from 192.168.3.2 lookup main map-to 10.10.20.11
32766: from all lookup main
32767: from all lookup default
Packets comming in here (from 192.168.3.2):
# tcpdump -i eth1
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), ca...
2010 Oct 13
3
Routing local generted packets with fwmark
...need to route local generated packages depending on which tcp or udp
service I need to use. To accomplish this I have configured two routing
tables:
[root at lothlorien ~]# ip ru ls
0: from all lookup 255
32762: from all fwmark 0x2 lookup FirstLan
32763: from all fwmark 0x1 lookup SecondLan
32764: from 172.25.80.10 lookup SecondLan
32765: from 172.25.70.18 lookup FirstLan
32766: from all lookup main
32767: from all lookup default
My routing tables:
[root at lothlorien net]# ip ro show table FirstLan
172.25.70.16/28 dev eth1 proto kernel scope link src 172.25.70.18
default via 172.2...
2002 Oct 01
2
how to delete routes
...entry in the main table. thx for your help.
Babylon5:~# ip rule ls
0: from all lookup local
32759: from 10.149.19.168 lookup stuebi
32760: from 10.149.17.72 lookup stuebi
32761: from 10.149.17.72 lookup stuebi
32762: from 10.149.17.72 lookup stuebi
32763: from 10.149.17.72 lookup stuebi
32764: from 10.149.19.168 lookup stuebi
32765: from 10.149.19.168 lookup stuebi
32766: from all lookup main
32767: from all lookup default
- --
Regards,
Robert
- ----------------
Robert Penz
robert.penz AT outertech.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For in...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...the
>>>>> code with cpp and the following defines:
>>>>>
>>>>> #define RGLOBAL RES[32767]
>>>>> #define RLOCAL RES[32766]
>>>>> #define RPRIVATE RES[32765]
>>>>> #define RINPUT RES[32764]
>>>>>
>>>>> If I understand how memory is supposed to work, then I would need to
>>>>> change the TGSI as follows:
>>>>>
>>>>> COMP
>>>>> DCL SV[0], THREAD_ID[0]
>>>>> DCL MEMORY[0]
>>>...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...the
>>>>> code with cpp and the following defines:
>>>>>
>>>>> #define RGLOBAL RES[32767]
>>>>> #define RLOCAL RES[32766]
>>>>> #define RPRIVATE RES[32765]
>>>>> #define RINPUT RES[32764]
>>>>>
>>>>> If I understand how memory is supposed to work, then I would need to
>>>>> change the TGSI as follows:
>>>>>
>>>>> COMP
>>>>> DCL SV[0], THREAD_ID[0]
>>>>> DCL MEMORY[0]
>>>...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...y RINPUT and RGLOBAL get replaces by processing the
>>> code with cpp and the following defines:
>>>
>>> #define RGLOBAL RES[32767]
>>> #define RLOCAL RES[32766]
>>> #define RPRIVATE RES[32765]
>>> #define RINPUT RES[32764]
>>>
>>> If I understand how memory is supposed to work, then I would need to
>>> change the TGSI as follows:
>>>
>>> COMP
>>> DCL SV[0], THREAD_ID[0]
>>> DCL MEMORY[0]
>>> DCL TEMP[0], LOCAL
>>> DCL TEMP[1], LOCAL
>...
2004 Jul 03
1
load balanced adsl lines
...e interfaces and I am not getting any logged denies the connection just never opens
I am running the following
debian woody
kernel 2.6.6
ip rule list
0: from all lookup local
32761: from 165.165.170.110 lookup T5
32762: from 165.165.187.47 lookup T4
32763: from 165.165.189.95 lookup T3
32764: from 165.165.163.95 lookup T2
32765: from 165.165.179.151 lookup T1
32766: from all lookup main
32767: from all lookup default
ip route sh
165.165.160.1 dev ppp1 proto kernel scope link src 165.165.163.95
165.165.160.1 dev ppp3 proto kernel scope link src 165.165.187.47
165.165.160.1 de...
2016 Feb 18
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...address local or private
memory). I sorta wanted Samuel to do it, but since I had no idea where
you were at, or if you were even still working on this, I figured it
should be fixed up by the first person who needed it.
>
> -What about kernel input parameters, so far these have been using RES[32764]
> I must admit that I do not understand where the file_index of 32764 comes
> from (or where any of the file indexes come from for
> src/gallium/tests/trivial/compute.c ?
> I have the feeling that these are not used at all, and everything simply
> goes
> to a flat (virtual) m...
2006 Dec 12
1
OpenVPN, proxy ARP for an entire subnet (Linux endpoints)
...proto kernel scope link src x.x.x.4
169.254.0.0/16 dev eth0 scope link
default via x.x.x.1 dev eth0
[root@localhost ~]# ip route list table colo
default via 192.168.255.37 dev tun0 src y.y.y.38
[root@localhost ~]# ip rule list
0: from all lookup local
32763: from y.y.y.48/28 lookup colo
32764: from y.y.y.40/29 lookup colo
32765: from y.y.y.39 lookup colo
32766: from all lookup main
32767: from all lookup default
The 3 "dev eth0 scope link" routes are what was needed to cover .39
through .60. It goes over, to .63, oh well.
One of the machines is x.x.x.6 and y.y.y.39, .49...