Re: Application Problems & Questions

2003-12-24 Thread Steve Bertrand
> So I am running FreeBSD as our master server for the network. It is working > extremely well. Here is where the problem comes into play; I want to run zDS > for FreeBSD. This probably makes me sound new, but when I run the program, I > do not know how to get back into the shell without exiting

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
> In the dmesg it comes up as ad5 but when I mount it, it can't find the > device. > > mount ad5 /music2 > mount: ad5: No such file or directory How many partitions were on the old drive? You might want to try # mount /dev/ad5s1x /music2 (where x == a,c,e,f or g, depending on the number of part

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
> just the one partition. > I tried: /dev/ad5 /dev/ad5s1 /dev/ad5s1a with the same response > "incorrect super block" What is the output from: # disklabel -r ad5 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
> 8 partitions: > #size offsetfstype [fsize bsize bps/cpg] > c: 2401074270unused0 0# (Cyl.0 - > 14945*) > d: 24010742704.2BSD 2048 16384 28552 # (Cyl.0 - > 14945*) > super block size 0 Ok, try # mount /dev/ad5s1d /music2

symlink confusion

2003-11-12 Thread Steve Bertrand
Could someone please briefly describe the reactions to the following actions? Sometimes I delete the original directories by deleting links, and hopefully someone can give me some insight. # ln -s /home/steve/directory /tmp/directory # rm /tmp/directory In testing, the original directory (/home/s

Re: newbie dns mess w/ nic

2003-11-12 Thread Steve Bertrand
> I had everything working as evidenced by installing a port or two - > including the Lynx browser which worked; then rebooted last night and now > can't get dns working again. > > My LAN has a windoz xp box with dial up and ICS enabled. It is 192.168.0.1 > on the network. My FBSD box will ping to

Re: symlink confusion

2003-11-12 Thread Steve Bertrand
> > # ln -s /usr/X11R6 /home/steve/X11R6 > > > > Which put a new link from the original to the new location. > > > > If I # rm /home/steve/X11R6, will I be safe as to not delete the original > > directory? I'm sorry, the above line should have read: # rm /usr/X11R6 not the other way around. In e

Re: ipfw firewall help

2002-12-06 Thread Steve Bertrand
Easiest way I have found to troubleshoot rule problems is to turn on logging for your deny rules and find out what rule is blocking the traffic. Just add the 'log' or 'log logamount nn' (where nn is a number of entries to create). Once you try to connect again, you can then read /var/log/securi

buildworld fail

2002-12-06 Thread Steve Bertrand
This is my first attempt of upgrading an FBSD box, and is strictly a development machine. I also have other production machines that are at 4.5, but can't upgrade them until this one is successful. Tks! Steve Bertrand To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: buildworld fail

2002-12-06 Thread Steve Bertrand
Kent: I see the differences between the compiler commands, but have no idea how to change them. I would like to try your idea. I have given no special flags to make. What flags would I give to make when making world? Tks, Kent Stewart wrote: On Friday 06 December 2002 01:02 pm, Steve

buildworld...again

2002-12-10 Thread Steve Bertrand
usr/src/i386/usr/lib/libdes_p.a -> libcrypto_p.a 1 error *** Error code 2 I'm sorry for all trouble, but this has been going on almost 3 weeks and I just want it to work once. Tks, Steve Bertrand To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: buildworld...again

2002-12-10 Thread Steve Bertrand
Steve Bertrand wrote: I added more memory and I made it past the ncurses failure, but now I get: sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libcrypto_p.a /usr/obj/usr/src/i386/usr/lib sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libcrypto.so.2 /usr/obj/usr/src

Re: natd - do I have to build a new kernel to use natd

2002-12-11 Thread Steve Bertrand
EWALL, IPFIREWALL_VERBOSE' 'IPFIREWALL_VERBOSE_LIMIT=nn" # config MYNEWKERNEL # cd ../../config/MYNEWKERNEL # make depend && make && make install && shutdown -r now Steve Bertrand Lorin Lund wrote: I'm using 4.7 - standard install kernel. To Unsubscribe: send mail to [EMA

developer list

