Re: Question

2003-05-27 Thread Robert Storey
On Wednesday 28 May 2003 01:48, Jerry McAllister wrote: > Hello, > We are group of boys who have the idea to make a new OS that will > use FreeBSD kernel. Can you give us the not compiled kernel of FreeBSD > to use it? Naturally, FreeBSD will be as well advertisized in our new > operation syst

Re: Question

2003-05-27 Thread Jerry McAllister
> > Hello, > We are group of boys who have the idea to make a new OS that will > use FreeBSD kernel. Can you give us the not compiled kernel of FreeBSD > to use it? Naturally, FreeBSD will be as well advertisized in our new > operation system. >Thank You It's all there. You can just down

Re: Question

2003-05-27 Thread Dirk-Willem van Gulik
On Tue, 27 May 2003, Doychin Lyudmilov Karakashev wrote: > We are group of boys who have the idea to make a new OS that will use FreeBSD > kernel. Can you give us the not compiled kernel of FreeBSD to use it? Naturally, > FreeBSD will be as well advertisized in our new operation system. Downl

Re: Question Regarding IP Alias

2003-04-02 Thread Martin A. Brown
Under linux, it is not difficult to accomplish this: # ip link set dev $DEV up # ip addr add dev $DEV w.x.y.z/24 # ip addr add dev $DEV p.q.r.s/16 # ip route add $DESTINATION via $GATEWAY src p.q.r.s If an application requests the use of IP address w.x.y.z, there is no way for the routing code to

Re: Question about vinum and contents of /dev/vinum

2003-04-01 Thread Greg 'groggy' Lehey
On Tuesday, 1 April 2003 at 16:16:38 -0800, John Fox wrote: > I am copying files over the network -- from a failing drive in production > box to a new drive in my workstation, with the intent of swapping these > drives. > > I have been testing transfers with tar, and ran into some problems when >

Re: Question about bounced mail

2003-03-28 Thread Peter Elsner
Yes, that means that a spammer from screensaver4u.com attempted (but failed) 143 times to relay spam through your server. The reports do this automatically... If you have your access file in /etc/mail set accordingly to only allow RELAYing from trusted sites (internal), then anything that isn't

Re: Question about bounced mail

2003-03-28 Thread K Anderson
Dragoncrest wrote: In my daily reports lately, since upgrading my sendmail version, I've been getting reports like this: Checking for rejected mail hosts: 143 screensaver4u.com 1 srv.designtechnica.com Not to sound silly, but what does that mean? Does it mean that it rejected 143 messages f

Re: question

2003-03-26 Thread Peter Elsner
Visit this link http://www.daemonnews.org/200104/bsd_family.html It explains the BSD Family tree.. Peter At 02:22 PM 3/26/2003 +, you wrote: Hi list, I like to know the difference between OpenBSD and FreeBSD and maybe i like to know which is better? Regards, Ricardo ___

Re: Question

