Re: cvsup and ports INDEX

2004-06-22 Thread Matt Navarre
On Tuesday 22 June 2004 11:34, you wrote: > > > > That's not what the man page implys: > > > > > > "The portsdb command is a tool to generates the ports database > > named INDEX.db from the ports index file named INDEX. It is commonly > > used among the tool suite and automatically updated on

Re: read vs. mmap (or io vs. page faults)

2004-06-22 Thread Mikhail Teterin
On Tuesday 22 June 2004 11:27 pm, Peter Wemm wrote: = mmap is more valuable as a programmer convenience these days. Don't = make the mistake of assuming its faster, especially since the cost of = a copy has gone way down. Actually, let me back off from agreeing with you here :-) On io-bound machi

Re: cvsup and ports INDEX

2004-06-22 Thread Kent Stewart
On Tuesday 22 June 2004 10:19 pm, Matt Navarre wrote: > On Tuesday 22 June 2004 09:51, Kent Stewart wrote: > > On Tuesday 22 June 2004 09:27 pm, Matt Navarre wrote: > > > On Tuesday 22 June 2004 07:05, [EMAIL PROTECTED] wrote: > > > > hello all, > > > > > > This checks out the new ports text file.

Re: Questions about Hauppauge WinTV 350

2004-06-22 Thread Wilkinson, Alex
On Wed, Jun 23, 2004 at 12:56:26PM +0930, Greg 'groggy' Lehey wrote: A number of software products use the Hauppauge WinTV 350 "Personal Video Recorder" (what a stupid name!). I've been planning to get one for some time, but here in Australia the prices are ridicul

Re: NVidia Riva TNT2 64 ?

2004-06-22 Thread Leela
hemepar wrote: I'm trying to install on a Intel motherboard, P4 1.6 GHz, 128 Mb RAMBUS, 8139 Realtek netwok and a 32 Mb NVidia Riva TNT2 64 video card. As Brian noted, a TNT2 works great with the "nv" driver, although you may also have to adjust your "Monitor" and "Screen" sections of your XFree86

Re: cvsup and ports INDEX

2004-06-22 Thread Matt Navarre
On Tuesday 22 June 2004 09:51, Kent Stewart wrote: > On Tuesday 22 June 2004 09:27 pm, Matt Navarre wrote: > > On Tuesday 22 June 2004 07:05, [EMAIL PROTECTED] wrote: > > > hello all, > > > > This checks out the new ports text file. > > > > > # portsdb -Uu <<< ...this?

Re: FreeBSD install on SCSI: Missing Operating System

2004-06-22 Thread Jeremy Kister
On Tuesday, June 22, 2004 10:57 PM, I wrote: > the whole installation process goes smooth, but upon reboot, I simply get > 'Missing Operating System'. I've given up on 4.9-R and tried 5.2.1-R, which is working fine. Sorry for the noise. Jeremy Kister http://jeremy.kister.net/ __

Re: cvsup and ports INDEX

2004-06-22 Thread Kent Stewart
On Tuesday 22 June 2004 09:27 pm, Matt Navarre wrote: > On Tuesday 22 June 2004 07:05, [EMAIL PROTECTED] wrote: > > hello all, > > > > Connecting to cvsup.ca.FreeBSD.org > > Connected to cvsup.ca.FreeBSD.org > > Server software version: SNAP_16_1e > > Negotiating file attribute support > > Exchangi

Stack Overflow with CD Boot

2004-06-22 Thread Jamil Buchalla Neto
This isn´t the first time, the same happened with 5.1. When I try to install using the miniinst ISO after the little devil appears on screen so I can choose an option I get stack overflow error. This doesn´t happen with the floppie images. I used Nero to burn both the 5.1 and the 5.2 versions al

Re: cvsup and ports INDEX

2004-06-22 Thread Matt Navarre
On Tuesday 22 June 2004 07:05, [EMAIL PROTECTED] wrote: > hello all, > > Connecting to cvsup.ca.FreeBSD.org > Connected to cvsup.ca.FreeBSD.org > Server software version: SNAP_16_1e > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data connect

Re: How can I upgrade my FreeBSD Handbook?

2004-06-22 Thread Randy Pratt
On Tue, 22 Jun 2004 20:35:31 -0700 (PDT) Mark Jayson Alvarez <[EMAIL PROTECTED]> wrote: > Hi, > I've already upgraded my freebsd 4.9 to 4.10 using > make buildworld and installworld. I also have > rebuilded the kernel. > I'm totally sure that when I used cvsup to fetch the > sources for FreeBS

