different passwords for local and remote login?

2004-12-08 Thread Geert Hendrickx
Hi,
is it possible to have a different password for local (console, xdm) and
remote (ssh) logins?
I have a separate password database for my imap-server (dovecot), and I
was wondering whether this is possible with OpenSSH, too.
GH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mysql won't start on boot

2004-12-08 Thread Markus Hoenicka
Vonleigh Simmons [EMAIL PROTECTED] was heard to say:

   After updating to 5.3 MySQL won't start at boot time. I read UPDATING
 and it says to include a line in /etc/rc.conf. But even after adding
 that line:

 # grep mysql /etc/rc.conf
 mysql_enable=YES

   It still won't start up on its own after I reboot. However doing:


I'm sitting in front of a Windows box right now, so please excuse me that I
reply from memory. AFAIK there is an example start script in
/usr/local/etc/init.d/ which you have to rename to mysql.sh.

regards,
Markus


-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with mhoenicka)
http://www.mhoenicka.de

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


Re: ffmpeg port

2004-12-08 Thread Alastair G. Hogge
On Wed, 8 Dec 2004 04:38, Lucas Holt wrote:
 Just an fyi, the ffmpeg port is not building propery for two possible
 reasons.  First, several of the html documents are not found and make
 dies.  Second, if you ran the install once and it failed, it created a
 symlink in /usr/local/lib/ for a libavacodec.so (or something like that).

 So to get it to install, comment out the doc portion of the make file and
 remove that symlink before doing make install.

 You will get no man pages and a waring about it but it will install the
 port.
Actually I found that if I ran tex2html in ffmpeg/work/.../doc on the *.texi 
files, the install went OK. Even if/after the libs were symlinked.

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


Re: ffmpeg port

2004-12-08 Thread Stijn Hoop
On Wed, Dec 08, 2004 at 07:26:22PM +1100, Alastair G. Hogge wrote:
 On Wed, 8 Dec 2004 04:38, Lucas Holt wrote:
  Just an fyi, the ffmpeg port is not building propery for two possible
  reasons.  First, several of the html documents are not found and make
  dies.  Second, if you ran the install once and it failed, it created a
  symlink in /usr/local/lib/ for a libavacodec.so (or something like that).
 
  So to get it to install, comment out the doc portion of the make file and
  remove that symlink before doing make install.
 
  You will get no man pages and a waring about it but it will install the
  port.
 Actually I found that if I ran tex2html in ffmpeg/work/.../doc on the *.texi 
 files, the install went OK. Even if/after the libs were symlinked.

Just ran into this myself, actually the build phase should execute
gmake in ffmpeg/work/../doc before install.

*UNTESTED* patch:

%%%
--- MakefileTue Dec  7 10:49:58 2004
+++ /home/stijn/MakefileWed Dec  8 10:30:29 2004
@@ -335,6 +335,11 @@
-e 's|#include SDL|#include SDL11/SDL|'
 .endif
 
+.ifndef(NOPORTDOCS)
+post-build:
+   cd ${WRKSRC}/doc  gmake
+.endif
+
 post-install:
 .ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
%%%

CC: maintainer

--Stijn

-- 
A No uttered from deepest conviction is better and greater than a
Yes merely uttered to please, or what is worse, to avoid trouble.
-- Mahatma Ghandi


pgpQ51eAjoDHn.pgp
Description: PGP signature


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Toomas Aas
orville weyrich wrote:
I cannot find instructions in the official
documentation, nor in the FreeBSD Dairy.
Have you read this:
http://www.vinumvm.org/vinum/replacing-drive.html
I've followed these steps to successfully recover from two cases of 
drive failure.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re[2]: Bad Host Name Error Message

2004-12-08 Thread Gerard Seibert
On Tuesday, December 07, 2004 9:59:53 PM stheg olloydson [EMAIL PROTECTED] 
wrote:

|it was said:
|
|I continually receive an error message about a bad host name. This is
|the error message:
|
|Starting cron
|Local package initialization: printerDec 7 21:20:44 [EMAIL PROTECTED]
|lpd[438]: Get_local_host: hostname '[EMAIL PROTECTED]' bad
|2004-12-07-21:20:44.236 Get_local_host: hostname '[EMAIL PROTECTED]'
|bad
|
|Hello,
|
|[EMAIL PROTECTED] is an email address, not a host name. Replace it
|something like BeerStud.rcn.com although you would be best using a
|domain name you owned rather than someone else's domain.
|
|HTH,
|
|stheg


** Reply Separator **
Wednesday, December 08, 2004 4:47:42 AM

Sorry, but it did not make one iota of difference.

Thanks anyway!


It's true hard work never killed anybody, but I figure, why take the
chance? - Ronald Reagan

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


Re: mlock error: not setgid mail

2004-12-08 Thread Vonleigh Simmons
In the last episode (Dec 07), Vonleigh Simmons said:
After updating to 5.3 I'm running into the following, I'm
getting the following error in my mail log over and over:
usr/local/libexec/mlock[755]: (64) not setgid mail
	I'm assuming it's an ownership problem, but what of?
mlock should have these permissions:
-rwx--s--x  1 root  mail  5920 Nov  7 03:50 /usr/local/libexec/mlock
mlock is part of the imap-uw port, so rebuilding that will also work.
It's recommended that you rebuild all your ports if upgrading from a
previous release.
	I rebuilt imap-uw with -DWITH_SSL_AND_PLAINTEXT, so I don't think 
that's it. Here are my permissions for mlock, they match yours:

-rwx--s--x  1 root  mail  5808 Dec  6 21:48 /usr/local/libexec/mlock
Anyone have any other ideas?
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mysql won't start on boot

2004-12-08 Thread Vonleigh Simmons
After updating to 5.3 MySQL won't start at boot time. I read UPDATING
and it says to include a line in /etc/rc.conf. But even after adding
that line:
# grep mysql /etc/rc.conf
mysql_enable=YES
It still won't start up on its own after I reboot. However doing:
I'm sitting in front of a Windows box right now, so please excuse me 
that I
reply from memory. AFAIK there is an example start script in
/usr/local/etc/init.d/ which you have to rename to mysql.sh.
I do have a file in rc.d:
# ll -d /usr/local/etc/rc.d/mysql-server.sh
-rwxr-x---  1 root  wheel  1405 Dec  6 20:28 
/usr/local/etc/rc.d/mysql-server.sh

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


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Scott Mitchell
On Tue, Dec 07, 2004 at 09:45:51PM -0800, orville weyrich wrote:
 I have been trying to figure out how to get VINUM to
 recognize a new disk after a disk failure, and no luck
 at all.
 
 I cannot find instructions in the official
 documentation, nor in the FreeBSD Dairy.
 
 Lots of places tell how to build a VINUM system. 
 Nobody ever takls about how to recover from a disk
 failure.
 
 Can someone PLEASE help me recover?  I have already
 posted complete information to this list, with no
 answer.  I will give a short version now and provide
 more info if requested.

Hi Orville,

We have successfully replaced failed drives in Vinum RAID-5 volumes several
times, on a couple of different machines.  Obviously no guarantees that
these steps will work for you, but this is what we did:

1. Pull the failed drive.  The machines in question use Intel L440GX+
   boards with hot-swap SCSI drive cages, so this was as simple as popping
   out the dead drive.

2. Plug in a new drive.  The hardware and FreeBSD seemed quite happy with
   this, whether because the new drive was identical to the old one, or our
   SCSI layer is just smart enough to deal with this, I don't know.  I've
   never had to replace a failed drive with a larger one, so I have no idea
   if this would work or not.

3. Clean any existing partition table and boot blocks off the new drive,
   just in case:

# dd if=/dev/zero of=/dev/da0 bs=1k count=1

4. Put a default BSD disklabel on the new drive:

# disklabel -w -r da0 auto

5. Edit the disklabel to add the Vinum partition:

# disklabel -e -r da0

   Just copy the 'c' partition line to 'a', change the partition type to
   'vinum' and clear out the 'fsize' and 'bsize' fields.  You can always
   check the disklabel on one of the other drives to see what it should
   look like.  Of course this assumes you're dedidating the entire disk to
   the Vinum partition.  If replacing the failed drive with a larger disk,
   adjust accordingly - the important thing is that the new partition is
   the same size as the old one.

6. Tell vinum to restart the failed subdisk:

# vinum start raid.p0.s0

7. Wait ages while the new disk is 'revived'.

I was quite impressed that the volume remained available with users
accessing it throughout this procedure :-)  To play it safe you might want
to unmount the volume before starting.

There was one instance where the machine was for some reason rebooted after
the drive failure - vinum somehow completely forgot about that subdisk when
it came back up.  I *think* we fixed this by generating a new vinum config
just for that subdisk, something like:

drive d0 device /dev/da0a

Once this was done vinum seemed happy to rebuild on the new drive.

This procedure has worked for us several times, but I have no idea if it's
the 'right' way to do this.  Maybe we're just really lucky.  So if you
follow these instructions and end up trashing your disks, it's not my
fault.  I *really* recommend having a recent backup before starting,
assuming the volume is still readable, just in case.

Good luck!

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bad Host Name Error Message

2004-12-08 Thread Dev Tugnait
Edit /etc/hosts add internal ip and host fro example if hostname is 
till.fool.net

ip till till.fool.net
* Gerard Seibert ([EMAIL PROTECTED]) wrote:
 I continually receive an error message about a bad host name. This is the 
 error message:
 
 Starting cron
 Local package initialization: printerDec 7 21:20:44 [EMAIL PROTECTED] 
 lpd[438]: 
 Get_local_host: hostname '[EMAIL PROTECTED]' bad
 2004-12-07-21:20:44.236 Get_local_host: hostname '[EMAIL PROTECTED]' bad
 
 This is the contents of my 'rc.conf' file:
 
 blanktime=3600
 [EMAIL PROTECTED]
 ifconfig_rl0=DHCP
 linux_enable=YES
 nfs_client_enable=YES
 saver=logo
 sendmail_enable=NONE
 usbd_enable=YES
 lprng_enable=YES
 clear_tmp_enable=YES
 ntpd_enable=YES
 ntpdate_flags= -b 0.pool.ntp.org
 inetd_enable=NO
 
 I have tried different combinations of 'host names', but without success. 
 My ISP is rcn.com.
 
 Thanks in advance for any assistance possible.
 
 Gerard Seibert
 [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
+--==/\/\==--+   (__)  FreeBSD  
  
|   [EMAIL PROTECTED] |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mkisofs and large files

2004-12-08 Thread Dev Tugnait
Create the iso via mkisofs use burncd or growisofs to burn the dvd.

* RW ([EMAIL PROTECTED]) wrote:
 I've been trying to burn a single large file (a 4.2 GB encrypted gbde 
 filesystem within a file) to a DVD, but mkisofs tells me the file is too 
 large. 
 
 I looked on Google and found that mkisofs had a filesize  limit of 2 GB, but 
 this was increased to 4 GB, so I dropped the filesize to 4095 MB, but it 
 still failed, so I guess the version in ports still has the 2 GB limits.
 
 Does the development version of cdrtools in ports have the 4 GB limit? If so, 
 how can  I get sysutils/dvd+rw-tools to use the newer version, is it just a 
 matter of deinstalling them both and  changing the dependence in 
 pkgtools.conf? 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
+--==/\/\==--+   (__)  FreeBSD  
  
|   [EMAIL PROTECTED] |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Stijn Hoop
Scott, your procedure is what I have used, except for:

On Wed, Dec 08, 2004 at 10:09:05AM +, Scott Mitchell wrote:
 6. Tell vinum to restart the failed subdisk:
 
   # vinum start raid.p0.s0
 
 7. Wait ages while the new disk is 'revived'.
 
 I was quite impressed that the volume remained available with users
 accessing it throughout this procedure :-)

Yes I was too -- however I wasn't as impressed with the fact that I had parity
errors afterwards. Have you run 'vinum checkparity' after these rebuilds?  In
my case I suffered data corruption...

AFAIK the only way to guarantee a consistent rebuild is to do it offline (at
least in 4.x, haven't tested gvinum in 5.x yet).

 To play it safe you might want to unmount the volume before starting.

I *have* to.

--Stijn

-- 
Coca-Cola is solely responsible for ensuring that people - too stupid to know
not to tip half-ton machines on themselves - are safe. Forget parenting - the
blame is entirely on the corporation for designing machines that look so
innocent and yet are so deadly.
-- http://www.kuro5hin.org/?op=displaystory;sid=2001/10/28/212418/42


pgp7178BubGOQ.pgp
Description: PGP signature


recompiling my kernel error

2004-12-08 Thread Spades
After I cvsup'd and recompiling my kernel, it came up with this error,
anyone has an idea on how to fix this?
--
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions 
-ansi  -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica 
-I../../contrib/ipfilter  -D_KERNEL -include 
pt_global.h  -mpreferred-stack-boundary=2  ../../dev/advansys/adwmcode.c
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions 
-ansi  -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica 
-I../../contrib/ipfilter  -D_KERNEL -include 
pt_global.h  -mpreferred-stack-boundary=2  ../../dev/an/if_an.c
{standard input}: cc: Assembler messages:
Internal compiler error: program cc1 got fatal signal 11{standard 
input}:1997:
Warning: *** Error code 1
end of file not at end of a line; newline inserted

Stop in /usr/src/sys/compile/CONF.
{standard input}:4156: bash-2.05b# Error: suffix or operands invalid for 
`sub' 

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


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Scott Mitchell
On Wed, Dec 08, 2004 at 11:52:55AM +0100, Stijn Hoop wrote:
 Scott, your procedure is what I have used, except for:
 
 On Wed, Dec 08, 2004 at 10:09:05AM +, Scott Mitchell wrote:
  6. Tell vinum to restart the failed subdisk:
  
  # vinum start raid.p0.s0
  
  7. Wait ages while the new disk is 'revived'.
  
  I was quite impressed that the volume remained available with users
  accessing it throughout this procedure :-)
 
 Yes I was too -- however I wasn't as impressed with the fact that I had
 parity errors afterwards. Have you run 'vinum checkparity' after these
 rebuilds?  In my case I suffered data corruption...

No, but I haven't seen any evidence of corruption in the ~1 year since the
last time I did this, so I guess we got away with it.

 AFAIK the only way to guarantee a consistent rebuild is to do it offline (at
 least in 4.x, haven't tested gvinum in 5.x yet).
 
  To play it safe you might want to unmount the volume before starting.
 
 I *have* to.

I normally would unmount first if possible, to make the rebuild run faster
if nothing else.  Guess I'll make sure to do so in future.

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


recompiling my kernel error

2004-12-08 Thread Spades
After I cvsup'd and recompiling my kernel, it came up with this error,
anyone has an idea on how to fix this?
--
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions
-ansi  -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica
-I../../contrib/ipfilter  -D_KERNEL -include
pt_global.h  -mpreferred-stack-boundary=2  ../../dev/advansys/adwmcode.c
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions
-ansi  -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica
-I../../contrib/ipfilter  -D_KERNEL -include
pt_global.h  -mpreferred-stack-boundary=2  ../../dev/an/if_an.c
{standard input}: cc: Assembler messages:
Internal compiler error: program cc1 got fatal signal 11{standard
input}:1997:
Warning: *** Error code 1
end of file not at end of a line; newline inserted
Stop in /usr/src/sys/compile/CONF.
{standard input}:4156: bash-2.05b# Error: suffix or operands invalid for
`sub'
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Stijn Hoop
On Wed, Dec 08, 2004 at 11:30:13AM +, Scott Mitchell wrote:
 On Wed, Dec 08, 2004 at 11:52:55AM +0100, Stijn Hoop wrote:
   I was quite impressed that the volume remained available with users
   accessing it throughout this procedure :-)
  
  Yes I was too -- however I wasn't as impressed with the fact that I had
  parity errors afterwards. Have you run 'vinum checkparity' after these
  rebuilds?  In my case I suffered data corruption...
 
 No, but I haven't seen any evidence of corruption in the ~1 year since the
 last time I did this, so I guess we got away with it.

Well I'm still not sure whether this was something hardware related as the box
is still fishy. However, in the ~5 times that I did an offline rebuild I've
never encountered parity errors as opposed to the ~3 times of online rebuilds
that definitely screwed up the parity. In addition, the author of vinum
couldn't assert that 4.x vinum supported online rebuilds (not a complaint,
just a fact), so I'm not rebuilding online anymore.

  AFAIK the only way to guarantee a consistent rebuild is to do it offline (at
  least in 4.x, haven't tested gvinum in 5.x yet).
  
   To play it safe you might want to unmount the volume before starting.
  
  I *have* to.
 
 I normally would unmount first if possible, to make the rebuild run faster
 if nothing else.  Guess I'll make sure to do so in future.

I'm just saying that in my case it didn't work out well. As with any other
advice, it might just work for you :)

--Stijn

-- 
A mouse is a device used to point at the xterm you want to type in.
-- Kim Alm, alt.sysadmin.recovery


pgp6rzoKRxgeA.pgp
Description: PGP signature


RE: different passwords for local and remote login?

2004-12-08 Thread Paul Hamilton
Hi Geert,

Couldn't you just login remotely as someone different, and then (if needed),
su to the correct user?

That's what I do.

Cheers,

Paul Hamilton

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geert Hendrickx
Sent: Wednesday, 8 December 2004 4:17 PM
To: [EMAIL PROTECTED]
Subject: different passwords for local and remote login?


Hi,

is it possible to have a different password for local (console, xdm) and
remote (ssh) logins?

I have a separate password database for my imap-server (dovecot), and I was
wondering whether this is possible with OpenSSH, too.

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


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


Re: recompiling my kernel error

2004-12-08 Thread Giorgos Keramidas
On 2004-12-08 19:11, Spades [EMAIL PROTECTED] wrote:
 After I cvsup'd and recompiling my kernel, it came up with this error,
 anyone has an idea on how to fix this?

 --
 {standard input}: cc: Assembler messages:
 Internal compiler error: program cc1 got fatal signal 11{standard
 input}:1997:
 Warning: *** Error code 1
 end of file not at end of a line; newline inserted

This is usually an indication of hardware failure:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGNAL11

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


Re: different passwords for local and remote login?

2004-12-08 Thread Geert Hendrickx
Paul Hamilton wrote:
Hi Geert,
Couldn't you just login remotely as someone different, and then (if needed),
su to the correct user?
That's what I do.
Cheers,
Paul Hamilton
Good idea -- then I would only allow a user called remote in, via
AllowUsers or AllowGroups in /etc/ssh/sshd_config.
But this makes it hard to have applications login automatically using
keys ...
GH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Scott Mitchell
On Wed, Dec 08, 2004 at 12:34:27PM +0100, Stijn Hoop wrote:
 On Wed, Dec 08, 2004 at 11:30:13AM +, Scott Mitchell wrote:
  On Wed, Dec 08, 2004 at 11:52:55AM +0100, Stijn Hoop wrote:
   AFAIK the only way to guarantee a consistent rebuild is to do it offline 
   (at
   least in 4.x, haven't tested gvinum in 5.x yet).
   
To play it safe you might want to unmount the volume before starting.
   
   I *have* to.
  
  I normally would unmount first if possible, to make the rebuild run faster
  if nothing else.  Guess I'll make sure to do so in future.
 
 I'm just saying that in my case it didn't work out well. As with any other
 advice, it might just work for you :)

Sure, I'm definitely not disagreeing with anything you're saying here.  I'm
inclined to think I have just been lucky the few times I've had to do this
in the past, and to maximise my good luck I should take the same
precautions that you do in the future :-)

I haven't played with gvinum yet either, but I'll probably be looking at a
hardware solution (FreeBSD-supported hardware RAID or network-attached
storage appliances) when the time comes to replace these servers.  Vinum
has been excellent, but I always find it really traumatic to deal with,
mostly because I have to touch it every 6 months at most.  There's always a
frantic hour re-reading the documentation, followed by a lot of I really,
really, hope this works moments before hitting Enter :-(

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Stijn Hoop
On Wed, Dec 08, 2004 at 11:54:45AM +, Scott Mitchell wrote:
 On Wed, Dec 08, 2004 at 12:34:27PM +0100, Stijn Hoop wrote:
  I'm just saying that in my case it didn't work out well. As with any other
  advice, it might just work for you :)
 
 Sure, I'm definitely not disagreeing with anything you're saying here.  I'm
 inclined to think I have just been lucky the few times I've had to do this
 in the past, and to maximise my good luck I should take the same
 precautions that you do in the future :-)

Oops, I think I didn't exactly get my point across, which was 'it may very
well be that your way works for you, which is great'. I certainly was not
trying to sound condescending (I think is the right word?).

 I haven't played with gvinum yet either, but I'll probably be looking at a
 hardware solution (FreeBSD-supported hardware RAID or network-attached
 storage appliances) when the time comes to replace these servers.  Vinum
 has been excellent, but I always find it really traumatic to deal with,
 mostly because I have to touch it every 6 months at most.  There's always a
 frantic hour re-reading the documentation, followed by a lot of I really,
 really, hope this works moments before hitting Enter :-(

Yeah, I certainly recognize those moments. Having gotten through a lot of
trouble in the last few months did do some good in that regard, I know my way
around vinum a bit more. But unfortunately I have heard some horror stories
with hardware RAID as well, so I'm staying with vinum in the forseeable future
(at least I can help to find bugs there unlike firmware bugs in a PCI
controller card).

Cheers,

--Stijn

-- 
What if everything you see is more than what you see -- the person next to
you is a warrior and the space that appears empty is a secret door to another
world? What if something appears that shouldn't? You either dismiss it, or you
accept that there is much more to the world than you think. Perhaps it really
is a doorway, and if you choose to go inside, you'll find many unexpected
things.
-- Shigeru Miyamoto


pgp1ImrAirR3E.pgp
Description: PGP signature


Re:

2004-12-08 Thread Erik Norgaard
Anita Hicklin wrote:
I was wondering if I could get instructions on how to uninstall free 
bsd.  It's on my computer and I dont' know how to use it so I was going 
to just unistall it but I  can't seem to figure it out.
Operating systems unlike other programs, you don't really uninstall - 
you overwrite the disk with whatever else you want, this happens when 
you install your new operating system. So be sure to backup any data 
that you might want to save.

But before you take such drastic decisions - the one who installed 
FreeBSD and gave you the computer can't help you getting started? :-)

Cheers, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Scott Mitchell
On Wed, Dec 08, 2004 at 01:01:30PM +0100, Stijn Hoop wrote:
 On Wed, Dec 08, 2004 at 11:54:45AM +, Scott Mitchell wrote:
  On Wed, Dec 08, 2004 at 12:34:27PM +0100, Stijn Hoop wrote:
   I'm just saying that in my case it didn't work out well. As with any other
   advice, it might just work for you :)
  
  Sure, I'm definitely not disagreeing with anything you're saying here.  I'm
  inclined to think I have just been lucky the few times I've had to do this
  in the past, and to maximise my good luck I should take the same
  precautions that you do in the future :-)
 
 Oops, I think I didn't exactly get my point across, which was 'it may very
 well be that your way works for you, which is great'. I certainly was not
 trying to sound condescending (I think is the right word?).

It's the right word, but you're not guilty of it!  I'm always willing to
learn a new/better way of doing something, especially if it avoids
potential problems - even if I haven't actually experienced those problems
myself.

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Harddisk speed: PIO4 vs. UDMA66 controller ?

2004-12-08 Thread Rob
Hi,
I have a PII PC running 5.3. The output of 'dmesg' has a line:
 atapci0: VIA 82C596B UDMA66 controller [...] at device 7.1 on pci0
And at the end, it says:
 ad0: 43979MB IBM-DTLA-307045/TX6OA50C [89355/16/63] at ata0-master PIO4
 acd0: CDROM CRD-8520B/1.00 at ata1-master PIO4
The harddisk is very new and can do UDMA100. With a UDMA66 controller
I expect the harddisk to operate at least at 66 MB/sec. Any ideas why
the speed is only PIO4?
Having a UDMA100 harddisk, working at PIO4 is too much of a pity, but
66 MB/sec would be OK.
Thanks,
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[Q] Strange boot warning

2004-12-08 Thread Anton Kazak
Hello all! This is my boot process:

Dec  6 18:19:39 P-III syslogd: kernel boot file is /boot/kernel/kernel
Dec  6 18:19:39 P-III kernel: Copyright (c) 1992-2004 The FreeBSD Project.
Dec  6 18:19:39 P-III kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 
1989, 1991, 1992, 1993, 1994
Dec  6 18:19:39 P-III kernel: The Regents of the University of California. All 
rights reserved.
Dec  6 18:19:39 P-III kernel: FreeBSD 5.3-RELEASE #3: Mon Dec  6 14:22:31 MSK 
2004
Dec  6 18:19:39 P-III kernel: 
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/P-III
Dec  6 18:19:39 P-III kernel: Timecounter i8254 frequency 1193182 Hz quality 
0
Dec  6 18:19:39 P-III kernel: CPU: Intel(R) Pentium(R) III CPU 
1200MHz (1205.80-MHz 686-class CPU)
Dec  6 18:19:39 P-III kernel: Origin = GenuineIntel  Id = 0x6b1  Stepping = 
1
Dec  6 18:19:39 P-III kernel: 
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
Dec  6 18:19:39 P-III kernel: real memory  = 536870912 (512 MB)
Dec  6 18:19:39 P-III kernel: avail memory = 51996 (495 MB)
Dec  6 18:19:39 P-III kernel: netsmb_dev: loaded
Dec  6 18:19:39 P-III kernel: npx0: [FAST]
Dec  6 18:19:39 P-III kernel: npx0: math processor on motherboard
Dec  6 18:19:39 P-III kernel: npx0: INT 16 interface
Dec  6 18:19:39 P-III kernel: pcib0: Intel 82815 (i815 GMCH) Host To Hub 
bridge pcibus 0 on motherboard
Dec  6 18:19:39 P-III kernel: pir0: PCI Interrupt Routing Table: 10 Entries 
on motherboard
Dec  6 18:19:39 P-III kernel: pci0: PCI bus on pcib0
Dec  6 18:19:39 P-III kernel: agp0: Intel 82815 (i815 GMCH) host to PCI 
bridge mem 0xd800-0xdbff at device 0.0 on pci0
Dec  6 18:19:39 P-III kernel: pcib1: PCI-PCI bridge at device 1.0 on pci0
Dec  6 18:19:39 P-III kernel: pci1: PCI bus on pcib1
Dec  6 18:19:39 P-III kernel: $PIR: ROUTE_INTERRUPT failed.
- skipped --
I do'nt idea about string $PIR: ROUTE_INTERRUPT failed

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


Re: intermittent ath0

2004-12-08 Thread Erik Norgaard
scott renna wrote:
I've been running 5.3 for a little bit now using a
d-link g520 wireless card(ath0) and using a netgear
802.11b router.  I've noticed a problem with
intermittancy.  My system seems to have issues
maintaining steady data flow for long periods of time.
 I just noticed my system is unresponsive again so i
stuck a head on it.
when i try to ping my gateway I get the message:
ping: sendto: No buffer space available
 I thought maybe using Windows drivers would fix this
issue as my wireless windows laptop has no problems.  

has anyone else run across this situation?
I posted last week similar observation. My atheros based pccard only 
works if inserted on boot, or at least before starting any memory heavy 
applications such as Mozilla and OpenOffice, while XEmacs is no problem.
If I insert the card after I have started Mozilla, I need to reboot to 
bring it up.

I have also observed the No buffer space available error.
It appears that the card needs a reserved continuous chunk of memory to 
work properly. As you use your laptop, some apps fragment the memory.

I have also experienced that if the card has been idle for a while it 
sort of disconnects. Using arping I can get things up again, but not 
with a simple ping?

I don't think usin NDIS will solve the problem. AFAIK NDIS is for use 
when everything else fails or a driver is not available.

Cheers, Erik
BTW, I'm on 6.0 but I don't think this makes any difference.
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Harddisk speed: PIO4 vs. UDMA66 controller ?

2004-12-08 Thread Rob
Rob wrote:
Hi,
I have a PII PC running 5.3. The output of 'dmesg' has a line:
 atapci0: VIA 82C596B UDMA66 controller [...] at device 7.1 on pci0
And at the end, it says:
 ad0: 43979MB IBM-DTLA-307045/TX6OA50C [89355/16/63] at ata0-master PIO4
 acd0: CDROM CRD-8520B/1.00 at ata1-master PIO4
The harddisk is very new and can do UDMA100. With a UDMA66 controller
I expect the harddisk to operate at least at 66 MB/sec. Any ideas why
the speed is only PIO4?
I just realize that I have put in /boot/loader.conf:
  hw.ata.ata_dma=0
to prevent a WRITE_DMA panic at bootup.
That's probably the reason why the harddisk speed is forced
to PIO4, right?
This 'WRITE_DMA' problem, is causing trouble on several other
of my PCs here. This is quite a nuissance with 5.3 !
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upgrading/Updating precompiled packages

2004-12-08 Thread Alex G
Hi,

I have a small system running FreeBSD. I'd like to know if there's an easy way 
to upgrade/update precompiled ports packages without using ports tree and 
portupgrade.

Thanks

Alex G

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


Re: Designed for FreeBSD stickers

2004-12-08 Thread Richard Bradley
On Wednesday 08 December 2004 3:41 am, Matthias Buelow wrote:
 Richard Bradley wrote:
  ScotGold seems reasonably priced, but once you've bought their minimum
  order of 10, you're again paying almost £5.
 
  Is there a gap in the market?

 the question is if that would be economical.  do you also buy paper
 clips one at a time? :)

For the vendors, perhaps not, but I've only got one pc :-(, whereas I've got 
lots of paper.

1 Case badge: 35p + 5p VAT
1st class postage (up to 60g): 28p
Total: 68p

I'd pay a pound or two to compensate for the low volume, but I don't really 
want to spend £5 on 68 pence of goods :-(


Rich

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


Link trade inquiry

2004-12-08 Thread Jason

It's Jason over here with the Free Stuff Sites - Directory by FunnyTaf, Inc.

Please add your free site(s) to our directory:
http://www.funnytaf.com/free/

Our homepage has a PR of 4. www.funnytaf.com 
To add your site, please go to: 
http://www.funnytaf.com/free/directory/suggest_link.php 

You can also add your site to our other directory which is here:
http://www.cardfountain.com/directory/

Thanks, 

Jason 
For questions, or comments, please reply to: ( [EMAIL PROTECTED] )
FunnyTaf Directory Links 

-- 
If you do not wish to receive future emails from me. 
http://funnytaf.com/mail/nl_unsub.php?e=cXVlc3Rpb25zQGZyZWVic2Qub3Jnid=73 
-- 

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


Memory problems:-(

2004-12-08 Thread Akhthar Parvez. K
Hi All,

I am facing a lot of memory issues with all services in the server.
Following log will tell you what is the exact problem.

dmesg
 18575 (exim-4.43-0), uid 26: exited on signal 11
pid 18595 (exim-4.43-0), uid 26: exited on signal 11
pid 18512 (httpd), uid 65534: exited on signal 11
pid 18531 (httpd), uid 65534: exited on signal 10
pid 18518 (httpd), uid 65534: exited on signal 10
pid 18516 (httpd), uid 65534: exited on signal 11
pid 18524 (httpd), uid 65534: exited on signal 11
pid 18511 (httpd), uid 65534: exited on signal 4
pid 18496 (httpd), uid 65534: exited on signal 11
pid 18494 (httpd), uid 65534: exited on signal 11
pid 18519 (httpd), uid 65534: exited on signal 10
pid 18532 (httpd), uid 65534: exited on signal 11
pid 18521 (httpd), uid 65534: exited on signal 10
pid 18510 (httpd), uid 65534: exited on signal 10
pid 18614 (httpd), uid 65534: exited on signal 11
pid 18527 (httpd), uid 65534: exited on signal 10
pid 18722 (exim-4.43-0), uid 26: exited on signal 11
pid 18806 (exim-4.43-0), uid 26: exited on signal 11
pid 18728 (exim-4.43-0), uid 26: exited on signal 11
pid 18964 (exim-4.43-0), uid 26: exited on signal 11
pid 18998 (exim-4.43-0), uid 26: exited on signal 11
pid 19004 (exim-4.43-0), uid 26: exited on signal 11
pid 19008 (exim-4.43-0), uid 26: exited on signal 11
pid 19061 (exim-4.43-0), uid 26: exited on signal 11
pid 19067 (exim-4.43-0), uid 26: exited on signal 11
pid 19073 (exim-4.43-0), uid 26: exited on signal 11
pid 18874 (exim-4.43-0), uid 26: exited on signal 11
pid 19100 (exim-4.43-0), uid 26: exited on signal 11
pid 19106 (exim-4.43-0), uid 26: exited on signal 11
pid 19115 (exim-4.43-0), uid 26: exited on signal 11
pid 19122 (exim-4.43-0), uid 26: exited on signal 11
pid 19149 (exim-4.43-0), uid 26: exited on signal 11
pid 18617 (httpd), uid 65534: exited on signal 11
pid 19161 (exim-4.43-0), uid 26: exited on signal 11
pid 19165 (exim-4.43-0), uid 26: exited on signal 11
pid 19175 (exim-4.43-0), uid 26: exited on signal 11
pid 18505 (httpd), uid 65534: exited on signal 11
pid 18691 (httpd), uid 65534: exited on signal 11
pid 19224 (exim-4.43-0), uid 26: exited on signal 11
pid 19145 (exim-4.43-0), uid 26: exited on signal 11
pid 19275 (exim-4.43-0), uid 26: exited on signal 11
pid 19302 (exim-4.43-0), uid 26: exited on signal 11
pid 19307 (exim-4.43-0), uid 26: exited on signal 11
pid 19309 (exim-4.43-0), uid 26: exited on signal 11
pid 19316 (exim-4.43-0), uid 26: exited on signal 11
pid 19220 (exim-4.43-0), uid 26: exited on signal 11
pid 19348 (exim-4.43-0), uid 26: exited on signal 11
pid 19376 (exim-4.43-0), uid 26: exited on signal 11
pid 19380 (exim-4.43-0), uid 26: exited on signal 11
pid 19388 (exim-4.43-0), uid 26: exited on signal 11
pid 19435 (exim-4.43-0), uid 26: exited on signal 11
pid 19323 (exim-4.43-0), uid 26: exited on signal 11
pid 19482 (exim-4.43-0), uid 26: exited on signal 11
pid 19496 (exim-4.43-0), uid 26: exited on signal 11
pid 19510 (exim-4.43-0), uid 26: exited on signal 11
pid 19600 (exim-4.43-0), uid 26: exited on signal 11

Anyone has any idea what might caused the issue. Following is the details abt 
memory.

 vmstat
 procs  memory  pagedisks faults  cpu
 r b w avmfre  flt  re  pi  po  fr  sr da0 md0   in   sy  cs us sy id
 9 0 0 2653476 201136 3014   4   2   0 2926  37   0   0  785 67046 5994 25 30 
45

top
141 processes: 4 running, 137 sleeping
CPU states: 14.2% user,  0.0% nice, 85.6% system,  0.2% interrupt,  0.0% idle
Mem: 842M Active, 2078M Inact, 375M Wired, 156M Cache, 199M Buf, 36M Free
Swap: 2048M Total, 32K Used, 2048M Free

Any help will be greatly appreciated.
-- 
With Regards,

Akhthar Parvez.K

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


Free BSD documentation required

2004-12-08 Thread Milind Nanal


List,

I am new to FreeBSD  finding is little difficult with administrative
commands. I have worked on RedHat  Suse.  Service startup, boot scripts,
pstree command everything seems to be different in FreeBsd  compare to
RedHat or Suse.

Can any give me good ref URL other that FreeBSD.org to refer BSD documents.
Basic admin guide, security guide, tools, commands  tips  tricks, HOWTO is
required to get hold the OS  explore in a better manner.


Regards,
 
Milind


NOTHING IS IMPOSSIBLE, Because Impossible itself says - I'M POSSIBLE



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


Anyone running FreeBSD on a HP DL140 server?

2004-12-08 Thread Paul Hamilton
Hi,
 
I would like to run FreeBSD on a cheep HP server, and the DL140 looks great
from a price point of view.
 
Has anyone tried installing FreeBSD 4.10 or 5.3 on one of these?
 
Anyone know of a current dual port NIC that is supported under FreeBSD, and
will fit into the above server?
 
I would like to use it as a web and mail server and firewall.
 
Cheers,
 
Paul Hamilton
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Questions about Installations of FreeBSD

2004-12-08 Thread Alexis Rios Ayende
I have a Virtual PC to install FreeBSD , but when i try to install appears an 
error explaining that couldn't find an ELF library. How can i fix it?


Thanks,
Alexis 

Please reply my message asap.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


About FreeBSD installation

2004-12-08 Thread Alexis Rios Ayende
Hi

Can i boot from my Virtual PC?

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


ax88790 chipset 100mbit/s support

2004-12-08 Thread [EMAIL PROTECTED]
hello,
i have a 10/100 fast ethernet pccard labeled sitecom.
it is built around the asix ax88790 chipset and runs 
at 10 mbit using the ed driver.

is 10 mbit/sec the maximum transfer rate the ed driver 
supports? 

does somebody know a way i can use this card at 100
mbit/sec on my freebsd-5.3-release system?
the dmesg output for ed0:
ed0: PCMCIA FastEthernet at port 0x300-0x31f irq 5 
function 0 config 7 on pccard1
ed0: [GIANT-LOCKED]
ed0: Ethernet address: 00:10:60:f5:e1:12
ed0: if_start running deferred for Giant

uname -a:
FreeBSD host1 5.3-RELEASE FreeBSD 5.3-RELEASE #2:
Wed Dec  1 17:01:58 CET 2004 [EMAIL PROTECTED]:/usr/src/sys
/i386/compile/NEU  i386
ifconfig ed0:
ed0: flags=108843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet 192.168.1.20 netmask 0xff00 broadcast 192.168.1.255
   inet6 fe80::210:60ff:fef5:e112%ed0 prefixlen 64 scopeid 0x3 
   ether 00:10:60:f5:e1:12

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


Re: Free BSD documentation required

2004-12-08 Thread Giorgos Keramidas
On 2004-12-08 15:55, Milind Nanal [EMAIL PROTECTED] wrote:

 I am new to FreeBSD  finding is little difficult with administrative
 commands. I have worked on RedHat  Suse.  Service startup, boot scripts,
 pstree command everything seems to be different in FreeBsd  compare to
 RedHat or Suse.

True.  FreeBSD *is* different.  It's not Linux, that's for sure :-)

Linux distributions tend to introduce local Linuxisms some times.
This is not truly bad and one can easily understand the motives behind
the additions (compatibility with other SYSV systems, ease of use, etc).

Getting used to such Linuxisms is bad though -- as you have already
discovered.  It tends to be important only when you have to switch to
some other UNIX, which is not Linux.

 Can any give me good ref URL other that FreeBSD.org to refer BSD documents.
 Basic admin guide, security guide, tools, commands  tips  tricks, HOWTO is
 required to get hold the OS  explore in a better manner.

You can start here...

  . http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics.html
  . 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/system-administration.html

Then, of course the entire Handbook may be a lot of help too...

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

Online articles and other guides are available off-site...

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

O'Reilly's OnLamp.com has an excellent list of articles for getting
started with BSD, administering BSD, e-mail, firewalls  security, or
networking...

  . http://www.onlamp.com/pub/q/all_bsd_articles
  . http://www.onlamp.com/topics/bsd/getting_started
  . http://www.onlamp.com/topics/bsd/administration
  . http://www.onlamp.com/topics/bsd/email
  . http://www.onlamp.com/topics/bsd/firewalls
  . http://www.onlamp.com/topics/bsd/security
  . http://www.onlamp.com/topics/bsd/networking

The BSDnews network has a few sites that are VERY useful...

  . http://bsdnews.com/
  . http://ezine.daemonnews.org/
  . http://support.daemonnews.org/

I guess that's enough for a good start with FreeBSD :-)

- Giorgos

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


Brighstor ARCserve Backup for Linux on FreeBSD

2004-12-08 Thread Piotr Gnyp
Have anyone tried to install Brighstor ARCserve Backup for Linux on FreeBSD?
discordia# pwd
/mnt/cdrom/agents/Linux
discordia# ./install
./install: 43: Syntax error: Bad substitution

line 43 is:
printf %-42s $INST_MSG_102 ${FILESYS_GROUP[$VCOUNT]}


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


Mounting a network drive - winxp/nfs

2004-12-08 Thread George Katsanos


Dear Sir,


I want to see the files of the other computer of my 2-pc lan , which runs 
winxp and has a nfs filesystem.


I know that i must edit /etc/fstab , and use the smbfs utility as told on the 
FAQ .

But i could not run smbfs command , and other commands like smbutil , ask a 
lot of arguments and so , i cant find my way through this.


Can you give me some basic information on how to do this (i know that RTFM is 
the way , but i really can't get the idea of this,i just know i must mount 
the network drive like a normal harddisk device , and put it on a folder )

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


Re: ax88790 chipset 100mbit/s support

2004-12-08 Thread Nelis Lamprecht
On Thu, 09 Dec 2004 02:25:30 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 hello,
 
 i have a 10/100 fast ethernet pccard labeled sitecom.
 it is built around the asix ax88790 chipset and runs
 at 10 mbit using the ed driver.
 
 is 10 mbit/sec the maximum transfer rate the ed driver
 supports?
 

If I'm not mistaken the ed driver is for isa cards and 100mbit is not
achievable on the isa bus. What happens when you type 'ifconfig ed0
media 100BaseTX mediaopt full-duplex' ?

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


Re: Designed for FreeBSD stickers

2004-12-08 Thread Vonleigh Simmons
ScotGold seems reasonably priced, but once you've bought their minimum
order of 10, you're again paying almost £5.
Is there a gap in the market?
Try ScotGold - http://www.scotgold.com/  They're located in the UK and
have a variety of BSD merchandise, not just case badges.
	I don't want to pick on the poster, but I've seen this a few times: 
people replying after, what looks like, just reading the first two 
lines of your message.

If you're going to reply, at least read what the poster is asking.
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ax88790 chipset 100mbit/s support

2004-12-08 Thread [EMAIL PROTECTED]
Nelis Lamprecht wrote:
On Thu, 09 Dec 2004 02:25:30 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
hello,
i have a 10/100 fast ethernet pccard labeled sitecom.
it is built around the asix ax88790 chipset and runs
at 10 mbit using the ed driver.
is 10 mbit/sec the maximum transfer rate the ed driver
supports?

If I'm not mistaken the ed driver is for isa cards and 100mbit is not
achievable on the isa bus. What happens when you type 'ifconfig ed0
media 100BaseTX mediaopt full-duplex' ?
nelis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
hi, 

thanks for the reply.
when i try this, i get
ifconfig: SIOCGIFMEDIA: Invalid argument
i thinks that's because the ed driver doesn't support
setting the media or mediaopts.
martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Help needed re Mozilla with libjavaplugin_oji_so

2004-12-08 Thread Kees Plonsz
Dundar Turker wrote:

 Thanks for the quick reply... But I'm not so convinced with this answer...
 May I ask how will it change the process.?  In the end the
 libjavaplugin_oji.so is the one to get loaded isn't it, which in turn
 generates the error I get.
 
 I linked libjavaplugin_oji.so (not libjavaplugin.so) on Linux systems and
 got it working fine.  many different documents instruct the same, to use
 libjavaplugin_oji.so.
 
 many thanks,
 Turker Dundar
 

I think you are right, this is how it works with netscape(on myfreebsd-5.3)

/usr/local/netscape/plugins/libjavaplugin_oji.so-
/usr/local/j2sdk1.4.2_06/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

If you get en error with Undefined Symbol, then you have a version
mismatch. 

You may have to run /usr/compat/linux/sbin/ldconfig for dynamic linking
all available libs.

In my /usr/compat/linux/etc/ld.so.conf I put:
/usr/X11R6/lib


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


Re: Harddisk speed: PIO4 vs. UDMA66 controller ?

2004-12-08 Thread Kris Kennaway
On Wed, Dec 08, 2004 at 09:41:15PM +0900, Rob wrote:

  ad0: 43979MB IBM-DTLA-307045/TX6OA50C [89355/16/63] at ata0-master PIO4
  acd0: CDROM CRD-8520B/1.00 at ata1-master PIO4
 
 The harddisk is very new and can do UDMA100. With a UDMA66 controller
 I expect the harddisk to operate at least at 66 MB/sec. Any ideas why
 the speed is only PIO4?
 
 I just realize that I have put in /boot/loader.conf:
 
   hw.ata.ata_dma=0
 
 to prevent a WRITE_DMA panic at bootup.
 That's probably the reason why the harddisk speed is forced
 to PIO4, right?

Yes.

Kris


pgpsaFtzcCtXw.pgp
Description: PGP signature


Re: ax88790 chipset 100mbit/s support

2004-12-08 Thread [EMAIL PROTECTED]
Henry Miller wrote:
On 12/9/2004 at 02:25 [EMAIL PROTECTED] wrote:

hello,
i have a 10/100 fast ethernet pccard labeled sitecom.
it is built around the asix ax88790 chipset and runs 
at 10 mbit using the ed driver.

is 10 mbit/sec the maximum transfer rate the ed driver 
supports? 

does somebody know a way i can use this card at 100
mbit/sec on my freebsd-5.3-release system?
the dmesg output for ed0:
ed0: PCMCIA FastEthernet at port 0x300-0x31f irq 5 
function 0 config 7 on pccard1
ed0: [GIANT-LOCKED]
ed0: Ethernet address: 00:10:60:f5:e1:12
ed0: if_start running deferred for Giant

uname -a:
FreeBSD host1 5.3-RELEASE FreeBSD 5.3-RELEASE #2:
Wed Dec  1 17:01:58 CET 2004 [EMAIL PROTECTED]:/usr/src/sys
/i386/compile/NEU  i386
ifconfig ed0:
ed0: flags=108843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
  inet 192.168.1.20 netmask 0xff00 broadcast 192.168.1.255
  inet6 fe80::210:60ff:fef5:e112%ed0 prefixlen 64 scopeid 0x3 
  ether 00:10:60:f5:e1:12

thanks,

thanks for your reply.
Are you sure this card is really running at 10Mbit/s?  
it takes more than 10 seconds to transfer a 10-megabyte-file.
testing the transfer speed with /usr/ports/net/netstrain shows
transfer rates of 950 K/s for receiving and 1350 K/s for sending data.
Are you sure
your hub/switch supports 100 MBit/s?  
yes.
Do you have any 10Mbs only
devices on the network?  (some hubs will not allow two different
speeds)  Are you sure your wires are all cat-5, with all wires
connected (iirc 10baseT uses less wires than 100), and good.  (I've
seen mice eat previously working cables, depending on the exact damage
done the cable may still work at 10)
Are you sure this card supports the same protocol as your hub?  Back
when 100 megabit ethernet first came out there were several different
incompatible protocols.   Most of those cards would step down to 10mbs
if they couldn't agree on a protocol.   (as I recall the hardware
engineers said about the auto speed select abilities is that the good
news is it worked, and the two end points were able to agree on a
common speed.  The bad news is you are now running  at 10Mbs)  This
situation settled down quickly, but if this card/hub combination has
never been working at 100Mbs, it might be an issue you are having.  

I'm focusing on hardware, because that is a common issue.  It could be
FreeBSD, but often it isn't.


i have used this card on this laptop on three different 10/100 mbit lans,
always using the same cat 5 cables as the other hosts.
transferring data on these networks with other hosts works at the typical 
100mbit transfer rates of 7-9 megabytes/sec. thus, i assume i can exclude 
the possibilty of a hardware problem outside of my computer.

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


Re: ffmpeg port

2004-12-08 Thread Mario Sergio Fujikawa Ferreira
On Wed, Dec 08, 2004 at 09:30:56AM +0100, Stijn Hoop wrote:
 On Wed, Dec 08, 2004 at 07:26:22PM +1100, Alastair G. Hogge wrote:
  On Wed, 8 Dec 2004 04:38, Lucas Holt wrote:
   Just an fyi, the ffmpeg port is not building propery for two possible
   reasons.  First, several of the html documents are not found and make
   dies.  Second, if you ran the install once and it failed, it created a
   symlink in /usr/local/lib/ for a libavacodec.so (or something like that).
  
   So to get it to install, comment out the doc portion of the make file and
   remove that symlink before doing make install.
  
   You will get no man pages and a waring about it but it will install the
   port.
  Actually I found that if I ran tex2html in ffmpeg/work/.../doc on the 
  *.texi 
  files, the install went OK. Even if/after the libs were symlinked.
 
 Just ran into this myself, actually the build phase should execute
 gmake in ffmpeg/work/../doc before install.

I took somewhat similar approach, I forced the detection
of texi2html which fixed everything else. Just committed the fix.
Let me know if something gets in the way.

I wish I knew what is different in my setup because I was
never able to reproduce any of these problems.

Regards,

-- 
Mario S F Ferreira - DF - Brazil - I guess this is a signature.
feature, n: a documented bug | bug, n: an undocumented feature
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mlock error: not setgid mail

2004-12-08 Thread Dan Nelson
In the last episode (Dec 08), Vonleigh Simmons said:
 In the last episode (Dec 07), Vonleigh Simmons said:
 After updating to 5.3 I'm running into the following, I'm
 getting the following error in my mail log over and over:
 
 usr/local/libexec/mlock[755]: (64) not setgid mail
 
   I rebuilt imap-uw with -DWITH_SSL_AND_PLAINTEXT, so I don't think 
 that's it. Here are my permissions for mlock, they match yours:
 
 -rwx--s--x  1 root  mail  5808 Dec  6 21:48 /usr/local/libexec/mlock
 
   Anyone have any other ideas?

The code that does the check is this:

  struct group *grp = getgrnam (mail);
  if (!grp || (grp-gr_gid != getegid ())) die (not setgid mail,EX_USAGE);

The only way I can see that failing is if getgrnam() failed to look up
the mail group, or if the gid of mlock doesn't match the gid returned
by getgrnam().  Is it possible you have two mail groups?  Compare the
output of ls -ln and your /etc/groups file.  Splitting that if() into
two parts with separate error messages will also tell you which test is
failing.

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


Re: Free BSD documentation required

2004-12-08 Thread Jerry McAllister
 
 List,
 
 I am new to FreeBSD  finding is little difficult with administrative
 commands. I have worked on RedHat  Suse.  Service startup, boot scripts,
 pstree command everything seems to be different in FreeBsd  compare to
 RedHat or Suse.
 
 Can any give me good ref URL other that FreeBSD.org to refer BSD documents.
 Basic admin guide, security guide, tools, commands  tips  tricks, HOWTO is
 required to get hold the OS  explore in a better manner.

First of all, the Handbook which you can get from the FreeBSD.org site
is your best source of information so don't discount it.

Second, make use of searching.  Google will be your friend.

Third, there are several online publications with lots of helpful
articles on various aspects of FreeBSD installation, administration 
and operation.   One of these in Onlamp.com.  There are many others.
You will come across them whevever you do searches.   Read these along 
with, not instead of, the Handbook.

Fourth, after reading these sources, starting with the Handbook
and the man pages and on through searches and online publications,
if you have additional questions or need some more directions, then
post questions to the appropriate FreeBSD Email list.   Questions is
often the most generally helpful.

jerry

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


Re: Designed for FreeBSD stickers

2004-12-08 Thread Jerry McAllister
 
 Jerry McAllister wrote:
 snip
 
  OK.  So I went and looked for them.   They are from FreeBSD Mall.
  
  Go to:   http://www.freebsdmall.com/cgi-bin/fm
  
  Select 'Promo' and then 'FreeBSD Sticker Sheet'  
  They are only $0.50 US each so get a hundred or so.
  
  There are a bunch of other promo items at that site as well.
  The 'FreeBSD Plate Logos' are nice to stick on and look more
  impressive than a mere sticker.   A FreeBSD beanie is good to
  sit on top of your monitor and keep a benevolent eye on you.
  And, of course, FreeBSD boxer shorts are a real turn on for 
  your significant other.
 
 snip
 
 Yea, what I want (and I have looked, it doesn't exist) is a FreeBSD 
 Jesus Fish like this Linux Fish here 
 (http://www.thinkgeek.com/cubegoodies/stickers/2898/).

Hmmm.   Guess you'll have to get busy and design one.
There are probably lots of small metal job shops that could
turn them out if you gave them a design.

The usual paraphenalia sites would probably carry them if they
were made available.

jerry

 
 -Tabor Kelly
 

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


Re: ffmpeg port

2004-12-08 Thread Kris Kennaway
On Wed, Dec 08, 2004 at 01:06:27PM -0200, Mario Sergio Fujikawa Ferreira wrote:
 On Wed, Dec 08, 2004 at 09:30:56AM +0100, Stijn Hoop wrote:
  On Wed, Dec 08, 2004 at 07:26:22PM +1100, Alastair G. Hogge wrote:
   On Wed, 8 Dec 2004 04:38, Lucas Holt wrote:
Just an fyi, the ffmpeg port is not building propery for two possible
reasons.  First, several of the html documents are not found and make
dies.  Second, if you ran the install once and it failed, it created a
symlink in /usr/local/lib/ for a libavacodec.so (or something like 
that).
   
So to get it to install, comment out the doc portion of the make file 
and
remove that symlink before doing make install.
   
You will get no man pages and a waring about it but it will install the
port.
   Actually I found that if I ran tex2html in ffmpeg/work/.../doc on the 
   *.texi 
   files, the install went OK. Even if/after the libs were symlinked.
  
  Just ran into this myself, actually the build phase should execute
  gmake in ffmpeg/work/../doc before install.
 
   I took somewhat similar approach, I forced the detection
 of texi2html which fixed everything else. Just committed the fix.
 Let me know if something gets in the way.

See the mail I already sent you about this (copy of build failure log
showing failure to package).

   I wish I knew what is different in my setup because I was
 never able to reproduce any of these problems.

If you don't build the port in a clean environment the build gets
polluted by other things you have installed, so you don't see the
problems others may.

Kris


pgpkqZkXmEGPm.pgp
Description: PGP signature


Re: semaphore problem with Bakbone's Netvault on FreeBSD 4.10

2004-12-08 Thread Georg Altmann
In the meantime Bakbone support managed to send me a working (binary) patch 
fixing the problem and I was asked by Bakbone to post this information. So, 
if you experience the problem described below, please contact Bakbone 
support.

Best regards,
Georg Altmann
--On Montag, November 22, 2004 19:33:51 +0100 Georg Altmann 
[EMAIL PROTECTED] wrote:

I have a problem running the backup software Netvault from Bakbone
(http://www.bakbone.com) under FreeBSD 4.10.
We are using Netvault to make backups of two servers and several
workstations in our network. Backups are first staged to disk and later
transferred to an ADIC FastStor 2 (LTO 1) library.
The problem occurs when the backup is transferred from disk to tape and
if the backup job spans multiple tapes (not virtual media!): Netvault
recognizes the end-of-media, loads a new media for the job and then hangs
endlessly trying to write to the new media.
Bakbone claims, that this is a problem with SysV shared memory and
semaphores in FreeBSD (and therefore not their software). Their support
also sent me a patch for Netvault (unfortunately not a binary one, so I
cannot test it) which is allegedly known to work around the problem. I
attached it below. Note the added #if defined(PLATFORM_FREEBSD) bits in
the code. To my understanding, the patched code polls the semaphore
instead of waiting for it.
Please also note, that I configured Netvault to use network sockets
instead of shared mem for the transfer and the problem persists (I did
this by only selecting TCP Data Transfer in the configure device tab
for both the tape and the virtual library and by adding [Data
Channels]\nForce Sockets=TRUE to configure.cfg as proposed by Bakbone
support, for anyone familiar with netvault). So I assume, the problem is
really only related to semaphores and not at all to shared memory(?).
I hope that someone can guess from the code if this really leads to a
deadlock because of a FreeBSD bug in SysV sempaphore handling.
I have already skimmed FreeBSD PRs for semaphore bugs, but no post really
seemed related to this specific problem (see
http://www.freebsd.org/cgi/query-pr-summary.cgi?category=severity=prior
ity=class=state=sort=nonetext=semaphoreresponsible=multitext=origi
nator=closedtoo=onrelease=). So, maybe somebody is able to make clear
whether I should urge Bakbone to fix their buggy software or look for a
patch for the FreeBSD kernel and/or libraries.
[ removed ]
--

Georg Altmann  Phone +49 (0)89 17809328
LAS-CAD GmbH   Fax   +49 (0)89 172594  
Brunhildenstr. 9   e-mail [EMAIL PROTECTED] 
D-80639 Munich backup [EMAIL PROTECTED] 
Germanyhttp://www.las-cad.com  

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


Re: Free BSD documentation required

2004-12-08 Thread Adam Smith
On Wed, Dec 08, 2004 at 03:55:11PM +0530, Milind Nanal said:
 
 
 List,
 
 I am new to FreeBSD  finding is little difficult with administrative
 commands. I have worked on RedHat  Suse.  Service startup, boot scripts,
 pstree command everything seems to be different in FreeBsd  compare to
 RedHat or Suse.

FreeBSD is very well documented.  And different, yes, but different in some
cool and ingenious ways! :)

http://www.freebsd.org/doc/handbook/

 Can any give me good ref URL other that FreeBSD.org to refer BSD documents.
 Basic admin guide, security guide, tools, commands  tips  tricks, HOWTO is
 required to get hold the OS  explore in a better manner.

The FreeBSD handbook will cover everything you need, and Google and this
list will do the rest :-)


-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

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


Vinum questions

2004-12-08 Thread Faisal Ali
Hello,

I want to be alerted when a disk on the server fails, does Vinum generate
syslog when a disk part of a mirror volume fails?

Faisal Ali
Kintetsu Global IT Inc.
Network Engineer
100 Jericho Quadrangle, Suite 144
Jericho, NY 11753



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


Re: Upgrading/Updating precompiled packages

2004-12-08 Thread Joshua Lokken
On Wed, 8 Dec 2004 23:49:31 +1100, Alex G [EMAIL PROTECTED] wrote:
 Hi,
 
 I have a small system running FreeBSD. I'd like to know if there's an easy 
 way to upgrade/update precompiled ports packages without using ports tree 
 and portupgrade.

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

Will explain the difference between packages and ports, and how to use
both.  In short, a package is a precompiled binary that you can install
with the 'pkg_add(1)' utility.  It sounds like that is what you want, as 
opposed to maintaining the entire  ports collection.

-- 
Joshua Lokken
Open Source Advocate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Need disk statistics

2004-12-08 Thread Brian McCann
Hi all.  I need to get the percent busy for the disks in my servers,
so that I can graph/monitor them.  I've looked into the UCD-SNMP MIBs,
but their % busy counters for disks don't appear to work.  I know I
can use iostat to get the close to instantaneous % busy, but I'm
looking for a 5 minute average.  Has anyone does this?  Any ideas on
how to get this done?

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


Re: Need disk statistics

2004-12-08 Thread Jorn Argelo
On Wed, 8 Dec 2004 12:04:58 -0500, Brian McCann wrote
 Hi all.  I need to get the percent busy for the disks in my servers,
 so that I can graph/monitor them.  I've looked into the UCD-SNMP 
 MIBs, but their % busy counters for disks don't appear to work.  I 
 know I can use iostat to get the close to instantaneous % busy,
  but I'm looking for a 5 minute average.  Has anyone does this?  Any 
 ideas on how to get this done?

MRTG, RRDtool or Nagios will do the trick. All of them can be found in the 
ports-tree. Be prepared for some work though, because it isn't that easy.

Jorn

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

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


Re: Need disk statistics

2004-12-08 Thread Brian McCann
I'm using RRDTool now for a lot of things, but it's just a
database...I need to feed in the data I need...that's the hard
part...getting the data.  Same goes with Nagios/Netsaint.  I know they
do the disk % used, but I'm fairly confident they don't do busy
%...I'll check though...I forgot about that.

Thanks,
--Brian  


On Wed, 8 Dec 2004 18:07:21 +0100, Jorn Argelo [EMAIL PROTECTED] wrote:
 On Wed, 8 Dec 2004 12:04:58 -0500, Brian McCann wrote
 
 
  Hi all.  I need to get the percent busy for the disks in my servers,
  so that I can graph/monitor them.  I've looked into the UCD-SNMP
  MIBs, but their % busy counters for disks don't appear to work.  I
  know I can use iostat to get the close to instantaneous % busy,
   but I'm looking for a 5 minute average.  Has anyone does this?  Any
  ideas on how to get this done?
 
 MRTG, RRDtool or Nagios will do the trick. All of them can be found in the
 ports-tree. Be prepared for some work though, because it isn't that easy.
 
 Jorn
 
 
  Thanks,
  --Brian
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


configuration of XFree86

2004-12-08 Thread Leon
Hi,
I'm first time installing FreeBSD.
I'm trying to configure X server.


And I have a problem with configuring  of X server.

I use the instructions for installation and configuration.
Which says: use /stand/sysinstall
Take Configure
Then pick XFree86

The problem is that I can't find XFree86; it's not there.
So, how can I configure X server?

Can you send me a link,or instruction how can I do it?

And the second question is the funny one.

How can I see help on the FreeBSD?
I have tried MAIN but it did not work.
What command should I use?

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


Re: mkisofs and large files

2004-12-08 Thread Vulpes Velox
On Wed, 8 Dec 2004 04:08:12 +
RW [EMAIL PROTECTED] wrote:

 I've been trying to burn a single large file (a 4.2 GB encrypted
 gbde filesystem within a file) to a DVD, but mkisofs tells me the
 file is too large. 
 
 I looked on Google and found that mkisofs had a filesize  limit of 2
 GB, but this was increased to 4 GB, so I dropped the filesize to
 4095 MB, but it still failed, so I guess the version in ports still
 has the 2 GB limits.
 
 Does the development version of cdrtools in ports have the 4 GB
 limit? If so, how can  I get sysutils/dvd+rw-tools to use the newer
 version, is it just a matter of deinstalling them both and  changing
 the dependence in pkgtools.conf? 

What steps are you taking to burn it to dvd?

I have not had any problems burning DVDs over 2GB in size, so I am
pretty sure it is not that.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mkisofs and large files

2004-12-08 Thread Paul Mather
On Wed, 8 Dec 2004 04:08:12 +, RW
[EMAIL PROTECTED] wrote:

 I've been trying to burn a single large file (a 4.2 GB encrypted gbde 
 filesystem within a file) to a DVD, but mkisofs tells me the file is too 
 large. 
 
 I looked on Google and found that mkisofs had a filesize  limit of 2 GB, but 
 this was increased to 4 GB, so I dropped the filesize to 4095 MB, but it 
 still failed, so I guess the version in ports still has the 2 GB limits.

The mkisofs of sysutils/cdrtools has the 2 GB limitation; the mkisofs
installed by sysutils/cdrtools-devel does not.

 Does the development version of cdrtools in ports have the 4 GB limit? If so, 
 how can  I get sysutils/dvd+rw-tools to use the newer version, is it just a 
 matter of deinstalling them both and  changing the dependence in 
 pkgtools.conf? 

The sysutils/dvd+rw-tools port just looks to see if you have a
${LOCALBASE}/bin/mkisofs present.  If not, it will install the
sysutils/cdrtools port.  Because sysutils/cdrtools-devel installs into
the same place as sysutils/cdrtools, if you have the
sysutils/cdrtools-devel port installed then sysutils/dvd+rw-tools will
use its version of mkisofs.

But, I would issue a big caveat about what you are proposing to do: you
may be able to burn the DVD, but it is likely that you will not be able
to access the large ( 2 GB) file under FreeBSD from the burned disc.

I ran into this problem myself.  I wanted to burn a  2 GB file to DVD
and was able to do this successfully after installing the
sysutils/cdrtools-devel version of mkisofs and using the sysutils/dvd
+rw-tools port.  But, attempts to access the file fail from the mounted
burned DVD.  For example, if you try and ls the file, you'll get
something along the lines of ls: foo.tgz: Value too large to be stored
in data type and attempts to access the file will fail.

I believe the problem is that the kernel cd9660 filesystem support in
FreeBSD only understands the older  2 GB format.  BTW, I could use the
file under Windows XP, and was able to verify the file correct via a MD5
checksum against the original file I burned.  The file on DVD was
unusable under FreeBSD, though.

So, because you might be burning FreeBSD-specific data (GBDE), the
ability to access the burned data under FreeBSD sounds like a necessity.
You should consider the caveat I mentioned, therefore, and perhaps try
and slice your data into  2 GB pieces.  (DVD-Video slices its video
into  1 GB pieces.)

Cheers,

Paul.
-- 
e-mail: [EMAIL PROTECTED]

Without music to decorate it, time is just a bunch of boring production
 deadlines or dates by which bills must be paid.
--- Frank Vincent Zappa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: configuration of XFree86

2004-12-08 Thread Jerry McAllister
 
 Hi,
 I'm first time installing FreeBSD.
 I'm trying to configure X server.
 
 
 And I have a problem with configuring  of X server.
 
 I use the instructions for installation and configuration.
 Which says: use /stand/sysinstall
 Take Configure
 Then pick XFree86
 
 The problem is that I can't find XFree86; it's not there.
 So, how can I configure X server?
 
 Can you send me a link,or instruction how can I do it?

I am presuming you are installing FreBSD 5.xxx.
You need to read the handbook, the release notes and some of 
the many postings on this list dealing with this subject.

XFree86 has been replaced by Xorg in version 5.xxx and beyond.

 
 And the second question is the funny one.
 
 How can I see help on the FreeBSD?
 I have tried MAIN but it did not work.
 What command should I use?

Try 'man man'

jerry

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


Re: mysql won't start on boot

2004-12-08 Thread Markus Hoenicka
Vonleigh Simmons writes:
   /usr/local/etc/init.d/ which you have to rename to mysql.sh.
  
   I do have a file in rc.d:
  

Ah, sure. init.d is linuxish.

It just so happened that I installed a 5.3 box from scratch in the
last couple of days. MySQL wasn't installed yet, so I grabbed the
packages mysql-server-4.1.5.tbz and mysql-client-4.1.5.tbz. After
adding them, there were the following start scripts in
/usr/local/etc/rc.d:

000.mysql-client.sh
mysql-server.sh

I did not edit any config file but went right ahead to reboot the
box. mysqld came up as intended.

Do you use ports or a different MySQL version, by any chance?

What happens if you run /usr/local/etc/rc.d/mysql-server.sh start
manually? Does the log file enlighten you
(/var/db/mysql/[boxname].err)?

regards,
Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with mhoenicka)
http://www.mhoenicka.de

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


Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 15:16, Vulpes Velox wrote:
 On Wed, 8 Dec 2004 04:08:12 +

 RW [EMAIL PROTECTED] wrote:
  I've been trying to burn a single large file (a 4.2 GB encrypted
  gbde filesystem within a file) to a DVD, but mkisofs tells me the
  file is too large.
 
  I looked on Google and found that mkisofs had a filesize  limit of 2
  GB, but this was increased to 4 GB, so I dropped the filesize to
  4095 MB, but it still failed, so I guess the version in ports still
  has the 2 GB limits.
 
  Does the development version of cdrtools in ports have the 4 GB
  limit? If so, how can  I get sysutils/dvd+rw-tools to use the newer
  version, is it just a matter of deinstalling them both and  changing
  the dependence in pkgtools.conf?

 What steps are you taking to burn it to dvd?

 I have not had any problems burning DVDs over 2GB in size, so I am
 pretty sure it is not that.

There is no problem with DVDs over 2 GB, the problem is with a single file 
over 2 GB, since mkisofs will simply ignore it.  Anyway I went ahead and 
installed cdrtools-devel-2.01a38 and was able to burn a 3.999 GB file. 

I don't normally use development versions  and I wasn't sure how dvd+rw-tools 
would build with  cdrtools-devel rather than cdrtools but it actually just 
left a stale dependence.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bad Host Name Error Message

2004-12-08 Thread polymorph
I continually receive an error message about a bad host name. This is the 
error message:

Starting cron
Local package initialization: printerDec 7 21:20:44 [EMAIL PROTECTED]
lpd[438]: Get_local_host: hostname '[EMAIL PROTECTED]' bad
2004-12-07-21:20:44.236 Get_local_host: hostname '[EMAIL PROTECTED]' 

[EMAIL PROTECTED] is an email address, not a host name. Replace it
something like BeerStud.rcn.com although you would be best using a
domain name you owned rather than someone else's domain.

I had a problem similar to this. I know of one way to fix it and another 
potential way. First you can find out what your real host name is by using:

traceroute your.ip.address

that will output some information like this:

traceroute to your.ip.address (your.ip.address), 64 hops max, 40 byte packets
 1  here.will.be.your.host.name (your.ip.address)  0.508 ms  0.547 ms  0.650 ms

As mentioned before, the host name will not have any @. This will be your 
real host name assigned by your ISP and is what you should use unless you have 
some reason not to. 

Second you could probably use the /etc/hosts file to map any name to your 
current ip address. I have not done this so I am just guessing on this point. 
It is likely far easier to use your real host name as described above.

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


Re: configuring sound card on P4SP-MX SE

2004-12-08 Thread Paulo Fonseca Jr.
On Tuesday 07 December 2004 20:20, Lowell Gilbert wrote:
 Paulo Fonseca Jr. [EMAIL PROTECTED] writes:
  I tried to configure my kernel including device pcm to set soundmax card
  on P4SP-MX SE motherboard but config not runs ok: device pcm is
  unknown.
 
  Somebody who already installed this device on ASUS motherboard can help
  me ?

 [I know nothing about your particular hardware, but...]
 Try loading the drivers for the sound devices.
 Just do a kldload snd_driver and it will load all of them.

My kernel was compiled with device sound and device snd_sbc after install 
a Creative Sound Blaster and verify that my on board soundmax is not 
supported by freebsd (handbook, section sound-setup - Audio devices). Even 
thus soundmax, the pcm0 is recognized by dmesg but appears detached 
and /dev/dsp and /dev/sndstat not exist.

any idea?

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


Sorry to bother you ,but...

2004-12-08 Thread me
Dear [EMAIL PROTECTED]

GTK-Server is a program that allows scripts to have
a graphical interface with I/O. It also works with
several programming languages. The one I am most interested
in is yabasic.

I am working with Peter Van Eerten to try to get 
GTK-Server working on FreeBSD 5.3. Peter is the
author and the software works great on linux and
windows.

Peter has managed to get it compiled on FreeBSd5.3,
however when run a yabasic demo program that uses
GTK-Server, I get an error message that library
nss_dns.so.1 is missing.

I have searched the ports tree and found references 
to this in files in these locations...

eshop1# grep -r -i nss_dns /usr/ports/*
/usr/ports/devel/linux_devtools-6/pkg-plist.alpha:usr/lib/libnss_dns.so
/usr/ports/devel/linux_devtools-6/pkg-plist.i386:usr/lib/libnss_dns.so
/usr/ports/devel/linuxthreads/files/patch-aa:-otherlibs +=
$(nssobjdir)/libnss_files.ans.a \
/usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns-2.2.4.so
/usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns.so.1.1
/usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns.so.2
/usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns-2.2.4.so
/usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns.so.1
/usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns.so.2
/usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns-2.1.3.so
/usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns.so.1.1
/usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns.so.2
/usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns-2.1.3.so
/usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns.so.1
/usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns.so.2
/usr/ports/emulators/linux_base-debian/pkg-plist:lib/libnss_dns-2.2.5.so
/usr/ports/emulators/linux_base-debian/pkg-plist:lib/libnss_dns.so.2

I am not enough of an expert or guru to know how to get this
library installed , or even if it should be installed on a 
FBSD5.3 system.

Any suggestions or help you can give us would be appreciated.

I've googled already and found some references to nss_dns.so.1
and FreeBSD5.3 , but there were no suggestions or fixes that
I could find.

If this is a dead end, and you can let us know or write me to
give me any pointers, please do so at your convenience.

Barry A. Tigner
Electronics Shop mgr.
Physics and Astronomy dept.
Michigan State University

FreeBSd user since 1996.



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


Re: Memory problems:-(

2004-12-08 Thread Jonathan Chen
On Wed, Dec 08, 2004 at 06:29:27PM +0530, Akhthar Parvez. K wrote:
 Hi All,
 
 I am facing a lot of memory issues with all services in the server.
 Following log will tell you what is the exact problem.
 
 dmesg
  18575 (exim-4.43-0), uid 26: exited on signal 11

[...]
 pid 19600 (exim-4.43-0), uid 26: exited on signal 11
 

Like you said, memory problems. I'd change your memory sticks
if I were your.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  Opportunity does not knock,
   it presents itself when you beat down the door - W.E. Channing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 17:42, Paul Mather wrote:
 On Wed, 8 Dec 2004 04:08:12 +, RW

 [EMAIL PROTECTED] wrote:
  I've been trying to burn a single large file (a 4.2 GB encrypted gbde
  filesystem within a file) to a DVD, but mkisofs tells me the file is too
  large.
 
  I looked on Google and found that mkisofs had a filesize  limit of 2 GB,
  but this was increased to 4 GB, so I dropped the filesize to 4095 MB, but
  it still failed, so I guess the version in ports still has the 2 GB
  limits.

 The mkisofs of sysutils/cdrtools has the 2 GB limitation; the mkisofs
 installed by sysutils/cdrtools-devel does not.
...
 But, I would issue a big caveat about what you are proposing to do: you
 may be able to burn the DVD, but it is likely that you will not be able
 to access the large ( 2 GB) file under FreeBSD from the burned disc.

Ah, you're right df reports the size correctly, but nothing else works.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dhcpd error - rrset doesn't exist add...timed out.

2004-12-08 Thread Paulo Fonseca Jr.
Hi,

I'm receiving the folowing error when a windows machine to try a connection 
with internet through freebsd adsl (ppp) gateway: IF windows.myisp.com.br IN 
A rrset doesn't exist add windows.myisp.com.br 300 IN A 192.168.0.3: timed 
out. I'm not running a dns on

My dhcpd.conf:
 option domain-name myisp.com.br;
 option domain-name-servers 200.215.1.3;
 ddns-update-style ad-hoc;
 log-facility daemon; 
 option routers 192.168.0.1;
 subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.2 192.168.0.254
 }

In my rc.conf:
 ...
 ifconfig_xl0=inet 192.168.0.1 netmask 255.255.255.0
 dhcp_options=xl0
 dhcpd_enable=yes
 ...

Anybody can help me!

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


Re: mkisofs and large files

2004-12-08 Thread Randy Grafton
growisofs is your solution. It is in the dvd+r-tools port in 
/usr/pots/sysutils.
This was supposed to be a front end to mkisofs and therefore handles 
most of the options that mkisofs has.
It also allows you to burn directly to disc! (I use this one a lot, 
great for backups).

-Randy
RW wrote:
On Wednesday 08 December 2004 17:42, Paul Mather wrote:
 

On Wed, 8 Dec 2004 04:08:12 +, RW
[EMAIL PROTECTED] wrote:
   

I've been trying to burn a single large file (a 4.2 GB encrypted gbde
filesystem within a file) to a DVD, but mkisofs tells me the file is too
large.
I looked on Google and found that mkisofs had a filesize  limit of 2 GB,
but this was increased to 4 GB, so I dropped the filesize to 4095 MB, but
it still failed, so I guess the version in ports still has the 2 GB
limits.
 

The mkisofs of sysutils/cdrtools has the 2 GB limitation; the mkisofs
installed by sysutils/cdrtools-devel does not.
...
But, I would issue a big caveat about what you are proposing to do: you
may be able to burn the DVD, but it is likely that you will not be able
to access the large ( 2 GB) file under FreeBSD from the burned disc.
   

Ah, you're right df reports the size correctly, but nothing else works.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

 

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


configuration of XFree86

2004-12-08 Thread Markus Hoenicka
Leon writes:
  Hi,
  I'm first time installing FreeBSD.
  I'm trying to configure X server.
  
  
  And I have a problem with configuring  of X server.
  
  I use the instructions for installation and configuration.
  Which says: use /stand/sysinstall
  Take Configure
  Then pick XFree86
  

Newer versions of FreeBSD (and Linux, and others) use X.Org instead of
XFree86. Use that. If you start from scratch, use the X developer (or
any other X) distro, and everything you'll need will be
installed. Once done with sysinstall, type xorgconfig to run the X.Org
setup tool (all from your root account).

In your user account, create a suitable .xinitrc file in your home
directory. One line like:

startkde

(if you install KDE) or

afterstep

(if you like it simple) should be enought. Then type startx to fire
up the X Window system.

  The problem is that I can't find XFree86; it's not there.
  So, how can I configure X server?
  
  Can you send me a link,or instruction how can I do it?
  
  And the second question is the funny one.
  
  How can I see help on the FreeBSD?
  I have tried MAIN but it did not work.
  What command should I use?
  

Help is spelled man on Unix (and yes, it's case-sensitive). Type
man man to learn about it.

regards,
Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with mhoenicka)
http://www.mhoenicka.de

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


Re: Designed for FreeBSD stickers

2004-12-08 Thread Ian Smith
Jerry wrote:
  Chris wrote:
[..]
   For myself, I want one so I can stick it on my desktop at home so
  it'll look better to casual computer users and to annoy my wife that
  my desktop is better than her gentoo desktop. 

  OK.  So I went and looked for them.   They are from FreeBSD Mall.
  
  Go to:   http://www.freebsdmall.com/cgi-bin/fm
  
  Select 'Promo' and then 'FreeBSD Sticker Sheet'  
  They are only $0.50 US each so get a hundred or so.

http://www.freebsdmall.com/cgi-bin/fm/bsdsticker?id=d7udMbaWmv_pc=109

The bottom 2/3 of these are the ones that came with our original FreeBSD
2.2.6 boxed set.  Or maybe it was the 2.1.6 handmedown a friend had sent
me as (successful) beastie-bait sometime before then, early '98?

The black, square ones adorn a couple of our boxes. People do notice, at
least once having been dragged into our little server room having on its
door the banner-size 'powerlogo' one shown on right, and nothing else :)

  There are a bunch of other promo items at that site as well.
  The 'FreeBSD Plate Logos' are nice to stick on and look more
  impressive than a mere sticker. A FreeBSD beanie is good to
  sit on top of your monitor and keep a benevolent eye on you.
  And, of course, FreeBSD boxer shorts are a real turn on for 
  your significant other.

Dunno, I quite like the unconventional recessed look of the stickers ..
and your SO thinks you spend quite enough time with The Beastie already!

Cheers, Ian

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


Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 18:54, Randy Grafton wrote:
 growisofs is your solution. 

No, it isn't. I originally hit the problem using growisofs, although the error 
comes from mkisofs. Installing the development version of mkisofs solves the 
burning problem, but FreeBSD can't use the file.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mysql won't start on boot

2004-12-08 Thread Vonleigh Simmons
What happens if you run /usr/local/etc/rc.d/mysql-server.sh start
manually? Does the log file enlighten you
(/var/db/mysql/[boxname].err)?
	I think you may have found it. I was able to stop mysql using the rc 
script. However starting it back up did nothing:

# /usr/local/etc/rc.d/mysql-server.sh start
Starting mysql.
	Yet mysql never started up, here is the error log:
---
041208 14:07:26  mysqld started
041208 14:07:26 [ERROR] Can't find messagefile 
'/usr/local/share/mysql/english/errmsg.sys'
041208 14:07:26 [ERROR] Aborting

041208 14:07:26  mysqld ended
---
I do have the file it's complaining about:
# ll -d /usr/local/share/mysql/english/errmsg.sys
-r--r--r--  1 root  wheel  16568 Dec  6 20:28 
/usr/local/share/mysql/english/err
msg.sys

	If I start it up with mysql_safe using what I think the script is 
using as startup:

# /usr/local/bin/mysqld_safe --user=mysql --datadir=/var/db/mysql
--pid-file=/var/db/mysql/alpargata.net.pid 
	Then it starts up just fine:
---
041208 14:07:32  mysqld started
041208 14:07:32  InnoDB: Started; log sequence number 0 43912
/usr/local/libexec/mysqld: ready for connections.
Version: '4.1.7'  socket: '/tmp/mysql.sock'  port: 3306  FreeBSD port: 
mysql-server-4.1.7
---

So I'm really not sure what's going on.
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mlock error: not setgid mail

2004-12-08 Thread Vonleigh Simmons
In the last episode (Dec 08), Vonleigh Simmons said:
In the last episode (Dec 07), Vonleigh Simmons said:
After updating to 5.3 I'm running into the following, I'm
getting the following error in my mail log over and over:
usr/local/libexec/mlock[755]: (64) not setgid mail
I rebuilt imap-uw with -DWITH_SSL_AND_PLAINTEXT, so I don't think
that's it. Here are my permissions for mlock, they match yours:
-rwx--s--x  1 root  mail  5808 Dec  6 21:48 /usr/local/libexec/mlock
	Anyone have any other ideas?
The code that does the check is this:
  struct group *grp = getgrnam (mail);
  if (!grp || (grp-gr_gid != getegid ())) die (not setgid 
mail,EX_USAGE);

The only way I can see that failing is if getgrnam() failed to look up
the mail group, or if the gid of mlock doesn't match the gid returned
by getgrnam().  Is it possible you have two mail groups?  Compare the
output of ls -ln and your /etc/groups file.  Splitting that if() into
two parts with separate error messages will also tell you which test is
failing.
I do have to mail groups, but they're named differently:
# grep mail /etc/group
mail:*:6:clamav
mailnull:*:26:
	I ran chkgrp just in case and it runs silently, also checked to see if 
maybe there's two groups with the ID 6, but that isn't the case either. 
Does one have to 'reload' the groups like the master.password file?

# ls -ln /usr/local/libexec/mlock
-rwx--s--x  1 0  6  5808 Dec  6 21:48 /usr/local/libexec/mlock
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: mysql won't start on boot

2004-12-08 Thread Haulmark, Chris
Someone broke the silence: 

 What happens if you run /usr/local/etc/rc.d/mysql-server.sh start
 manually? Does the log file enlighten you
 (/var/db/mysql/[boxname].err)?
 
   I think you may have found it. I was able to stop mysql
 using the rc
 script. However starting it back up did nothing:
 
 # /usr/local/etc/rc.d/mysql-server.sh start
 Starting mysql.
 
   Yet mysql never started up, here is the error log: ---
 041208 14:07:26  mysqld started
 041208 14:07:26 [ERROR] Can't find messagefile
 '/usr/local/share/mysql/english/errmsg.sys'
 041208 14:07:26 [ERROR] Aborting
 
 041208 14:07:26  mysqld ended
 ---
 
   I do have the file it's complaining about:
 
 # ll -d /usr/local/share/mysql/english/errmsg.sys
 -r--r--r--  1 root  wheel  16568 Dec  6 20:28
 /usr/local/share/mysql/english/err
 msg.sys
 
   If I start it up with mysql_safe using what I think the
 script is
 using as startup:
 
 # /usr/local/bin/mysqld_safe --user=mysql --datadir=/var/db/mysql
 --pid-file=/var/db/mysql/alpargata.net.pid 
 
   Then it starts up just fine:
 ---
 041208 14:07:32  mysqld started
 041208 14:07:32  InnoDB: Started; log sequence number 0 43912
 /usr/local/libexec/mysqld: ready for connections.
 Version: '4.1.7'  socket: '/tmp/mysql.sock'  port: 3306
 FreeBSD port:
 mysql-server-4.1.7
 ---
 
   So I'm really not sure what's going on.

Since you didn't mention which mysql version you are using..I will say this.

In the /usr/ports/UPDATING...there is a paragraph.

20041031:
  AFFECTS: users of databases/mysql40-server
  AUTHOR: [EMAIL PROTECTED]

  The MySQL Daemon must now be enabled / disabled in rc.conf.
  See the script for details.

Is there such an entry in the rc.conf?

Chris


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


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


Re: Sorry to bother you ,but...

2004-12-08 Thread CHris Rich
 Peter has managed to get it compiled on FreeBSd5.3,
 however when run a yabasic demo program that uses
 GTK-Server, I get an error message that library
 nss_dns.so.1 is missing.
 
 I have searched the ports tree and found references
 to this in files in these locations...
 
 eshop1# grep -r -i nss_dns /usr/ports/*
 /usr/ports/devel/linux_devtools-6/pkg-plist.alpha:usr/lib/libnss_dns.so
 /usr/ports/devel/linux_devtools-6/pkg-plist.i386:usr/lib/libnss_dns.so
 /usr/ports/devel/linuxthreads/files/patch-aa:-otherlibs +=
 $(nssobjdir)/libnss_files.ans.a \
 /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns-2.2.4.so
 /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns.so.1.1
 /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns.so.2
 /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns-2.2.4.so
 /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns.so.1
 /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns.so.2
 /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns-2.1.3.so
 /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns.so.1.1
 /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns.so.2
 /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns-2.1.3.so
 /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns.so.1
 /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns.so.2
 /usr/ports/emulators/linux_base-debian/pkg-plist:lib/libnss_dns-2.2.5.so
 /usr/ports/emulators/linux_base-debian/pkg-plist:lib/libnss_dns.so.2
 
 I am not enough of an expert or guru to know how to get this
 library installed , or even if it should be installed on a
 FBSD5.3 system.
 
I am not an expert, and this may be obvious and it may not be
completelybut seeing as it appears to be using the linux
compability have you checked the man pages for linprocfs? if not maybe
that would be a direction to consider...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mysql won't start on boot

2004-12-08 Thread Vonleigh Simmons
Since you didn't mention which mysql version you are using..I will say 
this.

In the /usr/ports/UPDATING...there is a paragraph.
20041031:
  AFFECTS: users of databases/mysql40-server
  AUTHOR: [EMAIL PROTECTED]
  The MySQL Daemon must now be enabled / disabled in rc.conf.
  See the script for details.
Is there such an entry in the rc.conf?
Yes, was in my original message but you caught us half-way:
# grep mysql /etc/rc.conf
mysql_enable=YES
I'm using the mysql from ports.
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mlock error: not setgid mail

2004-12-08 Thread Vonleigh Simmons
The code that does the check is this:
  struct group *grp = getgrnam (mail);
  if (!grp || (grp-gr_gid != getegid ())) die (not setgid 
mail,EX_USAGE);

The only way I can see that failing is if getgrnam() failed to look up
the mail group, or if the gid of mlock doesn't match the gid returned
by getgrnam().  Is it possible you have two mail groups?  Compare the
output of ls -ln and your /etc/groups file.  Splitting that if() into
two parts with separate error messages will also tell you which test is
failing.
	I also ran a find with the group name and ID, maybe someone can let me 
know if I'm missing any files:

# find / -group mail
/usr/local/etc/sasldb.db
/usr/local/libexec/mlock
/var/mail
/var/tmp/temproot/var/mail
# find / -group 6
/usr/local/etc/sasldb.db
/usr/local/libexec/mlock
/var/mail
/var/tmp/temproot/var/mail
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mysql won't start on boot

2004-12-08 Thread Joshua Lokken
On Wed, 8 Dec 2004 12:05:13 -0800, Vonleigh Simmons
[EMAIL PROTECTED] wrote:
  What happens if you run /usr/local/etc/rc.d/mysql-server.sh start

 # /usr/local/etc/rc.d/mysql-server.sh start
 Starting mysql.
 
Yet mysql never started up, here is the error log:
 ---
 041208 14:07:26  mysqld started
 041208 14:07:26 [ERROR] Can't find messagefile
 '/usr/local/share/mysql/english/errmsg.sys'
 041208 14:07:26 [ERROR] Aborting
 
 041208 14:07:26  mysqld ended
 ---

The documentation specifies that the above is not the way to
start mysql.
 

 
If I start it up with mysql_safe using what I think the script is
 using as startup:
 
 # /usr/local/bin/mysqld_safe --user=mysql --datadir=/var/db/mysql
 --pid-file=/var/db/mysql/alpargata.net.pid 
 
Then it starts up just fine:
 ---
 041208 14:07:32  mysqld started
 041208 14:07:32  InnoDB: Started; log sequence number 0 43912
 /usr/local/libexec/mysqld: ready for connections.
 Version: '4.1.7'  socket: '/tmp/mysql.sock'  port: 3306  FreeBSD port:
 mysql-server-4.1.7
 ---

And you found the correct way.  However, I do not know why it is
not starting at boot time.

-- 
Joshua Lokken
Open Source Advocate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FAT32 Partition?

2004-12-08 Thread Phusion
I'm having problems accessing a shared FAT32 partition in FreeBSD 5.3.
When I try to mount the partition, it says: bad FAT32 filesystem. I'll
explain what I'm trying to do, and what I've tried. I have one hard
drive, and I'm trying to get Windows XP Pro, FreeBSD 5.3, and Fedora
on it. I want to have one FAT32 partition that is shared between all
three operating systems. Here's the steps I've followed.

- Install Windows XP Pro
  create a primary partition, NTFS
- Install FreeBSD 5.3
  create a primary partition, UFS2
- Install Fedora
  manually partition with disk druid, create a boot partition, FAT
partition, and swap drive

  Here's what the partitions look like to Fedora.
hdc1   ntfs (Primary)
hdc2   bsd (Primary)
hdc3 / ext3 (Primary)
hdc4   Extended
  hdc5   /share vfat
  hdc6 swap

When tried this way, the FAT32 partition is created by Fedora. The
partition can be read + written to in Windows XP, and Fedora. In
FreeBSD I can't mount it. Can FreeBSD 5.3 read FAT32 partitions on
extended partitions? When I create the FAT32 partition as a primary
partition I can read and write to it in FreeBSD fine. Does anyone have
advice on how I can do this. If so let me know. Thanks.

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


Samba/two Win2K machines

2004-12-08 Thread Patrick Lindholm
Hello
I have tried to find solution to my problem for a while but have only found 
solutions to why is Samba on Freebsd between Win2k too slow. Mine wokrs 
fine between win2k and BSD box.

I have freebsd 4.10  and 10MB network. With pentium 300mhz and 128MB memory 
running samba-3.0.5  i´m not very familiar with networking :-) .  Also 2 x 
win2k sp4 machines (1800) and 80gt DMA133 drives. the problem is only when 
i try to transfer files between the win2k machines. about 100mb of stuff 
and win2k tells me that it lasts 25minutes. And it does. The hub collision 
led is most of the time on. I think this should be faster. I´dont know if 
this problem is caused by samba or freebsd at all but i can´t really find 
any info about just this kind of problem or being just stupid or something. 
Everything else works fine.

did also the TCPDUMP stuff  i´dont know if this helps
21:53:58.545956 192.168.255.254.2751  192.168.0.2.netbios-ssn: P 
3841245174:3841245227(53) ack 4235200213 win 17308 NBT Packet (DF)
21:53:58.546134 192.168.0.2.netbios-ssn  192.168.255.254.2751: P 1:54(53) 
ack 53 win 16195 NBT Packet (DF)

And so on with that ack value growing?
here is also the smb.conf file...  My friend has configured it for me long 
time ago.. i don´t know how to catch my friend anymore.

add machine script = /usr/local/scripts/smb-add-machine %u
log level = 1
socket options = TCP_NODELAY
read raw = yes
write raw = yes
oplocks = no
max xmit = 65535
dead time = 15
getwd cache = yes
netbios name = Bsdgateway
workgroup = JUHONKATU
server string = FreeBSDMylly
os level = 65
preferred master = yes
domain master = yes
local master = yes
security = user
encrypt passwords = yes
domain logons = yes
timeserver = yes
display charset = ISO8859-15
unix charset = ISO8859-15
wins support=true
wins proxy=yes
dos filetime resolution=yes
interfaces = rl0
[netlogon]
path = /samba/netlogon
read only = yes
write list = @yllapito
browseable = no
and the other things...
So i´m only hoping someone can help me with this problem...
Oh forgot to mention that i have tested the both fullduplex and half-duplex 
settings and that from WIN machines. No luck.  Thank you.

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


Re: Sorry to bother you ,but...

2004-12-08 Thread pete wright
 Peter has managed to get it compiled on FreeBSd5.3,
 however when run a yabasic demo program that uses
 GTK-Server, I get an error message that library
 nss_dns.so.1 is missing.
 
 I have searched the ports tree and found references
 to this in files in these locations...
 
 eshop1# grep -r -i nss_dns /usr/ports/*
 /usr/ports/devel/linux_devtools-6/pkg-plist.alpha:usr/lib/libnss_dns.so
 /usr/ports/devel/linux_devtools-6/pkg-plist.i386:usr/lib/libnss_dns.so
 /usr/ports/devel/linuxthreads/files/patch-aa:-otherlibs +=
 $(nssobjdir)/libnss_files.ans.a \
 /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns-2.2.4.so
 /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns.so.1.1
 /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns.so.2
 /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns-2.2.4.so
 /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns.so.1
 /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns.so.2
 /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns-2.1.3.so
 /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns.so.1.1
 /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns.so.2
 /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns-2.1.3.so
 /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns.so.1
 /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns.so.2
 /usr/ports/emulators/linux_base-debian/pkg-plist:lib/libnss_dns-2.2.5.so
 /usr/ports/emulators/linux_base-debian/pkg-plist:lib/libnss_dns.so.2
 

looks like the library maybe installed if you install the 

 /usr/ports/devel/linux_devtools-6/

port.  have you tried that?  there also may be a FreeBSD specific
library that provides this same functionality, altho i do not know
what it is off the top of my head.  it seems a little odd that this
application would require some linux specific stuff tho...


-p

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


RE: Help needed re Mozilla with libjavaplugin_oji_so

2004-12-08 Thread Dundar Turker
This makes sense to me.  I too suspect it is some kind of version problem.  On 
Linux machines I had to use mozilla 1.7.3 to get this plugin working fine. 
Previous versions did not work. FreeBSD ports have version 1.7.2. I believe 
FreeBSD should make this 1.7.3 or newer versions of mozilla available in the 
ports. 

By the way,  I did try to link libjavaplugin.so to libjavaplugin_oji.so as 
recommended Paul Schmehl and that did not work, I had the same errors. I also 
tried it with different versions of plugin and had the same error. It won't 
work, maybe because it requires mozilla 1.7.3 instead like it does on Linux.

If you have the plugin working fine with netscape then I would like to see it 
working with mozilla as well.. And if works  with mozilla then I would like to 
see which version of mozilla used. 

I will try this ldconfig when I have a chance. It will take some time though as 
I will have to reinstall FreeBSD on my machine, I don't like its current state 
after all this...

Again, please if there is anybody out there using mozilla and got it working 
with java plugin I would like to hear from them what version of mozilla and 
which plugin they use...etc

Thank you,
Turker Dundar

-Original Message-
From: Kees Plonsz [mailto:[EMAIL PROTECTED]
Sent: Thursday, 9 December 2004 12:50 AM
To: Dundar Turker; [EMAIL PROTECTED]
Subject: RE: Help needed re Mozilla with libjavaplugin_oji_so


Dundar Turker wrote:

 Thanks for the quick reply... But I'm not so convinced with this answer...
 May I ask how will it change the process.?  In the end the
 libjavaplugin_oji.so is the one to get loaded isn't it, which in turn
 generates the error I get.
 
 I linked libjavaplugin_oji.so (not libjavaplugin.so) on Linux systems and
 got it working fine.  many different documents instruct the same, to use
 libjavaplugin_oji.so.
 
 many thanks,
 Turker Dundar
 

I think you are right, this is how it works with netscape(on myfreebsd-5.3)

/usr/local/netscape/plugins/libjavaplugin_oji.so-
/usr/local/j2sdk1.4.2_06/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

If you get en error with Undefined Symbol, then you have a version
mismatch. 

You may have to run /usr/compat/linux/sbin/ldconfig for dynamic linking
all available libs.

In my /usr/compat/linux/etc/ld.so.conf I put:
/usr/X11R6/lib





The information in this e-mail together with any attachments is
intended only for the person or entity to which it is addressed
and may contain confidential and/or privileged material.
Any form of review, disclosure, modification, distribution
and/or publication of this e-mail message is prohibited.  
If you have received this message in error, you are asked to
inform the sender as quickly as possible and delete this message
and any copies of this message from your computer and/or your
computer system network.  


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


Re: Brighstor ARCserve Backup for Linux on FreeBSD

2004-12-08 Thread pete wright
On Wed, 8 Dec 2004 14:48:26 +0100, Piotr Gnyp [EMAIL PROTECTED] wrote:
 Have anyone tried to install Brighstor ARCserve Backup for Linux on FreeBSD?
 discordia# pwd
 /mnt/cdrom/agents/Linux
 discordia# ./install
 ./install: 43: Syntax error: Bad substitution
 
 line 43 is:
 printf %-42s $INST_MSG_102 ${FILESYS_GROUP[$VCOUNT]}
 

to help you out we will most likely need more info on your system.  a
dmesg will help, as well as a uname.  also do you have /compat/linux
installed?  if so which version?  is the install script a perl file,
shell script of compiled binary?  if it's a script is it calling the
/compat/linux sh?  i think you get the idea ;)

-p

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


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


Re: Designed for FreeBSD stickers

2004-12-08 Thread stheg olloydson
it was said:

I'd put those badges on all the servers I configured if they weren't
2 bucks a pop! I'd be willing to pay a quarter, or at most 50 cents,
but $2 seems excessive.