2003-03-25 Thread CARTER Anthony
Take a normal DOS boot disk with fdisk on it and do: fdisk /mbr That will get your NT back... Now boot FreeBSD and add the loader, if you so wish. Please note, PQMagic ver 7 does not recognise FBSDs filesystem (don't know about version 8). Anthony On Tuesday 25 March 2003 12:23, Ярослав Жегло

Re: question on tin: how to configure auto user/pwd

2003-03-23 Thread Viktor Lazlo
On Sun, 23 Mar 2003 [EMAIL PROTECTED] wrote: > I've read the man pages but see no option for configuring tin to auto magically > enter a user name/password when it connect to the nntpserver. > Is there anyway to do this (my new provider require some random set of symbols for > username and pas

Re: question on tin: how to configure auto user/pwd

2003-03-23 Thread Arvid Warnecke
On Sun, Mar 23, 2003 at 07:57:03AM -0500, [EMAIL PROTECTED] wrote: > I've read the man pages but see no option for configuring tin to auto > magically enter a user name/password when it connect to the > nntpserver. > I use a ~/.newsauth with tin here. Just create that file with newsserver.host.co

Re: Question about background FSCK

2003-03-20 Thread taxman
On Wednesday 19 March 2003 09:52 am, John Straiton wrote: > Thanks for the idea. While I'm not against the idea of the disk dying, > this is reproduceable quite reliably. Foreground fsck -y in single user > mode works in about 2 minutes (for the 119GB slice) flawlessly every > time and background f

Re: question

2003-03-20 Thread Vulpes Velox
On Thu, 20 Mar 2003 09:27:33 -0700 "Bluezmo" <[EMAIL PROTECTED]> wrote: > I've been tussling with installing & implementing FreeBSD 5 on a laptop for > about 2 weeks now. The initial install took 4 days (which I expected given > I knew nothing about BSD) & I've whittled down the install time to >

Re: question on samba install

2003-03-19 Thread Garance A Drosihn
At 1:01 AM -0500 3/19/03, David Banning wrote: If I install samba without cups, is it still possible to print with samba? I have a small network with a few win boxes and the samba install is older. It doesn't have cups. I am just wondering, since samba now installs cups by default, whether it is a

Re: question on samba install

2003-03-19 Thread Bill Moran
David Banning wrote: If I install samba without cups, is it still possible to print with samba? Yes, you can use lpr or lprng with samba. Thanks Matthias. What is the reason that cups is the default installation? Pretty much because CUPS is the next generation of printing protocols. New versions of

Re: question on samba install

2003-03-19 Thread David Banning
> >>>If I install samba without cups, is it still possible to print with samba? > >> > >>Yes, you can use lpr or lprng with samba. > > > > Thanks Matthias. What is the reason that cups is the default installation? > > Pretty much because CUPS is the next generation of printing protocols. > New ve

Re: question on samba install

2003-03-19 Thread Bill Moran
David Banning wrote: On Wed, Mar 19, 2003 at 09:11:55AM +0100, Matthias Teege wrote: David Banning <[EMAIL PROTECTED]> writes: If I install samba without cups, is it still possible to print with samba? Yes, you can use lpr or lprng with samba. Thanks Matthias. What is the reason that cups is the d

Re: question on samba install

2003-03-19 Thread David Banning
On Wed, Mar 19, 2003 at 09:11:55AM +0100, Matthias Teege wrote: > David Banning <[EMAIL PROTECTED]> writes: > > > If I install samba without cups, is it still possible to print with samba? > > Yes, you can use lpr or lprng with samba. Thanks Matthias. What is the reason that cups is the default

RE: Question about background FSCK

2003-03-19 Thread John Straiton
> > background_fsck="NO" How fantastically easy. I should have known. I guess it's time to peruse /etc/defaults/rc.conf again for other new things to play with now that I'm on the new branch. Thanks a lot to everyone who replied. I only wish I knew why it was both machines crap out while trying

Re: Question about background FSCK

2003-03-19 Thread Anti
On Wed, 19 Mar 2003 09:52:32 -0500 "John Straiton" <[EMAIL PROTECTED]> wrote: > Thanks for the idea. While I'm not against the idea of the disk dying, > this is reproduceable quite reliably. Foreground fsck -y in single user > mode works in about 2 minutes (for the 119GB slice) flawlessly every >

Re: Question about background FSCK

2003-03-19 Thread Christian Laursen
"John Straiton" <[EMAIL PROTECTED]> writes: > So I ask the list again: Is there a way to disable the background > checking of disks? Put the follwoing line in /etc/rc.conf: background_fsck="NO" -- Best regards Christian Laursen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubsc

RE: Question about background FSCK

2003-03-19 Thread John Straiton
ton [EMAIL PROTECTED] Clickcom, Inc 704-365-9970x101 > -Original Message- > From: Andy Farkas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 8:18 AM > To: John Straiton > Cc: [EMAIL PROTECTED] > Subject: Re: Question about background FSCK > >

Re: Question about background FSCK

2003-03-19 Thread Andy Farkas
On Tue, 18 Mar 2003, John Straiton wrote: > While I appreciate the background fsck's that 5.0 provides, it appears > that there are problems with writing to a drive that is still under the > scrutiny of a fsck (tell me if I'm wrong). > > 'Fer instance, today I brought up a machine that has a 119GB

Re: question on samba install

