Re: Apache auth question

2006-03-06 Thread Scott Sipe


On Mar 6, 2006, at 6:52 AM, Glenn Dawson wrote:


At 03:56 AM 3/6/2006, Scott Sipe wrote:


I am dealing with a company LAN that lives behind an OpenBSD based
firewall+NAT machine. All internal machines have 10.x.x.x addresses.

One of the internal machines acts as an intranet webserver. Everyone
in the building should be able to access it.

I would ALSO like to expose it to the outside, and have outside
requests authenticate. So everyone with a 10.x.x.x still has no
limits, and external addresses after authenticating with a  
username/ password have full access. Is this possible to do with  
apache2 config

files?


Something like this should do what you want:


AuthType basic
AuthName "foo"
AuthUserFile /path/to/htpasswds
Order Deny,Allow
Deny from all
Require valid-user
Allow from 10.0.0.0/16
Satisfy any



That got it perfectly, adding the "Satisfy any" line was what I had  
been missing.. thanks much!


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


Re: Flash Player

2006-03-06 Thread Joseph Vella
On Monday 06 March 2006 22:34, Duane Whitty wrote:
> On Tuesday 07 March 2006 01:42, Chris
>
> > I installed these ports.  Is there
> > anything I need to do to the browser
> > to get it to recognize them, because
> > flash is still not working.
>
> Sorry, I forgot to mention that for
> firefox you want to make a symbolic
> link from
>
>  /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so
>
> to
>
> /usr/X11R6/lib/firefox/plugins/libflashplayer.so
>
> and from
>
> /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt
>
> to
>
> /usr/X11R6/lib/firefox/plugins/libflashplayer.so
>
> (Shamelessly copied from a previous
> post :)
> ___

There's a typo in the last link: it should be 
from 
/usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt
to
/usr/X11R6/lib/firefox/plugins/flashplayer.xpt

I put my links into /usr/X11R6/lib/browser_plugins instead of firefox/plugins 
and I'm then able to view flash in konqueror as well as firefox.


Also I had to create a file named /etc/libmap.conf with the following in it:

# Flash6 with Konqueror
[/usr/X11R6/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0 pluginwrapper/flash6.so
libdl.so.2  pluginwrapper/flash6.so
libz.so.1   libz.so.3
libstdc++-libc6.2-2.so.3libstdc++.so.5
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/flash6.so



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


Re: portsnap cannot change its default WORKDIR ?

2006-03-06 Thread Yuan Jue
On Tuesday 07 March 2006 15:17, [EMAIL PROTECTED] wrote:
> -On 3/6/06, Yuan Jue <[EMAIL PROTECTED]> wrote:
> > Hi, all
> >
> > I am now using portsnap in FreeBSD 6.0 to upgrade ports tree. It is
> > really much faster than CVSUp. But there is one question that bother me:
> > I cannot change the WORKDIR that portsnap use.
> >
> > I have change WORKDIR in /etc/portsnap.conf to /usr/local/portsnap, but
> > when using 'portsnap fetch', the download files still store
> > in /var/db/portsnap.
> >
> > Any suggestions about this? Thanks in advance!
> >
> > My /etc/portsnap.conf is as follows:
> >
> > # $FreeBSD: src/etc/portsnap.conf,v 1.1.2.1 2005/08/15 20:24:07 cperciva
> > Exp $
> >
> > # Default directory where compressed snapshots are stored.
> >  WORKDIR=/usr/local/portsnap
>
> Well, it's doesn't seem broken here and mine is exactly like yours.
> Are you using portsnap from the base distro or from the ports tree?

I'm using FreeBSD 6.0 and portsnap is from the base distro.

> I was under the impression that portsnap from ports used
> /usr/local/etc/portsnap.conf so you may try copying your
> /etc/portsnap.conf there and see if that fixes something or any-
> thing.
I have tried this as you told. it doesn't work either :(

BTW: when I deleted /var/db/portsnap, the next time I use portsnap
like:
#portsnap fetch
message will show as follows:
portsnap: Directory does not exist or is not writable: /var/db/portsnap

any more ideas?

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


Re: portsnap cannot change its default WORKDIR ?

2006-03-06 Thread [EMAIL PROTECTED]
-On 3/6/06, Yuan Jue <[EMAIL PROTECTED]> wrote:
> Hi, all
>
> I am now using portsnap in FreeBSD 6.0 to upgrade ports tree. It is really
> much faster than CVSUp. But there is one question that bother me:
> I cannot change the WORKDIR that portsnap use.
>
> I have change WORKDIR in /etc/portsnap.conf to /usr/local/portsnap, but
> when using 'portsnap fetch', the download files still store
> in /var/db/portsnap.
>
> Any suggestions about this? Thanks in advance!
>
> My /etc/portsnap.conf is as follows:
>
> # $FreeBSD: src/etc/portsnap.conf,v 1.1.2.1 2005/08/15 20:24:07 cperciva Exp $
>
> # Default directory where compressed snapshots are stored.
>  WORKDIR=/usr/local/portsnap

Well, it's doesn't seem broken here and mine is exactly like yours.
Are you using portsnap from the base distro or from the ports tree?
I was under the impression that portsnap from ports used
/usr/local/etc/portsnap.conf so you may try copying your
/etc/portsnap.conf there and see if that fixes something or any-
thing.

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


Re: freebsd-questions Digest, Vol 126, Issue 3

2006-03-06 Thread Christer Solskogen

  26. Re: Haven't been able to make world in about a year

> Message: 26
> Date: Mon, 06 Mar 2006 17:29:36 +0100
> From: Kristian Vaaf <[EMAIL PROTECTED]>
> Subject: Re: Haven't been able to make world in about a year
> To: Stijn Hoop <[EMAIL PROTECTED]>
> Cc: freebsd-questions@freebsd.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii; format=flowed
>
>>
>> Just to be clear, this is on the Pentium 120MHz, as I have a make
>> buildworld problem on both of my FreeBSD 5.4-STABLE boxes.
>
> It looks like your system headers may have serious problems.  Is this
> system a clean installation of 5.4-RELEASE or one where you may have
> updated the system headers manually at some time?
>


Move /usr/include over to /usr/include.old. mkdir /usr/include, and do a
"make includes" in /usr/src.
Also, if you've got ccache installed, and disabled it if you do. Check
also you time. ('ntpdate ntp.uio.no' will do)

-- 
cso

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


Re: Stop error when installing libtool

2006-03-06 Thread matti k
On Mon, 06 Mar 2006 19:51:42 -0800
Jose Borquez <[EMAIL PROTECTED]> wrote:

> I also did a portupgrade to have the most recent of PERL instead of
> the version that comes by default.

I'm not sure this is related but I recently had similar issues which
were fixed by running perl-after-upgrade script.
See /usr/ports/UPDATING.


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


Remote X via winXP and Xclient security

2006-03-06 Thread Michael Vince

Hi All,
I was wondering if any one had some ideas on my little problem / goal.

I have been testing out using a X-cygwin and my X server in windows XP 
and FreeBSD / KDE as my X client via ssh, I really like this and was 
thinking of using it at work for many reasons I don't want to have to 
explain.
My question is that since I can easily copy my home directory to a 
FreeBSD server and remote X into I have the problem where other people 
who have root access can easily read all the data in my home directory, 
does any one know of some kind of system where you can remote X into a 
machine and mount some kind of encrypted set of files in my home dir 
over the network? So they look like regular files to my on my X server 
in X-cygwin but aren't readable on the FreeBSD X client (what often 
would actually be considered the server to most people).


The idea isn't to be ultra secure but just secure enough so that people 
who have root access on the FreeBSD X client machine can't conveniently 
spy my home dir.


I do use GBDE filesystem encryption in a standalone file form so I can 
have portable backups but since they are mounted on the actual server it 
makes just as easy to view the mounted files.
I haven't seen how far ACL and chflags can go, but considering a root 
user could su to another users privileged it couldn't be stopped.
You could arguably look at it that I am looking for a 'ssh-agent' of 
encrypted file systems as in something that sits in memory and is 
willing to give me the information when I want it but still be that 
degree more difficult to get at from anyone else. Just like ssh-agent 
this is something between security and convenience.


Regards,
Mike





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


Re: New logo, new look

2006-03-06 Thread Sam Nilsson

Marc G. Fournier wrote:
Is there a reason why both the old and new logos cannot be used in 
tandem? I'd rather leave the old one up on my web site, since, 
personally, I like it better ... I understand the argument for a 'new 
logo', but, quite frankly, after looking at the new one, I'm surprised 
the same arguments (being associated with a demon) isn't still being 
made, since the new one *still* gives that same connotation ...


My preference is to keep using the old logo ("Beastie") on my web site, 
and I imagine there are others that feel the same way ... are we going 
to be "shunned" as a result?  I would hope not ...


I'm not really on one side or another on this, but it occurs to me that 
a lot of people may be missing a subtle distinction. From what I 
understand "Beastie" is a mascot and not a logo although he may have 
been used in place of a logo since there was no logo previously. The 
addition of a logo should allow FreeBSD to appear more professional. The 
new logo should be complementary to Beastie and live along side it.


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


Re: A question on permissions

2006-03-06 Thread Jahilliya
On 3/7/06, Pat Maddox <[EMAIL PROTECTED]> wrote:
>
> I want to make a directory writable by one user, and readable by
> another.  It should be owned by the web server UID, and the group
> should be the gid of my normal login user.
>
> %ls -ld /home/pergesu/logs
> drwxr-x---  6 www  pergesu  512 Feb 23 13:05 /home/pergesu/logs
>
> However, the www user apparently can't read/write to that dir.  I gave
> 'www' a real shell just to try it out:
> %sudo su www
> %ls -ld /home/pergesu/logs
> ls: /home/pergesu/logs: Permission denied
>
> I don't get why it's doing Permission denied there.  www has r/w/x
> access to that dir.  It doesn't, however, have read access to
> /home/pergesu, so that's my only guess.  I don't want to make
> /home/pergesu readable by everyone though of course.  Isn't that what
> permissions are all about?


Unfortunately, if you cannot access any given directory, you cannot access
any of it's children either.

For anything to access /home/pergesu/logs the user must have execute
permissions on /home/pergesu (not read).

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


A question on permissions

2006-03-06 Thread Pat Maddox
I want to make a directory writable by one user, and readable by
another.  It should be owned by the web server UID, and the group
should be the gid of my normal login user.

%ls -ld /home/pergesu/logs
drwxr-x---  6 www  pergesu  512 Feb 23 13:05 /home/pergesu/logs

However, the www user apparently can't read/write to that dir.  I gave
'www' a real shell just to try it out:
%sudo su www
%ls -ld /home/pergesu/logs
ls: /home/pergesu/logs: Permission denied

I don't get why it's doing Permission denied there.  www has r/w/x
access to that dir.  It doesn't, however, have read access to
/home/pergesu, so that's my only guess.  I don't want to make
/home/pergesu readable by everyone though of course.  Isn't that what
permissions are all about?

I'd appreciate any help.

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


Re: Flash Player

2006-03-06 Thread Duane Whitty
On Tuesday 07 March 2006 01:42, Chris 
Maness wrote:
> Duane Whitty wrote:
> > On Monday 06 March 2006 15:13, Rem
> > P
> >
> > Roberti wrote:
> >> I'm using Firefox with FreeBSD
> >> 5.4, and I would like to have
> >> Flash Player installed, but have
> >> no idea as to which of the
> >> available versions will work, if
> >> any.  Can someone give me a heads
> >> up here.
> >>
> >> Thanks in advance.
> >>
> >> Rem
> >> __
> >>___
> >
> > Hi,
> >
> > Well
> > /usr/ports/www/linux-flashplugin6
> > with
> > /usr/ports/www/linuxpluginwrapper
> > seem to be working great for me
> > under 6.0-RELEASE and I would think
> > it probably works under 5.4.  I use
> > it with Firefox 1.5.0.1 and with
> > Konqueror 3.5.1 (KDE 3.5.1)
> >
> > Hope this helps,
> >
> > --Duane
> > ___
> >
> > freebsd-questions@freebsd.org
> > mailing list
> > http://lists.freebsd.org/mailman/li
> >stinfo/freebsd-questions To
> > unsubscribe, send any mail to
> > "[EMAIL PROTECTED]
> >bsd.org"
>
> I installed these ports.  Is there
> anything I need to do to the browser
> to get it to recognize them, because
> flash is still not working.

Sorry, I forgot to mention that for 
firefox you want to make a symbolic 
link from

 /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so

to

/usr/X11R6/lib/firefox/plugins/libflashplayer.so

and from

/usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt

to

/usr/X11R6/lib/firefox/plugins/libflashplayer.so