--Brett


Wonder what they do with that execessive profit from their
merchandise?

http://www.freebsdmall.com/cgi-bin/fm/community.html

Regards,

stheg

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


Re: Multiple IPs in jail

2004-12-08 Thread klr
It would be AWESOME if FreeBSD supported multiple IPs per jail.
In my opinion, this is one of FreeBSD's greatest disadvantages on the
virtual server market, as some specific customers will always require
multiple IPs (shell providers for one).

Also, interface virtualization and firewalls inside jails would be another
killer feature.. I believe 4.10 now has a working patch which lets this
happen.. Multiple IP jails + Interface virtualization/firewalls per jails
would bring FreeBSD even further on the server market.

I think this should be worked for the 5.4-RELEASE.

Just my 2 cents.


 On Wed, 08 Dec 2004 11:51:10 +0100, Devon H. O'Dell
 [EMAIL PROTECTED] wrote:
 Justin Hopper wrote:
 Correct. 5.x does not have this feature; Aaron, please read for
yourself before you are rude towards others.

 Turn's out *I* missed something. I'd have sworn up and down 5.3's jail
implementation had multiple IP support. I distinctly remember reading
that tidbit and thinking how great it was. I can't find what I thought I
read and it turns out I'm completely wrong.

 And I apologize if I came across rude. That wasn't my intention.

 /eats crow

 Are you sure you toyed with it? And in a production environment, I'd
still recommend 4.10.

 Yes, I'm sure.

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





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


idiot 5.3 disk question

2004-12-08 Thread thursday
Greets,

I haven't been following FreeBSD much at all lately, having gotten a Linx admin 
job, so forgive me:

I'm installing FreeBSD 5.3 on a new machine. I've added a second disk, and 
80Gig Maxtor IDE drive. I use sysinstall to partition it, and run 
disklabel/newfs, etc, mounting it as /storage. 

In sysinstall, it shows the disk as being 78G - that's fine. 1024 != 1000. 

However, when I run df -h it tells me the disk's capacity is 74G, there's 4.0K 
in use (it's empty), but only 68G is available. I'm just confused about where 
the 12G went. 

Anyone have any helpful pointers to help me understand? 

Also, what's the .snap/ directory for? 

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


Re: Intel ICH5 SATA controler on FreeBSD 5.3

2004-12-08 Thread David Kelly
On Dec 7, 2004, at 7:33 PM, Mário Gamito wrote:
Searching in the hardware suported by 5.3 i see no (obvious) reference 
to Intel ICH5 SATA disk controler.

But googling for intel ich5 freebsd, there are lots os links about 
this issue.
Some talk about patches, even in this list, several months before 5.3

In the end, i do not know if this controler is or isn't suported 
natively by FreeBSD 5.3, and if not, how can one make it work.
% man ata
[...]
 The currently supported ATA/SATA controller chips are:
 Acard:  ATP850P, ATP860A, ATP860R, ATP865A, ATP865R
 ALI:Aladdin (ALi5229) compatible chips.
 AMD:AMD756, AMD766, AMD768, AMD8111.
 CMD:CMD646, CMD648, CMD649.
 Cypress:Cypress 82C693.
 Cyrix:  Cyrix 5530.
 HighPoint:  HPT302, HPT366, HPT366, HPT368, HPT370, HPT371, 
HPT372,
 HPT374.
 Intel:  PIIX, PIIX3, PIIX4, ICH, ICH0, ICH2, ICH3, ICH4, 
ICH5.
 National:   SC1100.
 nVidia: nForce, nForce2, nForce3.
[...]

--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Intel ICH5 SATA controler on FreeBSD 5.3

2004-12-08 Thread David Kelly
On Dec 7, 2004, at 7:57 PM, Mail Admin wrote:
I have it working, though could not manage to get the hardware RAID 
going:
An ICH5 doesn't necessarily have hardware RAID. My Del PE400SC does 
not.

--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Free BSD documentation required

2004-12-08 Thread Joe Altman
On Wed, Dec 08, 2004 at 03:55:11PM +0530, Milind Nanal wrote:
 
 
 List,
 
 I am new to FreeBSD  finding is little difficult with administrative
 commands. I have worked on RedHat  Suse.  Service startup, boot scripts,
 pstree command everything seems to be different in FreeBsd  compare to
 RedHat or Suse.
 
 Can any give me good ref URL other that FreeBSD.org to refer BSD documents.
 Basic admin guide, security guide, tools, commands  tips  tricks, HOWTO is
 required to get hold the OS  explore in a better manner.

links /usr/share/doc/

links /usr/share/examples/

Or if you have an X session, run links -g on the two paths.

I found OnLamp articles by Dru to be very helpful; and this seems
apropos to your needs:

http://www.onlamp.com/pub/a/bsd/2004/11/11/FreeBSD_Basics.html

http://www.oreillynet.com/pub/ct/15

Michael Lucas is also noteworthy:

http://www.onlamp.com/pub/ct/13

Dan Langille has a site, and he posts here regularly with updates:

http://www.freebsddiary.org/

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


Re: idiot 5.3 disk question

2004-12-08 Thread Lowell Gilbert
thursday [EMAIL PROTECTED] writes:

 Greets,
 
 I haven't been following FreeBSD much at all lately, having gotten a Linx 
 admin job, so forgive me:
 
 I'm installing FreeBSD 5.3 on a new machine. I've added a second disk, and 
 80Gig Maxtor IDE drive. I use sysinstall to partition it, and run 
 disklabel/newfs, etc, mounting it as /storage. 
 
 In sysinstall, it shows the disk as being 78G - that's fine. 1024 != 1000. 
 
 However, when I run df -h it tells me the disk's capacity is 74G, there's 
 4.0K in use (it's empty), but only 68G is available. I'm just confused about 
 where the 12G went. 
 
 Anyone have any helpful pointers to help me understand? 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DISK-MORE-THAN-FULL

 
 Also, what's the .snap/ directory for? 

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


Re: ffmpeg port

2004-12-08 Thread Vladimir Kushnir
Hi,
There seems to be another breakage: ffmpeg doesn't grab anymore. It just sits 
there and dumps core with page already free on exit. Comparing to 
libavformat/grab.c, the following patch (sort of) fixes situation, bit only 
partially.
Regards,
Vladimir

*** /usr/ports/multimedia/ffmpeg/files/grab_bsdbktr.c Mon Mar 15 00:38:59 2004
--- grab_bsdbktr.c Thu Dec  9 02:05:00 2004
***
*** 257,263 
   st = av_new_stream(s1, 0);
   if (!st)
return -ENOMEM;
! 
   s-width = width;
   s-height = height;
   s-frame_rate = frame_rate;
--- 257,264 
   st = av_new_stream(s1, 0);
   if (!st)
return -ENOMEM;
!  av_set_pts_info(st, 48, 1, 100); /* 48 bits pts in use */
!  
   s-width = width;
   s-height = height;
   s-frame_rate = frame_rate;
***
*** 273,280 
   st-codec.frame_rate = frame_rate;
   st-codec.frame_rate_base = frame_rate_base;
  
-  av_set_pts_info(s1, 48, 1, 100); /* 48 bits pts in use */
- 
 if (ap-standard) {
if (!strcasecmp(ap-standard, pal))
format = PAL;
--- 274,279 
***
*** 298,304 
   ioctl(s-fd, METEORCAPTUR, c);
   close(s-fd);
   close(s-tuner_fd);
-  av_free(s);
   return 0;
  }
  
--- 297,302 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Question about updating 5.3

2004-12-08 Thread sp0ng3b0b
There seem to be a LOT of great articles about how to update a freebsd 
system. But they all seem to recommend a different approach. I am 
looking for a simple way to keep the OS up to date.

Background info: I am going to be running a few FreeBSD production 
servers. I need to document everything first.

I have a cvsup file that looks like this:
*default host=cvsup4.us.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_5_3
*default delete use-rel-suffix
*default compress
src-all
I would update FreeBSD like this:
# make buildworld
# make buildkernel
# make installkernel
# reboot
boot in single user mode
# mergemaster -p
# make installworld
# mergemaster
# reboot
However, I recently read about make update. Should I be using this 
instead? Any advice is appreciated.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Memory problems:-(

2004-12-08 Thread Olivier Nicole
 I am facing a lot of memory issues with all services in the server.
 Following log will tell you what is the exact problem.

Have you tried cleaning the contacts on the memory stick?

Cotton bud and rubing alchool, thooth paste, sliver cleaning paste,
car polish... OK use alchool last to rinse the contacts... That can
help. Especially is the machine has to deal with some difficult
environment, has been moved recently, etc.

Did that last Sunday, the machine would not even boot, memory problem
was detected at the very first check of memory by the BIOS. After
cleaning, problem were solved.

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


CVSup and Building World

2004-12-08 Thread Cyber Dog
Earlier this evening I did a full CVSup on a FreeBSD 4.9 machine using
RELENG_4, built and installed the kernel and world.  My question is: are all
the patches released since the last release came out included when I use
CVSup?  Or is it still necessary to patch the system after install?  My
guess is the CVSup will already include patches for known issues, but it's
better safe than sorry so I'm asking anyway! Thanks.

-
Matt

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


Re: intermittent ath0

2004-12-08 Thread scott renna
sweet, that's great.
I only notice it drop during times when i push data
over the line.  in this case it's a server that is
tucked away in the back of my place.  
i am getting tired of sitting in there using a windows
laptop to diagnose why it doesn't work. 
i wasn't sure if using the NDISulator would solve the
issue as using my card in Windows has no issues

does your card also function when you drop the
interface then up it again?


--- Erik Norgaard [EMAIL PROTECTED] wrote:

 scott renna wrote:
  I've been running 5.3 for a little bit now using a
  d-link g520 wireless card(ath0) and using a
 netgear
  802.11b router.  I've noticed a problem with
  intermittancy.  My system seems to have issues
  maintaining steady data flow for long periods of
 time.
   I just noticed my system is unresponsive again so
 i
  stuck a head on it.
  
  when i try to ping my gateway I get the message:
  
  ping: sendto: No buffer space available
  
   I thought maybe using Windows drivers would fix
 this
  issue as my wireless windows laptop has no
 problems.  
  
  has anyone else run across this situation?
 
 I posted last week similar observation. My atheros
 based pccard only 
 works if inserted on boot, or at least before
 starting any memory heavy 
 applications such as Mozilla and OpenOffice, while
 XEmacs is no problem.
 If I insert the card after I have started Mozilla, I
 need to reboot to 
 bring it up.
 
 I have also observed the No buffer space available
 error.
 
 It appears that the card needs a reserved continuous
 chunk of memory to 
 work properly. As you use your laptop, some apps
 fragment the memory.
 
 I have also experienced that if the card has been
 idle for a while it 
 sort of disconnects. Using arping I can get things
 up again, but not 
 with a simple ping?
 
 I don't think usin NDIS will solve the problem.
 AFAIK NDIS is for use 
 when everything else fails or a driver is not
 available.
 
 Cheers, Erik
 
 BTW, I'm on 6.0 but I don't think this makes any
 difference.
 -- 
 Ph: +34.666334818 
 web: www.locolomo.org
 S/MIME Certificate:
 http://www.locolomo.org/crt/2004071206.crt
 Subject ID: 

A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
 Fingerprint:

4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
 ___
 [EMAIL PROTECTED] mailing list

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


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


Re: CVSup and Building World

2004-12-08 Thread Giorgos Keramidas
On 2004-12-08 19:50, Cyber Dog [EMAIL PROTECTED] wrote:
 Earlier this evening I did a full CVSup on a FreeBSD 4.9 machine using
 RELENG_4, built and installed the kernel and world.  My question is: are all
 the patches released since the last release came out included when I use
 CVSup?  Or is it still necessary to patch the system after install?  My
 guess is the CVSup will already include patches for known issues, but it's
 better safe than sorry so I'm asking anyway! Thanks.

Yes, the patches are included.  At least the ones marked as fixed in
RELENG_4 after _date_.

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


Re: Free BSD documentation required

2004-12-08 Thread W. D.
At 04:25 12/8/2004, Milind Nanal wrote:


List,

I am new to FreeBSD  finding is little difficult with administrative
commands. I have worked on RedHat  Suse.  Service startup, boot scripts,
pstree command everything seems to be different in FreeBsd  compare to
RedHat or Suse.

Can any give me good ref URL other that FreeBSD.org to refer BSD documents.
Basic admin guide, security guide, tools, commands  tips  tricks, HOWTO is
required to get hold the OS  explore in a better manner.


Regards,
 
Milind

Hey Milind,

Here's some more stuff:
http://www.US-Webmasters.com/FreeBSD/Configuration/Shell/

http://www.US-Webmasters.com/FreeBSD/Unix-FreeBSD-Commands-Cheat-Sheet/Commands.txt

http:[EMAIL PROTECTED]/

Welcome to FreeBSD!

Start Here to Find It Fast!™ - http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names - http://domains.us-webmasters.com/

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


Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread orville weyrich
See below
--- Toomas Aas [EMAIL PROTECTED] wrote:

 orville weyrich wrote:
 
  In any event, the example shown in the link lacks
  context. Is the failed drive named data1?
  It is automagically replaced by a new drive named
  data3?
 
 In all cases I've replaced a failed drive, I have
 named the new drive 
 the same as old drive.


THANK YOU THANK YOU THANK YOU

That solved HALF my problem (i.e, it allowed me to
revive one of my two down disks.  This also shows that
vinum CAN handle a fault in both plexes at the same
time.

BUT BUT BUT

I still have another problem -- the same trick does
not work for the OTHER down disk.

vinum-dumpconfig shows:

sd name raid.p0.s9 drive *invalid* plex raid.p0 len
4402583s driveoffset 265s state crashed plexoffset 0s

Note the invalid where the name of my disk should
be.

Apparently VINUM has forgotten that raid.p0.s9 should
be associated with the disk named ahc0t15, so creating
a new disk named ahc0t15 does not associate with the
necessary subdisk.  (*nvalid* does not work as a disk
name).


How do I deal with THIS issue?





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


  1   2   >