search for: nandor

Displaying 20 results from an estimated 23 matches for "nandor".

Did you mean: sandor
2019 Aug 31
2
clang.exp/gn
...ring who owns the clang.exp bots which builds llvm using gn? I need to add another generator to clang-tablegen, but the build seems to be failing: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-gn/builds/4816 I'd appreciate it if someone could take a look at the problem. Thank you, Nandor Licker
2019 Sep 02
2
PowerPC Compiler Crash
...5lruqcqw-FPR098fC46tP5o&s=8LWCCwWQfyrp--knjmyWaFZ9TScm_HlJBu1Yb10iBEY&e= is an example of the ICE when D64146/rL370584 landed. On 01/09/2019 02:23, Florian Hahn via llvm-dev wrote: Hi, On Aug 31, 2019, at 15:14, Nandor Licker via llvm-dev <llvm-dev at lists.llvm.org> wrote: Hello PowerPC fans, I am attempting to land D64146 and the PowerPC bots crash with an inter...
2019 Aug 31
2
PowerPC Compiler Crash
...I am attempting to land D64146 and the PowerPC bots crash with an internal compiler error. Can anyone help me to reproduce the crash or obtain a stack trace somehow? The issue seems to be related to my diff, however the crash does not occur while compiling one of the files I changed. Thank you, Nandor Licker -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190831/9c381381/attachment.html>
2019 Sep 01
4
PowerPC Compiler Crash
http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/37730/ is an example of the ICE when D64146/rL370584 landed. On 01/09/2019 02:23, Florian Hahn via llvm-dev wrote: > Hi, > >> On Aug 31, 2019, at 15:14, Nandor Licker via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hello PowerPC fans, >> >> I am attempting to land D64146 and the PowerPC bots crash with an internal compiler error. Can anyone help me to reproduce the crash or obtain a stack trace somehow? > > I thi...
2005 Jan 18
3
Doubt regarding priority of classes with HTB
Hi, I''m a bit confused with the priority of different classes with HTB. How it will be? Will the class with lowest no: have maximum priority? Any help is most appreciated, Thanks in advance, Sanjeev -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by
2005 Jan 31
3
One interface forwarding (wireless ad-hoc mode)?
Hi, I''m wondering if there''s any simple solution. This problem looks very simple, so maybe there''s a simple solution that I''m missing, but I couldn''t do it yet. I''m configuring an wireless ad-hoc network with three laptops; A ---- B ---- C where A and C can only talk to B, and B can talk to both A and C. A and C cannot talk to each
2006 Jul 03
1
panel ordering in nlme and augPred plots
...is, it starts with "F02", "F08", "F03", ... which isn't in order either. Running Petr's code also gave output which wasn't ordered by the subjects. Could someone please explain to me how to order the panels of the trellis plot by the subjects? thanks, Nandor
2005 Feb 16
3
How can i send the same traffic to 2 different interface
Hi! I am making some tests here, and i wanna miror all the traffic going to a ip from one interface to another ip. example: all packets going to 64.223.167.100 should be transmitted by ppp0 to internet and by eth2 to the adress 192.168.1.100. Someone know how can i do it using iptables or ip route/ip rule? Tks in advance! Fernando Favero _______________________________________________ LARTC
2019 Sep 01
2
PowerPC Compiler Crash
...zTr_Q&m=aNM8caPcGT7a_JHLZdYg5lruqcqw-FPR098fC46tP5o&s=8LWCCwWQfyrp--knjmyWaFZ9TScm_HlJBu1Yb10iBEY&e= is > an example of the ICE when D64146/rL370584 landed. > > On 01/09/2019 02:23, Florian Hahn via llvm-dev wrote: >> Hi, >> >>> On Aug 31, 2019, at 15:14, Nandor Licker via llvm-dev >>> <llvm-dev at lists.llvm.org> wrote: >>> >>> Hello PowerPC fans, >>> >>> I am attempting to land D64146 and the PowerPC bots crash with an >>> internal compiler error. Can anyone help me to reproduce the crash >&g...
2005 Jan 31
3
why there is any traffic in default class?
I have: tc qdisc add dev imq0 root handle 1: htb default 30 tc class add dev imq0 parent 1: classid 1:1 htb rate 512kbit ceil 512kbit tc class add dev imq0 parent 1:1 classid 1:30 htb rate 64kbit ceil 512kbit then: iptables -t mangle -A PREROUTING -i ppp0 -s 192.168.2.2 -j IMQ --todev 0 tc class add dev imq0 parent 1:1 classid 1:22 htb rate 64kbit ceil 128kbit tc filter add dev imq0 protocol
2005 Jan 30
5
simple questions about imq
...mangle -A POSTROUTING -o $eth3 ... -j CLASSIFY --set-class 1:30 $IPTABLES -t mangle -A POSTROUTING -o $eth2 ... -j RETURN $IPTABLES -t mangle -A POSTROUTING -o $eth3 ... -j RETURN If i managed to do this, i promise, i will document it to the imq wiki. Any advice/help is appreciated! -- Udv, Nandor _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Jul 21
0
strange WIS entries
...and Workgroup Master --------- ------- ALMA KORTE But: nmblookup '*' querying * on 192.168.1.255 192.168.1.2 *<00> 192.168.1.5 *<00> Why only 2 ip-s (all machine is on subnet 192.168.1.x)? Thanks in advance!!! Nandor Toth PS. some lines form smb.conf workgroup = ALMA netbios name = KORTE netbios aliases = ALMA browsable = yes local master = yes os level = 255 domain master = yes preferred master = yes wins support = yes name resolve order = lmhosts host wins bcast dns proxy = n...
2005 Jan 09
0
traffic shaping gre tunnels
...s the other, normal connections. I tried a few configurations, but nothing seemed to work. Maybe i should shape them at the pppx interfaces? But I can not attach one HTB class for multiple interfaces. Can IMQ (http://www.linuximq.net/) solve my problems? Can you give me some advice? Thanks! Nandor _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Jan 31
1
Problem with tcng
Hi folks, first of all, sorry for my bad English ^^ and for the fact that I am a Linux N00b. I have a little Problem installing TCng on my Debian System. At the make install command the following error occured: tar: lib/tcng/include/klib/kernel/include: Cannot stat: no such file or directory tar: Error exit delayed from previous errors Can somebody help me ? greets Marcus -- GMX im TV
2005 Feb 01
1
Sessionbased traffic on NANO?
I use the wellknown nano setup (by Christoph Simon) on a few sites with success. From time to time a user approaches me with problems that seems to originate from the fact that only trafic to the samt DST IP on the net will get out the same link. The problem happens with traffic from applications that contact different IPs in the "same session". An example is Anarchy Online, where
2005 Jan 23
1
Shaping traffic with high priority hosts
Dear all My current setup is the following: Normal Hosts --------+ eth0 eth1 | +----------+ +-<->| F/W box |--<-> Internet | +----------+ High priority hosts--+ My eth0 is a normal 100MBps LAN and my Internet connection is a 1Mbps ADSL line. What I want to achieve is to have normal hosts to share a big
2005 Feb 01
0
multiple uplinks example script
...atic table $T1 $IP route append prohibit default table $T1 metric 1 proto static $IP rule add prio $T2 from $P2_NET table $T2 $IP route add default via $P2 dev $IF2 src $IP2 proto static table $T2 $IP route append prohibit default table $T2 metric 1 proto static $IP route flush cache -- Udv, Nandor _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Jan 14
1
iproute2 + netfilter problem
Hi guys, i have a problem with a configuration what i''m trying to do. I have two computers with linux, A and B, connected in the same network with this configuration: PC1 A: 192.168.192.1 PC2 B: 192.168.192.30 The PC1 A is a firewall doing nat... this one is connected to the internet via an adsl modem and of course it have its own public ip , and the router B is a smtp server but
2005 Jan 12
1
Good pratice with a Linux Gateway / Traffic Shapping
Hi, I am the network administrator of my company, I know quite well Windows networking and a few about Linux and its amazing routing and QOS capabilities. Right now, we have a bustable T1, which mean that the bill increase with out T1 use. I have decided to find a way to shape the traffic so I can stay at a raisonable speed of 256 kb/s (Up/down) on my T1. I have linux gateway with 2 nics behind a
2005 Jan 18
2
failover works - but balancing does not
here''s the setup (two dsl - same provider) +-----> link1 LAN----- linux box --| |----------internet +-----> link2 the setup is ok in terms of the failover requirement. the other link takes over when one is down. however, there is a very noticeable lag when both lines are up. i''ve tried changing