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?
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?
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?
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.
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
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.
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
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...
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.
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" ?
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??
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 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.
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.
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.
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!)