Re: Boot order with firewire 4.8-RELEASE

2003-06-24 Thread Matthew Seaman
On Mon, Jun 23, 2003 at 04:40:24PM -0700, Bill Campbell wrote: > Be that as it may, when I booted the new kernel with an external firewire > disk turned on, the new kernel detected the firewire disk before it did the > SCSI on the adaptec controller, and naturally couldn't find a working > system

RE: Sound problems.

2003-06-24 Thread Derrick Ryalls
> > optionPNPBIOS > devicepcm > > > rain# grep pcm /var/run/dmesg.boot > pcm0: on sbc0 > For my ESS audio (1936 or something), I needed the pcm and: device sbc not sure if it will make a difference since your card is being detected on boot, but it might use

Re: Network Performace

2003-06-24 Thread Karl Pielorz
--On 23 June 2003 18:12 -0700 Shawn Ramsey <[EMAIL PROTECTED]> wrote: I am having some issues with network performance and am wondering if anyone has any suggestions... the box in question has 2 100BT interfaces, and an Intel (em driver) fiber Gigabit. The Gigabit connects to a switch, and the t

RE: Sound problems.

2003-06-24 Thread Duke, Brian
I am using KMixer. That seems to work a little bit. -Original Message- From: Kent Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:15 AM To: Duke, Brian; [EMAIL PROTECTED] Subject: Re: Sound problems. On Monday 23 June 2003 10:52 pm, Duke, Brian wrote: > My system is a C

custom fonts

2003-06-24 Thread Martin Vana
Hi, is there a smiple way how to use national fonts /for me its czech/ in X11 with fluxbox WM? thank you Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROT

Re: Re-building sendmail

2003-06-24 Thread Benzi Mizrahi
ביום שלישי, 24 ביוני 2003, 06:06, Bill Campbell כתב: > On Tue, Jun 24, 2003 at 12:58:20PM +1000, Martin Ryan wrote: > >> >What's the best way to rebuild sendmail with DB4? > >> > >> For an excellent fix for sendmail see: > >>http://www.postfix.org/ > >> > >> Bill > > > >Bill, > > > >Have you ev

Re: About Patches

2003-06-24 Thread Jim Xochellis
Hi, On Monday, June 23, 2003, at 11:48 PM, D J Hawkey Jr wrote: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: Hi List, I need to apply some security patches to my FreeBSD(i386) 4.7-RELEASE box and I am concerned about the possibility that I could actually harm my system whil

Re: About Patches

2003-06-24 Thread Matthew Seaman
On Tue, Jun 24, 2003 at 11:53:36AM +0300, Jim Xochellis wrote: > Hi, > > On Monday, June 23, 2003, at 11:48 PM, D J Hawkey Jr wrote: > > >In article <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] writes: > >>Hi List, > >> > >>I need to apply some security patches to my FreeBSD(i386) 4.7-RELEASE >

umodem config

2003-06-24 Thread Jeandre du Toit
Hi, I am trying to setup my usb modem, I looked at the man page for umodem and ucom, and didn't find anything useful. I also searched the archives and read up on modems in the handbook and faq, I can't find any documentation on setting up a usb modem. I tried to compile my kernel with device u

Re: What does this mean

2003-06-24 Thread Malcolm Kay
On Tue, 24 Jun 2003 06:19, Frank wrote: > I have formatted my hard disk using the floppy that came with it. It is > now a 32bit FAT. I ran FIPS and everything seemed to go OK except that I > received a message at the end of FIPS that said it could not partition > FAT12, but I have no idea where i

How to delete unix socket entry

2003-06-24 Thread Varshavchick Alexander
Hi people, I had a wrong-behaved server application which opened a unix socket to respond to incoming connections, so after the socket was opened, the application core dumped each time it was launched. As a result, 'netstat -f unix' now shows a lot of not-needed active entries. Is there any way to

Why must I use firewall ?

