Re: ssh default security risc

2005-02-04 Thread Giorgos Keramidas
On 2005-02-03 22:54, Ted Mittelstaedt [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: On 2005-02-04 01:04, Gert Cuykens [EMAIL PROTECTED] wrote: On Fri, 04 Feb 2005 00:05:34 +, Chris Hodgins [EMAIL PROTECTED] wrote: True but the point is without the ssh root enabled there is nothing you

Re: couldn't start KDE.

2005-02-04 Thread BSD Mail
On Thu, 3 Feb 2005 15:47:53 +, nbco [EMAIL PROTECTED] wrote: On Thursday 03 February 2005 09:04, BSD Mail wrote: On Wed, 2 Feb 2005 23:48:13 -0800, Kent Stewart [EMAIL PROTECTED] wrote: On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote: snip Did you see the error message about

How will I rename every file in a directory to their filenames appending anything?

2005-02-04 Thread Mark Jayson Alvarez
Example. I would want to rename every file that ends in .mp3 to their filename with appended .old. so that, test.mp3 will be renamed test.mp3.old? my initial command would then be: ls |grep mp3 |xargs -J # mv #..[this part is what trying to figure out] How will I tell the mv that its arguments

Re: How will I rename every file in a directory to their filenames appending anything?

2005-02-04 Thread Mac Mason
Best handled with a shell loop, offhand: % for file in *.mp3 ; do mv $file $file.old ; done Modifying to suit your tastes. --Mac On Fri, Feb 04, 2005 at 12:23:50AM -0800, Mark Jayson Alvarez wrote: Example. I would want to rename every file that ends in .mp3 to their filename with

Re: couldn't start KDE.

2005-02-04 Thread BSD Mail
On Fri, 4 Feb 2005 00:18:27 -0800, BSD Mail [EMAIL PROTECTED] wrote: On Thu, 3 Feb 2005 15:47:53 +, nbco [EMAIL PROTECTED] wrote: On Thursday 03 February 2005 09:04, BSD Mail wrote: On Wed, 2 Feb 2005 23:48:13 -0800, Kent Stewart [EMAIL PROTECTED] wrote: On Wednesday 02 February

RE: ssh default security risc

2005-02-04 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Giorgos Keramidas Sent: Friday, February 04, 2005 12:09 AM To: Ted Mittelstaedt Cc: freebsd-questions@freebsd.org Subject: Re: ssh default security risc [snip great advice about securing ssh

seems there is some problem with load

2005-02-04 Thread Akhthar Parvez. K
Hi All, I have recompiled kernel to include SMP. Thereafter, I can see the load is greater than or equals 5 at any time. I can see that system is taking above 50% of server resources in this server. CPU states: 5.8% user, 2.1% nice, 51.7% system, 4.8% interrupt, 35.5% idle Mem: 1716M

Re: Disk Copy Software

2005-02-04 Thread Erik Norgaard
Donald L Swoboda wrote: Is there a Disk To Disk copy software available that can be used to copy/backup a disk that has FreeBSD operating system installed. I would like to copy my existing disk to another disk as a backup. The dd utility allows you to make an excact mirror, I think you can

RE: FreeBSD 3.2

2005-02-04 Thread Ted Mittelstaedt
Greg, forgive the top post, If you are a volunteer then you can do what you want - what are they going to do, fire you? Har har. Seriously - from a legal perspective you have absolutely no obligation to follow their restrictions unless of course they were smart enough to have you sign a piece

RE: Docs for Berkeley Make?

2005-02-04 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jonathon McKitrick Sent: Thursday, February 03, 2005 7:12 AM To: Greg 'groggy' Lehey Cc: freebsd-questions@freebsd.org; Ted Mittelstaedt Subject: Re: Docs for Berkeley Make? On Wed, Feb 02, 2005 at

Re: seems there is some problem with load

2005-02-04 Thread Kris Kennaway
On Fri, Feb 04, 2005 at 02:19:16PM +0530, Akhthar Parvez. K wrote: Hi All, I have recompiled kernel to include SMP. Thereafter, I can see the load is greater than or equals 5 at any time. I can see that system is taking above 50% of server resources in this server. CPU states: 5.8%

RE: Access denied for user 'root'@'localhost' (using password: NO)

2005-02-04 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Technical Director Sent: Thursday, February 03, 2005 3:47 AM To: Ted Mittelstaedt Cc: Positive Negative; freebsd-questions@freebsd.org; Technical Director Subject: RE: Access denied for user

RE: seems there is some problem with load

2005-02-04 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Akhthar Parvez. K Sent: Friday, February 04, 2005 12:49 AM To: [EMAIL PROTECTED] Subject: seems there is some problem with load Hi All, I have recompiled kernel to include SMP. Thereafter, I can

portsdb -uU fails

2005-02-04 Thread Vonleigh Simmons
While running portsdb -uU I get the following error: Updating the ports index ... Generating INDEX.tmp - please wait..icecast2-2.2.0,1: /usr/ports/multimedia/libtheora non-existent -- dependency list incomplete === audio/icecast2 failed *** Error code 1 1 error This is on FreeBSD 5.3

Memory problems

2005-02-04 Thread Luís Vitório Cargnini
Hi i'm using FBSD 5.3-p5 and i having problems since 5.3, my memory is been fulled swap too but swap isn't been released, i always having some garbage on swap, and main memory is always partially occupied. How could i solve this ? -- Thanks Regards Luís Vitório Cargnini Bsc. Computer Science

Re: Intel EMT64 Xeon vs AMD Opteron

2005-02-04 Thread Claus Guttesen
Cost wise, AMD Opteron 246 is roughly the same cost as a 3.0Ghz Xeon ... But how do they compare performance wise; specifically related to FreeBSD? We have a dual xeon (nocona) @ 3.2 GHz and a dual opteron @ 2 GHz, both with 4 GB RAM and running the amd64-port. My impression is that the

Re: portsdb -uU fails

2005-02-04 Thread Kent Stewart
On Friday 04 February 2005 02:04 am, Vonleigh Simmons wrote: While running portsdb -uU I get the following error: Updating the ports index ... Generating INDEX.tmp - please wait..icecast2-2.2.0,1: /usr/ports/multimedia/libtheora non-existent -- dependency list incomplete ===

Xvfb server

2005-02-04 Thread Chris Hodgins
Hi, I am currently doing the big upgrade with perl and all related packages. I have just noticed that I now have the Xvfb server running on 7001. My firewall stops it from being accessed remotely but I never had it running before. I am guessing that one of the ports that has been upgraded

Re: Memory problems

2005-02-04 Thread Chris Hodgins
Luís Vitório Cargnini wrote: Hi i'm using FBSD 5.3-p5 and i having problems since 5.3, my memory is been fulled swap too but swap isn't been released, i always having some garbage on swap, and main memory is always partially occupied. How could i solve this ? Have to say I have also been noticing

Re: portsdb -uU fails

2005-02-04 Thread Vonleigh Simmons
When this happens, the easy answer is to user make fetchindex and then only do a portsdb -u. That worked fine. I'm confused though, am I not supposed to use the -U flag at all? Because after running those two I tried -Uu again and I got the same error. If I'm not supposed to use -U, has it

Re: portsdb -uU fails

2005-02-04 Thread Lowell Gilbert
Vonleigh Simmons [EMAIL PROTECTED] writes: While running portsdb -uU I get the following error: Updating the ports index ... Generating INDEX.tmp - please wait..icecast2-2.2.0,1: /usr/ports/multimedia/libtheora non-existent -- dependency list incomplete === audio/icecast2 failed ***

Automated reply from robert@www.webtent.com

2005-02-04 Thread robert
I will be out of the office until Friday, February 4th, 2004. Your message will be reviewed as soon as I return. If you need technical support or immediate assistance, please contact [EMAIL PROTECTED] or call the office at 813-286-6502. Thank you :) Robert Fitzpatrick

Re: Memory problems

2005-02-04 Thread Lowell Gilbert
Luís Vitório Cargnini [EMAIL PROTECTED] writes: Hi i'm using FBSD 5.3-p5 and i having problems since 5.3, my memory is been fulled swap too but swap isn't been released, i always having some garbage on swap, and main memory is always partially occupied. How could i solve this ? Solve what?

Re: IPFilter and traffic shaping

2005-02-04 Thread Matthew Seaman
On Fri, Feb 04, 2005 at 09:28:00AM +0300, Odhiambo Washington wrote: Is there a way to do traffic shaping using IPFilter, akin to what ipfw+dummynet does? FreeBSD 5.x here. Seeing as you're running 5.x, you've also got the choice of PF for firewalling. That's the OpenBSD fork of ipf with all

Font in linux-base 8

2005-02-04 Thread Nguyen Le Hinh
Does anyone have problem with font in linux-base?At the moment i am using linux-realplayer 10 ,linux-firefox 1.0 and somehow the font isn't displayed cleanly like softwares that use the native fonts of FreeBSD,it seems to be not anti-aliased ,i think?I have tried to symlink even copy all the

Re: Docs for Berkeley Make?

2005-02-04 Thread Jonathon McKitrick
On Fri, Feb 04, 2005 at 01:20:02AM -0800, Ted Mittelstaedt wrote: : The difference is in the extra candy, which you really don't need or want : to use anyway, unless the project becomes gigantic. : : There's only a handful of open source projects out there which justify : the extra : fancy

Re: OT: Funny disclaimers (Was: Re: ssh root@localhost)

2005-02-04 Thread Colin J. Raven
On Feb 2 at 22:49, Erik Norgaard said with a chuckle: Sorry to join in on the noise: Occasionally noise on this otherwise studious list is fun. This is one time. *This* subscriber likes the change of pace :) Both statements are backwards and can't impose any responsibility on my behalf nor

