This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@ps-bandwidth ~]# ifup eth1.1601 | |
| Added VLAN with VID == 1601 to IF -:eth1:- | |
| SIOCSIFMTU: Numerical result out of range |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In file included from utils.c:24: | |
| ./strlutils.h:31:1: error: expected parameter declarator | |
| strlcpy(char *dst, const char *src, size_t siz); | |
| ^ | |
| /usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
| __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
| ^ | |
| /usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
| #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
| ^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| # watch.rb by Brett Terpstra, 2011 <http://brettterpstra.com> | |
| # with credit to Carlo Zottmann <https://github.com/carlo/haml-sass-file-watcher> | |
| trap("SIGINT") { exit } | |
| if ARGV.length < 2 | |
| puts "Usage: #{$0} watch_folder keyword" | |
| puts "Example: #{$0} . mywebproject" | |
| exit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/strlutils.c b/src/strlutils.c | |
| index 01e0710..0ec23a6 100644 | |
| --- a/src/strlutils.c | |
| +++ b/src/strlutils.c | |
| @@ -19,66 +19,4 @@ | |
| #include <sys/types.h> | |
| #include <string.h> | |
| -/* | |
| - * Copy src to string dst of size siz. At most siz-1 characters |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete | |
| Feb 23 03:37:09 ps-latency powstream[29897]: OWPScheduleContextGenerateNextDelta: Schedule complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # perfSONAR Toolkit Firewall Config v1.0 | |
| *filter | |
| :INPUT ACCEPT [0:0] | |
| :FORWARD ACCEPT [0:0] | |
| :OUTPUT ACCEPT [0:0] | |
| # convenience for logging things we want to specifically deny | |
| #-N DENYLOG | |
| #-A DENYLOG -j LOG --log-prefix DENIED_HOST: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # This script installs shoal onto SL6 and configures | |
| # it to connect to the production shoal instance used | |
| # by the ATLAS Cloud group. | |
| # | |
| # | |
| curl http://shoal.heprc.uvic.ca/repo/shoal.repo -o /etc/yum.repos.d/shoal.repo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14/01/14 20:43:55 (1288) INFO> discover_external_address:253 main:: - No primary address found | |
| 2014/01/14 20:43:55 (1288) INFO> discover_external_address:260 main:: - No primary ipv4 address found | |
| 2014/01/14 20:43:55 (1288) INFO> discover_external_address:267 main:: - No primary ipv6 address found | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:147 main:: - 132.206.245.252 is ipv4 | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:149 main:: - 132.206.245.252 has a DNS name: ps-latency.clumeq.mcgill.ca | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:151 main:: - 132.206.245.252 isn't private or we're okay with private addresses | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:249 main:: - Selected em2/ps-latency.clumeq.mcgill.ca as the primary address | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:256 main:: - Selected em2/ps-latency.clumeq.mcgill.ca as the primary ipv4 address | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:267 main:: - No primar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2014/03/25 11:53:16 (1510) ERROR> RegularTesting.pm:249 perfSONAR_PS::NPToolkit::Config::RegularTesting::reset_state - Failed to load landmarks file: Failed to parse XML :<pingertopo:topology xmlns:pingertopo="http://ogf.org/ns/nmwg/tools/pinger/landmarks/1.0/" xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/" xmlns:nmtl3="http://ogf.org/schema/network/topology/l3/20070707/" xmlns:nmtb="http://ogf.org/schema/network/topology/base/20070707/"><pingertopo:domain id="urn:ogf:network:domain=mesh_agent_WLCG_sites-0"><nmtb:comments>Ping Test Between WLCG Latency Hosts</nmtb:comments><pingertopo:node id="urn:ogf:network:domain=mesh_agent_WLCG_sites-0:node=ps.lhcopn-ps.sara.nl"><nmtb:description>NL-T1 Latency Host</nmtb:description><nmtb:hostName>ps.lhcopn-ps.sara.nl</nmtb:hostName><nmwg:parameters><nmwg:parameter name="packetSize">1000</nmwg:parameter><nmwg:parameter name="count">10</nmwg:parameter><nmwg:parameter name="packetInterval">1</nmwg:parameter><nmwg:parameter name="ttl" /><nmwg:parameter name="measurementPerio |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2014/01/14 20:43:55 (1288) INFO> discover_external_address:253 main:: - No primary address found | |
| 2014/01/14 20:43:55 (1288) INFO> discover_external_address:260 main:: - No primary ipv4 address found | |
| 2014/01/14 20:43:55 (1288) INFO> discover_external_address:267 main:: - No primary ipv6 address found | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:147 main:: - 132.206.245.252 is ipv4 | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:149 main:: - 132.206.245.252 has a DNS name: ps-latency.clumeq.mcgill.ca | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:151 main:: - 132.206.245.252 isn't private or we're okay with private addresses | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:249 main:: - Selected em2/ps-latency.clumeq.mcgill.ca as the primary address | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:256 main:: - Selected em2/ps-latency.clumeq.mcgill.ca as the primary ipv4 address | |
| 2014/01/29 17:37:09 (1236) INFO> discover_external_address:267 main:: - No prim |