KDE translucent fails after upgrade

2007-11-20 Thread Alain G. Fabry

Hello,

I've portupgraded my xorg and kde, after this my kde translucent settings don't 
work
anymore and I receive a 'composite manager failed' while logging in.

If I disable the translucency, the error disappears but I would like it back 
working.

Running FreeBSD 6.2-RELEASE, X.Org X Server 1.4.0, KDE 3.5.8

in xorg.conf

Section "Extensions"
Option "Composite" "Enable"
EndSection

In Xorg.0.Log
---
(**) Extension "Composite" is enabled


How can I solve this problem. (Or should I post this to the KDE or X.org 
support ?)

Am I forgetting something?

Thanks,

Alain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basically: why such troubles with KDE audio?

2007-11-20 Thread Gary Kline
On Wed, Nov 21, 2007 at 12:03:20AM +0100, Roland Smith wrote:
> On Tue, Nov 20, 2007 at 02:00:11PM -0800, Gary Kline wrote:
> 

[  ]

> 
> Look here:
> 
> http://docs.kde.org/development/en/kdemultimedia/kscd/kscd-options-tab.html


I've forwarded this to my Ubuntu system where evolution does
work; it is currently not working for FBSD.
> 
> What you're looking for should be 'Select audio backend' of 'Select
> audio device'.
> 
> If you are using the 'arts' backend (KDE's default audio system, I
> think?), it may have a configuration dialog of its own somewhere? (Not a
> KDE user, so I can't really help you there.)


I'm lookinng for some backend drivers.   Could bee that I
simply missed it.
Also, I'm cc'ing the kde-freebsd folks.   Also, going to try
*other* kde-ware.They've got some seriously good ideas...  Be 
nice if
there were more cross-utilization..  But, we'll see.  Thanks for
your help, Roland.

gary
> 
> Roland
> -- 
> R.F.Smith   http://www.xs4all.nl/~rsmith/
> [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
> pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Using brandelf

2007-11-20 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chuck Robey wrote:
> Can you use brandelf to read the elf type of a binary?  The man page
> shows a usage that might possibly do this, but doesn't bother to say
> what that usage does.
>
> To be honest, I need to do some work with the linux stuff, and the
> usage of /compat/linux and /usr/compat/linux, well, I don't
> understand, and I haven't seen a good enough explanation yet.  Stuff
> like the ld.so.conf file to configure linux's ldconfig, it assumes
> the /compat/linux prefix.  Do all the binaries do that?  I mean, the
> browser files, they use a sh scri[t to kick them off, do they use
> that prefix, or assume stuff?
>
> I need to know this so I can keep going forward on getting flash to
> work.

If you're attempting to rebrand the linux flash exec (I assume 9 since
I know for a fact 7 works right out of the box [ff 2.0.0.9, gnome
2.20.1, amd64 8-current]) no amount of hacking will make it like
FreeBSD since it uses some linux specific stuff... your better off
learning compat...
>
>


- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHQ7diJ9+1V27SttsRAmYbAJ4r3KO7wEuNvanWLaFVt2Oi6JCcugCgmRZ6
gaTlv0fCAMe8EO0oee8Uty8=
=F6Ka
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Using brandelf

2007-11-20 Thread Chuck Robey
Can you use brandelf to read the elf type of a binary?  The man page 
shows a usage that might possibly do this, but doesn't bother to say 
what that usage does.


To be honest, I need to do some work with the linux stuff, and the usage 
of /compat/linux and /usr/compat/linux, well, I don't understand, and I 
haven't seen a good enough explanation yet.  Stuff like the ld.so.conf 
file to configure linux's ldconfig, it assumes the /compat/linux prefix. 
 Do all the binaries do that?  I mean, the browser files, they use a sh 
scri[t to kick them off, do they use that prefix, or assume stuff?


I need to know this so I can keep going forward on getting flash to work.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Kevin Kinsey

Steve Franks wrote:

On Nov 20, 2007 4:16 PM, Roland Smith <[EMAIL PROTECTED]> wrote:

On Tue, Nov 20, 2007 at 03:34:29PM -0700, Steve Franks wrote:

I'm trying to compile a non-port application for the first time ever.
The associated library built and installed just fine - I can see them
right in /usr/local/lib and usr/local/include/libnamefoo.h  However,
when I run ./configure for the application, it clearly can't find the
libs.  So my question is, should I be changing my path, is there a
standard variable I need to export, or what?  Obviously for ports this
just works, so I've never had to do it.  I'm sure there's a standard
way, so I thought I'd get in the habit of doing that right from the
start...



The best way would be to write a port makefile and submit it. That way
you only have to figure it out once. Especially if the app needs patches
to work correctly on FreeBSD. And in case of a free software app, others
can use it as well, _and_ help you with bugfixing. :-) For closed source
stuff submitting a port would probably be useless.


I'd love to (submit a port), but how do I make a port if I can't even
get it to work the first time myself?
configure --includedir=/usr/local/include doesn't work;
export CPATH =/usr/local/include doesn't work;
export CPPFLAGS -l/usr/local/include doesn't work;
I've checked the permissions,
and I can see the file right there, but configure/gcc can't.  The
developer swears something must be 'different' about freebsd because
his gcc finds the same file in /usr/local/include.  Appears his system
is gentoo...

Steve


# setenv CPPFLAGS="-I/usr/local/include" 
# setenv LDFLAGS="-L/usr/local/lib"

# configure


Kevin Kinsey
--
Finster's Law:
A closed mouth gathers no feet.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Chuck Robey

Steve Franks wrote:

On Nov 20, 2007 4:16 PM, Roland Smith <[EMAIL PROTECTED]> wrote:

On Tue, Nov 20, 2007 at 03:34:29PM -0700, Steve Franks wrote:

I'm trying to compile a non-port application for the first time ever.
The associated library built and installed just fine - I can see them
right in /usr/local/lib and usr/local/include/libnamefoo.h  However,
when I run ./configure for the application, it clearly can't find the
libs.  So my question is, should I be changing my path, is there a
standard variable I need to export, or what?  Obviously for ports this
just works, so I've never had to do it.  I'm sure there's a standard
way, so I thought I'd get in the habit of doing that right from the
start...

The best way would be to write a port makefile and submit it. That way
you only have to figure it out once. Especially if the app needs patches
to work correctly on FreeBSD. And in case of a free software app, others
can use it as well, _and_ help you with bugfixing. :-) For closed source
stuff submitting a port would probably be useless.


I'd love to (submit a port), but how do I make a port if I can't even
get it to work the first time myself?
configure --includedir=/usr/local/include doesn't work;
export CPATH =/usr/local/include doesn't work;
export CPPFLAGS -l/usr/local/include doesn't work;
I've checked the permissions,
and I can see the file right there, but configure/gcc can't.  The
developer swears something must be 'different' about freebsd because
his gcc finds the same file in /usr/local/include.  Appears his system
is gentoo


You don't givec me really enoough for me to go on, but I think really 
you need to know about 3 options to gcc (at least one of which you 
should be using, but you aren't)


-v = means for gcc (which is really a smallish driver program for the 
real compiler) to show all of the subprograms that it kicks off, 
including all of the parameters it uses, and specifically for you, it 
shows the entire lib and include file search path it knows aboout.

You aren't using this, so far as I can see.

The other two are options to add to the default search path.  Above, it 
seems like you are using -l to add an include file path, this is wrong, 
you should use -I, -l is to specify specific libraries to link in, not a 
path to search for the libs in.  To add a library search path, you use -L.



...


Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mysql install Q

2007-11-20 Thread Kevin Kinsey

jekillen wrote:

Hello;
The following is what I get when I do mysql_install_db.
/libexec/ld-elf.so.1: Shared object "libcrypt.so.2" not found, required 
by "my_print_defaults"
/libexec/ld-elf.so.1: Shared object "libcrypt.so.2" not found, required 
by "my_print_defaults"

(yes, the same message twice)
I looked in ports for crypt but I do not know what exactly to look for 
to satisfy this complaint.

In addition I got the following complaint:
Neither host '' nor 'localhost' could be looked up 
with

./bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
This is strange because this is also secondary dns server for the domain.

I looked in ports at what is available for mysql and there are a number of
listings for various versions. For a particular version there appear to be
three separate directories, client, server, and scripts.  I am a little 
confused
as to what all to build and install. Now that I have gotten a handle on 
using
ports, I am doing it that way instead of my initial approach, get the 
tarballs
unzip, configure, make and make install (and hope for the best). This 
happens

to be one of those, accept it is a prebuilt binary package.
mysql-max-5.0.18-freebsd5.3-i386 (hmmm...5.3?...)


I will try to remove every thing it installed and got to ports if I can 
not solve

the immediate problems.


Sounds a good idea.  If you have an up-to-date ports tree and then
install /usr/ports/databases/mysql50-server, you should get a current
version of MySQL 5.0 (although 5.1 is out now), and you you will also
get the client as a dependency, so you can run your server and talk
to it as well.

As for the problem above, the current libcrypt.so is linked to
libcrypt.so.3, so your tarball is too old for your current
system.  Use ports instead ;-)

And, finally, what does `hostname` return on your system?

Kevin Kinsey
--
I refuse to consign the whole male sex to the nursery.  I insist on
believing that some men are my equals.
-- Brigid Brophy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problems Installing FreeBSD 6.2 - No floppy devices found!

2007-11-20 Thread Cameron Stuart
Hardware: Maxtron AMD opteron with 3ware 4 port PCI express SATA II  
raid 5


Problem Description:
The 3ware driver must be loaded into the kernel using KLD, but the  
floppy device cannot be found
However, the drive exists, and is configured correctly in the BIOS  
(IE, the system can boot from the floppy)


Attempted Solutions:
1) Tried booting using APCI disabled
2) Tried set hint.fdc.0.flags="1" and the boot shell before continuing  
into the sysinstall

3) Tried enabling & disabling the floppy device in the BIOS

Any suggestions or solutions you may have would be greatly appreciated

