RE: Sony VAIO w/ Linksys card

2003-03-27 Thread Adam Lofstedt
a big clue to me that it must be some kind of hardware limitation with the Sony F series. I gave up trying to do anything with a Sony F series and a network card before an OS has fully booted up. That's just my experience, maybe someone else will have a better answer than me... Adam Lofst

Tell X to ignore onboard video card?

2003-03-19 Thread Adam Lofstedt
I have an onboard video chip that doesn't work with XFree86, so I got another cheap Cirrus Logic PCI video card that I know works with X. When I did XFree86 -configure, it generated device sections for both graphics chips. I removed the incompatible one from the config file, but when I try to star

BTX Halted and Fatal Trap 12 errors on older machine

2003-03-14 Thread Adam Lofstedt
I've got this spare machine, and I thought it would be perfect as a FreeBSD box to play with. It's a P-100mHz, with 32MB RAM, floppy, video card, two PCI NICs, 50X CDROM, 40GB Western Digital hard drive, and one IDE controller. However, I can't boot at all from any bootable FreeBSD ISO (tried 4

MRTG and aliased IP's

2003-02-25 Thread Adam Lofstedt
Hi all. I'm running FreeBSD 4.7 with net-snmp-5.0.3_2. I have two NICs, and one of them has several IP's bound to it through ifconfig alias. When I try to run MRTG, it only gives me the statistics for one of the aliased IPs (I think). System: my.domain.com in Maintainer: [EMAIL PROTECTED] De

RE: Redirecting root's email (SOLVED!)