2003-03-19 Thread Matthias Teege
David Banning <[EMAIL PROTECTED]> writes: > If I install samba without cups, is it still possible to print with samba? Yes, you can use lpr or lprng with samba. Bis dann Matthias -- Matthias Teege -- http://www.mteege.de make world not war PGP-Key auf Anfrage To Unsubscribe: send mail to [EMA

Re: question newbie

2003-03-14 Thread Bill Moran
o extension for some CD burning programs to believe that it really is an image. From: Bill Moran <[EMAIL PROTECTED]> To: Ricardo Javier Aranibar León <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: question newbie Date: Fri, 14 Mar 2003 18:28:21 -0500 Ricardo Javier Aranibar

Re: question newbie (ANSWER IN SPANISH).

2003-03-14 Thread eric
Ricardo: Me encuentro en Merida Yucatan, Mexico. Tu problema es sencillo, puedes usar el Easy CD Creator para quemar esos archivos y crear una imagen iso en un CD virgen. Tambien puedes usar el Nero, debes escoger una opcion de crear una imagen a partir de un archivo. Esto lo puedes consulta

Re: question newbie

2003-03-14 Thread Bill Moran
Ricardo Javier Aranibar León wrote: Hi I need your help, I'm new using FreeBSD and I have a doubt. I donwload the following programs if you can see the extension don't show me "iso". Did you alter the name when you saved the file? What did you use to download? 5.0-RELEASE-i386-disc1 575

Re: question [addendum to answer]

2003-02-26 Thread Giorgos Keramidas
On 2003-02-26 05:54, Cliff Sarginson <[EMAIL PROTECTED]> wrote: > On Wed, Feb 26, 2003 at 03:57:29AM +0200, Giorgos Keramidas wrote: > > http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html > > > > If, after reading through this, you still have questions about what > > ports or what

Re: Question

2003-02-26 Thread Willie Viljoen
On Wednesday 26 February 2003 9:25, someone, possibly Darryl C Price, typed: > I see a lot of message traffic on the net from people, like me, who are > having problems with PAM authentication via LDAP. Why don't you guys > focus on delivering a pam_ldap module that works without a lot of > jumpi

RE: question

2003-02-26 Thread Aaron Burke
> I had installed the ports with sysinstall > but how do I can start them loll > thank you for your answer If you installed the ports collection via sysinstall you should have a folder under /usr/ports . For example to install (lets say) "screen" you would type the following as root or super-user:

Re: question [addendum to answer]

2003-02-25 Thread Cliff Sarginson
On Wed, Feb 26, 2003 at 03:57:29AM +0200, Giorgos Keramidas wrote: > On 2003-02-25 20:15, [EMAIL PROTECTED] wrote: > > I had installed the ports with sysinstall > > but how do I can start them loll > > thank you for your answer > > The FreeBSD Handbook includes a nice chapter that explains how por

Re: question

2003-02-25 Thread Giorgos Keramidas
On 2003-02-25 20:15, [EMAIL PROTECTED] wrote: > I had installed the ports with sysinstall > but how do I can start them loll > thank you for your answer The FreeBSD Handbook includes a nice chapter that explains how ports and packages are used. Take a look at it: http://www.FreeBSD.org/doc/en_US

Re: question

2003-02-21 Thread Giorgos Keramidas
On 2003-02-20 14:55, dark dragonz <[EMAIL PROTECTED]> wrote: > I have a problem. I run /stand/sysinstall, then I go to configure > the ttys file it invoke an editor and when I have modified and I > want to save it it say that its a read only file when im logged as > root what can i do for bypassin

Re: question

2003-02-20 Thread Rus Foster
On Thu, 20 Feb 2003, dark dragonz wrote: > I have a problem > I run /stand/sysinstall > then I go to configure the ttys file it invoke an > editor and when I have modified and I want to save it > it say that its a read only file when im logged as > root > what can i do for bypassing this > thank >

Re: question

2003-02-19 Thread IAccounts
> On Tue, Feb 18, 2003 at 04:28:14PM -0500, IAccounts wrote: On Wed, 19 Feb 2003, Cliff Sarginson wrote: > > > is java or javascript goods languages to learn? > > > if no what is the best language to start with, the second and the third > > > thank you for your answer > > > > Depends on what you w

