Re: usingh ssh

2005-02-28 Thread Stevan Tiefert


On Tue, 1 Mar 2005, Bhaban Singh wrote:

> i try to connect freebsd system from another freebsd system by using
> ssh command. but the connect refuse in port 22. i try using port 21
> but it also fail.
>
> please suggest me how to connect to another freebsd system
>
> i have install freebsd 5.3 (kernel development, port collection) and i
> also compile my kernel.
>
> thanks
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Hello Bhaban!

Did you switched

sshd_enable="YES"

in your /etc/rc.conf on the workstation?

With regards
Stevan Tiefert

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


Re: usingh ssh

2005-02-28 Thread pete wright
your best bet is to check the Handbook for all configuration issues
relating to Freebsd.  it's free and online, not a bad deal eh?  check
this out:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/openssh.html

sshd is prolly not running on the target system, enable it in
/etc/rc.conf, reboot and you should be all set.


-p

On Tue, 1 Mar 2005 16:31:58 +0900, Bhaban Singh <[EMAIL PROTECTED]> wrote:
> i try to connect freebsd system from another freebsd system by using
> ssh command. but the connect refuse in port 22. i try using port 21
> but it also fail.
> 
> please suggest me how to connect to another freebsd system
> 
> i have install freebsd 5.3 (kernel development, port collection) and i
> also compile my kernel.
> 
> thanks
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: usingh ssh

2005-02-28 Thread Jarrod - Cybertek
On the remote system, set in the /etc/rc.conf file the line
"sshd_enable="YES""

Does that work? 


Jarrod Meyer | Technical | C Y B E R T E K
Tel: 031-2075287  Fax: 031-2082210
E-mail: [EMAIL PROTECTED] 
Website: www.cybertek.co.za
 
 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Bhaban Singh
> Sent: Tuesday, March 01, 2005 9:32 AM
> To: [EMAIL PROTECTED]
> Subject: usingh ssh
> 
> i try to connect freebsd system from another freebsd system by using
> ssh command. but the connect refuse in port 22. i try using port 21
> but it also fail.
> 
> please suggest me how to connect to another freebsd system
> 
> i have install freebsd 5.3 (kernel development, port collection) and i
> also compile my kernel.
> 
> thanks
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"

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


usingh ssh

2005-02-28 Thread Bhaban Singh
i try to connect freebsd system from another freebsd system by using
ssh command. but the connect refuse in port 22. i try using port 21
but it also fail.

please suggest me how to connect to another freebsd system

i have install freebsd 5.3 (kernel development, port collection) and i
also compile my kernel.

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


Re: FreeBSD 5.4-PRERELEASE as cvsupdated today won't build, OS crashes

2005-02-28 Thread O. Hartmann
Well, it sounds funny,
but it seems to be fixed by plugging in keyboard/mouse (both USB) into 
the USB ports on mobo - not as the scientist in Mainz did: into the
TFT's USB hub. This seems to be an issue. Fridey last week, this machine ran
head- and keyboardless until I did some stupid misconfigurations in the
kernel. That's it ...

Sorry
Oliver
P.S. Why is this behaviour so lethal to the kernel?
Donald J. O'Neill wrote:
On Monday 28 February 2005 11:06 am, Robert Watson wrote:
On Mon, 28 Feb 2005, O. Hartmann wrote:
I did a cvsupdate several minutes before and tried to build world. 
A buildworld stops as shown below in building libkvm.
This is believed to now be fixed with an updated kvm_proc.c.  If not,
please let me know.

Also, the system is really instable after I build the kernel for
itself. Under heavy load, the machine get stuck and freezes.
I have no more informations due to remote control of the system.
Do you have approximate before/after dates for when the instability
began? In particular, was it with an update in the last 48 or 96
hours?
Robert N M Watson

Robert,
If it helps you narrow things down, I did my last cvsup-src just before 
11:22AM yesterday, 02/27/05. Everything was smooth sailing. My system 
appears stable.
  25211 Feb  5 07:48 /usr/src/lib/libkvm/kvm_proc.c

I use it mainly as a desktop, so it might not be real indicative how 
stable it is as a server.

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


crontab synatx

2005-02-28 Thread Eugene M. Minkovskii
Hello.

I put in my crontab following string:

# min hour mday month wday command
0 7*/3   * *   echo "Hello world"

So, I hope, this command will be workind every third day:
3,6,9,12 etc, because at man crontab we read:


For example, ``0-23/2'' can be used in the hours field to specify
command execution every other hour (the alternative in the V7
standard is ``0,2,4,6,8,10,12,14,16,18,20,22'').


But, my command worked at 28 feb, and 1 march.

Other case I type

# min hour mday month wday command
0 7*/14   * *   echo "Hello world"

And this is work at 15 febr. Is it bug or feature? Perhaps
crontab count day of month from zero? If so, when should work
command if I type directly number of day:

# min hour mday month wday command
0 714   * *   echo "Hello world"

And how will be counted months?



-- 
Sensory  yours, Eugene  Minkovskii
Сенсорно ваш,   Евгений Миньковский
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Cannot compile koffice - missing libfpx-1.2.0.11.tar.bz2

2005-02-28 Thread v . demartino2
I'm trying to compile and install koffice BUT freeBSD 5.3 doesn't find the
libfpx-1.2.0.11.tar.bz2 (see below  an extract of the log). I've checked
the various directory searched and a more recent version 
libfpx-1.2.0.12.tar.bz2.
Please help.
Thanks
Vittorio

make install
===>   koffice-1.3.5_2,1 depends on executable: Magick-config - not found
===>Verifying install for Magick-config in /usr/ports/graphics/ImageMagick
===>   ImageMagick-6.1.9.4 depends on executable: freetype-config - found

===>   ImageMagick-6.1.9.4 depends on shared library: tiff.4 - found
===>   ImageMagick-6.1.9.4 depends on shared library: fpx.1 - not found
===>Verifying install for fpx.1 in /usr/ports/graphics/libfpx
===>  Vulnerability check disabled, database not found
=> libfpx-1.2.0.11.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from 
ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/delegates/.
fetch: 
ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/delegates/.
fetch: 
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://www.t.ring.gr.jp/pub/graphics/ImageMagick/.
fetch: ftp://www.t.ring.gr.jp/pub/graphics/ImageMagick/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
http://www.t.ring.gr.jp/archives/graphics/ImageMagick/.
fetch: 
http://www.t.ring.gr.jp/archives/graphics/ImageMagick/libfpx-1.2.0.11.tar.bz2:
Not Found
=> Attempting to fetch from ftp://ftp.crc.ca/pub/packages/graphics/imagemagick/.
fetch: 
ftp://ftp.crc.ca/pub/packages/graphics/imagemagick/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/.
fetch: 
ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://ftp.planetmirror.com/pub/ImageMagick/delegates/.
fetch: 
ftp://ftp.planetmirror.com/pub/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/delegates/.
fetch: 
ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://zoffy.asahi-net.or.jp/pub/graphics/ImageMagick/delegates/.
fetch: 
ftp://zoffy.asahi-net.or.jp/pub/graphics/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/delegates/.
fetch: 
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://ftp.eos.hokudai.ac.jp/pub/graphics/ImageMagick/delegates/.
fetch: 
ftp://ftp.eos.hokudai.ac.jp/pub/graphics/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/delegates/.
fetch: 
ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://ftp.icm.edu.pl/pub/graphics/ImageMagick/delegates/.
fetch: 
ftp://ftp.icm.edu.pl/pub/graphics/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from 
ftp://giswitch.sggw.waw.pl/pub/graphics/ImageMagick/delegates/.
fetch: 
ftp://giswitch.sggw.waw.pl/pub/graphics/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.fifi.org/pub/ImageMagick/delegates/.
fetch: ftp://ftp.fifi.org/pub/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
Not logged in
=> Attempting to fetch from 
ftp://ftp.simplesystems.org/pub/ImageMagick/delegates/.
fetch: 
ftp://ftp.simplesystems.org/pub/ImageMagick/delegates/libfpx-1.2.0.11.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/libfpx-1.2.0.11.tar.bz2:File
unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/graphics/libfpx.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick.
*** Error code 1

Stop in /usr/ports/editors/koffice-kde3.



___
freebsd-questions@freebsd.org maili

Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
Ted Mittelstaedt writes:

> But that was under NT I understand, using NT drivers, right?

Yes.

> I wouldn't put it past the NT driver author of your SCSI card, in an
> effort to avoid problems, to have written the NT driver so that ALL
> transactions on the SCSI bus are asynchronous.

I don't know.

> Anyway, if this is it, you will not have been the first person with
> iffy hardware that worked fine under Windows to have it break under
> FreeBSD.

I didn't know that Adaptec, Quantum, and Seagate were building such
"iffy" hardware.

This machine originally cost $9000.  HP did not skimp on the hardware.

>  I just had a machine do this to me Friday - a Pentium Pro 150
> - but I managed to guess at a change to a BIOS setting that fixed the
> problem.

Fine.  What do I change on my machine to fix the problem?

-- 
Anthony


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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
Robert Marella writes:

> Perhaps you could try a live CD. Knoppix or Freesbie and see if the
> trouble is gone.

This machine won't boot from a CD.

-- 
Anthony


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


Re: Word counting by Kernighan won't compile =(

2005-02-28 Thread Kris Kennaway
On Mon, Feb 28, 2005 at 09:23:22PM -0800, Mark Jayson Alvarez wrote:

> command line, until I send an EOF signal. I copied it
> verbatim and tried compiling it with plain "cc
> myprog.c" 
> 
> It exited with errors:
> 
> word.c: In function `main':
> word.c:17: error: invalid lvalue in assignment
> 
> Any idea what this means?

YOu didn't copy it verbatim ;-)

>   if (c == ' ' || c == '\n' || c = '\t')
   ^^

Kris


pgpj6rJy8in3Y.pgp
Description: PGP signature


Re: Word counting by Kernighan won't compile =(

2005-02-28 Thread Mark Jayson Alvarez
--- Mark Jayson Alvarez <[EMAIL PROTECTED]> wrote:
Hi, everyone!
No need to answer this one. I think I know what my
problem is. The book contains typographical errors
such that example programs might not work if one would
just copy and paste it. Particularly in the example
below, the second if's third condition lacks one "="
sign that's why the compiler complained an error of
assigning values when testing for equality is what it
really wants to do. 
> Hi,
>   Sorry for asking this question here. I just
> thought
> that this might be a platform specific issue=). I'm
> reading this book(The C Programming Language 2nd
> Edition by Brian W. Kernighan. Upon reading the
> book,
> I came up with this example code. It says, it will
> count the number of words, lines and characters in
> the
> command line, until I send an EOF signal. I copied
> it
> verbatim and tried compiling it with plain "cc
> myprog.c" 


> 
> It exited with errors:
> 
> word.c: In function `main':
> word.c:17: error: invalid lvalue in assignment
> 
> Any idea what this means?
> 
> Thanks.
> 
> 
> 
> Here's the code:
> #include
> 
> #define IN  1
> #define OUT 0
> 
> main()
> {
>int c, nl, nw, nc, state;
> 
>state = OUT;
>nl = nw = nc = 0;
> while ((c = getchar()) != EOF) {
> 
>   ++nc;
>   if (c == '\n')
> ++nl;
>   if (c == ' ' || c == '\n' || c = '\t')
> state = OUT;
>   else if (state == OUT) {
>  state = IN;
>  ++nw;
>   }
> 
> }
>  printf("%d %d %d\n", nl, nw, nc);
> }
> 
> 
> 
> 
>   
> __ 
> Do you Yahoo!? 
> Yahoo! Mail - 250MB free storage. Do more. Manage
> less. 
> http://info.mail.yahoo.com/mail_250
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 


__
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: 6 hours of trying to configure my printer.

2005-02-28 Thread Kevin G. Eliuk
bsdnooby wrote:
I think I got everything back to the original state.
Any suggestions on getting a local deskjet printer to work with 
fluxbox and Firefox?  I'd also like to be able to print from AbiWord 
and Gnumeric, if possible.
I have always had good luck with using the SETUP in apsfilter, which is 
available in /ports/print.

I configured an HP 845C under many different systems successfully.
--
Cheers,
Kevin.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6 hours of trying to configure my printer.

2005-02-28 Thread Rob
bsdnooby wrote:
> 
> Is there an easy way to configure a printer?  I've
> spent over 6 hours so far, and all I can print is 2
> blank sheets of paper whenever I try to print
> something.

I use CUPS and I like it, because it's so easy.

Cups has an easy printer install/add wizard, that
works for my HP LaserJet printer.
There's a selection item for HP Deskjet too, which
should work for you.

Be aware that cups installs its own lpr related
executables in /usr/local/bin, which may clash with
the ones the base system installs in /usr/bin.
You can remove the ones in /usr/bin, and for a next
buildworld, have

  CUPS_OVERWRITE_BASE=yes
  NO_LPR=yes

in /etc/make.conf.

Rob.




__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: 6 hours of trying to configure my printer.

2005-02-28 Thread Ted Mittelstaedt

Hi!

  I have a guide of sorts worked up that needs some polishing, but it
might be useful to you.  However it does NOT use cups or any of that.
it uses lpr.  You can e-mail me for it.  If you insist on going the
cups route, there's plenty of cups setup guides on the Internet.

  I assume of course your trying to print graphics - the 940c speaks
ascii well enough.  If all you want to do is print ascii, then go here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/corp-net-guide/index.htm
l

Ted

