Re: config is out of sinc

2004-05-27 Thread Kent Stewart
On Wednesday 26 May 2004 10:19 pm, Earl Larsen wrote: On Wednesday 26 May 2004 11:39 pm, Kent Stewart wrote: On Wednesday 26 May 2004 09:10 pm, Earl Larsen wrote: On Wednesday 26 May 2004 10:59 pm, Kris Kennaway wrote: On Wed, May 26, 2004 at 10:23:03PM -0500, Earl Larsen wrote:

FreeBSD NFS nfsiod

2004-05-27 Thread Michael Conlen
Is there a reason for #define MAXNFSDCNT 20 in nfsiod.c? can this be adjusted if you adjust vfs.nfs.iodmax, or better yet, shouldn't it get this vaule from the sysctl? -- Michael Conlen ___ [EMAIL PROTECTED] mailing list

Re: File encryption: bdes or gpg

2004-05-27 Thread Sergey Zaharchenko
On Wed, May 26, 2004 at 02:02:13PM -0400, Simon Bates probably wrote: Bill Moran wrote: Another option that you didn't even bring up: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html Right now I am running 4.9 but upgrading to 5 is definitely a possibility.

Re: perl and berkeley

2004-05-27 Thread David J. Weller-Fahy
* Len Conrad [EMAIL PROTECTED] [2004-05-26 20:42 -0800]: # use.perl port # which perl /usr/bin/perl Check out the rest of that file for more information. ports are not installed, just specific pkgs # pkg_info ... db3-3.3.11,1The Berkeley DB package, revision 3 ... perl-5.8.0_4

Re: FW: DHCP is down..

2004-05-27 Thread Rob
Gary Kline wrote: On Wed, May 26, 2004 at 11:10:32PM -0500, Eric Crist wrote: -Original Message- From: Thomas Farrell [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 9:34 PM To: Eric Crist Subject: Re: DHCP is down.. Do you have this in the begining of dhcpd.conf ddns-update-style

The 5.2.1 and the six hard disks

2004-05-27 Thread T. Srikanth
I have a spare Dell PowerEdge SC600 which I used to check out the 5.2.1 release. The system has six 120GB hard disks. I have added entries in device.hints for the third ATA disk controller at port 0x170 and irq 11. When I let the system boot regularly, it does not show up all the six disks--

backpack external rom

2004-05-27 Thread dave
Hello, Does anyone have a backpack external cd-rom working under 5.2.1? It has three possible methods of operation, parallel, USB, and PCMCIA, in this case only parallel is applicable. I need to burn using this burner, but have not been able to make it work. Any help appreciated. Thanks. Dave.

Re: cannot load ndis module into kernel, FB 5.2.1, TrueMobile 1300

2004-05-27 Thread Peter Risdon
Dani Irinchev wrote: Hi all, I am willing to try the ndis wrapper for my TrueMobile 1300 card on a Dell Inspiron 8500 notebook. I installed FreeBSD 5.2.1 and did a cvsup to CURRENT(25th of May). No custom kernel as of yet. I'm having problems with this myself, but you do need some custom kernel

Re: Swap space - max size

2004-05-27 Thread T. Srikanth
Jamie, Run the following script on your system under maximum load. #!/bin/sh - ps -o vsz -o rss | grep '[0123456789]' | \ awk '{ i += $1; j += $2; } END { printf(VSZ=%dK, RSS=%dK\n, i, j); }' If you see VSZ is very close to the swap size and RSS is getting closer to the available physical

Unable to post to lists

2004-05-27 Thread bryan cassidy
I havent posted to any of the freebsd mailing lists in a few days/weeks and I tried to post a test e-mail to the -test list and my e-mail never gets sent to the list. This happened before, never figured it out. Using Postfix/Mutt. Thanks.

Arts port installs i386-portbld-freebsd4.10-mcopidl, but the world expects mcopidl?

2004-05-27 Thread Rocco Caputo
Upgrading arts as part of the KDE thing. It installs binaries like -r-xr-xr-x 1 root wheel 837 May 27 04:25 i386-portbld-freebsd4.10-artsc-config -r-xr-xr-x 1 root wheel 2271 May 27 04:25 i386-portbld-freebsd4.10-artsdsp -r-xr-xr-x 1 root wheel 327132 May 27 04:26

Re: Arts port installs i386-portbld-freebsd4.10-mcopidl, but the world expects mcopidl?

2004-05-27 Thread Kris Kennaway
On Thu, May 27, 2004 at 04:50:35AM -0400, Rocco Caputo wrote: Upgrading arts as part of the KDE thing. It installs binaries like -r-xr-xr-x 1 root wheel 837 May 27 04:25 i386-portbld-freebsd4.10-artsc-config This was already fixed..update your ports and try again. Kris

Re: Arts port installs i386-portbld-freebsd4.10-mcopidl, but the world expects mcopidl?

2004-05-27 Thread Ion-Mihai Tetcu
On Thu, 27 May 2004 04:50:35 -0400 Rocco Caputo [EMAIL PROTECTED] wrote: Upgrading arts as part of the KDE thing. It installs binaries like -r-xr-xr-x 1 root wheel 837 May 27 04:25 i386-portbld-freebsd4.10-artsc-config -r-xr-xr-x 1 root wheel 2271 May 27 04:25

Re: perl and berkeley

2004-05-27 Thread Len Conrad
$ls -alT perl* lrwxr-xr-x 1 root wheel 19 Mar 20 15:25:53 2004 perl@ - /usr/local/bin/perl ... lrwxr-xr-x 1 root wheel 19 Mar 20 15:25:53 2004 perl5.8.2@ - /usr/local/bin/perl ... I have the same: # ll /usr/bin/perl* lrwxr-xr-x 1 root wheel 19 May 26 20:49 /usr/bin/perl@ -

Re: Router take advantage of device polling

2004-05-27 Thread T. Srikanth
Jeffrey, Yes, there is. At a certain level of traffic, network interrupts happen all too often to justify the processing overhead associated with the interrupt service routines, and hence the network activity is best polled. Is 15Mbps the level for enabling polling? Well, this traffic level

Porting ALSA drivers to OSS may be easy, according to OSS ;)