2003-06-24 Thread Supote Leelasupphakorn
Hi, all So far, I known firewall is a choice when I want to protect my boxes from crackers but my question is if I closed the service I don't use (such as port 25 for STMP) so the cracker out there can't attack, what's the reason "firewall" come to play ? Thanks in advance, _

Disaster recovery planning

2003-06-24 Thread Sue Blake
Here's how I plan to recover a system from a level 0 backup to new hardware, if ever the need arises: 1. boot off installation CD (or floppy??) 2. disklabel, make filesystems (using sysinstall) 3. restore root filesystem and mount it 4. change fstab and various configs to work with new hardw

Re: Disaster recovery planning

2003-06-24 Thread Stephen Hovey
I keep a local copy ftpable of the version(s) I use.. Install just the bin dist using floppy and the local ftpable - then full restore from tape - and recompile the kernal just to be on the safe side. On Tue, 24 Jun 2003, Sue Blake wrote: > Here's how I plan to recover a system from a level 0 b

Re: Disaster recovery planning

2003-06-24 Thread pippo
At 09:12 PM 6/24/2003 +1000, you wrote: Here's how I plan to recover a system from a level 0 backup to new hardware, if ever the need arises: 1. boot off installation CD (or floppy??) 2. disklabel, make filesystems (using sysinstall) 3. restore root filesystem and mount it 4. change fstab and

RE: umodem config

2003-06-24 Thread Jeandre du Toit
I have been trying this on 4.7 and 5.1 So the device umodem and device ucom setting in KERNCONF is the only steps I need to take to compile it, or does it automatically just work? On Tue, 24 Jun 2003, FBSD_User wrote: > You left out very important piece of info, what version of FBSD you > are

Re: Disaster recovery planning

2003-06-24 Thread Matthew Seaman
On Tue, Jun 24, 2003 at 09:12:14PM +1000, Sue Blake wrote: > Here's how I plan to recover a system from a level 0 backup to > new hardware, if ever the need arises: > > 1. boot off installation CD (or floppy??) > 2. disklabel, make filesystems (using sysinstall) > 3. restore root filesystem an

Re: how much space for /

2003-06-24 Thread Jonathan Arnold
When i installed freebsd-5.1, i stayed close to the recommended > partition sizes in the handbook. The faq. said 100 megabytes would usually be You might consider Greg Lehey "new" suggestion in the latest (4th) edition of "The Complete FreeBSD" book (a must have book, in my opinion). In there, he

RE: Why must I use firewall ?

2003-06-24 Thread Philip Payne
Hi, >So far, I known firewall is a choice when I want > to protect my boxes from crackers but my question is > if I closed the service I don't use (such as port 25 > for STMP) so the cracker out there can't attack, > what's the reason "firewall" come to play ? >From a general viewpoint the m

Re: Spamassassin question [was Re: Do I have an open relay?]

2003-06-24 Thread Jonathan Arnold
All tests performed, no relays accepted. My access file only contains a list of domains I reject: Why not just not have one at all? As the top line says: ## Mail relay access control list. Default is to reject mail unless the ## destination is local, or listed in /etc/mail/sendmail.cw Well, my /

Installing FreeBSD on fancy HP Cluster server boot error:(noperiph:sym0:0:-1:-1):SCSI BUS reset delivered.