Re: portsdb -uU fails

2005-02-04 Thread Peter Harmsen
On Fri, 4 Feb 2005 03:34:43 -0800 Vonleigh Simmons [EMAIL PROTECTED] wrote: When this happens, the easy answer is to user make fetchindex and then only do a portsdb -u. That worked fine. I'm confused though, am I not supposed to use the -U flag at all? Because after running

Newbie Help: IP firewall configuration

2005-02-04 Thread crzdgns1
Hello, I am a UNIX/FreeBSD-5.3-RELEASE newbie. I have posted several times to freebsd-newbies, but I think this question will get better reception here. I have installed Free-BSD-5.3-RELEASE full base installation with X. I am currently trying to configure my firewall. I have followed the

make.conf syntax question (MODULES_OERRRIDE)

2005-02-04 Thread Colin J. Raven
I'm considering *not* loading unecessary modules in a new kernel, so I need to ask what seems like some dumb questions. In the kernel config file (MYKERNEL in this case) does commenting out stuff there stop some modules from loading? So for example if I comment out SCSI support are the

camcontrol cdb to disconnect drive

2005-02-04 Thread Kevin A. Pieckiel
Hey, all. I want to replace a 9 GB SCSI drive with an 18 GB SCSI drive. All the hardware supports hot-swapping. Just for kicks, I thought I'd try to turn the drive off via SCSI commands and replace it without rebooting. The camcontrol utility doesn't have a disconnect command or a stop unit