Re: question

2003-02-18 Thread Cliff Sarginson
On Tue, Feb 18, 2003 at 04:28:14PM -0500, IAccounts wrote: > > is java or javascript goods languages to learn? > > if no what is the best language to start with, the second and the third > > thank you for your answer > > Depends on what you want to learn. > > Perl: Extremely flexible text string

Re: question

2003-02-18 Thread Mike Meyer
In <[EMAIL PROTECTED]>, IAccounts <[EMAIL PROTECTED]> typed: > I would play with perl as it is easy and does not need to be compiled. > Then move on to the much more powerful c++ I would play with Python because it comes with an interactive shell, which makes it a lot of fun to play with. The pro

Re: question

2003-02-18 Thread Mike Meyer
In <[EMAIL PROTECTED]>, [EMAIL PROTECTED] typed: > is java or javascript goods languages to learn? > if no what is the best language to start with, the second and the third > thank you for your answer Didn't you already ask this question? Didn't you get any of the replies asking what you wanted to

Re: question

2003-02-18 Thread IAccounts
> is java or javascript goods languages to learn? > if no what is the best language to start with, the second and the third > thank you for your answer Depends on what you want to learn. Perl: Extremely flexible text string manipulation features and scripting features. Relatively easy to learn.

Re: Question

2003-02-14 Thread Toomas Aas
> I 'm working under linux platform (redhat advanced server with 20 web server > computers): i'm wondering if i should use freebsd, what are his advantages ? > Fiability ? Performances ? Network gestion ? Advocacy aside, if things work fine wit RH then why change? -- Toomas Aas | [EMAIL PROTECTED]

Re: Question

2003-02-14 Thread Bill Moran
Michel wrote: Hi, I 'm working under linux platform (redhat advanced server with 20 web server computers): i'm wondering if i should use freebsd, what are his advantages ? Fiability ? Performances ? Network gestion ? The best argument I know of is that the Apache group uses FreeBSD for their ow

Re: question

2003-02-09 Thread kirt
here is what i did recently (this is the very vanillla way) (as root) cd /usr/ports/x11/kde3/ make clean install if it completes the make without error, and you have already configured XFree86 then it's as simple as creating .xinitrc in your home directory containing 'startkde'. use your favori

Re: question

2003-02-08 Thread Jud
On Sat, 8 Feb 2003 11:02:33 -0800 (PST) dark dragonz <[EMAIL PROTECTED]> wrote: > how many space the FULL FreeBSD installation can > take?(with all the packages) > thank you for your answer There are likely more accurate or helpful measures, but a rough estimate would be slightly more than a Wind

Re: Question about serial connections via nullmodem

2003-01-21 Thread Marisa
Well I have seen with SLIP seems easier, but I need to do it with ppp if possible, because it gives me the possibility to negociate/change parameters (MTU , for example) between computers. --- Nathan Kinkade <[EMAIL PROTECTED]> wrote: > On Tue, Jan 21, 2003 at 10:50:33AM -0800, Marisa > wrote: >

Re: Question about serial connections via nullmodem

2003-01-21 Thread Nathan Kinkade
On Tue, Jan 21, 2003 at 10:50:33AM -0800, Marisa wrote: > Hello! > > I have a FreeBSD3.2 PC connected to a LAN network. I > would like to connect my Win98 notebok to it via a > serial null modem connection in order to have access > to the Lan network. > > I would like to do this with pppd command

Re: question about install

2003-01-21 Thread Lowell Gilbert
Don't top-post, please. Joe Verba <[EMAIL PROTECTED]> writes: > still gets hung there > > > down to "waiting 15 secs for SCSI to settle" it > > just > > > hangs there, > > > what more info do you need (the address above will > > > bring up the hardware info), > > > > Try *not* eliminating the c

Re: question about install

2003-01-20 Thread Joe Verba
still gets hung there --- Lowell Gilbert <[EMAIL PROTECTED]> wrote: > Joe Verba <[EMAIL PROTECTED]> writes: > > > Am trying to install FreeBSD 4.6 on a IBM 330 > server > > > http://www2.ibmlink.ibm.com/cgi-bin/master?request=salesmanual&parms=SMS&xh=%24wHQ8nFK*JbnRJ2USenGnN9332&xhi=salesmanual%5E

