Re: i need a file manager!

2005-03-24 Thread Ciprian BADESCU
Hi,


 Do you also know a way to use tab complition (like the tab function in a
 normal freebsd shell) in mc at the # comandline ?


ESC+TAB pops up a list of command completions.



 ___
 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: i need a file manager!

2005-03-24 Thread Ciprian BADESCU
 how do you create a new file in cm without using touch in the cmd line :)

SHIFT+F4, just like NC ;)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compaq/HP Evo d310 - register dump upon booting Install-CD

2005-03-24 Thread Ciprian BADESCU
 Hi,

 I'm facing a rather severe problem installing 5.4 (or 5.4-Beta):

 Hardware:
 Compaq/HP Evo d310
 latest available BIOS 3.18
 HD: 40GB

 Problem: When booting from a FreeBSD-Installation CD (either disc1,
 bootonly - doesn't really matter) the system immediately crashes when
 it comes to the FreeBSD/i386 bootstrap loader. In effect I get a
 register dump followed by BTX halted.


Hi,

I saw the same subject on the link bellow(try to disable DMA):

http://lists.freebsd.org/pipermail/freebsd-current/2004-May/027279.html


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


Re:

2004-09-09 Thread Ciprian Badescu

--- vola [EMAIL PROTECTED] wrote:

 I have a  question. 
 Not long ago i have download the FreeBsd 4.10
 operetion system.
 By the installation i have problems.
 I put the cd into the cd-rom and I restarted the
 computer. 
 The computer boot from the cd and the installation
 began.
 It looks all ok - the computer was  loading. But
 then had stop all.
 The last massage was reading time out (or somthing
 like this)
Hi,

looks more like your CDROM or CDROM unit has problems.
You should replace them and see if you have the same
error.

Regards,
Ciprian

 and the next massage was resething deveises.
 I think it has somethink to do with my hard drive (
 Maxtor 40GB ).
 Please help me with this.
 
 ( sorry for my english )
 ___
 [EMAIL PROTECTED] mailing list

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




__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot get rc.conf to configure an second interface

2004-08-27 Thread Ciprian Badescu

--- Eric F Crist [EMAIL PROTECTED] wrote:

 Bob Ababurko wrote:
 
  Hello-
  
I am trying to configure rc.conf to set up my
 second interface.  Right 
  now, I have these lines in the rc.conf file and
 when I boot the mahine, 
  fxp1 is not configured.  Also, it seems that that
 ipv6 is set up an I am 
  not sure how to disable it.  Here is my rc.conf
 entries that refer to 
  the network:
  
  ifconfig_fxp0=inet 192.168.102.14  netmask
 255.255.255.0
  ifconfig_fxp1=inet 192.168.102.15  netmask
 255.255.255.0
 
Hi,


You should let one interface configured normally, with
24 bits netmask (255.255.255.0), but for the
others(one or more) you must use 32 bits netmask
(255.255.255.255).
If you use use 32 bits netmask for all interfaces,
outgoing IP packets will reach the router even the
destination is on 192.168.102.0/24 network and could
be reached directly. 

---
Ciprian

  defaultrouter=192.168.102.1
  
IS there thing else that I need to do to
 configure fxp1 to survive a 
  reboot?  One thing that happens when I configure
 the NIC with ifconfig 
  is this:
  bash-2.05b# ifconfig fxp1 192.168.102.15 netmask
 255.255.255.0
  ifconfig: ioctl (SIOCAIFADDR): File exists
  what I end up needing to do is configure the IP
 and then the network, 
  separately.  I think that this error has something
 to do with my 
  problem, but I am not sure how to deal with that. 
 Any info that anyone 
  ca lead me to will be great.
  
  thanks,
  Bob
 
 If I've been learning anything lately, you cannot
 have two interfaces 
 configured on the same subnet on FreeBSD.  The boot
 process is erroring 
 out on this, hence why you're getting the ifconfig
 error listed above. 
 One way to get around this is set those interfaces
 with a netmask of all 
 ones, or 255.255.255.255, or simply do have these
 entries in you're 
 rc.conf file:
 
 ifconfig_fxp0=inet 192.168.102.14/32
 ifconfig_fxp1=inet 192.168.102.15/32
 defaultrouter=192.168.102.1
 
 Again, this is if I got everything correctly.
 
 HTH
 
 Eric F Crist
 
 ___
 [EMAIL PROTECTED] mailing list

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




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDEInit could not launch 'kmail'

2004-08-19 Thread Ciprian Badescu
Hi,


Search for libkdeprint.so.x or libkdeprint.so and make a symblic link from
libkdeprint.so.5 to that file. It's an ugly trick, but should work.

--
Ciprian Badescu

On Thu, 19 Aug 2004, Owen Gardiner wrote:

 Date: Thu, 19 Aug 2004 16:35:26 +0200
 From: Owen Gardiner [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: KDEInit could not launch 'kmail'

 I've installed KDE 3.23 on a machine running 5.21-release-p9 which has
 x116.7 from X.ORG installed.

 I try to start kmail and get a message window of:
 KDEInit could not launch 'kmail'

 If I copy the command properties of the kmail icon and run it from the
 command line:

 kmail -caption %c %i %m

 I get the reply:

 /libexec/ld-elf.so1: Shared object libkhtml.so.5 not found

 Ditto when trying to run kedit
 from the command like I get:
 /libexec/ld-elf.so1: Shared object libkdeprint.so.5 not found

 Everything on the machine has been installed from ports.

 I've tried to do portupgrades and pkgdb -uf and portsdb-Uu but apart
 from seeing that some packages are ignores, some are skipped and one
 fails I'm none the wiser.

 I've reinstalled kde to see if I've managed to do some harm whilst using
pkgdb -F.  I may have wrongly answered some questions about stale
 dependencies when using it.

 Help?

 Thanks in anticipation.

 Owen

 P.S. I've searched the freebsd mail archives to no avail.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Makeworld issues

2004-08-19 Thread Ciprian Badescu
Hi,


I had the same problem. If it's happening in the same place, you need to
perform an update of your sources, else it is a hardware problem (memory,
swap disk, processor is getting to hot, etc). Search in archives and
google for more informations about signal 11 while making world.

For me, a sources update solved the problem.

--
Ciprian Badescu

On Thu, 19 Aug 2004, Ronnie Clark wrote:

 Date: Thu, 19 Aug 2004 07:59:49 -0700 (PDT)
 From: Ronnie Clark [EMAIL PROTECTED]
 To: FreeBSD Questions [EMAIL PROTECTED]
 Subject: Makeworld issues

 Hello,

 I am trying to complete a makeworld on my 4.10 STABLE
 system, to apply the latest source and patches. But, I
 am getting the following stop error:

 yacc -b aicasm_macro_gram -p mm -d -o
 aicasm_macro_gram.c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
 cc -O -pipe  -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm
 -D__FBSDID=__RCSID -c aicasm_macro_gram.c
 cc: Internal compiler error: program cc1 got fatal
 signal 11
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/KERNEL1.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

 Anyone have any ideas why this is happening?

 Thanks,
 Ron Clark

 # uname -a
 FreeBSD my.freebsd.server 4.9-STABLE FreeBSD
 4.9-STABLE #0: Sat Feb 21 14:53:51 CST 2004



 __
 Do you Yahoo!?
 Yahoo! Mail - 50x more storage than other providers!
 http://promotions.yahoo.com/new_mail
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: KDEInit could not launch 'kmail'

2004-08-19 Thread Ciprian Badescu
HI,

You should upgrade all you ports collection and perform a portupdate.

The trick with linking desn't work forever 

--
Ciprian Badescu

On Thu, 19 Aug 2004, Owen Gardiner wrote:

 Date: Thu, 19 Aug 2004 17:31:29 +0200
 From: Owen Gardiner [EMAIL PROTECTED]
 To: Ciprian Badescu [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: KDEInit could not launch 'kmail'

 Cheers,

 There's LOTS of files not found. I don't understand it as I've tried a
 portupgrade  I have made 20 or so links so far.  I'll try portupgrade
 with a few more switches thrown in for good measure as I can now see
 which port needs upgrading (kdelibs-323_1)!

 Thanks

 Owen
 

 Ciprian Badescu wrote:

  Hi,
 
 
  Search for libkdeprint.so.x or libkdeprint.so and make a symblic link from
  libkdeprint.so.5 to that file. It's an ugly trick, but should work.
 
  --
  Ciprian Badescu
 
  On Thu, 19 Aug 2004, Owen Gardiner wrote:
 
 
 Date: Thu, 19 Aug 2004 16:35:26 +0200
 From: Owen Gardiner [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: KDEInit could not launch 'kmail'
 
 I've installed KDE 3.23 on a machine running 5.21-release-p9 which has
 x116.7 from X.ORG installed.
 
 I try to start kmail and get a message window of:
 KDEInit could not launch 'kmail'
 
 If I copy the command properties of the kmail icon and run it from the
 command line:
 
 kmail -caption %c %i %m
 
 I get the reply:
 
 /libexec/ld-elf.so1: Shared object libkhtml.so.5 not found
 
 Ditto when trying to run kedit
 from the command like I get:
 /libexec/ld-elf.so1: Shared object libkdeprint.so.5 not found
 
 Everything on the machine has been installed from ports.
 
 I've tried to do portupgrades and pkgdb -uf and portsdb-Uu but apart
 from seeing that some packages are ignores, some are skipped and one
 fails I'm none the wiser.
 
 I've reinstalled kde to see if I've managed to do some harm whilst using
pkgdb -F.  I may have wrongly answered some questions about stale
 dependencies when using it.
 
 Help?
 
 Thanks in anticipation.
 
 Owen
 
 P.S. I've searched the freebsd mail archives to no avail.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 

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


Re: /bin/sh logout script

2003-02-25 Thread Ciprian Badescu
Hi,

I saw something about this long time ago. The ideea was to use 'trap' i
login script to install a handler, and so you will catch a signal (i don't
remember what signal - INT, ??), and make a function in login script that
executes the desired actions.

Hope will help you
--
__V__   Ciprian Badescu
A L C A T E L   Mobile Networks Division RD Center
Phone: +40 56 303100 (ext. 5786)
Fax: +40 56 295386
Email: [EMAIL PROTECTED]

On Tue, 25 Feb 2003, Matthew Seaman wrote:

 Date: Tue, 25 Feb 2003 11:33:58 +
 From: Matthew Seaman [EMAIL PROTECTED]
 To: freebsd-questions [EMAIL PROTECTED]
 Subject: Re: /bin/sh logout script

 On Tue, Feb 25, 2003 at 12:19:45PM +0100, dick hoogendijk wrote:
  For bash I can use .bash_profile and .bash_logout to get things done at
  login/logout time.
 
  On my fbsd machine I use /bin/sh and I can't find how to execute things
  at logout time (login is set in .profile). I.e. I want to remove the
  ssh-agent pig at logout time and clear the screen)
 
  Does /bin/sh has a logout file ??? and if so, what's it called?

 Hmmm... I don't think that /bin/sh does have a logout script.
 However, you may still be able to use ssh-agent using the alternative
 syntax.  You can tell ssh-agent to spawn another command, which is
 usually used for something like a window manager.

 Try putting a line like this at the end of your .profile:

 exec ssh-agent /bin/sh

 which should put you into your usual shell running as a child of the
 ssh-agent.  Once in, check your environment: there should be
 SSH_AUTH_SOCK and SSH_AGENT_PID environment variables.  The ssh-agent
 will run until you exit from the shell, and you can load keys into it
 as normal.

 Warning: make sure you have an alternate login you can use to fix your
 account if this all goes horribly wrong and stops you being able to
 log in at all.  I haven't tested doing anything like this myself, so I
 really don't know if it will work properly or not.

   Cheers,

   Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
   Savill Way
 PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
 Tel: +44 1628 476614  Bucks., SL7 1TH UK

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


ldconfig Segmentation fault

2003-02-18 Thread Ciprian Badescu
Hi,

I've done a network installation using the floppies and ftp access through
http proxy (the only way to access the net or me), and I have a big
problem.

I saw, in the installation fase, a lot of Segmentation fault, core dump
for ldconfig, after each package installation, but I didn't take them into
account, because I knew that I can run ldconfig any time.

But after rebooting my station, The ldconfig still gives Segmentation
fault. It  is the right one, /sbin/ldconfig, not the linux's one (I don't
have linux_compat enable yet).

Is there any way to repair this installation, or I need to reinstall all?

thanks for any help.

--
__V__   Ciprian Badescu
A L C A T E L   Mobile Networks Division RD Center
Phone: +40 56 303100 (ext. 5786)
Fax: +40 56 295386
Email: [EMAIL PROTECTED]

On Wed, 19 Feb 2003, Hermanto wrote:

 Date: Wed, 19 Feb 2003 13:41:06 +
 From: Hermanto [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: mplayer with gui

 i want to install mplayer with gui enable. how do i?
 does pkg_add has an option for that?


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message