search for: uzytkownik2

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

Did you mean: uzytkownik
2017 Mar 23
2
[Bug 1136] New: nft dump and -f are not perfect inverses
...f are not perfect inverses Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: uzytkownik2 at gmail.com nft dump maps 3260 into iscsi-target but nft -f does not recognise the service. -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilte...
2017 Oct 23
7
[Bug 1197] New: 255.255.255.255 is transformed into 255.255.255.255-255.255.255.255
...5.255-255.255.255.255 Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: uzytkownik2 at gmail.com I have rule to cover broadcast: ip daddr { ..., 255.255.255.255 } ... However it is transformed into 255.255.255.255-255.255.255.255 which is rejected as: Error: Range has zero or negative size -- You are receiving this mail because: You are watching all bug changes. -------------...
2017 Feb 28
2
[Bug 1125] New: Setting bit mark according to result of lookup
...o result of lookup Product: nftables Version: unspecified Hardware: x86_64 OS: Gentoo Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: uzytkownik2 at gmail.com I tried to set a mark according to interface it come through. My first attempt was: table bridge filter { map iface_to_mark { type iface_index: mark elements = { iface0: 0x1, iface1: 0x2, ... } } chain input {...
2017 Oct 24
2
[Bug 1198] New: nft crashes on empty interface name
...empty interface name Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: uzytkownik2 at gmail.com I don't know how this corrupting happened in my rules but if the iffname is an empty string ("") nft crashes on assert strlen(...) > 0 instead of printing error. -- You are receiving this mail because: You are watching all bug changes. -------------- next part -----...
2008 May 08
4
[Bug 15873] New: Close button
...Close button Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy: uzytkownik2 at gmail.com QAContact: swfdec at lists.freedesktop.org On many pages there are flash ads - usually centered. We all love them ;) The close buttons are, intentionaly or not, often broken. Is it possible to add to a right-click-menu[1] an option 'close', which would just close thi...
2014 Jan 11
3
[LLVMdev] Possible error in docs.
http://llvm.org/docs/CodeGenerator.html#machine-code-description-classes Section starting: Fixed (preassigned) registers It talks about converting: define i32 @test(i32 %X, i32 %Y) { %Z = udiv i32 %X, %Y ret i32 %Z } into ;; X is in EAX, Y is in ECX mov %EAX, %EDX sar %EDX, 31 idiv %ECX ret BUT, where does the "sar" come from? Kind Regards James
2011 Sep 05
17
Rename BTRfs to MuchSlowerFS ?
Hi list, I don''t trust theoretical benchmarks that much and prefer "real-life benchs" on the occasion, so here''s mine: Given 4 laptops, the most powerful of which was running BTRFS and the others ext3 or ext4, all machines running Ubuntu 11.04 Natty 32-bit with a stock Ubuntu 2.6.38-11 kernel, all machines were given the following FS-intensive task : - Upgrade
2007 May 10
6
Where put buissness logic?
I''ve always think that it belongs to controller but I''ve read few articles that it should be done by model and controller should be thin glue betwean model and view. Where should I put it? Regards -- I''ve probably left my head... somewhere. Please wait untill I find it. Homepage (pl_PL): http://uzytkownik.jogger.pl/ (GNU/)Linux User: #425935 (see
2012 Jun 26
0
inode cache slows down startup of system
Hi, I have interpreted sentence "This option may slow down your system at first run." as "it might slow down after first time you boot". However it seems to take long time once every tenth boot or so. Is it error in documentation or bug in btrfs? Best regards -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to
2017 Jan 19
1
net ads keytab add has no visible effects
When I issue command 'net ads keytab add HTTP' I got a message 'Processing principals to add...' but nothing else happens - no change in keytab, net ads keytab list output, no errors in log etc. [Global] netbios name = HOSTNAME workgroup = DOMAIN realm = DOMAIN server string = %h Gentoo DT security = ads auth methods = sam winbind encrypt passwords = yes kerberos
2013 Dec 25
3
[LLVMdev] Crash in opt.cpp:739 when loading custom pass (only on system-wide debug install of llvm)
Hi, I'm trying to write custom pass. However opt started crashed in opt.cpp. After debugging it looks like PassInf->NormalCtor points to unmapped memory (rest of struct contains correct data about my pass) - it pointed high in user memory (0x756e672e006e6f69). It happens only when I tried to install debug version of llvm system-wide (I've check that it wasn't caused by stale .a
2011 Sep 18
5
Inefficient storing of ISO images with compress=lzo
I''ve noticed that: - with x86-64 Fedora 15 DVD install images: - du -sh <ROOT VOLUME> was 36 GB - btrfs df | grep -i data have shown over 40 GB used - without - du -sh <ROOT VOLUME> is 34 GB - btrfs df | grep -i data have shown less then 34 GB used It seems that iso files are considered compressable while they may not be (and penalty is severe - 3x). Regards