can't build jail in 5.3-RELEASE-p5

2005-02-04 Thread Chad Leigh -- Shire . Net LLC
When 5.3-RELEASE first became available in November, there was a problem building a jail (% make world DESTDIR=). That problem was fixed in -STABLE and I had hoped that fix would make its way into the -RELEASE errata/bug-fix stream as well. I had a -STABLE system from early November where

Re: Intel EMT64 Xeon vs AMD Opteron

2005-02-04 Thread Freebsd9999
[EMAIL PROTECTED] writes Cost wise, AMD Opteron 246 is roughly the same cost as a 3.0Ghz Xeon ... But how do they compare performance wise; specifically related to FreeBSD? We have a dual xeon (nocona) @ 3.2 GHz and a dual opteron @ 2 GHz, both with 4 GB RAM and running the amd64-port. My

mbmon (in xmbmon port) on ASUS P4T-533

2005-02-04 Thread Steven Friedrich
I'm running i386 FreeBSD 4.11-STABLE and I have installed port xmbmon. mbmon doesn't detect my hw sensoe, even though it's mentioned in the Readme in /usr/local/share/doc/xmbmon. The Readme mentions the P4T-533C, which is amost identical and uses the same hw monitor chip. I have tried adding

Re: camcontrol cdb to disconnect drive

2005-02-04 Thread Dan Nelson
In the last episode (Feb 04), Kevin A. Pieckiel said: I want to replace a 9 GB SCSI drive with an 18 GB SCSI drive. All the hardware supports hot-swapping. Just for kicks, I thought I'd try to turn the drive off via SCSI commands and replace it without rebooting. The camcontrol utility

RE: MySQL query tool and Administrator

2005-02-04 Thread Damian Sobieralski
I'd be happy to try that. Quick question- I use KDE. Can I have GNOME installed on the same box with KDE without any conflicts? Can I run the compiled app via KDE? In ignornance, - Damian --- Ted Mittelstaedt [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL

Re: Flash 6 Slow with Mozilla

