Compatibility layer for device drivers

2004-12-10 Thread Loren M. Lang
I have some hardware that is neither supported by linux nor freebsd, but I'd like to take up the challenge and try to get it working. My first problem though is choosing with os to develop it for since both have completely different apis. Now it seems to me that I should be able to write a

Linux kernel on FreeBSD

2004-12-10 Thread Loren M. Lang
I recently ran across an intresting project, Debian GNU/FreeBSD, a FreeBSD kernel running with the standard userland from the GNU Project. This surprised me as it almost seems like the exact opposite of what I'd want. Now this does give me an idea, what about making Linux/FreeBSD, the Linux

Re: gateway_enable question

2004-12-10 Thread Loren M. Lang
On Fri, Dec 10, 2004 at 01:56:44PM +0900, Rob wrote: David Banning wrote: I have a few win boxes which use my FreeBSD box as a gateway to the net. I am wondering how I can keep a network connection between all the computers, allowing the FreeBSD box to still be connected to the net, but

Re: comparing two files yy.unl and xx.dat

2004-12-10 Thread Loren M. Lang
On Thu, Dec 09, 2004 at 03:39:20PM -0500, Thiyagarajan, Jemima wrote: Hi all I am new to shell scripts. I have a doubt. Please somebody help me. Any explanation with example will be appreciated. I try to compare 2 files xx.dat (data separated by comma) and yy.unl (data separated by |).

Re: recompiling my kernel error

2004-12-10 Thread Loren M. Lang
On Wed, Dec 08, 2004 at 07:33:52PM +0800, Spades wrote: After I cvsup'd and recompiling my kernel, it came up with this error, anyone has an idea on how to fix this? -- cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith

FreeBSD and FS Primergy TX150 S2

2004-12-10 Thread martin hudec
Hello, I am considering to buy some servers Fujitsu Siemens Primergy TX150 S2 and I am interested if anyone has experience with these servers. It is single P4 3GHz, 1GB RAM, 2x160GB SATA disks and Promise FastTrak S150 TX4 controller. I want to use 5.3-STABLE there. I am mainly interested in

Re: FreeBSD and FS Primergy TX150 S2

2004-12-10 Thread martin hudec
Hello, On Fri, Dec 10, 2004 at 10:34:06AM +0100 or thereabouts, Joerg Pulz wrote: Hi, i have such a system. It was running previous FreeBSD-5.x versions and is now running FreeBSD 5.3-RELEASE-p2. There were no problems to get everything working. The SATA controller works out of GENERIC.

VIRUS IN YOUR MAIL

2004-12-10 Thread virusalert
V I R U S A L E R T Our viruschecker found the W32/[EMAIL PROTECTED] virus(es) in your email to the following recipient(s): - [EMAIL PROTECTED] Delivery of the email was stopped! Please check your system for viruses, or ask your system administrator to do

Re: RTL8139 Carbus Card fails to activate

2004-12-10 Thread Jan Christian Meyer
Greetings! I have a 10/100 fast ethernet carbus card that uses the realtek 8139 chipset that I'd like to use with FreeBSD. I have 5.3-RELEASE installed on a PIII Celeron in a Compaq Presario Laptop. The card is reconized and the rl driver seems to load, but fails to map the card's memory or

Re: Brighstor ARCserve Backup for Linux on FreeBSD

2004-12-10 Thread Piotr Gnyp
On Wed, Dec 08, 2004 at 02:51:44PM -0800, pete wright wrote: to help you out we will most likely need more info on your system. a dmesg will help, as well as a uname. also do you have /compat/linux installed? if so which version? is the install script a perl file, shell script of compiled

Re: Linux kernel on FreeBSD

2004-12-10 Thread Kees Plonsz
Loren M. Lang wrote: For example, I recently ran across the problem that my realtek 10/100 nic is not supported under the freebsd kernel, but it is very supported under linux for some time now. You have a lot of unsupported hardware under freebsd. Is this your realtec nic ? rl0: RealTek

routing monitoring ?

2004-12-10 Thread Frank Bonnet
Hi I've installed an old PC ( PII 350 Mhz ) as a router it works like a charm ;-) I wonder which tool I could install on it to monitor a bit the routing process. Thanks a lot. -- Cordialement/Regards Frank Bonnet ___ [EMAIL PROTECTED] mailing list

Re: routing monitoring ?

2004-12-10 Thread Jorn Argelo
On Fri, 10 Dec 2004 12:35:38 +0100, Frank Bonnet wrote Hi I've installed an old PC ( PII 350 Mhz ) as a router it works like a charm ;-) I wonder which tool I could install on it to monitor a bit the routing process. MRTG, Nagios or RRDtool would do the trick. I would prefer the latter.