[EMAIL PROTECTED] wrote:
> Is there an easy way to configure a printer?  I've spent over 6 hours
> so far, and all I can print is 2 blank sheets of paper whenever I try
> to print something.
>
> I was using fluxbox-devel and an HP Deskhet 940c, but I also
> just tried
> installing Gnome2 in the hopes it would have a printer config applet
> - which it doesn't.
>
> I've been trying to follow the instructions in my "FreeBSD Unleashed
> (2nd ED)" book, the online FreeBSD handbook, and some online
> resources. Basically, I want to be able to print from within X11 apps
> -
> like print
> a webpage from within Firefox.
>
> I'm not sure if I should be using CUPS or the lpr method, though I'm
> pretty sure my printer is not a Postscript printer and I must use
> Ghostsrcipt at some point.
>
> I created some filters, installed ghostscript-gnu, made an entry in
> /etc/printcap, and am running the lpd daemon.  I thought I might have
> hosed my system by following too many different instructions,
> so I tried
> to back out my changes so I could start over.  I think I got
> everything back to the original state.
>
> Any suggestions on getting a local deskjet printer to work
> with fluxbox
> and Firefox?  I'd also like to be able to print from AbiWord and
> Gnumeric, if possible.
>
> thx
>
> ___
> 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]"


Word counting by Kernighan won't compile =(

2005-02-28 Thread Mark Jayson Alvarez
Hi,
  Sorry for asking this question here. I just thought
that this might be a platform specific issue=). I'm
reading this book(The C Programming Language 2nd
Edition by Brian W. Kernighan. Upon reading the book,
I came up with this example code. It says, it will
count the number of words, lines and characters in the
command line, until I send an EOF signal. I copied it
verbatim and tried compiling it with plain "cc
myprog.c" 

It exited with errors:

word.c: In function `main':
word.c:17: error: invalid lvalue in assignment

Any idea what this means?

Thanks.



Here's the code:
#include

#define IN  1
#define OUT 0

main()
{
   int c, nl, nw, nc, state;

   state = OUT;
   nl = nw = nc = 0;
while ((c = getchar()) != EOF) {

  ++nc;
  if (c == '\n')
++nl;
  if (c == ' ' || c == '\n' || c = '\t')
state = OUT;
  else if (state == OUT) {
 state = IN;
 ++nw;
  }

}
 printf("%d %d %d\n", nl, nw, nc);
}





__ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Documentation Error?

2005-02-28 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/confi
> gtuning-v irtual-hosts.html
> 
> 
> 
> states that adding a virtual address is done in rc.conf like this:
> 
> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255"
> 
> Shouldn't it be this instead?
> 
> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="alias 10.1.1.2 netmask 255.255.255.255"
> 
> 

No.  The actual command to make one is:

ifconfig fxp0 inet 10.1.1.2 netmask 255.255.255.255 alias

So you do need to pass the "inet" to ifconfig.  The _alias0 makes
the script pass the trailing "alias"

Ted

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


Re: Can "/etc/rc.conf" be replaced with a symlink?

2005-02-28 Thread Joshua Tinnin
On Monday 28 February 2005 07:38 pm, "Clay" 
<[EMAIL PROTECTED]> wrote:
> - Original Message -
> From: Joshua Tinnin
> Sent: Monday, February 28, 2005 10:34 PM
> On Monday 28 February 2005 06:32 pm, "Clay"
> <[EMAIL PROTECTED]> wrote:
> > - Original Message -
> > From: Joshua Tinnin
> > Sent: Monday, February 28, 2005 9:03 PM
> > On Monday 28 February 2005 04:55 am, "Clay"
> > <[EMAIL PROTECTED]> wrote:
> > > I realized what the problem mostly likely was after submitting
> > > the question. I do believe that the mount point where I am
> > > wanting to have rc.conf located is not yet available when the
> > > file is read. Is there a way to have this FS mounted prior to
> > > rc.conf being read? Could I maybe place this mount point above
> > > the root in fstab?  I will give it try when I have time later
> > > today.
> >
> > Perhaps there is a better solution that will eliminate the need to
> > deal with this issue. You might consider writing a script that will
> > backup the files you want, which you write once and use forever, or
> > you can dump the root filesystem (for one) to a backup disk and/or
> > a compressed file. This can be done on a regular basis with a cron
> > job. I'm not sure what your specific needs are, but there are
> > easier ways to do backups.
> -
> > I could and may eventually write a script.
> >
> > I am putting together a media server for hosting my CD's as MP3's. 
> > I am wanting to move as many of system and app config files I
> > change through this process to a location on my "data" partition so
> > that I won't have to redo them in the event that I rebuild the root
> > partition.
>
> OK, well I'm not terribly familiar with working around the normal
> boot process, other than working with various bootloaders. I am not
> sure, but it could be a bit tricky. Maybe someone else would know ...
> ?
-
> I changed fstab so that my data partition would supposely mount
> before root, moved/symlink'd rc.conf, and rebooted.  This did not
> allow rc.conf to be found, so doing this did not make it work.  I
> will leave rc.conf in /etc for now and maybe work on a solution at a
> later time.
>
> Thanks for the responses!

No problem ... Just so you know, the "standard practices" and general 
recommendations on this list are available here: 
http://www.lemis.com/questions.html

I mention this as top-posting is frowned upon here (though I did a quick 
fix in my responses, doing more than that is a hassle), and using 
Outlook/Express is problematic, because the quoting is so horrible. 
Many people on this list are reading email from consoles using Mutt or 
Pine, and correctly formatted email and threads helps those people a 
great deal, as well as everyone else. No worries, just FYI, but do try 
to remember not to top post even if you have to use MS mail clients for 
whatever reason.

By the way, I was thinking about your problem, and symlinking a system 
file like /etc/rc.conf might be a problem if you don't have it in the 
root filesystem. If the filesystem where you have that file gets hosed 
and you can only work from root to recover (which doesn't get hosed as 
often, as it doesn't require as many writes), you won't have that file 
available. It might not be such a problem with that specific file, 
depending on what you have to do to recover, but with something 
like /etc/fstab it would be. And using mergemaster is the canonical 
method to deal with possible overwrites of customized system files by 
installworld, though you can do a standard install and untar a backup 
later, overwriting just those files with your backups. Is that what you 
meant by rebuild the root partition?

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


RE: Installation instructions for Firefox somewhere?

2005-02-28 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
> Ted Mittelstaedt writes:
>
>> I agree Ramiro, I've setup dozens and dozens of different SCSI
>> setups, and I think that his problem is hardware, such as incorrect
>> termination, a bad scsi cable, bad connectors on the cable, or an
>> incompatible SCSI/disk combination (which is rare, but it does
>> happen)
>
> No. The machine ran flawlessly for eight years with the
> current hardware
> configuration, no errors, no data loss, even under the heaviest loads.
> There's nothing wrong with the hardware.
>

But that was under NT I understand, using NT drivers, right?

The SCSI standard is pretty big and there's been a lot of go-fast
stuff added into it, and a lot of vendors have done lots of different
things to their adapter cards to make them go fast.  Such as adding
support for tagged commands.  It is entirely up to the writer of the
SCSI device driver whether or not he wants to support the extra go-fast
stuff.

FreeBSD because of it's nature in use as a server on high-quality
hardware, it's drivers tend to take advantage of every last scrap
of go-fast hardware available (unless such hardware is hopeless)
A great example is the ed0 driver and it's support for the 3com 3c503
card - this card can be run in either PIO mode or shared memory mode -
guess which mode the ed0 driver uses?  Even though the wd8013 and
3c503 are the only 2 cards out of the bazillions of ne2000 clones
that support this mode.  You get a gain of perhaps 5% so they go for
it.

I wouldn't put it past the NT driver author of your SCSI card, in an
effort
to avoid problems, to have written the NT driver so that ALL transactions
on the SCSI bus are asynchronous.  Sure this kills your throughput on the
SCSI bus - but with 4GB narrow scsi disks, who is going to notice?  It
greatly reduces support calls because async mode is so slow that even
badly terminated SCSI busses will work - thus nobody with a crapped up
SCSI cable is calling Microsoft and yelling because their server crashes.

Anyway, if this is it, you will not have been the first person with iffy
hardware that worked fine under Windows to have it break under FreeBSD.
I just had a machine do this to me Friday - a Pentium Pro 150 - but I
managed to guess at a change to a BIOS setting that fixed the problem.

Ted

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


Re: Can "/etc/rc.conf" be replaced with a symlink?

2005-02-28 Thread Kris Kennaway
On Mon, Feb 28, 2005 at 10:38:38PM -0500, Clay wrote:
> All,
> 
> I changed fstab so that my data partition would supposely mount before root, 

How do you think fstab will be read to know to mount some other
partition first, when root (where fstab lives) is not yet mounted?

> moved/symlink'd rc.conf, and rebooted.  This did not allow rc.conf to be 
> found, so doing this did not make it work.  I will leave rc.conf in /etc for 
> now and maybe work on a solution at a later time.

By definition you can't move out of / files needed to bootstrap the
system, so you'll need to rethink your approach.

Kris


pgp9vnrBPOcmi.pgp
Description: PGP signature


6 hours of trying to configure my printer.

2005-02-28 Thread bsdnooby
Is there an easy way to configure a printer?  I've spent over 6 hours so 
far, and all I can print is 2 blank sheets of paper whenever I try to 
print something.

I was using fluxbox-devel and an HP Deskhet 940c, but I also just tried 
installing Gnome2 in the hopes it would have a printer config applet - 
which it doesn't. 

I've been trying to follow the instructions in my "FreeBSD Unleashed 
(2nd ED)" book, the online FreeBSD handbook, and some online resources.  
Basically, I want to be able to print from within X11 apps - like print 
a webpage from within Firefox.

I'm not sure if I should be using CUPS or the lpr method, though I'm 
pretty sure my printer is not a Postscript printer and I must use 
Ghostsrcipt at some point.

I created some filters, installed ghostscript-gnu, made an entry in 
/etc/printcap, and am running the lpd daemon.  I thought I might have 
hosed my system by following too many different instructions, so I tried 
to back out my changes so I could start over.  I think I got everything 
back to the original state.

Any suggestions on getting a local deskjet printer to work with fluxbox 
and Firefox?  I'd also like to be able to print from AbiWord and 
Gnumeric, if possible.

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


Recent problems with Firefox and java

2005-02-28 Thread Kevin G. Eliuk
Hello,
It has been a long time since I have queried this list. I want to know
if anyone can shed some information on the current status of browser
java support.  I recently freshly reinstalled 5.3 RELEASE from CD.
I currently have:
 -FreeBSD frodo.ugaloo.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0:
  Wed Feb 23
 -Mozilla Firefox 1.0.1
 -Java(TM) 2 Runtime Environment, Standard Edition (build
  1.4.2-p7-root_27_feb_2005_19_48)
Both are built fresh from ports.
When running firefox with java enabled, and browse to a page with a
java applet I get to following console error.
---
INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
<
System error?:: No such file or directory
INTERNAL ERROR on Browser End: Could not read ack from child process
System error?:: Resource temporarily unavailable--
---
I have built the java port and included WITH_IPV6.  I also caught an 
earlier error
and rebuilt affected ports after upgrading to linux_base-8 as per
/usr/ports/UPDATING.

Any thoughts would be appreciated. Thx
--
Cheers,
Kevin.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: JDK15 and JDK14 for Firefox and OpenOffice.

2005-02-28 Thread Eric Schuele
Chris Hodgins wrote:
BSD Mail wrote:
Greetings, I've installed /usr/ports/java/jdk15 then installed
/usr/ports/www/firefox
I'm not really sure why Firefox didn't detect that I have JDK15
installed. Also Later I'm
going to install OpenOffice. In OO website
http://porting.openoffice.org/freebsd/ seems they
want to have JDK14. My question is the following:
1. If for some reason OpenOffice can't use JDK15 and it needs JDK14
can I still keep JDK15 installed or that would cause a conflict ?

The openoffice Makefile has this:
.if !defined(WITHOUT_JAVA)
USE_JAVA=   yes
JAVA_VERSION=   1.4+
JAVA_BUILD= jdk
.endif
FWIW:
I built OO WITHOUT_JAVA, and haven't missed it.  Not sure what it was 
needed for.  Admittedly I don't do a lot with OO... docs, spreadsheets, 
open the occasional M$ Office doc.  Everything seems to work just fine 
without java.

You might want to change that to 1.5 and try again.  I am just guessing 
though.

2. What am I missing with Firefox ? If JDK15 doesn't work with Firefox
I wil install JKD14, although I thought it should work and be detected
by the browser. Do I have to do any linking or specifying a path for
the plugin ? If so please elaborate.
Thanks in advance.

Looks like the firefox Makefile hard-codes the path to the java plugin:
JPI_LIST?=\
${LOCALBASE}/jdk1.4.2/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \ 
 ${LOCALBASE}/jdk1.4.1/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \
${LOCALBASE}/diablo-jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so 
\   ${LOCALBASE}/jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so

Perhaps you could add the jdk1.5 path to the very start of this list and 
try again?  The work around would be to just create a softlink manually 
for 1.5.  This is the 1.4.2 link:

/usr/X11R6/lib/browser_plugins$ ls -l libjavaplugin_oji.so
lrwxr-xr-x1 root wheel  62 Jan 13 19:00 
libjavaplugin_oji.so -> 
/usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so

Not sure if this is still true but I believe jdk15 is still in beta or 
if not, then it has only just been released fully.

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


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


Re: need help watching mpeg movies from archive.org

2005-02-28 Thread bsdnooby

X connection to :0.0 broken (explicit kill or server shutdown).% 0 0 0%
   

Okay, this seems a little strange.  The only time I've really seen a
message such as this is when I quit whatever window manager I'm currently
running with other applications still open.
 

Maybe the fact that I'm using fluxbox-devel has something to do with 
it?  It is a minimalist WM, maybe it's *too* minimalist?  Maybe I should 
install gnome or kde and see if the video will play?

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


Re: Can "/etc/rc.conf" be replaced with a symlink?

2005-02-28 Thread Clay
All,

I changed fstab so that my data partition would supposely mount before root, 
moved/symlink'd rc.conf, and rebooted.  This did not allow rc.conf to be 
found, so doing this did not make it work.  I will leave rc.conf in /etc for 
now and maybe work on a solution at a later time.

Thanks for the responses!
-Clay
.
.
.
.
.

- Original Message - 
From: Joshua Tinnin
To: freebsd-questions@freebsd.org ; Clay
Sent: Monday, February 28, 2005 10:34 PM
Subject: Re: Can "/etc/rc.conf" be replaced with a symlink?


On Monday 28 February 2005 06:32 pm, "Clay"
<[EMAIL PROTECTED]> wrote:
> - Original Message -
> From: Joshua Tinnin
> Sent: Monday, February 28, 2005 9:03 PM
> On Monday 28 February 2005 04:55 am, "Clay"
> <[EMAIL PROTECTED]> wrote:
> > I realized what the problem mostly likely was after submitting the
> > question. I do believe that the mount point where I am wanting to
> > have rc.conf located is not yet available when the file is read.
> > Is there a way to have this FS mounted prior to rc.conf being read?
> > Could I maybe place this mount point above the root in fstab?  I
> > will give it try when I have time later today.
>
> Perhaps there is a better solution that will eliminate the need to
> deal with this issue. You might consider writing a script that will
> backup the files you want, which you write once and use forever, or
> you can dump the root filesystem (for one) to a backup disk and/or a
> compressed file. This can be done on a regular basis with a cron job.
> I'm not sure what your specific needs are, but there are easier ways
> to do backups.
-

> I could and may eventually write a script.
>
> I am putting together a media server for hosting my CD's as MP3's.  I
> am wanting to move as many of system and app config files I change
> through this process to a location on my "data" partition so that I
> won't have to redo them in the event that I rebuild the root
> partition.

OK, well I'm not terribly familiar with working around the normal boot
process, other than working with various bootloaders. I am not sure,
but it could be a bit tricky. Maybe someone else would know ... ?

- jt 


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


Re: Can "/etc/rc.conf" be replaced with a symlink?

2005-02-28 Thread Kris Kennaway
On Mon, Feb 28, 2005 at 09:32:18PM -0500, Clay wrote:
> I could and may eventually write a script.
> 
> I am putting together a media server for hosting my CD's as MP3's.  I am 
> wanting to move as many of system and app config files I change through this 
> process to a location on my "data" partition so that I won't have to redo 
> them in the event that I rebuild the root partition.

Think about how your system can access these files during system boot
when only the root partition is mounted :-)

Kris


pgpjJjxiwtM10.pgp
Description: PGP signature


Re: Can "/etc/rc.conf" be replaced with a symlink?

2005-02-28 Thread Joshua Tinnin
On Monday 28 February 2005 06:32 pm, "Clay" 
<[EMAIL PROTECTED]> wrote:
> - Original Message -
> From: Joshua Tinnin
> Sent: Monday, February 28, 2005 9:03 PM
> On Monday 28 February 2005 04:55 am, "Clay"
> <[EMAIL PROTECTED]> wrote:
> > I realized what the problem mostly likely was after submitting the
> > question. I do believe that the mount point where I am wanting to
> > have rc.conf located is not yet available when the file is read. 
> > Is there a way to have this FS mounted prior to rc.conf being read?
> > Could I maybe place this mount point above the root in fstab?  I
> > will give it try when I have time later today.
>
> Perhaps there is a better solution that will eliminate the need to
> deal with this issue. You might consider writing a script that will
> backup the files you want, which you write once and use forever, or
> you can dump the root filesystem (for one) to a backup disk and/or a
> compressed file. This can be done on a regular basis with a cron job.
> I'm not sure what your specific needs are, but there are easier ways
> to do backups.
-

> I could and may eventually write a script.
>
> I am putting together a media server for hosting my CD's as MP3's.  I
> am wanting to move as many of system and app config files I change
> through this process to a location on my "data" partition so that I
> won't have to redo them in the event that I rebuild the root
> partition.

OK, well I'm not terribly familiar with working around the normal boot 
process, other than working with various bootloaders. I am not sure, 
but it could be a bit tricky. Maybe someone else would know ... ?

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


Re: complete rookie sendmail question

2005-02-28 Thread Ken Hawkins
thanks for all the help folks! it was a learning experience as always 
and the last link was a routing problem with the ISP. all is well now 
and mail is flowing smoothly.

thanks again!
ken;
On Feb 28, 2005, at 7:42 PM, Warren Block wrote:
On Mon, 28 Feb 2005, Ken Hawkins wrote:
define(`SMART_HOST', `bhost1.broadjam.net')
I am still timing out which leads me to believe it is a true issue of 
timing between the servers and NOT improper configuration on the box. 
If i understand everything now by uncommenting the SMART_HOST define 
and giving it our true mail server this should relay all mail 
generated and coming from and coming into the server to the actual 
mail server yes?
No, all it does is tell your server to send outgoing mail through the 
smarthost.  Where to send incoming mail is decided by the sending 
system.

