Diskless with read-only /etc?

2004-05-05 Thread James Bowman
I'm running a diskless 5.2-CURRENT, and it has a read-only /etc. sshd can't start, because it can't create /etc/ssh/ssh_host_key. I can work around this myself, of course, but is there a better way? Thanks. -- James Bowman http://acelere.net ___

[OT]: External Disk Array Recommendations

2004-05-05 Thread vxla
We are going to be in a position to purchase some storage in the next couple weeks. Basically, we need approximately 2-3TB of external storage that we can attach to an IBM eServer type of host. If anyone has any recommendations, they would be greatly appreciated. We run mostly 4.9-RELEASE but

Re: dhcpd interface specification (Answer)

2004-05-05 Thread Rob
twig les wrote: Yes I get that output from ps also, but the question is what do you get from netstat -an? I tried your syntax, got the same output as you in ps, but netstat still shows the daemon listening on *.67. Not kosher. Found the answer on the isc-dhcp-server mailing list. Say you want

Re: Fwd: Ports Index Update Error Due to /mail/lmtpd Failure

2004-05-05 Thread Kris Kennaway
On Sun, May 02, 2004 at 10:16:47PM -0400, Bob Perry wrote: Previous note had incorrect From: information. Sorry. Bob Perry -- I've learned that whatever hits the fan will not be evenly distributed. FreeBSD 4.9-RELEASE-p2 #0 Date: Sun, 2 May 2004 21:18:55 -0400 From: Bob Perry

Re: Diskless with read-only /etc?

2004-05-05 Thread Kris Kennaway
On Tue, May 04, 2004 at 11:07:41PM -0600, James Bowman wrote: I'm running a diskless 5.2-CURRENT, and it has a read-only /etc. sshd can't start, because it can't create /etc/ssh/ssh_host_key. I can work around this myself, of course, but is there a better way? See diskless(8) - the standard

Re: libgthread error building arts

2004-05-05 Thread Kris Kennaway
On Tue, May 04, 2004 at 10:41:23PM -0700, Kent Stewart wrote: On Wednesday 05 May 2004 09:20 am, Redmond Militante wrote: hi i'm having trouble building kde3 on a freshly installed box. the ports tree has been cvsupp'ed, i've portupgraded -rf gettext, and portupgraded -rf

memory 'leak' with 5.2.1?

2004-05-05 Thread Woon Wai Keen @ doubleukay.com
Hi list, I have been running 5.2.1 on a Celeron with 512MB RAM for nearly two months straight, but have been experiencing heavy swapping these past few days. In a last-ditch attempt, I stopped all the services hoping to reclaim the memory somehow. The output from top (after stopping services)

install www/mod_php4 with PEAR support

2004-05-05 Thread Odhiambo Washington
Hi, I would like to install mod_hp4 with Pear support, but I don't seem to be able to figure this out. What option do I pass to `make` for this?? If I install with other options and then I try to install pear-DB port, it complains that I already have installed mod_php4 without pear support.

Re: libgthread error building arts

2004-05-05 Thread Kris Kennaway
On Wed, May 05, 2004 at 01:07:59AM -0700, Kris Kennaway wrote: Did you search on -current for pthreads and libc_r? You have a mixed setup that is trying to use both and that doesn't work. There are several solutions. One is to use libmap.conf to map them and the other is to rebuild

spppcontrol

2004-05-05 Thread andy
I am trying to build a router based on the following components: 1.ADSL Pci card 2.FreeBSD 5.2.1 3.IPFilter The card gets configured by the driver, and I am able to connect the ADSL link, but I can't get authenticated to my ISP. I am trying to use a spppcontrol script to negotiate the connection

support platform

2004-05-05 Thread JAMES WANG
Dear All I am James wang at IBMTaiwan and responsible for IBM xSeries. My question is : Can FreeBSD support IBM high end PC server ( x445, Xeon CPU ) ? thanks james wang WITH BEST REGARDS James Wang Manager,Taichung Office Tel : 04-305 5678 Ext 1548 or Direct : 04-324 1548

network routing, strange issue

2004-05-05 Thread dave
Hello, I've got three FreeBSD machines, a 4.9, and two 4.7 boxes. They're on a small local network with a hub. Each is given an IP statically via dhcp based on their nic mac address. All machines obtain a dhcp lease, machines a and c can ssh and ping each other and have no issues. My problem