mknod /dev/psm0 c 21 1 root:wheel (fails..)

2004-06-22 Thread Bill Schoolcraft
Subject: mknod /dev/psm0 c 21 1 root:wheel (fails..) Hello, I've been trying to figure out "what" creates /dev/psm0 on FreeBSD-5.2.1 for I'm stuck with a new Dell-Inspiron-5150 where FreeBSD cannot see the standard mouse. As I stated in my last email, Linux and Windows-XP has not displayed this

Re: Questions about Hauppauge WinTV 350

2004-06-22 Thread Rob
Greg 'groggy' Lehey wrote: A number of software products use the Hauppauge WinTV 350 "Personal Video Recorder" (what a stupid name!). I've been planning to get one for some time, but here in Australia the prices are ridiculous (more than double what they are nearly anywhere else). So I've decided

Re: read vs. mmap (or io vs. page faults)

2004-06-22 Thread Mikhail T.
вівторок 22 червень 2004 23:27, Peter Wemm, Ви написали: = On Monday 21 June 2004 10:08 pm, Mikhail Teterin wrote: = The amount of "work" for the kernel to do a read() and a high-speed = memory copy is much less than the cost of taking a page fault, running = a whole bunch of really really nasty c

Autoheader problem

2004-06-22 Thread Bernt. H
Hello! Trying to build a program from source but I can't. # gmake +==+ | --- GETTING READY TO BUILD - | +==+ | SuckMT 0.55 - A Multi Threaded suck replacement | | (C)2003 by Niels Ba

Re: Questions about Hauppauge WinTV 350

2004-06-22 Thread Jorge Mario G.
Hi there I have a leadtek card which I bought in the USA the box said NTSC, but when I went to europe I did not have any problem using it. there is also some firmwares that let you change that but I've never tried that. it worked for me with no problems Jorge = __

How can I upgrade my FreeBSD Handbook?

2004-06-22 Thread Mark Jayson Alvarez
Hi, I've already upgraded my freebsd 4.9 to 4.10 using make buildworld and installworld. I also have rebuilded the kernel. I'm totally sure that when I used cvsup to fetch the sources for FreeBSD 4.10, I have included an "src-all" line in the cvsup file, but when I visited freebsd.org, their ha

Re: read vs. mmap (or io vs. page faults)

2004-06-22 Thread Peter Wemm
On Monday 21 June 2004 10:08 pm, Mikhail Teterin wrote: > On Monday 21 June 2004 08:15 pm, Matthew Dillon wrote: > > = :The mmap interface is supposed to be more efficient -- theoreticly > = :-- because it requires one less buffer-copying, and because it > = :(together with the possible madvise())

Questions about Hauppauge WinTV 350

2004-06-22 Thread Greg 'groggy' Lehey
A number of software products use the Hauppauge WinTV 350 "Personal Video Recorder" (what a stupid name!). I've been planning to get one for some time, but here in Australia the prices are ridiculous (more than double what they are nearly anywhere else). So I've decided to have one sent from over

Re: cvsup and ports INDEX

2004-06-22 Thread Kent Stewart
On Tuesday 22 June 2004 07:05 pm, [EMAIL PROTECTED] wrote: > hello all, > > Connecting to cvsup.ca.FreeBSD.org > Connected to cvsup.ca.FreeBSD.org > Server software version: SNAP_16_1e > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data conn

FreeBSD install on SCSI: Missing Operating System

2004-06-22 Thread Jeremy Kister
I'm installing FreeBSD on an Intel ISP2150 dual 450 server with a Seagate ST39173LC 9GB SCA SCSI disk on an Adaptec AIC-7896 controller. I have no cd-rom, have created the two necessary floppies, and can install via FTP. the whole installation process goes smooth, but upon reboot, I simply get 'M

Zoom 3075 PCMCIA modem in FreeBSD

2004-06-22 Thread j . e . drews
Hi: Is anyone using the Zoom Model 3075 56K V.92 PCMCIA Modem under FreeBSD? The spec sheet from this URL http://www.zoom.com/products/dial_up_pc_card.html says that it works under Linux. I wonder if it works in FreeBSD too? I checked the FreeBSD laptop compatibility list here and there was no

interpreting netstat

2004-06-22 Thread Robert Huff
Poking around the system, I discovered the "m" option to netstat and got this: 261 mbufs in use 74/17088 mbuf clusters in use (current/max) 0/4/4528 sfbufs in use (current/peak/max) 213 KBytes allocated to network 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I

cvsup and ports INDEX

