search for: pedition

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

Did you mean: edition
1999 Feb 10
1
wish list
Some of these I can implement pretty easily myself, others are harder ... GRAPHICS: - a new option(), "plot.type", that allows one to set the default plot type for pairs of points to something other than "p"; - the ability to set just the lower or upper limits on an axis and have the other limit auto-scaled (somewhat trickier: I don't know the most convenient way
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
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.M727693P4967V000000...
2005 Jun 01
2
TC Filtering Problems
Dear Admins and Hackers, maybe i am to stupid to use ''tc''. But i having logical Problems to understand the Filter Rules in tc. Common Config: There is a Linux Engine (Debian) with a 2.6.11.11 Kernel which act as Packetshaper. Two Interfaces eth0 and eth1 are installed. Interface ''eth0'' is the Firewall Side Net 195.185.185.0/24. Interface
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. > >...
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 may...
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).