Re: Where is 4.5, 4.6, etc. on the FTP sites ?

2003-09-17 Thread Dan Nelson
In the last episode (Sep 17), Josh Brooks said: > I am not here to go into a lengthy justification as to why I need the > older ones (damn, I just knew the answers would all be "but why would > you not just upgrade") > > The point is, why are they not on the ftp sites anymore ? > > I suspect ther

Re: Where is 4.5, 4.6, etc. on the FTP sites ?

2003-09-17 Thread Josh Brooks
I am not here to go into a lengthy justification as to why I need the older ones (damn, I just knew the answers would all be "but why would you not just upgrade") The point is, why are they not on the ftp sites anymore ? I suspect there is no good reason for it at all - just a totally arbitrary

openssh upgrade help

2003-09-17 Thread Paul JURCO
Hi, I have FreeBSD 5.0-RELEASE-p7 and i'm trying to patch openssh. I used cvsup to get latest sources for RELENG_5_0. #cd /usr/src/secure/lib/libssh #make depend && make all install Warning: Object directory not changed from original /usr/src/secure/lib/libssh make: don't know how to make /usr/src/

Re: xv flag to not create ~/dir/dir/.xvpics/

2003-09-17 Thread JacobRhoden
On Thu, 18 Sep 2003 12:19 pm, Peter Leftwich wrote: > > > All I ever wanted was a file explorer similar to Microsoft Explorer > > > (latest) or ACDSee32 (www.acdsystems.com I think). In Unix. Too much > > > to ask? > > I had a gtk app that displayed thumbnails as you went thru the directory > >

Re: Where is 4.5, 4.6, etc. on the FTP sites ?

2003-09-17 Thread JacobRhoden
On Thu, 18 Sep 2003 03:37 pm, Josh Brooks wrote: > But on the outside chance that older versions (4.5, 4.6, 4.6.1) are > _actually_ not on the ftp servers, can someone explain why, and where I > can get them from ? You could just install 4.8-RELEASE, then use cvsup to 'downgrade' the source to an

Re: Where is 4.5, 4.6, etc. on the FTP sites ?

2003-09-17 Thread Mike Tibor
On Wed, 17 Sep 2003, Josh Brooks wrote: > > But on the outside chance that older versions (4.5, 4.6, 4.6.1) are > _actually_ not on the ftp servers, can someone explain why, and where I > can get them from ? Why would you want the older 4.x versions? Have you run into a specific problem with 4.8

Where is 4.5, 4.6, etc. on the FTP sites ?

2003-09-17 Thread Josh Brooks
Hello, I am using /stand/sysinstall to populate my /usr/src directory - I didn't do it when I originally installed, but I need to do it now - however, it is not on any of the ftp sites !!! Now, it is possible that this is a problem on my end - in fact, given that there is no reason at all in the

Re: Is FreeBSD up to this job?

2003-09-17 Thread Joel Rees
> I'm thinking the CD changer would just overly complicate > things. Oh, but there's something so _satisfying_ about watching the CD changer in motion. (I'm not kidding. That's why jukeboxes have a glass front.) Maybe you could simulate the changer with computer graphics? > Right now, I feel

Re: Patching SSH

2003-09-17 Thread Mike Tibor
On Wed, 17 Sep 2003, Jon Reynolds wrote: > I have SSH installed with the base install of 4.7. I downloaded the > patch and followed the directions: cd /usr/src - patch < /path/to/patch. > when I issue that command it asks me which file I would like to patch I > type in buffer.c and it tells me thi

sendmail SA only mentions 4.7 and above ... ?

2003-09-17 Thread Josh Brooks
Hi, What should I do to update sendmail on my 4.5, 4.6, and 4.6.1 systems ? Will the patch work properly there, or should I follow a different tact ? ALSO I seem to remember the last time we had a sendmail vulnerability, there were binaries available, and we could just do something like: inst

version string scare with new patched ssh (newbie)

2003-09-17 Thread Josh Brooks
Hi, I have a 4.5-RELEASE system with the original, stock /usr/src/secure. I followed the SA directions, and they worked like a charm - I patched the source, all hunks succeeded, and install/restart worked fine. However, when I run: /usr/sbin/sshd -\? I see: sshd version OpenSSH_2.9 FreeBSD l

Re: Is FreeBSD up to this job?

2003-09-17 Thread Jeremy D. Pavleck
Indeed. I'm thinking the CD changer would just overly complicate things. Right now, I feel 500GB of RAID 5 SATA storage will probably provide enough space plus plenty of room to grow. If I don't have a search feature, odds are I'll end up just deleting/moving the files off and loading new ones on.

