Ubuntu Installation :: Checked The Version Number Read 11.04, But No Changes?
Jun 16, 2011
I booted up my Ubuntu VM today expecting to upgrade to 11.04 and play with the new desktop, but to my surprise when I checked the version number read 11.04. It's definitely the old interface though.
View 5 Replies
ADVERTISEMENT
May 18, 2010
I'm new to Debian and I have just installed it on three machines. To begin with they checked about 60 or so repos when doing an update. Then quite quickly this dropped to 48. I have removed the DVD media from the sources list after installation but that was before I saw this drop. It happened after an update as far as I can tell. I didn't think anything of it at the time. By the time all three were set up they were all only checking 48 repos. However I also have a VM, for trying out new stuff, and whilst that has been updated it still remains at about 60 (currently 59).
[Code]...
View 6 Replies
View Related
Oct 29, 2010
# sudo dpkg -i vasre-se-1.1.1~Debian_5-i386.deb dpkg: error processing vasre-se-1.1.1~Debian_5-i386.deb (--install):
parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 2 package 'vasre-se':
error in Version string '1.1.1~Debian_5': invalid character in version number
Errors were encountered while processing:
vasre-se-1.1.1~Debian_5-i386.deb
I did install same package ok in 10.4 but now after I upgrade to 10.10 I am getting this error. I have already tried:
# sudo dpkg --clear-avail
# sudo aptitude update
# sudo aptitude upgrade
View 1 Replies
View Related
Jun 13, 2011
I have a machine with Ubuntu 11.04 on it. I have not installed any developmental build of Firefox 5 (unless that came with Ubuntu for some unfathomable reason). For some reason Firefox 4 seems intent on identifying itself as Firefox 5.0. How do I fix this? My extensions won't install claiming they can't run on 5.0.
View 4 Replies
View Related
Apr 29, 2010
I have a file which has several entries with
# comment 1
1245
# comment 2
5667
# comment 3
456456
how can I read the file, sum the numbers ( "avoid" the #lines) and then get the average of the numbers?
I do awk '{s+=$0} END {print s}' /tmp/file.txt. and this give me the sum correctly, but how can I get also the average ?
View 4 Replies
View Related
Jun 18, 2011
I have recently installed Debian Lenny with KDE3. I foolishly checked Auto Login after installation and now I can't get rid of it. The KDE Login Manager window seems to offer the option of turning off auto login, but it does not work. I have tried useradd and userdel but this only makes things worse.
View 3 Replies
View Related
Jun 8, 2009
When I mount my samba share on XP, I see the version number (e.g. marketing on 'Samba 3.0.29-SUSE-SL11.0 (samba.company.tld). How do I hide the version number?
View 9 Replies
View Related
Feb 10, 2010
I run zypper up regularly against the 4.3 repo and supposedly the latest stable version is 4.3.5. However, after the latest update I am still showing 4.3.4r2.
View 9 Replies
View Related
Mar 30, 2010
I can track that my CentOS 5 ships with SVGA driver through:
cat /var/log/Xorg.0.log | grep SVGA
But how can I find the SVGA Version number?
View 1 Replies
View Related
Mar 31, 2010
There seems to be a typo on Slackware.com security advisory webpage for the updated ssl packages (but not for the actual packages on ftp.slackware.com). The webpage says this:
openssl-0.9.8m-i486-1_slack12.2.tgz
openssl-solibs-0.9.8m-i486-1_slack12.2.tgz
The package in the ftp.slackware.com/12.2/patches/packages repository is:
openssl-0.9.8n-i486-1_slack12.2.tgz
openssl-solibs-0.9.8n-i486-1_slack12.2.tgz
I am guessing its a typo on the webpage because I already have an 'm' installed.
View 3 Replies
View Related
May 20, 2010
algorithm:breada
input: file system block number for immediate read
file system block number for asynchronous read
output:buffer containing data for immediate read {
if(first block not in cache) {
get buffer for first block
if(buffer data not valid)
initiate disk read }
if(second block not in cache) {
get buffer for second block)
if(buffer data valid) //line 1
release buffer else
initiate disk read //line 2 }
if(first block was originally in cache) //line 3 {
read first block
return buffer }
sleep (event first buffer contains valid data)
return buffer }
Here is an algorithm for block read algorithm. I have problem in
line 1: If buffer data is valid why is it releasing the buffer?
line 2: If buffer data valid why is it initiating disk read. It should have read directly from buffer?
line 3: It should be the first condition as if it is there in cache then it should return it without delay?
View 5 Replies
View Related
Apr 29, 2011
I have a system with one 2.6.35 kernel, one 2.6.38 kernel I built from a koji src rpm and 1 rawhide 2.6.39 kernel I installed directly with yum. Now that a newer 2.6.35 is out, I'd like to yum update my 2.6.35 kernel so I'll have those two in the 2.6.35 range. But the problem is those newer kernels (38 and 39) make yum think there's no update that's available because they have higher version numbers than the new 2.6.35.12-90 kernel. Is there someway I can make yum update to 2.6.35.12-90 anyway? I was thinking I could download the kernel and kernel-devel rpm files for 2.6.35.12-90 and do the yum install for them off the hard drive, would that work?
View 2 Replies
View Related
May 19, 2010
I need to know the version number of tar used to create a specific tar file. How can I do that?
View 1 Replies
View Related
Mar 16, 2011
I'm just starting out with Ubuntu 10.10 on the desktop, (got VPS experience) and I'm running into an issue when installing Ubuntu 64bit. One that I'm unable to reproduce with the 32bit (x84/i368) disk. Just to note, the ISO's and disks have been checked with matching MBR.
I'm able to run the live CD on both versions perfectly. However when I press next after the 3th step of installation (The one in which you can choose whether you want to install updates and 3th party software or not), the Ubuntu 64 bit version stalls. Ubuntu doesn't freeze or anything, but it just doesn't seem able to go to the next step. (Partitioning)The odd thing about is that I can access the step perfectly on the 32bit disk. Now here is the question..... What could be the clarification for this issue and would it be possible to resolve it? (If so, how?)
P.S. Attached you can find a dxdiag output of the laptop. It's an Acer Aspire 7520G.
View 3 Replies
View Related
Apr 7, 2010
I need to find TCSH shell and gzip version number by running a acript on several boxes through ssh. How can i do that? I made a script for tcsh but it is not working by ssh , it only works on my box . I dont know from where to find the gzip version info.
View 5 Replies
View Related
May 5, 2009
I want a new kernel RPM in my custom CentOS 5 kickstart distro. I built the kernel, got a nice kernel RPM out, and replaced it in my ks.cfg. The install goes fine until the very end, where Anaconda prints some spurious stuff about mkinitrd failing.I get why it might fail -the kernel version argument to mkinitrd was no doubt for the old kernel. But I have no idea where this is -it's not in the ks.cfg afaict, and so I don't quite get where Anaconda / mkinitrd gets it from.
I'd eventually like to use this kernel for the installer as well, but I think I understand that process much better.How do I tell kickstart / Anaconda / mkinitrd to use the new kernel version number?
View 15 Replies
View Related
Oct 31, 2010
Code:
cat ${SOURCE}/{start,universal,index,end}.txt > ${SERVER}/index.html
cat ${SOURCE}/{start,universal,02042010,end}.txt > ${SERVER}/02042010.html
[code]....
View 3 Replies
View Related
Sep 29, 2010
What happens if you get an update for an older version kernel when you are using a new version?
View 3 Replies
View Related
Nov 22, 2010
i would like to replace my Ubuntu Desktop version with the Netbook version. I dont mind losing my current data on the desktop version but if there is a way for me not too i would love to know
View 2 Replies
View Related
Jul 18, 2011
I have installed Ubuntu 10.10 desktop version on my Lenovo L420 laptop. Now my friend told me that if I had installed laptop version on it then it would have recognized events related to laptop like closing down the laptop screen and all.
Q1. Is there any way by which I can upgrade it to laptop version?
Q2. What are the differences between both?
View 1 Replies
View Related
Feb 5, 2011
Just got my AW M11x and I am following a thread on installation issues and work around. My question is should I install the desktop version or the Netbook version? Not sure the best location to post, if incorrect please move accordingly Wanting to run gimp, open office, wine to access MS office (use for school) and possibly install photoshop for raw work gimp cant handle.
View 5 Replies
View Related
Oct 10, 2010
my laptop currently has 8GB of RAM and I wouldn't want that going to waste. I have read about the issues with flash on the 64 bit versions of buntu. Would you recommend going 64-bit or 32-bit with PAE? also, does the 10.10 kernel have PAE enabled by default?
View 9 Replies
View Related
Apr 16, 2011
disk drives are being checked for erros?
View 2 Replies
View Related
Dec 1, 2010
I opened a video in ..... by using Mozilla browser. It gave me option to install additional plugin "Adobe flash player" and I accepted it. I checked it in Ubuntu Software Centre and it is installed but now its not working?
View 2 Replies
View Related
Feb 14, 2011
Everytime i log into my server, I get the message Displayed "/dev/sdc1 will be checked for errors at next reboot"
However, despite many reboots this message does not clear.
I cannot run FSCK on this partition as it is the boot partition.
I would like the device to get checked at reboot, any ideas how I can trigger this check , and that might clear the message
View 5 Replies
View Related
May 31, 2011
am a web designer trying to go into using Linux. I just installed Ubuntu 11.4. Now I cannot get any sound. I checked the volume at the top right and it is not muted
View 3 Replies
View Related
Feb 26, 2010
I found this page online. And I thought it was really nice, and I really like the way torrentflux was added, thats a must for me. I am wondering if there is a better approach now, or if this approach is still good, and I was just wondering if someone could double-check the code, see if its good. I have an old dell laying around, and I thought it was finally time to put it to good use. So here it is.[URL]..
View 4 Replies
View Related
Nov 16, 2010
I have a box which is used by other people, although I have the only admin privileges.
In the users part of the system, an installation has appeared.
I didn't install it, and it seems to be some sort of windoze malware.
How do I get rid of this totally?
A simple 1,2,3..
The name of the App is AdvancedCleaner Free. It is running in WINE.
Since I certainly didn't install either of these....
I checked synaptic for wine, but it doesn't show as installed.
View 6 Replies
View Related
Feb 21, 2011
I saw my disk doing some strange activity. Checked top and found 'nobody' running find. Looked at who but saw no one strange (Ive had breakins before when I was foolish with a password)
So two questions: When does find run under user nobody? In ubuntu Ive seen updatedb running automatically but not in debianWhat are the ports check and other security measures I need to take? (eg not running sshd unnecessarily)
View 1 Replies
View Related
Feb 14, 2010
I have Fedora 11 x86_64. I always apply all updates as soon as the Software Update applet announces them. I recall that there was an update for yumex recently to version 2.9.7. It is very nice because it now remembers the window size. But it used to display installed packages with the check box ticked. That feature seems to have disappeared. This makes it difficult when searching for something. For example, a friend who also has Fedora 11 was having difficulty with bluetooth. Since it is working fine for me I wanted to search on "bluetooth" to get a list of all packages that I have installed so he could be sure he had the same packages installed. I got a list of packages but there was no way to tell which were installed and which were not.
View 10 Replies
View Related