(Shamelessly copied from a previous 
post :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Flash Player

2006-03-06 Thread Chris Maness

Duane Whitty wrote:
On Monday 06 March 2006 15:13, Rem P 
Roberti wrote:

I'm using Firefox with FreeBSD 5.4,
and I would like to have Flash Player
installed, but have no idea as to
which of the available versions will
work, if any.  Can someone give me a
heads up here.

Thanks in advance.

Rem
_


Hi,

Well /usr/ports/www/linux-flashplugin6 
with /usr/ports/www/linuxpluginwrapper 
seem to be working great for me under 
6.0-RELEASE and I would think it 
probably works under 5.4.  I use it 
with Firefox 1.5.0.1 and with Konqueror 
3.5.1 (KDE 3.5.1)


Hope this helps,

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


I installed these ports.  Is there anything I need to do to the browser 
to get it to recognize them, because flash is still not working.

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


Re: Power adapter question (off topic, sorry)

2006-03-06 Thread wc_fbsd

At 11:57 PM 3/6/2006, Bill Schoolcraft wrote:

I've lost my Lucent/Orinoco RG-1000 power supply.
The Access Point states it needs 9volts-DC @ 1.1amps.
All I can find at Radio Shack is 9volts-DC @ 1.0amps.


I did some quick googling, and it looks like the same unit is sold 
under HP and some other brands.  Maybe you can find one on EBay with 
a power adapter?


Otherwise... buy the Radio Shanty adapter and give it a try.  I found 
a pic' of the internals of the unit, and it looks like it further 
filters and regulates the 9V to a lower level, so the slightly lower 
current output probably isn't a problem.  Worst case, it just won't 
work;  I doubt you can damage it trying.


(disclaimer - I've been a hardware hobbyist for 30 or so years, but I 
flunked out of EE @ Univ of Cincinnati 21 years ago!)


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


Power adapter question (off topic, sorry)

2006-03-06 Thread Bill Schoolcraft
Hello,

I'm hoping I can find a solution.

I've lost my Lucent/Orinoco RG-1000 power supply.

The Access Point states it needs 9volts-DC @ 1.1amps.

All I can find at Radio Shack is 9volts-DC @ 1.0amps.

Is there any electricians out there that can advise me on what to
do?  Thanks

-- 
Bill Schoolcraft | http://wiliweld.com
 
"If your life was full of nothing but
sunshine, you would just be a desert."



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


Re: Stop error when installing libtool

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 08:20:35PM -0800, Jose Borquez wrote:

> >>>Are you sure this is all of it?  It doesn't display the failing
> >>>compiler invocation.

> Here it is,

Thanks.

> configure:2784: cc -O -pipeconftest.c  >&5
> conftest.c: In function `main':
> conftest.c:13: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.

You either have hardware failure or a damaged FreeBSD installation
since the compiler is unable to compile a trivial C program.

Kris


pgpqnXdtgDQXb.pgp
Description: PGP signature


Re: Stop error when installing libtool

2006-03-06 Thread Jose Borquez

Kris Kennaway wrote:

On Mon, Mar 06, 2006 at 07:51:42PM -0800, Jose Borquez wrote:

  

Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
   


You forgot to do this.
  


  

Are you sure this is all of it?  It doesn't display the failing
compiler invocation.
  


  

I previously edited /etc/make.conf and added the last two lines only:
I also did a portupgrade to have the most recent of PERL instead of the 
version that comes by default.



OK, so what about my other question?

kris
  

Here it is,

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtool configure 1.5.22, which was
generated by GNU Autoconf 2.59c.  Invocation command line was

 $ ./configure --disable-ltdl-install --infodir=/usr/local/info 
--prefix=/usr/l

ocal --build=i386-portbld-freebsd5.4

## - ##
## Platform. ##
## - ##

hostname = gohan.home.local
uname -m = i386
uname -r = 5.4-RELEASE-p12
uname -s = FreeBSD
uname -v = FreeBSD 5.4-RELEASE-p12 #0: Wed Mar  1 22:52:57 PST 2006 
[EMAIL PROTECTED]

an.home.local:/usr/obj/usr/src/sys/GOHAN

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## --- ##
## Core tests. ##
## --- ##

configure:1961: checking for a BSD-compatible install
configure:2016: result: /usr/bin/install -c -o root -g wheel
configure:2027: checking whether build environment is sane
configure:2070: result: yes
configure:2139: checking for gawk
configure:2168: result: no
configure:2139: checking for mawk
configure:2168: result: no
configure:2139: checking for nawk
configure:2155: found /usr/bin/nawk
configure:2165: result: nawk
configure:2176: checking whether make sets $(MAKE)
configure:2197: result: yes
configure:2468: checking for gcc
configure:2494: result: cc
configure:2505: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to [EMAIL PROTECTED]
configure:2724: checking for C compiler version
configure:2726: cc --version >&5
cc (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2729: $? = 0
configure:2731: cc -v >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
configure:2734: $? = 0
configure:2736: cc -V >&5
cc: `-V' option must have argument
configure:2739: $? = 1
configure:2762: checking for C compiler default output file name
configure:2784: cc -O -pipeconftest.c  >&5
conftest.c: In function `main':
conftest.c:13: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
configure:2787: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "1.5.22"
| #define PACKAGE_STRING "libtool 1.5.22"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE "libtool"
| #define VERSION "1.5.22"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2817: error: C compiler cannot create executables
See `config.log' for more details.

##  ##
## Cache variables. ##
##  ##

ac_cv_env_CXXFLAGS_value='-O -pipe'
ac_cv_env_F77_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_LDFLAGS_set=
ac_cv_env_CFLAGS_set=set
ac_cv_env_FFLAGS_set=
ac_cv_env_CCC_set=
lt_cv_sys_max_cmd_len=65536
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CXX_set=set
ac_cv_env_host_alias_set=
ac_cv_env_build_alias_set=set
ac_cv_env_CXXCPP_value=
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CC_set=set
ac_cv_prog_make_make_set=yes
ac_cv_env_FFLAGS_value=
ac_cv_env_CCC_value=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_F77_set=
ac_cv_env_host_alias_value=
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=i386-portbld-freebsd5.4
ac_cv_prog_ac_ct_CC=cc
ac_cv_env_target_alias_value=
ac_cv_env_CC_value=cc
ac_cv_env_CPP_set=

## - ##
## Output variables. ##
## - ##

ACINCLUDE_M4_LIST='./acinclude.m4 ./cdemo/acinclude.m4 
./pdemo/acinclude.m4 ./de
mo/acinclude.m4 ./depdemo/acinclude.m4 ./mdemo/acinclude.m4 
./mdemo2/acinclu

Re: Stop error when installing libtool

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 07:51:42PM -0800, Jose Borquez wrote:

> >>Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
> >>
> >
> >You forgot to do this.

> >Are you sure this is all of it?  It doesn't display the failing
> >compiler invocation.

> I previously edited /etc/make.conf and added the last two lines only:
> I also did a portupgrade to have the most recent of PERL instead of the 
> version that comes by default.

OK, so what about my other question?

kris


pgpYbFnKWHtgx.pgp
Description: PGP signature


Realplayer and firefox

2006-03-06 Thread Steel City Phantom
i just got realplayer installed and its recognized in firefox in the 
about:plugins screen.  but when i go to a site that loads the reaplayer, 
firefox core dumps and crashes.  these are the lines i have in my libmap 
and i have


###
# Helix RealPlayer with 
Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase

[/usr/X11R6/lib/linux-mozilla/plugins/nphelix.so]
libstdc++.so.5  libstdc++.so.5
libc.so.6   pluginwrapper/realplayer.so


and in my run-mozilla.sh i added the path 
/usr/X11R6/lib/linux-mozilla/plugins to the moz_plugin_path tag.


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


Re: Stop error when installing libtool

2006-03-06 Thread Jose Borquez

Kris Kennaway wrote:

On Sun, Mar 05, 2006 at 08:16:31PM -0800, Jose Borquez wrote:

  

I am attempting to install gcc42 and I keep getting the following errors:



  
===>Verifying install for /usr/local/bin/libtool in 
/usr/ports/devel/libtool15

===>  Configuring for libtool-1.5.22_2



Note: not error in gcc 4.2.

  
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel

checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
configure: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to [EMAIL PROTECTED]
checking for C compiler default output file name... configure: error: C 
compiler cannot create executables

See `config.log' for more details.
===>  Script "configure" failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the



You forgot to do this.

  

"/usr/ports/devel/libtool15/work/libtool-1.5.22/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).



  

Finally, here is the output of the config.log file:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtool configure 1.5.22, which was
generated by GNU Autoconf 2.59c.  Invocation command line was

 $ ./configure --disable-ltdl-install --infodir=/usr/local/info 
--prefix=/usr/l

ocal --build=i386-portbld-freebsd5.4

## - ##
## Platform. ##
## - ##

hostname = gohan.home.local
uname -m = i386
uname -r = 5.4-RELEASE-p12
uname -s = FreeBSD
uname -v = FreeBSD 5.4-RELEASE-p12 #0: Wed Mar  1 22:52:57 PST 2006 
[EMAIL PROTECTED]

an.home.local:/usr/obj/usr/src/sys/GOHAN

/usr/bin/uname -p = i386
/bin/uname -X = unknown




Are you sure this is all of it?  It doesn't display the failing
compiler invocation.

What other settings have you changed on this machine, e.g. CFLAGS,
modified system compiler, etc?

Kris
  

I previously edited /etc/make.conf and added the last two lines only:
I also did a portupgrade to have the most recent of PERL instead of the 
version that comes by default.


PERL_VER=5.8.8
PERL_VERSION=5.8.8
CFLAGS= -O -pipe
NOPROFILE= true# Avoid compiling profiled libraries

Here are the contents of /var/db/pkg:

cvsup-without-gui-16.1h_2   pkgdb.db
db4-4.0.14_1,1  portupgrade-2.0.1_1,1
perl-5.8.8  ruby18-bdb4-0.5.7



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


Re: Kernel dump then what

2006-03-06 Thread Kris Kennaway
On Tue, Mar 07, 2006 at 10:01:48AM +0700, Olivier Nicole wrote:
> Hi,
> 
> Now I managed to get a kernel dump.
> 
> I even got two of them, with different panic, both page fault, one on
> read, one on write.
> 
> The machine had been runing fine for a year when it started to panic
> on heavly load. I updated the kernel but not to avail.
> 
> I tried all the hardware monitoring in usr/ports/sysutil but none
> could report CPU temperature for that Asus CUR-DLS motherboard. I do
> suspect a temperature problem because when I kept the rack drawer open
> it it not panic.
> 
> What should I do next?

Replace your fan?

Kris


pgp1TlR7A4ONp.pgp
Description: PGP signature


Kernel dump then what

2006-03-06 Thread Olivier Nicole
Hi,

Now I managed to get a kernel dump.

I even got two of them, with different panic, both page fault, one on
read, one on write.

The machine had been runing fine for a year when it started to panic
on heavly load. I updated the kernel but not to avail.

I tried all the hardware monitoring in usr/ports/sysutil but none
could report CPU temperature for that Asus CUR-DLS motherboard. I do
suspect a temperature problem because when I kept the rack drawer open
it it not panic.

What should I do next?

Fatal trap 12: page fault while in kernel mode
mp_lock = 0002; cpuid = 0; lapic.id = 0300
fault virtual address   = 0x38053bc0
fault code  = supervisor write, page not present
instruction pointer = 0x8:0xc01d2ae5
stack pointer   = 0x10:0xcd66ad04
frame pointer   = 0x10:0xcd66ad14
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 688 (dumper)
interrupt mask  = bio  <- SMP: XXX
trap number = 12
panic: page fault
mp_lock = 0002; cpuid = 0; lapic.id = 0300
boot() called on cpu#0

Best regards,

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


Re: How to print in duplex mode?

2006-03-06 Thread Mikhail T.
неділя 05 березень 2006 02:55, Malcolm Kay, Ви написали:

> Duplex mode is usually controlled by some printer/manufacturer 
> specific job control wrapper around the postscript such as HP's 
> JPL.

Is it? I thought, it can be controlled by the PostScript being
printed itself... pstops(1) even has an example for duplex printing,
but I can't make sense of it. :-(

= > Would someone have a ready example:
= >
= >   pstops 'MagickSpell' input.ps duplex.ps
=
= How is this mystical command line constructed?

input.ps is, what I want printed. duplex.ps is the desired output
-- the equivalent of input.ps in duplex mode.

Thanks!

-mi

P.S. You are right -- pstops is, from the psutils suit, nor from enscript.

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


portsnap cannot change its default WORKDIR ?

2006-03-06 Thread Yuan Jue
Hi, all

I am now using portsnap in FreeBSD 6.0 to upgrade ports tree. It is really
much faster than CVSUp. But there is one question that bother me: 
I cannot change the WORKDIR that portsnap use.

I have change WORKDIR in /etc/portsnap.conf to /usr/local/portsnap, but
when using 'portsnap fetch', the download files still store 
in /var/db/portsnap.

Any suggestions about this? Thanks in advance!

My /etc/portsnap.conf is as follows:

# $FreeBSD: src/etc/portsnap.conf,v 1.1.2.1 2005/08/15 20:24:07 cperciva Exp $

# Default directory where compressed snapshots are stored.
 WORKDIR=/usr/local/portsnap

# Default location of the ports tree (target for "update" and "extract").
# PORTSDIR=/usr/ports

# Server or server pool from which to fetch updates.  You can change
# this to point at a specific server if you want, but in most cases
# using a "nearby" server won't provide a measurable improvement in
# performance.
SERVERNAME=portsnap.FreeBSD.org

# Trusted keyprint.  Changing this is a Bad Idea unless you've received
# a PGP-signed email from <[EMAIL PROTECTED]> telling you to
# change it and explaining why.
KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330

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


Re: C++ unit testing?

2006-03-06 Thread Yuan Jue
On Tuesday 07 March 2006 05:11, Björn König wrote:
> Yuan Jue schrieb:
> > Hi, all.
> >
> > How could I do a C++ unit testing? Is there an open source tool like
> > JUnit for Jaca unit testing?
> >
> > Thanks in advance.
>
> [22:11:03] [EMAIL PROTECTED]:/usr/ports
>
>   > make
>
> search key="^cppunit"
>
> Port:   cppunit-1.10.2
> Path:   /usr/ports/devel/cppunit
> Info:   C++ port of the JUnit framework for unit testing
> Maint:  [EMAIL PROTECTED]
> B-deps:
> R-deps:
> WWW:http://cppunit.sourceforge.net

thanks. it really helps :)

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


Re: Apache

2006-03-06 Thread Kelly D. Grills
On Mon, Mar 06, 2006 at 10:09:30PM -0200, Pgold wrote:
> 
> Performing sanity check on apache22 configuration:
> Syntax OK
> Starting apache22.
> 
> Then, apache will run for a moment, as I can see using ps -ax | grep httpd.
> 
> But, in a question of a second or two it isn't running.
> 
> What else can I do?
> 

Checking the error log would be a good place to start.

In order to find your log:
grep ErrorLog /path/to/httpd.conf

You may get better help on the Apache list:
http://httpd.apache.org/userslist.html

-- 
Kelly D. Grills
[EMAIL PROTECTED]





pgpNoxZ2S6VUJ.pgp
Description: PGP signature


Re: Apache

2006-03-06 Thread Kevin Kinsey

Pgold wrote:


Hi guys, i'm trying to start apache using: apachectl start. But apache
simply won't start, configurations files seems ok. If I try httpd -X i
receive a Segmentation fault(core dumped).
Anyone know what this could be? Nor help debugging the core output?

Apache installed using ports/www/apache22

Thanks in advance,
Pedro.
 



Try looking in log files ... could be something like
a server certificate mismatch.  Also, you say "config
files seems ok" --- is that from `apachectl configtest` ?

Kevin Kinsey

--
When you were born, a big chance was taken for you.


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


Re: Apache

2006-03-06 Thread Robert Huff

Pgold writes:

>  > >  Hi guys, i'm trying to start apache using: apachectl start. But
>  > >  apache simply won't start, configurations files seems ok. If I
>  > >  try httpd -X i receive a Segmentation fault(core dumped).
>  >
>  > What happens if you run:
>  >
>  > /usr/local/etc/rc.d/apache22.sh start
>  >
>  >?
>
>  Performing sanity check on apache22 configuration:
>  Syntax OK
>  Starting apache22.
>  
>  Then, apache will run for a moment, as I can see using ps -ax | grep httpd.
>  
>  But, in a question of a second or two it isn't running.

And the apache error log says?


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: php4 extensions

2006-03-06 Thread Kevin Kinsey

Grant Peel wrote:


Hi all,

IU ran the php4-extensions a while back, but now a client is
asking for curl to be installed.

When I run php4-extensions, it says that it (php4-extensions)
is already installed.

How to I reconfigure it to load the GUI so I can install curl?

Als0,

I presume after that php4 will have to be re maked and installed to 
include the curl libraries?


I am using php as a dynamic mod in Apache (2.1) if that makes and 
difference.


-Thanks,

Grant




I'm thinking most of your assumptions above are correct.  I'd
try something like this (as root):

$cd /usr/ports/lang/php4-extensions

$make config

$make FORCE_PACKAGE_REGISTER="YES" install clean


This should allow you to add curl to your configuration
(in 'make config') and then rebuild and force installation
of the extensions.

Try a brief PHP CLI test afterwards ... I don't know whether
or not there's a chance that you may get duplicate
entries in php.ini and/or extensions.ini as a result of
this ... I had a recent (very minor) issue on a devel
machine as a result of some operation (but I can't
recall if it was a reconfig/reinstall or a plain portupgrade
or something) where I received some messages of the
ilk "'foo.so' already loaded in module Unknown on line 0"
caused by duplicate entiries in extensions.ini ... but
I'm not sure what caused this to happen.

HTH,

Kevin Kinsey

--
Fortune favors the lucky.


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


Apache

2006-03-06 Thread Pgold
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.

Then, apache will run for a moment, as I can see using ps -ax | grep httpd.

But, in a question of a second or two it isn't running.

What else can I do?

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


delete inactive account

2006-03-06 Thread Ashok Shrestha
Hi,

How can I automatically delete accounts that are not used for a
certain period of time? Is there a simple way to do it using 'pw'? Or
does it require a fancy script?



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


Re; Apache

2006-03-06 Thread Robert Huff

Pgold writes:

>  Hi guys, i'm trying to start apache using: apachectl start. But
>  apache simply won't start, configurations files seems ok. If I
>  try httpd -X i receive a Segmentation fault(core dumped).

What happens if you run:

/usr/local/etc/rc.d/apache22.sh start

?


Robert Huff

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


php4 extensions

2006-03-06 Thread Grant Peel

Hi all,

IU ran the php4-extensions a while back, but now a client is asking for curl 
to be installed.


When I run php4-extensions, it says that it (php4-extensions) is already 
installed.


How to I reconfigure it to load the GUI so I can install curl?

Als0,

I presume after that php4 will have to be re maked and installed to include 
the curl libraries?


I am using php as a dynamic mod in Apache (2.1) if that makes and 
difference.


-Thanks,

Grant


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


Apache

2006-03-06 Thread Pgold
Hi guys, i'm trying to start apache using: apachectl start. But apache
simply won't start, configurations files seems ok. If I try httpd -X i
receive a Segmentation fault(core dumped).
Anyone know what this could be? Nor help debugging the core output?

Apache installed using ports/www/apache22

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


Re: ftp issues

2006-03-06 Thread Charles Swiger

On Mar 6, 2006, at 5:25 PM, electroteque wrote:
this is nuts lots of them do this if i click this ftp:// 
ftp.FreeBSD.org/pub/FreeBSD/releases/sparc64/ISO-IMAGES/6.0/


my mac will try to load it as a network drive, i get
"The operation cannnot be completed because one or more required  
items cannot be found ?


Works just fine on a MacOS 10.4.5 machine here.  I would imagine that  
the network problems you are seeing are a local problem and not a  
world-wide failure of all of the FreeBSD mirrors.


Perhaps you have path MTU issues due to DSL/PPPoE or something like  
that?


--
-Chuck

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


ftp issues

2006-03-06 Thread electroteque
this is nuts lots of them do this if i click this 
ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/sparc64/ISO-IMAGES/6.0/


my mac will try to load it as a network drive, i get
"The operation cannnot be completed because one or more required items 
cannot be found ?


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


Re: New logo, new look

2006-03-06 Thread Vayu
On Monday 06 March 2006 13:01, Marc G. Fournier wrote:
> On Mon, 6 Mar 2006, Ceri Davies wrote:

> it better ... I understand the argument for a 'new logo', but, quite
> frankly, after looking at the new one, I'm surprised the same arguments
> (being associated with a demon) isn't still being made, since the new one
> *still* gives that same connotation ...
>

I actually like the new logo except for the fact that it still associates with 
a demon. Instead of being cute and harmless like beastie, the 3d glass look 
gives it power.

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


Re: New logo, new look

2006-03-06 Thread Kevin Kinsey

fbsd_user wrote:


So a little red ball with 2 little pointed ears is the new logo.
It sucks big time.

When you have a contest and none of the entrees are any good
you do not have to pick any of then, you could have just
closed the contest with no winner.

I am sadden that the new logo is so plain.
Being pressured by the holy rollers over beastie looking like
the devil is no reason to choose such a poor replacement or for
that matter even considering to change the logo in the first place.

There is no way I will use the new logo, People will be laughing at
it
and say "What the Hell is that red ball".

I am really disappointed. The contest should be run again and if
nothing
better comes along then stay with beastie. And this time post the
contest to all the different FreeBSD lists, just not to the
announcement list.

I read the contest announcement just now from the below link and
don't agree
with any of the reasons stated there for a new logo. All the stated
reasons
could have been address just by doing new art work using beastie.

Check here to see new logo and then post your thoughts.

http://logo-contest.freebsd.org/result/



===
|| The ANTI-TROLL program is soon to be a Major Motion Picture!  ||
|| Watch for it at a theater near you next summer!   ||
||  ||
===


So, two short strings connected with an underscore
is your username.  It sucks lowercase alphabet.

When you have schizophrenia and none of the results are any
good you do not have to pick any new name, you could have just
continued to post as 'Joe B-h'.

I am saddened that your new username is so plain.
Being pressured by trolling flamers over Joe sounding
like a newbie is no reason to choose such a poor replacement
or for that matter even considering to change your username
in the first place.

There is no way I will use your new name, people will be laughing
at it and saying, "who the hell is fbsd_user"?

I am really tonguing-in-chic.  Your schizophrenia has appeared
again and if nothing better comes along stay with Joe.  And this
time post your reasoning to all the different FreeBSD lists, just
not to [EMAIL PROTECTED]

I read the website your email address points to and don't agree
with your lack of DOCTYPE.All the advice there could have
been addressed just by RTFM.

Check here to see what I mean and then post your thoughts:

  http://validator.w3.org/check?uri=http%3A%2F%2Fwww.a1poweruser.com

===
|| ANTI-TROLL-FILTER program output ends ||
===


KDK

P.S.  I might be mistaken, but I remember a helpful guy who was
generally always positive.  Maybe you *aren't* him, maybe you
are; maybe you were; regardless, "fbsd_user" is coming close to
joining "[EMAIL PROTECTED]" for dinner featuring a procmail recipe

--
Hartley's First Law:
You can lead a horse to water, but if you can
get him to float on his back, you've got something.


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


Re: possible umount bugs (was Re: "Panic: unmount: dangling vnode")

2006-03-06 Thread Chad Whitacre

Kris,


The rule of thumb is that user code should not cause kernel panics.


Good to know, thanks.



But all software has bugs, of course.


Understood. This is just the first bug I've personally hit in FreeBSD in 
4 years of use. /me weeps for his lost innocence



Is it likely that known umount problems explain the other symptom 
("umount: unmount of /backup failed: Device busy")?


That's completely standard and just means something still had a file
open on that filesystem.  Use fstat or lsof to find out what.


Another good tip, thanks.


This is actually a production box, so I can't do too much testing on it. 
I may be able to install the patch, though, in which case I will report 
back.


Thanks.


Let me know if there's any other info besides a patch report that might 
be helpful.





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


Re: awk question

2006-03-06 Thread Noel Jones
On 3/6/06, Bart Silverstrim <[EMAIL PROTECTED]> wrote:
> I'm totally drawing a blank on where to start out on this.
>
> If I have a list of URLs like
> http://www.happymountain.com/archive/digest.gif
>
> How could I use Awk or Sed to strip everything after the .com?  Or is
> there a "better" way to do it?  I'd like to just pipe the information
> from the logs to this mini-script and end up with a list of URLs
> consisting of just the domain (http://www.happymountain.com).
>


| cut -d / -f 1-3

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


Re: possible umount bugs (was Re: "Panic: unmount: dangling vnode")

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 04:34:06PM -0500, Chad Whitacre wrote:
> Kris,
> 
> > A number of problems with umount are due to be fixed in 6.1 ...
> 
> Wow, ok. Thanks for the heads-up. That's honestly a little disappointing 
> to hear. I had hoped it was a problem with my backup script.

The rule of thumb is that user code should not cause kernel panics.
But all software has bugs, of course.

> I posted a fuller description of this and another problem last week. 
> Here's the archive link:
> 
> http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/114825.html
> 
> 
> The two notes I would add to that post are:
> 
>   1. The "dangling vnode" symptom did happen one other time when the box
>  first came online several months ago. The other sysadmin rebooted
>  and no further action was taken.
> 
>   2. We do not have a core dump from the latest "dangling vnode" bout,
>  due to the system apparently hanging.
> 
> 
> Is it likely that known umount problems explain the other symptom 
> ("umount: unmount of /backup failed: Device busy")?

That's completely standard and just means something still had a file
open on that filesystem.  Use fstat or lsof to find out what.

> This is actually a production box, so I can't do too much testing on it. 
> I may be able to install the patch, though, in which case I will report 
> back.

Thanks.

Kris


pgpiOJPZvFV1T.pgp
Description: PGP signature


Re: Setting fbsd up as a router?

2006-03-06 Thread Daniel A.
On 3/6/06, Huy Ton That <[EMAIL PROTECTED]> wrote:
> Would anyone happen to know where I may find tutorials on setting up my FBSD
> 6.0 Release box as a router with the intention to add firewall services?
> Thank you in advance, I spent the greater part of my afternoon breaking
> things in the OS :<.
It's all in the FreeBSD
handbookhttp://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/advanced-networking.html
Think of the handbook as a set of tutorials, not as a "big boring book
that has to be read cover-to-cover".
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting fbsd up as a router?

2006-03-06 Thread Björn König

Huy Ton That schrieb:

Would anyone happen to know where I may find tutorials on setting up my FBSD
6.0 Release box as a router with the intention to add firewall services?
Thank you in advance, I spent the greater part of my afternoon breaking
things in the OS :<.


Chapter 26 of the FreeBSD handbook [1] gives an introducion to this 
topic. If you deceide to use pf then I suggest to read the documentation 
from the OpenBSD website [2].


[1] http://www.freebsd.org/handbook/
[2] http://cvs.openbsd.org/faq/pf/index.html

Björn
___
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 problems.

2006-03-06 Thread Derrick MacPherson

Derrick MacPherson wrote:

Trying to upgrade mysql from 40 to 50 on a 5.4 system. The client will 
update, but when I go to update the server, I get the following error. 
I was able to use pkg_add get 5.0.2 installed so at least it's 
functioning. I've tried to reinstall 40, and then deinstall, but it 
doesn't seem to help. What can I do?


===>  mysql-server-5.0.18_1 cannot install: the port wants 
mysql50-client and you try to install mysql40-client..

*** Error code 1

Stop in /usr/ports/databases/mysql50-server.

pkg_info |grep sql
bsdpan-DBD-mysql-2.9008 DBD::mysql - MySQL driver for the Perl5 
Database Interface
courier-authlib-mysql-0.57 MySQL support for the Courier 
authentication library

exim-mysql-4.60 High performance MTA for Unix systems on the Internet
mysql-client-5.0.18_1 Multithreaded SQL database (client)
mysql-server-5.0.2  Multithreaded SQL database (server)
php4-mysql-4.4.1_3  The mysql shared extension for php
proftpd-mysql-1.2.10_1 Highly configurable ftp daemon with MySQL support


I have done more digging and haven't gotten too far ahead. I did see 
someone had a similar problem a few weeks ago, but there was no posted 
solution. Anyone got some insight?

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


possible umount bugs (was Re: "Panic: unmount: dangling vnode")

2006-03-06 Thread Chad Whitacre

Kris,

> A number of problems with umount are due to be fixed in 6.1 ...

Wow, ok. Thanks for the heads-up. That's honestly a little disappointing 
to hear. I had hoped it was a problem with my backup script.


I posted a fuller description of this and another problem last week. 
Here's the archive link:


http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/114825.html


The two notes I would add to that post are:

  1. The "dangling vnode" symptom did happen one other time when the box
 first came online several months ago. The other sysadmin rebooted
 and no further action was taken.

  2. We do not have a core dump from the latest "dangling vnode" bout,
 due to the system apparently hanging.


Is it likely that known umount problems explain the other symptom 
("umount: unmount of /backup failed: Device busy")?


This is actually a production box, so I can't do too much testing on it. 
I may be able to install the patch, though, in which case I will report 
back.


Thanks again for your help!



chad




Kris Kennaway wrote:

On Mon, Mar 06, 2006 at 04:00:45PM -0500, Chad Whitacre wrote:

Kris,

Thanks for the reply.


What version of FreeBSD?

[EMAIL PROTECTED] uname -a
FreeBSD www2.svsd.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 
09:36:13 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
 i386

[EMAIL PROTECTED]


A number of problems with umount are due to be fixed in 6.1, but are
not yet committed to the 6.x tree.  Depending on how much of a problem
this is for you, you should test the candidate patch that Jeff
Roberson posted to stable@ a few days ago (check the archives).  In
fact it would be very useful to know whether it fixes the issue; if it
does not we need to know ASAP if this is to be fixed in time for 6.1.

Kris

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


Setting fbsd up as a router?

2006-03-06 Thread Huy Ton That
Would anyone happen to know where I may find tutorials on setting up my FBSD
6.0 Release box as a router with the intention to add firewall services?
Thank you in advance, I spent the greater part of my afternoon breaking
things in the OS :<.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


su: _secure_path: cannot stat .login_conf: Permission denied

2006-03-06 Thread Oles Hnatkevych
Hello!

Desparately need some guru's help.

I am trying to "move" FreeBSD 6.1 installation from one hard drive to
another. I do stuff like "newfs /dev/ad1s1a" and so on, then I mount
all new partitions to some tree in /mnt, then I do simple things:
tar --one-file-system -cf - -C / .|tar xpvf - -C /mnt/new/
and just like this I copy /, /var, /usr.

And when new hard drive becomes primary, everything is OK except that
I can not "su" to any user neither I can not login as a user:

murzik:root# su -m user
su: /usr/local/bin/bash: Permission denied

/var/log/messages says:
Mar  6 22:49:07 server sshd[891]: _secure_path: cannot stat 
/home/user/.login_conf: Permission denied
Mar  6 22:51:50 server su: _secure_path: cannot stat /home/user/.login_conf: 
Permission denied

The page http://www.freebsd.org/doc/en/books/handbook/mac-troubleshoot.html
does not explain anything at all and looks weird. I do not use MAC at
all, neither I use "newfs -l" command. Commands getmpac and getfmac do not
work.

Further googling did not help. I believe some strange things are going
on.

What is this What do I do with that?

Any hint is appreciated.

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


Re: C++ unit testing?

2006-03-06 Thread Björn König

Yuan Jue schrieb:

Hi, all.

How could I do a C++ unit testing? Is there an open source tool like
JUnit for Jaca unit testing?

Thanks in advance.



[22:11:03] [EMAIL PROTECTED]:/usr/ports 
 > make 
search key="^cppunit" 


Port:   cppunit-1.10.2
Path:   /usr/ports/devel/cppunit
Info:   C++ port of the JUnit framework for unit testing
Maint:  [EMAIL PROTECTED]
B-deps:
R-deps:
WWW:http://cppunit.sourceforge.net


Hope that helps.

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


Re: "Panic: unmount: dangling vnode"

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 04:00:45PM -0500, Chad Whitacre wrote:
> Kris,
> 
> Thanks for the reply.
> 
> > What version of FreeBSD?
> 
> [EMAIL PROTECTED] uname -a
> FreeBSD www2.svsd.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 
> 09:36:13 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
>  i386
> [EMAIL PROTECTED]

A number of problems with umount are due to be fixed in 6.1, but are
not yet committed to the 6.x tree.  Depending on how much of a problem
this is for you, you should test the candidate patch that Jeff
Roberson posted to stable@ a few days ago (check the archives).  In
fact it would be very useful to know whether it fixes the issue; if it
does not we need to know ASAP if this is to be fixed in time for 6.1.

Kris


pgpAntduU3RyV.pgp
Description: PGP signature


Re: New logo, new look

2006-03-06 Thread Marc G. Fournier

On Mon, 6 Mar 2006, Ceri Davies wrote:


On 6/3/06 14:56, "fbsd_user" <[EMAIL PROTECTED]> wrote:


So a little red ball with 2 little pointed ears is the new logo.
It sucks big time.

When you have a contest and none of the entrees are any good
you do not have to pick any of then, you could have just
closed the contest with no winner.


The problem with that argument is that some people, including myself, liked
the new logo.  Since opinion is entirely subjective, you may as well shut
up.


Is there a reason why both the old and new logos cannot be used in tandem? 
I'd rather leave the old one up on my web site, since, personally, I like 
it better ... I understand the argument for a 'new logo', but, quite 
frankly, after looking at the new one, I'm surprised the same arguments 
(being associated with a demon) isn't still being made, since the new one 
*still* gives that same connotation ...


My preference is to keep using the old logo ("Beastie") on my web site, 
and I imagine there are others that feel the same way ... are we going to 
be "shunned" as a result?  I would hope not ...



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: "Panic: unmount: dangling vnode"

2006-03-06 Thread Chad Whitacre

Kris,

Thanks for the reply.

> What version of FreeBSD?

[EMAIL PROTECTED] uname -a
FreeBSD www2.svsd.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 
09:36:13 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
 i386

[EMAIL PROTECTED]



chad



Kris Kennaway wrote:

On Mon, Mar 06, 2006 at 09:32:50AM -0500, Chad Whitacre wrote:

Dear All,

Can anyone tell me what this error message means?

  Panic: unmount: dangling vnode


What version of FreeBSD?

Kris


I believe it is caused by this script:

  #!/bin/sh

  /sbin/mount /backup/
  /usr/local/bin/rsync -ax --delete /usr/ /backup/
  /bin/sleep 15
  /sbin/umount /backup/

  echo 'backup of IWS complete'


Thanks!



Chad Whitacre
http://www.zetadev.com/

___
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]"


awk question

2006-03-06 Thread Bart Silverstrim

I'm totally drawing a blank on where to start out on this.

If I have a list of URLs like
http://www.happymountain.com/archive/digest.gif

How could I use Awk or Sed to strip everything after the .com?  Or is 
there a "better" way to do it?  I'd like to just pipe the information 
from the logs to this mini-script and end up with a list of URLs 
consisting of just the domain (http://www.happymountain.com).


Any suggestions?

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


Re: "Panic: unmount: dangling vnode"

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 09:32:50AM -0500, Chad Whitacre wrote:
> Dear All,
> 
> Can anyone tell me what this error message means?
> 
>   Panic: unmount: dangling vnode

What version of FreeBSD?

Kris

> I believe it is caused by this script:
> 
>   #!/bin/sh
> 
>   /sbin/mount /backup/
>   /usr/local/bin/rsync -ax --delete /usr/ /backup/
>   /bin/sleep 15
>   /sbin/umount /backup/
> 
>   echo 'backup of IWS complete'
> 
> 
> Thanks!
> 
> 
> 
> Chad Whitacre
> http://www.zetadev.com/
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


pgpd6jNO9u3aE.pgp
Description: PGP signature


Re: Release 6.0 386 kernel config file

2006-03-06 Thread Ceri Davies
On 6/3/06 19:26, "Steve P." <[EMAIL PROTECTED]> wrote:

> Could someone please give me a url to a text listing of this file? I
> don't have access to fbsd right now.

http://cvsweb.FreeBSD.org/src/sys/i386/conf/GENERIC - click "download"

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere



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


Re: FreeBSD CUPS

2006-03-06 Thread Chris Maness

Kimmo Mustonen wrote:

Hello!

Did you resolve your CUPS issue somehow? I'm getting lockup when doing 
something in the CUPS admin and I can see the following entries in the 
error log:


---8<---8<---
E [27/Feb/2006:12:53:28 +0200] LoadAllPrinters: Unable to open 
/etc/cups/printers.conf - No such file or directory
E [27/Feb/2006:12:53:28 +0200] LoadAllClasses: Unable to open 
/etc/cups/classes.conf - No such file or directory
E [27/Feb/2006:12:53:28 +0200] LoadDevices: Unable to open backend 
directory "/usr/lib/cups/backend": No such file or directory

---8<---8<---

and the Content-Type for http://localhost:631/ is for some reason 
text/plain:


---8<---8<---
GET / HTTP/1.0

HTTP/1.0 200 OK
Date: Mon, 06 Mar 2006 06:49:56 GMT
Server: CUPS/1.1
Content-Language: en
Content-Type: text/plain; charset=iso-8859-1
Last-Modified: Mon, 06 Mar 2006 05:37:23 GMT
Content-Length: 1604
---8<---8<---

and http://localhost:631/admin asks for the root password and just 
freezes after that. :(


I'm running FreeBSD 6.0 (amd64).

Regards,
Kimmo Mustonen
Re-download the ports files (i.e. the tarball cups.tar.gz) and re 
install, that's what fixed it for me.

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


Re: question about upgrade

2006-03-06 Thread [EMAIL PROTECTED]
On 3/5/06, Tang Ho Yim <[EMAIL PROTECTED]> wrote:
> Hi,
>
>   From the beginning, I just install the base distribution of FreeBSD 5.4, no 
> other package like man, games, compat4x.
>
>   After make buildworld & installworld to Release 5.4 p12, it seems all of 
> the world will be installed.( if I have a mistake, please tell me ! )
>
>   So, how can I upgrade the machine with just the distribution I installed 
> before ?

These can all be tuned via /etc/make.conf (look at
/usr/share/examples/etc/make.conf or man 5 make.conf).
For instsance, if you don't want kerberos you would put
NO_KERBEROS=
in your /etc/make.conf and the same for games, cvs, gpib, et al.

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


Re: Release 6.0 386 kernel config file

2006-03-06 Thread Andrew
On Mon, 2006-03-06 at 14:26 -0500, Steve P. wrote:
> Could someone please give me a url to a text listing of this file? I
> don't have access to fbsd right now.
> 
> Thanks.
> 
> Steve.

I don't have a specific URL for you, but a suggestion: what about the
CVS interface on freebsd.org? I _assume_ that since you can view source
files etc for all of the ports, that the system sources would be around
somewhere. Just a thought, though; haven't tried it.

-Andrew

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


per-user ftp traffic accounting ... possible ?

2006-03-06 Thread Ensel Sharon

I am using the standard, stock FreeBSD ftpd, running out of inetd.

Is there any way to keep track of how much ftp traffic is generated by
each individual user ?  

I do not see it keeping track of anything except for ftp logins.  I know I
can keep track of all ftp traffic in general with ipfw, but I need a
per-user breakdown.

All suggestions/comments appreciated.

Thanks,

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


Re: no cd* devices appear in /dev [was Re: device atapicam not enabled in GENERIC kernel for FreeBSD 6.0-RELEASE]

2006-03-06 Thread Duane Whitty
> On Monday March 6 2006 16:09
> David J Brooks <[EMAIL PROTECTED]> 
>wrote
>
> This reminds me to ask: I have
> ATAPICAM enable in my kernal,
> specifically so that k3b can find my
> dvd+rw ... but no cd* devives appear
> in /dev, and k3b cannot find anything
> no matter where I tell it to look ..
> I must be overlooking something, but
> what?

Hi,

look at man 4 atapicam.  The examples 
section lists the other devices you 
need configured in the kernel.

Hope this helps,

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


Re: Flash Player

2006-03-06 Thread Rem P Roberti


On Monday 06 March 2006 15:13, Rem P 
Roberti wrote:
  

I'm using Firefox with FreeBSD 5.4,
and I would like to have Flash Player
installed, but have no idea as to
which of the available versions will
work, if any.  Can someone give me a
heads up here.

Thanks in advance.

Rem
_



Hi,

Well /usr/ports/www/linux-flashplugin6 
with /usr/ports/www/linuxpluginwrapper 
seem to be working great for me under 
6.0-RELEASE and I would think it 
probably works under 5.4.  I use it 
with Firefox 1.5.0.1 and with Konqueror 
3.5.1 (KDE 3.5.1)


Hope this helps,

--Duane

  


Thanks very much.  I will give it a try.

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


Re: Flash Player

2006-03-06 Thread Duane Whitty
On Monday 06 March 2006 15:13, Rem P 
Roberti wrote:
> I'm using Firefox with FreeBSD 5.4,
> and I would like to have Flash Player
> installed, but have no idea as to
> which of the available versions will
> work, if any.  Can someone give me a
> heads up here.
>
> Thanks in advance.
>
> Rem
> _
>
Hi,

Well /usr/ports/www/linux-flashplugin6 
with /usr/ports/www/linuxpluginwrapper 
seem to be working great for me under 
6.0-RELEASE and I would think it 
probably works under 5.4.  I use it 
with Firefox 1.5.0.1 and with Konqueror 
3.5.1 (KDE 3.5.1)

Hope this helps,

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


Release 6.0 386 kernel config file

2006-03-06 Thread Steve P.
Could someone please give me a url to a text listing of this file? I
don't have access to fbsd right now.

Thanks.

Steve.

-- 
___
Play 100s of games for FREE! http://games.mail.com/

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


Flash Player

2006-03-06 Thread Rem P Roberti
I'm using Firefox with FreeBSD 5.4, and I would like to have Flash 
Player installed, but have no idea as to which of the available versions 
will work, if any.  Can someone give me a heads up here.


Thanks in advance.

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


Re: New logo, new look

2006-03-06 Thread cpghost
On Mon, Mar 06, 2006 at 09:43:25AM -0800, Danial Thom wrote:
> The entire FreeBSD experience has become a
> nightmarish ride. I've never seen a project team
> so unable to learn from their mistakes both
> technically and marketing-wise. Its a damn
> tragedy what they're doing.

People who contribute code are the ones who decide where the
Project is heading. We're using their hard work, after all.
(thank you guys!)

There are *many* shortcomings to FreeBSD (MIDI, Video Capture,
Logo, ...) but just complaining about them won't change anything
at all. Unless we contribute outselves lots of code (those of us
who are coders), there's nothing  we can really do about it.

> DT

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New logo, new look

2006-03-06 Thread cpghost
On Mon, Mar 06, 2006 at 09:56:06AM -0500, fbsd_user wrote:
> So a little red ball with 2 little pointed ears is the new logo.
> It sucks big time.

Well, yes, it does (many people don't like it, including myself;
then again others think differently).

Unfortunately that's politics, there's nothing you can do about
the *official* logo that's been picked by the contributors. But
if you don't like it, just stick to something else. Time will
tell wether this new logo will be adopted and accepted by the
community at large or not. It's just a logo, and logos change
every now and then.

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Powered-by FreeBSD icon using new logo

2006-03-06 Thread cpghost
On Sun, Mar 05, 2006 at 04:17:33PM -0500, fbsd_user wrote:
> Since there in now a new logo for FreeBSD,
> what about the people who have the powered by old logo icon
> on their website home pages?
> 
> Will the old logo still be valid?

Hi fbsd_user,

why would you bother? Just use the logo *you* like best for the
powered-by... icons. I personally like Beastie on these icons
very much and don't plan to replace them with something else
(anytime soon -- perhaps not at all). YMMV, of course.

BTW, there's absolutely no reason to endorse the new logo that
came out of the contest. It's just a logo, nothing more, nothing
less. If you like it, fine, if you don't, that's fine as well. :)

I assume that Marshall Kirk McKusick would still allow the use
of Beastie on the powered by... icons; but feel free to ask him,
if you're unsure. Please CC: questions@ if possible.

> Are powered by icon using the new logo available someplace for
> download.
> Do we need to get written permission to use it?
> 
> Where can I see this new logo at?

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New logo, new look

2006-03-06 Thread Ceri Davies
On 6/3/06 14:56, "fbsd_user" <[EMAIL PROTECTED]> wrote:

> So a little red ball with 2 little pointed ears is the new logo.
> It sucks big time.
> 
> When you have a contest and none of the entrees are any good
> you do not have to pick any of then, you could have just
> closed the contest with no winner.

The problem with that argument is that some people, including myself, liked
the new logo.  Since opinion is entirely subjective, you may as well shut
up.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere



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


Mapping LBA to filename

2006-03-06 Thread scuba

Hi All,


How can I map an LBA reference to a file?
After a power supply fail, I started to get the following error:

ad0: FAILURE - READ_DMA status=51 error=40 
LBA=42202367

It's always in the same LBA position.
I would like to map out that position. Is there any way?


- Marcelo

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


Re: Haven't been able to make world in about a year

2006-03-06 Thread Donald J. O'Neill


Well Kristian, it looks to me like your procedure sucks, since it's 
failing on two computers. That should tell you something is wrong with 
the way you're doing things. This has been going on for over three 
weeks. Pick someone you think knows what they're doing and follow their 
suggestions.

Running a script is not saving you any time if it fails. Do it without 
running a script. There is a difference between running a script and 
running script (the program) to make a record of what went on. 

In your supfile, I suggest the following changes:

*default host=cvsup.no.FreeBSD.org
Are you actually using this line? Or, are you trying to disguise it so 
we're more confused than already and assume you actually know 
something.
+++
My apologies about the above comment Kristian. I see that it does exist

Don


*default base=/usr
change this to:
*default base=/var/db

*default prefix=/usr

*default release=cvs tag=RELENG_6
change this to:
default release=cvs tag=RELENG_6_0

*default delete use-rel-suffix

src-all
#ports-all tag=.
#doc-all tag=.
Just upgrade src. Don't be mucking around with ports and doc at this 
time. Leave them be.

Blow away your sources and re-cvsup src. Follow somebodies procedure 
that is known to work.

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


Re: Problem with cvs commit failed in cvs-freebsd setup [REVISED]

2006-03-06 Thread Jose Liang
> $ cvs commit -f -m 'Forced commit to test the new CVSROOT scripts' avail
> Can't locate CVSROOT/cfg.pm in @INC (@INC contains:
:local:/home/cvs/cvsroot
> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd
> /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach
> /usr/libdata/perl/5.00503) at /home/cvs/cvsroot/CVSROOT/commitcheck line
13.
> BEGIN failed--compilation aborted at /home/cvs/cvsroot/CVSROOT/commitcheck
> line 13.
> cvs commit: Pre-commit check failed
> cvs [commit aborted]: correct above errors first!

It is the message for 4.11-STABLE above, perl version: 5.005
6.1-PRERELEASE with perl 5.8.8 will be:

Can't locate CVSROOT/cfg.pm in @INC (@INC contains: :local:/home/cvs/cvsroot
/usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl/5.8.7
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach
/usr/local/lib/perl5/5.8.8 .) at /home/cvs/cvsroot/CVSROOT/commitcheck line
13.
BEGIN failed--compilation aborted at /home/cvs/cvsroot/CVSROOT/commitcheck
line 13.
cvs commit: Pre-commit check failed
cvs [commit aborted]: correct above errors first!

Can anyone help me to check this problem?
Thanks!

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


Re: Haven't been able to make world in about a year

2006-03-06 Thread Donald J. O'Neill
On Monday 06 March 2006 10:31, Kristian Vaaf wrote:
> At 16:36 03.03.2006, Giorgos Keramidas wrote:
> >On 2006-03-03 15:08, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
> > > Sorry sorry sorry, I am so very sorry.
> > > http://www.home.no/hedhnta/result.txt is indeed online now.
> >
> >This doesn't look right.  Are you sure your source tree is clean and
> > up to date?  As Donald has posted latter:
> >
> >On 2006-03-03 09:09, "Donald J. O'Neill" <[EMAIL PROTECTED]> 
wrote:
> > > Alright Kristian, why don't you post your supfile, make.conf,
> > > rc.conf, output of uname -a, a description of what equipment
> > > your doing this with, what you're trying to accomplish and why,
> > > what you're doing to make this come about, what you expected to
> > > happen, what did happen. How you're taking all the advice
> > > you've been given and bending it to suit yourself - which, I
> > > have to tell you, IS NOT WORKING, or you would be singing a
> > > different tune.
> >
> >Please post all the details Donald has requested.
>
> You all got the details I posted earlier?
>
> Alright, I just finished retrying the whole process after adding
> these lines to my /etc/make.conf:
>
> CFLAGS= -O2 -pipe
> COPTFLAGS= -O2 -pipe
>
> And there is no change, I still get:
>
> --
>
>  >>> stage 2.3: build tools
>
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  INSTALL="sh
> /usr/src/tools/install.sh"
> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy
>/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/u
>sr/bin WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m
> /usr/src/tools/build/mk  -m /usr/src/share/mk"
> /usr/obj/usr/src/make.i386/make -f
> Makefile.inc1  DESTDIR=  BOOTSTRAPPING=504100 -DNO_LINT
> -DNO_CPU_CFLAGS -DNO_WARNS build-tools
> ===> bin/csh (obj,build-tools)
> grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep
> '^#define' >> sh.err.h
> cc -E -O2 -pipe -I. -I/usr/src/bin/csh
> -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"'
> -DHAVE_ICONV  -I/usr/obj/usr/src/tmp/legacy/usr/include
> /usr/src/bin/csh/../../contrib/tcsh/tc.const.c
> /usr/src/bin/csh/../../contrib/tcsh/sh.char.h
> /usr/src/bin/csh/config.h
> /usr/src/bin/csh/../../contrib/tcsh/config_f.h
> /usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const
>
> | grep 'Char STR' |  sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern
>
> Char \1[];/' |  sort >> tc.const.h
> In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93,
>   from
> /usr/src/bin/csh/../../contrib/tcsh/tc.const.c:33:
> /usr/include/wchar.h:33:18: cwchar: No such file or directory cc -o
> gethost  -L/usr/obj/usr/src/tmp/legacy/usr/lib -O2 -pipe -I.
> -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh
> -D_PATH_TCSHELL='"/bin/csh"'
> -DHAVE_ICONV  -I/usr/obj/usr/src/tmp/legacy/usr/include
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c
> In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93,
>   from
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/include/wchar.h:33:18: cwchar: No such file or directory In file
> included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93, from
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/include/wchar.h:35: error: syntax error before "std"
> In file included from
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/src/bin/csh/../../contrib/tcsh/sh.h:97: error: syntax error
> before "eChar" /usr/src/bin/csh/../../contrib/tcsh/sh.h:97: warning:
> data definition has no type or storage class
> In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:1304,
>   from
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: error: syntax
> error before "readc"
> /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: warning: data
> definition has no type or storage class
> *** Error code 1
> Stop in /usr/src/bin/csh.
> *** Error code 1
> Stop in /usr/src.
> *** Error code 1
> Stop in /usr/src.
> *** Error code 1
> Stop in /usr/src.
>
> Just to be clear, this is on the Pentium 120MHz, as I have a make
> buildworld problem on both of my FreeBSD 5.4-STABLE boxes.
>
> Good bye,
> Vaaf

Well Kristian, it looks to me like your procedure sucks, since it's 
failing on two computers. That should tell you something is wrong with 
the way you're doing things. This has been going on for over three 
weeks. Pick someone you think knows what they're doing and follow their 
suggestions.

Running a script is not saving you any time if it fails. Do it without 
running a script. There is a difference between running a script and 
running script (the program) to make a record of what went on. 

In your supfile, I suggest the following changes:

*default host=cvsup.no.FreeBSD.org
Are you actually using this line? Or, are you trying to disguise it so

RE: New logo, new look

2006-03-06 Thread Danial Thom


--- fbsd_user <[EMAIL PROTECTED]> wrote:

> 
> So a little red ball with 2 little pointed ears
> is the new logo.
> It sucks big time.
> 
> When you have a contest and none of the entrees
> are any good
> you do not have to pick any of then, you could
> have just
> closed the contest with no winner.
> 
> I am sadden that the new logo is so plain.
> Being pressured by the holy rollers over
> beastie looking like
> the devil is no reason to choose such a poor
> replacement or for
> that matter even considering to change the logo
> in the first place.
> 
> There is no way I will use the new logo, People
> will be laughing at
> it
> and say "What the Hell is that red ball".
> 
> I am really disappointed. The contest should be
> run again and if
> nothing
> better comes along then stay with beastie. And
> this time post the
> contest to all the different FreeBSD lists,
> just not to the
> announcement list.
> 
> I read the contest announcement just now from
> the below link and
> don't agree
> with any of the reasons stated there for a new
> logo. All the stated
> reasons
> could have been address just by doing new art
> work using beastie.
> 
> Check here to see new logo and then post your
> thoughts.
> 
> http://logo-contest.freebsd.org/result/

The entire FreeBSD experience has become a
nightmarish ride. I've never seen a project team
so unable to learn from their mistakes both
technically and marketing-wise. Its a damn
tragedy what they're doing.

DT

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New logo, new look

2006-03-06 Thread Marc G. Fournier

On Mon, 6 Mar 2006, DAve wrote:


fbsd_user wrote:

So a little red ball with 2 little pointed ears is the new logo.
It sucks big time.


This was cussed and discussed earlier I believe. I did get bored with the 
thread and stopped reading it, so I can't say what the final outcome of the 
thread was or what the final outcome of the logo was.


Personally I think the logo is the least important issue right now.


Agreed ... I just, for the first time, took a look at the new logo, and 
really am curious as to why they even bothered changing though .. it goes 
from a 'cute daemon' to a 'non-descript daemon' :) "red ball with two 
pointy ears" isn't supposed to look like a daemon? :)


Ah well ... its close enough to Beastie that *I* know its him, even if in 
disguise ;)




 >

DAve



When you have a contest and none of the entrees are any good
you do not have to pick any of then, you could have just
closed the contest with no winner.

I am sadden that the new logo is so plain.
Being pressured by the holy rollers over beastie looking like
the devil is no reason to choose such a poor replacement or for
that matter even considering to change the logo in the first place.

There is no way I will use the new logo, People will be laughing at
it
and say "What the Hell is that red ball".

I am really disappointed. The contest should be run again and if
nothing
better comes along then stay with beastie. And this time post the
contest to all the different FreeBSD lists, just not to the
announcement list.

I read the contest announcement just now from the below link and
don't agree
with any of the reasons stated there for a new logo. All the stated
reasons
could have been address just by doing new art work using beastie.

Check here to see new logo and then post your thoughts.

http://logo-contest.freebsd.org/result/



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






--
This message was checked by forty monkeys and
found to not contain any SPAM whatsoever.

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





Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Haven't been able to make world in about a year

2006-03-06 Thread Kristian Vaaf

At 15:57 05.03.2006, Giorgos Keramidas wrote:

On 2006-03-05 14:38, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
> At 16:36 03.03.2006, Giorgos Keramidas wrote:
> >On 2006-03-03 15:08, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
> >>
> >> Sorry sorry sorry, I am so very sorry.
> >> http://www.home.no/hedhnta/result.txt is indeed online now.
> >
> >This doesn't look right.  Are you sure your source tree is clean and up
> >to date?  As Donald has posted latter:
> >
> >On 2006-03-03 09:09, "Donald J. O'Neill" <[EMAIL PROTECTED]> wrote:
> >> Alright Kristian, why don't you post your supfile, make.conf,
> >> rc.conf, output of uname -a, a description of what equipment
> >> your doing this with, what you're trying to accomplish and why,
> >> what you're doing to make this come about, what you expected to
> >> happen, what did happen. How you're taking all the advice
> >> you've been given and bending it to suit yourself - which, I
> >> have to tell you, IS NOT WORKING, or you would be singing a
> >> different tune.
> >
> >Please post all the details Donald has requested.
>
> Sure thing!
>
> # cat /etc/cvsupfile
>
> *default host=cvsup.no.FreeBSD.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs tag=RELENG_6
> *default delete use-rel-suffix
>
> src-all
> ports-all tag=.
> doc-all tag=.
>
> # uname -a
>
> FreeBSD arba.domain.com 5.4-STABLE FreeBSD 5.4-STABLE #4:
> Wed Sep 21 01:34:15 CEST 2005
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARBA i386
>
> These apply to both the box that fails into result.txt (Intel Pentium
> 120MHz)
> and result_2.txt (Intel Pentium 4 3,2GHz).
>
> I am trying to upgrade these boxes. I expect things to work :)
>
> This is how I do it:
>
> cvsup -g -L 2 /etc/cvsupfile
> cd /usr/obj && chflags -R noschg * && rm -rf *
> cd /usr/src && make clean
> make buildworld
> make buildkernel KERNCONF=ARBA
> make installkernel KERNCONF=ARBA
> make installworld
> mergemaster
>
> Hope that helps!

It doesn't, sorry.  Donald has requested for:

- your supfile
- your make.conf file
- your rc.conf file
- the output of uname -a
- a description of what equipment you are doing this with
- what you're trying to accomplish and why
- what you're doing to make this come about
- what you expected to happen
- what did happen

You only gave:

- your supfile
- uname -a output
- a set of wrong, incomplete commands that don't match what others
  have suggested so far

There's still a fair amount of information missing from this, so it's
not easy for anyone to help you.  Unless, of course, you don't really
want to be helped :-/



My apologies. I might have accidentally deleted some e-mails,
I haven't yet had time to figure out how to sort mailinglists in Eudora.

# cat /etc/rc.conf

hostname="arba.domain.com"
defaultrouter="213.187.145.21"
ifconfig_rl0="inet 213.187.145.22"
ifconfig_ep0="inet 192.168.187.1"
gateway_enable="YES"
pf_enable="YES"
pflog_enable="YES"
named_enable="YES"
sshd_enable="YES"
apache2_enable="YES"
sendmail_enable="YES"
sendmail_flags="-bd"
sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
sendmail_msp_queue_enable="NO"
courier_imap_imapd_enable="YES"
courier_imap_imapd_ssl_enable="YES"
courier_imap_pop3d_enable="YES"
courier_imap_pop3d_ssl_enable="YES"
saslauthd_enable="YES"
mysql_enable="NO"
ntpdate_enable="YES"
ntpdate_flags="ntp.uio.no"
inetd_enable="YES"

snort_enable="YES"
nessusd_enable="YES"
kern_securelevel_enable="YES"
kern_securelevel="-1"

keymap="norwegian.iso"

saver="green"
cursor="destructive"
clear_tmp_enable="YES"
linux_enable="YES"
update_motd="NO"

# dmesg

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.4-STABLE #4: Wed Sep 21 01:34:15 CEST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARBA
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Pentium/P54C (119.75-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping = 12
  Features=0x1bf
real memory  = 100663296 (96 MB)
avail memory = 93032448 (88 MB)
Intel Pentium detected, installing workaround for F00F bug
npx0:  on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pcib0:  pcibus 0 on motherboard
pci0:  on pcib0
isab0:  at device 7.0 on pci0
isa0:  on isab0
pci0:  at device 8.0 (no driver attached)
rl0:  port 0xf800-0xf8ff mem 
0xfffbfc00-0xfffbfcff irq 11 at device 17.0 on pci0

miibus0:  on rl0
rlphy0:  on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:40:f4:3d:a7:42
pci0:  at device 19.0 (no driver attached)
orm0:  at iomem 0xed000-0xedfff,0xc-0xc7fff on isa0
ata0 at port 0x3f6,0x1f0-0x1f7 irq 14 on isa0
ata1 at port 0x376,0x170-0x177 irq 15 on isa0
atkbdc0:  at port 0x64,0x60 on isa0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
fdc0:  at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
sc0:  at fl

Re: Haven't been able to make world in about a year

2006-03-06 Thread Kristian Vaaf

At 15:53 05.03.2006, Björn König wrote:

Hello Kristian,

the thread becomes larger and more complex for 
me. I'd like to see an updated output of the 
build on your Pentium 120 machine with the following prerequisites:


  * /etc/make.conf is empty (except comments and two lines for perl)
  * verify that "grep '# $FreeBSD:' /usr/share/mk/sys.mk" shows 1.80.2.1
  * rm -Rf /usr/src && rm -Rf /usr/obj && cvsup /etc/cvsupfile

If you diverge from one of these points (even in 
a minor detail) then tell me please.


Now run

  cd /usr/src && make _build-tools

and show me the output please.

Björn


Hello Björn,

I have tried an empty make.conf and a make.conf containing:

CFLAGS= -O2 -pipe
COPTFLAGS= -O2 -pipe

Both did no good.

Yes, I verify that "grep '# $FreeBSD:' /usr/share/mk/sys.mk" shows:

# $FreeBSD: src/share/mk/sys.mk,v 1.80.2.1 2005/02/14 00:05:58 obrien Exp $

make: don't know how to make _build-tools. Stop

That's it so far ...
Thanks man. 


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


BTX halted with a flashcard usb plugged

2006-03-06 Thread User Patrice
Hello

I m using a fresh new install of freebsd 6.0, on sata disk.

I have a btx halted error every time i boot with a usb flashcard plugged.

BTX loader 1.00 BTX version 1.01
Consoles Internal video/keyboard
Bios drive A: is disk0

int=000derr=efl=00030002eip=2aca
eax=ebx=ecx=0001edx=0001
esi=edi=8609ebp=esp=03f6

cs=f000 ds= es=f000 fs= gs= ss=9e3b

btx halted


I have tryed with 2 different usb:
1/ 
umass0: vendor 0x13fe USB Disk 2.0, rev 2.00/1.00 addr 2
da0 at umass0-sim0 bug 0 target 0 lun 0
da0:  Removable Direct Access SCSI-0 Device
da0: 40.000MB/s Transfers
da0: 240MB (492544 512 byte/sectors: 64H 32S/T 240C)

2/
umass0: vendor 0x0457 USB Mass Storage Device, rev 2.00/1.00 addr 2
da0 at umass0-sim0 bug 0 target 0 lun 0
da0:  Removable Direct Access SCSI-2 Device
da0: 40.000MB/s Transfers
da0: 480MB (983808 512 byte/sectors: 64H 32S/T 480C)


USB flash plugged: BTX Halted
USB flash unplugged: freebsd boot fine

Boot order: hd, then usb hd.



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


Re: Haven't been able to make world in about a year

2006-03-06 Thread Giorgos Keramidas
On 2006-03-06 17:31, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
> At 16:36 03.03.2006, Giorgos Keramidas wrote:
> >On 2006-03-03 15:08, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
> >>
> >> Sorry sorry sorry, I am so very sorry.
> >> http://www.home.no/hedhnta/result.txt is indeed online now.
> >
> >This doesn't look right.  Are you sure your source tree is clean and up
> >to date?  As Donald has posted latter:
> >
> >On 2006-03-03 09:09, "Donald J. O'Neill" <[EMAIL PROTECTED]> wrote:
> >> Alright Kristian, why don't you post your supfile, make.conf,
> >> rc.conf, output of uname -a, a description of what equipment
> >> your doing this with, what you're trying to accomplish and why,
> >> what you're doing to make this come about, what you expected to
> >> happen, what did happen. How you're taking all the advice
> >> you've been given and bending it to suit yourself - which, I
> >> have to tell you, IS NOT WORKING, or you would be singing a
> >> different tune.
> >
> >Please post all the details Donald has requested.
>
> You all got the details I posted earlier?

Yes, I did.  Some details are still missing from that post.  Please see
my other response.

> Alright, I just finished retrying the whole process after adding these
> lines to my /etc/make.conf:
>
> CFLAGS= -O2 -pipe
> COPTFLAGS= -O2 -pipe

Which is wrong.  But unless you post *ALL* the details Donald has
requested it's not easy to guess what else is wrong too.

> And there is no change, I still get:
>
> --
> >>> stage 2.3: build tools
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  INSTALL="sh
> /usr/src/tools/install.sh"
> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m /usr/src/tools/build/mk  -m
> /usr/src/share/mk" /usr/obj/usr/src/make.i386/make -f
> Makefile.inc1  DESTDIR=  BOOTSTRAPPING=504100 -DNO_LINT
> -DNO_CPU_CFLAGS -DNO_WARNS build-tools
> ===> bin/csh (obj,build-tools)
> grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep
> '^#define' >> sh.err.h
> cc -E -O2 -pipe -I. -I/usr/src/bin/csh
> -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"'
> -DHAVE_ICONV  -I/usr/obj/usr/src/tmp/legacy/usr/include
> /usr/src/bin/csh/../../contrib/tcsh/tc.const.c
> /usr/src/bin/csh/../../contrib/tcsh/sh.char.h
> /usr/src/bin/csh/config.h
> /usr/src/bin/csh/../../contrib/tcsh/config_f.h
> /usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const
> | grep 'Char STR' |  sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern
> Char \1[];/' |  sort >> tc.const.h
> In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93,
>  from /usr/src/bin/csh/../../contrib/tcsh/tc.const.c:33:
> /usr/include/wchar.h:33:18: cwchar: No such file or directory
> cc -o gethost  -L/usr/obj/usr/src/tmp/legacy/usr/lib -O2 -pipe -I.
> -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh
> -D_PATH_TCSHELL='"/bin/csh"'
> -DHAVE_ICONV  -I/usr/obj/usr/src/tmp/legacy/usr/include
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c
> In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93,
>  from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/include/wchar.h:33:18: cwchar: No such file or directory
> In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93,
>  from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/include/wchar.h:35: error: syntax error before "std"
> In file included from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/src/bin/csh/../../contrib/tcsh/sh.h:97: error: syntax error before
> "eChar"
> /usr/src/bin/csh/../../contrib/tcsh/sh.h:97: warning: data definition
> has no type or storage class
> In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:1304,
>  from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: error: syntax
> error before "readc"
> /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: warning: data
> definition has no type or storage class
> *** Error code 1
> Stop in /usr/src/bin/csh.
> *** Error code 1
> Stop in /usr/src.
> *** Error code 1
> Stop in /usr/src.
> *** Error code 1
> Stop in /usr/src.
>
> Just to be clear, this is on the Pentium 120MHz, as I have a make
> buildworld problem on both of my FreeBSD 5.4-STABLE boxes.

It looks like your system headers may have serious problems.  Is this
system a clean installation of 5.4-RELEASE or one where you may have
updated the system headers manually at some time?

- Giorgos

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


Re: switching timezone within crontab?

2006-03-06 Thread Danny Howard
> On 3/4/06, Noel Jones <[EMAIL PROTECTED]> wrote:
> > Pretty sure the above will only set the timezone for your job, and not
> > alter the schedule time.  But I don't know a solution to your problem.
>
> How about running cron with the TZ environment set?
> Ie. setting TZ=UTC in /etc/rc.d/cron
>
> I haven't tried this myself.

Well, if I only ever wanted to schedule cron jobs in a single time
zone, that might work.

For my current case, its trying to transfer files over in a timely
manner.  I figured my local time zone hits last night's UTC midnight
at 4pm or 5pm, depending on DST (this would be trivial if my UTC
offset was static . . . DST is the most stupid kludge ever perpetrated
. . .) . . . so, I just schedule the cron at 6pm, which is always at
least an hour after midnight.  (, delicious paradox. :)

Thanks,

-danny

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


Re: Haven't been able to make world in about a year

2006-03-06 Thread Kristian Vaaf

At 16:36 03.03.2006, Giorgos Keramidas wrote:

On 2006-03-03 15:08, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
>
> Sorry sorry sorry, I am so very sorry.
> http://www.home.no/hedhnta/result.txt is indeed online now.

This doesn't look right.  Are you sure your source tree is clean and up
to date?  As Donald has posted latter:

On 2006-03-03 09:09, "Donald J. O'Neill" <[EMAIL PROTECTED]> wrote:
> Alright Kristian, why don't you post your supfile, make.conf,
> rc.conf, output of uname -a, a description of what equipment
> your doing this with, what you're trying to accomplish and why,
> what you're doing to make this come about, what you expected to
> happen, what did happen. How you're taking all the advice
> you've been given and bending it to suit yourself - which, I
> have to tell you, IS NOT WORKING, or you would be singing a
> different tune.

Please post all the details Donald has requested.


You all got the details I posted earlier?

Alright, I just finished retrying the whole process after adding these
lines to my /etc/make.conf:

CFLAGS= -O2 -pipe
COPTFLAGS= -O2 -pipe

And there is no change, I still get:

--
>>> stage 2.3: build tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  INSTALL="sh 
/usr/src/tools/install.sh" 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin 
WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m 
/usr/src/tools/build/mk  -m /usr/src/share/mk" 
/usr/obj/usr/src/make.i386/make -f 
Makefile.inc1  DESTDIR=  BOOTSTRAPPING=504100 -DNO_LINT 
-DNO_CPU_CFLAGS -DNO_WARNS build-tools

===> bin/csh (obj,build-tools)
grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep 
'^#define' >> sh.err.h
cc -E -O2 -pipe -I. -I/usr/src/bin/csh 
-I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' 
-DHAVE_ICONV  -I/usr/obj/usr/src/tmp/legacy/usr/include 
/usr/src/bin/csh/../../contrib/tcsh/tc.const.c 
/usr/src/bin/csh/../../contrib/tcsh/sh.char.h 
/usr/src/bin/csh/config.h 
/usr/src/bin/csh/../../contrib/tcsh/config_f.h 
/usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const 
| grep 'Char STR' |  sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern 
Char \1[];/' |  sort >> tc.const.h

In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93,
 from /usr/src/bin/csh/../../contrib/tcsh/tc.const.c:33:
/usr/include/wchar.h:33:18: cwchar: No such file or directory
cc -o gethost  -L/usr/obj/usr/src/tmp/legacy/usr/lib -O2 -pipe -I. 
-I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh 
-D_PATH_TCSHELL='"/bin/csh"' 
-DHAVE_ICONV  -I/usr/obj/usr/src/tmp/legacy/usr/include 
/usr/src/bin/csh/../../contrib/tcsh/gethost.c

In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93,
 from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
/usr/include/wchar.h:33:18: cwchar: No such file or directory
In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93,
 from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
/usr/include/wchar.h:35: error: syntax error before "std"
In file included from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
/usr/src/bin/csh/../../contrib/tcsh/sh.h:97: error: syntax error before "eChar"
/usr/src/bin/csh/../../contrib/tcsh/sh.h:97: warning: data definition 
has no type or storage class

In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:1304,
 from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
/usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: error: syntax 
error before "readc"
/usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: warning: data 
definition has no type or storage class

*** Error code 1
Stop in /usr/src/bin/csh.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.

Just to be clear, this is on the Pentium 120MHz, as I have a make buildworld
problem on both of my FreeBSD 5.4-STABLE boxes.

Good bye,
Vaaf

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


Re: Haven't been able to make world in about a year

2006-03-06 Thread Kristian Vaaf

At 22:08 04.03.2006, Stijn Hoop wrote:

On Sat, Mar 04, 2006 at 05:45:29PM +0100, Kristian Vaaf wrote:
> At 12:05 03.03.2006, Stijn Hoop wrote:
> > On Fri, Mar 03, 2006 at 11:58:37AM +0100, Kristian Vaaf wrote:
> > > I run the script to save time.
> > > Basically I'd run the exact same chain of commands otherwise.
> >
> > You're missing the point: you'd run the exact same chain of commands
> >
> > --> _if everything goes according to plan_ <--
> >
> > What this list has been telling you is that it sometimes doesn't work
> > like anyone expects to, and you need to make an informed decision about
> > the next command to enter instead of having the script proceed.
>
> Whether I have my commands in my script or in my head doesn't
> make any difference. Yes I do read UPDATING and if I notice any
> changes they will be applied respectively.

Err...

Did you even read what I wrote?

The moment one step does NOT work in the command sequence, you need to
alter your next move. No script can be prepared for all the things
that can happen. Which is why everyone is recommending you NOT to run
things in a script.

Also, please keep the mailing list in the loop, to help other people
asking the same question.

--Stijn

--
If today is the first day of the rest of your life, what the hell was
yesterday?



I understand what you mean.

What I'm saying is, I do not expect a script to be prepared.
I am the one reading UPDATING and modifying the script if there is a change.
Manually. Whether I write the sequence in the command line or into
a script that I execute doesn't make no difference!

What do you mean, mailing list in the loop?

I need to write another mail for this thread now, but I should reply 
to the proper

mail so I don't confuse you guys up.

Hartelijk dank, Stijn!

Vaaf

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


Re: device atapicam not enabled in GENERIC kernel for FreeBSD 6.0-RELEASE

2006-03-06 Thread David J Brooks
On Sunday 05 March 2006 22:24, Duane Whitty wrote:
> On Sunday 05 March 2006 17:31, Kris
>
> Kennaway wrote:
> > On Sun, Mar 05, 2006 at 05:12:36PM
>
> -0400, Duane Whitty wrote:
> > > On Saturday 04 March 2006 17:30,
> > > Kris
> > >
> > > Kennaway wrote:
> > > > On Sat, Mar 04, 2006 at
> > > > 05:26:37PM
> > >
> > > -0400, Duane Whitty wrote:
> > > > > Hi,
> > > > >
> > > > > Just wondering if anyone has
> > > > > any information/opinion as to
> > > > > why device atapicam is not
> > > > > enabled by default in the
> > > > > GENERIC kernel.
> > > >
> > > > It's not an appropriate default,
> > > > since it modifies the way the ata
> > > > subsystem works in ways the
> > > > maintainer does not wish to
> > > > support,
> > >
> > > Sorry, but do you mean the ata
> > > subsystem maintainer or the
> > > atapicam maintainer?
> >
> > The former.
> >
> > > Is atapicam part of the base?
> >
> > Yes.
> >
> > >  I was
> > > under the impression it implements
> > > an abstracted SCSI interface over
> > > the ata device subsystem but maybe
> > > I'm not adequately understanding
> > > what's really happening.
> >
> > As the name suggests, it provides a
> > CAM front-end to the devices, which
> > is the same front-end used by the
> > SCSI devices, so tools that expect to
> > use CAM can work on the ATA devices
> > too.
>
> Ah, ok -- CAM -- common access method.
> I'm getting this
>
> > > Just an observation but it seems as
> > > though there is a great deal of use
> > > being made of the atapicam
> > > subsystem. I noticed for instance
> > > that in addition to /dev/cd0 that
> > > /dev/pass0 and /dev/da0 also did
> > > not show up until I rebuilt with
> > > atapicam or did I just miss them?
> >
> > The equivalent devices have different
> > names under atapicam than ata, but
> > why do you think they are necessary?
>
> because I misunderstood what umass
> needed and I inappropriately
> generalized on the basis of one port
> (k3b)
>
> > > Unless I'm wrong doesn't this mean
> > > that usb drives and those types of
> > > devices need the atapicam
> > > subsystem?
> >
> > I suspect you're wrong.
> >
> > Kris
>
> Hi,
>
> Thanks Kris.  Your suspicions were
> correct.  I was wrong.  I re-read the
> man pages for da, pass, and umass, and
> nowhere did it say I needed atapicam.
> So thanks for pointing me in the right
> direction.
>
> I rebooted with the GENERIC kernel,
> plugged in my usb memory device, and
> everything worked great.
>
> The k3b port required this and I suppose
> I generalized when I should not have.
>
> Again, much thanks.
>
> --Duane
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

This reminds me to ask: I have ATAPICAM enable in my kernal, specifically so 
that k3b can find my dvd+rw ... but no cd* devives appear in /dev, and k3b 
cannot find anything no matter where I tell it to look .. I must be 
overlooking something, but what?
 
-- 
Sure God created the world in only six days,
but He didn't have an established userbase.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to know that make buildworld finished

2006-03-06 Thread Robert Huff

Benjamin Lutz writes:

>  > Is there a way to check that make buildworld did finished
>  > successfully?
>  
>  I suggest using screen. You can find it in the ports as
>  sysutils/screen. It will allow you to detach from a shell, then
>  later reconnect to it. The shell will keep running in the
>  meantime. It's very useful, especially if your SSH connection is
>  unreliable.

For several years now I have used the following to buildworld:

cd /usr/src
rm buildworld.errors
rm -rf /usr/obj
#make clean
make -v cleandir; make -v cleandir
date > ./buildworld.time
#   make -j 5 buildworld >& ./buildworld.errors
make -v buildworld >& ./buildworld.errors
tail -n 25 /usr/src/buildworld.errors | sendmail huff

I know when it started; when it ended, and I have the complete
log available in case something went wrong.


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: rc.d startup files structure changed?

2006-03-06 Thread Lowell Gilbert
"Robert Uzzi" <[EMAIL PROTECTED]> writes:

> What is with the changes with the naming structure of the rc.d files?
> after some updates I found that courier-authdaemond.sh had been renamed to
>   courier-authdaemond and pure-ftpd.sh to pure-ftpd. Is the structure
> changing to not require the .sh extention to start on bootup?

It's slightly more complicated than that.  The two styles work a
little differently.  See the manual for rc(8) (and rcorder(8)) if 
you want the details.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


video.google , Flash 7, Firefox1.5 issues

2006-03-06 Thread Norberto Meijome
Hi all,
has anyone managed to get the video streaming from Flash 7 (and 8, on
other platforms) to work with linux-flashplugin-7 ?

FFox just freezes.

Granted, both flash-7 and -6 under ffox 1.5 freeze when going to, say,
www.uptoten.com , then click the < < < enter > > > link... maybe
something is askew in my config - but other sites work just fine (the
video in flash.com worked fine with flash7 - doesnt with 6 as it doesnt
support video streaming).

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


Re: New logo, new look

2006-03-06 Thread DAve

fbsd_user wrote:

So a little red ball with 2 little pointed ears is the new logo.
It sucks big time.


This was cussed and discussed earlier I believe. I did get bored with 
the thread and stopped reading it, so I can't say what the final outcome 
of the thread was or what the final outcome of the logo was.


Personally I think the logo is the least important issue right now.

DAve



When you have a contest and none of the entrees are any good
you do not have to pick any of then, you could have just
closed the contest with no winner.

I am sadden that the new logo is so plain.
Being pressured by the holy rollers over beastie looking like
the devil is no reason to choose such a poor replacement or for
that matter even considering to change the logo in the first place.

There is no way I will use the new logo, People will be laughing at
it
and say "What the Hell is that red ball".

I am really disappointed. The contest should be run again and if
nothing
better comes along then stay with beastie. And this time post the
contest to all the different FreeBSD lists, just not to the
announcement list.

I read the contest announcement just now from the below link and
don't agree
with any of the reasons stated there for a new logo. All the stated
reasons
could have been address just by doing new art work using beastie.

Check here to see new logo and then post your thoughts.

http://logo-contest.freebsd.org/result/



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





--
This message was checked by forty monkeys and
found to not contain any SPAM whatsoever.

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


Re: New logo, new look

2006-03-06 Thread Greg Barniskis

fbsd_user wrote:


Check here to see new logo and then post your thoughts.

http://logo-contest.freebsd.org/result/


Been there, done that.

With all due respect to those with opinions, and their right to 
voice those opinions, this is not a question and in fact the subject 
is a horse that's been beaten to death, scalded with acid, ground 
into dust and thrown to the wind several times around already. The 
deed is done. Please, please, please take this thread to -advocacy@ 
or -chat@ where it belongs.


--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: my bsd

2006-03-06 Thread martin
> I have install Free-BSD. Im writing my Logginname and
> password. After that nohting will happen. What shall I
> do than? Please help me!  [EMAIL PROTECTED]

What are you expecting to happen? I assume that you are faced with a
command prompt after you login (unless something has gone skwiffy), so
from there you just do what you need to do.

To make another presumption, are you expecting to see a GUI? Depending on
what options you selected, you may be able to start one up by typing
'startx' and hitting rturn after you logged in. If you want to have a
graphic prompt to login try the following steps (assuming that you are
hooked up to the internet, and you do not have xorg or kde installed)

   pkg_add -r  kde; pkg_add -r xorg
   ee /etc/tty

   change the line that reads 'ttyv8  "/usr/X11R6/bin/xdm -nodaemon' xterm
off secure' to 'ttyv8 "/usr/local/bin/kdm -nodaemon' xterm on secure'.
then reboot.

If that doesn't work, or any of my assumptions are incorrect, please give
more details, such as what you are expecting to see, what you are seeing,
options you choice during installation etc.

Cheers,
Martin


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


RE: New logo, new look

2006-03-06 Thread fbsd_user

So a little red ball with 2 little pointed ears is the new logo.
It sucks big time.

When you have a contest and none of the entrees are any good
you do not have to pick any of then, you could have just
closed the contest with no winner.

I am sadden that the new logo is so plain.
Being pressured by the holy rollers over beastie looking like
the devil is no reason to choose such a poor replacement or for
that matter even considering to change the logo in the first place.

There is no way I will use the new logo, People will be laughing at
it
and say "What the Hell is that red ball".

I am really disappointed. The contest should be run again and if
nothing
better comes along then stay with beastie. And this time post the
contest to all the different FreeBSD lists, just not to the
announcement list.

I read the contest announcement just now from the below link and
don't agree
with any of the reasons stated there for a new logo. All the stated
reasons
could have been address just by doing new art work using beastie.

Check here to see new logo and then post your thoughts.

http://logo-contest.freebsd.org/result/



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


RE: AFS in FreeBSD 5.4 or 6

2006-03-06 Thread Craig Ryhorchuk
I know that is there.  I have already fired up 6.0 on a test box, downloaded 
the binary and

scratched my head at a complete lack of documentation.
If you saw my original post (which you might not have) I was only asking for 
a pointer
to some documentation.  Having never installed, used, seen or even smelled 
AFS before,
a tarball of binaries leaves me confounded.  The instructions for every 
other O/S documented
on the site mention kernel modifications and so on.  Without some idea of 
what I have to do

to get this running, I'm stranded.
I'm sure that if I'd been running AFS for years, an upgrade to 6.0 with the 
binary would be a

no-brainer.
Sorry, I'm rambling.  I think you get the idea; I'd love to use AFS, I have 
6.0 and the binaries.
All I am lacking is a clue !  I was specifically asking if anyone could 
point me to any information

I could use to get started.

- Craig



From: "Ted Mittelstaedt" <[EMAIL PROTECTED]>
To: "Craig Ryhorchuk" <[EMAIL PROTECTED]>,   


CC: <[EMAIL PROTECTED]>
Subject: RE: AFS in FreeBSD 5.4 or 6
Date: Sat, 4 Mar 2006 01:31:05 -0800


openafs has a compiled binary for FreeBSD 6.0 on their website,
have either of you even tried it, or are you going to just write
it off without even seeing it it works at all?

Ted

>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Craig Ryhorchuk
>Sent: Wednesday, March 01, 2006 1:54 PM
>To: freebsd-questions@freebsd.org
>Cc: [EMAIL PROTECTED]
>Subject: Re: AFS in FreeBSD 5.4 or 6
>
>
>Around about Wed, 1 Mar 2006 16:20:46 -0500 Garance A Drosihn commented:
>
>>At 6:27 PM + 2/28/06, Craig Ryhorchuk wrote:
>>>Hello,
>>>
>>>  I am looking for specific instructions on installing,
>>>maintaining and using AFS with FreeBSD 5.4 or 6.  I want to set
>>>up one or more servers and make them available to clients running
>>>whatever O/S.  I think Arla has the client side covered if
>>>necessary, but all I can find for server-side is a downloadable
>>>instruction-free bundle for 6.0 on the OpenAFS site.  There are
>>>specific instructions for other supported O/Ss but none for FreeBSD.
>>>I have Googled and searched; not exhaustively I hope.  There has
>>>to be something out there.
>>
>>I think there are some people who run openafs servers on FreeBSD,
>>but probably just people who already know enough about running
>>OpenAFS servers that it is "obvious" (to them) what you would
>>need to do.
>>
>>The problem is that the openafs client-side for FreeBSD never
>>gets quite to the point of working.  So, the number of openafs
>>users on freebsd never reaches critical mass to get some of the
>>less exciting work done -- such as OS-specific documentation...
>
>
>Thanks for the info.  That's a bummer.  I thought this might be the
>perfect solution to a business problem, but if this is the
>state of it, I
>guess the idea is a non-starter.
>*sigh* - I guess it's back to linux again.
>I know.  I need to port it myself and not complain, but I claim to be
>a sysadmin and not a kernel hacker.
>
>
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to
>"[EMAIL PROTECTED]"
>
>--
>No virus found in this incoming message.
>Checked by AVG Free Edition.
>Version: 7.1.375 / Virus Database: 268.1.1/273 - Release Date: 3/2/2006
>




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


"Panic: unmount: dangling vnode"

2006-03-06 Thread Chad Whitacre

Dear All,

Can anyone tell me what this error message means?

  Panic: unmount: dangling vnode


I believe it is caused by this script:

  #!/bin/sh

  /sbin/mount /backup/
  /usr/local/bin/rsync -ax --delete /usr/ /backup/
  /bin/sleep 15
  /sbin/umount /backup/

  echo 'backup of IWS complete'


Thanks!



Chad Whitacre
http://www.zetadev.com/

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


Re: How to know that make buildworld finished

2006-03-06 Thread Benjamin Lutz
On Monday 06 March 2006 04:25, Olivier Nicole wrote:
> For testing purposes, I am trying to build a quite old (read slow)
> machine. It happens that every time I start a buildworld, I will have
> to leave before the end. And next morning the shell I was using to run
> the buildworld will have terminated for some reason.
>
> So I cannot see if the make did finished successfully or not.
>
> Is there a way to check that make buildworld did finished
> successfully?

I suggest using screen. You can find it in the ports as sysutils/screen. It 
will allow you to detach from a shell, then later reconnect to it. The shell 
will keep running in the meantime. It's very useful, especially if your SSH 
connection is unreliable.

Another program that might be helpful is script(1).

Cheers
Benjamin


pgpFo08UIUzvf.pgp
Description: PGP signature


Re: question about upgrade

2006-03-06 Thread Kevin Kinsey



Tang Ho Yim wrote:


Hi,
  
 From the beginning, I just install the base distribution 
of FreeBSD 5.4, no other package like man, games, compat4x.
  
 After make buildworld & installworld to Release 5.4 p12, 
it seems all of the world will be installed.( if I have 
a mistake, please tell me ! )
  
 So, how can I upgrade the machine with just the distribution 
I installed before ?
  
 Thanks !
 




make.conf(5) should help.  Of course, if you've not
installed the manpages, you'll have to find them
at the freebsd.org site

Maybe you should put those in, this time ;-)


Kevin Kinsey

--
Your mind understands what you have been
taught; your heart, what is true.

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


Grab video from video camera

2006-03-06 Thread Tim Clewlow
Hello,

I would like to plug a video camera into an i386 arch
computer running FreeBSD. Then I want to do depth
(distance) determination of various parts of the image
using an image processing algorithm. I've already
worked out an algorithm, so what I want to know is,
does anyone know of any libraries / drivers that can
be used to grab pixel data from a video camera in real
time. I would very much like to use those libraries /
drivers as it would avoid me having to write them
myself. Oh, and I'd need to know which camera you used
to get it working too.

I realise this could be a bit of a big ask - but if
you can offer any information at all about doing this
I would be really really grateful.

Thankyou, Tim.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: socket 939 (AMD64) boards and FreeBSD-6

2006-03-06 Thread Ashley Moran
On Sunday 05 March 2006 02:18, John wrote:
> Hello list
>
> Can anyone recommend a socket 939 board for use with FreeBSD 6? Does
> SATA work?
>
> thanks


Asus A8V Deluxe is great (probably the non-deluxe too) although I think they 
may be end of line now.  Not tested sound because it's a server, but ethernet 
is ok and SATA works fine in RAID 1 (the board has got 2 SATA controllers so 
you can plug 4 drives in plus any IDE devices).

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


Can't get nForce4 SATA RAID working

2006-03-06 Thread Fluffles
Hi guys!

I hope you can help me with this, i've been at it for hours now. I want
to use my RAID array (striping or mirroring) for FreeBSD. But the
problem is: it doesn't work properly.

My config:
Asrock K8NF4G-SATA2
- nVidia GeForce 6100 chipset
- nVidia nForce 410 MCP
- Socket 939
2 * Hitachi 160GB SATA drives

My problem:
when i boot with FreeBSD 6.0-i386 i get:
pci0:  at device 14.0 (no driver attached)

when i boot with FreeBSD 6.1-beta3-i386, after seeing "ad4" the system
gets locked. When i boot in Safe Mode, it succesfully boots but i do see:

ad4: 157066MB  at ata2-master SATA150
stray irq7
ar0: WARNING - mirror protection lost. RAID1 array in DEGRADED mode
ar0: 157066MB  status: DEGRADED
ar0: disk0 DOWN no device found for this subdisk
ar0: disk1 READY using ad4 at ata2-master

It's not degraded though, it just does not detect the second disk.
Instead, the message "stray irq7" gets printed. I think something is
going wrong here, a small bug, which prevents from detecting BOTH drives.

According to ataraid manpage, the nForce4 "MediaShield" onboard RAID
driver should be supported. Could this be a bug in FreeBSD? I have
tested TWO mainboards (same type) and two different HDDs
(maxtor/hitachi) and different SATA cables. In Windows the RAID array
works fine! So this *really* must be a software issue. The only thing i
haven't tried yet is updating my BIOS.

Anyone has any suggestions?

Thanks a lot!!

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


Can't get nForce4 SATA RAID working

2006-03-06 Thread Fluffles
Hi guys!

I hope you can help me with this, i've been at it for hours now. I want
to use my RAID array (striping or mirroring) for FreeBSD. But the
problem is: it doesn't work properly.

My config:
Asrock K8NF4G-SATA2
- nVidia GeForce 6100 chipset
- nVidia nForce 410 MCP
- Socket 939
2 * Hitachi 160GB SATA drives

My problem:
when i boot with FreeBSD 6.0-i386 i get:
pci0:  at device 14.0 (no driver attached)

when i boot with FreeBSD 6.1-beta3-i386, after seeing "ad4" the system
gets locked. When i boot in Safe Mode, it succesfully boots but i do see:

ad4: 157066MB  at ata2-master SATA150
stray irq7
ar0: WARNING - mirror protection lost. RAID1 array in DEGRADED mode
ar0: 157066MB  status: DEGRADED
ar0: disk0 DOWN no device found for this subdisk
ar0: disk1 READY using ad4 at ata2-master

It's not degraded though, it just does not detect the second disk.
Instead, the message "stray irq7" gets printed. I think something is
going wrong here, a small bug, which prevents from detecting BOTH drives.

According to ataraid manpage, the nForce4 "MediaShield" onboard RAID
driver should be supported. Could this be a bug in FreeBSD? I have
tested TWO mainboards (same type) and two different HDDs
(maxtor/hitachi) and different SATA cables. In Windows the RAID array
works fine! So this *really* must be a software issue. The only thing i
haven't tried yet is updating my BIOS.

Anyone has any suggestions?

Thanks a lot!!

- Veronica

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


my bsd

2006-03-06 Thread gunnar toll
I have install Free-BSD. Im writing my Logginname and
password. After that nohting will happen. What shall I
do than? Please help me!  [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: New logo, new look

2006-03-06 Thread David Stanford
On 3/6/06, Sven Rütz <[EMAIL PROTECTED]> wrote:
>
> Hi FreeBSD-Team,
>
> about 4 months ago Anton K. Gural won the freebsd-logo-competition. After
> that I heared nothing new about the l33t new look (it turned out really
> well ;) ). I want to ask some questions concerning the "look":
>
> 1) What is the licensing of the logo-design by Gural?
>Is it under the BSD license or do I need the consent
>of Gural for using the logo like I need it from McKusick
>to use the Daemon?.


Although I'm not  entirely sure, I believe complete ownership will be given
to The FreeBSD Foundation and therefor you will not have to obtain
permissions from Anton Gural. Apparently they already have obtained the
copyright.

2) Will the sources of the logo be available for download
>(f.e. the svg-files)
>
> 3) When will the homepage be updated/redesigned?
>
> 4) Is there any possibility to contact Gural himself,
>because I found no homepage or something.


His email address is listed on the
resultspage.


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


Re: New logo, new look

2006-03-06 Thread Per olof Ljungmark

Sven Rütz wrote:

Hi FreeBSD-Team,

about 4 months ago Anton K. Gural won the freebsd-logo-competition. After
that I heared nothing new about the l33t new look (it turned out really
well ;) ). I want to ask some questions concerning the "look":

1) What is the licensing of the logo-design by Gural?
   Is it under the BSD license or do I need the consent
   of Gural for using the logo like I need it from McKusick
   to use the Daemon?.

2) Will the sources of the logo be available for download
   (f.e. the svg-files)

3) When will the homepage be updated/redesigned?

4) Is there any possibility to contact Gural himself,
   because I found no homepage or something.


try from here:
http://archive.netbsd.se/?ml=bus&a=2005-11&t=1438410
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with acrobat7

2006-03-06 Thread Per olof Ljungmark

Filippo Moretti wrote:

After portupgrading acrobat7 I get the following error
[EMAIL PROTECTED] /usr/X11R6/Adobe/Acrobat7.0/ENU/bin]$ ./acroread
The OS named  FreeBSD version 6.1-PRERELEASE is currently not installed.
Try running on an installed platform and connecting to your display.
Installed platform(s) include the following:
Intel/Linux


Check /usr/ports/UPDATING
It says:
  "The command filename is ${PREFIX}/bin/acroread as before..."


20060221:
  AFFECTS: users of print/acroread7 and the localized versions
  AUTHOR: [EMAIL PROTECTED]

  installation directory of print/acroread7 and the slave ports
  have been changed to ${PREFIX}/Adobe/Acrobat7.0/${ADOBE_LANG}.
  ${ADOBE_LANG} is one of CHS,CHT,DAN,DEU,ENU,ESP,FRA,ITA,JPN,KOR,
  NLD,NOR,PTB,SUO,SVE and represents language used in the UI (FRA means
  French version and it is installed by french/acroread, for example).
  To configure the UI language, navigate to 
Edit->Preferences->International->

  Application Language, set it to "Choose at application startup" and
  restart the program.

  The command filename is ${PREFIX}/bin/acroread as before (this is
  a script installed by print/acroreadwrapper now), and if multiple
  versions are installed, one of them will be selected according to
  ${ADOBE_LANG} environment variable.  If ${ADOBE_LANG} is not set,
  it will be automatically set by using ${LANG}; this means when
  LANG=fr_FR.ISO8859-15, ADOBE_LANG will be FRA and the French version
  will be invoked by ${PREFIX}/bin/acroread.  You can set ADOBE_LANG
  manually, too.

  Also, if you want to activate the PDF plugin, use --install-plugin
  option in ${PREFIX}/bin/acroread.  For more detail, see
  print/acroreadwrapper/pkg-message.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Accesing BSD disk under windows

2006-03-06 Thread Michael Ray
On Mon, 6 Mar 2006 12:14:43 +0100 (CET), you wrote:

>Hello,
>
>I found an old disk (24 Mo!) and I know I installed BSD on it... years ago.
>
>How can I read this disk under windows XP pro?
>
>Thank you for your help.
>
>Best regards,
>
>Nicolas BOUTIER 

FFS File System Driver for Windows
http://ffsdrv.sourceforge.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >