The FreeBSD Diary: 2003-02-02 - 2003-02-22

2003-02-23 Thread Dan Langille
The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to [EMAIL PROTECTED] with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list

Re: HOWTO upgrade a FreeBSD production server

2003-02-23 Thread Matthew Seaman
On Sat, Feb 22, 2003 at 11:15:25PM -0800, Daxbert wrote: I'm hoping to get a few suggestions on a quick and safe method to upgrade a FreeBSD production server. To date, I've been doing the following: On a like configured staging server, cvsup the src tree. Then perform a full build and

Re: Compiling Question

2003-02-23 Thread Erik Trulsson
On Sat, Feb 22, 2003 at 09:52:48PM -0500, Terry J Dunlap Jr wrote: Hi all! Tonight I synced my source with Release 4.7 and recompiled. Prior to recompiling, I modified the make.conf file to NOT compile a number of items, like games, sendmail, etc. I'd like to try to build a lean system from

libvorvisfile.la vanished?

2003-02-23 Thread dick hoogendijk
After a portupgrade -R dontremember something's changed w/ libvorbis. Portupgrade -R kdegames3 won't compile cause of a missing /usr/local/lib/libvorbisfile.la The old kdegames-3.0.3 stayes and the new 3.1 doesn't compile ;-(( I've no idea what happened. I guess libvorbis changed somewhere but I

Re: libvorvisfile.la vanished?

2003-02-23 Thread Willie Viljoen
Try portupgrade -rR kdegames :) On Sunday 23 February 2003 10:51, dick hoogendijk wrote: After a portupgrade -R dontremember something's changed w/ libvorbis. Portupgrade -R kdegames3 won't compile cause of a missing /usr/local/lib/libvorbisfile.la The old kdegames-3.0.3 stayes and the new

Re: libvorvisfile.la vanished?

2003-02-23 Thread dick hoogendijk
On 23 Feb Willie Viljoen wrote: Try portupgrade -rR kdegames :) I will.. Can it be _this_ simple? This leads me to another question: Is there a *right* syntax to use portupgrade for most cases? I mean: portupgrade package is not enough most of the time (?) Or do I have to use different options

Re: libvorvisfile.la vanished?

2003-02-23 Thread Willie Viljoen
It depends what you want to do really. If you are upgrading something which has very little dependancies, and on which very little depends, portupgrade package will do, but for anything that is so interdependant as KDE, -rR is a must. Will On Sunday 23 February 2003 11:16, dick hoogendijk

Re: fbsd backup 2 remote

2003-02-23 Thread dick hoogendijk
On 22 Feb Matthew Seaman wrote: Generate an ssh key in the usual way: # ssh-keygen -b 1024 -t rsa which will prompt you for a passphrase. Enter one. The command will create two files: id_rsa (the private key) and id_rsa.pub (the public key) Move 'id_rsa' in

Re: bind with IPV6 reverse problem

2003-02-23 Thread Matthew Seaman
On Sat, Feb 22, 2003 at 07:30:51PM +0100, Alexander wrote: I'm trying to make resolving for my IPV6 home network but the reverse seems to not be working. The config looks pretty fine but still nothing So I noticed that bind is not listening on any IPV6 address Is this the problem ? There's

I/O error

2003-02-23 Thread Jukka-Pekka Roihuvuori
Hi, Something weird happend at 01:52. I couldn't success single command after freebsd had reseted my devices. TOP gives me an error: # top /usr/bin/top: Input/output error. And writes to the messages: Feb 23 12:10:23 a /kernel: spec_getpages:(#ad/0x20004) I/O read failure: (error=6) bp

Re: fbsd backup 2 remote

2003-02-23 Thread Matthew Seaman
On Sun, Feb 23, 2003 at 11:00:34AM +0100, dick hoogendijk wrote: On 22 Feb Matthew Seaman wrote: Generate an ssh key in the usual way: # ssh-keygen -b 1024 -t rsa which will prompt you for a passphrase. Enter one. The command will create two files: id_rsa (the private

radio

