Re: buildworld/installworld problem

2003-01-14 Thread randall ehren
> Go back to your original scheme. Make knows what the true path was when > you did the build and it has to look like that on the clients. If you > link /array/src as /usr/src, make knows it was really /array/src. You > would have to nfs_mount /array/src and link it to /usr/src. Why do that > when

Re: buildworld/installworld problem

2003-01-14 Thread Kent Stewart
On Tuesday 14 January 2003 12:04 am, randall ehren wrote: > > Go back to your original scheme. Make knows what the true path was > > when you did the build and it has to look like that on the clients. > > If you link /array/src as /usr/src, make knows it was really > > /array/src. You would have to

ipfw rule help needed

2003-01-14 Thread Josh Brooks
Hi, I am trying to create these two ipfw rules: deny all packets with an ack of zero deny all tcp packets with no MSS specified Can anyone show me the syntax to do that ? Also, comments on bad things that could happen if I put these in are appreciated. AFAIK, the only thing that can happen

Re: Big directory size

2003-01-14 Thread Varshavchick Alexander
Yes, the kernel has a dirhash option. Thank you for the answer. Alexander Varshavchick, Metrocom Joint Stock Company Phone: (812)118-3322, 118-3115(fax) On 13 Jan 2003, Lowell Gilbert wrote: > Date: 13 Jan 2003 16:36:06 -0500 > From: Lowell Gilbert <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED

access to files > 2GB from NTFS

2003-01-14 Thread Troy Ross
Hello, I have lots of home video type avi files which I captured from a dv camera under windows 2k. I would like to use tools such as mencoder to reencode these files to something like divx or mpeg2. Unfortunately, every time I begin an encoding process for a file larger than 2GB the encod

Re: Big directory size

2003-01-14 Thread Varshavchick Alexander
Yes, talking about a directory entry size, I meant just the size of inode entries, not the summary size of directory contents... Alexander Varshavchick, Metrocom Joint Stock Company Phone: (812)118-3322, 118-3115(fax) On Mon, 13 Jan 2003, Daniel Bye wrote: > Date: Mon, 13 Jan 2003 17:28:50

Re: MSDOS Install

2003-01-14 Thread Ian Watkinson
On Mon, 2003-01-13 at 20:17, Thomas Spreng wrote: > Hi, snip > sorry but i can't understand your question very well, but if you cannot > boot from cd, just make the two installation floppy disks and boot from > them. You can choose your cdrom as installation media even if you boot from > a floopy

AlphaServer 1200 won't run X w/ PowerStorm 4D10T

2003-01-14 Thread aknoland
I have installed FreeBSD 4.7 on an AlphaServer 1200 box with zero problems except I can't get X to run. The Alpha has the standard PowerStorm 4D10T PCI video card which is a 3DLabs Permedia2 chipset and TI TVP4020C RAMDAC. I have configured XF86Config with the appropriate card description and d

SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread reed
Seniors, I installed the FreeBSD/i386 4.7 into a PC that uses SiS chips set with a RTL8201L PHY. The system failed to drive the ethernet adapter with messages .. sis0: port 0xa000-0xa0ff mem 0xe600-0xe6000fff irq 3 at device 3.0 pci0 sis0: Ethernet address: 00:e0:18:de:a9:ff sis0

Re[2]: downloading problems from FreeBSD 4.7 STABLE

2003-01-14 Thread Metin de Dwaas
Hello Kent, Monday, January 13, 2003, 14:00:29, you wrote: > On Monday 13 January 2003 04:04 am, Metin de Dwaas wrote: >> what i dont understand is.. >> that when i download from a machine on a 100Mbit connection i get >> like 115kb/s at home. >> >> but when i download from my own colocated machi

Re: SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread Dax Eckenberg
Have you tried adding devicemiibus0 to the GENERIC kernel config? # cd /usr/src/sys/i386/conf # cp GENERIC MIITEST # echo device miibus0 >> MIITEST # config ./MIITEST # cd ../../compile/MIITEST # make depend && make if all goes well... make install - Original Message - Fro

Re: Re[2]: downloading problems from FreeBSD 4.7 STABLE

2003-01-14 Thread Daxbert
Have you checked the output of # netstat -s tcp on both client and server to see if you are having tcp issues? I'd follow up with a look at the errors on both the local and remote ethernet switches. Dax Tuesday, January 14, 2003 1:51 AM, you wrote: > Hello Kent, > > Monday, January 13, 20

Support for USB cable modems?

2003-01-14 Thread Darren Pilgrim
I have an "RCA cable modem" provided to me by AT&T Broadband and out of the same curiosity clinically proven lethal to the average domestic feline, I was wondering if I can use the USB interface with FreeBSD. ugen picks up the device as, "Thomson Consumer Electronics Thomson RCM245 Cable Modem,

