[OT] Curious: what's up with bsdnews.com?

2007-06-20 Thread FreeBSD-Questions
Hello list,

Just curious: for me from the Netherlands bsdnews.com has not been
accessible for a few days already. Does anybody know what is wrong? It
seems that the domainname is still there and an A record as well.

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


Re: Apache, php?

2007-06-20 Thread [LoN]Kamikaze
Jack Barnett wrote:
> Jack Barnett wrote:
>> Eric Crist wrote:
>>  
>>> On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:
>>>
>>>
 Ivan Carey wrote:
   I don't have libphp5.so anywhere in /usr/local (did a find for
 it).
 the php5 port is broken? Or do I have to reinstall apache after php5?

   
>>> You need to enable build of the php5 apache extension when you build
>>> the port - it's not enabled by default.
>>>
>>> HTH
>>>
>>> Eric Crist
>>> 
>>
>> thanks.
>>
>> do you know how to do that off hand? :) :)
>>
>>
>>
>>   
> 
> disregarding... rebuilding now, I edited the Makefile

Ouch.

Just for the record:
# cd /usr/ports/lang/php5
# make config
Select the APACHE option.
# make build deinstall reinstall clean
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache, php?

2007-06-20 Thread Jack Barnett

Jack Barnett wrote:

Eric Crist wrote:
  

On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:



Ivan Carey wrote:
  
I don't have libphp5.so anywhere in /usr/local (did a find for it).

the php5 port is broken? Or do I have to reinstall apache after php5?

  

You need to enable build of the php5 apache extension when you build
the port - it's not enabled by default.

HTH

Eric Crist



thanks.

do you know how to do that off hand? :) :)



  


disregarding... rebuilding now, I edited the Makefile

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


Re: Apache, php?

2007-06-20 Thread Jack Barnett
Eric Crist wrote:
> On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:
>
>> Ivan Carey wrote:
>
>> I don't have libphp5.so anywhere in /usr/local (did a find for it).
>> the php5 port is broken? Or do I have to reinstall apache after php5?
>>
>
> You need to enable build of the php5 apache extension when you build
> the port - it's not enabled by default.
>
> HTH
>
> Eric Crist

thanks.

do you know how to do that off hand? :) :)


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


SSL and Thunderbird 2.0.0.0 on FreeBSD 6.0

2007-06-20 Thread Jarrod

Hi All,

Can anyone tell me whether they have experienced any problems with SSL
under Thunderbird 2.0.0.0 (20070612) on FreeBSD 6.0?

I used portupgrade to download and install the pkg the other day, along
with Firefox 2.0.0.4, I might add, and I am now unable to use SSL to
connect to my mail server.

Fortunately, I can use a normal connection, so it is not a major issue,
but all the same...

Initially I thought it might be caused by the same problem which stopped
the new Firefox from being able to access sites using https. I solved
this, after much digging around on the internet, by adding the path:

"/usr/local/lib/nss"

to the ldconfig setup in my rc.conf.

Unfortunately, Thunderbird remains broken. Has anyone experienced
something similar?

Alternatively, does anyone know how Thunderbird goes about finding the
nss package? Would it be possible that even with ldconfig ok,
Thunderbird still can't locate the nss libraries?

I actually have another issue, quite possibly connected, which is that
since the upgrade I haven't been able to set Thunderbird's master
password. It is storing my account passwords fine I should add.

I've tried every trick I could find on the internet, including using
"modutil" to recreate the .db files and things, but nothing has worked
so far.

Any and all help would be appreciated.

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


using mouse via xterm window

2007-06-20 Thread David Banning
I presently access FBSD via an xterm window from within Windows using
X-Win32. I would like to be able to run a window manager or file manager,
but this exits with an error because there is no mouse attached to the 
FBSD box. 

Here is the thing - I -can- run xv (a FBSD image viewer from the ports)
from my xterm window and the windows mouse works fine controlling xv
as a gui application.

Is it possible to configure the Xserver to acknowledge the windows mouse
via the xterm session?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Upgrading to 6.2-RELEASE from 6.2-STABLE

2007-06-20 Thread Mark Stout
Well I got the server up and running on the old kernel.  I redid the
buildworld and buildkernel.  I've held off for now on doing installworld and
installkernel until I get a better understanding of what caused me to go
into mountroot.  I use the "Escape to loader prompt" prompt to load the old
kernel.

Does anyone know what causes one to load into a mountroot prompt?



> -Original Message-
> From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 13, 2007 8:52 AM
> To: Mark Stout
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> freebsd-questions@freebsd.org
> Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE
>
>
> entering:
>
> mountroot> ufs:da0s1a
>
> ...doesn't work
>
> What does "?" command list.
>
> ~BAS
>
> On Tue, 2007-06-12 at 19:37 -0700, Mark Stout wrote:
> > I couldn't load da0s1a even though /dev/da0s1a is my root
> drive.  Manually load my old kernel from the prompt worked.
> >
> > I believe the mountroot is during the boot load.  I'm not
> anywhere near being able to do anything.
> >
> > I have no idea what the problem is.
> >
> >  [EMAIL PROTECTED] wrote:
> >
> > no idea, but maybe:
> > boot /boot/kernel/kernel
> > or
> > boot /boot/kernel.old/kernel
> >
> > What is 'mountroot' - is that the boot loader or the kernel/system
> > giving you that?
> >
> > try mounting your root drive!
> >
> > do a `df -k`, anything already mounted?
> >
> > oh!  or try:
> > fsck
> >
> > did it ask you to login?
> >
> >
> > Mark Stout wrote:
> > > I followed all the steps in the handbook as well as UPDATED
> and after a installworld and mergemaster its booting into
> 'mountroot>' and nothing I type mounts.  This is a production
> machine so I'm in dire need of assistence.
> > >
> > >  [EMAIL PROTECTED] wrote:
> > > On 11/06/07, Mark Stout <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >>> Following the tasks in Rebuilding "world" in the handbook
> > >>>
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworl
> d.html I removed the
> > >>> /usr/obj directory and did a buildworld.  When tryinmg to
> compile the kernel its failing on
> > >>> unknown option "MD5".  Commenting that out it fails on the
> line above MD5,  options LKM.
> > >>>  What's happening here?  These two options papear in the
> LINT file.  I can't find anything
> > >>> that explains why this would happen.
> > >>>
> > >> A follow-up to my last email.  I copied GENERIC to RADIUS2 and
> > >> symlinked to /root/kernel.  Then added the various LINT options.
> > >>
> > >> I started commenting out what is failing when I try to compile a new
> > >> kernel.  All are from the LINT file.  Is MD5 a default that does not
> > >> need to be specifically added?  What about ICMP_BANDLIM?  And
> > >> support for IDE drives. Are these already handed elsewhere
> in GENERIC?
> > >>
> > >> # These all failed as unknown options:
> > >> unknown option "MD5"
> > >> unknown option "LKM"
> > >> unknown option "CD9660_ROOTDELAY"
> > >> unknown option "NSWAPDEV"
> > >> unknown option "TCP_COMPAT_42"
> > >> unknown option "ICMP_BANDLIM"  (found in Handbook in Chapter
> 14 Securing FreeBSD)
> > >>
> > >>
> > >> # Do not understand why these are fialing
> > >> config: Error: device "acd0" is unknown
> > >> config: Error: device "wfd0" is unknown
> > >> config: Error: device "wst0" is unknown
> > >>
> > >> # This failed as a syntax error
> > >> controller  wdc0at isa? port "IO_WD1" bio irq 14
> > >>
> > >>
> > >
> > > Most of the above looks like old, deprecated
> > > stuff from 5.x and earlier (the "controller wdc0"
> > > line reminds me of 3.x or maybe NetBSD).
> > >
> > > IDE drive support is all handled by ata(4), all
> > > you should need for those in your kernel config
> > > is:
> > > device  ata
> > > device  atadisk
> > > device  atapicd
> > > (and obviously:)
> > > device eisa
> > > device pci
> > > Which are already part of GENERIC.
> > >
> > > /usr/src/sys//conf/LINT doesn't exist in 6.x.
> > > Try looking at /usr/src/sys//conf/NOTES
> > > and /usr/src/sys/conf/NOTES for knobs to twist
> > > and buttons to push.
> > >
> > >
> >
> >
> >
> >
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> --
> Brian A. Seklecki <[EMAIL PROTECTED]>
> Collaborative Fusion, Inc.
>
>
>
>
> IMPORTANT: This message contains confidential information and is
> intended only for the individual named. If the reader of this
> message is not an intended recipient (or the individual
> responsible for the delivery of this message to an intended
> recipient), please be advised that any re-use, dissemination,
> distribution or copying of this message is prohibited.  Please
> notify the sender immediately by e-mail if you have received this
> e-mail by mistake and delete this e-mail from your system.
>
>