Cheers,
Cam


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Steve Franks
On Nov 20, 2007 5:33 PM, Steve Bertrand <[EMAIL PROTECTED]> wrote:
>
> > I'd love to (submit a port), but how do I make a port if I can't even
> > get it to work the first time myself?
> > configure --includedir=/usr/local/include doesn't work;
> > export CPATH =/usr/local/include doesn't work;
> > export CPPFLAGS -l/usr/local/include doesn't work;
> > I've checked the permissions,
> > and I can see the file right there, but configure/gcc can't.  The
> > developer swears something must be 'different' about freebsd because
> > his gcc finds the same file in /usr/local/include.  Appears his system
> > is gentoo...
>
> Would you be able to provide access to a tarball of what you are trying
> to compile/install for external testing so more eyeballs can see?
>
> Steve
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Well, the app is http://roadnav.sourceforge.net/downloads.php - I
haven't tweaked it at all, so you can get the .tar right from them.

It's a 2-part app, part one is the library, it installed fine after I
symlinked wxgtk2-2.85-config to wx-config.  Make install then put a
bunch of stuff in /usr/local/include/libroadnav, and libroadnav.a into
/usr/local/lib

Then running configure on the main app complains that it can't find
Map.h, which is right there where the lib's makefile installed it.  I
thought it was a permissions problem, but I can't see how.  I've run
all the commands as a sudoer, and the permissions/owner/etc on
libroadnav look just like all the other libs/includes...

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mysql install Q

2007-11-20 Thread jekillen

Hello;
The following is what I get when I do mysql_install_db.
/libexec/ld-elf.so.1: Shared object "libcrypt.so.2" not found, required 
by "my_print_defaults"
/libexec/ld-elf.so.1: Shared object "libcrypt.so.2" not found, required 
by "my_print_defaults"

(yes, the same message twice)
I looked in ports for crypt but I do not know what exactly to look for 
to satisfy this complaint.

In addition I got the following complaint:
Neither host '' nor 'localhost' could be looked 
up with

./bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
This is strange because this is also secondary dns server for the 
domain.


I looked in ports at what is available for mysql and there are a number 
of
listings for various versions. For a particular version there appear to 
be
three separate directories, client, server, and scripts.  I am a little 
confused
as to what all to build and install. Now that I have gotten a handle on 
using
ports, I am doing it that way instead of my initial approach, get the 
tarballs
unzip, configure, make and make install (and hope for the best). This 
happens

to be one of those, accept it is a prebuilt binary package.
mysql-max-5.0.18-freebsd5.3-i386 (hmmm...5.3?...)
I will try to remove every thing it installed and got to ports if I can 
not solve

the immediate problems.

Any advice, suggestions, data appreciated.
Thank you
Jeff k

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Paul Schmehl
--On November 20, 2007 5:12:46 PM -0700 Steve Franks 
<[EMAIL PROTECTED]> wrote:



On Nov 20, 2007 4:16 PM, Roland Smith <[EMAIL PROTECTED]> wrote:

I'd love to (submit a port), but how do I make a port if I can't even
get it to work the first time myself?
configure --includedir=/usr/local/include doesn't work;
export CPATH =/usr/local/include doesn't work;
export CPPFLAGS -l/usr/local/include doesn't work;
I've checked the permissions,
and I can see the file right there, but configure/gcc can't.  The
developer swears something must be 'different' about freebsd because
his gcc finds the same file in /usr/local/include.  Appears his system
is gentoo...


Is his software possible expecting ELF branded binaries?

Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Steve Bertrand

> I'd love to (submit a port), but how do I make a port if I can't even
> get it to work the first time myself?
> configure --includedir=/usr/local/include doesn't work;
> export CPATH =/usr/local/include doesn't work;
> export CPPFLAGS -l/usr/local/include doesn't work;
> I've checked the permissions,
> and I can see the file right there, but configure/gcc can't.  The
> developer swears something must be 'different' about freebsd because
> his gcc finds the same file in /usr/local/include.  Appears his system
> is gentoo...

Would you be able to provide access to a tarball of what you are trying
to compile/install for external testing so more eyeballs can see?

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Steve Franks
On Nov 20, 2007 4:16 PM, Roland Smith <[EMAIL PROTECTED]> wrote:
>
> On Tue, Nov 20, 2007 at 03:34:29PM -0700, Steve Franks wrote:
> > I'm trying to compile a non-port application for the first time ever.
> > The associated library built and installed just fine - I can see them
> > right in /usr/local/lib and usr/local/include/libnamefoo.h  However,
> > when I run ./configure for the application, it clearly can't find the
> > libs.  So my question is, should I be changing my path, is there a
> > standard variable I need to export, or what?  Obviously for ports this
> > just works, so I've never had to do it.  I'm sure there's a standard
> > way, so I thought I'd get in the habit of doing that right from the
> > start...
>
> The best way would be to write a port makefile and submit it. That way
> you only have to figure it out once. Especially if the app needs patches
> to work correctly on FreeBSD. And in case of a free software app, others
> can use it as well, _and_ help you with bugfixing. :-) For closed source
> stuff submitting a port would probably be useless.

I'd love to (submit a port), but how do I make a port if I can't even
get it to work the first time myself?
configure --includedir=/usr/local/include doesn't work;
export CPATH =/usr/local/include doesn't work;
export CPPFLAGS -l/usr/local/include doesn't work;
I've checked the permissions,
and I can see the file right there, but configure/gcc can't.  The
developer swears something must be 'different' about freebsd because
his gcc finds the same file in /usr/local/include.  Appears his system
is gentoo...

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Data management (devel) and network size increase

2007-11-20 Thread Steve Bertrand
I know there are quite a few members here who have grown through ranks
and network size increases since I've joined this list, hence I'll ask
my question here. Pardon the length, but if you follow through, I'm
certain I'll get good feedback.

Problem:

Our network has grown exponentially in the last few years (without
extensive forward-looking thought), and I have development work, data
files etc on each server that has been implemented.

Todo:

Overhaul the entire network from Layer 1 up.

Need:

To be able to access data very quickly no matter what box I am on, and
to do it securely.

More in depth:

Let's assume I have 30 servers, all within one PoP. Instead of having to
SSH into server 'A' from server 'C' to look for a file I need for a
program I have written (or just a normal data file), I want a way that I
can have one source of ALL my data, then from ALL servers, be able to:

# find /home/steve -name file.name

Instead, I have to either remember (yeah, good luck), or guess what
server the file is on, look for it remotely, then scp it over.

For development, I had CVS set up at one point, but I found it to be too
much effort for my simple tasks (I was probably using it beyond what I
needed). I know about NFS, but I've heard it is a hassle to initially
configure and relatively insecure. (This is not my stand, and I'm
willing to be corrected).

Does anyone have some recommendations on how I can consolidate my data
(including development (almost all Perl)), so that it can be accessed as
I would a local directory tree? Beyond that, also a suggestion on
particularly the development files. If CVS is the way for that, I'll do
it, but file management/access is more important.

A key factor will be the ease of implementation of a new server into the
mix.

I have no problem throwing up a box with GELI, but it's gaining the
access to the data like it were a local drive I want to make easy.

Make sense?

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Roland Smith
On Tue, Nov 20, 2007 at 03:34:29PM -0700, Steve Franks wrote:
> I'm trying to compile a non-port application for the first time ever.
> The associated library built and installed just fine - I can see them
> right in /usr/local/lib and usr/local/include/libnamefoo.h  However,
> when I run ./configure for the application, it clearly can't find the
> libs.  So my question is, should I be changing my path, is there a
> standard variable I need to export, or what?  Obviously for ports this
> just works, so I've never had to do it.  I'm sure there's a standard
> way, so I thought I'd get in the habit of doing that right from the
> start...

The best way would be to write a port makefile and submit it. That way
you only have to figure it out once. Especially if the app needs patches
to work correctly on FreeBSD. And in case of a free software app, others
can use it as well, _and_ help you with bugfixing. :-) For closed source
stuff submitting a port would probably be useless.

Usually configure scripts have options that allow you to tell it where
to look for header files and libraries. You can also use the environment
variables CPATH (for include files) and LIBRARY_PATH that tell gcc where
to look.

After installing a shared library, you need to run ldconfig so the
system can find it at runtime. Usually this is done by make install, but
it can't hurt to make sure.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp1tOzAZTHQX.pgp
Description: PGP signature


Re: Basically: why such troubles with KDE audio?

2007-11-20 Thread Roland Smith
On Tue, Nov 20, 2007 at 02:00:11PM -0800, Gary Kline wrote:

> > Playing music usually* has nothing to do with
> > mountpoints. Mountpoints are only needed when you want to use a data
> > CD with a filesystem on it.
> 
>   Ah, thanks for the clarification.  I might not want to get sloppy
>   with data/filesystems on a CDROM... .
> > 
> > >   I do want to use
> > >   tools like K3B so the cc to the kde-freebsd list.But still
> > >   wondering, even tho I can get the KDE CD play  to display, and to
> > >   act as tho it is working---the digits count, the slider moves:
> > >   nothing from the speakers.  When I bring up gnome-cd, I have
> > >   audio.
> > > 
> > >   Suggestions from KDE-land, please?
> > 
> > I'm not a KDE user, but check which audio device or output plugin the
> > KDE player is trying to use. If the display works (displays artist and
> > track info etc.) it is usually a sign that the data is being read OK. So
> > I would ssupect the output in this case.
> 
>   it --kscd--displays the numerals, counts--up,etc.  just no audio.
>   how can i  determine what output this program m is trying to use?
>   AND do so without messing up  my kttsd and other such kde toys?
> 
>   I've used the "configure" option, but see nothing.

Look here:

http://docs.kde.org/development/en/kdemultimedia/kscd/kscd-options-tab.html

What you're looking for should be 'Select audio backend' of 'Select
audio device'.

