> On 12月 12, 2014, 1:22 a.m., Ian Downes wrote: > > I too am not sure how this was working before. What environment did you see > > this under? > > > > We don't actually need to use a tab to separate the values when writing to > > the special file; let's remove that as well: > > ``` > > sh-4.1# cat /proc/sys/net/ipv4/ip_local_port_range > > 32678 61000 > > sh-4.1# echo 32678 61001 > /proc/sys/net/ipv4/ip_local_port_range # range > > is just space separated > > sh-4.1# cat /proc/sys/net/ipv4/ip_local_port_range > > 32678 61001 > > ```
Thank you for comment. My environment is Ubuntu 14.04 LTS (GNU/Linux 3.13.0 x86_64) , and I have applied patches to kernel along with http://mesos.apache.org/documentation/latest/network-monitoring/ Yes, Actually don't need seperate by tab. - Kiyonari ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28904/#review64840 ----------------------------------------------------------- On 12月 12, 2014, 12:40 a.m., Kiyonari Harigae wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/28904/ > ----------------------------------------------------------- > > (Updated 12月 12, 2014, 12:40 a.m.) > > > Review request for mesos and Ian Downes. > > > Repository: mesos-git > > > Description > ------- > > echo command in sh doesn't have options > > sh: echo: I/O error occurs, It is not possible to set the port range. > Also, echo in /bin/sh performs output a (horizontal) tab character > when encountered the escape sequence of \t. > > > Diffs > ----- > > src/slave/containerizer/isolators/network/port_mapping.cpp > c6fff21903e546709a90b53690e02a75a4ca5262 > > Diff: https://reviews.apache.org/r/28904/diff/ > > > Testing > ------- > > > Thanks, > > Kiyonari Harigae > >
