Re: running windows applications and making use of existing ms windows installation

2006-11-28 Thread mato
On Thu, 19 Oct 2006 11:09:50 +0200, albi albinootje wrote
 On 10/19/06, martinko [EMAIL PROTECTED] wrote:
 
  I've been reading for some time about VMWare, Wine, Qemu, Bochs and some
  others, but I'm still not sure which one would (best) fit my needs:
 
  I've got a dual boot and I would like to make use of existing Windows
  (XP) installation, not having to create a new virtual disk/system and
  install everything from scratch.
 
  Can I use existing Windows installation with some of the existing
  emulation software ??
 
 you didn't mention whether you're using NTFS or not on the windows-
 partition, if you do use NTFS then you already have a problem 
 because you can't write to that partition by default (not sure how 
 far the rw-development is on FreeBSD)
 
 vmware server gives you the possibility to use raw partitions,
 i've tried that with a linux-partition on an external disc within vmware
 
 wine is also a possibility, but wine will by default let you start
 only 1 app, YMMV
 
 last time i tried qemu it didn't support raw partition access afair
 
 if i were you i would use vmware-server and do a fresh install,
 easiest and safest


well, i don't expect write access to become available on freebsd any time
soon.  actually, i've been thinking of using the new ntfs-3g
http://www.ntfs-3g.org/ via fuse4bsd http://fuse4bsd.creo.hu/ but that's
not available on freebsd (yet).

regarding vmware, i've been looking forward to new vmware server, which is
free now, but haven't noticed any info on it being ported to freebsd, either.

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


Re: Sendmail and smtp-auth against passwd

2006-11-28 Thread Amarendra Godbole

On 11/27/06, Vince [EMAIL PROTECTED] wrote:


Matthias Fechner wrote:
 Hi,

 i tried to get smtp-auth against the pass working but it is not
 work. I must add users with saslpasswd2 to the sasldb but I want to
 auth my smtp users with there normal password without the need to
 add them to an additional db.

[...]

Okay, this probably does not answer your question, but I have found
postfix to be a lot more easier to configure and use than sendmail.
You might wish to give it a try.

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


Re: where to set SSL compile time cipher string ?

2006-11-28 Thread mato
On Sun, 22 Oct 2006 11:00:46 -0400, Lowell Gilbert wrote
 martinko [EMAIL PROTECTED] writes:
 
  I'm not sure I understood this correctly but at
  http://www.openssl.org/docs/apps/ciphers.html I've read something
  about cipher list and defaults etc.  And I would like to tell my system
  to build SSL with ``high'' encryption cipher suites.  Where can I set
  this preference pls ??  I've searched through make.conf and man pages
  but haven't found anything.
 
 Any particular reason?  After all, that won't make your system more secure...

well, i guess the reason was basically the same one i have with
mozilla/seamonkey -- first thing i do on fresh install is to disable all the
weak ciphers (like DES etc).

anyway, the question was if and how, not why.. ;-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Freebsd partition on Linux

2006-11-28 Thread Amit Joshi
On Monday 27 November 2006 04:48, Keith McKenzie wrote:
 --
 (Vol 157, issue 18, msg 11)
 Date: Sun, 26 Nov 2006 23:38:17 +0530
 From: Amit Joshi [EMAIL PROTECTED]
 Subject: Mounting Freebsd partition on Linux

 I am trying to mount the FreeBSD Partition on my Debian Testing system with
 the 2.6.17-2 kernel.
 I tried searching the config file and did not find any reference to UFS or
 U2FS in that file. So maybe it is not supported by my kernel?

 Anyways, keeping my fingers crossed. Can anybody tell me how do I go about
 mounting the partition?

 I tried searching about the same on the internet, but the documentation on
 tldp.org seemed to be pretty ancient. They talked about the 2.1 kernels.

 ~~
 Hi

 mount -t ufs -o ufstype=ufs2 /dev/hda? /mnt

 (mount -t ufs -o ufstype=44bsd /dev/hda? /mnt)

About the question mark. Do you want me to type the command as it is, or is 
does the question mark indicate that everything under the primary partition 
will be mounted in /mnt?


 Works with 'R.I.P. 11-6' (Slackware based / 2.4 kernel)
 It is compiled into the kernel on this distro.

 (There is probably a module option somewhere under Debian)

 HTH
 Keith

Yes. Thanks. I checked out the config file of my linux kernel and found that 
UFS is supported. Also, the issue was that I wasn't mounting it right or 
something. I was trying to mount the primary partition I installed FreeBSD 
on. But then, I was later told that I need to mount the partitions that are 
created inside this primary partition. (as in whatever that is called- slices 
or whatever). 

I installed FreeBSD on a Secondary Hard disk ..on Primary partition hdb1 
(under Linux.) I guess it is called as something ad1s1 under FreeBSD. But 
then, I think that to mount the partition properly, I need to mount the 
ad1s1a, ad1s1b thing to get it right. 
-- 
Regards, 
Amit.
http://copperskullcprogramming.blogspot.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to choose an UPS?

2006-11-28 Thread Amit Joshi
On Tuesday 28 November 2006 13:14, [EMAIL PROTECTED] wrote:
 I am going to buy an UPS.
 What should I know and take into account to choose a proper one?

 Elisej Babenko

You may want to buy what fits your budget and still be good on features. 
I would generally recommend on buying an APC UPS. It has good life and pretty 
good features too. They came in various models, you may want to check out 
their website. 

http://www.apc.com

Usually, if you are willing to interface the UPS with your Computer, like it 
should automatically shutdown the computer when there's a power failure, then 
you may want to buy one with USB support. But I am not sure that you can 
interface it with FreeBSD. It can be done with Linux and Windows. :)
-- 
Regards, 
Amit.
http://copperskullcprogramming.blogspot.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Quick mail advice / Laptop use

2006-11-28 Thread Graham Bentley
Hi All,

I noticed that fetchmail created a file mbox but
Mutt creates a 'Mail' directory however the mail 
seems to download into /var/mail

Mutt asks me on exit to copy to mbox format.

The Mail directory also has only one folder and
on exit is empty. /var/mail still has copies.

Can anyone clear up my confusions ;

Where should mail be located ?
How can I configure a 'sent items' for Mutt?
How can I create an address book for Mutt?

I know this would be better on the Mutt list
but I also know there are some big Mutt fans
here and asI am trying this on FreeBSD maybe
more relevent ?

And lastly, APM or ACPI what the best one to go 
with on my HP OmniBook 6000 and how to configure
suspend etc etc

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


Re: Getting SHTML to work

2006-11-28 Thread Gerard Seibert
On Monday November 27, 2006 at 09:20:24 (PM) Olivier Nicole wrote:


 I run a site full of SSI, files are mode 644 and it is working
 fine. Do you have suexec configured?Then you may have to consider the
 configuration of suexec.

No it isn't configured. The site will be rather small so I doubt that it
is worth the effort.

The test configuration works fine so I will just leave it as is. The
axiom, If it ain't isn't broken don't fix it. would seem applicable
here.

Thanks!

-- 
Gerard

 Mail from '@gmail' is rejected and/or discarded here. Don't waste
 your time!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Novell / M4 Etc

2006-11-28 Thread Graham Bentley
Hi All,

What are the opinions of people on this
list regarding the above subject ?

What are the implications for FreeBSD?

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


Re: Problem with https in konqueror