2004-06-22 Thread epilogue
hello all, Connecting to cvsup.ca.FreeBSD.org Connected to cvsup.ca.FreeBSD.org Server software version: SNAP_16_1e Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection ports-all/cvs Checkout ports/INDEX

Re: how do I switch kernels in 5.x ?

2004-06-22 Thread Andy Miller
On Tue, Jun 22, 2004 at 05:32:10PM -0700, Joe Schmoe wrote: > > I successfully compiled a new kernel, and was using it. No problem. > > Then I decided to move back to the old, GENERIC kernel. I did this by moving > /boot/kernel to /boot/kernel.new, and then renaming /boot/kernel.old to /boot/k

Re: Problems with Kuser

2004-06-22 Thread epilogue
On Tue, 22 Jun 2004 20:17:34 -0500 "Douglas Korinke" <[EMAIL PROTECTED]> wrote: > I am running FBSD 4.9 with KDE 3.1.2 on a Toshiba Satellite 2405-S221. > > Problem arose today when using kuser while under root and adding a user > with the program. > > I shut down x windows system and kde and sh

apache13 security alert

2004-06-22 Thread fbsd_user
I missed this alert last week and I believe many people on the questions list missed it also. So here is the alert. apache-1.3.31_1 has known vulnerabilities: mod_ssl stack-based buffer overflow. Reference: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2004-0488 Apache13 has been updated in

Problems with Kuser

2004-06-22 Thread Douglas Korinke
I am running FBSD 4.9 with KDE 3.1.2 on a Toshiba Satellite 2405-S221. Problem arose today when using kuser while under root and adding a user with the program. I shut down x windows system and kde and shutdown the laptop and returned to it later that night to find out my password for root was

j2sdk

2004-06-22 Thread epilogue
On Wed, 23 Jun 2004 00:55:10 + "miguel calvo" <[EMAIL PROTECTED]> wrote: > > Where i can download the j2sdk-1_4_2_02-linux-i586.bin file? > try java.sun.com for starters, then follow the links. > > M size=4>IGUEL CALVO > > _

j2sdk

2004-06-22 Thread miguel calvo
Where i can download the j2sdk-1_4_2_02-linux-i586.bin file? MIGUEL CALVO _ MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or

j2sdk

2004-06-22 Thread miguel calvo
Where i can download the j2sdk-1_4_2_02-linux-i586.bin file? MIGUEL CALVO _ MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or

Problem with Remote 5.2.1 Kernel Debugging

2004-06-22 Thread Mark Teel
Hello: I have configured remote kernel debugging as prescribed in the developer's handbook. I am able to remotely connect to the target and step through code, but once I enter "cont" in gdb on the debug machine, I cannot ever "interrupt" or "break" the target kernel execution. It is as if the

Multiple choices for RAID-0, best performance?

2004-06-22 Thread Daniel Eriksson
With the recent addition of a geom-enabled vinum, and the discussed (but not yet functional?) geom stripe module, we now have 4 different choices for software RAID-0 on ATA devices (the other two are regular vinum and ataraid). I'm currently using a mix of vinum and ataraid on one of my servers,

Re: FreeBSD 5.2.1 & OpenLDAP21-server won't start

2004-06-22 Thread David Snyder
Well, I finally figured out how to get it to work. It installed the script into: /etc/rc.d instead of where i thought it would be... /usr/local/etc/rc.d/ and I had to put the following line in /etc/rc.conf slapd_enable="YES" But on boot... it was saying that it was having a problem with the ine

how do I switch kernels in 5.x ?

2004-06-22 Thread Joe Schmoe
I successfully compiled a new kernel, and was using it. No problem. Then I decided to move back to the old, GENERIC kernel. I did this by moving /boot/kernel to /boot/kernel.new, and then renaming /boot/kernel.old to /boot/kernel Is this correct, or will there be problems when I reboot

Problem with Remote Kernel Debugging

2004-06-22 Thread Mark Teel
Hello: I have configured remote kernel debugging as prescribed in the developer's handbook. I am able to step through code, but once I enter "cont" in gdb on the debug machine, I cannot ever "interrupt" or "break" the target kernel execution. It is as if the Ctrl-C character is being ignored o

Re: Firefox will not start after javaplugin install failed.

2004-06-22 Thread Andreas Davour
On Tue, 22 Jun 2004 [EMAIL PROTECTED] wrote: > On Tue, 22 Jun 2004 17:44:28 +0200 (CEST) > Andreas Davour <[EMAIL PROTECTED]> wrote: > > > > > Hi! > > > > I stumbled upon a page that complained that I had to install a java > > plugin to view the page. I do have a java jvm installed but din't think

