General :: Yast2 Module - Meaning Of Color In Column Installed (available)?

Nov 9, 2010

I'm using openSUSE 11.3. In the Yast2's module: Software Management, in the search tab, there is a column called: "Installed (Available)", It usually shows the current installed version of the package, but sometimes its blue, red or most of the times black. What does the color mean?

View 1 Replies


ADVERTISEMENT

Fedora :: YUM History - Meaning Of EE In Altered Column

Jan 19, 2011

In my yum history listing, I've noticed the "EE" in the Altered column next to some of the entries. It looks like this (example from Section 5.16.1 History [URL]):
Code:
617 | System <unset> | 2010-12-23 13:16 | E, I, U | 30 EE
Does anyone know what the "EE" means?

View 3 Replies View Related

General :: Is '0' At End Of Line Meaning That Module Is Not Successfully Loaded?

Aug 24, 2010

I am trying to see if a module that i loaded on Redhat succeeds.The module is from intel called vtune_drv-x32_64-2.6.18-194.el5smp.ko.When I run the script during the installation process, it shows that it is successful.Is the "0" at the end of line meaning that the module is not successfully loaded?

View 2 Replies View Related

General :: Installed Debian And The Vi Have No Color?

Apr 3, 2011

I have installed Debian and the vi have no color.

View 5 Replies View Related

General :: Calculate 3rd Column Which Should Be Addition Of Value In 1 And 2nd Column?

Jul 19, 2010

How would i calculate following values.Initial file

10 3
20 4
How would i calculate 3rd column which should be addition of value in 1 and 2nd column.File after calculation
10 3 13
20 4 24

View 14 Replies View Related

General :: Installed Python Module Is Not Found?

Jul 10, 2010

This borders on stackoverflow/superuser, but I guess it's a simple installation problem.I've installed python-twisted on my ubuntu 10.04 server, but it can't be found.This is what I get when I try to import something:

>>> from twisted.internet import reactor
Traceback (most recent call last):
File "", line 1, in [code]....

I've installed the package through apt-get.That way the module is installed in this folder: /usr/lib/python2.6/dist-packages/twisted with an __init__.py file.When I try to use python setup.py install (on the download from the site) it installs it to /usr/local/lib/python2.6/dist-packages/twisted, but it also does not find it there.

View 1 Replies View Related

General :: Awk Gsub() Command - String (column) Manipulation - Replace The Value Of The $1 Column In The Awk Print String?

Mar 7, 2010

i use this script to get the time and date of back and fourth transactions for a particular execution id. I use a substr command on the 5th column to to cut the milli seconds off the time value. - otherwise the times would look like 08:30:04.235

grep <executionID> <auditfile> | awk '{ print $1, $2, $3, $4, substr($5,1,8}
FIX -> Mon 3/1/2010 08:30:04
FIX <- Mon 3/1/2010 08:32:36
FIX <- Mon 3/1/2010 08:35:08

[code].....

anyhow - i append two sed commands to further clarify the direction of the message.

awk '{ print $1, $2, $3, $4, substr($5,1,8} | sed -e 's/->/ ->IN/g' | sed -e 's/<-/<-OUT/g'
FIX -> IN Mon 3/1/2010 08:30:04
FIX <- OUT Mon 3/1/2010 08:32:36

[code]....

I tried using an awk gsub () command within the string instead of the two seds, but it did not work:

awk '{ print gsub(/<regex>/, <replace with>,$1), $2, $3, $4, substr($5,1,8}

the sed works ok, but it would be cooler to make the replacement within the awk command:

gsub(/->/,-> IN, $1)

Is there a way where i could replace the value of the $1 column in the awk print string?

View 1 Replies View Related

General :: Desktop Environment Color Settings / Do They Affect Web Browser Color?

Jun 14, 2011

Kernel 2.6.21.5, Slackware 12.0
KDE 3.5.7
(Mozilla) Firefox 2.0.0.4

Do color settings in the desktop environment affect color in the web browser? Thanks.

View 2 Replies View Related

OpenSUSE :: Install Emesene But YaST2 Stops Before Confirmation That Emesene Is Installed?

Dec 15, 2009

I installed openSUSE 11.2 successfully. I tried to install Emesene but YaST2 stops before i have the confirmation that Emesene is installed. I've the Emesene icon in the menu but it won't start, i just wait but nothing happened.

View 4 Replies View Related

Programming :: Awk Multiple Column Into Single Column?

Jul 15, 2010

I have a multicolumn datas, like

a1 b1 ... f1
a2 b2 ... f2
. . ... .