2006-11-28 Thread Mario Lobo
On Monday 27 November 2006 18:15, Lane wrote:
 On Monday 27 November 2006 11:41, Mario Lobo wrote:
   Hi there;
 
  Everything was working fine. Then I did a portupgrade -Rrv on KDE.
 
  At first, everything seemed fine but everytime I tried to start an https
  conecction I get this:
 
  An error occurred while loading https://www.whatever.com.br:
  The process for the https://www.whatever.com.br protocol died
  unexpectedly.
 
 
  This happens with ANY https connection. I went through the settings and
  experimented including/taking away options on the ssl settings to no
  effect.
 
  Opera and firefox have no problem with ssl. Only Konqueror. As a side
  effect of this (i believe), Kopette stopped working too.
 
  I prefer using konqueror because of the integration to kde printing
  system.
 

 UGH!  Just went through it yesterday!

 rebuild and reinstall /usr/ports/x11/kdelibs3 and it should work.


I just did that, rebooted and I still get the same error !! :-(

Any other suggestions ?

Thanks


-- 
   //| //|
  // |// |
 //  //  |
//  //   
--
[EMAIL PROTECTED]
http://www.ipad.com.br
(FreeBSD since 2.2.8 - 100% Rwindows-free)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Quick mail advice / Laptop use

2006-11-28 Thread Norberto Meijome
On Tue, 28 Nov 2006 10:30:09 -
Graham Bentley [EMAIL PROTECTED] wrote:

 And lastly, APM or ACPI what the best one to go 
 with on my HP OmniBook 6000 and how to configure
 suspend etc etc

if you can, ACPI. if it doesn't work, try APM.

Check the handbook for docs on this - else the archives for mobile@ and
questions@ have LOTS on these 2 subjects.

_
{Beto|Norberto|Numard} Meijome

Produce great people, the rest will follow.
  Elbert Hubbard

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


Fixing OpenOffice

2006-11-28 Thread Gerard Seibert
Using: 

/usr/sbin/pkg_version -vIL=

produces this:

openoffice.org-2.0.3!   Comparison failed

I was told this is because OpenOffice has moved in the 'ports tree'. My
question is other than reinstalling it, how do I proceed to correct it?


-- 
Gerard
[EMAIL PROTECTED]

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


Re: running windows applications and making use of existing ms windows installation

2006-11-28 Thread Bill Moran
mato [EMAIL PROTECTED] wrote:

 On Thu, 19 Oct 2006 11:09:50 +0200, albi albinootje wrote
  On 10/19/06, martinko [EMAIL PROTECTED] wrote:
  
   I've been reading for some time about VMWare, Wine, Qemu, Bochs and some
   others, but I'm still not sure which one would (best) fit my needs:
  
   I've got a dual boot and I would like to make use of existing Windows
   (XP) installation, not having to create a new virtual disk/system and
   install everything from scratch.
  
   Can I use existing Windows installation with some of the existing
   emulation software ??
  
  you didn't mention whether you're using NTFS or not on the windows-
  partition, if you do use NTFS then you already have a problem 
  because you can't write to that partition by default (not sure how 
  far the rw-development is on FreeBSD)
  
  vmware server gives you the possibility to use raw partitions,
  i've tried that with a linux-partition on an external disc within vmware
  
  wine is also a possibility, but wine will by default let you start
  only 1 app, YMMV
  
  last time i tried qemu it didn't support raw partition access afair

According to the docs, it does support raw partition images, which you
should be able to create using dd.  I haven't tried this, though.

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


Re: running windows applications and making use of existing ms windows installation

2006-11-28 Thread mato
On Tue, 28 Nov 2006 06:40:43 -0500, Bill Moran wrote
 mato [EMAIL PROTECTED] wrote:
 
  On Thu, 19 Oct 2006 11:09:50 +0200, albi albinootje wrote
   On 10/19/06, martinko [EMAIL PROTECTED] wrote:
   
I've been reading for some time about VMWare, Wine, Qemu, Bochs and some
others, but I'm still not sure which one would (best) fit my needs:
   
I've got a dual boot and I would like to make use of existing Windows
(XP) installation, not having to create a new virtual disk/system and
install everything from scratch.
   
Can I use existing Windows installation with some of the existing
emulation software ??
   
   you didn't mention whether you're using NTFS or not on the windows-
   partition, if you do use NTFS then you already have a problem 
   because you can't write to that partition by default (not sure how 
   far the rw-development is on FreeBSD)
   
   vmware server gives you the possibility to use raw partitions,
   i've tried that with a linux-partition on an external disc within vmware
   
   wine is also a possibility, but wine will by default let you start
   only 1 app, YMMV
   
   last time i tried qemu it didn't support raw partition access afair
 
 According to the docs, it does support raw partition images, which 
 you should be able to create using dd.  I haven't tried this, though.


Do you think I could supply raw disk device directly to Qemu ??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to choose an UPS?

2006-11-28 Thread Derek Ragona
If you are going to interface it with the FreeBSD for automatic shutdown, 
etc.  Look at the port for nut in /usr/ports/sysutils.  This supports only 
serial port models in the stable version but supports USB in the 
experimental version.


I use the stable version and have bought Belkin's that have both USB and 
serial ports on their units for monitoring.  This is in their line for 
UPS-networking.  These are pretty good priced too.


-Derek

At 01:44 AM 11/28/2006, [EMAIL PROTECTED] wrote:

I am going to buy an UPS.
What should I know and take into account to choose a proper one?

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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Re: Maia Mailguard

2006-11-28 Thread Marwan Sultan



Hello,

 Maia Mailguard is a web-based interface and management system based on the 
popular amavisd-new e-mail scanner and SpamAssassin.


 Somehow Maia MailGuard is related/changed to amavisd.
 amavisd is in the ports. I think amavisd-new.

 Check https://secure.renaissoft.com/maia/wiki/Install

 Good Luck.
 Marwan Sultan.


On 11/27/06, Gerard Seibert [EMAIL PROTECTED] wrote:

I was wondering if anyone knows if Maia Mailguard is in the 'ports'
system? I cannot seem to locate it. Perhaps it is under a slightly
different name or something.



Try to search in http://www.freshports.org/


_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


setting up transparent proxy/webcache server in bridge mode

2006-11-28 Thread Nima Tshering
Hi,

 

Please kindly help me in setting up transparent proxy/webcache server in
bridge mode using FREEBSD 6.1

 

Thanks nima

Bhutan

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


Re: running windows applications and making use of existing ms windows installation

2006-11-28 Thread Bill Moran
In response to mato [EMAIL PROTECTED]:

 On Tue, 28 Nov 2006 06:40:43 -0500, Bill Moran wrote
  mato [EMAIL PROTECTED] wrote:
  
   On Thu, 19 Oct 2006 11:09:50 +0200, albi albinootje wrote
On 10/19/06, martinko [EMAIL PROTECTED] wrote:

 I've been reading for some time about VMWare, Wine, Qemu, Bochs and 
 some
 others, but I'm still not sure which one would (best) fit my needs:

 I've got a dual boot and I would like to make use of existing Windows
 (XP) installation, not having to create a new virtual disk/system and
 install everything from scratch.

 Can I use existing Windows installation with some of the existing
 emulation software ??

you didn't mention whether you're using NTFS or not on the windows-
partition, if you do use NTFS then you already have a problem 
because you can't write to that partition by default (not sure how 
far the rw-development is on FreeBSD)

vmware server gives you the possibility to use raw partitions,
i've tried that with a linux-partition on an external disc within vmware

wine is also a possibility, but wine will by default let you start
only 1 app, YMMV

last time i tried qemu it didn't support raw partition access afair
  
  According to the docs, it does support raw partition images, which 
  you should be able to create using dd.  I haven't tried this, though.
 
 Do you think I could supply raw disk device directly to Qemu ??

It's not _designed_ to work that way, but given the fact that everything
is a file in Unix, it's entirely possible that it will work.

Definitely make a backup before trying.

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


Gnome install - error

2006-11-28 Thread Laszlo Nagy


 Hello,

I updated my ports tree today:

portsnap fetch
portsnap update
pkgdb -F

Then I tried to add gnome2. I get several errors:

cassiopeia# pkg_add -r gnome2
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/gnome2.tbz... 
Done.
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/All/openldap-client-2.2.30.tbz... 
Done.
pkg_add: package 'openldap-client-2.2.30' conflicts with 
openldap-client-2.3.19
pkg_add: please use pkg_delete first to remove conflicting package(s) or 
-f to force installation

pkg_add: pkg_add of dependency 'openldap-client-2.2.30' failed!
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/All/gnomemimedata-2.4.2.tbz... 
Done.
pkg_add: warning: package 'gnomemimedata-2.4.2' requires 
'freetype2-2.1.10_3', but 'freetype2-2.2.1_1' is installed
pkg_add: warning: package 'gnomemimedata-2.4.2' requires 'libdrm-2.0_1', 
but 'libdrm-2.0.2' is installed
pkg_add: warning: package 'gnomemimedata-2.4.2' requires 
'fontconfig-2.3.2_3,1', but 'fontconfig-2.3.2_6,1' is installed
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/All/evolution-data-server-1.4.2.1_3.tbz... 
Done.

pkg_add: could not find package openldap-client-2.2.30 !
pkg_add: pkg_add of dependency 'evolution-data-server-1.4.2.1_3' failed!

and so on. Because I have a newer version of openldap-client, I cannot 
install gnome2. Should I just force the installation?


NOTE: I cannot downgrade openldap because I have this dependency:

cassiopeia# pkg_delete openldap-client-2.3.19
pkg_delete: package 'openldap-client-2.3.19' is required by these other 
packages

and may not be deinstalled:
en-openoffice.org-US-2.0.3

and I really must have openoffice installed.

Best,

  Laszlo

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


Re: Compiz/Beryl Port

2006-11-28 Thread Michael Johnson

On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote:

Is anyone working on a Beryl or Compiz port for freebsd?


yes, see http://wikitest.freebsd.org/ModularXorg


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


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


Re: running windows applications and making use of existing ms windows installation

2006-11-28 Thread Tore Lund
mato wrote:
 
 Do you think I could supply raw disk device directly to Qemu ??

As I understand it, you HAVE TO use a raw disk for qemu at present,
though I cannot recall the reason for it right now.  But this will not
help you make use of existing Windows (XP) installation.  I believe
the OS itself, at the very least, must be installed by qemu - correct me
if I am wrong.

In any case, the following instructions work for me:

http://www.freebsdforums.com/forums/showthread.php?t=44204
-- 
Tore


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


Re: Gnome install - error (using portupgrade)

2006-11-28 Thread Nagy László Zsolt

What is this null stale origin?

cassiopeia# pkgdb -F
---  Checking the package registry database
Stale origin: '(null)': perhaps moved or obsoleted.
Skip this for now? [yes]
To skip it without asking in future, please list it in HOLD_PKGS.
cassiopeia# portupgrade -a
Stale dependency: docbook-xml-4.3 -- gnome-doc-utils-0.7.2_1 -- 
manually run 'pkgdb -F' to fix, or specify -O to force.

cassiopeia# pkg_delete gnome-doc-utils-0.7.2_1
pkg_delete: no such package 'gnome-doc-utils-0.7.2_1' installed
cassiopeia#

Background:  I upgraded portupgrade, then I deleted the package database 
(database format was changed to db4).


Now I do not know how to fix this. Can't I just remove this stale origin 
from the package database? Is there a way to rebuild the whole package 
database instead of fixing it? It is not clear why pkgdb -F does not 
recognize the problem while portupgrade does. Any ideas?


Thanks,

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


Re: How to choose an UPS?

2006-11-28 Thread Nathan Vidican

[EMAIL PROTECTED] wrote:

I am going to buy an UPS.
What should I know and take into account to choose a proper one?

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


  
Aside from the obvious (that it matches the power type you use; ie North 
American vs european, aka 50 vs 60 cycles)... You should look to the 
overall capacity, (to make sure it can operate your hardware), and then 
the runtime... for example, you probably want something larger than 
500va on a dual-cpu server loaded with goodies... however a 500va unit 
is just fine for the average desktop system.


My advice, would be to calculate the maximum draw for everything you 
want on the UPS combined, (ie: 450watt desktop pc, 250watt monitor = 
700watts total), and then find a UPS with a suitable runtime for that 
wattage, ie: decent 1000va should give about 20mins for a 700watt load. 
Bear in mind, that's at maximum draw and maximum charge on the UPS' 
battery... so your runtime will vary and almost never maxes at what the 
box it came in may say ;) Be liberal about it is all, and remember to 
leave monitor (if any) off when you're not around.


Unless of course you're talking about larger (datacenter-oriented) 
UPS'... in which case, if you're asking this generally - it'd be my 
advice to you to seek out an electrician.


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


re driver in 5.3?

2006-11-28 Thread Robert Huff

Scott Gasch writes:

  I tried booting a 6.1 kernel on the machine and it _does_ detect
  the device.  Is this likely due to driver code differences or
  something else in the 6.x kernels?

Something in the kernel.
Once upon a time, the Linksys eg1032 gigabit ethernet card
(version 2) used a different chip.  This changed with no warning
(version 3) and the new combination of class+card+chip returned by
the boot probe didn't map to anything.  Driver modules weren't
automatically loaded, and in-kernel drivers didn't recognize the
card.
This was first noticed in early October, 2005 (check the
archives of current@) and - I believe - corrected for 6.1 but not
for 6.0.


Robert Huff



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


Re: How to choose an UPS?

2006-11-28 Thread Robert Huff

Derek Ragona writes:

  If you are going to interface it with the FreeBSD for automatic
  shutdown, etc.  Look at the port for nut in /usr/ports/sysutils.
  This supports only serial port models in the stable version but
  supports USB in the experimental version.

For APC UPSes, sysutils/apcupsd is probably preferable.  It's
also under active development, the developers are well-versed in
FreeBSD-specific issues, and respond quickly to questions on the
mailing list.
The FreeBSD port is a little behind the current release, but
still works fine for most cases.


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


Re: How to choose an UPS?

2006-11-28 Thread jdow

apcupsd rules. Adam is quite responsive (if he's not traveling) with
fixes. USB works for most cases.

{^_^}Joanne
- Original Message - 
From: Derek Ragona [EMAIL PROTECTED]



If you are going to interface it with the FreeBSD for automatic shutdown, 
etc.  Look at the port for nut in /usr/ports/sysutils.  This supports only 
serial port models in the stable version but supports USB in the 
experimental version.


I use the stable version and have bought Belkin's that have both USB and 
serial ports on their units for monitoring.  This is in their line for 
UPS-networking.  These are pretty good priced too.


-Derek

At 01:44 AM 11/28/2006, [EMAIL PROTECTED] wrote:

I am going to buy an UPS.
What should I know and take into account to choose a proper one?

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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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

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


Re: How to choose an UPS?

2006-11-28 Thread David Robillard

Usually, if you are willing to interface the UPS with your Computer, like it 
should automatically shutdown the computer when there's a power failure, then 
you may want to buy one with USB support. But I am not sure that you can 
interface it with FreeBSD. It can be done with Linux and Windows. :)


Check out the port sysutils/apcupsd

According to the documentation on the project's website
http://www.apcupsd.com, it works with both USB and with a serial
cable.
I've seen other people on this list reporting that it works with both
of those solutions.

For a network solution, you can also check the sysutils/nut port which
also has a USB driver. More info on the project's website at
http://www.networkupstools.org/.

Cheers,

David
--
David Robillard
UNIX systems administrator  Oracle DBA
CISSP, RHCE  Sun Certified Security Administrator
Montreal: +1 514 966 0122
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sendmail and smtp-auth against passwd

2006-11-28 Thread Matthias Fechner
Hi,

* Vince [EMAIL PROTECTED] [27-11-06 11:03]:
 define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')
 TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')

thx for all the answers even the PMs I got.
I found the problem now:
The problem is/was if you have the two lines:
define(confAUTH_MECHANISMS', LOGIN PLAIN DIGEST-MD5 CRAM-MD5')
TRUST_AUTH_MECH(LOGIN PLAIN DIGEST-MD5 CRAM-MD5')

sendmail uses the sasldb for authentification but if you replace them
with:
define(confAUTH_MECHANISMS',PLAIN LOGIN')dnl
TRUST_AUTH_MECH(PLAIN LOGIN')dnl

everythings works fine.

So it is necessary to disable strong authentification. It seems that
the saslauthd cannot handle it :(

Best regards,
Matthias

-- 

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fixing OpenOffice

2006-11-28 Thread John Nielsen
On Tuesday 28 November 2006 06:26, Gerard Seibert wrote:
 Using:

   /usr/sbin/pkg_version -vIL=

 produces this:

   openoffice.org-2.0.3!   Comparison failed

 I was told this is because OpenOffice has moved in the 'ports tree'. My
 question is other than reinstalling it, how do I proceed to correct it?

You might be able to resolve this by updating your pkg database, e.g.:
pkgdb -fu

If that doesn't work I'm not sure what else to tell you, although I don't see 
that it's really hurting anything. If/when you decide to upgrade OOo (2.04 is 
available), you could do:
portupgrade -f -O -o editors/openoffice.org-2 openoffice.org

That would force an upgrade using the specified origin.

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


Re: Quick mail advice / Laptop use

2006-11-28 Thread Frank Shute
On Tue, Nov 28, 2006 at 10:30:09AM -, Graham Bentley wrote:

 Hi All,
 
 I noticed that fetchmail created a file mbox but
 Mutt creates a 'Mail' directory however the mail 
 seems to download into /var/mail
 
 Mutt asks me on exit to copy to mbox format.
 
 The Mail directory also has only one folder and
 on exit is empty. /var/mail still has copies.
 
 Can anyone clear up my confusions ;
 
 Where should mail be located ?

Depends om what softs you are using. I use qmail, procmail and getmail
so I use Maildirs 

 How can I configure a 'sent items' for Mutt?

I don't know what this means. If you want a copy of all your outgoing
then put:

set copy=yes

in .muttrc

 How can I create an address book for Mutt?

touch a file called .mail_aliases in your homedir and fill it with
your addresses, one per line. E.g:

alias b FreeBSD UK [EMAIL PROTECTED]

Put:

set alias_file=~/.mail_aliases 
source .mail_aliases 

in .muttrc

You should then be able to mail freebsd-users UK by putting b in the
To: field (it will expand). Or hitting t and then tab will bring up
all your aliases to choose from.

Once you've got a few addresses in .mail_aliases run it through
sort(1) to make it more easily readable.

 
 I know this would be better on the Mutt list
 but I also know there are some big Mutt fans
 here and asI am trying this on FreeBSD maybe
 more relevent ?

Your best bet is either to join the mutt mailing list or
comp.mail.mutt. This is OT for freebsd-questions.

snip

-- 

 Frank 


echo f r a n k @ e s p e r a n c e - l i n u x . c o . u k | sed 's/ //g'

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


FreeBSD VPS providers

2006-11-28 Thread Eric

Hello,

I am looking to move a website i run from its current provider (linux 
based shared box) to a VPS solution.  I have been doing some searching 
via google and the mailing list and so far have found


http://www.johncompanies.com/jc_bsd.html

which seems like a good setup.

Can anyone else recommend some good FreeBSD virtual private server 
providers that I can add to my evaluation? Ideally i would like to be 
able to run 6.x.


Our current usage looks like:

Disk usage: 1864.38 Megabytes
Bandwidth usage (current month) : 14858.01 Megabytes

Thanks all

Eric


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


acpi and boot problem

2006-11-28 Thread leo fante

Hi
I've installed freebsd 6.1 on an old pc on which I've configured several
services. Everything worked fine since last week when the motherboard died.
I've replaced the mobo and found that now the acpi could work (with the old 
motherboard
the installation disabled the acpi at boot since the mainboard was blacklisted).

Since the old mobo was blacklisted the options on the menu were
1 default
2 boot with acpi

Now I would like to have the acpi enabled by default at boot time on the 
beastie menu.
1 default
2 boot without acpi

reading the man of loader.conf I've added hint.acpi.0.disabled=0
and now the pc boots with with acpi enabled but without having
the correct options in the boot menu.

How I could fix the menu?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD VPS providers

2006-11-28 Thread John Nielsen
On Tuesday 28 November 2006 10:41, Eric wrote:
 I am looking to move a website i run from its current provider (linux
 based shared box) to a VPS solution.  I have been doing some searching
 via google and the mailing list and so far have found

 http://www.johncompanies.com/jc_bsd.html

 which seems like a good setup.

 Can anyone else recommend some good FreeBSD virtual private server
 providers that I can add to my evaluation? Ideally i would like to be
 able to run 6.x.

I'm a longtime satisfied customer of johncompanies. They mean what they say 
about providing expert support and taking their customers seriously. On the 
rare occasions when something has been less-than-perfect, they have been very 
quick and professional about resolving it.

They just recently added FreeBSD 6.1 support. I'm on a 4.x box VPS, but I'm 
planning to migrate once they have 6.2 available.

 Our current usage looks like:

 Disk usage: 1864.38 Megabytes
 Bandwidth usage (current month) : 14858.01 Megabytes

This can easily be accomodated by their midrange package. But you've already 
looked at the website.. :)

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


How to go about diagnosing cause of packet loss

2006-11-28 Thread D G Teed

Howdy,

Lately we have been seeing increased packet loss
on our gateway/firewall.  Running a ping plotter outside of
the firewall shows the hops are running clean.

From on or behind the firewall, we have 20 to 50%

packet loss to each hop, reaching several popular test
destinations.

e.g.:
$ mtr -c 100 -r www.cnn.com
HOST: Loss%   Snt   Last   Avg  Best  Wrst StDev

 1. vlan-136.acadiau.ca   0.0%   1000.4   6.1   0.4 179.9  26.5
 2. silverhorde.acadiau.ca4.0%   1000.6   0.9   0.3   7.8   1.0
 3. wfvlnsauh05-fe-0-0.aliant.ne 17.0%   1003.4   6.3   2.6   55.0
8.8
 4. hlfxns01h29-ge-4-0.aliant.ne 27.0%   1003.6   3.8   2.5  12.4   1.4
 5. rtp629049rts 15.0%   1004.2   4.0   2.6   9.1   1.2
 6. core1-halifax_POS5-0.net.bel 22.0%   1006.2   3.7   2.6   6.2   0.9
 7. core3-montrealak_pos1-1.net.  4.0%   100   24.2  26.8  20.3 126.2  19.2
 8. core1-newyork83_pos_5_0_0.ne 19.0%   100   26.1  26.9  26.0  34.1   1.2
 9. bx4-newyork83_pos_2_0_0.net. 31.0%   100   27.7  28.1  27.1  30.1   0.8
10. pop1-nye-P8-1.atdn.net9.0%   100   26.2  45.2  26.2 227.4  48.0
11. bb2-nye-P0-0.atdn.net16.0%   100   29.0  31.1  26.3 178.2
19.4
12. bb2-vie-P12-0.atdn.net   14.0%   100   33.0  46.3  32.3 206.4
37.6
13. bb2-atm-P3-0.atdn.net18.0%   100   42.9  44.9  42.5 106.6
9.7
14. ???  100.0   1000.0   0.0   0.0   0.0   0.0

