Re: SMP kernel installation

2003-01-06 Thread Mike Hogsett
Sorry after re-reading my reply one thing I did not make clear Install freebsd as you would with a uniprocessor machine, then boot that install and do what I recommend below - Mike > > You need to recompile the kernel with the SMP options turned on, install > the kernel and reboot. On a

Re: SMP kernel installation

2003-01-06 Thread Mike Hogsett
You need to recompile the kernel with the SMP options turned on, install the kernel and reboot. On a reasonable modern machine takes less than 10 minutes. See /usr/src/sys/i386/conf/GENERIC and the FreeBSD Handbook. - Mike > Hi, > For a multiprocessor machine,to install FreeBSD,is > something

Re: Running named in a sandbox...problems with /var/run/named.pid

2003-01-06 Thread Stacey Roberts
Hi, On Tue, 2003-01-07 at 07:06, Jon W. Backstrom wrote: > Dear FreeBSD Community, > > I am trying to run named (bind) in a sandbox using the default flags > found in the config files. I've got this in my /etc/rc.conf file: > > named_enable="YES" # Run named, the DNS server (or NO).

Running named in a sandbox...problems with /var/run/named.pid

2003-01-06 Thread Jon W. Backstrom
Dear FreeBSD Community, I am trying to run named (bind) in a sandbox using the default flags found in the config files. I've got this in my /etc/rc.conf file: named_enable="YES" # Run named, the DNS server (or NO). named_flags="-u bind -g bind" # Flags for named I also did a "chown

Re: Postfix vs. Sendmail

2003-01-06 Thread Jonathan Chen
On Mon, Jan 06, 2003 at 05:29:15PM -0800, Kurt Bigler wrote: [...] > The problem came up when my VPS provider did a system upgrade. This process > left everything I had intact except I lost my sendmail soft link which had > pointed to the sendmail replacement provided by qmail. The link was > re

Re: Redirecting root's email

2003-01-06 Thread Brian
I just fixed a similar prob by allowing udp with src port 53 from a trusted name server to the server in question. Bri - Original Message - From: "Adam Lofstedt" <[EMAIL PROTECTED]> To: "'Chuck Swiger'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 9:50 PM Su

Re: POP Server with Secure Password Authentication

2003-01-06 Thread Andrew Prewett
On Mon, Jan 06, 2003 at 10:23:49PM -0800, Kory Hamzeh wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew Prewett > > > > > > On Mon, Jan 06, 2003 at 06:33:16PM -0800, Kory Hamzeh wrote: > > > > > > I need to setup a POP Server t

Final comment regarding install options

2003-01-06 Thread Daniel Goepp
First, thank you all for your comments and information regarding this matter. I'd just like to note a couple of things, as I go on my merry way to create my own release, and tools to do so. 1. If anyone has any interest in working on this, please feel free to contact me out side of this grou

Re: unable to boot from FreeBSD cd's(using boot floppies now)

2003-01-06 Thread sufisuley
On Monday 06 January 2003 23:33, [EMAIL PROTECTED] wrote: I am using boot floppies now, though if anyone has ideas on the cd booting problems please let me know. Thanks > I bought FreeBSD powerpack ( 4.6 ) some months back and most recently > downloaded 4.7 iso's then burned them with cdbakeoven

RE: POP Server with Secure Password Authentication

2003-01-06 Thread Kory Hamzeh
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew Prewett > > > On Mon, Jan 06, 2003 at 06:33:16PM -0800, Kory Hamzeh wrote: > > > > I need to setup a POP Server that supports Secure Password > Authentication. I > > have some MicroSoft Outlook

SMP kernel installation

2003-01-06 Thread shubha mr
Hi, For a multiprocessor machine,to install FreeBSD,is something extra needs to be done from what will be done to install the OS for a uni processor machine?I mean is there anything different to be installed for a symmetric multi processor machine? thanks shubha __

Re: Redirecting root's email

2003-01-06 Thread Chuck Swiger
Adam Lofstedt wrote: [ ... ] Right, I don't care. I just want to get root's emails out of there. Basically I'm trying to send root's emails outbound from the gateway through the internal interface to my internal mail server. The gateway uses my internal name server to resolve names, so nothing s

Re: Postfix vs. Sendmail