Re: question about install

2003-01-20 Thread Lowell Gilbert
Joe Verba <[EMAIL PROTECTED]> writes: > Am trying to install FreeBSD 4.6 on a IBM 330 server > >http://www2.ibmlink.ibm.com/cgi-bin/master?request=salesmanual&parms=SMS&xh=%24wHQ8nFK*JbnRJ2USenGnN9332&xhi=salesmanual%5E&type=HARDWARE&search=&title=T&product=8640-es2 > the problem that I run into

Re: Question about the BSD License

2003-01-15 Thread Gary W. Swearingen
[EMAIL PROTECTED] (Michael Fischer) writes: > But I could not found some of this information about the license. I only > found a template: You should study your template better. It's quite clear about the issues you raised. Your best bet on the more tricky issues is to find past discussions in

Re: Question about the BSD License

2003-01-15 Thread Fernando Gleiser
On Wed, 15 Jan 2003, Michael Fischer wrote: > Dear BSD Group, > > I am searching for a license model for my software. And I got some > information from other people that I should use the BSD lisense. In this > model it should be allowed to give away the product without the source > files. It shoul

Re: Question

2003-01-12 Thread Matthew Seaman
On Sun, Jan 12, 2003 at 06:23:09PM -0500, Steve Winnacott wrote: > Based on group membership, allow or deny certain users access to certain > outgoing services (www, telnet, ftp, ssh, ping, traceroute, etc). Again this > is not IP based, but based on group membership. Everyone can log into any PC

Re: Question