FreeBSD 5.2.1-Release Userland ppp set server issue.

2004-06-22 Thread Kruptos
Hey everyone, I was wondering if anyone was having problems with ppp in 5.2.1 release and if you have a way to fix it. Here is my problem. I run ppp in ddial mode. I open a server/socket so that I can tweak it without killing it or to check on its status. Just in case. I have been doing this

Re: fsck not working / Soft Update error / Can't boot Up

2004-06-22 Thread Curtis Almond
Did you try fsck -y? On Tue, 22 Jun 2004 00:13:55 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hey everyone, > > I booted my system up and it gets an error and goes into single user mode I > think. It gives me a /bin/sh question. So, I press enter. > > I run the command fsck > After

Re: FreeBSD weakness.

2004-06-22 Thread Curtis Almond
I have been playing with Linux and BSD for about 3 years. I have landed on the following. 1. FreeBSD is great for non-cluster server install bases. 2. FreeBSD is great for a workstation if you really really like compiling and hand editing config files. 3. Linux is best for a workstation desktop s

Re: Kernel compiling. gcc stops at warnings

2004-06-22 Thread Kris Kennaway
On Tue, Jun 22, 2004 at 01:01:22PM -0800, Karim Forsthofer wrote: > Good evening > > I tried to compile a new kernel from my 5.1 bsd cd. > "Config" and "make depend" worked well, but "make" has put > out some warnings about unused functions in npx.c (or something else). > I searched in the newsgro

Re: Darwin/NFS fixes

2004-06-22 Thread Kris Kennaway
On Tue, Jun 22, 2004 at 09:39:00AM -0400, Kevin A. Pieckiel wrote: > I understand that the Darwin development team has implemented some useful > NFS changes/enhancements in their codebase. I was wondering if any of the > NFS work from Darwin has been merged into the FreeBSD codebase. Does > anyon

Re: NVidia Riva TNT2 64 ?

2004-06-22 Thread Brian Astill
FWIW, I have that card and it seems to work just fine using the "nv" driver. When you are given choices in the "helper" programs for XFree86 setup, just choose the nearest descrptor you can find which uses that "nv" driver. You could also write that "nv" manually into your XF86Config file, if

Re: NVidia Riva TNT2 64 ?

2004-06-22 Thread Lucas Holt
I can't comment on the video cards, but the realtek NIC chipset might cause you some problems. I recently had to replace a realtek based NIC in a lowend server with a 3com because of oversized packets in the logs and the server would halt after about a week up. If you are using the machine ca

Re: three libtools - portupgrade question

2004-06-22 Thread Dan Nelson
In the last episode (Jun 22), Ben Paley said: > I've got three versions of libtool on my system: > > bash-2.05b$ pkg_info | grep libtool > libtool-1.3.5_2 Generic shared library support script (version 1.3) > libtool-1.4.3_2 Generic shared library support script > libtool-1.5 Gener

three libtools - portupgrade question

2004-06-22 Thread Ben Paley
Hello, I've got three versions of libtool on my system: bash-2.05b$ pkg_info | grep libtool libtool-1.3.5_2 Generic shared library support script (version 1.3) libtool-1.4.3_2 Generic shared library support script libtool-1.5 Generic shared library support script bash-2.05b$ Does

How many hosts can utilize one NAT server?

2004-06-22 Thread Minnesota Slinky
I was wondering how many hosts can a single NAT server server? I couldn't find it on the net, although I know it's there somewhere. Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588 ___ [EMAIL PROTECTED] mailing list http://lists.fr

Courier IMAP and SSL question

2004-06-22 Thread Brent Wiese
Posted this once before, got no response... Hoping maybe someone may have some ideas now... Please!!! -Original Message- I'm a bit stumped and hoping someone else has had (and solved) my problem. First, working on a system installed by another tech. That's always lovely. FreeBSD 4.9 Co

NVidia Riva TNT2 64 ?

2004-06-22 Thread hemepar
Dear Friends : I´m trying to install a 5.0 FreeBSD and, after my tenth try... I´m quitting. The XFree86 don´t recognize my video card ! Also, after a buggy installer (!) , after choosing KDE at the installation, I have to type startx at the terminal (?) and nothing happens or worst, I have a wro

Re: Migrating cvs repositories from Linux to FreeBSD