2003-06-24 Thread Etienne Ledoux
Greetings I'm trying to install FreeBSD on a HP Cluster Server. But when I boot with the CD's ( 4.4, 4.8 & 5.0 ), it will boot all the way upto "Wait 15 seconds for SCSI devices to settle" and then it immedialty give the following message: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. (nope

RE: umodem config

2003-06-24 Thread Jeandre du Toit
5.1 is on my computer at the moment, I will install 4.7 tonight and send you the GENERIC dmesg.boot file tomorrow. I have not set up my ppp yet, I don't know how to do it for usb, the way I understand it ucom lets you use the usb modem like a tty but I have not been able to get that right. Am I

Web Server not allowing external visitors

2003-06-24 Thread Gav....
Hi, Subject says it all really, what good is a website if only I can view it? Ok, brief history of problem and setup details, I'm sure I'll leave something out you need. I had 3 computers all run MS and Apache2 Web Server was on the main one connecting to the net via ADSL and using dyndns.org cl

ftp mirroring program

2003-06-24 Thread Kliment Andreev
I need a good ftp mirroring program. I've checked the ports and there are couple of them. I don't have time to try them all, so any recommendation is highly appreciated. Thanks... ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listi

JDK on freebsd?

2003-06-24 Thread Vincent Chen
Hi, all I need a jsp engine on freebsd. One installation on linux from my office works great so far. What's the status and how stable JDK are on freebsd? Which jdk version will you recommend? Is there any ready-to-go package available or I must build it from port? Thanks for your help, Vincent

Re: JDK on freebsd?

2003-06-24 Thread Marco Trentini
Vincent Chen wrote: Hi, all I need a jsp engine on freebsd. One installation on linux from my office works great so far. What's the status and how stable JDK are on freebsd? Which jdk version will you recommend? Is there any ready-to-go package available or I must build it from port? There is a ar

regarding SDR/VIC with FreeBSD

2003-06-24 Thread Abhinandan_Som
Hi, I have this setup for mbone on a box with FreeBSD 4.8 where I have a Brooktree878 WinTV card and have installed the drivers properly and enabled the kernel to do multicast routing. However, whenever I launch VIC through SDR and try to select the proper device for my video, it shows me "mete

Re: Re-building sendmail

2003-06-24 Thread Bill Campbell
On Tue, Jun 24, 2003 at 11:40:52AM +0300, Benzi Mizrahi wrote: >áéåí ùìéùé, 24 áéåðé 2003, 06:06, Bill Campbell ëúá: >> When I first connected our systems to the Internet over ten years ago, the >> CERT advisories on sendmail were about the size of a Manhattan phone book. >> Over the years, it

Qlogic Fibre Channel Host Adapter

2003-06-24 Thread Chad Stalvey
Hello, I'm needing some help with a QLA2200 Fibre Channel Card on FreeBSD 4.2. I've installed the card and the bios sees the raid 5 partition on our san. When booting I see a warning message of: isp0: port 0x3000-0x30ff mem 0xf420-0xf4200fff irq 5 at device 4.0 on pci2 isp0: WARNING- cannot

Possible bug in 5.1 - su / utmp

2003-06-24 Thread Raymond Sundland
I found this very interesting when I saw it originally, but then found it was probably a bug. Basically, when I log into my 5.1-RELEASE box (compiled today from CVS), I can do a 'w' and get the following: % w 10:39AM up 5:01, 1 user, load averages: 0.00, 0.00, 0.00 USER TTY F

Re: Why must I use firewall ?

2003-06-24 Thread Bill Moran
Supote Leelasupphakorn wrote: Hi, all So far, I known firewall is a choice when I want to protect my boxes from crackers but my question is if I closed the service I don't use (such as port 25 for STMP) so the cracker out there can't attack, what's the reason "firewall" come to play ? First of

Re: can someone translate these log messages please?

2003-06-24 Thread David Loszewski
no one knows what this means? Dave - Original Message - From: "David Loszewski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 11:28 PM Subject: can someone translate these log messages please? > I have a Mylex Acceleraid 160, I seem to be getting these message

Re: Web Server not allowing external visitors

2003-06-24 Thread Bill Moran
Gav wrote: Hi, Subject says it all really, what good is a website if only I can view it? Ok, brief history of problem and setup details, I'm sure I'll leave something out you need. I had 3 computers all run MS and Apache2 Web Server was on the main one connecting to the net via ADSL and using

Re: Possible bug in 5.1 - su / utmp

2003-06-24 Thread Raymond Sundland
In addition to my previous email, I found the following: % ps auwx |grep login root 587 0.0 0.1 1604 1220 p0 Is5:39AM 0:00.01 login [pam] (login) root57250 0.0 0.1 1604 1232 p1 Is7:44AM 0:00.02 login [pam] (login) root 6162 0.0 0.1 1604 1236 p2 Ss 11:08A

Re: Possible bug in 5.1 - su / utmp

2003-06-24 Thread Raymond Sundland
Nevermind this last email from a different box :) Raymond Sundland wrote: In addition to my previous email, I found the following: % ps auwx |grep login root 587 0.0 0.1 1604 1220 p0 Is5:39AM 0:00.01 login [pam] (login) root57250 0.0 0.1 1604 1232 p1 Is7:44AM 0

