Re: 8.1 is available

2010-07-24 Thread Ansar Mohammed
I think it's been announced on the front page of freebsd.org. You think I
should wait for somthing more formal?

On Sat, Jul 24, 2010 at 11:05 AM, Chris Whitehouse cwhi...@onetel.comwrote:

 Aiza wrote:

 Since the release team never makes a announcement on this list when a new
 RELEASE is published. I will let you all know that

 RELEASE 8.1 has been published and is available for download.


 Has it been announced anywhere? Downloads have been available for some
 days. Generally advice from those who know is not to assume it's available
 until the announcement because changes could still be made.

 Chris

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

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


Re: mount_smbfs and Kerberos

2010-05-17 Thread Ansar Mohammed
Sorry for the necro post..
but the source on mount_smbfs definitely has kerberos options..

http://www.opensource.apple.com/source/smb/smb-431.2/mount_smbfs/mount_smbfs.c



 mount_smbfs on OSX seems to have Kerberos support, does mount_smbfs on
 FreeBSD support Kerberos?

No, but if it's in Darwin, it shouldn't be that hard to port
(although some parts of CIFS seem to be trailing quite a bit).
To be honest, I don't see anything about Kerberos in the man
pages I have available for Darwin.

--
Lowell Gilbert, embedded/networking software engineer, Boston area
[url]http://be-well.ilk.org/~lowell/[/url]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: File system

2010-05-09 Thread Ansar Mohammed
You know what,
dont worry about it. Thanks for the help all! You have been very helpful.




On Sun, May 9, 2010 at 1:16 AM, Adam Vande More amvandem...@gmail.comwrote:

  On Sat, May 8, 2010 at 10:18 PM, Ansar Mohammed ans...@gmail.com wrote:

 Hello Bobby,

 The VM is in my lab environemnt. I have many flavours of Windows, Linux
 and
 FreeBSD. FreeBSD is my firewall running PF.




 I have rebooted my entire environment hundreds of times, and non of my
 Windows or Linux VMs will complain or boot into a repair/single user mode.

 The background to this problem is because the FreeBSD root filesystem
 (UFS)
 is not journaled and for some reason I cannot set my root partition to be
 UFS+SoftUpdates.


 Well I'd say that's clearly not the problem since so many of us don't have
 your issues.  SU is disabled on / for a reason. I highly doubt you actually
 want to enable this, but you can if you adjust the FS when it isn't mounted
 eg boot from fixit cd.


 At any rate, we are in the year 2010, most modern operating systems and
 databases and able to survive an unclean shutdown without booting into
 single user mode and file system/data corruption.


 FreeBSD has defaulted to background checking on SU FS's for the better part
 of 10 years.  What version are you running?  What data corruption did you
 have and what does databases have to do with it?  Also DB's that are
 unexpectly killed can have consistency problems regardless of what FS it
 writes to and OS happens to be running it.



 I love FreeBSD, and have been a user since 2.x


 User as in you saw it running a couple times?

 So on to your actual issue instead of all the bs, what does your
 /etc/rc.conf say?  Specifically, what is the boot failing on?

 If you really want the disk/partition/slice journaled, you can do so with
 gjournal or ZFS offers an even better copy-on-write system.  If the install
 is only running a fw, the zfs is probably overkill though.




 --
 Adam Vande More

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


Re: File system

2010-05-09 Thread Ansar Mohammed
Thank you Bruce and Matthew,
for your very informed and insightful comments.
 I read online that this may be fixed in FreeBSD 9 with jeff's UFS
Journaling patch. Have you guys tried this yet?
http://jeffr-tech.livejournal.com/

