Re: perl and berkeley

2004-05-26 Thread David J. Weller-Fahy
* Len Conrad <[EMAIL PROTECTED]> [2004-05-26 20:42 -0800]: > # use.perl port > # which perl > /usr/bin/perl > > >Check out the rest of that file for more information. > > ports are not installed, just specific pkgs > > # pkg_info > ... > db3-3.3.11,1The Berkeley DB package, revision 3 > ...

Re: File encryption: bdes or gpg

2004-05-26 Thread Sergey Zaharchenko
On Wed, May 26, 2004 at 02:02:13PM -0400, Simon Bates probably wrote: > Bill Moran wrote: > >Another option that you didn't even bring up: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html > > Right now I am running 4.9 but upgrading to 5 is definitely a > possi

FreeBSD NFS nfsiod

2004-05-26 Thread Michael Conlen
Is there a reason for #define MAXNFSDCNT 20 in nfsiod.c? can this be adjusted if you adjust vfs.nfs.iodmax, or better yet, shouldn't it get this vaule from the sysctl? -- Michael Conlen ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/ma

Re: config is out of sinc

2004-05-26 Thread Kent Stewart
On Wednesday 26 May 2004 10:19 pm, Earl Larsen wrote: > On Wednesday 26 May 2004 11:39 pm, Kent Stewart wrote: > > On Wednesday 26 May 2004 09:10 pm, Earl Larsen wrote: > > > On Wednesday 26 May 2004 10:59 pm, Kris Kennaway wrote: > > > > On Wed, May 26, 2004 at 10:23:03PM -0500, Earl Larsen wrote:

Re: FW: DHCP is down..

2004-05-26 Thread Gary Kline
On Wed, May 26, 2004 at 11:10:32PM -0500, Eric Crist wrote: > -Original Message- > From: Thomas Farrell [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 26, 2004 9:34 PM > To: Eric Crist > Subject: Re: DHCP is down.. > > > Do you have this in the begining of dhcpd.conf > > ddns-update-s

Problem with ports

2004-05-26 Thread Bob Myers
I've started getting consistent port install/upgrade failures. The "+CONTENTS" file of the package being installed isn't being installed into the /var/db/pkg// directory and the port install fails trying to check it at that point. Any ideas what could be causing this? The ports directory h

Re: DHCP is down..

2004-05-26 Thread Gary Kline
On Wed, May 26, 2004 at 08:35:13PM -0500, Eric Crist wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Gary Kline > > Sent: Wednesday, May 26, 2004 8:09 PM > > To: Gary Kline > > Cc: FreeBSD Mailing List > > Subject: Re: DHCP is down.. > >

Re: config is out of sinc

2004-05-26 Thread Earl Larsen
On Wednesday 26 May 2004 11:39 pm, Kent Stewart wrote: > On Wednesday 26 May 2004 09:10 pm, Earl Larsen wrote: > > On Wednesday 26 May 2004 10:59 pm, Kris Kennaway wrote: > > > On Wed, May 26, 2004 at 10:23:03PM -0500, Earl Larsen wrote: > > > > > Read the documentation to find out what the "tag=."

Re: Odd one: my root account disappears into hyperspace.

2004-05-26 Thread Thomas Farrell
try man su I think a modifier to like -l"L" would make difference. "L" - Original Message - From: "Andy Holyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 10:06 AM Subject: Odd one: my root account disappears into hyperspace. > Here's a really odd one. >

Software for Backing up across multiple cdroms.

2004-05-26 Thread Clay Holladay
What is the best software to use to automate backing up a large amount of data across multiple cdroms? I have found some programs such as cdtar and scdbackup, but are there any programs considered to be reliable? I could just try to divide the data into segments and do it manually but i'm

Re: config is out of sinc

2004-05-26 Thread Kris Kennaway
On Wed, May 26, 2004 at 10:23:03PM -0500, Earl Larsen wrote: > > Read the documentation to find out what the "tag=." does ;-) > > > > Kris > So I should edit my cvsupfile to read as the fallowing: > > *default host=cvsup12.us.FreeBSD.org > *default base=/usr/local/etc/cvsup > *default prefix=/usr

Re: config is out of sinc

2004-05-26 Thread Kent Stewart
On Wednesday 26 May 2004 09:10 pm, Earl Larsen wrote: > On Wednesday 26 May 2004 10:59 pm, Kris Kennaway wrote: > > On Wed, May 26, 2004 at 10:23:03PM -0500, Earl Larsen wrote: > > > > Read the documentation to find out what the "tag=." does ;-) > > > > > > > > Kris > > > > > > So I should edit my

Re: perl and berkeley

