Re: Which Sata-controller card?

2004-11-22 Thread Stephan Fiebrandt
Sebastian Holmqvist wrote: On Sat, 20 Nov 2004 15:44:12 +0100, Sebastian Holmqvist <[EMAIL PROTECTED]> wrote: On Sat, 20 Nov 2004 15:38:35 +0100, Stephan Fiebrandt <[EMAIL PROTECTED]> wrote: Sebastian Holmqvist wrote: Had some bad experience with my previous one: Promise SATA150 TX2P

Re: Which Sata-controller card?

2004-11-22 Thread Garance A Drosihn
At 9:33 AM +0100 11/22/04, Stephan Fiebrandt wrote: If you just need to expand your Mainboard with a SATA Controller, all you need is a poor card with a Silicon chip on it (Sil 3112 etc). I've seen cards starting at 10$. Almost all low-cost cards have this chip series, meanwhile on 5.3 it should wo

Re: Diskless Servers

2004-11-22 Thread Martin Hepworth
Evan depends is you like a single point of failure for all your systemsif you loose the nfs/tftp server you're toast!!! -- Martin Hepworth Snr Systems Administrator Solid State Logic Tel: +44 (0)1865 842300 Evan Sayer wrote: Hello- Is it a good idea to run a mail server or web server diskless

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Panagiotis Christias
On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote: > Just another thing ... > > If I remove myself from the group wheel then I CAN ssh to my computer; if I > put myself back to wheel - then CANNOT ssh to the computer. > > How can I ssh and be a member of the wheel group?

Re: Which Sata-controller card?

2004-11-22 Thread Questions
Garance A Drosihn wrote: At 9:33 AM +0100 11/22/04, Stephan Fiebrandt wrote: If you just need to expand your Mainboard with a SATA Controller, all you need is a poor card with a Silicon chip on it (Sil 3112 etc). I've seen cards starting at 10$. Almost all low-cost cards have this chip series, mean

Job Control

2004-11-22 Thread Nikolas Britton
Lets say I put a job in the background and then exit the shell (csh) and then open another shell, how do I get that background possess back into the foreground in the new shell? Also: %ll drwxr-xr-x 2 nbritton nbritton - 512 Nov 22 04:40 test/ -rw-r--r-- 1 nbritton nbritton - 0

Re: Job Control

2004-11-22 Thread Konrad Heuer
On Mon, 22 Nov 2004, Nikolas Britton wrote: > Lets say I put a job in the background and then exit the shell (csh) and > then open another shell, how do I get that background possess back into > the foreground in the new shell? There's no way basic UNIX way to do that. Maybe you can find somethi

Re: Job Control

2004-11-22 Thread cape canaveral
On Mon, 22 Nov 2004 04:49:23 -0600, Nikolas Britton <[EMAIL PROTECTED]> wrote: > Lets say I put a job in the background and then exit the shell (csh) and > then open another shell, how do I get that background possess back into > the foreground in the new shell? > The program you're looking for i

Re: Job Control

2004-11-22 Thread Martin Hepworth
Nikolas Presumably you've also nohup -ed the background job too:-) anyway have a look at 'screen' to give you virtual terminals that you drop out of and back into when you want to. -- Martin Hepworth Snr Systems Administrator Solid State Logic Tel: +44 (0)1865 842300 Nikolas Britton wrote: Le

RE: NEW: cannot ssh to my computer

2004-11-22 Thread James Hong
correct me if im wrong, but just because user is a part of WHELL group does that mean he/she is a root ? or equivlent of root ? I know lot of things like "su -" may require you to be wheel group but Im not sure why a user has to be non wheel group in order to log in. I think using SUDO is better

Restarting rc.conf

2004-11-22 Thread v . demartino2
I set up a postgresql server under FreeBDSD 5.3 stable. My question: if I modify rc.conf either directly or via sysinstall how can I make the system be aware of that WITHOUT REBOOTING, in other words, how can I make FreeBSD execute the modified rc.conf? Thanks Vittorio _

Re: Restarting rc.conf

2004-11-22 Thread David Jenkins
On Mon, 22 Nov 2004 12:18:05 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I set up a postgresql server under FreeBDSD 5.3 stable. > > My question: if I modify rc.conf either directly or via sysinstall how > can I make the system be aware of that WITHOUT REBOOTING, in other words, > how c

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Dick Davies
* Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]: > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote: > > Just another thing ... > > > > If I remove myself from the group wheel then I CAN ssh to my computer; if I > > put myself back to wheel - then CANNOT ssh to t