2004-05-27 Thread Bruno
Well, I looked here: http://www.freebsd.org/cgi/man.cgi?query=pcmsektion=4 Instead of here: http://www.freebsd.org/releases/5.2.1R/hardware-i386.html#AEN1101 http://www.freebsd.org/releases/4.10R/hardware-i386.html#AEN1762 I haven't tried FreeBSD for a long time (before SB Live! was supported)

symbolic link cycling

2004-05-27 Thread Boucher, Eric
Hi everyone, Is it possible to know which folders are pointing to each other in a cycle manner by doing a find or some other command? I have a backup utility (in windows thru samba) which seems to backup redundant files, probably due to some symbolic links pointing to each other in cycle. Maybe a

Re: config is out of sinc

2004-05-27 Thread Matthew Seaman
I am a little confused on the difference of RELENG_4_9 and RELENG_4_9_0_RELEASE. Is the first one for stable systems, and the later one for current systems? Think of it like this: RELENG_4_9_0_RELEASE marks the *beginning* of the RELENG_4_9 branch.

Re: your mail

2004-05-27 Thread Matthew Seaman
On Thu, May 27, 2004 at 10:36:48AM +1200, Richard Stevenson wrote: I've got a quick question about the most recent security advisory, FreeBSD-SA-04:11.msync. I'm trying to figure out how big an issue it is (whether or not I need to stop everyone's access to the file server until it's

About FreeBSD Security Advisory FreeBSD-SA-04:11.msync

2004-05-27 Thread Andrea Venturoli
** Reply to note from FreeBSD Security Advisories [EMAIL PROTECTED] Wed, 26 May 2004 13:32:51 +0200 (CEST) From /usr/src/UPDATING: NOTE: In some cases involving NFS, the incorrect behaviour may actually be preferrable. Setting the vm.old_msync sysctl variable to 1 will revert msync(2) to its

Re: symbolic link cycling

2004-05-27 Thread Matthew Seaman
On Thu, May 27, 2004 at 07:12:02AM -0400, Boucher, Eric wrote: Is it possible to know which folders are pointing to each other in a cycle manner by doing a find or some other command? I have a backup utility (in windows thru samba) which seems to backup redundant files, probably due to some

Re: Unable to post to lists

2004-05-27 Thread Bill Moran
bryan cassidy wrote: I havent posted to any of the freebsd mailing lists in a few days/weeks and I tried to post a test e-mail to the -test list and my e-mail never gets sent to the list. This happened before, never figured it out. Using Postfix/Mutt.

nVidia driver problem w/ FreeBSD 5.2.1-RELEASE + mplayer

2004-05-27 Thread Gautham Ganapathy
Hi, I have installed 5.2.1-RELEASE on my system (Athlon XP/nForce 2 Ultra/GeForce 3). Unfortunately, I am not able to use nVidia's fbsd drivers. I saw a few posts that mentioned it would work under fbsd-5 although it was written for 4. Any idea on what might be the problem? The initial bootup

RE: SMTP AUTH

2004-05-27 Thread Lee Dilkie
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Richard Stevenson Outlook 2002 (from Office XP) will try STARTTLS if SMTP-over-SSL doesn't work for any port other than 25, apparently, but as I said, it's still a bit hairy. I've got clients in .us, .uk,

Re: nVidia driver problem w/ FreeBSD 5.2.1-RELEASE + mplayer

2004-05-27 Thread Senandung Mendonan
On Thu, 27 May 2004, Gautham Ganapathy wrote: I have installed 5.2.1-RELEASE on my system (Athlon XP/nForce 2 Ultra/GeForce 3). Unfortunately, I am not able to use nVidia's fbsd drivers. I saw a few posts that mentioned it would work under fbsd-5 although it was written for 4. Any idea on what

Re: FreeBSD to Windows No Reboot

2004-05-27 Thread Bill Moran
Paul Mather wrote: On Thu, 27 May 2004 00:26:25 +0200 Toni Schmidbauer [EMAIL PROTECTED] wrote: = On Wed, May 26, 2004 at 09:20:07AM -0700, Bryan Maxwell wrote: = Is there a way I can go from FreeBSD to windows without rebooting? = = no, that's not possible. That's not strictly accurate. You

Re: mplayer + realaudio ... what to expect when installing ...

2004-05-27 Thread Simon Barner
Lars Eighner wrote: works fine without X - whether you can build it without X, I don't know and I rather doubt. Hi, out of curiosity, I renamed /usr/X11R6, removed the USE_XLIB line from the port. It configured fine (stating that all of the X11 video out options were disabled), so I guess it

Re: config is out of sinc

2004-05-27 Thread Jerry McAllister
I am a little confused on the differen= ce of=20 RELENG_4_9 and RELENG_4_9_0_RELEASE. Is the first one for stable systems,= and=20 the later one for current systems? Think of it like this: RELENG_4_9_0_RELEASE marks the *beginning* of the

openldap dependencies

2004-05-27 Thread Andy Wettstein
Hello, I'm having a problem with the dependencies for openldap. I build openldap21 with sasl support so I get openldap21-sasl-client. Then I build pam_ldap and it builds fine, but it depends on openldap21-client. So my dependencies are broken and I need to do a pkg_db -F. Is there a way to

Re: openldap dependencies

2004-05-27 Thread Daniel Bye
On Thu, May 27, 2004 at 09:17:09AM -0500, Andy Wettstein wrote: Hello, I'm having a problem with the dependencies for openldap. I build openldap21 with sasl support so I get openldap21-sasl-client. Then I build pam_ldap and it builds fine, but it depends on openldap21-client. So my

Consoles: Toggling Internal vs. Serial during boot

2004-05-27 Thread Joe Altman
The relevant system specs: FBSD 4.10, one serial port. I've read the docs: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html I am pretty sure I understand it all, but for one part. I'm not quite clear on how to grab the internal console once serial bits are set

Install hangs with Toshiba 2.5 drive

2004-05-27 Thread Robert Downes
Running FreeBSD 5.0 installer, I see a few messages along the lines of configured IRQ 3 is not in bitmap of irqs and then the following pair of lines: ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. And then the system seems to jam, the drive light still on, and no

RE: SMTP AUTH

2004-05-27 Thread Noah
On Wed, 26 May 2004 07:22:19 -0400, Lee Dilkie wrote On Tue, 25 May 2004, Noah wrote: sendmail-8.12.11 freeBSD-4.9-STABLE I must be doing something wrong. SMTP AUTH is not working very well for me. I have been trying to authenticate with user and password to port 25. I prefer

Error: input: Resource temporarily unavailable

2004-05-27 Thread Gustafson, Tim
I am getting the following error in vi pretty consistently: Error: input: Resource temporarily unavailable Usually I get this at every attempt I make to run vi. Every now and then I'll somehow manage to stay in vi however long I want. It seems that if it's going to bomb, it bombs in the first

vinum primary master drive inconsistencies

2004-05-27 Thread dave
Hello, I've got vinum running on 5.2.1 doing raid1 on two ide drives. I was doing a installworld in single user mode when it crashed. I was unable to use any commands because of missing libraries not installed. I unplugged the master drive, therew in a spare drive as master then did a minimum

Re: Install hangs with Toshiba 2.5 drive

2004-05-27 Thread Joe Altman
On Thu, May 27, 2004 at 05:12:11PM +0100, Robert Downes wrote: Running FreeBSD 5.0 installer, I see a few messages along the lines of configured IRQ 3 is not in bitmap of irqs and then the following pair of lines: Sounds familiar. ad0: READ command timeout tag=0 serv=0 - resetting ata0:

Installation problems

2004-05-27 Thread Paul Brownsea
I thought I'd give FreeBSD a go after enjoying using Linux, so I downloaded and burnt the FreeBSD 4.9 ISO images and I can't seem to install. I get past the bit with configuring the kernel but get stuck just afterwards, the last two messages are as follows: ad0: READ command timeout tag=0

LDAP

2004-05-27 Thread Bart Silverstrim
Are there any references that will step through creating an LDAP database? I have been banging my head into a wall trying to get one set up...I have it at a point where the slapd will start and monitor for connections, but using ldapbrower logging in as the rootdn will yield errors whenever I

Re: Installation problems

2004-05-27 Thread Scott Kupferschmidt
Hello, The problem is your motherboard has a junk ide controller that FreeBSD does not support DMA on properly. If you disable DMA in the BIOS, FreeBSD will boot and install properly. Sincerely, Scott Kupferschmidt ISPrime, Inc. 866.502.4678 ext. 3 AIM: Scott ISPrime - ICQ: 174337249 On Thu,

openoffice-1.1

2004-05-27 Thread Duane Winner
Does anybody know what happened to OpenOffice-1.1 port? I just did a portinstall on it last week with no problems, but now the port is marked as broken for FreeBSD 5.x. ** 'editors/openoffice-1.1' is marked as IGNORE: is marked as broken: Does not compile on 4.x (tries to link to

good backup software - replacing afbackup

2004-05-27 Thread Noah
Hi there, I have an external SCSI drive and a series of problems with how AFBACKUP is acting and there is absolutely no response to my issues on their mail list. any clues on a really easy to configure backup software for FreeBSD please? cheers, Noah

Re: LDAP

2004-05-27 Thread Vince Hoffman
On Thu, 27 May 2004, Bart Silverstrim wrote: Are there any references that will step through creating an LDAP database? I have been banging my head into a wall trying to get one set up...I have it at a point where the slapd will start and monitor for connections, but using ldapbrower

Re: Install hangs with Toshiba 2.5 drive

2004-05-27 Thread Robert Downes
[EMAIL PROTECTED] wrote: Running FreeBSD 5.0 installer, I see a few messages along the lines of configured IRQ 3 is not in bitmap of irqs and then the following pair of lines: ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. And then the system seems to jam, the

Re: LDAP

2004-05-27 Thread Matthew Seaman
On Thu, May 27, 2004 at 07:11:57PM +0100, Vince Hoffman wrote: I was getting ready to give up with LDAP (for samba and pam_ldap) untill i tried phpldapadmin, worked like a dream, not sure its in ports yet though. ( oh and i'll recomend ldap account manager which is in ports but only useful if

Errors with Freebsd 4.10

2004-05-27 Thread Dan Ferris
Been habving problems making a new kernel with 4.10: /usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:363: `ohci_methods' undeclared (first use in this function) /usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:363: (Each undeclared identifier is reported only once

Problem installing ruby

2004-05-27 Thread Leon Botes
When trying to install /usr/ports/lang/ruby18 FreeBSD 4.7-RELEASE-p10 Cvsup done 30 mins ago I get this and it breaks. Anyone got any ideas? Openssl ssl is installed from the ports recently. In file included from ossl.h:208, from ossl_asn1.c:11: ossl_engine.h:15: syntax error

Re: Errors with Freebsd 4.10

2004-05-27 Thread Kent Stewart
On Thursday 27 May 2004 11:45 am, Dan Ferris wrote: Been habving problems making a new kernel with 4.10: snip /usr/src/sys/modules/usb/../../dev/usb/ohci_pci.c:371: syntax error at end of input *** Error code 1 This is the result of make when building the kernel with both GENERIC and my

Apache php mysql

2004-05-27 Thread RazorOnFreeBSD
Hi everyone, I'd need some ressources to be sure how to install apache, php, mysql on my FreeBSD box. This is the first time I do it, so I don't really know how to configure the thing. I followed instructions from apache and php to install those but it's not really easy for me to understand how

Re: LDAP

2004-05-27 Thread Bart Silverstrim
On May 27, 2004, at 2:38 PM, Thompson, Jimi wrote: The question then becomes - What do you plan to use the LDAP to store? Depending on your answer, you may need to modify your schema in order to store that information. For example, there is a library which uses LDAP to store information about

Re: LDAP

2004-05-27 Thread Bart Silverstrim
On May 27, 2004, at 2:11 PM, Vince Hoffman wrote: On Thu, 27 May 2004, Bart Silverstrim wrote: Are there any references that will step through creating an LDAP database? I have been banging my head into a wall trying to get one set up...I have it at a point where the slapd will start and monitor

Re: LDAP

2004-05-27 Thread Vince Hoffman
On Thu, 27 May 2004, Bart Silverstrim wrote: On May 27, 2004, at 2:11 PM, Vince Hoffman wrote: On Thu, 27 May 2004, Bart Silverstrim wrote: Are there any references that will step through creating an LDAP database? I have been banging my head into a wall trying to get one set

Mail Exchanger - help

2004-05-27 Thread Darryl Hoar
Greetings, I have a LAN that is on private IP. It is nat'd to the internet. The internal LAN domain name is registered. Our ISP just forwards the osborneindustries.com domain name to our other registered domain name. In an effort to replace our internal msmail (Yuk!), I have setup a test server

fsck_ufs: cannot alloc 3221471004 bytes for inoinfo

2004-05-27 Thread Christian Hiris
When I rebooted the machine I got a giving up on xx buffers message and all filesystems marked dirty. After rebooting the system background fsck run and left one filesystem dirty - unexpected softupdate inconsistency. Then the system died within 20 seconds. After that I rebooted into single

Re: LDAP

2004-05-27 Thread Bart Silverstrim
On May 27, 2004, at 3:49 PM, Vince Hoffman wrote: I'm using it to store posix and samba users, handles XP and 2k authentication fine (dont have any 9x on the network,) All i'm doing is runing a samba PDC for a small network, and am using ldap as it means its easy to have a BDC if needed and

RE: Mail Exchanger - help

2004-05-27 Thread Darryl Hoar
Sent: Thursday, May 27, 2004 2:54 PM To: [EMAIL PROTECTED] Subject: Mail Exchanger - help Greetings, I have a LAN that is on private IP. It is nat'd to the internet. The internal LAN domain name is registered. Our ISP just forwards the osborneindustries.com domain name to our other

RE: good backup software - replacing afbackup

2004-05-27 Thread Hauan David CIV 92 CES/CERW
I have an external SCSI drive and a series of problems with how AFBACKUP is acting and there is absolutely no response to my issues on their mail list. any clues on a really easy to configure backup software for FreeBSD please? dump, cpio and tar are really easy to use. Or depending on your

Issue with your exim port's Makefile

2004-05-27 Thread David Fisher
Hi, I run a small ISP and I noticed an error in your Makefile : @${REINPLACE_CMD} -e 's/(Exim $$version_number)\\n\\t/(Exim $$version_number; ${OPSYS})\\n\\t/' \ There appears to be a semicolon in that line, so it puts a semicolon in the headers, and that is against RFC's and also

Programming question: fcntl(...,O_ASYNC) on device?

2004-05-27 Thread Andrew Reilly
Hi, oh gurus, I'm venturing into a realm of Unix programming that I had previously been able to avoid: asynchronous event processing, with or without threads. Can anyone suggest why the following test-case program always produces: $ ./test-case test-case: can't set O_ASYNC on device: Invalid

Re: Apache php mysql

2004-05-27 Thread Nathan Kinkade
On Thu, May 27, 2004 at 03:28:31PM +0200, RazorOnFreeBSD wrote: Hi everyone, I'd need some ressources to be sure how to install apache, php, mysql on my FreeBSD box. This is the first time I do it, so I don't really know how to configure the thing. I followed instructions from apache and

RE: SMTP AUTH

2004-05-27 Thread Lee Dilkie
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Noah Sent: Thursday, May 27, 2004 12:40 PM Hi there, how do I configure sendmail to support smtps (SSL before SMTP) I want to configure this. any links out there show how to do this please? - Noah I found all i needed on the net

Re: how to find and start talkd for use it with talk command ?

2004-05-27 Thread [EMAIL PROTECTED]
--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi! on free bsd 5.2 how can i find and start talkd for use it with talk command ? can i? or if i cant - can i use some similar instead ...? 10x in advance. regards! hi again! i solved my problem with google and some other unixes

Re: vinum primary master drive inconsistencies

2004-05-27 Thread Greg 'groggy' Lehey
On Thursday, 27 May 2004 at 13:12:34 -0400, dave wrote: Hello, I've got vinum running on 5.2.1 doing raid1 on two ide drives. I was doing a installworld in single user mode when it crashed. I was unable to use any commands because of missing libraries not installed. I unplugged the master

mail daemon(s) recomendation request

2004-05-27 Thread Joseph Gleason
I'm looking for an smtp daemon that is less complex than sendmail, can use procmail and has some virtusertable equivalent features. Allowing relay based on mx is going to be a requirement for some of the boxes as well. Sendmail is working ok for me, but I'm intersted in finding something with a

print/apsfilter dependencies not recognizing aclocal automake

2004-05-27 Thread Bryan Bursey
Folks - In attempting to build the port print/apsfilter, each of the gnome related dependencies are failing as follows: === Configuring for linc-1.0.3_2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking

Re: mail daemon(s) recomendation request

2004-05-27 Thread Mike Maltese
I'm looking for an smtp daemon that is less complex than sendmail, can use procmail and has some virtusertable equivalent features. Allowing relay based on mx is going to be a requirement for some of the boxes as well. Sendmail is working ok for me, but I'm intersted in finding something

Re: openoffice-1.1

2004-05-27 Thread Kris Kennaway
On Thu, May 27, 2004 at 02:01:43PM -0400, Duane Winner wrote: Does anybody know what happened to OpenOffice-1.1 port? I just did a portinstall on it last week with no problems, but now the port is marked as broken for FreeBSD 5.x. ** 'editors/openoffice-1.1' is marked as IGNORE:

BSDL Desktops

2004-05-27 Thread Dinesh Nadarajah
I noticed that pretty all major desktop projects are under the GPL license. Are there any Desktop projects using the BSD license? What type of toolkits would they use? -D ___ [EMAIL PROTECTED] mailing list

ppp -auto

2004-05-27 Thread Igor Zbirka
I would like to ask you for help. In manpages for ppp (8) is written: The following modes are understood by ppp: -auto ppp opens the tun interface, configers it then it goes into the beckground. The link isn't brought up until outgoing data is detected on the tun interface at which point

Re: `call' function in `make'

2004-05-27 Thread Giorgos Keramidas
On 2004-05-26 17:55, N. Raghavendra [EMAIL PROTECTED] wrote: At 2004-05-26T12:41:57+01:00, Matthew Seaman wrote: On Wed, May 26, 2004 at 12:15:57PM +0530, N. Raghavendra wrote: You have got a line: .PHONY: dir1 dir2 to force those rules to be applied even if dir1 or dir2 are newer

Re: perl and berkeley

2004-05-27 Thread David J. Weller-Fahy
* Len Conrad [EMAIL PROTECTED] [2004-05-27 01:53 -0800]: This is perl, v5.8.4 built for i386-freebsd so the 5.8 is now the default version, good, 1 of 2 problems solved. It sure looks like the db3 pkg install is screwing up since perl -MCPAN -e 'install BerkeleyDB' ... still gives:

xl0 device, and irq problem, FreeBSD5.1-generic

2004-05-27 Thread Tom L.
hey guys, heres my issue, just got a nice new 1u machine i want to install bsd onto. i added another nic (pci) and proceeded with the install, on bootup, the kernel finds the interface as xl0 as it should, but i get this error here is the bootup of both of my nics, one of which works,

Re: Errors with Freebsd 4.10

2004-05-27 Thread Dan Ferris
Thank you for your help Kent. I was successsfully able to rebuild FreeBSD and get 4.10 working. Dan Kent Stewart wrote: On Thursday 27 May 2004 05:47 pm, Dan Ferris wrote: I started out with 4.9-STABLE iso images. My cvsup file: *default host=cvsup2.freebsd.org *default base=/usr *default

RAID5 Failure And Booting

2004-05-27 Thread Rishi Chopra
My RAID-5 array seems to have died this weekend. After coming back from a motorcycle-riding class, I noticed my internet connection was down. I hooked up a monitor and a keyboard to my FreeBSD box, and noticed that the OS was no longer running, that the computer had rebooted, and that the

Question

2004-05-27 Thread Stanislav Mudrievskiy
How can I configure FreeBSD 4.7RELEASE for it's normal work with my internal modem (LG LM-I56N(56k))? Where have I write controller pnp0? Best regards, Stanislav mailto:[EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list