Re: Scanning Utility

2004-02-18 Thread Saint Aardvark the Carpeted
[EMAIL PROTECTED] disturbed my sleep to write:
> would you be able to recommend a good (the best?) virus scanning utility for 
> freebsd?

I've just set up ClamAV and have no complaints at all -- in fact, I read
somewhere that it was one of the first virus scanners to add a
definition for the SCO virus.  It's available in ports, so couldn't be
easier.  

One thing to watch:  there's a bugfix that just went into the port on
Feb 10th; it prevents ClamAV from crapping out on a misformed attachment.
You might want to update your Ports tree using CVSUp before installing.

Hope that helps,
Hugh

-- 
Saint Aardvark the Carpeted
[EMAIL PROTECTED]
Because the plural of Anecdote is Myth.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Win200 gateway blocking FBSD html?

2004-02-18 Thread Robert Storey
I'm trying to set up a FreeBSD client machine for a school. They have never used FBSD 
or even Linux, they are 100% Windows. They are interested in letting their students 
gain experience with non-Windows software. So I need to prove to them that FBSD can 
work, but I've run into a major obstacle.

The client machines are connected to a switch, which is connected to a Windows 2000 
gateway machine to access the Internet. I set up a FBSD client, and using dhcp it can 
find the network. I can ping the gateway machine, and even ping the local ISP. I can 
also use gftp to access some anonymous ftp sites (such as FreeBSD.org) though 
performance seems slow.

The problem - I cannot access any web sites with http. Doesn't matter if I use 
Konqueror, Mozilla or Lynx. Yet, all the Windows machines on this network can browse 
the web (using Internet Explorer) without difficulty.

I find this very peculiar. Just to be sure that I don't have a misconfigured firewall 
on the FBSD box, I installed FBSD on my laptop, plugged it into a different network - 
works fine, I can surf the web. Then I plug it into the school's network, and http 
doesn't work, but ping and ftp can reach the outside world (though again, it's slow).

Is it somehow possible that the Windows gateway only allows Internet Explorer to work? 
Doesn't seem possible, but what do I know? All suggestions welcome.

best regards,
Robert


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


Re: linux binary equivalent to ldd?

2004-02-18 Thread Saint Aardvark the Carpeted
Jesse Guardiani disturbed my sleep to write:
> How do I get info similar to what ldd gives out of a linux
> binary? If I run this:
> 
> /usr/compat/linux/usr/bin/ldd /usr/local/lib/RealPlayer8/rpnp.so
> 
> I get this:
> 
> /usr/compat/linux/usr/bin/ldd: /lib/ld-linux.so.2: not found
> ldd: /lib/ld-linux.so.2 $exited with unknown exit code (127)
> Exit 1

Hm...if you've got the Linux compatibility stuff, you should (I think)
have this too.  Try:

locate ld-linux.so.2

On my system, it shows it as being a symlink to
/usr/compat/linux/lib/ld-2.2.4.so.  Assuming it shows up, try

/compat/linux/sbin/ldconfig -p | grep ld-linux

just to confirm that ldd really can't find it.  If it's not listed, try
running:

/compat/linux/sbin/ldconfig 

to update the list of libraries it knows about.

Usually that should be done at boot-time by the /etc/rc script -- have
you got the right option set in /etc/rc.conf?  (linux_enable="YES")

Hope that helps,
Hugh
-- 
Saint Aardvark the Carpeted
[EMAIL PROTECTED]
Because the plural of Anecdote is Myth.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildworld fails and a reboot?

2004-02-18 Thread Chuck Swiger
Eric F Crist wrote:
Hey all.  I figured out why my system doesn't seem to be working.  For some 
reason, make world failed and the system rebooted.  Now, I can't cvsup any 
new sources.  How do I recover from this?  
"make world" doesn't always result in a working system, which is why the 
procedure in UPDATING has many more steps (but which should be safe[r]).

You haven't provided an error message as to what happens when you try to 
cvsup; what happens when you try?  For that matter, you haven't told us which 
version of FreeBSD you are running and what branch of the sources you were 
building world with...

Please tell me I don't have to reinstall from scratch.
Oh, it's absolutely certain that you could recover in other ways, but it also 
might be the case that doing a clean reinstall is faster than any of these 
alternatives.

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


RE: Disk Quota Question

2004-02-18 Thread JJB
Try
http://www.freebsd.org/cgi/man.cgi?query=quotaon&sektion=8&apropos=0
&manpath=FreeBSD+5.2-RELEASE+and+Ports


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Joel Eddy
Sent: Tuesday, February 17, 2004 6:11 PM
To: [EMAIL PROTECTED]
Subject: RE: Disk Quota Question

I've followed the manual on FreeBsd 5.1. Recompiled the kernel with
quota
options. It is on the  /usr file system. everything appears to be
running
correctly.
I've made entries to fstab by the manual also.

mail# cat /etc/fstab
# DeviceMountpoint  FStype  Options Dump
Pass#
/dev/da0s1b noneswapsw  0
0
/dev/da0s1a /   ufs rw  1
1
/dev/da0s1e /tmpufs rw  2
2
/dev/da0s1f /usrufs rw  2
2
/dev/da0s1d /varufs rw  2
2
/dev/cd0/cdrom  cd9660  ro,noauto   0
0
/dev/da0s1f /usrufs
rw,userquota,groupquota 1
2


But when I quota -u USERID I get

mail# quota -u USERID
Disk quotas for user USERID (uid 1001): none

Either I'm missing something or something isn't working. Where do I
look next.


Sincerely,

Joel Eddy
Iowa Connect, Inc.
http://www.iowaconnect.com
Ph. 641-456-5964
Fax 641-456-5912



___
[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: mplayer

2004-02-18 Thread Kris Kennaway
On Wed, Feb 18, 2004 at 08:15:35PM -0500, Robert Huff wrote:
> 
> marlon corleone writes:
> 
> >  how do i fix mplayer-gtk-esound-0.92.0_5 so i can install
> >  mplayer?
> 
>   Wait 48-72 hours, then cvsup and build.  I have it on very good
> authority the breakage is about to go away.

In fact, I just removed the tag after confirming the underlying problem was fixed.

Kris


pgp0.pgp
Description: PGP signature


ez-ipupdate setup info needed

2004-02-18 Thread JJB
FBSD friends

Installed ez-ipupdate package to use with zoneedit, but there is no
setup information or description about how it works,
and no zoneedit config example files.

An explanation of how it works, how to activate and a working
zoneedit conf file would really be great.

Your help is greatly appreciated

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


Win200 gateway blocking FBSD html?

2004-02-18 Thread Robert Storey
I'm trying to set up a FreeBSD client machine for a school. They have never used FBSD 
or even Linux, they are 100% Windows. They are interested in letting their students 
gain experience with non-Windows software. So I need to prove to them that FBSD can 
work, but I've run into a major obstacle.

The client machines are connected to a switch, which is connected to a Windows 2000 
gateway machine to access the Internet. I set up a FBSD client, and using dhcp it can 
find the network. I can ping the gateway machine, and even ping the local ISP. I can 
also use gftp to access some anonymous ftp sites (such as FreeBSD.org) though 
performance seems slow.

The problem - I cannot access any web sites with http. Doesn't matter if I use 
Konqueror, Mozilla or Lynx. Yet, all the Windows machines on this network can browse 
the web (using Internet Explorer) without difficulty.

I find this very peculiar. Just to be sure that I don't have a misconfigured firewall 
on the FBSD box, I installed FBSD on my laptop, plugged it into a different network - 
works fine, I can surf the web. Then I plug it into the school's network, and http 
doesn't work, but ping and ftp can reach the outside world (though again, it's slow).

Is it somehow possible that the Windows gateway only allows Internet Explorer to work? 
Doesn't seem possible, but what do I know? All suggestions welcome.

best regards,
Robert


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


USB 2.0 -> 1.0 Support Backwards Compatible in 4.9? Re a SonyFileVault USB 2.0 Flash Drive

