Re: import users from LDAP to local password file (pwd.db)

2011-07-08 Thread Moises Castellanos
Hi
 You can try with getent(1) passwd and see if you can work with the output

Regards

On Fri, Jul 8, 2011 at 9:56 AM, Frank Bonnet f.bon...@esiee.fr wrote:

 Hello

 I need to import the necessary users's data  from an OpenLDAP directory
 server
 to put them in the local password files , anyone has done this before ?

 The machine use nss_ldap and pam_ldap to authenticate users but for
 robustness
 during the holidays I would like to have a local password file on this
 machine which
 is our mailhub.

 The OpenLDAP server runs on another machine and if it fails during holidays
 I want
 my mailhub to be standalone for authentication in order to let email
 service running
 even the directory server crash.

 Thanks

 __**_
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-**
 unsubscr...@freebsd.org 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: os that rather uses the gpu?

2010-07-14 Thread Moises Castellanos
On Tue, Jul 13, 2010 at 5:56 PM, b. f. bf1...@googlemail.com wrote:

  On Tue, 13 Jul 2010 22:46:15 +0200
  Jozsi Avadkan jozsi.avadkan at gmail.com wrote:
 
   Does someone know a distribution/operating system, that rather uses
   the GPU for working, not the CPU? [by default]

 Not exclusively, no.  But there are developments, still mostly in the
 research stage, for software allowing heterogeneous computing
 platforms of CPUs and GPUs to offload more work onto the GPUs; and
 there are some experimental architectures, like Intel Larrabee, that
 are CPU/GPU hybrids.

 See, for example:

 http://en.wikipedia.org/wiki/GPGPU
 http://en.wikipedia.org/wiki/Larrabee_(microarchitecture)http://en.wikipedia.org/wiki/Larrabee_%28microarchitecture%29


 b.


 The only i've heard about is Yellow dog Linux enterprise for nvidia cuda
http://www.fixstars.com/en/products/ydel/cuda/

 Regards



 ___
 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: Openoffice3 and aspell

2010-01-01 Thread Moises Castellanos
On Fri, Jan 1, 2010 at 1:57 PM, Neil Short nesh...@yahoo.com wrote:

 I just noticed that openoffice (openoffice.org-3.1.1) is not checking my
 spelling. The spell checker on my system is aspell-0.60.6_2.
 gtkspell-2.0.15_1 is also installed. Before sending this email I tried
 installing ispell-3.3.02_4. No improvement.

 How do I get Ooo to check my spelling?

 ==


  What did you do? the man holding the flashlight asked.

   I put down a spider, he said, wondering why the man didn't see; in the
 beam of yellow light the spider bloated up larger th

an life. So it could get away.


  Hi,
   AFAIK Ooo use myspell to check the spelling try to install it

 Regards




 ___
 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: Problem with bash script

2009-06-16 Thread Moises Castellanos
Hi Carmel

On Wed, Jun 17, 2009 at 8:39 AM, Carmel NY carmel...@hotmail.com wrote:

 I am attempting to write a simple Bash script that will find all the
 '*.pem' files in a directory structure and move them to another
 directory. It seems to work until I get to the copy part where it fails.

 My scripting skills are not that good. Perhaps someone could tell me
 what I am doing wrong.

 This is the script:

 #! /usr/bin/env bash

 # Save the field separator
 oIFS=$IFS

 # Set it to line breaks
 IFS=$'\n'

 for i in $(find ./ -name *.pem -print); do

 # Get the basename
 BN=$(basename $i)

 # copy the file to another directory using the base name
 cp $i /usr/home/tmp/$BN

 done

 # Reset the IFS variable
 IFS=$oIFS

 exit


 --
 Carmel
 ___
 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


 Why you don't use exec flag of find ?
 You could use:
 $  find ./ -name *.pem -exec cp {} /usr/home/tmp/something \;

 Regards
 Moises Castellanos
___
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


7.0 Release for Alpha

2008-02-28 Thread Moises Castellanos
 I try to download the 7.0 Release for Alpha Platform, but 550 no such
directory
 Y search in ftp://ftp.freebsd.org/pub/FreeBSD/releases/alpha/ and there is
no 7.0-RELEASE
 Anyone know why this is happening ???
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I need help to install

2006-02-11 Thread Moises Castellanos
Hi.
I want to install FreeBSD in my toshiba satellite A80-117 laptop, but when
im in the first menu when i choose the option default, start to loading the
kernel and the computer hang up, with the option of no ACPI too.

The laptop has:
Celeron M 1.4Ghz
256MB of RAM
40GB of Hard Drive.
Atheros wireless
Realtek LAN 10/100
ATI 9002 graphic card.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]