If you are using the 'arts' backend (KDE's default audio system, I
think?), it may have a configuration dialog of its own somewhere? (Not a
KDE user, so I can't really help you there.)

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpMy6DOzwldx.pgp
Description: PGP signature


Re: arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Paul Schmehl
--On November 20, 2007 3:34:29 PM -0700 Steve Franks 
<[EMAIL PROTECTED]> wrote:



I'm trying to compile a non-port application for the first time ever.
The associated library built and installed just fine - I can see them
right in /usr/local/lib and usr/local/include/libnamefoo.h  However,
when I run ./configure for the application, it clearly can't find the
libs.  So my question is, should I be changing my path, is there a
standard variable I need to export, or what?  Obviously for ports this
just works, so I've never had to do it.  I'm sure there's a standard
way, so I thought I'd get in the habit of doing that right from the
start...

The first thing you should do is read the install docs - usually README 
and INSTALL.  Then run this command in the directory where you untar'd the 
source files:

# ./configure --help

This will tell you all the available options for configure, most likely 
ones like --includedir and --libdir and --bindir and others that may be 
helpful.


As a lost resort you can edit the Makefile to add pointers to the 
libraries, but that usually is not necessary.


Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What's "unknown" about i386-unknown?

2007-11-20 Thread Chuck Robey

Bill Moran wrote:

In response to Tino Engel <[EMAIL PROTECTED]>:


Bill Moran schrieb:

In response to "Dan Mahoney, System Admin" <[EMAIL PROTECTED]>:

  

Hey all.

I see i386-unknown as a build target all the time.

So my (possibly silly) question is: what's the unknown variable here?  And 
why isn't it?


I seem to remember a conversation about this, and that the original
spec for that string required a "physical location" after the architecture.

I'm guessing that at the time it was very important to know which of
the few physical machines did the job.

If my memory is reliable, it's not that the information is "unknown", it's
just that nobody cares any more, therefore nobody bothers to enter the
physical location information.


Well, I actually have i386-portbld-7,0-BETA3.
How does that fit?


Don't know.  It's entirely possible that I'm remembering wrong.



Geeze, it's unknown, because the GNU autoconf files say so, and it's one 
heck of a lot easier to just use what they c\say, than to try talking 
all those stubborn linuxers into changing it.  Not all packages that use 
GNU autoconf have this file, but big ones, like maybe gcc, would have 
the file config.guess.  You run that, and it's announce what it thinks 
your machine is.  If it finds nothing, you're going to have to do a heck 
of a lot of autoconf editing (I used to do that a lot in the early days 
of FreeBSD).  Glad to be able to say that's a long lost memory, not 
needed anymore.


I just ran "find / -name config.guess" on both my FreeBSD box and my 
soon to be modified Gentoo box, here's what comes back:


ON LINUX
sh-3.2# sh /home/chuckr/pda/scripts/config.guess
i686-pc-linux-gnu

ON FREEBSD
:363>sh /usr/local/lib/rpm/config.guess
i386-unknown-freebsd8.0

You probably have some junko config.guess files hanging around 
somewhere, you can try it yourself.  Or ask me, I'll mail you one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


arbitrary build can't find libs - right way to do this?

2007-11-20 Thread Steve Franks
I'm trying to compile a non-port application for the first time ever.
The associated library built and installed just fine - I can see them
right in /usr/local/lib and usr/local/include/libnamefoo.h  However,
when I run ./configure for the application, it clearly can't find the
libs.  So my question is, should I be changing my path, is there a
standard variable I need to export, or what?  Obviously for ports this
just works, so I've never had to do it.  I'm sure there's a standard
way, so I thought I'd get in the habit of doing that right from the
start...

Thoughts?

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basically: why such troubles with KDE audio?

2007-11-20 Thread Gary Kline
On Tue, Nov 20, 2007 at 09:06:46PM +0100, Roland Smith wrote:
> On Tue, Nov 20, 2007 at 10:55:48AM -0800, Gary Kline wrote:
> > 
> > Folks,
> >  
> > Long-short-short, at least two Gnome-type players work:
> > sound-juicer and gnome-cd.  But KsCD gives no audio.
> > 
> > I am logged in as root while doing this initial testing,
> > after Roland Smith <[EMAIL PROTECTED]>, noted that my
> > mountpoints had to be chown'd to [username].  
> 
> Playing music usually* has nothing to do with mountpoints. Mountpoints are 
> only
> needed when you want to use a data CD with a filesystem on it.


Ah, thanks for the clarification.  I might not want to get sloppy
with data/filesystems on a CDROM... .
> 
> > I do want to use
> > tools like K3B so the cc to the kde-freebsd list.But still
> > wondering, even tho I can get the KDE CD play  to display, and to
> > act as tho it is working---the digits count, the slider moves:
> > nothing from the speakers.  When I bring up gnome-cd, I have
> > audio.
> > 
> > Suggestions from KDE-land, please?
> 
> I'm not a KDE user, but check which audio device or output plugin the
> KDE player is trying to use. If the display works (displays artist and
> track info etc.) it is usually a sign that the data is being read OK. So
> I would ssupect the output in this case.

it --kscd--displays the numerals, counts--up,etc.  just no audio.
how can i  determine what output this program m is trying to use?
AND do so without messing up  my kttsd and other such kde toys?

I've used the "configure" option, but see nothing.

gary

> 
> Roland
> 
> * I seem to recall at least one pseudo filesystem driver for Linux that
> represented an audio CD as a bunch of WAV files.
> -- 
> R.F.Smith   http://www.xs4all.nl/~rsmith/
> [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
> pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What's "unknown" about i386-unknown?

2007-11-20 Thread Bill Moran
In response to Tino Engel <[EMAIL PROTECTED]>:

> Bill Moran schrieb:
> > In response to "Dan Mahoney, System Admin" <[EMAIL PROTECTED]>:
> >
> >   
> >> Hey all.
> >>
> >> I see i386-unknown as a build target all the time.
> >>
> >> So my (possibly silly) question is: what's the unknown variable here?  And 
> >> why isn't it?
> >> 
> >
> > I seem to remember a conversation about this, and that the original
> > spec for that string required a "physical location" after the architecture.
> >
> > I'm guessing that at the time it was very important to know which of
> > the few physical machines did the job.
> >
> > If my memory is reliable, it's not that the information is "unknown", it's
> > just that nobody cares any more, therefore nobody bothers to enter the
> > physical location information.
> >
> 
> Well, I actually have i386-portbld-7,0-BETA3.
> How does that fit?

Don't know.  It's entirely possible that I'm remembering wrong.

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Opera & Micromedia Flash

2007-11-20 Thread Tino Engel

brom schrieb:

Hi all!

I have installed in my box with 6.2-RELEASE-p7:

opera-9.21.20070510_1
opera-linuxplugins-9.21.20070510_1
linux-flashplugin-7.0r70

But I can't use flashplugin, when I start Opera with debug I have these
errors:

$ opera -debugplugin
detection operapluginwrapper: [plugin
failed ] /usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so,
Shared object "libm.so.6" not found, required by "libflashplayer.so" 
opera: pluginwrapper exited cleanly with exit code 1 during plug-in

detection

libm.so.6 part of linux_base-fc-4_10, so, I was added /compat/linux/lib
in shared library cache $ldconfig -m /compat/linux/lib

But in this case, I have different error, like that:

$ opera -debugplugin
detection operapluginwrapper: [plugin
failed ] /usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so, 
/usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so:
Undefined symbol "__ctype_b" opera: pluginwrapper exited cleanly with
exit code 1 during plug-in detection

What the reason? How can I make the module worked? 
___

freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

  

I also have lots of problems with linux plugins in native bsd browsers.
Using lniux-firefox or linux-oprea should work out of the box with 
flashplugin.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What's "unknown" about i386-unknown?

2007-11-20 Thread Tino Engel

Bill Moran schrieb:

In response to "Dan Mahoney, System Admin" <[EMAIL PROTECTED]>:

  

Hey all.

I see i386-unknown as a build target all the time.

So my (possibly silly) question is: what's the unknown variable here?  And 
why isn't it?



I seem to remember a conversation about this, and that the original
spec for that string required a "physical location" after the architecture.

I'm guessing that at the time it was very important to know which of
the few physical machines did the job.

If my memory is reliable, it's not that the information is "unknown", it's
just that nobody cares any more, therefore nobody bothers to enter the
physical location information.

  

Well, I actually have i386-portbld-7,0-BETA3.
How does that fit?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xdm woes

2007-11-20 Thread Rolf G Nielsen

Wojciech Puchar wrote:
pushing aqnd releasing the power button, so the OS shuts down using 
ACPI). This happens every time. No matter what window manager I use. 
But it only happens when I use xdm. If I start X with startx, it shuts 
down cleanly and returns to the tty from which I ran startx.


how you start xdm?

from ttys or manually? strange - anyway





I've started it from ttys a few times, but I gave up after a few days. 
Since then I've tried starting it manually (both with and without the 
-nodaemon option) every time I've upgraded something related to either 
the system or X. Last time a few hours ago, just before I wrote my 
original mail about this, after upgrading xorg-server from 1.4_2,1 to 
1.4_3,1.


--

Sincerly,

Rolf Nielsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basically: why such troubles with KDE audio?

2007-11-20 Thread Roland Smith
On Tue, Nov 20, 2007 at 10:55:48AM -0800, Gary Kline wrote:
> 
>   Folks,
>
>   Long-short-short, at least two Gnome-type players work:
>   sound-juicer and gnome-cd.  But KsCD gives no audio.
> 
>   I am logged in as root while doing this initial testing,
>   after Roland Smith <[EMAIL PROTECTED]>, noted that my
>   mountpoints had to be chown'd to [username].  

Playing music usually* has nothing to do with mountpoints. Mountpoints are only
needed when you want to use a data CD with a filesystem on it.

>   I do want to use
>   tools like K3B so the cc to the kde-freebsd list.But still
>   wondering, even tho I can get the KDE CD play  to display, and to
>   act as tho it is working---the digits count, the slider moves:
>   nothing from the speakers.  When I bring up gnome-cd, I have
>   audio.
> 
>   Suggestions from KDE-land, please?

I'm not a KDE user, but check which audio device or output plugin the
KDE player is trying to use. If the display works (displays artist and
track info etc.) it is usually a sign that the data is being read OK. So
I would ssupect the output in this case.