2004-02-18 Thread Steven N. Fettig
I have a Sony FileVault USB 2.0 Flash Drive that I use to store working 
documents on (I don't use the security portion of the drive - if anyone 
has had one themselves - I was simply able to get it for a steal) that I 
cannot get working under 4.9 on an HP D530 machine (2.5 GHz P IV w/ 
on-motherboard USB 2.0 controllers.  When I have the machine running, I 
cannot simply attach the USB Flash Drive and mount it like one would a 
CD, etc.  The machine simply doesn't see the device.  I have looked 
through dmesg and the messages logs to see if it is even seen, but it 
isn't.  What is even weirder, is that if I boot the machine/restart it 
with the drive attached, the system sees it:

Feb 18 16:32:19 hpBSD /kernel: umass0: Sony USB Mass Storage Device, rev 
2.00/0.01, addr 3
Feb 18 16:32:19 hpBSD /kernel: pci0:  at 29.7 irq 10

BUT, my USB keyboard and mouse no longer respond.  I do have all of the 
appropriate kernel mod's included (da, scbus, etc.), so I'm not sure 
what is happening.  According to a statement in

http://www.freebsd.org/cgi/getmsg.cgi?fetch=445988+448507+/usr/local/www/db/text/2004/freebsd-questions/20040118.freebsd-questions

USB 2.0 is supported in 5.x and NOT 4.9.  If this is the case, why won't 
the device and the controller simply revert to USB 1.0 or is there 
something I need to set to get it to work properly (or is the 82801EB 
controller not able to "play fair" with an os that doesn't support the 
2.0 capabilities).  In fact, I could care less at this point whether it 
runs at 2.0 speeds because it's "flash" memory that is only capable of 
4MB/s transfer anyway.

I would simply like to understand how one can play with the USB setup in 
4.9 and see if there is anything I can tweak.  (I will eventually 
upgrade to 5.2 - which, from what I have read, should solve my problems 
- but before I make the leap, I want to learn more...  Any 
recommendations or ideas?

Steve Fettig

P.S. Pardon my ignorance on this type of hardware question.  I am trying 
to understand whether "backwards-compatible" is really decided by the 
software or hardware...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to stop the cursor of emacs blinking in console?

2004-02-18 Thread loader
On Wed, Feb 18, 2004 at 09:03:27AM -0500, Lowell Gilbert wrote:
> loader <[EMAIL PROTECTED]> writes:
> 
> > I use FreeBSD5.2.1-RC2, and emacs21. How can I stop the cursor blinking in console?
> 
> I thought the default was that it didn't do that on the console...
> 
> Check out the blink-* variables; 
> I think that a .emacs setting of 
> (blink-cursor-mode nil) 
> should ensure the disabling of the blinking cursor.

Thank you for your reply. blink-cursor-mode doesn't work in FreeBSD console, 
it only work in X, because emacs draws the cursor in X itself. I don't know 
why it blinks in console.

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


Re: mplayer

2004-02-18 Thread Kris Kennaway
On Wed, Feb 18, 2004 at 05:02:53PM +, marlon corleone wrote:
> how do i fix mplayer-gtk-esound-0.92.0_5 so i can install mplayer?   thanks

Hold on a day or so and then update again, it will be fixed soon.

Kris


pgp0.pgp
Description: PGP signature


Re: Ports: foomatic-db-engine broken

2004-02-18 Thread Kris Kennaway
On Wed, Feb 18, 2004 at 11:52:40AM +, Phil Reynolds wrote:
> On upgrading ports today, the following happened:
> 
> ** 'print/foomatic-db-engine' is marked as IGNORE:
> "is marked as broken: "Fails to patch""
> 
> Is someone working to fix this?

Ask on ports@, but the answer may be 'no' since the port has no listed
maintainer.  In that case fixing it yourself might be the best bet. 

Kris


pgp0.pgp
Description: PGP signature


Re: root is full

2004-02-18 Thread Will Prater
Thanks all for the abundance of replys. Looks like you all had the same 
idea.

Before I got your emails I found out the problem. I had another 
partition for backups mounted on the root level. I had forgot to add an 
entry to /etc/fstab. Things were running fine for weeks, however, there 
was a crash and when it came back online the /backup existed on the 
root.

Thanks!

On Feb 18, 2004, at 2:48 PM, Dirk-Willem van Gulik wrote:

On Feb 18, 2004, at 9:00 PM, Will Prater wrote:

My root partition is full, but I cannot figure out how it got filled 
so fast the last security check claimed there to be 5% of capacity 
and now its at 108%. Where else can I check to see what is filling 
the root partition?
Try
cd /
du -sk *
Dw


--will

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


Re: New

2004-02-18 Thread Robert Huff

Kevin D. Kinsey, DaleCo, S.P. writes:

>  >Where is a good place to start?
>  
>  5.2-RELEASE. Grab the floppies from ftp.freebsd.org
>  and install over the 'Net.

If this is your first installation, go with 4.9.  5.x is still
rated "early adopter"; while nothing's exactly broken, there are
more likely to be surprises lurking in wait for the inexperienced.


Robert Huff


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


Re: ImageMagick portupgrade error

2004-02-18 Thread Lowell Gilbert
Aaron Sloan <[EMAIL PROTECTED]> writes:

> Magick.xs:3557: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:3600: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs: In function `XS_Image__Magick_ImageToBlob':
> Magick.xs:4163: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs: In function `XS_Image__Magick_QueryFont':
> Magick.xs:7194: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:7198: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:7202: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:7210: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:7214: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:7218: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:7222: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:7226: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs: In function `XS_Image__Magick_QueryFormat':
> Magick.xs:7633: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> Magick.xs:7637: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from 
> pointer target type
> gmake[3]: *** [Magick.o] Error 1
> gmake[3]: Leaving directory 
> `/usr/ports/graphics/ImageMagick/work/ImageMagick-5.5.7/PerlMagick'
> gmake[2]: *** [install-exec-perl] Error 2
> gmake[2]: Leaving directory `/usr/ports/graphics/ImageMagick/work/ImageMagick-5.5.7'
> gmake[1]: *** [install-am] Error 2
> gmake[1]: Leaving directory `/usr/ports/graphics/ImageMagick/work/ImageMagick-5.5.7'
> gmake: *** [install-recursive] Error 1
> *** Error code 2
> 
> Stop in /usr/ports/graphics/ImageMagick.

You didn't mention what FreeBSD version you were using, or where you got
your ports from, or whether you had any pkgtools.conf or make.conf
settings that would affect the build, so all I can say is that it built
for me this afternoon with a ports tree I'd updated just before...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 5.2 & OpenOffice 1.1

2004-02-18 Thread karnes
Error message trying to open soffice.cfg file???

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


mplayer

2004-02-18 Thread Robert Huff

marlon corleone writes:

>  how do i fix mplayer-gtk-esound-0.92.0_5 so i can install
>  mplayer?

Wait 48-72 hours, then cvsup and build.  I have it on very good
authority the breakage is about to go away.


Robert Huff


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


Is this serious?

2004-02-18 Thread Mark
I just found this in my log:

ad4: WRITE command timeout tag=0 serv=0 - resetting
ata2: resetting devices .. ata2-slave: ATA identify retries exceeded
done

Is it serious? The RAID 1 has not degraded; but it feels awkward.

- Mark

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


Re: growisofs

2004-02-18 Thread Andrew L. Gould
On Wednesday 18 February 2004 04:46 pm, Brian H wrote:
> Greetings:
>
> I am looking for growisofs, but I can't find it in the ports.
> find . -name "*growisofs*"
> Any thoughts?
>
> Thanks,
>
> Brian

It's a part of dvd+rw-tools at:

/usr/ports/sysutils/dvd+rw-tools

Best regards,

Andrew Gould

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


Re: growisofs

2004-02-18 Thread Chuck Swiger
Hi, Brian--

Brian H wrote:
I am looking for growisofs, but I can't find it in the ports.
find . -name "*growisofs*"
Any thoughts?
That utility is part of sysutils/dvd+rw-tools.

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


Re: live CD - 4.9-i386-disc2.iso

2004-02-18 Thread Dejan Lesjak
[EMAIL PROTECTED] wrote:

> I have read that the second ISO image is a live CD. I have just burnt a
> CD, but all I get is the usual installation tool (kernel
> configuration...), no option to get out of there without rebooting...
> ??? I probably missed something...

From the menu, you have to go to Fixit submenu and choose CDROM/DVD.

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


make buildworld fails and a reboot?

2004-02-18 Thread Eric F Crist
Hey all.  I figured out why my system doesn't seem to be working.  For some 
reason, make world failed and the system rebooted.  Now, I can't cvsup any 
new sources.  How do I recover from this?  

Please tell me I don't have to reinstall from scratch.

Thanks.
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: root is full

2004-02-18 Thread Peter Ulrich Kruppa
On Wed, 18 Feb 2004, Will Prater wrote:

> List,
>
> My root partition is full, but I cannot figure out how it got filled so
> fast the last security check claimed there to be 5% of capacity and now
> its at 108%. Where else can I check to see what is filling the root
> partition?
check your root directory with
# du -h -d 1
(or some other options you will find in # man du)

Regards,

Uli.

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

+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make installkernel

2004-02-18 Thread Chris
On Wednesday 18 February 2004 04:34 pm, James Brasil wrote:
> hello,
>
> I'm still very new to freebsd and have run into a glitch upgrading from:
>
> dawn# uname -a
> FreeBSD dawn.brasil 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sun Sep 28
> 08:00:09 EDT 2003 [EMAIL PROTECTED]:/usr/src/sys/compile/LINT  i386
>
>
> I ran a make buildkernel kernconf=GENERIC with out issues after cvsup to
> releng_5_2.
>

Did you follow the directions in the handbook? Did you read /usr/src/UPDATING?
The issue you are having is simply this, it looks to me as if you did not 
follow the correct order of doing things.

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


Re: mail client question...

2004-02-18 Thread Nathan Kinkade
On Wed, Feb 18, 2004 at 01:13:17PM -0500, Xpression wrote:
> Hi list, anyone are using exim as a MUA ??? I can't configure
> it to send mails, or anyone know a very easy configurable mail
> client for FreeBSD ??? Thanks in advance...

Hmm.  Maybe you got the terminology accidentally mixed up.  Exim is an
MTA (Mail Transport Agent), not an MUA (Mail User Agent).  In any case,
if you happen to be running X and KDE, I recall that Kmail was rather
easy to use.  The Mozilla project has an email client and I haven't
heard anything about it one way or the other, but maybe it would be
worth a look at:

http://mozilla.org/products/thunderbird/

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: Scroll mouse

2004-02-18 Thread Kevin D. Kinsey, DaleCo, S.P.
Valerian Galeru wrote:

How can i make the scroll button work???

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


 

Please see the FAQ, section 11.4.

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


why doesn't this script work?

2004-02-18 Thread Jonathon McKitrick

I want to dial in and cvsup every night.


# check if ppp interface is up
rc=2
netstat -rn | grep -q tun
retval=$?

# if not, dial in
if [ $retval -eq 0 ]; then
echo Connecting...
ppp -ddial nerc
sleep 60
fi


echo Updating ports collection
/usr/local/bin/cvsup -g -L0 /home/jcm/.admin/ports-supfile


I wake up to see cvsup waiting for a connection...

NOTE: Please CC me, as I am not currently subscribed.  Thanks.

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


Re: root is full

2004-02-18 Thread Jerry McAllister
> 
> List,
> 
> My root partition is full, but I cannot figure out how it got filled so 
> fast the last security check claimed there to be 5% of capacity and now 
> its at 108%. Where else can I check to see what is filling the root 
> partition?

Run 
   du -sk *
at the base of the file system (root in this case) where the problem is.
Then cd in to suspicious directories - those that look excessively big
and  run du again

Keep following bloated directories until you find your problem.
I would guess you have logs (var/log) and mail (/var/mail) still in root 
and maybe even /tmp but who knows until you track it down a little better.

You may need to either revise your disk layout or at least
move some thing to a bigger partition and make symlinks.

jerry

> 
> Thanks in advance
> 
> --will
> 
> ___
> [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: mail client question...

2004-02-18 Thread Derrick MacPherson
Exim is an MTA not a MUA 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Xpression
> Sent: Wednesday, 18 February 2004 10:13
> To: FreeBSD-questions
> Subject: mail client question...
> 
> Hi list, anyone are using exim as a MUA ??? I can't 
> configure it to send mails, or anyone know a very easy 
> configurable mail client for FreeBSD ??? Thanks in advance...
> 
> ___
> [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: Setting up samba as PDC

2004-02-18 Thread Antoine Jacoutot
On Wednesday 18 February 2004 16:50, BUTTERWORTH,THADDAEUS (HP-Boise,ex1) 
wrote:
> I'm needing to set up my machine as a PDC. When I go to add users using the
> smbpasswd -a username command I get the following error. Does anyone have
> any suggestions on how to fix this error?

Yes:

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


Re: root is full

2004-02-18 Thread Lowell Gilbert
Will Prater <[EMAIL PROTECTED]> writes:

> My root partition is full, but I cannot figure out how it got filled
> so fast the last security check claimed there to be 5% of capacity and
> now its at 108%. Where else can I check to see what is filling the
> root partition?

"du -x /" will tell you what is using space (but note that deleting a
file doesn't help until every process holding the file open also
closes it).

Also see:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DISK-MORE-THAN-FULL
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: KDE icon changing and permissions.

2004-02-18 Thread Chris
On Wednesday 18 February 2004 10:20 am, Chris wrote:
> Hiya folks,
>
>   I finally was able to work past my overheating and KDE issues. I'm proudly
> running 3.2.0 now.
>
>   Was wondering, I prefer to use icons of my own on the task bar. I normally
> like to have Konqueror there with a differant icon. The issue however, is
> that I am unable to. The locale of this seems to be in
> /usr/local/share/applications/kde/konqbrowser.desktop
>
> The permissions are root and root alone. Can I safely get by this by either
> changing it to me, or create another with only me as  the permission
> holder?
>
> Your thoughts...

Allow me to expand - This is KDE 3.2.0 Under 3.1.4 the normal way of changing 
the icon works well (right-click on the current icon and choose Properties. 
When the window for properties pops up, click the icon then choose another 
one from one of the collections (a default collection will appear for you to 
make your choice from).

However, there are more permissions to deal with under 3.2.0 - the default 
permissions are set to root and only root can change them.

Again, refering to the location of 
/usr/local/share/applications/kde/konqbrowser.desktop
as an example.

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


Re: root is full

2004-02-18 Thread Dirk-Willem van Gulik
On Feb 18, 2004, at 9:00 PM, Will Prater wrote:

My root partition is full, but I cannot figure out how it got filled 
so fast the last security check claimed there to be 5% of capacity and 
now its at 108%. Where else can I check to see what is filling the 
root partition?
Try
cd /
du -sk *
Dw

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


growisofs

2004-02-18 Thread Brian H
Greetings:

I am looking for growisofs, but I can't find it in the ports.
find . -name "*growisofs*"
Any thoughts?
Thanks,

Brian

_
Get fast, reliable access with MSN 9 Dial-up. Click here for Special Offer! 
http://click.atdmt.com/AVE/go/onm00200361ave/direct/01/

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


Re: mail client question...

2004-02-18 Thread Peter Schuller
> Hi list, anyone are using exim as a MUA ??? I can't configure it to
> send mails, or anyone know a very easy configurable mail client for FreeBSD

I don't know about exim, but for an easy-to-get-working MTA (not MUA) you 
might try postfix. IIRC no configuration is necessary to get it working - 
just install the port and let it activate it (or do it yourself). Fix the 
statup scripts to run it at boot and you should be all set.

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

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


Re: mplayer

2004-02-18 Thread Peter Schuller
> how do i fix mplayer-gtk-esound-0.92.0_5 so i can install mplayer?   thanks

Dunno, however if you can live with mplayer without GUI (like me), you can 
modify the mplayer port's Makefile so that it doesn't use any GTK stuff.

I.e., comment out:

#.if ${HAVE_GNOME:Mesound}!=""
#WITH_ESOUND=   yes
#.endif

I also had to comment out this for 5.2-RELEASE:

#.if ${OSVERSION} >= 502000
#BROKEN="Does not compile"
#.endif

After that it compiles and works perfectly on this machine.

(Should I file a PR for this anybody? I mean, mplayer is *very* usable without 
a GUI, so I would personally rather see the GTK usage being skipped rather 
than having it marked as broken manually.)

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

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


Re: mplayer

2004-02-18 Thread Kevin D. Kinsey, DaleCo, S.P.
marlon corleone wrote:

how do i fix mplayer-gtk-esound-0.92.0_5 so i can install mplayer?   
thanks
mmp# make install clean
===>  mplayer-gtk-esound-0.92.0_5 is marked as broken: Does not compile.



That's for you to decide.  If you're
not a coder, then maybe gritch to
the port maintainer; OTOH, that
might be *counter*-productive.
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Name Server error

2004-02-18 Thread Lowell Gilbert
"Ajitesh K" <[EMAIL PROTECTED]> writes:

> Hi friends,
> 
> I am getting this error message from my name server "nserv1". As far as i
> know PC "user5" is a Win XP (Home) PC.
> 
> nserv1.lan.company.com ipfw denied packets:
> > 65535  759856  86646781 deny ip from any to any
> 
> nserv1.lan.company.com kernel log messages:
> > d31d9003494bbb68e17ab" rrset exists delete IN A user5.dhcp.company.com add
> 300 IN A user5.dhcp.company.com 10.1.2.10: no such RRset.
> 
> nserv1.lan.company.com login failures:
> 
> nserv1.lan.company.com refused connections:

Looks like "user5.dhcp.company.com" is trying to submit a DNS update
for itself.  Some versions of Windows do that by default...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


live CD - 4.9-i386-disc2.iso

2004-02-18 Thread glxrd
I have read that the second ISO image is a live CD. I have just burnt a
CD, but all I get is the usual installation tool (kernel
configuration...), no option to get out of there without rebooting...
??? I probably missed something...
Is this a different project:
http://livecd.sourceforge.net/
?
Thanks.
Giancarlo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


make installkernel

2004-02-18 Thread James Brasil
hello,

I'm still very new to freebsd and have run into a glitch upgrading from:

dawn# uname -a
FreeBSD dawn.brasil 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sun Sep 28 08:00:09 EDT 
2003 [EMAIL PROTECTED]:/usr/src/sys/compile/LINT  i386


I ran a make buildkernel kernconf=GENERIC with out issues after cvsup to releng_5_2.

I now get the following:

dawn# make installkernel kernconf=GENERIC
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  
MACHINE=i386  CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin  
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font  
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac 
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  /usr/obj/usr/src/make.i386/make KERNEL=kernel install
You must set up a /boot/device.hints file first.
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1

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

Stop in /usr/src.
dawn#

I'm not sure what else needs to happen, to repair it. looks like my init is at level 1 
or higher but i'm not shure how to tell.

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


Re: Problems with Apache 1.3 segfaulting in 5.2.1-RC?

2004-02-18 Thread Dirk-Willem van Gulik
On Feb 18, 2004, at 5:38 PM, Linh Pham wrote:

Has anyone ran into problems with Apache 1.3.x segfaulting (signal 11)
under FreeBSD 5.2.1-RC[12]? I had to recently re-install FreeBSD on my
home server and grabbed the latest src-all for RELENG_5_2, which ended
up being for 5.2.1-RC2. Afterwards, I compiled and installed Apache 1.3
plus PHP5 and PostgreSQL and got it up and running without any 
problems.

Easiest thing is to obtain a core dump; see the man page for 'ulimit', 
check
'/etc/login.conf' and the apache directive for this.

Otherwise - if it happens a LOT - you can run (from screen if needed)

	gdb /usr/local/sbin/httpd -X

it will then run single process/thread mode; and if there is a segfault 
you'll
inmediately see the culprit. This is generally too slow for a production
server; but will easily handle hobby sites.

Given your setup my guess is some PHP5 plugin (I had similar issues
until I fixed/recompiled gd).
Dw.

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


Re: Setting up samba as PDC

2004-02-18 Thread Joerg Pulz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 18 Feb 2004, BUTTERWORTH,THADDAEUS (HP-Boise,ex1) wrote:

> Hello all,
>
> I'm needing to set up my machine as a PDC. When I go to add users using the
> smbpasswd -a username command I get the following error. Does anyone have
> any suggestions on how to fix this error?
>
> fetch_ldap_pw: no ldap secret retrieved!
>
> ldap_connect_system: Failed to retrieve password for  from secrets.tdb

you have to set the password for "ldap admin dn" first.

try 'smbpasswd -w '

the password is then stored in the secrets.tdb file. this is necessary to
make samba able to connect as a user with write permissions to the LDAP
server. otherwise, as your current situation shows, it is not possible to
change any information in the LDAP tree.

Joerg
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAM+RASPOsGF+KA+MRAr7nAJ9gaH22T4117dO/2elK03+Iaz8bagCgqmyS
AVLcsy1vlZY27zwHNiPAZ28=
=ZI1c
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: My fault or just Spam

2004-02-18 Thread Matthew Seaman
On Tue, Feb 17, 2004 at 07:29:03PM -0600, [EMAIL PROTECTED] wrote:

> Anyhow, within the month that I've had my server running I've been
> recieving numerous emails that are obviously malicious to Windows users
> (i.e. contain an attachment with some random-letters.exe and nonsense
> about a patch). In short my concern is not that me or my wife will run
> this, sense we don't use Windows, but whether these emails are just spam
> or if it is my fault.

Not your fault at all.  The 'net is being plauged at the moment by a
series of Windows worm programs that attempt to spread themselves
through e-mail.  Once the infect a machine, they send e-mail to
addresses listed in uers' address books, and also forge the sender
address using the same source.  See,
eg. http://securityresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTED]

This means that you and I, as innocent and uninfected bystanders will
be deluged in three types of message as a consequence:

   i) Messages from the trojan program attempting to propagate itself.

  ii) Bounce messages from the mailer daemon saying that messages of
  type (i) couldn't be delivered, sent to the forged sender
  addresses.

 iii) Really annoying messages sent by some dim-witted anti-virus
  software accusing you of sending virus infested e-mails.  These
  are completely pointless, as the sender addresses are forged,
  and the AV software writers should know that.

In fact the huge flood of messages of type (iii) have outnumbered the
messages of type (i) in this latest outbreak.  AV software writers
making themselves part of the problem there, rather than the solution.

As FreeBSD users we can, of course, act all smug about this and just
set our spam filters and AV software to dump all of the (i), (ii) and
(iii) types of message into the bit-bucket.

If you want to test your machine to see if it is providing an open
relay, go to http://www.abuse.net/relay.html and follow the
instructions.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: New

2004-02-18 Thread Nathan Kinkade
On Tue, Feb 17, 2004 at 07:25:23PM -0500, Patrick Rooney wrote:
> Want to give it a try!  Very experienced with all versions of windows,
> have been building computers for 15 years..  Sick of the windows
> restrictions.  What am I in for??  Have tried many
> versions of Linux.There are too many anymore.  Where is a good
> place to start?  What's a good read to get up 2 speed???
> [EMAIL PROTECTED]
> (work) I have time to read
> [EMAIL PROTECTED] (home) I have
> time too play with new operating systems thanks
> pjr

The FreeBSD Handbook is a good a starting place as any, probably:

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

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: My fault or just Spam

2004-02-18 Thread luke
> unfortunately, it's likely it's your fault for using email, hehe...

Damn this new fangled technology! If only this mailing list was backwards
compatible with the USPS. :)

> at
> least one of the recent windows viruses steals addresses from the address
> books of infected machines and sends out mail to/from those addresses.
> It's likely that someone that had your address in their address book was
> infected and your email address got abused as a result.

This is what I was wondering, if somehow my email address had just been
snarfed from this list or if some poor soul on the list was infected with
such a virus.

> i have definitely
> felt the pain of that over the last month, as i'm sure many others have.
> i can't even avoid the pain of using windows by not using windows anymore.
>  i have to convince everyone i know not to use windows :)

Yeah, it's a real shame and trying to get people out of their comfort zone
to try something else seems to be nigh impossible :). But at least I feel
better about what I've configured so far... it's now time for me to learn
more about stopping spam at my server. I believe there was a thread about
this not too long ago. Off I go.