2004-05-26 Thread Len Conrad
#v+ If you want this version of Perl to be used by default, please type use.perl port #v- # use.perl port # which perl /usr/bin/perl Check out the rest of that file for more information. ports are not installed, just specific pkgs # pkg_info ... db3-3.3.11,1The Berkeley DB package, revis

Problem after running portupgrade (continue)

2004-05-26 Thread Stephen Liu
Hi folks, I found following files on # ls -lh /tmp/ srwxrwxrwx 1 wnn wheel 0B Mar 28 23:22 cd_sockV4 srwxr-xr-x 1 satimis wheel 0B May 25 19:33 file1XG2EX srwxr-xr-x 1 satimis wheel 0B May 25 22:37 file38j0wR srwxr-xr-x 1 satimis wheel 0B May 23 23:41 file4Umjg

FW: DHCP is down..

2004-05-26 Thread Eric Crist
-Original Message- From: Thomas Farrell [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 9:34 PM To: Eric Crist Subject: Re: DHCP is down.. Do you have this in the begining of dhcpd.conf ddns-update-style none; ? If you don't put it in at the top of config Please read abo

Re: config is out of sinc

2004-05-26 Thread Earl Larsen
On Wednesday 26 May 2004 10:59 pm, Kris Kennaway wrote: > On Wed, May 26, 2004 at 10:23:03PM -0500, Earl Larsen wrote: > > > Read the documentation to find out what the "tag=." does ;-) > > > > > > Kris > > > > So I should edit my cvsupfile to read as the fallowing: > > > > *default host=cvsup12.us

Re: perl and berkeley

2004-05-26 Thread Len Conrad
which perl This will show which perl executable you are actually calling. the system perl: # which perl /usr/bin/perl I guess typing: /usr/local/bin/perl -MCPAN -e 'install BerkeleyDB' that fails, too, same error Len ___ [EMAIL PROTECTED] mailing list h

Re: config is out of sinc

2004-05-26 Thread Earl Larsen
On Wednesday 26 May 2004 06:41 pm, Kris Kennaway wrote: > On Wed, May 26, 2004 at 02:41:21PM -0500, Earl Larsen wrote: > > On Tuesday 25 May 2004 06:35 pm, Kris Kennaway wrote: > > > On Tue, May 25, 2004 at 01:40:36PM -0500, Earl Larsen wrote: > > > > I installed FreeBSD 4.9-stabel, and used cvs to

error compiling XFree86-4-libraries

2004-05-26 Thread Norhisham Khalil
Hi I'm upgrading my XFree86 libraries from XFree86-libraries-4.3.0_6 to XFree86-libraries-4.3.0_7 my box is FreeBSD 5.2.1-RELEASE p6 compiling Xfree86-4-libraries it stopped at rm -f AuRead.c ln -s /home/usr/ports/x11/XFree86-4-libraries/work/xc/lib/Xau/AuRead.c AuRead.c rm -f ks_tables.h m

RE: DHCP is down..

2004-05-26 Thread Eric Crist
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gary Kline > Sent: Wednesday, May 26, 2004 8:09 PM > To: Gary Kline > Cc: FreeBSD Mailing List > Subject: Re: DHCP is down.. > > > On Wed, May 26, 2004 at 01:51:46PM -0700, Gary Kline wrote: > > > >

Re: DHCP is down..

2004-05-26 Thread Gary Kline
On Wed, May 26, 2004 at 01:51:46PM -0700, Gary Kline wrote: > > well, severe troubles on my primary server.. dhcp > won't start. it looks like troble with bpf... > at least when i try to start dhcp by hand, it complains > that it can't find a bfp and quit. > > can

Re: difference between 4.2 and 5.2.1

2004-05-26 Thread Kris Kennaway
On Wed, May 26, 2004 at 01:32:24PM -0700, Amir Vetry wrote: > Hi team, > I have couple of questions. Would you please answer it. > > Beside supporting more types of NIC card, what other differences are there > between > FreeBSD 4.2 (or 4.0 series) and 5.2.1 (5.0 Series)? There are literally tho

Re: File encryption: bdes or gpg

2004-05-26 Thread Nathan Kinkade
On Wed, May 26, 2004 at 10:02:26AM -0400, Simon Bates wrote: > Dear all, > > I am fairly new to FreeBSD and this is my first post to > freebsd-questions. I hope I am asking my question in the correct forum. > Apologies if not. > > I am hoping someone can give me advice on file encryption. I wou

Re: RE: ethernet card not coming up on reboot

2004-05-26 Thread hoe-waa
Aloha and Mahalo Okay, that works. I dropped out of gnome and logged ina s root. I deleted all the append data in rc.conf and I deleted /usr/local/etc/rc.d/rc.local. I then rebooted. When I came back up ifconfig showed no ip address. I then did the "killall -9 dhclient" and the "sh /etc/netst