Re: Possible bug in 5.1 - su / utmp

2003-06-24 Thread sektie
tsk tsk, you got posting about it before I did. I'm actually having the same problem. I've noticed 5.1 installed via cvsup/compile does this, but a cd new install does not. No one at work was able to replicate this error, but they were all using the CD. Randi Harper [EMAIL PROTECTED] http://pe

problems with XFree86

2003-06-24 Thread Blaise.BATISSE
Heelo, I'm working in France for the CNRS and I just installed FreeBSD 5.1- Release-i386. The installation was successfull but now I don't manage to open any graphic environnement (neither KDE nor Gnome). The error is : "error in locking authority file /home/.../.Xauthority". I consulted the file n

Re: ftp mirroring program

2003-06-24 Thread Bill Campbell
On Tue, Jun 24, 2003 at 10:10:03AM -0400, Kliment Andreev wrote: >I need a good ftp mirroring program. I've checked the ports and there are >couple of them. I don't have time to try them all, so any recommendation is >highly appreciated. We primarily use rsync. BTW: Do any of the freebsd ftp sit

Re: FW: closed stream message when attempting portupgrade

2003-06-24 Thread Lukasz Ciazynski
Schroeder, Aaron wrote: I had a similar problem. If I remember correctly ruby rebuild fixed it for me. Lukasz Hello, I originally sent this to ports, but I think questions is the proper group. This is probably a trivial fix on my end, but I have never run into this before. When I am trying to

Re: Xfree86 Config Problems

2003-06-24 Thread bsd
Thanks for prompt reply, guys. I enjoy this community, but hate the install. While I didn't mention it in my email, I did try this as well: > > # XFree86 -configure And it didn't work. Gave me X cursor in gray screen and could not get out. As for checking for multiple config files, how would

kernel panic in bpf_mtap

2003-06-24 Thread Hal Burch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In a 4.8-STABLE kernel (cvsup'd yesterday), I'm getting a kernel panic early in bpf_mtap. I use bpf extensively (through the pcap library), but am now getting panics. This occurs on code I'm working on, not by default. This is happening on my laptop

RE: Xfree86 Config Problems

2003-06-24 Thread Timms, Simon
sounds like you are doing pretty good. If you are getting the gray screen and black X then your video card is supported and you have started X. What you are missing is a window manager. I don't know what window manager you want but give fluxbox a try, it is in the ports collection. If you want

Re: Re-building sendmail

2003-06-24 Thread Lowell Gilbert
"Martin Ryan" <[EMAIL PROTECTED]> writes: > What's the best way to rebuild sendmail with DB4? There's a makefile in > /usr/src/usr.sbin/sendmail and there also a sendmail port and I'm not > sure which is the recommended way to go. FWIW, I want to get > milter-sender going > (http://www.snert.com

Re: can someone translate these log messages please?

2003-06-24 Thread Lowell Gilbert
"David Loszewski" <[EMAIL PROTECTED]> writes: > I have a Mylex Acceleraid 160, I seem to be getting these messages in my logs, could > someone tell me what they mean? Something I should be worried about? > > mly0: physical device 0:0 sense data received > mly0: sense key 1 asc 03 ascq 01 >

Re: ftp mirroring program

2003-06-24 Thread Joshua Oreman
On Tue, Jun 24, 2003 at 08:47:35AM -0700 or thereabouts, Bill Campbell seemed to write: > On Tue, Jun 24, 2003 at 10:10:03AM -0400, Kliment Andreev wrote: > >I need a good ftp mirroring program. I've checked the ports and there are > >couple of them. I don't have time to try them all, so any recomm

Re: Boot order with firewire 4.8-RELEASE

2003-06-24 Thread Bill Campbell
On Tue, Jun 24, 2003 at 08:15:41AM +0100, Matthew Seaman wrote: >On Mon, Jun 23, 2003 at 04:40:24PM -0700, Bill Campbell wrote: > ... >> My basic question is how does one control the order devices are scanned >> during the boot process? I would like to be sure that the system will come >> up after

Re: can someone translate these log messages please?

2003-06-24 Thread David Loszewski
yea, they're coming up in the kernel logs. I tested this drive on an Adaptec 29160 and everything tested out fine on it. Dave - Original Message - From: "Lowell Gilbert" <[EMAIL PROTECTED]> To: "David Loszewski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 1:

locate database

2003-06-24 Thread Ben Polidore
My locate database is not being updated. If I run the script in /etc/periodic/weekly this is the output: [EMAIL PROTECTED]:/etc/periodic/weekly]# ./310.locate Rebuilding locate database: [EMAIL PROTECTED]:/etc/periodic/weekly]# That takes about 1 second. This is an ls on the db file. [EMAIL P

