| 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 | #include <afsconfig.h> |
| 57 | #include <afs/param.h> |
| 58 | |
| 59 | #ifdef IGNORE_SOME_GCC_WARNINGS |
| 60 | # pragma GCC diagnostic warning "-Wdeprecated-declarations" |
| 61 | #endif |
| 62 | |
| 63 | #define VFS1 1 |
| 64 | |
| 65 | #include <afs/stds.h> |
| 66 | |
| 67 | #include <afs/cmd.h> |
| 68 | |
| 69 | #include "afsd.h" |
| 70 | |
| 71 | #include <afs/afs_assert.h> |
| 72 | #include <afs/afsutil.h> |
| 73 | #include <stdlib.h> |
| 74 | #include <stdio.h> |
| 75 | #include <signal.h> |
| 76 | #include <string.h> |
| 77 | #include <stdlib.h> |
| 78 | #include <time.h> |
| 79 | #include <sys/types.h> |
| 80 | #include <sys/stat.h> |
| 81 | #include <sys/file.h> |
| 82 | #include <errno(* __error()).h> |
| 83 | #include <sys/time.h> |
| 84 | #include <sys/wait.h> |
| 85 | |
| 86 | |
| 87 | |
| 88 | #if defined(UKERNEL) && defined(AFS_USR_DARWIN_ENV) |
| 89 | # undef KERNEL |
| 90 | # include <dirent.h> |
| 91 | # define KERNEL |
| 92 | #else |
| 93 | # include <dirent.h> |
| 94 | #endif |
| 95 | |
| 96 | |
| 97 | #ifdef HAVE_SYS_PARAM_H1 |
| 98 | #include <sys/param.h> |
| 99 | #endif |
| 100 | |
| 101 | #ifdef HAVE_SYS_FS_TYPES_H |
| 102 | #include <sys/fs_types.h> |
| 103 | #endif |
| 104 | |
| 105 | #if defined(HAVE_SYS_MOUNT_H1) && !defined(AFS_ARM_DARWIN_ENV) |
| 106 | #include <sys/mount.h> |
| 107 | #endif |
| 108 | |
| 109 | #ifdef HAVE_SYS_FCNTL_H1 |
| 110 | #include <sys/fcntl.h> |
| 111 | #endif |
| 112 | |
| 113 | #ifdef HAVE_SYS_MNTTAB_H |
| 114 | #include <sys/mnttab.h> |
| 115 | #endif |
| 116 | |
| 117 | #ifdef HAVE_SYS_MNTENT_H |
| 118 | #include <sys/mntent.h> |
| 119 | #endif |
| 120 | |
| 121 | #ifdef HAVE_MNTENT_H |
| 122 | #include <mntent.h> |
| 123 | #endif |
| 124 | |
| 125 | #ifdef HAVE_SYS_VFS_H |
| 126 | #include <sys/vfs.h> |
| 127 | #endif |
| 128 | |
| 129 | #ifdef HAVE_SYS_FSTYP_H |
| 130 | #include <sys/fstyp.h> |
| 131 | #endif |
| 132 | |
| 133 | #ifdef HAVE_UNISTD_H1 |
| 134 | #include <unistd.h> |
| 135 | #endif |
| 136 | |
| 137 | #ifdef HAVE_FCNTL_H1 |
| 138 | #include <fcntl.h> |
| 139 | #endif |
| 140 | |
| 141 | #include <netinet/in.h> |
| 142 | #include <afs/afs_args.h> |
| 143 | #include <afs/cellconfig.h> |
| 144 | #include <ctype.h> |
| 145 | #include <afs/afssyscalls.h> |
| 146 | #include <afs/afsutil.h> |
| 147 | #include <afs/sys_prototypes.h> |
| 148 | |
| 149 | #ifdef AFS_SGI61_ENV |
| 150 | #include <unistd.h> |
| 151 | #include <libelf.h> |
| 152 | #include <dwarf.h> |
| 153 | #include <libdwarf.h> |
| 154 | void set_staticaddrs(void); |
| 155 | #endif /* AFS_SGI61_ENV */ |
| 156 | #if defined(AFS_SGI62_ENV) && !defined(AFS_SGI65_ENV) |
| 157 | #include <sym.h> |
| 158 | #include <symconst.h> |
| 159 | #endif |
| 160 | #ifdef AFS_SGI65_ENV |
| 161 | #include <sched.h> |
| 162 | #endif |
| 163 | |
| 164 | #ifdef AFS_DARWIN_ENV |
| 165 | #ifdef AFS_DARWIN80_ENV |
| 166 | #include <sys/ioctl.h> |
| 167 | #include <sys/xattr.h> |
| 168 | #endif |
| 169 | #include <CoreFoundation/CoreFoundation.h> |
| 170 | |
| 171 | #include <SystemConfiguration/SystemConfiguration.h> |
| 172 | #include <SystemConfiguration/SCDynamicStore.h> |
| 173 | |
| 174 | #ifndef AFS_ARM_DARWIN_ENV |
| 175 | #include <IOKit/pwr_mgt/IOPMLib.h> |
| 176 | #include <IOKit/IOMessage.h> |
| 177 | |
| 178 | static io_connect_t root_port; |
| 179 | static IONotificationPortRef notify; |
| 180 | static io_object_t iterator; |
| 181 | #endif |
| 182 | |
| 183 | static CFRunLoopSourceRef source; |
| 184 | |
| 185 | static int event_pid; |
| 186 | |
| 187 | #endif /* AFS_DARWIN_ENV */ |
| 188 | |
| 189 | #if AFS_HAVE_STATVFS1 || defined(HAVE_SYS_STATVFS_H1) |
| 190 | #include <sys/statvfs.h> |
| 191 | #else |
| 192 | #if defined(AFS_SUN_ENV) |
| 193 | #include <sys/vfs.h> |
| 194 | #else |
| 195 | #ifdef HAVE_SYS_STATFS_H |
| 196 | #include <sys/statfs.h> |
| 197 | #endif |
| 198 | #endif |
| 199 | #endif |
| 200 | |
| 201 | #undef VIRTUE |
| 202 | #undef VICE |
| 203 | |
| 204 | |
| 205 | #define CACHEINFOFILE"cacheinfo" "cacheinfo" |
| 206 | #define DCACHEFILE"CacheItems" "CacheItems" |
| 207 | #define VOLINFOFILE"VolumeItems" "VolumeItems" |
| 208 | #define CELLINFOFILE"CellItems" "CellItems" |
| 209 | |
| 210 | #define MAXIPADDRS1024 1024 |
| 211 | |
| 212 | char LclCellName[64]; |
| 213 | |
| 214 | #define MAX_CACHE_LOOPS4 4 |
| 215 | |
| 216 | |
| 217 | |
| 218 | |
| 219 | |
| 220 | |
| 221 | struct in_addr_42 { |
| 222 | union { |
| 223 | struct { |
| 224 | u_char s_b1, s_b2, s_b3, s_b4; |
| 225 | } S_un_b; |
| 226 | struct { |
| 227 | u_short s_w1, s_w2; |
| 228 | } S_un_w; |
| 229 | afs_uint32 S_addr; |
| 230 | } S_un; |
| 231 | }; |
| 232 | |
| 233 | #define mPrintIPAddr(ipaddr)printf("[%d.%d.%d.%d] ", ((struct in_addr_42 *) &(ipaddr) )->S_un.S_un_b.s_b1, ((struct in_addr_42 *) &(ipaddr)) ->S_un.S_un_b.s_b2, ((struct in_addr_42 *) &(ipaddr))-> S_un.S_un_b.s_b3, ((struct in_addr_42 *) &(ipaddr))->S_un .S_un_b.s_b4) printf("[%d.%d.%d.%d] ", \ |
| 234 | ((struct in_addr_42 *) &(ipaddr))->S_un.S_un_b.s_b1, \ |
| 235 | ((struct in_addr_42 *) &(ipaddr))->S_un.S_un_b.s_b2, \ |
| 236 | ((struct in_addr_42 *) &(ipaddr))->S_un.S_un_b.s_b3, \ |
| 237 | ((struct in_addr_42 *) &(ipaddr))->S_un.S_un_b.s_b4) |
| 238 | |
| 239 | |
| 240 | |
| 241 | |
| 242 | static afs_int32 enable_rxbind = 0; |
| 243 | static afs_int32 afs_shutdown = 0; |
| 244 | static afs_int32 cacheBlocks; |
| 245 | static afs_int32 cacheFiles; |
| 246 | static afs_int32 rwpct = 0; |
| 247 | static afs_int32 ropct = 0; |
| 248 | static afs_int32 cacheStatEntries; |
| 249 | static char cacheBaseDir[1024]; |
| 250 | static char confDir[1024]; |
| 251 | static char fullpn_DCacheFile[1024]; |
| 252 | static char fullpn_VolInfoFile[1024]; |
| 253 | static char fullpn_CellInfoFile[1024]; |
| 254 | static char fullpn_CacheInfo[1024]; |
| 255 | static char fullpn_VFile[1024]; |
| 256 | static char *vFilePtr; |
| 257 | static int sawCacheMountDir = 0; |
| 258 | static int sawCacheBaseDir = 0; |
| 259 | static int sawCacheBlocks = 0; |
| 260 | static int sawDCacheSize = 0; |
| 261 | #ifdef AFS_AIX32_ENV |
| 262 | static int sawBiod = 0; |
| 263 | #endif |
| 264 | static int sawCacheStatEntries = 0; |
| 265 | char afsd_cacheMountDir[1024]; |
| 266 | static char rootVolume[64] = "root.afs"; |
| 267 | static afs_int32 cacheSetTime = 0; |
| 268 | #ifdef AFS_XBSD_ENV1 |
| 269 | static int createAndTrunc = O_RDWR0x0002 | O_CREAT0x0200 | O_TRUNC0x0400; |
| 270 | #else |
| 271 | static int createAndTrunc = O_CREAT0x0200 | O_TRUNC0x0400; |
| 272 | #endif |
| 273 | static int ownerRWmode = 0600; |
| 274 | static int filesSet = 0; |
| 275 | static int nFilesPerDir = 2048; |
| 276 | #if defined(AFS_CACHE_BYPASS) |
| 277 | #define AFSD_NDAEMONS2 4 |
| 278 | #else |
| 279 | #define AFSD_NDAEMONS2 2 |
| 280 | #endif |
| 281 | static int nDaemons = AFSD_NDAEMONS2; |
| 282 | static int chunkSize = 0; |
| 283 | static int dCacheSize; |
| 284 | static int vCacheSize = 200; |
| 285 | static int rootVolSet = 0; |
| 286 | int addrNum; |
| 287 | static int cacheFlags = 0; |
| 288 | #ifdef AFS_AIX32_ENV |
| 289 | static int nBiods = 5; |
| 290 | #endif |
| 291 | static int preallocs = 400; |
| 292 | static int enable_peer_stats = 0; |
| 293 | static int enable_process_stats = 0; |
| 294 | static int enable_afsdb = 0; |
| 295 | static int enable_dynroot = 0; |
| 296 | static int enable_fakestat = 0; |
| 297 | static int enable_backuptree = 0; |
| 298 | static int enable_nomount = 0; |
| 299 | static int enable_splitcache = 0; |
| 300 | static int afsd_dynamic_vcaches = 0; |
| 301 | int afsd_verbose = 0; |
| 302 | int afsd_debug = 0; |
| 303 | static int afsd_CloseSynch = 0; |
| 304 | static int rxmaxmtu = 0; |
| 305 | static int rxmaxfrags = 0; |
| 306 | |
| 307 | #ifdef AFS_SGI62_ENV |
| 308 | #define AFSD_INO_Tafs_uint32 ino64_t |
| 309 | #else |
| 310 | #define AFSD_INO_Tafs_uint32 afs_uint32 |
| 311 | #endif |
| 312 | struct afsd_file_list { |
| 313 | int fileNum; |
| 314 | struct afsd_file_list *next; |
| 315 | }; |
| 316 | struct afsd_file_list **cache_dir_filelist = NULL((void *)0); |
| 317 | int *cache_dir_list = NULL((void *)0); |
| 318 | int *dir_for_V = NULL((void *)0); |
| 319 | |
| 320 | |
| 321 | |
| 322 | |
| 323 | #if !defined(AFS_CACHE_VNODE_PATH) && !defined(AFS_LINUX26_ENV) |
| 324 | AFSD_INO_Tafs_uint32 *inode_for_V; |
| 325 | |
| 326 | #endif |
| 327 | int missing_DCacheFile = 1; |
| 328 | int missing_VolInfoFile = 1; |
| 329 | int missing_CellInfoFile = 1; |
| 330 | int afsd_rmtsys = 0; |
| 331 | struct afs_cacheParams cparams; |
| 332 | |
| 333 | int PartSizeOverflow(char *path, int cs); |
| 334 | |
| 335 | #if defined(AFS_SUN510_ENV) && defined(RXK_LISTENER_ENV1) |
| 336 | static void fork_rx_syscall_wait(); |
| 337 | #endif |
| 338 | static void fork_rx_syscall(); |
| 339 | static void fork_syscall(); |
| 340 | |
| 341 | #if defined(AFS_DARWIN_ENV) && !defined(AFS_ARM_DARWIN_ENV) |
| 342 | static void |
| 343 | afsd_sleep_callback(void * refCon, io_service_t service, |
| 344 | natural_t messageType, void * messageArgument ) |
| 345 | { |
| 346 | switch (messageType) { |
| 347 | case kIOMessageCanSystemSleep: |
| 348 | |
| 349 | |
| 350 | |
| 351 | |
| 352 | |
| 353 | IOAllowPowerChange(root_port, (long)messageArgument); |
| 354 | break; |
| 355 | |
| 356 | case kIOMessageSystemWillSleep: |
| 357 | |
| 358 | |
| 359 | IOAllowPowerChange(root_port, (long)messageArgument); |
| 360 | break; |
| 361 | |
| 362 | case kIOMessageSystemWillRestart: |
| 363 | |
| 364 | |
| 365 | IOAllowPowerChange(root_port, (long)messageArgument); |
| 366 | break; |
| 367 | |
| 368 | case kIOMessageSystemWillPowerOn: |
| 369 | case kIOMessageSystemHasPoweredOn: |
| 370 | |
| 371 | |
| 372 | IOAllowPowerChange(root_port, (long)messageArgument); |
| 373 | break; |
| 374 | |
| 375 | default: |
| 376 | IOAllowPowerChange(root_port, (long)messageArgument); |
| 377 | break; |
| 378 | } |
| 379 | } |
| 380 | |
| 381 | static void |
| 382 | afsd_update_addresses(CFRunLoopTimerRef timer, void *info) |
| 383 | { |
| 384 | |
| 385 | afs_uint32 addrbuf[MAXIPADDRS1024], maskbuf[MAXIPADDRS1024], |
| 386 | mtubuf[MAXIPADDRS1024]; |
| 387 | char reason[1024]; |
| 388 | afs_int32 code; |
| 389 | |
| 390 | code = |
| 391 | parseNetFiles(addrbuf, maskbuf, mtubuf, MAXIPADDRS1024, reason, |
| 392 | AFSDIR_CLIENT_NETINFO_FILEPATHgetDirPath(AFSDIR_CLIENT_NETINFO_FILEPATH_ID), |
| 393 | AFSDIR_CLIENT_NETRESTRICT_FILEPATHgetDirPath(AFSDIR_CLIENT_NETRESTRICT_FILEPATH_ID)); |
| 394 | |
| 395 | if (code > 0) { |
| 396 | |
| 397 | code = code | 0x40000000; |
| 398 | afsd_call_syscall(AFSOP_ADVISEADDR17, code, addrbuf, maskbuf, mtubuf); |
| 399 | } else |
| 400 | printf("ADVISEADDR: Error in specifying interface addresses:%s\n", |
| 401 | reason); |
| 402 | |
| 403 | |
| 404 | if (enable_afsdb) |
| 405 | res_init(); |
| 406 | } |
| 407 | |
| 408 | |
| 409 | static void |
| 410 | afsd_ipaddr_callback (SCDynamicStoreRef store, CFArrayRef changed_keys, void *info) |
| 411 | { |
| 412 | CFRunLoopTimerRef timer; |
| 413 | |
| 414 | timer = CFRunLoopTimerCreate (NULL((void *)0), CFAbsoluteTimeGetCurrent () + 1.0, |
| 415 | 0.0, 0, 0, afsd_update_addresses, NULL((void *)0)); |
| 416 | CFRunLoopAddTimer (CFRunLoopGetCurrent (), timer, |
| 417 | kCFRunLoopDefaultMode); |
| 418 | CFRelease (timer); |
| 419 | } |
| 420 | |
| 421 | static void |
| 422 | afsd_event_cleanup(int signo) { |
| 423 | |
| 424 | CFRunLoopRemoveSource(CFRunLoopGetCurrent(), source, kCFRunLoopDefaultMode); |
| 425 | CFRelease (source); |
| 426 | IODeregisterForSystemPower(&iterator); |
| 427 | IOServiceClose(root_port); |
| 428 | IONotificationPortDestroy(notify); |
| 429 | exit(0); |
| 430 | } |
| 431 | |
| 432 | |
| 433 | static void |
| 434 | afsd_install_events(void) |
| 435 | { |
| 436 | SCDynamicStoreContext ctx = {0}; |
| 437 | SCDynamicStoreRef store; |
| 438 | |
| 439 | root_port = IORegisterForSystemPower(0,¬ify,afsd_sleep_callback,&iterator); |
| 440 | |
| 441 | if (root_port) { |
| 442 | CFRunLoopAddSource(CFRunLoopGetCurrent(), |
| 443 | IONotificationPortGetRunLoopSource(notify), |
| 444 | kCFRunLoopDefaultMode); |
| 445 | } |
| 446 | |
| 447 | |
| 448 | store = SCDynamicStoreCreate (NULL((void *)0), |
| 449 | CFSTR ("AddIPAddressListChangeCallbackSCF"), |
| 450 | afsd_ipaddr_callback, &ctx); |
| 451 | |
| 452 | if (store) { |
| 453 | const void *keys[1]; |
| 454 | |
| 455 | |
| 456 | keys[0] = (SCDynamicStoreKeyCreateNetworkServiceEntity |
| 457 | (NULL((void *)0), kSCDynamicStoreDomainState, |
| 458 | kSCCompAnyRegex, kSCEntNetIPv4)); |
| 459 | |
| 460 | #if 0 |
| 461 | |
| 462 | keys[N] = SCDynamicStoreKeyCreateHostNames (NULL((void *)0)); |
| 463 | #endif |
| 464 | |
| 465 | if (keys[0] != NULL((void *)0)) { |
| 466 | CFArrayRef pattern_array; |
| 467 | |
| 468 | pattern_array = CFArrayCreate (NULL((void *)0), keys, 1, |
| 469 | &kCFTypeArrayCallBacks); |
| 470 | |
| 471 | if (pattern_array != NULL((void *)0)) |
| 472 | { |
| 473 | SCDynamicStoreSetNotificationKeys (store, NULL((void *)0), pattern_array); |
| 474 | source = SCDynamicStoreCreateRunLoopSource (NULL((void *)0), store, 0); |
| 475 | |
| 476 | CFRelease (pattern_array); |
| 477 | } |
| 478 | |
| 479 | if (keys[0] != NULL((void *)0)) |
| 480 | CFRelease (keys[0]); |
| 481 | } |
| 482 | |
| 483 | CFRelease (store); |
| 484 | } |
| 485 | |
| 486 | if (source != NULL((void *)0)) { |
| 487 | CFRunLoopAddSource (CFRunLoopGetCurrent(), |
| 488 | source, kCFRunLoopDefaultMode); |
| 489 | } |
| 490 | |
| 491 | signal(SIGTERM15, afsd_event_cleanup); |
| 492 | |
| 493 | CFRunLoopRun(); |
| 494 | } |
| 495 | #endif |
| 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 | int |
| 523 | ParseCacheInfoFile(void) |
| 524 | { |
| 525 | static char rn[] = "ParseCacheInfoFile"; |
| 526 | FILE *cachefd; |
| 527 | int parseResult; |
| 528 | afs_int32 tCacheBlocks; |
| 529 | char tCacheBaseDir[1024], *tbd, tCacheMountDir[1024], *tmd; |
| 530 | |
| 531 | if (afsd_debug) |
| 532 | printf("%s: Opening cache info file '%s'...\n", rn, fullpn_CacheInfo); |
| 533 | |
| 534 | cachefd = fopen(fullpn_CacheInfo, "r"); |
| 535 | if (!cachefd) { |
| 536 | printf("%s: Can't read cache info file '%s'\n", rn, fullpn_CacheInfo); |
| 537 | return (1); |
| 538 | } |
| 539 | |
| 540 | |
| 541 | |
| 542 | |
| 543 | |
| 544 | |
| 545 | |
| 546 | tCacheMountDir[0] = tCacheBaseDir[0] = '\0'; |
| 547 | parseResult = |
| 548 | fscanf(cachefd, "%1024[^:]:%1024[^:]:%d", tCacheMountDir, |
| 549 | tCacheBaseDir, &tCacheBlocks); |
| 550 | |
| 551 | |
| 552 | |
| 553 | |
| 554 | fclose(cachefd); |
| 555 | |
| 556 | if (parseResult == EOF(-1) || parseResult < 3) { |
| 557 | printf("%s: Format error in cache info file!\n", rn); |
| 558 | if (parseResult == EOF(-1)) |
| 559 | printf("\tEOF encountered before any field parsed.\n"); |
| 560 | else |
| 561 | printf("\t%d out of 3 fields successfully parsed.\n", |
| 562 | parseResult); |
| 563 | |
| 564 | return (1); |
| 565 | } |
| 566 | |
| 567 | for (tmd = tCacheMountDir; *tmd == '\n' || *tmd == ' ' || *tmd == '\t'; |
| 568 | tmd++); |
| 569 | for (tbd = tCacheBaseDir; *tbd == '\n' || *tbd == ' ' || *tbd == '\t'; |
| 570 | tbd++); |
| 571 | |
| 572 | if (!sawCacheMountDir) |
| 573 | strcpy(afsd_cacheMountDir, tmd); |
| 574 | if (!sawCacheBaseDir) |
| 575 | strcpy(cacheBaseDir, tbd); |
| 576 | if (!sawCacheBlocks) |
| 577 | cacheBlocks = tCacheBlocks; |
| 578 | |
| 579 | if (afsd_debug) { |
| 580 | printf("%s: Cache info file successfully parsed:\n", rn); |
| 581 | printf |
| 582 | ("\tcacheMountDir: '%s'\n\tcacheBaseDir: '%s'\n\tcacheBlocks: %d\n", |
| 583 | tmd, tbd, tCacheBlocks); |
| 584 | } |
| 585 | if (!(cacheFlags & AFSCALL_INIT_MEMCACHE0x1)) { |
| 586 | return (PartSizeOverflow(tbd, cacheBlocks)); |
| 587 | } |
| 588 | |
| 589 | return (0); |
| 590 | } |
| 591 | |
| 592 | |
| 593 | |
| 594 | |
| 595 | |
| 596 | |
| 597 | |
| 598 | |
| 599 | |
| 600 | |
| 601 | |
| 602 | int |
| 603 | PartSizeOverflow(char *path, int cs) |
| 604 | { |
| 605 | int bsize = -1; |
| 606 | afs_int64 totalblks, mint; |
| 607 | #if AFS_HAVE_STATVFS1 || defined(HAVE_SYS_STATVFS_H1) |
| 608 | struct statvfs statbuf; |
| 609 | |
| 610 | if (statvfs(path, &statbuf) != 0) { |
| 611 | if (afsd_debug) |
| 612 | printf |
| 613 | ("statvfs failed on %s; skip checking for adequate partition space\n", |
| 614 | path); |
| 615 | return 0; |
| 616 | } |
| 617 | totalblks = statbuf.f_blocks; |
| 618 | bsize = statbuf.f_frsize; |
| 619 | #if AFS_AIX51_ENV |
| 620 | if (strcmp(statbuf.f_basetype, "jfs")) { |
| 621 | fprintf(stderr__stderrp, "Cache filesystem '%s' must be jfs (now %s)\n", |
| 622 | path, statbuf.f_basetype); |
| 623 | return 1; |
| 624 | } |
| 625 | #endif /* AFS_AIX51_ENV */ |
| 626 | |
| 627 | #else /* AFS_HAVE_STATVFS */ |
| 628 | struct statfs statbuf; |
| 629 | |
| 630 | if (statfs(path, &statbuf) < 0) { |
| 631 | if (afsd_debug) |
| 632 | printf |
| 633 | ("statfs failed on %s; skip checking for adequate partition space\n", |
| 634 | path); |
| 635 | return 0; |
| 636 | } |
| 637 | totalblks = statbuf.f_blocks; |
| 638 | bsize = statbuf.f_bsize; |
| 639 | #endif |
| 640 | if (bsize == -1) |
| 641 | return 0; |
| 642 | |
| 643 | |
| 644 | if (bsize >= 1024) { |
| 645 | totalblks *= (bsize / 1024); |
| 646 | } else { |
| 647 | totalblks /= (1024 / bsize); |
| 648 | } |
| 649 | |
| 650 | mint = totalblks / 100 * 95; |
| 651 | if (cs > mint) { |
| 652 | printf |
| 653 | ("Cache size (%d) must be less than 95%% of partition size (which is %lld). Lower cache size\n", |
| 654 | cs, mint); |
| 655 | return 1; |
| 656 | } |
| 657 | |
| 658 | return 0; |
| 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 | static int |
| 686 | doGetXFileNumber(char *fname, char filechar, int maxNum) |
| 687 | { |
| 688 | int computedVNumber; |
| 689 | int filenameLen; |
| 690 | int currDigit; |
| 691 | |
| 692 | |
| 693 | |
| 694 | |
| 695 | |
| 696 | filenameLen = strlen(fname); |
| 697 | if (filenameLen < 2) |
| 698 | return (-1); |
| 699 | if (fname[0] != filechar) |
| 700 | return (-1); |
| 701 | if ((filenameLen > 2) && (fname[1] == '0')) |
| 702 | return (-1); |
| 703 | |
| 704 | |
| 705 | |
| 706 | |
| 707 | |
| 708 | for (currDigit = 1; currDigit < filenameLen; currDigit++) |
| 709 | if (isdigit(fname[currDigit])__isctype((fname[currDigit]), 0x00000400L) == 0) |
| 710 | return (-1); |
| 711 | |
| 712 | |
| 713 | |
| 714 | |
| 715 | |
| 716 | computedVNumber = atoi(++fname); |
| 717 | if (computedVNumber < cacheFiles) |
| 718 | return (computedVNumber); |
| 719 | else |
| 720 | return (-1); |
| 721 | } |
| 722 | |
| 723 | int |
| 724 | GetVFileNumber(char *fname, int maxFile) |
| 725 | { |
| 726 | return doGetXFileNumber(fname, 'V', maxFile); |
| 727 | } |
| 728 | |
| 729 | int |
| 730 | GetDDirNumber(char *fname, int maxDir) |
| 731 | { |
| 732 | return doGetXFileNumber(fname, 'D', maxDir); |
| 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 | static int |
| 760 | CreateCacheSubDir(char *basename, int dirNum) |
| 761 | { |
| 762 | static char rn[] = "CreateCacheSubDir"; |
| 763 | char dir[1024]; |
| 764 | int ret; |
| 765 | |
| 766 | |
| 767 | sprintf(dir, "%s/D%d", basename, dirNum); |
| 768 | |
| 769 | if (afsd_debug) |
| 770 | printf("%s: Creating cache subdir '%s'\n", rn, dir); |
| 771 | |
| 772 | if ((ret = mkdir(dir, 0700)) != 0) { |
| 773 | printf("%s: Can't create '%s', error return is %d (%d)\n", rn, dir, |
| 774 | ret, errno(* __error())); |
| 775 | if (errno(* __error()) != EEXIST17) |
| 776 | return (-1); |
| 777 | } |
| 778 | |
| 779 | |
| 780 | cache_dir_list[dirNum] = 0; |
| 781 | |
| 782 | |
| 783 | return (0); |
| 784 | } |
| 785 | |
| 786 | static void |
| 787 | SetNoBackupAttr(char *fullpn) |
| 788 | { |
| 789 | #ifdef AFS_DARWIN80_ENV |
| 790 | int ret; |
| 791 | |
| 792 | ret = setxattr(fullpn, "com.apple.metadata:com_apple_backup_excludeItem", |
| 793 | "com.apple.backupd", strlen("com.apple.backupd"), 0, |
| 794 | XATTR_CREATE); |
| 795 | if(ret < 0) |
| 796 | { |
| 797 | if(errno(* __error()) != EEXIST17) |
| 798 | fprintf(stderr__stderrp, "afsd: Warning: failed to set attribute to preclude cache backup: %s\n", strerror(errno(* __error()))); |
| 799 | } |
| 800 | #endif |
| 801 | return; |
| 802 | } |
| 803 | |
| 804 | static int |
| 805 | MoveCacheFile(char *basename, int fromDir, int toDir, int cacheFile, |
| 806 | int maxDir) |
| 807 | { |
| 808 | static char rn[] = "MoveCacheFile"; |
| 809 | char from[1024], to[1024]; |
| 810 | int ret; |
| 811 | |
| 812 | if (cache_dir_list[toDir] < 0 |
| 813 | && (ret = CreateCacheSubDir(basename, toDir))) { |
| 814 | printf("%s: Can't create directory '%s/D%d'\n", rn, basename, toDir); |
| 815 | return ret; |
| 816 | } |
| 817 | |
| 818 | |
| 819 | if (fromDir < 0) { |
| 820 | |
| 821 | snprintf(from, sizeof(from), "%s/V%d", basename, cacheFile); |
| 822 | } else { |
| 823 | snprintf(from, sizeof(from), "%s/D%d/V%d", basename, fromDir, |
| 824 | cacheFile); |
| 825 | } |
| 826 | |
| 827 | snprintf(to, sizeof(from), "%s/D%d/V%d", basename, toDir, cacheFile); |
| 828 | |
| 829 | if (afsd_verbose) |
| 830 | printf("%s: Moving cacheFile from '%s' to '%s'\n", rn, from, to); |
| 831 | |
| 832 | if ((ret = rename(from, to)) != 0) { |
| 833 | printf("%s: Can't rename '%s' to '%s', error return is %d (%d)\n", rn, |
| 834 | from, to, ret, errno(* __error())); |
| 835 | return -1; |
| 836 | } |
| 837 | SetNoBackupAttr(to); |
| 838 | |
| 839 | |
| 840 | dir_for_V[cacheFile] = toDir; |
| 841 | cache_dir_list[toDir]++; |
| 842 | if (fromDir < maxDir && fromDir >= 0) |
| 843 | cache_dir_list[fromDir]--; |
| 844 | |
| 845 | return 0; |
| 846 | } |
| 847 | |
| 848 | int |
| 849 | CreateCacheFile(char *fname, struct stat *statp) |
| 850 | { |
| 851 | static char rn[] = "CreateCacheFile"; |
| 852 | int cfd; |
| 853 | int closeResult; |
| 854 | |
| 855 | if (afsd_debug) |
| 856 | printf("%s: Creating cache file '%s'\n", rn, fname); |
| 857 | cfd = open(fname, createAndTrunc, ownerRWmode); |
| 858 | if (cfd <= 0) { |
| 859 | printf("%s: Can't create '%s', error return is %d (%d)\n", rn, fname, |
| 860 | cfd, errno(* __error())); |
| 861 | return (-1); |
| 862 | } |
| 863 | if (statp != NULL((void *)0)) { |
| 864 | closeResult = fstat(cfd, statp); |
| 865 | if (closeResult) { |
| 866 | printf |
| 867 | ("%s: Can't stat newly-created AFS cache file '%s' (code %d)\n", |
| 868 | rn, fname, errno(* __error())); |
| 869 | return (-1); |
| 870 | } |
| 871 | } |
| 872 | closeResult = close(cfd); |
| 873 | if (closeResult) { |
| 874 | printf |
| 875 | ("%s: Can't close newly-created AFS cache file '%s' (code %d)\n", |
| 876 | rn, fname, errno(* __error())); |
| 877 | return (-1); |
| 878 | } |
| 879 | |
| 880 | return (0); |
| 881 | } |
| 882 | |
| 883 | static void |
| 884 | CreateFileIfMissing(char *fullpn, int missing) |
| 885 | { |
| 886 | if (missing) { |
| 887 | if (CreateCacheFile(fullpn, NULL((void *)0))) |
| 888 | printf("CreateFileIfMissing: Can't create '%s'\n", fullpn); |
| 889 | } |
| 890 | } |
| 891 | |
| 892 | static void |
| 893 | UnlinkUnwantedFile(char *rn, char *fullpn_FileToDelete, char *fileToDelete) |
| 894 | { |
| 895 | if (unlink(fullpn_FileToDelete)) { |
| 896 | if ((errno(* __error()) == EISDIR21 || errno(* __error()) == EPERM1) && *fileToDelete == 'D') { |
| 897 | if (rmdir(fullpn_FileToDelete)) { |
| 898 | printf("%s: Can't rmdir '%s', errno is %d\n", rn, |
| 899 | fullpn_FileToDelete, errno(* __error())); |
| 900 | } |
| 901 | } else |
| 902 | printf("%s: Can't unlink '%s', errno is %d\n", rn, |
| 903 | fullpn_FileToDelete, errno(* __error())); |
| 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 | static int |
| 937 | doSweepAFSCache(int *vFilesFound, |
| 938 | char *directory, |
| 939 | int dirNum, |
| 940 | int maxDir) |
| 941 | { |
| 942 | static char rn[] = "doSweepAFSCache"; |
| 943 | char fullpn_FileToDelete[1024]; |
| 944 | char *fileToDelete; |
| 945 | DIR *cdirp; |
| 946 | #ifdef AFS_SGI62_ENV |
| 947 | struct dirent64 *currp; |
| 948 | #else |
| 949 | struct dirent *currp; |
| 950 | #endif |
| 951 | int vFileNum; |
| 952 | int thisDir; |
| 953 | int highDir = 0; |
| 954 | |
| 955 | if (afsd_debug) |
| 956 | printf("%s: Opening cache directory '%s'\n", rn, directory); |
| 957 | |
| 958 | if (chmod(directory, 0700)) { |
| 959 | printf("%s: Can't 'chmod 0700' the cache dir, '%s'.\n", rn, |
| 960 | directory); |
| 961 | return (-1); |
| 962 | } |
| 963 | cdirp = opendir(directory); |
| 964 | if (cdirp == (DIR *) 0) { |
| 965 | printf("%s: Can't open AFS cache directory, '%s'.\n", rn, directory); |
| 966 | return (-1); |
| 967 | } |
| 968 | |
| 969 | |
| 970 | |
| 971 | |
| 972 | |
| 973 | |
| 974 | |
| 975 | |
| 976 | sprintf(fullpn_FileToDelete, "%s/", directory); |
| 977 | fileToDelete = fullpn_FileToDelete + strlen(fullpn_FileToDelete); |
| 978 | |
| 979 | #ifdef AFS_SGI62_ENV |
| 980 | for (currp = readdir64(cdirp); currp; currp = readdir64(cdirp)) |
| 981 | #else |
| 982 | for (currp = readdir(cdirp); currp; currp = readdir(cdirp)) |
| 983 | #endif |
| 984 | { |
| 985 | if (afsd_debug) { |
| 986 | printf("%s: Current directory entry:\n", rn); |
| 987 | #if defined(AFS_SGI62_ENV) || defined(AFS_DARWIN90_ENV) |
| 988 | printf("\tinode=%" AFS_INT64_FMT"lld" ", reclen=%d, name='%s'\n", currp->d_inod_fileno, |
| 989 | currp->d_reclen, currp->d_name); |
| 990 | #elif defined(AFS_DFBSD_ENV) || defined(AFS_USR_DFBSD_ENV) |
| 991 | printf("\tinode=%ld, name='%s'\n", (long)currp->d_inod_fileno, currp->d_name); |
| 992 | #else |
| 993 | printf("\tinode=%ld, reclen=%d, name='%s'\n", (long)currp->d_inod_fileno, |
| 994 | currp->d_reclen, currp->d_name); |
| 995 | #endif |
| 996 | } |
| 997 | |
| 998 | |
| 999 | |
| 1000 | |
| 1001 | |
| 1002 | |
| 1003 | |
| 1004 | |
| 1005 | if (*(currp->d_name) == 'V' |
| 1006 | && ((vFileNum = GetVFileNumber(currp->d_name, cacheFiles)) >= |
| 1007 | 0)) { |
| 1008 | |
| 1009 | |
| 1010 | |
| 1011 | |
| 1012 | |
| 1013 | #if !defined(AFS_CACHE_VNODE_PATH) && !defined(AFS_LINUX26_ENV) |
| 1014 | inode_for_V[vFileNum] = currp->d_inod_fileno; |
| 1015 | #endif |
| 1016 | dir_for_V[vFileNum] = dirNum; |
| 1017 | |
| 1018 | if (!maxDir) { |
| 1019 | |
| 1020 | |
| 1021 | |
| 1022 | assert(dirNum >= 0)do{if (!(dirNum >= 0)) AssertionFailed("afsd.c", 1022);}while (0); |
| 1023 | cache_dir_list[dirNum]++; |
| 1024 | if (cache_dir_list[dirNum] > nFilesPerDir) { |
| 1025 | |
| 1026 | struct afsd_file_list *tmp = (struct afsd_file_list *) |
| 1027 | malloc(sizeof(*tmp)); |
| 1028 | if (!tmp) |
| 1029 | printf |
| 1030 | ("%s: MALLOC FAILED allocating file_list entry\n", |
| 1031 | rn); |
| 1032 | else { |
| 1033 | tmp->fileNum = vFileNum; |
| 1034 | tmp->next = cache_dir_filelist[dirNum]; |
| 1035 | cache_dir_filelist[dirNum] = tmp; |
| 1036 | } |
| 1037 | } |
| 1038 | } |
| 1039 | (*vFilesFound)++; |
| 1040 | } else if (dirNum < 0 && (*(currp->d_name) == 'D') |
| 1041 | && GetDDirNumber(currp->d_name, 1 << 30) >= 0) { |
| 1042 | int retval = 0; |
| 1043 | if ((vFileNum = GetDDirNumber(currp->d_name, maxDir)) >= 0) { |
| 1044 | |
| 1045 | |
| 1046 | |
| 1047 | retval = 1; |
| 1048 | } else if ((vFileNum = GetDDirNumber(currp->d_name, 1 << 30)) >= |
| 1049 | 0) { |
| 1050 | |
| 1051 | |
| 1052 | |
| 1053 | |
| 1054 | |
| 1055 | retval = 2; |
| 1056 | } |
| 1057 | |
| 1058 | |
| 1059 | if (vFileNum > highDir) |
| 1060 | highDir = vFileNum; |
| 1061 | |
| 1062 | |
| 1063 | if (retval == 1) |
| 1064 | cache_dir_list[vFileNum] = 0; |
| 1065 | |
| 1066 | |
| 1067 | sprintf(fileToDelete, "%s", currp->d_name); |
| 1068 | |
| 1069 | |
| 1070 | retval = |
| 1071 | doSweepAFSCache(vFilesFound, fullpn_FileToDelete, vFileNum, |
| 1072 | (retval == 1 ? 0 : -1)); |
| 1073 | if (retval) { |
| 1074 | printf("%s: Recursive sweep failed on directory %s\n", rn, |
| 1075 | currp->d_name); |
| 1076 | return retval; |
| 1077 | } |
| 1078 | } else if (dirNum < 0 && strcmp(currp->d_name, DCACHEFILE"CacheItems") == 0) { |
| 1079 | |
| 1080 | |
| 1081 | |
| 1082 | missing_DCacheFile = 0; |
| 1083 | SetNoBackupAttr(fullpn_DCacheFile); |
| 1084 | } else if (dirNum < 0 && strcmp(currp->d_name, VOLINFOFILE"VolumeItems") == 0) { |
| 1085 | |
| 1086 | |
| 1087 | |
| 1088 | missing_VolInfoFile = 0; |
| 1089 | SetNoBackupAttr(fullpn_VolInfoFile); |
| 1090 | } else if (dirNum < 0 && strcmp(currp->d_name, CELLINFOFILE"CellItems") == 0) { |
| 1091 | |
| 1092 | |
| 1093 | |
| 1094 | missing_CellInfoFile = 0; |
| 1095 | SetNoBackupAttr(fullpn_CellInfoFile); |
| 1096 | } else if ((strcmp(currp->d_name, ".") == 0) |
| 1097 | || (strcmp(currp->d_name, "..") == 0) || |
| 1098 | #ifdef AFS_DECOSF_ENV |
| 1099 | |
| 1100 | (strcmp(currp->d_name, ".tags") == 0) |
| 1101 | || (strcmp(currp->d_name, "quota.user") == 0) |
| 1102 | || (strcmp(currp->d_name, "quota.group") == 0) || |
| 1103 | #endif |
| 1104 | #ifdef AFS_LINUX22_ENV |
| 1105 | |
| 1106 | (strcmp(currp->d_name, ".journal") == 0) || |
| 1107 | #endif |
| 1108 | (strcmp(currp->d_name, "lost+found") == 0)) { |
| 1109 | |
| 1110 | |
| 1111 | |
| 1112 | } else { |
| 1113 | |
| 1114 | |
| 1115 | |
| 1116 | sprintf(fileToDelete, "%s", currp->d_name); |
| 1117 | if (afsd_verbose) |
| 1118 | printf("%s: Deleting '%s'\n", rn, fullpn_FileToDelete); |
| 1119 | UnlinkUnwantedFile(rn, fullpn_FileToDelete, fileToDelete); |
| 1120 | } |
| 1121 | } |
| 1122 | |
| 1123 | if (dirNum < 0) { |
| 1124 | |
| 1125 | |
| 1126 | |
| 1127 | |
| 1128 | CreateFileIfMissing(fullpn_DCacheFile, missing_DCacheFile); |
| 1129 | CreateFileIfMissing(fullpn_VolInfoFile, missing_VolInfoFile); |
| 1130 | CreateFileIfMissing(fullpn_CellInfoFile, missing_CellInfoFile); |
| 1131 | |
| 1132 | |
| 1133 | |
| 1134 | |
| 1135 | |
| 1136 | |
| 1137 | |
| 1138 | |
| 1139 | |
| 1140 | thisDir = 0; |
| 1141 | |
| 1142 | for (vFileNum = 0; vFileNum < cacheFiles; vFileNum++) { |
| 1143 | if (dir_for_V[vFileNum] == -1) { |
| 1144 | |
| 1145 | |
| 1146 | |
| 1147 | while (thisDir < maxDir |
| 1148 | && cache_dir_list[thisDir] >= nFilesPerDir) |
| 1149 | thisDir++; |
| 1150 | if (thisDir >= maxDir) |
| 1151 | printf("%s: can't find directory to create V%d\n", rn, |
| 1152 | vFileNum); |
| 1153 | else { |
| 1154 | struct stat statb; |
| 1155 | #if !defined(AFS_CACHE_VNODE_PATH) && !defined(AFS_LINUX26_ENV) |
| 1156 | assert(inode_for_V[vFileNum] == (AFSD_INO_T) 0)do{if (!(inode_for_V[vFileNum] == (afs_uint32) 0)) AssertionFailed ("afsd.c", 1156);}while(0); |
| 1157 | #endif |
| 1158 | sprintf(vFilePtr, "D%d/V%d", thisDir, vFileNum); |
| 1159 | if (afsd_verbose) |
| 1160 | printf("%s: Creating '%s'\n", rn, fullpn_VFile); |
| 1161 | if (cache_dir_list[thisDir] < 0 |
| 1162 | && CreateCacheSubDir(directory, thisDir)) |
| 1163 | printf("%s: Can't create directory for '%s'\n", rn, |
| 1164 | fullpn_VFile); |
| 1165 | if (CreateCacheFile(fullpn_VFile, &statb)) |
| 1166 | printf("%s: Can't create '%s'\n", rn, fullpn_VFile); |
| 1167 | else { |
| 1168 | #if !defined(AFS_CACHE_VNODE_PATH) && !defined(AFS_LINUX26_ENV) |
| 1169 | inode_for_V[vFileNum] = statb.st_ino; |
| 1170 | #endif |
| 1171 | dir_for_V[vFileNum] = thisDir; |
| 1172 | cache_dir_list[thisDir]++; |
| 1173 | (*vFilesFound)++; |
| 1174 | } |
| 1175 | SetNoBackupAttr(fullpn_VFile); |
| 1176 | } |
| 1177 | |
| 1178 | } else if (dir_for_V[vFileNum] >= maxDir |
| 1179 | || dir_for_V[vFileNum] == -2) { |
| 1180 | |
| 1181 | |
| 1182 | |
| 1183 | while (thisDir < maxDir |
| 1184 | && cache_dir_list[thisDir] >= nFilesPerDir) |
| 1185 | thisDir++; |
| 1186 | if (thisDir >= maxDir) |
| 1187 | printf("%s: can't find directory to move V%d\n", rn, |
| 1188 | vFileNum); |
| 1189 | else { |
| 1190 | if (MoveCacheFile |
| 1191 | (directory, dir_for_V[vFileNum], thisDir, vFileNum, |
| 1192 | maxDir)) { |
| 1193 | |
| 1194 | |
| 1195 | } |
| 1196 | } |
| 1197 | } |
| 1198 | } |
| 1199 | |
| 1200 | |
| 1201 | |
| 1202 | |
| 1203 | |
| 1204 | |
| 1205 | |
| 1206 | |
| 1207 | |
| 1208 | for (dirNum = 0; dirNum < maxDir; dirNum++) { |
| 1209 | struct afsd_file_list *thisFile; |
| 1210 | |
| 1211 | for (thisFile = cache_dir_filelist[dirNum]; |
| 1212 | thisFile && cache_dir_list[dirNum] >= nFilesPerDir; |
| 1213 | thisFile = thisFile->next) { |
| 1214 | while (thisDir < maxDir |
| 1215 | && cache_dir_list[thisDir] >= nFilesPerDir) |
| 1216 | thisDir++; |
| 1217 | if (thisDir >= maxDir) |
| 1218 | printf("%s: can't find directory to move V%d\n", rn, |
| 1219 | vFileNum); |
| 1220 | else { |
| 1221 | if (MoveCacheFile |
| 1222 | (directory, dirNum, thisDir, thisFile->fileNum, |
| 1223 | maxDir)) { |
| 1224 | |
| 1225 | |
| 1226 | } |
| 1227 | } |
| 1228 | } |
| 1229 | } |
| 1230 | |
| 1231 | |
| 1232 | for (; highDir >= maxDir; highDir--) { |
| 1233 | sprintf(fileToDelete, "D%d", highDir); |
| 1234 | UnlinkUnwantedFile(rn, fullpn_FileToDelete, fileToDelete); |
| 1235 | } |
| 1236 | } |
| 1237 | |
| 1238 | |
| 1239 | |
| 1240 | |
| 1241 | |
| 1242 | if (afsd_debug) |
| 1243 | printf("%s: Closing cache directory.\n", rn); |
| 1244 | closedir(cdirp); |
| 1245 | return (0); |
| 1246 | } |
| 1247 | |
| 1248 | char * |
| 1249 | CheckCacheBaseDir(char *dir) |
| 1250 | { |
| 1251 | struct stat statbuf; |
| 1252 | |
| 1253 | if (!dir) { |
| 1254 | return "cache base dir not specified"; |
| 1255 | } |
| 1256 | if (stat(dir, &statbuf) != 0) { |
| 1257 | return "unable to stat cache base directory"; |
| 1258 | } |
| 1259 | |
| 1260 | |
| 1261 | |
| 1262 | #ifdef AFS_LINUX24_ENV |
| 1263 | { |
| 1264 | int res; |
| 1265 | struct statfs statfsbuf; |
| 1266 | |
| 1267 | res = statfs(dir, &statfsbuf); |
| 1268 | if (res != 0) { |
| 1269 | return "unable to statfs cache base directory"; |
| 1270 | } |
| 1271 | #if !defined(AFS_LINUX26_ENV) |
| 1272 | if (statfsbuf.f_type == 0x52654973) { |
| 1273 | return "cannot use reiserfs as cache partition"; |
| 1274 | } else if (statfsbuf.f_type == 0x58465342) { |
| 1275 | return "cannot use xfs as cache partition"; |
| 1276 | } else if (statfsbuf.f_type == 0x01021994) { |
| 1277 | return "cannot use tmpfs as cache partition"; |
| 1278 | } else if (statfsbuf.f_type != 0xEF53) { |
| 1279 | return "must use ext2 or ext3 for cache partition"; |
| 1280 | } |
| 1281 | #endif |
| 1282 | } |
| 1283 | #endif |
| 1284 | |
| 1285 | #ifdef AFS_HPUX_ENV |
| 1286 | { |
| 1287 | int res; |
| 1288 | struct statfs statfsbuf; |
| 1289 | char name[FSTYPSZ]; |
| 1290 | |
| 1291 | res = statfs(dir, &statfsbuf); |
| 1292 | if (res != 0) { |
| 1293 | return "unable to statfs cache base directory"; |
| 1294 | } |
| 1295 | |
| 1296 | if (sysfs(GETFSTYP, statfsbuf.f_fsid[1], name) != 0) { |
| 1297 | return "unable to determine filesystem type for cache base dir"; |
| 1298 | } |
| 1299 | |
| 1300 | if (strcmp(name, "hfs")) { |
| 1301 | return "can only use hfs filesystem for cache partition on hpux"; |
| 1302 | } |
| 1303 | } |
| 1304 | #endif |
| 1305 | |
| 1306 | #ifdef AFS_SUN5_ENV |
| 1307 | { |
| 1308 | FILE *vfstab; |
| 1309 | struct mnttab mnt; |
| 1310 | struct stat statmnt, statci; |
| 1311 | |
| 1312 | if ((stat(dir, &statci) == 0) |
| 1313 | && ((vfstab = fopen(MNTTAB, "r")) != NULL((void *)0))) { |
| 1314 | while (getmntent(vfstab, &mnt) == 0) { |
| 1315 | if (strcmp(dir, mnt.mnt_mountp) != 0) { |
| 1316 | char *cp; |
| 1317 | int rdev = 0; |
| 1318 | |
| 1319 | if (cp = hasmntopt(&mnt, "dev=")) |
| 1320 | rdev = |
| 1321 | (int)strtol(cp + strlen("dev="), (char **)NULL((void *)0), |
| 1322 | 16); |
| 1323 | |
| 1324 | if ((rdev == 0) && (stat(mnt.mnt_mountp, &statmnt) == 0)) |
| 1325 | rdev = statmnt.st_dev; |
| 1326 | |
| 1327 | if ((rdev == statci.st_dev) |
| 1328 | && (hasmntopt(&mnt, "logging") != NULL((void *)0))) { |
| 1329 | |
| 1330 | fclose(vfstab); |
| 1331 | return |
| 1332 | "mounting a multi-use partition which contains the AFS cache with the\n\"logging\" option may deadlock your system.\n\n"; |
| 1333 | } |
| 1334 | } |
| 1335 | } |
| 1336 | |
| 1337 | fclose(vfstab); |
| 1338 | } |
| 1339 | } |
| 1340 | #endif |
| 1341 | |
| 1342 | return NULL((void *)0); |
| 1343 | } |
| 1344 | |
| 1345 | int |
| 1346 | SweepAFSCache(int *vFilesFound) |
| 1347 | { |
| 1348 | static char rn[] = "SweepAFSCache"; |
| 1349 | int maxDir = (cacheFiles + nFilesPerDir - 1) / nFilesPerDir; |
| 1350 | int i; |
| 1351 | |
| 1352 | *vFilesFound = 0; |
| 1353 | |
| 1354 | if (cacheFlags & AFSCALL_INIT_MEMCACHE0x1) { |
| 1355 | if (afsd_debug) |
| 1356 | printf("%s: Memory Cache, no cache sweep done\n", rn); |
| 1357 | return 0; |
| 1358 | } |
| 1359 | |
| 1360 | if (cache_dir_list == NULL((void *)0)) { |
| 1361 | cache_dir_list = (int *)malloc(maxDir * sizeof(*cache_dir_list)); |
| 1362 | if (cache_dir_list == NULL((void *)0)) { |
| 1363 | printf("%s: Malloc Failed!\n", rn); |
| 1364 | return (-1); |
| 1365 | } |
| 1366 | for (i = 0; i < maxDir; i++) |
| 1367 | cache_dir_list[i] = -1; |
| 1368 | } |
| 1369 | |
| 1370 | if (cache_dir_filelist == NULL((void *)0)) { |
| 1371 | cache_dir_filelist = (struct afsd_file_list **) |
| 1372 | malloc(maxDir * sizeof(*cache_dir_filelist)); |
| 1373 | if (cache_dir_filelist == NULL((void *)0)) { |
| 1374 | printf("%s: Malloc Failed!\n", rn); |
| 1375 | return (-1); |
| 1376 | } |
| 1377 | memset(cache_dir_filelist, 0, maxDir * sizeof(*cache_dir_filelist)); |
| 1378 | } |
| 1379 | |
| 1380 | if (dir_for_V == NULL((void *)0)) { |
| 1381 | dir_for_V = (int *)malloc(cacheFiles * sizeof(*dir_for_V)); |
| 1382 | if (dir_for_V == NULL((void *)0)) { |
| 1383 | printf("%s: Malloc Failed!\n", rn); |
| 1384 | return (-1); |
| 1385 | } |
| 1386 | for (i = 0; i < cacheFiles; i++) |
| 1387 | dir_for_V[i] = -1; |
| 1388 | } |
| 1389 | |
| 1390 | |
| 1391 | |
| 1392 | |
| 1393 | |
| 1394 | |
| 1395 | |
| 1396 | |
| 1397 | return doSweepAFSCache(vFilesFound, cacheBaseDir, -2, maxDir); |
| 1398 | } |
| 1399 | |
| 1400 | static int |
| 1401 | ConfigCell(struct afsconf_cell *aci, void *arock, struct afsconf_dir *adir) |
| 1402 | { |
| 1403 | int isHomeCell; |
| 1404 | int i, code; |
| 1405 | afs_int32 cellFlags = 0; |
| 1406 | afs_int32 hosts[MAXHOSTSPERCELL8]; |
| 1407 | |
| 1408 | |
| 1409 | isHomeCell = (strcmp(aci->name, LclCellName) == 0); |
| 1410 | if (!isHomeCell) { |
| 1411 | cellFlags = 2; |
| 1412 | if (enable_dynroot == 2) |
| 1413 | cellFlags |= 8; |
| 1414 | } |
| 1415 | |
| 1416 | for (i = 0; i < MAXHOSTSPERCELL8; i++) |
| 1417 | memcpy(&hosts[i], &aci->hostAddr[i].sin_addr, sizeof(afs_int32)); |
| 1418 | |
| 1419 | if (aci->linkedCell) |
| 1420 | cellFlags |= 4; |
| 1421 | |
| 1422 | |
| 1423 | |
| 1424 | code = afsd_call_syscall(AFSOP_ADDCELL229, hosts, |
| 1425 | aci->name, |
| 1426 | cellFlags, |
| 1427 | aci->linkedCell); |
| 1428 | if (code) |
| 1429 | printf("Adding cell '%s': error %d\n", aci->name, code); |
| 1430 | return 0; |
| 1431 | } |
| 1432 | |
| 1433 | static int |
| 1434 | ConfigCellAlias(struct afsconf_cellalias *aca, |
| 1435 | void *arock, struct afsconf_dir *adir) |
| 1436 | { |
| 1437 | |
| 1438 | afsd_call_syscall(AFSOP_ADDCELLALIAS32, aca->aliasName, aca->realName); |
| 1439 | return 0; |
| 1440 | } |
| 1441 | |
| 1442 | static void |
| 1443 | AfsdbLookupHandler(void) |
| 1444 | { |
| 1445 | afs_int32 kernelMsg[64]; |
| 1446 | char acellName[128]; |
| 1447 | afs_int32 code; |
| 1448 | struct afsconf_cell acellInfo; |
| 1449 | int i; |
| 1450 | |
| 1451 | kernelMsg[0] = 0; |
| 1452 | kernelMsg[1] = 0; |
| 1453 | acellName[0] = '\0'; |
| 1454 | |
| 1455 | #if defined(AFS_DARWIN_ENV) && !defined(AFS_ARM_DARWIN_ENV) |
| 1456 | |
| 1457 | code = fork(); |
| 1458 | if (code == 0) { |
| 1459 | afsd_install_events(); |
| 1460 | return; |
| 1461 | } else if (code != -1) { |
| 1462 | event_pid = code; |
| 1463 | } |
| 1464 | #endif |
| 1465 | while (1) { |
| 1466 | |
| 1467 | int sizeArg = ((sizeof acellName) << 16) | (sizeof kernelMsg); |
| 1468 | code = |
| 1469 | afsd_call_syscall(AFSOP_AFSDB_HANDLER30, acellName, kernelMsg, sizeArg); |
| 1470 | if (code) { |
| 1471 | sleep(1); |
| 1472 | continue; |
| 1473 | } |
| 1474 | |
| 1475 | if (*acellName == 1) |
| 1476 | break; |
| 1477 | |
| 1478 | code = afsconf_GetAfsdbInfo(acellName, 0, &acellInfo); |
| 1479 | if (code) { |
| 1480 | kernelMsg[0] = 0; |
| 1481 | kernelMsg[1] = 0; |
| 1482 | } else { |
| 1483 | kernelMsg[0] = acellInfo.numServers; |
| 1484 | if (acellInfo.timeout) |
| 1485 | kernelMsg[1] = acellInfo.timeout - time(0); |
| 1486 | else |
| 1487 | kernelMsg[1] = 0; |
| 1488 | for (i = 0; i < acellInfo.numServers; i++) |
| 1489 | kernelMsg[i + 2] = acellInfo.hostAddr[i].sin_addr.s_addr; |
| 1490 | strncpy(acellName, acellInfo.name, sizeof(acellName)); |
| 1491 | acellName[sizeof(acellName) - 1] = '\0'; |
| 1492 | } |
| 1493 | } |
| 1494 | #ifdef AFS_DARWIN_ENV |
| 1495 | kill(event_pid, SIGTERM15); |
| 1496 | #endif |
| 1497 | } |
| 1498 | |
| 1499 | #ifdef AFS_DARWIN_ENV |
| 1500 | static void |
| 1501 | BkgHandler(void) |
| 1502 | { |
| 1503 | afs_int32 code; |
| 1504 | struct afs_uspc_param *uspc; |
| 1505 | char srcName[256]; |
| 1506 | char dstName[256]; |
| 1507 | |
| 1508 | uspc = (struct afs_uspc_param *)malloc(sizeof(struct afs_uspc_param)); |
| 1509 | memset(uspc, 0, sizeof(struct afs_uspc_param)); |
| 1510 | memset(srcName, 0, sizeof(srcName)); |
| 1511 | memset(dstName, 0, sizeof(dstName)); |
| 1512 | |
| 1513 | |
| 1514 | uspc->ts = -1; |
| 1515 | |
| 1516 | while (1) { |
| 1517 | pid_t child = 0; |
| 1518 | int status; |
| 1519 | char srcpath[BUFSIZ1024]; |
| 1520 | char dstpath[BUFSIZ1024]; |
| 1521 | |
| 1522 | |
| 1523 | uspc->bufSz = 256; |
| 1524 | |
| 1525 | code = afsd_call_syscall(AFSOP_BKG_HANDLER41, uspc, srcName, dstName); |
| 1526 | if (code) { |
| 1527 | if (code == -2) |
| 1528 | break; |
| 1529 | |
| 1530 | sleep(1); |
| 1531 | uspc->retval = -1; |
| 1532 | continue; |
| 1533 | } |
| 1534 | |
| 1535 | switch (uspc->reqtype) { |
| 1536 | case AFS_USPC_UMV1: |
| 1537 | snprintf(srcpath, BUFSIZ1024, "/afs/.:mount/%d:%d:%d:%d/%s", |
| 1538 | uspc->req.umv.sCell, uspc->req.umv.sVolume, |
| 1539 | uspc->req.umv.sVnode, uspc->req.umv.sUnique, srcName); |
| 1540 | snprintf(dstpath, BUFSIZ1024, "/afs/.:mount/%d:%d:%d:%d/%s", |
| 1541 | uspc->req.umv.dCell, uspc->req.umv.dVolume, |
| 1542 | uspc->req.umv.dVnode, uspc->req.umv.dUnique, dstName); |
| 1543 | if ((child = fork()) == 0) { |
| 1544 | |
| 1545 | |
| 1546 | switch (uspc->req.umv.idtype) { |
| 1547 | case IDTYPE_UID0: |
| 1548 | if (setuid(uspc->req.umv.id) != 0) { |
| 1549 | exit(-1); |
| 1550 | } |
| 1551 | break; |
| 1552 | default: |
| 1553 | exit(-1); |
| 1554 | break; |
| 1555 | } |
| 1556 | execl("/bin/cp", "(afsd EXDEV helper)", "-PRp", "--", srcpath, |
| 1557 | dstpath, (char *) NULL((void *)0)); |
| 1558 | } |
| 1559 | if (child == (pid_t) -1) { |
| 1560 | uspc->retval = -1; |
| 1561 | continue; |
| 1562 | } |
| 1563 | |
| 1564 | if (waitpid(child, &status, 0) == -1) |
| 1565 | uspc->retval = EIO5; |
| 1566 | else if (WIFEXITED(status)(((status) & 0177) == 0) != 0 && WEXITSTATUS(status)((status) >> 8) == 0) { |
| 1567 | if ((child = fork()) == 0) { |
| 1568 | switch (uspc->req.umv.idtype) { |
| 1569 | case IDTYPE_UID0: |
| 1570 | if (setuid(uspc->req.umv.id) != 0) { |
| 1571 | exit(-1); |
| 1572 | } |
| 1573 | break; |
| 1574 | default: |
| 1575 | exit(-1); |
| 1576 | break; |
| 1577 | } |
| 1578 | execl("/bin/rm", "(afsd EXDEV helper)", "-rf", "--", |
| 1579 | srcpath, (char *) NULL((void *)0)); |
| 1580 | } |
| 1581 | if (child == (pid_t) -1) { |
| 1582 | uspc->retval = -1; |
| 1583 | continue; |
| 1584 | } |
| 1585 | if (waitpid(child, &status, 0) == -1) |
| 1586 | uspc->retval = EIO5; |
| 1587 | else if (WIFEXITED(status)(((status) & 0177) == 0) != 0) { |
| 1588 | |
| 1589 | uspc->retval = WEXITSTATUS(status)((status) >> 8); |
| 1590 | } else { |
| 1591 | |
| 1592 | uspc->retval = -(WTERMSIG(status)(((status) & 0177))); |
| 1593 | } |
| 1594 | } else { |
| 1595 | |
| 1596 | uspc->retval = (WIFEXITED(status)(((status) & 0177) == 0) != 0) ? |
| 1597 | WEXITSTATUS(status)((status) >> 8) : -(WTERMSIG(status)(((status) & 0177))); |
| 1598 | } |
| 1599 | memset(srcName, 0, sizeof(srcName)); |
| 1600 | memset(dstName, 0, sizeof(dstName)); |
| 1601 | break; |
| 1602 | |
| 1603 | default: |
| 1604 | |
| 1605 | uspc->retval = -1; |
| 1606 | break; |
| 1607 | } |
| 1608 | } |
| 1609 | } |
| 1610 | #endif |
| 1611 | |
| 1612 | static void * |
| 1613 | afsdb_thread(void *rock) |
| 1614 | { |
| 1615 | |
| 1616 | |
| 1617 | |
| 1618 | if (afsd_daemon(0, 0) == -1) { |
| 1619 | printf("Error starting AFSDB lookup handler: %s\n", |
| 1620 | strerror(errno(* __error()))); |
| 1621 | exit(1); |
| 1622 | } |
| 1623 | AfsdbLookupHandler(); |
| 1624 | return NULL((void *)0); |
| 1625 | } |
| 1626 | |
| 1627 | static void * |
| 1628 | daemon_thread(void *rock) |
| 1629 | { |
| 1630 | #ifdef AFS_DARWIN80_ENV |
| 1631 | |
| 1632 | |
| 1633 | |
| 1634 | if (afsd_daemon(0, 0) == -1) { |
| 1635 | printf("Error starting background daemon: %s\n", |
| 1636 | strerror(errno(* __error()))); |
| 1637 | exit(1); |
| 1638 | } |
| 1639 | BkgHandler(); |
| 1640 | #elif defined(AFS_AIX32_ENV) |
| 1641 | afsd_call_syscall(AFSOP_START_BKG2, 0); |
| 1642 | #else |
| 1643 | afsd_call_syscall(AFSOP_START_BKG2); |
| 1644 | #endif |
| 1645 | return NULL((void *)0); |
| 1646 | } |
| 1647 | |
| 1648 | #ifndef UKERNEL |
| 1649 | static void * |
| 1650 | rmtsysd_thread(void *rock) |
| 1651 | { |
| 1652 | rmtsysd(); |
| 1653 | return NULL((void *)0); |
| 1654 | } |
| 1655 | #endif /* !UKERNEL */ |
| 1656 | |
| 1657 | int |
| 1658 | mainproc(struct cmd_syndesc *as, void *arock) |
| 1659 | { |
| 1660 | afs_int32 code; |
| 1661 | #ifdef AFS_SUN5_ENV |
| 1662 | struct stat st; |
| 1663 | #endif |
| 1664 | #ifdef AFS_SGI65_ENV |
| 1665 | struct sched_param sp; |
| 1666 | #endif |
| 1667 | |
| 1668 | #ifdef AFS_SGI_VNODE_GLUE |
| 1669 | if (afs_init_kernel_config(-1) < 0) { |
| 1670 | printf("Can't determine NUMA configuration, not starting AFS.\n"); |
| 1671 | exit(1); |
| 1672 | } |
| 1673 | #endif |
| 1674 | |
| 1675 | |
| 1676 | if (as->parms[0].items) { |
| |
| 1677 | |
| 1678 | cacheBlocks = atoi(as->parms[0].items->data); |
| 1679 | sawCacheBlocks = 1; |
| 1680 | } |
| 1681 | if (as->parms[1].items) { |
| |
| 1682 | |
| 1683 | cacheFiles = atoi(as->parms[1].items->data); |
| 1684 | filesSet = 1; |
| 1685 | } |
| 1686 | if (as->parms[2].items) { |
| |
| 1687 | |
| 1688 | strcpy(rootVolume, as->parms[2].items->data); |
| 1689 | rootVolSet = 1; |
| 1690 | } |
| 1691 | if (as->parms[3].items) { |
| |
| 1692 | |
| 1693 | cacheStatEntries = atoi(as->parms[3].items->data); |
| 1694 | sawCacheStatEntries = 1; |
| 1695 | } |
| 1696 | if (as->parms[4].items) { |
| |
| 1697 | |
| 1698 | cacheBaseDir[0] = '\0'; |
| 1699 | sawCacheBaseDir = 1; |
| 1700 | cacheFlags |= AFSCALL_INIT_MEMCACHE0x1; |
| 1701 | } |
| 1702 | if (as->parms[5].items) { |
| |
| 1703 | |
| 1704 | strcpy(cacheBaseDir, as->parms[5].items->data); |
| 1705 | sawCacheBaseDir = 1; |
| 1706 | } |
| 1707 | if (as->parms[6].items) { |
| |
| 1708 | |
| 1709 | strcpy(afsd_cacheMountDir, as->parms[6].items->data); |
| 1710 | sawCacheMountDir = 1; |
| 1711 | } |
| 1712 | if (as->parms[7].items) { |
| |
| 1713 | |
| 1714 | nDaemons = atoi(as->parms[7].items->data); |
| 1715 | } |
| 1716 | if (as->parms[8].items) { |
| |
| 1717 | |
| 1718 | cacheSetTime = 0; |
| 1719 | } |
| 1720 | if (as->parms[9].items) { |
| |
| 1721 | |
| 1722 | afsd_verbose = 1; |
| 1723 | } |
| 1724 | if (as->parms[10].items) { |
| |
| 1725 | |
| 1726 | afsd_rmtsys = 1; |
| 1727 | #ifdef UKERNEL |
| 1728 | printf("-rmtsys not supported for UKERNEL\n"); |
| 1729 | return -1; |
| 1730 | #endif |
| 1731 | } |
| 1732 | if (as->parms[11].items) { |
| |
| 1733 | |
| 1734 | afsd_debug = 1; |
| 1735 | afsd_verbose = 1; |
| 1736 | } |
| 1737 | if (as->parms[12].items) { |
| |
| 1738 | |
| 1739 | chunkSize = atoi(as->parms[12].items->data); |
| 1740 | if (chunkSize < 0 || chunkSize > 30) { |
| 1741 | printf |
| 1742 | ("afsd:invalid chunk size (not in range 0-30), using default\n"); |
| 1743 | chunkSize = 0; |
| 1744 | } |
| 1745 | } |
| 1746 | if (as->parms[13].items) { |
| |
| 1747 | |
| 1748 | dCacheSize = atoi(as->parms[13].items->data); |
| 1749 | sawDCacheSize = 1; |
| 1750 | } |
| 1751 | if (as->parms[14].items) { |
| |
| 1752 | |
| 1753 | vCacheSize = atoi(as->parms[14].items->data); |
| 1754 | } |
| 1755 | if (as->parms[15].items) { |
| |
| 1756 | |
| 1757 | #ifndef AFS_AIX32_ENV |
| 1758 | printf |
| 1759 | ("afsd: [-biods] currently only enabled for aix3.x VM supported systems\n"); |
| 1760 | #else |
| 1761 | nBiods = atoi(as->parms[15].items->data); |
| 1762 | sawBiod = 1; |
| 1763 | #endif |
| 1764 | } |
| 1765 | if (as->parms[16].items) { |
| |
| 1766 | |
| 1767 | preallocs = atoi(as->parms[16].items->data); |
| 1768 | } |
| 1769 | strcpy(confDir, AFSDIR_CLIENT_ETC_DIRPATHgetDirPath(AFSDIR_CLIENT_ETC_DIRPATH_ID)); |
| 1770 | if (as->parms[17].items) { |
| |
| 1771 | |
| 1772 | strcpy(confDir, as->parms[17].items->data); |
| 1773 | } |
| 1774 | sprintf(fullpn_CacheInfo, "%s/%s", confDir, CACHEINFOFILE"cacheinfo"); |
| 1775 | if (as->parms[18].items) { |
| |
| 1776 | |
| 1777 | printf("afsd: Ignoring obsolete -logfile flag\n"); |
| 1778 | } |
| 1779 | if (as->parms[19].items) { |
| |
| 1780 | |
| 1781 | afsd_CloseSynch = 1; |
| 1782 | } |
| 1783 | if (as->parms[20].items) { |
| |
| 1784 | |
| 1785 | afs_shutdown = 1; |
| 1786 | |
| 1787 | |
| 1788 | |
| 1789 | printf("afsd: Shutting down all afs processes and afs state\n"); |
| 1790 | code = afsd_call_syscall(AFSOP_SHUTDOWN201, 1); |
| 1791 | if (code) { |
| 1792 | printf("afsd: AFS still mounted; Not shutting down\n"); |
| 1793 | exit(1); |
| 1794 | } |
| 1795 | exit(0); |
| 1796 | } |
| 1797 | if (as->parms[21].items) { |
| |
| 1798 | |
| 1799 | enable_peer_stats = 1; |
| 1800 | } |
| 1801 | if (as->parms[22].items) { |
| |
| 1802 | |
| 1803 | enable_process_stats = 1; |
| 1804 | } |
| 1805 | if (as->parms[23].items) { |
| |
| 1806 | |
| 1807 | printf("afsd: -mem_alloc_sleep is deprecated -- ignored\n"); |
| 1808 | } |
| 1809 | if (as->parms[24].items) { |
| |
| 1810 | |
| 1811 | enable_afsdb = 1; |
| 1812 | } |
| 1813 | if (as->parms[25].items) { |
| |
| 1814 | |
| 1815 | int res = atoi(as->parms[25].items->data); |
| 1816 | if (res < 10 || res > (1 << 30)) { |
| 1817 | printf |
| 1818 | ("afsd:invalid number of files per subdir, \"%s\". Ignored\n", |
| 1819 | as->parms[25].items->data); |
| 1820 | } else { |
| 1821 | nFilesPerDir = res; |
| 1822 | } |
| 1823 | } |
| 1824 | if (as->parms[26].items) { |
| |
| 1825 | |
| 1826 | enable_dynroot = 1; |
| 1827 | } |
| 1828 | if (as->parms[27].items) { |
| |
| 1829 | |
| 1830 | enable_fakestat = 2; |
| 1831 | } |
| 1832 | if (as->parms[28].items) { |
| |
| 1833 | |
| 1834 | enable_fakestat = 1; |
| 1835 | } |
| 1836 | if (as->parms[29].items) { |
| |
| 1837 | |
| 1838 | enable_nomount = 1; |
| 1839 | } |
| 1840 | if (as->parms[30].items) { |
| |
| 1841 | |
| 1842 | enable_backuptree = 1; |
| 1843 | } |
| 1844 | if (as->parms[31].items) { |
| |
| 1845 | |
| 1846 | enable_rxbind = 1; |
| 1847 | } |
| 1848 | if (as->parms[32].items) { |
| |
| 1849 | |
| 1850 | cacheSetTime = 1; |
| 1851 | } |
| 1852 | |
| 1853 | |
| 1854 | if (as->parms[33].items) { |
| |
| 1855 | |
| 1856 | int rxpck = atoi(as->parms[33].items->data); |
| 1857 | printf("afsd: set rxpck = %d\n", rxpck); |
| 1858 | code = afsd_call_syscall(AFSOP_SET_RXPCK38, rxpck); |
| 1859 | if (code) { |
| 1860 | printf("afsd: failed to set rxpck\n"); |
| 1861 | exit(1); |
| 1862 | } |
| 1863 | } |
| 1864 | if (as->parms[34].items) { |
| |
| 1865 | char *c; |
| 1866 | if (!as->parms[34].items->data || |
| |
| 1867 | ((c = strchr(as->parms[34].items->data, '/')) == NULL((void *)0))) |
| 1868 | printf |
| 1869 | ("ignoring splitcache (specify as RW/RO percentages: 60/40)\n"); |
| 1870 | else { |
| 1871 | ropct = atoi((char *)c + 1); |
| 1872 | *c = '\0'; |
| 1873 | rwpct = atoi((char *)as->parms[30].items->data); |
| 37 | Access to field 'data' results in a dereference of a null pointer (loaded from field 'items') |
|
| 1874 | if ((rwpct != 0) && (ropct != 0) && (ropct + rwpct == 100)) { |
| 1875 | |
| 1876 | enable_splitcache = 1; |
| 1877 | } |
| 1878 | } |
| 1879 | } |
| 1880 | if (as->parms[35].items) { |
| 1881 | #ifdef AFS_MAXVCOUNT_ENV |
| 1882 | |
| 1883 | afsd_dynamic_vcaches = 0; |
| 1884 | #else |
| 1885 | printf("afsd: Error toggling flag, dynamically allocated vcaches not supported on your platform\n"); |
| 1886 | exit(1); |
| 1887 | #endif |
| 1888 | } |
| 1889 | #ifdef AFS_MAXVCOUNT_ENV |
| 1890 | else { |
| 1891 | |
| 1892 | afsd_dynamic_vcaches = 1; |
| 1893 | } |
| 1894 | |
| 1895 | if (afsd_verbose) |
| 1896 | printf("afsd: %s dynamically allocated vcaches\n", ( afsd_dynamic_vcaches ? "enabling" : "disabling" )); |
| 1897 | #endif |
| 1898 | |
| 1899 | |
| 1900 | if (as->parms[36].items) { |
| 1901 | |
| 1902 | rxmaxmtu = atoi(as->parms[36].items->data); |
| 1903 | } |
| 1904 | if (as->parms[37].items) { |
| 1905 | |
| 1906 | enable_dynroot = 2; |
| 1907 | } |
| 1908 | if (as->parms[38].items) { |
| 1909 | |
| 1910 | rxmaxfrags = atoi(as->parms[38].items->data); |
| 1911 | } |
| 1912 | return 0; |
| 1913 | } |
| 1914 | |
| 1915 | int |
| 1916 | afsd_run(void) |
| 1917 | { |
| 1918 | static char rn[] = "afsd"; |
| 1919 | struct afsconf_dir *cdir; |
| 1920 | int lookupResult; |
| 1921 | int i; |
| 1922 | afs_int32 code; |
| 1923 | char *fsTypeMsg = NULL((void *)0); |
| 1924 | int cacheIteration; |
| 1925 | int vFilesFound; |
| 1926 | int currVFile; |
| 1927 | |
| 1928 | |
| 1929 | |
| 1930 | |
| 1931 | |
| 1932 | cdir = afsconf_Open(confDir); |
| 1933 | if (!cdir) { |
| 1934 | printf("afsd: some file missing or bad in %s\n", confDir); |
| 1935 | exit(1); |
| 1936 | } |
| 1937 | |
| 1938 | lookupResult = |
| 1939 | afsconf_GetLocalCell(cdir, LclCellName, sizeof(LclCellName)); |
| 1940 | if (lookupResult) { |
| 1941 | printf("%s: Can't get my home cell name! [Error is %d]\n", rn, |
| 1942 | lookupResult); |
| 1943 | } else { |
| 1944 | if (afsd_verbose) |
| 1945 | printf("%s: My home cell is '%s'\n", rn, LclCellName); |
| 1946 | } |
| 1947 | |
| 1948 | |
| 1949 | if (ParseCacheInfoFile()) { |
| 1950 | exit(1); |
| 1951 | } |
| 1952 | |
| 1953 | if (!enable_nomount) { |
| 1954 | if (afsd_check_mount(rn, afsd_cacheMountDir)) { |
| 1955 | return -1; |
| 1956 | } |
| 1957 | } |
| 1958 | |
| 1959 | |
| 1960 | |
| 1961 | |
| 1962 | if (cacheFlags & AFSCALL_INIT_MEMCACHE0x1) { |
| 1963 | |
| 1964 | |
| 1965 | |
| 1966 | if (filesSet) { |
| 1967 | fprintf(stderr__stderrp, "%s: -files ignored with -memcache\n", rn); |
| 1968 | } |
| 1969 | if (sawDCacheSize) { |
| 1970 | if (chunkSize == 0) { |
| 1971 | chunkSize = 13; |
| 1972 | } |
| 1973 | if (sawCacheBlocks) { |
| 1974 | printf |
| 1975 | ("%s: can't set cache blocks and dcache size simultaneously when diskless.\n", |
| 1976 | rn); |
| 1977 | exit(1); |
| 1978 | } |
| 1979 | |
| 1980 | i = (1 << chunkSize); |
| 1981 | cacheBlocks = i * dCacheSize; |
| 1982 | sawCacheBlocks = 1; |
| 1983 | } else { |
| 1984 | if (chunkSize == 0) { |
| 1985 | |
| 1986 | |
| 1987 | |
| 1988 | |
| 1989 | |
| 1990 | |
| 1991 | for (i = 14; |
| 1992 | i <= 21 && (1 << i) / 1024 < (cacheBlocks / 1024); i++); |
| 1993 | chunkSize = i - 1; |
| 1994 | } |
| 1995 | |
| 1996 | if (chunkSize > 10) { |
| 1997 | dCacheSize = (cacheBlocks >> (chunkSize - 10)); |
| 1998 | } else if (chunkSize < 10) { |
| 1999 | dCacheSize = (cacheBlocks << (10 - chunkSize)); |
| 2000 | } else { |
| 2001 | dCacheSize = cacheBlocks; |
| 2002 | } |
| 2003 | |
| 2004 | |
| 2005 | |
| 2006 | } |
| 2007 | if (afsd_verbose) |
| 2008 | printf("%s: chunkSize autotuned to %d\n", rn, chunkSize); |
| 2009 | |
| 2010 | |
| 2011 | |
| 2012 | |
| 2013 | cacheFiles = dCacheSize; |
| 2014 | } else { |
| 2015 | |
| 2016 | |
| 2017 | |
| 2018 | |
| 2019 | |
| 2020 | |
| 2021 | if (chunkSize == 0) { |
| 2022 | |
| 2023 | if (cacheBlocks < 500000) { |
| 2024 | chunkSize = 18; |
| 2025 | } else if (cacheBlocks < 1000000) { |
| 2026 | chunkSize = 19; |
| 2027 | } else { |
| 2028 | chunkSize = 20; |
| 2029 | } |
| 2030 | } |
| 2031 | if (!filesSet) { |
| 2032 | cacheFiles = cacheBlocks / 32; |
| 2033 | |
| 2034 | cacheFiles = max(cacheFiles, 1000)((cacheFiles) < (1000) ? (1000) : (cacheFiles)); |
| 2035 | |
| 2036 | |
| 2037 | |
| 2038 | |
| 2039 | |
| 2040 | i = 1 << (chunkSize < 10 ? 0 : chunkSize - 10); |
| 2041 | cacheFiles = max(cacheFiles, 1.5 * (cacheBlocks / i))((cacheFiles) < (1.5 * (cacheBlocks / i)) ? (1.5 * (cacheBlocks / i)) : (cacheFiles)); |
| 2042 | |
| 2043 | |
| 2044 | |
| 2045 | |
| 2046 | |
| 2047 | #define CACHEITMSZ(cacheFiles / 20) (cacheFiles / 20) |
| 2048 | #define VOLINFOSZ50 50 /* 40kB has been seen, be conservative */ |
| 2049 | #define CELLINFOSZ4 4 /* Assuming disk block size is 4k ... */ |
| 2050 | #define INFOSZ(50 +4 +(cacheFiles / 20)) (VOLINFOSZ50+CELLINFOSZ4+CACHEITMSZ(cacheFiles / 20)) |
| 2051 | |
| 2052 | |
| 2053 | |
| 2054 | |
| 2055 | |
| 2056 | |
| 2057 | if (cacheFiles > (cacheBlocks - INFOSZ(50 +4 +(cacheFiles / 20))) / 4) { |
| 2058 | fprintf(stderr__stderrp, |
| 2059 | "%s: ASSERT: cacheFiles %d diskblocks %d\n", |
| 2060 | rn, cacheFiles, (cacheBlocks - INFOSZ(50 +4 +(cacheFiles / 20))) / 4); |
| 2061 | exit(1); |
| 2062 | } |
| 2063 | if (cacheFiles < 100) |
| 2064 | fprintf(stderr__stderrp, "%s: WARNING: cache probably too small!\n", |
| 2065 | rn); |
| 2066 | |
| 2067 | if (afsd_verbose) |
| 2068 | printf("%s: cacheFiles autotuned to %d\n", rn, cacheFiles); |
| 2069 | } |
| 2070 | #if 0 |
| 2071 | |
| 2072 | |
| 2073 | |
| 2074 | |
| 2075 | |
| 2076 | |
| 2077 | i = max(cacheBlocks / 1000, cacheBlocks / cacheFiles)((cacheBlocks / 1000) < (cacheBlocks / cacheFiles) ? (cacheBlocks / cacheFiles) : (cacheBlocks / 1000)); |
| 2078 | chunkSize = min(chunkSize, i)(((chunkSize) < (i)) ? (chunkSize) : (i)); |
| 2079 | chunkSize = max(chunkSize, 2)((chunkSize) < (2) ? (2) : (chunkSize)); |
| 2080 | if (afsd_verbose) |
| 2081 | printf("%s: chunkSize autotuned to %d\n", rn, chunkSize); |
| 2082 | #endif |
| 2083 | |
| 2084 | if (!sawDCacheSize) { |
| 2085 | dCacheSize = cacheFiles / 2; |
| 2086 | if (dCacheSize > 10000) { |
| 2087 | dCacheSize = 10000; |
| 2088 | } |
| 2089 | if (dCacheSize < 2000) { |
| 2090 | dCacheSize = 2000; |
| 2091 | } |
| 2092 | if (afsd_verbose) |
| 2093 | printf("%s: dCacheSize autotuned to %d\n", rn, dCacheSize); |
| 2094 | } |
| 2095 | } |
| 2096 | if (!sawCacheStatEntries) { |
| 2097 | if (chunkSize <= 13) { |
| 2098 | cacheStatEntries = dCacheSize / 4; |
| 2099 | } else if (chunkSize >= 16) { |
| 2100 | cacheStatEntries = dCacheSize * 1.5; |
| 2101 | } else { |
| 2102 | cacheStatEntries = dCacheSize; |
| 2103 | } |
| 2104 | if (afsd_verbose) |
| 2105 | printf("%s: cacheStatEntries autotuned to %d\n", rn, |
| 2106 | cacheStatEntries); |
| 2107 | } |
| 2108 | |
| 2109 | #if !defined(AFS_CACHE_VNODE_PATH) && !defined(AFS_LINUX26_ENV) |
| 2110 | |
| 2111 | |
| 2112 | |
| 2113 | inode_for_V = (AFSD_INO_Tafs_uint32 *) malloc(cacheFiles * sizeof(AFSD_INO_Tafs_uint32)); |
| 2114 | if (inode_for_V == (AFSD_INO_Tafs_uint32 *) 0) { |
| 2115 | printf |
| 2116 | ("%s: malloc() failed for cache file inode table with %d entries.\n", |
| 2117 | rn, cacheFiles); |
| 2118 | exit(1); |
| 2119 | } |
| 2120 | memset(inode_for_V, '\0', (cacheFiles * sizeof(AFSD_INO_Tafs_uint32))); |
| 2121 | if (afsd_debug) |
| 2122 | printf("%s: %d inode_for_V entries at 0x%x, %lu bytes\n", rn, |
| 2123 | cacheFiles, inode_for_V, (cacheFiles * sizeof(AFSD_INO_Tafs_uint32))); |
| 2124 | #endif |
| 2125 | |
| 2126 | |
| 2127 | |
| 2128 | |
| 2129 | sprintf(fullpn_DCacheFile, "%s/%s", cacheBaseDir, DCACHEFILE"CacheItems"); |
| 2130 | sprintf(fullpn_VolInfoFile, "%s/%s", cacheBaseDir, VOLINFOFILE"VolumeItems"); |
| 2131 | sprintf(fullpn_CellInfoFile, "%s/%s", cacheBaseDir, CELLINFOFILE"CellItems"); |
| 2132 | sprintf(fullpn_VFile, "%s/", cacheBaseDir); |
| 2133 | vFilePtr = fullpn_VFile + strlen(fullpn_VFile); |
| 2134 | |
| 2135 | if (!(cacheFlags & AFSCALL_INIT_MEMCACHE0x1) |
| 2136 | && (fsTypeMsg = CheckCacheBaseDir(cacheBaseDir))) { |
| 2137 | #ifdef AFS_SUN5_ENV |
| 2138 | printf("%s: WARNING: Cache dir check failed (%s)\n", rn, fsTypeMsg); |
| 2139 | #else |
| 2140 | printf("%s: ERROR: Cache dir check failed (%s)\n", rn, fsTypeMsg); |
| 2141 | exit(1); |
| 2142 | #endif |
| 2143 | } |
| 2144 | |
| 2145 | |
| 2146 | |
| 2147 | |
| 2148 | #ifdef mac2 |
| 2149 | setpgrp(getpid(), 0); |
| 2150 | #endif /* mac2 */ |
| 2151 | |
| 2152 | |
| 2153 | |
| 2154 | |
| 2155 | afsd_call_syscall(AFSOP_SET_THISCELL35, LclCellName); |
| 2156 | |
| 2157 | |
| 2158 | |
| 2159 | |
| 2160 | { |
| 2161 | |
| 2162 | afs_uint32 addrbuf[MAXIPADDRS1024], maskbuf[MAXIPADDRS1024], |
| 2163 | mtubuf[MAXIPADDRS1024]; |
| 2164 | char reason[1024]; |
| 2165 | code = |
| 2166 | parseNetFiles(addrbuf, maskbuf, mtubuf, MAXIPADDRS1024, reason, |
| 2167 | AFSDIR_CLIENT_NETINFO_FILEPATHgetDirPath(AFSDIR_CLIENT_NETINFO_FILEPATH_ID), |
| 2168 | AFSDIR_CLIENT_NETRESTRICT_FILEPATHgetDirPath(AFSDIR_CLIENT_NETRESTRICT_FILEPATH_ID)); |
| 2169 | if (code > 0) { |
| 2170 | if (enable_rxbind) |
| 2171 | code = code | 0x80000000; |
| 2172 | afsd_call_syscall(AFSOP_ADVISEADDR17, code, addrbuf, maskbuf, mtubuf); |
| 2173 | } else |
| 2174 | printf("ADVISEADDR: Error in specifying interface addresses:%s\n", |
| 2175 | reason); |
| 2176 | } |
| 2177 | |
| 2178 | |
| 2179 | afsd_set_afsd_rtpri(); |
| 2180 | |
| 2181 | #ifdef AFS_SGI53_ENV |
| 2182 | #ifdef AFS_SGI61_ENV |
| 2183 | set_staticaddrs(); |
| 2184 | #else /* AFS_SGI61_ENV */ |
| 2185 | code = get_nfsstaticaddr(); |
| 2186 | if (code) |
| 2187 | afsd_call_syscall(AFSOP_NFSSTATICADDR, code); |
| 2188 | #endif /* AFS_SGI61_ENV */ |
| 2189 | #endif /* AFS_SGI_53_ENV */ |
| 2190 | |
| 2191 | |
| 2192 | |
| 2193 | |
| 2194 | |
| 2195 | |
| 2196 | |
| 2197 | if (preallocs < cacheStatEntries + 50) |
| 2198 | preallocs = cacheStatEntries + 50; |
| 2199 | #ifdef RXK_LISTENER_ENV1 |
| 2200 | if (afsd_verbose) |
| 2201 | printf("%s: Forking rx listener daemon.\n", rn); |
| 2202 | # ifdef AFS_SUN510_ENV |
| 2203 | fork_rx_syscall_wait(rn, AFSOP_RXLISTENER_DAEMON48, preallocs, |
| 2204 | enable_peer_stats, enable_process_stats); |
| 2205 | # else /* !AFS_SUN510_ENV */ |
| 2206 | fork_rx_syscall(rn, AFSOP_RXLISTENER_DAEMON48, preallocs, enable_peer_stats, |
| 2207 | enable_process_stats); |
| 2208 | # endif /* !AFS_SUN510_ENV */ |
| 2209 | #endif |
| 2210 | if (afsd_verbose) |
| 2211 | printf("%s: Forking rx callback listener.\n", rn); |
| 2212 | #ifndef RXK_LISTENER_ENV1 |
| 2213 | fork_rx_syscall(rn, AFSOP_START_RXCALLBACK0, preallocs, enable_peer_stats, |
| 2214 | enable_process_stats); |
| 2215 | #else |
| 2216 | fork_syscall(rn, AFSOP_START_RXCALLBACK0, preallocs); |
| 2217 | #endif |
| 2218 | #if defined(AFS_SUN5_ENV) || defined(RXK_LISTENER_ENV1) || defined(RXK_UPCALL_ENV) |
| 2219 | if (afsd_verbose) |
| 2220 | printf("%s: Forking rxevent daemon.\n", rn); |
| 2221 | fork_rx_syscall(rn, AFSOP_RXEVENT_DAEMON19); |
| 2222 | #endif |
| 2223 | |
| 2224 | if (enable_afsdb) { |
| 2225 | if (afsd_verbose) |
| 2226 | printf("%s: Forking AFSDB lookup handler.\n", rn); |
| 2227 | afsd_fork(0, afsdb_thread, NULL((void *)0)); |
| 2228 | } |
| 2229 | code = afsd_call_syscall(AFSOP_BASIC_INIT36, 1); |
| 2230 | if (code) { |
| 2231 | printf("%s: Error %d in basic initialization.\n", rn, code); |
| 2232 | exit(1); |
| 2233 | } |
| 2234 | |
| 2235 | |
| 2236 | |
| 2237 | |
| 2238 | if (afsd_verbose) |
| 2239 | printf |
| 2240 | ("%s: Calling AFSOP_CACHEINIT: %d stat cache entries, %d optimum cache files, %d blocks in the cache, flags = 0x%x, dcache entries %d\n", |
| 2241 | rn, cacheStatEntries, cacheFiles, cacheBlocks, cacheFlags, |
| 2242 | dCacheSize); |
| 2243 | memset(&cparams, '\0', sizeof(cparams)); |
| 2244 | cparams.cacheScaches = cacheStatEntries; |
| 2245 | cparams.cacheFiles = cacheFiles; |
| 2246 | cparams.cacheBlocks = cacheBlocks; |
| 2247 | cparams.cacheDcaches = dCacheSize; |
| 2248 | cparams.cacheVolumes = vCacheSize; |
| 2249 | cparams.chunkSize = chunkSize; |
| 2250 | cparams.setTimeFlag = cacheSetTime; |
| 2251 | cparams.memCacheFlag = cacheFlags; |
| 2252 | cparams.dynamic_vcaches = afsd_dynamic_vcaches; |
| 2253 | afsd_call_syscall(AFSOP_CACHEINIT6, &cparams); |
| 2254 | |
| 2255 | |
| 2256 | if (enable_splitcache) { |
| 2257 | afsd_call_syscall(AFSOP_BUCKETPCT39, 1, rwpct); |
| 2258 | afsd_call_syscall(AFSOP_BUCKETPCT39, 2, ropct); |
| 2259 | } |
| 2260 | |
| 2261 | if (afsd_CloseSynch) |
| 2262 | afsd_call_syscall(AFSOP_CLOSEWAIT18); |
| 2263 | |
| 2264 | |
| 2265 | |
| 2266 | |
| 2267 | |
| 2268 | |
| 2269 | |
| 2270 | |
| 2271 | |
| 2272 | |
| 2273 | if (afsd_verbose) |
| 2274 | printf("%s: Sweeping workstation's AFS cache directory.\n", rn); |
| 2275 | cacheIteration = 0; |
| 2276 | |
| 2277 | if (!(cacheFlags & AFSCALL_INIT_MEMCACHE0x1)) { |
| 2278 | do { |
| 2279 | cacheIteration++; |
| 2280 | if (SweepAFSCache(&vFilesFound)) { |
| 2281 | printf("%s: Error on sweep %d of workstation AFS cache \ |
| 2282 | directory.\n", rn, cacheIteration); |
| 2283 | exit(1); |
| 2284 | } |
| 2285 | if (afsd_verbose) |
| 2286 | printf |
| 2287 | ("%s: %d out of %d data cache files found in sweep %d.\n", |
| 2288 | rn, vFilesFound, cacheFiles, cacheIteration); |
| 2289 | } while ((vFilesFound < cacheFiles) |
| 2290 | && (cacheIteration < MAX_CACHE_LOOPS4)); |
| 2291 | } else if (afsd_verbose) |
| 2292 | printf("%s: Using memory cache, not swept\n", rn); |
| 2293 | |
| 2294 | |
| 2295 | |
| 2296 | |
| 2297 | |
| 2298 | if (afsd_debug) |
| 2299 | printf("%s: Calling AFSOP_CACHEINFO: dcache file is '%s'\n", rn, |
| 2300 | fullpn_DCacheFile); |
| 2301 | |
| 2302 | if (!(cacheFlags & AFSCALL_INIT_MEMCACHE0x1)) |
| 2303 | afsd_call_syscall(AFSOP_CACHEINFO7, fullpn_DCacheFile); |
| 2304 | |
| 2305 | |
| 2306 | |
| 2307 | |
| 2308 | |
| 2309 | if (!(cacheFlags & AFSCALL_INIT_MEMCACHE0x1)) { |
| 2310 | if (afsd_debug) |
| 2311 | printf("%s: Calling AFSOP_CELLINFO: cell info file is '%s'\n", rn, |
| 2312 | fullpn_CellInfoFile); |
| 2313 | afsd_call_syscall(AFSOP_CELLINFO34, fullpn_CellInfoFile); |
| 2314 | } |
| 2315 | |
| 2316 | if (rxmaxfrags) { |
| 2317 | if (afsd_verbose) |
| 2318 | printf("%s: Setting rxmaxfrags in kernel = %d\n", rn, rxmaxfrags); |
| 2319 | code = afsd_call_syscall(AFSOP_SET_RXMAXFRAGS43, rxmaxfrags); |
| 2320 | if (code) |
| 2321 | printf("%s: Error seting rxmaxfrags\n", rn); |
| 2322 | } |
| 2323 | |
| 2324 | if (rxmaxmtu) { |
| 2325 | if (afsd_verbose) |
| 2326 | printf("%s: Setting rxmaxmtu in kernel = %d\n", rn, rxmaxmtu); |
| 2327 | code = afsd_call_syscall(AFSOP_SET_RXMAXMTU40, rxmaxmtu); |
| 2328 | if (code) |
| 2329 | printf("%s: Error seting rxmaxmtu\n", rn); |
| 2330 | } |
| 2331 | |
| 2332 | if (enable_dynroot) { |
| 2333 | if (afsd_verbose) |
| 2334 | printf("%s: Enabling dynroot support in kernel%s.\n", rn, |
| 2335 | (enable_dynroot==2)?", not showing cells.":""); |
| 2336 | code = afsd_call_syscall(AFSOP_SET_DYNROOT31, 1); |
| 2337 | if (code) |
| 2338 | printf("%s: Error enabling dynroot support.\n", rn); |
| 2339 | } |
| 2340 | |
| 2341 | if (enable_fakestat) { |
| 2342 | if (afsd_verbose) |
| 2343 | printf("%s: Enabling fakestat support in kernel%s.\n", rn, |
| 2344 | (enable_fakestat==2)?" for all mountpoints." |
| 2345 | :" for crosscell mountpoints"); |
| 2346 | code = afsd_call_syscall(AFSOP_SET_FAKESTAT33, enable_fakestat); |
| 2347 | if (code) |
| 2348 | printf("%s: Error enabling fakestat support.\n", rn); |
| 2349 | } |
| 2350 | |
| 2351 | if (enable_backuptree) { |
| 2352 | if (afsd_verbose) |
| 2353 | printf("%s: Enabling backup tree support in kernel.\n", rn); |
| 2354 | code = afsd_call_syscall(AFSOP_SET_BACKUPTREE37, enable_backuptree); |
| 2355 | if (code) |
| 2356 | printf("%s: Error enabling backup tree support.\n", rn); |
| 2357 | } |
| 2358 | |
| 2359 | |
| 2360 | |
| 2361 | |
| 2362 | afsconf_CellApply(cdir, ConfigCell, NULL((void *)0)); |
| 2363 | afsconf_CellAliasApply(cdir, ConfigCellAlias, NULL((void *)0)); |
| 2364 | |
| 2365 | |
| 2366 | if (afsd_verbose) |
| 2367 | printf("%s: Forking AFS daemon.\n", rn); |
| 2368 | fork_syscall(rn, AFSOP_START_AFS1); |
| 2369 | |
| 2370 | if (afsd_verbose) |
| 2371 | printf("%s: Forking Check Server Daemon.\n", rn); |
| 2372 | fork_syscall(rn, AFSOP_START_CS4); |
| 2373 | |
| 2374 | if (afsd_verbose) |
| 2375 | printf("%s: Forking %d background daemons.\n", rn, nDaemons); |
| 2376 | #if defined(AFS_SGI_ENV) && defined(AFS_SGI_SHORTSTACK) |
| 2377 | |
| 2378 | |
| 2379 | |
| 2380 | nDaemons++; |
| 2381 | #endif |
| 2382 | for (i = 0; i < nDaemons; i++) { |
| 2383 | afsd_fork(0, daemon_thread, NULL((void *)0)); |
| 2384 | } |
| 2385 | #ifdef AFS_AIX32_ENV |
| 2386 | if (!sawBiod) |
| 2387 | nBiods = nDaemons * 2; |
| 2388 | if (nBiods < 5) |
| 2389 | nBiods = 5; |
| 2390 | for (i = 0; i < nBiods; i++) { |
| 2391 | fork_syscall(rn, AFSOP_START_BKG2, nBiods); |
| 2392 | } |
| 2393 | #endif |
| 2394 | |
| 2395 | |
| 2396 | |
| 2397 | |
| 2398 | if (rootVolSet) { |
| 2399 | if (afsd_verbose) |
| 2400 | printf("%s: Calling AFSOP_ROOTVOLUME with '%s'\n", rn, |
| 2401 | rootVolume); |
| 2402 | afsd_call_syscall(AFSOP_ROOTVOLUME12, rootVolume); |
| 2403 | } |
| 2404 | |
| 2405 | |
| 2406 | |
| 2407 | |
| 2408 | |
| 2409 | if (afsd_debug) |
| 2410 | printf("%s: Calling AFSOP_VOLUMEINFO: volume info file is '%s'\n", rn, |
| 2411 | fullpn_VolInfoFile); |
| 2412 | |
| 2413 | if (!(cacheFlags & AFSCALL_INIT_MEMCACHE0x1)) |
| 2414 | afsd_call_syscall(AFSOP_VOLUMEINFO8, fullpn_VolInfoFile); |
| 2415 | |
| 2416 | |
| 2417 | |
| 2418 | |
| 2419 | |
| 2420 | if (afsd_debug) |
| 2421 | printf |
| 2422 | ("%s: Calling AFSOP_CACHEFILE for each of the %d files in '%s'\n", |
| 2423 | rn, cacheFiles, cacheBaseDir); |
| 2424 | if (!(cacheFlags & AFSCALL_INIT_MEMCACHE0x1)) { |
| 2425 | |
| 2426 | int nocachefile = 0; |
| 2427 | for (currVFile = 0; currVFile < cacheFiles; currVFile++) { |
| 2428 | if (!nocachefile) { |
| 2429 | sprintf(fullpn_VFile, "%s/D%d/V%d", cacheBaseDir, dir_for_V[currVFile], currVFile); |
| 2430 | code = afsd_call_syscall(AFSOP_CACHEFILE9, fullpn_VFile); |
| 2431 | if (code) { |
| 2432 | if (currVFile == 0) { |
| 2433 | if (afsd_debug) |
| 2434 | printf |
| 2435 | ("%s: Calling AFSOP_CACHEINODE for each of the %d files in '%s'\n", |
| 2436 | rn, cacheFiles, cacheBaseDir); |
| 2437 | nocachefile = 1; |
| 2438 | } else { |
| 2439 | printf |
| 2440 | ("%s: Error calling AFSOP_CACHEFILE for '%s'\n", |
| 2441 | rn, fullpn_VFile); |
| 2442 | exit(1); |
| 2443 | } |
| 2444 | } else { |
| 2445 | continue; |
| 2446 | } |
| 2447 | |
| 2448 | } |
| 2449 | #ifdef AFS_SGI62_ENV |
| 2450 | afsd_call_syscall(AFSOP_CACHEINODE10, |
| 2451 | (afs_uint32) (inode_for_V[currVFile] >> 32), |
| 2452 | (afs_uint32) (inode_for_V[currVFile] & 0xffffffff)); |
| 2453 | #elif !(defined(AFS_LINUX26_ENV) || defined(AFS_CACHE_VNODE_PATH)) |
| 2454 | afsd_call_syscall(AFSOP_CACHEINODE10, inode_for_V[currVFile]); |
| 2455 | #else |
| 2456 | printf |
| 2457 | ("%s: Error calling AFSOP_CACHEINODE: not configured\n", |
| 2458 | rn); |
| 2459 | exit(1); |
| 2460 | #endif |
| 2461 | } |
| 2462 | } |
| 2463 | |
| 2464 | |
| 2465 | |
| 2466 | |
| 2467 | |
| 2468 | if (afsd_debug) |
| 2469 | printf("%s: Calling AFSOP_GO with cacheSetTime = %d\n", rn, |
| 2470 | cacheSetTime); |
| 2471 | afsd_call_syscall(AFSOP_GO100, cacheSetTime); |
| 2472 | |
| 2473 | |
| 2474 | |
| 2475 | |
| 2476 | |
| 2477 | printf("%s: All AFS daemons started.\n", rn); |
| 2478 | |
| 2479 | if (afsd_verbose) |
| 2480 | printf("%s: Forking trunc-cache daemon.\n", rn); |
| 2481 | fork_syscall(rn, AFSOP_START_TRUNCDAEMON3); |
| 2482 | |
| 2483 | if (!enable_nomount) { |
| 2484 | afsd_mount_afs(rn, afsd_cacheMountDir); |
| 2485 | } |
| 2486 | |
| 2487 | #ifndef UKERNEL |
| 2488 | if (afsd_rmtsys) { |
| 2489 | if (afsd_verbose) |
| 2490 | printf("%s: Forking 'rmtsys' daemon.\n", rn); |
| 2491 | afsd_fork(0, rmtsysd_thread, NULL((void *)0)); |
| 2492 | } |
| 2493 | #endif /* !UKERNEL */ |
| 2494 | |
| 2495 | |
| 2496 | |
| 2497 | return 0; |
| 2498 | } |
| 2499 | |
| 2500 | #include "AFS_component_version_number.c" |
| 2501 | |
| 2502 | void |
| 2503 | afsd_init(void) |
| 2504 | { |
| 2505 | struct cmd_syndesc *ts; |
| 2506 | |
| 2507 | ts = cmd_CreateSyntax(NULL((void *)0), mainproc, NULL((void *)0), "start AFS"); |
| 2508 | |
| 2509 | |
| 2510 | cmd_AddParm(ts, "-blocks", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2511 | "1024 byte blocks in cache"); |
| 2512 | cmd_AddParm(ts, "-files", CMD_SINGLE2, CMD_OPTIONAL1, "files in cache"); |
| 2513 | cmd_AddParm(ts, "-rootvol", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2514 | "name of AFS root volume"); |
| 2515 | cmd_AddParm(ts, "-stat", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2516 | "number of stat entries"); |
| 2517 | cmd_AddParm(ts, "-memcache", CMD_FLAG1, CMD_OPTIONAL1, "run diskless"); |
| 2518 | cmd_AddParm(ts, "-cachedir", CMD_SINGLE2, CMD_OPTIONAL1, "cache directory"); |
| 2519 | cmd_AddParm(ts, "-mountdir", CMD_SINGLE2, CMD_OPTIONAL1, "mount location"); |
| 2520 | cmd_AddParm(ts, "-daemons", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2521 | "number of daemons to use"); |
| 2522 | cmd_AddParm(ts, "-nosettime", CMD_FLAG1, CMD_OPTIONAL1, |
| 2523 | "don't set the time"); |
| 2524 | cmd_AddParm(ts, "-verbose", CMD_FLAG1, CMD_OPTIONAL1, |
| 2525 | "display lots of information"); |
| 2526 | cmd_AddParm(ts, "-rmtsys", CMD_FLAG1, CMD_OPTIONAL1, |
| 2527 | "start NFS rmtsysd program"); |
| 2528 | |
| 2529 | |
| 2530 | cmd_AddParm(ts, "-debug", CMD_FLAG1, CMD_OPTIONAL1, "display debug info"); |
| 2531 | cmd_AddParm(ts, "-chunksize", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2532 | "log(2) of chunk size"); |
| 2533 | cmd_AddParm(ts, "-dcache", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2534 | "number of dcache entries"); |
| 2535 | cmd_AddParm(ts, "-volumes", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2536 | "number of volume entries"); |
| 2537 | cmd_AddParm(ts, "-biods", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2538 | "number of bkg I/O daemons (aix vm)"); |
| 2539 | cmd_AddParm(ts, "-prealloc", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2540 | "number of 'small' preallocated blocks"); |
| 2541 | cmd_AddParm(ts, "-confdir", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2542 | "configuration directory"); |
| 2543 | cmd_AddParm(ts, "-logfile", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2544 | "Place to keep the CM log"); |
| 2545 | cmd_AddParm(ts, "-waitclose", CMD_FLAG1, CMD_OPTIONAL1, |
| 2546 | "make close calls synchronous"); |
| 2547 | cmd_AddParm(ts, "-shutdown", CMD_FLAG1, CMD_OPTIONAL1, |
| 2548 | "Shutdown all afs state"); |
| 2549 | |
| 2550 | cmd_AddParm(ts, "-enable_peer_stats", CMD_FLAG1, CMD_OPTIONAL1 | CMD_HIDE4, |
| 2551 | "Collect rpc statistics by peer"); |
| 2552 | cmd_AddParm(ts, "-enable_process_stats", CMD_FLAG1, |
| 2553 | CMD_OPTIONAL1 | CMD_HIDE4, |
| 2554 | "Collect rpc statistics for this process"); |
| 2555 | cmd_AddParm(ts, "-mem_alloc_sleep", CMD_FLAG1, (CMD_OPTIONAL1 | CMD_HIDE4), |
| 2556 | "Allow sleeps when allocating memory cache"); |
| 2557 | cmd_AddParm(ts, "-afsdb", CMD_FLAG1, (CMD_OPTIONAL1), |
| 2558 | "Enable AFSDB support"); |
| 2559 | cmd_AddParm(ts, "-files_per_subdir", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2560 | "log(2) of the number of cache files per cache subdirectory"); |
| 2561 | cmd_AddParm(ts, "-dynroot", CMD_FLAG1, CMD_OPTIONAL1, |
| 2562 | "Enable dynroot support"); |
| 2563 | cmd_AddParm(ts, "-fakestat", CMD_FLAG1, CMD_OPTIONAL1, |
| 2564 | "Enable fakestat support for cross-cell mounts"); |
| 2565 | cmd_AddParm(ts, "-fakestat-all", CMD_FLAG1, CMD_OPTIONAL1, |
| 2566 | "Enable fakestat support for all mounts"); |
| 2567 | cmd_AddParm(ts, "-nomount", CMD_FLAG1, CMD_OPTIONAL1, "Do not mount AFS"); |
| 2568 | cmd_AddParm(ts, "-backuptree", CMD_FLAG1, CMD_OPTIONAL1, |
| 2569 | "Prefer backup volumes for mointpoints in backup volumes"); |
| 2570 | |
| 2571 | cmd_AddParm(ts, "-rxbind", CMD_FLAG1, CMD_OPTIONAL1, |
| 2572 | "Bind the Rx socket (one interface only)"); |
| 2573 | cmd_AddParm(ts, "-settime", CMD_FLAG1, CMD_OPTIONAL1, "set the time"); |
| 2574 | cmd_AddParm(ts, "-rxpck", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2575 | "set rx_extraPackets to this value"); |
| 2576 | cmd_AddParm(ts, "-splitcache", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2577 | "Percentage RW versus RO in cache (specify as 60/40)"); |
| 2578 | cmd_AddParm(ts, "-disable-dynamic-vcaches", CMD_FLAG1, CMD_OPTIONAL1, |
| 2579 | "disable stat/vcache cache growing as needed"); |
| 2580 | cmd_AddParm(ts, "-rxmaxmtu", CMD_SINGLE2, CMD_OPTIONAL1, "set rx max MTU to use"); |
| 2581 | cmd_AddParm(ts, "-dynroot-sparse", CMD_FLAG1, CMD_OPTIONAL1, |
| 2582 | "Enable dynroot support with minimal cell list"); |
| 2583 | cmd_AddParm(ts, "-rxmaxfrags", CMD_SINGLE2, CMD_OPTIONAL1, |
| 2584 | "Set the maximum number of UDP fragments Rx should send/receive" |
| 2585 | " per Rx packet"); |
| 2586 | } |
| 2587 | |
| 2588 | int |
| 2589 | afsd_parse(int argc, char **argv) |
| 2590 | { |
| 2591 | return cmd_Dispatch(argc, argv); |
| 2592 | } |
| 2593 | |
| 2594 | #ifdef AFS_SGI53_ENV |
| 2595 | #ifdef AFS_SGI61_ENV |
| 2596 | |
| 2597 | |
| 2598 | |
| 2599 | |
| 2600 | |
| 2601 | |
| 2602 | typedef struct { |
| 2603 | char *name; |
| 2604 | afs_hyper_t addr; |
| 2605 | Dwarf_Half type; |
| 2606 | char found; |
| 2607 | } staticAddrList; |
| 2608 | |
| 2609 | typedef struct { |
| 2610 | char *file; |
| 2611 | staticAddrList *addrList; |
| 2612 | int nAddrs; |
| 2613 | int found; |
| 2614 | } staticNameList; |
| 2615 | |
| 2616 | |
| 2617 | #if defined(AFS_SGI62_ENV) && !defined(AFS_SGI65_ENV) |
| 2618 | void findMDebugStaticAddresses(staticNameList *, int, int); |
| 2619 | #endif |
| 2620 | void findDwarfStaticAddresses(staticNameList *, int); |
| 2621 | void findElfAddresses(Dwarf_Debug, Dwarf_Die, staticNameList *); |
| 2622 | void getElfAddress(Dwarf_Debug, Dwarf_Die, staticAddrList *); |
| 2623 | |
| 2624 | #if defined(AFS_SGI62_ENV) && !defined(AFS_SGI65_ENV) |
| 2625 | #define AFS_N_FILELISTS 2 |
| 2626 | #define AFS_SYMS_NEEDED 3 |
| 2627 | #else /* AFS_SGI62_ENV */ |
| 2628 | #define AFS_N_FILELISTS 1 |
| 2629 | #endif /* AFS_SGI62_ENV */ |
| 2630 | |
| 2631 | |
| 2632 | |
| 2633 | void |
| 2634 | set_staticaddrs(void) |
| 2635 | { |
| 2636 | staticNameList fileList[AFS_N_FILELISTS]; |
| 2637 | |
| 2638 | fileList[0].addrList = |
| 2639 | (staticAddrList *) calloc(1, sizeof(staticAddrList)); |
| 2640 | if (!fileList[0].addrList) { |
| 2641 | printf("set_staticaddrs: Can't calloc fileList[0].addrList\n"); |
| 2642 | return; |
| 2643 | } |
| 2644 | fileList[0].file = "nfs_server.c"; |
| 2645 | fileList[0].found = 0; |
| 2646 | fileList[0].nAddrs = 1; |
| 2647 | fileList[0].addrList[0].name = "rfsdisptab_v2"; |
| 2648 | fileList[0].addrList[0].type = DW_AT_location; |
| 2649 | fileList[0].addrList[0].found = 0; |
| 2650 | |
| 2651 | #if defined(AFS_SGI62_ENV) && !defined(AFS_SGI65_ENV) |
| 2652 | fileList[1].addrList = |
| 2653 | (staticAddrList *) calloc(2, sizeof(staticAddrList)); |
| 2654 | if (!fileList[1].addrList) { |
| 2655 | printf("set_staticaddrs: Can't malloc fileList[1].addrList\n"); |
| 2656 | return; |
| 2657 | } |
| 2658 | fileList[1].file = "uipc_socket.c"; |
| 2659 | fileList[1].found = 0; |
| 2660 | fileList[1].nAddrs = 2; |
| 2661 | fileList[1].addrList[0].name = "sblock"; |
| 2662 | fileList[1].addrList[0].type = DW_AT_low_pc; |
| 2663 | fileList[1].addrList[0].found = 0; |
| 2664 | fileList[1].addrList[1].name = "sbunlock"; |
| 2665 | fileList[1].addrList[1].type = DW_AT_low_pc; |
| 2666 | fileList[1].addrList[1].found = 0; |
| 2667 | |
| 2668 | if (64 != sysconf(_SC_KERN_POINTERS)) |
| 2669 | findMDebugStaticAddresses(fileList, AFS_N_FILELISTS, AFS_SYMS_NEEDED); |
| 2670 | else |
| 2671 | #endif /* AFS_SGI62_ENV */ |
| 2672 | findDwarfStaticAddresses(fileList, AFS_N_FILELISTS); |
| 2673 | |
| 2674 | if (fileList[0].addrList[0].found) { |
| 2675 | afsd_call_syscall(AFSOP_NFSSTATICADDR2, fileList[0].addrList[0].addr.high, |
| 2676 | fileList[0].addrList[0].addr.low); |
| 2677 | } else { |
| 2678 | if (afsd_verbose) |
| 2679 | printf("NFS V2 is not present in the kernel.\n"); |
| 2680 | } |
| 2681 | free(fileList[0].addrList); |
| 2682 | #if defined(AFS_SGI62_ENV) && !defined(AFS_SGI65_ENV) |
| 2683 | if (fileList[1].addrList[0].found && fileList[1].addrList[1].found) { |
| 2684 | afsd_call_syscall(AFSOP_SBLOCKSTATICADDR2, |
| 2685 | fileList[1].addrList[0].addr.high, |
| 2686 | fileList[1].addrList[0].addr.low, |
| 2687 | fileList[1].addrList[1].addr.high, |
| 2688 | fileList[1].addrList[1].addr.low); |
| 2689 | } else { |
| 2690 | if (!fileList[1].addrList[0].found) |
| 2691 | printf("Can't find %s in kernel. Exiting.\n", |
| 2692 | fileList[1].addrList[0].name); |
| 2693 | if (!fileList[1].addrList[0].found) |
| 2694 | printf("Can't find %s in kernel. Exiting.\n", |
| 2695 | fileList[1].addrList[1].name); |
| 2696 | exit(1); |
| 2697 | } |
| 2698 | free(fileList[1].addrList); |
| 2699 | #endif /* AFS_SGI62_ENV */ |
| 2700 | } |
| 2701 | |
| 2702 | |
| 2703 | |
| 2704 | void |
| 2705 | findDwarfStaticAddresses(staticNameList * nameList, int nLists) |
| 2706 | { |
| 2707 | int fd; |
| 2708 | int i; |
| 2709 | int found = 0; |
| 2710 | int code; |
| 2711 | char *s; |
| 2712 | char *hname = (char *)0; |
| 2713 | Dwarf_Unsigned dwarf_access = O_RDONLY0x0000; |
| 2714 | Dwarf_Debug dwarf_debug; |
| 2715 | Dwarf_Error dwarf_error; |
| 2716 | Dwarf_Unsigned dwarf_cu_header_length; |
| 2717 | Dwarf_Unsigned dwarf_abbrev_offset; |
| 2718 | Dwarf_Half dwarf_address_size; |
| 2719 | Dwarf_Unsigned next_cu_header; |
| 2720 | Dwarf_Die dwarf_die; |
| 2721 | Dwarf_Die dwarf_next_die; |
| 2722 | Dwarf_Die dwarf_child_die; |
| 2723 | |
| 2724 | if (elf_version(EV_CURRENT) == EV_NONE) { |
| 2725 | printf("findDwarfStaticAddresses: Bad elf version.\n"); |
| 2726 | return; |
| 2727 | } |
| 2728 | |
| 2729 | if ((fd = open("/unix", O_RDONLY0x0000, 0)) < 0) { |
| 2730 | printf("findDwarfStaticAddresses: Failed to open /unix.\n"); |
| 2731 | return; |
| 2732 | } |
| 2733 | code = |
| 2734 | dwarf_init(fd, dwarf_access, NULL((void *)0), NULL((void *)0), &dwarf_debug, &dwarf_error); |
| 2735 | if (code != DW_DLV_OK) { |
| 2736 | |
| 2737 | close(fd); |
| 2738 | return; |
| 2739 | } |
| 2740 | |
| 2741 | found = 0; |
| 2742 | while (1) { |
| 2743 | |
| 2744 | |
| 2745 | |
| 2746 | code = |
| 2747 | dwarf_next_cu_header(dwarf_debug, &dwarf_cu_header_length, NULL((void *)0), |
| 2748 | &dwarf_abbrev_offset, &dwarf_address_size, |
| 2749 | &next_cu_header, &dwarf_error); |
| 2750 | if (code == DW_DLV_NO_ENTRY) { |
| 2751 | break; |
| 2752 | } else if (code == DW_DLV_ERROR) { |
| 2753 | printf("findDwarfStaticAddresses: Error reading headers: %s\n", |
| 2754 | dwarf_errmsg(dwarf_error)); |
| 2755 | break; |
| 2756 | } |
| 2757 | |
| 2758 | code = dwarf_siblingof(dwarf_debug, NULL((void *)0), &dwarf_die, &dwarf_error); |
| 2759 | if (code != DW_DLV_OK) { |
| 2760 | printf("findDwarfStaticAddresses: Can't get first die. %s\n", |
| 2761 | (code == DW_DLV_ERROR) ? dwarf_errmsg(dwarf_error) : ""); |
| 2762 | break; |
| 2763 | } |
| 2764 | |
| 2765 | |
| 2766 | code = dwarf_diename(dwarf_die, &hname, &dwarf_error); |
| 2767 | if (code == DW_DLV_OK) { |
| 2768 | s = strrchr(hname, '/'); |
| 2769 | for (i = 0; i < nLists; i++) { |
| 2770 | if (s && !strcmp(s + 1, nameList[i].file)) { |
| 2771 | findElfAddresses(dwarf_debug, dwarf_die, &nameList[i]); |
| 2772 | found++; |
| 2773 | break; |
| 2774 | } |
| 2775 | } |
| 2776 | } else { |
| 2777 | printf |
| 2778 | ("findDwarfStaticAddresses: Can't get name of current header. %s\n", |
| 2779 | (code == DW_DLV_ERROR) ? dwarf_errmsg(dwarf_error) : ""); |
| 2780 | break; |
| 2781 | } |
| 2782 | dwarf_dealloc(dwarf_debug, hname, DW_DLA_STRING); |
| 2783 | hname = (char *)0; |
| 2784 | if (found >= nLists) { |
| 2785 | break; |
| 2786 | } |
| 2787 | } |
| 2788 | |
| 2789 | |
| 2790 | (void)dwarf_finish(dwarf_debug, &dwarf_error); |
| 2791 | close(fd); |
| 2792 | } |
| 2793 | |
| 2794 | void |
| 2795 | findElfAddresses(Dwarf_Debug dwarf_debug, Dwarf_Die dwarf_die, |
| 2796 | staticNameList * nameList) |
| 2797 | { |
| 2798 | int i; |
| 2799 | Dwarf_Error dwarf_error; |
| 2800 | Dwarf_Die dwarf_next_die; |
| 2801 | Dwarf_Die dwarf_child_die; |
| 2802 | Dwarf_Attribute dwarf_return_attr; |
| 2803 | char *vname = (char *)0; |
| 2804 | int found = 0; |
| 2805 | int code; |
| 2806 | |
| 2807 | |
| 2808 | code = dwarf_child(dwarf_die, &dwarf_child_die, &dwarf_error); |
| 2809 | if (code != DW_DLV_OK) { |
| 2810 | printf("findElfAddresses: Can't get child die. %s\n", |
| 2811 | (code == DW_DLV_ERROR) ? dwarf_errmsg(dwarf_error) : ""); |
| 2812 | return; |
| 2813 | } |
| 2814 | |
| 2815 | |
| 2816 | dwarf_next_die = (Dwarf_Die) 0; |
| 2817 | do { |
| 2818 | code = dwarf_diename(dwarf_child_die, &vname, &dwarf_error); |
| 2819 | |
| 2820 | if (code == DW_DLV_OK) { |
| 2821 | for (i = 0; i < nameList->nAddrs; i++) { |
| 2822 | if (!nameList->addrList[i].found) { |
| 2823 | if (!strcmp(vname, nameList->addrList[i].name)) { |
| 2824 | getElfAddress(dwarf_debug, dwarf_child_die, |
| 2825 | &(nameList->addrList[i])); |
| 2826 | found++; |
| 2827 | break; |
| 2828 | } |
| 2829 | } |
| 2830 | } |
| 2831 | } |
| 2832 | if (dwarf_next_die) |
| 2833 | dwarf_dealloc(dwarf_debug, dwarf_next_die, DW_DLA_DIE); |
| 2834 | |
| 2835 | if (found >= nameList->nAddrs) { |
| 2836 | break; |
| 2837 | } |
| 2838 | |
| 2839 | dwarf_next_die = dwarf_child_die; |
| 2840 | code = |
| 2841 | dwarf_siblingof(dwarf_debug, dwarf_next_die, &dwarf_child_die, |
| 2842 | &dwarf_error); |
| 2843 | |
| 2844 | } while (code == DW_DLV_OK); |
| 2845 | } |
| 2846 | |
| 2847 | |
| 2848 | void |
| 2849 | getElfAddress(Dwarf_Debug dwarf_debug, Dwarf_Die dwarf_child_die, |
| 2850 | staticAddrList * addrList) |
| 2851 | { |
| 2852 | int i; |
| 2853 | Dwarf_Error dwarf_error; |
| 2854 | Dwarf_Attribute dwarf_return_attr; |
| 2855 | Dwarf_Bool dwarf_return_bool; |
| 2856 | Dwarf_Locdesc *llbuf = NULL((void *)0); |
| 2857 | Dwarf_Signed listlen; |
| 2858 | off64_t addr = (off64_t) 0; |
| 2859 | int code; |
| 2860 | |
| 2861 | code = |
| 2862 | dwarf_hasattr(dwarf_child_die, addrList->type, &dwarf_return_bool, |
| 2863 | &dwarf_error); |
| 2864 | if ((code != DW_DLV_OK) || (!dwarf_return_bool)) { |
| 2865 | printf("getElfAddress: no address given for %s. %s\n", addrList->name, |
| 2866 | (code == DW_DLV_ERROR) ? dwarf_errmsg(dwarf_error) : ""); |
| 2867 | return; |
| 2868 | } |
| 2869 | code = |
| 2870 | dwarf_attr(dwarf_child_die, addrList->type, &dwarf_return_attr, |
| 2871 | &dwarf_error); |
| 2872 | if (code != DW_DLV_OK) { |
| 2873 | printf("getElfAddress: Can't get attribute. %s\n", |
| 2874 | (code == DW_DLV_ERROR) ? dwarf_errmsg(dwarf_error) : ""); |
| 2875 | return; |
| 2876 | } |
| 2877 | |
| 2878 | switch (addrList->type) { |
| 2879 | case DW_AT_location: |
| 2880 | code = |
| 2881 | dwarf_loclist(dwarf_return_attr, &llbuf, &listlen, &dwarf_error); |
| 2882 | if (code != DW_DLV_OK) { |
| 2883 | printf("getElfAddress: Can't get location for %s. %s\n", |
| 2884 | addrList->name, |
| 2885 | (code == DW_DLV_ERROR) ? dwarf_errmsg(dwarf_error) : ""); |
| 2886 | return; |
| 2887 | } |
| 2888 | if ((listlen != 1) || (llbuf[0].ld_cents != 1)) { |
| 2889 | printf("getElfAddress: %s has more than one address.\n", |
| 2890 | addrList->name); |
| 2891 | return; |
| 2892 | } |
| 2893 | addr = llbuf[0].ld_s[0].lr_number; |
| 2894 | break; |
| 2895 | |
| 2896 | case DW_AT_low_pc: |
| 2897 | code = |
| 2898 | dwarf_lowpc(dwarf_child_die, (Dwarf_Addr *) & addr, &dwarf_error); |
| 2899 | if (code != DW_DLV_OK) { |
| 2900 | printf("getElfAddress: Can't get lowpc for %s. %s\n", |
| 2901 | addrList->name, |
| 2902 | (code == DW_DLV_ERROR) ? dwarf_errmsg(dwarf_error) : ""); |
| 2903 | return; |
| 2904 | } |
| 2905 | break; |
| 2906 | |
| 2907 | default: |
| 2908 | printf("getElfAddress: Bad case %d in switch.\n", addrList->type); |
| 2909 | return; |
| 2910 | } |
| 2911 | |
| 2912 | addrList->addr.high = (addr >> 32) & 0xffffffff; |
| 2913 | addrList->addr.low = addr & 0xffffffff; |
| 2914 | addrList->found = 1; |
| 2915 | } |
| 2916 | |
| 2917 | #if defined(AFS_SGI62_ENV) && !defined(AFS_SGI65_ENV) |
| 2918 | |
| 2919 | |
| 2920 | |
| 2921 | |
| 2922 | |
| 2923 | |
| 2924 | |
| 2925 | |
| 2926 | |
| 2927 | |
| 2928 | |
| 2929 | int |
| 2930 | SearchNameList(char *name, afs_uint32 addr, staticNameList * nameList, |
| 2931 | int nLists) |
| 2932 | { |
| 2933 | int i, j; |
| 2934 | for (i = 0; i < nLists; i++) { |
| 2935 | for (j = 0; j < nameList[i].nAddrs; j++) { |
| 2936 | if (nameList[i].addrList[j].found) |
| 2937 | continue; |
| 2938 | if (!strcmp(name, nameList[i].addrList[j].name)) { |
| 2939 | nameList[i].addrList[j].addr.high = 0; |
| 2940 | nameList[i].addrList[j].addr.low = addr; |
| 2941 | nameList[i].addrList[j].found = 1; |
| 2942 | return 1; |
| 2943 | } |
| 2944 | } |
| 2945 | } |
| 2946 | return 0; |
| 2947 | } |
| 2948 | |
| 2949 | static void |
| 2950 | SearchMDebug(Elf_Scn * scnp, Elf32_Shdr * shdrp, staticNameList * nameList, |
| 2951 | int nLists, int needed) |
| 2952 | { |
| 2953 | long *buf = (long *)(elf_getdata(scnp, NULL((void *)0))->d_buf); |
| 2954 | u_long addr, mdoff = shdrp->sh_offset; |
| 2955 | HDRR *hdrp; |
| 2956 | SYMR *symbase, *symp, *symend; |
| 2957 | FDR *fdrbase, *fdrp; |
| 2958 | int i, j; |
| 2959 | char *strbase, *str; |
| 2960 | int ifd; |
| 2961 | int nFound = 0; |
| 2962 | |
| 2963 | |
| 2964 | addr = (__psunsigned_t) buf; |
| 2965 | hdrp = (HDRR *) addr; |
| 2966 | |
| 2967 | |
| 2968 | addr = (u_long) buf + (u_long) (hdrp->cbFdOffset - mdoff); |
| 2969 | fdrbase = (FDR *) addr; |
| 2970 | addr = (u_long) buf + (u_long) (hdrp->cbSymOffset - mdoff); |
| 2971 | symbase = (SYMR *) addr; |
| 2972 | addr = (u_long) buf + (u_long) (hdrp->cbSsOffset - mdoff); |
| 2973 | strbase = (char *)addr; |
| 2974 | |
| 2975 | #define KEEPER(a,b) ((a == stStaticProc && b == scText) || \ |
| 2976 | (a == stStatic && (b == scData || b == scBss || \ |
| 2977 | b == scSBss || b == scSData))) |
| 2978 | |
| 2979 | for (fdrp = fdrbase; fdrp < &fdrbase[hdrp->ifdMax]; fdrp++) { |
| 2980 | str = strbase + fdrp->issBase + fdrp->rss; |
| 2981 | |
| 2982 | |
| 2983 | for (symp = &symbase[fdrp->isymBase]; |
| 2984 | symp < &symbase[fdrp->isymBase + fdrp->csym]; symp++) { |
| 2985 | if (KEEPER(symp->st, symp->sc)) { |
| 2986 | if (symp->value == 0) |
| 2987 | continue; |
| 2988 | |
| 2989 | str = strbase + fdrp->issBase + symp->iss; |
| 2990 | |
| 2991 | if (SearchNameList(str, symp->value, nameList, nLists)) { |
| 2992 | nFound++; |
| 2993 | if (nFound >= needed) |
| 2994 | return; |
| 2995 | } |
| 2996 | } |
| 2997 | } |
| 2998 | } |
| 2999 | } |
| 3000 | |
| 3001 | |
| 3002 | |
| 3003 | |
| 3004 | |
| 3005 | |
| 3006 | Elf_Scn * |
| 3007 | findMDebugSection(Elf * elf, char *scn_name) |
| 3008 | { |
| 3009 | Elf64_Ehdr *ehdr64; |
| 3010 | Elf32_Ehdr *ehdr32; |
| 3011 | Elf_Scn *scn = NULL((void *)0); |
| 3012 | Elf64_Shdr *shdr64; |
| 3013 | Elf32_Shdr *shdr32; |
| 3014 | |
| 3015 | if ((ehdr32 = elf32_getehdr(elf)) == NULL((void *)0)) |
| 3016 | return (NULL((void *)0)); |
| 3017 | do { |
| 3018 | if ((scn = elf_nextscn(elf, scn)) == NULL((void *)0)) |
| 3019 | break; |
| 3020 | if ((shdr32 = elf32_getshdr(scn)) == NULL((void *)0)) |
| 3021 | return (NULL((void *)0)); |
| 3022 | } while (strcmp |
| 3023 | (scn_name, |
| 3024 | elf_strptr(elf, ehdr32->e_shstrndx, shdr32->sh_name))); |
| 3025 | |
| 3026 | return (scn); |
| 3027 | } |
| 3028 | |
| 3029 | |
| 3030 | void |
| 3031 | findMDebugStaticAddresses(staticNameList * nameList, int nLists, int needed) |
| 3032 | { |
| 3033 | int fd; |
| 3034 | Elf *elf; |
| 3035 | Elf_Scn *mdebug_scn; |
| 3036 | Elf32_Shdr *mdebug_shdr; |
| 3037 | char *names; |
| 3038 | |
| 3039 | if ((fd = open("/unix", O_RDONLY0x0000)) == -1) { |
| 3040 | printf("findMDebugStaticAddresses: Failed to open /unix.\n"); |
| 3041 | return; |
| 3042 | } |
| 3043 | |
| 3044 | (void)elf_version(EV_CURRENT); |
| 3045 | if ((elf = elf_begin(fd, ELF_C_READ, NULL((void *)0))) == NULL((void *)0)) { |
| 3046 | printf |
| 3047 | ("findMDebugStaticAddresses: /unix doesn't seem to be an elf file\n"); |
| 3048 | close(fd); |
| 3049 | return; |
| 3050 | } |
| 3051 | mdebug_scn = findMDebugSection(elf, ".mdebug"); |
| 3052 | if (!mdebug_scn) { |
| 3053 | printf("findMDebugStaticAddresses: Can't find .mdebug section.\n"); |
| 3054 | goto find_end; |
| 3055 | } |
| 3056 | mdebug_shdr = elf32_getshdr(mdebug_scn); |
| 3057 | if (!mdebug_shdr) { |
| 3058 | printf("findMDebugStaticAddresses: Can't find .mdebug header.\n"); |
| 3059 | goto find_end; |
| 3060 | } |
| 3061 | |
| 3062 | (void)SearchMDebug(mdebug_scn, mdebug_shdr, nameList, nLists, needed); |
| 3063 | |
| 3064 | find_end: |
| 3065 | elf_end(elf); |
| 3066 | close(fd); |
| 3067 | } |
| 3068 | #endif /* AFS_SGI62_ENV */ |
| 3069 | |
| 3070 | #else /* AFS_SGI61_ENV */ |
| 3071 | #include <nlist.h> |
| 3072 | struct nlist nlunix[] = { |
| 3073 | {"rfsdisptab_v2"}, |
| 3074 | {0}, |
| 3075 | }; |
| 3076 | |
| 3077 | get_nfsstaticaddr() |
| 3078 | { |
| 3079 | int i, j, kmem, count; |
| 3080 | |
| 3081 | if ((kmem = open("/dev/kmem", O_RDONLY0x0000)) < 0) { |
| 3082 | printf("Warning: can't open /dev/kmem\n"); |
| 3083 | return 0; |
| 3084 | } |
| 3085 | if ((j = nlist("/unix", nlunix)) < 0) { |
| 3086 | printf("Warning: can't nlist /unix\n"); |
| 3087 | return 0; |
| 3088 | } |
| 3089 | i = nlunix[0].n_value; |
| 3090 | if (lseek(kmem, i, L_SET0 ) != i) { |
| 3091 | printf("Warning: can't lseek to %x\n", i); |
| 3092 | return 0; |
| 3093 | } |
| 3094 | if ((j = read(kmem, &count, sizeof count)) != sizeof count) { |
| 3095 | printf("WARNING: kmem read at %x failed\n", i); |
| 3096 | return 0; |
| 3097 | } |
| 3098 | return i; |
| 3099 | } |
| 3100 | #endif /* AFS_SGI61_ENV */ |
| 3101 | #endif /* AFS_SGI53_ENV */ |
| 3102 | |
| 3103 | struct afsd_syscall_args { |
| 3104 | long syscall; |
| 3105 | long param1; |
| 3106 | long param2; |
| 3107 | long param3; |
| 3108 | long param4; |
| 3109 | long param5; |
| 3110 | const char *rn; |
| 3111 | int rxpri; |
| 3112 | }; |
| 3113 | |
| 3114 | |
| 3115 | |
| 3116 | |
| 3117 | |
| 3118 | |
| 3119 | |
| 3120 | |
| 3121 | |
| 3122 | static void * |
| 3123 | call_syscall_thread(void *rock) |
| 3124 | { |
| 3125 | struct afsd_syscall_args *args = rock; |
| 3126 | int code; |
| 3127 | |
| 3128 | if (args->rxpri) { |
| 3129 | afsd_set_rx_rtpri(); |
| 3130 | } |
| 3131 | |
| 3132 | code = afsd_call_syscall(args->syscall, args->param1, args->param2, |
| 3133 | args->param3, args->param4, args->param5); |
| 3134 | if (code && args->syscall == AFSOP_START_CS4) { |
| 3135 | printf("%s: No check server daemon in client.\n", args->rn); |
| 3136 | } |
| 3137 | |
| 3138 | free(args); |
| 3139 | |
| 3140 | return NULL((void *)0); |
| 3141 | } |
| 3142 | |
| 3143 | |
| 3144 | |
| 3145 | |
| 3146 | |
| 3147 | |
| 3148 | |
| 3149 | |
| 3150 | |
| 3151 | |
| 3152 | static void |
| 3153 | fork_syscall_impl(int rx, int wait, const char *rn, long syscall, long param1, |
| 3154 | long param2, long param3, long param4, long param5) |
| 3155 | { |
| 3156 | struct afsd_syscall_args *args; |
| 3157 | |
| 3158 | args = malloc(sizeof(*args)); |
| 3159 | |
| 3160 | args->syscall = syscall; |
| 3161 | args->param1 = param1; |
| 3162 | args->param2 = param2; |
| 3163 | args->param3 = param3; |
| 3164 | args->param4 = param4; |
| 3165 | args->param5 = param5; |
| 3166 | args->rxpri = rx; |
| 3167 | args->rn = rn; |
| 3168 | |
| 3169 | afsd_fork(wait, call_syscall_thread, args); |
| 3170 | } |
| 3171 | |
| 3172 | |
| 3173 | |
| 3174 | |
| 3175 | static void |
| 3176 | fork_syscall(const char *rn, long syscall, long param1, long param2, |
| 3177 | long param3, long param4, long param5) |
| 3178 | { |
| 3179 | fork_syscall_impl(0, 0, rn, syscall, param1, param2, param3, param4, param5); |
| 3180 | } |
| 3181 | |
| 3182 | |
| 3183 | |
| 3184 | |
| 3185 | static void |
| 3186 | fork_rx_syscall(const char *rn, long syscall, long param1, long param2, |
| 3187 | long param3, long param4, long param5) |
| 3188 | { |
| 3189 | fork_syscall_impl(1, 0, rn, syscall, param1, param2, param3, param4, param5); |
| 3190 | } |
| 3191 | |
| 3192 | #if defined(AFS_SUN510_ENV) && defined(RXK_LISTENER_ENV1) |
| 3193 | |
| 3194 | |
| 3195 | |
| 3196 | |
| 3197 | static void |
| 3198 | fork_rx_syscall_wait(const char *rn, long syscall, long param1, long param2, |
| 3199 | long param3, long param4, long param5) |
| 3200 | { |
| 3201 | fork_syscall_impl(1, 1, rn, syscall, param1, param2, param3, param4, param5); |
| 3202 | } |
| 3203 | #endif /* AFS_SUN510_ENV && RXK_LISTENER_ENV */ |