ssh+ldap+freebsd5.2 problem

2004-02-26 Thread Subscribe From
Hi All, Have any body manage to configure ssh with openldap on FreeBSD 5.2 I manage to configure openldap on FreeBSD 5.2. Beside that I also manage to make it work with Samba 3.0. However the problem is I can not make it work with ssh. I have google around and found this minihowto http://www.cul

Re: can't ssh back into 10.242; host seen as Down

2004-02-26 Thread Gary Kline
On Thu, Feb 26, 2004 at 08:25:23PM -0800, Gary Kline wrote: > > 5.2-RELEASE is coming around. From the KVM connection > to 10.242 I can telnet and ssh *out* to other places. > (I can fetch ports and upgrade things... .) But I can't > figure out why I can't ssh or telnet *

Re: FreeBSD box as router adding latency

2004-02-26 Thread Aloha Guy
Charles Swiger <[EMAIL PROTECTED]> wrote: On Feb 26, 2004, at 5:59 PM, Aloha Guy wrote: > Charles Swiger wrote: >> There's your issue right there: if you care about the millisecond >> level >> granularity of network traffic going by this router, you ought to set >> HZ to 1000 as documented in "man

Re: FreeBSD box as router adding latency

2004-02-26 Thread Aloha Guy
Chris Dillon <[EMAIL PROTECTED]> wrote: On Thu, 26 Feb 2004, Aloha Guy wrote: > > What do you have HZ set to (see sysctl kern.clockrate)? I think I > > remember your original message showing you using pipes and queues > > and the HZ setting can affect those. Also see if your latency > > improves i

Re: make kernel error

2004-02-26 Thread Kris Kennaway
On Thu, Feb 26, 2004 at 09:58:30PM -0800, Michael Dunham wrote: > I tried to build and install a new kernel tonight and got - > > freebie# cd /usr/src > freebie# make kernel KERNCONF=FREEBIE > "Makefile.inc1", line 712: warning: String comparison operator should be > either == or != > "Makefile.i

Re: Quick newbie portupgrade question.

2004-02-26 Thread Kris Kennaway
On Fri, Feb 27, 2004 at 12:55:55AM -0500, Shaun T. Erickson wrote: > I understand that 'portupgrade -arR' will upgrade everything. Some are > packages and some are ports. Will portupgrade upgrade packages with > packages, and ports with ports, or do packages get replaced with ports, > so that al

Re: Quick newbie portupgrade question.

2004-02-26 Thread Shaun T. Erickson
Kevin D. Kinsey, DaleCo, S.P. wrote: Shaun T. Erickson wrote: I understand that 'portupgrade -arR' will upgrade everything. Some are packages and some are ports. Will portupgrade upgrade packages with packages, and ports with ports, or do packages get replaced with ports, so that all are ports

Re: portsdb: Warning: Duplicate INDEX entry

2004-02-26 Thread Bernard El-Hagin
Uwe Doering wrote: >Bernard El-Hagin wrote: >> Uwe Doering wrote: >>>Bernard El-Hagin wrote: Kris Kennaway <[EMAIL PROTECTED]> wrote: >[...] >I think there's something in one of the included makefiles that relies >on a change to make(1) that happened after 5.1-RELEASE. Note that >

install/update ports

2004-02-26 Thread Lutz Kittler
Hi, I use FreeBSD-4.9 and have some troubles with portupdate. Today I updated the ports with cvsup /etc/cvs-ports ( see Files and Directory Listings below ). I wanted to install nagios and got problems. Portupgrade tried to install from net/nagios and net/net-snmp and there are errors because o

Re: cvsup config file

2004-02-26 Thread Ed Budd
On Thu, 26 Feb 2004 11:43:43 +0900 Rob <[EMAIL PROTECTED]> wrote: > > Noah wrote: > > FreebSD 4-9 > > > > can somebody please verify if I have my cvsup config file setup > > correctly? these are the only uncommented lines. > > > > --- snip --- > > > > *default host=cvsup13.FreeBSD.org > > *def

Re: install/update ports

2004-02-26 Thread Ion-Mihai Tetcu
On Thu, 26 Feb 2004 13:05:06 +0100 Lutz Kittler <[EMAIL PROTECTED]> wrote: > Hi, > > I use FreeBSD-4.9 and have some troubles with portupdate. > Today I updated the ports with > > cvsup /etc/cvs-ports > > ( see Files and Directory Listings below ). > I wanted to install nagios and got problems

5.2 IDE to SCSI upgrade