Re: snoop

2003-06-24 Thread adrian kok
Hi all Thank you for your reply If I install those software, does my server have security problem? In my memory, I read a books before. sth will make the network card to prismous mode and there is security problem I am not sure about it. please teach me thank you again --- Fernando Gleiser

Re: JDK on freebsd?

2003-06-24 Thread Rev. Joe Doyle Ardent
Marco Trentini wrote: > > Vincent Chen wrote: > > Hi, all > > > > I need a jsp engine on freebsd. One installation on > > linux from my office works great so far. What's the > > status and how stable JDK are on freebsd? Which jdk > > version will you recommend? Is there any ready-to-go > > packag

Our site and freebsd.org

2003-06-24 Thread Randy
Dear Freebsd, I'm the webmaster of a free email service website at "http://www.fatmailbox.com"; . I've collected quality links to other similar resources on the Internet on my links page. I came across your site and feel that it'd make perfectly fit in my collection of quality links. I've al

Re: can someone translate these log messages please?

2003-06-24 Thread Lowell Gilbert
"David Loszewski" <[EMAIL PROTECTED]> writes: > yea, they're coming up in the kernel logs. I tested this drive on an > Adaptec 29160 and everything tested out fine on it. Okay, so what do you mean exactly about them filling up your logs? Multiple messages per second? > Dave > > - Origina

ifconfig and Postoffice

2003-06-24 Thread Grant Peel
Hi all. A number of days back I had asked a question about IPaliasing and ifconfig. One of the answers I got was correct, but took a while for me to prove it out. The question was: If I have multiple IPs from a different network, should I be using the new netmask, or the book value of 255.255.255

xawtv overlay-mode not available for current?

2003-06-24 Thread Martin Krzysiak
Hi! The last thing which makes me stay on 4.8 is xawtv. I have overlay-mode for the bktr-driver here. Since 5.0, I cannot choose overlay anymore. Only grabbing is available, which is affected by the CPU load. Any hints how to make xawtv use overlay mode on current? Thanks, Martin ___

RE: Xfree86 Config Problems

2003-06-24 Thread Jud
On Tue, 24 Jun 2003 11:00:27 -0600, "Timms, Simon" <[EMAIL PROTECTED]> said: > sounds like you are doing pretty good. If you are getting the gray > screen > and black X then your video card is supported and you have started X. > What > you are missing is a window manager. I don't know what windo

Re: JDK on freebsd?

2003-06-24 Thread Matthew Seaman
On Tue, Jun 24, 2003 at 12:42:21PM -0700, Rev. Joe Doyle Ardent wrote: > Marco Trentini wrote: > > > > Vincent Chen wrote: > > > Hi, all > > > > > > I need a jsp engine on freebsd. One installation on > > > linux from my office works great so far. What's the > > > status and how stable JDK are on