Re: network routing, strange issue

2004-05-05 Thread jan . muenther
Hello, and c can ssh and ping each other and have no issues. My problem is machine a can not ping or ssh to machine b, from machine a's point of view it's as if machine b doesn't exist, yet machine c has no difficulties interacting with machine b. I hope the above made sense. Any help

Re: Bind/named Error check_hints?

2004-05-05 Thread questions
Hello Again, As root, as suggested I did - cp /usr/src/etc/namedb/named.root /etc/namedb/ and also as root - ndc restart after which I checked my /var/log/messages file and I still see this = _Snip__ May 5 06:33:48 zeus

Re: support platform

2004-05-05 Thread Kris Kennaway
On Wed, May 05, 2004 at 06:31:49PM +0800, JAMES WANG wrote: Dear All I am James wang at IBMTaiwan and responsible for IBM xSeries. My question is : Can FreeBSD support IBM high end PC server ( x445, Xeon CPU ) ? Probably, why don't you try it and find out? :) Kris pgp0.pgp

Re: Disk Usage

2004-05-05 Thread anubis
On Wed, 5 May 2004 10:38 am, Lowell Gilbert wrote: Michael Conlen [EMAIL PROTECTED] writes: Any ideas what would cause the df -k and du -k discrepancy? FAQ entry: The du and df commands show different amounts of disk space available. What is going on?

Re: install www/mod_php4 with PEAR support

2004-05-05 Thread Nico Meijer
Hi Wash, I would like to install mod_hp4 with Pear support, but I don't seem to be able to figure this out. What option do I pass to `make` for this?? Install lang/php4. This also installs the Apache module for you. HTH... Nico ___ [EMAIL PROTECTED]

Patching ports

2004-05-05 Thread Mikkel Christensen
Hi How do I add a patch to a certain port? Usually I would use the patch program to add the patch to the source code. But when using ports the system begins compiling right after rewtrieving the source. Thus not giving me a change to apply the patch. I've seen a folder named files in which

Re: Patching ports

2004-05-05 Thread Bill Moran
Mikkel Christensen wrote: Hi How do I add a patch to a certain port? Usually I would use the patch program to add the patch to the source code. But when using ports the system begins compiling right after rewtrieving the source. Thus not giving me a change to apply the patch. I've seen a folder

Re: libgthread error building arts

2004-05-05 Thread Michael L. Squires
i'm having trouble building kde3 on a freshly installed box. the ports tre= e has been cvsupp'ed, i've portupgraded -rf gettext, and portupgraded -rf t= extproc/expat2. There was a problem with glib20 (causing audio/arts to fail to compile) which got fixed a day or so ago. See the

Re: Patching ports

2004-05-05 Thread Matthew Seaman
On Wed, May 05, 2004 at 12:11:22PM +, Mikkel Christensen wrote: How do I add a patch to a certain port? Usually I would use the patch program to add the patch to the source code. But when using ports the system begins compiling right after rewtrieving the source. Thus not giving me a

Re: Patching ports

2004-05-05 Thread Mikkel Christensen
On Wednesday 05 May 2004 12:29, Matthew Seaman wrote: On Wed, May 05, 2004 at 12:11:22PM +, Mikkel Christensen wrote: How do I add a patch to a certain port? Usually I would use the patch program to add the patch to the source code. But when using ports the system begins compiling

ports, security and updates

2004-05-05 Thread Jose Carlos Pereria
Hello there I'm fairly recent to FreeBSD, and a issue regarding the ports has come up that is bothering me a little (FreeBSD 4.9-RELEASE-p4 , i386). I installed portaudit which has been warning me about a problem with the mysql I have installed. portaudit -a Affected package:

PPP

2004-05-05 Thread xavier collot
Hi!! In the FreeBSD handbook, the chapter 18.3.3 talk about the file /etc/ppp/options. I think I must create it and copy that it's written in the handbook concerning this file but I'm not sure. Xavier - Yahoo! Mail : votre e-mail personnel et

Source code of ln command

