[01:06:49] --- Russ has left: Disconnected [06:43:49] --- reuteras has left [07:03:04] --- meffie has left [07:10:00] --- jaltman/FrogsLeap has left: Disconnected [07:10:08] --- jaltman/FrogsLeap has become available [07:15:26] --- deason has become available [08:51:43] --- mho has become available [09:01:43] --- jaltman/FrogsLeap has left: Disconnected [09:21:57] I suppose I should build openafs-stable-1_6_x and check what that looks like. Makes a convenient setup for starting a bisection, too, I suppose. [09:43:24] --- rra has become available [10:28:25] --- mfelliott has become available [10:30:21] --- jaltman/FrogsLeap has become available [11:56:53] --- jaltman/FrogsLeap has left: Disconnected [12:00:09] --- jaltman/FrogsLeap has become available [12:23:04] --- jaltman/FrogsLeap has left: Disconnected [12:26:55] --- jaltman/FrogsLeap has become available [15:59:20] Huh, openafs-stable-1_6_x now seems happy on my machine. [16:05:16] --- deason has left [16:36:05] 1.6.0pre1 + rx_multi + shutdown-glock + lookup + afs_root-glock + revitalize-fbsd7.x: cc -g -O -I/usr/ports/net/openafs/work/openafs-1.6.0pre1/src/config -I/usr/ports/net/openafs/work/openafs-1.6.0pre1/include -I. -I. -O2 -pipe -fPIC -c ./volparse.c ./volparse.c: In function 'util_GetInt64': ./volparse.c:353: error: incompatible types in assignment ./volparse.c:383: error: invalid operands to binary * ./volparse.c:384: error: invalid operands to binary + ./volparse.c:389: error: wrong type argument to unary minus ./volparse.c: In function 'util_GetUInt64': ./volparse.c:402: error: incompatible types in assignment ./volparse.c:425: error: invalid operands to binary * ./volparse.c:426: error: invalid operands to binary + *** Error code 1 I feel like we fixed this once before, but I don't remember the details. [16:43:52] --- deason has become available [16:44:51] 64BIT_ENV-related, perhaps? [16:46:01] Probably. [16:46:19] yeah, master got rid of 64BIT_ENV, but it still exists on 1.6; perhaps the fbsd param file just needs it defined for 1.6? [16:46:19] I also should be doing things other than looking at it, right now. [17:07:19] Hmm. My first time adding a new server to a cell; I have the right KeyFile as I can bos exec -localauth on a different server, but when I try to do things from my laptop on the new server, I get: bos: failed to execute command (you are not authorized for this operation) Pointers to which section of the admin guide I should be reading are welcome. [17:27:31] Is UserList installed on that system? [17:27:50] The admin guide assumes that you're running upserver/upclient to replicate the configuration. [17:31:15] I think I have figured some things out. [17:31:30] There is a userlist installed. [17:33:05] --- rra has left: Disconnected [17:51:28] --- Russ has become available [18:54:47] Core was generated by `fileserver'. Program terminated with signal 3, Quit. (gdb) bt #0 0x0000000800708fac in __error () from /lib/libthr.so.3 #1 0x0000000800707083 in pthread_cond_signal () from /lib/libthr.so.3 #2 0x0000000000488c1d in rxi_ReadProc (call=0x801407800, buf=0x7fffffffe2cf "", nbytes=1) at ./../rx/rx_rdwr.c:251 #3 0x0000000000480f62 in rx_EndCall (call=0x801407800, rc=0) at ./../rx/rx.c:2162 #4 0x000000000042b7fb in VL_RegisterAddrs (z_conn=0x800fc8640, uuidp=0x5df6d0, spare1=0, ipaddr=0x7fffffffe480) at ../vlserver/vldbint.cs.c:3958 #5 0x000000000042f047 in ubik_VL_RegisterAddrs (aclient=0x800ea6200, aflags=Variable "aflags" is not available. ) at ../vlserver/vldbint.cs.c:4052 #6 0x000000000040bced in Do_VLRegisterRPC () at ../viced/viced.c:1833 #7 0x000000000040d15f in main (argc=1, argv=Variable "argv" is not available. ) at ../viced/viced.c:2191 [19:42:57] krb.conf is only required on the server when the cell name differs from the realm name? [19:49:40] yes [19:54:37] --- jaltman/FrogsLeap has left: Disconnected [19:55:48] I think I am not going to worry about that case in the rc script. [20:28:30] Do I get an easy way to install man pages in /usr/local/man instead of /usr/local/share/man? [21:57:42] --- jaltman/FrogsLeap has become available [22:52:28] --- deason has left [23:29:12] --- reuteras has become available [23:45:07] kaduk: --mandir=/usr/local/man should do the right thing, I think. [23:50:32] Hmm. I will try that out. For some reason things don't seem to be showing up in my MANPATH when I build from tarballs, but ISTR that they do show up when I build from git. [23:52:55] Anyway, for Derrick, cherry-picking the fbsd 7 fixes atop the patched 1.6.0pre1 I mentioned before, and adding AFS64BIT_ENV to param.h, does let things build, so I guess it is worth cherry-picking in. Trying to start afsd gives a page fault on something like 0x7fc0000000 in namei, though. [23:53:08] (Er, on fbsd 7.3-release).