GIMP

2003-06-24 Thread Konrad Scorciapino
Hello, I want to install the stable version of gimp with the package system, however, after checking the FreeBSD's main ftp site, I've only found the unstable version. Where else can I find this package? Thanks! ___ [EMAIL PROTECTED] mailing list http

[no subject]

2003-06-24 Thread Zeo Smeijsters
Hi, all Maybe a simple question for somebody who knows the answer, "this counts for for all questions"; Thinking about using a Hauppauge WinTV PCI TV card to capture (Hi Quality) images to store locally and to publish (Cron?) over FTP as a WebCam function. Is there a simple command line program

Re: Our site and freebsd.org

2003-06-24 Thread Konrad Scorciapino
Even here? On Tue, 24 Jun 2003 16:05:43 -0400 "Randy" <[EMAIL PROTECTED]> wrote: > Dear Freebsd, > > I'm the webmaster of a free email service website at > "http://www.fatmailbox.com"; . I've collected quality links to other > similar resources on the Internet on my links page. I came across

Re: GIMP

2003-06-24 Thread Kris Kennaway
On Tue, Jun 24, 2003 at 06:08:13PM -0300, Konrad Scorciapino wrote: > Hello, > > I want to install the stable version of gimp with the package > system, however, after checking the FreeBSD's main ftp site, I've only > found the unstable version. Where else can I find this package? The distfile co

Re: can someone translate these log messages please?

2003-06-24 Thread David Loszewski
not per second, like a few of them every 30 minutes or so Dave - Original Message - From: "Lowell Gilbert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 4:30 PM Subject: Re: can someone translate these log messages please? > "David Loszewski" <[EMAIL PROTECTE

boot with GRUB

2003-06-24 Thread Robert Storey
I recently installed 5.1-RELEASE - I was previously using 5.0. When I had 5.0, I could easily boot FBSD from GRUB using these settings in my Linux's /boot/grub/menu.lst file: title FreeBSD root (hd0,1,a) kernel /boot/loader boot These settings no longer work, and I get an error message t

banners on tcpd (tcpwrappers)

2003-06-24 Thread Vincent Poy
Greetings everyone: Does anyone know what needs to be done to the tcpd - tcp wrappers to get banners to work? Thanks. Cheers, Vince - [EMAIL PROTECTED] - Vice President __ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink

PPPoE emulation on USB modems? (non PPPoA ISPs)

2003-06-24 Thread Nuno Teixeira
Hello to all, Today I subscribed to an adsl service in Portugal. I choose to buy a Alcatel SpeedTouch USB modem because of pppoa port exists. PPPoA port doesn't work because my ISP don't support PPPoA connections, only PPPoE. (Bad luck!). I've searched google and I found that the solution for th

Re: boot with GRUB

2003-06-24 Thread Christian Laursen
Robert Storey <[EMAIL PROTECTED]> writes: > I recently installed 5.1-RELEASE - I was previously using 5.0. > > When I had 5.0, I could easily boot FBSD from GRUB using these settings > in my Linux's /boot/grub/menu.lst file: > > title FreeBSD > root (hd0,1,a) > kernel /boot/loader > boot

Re: JDK on freebsd?

2003-06-24 Thread Gary Kline
On Tue, Jun 24, 2003 at 10:05:51PM +0100, Matthew Seaman wrote: > On Tue, Jun 24, 2003 at 12:42:21PM -0700, Rev. Joe Doyle Ardent wrote: > > Marco Trentini wrote: > > > > > > Vincent Chen wrote: > > > > Hi, all > > > > > > > > I need a jsp engine on freebsd. One installation on > > > > linux from

Re:

2003-06-24 Thread Vulpes Velox
On Thu, 24 Jul 2003 23:08:14 +0200 Zeo Smeijsters <[EMAIL PROTECTED]> wrote: > Hi, all > > Maybe a simple question for somebody who knows the answer, "this counts for > for all questions"; > Thinking about using a Hauppauge WinTV PCI TV card to capture (Hi Quality) > images to store locally and