I also now only have sendmail_enabl="YES" in rc.conf
sendmail_enable="YES"
  ^
Close.
I think your ISP is the next place to ask.  They may have some sort of 
authentication required to smarthost through them.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pf issues with anchor

2005-02-28 Thread FreeBSD MailingLists
I recently installed 5.3.  updated source and recompiled the kernel and world.
now up to 5.4-PreRelase.
I decided to try PF instead of IPFW that I am used to...

I was setting up a simple pf.conf to test using anchors

block in all
pass in quick on em1 all
anchor ssh-anchor
load anchor ssh-anchor from "/etc/pf.ssh"


when I start pf I get:

Enabling pf.
/etc/pf.conf:4: anchor '(null)' invalid

pfctl: Syntax error in config file: pf rules not loaded
pf enabled


what am I doing wrong?

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


Re: need help watching mpeg movies from archive.org

2005-02-28 Thread jw
On Mon, 28 Feb 2005 00:48:20 -0500
bsdnooby <[EMAIL PROTECTED]> wrote:
[...]
> I think this line is bad:
> 
>"The selected video_out device is incompatible with this codec."
[...]

I get this with a number of video files that I have here locally, but it
doesn't prevent mplayer from actually playing the video correctly.  I
doubt that this is the issue.

I tested mplayer against the same video that was initially referenced in
your original post and the output from mplayer was virtually identical to
what you had posted here, but the video did indeed play without issue.

[...]
> X connection to :0.0 broken (explicit kill or server shutdown).% 0 0 0%

Okay, this seems a little strange.  The only time I've really seen a
message such as this is when I quit whatever window manager I'm currently
running with other applications still open.

I wish I were able to offer some sort of assistance in trying to get
this resolved on your end, but I am not really sure what to suggest.

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


Re: make etc broken

2005-02-28 Thread Lee Harr
> >i was clearing out some files in /usr and accidentally did something 
and
> >now
> >command such as:  clear, make, whereis no longer work ... how can i get
> >them
> >back to working ?
>
> You could try doing an upgrade from the CD.
>
> /stand/sysinstall

Will this change any of the all ready installed ports and configurations 
setup
on the machine ?
Possibly, especially since you say that you had just upgraded
with buildworld/installworld. If some port/config depended on
the update then that would break. Sort of depends on how
much you have upgraded from the CD.

> If you have a working system, you could try copying the
> files over from the working system to the broken system.
>
> If you built the system yourself (buildworld...) they may
> still be in the /usr/obj tree somewhere.
Yes i did do a buildworld and installworld day before this accident 
happend,
however the /usr/bin/make dosent exist only the
/usr/src/usr.bin/make
You need to look under /usr/obj  (as I said  ;o)
ls /usr/obj/usr/src/usr.bin/make/make
/usr/obj/usr/src/usr.bin/make/make
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Robert Marella
On Mon, 2005-02-28 at 21:15 +0100, Anthony Atkielski wrote:
> RacerX writes:
> 
> > The hardware has ran for over 8 years - you don't think that after 8 years
> > its going to show wear and tear? I do/would.
> 
> It's not going to suddenly fail on the very day and hour that I install
> FreeBSD.
> 
> > We as humans are not perfect - so that means the things we make can't be
> > perfect either. They will break down, even die. I suspect that if you put
> > in new hardware, the issues will remove themselves.
> 
> No, they will not.  Unless someone can explain to me what the problem is
> with FreeBSD, the only way to resolve the issues is to reinstall Windows
> NT, which doesn't seem to have a problem with these SCSI drives.
> 
Perhaps you could try a live CD. Knoppix or Freesbie and see if the
trouble is gone.

Just a thought :)

Robert

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


(Help Me!) Problem in Compiling Nx Src on FreeBSD Machine of version 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:)

2005-02-28 Thread Suresh Naidu
Hi Guys

 GREETING!!!

I am facing few errors while compiling Nx src can Any one please help
me in the below issue.

I am giving detail explanation ( with errors printed) about the errors
I got step by Step please go through the errors if necessary and
please do let me know any solution.

FYI,
I am using FreeBSD machine for compiling the below src, and FreeBSD version is
5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:)

After Untar I noticed  11 CONFIGURE SCRIPTS and MAKE FILES , which
can be executed I have executed all the 11 CONFIGURE SCRIPTS and MAKE
files and explained u all the output for ur reference

I have downloaded following tarballs from the
 http://www.nomachine.com/sources  NX-OSS Sources

NOTE: IF I am worng with the following procedure please do let me know
the correct way to compile NX SRC on FreeBSD machine

--Start of  TAR BALLS  List ---

1. nxagent-1.4.0-65.tar.gz
2. nxdarwin-1.4.0-3.tar.gz
3. nxauth-1.4.0-2.tar.gz
4. nxwin-1.4.0-4.tar.gz
5. nxcomp-1.4.0-31.tar.gz
6. nx-X11-1.4.0-10.tar.gz
7. nxcompext-1.4.0-3.tar.gz

8. nxviewer-1.4.0-5.tar.gz
9. nxdesktop-1.4.0-61.tar.gz
10. nxspool-1.4.0-4.tar.gz
11.nxesd-1.4.0-1.tar.gz
12.nxssh-1.4.0-22.tar.gz
13. nxproxy-1.4.0-3.tar.gz
14. nxuexec-1.4.0-13.tar.gz
15. nxscripts-1.4.0-3.tar.gz

--Start of  TAR BALLS  List ---

out of 15 tar balls I was in need of first 7 tar balls and
I have untar all the 7 tar balls I got the directories as.

$ ls  -l
total 10
drwxr-xr-x  10 600200   512 Feb 28 09:58 nx-X11
drwxr-xr-x   3 600200  5632 Feb 28 14:24 nxcomp
drwxr-xr-x   3 10004  100  1024 Feb 28 10:33 nxcompext

and I found all the configure scripts location by using the command ...
$ find . | grep configure$

then  I got output as

--- Start of finding the configure file loc ---

1. ./nx-X11/extras/expat/configure
2. ./nx-X11/programs/xterm/configure
3. ./nx-X11/extras/freetype2/configure
4. ./nx-X11/extras/FreeType/contrib/ttf2bdf/configure
5. ./nx-X11/extras/FreeType/contrib/ttf2pfb/configure
6. ./nx-X11/extras/FreeType/contrib/ttf2pk/configure
7. ./nx-X11/extras/FreeType/contrib/ttfbanner/configure
8. ./nx-X11/extras/FreeType/configure
9. ./nx-X11/extras/freetype2/builds/unix/configure
10. ./nxcomp/configure
11. ./nxcompext/configure

-- Start of finding the configure file loc -

1 . configure script executed successfully and I can also do MAKE and
MAKE INSTALL works fine..

2. configure script executed successfully (./nx-X11/programs/xterm/configure)
  $ make
  $ make install
   also executed successfully!
3. Configure script ( ./nx-X11/extras/freetype2/configure ) executed
successfully
  $ gmake
  $ gmake install
 also executed successfully!

4. when I try to run
(./nx-X11/extras/FreeType/contrib/ttf2bdf/configure) script it gives
the following output

4.  Start Of configure scipt output 

loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for TT_Init_FreeType in -lttf... no
configure: error: Can't find ttf library! Compile FreeType first.

- 4. End of configure script output -

5 . when I try to run
(./nx-X11/extras/FreeType/contrib/ttf2pfb/configure) script it gives
the following output

5.  Start Of configure scipt output 
loading cache ./config.cache
checking host system type... i386-unknown-freebsdelf5.2.1
checking target system type... i386-unknown-freebsdelf5.2.1
checking build system type... i386-unknown-freebsdelf5.2.1
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for TT_Init_FreeType in -lttf... no
configure: error: Can't find ttf library! Compile FreeType first.
- 5. End of configure script output -

6. as same as above asking to compile FreeType First

7. as same as above asking to compile FreeType First

8. then I did

   $ cd  ./nx-X11/extras/FreeType/
   $ ./configure

then it gives the following output
- 8. Start of configure script output -