Roland

* I seem to recall at least one pseudo filesystem driver for Linux that
represented an audio CD as a bunch of WAV files.
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpDiIMiArAVd.pgp
Description: PGP signature


Re: Build Frustrations

2007-11-20 Thread Dan Mahoney, System Admin

On Tue, 20 Nov 2007, Philip M. Gollucci wrote:


This allowed apache2-non-ports to compile.  However the question in my
mind that still bears answering is: why apr would FIND such a library as
installed (i.e. not fail at configure-time) but then fail to compile.
I.e. why does the APR not set CFLAGS and LDFLAGS correctly.



This you should post to [EMAIL PROTECTED], I might even answer it
there, but the answer lies in the configure script logic which was
chosen very carefully.


I have done so.  Also, I think I can confirm that if I unsetenv those two 
variables my build will again fail -- if you have additional commands 
you'd like me to run, for diagnostic or testing purposes -- or hell, if 
you want a shell, please just let me know.


-Dan Mahoney

--

"You're a nomad billygoat!"

-Juston, July 18th, 2002

Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xdm woes

2007-11-20 Thread Wojciech Puchar
pushing aqnd releasing the power button, so the OS shuts down using ACPI). 
This happens every time. No matter what window manager I use. But it only 
happens when I use xdm. If I start X with startx, it shuts down cleanly and 
returns to the tty from which I ran startx.


how you start xdm?

from ttys or manually? strange - anyway
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Storing variable in Bash

2007-11-20 Thread White Hat
I am attempting to write a script that will work on files stored in an array. 
The function is supposed to strip the files extension and then store the name 
of the file as a variable. This is what I have so far.
 
#!/usr/local/bin/bash

declare -a fname
declare -i count
declare -i limit