2003-01-06 Thread Jack L. Stone
At 12:43 AM 1.7.2003 -0500, Adam Maas wrote: >Definitely keep them included, but not so closely tied to the core >installation. Perhaps take a page from Slackware, which includes them by >default, even on a minimal install, but you can manually deselect them if >you don't wish sendmail (or bind, et

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: Gaim 0.59.7 & Yahoo

2003-01-06 Thread charles pelletier
just a suggestion..but i remember having those same sorts of problems with GAIM and Yahoo. I switched to Everybuddy and had nothing but good luck since..might be worth a shot. Charles Pelletier Tech Coordinator St Luke's School Irving, TX -Original Message- From: [EMAIL PROTECTED] [mailt

Re: Postfix vs. Sendmail

2003-01-06 Thread Chuck Swiger
Adam Maas wrote: Definitely keep them included, but not so closely tied to the core installation. Perhaps take a page from Slackware, which includes them by default, even on a minimal install, but you can manually deselect them if you don't wish sendmail (or bind, etc). See /usr/src/release/pico

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: Postfix vs. Sendmail

2003-01-06 Thread Adam Maas
Definitely keep them included, but not so closely tied to the core installation. Perhaps take a page from Slackware, which includes them by default, even on a minimal install, but you can manually deselect them if you don't wish sendmail (or bind, etc). --Adam - Original Message - From: "

Re: Postfix vs. Sendmail

2003-01-06 Thread Mark
Not to miss out on the party either, but I'd like it on record that there are also people, like me, who like things like sendmail and Perl, etc, included in the FreeBSD distribution. :) I had to install these packages anyway, and found it very useful to see them already included. I recompiled send

unable to boot from FreeBSD cd's

2003-01-06 Thread sufisuley
I bought FreeBSD powerpack ( 4.6 ) some months back and most recently downloaded 4.7 iso's then burned them with cdbakeoven in linux. I am unable to get my cd/dvd drive on toshiba laptop to boot BSD cd's . I have tried both 4.6 and 4.7 cd's no luck with either. I can boot linux cd's though. Any i

Re: Redirecting root's email

2003-01-06 Thread Chuck Swiger
Adam Lofstedt wrote: [ ... ] 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 localhost.visimation.

Re: Still no go with Gaim

2003-01-06 Thread Joe Marcus Clarke
On Mon, 2003-01-06 at 23:37, bryan cassidy wrote: > Well, I did a cvsup and installed the latest version > of gaim that was *suppose* to fix the yahoo logon > problem but it still doesn't logon to yahoo AT ALL!. > Any help with this problem I would appreciate it. It fixed the problem for me. What

Re: POP Server with Secure Password Authentication

2003-01-06 Thread Andrew Prewett
On Mon, Jan 06, 2003 at 06:33:16PM -0800, Kory Hamzeh wrote: > > I need to setup a POP Server that supports Secure Password Authentication. I > have some MicroSoft Outlook users that need to pull their mail, but they are > coming in over the internet. I looked through the ports collection, and > d

RE: Redirecting root's email

2003-01-06 Thread Jack L. Stone
At 08:53 PM 1.6.2003 -0800, Adam Lofstedt wrote: >> >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 ei

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: Postfix vs. Sendmail

2003-01-06 Thread Giorgos Keramidas
On 2003-01-06 19:48, Daniel Goepp <[EMAIL PROTECTED]> wrote: > Lowell Gilbert wrote: > >Then do it. If it works, I doubt there will be much trouble > >getting it accepted into the system. > > [...] > If someone can save me some time in searching, where is the source > that controls what is install

Still no go with Gaim

2003-01-06 Thread bryan cassidy
Well, I did a cvsup and installed the latest version of gaim that was *suppose* to fix the yahoo logon problem but it still doesn't logon to yahoo AT ALL!. Any help with this problem I would appreciate it. __ Do you Yahoo!? Yahoo! Mail Plus - Powerfu

RE: Postfix vs. Sendmail

2003-01-06 Thread Daniel Goepp
I don't think it is, because you also have to control what source you download. So in conjunction with only keeping what you use in sync, you also only compile and install what you use. In fact, it's the communication between cvs/cvsup and the FreeBSD src build/install that I'm having problems wi

Re: Postfix vs. Sendmail

2003-01-06 Thread Lowell Gilbert
"Daniel Goepp" <[EMAIL PROTECTED]> writes: > Lowell Gilbert wrote: > > >Then do it. If it works, I doubt there will be much trouble getting > >it accepted into the system. > > Well yes, I would love to. > > Plus, why > invent the wheel

Re: "Automatic file system check failed . . . help!"

2003-01-06 Thread Duncan Anker
On Tue, 2003-01-07 at 12:39, Martinez, Joey wrote: > Hello FreeBSD folks! > > I have just built my first desktop and I am trying to install FreeBSD. > FreeBSD is the only OS in this machine so I was praying for a smooth > installation. I have encountered my first. The error message says, > > "

Re: Redirecting root's email

2003-01-06 Thread Brian
it'd be interesting to have the sendmail process hupped and watch maillog as that occurs. If telnet to port 25 of localhost works, all I can expect is that either dest port 25 is blocked going out, or the servers dns is not able to look up mx records. BTW you said you had sendmail_enable="YES" in

Re: Redirecting root's email

2003-01-06 Thread Jack L. Stone
At 08:31 PM 1.6.2003 -0600, Jack L. Stone wrote: >At 08:13 PM 1.6.2003 -0500, Matthew Emmerton wrote: >>[ dah! Don't top-post! ] >>> > >>> > 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 >>>

"Automatic file system check failed . . . help!"

2003-01-06 Thread Martinez, Joey
Hello FreeBSD folks! I have just built my first desktop and I am trying to install FreeBSD. FreeBSD is the only OS in this machine so I was praying for a smooth installation. I have encountered my first. The error message says, "Automatic file system check failed . . . help!" The message is

Re: Softer crash a show-interrupter only (please CC me in reply)

2003-01-06 Thread Peter Leftwich
On Sat, 4 Jan 2003, Andreas Ntaflos wrote: > PL> [Please CC me in your reply] > > Can anything be gathered from the attached sysconsole messages? Oh, also, > > is there a tcsh command line I can run that will "tee" messages both to the > > console and to a file, such as `startx &2> startx.out` or

POP Server with Secure Password Authentication

2003-01-06 Thread Kory Hamzeh
I need to setup a POP Server that supports Secure Password Authentication. I have some MicroSoft Outlook users that need to pull their mail, but they are coming in over the internet. I looked through the ports collection, and didn't notice anything. Is there something I have overlooked? Any help

Re: Error message trying to set up sound card

2003-01-06 Thread Tom Parquette
Stacey Roberts wrote: Hi Tom, On Mon, 2003-01-06 at 01:47, Tom Parquette wrote: Stacey Roberts wrote: Hello, On Sun, 2003-01-05 at 21:22, Tom Parquette wrote: I'm following the Handbook instructions trying to set up a sound card. At boot, I get the following messages. pcm0:

Re: Redirecting root's email

2003-01-06 Thread Jack L. Stone
At 08:13 PM 1.6.2003 -0500, Matthew Emmerton wrote: >[ dah! Don't top-post! ] >> > >> > 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 /

Ah, found some of what I was looking for I think...

2003-01-06 Thread Daniel Goepp
Just took me a while.digging. http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/article.html "Installation Tools - Our installation program has long since outlived its intended life span. Several projects are under development to provide a more advanced installation mechanism. One of the

Re: [Q] ipfw and 'me'

2003-01-06 Thread David Kelly
On Monday 06 January 2003 11:23 am, Jonathan Belson wrote: > Ceri Davies wrote: > >> > >>Since the machine is a gateway, it has two network cards. Will > >>'me' match *both* IP address or just the first one it comes > >>across? I only really want it to match the IP address of the > >>external int

Re: Postfix vs. Sendmail

2003-01-06 Thread Kurt Bigler
on 1/6/03 4:48 PM, Daniel Goepp <[EMAIL PROTECTED]> wrote: > Lowell Gilbert wrote: > >> Then do it. If it works, I doubt there will be much trouble getting >> it accepted into the system. > > Well yes, I would love to. > > However, I'm not sure I have the know how yet. I have plenty of > expe

RE: Redirecting root's email

2003-01-06 Thread Duncan Anker
On Tue, 2003-01-07 at 11:14, Adam Lofstedt wrote: > > -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

Re: Audio board [HELP]

2003-01-06 Thread Matthew Whelan
On Tue, 7 Jan 2003 00:53:45 +0100 Christophe Prevotaux <[EMAIL PROTECTED]> wrote: > Well the only problem I have is that I can't use sound > on my machine because I found nowhere information concerning > support for the chipset EV1938 so I don't which driver corresponds > to this chipset or if it

RE: Redirecting root's email

2003-01-06 Thread Daniel Goepp
Have you tried Postfix? Many feel the configuration is a bit more friendly. -Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Adam Lofstedt Sent: Monday, January 06, 2003 8:07 PM To: 'Toomas Aas'; [EMAIL PROTECTED] Subject: RE: Redirecting root's

Re: Sound card question

2003-01-06 Thread Doug Reynolds
On Wed, 01 Jan 2003 18:36:05 -0500, Tom Parquette wrote: >I'm starting to look at adding a basic sound card to my machine. >I'm looking at Sound Blaster since it seems to be the least common >denominator. > >The motherboard does not have any ISA slots. (PCI only). >The man page on the web site i

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 lines: > > # Pretty much everything else i

Re: Redirecting root's email

2003-01-06 Thread Matthew Emmerton
[ dah! Don't top-post! ] > > > > 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] | >

Re: Export variables

2003-01-06 Thread Kurt Bigler
on 1/6/03 4:32 PM, Gerard Samuel <[EMAIL PROTECTED]> wrote: > How does one "export" variables in root's shell. > Im trying to set some variables trying to get mailman from the ports to > install. > > Thanks If I get right what you're asking... Root's shell is csh by default. Csh does not have

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: help! Problems with TAR archives?

2003-01-06 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html] > X-Mailer: Microsoft Outlook, Build 10.0.3416 Incorrect wrapping in quoted text. On Monday, 6 January 2003 at 8:45:25 -0500, Phillip Smith wrote: > >> On Saturday, 4 January 2003 at 20:30:52 -0500, Phillip Smith wrote: >>>

RE: Postfix vs. Sendmail

2003-01-06 Thread Daniel Goepp
Lowell Gilbert wrote: >Then do it. If it works, I doubt there will be much trouble getting >it accepted into the system. Well yes, I would love to. However, I'm not sure I have the know how yet. I have plenty of experience in programming, but more db and interface stuff, I also don't have an

Export variables

2003-01-06 Thread Gerard Samuel
How does one "export" variables in root's shell. Im trying to set some variables trying to get mailman from the ports to install. Thanks -- Gerard Samuel http://www.trini0.org:81/ http://dev.trini0.org:81/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in

RE: Postfix vs. Sendmail

2003-01-06 Thread Daniel Goepp
Well sort of. That only prevents them from recompiling and updating if you do a build/install world. I realize I'm probably requiring more control than is natural, but I don't want sendmail to have ever been installed in the first place. But really, it goes beyond that. The FreeBSD crew, has de

Problem with buffer space

2003-01-06 Thread Jonathan Louis Jennings
Greetings! My friend and I are running FreeBSD 4.7 and are connected to a DSL line with an Alcatel Speedtouch USB ADSL modem. We are able to successfully establish a connection to our DSL provider and can successfully access all network services. The box in question serves as a gateway for a

Re: Audio board [HELP]

2003-01-06 Thread Stacey Roberts
Hi, On Mon, 2003-01-06 at 23:53, Christophe Prevotaux wrote: > Well the only problem I have is that I can't use sound > on my machine because I found nowhere information concerning > support for the chipset EV1938 so I don't which driver corresponds > to this chipset or if it is not supported at

Re: Gaim 0.59.7 & Yahoo

2003-01-06 Thread Joe Marcus Clarke
On Mon, 2003-01-06 at 18:23, bryan cassidy wrote: > Hello. Before I start here is the output from uname -r > 4.7-STABLE-20030105-JPSNAP. I am having a problem with > gaim 0.59.7. Everytime I try to use a *Yahoo* account > it *never* logs on. NEVER! I just tried to logon > *again* and this is the er

Re: how to make bind listen only to 127.0.0.1

2003-01-06 Thread nate
Wiroth Didier said: > Hey, > I would like to run bind as a caching only server (v 8.3.3 > from 4.7-release). I would also like that it only listens > on port 127.0.0.1, but how? I tried this entry in > named.conf, but it didn't work: > query-source address 127.0.0.1 port 53; in named.conf:

Re: Audio board [HELP]

2003-01-06 Thread Christophe Prevotaux
Well the only problem I have is that I can't use sound on my machine because I found nowhere information concerning support for the chipset EV1938 so I don't which driver corresponds to this chipset or if it is not supported at all On 06 Jan 2003 23:37:21 + Stacey Roberts <[EMAIL PROTECTED]> w

Re: Postfix vs. Sendmail

2003-01-06 Thread Duncan Anker
On Tue, 2003-01-07 at 00:42, Lowell Gilbert wrote: > Daniel Goepp <[EMAIL PROTECTED]> writes: > > > So mx1.freebsd.org itself runs Postfix, but yet, sendmail is still so > > embedded in FreeBSD that it's almost imposible to get cleaned out. When > > are they going to make the FreeBSD install conf

Re: 4.6 upgrade to 4.6-p6 failure

2003-01-06 Thread Kris Kennaway
On Mon, Jan 06, 2003 at 11:36:09PM +0200, Paulius Bulotas wrote: > Hello, > > tonight I tried upgrading my 4.6-p2 with two jails to 4.6-p6. Jails > upgrade went smoothly as could be ;), but masters installworld failed with: > root@server:/usr/src/gnu/usr.bin/perl/utils/h2ph# make install > ... > v

Re: Audio board [HELP]

2003-01-06 Thread Stacey Roberts
Hi Christophe, On Mon, 2003-01-06 at 23:22, Christophe Prevotaux wrote: > I have a Gateway Laptop running 4-STABLE however I can't seem to find the correct > driver for the onboard audio chip which is: > > > none0@pci0:9:0: class=0x040100 card=0x2150107b chip=0x89381102 rev=0x00 hdr=0x00 > v

Re: sendmail save panic

2003-01-06 Thread Duncan Anker
On Mon, 2003-01-06 at 19:46, Özgür Özaslan wrote: > Hi, > When I try to send mail by using php mail function , I get an error like: > > sendmail(xx) : xxx: Loosing ./xxx : savemail panic > sendmail(xx) : xxx: SYSERR (www) : can not save recejted e-mail anywhere > > I use FreeBSD 4.6.2 and my send

Gaim 0.59.7 & Yahoo

2003-01-06 Thread bryan cassidy
Hello. Before I start here is the output from uname -r 4.7-STABLE-20030105-JPSNAP. I am having a problem with gaim 0.59.7. Everytime I try to use a *Yahoo* account it *never* logs on. NEVER! I just tried to logon *again* and this is the error I get when trying to logon to gaim with a yahoo account.

Audio board [HELP]

2003-01-06 Thread Christophe Prevotaux
I have a Gateway Laptop running 4-STABLE however I can't seem to find the correct driver for the onboard audio chip which is: none0@pci0:9:0: class=0x040100 card=0x2150107b chip=0x89381102 rev=0x00 hdr=0x00 vendor = 'Creative Labs' device = 'EV1938 Sound' class= multimedia

Re: dhclient - no DHCPOFFERS received.

2003-01-06 Thread Robin Damm
On Mon, Jan 06, 2003 at 09:18:36PM +, lewiz wrote: > Hi, > > Just recently I've found my laptop has been taking a while to obtain a > lease. I turned on all logging to the console and found the following > (modified a bit): > > dhclient: DHCPREQUEST on ep0 to 255.255.255.255.0 port 67 > dh

Re: how to make bind listen only to 127.0.0.1

2003-01-06 Thread Wes Santee
On Mon, Jan 06, 2003 at 11:20:53PM +0100, Wiroth Didier wrote: > Hey, > I would like to run bind as a caching only server (v 8.3.3 > from 4.7-release). I would also like that it only listens > on port 127.0.0.1, but how? I tried this entry in > named.conf, but it didn't work: > query-source address

RE: how to make bind listen only to 127.0.0.1

2003-01-06 Thread Derrick Ryalls
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Wiroth Didier > Sent: Monday, January 06, 2003 2:21 PM > To: [EMAIL PROTECTED] > Subject: how to make bind listen only to 127.0.0.1 > > > Hey, > I would like to run bind as a caching only server

how to make bind listen only to 127.0.0.1

2003-01-06 Thread Wiroth Didier
Hey, I would like to run bind as a caching only server (v 8.3.3 from 4.7-release). I would also like that it only listens on port 127.0.0.1, but how? I tried this entry in named.conf, but it didn't work: query-source address 127.0.0.1 port 53; It still listens on the real ip address? sockstat -4 s

Ports failing

2003-01-06 Thread John Brooks
this is a new clean install of 4.7 release from cdrom. previously this box had 4.5 release. from a boot screen: Illegal instruction (core dumped) Jan 6 16:30:36 joseph /kernel: pid 94 (sed), uid 0: exited on signal 4 (core dumped) setting 'update_motd="NO"' bypasses this error release notes

Re: portupgrade of pilot-link-0.11.4 fails after cvsup of portstree

2003-01-06 Thread Joe Marcus Clarke
On Mon, 2003-01-06 at 17:15, Stacey Roberts wrote: > Hello, > I've just cvsup'd ports tree and attempted to update > pilot-link-0.11.4 via portupgrade, which fails. > > Here's what I've managed to capture off the screen at the end. > > Any pointers as to where I could look to fix? I sent Jo

portupgrade of pilot-link-0.11.4 fails after cvsup of ports tree

2003-01-06 Thread Stacey Roberts
Hello, I've just cvsup'd ports tree and attempted to update pilot-link-0.11.4 via portupgrade, which fails. Here's what I've managed to capture off the screen at the end. Any pointers as to where I could look to fix? Thanks for the time. Regards, Stacey creating libpisock++.la (cd .libs

RE: Redirecting root's email

2003-01-06 Thread Stacy Olivas
In the /etc/aliases file look for the following lines: # Pretty much everything else in this file points to "root", so # you would do well in either reading root's mailbox or forwarding # root's email from here. # root: [EMAIL PROTECTED] (should be at the top of the file. make sure that you have

4.6 upgrade to 4.6-p6 failure

2003-01-06 Thread Paulius Bulotas
Hello, tonight I tried upgrading my 4.6-p2 with two jails to 4.6-p6. Jails upgrade went smoothly as could be ;), but masters installworld failed with: root@server:/usr/src/gnu/usr.bin/perl/utils/h2ph# make install ... vm/vnode_pager.h -> vm/vnode_pager.ph *** Error code 1 Stop in /usr/src/gnu/usr

dhclient - no DHCPOFFERS received.

2003-01-06 Thread lewiz
Hi, Just recently I've found my laptop has been taking a while to obtain a lease. I turned on all logging to the console and found the following (modified a bit): dhclient: DHCPREQUEST on ep0 to 255.255.255.255.0 port 67 dhclient: Trying media "media 10base2/BNC" 1 dhclient: DHCPDISCOVER on ep

Re: terminal features

2003-01-06 Thread Chuck Swiger
On Monday, January 6, 2003, at 04:07 PM, Brian Henning wrote: [ ... ] > i currently am using putty to access my bsd box from windows 2000. Using an editor such as vi, i may edit a file and exit vi. When that happens i would like the terminal to return to its original state. instead it leaves so

Re: 4.2

2003-01-06 Thread Kent Stewart
On Monday 06 January 2003 11:28 am, Mike Hogsett wrote: > For a reason that I have no ability to change I have a customer who > needs to install 4.2. Can I check out RELENG_4_2 from cvsup and get > the desired results? - or - Are 4.2 Install ISO available somewhere > (not ftp.freebsd.org). > The

terminal features

2003-01-06 Thread Brian Henning
Hello, let me see if i can describe my problem.. i currently am using putty to access my bsd box from windows 2000. Using an editor such as vi, i may edit a file and exit vi. When that happens i would like the terminal to return to its original state. instead it leaves some of the file left of the

Re: sshd and reverse lookups

2003-01-06 Thread Hari Bhaskaran
On Fri, Jan 03, 2003 at 11:22:51PM -0600, Hari Bhaskaran wrote: > I can't seem to avoid the initial login delay for sshd. oops! - this was a known gotcha since July. Fixed by copying /etc/resolv.conf to /var/empty/etc/resolv.conf (and +schg-ing everything in there). http://docs.freebsd.org/cgi/ge

pkg_add help

2003-01-06 Thread Douglas Denault
I am trying to install kde-3 via package add. I can not because /var is filling up. After a few attemps I tried: pkg_add -p /usr/tmp -t /usr/tmp/instmp.XX -r kde I can still watch /var/tmp fill up. I finally seemed to make things work by setting PKG_TMPDIR. I guess I do not understand the

Qmail to Postfix migration

2003-01-06 Thread Gerard Samuel
Hi all. Just looking for pointers as to a secure Postfix setup. I just setup Postfix on my laptop, and Im able to send/recieve mail to it. Im going to duplicate the setup on my firewall and attempt to use Postfix's .forward syntax to forward periodic emails to root to my mailserver like how I did

Happy New Year!! 2003 Advertising

2003-01-06 Thread Joshua Harris
Happy New Year! Hope all is well. We never put anything together in '02, but I still have your contact info on file. Let's work towards something in '03 with ultra targeted banner and search engine clicks, lead generation, co-regs, stand-alone emails or other online marketing platforms that we

Re: Redirecting root's email

2003-01-06 Thread Toomas Aas
Hi! > 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. > When I look at /var/spool/clientmqueue, it is full of messages. Here is > a snippet of one: > MDeferred: Operation tim

4.2

2003-01-06 Thread Mike Hogsett
For a reason that I have no ability to change I have a customer who needs to install 4.2. Can I check out RELENG_4_2 from cvsup and get the desired results? - or - Are 4.2 Install ISO available somewhere (not ftp.freebsd.org). TIA, - Mike To Unsubscribe: send mail to [EMAIL PROTECTED] wi

Êîììåð÷åñêîå ïðåäëîæåíèå EHIITITTRS

2003-01-06 Thread misel
Óâàæàåìûå Ãîñïîäà ! Ìû èìååì ÷åñòü ïîçäðàâèòü Âàñ ñ Íîâûì Ãîäîì è Ðîæäåñòâîì. Æåëàåì Âàì è Âàøèì áëèçêèì Çäîðîâüÿ è Óäà÷è! ÎÎÎ "Þã-Ïðîìñíàá" ïðåäëàãàåò áîëåå 6000 íàèìåíîâàíèé îáîðóäîâàíèÿ çàâîäîâ Ðîññèè è ñòðàí áëèæíåãî çàðóáåæüÿ. Ñîòðóäíè÷åñòâî ñ ÎÎÎ .Þã-Ïðîìñíàá. ïîìîæåò Âàì îáåñïå÷èòü ñâîå

Re: Palm 515 setup

2003-01-06 Thread Anne Sipes
Hi Jason, I noticed that entries that I had made on my Palm before the first time it was initialized didn't sync to the Jpilot desktop. Also entries that were beamed to my Palm and then changed in some way , like being moved to a different catagory didn't get synced. I went in to each entry

Re: [Q] ipfw and 'me'

2003-01-06 Thread Jonathan Belson
Fernando Gleiser wrote: ifconfig xl0 | awk '/^\tinet / {print $2}' Nice! My awk isn't what it should be... --Jon http://www.witchspace.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

4.7Release - sed problems?

2003-01-06 Thread John Brooks
I'm working on a new clean install of 4.7R from the iso. dmesg gives an error: "pid 94 (sed), uid 0: exited on signal 4 (core dumped)" this comes from the 'sed' call in 'update_motd' installing applications from ports also fail on 'sed' calls release notes on 4.7 indicate: "sed(1) now takes

Re: [Q] ipfw and 'me'

2003-01-06 Thread Fernando Gleiser
On Mon, 6 Jan 2003, Jonathan Belson wrote: > Jack L. Stone wrote: > > The best way to do this is to use "awk" to determine and set a variable for > > the external IP every time it changes and then refer to that variable in > > your rules. > > ifconfig | grep ^xl0 -1 | tail -n 1 | awk '{ print $2

Re: [Q] ipfw and 'me'

2003-01-06 Thread Jack L. Stone
At 05:53 PM 1.6.2003 +, Jonathan Belson wrote: >Jack L. Stone wrote: >> The best way to do this is to use "awk" to determine and set a variable for >> the external IP every time it changes and then refer to that variable in >> your rules. > >ifconfig | grep ^xl0 -1 | tail -n 1 | awk '{ print $2

Re: [Q] ipfw and 'me'

2003-01-06 Thread Jonathan Belson
Jack L. Stone wrote: The best way to do this is to use "awk" to determine and set a variable for the external IP every time it changes and then refer to that variable in your rules. ifconfig | grep ^xl0 -1 | tail -n 1 | awk '{ print $2 }' Any neater way? :-) --Jon http://www.witchspace.com