2004-06-22 Thread login
Hello all, I got two hosts with the following specs: The oldhost is running Mandrake Linux 8.2 version 2.4.18-6mdk and newhost is running FreeBSD 5.2.1-RELEASE. The cvs versions on these hosts are: oldhost# cvs -v Concurrent Versions System (CVS) 1.11.1p1 (client/server) .. oldhost#

Re: 'ftp' command does what...?

2004-06-22 Thread Peter Risdon
Kirk Strauser wrote: On Tuesday 2004-06-22 01:36 pm, Chuck Swiger wrote: ftp ftp://ftp.andrew.cmu.edu ...is not a valid URL in that no path component is specified (even a trailing '/') - at least, that's my understanding of it. Try this instead: ftp ftp://ftp.andrew.cmu.edu/ which works as e

Re: Question about HP drivers

2004-06-22 Thread Peter Risdon
I sent this off-list, but it would be better here. Carlos Lizana (CH/CEC) wrote: FreeBSD 4.5 Is the ethernet chipset listed as supported on freebsd.org? What version of freebsd are you using? On Jun 22, 2004, at 12:38 PM, Carlos Lizana (CH/CEC) wrote: Hi Folks, we have installed two FreeBSD, is

Kernel compiling. gcc stops at warnings

2004-06-22 Thread Karim Forsthofer
Good evening I tried to compile a new kernel from my 5.1 bsd cd. "Config" and "make depend" worked well, but "make" has put out some warnings about unused functions in npx.c (or something else). I searched in the newsgroup and found some similar postings to this subject It seems to me, that the pr

Appaulingly slow DNS resolution from gnome apps

2004-06-22 Thread Chris Smith
Hi, I'm getting a nasty problem with Gnome 2.6 on 4.10-RELEASE. Any apps with a GTK2 UI (evolution, firefox) are having real issues doing DNS lookups. They time out regularly. Nslookup on the same hosts is instant. Anyone seen this or know how to fix it? Thanks all, - Chris. ___

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Bob Johnson
Bill Moran wrote: "David E. Meier" <[EMAIL PROTECTED]> wrote: Like I said, we'll never know till someone tries it. It looks like Dovecot is going to try it eventually, but it seems like they have other priorities at this time. "Someone" already stores mails in a database: Oracle (Email Server and

Re: read vs. mmap (or io vs. page faults)

2004-06-22 Thread Matthew Dillon
(current removed, but I'm leaving this on question@ since it contains some useful information). :This is, sort of, self-perpetuating -- as long as mmap is slower/less :reliable, applications will be hesitant to use it, thus there will be :little insentive to improve it. :-( Well, agai

Re: atapi/cam driver

2004-06-22 Thread Gerard Samuel
On Tuesday 22 June 2004 08:28 am, Simon Barner wrote: > Hi, > > your kernel configuration looks good: > > # ATA and ATAPI devices > > device ata > > device atadisk # ATA disk drives > > device atapicd # ATAPI CDROM drives > > options

Re: Boot Loader Config

2004-06-22 Thread Luke
What can I modify to make the machine Automatically select option # 2 during the boot process? Check out your /boot/loader.conf file. Comment out the hint.acpi.0.disabled="1" if it's in there. I don't know for sure that this will work, but I'd try it. my /boot/loader.conf file is empty. Perhaps t

Re: Boot Loader Config

2004-06-22 Thread whizkid
> >> What can I modify to make >> the machine Automatically select option # 2 during the boot process? > > Check out your /boot/loader.conf file. > Comment out the hint.acpi.0.disabled="1" if it's in there. > I don't know for sure that this will work, but I'd try it. > > my /boot/loader.conf file

Re: 'ftp' command does what...?

2004-06-22 Thread Kirk Strauser
On Tuesday 2004-06-22 01:36 pm, Chuck Swiger wrote: > ftp ftp://ftp.andrew.cmu.edu ...is not a valid URL in that no path component is specified (even a trailing '/') - at least, that's my understanding of it. Try this instead: ftp ftp://ftp.andrew.cmu.edu/ which works as expected from here.

Re: Boot Loader Config

2004-06-22 Thread Luke
What can I modify to make the machine Automatically select option # 2 during the boot process? Check out your /boot/loader.conf file. Comment out the hint.acpi.0.disabled="1" if it's in there. I don't know for sure that this will work, but I'd try it. __

/etc/hosts and /etc/host.conf confusion

2004-06-22 Thread David Fuchs
Hello, I'm having some difficulties understanding the semantics behind the resolver in FreeBSD, and how /etc/host.conf, /etc/hosts, and /etc/resolv.conf fit together. The manpage 'host.conf(5)' states: "The host.conf file holds part of the configuration for the resolver of FreeBSD. I

'ftp' command does what...?

2004-06-22 Thread Chuck Swiger
Hi, all-- Is there a reason why the ftp command does odd things when presented with the URL format on this particular FTP server? 5-epia% ftp ftp://ftp.andrew.cmu.edu Connected to ASG2.WEB.cmu.edu. 220 asg2.web.cmu.edu FTP server (Version 6.00+Heimdal 20031031+KTH-KRB 1.3-20031 030) ready. 331 Gu

Re: Partition sizes for small harddisk

2004-06-22 Thread Alex de Kruijff
On Mon, Jun 21, 2004 at 10:56:00AM -0400, Jerry McAllister wrote: > > On Sun, Jun 20, 2004 at 03:41:53PM -0400, Jerry McAllister wrote: > > > With that little disk space, I would be inclined to make it all > > > just one root (/) partition - with a bit of swap. You might not > > > even be able to

Boot Loader Config

2004-06-22 Thread whizkid
Hey all, I have a rather stupid question... I currently have an old Compaq DP6000 6266mmx box running as one of my test servers. The default boot option is Non-ACPI (running FreeBSD 5.1). If I just let the loader screen come up (The one with the little ascii devil) and not do anything, the

Re: What's the best possible email failover solution

2004-06-22 Thread Danny MacMillan
On June 21, 2004 11:20, Bill Moran wrote: > > ... > > Does anyone have a solution to provide real-time mirroring of IMAP > folders? > > ... Hi. I know I'm a little late to the game, but I'm going to posit an alternative quite different from anything that's been suggested so far. It seems to me

FreeBSD 5.1 DSL:Bellnet HS Network Connection Set-up Problems

2004-06-22 Thread freebsder
<><><><>NETWORK CONFIG/SETUP: <><><><> +++ISP -> DSL(high-speed) -> Modem> FreeBSD51 server machine in at Gateway "vr0" (192.168.0.1) +++Freebsd machine LAN Interface at "ed0" (192.168.0.3) -> HUB +++HUB> 1) 192.168.0.2 - WinXP #1 machine 2) 192.168.0.3 - Freebsd machine in at "ed0" 3) 192.16