fname=( `ls *.sh | tr '\n' ' '` )
count=${#fname[*]}
limit=0

while [ ${limit} -lt ${count} ]; do
echo ${fname[$limit]} | sed -e ``/.sh/s///''
# do something here
limit=$((limit+1))
done
 
What I want to do is store the file in a variable. I have tried this:
 
F_Name=echo ${fname[$limit]} | sed -e ``/.sh/s///''
 
As well as:
 
F_Name=( `echo ${fname[$limit]} | sed -e ``/.sh/s///''` )
 
along with several different variants of it, but without success. I continually 
receive an error message. Due to a particular situation, I cannot use 
'basename' to accomplish this task.
 
Is there anyway that this can be done?
 
Thanks!
-- 
White Hat 
[EMAIL PROTECTED]


  

Get easy, one-click access to your favorites. 
Make Yahoo! your homepage.
http://www.yahoo.com/r/hs 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Basically: why such troubles with KDE audio?

2007-11-20 Thread Gary Kline

Folks,
 
Long-short-short, at least two Gnome-type players work:
sound-juicer and gnome-cd.  But KsCD gives no audio.

I am logged in as root while doing this initial testing,
after Roland Smith <[EMAIL PROTECTED]>, noted that my
mountpoints had to be chown'd to [username].   I do want to use
tools like K3B so the cc to the kde-freebsd list.But still
wondering, even tho I can get the KDE CD play  to display, and to
act as tho it is working---the digits count, the slider moves:
nothing from the speakers.  When I bring up gnome-cd, I have
audio.

Suggestions from KDE-land, please?

thanks for some light,

gary

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Build Frustrations

2007-11-20 Thread Philip M. Gollucci
> This allowed apache2-non-ports to compile.  However the question in my
> mind that still bears answering is: why apr would FIND such a library as
> installed (i.e. not fail at configure-time) but then fail to compile.
> I.e. why does the APR not set CFLAGS and LDFLAGS correctly.
This you should post to [EMAIL PROTECTED], I might even answer it
there, but the answer lies in the configure script logic which was
chosen very carefully.


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Build Frustrations

2007-11-20 Thread Philip M. Gollucci
I don't have the correct computer in front of me at the moment, but I
used to do this DAILY with 1000 different combinations of perl, apr,
httpd, mod_perl.

Its a bit dated at the moment, but it definitely will send you in the
correct direction. And yes, this is on FreeBSD (at the time it was 6.1)

http://p6m7g8.net/LA.pm/compile.sh.txt

FWIW, The ASF itself doesn't use the FreeBSD port though apache.org is a
FreeBSD box, but thats only because they will always have never versions
before the ports tree.


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD NFS server responds with wrong address

2007-11-20 Thread Jeff Mohler
Two nics, same subnet..problems exist in that configuration now and again.

Im betting offhand that the traffic came in port B, but port A has the
default route for the subnet, and thats where it left the box.



On Nov 20, 2007 10:37 AM, Philip M. Gollucci <[EMAIL PROTECTED]> wrote:

> Loren M. Lang wrote:
> > I was attempting to do an NFS mount from a FreeBSD server to a FreeBSD
> > client over IPv6 and received the error "NFSPROC_NULL: RPC: Timed out."
> > After doing a packet trace, I noticed that the FreeBSD server was
> > indeed responding to both a Portmap GATADDR call and a NFS NULL call,
> > but in both cases it was coming from the IPv6 address closest to the
> > client making the call and not the address the call was issued to.  Why
> > is this happening and how do I make the server respond with the correct
> > address?
> >
> > The server is FreeBSD 6.2-RELEASE-p7.
> I might be able to confirm this but not fix it.
>
> I had a dual nic NFS server (both nics in the same subnet and physical
> lan)
>
> I was issuing a mount to nic1, but nic0 was responding, so I got the NFS
> NULL call and a timeout.
>
> The fix was to issue it to nic0.
>
> (This is very likely due to my same subnet setup)
>
>
> --
> 
> Philip M. Gollucci ([EMAIL PROTECTED])
> o:703.549.2050x206
> Senior System Admin - Riderway, Inc.
> http://riderway.com / http://ridecharge.com
> 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF
>
> Work like you don't need the money,
> love like you'll never get hurt,
> and dance like nobody's watching.
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD NFS server responds with wrong address

2007-11-20 Thread Philip M. Gollucci
Loren M. Lang wrote:
> I was attempting to do an NFS mount from a FreeBSD server to a FreeBSD
> client over IPv6 and received the error "NFSPROC_NULL: RPC: Timed out."
> After doing a packet trace, I noticed that the FreeBSD server was
> indeed responding to both a Portmap GATADDR call and a NFS NULL call,
> but in both cases it was coming from the IPv6 address closest to the
> client making the call and not the address the call was issued to.  Why
> is this happening and how do I make the server respond with the correct
> address?
> 
> The server is FreeBSD 6.2-RELEASE-p7.
I might be able to confirm this but not fix it.

I had a dual nic NFS server (both nics in the same subnet and physical lan)

I was issuing a mount to nic1, but nic0 was responding, so I got the NFS
NULL call and a timeout.

The fix was to issue it to nic0.

(This is very likely due to my same subnet setup)


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mbuf allocation on FreeBSD 6.x

2007-11-20 Thread Jay Aikat

Hi,
	I recall being able to set kern.ipc.nmbclusters and nmbufs in the old versions. 
 How do we set the same in 6.x - it does not seem to exist.  Or maybe there is 
a different way to manage mbufs?  Thanks,

--Jay.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: snd_ich skipping playback

2007-11-20 Thread Roland Smith
On Tue, Nov 20, 2007 at 06:50:05PM +0100, Frank Staals wrote:
> I updated to RELENG_7 yesterday, but I'm noticing that the snd_ich driver 
> quite often skips playback for a short period of time at some points. 
> Especially when doing mysql queries. Anyone else having problems with 
> snd_ich ?
> 
> [EMAIL PROTECTED] uname -a
> FreeBSD FStaals.net 7.0-BETA3 FreeBSD 7.0-BETA3 #2: Mon Nov 19 19:50:46 CET 
> 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PFSERVERKERNEL  amd64
> 
> [EMAIL PROTECTED] pciconf -lv
> [EMAIL PROTECTED]:0:4:0:class=0x040100 card=0x71851462 
> chip=0x005910de 
> rev=0xa2 hdr=0x00
>vendor = 'Nvidia Corp'
>device = 'Realtek ALC850 Realtek AC'97 Audio'
>class  = multimedia
>subclass   = audio
> 
> [EMAIL PROTECTED] dmesg | grep pcm
> pcm0:  port 0xea00-0xeaff,0xee00-0xeeff mem 
> 0xfe02d000-0xfe02dfff irq 23 at device 4.0 on pci0
> pcm0: [ITHREAD]
> pcm0: 

I've had trouble with skipping sound some time ago on machines with
another chipset;
$ cat /dev/sndstat 
FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
Installed devices:
pcm0:  at io 0xd800 irq 22  [MPSAFE] (5p:4v/1r:1v channels 
duplex default)

I put the following in /boot/device.hints

# Larger DMA buffer for the soundcard, for better sound quality.
hint.pcm.0.buffersize="16384"

This fixed the problem for me.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpfb0AF32HNn.pgp
Description: PGP signature


snd_ich skipping playback

2007-11-20 Thread Frank Staals
I updated to RELENG_7 yesterday, but I'm noticing that the snd_ich 
driver quite often skips playback for a short period of time at some 
points. Especially when doing mysql queries. Anyone else having problems 
with snd_ich ?


[EMAIL PROTECTED] uname -a
FreeBSD FStaals.net 7.0-BETA3 FreeBSD 7.0-BETA3 #2: Mon Nov 19 19:50:46 
CET 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PFSERVERKERNEL  amd64


[EMAIL PROTECTED] pciconf -lv
[EMAIL PROTECTED]:0:4:0:class=0x040100 card=0x71851462 chip=0x005910de 
rev=0xa2 hdr=0x00

   vendor = 'Nvidia Corp'
   device = 'Realtek ALC850 Realtek AC'97 Audio'
   class  = multimedia
   subclass   = audio

[EMAIL PROTECTED] dmesg | grep pcm
pcm0:  port 0xea00-0xeaff,0xee00-0xeeff mem 
0xfe02d000-0xfe02dfff irq 23 at device 4.0 on pci0

pcm0: [ITHREAD]
pcm0: 

Regards;

--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xdm woes

2007-11-20 Thread Rolf G Nielsen

Hi,

I recently purchased a new computer (well, purchased the components and 
put them together). The hardware is ASUS P5B Premium, nVIDIA GeForce 
8600 GT, 2-channel JMicron JMB 363 PCIe card, Intel Core2 Quad Q6600, 
six Samsung HD501LJ CR100-10 HDDs striped using gstripe (used for 
storage), one Samsung SP1614C SW100-30 HDD used as system disk (/, /usr, 
/var and /home). I'm running 7.0-BETA3 and Xorg 7.3, with the nv driver 
that comes with Xorg (nVIDIA's own driver refuses to compile with the 
message that 7.0 & -CURRENT aren't supported.


Now for my problem. Everything works like a charm, except for one small 
annoyance. If I run xdm, everything hangs when I log out. The monitor 
just turns black and i get no response whatsoever for neither the mouse 
nor the keyboard. The only thing that works is shutting the computer off 
(by quickly pushing aqnd releasing the power button, so the OS shuts 
down using ACPI). This happens every time. No matter what window manager 
I use. But it only happens when I use xdm. If I start X with startx, it 
shuts down cleanly and returns to the tty from which I ran startx.


The only clue I've been able to find about this is in /var/log/xdm.log 
(which I'm enclosing). I'd be happy to share my xorg.conf and Xorg.0.log 
files as well (and any other files that might help solving this too for 
that matter), but because of their sizes I'll only do that on request. I 
haven't touched any of the X and xdm resource files excpet xorg.conf.




my /var/log/xdm.log looks like this (the last line confuses me):

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.0-BETA3 i386
Current Operating System: FreeBSD trapper.homedns.org 7.0-BETA3 FreeBSD 
7.0-BETA3 #0: Sun Nov 18 02:13:50 CET 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/LAZLAR i386

Build Date: 20 November 2007  05:09:57PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 20 17:20:57 2007
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module "i2c" already built-in
(II) Module "ddc" already built-in
(II) Module "ramdac" already built-in
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:  Type "ONE_LEVEL" has 1 levels, but  has 2 symbols
>   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
:30:1: error: unterminated #if
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Duplicate shape name ""
>   Using last definition
> Warning:  Multiple doodads named ""
>   Using first definition
> Warning:  Multiple doodads named ""
>   Using first definition
> Warning:  Multiple doodads named ""
>   Using first definition
> Warning:  Multiple doodads named ""
>   Using first definition
> Warning:  Multiple doodads named ""
>   Using first definition
> Warning:  Multiple doodads named ""
>   Using first definition
Errors from xkbcomp are not fatal to the X server
xdm info (pid 900): Rescanning both config and servers files
xdm error (pid 900): Display :0 is being disabled

--

Sincerly,

Rolf Nielsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What's "unknown" about i386-unknown?

2007-11-20 Thread Bill Moran
In response to "Dan Mahoney, System Admin" <[EMAIL PROTECTED]>:

> Hey all.
> 
> I see i386-unknown as a build target all the time.
> 
> So my (possibly silly) question is: what's the unknown variable here?  And 
> why isn't it?

I seem to remember a conversation about this, and that the original
spec for that string required a "physical location" after the architecture.

I'm guessing that at the time it was very important to know which of
the few physical machines did the job.

If my memory is reliable, it's not that the information is "unknown", it's
just that nobody cares any more, therefore nobody bothers to enter the
physical location information.

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: evolution slow on 7.0

2007-11-20 Thread Scott T. Hildreth
On Sat, 2007-11-17 at 16:01 +0300, Vladimir Grebenschikov wrote:
> On Fri, 2007-11-16 at 16:38 -0600, Matt wrote:
> > On Nov 14, 2007 4:45 PM, James <[EMAIL PROTECTED]> wrote:
> > > Hi folks,
> > >
> > > first, I know the subject line is a goldmine for jokes, but I couldn't
> > > think of a better way to phrase it.
> > >
> > > Ever since I moved to FreeBSD 7.0, the evolution mail client has become
> > > ridiculously slow for me. It takes two or three minutes to start up,
> > > right clicking on a folder takes several minutes to display a context
> > > menu etc
> 
> Same here on sched_4bsd.
> Also I can say, that problem appears earlier than last release of gnome.
> And it becomes worse with last update.

  I second that, I have noticed the slowness & cpu usage with evo 2.10 &
FreeBSD 6.2.  I was going to upgrade before I reported, but looks like 
the upgrade won't fix the problem.


> 
> (same bits: startup, right-click on attachment, move message to folder,
> change sort order /that only on last evolution/).
> 
> 
> 
> 
> > > My install process was as follows:
> > >
> > > 1. backup my home directory from a FreeBSD 6.2 install
> > > 2. Format the hard drive
> > > 3. Install 7.0 beta 1.5
> > > 4. csup sources and install beta 2.0
> > > 5. pkg_add xorg, gnome etc -- evolution was slow as a dog from this
> > > 6. portsnap fetch extract
> > > 7. follow the instructions in UPDATING for updating gnome
> > >
> > > I tried cd /usr/ports/mail/evolution && make deinstall && make
> > > reinstall, to see if something had simply gone wrong during the build,
> > > but nothing changed.
> > >
> > > Any ideas?
> > >
> > > James
> > 
> > I've also experienced this since moving to 7-CURRENT (and tracking
> > through to the current 7.0-BETA2) and have been unable to figure out
> > why.  Startup takes between 30 and 40 seconds, during with the
> > "evolution" process consumes 100% of one of the cores of the dual-core
> > processor.  After startup, various actions (including right-clicking
> > on attachments) take approximately 10 seconds to complete the first
> > time the action is done, this time with the "evolution-data-server"
> > process consuming 100% of one core.  Running ktrace against the
> > evolution process during startup shows large amounts of apparently
> > random information, but I don't have a pre-7 system to compare it to.
> > 
> > I use SCHED_ULE and have had no other noticeable system slowdowns.
> > All ports have been built from source with no extra settings in
> > /etc/make.conf.
> > 
> > $ cat /var/db/ports/evolution/options
> > 
> > # This file is auto-generated by 'make config'.
> > # No user-servicable parts inside!
> > # Options for evolution-2.12.1_3
> > _OPTIONS_READ=evolution-2.12.1_3
> > WITHOUT_PILOT=true
> > WITHOUT_LDAP=true
> > WITHOUT_SPAMASSASSIN=true
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
Scott T. Hildreth <[EMAIL PROTECTED]>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cups & openoffice...bad mojo?

2007-11-20 Thread Robert Huff
Doug Poland writes:

>  >> I believe you need to specify the WITH_CUPS tunable when you build OO
>  >>
>   > Does everyone just know that, or does no one use cups on freebsd?
>   >
>  I use both CUPS and OO on FreeBSD, that's how I know :)   I probably 
>  stumbled across this googling and searching the email archives.

I also use both CUPS and OOo; in fact, I just got through
rebuilding OOo-2.3.0.1.
If you build from ports, and watch the early stages of the
process, you'll see a number of options mentioned.
If you use portupgrade, you can set them in
/usr/local/etc/pkgtools.cfg.  Note: this will _only_ work when using
portupgrade.
It is also possible to put these settings in /etc/make.conf.
However, there are reasons to not do so; see discussions on either
questions@ or ports@ within the last month for further discussion.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cups & openoffice...bad mojo?

2007-11-20 Thread Doug Poland

Steve Franks wrote:

On Nov 20, 2007 8:15 AM, Doug Poland <[EMAIL PROTECTED]> wrote:

Steve Franks wrote:

Save me!  The wife can't print, so I've been spooled to the couch!

Originally installed OO around 2.0.  Wouldn't print.  Finally found
some esoteric blog somewhere that said link /usr/local/bin/lpd to
/usr/local/sbin/lpd - voila! prints.

When I upgraded X to 7.3, OO got upgraded to 2.3, and it stopped
printing again.  Now the magical ln lpd command won't fix it either.

FYI, cups-base is 1.1.3


I believe you need to specify the WITH_CUPS tunable when you build OO


> Does everyone just know that, or does no one use cups on freebsd?
>
I use both CUPS and OO on FreeBSD, that's how I know :)   I probably 
stumbled across this googling and searching the email archives.


--
Regards,
Doug
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gdm-binary: Unable to connect to socket: hostname nor servname provided

2007-11-20 Thread Laszlo Nagy


 Hi All,

Do you have any idea what is the problem with my settings? gdm places 
this message in /var/log/messages:


Nov 20 12:19:05 cassiopeia gdm-binary[1167]: ERROR: Unable to connect to 
socket: hostname nor servname provided, or not known aborting...


The local X server starts, but gdm is not accepting connections on 
TCP/177. This is the problem, because I want many clients connect to 
this computer with xdmcp.


My ports tree was first downloaded via "portsnap fetch" three days ago. 
All ports have been compiled from this ports tree.  My 
/usr/local/etc/gdm/custom.conf file has these modifications:



[security]
DisallowTCP=false

[xdmcp]
Enable=true


Here is some more information:



cassiopeia# uname -a
FreeBSD cassiopeia.ronet 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #1: Thu 
Nov 15 17:19:45 EST 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CASSIOPEIA  amd64

cassiopeia# hostname
cassiopeia.ronet
cassiopeia# cat /etc/resolv.conf
search ronet
nameserver 192.168.0.1
cassiopeia# host cassiopeia
cassiopeia.ronet has address 192.168.0.1
cassiopeia# ipfw show
00050 4320 696526 divert 8668 ip4 from any to any via rl0
00100  112   8560 allow ip from any to any via lo0
002000  0 deny ip from any to 127.0.0.0/8
003000  0 deny ip from 127.0.0.0/8 to any
65000 4320 696526 allow ip from any to any
655350  0 deny ip from any to any
cassiopeia# pkg_info | grep gdm
gdm-2.20.1_1GNOME 2 version of xdm display manager
cassiopeia#ifconfig
rl0: flags=8843 mtu 1500
   options=8
   inet 192.168.1.105 netmask 0xff00 broadcast 192.168.1.255
   ether 00:0e:2e:8f:13:03
   media: Ethernet autoselect (100baseTX )
   status: active
re0: flags=8843 mtu 1500
   options=1b
   inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
   ether 00:1a:4d:7b:cf:d6
   media: Ethernet autoselect (100baseTX )
   status: active
plip0: flags=108810 mtu 1500
lo0: flags=8049 mtu 16384
   inet 127.0.0.1 netmask 0xff00
cassiopeia# cat /etc/rc.conf
moused_flags=""
moused_port="/dev/psm0"
moused_type="auto"
moused_enable="YES"

gateway_enable="YES"
hostname="cassiopeia.ronet"

ifconfig_rl0="inet 192.168.1.105 netmask 255.255.255.0"
ifconfig_re0="inet 192.168.0.1 netmask 255.255.255.0"

firewall_enable="YES"
firewall_type="/etc/ipfw.conf"

local_startup="/usr/local/etc/rc.d"

gnome_enable="YES"


inetd_enable="YES"  # TFTP
named_enable="YES"  # DNS cache, local DNS 
(diskless1XX.ronet)


dhcpd_enable="YES"  # dhcpd enabled?
dhcpd_flags="-q"# command option(s)
dhcpd_conf="/usr/local/etc/dhcpd.conf"  # configuration file
dhcpd_ifaces="re0"  # ethernet interface(s)
dhcpd_withumask="022"   # file creation mask


nfs_server_enable="YES"
nfs_reserved_port_only="YES"
rcpbind_enable="YES"
mountd_flags="-r"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"

natd_enable="YES"
natd_interface="rl0"
natd_flags=""



Thanks,

  Laszlo



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD, 160GB HD, and a Bios limitation

2007-11-20 Thread Jerry McAllister
On Tue, Nov 20, 2007 at 02:18:15AM -0700, Christoper Tucker wrote:

> > Hi there
> >
> > I have a 600mhz PIII computer with an older BIOS that will not
> > recognize my 160GB new HD that I installed for use with FreeBSD.
> >
> > I can install FBSD if I limit the drive to 32GB, but before I settle
> > with that, is there a way I can access the entire drive
> 
> |Have you tried and failed to install FreeBSD?
> 
> I have successfully installed FreeBSD with the drive limited to 32GB.
> 
> I have also successfully installed FreeBSD withthe drive set to 160GB,
> although FBSD seems to see only 120GB of that, and also displays the
> following warning during install:
> 
> "WARNING: A gemoetry of 248015/16/63 for ad0 is incorrect. Using a more
> likely geometry. If this geometry is incorrect or you are unsure as to
> whether or not it's correct, please consult the Hardware Guide int he
> Documentation submenu or use the (G)eometry command to change it now.
> Remember: you need to enter whatever your BIOS thinks the geometry is! For
> IDE, it's what you were told in the BIOS setups. For SCSI, it's the
> translation mode your controller is using. Do NOT use a "physical
> geomtery.""

I can't guarantee that it applies to your situation, but I always get
those messages and just ignore them.   FreeBSD deals with it correctly.

There are some FAQs and postings in the archive and a couple of online
articles that talk about it.  I don't have time to go looking now, but
you can find it as easily as I can.

jerry


> 
> I did not find a solution in the documentation. Using the (G)eometry
> command is something I don't understand. :) My BIOS reads the drive fine
> when it is limited to 32GB, or when the drive is limited to less than 66GB
> (The drive size can by limited via a utility from Seagate ... i determined
> that using a size of 61GB works fine in the BIOS, but using 66BG does not
> work in the BIOS. There's probably an exact figure between 61 and 66GB
> where the maximum is, but I decided not to do further tests)
> 
> Here's what FDISK reports during the FBSD install:
> http://imagebin.org/11910
> I used the "all" command here. Using the Seagate utility, the drive had
> earlier been set to 160GB, yet the installer sees 120GB here, it seems.
> 
> DMESG report here:
> http://imagebin.org/11911
> 
> df -h command result here:
> http://imagebin.org/11912
> 
> If FreeBSD can use 120GB of the 160GB available, that's GREAT! I'd be
> happy with that. But will there be any problems since the bios reports
> only that a maximum drive size of 61-66GB is OK? If I select a disk size
> larger than the 61GB figure (roughly) BIOS locks up on the hard drive
> menu (the computer will boot, but if i try and view the HD section of the
> BIOS menu, bios locks up and i have to ctrl-alt-del).
> 
> If FReeBSD can see 120GB, what happened to the other 40GB? Is there a
> danger that I could wind up writing data to nowhere or having some other
> disk problem if I install FBSD this way?
> 
> |Normally the limititation is just that the root partition must be within
> |the area that the bios can see.
> 
> Thanks! Chris
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 3Com 3c515-TX Fast Ethernet ISA Card

2007-11-20 Thread James Shaw
Of course, but I have 6 of these cards and would like to utilize them
in FreeBSD. They seem to run great with OpenBSD and Linux, but my
preference is FreeBSD.

On Nov 19, 2007 2:59 PM, Warren Block <[EMAIL PROTECTED]> wrote:
>
> On Mon, 19 Nov 2007, James Shaw wrote:
>
> >   I'm trying to get an old 3Com 3c515-TX Fast Ethernet ISA Card to
> > work with FreeBSD 7.0-BETA3. So far, the only operating systems I can
> > use this card on are OpenBSD, NetBSD, Linux, and (ugh) Windows.
> >   Is there a way to port the OpenBSD (or NetBSD) driver to FreeBSD so
> > we can utilize this card instead of switching OS's?
>
> If that's the card I'm thinking of, I fought with one several years ago
> on a late-model PS/2 (ISA).  Can another ISA card be used instead?
>
> -Warren Block * Rapid City, South Dakota USA
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: who do I report this to?

2007-11-20 Thread Andrew Atrens

Are you on asymmetric DSL (ADSL) or some other residential connection s.t. the 
uplink pipe is
considerably smaller than the downlink pipe?

If so you could be seeing ACK starvation - it's a well understood problem, as 
is the solution -

http://www.benzedrine.cx/ackpri.html

--Andrew

-Original Message-
From: [EMAIL PROTECTED] on behalf of Stephen Montgomery-Smith
Sent: Tue 11/20/2007 8:48 AM
To: Aryeh M. Friedman
Cc: [EMAIL PROTECTED]; FreeBSD Questions; [EMAIL PROTECTED]
Subject: Re: who do I report this to?
 
Aryeh M. Friedman wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Who do I report the following issue to (it falls into at least 3 camps)?
> 
> If I am downloading a torrent in deluge 0.5.6.2_1 *AND* am logged into
> gmail (*WITH* a chat open) my network connection looses about 90% of
> it's capacity (for all applications), re(4) with the following:
> 
> rgephy0:  PHY 1 on miibus0
> rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
> 1000baseT-FDX, auto
> 
> After some experimenting this problem *only* occurs under the above
> conditions.
> 
> Addtional info:
> 
> gnome 2.20.1
> nv driver (latest)
> Xorg 7.3
> 
> FreeBSD monster 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Nov 15
> 19:17:50 EST 2007
> [EMAIL PROTECTED]:/usr/obj/FreeBSD/FreeBSD-current/src/sys/MONSTER  amd64


This sounds similar to my problem.  When I have my computer on for some 
time, my ndis0 driver with its Broadcom 1350 wifi card sometimes starts 
going very slowly.  And even if this doesn't happen, xorg (I have the 
same gnome and xorg set up as you) freezes up the computer while it is 
exiting.  This is on FreeBSD 7.0 Beta 3.

I reported to freebsd-stable, but I didn't get any response.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Build Frustrations

2007-11-20 Thread Dan Mahoney, System Admin

On Tue, 20 Nov 2007, Jerry McAllister wrote:


Apache2 is a complete piece of crap.  "Portable Runtime" my ass.  Was
there something so wrong with APACI?  Apache1.3 built out of the box on
every system in the world.

Using ports is no better.  And again, I'll take anything anyone can offer
to explain half this behavior:



I am using Apache 2.xx with no problem on several machines.
I installed it from ports with no problem.
Since you are determined to proceed against recommendations it
is hard to help you.I wouldn't be surprised if you do not
get many responses.


You know, there was a time when the handbook and man security actually 
recommended NOT using the port and building from scratch -- and if you 
want the finest-grained control over what you're building this is still 
the case, especially when some features haven't made it into ports yet.


(Like, oh...when the whole of the ports tree goes into a freeze for a 
release that's "upcoming" but doesn't have a todo list, a schedule, or 
anything else on the FBSD site).


Actually, someone (two different someones) managed to answer both issues.

The ports issue was caused by stale cruft in /var/db/pkg and the fix was 
to remove basically all the automake/autotools/autoconf packages and start 
over.  I also said "screw it" and nuked the apr-db42 port (for reasons 
mentioned earlier).


Apache from ports then built fine (which meant I had an option to fall 
back on, if need be).


Someone on the APR-devel list pointed out that I can do a setenv to define 
CFLAGS and LDFLAGS to include /usr/local/lib to fix build issues.


This allowed apache2-non-ports to compile.  However the question in my 
mind that still bears answering is: why apr would FIND such a library as 
installed (i.e. not fail at configure-time) but then fail to compile. 
I.e. why does the APR not set CFLAGS and LDFLAGS correctly.


This is not a question for -questions, but I'm stating it here in case 
anyone has similar issues.


-Dan

--

"Is Gushi a person or an entity?"
"Yes"

-Bad Karma, August 25th 2001, Ezzi Computers, Quoting himself earler, referring 
to Gushi

Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Build Frustrations

2007-11-20 Thread Jerry McAllister
On Mon, Nov 19, 2007 at 10:17:18PM -0500, Dan Mahoney, System Admin wrote:

> On Mon, 19 Nov 2007, Jerry McAllister wrote:
> 
> >On Mon, Nov 19, 2007 at 07:19:34PM -0500, Dan Mahoney, System Admin wrote:
> >
> >>All,
> >>
> >>I'm of the realization that FreeBSD is a volunteer project, but there's a
> >>recent issue I've hit, and I've contacted nearly EVERYONE I can think of
> >>about it to try and fix, and the response I've gotten has been a deafening
> >>silence.
> >>
> >>I'm having trouble building apache2.2.6, it relates I feel to an
> >>inconsitent libexpat library under FreeBSD, COMBINED with a badly made and
> >>inconsistent apr port, and some libiconv incompatibilities.  I've emailed
> >>ports maintainers, APR developers, the general apache mailing list, and
> >>gotten nothing.
> >>
> >>...
> >>
> >>This is a post about building apache2.2 from scratch, not from ports --
> >>however it raises several issues with port-installed tools that lead me to
> >>believe they may still be at fault.  I apologize in advance for the length
> >>of this post, but having all the data is sometimes important.  I believe
> >>it's reproducable but I don't have the spare machines to try on.
> >>
> >>...
> >>
> >>3) My big problem:
> >>
> >>
> >>I just tried to build apache 2.2.6 from scratch.
> >>
> >>I, for various reasons of wanting to keep apache separate from other
> >>things, for example, to virtualize my apache users, prefer everything in a
> >>single dir -- so the ports route isn't for me.
> >>
> >
> >You can tell ports where to install something.  We used to install
> >all of Apache in its own directory to make it easy to manipulate
> >in a system we were installing in a lot of places.   Check the ports
> >doc and such.
> 
> *headdesk, repeatedly*
> 
> Apache2 is a complete piece of crap.  "Portable Runtime" my ass.  Was 
> there something so wrong with APACI?  Apache1.3 built out of the box on 
> every system in the world.
> 
> Using ports is no better.  And again, I'll take anything anyone can offer 
> to explain half this behavior:
> 

I am using Apache 2.xx with no problem on several machines.
I installed it from ports with no problem.
Since you are determined to proceed against recommendations it
is hard to help you.I wouldn't be surprised if you do not
get many responses.

jerry

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Opera & Micromedia Flash

2007-11-20 Thread brom
Hi all!

I have installed in my box with 6.2-RELEASE-p7:

opera-9.21.20070510_1
opera-linuxplugins-9.21.20070510_1
linux-flashplugin-7.0r70

But I can't use flashplugin, when I start Opera with debug I have these
errors:

$ opera -debugplugin
detection operapluginwrapper: [plugin
failed ] /usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so,
Shared object "libm.so.6" not found, required by "libflashplayer.so" 
opera: pluginwrapper exited cleanly with exit code 1 during plug-in
detection

libm.so.6 part of linux_base-fc-4_10, so, I was added /compat/linux/lib
in shared library cache $ldconfig -m /compat/linux/lib

But in this case, I have different error, like that:

$ opera -debugplugin
detection operapluginwrapper: [plugin
failed ] /usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so, 
/usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so:
Undefined symbol "__ctype_b" opera: pluginwrapper exited cleanly with
exit code 1 during plug-in detection

What the reason? How can I make the module worked? 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cups & openoffice...bad mojo?

2007-11-20 Thread Steve Franks
Save me!  The wife can't print, so I've been spooled to the couch!