Re: routing monitoring ?

2004-12-10 Thread Dick Davies
* Frank Bonnet [EMAIL PROTECTED] [1236 11:36]: Hi I've installed an old PC ( PII 350 Mhz ) as a router it works like a charm ;-) I wonder which tool I could install on it to monitor a bit the routing process. cricket kicks the ass. built on perl and rrdtool, really powerful config syntax

Re: Welcome to the freebsd-questions mailing list

2004-12-10 Thread BabOS Server
Hi, I have a system users in Linux Redhat and I want migrate to FreeBSD, but I have a problem: FreeBSD limit size to 16 characters. I need some characters. Help, please! Sorry, my bad english ___ [EMAIL PROTECTED] mailing list

Re: mysql won't start on boot

2004-12-10 Thread Vonleigh Simmons
Yes, was in my original message but you caught us half-way: # grep mysql /etc/rc.conf mysql_enable=YES I'm using the mysql from ports. I'm going from memory here as I'm not in front of my BSD machine but isn't it mysqld_enable=YES? Not according to the script, but I'll try it

Re: mysql won't start on boot

2004-12-10 Thread Markus Hoenicka
Vonleigh Simmons [EMAIL PROTECTED] was heard to say: Nope, still no dice. Changed it back to mysql_enable but it still won't start up on boot. Anyone have any other ideas of what it could be? I can't help you any further if you want to understand what's going wrong. However, if you

Re: Linux kernel on FreeBSD

2004-12-10 Thread Eric Kjeldergaard
Also, I've found the Netfilter firewall in Linux to be, IMHO, a little better designed than ipfilter or ipfw in freebsd, and it definetely has more features than those two freebsd firewalls. Which features? Is there something I'm missing with the firewalls available in FreeBSD? -- If I

Re: mysql won't start on boot

2004-12-10 Thread Gary Hayers
Vonleigh Simmons wrote: After updating to 5.3 MySQL won't start at boot time. I read UPDATING and it says to include a line in /etc/rc.conf. But even after adding that line: # grep mysql /etc/rc.conf mysql_enable=YES It still won't start up on its own after I reboot. However doing: #

cache-update (portindex) - hangs(?)

2004-12-10 Thread Christopher Illies
Hi, I am trying to figure out the correct way to use sysutils/p5-FreeBSD-Portindex. From how I understand it, the procedure for updating the ports system would be: to initialise cache, afterwards occasionally : # cache-init then for upating the portstree: # cvsup -g -L 2 ports-supfile #

Re: RTL8139 Carbus Card fails to activate

2004-12-10 Thread Lowell Gilbert
Jan Christian Meyer [EMAIL PROTECTED] writes: I upgraded my laptop (Fujitsu-Siemens Lifebook C4355) to 5.3 this week, and had the same problem. My card started working when i disabled ACPI. I don't have a sufficiently pointy hat to tell you _why_ this happened... It shouldn't be like that,

portaudit question

2004-12-10 Thread Thomas S. Crum - AAA Web Solution, Inc.
Is there something that I am not updating that portaudit would like to see done or is this just a generic warning. Either way, please provide examples of what I might due to have it stop complaining. I can find no examples googling the portaudit note below. # Here's what I did. Installed 4.10

Re: recompiling my kernel error

2004-12-10 Thread Lowell Gilbert
Loren M. Lang [EMAIL PROTECTED] writes: P.S. Is there an easy way to start a buildworld or buildkernel again without having it auto-clean first for cases like this, or when just making a minor chance to a source file? make -DNOCLEAN buildworld will help.

Re: mysql won't start on boot

2004-12-10 Thread Vonleigh Simmons
It still won't start up on its own after I reboot. However doing: # /usr/local/bin/mysqld_safe --user=mysql --datadir=/var/db/mysql --pid-file=/var/db/mysql/my_hostname.pid Ok forget that last question, I found the answer, check the startup script is running the correct command, I found that

Scott Crain from Xenia?? (who played a Driud in Rob Scites Campaign)

2004-12-10 Thread Dwaine_Falls
This message is for Scott Crain that grew up in Xenia, Ohio. This is Dwaine Falls and I have been trying to get in touch with you. Please respond to confirm identity. If this is the wrong person then I apologize Dwaine R. Falls URS Corporation 277 West Nationwide Blvd. Columbus, Ohio 43215

Re: Wildcard syntax in newsyslog.conf

