Re: O/S - System upgrade with CVS (Jez Hancock)
Hi Jez, I have read the Handbook 3rd edition, the cvs man pages, printed the Online Chapter 19 and read them a few times already, although I will admit that not everything is fully clear. However the problem I am experiencing is in the: "make buildworld" stage 4: building libraries causing an error condition cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-omit-frame-pointer -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c *** Signal 10 Stop in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Where can I find an explanation of the error codes, these are not available in the online manual , are they? at least then I may be able to start deciphering something about the problem. All. I have now is that something is amiss in the crtstuff.c file of which I have 3 on my desk, 1. /usr/local/gcc-3.2.2/gcc/crtstuff.c 2. /usr/src/contrib/gcc/crtstuff.c 3. /usr/home/maxwell/downloads/gcc/nu042803/gcc-3.2.3/gcc/crtstuff.c 1 is a pre - production untarring file, 2 is the one just downloaded via the cvs supfile and 3 the initial download of gcc used in 1, I am assuming, and from all indications it is using #2 . But the error code legend will go a far way for me in figuring out what is going on. Thanks -- Joe -- [EMAIL PROTECTED] wrote: > > -- > > Message: 16 > Date: Sat, 7 Jun 2003 12:01:01 +0100 > From: Jez Hancock <[EMAIL PROTECTED]> > Subject: Re: O/S - System upgrade with CVS > To: FreeBSD Users <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > Hi Joseph, > > On Sat, Jun 07, 2003 at 02:14:38AM -0700, Joseph Maxwell wrote: > > Thanks, xcas, your instructions were clear, succinct and precise, much better than > > I had encountered elsewhere. > Have you read through the handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ > > especially Chapter 21 - The Cutting Edge: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html > > if not it's worth reading several times before attempting to upgrade > your system (even if you're in the middle of it right now). > > Make sure to to follow the links to the appendices (regarding cvsup and > cvsup tags). > > Regards, > Jez > > -- > ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: O/S - System upgrade with CVS
Thanks, xcas, your instructions were clear, succinct and precise, much better than I had encountered elsewhere. However, everything ran fine until running "make buildworld" stage 4: building libraries ( as before ), the output ==> cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-omit-frame-pointer -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c *** Signal 10 Stop in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. A verification request below ==> [EMAIL PROTECTED] wrote: > - > - > - > > This is what you want your supfile to be.. > > # cvsup -g -L 2 supfile > *default base=/usr > *default compress > *default delete > *default host=cvsup.freebsd.org > *default prefix=/usr > *default release=cvs > *default use-rel-suffix > > *default tag=RELENG_4_8 > src-all > > *default tag=. > ports-all > > when that's finished.. > > cd /usr > rm -r obj > cd src > make cleandir && make cleandir (not a typo) > make buildworld > make buildkernel > make installkernel > shutdown now ( Is the system to be powered down at this stage & restarted ) > > make installworld > mergemaster > reboot Thanks -- Joe -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
O/S - System upgrade with CVS
Hello, Attempting to update my O/S from 4.2 to 4.8 Existing dir structure : ==> /usr/CVSROOT ( created from dist disks w/ initial installation ) I used the following cvsup files to acquire & distribute the files for the respository, creating /usr/src /usr/ports /usr/doc /usr/packages (MT Directory) *default host=cvsup3.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=. *default delete use-rel-suffix src-all tag=RELENG_4 *default host=cvsup3.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=. *default delete use-rel-suffix ## Ports Collection. # # The easiest way to get the ports tree is to use the "ports-all" # mega-collection. It includes all of the individual "ports-*" # collections, ports-all doc-all cvs-crypto The documentation "Complete FreeBSD" 3rd Ed. states that CVSROOT is not part of the source tree. ==> setenv CVSROOT /usr ( hopefully this is the correct path ) I then attempted to do an update machine1# cvs update -P -d cvs update: in directory .: cvs [update aborted]: there is no version here; run 'cvs checkout' first machine1# cvs checkout cvs [checkout aborted]: must specify at least one module or directory So I went ahead with a "make world" ==> -- -- -- -- >>> stage 4: building libraries -- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries cd /usr/src; make -f Makefile.inc1 _startup_libs; make -f Makefile.inc1 _prebuild_libs; make -f Makefile.inc1 _generic_libs; echo "===> gnu/lib/csu"; cd /usr/src/gnu/lib/csu; make DIRPRFX=gnu/lib/csu/ depend; make DIRPRFX=gnu/lib/csu/ all; make DIRPRFX=gnu/lib/csu/ install ===> gnu/lib/csu echo '#include "i386/i386.h"' > tm.h echo '#include "i386/att.h"'>> tm.h echo '#include ' >> tm.h echo '#include "i386/freebsd.h"'>> tm.h echo '#include "i386/perform.h"'>> tm.h rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-omit-frame-pointer -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c *** Signal 10 Stop in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Could someone guide me over this hump? Thanks -- Joe -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Repositioning /var | /tmp to avoid disk full condition
Hello, The 3rd edition of "The Complete FreeBSD" suggest repositioning the /var directory ( and even /tmp) to prevent filling up that partition. I ignored it and did just that today, filled it up. So I attempted the repositioning with the following recommended command steps and results: cd /var tar cf - . | (cd /usr/var; tar xf - ) cd / rm -rf /var ln -s /usr/var /var However the 'rm -rf /var' returned rm: /var: Device busy After trying all known tricks to me to remove /var, I concluded that since it was mounted from the /etc/fstab I should dismount it and remove the directory (link point ?) and create a soft link there as recommended. However, on rebooting boot was aborted, was thrown into single users mode. After some findangling eventually got the system back up as before with the /var directory, except that now it contains only the /var/cron and /var/run directories. The original /var contained /var/account: /var/at: /var/backups: /var/crash: /var/cron: /var/db: /var/games: /var/log: /var/lost+found: /var/mail: /var/msgs: /var/preserve: /var/qmail: /var/run: /var/rwho: /var/smtpd: /var/spool: /var/tmp: /var/webmin: /var/yp: How can I restore the full functioning structural integrity as before, of course the contents of the /usr/var directory was wiped out somwhere along the way, sans log, sans mail, sans everything. Just want to continue as before. Thanks. -- Joe -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Boot up "disturbing" messages
Hello, On 'boot' I ahave been getting the following messages, perhaps they are benign as the system eventually boots, but I am concerned about the effects on performance & (in)efficiencies or even security 1. May 28 02:37:15 machine1/kernel: bt0: Failed Intstat Reg Test 2. May 28 02:37:16 machine1 sendmail[185]: My unqualified host name (machine1) unknown; sleeping for retry May 28 02:38:16 machine1 sendmail[185]: unable to qualify my own domain name (machine1) -- using short name May 28 02:38:16 machine1 sendmail[186]: starting daemon (8.11.1): [EMAIL PROTECTED]:30:00 May 28 02:38:17 machine1 sendmail[220]: My unqualified host name (machine1) unknown; sleeping for retry May 28 02:39:17 machine1 sendmail[220]: unable to qualify my own domain name (machine1) -- using short name May 28 02:39:17 machine1 sendmail[220]: h4S9dHh00220: from=root, size=437, class=-60, nrcpts=1, msgid=<[EMAIL PROTECTED]>, [EMAIL PROTECTED] 3. An error message is generated ==> /etc/ssh/sshd_config line 57: bad config option: AllowTcpForwarding , which I had inadvertently set previously but removed, in /etc/ssh/sshd_config file actual line is "AllowTcpForwarding no", but apparently the original option line is inserted somewhere else ? an I can't find it to remove it. Suggestions? Thanks -- Joe -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Mboard + CPU Upgrade
Hello, I've transferred two disks from a failed machine to another, with different MotherBoard and CPU. The diff / similarities follows: Differences - Old Architecture: Shuttle AI61 motherboard AMD K7 CPU Processor 900 Mhz AMD751 Chipset 3 DIMM Sockets New Architecture: Shuttle AK32A motherboard AMD Athlon CPU 1.5 GHz Chipset(s) - 2: VIA VT8366A & VIA VT8233 2 DIMM Sockets each, DDR/SDR Similarities: Same Hard drives (2 - Boot & data) Memory sticks 5 PCI & 1 AGP slots 3 PC Cards A Diamond Stealth Video Card A line modem card A SMC NIC I transferred all the cards including the NIC to ensure similarity of Hardware Profile. Machine boots partially, probing devices, listing to stdout. Readout aborts consistently at a line which is difficult to read on the fly, but the last few lines have been extracted, which from by naive point of view seems to indicate a USB problem. I've done a reconfig of kernel, no significant difference or conflicts were found. I've double check the BIOS to make sure all relevant USB / PCI options are enabled ( at least so I think ). The messages from the last few lines of the probe are as follows: ahci0: port 0xd400-0xd41f irq11 at dcsi cio > on ubc 10 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered At this point, last line above, the screen blanks out, process exits presumably. Any suggestions or help would be greatly appreciated. Thanks -- Joe -- PS: If I switch disks to boot of Windows, system boots & operates normally indicating hardware set up OK - I believe ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Moving Disks to new PC Machines
Hello, Problem: defined earlier - I need to move my system ( actually 2 hard disk) to another machine w/ different MotherBoard and CPU. The disks have been configured as a bootable system disk and the other data storage. How can I reconfigure to achieve this with the minimum amount of perturbation. I've worked on this transition for about a week now & require some inputs: The machine is similar to the old machine: Differences - Old Architecture: Shuttle AI61 motherboard AMD K7 Processor 900 Mhz AMD751 Chipset 5 PCI & 1 AGP slots 3 DIMM Sockets New Architecture: Shuttle AKA32A motherboard AMD Athlon CPU 1.5 GHz Chipset(s) - 2: VIA VT8366A & VIA VT8233 5 PCI slots & 1 AGP slots 2 DIMM Sockets each, DDR/SDR Unchanged: Hard drives (2 - Boot & data) Memory sticks 3 PC Cards A Diamond Stealth Video Card A line modem card A SMC NIC Machine boots partially, probing devices, listing to stdout. Readout aborts consistently at a line which is difficult to read on the fly as uhub: 2 ports with 2 removable, self powered [correcttion to previous posting => 'uhub0' or could have been 'whub0' Nothing else on line, nor is there a follow up line, the screen goes blank (black) machine stays on. Any further suggestion, IRQ's to reset, IOMEN, flags I've reconfigure the kernel w/ distr Disk2 using Visual mode, but did not attempt CLI Mode. Thanks -- Joe --- Jack L. Stone wrote: > As long as your kernel is not missing any devices needed for the new > machine, it will most likely boot right up. Would be a good idea to have > the same NICs in the new machine so the host is configured correctly. > Otherwise, you'll need to reconfigure rc.conf first or after bootup. MB & > CPU shouldn't be a problem unless it is some unsupported chipset, etc. > > Won't hurt to stick it in and try it otherwise. If it boots up okay, you > can run dmesg to look through the device loadup info > Bill Moran wrote: > Joseph Maxwell wrote: > > Hello, > > I need to move my system ( actually 2 hard disk) to another machine > w/ > > different MotherBoard and CPU. The disks have been configured as a > > bootablesyetm disk and the other data storage. How can I reconfigure > to > > achieve this with the minimum amount of perturbation. > > While the disks are in the old machine, verify that your current > kernel > has compiled-in support for all the devices needed on the new machine. > > If necessary, make a new kernel. Then move the disks to the new > machine > and you're ready to go. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Moving Disks to new PC Machines
Hello, Problem: defined earlier - I need to move my system ( actually 2 hard disk) to another machine w/ different MotherBoard and CPU. The disks have been configured as a bootable system disk and the other data storage. How can I reconfigure to achieve this with the minimum amount of perturbation. I've worked on this transition for about a week now & require some inputs: The machine is similar to the old machine: Differences - Old Architecture: Shuttle AI61 motherboard AMD K7 Processor 900 Mhz AMD751 Chipset % PCI & 1 AGP slots 3 DIMM Sockets New Architecture: Shuttle AKA32A motherboard AMD Athlon CPU 1.5 GHz Chipset(s) - 2: VIA VT8366A & VIA VT8233 5 PCI slots & 1 AGP slots 2 DIMM Sockets each, DDR/SDR Unchanged: Hard drives (2 - Boot & data) Memory sticks 3 PC Cards A Diamond Stealth Video Card A line modem card A SMC NIC Machine boots partially, probing devices, listing to stdout. Readout aborts consistently at a line which is difficult to read on the fly as uhub: 2 ports with 2 removable, self powered Nothing else on line, nor is there a follow up line, the screen goes blank (black) machine stays on. Any further suggestion, IRQ's to reset, IOMEN, flags I've reconfigure the kernel w/ distr Disk2 using Visual mode, but did not attempt CLI Mode. Thanks -- Joe --- Jack L. Stone wrote: > As long as your kernel is not missing any devices needed for the new > machine, it will most likely boot right up. Would be a good idea to have > the same NICs in the new machine so the host is configured correctly. > Otherwise, you'll need to reconfigure rc.conf first or after bootup. MB & > CPU shouldn't be a problem unless it is some unsupported chipset, etc. > > Won't hurt to stick it in and try it otherwise. If it boots up okay, you > can run dmesg to look through the device loadup info > Bill Moran wrote: > Joseph Maxwell wrote: > > Hello, > > I need to move my system ( actually 2 hard disk) to another machine w/ > > different MotherBoard and CPU. The disks have been configured as a > > bootablesyetm disk and the other data storage. How can I reconfigure to > > achieve this with the minimum amount of perturbation. > > While the disks are in the old machine, verify that your current kernel > has compiled-in support for all the devices needed on the new machine. > If necessary, make a new kernel. Then move the disks to the new machine > and you're ready to go. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Moving Disks to new PC Machines
Hello, I need to move my system ( actually 2 hard disk) to another machine w/ different MotherBoard and CPU. The disks have been configured as a bootablesyetm disk and the other data storage. How can I reconfigure to achieve this with the minimum amount of perturbation. Thanks Joe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: Machine does not not do a normal "Reboot"
Hello, Cute response: When I first purchased FreeBSD, it was in the 4.2 Distribution Disk set , about 6 CDROMs When I upgraded it was over the internet When the system crashes, where do I have to go to - the original distr. disks They worked flawlessly before, why not now After the re-installation, THEN I can upgrade Thanks -- Joe -- Olivier Cherrier wrote: > > FreeBSD 4.2, PC 512MMB RAM, 2- HD 60 & 40 Mb. AMD K7 CPU, > >900MHz on > >AI61 MotherBoard > > > > System found in indeterminate state, assumed power failure > > problem. Several reboot and boot attempts failed. > > Re-installed O/S, system came back up, data intact on 2nd HD > > but not seen in fstab file, remount etc. OK smooth running, > > fine > > > > Doing a tar xf from a CDROM, system went into a "block size" > > error, starting a "disc sync" mode followed by a "reboot" > > condition but never came back up. > > > > Seems as if Win start up disk required in floppy drive and > > FreeBSD distr. Disk 1or 2 reqd. in cdrom for a "boot" > > > > Now it makes no difference > > > >Any idea of what could be causing this and possible solution(s) > > first, upgrade. > > oc To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Machine does not not do a normal "Reboot"
Hello, FreeBSD 4.2, PC 512MMB RAM, 2- HD 60 & 40 Mb. AMD K7 CPU, 900MHz on AI61 MotherBoard System found in indeterminate state, assumed power failure problem. Several reboot and boot attempts failed. Re-installed O/S, system came back up, data intact on 2nd HD but not seen in fstab file, remount etc. OK smooth running, fine Doing a tar xf from a CDROM, system went into a "block size" error, starting a "disc sync" mode followed by a "reboot" condition but never came back up. Seems as if Win start up disk required in floppy drive and FreeBSD distr. Disk 1or 2 reqd. in cdrom for a "boot" Now it makes no difference Any idea of what could be causing this and possible solution(s) Thanks -- Joe -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Machine does not not do a normal "Reboot"
Hello, FreeBSD 4.2, PC 512MMB RAM, 2- HD 60 & 40 Mb. System found in indeterminate state, assumed power failure problem. Several reboot and boot attempts failed. Re-installed O/S, system came back up, data intact on 2nd HD but not seen in fstab file, remount etc. OK smooth running, fine Doing a tar xf from a CDROM, system went into a "block size" error, starting a "disc sync" mode followed by a "reboot" condition but never came back up. Seems as if Win start up disk required in floppy drive and FreeBSD distr. Disk 1 reqd. in cdrom for a "boot" Any idea of what could be causing this and possible solution(s) Thanks -- Joe -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Ooooops! Wrong Network Interface designation
Hello, Improper shutdown via power failure, disk corruption, re-installation 4.2 the last disk set available. Using a RealTek internal media interface for a direct DSL internet connection. Inadvertently, entered PPP on Network setup, attempts at correcting this have resulted in miserable failure. Going back in to /stand/sysinstall does not even seem to provide that option. Short of a complete re-installation is there another approach, such as manually entering specifics into specific files, and if so which files - or have I missed something on the attempt at Post Installation Configuration changes through the use of /stand/sysinstall? Thanks -- Joe -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
IP Change ==> Problems
Hello, I recently changed my ISP - DSL provider, a new static IP, and now having problems ssh'ing in, none before. My config ==> ISP[DSL] | Modem | Router/Gateway | ==> HubLAN machine(1) |LAN machine(2) | |LAN machine(n) The LAN side machines are configured w/ NAT and the mapping are unchanged, using 192.168.x.n etc. The WAN side is configured correctly, I think. I can access the internet from the LAN, SSH & Telnet. However I cannot telnet or SSH into the LAN and the Port mappings are the same as before??? The only change has been to the Gateway configuration, IP #, DNS & subnetmask. I am using the SMC barricade router,SMC7004ABR, w/ an Admin GUI, according to the GUI the IP has been updated. I can ping the gateway, it is seen by nslookup, there is no hostname assigned so there should be no resolver issues I think ftp or ssh to the IP followed by the :assigned public port ==> No address associated with hostname I 've made the requisite changes to the defaultrouter="nnn.xxx.yy.zz" in the /etc/rc.conf file inserting the gateway IP LAN address here. Are there any files that may contain the Old IP # and may require changing? What am I missing? Thanks! -- Joe -- > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: IP Changed ==> Problem
Hi Adam, Thanks for you reply, I am using the SMC barricade router,SMC7004ABR, w/ an Admin GUI, according to the GUI it has been updated, where else would I find that info, netstat's routing tables do not seem to supply that. When I try to ssh or even ftp in I get the message: No address associated with hostname Thanks -- Joe -- Adam Maas wrote: > If you are using static mappings, check to see if they are IP they are > mapping from was updated (External IP) > > Adam > > - Original Message - > From: "Joseph Maxwell" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, January 25, 2003 12:02 AM > Subject: IP Changed ==> Problem > > > Hello, > > I recently changed my ISP - DSL provider, a new static IP, and now > > having problems ssh'ing in, none before. > > My config ==> > > > > ISP[DSL] ==>Modem==>Router/Gateway ==> HubLAN machine(1) > >|LAN machine(2) > >| > >|LAN machine(n) > > > > The LAN side machines are configured w/ NAT and the mapping are > > unchanged, using 192.168.x.n etc. The WAN side is configured correctly, > > I think. I can access the internet from the LAN, SSH & Telnet. However I > > cannot telnet or SSH into the LAN and the Port mappings are the same as > > before??? The only change has been to the Gateway configuration, IP #, > > DNS & subnetmask. > > What am I missing? > > Thanks! > > -- Joe -- > > > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
IP Changed ==> Problem
Hello, I recently changed my ISP - DSL provider, a new static IP, and now having problems ssh'ing in, none before. My config ==> ISP[DSL] ==>Modem==>Router/Gateway ==> HubLAN machine(1) |LAN machine(2) | |LAN machine(n) The LAN side machines are configured w/ NAT and the mapping are unchanged, using 192.168.x.n etc. The WAN side is configured correctly, I think. I can access the internet from the LAN, SSH & Telnet. However I cannot telnet or SSH into the LAN and the Port mappings are the same as before??? The only change has been to the Gateway configuration, IP #, DNS & subnetmask. What am I missing? Thanks! -- Joe -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Power Management
Hello, Could someone advise on UPS systems and Power Management related software for FREE BSD systems. i.What systems are dependable and reasonable priced, esp. at the low end for use with workstations ii. Is it possible to power down several work stations simultaneously from one UPS. I am not concerned with any extended working after a power failure, just an orderly shutdown of the whole system. I've seen some 1KVA units that are capable of supporting several machines buy with only 1 serial port connection on the back, thus connecting only one machine. Is there a way to replicate the signals to several machines? Thanks To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
RE: Error mounting cdrom
I've tried your suggestions on FreeBSD vers 4.2 output ==> cd9660: -o users: option not supported Comments ??? Thanks -Joe- questions-digest wrote: > questions-digest Wednesday, July 10 2002 Volume 05 : Number 1463 > > RE: Error mounting cdrom. > -- > > > Date: Tue, 9 Jul 2002 21:20:03 -0700 > From: "Balaji, Pavan" <[EMAIL PROTECTED]> > Subject: RE: Error mounting cdrom. > > By default, only "root" can mount the cdrom in FreeBSD. You can change this > by changing the /etc/fstab entry to "users, ro, noauto", instead of the > default "ro,noauto" > > Pavan Balaji, > CIS Graduate Student, > Ohio State University > > "Being happy doesn't mean that everything is perfect... It just means that > you have decided to see beyond the imperfections" -- Rash > > > -Original Message- > > From: sagacious [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 09, 2002 11:03 PM > > To: [EMAIL PROTECTED] > > Subject: Error mounting cdrom. > > > > > > I never had to use a cdrom yet. But id like to get some data > > off of the > > FreeBSD 4.6 cd so i dont have to download it all. > > > > [labs] /# mount /cdrom > > cd9660: /dev/acd0c: Input/output error > > [labs] /# > > > > Im sure you know what im doing wrong. The cdrom is in the > > drive, and there > > is an fstab entry. > > > > > > -The unixhideout network. > > http://www.unixhideout.com > > > > -get your cable box descrambler at unixhideout for a > > competitive price! > > http://www.unixhideout.com/pub/shop/index.php > > > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message