> aaron
>

Luke

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


Need help restoring toasted drive

2004-02-18 Thread Michael R. Wayne

I think the FreeBSD boot manager took out my laptop drive and I'm
hoping to get it back (and willing to go to some extensive effort
to do so).

Dual boot Win2K and FreeBSD.  Just upgraded it to current yesterday.
Rebooted FreeBSD a number of times with no issues.  Today, I needed
to use the Win2K side of things, that booted a number of times as well.

But, when I tried to flip back to FreeBSD, the disk lost it's mind.
Up came the normal prompt:
   F1   ??  (windows partition)
   F2   FreeBSD
But when I hit F2, it changed to 
   F4   FreeBSD
which now does nothing other than looping forever.

I booted from the 5.2 FreeBSD mini-iso CD, looked at the disktable
and the whole disk is marked "unused".  Win2K says it can't see
anything either.  So, I suspect that the partition/label info is
gone but everything else should be there.

Any ideas on how I can dig around and put things back?

/\/\ \/\/

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


Compaq ML350G3 with Smart Array 642 with FreeBSD

2004-02-18 Thread Nanook DownUnder
Hi,

Anyone using this combination?  I'm offered a setup like this for a high IO 
system (log server) and would just like to make sure that FreeBSD will see 
the Raid 5 array properly.

Does FreeBSD see the remove-disk/add-disk events?
If so, can the raid array be re-built without shutting down the OS and 
rebuilding from the SCSI card bios?
If not, is there a Raid 5 controller that has better support with FreeBSD?

Thanks in advance folks.  I'll post a summary of replies.

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


MLDv2 and IGMPv3 in 4.9 or 5.2

2004-02-18 Thread John M. Zwiebel
I'm looking for MLDv2 and IGMPv3 support in FreeBSD.
Is it in 4.9 or 5.2?
thanks

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


Re: Scroll mouse

2004-02-18 Thread Valerian Galeru
How can i make the scroll button work???

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Microsoft USB wireless mouse

2004-02-18 Thread Blain M Gatterdam
I recently bought a micro innovations wireless USB mouse and it worked great
with my FreeBSD. It didn't work too good with windows, so I bought a
Microsoft wireless USB intelimouse. No matter how many times I try to
connect the mouse and the receiver, it wont work. I tried going to the
peripherals and see if I could fix it, but there's no options. I'm a
beginner on FreeBSD and could use any help possible, THANKS!

 

(AMD ATHLON XP 2500+, running windows xp pro and free bsd) 

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


Netgear MA111 USB WLAN

2004-02-18 Thread Peter Risdon
Hi,

Everything I've seen says no, but as a last resort: has anyone managed 
to get one of these working with any version of FreeBSD?

Thanks,

PWR.

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


Re: Administration

2004-02-18 Thread Benjamin Walkenhorst
On Tue, 17 Feb 2004 12:08:52 -0800
"Derek Burns / Bend-Pak" <[EMAIL PROTECTED]> wrote:

> Is there a way I can administer my FreeBSD web server from my pc?

Sure, there's ssh. With ssh you can also do sftp, which works like ftp,
only it's encrypted via ssh.
If your server is on a trusted network, you can also use rlogin or
telnet, but if you connect to you web-server via the internet, *don't
use these*, because they are *very* insecure. 
I run a headless NetBSD-machine at home, which I use as a small home
server (nfs mainly) - except for installing the system or changing
BIOS-settings I can do *everything* via remote login. 

If you run a Un*x-like system on your PC (like, uh, FreeBSD, some other
BSD, Linux) you can also run X11-applications remotely on the server and
have their windows displayed on your local machine - just login with
'ssh -X [EMAIL PROTECTED]'. If you run windows, you can do that, too, but you
have to install third-party software. XFree is available for Win32,
also, there are some commercial packages. I think, Exceed does something
like that.

There are ssh-clients available for windows, as well, of course.

Kind regards,

Benjamin

-- 
If you want to know what god thinks of money, just look at the people
he gave it to.
-- Dorothy Parker
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Error 127 During Makeinstall Phase of Upgrade (4.8-4.9)

2004-02-18 Thread Lowell Gilbert
"Bob Perry" <[EMAIL PROTECTED]> writes:

> I was attempting to upgrade from 4.8 to 4.9 and the program stopped
> during the makeinstall phase with the following error messages:
> 
> ==>gnu/usr.bin/groff/font/devascii
> Making R
> expr: not found
> ***Error code 127

Is your computer's clock set correctly?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Your email message was blocked

2004-02-18 Thread admin
MailMarshal (an automated content monitoring gateway) has 
not delivered the following message:

   Message: B0423d.0001.mml
   From:[EMAIL PROTECTED]
   To:  [EMAIL PROTECTED]
   Subject: information

This is due to automatic rules that have determined that the 
intended recipient is not authorized to receive messages with 
certain potentially dangerous filetypes attached.

If you believe the message was business related please contact 
[EMAIL PROTECTED] and request that the message be released to 
its intended recipient.  If no contact is made within 5 days 
the message will automatically be deleted.

MailMarshal Rule: Content Security (Inbound) : Block Dangerous Attachments

Email Content Security provided by NetIQ MailMarshal.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Move to mail server? WAS Re: Sending mail gets 'Relaying Denied' from off network.

2004-02-18 Thread Jan Grant
On Wed, 18 Feb 2004, Eric F Crist wrote:

> OK, I'm tired of trying to configure sendmail.  I think I give up.  I've hear
> postfix and qmail recommendations the most.  I need a mail server that can do
> a couple of things for me:
>
> 1) Host multiple domains on the same server
> 2) Easy user management and control (quotas?)
> 3) I NEED MY SPAM ASSASSIN
> 3) Webmail recommendation for this mail server.
> 4) Your love and support with what I choose... ;)
>
> Sendmail, since I've used it heavily, has become too much of a burden for me.
> Please reply with a 'vote' and possibly and howtos or 'change-over'
> instructions.  If you all recall, I've failed this once before.

They'll all do this. Personally: exim (actually, multiple exims, but
I've a rather unusual setup) as MTA, cyrus as mailstore, MailScanner in
queue-to-queue mode, and silkymail as webmail client.

Unfortunately, depending on how you want to manage your users, cyrus is
one of the "heavier" imap servers out there. I love it to bits but it
can be tricky to get exactly right. You will need some scripting to tie
your directory/authentication to cyrus quotas.

You'll probably get the same story with most roll-your-own setups. There
are a number of products that claim to be email "appliances" and you
might look at those, depending on how much preexisting infrastructure
you've got for managing virtual domains and users.

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Axioms speak louder than words.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Web Developers - Eric Bids Adieu! - Lockergnome

2004-02-18 Thread Lockergnome
et, and bid to take this project
on. Now keep in mind the lowest bidder will win the project, so you
   need to find a nice balance between workload and the dollars you bid.
   Don't rush out and bid $50 on a full-on Content Management System that
will take you 3 months to deliver. Rather, find small projects that
   you can complete in a few days. This will give you the experience you
  crave, the portfolio you need, and a few greenbacks to line your
   pockets with in the meantime.

   One of the features of this site that must be mentioned is their Safe
   Project Escrow which is designed to ensure that money is only paid to
   those that complete a project to the client's specifications.

 The "Safe Project Escrow" (tm): This Rent A Coder exclusive
 feature, guarantees a stress free transaction by putting you in
 control of releasing funds to the coder. p>Before Rent A Coder,
 many companies had to make non-refundable, up-front payments to
 coders to hire them. This often resulted in deadbeat coders making
 off with deposits, and buyers being left with nothing but empty
 promises and empty wallets.

 However, with the "Safe Project Escrow," you don't pay the coder
 directly, but instead deposit the funds into an escrow account.
 While giving the coder the reassurance that you have the funds, the
 coder also knows that they do not receive any funds until work is
 completed (or a work phase is completed if you are doing a phased
 project).

 Upon completion of work (or work phase), you verify that you've
 received what you've asked for, and authorize the release of funds
 though the site. Since you are in control, you can guarantee that
 you'll get the deliverables that you're asking for!

 [[40]Eric]

[41][Back to Top]

   GOODBYE: Fond Farewells!

   As I mentioned in the GnomeREPORT, this is my last full issue. From
   here on out you'll see me from time to time as I submit articles,
   tips, and more. I want to again thank all of you for your suggestions,
   ideas, tips, and words of wisdom. This really has been a great
   experience for me and I'll treasure the contacts and friends I've made
   from it.

   As a final parting, I'd like to let you in on a little secret recently
   reveled to me. As you know, in the past I featured a program called
   [42]VisitorVille, which allows you to view your website statistics in
   real time as well as in archival format. Shortly after featuring the
   program on Lockergnome, I was contacted by the CEO who wanted to offer
   a discount to everyone. Well, little known to me, he never took the
   discount coupon out of the system, and he's going to keep it in there
   a bit longer! [43]So grab the software, you get 12 days to play with
   it, and when you are ready to buy, use the code gnomies to get 40% off
   for life. Just think of it as my parting gift to all of you!
   [[44]Eric]

[45][Back to Top]

   [46]http://channels.lockergnome.com/web/backissues/20040218.phtml

   Your subscribed e-mail address is [EMAIL PROTECTED] - To
   unsubscribe or change your delivery address, please visit the
   [47]subscription management page.

   © 1996-2004, Lockergnome LLC. ISSN: 1095-3965. All Rights Reserved.
   Please read our [48]Privacy Policy and [49]Terms of Service. Web site
   hosted by [50]Webair. Email newsletters powered by [51]WhatCounts.
   Domain registered at [52]GnomeDOMAINS. The more we disagree, the more
   chance there is that at least one of us is correct.

   OUR CHANNELS:
   [53]Windows Fanatics
   [54]IT Professionals
   [55]Web Developers
   [56]Tech News Watch
   See our [57]Channels Overview for more information and RSS feeds.
   [sidebar-hr.gif]

   OUR NETWORK:
   [58]Lockergnome
   [59]RSS Resource
   [60]GnomeDomains
   [61]GnomePortable
   [62]GnomeSavings
   [63]GnomePersonals
   [64]GnomeJobs
   [65]File of the Day
   [66]Gnomedex

   OUR COMMUNITY:
   [67]Join the Forums
   [68]Chat with Gnomies
   [69]Watch the Webcams
   [70]Recommend Us

   OUR FORUMS:
   [71]Digicam Help
   [72]Apple Help
   [73]Gaming Help
   [74]Networking Help
   [75]Mobile Help
   [76]Programming Help
   [77]RSS Help
   [78]Windows Help
   [79]Linux Help
   [80]Internet Help
   [81]Hardware Help

   CONTACT US:
   [82]General Feedback
   [83]Contact Staff
   [84]Submit Your Link
   [85]Sponsorships
   [86]Ask a Question
   [87]The Editor's Blog
   [sidebar-hr.gif]

   LATEST TECH NEWS:
   [88]Keeping an Eye on Google
   [89]Search Beyond Google
   [90]Intel Concedes 64-Bit Chips Are Wave of the Future
   [91]Chip designers power down latest creations
   [92]Order the Windows Security Update CD
   [93]Smybol Added to Morse Code
  

Re: "Cannot find file system superblock" error - how to recover?

2004-02-18 Thread Scott I. Remick

--- Sergey 'DoubleF' Zaharchenko <[EMAIL PROTECTED]> wrote:

> Here you should have answered `y' (it doesn't ask you to change
> anything yet). Let's try that again, shall we?

Sorry, ok I went through it again, saying Y to all the "Continue?" prompts
but N to all the ones that talked about changing things. The final result
was huge, so instead of posting it here I'll host it on my site:

http://vtbsd.net/fschk.txt

> Well, after all fsck doesn't seem mad (`erase everything and mark fs
> clean'). But if you are really are paranoid, as you should be, you
> should copy the whole contents of the harddrive, maybe to a remote
> machine, by dd (over NFS, perhaps). Perhaps the `sparse' dd option
> would help save a bit of space (by creating `holes' in the file where
> there were NUL's on the harddrive).

I have ordered an additional 80GB drive for this very purpose (along w/ an
external USB enclosure but we don't have to get that working yet). I will
let you know when it arrives. If the next step you want to do is going to
make changes, I'm happy to wait until the 2nd drive is here and we can do
the dd.

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


Re: New

2004-02-18 Thread Kevin D. Kinsey, DaleCo, S.P.
Patrick Rooney wrote:

Want to give it a try!
 

Good for you!

Very experienced with all versions of windows, have been building computers for 15 years..
Sick of the windows restrictions.
 

You mean "where do you want to go today"
didn't get you there? ;-)
What am I in for??
 

A good user community, a stable OS, more
learning about computers (yup!) and plenty
of reading, see below... a bit more care in how
things are done, faster patches for security
issues, but more work tweaking to get things
to run the way *you* want them too...
Have tried many versions of Linux.There are too many anymore.
 

Yep, I decided that when I saw "Chainsaw Linux..." :-)

Where is a good place to start?
 

5.2-RELEASE. Grab the floppies from ftp.freebsd.org
and install over the 'Net.
What's a good read to get up 2 speed???
 

http://www.freebsd.org/handbook

thanks
pjr
 

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


Re: My fault or just Spam

2004-02-18 Thread Ed Budd
It's a virus (my AV calls it Worm.Gibe.F). I bet most of the list gets
these occasionally. Some hapless windows user got infected and has you
in their address book (perhaps through the outlook
auto-add-addresses-to-addressbook-function applied to something you
posted once on a public list??)

Install Clamav from ports and set it up to interface with postfix (I use
it with sendmail milter but should be similar -- check clamav site for
details).

Don't sweat it, man -- life as usual in the wild-and-woolly...

EB

On Tue, 17 Feb 2004 19:29:03 -0600 (CST)
[EMAIL PROTECTED] wrote:

> I've fairly recently setup a mail server to:
> 
> 1) learn about email and server configurations and all that goes along
> with administrating it.
> 
> 2) And being able to recieve loads of email from freebsd-questions
> without fear of restriction on any other account (i.e. loss of email
> that I want to save).
> 
> Anyhow, within the month that I've had my server running I've been
> recieving numerous emails that are obviously malicious to Windows
> users(i.e. contain an attachment with some random-letters.exe and
> nonsense about a patch). In short my concern is not that me or my wife
> will run this, sense we don't use Windows, but whether these emails
> are just spam or if it is my fault.
> 
> If said emails are just spam, fine. Not to say that I like spam but it
> gives me a reason to learn how to setup a spam filter and/or tarpit.
> The reason I worry that it's not just spam is that there are only 2
> accounts, mine and my wifes, and she doesn't use her's except to email
> me and I've only used mine to setup freebsd-questions and email her.
> So why would I be getting spam? So then I think maybe it's my fault.
> 
> What I mean by my fault is, is my machine being used to relay spam and
> then I am getting bounces from the poor people recieve this crap? I
> really would hate for this to be the case. Even if said emails are not
> my fault how do I assure that I am not relaying spam unbeknown to me?
> 
> This is a sample header from one such email. Now I'm not too sure how
> to take this.
> 
> Return-Path: <[EMAIL PROTECTED]>
> Received: from mail.themango.org ([unix socket])
>  by mail.themango.org (Cyrus v2.2.3) with LMTP; Tue, 17 Feb 2004
> 16:06:23 -0600
> X-Sieve: CMU Sieve 2.2
> Received: from centennialrd.net (unknown [196.32.150.6])
>  by themango.org (Postfix) with ESMTP id B2194450F2
>  for <[EMAIL PROTECTED]>; Tue, 17 Feb 2004 16:06:21 -0600 (CST)
> Received: from qexstrg (jp [196.32.129.120])
>  by centennialrd.net (8.12.10/8.12.10) with SMTP id
>  i1HLwZHp022746; Tue, 17 Feb 2004 17:58:36 -0400
> Date: Tue, 17 Feb 2004 17:58:35 -0400
> Message-Id: <[EMAIL PROTECTED]>
> From: "Technical Bulletin" <[EMAIL PROTECTED]>
> To: "MS User" <[EMAIL PROTECTED]>
> SUBJECT: Newest Microsoft Patch
> Mime-Version: 1.0
> Content-Type: multipart/mixed; boundary="bicnhrvs"
> 
> My configuration is FreeBSD 5.2.1, Postfix + Cyrus
> 
> Thanks for any help,
> 
> Luke
> ___
> [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]"


Scanning Utility

2004-02-18 Thread jhoder

hello,

would you be able to recommend a good (the best?) virus scanning utility for 
freebsd?

thanks in advance,

john


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


Re: 5.2.1-RC1 and RC2

2004-02-18 Thread Chris
On Wednesday 18 February 2004 01:59 pm, ian j hart wrote:

> If I forget to clean the filters, the temperature will rise, and the system
> becomes increasingly unstable. A few degrees increase is enough.
>
> My advice is to clean any filters, fans and heatsinks and check the fans
> spin correctly. If the box runs cooler, note the temperature for future
> reference.

Funny you bring this up - I took the case off, cleaned everything out 
including the powersupply. I'm leaving the case off - currently, I'm running 
at 109 degrees (F) and I was able to do my portupgrade of KDE without issues.

All in all, better ventelation is helping out tremendously.

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


Re: My fault or just Spam

2004-02-18 Thread Aaron Peterson
unfortunately, it's likely it's your fault for using email, hehe...  at
least one of the recent windows viruses steals addresses from the address
books of infected machines and sends out mail to/from those addresses. 
It's likely that someone that had your address in their address book was
infected and your email address got abused as a result.  i have definitely
felt the pain of that over the last month, as i'm sure many others have. 
i can't even avoid the pain of using windows by not using windows anymore.
 i have to convince everyone i know not to use windows :)

aaron

> I've fairly recently setup a mail server to:
>
> 1) learn about email and server configurations and all that goes along
> with administrating it.
>
> 2) And being able to recieve loads of email from freebsd-questions without
> fear of restriction on any other account (i.e. loss of email that I want
> to save).
>
> Anyhow, within the month that I've had my server running I've been
> recieving numerous emails that are obviously malicious to Windows users
> (i.e. contain an attachment with some random-letters.exe and nonsense
> about a patch). In short my concern is not that me or my wife will run
> this, sense we don't use Windows, but whether these emails are just spam
> or if it is my fault.
>
> If said emails are just spam, fine. Not to say that I like spam but it
> gives me a reason to learn how to setup a spam filter and/or tarpit. The
> reason I worry that it's not just spam is that there are only 2 accounts,
> mine and my wifes, and she doesn't use her's except to email me and I've
> only used mine to setup freebsd-questions and email her. So why would I be
> getting spam? So then I think maybe it's my fault.
>
> What I mean by my fault is, is my machine being used to relay spam and
> then I am getting bounces from the poor people recieve this crap? I really
> would hate for this to be the case. Even if said emails are not my fault
> how do I assure that I am not relaying spam unbeknown to me?
>
> This is a sample header from one such email. Now I'm not too sure how to
> take this.
>
> Return-Path: <[EMAIL PROTECTED]>
> Received: from mail.themango.org ([unix socket])
>  by mail.themango.org (Cyrus v2.2.3) with LMTP; Tue, 17 Feb 2004
> 16:06:23 -0600
> X-Sieve: CMU Sieve 2.2
> Received: from centennialrd.net (unknown [196.32.150.6])
>  by themango.org (Postfix) with ESMTP id B2194450F2
>  for <[EMAIL PROTECTED]>; Tue, 17 Feb 2004 16:06:21 -0600 (CST)
> Received: from qexstrg (jp [196.32.129.120])
>  by centennialrd.net (8.12.10/8.12.10) with SMTP id i1HLwZHp022746;
>  Tue, 17 Feb 2004 17:58:36 -0400
> Date: Tue, 17 Feb 2004 17:58:35 -0400
> Message-Id: <[EMAIL PROTECTED]>
> From: "Technical Bulletin" <[EMAIL PROTECTED]>
> To: "MS User" <[EMAIL PROTECTED]>
> SUBJECT: Newest Microsoft Patch
> Mime-Version: 1.0
> Content-Type: multipart/mixed; boundary="bicnhrvs"
>
> My configuration is FreeBSD 5.2.1, Postfix + Cyrus
>
> Thanks for any help,
>
> Luke
> ___
> [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]"


root is full

2004-02-18 Thread Will Prater
List,

My root partition is full, but I cannot figure out how it got filled so 
fast the last security check claimed there to be 5% of capacity and now 
its at 108%. Where else can I check to see what is filling the root 
partition?

Thanks in advance

--will

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


Re: New

2004-02-18 Thread Jerry McAllister
> 
> Want to give it a try!

OK.  Good idea.

> Very experienced with all versions of windows, have been building 
> computers for 15 years..
> Sick of the windows restrictions.
> What am I in for??

Some learning work and then some good times with a actual working system.

> Have tried many versions of Linux.There are too many anymore.
> Where is a good place to start?
> What's a good read to get up 2 speed???

Start with reading pretty much everything on the FreeBSD web site.
 http://www.freebsd.org/
especially the handbook and FAQs.
There are several good books out.  I get along quite well with
  FreeBSD Unleashed  by Michael Urban and Brian Tiemann
Someone has walked off with my copy of the Complete FreeBSD which
is also good.But, the FreeBSD Handbook is most authoritative
and is online at the FreeBSD site and also available in print at
various places.

Of course, man pages are essential reading for various things.
But, you knew that.

jerry

> [EMAIL PROTECTED] (work) 
> I have time to read
> [EMAIL PROTECTED] (home) I have time 
> too play with new operating systems
> thanks
> pjr
> ___
> [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: 5.2.1-RC1 and RC2

2004-02-18 Thread ian j hart
On Monday 16 February 2004 3:16 am, Kent Stewart wrote:
> On Sunday 15 February 2004 07:04 pm, Chris wrote:
> > On Sunday 15 February 2004 09:00 pm, Thomas T. Veldhouse wrote:
> > > Chris wrote:
> > > > Is is me? Or has something changed in 5.2 that tends to make
> > > > systems freeze up during portupgrade? Mainly - KDE-3.2.0
> > > >
> > > > That being said, I seem to be seeing this more often on other
> > > > upgrades. Strange thing is, I considered it to be my PC however,
> > > > I never seem to run into the total freeze when doing a
> > > > buildworld.
> > >
> > > No trouble here upgrading 5.2 to current on my desktop and no
> > > trouble upgrading my 5.2p1 to 5.2RC2 on my server.  I suspect your
> > > problem is hardware or driver related.
> > >
> > > Tom Veldhouse
> >
> > Tom,
> >
> > My upgrades (5.2.1 -> 5.2.1-RC1 -> 5.2.1-RC2) went flawless. The
> > issues I'm having is during portupgrade.
> >
> > Kent,
> > Interesting - I did as you advised. I am typically running between
> > 113 and 125 degrees (F) My AMD did come with a fan. Perchance I ought
> > to look into alternative cooling?
>
> Mine ran like that for 53 weeks. The warranty was for 52. When it died,
> it litterally blew one of the voltage regulator ICs on the motherboard.
> All I saw was a flash of light at the same time as a loud bang and the
> top right corner of the IC disappeared. Out was towards me but I didn't
> feel it hit nor could I find it.

Much as I love AMD, I would have to agree about the fans. I bought boxed CPUs 
with fans as I expected that this would provide the right level of cooling 
(and reliability). IIRC the warranty was 2 years. When the first one went 
"wobbly" I replaced the lot. It's just not worth taking the chance.

To the OP, re temperatures. I wouldn't rely too much on what other peoples 
systems report.

The actual temperature of the CPU is going to depend on the speed and CPU core 
architecture (and maybe the BIOS) vs the ambient temp/cooling.

This is as opposed to the temperature reported. The accuracy is going vary 
with method (chip) which means, which M/B. I somehow doubt the sensors are 
individually calibrated against a lab standard.

If you can find somone with the same CPU/Motherboard, those numbers would be 
slightly more useful.

As a counter example my 2100+/Gigabyte GA-VTXE+ (BIOS F6a) sits at 54C idle 
and around 60C when busy. It's perfectly stable (on stable, not current).
[With fvcool idle temp = 30C]

If I forget to clean the filters, the temperature will rise, and the system 
becomes increasingly unstable. A few degrees increase is enough.

My advice is to clean any filters, fans and heatsinks and check the fans spin 
correctly. If the box runs cooler, note the temperature for future reference.

>
> The current fans look like the Antec fans you can see in a Circuit City
> or Best Buy. You can mail order them but I think I would buy one sooner
> than that :). You have been having problems for quite a while now and
> that may be what is going on.
>
> Kent

-- 
ian j hart

http://ars.userfriendly.org/cartoons/?id=20031016

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


Re: dump and :

2004-02-18 Thread Lowell Gilbert
[EMAIL PROTECTED] writes:

> On Wed, Feb 18, 2004 at 09:20:32AM -0500, Lowell Gilbert wrote:
> > [EMAIL PROTECTED] writes:

> > I haven't tried this, but from looking at the man page, I might expect 
> > 
> > dump -f /path/to/dump/dir/some\:file
> > 
> > to work...
> 
> Sorry no, this way the colon is just escaped in the shell.

True; I was just being careful there.
I was hoping that the colon might be ignored if a slash had come
first, on the theory that a slash would be illegal in the remote
syntax anyway.

It wouldn't be terribly hard to put such a check in; is it worth 
the effort?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mail client question...

2004-02-18 Thread Xpression
Hi list, anyone are using exim as a MUA ??? I can't configure it to
send mails, or anyone know a very easy configurable mail client for FreeBSD
??? Thanks in advance...

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


Kdevelop3 port HOWTO?

2004-02-18 Thread J. Seth Henry
Guys,
I would like to help out the kdevelop project by building and testing releases 
on my system. However, as it comes from the project, the source won't 
configure OR (if I managed to dink with the configure script enough to get it 
to complete) compile on my system. This includes the released 3.0.0 version, 
which works in the port tree, so clearly something was done in the ports tree 
to make it build on FreeBSD.

Can anyone tell me what? I'd like to test out a patch in the 3.0.1 version and 
verify that the bug was fixed. Alternately, does anyone know when 3.0.1 is 
going to be included in the ports tree for cvs?

BTW- I submitted a more detailed question to [EMAIL PROTECTED], but haven't 
gotten a reply.

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


Re: Re: your mail

2004-02-18 Thread freeskier
This did it.

Thanks!

 -fs
> 
> From: Saint Aardvark the Carpeted <[EMAIL PROTECTED]>
> Date: 2004/02/17 Tue PM 10:53:30 CST
> To: [EMAIL PROTECTED]
> CC: [EMAIL PROTECTED],  [EMAIL PROTECTED]
> Subject: Re: your mail
> 
> [EMAIL PROTECTED] disturbed my sleep to write:
> > Any ideas?
> > TIA,
> >  FS.
> 
> I had something pretty similar to this with some Compaq computers my
> employer bought at auction.  As I recall, I ended up having to fiddle
> with/turn off DMA in BIOS in order to get it to work.
> 
> Hope that helps,
> Hugh
> -- 
> Saint Aardvark the Carpeted
> [EMAIL PROTECTED]
> Because the plural of Anecdote is Myth.
> 

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


Re: about alpha transparency

2004-02-18 Thread Andreas Kohn
On Wed, 2004-01-21 at 22:51, Molnar Csaba wrote:
> On Monday 19 January 2004 20.08, Florin Betivoiu wrote:
> > Hello. Transparent menus in Fluxbox don't work on my desktop. I run
> > FreeBSD 5.2. Any suggestions? Thanks in advance.
> >
> > 
> No suggestions here, but I have to add that it doesn't work for me either. 
> It would be nice if anyone knew of a solution :)
Hi,

http://www.fluxbox.org/docs/en/faq.php#transparent

I use Esetroot for setting my desktop background, and it works
perfectly.

Regards,
Andreas


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


mplayer

2004-02-18 Thread marlon corleone
how do i fix mplayer-gtk-esound-0.92.0_5 so i can install mplayer?   thanks
mmp# make install clean
===>  mplayer-gtk-esound-0.92.0_5 is marked as broken: Does not compile.
===>  Cleaning for arts-1.2.0,1
===>  Cleaning for esound-0.2.32_1
===>  Cleaning for lame-3.95.1_2
===>  Cleaning for libaudiofile-0.2.5
===>  Cleaning for libmad-0.15.0b
===>  Cleaning for libmikmod-esound-3.1.10_2
===>  Cleaning for libogg-1.1,3
===>  Cleaning for libvorbis-1.0.1,3
===>  Cleaning for libiconv-1.9.1_3
===>  Cleaning for gettext-0.13.1
===>  Cleaning for glib-1.2.10_10
===>  Cleaning for glib-2.2.3_1
===>  Cleaning for gmake-3.80_2
===>  Cleaning for imake-4.3.0_2
===>  Cleaning for libtool-1.3.5_2
===>  Cleaning for libtool-1.5.2_1
===>  Cleaning for nasm-0.98.38_1,1
===>  Cleaning for pkgconfig-0.15.0_1
===>  Cleaning for qmake-3.2.3_1
===>  Cleaning for sdl-1.2.5_3,1
===>  Cleaning for aalib-1.4.r5_1
===>  Cleaning for jpeg-6b_1===>  Cleaning for lcms-1.09_1,1
===>  Cleaning for libmng-1.0.5_1
===>  Cleaning for libungif-4.1.0b1_1
===>  Cleaning for png-1.2.5_3
===>  Cleaning for svgalib-1.4.3_2
===>  Cleaning for tiff-3.6.1_1
===>  Cleaning for perl-5.6.1_15
===>  Cleaning for libdvdcss-1.2.8_1
===>  Cleaning for mplayer-skins-1.1.0
===>  Cleaning for win32-codecs-2.0.90_1,1
===>  Cleaning for xmms-esound-1.2.9_1
===>  Cleaning for cups-base-1.1.20.0
===>  Cleaning for freetype2-2.1.5_2
===>  Cleaning for expat-1.95.6_1
===>  Cleaning for libxml-1.8.17_2
===>  Cleaning for Xft-2.1.2_1
===>  Cleaning for fontconfig-2.2.90_4
===>  Cleaning for gtk-1.2.10_11
===>  Cleaning for qt-3.2.3
===>  Cleaning for XFree86-libraries-4.3.0_6
===>  Cleaning for mplayer-gtk-esound-0.92.0_5
mmp#
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


mkisofs vs large files

2004-02-18 Thread Chris Meyers
I am running 5.1-RELEASE-p2 with dvd+rw-tools version 5.17.4.8.6 and
mkisofs version 2.0.3_1 and I'm having some problems with mkisofs and
files larger than 2GB. Basically what I am trying to do is backup some
database dumps to a dvd. Everything was working fine until the dumps got
larger than 2 Gigs. Now I get this message when I try to use growisofs:

% growisofs -dry-run -Z /dev/cd0 -R -J bkupdir
Executing 'mkisofs -R -J feb8 | builtin_dd of=/dev/pass0 obs=32k seek=0'
mkisofs: Value too large to be stored in data type. File
bkupdir/large-file-20040208.sql.gz is too large - ignoring
Total translation table size: 0
Total rockridge attributes bytes: 169
Total directory bytes: 0
Path table size(bytes): 10

I have looked around and found some articles and emails that say the
mkisofs has a 2 gig limit in some circumstances, but I have also seen
articles and emails that say this shouldn't be the case on FreeBSD or
when dvd+rw-tools is installed.

The man page for mkisofs gives a -split-output option which I tried in
hopes that it would split the file as necessary, but I got the same
error.

Anyone have any clues or advice?

Thanks,
Chris


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


Problems with Apache 1.3 segfaulting in 5.2.1-RC?

2004-02-18 Thread Linh Pham
(I'm not subscribed on the list, so please include me in all replies)

Has anyone ran into problems with Apache 1.3.x segfaulting (signal 11)
under FreeBSD 5.2.1-RC[12]? I had to recently re-install FreeBSD on my
home server and grabbed the latest src-all for RELENG_5_2, which ended
up being for 5.2.1-RC2. Afterwards, I compiled and installed Apache 1.3
plus PHP5 and PostgreSQL and got it up and running without any problems.

Until I checked /var/log/messages. For two nights in a row, I got a slew
of "exited on signal 11" messages for httpd as listed below:

Feb 17 08:13:56 q kernel: pid 21546 (httpd), uid 80: exited on signal 11
Feb 17 08:13:56 q kernel: pid 21236 (httpd), uid 80: exited on signal 11
Feb 17 08:13:56 q kernel: pid 1210 (httpd), uid 80: exited on signal 11
Feb 17 08:13:56 q kernel: pid 508 (httpd), uid 80: exited on signal 11
Feb 17 08:13:56 q kernel: pid 472 (httpd), uid 0: exited on signal 11 (core dumped)
Feb 17 18:33:25 q kernel: pid 84255 (httpd), uid 80: exited on signal 11
Feb 17 18:33:27 q kernel: pid 84254 (httpd), uid 80: exited on signal 11
Feb 17 18:33:29 q kernel: pid 84253 (httpd), uid 80: exited on signal 11
Feb 17 18:33:31 q kernel: pid 84252 (httpd), uid 80: exited on signal 11
Feb 17 18:33:33 q kernel: pid 84251 (httpd), uid 80: exited on signal 11
Feb 17 18:33:35 q kernel: pid 84250 (httpd), uid 80: exited on signal 11
Feb 17 18:33:37 q kernel: pid 84249 (httpd), uid 80: exited on signal 11
Feb 17 18:33:39 q kernel: pid 84248 (httpd), uid 80: exited on signal 11
Feb 17 18:33:41 q kernel: pid 84247 (httpd), uid 80: exited on signal 11

[EMAIL PROTECTED]:~ --> httpd -v
Server version: Apache/1.3.29 (Unix)
Server built:   Feb 17 2004 08:16:33
[EMAIL PROTECTED]:~ --> uname -a
FreeBSD q.internal.closedsrc.org 5.2.1-RC2 FreeBSD 5.2.1-RC2 #0: Sun Feb 15 16:07:21 
PST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/Q  i386

The apache13 port was built and compiled using only "make all install"
and the following in make.conf:

CPUTYPE=p3
CFLAGS=-O -pipe
COPTFLAGS=-O -pipe

Is this a known issue or is there something really b0rked with my
install? Thanks.

-- 
Linh Pham [EMAIL PROTECTED]
Webmaster and FreeBSD Geek  http://closedsrc.org
Apprentice Manager Editor and Writer   http://www.daemonnews.org
Courage: The things I do for love | And So Western Civilization Crumbles


pgp0.pgp
Description: PGP signature


SOLVED! : Please help - URGENT - disk/fsck problems!

2004-02-18 Thread Sean Noonan
> I'm in need of urgent help.  I have a production 4.9-RELEASE
> server.  I track STABLE, last cvsup/make world was about two
> months ago.  After powering on after an extended power outage
> (was given advanced notice by electric company and I shut the
> server down before the outage occurred), the server hung with
> disk problems and suggested I run fsck.  I ran fsck and came
> up with thousands of errors.  I re-ran fsck and came up with
> less.  I repeated this process for what seems like a hundred
> times.  No matter what I do, though, I still have errors that
> fsck seems unable to repair.  HELP!!

Well, seeing as that I didn't get a single response to my URGENT plea for
help, and noting that necessity is the mother of all invention, I managed to
solve this problem myself (48 hours after the fact with users screaming at
me for 6 of them).  I'm repling to my own post in the hopes it'll be
archived and help some poor SOB like myself should they encounter the same
problem.  I don't know if it was the *right* way to solve the problem, or
even if there were alternative ways.  This method did work, though.  It
resulted in some data loss, but I was illing to live with that since I have
good tape backups to restore from.  Here's how I fixed my problem.

After RTFM on fsck (man fsck) for the 4,341st time, I noticed under the "see
also" section a utility called fsdb, the FFS debugging/editing tool.  While
messing with inodes and such as always scared the hell out of me, I figured
I had nothing to loose at this point.  I went back to my fsck output and
noted that certain errors seemed to never go away, like this one:

INCORRECT BLOCK COUNT I=447212 (5280 should be 4064)

I assumed that the "I" above was an Inode number.

I fired up fsdb with the disk slice in question as a paramenter, like this:

fsdb /dev/da0s1g

This gave me a "fsdb >" prompt.

>From there I issued the command:

clri i-number (e.g., clri 447212).

This apparently nukes the Inode number given to it.

I did this for all the Inode numbers that continually re-appeared after
numerous fsck's.

I typed "quit" (or was it "exit"?) to leave fsdb and then re-ran fsck.

Problem sovled.  Restored from tape (love AMANDA!) and I was good-to-go!

Hopes this helps somebody...

Thanks,

--Sean Noonan


*

No employee or agent is authorized to conclude any binding agreement on behalf of 
Watkins Contracting, L.P., with another 
party by email without express written confirmation by an Officer of the company.  In 
addition, any views or opinions 
presented in this email are solely those of the author and do not necessarily 
represent those of Watkins Contracting, L.P.  
Employees of Watkins Contracting, L.P., are expressly required not to make defamatory 
statements and not to infringe or 
authorize any infringement of copyright or any other legal right by email 
communications.  Any such communication is contrary 
to company policy and outside the scope of the employment of the individual concerned. 
 The company will not accept any 
liability in respect of such communication, and the employee responsible will be 
personally liable for any damages or other 
liability arising.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Freebsd-4.9

2004-02-18 Thread Dmitry Chorine
I think you were right, my date was incorrect, I changed my date rebuild
world and now it's installing just fine

Thanks

-Original Message-
From: Kent Stewart [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 18, 2004 12:11 AM
To: [EMAIL PROTECTED]
Cc: matthew; Dmitry Chorine
Subject: Re: Freebsd-4.9


On Tuesday 17 February 2004 04:35 pm, matthew wrote:
> On Tue, 17 Feb 2004, Dmitry Chorine wrote:
> > Hi
> >
> > I just download ISO of 4.9-RELEASE and after installing I cvsup 
> > RELENG_4_9, after that I buildwolrd and buildkernel, kernel 
> > installed fine, but when I install world I get this error:
> >
> > --
> >
> > >>> Installing everything..
> >
> > --
> > cd /usr/src; make -f Makefile.inc1 install
> > ===> share/info
> > ===> include
> > creating osreldate.h from newvers.sh
> > setvar PARAMFILE /usr/src/include/../sys/sys/param.h;  .
> > /usr/src/include/../sys/conf/newvers.sh;   
> > echo "$COPYRIGHT" > osreldate.h;   echo "#ifdef
> > _KERNEL"
> >
> > >> osreldate.h;   echo '#error "osreldate.h must
> > >> not be
> >
> > used in the kernel, use sys/param.h"' >> osreldate.h;  echo "#else"
> > >> osreldate.h;  echo \#'undef
> > __FreeBSD_version' >> osreldate.h;   echo \#'define
> > __FreeBSD_version' $RELDATE >> osreldate.h;  echo "#endif" >> 
> > osreldate.h
> > touch: not found
> > *** Error code 127
>
> What happened to the small program "touch"?
>
> bash-2.05b$ whereis touch
> touch: /usr/bin/touch
>
> Do you have that program too?

This is usually caused by a system date that is borked. Correct the 
system date/time and it should install just fine. You may have to 
rebuild the world before you can install.

Kent

>
> m
>
> > Stop in /usr/src/include.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> >
> > Any ideas?
> > ___
> > [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]"

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Request For some Help on Netgraph Nodes

2004-02-18 Thread Arunav Roy
Hello Friends , 
 
I am Arunav Roy . I have recently started working on
NETGRAPH  .  Even I am planning to write program for a
netgraph node through which I could  connect my node
to the Ether node and read the packets  , capture them
and  make changes  
in the packet fields . 
 
I have tried out a few things and I have faced
problems in few things such as : 
1)  How to print the packet information on the konsole
when the packet passes through the node. 
2)  How can I make changes in the Packet header 
3)  What are the different types of errors which we
can induce in  TCP/IP connection to test the
reliability of TCP/IP 
 
 These are few of my doubts . I will be very grateful