Re: [Q] ipfw and 'me'

2003-01-06 Thread Jonathan Belson
Dan Nelson wrote: me is me. Maybe the "recv | xmit | via {ifX | if* | ipno | any}" options will help? What exactly are you trying to allow/block? My firewall rules are based on the 'simple' pattern in rc.firewall. I've got stuff like this to explicitly allow certain connections: # ssh

Re: [Q] ipfw and 'me'

2003-01-06 Thread Dan Nelson
In the last episode (Jan 06), Jonathan Belson said: > Ceri Davies wrote: > >On Mon, Jan 06, 2003 at 05:02:01PM +, Jonathan Belson wrote: > >>I've just been looking into the 'me' option for ipfw: > >> > >>me matches any IP address configured on an interface in the > >> system. The ad

Re: [Q] ipfw and 'me'

2003-01-06 Thread Jack L. Stone
At 05:23 PM 1.6.2003 +, Jonathan Belson wrote: >Ceri Davies wrote: >> On Mon, Jan 06, 2003 at 05:02:01PM +, Jonathan Belson wrote: >> >>>I've just been looking into the 'me' option for ipfw: >>> >>>me matches any IP address configured on an interface in the >>>system. The add

Re: [Q] ipfw and 'me'

2003-01-06 Thread Jonathan Belson
Ceri Davies wrote: On Mon, Jan 06, 2003 at 05:02:01PM +, Jonathan Belson wrote: I've just been looking into the 'me' option for ipfw: me matches any IP address configured on an interface in the system. The address list is evaluated at the time the packet is analysed. Si