Re: Restarting rc.conf

2004-11-22 Thread Dick Davies
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]: > I set up a postgresql server under FreeBDSD 5.3 stable. > > My question: if I modify rc.conf either directly or via sysinstall how > can I make the system be aware of that WITHOUT REBOOTING, in other words, > how can I make FreeBSD execute t

Re: Restarting rc.conf

2004-11-22 Thread Daniel Bye
On Mon, Nov 22, 2004 at 12:18:05PM +0100, [EMAIL PROTECTED] wrote: > I set up a postgresql server under FreeBDSD 5.3 stable. > > My question: if I modify rc.conf either directly or via sysinstall how > can I make the system be aware of that WITHOUT REBOOTING, in other words, > how can I make Free

Re: Restarting rc.conf

2004-11-22 Thread David Jenkins
On Mon, 22 Nov 2004 11:40:50 +, Dick Davies <[EMAIL PROTECTED]> wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]: > > I set up a postgresql server under FreeBDSD 5.3 stable. > > > > My question: if I modify rc.conf either directly or via sysinstall how > > can I make the system be

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
On Monday 22 November 2004 06:39 am, Dick Davies wrote: > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]: > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote: > > > Just another thing ... > > > > > > If I remove myself from the group wheel then I CAN ssh to my c

Re: Job Control

2004-11-22 Thread Nikolas Britton
Martin Hepworth wrote: Nikolas Presumably you've also nohup -ed the background job too:-) anyway have a look at 'screen' to give you virtual terminals that you drop out of and back into when you want to. -- Martin Hepworth Snr Systems Administrator Solid State Logic Tel: +44 (0)1865 842300 I

Re: Restarting rc.conf

2004-11-22 Thread Konrad Heuer
On Mon, 22 Nov 2004, David Jenkins wrote: > On Mon, 22 Nov 2004 11:40:50 +, Dick Davies > > <[EMAIL PROTECTED]> wrote: > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]: > > > I set up a postgresql server under FreeBDSD 5.3 stable. > > > > > > My question: if I modify rc.conf either di

Re: Job Control

2004-11-22 Thread Martin Hepworth
Nikolas yes screen will do that, detach first before logout, then re-attach when you want o get back to that session. Also no need to background the job, as screen will just keep the job running after detach anyway.. -- Martin Hepworth Snr Systems Administrator Solid State Logic Tel: +44 (0)1865

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Nikolas Britton
James Hong wrote: correct me if im wrong, but just because user is a part of WHELL group does that mean he/she is a root ? or equivlent of root ? I know lot of things like "su -" may require you to be wheel group but Im not sure why a user has to be non wheel group in order to log in. I think using

annoying dhclient error messages

2004-11-22 Thread Christopher Illies
I recently installed FreeBSD 5.3 on my desktop at work. DHCP was configured with sysinstall (/etc/rc.conf: ifconfig_fxp0="DHCP"), and /etc/dhclient.conf is empty. In fact I do have a good network connection. The problem is that I get the following annoying error messages about every two to five min

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ruben de Groot
On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed: > On Monday 22 November 2004 06:39 am, Dick Davies wrote: > > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]: > > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> > > > wrote: > > > > Just another thing

openssl 0.9.7e - need help

2004-11-22 Thread J.D. Bronson
Ok. Obviously I am an idiot and missing something here. All I want to do is use the OpenSSL port and have it OVERWRITE the base files. It builds clean. It passes all the tests. However when I try to install it, it keeps installing into its OWN area and not overwriting my base files. Based on my bes

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
On Monday 22 November 2004 08:25 am, Ruben de Groot wrote: > On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed: > > On Monday 22 November 2004 06:39 am, Dick Davies wrote: > > > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]: > > > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Geo

Re: Restarting rc.conf

2004-11-22 Thread Giorgos Keramidas
On 2004-11-22 11:32, David Jenkins <[EMAIL PROTECTED]> wrote: >On Mon, 22 Nov 2004 12:18:05 +0100, [EMAIL PROTECTED] ><[EMAIL PROTECTED]> wrote: >> I set up a postgresql server under FreeBDSD 5.3 stable. >> how can I make the system be aware of that WITHOUT REBOOTING, in >> other words, how can I m

not all files in a NTFS-directory are visible in FreeBSD