IPSec tunnel between Windows XP and FreeBSD: racoon can't acts as the initiator

2003-01-14 Thread Andrew Alcheev
Hello. I have setup an IPSec tunnel between FreeBSD 4.7-stable (system 18.11.02)/racoon 20021120a and Windows XP Prof. FreeBSD acts as gateway, tunneling connections from Windows to world. IPSec crypts link between unix and win only. ipsec.conf: spdadd 0.0.0.0/0 192.168.99.10/32 any -P out ipsec

Vinum over (2xSCSI, 1xIDE) ?

2003-01-14 Thread Ion-Mihai Tetcu
Hi, I have to setup a database (MySQL) server this days. The machine will be a AthlonXP 2000+, 1G RAM, 2x Cheetah X15 36LP series drive of 18GB. And I could spare a 20G ATA100 IDE drive. I have no experience with vinum, so i want to ask you if it is a good ideea to add the IDE drive. I was thi

Re: Support for USB cable modems?

2003-01-14 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Darren Pilgrim <[EMAIL PROTECTED]> typed: > I have an "RCA cable modem" provided to me by AT&T Broadband and out of the > same curiosity clinically proven lethal to the average domestic feline, I > was wondering if I can use the USB interface with FreeBSD. ugen picks up

Re: Support for USB cable modems?

2003-01-14 Thread Darren Pilgrim
Mike Meyer wrote: In <[EMAIL PROTECTED]>, Darren Pilgrim <[EMAIL PROTECTED]> typed: I have an "RCA cable modem" provided to me by AT&T Broadband and out of the same curiosity clinically proven lethal to the average domestic feline, I was wondering if I can use the USB interface with FreeBSD.

Re: Dangerously dedicated vs. fully dedicated, etc.

2003-01-14 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Gary W. Swearingen <[EMAIL PROTECTED]> typed: > I'm having trouble understanding a couple parts of the "disklabel" > manpage related to dangerously/fully dedicated disks. > > The "BUGS" section has this paragraph: > > For the i386 architecture, the primary bootstrap se

5.0 - RC3 - CVSUP

2003-01-14 Thread Ian Watkinson
As I can't get a response from [EMAIL PROTECTED] presently, I though I'd ask here. cvsup on 5.0. Ports and src. * release=cvs tag= RELENG_5 ? RELENG_CURRENT? Help! thanks in advance. -- Ian Watkinson To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions

Re: MSDOS Install

2003-01-14 Thread Ian Watkinson
On Mon, 2003-01-13 at 22:45, James Pole wrote: > On Tue, 2003-01-14 at 07:41, Ian Watkinson wrote: > > However, the readme, and the handbook both refer to a "bin" directory > > which doesn't exist on the CDROM,or the ftp site. ftp.uk.freebsd.org for > > example. > > The "bin" directory seem been n

Re: ICQ?

2003-01-14 Thread Denis N. Peplin
On Monday 13 January 2003 22:44, Brian T. Schellenberger wrote: > I tried a couple of FreeBSD ICQ clients but they wanted me to tell them > my ICQ ID. > > Well, I don't have one yet.. > > How do you get one in the first place? try # pkg_add -r licq-qt-gui To Unsubscribe: send mail to [EMAIL PROTEC

subscribe

2003-01-14 Thread Lo Galbo Emanuele
CONFIDENTIALITY NOTICE This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereo

Tool conveter IPv4 to IPv6

2003-01-14 Thread budsz
Hi, I've plan to learn IPv6, Now I use IPv4 but it's imposible to hint one by one IPv4 change to IPv6, so anyone who know tool to convert them? and if my ISP doen't support using IPv6 it's possible if I use IPv6? sorry if my questions very silly but I want to know so far the concept to to this. T

FreeBSD 4.7 +JDK 1.4.x

2003-01-14 Thread Pascal Giannakakis
Hi there, did anybody ever get this (FreeBSD 4.7 and JDK 1.4.x) to run? While it works as root, it crashes immediately with any other users. I have tried sun, blackdown and ibm JDKs, none of them worked with "normal" users. IBM freezed even as root. Sticking with 1.3.1 is not an option in this c

Re: 5.0 - RC3 - CVSUP

2003-01-14 Thread Alex
Dear/Beste Ian, Tuesday, January 14, 2003, 12:29:09 PM, you wrote: > As I can't get a response from [EMAIL PROTECTED] presently, I though > I'd ask here. > cvsup on 5.0. Ports and src. > * release=cvs tag= > RELENG_5 ? > RELENG_CURRENT? > Help! > thanks in advance. There is no special

Re: Vinum over (2xSCSI, 1xIDE) ?

2003-01-14 Thread Bill Moran
Ion-Mihai Tetcu wrote: Hi, I have to setup a database (MySQL) server this days. The machine will be a AthlonXP 2000+, 1G RAM, 2x Cheetah X15 36LP series drive of 18GB. And I could spare a 20G ATA100 IDE drive. I have no experience with vinum, so i want to ask you if it is a good ideea to add t

Re: Hostname error on install

2003-01-14 Thread Anti
On Tue, 14 Jan 2003 00:09:58 -0700 "Mike" <[EMAIL PROTECTED]> wrote: > Have an odd error. When reinstalling MySQL, I needed to add something's, > it says the hostname is wrong, I did a make clean and tried make > reinstall --force and everything else I can find. Never had this error > before! Noth

Re: Tool conveter IPv4 to IPv6

2003-01-14 Thread Bill Moran
budsz wrote: Hi, I've plan to learn IPv6, Now I use IPv4 but it's imposible to hint one by one IPv4 change to IPv6, so anyone who know tool to convert them? and if my ISP doen't support using IPv6 it's possible if I use IPv6? sorry if my questions very silly but I want to know so far the concept

Re: FreeBSD 4.7 +JDK 1.4.x

2003-01-14 Thread Michael E Mercer
Check the archives, a patch is out there to get them to work as a normal user... later MEM Pascal Giannakakis wrote: > Hi there, > > did anybody ever get this (FreeBSD 4.7 and JDK 1.4.x) to run? While it > works as root, it crashes immediately with any other users. I have tried sun, > blackdown

Re: Vinum over (2xSCSI, 1xIDE) ?

2003-01-14 Thread Kirk Strauser
At 2003-01-14T10:33:51Z, Ion-Mihai Tetcu <[EMAIL PROTECTED]> writes: > I have no experience with vinum, so i want to ask you if it is a good > ideea to add the IDE drive. Probably not. I'd be hard pressed to think of a way that it wouldn't hurt your performance. On the other hand, using it as

Re: Multiple network cards with IP addresses in the same network

2003-01-14 Thread Bill Moran
[please stop top-posting] John wrote: Short version: I am running an application that receives traffic on ranges of ports that are already mapped from the current external interface to machines on my network. I was advised by the vendor that my options were to: 1) connect my workstation directly

Re: Can't telnet or FTP

2003-01-14 Thread Unix Tools
Hi, Is ftp and telnet enabled in /etc/inetd.conf ?? cheers - Original Message - From: "Jeff LaMarche" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 08:36 PM Subject: Can't telnet or FTP > I just did a clean install of 4.7 (I was running 4.0 previously) on

profiling in makefile

2003-01-14 Thread Murat Bicer
Is there a documentation on this? How, why it can be used. Thanks, Murat To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

installing win2k after Freebsd?

2003-01-14 Thread Dan Aiello
Here's my situation. I already have a machine dual booting Win2k and freebsd. Originally, I installed Freebsd second, so that I could get the bootloader. However, now I'm going to repartition my windows drives, so I'll need to reinstall windows 2000. I know there's got to be a way to make this wor

Re: installing win2k after Freebsd?

2003-01-14 Thread Ceri Davies
On Tue, Jan 14, 2003 at 11:42:39AM -0500, Dan Aiello wrote: > Here's my situation. I already have a machine dual booting Win2k and > freebsd. Originally, I installed Freebsd second, so that I could get the > bootloader. However, now I'm going to repartition my windows drives, so > I'll need to rein

Problems compiling Ruby port

2003-01-14 Thread Lucas Wilcox
Hi, I have been having trouble installing ruby on my freebsd box using the port. The typescript of the port trying to build can be found at http://www.dam.brown.edu/people/lucasw/pub/typescript. I have found that if apply the attached patch patch everything compiles. So my question is what am I

Re: installing win2k after Freebsd?

2003-01-14 Thread Bill Moran
Ceri Davies wrote: On Tue, Jan 14, 2003 at 11:42:39AM -0500, Dan Aiello wrote: Here's my situation. I already have a machine dual booting Win2k and freebsd. Originally, I installed Freebsd second, so that I could get the bootloader. However, now I'm going to repartition my windows drives, so I'l

Mail: operation timed out... Why?

2003-01-14 Thread Steve Warwick
Hi All, I have mail stacking up in the outbound mail queue all with the same error: "Deferred: Operation timed out with " I have gone through my configs and everything looks correct. Could some one tell me what could cause this error as I have checked everything I can think of. The only thing

trouble building xpp

