search for: pedit

Displaying 7 results from an estimated 7 matches for "pedit".

Did you mean: edit
1999 Feb 10
1
wish list
...specify this) - the ability to add points, text, etc. to persp() plots for annotation (when Ross discussed this, I wasn't sure whether there were going to be two separate kinds of 3-D plots) MISC: either an option or a separate function that makes edit() change the underlying object: pedit <- function (y) { assign(deparse(substitute(y)), edit(y), inherits = TRUE) } regexp/tab completion for the help system (ha!) Benjamin Bolker Dep't of Ecology and Evolutionary Biology, ben@eno.princeton.edu Princeton University tel: (609) 258-6886, fax: (609) 258-1...
2005 Jan 25
0
[ANNOUNCE] iproute2 (050124) release
Thanks to the work of Jamal and Thomas; here is an update to iproute2. http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.10-ss050124.tar.gz Changes since last version: [Yun Mao] fix typo in ss [Thomas Graf] tc pedit/action cleanups add addraw_l rtattr_parse cleanups [Jamal Hadi Salim] typo in m_mirred add support for pedit [Jim Gifford] Fix allocation size error in nomal and paretonormal generation programs. -- Stephen Hemminger <shemminger@osdl.org> __________________________________________...
2015 Jan 07
3
rsync splits filenames, creates special characters where none are, weird permissions
...44V000" skipping non-regular file "? \#201" skipping non-regular file "redacted-domain/catchall/Maildir/.Sent/cur/1301490998.M622842P6671V0000000000000801I00280BD9_0.redacted-hostname\#004" skipping non-regular file "2713V0000000000000801I000B03CC_6.redacted-hostname,S=pedition/courierimapkeywords/:list" while skipping/failing is still the good part, it even creates folders and files with names like dr--rw--wt 2 48 49 4.0K Apr 9 1970 00B03C3_0.redacted-hostname,S=559475:2,S?s?NffJ?? c--SrwS-w- 1 root 66 48, 37 Aug 22 1995 317028.M727693P4967V000...
2005 Jun 01
2
TC Filtering Problems
...195.185.185.0/24. Interface ''eth1'' goes to the Internet (switch and Routers to the isps). Both Interfaces are bridged. The TEST Client is located on the eth0 Device of the Packetshaper. Kernel Module: (lsmod) Module Size Used by mirred 7744 0 sch_dsmark 7424 0 police 10976 0 pedit 7648 0 gact 7008 0 cls_rsvp 7424 0 cls_route 7808 0 sch_prio 5888 0 ipt_state 2048 0 ipt 8288 0 sch_htb 18816 0 cls_tcindex 8192 0 cls_u32 9220 0 cls_fw 5504 0 TC Config (a htb Qdisc): for d in eth0 eth1; do tc qdisc add dev $d root handle 1:0 htb default 12 tc class add dev $d paren...
2015 Jan 07
1
rsync splits filenames, creates special characters where none are, weird permissions
...ing non-regular file "? \#201" >> skipping non-regular file "redacted-domain/catchall/Maildir/.Sent/cur/1301490998.M622842P6671V0000000000000801I00280BD9_0.redacted-hostname\#004" >> skipping non-regular file "2713V0000000000000801I000B03CC_6.redacted-hostname,S=pedition/courierimapkeywords/:list" > > Is this reproducible, i.e. a second run (after cleaning up the mess it > left behind) creates these same files again, or others? Most of the time it is some kind of pattern within the same run, but different patterns between different runs. > &g...
2015 Jan 07
0
rsync splits filenames, creates special characters where none are, weird permissions
...t; skipping non-regular file "? \#201" > skipping non-regular file "redacted-domain/catchall/Maildir/.Sent/cur/1301490998.M622842P6671V0000000000000801I00280BD9_0.redacted-hostname\#004" > skipping non-regular file "2713V0000000000000801I000B03CC_6.redacted-hostname,S=pedition/courierimapkeywords/:list" Is this reproducible, i.e. a second run (after cleaning up the mess it left behind) creates these same files again, or others? My first thought is that this combination of factors is triggering some sort of memory problems which is corrupting the filenames. It m...
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler. * name changed from delay to netem since it does more than just delay * Catalin''s merged code to do packet reordering * uses a socket queue''s directly rather than layering on qdisc(fifo) because this is used in performance tests. * adds placeholder in API for future enhancements (rate and duplicate).