_

Re: 6.2-stable/gnome

2007-06-20 Thread Nikola Lecic
On Wed, 20 Jun 2007 21:02:58 -0500 (CDT)
Eduardo Viruena Silva <[EMAIL PROTECTED]> wrote:

> (of course, I have the FreeBSD 6.2-RELEASE discs but they are
> outdated, the dependences are completely different from the ones used
> in 6.2-STABLE)

I'd say you misunderstood the relationship here: please note that
FreeBSD releases as such have not very much to do with the up-to-date
state of third party software and dependencies in the ports tree. You
can have up-to-date ports tree and installed applications on the latest
release of both CURRENT and STABLE branches (that includes the CD you
have -- you would just pick up the latest ports tree instead of one
shipped on CD).

You can read:

  http://www.freebsd.org/cgi/man.cgi?query=ports&sektion=7
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
  
http://www.freebsd.org/doc/en_US.ISO8859-1/books/dev-model/release-branches.html

(among other pages) for more details.

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


Re: 6.2-stable/gnome

2007-06-20 Thread Kris Kennaway
On Wed, Jun 20, 2007 at 09:02:58PM -0500, Eduardo Viruena Silva wrote:
> 
> Hello!
> 
> My systems says:
> 
> FreeBSD michelle.esfm.ipn.mx 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Jun 20 
> 15:14:14 CDT 2007 
> [EMAIL PROTECTED]:/usr/src/sys/i386/compile/eviruena  i386
> 
> I would like to install gnome BUT I CANNOT FIND IT.
> 
> If I try:
> 
>  pkg_add -r gnome2
> 
> I get:
> 
> michelle:/home/mrspock> pkg_add -r gnome2
> Error: FTP Unable to get 
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/gnome2.tbz:
>  
> File unavailable (e.g., file not found, no access)
> pkg_add: unable to fetch 
> 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/gnome2.tbz'
>  
> by URL
> 
> the same thing happends if I try:  gnome, gnome2, etc.
> 
> Is there a way of installing gnome2 without compiling it from the ports?
> 
> (of course, I have the FreeBSD 6.2-RELEASE discs but they are outdated,
> the dependences are completely different from the ones used in 6.2-STABLE)

Wait until it becomes entirely buildable.  Often in the immediate
aftermath of a new gnome release it does not completely build for a
week or so.

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


Re: What's the best diagnostic utility for wireless signal?

2007-06-20 Thread Olivier Nicole
> I want to be able to inspect the signal strength/quality so that I may 
> adjust the antenna to get best results.  What is the best diagnostic to use?

I once used Retina Wireless Network Security Scanner, from eEye
Digital Security. That is a Windows product and there is/was a free
download version.

Bests,

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


6.2-stable/gnome

2007-06-20 Thread Eduardo Viruena Silva


Hello!

My systems says:

FreeBSD michelle.esfm.ipn.mx 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Jun 20 
15:14:14 CDT 2007 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/eviruena  i386


I would like to install gnome BUT I CANNOT FIND IT.

If I try:

 pkg_add -r gnome2

I get:

michelle:/home/mrspock> pkg_add -r gnome2
Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/gnome2.tbz: 
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/gnome2.tbz' 
by URL


the same thing happends if I try:  gnome, gnome2, etc.

Is there a way of installing gnome2 without compiling it from the ports?

(of course, I have the FreeBSD 6.2-RELEASE discs but they are outdated,
the dependences are completely different from the ones used in 6.2-STABLE)

Thanks in advance.

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


Re: Apache, php?

2007-06-20 Thread Eric Crist

On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:


Ivan Carey wrote:



I don't have libphp5.so anywhere in /usr/local (did a find for it).
the php5 port is broken?  Or do I have to reinstall apache after php5?



You need to enable build of the php5 apache extension when you build  
the port - it's not enabled by default.


HTH

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


Re: Apache, php?

2007-06-20 Thread Jack Barnett

Ivan Carey wrote:

Jack Barnett wrote:

FreeBSD 6.2
Apache 1.3.37 (from ports)
php 5.2.3 (from ports)

on the command line doing `php index.php` works.
But if I use it though a web browser it just displays the php code.

I installed it like this (extensions to)
http://www.mydigitallife.info/2006/04/14/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-5/ 



The only difference is that I'm using 1.3 and not 2.x of Apache.

Apache config below
Installing 2.x isn't an option yet (test server, still need 1.3)

   fire2# grep -i php *
   httpd.conf:AddType application/x-httpd-php .php
   httpd.conf:AddType application/x-httpd-php-source .phps
   httpd.conf:
   httpd.conf:
   httpd.conf:DirectoryIndex index.php index.php3 index.html
   httpd.conf:
   httpd.conf:DirectoryIndex index.php3 index.html
   httpd.conf:
   httpd.conf:
   httpd.conf:DirectoryIndex index.php index.html
   httpd.conf:
   httpd.conf:
   httpd.conf: AddType application/x-httpd-php3 .php3
   httpd.conf: AddType application/x-httpd-php3-source .php3s
   httpd.conf:
   httpd.conf: AddType application/x-httpd-php .php
   httpd.conf: AddType application/x-httpd-php-source .phps
   httpd.conf: AddType application/x-httpd-php .php
   httpd.conf: AddType application/x-httpd-php-source .phps






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


.


Hello Jack,
I have 2 servers running one with php4 and one with php5

In the php4 httpd.conf I have:
LoadModule php4_modulelibexec/apache/libphp4.so
AddModule mod_php4.c

# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index.  Separate multiple entries with spaces.
#

   
   
   DirectoryIndex index.php index.php3 index.html
   
   
   DirectoryIndex index.php3 index.html
   
   
   
   
   DirectoryIndex index.php index.html
   
   
   DirectoryIndex index.html
   
   


# LanguagePriority allows you to give precedence to some languages
   # in case of a tie during content negotiation.
   #
   # Just list the languages in decreasing order of preference. We have
   # more or less alphabetized them here. You probably want to change 
this.

   #
   
   LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br 
ru ltz ca es sv tw

   

   
   AddType application/x-httpd-php3 .php3
   AddType application/x-httpd-php3-source .php3s
   
   
   AddType application/x-httpd-php .php
   AddType application/x-httpd-php-source .phps
   


In the Apache2 using php5 I have in the httpd.conf
LoadModule php5_module libexec/apache2/libphp5.so

# If the AddEncoding directives above are commented-out, then you
# probably should define those extensions to indicate media types:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

I hope this helps you with your configuration,
Regards,
Ivan


I don't have libphp5.so anywhere in /usr/local (did a find for it).
the php5 port is broken?  Or do I have to reinstall apache after php5?



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


Re: Apache, php?

2007-06-20 Thread Jack Barnett

doug wrote:

On Tue, 19 Jun 2007, Jack Barnett wrote:


FreeBSD 6.2
Apache 1.3.37 (from ports)
php 5.2.3 (from ports)

on the command line doing `php index.php` works.
But if I use it though a web browser it just displays the php code.