2004-12-10 Thread Panagiotis Christias
On Fri, 10 Dec 2004 09:03:47 -0500, Gerard Samuel [EMAIL PROTECTED] wrote: Is it possible to use wildcards in newsyslog.conf? For example, my current apache setup, I have a few virtual hosts logging into their own file. And instead of specifying each file in newsyslog.conf, Im trying -

Re: Linux kernel on FreeBSD

2004-12-10 Thread Jeff Lawlor
For programs that require linux kernel source code what about copying the linux kernel source files from a linux box on to the FreeBSD machine? Has anyone tried this? On Fri, 2004-12-10 at 07:48, Eric Kjeldergaard wrote: Also, I've found the Netfilter firewall in Linux to be, IMHO, a

BSD library HOWTO?

2004-12-10 Thread Jonathon McKitrick
Hi all, I found some general guidelines in the Developer's Handbook, but is there a more detailed HOWTO somewhere on setting up and using a library? I'd like to get the whole low-down on sonames, links to libraries, compiling versus linking library names, and so on. jm --

When to use 'portupgrade -R'

2004-12-10 Thread Jonathon McKitrick
I've run into some problems using 'portupgrade -R' so I'm wondering if just using 'portupgrade' is good enough in most cases. I don't want a port to be upgraded without NECESSARY dependencies, but I don't want minor upgrades done UNNECESSARILY that might cause inconsistencies in the database.

RE: Questions regarding FreeBSD

2004-12-10 Thread Thomas S. Crum - AAA Web Solution, Inc.
All of this is in the handbook at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Best, Thomas S. Crum -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexis Rios Sent: Friday, December 10, 2004 8:51 AM To: [EMAIL PROTECTED]

[WAY OT] Re: Scott Crain from Xenia?? (who played a Driud in Rob Scites Campaign)

2004-12-10 Thread Ed Budd
[EMAIL PROTECTED] wrote: This message is for Scott Crain that grew up in Xenia, Ohio. This is Dwaine Falls and I have been trying to get in touch with you. Please respond to confirm identity. If this is the wrong person then I apologize Dwaine R. Falls URS Corporation 277 West Nationwide Blvd.

[Fwd: HTT/SMP servers instability on 5.3-STABLE]

2004-12-10 Thread klr
Hi, I have a Dual Xeon 2.4 and a Dual Xeon 2.8 servers running with HyperThreading, ACPI, and SMP enabled. The 2.8 server won't stand for more than 5 days without crashing, and the 2.4 server was up 30 days crashed, now was up 12 days, and crashed. I didn't have a debugging kernel, I'll be

Re: Linux kernel on FreeBSD

2004-12-10 Thread Ruben de Groot
On Fri, Dec 10, 2004 at 08:49:50AM -0600, Jeff Lawlor typed: For programs that require linux kernel source code what about copying the linux kernel source files from a linux box on to the FreeBSD machine? Has anyone tried this? Please name 1 program that requires linux kernel source code

Re: Linux kernel on FreeBSD

2004-12-10 Thread Jeff Lawlor
On Fri, 2004-12-10 at 09:07, Ruben de Groot wrote: On Fri, Dec 10, 2004 at 08:49:50AM -0600, Jeff Lawlor typed: For programs that require linux kernel source code what about copying the linux kernel source files from a linux box on to the FreeBSD machine? Has anyone tried this?

File System Descriptions

2004-12-10 Thread Odhiambo Washington
Dear people, Does anyone know of a place where they describe the differences between the commonly known filesystem types - UFS, UFS2, NTFS, EXT2, EXT3, REISERFS, FAT32 (spit!) .. well, mostly the ones related to Unix I hope. I would like to know why one type is preferred over the others, or

Hardware support question

2004-12-10 Thread Jim
Hi, Can you tell me if this motherboard / chipset is supported. This is in a Microtel computer. Motherboard: CPU Type AMD Duron XP, 1212 MHz (12 x 101) Motherboard Name Gigabyte GA-7VKMLS (3 PCI, 2 DIMM,

Re: bsd book

2004-12-10 Thread unixadmin99
On Fri, 10 Dec 2004 15:38:42 +0200, Michal Kapalka [EMAIL PROTECTED] wrote: you can look here http://kaste.lv/OreilltyBookshelf/ or send me e-mail what you need for e-books Best regards Michal alias fofo(at)hysteria(dot).sk I own The Complete FreeBSD, but a keep going back

Re: When to use 'portupgrade -R'

2004-12-10 Thread Peter Ulrich Kruppa
On Fri, 10 Dec 2004, Jonathon McKitrick wrote: I've run into some problems using 'portupgrade -R' so I'm wondering if just using 'portupgrade' is good enough in most cases. I don't want a port to be upgraded without NECESSARY dependencies, but I don't want minor upgrades done UNNECESSARILY that

Re: Digital video camera + IEEE-1394 + Firewire: How?

2004-12-10 Thread Svein Halvor Halvorsen
* Rob [2004-12-09 22:21 +0900] What do I need for transferring the movies from the video camera to my PC? Do I need software? Is that in the ports? The camera will almost certainly send raw dv-data iver the ieee1394 (aka firewire, ilink, etc) cable when set on Play. You can then use

HTT/SMP servers instability on 5.3-STABLE]

