Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-23-2009, 01:51 PM
|
#1
|
Senior Member
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386
Rep:
|
What does this mean
After some intervals of a message comes on my terminal like this ,
Code:
!!! [SmartNamer] updateEntry(): TypeError: /^https?:\/\/([^\/]+)/.exec(pageUrl) is null
What does this mean ?
|
|
|
11-23-2009, 02:59 PM
|
#2
|
Member
Registered: Jan 2009
Location: Stockholm
Distribution: Fedora, Ubuntu, Mac OS X
Posts: 78
Rep:
|
I would presume that you have started an application from your terminal. Applications sometimes write warnings to the terminal in which they were initialized.
Exactly what application that might be I think you have a better idea of than me, and exactly what this particular warning message might, only the application developer will know (although it might be possible to guess).
|
|
|
11-23-2009, 03:02 PM
|
#3
|
Member
Registered: Jan 2009
Location: Stockholm
Distribution: Fedora, Ubuntu, Mac OS X
Posts: 78
Rep:
|
Also, if it annoys you, you can direct output to a file like this ("application" should be switch to the app you want to launch, e.g. firefox):
Code:
application > output 2> error
which will direct error output to a file name error and "normal" output to a file named output (you can switch these names however you want, it will overwrite the current file with that name, if any, however).
Last edited by tom4everitt; 11-23-2009 at 03:32 PM.
|
|
|
11-24-2009, 01:16 AM
|
#4
|
Senior Member
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386
Original Poster
Rep:
|
Quote:
Originally Posted by tom4everitt
I would presume that you have started an application from your terminal. Applications sometimes write warnings to the terminal in which they were initialized.
Exactly what application that might be I think you have a better idea of than me, and exactly what this particular warning message might, only the application developer will know (although it might be possible to guess).
|
Yes,I was running firefox in background mode from shell..
|
|
|
11-24-2009, 01:17 AM
|
#5
|
Senior Member
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386
Original Poster
Rep:
|
Quote:
Originally Posted by tom4everitt
Also, if it annoys you, you can direct output to a file like this ("application" should be switch to the app you want to launch, e.g. firefox):
Code:
application > output 2> error
which will direct error output to a file name error and "normal" output to a file named output (you can switch these names however you want, it will overwrite the current file with that name, if any, however).
|
It's not annoying me, I want to know what does this mean ??
|
|
|
11-24-2009, 01:52 AM
|
#6
|
Member
Registered: Sep 2009
Posts: 110
Rep:
|
It seems that the browser is running some regexp operation on one of the URL's and the results are not what the application did expect - in your case it seems that an empty string was passed as an URL. To find the real cause you will have to build Firefox from source and run it in a debugger - I guess that's too much work with little to gain. Or simply ask the question on the Firefox developers mailing list - I'm sure someone will be able to figure it out.
|
|
|
All times are GMT -5. The time now is 08:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|