2004-11-22 Thread Paul Kaletta
Hi, I'm running FreeBSD 5.2.1 and observed the following phenomenon: it seems that the FreeBSD-NTFS-filesystem doesn't show all files that are in a directory. My mp3 Directory is located on a Win XP NTFS-Partition. The directory contains about 1500 files (it has several subdirectories that conta

Re: NEW: cannot ssh to my computer

2004-11-22 Thread cape canaveral
On Mon, 22 Nov 2004 08:35:58 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote: > On Monday 22 November 2004 08:25 am, Ruben de Groot wrote: > > > > On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed: > > > On Monday 22 November 2004 06:39 am, Dick Davies wrote: > > > > * Panagiotis Chris

Re: openssl 0.9.7e - need help

2004-11-22 Thread David Jenkins
On Mon, 22 Nov 2004 07:29:21 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote: > Ok. Obviously I am an idiot and missing something here. > > All I want to do is use the OpenSSL port and have it OVERWRITE > the base files. > > It builds clean. > It passes all the tests. > > However when I try to ins

Re-importing a project into CVS?

2004-11-22 Thread Choy Kho Yee
Hi, I mistakenly imported a project into my local cvs repository. I would like to delete the project in the repository and re-import it. Can I simply delete the directory of the project under the CVSROOT and re-import the project? Thanks. --- Choy Kho Yee url: http://dotkoyi.infoseek.ne.jp/ blog: h

how to build duplex.iso?

2004-11-22 Thread 窦哲
hi there, May i want to know how to make a cd_rom installation disk ISO image included both 4.10 and 5.3 in one disk like the FreeBSD/i386 duplex installation CD-ROM (about 550MB) disk in http://current.freebsd.org/. Thanks. ___ [EMAIL PROTECTED] mai

TCP ECN..how?

2004-11-22 Thread J.D. Bronson
For 5.3: Is there a sysctl for enabling TCP ECN ? Google has not been much help :( -- J.D. Bronson Aurora Health Care // Information Services // Milwaukee, WI USA Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282 ___ [EMAIL PROTECT

Re: Job Control

2004-11-22 Thread Ruben de Groot
On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton typed: > > > I've play a bit with screen but I don't think it will work for my > problem so let me restate it. Lets say I wanted to buildworld, build a > port, cvsup, portupgrade, etc. but forgot to do it before I left for > school, work,

Fully automated installation

2004-11-22 Thread Martin Christa
Hello All, I'm trying to install some identical servers fully automatically. This means I would like to boot from a CD, wait some time and then the server should be fully intalled and configured. I created a install.cfg, which I can load after booting from the original FreeBSD CD and load it in s

Re: openssl 0.9.7e

2004-11-22 Thread Chris
no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base, On Sun, 21 Nov 2004 15:17:44 -0800, Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Sun, Nov 21, 2004 at 08:39:31PM +, Chris wrote: > > > > How do you get openssl port to overwrite the base files, the following > > does NOT work. >

Re: openssl 0.9.7e

2004-11-22 Thread David Jenkins
On Mon, 22 Nov 2004 14:59:45 +, Chris <[EMAIL PROTECTED]> wrote: > no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base There's a similar thread on this at the moment. This *should* hopefully work. make -DOPENSSL_OVERWRITE_BASE install clean Hope this helps. David _

Re: how to build duplex.iso?

2004-11-22 Thread Makoto Matsushita
> May i want to know how to make a cd_rom installation disk ISO image > included both 4.10 and 5.3 in one disk like the FreeBSD/i386 duplex > installation CD-ROM (about 550MB) disk in http://current.freebsd.org/. It's simple: include both distributions in one CD-ROM, and select which kernel to bo

Re: Re-importing a project into CVS?

2004-11-22 Thread Giorgos Keramidas
On 2004-11-22 23:01, Choy Kho Yee <[EMAIL PROTECTED]> wrote: > Hi, I mistakenly imported a project into my local cvs repository. > I would like to delete the project in the repository and re-import it. > Can I simply delete the directory of the project under the CVSROOT > and re-import the project?

Re: Nightly backup using CD-ROM - how do i?

2004-11-22 Thread ANISH MISTRY
- Original Message - From: Odhiambo Washington <[EMAIL PROTECTED]> Date: Monday, November 22, 2004 10:26 am Subject: Re: Nightly backup using CD-ROM - how do i? > * Anish Mistry <[EMAIL PROTECTED]> [2004 21:10]: wrote: > > On Thursday 11 November 2004 11:45 am, you wrote: > > > * Anish

Re: Re-importing a project into CVS?

2004-11-22 Thread Choy Kho Yee
On 2004/11/23, at 0:13, Giorgos Keramidas wrote: On 2004-11-22 23:01, Choy Kho Yee <[EMAIL PROTECTED]> wrote: Hi, I mistakenly imported a project into my local cvs repository. I would like to delete the project in the repository and re-import it. Can I simply delete the directory of the project und

Re: Job Control

2004-11-22 Thread Matthew Seaman
On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton wrote: > I've play a bit with screen but I don't think it will work for my > problem so let me restate it. Lets say I wanted to buildworld, build a > port, cvsup, portupgrade, etc. but forgot to do it before I left for > school, work, or

Machine refuses to boot with ACPI enabled by default

2004-11-22 Thread Ewald Jenisch
Hi, I've got a strange problem wrt. ACPI on one of my boxes under FreeBSD 5.3: The box comes up with ACPI *disabled* by default. Only by manually selecting the menu option that says "Boot with ACPI enabled" can I make the box run ACPI which is kinda annoying when e.g. I remotely reboot the box -

Re: Ogle Question

2004-11-22 Thread RL
Nope. Same thing happens. This has got to be a common problem because this does it on both my desktop and laptop after installing ogle. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Job Control

2004-11-22 Thread Nikolas Britton
Ruben de Groot wrote: On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton typed: I've play a bit with screen but I don't think it will work for my problem so let me restate it. Lets say I wanted to buildworld, build a port, cvsup, portupgrade, etc. but forgot to do it before I left for

Re: Ogle Question

2004-11-22 Thread RL
On Sun, 21 Nov 2004 22:32:10 -0800, Genius Freak <[EMAIL PROTECTED]> wrote: > On Sun, 21 Nov 2004 17:28:31 -0500, RL <[EMAIL PROTECTED]> wrote: > > > > Anyone? > > > > And BTW, I also linked /dec/acd0 to /dev/dvd; still got the same issue. > > > > > > > > > > On Sat, 20 Nov 2004 17:49:20 -0500, R

Re: openssl 0.9.7e

2004-11-22 Thread J.D. Bronson
At 09:06 AM 11/22/2004, David Jenkins wrote: On Mon, 22 Nov 2004 14:59:45 +, Chris <[EMAIL PROTECTED]> wrote: > no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base There's a similar thread on this at the moment. This *should* hopefully work. make -DOPENSSL_OVERWRITE_BASE install clean

5.3 SSH Unable to authenticate

2004-11-22 Thread scott renna
Hello list, Had a concern regarding sshd on a freshly built and cvsuped 5.3 box. Here's whats going on. Whenever I try to ssh to the system from a Windows client, my system accepts the FreeBSD SSH key, but then cannot authenticate. This is the message received from SecureCRT: SecureCRT has dis

Re: Job Control

2004-11-22 Thread Erik Trulsson
On Mon, Nov 22, 2004 at 10:17:01AM -0600, Nikolas Britton wrote: > Ruben de Groot wrote: > > >On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton typed: > > > > > >>I've play a bit with screen but I don't think it will work for my > >>problem so let me restate it. Lets say I wanted to buil

mailinglist with postfix+mysql

2004-11-22 Thread Martin Hudec
Hello, I am using postfix with mysql backend to provide mail delivery services. Is there any mailinglist with support for mysql stored subscribers addresses, and if is, which one can you generally recommend to me? Cheers, Martin -- martin hudec * 421 907 303 393

Re: 5.3 SSH Unable to authenticate

2004-11-22 Thread cape canaveral
On Mon, 22 Nov 2004 08:34:06 -0800 (PST), scott renna <[EMAIL PROTECTED]> wrote: > Hello list, > > Had a concern regarding sshd on a freshly built and > cvsuped 5.3 box. Here's whats going on. Whenever I > try to ssh to the system from a Windows client, my > system accepts the FreeBSD SSH key, b

FreeBSD in a SAN environment

2004-11-22 Thread Josh Endries
Hello, We are looking at putting in a SAN and I would like to know if anyone has any experience with using FreeBSD on a SAN. From Googling I've found some (old) references to some hardware working... Qlogic ISP 2300 PCI FC-AL adapter connected to EMC/Clariion Qlogic ISP 2200 PCI FC-AL adapter My

Re: openssl 0.9.7e

2004-11-22 Thread Matthew Seaman
On Mon, Nov 22, 2004 at 10:17:11AM -0600, J.D. Bronson wrote: > At 09:06 AM 11/22/2004, David Jenkins wrote: > >On Mon, 22 Nov 2004 14:59:45 +, Chris <[EMAIL PROTECTED]> wrote: > >> no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base > > > >There's a similar thread on this at the momen

Re: Tracing Disk Activity

2004-11-22 Thread Charles Swiger
On Nov 21, 2004, at 2:17 PM, Hanspeter Roth wrote: On Nov 21 at 10:50, Chuck Swiger spoke: Hanspeter Roth wrote: I have set an idle timeout for the hard-disk. But when there is no user activity there are frequent disk accesses. Yes, this is Unix. Even when there is no user activity, a Unix syste

Re: openssl 0.9.7e

2004-11-22 Thread J.D. Bronson
At 11:10 AM 11/22/2004, you wrote: > So does -anyone- know the magic we need here? THANKS! You need to 'make clean' and then rebuild from scratch using the OPENSSL_OVERWRITE_BASE flags, probably. OPENSSL_OVERWRITE_BASE has it's principal effect during the configuration phase of the compilation, no

Re: 5.3 SSH Unable to authenticate

2004-11-22 Thread Nikolas Britton
scott renna wrote: Hello list, Had a concern regarding sshd on a freshly built and cvsuped 5.3 box. Here's whats going on. Whenever I try to ssh to the system from a Windows client, my system accepts the FreeBSD SSH key, but then cannot authenticate. This is the message received from SecureCRT: S

Re: Diskless Servers

2004-11-22 Thread Charles Swiger
On Nov 21, 2004, at 12:47 PM, Evan Sayer wrote: Is it a good idea to run a mail server or web server diskless? The reason I want to do this is so that all of our server's files will be in one place which will make backups more convenient. Basically I am thinking of running one NFS/TFTP file se

Re: FreeBSD, Intel Motherboards and Portmaster Serial Console - How?

2004-11-22 Thread Samuel Clements
Oh, most cool .. so I wouldn't even be using FreeBSDs serial console, but doing it at the hardware level? By 'watching POST', would this also give me remot access to the BIOS itself? In theory, yes and yes, most definatly! -Sam ___ [EMAIL PROTECTED]

Re: Re-importing a project into CVS?

2004-11-22 Thread Giorgos Keramidas
On 2004-11-23 00:37, Choy Kho Yee <[EMAIL PROTECTED]> wrote: >On 2004/11/23, at 0:13, Giorgos Keramidas wrote: >>On 2004-11-22 23:01, Choy Kho Yee <[EMAIL PROTECTED]> wrote: >>> Hi, I mistakenly imported a project into my local cvs repository. >>> I would like to delete the project in the repositor

Re: Which Sata-controller card?

2004-11-22 Thread Garance A Drosihn
At 11:08 AM +0100 11/22/04, Questions wrote: Garance A Drosihn wrote: At 9:33 AM +0100 11/22/04, Stephan Fiebrandt wrote: If you just need to expand your Mainboard with a SATA Controller, all you need is a poor card with a Silicon chip on it (Sil 3112 etc). Unless something happened in the past we

Re: FreeBSD, Intel Motherboards and Portmaster Serial Console - How?

2004-11-22 Thread Samuel Clements
*sigh* I was wrong. This setup will get you to the Hit [Enter] to boot immediately, or any other key for command prompt. but getting into the BIOS over the serial connection will most definatly work. Sorry about that. -Sam - Original Message - From: "Samuel Clements" <[EMAIL PROTECTED]

Re: FreeBSD, Intel Motherboards and Portmaster Serial Console - How?

2004-11-22 Thread Samuel Clements
Okay - I'm terribly sorry for replying to myself *again* but to answer your first question of redirection kernel messages to COMB (or 2 or whatever), the docs say: 20.6.5.2 Using Serial Port Other Than sio0 for the Console Using a port other than sio0 as the console requires some recompiling. If

Re: Which Sata-controller card?

2004-11-22 Thread Garance A Drosihn
At 11:08 AM +0100 11/22/04, Questions wrote: Garance A Drosihn wrote: Unless something happened in the past week or so, you can still have WRITE_DMA problems with the SiL 3112 if you connect a "fake SATA" drive to it, such as some of the Western Digital drives. ... These drives seem to work okay o

Re: firefox & thunderbird upgrade problem

2004-11-22 Thread Gary Aitken
Answering my own question in case it's relevant to anyone else. The lynux article quoted below is useless; the missing library is the result of the library search path not being set up correctly because the startup script was bypassed when firefox was started directly. doh. I managed to get both f

Re: Restarting rc.conf

2004-11-22 Thread Paul Schmehl
--On Monday, November 22, 2004 12:34:58 PM + David Jenkins <[EMAIL PROTECTED]> wrote: I would imagine for convenience - if their reasons are similar to what mine were. i.e if you have made several changes to rc.conf then manually restarting several services via /etc/rc.d or /usr/local/etc/rc.d

Re: openssl 0.9.7e

2004-11-22 Thread Kris Kennaway
On Mon, Nov 22, 2004 at 02:59:45PM +, Chris wrote: > no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base, OK, the port is telling you that you can't install it to overwrite the base system on 5.3 (because openssl installs into /lib as well and the port hasn't been updated to do this),

TCSH crash

2004-11-22 Thread scuba
Hi all, Is it a known problem? > perl -e 'for $i (0..1){ print $i ; }' > trash >`cat trash` Word too long. ^C^C^C The tcsh halt with this. Either FreeBSD 4.9 or BSDI 4.3. - Marcelo Souza ___ [EMAIL PROTECTED] mailing list http:

semaphore problem with Bakbone's Netvault on FreeBSD 4.10

2004-11-22 Thread Georg Altmann
Hi all, I have a problem running the backup software Netvault from Bakbone (http://www.bakbone.com) under FreeBSD 4.10. We are using Netvault to make backups of two servers and several workstations in our network. Backups are first staged to disk and later transferred to an ADIC FastStor 2 (LTO

Re: openssl 0.9.7e

2004-11-22 Thread Kris Kennaway
On Mon, Nov 22, 2004 at 11:14:26AM -0600, J.D. Bronson wrote: > If I can find out who maintains this port then maybe they could explain? > I mean how hard can this be (even to document within the Makefile) ? It certainly isn't hard to find out who maintains this port: > grep MAINTAINER /usr/port

gnome problem

2004-11-22 Thread Antoine Solomon
When first running gnome I get this error window popping up. Error activating XKB configuration. Probably internal X server problem. X server version data: The X.Org Foundation 6070 If you report this situation as a bug, please include: - The result of xprop -root | grep XKB - The result o

Re: openssl 0.9.7e

2004-11-22 Thread Matthew Seaman
On Mon, Nov 22, 2004 at 11:14:26AM -0600, J.D. Bronson wrote: > shadow# make distclean > ===> Cleaning for perl-5.8.5 > ===> Cleaning for openssl-0.9.7e_1 > ===> Deleting distfiles for openssl-0.9.7e_1 > shadow# make -DOPENSSL_OVERWRITE_BASE > # > # this ports does not support the dynamic root

Re: "amr0: bad slot x completed" and fsck_ufs hanging

2004-11-22 Thread Marco Beishuizen
On stardate Sun, 21 Nov 2004, the wise Marco Beishuizen entered: On stardate Sun, 21 Nov 2004, the wise Panagiotis Christias entered: the only hint I could find is from the amr(4) man page: amr%d: bad slot %d completed The controller reported completion of a command that the driver did not issue

Re: openssl 0.9.7e

2004-11-22 Thread J.D. Bronson
At 12:52 PM 11/22/2004, Matthew Seaman wrote: > If I can find out who maintains this port then maybe they could explain? > I mean how hard can this be (even to document within the Makefile) ? OK. You're on a recent 5.x system that has dynamically linked software in the root partition -- on older F

Re: "amr0: bad slot x completed" and fsck_ufs hanging

2004-11-22 Thread Panagiotis Christias
On Mon, 22 Nov 2004 19:49:36 +0100 (CET), Marco Beishuizen <[EMAIL PROTECTED]> wrote: > On stardate Sun, 21 Nov 2004, the wise Marco Beishuizen entered: > > > > > On stardate Sun, 21 Nov 2004, the wise Panagiotis Christias entered: > > > >> the only hint I could find is from the amr(4) man page:

FreeBSD 5.3 problem with xorg video

2004-11-22 Thread David R Loszewski
I have a Dell Inspiron 8000 which has a Nvidia GeForce2 Go, I've had everything working fine under FreeBSD 5.2.1 with XFree86 using the nv driver for my video card, but now when I updated my system to FreeBSD 5.3 it won't work now that it's using xorg. Using the same driver with the same configur

slow SSH access from another FreeBSD, but not from WinXP

2004-11-22 Thread I Nyoman Suka Ada
Hi, maybe this is more related to SSH rather than FreeBSD, but thought I give it a shot here. SSH-ing to my FreeBSD box from Windows XP seems to have no problem. But when I tried SSH-ing from another FreeBSD/Linux systems, the time delay between connecting and the "password:" prompt is very long. I

Re: gnome problem

2004-11-22 Thread Antoine Solomon
actually this is what i have for Option "XkbRules" Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection On Mon, 22 Nov 2004 11:25

Re: gnome problem

2004-11-22 Thread Christian Hiris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 22 November 2004 19:43, Antoine Solomon wrote: > When first running gnome I get this error window popping up. > > Error activating XKB configuration. > Probably internal X server problem. > > X server version data: > The X.Org Foundation > 60

Re: TCSH crash

2004-11-22 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote: Hi all, Is it a known problem? perl -e 'for $i (0..1){ print $i ; }' > trash `cat trash` Word too long. ^C^C^C The tcsh halt with this. Either FreeBSD 4.9 or BSDI 4.3. - Marcelo Souza Hmm, doesn't happen here on 5.3. How much RAM on your box? K

Re: gnome problem

2004-11-22 Thread John Webster
Antoine, You need to comment out the following in /etc/X11/XF86Config: Option "XkbRules" "xfree86" See /usr/ports/UPDATING jw --On Monday, November 22, 2004 13:43:18 -0500 Antoine Solomon <[EMAIL PROTECTED]> wrote: > When first running gnome I get this error window popping up. > > Erro

Re: openssl 0.9.7e

2004-11-22 Thread Charles Swiger
On Nov 22, 2004, at 1:58 PM, J.D. Bronson wrote: thanks for helping me out. I wanted to update the base version as this is a NEWER version that contains bug fixes and maybe some security fixes - But I am not sure. FreeBSD follows software like OpenSSL, BIND, Sendmail, and so forth closely. Sec

Re: Job Control

2004-11-22 Thread Shantanoo Mahajan
+++ cape canaveral [freebsd] [22-11-04 03:07 -0800]: | Depends on your shell, or version of cd I suppose. | | bash-3.00$ ls -la | grep test | drwxr-xr-x 2 aaron wheel 512 Nov 22 05:15 test | -rw-r--r-- 1 aaron wheel22 Nov 22 05:22 test1 | bash-3.00$ cd t* | bash-3.00$ pwd | /usr/home/a

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Shantanoo Mahajan
+++ Ivan Georgiev [freebsd] [22-11-04 07:41 -0500]: | On Monday 22 November 2004 06:39 am, Dick Davies wrote: | > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]: | > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote: | > > > Just another thing ... | > > > | > >

Re: mailinglist with postfix+mysql

2004-11-22 Thread Shantanoo Mahajan
+++ Martin Hudec [freebsd] [22-11-04 17:49 +0100]: | Hello, | | I am using postfix with mysql backend to provide mail | delivery services. Is there any mailinglist with support | for mysql stored subscribers addresses, and if is, which one | can you generally recommend to me? http://www.goo

RE: tunneling everything

2004-11-22 Thread Andrei Iarus
Hi! I am looking for a solution to this problem: I want to make a tcp tunneling. The ssh tunneling doesn`t satisies me because I don`t want to tunnel a specific service, I want to tunnel everything. For example: I would like my host to route everything through a tcp tunnel. I would like to see what

Setting up Postfix with PosgreSQLon FreeBSD

2004-11-22 Thread Bill Schmitt (SW)
I've been trying to find some documentation on setting up Postfix to use PostgreSQL on FreeBSD. There seems to be a lot of documentation on doing it with mySQL, but I can't seem to find anything using PostgreSQL. Does anyone here have any documentation, suggestions, or pointers to web sites? I'

unsure about /etc/hosts

2004-11-22 Thread Oliver Fuchs
Hi, I am at the moment unsure about the localhost entries in my /etc/hosts. From /usr/src/etc/hosts I have found this one: # Host Database # # This file should contain the addresses and aliases for local hosts that # share this file. Replace 'my.domain' below with the domainname of your # machi

5.3 freez at install

2004-11-22 Thread Laszlo Antal
Hi I am trying to install Fbsd 5.3 on a Toshiba laptop. I download the Iso images (disc 1; disc 2) When I boot from the disc1 every time Freeze at :: pci0: on pcib0 I tryed boot with the option to disable ACPI. But it still freeze. Any Idea what am I doing wrong? Laszlo (I did have Fbsd 4.10 on

Re: TCSH crash

2004-11-22 Thread Kris Kennaway
On Mon, Nov 22, 2004 at 04:31:58PM -0200, [EMAIL PROTECTED] wrote: > Hi all, > > Is it a known problem? > > > perl -e 'for $i (0..1){ print $i ; }' > trash > >`cat trash` > Word too long. > ^C^C^C > > > The tcsh halt with this. Either FreeBSD 4.9 or BSDI 4.3. You should rep

unsure about /etc/hosts

2004-11-22 Thread Oliver Fuchs
Hi, I am at the moment unsure about the localhost entries in my /etc/hosts. From /usr/src/etc/hosts I have found this one: # Host Database # # This file should contain the addresses and aliases for local hosts that # share this file. Replace 'my.domain' below with the domainname of your # machi

Re: TCSH crash

2004-11-22 Thread Marcelo Souza
Kevin, Both machines have 1GB. It only happened with tsch. With sh it's OK. On Mon, 22 Nov 2004, Kevin D. Kinsey, DaleCo, S.P. wrote: |[EMAIL PROTECTED] wrote: | |>Hi all, |> |>Is it a known problem? |> |> |> |>>perl -e 'for $i (0..1){ print $i ; }' > trash |>>`cat tr

test

2004-11-22 Thread Oliver Fuchs
please igmore -- ... don't touch the bang bang fruit ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: xorgconfig

2004-11-22 Thread Shantanoo Mahajan
+++ Giuliano Cardozo Medalha [freebsd] [22-11-04 03:02 -0200]: | Hi, | | I am trying to config my xorg with the command: "xorgconfig" ... without | success. | | When I run the command it start some questions, but it stops when | referred to keyboard: | | xkb rule file /usr/X11R6/lib/x11/xkb/ru

tcsh hang with long input line (Re: TCSH crash)

2004-11-22 Thread Lowell Gilbert
"Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: > > >Hi all, > > > >Is it a known problem? > > > > > >>perl -e 'for $i (0..1){ print $i ; }' > trash > >>`cat trash` > >> > >Word too long. > >^C^C^C > > > > > >The tcsh halt with this. Eith

Re: tunneling everything

2004-11-22 Thread Dan Rue
On Mon, Nov 22, 2004 at 12:11:32PM -0800, Andrei Iarus wrote: > Hi! I am looking for a solution to this problem: I > want to make a tcp tunneling. The ssh tunneling > doesn`t satisies me because I don`t want to tunnel a > specific service, I want to tunnel everything. For > example: I would like my

securecrt fix to ssh to 5.3

2004-11-22 Thread dave
Hello, Just info for user's of securecrt who are trying to connect to a 5.3 box. Firstly, PasswordAuthentication is the setting you have to change in sshd_config to continue to use passwords. I don't know what ChalengeResponseAuthentication does, but it adds several password login prompts so i

Re: unsure about /etc/hosts

2004-11-22 Thread Dick Davies
* Oliver Fuchs <[EMAIL PROTECTED]> [1107 21:07]: > # Host Database > # > # This file should contain the addresses and aliases for local hosts that > # share this file. Replace 'my.domain' below with the domainname of your > # machine. > # > # > ::1 localhost localhost.my.domain

Re: slow SSH access from another FreeBSD, but not from WinXP

2004-11-22 Thread Dan Rue
On Tue, Nov 23, 2004 at 03:28:52AM +0800, I Nyoman Suka Ada wrote: > Hi, > maybe this is more related to SSH rather than FreeBSD, > but thought I give it a shot here. > > SSH-ing to my FreeBSD box from Windows XP seems to have no problem. > But when I tried SSH-ing from another FreeBSD/Linux syste

RE: slow SSH access from another FreeBSD, but not from WinXP

2004-11-22 Thread Subhro
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of I Nyoman Suka Ada > Sent: Tuesday, November 23, 2004 0:59 > To: [EMAIL PROTECTED] > Subject: slow SSH access from another FreeBSD, but not from WinXP > > SSH-ing to my FreeBSD box fro

Re: NEW: cannot ssh to my computer

2004-11-22 Thread Ivan Georgiev
On Monday 22 November 2004 08:42 am, cape canaveral wrote: > On Mon, 22 Nov 2004 08:35:58 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote: > > On Monday 22 November 2004 08:25 am, Ruben de Groot wrote: > > > On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed: > > > > On Monday 22 November

vinum status in daily log

2004-11-22 Thread Andrea Venturoli
Hello. Got a couple of server with vinum mirrored volumes. From time to time a disk or the other tends to get out of sync and is labeled as stale. If I miss the thing in the logs it might stay so for months... The ideal solution would be to write a script to include vinum status in the daily repo

  1   2   >