Re: boot with GRUB

2003-06-24 Thread Robert Storey
On 25 Jun 2003 00:12:57 +0200 Christian Laursen <[EMAIL PROTECTED]> wrote: > Robert Storey <[EMAIL PROTECTED]> writes: > > > I recently installed 5.1-RELEASE - I was previously using 5.0. > > > > When I had 5.0, I could easily boot FBSD from GRUB using these > > settings in my Linux's /boot/grub

Re: banners on tcpd (tcpwrappers)

2003-06-24 Thread Stephen Hovey
What do you mean by banners? and in what environment? (You talking about ad banners on web pages? or something else) On Tue, 24 Jun 2003, Vincent Poy wrote: > Greetings everyone: > > Does anyone know what needs to be done to the tcpd - tcp wrappers > to get banners to work? Thanks. > >

Re: banners on tcpd (tcpwrappers)

2003-06-24 Thread Vincent Poy
I'm referring to /usr/libexec/tcpd as in the TCP Wrappers which relies on /etc/hosts.allow. The environment is pretty much for anything via terminal access and not via the web. tcpwrappers used to be a port on FreeBSD and that one when you edit the files would allow the banners to work bu

Re: snoop

2003-06-24 Thread Bill Moran
adrian kok wrote: Hi all Thank you for your reply If I install those software, does my server have security problem? In my memory, I read a books before. sth will make the network card to prismous mode and there is security problem I am not sure about it. please teach me Promiscuous mode is a mod

Distribute VIO Mini Garden with a drop of water

2003-06-24 Thread VIO Garden
To: Marketing Dept. From: VIO System/ California, USA We're sorry to disturb you with this message, but nowadays, there are not many products to distribute because all the products are already introduced by multi national companies. But we have products that will help you gaining market share qu

Re: Network Performace

2003-06-24 Thread Shawn Ramsey
> > with unused USB and onboard NIC which is also not used. Should I be able > > to push more than 100Mb sec with such a system? It is not doing anything > > else, no NAT, one IPFW rule. OS is FreeBSD 4.7-RELEASE. > > All depends how big the packets are etc. - 90% interrupt time is fairly > typi

Where did my partitions go?

2003-06-24 Thread Brian McCann
Ok...I'm having a small panic. I have a server that I just got a 180GB IDE HD forbut the controller cards I have don't support drives over 137GB, so I had to use the one Western Digital gave me. Once I added that in, in threw off my drive assignments. Here are the setups BEFORE the upgrade:

bus error