loading cache ./config.cache
checking host system type... i386-unknown-freebsdelf5.2.1
checking build system type... i386-unknown-freebsdelf5.2.1
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B

Re: Can "/etc/rc.conf" be replaced with a symlink?

2005-02-28 Thread Clay
I could and may eventually write a script.

I am putting together a media server for hosting my CD's as MP3's.  I am 
wanting to move as many of system and app config files I change through this 
process to a location on my "data" partition so that I won't have to redo 
them in the event that I rebuild the root partition.

Thanks,
-Clay
.
.
.
.
.

- Original Message - 
From: Joshua Tinnin
To: freebsd-questions@freebsd.org ; Clay
Sent: Monday, February 28, 2005 9:03 PM
Subject: Re: Can "/etc/rc.conf" be replaced with a symlink?


On Monday 28 February 2005 04:55 am, "Clay"
<[EMAIL PROTECTED]> wrote:
> I realized what the problem mostly likely was after submitting the
> question. I do believe that the mount point where I am wanting to
> have rc.conf located is not yet available when the file is read.  Is
> there a way to have this FS mounted prior to rc.conf being read?
> Could I maybe place this mount point above the root in fstab?  I will
> give it try when I have time later today.

Perhaps there is a better solution that will eliminate the need to deal
with this issue. You might consider writing a script that will backup
the files you want, which you write once and use forever, or you can
dump the root filesystem (for one) to a backup disk and/or a compressed
file. This can be done on a regular basis with a cron job. I'm not sure
what your specific needs are, but there are easier ways to do backups.

- jt 


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


Re: USB Printer setup Help

2005-02-28 Thread Luke Kearney

On Tue, 1 Mar 2005 10:50:22 +1000
Warren <[EMAIL PROTECTED]> spake thus:

> Could someone direct me to a website where i might be able to setup my new 
> USB 
> Printer so it prints from my BSD box direct plz.
> -- 
> Yours Sincerely
> Shinjii
> http://www.shinji.nq.nu
google for Linux  printing. You should get a site which has good
coverage of setting up CUPS and LPR. If you go to the Linux printing
site first you may be able to get a complete PPD for the printer which
will help.

HTH

LukeK
-- 
Luke Kearney <[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: Can "/etc/rc.conf" be replaced with a symlink?

2005-02-28 Thread Joshua Tinnin
On Monday 28 February 2005 04:55 am, "Clay" 
<[EMAIL PROTECTED]> wrote:
> I realized what the problem mostly likely was after submitting the
> question. I do believe that the mount point where I am wanting to
> have rc.conf located is not yet available when the file is read.  Is
> there a way to have this FS mounted prior to rc.conf being read? 
> Could I maybe place this mount point above the root in fstab?  I will
> give it try when I have time later today.

Perhaps there is a better solution that will eliminate the need to deal 
with this issue. You might consider writing a script that will backup 
the files you want, which you write once and use forever, or you can 
dump the root filesystem (for one) to a backup disk and/or a compressed 
file. This can be done on a regular basis with a cron job. I'm not sure 
what your specific needs are, but there are easier ways to do backups.

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


cvsmail

2005-02-28 Thread Philip M. Golllucci
Hi,
I was pointed at the mail/cvsmail port earlier to day to add diffs to 
the freebsd commit e-mails.

I'm having some issues in that the mail just dissapears.  What did I miss ?
Thanks again.
Some system setup:
My mail server and file server are 2 different physical computers 
/usr/home is NFS mounted by the mail server as follows
cvsmail is installed on the mail server itself as is procmail both from 
ports no extra flags to make. The file server is also a FreeBSD 
6.0-CURRENT kernel. I read my mail via IMAP with thunderbird using the 
imap port.

uname:  
FreeBSD 6.0-CURRENT #0: Fri Dec  3 09:35:58 GMT 2004

mail# cd /usr/ports/mail/cvsmail
mail# make all install distclean
whereis cvsmail
/usr/local/bin/cvsmail
.procmailrc (stole the rule from the cvsmail man page):
PATH=/bin:/usr/bin:/usr/local/bin
SHELL=/bin/sh
MAILDIR=$HOME/mail
DEFAULT=$MAILDIR/x/AA_Inbox
LOGFILE=$HOME/.procmaillog
VERBOSE=ON
LOGABSTRACT=all
TMP=/var/tmp
:0
* [EMAIL PROTECTED]
| cvsmail -d -f $MAILDIR//FreeBSD/cvs
the procmail log file:
procmail: [11173] Mon Feb 28 20:18:49 2005
procmail: Assigning "LOGABSTRACT=all"
procmail: Assigning "TMP=/var/tmp"
procmail: Match on 
"(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope|Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)[EMAIL PROTECTED]"
procmail: Assigning "LASTFOLDER=cvsmail -d -f 
/usr/home/pgollucci/mail/xx/FreeBSD/cvs"
procmail: Executing 
"cvsmail,-f,/usr/home/pgollucci/mail//FreeBSD/cvs"
procmail: Notified comsat: "pgollucci@:/usr/home/pgollucci/mail/cvsmail 
-f /usr/home/pgollucci/mail//FreeBSD/cvs"
From [EMAIL PROTECTED]  Mon Feb 28 20:18:49 2005
Subject: cvs commit: ports/x11/gnome-swallow Makefile distinfo
 Folder: cvsmail -d -f 
/usr/home/pgollucci/mail//FreeBSD/cvs   2901

the file
ls -l mail/xxx/FreeBSD/cvs
-rw---  1 pgollucci  wheel  0 Feb 28 18:32:23 2005 
mail//FreeBSD/cvs
NOTICE ITS EMPTY
the mail, xxx, and FreeBSD directories are chmod 700 and the cvs 
file is chmod 600

df -h [snipped]
krillin:/usr/home   150G40.3G90.2G26%/usr/home
cat /etc/fstab [snipped]
krillin:/usr/home   /usr/home   nfs rw  0   0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gvinum question

2005-02-28 Thread Roy Badami

How do I break a mirror in gvinum in FreeBSD 5.3?; gvinum detach
doesn't seem to be implemented.

I have a machine (colo, so no easy physical access) on which one of
the disks on the root mirror seems to be corrupted, so I need to
remove it from the mirror and rebuild.  But without detach, I'm at a
loss...

Any suggestions?

-roy

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


Re: make etc broken

2005-02-28 Thread Warren
On Tue, 1 Mar 2005 9:03 am, Lee Harr wrote:
> >i was clearing out some files in /usr and accidentally did something and
> >now
> >command such as:  clear, make, whereis no longer work ... how can i get
> >them
> >back to working ?
>
> You could try doing an upgrade from the CD.
>
> /stand/sysinstall

Will this change any of the all ready installed ports and configurations setup 
on the machine ?
>
> If you have a working system, you could try copying the
> files over from the working system to the broken system.
>
> If you built the system yourself (buildworld...) they may
> still be in the /usr/obj tree somewhere.

Yes i did do a buildworld and installworld day before this accident happend, 
however the /usr/bin/make dosent exist only the 
/usr/src/usr.bin/make
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


USB Printer setup Help

2005-02-28 Thread Warren
Could someone direct me to a website where i might be able to setup my new USB 
Printer so it prints from my BSD box direct plz.
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


DHCP and PPP - dns/routes mess

2005-02-28 Thread Andrew P.
Hello!
I wrote about this months ago, and now I had some free
time to look into the problem - only to find that it's
too complicated for me to fix it on my own.
The problem is my machine is configured via DHCP, but
I need to use ppp from time to time. PPP adjusts
resolv.conf and some routes for internet to work
correctly. But dhclient-script messes it all up right
on its next invocation (within seconds). This script
should probably be fixed, but when I think about the
right way of doing it (checking whether ppp is
running and whether it has got any relevant dns
addresses/routes and whether they should really
be taken into account).
I'd probably forget it and continue killing dhclient
every time I need to use ppp, but it all works so
nicely in Windows. Please, people, help me fix it :)
Best wishes,
Andrew P.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: complete rookie sendmail question

2005-02-28 Thread Warren Block
On Mon, 28 Feb 2005, Ken Hawkins wrote:
define(`SMART_HOST', `bhost1.broadjam.net')
I am still timing out which leads me to believe it is a true issue of timing 
between the servers and NOT improper configuration on the box. If i 
understand everything now by uncommenting the SMART_HOST define and giving it 
our true mail server this should relay all mail generated and coming from and 
coming into the server to the actual mail server yes?
No, all it does is tell your server to send outgoing mail through the 
smarthost.  Where to send incoming mail is decided by the sending 
system.

I also now only have sendmail_enabl="YES" in rc.conf
sendmail_enable="YES"
  ^
Close.
I think your ISP is the next place to ask.  They may have some sort of 
authentication required to smarthost through them.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP AMD64 booting problems...

2005-02-28 Thread Jung-uk Kim
On Monday 28 February 2005 06:56 pm, Brian J. McGovern wrote:
> I recently picked up an HP5460 AMD64 laptop, and I recently wanted
> to try FreeBSD on it. Unfortunately, both the x86 and AMD64
> versions will not boot, actually shutting the power down shortly
> after the kernel finishes loading. I've tried 5.3 and 4.8 with
> similar results, also cycling through disabling ACPI, "safe mode",
> and going to the boot loader prompt and manually turning off
> whatever I can think of.
>
> Does anyone have any additional suggestions (either to boot it, or
> provide diagnostics), or will I be trapped to run Windows on this
> rather powerful machine? :)

It's infamous Compaq/HP laptop problem.

http://blackk.union.edu/~black/freebsd/

FYI, all the necessary fixes are integrated in 5-STABLE now.

Jung-uk Kim

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


Re: Blocking on multiple threads with timeout

2005-02-28 Thread Jonathon McKitrick

>>> I'd like to start the init threads, put the id's in an array, block until
>>> they are all done, then continue.  Each thread should have its own
>>> timeout
>>> handling internally.

>It seems to me that you are complicating the issue for no
>good reason. Why are you using threads at all?

1.  We want to be able to easily cancel initialization before it finishes.
2.  The UI still needs to be responsive.
3.  By running initialization on threads, rather than serially, the total
initialization time is reduced.  Otherwise, we would have to init, wait,
then move to the next device.  With threads, we spawn a thread for each
device to send the command and wait for it, then wait for all the threads to
finish.  This way, total initialization will be only as long as the longest
init, rather than the sum of all the times.

Jonathon McKitrick
--
My other computer is your Windows box.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Chris
Anthony Atkielski wrote:
Chris writes:

So - it "could" be it. Never dismiss anything when it comes to hardware.
 Even the littlest thing can cause the greatest catastrophes.

It's illogical to dismiss the extremely high probability of a software
bug or configuration error while embracing the extremely low probability
of a hardware error.
Why not just admit that it's a software problem and try to get to the
bottom of it?
Well - mainly, you seem to be the only one with the issue. S...
--
Best regards,
Chris
If a scientist uncovers a publishable fact, it will
become central to his theory.
His theory, in turn, will become central to all
scientific truth.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
Chris writes:

> So - it "could" be it. Never dismiss anything when it comes to hardware.
>   Even the littlest thing can cause the greatest catastrophes.

It's illogical to dismiss the extremely high probability of a software
bug or configuration error while embracing the extremely low probability
of a hardware error.

Why not just admit that it's a software problem and try to get to the
bottom of it?

-- 
Anthony


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


HP AMD64 booting problems...

2005-02-28 Thread Brian J. McGovern
I recently picked up an HP5460 AMD64 laptop, and I recently wanted to try 
FreeBSD on it. Unfortunately, both the x86 and AMD64 versions will not boot,
actually shutting the power down shortly after the kernel finishes loading.
I've tried 5.3 and 4.8 with similar results, also cycling through disabling
ACPI, "safe mode", and going to the boot loader prompt and manually turning off
whatever I can think of.

Does anyone have any additional suggestions (either to boot it, or provide
diagnostics), or will I be trapped to run Windows on this rather powerful
machine? :)

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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Chris
Anthony Atkielski wrote:
The chance of these drives both failing _on the same day_ that I install
FreeBSD is less than one in 70 million.  So that's not it.
Umm, I think the odds were greater then that when you think of how we 
all got here - yanno, all the right elements at the right place, at the 
right temps, at the right time, created the Big Bang - and here we are.

So - it "could" be it. Never dismiss anything when it comes to hardware. 
 Even the littlest thing can cause the greatest catastrophes.

--
Best regards,
Chris
The first page the author turns to upon receiving an
advance copy will be the page containing the worst
error.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iSCSI support?

2005-02-28 Thread Dan Nelson
In the last episode (Feb 28), Sam Farmer said:
> What version(s) of FreeBSD, if any, support iSCSI storage connectivity?
> Is there an open source FreeBSD iSCSI driver which would work with
> ethernet adapters listed on the hardware compatibility lists? Do FreeBSD
> drivers exist for iSCSI HBAs by Adaptec, Alacritech, Qlogic and/or
> Intel? Any relevent information would be most helpful. Thanks!

You're in luck ):  Last week, Danny Braniss posted that he was looking
for testers for an iSCSI initiator (for regular NICs) that he just
finished.

http://lists.freebsd.org/pipermail/freebsd-scsi/2005-February/001740.html

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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
John writes:

> Have you considered the possibility that windows just didn't
> report the error?

Yes.  If that's true, and if no actual data loss is occurring, then I'm
not worried about the error ... although I'd like to know how to remove
the error messages, in that case.

FreeBSD actually stalls when the errors occur (or more precisely, the
process doing the I/O stalls--the rest of the OS keeps on running).