I installed it like this (extensions to)
http://www.mydigitallife.info/2006/04/14/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-5/ 



The only difference is that I'm using 1.3 and not 2.x of Apache.

Apache config below
Installing 2.x isn't an option yet (test server, still need 1.3)

  fire2# grep -i php *
  httpd.conf:AddType application/x-httpd-php .php
  httpd.conf:AddType application/x-httpd-php-source .phps
  httpd.conf:
  httpd.conf:
  httpd.conf:DirectoryIndex index.php index.php3 index.html
  httpd.conf:
  httpd.conf:DirectoryIndex index.php3 index.html
  httpd.conf:
  httpd.conf:
  httpd.conf:DirectoryIndex index.php index.html
  httpd.conf:
  httpd.conf:
  httpd.conf: AddType application/x-httpd-php3 .php3
  httpd.conf: AddType application/x-httpd-php3-source .php3s
  httpd.conf:
  httpd.conf: AddType application/x-httpd-php .php
  httpd.conf: AddType application/x-httpd-php-source .phps
  httpd.conf: AddType application/x-httpd-php .php
  httpd.conf: AddType application/x-httpd-php-source .phps

I just installed this combination, among the changes to httpd.conf I 
change pph4-->php5 (see below). You are not getting an index file. If 
you have 'Options +Indexes' browsing will get you an index listing but 
will not run index.php.



 #
 # This may also be "None", "All", or any combination of "Indexes",
@@ -452,18 +454,18 @@
 #
 
 
-
+
 DirectoryIndex index.php index.php3 index.html
 
-
+
 DirectoryIndex index.php3 index.html
 
 
 
-
+
 DirectoryIndex index.php index.html
 
-
+
 DirectoryIndex index.html
 
 



hrm... no I don't think that's it.
I put this in:
   DirectoryIndex index.php index.html

I have php5 install

I created this file:
test.php
   \n"); ?>
But that doesn't work either.

Is mod_layout screwing it up?

I don't understand what is wrong with it?
`php test.php` works fine.

Also there is no Module Load/Add in the httpd.conf for php.  I can't 
even find the libraries!


But /usr/local/bin/ has php and php-cgi (both executables).

Do I need to tell apache how to execute .php files?















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


Fw: KDE 3.5 Crashing(Solved)

2007-06-20 Thread Gemma Fletcher

Thanks everyone for their help! Final result was my video card. I had a
power surge a few weeks ago - and while I have a surge protector it stilled 
messed my card up a bit. So periodically the card would die and so would the 
system.


Pulled it out and used the onboard and problem solvered.


Hello Gemma,
Hello Nikola


Although it really looks like hardware, you can also do this to be 100%
sure it isn't software related:

(1) Had you used that computer before you have installed FreeBSD? It
would be a nice idea to post here the output of your 'dmesg'
or /var/log/messages.


Yes it was running XP - will post output once I finalise this car sale 
and

have a spare moment. :)


(2) Have you tried to run a small script as Matthias proposed?


Not yet - am reading up on how to run a script :)


(3) Are you sure your ports are up-to-date? If in doubt, install
ports-mgmt/portupgrade and run

  # portversion -v -L =


To cut a long scary story short sort of.  I've actually reinstalled 6.2, 
4
times as I seem  to have so many little things missing I wasn't sure if 
it

was me or the install.  So upgrading ports always eneded up crashing.
Anyway first few times went the full install, final time went with as 
just a

user install without X.  After that i installed X and then KDE from the
ports collection. Attempted a 7.2 upgrade thinking that might help a few
problems and in a word - nightmare.  A week later after finally getting 
past

the libxfct step the actual upgrade crashed as it couldn't seem to create
the xorg-libraries 7.2 directory.  So I just decided to ignore it for a
while.  But aside from xorg - everything else is up to date.


(4) If yes, as of "how to check X without KDE", do the following:

  (a) run 'xinit' without ~/.xinitrc file to avoid starting KDE and
  or any other window manager; (once you start it, you can go back
  by 'exit' or Ctrl+Alt+Backspace; please note that you must put the
  mouse over the window in order to move focus on it);

  (b) check if there are warning -- (WW) -- or other suspicious messages
  in /var/log/Xorg.0.log;

  (c) while in pure xinit session, run Firefox or other application that
  is not KDE/Qt related;

  (d) run Opera, Skype or similar app that is Qt- but not KDE-related;

  (e) run KDE applications (Konqueror, KMail, etc.)

and report one by one what happened, from (1) to (4e). Maybe it helps
to isolate the problem, besides hardware tests :)


Will try the above this arvo when i do the rest.

Thanks heaps :)

Nikola Lečić

Gemma

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





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


Re: /etc/ntp -- What is this directory used for?

2007-06-20 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Modulok wrote:
> The ntpd(8) manpage states that its config file is looked for at
> /etc/ntp.conf, by default. Drift files are stored in  /etc/ntp.drift,
> but this is overridden to be to be /var/db/ntpd.drift, as specified by
> the /etc/defaults/rc.conf file. Keys are stored at /etc/ntp.keys by
> default.
> 
> Question: If that is the case, what is the directory /etc/ntp used
> for? It is only readable by root, so it must be some manner of
> sensitive information...

Cryptographic keys for NTPv4 authentication.  See ntp-keygen(8) --
although that manual page misleadingly talks about '/usr/local/etc' which
is  incorrect on FreeBSD where ntpd is part of the base system.

Although I generally use /etc/ntp/ntp.keys for the password style stuff
instead of /etc/ntp.keys 

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGeb+88Mjk52CukIwRCNyBAJ9P4MV4E92z9TMFVQ0wKZPi85pVeQCcDUMd
l6yvNjHFk3q0nTtwAPiNfk8=
=W3Tk
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


tftpd problems

2007-06-20 Thread Mike Sweetser - Adhost
I'm having problems setting up tftpd on FreeBSD 6.2-RELEASE - our Cisco
routers cannot connect to the server, and only small files can be
uploaded.

Here's the line from inetd.conf:

tftpdgram   udp waitroot/usr/libexec/tftpd  tftpd -w
-l -s /home/tftproot

When TFTPing from a Cisco router, a zero-byte file is created, and then
a timeout occurs and it errors out.

When TFTPing from a Windows XP machine, only about 20-30 bytes of the
file are uploaded.  No error is received, it says it completes the
upload.

Any ideas?

Mike Sweetser

--
Mike Sweetser | Systems Administrator

Adhost Internet
140 Fourth Avenue North, Suite 360, Seattle, Washington 98109 USA
P 206.404.9000T 888.234.6781 (ADHOST-1)F 206.404.9050
E [EMAIL PROTECTED]W adhost.com

Our brand new Adhost West data center is open - contact us for a tour at
1-888-234-6781 (ADHOST-1)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


quad core and graphic cards

2007-06-20 Thread Instituto de Ingenieria Área de Sistemas Unix/Linux

Hello list

I've read the supported hardware list on the freesbd distribution page  but
it doesnt say anything about quad core processors and graphic acceleration
cards
Do you know where i can find a list  of  supported hardware that includes
these  devices?

Thank you very much

--
Instituto de Ingeniería de la UNAM
Coordinación de Sistemas de Cómputo
Área de Sistemas Unix/Linux
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ath (hostap) stuck beacon causes system to crash

2007-06-20 Thread Erik Norgaard

Hi:

I have a FBSD 6.2-STABLE box setup as access point with an ath based 
3Com NIC. At random, I get the following kernel error:


Jun 20 23:19:34 strange kernel: ath0: stuck beacon; resetting (bmiss 
count 4)
Jun 20 23:19:34 strange kernel: ath0: ath_reset: unable to reset 
hardware; hal status 3

Jun 20 23:21:57 strange kernel: ath0: device timeout
Jun 20 23:21:58 strange kernel: ath0: stuck beacon; resetting (bmiss 
count 4)
Jun 20 23:21:58 strange kernel: ath0: ath_reset: unable to reset 
hardware; hal status 3