RE: Question about HP drivers

2004-06-22 Thread Carlos Lizana (CH/CEC)
FreeBSD 4.5 Salu2!! Carlos Lizana V. Data Especialist E E-mail Business : [EMAIL PROTECTED] * Fixed Number : +56 2 372 5082 * Mobile Number : +56 9 879 5050 -Original Message- From: Lucas Holt [mailto:[EMAIL PROTECTED] Sent: Martes, 22 de Junio de 2004 12:54 To: Carl

Re: HardWare may be

2004-06-22 Thread Chuck Swiger
ï wrote: Russia, Chitinskaya state, Chita city. Hello to you , too. :-) FreeBSD 5.2.1, it freezes on start load(default) of install. Probably it because of that of incompatibility with the hardware. Perhaps so. You might try booting with APCI disabled, or in safe mode, and see whether that works

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Bill Moran
Chuck Swiger <[EMAIL PROTECTED]> wrote: > Bill Moran wrote: > > Christian Laursen <[EMAIL PROTECTED]> wrote: > >> If you are running FreeBSD 5, you should be able to make a filesystem snapshot > >> and rsync from there. > > > > I suppose I should have commented on that ;) > > > > We're not runni

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Chuck Swiger
Bill Moran wrote: Christian Laursen <[EMAIL PROTECTED]> wrote: If you are running FreeBSD 5, you should be able to make a filesystem snapshot and rsync from there. I suppose I should have commented on that ;) We're not running FreeBSD 5 on these production machines yet ... but it's likely we will b

Re: Question about HP drivers

2004-06-22 Thread Lucas Holt
Is the ethernet chipset listed as supported on freebsd.org? What version of freebsd are you using? On Jun 22, 2004, at 12:38 PM, Carlos Lizana (CH/CEC) wrote: Hi Folks, we have installed two FreeBSD, is been used as firewall, but own equipment were upgraded and now have HP Compaq d530C/P2 but w

Re: Overly brief answers (was Re: Terminal Server)

2004-06-22 Thread Richard Kästner
[...sniped...] Disrearding any pro's and con's for the discussion: as a 'consumer' of this list, I want to say "thanks for much valuable information I received from this list!" Sure, many questions are somewhat ... well, could have been better worded However, even "wrong" answers gave me a lo

Question about HP drivers