> Just because it is unreported under windows doesn't mean it's
> not happening...

True, but I'd need to establish that for certain; I'm not going to just
assume that it was happening and Windows ignored it.

> And just because it has been working for 8 years without a problem doesn't
> mean it will go working for a further 8, even if you change nothing..

The chance of these drives both failing _on the same day_ that I install
FreeBSD is less than one in 70 million.  So that's not it.

> Saying that, I do notice that sometimes, I do get scsi errors on boot,
> but then again I have modified the delay in probing the devices from
> 15000ms to 5000 in order to speed up boot. Probably unwise, given that
> the system has 2 scsi cards in, and as well as 5 drives, a scsi cdrom,
> it also has a scanner, which is slow to wake up.

I left the delay at 15 seconds for this reason (there's a second SCSI
controller on the system, although I haven't used that thus far), but
that doesn't seem to help.

> Saying *that*, on boot, one card always boots up fast. Sometimes the
> other card also boots up, sometimes it times out. But at the login
> prompt, everything on the system is up. This is prior to the boot
> loader loading, so it cannot possibly be FreeBSD.

Some SCSI hardware takes a long time to initialize.

> You haven't told us what you mean by scsi errors. Is it like I describe, or is
> it subsequent to bootup?

I've posted the errors in a previous message (it's a lot of text).

It occurs mostly during periods of high disk activity, especially when
I'm trying to download packages or something.  It doesn't seem to occur
at all on an idle system, which is logical, I guess.

Another problem is that the system simply refuses to boot from the SCSI
disk; I have to boot from the installation diskettes, then change the
current device in the loader program, point to the SCSI disk, and boot
again, which works perfectly (but it takes 15 minutes to go through the
whole process, and of course it cannot be automated).  Oddly enough, I
installed boot0cfg to put a boot selector out there, and the hardware
finds and runs that off the SCSI disk with no problem.  It even gives
the FreeBSD slice as a choice for boot.  But when I actually select the
FreeBSD slice, it freezes.  I'm sure this isn't hardware, either.
Something is wrong in the way the disks are set up, or there's a bug.

-- 
Anthony


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


Re: make etc broken

2005-02-28 Thread Lee Harr
i was clearing out some files in /usr and accidentally did something and 
now
command such as:  clear, make, whereis no longer work ... how can i get 
them
back to working ?

You could try doing an upgrade from the CD.
/stand/sysinstall
If you have a working system, you could try copying the
files over from the working system to the broken system.
If you built the system yourself (buildworld...) they may
still be in the /usr/obj tree somewhere.
_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/

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


make, etc, whereis, commands broken

2005-02-28 Thread Warren
i was clearing out some files in /usr and accidentally did something and now 
command such as:  clear, make, whereis no longer work ... how can i get them 
back to working ?
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Documentation Error?

2005-02-28 Thread Jerry McAllister
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-v
> irtual-hosts.html
> 
> states that adding a virtual address is done in rc.conf like this:
> 
> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255"
> 
> Shouldn't it be this instead?
> 
> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="alias 10.1.1.2 netmask 255.255.255.255"
> 
> (keyword passed to ifconfig is alias instead of inet)
> 

It shouldn't be either.   It should be:

  ifconfig_fxp0_alias0="10.1.1.2 netmask 255.255.255.255"

With neither 'inet' or 'alias' within the quotes for the alias definition.
At least that is the way it works for us on about 75 servers.

jerry

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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread John
On Mon, 28 Feb 2005 22:35:54 +0100, Anthony Atkielski wrote
> Chris Hodgins writes:
> 
> > Sounds like the perfect time for them to go wrong.  They have been doing
> > the same thing for 8 years without problem.
> 
> They are still doing the same thing today.  There is no additional
> stress in changing operating systems.
> 
> > Suddenly you come along and give them a good old shake up...I would
> > imagine this would be the perfect occasion for this to happen.
> 
> I have no idea what you mean by this.  No "shake-up" is involved.  They
> do the same I/O they've always been doing.  They have no idea whether
> it's Windows NT starting the I/O or FreeBSD.  It all looks the same 
> to the drives.

Have you considered the possibility that windows just didn't report the error?
Just because it is unreported under windows doesn't mean it's not happening...

And just because it has been working for 8 years without a problem doesn't
mean it will go working for a further 8, even if you change nothing..

Saying that, I do notice that sometimes, I do get scsi errors on boot, but
then again I have modified the delay in probing the devices from 15000ms to
5000 in order to speed up boot. Probably unwise, given that the system has 2
scsi cards in, and as well as 5 drives, a scsi cdrom, it also has a scanner,
which is slow to wake up.

Saying *that*, on boot, one card always boots up fast. Sometimes the other
card also boots up, sometimes it times out. But at the login prompt,
everything on the system is up. This is prior to the boot loader loading, so
it cannot possibly be FreeBSD.

You haven't told us what you mean by scsi errors. Is it like I describe, or is
it subsequent to bootup?
--
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


iSCSI support?

2005-02-28 Thread Sam Farmer
What version(s) of FreeBSD, if any, support iSCSI storage connectivity?
Is there an open source FreeBSD iSCSI driver which would work with
ethernet adapters listed on the hardware compatibility lists? Do FreeBSD
drivers exist for iSCSI HBAs by Adaptec, Alacritech, Qlogic and/or
Intel? Any relevent information would be most helpful. Thanks!
 
Sam Farmer 
Systems Engineer 
Cambridge Computer Services, Inc. 
Artists in Data Storage 
Tel: 781-250-3212 
Fax: 781-250-3312 
www.cambridgecomputer.com 
[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: Documentation Error?

2005-02-28 Thread Pat Maddox
I don't know what the difference is between passing inet and alias,
but all my configs have inet, and it works fine.


On Mon, 28 Feb 2005 15:07:26 -0500, Jason D. Montgomery <[EMAIL PROTECTED]> 
wrote:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-v
> irtual-hosts.html
> 
> states that adding a virtual address is done in rc.conf like this:
> 
> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255"
> 
> Shouldn't it be this instead?
> 
> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="alias 10.1.1.2 netmask 255.255.255.255"
> 
> (keyword passed to ifconfig is alias instead of inet)
> 
> later,
> 
> jason
> 
> -=-=-=-=-=-=-=-=-=-=-
> 
> jason d. montgomery
> 
> ATGi
> 
> -=-=-=-=-=-=-=-=-=-=-
> 
> ___
> 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]"


Documentation Error?

2005-02-28 Thread Jason D. Montgomery
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-v
irtual-hosts.html

 

states that adding a virtual address is done in rc.conf like this:

ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255"

Shouldn't it be this instead?

ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
ifconfig_fxp0_alias0="alias 10.1.1.2 netmask 255.255.255.255"

 

(keyword passed to ifconfig is alias instead of inet)

 

later,

jason

-=-=-=-=-=-=-=-=-=-=-

jason d. montgomery

ATGi

-=-=-=-=-=-=-=-=-=-=-

 

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


RE: SCO file system mounting

2005-02-28 Thread Vince
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Mikkel C. Simonsen
> Sent: 25 February 2005 12:12
> To: freebsd-questions@freebsd.org
> Subject: Re: SCO file system mounting
> 
> [EMAIL PROTECTED] skrev:
> Hello to all.
> 
> Would 'mount' mount the SCO file system ? Does any body know ? I 
> presume the SCO system as partition type 2 or partition type 3 or 
> partition type 0x63.
> >>>
> >>>If SCO is running...
> >>>How about mount -t nfs?
> >>>
> >>Good idea .
> >>but the bad thing is its only running the serial terminals.
> >>no nic !
> > 
> > No problem. Use SLIP or PPP.
> 
> As far as I remember some SCO versions have no networking 
> support at all
> - you had to pay extra for that.
> 

Indeed the last one I had to look at had no TCP/IP stack at all.
(considering I had been told it was on a token ring network with 
clients connecting by telnet it was a bit of a shock to turn up 
and find it was dumb serial consoles with no network support I 
could find.)

> Best regards,
> 
> Mikkel C. Simonsen
> 
> 
> ___
> 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: How can I see which version is in /usr/src

2005-02-28 Thread Giorgos Keramidas
On 2005-02-28 23:11, "Gelsema, Patrick" <[EMAIL PROTECTED]> wrote:
> Just wondering how I can see which version of Freebsd I've got as
> sources in my /usr/src directory.

One way would be to check the definition of __FreeBSD_version:

$ grep '^#define[[:space:]]\+__FreeBSD_version' /usr/src/sys/sys/param.h
#define __FreeBSD_version 600019/* Master, propagated to newvers */

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


RE: Does 802.11b use a lot of resources?

2005-02-28 Thread Vince
I'm not sure if this is still the case but.. 
Have a read of this thread, 
http://lists.freebsd.org/pipermail/freebsd-current/2004-May/027476.html
Basicly set your wireless to ad-hoc mode and see if that 
resolves the issue. It did for me (had an old p133 laptop acting as my 
Access point until it died, and that was fine.)

Vince

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Christopher Kelley
> Sent: 25 February 2005 05:07
> To: freebsd-questions@freebsd.org
> Subject: Does 802.11b use a lot of resources?
> 
> Have I tried too hard to squeeze usability out of an old computer?
> 
> I have a Pentium-166 that has been a faithful router & 
> firewall (FreeBSD
> 5.3 and pf) for a couple years now.  It has no trouble with 
> the 3 to 4 Mbps I get from my broadband connection, at least 
> not with ethernet.
> 
> I wanted wireless, so I could use my laptop around the house. 
>  I dutifully read the section in the manual about setting up 
> FreeBSD as an access point. I'm using a Netgear MA311 802.11b 
> card (Prism 2.5 chipset).  And it does work, except it's very 
> slow.  Now I know that I can only expect about 50% of the 
> rated speed with wireless, but I figured even if I got only 
> 4Mbps, I'd be fine.  But I get less than 1Mbps.  I've updated 
> the firmware, added a signal booster and hi-gain antenna, and 
> I have "excellent" signal strength throughout my house.
> 
> So my question is, is there more overhead with wireless than 
> with ethernet?  TOP doesn't seem to show that I'm taxing it 
> too hard, idle never goes below about 70% with polling 
> enabled (Hz=1000), and never below about 80% with polling 
> disabled.  Am I expecting too much out of an old Pentium-166?
> 
> Thanks for your help.
> 
> Christopher
> 
> ___
> 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]"


How can I see which version is in /usr/src

2005-02-28 Thread Gelsema, Patrick
Hi,

Just wondering how I can see which version of Freebsd I've got as sources in
my /usr/src directory.

I've done a CVS sync, but am not quite sure which version I downloaded.
Before I am rebuilding world and creating havoc on my system I want to know
for sure.

Regards,

Patrick Gelsema

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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
Chris Hodgins writes:

> Sounds like the perfect time for them to go wrong.  They have been doing
> the same thing for 8 years without problem.

They are still doing the same thing today.  There is no additional
stress in changing operating systems.

> Suddenly you come along and give them a good old shake up...I would
> imagine this would be the perfect occasion for this to happen.

I have no idea what you mean by this.  No "shake-up" is involved.  They
do the same I/O they've always been doing.  They have no idea whether
it's Windows NT starting the I/O or FreeBSD.  It all looks the same to
the drives.

-- 
Anthony


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


Re: USB Mouse issues