Re: config is out of sinc

2004-05-26 Thread Kris Kennaway
On Wed, May 26, 2004 at 02:41:21PM -0500, Earl Larsen wrote: > On Tuesday 25 May 2004 06:35 pm, Kris Kennaway wrote: > > On Tue, May 25, 2004 at 01:40:36PM -0500, Earl Larsen wrote: > > > I installed FreeBSD 4.9-stabel, and used cvs to update everything. And > > > when I tried to build my personel

Re: perl and berkeley

2004-05-26 Thread David J. Weller-Fahy
* Len Conrad <[EMAIL PROTECTED]> [2004-05-26 14:18 -0800]: > 1. installed a perl mod that decided it needed Perl 5.8. that went > ok, but now I've got > > /usr/bin/perl 5.0 > /usr/local/bin/perl 5.8 > > What is the command to get the sytstem to switch to defaulting to 5.8? According to

Re: perl and berkeley

2004-05-26 Thread Peter
Please try: which perl This will show which perl executable you are actually calling. I guess typing: /usr/local/bin/perl -MCPAN -e 'install BerkeleyDB' will fix the problem. I guess /usr/bin/perl is in front of /usr/local/bin/perl in your $PATH. Peter - Original Message - From: "Len

RE: ethernet card not coming up on reboot

2004-05-26 Thread Eric Crist
Before you run the netstart command, you need to kill all processes named dhclient. You can accomplish this with a: #killall -9 dhclient And then, #sh /etc/netstart Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588 -Original Message- From: [EMAIL PROTECTED] [mailto

[no subject]

2004-05-26 Thread Richard Stevenson
Hi all I've got a quick question about the most recent security advisory, FreeBSD-SA-04:11.msync. I'm trying to figure out how big an issue it is (whether or not I need to stop everyone's access to the file server until it's patched), given that we've got no "untrusted" users on our systems. D

Re: Odd one: my root account disappears into hyperspace.

2004-05-26 Thread Toni Schmidbauer
On Wed, May 26, 2004 at 03:06:52PM +0100, Andy Holyer wrote: > I ssh into my server as myself, and then su to root. At which point > something odd happens: > > a) the output of some shell commands seems to be redirected somewhere > other then my xterm; > b) when I try to run emacs or vi, I get:

Measuring the stack usage of a program

2004-05-26 Thread Michael Sig Birkmose
Hi everyone! Does anyone know, if it is possible to meassure the maximum stack usage of a C program throughout it's entire execution? -- Michael Birkmose ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: FreeBSD to Windows No Reboot

2004-05-26 Thread Toni Schmidbauer
On Wed, May 26, 2004 at 09:20:07AM -0700, Bryan Maxwell wrote: > Is there a way I can go from FreeBSD to windows without rebooting? no, that's not possible. > Also if I have an active serial line sl0, can i run hyper terminal in > windows with that same line? don't know exactly what you mean,

RE: SMTP AUTH

2004-05-26 Thread Richard Stevenson
On Wed, 26 May 2004, Lee Dilkie wrote: You've got "This server requires a secure connection (SSL)" enabled for the SMTP server in Outlook? In my experience (outlook 2000, not tested on outlook express) this won't work. Outlook doesn't seem to understand that "use SSL" means "use STARTLS". What I

perl and berkeley

2004-05-26 Thread Len Conrad
Freebsd 4.8 1. installed a perl mod that decided it needed Perl 5.8. that went ok, but now I've got /usr/bin/perl 5.0 /usr/local/bin/perl 5.8 What is the command to get the sytstem to switch to defaulting to 5.8? 2. "pkg_add -r db3" also went ok, but perl -MCPAN -e 'install BerkeleyD

disk controller

2004-05-26 Thread Nick McCoy
Hi, I have an Intel 82801EB Ultra ATA disk controller. For FreeBSD 4.9, I see that this is not supported and on installation I don't know if it freezes or its trying to search for my disk controller. It's searching for it and i've spent over an hour waiting for it to find it. Can you tell me if

Re: FreeBSD ISDN Modem Support