2003-06-24 Thread David S. Jackson
Hi, First, forgive me if this doesn't come through devoid of html. I'm normally a mutt user, but I'm trying evolution. We'll see how it goes. I'm on a $.%-STABLE system, and I've been experiencing some disk errors; I did an fsck -y on the slice where /usr lives. (I forgot it was /usr when I di

Online Content Management Tool - question

2003-06-24 Thread admin
other than zope - are there any good onlin content management tools out there that allow people to update webpages and cgi code easily? - Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscrib

Re: Boot order with firewire 4.8-RELEASE

2003-06-24 Thread Bill Campbell
On Tue, Jun 24, 2003 at 10:31:32AM -0700, Bill Campbell wrote: >On Tue, Jun 24, 2003 at 08:15:41AM +0100, Matthew Seaman wrote: ... >>You can get round that by 'wiring down' the SCSI buses and devices in >>your kernel config. Eg. assume that your boot drive is at LUN 0 on an >>Adaptec SCSI interfa

Re: boot with GRUB

2003-06-24 Thread Dan Nelson
In the last episode (Jun 25), Robert Storey said: > On 25 Jun 2003 00:12:57 +0200 Christian Laursen <[EMAIL PROTECTED]> wrote: > > Robert Storey <[EMAIL PROTECTED]> writes: > > > When I had 5.0, I could easily boot FBSD from GRUB using these > > > settings in my Linux's /boot/grub/menu.lst file: >

Re: Online Content Management Tool - question

2003-06-24 Thread Roger Merritt
At 07:33 AM 6/25/03, you wrote: other than zope - are there any good onlin content management tools out there that allow people to update webpages and cgi code easily? I'm just in the process of installing one called Pagetool (http://www.pagetool.org/) which looks good. Based on PHP. I also like

Printing Anomalies with fonts for CUPS

2003-06-24 Thread K Anderson
The Problem: When I print from programs like OpenOffice, StartOffice or Netscape the printing sometimes overlaps, goes past the page margins or even sometimes beyond an object's margings (Things like tables will cause this). If I use print to file then have ghostscript to view it everything look

Upgrade fail on reboot

2003-06-24 Thread Gregory Norman
I'm trying to upgrade from 4.4 Release to 4.8 Release. Everything goes well until I reboot after building and installing my new kernel. This machine serve as a gateway, nat, ipfw. I'm using a custom kernel. Prior to upgrading everything worked fine. When I reboot it hangs after: ppi0: on ppbus

Re: bus error

2003-06-24 Thread Bill Moran
David S. Jackson wrote: Hi, First, forgive me if this doesn't come through devoid of html. I'm normally a mutt user, but I'm trying evolution. We'll see how it goes. I'm on a $.%-STABLE system, and I've been experiencing some disk errors; I did an fsck -y on the slice where /usr lives. (I forgo

Re: About Patches

2003-06-24 Thread Colin Percival
Matthew Seaman <[EMAIL PROTECTED]> wrote: On the other hand, check out the security/freebsd-update port and it's associated web site at http://www.daemonology.net/freebsd-update/ -- this isn't an 'official' part of FreeBSD yet (surely only a matter of time, though). This is a very interesting syst

Cd Install Problems

2003-06-24 Thread Peter Wong
When I pop in my installation cd and turn the comp, it spits out this: CD Loader 1.01 Building the boot loader arguments Read Error: 0x01 Could not find Primary Volume Descriptor I'm trying to install the 5.1 release on a: Pentium 166 32mb Ram STB_Virge (video) 2.5gb EIDE Mitsumi 12x IDE =

Re: boot with GRUB

2003-06-24 Thread Andrew Boothman
On Wednesday 25 June 2003 1:52 am, Dan Nelson wrote: > In the last episode (Jun 25), Robert Storey said: > > On 25 Jun 2003 00:12:57 +0200 Christian Laursen <[EMAIL PROTECTED]> wrote: > > > Robert Storey <[EMAIL PROTECTED]> writes: > > > > When I had 5.0, I could easily boot FBSD from GRUB using t

DPMS not working

2003-06-24 Thread Eric Dedrick
I'm running 4.8 and XF86 Version 4.2.1. DPMS isn't working right on my new machine (ASUS A7A266 motherboard). 1. The monitor is capable of doing DPMS 2. DPMS works fine when the monitor is just displaying a text console 3. DPMS does not work from X 4. I have checked my /etc/X11/XF86Config fil

Canon BJC-2100

2003-06-24 Thread Kostya Odnoralov
Hello! Is there any way to make my Canon BJC-2100 work under freebsd 4.8??? If it's possible, please point me to doc's, manuals or etc. Thanks. -- Kostya Odnoralov mailto:[EMAIL PROTECTED] http://www.net.sumy.ua ___ [EMAIL PROTECTED] mailing list http

Re: JDK on freebsd?

2003-06-24 Thread Benzi Mizrahi
ביום רביעי, 25 ביוני 2003, 01:27, Gary Kline כתב: > On Tue, Jun 24, 2003 at 10:05:51PM +0100, Matthew Seaman wrote: > > On Tue, Jun 24, 2003 at 12:42:21PM -0700, Rev. Joe Doyle Ardent wrote: > > > Marco Trentini wrote: > > > > Vincent Chen wrote: > > > > > Hi, all > > > > > > > > > > I need a jsp e