search for: andor

Displaying 19 results from an estimated 19 matches for "andor".

Did you mean: sandor
2013 Jul 01
0
[Bug 790] Normalize iptables rules
https://bugzilla.netfilter.org/show_bug.cgi?id=790 Andor <tothandor at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Commen...
2007 Apr 25
2
form_remote_for, reloaded
Hi, being relativly new to RoR, I''m having a problem which I found described in this forum and somewhere else - but with no solution. I know, that it may be bad to mix table and form tags, but the first solution of an in place editing within a table looked nice: Version using form_for: <tr> <%form_for :time_record, :url => { :action => "add_time_record" } do
2002 Jun 22
1
Can't seem to recover errors
Hi, When trying to run a particular program, I reproducibly get a few dozen kernel messages of the form: attempt to access beyond end of device 03:06: rw=0, want=536995844, limit=11680168 attempt to access beyond end of device 03:06: rw=0, want=1342296068, limit=11680168
2001 Dec 04
2
journal file exists but feature missing
Hi, I tried to convert my root partition from an ext2 to ext3 fs using tune2fs. I'm running a 2.4.10 kernel with ext3 support, but the partition is not mounted ext3. In fact the journal feature is missing from the superblock: # cat /proc/filesystems | grep ext ext3 ext2 # tune2fs -l /dev/hda6 | grep features Filesystem features: filetype sparse_super # ls -l /.journal
2013 Jan 18
0
Inconsisten declaration of ssh_aes_ctr_iv() (fwd)
...is choking rather than ssh/sshd, otherwise the regress tests wouldn't have made it that far without error (given the ones you see here). This test depends on the small modpipe program that is built from modpipe.c. You can test if it is working via: $ echo "hello there" | ./modpipe -m andor:5:0x00:0x2D hello-there If it isn't working properly then the test will fail in a way similar to when you are seeing. -d
2013 Jun 24
0
[Bug 790] Normalize iptables rules
https://bugzilla.netfilter.org/show_bug.cgi?id=790 --- Comment #5 from Andor <tothandor at gmail.com> 2013-06-24 11:34:44 CEST --- ipt1 is an output of a firewall script mainly edited by hand, where parameters order may vary. ipt2 is the output of iptables-save, where parameters are strictly ordered. As written before, the difference in parameter order spoils the com...
2013 Jun 24
0
[Bug 790] Normalize iptables rules
https://bugzilla.netfilter.org/show_bug.cgi?id=790 --- Comment #7 from Andor <tothandor at gmail.com> 2013-06-24 17:05:46 CEST --- I'm keen to keep the same order for the scripts' output, but there are many modules and targets with hundreds of parameters, with immense ammount of possible combinations. How can you know the correct order for all, beyond the main...
2013 Jul 01
0
[Bug 790] Normalize iptables rules
https://bugzilla.netfilter.org/show_bug.cgi?id=790 --- Comment #10 from Andor <tothandor at gmail.com> 2013-07-01 16:28:29 CEST --- Pitily netns appeared only after 3.0. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
2019 Jan 25
0
[klibc:update-dash] [PARSER] Simplify EOF/newline handling in list parser
...+ break; + parseheredoc(); + return n1; + + case TEOF: + if (!n1 && (nlflag & 1)) + n1 = NEOF; + parseheredoc(); + return n1; + } + + checkkwd = CHKNL | CHKKWD | CHKALIAS; + if (nlflag == 2 && tokendlist[peektoken()]) + return n1; + nlflag |= 2; + n2 = andor(); tok = readtoken(); if (tok == TBACKGND) { @@ -189,29 +199,15 @@ list(int nlflag) n1 = n3; } switch (tok) { - case TBACKGND: - case TSEMI: - tok = readtoken(); - /* fall through */ case TNL: - if (tok == TNL) { - parseheredoc(); - if (nlflag == 1) - return n1;...
2020 Mar 28
0
[klibc:update-dash] dash: [PARSER] Simplify EOF/newline handling in list parser
...+ break; + parseheredoc(); + return n1; + + case TEOF: + if (!n1 && (nlflag & 1)) + n1 = NEOF; + parseheredoc(); + return n1; + } + + checkkwd = CHKNL | CHKKWD | CHKALIAS; + if (nlflag == 2 && tokendlist[peektoken()]) + return n1; + nlflag |= 2; + n2 = andor(); tok = readtoken(); if (tok == TBACKGND) { @@ -189,29 +199,15 @@ list(int nlflag) n1 = n3; } switch (tok) { - case TBACKGND: - case TSEMI: - tok = readtoken(); - /* fall through */ case TNL: - if (tok == TNL) { - parseheredoc(); - if (nlflag == 1) - return n1;...
2008 May 19
1
(PR#11484) On WinXP, R CMD config needs sh (and breaks without it)
2008/5/19 Prof Brian Ripley <ripley at stats.ox.ac.uk>: > Where is the bug here? It also does on a Unix-alike. Then "R CMD config --help" could at least spit out an error stating what should be installed (rather than die with an execution error straight from the DOS). Setting an "sh" in the %Path% (sh coming from cygwin) does not seem to lead to something working
2014 Dec 14
1
Fwd: CentOS forum search link in http://wiki.centos.org/AdditionalResources/Repositories under Atomic Repo
...rch URL for the current forum software, > so I did some experiments which led to the suggestion added below the copy > of the previous post. > > On Fri, Dec 12, 2014 at 6:52 PM, I wrote: > > [ > https://www.centos.org/search.php?query=atomicorp&mid=30&action=showall&andor=AND > forum search] returns a 404. > > > > > > Can the forum search https://www.centos.org/forums/search.php? be used > with parameters that will provide the supporting material for the warning > "Many CentOS users have had problems after enabling this repo"? &g...
2002 Aug 01
4
Samba and a firewall
Hi guys ! I have a problem and I hope I can get some help here. I want to run a Samba server on a linux firewall machine. This firewall allowa all the udp pachets and also icmp. The firewall blocks all TCP incomming connection exept on port 22 (ssh). I have allowed incomming conection on 137, 138, and 139 (TCP) ports and I stiil get an error message from windows clients. The computer appears
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...Anders Larsen <al@alarsen.net> Anderson Lizardo <anderson.lizardo@openbossa.org> Andi Kleen <ak@linux.intel.com> Andi Kleen <andi@firstfloor.org> Andi Shyti <andi.shyti@gmail.com> Andiry Xu <andiry.xu@amd.com> Andiry Xu <andiry.xu@gmail.com> Andor Daam <andor.daam@googlemail.com> Andras Domokos <andras.domokos@nokia.com> Andre Guedes <aguedespe@gmail.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <osp@an...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...Anders Larsen <al@alarsen.net> Anderson Lizardo <anderson.lizardo@openbossa.org> Andi Kleen <ak@linux.intel.com> Andi Kleen <andi@firstfloor.org> Andi Shyti <andi.shyti@gmail.com> Andiry Xu <andiry.xu@amd.com> Andiry Xu <andiry.xu@gmail.com> Andor Daam <andor.daam@googlemail.com> Andras Domokos <andras.domokos@nokia.com> Andre Guedes <aguedespe@gmail.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <andre....
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...Anders Larsen <al@alarsen.net> Anderson Lizardo <anderson.lizardo@openbossa.org> Andi Kleen <ak@linux.intel.com> Andi Kleen <andi@firstfloor.org> Andi Shyti <andi.shyti@gmail.com> Andiry Xu <andiry.xu@amd.com> Andiry Xu <andiry.xu@gmail.com> Andor Daam <andor.daam@googlemail.com> Andras Domokos <andras.domokos@nokia.com> Andre Guedes <aguedespe@gmail.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <andre....
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...Anders Larsen <al@alarsen.net> Anderson Lizardo <anderson.lizardo@openbossa.org> Andi Kleen <ak@linux.intel.com> Andi Kleen <andi@firstfloor.org> Andi Shyti <andi.shyti@gmail.com> Andiry Xu <andiry.xu@amd.com> Andiry Xu <andiry.xu@gmail.com> Andor Daam <andor.daam@googlemail.com> Andras Domokos <andras.domokos@nokia.com> Andre Guedes <aguedespe@gmail.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <andre....
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...Anderson Lizardo <anderson.lizardo@openbossa.org> Andi Kleen <ak@linux.intel.com> Andi Kleen <andi@firstfloor.org> Andi Shyti <andi.shyti@gmail.com> Andi Shyti <andi@etezian.org> Andiry Xu <andiry.xu@amd.com> Andiry Xu <andiry.xu@gmail.com> Andor Daam <andor.daam@googlemail.com> Andras Domokos <andras.domokos@nokia.com> Andre Guedes <aguedespe@gmail.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <andre....
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...Anderson Lizardo <anderson.lizardo@openbossa.org> Andi Kleen <ak@linux.intel.com> Andi Kleen <andi@firstfloor.org> Andi Shyti <andi.shyti@gmail.com> Andi Shyti <andi@etezian.org> Andiry Xu <andiry.xu@amd.com> Andiry Xu <andiry.xu@gmail.com> Andor Daam <andor.daam@googlemail.com> Andras Domokos <andras.domokos@nokia.com> Andre Guedes <aguedespe@gmail.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <andre....