2003-01-14 Thread Matt Smith
I sent this off the -ports with no luck, I'm hoping someone here can help. I am having trouble building xpp. See the results of a make, below. As well, pkg_add -r xpp fails; seems there is no package available. I know that there was one sometime over the past two days. Any help is appreci

trouble building xpp

2003-01-14 Thread Matt Smith
I sent this off the -ports with no luck, I'm hoping someone here can help. I am having trouble building xpp. See the results of a make, below. As well, pkg_add -r xpp fails; seems there is no package available. I know that there was one sometime over the past two days. Any help is appreci

Re: operation timed out... Why?

2003-01-14 Thread Adam Maas
Can you telnet to the remote server on port 25? --Adam - Original Message - From: "Steve Warwick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 12:58 PM Subject: Mail: operation timed out... Why? > Hi All, > > I have mail stacking up in the outbound mail qu

making avatars from digital camera images? (scripting shrinking)

2003-01-14 Thread Dr. Richard E. Hawkins
I need to use a digital camera to take pictures of 65 students to turn in to avatars for discussion boards. They need to be limited to 80x80, and 6144 bytes. I'm sure *something* in the graphics ports must be scriptable to do this, but I'm not finding it. Could someone spot me a hint? thanks h

Re: making avatars from digital camera images? (scripting shrinking)

2003-01-14 Thread John Bleichert
On Tue, 14 Jan 2003, Dr. Richard E. Hawkins wrote: > Subject: making avatars from digital camera images? (scripting shrinking) > > I need to use a digital camera to take pictures of 65 students > to turn in to avatars for discussion boards. They need to be limited to > 80x80, and 6144 bytes. I'm

Re: making avatars from digital camera images? (scriptingshrinking)

2003-01-14 Thread Miguel Mendez
On Tue, 14 Jan 2003 13:35:33 -0500 "Dr. Richard E. Hawkins" <[EMAIL PROTECTED]> wrote: çHi, > I need to use a digital camera to take pictures of 65 students > to turn in to avatars for discussion boards. They need to be limited > to 80x80, and 6144 bytes. I'm sure *something* in the graphics por

Re: Mail: operation timed out... Why?

2003-01-14 Thread Bill Moran
Steve Warwick wrote: Hi All, I have mail stacking up in the outbound mail queue all with the same error: "Deferred: Operation timed out with " I have gone through my configs and everything looks correct. Could some one tell me what could cause this error as I have checked everything I can thin

Re: Dangerously dedicated vs. fully dedicated, etc.

2003-01-14 Thread Gary W. Swearingen
Mike, I'll pay back your effort in replying to this long thing by working up a patch for the "disklabel" manpage (at least) and, if you want, I'll CC you so you can veto things you don't like. I do worry about how so few people comment on manpage changes before they go in, but they need improvemen

help

2003-01-14 Thread Sergey Mushinsky
âÕÄÕ ÷ÁÍ ÏÞÅÎØ ÐÒÉÚÎÁÔÅÌÅÎ ÅÓÌÉ ×Ù ÍÎÅ ÐÏÍÏÖÅÔÅ ÒÁÈÏÂÒÁÔØÓÑ × ÓÌÅÄÕÀÝÅÍ ×ÏÐÒÏÓÅ. ñ ÎÉËÁË ÎÅ ÍÏÇÕ ÎÁÓÔÒÏÉÔØ XFree, Õ ÍÅÎÑ ×ÉÄÅÏËÁÒÔÁ GeForce 2 GTS É ÍÏÎÉÔÏÒ CTX PV520 ÖÉÄËÏËÒÉÓÔÁÌÌÉÞÅÓËÉÊ. ðÒÏÂÌÅÍÁ × ÔÏÍ ÞÔÏ ÐÒÉ ÚÁÇÒÕÚËÅ ÄÌÑ ÕÓÔÁÎÏ×ËÉ ÐÁÒÁÍÅÔÒÏ× ×ÉÄÅÏËÁÒÔÙ É ÍÏÎÉÔÏÒÁ, ÒÁÚÒÅÛÅÎÉÑ, ÍÏÎÉÔÏÒ ÇÁÓÎÅÔ É Ð

Adding hardware for driver developers

2003-01-14 Thread Quinn Ellis
How does one add a piece of hardware to the list of ones for developers to design drivers for. I know FreeBSD supports similar chipsets from this company, and cards, but not exactly my one. Regards, Quinn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in th

Re: Adding hardware for driver developers

2003-01-14 Thread Adam Maas
Well, the usual method would be to submit a patch to enable that card to work. Generally hardware support is added by users of the hardware. --Adam - Original Message - From: "Quinn Ellis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 2:05 PM Subject: Adding