2003-01-07 Thread Adam Lofstedt
GOD BLESS YOU!!! That did it. I can't believe it. I am so relieved I don't have to rebuild sendmail. Phew! Adam > -Original Message- > From: Alistair Phillips [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 4:45 AM > To: [EMAIL PROTECTED] > Subject: RE: Redirecting root's

RE: POP Server with Secure Password Authentication

2003-01-06 Thread Adam Lofstedt
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Andrew Prewett > Sent: Monday, January 06, 2003 9:14 PM > To: [EMAIL PROTECTED] > Subject: Re: POP Server with Secure Password Authentication > > > On Mon, Jan 06, 2003 at 06:33:16PM -0800, Kory Ham

RE: Redirecting root's email

2003-01-06 Thread Adam Lofstedt
Damn this is a long thread... > > Thanks Jack. That didn't work. This is what I got: > forcefield# mail > > -v -s test sendtest < /dev/null Null message body; hope that's ok > > sendtest... Connecting to localhost.visimation.com. via relay... > > sendtest... Deferred: Operation timed out with

RE: Redirecting root's email

2003-01-06 Thread Adam Lofstedt
> >Well, not to be left out of the party, here's the way I've > done for as > >long as I can remember: > > > > (# are from from the aliases file) > ># Pretty much everything else in this file points to "root", so > ># you would do well in either reading roots mailbox or forwarding > ># roots emai

RE: Redirecting root's email

2003-01-06 Thread Adam Lofstedt
> -Original Message- > From: Stacy Olivas [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 1:41 PM > To: 'Adam Lofstedt'; [EMAIL PROTECTED] > Subject: RE: Redirecting root's email > > > In the /etc/aliases file look for the following li

RE: Redirecting root's email

2003-01-06 Thread Adam Lofstedt
> > I'm not a big Sendmail expert or anything, but do you even > have the MTA > process running? Can you successfully telnet localhost.visimation.com > port 25? What sendmail related lines do you have in /etc/rc.conf? > -- > Toomas Aas | [EMAIL PROTECTED] | > http://www.raad.tartu.ee/~toomas/

RE: Redirecting root's email

2003-01-05 Thread Adam Lofstedt
> hi, > did you try digging the nameserver > > dig @nameserver localhost.visimation.com > > Cheers > Here is the result: ; <<>> DiG 8.3 <<>> @nameserver localhost.visimation.com ; Bad server: nameserver -- using default server and timer opts ; (1 server found) ;; res options: init recurs defnam

RE: Redirecting root's email

2003-01-04 Thread Adam Lofstedt
> > MDeferred: Operation timed out with localhost.visimation.com. > > For some reason sendmail tries to contact localhost.visimation.com > > What is the result of command > > host visimation.com > > on your box? # host visimation.com visimation.com has address 10.0.0.x visimation.com mail is

Redirecting root's email

2003-01-03 Thread Adam Lofstedt
I am having trouble redirecting root's email to an external email account. This is a 4.7-Release box with not very modifications done to the standard installation. I have tried creating a .forward file and placing it in /root with my external email address in the file. No luck. I tried editing

Re: Can't route past gateway

2002-12-26 Thread Adam Lofstedt
> > #ipnat -l > > List of active MAP/redirect filters: > > map x10 192.168.1.0/24 -> 0.0.0.0/32 portmap > tcp/udp > > 4:6 > > map x10 192.168.1.0/24 -> 0.0.0.0/32 > ^^^ > Shouldn't that be "xl0"? > > > Fer DOH! Dang fonts! I guess that ends my short car

Re: Can't route past gateway

2002-12-25 Thread Adam Lofstedt
tmap tcp/udp 4:6 map x10 192.168.1.0/24 -> 0.0.0.0/32 List of active sessions: I've tried ipf -Fa, but no luck yet. Thanks and happy holidays. Adam Lofstedt __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Can't route past gateway

2002-12-25 Thread Adam Lofstedt
tried this similar configuration at my work, using same internal addressing scheme, but using a fixed IP for the ext. interface with no luck. I just can't get past the outside interface of my gateway. What am I leaving out? And this is not a DNS issue, as I am pinging only by ip. Do I need

RE: adduser ownership of mounted home directory

2002-12-21 Thread Adam Lofstedt
> > I am trying to put user's home directories onto a mounted windows > > share (mounting via smbfs). When I run the adduser script (and > > specify /mountedshare/username as the home directory) it > doesn't set > > the ownership of the home directory to the user. Root > still owns the > >

adduser ownership of mounted home directory

2002-12-20 Thread Adam Lofstedt
c 19 10:18 test2 Do I need to chmod the mountedshare to a particular value to get the ownership to work? Is there something else about the mountedshare that I need to change, maybe in fstab? Many thanks, Adam Lofstedt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebs

RE: Problem with my startup script?

2002-12-19 Thread Adam Lofstedt
> > Is your script executable? Doh!! No it wasn't. That did the trick, thanks a lot! > > Try: > > chown root:wheel /usr/local/etc/rc.d/smbfsstartup.sh > chmod 744 /usr/local/etc/rc.d/smbfsstartup.sh > > - Barry > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebs

Problem with my startup script?

2002-12-19 Thread Adam Lofstedt
ne to me. As a clue, when I mount from the command line, I get the following message: netsmb_dev: loaded Is this some kernel module that isn't getting loaded at boot time, and causing the script to fail? Any thoughts? Thanks, Adam Lofstedt To Unsubscribe: send mail to [EMAIL PROTECTED]

RE: Putting home directories on mounted windows network drive

2002-11-20 Thread Adam Lofstedt
> -Original Message- > From: James Long [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 3:26 PM > To: Adam Lofstedt > Subject: Re: Putting home directories on mounted windows network drive > > > On Wed, Nov 20, 2002 at 03:16:34PM -0800, Adam Lofst

RE: Putting home directories on mounted windows network drive

2002-11-20 Thread Adam Lofstedt
> > smbfs is what you're looking for. Or at least it's what I > use in Linux. > > mount -t smbfs //desktop/owner -o username=owner -o password=password > /mnt/smb1 > > Anthony > So smbfs doesn't even require samba to be installed? I read about Sharity Light and Sharity, but if smbfs is alre

Putting home directories on mounted windows network drive

2002-11-20 Thread Adam Lofstedt
Hi (Please CC any responses to me, as I get the digest version) Right now my FBSD firewall box is also my lightly-used ftp server with chrooted ftp users. An old machine (P133, 1.8 G Hard Drive) just got freed up, and I would like to move the ftp services over to that old thing. The problem is t