Jun 20 23:22:12 strange kernel: ath0: device timeout
Jun 20 23:22:13 strange kernel: ath0: stuck beacon; resetting (bmiss 
count 4)
Jun 20 23:22:13 strange kernel: ath0: ath_reset: unable to reset 
hardware; hal status 3

Jun 20 23:22:27 strange kernel: ath0: device timeout
Jun 20 23:22:28 strange kernel: ath0: stuck beacon; resetting (bmiss 
count 4)
Jun 20 23:22:28 strange kernel: ath0: ath_reset: unable to reset 
hardware; hal status 3


After which either the ath interface stop functioning, I can login and 
reboot, or the system crashes and reboots, or the system just locks up 
completely and I need to reset it.


I have this line in rc.conf:

ifconfig_ath0="inet 10.0.0.1/24 ssid MyWifi mode 11g channel 6 mediaopt 
hostap"


The error occurs at about any time, including 5 in the morning when 
there is no wireless traffic.


I see no mention of this problem in the bug reports, but did find a post 
from 2005. However the suggested solution seems more like a workaround. 
Any clues how to solve this?


Can neighbouring networks using the same or adjacent channels cause this?

Thanks, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org


smime.p7s
Description: S/MIME Cryptographic Signature


Re: freebsd version of 'data' for getting epoch time ... ?

2007-06-20 Thread Dan Nelson
In the last episode (Jun 20), Gore Jarold said:
> If I have a arbitrary date/time and I want to convert
> that to epoch time, I do this with GNU date:
> 
> date --date='1970-01-01 00:02:00 +' +%s
>
> Easy.
> 
> Can someone tell me what the syntax is for FreeBSD
> date command ?

date -j -f '%Y-%m-%d %H:%M:%S %Z' '1970-01-01 00:02:00 GMT' +%s

Adjust the -f argument to match whatever format your input string has
(the date manpage has an example that parses date's default output back
into itself).  Unfortunately, it looks like strptime doesn't handle the
%z flag, which is why I changed your + to GMT and used %Z instead. 
%z is actually easier to parse, so I'm not sure why it's not handled.

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


freebsd version of 'data' for getting epoch time ... ?

2007-06-20 Thread Gore Jarold
If I have a arbitrary date/time and I want to convert
that to epoch time, I do this with GNU date:

date --date='1970-01-01 00:02:00 +' +%s

Easy.

Can someone tell me what the syntax is for FreeBSD
date command ?


  

Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


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


Re: What's the best diagnostic utility for wireless signal?

2007-06-20 Thread doug



On Wed, 20 Jun 2007, Tim Daneliuk wrote:


Andrew Liles wrote:

I use wireless on a FreeBSD 6.1 box in an area of low signal to my
Access Point.
I want to be able to inspect the signal strength/quality so that I may
adjust the antenna to get best results.  What is the best diagnostic to
use?

For instance:
   wicontrol wi0
produces:
...
Comms quality/signal/noise: [ 28 47 1 ]
dBm Coms Quality:   [ 14 -85 -99 ]
...

but what is "good" or which numbers should I be seeking maximise or
minimise?


Here's a less analytical way that may work if you have marginal signal strength:

1) Connect wirelessly
2) Start pinging a site near you (to mimimize delay effects over the larger 
internet)
3) Move the antenna around to see where ping delays minimize across

Similarly, you can do the same thing with traceroute which is even better 
because it
shows delay at each step of the route.

This is a quick-and-dirty scheme that may not always provide best results, but 
it's easy
and a good way to get started


I agree. I did some thing more basic to quantify my numbers. sit in 
from of the wireless router. Whatever the values are, that's as good as it gets. 
Then more further and further away until you can no long communicate. You can, 
of course, take measurements at each point.


I don't know how to get documentation on what the numbers mean (your question). 
Not all the wireless driver given the number in your formation. the ipw 
drive gives different (less??)  infomation on signal strength.

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


/etc/ntp -- What is this directory used for?

2007-06-20 Thread Modulok

The ntpd(8) manpage states that its config file is looked for at
/etc/ntp.conf, by default. Drift files are stored in  /etc/ntp.drift,
but this is overridden to be to be /var/db/ntpd.drift, as specified by
the /etc/defaults/rc.conf file. Keys are stored at /etc/ntp.keys by
default.

Question: If that is the case, what is the directory /etc/ntp used
for? It is only readable by root, so it must be some manner of
sensitive information...

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


Re: freebsd on laptop

2007-06-20 Thread Olivier Certner
Hi,

On modern laptops, the BIOS allows you to boot from an USB key. So, you 
could 
prepare a key on another machine to bootstrap FreeBSD, by putting a proper 
MBR, partition table and partition ("slice" in FreeBSD vocabulary). The BIOS 
makes real-mode programs that use it believe the key is a regular floppy 
disk.

Unless the FreeBSD's boot loader has problem or your BIOS does weird 
things, 
this should work. Please note that I've not tested this procedure myself, so 
I'm not 100% sure it will work.

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


Re: Missing /dev/agpgart

2007-06-20 Thread Roland Smith
On Wed, Jun 20, 2007 at 10:10:01PM +0200, Alberto Rizzi wrote:
> Roland Smith ha scritto:
> > On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote:
> >> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
> >> don't have neither 3D nor 2D.
> >> Am I right?
> > 
> > Reading radeon(4) it implies that agp is only used when DRI is
> > enabled. The AGP options and the BusType option are only used when DRI
> > is enabled. It doesn't look like you need AGP for the 2D support.
> > 
> > Roland
> My pc is P4 2.4GHz and Radeon 9600XT but Xorg 7.2 with Xfce4 (but also
> with wmii or other window manager) is very sloow
> 
> How can I check whether 2D acceleration is active or not?

grep Accel /var/log/Xorg.0.log

In my case this shows:
(**) RADEON(0): Initializing Acceleration
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
(II) RADEON(0): Acceleration enabled

> How can I improve performances?
> My xorg.conf is

You can remove GLcore, and dri, they're not supported on 9600XT yet.

>   Load  "GLcore"
>   Load  "xtrap"
>   Load  "dri"
>   Load  "freetype"
>   Load  "type1"
> EndSection
 
This might be slow as well.

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

According to radeon(4):

   Option "RenderAccel" "boolean"
  Enables  or  disables hardware Render acceleration.  This driver
  does not support component alpha (subpixel)  rendering.   It  is
  only  supported  on  Radeon  series  up  to  and  including 9200
  (9500/9700 and newer unsupported).  The  default  is  to  enable
  Render acceleration.

> Section "Device"

I think you can remove these five Options, because your hardware doesn't
support them.

>   Option  "AGPMode"   "8"
>   Option  "AGPFastWrite"  "on"
>   Option  "AccelMethod"   "XAA"
>   Option  "EnablePageFlip""1"
>   Option  "ColorTiling"   "1"
>   Identifier  "Card0"
>   Driver  "radeon"
>   VendorName  "ATI Technologies Inc"
>   BoardName   "RV350 AR [Radeon 9600]"
>   BusID   "PCI:1:0:0"

A couple of years ago, ATI released programming documentation for
radeons up to 9250 (rv280). So those are very well supported by
Xorg. Documentation for newer models was hard/impossible to obtain for a
long time. But recently an open source driver for the r500 chips called
xf86-video-avivo was announced, and AMD has committed itself to release
open source drivers for ATI cards was well.

So you could look for an older 9200 card, or wait for the new drivers.

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


pgpMKok612RIy.pgp
Description: PGP signature


freebsd-questions@freebsd.org

2007-06-20 Thread Lubomir Cvaniga


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


Re: Missing /dev/agpgart