2004-05-05 Thread Thuan Truong
Clear DayHi Free-BSD, I would like to have the source code of 'ln' (make hard or symbolic links to files) command from Free-BSD ftp site. Please let me know how and where to unload it. Thanks, Andy Truong Overtone Software, Inc. ___ [EMAIL

testing

2004-05-05 Thread Branton, Chris
Dear Folks, I would like to volunteer to be a tester for you. If you want more info on me, and how I use FreeBsd let me know. Chris Branton ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Source code of ln command

2004-05-05 Thread Bill Moran
Thuan Truong wrote: Clear DayHi Free-BSD, I would like to have the source code of 'ln' (make hard or symbolic links to files) command from Free-BSD ftp site. Please let me know how and where to unload it. If you installed source on your FreeBSD system, it's in /usr/src/bin/ln Otherwise, you

Re: testing

2004-05-05 Thread Bill Moran
Branton, Chris wrote: Dear Folks, I would like to volunteer to be a tester for you. If you want more info on me, and how I use FreeBsd let me know. Here are some excellent resources on contributing to FreeBSD: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing/index.html

Facing trouble when trying to boot 5.2 with GRUB boot loader

2004-05-05 Thread Klaus Juergen Osswald
Hi, I installed FreeBSD 5.2 with / on ad0s1a Since I have other (LInux) OSes on the same disk, I'm using GRUB booting FreeBSD with root (hd0,a) kernel /boot/loader boot Boot doesn't succeed with message Filesystem type unknown, partition type 0xa5 Error 17: Cannot mount selected partition I

Re: PPP

2004-05-05 Thread Kevin D. Kinsey, DaleCo, S.P.
xavier collot wrote: Hi!! In the FreeBSD handbook, the chapter 18.3.3 talk about the file /etc/ppp/options. I think I must create it and copy that it's written in the handbook concerning this file but I'm not sure. Xavier That is correct, oui Kevin Kinsey DaleCo, S.P.

memory 'leak' with 5.2.1?

2004-05-05 Thread Robert Huff
Woon Wai Keen @ doubleukay.com writes: The output from top (after stopping services) reads: Mem: 12M Active, 10M Inact, 451M Wired, 1364K Cache, 59M Buf, 11M Free Swap: 1024M Total, 15M Used, 1009M Free, 1% Inuse, 12K In I noticed that the amount of 'wired' memory before and after

Newbie question regarding Virtual Hosts setup

2004-05-05 Thread David H. Ingham
Hopefully, a simple question. I have set up a FreeBSD server to develop a web app for a client. my system is: FreeBSD Version 5.2 Apache Version 2.0.47 MySQL Version 4.0.16 MySQLCC

mpd failing to negotiate pptp with a Mac OS X VPN client

2004-05-05 Thread Robert Watson
I'm attempting to get PPTP set up between a Mac OS X 10.3.3 client using the VPN tool in Internet Connect and a FreeBSD 4.10-BETA box running mpd. I don't have a whole lot of experience with this, so it could well be I'm doing something stupid. However, the problem seems fairly consistent

Re: Facing trouble when trying to boot 5.2 with GRUB boot loader

2004-05-05 Thread Joan Picanyol i Puig
On Wed, 05 May 2004 14:34:38 +0200, Klaus Juergen Osswald wrote: Is there a problem to boot the new ufs2 filesystem with GRUB ? Yes. GRUB doesn't understand it yet How can I savely boot FreeBSD my other OSSes ? a) try the patch at PR 62299 b) chain the bootblock on the FreeBSD partition:

best cd ripping option.

2004-05-05 Thread Lex Hider
OK, there are 2 things I'd like help with: 1) What's the recommended or best way for ripping audio CDs in FreeBSD-5.X? That is putting music CD to HD for encoding ogg/flac/mp3 etc. cdparanoia/cdda2wav/dagrab or dding /dev/acd0tX? should I be using the native atapi code for my ide-CD-drive or is

Re: support platform

2004-05-05 Thread Mark Wolgemuth
On May 5, 2004, at 7:07 AM, Kris Kennaway wrote: On Wed, May 05, 2004 at 06:31:49PM +0800, JAMES WANG wrote: Dear All I am James wang at IBMTaiwan and responsible for IBM xSeries. My question is : Can FreeBSD support IBM high end PC server ( x445, Xeon CPU ) ? We run a farm of x335s at my

Installing a new system....

2004-05-05 Thread Willem Jan Withagen
When thing go as planned I'm getting my dual opteron system this week. So it is time to start planning What I'm wanting to dump on it: FBSD AMD64 FBSD i386 Win2K i386 Win2k x86_ Beta perhaps linux-amd64 (note it has a 200Gb disk) Now the question is: what is the

Re: Newbie question regarding Virtual Hosts setup

2004-05-05 Thread Kevin D. Kinsey, DaleCo, S.P.
David H. Ingham wrote: Hopefully, a simple question. I have set up a FreeBSD server to develop a web app for a client. my system is: FreeBSD Version 5.2 Apache Version 2.0.47 MySQL Version 4.0.16

Re: best cd ripping option.

2004-05-05 Thread Kevin D. Kinsey, DaleCo, S.P.
Lex Hider wrote: OK, there are 2 things I'd like help with: 1) What's the recommended or best way for ripping audio CDs in FreeBSD-5.X? That is putting music CD to HD for encoding ogg/flac/mp3 etc. I use lame (/usr/ports/audio/lame). KDK ___ [EMAIL

Re: support platform

2004-05-05 Thread mark
On May 5, 2004, at 6:31 AM, JAMES WANG wrote: Dear All I am James wang at IBMTaiwan and responsible for IBM xSeries. My question is : Can FreeBSD support IBM high end PC server ( x445, Xeon CPU ) ? We run a farm of x335s at my company. FreeBSD-5.2.x works great. ACPI works, broadcom works,

Re: Installing a new system....

2004-05-05 Thread Steven Hartland
Just doing exactly that. Order so far: XP i386, XP 64 (beta), Linux i386, Linux 64 Still to do FreeBSD. You must do XP i386 first as the boot loader for XP 64 is more up to date. Linux i386 need ACPI disabled here MS-9245 series machine dual 246 with 4GB. Not having much luck with FreeBSD at as I

RE: Sound server issue

2004-05-05 Thread David Wassman
I finally got it working using the manual settings in the LINT file. My last question is how to configure the secondary DMA channel. The man pages for sbc: The value of flags specifies the secondary DMA channel. If the secondary DMA channel is C, set the flags to (C | 0x10). For a sound

Re: Newbie question regarding Virtual Hosts setup

2004-05-05 Thread mark
On May 5, 2004, at 11:54 AM, Kevin D. Kinsey, DaleCo, S.P. wrote: David H. Ingham wrote: Hopefully, a simple question. I have set up a FreeBSD server to develop a web app for a client. my system is: FreeBSD Version 5.2 Apache Version

Re: Ports Index Update Error - mail/lmtpd Failure

2004-05-05 Thread Joshua Lokken
* Bob Perry [EMAIL PROTECTED] [2004-05-04 22:04]: Was unsucessful at upgrading my ports system Saturday due to a failure during the port index update. More specifically, I received an error message stating that mail/lmtpd file failed. The upgrade process is fairly basic beginning with a

Printing to a Xerox Document Centre 332 (escape seq.)

2004-05-05 Thread Bob Collins
We have a Xerox Document Centre 332 on our network. LPD is running on it. I can send print jobs to it from the FBSD boxes, however I get the staircase effect. I cannot find at Xerox, nor Googling the escape sequence required to curtail the staircase effects. Has anyone figured this out? And if

Re: Printing to a Xerox Document Centre 332 (escape seq.)

2004-05-05 Thread Bill Moran
Bob Collins wrote: We have a Xerox Document Centre 332 on our network. LPD is running on it. I can send print jobs to it from the FBSD boxes, however I get the staircase effect. I cannot find at Xerox, nor Googling the escape sequence required to curtail the staircase effects. Has anyone figured

Re: Ports Index Update Error - mail/lmtpd Failure

2004-05-05 Thread Kent Stewart
On Wednesday 05 May 2004 09:42 am, Joshua Lokken wrote: * Bob Perry [EMAIL PROTECTED] [2004-05-04 22:04]: Was unsucessful at upgrading my ports system Saturday due to a failure during the port index update. More specifically, I received an error message stating that mail/lmtpd file failed.

Syslogd not logging data from remote machines

2004-05-05 Thread Micah Bushouse
Dear List, FreeBSD alumi.bushouse.net 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #0: Mon Apr 26 08:34:37 EDT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/APRIL i386 I'm trying to get syslogd on the FBSD system above to log events from my Watchguard SOHO firewall/router. On this particular

Re: Newbie question regarding Virtual Hosts setup

2004-05-05 Thread Kevin D. Kinsey, DaleCo, S.P.
mark wrote: On May 5, 2004, at 11:54 AM, Kevin D. Kinsey, DaleCo, S.P. wrote: David H. Ingham wrote: Hopefully, a simple question. I have set up a FreeBSD server to develop a web app for a client. my system is: FreeBSD Version 5.2 Apache

LSI20320R support in 5.2.1 ?

2004-05-05 Thread J.D. Bronson
Can anyone confirm that this card will work with FreeBSD 5.2.1 x86 ? It has the SCSI I/O Processor LSI53C1020 Thanks! -- J.D. Bronson Aurora Health Care // Information Services // Milwaukee, WI USA Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282

Re: Mail Delivery (failure qanda@jp.freebsd.org)

2004-05-05 Thread QandA-request
QandA$B$X$NEj9F(B $B$$j$,$H$$4$6$$$^$9!#3'MM$+$i$*4s$;D:$$$?(BQandA$B$O!(B QandA$B%W%m%8%'%/%HFb$K$F3NG'!@0M}$5$l!(BFreeBSD QandA$B=8$KDI2C$5$l(B $B$^$9!#(B $B$3$NDI2C$5$l$?(B QandA$B$NJ8O$O(B BSD Style$B$N([EMAIL PROTECTED](B $B$l!(BQandA$BJ8O$N;}$Ag$O(B The FreeBSD QandA

Abnormal network errors?

2004-05-05 Thread adp
I am working on some network performance issues. One of the first things I inspected was netstat-s. This is for a FreeBSD 4.9-REL NFS and MySQL server that has been up for 33 days. It seems to me that I have a lot of errors, specifically with UDP (NFS related I would guess). The server is a dual

Re: Syslogd not logging data from remote machines

2004-05-05 Thread Thomas Beer
/usr/sbin/syslogd -a 192.168.111.1 -n a /usr/sbin/syslogd -a 192.168.111.1:514 -n should work Cheers Tom ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Can't make in Live Fixit CD-mode

2004-05-05 Thread Stefan Peekel
I'm having problems installing FreeBSD 4.9 on my HP Netserver E60 (Dual P2-450, 512 MB RAM, 3x 9,1 UWSCSI3 HDD, PCI VGA Adapter). The agp on this serverboard is not supported by FreeBSD 4.9. This means that I can install FreeBSD 4.9, but after installation and reboot the system stops at apg0.

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Patrick Crosby
This isn't a laptop, it's a dual-processor desktop w/ two athlon mp 2600's. But I monitored the temperature all day long today. It hasn't fluctuated more than a degree, and yet I just got another hang (while compiling). The temperature of the cpus and motherboard was the same that it was all

makestrs not found installing X

2004-05-05 Thread Thomas Beer
Hi, I'm currently trying to install XFree86-4. It stops with Error code 127 makestrs: not found but makestrs is located in /usr/X11R6/bin and the path is set. Any pointers would be highly appreciated. Thanks Tom ___ [EMAIL PROTECTED] mailing list

Re: Abnormal network errors?

2004-05-05 Thread Charles Swiger
On May 5, 2004, at 2:27 PM, adp wrote: On this server I'm thinking I need two things: 1. More sockets available. 2. Larger sockbufs for send and recv. Is this an accurate assessment? Given the application of this system, you might want to up the value of kern.ipc.nmbclusters by a factor of four

Re: Ports Index Update Error - mail/lmtpd Failure

2004-05-05 Thread Joshua Lokken
* Kent Stewart [EMAIL PROTECTED] [2004-05-05 10:28]: On Wednesday 05 May 2004 09:42 am, Joshua Lokken wrote: This is really not true. INDEX is updated infrequently and depending on the version cvsup downloads will leave you with a version that can be as much as 2 months out of date.

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Joshua Lokken
* Patrick Crosby [EMAIL PROTECTED] [2004-05-05 12:10]: This isn't a laptop, it's a dual-processor desktop w/ two athlon mp 2600's. But I monitored the temperature all day long today. It hasn't fluctuated more than a degree, and yet I just got another hang (while compiling). The temperature

Re: best cd ripping option.

2004-05-05 Thread Joshua Lokken
* Lex Hider [EMAIL PROTECTED] [2004-05-05 08:46]: OK, there are 2 things I'd like help with: 1) What's the recommended or best way for ripping audio CDs in FreeBSD-5.X? That is putting music CD to HD for encoding ogg/flac/mp3 etc. No need to cross-post. /usr/ports/audio/cd2mp3 is a perl

Re: Installing a new system....

2004-05-05 Thread Joshua Lokken
* Willem Jan Withagen [EMAIL PROTECTED] [2004-05-05 08:56]: When thing go as planned I'm getting my dual opteron system this week. So it is time to start planning What I'm wanting to dump on it: FBSD AMD64 FBSD i386 Win2K i386 Win2k x86_ Beta perhaps

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Patrick Crosby
Joshua Lokken ([EMAIL PROTECTED]) wrote: [from http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html] [snip] [snip] # make -j4 buildworld [snip] Be aware that this is still somewhat experimental, and commits to the source tree may occasionally break this feature. If

Re: Ports Index Update Error - mail/lmtpd Failure

2004-05-05 Thread Kris Kennaway
On Wed, May 05, 2004 at 09:42:14AM -0700, Joshua Lokken wrote: * Bob Perry [EMAIL PROTECTED] [2004-05-04 22:04]: Was unsucessful at upgrading my ports system Saturday due to a failure during the port index update. More specifically, I received an error message stating that mail/lmtpd

Re: waking up from zzz(8)

2004-05-05 Thread Nate Lawson
On Tue, 4 May 2004, Mikhail Teterin wrote: =Use a serial console. Sounds like your system is waking up but not =fully. The screen may be helped by loading acpi_video. I don't think, there is a serial port on this laptop. It has a built-in soft-modem, but no free serial port. I loaded the

contigma-agp

2004-05-05 Thread i valdes
try to install and run freebsd 4.9 and 5.1. the os will not boot after install with the contigmamust not be zero panic. have any fixes been found? i use a kds laptop, pentiumIII cpu, with an ali card. any help appreciated. thanx in advance. ___

Re: makestrs not found installing X

2004-05-05 Thread Kevin D. Kinsey, DaleCo, S.P.
Thomas Beer wrote: Hi, I'm currently trying to install XFree86-4. It stops with Error code 127 makestrs: not found but makestrs is located in /usr/X11R6/bin and the path is set. Any pointers would be highly appreciated. Thanks Tom Hello Tom, Unfortunately, I'm not able to help you. There

Re: makestrs not found installing X

2004-05-05 Thread Kent Stewart
On Wednesday 05 May 2004 02:13 pm, Kevin D. Kinsey, DaleCo, S.P. wrote: Thomas Beer wrote: Hi, I'm currently trying to install XFree86-4. It stops with Error code 127 makestrs: not found but makestrs is located in /usr/X11R6/bin and the path is set. Any pointers would be highly

Re: Abnormal network errors?

2004-05-05 Thread adp
- Original Message - From: Charles Swiger [EMAIL PROTECTED] On May 5, 2004, at 2:27 PM, adp wrote: On this server I'm thinking I need two things: 1. More sockets available. 2. Larger sockbufs for send and recv. Is this an accurate assessment? Given the application of this

Re: Abnormal network errors?

2004-05-05 Thread adp
As an added note, I am seeing real issues with the NFS stats on the server: # nfsstat -s Server Info: Getattr SetattrLookup Readlink Read WriteCreate Remove 502201060 80441153 281 4569327 2420840270703 462872 Rename Link Symlink Mkdir

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Bill Moran
Patrick Crosby wrote: Be aware that this is still somewhat experimental, and commits to the source tree may occasionally break this feature. If the world fails to compile using this parameter try again without it before you report any problems. this isn't for a 'make -j4 buildworld', it's for

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Mark Ovens
Patrick Crosby wrote: Joshua Lokken ([EMAIL PROTECTED]) wrote: [from http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html] [snip] [snip] # make -j4 buildworld [snip] Be aware that this is still somewhat experimental, and commits to the source tree may occasionally break this

Stop in /usr/ports/x11-toolkits/tk84/work/tk8.4.6/unix.

2004-05-05 Thread Redmond Militante
hi i'm getting another error attempting to reinstall kde on my machine. the errors are related to x11-toolkits/tk84 sample... /usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.h:97: error: syntax error before void /usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:23: error: syntax

Re: contigma-agp

2004-05-05 Thread Joshua Lokken
* i valdes [EMAIL PROTECTED] [2004-05-05 14:17]: try to install and run freebsd 4.9 and 5.1. the os will not boot after install with the contigmamust not be zero panic. have any fixes been found? i use a kds laptop, pentiumIII cpu, with an ali card. any help appreciated. thanx in

Re: Printing to a Xerox Document Centre 332 (escape seq.)

2004-05-05 Thread Warren Block
On Wed, 5 May 2004, Bob Collins wrote: We have a Xerox Document Centre 332 on our network. LPD is running on it. I can send print jobs to it from the FBSD boxes, however I get the staircase effect. I cannot find at Xerox, nor Googling the escape sequence required to curtail the staircase

Re: Patching ports

2004-05-05 Thread Simon Barner
Hi, How do I add a patch to a certain port? Usually I would use the patch program to add the patch to the source code. But when using ports the system begins compiling right after rewtrieving the source. Thus not giving me a change to apply the patch. I've seen a folder named files in which

Re: please give me some advice

2004-05-05 Thread Simon Barner
?? ?? wrote: I am a novice to unix,I am going to install it on my computer ,but I encounter a problem,so I report it to you,and I will be very thankful if you can give me some advice!!! I have installed windows2000 on my computer,I make two boot flopy disks,and copy the files needed

Re: SATA

2004-05-05 Thread Dan Strick
On Tue, 04 May 2004 01:25:37 +0200, Florian wrote: On advice, I downloaded FreeBSD 4.10 RC2 (because 5.2.1 would not work) but can't install it because the installer does not find my HDD which is a 120gb Seagate drive on an on-board Silicon Image SiI 3112 SATARaid Controller. Is SATA

RE: OpenOffice run problem - Solved

2004-05-05 Thread Derrick Ryalls
/usr/libexec/ld-elf.so.1: Shared object libc_r.so.4 not found /usr/libexec/ld-elf.so.1: Shared object libc_r.so.4 not found this sounds like your openoffice package was built on freebsd 4.x. on freebsd 5.2 libc_r version is 5 (libc_r.so.5). you might try to install the compat4x

Re: Printing to a Xerox Document Centre 332 (escape seq.)

2004-05-05 Thread Murray Taylor
LPRng and ifhp from ports also works well... Ifhp seems to be a good filter ... throw all sortsa files at it and they print just fine. On Thu, 2004-05-06 at 09:29, Warren Block wrote: On Wed, 5 May 2004, Bob Collins wrote: We have a Xerox Document Centre 332 on our network. LPD is

broken .iso

2004-05-05 Thread sanjai . toewar
Dear sir First I downloaded twice the iso-files once under linux and the other time under windows. Both time I did a md5 check. In both cases the md5 didn't check allright. What is going on here are the files corrupt or is the md5 file wrong. I downloaded OpenDarwin en Peanutlinux and checked

Re: broken .iso

2004-05-05 Thread Kris Kennaway
On Thu, May 06, 2004 at 02:53:34AM +0200, [EMAIL PROTECTED] wrote: Dear sir First I downloaded twice the iso-files once under linux and the other time under windows. Both time I did a md5 check. In both cases the md5 didn't check allright. What is going on here are the files corrupt or is

Need Advice in SSH

2004-05-05 Thread Bull TORS
Hello, I was hoping if anyway could give me advice, hints, and anything about this question of mine. I have to laptops in which I have installed FreeBSD-Current (both). One is in the office that I worked for and the other at my home. I have named (hostname) my laptops as laptop1.mydomain.org

Re: Need Advice in SSH

2004-05-05 Thread Rob
Bull TORS wrote: Can I use ssh to connect/administer either way on these 2 laptops? I hope that I have stated my question clearly...I will try my best to simply things below: laptop1.mydomain.org-?ssh?--- laptop2.mydomain.org Static IP Address from the

Re: Ports Index Update Error - mail/lmtpd Failure

2004-05-05 Thread E. Eusey
I ran into the same issue. I found two solutions that worked. Neither is very pretty. 1. Realizing that I would never install lmtpd, I simply commented out the lines in the makefile pertaining to DB3. The Makefile ended up looking like this: # .if defined(WITH_DB3) # LIB_DEPENDS+=

building the talkfilters plugin for gaim

2004-05-05 Thread epilogue
hello all, just wondering if anyone can help me get the talkfilters gaim plugin working. i followed the instructions included in the talkfilters port (misc category) as well as those in the gaim README file, but i only end up with the error messages below. sadly, i am not able to troubleshoot

Re: Need Advice in SSH

2004-05-05 Thread Bull TORS
On Thursday 06 May 2004 11:25, Rob wrote: Bull TORS wrote: Can I use ssh to connect/administer either way on these 2 laptops? I hope that I have stated my question clearly...I will try my best to simply things below: laptop1.mydomain.org-?ssh?---

Installing portaudit from ports

2004-05-05 Thread R. M. Los
Hi, I'm trying to install portaudit from ports, but get this error: Dependency error: this port wants the OpenSSL library from the FreeBSD base system. You can't build against it, while a newer version is installed by a port. Please deinstall the port or undefine WITH_OPENSSL_BASE.

Re: Need Advice in SSH

2004-05-05 Thread Kevin Stevens
On May 5, 2004, at 20:24, Bull TORS wrote: My laptop in the office (laptop1.mydomain.org) has a static internal network address 192.168.1.35 from my company's (companydomain.org) LAN Server. My laptop in my home has 192.168.1.x (I am not that sure if it changes a lot but I think not) as a DHCP

Re: Need Advice in SSH

2004-05-05 Thread Rob
Bull TORS wrote: My laptop in the office (laptop1.mydomain.org) has a static internal network address 192.168.1.35 from my company's (companydomain.org) LAN Server. My laptop in my home has 192.168.1.x (I am not that sure if it changes a lot but I think not) as a DHCP client from my ISP

Re: Need Advice in SSH

2004-05-05 Thread Bull TORS
On Thursday 06 May 2004 12:50, Rob wrote: Bull TORS wrote: My laptop in the office (laptop1.mydomain.org) has a static internal network address 192.168.1.35 from my company's (companydomain.org) LAN Server. My laptop in my home has 192.168.1.x (I am not that sure if it changes a lot but I

Re: Need Advice in SSH

2004-05-05 Thread Bull TORS
On Thursday 06 May 2004 12:44, Kevin Stevens wrote: On May 5, 2004, at 20:24, Bull TORS wrote: My laptop in the office (laptop1.mydomain.org) has a static internal network address 192.168.1.35 from my company's (companydomain.org) LAN Server. My laptop in my home has 192.168.1.x (I am not

Setting Data on the Parallel Port

2004-05-05 Thread Philippine FreeBSD Info
Is there a simple way to set the D0 to D7 bits on the Parallel Port... perhaps with a script I could make into a cron job. I just want to turn on and off some things through out the day. My buddy does this with his WhenDoze? machine and basic, and everyone knows FreeBSD does everything

Re: Setting Data on the Parallel Port

2004-05-05 Thread Tim Aslat
In the immortal words of Philippine FreeBSD Info [EMAIL PROTECTED]... Is there a simple way to set the D0 to D7 bits on the Parallel Port... Simplest option (I've been doing a bit of this myself lately) is to use the ppi interface. There is some example code (in C) to be found in

Re: Need Advice in SSH

2004-05-05 Thread Rob
Bull TORS wrote: could finish the last phrase of my sentence, they would say Oh, your not using Windows! so you are using Linux!... Why use strange things?...Imagine that Linux sounds strange to them, what would happen if I start explaining what FreeBSD is!...Hehehe...And the person in-charge

Re: Need Advice in SSH

2004-05-05 Thread Rob
Bull TORS wrote: Thanks for the response...I have tried to use ssh before but everytime I did a message always says operation timed out...and I could not know what went Try ssh -v ... to see debugging messages while ssh tries to establish the connection. You may also try ssh -v -v ... or ssh -v