if somebody could help me out with my difficulty. I
would  definitely be looking forward for some help. 

 
  -  Arunav  Roy
( [EMAIL PROTECTED])

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


KDE icon changing and permissions.

2004-02-18 Thread Chris
Hiya folks,

I finally was able to work past my overheating and KDE issues. I'm proudly 
running 3.2.0 now.

Was wondering, I prefer to use icons of my own on the task bar. I normally 
like to have Konqueror there with a differant icon. The issue however, is 
that I am unable to. The locale of this seems to be in 
/usr/local/share/applications/kde/konqbrowser.desktop

The permissions are root and root alone. Can I safely get by this by either 
changing it to me, or create another with only me as  the permission holder?

Your thoughts...

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


Re: problems with FreeBSD 4.9 disk 1 ISO image

2004-02-18 Thread Steven N. Fettig
Martin Hudec (www.webcom.sk) wrote:

Did you try to burn it using slower speed? This is maybe a long shot..

Cheers,
Martin
 

Martin actually has a point.  I have had problems with the FreeBSD 5.1.2 
ISO's - which made me think that for some reason the ISO's I was 
downloading were corrupted (every time I tried to install it on *one* of 
my machines, it crapped out with an error when installing the base 
system).  I checked the MD5 checksums and found out they were the same. 
Two things that solved this: burning at a lower speed and in one case, 
and downloading the ISO again in another case. 
Another oddity I learned about in a situation some months ago:  I work a 
lot on OS X/Macs.  I downloaded one of the ISO's over night, copied it 
the next morning to a FAT formatted firewire HD, brought it to work and 
burned it on another OS X machine after copying it over from the 
firewire HD.  The install process using *that* CD always errored out (I 
tried burning it 3 times).  I went back to the original OS X computer 
and burned a copy from the ISO I had originally downloaded and voila - 
no problems.  I found that copying from one FS to another can also 
sometimes corrupt ISO's.  I don't understand why, but this is not the 
first time this has happened - and it is not only with FreeBSD ISO's.  I 
learned to always double check the MD5's after that and be careful of 
crossing FS's multiple times.

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


4.9-stable system lockup with vinum raid5 activity

2004-02-18 Thread Tony Frank
Hi all,

I'm running 4.9-STABLE built 17th Feb based on cvsup on same day.
Custom kernel in use with device polling enabled on fxp0.
Kernel config is attached in case anyone can spot anything obvious there.
It's an 'older' system, Pentium2-200, 132mb ram, basic Asus slot1 m/b
(Via chipset) with 2 ide/ata disks (ad0, ad2)
Also has a adaptec 2940UW SCSI (ahc0) with 4x4g scsi drives (da0-da3)
kernel + vinum loaded via loader.conf with vinum root environment 
built around ad0 & ad2.

See some other messages in questions regarding exact build of this box
due to previous problems with vinum & raid5 volume.

First I noticed fsck had errors right after I newfs'd my raid5 volume.
I let fsck fix the errors and mounted the volume.
I then copied some test data across and while this appeared to work, the 
md5 checksum of the files copied across no longer matches my original 
md5 records taken from both a separate system (transferred via ftp) and 
from another volume (a vinum mirror) on the same system.

My test data is an iso CD image + a tar archive containing /usr/obj from
my build system.  Around 1gig all up and lots of files/dirs in the tar file.
I then tried extracting the tar archive and after about 20 mins the 
system appeared to freeze.
At this time vty switching was still working and I noticed the following
on the console:
(hand copy)

devstat_end_transaction: HELP!! busy_count for da2 is < 0 (-1)!
devstat_end_transaction: HELP!! busy_count for da2 is < 0 (-1)!
devstat_end_transaction: HELP!! busy_count for da3 is < 0 (-1)!
devstat_end_transaction: HELP!! busy_count for da3 is < 0 (-1)!
devstat_end_transaction: HELP!! busy_count for da3 is < 0 (-2)!
ahc0: Timedout SCB already complete. Interrupts may not be functioning.
ahc0: Timedout SCB already complete. Interrupts may not be functioning.
ahc0: Timedout SCB already complete. Interrupts may not be functioning.
ahc0: Timedout SCB already complete. Interrupts may not be functioning.
ahc0: Timedout SCB already complete. Interrupts may not be functioning.
ahc0: Timedout SCB already complete. Interrupts may not be functioning.

I tried a few commands but while the first few went through any
new command I ran through the console appeared to pause for ~5 mins
before running, eg "vmstat -i"

Pressing ctrl-t on the console for vmstat shows:
load: 0.00  cmd: vmstat 455 [flswai] 0.00u 0.01s 0% 472k

I eventually pressed 'ctl-alt-del' (no debugger in this kernel)
and after ~20 mins the box has now rebooted but did no restart.
As it is a test system I am now going to further investigate in
the morning.

Full history of what I was doing:

raider# umount /data
raider# newfs -v /dev/vinum/data
Warning: Block size and bytes per inode restrict cylinders per group to 22.
Warning: 1856 sector(s) in last cylinder unallocated
/dev/vinum/data:35211456 sectors in 8597 cylinders of 1 tracks, 4096 sectors
17193.1MB in 391 cyl groups (22 c/g, 44.00MB/g, 10944 i/g)
super-block backups (for fsck -b #) at:
 32, 90144, 180256, 270368, 360480, 450592, 540704, 630816, 720928, 811040, 901152, 
991264, 1081376, 1171488, 1261600, 1351712, 1441824, 1531936, 1622048,
 1712160, 1802272, 1892384, 1982496, 2072608, 2162720, 2252832, 2342944, 2433056, 
2523168, 2613280, 2703392, 2793504, 2883616, 2973728, 3063840, 3153952,
 3244064, 3334176, 3424288, 3514400, 3604512, 3694624, 3784736, 3874848, 3964960, 
4055072, 4145184, 4235296, 4325408, 4415520, 4505632, 4595744, 4685856,
 4775968, 4866080, 4956192, 5046304, 5136416, 5226528, 5316640, 5406752, 5496864, 
5586976, 5677088, 5767200, 5857312, 5947424, 6037536, 6127648, 6217760,
 6307872, 6397984, 6488096, 6578208, 6668320, 6758432, 6848544, 6938656, 7028768, 
7118880, 7208992, 7299104, 7389216, 7479328, 7569440, 7659552, 7749664,
 7839776, 7929888, 802, 8110112, 8200224, 8290336, 8380448, 8470560, 8560672, 
8650784, 8740896, 8831008, 8921120, 9011232, 9101344, 9191456, 9281568,
 9371680, 9461792, 9551904, 9642016, 9732128, 9822240, 9912352, 10002464, 10092576, 
10182688, 10272800, 10362912, 10453024, 10543136, 10633248, 10723360,
 10813472, 10903584, 10993696, 11083808, 11173920, 11264032, 11354144, 11444256, 
11534368, 11624480, 11714592, 11804704, 11894816, 11984928, 12075040,
 12165152, 12255264, 12345376, 12435488, 12525600, 12615712, 12705824, 12795936, 
12886048, 12976160, 13066272, 13156384, 13246496, 13336608, 13426720,
 13516832, 13606944, 13697056, 13787168, 13877280, 13967392, 14057504, 14147616, 
14237728, 14327840, 14417952, 14508064, 14598176, 14688288, 14778400,
 14868512, 14958624, 15048736, 15138848, 15228960, 15319072, 15409184, 15499296, 
15589408, 15679520, 15769632, 15859744, 15949856, 16039968, 16130080,
 16220192, 16310304, 16400416, 16490528, 16580640, 16670752, 16760864, 16850976, 
16941088, 17031200, 17121312, 17211424, 17301536, 17391648, 17481760,
 17571872, 17661984, 17752096, 17842208, 17932320, 18022432, 18112544, 18202656, 
18292768, 18382880, 18472992, 18563104, 18653216, 18743328, 18833440,
 189235

problems with interchange-4.8.7 on FreeBSD 5.1 RELEASE

2004-02-18 Thread martijn
Hi,

I am trying to install and run interchange on my FreeBSD server. I first
updated the ports directory-> succesful. Then I did a
"make -DCHECK_FOR_IC_USER all install". This went all well. A new user and
group (interch) is added and it seems that it is installed properly. Next
thing to do is creating a new catalog for interchange. Therfor I did the
following:

% cd /usr/local
% bin/makecat

A wizzard starts and I accepted all the defaults. And somewhere the wizzard
is asking for the location of "vlink". As I did not know what the right
thing to do was. I searched for this file and found it in

/usr/local/interchange/src/

The above path is exactly what I typed in during the makecat. After the
makecat has finished I started the interchange server. Via su interch.
(first I had to change the shell of interch via chpass, otherwise it was not
possible to su).

All seemed to go well. But after all this I can see the file 'foundation' in
cgi-bin but it will not run.
Browsing to http://myIP/cgi-bin/foundation gives the following error in my
/var/log/httpd-error.log.

 -/var/log/httpd-error.log -
---
[Wed Feb 18 16:28:54 2004] [error] (8)Exec format error: exec of
/usr/local/www/cgi-bin/foundation failed
[Wed Feb 18 16:28:54 2004] [error] [client 192.168.1.3] Premature end of
script headers:
/usr/local/www/cgi-bin/foundation-


I have tried the complet procedure from making the port till making the
catalog for 4 times now. I even have rebuild my kernel with maxusers 256 as
red somewhere this could be the problem with this type of error on an
FreeBSD system running interchange.


Can someone help me on this subject.




output uname -a

FreeBSD freebsd.tmenv.com 5.1-RELEASE FreeBSD 5.1-RELEASE #1:
Wed Feb 18 13:34:02 CET 2004
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/FREEBSD  i386
---Best
regards,Martijn Dekker.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Move to mail server? WAS Re: Sending mail gets'Relaying Denied' from off network.

2004-02-18 Thread Jason Wilson
We all have our preferences. If you're looking for a "Turn-Key"
solution, Courier-MTA or Mail Toaster set-ups are damn fine. If you're
up for the learning experience, which will broaden your knowledge of how
all the pieces fit together, below is my open-ended recommendation:

Postfix (the mail/postfix port) with MySQL or Postgres as a
configuration backend. There are a lot of examples of how to do this
with MySQL on the Postfix webpage (www.postfix.org) which can be easily
adapted to Postgres if you so choose.

Cyrus as a POP3/IMAP server, with Web-Cyradm (see mail/cyrus-imapd22 and
www.web-cyradm.org) or...
Dovecot as a POP3/IMAP server, which I've found to be smokin fast and
fairly easy on the memory load (mail/dovecot) or...
As I was digging through the ports, DBMail looks interesting as well
(mail/dbmail).

You may also want procmail (mail/procmail) or maildrop (mail/maildrop)
for delivery.

SpamAssassin for filtering (mail/p5-Mail-SpamAssassin) and possibly
Amavis-new (security/amavis-new) with ClamAV (security/clamav). With
this setup, you could let Amavis-new do both your SpamAssassin and AV
scanning. Also, ClamAV is but one choice in the Virus scanning choices
in ports/security. If going the Postfix route, it is recommended by the
author to avoid MailScanner.

As for webmail, everyone has their own opinion as to which one they like
best. I've been a fan of IMP so I'll advocate the Horde Framework + IMP.
If you'd like any additional web-workgroup features, adding calendaring
(Kronolith), contacts (Turba), or any other features is a snap. 

I know it's not down to the wire specific, but with the exception of the
"Turn-Key" solutions, a mail server is a sum of its parts as well as the
child of it's admin (Daddy, could I have 50 dollars for more RAM
please).

Regards,
Jason Wilson
Sr. Network Engineer
Nobilis Software

-Original Message-
From: matthew [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 18, 2004 3:16 AM
To: Luke Kearney
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Move to  mail server? WAS Re: Sending mail
gets'Relaying Denied' from off network.



On Wed, 18 Feb 2004, Luke Kearney wrote:

>
> On Wed, 18 Feb 2004 00:26:47 -0600
> Eric F Crist <[EMAIL PROTECTED]> granted us these pearls of
wisdom:
>
> > OK, I'm tired of trying to configure sendmail.  I think I give up.
I've hear
> > postfix and qmail recommendations the most.  I need a mail server
that can do
> > a couple of things for me:
> >
> > 1) Host multiple domains on the same server
> > 2) Easy user management and control (quotas?)
> > 3) I NEED MY SPAM ASSASSIN
> > 3) Webmail recommendation for this mail server.
> > 4) Your love and support with what I choose... ;)
> >
> > Sendmail, since I've used it heavily, has become too much of a
burden for me.
> > Please reply with a 'vote' and possibly and howtos or 'change-over'
> > instructions.  If you all recall, I've failed this once before.
>
> http://www.tnpi.biz/internet/mail/toaster/
>
> is a favourite of mine and if I can install it you can too :-), pretty
> bullet proof and easy to manage not to mention scaleable.
>

http://www.courier-mta.org

'nuff said

m

> HTH
>
> LukeK
>
>
> ___
> [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]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Setting up samba as PDC

2004-02-18 Thread BUTTERWORTH,THADDAEUS (HP-Boise,ex1)
Hello all,

I'm needing to set up my machine as a PDC. When I go to add users using the
smbpasswd -a username command I get the following error. Does anyone have
any suggestions on how to fix this error?

 

New SMB password:

Retype new SMB password:

LDAPS option set...!

fetch_ldap_pw: no ldap secret retrieved!

ldap_connect_system: Failed to retrieve password for  from secrets.tdb

LDAPS option set...!

fetch_ldap_pw: no ldap secret retrieved!

ldap_connect_system: Failed to retrieve password for  from secrets.tdb

Failed to add entry for user username.

Failed to modify password entry for user username

 

 

Thanks in advance,

Thad

 

**

Thad Butterworth

396-5321

[EMAIL PROTECTED]  

\\et.boi.hp.com  

**

 

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


Re: dump and :

2004-02-18 Thread bla
On Wed, Feb 18, 2004 at 09:20:32AM -0500, Lowell Gilbert wrote:
> [EMAIL PROTECTED] writes:
> 
> > just stumbled over this. If I try to do a dump to a file which has a ':'
> > in its name or path, dump tries to connect to a server (which is 
> > obvious as this is the notation for a remote dump).
> 
> Precisely.
> 
> > example: 
> > # dump -f some:file /var
> >   DUMP: rcmd: getaddrinfo: hostname nor servname provided, or not known
> >   DUMP: login to some as root failed.
> > 
> > escaping (dump -f "some\:file" /var) does not work. 
> 
> Right; it's not the shell that you need to hide the colon from, so
> escaping it in the shell syntax won't make any difference.

That's why I put the " aroud the name (trying to escape the colon to dump)

> 
> > Is this behaviour
> > intended?
> 
> Yes; as you pointed out yourself, it's the notation for remote host
> access. 
> 
> >   Is there a workaround? (besides making a symlink w/o the : in
> > the name or using another filename/path)
> 
> I haven't tried this, but from looking at the man page, I might expect 
> 
> dump -f /path/to/dump/dir/some\:file
> 
> to work...

Sorry no, this way the colon is just escaped in the shell.

> 
> -- 
> Lowell Gilbert, embedded/networking software engineer, Boston area: 
>   resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
>   username/password "public"

thanks anyway

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


Re: 4.9 install-boot problems

2004-02-18 Thread Lowell Gilbert
<[EMAIL PROTECTED]> writes:

> installed 4.9, when i boot i get the message: "panic:contigmalloc1:
> size must not be 0" and that's as far as it goes. i dual boot with
> linux, the mbr is not a problemm since i can select either os
> without problems. anybody know what the problem is and a fix?
> appreciate ur help,thanks.

This seems to be one of the symptoms of buggy AGP support in the
system firmware.  Unfortunately, there is no longer any supported way
of installing FreeBSD without it -- AGP is in the GENERIC kernels, and
has been for quite some time now.
You might try booting to the loader and disabling AGP, but I'm not sure
that will help.

> incidentally, / on 4.9 is well inside the 8g limit, though it seems
> that on freebsd that's not a requirement, at least i haven't seen
> any mention of it.

The kernel has to be inside whatever *BIOS* limit exists for booting.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password "public"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: information installation freeBSD

2004-02-18 Thread Jerry McAllister
> 
> 
>Bonjour,
> 
>je vien d'apprendre que linux à un OS 64bit --> freeBSD 64.
>Je n'ai jamais utilisé linux aupartavant et j'aimerai bien savoir
>comment pourrais je le télécharger et l'installé sur mon AMD 64.
> 
>Je vous remercie d'avance.
> 
>--
>---
> 
>Hello,
> 
>I learn that linux have a OS 64bit --> freeBSD 64.
>I never used linux and I will like to know how could I download it and
>installed on my AMD 64.

Well, you are asking this on a FreeBSD mail list.  FreeBSD is NOT Linux.
(It is better :-) ) 

You can download and install FreeBSD quite easily.  Start at the
FreeBSD web page   http://www.freebsd.org/   find and read the handbook
installation instructions on that site.  It explains things in detail.

Basically, there are two ways.  One is to download a boot/install image
either for CD or floppy if you don't have CD.  Use it to boot the
machine and install over the net from one of the FreeBSD sites.
The other way is to buy a set of installation CDs from one of several
places that package a FreeBSD installation.  www.freebsdmall.com  is
one of them, and there are others.

You can create a system with both FreeBSD and Linux (and MS-Win as well)
called creating a dual boot system if you want.  There is information
in the handbook about doing that.

Also, I would guess there might be a French version of the documentation
as well as download mirrors in France if that is helpful.

jerry