Originally installed OO around 2.0.  Wouldn't print.  Finally found
some esoteric blog somewhere that said link /usr/local/bin/lpd to
/usr/local/sbin/lpd - voila! prints.

When I upgraded X to 7.3, OO got upgraded to 2.3, and it stopped
printing again.  Now the magical ln lpd command won't fix it either.

FYI, cups-base is 1.1.3

Thanks,
Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Build Frustrations

2007-11-20 Thread Bill Vermillion
-segmentation fault- 
press any key to reboot 
Damn damn damn [EMAIL PROTECTED] said, after restarting his 


> Date: Tue, 20 Nov 2007 00:44:36 -0600
> From: Paul Schmehl <[EMAIL PROTECTED]>
> Subject: Re: Build Frustrations


> --On November 19, 2007 11:00:44 PM -0500 "Dan Mahoney, System Admin" 
> <[EMAIL PROTECTED]> wrote:

> > On Mon, 19 Nov 2007, Jerry McAllister wrote:

> >> You can tell ports where to install something. We used to
> >> install all of Apache in its own directory to make it easy to
> >> manipulate in a system we were installing in a lot of places.
> >> Check the ports doc and such.

> > Actually, I just tried this. This is not what I want.
> > If I go to cd /usr/ports/www/apache22, and do a make
> > PREFIX=/some/other/directory, I do NOT get the same thing
> > I'd get building apache from source. I get ALL the apache
> > prerequisites installed under /some/other/dir, as opposed
> > to the apache standards places (for example config files
> > which would normally be in /usr/local/apache/conf now get
> > installed in /some/other/directory/etc (the port installs
> > them in /usr/local/etc). As a bonus, dependent packages get
> > added to my package database under the same prefix, which
> > shouldn't happen. (i.e. I want ONLY the apache2.2 stuff in a
> > self-contained directory).

> Silly me. I had no idea there was a "standard place" for
> apache to put its stuff. On *some* linux builds, the conf
> files are in /etc/httpd/conf.d/ and the document root in
> /var/www. On FreeBSD they're in /usr/local/etc/apache{ver.}
> and /usr/local/www/apache{ver}, respectively. What's the
> "standard place" I wonder? I suspect it has a lot more to do
> with the conventions of the particular OS than it does with the
> application.

And on a SuSE system I've been called in to maintain the
webserver is on /srv/www while the conf files are in
/etc/httpd/httpd.conf.

About the only thing you can count on is that the files will be
somewhere on the system, and hopefully in your $PATH.

If the OP would take a look at  'man hier'  he would see
how all of the FreeBSD things should be laid out.

Having things under /usr - instead of the top directory which it
appears the OP has as he said he wanted one directory - will
make upgrades a bit more difficult.

One of the nice things about keeping just the OS on / and
all other addons on a /usr >filesystem< is that you can unmount
/usr and rebuild the entire OS, remaking / is you wish, and lose
nothing of your local addons.  It's a very intelligent design
IMO and it frustrates me when I got to different Linux systems [I
run FreeBSD at the ISP] and so many things are in different places.
It seems that some do this just ot differentiate them.  But then
again I have not looked at all 300+ Linux distros.   At least
the BSD derived variants are remarkable similar - and follow most
the same hierarchy for the past 20 years.

If the user weren't so set on just one filesystem [which is how I
remember the first part of the thread starting] he'd be running
now.  And woe be the day that / gets corrupted with everything
in one place.  My worsts instances of this was years ago when
data had to be saved, and / could be mounted ro as therw
was no lost+found space left.  [The old SysIII and SySV system
could not expand lost+found].

So I spend the next 3 days running /  in ro mode and then copying
and/or taring the needed data onto floppies for restore once the
OS was reinstalled.  After maintaing Unix system [ and variants] on
a least 6 different CPU bases since 1983 - I'm hard-coded to
having separate file systems.

Never turn your back on a running computer.

Bill


-- 
Bill Vermillion - bv @ wjv . com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


What's "unknown" about i386-unknown?

2007-11-20 Thread Dan Mahoney, System Admin

Hey all.

I see i386-unknown as a build target all the time.

So my (possibly silly) question is: what's the unknown variable here?  And 
why isn't it?


-Dan

--

Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: who do I report this to?

2007-11-20 Thread Stephen Montgomery-Smith

Aryeh M. Friedman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Who do I report the following issue to (it falls into at least 3 camps)?

If I am downloading a torrent in deluge 0.5.6.2_1 *AND* am logged into
gmail (*WITH* a chat open) my network connection looses about 90% of
it's capacity (for all applications), re(4) with the following:

rgephy0:  PHY 1 on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto

After some experimenting this problem *only* occurs under the above
conditions.

Addtional info:

gnome 2.20.1
nv driver (latest)
Xorg 7.3

FreeBSD monster 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Nov 15
19:17:50 EST 2007
[EMAIL PROTECTED]:/usr/obj/FreeBSD/FreeBSD-current/src/sys/MONSTER  amd64



This sounds similar to my problem.  When I have my computer on for some 
time, my ndis0 driver with its Broadcom 1350 wifi card sometimes starts 
going very slowly.  And even if this doesn't happen, xorg (I have the 
same gnome and xorg set up as you) freezes up the computer while it is 
exiting.  This is on FreeBSD 7.0 Beta 3.


I reported to freebsd-stable, but I didn't get any response.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Weird %busy in systat

2007-11-20 Thread Joao Barros
I'm doing a zpool scrub to exercise my system and noticed one strange
thing when looking at the output of 'systat -vm':

Disks   ad0   ad1   ad4   ad6   ar0   ar1
KB/t  44.87 44.71 45.47 45.44  0.00  0.00
tps 162   163   160   162 0 0
MB/s   7.11  7.13  7.11  7.18  0.00  0.00
%busy   100   1006362 0 0

where:

ad0: 305245MB  at ata0-master SATA150
ad1: 305245MB  at ata0-slave SATA150
ad4: 305245MB  at ata2-master SATA150
ad6: 305245MB  at ata3-master SATA150

are connected to:

atapci0:  port
0xb000-0xb03f,0xb400-0xb40f,0xb800-0xb87f mem
0xfc024000-0xfc024fff,0xfc00-0xfc01 irq 23 at device 4.0 on
pci4
atapci1:  port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f irq 18 at device
31.2 on pci0

and my zpool is:

config:

NAMESTATE READ WRITE CKSUM
r4x320  ONLINE   0 0 0
  raidz1ONLINE   0 0 0
ad0s1d  ONLINE   0 0 0
ad1s1d  ONLINE   0 0 0
ad4 ONLINE   0 0 0
ad6 ONLINE   0 0 0

Why is %busy so different when the disks are doing the same thing?
The only difference is the SATA controllers and zfs using a slice on
half of them and a whole disk with the other half.
What is taken into account when calculating %busy? I can go read code
but was hoping for someone with specific knowledge to answer :)

-- 
Joao Barros
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pcmcia modem yiso c893 support

