/usr/sbin/condor_configure is in htcondor 8.4.11~dfsg.1-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 | #!/usr/bin/env perl
##**************************************************************
##
## Copyright (C) 1990-2007, Condor Team, Computer Sciences Department,
## University of Wisconsin-Madison, WI.
##
## Licensed under the Apache License, Version 2.0 (the "License"); you
## may not use this file except in compliance with the License. You may
## obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
##**************************************************************
###########################################################################
#
# This is condor_configure. It performs initial installation of the Condor
# software and/or subsequent re-configuration(s).
#
# You shouldn't need to edit this script at all.
#
# condor_configure by Carey Kireyev <ckireyev@cs.wisc.edu> 3/19/03
# (loosely based on
# condor_install by Derek Wright <wright@cs.wisc.edu> 2/19/98)
#
###########################################################################
# Set some global settings
umask 0022; # default file creation permissions
use strict; # restrict unsafe constructs
use warnings; # warn about bad things
use Cwd;
require 5.006; # Perl version for function prototypes
# Library modules
use Text::Wrap; # line wrapping to form simple paragraphs
use Getopt::Long; # "long" command line options parser
my $Program; ($Program = $0) =~ s|.*/||; # This program name.
my @Options =
(
{
short => "--install[=<path/to/release_dirs>]",
long => <<END_OPT_INSTALL,
Perform installation of Condor files and initial configuration as a
working personal Condor. (if type or "central manager" are not
specified). If this is an upgrade to an existing installation
directory, the existing config files and local directory will be
preserved.
The default behavior of "condor_install" is "--install=.".
END_OPT_INSTALL
},
{
short => "--prefix=<path> ",
long => <<END_OPT_PREFIX,
Specifies the installation directory (the root of Condor installation).
This is the same as --install-dir=<path>.
END_OPT_PREFIX
},
{
short => "--install-dir=<path> ",
long => <<END_OPT_INSTALL_DIR,
Specifies the installation directory (the root of Condor installation).
This is the same as --prefix=<path>.
END_OPT_INSTALL_DIR
},
{
short => "--local-dir=<path>",
long => <<END_OPT_LOCAL_DIR,
Sets the local directory at the specified location (if one does not
exist there). Moves log,spool,execute directories there from the old
local directory applicable).
END_OPT_LOCAL_DIR
},
{
short => "--make-personal-condor",
long => <<END_OPT_MAKE_PERSONAL_CONDOR,
Creates a personal Condor (i.e. a 1-node pool running on local machine).
END_OPT_MAKE_PERSONAL_CONDOR
},
{
short => "--bosco",
long => <<END_OPT_BOSCO,
Install BOSCO, a personal Condor that submits jobs to remote batch systems.
END_OPT_BOSCO
},
{
short => "--type=<[submit],[execute],[manager]> ",
long => <<END_OPT_TYPE,
Determines which role(s) the machine will perform in a pool (which
translates to which daemons will run). In the case of a personal
Condor this value is automatically forced to be
\"submit,execute,manager\".
END_OPT_TYPE
},
{
short => "--central-manager=<host>",
long => <<END_OPT_CENTRAL_MANAGER,
Connect to existing pool with Central manager on <host>.
END_OPT_CENTRAL_MANAGER
},
{
short => "--credd",
long => <<END_OPT_CREDD,
Configure credential manager daemon.
END_OPT_CREDD
},
{
short => "--owner=<user>",
long => <<END_OPT_OWNER,
Run Condor daemons as specified user (can be either ID or
username). (Only applicable when condor_configure is run by root,
otherwise the current user is assumed). Changes ownership of
log,spool,execute directories to specified user, and instructs Condor
system to run as that user (by setting CONDOR_IDS in the config file).
You may not select 'root' or any other account with uid 0 for this purpose.
END_OPT_OWNER
},
{
short => "--maybe-daemon-owner",
long => <<END_OPT_MAYBE_DAEMON_OWNER,
If --owner is not specified and no appropriate user can be found to
run Condor, then this option will allow the daemon user to be
selected. This option is rarely needed by users but can be useful for
scripts that invoke condor_configure to install Condor.
END_OPT_MAYBE_DAEMON_OWNER
},
{
short => "--install-log=<file>",
long => <<END_OPT_INSTALL_LOG,
Save information about the installation in the specified file. This is
normally only needed when condor_configure is called by a higher-level
script, not when invoked by a person.
END_OPT_INSTALL_LOG
},
{
short => "--overwrite",
long => <<END_OPT_OVERWRITE,
Always overwrite the contents of the 'sbin' directory in the
installation directory. By default, Condor will not install if it
finds an existing 'sbin' directory. If condor finds a 'sbin' directory
in the installation directory, You must specify --overwrite
or --backup to tell condor what to do.
END_OPT_OVERWRITE
},
{
short => "--env-scripts-dir=<dir>",
long => <<END_OPT_ENV_SCRIPTS_DIR
Condor will create simple scripts that can be sourced by
sh and csh shells to update the PATH and set the CONDOR_CONFIG environtment
variables. This option allows you to specify in what directory to write
them. By default, these will be created in the root of the installation
directory.
END_OPT_ENV_SCRIPTS_DIR
},
{
short => "--no-env-scripts",
long => <<END_OPT_NO_ENV_SCRIPTS
By default, Condor will create simple scripts that can be sourced by
sh and csh shells to update the PATH and set the CONDOR_CONFIG environtment
variables. This option prevents Condor from creating these scripts.
END_OPT_NO_ENV_SCRIPTS
},
{
short => "--ignore-missing-libs",
long => <<END_OPT_IGNORE_MISSING_LIBS,
By default, Condor will not install if prerequisite libraries
are detected as missing (this would cause the Condor programs to be unable
to run). This option tells Condor to install even if it detects
missing libraries.
END_OPT_IGNORE_MISSING_LIBS
},
{
short => "--force",
long => <<END_OPT_FORCE,
Enable --overwrite and --ignore-missing-libs options
END_OPT_FORCE
},
{
short => "--backup",
long => <<END_OPT_BACKUP,
Always backup the 'sbin' directory in the installation directory. By
default, Condor will not install if it finds an existing 'sbin'
directory. If condor finds a 'sbin' directory in the installation
directory, You must specify --overwrite or --backup to tell condor
what to do.
END_OPT_BACKUP
},
{
short => "--verbose",
long => <<END_OPT_VERBOSE,
Print more information.
END_OPT_VERBOSE
},
{
short => "--usage",
long => <<END_OPT_USAGE,
Prints out short usage and exits.
END_OPT_USAGE
},
{
short => "--help",
long => <<END_OPT_HELP,
Prints out this screen and exits.
END_OPT_HELP
},
);
# For parsing command line options (&GetOptions)
my (
$opt_release_dir, # --install= directory
$opt_prefix_dir,
$opt_sbin_rename,
$opt_local_dir,
$opt_make_personal_condor,
$opt_bosco,
$opt_type,
$opt_central_manager,
$opt_credd,
$opt_owner,
$opt_maybe_daemon_owner,
$opt_install_log,
$opt_verbose,
$opt_overwrite,
$opt_ignore_missing_libs,
$opt_test_missing_libs,
$opt_force,
$opt_backup,
$opt_env_scripts_dir,
$opt_disable_env_scripts,
);
my ($owner, $release_dir, $local_dir, $local_config_file, $config_file, $cm, $type);
my ($who, $host, $fullhost, $domain);
my $no_config_modify=0;
my %comment_hash;
my @allparams;
my @metaknobs = ();
my $knobcount = 0;
my %daemon_list = (MASTER => 1); # We always want a master.
my $logfile;
my $printed_log_message = 0;
# Prototypes
sub user_host_stuff();
sub parse_command_line();
sub find_owner(;$ );
sub find_config_file();
sub find_local_config_file();
sub find_local_dir();
sub install( $ );
sub find_release_dir( $ );
sub safe_mkdir( $$ );
sub condor_init( $ );
sub check_release_dir( $ );
sub set_mail_settings();
sub set_domain_settings();
sub set_central_manager ( $ );
sub set_config_values ( $$$ );
sub set_java_jvm_path();
#sub make_personal_condor();
sub get_config_value( $;$ );
sub debug( $ );
sub set_config_comments();
#sub read_config_file_comments();
#sub is_dynamic( $ );
sub which( $ );
sub myproxy();
sub credd();
sub log_message( $ );
sub usage( $ );
sub help( );
parse_command_line();
my $timestamp=time();
if ($opt_install_log) {
open(LOGFILE, ">>$opt_install_log")
or die "Couldn't open $opt_install_log: $!\n";
$logfile = *LOGFILE;
} else {
$logfile = *STDOUT;
}
# Hashes to store values that will go into config files
my %append_config=();
my %global_config=();
# Detrmine UID, domain, etc
user_host_stuff();
# Owner of spool, exec dirs
if ($opt_owner) {
if ($<) {
# real user id != 0
die "Option --owner is only valid when condor_configure is run as root!\n";
}
$owner=find_owner($opt_owner);
} else {
$owner=find_owner();
}
if (defined ($opt_release_dir) || $opt_owner) {
my $gid=(getpwuid ($owner))[3]; #Get group id
$append_config{CONDOR_IDS}="$owner.$gid";
}
my @pwuid=getpwuid ($owner);
debug ("Condor will be run as user: " . $pwuid[0]);
# Install if necessary
if ($opt_bosco && !defined($opt_prefix_dir)) {
my $home;
if ( $ENV{HOME} ne "" ) {
$home = $ENV{HOME};
} else {
my @pwuid = getpwuid( $< );
$home = $pwuid[7];
}
if ( $home eq "" ) {
die "Option --bosco can't find user's home directory!\n";
}
$opt_prefix_dir = $home . "/bosco";
$opt_local_dir = $opt_prefix_dir . "/local.bosco";
}
if (defined($opt_release_dir)) {
# Install
if ($opt_prefix_dir) {
$release_dir=install( $opt_prefix_dir );
} else {
$release_dir=install( $release_dir=getcwd() );
}
set_mail_settings();
set_domain_settings();
set_java_jvm_path();
}
else {
# Verify Install diretory
if ($opt_prefix_dir) {
if ( !check_release_dir($opt_prefix_dir) ) {
warn <<END_BAD_PREFIX_DIR;
No condor installation found in $opt_prefix_dir
You probably need to install condor into $opt_prefix_dir by specifying
the '--install=<dir>' option
or perhaps run 'condor_install' instead of 'condor_configure'
Run 'condor_install --help' for help.
END_BAD_PREFIX_DIR
exit( 1 );
}
$release_dir=$opt_prefix_dir;
chomp ($release_dir=`pushd $release_dir >> /dev/null && pwd && popd >> /dev/null`);
} else {
$release_dir=find_release_dir( getcwd() );
}
$config_file = find_config_file() or exit(1);
# User requested to change local dir, so copy old
# local directory into new one
if ($opt_local_dir) {
my $old_local_dir=find_local_dir();
$local_dir=$opt_local_dir;
(system ("mv $old_local_dir/spool $local_dir") ||
system ("mv $old_local_dir/log $local_dir") ||
system ("mv $old_local_dir/execute $local_dir")) &&
die "\nUnable to move log, spool, execute directories to new local directory: \"$local_dir\"\n\n";
condor_init ($local_dir);
#$append_config{LOCAL_DIR}=$local_dir;
$global_config{LOCAL_DIR}=$local_dir;
}
}
debug ("Install directory: $release_dir");
if ( ! defined ($opt_env_scripts_dir ) ) {
$opt_env_scripts_dir = $release_dir;
}
# Config file location
if (!$config_file) {
$config_file = find_config_file() or exit(1);
}
debug ("Main config file: $config_file");
if (!$local_dir) {
$local_dir=find_local_dir();
}
debug ("Local directory: $local_dir");
if (!$local_config_file) {
$local_config_file=find_local_config_file();
}
debug ("Local config file: $local_config_file");
# Which machine is CM?
if ($opt_central_manager) {
$cm=set_central_manager($opt_central_manager);
unless ($opt_type) {
if ($cm eq "localhost" || $cm eq $host || $cm eq $fullhost) {
debug ("\n--type is not specified. Assuming <manager>.");
$opt_type="manager";
} else {
debug ("\n--type is not specified. Assuming <submit,execute>.");
$opt_type="submit,execute";
}
}
}
#tj - removing because this is the default value
## Path to ganglia.d for condor_gangliad configuration
#if ( -d "${release_dir}/etc/condor/ganglia.d" ) {
# $append_config{GANGLIAD_METRICS_CONFIG_DIR}='${release_dir}/etc/condor/ganglia.d';
#}
# Determine daemons needed to run and other settings based on
# the values of the following options:
# --type
# --install
# --make-personal_condor
if ($opt_bosco) {
$append_config{START}="";
$append_config{PREEMPT}="";
$append_config{SUSPEND}="";
$append_config{KILL}="";
$append_config{COLLECTOR_NAME}="";
$append_config{IS_BOSCO}="True";
$append_config{CREATE_CORE_FILES }="False";
$append_config{CONDOR_ADMIN}=" ";
$append_config{PREEN_ARGS}="-r";
$append_config{NETWORK_INTERFACE}="127.0.0.1";
$daemon_list{SCHEDD} = 1;
$daemon_list{COLLECTOR} = 1;
$daemon_list{NEGOTIATOR} = 1;
$daemon_list{STARTD} = 1;
$cm=set_central_manager($fullhost);
$append_config{COLLECTOR_NAME}="Personal Condor at $fullhost";
# Campus Factory configuration
my $config_dir=$local_dir . "/config";
system("mkdir -p $config_dir && cp $opt_prefix_dir/etc/examples/condor_config.factory $config_dir ");
}
elsif ($opt_make_personal_condor ||
(defined($opt_release_dir) && !$opt_type)) {
# we will use the personal role, so we don't want to set DAEMON_LIST
%daemon_list = ();
# these are the defaults as of 8.1.5
# $append_config{START}="TRUE";
# $append_config{PREEMPT}="FALSE";
# $append_config{SUSPEND}="FALSE";
# $append_config{KILL}="FALSE";
push (@metaknobs,"use ROLE : Personal");
$comment_hash{"use ROLE : Personal"}="\n## Configure a personal HTCondor pool.";
$append_config{COLLECTOR_NAME}='Personal Condor at $(CONDOR_HOST)';
if ($opt_make_personal_condor || $fullhost =~ /^localhost/) {
# dont want to configure CONDOR_HOST=localhost because the personal role
# already does something more clever than that, so don't call set_central_manager()
$cm='localhost';
$append_config{NETWORK_INTERFACE}='$(CONDOR_HOST)';
} else {
$cm=set_central_manager($fullhost);
}
}
elsif ($opt_type) {
my @types=split(/\,/, $opt_type);
$append_config{START}="";
$append_config{PREEMPT}="";
$append_config{SUSPEND}="";
$append_config{KILL}="";
$append_config{COLLECTOR_NAME}="";
foreach $type (@types) {
if ($type eq "execute") {
$daemon_list{STARTD} = 1;
} elsif ($type eq "submit") {
$daemon_list{SCHEDD} = 1;
} elsif ($type eq "manager") {
$daemon_list{COLLECTOR} = 1;
$daemon_list{NEGOTIATOR} = 1;
if( !$cm ) {
$cm=set_central_manager($fullhost);
}
} else {
die "Illegal -type argument: $opt_type!\n";
}
}
}
# Condor-G and CredD can use MyProxy.
myproxy();
if ($opt_credd) {
credd();
}
# Change ownership if necessary
if ($opt_owner) {
condor_init ($local_dir);
}
#tj- removing because we no longer modify the local config file
# Backup old local config file
#unless (defined($opt_release_dir)) {
# chomp (my $backup_local_config_file=$local_config_file . ".backup." . $timestamp);
# debug ("\nBacking up local config file to: $backup_local_config_file");
# system ("cp $local_config_file $backup_local_config_file");
#}
# Write out values to global config file
unless ($no_config_modify) {
#read_config_file_comments();
set_config_comments();
$append_config{DAEMON_LIST}=join(' ', sort keys %daemon_list );
set_config_values (\%global_config, $config_file, 0);
set_config_values (\%append_config, $config_file, 1);
}
if (defined($opt_release_dir)) {
print "\nCondor has been installed into:\n";
print " $release_dir\n";
}
unless ($no_config_modify) {
print
"\nConfigured condor using these configuration files:\n".
" global: $config_file\n".
" local: $local_config_file\n";
}
unless (defined($ENV{CONDOR_CONFIG}) && ($ENV{CONDOR_CONFIG} eq $config_file) ) {
log_message( "\nIn order for Condor to work properly you must set your ".
"CONDOR_CONFIG environment variable to point to your ".
"Condor configuration file: ".
"$config_file ".
"before running Condor commands/daemons."
);
}
unless ( $opt_disable_env_scripts ) {
my $env_sh = $opt_env_scripts_dir ."/condor.sh";
open( SH, ">$env_sh" ) or die "Can't write to $env_sh";
print SH "# The script should be sourced by /bin/sh or similar\n";
print SH "CONDOR_CONFIG=\"$config_file\"\n";
print SH "export CONDOR_CONFIG\n";
print SH "PATH=\"$release_dir/bin:$release_dir/sbin:\$PATH\"\n";
print SH "export PATH\n";
print SH "PYTHONPATH=\"$release_dir/lib/python:\$PYTHONPATH\"\n";
print SH "export PYTHONPATH\n";
close( SH );
my $env_csh = $opt_env_scripts_dir ."/condor.csh";
open( CSH, ">$env_csh" ) or die "Can't write to $env_csh";
print CSH "# The script should be sourced by /bin/csh or similar\n";
print CSH "setenv CONDOR_CONFIG \"$config_file\"\n";
print CSH "setenv PATH \"$release_dir/bin:$release_dir/sbin:\$PATH\"\n";
print CSH "setenv PYTHONPATH \"$release_dir/lib/python:\$PYTHONPATH\"\n";
close( CSH );
if ( $opt_bosco ) {
$env_sh = $opt_env_scripts_dir ."/bosco.sh";
$env_csh = $opt_env_scripts_dir ."/bosco.csh";
system( "cp $opt_env_scripts_dir/condor.sh $env_sh" );
system( "cp $opt_env_scripts_dir/condor.csh $env_csh" );
open( SETENV, ">$opt_env_scripts_dir/bosco_setenv" );
print SETENV "# Shell-independent setup\n";
print SETENV "source $release_dir/bosco.`$release_dir/libexec/shellselector -q`\n";
close( SETENV );
}
if ( $opt_bosco ) {
print "Created a script you can source to setup your Condor environment\n";
print "variables. This command must be run each time you log in or may\n";
print "be placed in your login scripts:\n";
print " source $opt_env_scripts_dir/bosco_setenv\n";
} else {
print "Created scripts which can be sourced by users to setup their\n";
print "Condor environment variables. These are:\n";
print " sh: $env_sh\n";
print " csh: $env_csh\n";
}
}
print "\n";
exit 0;
##################################################################
sub user_host_stuff() {
### Figure out who and where we are:
my @pwdent = getpwuid($<);
$who=$pwdent[0];
if ($ENV{HOSTNAME}) {
$host=$ENV{HOSTNAME};
} else {
$host=`hostname`;
if ($? ne 0) {
die "\nUnable to determine the host name. Please set the \
environment variable \$HOSTNAME to the full name of this machine \
e.g. mymachine.mydomain.com \n";
}
chomp ($host);
}
# Make sure $host is just hostname, with no domain. Grab everything
# upto the first ".".
if ($host =~ /^([^.]+)\.(\S+)$/) {
# $host = mymachine.mydomain.com
$host=$1;
$domain=$2;
$fullhost=$host.'.'.$domain;
}
elsif ($host =~ /\w+/) {
# $host = mymachine
# Lookup the full hostname.
if (!gethostbyname($host)) {
##
## We use to die right here when we couldn't get the hostname.
## But the FreeBSD testers run Condor in a jail without a real hostname, so
## we need to be able to still install when gethostbyname() fails
## This is why we just set the fullhost to the host, and blank out the domain
## Andy Pavlo - 06/27/2007
##
$fullhost = $host;
$domain = "";
my $msg = "WARNING: Unable to determine full hostname for host '$host'. ".
"Condor may not work properly\n".
"Please set the environment variable \$HOSTNAME to the full name ".
"of this machine (e.g., mymachine.mydomain.com)\n";
warn($msg);
return;
}
$fullhost=(gethostbyname($host))[0];
if( ! ($fullhost =~ /.*\..*/) ) {
# There's no "." in the hostname. DNS/hosts/YP is probably
# misconfigured... try the other entry, that might be it.
$fullhost=(gethostbyname($host))[1];
}
if( ! ($fullhost =~ /.*\..*/) ) {
# There's still no "." in the hostname. DNS/hosts/YP is totally
# misconfigured...
chomp($fullhost=`host $fullhost | grep \"has address\" | awk \'\{print \$1\}\'`);
}
if( ! ($fullhost =~ /.*\..*/) ) {
$fullhost=$host;
$domain="";
my $msg = "WARNING: Unable to determine full hostname for host '$host'. ".
"Condor may not work properly\n".
"Please set the environment variable \$HOSTNAME to the full name ".
"of this machine (e.g., mymachine.mydomain.com)\n";
warn($msg);
} else {
# Grab just the domain, so we have it.
$fullhost =~ /\w*\.(.*)/;
$domain = $1;
}
}
}
# ### Find condor's home directory, if it exists.
#
#}
sub parse_command_line() {
if ( $0 =~ /bosco_install$/ ) {
unshift( @ARGV, "--bosco" );
}
if ( $#ARGV < 0 ) {
usage( 1 );
}
# For condor_install, default behavior is --install=.
if ( $0 =~ /^\w+_install/ ) {
unshift( @ARGV, "--install=." );
}
elsif ( $0 =~ /^(.*)\/\w+_install/ ) {
unshift( @ARGV, "--install=$1" );
}
&GetOptions (
"install:s" => \$opt_release_dir,
"prefix=s" => \$opt_prefix_dir,
"install-dir=s" => \$opt_prefix_dir,
"local-dir=s" => \$opt_local_dir,
"make-personal-condor!" => \$opt_make_personal_condor,
"bosco!" => \$opt_bosco,
"type=s" => \$opt_type,
"central-manager=s" => \$opt_central_manager,
"credd!" => \$opt_credd,
"owner=s" => \$opt_owner,
"maybe-daemon-owner!" => \$opt_maybe_daemon_owner,
"install-log=s" => \$opt_install_log,
"verbose!" => \$opt_verbose,
"help" => sub{ help(); },
"usage" => sub{ usage(0); },
"overwrite" => \$opt_overwrite,
"ignore-missing-libs" => \$opt_ignore_missing_libs,
"test-missing-libs=s" => \$opt_test_missing_libs,
"env-scripts-dir=s" => \$opt_env_scripts_dir,
"no-env-scripts" => \$opt_disable_env_scripts,
"force" => \$opt_force,
"backup" => \$opt_backup,
) or usage( 1 );
if ( $opt_local_dir and ( $opt_local_dir !~ /^\// ) ) {
die "--local-dir must specify absolute path\n";
}
if ( $opt_force ) {
$opt_overwrite = 1;
$opt_ignore_missing_libs = 1;
}
}
sub find_owner(;$) {
my $owner = shift(@_);
my $uid;
my $uname;
my @pwdent_condor = getpwnam( "condor" );
my $condor_uid=$pwdent_condor[2];
if ( $< ) {
# Non-root
$uid=$<;
}
elsif ($owner) {
# We're root, see who should own the Condor files/directories
if ($owner =~ m/^\d+$/) {
# owner as uid
# fall through
$uid=$owner;
} else {
#owner as uname
$uname=$owner;
$uid=(getpwnam ($uname))[2];
if ( !defined($uid) ) {
# Couldn't find $uname in /etc/passwd or other name resolution
die "\nUser '$uname' does not appear to exist! Please fix or " .
"select a different user with --owner.\n";
}
if( $uid == 0 ) {
# root can't be used for this purpose, it must be some non-root
# account.
die "\nUser 'root' (or equivalent) may not be used as an " .
"owner of the Condor installation's directories and " .
"files. Please select a different user with --owner!\n";
}
}
}
elsif ($condor_uid) {
$uid = $condor_uid;
}
elsif ($opt_maybe_daemon_owner) {
my @pwdent = getpwnam("daemon");
if ($pwdent[2]) {
$uid=$pwdent[2];
log_message("Condor is being configured to use the daemon user, which "
. "will work, but usually isn't "
. "what you want. Usually it's the condor user, which doesn't "
. "exist on this system. If you like, you can rerun "
. "$Program with the --owner option when you decide which user "
. "should be used by the Condor daemons.\n");
} else {
die wrap("", "", "Unable to determine which user to run Condor as. "
. "Please re-run the configure script with the "
. "--owner=<uname> option.\n");
}
}
else {
die wrap("", "", "\nUnable to find the user to run Condor daemons as. "
. "Please specify it using the --owner option\n");
}
if( ! $uid ) {
die "\nfind_owner(): can't find a user to run as!\n";
}
if( !getpwuid($uid) ) {
die "\nInvalid user: getpwuid($uid) failed!\n";
}
return $uid;
}
sub find_config_file() {
my @list = (
$ENV{CONDOR_CONFIG},
"/etc/condor/condor_config",
"/usr/local/etc/condor_config",
$opt_prefix_dir ? "$opt_prefix_dir/etc/condor_config" : undef,
"$release_dir/etc/condor_config",
);
foreach my $config ( @list ) {
if ( defined $config and -f $config ) {
return $config;
}
}
print STDERR "Unable to find Condor configuration file (condor_config)!\n";
print STDERR "$Program searched in these locations:\n";
foreach my $config ( @list ) {
if ( defined $config ) {
print " $config\n";
}
}
return undef;
}
sub find_local_config_file() {
my $from_config=get_config_value ("LOCAL_CONFIG_FILE");
my @files=split(/,/, $from_config);
$from_config=$files[$#files];
if ($#files > 0) {
warn "\nWARNING: There are several local config files used: \
@files \
The script will modify the following file (it will be backed up):
$from_config\n";
}
$from_config =~ s/\s//g; # Remove spaces
if ($from_config) { return $from_config; }
die "Unable to find local configuration file!\n";
}
sub find_local_dir() {
my $from_config=get_config_value("LOCAL_DIR") ||
die "Unable to find local directory!\n";
return $from_config;
}
sub find_os( $$$ )
{
my $Table = shift;
my $field = shift;
my $text = shift;
foreach my $os ( @{$Table} ) {
next if ( ! exists( $os->{$field} ) );
my $pat = $os->{$field};
if ( $text =~ /$pat/ ) {
return $os;
}
}
return undef;
}
sub install( $ )
{
my $release_dir=shift(@_);
my @release_dirs = qw( etc include src lib libexec bin sbin man );
# Get the absolute path to the release directory
my $release_src_dir;
if ($opt_release_dir) {
my $old = getcwd();
chdir( $opt_release_dir ) or die "Can't chdir to $opt_release_dir";
$release_src_dir = getcwd(); # Get the complete absolute path
chdir( $old ) or die "Can't chdir back to $old";
}
else {
$release_src_dir = getcwd(); # Get the complete absolute path
}
my @missing;
foreach my $d ( @release_dirs ) {
my $dir = "$release_src_dir/$d";
if ( ! -d $dir ) {
push( @missing, $d ) if ( ! ($d eq 'man'));
}
}
# Let's look at a sampling of programs, verify that they're there too
my %bin_dirs = (
bin => [ "config_val",
"q",
"status",
"submit",
"version",
],
sbin => [ "collector",
"master",
"schedd",
"startd",
],
);
my @programs;
foreach my $d ( keys( %bin_dirs ) )
{
foreach my $p ( @{$bin_dirs{$d}} )
{
my $fp = "$release_src_dir/$d/condor_$p";
if ( ! -x $fp )
{
push( @missing, $fp );
}
else
{
push( @programs, $fp );
}
}
}
# Now, let's display a list of missing items, and puke if we found any
if ( scalar @missing ) {
print STDERR
"Missing release directories (looking in $release_src_dir):\n".
" " . join( "\n ", @missing ) . "\n";
die "Unable to find some release directories.\n".
" Please specify the correct location of these with \n".
"--install=<path to release directories> or make sure it's \n".
"in the current directory\n";
}
# Now, let's try to run ldd on the above programs, see what we find
my %missing_libs;
my $num_missing_libs = 0;
determine_missing_libs(\@programs, \%missing_libs, \$num_missing_libs);
if ( $opt_test_missing_libs ) {
$missing_libs{$opt_test_missing_libs} = "not found";
$num_missing_libs++;
}
# Try to do something intelligent about missing libraries
if ( $num_missing_libs )
{
my %InstallerTable =
(
linux => {
name => "unknown package installer",
},
apt => {
name => "APT",
run => "apt-get install %s",
},
yum => {
name => "YUM",
run => "yum install %s",
},
zypper => {
name => "zypper",
run => "zypper install %s",
},
UNIX => {
name => "unknown UNIX installer",
},
);
my @OsTable =
(
{
name => "Red Hat",
installer => "yum",
issue => "CentOS|Red Hat Enterprise|Fedora",
libs => {
"libstdc++.so.5" => "compat-libstdc++",
},
},
{
name => "openSUSE",
installer => "zypper",
issue => "openSUSE",
libs => {
"libstdc++.so.5" => "compat-libstdc++",
}
},
{
name => "Debian",
installer => "apt",
issue => "(?i)debian",
text => "debian",
libs => {
"libstdc++.so.5" => "libstdc++5",
}
},
{
name => "Linux",
installer => "linux",
issue => "(?i)linux",
uname => "(?i)linux",
libs => {
"libstdc++.so.5" => "compat-libstdc++",
},
},
{
name => "UNIX",
installer => "UNIX",
true => ".*",
},
);
my @OsLookupTable =
(
{
run => "cat '/etc/issue'",
field => "issue",
},
{
file => "/etc/debian_version",
text => "debian",
field => "text",
},
{
run => "uname",
field => "uname",
},
{
run => "/bin/true",
field => "true",
},
);
my $os = undef;
my $installer = undef;
foreach my $lookup ( @OsLookupTable ) {
my $text;
if ( exists $lookup->{file} and -f $lookup->{file} ) {
$text = $lookup->{text};
}
elsif ( exists $lookup->{run} ) {
$text = `$lookup->{run}`;
chomp $text;
}
else {
next;
}
$os = find_os( \@OsTable, $lookup->{field}, $text );
if ( $os ) {
if ( exists $os->{installer} and
exists $InstallerTable{$os->{installer}} ) {
$installer = $InstallerTable{$os->{installer}};
}
last;
}
}
die "Unknown O/S" if ( ! $os );
die "Unknown O/S installer" if ( ! $installer );
print "Detected O/S '".$os->{name}."'".
", installer '".$installer->{name}."'\n";
foreach my $lib ( keys %missing_libs )
{
print "Condor requires '$lib':\n";
if ( exists($os->{libs}{$lib}) and exists($installer->{run}) )
{
my $cmd = sprintf( $installer->{run}, $os->{libs}{$lib} );
print
" This is probably provided by the '".
($os->{libs}{$lib}) . "' package.\n".
" You need to install this package with " .
$installer->{name}.
" by running the following as root:\n".
" $cmd\n";
}
elsif ( exists($os->{libs}{$lib}) )
{
print
" This is probably provided by package '".
($os->{libs}{$lib}) . "' or similar.\n".
" You need to find and install this package with your\n" .
" O/S package installer (as root)\n";
}
elsif ( exists($installer->{run}) )
{
my $cmd = sprintf( $installer->{run}, $lib );
print
" I don't know what package will provide this library\n".
" You need to find and install this package with your\n" .
" O/S package installer (".$installer->{name}.")\n".
" Try something like '".$cmd."' (as root)\n";
}
else
{
print
" I don't know what package will provide this library\n".
" You need to find and install this package with your\n" .
" O/S package installer (as root)\n";
}
}
exit( 1 ) if ( ! $opt_ignore_missing_libs );
}
if ( !$release_dir ) {
die "Undefined \$release_dir!\n";
}
if ( ! -d $release_dir ) {
(system ("mkdir -p $release_dir") == 0) ||
die "Unable to create $release_dir!\n" ;
chmod 0777, $release_dir;
} elsif ( ! -w $release_dir ) {
die "Unable to write to $release_dir!\n";
}
chdir "$release_dir";
$release_dir = getcwd(); # Get the complete absolute path
my $install_in_place = 0;
if ( $release_dir eq $release_src_dir ) {
$install_in_place = 1;
}
# Move the sbin directories instead of overwriting them,
# so that the running daemons don't blow up
my @installed_programs;
my $sbin = "$release_dir/sbin";
foreach my $p ( @{$bin_dirs{sbin}} )
{
my $fp = "$sbin/condor_$p";
push( @installed_programs, $fp ) if ( -x $fp );
}
if ( !$install_in_place && -d $sbin && scalar @installed_programs ) {
if ( $opt_overwrite ) {
# Do nothing... overwrite sbin below
}
elsif ( $opt_backup ) {
rename ("$release_dir/sbin", "$release_dir/sbin.old.$timestamp") or
die "Unable to move $release_dir/sbin!\n";
}
else {
my $n = scalar @installed_programs;
print STDERR
"$Program found $n daemons in '$sbin' and can't proceed.\n".
" You need to specify '--backup' or '--overwrite' to\n".
" tell $Program what to.\n".
" --overwrite will cause $Program to overwrite Condor\n".
" executables in the above sbin directory\n".
" --backup will cause $Program to move the above sbin\n".
" directory out of the way and create a new sbin\n".
" directory in it's place\n";
exit( 1 );
}
}
if( $install_in_place ) {
print "Setting up Condor in $release_dir\n";
}
else {
# Create a process to tar-ify the release directories
print "Installing Condor from $release_src_dir to $release_dir\n";
my $cmd = "cd $release_src_dir; tar cf - " . join( " ", @release_dirs );
open( TARCF, "$cmd|" ) or die "Can't run $cmd (used to copy release)";
$cmd = "tar xf -";
open( TARXF, "|$cmd" ) or die "Can't run $cmd (used to copy release)";
# Read from the "tar cf -", pipe output into the "tar xf -"
while( 1 ) {
my $buffer;
my $size = 1024 * 1024;
my $read_size = sysread( TARCF, $buffer, $size );
last if ( $read_size <= 0 );
my $write_size = syswrite( TARXF, $buffer, $read_size );
if ( $write_size != $read_size ) {
die "Failed copying to $release_dir: $!";
}
}
close( TARCF );
close( TARXF );
}
$global_config{RELEASE_DIR}="$release_dir";
# Create config file, unless one exists
$config_file="$release_dir/etc/condor_config";
# If the config file already exists, we're done
if ( -f $config_file ) {
debug ("\nThis is an upgrade installation. Will not modify config files.\n");
$no_config_modify=1;
return $release_dir;
}
# Create config file
system("cp $release_dir/etc/examples/condor_config.generic $config_file") &&
die "Unable to create condor_config file: $config_file!\n";
if ($opt_local_dir) {
$local_dir=condor_init ($opt_local_dir);
#$append_config{LOCAL_DIR}="$opt_local_dir";
$global_config{LOCAL_DIR}="$opt_local_dir";
} else {
# Set up local directory
$local_dir=condor_init ("$release_dir/local.$host");
#$append_config{LOCAL_DIR}="$release_dir/local.\$(HOSTNAME)";
$global_config{LOCAL_DIR}="$release_dir/local.\$(HOSTNAME)";
}
# Create local config file
$local_config_file="$local_dir/condor_config.local";
(system ("touch $local_config_file") == 0) ||
die "Unable to create local config file: $local_config_file!\n";
$global_config{LOCAL_CONFIG_FILE}="$local_config_file";
# make_personal_condor();
# Don't assume the CONDOR_HOST will be defined (e.g. Condor-G)
#$append_config{CONDOR_HOST}=$host;
$append_config{UID_DOMAIN}="\$(FULL_HOSTNAME)";
$append_config{FILESYSTEM_DOMAIN}="\$(FULL_HOSTNAME)";
$append_config{LOCK}="/tmp/condor-lock.".rand();
# This is necessary so that if no collector host is specified,
# Condor doesn't start using "central-manager-hostname.your.domain"
$global_config{CONDOR_HOST}="";
return $release_dir;
} # sub install()
sub determine_missing_libs
{
my ($progref, $libref, $num_ref) = @_;
my ($p, $ldd, $lib, $loc);
my $status = "able_to_check";
my $line;
# When checking the library dependencies, I turn off the warning that
# open gives me due to use warnings when it can't exec the ldd command
# (because it might not be there on the machine in question). It is
# easier for me to just have the command fail then try various methods
# of discovery to see which one I'm able to run. Just let the control
# flow fall through the failures until something works, or everything
# fails and we do one warning later about it.
PROGRAM: foreach $p ( @{$progref} ) {
# First, we'll try 'ldd' and see if that works... If not, silently
# fail. ldd automatically checked to see if the libraries are
# physically on the machine.
$ldd = "ldd $p";
{ # scoping for turning off the exec warning for the open
no warnings qw(exec);
if ( open( LDD, "$ldd|" ) ) {
while( <LDD> ) {
# Skip it if it is a statically linked binary
next if (/not a dynamic executable/);
if (/^\s+(\S+)\s*=>\s*(.*)/ ) {
$lib = $1;
$loc = $2;
if ( $loc =~ /not found/ ) {
$libref->{$lib} = $loc;
$$num_ref++;
}
}
}
close( LDD );
# It worked, so do the next program
next PROGRAM;
}
}
# Next, we'll try 'otool -L' and see if that works, if not, silently
# fail. Unfortunately, otool -L only prints out the libraries the
# executable depends upon, but doesn't actually check to see if they
# are present on the machine, so we must perform that functionality
# here.
$ldd = "otool -L $p";
{ # scoping for turning off the exec warning for the open
no warnings qw(exec);
if ( open( LDD, "$ldd|" ) ) {
while( <LDD> ) {
if (/No such file or directory/) {
# Hrm, I can't find the programs that I should have
# been shipped with?
die "Internal Error: Can't find program '$p' when it " .
"should have been there. Maybe your " .
"downloaded package is corrupt?";
}
# Grab out the library and check its existence.
# ignore other lines...
if (/^\s+(.*)\s+\(.*$/ ) {
$lib = $1;
# convert @executable_path in the library path
# to the path to the executable
my $executable_path = $p;
$executable_path =~ s|(.*)/[^/]*|$1|;
$lib =~ s|\@executable_path|$executable_path|;
if ( ! -f $lib ) {
$libref->{$lib} = $lib;
$$num_ref++;
}
}
}
close( LDD );
# It worked, so do the next program
next PROGRAM;
}
}
# If the control logic reaches here, it means none of the system
# installed library dependency checking programs we tried here were
# available. We keep track of this fact and print out a nice warning
# message later.
$status = "not_able_to_check";
}
if ($status eq "not_able_to_check") {
warn "WARNING: " .
"Unable to determine if the shared library requirements of our " .
"executables can be satisfied with the shared libraries present " .
"on this machine. Hopefully, your Condor binaries will execute " .
"properly.\n";
}
}
sub find_release_dir( $ ) {
my $path=shift(@_);
if ($path && check_release_dir ($path)) {
return $path;
}
chomp($_ = `which condor_config_val 2>/dev/null`);
if( /^\/.*$/ && !$?) {
chomp($path = `condor_config_val RELEASE_DIR 2>/dev/null`);
if( $? == 0 && check_release_dir($path) ) {
return $path;
}
}
if( check_release_dir("/usr/local/condor") ) {
return "/usr/local/condor";
}
die "Unable to find directory where Condor is installed! \
Please specify it with --install-dir=<dir>\n";
}
sub safe_mkdir($$) {
my ($name,$mode) = @_;
return if -d $name;
my $prev_umask = umask(0);
mkdir($name, $mode)
or die "\nCan't create \"$name\"\n\n";
umask($prev_umask);
}
sub condor_init( $ ) {
my $local_dir = shift(@_);
# Make required local directories
safe_mkdir( "$local_dir", 0755);
safe_mkdir( "$local_dir/log", 0755);
#safe_mkdir( "$local_dir/log/GridLogs, 01777); #world writeable local dir!
safe_mkdir( "$local_dir/spool", 0755);
safe_mkdir( "$local_dir/execute", 01777); #world writeable local dir!
#safe_mkdir( "$local_dir/ViewHist", 0755);
system ("chown -R $owner $local_dir"); # wish Perl could do this natively
return $local_dir;
}
sub check_release_dir( $ ) {
my $dir = shift;
foreach my $sub ("bin", "sbin", "etc") {
my $full = "$dir/$sub";
if ( ! -d $full ) {
print STDERR "Directory $full does not exist\n";
return 0;
}
}
return 1;
}
sub set_mail_settings() {
$append_config{CONDOR_ADMIN}="$who\@$fullhost";
debug ("Setting CONDOR_ADMIN to \"$append_config{CONDOR_ADMIN}\" If this is not your preferred email address, please modify CONDOR_ADMIN in the configuration file");
my $mail_path;
chomp($_ = `uname`);
SWITCH: {
if(/^Linux/) { $mail_path="/usr/bin/mail"; last SWITCH; }
if(/^SunOS/) { $mail_path="/usr/ucb/mail"; last SWITCH; }
if(/^HP-UX/) { $mail_path="/bin/mailx"; last SWITCH; }
if(/^AIX/) { $mail_path="/usr/bin/mail"; last SWITCH; }
if(/^Darwin/) { $mail_path="/usr/bin/mail"; last SWITCH; }
$mail_path="/bin/mail";
}
if (-f $mail_path && -x $mail_path) {
$append_config{MAIL}=$mail_path;
}
else {
foreach $mail_path ( "/bin/mailx", "/usr/sbin/mailx",
"/usr/ucb/mailx", "/usr/bin/mail",
"/usr/ucb/mail", "/bin/mail" ) {
if (-f $mail_path && -x $mail_path) {
$append_config{MAIL}=$mail_path;
last;
}
}
}
if ( $append_config{MAIL} ) {
debug ("Setting mail path to: $append_config{MAIL}");
} else {
warn "\n\n WARNING: Unable to find mail program! Condor will not be \n
able to send status notifications until MAIL parameter is configured.\n";
}
}
# Figure out what to use for UID and FileSystem domain.
sub set_domain_settings() {
debug ("Setting FILESYSTEM_DOMAIN and UID_DOMAIN to $domain");
$append_config{FILESYSTEM_DOMAIN}=$domain;
$append_config{UID_DOMAIN}=$domain;
}
sub set_central_manager ( $ ) {
my $cm=shift(@_);
if (!(gethostbyname($cm))[0]) {
warn "\nWARNING: Unable to contact central manager: $cm!\n";
}
$append_config{CONDOR_HOST}=$cm;
return $cm;
}
sub set_config_values ($$$) {
my ($hashref, $file, $is_local) = @_;
my @keylist=keys (%$hashref);
return if ($#keylist == -1);
&debug ("\nWriting settings to file: $file");
open (TEMP, ">/tmp/set_config_values.temp.$$") || die "Unable to open /tmp/set_config_values.temp.$$ $!\n";
open (SOURCE, "<$file") || die "Unable to open file $file\n";
while (<SOURCE>) {
SWITCH:{
chomp(my $line=$_);
foreach my $key (@keylist) {
my $matches = 0;
if ($line =~ m/^\s*$key\s*=.*/) {
$matches = 1; # matches
} elsif ($line =~ m/^\#\s*$key\s*=.*/) {
$matches = 2; # matches a commented out line
}
if ($matches) {
# if it matches a commented out line, preserve the commented out line (comments show default values)
if ($matches == 2) { print TEMP "$line\n"; }
if (exists $hashref->{$key}) {
my $value=$hashref->{$key};
&debug ("$key=$value");
if ($value) {
print TEMP "$key = $value\n";
}
delete $hashref->{$key};
}
last SWITCH;
}
}
print TEMP "$line\n";
} # SWITCH
}
# Print metaknobs at the top of the 'append here' section
$knobcount = @metaknobs;
if (($knobcount > 0) && $is_local) {
foreach my $knob (@metaknobs) {
my $comment = $comment_hash{$knob};
if ($comment) { print TEMP "$comment\n"; }
print TEMP "$knob\n";
}
print TEMP "\n";
}
# Print out the keys that are in @allparams
# so that we can group them together
foreach my $key (@allparams) {
my $value = $hashref->{$key};
if ($value) {
&debug ("$key=$value");
if ($is_local) {
my $comment = $comment_hash{$key};
if ($comment) {
print TEMP "$comment\n";
}
}
print TEMP "$key = $value\n";
delete $hashref->{$key};
}
}
print TEMP "\n";
# Print out all the remaining values
while (my ($key, $value) = each %$hashref) {
if ($value) {
&debug ("$key=$value");
if ($is_local) {
my $comment = $comment_hash{$key};
if ($comment) {
print TEMP "\n$comment\n";
}
}
print TEMP "$key = $value\n";
}
}
close TEMP;
close SOURCE;
system("mv /tmp/set_config_values.temp.$$ $file") &&
die "Unable to move /tmp/set_config_values.temp.$$ to $file!\n";
}
# Search for default locations for java, and then test to see if it is a
# Sun JVM for the maxheap size argument Java needs in the config files.
# Do a bunch of stuff to make it interactive friendly too.
sub set_java_jvm_path()
{
my $jvm = "";
my @default_jvm_locations = ("/bin/java",
"/usr/bin/java",
"/usr/local/bin/java",
"/s/std/bin/java");
unless (system ("which java >> /dev/null 2>&1")) {
chomp (my $which_java = `which java`);
@default_jvm_locations = ($which_java, @default_jvm_locations) unless ($?);
}
my $java_libdir = "$release_dir/lib";
my $exec_result;
my $default_jvm_location;
# check some default locations for java and pick first valid one
foreach $default_jvm_location (@default_jvm_locations) {
if ( -f $default_jvm_location && -x $default_jvm_location) {
$jvm = $default_jvm_location;
last;
}
}
# if nothing is found, explain that, otherwise see if they just want to
# accept what I found.
if ($jvm eq "") {
log_message( "Unable to find a valid Java installation \
Java Universe will not work properly until the JAVA \
(and JAVA_MAXHEAP_ARGUMENT) parameters are set in the configuration file!" );
return;
}
debug ("Setting JAVA=$jvm");
# Now that we have an executable JVM, see if it is a Sun jvm because that
# JVM it supports the -Xmx argument then, which is used to specify the
# maximum size to which the heap can grow.
# execute a program in the condor lib directory that just got installed.
# We are going to pass an -Xmx flag to it and see if we have a Sun JVM,
# if so, mark that fact for the config file.
my $tmp = $ENV{"CLASSPATH"} || undef; # save CLASSPATH environment
my $java_jvm_maxmem_arg = "";
$ENV{"CLASSPATH"} = $java_libdir;
$exec_result = 0xffff &
system("$jvm -Xmx1024m CondorJavaInfo new 0 > /dev/null 2>&1");
if ($tmp) {
$ENV{"CLASSPATH"} = $tmp;
}
if ($exec_result == 0) {
$java_jvm_maxmem_arg = "-Xmx1024m"; # Sun JVM max heapsize flag
} else {
$java_jvm_maxmem_arg = "";
}
$append_config{JAVA}=$jvm;
$append_config{JAVA_MAXHEAP_ARGUMENT}=$java_jvm_maxmem_arg;
}
#tj-8.2 this is obsolete
#sub make_personal_condor() {
# $daemon_list{COLLECTOR} = 1;
# $daemon_list{NEGOTIATOR} = 1;
# $daemon_list{STARTD} = 1;
# $daemon_list{SCHEDD} = 1;
# $append_config{START}="TRUE";
# $cm=set_central_manager($fullhost);
#}
sub get_config_value($;$) {
my ($key,$cnf_file)=@_;
if (!$cnf_file) { $cnf_file=$config_file };
local $ENV{CONDOR_CONFIG}=$cnf_file;
chomp (my $result = `$release_dir/bin/condor_config_val $key`);
return $result unless $?;
return "";
}
sub debug( $ ) {
my $str=shift;
if ($opt_verbose) {
print "$str\n";
}
}
# control the output order of generated config statements and set comments.
# a \n will be automatically appended when the comment is printed.
#
sub set_config_comments() {
push (@allparams, 'DAEMON_LIST');
push (@allparams, 'CONDOR_HOST');
push (@allparams, 'NETWORK_INTERFACE');
push (@allparams, 'COLLECTOR_HOST');
push (@allparams, 'COLLECTOR_NAME');
$comment_hash{UID_DOMAIN}="\n## What is considered local for UIDs and for files";
push (@allparams, 'UID_DOMAIN');
push (@allparams, 'FILESYSTEM_DOMAIN');
$comment_hash{LOCK}="\n## unique lock file on the local filesystem";
push (@allparams, 'LOCK');
$comment_hash{CONDOR_IDS}="\n## The user/group ID <uid>.<gid> of the \"Condor\" user";
push (@allparams, 'CONDOR_IDS');
$comment_hash{CONDOR_ADMIN}="\n## When something goes wrong with condor at your site, who should get the email?";
push (@allparams, 'CONDOR_ADMIN');
push (@allparams, 'MAIL');
$comment_hash{JAVA}="\n## java";
push (@allparams, 'JAVA');
push (@allparams, 'JAVA_MAXHEAP_ARGUMENT');
}
#tj - as of 8.1.5 the base config has virtually no comments to scrape, so this function does nothing useful
#
sub read_config_file_comments() {
my $current_comment = "";
my $key;
my $found_param = 0;
open (CONFIG, "<$config_file");
while (<CONFIG>) {
if (/^## /) {
$current_comment .= $_;
} elsif (/^#?(\w+)\W*=/) {
$key=$1;
$comment_hash{$key}=$current_comment;
$found_param = 1;
push (@allparams, $key);
} elsif (/^$/) {
if ($found_param) {
$current_comment="";
$found_param = 0;
}
} elsif (/^####/) {
# skip header delimiters
$current_comment="";
}
}
close (CONFIG);
}
# find first occurrence of file in PATH, or undef.
sub which( $ ) {
my $file = shift;
foreach my $path ( split /:/, $ENV{PATH} ) {
my $fullpath = join( '/' , $path, $file);
if ( -x $fullpath ) {
return $fullpath;
}
}
return undef;
}
# Configure myproxy. Condor-G and CredD can use this service to
# auto-refresh GSI credentials. Look for myproxy in the PATH, and add
# to configuration, if found. If the binary is dyanamically linked,
# also add the LD_LIBRARY_PATH to config.
sub myproxy() {
my $myproxy_get_delegation = which "myproxy-get-delegation";
if ($myproxy_get_delegation) {
$append_config{MYPROXY_GET_DELEGATION} = $myproxy_get_delegation;
}
}
# Configure CredD credential management daemon.
sub credd() {
$daemon_list{CREDD} = 1;
# Create/publish credential store directory.
my $cred_dir = "$local_dir/cred_dir";
unless (-d $cred_dir) {
mkdir ($cred_dir, 0700) or die "Create $cred_dir: $!";
}
my $cred_dir_mode = 0700;
chmod $cred_dir_mode, $cred_dir or die "chmod $cred_dir: $!";
$append_config{CRED_STORE_DIR} = '$(LOCAL_DIR)/cred_dir';
unless ( $append_config{MYPROXY_GET_DELEGATION} ) {
warn<<EOF;
myproxy-get-delegation not found in PATH. To enable GSI proxy auto-refresh,
edit MYPROXY_GET_DELEGATION configuration macro.
EOF
}
}
sub log_message( $ )
{
my $message = shift;
if (defined($opt_install_log) && $opt_install_log ne "") {
if ($printed_log_message == 0) {
print wrap("", "", "You should look inside the installation log ",
"for some details about how Condor was installed.\n");
$printed_log_message = 1;
print $logfile "----------------------------------------------------------------------\n\n";
print $logfile "Condor Installation Notes\n\n";
}
}
print $logfile (wrap("", "", $message));
print $logfile "\n";
return;
}
sub usage($) {
my $exit = shift;
print "usage: $Program [options]\n";
foreach my $opt ( @Options ) {
print " " . $opt->{short} . "\n";
}
if ( defined $exit ) {
exit( $exit );
}
}
sub help() {
usage( undef );
print "\n";
foreach my $opt ( @Options ) {
print $opt->{short} . "\n";
print $opt->{long} . "\n";
}
exit( 0 );
}
### Local Variables: ***
### mode:perl ***
### tab-width: 4 ***
### End: ***
|