[code]...

I would like to make a file with all these data in one column, like

a1
a2
.
.

[code]....

Can it be done with awk or some other command? Also, is it possible then do add another column in front of this one with numbers of the lines (for every previous column), like

1 a1
2 a2
. .
. .

[code].....

View 14 Replies View Related

Fedora :: ATi - Installed Catalyst Driver - Wired Color On The Top Bar

Sep 5, 2011

I've tried ubuntu distribution but I'm not so satisfied of it, a bit because of unity (gnome3 is a way worste of that but is much more smooth and fast) and because on my laptop i always go overheating. with ubuntu coretemp in idle are always on 60?C and go to 75?C watching a video...it was crazy! So I've tried fedora, and I'm so happy with it, also if it is a bit more complex to use! but with some tutorial and easylife i got it working.

I have a dell studio 1537 with intel core 2 duo and ATi Mobility Radeon HD 3450 I've installed catalyst driver and now I have weired color on the top bar...I know is a common prolblem there is a way to solve it? If I have to reinstall Mesa driver how can I remove the Catalyst ones? There is a tweak to have icon on desktop? or at least the trash? Cheese always crash when I use some effect, why? it is a problem of the already installed mesa driver? because I have this problem either with the standard driver installed on the system either with the catalyst and the webcam is laggy like a slow connection...

View 3 Replies View Related

General :: What Is ISO Meaning

Mar 16, 2011

I can't remember what "ISO" means. I've been busy with other projects, and I forget what release of Ubuntu I'm using. The computer I use the most is running Windoze 7, and I have Ubuntu running on two other machines but use them infrequently.

View 4 Replies View Related

General :: What Is The Meaning Of Kill %1

Jul 30, 2011

I have seen the following command:

$ kill %1

What is the usage of this statement?

View 2 Replies View Related

General :: Meaning Of File Command Output?

Feb 27, 2010

I used the following command

Code:
file /usr/bin/mawk
Output is

[code]...

View 4 Replies View Related

General :: Meaning And Functions Of Shell Symbols?

Mar 16, 2011

In shell scripting, what do or what does this symbol do or mean ? "."(octet), ";" (semicolon)? Would really like to know? Cause I saw a written script if [ -f /etc/file ];then. . /etc/file. Wondering, the "." is meant to be source, so is "." the same thing as "source" ?

View 2 Replies View Related

General :: Top: Meaning Of Some Abbreviations In The Summary Area?

May 28, 2011

Kernel 2.6.21.5, Slackware 12.0top: procps 3.2.7Hi:Running top, I read, in the summary area,

Code:
root@darkstar:~# top
........

[code]....

View 3 Replies View Related

General :: Adding A New Kernel Module To Wireless Driver Module?

Apr 22, 2010

I want to add some code in existing linux2.6.33.2 to enhance kernelI want to know how to start and where to add code.

View 2 Replies View Related

General :: Concept Of File System - Meaning Of Arrows

Feb 25, 2011

I've several questions to ask: Why do some files have black arrows pointed outward in my file system? Why are some files in compressed form, e.g. initrd.img?? How are such files used by the system??

View 2 Replies View Related

General :: What Is Meaning That File Is Named Pipe (FIFO)?

Jul 12, 2011

What is a pipe? and why a file is a named pipe? I am just learning linux.

View 2 Replies View Related

Fedora Servers :: Php Not Seeing Mysql Module Installed ?

Mar 4, 2009

long time user of redhat, first time user of fedora...

Installed fedora 10 to the hard drive (building a new web server, switched from RHEL5)

Started to install everything I need, apache, php, mysql, odbc, iseries access for linux, etc...

Got to the php modules, installed php-odbc, php-mysql, etc... but php doesn't see the mysql module

doing a phpinfo() produces -without-mysql

uninstalled it, reinstalled it (this is all done through kpackagekit so far) - no good

uninstalled and tried to reinstall via yum, no good

all the config files are fine - copied my php.ini from the old server and let the installs create the new mysql ini files

how to get it in ? this is my last step before i can begin pen and vulnerability testing it.

View 1 Replies View Related

General :: Install Module U32 Into The Netfilter Module For Kernel 2.6.27

Jan 30, 2011

I need to install module u32 into the netfilter module for kernel 2.6.27.

I did not see the source code in the kernel version I have. where can I find the code for U32 module.

I have checked "netfilter.org" and looks like POM is discontinued. Is the u32 module committed to kernel version 2.6.27 or need to patch it. If yes, where can I find the patch?

I building the kernel for a MIPS processor.