> 
>I thank you in advance.
>  _
> 
>Spécial Saint-Valentin [1]Cliquez-ici
> 
> References
> 
>1. http://g.msn.com/8HMBFRBE/2731??PS=
> ___
> [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: pxe boot problems

2004-02-18 Thread Mipam
In loader.rc i did unset acpi and now it gets a little further:
after loading mfsroot (rotating /), after that i see:

no such file or directory

Then press enter to boot kernel now 
the kernel is located /boot/kernel/kernel
when i press enter all i see is a / and the system hangs.
Any hints?
Bye,

Mipam.



> Im trying to install freebsd on a system (i386 system) without cdrom or
> floppy.
> I created a loader.rc and the kernel (used from /boot/kernel) and I
> created an mfsroot from the mfsroot.flp which can be downloaded from
> freebsd.org. The kernel is loaded, then mfsroot is loaded.
> my loader.rc
>
> echo Loading mfsroot...
> load -t mfs_root /mfsroot
> echo booting...
> echo \007\007
> echo initializing h0h0magic...
> set boot_userconfig
> set vfs.root.mountfrom="ufs:/dev/md0c"
> boot
>
> after mfsroot has been loaded is see:
> initializing h0h0magic...
> then a loud BEEP and then it stops and the system reboots.
> What am i doing wrong? Any hints what to do now?
> Bye,
>
> Mipam.
>
>
>

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


RE: Freebsd-4.9

2004-02-18 Thread Dmitry Chorine
Yes, I do
 
Alexus


-Original Message-
From: matthew [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 17, 2004 7:36 PM
To: Dmitry Chorine
Cc: [EMAIL PROTECTED]
Subject: Re: Freebsd-4.9




On Tue, 17 Feb 2004, Dmitry Chorine wrote:

> Hi
>
> I just download ISO of 4.9-RELEASE and after installing I cvsup 
> RELENG_4_9, after that I buildwolrd and buildkernel, kernel installed 
> fine, but when I install world I get this error:
>
> --
> >>> Installing everything..
> --
> cd /usr/src; make -f Makefile.inc1 install
> ===> share/info
> ===> include
> creating osreldate.h from newvers.sh
> setvar PARAMFILE /usr/src/include/../sys/sys/param.h;  .
> /usr/src/include/../sys/conf/newvers.sh;echo
> "$COPYRIGHT" > osreldate.h;   echo "#ifdef
_KERNEL"
> >> osreldate.h;   echo '#error "osreldate.h must not
be
> used in the kernel, use sys/param.h"' >> osreldate.h;  echo "#else" >>
> osreldate.h;  echo \#'undef
> __FreeBSD_version' >> osreldate.h;   echo \#'define
> __FreeBSD_version' $RELDATE >> osreldate.h;  echo "#endif" >> 
> osreldate.h
> touch: not found
> *** Error code 127
>

What happened to the small program "touch"?

bash-2.05b$ whereis touch
touch: /usr/bin/touch

Do you have that program too?

m

> Stop in /usr/src/include.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> Any ideas?
> ___
> [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: dump and :

2004-02-18 Thread Lowell Gilbert
[EMAIL PROTECTED] writes:

> just stumbled over this. If I try to do a dump to a file which has a ':'
> in its name or path, dump tries to connect to a server (which is 
> obvious as this is the notation for a remote dump).

Precisely.

> example: 
> # dump -f some:file /var
>   DUMP: rcmd: getaddrinfo: hostname nor servname provided, or not known
>   DUMP: login to some as root failed.
> 
> escaping (dump -f "some\:file" /var) does not work. 

Right; it's not the shell that you need to hide the colon from, so
escaping it in the shell syntax won't make any difference.

> Is this behaviour
> intended?

Yes; as you pointed out yourself, it's the notation for remote host
access. 

>   Is there a workaround? (besides making a symlink w/o the : in
> the name or using another filename/path)

I haven't tried this, but from looking at the man page, I might expect 

dump -f /path/to/dump/dir/some\:file

to work...

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password "public"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Logitech Quickcam Express USB

2004-02-18 Thread Paul A. Hoadley
On Wed, Feb 18, 2004 at 06:11:40AM -0500, Osmany Guirola Cruz wrote:

> i expect that FreeBSD team do something about this "I think that its
> a bad idea try to find the solution with Linux reverse engineering

The problem is that Logitech hasn't released the details on how to
communicate with the device.  There's not much anyone can do about
that.  I suspect the difficulty you'll have in getting the 'FreeBSD
team [to] do something about this' is that it's just not a very
interesting problem---there are other cameras around with open
specifications.  Certainly I gave up on the QuickCam in pretty short
order and just got another camera.


-- 
Paul.

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


Re: Using SED in a script

2004-02-18 Thread Jack L. Stone

On Tue, 17 Feb 2004, Saint Aardvark the Carpeted wrote:

> Jack L. Stone disturbed my sleep to write:
> > This would be the steps:
> > - grep(1) the new string and pipe to sed(1) ..??
> > - sed(1) to find the old string & replace with the new string in a file.
> > Am I on the right track??
>
> I think so, yeah -- something like this should work:
>
>   #!/bin/sh
>
>   new=`grep foo /path/to/bar`
>   old=`cat /path/to/oldvariable`
>
>   sed -i.bak -e "s/$old/$new/" /file/to/edit
>
> Note that I'm using double quotes (") rather than the single quotes (')
> you usually see with sed scripts; that's so I can use $newvariable
> and still have the varible substituted in.  This assumes there's nothing
> in $old or $new that would need to be escaped (quotes, slashes, etc).
> Also, my simplistic example for grep and cat assumes that the product of
> each is the thing you need to search/replace and nothing else -- if you
> need the third field (say), look at awk(1).  The "-i" option tells sed
> to edit the file in place, but keep a backup named "/file/to/edit.bak".
>
> Another, and maybe more robust approach, to editing the file would be to
> try Perl, Programming Language of the Elder Gods.  (Yeah, I'm a fan. :-).
> The last line could be replaced by:
>
>   perl -i.bak -new="$new" -old="$old" -e's/$old/$new/' \
>   /file/to/edit
>
> ...which would be a way of getting difficult values of new and old into
> single quotes.
>
> HTH,
> Hugh


Hugh: Thanks for the reply. This gives me two interesting approaches which
should do the job.

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


Re: Help with Vinum disk crash...

2004-02-18 Thread Tony Frank
Hi,

On Wed, Feb 18, 2004 at 01:15:18PM +0100, Danny Carroll wrote:
> Quoting Tony Frank <[EMAIL PROTECTED]>:

> > So you have a subdisk down which means Vinum can still read from the plex
> > but has to manually calculate the missing subdisk data.
> But I assume it cant write till I replace it..

I believe it should function for both read & write in degraded mode.
Any reads will have to be rebuilt hence there will be a big hit in performance.

> > Typically I see this problem when trying to mount filesystem with incorrect
> > type.
> > Was your filesystem ufs?  If not you probably need to specify the type to
> > mount
> > command using -t parameter.  See "man 8 mount" for details.
> >
> > Have you tried running fsck against the volume?
> >
> > Assuming ufs filesystem, I'd suggest starting with:
> >
> > fsck -n -t ufs /dev/vinum/data
> >
> > Note the -n option tells fsck not to correct any errors but will give you an
> > indication about what is going on.
> fsck -n -t ufs did not work...Seems like fsck does not know -t ...
> You dont want to see the output from that...  Nearly every inode has problems..

I got confused with mount there. :)

> I ran it without the -n and the first entry looks like this:
> 
> UNKNOWN FILE TYPE I=188225^C[12:39 PM [EMAIL PROTECTED]:/usr/home/danny]#fsck
> /dev/vinum/data
> ** /dev/vinum/data
> ** Last Mounted on /usr/jails/ftp/data
> ** Phase 1 - Check Blocks and Sizes
> UNKNOWN FILE TYPE I=29
> 

Well -n is useful in that it makes no changes...

> > There are extra things you can try (recover using alternate super-block) but
> > perhaps wait and see the results first?
> How do I read an alternative superblock wih a vinum drive???

superblock is a filesystem function - so you run fsck with -b option as so:

fsck -b x

where x is the replacement superblock.
Typically 32 is a valid replacement (says this in fsck man page) so you might want
to try "fsck -n -b 32 /dev/vinum/data"

The newfs output will give you a list of the superblocks created.

You can 'rerun' newfs with:

newfs -N -v /dev/vinum/data 

Be sure to include the -N as otherwise it will overwrite your volume.

If 32 wont work you can try a higher number

> > Another option would be to force the particular subdisk down and try the
> > above steps again.
> Something like:
> 
> vinum down data.p0.s0 ???

The command would be "vinum stop data.p0.s0"
In my case I had to do "vinum stop -f data.p0.s0"

In your case if you have replaced the faulty drive you should be
able to run 'vinum start data.p0.s0' to have the subdisk rebuilt in the 
background.
This will take a long time for your listed volume sizes.

However this should not have any impact to your situation.
The volume is working at the Vinum level (although degraded)
The problem here is that the data on the vinum volume appears to be
somehow corrupt.

If the fsck option with alternate superblock doesn't help I think
the only option is a restore of data.

If you do that I would recommend rebuilding the vinum configuration.
Arrange a single vinum partition per disk and then use multiple subdisks
to share the storage amongst different plexes.

Here's output of a scenario I just now ran on my test box:
I got a lot of errors with fsck which are strange to me as I have 
only two files on the filesystem. 
More investigation ongoing (probably tomorrow as it's now late)
Throughout the various activities vinum gives full access to the 
volume with only one subdisk lost.

raider# vinum stop data.p0.s0
Can't stop data.p0.s0: Device busy (16)
raider# vinum lv -r data
V data  State: up   Plexes:   1 Size: 16 GB
P data.p0R5 State: up   Subdisks: 5 Size: 16 GB
S data.p0.s0State: up   PO:0  B Size:   4298 MB
S data.p0.s1State: up   PO:  492 kB Size:   4298 MB
S data.p0.s2State: up   PO:  984 kB Size:   4298 MB
S data.p0.s3State: up   PO: 1476 kB Size:   4298 MB
S data.p0.s4State: up   PO: 1968 kB Size:   4298 MB

raider# vinum stop -f data.p0.s0
vinum: data.p0.s0 is down by force
vinum: data.p0 is degraded
raider# vinum lv -r data
V data  State: up   Plexes:   1 Size: 16 GB
P data.p0R5 State: degraded Subdisks: 5 Size: 16 GB
S data.p0.s0State: down PO:0  B Size:   4298 MB
S data.p0.s1State: up   PO:  492 kB Size:   4298 MB
S data.p0.s2State: up   PO:  984 kB Size:   4298 MB
S data.p0.s3State: up   PO: 1476 kB Size:   4298 MB
S data.p0.s4State: up   PO: 1968 kB Size:   4298 MB

raider# ll /data
total 1046000
-rw-r--r--  1 root  wheel  510709760 Feb 17 22:45 objtest.tar
-rw-r--r--  1 root  wheel  559839232 Feb 17 22:40 office2k.iso
raider# umount /data
vinum: data.p0.s0 is obsolete by force
raider# vinum lv -r data
V data  

Re: How to stop the cursor of emacs blinking in console?

2004-02-18 Thread Lowell Gilbert
loader <[EMAIL PROTECTED]> writes:

> I use FreeBSD5.2.1-RC2, and emacs21. How can I stop the cursor blinking in console?

I thought the default was that it didn't do that on the console...

Check out the blink-* variables; 
I think that a .emacs setting of 
(blink-cursor-mode nil) 
should ensure the disabling of the blinking cursor.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-18 Thread Tim Robbins
On Tue, Feb 17, 2004 at 02:04:06PM +0100, Stefan Krantz wrote:

> 
> > > > > > I would like to extract a large (11GB) tar file on an ext3 filesystem. But
> > > > > > it shows only to be about 3gb large:
> > > > > >
> > > > > > yabba# ls -la pictures.tar
> > > > > > -rw-r--r--  1 root  wheel  3317055488 Feb 15 19:03 pictures.tar
> > > > > >
> > > > > > Is there any possible way to extract the file?
> > > > >
> > > > > It shouldn't be appearing truncated.  Are you certain that this size
> > > > > is incorrect, and the file has a different size when viewed from
> > > > > another OS?
> > > >
> > > > Yes. Yesterday I tested the archive with "tar tvf" (11gb) in
> > > > Linux and it tested OK. In FBSD it says "unexpected EOF".
> > > >
> > > > If I could i would just boot linux and split the file. But I can nolonger
> > > > boot linux =/ (migrated to fbsd 5.2 ;).
> > >
> > > I'm CC'ing tjr and bde, who might have some idea about the problem.
> >
> > Try this patch and let me know how it goes.
>
> This patch worked great!

Thanks for testing it - I'll commit a slightly improved version shortly.


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


getty run problem

2004-02-18 Thread Igor
Hello,

today when I was working in an ttyv just accomplishing make fetch command
the system(FreeBSD-5.1R) stoped to react to any command.
I could not bring back my system to life using ^C,^D,^\, it also did not
react to Ctrl-Alt-Del.
After switching off/on power, when I reboot,
I get lots of the following error messages:

Mounting root from ufs:/dev/ad0s1a
init: can't exec getty `/usr/libexec/getty` for /dev/ttyv0: for port
/dev/ttyv0: No souch file or directory
init: can't exec getty `/usr/libexec/getty` for /dev/ttyv1: for port
/dev/ttyv1: No souch file or directory
[e.t.c]

In single user mode I tried to fsck for all slices, it was ok
and there are all ttyv files in /dev.

What's up?

P.S. I did not do any cvsup.

Thanks in advance
Igor



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


pxe boot problems

2004-02-18 Thread Mipam
Hi,

Im trying to install freebsd on a system (i386 system) without cdrom or
floppy.
I created a loader.rc and the kernel (used from /boot/kernel) and I
created an mfsroot from the mfsroot.flp which can be downloaded from
freebsd.org. The kernel is loaded, then mfsroot is loaded.
my loader.rc

echo Loading mfsroot...
load -t mfs_root /mfsroot
echo booting...
echo \007\007
echo initializing h0h0magic...
set boot_userconfig
set vfs.root.mountfrom="ufs:/dev/md0c"
boot

after mfsroot has been loaded is see:
initializing h0h0magic...
then a loud BEEP and then it stops and the system reboots.
What am i doing wrong? Any hints what to do now?
Bye,

Mipam.



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


Re: information installation freeBSD

2004-02-18 Thread Matthew Seaman
On Wed, Feb 18, 2004 at 09:33:08AM +, Go'K High wrote:

>I learn that linux have a OS 64bit --> freeBSD 64.
>I never used linux and I will like to know how could I download it and
>installed on my AMD 64.

FreeBSD is not Linux.  However, yes, AMD64 is a fully supported
platform which you can run FreeBSD on.  Start reading here:

http://www.freebsd-fr.org/index-trad.html

and there are several Francophone lists you can subscribe to at:

http://www.freebsd-fr.org/local-fr/www/spec/support/liste_diffusion.html

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


altq questions

2004-02-18 Thread Andrzej Kwiatkowski

i've got one problem with altq.

I'm using it in 4.9 stable, but on phisical interfaces i have vlan
trunking. My configured interfaces are vlan0,1 etc.

My question is:

If i setup output control on vlan interface, is traffic on this interface
controled in the same way as on phisical interface.

and

are values returned by snmget from vlan interface realiable ?

thanks in advance

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


Re: problem making p5-Mysql port

2004-02-18 Thread Matthew Seaman
On Tue, Feb 17, 2004 at 04:23:59PM -1000, Baron Fujimoto wrote:
> I'm trying to build p5-Mysql from ports (as a dependency for bugzilla), but
> I run into the following error:
> 
> ===>  p5-Mysql-modules-1.2219 is marked as broken: unknown MySQL version: 323.
> 
> This is on a 4.8 system with a fresh cvsup.  Any tips or pointers would be
> greatly appreciated.

The p5-Mysql port can be built against any of the versions of MySQL
currently available in ports by setting the 'WITH_MYSQL_VER' variable
on the make(1) command line, or in /etc/make.conf or in
/usr/local/etc/pkgtools.conf if you're a portupgrade
user. eg:

# cd /usr/ports/databases/p5-Mysql
# make install WITH_MYSQL_VER=40

which will use the MySQL-4.0.18 client libraries.

Seeing that the p5-Mysql port wants to link against a version of MySQL
which is no-longer available in the ports tree, you may instead wish
to try installing one of the 'databases/p5-DBD-mysqlNN' ports (where
NN is the version of MySQL client you have installed) -- these use the
standard perl DBI/DBD database system and can are a more actively
maintained drop-in replacement for the p5-Mysql stuff.  They are also
what is recommended on the MySQL website nowadays:
http://www.mysql.com/doc/en/Perl.html Works fine with Bugzilla.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Problem: Modem Alcatel SpeedTouch 330 with the FreeBSD 4.9

2004-02-18 Thread Godinho, Carla
Hi dear users of FreeBSD,
I'm having problems when trying to use the Modem Alcatel SpeedTouch 330
with the FreeBSD 4.9. Everytime I tried to start the ppp I get the
following error:
ppp[2742]: tun0: Phase: Unknown protocol 0x7075 (unrecognised protocol)

I've done some research in the Internet and I'm aware that it is tuff to
use this kind of Modem with FreeBSD 4.9.

I will try to describe the installation and configuration steps that
I've done to set this modem, so you can help me:


1) I get the firmware from
http://speedtouch.sourceforge.net/files/firmware.bin and the
speedtouch-1.2-beta2 from
http://speedtouch.sourceforge.net/index.php?/download.en.html

2) I installed the speedtouch-1.2-beta2 with success

3) Then I copied the firmware.bin to /usr/local/libdata/firmware.bin

4) I connected my Modem to the usb Port and my system recognized the
Modem saying: ugen0 Alcatel Speech Modem 330

4) I configured my /etc/ppp/ppp.conf like this:

#   $Id: ppp.conf.sample,v 1.4 2003/01/01 15:18:33 rogler Exp $
#

default:
 ident user-ppp VERSION (built COMPILATIONDATE)
 set log Phase Chat IPCP CCP tun command

adsl:
 set phone <>
 set authname [EMAIL PROTECTED]
 set authkey 14851889
 set device !"/usr/local/sbin/pppoa2 -vpi 0 -vci 35 -e 1 -d /dev/ugen0
-v 2"
 accept chap
 set speed sync
 set timeout 0
 enable lqr
 set lqrperiod 5
 set redial 15 1
 set dial ""
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 enable dns

###end
__

Where vpi,vci is 0.35 for Portugal

5) Then I started manually the modem_run like this:

/usr/local/sbin/modem_run -m -v 2 -f /usr/local/libdata/firmware.bin -d
/dev/ugen0 &

6) I run the command

ppp -background adsl

7) The error is described in the file /var/log/ppp.log:

Feb 18 09:54:39 Nereus_teste ppp[2741]: Phase: Using interface: tun0
Feb 18 09:54:39 Nereus_teste ppp[2741]: Phase: deflink: Created in
closed state
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set phone
<>
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set
authname [EMAIL PROTECTED]
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set authkey

Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set device
!/usr/local/sbin/pppoa2 -vpi 0 -vci 35 -e 1 -d /dev/u
gen0 -v 2
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: accept chap
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set speed
sync
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set timeout
0
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: enable lqr
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set
lqrperiod 5
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set redial
15 1
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set dial
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set ifaddr
10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: add default
HISADDR
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: enable dns
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: PPP Started
(background mode).
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: bundle: Establish
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: closed ->
opening
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: Connected!
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: opening ->
dial
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Chat: deflink: Dial
attempt 1 of 1
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: dial ->
carrier
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: carrier ->
login
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: login ->
lcp
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: Unknown protocol
0x7075 (unrecognised protocol)
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: read (0):
Connection reset by peer
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink:
Disconnected!
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: lcp ->
logout
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: logout ->
hangup
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink:
Disconnected!
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: Connect
time: 0 secs: 63 octets in, 71 octets out
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: 1 packets
in, 1 packets out
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase:  total 134
bytes/sec, peak 0 bytes/sec on Wed Feb 18 09:54:39 2004
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: HUPing
2744
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: hangup ->
closed
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: bundle: Dead
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: PPP Termina

Re: Help with Vinum disk crash...

2004-02-18 Thread Danny Carroll
Quoting Tony Frank <[EMAIL PROTECTED]>:
> Ok, this is wrong - you really just want to define one vinum drive per
> physical device.
> Ie for a particular disk, give it a single 'vinum' partition using disklabel.
> Then use different subdisks to split your space up.

I was afraid of that  Noted

> > 5 volumes:
> > V data  State: up   Plexes:   1 Size:320 GB
>
> This is should be ok - it means vinum thinks the volume is still accessable.
>

That is what I thought, but it wond mount, see below...

>
> From "man 4 vinum" :
>
>  degradedA RAID-5 plex entry which is accessible, but one subdisk
>  is down, requiring recovery for many I/O requests.
>
> So you have a subdisk down which means Vinum can still read from the plex
> but has to manually calculate the missing subdisk data.
>

But I assume it cant write till I replace it..

>
> Yes, Vinum believes it can still access your data.
>
> > I have 4 106gb subdisks, and see 318Gb of data...  The 4th subdisk is
> > becuase of the loss from Raid5 right?
>
> Yes, one disk per stripe will be used for parity.
>
> > Did I set this up incorrectly?
>
> I suggest you read http://www.vinumvm.org/cfbsd/vinum.pdf - the last section
> comments again on the particulars for drive & subdisk layout.
>
> Typically I see this problem when trying to mount filesystem with incorrect
> type.
> Was your filesystem ufs?  If not you probably need to specify the type to
> mount
> command using -t parameter.  See "man 8 mount" for details.
>
> Have you tried running fsck against the volume?
>
> Assuming ufs filesystem, I'd suggest starting with:
>
> fsck -n -t ufs /dev/vinum/data
>
> Note the -n option tells fsck not to correct any errors but will give you an
> indication about what is going on.

fsck -n -t ufs did not work...Seems like fsck does not know -t ...
You dont want to see the output from that...  Nearly every inode has problems..

I ran it without the -n and the first entry looks like this:

UNKNOWN FILE TYPE I=188225^C[12:39 PM [EMAIL PROTECTED]:/usr/home/danny]#fsck
/dev/vinum/data
** /dev/vinum/data
** Last Mounted on /usr/jails/ftp/data
** Phase 1 - Check Blocks and Sizes
UNKNOWN FILE TYPE I=29

>
> There are extra things you can try (recover using alternate super-block) but
> perhaps wait and see the results first?

How do I read an alternative superblock wih a vinum drive???

>
> Another option would be to force the particular subdisk down and try the
> above steps again.

Something like:

vinum down data.p0.s0 ???


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


  1   2   >