2005-02-28 Thread Louis LeBlanc
On 02/28/05 11:02 PM, Colin Alston sat at the `puter and typed:
> Louis LeBlanc wrote:
> 
> >What really confused me was that I did not have moused enabled.  It
> >took quite a while to even realize that it was running.
> >
> >  
> >
> Hmmm, possibly then when I disabled moused in rc.conf it fixed it? I was 
> in too much of a tiss trying random things all at once.

Don't think you're the first one to do that :)

The fact I had never even enabled moused is exactly the reason I had
such a hard time finding it.  It just never occurred to me that usbd
was starting moused up behind my back.  Eventually, I realized this
was happening, killed moused and it worked.  Problem is the next time
I plugged back in, usbd would start moused again.  I had to comment
the mouse section out of /etc/usbd.conf and restart usbd
(/etc/rc.d/usbd restart) to get it to leave the pointers alone.

What I kept forgetting is that usbd would be restarting moused.  You
have to reconfigure usbd and restart it.  Then make sure moused isn't
running.  Then your mouse should be there at /def/ums0.  Your
xorg.conf mouse section will have to be configured to that device.

Lou
-- 
Louis LeBlanc  FreeBSD-at-keyslapper-DOT-net
Fully Funded Hobbyist,   KeySlapper Extrordinaire :)
Please send off-list email to: leblanc at keyslapper d.t net
Key fingerprint = C5E7 4762 F071 CE3B ED51  4FB8 AF85 A2FE 80C8 D9A2

Gray's Law of Programming:
  `n+1' trivial tasks are expected to be accomplished in the same
  time as `n' tasks.


pgpx88wI5GGAo.pgp
Description: PGP signature


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Chris Hodgins
Anthony Atkielski wrote:
RacerX writes:

The hardware has ran for over 8 years - you don't think that after 8 years
its going to show wear and tear? I do/would.

It's not going to suddenly fail on the very day and hour that I install
FreeBSD.
Sounds like the perfect time for them to go wrong.  They have been doing 
the same thing for 8 years without problem.  Probably ageing gracefully. 
 Suddenly you come along and give them a good old shake up...I would 
imagine this would be the perfect occasion for this to happen.


We as humans are not perfect - so that means the things we make can't be
perfect either. They will break down, even die. I suspect that if you put
in new hardware, the issues will remove themselves.

No, they will not.  Unless someone can explain to me what the problem is
with FreeBSD, the only way to resolve the issues is to reinstall Windows
NT, which doesn't seem to have a problem with these SCSI drives.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Summer Internship 2005

2005-02-28 Thread Kirk Strauser
On Monday 28 February 2005 14:29, [EMAIL PROTECTED] wrote:

> Dear professor,

My friends call me by name, but "Professor" has a nice ring to it.

> If given a chance I assure that I shall not let you down.

Excellent!  You can download an installer CD from www.freebsd.org.  The TODO 
list for 5.4 is at http://www.freebsd.org/releases/5.4R/todo.html .  We 
look forward to your contributions!

> • Designed Spell-checker

[...]

> • Worked with 8*8 and 16*16 RAM to implement sate machine and GCD

   
-- 
Kirk Strauser


pgpnUxVvwpDXM.pgp
Description: PGP signature


Re: USB Mouse issues

2005-02-28 Thread Colin Alston
Louis LeBlanc wrote:
What really confused me was that I did not have moused enabled.  It
took quite a while to even realize that it was running.
 

Hmmm, possibly then when I disabled moused in rc.conf it fixed it? I was 
in too much of a tiss trying random things all at once.

--
Colin Alston <[EMAIL PROTECTED]>
About the use of language: 
 "It is impossible to sharpen a pencil with a blunt axe.  It is 
 equally vain to try to do it with ten blunt axes instead."
  -- E.W.Dijkstra, 18th June 1975. (Perl did not exist at the time.)

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


Re: USB Mouse issues

2005-02-28 Thread Louis LeBlanc
On 02/28/05 10:24 PM, Colin Alston sat at the `puter and typed:
> Hi
> 
> I recently had some fun today on FreeBSD 5.3
> 
> Feb 28 19:57:24 jupiter kernel: device_attach: ums0 attach returned 6
> Feb 28 19:57:24 jupiter kernel: ums0: at uhub0 port 1 (addr 2) disconnected
> Feb 28 19:57:25 jupiter kernel: uhid0: Microsoft product 0x0040, rev 
> 1.10/3.00,
> addr 2, iclass 3/1
> Feb 28 19:57:25 jupiter kernel: uhid0: no report descriptor
> Feb 28 19:57:25 jupiter kernel: device_attach: uhid0 attach returned 6
> Feb 28 19:57:25 jupiter kernel: uhid0: at uhub0 port 1 (addr 2) disconnected
> Feb 28 19:57:26 jupiter kernel: uhid0: Microsoft product 0x0040, rev 
> 1.10/3.00,
> 
> What its supposed to look like is - achived after some rebooting, 
> swearing and praying to the USB gods.
> Feb 28 19:58:44 jupiter kernel: ums0: Microsoft Microsoft 3-Button Mouse 
> with IntelliEye(TM), rev 1.10/3.00, addr 2, iclass 3/1
> 
> Not really sure whats going on, very likely my dodgey VIA USB chipset as 
> this happend on Debian as well.

I've had some interesting stuff happen with usb pointer devices
recently too.  I found that when I plug them in at runtime, they seem
to get swept up by moused via the usb daemon, and wisked away to
/dev/sysmouse.

What really confused me was that I did not have moused enabled.  It
took quite a while to even realize that it was running.

Naturally, when you want to hook up a mouse and a trackball (the
trackball doesn't hurt my hand - I only use the mouse for fine pointer
work, like playing NWN), this gets tricky to have them both pulled out
from under you to a place you can't really get them without rebooting
X.  When I rebooted, I got pretty much the same thing you did -
everything worked.

What I finally did was find the device "Mouse" section in
/etc/usbd.conf and comment it all out.  This way, the pointers stay
accessible at the ums* device, even when plugged in at runtime - the
usb daemon leaves them alone for apps (like X) to access there.

HTH

Lou
-- 
Louis LeBlanc  FreeBSD-at-keyslapper-DOT-net
Fully Funded Hobbyist,   KeySlapper Extrordinaire :)
Please send off-list email to: leblanc at keyslapper d.t net
Key fingerprint = C5E7 4762 F071 CE3B ED51  4FB8 AF85 A2FE 80C8 D9A2

Kinkler's Second Law:
  All the easy problems have been solved.


pgppH80TU0EWg.pgp
Description: PGP signature


Re: cvsup gcc

2005-02-28 Thread Kris Kennaway
On Mon, Feb 28, 2005 at 02:24:55PM -0500, Charles Swiger wrote:
> On Feb 28, 2005, at 2:13 PM, Jim Pazarena wrote:
> >on 5.3, gcc 3.4.2 sees to have been updated, but doing a make
> >install doesn't give you the new version 3.4.4 (gcc --version).
> >
> >what would the procedure be to get the newer gcc set as the default?
> 
> cd /usr/ports/lang/gcc34
> make install
> echo "CC=/usr/local/bin/gcc" >> /etc/make.conf
> echo "C++=/usr/local/bin/g++" >> /etc/make.conf
> 
> Note that you might need to unset the above when building the kernel or 
> world.

Yes - it's not supported to use a non-system compiler to build kernel
or world, and this will often fail.

Kris



pgpBKE31exHMR.pgp
Description: PGP signature


USB Mouse issues

2005-02-28 Thread Colin Alston
Hi
I recently had some fun today on FreeBSD 5.3
Feb 28 19:57:24 jupiter kernel: device_attach: ums0 attach returned 6
Feb 28 19:57:24 jupiter kernel: ums0: at uhub0 port 1 (addr 2) disconnected
Feb 28 19:57:25 jupiter kernel: uhid0: Microsoft product 0x0040, rev 
1.10/3.00,
addr 2, iclass 3/1
Feb 28 19:57:25 jupiter kernel: uhid0: no report descriptor
Feb 28 19:57:25 jupiter kernel: device_attach: uhid0 attach returned 6
Feb 28 19:57:25 jupiter kernel: uhid0: at uhub0 port 1 (addr 2) disconnected
Feb 28 19:57:26 jupiter kernel: uhid0: Microsoft product 0x0040, rev 
1.10/3.00,

What its supposed to look like is - achived after some rebooting, 
swearing and praying to the USB gods.
Feb 28 19:58:44 jupiter kernel: ums0: Microsoft Microsoft 3-Button Mouse 
with IntelliEye(TM), rev 1.10/3.00, addr 2, iclass 3/1

Not really sure whats going on, very likely my dodgey VIA USB chipset as 
this happend on Debian as well.

--
Colin Alston <[EMAIL PROTECTED]>
About the use of language: 
 "It is impossible to sharpen a pencil with a blunt axe.  It is 
 equally vain to try to do it with ten blunt axes instead."
  -- E.W.Dijkstra, 18th June 1975. (Perl did not exist at the time.)

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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
RacerX writes:

> The hardware has ran for over 8 years - you don't think that after 8 years
> its going to show wear and tear? I do/would.

It's not going to suddenly fail on the very day and hour that I install
FreeBSD.

> We as humans are not perfect - so that means the things we make can't be
> perfect either. They will break down, even die. I suspect that if you put
> in new hardware, the issues will remove themselves.

No, they will not.  Unless someone can explain to me what the problem is
with FreeBSD, the only way to resolve the issues is to reinstall Windows
NT, which doesn't seem to have a problem with these SCSI drives.

-- 
Anthony


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


Re: /dev/io , /dev/mem : only used by Xorg?

2005-02-28 Thread Kris Kennaway
On Mon, Feb 28, 2005 at 04:58:02AM -0800, Ted Mittelstaedt wrote:

> Yes - there's some random testing suites on the Internet, find a
> few and compile them. (ENT for example) Run them repeatedly and see what
> happens.
> 
> Part of the problem is that BY DEFAULT the random device DOES NOT
> look at interrupts.  See the man page for rndcontrol.  Presumably
> the system admin of the system knows this and looks at his dmesg
> output to see which irq's are assigned to network cards and hard
> disks (which are fairly good sources of randomness) and sets the
> random device to use these.  In practice this isn't something mentioned
> in the install docs so it is very unlikely many people know.
> 
> Another strange thing is that /dev/random should block when it
> runs out of entropy - it doesen't seem to do so, however.  And the
> device doesen't seem to gain entropy that quickly.

No, it should not block because it's not defined to block and that
would be a bad interface anyway.  It does return as many bytes as it
can, and if the application wants more entropy than given then it can
either poll, or fall back to alternative mechanisms as it sees fit
(blocking would prevent this).

Anyway, all your concerns are moot for 5.x.

Kris

pgpYMJcAWwhbt.pgp
Description: PGP signature


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread RacerX
On Mon, 28 Feb 2005, Anthony Atkielski wrote:
Ted Mittelstaedt writes:
I agree Ramiro, I've setup dozens and dozens of different SCSI setups,
and I think that his problem is hardware, such as incorrect
termination, a bad scsi cable, bad connectors on the cable, or an
incompatible SCSI/disk combination (which is rare, but it does happen)
No. The machine ran flawlessly for eight years with the current hardware
configuration, no errors, no data loss, even under the heaviest loads.
There's nothing wrong with the hardware.
The hardware has ran for over 8 years - you don't think that after 8 years 
its going to show wear and tear? I do/would.

We as humans are not perfect - so that means the things we make can't be 
perfect either. They will break down, even die. I suspect that if you put 
in new hardware, the issues will remove themselves.


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


Re: /dev/io , /dev/mem : only used by Xorg?

2005-02-28 Thread Kris Kennaway
On Mon, Feb 28, 2005 at 04:11:24AM -0800, Ted Mittelstaedt wrote:

> Actually, recompiling openssl to use a prng daemon instead of the random
> device
> will probably improve your ssh security - unless they have greatly
> improved the entropy generation in the random device in 5.X

Yes.  It seems that you really need to learn about FreeBSD 5.x and how
it differs from 4.x.

Kris

pgpamq4VcJMoy.pgp
Description: PGP signature


Re: Why can't I access my floppy disk?

2005-02-28 Thread Anthony Atkielski
Ruben de Groot writes:

>  1 Secure mode - the system immutable and system append-only flags may
>not be turned off; disks for mounted file systems, /dev/mem,
>/dev/kmem and /dev/io (if your platform has it) may not be opened
>for writing; kernel modules (see kld(4)) may not be loaded or
>unloaded.

Disks for mounted file systems ... but the floppy disk was not mounted.
Indeed, the problem was just that:  I couldn't mount it.

>  2 Highly secure mode - same as secure mode, plus disks may not be
>opened for writing (except by mount(2)) whether mounted or not.
>This level precludes tampering with file systems by unmounting
>them, but also inhibits running newfs(8) while the system is multi-
>user.

I wasn't trying to open the diskette for writing.  Even a read-only attempt
to mount the diskette failed.

If securelevel=3 prohibits mounting floppy disks, then the documentation
should say something like "floppy disks cannot be mounted at this
level."

-- 
Anthony


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


Re: Is Yahoo! moving from FreeBSD?

2005-02-28 Thread Anthony Atkielski
Ted Mittelstaedt writes:

> One word: ebay

I don't trust used equipment.  You never know where it's been.

-- 
Anthony


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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
Ramiro Aceves writes:

> Anthony, I understand your frustration. I think you should fix the SCSI
> problems before doing anything.

If I could find out what is causing them, I would.  The only thing I
know right now is that it's not hardware.

-- 
Anthony


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


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
Ted Mittelstaedt writes:

> I agree Ramiro, I've setup dozens and dozens of different SCSI setups,
> and I think that his problem is hardware, such as incorrect
> termination, a bad scsi cable, bad connectors on the cable, or an
> incompatible SCSI/disk combination (which is rare, but it does happen)

No. The machine ran flawlessly for eight years with the current hardware
configuration, no errors, no data loss, even under the heaviest loads.
There's nothing wrong with the hardware.

It's either a bug in FreeBSD or a configuration error.

-- 
Anthony


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


Re: linux_base compatibility issue? Counter-Strike

2005-02-28 Thread Derrick Ryalls
> 
> I came across a post you made regarding the following erros on the CS source
> with freebsd 4.9
> 
> Illegal instruction (core dumped)
> 
> cat: hlds.12893.pid: No such file or directory
> 
> Deprecated bfd_read called at
> /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dwarf2read.c
> line 3049 in dwarf2_read_section
> 
> Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.
> 
> /lib/libm.so.6: No such file or directory.
> 
> debug.cmds:1: Error in sourced command file:
> 
> email debug.log to [EMAIL PROTECTED]
> 
> Did you ever figure out a resolu8tion to the problem or is the only fix to
> upgrade to 5.3 ?
> 
> Any help would be appreciated!
> 

First, make sure you are using linux_compat8 not 7.  If that alone
works, then wonderful.  If not, then the next part depends on what
processor you have.  If you can support MMX/SSE, the enable SSE in
your kernel (off by default in 4.x I believe) and try again.

When CS:S first came out, I had to do the SSE/compat8 thing to get it
working on an Athlon XP box under 4.x, my Athlon XP box that was
running 5.x had no problem once I install compat.  For a long time, I
couldn't run it on my test server (K6-2 350, no SSE possible), but
sometime recently Valve must have fixed it to use old CPUs as well as
it did work the last time I tried.

Hope this helps, let me know if it doesn't.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


memory disk and fstab

2005-02-28 Thread Daniel Gerzo
Hi questions,

  may i ask, what should i add to my /etc/fstab, when i want to get
  the same functionality as this command gives me ?

  mdmfs -M -s 3m -w root:www -p 770 -onosuid,nodev,noexec,noatime md0
  /tmp/sessions

  well, i tried something like:

  md /tmp/sessions mfs -M,-rw,-p770,-wroot:www,-s3m,
  -onosuid,nodev,noexec,noatime

  but this one doesn't works for me...

-- 
Best Regards,

+--==/\/\==--+   (__)  FreeBSD
|  DanGer <[EMAIL PROTECTED]>  |\\\'',)  The
| [EMAIL PROTECTED] ICQ261701668 |  \/  \ ^Power
|   http://danger.rulez.sk   |  .\._/_)To
+--==\/\/==--+ Serve

[ "I see the front torpedo bays are loaded." - Crow T. Robot on boobs ]


Re: How can I cut and paste from xterm _into_ another program ? (NOTE - I am not an IDIOT)

2005-02-28 Thread epilogue
On Mon, 28 Feb 2005 09:36:30 -0800 (PST)
Joe Schmoe <[EMAIL PROTECTED]> wrote:

> 
> Hmmm...so instead of actually reading my post, several
> folks have responded ... presumably just looking at
> the words "cut" and "paste" in my post and responding
> with a tutorial on how to use my mouse buttons. 
> Thanks.
> 
> So I'll start all over.
> 
> I am running X on fbsd 5.3, with ratpoison as my
> window manager.  I only run two apps - xterms (1 or 2
> or 3 of them) and opera (my web browser).
> 
> I can cut text in my xterms by simply highlighting it,
> and I can paste that text back into that xterm, or a
> different xterm by clicking my right mouse button.  So
> yes, I know how to cut and paste thank you very much.
> 
> I can also cut and paste in opera by selecting text
> and choosing edit->copy from the menu - I can then
> paste that text back into opera with edit->paste, or
> shift+insert, and FURTHER, I can paste that text into
> any of my xterms, with shift+insert OR with my right
> mouse button.
> 
> THE PROBLEM IS, if I cut text in an xterm, I cannot
> paste it in opera.  That is the only problem.
> 
> So to recap, I know how to cut and paste - thanks.  No
> need for the mouse button tutorials.  All I want to
> know is, why can I not properly cut and paste from
> xterm TO opera, when I can already do it successfully
> gtom opera TO xterm ?

i believe that, despite your negative opinion of the replies (yes, one
or two were off), you have had your answer at least a few times.

1) highlight desired text in *term.
2) switch to opera
3) middle click (either you have a dedicated middle button or you click
both simultaneously)

works here.

please confirm that you have tried this -- from the messages i've seen
(quite possibly not all), you have not yet.  you've only said that you
'know how'.

if this does not work, you may have a mouse driver issue.  we can
continue troubleshooting this, after eliminating the known working
method.


hth,
epi
 
> Thanks.  Hopefully anyone responding will actually
> read the post this time.

P.S.  no need to be quite so snarky.  if you are in the future,
hopefully people will not bother to offer their help (even if they do
get it wrong sometimes).  lighten up.

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


Re: WRITE_DMA errors on SATA drive under 5.3-RELEASE

2005-02-28 Thread Anthony Atkielski
Garance A Drosihn writes:

> First question: which SATA controller are you using?

The controller is built into the Asus P4P800-E motherboard, and is
based on the Intel ICH5R southbridge chipset.  There's also a Promise
20378 RAID controller on board but I do NOT use it (disabled in BIOS).

> And what is the make&model of the hard drives that you are using?

The SATA drives are two identical Western Digital WD1200JD 120-GB
drives, 7200 RPM.  Device ad10 holds /tmp and /var; device ad12 holds
/usr.

There is also a third drive, an older Samsung SV4002H (40 GB), connected
to the primary IDE controller.  This drive holds the root /.

Although the error messages I've seen name ad10 (the first SATA drive),
smartctl says that no errors have occurred on either of these
drives--whereas it does show a log of errors on the third drive (ad0)
that seem to correspond mysterious to the errors in the message.

> Note: There have been several different threads on different mailing
> lists from users having WRITE_DMA errors similar to this. At least
> some of the problem is in the code which handles disk I/O.

So I've surmised.  The problem seems to be quite rare, but since this is
a production server I worry about disk writes not being completed; I
have no easy way to tell whether writes were actually lost or not.

> I realize that none of that info really helps you right now, but
> I just thought I would say that it may be you're not having any
> hardware problems.  Or at least, not on the disk itself.  It might
> be a problem with the disk-controller, or it might be fairly minor
> timing-problems that come up under certain kinds of load.

I don't think there are any hardware problems at all.  This isn't a
terribly exotic configuration.  It's probably a bug or configuration
problem.

-- 
Anthony


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


Re: cvsup gcc

2005-02-28 Thread Charles Swiger
On Feb 28, 2005, at 2:13 PM, Jim Pazarena wrote:
on 5.3, gcc 3.4.2 sees to have been updated, but doing a make
install doesn't give you the new version 3.4.4 (gcc --version).
what would the procedure be to get the newer gcc set as the default?
cd /usr/ports/lang/gcc34
make install
echo "CC=/usr/local/bin/gcc" >> /etc/make.conf
echo "C++=/usr/local/bin/g++" >> /etc/make.conf
Note that you might need to unset the above when building the kernel or 
world.

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


Re: WRITE_DMA errors on SATA drive under 5.3-RELEASE

2005-02-28 Thread Anthony Atkielski
Ted Mittelstaedt writes:

> Rule of thumb on IDE hard drives, if they show more than a few errors
> with a tool like smartmon, they need to be thrown in the garbage.

Seems prudent to me, but right now I don't have the budget to replace
this drive (yes, 40 GB IDE drives are cheap, but I don't have even
that).

-- 
Anthony


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


cvsup gcc

2005-02-28 Thread Jim Pazarena
on 5.3, gcc 3.4.2 sees to have been updated, but doing a make
install doesn't give you the new version 3.4.4 (gcc --version).
what would the procedure be to get the newer gcc set as the default?
thanks, Jim
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installation instructions for Firefox somewhere?

2005-02-28 Thread Anthony Atkielski
Ted Mittelstaedt writes:

> One of the several techs that work for that company has your
> attitude.  He's been burned a few times when he's installed patches
> that broke existing software at a customer.
>
> However, the customers that he cares for have the highest percentage
> of broken-into servers.  (by outside crackers)

I don't know that one can assume cause and effect here.

Many updates are not security-related.  Of the security-related updates,
not all are relevant in a given environment.  And since most security
updates move in the direction of greater restrictions on what programs
can do, they are especially likely to break existing applications.

> From our point of view over at the ISP it seems to us that the pain
> of dealing with an app that breaks as a result of a security update
> is less than dealing with the pain of cleaning up a server that is
> broken into.  And we have also observed that no matter how long the
> techs there work on a Windows server that has been broken into, once
> it's broken into it seems to get regularly re-broken into in the future,
> unless they nuke and repave it.

The solution here is to stop using Windows, if possible.  Windows
systems are extremely complex and cannot easily be "stripped" to
eliminate unnecessary vulnerabilities.  You can close the holes you know
about, but you don't know what other holes exist until Microsoft or
someone else tells you about them, or until you're broken into.  And you
may be obligated to patch holes in software that is completely useless
to you, simply because there is no way to turn that software off.

Windows is a good solution for IT departments that have virtually no
qualified people on staff.  They can just plug in the servers and run
them, and they can just apply every update that comes out.  They'll
spend more on hardware and licensing than they would with an open-source
solution like FreeBSD, and they'll never have a firm handle on exactly
what their servers are doing internally, but at least it lowers personal
costs and allows a company to get some sort of server capability in
house without searching for expensive IT talent.  Used as directed, and
with regular updates, Windows is moderately safe.

> I guess your attitude is safe enough if you regularly backup and you
> don't have critical data like credit cards or patient data or
> whatever that you don't want to have spread around.

Yes.  Confidential data like credit cards or medical records requires
some fairly extraordinary precautions, anyway, ideally involving
physical barriers to compromise (by distributing functions over
different servers, etc.).  Unfortunately a lot of small companies (and
some large ones--cf. ChoicePoint) are exceedingly careless about how
they handle this type of data, and with the prevalence of credit-card
commerce, there's a lot of exposed information out there.

> Frankly I find this rather silly.  The OS does very little that helps
> a cracker.  About the only thing that bugs in the OS will allow a cracker
> to do is DoS a TCP/IP stack.
>
> The difficulty is in the application programs, such as nfs, samba,
> http, telnetd, sshd, smtp, dns, etc. which all of in the past had
> security holes discovered and closed - sometimes repeatedly.  The
> same goes for Microsoft's products.

Agreed, but it reduces to the same thing, since each OS tends to bring
with it a set of applications.  You may have problems with telnetd on
UNIX, but not on Windows, since Windows doesn't generally run telnetd.
You won't have problems with IIS on UNIX.

> Just because an app like IIS is bundled with Windows Server, and an
> app like telnetd is bundled with UNIX, does not mean that when those
> apps got cracked, that the OS was the problem.

The whole environment was the problem.

-- 
Anthony


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


Re: php5-5.0.0.2 & mod_php5-5.0.2,1 - should be php5-5.0.2 & mod_php5-5.0.2,1

2005-02-28 Thread David Larkin
Sorry,

I got those version numbers wrong, let me try again

what I'm getting is ...

# make install
===>  Installing for php5-5.0.2

===>  php5-5.0.2 conflicts with installed package(s):
  mod_php5-5.0.2,1

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1


I can install either

php5-5.0.2
or
mod_php5-5.0.2,1

but not both.

I've never installed PHP before.

Do I need to install both ??

Thanks
David







> Hello,
>
> I've just installed FreeBSD 5.3.
>
> I did install using FTP from the main UK ftp server.
>
> I'm trying to use PHP with Apache.
>
> Am I right in thinking I need to install both php & mod_php ?
>
> I can install either of the following OK from ports or packages.
>
> php5-5.0.0.2
> mod_php5-5.0.2,1
>
> But, when I try to install the other one I get 'conflicts' message.
>
> Do I need to install both ?
>
> If so, where can I find non conflicting versions ?
>
> Thanks
> David
>
> ___
> 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: OpenAFS server for FreeBSD ?

2005-02-28 Thread Emanuel Strobl
Am Montag, 28. Februar 2005 16:54 schrieb Heinrich Rebehn:
> Hi all,
>
> i just wanted to know if there is an OpenAFS server available for
> FreeBSD. I found only a client in the ports and also nothing about it in
> the ml archive