2002-12-31 Thread Steve Bertrand
ch further. Tks much. Steve Bertrand To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Virtual interface support?

2002-12-31 Thread Steve Bertrand
For testing purposes, I have used the gif interface several times. I know man(8) gif states it is a tunnelling interface, but from stations on the network, the interface can be seen all the same. (I normally use the gif interface for simulating several interfaces for IPFW configuration). Don't

Re: ifconfig on 4.10

2004-10-22 Thread Steve Bertrand
> I'm moving our mail server from 4.4 to 4.10. When I try to add > addresses > to the NIC, ifconfig doesn't seem to want to cooperate... > > > s2[/var/CommuniGate] > > ifconfig fxp0 add 63.82.200.42/24 > ifconfig: ioctl (SIOCAIFADDR): File exists > > > This is the same command that I used on the 4

restore -- set owner/mode

2004-11-16 Thread Steve Bertrand
I had a head crash on a disk the other day, so I ``cloned'' the other good one of the mirror onto a temp drive until my new disk arrives. Doing a dump piped to restore, for each partition copied, it asked me if I'd like to set owner/mode. There is no apparent way to do this automatically, until I

Re: Req: Good virtual mail server howto

2004-11-19 Thread Steve Bertrand
> Hello Chris, > > On Thu, Nov 18, 2004 at 07:07:40PM + or thereabouts, Chris Smith > wrote: >> >> Has anyone got any good resources for configuring a virtual >> pop3/imap >> server under FreeBSD 5.x? I need to host mail for more than one >> domain >> and do not wish to give users system accou

Re: squid

2004-11-19 Thread Steve Bertrand
> > > how can i deny websites in squid? > for example: i don`t want that clients could connect to > www.example.com > how can i do this? Install squidGuard, or better yet, dansguardian. I believe both are in ports, however, dansguardian requires a license for commercial use. Steve > ___

Re: five networks

2003-03-17 Thread Steve Bertrand
> ps: yes! very interested in your links as well as your perl script...I > also have been doing research and decided on Racoon as the program to use > to setup my vpn...I was planning on following a doc written by Dru Lavigne > http://www.onlamp.com/lpt/a/3043 Very good document, but it took me

Re: Pushing commands to the background

2003-03-17 Thread Steve Bertrand
> I'm not sure if it's exactly "On Topic" (I bet you'll let me know!), but > here goes... > > I work in technical support, for a FreeBSD based, Internet Appliance & > am after a way to gather some network quality information. > > I'd like to run some commands, one after another, have the output(s)

Re: Can you recommend a home router

2003-03-20 Thread Steve Bertrand
> want to setup my home system with cable modem. The configuration i am > thinking of is: > > window pc (10.0.0.2)->router->freebsd(10.0.0.1) > > dhcp > > cable modem > > > So any ol router that supports dhcp and has 3 ports should work right? > > Any bran

Re: GUI front-end for dump/restore

2003-03-18 Thread Steve Bertrand
> >>Actually, I only need it for restore, dump is handled by cron. > >> > >>Anyone know of anything? I basically need a GUI that will load > >>all the file/directory information off tape and display it so > >>someone other than me can pick files to restore > > > >>(the command- > >>line interface

Re: Routing problem ?

2003-03-21 Thread Steve Bertrand
> Thx everybody. > Problem solved. > /Hasse. It would be nice for the people who followed your thread to know what actually resolved the issue. If you could post your fix, it would be appreciated. Tks. Steve > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questi

Re: Routing problem ?

2003-03-20 Thread Steve Bertrand
> Hi everybody. > I have small network at home with two machines connected to the net > via ADSL. That means Dynamic IP, though not changing very often. > - > "odin.swedehost.com" running FreeBSD 4.8-RC #0 Sun Mar 16 2003 > Two NICs. xl0 " DHCP " and "NAT-interface", acting as a gateway

Personal development CVS question

2003-03-24 Thread Steve Bertrand
I have developed a project for use at my ISP, which I have been keeping in my CVS repository (as I do all of my projects). CVS is working great, but I have a somewhat unrelated question, which I would apprecieate redirection if required. The current state of my app is ready for production, so I wo

installworld -- error 71

2003-04-02 Thread Steve Bertrand
I am trying to installworld after a successful cvsup of RELENG_4 and buildworld. I continuously get: install -o root -g wheel -m 444 boot2 /boot/boot2 install: boot2: No such file or directory *** Error code 71 I have searched google and others, and all state to check if the directory exists: s

Re: rebuilding the MBR

2003-04-03 Thread Steve Bertrand
> >is it possible to rebuild the MBR? i'm booting from a promise controller. > > initially i was booting from the primary controller but now i'm booting > >from the second ide contoller now. Don't really know if this is completely relevant, but: # man boot0cfg(8) Steve > > > >i'm assuming ther

Re: Raid Card Support

2003-04-03 Thread Steve Bertrand
> Can someone tell me if the latest version of FreeBSD supports the > Adaptec 2100S raid card? I called Adaptec and they said only version > 4.0 supports it and they did not know if the newer version did? > > Also is there any other raid cards which would be better that you could > recommend? I h

Re: Dynamic DNS (DDNS)

2003-06-11 Thread Steve Bertrand
> Hello. I am on Comcast CABLE and the DHCP lease is > only 4 days to expire, all the time. So my IP changes > every four days. I was wondering in FreeBSD > (FreeBSD4.8) how I can set up Dynamic DNS. I checked > the online docs and I could not find anything on DDNS, > is it some rc.x file or a file

undefined reference

2003-06-12 Thread Steve Bertrand
Hi all, Here late trying to upgrade 4.3 RELENG_4 and getting an error that does not seem to be solved anywhere. (at least with a solid answer). I was getting the error while # make buildworld while doing the games, but I moved that directory, and the same error occurs: undefined reference to `_s