2005-02-04 Thread Alejandro Pulver
On Tue, 1 Feb 2005 03:36:32 -0800 Loren M. Lang [EMAIL PROTECTED] wrote: I've been trying out the macromedia flash 6 plugin with mozilla recently by playing some flash games and everything seems to run much more slowly than they should. They run just fine on the same system running linux so

Re: MySQL query tool and Administrator

2005-02-04 Thread Andrew L. Gould
On Friday 04 February 2005 10:45 am, Damian Sobieralski wrote: I'd be happy to try that. Quick question- I use KDE. Can I have GNOME installed on the same box with KDE without any conflicts? Can I run the compiled app via KDE? In ignornance, - Damian Yes, KDE and Gnome can coexist

Within X, how can I see console messages?

2005-02-04 Thread Steven Friedrich
I know I can Control-Alt-F1 to go back to the console, but is there a way to see these messages in an xterm or something? -- i386 FreeBSD 4.11-STABLE ___ freebsd-questions@freebsd.org mailing list

How to get best results from FreeBSD-questions

2005-02-04 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2004/09/19 02:40:48 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that

The Complete FreeBSD: errata and addenda

2005-02-04 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception.

Re: OT: Funny disclaimers (Was: Re: ssh root@localhost)

2005-02-04 Thread Svein Halvor Halvorsen
* Bart Silverstrim [2005-02-03 08:01 -0500] I wonder why if the messages are so important they don't PGP or GPG them. Wouldn't that make more sense for sensitive material? To send email from the Ullevål university hospital in Oslo, the first to words of the email needs to be ikke sensitiv

Re: Within X, how can I see console messages?

2005-02-04 Thread Benjamin Walkenhorst
Steven Friedrich wrote: I know I can Control-Alt-F1 to go back to the console, but is there a way to see these messages in an xterm or something? xconsole When xdm starts, xconsole gets started, too, on my machine, I can't remember doing anything to get this behaviour, though. Kind regards,

Re: STABLE kernel update

2005-02-04 Thread Lowell Gilbert
Zlatozar Zhelyazkov [EMAIL PROTECTED] writes: I updated my FreeBSD up-to STABLE and build kernel, but uname -a shows FreeBSD-STABLE #0 It was suspicious that there is no kernel patch releases so I checked. Really there were! My question is - should I apply this patches or there are included

Re: make.conf syntax question (MODULES_OERRRIDE)

2005-02-04 Thread Lowell Gilbert
Colin J. Raven [EMAIL PROTECTED] writes: I'm considering *not* loading unecessary modules in a new kernel, so I need to ask what seems like some dumb questions. In the kernel config file (MYKERNEL in this case) does commenting out stuff there stop some modules from loading? So for example

Re: Within X, how can I see console messages?

2005-02-04 Thread Nathan Kinkade
On Fri, Feb 04, 2005 at 06:13:01PM +0100, Benjamin Walkenhorst wrote: Steven Friedrich wrote: I know I can Control-Alt-F1 to go back to the console, but is there a way to see these messages in an xterm or something? xconsole When xdm starts, xconsole gets started, too, on my

Re: Within X, how can I see console messages?

2005-02-04 Thread Lowell Gilbert
Nathan Kinkade [EMAIL PROTECTED] writes: On Fri, Feb 04, 2005 at 06:13:01PM +0100, Benjamin Walkenhorst wrote: Steven Friedrich wrote: I know I can Control-Alt-F1 to go back to the console, but is there a way to see these messages in an xterm or something? xconsole When

Re: Within X, how can I see console messages?

2005-02-04 Thread Mike Hauber
On Friday 04 February 2005 01:00 pm, Nathan Kinkade wrote: On Fri, Feb 04, 2005 at 06:13:01PM +0100, Benjamin Walkenhorst wrote: Steven Friedrich wrote: I know I can Control-Alt-F1 to go back to the console, but is there a way to see these messages in an xterm or something?

Re: Within X, how can I see console messages?

2005-02-04 Thread Mark Ovens
Nathan Kinkade wrote: On Fri, Feb 04, 2005 at 06:13:01PM +0100, Benjamin Walkenhorst wrote: Steven Friedrich wrote: I know I can Control-Alt-F1 to go back to the console, but is there a way to see these messages in an xterm or something? xconsole When xdm starts, xconsole gets started, too,

Re: camcontrol cdb to disconnect drive