2003-01-12 Thread Alex
Dear/Beste Steve, Monday, January 13, 2003, 12:23:09 AM, you wrote: > Hey people, > I'm having trouble limiting users to certain services on my LAN. > Here's what im trying to do. > Based on group membership, allow or deny certain users access to certain > outgoing services (www, telnet, ftp,

Re: question about /etc/rc.firewall

2003-01-07 Thread Ian Smith
Hi Serg, On Mon, 6 Jan 2003, questions-digest V5 #1826 wrote: > Date: Mon, 6 Jan 2003 16:07:20 +0300 > From: Serg Repalov <[EMAIL PROTECTED]> > Subject: question about /etc/rc.firewall > > Hi. > > Can anyone make clear for me one thing. In file /etc/rc.firewall > we have two sections

Re: Question about Apache with ssl.

2002-12-06 Thread Andrew Prewett
Today Mark-Nathaniel Weisman wrote: > I've replaced the original httpd executable with a new improved > apachectl, apachectl is only a wrapper script to start, stop, restart apache (httpd)... > and of course need the startssl to fire up my ssl installed > Web Server. When the web server fires up

Re: Question from an Argentinian developer

2002-11-29 Thread Giorgos Keramidas
On 2002-11-28 17:33, Diego Efe <[EMAIL PROTECTED]> wrote: > > I've started a little program to try to manage filesystem quotas > whitout having to manually edit (with $EDITOR) the parameters. quotactl(2) should be all you need. > Investigating I found out that I have the quotactl() function to do

Re: question on IP alias/broadcast

2002-11-20 Thread Rob O'Donnell
At 08:16 17/11/2002 +, Matthew Seaman wrote: On Sun, Nov 17, 2002 at 02:04:57PM +0700, budsz wrote: > On Sat, Nov 16, 2002 at 04:21:34PM +, Matthew Seaman wrote: > >expressed as a hexadecimal or even decimal integer. thus: > > > >192.168.100.1 is the same as 0xc0a86401 or 3232261121 >

Re: Question about memory usage

2002-11-19 Thread Jerry McAllister
> > On Tue, Nov 19, 2002 at 11:13:15AM -0500, Matt Winslow wrote: > > I'm running FreeBSD 4.5, on a P-133 system. I just upgraded my RAM > > yesterday from 80MB to 256MB, because it always used to sit at 93-94% used > > when I had 80. Well now that I installed more, it's sitting at 93% used > >

Re: Question about memory usage

2002-11-19 Thread Kris Kennaway
On Tue, Nov 19, 2002 at 11:13:15AM -0500, Matt Winslow wrote: > I'm running FreeBSD 4.5, on a P-133 system. I just upgraded my RAM > yesterday from 80MB to 256MB, because it always used to sit at 93-94% used > when I had 80. Well now that I installed more, it's sitting at 93% used > again. Being

Re: Question about memory usage

2002-11-19 Thread David Schultz
Thus spake Matt Winslow <[EMAIL PROTECTED]>: > I'm running FreeBSD 4.5, on a P-133 system. I just upgraded my RAM > yesterday from 80MB to 256MB, because it always used to sit at 93-94% used > when I had 80. Well now that I installed more, it's sitting at 93% used > again. Being newer to BSD, is

Re: Question about memory usage

2002-11-19 Thread John Bleichert
On Tue, 19 Nov 2002, Matt Winslow wrote: > Date: Tue, 19 Nov 2002 11:13:15 -0500 > From: Matt Winslow <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Question about memory usage > > I'm running FreeBSD 4.5, on a P-133 system. I just upgraded my RAM > yesterday from 80MB to 256MB, because

RE: Question about memory usage

2002-11-19 Thread Barry Byrne
man top - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Winslow > Sent: 19 November 2002 16:13 > To: [EMAIL PROTECTED] > Subject: Qu

Re: question on IP alias/broadcast

2002-11-17 Thread Matthew Seaman
On Sun, Nov 17, 2002 at 06:03:10PM +0700, budsz wrote: > Thank you for your explaination, But it's valid if I use > [http/ftp/mailto/https]://interger_decimal ?, What part RFC explain this is? It's application dependent. Most modern web browsers (Netscape 6, Mozilla, probably the latest IE) won

Re: question on IP alias/broadcast

2002-11-17 Thread Matthew Seaman
On Sun, Nov 17, 2002 at 02:04:57PM +0700, budsz wrote: > On Sat, Nov 16, 2002 at 04:21:34PM +, Matthew Seaman wrote: > >expressed as a hexadecimal or even decimal integer. thus: > > > >192.168.100.1 is the same as 0xc0a86401 or 3232261121 > > ^

Re: question on IP alias/broadcast

2002-11-16 Thread Matthew Seaman
On Sat, Nov 16, 2002 at 08:28:32AM -0600, J.D. Bronson wrote: > I setup an alias statment in rc.conf and it seems to work fine.. > but I have a question on the broadcast IP: > > > em0: flags=8843 mtu 1500 > options=3 > inet 192.168.100.1 netmask 0xff00 broadcast 192.168.100.25

Re: question on su use

2002-10-30 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-30 13:16:10 -0500: > I am attempting to create a simple user shell executable which will > execute a root command. > > su root killall squid > > requests root's password, and then issues a; > > killall: /usr/bin/killall: cannot execute binary file > > while killall

Re: question on su use

2002-10-30 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> (10.30.2002 @ 1016 PST): David Banning said, in 0.4K: << > I am attempting to create a simple user shell executable which will > execute a root command. > > Executing; > > su root killall squid > > requests root's password, and then issues a; >

Re: question: sending to stdout AND file

2002-10-18 Thread Larry Rosenman
On Fri, 2002-10-18 at 14:37, John Bleichert wrote: > On Fri, 18 Oct 2002, David Smithson wrote: > > > Date: Fri, 18 Oct 2002 12:33:46 -0700 > > From: David Smithson <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: question: sending to stdout AND file > > > > Hi all. > > > > This questi

Re: question: sending to stdout AND file

2002-10-18 Thread Kliment Andreev
> One way is to use the tee command, e.g.: > > [johnnyb@zappa johnnyb]$ ls | tee listing.txt > > will send the results of the ls command to STDOUT and also to the file > listing.txt. # man script To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the bod

Re: question: sending to stdout AND file

2002-10-18 Thread Jack L. Stone
At 12:33 PM 10.18.2002 -0700, David Smithson wrote: >Hi all. > >This question is not specifically FreeBSD related. > >How do I redirect output to a file *and* stdout simultaneously. My >particular want is to view the output of a script while also logging the >output to a text file. > >Thanks for y

Re: question: sending to stdout AND file

2002-10-18 Thread David Smithson
The tee command does the job. Thanks! - Original Message - From: "Dirk-Willem van Gulik" <[EMAIL PROTECTED]> To: "David Smithson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 12:35 PM Subject: Re: question: sendi

Re: question: sending to stdout AND file

2002-10-18 Thread John Bleichert
On Fri, 18 Oct 2002, David Smithson wrote: > Date: Fri, 18 Oct 2002 12:33:46 -0700 > From: David Smithson <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: question: sending to stdout AND file > > Hi all. > > This question is not specifically FreeBSD related. > > How do I redirect output t

Re: question: sending to stdout AND file

2002-10-18 Thread Dirk-Willem van Gulik
> How do I redirect output to a file *and* stdout simultaneously. My > particular want is to view the output of a script while also logging the > output to a text file. Check out tee(1), man tee Dw. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions"

Re: Question about FreeBSD 4.6.1-RELEASE

2002-10-17 Thread Matthew Seaman
On Wed, Oct 16, 2002 at 04:40:37PM -0700, Ranajit Ray wrote: > Now, 4.6.1-RELEASE isn't mentioned _anywhere_ on this > page: . Is this a > private build? No, not quite. There was going to be a 4.6.1 point release in reponse to some nasty bugs in the new ATA-devi

Re: Question port in ipfw

2002-10-09 Thread budsz
On Wed, Oct 09, 2002 at 09:43:37PM -0700, Michael wrote: >This is a good question and maybe someone can answer the question with regards >to using a variable to do it. > >I do know however that it does support a range because I've used it within my >rules like this: 1030-1050 but not seperating

Re: Question on Multi OSes

2002-09-27 Thread Kevin Golding
Someone, quite probably SweeTLeaF, once wrote: >What i would like to find out is how to have xp on its own drive and >freebsd on its own drive and be able to boot either such as i do now. >I saw a device that connected to each drive and jumps over the drive to >make it primary, sec.etc... to boot

Re: Question on Multi OSes

2002-09-27 Thread Jerry McAllister
> > Hello Ryan, > > Friday, September 27, 2002, 2:52:43 PM, you wrote: > > RH> Dear Representative, > > RH> I am planning on setting a Dell Inspiron 8200 over the weekend. I plan on >installing Win XP, Free BSD, and BeOS. Are there any restictions I should keep in >mind on partitioning? I pl

Re: Question on Multi OSes

2002-09-27 Thread SweeTLeaF
Hello Ryan, Friday, September 27, 2002, 2:52:43 PM, you wrote: RH> Dear Representative, RH> I am planning on setting a Dell Inspiron 8200 over the weekend. I plan on installing Win XP, Free BSD, and BeOS. Are there any restictions I should keep in mind on partitioning? I plan on RH> formating

Re: Question on Multi OSes

2002-09-27 Thread John Bleichert
On Fri, 27 Sep 2002, Ryan Haarberg wrote: > Date: Fri, 27 Sep 2002 19:52:43 - > From: Ryan Haarberg <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Question on Multi OSes > > Dear Representative, > > I am planning on setting a Dell Inspiron 8200 over the weekend. I plan on installing

RE: question about downloading iso images

2002-07-23 Thread Jesse Gross
The 4.6.1-RC2.iso is equivilent to the first CD from the full set. The RC stands for release candidate, so it has not been as fully tested as 4.6. It is similar to 4.6, but includes mostly security fixes that have been discovered since 4.6 was released. When 4.6.1 is released, which should be RSN,

RE: question about downloading iso images

2002-07-22 Thread Thomas Connolly
I could be mistaken about this but I believe that the *RC2 is the mini-install version. I'm not sure about the differences but I would go with the full set. If you don't need all the port binaries and extras, CD #1 from the 4 CD set should be sufficient. Tom -Original Message- From:

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread parv
in message <[EMAIL PROTECTED]>, wrote Balaji, Pavan thusly... > > Nope. buildworld != builkernel. But buildworld does link the > libraries. thanks for clearing that up. for a moment you had me in utter amazement. -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-que

RE: Question on order and targets of kernel and world builds

2002-07-17 Thread Balaji, Pavan
Pavan; FreeBSD-questions > Subject: Re: Question on order and targets of kernel and world builds > > > He's either quite wrong, or he meant to say > that buildworld builds "kernel source", meaning > ~'files needed to build kernel' ?? If you interpret &g

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread Kevin Kinsey, DaleCo, S.P.
KDK From: "Brian T.Schellenberger" <[EMAIL PROTECTED]> To: "parv" <[EMAIL PROTECTED]>; "John Mills" <[EMAIL PROTECTED]> Cc: "Balaji, Pavan" <[EMAIL PROTECTED]>; "FreeBSD-questions" <[EMAIL PROTECTED]> Sent: Wednesday,

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread Brian T . Schellenberger
I'm pretty sure that that buildworld does *not* build kernels. If anybody has definitive information (like, proof) to the contrary I'd be interested in knowing. On Wednesday 17 July 2002 10:28 am, parv wrote: | in message <[EMAIL PROTECTED]>, | wrote John Mills thusly... | | > Pavan - | > | >

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread parv
in message <[EMAIL PROTECTED]>, wrote John Mills thusly... > > Pavan - > > On Tue, 16 Jul 2002, Balaji, Pavan wrote: > > > "make buildworld" -- builds the kernel and the libraries (both kernel and > > user level) > > > "make buildkernel" -- builds only the kernel > > Thanks - I didn't realize

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread John Mills
Thanks Jim, Garance, and Pavan - I think I have the information and references now. I also think I had didn't have trouble before because I was basically moving only by very small steps in my rebuilds: bugfixes rather than any changes of APIs. _Much_ better to do this a bit more knowledgably.

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread John Mills
Garance - Thanks for the information and for replying. On Tue, 16 Jul 2002, Garance A Drosihn wrote: > You should check: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Will do. > If you are fairly up-to-date with freebsd-stable, the preferred order > would be mor

RE: Question on order and targets of kernel and world builds

2002-07-17 Thread John Mills
Pavan - On Tue, 16 Jul 2002, Balaji, Pavan wrote: > "make buildworld" -- builds the kernel and the libraries (both kernel and > user level) > "make buildkernel" -- builds only the kernel Thanks - I didn't realize 'buildkernel' was redundant to 'buildworld'. > You can build kernels with di

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread Garance A Drosihn
At 11:04 PM -0400 7/16/02, John Mills wrote: >Hello - > >I would appreciate a bit more information on the 'world' and 'kernel' >building process. Please point me at the right section of the Handbook >or Greg's book if there is a succinct description. > >I have been doing 'CVSUP' followed by: > >#

Re: Question on order and targets of kernel and world builds

2002-07-16 Thread Jim Arnold
Title: Re: Question on order and targets of kernel and world I would appreciate a bit more information on the 'world' and 'kernel' building process. Please point me at the right section of the Handbook or Greg's book if there is a succinct description. http://www.freebs

RE: Question on order and targets of kernel and world builds

2002-07-16 Thread Balaji, Pavan
"make buildworld" -- builds the kernel and the libraries (both kernel and user level) "make buildkernel" -- builds only the kernel You can build kernels with different configuration files using "make buildkernel KERNCONF=". Once you do the 'build', the kernel image is stored as /kernel More in

Re: Question for common users:I need an advise

2002-07-16 Thread Brian T . Schellenberger
On Monday 15 July 2002 03:44 pm, paul serheyev wrote: | I want to buy new external modem,so please what modem can u can advise me | which works properly/ And if u have such give me your kernel configuration | for it (com ports ,flags,irq for your current modem) THANKU Any "real" external modem (R

Re: Question for common users:I need an advise…

2002-07-15 Thread Jud
7/15/2002 3:44:02 PM, "paul serheyev" <[EMAIL PROTECTED]> wrote: >I want to buy new external modem,so please what modem can u can advise me which works properly/ >And if u have such give me your kernel configuration for it (com ports ,flags,irq for your current modem) >THANKU I've used both Zo

<    5   6   7   8   9   10