2004-12-10 Thread klr
Hi, I have a Dual Xeon 2.4 and a Dual Xeon 2.8 servers running with HyperThreading, ACPI, and SMP enabled. The 2.8 server won't stand for more than 5 days without crashing, and the 2.4 server was up 30 days crashed, now was up 12 days, and crashed. I didn't have a debugging kernel, I'll be

Re: Wildcard syntax in newsyslog.conf

2004-12-10 Thread Paul Schmehl
--On Friday, December 10, 2004 09:03:47 AM -0500 Gerard Samuel [EMAIL PROTECTED] wrote: Is it possible to use wildcards in newsyslog.conf? For example, my current apache setup, I have a few virtual hosts logging into their own file. And instead of specifying each file in newsyslog.conf, Im

Re: Linux kernel on FreeBSD

2004-12-10 Thread Mark Cullen
Jeff Lawlor wrote: On Fri, 2004-12-10 at 09:07, Ruben de Groot wrote: On Fri, Dec 10, 2004 at 08:49:50AM -0600, Jeff Lawlor typed: For programs that require linux kernel source code what about copying the linux kernel source files from a linux box on to the FreeBSD machine? Has anyone tried this?

Re: Wildcard syntax in newsyslog.conf

2004-12-10 Thread Gerard Samuel
Paul Schmehl wrote: --On Friday, December 10, 2004 09:03:47 AM -0500 Gerard Samuel [EMAIL PROTECTED] wrote: Is it possible to use wildcards in newsyslog.conf? For example, my current apache setup, I have a few virtual hosts logging into their own file. And instead of specifying each file in

Re: Linux kernel on FreeBSD

2004-12-10 Thread Jerry McAllister
Jeff Lawlor wrote: On Fri, 2004-12-10 at 09:07, Ruben de Groot wrote: On Fri, Dec 10, 2004 at 08:49:50AM -0600, Jeff Lawlor typed: For programs that require linux kernel source code what about copying the linux kernel source files from a linux box on to the FreeBSD machine? Has

Re: JDK14 fails to install

2004-12-10 Thread Daniel Bye
On Fri, Dec 10, 2004 at 09:57:04AM -0700, Tom Connolly wrote: Hello List, I'm trying to do a fresh install of the jdk14 port and I get the following error: o linux-sun-jdk-1.4.2.05 [---snip---] gmake: *** [j2se-build] Error 2 *** Error code 2 Can anyone provide some help with

Re: RTL8139 Cardbus Card fails to activate

2004-12-10 Thread Jan Christian Meyer
On Fri, 10 Dec 2004, Lowell Gilbert wrote: Jan Christian Meyer [EMAIL PROTECTED] writes: I upgraded my laptop (Fujitsu-Siemens Lifebook C4355) to 5.3 this week, and had the same problem. My card started working when i disabled ACPI. I don't have a sufficiently pointy hat to tell you _why_

Re: Linux kernel on FreeBSD

2004-12-10 Thread Loren M. Lang
On Fri, Dec 10, 2004 at 12:16:49PM -0500, Jerry McAllister wrote: Jeff Lawlor wrote: On Fri, 2004-12-10 at 09:07, Ruben de Groot wrote: On Fri, Dec 10, 2004 at 08:49:50AM -0600, Jeff Lawlor typed: For programs that require linux kernel source code what about copying the linux

Re: When to use 'portupgrade -R'

2004-12-10 Thread Peter Ulrich Kruppa
On Fri, 10 Dec 2004, Jonathon McKitrick wrote: On Fri, Dec 10, 2004 at 05:08:44PM +0100, Peter Ulrich Kruppa wrote: : Hmm, I am afraid your question is a bit general ... I've tried the '-R' option before, and ended up with portupgrade telling me I had stale dependencies, and I never can get those

Re: Qlogic 2342 Fibre Channel HBA supported by isp driver?