2003-02-23 Thread Radio Holiday Keszthely
Tisztelt Leend Megrendelnk! Felknljuk nknek honlapunkon a banner reklm, illetve ms egyb reklm lehetsget! Magyarorszgon egyedlll honlap a XXI. szzad minden multimdis elrhetsgvel: digitlis film, rdis reklmszpot, honlap kivonat, illetve tirnyts a hivatalos honlapra, l stdibeszlgets - web kamera.

btxld fails in boot2 during buildworld for -current

2003-02-23 Thread Daxbert
I'm sorry if 'questions' isn't the proper list for this... (let me know which list if this isn't the right one) It seems that the btxld command run in boot2 is failing with '-293 bytes available' This first happened earlier yesterday (02/22/2003) My last cvsup was at 02/23/2003 0053 PST

ppp.linkdown: before or after link is down???

2003-02-23 Thread Thomas Fiebig
Hello! My question concerns the time, when ppp.linkdown is started. When does this take place, before the link goes down or after that? I need to call an internet service before I log out from my ISP. So, if the ppp.linkdown script is called after the link is down, has anybody an idea how to

ld problems with Xft library

2003-02-23 Thread Thanos Tsouanas
Hello everyone! I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and gkrellm2 so as to reinstall the new versions from the port, i got an error while make, complaining about /usr/libexec/ld not being able to find -lXft2 I tried deinstalling and reinstalling Xft2

Re: Hardware support under UltraSPARC

2003-02-23 Thread Maxime Henrion
Matthew N. Dodd wrote: The 3c590 uses the 'vx' driver which is PIO/MMIO only. If it compiles on the sparc64 I suspect it will work fine. There is 0 chance the vr(4) driver will work on sparc64, it uses vtophys() for DMA and it doesn't look like it's endian-clean either. By the way, the

Re: Hardware support under UltraSPARC

2003-02-23 Thread Matthew N. Dodd
On Sun, 23 Feb 2003, Maxime Henrion wrote: Matthew N. Dodd wrote: The 3c590 uses the 'vx' driver which is PIO/MMIO only. If it compiles on the sparc64 I suspect it will work fine. There is 0 chance the vr(4) driver will work on sparc64, it uses vtophys() for DMA and it doesn't look like

Re: Hardware support under UltraSPARC

2003-02-23 Thread Maxime Henrion
Matthew N. Dodd wrote: On Sun, 23 Feb 2003, Maxime Henrion wrote: Matthew N. Dodd wrote: The 3c590 uses the 'vx' driver which is PIO/MMIO only. If it compiles on the sparc64 I suspect it will work fine. There is 0 chance the vr(4) driver will work on sparc64, it uses vtophys()

netgroup

2003-02-23 Thread Antoine Jacoutot
Hi ! I am having a little problem with netgroup. Here is my /etc/netgroup file (distributed by NIS): TRUST (sta01.domain.com,-,nisdomain) (sta02.domain.com,-,nisdomain) (sta03.domain.com,-,nisdomain) I want to allow only this netgroup to print, so on the remote print server, I added [EMAIL

Kill while compiling release 4.7

2003-02-23 Thread Martin Schweizer
Hello First I installed 4.5 from cd, after I cvsup'd to 4.7 stable. While I'm make buildworld the following error occurs: Script started on Wed Feb 19 14:03:16 2003 -- Rebuilding the temporary build tree

linker paths /usr/local/lib

2003-02-23 Thread Sam Izzo
Hi, I'm trying to compile ptc. Actually I'm trying to link against the Hermes pixel conversion library. With the following (ptc's configure creates this): char Hermes_ConverterInstance(); int main() { Hermes_ConverterInstance() ; return 0; } and the command-line: gcc test.c

Re: Kill while compiling release 4.7

2003-02-23 Thread Willie Viljoen
On Sunday 23 February 2003 17:14, Martin Schweizer wrote: In the same time it occurs a out of swap error in /var/log/messages but df output seem like normal, enough of space on all slices. What is going wrong? df doesn't show swap space, it only shows information for filesystems. FreeBSD does

Re: Mozilla taking awfully long time to work

2003-02-23 Thread Peter Wu
Thanos Tsouanas [EMAIL PROTECTED] writes: --- Peter Wu [EMAIL PROTECTED] wrote: It should be the DNS problem. Check /etc/hosts. /etc/hosts contains only these lines: ::1 localhost localhost.my.domain 127.0.0.1 localhost localhost.my.domain And it has

Re: linker paths /usr/local/lib

2003-02-23 Thread Miguel Mendez
On Mon, 24 Feb 2003 02:28:09 +1100 Sam Izzo [EMAIL PROTECTED] wrote: Howdy, and the command-line: gcc test.c -o test -lHermes You probably want something like this: cc -o test test.c -L/usr/local/lib -lHermes Hermes is installed in /usr/local/lib (from ports). The gcc/ld man

sendmail auth problems

2003-02-23 Thread Gernot A. Weber
Hi, I tried to configure sendmail to send my mail over a smtp-relayserver which needs authentification. As it is described in the handbook, I installed cyrus-sasl and rebuilt sendmail. I added: dnl set SASL options TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl

Re: libvorvisfile.la vanished?

2003-02-23 Thread dick hoogendijk
On 23 Feb Christian Weisgerber wrote: dick hoogendijk [EMAIL PROTECTED] wrote: After a portupgrade -R dontremember something's changed w/ libvorbis. Portupgrade -R kdegames3 won't compile cause of a missing /usr/local/lib/libvorbisfile.la This is a libtool wrapper file that shouldn't

Re: ld problems with Xft library

2003-02-23 Thread Joe Marcus Clarke
On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: Hello everyone! I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and gkrellm2 so as to reinstall the new versions from the port, i got an error while make, complaining about /usr/libexec/ld not being able

Re: ld problems with Xft library

2003-02-23 Thread Thanos Tsouanas
--- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: Hello everyone! I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and gkrellm2 so as to reinstall the new versions from the port, i got an error while

Re: ld problems with Xft library

2003-02-23 Thread Joe Marcus Clarke
On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: Hello everyone! I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and gkrellm2 so as to

Re: fbsd backup 2 remote

2003-02-23 Thread dick hoogendijk
On 22 Feb Matthew Seaman wrote: Start up the ssh-agent and load the key into it: # eval `ssh-agent` # ssh-add /user/.ssh/id_rsa When you're done, remember to shut down the ssh-agent: # eval `ssh-agent -k` Is this kind of a safety measure? Isn't it simpler to activate ssh-agent on

Re: fbsd backup 2 remote

2003-02-23 Thread Matthew Seaman
On Sun, Feb 23, 2003 at 06:27:55PM +0100, dick hoogendijk wrote: On 22 Feb Matthew Seaman wrote: Start up the ssh-agent and load the key into it: # eval `ssh-agent` # ssh-add /user/.ssh/id_rsa When you're done, remember to shut down the ssh-agent: # eval `ssh-agent -k` Is

Installkernel fails on 4.7Rel p2

2003-02-23 Thread taxman
Hi, I can't figure this one out, I have already installed a custom kernel on this sytem and now I'm trying to make a new one. It build fine, but intallkernel fails with: install -o root -g wheel -m 555 joy.ko /modules install -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 install -o

FU Re: samba in a jail - seems to work

2003-02-23 Thread taxman
Rebuilt samba from ports. and now it seems to work without locking or crashing. FreeBSD jails are really pretty cool. minor difficulty in building the samba port, gettext failed, but installing the gettext package solved that. Thanks all, Tim On Thursday 20 February 2003 12:25 am,

RE: FTP installation through a NAT on a DSL connection

2003-02-23 Thread Vaughan Moore
Thanks for the suggestion. In this case, I don't think this is the problem. I took a look at the debugging messages and I see the installation program: Found ftp2.freebsd.org logged me in changed working directories to the 4.7-RELEASE then: Sending PASV Entering Passive Mode

Re: ld problems with Xft library

2003-02-23 Thread Kent Stewart
On Sunday 23 February 2003 08:27 am, Joe Marcus Clarke wrote: On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: Hello everyone! I have the current Xft port installed and when i

Re: ld problems with Xft library

2003-02-23 Thread Joe Marcus Clarke
On Sun, 2003-02-23 at 13:56, Kent Stewart wrote: On Sunday 23 February 2003 08:27 am, Joe Marcus Clarke wrote: On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: Hello everyone!

Re: Kill while compiling release 4.7

2003-02-23 Thread Martin Schweizer
Hello Willie How I do add more swap space? Am Sun, Feb 23, 2003 at 05:35:57PM +0200 Willie Viljoen schrieb: On Sunday 23 February 2003 17:14, Martin Schweizer wrote: In the same time it occurs a out of swap error in /var/log/messages but df output seem like normal, enough of space on all

Backpack CDROM support

2003-02-23 Thread Mike
Using the boot floppies FreeBSD cannot find my Backpack CDROM. I loaded the extra drivers still nothing. Is there any hope or do I go ftp to install? Many thanks M;) To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Problem: wi0: watchdog timeout.

2003-02-23 Thread Eric Landuyt
I have a DLink DWL650 wireless card, on a P90, and I'm desesperately trying to get it working on a FreeBSD 4.7 system. I wanted to setup it on a FreeBSD 4.7, but the box freezes after printing: Mounting root from ufs:/dev/md0c So I looked on the net, and added the following lines to my

Re: ld problems with Xft library

2003-02-23 Thread Kent Stewart
On Sunday 23 February 2003 11:12 am, Joe Marcus Clarke wrote: On Sun, 2003-02-23 at 13:56, Kent Stewart wrote: On Sunday 23 February 2003 08:27 am, Joe Marcus Clarke wrote: On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun,

Re: datasize higher than 512Mo or 2 Gb ?

2003-02-23 Thread Lowell Gilbert
Jacques Beigbeder [EMAIL PROTECTED] writes: Someone said on Jan 16th: Adding kern.maxdsiz=2147483647 to /boot/loader.conf ... This means that now kern.maxdsiz is 2 Gb. Does FreeBSD 5.0 supports higher values? I now have a PC with 4 Gb of memory... and I want to use all that memory

Re: Kill while compiling release 4.7

2003-02-23 Thread Willie Viljoen
On Sunday 23 February 2003 21:18, someone, possibly Martin Schweizer, typed: Hello Willie How I do add more swap space? Martin, there's an extended tutorial on adding and managing swap space in the FreeBSD Handbook. If you have installed the doc distribution (standard with most install

Re: procmail question a little off topic

2003-02-23 Thread Lowell Gilbert
David Bear [EMAIL PROTECTED] writes: sorry for the offtopic post here but I cant seem to get my procmail recipe's to fire. I know sendmail sees and uses procmail because maillog show its handing it of to procmail. Also, the mail inbox specified in the procmailrc file is receiving the

Re: fbsd backup 2 remote

2003-02-23 Thread dick hoogendijk
On 23 Feb Matthew Seaman wrote: ssh-agent tends not to get killed when you log out. You can do that through your startup scripts (.login and .logout for tcsh, .bash_login and .bash_logout for bash etc.) Right. This works.. I use sh as my shell, so I put the startup in .profile, but where do I

Re: Cvsup Handbook Example

2003-02-23 Thread zerotransfer
This thread really needs to end on this list, but I am going to respond to the below email to this list since it was sent to this list. Viewpoints on religion, politics or myself are not what I asked. I simply want to know why cvsup666 was used as an example in the freebsd handbook. That's

How to disable reboot on Panic ?

2003-02-23 Thread Kirill Ponazdyr
Hi, One of our machines under FBSD 4.6.1 begun to panic and reboot under heavy disk activity after we replaced 2 60 gig maxtor drives with 2 20 gig ones. The problem is that we cannot see the exact panic message because by the time we get to machine it is allready rebooting (15 sec timeout). Is

Re: How to disable reboot on Panic ?

2003-02-23 Thread Lowell Gilbert
Kirill Ponazdyr [EMAIL PROTECTED] writes: One of our machines under FBSD 4.6.1 begun to panic and reboot under heavy disk activity after we replaced 2 60 gig maxtor drives with 2 20 gig ones. The problem is that we cannot see the exact panic message because by the time we get to machine it

subscribe

2003-02-23 Thread Wolfpaw - Dale Corse
subscribe [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: X and radeon 9000 mobility

2003-02-23 Thread Christian Uhrhan
Hi, Marsh Ray wrote: What always seems to work for me is doing XFree86 -configure as root. This will generate an XF86Config.new file with the servers best guess about what the driver settings should be. You can copy the Module, Device, and Screen setting to your existing XF86Config file, or

Netstat byte counters, and IPFW (1 or 2) counters don't match

2003-02-23 Thread Wolfpaw - Dale Corse
Hi All, I can't seem to find a reason for this.. but if I graph the values of fxp0 using netstat -bin, like this: Name Mtu Network AddressIpkts Ierrs IbytesOpkts Oerrs Obytes Coll fxp0 1500 Link#100:02:b3:bc:12:7c 3417242 0 232992484 3997590

errors building ports INDEX

2003-02-23 Thread taxman
Hi, I don't know if I missed something, but I get thousands of errors (1,920 or so) when doing make index after a cvsup of ports this afternoon. What's going on? Nothing really unusual in the cvsup output (no large number of ports deleted) Any ideas? Thanks, Tim Generating INDEX -

Re: Installkernel fails on 4.7Rel p2

2003-02-23 Thread taxman
On Sunday 23 February 2003 07:10 am, taxman wrote: Hi, I can't figure this one out, I have already installed a custom kernel on this sytem and now I'm trying to make a new one. It build fine, but intallkernel fails with: install -o root -g wheel -m 555 joy.ko /modules install -o root -g

Xfree86-4 question re OpenGL

2003-02-23 Thread Murray Taylor
History: I installed XFree86 4.2.0 from a current ports tree WITHOUT having ever had XFree86-3 loaded. I have set XFREE86_VERSION=4 in /etc/make.conf I have loaded KDE3 from ports and have built and installed kpovmodeler.. When I run it from command line i get this ttyp0 kpovmodeler

Panic under load? 3 volumes in mirroring

2003-02-23 Thread Luca Pizzinato
Hi Gurus. I was setting up this box with FreeBSD 4.8 PRERELEASE. I cvsup'd and recompiled everything, no problems, then I was configuring volumes with vinum. The goal was to have 3 volumes mirrored 0+1. Well, I attached the mirrors on all the 3 volumes all at once, and after 5 or 6 minutes (1

monitoring ftp and http connections

2003-02-23 Thread Alex Teslik
Hello, I use gkrellm to let me know when I have http and ftp connections on my box. It has a nice button that tells me who is connected to each port. However, I would like to know more information about these connections. I'm looking for a program that can tell me what file(s) a user on a

Input on solution to temporary routing

2003-02-23 Thread Morten Grunnet Buhl
Hello fellow FreeBSD users, I am running a privet nat'ed network in my apartment. We are three computers behind a ipfw + natd firewall/gateway. What I want to do is make it possible for more than one user behind the firewall to have httpd/ftp/'what ever' running. what im looking for is to make it

Re: Xfree86-4 question re OpenGL

2003-02-23 Thread Mikko Työläjärvi
On Mon, 24 Feb 2003, Murray Taylor wrote: I installed XFree86 4.2.0 from a current ports tree WITHOUT having ever had XFree86-3 loaded. [...] When I run it from command line i get this ttyp0 kpovmodeler Xlib: extension GLX missing on display :0.0. Xlib: extension GLX missing on display

Changes in sshd?

2003-02-23 Thread John Straiton
Greets, I have many times set up the authorized_keys so that remote ssh/scp/rsync clients can connect between machines without a password. However, in attempting to do this again using a 5.0-RELEASE machine trying to connect to a 4.7 machine, I'm getting nothing but: %ssh 192.168.0.23

Re: ld problems with Xft library

2003-02-23 Thread Thanos Tsouanas
--- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: Hello everyone! I have the current Xft port installed and when i pkg_deleted

booting from Promise tx2000

2003-02-23 Thread Len Conrad
fbsd 4.7 release no drives on motherboard ata channels one ATA Master drive on each TX2000 IDE channel (no Array is defined, we just want two independent disks for now) fbsd cdrom boots, finds the disks and installs fbsd. we choose boot manager because we typically have our system fail to

Rockwell/Conexant HCF V.90 Data/Fax Modem

2003-02-23 Thread cas
Has anyone got this working under FreeBSD 4.x? I'm pretty sure it's a winmodem.. my friend I have searched and searched without any luck.. the only thing we found on it was in /usr/src/share/misc/pci_vendors Here's the modem info.. XP says it's on COM3. MODEM #1: PCI CONFIGURATION

Re: linker paths /usr/local/lib

2003-02-23 Thread Sam Izzo
Hi On Sun, Feb 23, 2003 at 04:51:33PM +0100, Miguel Mendez wrote: and the command-line: gcc test.c -o test -lHermes You probably want something like this: cc -o test test.c -L/usr/local/lib -lHermes Yeah that's all well and good for me compiling my own programs, but the

Re: ld problems with Xft library

2003-02-23 Thread Joe Marcus Clarke
On Sun, 2003-02-23 at 19:41, Thanos Tsouanas wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: Hello everyone! I have

Dmesg filled with arp: link address is broadcast for IP address

2003-02-23 Thread Chris Phillips
Hello, I've had an annoying connectivity failure with a Windows 98 SE client just now left a ping running to see if any wire wiggling I did was helping... I duly forgot about this! While doing something else, (just about to post about apache2 frontpage), my dmesg was filled with this: -

Apache2 Port FrontPage Extensions

2003-02-23 Thread Chris Phillips
Hello, I have installed the apache2 port on my FreeBSD server: - I have spent the evening looking on Google, FreeBSD, Apache even M$ but I think I must really suck at searching, as I have come up with no helpful links about Apache2 and FrontPage Extensions. I wouldn't install them except that

Re: Trouble with 5.0-RELEASE boot floppies

2003-02-23 Thread taxman
On Sunday 23 February 2003 08:07 pm, Daniel Herring wrote: Here's the situation: Machine: 150MHz Pentium, 16MB ram, 1.5Gig HD Well that's not much memory. 5.0 needs much more minimum memory than 4.x Your best bet is to put more memory in and see how that goes first. next, try to get -current

Re: errors building ports INDEX

2003-02-23 Thread Kris Kennaway
On Sun, Feb 23, 2003 at 05:08:32PM -0500, taxman wrote: Hi, I don't know if I missed something, but I get thousands of errors (1,920 or so) when doing make index after a cvsup of ports this afternoon. What's going on? Nothing really unusual in the cvsup output (no large number of ports

Re: errors building ports INDEX

2003-02-23 Thread taxman
On Sunday 23 February 2003 10:17 pm, Kris Kennaway wrote: On Sun, Feb 23, 2003 at 05:08:32PM -0500, taxman wrote: Hi, I don't know if I missed something, but I get thousands of errors (1,920 or so) when doing make index after a cvsup of ports this afternoon. What's going on? Nothing

Re: errors building ports INDEX

2003-02-23 Thread Andy Farkas
So I guess I need to figure out how to use refuse files. # cat /usr/sup/refuse ports/chinese/* ports/french/* ports/german/* ports/hebrew/* ports/hungarian/* ports/japanese/* ports/korean/* ports/portuguese/* ports/russian/* ports/ukrainian/* ports/vietnamese/* -- :{ [EMAIL PROTECTED]

Re: Trouble with 5.0-RELEASE boot floppies

2003-02-23 Thread Kevin Stevens
On Sun, 23 Feb 2003, taxman wrote: On Sunday 23 February 2003 08:07 pm, Daniel Herring wrote: Here's the situation: Machine: 150MHz Pentium, 16MB ram, 1.5Gig HD Well that's not much memory. 5.0 needs much more minimum memory than 4.x Your best bet is to put more memory in and see how

Re: Kill while compiling release 4.7

2003-02-23 Thread Martin Schweizer
Hello Willie Thank you. That's what I wants. Am Sun, Feb 23, 2003 at 09:44:40PM +0200 Willie Viljoen schrieb: How I do add more swap space? Martin, there's an extended tutorial on adding and managing swap space in the FreeBSD Handbook. If you have installed the doc distribution

Re: booting from Promise tx2000

2003-02-23 Thread Willie Viljoen
On Monday 24 February 2003 2:52, someone, possibly Len Conrad, typed: fbsd 4.7 release no drives on motherboard ata channels one ATA Master drive on each TX2000 IDE channel (no Array is defined, we just want two independent disks for now) fbsd cdrom boots, finds the disks and installs

Re: Apache2 Port FrontPage Extensions

2003-02-23 Thread Willie Viljoen
On Monday 24 February 2003 4:38, someone, possibly Chris Phillips, typed: Have I done wrong by installing apache2 instead of 1.3? I hope not. I'd rather not post here as I feel like I am a pest. Any links that people have found useful themselves, would be much appreciated, so I can go away

Re: Apache2 Port FrontPage Extensions (Errata)

2003-02-23 Thread Willie Viljoen
A quick fix to a mistake I made in my previous post: On Monday 24 February 2003 8:47, Willie Viljoen (in error) typed: To get FP extensions, you should first remove Apache 2, and then install the apache13-ftp port. This should infact read apache13-fp, not -ftp. Sorry -- Willie Viljoen

Re: linker paths /usr/local/lib

2003-02-23 Thread Miguel Mendez
On Mon, 24 Feb 2003 12:17:24 +1100 Sam Izzo [EMAIL PROTECTED] wrote: Howdy, Yeah that's all well and good for me compiling my own programs, but the OpenPTC`configure' checks for Hermes by writing the test program that I posted and linking with the above line :-) It doesn't put

Mutt, Postfix and port 512

2003-02-23 Thread Kjell Midtseter
List members! On my LAN I have a FreeBSD R4.7p4 workstation where I fetch my mail for this list from my ISP using fetchmail, and reading it with mutt. After I switched from using sendmail to postfix I started getting messages on ttyv0 like: Feb 23 07:26:33 tina /kernel: Connection attempt to UDP

Spamassassin tools

2003-02-23 Thread Cliff Sarginson
Hello, I installed the spamassassin port, but I believe somewhere there should be a tools directory for various utility programs. I can find no trace of it ? Anyone a clue ? -- Regards Cliff Sarginson The Netherlands [ This mail has been checked as virus-free ] To Unsubscribe: send mail

Re: linker paths /usr/local/lib

2003-02-23 Thread Sam Izzo
The configure scripts usually accept a parameter like `--with-extra-libs=/usr/local/lib' that you could use. You can always invoke configure with the --help option and check for it. Works most of the time. Yeah, OpenPTC doesn't accept that parameter :/ Most of the GNU tools are better

Re: Giant top

2003-02-23 Thread JacobRhoden
On Monday 24 February 2003 14:41, Alexey Koptsevich wrote: What does mean Giant in the following output of 'top'? It is not documented in the man. giant n. A person or thing of great size. adj. Marked by exceptionally great size, magnitude, or power. Jacob RhodenPhone: +61 3 8344

Re: btxld fails in boot2 during buildworld for -current

2003-02-23 Thread taxman
On Sunday 23 February 2003 11:46 am, Daxbert wrote: I'm sorry if 'questions' isn't the proper list for this... (let me know which list if this isn't the right one) these aren't the list you're looking for (wave of hand) If you're cvsupping -current, then -current is the list you're looking for

Re: Toshiba Satellite 5105-S501 Install Hang

2003-02-23 Thread Lowell Gilbert
jaymz [EMAIL PROTECTED] writes: I downloaded and burned the ISO's for Release-5.0 . Running the install program from the CD gets to the boot prompt. Pressing [enter] starts the kernel, but when it gets to the 'agp0' line of the hardware listing it hangs. No further messages. Does this

Re: make: don't know how to make /usr/src/sys/sys/_types.h [more details

2003-02-23 Thread Philip M. Gollucci
I'm cc'in this to quesitons since I had the same problem on an i386. I installed 5.0-RELEASE directly from the CDs. ran cvsup -g -L2 ports-supfile and standard-supfile make buildworld -DNOGAMES -DNO_FORTRAN make buildkernel -DNOGAMES -DNO_FORTRAN KERNCONF=PHILIP mergemaster -p make installkernel

Giant top

2003-02-23 Thread Alexey Koptsevich
Hello, What does mean Giant in the following output of 'top'? It is not documented in the man. 80216 username1310 53408K 45332K *Giant 1 7:55 77.05% 77.05% communicator-linux- Thanks, Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the