2005-02-04 Thread Kevin A. Pieckiel
$ camcontrol | grep stop camcontrol stop [dev_id] [generic args] Works for me. There's also a 'start' command. I'm blind as a bat (no offense to any bats out there). I have no idea how I missed that. Thanks! ___

Re: make.conf syntax question (MODULES_OERRRIDE)

2005-02-04 Thread Colin J. Raven
On Feb 4 at 12:55, Lowell Gilbert launched this into the bitstream: Colin J. Raven [EMAIL PROTECTED] writes: I'm considering *not* loading unecessary modules in a new kernel, so I need to ask what seems like some dumb questions. In the kernel config file (MYKERNEL in this case) does

Re: Out of the frying pan...

2005-02-04 Thread Kevin Kinsey
John wrote: On Sat, Jan 15, 2005 at 11:35:49PM -0800, Joshua Tinnin wrote: On Saturday 15 January 2005 09:57 pm, John [EMAIL PROTECTED] wrote: On Sat, Jan 15, 2005 at 09:47:13PM -0800, Joshua Tinnin wrote: On Saturday 15 January 2005 07:23 pm, John [EMAIL PROTECTED] wrote:

Expected too much?

2005-02-04 Thread Gustavo Cevallos
I downloaded and installed FreeBSD 5.3 on a computer. I go past the login and password stage. Can I go to a full graphics mode? How? Gustavo A. Cevallos AQUAS Inc. 5480 Wisconsin Av. Suite 210 Chevy Chase, MD 20815 Telf. 301 654 4000 Fax. 301 654 4004

Re: Font in linux-base 8

2005-02-04 Thread Kris Kennaway
On Fri, Feb 04, 2005 at 09:36:42PM +0900, Nguyen Le Hinh wrote: Does anyone have problem with font in linux-base?At the moment i am using linux-realplayer 10 ,linux-firefox 1.0 and somehow the font isn't displayed cleanly like softwares that use the native fonts of FreeBSD,it seems to be not

Re: FreeBSD 3.2

2005-02-04 Thread Chuck Swiger
Ted Mittelstaedt wrote: [ ... ] Seriously - from a legal perspective you have absolutely no obligation to follow their restrictions unless of course they were smart enough to have you sign a piece of paper before they let you in the door. No contractual relationship exists between you and them

Re: Expected too much?

2005-02-04 Thread Kris Kennaway
On Fri, Feb 04, 2005 at 01:31:58PM -0500, Gustavo Cevallos wrote: I downloaded and installed FreeBSD 5.3 on a computer. I go past the login and password stage. Can I go to a full graphics mode? How? You probably want to read the FreeBSD Handbook available on the website. It covers such basic

dmesg.boot - strange content...

2005-02-04 Thread Morten Rønseth
Hi all, One of my servers running FreeBSD 5.2.1-RELEASE has the following in its dmesg.boot file: _max R *Handler Int 6 coll_weights_max R *Handler Int 7 expr_nest_max R *Handler Int 8 line_max R *Handler Int 9 re_dup_max R *Handler Int 10 posix2_version R *Handler Int 11

Possibly OT: ports question/suggestion