Re: Recompiled kernel PRERELEASE: top command gives rubbish output !?!

2003-09-17 Thread Dan Nelson
In the last episode (Sep 18), Rob Lahaye said: > So I learned that I also should rebuild my world, when I go for the > new kernel. How about my already installed software from the ports' > collection? So far that seems to run fine with the new world and > kernel. But can I expect to run into troubl

Re: Recompiled kernel PRERELEASE: top command gives rubbish output !?!

2003-09-17 Thread Rob Lahaye
Daniel wrote: > > On 18 Sep 2003 at 10:07, Rob Lahaye wrote: > > >>I have compiled and installed the STABLE cvsup'ed kernel sources, >>rebooted and discovered that the 'top' command now outputs >>rubbish: >> >>[Snip] >> >>Is there a quicker fix than recompiling the whole base system (base syste

Recent Sendmail patch (SA-03:11)

2003-09-17 Thread Michael A. Alestock
Who do I contact if I received errors while applying a sendmail patch (SA-03:11) to my FreeBSD v4.8 system?? I get errors when compiling from the following directory: # cd /usr/src/lib/libsmutik # make obj && make depend && make These are the last few lines from the error after executing the abo

Re: how to enable auto power off

2003-09-17 Thread jason
Tadimeti Keshav wrote: Guys, I have a D815EPEA intel based motherboard. My dual-boot Redhat 9.0 setup can automatically shutdown and power off. But freeBSD can't do that (yet). Are there any flags I need to set in rc.conf or what do I need to set to recompile the kernel? I use freeBSD 4.5. THank

Re: how to enable auto power off

2003-09-17 Thread Mike Maltese
In your kernel config: device apm0at nexus? flags 0x20 Add to rc.conf (before you boot the new kernel): apm_enable="yes" Now to power off, use 'shutdown -p now'. See also apm(4). - Original Message - From: "Tadimeti Keshav" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

how to enable auto power off

2003-09-17 Thread Tadimeti Keshav
Guys, I have a D815EPEA intel based motherboard. My dual-boot Redhat 9.0 setup can automatically shutdown and power off. But freeBSD can't do that (yet). Are there any flags I need to set in rc.conf or what do I need to set to recompile the kernel? I use freeBSD 4.5. THanks _

Re: ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-17 Thread Barry C . Hawkins
On Wednesday, Sep 17, 2003, at 22:37 US/Eastern, Stephen Hilton wrote: On 17 Sep 2003 22:16:58 -0400 Lowell Gilbert <[EMAIL PROTECTED]> wrote: Barry Hawkins <[EMAIL PROTECTED]> writes: My own research via Google showed several places I could try to download the problematic Samsung-SmartG

Re: ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-17 Thread Stephen Hilton
On 17 Sep 2003 22:16:58 -0400 Lowell Gilbert <[EMAIL PROTECTED]> wrote: > Barry Hawkins <[EMAIL PROTECTED]> writes: > > > My own research via Google showed several places I could try > > to download the problematic Samsung-SmartGDI-all-GS.tar.gz. After > > downloading the file in question s

different problem with buildworld