There is a special freebsd-afs Mailing list (
http://docs.freebsd.org/mail/archive/2005/freebsd-afs/)
which isn't too heavily frequented ;)

I remember several statements that openafs should compile and run on FreeBSD 
(the server part at least, for the client one should go with arla, but I 
think I can also remember positive results from one (the) porter at the ML).
Since I'm not able to fix things I decided to drop AFS because if I decide to 
use it it's elementary to know it is "supported".

Best regards,

-Harry
>
> Regards,
>
> Heinrich Rebehn
>
> University of Bremen
> Physics / Electrical and Electronics Engineering
> - Department of Telecommunications -
>
> Phone : +49/421/218-4664
> Fax   :-3341
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


pgpVKXvGVwYuD.pgp
Description: PGP signature


Re: only 1 card is "active", why

2005-02-28 Thread Jonathan Chen
On Mon, Feb 28, 2005 at 09:34:02PM +0800, gr wrote:
> I use freebsd-5.3release as a gateway. I have 2 realtek 8139 card, one
> for Internet and the other for LAN. But when I execute "ifconfig", only
> 1 card(rl0) is shown "active", and the other(rl1) is shown "no carrier".
> And when I exchange the wire, rl0 changes to "no carrier", and rl1
> changes to "active". It seems that only 1 card can be in use. What
> can I do? Thanks.

Faulty wire? Faulty hub-port?
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
"I don't want to achive immortality through my works..
 I want to achieve it through not dying" - Woody Allen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrading perl 5.8

2005-02-28 Thread Erik Norgaard
Stefan Cars wrote:
Hi!
I'm upgrading perl 5.8 from the ports on a FreeBSD 5.3 machine, the 
problem is that alot of my installed modules doesn't work after the 
update (just a minor update from 5.8.2 to 5.8.6), probably becuase the 
@INC changed and did not include the mach directory of 5.8.2. Is this 
right ? Why can't it include the 5.8.2 mach dir ?
Please read /usr/ports/UPDATING
Cheers, Erik
--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portsdb -Uu -> Stop.

2005-02-28 Thread Lowell Gilbert
Ewald Jenisch <[EMAIL PROTECTED]> writes:

> today I cvsup-ed one of my 5.3 systems by using the same procedure as
> many times before:
> 
> cvsup -g -L 2 ./ports-supfile
> pkgdb -F
> portsdb -Uu
> 
> The first two steps (cvsup, pkgdb) went OK without error, but during
> portsdb -Uu I get an error as follows:
> 
> 
> # portsdb -Uu
> Updating the ports index ... Generating INDEX.tmp - please 
> wait..apsfilter-7.2.6
> : "/usr/ports/print/acroread5" non-existent -- dependency list incomplete
> ===> print/apsfilter failed
> *** Error code 1
> 1 error

The current version of the apsfilter port should be looking at
/usr/ports/print/acroread instead of .../acroread5.

> 
> Before reporting this error, verify that you are running a supported
> version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
> have a complete and up-to-date ports collection.  (INDEX builds are
> not supported with partial or out-of-date ports collections -- in
> particular, if you are using cvsup, you must cvsup the "ports-all"
> collection, and have no "refuse" files.)  If that is the case, then
> report the failure to [EMAIL PROTECTED] together with relevant
> details of your ports configuration (including FreeBSD version,
> your architecture, your environment, and your /etc/make.conf
> settings, especially compiler flags and WITH/WITHOUT settings).

The makefile you have in /usr/ports/print/apsfilter is at least a week
or two out of date, so double-check against the problems in this
message.  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ip addr changes on 5.3 but not on 4.8

2005-02-28 Thread wo_shi_big_stomach
> >
> >you might try paging through "dmesg | more" to see
> if
> >the system recognizes your interface on bootup.
> 
> %dmesg | more | grep dc0
> 
> dc0: <82c169 PNIC 10/100BaseTX> port 0x6800-0x68ff
> mem 
> 0xe900-0xe9ff irq 11 at device 9.0 on pci0
> miibus0:  on dc0
> dc0: Ethernet address: 00:a0:cc:40:55:cf
> dc0: if_start running deferred for Giant
> dc0: [GIANT-LOCKED]
> atkbdc0:  at port
> 0x64,0x60 on isa0
> atkbd0:  irq 1 on atkbdc0
> psm0:  irq 12 on atkbdc0
> fdc0:  at port
> 0x3f0-0x3f5 irq 6 drq 2 on isa0
> fdc0: [FAST]
> fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> dc0: failed to force tx and rx to idle state
> ..
> .. 332 identical lines deleted
> ..
> dc0: failed to force tx and rx to idle state
> 
> 
> Any problems here?

You *may* have a mismatch in autonegotiation or manual
speed/duplex parameters between dc0 and whatever it's
plugged into. Make sure both sides are set to
autonegotiate or, if they're set manually, that both
use the same speed and duplex parameters.

Personal preference, but I disable autonegotiation
wherever I can. I have had more connectivity problems
with autoneg than virtually any other networking
issue.

/wsbs

> 
> Thanks for explaining the reason for the different
> device names. I'm 
> thinking the 4.8 nic may be an isa 3com 10mbps,
> while am quite sure the 5.3 
> nic is a pci netgear 100mbps.
> 
> 
> Marty Landman, Face 2 Interface Inc. 845-679-9387
> Search & Sort Easily:
> http://face2interface.com/Products/FormATable.shtml
> Web Installed Formmail:
> http://face2interface.com/formINSTal
> 
> 




__ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 5.4-PRERELEASE as cvsupdated today won't build, OS crashes

2005-02-28 Thread O. Hartmann
Well,
maybe it is an issue having a DELL Optiplex with a flat screen and 
keyboard and mouse plugged in the USB hub in TFT? Sometimes I watch 
mysterious log messages that some hub has been detached after a while.

This is the last run I can do for now, hope plugging back mouse and 
keyboard to the onboard plugins will help - if not, there is another
issue ...

Oliver
Donald J. O'Neill wrote:
On Monday 28 February 2005 11:06 am, Robert Watson wrote:
On Mon, 28 Feb 2005, O. Hartmann wrote:
I did a cvsupdate several minutes before and tried to build world. 
A buildworld stops as shown below in building libkvm.
This is believed to now be fixed with an updated kvm_proc.c.  If not,
please let me know.

Also, the system is really instable after I build the kernel for
itself. Under heavy load, the machine get stuck and freezes.
I have no more informations due to remote control of the system.
Do you have approximate before/after dates for when the instability
began? In particular, was it with an update in the last 48 or 96
hours?
Robert N M Watson

Robert,
If it helps you narrow things down, I did my last cvsup-src just before 
11:22AM yesterday, 02/27/05. Everything was smooth sailing. My system 
appears stable.
  25211 Feb  5 07:48 /usr/src/lib/libkvm/kvm_proc.c

I use it mainly as a desktop, so it might not be real indicative how 
stable it is as a server.

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


Re: What am I doing wrong with MOUNT?

2005-02-28 Thread Nathan Kinkade
On Mon, Feb 28, 2005 at 09:15:23AM -0800, Gerald Lightsey wrote:

> My surprise is that every indication I get after I regain control of the
> system is that the database tables are being built within the ORIGINAL /var
> directory structure rather than the 120gb drive mounted on the /var
> mountpoint.  If I use the df command while drive 1 is mounted it shows that
> /var on disk 0 is full and /var on disk 1 just has whatever I copied onto
> the drive when it was mounted to a temporary mount point.  Also by
> experimentation/confirmation  I find that simply creating a couple of new
> databases within MySQL while drive 1 is mounted on /var shows that the
> databases have been created on the original /var on disk 0 as directories
> after disk 1 is unmounted. 
> 
> What am I doing wrong or what don't I understand about a drive being mounted
> on /var where data is being written underneath it to the original
> /var/db/mysql/mydatabasename on disk 0 rather than onto the mounted disk 1?

What are the outputs of the commands ``mount'' and ``df -h''?  Are you
sure that you are first unmounting the partition on disk 0 that is
mounted at /var before you mount the new disk (1) at /var?  Did you
reboot at any point?  Keep in mind that you will need to alter the file
/etc/fstab to let the system know that it now needs to be mounting the
single slice from the new disk at /var.

Here is quick rundown on how you could achieve your goal:

1) Mount the new disk at at /mnt with something like:
# mount /dev/ad1s1a /mnt
2) Copy everything from your original /var partition to the new one:
# cd /var && tar cf - ./ | (cd /mnt && tar xvpf -)
3) Edit /etc/fstab from something like:
/dev/ad0s1e /varufs defaults
1 2
to:
/dev/ad1s1a /varufs defaults
1 2
4) Unmount old partition from /var and mount new one at /var:
# umount /var && mount /var

There may be an error or two in this, but it should serve to give the
general idea.  Also, you may want to reallocate the partition formerly
mounted at /var for something else?

Nathan


pgpmwK9QVusPc.pgp
Description: PGP signature


Re: FreeBSD 5.4-PRERELEASE as cvsupdated today won't build, OS crashes

2005-02-28 Thread O. Hartmann
Sorry, my build world froze this minute, I have no contact to the 
machine and the scientist, which helped remotely, ist at home, should
go for tomorrow ... :-(

Robert Watson wrote:
On Mon, 28 Feb 2005, O. Hartmann wrote:

Also, the system is really instable after I build the kernel for itself.
Under heavy load, the machine get stuck and freezes. 

I have no more informations due to remote control of the system. 
Do you have approximate before/after dates for when the instability began?
In particular, was it with an update in the last 48 or 96 hours?
Friday last week I did the last update. Then the machine was shut-down. 
Today morning we started again, and since then (I built a kernel after
an 11 am cvsupdate and build kernel), the machine is freezing after I
tried to build world.  Maybe this is due to kernel and userland are out
of sync? I try building a world now again, hope this clears up things
... 

Ideally, world and kernel being out of sync shouldn't cause instability of
this sort.  Typically, it might result in tools such as ps, top, or maybe
ipfw not working as desired, but not hangs.  If you could confirm the last
date you had a kernel that didn't have instability problems, we can try
and track down what change it is between then and now that caused the
problem to arise. 

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


[#21929378] Inclusion in Google index

2005-02-28 Thread Google Crawl Coverage
Greetings,

Google is currently blocked from crawling your site by the robots.txt file
that your server uses to control access by search engines. As a result,
users who are looking for your site are not able to find it using Google.
As you know, a large fraction of internet users use Google as their
starting point and over 50% of search engines referrals come from Google.
Google's mission is to deliver the best search experience on the Internet
by making the world's information universally accessible and useful. We
would like to include your site at http://www.lv.freebsd.org  in Google's
index to make it easier for your users or customers to find your site.  

To allow Google to crawl your site, add the following lines to the
robots.txt file: 

User-agent: Googlebot
Allow: /

Once you have allowed Google to access your site it can take between 4-6
weeks for your site to appear in our index. For additional information on
getting your site included in our index, please see:
http://www.google.com/webmasters/.

Regards,

Raina

**

Raina Rathi
Google, Inc.
Business Development
1600 Amphitheatre Parkway
Mountain View, CA 94043
Fax: 650-618-1840

If you do not wish to be contacted regarding inclusion in the Google index
again, please send us an email so that we can remove you from our mailing
list.

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


RE: How can I cut and paste from xterm _into_ another program ?(NOTE - I am not an IDIOT)

2005-02-28 Thread Hauan David A
> -Original Message-
> From: Joe Schmoe [mailto:[EMAIL PROTECTED] 
> 
> THE PROBLEM IS, if I cut text in an xterm, I cannot
> paste it in opera.  That is the only problem.
> 
> So to recap, I know how to cut and paste - thanks.  No
> need for the mouse button tutorials.  All I want to
> know is, why can I not properly cut and paste from
> xterm TO opera, when I can already do it successfully
> gtom opera TO xterm ?
> 
> Thanks.  Hopefully anyone responding will actually
> read the post this time.

Your question was answered.
Do you have a three button mouse or two
With mouse wheel? Or a two button mouse
With three button emulation?

Any way, highlight text with left button 
Depressed, cut text with right button, paste
With middle button (wheel) or with two button and
Three button emulation click both buttons
At the same time.

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


CVS-* lists

2005-02-28 Thread Philip M. Gollucci
Hi,
I maintain ~5 ports.
Unlike most other "commit" mailing lists, in my opinion,
we don't get the diffs in the e-mails. I was wondering if there was any way
to get this for cvs-all since the maintainers have configured it off ?
Obviously, I can use cvsweb/viewcvs but its not nearly as convient for 
glances.

Thanks again.
--
END
-
Philip M. Gollucci
Senior Developer - Liquidity Services Inc.
Phone:  202.467.6868 x 268
E-Mail: [EMAIL PROTECTED]
Web:http://www.liquidation.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox and Macromedia Flash Plugin...

2005-02-28 Thread Roland Smith
On Mon, Feb 28, 2005 at 10:09:45AM -0600, Eric Schuele wrote:
> I have searched the archives and googled a good bit.  Everyone seems to 
> rely on the Linux plugin wrapper.  Is there a 'no Linux compatibility" 
> alternative that works well with Firefox?

There is a port called flashplugin-firefox, using libflash. I tried it
but is was prone to crashing on amd64, on 5.3-RELEASE-p4.

Roland
-- 
R.F. Smith   /"\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgp06349u17Wu.pgp
Description: PGP signature


Re: How can I cut and paste from xterm _into_ another program ? (NOTE - I am not an IDIOT)

2005-02-28 Thread Joe Schmoe

Hmmm...so instead of actually reading my post, several
folks have responded ... presumably just looking at
the words "cut" and "paste" in my post and responding
with a tutorial on how to use my mouse buttons. 
Thanks.

So I'll start all over.

I am running X on fbsd 5.3, with ratpoison as my
window manager.  I only run two apps - xterms (1 or 2
or 3 of them) and opera (my web browser).

I can cut text in my xterms by simply highlighting it,
and I can paste that text back into that xterm, or a
different xterm by clicking my right mouse button.  So
yes, I know how to cut and paste thank you very much.

I can also cut and paste in opera by selecting text
and choosing edit->copy from the menu - I can then
paste that text back into opera with edit->paste, or
shift+insert, and FURTHER, I can paste that text into
any of my xterms, with shift+insert OR with my right
mouse button.

THE PROBLEM IS, if I cut text in an xterm, I cannot
paste it in opera.  That is the only problem.

So to recap, I know how to cut and paste - thanks.  No
need for the mouse button tutorials.  All I want to
know is, why can I not properly cut and paste from
xterm TO opera, when I can already do it successfully
gtom opera TO xterm ?

Thanks.  Hopefully anyone responding will actually
read the post this time.

__
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: FreeBSD 5.4-PRERELEASE as cvsupdated today won't build, OS crashes

2005-02-28 Thread Donald J. O'Neill
On Monday 28 February 2005 11:06 am, Robert Watson wrote:
> On Mon, 28 Feb 2005, O. Hartmann wrote:
> > I did a cvsupdate several minutes before and tried to build world. 
> > A buildworld stops as shown below in building libkvm.
>
> This is believed to now be fixed with an updated kvm_proc.c.  If not,
> please let me know.
>
> > Also, the system is really instable after I build the kernel for
> > itself. Under heavy load, the machine get stuck and freezes.
> >
> > I have no more informations due to remote control of the system.
>
> Do you have approximate before/after dates for when the instability
> began? In particular, was it with an update in the last 48 or 96
> hours?
>
> Robert N M Watson
>

Robert,

If it helps you narrow things down, I did my last cvsup-src just before 
11:22AM yesterday, 02/27/05. Everything was smooth sailing. My system 
appears stable.
  25211 Feb  5 07:48 /usr/src/lib/libkvm/kvm_proc.c

I use it mainly as a desktop, so it might not be real indicative how 
stable it is as a server.

Don

-- 
Donald J. O'Neill
[EMAIL PROTECTED]

I'm not totally useless,
I can be used as a bad example.


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


Re: portsdb -Uu -> Stop.

2005-02-28 Thread Ewald Jenisch

 On Mon, Feb 28, 2005 at 07:54:05PM +0300, Alexey Karguine wrote:
> 
> You may do:
> 
> cd /usr/ports
> make fetchindex
> 
> to fetch index-file. You not must generate this file yourself and 
> wasting your time and CPU-resourses.

Hi Alexey,

Thanks for the hint - it did the trick. 

However I still wonder why portsdb -Uu suddenly dies with this error
after running for months without any problem...

-ewald

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


  1   2   >