- 06 Oct, 2003 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
the DB, when doing main install. Also updated sql/database-fill.sql while I was at it.
-
- 03 Oct, 2003 5 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
are doing their own firewalling can leave them open.
-
Mike Hibler authored
program, it only took a couple of hours. Heavily tested: it didn't core dump examining my 20GB FAT32 partition, ship it! Actually, I did imagezip/imageunzip a FAT12 DOS floppy. Since imagezip files are a minimum of 1MB (the chunk size), it is probably not practical for saving 1.4MB floppies :-) Also, updated the man page.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 02 Oct, 2003 14 commits
-
-
Mike Hibler authored
Previously, if you accessed a phys node by its real IP address (155.101.132.N) from inside a jail, it used the default route going to the router and back. Now it will put it out directly on the control net. The main reason for this is so that minibed vnodes can reach their boss and ops nodes. Vnodes in mini don't have a default route that works, so we needed a way to get to boss/ops. Note that gated will remove this route when it starts up. Thus, vnodes will revert to using the default route to get to the real control net. On mainbed, this will still work (hop through the router as before). On mini, it won't work at all. Moral: don't use session routing and vnodes on mini.
-
Robert Ricci authored
-
Robert Ricci authored
appended to the hostname. For the gateway interface on IXP nodes.
-
Leigh B. Stoller authored
from the interfaces table of the parent node. This coincides with Rob's changes to stash the IP there, and arrange for it to go into DNS.
-
Mike Hibler authored
Changes to "info" option
-
Leigh B. Stoller authored
set properly.
-
Leigh B. Stoller authored
batchstate on an experiment.
-
Mac Newbold authored
-
Mac Newbold authored
-
Leigh B. Stoller authored
someday, but not today!
-
Leigh B. Stoller authored
fixed fix before declaring the fix was fixed. Note that I haven't tested this fix either.
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
"Piece of cake!" he says... "15 minutes" he says... Well, a day later, we can now deal with extended partition tables. It was almost easy. The offsets in an extended partition table are relative to the location of that table...mostly. The exception is if an extended partition table contains an entry for another extended table. Then the offset provided is relative to the *first* extended partition table found, not the current one. This was also complicated by the NTFS library code which needs to be fed a device special file corresponding to the filesystem partition. So if I am cruising alone creating a whole disk image using /dev/ad0 and I hit a partition containing an NTFS, I have to figure out the BSD name for that particular partition: "hmm..I'm looking at partition 3? That would be /dev/ad0s3". Its easy for the first 4 partitions, but for extended partitions, I had to figure out how BSD mapped those partitions into device names. Once I became aware of the DIOCGSLICEINFO ioctl, this was easy as it gave back all the info needed.
-
- 01 Oct, 2003 6 commits
-
-
David Anderson authored
Latest linktest parser with callbacks inside ns, new representation of links and examples of duplex and simplex netbed extensions.
-
Leigh B. Stoller authored
for all nodes the user has permission to use (checks the nodetypeXpid_permissions table).
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 30 Sep, 2003 13 commits
-
-
Robert Ricci authored
node - copies source, etc. from NFS to avoid mountd problems, and copies results back when finished.
-
David Anderson authored
modified tb_compat for use with linktest. works with a patch to the tcl libraries in ns (coming to cvs soon) . first version.
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
-
Leigh B. Stoller authored
batch jobs will end! There were two problems; 1) The socket was 744, so mere users were not able to run tmcc. 2) libsetup was not even using the proxy socket cause it was never looking for it.
-
Leigh B. Stoller authored
the batch system see's them as always done. There is no reason to do this from the node itself, since it would be really hard to have either a jail or delay node without other nodes in the topology!
-
Leigh B. Stoller authored
search box so that we can search for a user name.
-
Leigh B. Stoller authored
protocol for external scripts. Now that Mike has been successfully embarrased in front of everyone, I will document said protocol: $status < 0 - Fatal error. Email output to tbops. $status = 0 - Everything okay! $status > 0 - Expected error. Give results to user only. Of course, only 4 scripts have been adapted to the new protocol, but thats okay. I'm sure Mike will trip over them all eventually.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
awaiting word from Kirk.
-