Re: FreeBSD IPSEC tunnel stoped working.

2003-01-27 Thread Steve Bertrand
Looks like the 'spi' are out of sync on the 2 machines. This is after a quick glance, but I know on my IPSec setup, (with manual keys), the spi's have to be such: Stable in spi == Release out spi Release in spi == Stable out spi Are you using racoon? If not, post your ipsec

Re: IPFW and DHCPD

2003-01-27 Thread Steve Bertrand
$cmd allow 00010 udp from any to me 67 in via $iif $cmd allow 00020 udp from me 68 to any out via $iif Assuming that $iif is your interface and that dhcpd is running on the dhcpd server. Steve Warren Block wrote: Can someone post a set of ipfw rules to allow DHCP to work on the inside interfac

Re: cvsup error

2003-01-29 Thread Steve Bertrand
Try adding the following line to the /etc/hosts file: 192.168.1.10myhostname.domain.com where 192.168.1.10 is your hosts IP. Then take a look in /etc/rc.conf for the hostname= directive and verify that it is the same as the entry in /etc/hosts. Steve Tyler Parrott wrote: Hello all, I'm

Re: FreeBSD IPSEC tunnel stoped working.

2003-01-29 Thread Steve Bertrand
Peter Haight wrote: Looks like the 'spi' are out of sync on the 2 machines. This is after a quick glance, but I know on my IPSec setup, (with manual keys), the spi's have to be such: Stable in spi == Release out spi Release in spi == Stable out spi Are you using racoon? If not, post your ipse

Re: IPFW2 setup

2003-01-31 Thread Steve Bertrand
What part is not working? Can you nat through? Perhaps you could add some logging to see which packets are failing and why. Do you have the following in the kernel? optionsIPFIREWALL optionsIPFIREWALL_VERBOSE optionsIPDIVERT Let us know. Steve Jason Morgan wrote: OK, I've read the

CVSup question

2003-02-07 Thread Steve Bertrand
I am trying to upgrade a 4.5 box to RELENG_4, but it doesn't appear that I am getting all of the required info. Here's my command, and supfile: # cvsup -L 2 -g /etc/supfile *default tag=RELENG_4 *default host=cvsup2.freebsd.org *default release=cvs *default base=/usr/local/etc/cvsup *default pr

Memory disk

2003-02-12 Thread Steve Bertrand
CD? 2. Is it possible to run FreeBSd out of memory with no hdd? Tks for all help in advance. Steve Bertrand To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

<    4   5   6   7   8   9