Re: about vi editor and turkish char

2008-11-03 Thread Matthias Apitz
El día Saturday, November 01, 2008 a las 09:37:01PM +0200, Yavuz Maslak 
escribió:

 
 Hello,
 
 Where do I have to specify LANG ...  expression to support  any language 
 in VI ?
 
 Ok. I have no problem in many editors about that but I wish to learn for vi 
 .

in sh or bash:

$ LANG=es_ES.UTF-8 export LANG
$ vim yourFileHere

HIH

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
A computer is like an air conditioner, it stops working when you open Windows
Una computadora es como aire acondicionado, deja de funcionar si abres Windows
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about vi editor and turkish char

2008-11-01 Thread Yavuz Maslak


Hello,

Where do I have to specify LANG ...  expression to support  any language 
in VI ?


Ok. I have no problem in many editors about that but I wish to learn for vi 
.





El día Friday, October 31, 2008 a las 06:31:02PM +0200, Yavuz Maslak 
escribió:



Hello

I use Freebsd7.0.
I am not able to use turkish char while I edit a file with vi editor.

How can I correct that ?


Hello,

You could use a 'xterm' with UTF-8 support, a correct LANG environment,
for example LANG=es_ES.UTF-8, and the editor 'vim' (from the
ports); to enter UTF-8 chars which are not on your keyboard you could
use, for example, KDE's application KCharSelect

HIH

matthias

--
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ 
http://www.UnixArea.de/

b http://gurucubano.blogspot.com/
A computer is like an air conditioner, it stops working when you open 
Windows
Una computadora es como aire acondicionado, deja de funcionar si abres 
Windows

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


about vi editor and turkish char

2008-10-31 Thread Yavuz Maslak
Hello 


I use Freebsd7.0.
I am not able to use turkish char while I edit a file with vi editor.

How can I correct that ? 
___

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


Re: about vi editor and turkish char

2008-10-31 Thread Matthias Apitz
El día Friday, October 31, 2008 a las 06:31:02PM +0200, Yavuz Maslak escribió:

 Hello 
 
 I use Freebsd7.0.
 I am not able to use turkish char while I edit a file with vi editor.
 
 How can I correct that ? 

Hello,

You could use a 'xterm' with UTF-8 support, a correct LANG environment,
for example LANG=es_ES.UTF-8, and the editor 'vim' (from the
ports); to enter UTF-8 chars which are not on your keyboard you could
use, for example, KDE's application KCharSelect

HIH

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
A computer is like an air conditioner, it stops working when you open Windows
Una computadora es como aire acondicionado, deja de funcionar si abres Windows
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about vi editor and turkish char

2008-10-31 Thread Chad Perrin
On Fri, Oct 31, 2008 at 06:33:10PM +0100, Matthias Apitz wrote:
 El día Friday, October 31, 2008 a las 06:31:02PM +0200, Yavuz Maslak escribió:
  
  I use Freebsd7.0.
  I am not able to use turkish char while I edit a file with vi editor.
  
  How can I correct that ? 
 
 You could use a 'xterm' with UTF-8 support, a correct LANG environment,
 for example LANG=es_ES.UTF-8, and the editor 'vim' (from the
 ports); to enter UTF-8 chars which are not on your keyboard you could
 use, for example, KDE's application KCharSelect

. . . or you could use another terminal emulator that supports Unicode,
such as rxvt-unicode.

-- 
Chad Perrin [ content licensed PDL: http://pdl.apotheon.org ]
McCloctnick the Lucid: The first rule of magic is simple. Don't waste
your time waving your hands and hopping when a rock or a club will do.


pgploo7Hjzf1H.pgp
Description: PGP signature


Re: vi editor related question

2004-08-30 Thread Shantanu
+++ Soo-Hyun Choi [freebsd] [28-08-04 00:52 +0100]:
| Hi,
| 
| I edit C++ codes with a certain text editor under Windows XP, and then
| I open the C++ codes using vi editor under FreeBSD. Then, there are
| bunch of ^M sign at the end of each line. Does anyone know why this
| is happening? And, does anyone can tell me how to avoid this kind of
| things?
| 
| Cheers,
| 
| --

col -bs  oldfile  newfile

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


Re: vi editor related question

2004-08-28 Thread Lucas Holt
Consider using a different editor in windows like UltraEdit.  It can 
save in unix format and supports syntax hi-lighting.  Better yet, 
remove windows from the equation. :)

There are a lot of nice text editors for UNIX like OSes including  
xemacs, gedit (gnome), kate (kde), etc.

I do understand the temptation to use a specific editor though.  For 
large class assignments (C++), I often work on my laptop using xcode 
(apple).  Fortunately, Apple switched to the winning team (UNIX) for 
line termination with OSX.


On Aug 27, 2004, at 7:52 PM, Soo-Hyun Choi wrote:
Hi,
I edit C++ codes with a certain text editor under Windows XP, and then
I open the C++ codes using vi editor under FreeBSD. Then, there are
bunch of ^M sign at the end of each line. Does anyone know why this
is happening? And, does anyone can tell me how to avoid this kind of
things?
Cheers,
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vi editor related question

2004-08-28 Thread Geert Hendrickx
On Sat, Aug 28, 2004 at 09:20:54AM +0530, Subhro wrote:
 I have come across a script (Perl) called dos2unix. You can check that
 out too. Google for the link.
 
 Regards
 S.

It's in the Ports tree: textproc/unix2dos.  

Simply do: dos2unix filename if you want to edit the file under
FreeBSD (UNIX), and unix2dos filename if you want to edit it under
Windows (DOS).  

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


Re: vi editor related question

2004-08-27 Thread Kevin D. Kinsey, DaleCo, S.P.
Soo-Hyun Choi wrote:
Hi,
I edit C++ codes with a certain text editor under Windows XP, and then
I open the C++ codes using vi editor under FreeBSD. Then, there are
bunch of ^M sign at the end of each line. Does anyone know why this
is happening? 
 

Microsoft has chosen (for a long time now) to ignore the standard
line feed, instead replacing LF with CR/LF.  There are lots of
ways to deal with this.  Personally, I finally just picked a 'Nix editor
that grokked it and automatically converts it to LF.  I can't
imagine that vi couldn't do this; but I don't use it and therefore
I don't know.
But there's hope ... just a pinch of Google ... here's a freebie:
http://icarus.weber.edu/home/bob/cs213/rm_ctr_m.html

And, does anyone can tell me how to avoid this kind of
things?

Stop using Windows ;-)
HTH,
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vi editor related question

2004-08-27 Thread Parv
in message [EMAIL PROTECTED], wrote
Soo-Hyun Choi thusly...

 I edit ... certain text editor under Windows XP, and then I open
 ... using vi editor under FreeBSD. Then, there are bunch of ^M
 sign at the end of each line. Does anyone know why this is
 happening?

Cause is the default line ending on Windows being different than on
Unix/FreeBSD.


 And, does anyone can tell me how to avoid this kind of things?

Use an editor on Windows that saves the file as w/ Unix line ending.
Or, use an editor on FreeBSD, like vim 6 from the ports, that will
hide/change '^M' characters.

Other methods is to preprocess your files...

  http://groups.google.com/groups?q=remove+%5EM+file
  http://groups.google.com/groups?q=remove+%5EM+group%3Acomp.*



  - Parv

-- 

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


Re: vi editor related question

2004-08-27 Thread Mike Jeays
On Fri, 2004-08-27 at 20:46, Parv wrote:
 in message [EMAIL PROTECTED], wrote
 Soo-Hyun Choi thusly...
 
  I edit ... certain text editor under Windows XP, and then I open
  ... using vi editor under FreeBSD. Then, there are bunch of ^M
  sign at the end of each line. Does anyone know why this is
  happening?
 
 Cause is the default line ending on Windows being different than on
 Unix/FreeBSD.
 
 
  And, does anyone can tell me how to avoid this kind of things?
 
 Use an editor on Windows that saves the file as w/ Unix line ending.
 Or, use an editor on FreeBSD, like vim 6 from the ports, that will
 hide/change '^M' characters.
 
 Other methods is to preprocess your files...
 
   http://groups.google.com/groups?q=remove+%5EM+file
   http://groups.google.com/groups?q=remove+%5EM+group%3Acomp.*
 
 
 
   - Parv

If you are using plain vi, you can get rid of the unwanted characters
with the command
:1,$s/ctrl-v-m//g where ctrl-v-m' means hold down the Ctrl key while
you press v followed by m.  You will see them magically disappear.


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


Re: vi editor related question

2004-08-27 Thread Radek Kozlowski
On Fri, Aug 27, 2004 at 10:52:04PM -0400, Mike Jeays wrote:
 If you are using plain vi, you can get rid of the unwanted characters
 with the command
 :1,$s/ctrl-v-m//g where ctrl-v-m' means hold down the Ctrl key while
 you press v followed by m.  You will see them magically disappear.

Another way to do this: %s/\r//

(% - act on all lines)

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


Re: vi editor related question

2004-08-27 Thread Subhro
I have come across a script (Perl) called dos2unix. You can check that
out too. Google for the link.

Regards
S.

On Sat, 28 Aug 2004 05:46:04 +0200, Radek Kozlowski [EMAIL PROTECTED] wrote:
 On Fri, Aug 27, 2004 at 10:52:04PM -0400, Mike Jeays wrote:
  If you are using plain vi, you can get rid of the unwanted characters
  with the command
  :1,$s/ctrl-v-m//g where ctrl-v-m' means hold down the Ctrl key while
  you press v followed by m.  You will see them magically disappear.
 
 Another way to do this: %s/\r//
 
 (% - act on all lines)
 
 -Radek
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: halt while booting: recovering vi editor sessions /kv

2003-12-29 Thread Lowell Gilbert
Kai Vermehr [EMAIL PROTECTED] writes:

 While booting I get the message recovering vi editor sessions and
 the booting process is halted for a couple of minutes. I'm new to
 FreeBSD so I don't know where to look. Booting is resumed and some
 time later I get a message that sendmail is starting -- again taking a
 long time ...
 
 Any ideas how to fix this?

The saved sessions are (by default) in /var/tmp/vi.recover.
If you don't need to recover the sessions, clean the directory out.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


halt while booting: recovering vi editor sessions /kv

2003-12-28 Thread Kai Vermehr
While booting I get the message recovering vi editor sessions and the 
booting process is halted for a couple of minutes. I'm new to FreeBSD 
so I don't know where to look. Booting is resumed and some time later I 
get a message that sendmail is starting -- again taking a long time ...

Any ideas how to fix this?

thanks! -- 'K:) 

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


Re: halt while booting: recovering vi editor sessions /kv

2003-12-28 Thread Doug Hardie
If the first one or two DNS server entries are not working you will see 
this behavior.

On Dec 28, 2003, at 15:23, Kai Vermehr wrote:

While booting I get the message recovering vi editor sessions and 
the booting process is halted for a couple of minutes. I'm new to 
FreeBSD so I don't know where to look. Booting is resumed and some 
time later I get a message that sendmail is starting -- again taking a 
long time ...

Any ideas how to fix this?

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


-- Doug

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


The VI editor (old)

2003-09-04 Thread Mark Terribile

I found something that might be relevant to this
old question:

 I have trouble using vi and vim under freebsd,
 under linux red hat it  was working perfect. The
 trouble is that the arrow-keys doesn't work  when
 I'm in insert mode. I have heard that it's important
 to use the right terminalprogram. In vim it's ok
 with the fancy swedish letters with dots over, but
 the arrow-keys doesn't work. 

In the FAQ for  nvi  (which is sitting in
/usr/src/contrib on my machine; I can't actually
swear that's its true home) I find

Q: My cursor keys don't work when I'm in text input
mode!
A: A common problem over slow links is that the
 set of characters sent by the cursor keys don't
 arrive close enough together for vi to understand
 that they are a single keystroke, and not separate
 keystrokes.  Try increasing the value of the
 escapetime edit option, which will cause vi to wait
 longer before deciding that the escape character
 that starts cursor key sequences doesn't have any
 characters following it.

Obviously, on the system console you are not going
over a slow link ... but if vim is interpreting a
generated escape sequence and not the actual keycodes
(what's the proper term?) there are several places
where mode settings might be screwing you up.

BTW, I use  nvi  as my  vi  and the arrow keys work
in insert mode.  I don't know if it will work for you,
since you are using an extended character set, but
you might like to try it.  It allows you to open
multiple files, move files to an internal background,
etc.

  Mark Terribile


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The VI editor

2003-08-30 Thread mats
Hi

I have trouble using vi and vim under freebsd, under linux red hat it was working 
perfect. The trouble is that the arrow-keys doesn't work when I'm in insert mode. I 
have heard that it's important to use the right terminalprogram. In vim it's ok with 
the fancy swedish letters with dots over, but the arrow-keys doesn't work. 

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


Re: The VI editor

2003-08-30 Thread Joshua Oreman
[Please break your lines at a manageable length -- 72 is good]

On Sat, Aug 30, 2003 at 04:30:10AM +0200 or thereabouts, mats wrote:
 Hi
 
 I have trouble using vi and vim under freebsd, under linux red hat
 it was working perfect. The trouble is that the arrow-keys doesn't
 work when I'm in insert mode. I have heard that it's important to
 use the right terminalprogram. In vim it's ok with the fancy swedish
 letters with dots over, but the arrow-keys doesn't work.

FreeBSD comes with the standard vi, not vim. (unless you install the vim port)

So the arrow keys work in command mode, but not in insert mode?
That's a feature, not a bug.(TM)

If the arrow keys didn't work at all, then I would say check $TERM. But as it
is, it's probably a design decision in FBSD vi more than anything. Try the
vim port, if you haven't already.

-- Josh

 
 /Mats
 ___
 [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: The VI editor

2003-08-30 Thread Markie
- Original Message -
From: Joshua Oreman [EMAIL PROTECTED]
To: mats [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, August 30, 2003 5:44 AM
Subject: Re: The VI editor


 [Please break your lines at a manageable length -- 72 is good]

 On Sat, Aug 30, 2003 at 04:30:10AM +0200 or thereabouts, mats wrote:
  Hi
 
  I have trouble using vi and vim under freebsd, under linux red hat
  it was working perfect. The trouble is that the arrow-keys doesn't
  work when I'm in insert mode. I have heard that it's important to
  use the right terminalprogram. In vim it's ok with the fancy swedish
  letters with dots over, but the arrow-keys doesn't work.

 FreeBSD comes with the standard vi, not vim. (unless you install the vim
port)

 So the arrow keys work in command mode, but not in insert mode?
 That's a feature, not a bug.(TM)

 If the arrow keys didn't work at all, then I would say check $TERM. But as
it
 is, it's probably a design decision in FBSD vi more than anything. Try the
 vim port, if you haven't already.

 -- Josh

Strange, they work for me in both vi and vim, in 'insert mode'.

 
  /Mats
  ___
  [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]


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


recovering vi editor sessions????

2002-10-29 Thread Weston M. Price
Hello,
Recently I have noticed some strange behavior when booting up my FreeBSD 4.7 
stable system. At the very end of the boot sequence I get the following 
message: 

recovering vi editor sessions: 

After a few moments the sytem suddely informs me that sendmail cannot resolve 
its hostname. I hit Ctrl-C and the system completes the boot sequence in a 
normal fashion. I tried searching the mailing list archives but there does 
not appear to be any sort of reference to this type of behavior. I looked 
through the scripts in /usr/local/etc/rc.d for any reference to this sort of 
thing and I found nothing. 
Strangely enough, I do not have sendmail enabled on my system, in fact, I 
specifically inform the system not to build sendmail when I do a buildworld. 
Any help in this matter would be appreciated. The rest of the system (after 
the boot sequence) does not appear to be comprised. 

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



Re: recovering vi editor sessions????

2002-10-29 Thread Toomas Aas
Hi!

   Recently I have noticed some strange behavior when booting up my FreeBSD 4.7 
 stable system. At the very end of the boot sequence I get the following 
 message: 
 
 recovering vi editor sessions: 
 
 After a few moments the sytem suddely informs me that sendmail cannot resolve 
 its hostname. I hit Ctrl-C and the system completes the boot sequence in a 
 normal fashion. I tried searching the mailing list archives but there does 
 not appear to be any sort of reference to this type of behavior. I looked 
 through the scripts in /usr/local/etc/rc.d for any reference to this sort of 
 thing and I found nothing. 
   Strangely enough, I do not have sendmail enabled on my system, in fact, I 
 specifically inform the system not to build sendmail when I do a buildworld.

Well, somehow sendmail still manages to (attempt to) get loaded. If you 
don't update sendmail during buildworld then it may be the version that 
got installed when you first installed FreeBSD.

Is there a sendmail_enable line in /etc/rc.conf?

What the error message tries to tell you is that your IP address cannot 
be resolved to DNS name.

--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Ambivalence may or may not be my problem.


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



Re: recovering vi editor sessions????

2002-10-29 Thread Weston M. Price
I understand the sendmail error message, what i don't understand is that it 
seems to be preceeded by the recovering vi editor sessions message. No, I 
specifically disabled sendmail in rc.conf as well. 

Weston

On Tuesday 29 October 2002 08:27 am, Toomas Aas wrote:
 Hi!

  Recently I have noticed some strange behavior when booting up my FreeBSD
  4.7 stable system. At the very end of the boot sequence I get the
  following message:
 
  recovering vi editor sessions:
 
  After a few moments the sytem suddely informs me that sendmail cannot
  resolve its hostname. I hit Ctrl-C and the system completes the boot
  sequence in a normal fashion. I tried searching the mailing list archives
  but there does not appear to be any sort of reference to this type of
  behavior. I looked through the scripts in /usr/local/etc/rc.d for any
  reference to this sort of thing and I found nothing.
  Strangely enough, I do not have sendmail enabled on my system, in fact,
  I specifically inform the system not to build sendmail when I do a
  buildworld.

 Well, somehow sendmail still manages to (attempt to) get loaded. If you
 don't update sendmail during buildworld then it may be the version that
 got installed when you first installed FreeBSD.

 Is there a sendmail_enable line in /etc/rc.conf?

 What the error message tries to tell you is that your IP address cannot
 be resolved to DNS name.


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



Re: recovering vi editor sessions????

2002-10-29 Thread DaleCo Help Desk
- Original Message -
From: Weston M. Price [EMAIL PROTECTED]
To: Toomas Aas [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, October 29, 2002 8:08 AM
Subject: Re: recovering vi editor sessions


I understand the sendmail error message, what i don't understand is
that it
seems to be preceeded by the recovering vi editor sessions message.
No, I
specifically disabled sendmail in rc.conf as well.

Weston

So you're wanting to 'rid yourself' of the vi-recover message(s)?

Kevin Kinsey
DaleCo, S.P.


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



Re: recovering vi editor sessions????

2002-10-29 Thread Matthew Seaman
On Tue, Oct 29, 2002 at 09:08:30AM -0500, Weston M. Price wrote:
 I understand the sendmail error message, what i don't understand is that it 
 seems to be preceeded by the recovering vi editor sessions message. No, I 
 specifically disabled sendmail in rc.conf as well. 

The 'recovering vi editor sessions' message is normal and completely
innocuous.  Don't worry about it.

The rc.conf flags for starting up sendmail were changed a few months
ago.  Nowadays, to avoid starting up any sort of sendmail daemon at
all you have to have:

sendmail_enable=NONE

Just saying NO will still cause an instance of sendmail to be
started up. The /usr/src/UPDATING entries for 20020404 are pertinent.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  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



Re: recovering vi editor sessions????

2002-10-29 Thread Weston M. Price
Ok,
I reviewed rc.conf and the appropriate flag was inded set. However, I removed 
all other delta references to sendmail. The behavior still exits. The 
specific error message is the classic:

Unable to qualify my own domain name (jerusalem)...

This continues for awhile until sendmail finally decides ot use the short name 
and then boots. 

I really don't get it. Are there any other network daemons that require the 
use of sendmail to operate properly? 

Regards,

Weston

On Tuesday 29 October 2002 09:35 am, DaleCo Help Desk wrote:
 - Original Message -
 From: Weston M. Price [EMAIL PROTECTED]
 To: Toomas Aas [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, October 29, 2002 8:08 AM
 Subject: Re: recovering vi editor sessions


 I understand the sendmail error message, what i don't understand is
 that it
 seems to be preceeded by the recovering vi editor sessions message.
 No, I
 specifically disabled sendmail in rc.conf as well.

 Weston

 So you're wanting to 'rid yourself' of the vi-recover message(s)?

 Kevin Kinsey
 DaleCo, S.P.


 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



Re: recovering vi editor sessions????

2002-10-29 Thread Weston M. Price
Thanks to Kevin for this

I delete all the contents of vi.recover and now everything is fine. I don't 
quite understand when sendmail was coming up unless one of the vi files was a 
mail message

Thanks again guys. 

Weston

On Tuesday 29 October 2002 10:04 am, Weston M. Price wrote:
 Ok,
   I reviewed rc.conf and the appropriate flag was inded set. However, I
 removed all other delta references to sendmail. The behavior still exits.
 The specific error message is the classic:

   Unable to qualify my own domain name (jerusalem)...

 This continues for awhile until sendmail finally decides ot use the short
 name and then boots.

 I really don't get it. Are there any other network daemons that require the
 use of sendmail to operate properly?

 Regards,

 Weston

 On Tuesday 29 October 2002 09:35 am, DaleCo Help Desk wrote:
  - Original Message -
  From: Weston M. Price [EMAIL PROTECTED]
  To: Toomas Aas [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Sent: Tuesday, October 29, 2002 8:08 AM
  Subject: Re: recovering vi editor sessions
 
 
  I understand the sendmail error message, what i don't understand is
  that it
  seems to be preceeded by the recovering vi editor sessions message.
  No, I
  specifically disabled sendmail in rc.conf as well.
 
  Weston
 
  So you're wanting to 'rid yourself' of the vi-recover message(s)?
 
  Kevin Kinsey
  DaleCo, S.P.
 
 
  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


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