2004-02-26 Thread J.D. Bronson
I need some help and it might not be related to FreeBSD, but I am hoping someone can offer me advise. I did a full install of 5.2 on IDE and still have the generic kernel. Fbsd sees my scsi card just fine :) (Adaptec 29160LP)+ IBM eServer X305 ..Problem is, that when I fire up the machine with t

Problem with sed and awk

2004-02-26 Thread Roubíček Zdeněk (T-Systems PragoNet)
Hello questions Any idea what I am missing? >cat test 1;1 2;2 >awk -F ';' '{print $1}' 1 2 >awk -F ' FS=";" {print $1}' 1;1 2 > awk --version GNU Awk 3.0.6 Copyright (C) 1989, 1991-2000 Free Software Foundation. uname -rs FreeBSD 4.9-STABLE Regards, rouba PS: Please cc: since I am not sub

Re: Problem with sed and awk

2004-02-26 Thread Doug Poland
Roubíèek Zdenìk (T-Systems PragoNet) said: > > Any idea what I am missing? > >>cat test > 1;1 > 2;2 >>awk -F ';' '{print $1}' > 1 > 2 >>awk -F ' FS=";" {print $1}' > 1;1 > 2 >> > awk 'BEGIN{FS=";"}{print $1}' test -- Regards, Doug ___ [EMAIL PROTEC

RE: stateful firewall

2004-02-26 Thread JJB
You have run into the IPFW legacy divert/nated subroutine bug. IPFW stateful rules and divert/nate do not work together. IPFW stateful rules only work in non-NATed environment. You need to use IPFILTER/IPNAT the other firewall software application which is built into FBSD. The FBSD handbook does no

Growing RAID5 (using RAID0).

2004-02-26 Thread Lewis Thompson
Hi, I've been thinking about this and I'm wondering if it is possible to do something like the following: I have an existing RAID5 volume, comprised of just 3 120GB disks. However, I've just bought three more 250GB disks that I also want to RAID5. I would still like a single volume, comprisi

Re: Running virus scanner on FreeBSD Samba server

2004-02-26 Thread Dan Pelleg
Gunnar Flygt <[EMAIL PROTECTED]> writes: > Has anyone any experience from running any virus scanners on a FreeBSD > Samba server? The server is serving mostly MS-workstations, so the > scanner should be proficient in finding the most common viruses in the > M$ world. > > Any information is of val

Re: gettext probs on 4.9

2004-02-26 Thread Lowell Gilbert
siraj kutlusan <[EMAIL PROTECTED]> writes: > when i first installed freebsd 4.9 (stable) i had major probs with > gettext. i had to reinstall my freebsd and while installing not install > anything that needed gettext and then afterthe install i had to compile > anything that i wanted that wasnt al

Re: Problem with sed and awk

2004-02-26 Thread Warren Block
On Thu, 26 Feb 2004, [iso-8859-2] Roubíèek Zdenìk (T-Systems PragoNet) wrote: > Any idea what I am missing? You don't say what you are expecting these awk samples to do... > >cat test There is a command called test, so you should not use that name for test files. > 1;1 > 2;2 > >awk

Backport of SATA driver

2004-02-26 Thread Arya Nasha
I am running FreeBSD 4.9-STABLE-20031202-JPSNAP which I had hoped would have SATA driver, but it still cannot see my SATA drive. Will the SATA driver be ported to 4.9? Thank you, Arya ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/l

Re: burncd + 5.2

2004-02-26 Thread Lowell Gilbert
Martin Vana <[EMAIL PROTECTED]> writes: > I've got problems blanking/burning cds on my teac cd writer, burncd will > fall into nanslp and stop responding: > 1288K 624K nanslp 0:01 0.00% 0.00% burncd > I know that this was an issue a while ago but is it fixed yet? > How to fix it? I've had

cvsup problems with older machine

2004-02-26 Thread stan
I'v got a 4.2 STABLE machine I'm trying to use cvsup to bring up to data. When I run the cvsup that's on it to connect to my cvsup seerver, I get a message about upgrading cvsup, and a reference to a web page at: http://www.cvsup.org/s1g/ But that link seems to be dead. What can I do to get thi

Re: ruby ( final answer )

2004-02-26 Thread Kris Kennaway
On Thu, Feb 26, 2004 at 10:03:36PM -0800, Kent Stewart wrote: > On Thursday 26 February 2004 09:15 pm, Kris Kennaway wrote: > > On Thu, Feb 26, 2004 at 09:13:54PM -0800, Kent Stewart wrote: > > > > Probably not..the update to which you refer was committed earlier > > > > today. > > > > > > It looks

Re: portsdb: Warning: Duplicate INDEX entry

2004-02-26 Thread Robert Huff
Uwe Doering writes: > If you haven't already done so, install the port 'cvsup', preferably the > precompiled package in order to avoid having to install Modula (which > 'cvsup' is written in). > > Then you need an appropriate supfile, '/etc/cvsup-src-5.2' in this > example, which should

5.2 IDE to SCSI upgrade

2004-02-26 Thread Robert Huff
J.D. Bronson writes: > What can I do so that I can boot off the IDE with the SCSI drive > attached!? ..from there, I can slice/dice and dump/restore and > finish my conversion over to the SCSI drive... In the Adaptec BIOD (Ctl-A while booting) there's a setting for "drive bootable"

Re: BSD Website

2004-02-26 Thread zam4ever
dgw at liwest.at wrote: >>>user.berklix.org/~dgw >>>That's my LiveCD project. Has started only a short time ago. >>>Daniela I just updated the current list of available BSD website. Since it is a very long list, I will not paste the output here, but you can access it via: http://staff.mybsd.org.

Sysinstall XF86Config

2004-02-26 Thread Gareth Bailey
I was wondering why sysinstall /Config/XFree86Config only lists some of the graphics drivers available. After some time i found the correct driver from additional drivers that appeared when i ran xf86config from the command line. Cheers Gareth ___ [EMA

Re: 5.2 IDE to SCSI upgrade

2004-02-26 Thread J.D. Bronson
At 09:07 AM 02/26/2004, Robert Huff wrote: J.D. Bronson writes: > What can I do so that I can boot off the IDE with the SCSI drive > attached!? ..from there, I can slice/dice and dump/restore and > finish my conversion over to the SCSI drive... In the Adaptec BIOD (Ctl-A while booting

Re: ntpd

2004-02-26 Thread Malcolm Kay
On Thu, 26 Feb 2004 06:55, Henning, Brian wrote: > Chris, > > I am trying to use the same setup as you have to get ntpd working. > > touch /var/db/ntpd.drift > > In my rc.conf file I have to use the following > xntpd_enable="YES" > xntpd_program="/usr/sbin/ntpd" > xntpd_flags="-c /etc/ntp.conf" > x

Re: 5.2(x)-RELEASE panic booting

2004-02-26 Thread Lowell Gilbert
Guy Harrison <[EMAIL PROTECTED]> writes: > Hi Folks, > > Booting 5.2.1 from mini boot-only iso... > > [scrolled away] > pci_cfgintr; 0:16 INTA BIOS irq 5 > pci_cfgintr; 0:18 INTA BIOS irq 11 > pcib1: at device 1.0 on pci 0 > pci1: on pcib1 > > Fatal trap 12: page fault while in kernel mode >

RE: ntpd

2004-02-26 Thread MikeM
On 2/25/2004 at 3:11 PM Henning, Brian wrote: |ntpq -c peer | | remote refid st t when poll reach delay offset |jitter | |== |+time.nist.gov .ACTS. 1 u 26 64 377 51.856 -41.364 |2

python-2.3.3 build failing

2004-02-26 Thread Noah
FreeBSD-4.9 a segmenation fault experienced while building python-2.3.3 - anybody got some clues on this? --- build output configure: creating ./config.status config.status: creating Makefile.pre config.status: creating Modules/Setup.config config.status: creating pyconfig.h creating Setup

Updated BSD Website

2004-02-26 Thread zam4ever
Hi, >From my previous post : http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-January/032181.html I got a lot of replies for this topic, and it is my job to update the record. Since it is a very long list, so I'll not paste the output here. You can view at these sites: http://staff

Error on create new slice

2004-02-26 Thread Chan Seng Loong
hi I having an error on create a new slice. well, I trying to install freebsd 5.1 on my primary(master) hard drive, which already contain 2 os which are Linux RH 9.0 and windows 2000 pro I try to create a new slice on the unused partion and the partion name should be ad0h or ad0 some

Nice Renice Verynice

2004-02-26 Thread Eric Toll
Greetings all, I'm on 4.7 release (patched) I saw a program Verynice (http://tam.cornell.edu/~sdh4/verynice/) which is is a tool for dynamically adjusting the nice-level of processes under UNIX-like operating systems. I was wondering if there was a better way to go about making all processes that

RE: Problem with sed and awk - SOLVED

2004-02-26 Thread Roubíček Zdeněk (T-Systems PragoNet)
Sorry for not very clearly formulated question. I wrote those commands by hand and obviously with lot of errors. > > > >awk -F ' FS=";" {print $1}' > > 1;1 > > 2 > > Don't use the -F option if you are setting the field separator inside > the code. > This was a mistake. The problem is sol

Re: Error on create new slice

2004-02-26 Thread Jerry McAllister
> > hi > > I having an error on create a new slice. > > well, I trying to install freebsd 5.1 on my > primary(master) hard drive, which already contain 2 os > which are Linux RH 9.0 and windows 2000 pro > > I try to create a new slice on the unused partion and > the partion name sho

Re: cvsup problems with older machine

2004-02-26 Thread Kent Stewart
On Thursday 26 February 2004 06:44 am, stan wrote: > I'v got a 4.2 STABLE machine I'm trying to use cvsup to bring up to > data. > > When I run the cvsup that's on it to connect to my cvsup seerver, I > get a message about upgrading cvsup, and a reference to a web page > at: > > http://www.cvsup.or

Re: X-4.3.0_6 not building from /usr/ports

2004-02-26 Thread Noah
> > > > in fact here are all the packages installed: > > You have somewhat of a mess. From my machine, you should only have > python-2.3.3_2 installed. You have 5 installed and none of them are > the latest. It also looks like you wild card installed p5-* ports. > You have at least 3x more tha

Re: 5.2 IDE to SCSI upgrade

2004-02-26 Thread Harald Schmalzbauer
Am Donnerstag, 26. Februar 2004 13:52 schrieb J.D. Bronson: > I need some help and it might not be related to FreeBSD, but I am hoping > someone can offer me advise. > > I did a full install of 5.2 on IDE and still have the generic kernel. > Fbsd sees my scsi card just fine :) > > (Adaptec 29160LP)

Re: MailTracking System On FreeBSD

2004-02-26 Thread Chuck Swiger
Vahric MUHTARYAN wrote: Somebody will send a mail address to [EMAIL PROTECTED] and Mail tracking system will get this message and carry out to the web . Person can track what happinig and can wrote a message from web . Regrettably, your explanation is still unclear. "Someone will send a mail addr

Re: BSD Website

2004-02-26 Thread Alex de Kruijff
On Thu, Feb 26, 2004 at 11:13:20PM +0800, zam4ever wrote: > dgw at liwest.at wrote: > >>>user.berklix.org/~dgw > >>>That's my LiveCD project. Has started only a short time ago. > > >>>Daniela > > I just updated the current list of available BSD website. Since it is a very > long list, I will not

Re: FreeBSD box as router adding latency

2004-02-26 Thread Chris Dillon
On Wed, 25 Feb 2004, Aloha Guy wrote: > You're right that additional delay while adding a hop is to be > expected, which is less than 0.1ms to the FreeBSD box but everything > past the FreeBSD machine is adding atleast 5ms up to 300ms in the > traceroutes when the normal is no more than 20ms for t

Re: Nice Renice Verynice

2004-02-26 Thread Chuck Swiger
Eric Toll wrote: [ ... ] My Question: How do I permanemtly alter the priority for everything a particular user runs? Check the priority option for /etc/login.conf, or else set up a variant shell (nsh, nbash, nzsh) which you've changed to call nice(-15) or whatever. Note that zsh is smart about

Re: BSD Website

2004-02-26 Thread Alex de Kruijff
On Thu, Feb 26, 2004 at 11:13:20PM +0800, zam4ever wrote: > dgw at liwest.at wrote: > >>>user.berklix.org/~dgw > >>>That's my LiveCD project. Has started only a short time ago. > > >>>Daniela > > I just updated the current list of available BSD website. Since it is a very > long list, I will not

Re: Connecting ISP problem

2004-02-26 Thread Stephen Liu
Hi JJB, Tks for your advice. This is wrong. is not comment or commandremove it. You have all statements starting in position 1 this is wrong, section header names start in position 1 and end with : default: anddialisp: make ppp.conf look like this default: & dialisp: s

MagicFilter

2004-02-26 Thread Arthur Merar
Hi Gary, I saw your post in the groups about MagicFilter. I was hoping you could help me a bit. I'm about to install MagicFilter so I can print bold and font sizes and such from Perl scripts. I'm really unclear how to use this facility. I have not yet installed the program, but once I do

Re: cvsup config file

2004-02-26 Thread Matthew Seaman
On Thu, Feb 26, 2004 at 07:22:41AM -0500, Ed Budd wrote: > On Thu, 26 Feb 2004 11:43:43 +0900 > Rob <[EMAIL PROTECTED]> wrote: > > > > > Noah wrote: > > > *default release=cvs tag=. > > > ports-all > > That's how I cvsup my ports tree. So should be alright for keeping > > up-to-date with STABL

hangs up on login prompt (very strange)

2004-02-26 Thread Zhang Weiwu
Tonight I was reading a webpage, I found the whole X window suddenly doesn't acceput keyboard input any more (mouse works). So I use mouse rebooted the computer. That is a Thinkpad T40 running FreeBSD 5.2 After reboot the whole system hangs up at "Login name" prompt (even in "verbose mode"). Pi

Re: Looking for ipfw info.

2004-02-26 Thread Shaun T. Erickson
Thanks for the resources. A couple of questions (because I'm new to FreeBSD): The ipfw man page in 5.2.1-RELEASE says that ipfw in CURRENT is ipfw2 and that ipfw in STABLE is ipfw1. I still don't understand the releationship between RELEASE and the other two, so I am not sure which ipfw I have

Re: Looking for ipfw info.

2004-02-26 Thread Shaun T. Erickson
I wrote: I have read the following 5 excellent articles on ipfw, by Dru Lavigne. I forgot to include the links. Here they are: BSD Firewalls: IPFW http://www.onlamp.com/pub/a/bsd/2001/04/25/FreeBSD_Basics.html BSD Firewalls: IPFW Rulesets http://www.onlamp.com/pub/a/bsd/2001/05/09/FreeBSD_Bas

Developmet in FreeBSD

2004-02-26 Thread cyberserg
Hello All, I can't compile sample filter for sendmail. This sample writing in doc with sandmail, but I can't compile it. What I missing ? (off topic) Where I can ask question about developing more ? cc sample.c /tmp/ccoPD8c2.o: In function `mlfi_connect': /tmp/ccoPD8c2.o(.text+0x47): undefined r

USB Wireless card -

2004-02-26 Thread Derrick
I picked up one of these : http://www.pcchipsusa.com/prod-usbwirelesslanadaptor.asp (nice deal, buy for 29.95, and get a 29.95 rebate.) i know the Intersil Prism 3.0 is supported, on some wi - but is this device supported? I don't think it is, but am just wanting to confirm __

Re: Developmet in FreeBSD

2004-02-26 Thread Dan Nelson
In the last episode (Feb 26), [EMAIL PROTECTED] said: > I can't compile sample filter for sendmail. This sample writing in > doc with sandmail, but I can't compile it. What I missing ? > > (off topic) Where I can ask question about developing more ? > > cc sample.c > /tmp/ccoPD8c2.o: In function

RE: Looking for ipfw info.

2004-02-26 Thread JJB
The problem with all those links is that what they write about is outdated and complete mis-directs the reader into using IPFW's legacy stateless rules when only stateful rules should be used to get the max level of protection. They also completely ignore the problem ipfw has with stateful rules no

RE: hangs up on login prompt (very strange)

2004-02-26 Thread JJB
5.2 has completely new file system and is know to destroy data and hang causing you to reboot. Submit problem report about what happened to you. If you do not want to be exposed to this problem install 4.9 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zhang

Re: Looking for ipfw info.

2004-02-26 Thread Shaun T. Erickson
JJB wrote: The problem with all those links is that what they write about is outdated and complete mis-directs the reader into using IPFW's legacy stateless rules when only stateful rules should be used to get the max level of protection. The rules she gives in her second article most certainly de

dumps freeze when invoked by amanda's 'sendbackup'

2004-02-26 Thread John Fox
Hello, I've found some strange behavior on one of our FreeBSD 2.2.2 machines, and am hoping that someone here may be able to shed some light on it for us. As mentioned, the machine is running FreeBSD 2.2.2 and AMANDA 2.4.0. A while back, we noticed that dumps of the machines '/usr' partition see

NFS server usage

2004-02-26 Thread Michael Conlen
This might be more of an NFS question in general, but I'm not sure, so I thought I'd try here. I've got a FreeBSD NFS server behind two FreeBSD webservers (all 4.9) who load all their pages from the NFS filesystem and I'm seeing less traffic from the NFS server than I expected. The webservers a

Promise PDC20319 RAID issues

2004-02-26 Thread Jason Lixfeld
I've got 5.2.1-RELEASE installed on an AccelerTech AT02161-A board running a single 1.4Ghz Opteron. The board has the PDC20319 onboard. I've got a Seagate 120GB drive attached to both SATA channels 2 and 3. The raid 1 array was created in the Promise bios and the OS was installed on the

RE: Looking for ipfw info.

2004-02-26 Thread JJB
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shaun T. Erickson Sent: Thursday, February 26, 2004 2:08 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Looking for ipfw info. JJB wrote: > The problem with all those links is that what they writ

Re: Looking for ipfw info.

2004-02-26 Thread Shaun T. Erickson
JJB wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shaun T. Erickson Sent: Thursday, February 26, 2004 2:08 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Looking for ipfw info. JJB wrote: The problem with all those links is that what t

Re: hangs up on login prompt (very strange)

2004-02-26 Thread Kevin D. Kinsey, DaleCo, S.P.
JJB wrote: >5.2 has completely new file system and is know to destroy data and >hang causing you to reboot. Submit problem report about what >happened to you. If you do not want to be exposed to this problem >install 4.9 > ??? --- <[EMAIL PR

Re: BSD Website

2004-02-26 Thread zam4ever
- Original Message From: Alex de Kruijff To: zam4ever Cc: . <[EMAIL PROTECTED]> Subject: Re: BSD Website Date: 27/02/04 00:51 > Do you have these two?: > http://www.oreilly.com/catalog/opensources/book/kirkmck.html > http://www.levenez.com/unix/ > Alex Okay, I just updated th

Is it feisable to do a Firewall'ed DHCP server?

2004-02-26 Thread Dragoncrest
I'm looking to take an old P120 with 128m of ram and turn it into a lan DHCP server. The thing is, the guys who will be pulling DHCP addresses are cream of the crop computer users who really know their way around. So I plan to have all network services (minus DHCP of course) turned off and I will

Re: DHCP access

2004-02-26 Thread Marty Landman
At 02:08 PM 2/22/2004, Olaf Hoyer wrote: On Sun, 22 Feb 2004, Marty Landman wrote: > So the arp cache doesn't have nodes on it which it hasn't had activity from > for a time? Yes. I struck out with upgrading nmap to 3.50 as well, and wanting to learn a little about shell scripting wrote this [dou

FBSD 4.9 Download Issue

2004-02-26 Thread Bryan Cassidy
Hello. Been trying to download 4.9 so I can put it on my other box but when downloading the iso (from any mirror) I get a error saying there isnt enough space to download 49ebcty7.exe to /tmp. Whats going on? I have the space. Here is the output from df -H > df -H FilesystemSize Used Avail

Re: FBSD 4.9 Download Issue

2004-02-26 Thread Jerry McAllister
> > > Hello. Been trying to download 4.9 so I can put it on my other box but > when downloading the iso (from any mirror) I get a error saying there > isnt enough space to download 49ebcty7.exe to /tmp. Whats going on? I > have the space. Here is the output from df -H Just what it says. The fi

Recovering Data from a reformatted drive

2004-02-26 Thread Benjamin P. Keating
[sry is this is a duplicate, I cannot find evidence that my first send made it to the mailing list] I have a hard drive that had lots of important data on it. It was reformatted and I have no backups (lesson learned). It was a ccd mirror of two 100gig drives. Once the reformat of this ccd compl

Re: NFS server usage

2004-02-26 Thread Charles Swiger
On Feb 26, 2004, at 2:30 PM, Michael Conlen wrote: Does FreeBSD's NFS implementation allow for caching of documents on the client side, either its self or through the VM system's inactive pages? Yes to both. NFS clients typically use something called biod or nfsoid, which implements some combin

ftps server (ftp with SSL, not sftp)

2004-02-26 Thread Dan Rue
Hey Gang, I need to find a good drop in ftpd-ssl server. Please don't tell me to use sftp - I would love to but sometimes I don't get my druthers. I see there's a BSDftpd-ssl, and there's a couple others in ports - are any of them widely used? This is on a high traffic production server, so I

Re: FreeBSD box as router adding latency

2004-02-26 Thread Aloha Guy
Chris Dillon <[EMAIL PROTECTED]> wrote: On Wed, 25 Feb 2004, Aloha Guy wrote: > You're right that additional delay while adding a hop is to be > expected, which is less than 0.1ms to the FreeBSD box but everything > past the FreeBSD machine is adding atleast 5ms up to 300ms in the > traceroutes w

Re: NFS server usage

2004-02-26 Thread Michael Conlen
On Feb 26, 2004, at 4:33 PM, Charles Swiger wrote: Well, you are going to be bottlenecked potentially by your network or by the maximum I/O rate that your NFS server can sustain. Your data suggests you ought to be able to handle about two orders of magnitude more net traffic, if you're over a

Re: FreeBSD box as router adding latency

2004-02-26 Thread Chris Dillon
On Thu, 26 Feb 2004, Aloha Guy wrote: > > What do you have HZ set to (see sysctl kern.clockrate)? I think I > > remember your original message showing you using pipes and queues > > and the HZ setting can affect those. Also see if your latency > > improves if you remove all pipe and queue rules (o

Re: FreeBSD box as router adding latency

2004-02-26 Thread Charles Swiger
On Feb 26, 2004, at 4:53 PM, Aloha Guy wrote: Here is the HZ setting: kern.clockrate: { hz = 100, tick = 1, profhz = 1024, stathz = 128 } There's your issue right there: if you care about the millisecond level granularity of network traffic going by this router, you ought to set HZ to 1000 as

web based configuration as root or equivalent

2004-02-26 Thread Bjorn Eikeland
I'm wanting to make a web based configuration tool for my wireless routers (setting up freebsd boxes to make a outdoor wlan) - ofcourse I can use ssh and webmin, but the configuration should be made even easier for less technical users. I've read the how to use Webmin with apache, didnt quite folll

Re: Looking for ipfw info.

2004-02-26 Thread Jonathan Chen
On Thu, Feb 26, 2004 at 02:49:55PM -0500, Shaun T. Erickson wrote: [...] > Can someone who isn't trying to sell me something, corroborate anything > he's said? It would be nice to hear from someone else, too. :) Here's an example of using ipfw+natd with stateful rules. The basic idea is to use t

Re: Recovering Data from a reformatted drive

2004-02-26 Thread Charles Swiger
On Feb 27, 2004, at 12:27 AM, Benjamin P. Keating wrote: I have a hard drive that had lots of important data on it. It was reformatted and I have no backups (lesson learned). It was a ccd mirror of two 100gig drives. Once the reformat of this ccd completed the machine was shut down to prevent wr

Re: Recovering Data from a reformatted drive

2004-02-26 Thread Benjamin P. Keating
Charles Swiger wrote: On Feb 27, 2004, at 12:27 AM, Benjamin P. Keating wrote: I have a hard drive that had lots of important data on it. It was reformatted and I have no backups (lesson learned). It was a ccd mirror of two 100gig drives. Once the reformat of this ccd completed the machine was

Boot and MBR.

2004-02-26 Thread Mark Weisman
I've got my primary drive divided in two partitions, one partition had WindowsXP and the other has FreeBSD 5.1-Release on it. I had WindowsXP installed and working until I put FreeBSD on the second partition and had it take control of the MBR. I know that the other partition is still bootable if I

Re: 5.2(x)-RELEASE panic booting

2004-02-26 Thread Guy Harrison
On Thursday 26 February 2004 15:20, you wrote: > Guy Harrison <[EMAIL PROTECTED]> writes: > > Hi Folks, > > > > Booting 5.2.1 from mini boot-only iso... > > > > [scrolled away] > > pci_cfgintr; 0:16 INTA BIOS irq 5 > > pci_cfgintr; 0:18 INTA BIOS irq 11 > > pcib1: at device 1.0 on pci 0 > > pci1:

Re: Boot and MBR.

2004-02-26 Thread Jerry McAllister
> > I've got my primary drive divided in two partitions, one partition had > WindowsXP and the other has FreeBSD 5.1-Release on it. I had WindowsXP > installed and working until I put FreeBSD on the second partition and > had it take control of the MBR. I know that the other partition is still > b

Re: web based configuration as root or equivalent

2004-02-26 Thread Kevin D. Kinsey, DaleCo, S.P.
Bjorn Eikeland wrote: I'm wanting to make a web based configuration tool for my wireless routers (setting up freebsd boxes to make a outdoor wlan) - ofcourse I can use ssh and webmin, but the configuration should be made even easier for less technical users. I've read the how to use Webmin with

Re: ftps server (ftp with SSL, not sftp)

2004-02-26 Thread Doug Hardie
On Feb 26, 2004, at 13:46, Dan Rue wrote: Hey Gang, I need to find a good drop in ftpd-ssl server. Please don't tell me to use sftp - I would love to but sometimes I don't get my druthers. I see there's a BSDftpd-ssl, and there's a couple others in ports - are any of them widely used? This is

emailing trouble...

2004-02-26 Thread Xpression
Hi list, I've two servers, one running named and the Exim (MTA), the second one running Apache and Squid, the trouble is that I want to send mails through the second one to outside, but I can't, when I use: second# mail [EMAIL PROTECTED] the mail fails and go to the root inbox, and the sam

RE: emailing trouble...

2004-02-26 Thread Remko Lodder
What are the errors? -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Xpression Verzonden:

RE:The sensitivity of the mouse

2004-02-26 Thread Valerian Galeru
Hi all! How can I change the sensitivity of the mouse? I am using the 4.9 release. __ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools ___ [EMAIL PROTECTED] mailing list http://li

Re: NFS server usage

2004-02-26 Thread Charles Swiger
On Feb 26, 2004, at 4:57 PM, Michael Conlen wrote: [ ... ] The production system will use dual channel U320 RAID controllers with 12 disks per channel, so disk shouldn't be an issue, and it will connect with GigE, so network is plenty fine, now I'm on to CPU. Sounds like you've gotten nice hardwa

Re: FreeBSD box as router adding latency

2004-02-26 Thread Aloha Guy
Charles Swiger <[EMAIL PROTECTED]> wrote: On Feb 26, 2004, at 4:53 PM, Aloha Guy wrote: > Here is the HZ setting: > > kern.clockrate: { hz = 100, tick = 1, profhz = 1024, stathz = 128 } There's your issue right there: if you care about the millisecond level granularity of network traffic goin

Re: The sensitivity of the mouse

2004-02-26 Thread Kevin D. Kinsey, DaleCo, S.P.
Valerian Galeru wrote: Hi all! How can I change the sensitivity of the mouse? I am using the 4.9 release. Read the manpage for moused(8), and look for the -a option. Any flag you want could likely be added to /etc/rc.conf. If you're running KDE, or Gnome, and maybe some other WM's, they can do

Cron and F-prot not working correctly

2004-02-26 Thread Schimcek, Derrick
I have a FreeBSD 5.0 and a FreeBSD 5.2 box both running recent versions of f-prot antivirus when you run the virus def updater through cron it gets halfway through the scripts and then dies. When you run it from the command line it runs correctly. so I wrote my own script that uses ftp instead o

problems with 5.2.1 install

2004-02-26 Thread Daniel Fisher
I just did a clean install of 5.2.1 and I'm having several problems. 1) processes are getting stuck in ttywri They eventually finish running, but the machine will sit for several minutes with no load. 2) I'm getting the kernel error: kern.maxpipekva exceeded, please see tuning(7) I know I c

directories to exclude for backups

2004-02-26 Thread Benjamin P. Keating
My Plan is to make a gzipped tarball of the entire machine, excluding directories that are not necessary. If however, there is a more sound solution then tarballing a machine for a backup, Im all ears. I know rsync is a possibility, but i'd like to have just a solid, non-active archive copy of

Re: FreeBSD box as router adding latency

2004-02-26 Thread Charles Swiger
On Feb 26, 2004, at 5:59 PM, Aloha Guy wrote: Charles Swiger <[EMAIL PROTECTED]> wrote: There's your issue right there: if you care about the millisecond level granularity of network traffic going by this router, you ought to set HZ to 1000 as documented in "man dummynet". [ ... ] Knew I forgot to

Re: web based configuration as root or equivalent

2004-02-26 Thread Bjorn Eikeland
På Thu, 26 Feb 2004 16:27:21 -0600, skrev Kevin D. Kinsey, DaleCo, S.P. <[EMAIL PROTECTED]>: Bjorn Eikeland wrote: I'm wanting to make a web based configuration tool for my wireless routers (setting up freebsd boxes to make a outdoor wlan) - ofcourse I can use ssh and webmin, but the configura

ssh/DNS timeout issue

2004-02-26 Thread Chris Johnson
I've installed FreeBSD-5.2.1-RELEASE on two different boxes, and they're both exhibiting the same odd problem with DNS timeouts on ssh logins. Before you say, "Fix your reverse DNS!," please hear me out. When I make an ssh connection to one of these boxes, I get a password prompt instantly--there'

memtest --log no log file?

2004-02-26 Thread Noah
FreeBSD 4.9 rebuilt the latest memtest-2.93.1_1 and not seeing any output file built. who can I report this to? It could quite possibly be a bug since I am running memtest as root. thanks in advance, - noah ___ [EMAIL PROTECTED] mailing list http://

Re: directories to exclude for backups

2004-02-26 Thread Jerry McAllister
> > My Plan is to make a gzipped tarball of the entire machine, excluding > directories that are not necessary. If however, there is a more sound > solution then tarballing a machine for a backup, Im all ears. I know > rsync is a possibility, but i'd like to have just a solid, non-active > arc

ruby upgrade broke portsdb and pkgdb

2004-02-26 Thread Michael Sharp
I cvsupped my ports tree about 3 hrs ago and there was a ruby update. After the update, I dont have permission to use portsdb or pkgdb , even as root. I tried a re-cvsup about 10 minutes ago... Checkout ports/net/pythondirector/pkg-plist Edit ports/sysutils/apachetop/Makefile Add delta 1.8 200

Re: problems with 5.2.1 install

2004-02-26 Thread Kris Kennaway
On Thu, Feb 26, 2004 at 06:15:19PM -0500, Daniel Fisher wrote: > I just did a clean install of 5.2.1 and I'm having several problems. > > 1) processes are getting stuck in ttywri > > They eventually finish running, but the machine will sit for several minutes > with no load. > > 2) I'm getting

  1   2   >