2007-06-20 Thread Alberto Rizzi
Roland Smith ha scritto:
> On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote:
>> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
>> don't have neither 3D nor 2D.
>> Am I right?
> 
> Reading radeon(4) it implies that agp is only used when DRI is
> enabled. The AGP options and the BusType option are only used when DRI
> is enabled. It doesn't look like you need AGP for the 2D support.
> 
> Roland
My pc is P4 2.4GHz and Radeon 9600XT but Xorg 7.2 with Xfce4 (but also
with wmii or other window manager) is very sloow

How can I check whether 2D acceleration is active or not?
How can I improve performances?
My xorg.conf is

Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/local/share/X11/rgb"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load  "extmod"
Load  "record"
Load  "dbe"
Load  "glx"
Load  "GLcore"
Load  "xtrap"
Load  "dri"
Load  "freetype"
Load  "type1"
EndSection

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

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
#Option "XkbRules" "xorg"
#   Option  "XkbModel" "pc102"
Option  "XkbLayout" "it"
#   Option  "XkbOptions" "eurosign:e"   
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize  320   240 # mm
Identifier   "Monitor0"
VendorName   "VSC"
ModelName"E70f-5"
 ### Comment all HorizSync and VertRefresh values to use DDC:
#   HorizSync30.0 - 72.0
#   VertRefresh  50.0 - 160.0
Option  "DPMS"
EndSection

Section "Device"
Option  "AGPMode"   "8"
Option  "AGPFastWrite"  "on"
Option  "AccelMethod"   "XAA"
Option  "EnablePageFlip""1"
Option  "ColorTiling"   "1"
Identifier  "Card0"
Driver  "radeon"
VendorName  "ATI Technologies Inc"
BoardName   "RV350 AR [Radeon 9600]"
BusID   "PCI:1:0:0"
#   Identifier  "Card0"
#   Driver  "ati"
#   VendorName  "ATI Technologies Inc"
#   BoardName   "RV350 AR [Radeon 9600]"
#   BusID   "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport0 0
Modes   "1152x864"
Depth   24
EndSubSection
EndSection


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


Re: What's the best diagnostic utility for wireless signal?

2007-06-20 Thread Tim Daneliuk
Andrew Liles wrote:
> I use wireless on a FreeBSD 6.1 box in an area of low signal to my
> Access Point.
> I want to be able to inspect the signal strength/quality so that I may
> adjust the antenna to get best results.  What is the best diagnostic to
> use?
> 
> For instance:
>wicontrol wi0
> produces:
> ...
> Comms quality/signal/noise: [ 28 47 1 ]
> dBm Coms Quality:   [ 14 -85 -99 ]
> ...
> 
> but what is "good" or which numbers should I be seeking maximise or
> minimise?

Here's a less analytical way that may work if you have marginal signal strength:

1) Connect wirelessly
2) Start pinging a site near you (to mimimize delay effects over the larger 
internet)
3) Move the antenna around to see where ping delays minimize across

Similarly, you can do the same thing with traceroute which is even better 
because it
shows delay at each step of the route.

This is a quick-and-dirty scheme that may not always provide best results, but 
it's easy
and a good way to get started
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


What's the best diagnostic utility for wireless signal?

2007-06-20 Thread Andrew Liles
I use wireless on a FreeBSD 6.1 box in an area of low signal to my 
Access Point.
I want to be able to inspect the signal strength/quality so that I may 
adjust the antenna to get best results.  What is the best diagnostic to use?


For instance:
   wicontrol wi0
produces:
...
Comms quality/signal/noise: [ 28 47 1 ]
dBm Coms Quality:   [ 14 -85 -99 ]
...

but what is "good" or which numbers should I be seeking maximise or 
minimise?


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


Re: Missing /dev/agpgart

2007-06-20 Thread Roland Smith
On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote:
> Roland Smith ha scritto:
> > On Wed, Jun 20, 2007 at 11:07:34PM +1000, Norberto Meijome wrote:
> >> On Wed, 20 Jun 2007 08:18:29 +0200
> >> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> >>
> >>> Norberto Meijome ha scritto:
>  On Tue, 19 Jun 2007 17:44:12 +0200
>  Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> 
> > I have a motherboard with a via PT880 and an agp video card Radeon 
> > 9600XT
> >
> > I'm using 6-STABLE with "device agp" in the kernel configuration file
> > but the system doesn't create /dev/agpgart device
>  Hi Alberto,
>  have you loaded radeon.ko ?
> 
> >>> Now radeon and drm are compiled in the kernel. But I have the same
> >>> problem also if radeon and drm are dynamic modules.
> >> loading the modules would have done the same as building into it, with
> >> no build time :)
> >>
> >> sorry, I don't know ... so you still dont get any information about
> >> the card in dmesg and pciconf still shows the card as none: ... ?
> > 
> > The latest chip that is supported by radeon & drm for 3D accelleration
> > is the 9250 aka RV 280. The 9600 is much newer. It is only supported in
> > 2D by Xorg's radeon driver. See radeon(4):
> > 
> >RV360   Radeon 9600XT (2d only)
> > 
> > Roland
> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
> don't have neither 3D nor 2D.
> Am I right?

Reading radeon(4) it implies that agp is only used when DRI is
enabled. The AGP options and the BusType option are only used when DRI
is enabled. It doesn't look like you need AGP for the 2D support.

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


pgpFEaZs7Q8kT.pgp
Description: PGP signature


Getting INDEX-6.bz2 solved

2007-06-20 Thread Andrew Falanga

Ok,

Sorry for not posting a follow-up to my original request for help, but
google mail doesn't show messages sent from me until someone responds.
As I was thinking about the problem, I noticed that the fetch
directive for "make fetchindex" in /usr/ports was trying to get the
file from htt://www.freebsd.org/ports/INDEX-6.bz2.  Well, I realized
that our IT structure here is for a proxy server for http stuff.
After reading through the manual pages for fetch(8) and fetch(3) I
did:

setenv HTTP_PROXY 

and walla, everything worked.  So, problem solved.

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


Re: UFS(2, 3 ?) vs ZFS.

2007-06-20 Thread Hugo Silva

Tom Evans wrote:

On Fri, 2007-06-15 at 21:49 +0200, Wojciech Puchar wrote:
  

UFS and future derivatives are here to stay.



Yeah, but you know because of how nice ZFS is, a concept of using ZFS
for /home and UFS for everything else will probably turn into a
  
if ZFS will really be so nice i will be making small (50MB) partition for 
/boot files, ZFS on rest.

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



50MB ? Asking for trouble that is. All I've got is a debug kernel, and a
backup..

$ du -sh /boot
174M/boot

  

22K/boot/defaults
2.0K/boot/firmware
20M/boot/kernel
7.8M/boot/modules
4.0K/boot/zfs
20M/boot/kernel.old
20M/boot/kernel.works
68M/boot/
68Mtotal

Keeping porn on /boot ? So unorthodox! :-)

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


Re: UFS(2, 3 ?) vs ZFS.

2007-06-20 Thread Tom Evans
On Fri, 2007-06-15 at 21:49 +0200, Wojciech Puchar wrote:
> >> UFS and future derivatives are here to stay.
> >> 
> > Yeah, but you know because of how nice ZFS is, a concept of using ZFS
> > for /home and UFS for everything else will probably turn into a
> 
> if ZFS will really be so nice i will be making small (50MB) partition for 
> /boot files, ZFS on rest.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

50MB ? Asking for trouble that is. All I've got is a debug kernel, and a
backup..

$ du -sh /boot
174M/boot



signature.asc
Description: This is a digitally signed message part


Re: Missing /dev/agpgart

2007-06-20 Thread Alberto Rizzi
Roland Smith ha scritto:
> On Wed, Jun 20, 2007 at 11:07:34PM +1000, Norberto Meijome wrote:
>> On Wed, 20 Jun 2007 08:18:29 +0200
>> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
>>
>>> Norberto Meijome ha scritto:
 On Tue, 19 Jun 2007 17:44:12 +0200
 Alberto Rizzi <[EMAIL PROTECTED]> wrote:

> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
>
> I'm using 6-STABLE with "device agp" in the kernel configuration file
> but the system doesn't create /dev/agpgart device
 Hi Alberto,
 have you loaded radeon.ko ?

>>> Now radeon and drm are compiled in the kernel. But I have the same
>>> problem also if radeon and drm are dynamic modules.
>> loading the modules would have done the same as building into it, with
>> no build time :)
>>
>> sorry, I don't know ... so you still dont get any information about
>> the card in dmesg and pciconf still shows the card as none: ... ?
> 
> The latest chip that is supported by radeon & drm for 3D accelleration
> is the 9250 aka RV 280. The 9600 is much newer. It is only supported in
> 2D by Xorg's radeon driver. See radeon(4):
> 
>RV360   Radeon 9600XT (2d only)
> 
> Roland

Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
don't have neither 3D nor 2D.
Am I right?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Missing /dev/agpgart

2007-06-20 Thread Roland Smith
On Wed, Jun 20, 2007 at 11:07:34PM +1000, Norberto Meijome wrote:
> On Wed, 20 Jun 2007 08:18:29 +0200
> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> 
> > Norberto Meijome ha scritto:
> > > On Tue, 19 Jun 2007 17:44:12 +0200
> > > Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> > > 
> > >> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
> > >>
> > >> I'm using 6-STABLE with "device agp" in the kernel configuration file
> > >> but the system doesn't create /dev/agpgart device
> > > 
> > > Hi Alberto,
> > > have you loaded radeon.ko ?
> > > 
> > Now radeon and drm are compiled in the kernel. But I have the same
> > problem also if radeon and drm are dynamic modules.
> 
> loading the modules would have done the same as building into it, with
> no build time :)
> 
> sorry, I don't know ... so you still dont get any information about
> the card in dmesg and pciconf still shows the card as none: ... ?

The latest chip that is supported by radeon & drm for 3D accelleration
is the 9250 aka RV 280. The 9600 is much newer. It is only supported in
2D by Xorg's radeon driver. See radeon(4):

   RV360   Radeon 9600XT (2d only)

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


pgpJslrh6ATZw.pgp
Description: PGP signature


How does one get the INDEX-6.bz2 file for the ports index "manually"

2007-06-20 Thread Andrew Falanga

Hi,

Well, the subject line pretty much says it all.  I'm working on
updating the xorg packages on my installation so that I can install
WireShark.  I'm to the point in the upgrade that I'm rebuilding the
ports index (I installed portupgrade-devel in favor of the current
version of portupgrade as mentioned in the UPDATING file).

As the instructions say, since I haven't altered the environment in
any way, I didn't have to rebuild the index, I could simply do "make
fetchindex".  Well, this simple step isn't working so simply.  At
home, it did, but here at work I'm having difficulty.  The connection
is constantly refused.  Where does this file reside?  I'd like to just
download it directly to /usr/ports and have the make system do what
must be done.  This at least works with other packages that I've had
refusals on when installing.

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


Re: freebsd on laptop

2007-06-20 Thread DAve

Tsu-Fan Cheng wrote:

no, i dont have floppy...


Search for FreeBSD diskless booting, the manual has info, there some how 
to sites as well. I've installed in Dell DataVaults this way. Works fine 
if your NIC card supports PXEBoot.


DAve



TFC

On 6/20/07, Eduardo Viruena Silva <[EMAIL PROTECTED]> wrote:


On Wed, 20 Jun 2007, Tsu-Fan Cheng wrote:

> hi folks,
>  I want to buy a laptop and install linux and freebsd, the problem is,
> some 14' laptop doesnt come with cdrom and floppy, but has win2000
> installed. How can I install linux and freebsd on it? My experience is
about
> installing on a desktop by booting from floppies. THank you!!
>

You can boot from floppies, configure your network card and install the
system using FTP.

I had used a diskless system to install FreeBSD in computers that
do not even have floppies!

There is a lot of possibilities.

Eduardo.



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






--
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache, php?

2007-06-20 Thread doug

On Tue, 19 Jun 2007, Jack Barnett wrote:


FreeBSD 6.2
Apache 1.3.37 (from ports)
php 5.2.3 (from ports)

on the command line doing `php index.php` works.
But if I use it though a web browser it just displays the php code.

I installed it like this (extensions to)
http://www.mydigitallife.info/2006/04/14/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-5/

The only difference is that I'm using 1.3 and not 2.x of Apache.

Apache config below
Installing 2.x isn't an option yet (test server, still need 1.3)

  fire2# grep -i php *
  httpd.conf:AddType application/x-httpd-php .php
  httpd.conf:AddType application/x-httpd-php-source .phps
  httpd.conf:
  httpd.conf:
  httpd.conf:DirectoryIndex index.php index.php3 index.html
  httpd.conf:
  httpd.conf:DirectoryIndex index.php3 index.html
  httpd.conf:
  httpd.conf:
  httpd.conf:DirectoryIndex index.php index.html
  httpd.conf:
  httpd.conf:
  httpd.conf: AddType application/x-httpd-php3 .php3
  httpd.conf: AddType application/x-httpd-php3-source .php3s
  httpd.conf:
  httpd.conf: AddType application/x-httpd-php .php
  httpd.conf: AddType application/x-httpd-php-source .phps
  httpd.conf: AddType application/x-httpd-php .php
  httpd.conf: AddType application/x-httpd-php-source .phps

I just installed this combination, among the changes to httpd.conf I change 
pph4-->php5 (see below). You are not getting an index file. If you have 'Options 
+Indexes' browsing will get you an index listing but will not run index.php.



 #
 # This may also be "None", "All", or any combination of "Indexes",
@@ -452,18 +454,18 @@
 #
 
 
-
+
 DirectoryIndex index.php index.php3 index.html
 
-
+
 DirectoryIndex index.php3 index.html
 
 
 
-
+
 DirectoryIndex index.php index.html
 
-
+
 DirectoryIndex index.html
 
 

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


Re: freebsd on laptop

2007-06-20 Thread Jerry McAllister
On Wed, Jun 20, 2007 at 10:35:16AM -0400, Tsu-Fan Cheng wrote:

> hi folks,
>   I want to buy a laptop and install linux and freebsd, the problem is,
> some 14' laptop doesnt come with cdrom and floppy, but has win2000
> installed. How can I install linux and freebsd on it? My experience is about
> installing on a desktop by booting from floppies. THank you!!

If you buy a new enough one, it should have a USB port and most likely
be able to boot from that USB port.   So, buy a USB CDrom drive and
boot the install CD from that and then do the rest of the install
over the net - from a FreeBSD FTP mirror.

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


Re: freebsd on laptop

2007-06-20 Thread Giorgos Keramidas
On 2007-06-20 10:35, Tsu-Fan Cheng <[EMAIL PROTECTED]> wrote:
> hi folks,
>   I want to buy a laptop and install linux and freebsd, the problem is,
> some 14' laptop doesnt come with cdrom and floppy, but has win2000
> installed. How can I install linux and freebsd on it? My experience is about
> installing on a desktop by booting from floppies. THank you!!

net-booting, is an option :-)

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


Re: freebsd on laptop

2007-06-20 Thread Eric Crist

On Jun 20, 2007, at 9:39 AMJun 20, 2007, Eduardo Viruena Silva wrote:


On Wed, 20 Jun 2007, Tsu-Fan Cheng wrote:


hi folks,
 I want to buy a laptop and install linux and freebsd, the problem  
is,

some 14' laptop doesnt come with cdrom and floppy, but has win2000
installed. How can I install linux and freebsd on it? My  
experience is about

installing on a desktop by booting from floppies. THank you!!



You can boot from floppies, configure your network card and install  
the system using FTP.


I had used a diskless system to install FreeBSD in computers that
do not even have floppies!

There is a lot of possibilities.



Buy a laptop that has at least a CD ROM or a Floppy drive...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd on laptop

