Re: NFS performances on 5.1

2004-01-31 Thread Harald Schmalzbauer
On Saturday 31 January 2004 19:03, Harald Schmalzbauer wrote: On Saturday 31 January 2004 17:11, Melvyn Sopacua wrote: On Saturday 31 January 2004 16:02, Jacques Beigbeder wrote: time dd=/fileserver/aFile of=/fileserver/otherFile bs=32768 NFS clienttime# pkts

OT: sed problem

2004-01-31 Thread Daniela
I was wondering how I can do the following with sed (or another program): 1. Output only the text from the start of the line to the first pipe character 2. Output only the text between the last and the previous pipe character Or, split the line at the pipe characters and assign the parts to

Re: OT: sed problem

2004-01-31 Thread Marty Landman
At 08:38 PM 1/31/2004, Daniela wrote: I was wondering how I can do the following with sed (or another program): How's Perl, Daniela? 1. Output only the text from the start of the line to the first pipe character $out = ($line =~ /^([^\|]+)/); 2. Output only the text between the last and the

Re: Create a package index

2004-01-31 Thread Melvyn Sopacua
On Sunday 01 February 2004 02:21, Daniela wrote: I'm creating a custom installation CD-ROM (4.9-R). I have downloaded a subset of the available packages, but the problem is: I don't know how to automatically create the index for them, and make the symlinks in the appropriate directories.

RE: What hostname should I set?

2004-01-31 Thread JJB
Assigning an Host name to your FBSD system Your FBSD operating system has internal software applications (like sendmail for one) that needs to know the fully qualified domain name of the PC it's running on. You do this by adding this option statement hostname=to /etc/rc.conf. This is the

KDE on 5.2-Release

2004-01-31 Thread mj001
I downloaded and installed 5.2-RELEASE. KDE comes up with its blue background, shows the login dialog, apparently accepts the login, but then hangs. The central splash-screen image never appears. Any similar experience, suggestions of how to diagnose the problem, please? Anything else I can post

Re: What hostname should I set?

2004-01-31 Thread Chris Pressey
On Sat, 31 Jan 2004 20:02:01 -0500 JJB [EMAIL PROTECTED] wrote: Assigning an Host name to your FBSD system Your FBSD operating system has internal software applications (like sendmail for one) that needs to know the fully qualified domain name of the PC it's running on. You do this by

Re: OT: sed problem

2004-01-31 Thread Chris Pressey
On Sun, 1 Feb 2004 01:38:44 + Daniela [EMAIL PROTECTED] wrote: I was wondering how I can do the following with sed (or another program): 1. Output only the text from the start of the line to the first pipe character 2. Output only the text between the last and the previous pipe character

Re: OT: sed problem

2004-01-31 Thread Robert Barten
On Sun, Feb 01, 2004 at 01:38:44AM +, Daniela wrote: I was wondering how I can do the following with sed (or another program): 1. Output only the text from the start of the line to the first pipe character 2. Output only the text between the last and the previous pipe character Or, split

Re: OT: sed problem

2004-01-31 Thread Jez Hancock
On Sun, Feb 01, 2004 at 01:38:44AM +, Daniela wrote: I was wondering how I can do the following with sed (or another program): 1. Output only the text from the start of the line to the first pipe character 2. Output only the text between the last and the previous pipe character Or, split

Cheap ATA-Raid-Controllers

2004-01-31 Thread Harald Schmalzbauer
Hi all, I'd especially like Søren to make a advice which ATA-Raid Controller on the low end to choose. I tried some based on SIL0680 and was dissapointed, same with HPT370(372) based. Søren has recommended Promise Controllers (since they support FreeBSD development) but he didn't make clear

PORTS: What is Makefile broken ?

2004-01-31 Thread Payam
Hi. I'm running FreeBSD 4.9. Whenever I do a cvsup ports-supfile followed by a portupgrade -a some ports fail (Makefile broken, install error, unknown error) and then some of their dependants aren't built because of it. Here is an example of a Makefile broken = angela root

Re: PORTS: What is Makefile broken ?

2004-01-31 Thread Chris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 January 2004 08:03 pm, Payam wrote: Hi. I'm running FreeBSD 4.9. Whenever I do a cvsup ports-supfile followed by a portupgrade -a some ports fail (Makefile broken, install error, unknown error) and then some of their dependants

What kind of crash is this ? (kernel ? userland ? )

2004-01-31 Thread Joe Schmoe
Hello, I have become familiar with certain FreeBSD crashes - namely, I can tell the difference between the kernel crashing, and the userland crashing. If the machine is down, but I can still ping it, then the userland has crashed - the kernel is still running, which is why it responds to

Re: PORTS: What is Makefile broken ?

2004-01-31 Thread Payam
Hey. $ /usr/local/sbin/portsdb -uU takes about 30 minutes, and spits error messages about /usr/ports/Mk/bsd.port.mk all over the place. Then at the end it says: == `all' not remade because of errors.: malformed entry: `all' not remade because of errors. failed to generate

Can FreeBSD be a PDC for microsoft machines?

2004-01-31 Thread L . I . Benjamín Guerrero Del Angel
I am a new user about FreeBSD, I have installed two computers with this OS and I think is good. I want to know if FreeBSD can operate as a Primary Domain Controller in a Network, because where I live everybody has microsoft computers so I want to use FreeBSD as server instead Windows NT o

RE: Can FreeBSD be a PDC for microsoft machines?

2004-01-31 Thread Derrick MacPherson
http://www.samba.org It's in the ports, but you can read about it at the website first -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of L.I. Benjamín Guerrero Del Angel Sent: Saturday, January 31, 2004 8:03 PM To: [EMAIL PROTECTED] Subject: Can

Re: Can FreeBSD be a PDC for microsoft machines?

2004-01-31 Thread Chris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 January 2004 10:20 pm, Derrick MacPherson wrote: http://www.samba.org It's in the ports, but you can read about it at the website first -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Welcome to Best computers

2004-01-31 Thread Josh Sprague
Welcome to our underground site! http://www.compass.com.ru login: user3261 password: ipLokE12a --- e-mail: [EMAIL PROTECTED] e-mail: [EMAIL PROTECTED] http://www.compass.com.ru tel. +7 8482 324067 --- crouch incurrer yesterday goren burgher chip exponentiate songbook descant absolute

Compiling OpenGL code with GCC

2004-01-31 Thread Chris Fisichella
Hi, I am using FreeBSD 4.4 with GCC 2.95. I am trying to get a simple OpenGL program to compile. I think I am having linking issues. The problem is this error I get from the compiler: undefined reference to 'glXQueryExtension' Now, I call that function in my code. I found the prototype for it

Re: Can FreeBSD be a PDC for microsoft machines?

2004-01-31 Thread Kevin Stevens
On Jan 31, 2004, at 20:30, Chris wrote: I want to know if FreeBSD can operate as a Primary Domain Controller in a Network, because where I live everybody has microsoft computers so I want to use FreeBSD as server instead Windows NT o 2000. Hmm - I don't know if Samba can do what I *think* he

Re: Compiling OpenGL code with GCC

2004-01-31 Thread Roop Nanuwa
Chris Fisichella wrote: #define GL/glx.h Is that just a typo for your e-mail? It should be #include GL/glx.h --roop ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

chrooted ssh/scp

2004-01-31 Thread Evan Sayer
Does anyone know how to make it so that users can ssh in and get a normal shell or scp in and get or send files but only within their own home directories via chroot? ___ [EMAIL PROTECTED] mailing list

Vhost ?

2004-01-31 Thread Mr Kitt
To whom it may concern, pls provide me the cmds as well... u may give me an example so that i can learn faster n understand better... Regards, ck ;-) - BT Yahoo! Broadband - Free modem offer, sign up online today and save £80

Re: apache is seg faulting. why ?

2004-01-31 Thread Mark
- Original Message - From: julien Beauviala [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 30, 2004 1:41 PM Subject: apache is seg faulting. why ? Hello, since about four days, the daily security logs are reporting the following : pid 72041 (httpd), uid 80: exited

<    1   2