2004-12-10 Thread Dan Nelson
In the last episode (Dec 10), Dan Pritts said: i'm looking at purchasing a fibre-attached raid. The recommended card from the vendor is a qlogic 2342 HBA. It's not clear from the documentation for the isp driver whether this is supported or not (it specifically mentions 2300 cards but i

Re: RTL8139 Cardbus Card fails to activate

2004-12-10 Thread Lowell Gilbert
Jan Christian Meyer [EMAIL PROTECTED] writes: On Fri, 10 Dec 2004, Lowell Gilbert wrote: Separate parts of the system? Hardware discovery and Cardbus? Those seem about as closely related as any two features could be... I don't find this to be obvious at all, but it's good that someone

Graphical C programming with GTK 2.0

2004-12-10 Thread Frank Staals
I would like to build graphical C programs, therefor I wanted to use GTK. I tried to build the first program in the GTK Tutorial: http://www.gtk.org/tutorial/ch-gettingstarted.html and I tried to compile it as it was explained there: gcc mainwindow.c -o mainwindow `pkg-config --cflags --libs

Re: Graphical C programming with GTK 2.0

2004-12-10 Thread Bob Van Zant
The output you pasted below used single quotes instead of backticks for the pkg_config portion of the argument. Single quote: ', backtick `. I'm not sure why you used single quotes there, because your examples in your email used backticks. Also, it looks like you're missing some of the glib and

Re: [Fwd: HTT/SMP servers instability on 5.3-STABLE]

2004-12-10 Thread Colin J. Raven
On Dec 10, Toomas Aas launched this into the bitstream: Colin J. Raven wrote: On Dec 10, Toomas Aas launched this into the bitstream: For more than a month now, I've been running a Dual Xeon 2000 system (IBM eServer xSeries 225) with 5.3-RC2 and later upgraded to 5.3-RELEASE and I have no

Re: copying to a MP3 reader ?

2004-12-10 Thread Lowell Gilbert
Frank Bonnet [EMAIL PROTECTED] writes: My daughter has a Iriver 380 T MP3 reader/encoder and I wonder if it would be possible to copy some MP3 files to her reader from FreeBSD ? Probably; I don't know anything about that model, but some iriver models definitely seem to have umass(4) support,

Re: Graphical C programming with GTK 2.0

2004-12-10 Thread Miguel Mendez
On Fri, 10 Dec 2004 19:48:08 + Frank Staals [EMAIL PROTECTED] wrote: I would like to build graphical C programs, therefor I wanted to use GTK. I tried to build the first program in the GTK Tutorial: http://www.gtk.org/tutorial/ch-gettingstarted.html and I tried to compile it as it was

Re: mysql connect problems

2004-12-10 Thread John DeStefano
On Fri, 10 Dec 2004 18:08:48 +0100, Jorn Argelo [EMAIL PROTECTED] wrote: select user, password, host from user; on 'mysql' returned 3 'root' entries using 2 different passwords (localhost, %, and the actual host name), 2 anon entries (localhost and host name), 2 'mtuser' entries (one on

Re: When to use 'portupgrade -R'

2004-12-10 Thread Jonathon McKitrick
On Fri, Dec 10, 2004 at 01:32:33PM -0600, Joshua Lokken wrote: : from 'man portupgrade(1)': : : -r : --recursive Act on all those packages depending on the : given packages as well. : : -R : --upward-recursive Act on all those packages required :

Re: cache-update (portindex) - hangs(?)

2004-12-10 Thread Joshua Lokken
On Fri, 10 Dec 2004 14:57:21 +0100, Christopher Illies [EMAIL PROTECTED] wrote: Hi, I am trying to figure out the correct way to use sysutils/p5-FreeBSD-Portindex. From how I understand it, the procedure for updating the ports system would be: to initialise cache, afterwards occasionally

[no subject]

2004-12-10 Thread Stefan Jagger
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: When to use 'portupgrade -R'

2004-12-10 Thread Joshua Lokken
On Fri, 10 Dec 2004 19:37:40 +, Jonathon McKitrick [EMAIL PROTECTED] wrote: On Fri, Dec 10, 2004 at 01:32:33PM -0600, Joshua Lokken wrote: : from 'man portupgrade(1)': : : -r : --recursive Act on all those packages depending on the : given packages as

Re: Linux kernel on FreeBSD

2004-12-10 Thread Jerry McAllister
On Fri, Dec 10, 2004 at 12:16:49PM -0500, Jerry McAllister wrote: Jeff Lawlor wrote: On Fri, 2004-12-10 at 09:07, Ruben de Groot wrote: On Fri, Dec 10, 2004 at 08:49:50AM -0600, Jeff Lawlor typed: For programs that require linux kernel source code what about copying

Re: When to use 'portupgrade -R'

2004-12-10 Thread Jonathon McKitrick
On Fri, Dec 10, 2004 at 02:04:26PM -0600, Joshua Lokken wrote: : required libraries. For example, although I usually install : XFree86-4 via the meta-port, when I want to upgrade it, I : generally run 'portupgrade -r XFree86-4-libraries', which first That might be a better way to do it. I'll

Re: gateway_enable question

2004-12-10 Thread David Banning
If you use nat, killing natd might be an option. You could also put up a firewall that blocks those computers ip addresses. Maybe have 2 firewall configs. You could simply run a flush and then load the new ones on the command line. (ipfw) Thanks Lucas. I have tried killing the ppp nat

Re: gateway_enable question

2004-12-10 Thread David Banning
#ipfw add open rule number deny ip from any to any via dev facing lan but this would stop the win boxes from access the unix box via the network, would it not? ipfw would be great - my main problem is that I want to block the win boxes from using messenger which tries any and all ports, but I

Totally lost

2004-12-10 Thread Mário Gamito
Hi, When i install FreeBSD 5.3, libtool, automake and autoconf don't get installed. I upgrade the ports. After that is the total confusion. One program wants libtools version x, another, y ando so on. Some thing to automake and autoconf. How do i solve this mess ? I'm driving nuts :( Any help

Re: When to use 'portupgrade -R'

2004-12-10 Thread Kevin D. Kinsey, DaleCo, S.P.
Joshua Lokken wrote: On Fri, 10 Dec 2004 19:37:40 +, Jonathon McKitrick [EMAIL PROTECTED] wrote: On Fri, Dec 10, 2004 at 01:32:33PM -0600, Joshua Lokken wrote: : from 'man portupgrade(1)': : : -r : --recursive Act on all those packages depending on the :

Re: mysql connect problems

2004-12-10 Thread Jorn Argelo
On Fri, 10 Dec 2004 14:13:40 -0500, John DeStefano wrote On Fri, 10 Dec 2004 18:08:48 +0100, Jorn Argelo [EMAIL PROTECTED] wrote: select user, password, host from user; on 'mysql' returned 3 'root' entries using 2 different passwords (localhost, %, and the actual host name), 2 anon

Re: Graphical C programming with GTK 2.0

2004-12-10 Thread Frank Staals
Bob Van Zant wrote: The output you pasted below used single quotes instead of backticks for the pkg_config portion of the argument. Single quote: ', backtick `. I'm not sure why you used single quotes there, because your examples in your email used backticks. Also, it looks like you're missing

Re: mysql connect problems

2004-12-10 Thread Peter Risdon
Jorn Argelo wrote: On Fri, 10 Dec 2004 14:13:40 -0500, John DeStefano wrote On Fri, 10 Dec 2004 18:08:48 +0100, Jorn Argelo [EMAIL PROTECTED] wrote: select user, password, host from user; on 'mysql' returned 3 'root' entries using 2 different passwords (localhost, %, and the actual host name), 2

Re: Xorg/laptop

2004-12-10 Thread Lowell Gilbert
Bomgardner,Jon [EMAIL PROTECTED] writes: Everytime I run this it hangs, I CTRL-ALT-DEL to shut it down and this is the place where the log file ends - EVERY TIME. Here's my specs: Try Ctrl-Alt-Backspace to shut down the X server instead of the whole machine...

RE: Xorg/laptop

2004-12-10 Thread Bomgardner,Jon
Tried that... it doesn't do anything... the only way I've been able to shut it down is by CTRL-ALT-DEL. I've left it sit for hours before resorting to this. Jon Bomgardner TSC - St. Paul Password Team -Original Message- From: Lowell Gilbert [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: Totally lost

2004-12-10 Thread Joe Altman
On Fri, Dec 10, 2004 at 08:23:40PM +, Mário Gamito wrote: Hi, When i install FreeBSD 5.3, libtool, automake and autoconf don't get installed. I upgrade the ports. After that is the total confusion. One program wants libtools version x, another, y ando so on. Some thing to

Messages between dmesg and login

2004-12-10 Thread Andrew
Hello! I just couldn't find it, where can I get those messages, which come during the boot sequence just after white text (kernel) and before login: prompt. Are they even saved somewhere? I know that errors are written to /var/log/messages, but I need the exact dump of those messages. Should I

Re: Qlogic 2342 Fibre Channel HBA supported by isp driver?

2004-12-10 Thread Dan Pritts
Posting this to the list for the benefit of future readers. - Forwarded message from Dan Nelson - From: Dan Nelson To: Dan Pritts Subject: Re: Qlogic 2342 Fibre Channel HBA supported by isp driver? In the last episode (Dec 10), Dan Pritts said: This one is a dual-channel - is there

Re: Messages between dmesg and login

2004-12-10 Thread Jerry McAllister
Hello! I just couldn't find it, where can I get those messages, which come during the boot sequence just after white text (kernel) and before login: prompt. Are they even saved somewhere? I know that errors are written to /var/log/messages, but I need the exact dump of those messages.

Re: configuration of XFree86

2004-12-10 Thread Jerry McAllister
Hi, Thanks for help. I have another question for you. You should send your questions to the list rather than me personally. Chances are good someone else out there can answer better than I can. In this case that would be true. Maybe you just accidently missed using the group reply (reply

Re: Sound card drivers

2004-12-10 Thread Andrew
(uuu) pwd /usr/src (uuu) grep ALC658 sys/dev/sound/pcm/ac97.c { 0x414c4780, 0x0f, 0, ALC658,0 }, so, besides I do not know about deep thinks you detailed below, it seems there is some hope... Yep, thanks for advice! my ALC658 soundcard worked great on FreeBSD/x86. Is it somehow

Re: Totally lost

2004-12-10 Thread Erik Norgaard
Mário Gamito wrote: Hi, When i install FreeBSD 5.3, libtool, automake and autoconf don't get installed. I upgrade the ports. After that is the total confusion. One program wants libtools version x, another, y ando so on. Some thing to automake and autoconf. How do i solve this mess ? FreeBSD is

Re: Messages between dmesg and login

2004-12-10 Thread Andrew
I just couldn't find it, where can I get those messages, which come during the boot sequence just after white text (kernel) and before login: prompt. Are they even saved somewhere? I know that errors are written to /var/log/messages, but I need the exact dump of those messages. Should I

Reasonable Hyperterminal alternative?

2004-12-10 Thread Colin J. Raven
Greetings all, I'm seeking a reasonable alternative to WinXP/2000 Hyperterminal as a console application (for serial port access to a no-graphics card box). I can and do use Hyperterminal but honestly...it's kinda ugly. It does the job well enough...I guess. I intend however to access one

Re: [Fwd: HTT/SMP servers instability on 5.3-STABLE]

2004-12-10 Thread Colin J. Raven
On Dec 10, Lucas Holt launched this into the bitstream: Well thanks for sharing those observations. Until I read what you said I *assumed* that there was a performance difference with HTT enabled. The specs seem to show that there *is* a theoretical difference, yet clearly according to your

Re: Messages between dmesg and login

2004-12-10 Thread Dan Nelson
In the last episode (Dec 11), Andrew said: I just couldn't find it, where can I get those messages, which come during the boot sequence just after white text (kernel) and before login: prompt. Are they even saved somewhere? I know that errors are written to /var/log/messages, but I

Re: i386 amd64

2004-12-10 Thread Kris Kennaway
On Fri, Dec 10, 2004 at 08:20:05PM +0100, Matthias Buelow wrote: Jorn Argelo wrote: Well, some things that are keeping me from the AMD64 version of FreeBSD is the lack of support for several programs. Including cvsup, and I don't know any other way to sync the ports-tree or the kernel

Re: Xorg/laptop

2004-12-10 Thread Dan Kilbourne
How did you configure X originally? Have you tried : Xorg -configure and then tried the config it writes? Bomgardner,Jon extolled: Greetings! I'm relatively new to FreeBSD and am having a bit of trouble getting Xorg up and running on my laptop. -- ___ Dan

can't boot w/Sony USB camera or see it after powering it post-boot

2004-12-10 Thread Stephen Liss
Hello FreeBSD Tribe, Any help you can provide with this issue will be much appreciated. I'm not opposed to rtfm'ing, just don't know where to turn. I just got a Sony DSC-W1 digital camera and am not having much success with it so far with the latest greatest 5.3 stable kernel. Some things

re: Reasonable Hyperterminal alternative?

2004-12-10 Thread stheg olloydson
it was said: I'm seeking a reasonable alternative to WinXP/2000 Hyperterminal as a console application (for serial port access to a no-graphics card box). Hello, I use SecureCRT from www.vandyke.com, but it pricey. Check TUCOWS listing at

Re: Totally lost

2004-12-10 Thread Erik Norgaard
Mário Gamito wrote: Well, actuallly, after i make a port upgrade with cvsup, i go to /usr/ports (there's) a Makefile there, and do a make install. That Makefile enters an endless loop asking for libtool 1.8 (i think this is the version), that it's not in the ports. You most certainly don't want

Re: Messages between dmesg and login

2004-12-10 Thread epilogue
On Sat, 11 Dec 2004 01:56:02 +0300 Andrew [EMAIL PROTECTED] wrote: I just couldn't find it, where can I get those messages, which come during the boot sequence just after white text (kernel) and before login: prompt. Are they even saved somewhere? I know that errors are written to

How to configure gcc in FreeBSD 5.3

2004-12-10 Thread rain cip
Hello, Is there a way to configure gcc post installation of the 5.3 release? I am thinking to leverage the -cputype flag used by the compiler. BTW, is there any noticeable performance gain by using the cputype flag with gcc? My processor is athlon-xp. Thanks. rain

Re: Totally lost

2004-12-10 Thread Kevin D. Kinsey, DaleCo, S.P.
Mário Gamito wrote: Hi, Well, actuallly, after i make a port upgrade with cvsup, i go to /usr/ports (there's) a Makefile there, and do a make install. I am not sure that you want to do this under what I consider normal circumstances. There is a target there for updating the tree via CVS if I'm

Re: PHP5-extensions menu - where is it ?

2004-12-10 Thread Bob Van Zant
I'm pretty sure make clean from that port's directory will do it. If not, rm -rf work from that port's directory definitely will. Getting the menu not to show up (perhaps doing automated updates with portupgrade, for instance) is done by adding the proper variables to /etc/make.conf. -Bob On

Re: How to configure gcc in FreeBSD 5.3

2004-12-10 Thread Kris Kennaway
On Fri, Dec 10, 2004 at 04:32:00PM -0800, rain cip wrote: Hello, Is there a way to configure gcc post installation of the 5.3 release? I am thinking to leverage the -cputype flag used by the compiler. BTW, is there any noticeable performance gain by using the cputype flag with gcc? My

ld-elf.so.1: Shared objectlibintl.so.6 not found

2004-12-10 Thread Andrew
Hello! I got this at startup: Dec 11 03:32:42 satbsd /kernel: Starting ppp as root Dec 11 03:32:42 satbsd /kernel: /usr/libexec/ld-elf.so.1: Dec 11 03:32:42 satbsd /kernel: Shared object libintl.so.6 not found libintl is in /usr/local/lib, but ppp is started before this: Dec 11 03:32:43

Re: PHP5-extensions menu - where is it ?

2004-12-10 Thread Joshua Lokken
On Sat, 11 Dec 2004 00:35:21 +, Mário Gamito [EMAIL PROTECTED] wrote: Hi, I've installed PHP5-extensions. At the begining of the process, a menu appears to one can choose what he wants PHP to suppport. I want to rebuild, but i can't get that menu anymore. It just rebuilds with the

Re: ld-elf.so.1: Shared objectlibintl.so.6 not found

2004-12-10 Thread Kris Kennaway
On Sat, Dec 11, 2004 at 04:19:43AM +0300, Andrew wrote: Hello! I got this at startup: Dec 11 03:32:42 satbsd /kernel: Starting ppp as root Dec 11 03:32:42 satbsd /kernel: /usr/libexec/ld-elf.so.1: Dec 11 03:32:42 satbsd /kernel: Shared object libintl.so.6 not found libintl is

Re: Graphical C programming with GTK 2.0

2004-12-10 Thread Bob Van Zant
The attachments prove that the .pc file is installed, however, not where pkg_config is looking. A workaround for this is to set the PKG_CONFIG_PATH environment variable. See pkg-config(1). The second attachment you gave, with the very small number of errors looks to me like you've got a missing

RE: portaudit question

2004-12-10 Thread Petersen
Thomas S. Crum wrote: Is there something that I am not updating that portaudit would like to see done or is this just a generic warning. Either way, please provide examples of what I might due to have it stop complaining. I can find no examples googling the portaudit note below. # Here's

Re: Help if u can pritty please

2004-12-10 Thread neotu
Hello hello , I was wondering if you would be able to give me a hand to find a few serials, ive searched and searched and searched some more on the net but i dont think anyone has done them yet? Thanks for that do u have msn? ___ [EMAIL PROTECTED]

Re: Help if u can pritty please

2004-12-10 Thread neotu
Hello hello , I was wondering if you would be able to give me a hand to find a few serials, ive searched and searched and searched some more on the net but i dont think anyone has done them yet? Thanks for that do u have msn? ___ [EMAIL PROTECTED]

Cannot Add 7th SATA disk

2004-12-10 Thread Brad Jahnke
I am using FreeBSD 4.10-RELEASE-p5 #1. I have 6 SATA hard drives installed, and a 7th disk recognized by the kernel but is not visible via sysinstall (i.e, ad16 does not appear in the lists when trying to Fdisk or Label) and nor am I able to add it manually via dd, fdisk, disklable, newfs, etc..

  1   2   >