2004-05-26 Thread Uwe Laverenz
Michael Hollmann wrote: does freebsd support this isdn-modem? ELSA MicroLink ISDN/TLV34 Yes, of course it will work, because it is an external modem/TA that is connected to a serial port. There is no need for a special hardware support. cu, Uwe ___ [EMA

DHCPIS DOWN..

2004-05-26 Thread Gary Kline
well, severe troubles on my primary server.. dhcp won't start. it looks like troble with bpf... at least when i try to start dhcp by hand, it complains that it can't find a bfp and quit. can anybody help me here? --i am currently rebuilding my ke

difference between 4.2 and 5.2.1

2004-05-26 Thread Amir Vetry
Hi team, I have couple of questions. Would you please answer it. Beside supporting more types of NIC card, what other differences are there between FreeBSD 4.2 (or 4.0 series) and 5.2.1 (5.0 Series)? Also, is multicasting supported on 5.2.1? Thanks, -A. _

Re: Porting ALSA drivers to OSS may be easy, according to OSS ;)

2004-05-26 Thread Dan Nelson
In the last episode (May 26), Bruno said: > I know FreeBSD is mainly conceived as a performance server OS and > lacks in the multimedia field when compared with Linux which is much > more generic. > > But in terms of sound I think the scenario could change easily: you > don't have ALSA drivers but

Re: mplayer + realaudio ... what to expect when installing ...

2004-05-26 Thread Lars Eighner
On Wed, 26 May 2004, Erik Trulsson wrote: > On Wed, May 26, 2004 at 07:32:50PM +0200, Henrik W Lund wrote: > > Erik Trulsson wrote: > > > > > > > > > > > >mplayer does have about a gazillion dependencies (most of them > > >optional) including X (not optional), so if you don't want X installed > >

Re: config is out of sinc

2004-05-26 Thread Earl Larsen
On Tuesday 25 May 2004 06:35 pm, Kris Kennaway wrote: > On Tue, May 25, 2004 at 01:40:36PM -0500, Earl Larsen wrote: > > I installed FreeBSD 4.9-stabel, and used cvs to update everything. And > > when I tried to build my personel Kernel by using. Make build > > KERNCONF... it came up with the fallo

Re: File encryption: bdes or gpg

2004-05-26 Thread Cordula's Web
> >>1. bdes(1) > >> > >>2. gpg -c (/usr/ports/security/gnupg) > >> > >>3. gpg (/usr/ports/security/gnupg) with a public/private key pair for me > >>plus a passphrase > > > > > > 4. gbde (on FreeBSD >= 5.X) encrypts a whole filesystem. > > It is much easier to use than utilities that encrypt > >

Updating OpenSSL ...

2004-05-26 Thread Shaun T. Erickson
I'd like to install the OpenSSL port, and stay current with it in the future. It isn't clear to me what I have to do to have the system use the port, instead of what's in the base, and what I'll need to rebuild after installing the port. -ste

NDIS problem under 5.2.1

2004-05-26 Thread Peter Risdon
I used ndiscvt to convert windows drivers for a netgear WG311v2, recompiled the kernel and get the following in my dmesg output: ndis0: mem 0xfeac000, 0xfead, 0xfeafe000-0xfea irq22 at device 1.0 on pci2 ndis0: Reserved 0x2 bytes for rid 0x14 type3 at 0xfeac ndis0: Reserved 0x20

[Fwd: Re: FreeBSD to Windows No Reboot]

2004-05-26 Thread arden
--- Begin Message --- On Wed, 2004-05-26 at 17:20, Bryan Maxwell wrote: > Is there a way I can go from FreeBSD to windows without rebooting? > Also if I have an active serial line sl0, can i run hyper terminal in > windows with that same line? And lastly, is there a hyperterminal > program in

Re: boot0cfg

2004-05-26 Thread Nathan Kinkade
On Wed, May 26, 2004 at 07:27:17AM -0700, Me wrote: > Hi, > I'm sure this has been asked before, but I cant find > any good info. > I'm having problems reinstalling the bootloader, i'm > running 5.2.1, I made it to the fixit console but when > i type boot0cfg -d da0, i get: I/O error. > Any Ideas?

bochs ethernet card

2004-05-26 Thread Brian Henning
Greetings: Can someone explain what this line does? device ed0 at isa? disable port 0x280 irq 10 iomem 0x8000 >From what I understand. The 'disable' portion of the above config keeps ed0 'not found' errors from showing up. The ed0 device is loaded for an isa device on irq 10 with port address 0x2

Re: File encryption: bdes or gpg

2004-05-26 Thread Simon Bates
Bill Moran wrote: Another option that you didn't even bring up: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html Right now I am running 4.9 but upgrading to 5 is definitely a possibility. Thanks a lot for the pointer. Best wishes, Simon If you're not using 5.x, the

Re: FreeBSD

2004-05-26 Thread platanthera
On Wednesday 26 May 2004 17:24, Fox wrote: > Здравствуйте! добро пожаловать. > Я вот недавно купил установочный диск с FreeBSD 5.2, и не смог его > поставить.Напишите мне пожалуйста документацию по пошаговой установке > FreeBSD 5.2. > > Заранее спасибо! My Russian is quite poor, but if I did und