View 3 Replies View Related

Fedora Installation :: FC15 - No Dahdi Module Installed

Jun 1, 2011

I'm trying to install dahdi on FC15.

yum list 'dahdi*'
Loaded plugins: langpacks, presto, refresh-packagekit
Installed Packages
dahdi-tools.i686 2.4.1-1.fc15 @fedora
dahdi-tools-devel.i686 2.4.1-1.fc15 @fedora
dahdi-tools-libs.i686 2.4.1-1.fc15 @fedora

I have dahdi installed. And a wildcard card:
dahdi_hardware
pci:0000:04:07.0 wcfxo-1057:5608 Wildcard X100P
modprobe dahdi returns: "FATAL: Module dahdi not found."
and dahdi_genconf finds no spans.

I have commented out the following line in /etc/modprobe.d/dahdi.blacklist.conf:
"#blacklist wcfxo", which I believe corresponds to the appropriate module.
However modprobe wcfxo indiates that module is not found. I have an up to date fc15 installation.

View 3 Replies View Related

Ubuntu Installation :: Iptables Is Not Installed Nor As Package Nor Included As Kernel Module

May 26, 2011

installing and setting the iptables on U 8.04 LTS? currently iptables is not installed nor as package nor included as kernel module.

View 4 Replies View Related

Ubuntu :: Can GNOME Color Be Used To Alter Ambiance Theme Color?

Jan 12, 2011

Can GNOME Color be used to alter this change directory color in Ambiance theme? I'd rather have white.

View 4 Replies View Related

Software :: Screen App / Retain BG / Color Background Color Gets Lost

Jul 6, 2009

I am using the screen app, and have set bce to on, and issued the following commands to set my background and foreground color: tput setab 4; clear; tput setaf 7; clear;

This temporarily sets everything properly on my screen. However, when I issue any commands that change or set their own background color (for example, when I issue an "ls" command with colorized output), the background color gets lost for any new output and I have to reissue the commands listed above in order to retrieve my background color.Ideally I'd like to keep my background color when issuing these commands, as it serves as a good way to remind me of what environment I am currently issuing commands in.

View 1 Replies View Related

General :: Failed To Load "canberra-gtk-module": Libcanberra-gtk-module No Such File Or Directory

Mar 25, 2011

i installed firefox 4 and removed the old 3.X version. did a general update that my computer showed me was available then i noticed the first problem. firefox 4 would not launch when i clicked it, it would only launch when i clicked the gnome 3 applications button and then clicked and dragged the firefox logo to the desktop, then it opened. the second problem i am now having which at the moment is more bothersome is that after i closed the lid to my laptop and opened it up again after a while and logged back in and noticed that the ENTIRE gnome 3 environment was gone. no panel no menu nothing just the desktop and a few desktop icons. i tried the command "yum install gnome-shell" but it just sed that gnome 2.31.5-7 .fc14.i686 was already installed so it wasnt gonna do anything, then i tried the "gnome-shell --replace" command and it just said

failed to load "canberra-gtk-module": libcanberra-gtk-module no such file or directory.

View 5 Replies View Related

General :: Web Access Fine - YaST2 Very Slow - Updates Keep Failing

Sep 22, 2010

I have freshly installed OpenSuse 11.3 and it's ok, but online updates is very slow and keeps failing.

Here is my hw spec:

lspci:

View 1 Replies View Related

General :: Insert Column With Awk / Sed Between Two?

Jan 18, 2011

I have a two column file and I need to create a new column in between the first and second but the new column adds a value to the first. E.g.code...

I thought I had figured out how to do it with the following but it just hangs:

awk -F '{print $0,$0+25,$1}' file_in > file_out

Also tried the following to no avail:

awk -F,-v OFS,'{print $0,$0+25,$1}' file_in > file_out

I can add the new column with the added value to the last column easy ( awk '{print $0,$0+25}' file_in > file_out).

View 8 Replies View Related

Programming :: Favorite 256-color Vim Color Scheme

Feb 25, 2011

What is your favorite 256-color color scheme for vim?

View 6 Replies View Related

General :: First Column Of Vim Highlighted Yellow And Won't Go Away?

Feb 23, 2011

I have not defined a user vimrc, OS is redhat 4.6 and after a search and replace the first column in the editor is highlighted yellow and it stays that way as I close and open vim. This is the /etc/vimrc that came on the system. anyone see a bug or a reason it would do that?

if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
set fileencodings=utf-8,latin1
endif
set nocompatible " Use Vim defaults (much better!)

[Code]....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved