Re: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin

--- dick hoogendijk [EMAIL PROTECTED] wrote:
 On 30 Dec Wayne Lubin wrote:
  I downloaded the flashpluginwrapper tarball,
 untarballed it, and
  /usr/local/lib/libflashplayer.so.1 exits. What
 additional things do I
  need to do to get flash going on my native
 mozilla? Thanks.
 
 There is an info file in the /usr/ports directory
 about this program.
 Find it and read it. It's better to install trought
 ports anyhow.
 
 -- 
 dick -- http://www.nagual.st/ -- PGP/GnuPG key:
 F86289CE
 ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)


I followed the directions in the info file and mozilla
still doesn't recognize the plugin. Strangly when I
logged out of gnome I got the following error msg
which may help

Failed to initialize share library
/usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so
 [undefied symbol __strtol_internal]

anyone know what is going on?  Thanks

Wayne

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: mac os x 10.2.3 jaguar and port forwarding?

2002-12-31 Thread Aaron Burke
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Ralph
 Freibeuter
 Sent: Monday, December 30, 2002 04:27 PM
 To: [EMAIL PROTECTED]
 Subject: mac os x 10.2.3 jaguar and port forwarding?


 Ho can I exactly define a rule (and where?) that forwards
 incoming requests to port 445 (samba?) to an internal machine
 with lan ip 192.168.2.50 ?

 The routing Macs IP is 192.168.2.1 and the external IP is
 given by ISP via pppoe.

 Please help me.

 I've already tried:

 sudo natd -redirect_port tcp 192.168.2.50:445 445

I am assuming that there are several ways of doing this. I am
blindly assuming that you are doing this on the FreeBSD box.

I was using regular ppp to forward all incomming traffic on
port 6112 to a specific box inside the 192.168.0.2 range using
the following. This was required to play on battle.net with one
specific Windows machine on my private network. I added the
following three lines to /etc/rc.conf

natd_enable=YES
natd_interface=tun0
natd_flags=-f /etc/natd.conf

Then within /etc/natd.conf I have:
dynamic yes
use_sockets yes
same_ports yes
unregistered_only
redirect_port udp 192.168.0.2:6112 6112

And the result that I obtain looks like this
alpha# ps auxw | grep natd
root 160  0.0  0.1   436   32  ??  Is   21Dec02   0:19.62 /sbin/natd -f
/etc/natd.conf -n tun0


 But all I get are messages about errors and addresses
 that already have been given.

 Please help

Lemme know if this was any help.


 Regards,
 Ralph


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Re: /usr/ports/x11/kde3 error??

2002-12-31 Thread Kris Kennaway
On Tue, Dec 31, 2002 at 03:10:44AM -0400, AlanE wrote:
 Easy solution.
 
 cd /usr/ports/portupgrade
 make install clean
 cd /usr/ports/audio/arts
 make install clean
 cd ../../x11/kdelibs3
 make install clean
 cd ../kde3
 make install clean

That won't take care of the XFree86 3.x - 4.x upgrade though, which
is his current problem.

Kris



msg13784/pgp0.pgp
Description: PGP signature


Re: do we have to wait for PHP 4.3 port?

2002-12-31 Thread Jonathan Chen
On Mon, Dec 30, 2002 at 10:19:20PM -0600, Dan Nelson wrote:
 In the last episode (Dec 30), Brian said:
  hmm code freeze applies to ports as well, that is surprising.
 
 Ports and packages get put on -RELEASE cds just like kernel and
 userland; they get the same code-freeze treatment.

Yeah, but they don't usually go on a 1+ month code-freeze when a
4.x-RELEASE comes out.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  You can get farther with a kind word and a gun
  than you can with a kind word alone - Al Capone

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin

--- Ian Watkinson [EMAIL PROTECTED] wrote:
  -Original Message-
  From: Wayne Lubin [mailto:[EMAIL PROTECTED]] 
  Sent: 31 December 2002 01:21
  To: [EMAIL PROTECTED]
  Subject: flashpluginwrapper question
  
  
  Hi,
  
  I downloaded the flashpluginwrapper tarball,
  untarballed it, and
 /usr/local/lib/libflashplayer.so.1
  exits. What additional things do I need to do to
 get
  flash going on my native mozilla? Thanks.
 
 Remove it, then goto
 /usr/ports/www/flashpluginwrapper
 
 Type 
 
 sudo make install
 
 Then follow the text that's left on the screen, you
 may have to scrol
 lock and page up to get it.
 
 
 
 
 -- 
 
 Ian Watkinson
 ==
 


Do you think this pluggin requires 4.7 bacause I am
using 4.6.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: procmail and anti-spam

2002-12-31 Thread dick hoogendijk
On 31 Dec Giorgos Keramidas wrote:
 On 2002-12-30 13:24, dick hoogendijk [EMAIL PROTECTED] wrote:
   define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')

 a) Why /usr/bin/procmail and not the default path of the procmail port
installation [/usr/local/bin/procmail]?  I use procmail for local
delivery and all I needed to add to my local.mc file was:
 
   FEATURE(`local_procmail')
   MAILER(procmail)

Thanks for the reply. I like procmail as my local mail delivery.
Sorry for the path; it's an old habit. On my linux debian box procmail
is in /usr/bin; the rule came out of an old linux sendmail.ms file ;-)
It can't harm to give the correct path (/usr/local/bin/procmail) in the
sendmail.mc file, so I'll keep it in.

Things run smoothly already..

 b) You don't really need to use procmail as the delivery agent of ALL
the local users.  You can enable procmail on a per-user basis by
proper .forward files in their home directories.

Yeah, I've heard. I'm not quit sure about the correct syntax of the
.forward file.

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread dick hoogendijk
On 31 Dec Wayne Lubin wrote:
 --- dick hoogendijk [EMAIL PROTECTED] wrote:
  There is an info file in the /usr/ports directory
  about this program.
  It's better to install trought ports anyhow.

 I followed the directions in the info file and mozilla
 still doesn't recognize the plugin. Strangly when I
 logged out of gnome I got the following error msg
 which may help
 
 Failed to initialize share library
 /usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so
  [undefied symbol __strtol_internal]

That's very strange..
Did you install through ports? (make install clean)?
If not you may have missed some patches to the tarball.
If yes, your Mozilla is newer than mine(?).
The wrapper works perfectly on FreeBSD-4.7-release.

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: do we have to wait for PHP 4.3 port?

2002-12-31 Thread dick hoogendijk
On 30 Dec Brian wrote:

 BTW I'd love to see sendmail and named removed from the installs and
 moved to ports/packages only.

I hope not. I like sendmail and bind and getting them out-of-the-box is
perfect for me ;-))

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: SunOS SPARC

2002-12-31 Thread Miguel Mendez
On Mon, 30 Dec 2002 18:18:34 -0800
Kris Kennaway [EMAIL PROTECTED] wrote:

Hi,

 Actually they should run fine as long as you roll your own emulation
 environment by copying the necessary libraries and any other needed
 files from your sun box into the compat directory.  The SVR4 kernel
 binary compatibility layer is not maintained though, so your results
 may vary.

Hmmm, Kris, he was talking about running SPARC binaries on i386 :) But
maybe it would be possible to run Solaris/sparc binaries on the sparc64
port of FreeBSD. I'm not really aware of how mature that port is, tho
I've heard it's making great progress.

Cheers,
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
Of course it runs NetBSD!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: flashpluginwrapper question

2002-12-31 Thread Ian Watkinson
On Tue, 2002-12-31 at 08:30, Wayne Lubin wrote:
 --- Ian Watkinson [EMAIL PROTECTED] wrote:
snip of flashpluginwrapper

 
 Do you think this pluggin requires 4.7 bacause I am
 using 4.6.

Well if it's in the ports tree, I'd guess it would work, if it doesn't the wonderful 
thing
about ports, is you just go 

sudo make deinstall clean, and viola, you're back to where you started.

If theres one thing I've learned from Freebsd is this.

If you don't have a really good reason not to, then always install from the ports tres.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Error when trying to mount cd

2002-12-31 Thread Kevin Greenidge
I get the following error message when trying to mount
a cd:

sentinel# mount /dev/acd0c

cd9660: /dev/acd0c: Input/output error



What could I be doing wrong? 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Water Damage

2002-12-31 Thread Rob O'Donnell
At 22:24 30/12/2002 -0800, Doug Hardie wrote:


The one server that I have responsibility for (mailserver running FreeBSD 
4.6) took awhile to get rewired properly.  When it was yanked out, some of 
the internal cables were disconnected.  Had to find the motherboard book 
to figure out how to set them back up properly.  Once that was done, the 
machine came up and worked fine.  However, its inlet fan was severly 
disfigured by the falling burning stuff.  Since its at the bottom of the 
unit, the junk only marred the bottom of the frame. There were no 
electronics there for it to damage.  The fan sounds funny now and I 
wouldn't trust it.  However, the keyboard connector is now defective.  You 
can't plug a keyboard into it.  I couldn't find anything visibly wrong 
with it, it just doesn't work.  I have no idea how that happened since 
there was a keyboard plugged in during the flooding.  My only guess is 
that whoever unplugged it did so via the grab case and run method - 
leaving the keyboard to catch and disconnect itself.

If it's a PS/2 type keyboard connector (small plug) there is a plastic pin 
that often gets broken off and left in the socket if connectors are pulled 
out violently, blocking a new keyboard being inserted.  (Seen it often with 
mice.)  If this is so, I've had success getting them out by using 'blue 
tack' (a semi-adhesive goo used to hold the kids drawings on the wall) on 
the end of a matchstick to grab hold of it.

Sounds like this machine was lucky, though replace the fan when practical...


None of the MS servers survived.  None had backups either.  I suspect that 
will be a significant problem.  However, I do have backups for the mail 
server and did recover the complete disk and dumped it to my laptop so 
that will be a simple restore.

Are they completely toast?  Can the hard discs be pulled and tested in 
another machine?  Failing that, companies do exist  that specialise in data 
recovery in these situations.  For a price.  It depends how valuable the 
data is...

Oh... and, as my boss would say, it's an opportunity to sell them a backup 
solution


Rob



--
APH Computers Ltd.
Tel: 0161-442 2603
Fax: 0161-443 1162


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Error when trying to mount cd

2002-12-31 Thread Scott Robbins
On Tue, Dec 31, 2002 at 02:37:19AM -0800, Kevin Greenidge wrote:
 I get the following error message when trying to mount
 a cd:
 
 sentinel# mount /dev/acd0c
 
 cd9660: /dev/acd0c: Input/output error
 
 
 
 What could I be doing wrong? 

Too obvious, but it does happen.  I've gotten that error when I thought
I had the CD in drive 0 and it was in drive 1 and I was doing burncd.

That's probably not the issue, but worth mentioning, even if most people
are more observant than I am.

HTH but sort of doubt it did


-- 

Scott Robbins

PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 D575 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6


Xander: I have my pride. Okay, so I don't have a *lot* of my pride,
but I have enough so that I can't do this.



msg13794/pgp0.pgp
Description: PGP signature


Re: Port 4976 ?

2002-12-31 Thread Ceri Davies
On Mon, Dec 30, 2002 at 07:52:28PM -0800, Steve Warwick wrote:
 Hi All, 
 
 Just checking my security and noticed port 4976 is open. I cannot find a
 listing / notation for this and it appears to be under named - do I need
 this?

It's an FAQ, Steve.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/security.html#EXTRA-NAMED-PORT

Ceri
-- 
The Soul-Forger's rock!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Pw - name too long ??

2002-12-31 Thread Ceri Davies
On Mon, Dec 30, 2002 at 07:50:33PM -0800, Steve Warwick wrote:
 Hi All, 
 
 I am trying to add a user name with the pw command and get the name too
 long error after 15 or 16 characters. However, I also use Webmin which has
 allowed me to use much longer user names. Is there a switch or setting I am
 missing?

Check the FAQ:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#LOGIN-8CHAR

Ceri
-- 
In the name of the Soul-Forger, the courageous legions, and the blood!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: forcefully killing login and changing the shell [was: ]

2002-12-31 Thread Shantanu Mahajan
+++ shen chao [freebsd] [30-12-02 19:43 +0800]:
| Hi:
| 
| 1.Can you tell me how to log off the user who had logged in manually.

check out the port ports/sysutils/Slay

| 2.how to add a Tab-reminding function for a new user.I want to change his  
| shell .
chsh user as root for changing user shell

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 




msg13797/pgp0.pgp
Description: PGP signature


Re: interactive fdisk

2002-12-31 Thread Shantanu Mahajan
+++ Norbert Koch [freebsd] [30-12-02 08:58 +0100]:
| | # mount /dev/da1s1e /1 # Mount the partition(s)
| | # vi /etc/fstab # Add the appropriate entry/entries to your /etc/fstab.
| | 
| | If you have an IDE disk, substitute ad for da. On pre-4.X systems use wd.
   ^^^  ^

IDE = ad
SCSI = da

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Stacey Roberts
Hi Kevin,

On Tue, 2002-12-31 at 10:37, Kevin Greenidge wrote:
 I get the following error message when trying to mount
 a cd:
 
 sentinel# mount /dev/acd0c
 
 cd9660: /dev/acd0c: Input/output error

You might want to try:

mount -t cd9660 /dev/acd0c /cdrom

But I believe that with FreeBSD 4.7, you should be able to run:

mount /cdrom

Regards,

Stacey

 
 
 
 What could I be doing wrong? 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: how to use ndc when running in bind in a sandbox

2002-12-31 Thread Ceri Davies
On Mon, Dec 30, 2002 at 03:21:02PM +0100, Didier Wiroth wrote:
 
 dns# ll
 total 2
 -rw-r--r--  1 bind  bind   4 Dec 30 11:39 named.pid
 srw---  1 root  wheel  0 Dec 30 11:39 ndc
 dns# pwd
 /etc/namedb/var/run
 dns# ndc reload
 ndc: error: ctl_client: evConnect(fd 3): No such file or directory
 ndc: error: cannot connect to command channel (/var/run/ndc)

Have you rebooted since creating the /var/run/ndc - /etc/namedb/var/run/ndc
symlink ?  If so, it will have been deleted.

 What am I missing? What do I have to modify to be able to use ndc?

Either arrange for the symlink to be recreated after each boot, or use
an alias for ndc of ndc -c /etc/namedb/var/run/ndc.

Ceri
-- 
From the mountain of the axe I come!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: LPRng pkg issue

2002-12-31 Thread Matthew Seaman
On Mon, Dec 30, 2002 at 05:59:42PM -0700, David Bear wrote:
 I just installed Freebsd 4.6.2 and used /stand/sysinstall to install various 
packages.  One of them was LPRng -- It seems the package is broken or I've overlooked 
something that I haven't need to do in the past.  When I try to use any lprng 
programs I get a message:
 
 /usr/libexec/ld-efl.so.1: Shared object liblpr.so.0 not found.
 
 Seems this should have been installed.  Is it not or do I need to modify and LD-Path?

liblpr.so.0 should have been installed in /usr/local/lib by the LPRng
package.  If it isn't there, or file(1) doesn't recognise it as an
ELF 32-bit LSB shared object or 'pkg_info -g LPRng\*' says that the
checksum on the file is incorrect then I'd recommend deleting (use
pkg_delete(1)) and reinstalling the LPRng port --- preferably by using
cvsup(1) to grab an up-to-date copy of the ports tree, and then doing
a 'make install' in /usr/ports/sysutils/LPRng

If the liblpr.so.0 file is there and seems to be OK, then don't go
fiddling with the LD_LIBRARY_PATH or other environment variables.  All
you need to do is run:

ldconfig -m /usr/local/lib

*once* and that shared library should then be found forever after.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



psmintr: out of sync (0000 != 0008)....

2002-12-31 Thread Arun G Nair
Hi,

I get this mesg when the mouse freezes in X.any idea
what this is.


psmintr: discard a byte (1).
psmintr: out of sync ( != 0008).
psmintr: discard a byte (2).
/kernel: psmintr: delay too long resetting byte count

This the part from my X config file...
Section InputDevice

# Identifier and driver

Identifier  Mouse1
Driver  mouse
Option ProtocolAuto
Option Device  /dev/sysmouse



Arun





=
.o©0ºº..Keep Smiling..ºº0©o.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Upgrading FreeBSD and XFree86

2002-12-31 Thread Matthew Seaman
On Mon, Dec 30, 2002 at 08:46:28PM -0500, Alvaro Gil wrote:
 I am trying to get a GeForce 2 MX 400 to work properly on FreeBSD 4.7.
 
 A few requirements  for the nvidia drivers are...
 (yes the nv driver works, but it does not support TV out on X)
 
 Upgrade to FreeBSD 4.7 STABLE or newer.
 Upgrade to XFree86 4.2.1_3 server and 4.2.1 binaries or newer.
 
 Here are a few simple questions...
 (1)
 How do I know if I successfully upgraded to 4.7-STABLE?

Use the command:

uname -a

to see what version of FreeBSD you're running.
 
 After I upgraded(downloaded 4.7-STABLE sources using cvsup and 
 chapter 21 instructions), I rebooted and it still said 4.7-RELEASE on 
 startup.  What's up with this?  Is this really still 4.7 RELEASE?? Or 
 could a mistake in mergemaster have kept this text?

Hmmm... Did you perhaps get the RELENG_4_7 sources (that would give
you version 4.7-RELEASE-p2 at the moment) rather than the RELENG_4
sources (which gives you 4.7-STABLE)?  Take a look at
/usr/src/UPDATING --- the first line or so of that file should
indicate what variant you've cvsup'd.

 (2)
 
 How do I go about updating to the latest and greatest XFree86?
 I used cvsup to update the ports collection, but when i started up X 
 4.2.1.1 flashed up before it started.  How do I check what version of 
 XFree86 is installed and what is the correct way of updating it? 

pkg_info -I XFree86\*

will show you what versions of the XFree86 packages you have installed.

pkg_version -v -s XFree86

will tell you if any of your installed ports/packages are out of date
with respect to the /usr/ports tree on your system.

The best and least painless way of updating something like X windows
is to install and use portupgrade(1): you need to get the XFree86
package dependencies right, which can be tricky, but which portupgrade
will handle automatically for you.

 Also, I am able to boot into X with this driver but after a while it 
 crashes the entire system.  Anyone running the nvidia driver with 
 success?

Works for me.  Note that you should reinstall the nvidia stuff after
reinstalling the XFree86-libraries package, as they both claim
/usr/X11R6/lib/libGL.a and /usr/X11R6/lib/libGL.so.1 and each
overwrites the other's version of those files.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problem running newsyslog

2002-12-31 Thread Matthew Seaman
On Mon, Dec 30, 2002 at 05:56:10PM -0600, Jamie wrote:

 I am trying to get newsyslog running, and for some reason when I run
 newsyslog, it skips over my syslog entry.

 /home3/jo/mail/SPAM jo.admin600 3   *   *   B

Two things:

Use a colon to separate the user and group names.  A dot should still
work, but it's deprecated nowadays.

Seems that you need at least one of the 'size' or 'when' fields to be
other than '*'.  If you really want the file to be recycled every hour
(which is how frequently newsyslog runs by default), try:

/home3/jo/mail/SPAM jo:admin600 3   *   1   B

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Kevin Greenidge
I am running 4.7 and mount /cdrom does not work. I
have yet to try mount -t cd9660 /dev/acd0c /cdrom
and maybe this one will








--- Stacey Roberts [EMAIL PROTECTED] wrote:
 Hi Kevin,
 
 On Tue, 2002-12-31 at 10:37, Kevin Greenidge wrote:
  I get the following error message when trying to
 mount
  a cd:
  
  sentinel# mount /dev/acd0c
  
  cd9660: /dev/acd0c: Input/output error
 
 You might want to try:
 
 mount -t cd9660 /dev/acd0c /cdrom
 
 But I believe that with FreeBSD 4.7, you should be
 able to run:
 
 mount /cdrom
 
 Regards,
 
 Stacey
 
  
  
  
  What could I be doing wrong? 
  
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body
 of the message
 -- 
 Stacey Roberts
 B.Sc (HONS) Computer Science
 
 Web: www.vickiandstacey.com
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of
 the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread John Bleichert
On Tue, 31 Dec 2002, Kevin Greenidge wrote:
 Subject: Error when trying to mount cd
 
 I get the following error message when trying to mount
 a cd:
 
 sentinel# mount /dev/acd0c
 
 cd9660: /dev/acd0c: Input/output error
 

The mount command is used to mount a device at a directory. Above, you're 
trying to mount a device to nothing. Depending on how you have the mount 
point for your cd-player described in /etc/fstab, try this:

# mount /cdrom

HTH - JB

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Stacey Roberts
On Tue, 2002-12-31 at 13:40, Kevin Greenidge wrote:
 I am running 4.7 and mount /cdrom does not work. I
 have yet to try mount -t cd9660 /dev/acd0c /cdrom
 and maybe this one will
 

Out of curiosity, what does /etc/fstab look like? Also, what kind of CD
is it that you're trying to mount?

Regards,

Stacey

 --- Stacey Roberts [EMAIL PROTECTED] wrote:
  Hi Kevin,
  
  On Tue, 2002-12-31 at 10:37, Kevin Greenidge wrote:
   I get the following error message when trying to
  mount
   a cd:
   
   sentinel# mount /dev/acd0c
   
   cd9660: /dev/acd0c: Input/output error
  
  You might want to try:
  
  mount -t cd9660 /dev/acd0c /cdrom
  
  But I believe that with FreeBSD 4.7, you should be
  able to run:
  
  mount /cdrom
  
  Regards,
  
  Stacey
  
   
   
   
   What could I be doing wrong? 
   
   
   
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with unsubscribe freebsd-questions in the body
  of the message
  -- 
  Stacey Roberts
  B.Sc (HONS) Computer Science
  
  Web: www.vickiandstacey.com
  
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of
  the message
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Multimedia question

2002-12-31 Thread John Bleichert
On Mon, 30 Dec 2002, Thomas Connolly wrote:
 Subject: RE: Multimedia question
 
 Appreciate the information.  I'll try them.
 
 Thanks,
 Tom
 
snip

I use 'mtv' for mpegs and 'xanim' for AVI files. They both work great. 
(Sorry, got into this thread a little late).

JB


#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Error when trying to mount cd

2002-12-31 Thread Aaron Burke
(snip) (and fix of earlier top-post)

 
 --- Stacey Roberts [EMAIL PROTECTED] wrote:
  Hi Kevin,
  
  On Tue, 2002-12-31 at 10:37, Kevin Greenidge wrote:
   I get the following error message when trying to
  mount
   a cd:
   
   sentinel# mount /dev/acd0c
   
   cd9660: /dev/acd0c: Input/output error
  
  You might want to try:
  
  mount -t cd9660 /dev/acd0c /cdrom

begin Top-Post fix:
 I am running 4.7 and mount /cdrom does not work. I
 have yet to try mount -t cd9660 /dev/acd0c /cdrom
 and maybe this one will
end Top-Post fix:

   What could I be doing wrong? 

How is the cdrom you are trying to use attached to the
system? Is it an IDE ATAPI CDROM or is it scsi?
If it is scsi, you may need to use a different device
name such as /dev/scd0c. (I am assuming this
is where scsi cdroms are at, but I dont have scsi on my box).

Also, in the /dev dir if you do 'ls -l cdrom' you will see that it
is a symlink to the real device. On my box I get:
bash-2.05$ ls -l cdrom
lrwxr-xr-x  1 root  wheel  11 Jul  2  2002 cdrom - /dev/racd0c

(snip)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



developer list

2002-12-31 Thread Steve Bertrand
I'm sorry to ask this here, but can someone point me in a direction for 
a perl/c developer list specifically for FreeBSD?  I have been 
developing a VPN/Firewall automation program with perl, but it's up to a 
few thousand lines of code and would like to convert to C before I go 
much further.

Tks much.  

Steve Bertrand


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: do we have to wait for PHP 4.3 port?

2002-12-31 Thread paul
Jonathan Chen wrote:

On Mon, Dec 30, 2002 at 10:19:20PM -0600, Dan Nelson wrote:


In the last episode (Dec 30), Brian said:


hmm code freeze applies to ports as well, that is surprising.


Ports and packages get put on -RELEASE cds just like kernel and
userland; they get the same code-freeze treatment.



Yeah, but they don't usually go on a 1+ month code-freeze when a
4.x-RELEASE comes out.


5.0 is a more complex beast than the 4.x releases were, which 
might explain why it has taken as long as it has and why the 
freeze is as long as it is.

I find it's never a good idea to complain about how long it takes 
someone to do the job right the first time.
--
Paul Beard: seeking UNIX/internet engineering work
http://paulbeard.no-ip.org/paulbeard.html
8040 27th Ave NE Seattle WA 98115 / 206 529 8400

Life, loathe it or ignore it, you can't like it.
		-- Marvin, Hitchhiker's Guide to the Galaxy


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


cisco unix vpnclient

2002-12-31 Thread Brian Henning
i have have am successfully running cisco vpnclient software on a linux box.
I would like to run it on my bsd box instead. is there a port of the cisco
vpnclient software for bsd? has anyone had any success will it? is there a
howto out there for setting up a cisco vpn client under bsd?

thanks,

brian

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Portupgrade vs. multiple versions of packages

2002-12-31 Thread Scott Mitchell
Hi all,

I've just spent a fun day upgrading ~180 ports that were about a year out
of date, which will teach me not to be so lazy in future :-(  Anyway,
portupgrade coped with most of this mess admirably, except for
(unsurprisingly) the KDE2 -- KDE3 upgrade.

Portupgrade simply refused to upgrade kdelibs-2.2.2 to the latest 3.0.5_1,
I suspect because the install required some file that portupgrade was
deinstalling along with the rest of 2.2.2, before it installed 3.0.5.  So
in the end I just installed 3.0.5 on top of the old version, presumably
leaving various rubbish from the old installation on my system.  This
allowed the rest of the upgrades to proceed happily.

Pkgdb moticed later that I had two kdelibs installed, and helpfully offered
to deregister one for me.  I took it up on this, and ended up with a new
file +CONTENTS.kdelibs-2.2.2 under /var/db/pkg/kdelibs-3.0.5_1, alongside
the usual +CONTENTS for the new version.

First question: Will any of the pkg* tools make use of this file so that I
can, for example, deinstall the new version plus the leftover bits of the
old version, next time I upgrade?

Second question: If not, is there a nice automated way to find (and remove)
stray files left behind by old packages that weren't properly removed?  I
could put together a script to find anything in /usr/{local,X11R6} that
doesn't belong to any installed package, but maybe this wheel has already
been invented?

Thanks in advance  happy new year,

Scott

-- 
===
Scott Mitchell  | PGP Key ID | Eagles may soar, but weasels
Cambridge, England  | 0x54B171B9 |  don't get sucked into jet engines
[EMAIL PROTECTED] | 0xAA775B8B |  -- Anon

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Virtual interface support?

2002-12-31 Thread Jeff Penn
Does freebsd support virtual interfaces? (i.e. a network interface not 
associated with a hardware interface).

My system is running 4.7 release with only a dialup ppp POTS connection, 
which is a bit limiting if you want to learn about networking.  Ideally
I would like to set up a private network address on a virtual interface.

The html documentation supplied with apache2 appears to require the 
server to be running for browsing (many of the links appear broken).

If this support is provided by netgraph I would appreciate some pointers
on setting this up.

thanks
Jeff

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Virtual interface support?

2002-12-31 Thread paul beard
Jeff Penn wrote:



The html documentation supplied with apache2 appears to require the 
server to be running for browsing (many of the links appear broken).


why not bind it to the loopback and browse it there (assuming its 
the machine you're sitting in front of)?


--
Paul Beard: seeking UNIX/internet engineering work
http://paulbeard.no-ip.org/paulbeard.html
8040 27th Ave NE Seattle WA 98115 / 206 529 8400

... My pants just went on a wild rampage through a Long Island Bowling
Alley!!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Hangs on boot.

2002-12-31 Thread bryan cassidy
Hello. I am using FreeBSD 4.7 right now and was
wondering something. In my /etc/rc.conf file I made
sendmail_enable=YES sendmail_enable=NO and when I
boot the system hands for a few minutes at the most
when trying to start the sendmail daemons. Is there a
way to stop the system from hanging at boot time?
Please Cc: [EMAIL PROTECTED] (I can't send e-mails
from my POP account to the mailing list for some
strange reason) thanks in advance.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Virtual interface support?

2002-12-31 Thread Steve Bertrand
For testing purposes, I have used the gif interface several times.  I 
know man(8) gif states it is a tunnelling interface, but from stations 
on the network, the interface can be seen all the same.  (I normally use 
the gif interface for simulating several interfaces for IPFW configuration).
Don't know if it will help, but I thought I'd try anyway.

Steve

Jeff Penn wrote:

Does freebsd support virtual interfaces? (i.e. a network interface not 
associated with a hardware interface).

My system is running 4.7 release with only a dialup ppp POTS connection, 
which is a bit limiting if you want to learn about networking.  Ideally
I would like to set up a private network address on a virtual interface.

The html documentation supplied with apache2 appears to require the 
server to be running for browsing (many of the links appear broken).

If this support is provided by netgraph I would appreciate some pointers
on setting this up.

thanks
Jeff

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Using syslog to seperate out log messages

2002-12-31 Thread Drew Tomlinson
- Original Message -
 From: David Dooley [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 30, 2002 4:18 PM
Subject: Using syslog to seperate out log messages

 Hi,

 I have a small problem, well more of an annoyance than anything, but I was
  hoping that someone would be able to solve it for me.

 I have an Internet connection from Demon in the UK and I am using a D-Link
 DSL-300G+ ADSL modem to connect via. This device uses DHCP to request the
 network configuration from Demon and then offers it via DHCP to my
firewall
 system. This all work fine and I am now in the process of securing the
link
 with ipfw.

 Now it would appear the the D-Link box advertises the connection
information
 to the firewall every 30 seconds or so with the following entries

 Dec 31 00:07:21 gate dhclient: New Network Number: 62.49.18.0
 Dec 31 00:07:21 gate dhclient: New Broadcast Address: 62.49.18.255
 Dec 31 00:07:50 gate dhclient: New Network Number: 62.49.18.0
 Dec 31 00:07:50 gate dhclient: New Broadcast Address: 62.49.18.255
 Dec 31 00:08:19 gate dhclient: New Network Number: 62.49.18.0
 Dec 31 00:08:19 gate dhclient: New Broadcast Address: 62.49.18.255

 as you can see I get quite a lot of this rubbish in the 'messages' file
and I
 would like to move all the dhclient traffic into another log file that I
can
 truncate/remove/ignore on a regular basis.

 When I try and direct the above entries with a line like

  !+dhclient
  *.*   /var/log/dhclient.log
 or
  !dhclient
  *.*   /var/log/dhclient.log
 or
  !-dhclient
  *.*   /var/log/dhclient.log

 The above traffic still occurs but now I get the following additional
messages
 every 30 seconds or so in the new file

 Dec 31 00:06:53 gate dhclient: DHCPREQUEST on fxp0 to 62.49.18.138 port 67
 Dec 31 00:06:53 gate dhclient: DHCPACK from 62.49.18.138
 Dec 31 00:06:53 gate dhclient: New Network Number: 62.49.18.0
 Dec 31 00:06:53 gate dhclient: New Broadcast Address: 62.49.18.255
 Dec 31 00:06:53 gate dhclient: bound to 62.49.18.137 -- renewal in 28
seconds.

 Can any one tell me how to stop these messages in the 'messages' file?

I'm no expert but I think the messages may be coming from the 'user'
facility.  I have a router that I capture log messages from and had to put
'user.none' in the line for /var/log/messages to get rid of the traffic.
Then I had a line further down that grabbed all messages from my router and
directed them to another file.

HTH,

Drew


 Thanks for your time

 David


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: psmintr: out of sync (0000 != 0008)....

2002-12-31 Thread Lowell Gilbert
Arun G Nair [EMAIL PROTECTED] writes:

 I get this mesg when the mouse freezes in X.any idea
 what this is.

Did you look at the FAQ on this?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: psmintr: out of sync (0000 != 0008)....

2002-12-31 Thread Tuc
 
 Arun G Nair [EMAIL PROTECTED] writes:
 
  I get this mesg when the mouse freezes in X.any idea
  what this is.
 
 Did you look at the FAQ on this?
 
I did since it happens to me on a daily basis. I think I tried
everything and didn't get any of it to work.

Tuc/TTSG Internet Services, Inc.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Warren Block
On Tue, 31 Dec 2002, Kevin Greenidge wrote:

 I am running 4.7 and mount /cdrom does not work. I
 have yet to try mount -t cd9660 /dev/acd0c /cdrom
 and maybe this one will

does not work could be more detailed...  Are you trying to mount a
UDF-formatted CD from a Windows system, or maybe a music CD?

-Warren Block * Rapid City, South Dakota USA


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Kevin Greenidge
I was trying to mount a Windows XP disk to use as a
test. 





--- Warren Block [EMAIL PROTECTED] wrote:
 On Tue, 31 Dec 2002, Kevin Greenidge wrote:
 
  I am running 4.7 and mount /cdrom does not work.
 I
  have yet to try mount -t cd9660 /dev/acd0c
 /cdrom
  and maybe this one will
 
 does not work could be more detailed...  Are you
 trying to mount a
 UDF-formatted CD from a Windows system, or maybe a
 music CD?
 
 -Warren Block * Rapid City, South Dakota USA
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of
 the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Virtual interface support?

2002-12-31 Thread Bill Moran
From: Jeff Penn [EMAIL PROTECTED]

Does freebsd support virtual interfaces? (i.e. a network interface not
associated with a hardware interface).


Yup.


My system is running 4.7 release with only a dialup ppp POTS connection,
which is a bit limiting if you want to learn about networking.  Ideally
I would like to set up a private network address on a virtual interface.


Understandable.  There is a port called vtun which is especially nice
for this.  It even allows rate limiting and so forth, so you can
simulate connections at different speeds.  Very fun for learning, and
also very useful for advanced routing, and vpns.


The html documentation supplied with apache2 appears to require the
server to be running for browsing (many of the links appear broken).

If this support is provided by netgraph I would appreciate some pointers
on setting this up.


Netgraph supports it as well.  Probably installing the mpd port would
give you all the spiffy userland programs you need to do what you want.

-Bill

_
The new MSN 8: smart spam protection and 3 months FREE*. 
http://join.msn.com/?page=features/junkmailxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_smartspamprotection_3mf


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


RE: Hangs on boot.

2002-12-31 Thread Aaron Burke
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of bryan cassidy
 Sent: Tuesday, December 31, 2002 09:04 AM
 To: [EMAIL PROTECTED]
 Subject: Hangs on boot.
 
 
 Hello. I am using FreeBSD 4.7 right now and was
 wondering something. In my /etc/rc.conf file I made
 sendmail_enable=YES sendmail_enable=NO and when I
 boot the system hands for a few minutes at the most
 when trying to start the sendmail daemons. Is there a
 way to stop the system from hanging at boot time?
 Please Cc: [EMAIL PROTECTED] (I can't send e-mails
 from my POP account to the mailing list for some
 strange reason) thanks in advance.

POP is not generally for sending mail. It is typically used to
retrieve mail. It sounds like you have a problem with your
SMTP server. One thing that kind of hung me up in the past
was assuming that I could always use the account
smtp.nullplusone.com. It would work fine on some connections,
but not when dialed into some isp's. I later learned that
you should be using your internet service providers smtp server.

For example, lets take AOL. AOL will let you use any SMTP server
in the world, with no problems. However when you dial into 
JoeBlow ISP, you should use something like smtp.joeblow.com.

(snip)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



[OT] Happy New Year to all of you

2002-12-31 Thread Pierrick Brossin
Hi !

In Switzerland it's 7pm and I'm not going to be in front of
my computer tonight at 00h00 to tell you what I want.
So here we go :)

Happy New Year to all of you and I hope 2003 will be an even
better year for you than 2002 !

Best Wishes!

God Bless You!

--
Pierrick Brossin
IT Employee
15, Ch. du Château, 1422 Grandson, Switzerland
Tel Prof: +41-327201423 Mobile Priv: +41-794137145
Mail Prof: [EMAIL PROTECTED] Mail Priv: [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: adduser

2002-12-31 Thread Cliff Sarginson
So why the fuck do things get more difficult ?

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Ports question: mozilla-vendor/jdk13

2002-12-31 Thread Scott Ballantyne
Last night I built the mozilla-vendor port and followed the
instructions for adding java by building jdk1.3.1. The build/install
completed with no errors, but when I run mozilla I am getting the
following error:

gLoadPlugin: failed to initialize shared library 
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so 
[/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol 
gdk_input_add]

Where can I find this gdk_input_add ? 

sdb
-- 
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Krb5 build problem

2002-12-31 Thread Bruce Pea
I'm trying to install Krb5-1.2.6 via ports on FBSD v4.7. 

I keep getting the following error, can someone tell me what I need to
do to fix this?

Thanks -
Bruce


 make
===  Extracting for krb5-1.2.6
 Checksum OK for krb5-1.2.6.tar.
===   krb5-1.2.6 depends on executable: gm4 - found
===   krb5-1.2.6 depends on executable: gmake - found
===  Patching for krb5-1.2.6
===  Applying FreeBSD patches for krb5-1.2.6
1 out of 1 hunks failed--saving rejects to
appl/telnet/telnetd/authenc.c.rej
 Patch patch-appl::telnet::telnetd::authenc.c failed to apply
cleanly.
 Patch(es) patch-ac patch-ad patch-ae patch-af patch-ai patch-aj
patch-appl::bsd::Makefile.in patch-appl::bsd::klogind.M
patch-appl::telnet::telnetd::Makefile.in applied cleanly.
*** Error code 1

Stop in /usr/ports/security/krb5.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: adduser .. revisited, an apology

2002-12-31 Thread Cliff Sarginson
t should be as easy as pie to add a user.
Why the hell does FreeBSD go on and on shooting itself in the foot ?
RTFM has become a bad joke.

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: adduser .. revisited, an apology .. oh come on

2002-12-31 Thread Cliff Sarginson
Adding a user should  not be rocket science,
If the old time Bill Joy lovers would realise that 'csh sucks big
time, we may avoid a lot of problems.
If anyone can prove to me that csh is superior in any respect to bash,
then please tell me.


-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



hangs on boot

2002-12-31 Thread bryan cassidy
When I try to send e-mails to the *freebsd mailing
lists* from my *SMTP* also *ISP* e-mail account it
never makes it to the list. I was able to send e-mails
to the list at one point then all of a sudden I can't.
What about the sendmail hang? Do you know how to stop
it from hanging like that at boot?

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: hangs on boot

2002-12-31 Thread Matthew Emmerton
 When I try to send e-mails to the *freebsd mailing
 lists* from my *SMTP* also *ISP* e-mail account it
 never makes it to the list. I was able to send e-mails
 to the list at one point then all of a sudden I can't.
 What about the sendmail hang? Do you know how to stop
 it from hanging like that at boot?

Please email [EMAIL PROTECTED] to work out your email issues.

As for sendmail hanging, this is usually caused because there is no network
connection up and running and sendmail is trying to do a reverse-DNS lookup
on the local hostname.

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



installing software question

2002-12-31 Thread Michael Grant
When I install something from the ports collection, the makefile
nicely generates a packing list so I can deinstall it at a later time.

Is there an easy way to do this if I download some random tar file for 
which I would normally untar it, ./configure, and make install?  

In other words, I install something which is not in the ports
collection manually, I'd like to generate a packing list so I can use
pkg_delete to remove it.  Is there an easy way to do this?

Michael Grant

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: installing software question

2002-12-31 Thread Matthew Emmerton
 When I install something from the ports collection, the makefile
 nicely generates a packing list so I can deinstall it at a later time.

 Is there an easy way to do this if I download some random tar file for
 which I would normally untar it, ./configure, and make install?

 In other words, I install something which is not in the ports
 collection manually, I'd like to generate a packing list so I can use
 pkg_delete to remove it.  Is there an easy way to do this?

The best way to do this is to create a port for the software you want to
install and get it added to the ports collection.
The porters handbook
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.htm
l) has detailed instructions on how to do this.

--
Matt Emmerton



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mac os x 10.2.3 jaguar and port forwarding?

2002-12-31 Thread Chuck Swiger
Ralph Freibeuter wrote:

Ho can I exactly define a rule (and where?) that forwards
incoming requests to port 445 (samba?) to an internal machine
with lan ip 192.168.2.50 ?

The routing Macs IP is 192.168.2.1 and the external IP is
given by ISP via pppoe.


As someone else mentioned Darwin (aka MacOS X) isn't FreeBSD, but the two are 
similar enough.  If you're attempting to do filesharing over the network, be 
aware that just dealing with 445 isn't nearly enough; you should look into 
doing a VPN, rather than NAT.

-Chuck


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: adduser .. revisited, an apology .. oh come on

2002-12-31 Thread Miguel Mendez
On Tue, 31 Dec 2002 19:16:31 +0100
Cliff Sarginson [EMAIL PROTECTED] wrote:

 Adding a user should  not be rocket science,

It isn't.

 If the old time Bill Joy lovers would realise that 'csh sucks big
 time, we may avoid a lot of problems.

You can always use /bin/sh, and yes, it does history (set -o emacs)

 If anyone can prove to me that csh is superior in any respect to
 bash, then please tell me.

-r-xr-xr-x  2 root  wheel  841916 Dec 31 15:16 /bin/tcsh
-rwxr-xr-x  1 root  wheel  1036396 Nov 17 13:30 /usr/local/bin/bash

tcsh is good enough for interactive use (others like zsh as well), and
many people have grown to hate bash for one very simple reason. In
another attempt at 'embrace and extend', GNU added some features to
plain sh that remained functional even when invoked as /bin/sh. That
lead to broken scripts that only ran on GNU/Linux systems.

Now I feel fad for feeding a troll, let this thread die already :)

Happy new year.
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
Of course it runs NetBSD!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Water Damage

2002-12-31 Thread Chuck Swiger
Jim Durham wrote:
[ ... ]

That's an excellent idea because the alcohol will absorb the water (I 
believe the correct term is that water is misable in alcohol), so when 
the alcohol evaporates it takes the water with it.

Yes, water and alcohol are misable in any proportions, but there's slightly 
more to it than that.  You cannot get 100% pure alcohol via distillation-- 
this is why isopropyl rubbing alcohol goes up to 91% alcohol, and why ethanol 
like grain only goes up to 195 proof (~98%).

[ If you try to concentrate the alcohol past that point, the alcohol will 
absorb water vapor right out of the air, just like the silica gel packets used 
in shipping do.  Called azeotropic, which to most people simply means that 
chemists use funny words. ]

-Chuck


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: adduser .. revisited, an apology .. oh come on

2002-12-31 Thread Stacey Roberts
On Tue, 2002-12-31 at 18:30, Miguel Mendez wrote:
 On Tue, 31 Dec 2002 19:16:31 +0100
 Cliff Sarginson [EMAIL PROTECTED] wrote:
 
  Adding a user should  not be rocket science,
 
 It isn't.
 
  If the old time Bill Joy lovers would realise that 'csh sucks big
  time, we may avoid a lot of problems.
 
 You can always use /bin/sh, and yes, it does history (set -o emacs)
 
  If anyone can prove to me that csh is superior in any respect to
  bash, then please tell me.
 
 -r-xr-xr-x  2 root  wheel  841916 Dec 31 15:16 /bin/tcsh
 -rwxr-xr-x  1 root  wheel  1036396 Nov 17 13:30 /usr/local/bin/bash
 
 tcsh is good enough for interactive use (others like zsh as well), and
 many people have grown to hate bash for one very simple reason. In
 another attempt at 'embrace and extend', GNU added some features to
 plain sh that remained functional even when invoked as /bin/sh. That
 lead to broken scripts that only ran on GNU/Linux systems.
 
 Now I feel fad for feeding a troll, let this thread die already :)

Even the original poster has requested (two days ago) that this thread
be killed off.

Why is questions still being cc'd on this?

Regards,

Stacey

 
 Happy new year.
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: procmail and anti-spam

2002-12-31 Thread Giorgos Keramidas
On 2002-12-31 09:56, dick hoogendijk wrote:
 On 31 Dec Giorgos Keramidas wrote:
  b) You don't really need to use procmail as the delivery agent of ALL
 the local users.  You can enable procmail on a per-user basis by
 proper .forward files in their home directories.

 Yeah, I've heard. I'm not quit sure about the correct syntax of the
 .forward file.

It is described in detail in forward(5).  Try looking through that
manpage for more information.  A very simple .forward file that I use
at home looks like:

% cat .forward
|/usr/local/bin/procmail

- Giorgos

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



NFS problems -- performance degraded after upgrade to 4.7

2002-12-31 Thread Daniel Schrock
Hello all,

I'm having some problems with nfs performance.  Here is a bit of background.
I have a fileserver running FreeBSD 4.7-STABLE.  This has a 3ware
Escalade with 4 x 80GB Maxtors in a RAID 5 config.  I am exporting
/usr/ports, among other things - 5 exports total to 2 clients.  The
clients are all running 4.7-Stable as well.  Under 4.6.2, I was able to
install ports with no problems on the clients.  Now, patches don't seem
to always work, files aren't always getting created, and 'Server
Ret-Failed' from nfsstat -s increments quite rapidly.

I hope there isn't any problems following this.

# relevant info section:




###Fileserver###

13:41:51:d_jab@aluminum (/dev/ttyp5): 15  ~

grep nfs /etc/rc.conf

nfs_reserved_port_only=YES
nfs_server_enable=YES
nfs_server_flags=-u -t -n 20 -h 192.168.23.200

13:40:12:d_jab@aluminum (/dev/ttyp5): 12  ~

grep twed /etc/fstab

/dev/twed0s1b   noneswapsw  0   0
/dev/twed0s1h   /home   ufs rw,noatime,nosuid,nodev
2   2
/dev/twed0s1e   /usrufs rw,noatime
2   2
/dev/twed0s1d   /usr/local/mp3  ufs
rw,noatime,nosuid,nodev 2   2
/dev/twed0s1a   /usr/local/storage  ufs
rw,noatime  2   2
/dev/twed0s1g   /usr/ports  ufs rw,noatime
2   2
/dev/twed0s1f   /usr/srcufs rw,noatime
2   2

13:40:23:d_jab@aluminum (/dev/ttyp5): 13  ~

cat /etc/exports

/usr/src-maproot=root   -network 192.168.23 -mask 255.255.255.0
/usr/ports  -maproot=root   -network 192.168.23 -mask 255.255.255.0
/home   -maproot=root   -network 192.168.23 -mask 255.255.255.0
/usr/local/mp3  -maproot=root   -network 192.168.23 -mask 255.255.255.0
/usr/local/storage  -maproot=root   -network 192.168.23 -mask
255.255.255.0

13:40:58:d_jab@aluminum (/dev/ttyp5): 14  ~

nfsstat -s


Server Info:
  Getattr   SetattrLookup  Readlink  Read WriteCreate
 Remove
 5749 6717648013560191927114932 40335
  15174
   Rename  Link   Symlink Mkdir Rmdir   Readdir  RdirPlus
 Access
23627 9   192   909   73947 40300
 661793
MknodFsstatFsinfo  PathConfCommitGLeaseVacate
  Evict
0 5311810 0 53650 0 0
  0
Server Ret-Failed
   242570
Server Faults
0
Server Cache Stats:
   Inprog  Idem  Non-idemMisses
0 4 0   803
Server Lease Stats:
   Leases PeakL   GLeases
0 0 0
Server Write Gathering:
 WriteOps  WriteRPC   Opsaved
   11490611493226


## Client ##


13:43:50:d_jab@carbon (/dev/ttyp2): 6  ~

grep nfs /etc/rc.conf

nfs_reserved_port_only=YES
nfs_client_enable=YES
nfs_client_flags=-n 6

12:59:55:d_jab@carbon (/dev/ttyp2): 4  ~

grep nfs /etc/fstab

al:/home/home   nfs
rw,nfsv3,tcp,intr,bg,rdirplus,noatime,-r=32768,-w=32768   00
al:/usr/ports   /usr/ports  nfs
rw,nfsv3,tcp,intr,bg,rdirplus,noatime,-r=32768,-w=327680   0
al:/usr/src /usr/srcnfs
rw,nfsv3,tcp,intr,bg,rdirplus,noatime,-r=32768,-w=327680   0
al:/usr/local/mp3   /usr/local/mp3  nfs
rw,nfsv3,tcp,intr,bg,rdirplus,noatime,-r=32768,-w=32768   00
al:/usr/local/storage   /usr/local/storage  nfs
rw,nfsv3,tcp,intr,bg,rdirplus,noatime,-r=32768,-w=327680   0

13:42:42:d_jab@carbon (/dev/ttyp2): 5  ~

nfsstat -c

Client Info:
Rpc Counts:
  Getattr   SetattrLookup  Readlink  Read WriteCreate
 Remove
  27410045059600363209637193806 55717
  26701
   Rename  Link   Symlink Mkdir Rmdir   Readdir  RdirPlus
 Access
2993927   195  1088  1084 0 43879
 774525
MknodFsstatFsinfo  PathConfCommitGLeaseVacate
  Evict
0 5665116 0 41432 0 0
  0
Rpc Info:
 TimedOut   Invalid X Replies   Retries  Requests
0 010   617   2131487
Cache Info:
Attr HitsMisses Lkup HitsMisses BioR HitsMisses BioW Hits
 Misses
  8475243579261   2735547595897   4225460198743320897
 193806
BioRLHitsMisses BioD HitsMisses DirE HitsMisses
  71863 69134 41254 5036714


#

Does anyone have any advice?
Let me know if you need more info.

Thanks
.daniel


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin

--- dick hoogendijk [EMAIL PROTECTED] wrote:
 On 31 Dec Wayne Lubin wrote:
  --- dick hoogendijk [EMAIL PROTECTED] wrote:
   There is an info file in the /usr/ports
 directory
   about this program.
   It's better to install trought ports anyhow.
 
  I followed the directions in the info file and
 mozilla
  still doesn't recognize the plugin. Strangly when
 I
  logged out of gnome I got the following error msg
  which may help
  
  Failed to initialize share library
 

/usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so
   [undefied symbol __strtol_internal]
 
 That's very strange..
 Did you install through ports? (make install clean)?
 If not you may have missed some patches to the
 tarball.
 If yes, your Mozilla is newer than mine(?).
 The wrapper works perfectly on FreeBSD-4.7-release.
 
 -- 
 dick -- http://www.nagual.st/ -- PGP/GnuPG key:
 F86289CE
 ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)


I didn't use the ports. I just got the tarball,
untarballed it, did a make, make install, which
basically put lib/libflashplayer.so.1
into /usr/local/lib .   Then followed the directions
in the info file which entailed 

cp /usr/local/lib/flash/libflashplayer.so \
   
/usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so


cp /usr/local/lib/flash/ShockwaveFlash.class \
/usr/X11R6/lib/mozilla/plugins/

and putting

LD_PRELOAD=/usr/local/lib/libflashplayer.so.1
export LD_PRELOAD

at the top of the file /usr/X11R6/bin/mozilla

just below the shebang

But I guess some more magic is required that the ports
takes care of. I did see in the ports makefile there
is a post patch section so like you say maybe some
patching is required. I was under the understanding
that this program was written specifialy for freebsd,
and thought it would not need patching. Well guess I
will use the port. Thanks for the help.

Wayne


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread John Bleichert
On 31 Dec 2002, Stacey Roberts wrote:
 Subject: Re: Error when trying to mount cd
 
 On Tue, 2002-12-31 at 17:28, Kevin Greenidge wrote:
  I was trying to mount a Windows XP disk to use as a
  test. 
  
 Hi Kevin,
To test what?
 
 Instead of Error when tryign to mount cd as a subject, don't you think
 that the fact that the CD is actually WinXP was kinda pertinent to the
 problem?
 
 Try previous suggestions with a *normal* data CD, if you please.
 
 Regards,
 
 Stacey
 

A Windows install CD of any version I can think of should mount just fine 
as an iso9660 data cd. This is a valid test, unless M$ is doing something 
funky to their CDs that I don't know about. Is this CD usuable in other 
operatings systems and/or on other hardware? I think the original poster 
is just tripping over mount(8) liek we all do the first time around .. :)

If it still doesn't work post your dmesg output so we can see what type of 
CD player you have.


#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



ata fallback to PIO mode on dual processor AMD systems

2002-12-31 Thread Bruce Campbell

I am seeing a problem with ata disks on 4 new systems, which
I believe is either a bug in the ata driver, or a problem with
the onboard IDE controller, or something else.  Systems are as follows:

Motherboard: ASUS A7M266-D
CPUs   : 2 x 2000+ AMD MP
Memory : 2 x 512MB Crucial part: CT6472Y265

Disks (all UDMA100):

Master   Slave
System 1:  WDC WD400BB WDC WD1000BB
System 2:  WDC WD400BB WDC WD1000BB
System 3:  WDC WD400BB WDC WD800BB
System 4:  WDC WD400BB Maxtor 98196H8

Kernel : 4.7-RELEASE, custom kernel (compared to GENERIC):

commented out:

 cpu   I386_CPU
 cpu   I486_CPU

enabled 

 options   SMP # Symmetric MultiProcessor Kernel
 options   APIC_IO # Symmetric (APIC) I/O


I am running a test with dbench (/usr/ports/benchmarks/dbench)
with a script which runs:

  dbench 1
  sleep for 5 minutes
  dbench 2
  sleep for 5 minutes
  dbench 3
  ...

to simulate 1,2,3... clients.

The following has happened on systems 2,3 and 4, after about 15 hours
of running the test:

Dec 30 23:26:59 ecserv13 /kernel: ad0: WRITE command timeout tag=0 serv=0 -
resetting
Dec 30 23:26:59 ecserv13 /kernel: ata0: resetting devices .. done
Dec 30 23:26:59 ecserv13 /kernel: ad0: WRITE command timeout tag=0 serv=0 
resetting
Dec 30 23:27:00 ecserv13 /kernel: ata0: resetting devices .. done
Dec 30 23:27:00 ecserv13 /kernel: ad0: WRITE command timeout tag=0 serv=0 
resetting
Dec 30 23:27:00 ecserv13 /kernel: ata0: resetting devices .. done
Dec 30 23:27:00 ecserv13 /kernel: ad0: WRITE command timeout tag=0 serv=0 
resetting
Dec 30 23:27:00 ecserv13 /kernel: ad0: timeout waiting for cmd=ef s=d0 e=00
Dec 30 23:27:00 ecserv13 /kernel: ad0: trying fallback to PIO mode
Dec 30 23:27:00 ecserv13 /kernel: ata0: resetting devices .. done

The test continues to run with the ata controller in PIO mode, with
slower performance, and higher load average.

Once the master drops to PIO, attempts to access the slave then cause
it to drop to PIO.

If I run:

  atacontrol mode 0 UDMA100 UDMA100

attempts to access either drive result in a delay until the controller
drops to PIO, and then operations resume.  A soft reboot and things
work in UDMA mode again.  Also tried UDMA33 and UDMA66 with no change.
I also tried atacontrol reinit 0 with no help.

Theories when I search the web for fallback to PIO mode include:

 - bad disks
 - something to do with thermal recalibration

I don't believe the problems are bad disks, as the slave drops to PIO
after the master does, and I can't get in back to UDMA, other than by
soft reboot.  Plus I see the problem on 6 of 8 disks.

The problem is very repeatable.

Can anyone offer any ideas, or suggest investigative steps ?  I have a system
in PIO mode right now.

Thanks,

-- 
Bruce Campbell
Engineering Computing
CPH-2374B
University of Waterloo
(519)888-4567 ext 5889


This mail sent through www.mywaterloo.ca

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin
Hi,

I downloaded the flashpluginwrapper by hand. You know,
I went to the ftp server into the flashpluginwrapper
directory and simply downloaded all files to a
directory that I created on my box called
/usr/ports/www/flashpluginwrapper/ 
and now when I do a make I get 

 flashpluginwrapper-0.20021113.tar.gz doesn't seem
to exist in /usr/ports/dist
files/.
 Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfi
les/petef/.
Receiving flashpluginwrapper-0.20021113.tar.gz (4791
bytes): 100%
4791 bytes transferred in 0.2 seconds (26.22 kBps)
===  Extracting for flashpluginwrapper-0.20021113
 Checksum OK for
flashpluginwrapper-0.20021113.tar.gz.
===  Patching for flashpluginwrapper-0.20021113
-e:No such file or directory
*** Error code 1

Stop in /usr/ports/www/flashpluginwrapper.

Does anyone know what is going on? Is it saying that I
don't have the patches? But that does not make sense
because I would think all of the patches should have
been provided in the skeleton code I downloaded.


Wayne



__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: procmail and anti-spam ..sendmail is dead

2002-12-31 Thread Cliff Sarginson
Use postfix.

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Matthew Emmerton
 Hi,

 I downloaded the flashpluginwrapper by hand. You know,
 I went to the ftp server into the flashpluginwrapper
 directory and simply downloaded all files to a
 directory that I created on my box called
 /usr/ports/www/flashpluginwrapper/
 and now when I do a make I get

  flashpluginwrapper-0.20021113.tar.gz doesn't seem
 to exist in /usr/ports/dist
 files/.
  Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfi
 les/petef/.
 Receiving flashpluginwrapper-0.20021113.tar.gz (4791
 bytes): 100%
 4791 bytes transferred in 0.2 seconds (26.22 kBps)
 ===  Extracting for flashpluginwrapper-0.20021113
  Checksum OK for
 flashpluginwrapper-0.20021113.tar.gz.
 ===  Patching for flashpluginwrapper-0.20021113
 -e:No such file or directory
 *** Error code 1

 Stop in /usr/ports/www/flashpluginwrapper.

 Does anyone know what is going on? Is it saying that I
 don't have the patches? But that does not make sense
 because I would think all of the patches should have
 been provided in the skeleton code I downloaded.

The files you downloaded need to be placed in /usr/ports/distfiles, NOT
/usr/ports/www/flashpluginwrapper.

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Water Damage

2002-12-31 Thread Doug Hardie

On Tuesday, Dec 31, 2002, at 02:32 US/Pacific, Rob O'Donnell wrote:

If it's a PS/2 type keyboard connector (small plug) there is a plastic 
pin that often gets broken off and left in the socket if connectors 
are pulled out violently, blocking a new keyboard being inserted.  
(Seen it often with mice.)  If this is so, I've had success getting 
them out by using 'blue tack' (a semi-adhesive goo used to hold the 
kids drawings on the wall) on the end of a matchstick to grab hold of 
it.

Right on.  Thats exactly what happened.  I guess I didn't have enough 
light to see that yesterday.  I didn't get a chance to pop it out as 
the insurance adjuster arrived and is going over everything now.  
Thanks for the info.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: ata fallback to PIO mode on dual processor AMD systems

2002-12-31 Thread Matthew Emmerton
[ cc'ing Soren since he's the ATA guru ]

 I am seeing a problem with ata disks on 4 new systems, which
 I believe is either a bug in the ata driver, or a problem with
 the onboard IDE controller, or something else.  Systems are as follows:

 Motherboard: ASUS A7M266-D
 CPUs   : 2 x 2000+ AMD MP
 Memory : 2 x 512MB Crucial part: CT6472Y265

 Disks (all UDMA100):

 Master   Slave
 System 1:WDC WD400BB   WDC WD1000BB
 System 2:  WDC WD400BB WDC WD1000BB
 System 3:  WDC WD400BB WDC WD800BB
 System 4:  WDC WD400BB Maxtor 98196H8

 Kernel : 4.7-RELEASE, custom kernel (compared to GENERIC):

 commented out:

  cpu   I386_CPU
  cpu   I486_CPU

 enabled

  options   SMP # Symmetric MultiProcessor Kernel
  options   APIC_IO # Symmetric (APIC) I/O


 I am running a test with dbench (/usr/ports/benchmarks/dbench)
 with a script which runs:

   dbench 1
   sleep for 5 minutes
   dbench 2
   sleep for 5 minutes
   dbench 3
   ...

 to simulate 1,2,3... clients.

 The following has happened on systems 2,3 and 4, after about 15 hours
 of running the test:

 Dec 30 23:26:59 ecserv13 /kernel: ad0: WRITE command timeout tag=0
serv=0 -
 resetting
 Dec 30 23:26:59 ecserv13 /kernel: ata0: resetting devices .. done
 Dec 30 23:26:59 ecserv13 /kernel: ad0: WRITE command timeout tag=0 serv=0
 resetting
 Dec 30 23:27:00 ecserv13 /kernel: ata0: resetting devices .. done
 Dec 30 23:27:00 ecserv13 /kernel: ad0: WRITE command timeout tag=0 serv=0
 resetting
 Dec 30 23:27:00 ecserv13 /kernel: ata0: resetting devices .. done
 Dec 30 23:27:00 ecserv13 /kernel: ad0: WRITE command timeout tag=0 serv=0
 resetting
 Dec 30 23:27:00 ecserv13 /kernel: ad0: timeout waiting for cmd=ef s=d0
e=00
 Dec 30 23:27:00 ecserv13 /kernel: ad0: trying fallback to PIO mode
 Dec 30 23:27:00 ecserv13 /kernel: ata0: resetting devices .. done

 The test continues to run with the ata controller in PIO mode, with
 slower performance, and higher load average.

 Once the master drops to PIO, attempts to access the slave then cause
 it to drop to PIO.

 If I run:

   atacontrol mode 0 UDMA100 UDMA100

 attempts to access either drive result in a delay until the controller
 drops to PIO, and then operations resume.  A soft reboot and things
 work in UDMA mode again.  Also tried UDMA33 and UDMA66 with no change.
 I also tried atacontrol reinit 0 with no help.

 Theories when I search the web for fallback to PIO mode include:

  - bad disks
  - something to do with thermal recalibration

 I don't believe the problems are bad disks, as the slave drops to PIO
 after the master does, and I can't get in back to UDMA, other than by
 soft reboot.  Plus I see the problem on 6 of 8 disks.

 The problem is very repeatable.

 Can anyone offer any ideas, or suggest investigative steps ?  I have a
system
 in PIO mode right now.

The reason the slave drops to PIO after the master does is by design - the
master and slave have to use the same signalling mode since they're on the
same cable.  (People often report lackluster performance of fast UDMA hard
drives with non-UDMA CD-ROMs on the same channel.)

Are you using 80-conductor cables on all your drives?  These are required to
get consistent high throughput, and running without them may cause the
problems you're seeing.

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Wayne Lubin

--- Matthew Emmerton [EMAIL PROTECTED] wrote:
  Hi,
 
  I downloaded the flashpluginwrapper by hand. You
 know,
  I went to the ftp server into the
 flashpluginwrapper
  directory and simply downloaded all files to a
  directory that I created on my box called
  /usr/ports/www/flashpluginwrapper/
  and now when I do a make I get
 
   flashpluginwrapper-0.20021113.tar.gz doesn't
 seem
  to exist in /usr/ports/dist
  files/.
   Attempting to fetch from
 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfi
  les/petef/.
  Receiving flashpluginwrapper-0.20021113.tar.gz
 (4791
  bytes): 100%
  4791 bytes transferred in 0.2 seconds (26.22 kBps)
  ===  Extracting for flashpluginwrapper-0.20021113
   Checksum OK for
  flashpluginwrapper-0.20021113.tar.gz.
  ===  Patching for flashpluginwrapper-0.20021113
  -e:No such file or directory
  *** Error code 1
 
  Stop in /usr/ports/www/flashpluginwrapper.
 
  Does anyone know what is going on? Is it saying
 that I
  don't have the patches? But that does not make
 sense
  because I would think all of the patches should
 have
  been provided in the skeleton code I downloaded.
 
 The files you downloaded need to be placed in
 /usr/ports/distfiles, NOT
 /usr/ports/www/flashpluginwrapper.
 
 --
 Matt Emmerton
 


What? NO! I downloaded the skeleton. The tarball goes
in the distfiles directory. Look see above. The
tarball was correctly gotten an put into the distfiles
dir.  No, I am ok with respect to that.

Wayne



__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Finding type of memory

2002-12-31 Thread Cliff Sarginson
On Tue, Dec 31, 2002 at 11:46:18AM -0700, Irwan Hadi wrote:
 Hi,
 
 I need to find out what kind of memory a server is using, while the
 distance between me and the server is pretty far (on different continent
 if anyone cares).
 
 My question is how can I find what kind of memory that server is using ?
 It is an old server running P III 450 Mhz, so it must be using PC 100,
 but what kind of PC 100 ? ECC or non ECC ?
 
Phone,

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Kevin Greenidge

--- Stacey Roberts [EMAIL PROTECTED] wrote:
 On Tue, 2002-12-31 at 17:28, Kevin Greenidge wrote:
  I was trying to mount a Windows XP disk to use as
 a
  test. 
  
 Hi Kevin,
To test what?
 
 Instead of Error when tryign to mount cd as a
 subject, don't you think
 that the fact that the CD is actually WinXP was
 kinda pertinent to the
 problem?
 
 Try previous suggestions with a *normal* data CD, if
 you please.
 
 Regards,
 
 Stacey
 
  --- Warren Block [EMAIL PROTECTED] wrote:
   On Tue, 31 Dec 2002, Kevin Greenidge wrote:
   
I am running 4.7 and mount /cdrom does not
 work.
   I
have yet to try mount -t cd9660 /dev/acd0c
   /cdrom
and maybe this one will
   
   does not work could be more detailed...  Are
 you
   trying to mount a
   UDF-formatted CD from a Windows system, or maybe
 a
   music CD?
   
   -Warren Block * Rapid City, South Dakota USA
   
   
   To Unsubscribe: send mail to
 [EMAIL PROTECTED]
   with unsubscribe freebsd-questions in the body
 of
   the message
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body
 of the message
 -- 
 Stacey Roberts
 B.Sc (HONS) Computer Science
 
 Web: www.vickiandstacey.com
 
 
I just wanted to mount my Win XP cd since it was the
only one laying about at the time. I'm trying to setup
samba to share the cdrom. When I get home I will try
another cd in the machine to see if it works. 

I was under the impression that Freebsd would see any
cd since my redhat box see the folders in my win XP cd
fine 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Water Damage

2002-12-31 Thread Cliff Sarginson
Drink it.
Water and alcohol have quite different somatic effects.
-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Water Damage

2002-12-31 Thread Cliff Sarginson
On Tue, Dec 31, 2002 at 01:22:37PM -0800, Doug Hardie wrote:
 
 On Tuesday, Dec 31, 2002, at 02:32 US/Pacific, Rob O'Donnell wrote:
 If it's a PS/2 type keyboard connector (small plug) there is a plastic 
 pin that often gets broken off and left in the socket if connectors 
 are pulled out violently, blocking a new keyboard being inserted.  
 (Seen it often with mice.)  If this is so, I've had success getting 
 them out by using 'blue tack' (a semi-adhesive goo used to hold the 
 kids drawings on the wall) on the end of a matchstick to grab hold of 
 it.
 
 Right on.  Thats exactly what happened.  I guess I didn't have enough 
 light to see that yesterday.  I didn't get a chance to pop it out as 
 the insurance adjuster arrived and is going over everything now.  
 Thanks for the info.
 
 

You know insurance adjustors are easily killed.
Stuff bluetack down their gobs.

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: flashpluginwrapper question

2002-12-31 Thread Matthew Emmerton
   Hi,
  
   I downloaded the flashpluginwrapper by hand. You
  know,
   I went to the ftp server into the
  flashpluginwrapper
   directory and simply downloaded all files to a
   directory that I created on my box called
   /usr/ports/www/flashpluginwrapper/
   and now when I do a make I get
  
flashpluginwrapper-0.20021113.tar.gz doesn't
  seem
   to exist in /usr/ports/dist
   files/.
Attempting to fetch from
  
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfi
   les/petef/.
   Receiving flashpluginwrapper-0.20021113.tar.gz
  (4791
   bytes): 100%
   4791 bytes transferred in 0.2 seconds (26.22 kBps)
   ===  Extracting for flashpluginwrapper-0.20021113
Checksum OK for
   flashpluginwrapper-0.20021113.tar.gz.
   ===  Patching for flashpluginwrapper-0.20021113
   -e:No such file or directory
   *** Error code 1
  
   Stop in /usr/ports/www/flashpluginwrapper.
  
   Does anyone know what is going on? Is it saying
  that I
   don't have the patches? But that does not make
  sense
   because I would think all of the patches should
  have
   been provided in the skeleton code I downloaded.
 
  The files you downloaded need to be placed in
  /usr/ports/distfiles, NOT
  /usr/ports/www/flashpluginwrapper.
 
  --
  Matt Emmerton


 What? NO! I downloaded the skeleton. The tarball goes
 in the distfiles directory. Look see above. The
 tarball was correctly gotten an put into the distfiles
 dir.  No, I am ok with respect to that.

 Wayne

You should probably update your version of /usr/ports/Mk/bsd.port.mk then.
I have a feeling you're running an older version of the ports-base code
(bsd.port.mk) and the port skeleton you downloaded is too new to use with
what you have installed.

Is there any reason you're not using cvsup to keep your ports collection in
sync?

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Stacey Roberts
On Tue, 2002-12-31 at 21:29, Kevin Greenidge wrote:
 --- Stacey Roberts [EMAIL PROTECTED] wrote:
  On Tue, 2002-12-31 at 17:28, Kevin Greenidge wrote:
   I was trying to mount a Windows XP disk to use as
  a
   test. 
   
  Hi Kevin,
 To test what?
  
  Instead of Error when tryign to mount cd as a
  subject, don't you think
  that the fact that the CD is actually WinXP was
  kinda pertinent to the
  problem?
  
  Try previous suggestions with a *normal* data CD, if
  you please.
  
  Regards,
  
  Stacey
  
   --- Warren Block [EMAIL PROTECTED] wrote:
On Tue, 31 Dec 2002, Kevin Greenidge wrote:

 I am running 4.7 and mount /cdrom does not
  work.
I
 have yet to try mount -t cd9660 /dev/acd0c
/cdrom
 and maybe this one will

does not work could be more detailed...  Are
  you
trying to mount a
UDF-formatted CD from a Windows system, or maybe
  a
music CD?

-Warren Block * Rapid City, South Dakota USA


To Unsubscribe: send mail to
  [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body
  of
the message
   
   
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with unsubscribe freebsd-questions in the body
  of the message
  -- 
  Stacey Roberts
  B.Sc (HONS) Computer Science
  
  Web: www.vickiandstacey.com
  
  
 I just wanted to mount my Win XP cd since it was the
 only one laying about at the time. I'm trying to setup
 samba to share the cdrom. When I get home I will try
 another cd in the machine to see if it works. 
 
 I was under the impression that Freebsd would see any
 cd since my redhat box see the folders in my win XP cd
 fine 

Hi Kevin,
   I'm pretty sure that you'll be able to mount and view the content of
the CD with the command:

mount -t cd9660 /dev/acd0c /cdrom

If not:

mount -t cd9660 /dev/acd0c /mnt/cdrom

Regards,

Stacey

 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: ata fallback to PIO mode on dual processor AMD systems

2002-12-31 Thread Bruce Campbell
Quoting Matthew Emmerton [EMAIL PROTECTED]:

 [ cc'ing Soren since he's the ATA guru ]
 
  Dec 30 23:27:00 ecserv13 /kernel: ad0: trying fallback to PIO mode
  Dec 30 23:27:00 ecserv13 /kernel: ata0: resetting devices .. done
 
  The test continues to run with the ata controller in PIO mode, with
  slower performance, and higher load average.
 
  Once the master drops to PIO, attempts to access the slave then cause
  it to drop to PIO.

 Are you using 80-conductor cables on all your drives?  These are required to
 get consistent high throughput, and running without them may cause the
 problems you're seeing.

Thanks for the information about the design of IDE etc, and the suggestion
about the cables.  I was about to shuffle things to get the disks
onto separate channels, but I now see that would be a mistake as my
CD drive would share a cable with a disk.

Anyway, they all have the 80 conductor cable.  I forgot to add some 
environmental and other information.

 The 4 AMD systems are in Aopen hx08 towers, with 400 watt power supplies,
 and 5 auxilliary fans (in addition to the power supply fan, and fan on
 each cpu).  They are in an air conditioned machine room.  The CPU and
 motherboard temperatures are within spec.  I mention this as I note
 many reported AMD system problems traced to overheating.

 All drives are installed in removeable drive bays.  I don't have the make/model
 on hand right now.  They were $19 CAD.  ($13USD).  The low cost makes
 me suspicious now, but...

 I'm running the same tests on 4 single processor 2.4GHz Intel systems.
 They have not failed in this manner so far.

 Initially, I had 1GB memory modules in the AMD systems (I can't remember
 the make) and the systems froze and rebooted randomly.  I moved to
 Crucial 512MB modules to cure that problem.




This mail sent through www.mywaterloo.ca

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: 5.0-RC2 sendmail msp-queue gizmo running REAL slow?

2002-12-31 Thread Brian
sounds an awful lot like the bsd is dead posts on slashdot..

Bri

- Original Message - 
From: Cliff Sarginson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 31, 2002 1:38 PM
Subject: Re: 5.0-RC2 sendmail msp-queue gizmo running REAL slow?


 Sendmail is dead.
 
 -- 
 Regards
Cliff Sarginson 
The Netherlands
 
 [ This mail has been checked as virus-free ]
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: 5.0-RC2 sendmail msp-queue gizmo running REAL slow?

2002-12-31 Thread Stacey Roberts
On Tue, 2002-12-31 at 22:00, Brian wrote:
 sounds an awful lot like the bsd is dead posts on slashdot..
 
 Bri

Oh dear,

Stacey

 
 - Original Message - 
 From: Cliff Sarginson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, December 31, 2002 1:38 PM
 Subject: Re: 5.0-RC2 sendmail msp-queue gizmo running REAL slow?
 
 
  Sendmail is dead.
  
  -- 
  Regards
 Cliff Sarginson 
 The Netherlands
  
  [ This mail has been checked as virus-free ]
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
  
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Portupgrade vs. multiple versions of packages

2002-12-31 Thread Kent Stewart
On Tuesday 31 December 2002 07:41 am, Scott Mitchell wrote:
 Hi all,

 I've just spent a fun day upgrading ~180 ports that were about a year
 out of date, which will teach me not to be so lazy in future :-( 
 Anyway, portupgrade coped with most of this mess admirably, except
 for (unsurprisingly) the KDE2 -- KDE3 upgrade.

 Portupgrade simply refused to upgrade kdelibs-2.2.2 to the latest
 3.0.5_1, I suspect because the install required some file that
 portupgrade was deinstalling along with the rest of 2.2.2, before it
 installed 3.0.5.  So in the end I just installed 3.0.5 on top of the
 old version, presumably leaving various rubbish from the old
 installation on my system.  This allowed the rest of the upgrades to
 proceed happily.

Most of us upgraded to XFree86-4.x at the same time. The HEADSUP 
instruction at the time were to completely delete both of them and then 
upgrade install the new versions.

Kent


 Pkgdb moticed later that I had two kdelibs installed, and helpfully
 offered to deregister one for me.  I took it up on this, and ended up
 with a new file +CONTENTS.kdelibs-2.2.2 under
 /var/db/pkg/kdelibs-3.0.5_1, alongside the usual +CONTENTS for the
 new version.

 First question: Will any of the pkg* tools make use of this file so
 that I can, for example, deinstall the new version plus the leftover
 bits of the old version, next time I upgrade?

 Second question: If not, is there a nice automated way to find (and
 remove) stray files left behind by old packages that weren't properly
 removed?  I could put together a script to find anything in
 /usr/{local,X11R6} that doesn't belong to any installed package, but
 maybe this wheel has already been invented?

 Thanks in advance  happy new year,

   Scott

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



(OT) non-keyboard ascii characters

2002-12-31 Thread John Bleichert
Hello All

Is there anyway to get e.g. a u with an umlaught over it (ASCII 159 I 
think) in a text emailer like pine or mutt, if your keyboard doesn's have 
said character? How about text editors like nedit?

Hopefully not too, too offtopic.

Thanks - JB

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: developer list

2002-12-31 Thread Giorgos Keramidas
On 2002-12-31 09:29, Steve Bertrand [EMAIL PROTECTED] wrote:
 I'm sorry to ask this here, but can someone point me in a direction for
 a perl/c developer list specifically for FreeBSD?  I have been
 developing a VPN/Firewall automation program with perl, but it's up to a
 few thousand lines of code and would like to convert to C before I go
 much further.

You could always ask around in the freebsd-jobs list :)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: (OT) non-keyboard ascii characters

2002-12-31 Thread Kent Stewart
On Tuesday 31 December 2002 01:51 pm, John Bleichert wrote:
 Hello All

 Is there anyway to get e.g. a u with an umlaught over it (ASCII 159 I
 think) in a text emailer like pine or mutt, if your keyboard doesn's
 have said character? How about text editors like nedit?

 Hopefully not too, too offtopic.


Are you running any desktop at the time. For example, I have a us/es 
button on my status bar of KDE-3, which provides dead keys that let me 
type the acutes, the diaeresis(umlaut) keys, and others. The ' key, 
for example, becomes a kind of sticky key and you type it and then the 
letter you want to be an acute. The :/; become the n with the tilde 
over it. There are others. In kword, you can also use the alt+keypad 
sequences such as alt+0228 is an umlaut e. I tried the keypad method 
in konsole mode and it didn't work.

Switching is a little easier in Windows for me because pressing the left 
shift and alt key at the same time toggles the keyboard switch. I 
figure there is something similar for KDE but don't know what it is.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Water Damage

2002-12-31 Thread Matthew Seaman
On Tue, Dec 31, 2002 at 12:07:41PM -0800, Gary W. Swearingen wrote:
 Chuck Swiger [EMAIL PROTECTED] writes:
 
  Jim Durham wrote:
  [ ... ]
   That's an excellent idea because the alcohol will absorb the water
   (I believe the correct term is that water is misable in alcohol), so
   when the alcohol evaporates it takes the water with it.
 
 But that so there seems unjustified.  Maybe the last part is true, but
 does the fact that two liquids are misable mean that the lighter one
 will carry off the heavier one in evaporation?  One could as easily
 guess that the heavier one keeps the lighter one's evaporation rate down
 to the heavier one's -- or anywhere in between.  Or they each evaporate
 at their own rates, separating at the moment of evaporation.

Arrgh.  I'm sorry but this is bugging me.  The word is miscible,
from the Latin miscere to mix.

The point of rinsing with isopropanol is simply to disolve and flush
away as much of the bulk water as possible.  The drips of isopropanol
left on the kit will still contain water (As Chuck pointed out,
it's difficult (read expensive) to make completely dry isopropanol
and handle it so that it stays dry). Even so, there will be much less
water present after rinsing, so that it won't take much time to dry.
The isopropanol itself being a lot more volatile than water evaporates
fairly quickly.

It's not that mixing alcohol with the water makes the water evaporate
faster.  The rate of evaporation depends on a number of factors ---

* the partial pressures of the alcohol and water vapours above the
liquids --- these will be completely independent of each other to
a good approximation.

* the concentration of the different components in the bulk liquid.
Adding alcohol reduces the water concentration so this factor
would actually tend to lower the rate of evaporation.

* the surface area of the liquid vapour interface, which adding
alcohol tends to increase, hence speeding up evaporation.

Are we sufficiently off topic yet?

Happy New Year,

Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: adduser

2002-12-31 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (12.31.2002 @ 1005 PST): Cliff Sarginson said, in 0.3K: 
 So why the fuck do things get more difficult ?
 end of Re: adduser from Cliff Sarginson 

Not that you gave any context to this, your latest helpful question, but
I'd guess the answer is your attitude.

# Adam


- --
Adam Weinberger
vectors.cx[EMAIL PROTECTED]
FreeBSD.org   [EMAIL PROTECTED]
Bayer Berkeley[EMAIL PROTECTED]
#vim:set ts=8: 8-char tabs prevent tooth decay.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+Eibjo8KM2ULHQ/0RAm+kAKCZGwM9ZKlLaZ4vKdrdmTNpz/QGcACgvxah
pipFVbFYnaqKXgEjg8d0PY4=
=b/nS
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Mike Jeays
Stacey Roberts wrote:


On Tue, 2002-12-31 at 21:29, Kevin Greenidge wrote:
 

--- Stacey Roberts [EMAIL PROTECTED] wrote:
   

On Tue, 2002-12-31 at 17:28, Kevin Greenidge wrote:
 

I was trying to mount a Windows XP disk to use as
   

a
 

test. 

   

Hi Kevin,
  To test what?

Instead of Error when tryign to mount cd as a
subject, don't you think
that the fact that the CD is actually WinXP was
kinda pertinent to the
problem?

Try previous suggestions with a *normal* data CD, if
you please.

Regards,

Stacey

 

--- Warren Block [EMAIL PROTECTED] wrote:
   

On Tue, 31 Dec 2002, Kevin Greenidge wrote:

 

I am running 4.7 and mount /cdrom does not
   

work.
 

I
 

have yet to try mount -t cd9660 /dev/acd0c
   

/cdrom
 

and maybe this one will
   

does not work could be more detailed...  Are
 

you
 

trying to mount a
UDF-formatted CD from a Windows system, or maybe
 

a
 

music CD?

-Warren Block * Rapid City, South Dakota USA


To Unsubscribe: send mail to
 

[EMAIL PROTECTED]
 

with unsubscribe freebsd-questions in the body
 

of
 

the message
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body
   

of the message
--
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com


 

I just wanted to mount my Win XP cd since it was the
only one laying about at the time. I'm trying to setup
samba to share the cdrom. When I get home I will try
another cd in the machine to see if it works. 

I was under the impression that Freebsd would see any
cd since my redhat box see the folders in my win XP cd
fine 
   


Hi Kevin,
  I'm pretty sure that you'll be able to mount and view the content of
the CD with the command:

mount -t cd9660 /dev/acd0c /cdrom

If not:

mount -t cd9660 /dev/acd0c /mnt/cdrom

Regards,

Stacey

 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message
   

To be a bit more complete:

1) Make certain you have a directory /cdrom, and that there is nothing
   in it - not even any hidden files.
2) Make sure you are cd-ed to some other directory.
3) Execute mount -t cd9660 /dev/acd0c /cdrom

If your /etc/fstab contains a line as follows:
/dev/acd0c  /cdrom  cd9660  ro,noauto   0   0
you can replace the mount command above with
mount /cdrom

If this doesn't work, it could be a bad CD.I have a CD-RW
that reads just fine on one FreeBSD machine, but which causes a
Pentium 120 running FreeBSD 4.1 to crash.  A complete crash,
with need for an fsck on its filesystems, and reproducible.






To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: (OT) non-keyboard ascii characters

2002-12-31 Thread John Bleichert
On Tue, 31 Dec 2002, Danny Horne wrote:
 Subject: Re: (OT) non-keyboard ascii characters
 
  Hello All
 
  Is there anyway to get e.g. a u with an umlaught over it (ASCII 159 I
  think) in a text emailer like pine or mutt, if your keyboard doesn's have
  said character? How about text editors like nedit?
 
 Not sure what an umlaught is, but you can find a list of ascii codes here -
 http://www.asciitable.com/
 
 I find holding down 'Alt'  typing in the number of the character works for
 me (though I don't use Pine or Mutt).
 
 

Didn't wok for me in pine or nedit, although this may be charset 
dependent. Which apps does this work for you in? xterm?

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: (OT) non-keyboard ascii characters

2002-12-31 Thread Danny Horne
 I find holding down 'Alt'  typing in the number of the character works
 for me (though I don't use Pine or Mutt).



 Didn't wok for me in pine or nedit, although this may be charset
 dependent. Which apps does this work for you in? xterm?

I don't use any Unix / Linux MUA's, it works for me in Squirrelmail (webmail
app)  Outlook Express.

Just tried it in the Joe text editor  it works fine on standard ASCII
characters, but produces unpredictable results trying to use extended ones.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error when trying to mount cd

2002-12-31 Thread Kevin Greenidge

--- Mike Jeays [EMAIL PROTECTED] wrote:
 Stacey Roberts wrote:
 
 On Tue, 2002-12-31 at 21:29, Kevin Greenidge wrote:
   
 
 --- Stacey Roberts [EMAIL PROTECTED]
 wrote:
 
 
 On Tue, 2002-12-31 at 17:28, Kevin Greenidge
 wrote:
   
 
 I was trying to mount a Windows XP disk to use
 as
 
 
 a
   
 
 test. 
 
 
 
 Hi Kevin,
To test what?
 
 Instead of Error when tryign to mount cd as a
 subject, don't you think
 that the fact that the CD is actually WinXP was
 kinda pertinent to the
 problem?
 
 Try previous suggestions with a *normal* data CD,
 if
 you please.
 
 Regards,
 
 Stacey
 
   
 
 --- Warren Block [EMAIL PROTECTED] wrote:
 
 
 On Tue, 31 Dec 2002, Kevin Greenidge wrote:
 
   
 
 I am running 4.7 and mount /cdrom does not
 
 
 work.
   
 
 I
   
 
 have yet to try mount -t cd9660 /dev/acd0c
 
 
 /cdrom
   
 
 and maybe this one will
 
 
 does not work could be more detailed...  Are
   
 
 you
   
 
 trying to mount a
 UDF-formatted CD from a Windows system, or
 maybe
   
 
 a
   
 
 music CD?
 
 -Warren Block * Rapid City, South Dakota USA
 
 
 To Unsubscribe: send mail to
   
 
 [EMAIL PROTECTED]
   
 
 with unsubscribe freebsd-questions in the
 body
   
 
 of
   
 
 the message
   
 
 To Unsubscribe: send mail to
 [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body
 
 
 of the message
 -- 
 Stacey Roberts
 B.Sc (HONS) Computer Science
 
 Web: www.vickiandstacey.com
 
 
   
 
 I just wanted to mount my Win XP cd since it was
 the
 only one laying about at the time. I'm trying to
 setup
 samba to share the cdrom. When I get home I will
 try
 another cd in the machine to see if it works. 
 
 I was under the impression that Freebsd would see
 any
 cd since my redhat box see the folders in my win
 XP cd
 fine 
 
 
 
 Hi Kevin,
I'm pretty sure that you'll be able to mount and
 view the content of
 the CD with the command:
 
 mount -t cd9660 /dev/acd0c /cdrom
 
 If not:
 
 mount -t cd9660 /dev/acd0c /mnt/cdrom
 
 Regards,
 
 Stacey
 
   
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body
 of the message
 
 
 To be a bit more complete:
 
 1) Make certain you have a directory /cdrom, and
 that there is nothing
 in it - not even any hidden files.
 2) Make sure you are cd-ed to some other directory.
 3) Execute mount -t cd9660 /dev/acd0c /cdrom
 
 If your /etc/fstab contains a line as follows:
 /dev/acd0c  /cdrom  cd9660 
 ro,noauto   0   0
 you can replace the mount command above with
 mount /cdrom
 
 If this doesn't work, it could be a bad CD.I
 have a CD-RW
 that reads just fine on one FreeBSD machine, but
 which causes a
 Pentium 120 running FreeBSD 4.1 to crash.  A
 complete crash,
 with need for an fsck on its filesystems, and
 reproducible.
 
 
 
 
 
I finally got a chance to get in front of my box and
mount /cdrom worked. I replaced my Win XP cd with my
FreeBSD and various other disks and they worked fine.
I guess it does make a difference with what type of cd
it is because I know the Win XP disk is good. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: adduser

2002-12-31 Thread Mark
- Original Message -
From: Cliff Sarginson [EMAIL PROTECTED]
To: freebsd-questions [EMAIL PROTECTED]
Sent: Tuesday, December 31, 2002 7:05 PM
Subject: Re: adduser


 So why the fuck do things get more difficult ?

WTF is not going to solve your problem; RTFM will.

 If anyone can prove to me that csh is superior in any respect
 to bash,

No need to bash csh.

 RTFM has become a bad joke.

Some of us see RTFM as an obsolute low-point in the setup of their system.
To them, RTFM is for losers, and they will resort to all other means first,
the often lengthy detour despite, if only it will keep them from RTFM. These
people reason, If any additional reading is required, beyond what I already
know, or think I know, it must be
a design-flaw.

And then I recall this:

If you think education is expensive, try ignorance.

This aphorism is attributed to Derek Bok, the former President of Harvard.
It seems destined for a long career.

- Mark


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



FreeBSD vs webcams

2002-12-31 Thread Stacey Roberts
Hello,
 Are there any webcams (usb, parallel, whatever) that will work with
FreeBSD4.x

I'm hoping that I'll be able to view content via http off a website.

I wasn't sure if this is the right list, point me to which I should ask,
if I'm in the wrong, please. Thanks.

Regards,

Stacey

-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Kerb.5 login hangs when uplink (internet) is down

2002-12-31 Thread Peter Much
This one is mostly for the records, as I recently had to fix it.

If you 
 - run the Kerberos5 kdc as distributed with FreeBSD (4.4, maybe
   others as well), 
 - and have DNS nameservice running 
 - and DNS configured to access the root-nameservers of the 
   internet (or some equivalent configuration),
then everything may work well until someday the internet connection
(or your equivalent uplink to your root-nameserver) is not active.
And then suddenly no kerberized login at all will work anymore.

Although you usually should not need that uplink for production 
(because all the host data for your site and kerberos realm should
be kept in local nameservers or other means), you might experience
quite an inconvenience by this effect.

The point hereby is: the kerberos system tends to do requests
to the nameserver asking for the TXT record for 
krb5-realm.localhost. and _kerberos.localhost., as there is the
option to do kerberos configuration in that way.

But in cases these records do not exist - because there is no
nameserver map at all for a domain .localhost - and then the 
local nameserver will not know about them and will propagate
the query up to the root-nameserver, likely to get the 
authoritative answer that these records do not exist. And 
kerberos will be satisfied by this and continue without them.

Now when the root-nameservers are not reachable, then the local
nameserver does not know if these records might exist somewhere
or not - and it will tell so to kerberos (aka server failed).
This is not considered satisfying by kerberos, so it will stall
the login process and ask the nameserver every 40 secs. again 
and again if the connection has come back.

To get rid of this, just make your local nameserver authoritative
about it, i.e. configure an empty zone file for domain localhost.

Comments by nameserver experts? Is this a suitable approach?

rgds,
PMc

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Portupgrade vs. multiple versions of packages

2002-12-31 Thread paul beard
Brian Astill wrote:

Scott Mitchell wrote:


Hi all,

I've just spent a fun day upgrading ~180 ports that were about a year out
of date, which will teach me not to be so lazy in future :-(  Anyway,
portupgrade coped with most of this mess admirably, except for
(unsurprisingly) the KDE2 -- KDE3 upgrade.



That upgrade is a doozie.  Been there, done that!
rm -fr qt2 is (I think) the correct thing to do  (someone else on the 
list will correct me).
Then port kde3.

qt2 and qt3 will NOT live comfortably together.  So delete qt2 and all 
the apps dependent on it (that includes kde2 and its apps).
The kde3 port will look for the version of qt it needs, fail to find it, 
and fetch it for you.  Ain't that nice?


it would probably make sense to subscribe to the kde-freebsd list. 
I have learned a lot from just lurking and they work hard to make 
sure KDE stays up to date.

http://lists.csociety.org/listinfo/kde-freebsd


--
Paul Beard: seeking UNIX/internet engineering work
http://paulbeard.no-ip.org/paulbeard.html
8040 27th Ave NE Seattle WA 98115 / 206 529 8400

Although golf was originally restricted to wealthy, overweight
Protestants, today it's open to anybody who owns hideous clothing.
		-- Dave Barry


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


ssh from one box behind firewall to another

2002-12-31 Thread BSD baby

FreeBSD box A
|
|
v
HOME FIREWALL
|
|
|
internet
|
|
|
WORK FIREWALL
|
|
V
FreeBSD box B



Can you copy files from box A to box B?

Box A can SSH into Work Firewall.
Work Firewall can SSH into Box B.
Box B can SSH into Home Firewall.
Home Firewall can SSH into Box A.

So - I can SEE the files I want to copy.  I can use vi to edit them.
But don't know how to get them directly from Box A to Box B. 

Right now I'm using scp to copy them to the firewall, then to the internal machine.

Is this a port forwarding kind of thing?  Anyone done it?
Didn't see anything like it in 'man scp' or a Google search.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Using multiple window managers

2002-12-31 Thread Scott Robbins
On Wed, Jan 01, 2003 at 01:20:40AM -0500, Bob Bomar wrote:
 I want to set up a demo box that shows diffrent Window Managers.
 
 What is a good way to swith between window managers?

A simple shell script would do it--it's 1:30 am here, but quick hack


#!/usr/local//bin/bash
#script to select window manager
echo 
echo Please select your Xsession
echo 
PS3=Your choice =  ; export PS3
select choice in Gnome Kde Fluxbox
do
case $choice in
Fluxbox) 
echo exec fluxbox  .xinitrc
startx
break
;;
Kde)
echo startkde  .xinitrc
startx
break;;
Gnome)
echo exec gnome-session  .xinitrc
startx
break;;
*)
echo 
echo Please choose 1, 2 or 3 
echo (or hit Ctrl+C to exit)
echo 
esac
done

Even as I look at this, it looks pretty lame, but should get you
started.

HTH and happy new year all



-- 

Scott Robbins

PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 D575 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Xander: Hmm, and we thought just because we didn't have any
money or any
place to go, this'd be a lackluster evening.
Willow: I know! We could go to the Bronze, and sneak in our own tea
bags and
ask for hot water.
Xander: Hop off the outlaw train, Will, before you land us all in
jail.
 -- 
 /\
 | Bob Bomar   [EMAIL PROTECTED] http://www.bomar.us/~bob |
 ||
 | FreeBSD: The Power to Serve.http://www.freeBSD.org   |
 \/



-- 

Scott Robbins

PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 D575 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Xander: Hmm, and we thought just because we didn't have any
money or any
place to go, this'd be a lackluster evening.
Willow: I know! We could go to the Bronze, and sneak in our own tea
bags and
ask for hot water.
Xander: Hop off the outlaw train, Will, before you land us all in
jail.



msg13889/pgp0.pgp
Description: PGP signature


Re: Using multiple window managers

2002-12-31 Thread Bob Bomar
On Wed, Jan 01, 2003 at 01:40:11AM -0500, Scott Robbins wrote:
 On Wed, Jan 01, 2003 at 01:20:40AM -0500, Bob Bomar wrote:
  I want to set up a demo box that shows diffrent Window Managers.
  
  What is a good way to swith between window managers?
 
 A simple shell script would do it--it's 1:30 am here, but quick hack

Yeah, I just got it:

#!/bin/sh
echo What window manager do you want to start?
echo 1: KDE
echo 2: GNOME
echo 3: Window Maker

read wm

if  test $wm = 1
then
ln -s /home/bob/.kde_start /home/bob/.xinitrc

elif test $wm = 2
then
ln -s /home/bob/.gnome_start /home/bob/.xinitrc

elif test $wm = 3
then
ln -s /home/bob/.wmaker_start /home/bob/.xinitrc
fi

/usr/X11R6/bin/startx --+xinerama



-- 
/\
| Bob Bomar [EMAIL PROTECTED] http://www.bomar.us/~bob |
||
| FreeBSD: The Power to Serve.  http://www.freeBSD.org   |
\/



msg13890/pgp0.pgp
Description: PGP signature


Re: Water Damage

2002-12-31 Thread Cliff Sarginson
Listen.
I have a friend, an electronic genius.
He, one night dunked his incredibly expensive, state of the art. mobile
phone in a glass of Baileys Irish Cream Whiskey,
The next day he washed it in distilled water.
It works again.
The only moronic thing about him is that he uses a mobile phone.
These devices  should be reserved only for use in hell.

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message