Re: mplayer + realaudio ... what to expect when installing ...

2004-05-26 Thread Erik Trulsson
On Wed, May 26, 2004 at 07:32:50PM +0200, Henrik W Lund wrote: > Erik Trulsson wrote: > > > > > > >mplayer does have about a gazillion dependencies (most of them > >optional) including X (not optional), so if you don't want X installed > >then mplayer isn't for you. > >(It is a multimedia player

Re: tinydns +MX

2004-05-26 Thread Joan Picanyol i Puig
On Wed, 26 May 2004 12:18:36 -0500, Darryl Hoar wrote: > I have djbdns installed and working. I have been using DNS > on my LAN and having it resolve the names for my local machines. > It forwards any unresolved to my ISP's dns server. Detail your setup further. > Recently, I have installed qmai

Porting ALSA drivers to OSS may be easy, according to OSS ;)

2004-05-26 Thread Bruno
Hi, I've tinkered a bit with Linux and FreeBSD, but still consider myself as newbie. I'm probably going for FreeBSD since I can see the best strenghts that Linux experts point in their distros already exist on FreeBSD, mostly coherent file structure, init scripts and package management. And a g

Re: File encryption: bdes or gpg

2004-05-26 Thread Simon Bates
Thank you very much for your reply, for your comments on temp file usage, and your suggestion to use gbde. Right now I am using FreeBSD 4.9 but moving to 5 is definitely an option. I'll have a look at gbde. Thanks! Simon Cordula's Web wrote: I am hoping someone can give me advice on file encrypt

Re: File encryption: bdes or gpg

2004-05-26 Thread Simon Bates
Thank you very much for your reply and your advice. Best wishes, Simon Nathan Kinkade wrote: On Wed, May 26, 2004 at 10:02:26AM -0400, Simon Bates wrote: I am hoping someone can give me advice on file encryption. GPG would probably work well. You can encryt files symmetrically and put a passphrase

Re: File encryption: bdes or gpg

2004-05-26 Thread Bill Moran
Another option that you didn't even bring up: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html If you're not using 5.x, then this isn't available to you yet. But I thought I'd bring it up in case you weren't aware of it. Simon Bates wrote: Dear all, I am fairly new t

Re: ethernet card not coming up on reboot

2004-05-26 Thread hoe-waa
Subject: Re: ethernet card not coming up on reboot > > On Tue, 25 May 2004 20:00:12 -1000 > [EMAIL PROTECTED] spake thus: > > > Aloha Eric and Luke > > > > I am aware that sysinstall will append to rc.conf. > > I went ahead and deleted all of the appends and rebooted. > > The ethernet did not

Re: mplayer + realaudio ... what to expect when installing ...

2004-05-26 Thread Henrik W Lund
Erik Trulsson wrote: mplayer does have about a gazillion dependencies (most of them optional) including X (not optional), so if you don't want X installed then mplayer isn't for you. (It is a multimedia player after all, and to play video you need graphics support.) Actually, you can pass make WIT

Re: tinydns +MX

2004-05-26 Thread Bill Moran
Darryl Hoar wrote: Greetings, I have djbdns installed and working. I have been using DNS on my LAN and having it resolve the names for my local machines. It forwards any unresolved to my ISP's dns server. Recently, I have installed qmail on my LAN for internal email. I used the ./add-mx to add a m

Re: fputs

2004-05-26 Thread Chuck Swiger
Richard Burnett-Godfree wrote: In the code the software use fputs to output chars to the terminal. What seems to be happening is these are all buffered until the process terminates and then they all come out rather than being sent to the terminal during the program operation. Do I need to change a

Re: fputs

2004-05-26 Thread Dan Nelson
In the last episode (May 26), Richard Burnett-Godfree said: > I am trying to port software currently running on hp-ux to freeBSD > 4.9. > > In the code the software use fputs to output chars to the terminal. > > What seems to be happening is these are all buffered until the > process terminates a

Re: patch

