- Aug 20, 2002
-
-
Leigh B. Stoller authored
files.
-
Leigh B. Stoller authored
exhibiting. Sheesh!
-
Leigh B. Stoller authored
-
Mike Hibler authored
MAC incorrectly (byte-swapped) for at least one type of Lite-on card (the ones that UK has). BSD reports it correctly. "Correctly" is defined by the vendor ID having the value assigned to that vendor.
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Leigh B. Stoller authored
flag in the nodes table when a user changes his info. Two routines, one to do it by type (as for widearea nodes) and another to do it by project (as for local) nodes. This last is kinda inefficient, but probably not too big a deal. mkacct: Two changes. 1. Use the above changes in libdb when a user changes his info. With this change, no longer need to do an account update in the experiment page for the ron/wa nodes. The nodes are marked as needing the update in mkacct, based on the nodes the user has access to. Note, this change applies only to widearea nodes; still need to use the update option in the experiment menu for local nodes, although I plan to change that to at some point by adding a watchdog on the local nodes. 2. ssh2 key support. The DB can now store both ssh1 and ssh2 keys, however those keys are handled differently when creating the auth keys files for users. There are actually two files created now, the second being the ssh2 key file call authorized_keys2. This change is mirrored in the client side code as well.
-
Leigh B. Stoller authored
started. This for the benefit of Austin's new SFS support.
-
Leigh B. Stoller authored
-
- Aug 19, 2002
-
-
Austin Clements authored
-
Austin Clements authored
-
Mike Hibler authored
emulabboot.sh: make sure tbbootconfig is executable rc.emulab: fix exit code register.sh: pass netbed_IP on to register.pl waipconfig.pl: fix exit code attempt to intuit gateway: (addr & mask) | 1 code to set netmask based on network type, but for now stick with common 255.255.255.0 more exotic code for determining disk (grubs through dmesg output looking for disks, checks sizes to make sure they are big enough) register.pl: use IP address passed in rather than trying to resolve from hostname check hash of on CD image (we may want to disable this, takes a long time) get rid of hack when calling tbbootconfig since it is now fixed
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
numeric order by priority instead of name.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- Aug 18, 2002
-
-
Chad Barb authored
Fixed small error in header (emulation/simulation switched) Also did the netbed name change.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
in.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
its like a credit card number; you are not supposed to actually type the spaces. Oh well.
-
- Aug 17, 2002
-
-
Leigh B. Stoller authored
there now a list of ports to try instead of the one. The server side is not done yet though.
-
Chad Barb authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
earlier.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
a bad md5.
-
Chad Barb authored
These might help.
-
Jay Lepreau authored
Space out the list some more; looked crappy. Still need to add some more recent talks.
-
Mike Hibler authored
take debug option out of imageunzip from cd (dooh!) call shutdown instead of reboot on CD system, prevents long hangs due to unflushable buffers add stop option to register.sh so it doesn't whine during shutdown
-
- Aug 16, 2002
-
-
Chad Barb authored
The big one. New look; most of the changes are in menu.php3. A lot of the changes in other files are s/<TD>/<TH>/ for table headers. Also closed some tags, tweaked some table styles, etc.. No actual functionality should have changed. Will be installing soon...
-
Chad Barb authored
Changed format for passing in command to execute to use @s instead of %s.. also removed exteraneous output when not using -v.
-
Mike Hibler authored
(~stoller/dga.cdrom) <image> is the disk filesystem that winds up imagezipped (pc16's disk) <floppy> is the floppy image for the CD-ROM (~stoller/dga.cdrom/floppies/boot.flp) =========== <cdrom>/etc/rc.cdroot: Add "-c 16" to mount_mfs commands to get rid of warning message. <cdrom>/usr/site/sbin/register.pl Added "showprogress" which, when set, will do more verbose output from wget and imageunzip. Added more "be patient" messages, they now use a common string. Warn about kernel messages when creating tmp filesystem. Use installed emulab.net, not Leigh's development tree. Get "Dance with Netbed" prompt off same line as "starting local daemons..." <cdrom>/usr/site/sbin/waipconfig.pl Change WhichRawDisk to use non-'r' special files, there is no distinct raw device interface anymore. Also add ATAPI RAID to the list to try. Default netmask to 255.255.255.0. Split-off initial install path some so that we can introduce prompts which don't time out (like, "are you sure you want to do this?"). rawbootdisk becomes netbed_disk in the rc.conf.local, also add and writeout netbsd_IP for use in the register.pl script (which doesn't use it yet). <image>/etc/ntp.conf: Change "remote peers" (servers) to utah.ron and mit.ron <image>/var: Cleaned out logfiles and other cruft. Logfiles had a little too much info in them for my tastes (hostnames, IPs, users...) <floppy>/boot/loader: Fixed "Aborted" error message
-