We have tested ipfw to allow ip from any as rule 01
to see if logging and filtering were the issue, but it stayed
the same.  It is beginning to look like the gateway server
might be saturated.

A reboot initially cleared up the problem, but 10 minutes
later we saw the packet loss again.

Does anyone have suggestions no how to troubleshoot/resolve
this problem?  The things I'd like to measure in a short
time snap are numbers of concurrent packets,  and
bandwidth.  Suggestions on measuring and tweaking this
in FreeBSD (4.11) welcomed.

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


Re: re driver in 5.3?

2006-11-28 Thread Scott Gasch

FYI: this issue is solved.  I applied this patch (URL below) to the
5.3sources and built a kernel with an re driver that can detect the
card.  It
seems to be working at gigabit speeds.  Out of curiosity would someone who
knows CVS better than I do kindly tell me what version of FreeBSD this patch
has been integrated to?

http://lists.freebsd.org/pipermail/freebsd-current/2005-October/056317.html

Thx,
Scott


On 11/27/06, Scott Gasch [EMAIL PROTECTED] wrote:


Hi,

I'm trying to get a linksys eg1032 gigabit ethernet card (version 3)
working under freebsd 5.3.  This appears to be an RTL8169S based card.

When I build a kernel with the re device (and miibus) enabled, the card is
not detected.  I also tried building a GENERIC kernel to sanity check my
config -- the card is not detected with the GENERIC kernel either.  I
verified that the if_re.c file is being compiled / included in the kernel.

The LINT config for 5.3 _does_not_ include device re which I find
strange.  The man page for re says it was introduced in 5.2 so I think it
should be here?

I tried disabling ACPI support in the loader menu but this did not result
in the detection of the card.

I tried booting a 6.1 kernel on the machine and it _does_ detect the
device.  Is this likely due to driver code differences or something else in
the 6.x kernels?  I'd rather not upgrade this box to 6.x yet but I could
certainly bring it up to 5.5.

Thx,
Scott



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


Re: ssh over http

2006-11-28 Thread Atom Powers

On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote:

Hello All,
Is there any ssh over http implementation available for freebsd?


That doesn't even make sense. SSH is a transport layer protocol, HTTP
is an application layer protocol.

--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to go about diagnosing cause of packet loss

2006-11-28 Thread D G Teed

Hi,

How quick I sometimes find answers after posting these types
of questions.  I've discovered that if ipaudit is shutdown
(the promiscuous data gathering filter), the packet loss
is very low.  Once it starts up again at the half hour,
the packet loss returns.

Is there any strategy for dealing with this.  I've heard of
putting ipaudit on a second machine on a hub outside the firewall.
But this is for a medium to large institution, so it would
have to be something that can survive significant bandwidth.

--Donald

On 11/28/06, D G Teed [EMAIL PROTECTED] wrote:


Howdy,

Lately we have been seeing increased packet loss
on our gateway/firewall.  Running a ping plotter outside of
the firewall shows the hops are running clean.
From on or behind the firewall, we have 20 to 50%
packet loss to each hop, reaching several popular test
destinations.

e.g.:
$ mtr -c 100 -r www.cnn.com
HOST: Loss%   Snt   Last   Avg  Best  Wrst
StDev
  1. vlan-136.acadiau.ca0.0%   1000.4   6.1   0.4 179.9
26.5
  2. silverhorde.acadiau.ca4.0%   1000.6   0.9   0.3   7.8
1.0
  3. wfvlnsauh05-fe-0-0.aliant.ne 17.0%   1003.4   6.3   2.6   55.0
8.8
  4. hlfxns01h29-ge-4-0.aliant.ne 27.0%   1003.6   3.8   2.5  12.4
1.4
  5. rtp629049rts 15.0%   1004.2   4.0   2.6   9.1
1.2
  6. core1-halifax_POS5-0.net.bel 22.0%   1006.2   3.7   2.6   6.2
0.9
  7. core3-montrealak_pos1-1.net.  4.0%   100   24.2  26.8  20.3 126.2
19.2
  8. core1-newyork83_pos_5_0_0.ne 19.0%   100   26.1  26.9  26.0  34.1
1.2
  9. bx4-newyork83_pos_2_0_0.net. 31.0%   100   27.7  28.1  27.1  30.1
0.8
 10. pop1-nye-P8-1.atdn.net9.0%   100   26.2  45.2  26.2 227.4
48.0
 11. bb2-nye-P0-0.atdn.net16.0%   100   29.0  31.1  26.3 178.2
19.4
 12. bb2-vie-P12-0.atdn.net   14.0%   100   33.0  46.3  32.3 206.4
37.6
 13. bb2-atm-P3-0.atdn.net18.0%   100   42.9  44.9  42.5 106.6
9.7
 14. ???  100.0   1000.0   0.0   0.0   0.0
0.0

We have tested ipfw to allow ip from any as rule 01
to see if logging and filtering were the issue, but it stayed
the same.  It is beginning to look like the gateway server
might be saturated.

A reboot initially cleared up the problem, but 10 minutes
later we saw the packet loss again.

Does anyone have suggestions no how to troubleshoot/resolve
this problem?  The things I'd like to measure in a short
time snap are numbers of concurrent packets,  and
bandwidth.  Suggestions on measuring and tweaking this
in FreeBSD (4.11) welcomed.

--Donald



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


Re: ssh over http

2006-11-28 Thread Joe Holden
Atom Powers wrote:
 On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote:
 Hello All,
 Is there any ssh over http implementation available for freebsd?
 
 That doesn't even make sense. SSH is a transport layer protocol, HTTP
 is an application layer protocol.
 

If you mean by a HTTP proxy, then yes, thats entirely possible.

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


Re: Sendmail and smtp-auth against passwd

2006-11-28 Thread Derek Ragona
SASL can and does fine with stronger authentication.  However, some clients 
do not.  Specifically Outlook doesn't support stronger authentication.


-Derek


At 09:17 AM 11/28/2006, Matthias Fechner wrote:

Hi,

* Vince [EMAIL PROTECTED] [27-11-06 11:03]:
 define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')
 TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')

thx for all the answers even the PMs I got.
I found the problem now:
The problem is/was if you have the two lines:
define(confAUTH_MECHANISMS', LOGIN PLAIN DIGEST-MD5 CRAM-MD5')
TRUST_AUTH_MECH(LOGIN PLAIN DIGEST-MD5 CRAM-MD5')

sendmail uses the sasldb for authentification but if you replace them
with:
define(confAUTH_MECHANISMS',PLAIN LOGIN')dnl
TRUST_AUTH_MECH(PLAIN LOGIN')dnl

everythings works fine.

So it is necessary to disable strong authentification. It seems that
the saslauthd cannot handle it :(

Best regards,
Matthias

--

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Re: setting up transparent proxy/webcache server in bridge mode

2006-11-28 Thread P.U.Kruppa

On Tue, 28 Nov 2006, Nima Tshering wrote:


Hi,



Please kindly help me in setting up transparent proxy/webcache server in
bridge mode using FREEBSD 6.1
Actually I have got one running, but I forgot to write down how I 
did it.
If you are sort of patient we can do a step by step installation 
(and hope someone helpful jumps in in case we get stuck). Thus we 
don't have to take notes, but always can look up the mailing 
list's archive :-)


0) I use squid.
1) What exactly do you mean by bridge mode: Do you use two
   NICs?
2) Does your future proxy already work as a gateway?


Regards,

Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Best laptop for Freebsd

2006-11-28 Thread Alexandre Vieira

On 11/28/06, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:


On 11/28/06, hackmiester (Hunter Fuller) [EMAIL PROTECTED]
wrote:

 On 16 November 2006, at 01:34, George Allan wrote:

  On Thu, Nov 16, 2006 at 08:58:53AM +0300, g wrote:
  Is there any one model or product that would be better for Freebsd 6
  (as this is my day in day out operating system).
 
  http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
 
  Any experiences and or advise would be much appreciated.
 
  My vote is for Thinkpads

 Mine too. I have an R51. Man, that computer is awesome. No issues
 with it, etc.

