Re: Samba PDC with LDAP backend

2009-09-04 Thread Ruel Luchavez
On Mon, Jul 20, 2009 at 6:51 PM, Ruben de Groot mai...@bzerk.org wrote:

 On Mon, Jul 20, 2009 at 06:22:50PM +0800, Ruel Luchavez typed:
 
  But to some one out their who has an idea to this
 
  you are very much WELCOME:-)

 I think this was mentioned before, but did you have to edit
 /usr/local/etc/smbldap-tools/smbldap.conf and
 /usr/local/etc/smbldap-tools/smbldap_bind.conf

 Ruben


Wew...after a long weeks of searching I finally solve my own problem..
Lucky for me..

But, I have one question left..
How do you join the Windows xp client on the domain? Is there another tweak
must be done?


-- 
Regards,

rHueL
Happy BSD user...
Country:Philippines
___
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: Samba PDC with LDAP backend

2009-07-20 Thread Ruel Luchavez
On Mon, Jul 20, 2009 at 4:04 PM, Johan Hendriks jo...@double-l.nl wrote:

  On Sat, Jul 18, 2009 at 12:53:40PM +0800, Ruel Luchavez typed:
   On Sat, Jul 18, 2009 at 11:43 AM, Olivier Nicole o...@cs.ait.ac.th
  wrote:
  
   
 Still it does not start the LDAP, hers my /etc/rc.conf:

 slapd_flags='-h
 ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldaps://
 / ldap://127.0.0.1/;'
 
  You try to start slapd with ssl/tls support (ldaps), but I didn't see
 any
  TLS parameters in the slapd.conf file you posted.
 
  Ruben
 
 
 Hey Ruben,

 Is it necessary to have ssl/tls support?

 My goal is to build a Samba PDC on FreeBSD with a ldap backend. This
 will
 not authenticate ssh users just a plain samba server for our windows
 clients.


 More ideas are very WELCOME...


 Thanks.:-)
 --
 Rhuel
 FreeBSD user since 6.0
 Happy BSD use...
 Country:Philippines
 Zip Code:8000

 You do not need to add ssl/tls it is some extra security.
 But First try to make sure the ldap server start.
 192.168.5.0 is nota n ipadres but a network, i do not know fors ure but
 i thougt it need an ipadres like 192.168.5.1

 But try this one First and look i fit starts.
 slapd_flags='-h \ldapi://%2fvar%2frun%2fopenldap%2fldapi/
 ldap://0.0.0.0/ ldap://127.0.0.1/\;'

 It will listen on all your ip's available on your system.

 If it does still not start then look at the configuration of your
 slapd.conf file

 Regards,
 Johan Hendriks
 (Sylhouette)




 No virus found in this outgoing message.
 Checked by AVG - www.avg.com
 Version: 8.5.392 / Virus Database: 270.13.20/2249 - Release Date:
 07/19/09 17:59:00


Hey Mr. Johan (Sylhoutte)

Thanks for your reply, are you the author of this link? because I posted a
reply on your comment their

http://forums.freebsd.org/showthread.php?t=770page=2

But anyway..Thanks for your time!!! Back to my problem

I know this is running
 slapd_flags='-h \ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldap://0.0.0.0/ ldap://127.0.0.1/\;'

as is issue a command ps -aux | grep slap, hers whats the box give to me
#ps -aux | grep slap
ldap   1273  0.0  6.6 341992  7816  ??  Is4:17PM   0:00.14
/usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldaps://127.0.0.1/ ldap://192.168.5.200/ -u l

Does it means it is running OR not?

and her's my slapd.conf

include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/cosine.schema
include /usr/local/etc/openldap/schema/inetorgperson.schema
include /usr/local/etc/openldap/schema/misc.schema
include /usr/local/etc/openldap/schema/nis.schema
include /usr/local/etc/openldap/schema/openldap.schema
include /usr/local/etc/openldap/schema/samba.schema

loglevel 256

pidfile /var/run/openldap/slapd.pid
argsfile/var/run/openldap/slapd.args

#Additional config
#access to attrs=userpPassword
#   by dn=uid=root,ou=People,dc=mydomain,dc=local write
#   by dn=cn=Manager,dc=mydomain,dc=local write
#   by anonymoud auth
#   by self write
#   by * none
#access to dn.base=by * read
#access to *
#   by dn=cn=Manager,dc=mydomain,dc=local write
#   by * read

# Load dynamic backend modules:
modulepath  /usr/local/libexec/openldap
moduleload  back_bdb

###
# BDB database definitions
###

databasebdb
suffix  dc=mydomain,dc=local
rootdn  cn=Manager,dc=mydomain,dc=local
#rootpw = very-secure-password
rootpw  secret

directory   /usr/local/var/db/openldap-data

# Indices to maintain

index   objectClass eq
index   cn  pres,sub,eq
index   sn  pres,sub,eq
index   uid pres,sub,eq
index   displayName pres,sub,eq
index   uidNumber   eq
index   gidNumber   eq
index   memberUID   eq
index   sambaSIDeq
index   sambaPrimaryGroupSIDeq
index   sambaDomainName eq
index   default sub


Hoping you have more ideas on this...

Thanks for your immediate reply..
-- 

rHueL
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-20 Thread Ruel Luchavez
On Mon, Jul 20, 2009 at 4:35 PM, Olivier Nicole o...@cs.ait.ac.th wrote:

  I know this is running
   slapd_flags='-h \ldapi://%2fvar%2frun%2fopenldap%2fldapi/
  ldap://0.0.0.0/ ldap://127.0.0.1/\;'
 
  as is issue a command ps -aux | grep slap, hers whats the box give to me
  #ps -aux | grep slap
  ldap   1273  0.0  6.6 341992  7816  ??  Is4:17PM   0:00.14
  /usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/
  ldaps://127.0.0.1/ ldap://192.168.5.200/ -u l

 I see no ldaps:// in the command, but one in the ps, that is strange!

 Olivier


Hey
What do you mean you dont see no ldaps://

-- 
rHueL
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-20 Thread Ruel Luchavez
On Mon, Jul 20, 2009 at 4:55 PM, Polytropon free...@edvax.de wrote:

 On Mon, 20 Jul 2009 16:50:48 +0800, Ruel Luchavez ruel.free...@gmail.com
 wrote:
  On Mon, Jul 20, 2009 at 4:35 PM, Olivier Nicole o...@cs.ait.ac.th wrote:
I know this is running
 slapd_flags='-h \ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldap://0.0.0.0/ ldap://127.0.0.1/\;'
   
as is issue a command ps -aux | grep slap, hers whats the box give to
 me
#ps -aux | grep slap
ldap   1273  0.0  6.6 341992  7816  ??  Is4:17PM   0:00.14
/usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldaps://127.0.0.1/ ldap://192.168.5.200/ -u l
  
   I see no ldaps:// in the command, but one in the ps, that is strange!
  
   Olivier
  
 
  Hey
  What do you mean you dont see no ldaps://


 slapd_flags:
f1 = ldapi://%2fvar%2frun%2fopenldap%2fldapi/
f2 = ldap://0.0.0.0/
f3 = ldap://127.0.0.1/

 ps output:
p1 = ldapi://%2fvar%2frun%2fopenldap%2fldapi/
p2 = ldaps://127.0.0.1/
p3 = ldap://192.168.5.200/

 Compage f3 to p2: ldap://127.0.0.1/ vs. ldaps://127.0.0.1/


 --
 Polytropon
 From Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...


Thanks Polytropon

I get the point..

H...where did i mess up...
I'll try to triple check all the config..



-- 
rHueL
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-20 Thread Ruel Luchavez
On Mon, Jul 20, 2009 at 5:10 PM, Ruel Luchavez ruel.free...@gmail.comwrote:



 On Mon, Jul 20, 2009 at 4:55 PM, Polytropon free...@edvax.de wrote:

 On Mon, 20 Jul 2009 16:50:48 +0800, Ruel Luchavez ruel.free...@gmail.com
 wrote:
  On Mon, Jul 20, 2009 at 4:35 PM, Olivier Nicole o...@cs.ait.ac.th
 wrote:
I know this is running
 slapd_flags='-h \ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldap://0.0.0.0/ ldap://127.0.0.1/\;'
   
as is issue a command ps -aux | grep slap, hers whats the box give
 to me
#ps -aux | grep slap
ldap   1273  0.0  6.6 341992  7816  ??  Is4:17PM   0:00.14
/usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldaps://127.0.0.1/ ldap://192.168.5.200/ -u l
  
   I see no ldaps:// in the command, but one in the ps, that is strange!
  
   Olivier
  
 
  Hey
  What do you mean you dont see no ldaps://


 slapd_flags:
f1 = ldapi://%2fvar%2frun%2fopenldap%2fldapi/
f2 = ldap://0.0.0.0/
f3 = ldap://127.0.0.1/

 ps output:
p1 = ldapi://%2fvar%2frun%2fopenldap%2fldapi/
p2 = ldaps://127.0.0.1/
p3 = ldap://192.168.5.200/

 Compage f3 to p2: ldap://127.0.0.1/ vs. ldaps://127.0.0.1/


 --
 Polytropon
 From Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...


 Thanks Polytropon

 I get the point..

 H...where did i mess up...
 I'll try to triple check all the config..




 --
 rHueL
 FreeBSD user since 6.0
 Happy BSD use...
 Country:Philippines
 Zip Code:8000