On Sun, May 9, 2010 at 5:46 AM, Bruce Cran br...@cran.org.uk wrote:

 On Sunday 09 May 2010 04:18:12 Ansar Mohammed wrote:

  The background to this problem is because the FreeBSD root filesystem
 (UFS)
  is not journaled and for some reason I cannot set my root partition to be
  UFS+SoftUpdates.
 
  At any rate, we are in the year 2010, most modern operating systems and
  databases and able to survive an unclean shutdown without booting into
  single user mode and file system/data corruption.

 Even with SoftUpdates and journaling you'll find UFS doesn't cope well with
 unclean shutdowns: to test it, a couple of weeks ago I started a rm -rf
 /usr/obj/* and pressed the reset button - upon startup I got dumped into
 single-user mode with a softupdates inconsistency. I've not tried the same
 test but I think ZFS is much better at recovering from this sort of problem
 since it was designed from the start to be very resilient.

 --
 Bruce Cran

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


File system

2010-05-08 Thread Ansar Mohammed
Hello All,
I have a FreeBSD VM running. Whenever I reboot the VM without a clean
shutdown it boots into single user mode and I have to run fsck.

When I run fsck, the file system clearly has issues.

Is there any way to have FreeBSD run on a better file system that wont crap
out on me everytime I do and unclean shutdown?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: File system

2010-05-08 Thread Ansar Mohammed
Hello Bobby,

The VM is in my lab environemnt. I have many flavours of Windows, Linux and
FreeBSD. FreeBSD is my firewall running PF.

I have rebooted my entire environment hundreds of times, and non of my
Windows or Linux VMs will complain or boot into a repair/single user mode.

The background to this problem is because the FreeBSD root filesystem (UFS)
is not journaled and for some reason I cannot set my root partition to be
UFS+SoftUpdates.

At any rate, we are in the year 2010, most modern operating systems and
databases and able to survive an unclean shutdown without booting into
single user mode and file system/data corruption.

I love FreeBSD, and have been a user since 2.x but its a bit frustrating
that whenever power fails I have to do this..


On Sat, May 8, 2010 at 10:57 PM, Bobby Walker bobbyjwal...@live.com wrote:

 On May 8, 2010, at 8:36 PM, Ansar Mohammed wrote:

   Hello All,
  I have a FreeBSD VM running. Whenever I reboot the VM without a clean
  shutdown it boots into single user mode and I have to run fsck.
 
  When I run fsck, the file system clearly has issues.
 
  Is there any way to have FreeBSD run on a better file system that wont
 crap
  out on me everytime I do and unclean shutdown?
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org
 

 I am far from an expert on this topic, but under what situation is it good
 to take any OS down suddenly?  Is this an unavoidable event of some sort?

 If this is a timed event, that happens on a regular basis, then you should
 be able to issue a timed shutdown prior to that so that the operating system
 goes down cleanly.

 Any file system that is taken down abruptly, repeatedly will see
 degradation.  Databases and open files, not to mention any data that is
 being written from/to the hard disk are all meant to be taken down and
 cleared out properly.

 I'm not certain that a different file system is the solution, it might just
 be a band-aid on the greater problem, which is eliminating the sudden power
 loss that's simulated by shutting off a VM.

 -- Bobby___
  freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

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


remove kerberos 5 from FreeBSD

2009-01-25 Thread Ansar Mohammed
Hello All,

Does anyone know how I can remove the Kerberos 5 installation from FreeBSD?

 

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


Heimdal 0.6.3 in FreeBSD 7.1

2009-01-12 Thread Ansar Mohammed
Is there any chance that a more recent version of heimdal would be included
in a future release of FreeBSD?

The current version is pretty archaic. 

 

 

kronos# kadmin -v

kadmin (Heimdal 0.6.3)

Copyright 1999-2004 Kungliga Tekniska Högskolan

Send bug-reports to heimdal-b...@pdc.kth.se

 

 

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


Sun sucks

2009-01-08 Thread Ansar Mohammed
So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
the Timezone Java patch. 

After registering Sun complains that they don't like my ID and I need to
provide more information. I create another account. Same problem. After 3
months I finally get an email saying they want clarification on the acronym
for my company. (no access yet to download Java patch.)

 

This sucks man. Is there one central repository where we can get all the
components required to build Java on FreeBSD?

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


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
It brings me back to the Sun website. 

-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Steven Kreuzer
Sent: Thursday, January 08, 2009 5:14 PM
To: freebsd-questions@freebsd.org
Subject: Re: Sun sucks


On Jan 8, 2009, at 5:10 PM, Ansar Mohammed wrote:

 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to  
 download
 the Timezone Java patch.

 After registering Sun complains that they don't like my ID and I  
 need to
 provide more information. I create another account. Same problem.  
 After 3
 months I finally get an email saying they want clarification on the  
 acronym
 for my company. (no access yet to download Java patch.)



 This sucks man. Is there one central repository where we can get all  
 the
 components required to build Java on FreeBSD?


I wonder what happens if you google tzupdater-1_3_11-2008i.zip?

--
Steven Kreuzer
http://www.exit2shell.com/~skreuzer

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

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


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Thanks Andrew, but foundation website is NOT a central repository. You need
to go to 3 places, 

To sun for the DST update, to the foundation for the source and here
http://www.eyesbeyond.com/freebsddom/java/jdk16.html for the patchset.

 

From: Andrew Gould [mailto:andrewlylego...@gmail.com] 
Sent: Thursday, January 08, 2009 5:17 PM
To: Ansar Mohammed
Cc: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

 

On Thu, Jan 8, 2009 at 4:10 PM, Ansar Mohammed ans...@gmail.com wrote:

So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
the Timezone Java patch.

After registering Sun complains that they don't like my ID and I need to
provide more information. I create another account. Same problem. After 3
months I finally get an email saying they want clarification on the acronym
for my company. (no access yet to download Java patch.)



This sucks man. Is there one central repository where we can get all the
components required to build Java on FreeBSD?


From the FreeBSD Foundation:

http://www.freebsdfoundation.org/downloads/java.shtml

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


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Yrui, thanks for the assist man. But I refuse to believe that this is what
it has come to. 
Thanks for the help all, someone gave me creds I can use, the openJDK seems
like a promising option.

-Original Message-
From: Yuri Pankov [mailto:yuri.pan...@gmail.com] 
Sent: Thursday, January 08, 2009 5:30 PM
To: Ansar Mohammed
Cc: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

On Thu, Jan 08, 2009 at 05:10:10PM -0500, Ansar Mohammed wrote:
 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to
download
 the Timezone Java patch. 
 
 After registering Sun complains that they don't like my ID and I need to
 provide more information. I create another account. Same problem. After 3
 months I finally get an email saying they want clarification on the
acronym
 for my company. (no access yet to download Java patch.)
 
  
 
 This sucks man. Is there one central repository where we can get all the
 components required to build Java on FreeBSD?

Try downloading it from URL provided by filesearch.ru search results:

http://www.filesearch.ru/cgi-bin/s?q=tzupdater-1_3_11-2008i.zipt=fw=a


HTH,
Yuri

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


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Been there, did that same result :)


-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of RW
Sent: Thursday, January 08, 2009 10:48 PM
To: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

On Thu, 8 Jan 2009 17:10:10 -0500
Ansar Mohammed ans...@gmail.com wrote:


 After registering Sun complains that they don't like my ID and I need
 to provide more information. I create another account. Same problem.
 After 3 months I finally get an email saying they want clarification
 on the acronym for my company. 


Well there's your problem. You gave them too much information in the
first place. I usually just make-up a name as a matter of principle.

Just create a new account for some made-up name, don't specify any
company, download your file, and then (if you really care) go through
the hoops afterwards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Canada.
Is there an embargo ?

-Original Message-
From: Jon Radel [mailto:j...@radel.com] 
Sent: Thursday, January 08, 2009 11:08 PM
To: Ansar Mohammed
Cc: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

Ansar Mohammed wrote:
 Been there, did that same result :)

And in what country is the IP address you were coming from?  It can make
a huge difference when dealing with a company which has to comply with
export regulations for some of their products.

--Jon Radel
j...@radel.com

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


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Steve, we have ports for a reason. So that it's EASY to compile and deploy
apps on FreeBSD.
If we need to fireup a web browser register on a website wait three months
for approval then go to 3 separate sites to MANUALLY download the software
and transfer it to FreeBSD, what's the bloody point? 

Abiding by the software license I agree with, clearly there is no room
there. But why is this process so utterly retarded for something as critical
and common as Java?


-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Steve Bertrand
Sent: Thursday, January 08, 2009 11:16 PM
To: RW
Cc: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

RW wrote:
 On Thu, 8 Jan 2009 17:10:10 -0500
 Ansar Mohammed ans...@gmail.com wrote:
 
 
 After registering Sun complains that they don't like my ID and I need
 to provide more information. I create another account. Same problem.
 After 3 months I finally get an email saying they want clarification
 on the acronym for my company. 
 
 
 Well there's your problem. You gave them too much information in the
 first place. I usually just make-up a name as a matter of principle.
 
 Just create a new account for some made-up name, don't specify any
 company, download your file, and then (if you really care) go through
 the hoops afterwards.

Improper subject, wrong attitude.

If one wishes to use a license from another product that is outside of
the BSD license scope, then follow it properly.

FreeBSD (  personnel) does a magnificent job of keeping
outside-licensed code and objects separate from itself, and I'd rather
jump through burning hoops of flame to 'add on' to the system to mend it
to my needs, as opposed to  having the system, and possibly its users,
face legal ramifications later...

If you need outside software that requires reading any sort of an
'Agreement', then follow the 'Agreement' until you get rights to use the
software.

FreeBSD isn't about 'easy'. It's about 'right'. Installation methods
print out information about external licenses for a reason. Ask those
external places how to get around their sign-ups...don't ask here.

For that matter, don't answer such questions here, either.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


mount_smbfs and Kerberos

2008-12-03 Thread Ansar Mohammed
mount_smbfs on OSX seems to have Kerberos support, does mount_smbfs on
FreeBSD support Kerberos?

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


Kernel SMB performance

2008-11-21 Thread Ansar Mohammed
Hello all

We are considering using an application that uses FreeBSD web servers in
front of Windows file servers. How reliable/scalable is the kernel SMB
module?

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


RE: Kernel SMB performance

2008-11-21 Thread Ansar Mohammed
 
  We are considering using an application that uses FreeBSD web servers
 in
  front of Windows file servers. How reliable/scalable is the kernel
 SMB
  module?
 no idea. it worked many times when i wanted to fetch few files from
 windows. but i don't think anyone really cares very much about it being
 very well tested, bug free and high performance (i may be wrong here).

I think you are. We should care about a KERNEL module being bug free and
high performance. If not, hey why not just use DOS.


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


realtime network replication

2008-11-17 Thread Ansar Mohammed
Hello all,

I need to replicate /home between two freebsd servers in real time (no
scheduled rsyncs)

 

What are my options?

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


RE: realtime network replication

2008-11-17 Thread Ansar Mohammed
Ok, I have /home on one server, I need to REPLICATE /home to another server
in realtime. Kinda like a mirror, but over a network. I don't want to use
rsync because its not realtime.



 -Original Message-
 From: Chuck Swiger [mailto:[EMAIL PROTECTED]
 Sent: November 17, 2008 8:28 PM
 To: Ansar Mohammed
 Cc: freebsd-questions@freebsd.org
 Subject: Re: realtime network replication
 
 On Nov 17, 2008, at 5:25 PM, Ansar Mohammed wrote:
  I need to replicate /home between two freebsd servers in real time
 (no
  scheduled rsyncs)  What are my options?
 
 Most people use a network file system (ie, NFS, Samba/CIFS, etc) for
 this sort of thing
 
 --
 -Chuck

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


RE: realtime network replication

2008-11-17 Thread Ansar Mohammed
Ideally geom would have been perfect, except we cant have more than one host
writing to the mirror.

 -Original Message-
 From: Chuck Swiger [mailto:[EMAIL PROTECTED]
 Sent: November 17, 2008 8:28 PM
 To: Ansar Mohammed
 Cc: freebsd-questions@freebsd.org
 Subject: Re: realtime network replication
 
 On Nov 17, 2008, at 5:25 PM, Ansar Mohammed wrote:
  I need to replicate /home between two freebsd servers in real time
 (no
  scheduled rsyncs)  What are my options?
 
 Most people use a network file system (ie, NFS, Samba/CIFS, etc) for
 this sort of thing
 
 --
 -Chuck

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


RE: Kerberos in FreeBSD

2008-11-16 Thread Ansar Mohammed
That’s the port. Not the one that is installed by default.


[EMAIL PROTECTED]:/home/sysop]$ /usr/libexec/kdc -v
kdc (Heimdal 0.6.3)
Copyright 1999-2004 Kungliga Tekniska Högskolan
Send bug-reports to [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Sahil Tandon
 Sent: November 16, 2008 11:10 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: Kerberos in FreeBSD
 
 Ansar Mohammed [EMAIL PROTECTED] wrote:
 
  Any reason why the port of HEIMDAL is at 0.6.3 (2004) in FreeBSD 7.0
 when we
  have 1.0 available?
 
 On 7.0-RELEASE:
 
 % cat /usr/ports/security/heimdal/Makefile | grep PORTVERSION
 PORTVERSION=  1.0.1
 
 --
 Sahil Tandon [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


Kerberos in FreeBSD

2008-11-16 Thread Ansar Mohammed
Any reason why the port of HEIMDAL is at 0.6.3 (2004) in FreeBSD 7.0 when we
have 1.0 available?

 

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


SSHD/Kerberos on FreeBSD 7 STABLE

2008-11-10 Thread Ansar Mohammed
Is sshd compiled with Kerberos support on freebsd 7.0?

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


Kerberos keytab

2008-11-10 Thread Ansar Mohammed
Does anyone know what is the actual purpose of the Kerberos krb5.keytab
file?

 

 I have a freebsd 7 configured to authenticate users via Kerberos (both
apache and ssh).

 

Although the authentication between apache and browser is still basic and
between the ssh client and server is still keyboard interactive. FreeBSD
validates the account in the background using Kerberos to AD. 

 

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


automatic creation of home directories

2008-11-08 Thread Ansar Mohammed
Hello all,

I have users logging in via Kerberos (authn) and LDAP (authz) on FreeBSD to
Active Directory. 

I don't like having to manually create their home directory. Is there some
way to have the login process automatically create the home directory on
login?

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


tape format

2008-10-24 Thread Ansar Mohammed
Hello all

Does anyone know if the tape format produced by Seagate backup is
documented?

 

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


RE: proflibs

2008-10-11 Thread Ansar Mohammed
Are they needed for compiling anything from ports?

 -Original Message-
 From: Jeremy Chadwick [mailto:[EMAIL PROTECTED]
 Sent: October 11, 2008 5:59 AM
 To: Ansar Mohammed
 Cc: freebsd-questions@freebsd.org
 Subject: Re: proflibs
 
 On Fri, Oct 10, 2008 at 11:06:11PM -0400, Ansar Mohammed wrote:
  Can anyone explain what are the proflibs on the install media, and
 what they
  are for?
 
 They're special versions of all the libraries that come with FreeBSD
 which contain profiling code (code for determining the amount of time
 spent within or between two functions).
 
 They're for developers.
 
 --
 | Jeremy Chadwickjdc at parodius.com |
 | Parodius Networking   http://www.parodius.com/ |
 | UNIX Systems Administrator  Mountain View, CA, USA |
 | Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


proflibs

2008-10-10 Thread Ansar Mohammed
Can anyone explain what are the proflibs on the install media, and what they
are for?

 


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


pkgsrc vs ports

2008-07-17 Thread Ansar Mohammed
Hello All,
Is there some definitive comparison between the ports collection and
netbsd's pkgsrc?


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


RE: pf BINAT broken

2007-05-28 Thread Ansar Mohammed
Ok so binat is not broken!!

scrub on $ext_if all reassemble tcp
scrub on $int_if all reassemble tcp

fixed it.


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


pf BINAT broken

2007-05-27 Thread Ansar Mohammed
I have come to realize that the bidirectional nat of FreeBSD 6.2 is broken. 
If I configure the same rule, with a rdr, it works fine. 

I have a 1:1: NAT from my internal network to one of my public IPs. I am
using FreeBSD PPPoE. I have disabled NAT on the PPP driver.

If I attempt to connect back to my internal network using any TCP protocol,
the 3 way handshake completes, and I get a few packets of data. Then the
connection drops. Both sides try to retransmit. But to no avail.

Funny enough, it works fine if you are directly connected to the internet,
or through a linksys DSL router. However, through some other corporate
networks, the connection drops after the first few packets of data. 
I have tried 
scrub in max-mss 700
scrub out max-mss 700

and even
scrub in max-mss 250
scrub out max-mss 250

to no avail. It seems that packets with more than a few bytes of data screw
up the nat tables.
Any ideas anyone? Anything? Anything at all?




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


PF Weirdness

2007-05-15 Thread Ansar Mohammed
Hello All,

See the following pf.conf file; weirdness is abound since I cannot connect
to the internal host antares from only some remote networks behind
firewalls. Funny enough I thought it was an MTU issue so I dropped max-mss
all the way down to 700 but still to no avail. 
Any ideas?


ext_if=tun0   
int_if=rl0  
internal_net=192.168.2.0/24
external_addr=10.248.190.95
internal_addr=192.168.2.1

#IP Address Assignments
ip121_addr=10.248.188.121

#Internal Host Assignments
antares=192.168.2.10
www=192.168.2.3
mail=192.168.2.13

scrub in all max-mss 1400

rdr on $ext_if proto tcp from any to ($ext_if) port 80 - 192.168.2.3 port
80
rdr on $ext_if proto tcp from any to ($ext_if) port 25 - 192.168.2.13 port
25
binat on $ext_if from $antares to any - $ip121_addr
nat on $ext_if from $internal_net to any - $external_addr

block in log all
pass in on $int_if from $internal_net to any  keep state
pass out on $ext_if from $external_addr  to any keep state
pass in on $ext_if inet proto tcp from any to $external_addr port 22 keep
state
pass in on $ext_if inet proto tcp from any to $www port 80 keep state
pass in on $ext_if inet proto tcp from any to $mail port 25 keep state
pass in on $ext_if inet proto tcp from any to $antares  port 22 keep state




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


Re: Emulex LP9002 - FreeBSD 6.2

2007-04-25 Thread Ansar Mohammed

I do not believe they are supported

http://www.freebsd.org/releases/6.2R/hardware-i386.html




On 4/25/07, Marlon Menezes [EMAIL PROTECTED] wrote:



From: Lowell Gilbert [EMAIL PROTECTED]
To: Marlon Menezes [EMAIL PROTECTED]
CC: freebsd-questions@freebsd.org
Subject: Re: Emulex LP9002 - FreeBSD 6.2
Date: Wed, 25 Apr 2007 11:58:26 -0400

Marlon Menezes [EMAIL PROTECTED] writes:

  I am a newbie with FreeBSD and I am having problems in order to get my
  HBA Emulex LP9002 working on a FreeBSD version 6.2.
 
  Can you help me? Is there any one with experience with HBA setup on
  FreeBSD that can help me?

HBA should be transparent, as far as I recall.
You'll need to be more specific.


This is a Host Bus Adapter that uses the protocol Fibre Channel to
communicate with Storage Arrays (Like Shark from IBM, Clariion from
EMC..),
I need to install it on a FreeBSD system, but I don't have the driver that
allows the OS to communicate with the Storage array.
On a Emulex website (The vendor of the HBA) there are drivers to Suse and
RHEL, but there are no drivers to FreeBSD.

_
Verificador de Segurança do Windows Live OneCare: verifique já a segurança
do seu PC! http://onecare.live.com/site/pt-br/default.htm

___
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: Active Directory server on 6-STABLE ?

2007-04-25 Thread Ansar Mohammed

I have OpenLDAP running on FreeBSD 6.x. Simple, effective and reliable. You
can do the same with Active Directory, but you will need Windows 2003. Msg
me offlist if you want to talk about it more.

On 4/25/07, Pat Lashley [EMAIL PROTECTED] wrote:


I'm looking for a good way to provide a single
authentication/authorization
database for multiple applications in an environment consisting of a
FreeBSD
server and a collection of primarily Windows (XP) clients.  We do NOT want
to use the old Windows Domain protocols; and it doesn't look easy to make
Windows work with anything that isn't a Microsoft work-alike.

Active Directory looks like a good choice; since it should be easy to
access
the database from just about any app that supports LDAP
authentication.  But
so far, I haven't found an implementation of an AD-compatible server that
will
run on FreeBSD.  (This could, in part, reflect my lack of Windows
experience...)

It looks like Samba4 is far enough along to provide the necessary
functionality;
but it doesn't build and run on FreeBSD; and I don't currently have the
time
available to do the porting work.

So, have I completely missed some other solution?  Does someone have
Samba4
running on FreeBSD 6-STABLE?  Do any of you have any other useful
(on-topic)
advice for me?



Thanks,
-Pat
___
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]


FreeBSD Merch

2007-04-24 Thread Ansar Mohammed

So again i am posting this email out to this list..
Does anyone know where i can get freebsd branded merchandise with the new
logo?
BSDMall and freebsdmall all seem to have the older stuff.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PPP and resolv.conf

2007-04-17 Thread Ansar Mohammed
How can I stop ppp from modifying my /etc/resolv.conf?
Everytime I establish a pppoe session, my resolv.conf file gets reconfigured
to my ISPs DNS Servers.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD ports tree on OpenBSD/NetBSD

2006-12-14 Thread Ansar Mohammed
Does the FreeBSd ports tree work on NetBSD or OpenBSD?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Schwag

2006-12-03 Thread Ansar Mohammed
Hello All,
I have been to the usual suspects (freebsdmall.com etc) looking for polos
with the new freebsd logo. Where can I get schwag with the new logo?
___
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 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]


ssh over http

2006-11-27 Thread Ansar Mohammed
Hello All,
Is there any ssh over http implementation available for freebsd?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Compiz/Beryl Port

2006-11-27 Thread Ansar Mohammed
Is anyone working on a Beryl or Compiz port for freebsd?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Auto Create home directory

2006-10-27 Thread Ansar Mohammed
Hello, 
I have a network based on FreeBSD and I have a centralized ldap server
running OpenLDAP. I am using ldapeditor (http://www.ldapeditor.com
http://www.ldapeditor.com/ ) to manage the accounts. However, ldapeditor
is a Windows program and it does not have a way to auto create user home
directories. How can I auto create home directories? 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Network MSN/Chat sniffer for Freebsd?

2006-10-16 Thread Ansar Mohammed
Hello All,
does anyone know where we can get a MSN/Chat sniffer for Freebsd?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Directory server

2006-10-01 Thread Ansar Mohammed
Step by step if you wanna use Kerberos..
http://www.bayour.com/LDAPv3-HOWTO.html

If you wanna use nss_ldap
http://www.cultdeadsheep.org/FreeBSD/docs/Quick_and_dirty_FreeBSD_5_x_and_ns
s_ldap_mini-HOWTO.html

Personally I prefer nss_ldap. Kerberos is more secure, but it's a bit of
rocket science to set up.


and also you can use this client
http://www.ldapeditor.com to manage the users in openldap. It's the best
free ldap browser/editor and user management program available.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of rithy4u- CEO
 Sent: October 1, 2006 8:26 PM
 To: freebsd-questions@freebsd.org
 Subject: Directory server
 
 Dear All,
 
 I am seeking the way how to implement FreeBSD+LDAP+Samba to build a file
 server for medium size business which will serv up to 60 concurrent users.
 
 But the issue is, how we get it all in one package? and join all windows
 clients into Samba Domain? I hope someone can help me up with this.
 
 Thanks and Best Regards,
 
 Richard Ben, CIO
 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


RE: Thin Terminals

2006-09-24 Thread Ansar Mohammed
 Does it dance the Sun Ray dance, or are we back to rolling our own?
 
 Ceri


Huh?
Clearly, its not as attractive as a Sun Ray. But I dunno about dancing and
rolling..

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


RE: Thin Terminals

2006-09-23 Thread Ansar Mohammed
The Netier xl2000 is a much better platform. It's an amd k6 and upgradable
to 128Mb RAM. You can get them on ebay for about 10$

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Ceri Davies
 Sent: September 23, 2006 5:53 AM
 To: Robert Davison; Freebsd-questions@freebsd.org
 Subject: Re: Thin Terminals
 
 On 20/9/06 13:37, Robert Davison [EMAIL PROTECTED] wrote:
 
  I've been looking at the Sun Ray terminals and like the idea of using
 thin
  clients to connect to the main server to run apps. Are they any
 programms in
  thr ports which allow a similar set-up using FreeBSD. I know you can do
 this
  with X but would need a tutorial to help me through it.
 
  Anyone had a go at connecting a sun ray to FreeBSD or are the protocols
  totally different.
 
 The Sun Ray Server software runs on Linux as well as Solaris, so I'd say
 that there's an outside chance that it might work.  One day I'll get round
 to buying a Sun Ray client and try it out.
 
 Ceri
 --
 That must be wonderful!  I don't understand it at all.
   -- Moliere
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


RE: remote access solutions for rebuild world ??

2006-08-21 Thread Ansar Mohammed
I would suggest the tried and true method:

a console cable and modem.

You would need to test this to ensure your FreeBSD installation is
configured to support it.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of ke han
 Sent: August 21, 2006 2:40 AM
 To: Free BSD Questions list
 Subject: remote access solutions for rebuild world ??
 
 I am about to purchase a new server for FreeBSD 6.1.  For rebuilding
 world, I will need secure remote access to the server while booting
 in order to startup in single user mode.
 What solutions do other user recommend for this?  Any particular
 favored than others?  Specific hardware recommendations are welcome.
 thanks, ke han
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


Re: Thin terminals for FreeBSD

2006-08-09 Thread Ansar Mohammed

the EPIA's look nice but cost too much.
For comparable performance you can retrofit an old netier XL2000 on ebay
with a laptop hard drive.
They are small, fanless and come with an AMD 400-450 Mhz proc.
They usually go for about 10$ on ebay. You need to get an internal laptop
IDE cable and a laptopn hard drive...

they also support netboot! So yo dont really need the hard drive,


On 8/9/06, Chris Shenton [EMAIL PROTECTED] wrote:


cpghost [EMAIL PROTECTED] writes:

 I'm using EPIA 5000 mini-ATX boards with 512 MB RAM, diskless booting
 from an NFS server. They load X.org and everything else on demand.
 Compared to local HDDs, there's a small performance hit when loading
 programs [and those boards are not the fastest, though 100% silent ;-)],
 but users here are happy enough with them.

Ditto: I have one of these in my kitchen and like it -- no sysadm,
silent, etc. Not the fastest but mine is 3 years old.

Only problem I've noticed is if Mozilla (or whatever) uses all the RAM
then X11 restarts, losing your sessions.  Doesn't happen all the
time.  One day I'll set up swap to run over the net.

I really like the fact that I install stuff like Mozilla and other
software on one box (the server) and its immediately available around
the house on the rest of the boxes. The less sysadm I do the better.


 - Do I need to use gigabit ethernet? Or is it enough to use a normal
100
 Mbps wired network? I heard that there can be bandwidth problems when
 using many terminals, but I do not have experience.

 For a diskless setup, 100 MB switched on the client side is enough; but
 you'd definitely prefer gigabit ethernet on the NFS server.

I'm using switched 100Mbps ether but I only have the one diskless
client. I have a couple other clients mounting just some of the
filesystems over the net and would prefer GigE but it's not bad as it
is.

I'd definitely do this diskless thing if I had 10-20 client terminals
to set up, like in an internet cafe or something.  If they get wedged,
who cares: just power-cycle them.  :-)



___
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: nss_ldap and OpenLDAP client version

2006-06-09 Thread Ansar Mohammed
One of the more undocumented things here is to make sure that in your
/usr/local/etc/nss_ldap.conf to make sure that your bind_polcy is soft. 

If not, you will have no end of problems if you ldap server goes down. 

Basically if you have in your nsswitch.conf:

Passwd: files ldap
Group: files ldap

If your ldap server is down; nss_ldap keeps trying to reconnect and allot of
apps just hang; (like top, ls -la etc)




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Joe Shevland
 Sent: May 25, 2006 3:33 AM
 To: freebsd-questions@freebsd.org
 Subject: nss_ldap and OpenLDAP client version
 
 Hi,
 
 I'm about to setup my jails so they authenticate against the 'host'
 server using OpenLDAP and nss_ldap, pam_ldap and so on. I've done this
 before but wanted to repeat the process because last time it ended up
 being so much fiddling that when I finished I just left it alone - this
 time I'm documenting it :) I packaged up versions of the port for
 OpenLDAP 2.3 (well, actually 2.4 but that looks to just use 2.3 in any
 case) and then went to package up the nss_ldap port but its after
 OpenLDAP 2.2 stuff... I guess my question is whether this is intentional
 (i.e. security related), or just a port maintenance issue? I would've
 thought between 2.2-2.3 there's been a few security advisories... I
 only did a lazy lightning google and came across a few
 (http://www.frsirt.com/english/advisories/2005/0947) is perhaps one.
 
 Anyway, just thought I'd check. As punishment, if this is a stupid
 question or has been answered before, happy to write up a tutorial as I
 go as penance.
 
 Cheers
 Joe
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


RE: Trouble with nss|pam|openldap

2006-05-24 Thread Ansar Mohammed
Have you tried nss_ldap without pam?



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Atom Powers
 Sent: May 24, 2006 3:23 PM
 To: Jason Lixfeld
 Cc: FreeBSD Questions Mailing List
 Subject: Re: Trouble with nss|pam|openldap
 
 On 5/24/06, Jason Lixfeld [EMAIL PROTECTED]
 wrote:
  On 23-May-06, at 8:48 PM, Atom Powers wrote:
 
  %ls -al
  Assertion failed: (cfg-ldc_uris[__session.ls_current_uri] != NULL),
  function do_init, file ldap-nss.c, line 1193.
  Abort (core dumped)
  %
 
 I was able to reproduce this problem when I removed my
 /usr/local/etc/nss_ldap.conf file.
 It seems that some applications look for the *ldap.conf in
 /usr/local/etc and some in /usr/local/etc/openldap.
 
 I create links to /usr/local/etc/openldap/ldap.conf for all the oher
 ldap.conf and nss_ldap.conf files.
 
 --
 --
 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 freebsd-questions-
 [EMAIL PROTECTED]

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


New Logo

2006-03-03 Thread Ansar Mohammed
Does anyone know where I can get apparel with the new FreeBSD Logos?
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New Logo

2006-03-03 Thread Ansar Mohammed
I agree.
I always wanted to buy the freebsd merch but I wasnt into this whole
daemon thing.



On 3/3/06, John Cruz [EMAIL PROTECTED] wrote:

 Ceri Davies wrote:
  On 3/3/06 18:01, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
 
  Ansar Mohammed wrote:
 
  Does anyone know where I can get apparel with the new FreeBSD Logos?
 
 
 
 
  On a related note:
  What's the status of the winner of the logo contest?
  Is it encumbered, is it free to use?
 
 
  Copyright has been assigned to the FreeBSD Foundation, the trademark has
  been applied for.  There are a couple of loose ends to tie up.
 
 
 I hope they launch a lot of new merch for this logo once everything is
 done with the trademark stuff, so few places sell FreeBSD stuff and
 those that do don't have the most appealing selections :)

 -john

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

 ___
 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: Getting the network traffic amount since the interface went up

2005-12-14 Thread Ansar Mohammed
Try netstat -s


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Parv
 Sent: December 14, 2005 2:23 AM
 To: Chuck Swiger
 Cc: f-q
 Subject: Re: Getting the network traffic amount since the interface went
 up
 
 in message [EMAIL PROTECTED],
 wrote Chuck Swiger thusly...
 
  Parv wrote:
 ...
   Is there a way to find out the amount of traffic (in  out)
   since a network interface has been up (not since the OS has been
   up)?
 
  There are lots of solutions to this problem, it kinda depends on
  what you're trying to do.
 
 Well, actually i want to know the limit(s) (related to amount of
 data and number of connections) at which SMC Barricade 7004ABR
 router allows only the already established connections and refuses
 to allow any new ones.  This is all related to download a large
 torrent via rtorrent.  Rebooting the router solves the problem until
 i decide to restart the download.
 
 
  You might set up an IPFW rule which matches just the traffic you
  care about, and look at ipfw -a l.  You can zero the counters at
  will if you like, too.  From the ipfw manpage:
 
   Per-flow queueing can be useful for a variety of purposes.  A
   very simple one is counting traffic:
 
 Thanks for bringing that to my attention as I mainly use ipf  have
 not paid much of a look to ipfw.
 
 
   - Parv
 
 --
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


fedora directory server 1.0

2005-12-04 Thread Ansar Mohammed
Anyone know if a port is in progress?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: iSCSI support

2005-11-22 Thread Ansar Mohammed
iSCSI enables block access to drives over IP. There is only so much you can
do with NFS and SMB. 




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Wojciech Puchar
 Sent: November 21, 2005 6:25 PM
 To: Josh Endries
 Cc: freebsd-questions@freebsd.org
 Subject: Re: iSCSI support
 
  and growing. I'm currently looking at a Coraid AoE
  (ATA-over-Ethernet) solution since it seems to have good support for
  FreeBSD and Windows drivers in the works. On the other hand, iSCSI
  has Windows support and FreeBSD in the works.
 
 stupid question: can anyone explain me the sense and adventages of iSCSI
 compared to say NFS? for me it's just some more layer to take lots of $$$
 from people.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


RE: Cant login using ssh; no password prompt

2005-11-18 Thread Ansar Mohammed
Greetings Mauricio,
I have gotten this problem lots o times with new installs of FreeBSD. 

SSH times out trying to do a reverse lookup on the IP connecting to it. This
is not a FreeBSD problem but an OpenSSH issue(not really an issue).
My solution has always been to point the FreeBSD machine to an internal DNS
server that has both the FreeBSD machine and the client's name-IP address
mapping in DNS.

So check your /etc/resolv.conf and see what entries you are using. If you
are using 127.0.0.1 and you don't have DNS running locally then that can be
your problem. 

Good luck!


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Mauricio Brunstein
 Sent: November 18, 2005 9:50 AM
 To: freebsd-questions@freebsd.org
 Subject: Cant login using ssh; no password prompt
 
 Hi!
 
 I've installed a new box with FreeBSD 6.0 (workbench) and cant login
 to it by means of ssh from the internal or external network. The box
 is installed from the release version, and worked fine using the
 console. I also had accessed other hosts form there using ssh. I did
 not patch the box in any way, is just the 6.0 release version. I can
 not login to that box form a local OpenBSD 3.7 box, a 5.4 box (as
 shown below) or using putty 0.57 from the Internet (the putty window
 closes after some time without asking me for a password) .
 
 Anybody have and idea of what could be happening?
 
 Thank you in advance,
 Mauro
 
 Form a 5.4 Box,
 
 [EMAIL PROTECTED]:~ uname -a
 FreeBSD Server.blstar 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: Sun
 Oct 16 04:00:03 ART 2005 mauro@:/usr/obj/usr/src/sys/GENERIC  i386
 
 I issue the following command:
 
 [EMAIL PROTECTED]:~ ssh -vvv workbench
 OpenSSH_3.8.1p1 FreeBSD-20040419, OpenSSL 0.9.7e-p1 25 Oct 2004
 debug1: Reading configuration data /etc/ssh/ssh_config
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to workbench.blstar [192.168.1.34] port 22.
 debug1: Connection established.
 debug1: identity file /home/mauro/.ssh/identity type -1
 debug1: identity file /home/mauro/.ssh/id_rsa type -1
 debug1: identity file /home/mauro/.ssh/id_dsa type -1
 debug1: Remote protocol version 2.0, remote software version
 OpenSSH_4.2p1 FreeBSD-20050903
 debug1: match: OpenSSH_4.2p1 FreeBSD-20050903 pat OpenSSH*
 debug1: Enabling compatibility mode for protocol 2.0
 debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 FreeBSD-20040419
 debug1: SSH2_MSG_KEXINIT sent
 debug1: SSH2_MSG_KEXINIT received
 debug2: kex_parse_kexinit:
 diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
 debug2: kex_parse_kexinit: ssh-dss,ssh-rsa
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-
 cbc,[EMAIL PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-
 cbc,[EMAIL PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-
 96,hmac-md5-96
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-
 96,hmac-md5-96
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit: first_kex_follows 0
 debug2: kex_parse_kexinit: reserved 0
 debug2: kex_parse_kexinit:
 diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-
 hellman-group1-sha1
 debug2: kex_parse_kexinit: ssh-dss
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-
 cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-
 [EMAIL PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-
 cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-
 [EMAIL PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-
 96,hmac-md5-96
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-
 96,hmac-md5-96
 debug2: kex_parse_kexinit: none,[EMAIL PROTECTED]
 debug2: kex_parse_kexinit: none,[EMAIL PROTECTED]
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit: first_kex_follows 0
 debug2: kex_parse_kexinit: reserved 0
 debug2: mac_init: found hmac-md5
 debug1: kex: server-client aes128-cbc hmac-md5 none
 debug2: mac_init: found hmac-md5
 debug1: kex: client-server aes128-cbc hmac-md5 none
 debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
 debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
 debug2: dh_gen_key: priv key bits set: 129/256
 debug2: bits set: 536/1024
 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
 debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
 debug3: check_host_in_hostfile: filename /home/mauro/.ssh/known_hosts
 debug3: check_host_in_hostfile: match line 3
 debug1: Host 'workbench.blstar' is known and matches the DSA host 

RE: makings of a junk yard cluster ??

2005-11-15 Thread Ansar Mohammed
Ideally you need to define what you mean by a cluster
Depending on who you talk to practical clusters are very different.

The most common industry type cluster is called a shared nothing cluster.
It is basically two or more physical servers connected to the same storage
subsystem where data only resides. Traditionally the application executables
reside on the servers themselves, facilitating what is known as a rolling
upgrade.
Since you probably don't have a shared disk or SAN you can do this by using
geom on FreeBSD or iSCSI on linux/Windoze. This type of cluster is typical
for database applications. 

The second type of cluster is load balanced where multiple machines
share a logical IP Address and distribute the load evenly or unevenly
between them. You can use carp for IP sharing and rsync for data synch.
This is typically used for web servers, dns etc.. where data is minimal,
auto replicated(as in DNS) or static. This is practical in your environment
since you can actually put these machines to good use. 

The third type of cluster is the distributed cluster using MPI or PVM etc.
This is typically used for distributing load in computational problems. 





 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Arden
 Sent: November 15, 2005 9:16 AM
 To: freebsd-questions@freebsd.org
 Subject: makings of a junk yard cluster ??
 
 Hi Folk
 
 like most people involved in IT you tend to build you a junk yard of
 redundant machines
 
 Ive just been through mine and found could at a push make 5 x86 PCs
 
 2x amd 400mhz
 2x via 700mhz
 1x amd duron 1200
 
 also have lots of spare nic cards
 
 Ive never looked at clusters before and this is just for fun (must have
 way to much time on my hands) :)
 
 So I need to know would it be possible to build a cluster from these ?
 I'm not sure if the nodes need to be matched in any way ?
 
 dose anyone know where to find an idiots to setting one up ?
 
 also what would the equivelent power be i.e would i just be making a
 1gig space heater ?
 
 Arden
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


RE: Text to Speech in FreeBSD

2005-11-12 Thread Ansar Mohammed
Festival is the engine Festvox are the voices for festival.
See /usr/ports/festival

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Edwin D. Vinas
 Sent: November 13, 2005 1:59 AM
 To: freebsd-questions@freebsd.org
 Subject: Text to Speech in FreeBSD
 
 Hi,
  Is there any text-to-speech available for FreeBSD?
 
 --
 --
 Edwin D. Viñas
 http://www.geocities.com/edwin_vinas/
 IN THE WORLD OF SCIENCE,
 NOTHING IS IMPOSSIBLE.
 --
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


Release vs Stable vs Current

2005-11-07 Thread Ansar Mohammed
Has the terminology for production ready FreeBSD changed?
 
Is FreeBSD Release now considered Stable?
 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: RAID monitoring

2005-10-11 Thread Ansar Mohammed
Configuring syslog to email you would probably be the easiest thing to do.

The mly driver does have the capability to post diagnostic information.
See man mly




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Bob Ababurko
 Sent: October 11, 2005 11:04 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: RAID monitoring
 
 
 I have emailed them and asked if they had anything to monitor the RAID
 array in a FreeBSD environment and they replied telling me that they
 are not sure if Free BSD 5.4 will work with the Global array Manager or
 not   I did not come out and ask them to write me a driver.
 
 The Global Array Manager software that they have works with SCO Unix,
 Linux and Solaris...not to mention windoze.
 
 I was thinking about the and I think I may be able to get away with a
 script to parse syslog OR maybe I can configure syslog to send an email
 if I get a disk failure message sent to syslogd.  Does anyone do
 something like this?
 
 -Bob
 
 
 
 Ted Mittelstaedt wrote:
  What does Mylex say?
 
  It might occur to some people that hardware companies have no incentive
  to write FreeBSD drivers if the people who use their products NEVER
  ASK FOR THEM!
 
  Just a thought.
 
  Ted
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Bob Ababurko
 Sent: Monday, October 10, 2005 1:23 PM
 To: freebsd-questions@freebsd.org
 Subject: RAID monitoring
 
 
 Hello all-
 
 I am looking for a way to monitor my Mylex acceleraid 250 controller
 that I am running under FreeBSD 5.4.  Their global array manager
 software is an .exe so I kmow that is not going to be working.
 
 Does anyone have any solutions to monitor their RAID controllers?
 
 TIA,
 Bob
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 --
 Internal Virus Database is out-of-date.
 Checked by AVG Anti-Virus.
 Version: 7.0.344 / Virus Database: 267.11.9/116 - Release Date:
 9/30/2005
 
 
 
 
 
 I have emailed them and asked if they had anything to monitor the RAID
 array in FreeBSD environment and they replied telling me that they are
 not sure if Free BSD 5.4 will work with the Global array Manager or not 
 
 The Global Array Manager software that they have works with SCO Unix,
 Linux and Solaris...not to mention windoze.
 
 I think I may be able to get away with a script to parse syslog OR maybe
 I can configure syslog to send an email if I get a disk failure message
 sent to syslogd.  Does anyone do this?
 
 -Bob
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


FreeBSD Support (Commerical)

2005-10-06 Thread Ansar Mohammed
Does the FreeBSD project offer commercial support? I notice that the FreeBSD
mall offers commercial support.
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Support (Commerical)

2005-10-06 Thread Ansar Mohammed
I guess I am interested in finding out if there is support that is offered
by the FreeBSD project, not from third party vendors.

On 10/6/05, Kevin Kinsey [EMAIL PROTECTED] wrote:

 Ansar Mohammed wrote:

 Does the FreeBSD project offer commercial support? I notice that the
 FreeBSD
 mall offers commercial support.
 
 
 

 It's a fine question, but it's well documented on the Project's
 web site:

 http://www.freebsd.org/support.html

 Kevin Kinsey

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


SendDmesg

2005-10-02 Thread Ansar Mohammed
Does the FreeBSD project request us to mail in or dmesg outputs as the
OpenBSD project does?
 
http://www.openbsd.org/faq/faq4.html#SendDmesg
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: http://www.freebsd.org

2005-10-02 Thread Ansar Mohammed
FreeBSD 7.0?

There is a 7.0?


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Nicolas Blais
 Sent: October 2, 2005 7:59 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: http://www.freebsd.org
 
 On October 2, 2005 07:56 pm, Frank J. Laszlo wrote:
  Did someone break apache on http://www.freebsd.org?
 
  Seems to reply to ping requests but the web page doesnt load.
 
  -Frank
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 Works here.
 --
 FreeBSD 7.0-CURRENT #0: Sat Oct  1 11:51:38 EDT 2005
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A
 PGP? : http://66.130.198.54:8081/security/nb_root.asc

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


BGL

2005-09-30 Thread Ansar Mohammed
Is the kernel locking issue with FreeBSD 4.x sorted out in 5.x? I can't seem
to get a proper answer.
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: BGL

2005-09-30 Thread Ansar Mohammed
I love FreeBSD. I have been using it since 2.x. I have never had any
problems with it. Rock Solid. Never a single kernel panic.

Then I come across this article in a comparison between Linux and FreeBSD
saying that FreeBSD has kernel locking issues. Specifically, a problem
nicknamed BGL or Big Giant Lock. It seems that it affects SMP systems under
high load.

How much do other OSes suffer from this?


 -Original Message-
 From: Kris Kennaway [mailto:[EMAIL PROTECTED]
 Sent: September 30, 2005 4:46 PM
 To: Ansar Mohammed
 Cc: freebsd-questions@freebsd.org
 Subject: Re: BGL
 
 On Thu, Sep 29, 2005 at 10:09:17PM -0400, Ansar Mohammed wrote:
  Is the kernel locking issue with FreeBSD 4.x sorted out in 5.x? I can't
 seem
  to get a proper answer.
 
 Perhaps because the above isn't a proper question?  Yes, the BGL was
 pushed down a lot in FreeBSD 5.  It still covers some parts of the
 kernel (less in 6), so if can be more precise about a specific
 locking issue then perhaps we can give a more precise answer.
 
 Kris

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


FreeBSD 6.0

2005-09-24 Thread Ansar Mohammed
I cant seem to find any information on FreeBSD 6.0 on the www.freebsd.org
http://www.freebsd.org/  website. Where can I find information about it?
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Reccomendations for FC-attached storage appliance?

2005-09-21 Thread Ansar Mohammed
In a practical sense if a fiber channel card fails on a server, you'd
probably want to fail over the cluster to the second node until you resolved
the issue. Redundant HBAs require multipath software for the server to
properly load balance or fail over the disk IO. 

If you are considering this level of availability it really comes down to a
very limited number of companies, EMC, HP/Compaq or IBM in the PC world.
There are many workgroup solutions available, but with workgroup solutions,
come workgroup support.




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Danny Howard
 Sent: September 21, 2005 2:13 PM
 To: freebsd-questions@freebsd.org
 Cc: [EMAIL PROTECTED]
 Subject: Reccomendations for FC-attached storage appliance?
 
   [NOTE: cross-posting to freebsd-scsi and -questions ... please reply
   direct to me, or followup to just ONE list.  I may post summary after.]
 
 Hello,
 
 I have spent the past few weeks confusing around with different vendors
 to find a cool external disk solution that might offer high performance,
 and high availability for our production database.  My questio is
 two-fold:
 
 1) Would anyone like to share a preferred storage solution?  My dream is
 something where I can connect two FC controllers to two FreeBSD servers.
 If one controller fails, or if one server fails, I can still mount the
 same disks via the redundant server or controller.
 
 It sounds like most solutions have the disks on one controller or the
 other, so if a controller fails, the disks are inaccessible until you
 swap out the failed controller.  The Applex Xserve RAID comes to mind.
 
 2) Would anyone like to share a preferred HBA?  I am constantly
 frustrated by suggested solutions because it seems that every disk
 appliance only ever supports one HBA.  For example, the Apple ... only
 supports LSI7202XP.  My research has found zero evidence that this is
 supported by FreeBSD.  So, if that wont work, I should just run Linux?
 Or has someone stress-tested their favorite HBA and found it to be
 totally robust in some configuration ... ?
 
 Thanks a bunch!
 
 Sincerely,
 -danny
 
 --
 http://dannyman.toldme.com/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


Looking for bsdlabel tutorial

2005-09-19 Thread Ansar Mohammed
Hello, 
It seems that bsdlabel is a bit of rocket science to use.. is there an
easier way to create additional partitions on an existing installation? Or a
step by step bsdabel/disklable tutorial?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.0 Features

2005-09-19 Thread Ansar Mohammed
Where can we find a list of the features of FreeBSD 6.0?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rm -rf ?

2005-09-17 Thread Ansar Mohammed
Ok I am logged in as root, yet I cant delete /var/empty ( I get operation
not permitted).
 
Any suggestions?
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NDAS or iSCSI

2005-09-07 Thread Ansar Mohammed
Is there a mature implementation of either iSCSI targets or NDAS (Ximeta)
for FreeBSD?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]