2007-06-20 Thread Joe Holden
Tsu-Fan Cheng wrote:
> no, i dont have floppy...
> 
> TFC
> 
> On 6/20/07, Eduardo Viruena Silva <[EMAIL PROTECTED]> wrote:
>>
>> On Wed, 20 Jun 2007, Tsu-Fan Cheng wrote:
>>
>> > hi folks,
>> >  I want to buy a laptop and install linux and freebsd, the problem is,
>> > some 14' laptop doesnt come with cdrom and floppy, but has win2000
>> > installed. How can I install linux and freebsd on it? My experience is
>> about
>> > installing on a desktop by booting from floppies. THank you!!
>> >
>>
>> You can boot from floppies, configure your network card and install the
>> system using FTP.
>>
>> I had used a diskless system to install FreeBSD in computers that
>> do not even have floppies!
>>
>> There is a lot of possibilities.
>>
>> Eduardo.
>>
>>
If its fairly recently, it will probably support PXE, you could
boot+install via that?

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


Re: freebsd on laptop

2007-06-20 Thread Tsu-Fan Cheng

no, i dont have floppy...

TFC

On 6/20/07, Eduardo Viruena Silva <[EMAIL PROTECTED]> wrote:


On Wed, 20 Jun 2007, Tsu-Fan Cheng wrote:

> hi folks,
>  I want to buy a laptop and install linux and freebsd, the problem is,
> some 14' laptop doesnt come with cdrom and floppy, but has win2000
> installed. How can I install linux and freebsd on it? My experience is
about
> installing on a desktop by booting from floppies. THank you!!
>

You can boot from floppies, configure your network card and install the
system using FTP.

I had used a diskless system to install FreeBSD in computers that
do not even have floppies!

There is a lot of possibilities.

Eduardo.



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


Re: freebsd on laptop

2007-06-20 Thread Eduardo Viruena Silva

On Wed, 20 Jun 2007, Tsu-Fan Cheng wrote:


hi folks,
 I want to buy a laptop and install linux and freebsd, the problem is,
some 14' laptop doesnt come with cdrom and floppy, but has win2000
installed. How can I install linux and freebsd on it? My experience is about
installing on a desktop by booting from floppies. THank you!!



You can boot from floppies, configure your network card and install the 
system using FTP.


I had used a diskless system to install FreeBSD in computers that
do not even have floppies!

There is a lot of possibilities.

   Eduardo.

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


Re: Multi Monitors (More Than Two)

2007-06-20 Thread John Nielsen
On Wednesday 20 June 2007 01:27:01 am Andrew Pantyukhin wrote:
> On 6/20/07, Garrett Cooper <[EMAIL PROTECTED]> wrote:
> > Adam St. George wrote:
> > > Will FreeBSD be able to have a setup for 16 monitors?  Id love to
> > > finaly, and fully switch to FreeBSD from Microsoft, but two things hold
> > > me back. 1. Multi monitors
> > > 2. Using/configuring Wine
> > > If I can have a setup with 16 monitors, are there any threads, or
> > > websites
> > > which could help me to do so?  I will be using Quadro Nvidia cards (4).
> > >
> > > Thanks in advance.
> >
> > 1. SLI support and Crossfire support don't exist in Unix. How can you
> > possibly setup 16 monitors? Even with splitters, it's not possible
> > (unless you use PCI cards).
>
> I'm not sure about SLI and Crossfire, but I'm sure that
> Unix doesn't really need them to support that many monitors.
> Whether you use one Xorg instance or multiple ones, you can
> certainly use 16 monitors. The only issue could be nvidia's
> binary drivers, but I hope they support their Quadro's.
>
> Search for words like "Xinerama" and "multiheading"
>
> > 2. Wine has plenty of Howto's all over the net.
>
> Linux has better support for wine, but FreeBSD is not far
> behind. E.g. many people are running 3D games under wine
> in FreeBSD. Internet Explorer is happily running on PC-
> BSD, which means it won't have much trouble on FreeBSD.

The binary nvidia driver works just fine with Quadro cards, and between 
Xinerama and the built-in TwinView support (possibly only using one or the 
other) I'm sure you'd be able to drive all your screens and arrange them how 
you'd like. Just be prepared to do some research, use the nvidia-xconfig tool 
a couple times, do some experimenting, and then manually edit your xorg.conf 
to get the behavior you want. (Possibly repeated a few times).

You'll have the best luck with the nvidia driver on 6.2 or 6-STABLE, and it 
only supports i386 (not amd64). Take a look at this list to be sure you 
install a version of the driver that supports your card:

http://us.download.nvidia.com/freebsd/1.0-9746/README/appendix-a.html

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


freebsd on laptop

2007-06-20 Thread Tsu-Fan Cheng

hi folks,
  I want to buy a laptop and install linux and freebsd, the problem is,
some 14' laptop doesnt come with cdrom and floppy, but has win2000
installed. How can I install linux and freebsd on it? My experience is about
installing on a desktop by booting from floppies. THank you!!

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


Re: Missing /dev/agpgart

2007-06-20 Thread Norberto Meijome
On Wed, 20 Jun 2007 08:18:29 +0200
Alberto Rizzi <[EMAIL PROTECTED]> wrote:

> Norberto Meijome ha scritto:
> > On Tue, 19 Jun 2007 17:44:12 +0200
> > Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> > 
> >> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
> >>
> >> I'm using 6-STABLE with "device agp" in the kernel configuration file
> >> but the system doesn't create /dev/agpgart device
> > 
> > Hi Alberto,
> > have you loaded radeon.ko ?
> > 
> Now radeon and drm are compiled in the kernel. But I have the same
> problem also if radeon and drm are dynamic modules.

loading the modules would have done the same as building into it, with no build 
time :)

sorry, I don't know ... so you still dont get any information about the card in 
dmesg and pciconf still shows the card as none: ... ? 

_
{Beto|Norberto|Numard} Meijome

When you just want a system that works, you choose Linux;
When you want a system that just works, you choose Microsoft. 

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


MII without PHY problem with SBC card

2007-06-20 Thread Richard Smith
Dear all,

I have a ROCKY-3786EV-RS which is a PICMG single board computer. It has
an embedded NIC which is initially detected as fxp0, but then fails to
attach with an "MII without PHY" error.

Is this a fixable problem? Is this a bug? Is the LAN interface lost to me?