Hey guys...

There is an improvement...
this is my current /etc/rc.conf

slapd_enable=YES
slapd_flags='-h ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldap://127.0.0.1/ldap://
192.168.5.200/'
slapd_sockets=/var/run/openldap/ldapi

samba_enable=YES
winbindd_enable=YES
cupsd_enable=YES


and this is the output of ps -aux | grep slap

#ps -aux | grep slap
ldap   1667  0.0  6.7 345832  7936  ??  Ss5:24PM   0:01.18
/usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://
127.0.0.1/ ldap://192.168.5.200/ -u ld

root   1794  0.0  0.2   388   268  p0  R+5:32PM   0:00.00 grep slap

Well regarding what Oliver said I see no ldaps:// in the command, but one
in the ps, that is strange!
I think it is solve now! Am I right?

Then I populate the database, unfortunate there another error and I can't
understand the code in smbldap_tools.pm! Her's the output of the box

#smbldap-populate -u 1 -g 1 -r 1
Populating LDAP directory for domain MYDOMAIN
(S-1-5-21-2772587264-3389604304-3649373591)
(using builtin directory structure)

adding new entry: dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, DATA line 466.
adding new entry: ou=People,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 12.
adding new entry: ou=Groups,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 17.
adding new entry: ou=Computers,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 22.
adding new entry: ou=Idmap,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 27.
adding new entry: uid=root,ou=People,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 58.
adding new entry: uid=nobody,ou=People,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 89.
adding new entry: cn=Domain Admins,ou=Groups,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 101.
adding new entry: cn=Domain Users,ou=Groups,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 112.
adding new entry: cn=Domain Guests,ou=Groups,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 123.
adding new entry: cn=Domain Computers,ou=Groups,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 134.
adding new entry: cn=Administrators,ou=Groups,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 179.
adding new entry: cn=Account Operators,ou=Groups,dc=mydomain,dc=local
failed to add entry: modifications require authentication at
/usr/local/sbin/smbldap-populate line 498, GEN1 line 201.
adding new entry: cn=Print

Re: Samba PDC with LDAP backend

2009-07-20 Thread Ruel Luchavez
On Mon, Jul 20, 2009 at 6:17 PM, Olivier Nicole o...@cs.ait.ac.th wrote:

  #smbldap-populate -u 1 -g 1 -r 1
  Populating LDAP directory for domain MYDOMAIN
  (S-1-5-21-2772587264-3389604304-3649373591)
  (using builtin directory structure)
 
  adding new entry: dc=mydomain,dc=local
  failed to add entry: modifications require authentication at

 In fact the script smbldap-populate hangs here, see, it mentions the
 authentication error at the begining.

 I never used smbldap-populate, but I beleive that to have it wiork,
 you must configure/edit that script and define a password somewhere.

 I beleive you would also have to configure the domain name, unless you
 want to keep MYDOMAIN (see line number two).

 As I suggested few days ago, you should try to do a ldapsearch and get
 a result from it first.

 Samba is not something simple to configure. LDAP neither, so you
 better go step by step.

 Good luck,

 Olivier



Well Thanks for your insight Oliver!

I think your right that Samba is not something simple to configure neither
LDAP too..
Wheeew..


I'll try my luck here because I started this already..


Anyway...Thanks..


-- 
rHueL
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-20 Thread Ruel Luchavez
On Mon, Jul 20, 2009 at 6:21 PM, Ruel Luchavez ruel.free...@gmail.comwrote:



 On Mon, Jul 20, 2009 at 6:17 PM, Olivier Nicole o...@cs.ait.ac.th wrote:

  #smbldap-populate -u 1 -g 1 -r 1
  Populating LDAP directory for domain MYDOMAIN
  (S-1-5-21-2772587264-3389604304-3649373591)
  (using builtin directory structure)
 
  adding new entry: dc=mydomain,dc=local
  failed to add entry: modifications require authentication at

 In fact the script smbldap-populate hangs here, see, it mentions the
 authentication error at the begining.

 I never used smbldap-populate, but I beleive that to have it wiork,
 you must configure/edit that script and define a password somewhere.

 I beleive you would also have to configure the domain name, unless you
 want to keep MYDOMAIN (see line number two).

 As I suggested few days ago, you should try to do a ldapsearch and get
 a result from it first.

 Samba is not something simple to configure. LDAP neither, so you
 better go step by step.

 Good luck,

 Olivier



 Well Thanks for your insight Oliver!

 I think your right that Samba is not something simple to configure neither
 LDAP too..
 Wheeew..


 I'll try my luck here because I started this already..


 Anyway...Thanks..



 --
 rHueL
 FreeBSD user since 6.0
 Happy BSD use...
 Country:Philippines
 Zip Code:8000



But to some one out their who has an idea to this

you are very much WELCOME:-)


-- 
rHueL
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-19 Thread Ruel Luchavez
On Sun, Jul 19, 2009 at 7:28 PM, Ruben de Groot mai...@bzerk.org wrote:

 On Sat, Jul 18, 2009 at 12:53:40PM +0800, Ruel Luchavez typed:
  On Sat, Jul 18, 2009 at 11:43 AM, Olivier Nicole o...@cs.ait.ac.th
 wrote:
 
  
Still it does not start the LDAP, hers my /etc/rc.conf:
   
slapd_flags='-h ldapi://%2fvar%2frun%2fopenldap%2fldapi/
   ldaps://
192.168.5.0/ ldap://127.0.0.1/;'

 You try to start slapd with ssl/tls support (ldaps), but I didn't see any
 TLS parameters in the slapd.conf file you posted.

 Ruben


Hey Ruben,

Is it necessary to have ssl/tls support?

My goal is to build a Samba PDC on FreeBSD with a ldap backend. This will
not authenticate ssh users just a plain samba server for our windows
clients.


More ideas are very WELCOME...


Thanks.:-)
-- 
Rhuel
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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


Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
Hi amazing list...

I want to set up Samba PDC with LDAP
I Have installed the following package:

smblap-tools-0.9.5.tgz
samba-3.0.35.tar.gz
nss_ldap-264.tar.gz
openldap-2.4.16.tgz

all the installation are successful, but when I'm going to populate the
database I get this weird error saying:

#smbldap-populate -u 1 -g 1 -r 1

erreur LDAP: Can't contact master ldap server for writing
(IO::Socket::INET:connect: Conneciton refused) at
/usr/local/lib/perl4/site_perl/5.8.9/smbldap_tools.pm line 322

when I look at the smblap_tools.pm at line 322 this is what it look likes
and sorry I cant understand the code:

