Re: How to get the install config options back?

2006-09-04 Thread Vasile C
On Monday 04 September 2006 13:54, Andreas Widerøe Andersen wrote:
 Hi,
 When I install a new port (Ie. php5) I early get a config options box where
 I can choose various add-ons.

 However, if the installation fails or I abort it somehow I can't seem to
 get the option box back the next time I want to install the port again.

 How can I get this box back so I can make changes to the installation
 options?

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

cd /usr/ports/lang/php5  make config install clean

-- 
In case something goes wrong use ..
BOFH excuse #292:
We ran out of dial tone and we're and waiting for the phone company to deliver 
another bottle

PGP: http://www.new-order.org/public.key


pgpnCbF7fPnO5.pgp
Description: PGP signature


Re: from [EMAIL PROTECTED]

2006-07-31 Thread Vasile C
On Monday 31 July 2006 14:34, A.Elizarov wrote:
 Good day!
 I wanted to mount cdrom and flash as user
 not root.
  How I can do it?

  What I must write in /etc/fstab-u user ?

 With best regards.

 Andrei Elizarov

Try reading the handbook section 9.22
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT

-- 
In case something goes wrong use ..
BOFH excuse #136:
Daemons loose in system




pgpU2NDqYGnMx.pgp
Description: PGP signature


error starting samba

2006-02-06 Thread Vasile C

I was using samba for some time .. but today I noticed that it didn`t start so 
when I tried to start it I got this error .Any ideas ?

euclid# /usr/local/etc/rc.d/samba.sh start
Starting SAMBA: removing stale tdbs :
Starting nmbd.
/libexec/ld-elf.so.1: Shared object libintl.so.6 not found, required by 
libpopt.so.0
Starting smbd.
/libexec/ld-elf.so.1: Shared object libintl.so.6 not found, required by 
libpopt.so.0


euclid# uname -a
FreeBSD euclid 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 29 20:58:55 EET 2006   
  
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/EUCLID  i386

-- 
If something goes wrong use :
BOFH excuse #65:
system needs to be rebooted




pgpsqquWnKOQY.pgp
Description: PGP signature


Re: Screen Command

2006-02-02 Thread Vasile C
On Thursday 02 February 2006 21:05, you wrote:
 I'm installing 6.0, but I noticed there's no screen command
 available.  Has it been removed or is this an oversight?

You must install it form ports /usr/ports/misc/screen or you cand use pkg_add
-- 
If something goes wrong use :
BOFH excuse #32:
techtonic stress


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


Re: changing shell

2005-12-11 Thread Vasile C
On Sunday 11 December 2005 22:07, FreeBsdBeni wrote:
 Hi,

 I'm trying to get my shell changed from the default csh to bash. I followed
 the instruction in the handbook, chsh -s /usr/local/bin/bash beni and got
 the reply that the user information was updated :

 [EMAIL PROTECTED]:/home/beni chsh -s /usr/local/bin/bash beni
 chsh: user information updated
 [EMAIL PROTECTED]:/home/beni

 Did the same for root. Looked with vipw and my shell was changed to bash.
 My /etc/shells was also modified :

 [EMAIL PROTECTED]:~ cat /etc/shells
 # $FreeBSD: src/etc/shells,v 1.5 2000/04/27 21:58:46 ache Exp $
 #
 # List of acceptable shells for chpass(1).
 # Ftpd will not allow users to connect who are not using
 # one of these shells.

 /bin/sh
 /bin/csh
 /bin/tcsh
 /usr/local/bin/bash
 [EMAIL PROTECTED]:~

 But when logging out and back in again, the shell didn't change to bash.
 It's still csh... I just get the %-sign and have to type bash to get
 the bash-shell in a console.

 And the weird thing is with path :

 %echo $path
 /sbin /bin /usr/sbin /usr/local/bin /usr/games /usr/local/sbin /usr/bin
 /usr/X11R6/bin /home/beni/bin %

 [EMAIL PROTECTED]:~ echo $path

 [EMAIL PROTECTED]:~

 Any hints on the why of this ?

Try: pw user mod beni -s /usr/local/bin/bash
-- 

Regards , Vasile C

If UNIX doesn't have the solution you have the wrong problem.
UNIX is simple, but it takes a genius to understand it's simplicity.


pgpuZUuRZMkIq.pgp
Description: PGP signature


cvsup question

2005-12-11 Thread Vasile C
 How can I modify the cvsup reconnect time form 5 to 1 min ?
-- 

Regards , Vasile C


pgpwwFwjDujVT.pgp
Description: PGP signature


Re: cvsup question

2005-12-11 Thread Vasile C
I have a script in cron that does cvsup and portupgrade ... That is why I want 
to change the reconnect time ..


On Sunday 11 December 2005 18:21, Chuck Swiger wrote:
 Vasile C wrote:
   How can I modify the cvsup reconnect time form 5 to 1 min ?

 A more useful approach would be to switch to downloading from another cvsup
 server...

-- 

Regards , Vasile C

If UNIX doesn't have the solution you have the wrong problem.
UNIX is simple, but it takes a genius to understand it's simplicity.


pgpTR7G0U0h9u.pgp
Description: PGP signature


Re: cvsup question

2005-12-11 Thread Vasile C
Can someone PLEASE answer my question without asking me more questions ?
Is there a way to change the reconnect time or not ?

On Sunday 11 December 2005 18:54, Gerard Seibert wrote:
 On Sunday, December 11, 2005 11:26:24 AM
 Vasile C [EMAIL PROTECTED]
 Subject: Re: cvsup question

 Wrote these words of wisdom:
  I have a script in cron that does cvsup and portupgrade ... That is why I
  want to change the reconnect time ..
 
  On Sunday 11 December 2005 18:21, Chuck Swiger wrote:
   Vasile C wrote:
 How can I modify the cvsup reconnect time form 5 to 1 min ?
  
   A more useful approach would be to switch to downloading from another
   cvsup server...
 
  --
 
  Regards , Vasile C
 
  If UNIX doesn't have the solution you have the wrong problem.
  UNIX is simple, but it takes a genius to understand it's simplicity.

 * REPLY SEPARATOR *
 On 10/11/2005 5:29:42 PM, Gerard Replied:

 I have a script, run from CRON also, that runs cvsup, portsdb -Uu and
 then portupgrade. Since each succeeding program will not run until the
 preceding one has finished, I have no need to change the timing on
 cvsup. Are you perhaps trying to run each program individually from CRON,
 rather than through a script?

-- 

Regards , Vasile C

If UNIX doesn't have the solution you have the wrong problem.
UNIX is simple, but it takes a genius to understand it's simplicity.


pgpB6LDoaFm2M.pgp
Description: PGP signature