Verbose 'dmesg' up to the place of the error message follows:

Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0b52000.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0b52160.
Calibrating clock(s) ... i8254 clock: 1193156 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 996551401 Hz
CPU: Intel Pentium III (996.55-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x68a  Stepping = 10
 
Features=0x387f9ff
real memory  = 267321344 (254 MB)
Physical memory chunk(s):
0x1000 - 0x0009efff, 647168 bytes (158 pages)
0x0010 - 0x003f, 3145728 bytes (768 pages)
0x00c25000 - 0x0fa32fff, 249618432 bytes (60942 pages)
avail memory = 252059648 (240 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fae70
bios32: Entry = 0xfb2f0 (c00fb2f0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf+0xb320
pnpbios: Found PnP BIOS data at 0xc00fbcd0
pnpbios: Entry = f:bd00  Rev = 1.0
Other BIOS signatures found:
wlan: <802.11 Link Layer>
ath_rate: version 1.2 
null: 
random: 
nfslock: pseudo-device
io: 
kbd: new array size 4
kbd1 at kbdmux0
mem: 
Pentium Pro MTRR support enabled
ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
rr232x: RocketRAID 232x controller driver v1.02 (Jan 12 2007 10:40:02)
npx0: INT 16 interface
acpi0:  on motherboard
acpi0: [MPSAFE]
pci_open(1):mode 1 addr port (0x0cf8) is 0x8058
pci_open(1a):mode1res=0x8000 (0x8000)
pci_cfgcheck:device 0 [class=06] [hdr=00] is there (id=11308086)
pcibios: BIOS version 2.10
Found $PIR table, 15 entries at 0xc00fde60
PCI-Only Interrupts: 5 9 10 11 12
Location  Bus Device Pin  Link  IRQs
slot 1  18A   0x68  3 4 5 7 9 10 11 12 14 15
slot 1  18B   0x69  3 4 5 7 9 10 11 12 14 15
slot 1  18C   0x6a  3 4 5 7 9 10 11 12 14 15
slot 1  18D   0x6b  3 4 5 7 9 10 11 12 14 15
slot 2  1   15A   0x61  3 4 5 7 9 10 11 12 14 15
slot 2  1   15B   0x62  3 4 5 7 9 10 11 12 14 15
slot 2  1   15C   0x63  3 4 5 7 9 10 11 12 14 15
slot 2  1   15D   0x60  3 4 5 7 9 10 11 12 14 15
slot 3  1   14A   0x62  3 4 5 7 9 10 11 12 14 15
slot 3  1   14B   0x63  3 4 5 7 9 10 11 12 14 15
slot 3  1   14C   0x60  3 4 5 7 9 10 11 12 14 15
slot 3  1   14D   0x61  3 4 5 7 9 10 11 12 14 15
slot 4  1   13A   0x63  3 4 5 7 9 10 11 12 14 15
slot 4  1   13B   0x60  3 4 5 7 9 10 11 12 14 15
slot 4  1   13C   0x61  3 4 5 7 9 10 11 12 14 15
slot 4  1   13D   0x62  3 4 5 7 9 10 11 12 14 15
slot 5  1   12A   0x60  3 4 5 7 9 10 11 12 14 15
slot 5  1   12B   0x61  3 4 5 7 9 10 11 12 14 15
slot 5  1   12C   0x62  3 4 5 7 9 10 11 12 14 15
slot 5  1   12D   0x63  3 4 5 7 9 10 11 12 14 15
slot 6  1   11A   0x61  3 4 5 7 9 10 11 12 14 15
slot 6  1   11B   0x62  3 4 5 7 9 10 11 12 14 15
slot 6  1   11C   0x63  3 4 5 7 9 10 11 12 14 15
slot 6  1   11D   0x60  3 4 5 7 9 10 11 12 14 15
slot 7  1   10A   0x62  3 4 5 7 9 10 11 12 14 15
slot 7  1   10B   0x63  3 4 5 7 9 10 11 12 14 15
slot 7  1   10C   0x60  3 4 5 7 9 10 11 12 14 15
slot 7  1   10D   0x61  3 4 5 7 9 10 11 12 14 15
slot 8  19A   0x68  3 4 5 7 9 10 11 12 14 15
slot 8  19B   0x69  3 4 5 7 9 10 11 12 14 15
slot 8  19C   0x6a  3 4 5 7 9 10 11 12 14 15
slot 8  19D   0x6b  3 4 5 7 9 10 11 12 14 15
slot 9  17A   0x61  3 4 5 7 9 10 11 12 14 15
slot 9  17B   0x62  3 4 5 7 9 10 11 12 14 15
slot 9  17C   0x63  3 4 5 7 9 10 11 12 14 15
slot 9  17D   0x60  3 4 5 7 9 10 11 12 14 15
slot 10 16A   0x62  3 4 5 7 9 10 11 12 14 15
slot 10 16B   0x63  3 4 5 7 9 10 11 12 14 15
slot 10 16C   0x60  3 4 5 7 9 10 11 12 14 15
slot 10 16D   0x61  3 4 5 7 9 10 11 12 14 15
slot 11 15A   0x63  3 4 5 7 9 10 11 12 14 15
slot 11 15B   0x62  3 4 5 7 9 10 11 12 14 15
slot 11 15C   0x61  3 4 5 7 9 10 11 12 14 15
slot 11 15D   0x60  3 4 5 7 9 10 11 12 14 15
slot 12 14A   0x60  3 4 5 7 9 10 11 12 14 15
slot 12 14B   0x

Re: FreeBSD 3D Desktop (XGL/AIGLX/...) how to start?

2007-06-20 Thread Tsu-Fan Cheng

yeah, i conquer. I tried to start beryl in .xinitrc just like some window
manager (e.g. fluxbox), all I got is some background and no further action.

 so I guess its good to couple beryl to something else. Can anyone suggest
some desktop manager that is not so bloated? thank you!!

TFC

On 6/19/07, Khairil Yusof <[EMAIL PROTECTED]> wrote:


On Tue, 2007-06-19 at 12:03 -0400, Tsu-Fan Cheng wrote:
> hi,
>   i have a silly question about beryl/compiz.. what is the
> relationship between beryl and say, gnome??
> thanks

Beryl/Compiz are window managers. They control position, size,
minimised, maximised, virtual desktops etc.

Window managers are one part of the Gnome Desktop, which includes other
parts like the file manager (which manages the folders on your desktop),
the control panel, basic applications like gedit etc.

Currently the default window manager is Metacity which is 2D, by using
Beryl/Compiz you are replacing this part.

Hope this answers your question.



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


Re: Wheel Group users get root access without password prompt in 6.2

2007-06-20 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 18 Jun 2007 13:32:05 -0400
Bill Moran <[EMAIL PROTECTED]> wrote:

> In response to Tek Bahadur Limbu <[EMAIL PROTECTED]>:
> 
> > Prakash Poudyal wrote:
> > > Hello Tek
> > > I think you donot have a root password it may be blank. And you know the
> > > group of the root is wheel. your user group and root group is same so be
> > > careful with that too.
> > 
> > Hi Prakash,
> > 
> > This is the 2nd time that I am facing this root password problem in 
> > FreeBSD-6.2.
> > 
> > I did set the root password during sysinstall. In addition, I had even 
> > created a user account in the wheel group. However, for some strange 
> > reasons, the user got deleted and the root's password got reseted to 
> > blank when the freebsd box got rebooted.
> > 
> > After reboot, I again have to manually set the root password and create 
> > a user account once again. All is fine and well after that.
> > 
> > I have really found FreeBSD-6.2 stable and steady for production use 
> > however.
> 
> You've got something bizarre going on with your setup.  I've never seen
> the behaviour you describe.
> 
> Are you sure that when you set the password, it actually works?  It's
> difficult for me to even imagine what kind of problem would cause what
> you describe without the system also being completely unstable as well.
> 
> Can you give us script captures of the process (sanitized as necessary,
> don't email out any passwords) so we can see what you're doing any all
> the messages the system provides?

Hi Bill and All,

I thank you and all for your concern and support. I think when I was given the 
post configuration setup during the last phase of the sysinstall, I made the 
mistake of not saving the result. 

I will setup on FreeBSD-6.2 tomorrow again. I will monitor the process and keep 
alert during the post installation setup especially on the section when adding 
users on the system.

Thanking you...


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


- -- 


With best regards and good wishes,

Yours sincerely,

Tek Bahadur Limbu

(TAG/TDG Group)
Jwl Systems Department

Worldlink Communications Pvt. Ltd.

Jawalakhel, Nepal

http://www.wlink.com.np
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (FreeBSD)

iD8DBQFGeQdAVrOl+eVhOvYRAhu1AJ46sQgGRK1/85tpO/Z+v6COQmR81ACgqlQe
VU8+x/hhEeXOe4n2qEsnBbA=
=xuh0
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Interesting Change In ssh Behavior

2007-06-20 Thread Konrad Heuer


On Tue, 19 Jun 2007, Tim Daneliuk wrote:


Bill Campbell wrote:

On Tue, Jun 19, 2007, Tim Daneliuk wrote:

I just recently update one 6.2 and one 4.11 machine to the latest stable
sources and built world.  Now, for some odd reason, I cannot tunnel X
via ssh from remote clients.  Did the defaults for sshd change lately
or is there some other culprit?


First make sure that the sshd_config file on the server machine
has ``X11Forwarding yes'' set.


Had the problem too, had to set

XAuthLocation /usr/X11R6/bin/xauth

in ssd_config although this should be the default.

Best regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]


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