2004-06-22 Thread Carlos Lizana (CH/CEC)
Hi Folks, we have installed two FreeBSD, is been used as firewall, but own equipment were upgraded and now have HP Compaq d530C/P2 but we use internal interface ethernet but FreeBSD doens´t recognize. Do you have new drivers ??? Salu2!! Carlos Lizana V. Data Especialist E E-m

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Christian Laursen
Bill Moran <[EMAIL PROTECTED]> writes: > Christian Laursen <[EMAIL PROTECTED]> wrote: > [snip] > > > If you are running FreeBSD 5, you should be able to make a filesystem snapshot > > and rsync from there. > > I suppose I should have commented on that ;) > > We're not running FreeBSD 5 on these

Firefox will not start after javaplugin install failed.

2004-06-22 Thread epilogue
On Tue, 22 Jun 2004 17:44:28 +0200 (CEST) Andreas Davour <[EMAIL PROTECTED]> wrote: > > Hi! > > I stumbled upon a page that complained that I had to install a java > plugin to view the page. I do have a java jvm installed but din't think > and clicked the webpage and told it to install that Linu

Re: ports cd

2004-06-22 Thread arden
On Tue, 2004-06-22 at 15:31, Jerry McAllister wrote: > Howdy, > > > hi all > > > > is it possible to download a cd of the ports so i can use it on a > > standaloan machine > > The entire ports collection would not fit on a CD or even a boxful of CDs. > Someone counted a little while ago and fo

Firefox will not start after javaplugin install failed.

2004-06-22 Thread Andreas Davour
Hi! I stumbled upon a page that complained that I had to install a java plugin to view the page. I do have a java jvm installed but din't think and clicked the webpage and told it to install that Linux plugin, since it would probably work better than the Windows one anyway. Now, afterwards Firef

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Bill Moran
Christian Laursen <[EMAIL PROTECTED]> wrote: > Bill Moran <[EMAIL PROTECTED]> writes: > > > Nico Meijer <[EMAIL PROTECTED]> wrote: > > > > > Hi Bill, > > > > > > > The other option is to take what appears to be the best IMAP server out > > > > there (Cyrus) and figure out a way to do real-time

Re: Redirection with a bridge ?

2004-06-22 Thread Jason Taylor
> What are some of the other approaches (if you dont mind). I can't > really do a NAT, I'd really like to stay with a bridge and not do any > routing. I'm using a bridging setup (specifically to grab all web traffic and divert it all to a proxy/policy manager), I had to perform a kernel patch in

Re: password expiry

2004-06-22 Thread Piotr Gnyp
On Thu, 13 May 2004, Matthew Seaman <[EMAIL PROTECTED]> wrote: Ah... so you're using sshd(8). You didn't happen to mention that rather relevant information before. Can you try logging in on the console to test your changes? If login.conf settings work on the console then sshd is the problem. Ot

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Christian Laursen
Bill Moran <[EMAIL PROTECTED]> writes: > Nico Meijer <[EMAIL PROTECTED]> wrote: > > > Hi Bill, > > > > > The other option is to take what appears to be the best IMAP server out > > > there (Cyrus) and figure out a way to do real-time mirroring of the > > > mailboxes. > > > > Depending on the si

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Bill Moran
Nico Meijer <[EMAIL PROTECTED]> wrote: > Hi Bill, > > > The other option is to take what appears to be the best IMAP server out > > there (Cyrus) and figure out a way to do real-time mirroring of the > > mailboxes. > > Depending on the size / number of messages: how about using rsync and > Open

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Nico Meijer
Hi Bill, The other option is to take what appears to be the best IMAP server out there (Cyrus) and figure out a way to do real-time mirroring of the mailboxes. Depending on the size / number of messages: how about using rsync and OpenBSD's CARP? True, it will not be realtime, but the synchronizat

Re: Sendmail for Large Sites

2004-06-22 Thread Dan Nelson
In the last episode (Jun 22), Andy Holyer said: > The advantages of Postfix are as follows: Just a comment on some of these. Postfix is a fine mailer, but some of your reasoning against sendmail is inaccurate. > 1) It's not sendmail - it acts identically, but shares no code, so > it's immune to

Re: ports cd

2004-06-22 Thread Jerry McAllister
Howdy, > hi all > > is it possible to download a cd of the ports so i can use it on a > standaloan machine The entire ports collection would not fit on a CD or even a boxful of CDs. Someone counted a little while ago and found there were more than 10,000 ports available in the system. I think

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Bill Moran
"David E. Meier" <[EMAIL PROTECTED]> wrote: > > Like I said, we'll never know till someone tries it. It looks like > > Dovecot is going to try it eventually, but it seems like they have > > other priorities at this time. > > "Someone" already stores mails in a database: Oracle (Email Server and >

Re: Courier-imap + Postfix problem

2004-06-22 Thread Gareth Bailey
Thanks. But now i'm back in the dark. Does anyone have any idea what the source of my errors in maillog could be? To recap, i'm running postfix and courier-imap and i'm getting errors as follows: maillog: Any info would be great! Thanks Gareth On Tue, 22 Jun 2004 08:12:44 -0400 Andy Harrison

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread David E. Meier
> The other advantages is it would scale like nobody's business. Since the > data is in postgres, you could use multiple backends (replicated with > Slony) > and have the IMAP daemons contact different back ends if the load got > heavy. With a little work, the system could failover silently as we

Re: Command 'w' gives no user output

2004-06-22 Thread Martin Sommerhein
Alexey Karguine <[EMAIL PROTECTED]> writes: > On Mon, 21 Jun 2004 18:33:37 +0200 Martin Sommerhein <[EMAIL PROTECTED]> wrote: > > > $ w > > 6:29pm up 9:41, 0 users, load averages: 0,01 0,02 0,00 > > USER TTY FROM LOGIN@ IDLE WHAT > > > This is on a recently upgr

RFC: Chenbro Chassis (RM214)

2004-06-22 Thread Marc G. Fournier
Looking for thoughts/comments on the above rackchassis ... going to be putting a Tyan Thunder K7x into her, with 6xSeagate drives ... looking at the 460W power supply option ... Anyone with good (or bad) experiences? Marc G. Fournier Hub.Org Networking Services (http://www.hub.org

Darwin/NFS fixes

2004-06-22 Thread Kevin A. Pieckiel
I understand that the Darwin development team has implemented some useful NFS changes/enhancements in their codebase. I was wondering if any of the NFS work from Darwin has been merged into the FreeBSD codebase. Does anyone here know? Kevin ___ [EMAIL

Re: FreeBSD Versions 4.10 vs. 5.2.1

2004-06-22 Thread Kirk Strauser
On Tuesday 2004-06-22 01:07 am, [EMAIL PROTECTED] wrote: > Just a quick questions. I've been running into a few problems with 5.2.1 > not being very stable and was thinking of reverting back to 4.10. I wouldn't necessarily think of it as reverting. They're almost two different (but similar) sys

Re: Redirection with a bridge ?

2004-06-22 Thread Matt Juszczak
What are some of the other approaches (if you dont mind). I can't really do a NAT, I'd really like to stay with a bridge and not do any routing. Charles Swiger wrote: On Jun 21, 2004, at 5:10 PM, Matt Juszczak wrote: [ ... ] So basically, I either have to use some other form of redirecting web

Re: ::::freeBSD work under LINUX Mandrake??:::

2004-06-22 Thread Bill Moran
"Dragan Veljkovic" <[EMAIL PROTECTED]> wrote: > Is this open freeBSD work under LINUX Mandrake? It appears as if you're confused. FreeBSD can _replace_ Linux. It's a similar OS to Mandrake. More information is available at http://www.freebsd.org Check at the top-right of that page to see if i

Re: :::Support PHP/perl???:::

2004-06-22 Thread Bill Moran
"Dragan Veljkovic" <[EMAIL PROTECTED]> wrote: > Is this FreeBSD support PHP/Perl application/language? Yes, both PHP and perl are installable through the ports system. -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL PROTEC

Re: [OT] Re: What's the best possible email failover solution

2004-06-22 Thread Bill Moran
Chuck Swiger <[EMAIL PROTECTED]> wrote: > Bill Moran wrote: > > Chuck Swiger <[EMAIL PROTECTED]> wrote: > >>[ I don't think that stuffing email into a database is a particularly good > >>idea since that means keeping large blobs of non-relational data floating > >>around, something that the files

Re: atapi/cam driver

2004-06-22 Thread Simon Barner
Hi, your kernel configuration looks good: > # ATA and ATAPI devices > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > options ATA_STATIC_ID #Static device numbering [...] > # Yes t

::::freeBSD work under LINUX Mandrake??:::

2004-06-22 Thread Dragan Veljkovic
Is this open freeBSD work under LINUX Mandrake? Sincerely Mr. Dragan Veljkovic ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

:::Support PHP/perl???:::

2004-06-22 Thread Dragan Veljkovic
Is this FreeBSD support PHP/Perl application/language? Sincerely Mr. Dragan Veljkovic www.reliable-server.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTEC

  1   2   >