2005-02-04 Thread Tom Moyer
Maybe this is not the best place for this (I'm not really sure) but would there be a way to setup the ports tree so that when a particular package is deinstalled that it's dependancies would be deinstalled if they were only installed becasue of the port in the first place. For example Package X

Re: Newbie Help: IP firewall configuration

2005-02-04 Thread Matthew Seaman
On Fri, Feb 04, 2005 at 09:32:31AM -0500, [EMAIL PROTECTED] wrote: # Allow out access to my ISP's DHCP server for cable or DSL networks. # This rule is not needed for 'user ppp' type connection to the # public Internet, so you can delete this whole group. # Use the following rule and

Re: Expected too much?

2005-02-04 Thread Peter Harmsen
On Fri, 4 Feb 2005 13:31:58 -0500 Gustavo Cevallos [EMAIL PROTECTED] wrote: I downloaded and installed FreeBSD 5.3 on a computer. I go past the login and password stage. Can I go to a full graphics mode? How? Gustavo A. Cevallos AQUAS Inc. 5480 Wisconsin Av. Suite 210 Chevy Chase, MD

An AWK question

2005-02-04 Thread antenneX
--- FBSD-4.10p2 I have a script that tells me when a mailbox exceeds 2MB. Using it for another purpose. how can I modify this script to tell me when a file is LESS than a certain size? - #!/bin/sh #AWK=/usr/bin/awk #FILE=/file/size/to/check

Re: can't build jail in 5.3-RELEASE-p5

2005-02-04 Thread Chad Leigh -- Shire . Net LLC
On Feb 4, 2005, at 8:33 AM, Chad Leigh -- Shire.Net LLC wrote: When 5.3-RELEASE first became available in November, there was a problem building a jail (% make world DESTDIR=). That problem was fixed in -STABLE and I had hoped that fix would make its way into the -RELEASE errata/bug-fix

stack size limits

2005-02-04 Thread Isaac Yonemoto
I'm trying to adjust the stack size limit on my computer. I'm not exactly sure what to do. Here's what I've tried: ulimit -s (size)in bash unlimit stacksize unlimited in csh options MAXSSIZE=(size) in /usr/src/sys/i386/conf/KERNELNAME; make buildkernel make

Re: An AWK question

2005-02-04 Thread Jonathan Chen
On Fri, Feb 04, 2005 at 01:14:57PM -0600, antenneX wrote: --- FBSD-4.10p2 I have a script that tells me when a mailbox exceeds 2MB. Using it for another purpose. how can I modify this script to tell me when a file is LESS than a certain size? -

Re: Possibly OT: ports question/suggestion

2005-02-04 Thread Doug Poland
On Fri, Feb 04, 2005 at 02:02:45PM -0500, Tom Moyer wrote: Maybe this is not the best place for this (I'm not really sure) but would there be a way to setup the ports tree so that when a particular package is deinstalled that it's dependancies would be deinstalled if they were only installed

FreeBSD Handbook typo?

2005-02-04 Thread as2sb3100
First off I have to say this is my first time ever using any kind of mailing list. I'm not even really sure if this is where I should post this. In the FreeBSD Handbook, page 24.5 The IPFILTER (IPF) Firewall, section 24.5.19.1 Assigning Ports to Use, I believe there is a typo. It gives an

favor

2005-02-04 Thread vandrewlevich
Hi FreeBSD. When googling my name, your list comes up 13 times because of a thread from 2003. Could you kindly remove and delete this thread from your archives? I would really appreciate it. Thanks, Valerie Andrewlevich ___

Re: Expected too much?

2005-02-04 Thread Kevin Kinsey
Gustavo Cevallos wrote: I downloaded and installed FreeBSD 5.3 on a computer. I go past the login and password stage. Can I go to a full graphics mode? How? Gustavo A. Cevallos AQUAS Inc. 5480 Wisconsin Av. Suite 210 Chevy Chase, MD 20815 Telf. 301 654 4000 Fax. 301 654 4004 Install a

Re: An AWK question

2005-02-04 Thread Steven Friedrich
On Friday 04 February 2005 02:14 pm, antenneX wrote: --- FBSD-4.10p2 I have a script that tells me when a mailbox exceeds 2MB. Using it for another purpose. how can I modify this script to tell me when a file is LESS than a certain size? -

Re: qmail - smtp - can NOT send mail out

2005-02-04 Thread Kris Maglione
james doucette wrote: # qmailctl stat /service/qmail-send: up (pid 131) 187 seconds /service/qmail-send/log: up (pid 137) 187 seconds /service/qmail-smtpd: up (pid 33965) 0 seconds /service/qmail-smtpd/log: up (pid 138) 187 seconds /service/qmail-pop3d: up (pid 136) 187 seconds

Re: favor

2005-02-04 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: Hi FreeBSD. When googling my name, your list comes up 13 times because of a thread from 2003. Could you kindly remove and delete this thread from your archives? I would really appreciate it. Thanks, Regrettably, there is no reliable or convenient way to remove old postings

qmail - smtp - can NOT send mail out

2005-02-04 Thread james doucette
OK, i have 1 guy that cant get his mail. He can only send recivie to his own address. everyone else has email, and it works. ...usually. How do i find out where this users config got messed up. How do i begin to fix his mail? on another note: qmailctl stat: # qmailctl stat

Re: Expected too much?

2005-02-04 Thread Erik Norgaard
Gustavo Cevallos wrote: I downloaded and installed FreeBSD 5.3 on a computer. I go past the login and password stage. Can I go to a full graphics mode? How? Ok, everyone refers to the Handbook, which is _the_ place to look for info. But, once you start up your system and login as root, you can

mplayer vs xine

2005-02-04 Thread Gert Cuykens
So who do you like the most and why ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: mplayer vs xine

2005-02-04 Thread Jacob S
On Fri, 4 Feb 2005 22:32:06 +0100 Gert Cuykens [EMAIL PROTECTED] wrote: So who do you like the most and why ? I like mplayer for cli stuff and xine for gui. Mainly because the cli stuff I do is downloading and converting streams from wma/rm to wav/ogg/mp3, etc. and I use the gui for watching

tinderbox ?

2005-02-04 Thread Gert Cuykens
what is a tinderbox ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: tinderbox ?

2005-02-04 Thread Isaac Yonemoto
A tinderbox is a server dedicated to compiling (or burning) the latest edition of software into binaries, usually for an operating system. Isaac ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: An AWK question

2005-02-04 Thread antenneX
- Original Message - From: Steven Friedrich [EMAIL PROTECTED] To: freebsd-questions@freebsd.org; antenneX [EMAIL PROTECTED] Sent: Friday, February 04, 2005 2:23 PM Subject: Re: An AWK question On Friday 04 February 2005 02:14 pm, antenneX wrote: --- FBSD-4.10p2 I have a script

Re: favor

2005-02-04 Thread Chris Hodgins
Chuck Swiger wrote: [EMAIL PROTECTED] wrote: Hi FreeBSD. When googling my name, your list comes up 13 times because of a thread from 2003. Could you kindly remove and delete this thread from your archives? I would really appreciate it. Thanks, Regrettably, there is no reliable or convenient way

Re: tinderbox ?

2005-02-04 Thread Gert Cuykens
On Fri, 4 Feb 2005 13:46:48 -0800, Isaac Yonemoto [EMAIL PROTECTED] wrote: A tinderbox is a server dedicated to compiling (or burning) the latest edition of software into binaries, usually for an operating system. Isaac ___

Re: tinderbox ?

2005-02-04 Thread Gert Cuykens
On Fri, 4 Feb 2005 13:50:13 -0800, darren kirby [EMAIL PROTECTED] wrote: quoth the Gert Cuykens: what is a tinderbox ? The third result of a http://www.google.com/bsd search for 'tinderbox' is the Tinderbox FAQ, of which the first question is What is Tinderbox... -- darren kirby :: Part

Re: tinderbox ?

2005-02-04 Thread Tom Huppi
On Fri, 4 Feb 2005, Isaac Yonemoto wrote: A tinderbox is a server dedicated to compiling (or burning) the latest edition of software into binaries, usually for an operating system. I think it fair to say that in it's most useful form, a 'tinderbox' would be set up to build the latest code

Re: favor

2005-02-04 Thread Erik Norgaard
Chris Hodgins wrote: IANAL but I think it would be interesting to know what the legal implications are here. Could it be a legal requirement that you can request that your data is removed? Could it be a legal requirement that you can prove that you are actually the original poster and as the

Re: mplayer vs xine

2005-02-04 Thread Gert Cuykens
On Fri, 4 Feb 2005 15:44:04 -0600, Jacob S [EMAIL PROTECTED] wrote: On Fri, 4 Feb 2005 22:32:06 +0100 Gert Cuykens [EMAIL PROTECTED] wrote: So who do you like the most and why ? I like mplayer for cli stuff and xine for gui. Mainly because the cli stuff I do is downloading and converting

Re: Re: favor

2005-02-04 Thread vandrewlevich
If Google can do it, I'm sure FreeBSD can figure out how to do it. Google calls it nuking a post. Any nukers with know-how out there? From: Chris Hodgins [EMAIL PROTECTED] Date: 2005/02/04 Fri PM 04:58:00 EST To: Chuck Swiger [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: favor

2005-02-04 Thread Chris Hodgins
Erik Norgaard wrote: Chris Hodgins wrote: IANAL but I think it would be interesting to know what the legal implications are here. Could it be a legal requirement that you can request that your data is removed? Could it be a legal requirement that you can prove that you are actually the

Re: FreeBSD Handbook typo?

2005-02-04 Thread dick hoogendijk
On Fri, 04 Feb 2005 20:02:25 + [EMAIL PROTECTED] wrote: In the FreeBSD Handbook, page 24.5 The IPFILTER (IPF) Firewall, section 24.5.19.1 Assigning Ports to Use, I believe there is a typo. It gives an example map dc0 192.168.1.0/24 - 0.32 and I think it should say map dc0 192.168.1.0/24

Re: Re: favor

2005-02-04 Thread Gert Cuykens
On Fri, 4 Feb 2005 17:08:51 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If Google can do it, I'm sure FreeBSD can figure out how to do it. Google calls it nuking a post. Any nukers with know-how out there? From: Chris Hodgins [EMAIL PROTECTED] Date: 2005/02/04 Fri PM 04:58:00 EST

Re: favor

2005-02-04 Thread Erik Norgaard
[EMAIL PROTECTED] wrote: If Google can do it, I'm sure FreeBSD can figure out how to do it. Google calls it nuking a post. Any nukers with know-how out there? No, google keeps a mirror of the list, there are numerous independent mirrors that are beyond control of FreeBSD.org, and you'll have

Re: mplayer vs xine

2005-02-04 Thread Jacob S
On Fri, 4 Feb 2005 23:08:02 +0100 Gert Cuykens [EMAIL PROTECTED] wrote: On Fri, 4 Feb 2005 15:44:04 -0600, Jacob S [EMAIL PROTECTED] wrote: On Fri, 4 Feb 2005 22:32:06 +0100 Gert Cuykens [EMAIL PROTECTED] wrote: So who do you like the most and why ? I like mplayer for cli stuff

Re: favor

2005-02-04 Thread Erik Norgaard
Chris Hodgins wrote: Google only requests that you use the same email address to have it removed. I think this is reasonable. You can actually get it removed without using the email address but I think that is a little harder. or forge the email? If you feel the first matches refer to

Re: tinderbox ?

2005-02-04 Thread darren kirby
quoth the Gert Cuykens: On Fri, 4 Feb 2005 13:50:13 -0800, darren kirby [EMAIL PROTECTED] wrote: quoth the Gert Cuykens: what is a tinderbox ? The third result of a http://www.google.com/bsd search for 'tinderbox' is the Tinderbox FAQ, of which the first question is What is

Re: favor

2005-02-04 Thread Chuck Swiger
Chris Hodgins wrote: Chuck Swiger wrote: [ ... ] Google does offer a way to remove posts that you have made from its index: http://www.google.co.uk/googlegroups/help.html#9 Notice the part which says: Messages posted by other people By its very nature, Usenet consists of information posted

Sendmail relay through ssh tunnel?

2005-02-04 Thread federico
Hello, Is it possible to setup sendmail to relay all smtp mail through an ssh tunnel? I am in a network that restricts all outgoing mail traffic to single exchange server host, so everyone has to use the exchange server to send emails. On a windows computer I can setup the ssh tunnel and

Re: favor

2005-02-04 Thread Chris Hodgins
Chuck Swiger wrote: Chris Hodgins wrote: Chuck Swiger wrote: [ ... ] Google does offer a way to remove posts that you have made from its index: http://www.google.co.uk/googlegroups/help.html#9 Notice the part which says: Messages posted by other people By its very nature, Usenet consists

Re: Routing Problem

2005-02-04 Thread Derek
Gustafson, Tim wrote: I know it can be done. I have a feeling that the FreeBSD TCP stack lacks the capability. If you are looking for multiple routes to the same destination, you are correct. I believe that if you see the thread on net@ from 03/01/04 with the subject My planned work on

5.3 and SMP(HTT)

2005-02-04 Thread J.D. Bronson
I have an IBM 305 server with a P4-3.06 with HTT. I have 3 settings in the bios and I was wondering about a recommendation. (there is only 1 CPU in this machine and NO way to add another) but I do want to get any benefit from HTT - presuming a benefit actually exists. single processor MP table -

Re: Expected too much?

2005-02-04 Thread Anthony Atkielski
Gustavo Cevallos writes: GC I downloaded and installed FreeBSD 5.3 on a computer. I go past the login GC and password stage. Can I go to a full graphics mode? How? UNIX doesn't have a full-graphics mode, although you can install and enable software that runs under UNIX and provides a graphic

/usr/ports/multimedia/mplayer

2005-02-04 Thread Gert Cuykens
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss-1.1.tar.bz2: size mismatch: expected 314296, actual 314264 = Couldn't fetch it - please try to retrieve this = port manually into /usr/ports/distfiles/mplayer and try again. *** Error code 1 Stop in

Re: /usr/ports/multimedia/mplayer

2005-02-04 Thread Rob
Gert Cuykens wrote: fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss-1.1.tar.bz2: size mismatch: expected 314296, actual 314264 = Couldn't fetch it - please try to retrieve this = port manually into /usr/ports/distfiles/mplayer and try again. *** Error code 1 Stop in

  1   2   >