Re: Adding hardware for driver developers

2003-01-14 Thread Quinn Ellis
At 02:07 PM 14/01/2003 -0500, you wrote: Well, the usual method would be to submit a patch to enable that card to work. Generally hardware support is added by users of the hardware. --Adam I have no programming skills, and am just learning FreeBSD as an alternative to other evils. I tried to

Re: Apache_fp Port install problem

2003-01-14 Thread G D McKee
Hi I deleted my /usr/src and cvsupped and the usual make world and this fixed the issue - so no need for a complete reinstall after all!!! Many thanks Gordon - Original Message - From: "Jack L. Stone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "G D McKee" <[EMAIL PROTECTED]>; "Matthew

Re: Dangerously dedicated vs. fully dedicated, etc.

2003-01-14 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >Mike, I'll pay back your effort in replying to this long thing by >working up a patch for the "disklabel" manpage (at least) and, if you >want, I'll CC you so you can veto things you don't like. I do worry At the risk of adding to the con

Re: Apache_fp Port install problem

2003-01-14 Thread Jack L. Stone
At 07:33 PM 1.14.2003 -, G D McKee wrote: >Hi > >I deleted my /usr/src and cvsupped and the usual make world and this fixed >the issue - so no need for a complete reinstall after all!!! > >Many thanks > >Gordon > Gorden, that is certainly good to hear! But, did you add the COMPATX3=yes to th

Re: Adding hardware for driver developers

2003-01-14 Thread Bill Moran
Quinn Ellis wrote: How does one add a piece of hardware to the list of ones for developers to design drivers for. I know FreeBSD supports similar chipsets from this company, and cards, but not exactly my one. Depending on what kind of hardware it is, find out what developers are working on that

Re: ipfilter/ipmon log msgs

2003-01-14 Thread Dancho Penev
On Mon, Jan 13, 2003 at 05:23:52PM -0500, JoeB wrote: From: "JoeB" <[EMAIL PROTECTED]> To: "Wayne Pascoe" <[EMAIL PROTECTED]> Cc: "FBSDQ" <[EMAIL PROTECTED]> Subject: RE: ipfilter/ipmon log msgs Date: Mon, 13 Jan 2003 17:23:52 -0500 Did ipf -V and the which command on both ipf & ipmon and they ar

burncd dao first track problem

2003-01-14 Thread Matjaz Rihtar
> Date: Sun, 5 Jan 2003 17:36:50 -0500 (EST) > From: Chris Hill <[EMAIL PROTECTED]> > Subject: Re: copying audio cd's > >> burncd -f /dev/acd0c -smax -d audio track1.raw track2.raw ... >> But (at least I found that) it didn't produce a completely correct >> audio CD; there's something fishy with th

ServerWorks environmental monitoring?

2003-01-14 Thread J. Seth Henry
I recently built a small server with a SuperMicro 370DL3 mainboard, only do discover that neither healthd nor lmmon support the environmental monitoring interface on the ServerWorks chipset. Does anyone know of a tool that will work with this chipset? Thanks, Seth Henry To Unsubscribe: send mai

Using FreeBSD in IRAN

2003-01-14 Thread Tima Farzaliyev
Hello Could you please advise - is it legal to use FreeBSD in IRAN ? The reason I ask this is - we cannot use certain software including RedHat in IRAN due to US exporting restrictions. Does this apply to FreeBSD as well ? Thank you Tima __ Do you

Re: Using FreeBSD in IRAN

2003-01-14 Thread Marc Schneiders
On Tue, 14 Jan 2003, at 13:23 [=GMT-0800], Tima Farzaliyev wrote: > Could you please advise - is it legal to use FreeBSD > in IRAN ? > The reason I ask this is - we cannot use certain > software including RedHat in IRAN due to US exporting > restrictions. Does this apply to FreeBSD as well ? I th

Re: Using FreeBSD in IRAN

2003-01-14 Thread Adam Maas
It may, due to the Crypto libraries. There are a few other possibilities. OpenBSD is based in Canada, Mandrake Linux is based in France. Adam - Original Message - From: "Tima Farzaliyev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 4:23 PM Subject: Using F

Re: Apache_fp Port install problem

2003-01-14 Thread G D McKee
Hi Yes I did!! Sorry!! Many thanks for all the help Gordon - Original Message - From: "Jack L. Stone" <[EMAIL PROTECTED]> To: "G D McKee" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Matthew Seaman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 8:15 PM Subject:

DVD Player Not Recognized as Slave, Only Master

