search for: idallen

Displaying 20 results from an estimated 35 matches for "idallen".

2005 May 18
3
odd line in current CVS for firewall
...r/src/shorewall/s/firewall [...] 673c910 < for network in $networks; do --- > for networks in $networks; do I don''t think that "for networks in $networks" works well. -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada - www.ottawa.ca EMail: idallen@idallen.ca Home Page: http://www.idallen.com/ College professor (Linux) via: http://teaching.idallen.com/ Support free and open public digital rights: http://eff.org/
2009 Apr 22
2
purge-empty-dirs and max-file-size confusion
...all* the source directories, and creates them empty on the destination even if they don't have any big files in them. I only want the minimal directory hierarchies that contain the big files. This doesn't work: $ rm -rf /tmp/foo $ rsync -ai --min-size 10M --prune-empty-dirs /home/idallen/test /tmp/foo cd+++++++++ test/ cd+++++++++ test/dir1/ cd+++++++++ test/dir2/ cd+++++++++ test/dir3/ cd+++++++++ test/dir4/ >f+++++++++ test/dir4/BIGFILE cd+++++++++ test/dir5/ >f+++++++++ test/dir5/BIGFILE cd+++++++++ test/dir6/ >f+++++++++ test/dir...
2004 Jul 15
3
slight simplification to firewall log_rule_limit code
...We are assuming that $chain, $rulenum, and $disposition and most of the other unquoted variables will never contain unexpected blanks or shell GLOB characters...) What was four iptables statements in 48 lines is now one in 33 lines. -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada EMail: idallen@idallen.ca WWW: http://www.idallen.com/ College professor via: http://teaching.idallen.com/ Support free and open public digital rights: http://eff.org/
2004 Jul 15
0
long rule action names with logging cause iptables errors
...; } In "firewall" you might change the unhelpful "LOGFORMAT string is too long" to say "is longer than 29 characters", though you can get rid of it entirely if you apply the above auto-truncate fix. -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada EMail: idallen@idallen.ca WWW: http://www.idallen.com/ College professor via: http://teaching.idallen.com/ Support free and open public digital rights: http://eff.org/
2004 Sep 10
1
which files were newer and not transferred?
...y were newer" flag that means I can avoid parsing the huge -vv output. If the maintainers agree, let me know and maybe I'll dig in to the code to try to figure out a patch to make this possible (unless you get to it first). -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada EMail: idallen@idallen.ca WWW: http://www.idallen.com/ College professor (Linux) via: http://teaching.idallen.com/ Support free and open public digital rights: http://eff.org/
2007 Feb 25
0
moving local files, remote mirroring, and --link-dest awkwardness
...econd kludge-approach is not to move the files at all, but simply to link the file from dir/tmp/bar to dir/category1/bar and use the -H feature to update hard links. That also works; but, then I have a mix of linked and not-linked files in dir/tmp that I have to sort out.) -- | Ian! D. Allen - idallen@idallen.ca - Ottawa, Ontario, Canada | Home Page: http://idallen.com/ Contact Improv: http://contactimprov.ca/ | College professor (Open Source / Linux) via: http://teaching.idallen.com/ | Defend digital freedom: http://eff.org/ and have fun: http://fools.ca/
2009 May 14
1
patches to enable rsync 3.0.6 compile on AIX 3.2
...-3.0.6/lib/sysacls.c rsync-3.0.6-new/lib/sysacls.c 1817a1818 > #if defined(ENOTSUP) 1818a1820,1822 > #else > errno = EINVAL; > #endif As has been noted elsewhere, running ./configure with "ksh" works better than with the default /bin/sh. -- | Ian! D. Allen - idallen@idallen.ca - Ottawa, Ontario, Canada | Home Page: http://idallen.com/ Contact Improv: http://contactimprov.ca/ | College professor (Open Source / Linux) via: http://teaching.idallen.com/ | Defend digital freedom: http://eff.org/ and have fun: http://fools.ca/
2003 Nov 11
1
unexpected --exclude pattern behaviours with glob wildcards
...g exclude shouldn't cause it to fail. Adding '**' to the front of the failing pattern causes it to start working again. Why? This is really not how I expect it to work. Keep up the good work - this is a fabulous tool. -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada EMail: idallen@idallen.ca WWW: http://www.idallen.com/ College professor via: http://teaching.idallen.com/ Board Member, TeleCommunities CANADA http://www.tc.ca/
2004 Sep 22
0
traceroute misbehaviour on dual-home using -i or -s
...dev lo scope link ----- Table default ---------------------------------- default via 192.168.9.254 dev eth0 proto static src 192.168.9.250 metric 1 default via 192.168.1.1 dev eth1 proto static src 192.168.1.250 metric 2 -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada EMail: idallen@idallen.ca WWW: http://www.idallen.com/ College professor (Linux) via: http://teaching.idallen.com/ Support free and open public digital rights: http://eff.org/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman...
2004 Jul 15
1
Logging and Actions
Ian has proposed that we change the way that logging interacts with defined actions. Currently, if logging is specified on the invocation of an action (e.g., "AllowFTP:info all all"), all traffic sent to the AllowFTP chain is logged. In most cases, this isn''t what the user intended and other people have expressed surprise about this behavior in the past. The way I see this
2009 Apr 24
0
how to put -ii output in log file and not on screen?
...-itemize-changes. My current work-around is to abandon trying to use --log-file and to parse the redirected output of "-ii" instead, at least until someone sets me straight on how I can make *all* the update info appear in the log file and not on standard output. -- | Ian! D. Allen - idallen@idallen.ca - Ottawa, Ontario, Canada | Home Page: http://idallen.com/ Contact Improv: http://contactimprov.ca/ | College professor (Open Source / Linux) via: http://teaching.idallen.com/ | Defend digital freedom: http://eff.org/ and have fun: http://fools.ca/
2009 Apr 07
2
[Bug 590] New: iptables unknown target data
...Product: iptables Version: CVS (please indicate timestamp) Platform: i386 OS/Version: Ubuntu Status: NEW Severity: normal Priority: P1 Component: iptables AssignedTo: laforge at netfilter.org ReportedBy: idallen at idallen.ca I downloaded the sources iptables-1.4.3.2.tar.bz2 (April 6 2009) Unpacked in /tmp and ran: ./configure ; make ; sudo ./iptables -L -t mangle Got this garbage output for one of my chains: --------------------------------------------------------------------- Chain ianmark (0 referen...
2010 Dec 15
0
btrfsck says snapshots have errors
...tc. Deleting the snapshots makes btrfsck happy again; no errors. Who is right, btrfsck or the file system itself? Are there really errors? ---------- cut script here ---------------------------------------- #!/bin/bash -u # Test a btrfs partition: one-snap creation and btrfsck # -Ian! D. Allen - idallen@idallen.ca - www.idallen.com BTRFS=/mnt/sdc1 BTRFSDEV=/dev/sdc1 echo "Using $BTRFS $BTRFSDEV" set -x mkfs.btrfs -L BTRFStest $BTRFSDEV || exit $? mount -o noatime $BTRFSDEV $BTRFS || exit $? btrfs subvolume snapshot $BTRFS $BTRFS/snap1 umount $BTRFSDEV btrfsck $BTRFSDEV ----------...
2004 Sep 22
0
ping failure on dual-home using -I without default route
...dev lo scope link ----- Table default ---------------------------------- default via 192.168.9.254 dev eth0 proto static src 192.168.9.250 metric 1 default via 192.168.1.1 dev eth1 proto static src 192.168.1.250 metric 2 -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada EMail: idallen@idallen.ca WWW: http://www.idallen.com/ College professor (Linux) via: http://teaching.idallen.com/ Support free and open public digital rights: http://eff.org/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman...
2005 Jun 01
5
use of shell code in shorewall/params
...the ifcfg-eth? files and set shorewall variables with those values. If I can put that code to the params file, it saves me writing a separate script that runs and creates the params file before shorewall starts. -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada - www.ottawa.ca EMail: idallen@idallen.ca Home Page: http://www.idallen.com/ College professor (Linux) via: http://teaching.idallen.com/ Support free and open public digital rights: http://eff.org/
2004 Jul 26
4
More Logging and Actions
I managed to inadvertently purge my ''Shorewall'' email folder recently :-( so I''m unable to reply directly to Ian''s last post on this subject. One of the complicating aspects of actions is that an action can (and often does) invoke other actions. The current algorithm for processing actions is: a) read /etc/shorewall/actions and /usr/share/shorewall/actions.std
2002 Feb 18
4
[Bug 120] sshd fails pty chown() when run as non-root userid
http://bugzilla.mindrot.org/show_bug.cgi?id=120 ------- Additional Comments From markus at openbsd.org 2002-02-19 04:29 ------- can you allocate ptys as non-root? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2001 Nov 04
2
no error messages on I/O errors
...eople haven't had this bite them. Also, shouldn't rsync continue with the other files that *do* fit into the destination, rather than dying on the first one that doesn't fit? Perhaps we need an --ignore-errors-even-further option... -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada idallen@ncf.ca Home Page on the Ottawa FreeNet: http://www.ncf.ca/~aa610/ College professor at: http://www.algonquincollege.com/~alleni/ Board Member, TeleCommunities CANADA http://www.tc.ca/
2005 Jun 09
0
[Bug 2781] New: rsync linked files not listed as uptodate
...rsync linked files not listed as uptodate Product: rsync Version: 2.6.5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: idallen@idallen.ca QAContact: rsync-qa@samba.org rsync version 2.6.5 protocol version 29 Rsync is broken and now claims that all linked files are not "uptodate". Create a directory and two files: bash-3.00$ mkdir a bash-3.00$ date >a/foo bash-3.00$ date >a/bar r...
2005 Jun 09
3
[Bug 2781] rsync linked files not listed as uptodate
https://bugzilla.samba.org/show_bug.cgi?id=2781 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2005-06-09 09:34 ------- Rsync doesn't output "uptodate" for