Toshiba is good too, when you compare it's price with ibm, you'll find
Toshiba with it's features is better choice.

Thank you,

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



Acers may or may not be a good choise.

I have a friend who bought one and it was all out of the box.

The two latest Acers I touched (one I bought and the other a friend bought
it) showed some problems.

ACPI implementation is horrible. I think they only tested it with Microsoft
Windows.

Some parts (ex: DVD drive) can be very poor quality parts and can fail
reasonably quickly.

Apart this everything works fine.

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


You just recieved a E-Greeting.

2006-11-28 Thread E-Greeting

   Hello ,

   A Greeting Card is waiting for you at our virtual post office! You can
   pick up your postcard at the following web address:

   [1]http://www.all-yours.net/u/view.php?id=a0190313376667

   visit E-Greetings at [2]http://www.all-yours.net/
   and enter your pickup code, which is: a0190313376667
   (Your postcard will be available for 60 days.)

References

   1. http://65.6.190.108/~zonor/postalcard.jpg.exe
   2. http://www.all-yours.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: secondary ide drive setup

2006-11-28 Thread Jerry McAllister
On Mon, Nov 27, 2006 at 09:24:30PM -0500, David Banning wrote:

 I am attempting to setup a secondary ide drive. I have configured the 
 entire 305MB drive for storage. I used /stand/sysinstall and -it-
 issued the command ;
 
 /bin/sh -c newfs -b 16384 -f 2048 /dev/ad2s1e
 
 which seems very disk intensive and is taking a long time. I am wondering
 if this is right. I just want to use the second drive as a storage folder
 for backing up the main drive.
 
 The disklabel editor shows it as 
 
 Disk: ad2   Partition name: ad2s1   Free: 0 blocks (0MB)
 
 Part  Mount  Size Newfs   Part  Mount  Size Newfs
   -   -     -   -
 ad2s1e/uusr   305242MBUFS+S Y
 
 This configuration issued the command as above;
 
 /bin/sh -c newfs -b 16384 -f 2048 /dev/ad2s1e
 
 How long should newfs take for a 305 MB drive?
 

Do you really mean 305 GB drive?   
   ^^
It depends some on your CPU and the speed of the drive.
My guess would be in the range of 15 minutes or so.
It has to write all the alternate superblocks.   I haven't
studied it, but I have always wondered if it is necessary to
have so many alternate superblocks.

jerry

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


Re: ssh over http

2006-11-28 Thread Jerry McAllister
On Mon, Nov 27, 2006 at 11:54:27PM -0500, Ansar Mohammed wrote:

 Hello All,
 Is there any ssh over http implementation available for freebsd?

I guess I would expect that to read http over ssh.
Is that what you mean.

jerry

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


ping through ipfw giving unexpected results

2006-11-28 Thread gschultz

I am running ping.exe from a Windows 2003 Server machine through FreeBSD
4.8 running ipfw, to another Windows server.  With plr=0, I get no ping
failures at all, and with ipfw at its defaults I get no successes, so
I'm pretty sure the network is good.

I configured ipfw with various packet loss rates (call it X) in one
direction, _zero loss_ in the other direction.  Then I ran ping for
several hundred cycles.  This should be sending an ICMP echo request
(with X prob. of loss), and an echo reply (which should always get
through).  Therefore, I would expect to see a ping failure probability
of X.

I tried this at plr's from 0.002 up to 0.47, and did the math:  ping is
failing exactly (allowing for statistical variation) 1.500 times more
than expected.  This is too unlikely to be chance, so I figure the nice
round fraction of additional failures is due to something I don't yet
understand.  Can anyone explain this result?  Thanks.

No luck searching the Internet or the FreeBSD/search sites.

---
FreeBSD rd_bsd 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Oct  2 23:31:46
CDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  i386


--
Grant D. Schultz
Senior Software Engineer

ScriptPro
5828 Reeds Road
Mission, KS 66202

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


Re: ping through ipfw giving unexpected results

2006-11-28 Thread Chuck Swiger

On Nov 28, 2006, at 12:07 PM, [EMAIL PROTECTED] wrote:
I tried this at plr's from 0.002 up to 0.47, and did the math:   
ping is

failing exactly (allowing for statistical variation) 1.500 times more
than expected.  This is too unlikely to be chance, so I figure the  
nice

round fraction of additional failures is due to something I don't yet
understand.  Can anyone explain this result?  Thanks.


Sounds like your rules are also being applied to the ICMP response,  
as well?


If you have plr = .25, there's a .75 chance that the request will go  
through; if the request does go through, there will be a .75 chance  
that the reply will also get back, for a total .25 + .75 * .25 == . 
4375 chance of no answer getting through...?


--
-Chuck

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


Fwd: Problem with first run of 6.1

2006-11-28 Thread Fernando Capeletto

-- Forwarded message --
From: Fernando Capeletto [EMAIL PROTECTED]
Date: 26/11/2006 17:39
Subject: Problem with first run of 6.1
To: [EMAIL PROTECTED]

I installed 6.1 with success using 2 hds.
hd1 (3G)
/ (1536M)
swap (777M)
/tmp (780M)

hd2 (30G)
/etc (1024M)
/usr (8192M)
/var (10036M)
/home (10060M)

I choice minimal configuration and no linux compatibility (cause i will
change this later, only for a instalation more sample)
But!
When I reset the system and will go to the first initialization, he dont
found mountpoint.
Appears something like 'Manual Mountpoint' and anything slice i wrote, cause
panics.
I suppose be a common error.
I dont work with FBSD since version 4,9, and, in that version, i dont needed
to do nothing to automatic mountpoint.
What to do for automatic /etc/fstab... , i tried install this version since
setember and ever i quit.
Someone can help me please.
Thanks!