2003-01-14 Thread Marcus Tenes
I want to be able to play DVDs on my FreeBSD 4.7 i386 workstation, but I don't even see it as a recognized device. I have it setup on the second IDE channel - my CD-RW is master, and my DVD-ROM is slave. The BIOS recognizes the DVD drive, but FreeBSD doesn't. Here is what /var/run/dmesg says - a

Re: DVD Player Not Recognized as Slave, Only Master

2003-01-14 Thread Kenneth Culver
> After it sees my CD-RW (acd0) it should then recognize my DVD drive. I > don't know why it doesn't show, as the BIOS sees it, and that DVD-ROM > drives are supported in FreeBSD 4.7. > > I did some playing around with drive configs and found out some > interesting things. I first unplugged the CD-

lynx downloads

2003-01-14 Thread Brian Henning
Hello, i am trying to download an iso image with lynx from a http site. i noticed that lynx stores the file in the /tmp directory. the problem is my /tmp is only 250MB but the iso is 500+ MB. What can i do in order avoid getting disk errors while downloading this file? thanks, brian To Unsubscr

Re: lynx downloads

2003-01-14 Thread Anand Buddhdev
On Tue, Jan 14, 2003 at 04:42:00PM -0600, Brian Henning wrote: > i am trying to download an iso image with lynx from a http site. i noticed > that lynx stores the file in the /tmp directory. the problem is my /tmp is > only 250MB but the iso is 500+ MB. What can i do in order avoid getting disk >

libintl.so.2 not found

2003-01-14 Thread Jeff Penn
I had a problem where my system did not shutdown cleanly. fsck has cleaned up most of the filesystems, but I have a problem running mutt: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found This appears to be part of the base system. Would a new "build world" fix this?. Is th

Re: libintl.so.2 not found

2003-01-14 Thread Joe Marcus Clarke
On Tue, 2003-01-14 at 17:47, Jeff Penn wrote: > I had a problem where my system did not shutdown cleanly. > > fsck has cleaned up most of the filesystems, but I have a problem > running mutt: > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found > > This appears to be part of

watch: fatal: cannot open snoop device

2003-01-14 Thread P. U. Kruppa
Hi, I try to watch user activities with # watch [tty] but keep receiving watch: fatal: cannot open snoop device I have recompiled my kernel with device snp as the manual says. Any idea what else could be wrong? Thanks for your answers, Uli. *---*

Re: Dangerously dedicated vs. fully dedicated, etc.

2003-01-14 Thread Gary W. Swearingen
Ian Dowse <[EMAIL PROTECTED]> writes: > At the risk of adding to the confusion, here is a less wordy > description of the various disk layouts. The term `dangerously > dedicated' seems to be used to refer to either options (B) or (C), > so I will avoid using that term: You've cleared up several t

ATA PCI Adapter questions

2003-01-14 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm thinking of purchasing an ATA PCI Adapter so that I may access a large hard disk on a PC with an old BIOS. The BIOS has a limitation of 2 gigs and I have a 20 gig drive, so the card must have, obviously, on board BIOS for recognizing large dri

named messages in /var/log/messages

2003-01-14 Thread Stacey Roberts
Hello, I'm running bind in a sandbox as per the handbook. I've had this set up and (presumably) working okay since FreeBSD 4.6 Stable, and have today noticed these named entries in /var/log/messages: named[143]: denied update from [host_IP].1268 for "1.168.192.in-addr.arpa" IN There's no co

Re: lynx downloads

2003-01-14 Thread Matthew Seaman
On Tue, Jan 14, 2003 at 11:45:58PM +0100, Anand Buddhdev wrote: > On Tue, Jan 14, 2003 at 04:42:00PM -0600, Brian Henning wrote: > > > i am trying to download an iso image with lynx from a http site. i noticed > > that lynx stores the file in the /tmp directory. the problem is my /tmp is > > only

Re: named messages in /var/log/messages

2003-01-14 Thread Stacey Roberts
Hi Dan, On Tue, 2003-01-14 at 23:37, Dan Nelson wrote: > In the last episode (Jan 14), Stacey Roberts said: > > Hello, > > I'm running bind in a sandbox as per the handbook. I've had this > > set up and (presumably) working okay since FreeBSD 4.6 Stable, and have > > today noticed these named

Re: named messages in /var/log/messages

2003-01-14 Thread Matthew Seaman
On Tue, Jan 14, 2003 at 11:23:51PM +, Stacey Roberts wrote: > Hello, > I'm running bind in a sandbox as per the handbook. I've had this > set up and (presumably) working okay since FreeBSD 4.6 Stable, and have > today noticed these named entries in /var/log/messages: > > named[143]: deni

Re: named messages in /var/log/messages

2003-01-14 Thread Stacey Roberts
Hi Matthew On Tue, 2003-01-14 at 23:50, Matthew Seaman wrote: > On Tue, Jan 14, 2003 at 11:23:51PM +, Stacey Roberts wrote: > > Hello, > > I'm running bind in a sandbox as per the handbook. I've had this > > set up and (presumably) working okay since FreeBSD 4.6 Stable, and have > > today

Re: Dangerously dedicated vs. fully dedicated, etc.

2003-01-14 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >/boot/boot0 has the FreeBSD bootloader. The installer also offers >to use the "standard" /boot/mbr. >Roughly speaking. /boot/boot2 is 15 sectors; I suppose the first >(all zeros) is replaced with the disklabel, loosely speaking. >One su

Re: watch: fatal: cannot open snoop device

2003-01-14 Thread Conrad Sabatier
On 14-Jan-2003 P. U. Kruppa wrote: > Hi, > > I try to watch user activities with ># watch [tty] > but keep receiving > > watch: fatal: cannot open snoop device > > I have recompiled my kernel with > > devicesnp > > as the manual says. > > Any idea what else could be wrong? Y

Re: ftpd and Internet Explorer 6

2003-01-14 Thread Drew Tomlinson
- Original Message - From: "John" <[EMAIL PROTECTED]> To: "Drew Tomlinson" <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 3:48 PM Subject: Re: ftpd and Internet Explorer 6 > Drew- > I missed the orig post somehow.. > So I'm curious how you attempted to use MSIE to get the file via FT

additional distribution sets

2003-01-14 Thread Michael J Ruhl
Howdy, I forgot to install some distribution sets when I did my original install, so I am trying to do so now. Going to /stand/sysinstal I selected the post install, add distrubtion sets, selected the stuff, and then tried to do the FTP. However, when I do that I get: "Can't find the 4.7-STABLE

mail

2003-01-14 Thread Kenneth Tucker
On linux I can use the mail program. On darwin freeBSD the mail program does not seem to work. Anyone have any clues? Thanks Ken. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

desktop icons in enlightenment

2003-01-14 Thread Petre Bandac
anyone has got any ideas on how to accomplish that ? 4.7 release - enlightenment built from ports thanks, petre -- 3:00AM up 13:51, 4 users, load averages: 0.23, 0.12, 0.04 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Stable or not stable?

2003-01-14 Thread MArek
Hello , I've got a little question. I'm quite new to FreeBSD, recently I was trying to up date my sources using CVSup - I read chapter about CVSup in FreeBSD Handbook but I still have got a little problem: If I specify in a tag field value RELENG_4 (tag=RELENG_4) does it mean that I will receive t

Re: Stable or not stable?

2003-01-14 Thread Duncan Anker
On Wed, 2003-01-15 at 08:28, MArek wrote: > Hello , > > I've got a little question. > I'm quite new to FreeBSD, recently I was trying to up date my sources > using CVSup - I read chapter about CVSup in FreeBSD Handbook but I > still have got a little problem: > If I specify in a tag field value RE

Re: Stable or not stable?

2003-01-14 Thread doze
See http://www.freebsd.org/releng/ for more info about the different relengs.. On Wed, Jan 15, 2003 at 08:18:09AM +1000, Duncan Anker wrote: > On Wed, 2003-01-15 at 08:28, MArek wrote: > > Hello , > > > > I've got a little question. > > I'm quite new to FreeBSD, recently I was trying to up date

Re: Vinum over (2xSCSI, 1xIDE) ?

2003-01-14 Thread Greg 'groggy' Lehey
On Tuesday, 14 January 2003 at 9:16:22 -0500, Bill Moran wrote: > Ion-Mihai Tetcu wrote: >> Hi, >> >> I have to setup a database (MySQL) server this days. >> The machine will be a AthlonXP 2000+, 1G RAM, 2x Cheetah X15 36LP series >> drive of 18GB. >> And I could spare a 20G ATA100 IDE drive. >> >

Re: named messages in /var/log/messages

2003-01-14 Thread Dan Nelson
In the last episode (Jan 14), Stacey Roberts said: > Hello, > I'm running bind in a sandbox as per the handbook. I've had this > set up and (presumably) working okay since FreeBSD 4.6 Stable, and have > today noticed these named entries in /var/log/messages: > > named[143]: denied update fro

Re: Using FreeBSD in IRAN

2003-01-14 Thread Antoine Jacoutot
On Tue, 2003-01-14 at 22:23, Tima Farzaliyev wrote: > Hello > > Could you please advise - is it legal to use FreeBSD > in IRAN ? > The reason I ask this is - we cannot use certain > software including RedHat in IRAN due to US exporting > restrictions. Does this apply to FreeBSD as well ? > > Than

Re: named messages in /var/log/messages

2003-01-14 Thread Dan Nelson
In the last episode (Jan 14), Stacey Roberts said: > Hi Dan, > On Tue, 2003-01-14 at 23:37, Dan Nelson wrote: > > In the last episode (Jan 14), Stacey Roberts said: > > > I'm running bind in a sandbox as per the handbook. I've had > > > this set up and (presumably) working okay since FreeBSD 4

Re: mail

2003-01-14 Thread Daxbert
> On linux I can use the mail program. On darwin freeBSD the mail > program does not seem to work. Anyone have any clues? > > Thanks Ken. > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message > 1) a little more information tha

Re: mail

2003-01-14 Thread Adam Maas
Your best bet would be to ask on a darwin list. Darwin is somewhat different than FreeBSD, and somewhat iffy as a usable OS right now. Adam - Original Message - From: "Kenneth Tucker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 7:58 PM Subject: mail > On

Re: mail

2003-01-14 Thread Kenneth Tucker
i am doing: Last login: Tue Jan 14 19:13:53 on ttyp2 Welcome to Darwin! % mail <[EMAIL PROTECTED]> Missing name for redirect. % mail [EMAIL PROTECTED] Subject: not woking Thanks Adam and Daxbert for your help . EOT % On Tuesday, January 14, 2003, at 08:08 PM, Daxbert wrote: On linux I can use

Re: mail

2003-01-14 Thread Daxbert
> i am doing: > > Last login: Tue Jan 14 19:13:53 on ttyp2 > Welcome to Darwin! > % mail <[EMAIL PROTECTED]> > Missing name for redirect. > % mail [EMAIL PROTECTED] > Subject: not woking > Thanks Adam and Daxbert for your help > . > EOT > % > avoid < and > on the command line. They are used for

Re: mail

2003-01-14 Thread Kenneth Tucker
just a cut and paste error what I meant was: % mail [EMAIL PROTECTED] Subject: not woking Thanks Adam and Daxbert for your help . EOT % On Tuesday, January 14, 2003, at 08:35 PM, Daxbert wrote: i am doing: Last login: Tue Jan 14 19:13:53 on ttyp2 Welcome to Darwin! % mail <[EMAIL PROTECTED]> M

Re: mail

2003-01-14 Thread Brian
if you want to use command line mail as opposed to a program, try mail -v [EMAIL PROTECTED] Bri - Original Message - From: "Kenneth Tucker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 5:38 PM Subject: Re: mail > just a cut and paste error what I meant

Re: SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread Reed Lai
Yes, there is a "device miibus" in my configuration file, or the compiling will be failed. On Tue, Jan 14, 2003 at 02:02:29AM -0800, Dax Eckenberg wrote: > Have you tried adding > > devicemiibus0 > > to the GENERIC kernel config? > > # cd /usr/src/sys/i386/conf > # cp GENERIC MIITEST >

Re: mail

2003-01-14 Thread Kenneth Tucker
interesting but... % mail -v [EMAIL PROTECTED] Subject: sweet Yes! . EOT [EMAIL PROTECTED] Connecting to localhost via relay... [EMAIL PROTECTED] Deferred: Connection refused by localhost % On Tuesday, January 14, 2003, at 08:49 PM, Brian wrote: if you want to use command line mail as opposed t

Updating Procedure

2003-01-14 Thread Schrodinger
I was wondering can anyone tell me the correct procedure for updating my sources to the current 4.7 source. From what I can make out so far if I want to update my source I would use the following cvsup file: *default host=cvsup.ie.FreeBSD.org *default base=/usr *default prefix=/usr *default release

about the kernel location

2003-01-14 Thread shen chao
Hi: I can not find the kernel file.only under /. and i don't know why there nothing under /usr/src. the version of freebsd is 4.7-stable. Which tool can edit the kernel? Can someone direct me? Thanks Shen Chao _ Help STOP SPAM: T

Re: mail

2003-01-14 Thread Dax Eckenberg
- Original Message - From: "Kenneth Tucker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 6:03 PM Subject: Re: mail > interesting but... > > % mail -v [EMAIL PROTECTED] > Subject: sweet > Yes! > . > EOT > [EMAIL PROTECTED] Connecting to localhost via relay...

Re: Updating Procedure

2003-01-14 Thread Kent Stewart
On Tuesday 14 January 2003 06:19 pm, Schrodinger wrote: > I was wondering can anyone tell me the correct procedure for updating > my sources to the current 4.7 source. From what I can make out so far > if I want to update my source I would use the following cvsup file: > *default host=cvsup.ie.Free

  1   2   >