else {
$ldap_master = Net::LDAP-new(   --This is line 322
$config{masterLDAP},
port= $config{masterPort},
version = 3,
timeout = 60,

By the way:

##This is my slapd.conf


include /usr/local/etc/openldap/schema/cosine.schema

include /usr/local/etc/openldap/schema/inetorgperson.schema

include /usr/local/etc/openldap/schema/misc.schema

include /usr/local/etc/openldap/schema/nis.schema

include /usr/local/etc/openldap/schema/openldap.schema

include /usr/local/etc/openldap/schema/samba.schema



loglevel 256



pidfile /var/run/openldap/slapd.pid

argsfile/var/run/openldap/slapd.args



# Load dynamic backend modules:

modulepath  /usr/local/libexec/openldap

moduleload  back_bdb



###

# BDB database definitions

###



databasebdb

suffix  dc=mydomain,dc=local

rootdn  cn=Manager,dc=mydomain,dc=local

#rootpw = very-secure-password

rootpw  {SSHA}X5/8nZm2DLooMyZgsUcWnRC1kXyCh+v



directory   /usr/local/var/db/openldap-data



# Indices to maintain

index   objectClass eq

index   cn  pres,sub,eq

index   sn  pres,sub,eq

index   uid pres,sub,eq

index   displayName pres,sub,eq

index   uidNumber   eq

index   gidNumber   eq

index   memberUID   eq

index   sambaSIDeq

index   sambaPrimaryGroupSIDeq

index   sambaDomainName eq

index   default sub


Note: service slapd is running

Does anyone here have the same problem?
Any idea?


-- 
RhueL
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
On Sat, Jul 18, 2009 at 10:07 AM, Olivier Nicole o...@cs.ait.ac.th wrote:

 Hi,

  when I look at the smblap_tools.pm at line 322 this is what it look
 likes
  and sorry I cant understand the code:
 
  else {
  $ldap_master = Net::LDAP-new(   --This is line 322
  $config{masterLDAP},
  port= $config{masterPort},
  version = 3,
  timeout = 60,

 Are you sure about your configuration of smbldap?

 Are you sure ldap is running? Have you tried a manual access through
 ldapsearch(1)?

 Olivier


Hello,
Im sure with my smblap..why?Is there something wrong with my config?

And yes ldap is running
#ps -aux | grep slap

ldap   1522  0.0  6.6 341992  7756  ??  Is   10:15AM   0:00.08
/usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/ldap://
0.0.0.0/ldap://192.168.5.0/ldap://127.0

root   1678  0.0  0.2   388   268  p0  R+   10:20AM   0:00.00 grep slap


Its running right?

I also tried the ldapsearch and it says it cant contact the ldap server
#ldapsearch

ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
any more ideas?

thanks for your reply

-- 
Ruel Luchavez
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
On Sat, Jul 18, 2009 at 10:25 AM, Olivier Nicole o...@cs.ait.ac.th wrote:

 Ruel,

  And yes ldap is running
  #ps -aux | grep slap

 That the process slapd is running does not mean you can access it.

 That:

  /usr/local/libexec/slapd -h
 ldapi://%2fvar%2frun%2fopenldap%2fldapi/ldap://
  0.0.0.0/ldap://192.168.5.0/ldap://127.0

 looks strange to me, I am used to someting like:

/usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/
 ldaps://192.41.170.6/ ldap://192.41.170.6/ -u ldap -g ldap

 with space between each URL on the command line.

 You should first assert that LDAP is running the way you want, if it
 is, you should be able to find a set of options to use with ldapsearch
 to be able to access your LDAP server.

 Basically, these options will have to be transposed into smbldap
 configuration.

 Good luck,

 Olivier


Hey,

I tried you idea with NO SPACE between each URL but when i restart the LDAP
it does not start anymore...hmmm
what did i mess here!!??

Anyway thanks for your immediate responds..maybe i try to dig more to solve
this.

Those who have more idea, you are welcome to comment...


-- 
Ruel Luchavez
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
On Sat, Jul 18, 2009 at 11:11 AM, Olivier Nicole o...@cs.ait.ac.th wrote:

 Ruel,

  I tried you idea with NO SPACE between each URL but when i restart the
 LDAP
  it does not start anymore...hmmm
  what did i mess here!!??

 in /etc/rc.conf I have:

   slapd_flags='-h ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldaps://
 192.41.170.6/ ldap://192.41.170.6/;'

 see the specific use of quotes.

 Olivier


Hey Oliver,

Still it does not start the LDAP, hers my /etc/rc.conf:

slapd_flags='-h ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldaps://
192.168.5.0/ ldap://127.0.0.1/;'

I still have no LUCK...:-(

Thanks
-- 
RhueL
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Samba PDC with LDAP backend

2009-07-17 Thread Ruel Luchavez
On Sat, Jul 18, 2009 at 11:43 AM, Olivier Nicole o...@cs.ait.ac.th wrote:


  Still it does not start the LDAP, hers my /etc/rc.conf:
 
  slapd_flags='-h ldapi://%2fvar%2frun%2fopenldap%2fldapi/
 ldaps://
  192.168.5.0/ ldap://127.0.0.1/;'

 At this point it would be usefull that you have a look in the logs at
 /var/log and see what is wrong in your command line.

 It may also be usefull to set rc_debug=YES in /etc/rc.conf, so you
 can see the exact command line that is tried when you start ldap
 server with /usr/local/etc/rc.d/slapd start

 Olivier


Thanks...

I'll try your idea..I'll be back



-- 
Ruel Luchavez
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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


Corrupt libraries

2009-04-15 Thread Ruel Luchavez
Hi List..

Is there any way how to determine a corrupt libraries in Freebsd 7.0?

or is there any command how to check libraries?


-- 
Ruel Luchavez
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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: Can't log-in anymore

2009-04-15 Thread Ruel Luchavez
Hey..

Thanks for your reply..lucky for me I have solve my problem...:-)



...FreeBSD roCKS..



On Wed, Apr 15, 2009 at 3:38 PM, Jonathan McKeown j.mcke...@ru.ac.zawrote:

 On Wednesday 15 April 2009 03:58:08 Ruel Luchavez wrote:
  Hi..
 
  I know someoene here can help fix my biggest problem so far.
 
  I can't log-in any more in my FreebSD box
  the serverver always complain
 
  /libexec/ld-elf.so.1:shared object lib.so.7 not found, required by sh
  Enter full pathname of shell or RETURN fro /bin/sh:
 
  I press enter but nothing happens it always came back with that prompt.
 
  I'm not sure if there is something wrong with the library but few hours
  before that happens I can still log-in on my box.
 
  Any idea guys? I can't log-in anymore..

 /bin/sh is dynamically linked - if you've blown away the library you have a
 problem.

 You should be able to get in using /rescue/sh, which is statically linked,
 but
 to get the system back I think you're going to need more hands-on help than
 you can get here; either that or you're going to have to provide more
 detail
 about exactly what you were doing.

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


Can't log-in anymore

2009-04-14 Thread Ruel Luchavez
Hi..

I know someoene here can help fix my biggest problem so far.

I can't log-in any more in my FreebSD box
the serverver always complain

/libexec/ld-elf.so.1:shared object lib.so.7 not found, required by sh
Enter full pathname of shell or RETURN fro /bin/sh:

I press enter but nothing happens it always came back with that prompt.

I'm not sure if there is something wrong with the library but few hours
before that happens I can still log-in on my box.

Any idea guys? I can't log-in anymore..


-- 
rHueL ..^o^
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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


Adding new domain in mail server

2009-03-19 Thread Ruel Luchavez
Hi list..

we have here a mail server running in FreeBSD 6.2 which is holding out 2
domain (e.g u...@mydomain.com. w...@mydomain2.com) and it running very good,
unfortunately I'm not the person who configure this mail stuff.

heres my problem:

we bought a new domain (e.g mydomain3.com) and Im planning to add the domain
to our mail server so that I could create a new email ad with the new domain
(e.g us...@mydomain3.com). how will I do that?


-- 
Ruel Luchavez
FreeBSD user since 6.0
Happy BSD use...
Country:Philippines
Zip Code:8000
___
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


RAID 1 failure

2009-03-18 Thread Ruel Luchavez
Hello..

Hope there is some one out here can fix my problem.

I have fresh installed FreeBSD 7.1 on my IBM system X3100 server (2 160GB
hard drive), I have decided to do a RAID1 by using the steps
on the handbook :

http://www.freebsd.org/doc/en/books/handbook/geom-mirror.html

as the site stated you have to enable the loading of the geom_mirror.ko
kernel module during the system intialization
by putting

#echo 'geom_mirror_load=YES'  /boot/loader.conf

UNFORTUNATELY, I forgot that steps now I'm facing a problem how to correct
it where in after I  restart the machine the system refuse to boot, I'm
stack on this loading:

F1 FreeBSD
F5 Drive 1

Default:F1

BTX loader 1.00 BTX version is 1.02
Consoles: Internal video/keyboard
Bios drive C: is disk 0
Bios drive D: is disk 1
Bios 631KB/2094592KB available memory

FreeBSD i386 bootstrap loader, Revision 1.1
(r...@logan.case.buffalo.edu Thu Jan 1 09:55:10 UTC 2009)
Loading /boot/defaults/loader.cof



Do you have any idea how to do it?
Hope there is...



FreeBSd Rock all the time
___
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: RAID 1 failure

2009-03-18 Thread Ruel Luchavez
Hi..I followed what Johan Henriks post

BUT when i type a command
#mount /dev/mirror/gm0s1a/mt

I get this error:

fstab:/etc/fstab:0: No such file or directory
fstab:/etc/fstab:0 No such file or directory
mount:dev/mirror/gm0s1a/mnt:unknown special file or file system

when I go to the directory /dev/mirror then issue ls, heres the filename
inside the directory

gmo
gmos1
gmos1a
gmos1b
gmos1c
gmos1d
gmos1e
gmss1f

I think there is a miss type (typo) in my part during I followed the HOW
TO,in which incase of writing 0 i wrote letter o..am I write?

but how do i resolve this?
Thanks for the reply...

FreeBSd ROcks all the time


2009/3/18 Johan Hendriks jo...@double-l.nl

 You could download the live cd

 Start the computer and insert the boot cd.
 After it is done with booting select the option fixit and then Live cd.

 It will ask for the live cd.

 Then do the following

 # chroot /dist
 # mount_devfs devfs /dev
 From version FreeBSD 7 You miust use mount -t devfs devfs /dev

 # gmirror load

 In the following command replace gm0 and s1a to the name of your mirror and
 the name of your / slice.
 If you followed the howto it should be as follows

 # mount /dev/mirror/gm0s1a /mnt

 # ee /mnt/boot/loader.conf
 Now you can edit the loader.conf file on your mirror.

 So add the line:
 geom_mirror_load=YES

 now exit ee and exit the livecd
 # exit
 # exit

 Shutdown the installer, and reboot your system.

 Regards,
 Johan Hendriks





 No virus found in this outgoing message.
 Checked by AVG - www.avg.com
 Version: 8.0.238 / Virus Database: 270.11.18/2008 - Release Date: 03/17/09
 16:25:00

___
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: RAID 1 failure

2009-03-18 Thread Ruel Luchavez
hello Adam

Unfortunately, when I boot the machine I can't see the boot menu, Unlike
with my other machine running version 7.0 ang 6.0 FreeBSD there is a boot
menu but with this 7.1 reelase no boot menu showed up.

Any idea?

Thanks...


On Thu, Mar 19, 2009 at 2:15 AM, Adam Vandemore amvandem...@gmail.comwrote:

 Ruel Luchavez wrote:

 Hello..

 Hope there is some one out here can fix my problem.

 I have fresh installed FreeBSD 7.1 on my IBM system X3100 server (2 160GB
 hard drive), I have decided to do a RAID1 by using the steps
 on the handbook :

 http://www.freebsd.org/doc/en/books/handbook/geom-mirror.html

 as the site stated you have to enable the loading of the geom_mirror.ko
 kernel module during the system intialization
 by putting

 #echo 'geom_mirror_load=YES'  /boot/loader.conf

 UNFORTUNATELY, I forgot that steps now I'm facing a problem how to correct
 it where in after I  restart the machine the system refuse to boot, I'm
 stack on this loading:

 F1 FreeBSD
 F5 Drive 1

 Default:F1

 BTX loader 1.00 BTX version is 1.02
 Consoles: Internal video/keyboard
 Bios drive C: is disk 0
 Bios drive D: is disk 1
 Bios 631KB/2094592KB available memory

 FreeBSD i386 bootstrap loader, Revision 1.1
 (r...@logan.case.buffalo.edu Thu Jan 1 09:55:10 UTC 2009)
 Loading /boot/defaults/loader.cof



 Do you have any idea how to do it?
 Hope there is..

 You can load gmirror from the loader prompt as well.  Option 6 from the
 boot menu I believe.  ? will give list of exact commands.  You should enter
 something like this:

 load geom_mirror
 boot

 then edit loader.conf after system is up.


 --
 Adam Vandemore
 Systems Administrator
 IMED Mobility
 (605) 498-1610


___
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: RAID 1 failure

2009-03-18 Thread Ruel Luchavez
*well its a typo..sory list...*

On Thu, Mar 19, 2009 at 9:45 AM, Polytropon free...@edvax.de wrote:

 Maybe it's a typo in the mail, but two things look stange
 to me:

 On Thu, 19 Mar 2009 09:21:17 +0800, Ruel Luchavez ruel.free...@gmail.com
 wrote:
  BUT when i type a command
  #mount /dev/mirror/gm0s1a/mt

   ^  ^^
 *  the correct one i issue
   #mount /dev/mirror/gmos1a /mnt*

   *then I get no error anymore, then I follow the remaining steps of Johan
Hendriks
   after the machine rebooted..my problem is still there...:(

   Any more idea??*


  mount:dev/mirror/gm0s1a/mnt:unknown special file or file system
 ^ ^^^
 *this is the machine replied to me after my typo*




 Is this intended? Or just a typo in the reproduction?



  I get this error:
 
  fstab:/etc/fstab:0: No such file or directory
  fstab:/etc/fstab:0 No such file or directory

 [...]

  when I go to the directory /dev/mirror then issue ls, heres the filename
  inside the directory
 
  gmo
  gmos1
  gmos1a
  gmos1b
  gmos1c
  gmos1d
  gmos1e
  gmss1f
 
  I think there is a miss type (typo) in my part during I followed the HOW
  TO,in which incase of writing 0 i wrote letter o..am I write?

 Yes, looks like...



 --
 Polytropon
 From Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

___
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: RAID 1 failure

2009-03-18 Thread Ruel Luchavez
Well...Well..Well

My server now is back to normal..Mirror is now working..Finally.wwww

But thanks to all of your reply guys..this list is really great.
and thanks also to this post..

http://dannyman.toldme.com/2005/01/24/freebsd-howto-gmirror-system/

cause i get some idea there and solve my 3 days proble...hehhehe

thanks again guys,,



FreeBSD Rocks all the time...



On Thu, Mar 19, 2009 at 10:03 AM, Ruel Luchavez ruel.free...@gmail.comwrote:

 *well its a typo..sory list...*

 On Thu, Mar 19, 2009 at 9:45 AM, Polytropon free...@edvax.de wrote:

 Maybe it's a typo in the mail, but two things look stange
 to me:

 On Thu, 19 Mar 2009 09:21:17 +0800, Ruel Luchavez ruel.free...@gmail.com
 wrote:
  BUT when i type a command
  #mount /dev/mirror/gm0s1a/mt

^  ^^
  *  the correct one i issue
#mount /dev/mirror/gmos1a /mnt*

*then I get no error anymore, then I follow the remaining steps of
 Johan Hendriks
after the machine rebooted..my problem is still there...:(

Any more idea??*


  mount:dev/mirror/gm0s1a/mnt:unknown special file or file system
 ^ ^^^
 *this is the machine replied to me after my typo*




 Is this intended? Or just a typo in the reproduction?



  I get this error:
 
  fstab:/etc/fstab:0: No such file or directory
  fstab:/etc/fstab:0 No such file or directory

 [...]

  when I go to the directory /dev/mirror then issue ls, heres the filename
  inside the directory
 
  gmo
  gmos1
  gmos1a
  gmos1b
  gmos1c
  gmos1d
  gmos1e
  gmss1f
 
  I think there is a miss type (typo) in my part during I followed the HOW
  TO,in which incase of writing 0 i wrote letter o..am I write?

 Yes, looks like...



 --
 Polytropon
 From Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...



___
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


LDAP + Samba

2008-08-18 Thread Ruel Luchavez
Hi List,

Is there any tutorial or even an idea how to install LDAP + Samba in
Freebsd?
I've been searching in google for almost half day but i can't find any
relevant tutorial.
So, decided just to read a books...

Do you have some tutorials guys? Thanks.

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


Recover Deleted File FreeBSD 7.0

2008-08-14 Thread Ruel Luchavez
Hi List,

Do you have an idea how to recover a deleted directory or files in freebsd
7.0?
I'm very sad that one of the important directory in my server was deleted
accidentally.
the command is use to delete the directory is:

rm -r folder


Any idea guys how to recover it?

Thanks in advance


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


Re: Install Linux in FreeBSD

2008-07-10 Thread Ruel Luchavez
Yes I read it Jonathan, Im newbie in BSD...regarding on my post is it
possible?
or Do you have any link so that i could much understand it aside from
freebsd handbook?

Thanks to your reply...


FreeBSD Rocks.:D

On Wed, Jul 9, 2008 at 2:58 PM, Jonathan McKeown [EMAIL PROTECTED]
wrote:

 On Wednesday 09 July 2008 08:46, Ruel Luchavez wrote:
  Hi again list,
 
  Is it possible to run a VM machine in your freebsd server in which inside
  that VM you are running on it a Linux environment? coul it be?
  You would rather want to know why do I want that set up? Simply because I
  want to install a Quickbooks Enterprise solutions Database
  manager in Linux, further, Freebsd doesn't support the Quickbooks (also
  vice versa) it only runs or support in Linux..thats the reason guys..
  Could some one give me some idea how will I do that?

 Did you read section 10 of the Handbook - Linux Binary Compatibility?

 Jonathan
 ___
 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]


Install Linux in FreeBSD

2008-07-09 Thread Ruel Luchavez
Hi again list,

Is it possible to run a VM machine in your freebsd server in which inside
that VM you are running on it a Linux environment? coul it be?
You would rather want to know why do I want that set up? Simply because I
want to install a Quickbooks Enterprise solutions Database
manager in Linux, further, Freebsd doesn't support the Quickbooks (also vice
versa) it only runs or support in Linux..thats the reason guys..
Could some one give me some idea how will I do that?

Thanks..


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


Re: Installation error. Command returned status 36

2008-06-23 Thread Ruel Luchavez
Hey Viacheslav,

I always ignore that message every time I will install fresh FreeBSD
It doesn't not create error or anything during the installation.

Cheers...


Hello.
 I'm trying to install FreeBSD 7.0, but I have next problem.
 When installation program write new partitions structure to disc it exits
 with
 next error: Unable to make new root file system on /dev/ad1s1a! Command
 returned status 36.

 And at the start of installation process I have warning about wrong disk
 geometry.

 My HDD is Segate ST340810A 40Gb, and I was trying write geometry (which I
 found on its case and in BIOS), but without success.
 The same problem with FreeBSD 6.2 and another my HDD.
 But hardware looks good, because Linux and OpenBSD was installed without
 any
 problems.

 Thanks for help.
 ___
 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]


Webmin 1.370_2 weird Error

2008-06-22 Thread Ruel Luchavez
Hi MailingList,

I have install a webmin 1.370_2 in my VM freebsd server, the installation
had no problem but when i view the UI (in my browser i type
192.168.23.248:1) of my webmin, I have these weird problem in front of
the page of my webmin:

/usr/local/lib/webmin/mount/freebsd-mounts-5.c: In function 'main':
/usr/local/lib/webmin/mount/freebsd-mounts-5.c:18: warning: incompatible
implicit declaration of built-in function 'exit'
/usr/local/lib/webmin/mount/freebsd-mounts-5.c: In function 'expand_flags':
/usr/local/lib/webmin/mount/freebsd-mounts-5.c:34: warning: incompatible
implicit declaration of built-in function 'strcat'
/usr/local/lib/webmin/mount/freebsd-mounts-5.c:38: error: 'MNT_NODEV'
undeclared (first use in this function)
/usr/local/lib/webmin/mount/freebsd-mounts-5.c:38: error: (Each undeclared
identifier is reported only once
/usr/local/lib/webmin/mount/freebsd-mounts-5.c:38: error: for each function
it appears in.)
/usr/local/lib/webmin/mount/freebsd-mounts-5.c:48: warning: incompatible
implicit declaration of built-in fun

I don't understand this error, infact i have installed many time a webmin in
other server, this is my first time I encounter this..

Could some one explain to me what is this?

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


Re: Samba on FreeBSD 7.0

2008-06-16 Thread Ruel Luchavez
I can recommend you reading the lots of FAQ of samba in their site at
samba.org.

Theres plenty of solution out there...


Cheers..



On Sat, Jun 14, 2008 at 4:41 AM, white list [EMAIL PROTECTED]
wrote:

 Hello ALL,
 I want to install Samba on FreeBSD 7.0 from ports collection.
 when i cd to /usr/ports/net/samba3
 make config
 LDAP
 ADS
 and many more options to enable with samba with ADS server 2008

 What would  like to know which options will best work with ADS Windows
 Server 2008? suggestions are welcome and appreciate.
 Thanks in advance to all,
 - Augustin
 ___
 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]


Samba in Windows XP Error

2008-06-03 Thread Ruel Luchavez
Hi ALL

I have installed the samba package 3.0.28 in my freebsd 7.0, the
installation all goes well my problem only is when i add the
samba in an existing workgroup i can access it in my windows xp client
however if it has its own workgroup i always have this
error in windows xp pro The network path was not found.. what would i
miss??

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


Re: Redirect email account in freebsd

2008-05-31 Thread Ruel Luchavez
man forward is great, but im running in virtual postfix?
any idea how to do .forward in virtual postfix?



On Sat, May 31, 2008 at 11:55 AM, Jon Radel [EMAIL PROTECTED] wrote:

 Ruel Luchavez wrote:

 ALL Hi,

 I dont know if its right to post my problem here..


 Yes.

  How would you redirect an email account?
 Lets put it in this way, we have an existing account namely
 [EMAIL PROTECTED]
 ,[EMAIL PROTECTED] and [EMAIL PROTECTED] what i want is
 when someone send and email to account1 only (no cc: or bcc: from sender)
 ,
 account3 can also receive the message being sent
 to account1? is it possible?


 If you're using sendmail (the default mail server in FreeBSD), probably the
 easiest way is to edit /etc/mail/aliases and put the following line in the
 file:

 account1:  \account1, account3

 and then run the newaliases command.

 While this will not send account3 two copies of e-mail that the sender sent
 to both account1 and account3, it will not check that account1 is the only
 recipient.  If you need to strictly check that there are no cc: or bcc:
 recipients, I suspect you will have to install something more sophisticated,
 such as procmail from ports.

  I'm using the Thunderbird.


 Or, you could set up rules in Thunderbird to do the forwarding from there.
  Of course, this means that mail gets forwarded only when account1 checks
 for mail.

 --Jon Radel

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


Re: Redirect email account in freebsd

2008-05-31 Thread Ruel Luchavez
man forward is great, but im running in virtual postfix?
any idea how to do .forward in virtual postfix?


On Sat, May 31, 2008 at 11:16 AM, Dhénin Jean-Jacques 
[EMAIL PROTECTED] wrote:

 2008/5/31 Ruel Luchavez [EMAIL PROTECTED]:
  ALL Hi,
 
  I dont know if its right to post my problem here..
 
  How would you redirect an email account?
  Lets put it in this way, we have an existing account namely
 [EMAIL PROTECTED]
  ,[EMAIL PROTECTED] and [EMAIL PROTECTED] what i want is
  when someone send and email to account1 only (no cc: or bcc: from sender)
 ,
  account3 can also receive the message being sent
  to account1? is it possible?

 man forward.

 --
 (° Dhénin Jean-Jacques
 / ) 48, rue de la Justice 78300 Poissy
 ^^ [EMAIL PROTECTED]

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


Redirect email account in freebsd

2008-05-30 Thread Ruel Luchavez
ALL Hi,

I dont know if its right to post my problem here..

How would you redirect an email account?
Lets put it in this way, we have an existing account namely [EMAIL PROTECTED]
,[EMAIL PROTECTED] and [EMAIL PROTECTED] what i want is
when someone send and email to account1 only (no cc: or bcc: from sender) ,
account3 can also receive the message being sent
to account1? is it possible?

I'm using the Thunderbird.


I hope someone answers my question, i would really appreciate it.

Thanks.

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


Re: Uninstall Webmin

2008-05-24 Thread Ruel Luchavez
but how do you uninstall the setup.sh? i have uninstall the webmin through
its ports (deinstall) but every time i use again the setup.sh to finish the
installation of webmin the server still read the old setup.sh configuration
( i can't set anymore the port,logs directory,username, etc.)

How will i do that?

On Sat, May 24, 2008 at 1:40 PM, Sahil Tandon [EMAIL PROTECTED] wrote:

 * Ruel Luchavez [EMAIL PROTECTED] [05-24-2008]:

  Guys, how do you uninstall the setup of webmin (setu.sh)? i allready
 search
  all the directory of
  my webmin but i cant find the unistall.sh?

 setup.sh would have created uninstall.sh, but files/patch-aa disables this:

/usr/ports/sysutils/webmin/files/patch-aa:+nouninstall=yes

 Look in setup.sh and you can see the few commands executed by the uninstall
 script.

 --
 Sahil Tandon [EMAIL PROTECTED]

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


Samba user failed..Corrupt

2008-05-24 Thread Ruel Luchavez
Regards to ALL,

Guys do you have an idea how to fix this?
Every time I add this user in my samba it always got an error:

#smbpasswd -a John
New SMB password=x
Retype password=x
build_sam_account: sambapasswd database is corrupt! username Joh with uid
1001 is not in unix passwd database!
add_smbfilepwd_entry: entry with name John already exists
Failed to add entry for user John
Failed to modify password entry for user John

From what i know the server declare that the user is existing, BUT i have
already remove the user (rmuser -y ruel)

Idea please..I'm stock with this..or is this a BUGS?
Thanks in advance
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Uninstall Webmin

2008-05-24 Thread Ruel Luchavez
Yap I tried it..many times..But still it doesn't work



On Sat, May 24, 2008 at 4:01 PM, Johan Dowdy [EMAIL PROTECTED] wrote:

 Have you tried,

 make clean
 and then
 make configure

 -J

 - Original Message -
 From: [EMAIL PROTECTED] 
 [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org freebsd-questions@freebsd.org; Ruel
 Luchavez [EMAIL PROTECTED]
 Sent: Sat May 24 00:37:14 2008
 Subject: Re: Uninstall Webmin

 but how do you uninstall the setup.sh? i have uninstall the webmin through
 its ports (deinstall) but every time i use again the setup.sh to finish the
 installation of webmin the server still read the old setup.sh configuration
 ( i can't set anymore the port,logs directory,username, etc.)

 How will i do that?

 On Sat, May 24, 2008 at 1:40 PM, Sahil Tandon [EMAIL PROTECTED] wrote:

  * Ruel Luchavez [EMAIL PROTECTED] [05-24-2008]:
 
   Guys, how do you uninstall the setup of webmin (setu.sh)? i allready
  search
   all the directory of
   my webmin but i cant find the unistall.sh?
 
  setup.sh would have created uninstall.sh, but files/patch-aa disables
 this:
 
 /usr/ports/sysutils/webmin/files/patch-aa:+nouninstall=yes
 
  Look in setup.sh and you can see the few commands executed by the
 uninstall
  script.
 
  --
  Sahil Tandon [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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Samba in Webmin

2008-05-23 Thread Ruel Luchavez
Hi ALL,

I have install FreeBSD 7.0 in a VM, after i finish installing it I then
install the Webmin (GUI) followed by the SAMBA all goes well.
My samba is working properly but when i visit the GUI of Webmin i cant see
under the Server my Samba Window File Sharing (GUI).

Is this the the new style of version 7.0 Freebsd? or I forgot something to
see my Samba in Webmin GUI?

HELP hereTHanks




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


Uninstall Webmin

2008-05-23 Thread Ruel Luchavez
Hi,


Guys, how do you uninstall the setup of webmin (setu.sh)? i allready search
all the directory of
my webmin but i cant find the unistall.sh?


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


Bind DNS

2008-05-22 Thread Ruel Luchavez
Hi ALL,

Is it possible in BIND DNS to block images in a certain sites? like for
example the popular friends site ( friendster),
i want to block most images in that site so that client will be irritated
that their images don't load perfectly. but s till
they can visit their site?

Any idea guys?

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


X11 installation error

2008-05-05 Thread Ruel Luchavez
Hi,

Do you have idea on how to resolve this, i want to install the X11 so i go
to the directory

cd /usr/port/x11/xorg
make install

however the installation was unsuccessful due to this error:

gmake[6]: *** [..common/vblank.o] Error 1
gmake[6]: Leaving directory
'/usr/ports/graphics/dri/works/mesa-7.03/src/mesa/drivers/1810'
gmake[5]: ***[subdirs] Error 1
gmake[5]: Leaving directory
/usr/ports/graphics/dri/work/Mesa-7.0.3/drc/mesa/drivers/dri'
gmake[4]: ***[linux-solo] Error 2
gmake[4]: Leaving directory
'/usr/ports/graphics/dri/work/Mesa-7.0.3/src/mesa'
gmake[3]: ***[default] Error 2
gmake[3]: Leaving directory
'/usr/ports/graphics/dri/work/Mesa-7.0.3/src/mesa'
gmake[2]: ***[subdirs] Error 1
gmake[2]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.0.3/src/'
gmake[1]: ***[default] Error 1
gmake[1]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.0.3'
gmake: *** [fressbsd-fri-x86] Error 2
*** Error code 2

Stop in /usr/pots/graphics/dri
*** Error code 1Stop in /usr/ports/x11/xorg

I already update my ports before running the make install using this
command cvsup -g -L 2 /root/ports-supfile.
Did i forgot something else?
Help here Please...Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X11 installation error

2008-05-05 Thread Ruel Luchavez
I already try it but the server reply me an error:

Error:  FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest/
  xorg.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/
  pub/FreeBSD/i386/packages6.2-release/Latest/xorg.tbz' by URL

can anyone Help me to solve it..

Thanks..



2008/5/5 Michał Jędrzejczak [EMAIL PROTECTED]:

 Hi

 Perhaps  pkg_add -r xorg ( faster )


 Michał

 2008/5/5 Ruel Luchavez [EMAIL PROTECTED]:

  Hi,
 
  Do you have idea on how to resolve this, i want to install the X11 so i
  go
  to the directory
 
  cd /usr/port/x11/xorg
  make install
 
  however the installation was unsuccessful due to this error:
 
  gmake[6]: *** [..common/vblank.o] Error 1
  gmake[6]: Leaving directory
  '/usr/ports/graphics/dri/works/mesa-7.03/src/mesa/drivers/1810'
  gmake[5]: ***[subdirs] Error 1
  gmake[5]: Leaving directory
  /usr/ports/graphics/dri/work/Mesa-7.0.3/drc/mesa/drivers/dri'
  gmake[4]: ***[linux-solo] Error 2
  gmake[4]: Leaving directory
  '/usr/ports/graphics/dri/work/Mesa-7.0.3/src/mesa'
  gmake[3]: ***[default] Error 2
  gmake[3]: Leaving directory
  '/usr/ports/graphics/dri/work/Mesa-7.0.3/src/mesa'
  gmake[2]: ***[subdirs] Error 1
  gmake[2]: Leaving directory
  '/usr/ports/graphics/dri/work/Mesa-7.0.3/src/'
  gmake[1]: ***[default] Error 1
  gmake[1]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.0.3'
  gmake: *** [fressbsd-fri-x86] Error 2
  *** Error code 2
 
  Stop in /usr/pots/graphics/dri
  *** Error code 1Stop in /usr/ports/x11/xorg
 
  I already update my ports before running the make install using this
  command cvsup -g -L 2 /root/ports-supfile.
  Did i forgot something else?
  Help here Please...Thanks
  ___
  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: KDE3 Error

2008-05-04 Thread Ruel Luchavez
 have tried the make fetch and no Error it was succesful.

But after the make fetch i go to the directory

cd /usr/ports/x11/kde3/make install

the installation still not successful, here it is the error:
 Stop in /usr/ports/audio/nas.
Error code 1

Stop in /usr/ports/x11-toolkits/qt33
Error code 1

Stop in /usr/ports/x11-toolkits/qt33
Error code 1

Stop in /usr/ports/x11/kde3


It's still the same..Am I right here??
Any more idea??

Thanks...


On Sat, May 3, 2008 at 1:12 AM, Valeriu Mutu [EMAIL PROTECTED] wrote:
On Fri, May 02, 2008 at 05:09:42PM +0800, Ruel Luchavez wrote:
 Hi,
 Why is it when i install KDE3 in my server I always got an error, this is
 the command when i install it

 -cd /usr/ports/x11/kde3
 -make install

 *and this is the reply of the server:*
 -Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/KDE/
.
 -fetch://

ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/qt-x11-free-3.3.6.tar.bz2:Fileunavailablehttp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/KDE/qt-x11-free-3.3.6.tar.bz2:Fileunavailable
 (e.g., file not found, no access)
 -Couldn't fetch ot-please try to retreive this
 -port manually into /usr/ports/distfiles/KDE and try again.
 ***Error code 1

 Stop in usr/ports/x11-toolkits/qt33/
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/qt33
 Stop in usr/ports/x11-toolkits/qt33/
 *** Error code 1

 Did i miss something??? Please HELP here...

 Thanks in advance...:(


On Sat, May 3, 2008 at 1:12 AM, Valeriu Mutu [EMAIL PROTECTED] wrote:

 On Fri, May 02, 2008 at 05:09:42PM +0800, Ruel Luchavez wrote:
  Hi,
  Why is it when i install KDE3 in my server I always got an error, this
 is
  the command when i install it
 
  -cd /usr/ports/x11/kde3
  -make install
 
  *and this is the reply of the server:*
  -Attempting to fetch from
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/.
  -fetch://
 
 ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/qt-x11-free-3.3.6.tar.bz2:Fileunavailable
  (e.g., file not found, no access)
  -Couldn't fetch ot-please try to retreive this
  -port manually into /usr/ports/distfiles/KDE and try again.
  ***Error code 1
 
  Stop in usr/ports/x11-toolkits/qt33/
  *** Error code 1
 
  Stop in /usr/ports/x11-toolkits/qt33
  Stop in usr/ports/x11-toolkits/qt33/
  *** Error code 1
 
  Did i miss something??? Please HELP here...
 
  Thanks in advance...:(
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

 Hi Ruel,

 Can you please verify that:
 1. Internet is accessible. Try:
 ftp ftp.iasi.roedu.net

 2. Your ports tree is up to date.

 After this is done, remove the directory /usr/ports/distfiles/KDE/ .

 Then do:

 cd /usr/ports/x11-toolkits/qt33/
 make fetch

 If this still results in an error, try this instead of make fetch:
 make MASTER_SITE_OVERRIDE=
 ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/ fetch
 or
 make MASTER_SITE_OVERRIDE=ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source/fetch

 These are mirrors taken from /usr/ports/Mk/bsd.siteis.mk . Search for
 MASTER_SITE_QT in that file.

 --
 Valeriu Mutu
 ___
 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]


KDE3 Error

2008-05-02 Thread Ruel Luchavez
Hi,
Why is it when i install KDE3 in my server I always got an error, this is
the command when i install it

-cd /usr/ports/x11/kde3
-make install

*and this is the reply of the server:*
-Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/.
-fetch://
ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/qt-x11-free-3.3.6.tar.bz2:Fileunavailable
(e.g., file not found, no access)
-Couldn't fetch ot-please try to retreive this
-port manually into /usr/ports/distfiles/KDE and try again.
***Error code 1

Stop in usr/ports/x11-toolkits/qt33/
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33
Stop in usr/ports/x11-toolkits/qt33/
*** Error code 1

Did i miss something??? Please HELP here...

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


Re: DNS Problem

2008-05-01 Thread Ruel Luchavez
before i post here i already check the /etc/resolve.conf and this is what's
inside of it

domain name

On Fri, May 2, 2008 at 12:23 AM, Christer Hermansson [EMAIL PROTECTED]
wrote:

 Ruel Luchavez wrote:

  when i resume it to its current configuration
  Obtain DBS server automatically the problem is back, is this a problem
  in
  my DNS server?
  I'm using the FreeBSD 6.2 version...
 
  I already restarted the DNS Server /etc/rc.d/named restart but nothing
  happens the problem is still there..Is there any one here could help
  me solve it?
 
 
 
 I'm not sure but it seems that you are trying to use dhcp to receive the
 address of DNS-server.

 Check the file /etc/resolv.conf ,this file should look like this:

 nameserver 10.1.2.3
 nameserver 10.4.5.6
 nameserver 10.7.8.9

 --

 Christer Hermansson




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


Re: DNS Problem

2008-05-01 Thread Ruel Luchavez
before i post here i already check the /etc/resolve.conf and this is what's
inside of it

domain name myplace.com.ph
name server   101.1.21.1
name server192.168.1.62

could it be my firewall blocking it? but i didn't change any configuration
from it..

Thanks in advance for your help..:(



 On Fri, May 2, 2008 at 12:23 AM, Christer Hermansson 
 [EMAIL PROTECTED] wrote:

  Ruel Luchavez wrote:
 
   when i resume it to its current configuration
   Obtain DBS server automatically the problem is back, is this a
   problem in
   my DNS server?
   I'm using the FreeBSD 6.2 version...
  
   I already restarted the DNS Server /etc/rc.d/named restart but
   nothing
   happens the problem is still there..Is there any one here could help
   me solve it?
  
  
  
  I'm not sure but it seems that you are trying to use dhcp to receive the
  address of DNS-server.
 
  Check the file /etc/resolv.conf ,this file should look like this:
 
  nameserver 10.1.2.3
  nameserver 10.4.5.6
  nameserver 10.7.8.9
 
  --
 
  Christer Hermansson
 
 
 
 

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


Re: DNS Problem

2008-05-01 Thread Ruel Luchavez
Ok..I have follow your post D Hill, but it doesn't solve the problem

Please HELP...

Thanks..:(

On Fri, May 2, 2008 at 9:45 AM, D Hill [EMAIL PROTECTED] wrote:

 On Fri, 2 May 2008 at 09:36 +0800, [EMAIL PROTECTED] confabulated:

  before i post here i already check the /etc/resolve.conf and this is
  what's
  inside of it
 
  domain name myplace.com.ph
  name server   101.1.21.1
  name server192.168.1.62
 

 According to the resolver(5) documentation, it should look like this:

  domain myplace.com.ph
  nameserver 101.1.21.1
  nameserver 192.168.1.62

  could it be my firewall blocking it? but i didn't change any
  configuration
  from it..
 
  Thanks in advance for your help..:(
 
 
 
   On Fri, May 2, 2008 at 12:23 AM, Christer Hermansson 
   [EMAIL PROTECTED] wrote:
  
Ruel Luchavez wrote:
   
 when i resume it to its current configuration
 Obtain DBS server automatically the problem is back, is this a
 problem in
 my DNS server?
 I'm using the FreeBSD 6.2 version...

 I already restarted the DNS Server /etc/rc.d/named restart but
 nothing
 happens the problem is still there..Is there any one here could
 help
 me solve it?



  I'm not sure but it seems that you are trying to use dhcp to
receive the
address of DNS-server.
   
Check the file /etc/resolv.conf ,this file should look like this:
   
nameserver 10.1.2.3
nameserver 10.4.5.6
nameserver 10.7.8.9
   
--
   
Christer Hermansson
   
   
   
   
   
___
  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]


DNS Problem

2008-04-30 Thread Ruel Luchavez
Hi..

I dont know if this post belong here..but i try searching anywhere but none
could solve my problem..hope someone will help me here

I have problem in my load images using Mozilla  IE, the image can't load
for example in site of friendster most images
don't load, i have read lots of blogs about it some says that its a BUG
from friendster but they say they it was already.

Suddenly, i read from one blog by changing the DNS in IPV4 properties of
Network Connection it will fix the problem honestly i followed the
instruction and
gotcha it work out. but when i resume it to its current configuration
Obtain DBS server automatically the problem is back, is this a problem in
my DNS server?
I'm using the FreeBSD 6.2 version...

I already restarted the DNS Server /etc/rc.d/named restart but nothing
happens the problem is still there..Is there any one here could help
me solve it?

Hope someone here will help me, I'm stuck in this problem for 3 weeks,
another thing only site friendster the images dont load no other site
else...

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


Re: cvsup:Release not specified for collection

2008-04-29 Thread Ruel Luchavez
Hi,

put # in your first host, base and prefix. dont use the both host.

it will work then..

best reagards..


On Tue, Apr 29, 2008 at 12:21 PM, Mayank Jain Nawal [EMAIL PROTECTED]
wrote:



 Hi,

 Use the following supfile.




 #supfile

 *default host=cvsup1.FreeBSD.org
 *default base=/usr
 *default prefix=/usr
 *default release=cvs tag=.
 *default delete use-rel-suffix

 ports-all



 Don't use both of the options like host as well as default host comment
 out
 one from both of the option.

 Regards
 Mayank Jain Nawal



 Hi,

 I am trying to update my ports collection for the first time on a
 FreeBSD4.8 i386 machine. I've edited the example file. I'm getting the
 error:

 Release not specified for collection host=cvsup1freebsd.org

 Here is my ports-supfile:

 # $FreeBSD: src/share/examples/cvsup/ports-supfile,v 1.19.2.8 2002/12/15
 15:47:22 lioux Exp $
 host=cvsup1freebsd.org
 base=/usr
 prefix=/usr
 *default host=cvsup1.FreeBSD.org
 *default base=/usr
 *default prefix=/usr
 *default release=cvs tag=.
 *default delete use-rel-suffix

 ports-all

 Do I have this file setup correctly?

 TIA,

 Tim
 tim at cxq5.com
 ___
 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]


calcru?? Error??

2008-04-25 Thread Ruel Luchavez
Hi,

can you help me on this..I attached it in this email
whats the meaning of it and how can i get rid of that??

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

Install CVsup

2008-04-21 Thread Ruel Luchavez
Hi,

my freebsd server is version 6.2, I want to install cvsup and this is what i
type in my box:

cd /usr/ports/net/cvsup-without gui
make install

..but during its process i allways has time-out connection then it ends up..
I attached in this email the my console..PLease check it
Please tell me what i forgot..Thanks in advance..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Install CVsup

2008-04-21 Thread Ruel Luchavez
But my question is why i allways has and error Operation time out or time
out??

Is that a problem in my internet connection or not?

thANKS...

On Mon, Apr 21, 2008 at 3:57 PM, andrew clarke [EMAIL PROTECTED] wrote:

 On Mon 2008-04-21 15:27:11 UTC+0800, Ruel Luchavez ([EMAIL PROTECTED])
 wrote:

  my freebsd server is version 6.2, I want to install cvsup and this is
 what i
  type in my box:
 
  cd /usr/ports/net/cvsup-without gui
  make install
 
  ..but during its process i allways has time-out connection then it ends
 up..

 17:50 [EMAIL PROTECTED] [/usr/ports/net/cvsup-without-gui]make fetch
 ===  Vulnerability check disabled, database not found
 = cvsup-snap-16.1h.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
 cvsup-snap-16.1h.tar.gzftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.cvsup-snap-16.1h.tar.gz
   100% of  420 kB  113 kBps

 It seems to fetch the distfile fine here.  But you should probably
 look at using csup instead.  It is functionally equivalent to
 cvsup-without-gui but rewritten in C.  It should be in the base system
 on FreeBSD 6.2 (or newer) under /usr/bin.

 You may also want to look at Portsnap (which should be in the base
 system at /usr/sbin/portsnap).  I prefer it to csup.

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


Re: Install CVsup

2008-04-21 Thread Ruel Luchavez
yap..i tri using pkg_add but still the operation time out...

what could possibly be wrong?

Pleasethanks..

On Mon, Apr 21, 2008 at 3:39 PM, Glyn Millington [EMAIL PROTECTED]
wrote:

 Ruel Luchavez [EMAIL PROTECTED] writes:

  Hi,
 
  my freebsd server is version 6.2, I want to install cvsup and this is
 what i
  type in my box:
 
  cd /usr/ports/net/cvsup-without gui
  make install

 From the Handbook

 ,
 | The easiest way to install CVSup is to use the precompiled net/cvsup
 | package from the FreeBSD packages collection. If you prefer to build
 | CVSup from source, you can use the net/cvsup port instead. But be
 | forewarned: the net/cvsup port depends on the Modula-3 system, which
 | takes a substantial amount of time and disk space to download and build.
 `

 so why  not try

 #pkg_add -r cvsup-without gui


 ?

 atb







 Glyn

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


useradd adduser

2008-04-17 Thread Ruel Luchavez
Hello,

I keep on thinking guys what is the difference between useradd  adduser
command?

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


Username groups

2008-04-17 Thread Ruel Luchavez
Hello,

Can you help me on this...
I have a directory in the server this is what is looks like
 drwxrwx--- 12 root plusmate 512 April 13 14:46 plusmate shared
...this directory is shared in my network, and i dont recieve any complain
in any user which can acces to that folder/directory

*My Problem:*
I have a new user, i already add the user in the server using command
adduser and pw to modify it, by the way the name of user is ac06...
when i had a command id -p ac06 this is the reply of the server..
   uid  ac06
   group   plusmate
and which im sure its correct..

BUT, when that user acces(ac06)  the folder (plusmate shared) throug the
windows (windows XP) its always asking for username  password, however it
didn't ask for username  password while the other users getting to that
folder/directory.

Where should be the problem?is there something i forgot configuring in the
server side?

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

Re: Username groups

2008-04-17 Thread Ruel Luchavez
hey, the username to windows and in my freebsd server is just the same.. I
allready change it many times but still the problem still not solve



On Thu, Apr 17, 2008 at 9:33 PM, Derek Ragona 
[EMAIL PROTECTED] wrote:

  At 05:19 AM 4/17/2008, Ruel Luchavez wrote:

 Hello,

 Can you help me on this...
 I have a directory in the server this is what is looks like
  drwxrwx--- 12 root plusmate 512 April 13 14:46 plusmate shared
 ...this directory is shared in my network, and i dont recieve any complain
 in any user which can acces to that folder/directory

 *My Problem:*
 I have a new user, i already add the user in the server using command
 adduser and pw to modify it, by the way the name of user is ac06...
 when i had a command id -p ac06 this is the reply of the server..
uid  ac06
group   plusmate
 and which im sure its correct..

 BUT, when that user acces(ac06)  the folder (plusmate shared) throug the
 windows (windows XP) its always asking for username  password, however it
 didn't ask for username  password while the other users getting to that
 folder/directory.

 Where should be the problem?is there something i forgot configuring in the
 server side?

 YOUR REPLY IS HIGHLY APPRECIATED


 Windows sends the username and password used to log into Windows to any
 network shares.  So you need to sync what the user is using to log into
 windows with the network ones you setup.

 -Derek

 --
 This message has been scanned for viruses and
 dangerous content by *MailScanner* http://www.mailscanner.info/, 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]


Re: Username groups

2008-04-17 Thread Ruel Luchavez
Thanks Jon..I finnally solve it, the problem appears on the Samba..

Cheers
best regards...



On Thu, Apr 17, 2008 at 10:00 PM, Jon Radel [EMAIL PROTECTED] wrote:

 Ruel Luchavez wrote:

  *My Problem:*

 Only one?  ;-)

  I have a new user, i already add the user in the server using command
  adduser and pw to modify it, by the way the name of user is ac06...
  when i had a command id -p ac06 this is the reply of the server..
 uid  ac06
 group   plusmate
  and which im sure its correct..
 
  BUT, when that user acces(ac06)  the folder (plusmate shared) throug the
  windows (windows XP) its always asking for username  password, however
 it
  didn't ask for username  password while the other users getting to that
  folder/directory.

 Assuming you're using Samba for this, you'll need to read up on
 authentication in Samba and then figure out which of several options are
 configured on your system.  It is not [necessarily] sufficient to add a
 FreeBSD user.

 --Jon Radel

 P.S.  In many circumstances

 adduser -G plusmate ac06

 instead of

 adduser -g plusmater ac06

 would give more elegant results.  Other things being equal, it's better
 to have all users use their own login group and then add them to
 additional groups as appropriate.  There are plenty of legitimate
 reasons not to do this, so you're probably best off remaining consistent
 with the setup of the existing users.

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


DHCP problem.Help please

2008-04-14 Thread Ruel Luchavez
Hello,

I hope some one will me on my problem.
My friends has and existing DHCP server and squid proxy server running both
in freebsd.We purchased a new desktop PC, we gave it a permanent IP using
the DHCP server and we edit the config file in /usr/local/etc/dhcp.conf we
add this at the bottom

host test {
  hardware ethernet 00:1d:27:64:e1:af; [this is the physical address of new
PC]
  fixed address 192.168.1.16;
  }

But as we ipconfig the new PC the IP is still the same?
Is there something i forgot to configure?

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


Re: DHCP problem.Help please

2008-04-14 Thread Ruel Luchavez
How to reload the dhcpd? what would be the command fo it?

Best regards..


On Mon, Apr 14, 2008 at 3:12 PM, Wojciech Puchar 
[EMAIL PROTECTED] wrote:

 add this at the bottom
 
  host test {
   hardware ethernet 00:1d:27:64:e1:af; [this is the physical address of
  new
  PC]
   fixed address 192.168.1.16;
   }
 
  But as we ipconfig the new PC the IP is still the same?
  Is there something i forgot to configure?
 
  PLEASE HELP here...thanks in adnvanced
 

 no idea. try turning off then on network interface in windoze.

 did you reloaded dhcpd?

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


Restart Squid proxy server

2008-04-14 Thread Ruel Luchavez
Hallo,

How to restart the squid proxy server in 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: DHCP problem.Help please

2008-04-14 Thread Ruel Luchavez
Thanks Johan  Puchar, your advise is very effective.

again thank you..


On Mon, Apr 14, 2008 at 3:36 PM, Johan Hendriks [EMAIL PROTECTED] wrote:



 How to reload the dhcpd? what would be the command fo it?

 Best regards..

 On the freebsd server use:
 /usr/local/etc/rc.d/isc-dhcpd restart

 On a windows box do :
 Start -- run
 Type cmd  klik ok

 Then you'll get a dos box
  ipconfig /release
 This releases the ip adres
  ipconfig /renew
 try to get a new adres.

 Regards,
 Johan

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


DNS server Problem

2008-04-14 Thread Ruel Luchavez
Hi,

I have BIND DNS Server in my freebsd, i keep on searching in google on how
to restart it?
is there a command to restart it like the squid and dhcp? or there is no
command for it?

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


Chown PRoblem..HELP PLEASE

2008-04-11 Thread Ruel Luchavez
Hi ALL,

i make a new directory in my server using mkdir [name of folder], then when
i wan to view the folder i use ll and this is the view:

drwxrwxrwx 2 root wheel 512 Apr 11 11:05 [name of folder]

when i want to change the owner[root] into a certain name (ex.ruel) using
the command:

chown -R ruel:wheel ...path/[name folder]

I allways got and error:

chown:ruel: Invalid argument

what went wrong here guys? what could be my error? can you HELP me on this?
PLEASE...

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


Re: Back up files...

2008-04-09 Thread Ruel Luchavez
Hi to all,

Thanks for your reply..I already solve it using third party software, which
for
me using it is much more easy...

best regards..


On Thu, Apr 10, 2008 at 3:34 AM, Roland Smith [EMAIL PROTECTED] wrote:

 On Wed, Apr 09, 2008 at 08:38:28PM +0200, Dick Hoogendijk wrote:
  On Wed, 9 Apr 2008 18:16:45 +0200
  Roland Smith [EMAIL PROTECTED] wrote:
 
   What I would recommend is to buy a large harddisk with a USB
   connection and use that to store your backups. Make your backups with
   the dump(8) command, and compress the dump using gzip(1). E.g. to
   dump the root partition:
  
   dump -0 -a -C 8 -h 0 -L -u -f - / |gzip
   /where/to/put/root-0-20080409.gz
 
  OK. Right. And what is exactly the command for restore?
  Something like gunzip dumpfile.gz | restore rf dumpfile

 Close. It's 'gunzip dumpfile.gz | restore -rf -' since  you are
 restoring from standard input.

 If you just want to restore a couple of files instead of the whole
 thing, you should use '-i' instead of '-r'. But if you're using '-r',
 you should make a pristine filesystem with newfs first.

 Personally I use 'gzip -1' for compression because it's fast. Using
 bzip2 usually isn't worth it; backups will be a couple of percents
 smaller but take two to three times as long!

 The script that I use to make backups of all my UFS partitions can be
 found on my shell-scripts page under the name 'dodumps', in case anyone
 is interested: 
 http://www.xs4all.nl/~rsmith/software/scripts.htmlhttp://www.xs4all.nl/%7Ersmith/software/scripts.html

 Roland
 --
 R.F.Smith   
 http://www.xs4all.nl/~rsmith/http://www.xs4all.nl/%7Ersmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

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


Delete a folder although its not empty

2008-04-08 Thread Ruel Luchavez
Hello...

I'm tired of deleting a directory or folder in a server using rm and
rmdir but before deleting a directory using rmdir the folder must be
empty..what should i do or what command should be use in Free BSD to delete
a folder in a directory even if its not empty without affecting the
folder in the same directory?

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


Re: Delete a folder although its not empty

2008-04-08 Thread Ruel Luchavez
Hello

Do you also know the command for viewing the used space of a certain
directory?
Is their other command aside from df ?

Thanks...


On Tue, Apr 8, 2008 at 5:40 PM, Leslie Jensen [EMAIL PROTECTED] wrote:


 Ruel Luchavez skrev:

  Hello...
 
  I'm tired of deleting a directory or folder in a server using rm and
  rmdir but before deleting a directory using rmdir the folder must be
  empty..what should i do or what command should be use in Free BSD to
  delete
  a folder in a directory even if its not empty without affecting the
  folder in the same directory?
 
  Please.thanx
 

 rm -r

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


Back up files...

2008-04-08 Thread Ruel Luchavez
Hello again...

Guys could you teach me how to transfer files from server, I have back up my
files  i want
to transfer the back up files folder in my DVD CD to avoid disk consumption.

Could you teach me step by step?

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


Delete the Users

2008-04-07 Thread Ruel Luchavez
Hi..
I could log-in as a root in the data server of my friend, he give me a task
to delete some
users that he added in the server few months ago.
Unfortunately, I've tried reading in other blogs but none of them is
correct, there are some
but at the end its not what i want.
I know how to add users using command adduser' but i cant trace after I add
user where should
be its directory?where could i find the list of users in the server? what
would be the command to delete
the user?

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


Re: Email problem

2008-04-06 Thread Ruel Luchavez
Thanks for your replyy guys...

I just solve it already..

best regards

On Fri, Apr 4, 2008 at 1:54 PM, Jonathan Chen [EMAIL PROTECTED] wrote:

 On Fri, Apr 04, 2008 at 01:33:48PM +0800, Ruel Luchavez wrote:
  Hi..
 
  I am having trouble in my email server I spend many hours but i cant fix
 it,
  hopeu can help me guys
  One of the account i created cant send email in any email address like
  gmail.com I created it the same settings
  with my other account but it doesnt work...is ther a problem on my sever
 on
  this?

 Of course there's a problem on your server - otherwise it'd be
 working. However, if you want help from us, you have to provide us
 with details:

1. what mail software are you using
2. what is your configuration file like.
3. what your logs are saying.

 --
 Jonathan Chen [EMAIL PROTECTED]
 --
 Vini, vidi, velcro...
 I came, I saw, I stuck around

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


Network setup

2008-04-04 Thread Ruel Luchavez
Hi

I'm a beginner on this kind of industry I hope you guys will help me because
i really want to LEARN..and i cant get any support on my fellows...:D

I have a Linksys wireless-g broadband router model WRT54G here and I tried
to configure it..but still i could not connect to Internet.
I don't know if I've configured it wrong..could some one help me how to do
it step by step?
I would like to set-up this in our existing network for us to have wireless
connection in other building...
We are using DELL Power Connect 2724 here..

Thanks in advance for your HELP

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


Email problem

2008-04-03 Thread Ruel Luchavez
Hi..

I am having trouble in my email server I spend many hours but i cant fix it,
hopeu can help me guys
One of the account i created cant send email in any email address like
gmail.com I created it the same settings
with my other account but it doesnt work...is ther a problem on my sever on
this?

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


View the Email Logs

2008-04-02 Thread Ruel Luchavez
Hello..

I have here an existing email server running in FreeBSD,
how could I view the logs of email yestrday? what would be the command?
and usually where is directory for the email log?

..im new in freebsd..

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


Error fatal_tls

2008-04-02 Thread Ruel Luchavez
Hi,

can anyone help me whats the meaning of this error? I always have this every
minute

mail pop: fatal_error: tls_start_servertls() failed

How to get rid of this error? PLEase

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