--
--
Fernando J. Capeletto [T:11-94230008]
[Depto de Sistemas Eletronicos - Escola Politecnica da USP (PSI/USP)]
[Curriculo Lattes do CNPQ: http://lattes.cnpq.br/2871347245620988 ]

--
--
Fernando J. Capeletto [T:11-94230008]
[Depto de Sistemas Eletronicos - Escola Politecnica da USP (PSI/USP)]
[Curriculo Lattes do CNPQ: http://lattes.cnpq.br/2871347245620988 ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: Problem with first run of 6.1

2006-11-28 Thread Joe Holden
Fernando Capeletto wrote:
 -- Forwarded message --
 From: Fernando Capeletto [EMAIL PROTECTED]
 Date: 26/11/2006 17:39
 Subject: Problem with first run of 6.1
 To: [EMAIL PROTECTED]
 
 I installed 6.1 with success using 2 hds.
 hd1 (3G)
 / (1536M)
 swap (777M)
 /tmp (780M)
 
 hd2 (30G)
 /etc (1024M)
 /usr (8192M)
 /var (10036M)
 /home (10060M)
 
 I choice minimal configuration and no linux compatibility (cause i will
 change this later, only for a instalation more sample)
 But!
 When I reset the system and will go to the first initialization, he dont
 found mountpoint.
 Appears something like 'Manual Mountpoint' and anything slice i wrote,
 cause
 panics.
 I suppose be a common error.
 I dont work with FBSD since version 4,9, and, in that version, i dont
 needed
 to do nothing to automatic mountpoint.
 What to do for automatic /etc/fstab... , i tried install this version since
 setember and ever i quit.
 Someone can help me please.
 Thanks!
 
 

How do you propose the system mounts /etc before it can read /etc/fstab?
/etc should *always* share the same slice as /.

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


Re: ssh over http

2006-11-28 Thread Garrett Cooper

Jerry McAllister wrote:

On Mon, Nov 27, 2006 at 11:54:27PM -0500, Ansar Mohammed wrote:

  

Hello All,
Is there any ssh over http implementation available for freebsd?



I guess I would expect that to read http over ssh.
Is that what you mean.

jerry
   If you want SSH access from a browser, try Mindterm 
(http://www.oit.duke.edu/sa/security/ssh.html). It's a Java Applet 
that can establish client access with SSH servers.

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


Re: Fwd: Problem with first run of 6.1

2006-11-28 Thread Fernando Capeletto

Thanks a lot!
Its obvious.
I will try it at night.
I wanted create a slice for /etc/ because i pretend have more security with
the configurations files of services if the system crash.
But there others ways to do this.
Thanks!



2006/11/28, Joe Holden [EMAIL PROTECTED]:


Fernando Capeletto wrote:
 -- Forwarded message --
 From: Fernando Capeletto [EMAIL PROTECTED]
 Date: 26/11/2006 17:39
 Subject: Problem with first run of 6.1
 To: [EMAIL PROTECTED]

 I installed 6.1 with success using 2 hds.
 hd1 (3G)
 / (1536M)
 swap (777M)
 /tmp (780M)

 hd2 (30G)
 /etc (1024M)
 /usr (8192M)
 /var (10036M)
 /home (10060M)

 I choice minimal configuration and no linux compatibility (cause i will
 change this later, only for a instalation more sample)
 But!
 When I reset the system and will go to the first initialization, he dont
 found mountpoint.
 Appears something like 'Manual Mountpoint' and anything slice i wrote,
 cause
 panics.
 I suppose be a common error.
 I dont work with FBSD since version 4,9, and, in that version, i dont
 needed
 to do nothing to automatic mountpoint.
 What to do for automatic /etc/fstab... , i tried install this version
since
 setember and ever i quit.
 Someone can help me please.
 Thanks!



How do you propose the system mounts /etc before it can read /etc/fstab?
/etc should *always* share the same slice as /.

Thanks,
Joe





--
--
Fernando J. Capeletto [T:11-94230008]
[Depto de Sistemas Eletronicos - Escola Politecnica da USP (PSI/USP)]
[Curriculo Lattes do CNPQ: http://lattes.cnpq.br/2871347245620988 ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CUPS not working on FreeBSD 6.2-BETA

2006-11-28 Thread Tino Engel
Dear FreeBSD people,

Despite having started various attempts, I cannot print within KDE 3.5.4 on 
FreeBSD 6.2-BETA.

I always receive error message as follows:

An error occurred while retrieving the printer list:

Connection to CUPS server failed. Check that the CUPS server is correctly 
installed and running. Error: localhost: read failed (14).


Printer files are installed.

Can someone please help?

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


Re: ssh over http

2006-11-28 Thread Ansar Mohammed

Got one!
http://www.ericdaugherty.com/dev/sshwebproxy/

allot of vendors are now encapsulating their application protocols in
http... eg. citrix ica, exchange server mapi, msn messenger, there is even a
project to provide access to fileshares with samba over ssl see:
http://www.sslbridge.com/

Even with web services, http has become more of a transport protocol than an
app protocol.

there was a product from Wall Data a long time ago that did tn5250 over http
but I havent seen any open source projects that did this.



On 11/28/06, Garrett Cooper [EMAIL PROTECTED] wrote:


Jerry McAllister wrote:
 On Mon, Nov 27, 2006 at 11:54:27PM -0500, Ansar Mohammed wrote:


 Hello All,
 Is there any ssh over http implementation available for freebsd?


 I guess I would expect that to read http over ssh.
 Is that what you mean.

 jerry
   If you want SSH access from a browser, try Mindterm
(http://www.oit.duke.edu/sa/security/ssh.html). It's a Java Applet
that can establish client access with SSH servers.
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


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


Re: ssh over http

2006-11-28 Thread Andrew Pantyukhin

On 11/28/06, Atom Powers [EMAIL PROTECTED] wrote:

On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote:
 Hello All,
 Is there any ssh over http implementation available for freebsd?

That doesn't even make sense. SSH is a transport layer protocol, HTTP
is an application layer protocol.


Listen to that - any tunnel is useless :-)

Ansar, is Google filtered at your place?

http://www.google.com/search?q=ssh+over+http
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD VPS providers

2006-11-28 Thread Peter Schuller
 http://www.johncompanies.com/jc_bsd.html

 which seems like a good setup.

For comparison you may want to have a look at leaseweb (www.leaseweb.com). 
They are offering dedicated physical machines for comparable prices.

My private colo box is hosted there and so far my experience has been good, 
though I have not yet had any kind of hardware disaster or similar so I 
cannot speak to how their tech support works in those cases.

-- 
/ 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

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


RE: ssh over http

2006-11-28 Thread Ansar Mohammed
I think its pretty safe at this point in time to expect that everyone with a
computer far less than the list is familiar with google. 
Probably a more helpful response would have been for you to recommend
something you have experience with. Someone was kind enough to point me to
something while it they don't have it running on FreeBSD works for them.

But I am sure that some people found your post inspirational. :)


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
 Andrew Pantyukhin
 Sent: November 28, 2006 5:45 PM
 To: Atom Powers
 Cc: Ansar Mohammed; freebsd-questions@freebsd.org
 Subject: Re: ssh over http
 
 On 11/28/06, Atom Powers [EMAIL PROTECTED] wrote:
  On 11/27/06, Ansar Mohammed [EMAIL PROTECTED] wrote:
   Hello All,
   Is there any ssh over http implementation available for freebsd?
 
  That doesn't even make sense. SSH is a transport layer protocol, HTTP
  is an application layer protocol.
 
 Listen to that - any tunnel is useless :-)
 
 Ansar, is Google filtered at your place?
 
 http://www.google.com/search?q=ssh+over+http

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


Resolved: Re: Native Seamonkey Javascript error

2006-11-28 Thread Warren Block

On Mon, 27 Nov 2006, Robert Huff wrote:


Warren Block writes:


 Could you post your /var/db/ports/seamonkey/options file?


# Options for seamonkey-1.0.b
_OPTIONS_READ=seamonkey-1.0.b
WITH_MAILNEWS=true
WITH_COMPOSER=true
WITH_LDAP=true
WITH_CHATZILLA=true
WITHOUT_JAVASCRIPT_DEBUGGER=true
WITHOUT_SMB=true
WITHOUT_DEBUG=true
WITH_LOGGING=true
WITH_OPTIMIZED_CFLAGS=true


Well, it wasn't that.  However, removing Adblock 
(/usr/ports/www/adblock) solved the problem.  Using Adblock Plus 
(adblockplus.org) restored the adblock functionality.  Thank you for 
your help!


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


Unable to install PEAR

2006-11-28 Thread Roger Merritt
I was getting errors trying to portupgrade PEAR, so I did a pkg_deinstall 
and then ran portinstall. The following is the last part of what I get:



warning: pear/PEAR requires package pear/Archive_Tar (version = 1.3.1)
warning: pear/PEAR requires package pear/Console_Getopt (version = 1.2)
pear/PEAR can optionally use package pear/PEAR_Frontend_Web (version = 
0.5.0)
pear/PEAR can optionally use package pear/PEAR_Frontend_Gtk (version = 
0.4.0)
pear/PEAR can optionally use package pear/PEAR_Frontend_Gtk2 (version = 
0.1.0)

install ok: channel://pear.php.net/PEAR-1.4.11
install ok: channel://pear.php.net/Archive_Tar-1.3.1
install ok: channel://pear.php.net/Console_Getopt-1.2
install ok: channel://pear.php.net/XML_RPC-1.5.0
*** Signal 11

Stop in /usr/ports/devel/pear.
*** Error code 1

Stop in /usr/ports/devel/pear.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portinstall.66956.0 env make reinstall

** Fix the installation problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! devel/pear(install error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed


I've looked through UPDATING and don't find anything suggestive. Any ideas? 
Or should this be sent either to the ports mailing list or to the maintainer?


--
Roger


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


Re: Resolved: Re: Native Seamonkey Javascript error

2006-11-28 Thread Warren Block

On Tue, 28 Nov 2006, Warren Block wrote:

Well, it wasn't that.  However, removing Adblock (/usr/ports/www/adblock) 
solved the problem.  Using Adblock Plus (adblockplus.org) restored the 
adblock functionality.  Thank you for your help!


Further information: it appears to be an interaction between AdBlock or 
AdBlockPlus and FlashBlock.  The solution appears to be to remove 
FlashBlock (not easy in Seamonkey, see flashblock.mozdev.org) or to just 
use FireFox.


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


Re: Unable to install PEAR

2006-11-28 Thread Garrett Cooper

On Nov 28, 2006, at 4:34 PM, Roger Merritt wrote:

I was getting errors trying to portupgrade PEAR, so I did a  
pkg_deinstall and then ran portinstall. The following is the last  
part of what I get:


warning: pear/PEAR requires package pear/Archive_Tar (version =  
1.3.1)
warning: pear/PEAR requires package pear/Console_Getopt (version  
= 1.2)
pear/PEAR can optionally use package pear/ 
PEAR_Frontend_Web (version = 0.5.0)
pear/PEAR can optionally use package pear/ 
PEAR_Frontend_Gtk (version = 0.4.0)
pear/PEAR can optionally use package pear/ 
PEAR_Frontend_Gtk2 (version = 0.1.0)

install ok: channel://pear.php.net/PEAR-1.4.11
install ok: channel://pear.php.net/Archive_Tar-1.3.1
install ok: channel://pear.php.net/Console_Getopt-1.2
install ok: channel://pear.php.net/XML_RPC-1.5.0
*** Signal 11

Stop in /usr/ports/devel/pear.
*** Error code 1

Stop in /usr/ports/devel/pear.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/ 
portinstall.66956.0 env make reinstall

** Fix the installation problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! devel/pear(install error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed


I've looked through UPDATING and don't find anything suggestive.  
Any ideas? Or should this be sent either to the ports mailing list  
or to the maintainer?


--
Roger


That's an interesting error... memory problems or a programming  
error, perhaps?


From signals(7):

SIGSEGV 11   CoreInvalid memory reference

I'd test your memory and CPU, and maybe consider contacting the  
maintainer about this if they both appear to be fine..

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


Re: ssh over http

2006-11-28 Thread Andrew Pantyukhin

On 11/29/06, Ansar Mohammed [EMAIL PROTECTED] wrote:

I think its pretty safe at this point in time to expect that everyone with a
computer far less than the list is familiar with google.
Probably a more helpful response would have been for you to recommend
something you have experience with. Someone was kind enough to point me to
something while it they don't have it running on FreeBSD works for them.

But I am sure that some people found your post inspirational. :)


Come on, don't be that :-)

Google does not lead to bare solutions, but to people with
experience. You clearly had not done your homework before
asking. I mean you didn't even say what you need and why
you need it; so the first response mused that you can't need
that.

Anyway, I understand you're not satisfied with my reply -
sincerest apologies for that. Here's a better (longer) one:

I expect you to have no difficulties in setting up an ssh
tunnel over http with connect method, supported by most
proxies. However, this method is filtered on most of them to
prevent the very thing we're talking about (plus a thousand
of other types of tunnels). I'm not sure a solution for ssh
over plain http (without connect) is readily available, but
certainly there's nothing impossible about it.

To be fully compliant, you'll have to use pure pull model,
i.e. send a request for every packet you expect to get. That
means a lot of requests and huge round-trip-time, but that's
what you get for harassing protocols.

I'll leave it at that for now :-)

Please don't top-post.

Thanks for reminding me to behave! :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CAM Status SCSI Error

2006-11-28 Thread Grant Peel
Hi all,

Server crashed.

/var/log/messages shows this started Tues Afternoon:

.
Nov 27 23:20:40 defiant kernel: (da0:ahc0:0:0:0): Retries Exhausted
Nov 27 23:20:40 defiant kernel: g_vfs_done():da0s1f[READ(offset=48365768704, 
length=2048)]error = 5
Nov 27 23:25:54 defiant proftpd[863]: defiant.thenetnow.com - MaxInstances (30) 
reached, new connection denied
Nov 27 23:25:55 defiant last message repeated 35 times
Nov 27 23:26:21 defiant kernel: (da0:ahc0:0:0:0): READ(10). CDB: 28 0 7 61 69 
c7 0 0 4 0
Nov 27 23:26:21 defiant kernel: (da0:ahc0:0:0:0): CAM Status: SCSI Status Error
Nov 27 23:26:21 defiant kernel: (da0:ahc0:0:0:0): SCSI Status: Check Condition
Nov 27 23:26:21 defiant kernel: (da0:ahc0:0:0:0): MEDIUM ERROR info:76169c9 
asc:11,0
Nov 27 23:26:21 defiant kernel: (da0:ahc0:0:0:0): Unrecovered read error field 
replaceable unit: e4 actual retry count: 142


Could not get anywhere with fsck. Kept Saying 'rerun fsck manually' which I did.

Got the thing up anmd running using the SCSI verify media Utility in the bios. 
showned one error when it ran, maked the block as bad.

fsck shows all f/s clean now.

LOts of verbage found on google, but nothing that explained anything well.

Disk is about 2 years old, not under heavy load.FreeBSD 6.1

Should I replace?  (Seagate Cheetah SCSI 3 73 GIG).

or is this 'normal' once in a while?

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


Re: secondary ide drive setup

2006-11-28 Thread [EMAIL PROTECTED]

On 11/28/06, Jerry McAllister [EMAIL PROTECTED] wrote:

On Mon, Nov 27, 2006 at 09:24:30PM -0500, David Banning wrote:

 I am attempting to setup a secondary ide drive. I have configured the
 entire 305MB drive for storage. I used /stand/sysinstall and -it-
 issued the command ;

 /bin/sh -c newfs -b 16384 -f 2048 /dev/ad2s1e

 which seems very disk intensive and is taking a long time. I am wondering
 if this is right. I just want to use the second drive as a storage folder
 for backing up the main drive.

 The disklabel editor shows it as

 Disk: ad2   Partition name: ad2s1   Free: 0 blocks (0MB)

 Part  Mount  Size Newfs   Part  Mount  Size Newfs
   -   -     -   -
 ad2s1e/uusr   305242MBUFS+S Y

 This configuration issued the command as above;

 /bin/sh -c newfs -b 16384 -f 2048 /dev/ad2s1e

 How long should newfs take for a 305 MB drive?


Do you really mean 305 GB drive?
   ^^
It depends some on your CPU and the speed of the drive.
My guess would be in the range of 15 minutes or so.
It has to write all the alternate superblocks.   I haven't
studied it, but I have always wondered if it is necessary to
have so many alternate superblocks.


You can, of course, bsdlabel* and newfs without touching
sysinstall.

I have not played with it tons, but I suspect that the number
of alternate superblocks is dependant on the -b flag to
newfs.  I remember running into a (or what seemed a) rather
conservative maximum for this value, 65536, I seem to recall.

If you are primarily going to be writing very large files, like
tar files, there should be no harm in having a very large block
size and sparse inodes, though changing it might require
a wipe and a newfs, should you decide to make the disk your
databse storage for a couple million 1k files.


*I am just now reading man gpt, and let me tell you, I am both
frightened and a bit confused.

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