2007-11-20 Thread Alexandre Biancalana
Hi,

Some one already made this modem work in FreeBSD ?

This card seams to be introduce some usb serial port in the system,
but at my computer this is recognized as generic ugen device but none
of the modules that I tried to load (ucom, uplcom, etc) bind this to a
valid serial port...

Any ideas ?

Regards,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Milter Sender Uninstall

2007-11-20 Thread Khaled Hussein

   Hi All,
   i have milter sender installed on FreeBSD with sendmail, but i want to
   uninstall it, i tried to search the internet about this but i did not
   file any thing
   i tried to disable configuration from .mc file and then make & make
   install under /etc/mail but it gave me "unknown configuration line in
   sendmail.cf" i tried many things but the same
   please i want to know if there is a step by step procedure to remove
   milter sender from my system
   thanks

   --

   Regards,
   **
   Khaled J. Hussein
System Manager
Hadara Technologies Group
[EMAIL PROTECTED]
[2]http://www.palnet.com
Tel. +972 2-240-3434
Fax. +972 2-240-3430
**

References

   1. mailto:[EMAIL PROTECTED]
   2. http://www.palnet.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Does 7.0-BETA2 still have debug options like 6.0-BETA did?

2007-11-20 Thread Kris Kennaway

Yuri wrote:

When 6.0 was in BETA kernel had many options like WITNESS/INVARIANTS. User-land
also has some special options. Those options made FreeBSD-BETA much slower.

Are any similar options "on" now in 7.0-BETA2? What is the complete list?

I can only find an option "makeoptions DEBUG=-g" in sys/i386/conf/GENERIC.

But it feels slower than 6.3.


No it does not have debug options enabled.  Please try to quantify your 
feeling ;)


Kris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FIXED: Java Plugin, FFox 2, Fbsd7

2007-11-20 Thread Norberto Meijome
On Fri, 9 Nov 2007 10:55:08 +1100
Norberto Meijome <[EMAIL PROTECTED]> wrote:

> Hi list,
> I have ffox 2, jdk1.5 and .16 installed and working ok for other programs.
> 
> I have the 1.5 plugin loaded and recognised OK in about:plugins:
> [EMAIL PROTECTED] [Fri Nov  9 10:41:19 2007]
> /usr/local/lib/browser_plugins
> $ sudo ln -s /usr/local/jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so 
> libjavaplugin_oji.so
> 
> When I try to load Sun's applet test ( 
> http://www.java.com/en/download/help/testvm.xml ) , but I get this in the 
> java console , and the applet doesn't load :
> 
> Java Plug-in 1.5.0_13
> Using JRE version 1.5.0_13-p7 Java HotSpot(TM) Client VM
> User home directory = /home/betom
> 
> 
> 
> c:   clear console window
> f:   finalize objects on finalization queue
> g:   garbage collect
> h:   display this help message
> l:   dump classloader list
> m:   print memory usage
> o:   trigger logging
> p:   reload proxy configuration
> q:   hide console
> r:   reload policy configuration
> s:   dump system and deployment properties
> t:   dump thread list
> v:   dump thread stack
> x:   clear classloader cache
> 0-5: set trace level to 
> 
> 
> load: class testvmDynamicJavaCom.class not found.
> java.lang.ClassNotFoundException: testvmDynamicJavaCom.class
>   at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:168)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>   at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>   at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:599)
>   at sun.applet.AppletPanel.createApplet(AppletPanel.java:723)
>   at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1815)
>   at sun.applet.AppletPanel.runLoader(AppletPanel.java:652)
>   at sun.applet.AppletPanel.run(AppletPanel.java:326)
>   at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.IOException: open HTTP connection failed.
>   at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:271)
>   at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:44)
>   at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:158)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:155)
>   ... 9 more
> 
> -
> 
> I tested it with JAVA_HOME unset (my default) and with JAVA_HOME set to 
> /usr/local/jdk.1.5.0/, with JAVA_VERSION set and unset.
> 
> When I try another applet, randomly on the web ( 
> http://www.java.com/en/download/help/testvm.xml ) , i get  the following too
> 
> Java Plug-in 1.5.0_13
> Using JRE version 1.5.0_13-p7 Java HotSpot(TM) Client VM
> User home directory = /home/betom
> 
> 
> 
> c:   clear console window
> f:   finalize objects on finalization queue
> g:   garbage collect
> h:   display this help message
> l:   dump classloader list
> m:   print memory usage
> o:   trigger logging
> p:   reload proxy configuration
> q:   hide console
> r:   reload policy configuration
> s:   dump system and deployment properties
> t:   dump thread list
> v:   dump thread stack
> x:   clear classloader cache
> 0-5: set trace level to 
> 
> 
> load: class testvmDynamicJavaCom.class not found.
> java.lang.ClassNotFoundException: testvmDynamicJavaCom.class
>   at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:168)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>   at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>   at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:599)
>   at sun.applet.AppletPanel.createApplet(AppletPanel.java:723)
>   at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1815)
>   at sun.applet.AppletPanel.runLoader(AppletPanel.java:652)
>   at sun.applet.AppletPanel.run(AppletPanel.java:326)
>   at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.IOException: open HTTP connection failed.
>   at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:271)
>   at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:44)
>   at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:158)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:155)
>   ... 9 more
> load: class ping2.class not found.
> java.lang.ClassNotFoundException: ping2.class
>   at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:168)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java

FreeBSD, 160GB HD, and a Bios limitation

2007-11-20 Thread Christoper Tucker
> Hi there
>
> I have a 600mhz PIII computer with an older BIOS that will not
> recognize my 160GB new HD that I installed for use with FreeBSD.
>
> I can install FBSD if I limit the drive to 32GB, but before I settle
> with that, is there a way I can access the entire drive

|Have you tried and failed to install FreeBSD?

I have successfully installed FreeBSD with the drive limited to 32GB.

I have also successfully installed FreeBSD withthe drive set to 160GB,
although FBSD seems to see only 120GB of that, and also displays the
following warning during install:

"WARNING: A gemoetry of 248015/16/63 for ad0 is incorrect. Using a more
likely geometry. If this geometry is incorrect or you are unsure as to
whether or not it's correct, please consult the Hardware Guide int he
Documentation submenu or use the (G)eometry command to change it now.
Remember: you need to enter whatever your BIOS thinks the geometry is! For
IDE, it's what you were told in the BIOS setups. For SCSI, it's the
translation mode your controller is using. Do NOT use a "physical
geomtery.""

I did not find a solution in the documentation. Using the (G)eometry
command is something I don't understand. :) My BIOS reads the drive fine
when it is limited to 32GB, or when the drive is limited to less than 66GB
(The drive size can by limited via a utility from Seagate ... i determined
that using a size of 61GB works fine in the BIOS, but using 66BG does not
work in the BIOS. There's probably an exact figure between 61 and 66GB
where the maximum is, but I decided not to do further tests)

Here's what FDISK reports during the FBSD install:
http://imagebin.org/11910
I used the "all" command here. Using the Seagate utility, the drive had
earlier been set to 160GB, yet the installer sees 120GB here, it seems.

DMESG report here:
http://imagebin.org/11911

df -h command result here:
http://imagebin.org/11912

If FreeBSD can use 120GB of the 160GB available, that's GREAT! I'd be
happy with that. But will there be any problems since the bios reports
only that a maximum drive size of 61-66GB is OK? If I select a disk size
larger than the 61GB figure (roughly) BIOS locks up on the hard drive
menu (the computer will boot, but if i try and view the HD section of the
BIOS menu, bios locks up and i have to ctrl-alt-del).

If FReeBSD can see 120GB, what happened to the other 40GB? Is there a
danger that I could wind up writing data to nowhere or having some other
disk problem if I install FBSD this way?

|Normally the limititation is just that the root partition must be within
|the area that the bios can see.

Thanks! Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 fails to compile after upgrade

2007-11-20 Thread Yuri
Quoting Yuri Pankov <[EMAIL PROTECTED]>:


> Yes, that's what I'm talking about, you don't have any optimizations 
> (-Ox) in flags to cc and that's why it fails. Make sure that you don't 
> have CFLAGS set to '' in your environment or elsewhere (cd /usr/src ; 
> make -V CFLAGS  will show your current settings).

Interesting.
Still not clear why would this error be caused bythe lack of -Ox option.
6.3 was compiling successfully with the same CFLAGS.
I had some -I in CFLAGS. And didn't realize that system build picks up
optimization options from there instead of appending them to existing CFLAGS.


Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: who do I report this to?

2007-11-20 Thread Remko Lodder

Can you please STOP cross posting to various mailinglists all at once?
It is causing all kinds of unneeded messages to various addresses
(yeah I am now guilty of that as well); stop it.

If you have issues with if_re, please ask it's maintainer for support, and
rule that out first and then proceed to the next item if the problem still
continues, generating loads of emails with "my " content which includes "but this and this and this and this might
also be the combination" etc is NOT going to help resolve this because the
options are too legio (could be the software, could be your hardware,
could be a user flaw, could be the remote switch etc).

Please do it step by step with the maintainers as much as possible, and
where possible please try to avoid overloading the mailinglists with
things you run into on a day by day basis, personally I find it not very
interesting to read them anymore because "its just another thing", that
might not be the thing we are persuing here, but with all of your emails,
I do get this feeling.

//Remko

On Tue, November 20, 2007 8:11 am, Aryeh M. Friedman wrote:
> Who do I report the following issue to (it falls into at least 3 camps)?
>
> If I am downloading a torrent in deluge 0.5.6.2_1 *AND* am logged into
> gmail (*WITH* a chat open) my network connection looses about 90% of
> it's capacity (for all applications), re(4) with the following:
>
> rgephy0:  PHY 1 on miibus0
> rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
> 1000baseT-FDX, auto
>



-- 
/"\   Best regards,  | [EMAIL PROTECTED]
\ /   Remko Lodder   | [EMAIL PROTECTED]
 Xhttp://www.evilcoder.org/  |
/ \   ASCII Ribbon Campaign  | Against HTML Mail and News


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"