2003-09-17 Thread Robert Huff
I recently brought up a system using the 5.1 CD. I installed cvsup; updated to the latest source for CURRENT; run "make clean" in /usr/src and get: "Makefile.inc1", line 773: warning: String comparison operator should be either == or != "Makefile.inc1", line 773: Malformed conditional (

Re: xv flag to not create ~/dir/dir/.xvpics/

2003-09-17 Thread Peter Leftwich
On Wed, 17 Sep 2003, Vlad D. Markov wrote: > On Tue, 16 Sep 2003 20:44:16 -0400 (EDT) > Peter Leftwich <[EMAIL PROTECTED]> wrote: > > The option vsmap is asking for an image browser. The program need not > > necessarily cache thumbnails on the hard disk. Perhaps this is a wish > > list item for x

Re: ghostscript-gnu distfile checksum error - WORKAROUND (was: Stop error installing /usr/ports/mail/evolution)

2003-09-17 Thread Lowell Gilbert
Barry Hawkins <[EMAIL PROTECTED]> writes: > My own research via Google showed several places I could try > to download the problematic Samsung-SmartGDI-all-GS.tar.gz. After > downloading the file in question several times from different > locations, including the FreeBSD ftp archives, I co

Re: PRERELEASE kernel: top command gives rubbish output !?!

2003-09-17 Thread Rob Lahaye
Francis A. Vidal wrote: > Did you do a 'make installworld' after you installed the new kernel > (4.9-PRERELEASE)? Just double checking: 'make installworld' involves being very careful with my /etc files and the use of mergemaster etc. Right? It's my first time ever to sync my system with STABLE

Re: PRERELEASE kernel: top command gives rubbish output !?!

2003-09-17 Thread Josh Paetzel
On Thu, Sep 18, 2003 at 10:58:44AM +0900, Rob Lahaye wrote: > > > > I have compiled and installed the STABLE cvsup'ed kernel sources, > rebooted and discovered that the 'top' command (still from 4.8-RELEASE) > now outputs rubbish: > > Is there a quicker fix than recompiling the whole base syste

RE: PRERELEASE kernel: top command gives rubbish output !?!

2003-09-17 Thread Francis A. Vidal
Did you do a 'make installworld' after you installed the new kernel (4.9-PRERELEASE)? -Original Message- From: Rob Lahaye [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 9:59 AM To: [EMAIL PROTECTED] Subject: PRERELEASE kernel: top command gives rubbish output !?! I have

PRERELEASE kernel: top command gives rubbish output !?!

2003-09-17 Thread Rob Lahaye
I have compiled and installed the STABLE cvsup'ed kernel sources, rebooted and discovered that the 'top' command (still from 4.8-RELEASE) now outputs rubbish: $ top -b last pid: 10630; load averages: 1.91, 1.31, 0.59 up 0+00:33:0310:04:48 21 processes: 1 starting, 1 running, 1 sleepin

Screensaver module load error on startup

2003-09-17 Thread Barry C . Hawkins
The following line appears at the end of my startup on FreeBSD 5.1: Configuring syscons: keymap blanktime screensaver[module_register_init: MOD_LOAD (fire_saver, 0xc26d5d10, 0) error 19]* * the part in [] shows up white instead of the usual grayish text. And, as I am sure you have deduced, the

Re: adduser will not add user

2003-09-17 Thread Robert Storey
On Wed, 17 Sep 2003 17:32:38 -0400 David Banning <[EMAIL PROTECTED]> wrote: > I have run into a problem here where adduser seems to behave > normally to interact with, but will not add the user. > There are no messages in the log file. I wonder where to > go to track this down. Just a wild guess

Re: Is FreeBSD up to this job?

2003-09-17 Thread Robert Storey
On Wed, 17 Sep 2003 12:33:30 -0600 (MDT) "Jeremy Pavleck" <[EMAIL PROTECTED]> wrote: > Hi gang, > I was looking at purchasing a jukebox recently for a poolhall. When > all is said and done, I found a refurbished 100 cd jukebox which I > thought was really nice, until I heard the price - $4500.

Re: firewall

2003-09-17 Thread Robert Storey
On Wed, 17 Sep 2003 14:29:22 -0400 "Bob Hall" <[EMAIL PROTECTED]> wrote: > At this point, I'm a little confused. You said previously that > this would be the only machine that accessed the Internet via > PPP. Now you're setting it up as the gateway, which means that > other machines will be acc

sshd patch

2003-09-17 Thread McClain Looney
Hello, I followed the instructions to patch my sshd for SA03:12, only to find my version string still doesn't match the one in the advisory. Am I correct in assuming it should read OpenSSH_3.5p1 FreeBSD-20030917 ? It currently reads SSH-1.99-OpenSSH_3.5p1 FreeBSD-20030201. What cou

Re: FreeBSD or WinXP????

2003-09-17 Thread Tadimeti Keshav
You are probably refering to keyboard refresh rate. It is a setting. In KDE I think it is in COntrol Centre. Check the keyboard tab. > > Do you use KDE or GNOME or others? > > In GNOME i have very fast keyboard. I put (for > example) > key 'A' and > > in 1 secong i get: > > AA

RE: RC.conf

2003-09-17 Thread Gil Agno Virtucio
This is what i have in my rc.conf. gateway_enable="YES" natd_enable="YES" natd_interface="xl0" natd_flags="-f /etc/natd.conf" firewall_enable="YES" firewall_script="/etc/rules/firewall1" ipfilter_enable="YES" # This is for squids transparent proxy ipnat_enable="YES" ipmon_enable="YES" ipfs_enable

Re: Ipfw on the fritz?

2003-09-17 Thread Josh Paetzel
On Thu, Sep 18, 2003 at 12:21:58AM +, Mark wrote: > Eek, I just got these eery messages in /var/log/messages: > > Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1 > Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1 > Sep 18 02:00:18 asarian-host /ke

questions regarding sound driver

2003-09-17 Thread ALIAS
i can't seem to get my sound to work, i've installed freebsd and got it working before but don't remember how and everytime i try to open up a mpeg file it says Sound server informational message: Error while initializing the sound driver: device /dev/dsp can't be opened (Device not configure

Re: 5.1 crashes with USB to IDE

2003-09-17 Thread Kris Kennaway
On Wed, Sep 17, 2003 at 07:41:55PM -0400, Bjorn Dittmer-Roche wrote: > Hey all, > > I've got a USB to IDE converter which, if I try and put it to use > for any amount of time, causes my 5.1 release system to hang in various > ways, and it either leaves me with a completely locked system or w

Re: [OT] replacing fan with mismatched specs

2003-09-17 Thread Chris Pressey
On Wed, 17 Sep 2003 20:27:27 -0400 Bill Moran <[EMAIL PROTECTED]> wrote: > This is terribly OT, but I'm asking here for two reasons: > 1) I have no idea where else to ask > 2) I know that someone on this list will know the answer > > Here's the problem. I have a switch that has a fan in it that

[OT] replacing fan with mismatched specs

2003-09-17 Thread Bill Moran
This is terribly OT, but I'm asking here for two reasons: 1) I have no idea where else to ask 2) I know that someone on this list will know the answer Here's the problem. I have a switch that has a fan in it that failed. I need to replace the fan. It's a 40MM .22Amp 5V. I can't find a fan with th

Re: sophos on freebsd

2003-09-17 Thread Murray Taylor
We are running sophos on all our platforms.. We are using the sophos enterprise management tool internally to manage / update all the winblows desktops etc etc All FreeBSD boxen (particularly the samba and imap hosts) run sophos locally via cron, with a master 'repository' FBSD box fetching engin

Ipfw on the fritz?

2003-09-17 Thread Mark
Eek, I just got these eery messages in /var/log/messages: Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1 Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 1 Sep 18 02:00:18 asarian-host /kernel: OUCH! cannot remove rule, count 2 Sep 18 02:00:18 asarian-

OT: cvs/CVSROOT permissions

2003-09-17 Thread Andrew Stuart
I know this really isnt the place for this question, but in the past many OT questions have been answered. I am working on a local cvs repo, and everytime someone commits to CVSROOT for one reason or another, it removes the execute privilages off of the 'processing' scripts. I can go back in and c

Patching SSH

2003-09-17 Thread Jon Reynolds
I have SSH installed with the base install of 4.7. I downloaded the patch and followed the directions: cd /usr/src - patch < /path/to/patch. when I issue that command it asks me which file I would like to patch I type in buffer.c and it tells me this file cannot be found. What file do I need to pat

OpenOffice in FreeBSD

2003-09-17 Thread Todd Stephens
I finally completed building OO and chose a local install to my home directory. Now I cannot save any documents as it says OO was "started under an invalid parameter" when I try to. Should I have chosen the other install type (Network is it)? If so, can I use the OO setup utility to uninstal

Re: xv flag to not create ~/dir/dir/.xvpics/

2003-09-17 Thread Vlad D. Markov
On Tue, 16 Sep 2003 20:44:16 -0400 (EDT) Peter Leftwich <[EMAIL PROTECTED]> wrote: > On Sat, 13 Sep 2003, Lowell Gilbert wrote: > > From: Lowell Gilbert <[EMAIL PROTECTED]> > > Peter Leftwich <[EMAIL PROTECTED]> writes: > > > If I `cd ~/dir/dir` then run `xv -vsmap` xv creates cached > > > thumbna

5.1 crashes with USB to IDE

2003-09-17 Thread Bjorn Dittmer-Roche
Hey all, I've got a USB to IDE converter which, if I try and put it to use for any amount of time, causes my 5.1 release system to hang in various ways, and it either leaves me with a completely locked system or with disks that won't sync (meaning, amount other things, that I can't shutdow

Patching SSH

2003-09-17 Thread Jon Reynolds
I have SSH installed with the base install of 4.7. I downloaded the patch and followed the directions: cd /usr/src - patch < /path/to/patch. when I issue that command it asks me which file I would like to patch I type in buffer.c and it tells me this file cannot be found. What file do I need to pat

Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Lucas Holt
There are actually drivers for darwin now.. my mistake. http://www.opendarwin.org/hardware/ Lucas Holt [EMAIL PROTECTED] FoolishGames.com (Jewel Fan Site) JustJournal.com (Free blogging) "Only two things are infinite, the universe and human

RE: How to determine the version of sshd

2003-09-17 Thread Michael K. Smith
If you type 'sshd -v' you will get an error telling you it's not supported, but at the top of the output, it will show you the version. :-) [EMAIL PROTECTED](mksmith)$ sshd -v sshd: illegal option -- v sshd version OpenSSH_3.7p1 Usage: sshd [options] Options: -f fileConfiguration file (defa

Re: "X -query localhost" results in blank screen !?!

2003-09-17 Thread Vlad D. Markov
On Tue, 16 Sep 2003 16:46:11 +0900 Rob Lahaye <[EMAIL PROTECTED]> wrote: > > > Hello, > > I thought I more or less understand how to handle these things in X, > but I am totally puzzled here. > > For me, there are three crucial files > > /etc/ttys: > ttyv8 "/usr/X11R6/bin/xdm -nodaemo

Re: Upgrading sshd?

2003-09-17 Thread Simon Barner
> Cool. How do you see what the patch date is? I know how to find > the version, but not things like the patch date. Man didn't tell me how to > either. I am assuming that you mean the base system sshd. You can find the details for the patch at CVSweb site: http://www.freebsd.org/cgi

Re: RC.conf

2003-09-17 Thread Shawn Guillemette
natd is what I was looking for.. Thank you - Original Message - From: "Danny Horne" <[EMAIL PROTECTED]> To: "Josh Paetzel" <[EMAIL PROTECTED]>; "Shawn Guillemette" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 3:18 PM Subject: Re: RC.conf > - Origina

Re: RC.conf

2003-09-17 Thread Danny Horne
- Original Message - From: "Josh Paetzel" <[EMAIL PROTECTED]> To: "Shawn Guillemette" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 11:09 PM Subject: Re: RC.conf > On Wed, Sep 17, 2003 at 06:00:36PM -0700, Shawn Guillemette wrote: > > I'm looking for an

Re: Sendmail 8.12.10

2003-09-17 Thread Damian Gerow
Thus spake Mark ([EMAIL PROTECTED]) [17/09/03 17:14]: > Can we expect a ported Sendmail 8.12.10 soon? A new security issue was > discovered today: > > http://lists.netsys.com/pipermail/full-disclosure/2003-September/010287.html Last I heard, an MFC was awaiting approval from re for the base syste

Re: RC.conf

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 06:00:36PM -0700, Shawn Guillemette wrote: > I'm looking for an example of /etc/rc.conf that's from a machine that is running > nat.. I had this running at one time a nd now need to reinstall and want to > rebuild,., I just cant remember what I added to rc.conf > gateway

RC.conf

2003-09-17 Thread Shawn Guillemette
I'm looking for an example of /etc/rc.conf that's from a machine that is running nat.. I had this running at one time a nd now need to reinstall and want to rebuild,., I just cant remember what I added to rc.conf ___ [EMAIL PROTECTED] mailing list http

"make: permission denied" error when doing "make installworld"

2003-09-17 Thread Mike Tibor
(if this question is more appropriate for freebsd-stable, let me know) I'm trying update one of my servers, and can't get past a "make: permission denied" error when doing a "make instalworld" as root in single user mode. My sequence was this: cvsup make buildworld make buildkernel make installk

adduser will not add user

2003-09-17 Thread David Banning
I have run into a problem here where adduser seems to behave normally to interact with, but will not add the user. There are no messages in the log file. I wonder where to go to track this down. -- ___ [EMAIL PROTECTED] mailing list http://lists.freebs

Re: Large vinum volume -- only showing as the size of one subdisk.

2003-09-17 Thread Lewis Thompson
On Thu, Sep 18, 2003 at 06:50:58AM +0930, Greg 'groggy' Lehey wrote: > On Wednesday, 17 September 2003 at 18:53:55 +0100, Lewis Thompson wrote: > > I'm hoping I've gotten the config right. Also, I tried (while the > > volume was not mounted) newfs /dev/vinum/data and I received: > > > > purple#

Sendmail 8.12.10

2003-09-17 Thread Mark
Can we expect a ported Sendmail 8.12.10 soon? A new security issue was discovered today: http://lists.netsys.com/pipermail/full-disclosure/2003-September/010287.html Thanks! - Mark ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/li

Re: Wireless S-L-O-W Samba Domain Logon...

2003-09-17 Thread Garance A Drosihn
At 9:59 AM -0700 9/17/03, RA Cohen wrote: I needed to extend the reach of the wiring in one of the buildings and installed an SMC inexpensive router/access point running the latest and greatest 802.11G. ... Everything works but the domain logins are so slow as to be almost unuseable. Does that wire

Re: problems with buildworld

2003-09-17 Thread Kris Kennaway
On Wed, Sep 17, 2003 at 11:27:44AM -0500, Kenton Brede wrote: > On Wed, 17 Sep 2003, Kenton Brede wrote: > > > I've attached "uname -a" and the last part of the compile process when > > "make buildworld" quits. Basically the last line ends with - > > > > /usr/src/usr.sbin/ipsend/../../contrib/i

RE: Is FreeBSD up to this job?

2003-09-17 Thread Jeff MacDonald
I think the idea is fairly sound as well, tho you should confirm freebsd's support for the tv card, that is the only part that would be in your way. Also keep in mind , to develop such a device with acompanying software will run you much much more than 4500$. Jeff. >> -Original Message-

Re: cvsup connection refused

2003-09-17 Thread Mike Galvez
On Wed, Sep 17, 2003 at 01:37:17PM -0600, Hal Lynch wrote: > I have been trying to cvsup for a couple of hours now > with a whole string of conection refused messages. > > Here is what I am seeing: > > Connecting to cvsup15.FreeBSD.org > Cannot connect to cvsup15.FreeBSD.org: Connection refused >

Re: ddclient + apache

2003-09-17 Thread FreeBSD Mail Lists
Bryan; It could be helpful to READ the README file? I dont have usr/ports/net/ddclient on 4.8-STABLE recently synced with ports tree. I do although see a ports/net/ddc folder. Check that. -Jason On Wed, 17 Sep 2003, Bryan Cassidy wrote: > Hello, I'm trying to in

Re: ddclient + apache

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 02:44:51PM -0500, Bryan Cassidy wrote: > Hello, I'm trying to install ddclient but when I make install && make > clean in net/ddclient it says doesn't know how to make install and there > is only a read me in that directory. What should I do to install this > package? Never

Re: cvsup connection refused

2003-09-17 Thread Marco Trentini
Hal Lynch wrote: I have been trying to cvsup for a couple of hours now with a whole string of conection refused messages. Here is what I am seeing: Connecting to cvsup15.FreeBSD.org Cannot connect to cvsup15.FreeBSD.org: Connection refused Are the cvsup machines really that busy? Is the problem m

Re: cvsup connection refused

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 01:37:17PM -0600, Hal Lynch wrote: > I have been trying to cvsup for a couple of hours now > with a whole string of conection refused messages. > > Here is what I am seeing: > > Connecting to cvsup15.FreeBSD.org > Cannot connect to cvsup15.FreeBSD.org: Connection refused >

ddclient + apache

2003-09-17 Thread Bryan Cassidy
Hello, I'm trying to install ddclient but when I make install && make clean in net/ddclient it says doesn't know how to make install and there is only a read me in that directory. What should I do to install this package? Never had this problem before with this port. pgp0.pgp Description: PG

Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread Bob Hall
On Wed, Sep 17, 2003 at 03:07:39PM +0200, Nico Meijer wrote: > Roughly, FreeBSD's mailing lists are friendlier than OpenBSD's, unless > (and this can't be stressed enough methinks) you do your homework. So That's correct. There's nothing I hate worse than a FBSD geek who has done all the assigned

cvsup connection refused

2003-09-17 Thread Hal Lynch
I have been trying to cvsup for a couple of hours now with a whole string of conection refused messages. Here is what I am seeing: Connecting to cvsup15.FreeBSD.org Cannot connect to cvsup15.FreeBSD.org: Connection refused Are the cvsup machines really that busy? Is the problem my firewall? In my

Re: fbsd & fibre channel & SANs

2003-09-17 Thread Dan Nelson
In the last episode (Sep 17), Eric said: > I'm trying set up a cluster of freebsd fileservers sharing a common > set of volumes/drives/raids over netatalk to a bunch of OS 9 clients. > Each fileserver has a Qlogic 2100 fibre channel card connected to a > switch. Also connected to the switch are sev

Re: How to determine the version of sshd

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 02:58:21PM -0400, Bill Moran wrote: > ssh has the -V switch to display the version. > > sshd does not appear to have similar functionality. Is there a way to > verify > the version of sshd running on a FreeBSD system? > > -- > Bill Moran > Potential Technologies > http:

Re: How to determine the version of sshd

2003-09-17 Thread Bill Moran
Marc Ramirez wrote: On Wed, 17 Sep 2003, Bill Moran wrote: ssh has the -V switch to display the version. sshd does not appear to have similar functionality. Is there a way to verify the version of sshd running on a FreeBSD system? [EMAIL PROTECTED]/usr/src] $ sshd -v sshd: illegal option -- v ss

Re: How to determine the version of sshd

2003-09-17 Thread David Kelly
On Wed, Sep 17, 2003 at 02:58:21PM -0400, Bill Moran wrote: > ssh has the -V switch to display the version. > > sshd does not appear to have similar functionality. Is there a way to > verify the version of sshd running on a FreeBSD system? % sshd -d The above will not background, and when it f

Re: How to determine the version of sshd

2003-09-17 Thread Mike Tancsa
telnet localhost 22 the banner should read shell1# !tel telnet localhost 22 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. SSH-1.99-OpenSSH_3.5p1 FreeBSD-20030917 This will work only iff have #VersionAddendum commented out in /etc/ssh/sshd_config ---Mike

Re: How to determine the version of sshd

2003-09-17 Thread Marc Ramirez
On Wed, 17 Sep 2003, Bill Moran wrote: > ssh has the -V switch to display the version. > > sshd does not appear to have similar functionality. Is there a way to verify > the version of sshd running on a FreeBSD system? [EMAIL PROTECTED]/usr/src] $ sshd -v sshd: illegal option -- v sshd version O

How to determine the version of sshd

2003-09-17 Thread Bill Moran
ssh has the -V switch to display the version. sshd does not appear to have similar functionality. Is there a way to verify the version of sshd running on a FreeBSD system? -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROT

Is FreeBSD up to this job?

2003-09-17 Thread Jeremy Pavleck
Hi gang, I was looking at purchasing a jukebox recently for a poolhall. When all is said and done, I found a refurbished 100 cd jukebox which I thought was really nice, until I heard the price - $4500. This is on par with a lot of older refurbished models, and the price can double for newer on

fbsd & fibre channel & SANs

2003-09-17 Thread Eric
hello all.. I'm trying set up a cluster of freebsd fileservers sharing a common set of volumes/drives/raids over netatalk to a bunch of OS 9 clients. Each fileserver has a Qlogic 2100 fibre channel card connected to a switch. Also connected to the switch are several fibre channel raid controllers,

Re: firewall

2003-09-17 Thread Bob Hall
At this point, I'm a little confused. You said previously that this would be the only machine that accessed the Internet via PPP. Now you're setting it up as the gateway, which means that other machines will be accessing the Internet via PPP on your gateway. To reiterate from an earlier post,

Large vinum volume -- only showing as the size of one subdisk.

2003-09-17 Thread Lewis Thompson
Hi, I'm trying to set up a large concatenated vinum volume. I want a volume called ``data'' that is ~200GB in size. Each subdisk is ~100GB (the same size). However, when I mount it it only shows up as ~100GB. Here is vinum list (edited to show the relevant details): purple# vinum list 2 dri

Wireless S-L-O-W Samba Domain Logon...

2003-09-17 Thread RA Cohen
Don't know if this is the right maillist for this but -- We have two satellite school buildings linked to a central "hub." I have recently replaced the last Microsoft server with a freebsd box running Samba and acting as PDC. The two satellite buildings are linked with dedicated T1 circuits and th

Re: Upgrading sshd?

2003-09-17 Thread george donnelly
[Dragoncrest wrote ([EMAIL PROTECTED]) on 9/17/03 10:47 AM] > > Cool. How do you see what the patch date is? I know how to find > the version, but not things like the patch date. Man didn't tell me how to > either. ssh -V, i think... <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Z

Re: problems with buildworld

2003-09-17 Thread Kenton Brede
On Wed, 17 Sep 2003, Kenton Brede wrote: > I've attached "uname -a" and the last part of the compile process when > "make buildworld" quits. Basically the last line ends with - > > /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y:24: > sys/stat.: No such file or direcory > >

Re: FreeBSD or WinXP????

2003-09-17 Thread Luke Kearney
I suggest you stick to WinXP for your script writing and definately use Server 2003 for your hosting. - Original Message - From: "Denis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 11:35 PM Subject: FreeBSD or WinXP >

RE: What's CRON?

2003-09-17 Thread Charles Howse
> What is CRON > What he is can do? Man cron, or http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-c ron.html ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: What's CRON?

2003-09-17 Thread Mike Tancsa
Like all programs, you can read the documentation from the manual pages. type man cron or http://www.freebsd.org/cgi/man.cgi Its used for scheduling programs to automatically run at a given time or times. ---Mike At 11:39 AM 17/09/2003, Denis wrote: What is CRON What he is can do? --

RE: Boot timeout? - SOLVED

2003-09-17 Thread Charles Howse
> > On Wed, 2003-09-17 at 05:47, Charles Howse wrote: > > > > > Now the system hangs for about 20 seconds at the BIOS drive > > > > detection, > > > > > and at the FBSD atapi controller detection. > > > > > > > > Are you using ATAPICAM? If so, it's probably the SCSI settling. > > > > That's adju

What's CRON?

2003-09-17 Thread Denis
What is CRON What he is can do? -- Best Regards, Denis. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: What's the difference between FreeBSD and OpenBSD?

2003-09-17 Thread paul beard
Lucas Holt wrote: Darwin (Apple's distro) isn't done yet for x86 platforms. Mac OS X runs the darwin system. Actually, it is running on x86 hardware and has for some time. http://developer.apple.com/darwin/projects/darwin/ -- Paul Beard whois -h whoi

RE: Boot timeout?

2003-09-17 Thread Charles Howse
> On Wed, 2003-09-17 at 05:47, Charles Howse wrote: > > > > Now the system hangs for about 20 seconds at the BIOS drive > > > detection, > > > > and at the FBSD atapi controller detection. > > > > > > Are you using ATAPICAM? If so, it's probably the SCSI settling. > > > That's adjustable in the

RE: Boot timeout?

2003-09-17 Thread Ekrem
On Wed, 2003-09-17 at 05:47, Charles Howse wrote: > > > Now the system hangs for about 20 seconds at the BIOS drive > > detection, > > > and at the FBSD atapi controller detection. > > > > Are you using ATAPICAM? If so, it's probably the SCSI settling. > > That's adjustable in the kernel configu

Re: FreeBSD or WinXP????

2003-09-17 Thread Mike Maltese
> In GNOME i have very fast keyboard. I put (for example) key 'A' and > in 1 secong i get: > > Very fast it's cool! But KDE can't to do it. In KDE I have very slow > keyboard... it's very bad:((( How I can to do more keyboard-speed??? > I'd like use

Re: FreeBSD or WinXP????

2003-09-17 Thread Lucas Holt
Define what you mean by web scripts... If you are referring to a scripting language.. including php, perl, python, or even ASP/VBScript then either platform would work (although you couldn't test ASP in freebsd natively) If you mean compiled stuff like java, you are also ok. Now platform spec

BT Voyager 100 USB Modem

2003-09-17 Thread g1xaz
Hello All. New to BSD so please excuse my ignorance. Does anyone know if the BT Voyager 100 USB modem can be setup in BSD I know it has a connexant chipset but that is about all. My windows disk works fine but with dual boot it would be nice to use Broadband in my FreeBSD system aswell. Thanks

C/C++ mailling lists.....

2003-09-17 Thread Denis
Hi All!!! Do you happed to know where I can subscribe to C/C++ maillists? -- Best regards, Denis [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[

FreeBSD or WinXP????

2003-09-17 Thread Denis
Hi All!!! How do you think what more comfortable and better WinXP or FreeBSD for writting web-scripts??? Do you use KDE or GNOME or others? In GNOME i have very fast keyboard. I put (for example) key 'A' and in 1 secong i get: Very fast it's c

Re: PNP Crystal soundcard detection problem in 5.1Release

2003-09-17 Thread Greg Lane
On Wed, Sep 17, 2003 at 02:52:31PM +0300, Roman Malytskyy <[EMAIL PROTECTED]> wrote: > > That's it! I've added above lines and removed pcm ones. After reboot > things were just perfect! Excellent! Glad it worked. > Thanks a lot! No worries. Enjoy your sound! Cheers, Greg __

Re: Requesting replacement CD

2003-09-17 Thread Jeremy Faulkner
On Tue, Sep 16, 2003 at 11:32:41PM -0400, Earl wrote: > Hello everyone at FreeBSD! > > A few months ago I was finally ready to install FreeBSD into my "new" > Dell Optiplex GX300 I bought used from my place of work! Suddenly I > decided it was too late in the night to begin the install so I pushe

  1   2   >