pop-up

2011-01-29 Thread Joe Millie
I keep getting  a pop-up on my computer that reads  unexpected error has 
occurred  ESOAPHTTP exception  a connection w/ server could not be established 
Url:http bootstrap developement   how can i remove as pop up

thank  you  JJkenyon
___
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: pop up message

2007-04-30 Thread Bob
Using a different virtual root terminal is side stepping the question. The
correct answer is to edit /etc/syslog.conf and
change the error messages from going to /dev/console to go to
/var/log/messages instead.

Or in some circles the Unix purists would say you should not be using the
root user id as your normal id.
Root should be reserved for doing system install tasks and system
administration tasks only.
Create your self a user id to use as your normal id doing all your
non-system tasks under. Then when you logon to root you will see only the
pop up messages as a summary of things you as system admin needs to be
alerted to.  That's how root id its intended to be used. But by changing
syslog.conf you can change this default behavior of the alerting messages
being sent to root user id.

  -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Joe Ryan
Sent: Sunday, April 29, 2007 11:09 PM
To: [EMAIL PROTECTED]
Subject: Re: pop up message

These messages are normal and are only visible on the first virtual
terminal (alt+f1).  Switch to another terminal using alt+f2 or alt+f3...
and you won't see the messages.

ChueKeung Mock wrote:
 Hi, I had problem of pop up message during using the
 terminal of freebsd.  I installed Freebsd 6.1 on AMD
 cup computer.  there is pop up message during using
 the terminal.  the messages like

 Apr 28 20:05:01 dhcppc1 login: ROOT LOGIN (root) ON
 ttyv0

 Apr 28 21:52:53 dhcppc1 last message repeated 5
 times

 I feel these message annoying because it disturbs me
 when I edit a doc using editor.  please let me know
 how to turn these message off.  thank you

 tony

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.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]

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


pop up message

2007-04-29 Thread ChueKeung Mock
Hi, I had problem of pop up message during using the
terminal of freebsd.  I installed Freebsd 6.1 on AMD
cup computer.  there is pop up message during using
the terminal.  the messages like

Apr 28 20:05:01 dhcppc1 login: ROOT LOGIN (root) ON
ttyv0

Apr 28 21:52:53 dhcppc1 last message repeated 5
times

I feel these message annoying because it disturbs me
when I edit a doc using editor.  please let me know
how to turn these message off.  thank you

tony

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pop up message

2007-04-29 Thread Bill Moran
ChueKeung Mock [EMAIL PROTECTED] wrote:

 Hi, I had problem of pop up message during using the
 terminal of freebsd.  I installed Freebsd 6.1 on AMD
 cup computer.  there is pop up message during using
 the terminal.  the messages like
 
 Apr 28 20:05:01 dhcppc1 login: ROOT LOGIN (root) ON
 ttyv0
 
 Apr 28 21:52:53 dhcppc1 last message repeated 5
 times
 
 I feel these message annoying because it disturbs me
 when I edit a doc using editor.  please let me know
 how to turn these message off.  thank you

I believe those are controlled by syslog.  Look in /etc/syslog.conf
and notice the line:
*.err;kern.warning;auth.notice;mail.crit/dev/console
Changing that will control what gets logged to the console.  See
the syslog.conf man page for more information.

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


Re: pop up message

2007-04-29 Thread Joe Ryan
These messages are normal and are only visible on the first virtual 
terminal (alt+f1).  Switch to another terminal using alt+f2 or alt+f3... 
and you won't see the messages.


ChueKeung Mock wrote:

Hi, I had problem of pop up message during using the
terminal of freebsd.  I installed Freebsd 6.1 on AMD
cup computer.  there is pop up message during using
the terminal.  the messages like

Apr 28 20:05:01 dhcppc1 login: ROOT LOGIN (root) ON
ttyv0

Apr 28 21:52:53 dhcppc1 last message repeated 5
times

I feel these message annoying because it disturbs me
when I edit a doc using editor.  please let me know
how to turn these message off.  thank you

tony

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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]


Re: Pop-up or plugin or script for folder change

2004-12-29 Thread Mario Hoerich
# Amy Dee:

[ Gkrellm2 plugin for folder changes ]
 Please notice I said folder, not file, so
 gkrellm plugins I found are only for file changes, not
 folder.

Have you tried those plugins?

Just like everything else, a directory *is* just a file.
Go ahead, use vi or most[1] to look inside! You'll see
a bunch of dirent(5) entries, one per file inside, plus
some zero-padding.

It's a pretty regular file actually (when compared to,
say, printers), the only special thing being the lack
of write access as only the kernel is allowed to write
to a directory. Which it automagically does whenever
a file within is added or removed.

So unless the plugin developer decided to allow
only regular files, you should be able to just use
it for directories as well. 

HTH,
Mario

[1]:
I think less (more is really less here) is less willing
to cooperate on directories than most.
-- 

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


Pop-up or plugin or script for folder change

2004-12-28 Thread Amy Dee
Hello,

I am trying to find a program or shell script or a
plugin for Gkrellm2 or anything that would make a
pop-up notice or a plugin notice that a folder has
changed. Please notice I said folder, not file, so
gkrellm plugins I found are only for file changes, not
folder. I want to have some sort of notice on my
desktop that a file has been added (the folder is
always empty until a file has been sent there by
several of my programs I run throughout the day and
emptied/moved when I notice it). Is it possible and is
there such a program out there?

If not, can someone help me make a simple shell
script? I would really appreciate it very much!

Thank you!



__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

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