RE: how to restrict as mac address

2003-01-06 Thread Olivier Cherrier
>On FreeBSD4.x >How can I restrict any pc(win9x,2000,etc) as mac address of >it's ethernet ? >that is can I use ipfw for that ? I did not find any document >about that. Have you even searched? http://www.freebsd.org/cgi/man.cgi?query=ipfw&apropos=0&; \ sektion=0&manpath=FreeBSD+4.7-stab

Leaping for Joy (was RE: Installing FreeBSD 4.7 from ISO image)

2003-01-06 Thread William Coles
-Original Message- From: William Coles [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 11:39 PM To: [EMAIL PROTECTED] Subject: Leaping for Joy (was RE: Installing FreeBSD 4.7 from ISO image) Hurray! I got it installed. Thanks folks, for the initial feedback. I was able to fi

Re: [Q] ipfw and 'me'

2003-01-06 Thread Ceri Davies
On Mon, Jan 06, 2003 at 05:02:01PM +, Jonathan Belson wrote: > I've just been looking into the 'me' option for ipfw: > > me matches any IP address configured on an interface in the > system. The address list is evaluated at the time the > packet is analysed. > > Since th

[Q] ipfw and 'me'

2003-01-06 Thread Jonathan Belson
Hiya My ISP uses DHCP to allocate IP numbers, so currently every time the IP changes, I have to manually change my firewall rules. I've just been looking into the 'me' option for ipfw: me matches any IP address configured on an interface in the system. The address list is evaluate

Re: bootmgr labels

2003-01-06 Thread John Bleichert
On Mon, 6 Jan 2003, Gustaf Sjoberg wrote: > Date: Mon, 6 Jan 2003 04:21:28 +0100 > From: Gustaf Sjoberg <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: bootmgr labels > > hi, > i'm currently dual booting freebsd 4.7 and windows xp pro on my laptop and >everything works like a charm except

Re: with respect to the installing FreeBSD

2003-01-06 Thread John Bleichert
On Mon, 6 Jan 2003, root wrote: > Date: Mon, 06 Jan 2003 15:24:40 + > From: root <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: with respect to the installing FreeBSD > > This is a request for help made after extensive efforts to install > freebsd on > my computer, and only after ha

with respect to the installing FreeBSD

2003-01-06 Thread root
This is a request for help made after extensive efforts to install freebsd on my computer, and only after having tried almost everything, i was wondering if you have any suggestions. Firstly, may I say what my system is., below: maxtor 6Y120LO hardrive sis 5513 chipset sis 5513 ide cont

  1   2   >