2004-05-26 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: I have a source ( in fact it's many sources) divided in many directories; and I have to patch it with a diff file. But when I perform the patch command, the computers wants to know which file I want to patch; but there are a lot of sources, and many of them have to be patch

Re: FreeBSD

2004-05-26 Thread Remko Lodder
Hey Fox Fox wrote: Здравствуйте! Я вот недавно купил установочный диск с FreeBSD 5.2, и не смог его поставить.Напишите мне пожалуйста документацию по пошаговой установке FreeBSD 5.2. Заранее спасибо! The language used on this list is English, Could you please ask the question in English? Thanks in

tinydns +MX

2004-05-26 Thread Darryl Hoar
Greetings, I have djbdns installed and working. I have been using DNS on my LAN and having it resolve the names for my local machines. It forwards any unresolved to my ISP's dns server. Recently, I have installed qmail on my LAN for internal email. I used the ./add-mx to add a mx record for my ma

FreeBSD to Windows No Reboot

2004-05-26 Thread Bryan Maxwell
Is there a way I can go from FreeBSD to windows without rebooting? Also if I have an active serial line sl0, can i run hyper terminal in windows with that same line? And lastly, is there a hyperterminal program in FreeBSD and do i have to turn off the SLIP sl0 for it to run properly? Basically

fputs

2004-05-26 Thread Richard Burnett-Godfree
I am trying to port software currently running on hp-ux to freeBSD 4.9. In the code the software use fputs to output chars to the terminal. What seems to be happening is these are all buffered until the process terminates and then they all come out rather than being sent to the terminal during th

Re: Strange pkg_info output

2004-05-26 Thread Garance A Drosihn
At 5:41 PM -0400 5/25/04, Chuck Swiger wrote: Garance A Drosihn wrote: At 4:49 PM -0400 5/25/04, Chuck Swiger wrote: If you install perl from ports, you apparently get bsdpan included. Hmm. How would I know if I had it? I don't seem to have any port with the letters 'pan' in it. and `locate bsdpan

FreeBSD

2004-05-26 Thread Fox
Здравствуйте! Я вот недавно купил установочный диск с FreeBSD 5.2, и не смог его поставить.Напишите мне пожалуйста документацию по пошаговой установке FreeBSD 5.2. Заранее спасибо! -- С уважением, Fox-Russia mailto:[EMAIL PROTECTED]

Serial Console problem

2004-05-26 Thread Pavel Duda
I've just tried connect to my fbsd box with serial cable (serial console), it works fine but I get always after some time this : > May 26 17:12:47 monty getty[585]: login_tty /dev/console: >Inappropriate ioctl for device >May 26 17:12:47 monty getty[587]: login_tty /dev/console: Inappropriate >

Re: File encryption: bdes or gpg

2004-05-26 Thread Cordula's Web
> I am hoping someone can give me advice on file encryption. I would like > to encrypt a file and store it on my filesystem. I would like to encrypt > the file so that my data is not readable by someone who gains root > access or physical access to my computer. I do not intend to share the > da

cvs export -P?

2004-05-26 Thread Edd
Hi there, I wish to know how to export from cvs and prune empty directories. I know a co can be done and pruned by: cvs co -rSOMETAG -P module but: cvs export -rSOMETAG -P module only show me the usage help even though I have read in may places that -P does infact apply with export too. Thank

Re: which kinds of AMD work withh FBSD?

2004-05-26 Thread Lucas Holt
On this server (i815), the video uses the system SDRAM and since I'm not a gamer whatever chip-set this has is adequate. Anyboy know what kind of on-board video comes with the AMD mobo's? (Am I going to be pulling my hair trying to get it working? in other words

Re: Repeated connections to port 25 with firewall

2004-05-26 Thread Randy Pratt
On Wed, 26 May 2004 13:27:07 +0100 Jonathon McKitrick <[EMAIL PROTECTED]> wrote: > : When local processes want to mail, they fork n exec a sendmail binary > : themselves. > : > : You shouldn't need a sendmail server running for that. > > Here is what I have/had in rc.conf > > #sendmail_enable=

Re: Help with a routing issue

2004-05-26 Thread Malcolm Kay
On Wednesday 26 May 2004 18:25, Leon Botes wrote: > I have a freebsd 4.7 box at a client. > The box has an ip of 192.168.254.22 > The default gateway is 192.168.254.1 which is the inside interface of the > gateway. The outside interface of the gateway is 196.25.37.18 and it also > has an alias of 1

boot0cfg

2004-05-26 Thread Me
Hi, I'm sure this has been asked before, but I cant find any good info. I'm having problems reinstalling the bootloader, i'm running 5.2.1, I made it to the fixit console but when i type boot0cfg -d da0, i get: I/O error. Any Ideas? Br, Joe

Re: Repeated connections to port 25 with firewall

2004-05-26 Thread Nelis Lamprecht
On Wed, 2004-05-26 at 14:27, Jonathon McKitrick wrote: > : When local processes want to mail, they fork n exec a sendmail binary > : themselves. > : > : You shouldn't need a sendmail server running for that. > > Here is what I have/had in rc.conf > > #sendmail_enable="no" > #sendmail_submit_ena

Re: Promise ATA100 controller and 160G disks

2004-05-26 Thread Bill Moran
Stijn Hoop wrote: On Wed, May 26, 2004 at 09:28:09AM -0400, Bill Moran wrote: Stijn Hoop wrote: does anyone know if the Promise ATA100 controller PCI card supports 160 G disks on -STABLE? I'm not 100% sure that the Promise controller is the problem here: http://lists.freebsd.org/pipermail/freebsd-q

Odd one: my root account disappears into hyperspace.

2004-05-26 Thread Andy Holyer
Here's a really odd one. I ssh into my server as myself, and then su to root. At which point something odd happens: a) the output of some shell commands seems to be redirected somewhere other then my xterm; b) when I try to run emacs or vi, I get: "emacs: standard input is not a tty" This does

patch

2004-05-26 Thread joel.criqui
Hi, I have a source ( in fact it's many sources) divided in many directories; and I have to patch it with a diff file. But when I perform the patch command, the computers wants to know which file I want to patch; but there are a lot of sources, and many of them have to be patched. So is there a

Re: Running FreeBSD 4.9 Jails on a FreeBSD 5.2.1 system

2004-05-26 Thread Kirk Strauser
At 2004-05-25T20:38:50Z, "Kung Foo Ham[p]?ster" <[EMAIL PROTECTED]> writes: > When I install FreeBSD 5 on my system can I run those FreeBSD 4 Jails on > it and then upgrade them individually without much pressure. Not very likely, unfortunately. The ties between userspace and the kernel are pret

Problem with xscreensaver-gnome port

2004-05-26 Thread Jesse Sheidlower
I recently tried to update my xscreensaver-gnome port from 4.15_2 to 4.16. After the usual amount of churning, it died with the following error: --- In file included from phosphor.c:34: /usr/local/include/util.h:95: error: syntax error before '/' token In file included from phosphor.c:34: /usr/l

File encryption: bdes or gpg

2004-05-26 Thread Simon Bates
Dear all, I am fairly new to FreeBSD and this is my first post to freebsd-questions. I hope I am asking my question in the correct forum. Apologies if not. I am hoping someone can give me advice on file encryption. I would like to encrypt a file and store it on my filesystem. I would like to en

Re: Promise ATA100 controller and 160G disks

2004-05-26 Thread Stijn Hoop
On Wed, May 26, 2004 at 09:28:09AM -0400, Bill Moran wrote: > Stijn Hoop wrote: > > does anyone know if the Promise ATA100 controller PCI card supports 160 G > > disks on -STABLE? > > I'm not 100% sure that the Promise controller is the problem here: > http://lists.freebsd.org/pipermail/freebsd-qu

[no subject]

2004-05-26 Thread joel.criqui
subscription ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

PPPD connection

2004-05-26 Thread Vetrov Maxim
Hi, I can't establish connection with my ISP using pppd. I attached several files: dir - /etc/ppp/ directory layout system - output of uname -a chap-secrets | chat.vmtc | -> config files for pppd options.vmtc | I start pppd as root 'pppd file /etc/options/options.vmtc'. Then it connects to

Re: Promise ATA100 controller and 160G disks

2004-05-26 Thread Bill Moran
Stijn Hoop wrote: Hi, does anyone know if the Promise ATA100 controller PCI card supports 160 G disks on -STABLE? I'm not 100% sure that the Promise controller is the problem here: http://lists.freebsd.org/pipermail/freebsd-questions/2004-May/046070.html Earlier this week, I thought I'd solved the

Re:

2004-05-26 Thread albi
On Wed, 26 May 2004 20:54:49 +0900 YUSIBANI elin <[EMAIL PROTECTED]> wrote: hi, > I have some difficulties in REDHAT and UNIX. > I have source code build in UNIX environtment, and I would like to > install it in REDHAT. Would you mind telling me what should I edit in > 'makefile' file?? > this

Re: Repeated connections to port 25 with firewall

2004-05-26 Thread Jonathon McKitrick
: When local processes want to mail, they fork n exec a sendmail binary : themselves. : : You shouldn't need a sendmail server running for that. Here is what I have/had in rc.conf #sendmail_enable="no" #sendmail_submit_enable="no" #sendmail_outbound_enable="no" #sendmail_msp_queue_enable="no"

RE: SMTP AUTH

2004-05-26 Thread Robert Covell
I have configured both sendmail and cyrus to use SSL (Not SPA) with SMTP auth on FreeBSD with Outlook clients. Can't remember the name of the application but it was something like "stunnel" or similar. Basically I kept sendmail and cyrus as is and used this application to listen on the SSL ports.

Re: Promise ATA100 controller and 160G disks

2004-05-26 Thread heikki soerum
It shouldn't be an problem as long as you upgrade the BIOS in the atacontroller. I'm using an Promise Fasttrak 100 (without TX2) on two 200Gb drives. With the newest bios the controller can use drives over 120GB. Heikki Soerum, Norway. On Wed, 26 May 2004 11:53:24 +0200 Stijn Hoop <[EMAIL PROTECT

Re: `call' function in `make'

2004-05-26 Thread N. Raghavendra
At 2004-05-26T12:41:57+01:00, Matthew Seaman wrote: > On Wed, May 26, 2004 at 12:15:57PM +0530, N. Raghavendra wrote: > > ### Makefile > > > > ## Create directory FOO if it does not exist. > > create_dir = if test ! -d foo ; then rm -f foo ; mkdir foo ; fi > > > > dir1: src1 > >

RE: Help with a routing issue

2004-05-26 Thread Leon Botes
Set it to zero mmrserver# sysctl net | grep direct net.inet.ip.redirect: 0 net.inet.icmp.drop_redirect: 0 net.inet.icmp.log_redirect: 0 Results are the same. Also tried adding a fixed route as such: Route add -host 196.25.37.18 192.168.254.1 No luck. -Original Message- From: Nelis Lampre

[no subject]

2004-05-26 Thread YUSIBANI elin
Dear Mr Jerry, Introduce myself, my name is Elin, student from Tokyo Institute of Technology. I have some difficulties in REDHAT and UNIX. I have source code build in UNIX environtment, and I would like to install it in REDHAT. Would you mind telling me what should I edit in 'makefile' file??

Re: `call' function in `make'

2004-05-26 Thread Matthew Seaman
On Wed, May 26, 2004 at 12:15:57PM +0530, N. Raghavendra wrote: > At 2004-05-25T15:44:51+01:00, Matthew Seaman wrote: > > > > Is there an analogue in BSD `make' of the `call' function in `gmake': > > > $(call VARIABLE,PARAM,PARAM,...)? > > > > Not as such. You can however use the '!=' operator t

RE: SMTP AUTH

2004-05-26 Thread Lee Dilkie
>On Tue, 25 May 2004, Noah wrote: > >> sendmail-8.12.11 >> freeBSD-4.9-STABLE >> >> I must be doing something wrong. SMTP AUTH is not working >very well for me. >> I have been trying to authenticate with user and password to port 25. >> >> I prefer to send all auth user and password information w

RE: Help with a routing issue

2004-05-26 Thread Nelis Lamprecht
On Wed, 2004-05-26 at 12:28, Leon Botes wrote: > The below is only sections of the output. Most of the individual hosts have > been removed. Just a few examples left. > 10.5/16192.168.254.29 UGSc0 11 fxp1 > 10.6/16192.168.254.12 UGSc0

RE: Help with a routing issue

2004-05-26 Thread Leon Botes
Can you show us the routing on the server please rather than the client ? What is the subnet mask of the alias 196.25.37.19 ? It should have a subnet of 255.255.255.255 as it's on the same network as 196.25.37.18. Cheers, -- Nelis Lamprecht PGP: http://www.8ball.co.za/pgpkey/nelis.asc "Unix IS use

RE: Help with a routing issue

2004-05-26 Thread Leon Botes
Could you provide the output of ifconfig -a of the gateway box? Should shed some more light about the issues, also the parts of /etc/rc.conf, where the cards are configured, could be interesting. Olaf -- Olaf Hoyer[EMAIL PROTECTED] Fuerchterliche Erlebniss geben zu raten, ob der, welche

Re: Help with a routing issue

2004-05-26 Thread Nelis Lamprecht
On Wed, 2004-05-26 at 10:55, Leon Botes wrote: > I have a freebsd 4.7 box at a client. > The box has an ip of 192.168.254.22 > The default gateway is 192.168.254.1 which is the inside interface of the > gateway. The outside interface of the gateway is 196.25.37.18 and it also > has an alias of 196.

Re: Help with a routing issue

2004-05-26 Thread Olaf Hoyer
On Wed, 26 May 2004, Leon Botes wrote: > I have a freebsd 4.7 box at a client. > The box has an ip of 192.168.254.22 > The default gateway is 192.168.254.1 which is the inside interface of the > gateway. The outside interface of the gateway is 196.25.37.18 and it also > has an alias of 196.25.37.1

Re: Promise ATA100 controller and 160G disks

2004-05-26 Thread Stijn Hoop
On Wed, May 26, 2004 at 11:15:02AM +0200, Frank Mueller wrote: > I have FBSD -STABLE running on a Promise Fasttrak 100 TX2 (latest BIOS) with > 2 160GB HDDs as RAID1 and it is running fine. OK, but I have the older non-raid just ATA100 controller version, which is why I suspect it might not work.

  1   2   >